@charset "UTF-8";

/*----------------------------------------------------
	☆Reset
----------------------------------------------------*/

html {
	background-color: #fff;
	font-size: 66.5%; /* sets the base font to 10px for easier math */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
}

body {
	background: #fff;

	font-family: YuGothic, /* Mac用 */ 'Yu Gothic', /* Windows用 */ sans-serif, Meiryo, メイリオ,
		'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', verdana, Osaka, 'ＭＳ Ｐゴシック',
		'MS PGothic', sans-serif;

	color: #333;
	font-size: 13px;
	font-size: 1.3rem; /* sets the default sizing to make sure nothing is actually 10px */
	line-height: 1;
	letter-spacing: 0.08em;
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#fancybox-wrap,
#fancybox-wrap *,
#fancybox-tmp,
#fancybox-loading {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-o-box-sizing: content-box !important;
	-ms-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

a,
a:link,
a:hover,
a:focus {
	color: #253494;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover {
	text-decoration: underline;
}

ul,
ol {
	list-style-type: none;
}

::selection {
	background-color: #888;
	color: #fff; /* Safari */
}

::-moz-selection {
	background-color: #888;
	color: #fff; /* Firefox */
}

#contents p {
	line-height: 1.7;
}

/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/

.clearfix:after {
	content: '.';
	height: 0;
	clear: both;
	display: block;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

/*-- BREADCHUMBS --*/

#breadChumbs {
	background-color: #e6e6e6;
	margin: 0 auto 20px;
	padding: 10px 0;
}

#breadChumbs p {
	font-size: 1.1rem !important;
	margin: 0 auto;
	width: 960px;
}

#breadChumbs p a {
	color: #253494;
}

/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/

br.clear_noie,
div.clear_noie {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}

br.clear_all {
	clear: both;
	line-height: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	br.clear_noie {
		display: block !important;
		content: ' ';
	}
}

/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/

#topcontrol {
	z-index: 99999999999999;
}

#topcontrol a {
	background: url(../cmn_img/img_pagetop.png) center center no-repeat;
	background-size: 100%;
	display: block;
	height: 100px;
	width: 100px;
	filter: alpha(opacity=70) !important;
	opacity: 0.7 !important;

	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#topcontrol a:hover {
	filter: alpha(opacity=10) !important;
	opacity: 1 !important;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/*----------------------------------------------------
	☆opacity Hack
----------------------------------------------------*/

.roBtn:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* IE8 */

html>/**/body .roBtn:hover {
	display/*\**/: inline-block\9;
	zoom/*\**/: 1\9;
}

/* 新旧Firefox */
.roBtn:hover,
x:-moz-any-link {
	background: #fff;
}
.roBtn:hover,
x:-moz-any-link,
x:default {
	background: #fff;
}

/*-- com --*/
.wrap {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

article {
	margin-bottom: 120px;
}
section {
	margin-bottom: 60px;
	clear: both;
	overflow: hidden;
}
section.last {
	margin-bottom: 0;
}

.en {
	font-family: 'Roboto', sans-serif;
}

/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/
#header {
	background: #fff none repeat scroll 0 0;
	border-top: solid 3px #253494;
	width: 100%;
}

#header .headerInr {
	margin: 30px auto 15px;
	width: 960px;
}

#header #logo {
	/* 	background: url(../cmn_img/h_logo.gif) left top no-repeat; */
	float: left;
	height: auto;
	min-height: 35px;
	/*     padding-left: 170px; */
	/*     padding-top: 7px; */
	width: 390px;
}

#header #logo .main_logo {
	float: left;
	cursor: pointer;
}

#header #logo span {
	font-size: 0.7em;
	vertical-align: bottom;
}

#header .headLink {
	float: right;
	padding-top: 15px;
}

#header .headLink li {
	float: left;
	font-size: 0.9em;
	letter-spacing: 0;
	margin-right: 15px;
}

#header .headLink li a {
	text-decoration: underline;
}

#header .headLink li a:hover {
	text-decoration: none;
}

#header #gNavi {
	margin: 0 auto;
	width: 960px;
}

#header #gNavi ul {
	border-left: solid 1px #cccccc;
	width: 100%;
}

#header #gNavi ul li a {
	background: #9299c9;
	border-right: solid 1px #cccccc;
	color: #fff;
	display: block;
	float: left;
	padding: 12px 15px 10px;
	text-align: center;
	width: calc(100% / 4);
}

#header #gNavi ul li a:hover {
	background: #6870a8;
	text-decoration: none;
}

#header #gNavi ul li a img {
	width: 10px;
	margin-left: 5px;
}

/*-- main --*/

