@charset "utf-8";

/*---------------------------------------------

基本スタイル

-----------------------------------------------*/

* html, p, th, td, h1, h2, h3, h4, ul, li, dt, dd, address, small, figure, label, input, textarea {font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif, Verdana;}

html{font-size: 62.5%;}

body {
	background: #f2f2f2;
	color: #000;
	-webkit-text-size-adjust: 100%;
}

@media print, screen and (min-width: 768px) {
	
/* ▼全体PC */
.sp_item {display: none;}

/* ▼ヘッダーPC */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #f2f2f2;
	box-shadow: 0 2px 15px 5px rgba(0, 0, 0, 0.2);
	z-index: 10000;
}

#header_box {
	width: 1000px;
	height: 165px;
	margin: 0 auto;
	position: relative;
}

#logo {
	top: 24px;
	left: 0;
	position: absolute;
	z-index: 10;
	width: 210px;
}

#logo img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#site_title {
	top: 52px;
	left: 230px;
	position: absolute;
	z-index: 10;
	width: 280px;
}

#site_title img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#h_kyoka {
	position: absolute;
	font-size: 15px; font-size: 1.5rem;
	top: 25px;
	right: 0;
	z-index: 10;
}

#h_tel {
	position: absolute;
	font-size: 30px; font-size: 3.0rem;
	font-weight: bold;
	top: 50px;
	right: 0;
	z-index: 10;
}

#h_uketuke {
	position: absolute;
	font-size: 15px; font-size: 1.5rem;
	top: 90px;
	right: 0;
	z-index: 10;
}

#header_menu {
	position: absolute;
	top: 130px;
	left: 0;
}

#header_menu ul {
	width: 840px;
	display: flex;
	justify-content: space-between;
}

#header_menu li a {
	box-sizing: border-box;
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-top: 10px;
}

#header_menu li a:hover {
	color: #12335e;
	border-bottom: solid 2px #12335e;
}

/* ▼コンテンツPC */
#contents {padding-top: 165px;}

/* ▼フッターPC */
footer {
	font-size: 18px; font-size: 1.8rem;
	padding: 30px 0;
	background: #1c1c71;
	text-align: center;
}

footer small {
	color: #fff;
	font-weight: normal;
}

/* ▼ページトップへ戻るPC */
.pagetop1 {
	position: fixed;
	bottom: -120px;
	right: 60px;
	z-index: 10020;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pagetop1 img {
	width: 180px;
	height: 51px;
	image-rendering: -webkit-optimize-contrast;
}

.pagetop2 {
	position: fixed;
	bottom: 30px;
	right: 60px;
	z-index: 10020;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pagetop2 img {
	width: 180px;
	height: 51px;
	image-rendering: -webkit-optimize-contrast;
}

}

@media print, screen and (max-width: 767px) {

/* ▼全体SP */
.pc_item {display: none;}

/* ▼ヘッダーSP */
header {width: 100%;}

#slogo_wrap {
	display: flex;
	padding: 3vw 0 0 0;
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}

#logo {width: 35%;}

#logo img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#site_title {width: 62%;}

#site_title img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#h_kyoka {
	font-size: 3.2vw;
	text-align: center;
	padding: 4vw 0 4vw 0;
	border-bottom: solid 1px #c9cbcb;
}

#h_kyoka img {
	vertical-align: middle;
	margin-right: 2%;
	width: 6%;
}

#h_tel {display: none;}

#h_uketuke {display: none;}

#header_menu {
	width: 100%;
	background: #f2f2f2;
}

#header_menu ul {
	display: flex;
	flex-wrap: wrap;
}

#header_menu ul li {
	display: block;
	width: 50%;
	font-size: 4vw;
	font-weight: bold;
	border-bottom: solid 1px #c9cbcb;
	background: #282677;
	text-align: center;
	line-height: 2.5;
}

#header_menu ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

#header_menu ul li:nth-of-type(odd) a {border-right: solid 1px #c9cbcb;}

#header_menu ul li:last-of-type {width: 100%;}

#header_menu ul li:last-of-type a {border-right: none;}

/* ▼コンテンツSP */
article {
	margin: 0 auto;
}

/* ▼フッターSP */
footer {
	font-size: 4vw;
	padding: 5% 0;
	background: #1c1c71;
	text-align: center;
}

footer small {
	color: #fff;
	font-weight: normal;
}

/* ▼ページトップへ戻るSP */
.pagetop1 {
	position: fixed;
	bottom: -200px;
	right: 5px;
	z-index: 10020;
	width: 32%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pagetop1 img {width: 100%;}

.pagetop2 {
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 10020;
	width: 32%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pagetop2 img {width: 100%;}

}