.mvBox {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: right; /* 横方向中央揃え */
	justify-content: center; /* 縦方向中央揃え */
	flex-direction: column;
}
.mv {
	background-image: url(../../images/main.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mvImg p {
	text-align: center;
}
.mvImg {
	padding-right: 2%;
	width: 42%;
}
p {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

.pName {
	background-size: cover;
	max-height: 320px;
}

#p_title {
	text-align: center;
	padding: 6% 5%;
}

.pName span.p_ti {
	border-bottom: solid 3px #fff;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	align-items: center;
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 7px;
}

.pName span.p_ti:before,
.pName span.p_ti:after {
	content: '';
	display: inline; /* for IE */
	flex-grow: 1;
}

.pName span.p_ti:before {
	background: url(../cmn_img/bgti_t.png) left top no-repeat;
	content: '';
	display: inline-block;
	margin-right: 12px;
	padding-top: 10px;
	width: 25px; /*アイコン画像横サイズ*/
	height: 20px; /*アイコン画像縦サイズ*/
}

.pName span.p_ti:after {
	background: url(../cmn_img/bgti_b.png) right bottom no-repeat;
	content: '';
	display: inline-block;
	margin-bottom: -10px;
	margin-left: 12px;
	width: 25px; /*アイコン画像横サイズ*/
	height: 20px; /*アイコン画像縦サイズ*/
}

.pName span.p_en {
	color: #939b9f;
	display: block;
	font-size: 0.7em;
	padding-top: 25px;
}

/*----------------------------------------------------
	☆contents
----------------------------------------------------*/

#contents {
	padding: 5% 0;
}

#menuArea {
	padding: 3% 0;
}

#menuArea .inr {
	margin: 0 auto;
	width: 960px;
}

#menuArea .inr .ti02 {
	background: #b8b8b8 none repeat scroll 0 0;
	border-radius: 60px;
	color: #fff;
	font-size: 1.3em;
	letter-spacing: 5px;
	margin-bottom: 25px;
	padding: 1.2% 1% 1%;
	text-align: center;
	width: 100%;
}

#menuArea .menuList {
	clear: both;
	overflow: hidden;
	width: 100%;
}
#menuArea .menuList li {
	float: left;
	padding: 1%;
	width: calc(100% / 3);
}

#menuArea .menuList li img {
	width: 100%;
}

/*--- pefo ---*/
.peho_ph {
	position: relative;
	overflow: hidden;
	text-align: center;
	border: solid 6px #ffe300;
	border-radius: 5px;
	text-shadow: 0 0 12px #7b7a35;
	position: relative;
	height: 300px;
	width: 460px;
}

.peho_ph:after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.peho_ph:hover:after {
	opacity: 0.8;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.peho_ph .phNum {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.ph01:after {
	background: url(../../img/ph_no01.jpg) no-repeat center center;
}
.ph02:after {
	background: url(../../img/ph_no02.jpg) no-repeat center center;
}
.ph03:after {
	background: url(../../img/ph_no03.jpg) no-repeat center center;
}
.ph04:after {
	background: url(../../img/ph_no04.jpg) no-repeat center center;
}
.ph05:after {
	background: url(../../img/ph_no05.jpg) no-repeat center center;
}
.ph06:after {
	background: url(../../img/ph_no06.jpg) no-repeat center center;
}

/*----------------------------------------------------
	☆float
----------------------------------------------------*/

#contents .img_r {
	float: right;
	margin: 0;
	padding: 0 0 0 30px;
}

#contents .img_l {
	float: left;
	margin: 0;
	padding: 0 30px 0 0;
}

#contents .img_r02 {
	float: right;
	margin: 0;
	padding: 5px 0 0 10px;
}

#contents .img_l02 {
	float: left;
	margin: 0;
	padding: 5px 10px 0 0;
}

#contents .text_r {
	overflow: hidden;
	margin: 0;
}

#contents .text_l {
	overflow: hidden;
	margin: 0;
}

#contents .ph_r {
	float: right;
	width: 46%;
}

#contents .ph_l {
	float: left;
	width: 46%;
}

#contents .txt_r {
	float: right;
	width: 50%;
}

#contents .txt_l {
	float: left;
	width: 50%;
}

#contents .ph_r img,
#contents .ph_l img {
	margin-bottom: 10px;
}

#contents .txt_l h3 {
	line-height: 1.6;
}

/*----------------------------------------------------
	☆BOX
----------------------------------------------------*/
#contents .borderBox {
	border-bottom: dotted 1px #ccc;
	padding-bottom: 5%;
	margin-bottom: 5%;
}

#contents .hrefBoxL {
	float: left;
	width: 48.5%;
}

#contents .hrefBoxR {
	float: right;
	width: 48.5%;
}

#contents .flotBox .img_r {
	float: right;
	margin: 0;
	padding: 5px 0 0 2%;
}

#contents .flotBox .txt_l {
	overflow: hidden;
	margin: 0;
}

#contents .ti01 {
	background: url(../../images/bg_line.png) left bottom repeat-x;
	color: #2660ac;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 1.2;
}

#contents .pImg {
	font-style: 0 !important;
	line-height: 0 !important;
}

#contents .komeBox01 {
	background: #253494;
	border-radius: 5px;
	color: #fff;
	font-size: 1.4em;
	padding: 3%;
}

/*----------------------------------------------------
	☆DL
----------------------------------------------------*/

#contents .dl01 dt {
	background: #666666;
	border-radius: 3px 3px 0 0;
	color: #fff;
	padding: 2%;
}

#contents .dl01 dd {
	background: #ffeeed;
	border: solid 2px #666666;
	border-radius: 0 0 3px 3px;
	padding: 3%;
}

#contents .dl02 {
	margin-bottom: 30px;
}
#contents .dl02 dt {
	border-bottom: dotted 1px #000000;
	padding: 1%;
	margin-bottom: 15px;
}

#contents .dl02 dd {
	padding-left: 15px;
	line-height: 1.6;
}

/*-- FOOTER --*/

#footer {
	background: #fff;
	width: 100%;
}
#footer .single_sns ul {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 20px;
	width: 315px;
}
#footer .single_sns ul li {
	float: left;
	margin: 10px;
}
#footer .detail {
	background: #cec29d none repeat scroll 0 0;
	padding: 30px;
}

#footer p {
	line-height: 1.6;
	padding: 20px;
}

#footer #footMenu {
	background: #eeeeee;
	padding: 2% 0;
}

#footer #footMenu dl {
	float: left;
	margin-right: 20px;
	width: 225px;
}

#footer #footMenu dl.last {
	margin-right: 0;
}

#footer #footMenu dl dt {
	font-weight: bold;
	margin-bottom: 20px;
}

#footer #footMenu ul li {
	margin-bottom: 10px;
	width: 100%;
}

#footer #footMenu ul li {
	text-indent: -1em;
	margin-left: 1em;
}

#footer #footMenu ul li:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 4px;
	margin-left: 4px;
	border: transparent solid 4px;
	border-left-color: #253494;
}

#footer #footMenu ul li a {
	font-size: 0.8em;
	letter-spacing: 0;
	text-decoration: underline;
}

#footer #footLink {
	padding: 1% 0 2%;
}
#footer #footLink .footL {
	padding-top: 15px;
	width: 100%;
}

#footer #footLink .footR {
	float: right;
	padding-top: 15px;
	width: 100%;
	font-size: 14px;
}

#footer #footLink ul.link li {
	float: left;
	border-right: solid 1px #dbdbdb;
	padding: 0 1.3% 0.2%;
	margin-bottom: 7px;
}

#footer #footLink ul.link li.first {
	padding-left: 0;
}

#footer #footLink ul.link li a {
	text-decoration: underline;
	font-size: 0.8em;
}

#footer #footLink .footLogo {
	clear: both;
	overflow: hidden;
	right: 0;
}

#footer #footLink .footLogo li {
	float: right;
	margin-left: 15px;
}

/*-- COPYRIGHT --*/

#footer #footLink #copyright {
	display: block;
	font-size: 0.9rem !important;
	letter-spacing: 0;
	text-align: right;
	margin-bottom: 15px;
	width: 100%;
}

#mm-2 .mm-listview,
#mm-3 .mm-listview {
	margin-top: -20px !important;
}

/*----------------------------------------------------
	☆SP
----------------------------------------------------*/

#spHeader {
	display: none;
}
.p_c {
	text-align: center;
}
a[href^='tel:'] {
	cursor: default;
}
.sp {
	display: none;
}

/*202507追記*/
#footer #footLink #copyright {
	font-size: 1.4rem !important;
}
#header #gNavi ul {
	display: flex;
}
#header #gNavi li {
	width: calc(100% / 4);
}
#header #gNavi ul li a {
	background: #fff;
	color: #333;
	font-size: 1.6rem;
	padding: 0;
	font-weight: 700;
	line-height: 37px;
	width: 100%;
}
#header #gNavi ul li a:hover {
	background: #9299c9;
	color: #fff;
}
#breadChumbs {
	margin: 0 auto;
	padding: 5px 0;
	box-shadow: 0 7px 4px -5px #dadada inset;
	font-size: 1.3rem;
	background-color: #f7f7f7;
}
#breadChumbs .currentPoint {
	font-weight: 700;
}
#header .headLink li {
	position: relative;
	display: inline-block;
	margin-right: 28px;
	padding: 0 0 0 8px;
	background: url(../cmn_img/com_ic01.png) no-repeat left center;
	font-size: 1.2rem;
}
#header .headLink li:last-child {
	margin-right: 0;
}
#header .headLink li a {
	color: inherit;
}
@media only screen and (max-width: 800px) {
	.header .main_logo {
		display: flex;
		align-items: flex-end;
		font-size: 1rem;
		gap: 0 0.6rem;
	}
	.header #logo {
		width: 80%;
		max-width: 370px;
	}
	.header #logo {
		padding-top: 24px !important;
	}
	.header .main_logo span {
		display: inline-block;
		margin-bottom: 4px;
	}
}
