@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant&family=Zen+Old+Mincho&display=swap');

body {
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;
	font-style: normal;
	color: #000000;
	font-size: 16px;
	letter-spacing: 0.15em;
	line-height: 2.1;
	padding:0;
	margin:0;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fildset,p,blockquote{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight: normal;
}

img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	display: block;
	margin: auto;
}
table {
    font-size:inherit;
    font:100%;
	border-collapse: separate;
	border-spacing: 0;
}

address{
	font-style:normal;
}

ul,ol{
	list-style:none;
}

a{
	color: inherit;
	text-decoration: none;
	outline: 0;
	transition: color 0.4s, background-color 0.4s;
}

i {font-weight: normal !important;}	/*アイコンフォント*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*<group=style>*/
.fw_bold{font-weight: bold!important;}
/*</group>*/

/*<group=text_align>*/
.txt_al_l{text-align:left;}
.txt_al_r{text-align:right;}
.txt_al_c{text-align:center;}
.sp_txt_l{text-align:center;}
/*</group>*/

/*<group=float>*/
.flt_l{float:left;}
.flt_r{float:right;}	
/*</group>*/

.blocklink,
.blocklink_out {
	cursor:pointer;
}

.img_max {
	width: 100% !important;
	max-width: initial !important;
}
.change_img img {margin-left: auto; margin-right: auto;}

/* スマホで電話をかけるボタン：画像対応 */
.sp_tel_btn {
	position: relative;
}
.sp_tel_btn img {
	position: relative;
	z-index: 0;
}
.sp_tel_btn span,
.sp_tel_btn a {
	display: block;
}
.sp_tel_btn a {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.flex_box {
	display: flex;
	justify-content: space-between;
}

.white,.white a{color:#ffffff!important;}
.blue,.blue a{color:#252f4d!important;}
.blue2,.blue2 a{color:#315494!important;}
.blue3,.blue3 a{color:#5174c3!important;}
.red,.red a{color:#bf544a!important;}

.com_txt_link{
	text-decoration: underline;
}
.com_txt_link:hover{
	text-decoration: none;
}

.ft_zen{
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
.ft_con{
	font-family: "Cormorant", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.fs15{
	font-size:15px;
}
.fs17{
	font-size:17px;
}
.fs18{
	font-size:18px;
}
.fs22{
	font-size:22px;
}

.contentpage .front_only{
	display:none;
}
.frontpage .content_only{
	display:none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
body {
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
	
.fs15{
	font-size:14px;
}
.fs17{
	font-size:16px;
}
.fs18{
	font-size:17px;
}
.fs22{
	font-size:21px;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* スマホのときはビューポートを基準にサイズ調節する */
/* スマホ時：emまたは%で指定する */
/* スマホ以外でビューポート基準にするときは、その都度「vw」で指定する */
body {
	font-size: 4vw;
	letter-spacing: normal;
	line-height: 1.8;
}
/*<group=text_align>*/
.sp_txt_l{text-align:left;}	
.sp_txt_c{text-align:center;}
/*</group>*/

.fs15{
	font-size:3.9vw;
}
.fs17{
	font-size:4.1vw;
}
.fs18{
	font-size:4.2vw;
}
.fs22{
	font-size:4.3vw;
}
}





/*共通
---------------------------------------------------------*/
.max_1500 {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.max_width,
.w1500,
.w1340,
.w1266,
.w1280,
.w1220,
.w1240{
	width: 92%;
	padding: 0 4%;
	margin-left: auto;
	margin-right: auto;
}
.w1500 {max-width: 1500px;}
.w1340 {max-width: 1340px;}
.w1266 {max-width: 1266px;}
.w1280 {max-width: 1280px;}
.w1220 {max-width: 1220px;}
.w1240 {max-width: 1240px;}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.max_width,
.w1500,
.w1340,
.w1266,
.w1280,
.w1220,
.w1240{
	width: 90%;
	padding: 0 5%;
}
}




/*アニメーション
---------------------------------------------------------*/
/*その場でフェードしながら出てくる*/
.fadein {
	opacity: 0;
	transition: opacity 1s ease;
}
.anime_on .fadein,
.anime_on.fadein {
	opacity: 1;
}

/*下からフェードしながら出てくる*/
.fadeup {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1s ease;
}
.anime_on .fadeup,
.anime_on.fadeup {
	opacity: 1;
	transform: translateY(0px);
}

/*その場でズームしながら出てくる*/
.fadezoom {
	opacity: 0;
	transform: scale(0.9);
	transition: all .5s ease;
}
.anime_on .fadezoom,
.anime_on.fadezoom {
	opacity: 1;
	transform: scale(1.0);
}




/*swiper共通設定
---------------------------------------------------------*/
.swiper { display: none;}
.swiper.swiper-initialized { display: block;}
.swiper-fade .swiper-slide {
    transition-property: opacity !important;	/* フェードモード時 共通調整 */
}
.swip_ticker .swiper-wrapper {
	transition-timing-function: linear !important;	/*滑らかに流れ続ける*/
}


/*wrapper
---------------------------------------------------------*/
#wrapper{
	overflow: hidden;
}



/* 隙間
---------------------------------------------------------*/
.com_top_80{margin-top: 80px;}

.com_p_top_30{padding-top: 30px;}
.com_p_top_70{padding-top: 70px;}
.com_p_top_80{padding-top: 80px;}
.com_p_top_90{padding-top: 90px;}
.com_p_top_100{padding-top: 100px;}
.com_p_top_120{padding-top: 120px;}
.com_p_top_130{padding-top: 130px;}
.com_p_top_150{padding-top: 150px;}

.com_p_btm_30{padding-bottom: 30px;}
.com_p_btm_40{padding-bottom: 40px;}
.com_p_btm_60{padding-bottom: 60px;}
.com_p_btm_70{padding-bottom: 70px;}
.com_p_btm_80{padding-bottom: 80px;}
.com_p_btm_90{padding-bottom: 90px;}
.com_p_btm_100{padding-bottom: 100px;}
.com_p_btm_120{padding-bottom: 120px;}
.com_p_btm_130{padding-bottom: 130px;}
.com_p_btm_150{padding-bottom: 150px;}

.com_btm_05em{margin-bottom: .5em;}
.com_btm_20{margin-bottom: 20px;}
.com_btm_30{margin-bottom: 30px;}
.com_btm_40{margin-bottom: 40px;}
.com_btm_50{margin-bottom: 50px;}
.com_btm_60{margin-bottom: 60px;}
.com_btm_80{margin-bottom: 80px;}
.com_btm_100{margin-bottom: 100px;}
.com_btm_120{margin-bottom: 120px;}
.com_btm_130{margin-bottom: 130px;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.com_top_80{margin-top: 6%;}

.com_p_top_30{padding-top: 3%;}
.com_p_top_70{padding-top: 5%;}
.com_p_top_80{padding-top: 6%;}
.com_p_top_90{padding-top: 7%;}
.com_p_top_100{padding-top: 8%;}
.com_p_top_120{padding-top: 8%;}
.com_p_top_130{padding-top: 10%;}
.com_p_top_150{padding-top: 10%;}

.com_p_btm_30{padding-bottom: 3%;}
.com_p_btm_40{padding-bottom: 5%;}
.com_p_btm_60{padding-bottom: 5%;}
.com_p_btm_70{padding-bottom: 5%;}
.com_p_btm_80{padding-bottom: 6%;}
.com_p_btm_90{padding-bottom: 7%;}
.com_p_btm_100{padding-bottom: 10%;}
.com_p_btm_120{padding-bottom: 10%;}
.com_p_btm_130{padding-bottom: 10%;}
.com_p_btm_150{padding-bottom: 10%;}

.com_btm_20{margin-bottom: 2%;}
.com_btm_30{margin-bottom: 3%;}
.com_btm_40{margin-bottom: 5%;}
.com_btm_50{margin-bottom: 5%;}
.com_btm_60{margin-bottom: 5%;}
.com_btm_80{margin-bottom: 6%;}
.com_btm_100{margin-bottom: 10%;}
.com_btm_120{margin-bottom: 10%;}
.com_btm_130{margin-bottom: 10%;}

}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.com_top_80{margin-top: 8%;}

.com_p_top_30{padding-top: 4%;}
.com_p_top_70{padding-top: 7%;}
.com_p_top_80{padding-top: 8%;}
.com_p_top_90{padding-top: 9%;}
.com_p_top_100{padding-top: 10%;}
.com_p_top_120{padding-top: 12%;}
.com_p_top_130{padding-top: 13%;}
.com_p_top_150{padding-top: 15%;}

.com_p_btm_30{padding-bottom: 4%;}
.com_p_btm_40{padding-bottom: 4%;}
.com_p_btm_60{padding-bottom: 6%;}
.com_p_btm_70{padding-bottom: 7%;}
.com_p_btm_80{padding-bottom: 8%;}
.com_p_btm_90{padding-bottom: 9%;}
.com_p_btm_100{padding-bottom: 10%;}
.com_p_btm_120{padding-bottom: 12%;}
.com_p_btm_130{padding-bottom: 13%;}
.com_p_btm_150{padding-bottom: 15%;}

.com_btm_20{margin-bottom: 3%;}
.com_btm_30{margin-bottom: 4%;}
.com_btm_40{margin-bottom: 4%;}
.com_btm_50{margin-bottom: 5%;}
.com_btm_60{margin-bottom: 6%;}
.com_btm_80{margin-bottom: 8%;}
.com_btm_100{margin-bottom: 10%;}
.com_btm_120{margin-bottom: 12%;}
.com_btm_130{margin-bottom: 13%;}
}







/* フォントサイズ
---------------------------------------------------------*/
.zen17{
	font-size:min(110%,1.8vw);
	line-height: 1.6em;
}
.zen18{
	font-size:min(115%,2vw);
	line-height: 1.6em;
}
.zen20{
	font-size:min(130%,2vw);
	letter-spacing: 0.05em;
	line-height: 1.7em;
}
.zen21{
	font-size:min(135%,2vw);
	letter-spacing: 0.05em;
	line-height: 1.7em;
}
.zen23{
	font-size:min(150%,2.6vw);
	line-height: 1.6em;
}
.zen25{
	font-size:min(165%,2.5vw);
	line-height: 1.6em;
}
.zen26{
	font-size:min(165%,2.5vw);
	line-height: 1.6em;
}
.zen27{
	font-size:min(170%,2.5vw);
	line-height: 1.6em;
}
.zen30{
	font-size:min(190%,2.5vw);
	line-height: 1.6em;
}
.zen33{
	font-size:min(215%,2.6vw);
	line-height: 1.6em;
}
.zen35{
	font-size:min(220%,2.9vw);
	line-height: 1.4em;
}
.zen40{
	font-size:min(260%,3.2vw);
	line-height: 1.5em;
}
.zen45{
	font-size:min(290%,3.5vw);
	line-height: 1.5em;
}
.zen50{
	font-size:min(320%,3.8vw);
	letter-spacing: 0.08em;
	line-height: 1.5em;
}
.zen58{
	font-size:min(380%,4.8vw);
	line-height: 1.5em;
}

.con20{
	font-size: min(130%,2.3vw);
	line-height: 1em;
}
.con29{
	font-size:min(190%,1.8vw);
	line-height: 1em;
}
.con35{
	font-size: min(220%,2.5vw);
	line-height: 1em;
}
.con36{
	font-size: min(230%,3vw);
	line-height: 1em;
}
.con44{
	font-size:min(300%,5vw);
	line-height: 1em;
}
.con45{
	font-size:min(305%,5vw);
	line-height: 1em;
}
.con55{
	font-size: min(380%,5vw);
	line-height: 1em;
}
.con100{
	font-size: min(680%,6vw);
	line-height: 1em;
}
.con129{
	font-size: min(800%,6vw);
	line-height: 1em;
}
.con175{
	font-size:min(1200%,14vw);
	line-height: 1em;
}
.con250{
	font-size:min(1600%,15vw);
	line-height: 1em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.zen17{
	font-size:100%;
}
.zen18{
	font-size:100%;
}
.zen20{
	font-size:100%;
}
.zen21{
	font-size:100%;
}
.zen23{
	font-size:120%;
}
.zen25{
	font-size:120%;
	line-height: 1.5em;
}
.zen26{
	font-size:120%;
}
.zen27{
	font-size:125%;
}
.zen30{
	font-size:120%;
}
.zen33{
	font-size: 130%;
}
.zen35{
	font-size: 150%;
}
.zen40{
	font-size: 150%;
}
.zen45{
	font-size: 150%;
}
.zen50{
	font-size: 210%;
}
.zen58{
	font-size: 220%;
}

	
.con20{
	font-size:120%;
}
.con29{
	font-size: 120%;
}
.con35{
	font-size: 150%;
}
.con36{
	font-size: 220%;
}
.con44{
	font-size: 290%;
}
.con45{
	font-size: 220%;
}
.con55{
	font-size: 370%;
}
.con100{
	font-size: 350%;
}
.con129{
	font-size: 490%;
}
.con175{
	font-size: 600%;
}
.con250{
	font-size: 1000%;
}
}








/*アコーディオン
---------------------------------------------------------*/
.open_btn {
	cursor: pointer;
}
.open_box {
	display: none;
}
.icon_open {
	letter-spacing: normal;
	line-height: 1.0em;
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	margin-left: .5em;
	transform: translateY(-.1em);
	position: relative;
	transition: transform .4s;
	border:1px solid #fff;
	border-radius: 50%;
}
.m_nav .icon_open {
	margin-left: .2em;
}
.icon_open::before,
.icon_open::after {
	display: inline-block;
	content: "";
	position: absolute;
	width: .6em;
	height: 1px;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 1px;
}
.icon_open.white::before,
.icon_open.white::after{
	background: #fff;
}
.icon_open::after{
  transform: rotate(90deg);
  transition: transform 0.4s;
}
.open_btn.active .icon_open::after{
  transform: rotate(0deg);
}


/* com_btn1
---------------------------------------------------------*/
.com_btn1 a{
	width: 100%;
	max-width: 360px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	background: rgba(0,0,0,0.07);
	text-align: center;
	padding: 1.35em 1em;
	box-sizing: border-box;
    font-size: min(125%,2.3vw);
	line-height: 1.4em;
}
.com_btn1 a span{
	position: relative;
	display: block;
	max-width: 224px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.com_btn1 a span i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: #315494;
	border-radius: 50%;
	font-weight: bold;
	color: #fff;
}

.com_btn1 a:hover{
	background: #315494;
	color: #fff;
}
.com_btn1 a:hover i{
	color: #315494;
	background: #fff;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.com_btn1 a{
	padding: 1.1em .8em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.com_btn1 a{
	padding: 1.2em 1em;
    font-size: 110%;
}
}





/*メニュー
---------------------------------------------------------*/
.m_nav {
	width: 100%;
	max-width: 1310px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin: 0 auto;
}
.m_nav > li {
	position: relative;
	width: 25%;
}
.m_nav > li > a {
	position: relative;
	display: block;
	text-align: center;
	line-height: 1;
	width: 100%;
	padding-top: min(35px,3vw);
	padding-bottom: min(35px,3vw);
}
.m_nav > li > a::before{
	position: absolute;
	display: block;
	content: "";
	background: #eee3be;
	background-size: 100% auto;
	width: 1px;
	height: 50%;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.m_nav > li:last-child > a::before {
	display: none;
}
.m_nav > li > a::after{
	position: absolute;
	display: block;
	content: "";
	background: #d8bf67;
	background-size: 100% auto;
	width: 55%;
	height: 4px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	transition: 0.4s;
}
.m_nav > li > a:hover::after{
	opacity: 1;
	transition: 0.4s;
}
.m_nav > li > a span{
	display: block;
	text-align: center;
}
.m_nav > li > a span.ft_zen{
	font-size: min(170%,2.3vw);
	line-height: 1em;
}
.m_nav > li > a span.ft_con{
	font-size: min(120%,1.9vw);
	line-height: 1em;
	color:#f4edd4;
	margin-top: .8em;
}
.m_nav_area{
	position: relative;
	width: 100%;
	z-index: 2;
	background: linear-gradient(to bottom,  rgba(190,163,116,1) 50%,rgba(145,119,83,1) 99%);
}
.m_nav_area .m_nav a{
	color: #fff;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1400px) {
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_nav > li > a span.ft_con{
	margin-top: .5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_nav_area {
	display: none;
}
}





/*スクロールメニュー
---------------------------------------------------------*/
#scl_header {
	position: fixed;
	z-index: 500;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #0e2057;
	box-sizing: border-box;
	transform: translateY(-100%);
	font-size:90%;
}
#scl_header.is-show {
	display: block;
	transform: translateY(0);
	opacity: 1;
    animation: sclAnimation 1.0s;
}
#scl_header .scl_flex {
	position: relative;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#scl_header .scl_flex .scl_nav_area{
	width: 71%;
	max-width: 1050px;
	padding-left: 1em;
}
#scl_header .m_nav > li > a span.ft_zen{
	font-size: min(170%,1.7vw);
}
#scl_header .m_nav > li > a span.ft_con{
	font-size: min(120%,1.5vw);
}
#scl_header .m_nav > li > a {
	padding-top: min(35px,2vw);
	padding-bottom: min(35px,2vw);
}
#scl_header .scl_flex .scl_nav_area .m_nav > li > a span.ft_zen{
	color: #fff;
}
#scl_header .scl_flex .scl_nav_area .m_nav > li > a span.ft_con{
	color: #f4edd4;
}
#scl_header .scl_flex .scl_contact{
	width: 29%;
	max-width: 435px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#scl_header .scl_flex .scl_contact .scl_tel{
	width: 60%;
}
#scl_header .scl_flex .scl_contact .scl_mail{
	width: 34%;
	background: linear-gradient(135deg,  rgba(145,119,83,1) 0%,rgba(190,163,116,1) 100%); 
	transition: 0.4s;
}
#scl_header .scl_flex .scl_contact .scl_mail:hover{
	opacity:.9;
	transition: 0.4s;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#scl_header {
	display: none !important;
}
}

/* スクロールメニューアニメーション */
@keyframes sclAnimation {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}







/*スマホフッター
---------------------------------------------------------*/
@media only screen and (min-width: 768px) {
#sp_footer {display: none !important;}}
#sp_footer{
	position: fixed;
	left: 0;
	bottom:0;
	z-index: 10;
	width: 100%;
	background-color: #fff;
}
.sp_footer{
	display: flex;
    justify-content: space-between;
	align-items: center;	
	list-style: none;
	filter: drop-shadow(0 -10px 5px rgba(0,0,0,0.05));
}
.sp_footer li{
	width: 50%;
	background-color: #fff;
}
.sp_footer li.mail{
	background: #e9e9e3;	
}



/* header
---------------------------------------------------------*/
header{
	position: relative;
	z-index: 2;
	background: linear-gradient(to right,  rgba(14,32,87,1) 0%,rgba(79,92,132,1) 58%);
}
header .flex_box{
	position: relative;
	 align-items: center;	
}

header .h_left{
	width: 58%;
}
header .h_left .h_logo{
	position: relative;
	width: 100%;
	max-width: 735px;
	text-align: left;
	padding-left: min(45px,2vw);
	box-sizing: border-box;
}
header .h_left .h_logo h1{
	position: absolute;
	top: 14%;
	transform: translateY(-50%);
	right: 0;
	color: #fff;
	font-size: min(83%,1.23vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
header .h_left .h_logo dt{
	display: inline-block;
	width:min(201px,17vw);
	margin-bottom: min(5px,0.1vw);
}
header .h_left .h_logo dd{
	display: inline-block;
	width: min(629px,45vw);
	margin-left: 0;
	margin-right: auto;
}
header .h_left h2{
	position: absolute;
	bottom: -1.4em;
	left: 0;
	display: inline-block;
	background: #fff;
	font-size: min(200%,2.2vw);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1em;
	padding: .35em 1.4em .45em 2.3em;
	box-sizing: border-box;
}
header .h_left h2::before{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/common/h_logo_tag.svg")no-repeat top left;
	background-size: 100% auto;
	width: 1em;
	height: 100%;
	top:0;
	left: 100%;
}
header .h_left h2 span{
	display: inline-block;
	width: 11em;
}
header .h_right{
	width: 40%;
	max-width: 569px;
	display: flex;
    justify-content: space-between;
    align-items: center;	
}
header .h_right .h_tel{
	width: 63%;
	text-align: left;
}
header .h_right .h_mail{
	width: 31.5%;
	background: linear-gradient(to bottom,  rgba(145,119,83,1) 0%,rgba(190,163,116,1) 84%); 
	transition: 0.4s;
}
header .h_right .h_mail:hover{
	opacity:.8;
	transition: 0.4s;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1400px) {
header .h_left .h_logo h1{
	letter-spacing: normal;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
header .h_left{
	width: 50%;
}
header .h_left .h_logo dd{
	width: 100%;
}
header .h_right{
	width: 45%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
header .flex_box{
	display: block;
	padding: 1.3vw 0 8.5vw;
}
header .h_left{
	width:83%;
}
header .h_left .h_logo{
	padding-left: 4%;
}
header .h_left .h_logo h1{
	position: static;
	transform:none;
	font-size: 2.5vw;
	letter-spacing: 0.01em;
}
header .h_left .h_logo dt{
	width:32%;
	margin-bottom:0.3vw;
}
header .h_left .h_logo dd{
	width: 100%;
}
header .h_left h2{
	bottom: -3.5vw;
	font-size: 4.5vw;
	padding: .35em 1em .45em 1.5em;
}
header .h_right{
	display: none;
}
}





/*m_img
---------------------------------------------------------*/
.contentpage .m_img{
	height: min(100px,5vw);
	background: linear-gradient(to right,  rgba(14,32,87,1) 0%,rgba(79,92,132,1) 58%);
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.contentpage .m_img{
	height:8vw;
}
}






/* com_contact
---------------------------------------------------------*/
.com_contact{
	position: relative;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.com_contact::before{
	position: absolute;
	display: block;
	content: "";
	background: #fff;
	background-size: 100% auto;
	width: 100%;
	height: calc(100% - 3em);
	bottom: 0;
	left: 0;
	border:1px solid #ccc;
	box-sizing: border-box;
}
.com_contact::after{
	position: absolute;
	display: block;
	content: "";
	background:url("../images/top/lead_shadow@2x.png")no-repeat top left;
	background-size: 100% auto;
	width: 100%;
	height: 300px;
	top: 100%;
	left: 0;
}
.com_contact .zen25{
	position: relative;
	width: 90%;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
background: linear-gradient(to right,  rgba(212,184,69,1) 0%,rgba(200,163,38,1) 50%,rgba(212,184,69,1) 100%); 
	color: #fff;
	padding: .8em .5em;
	box-sizing: border-box;
	text-align: center;
}
.com_contact .zen25::before{
	position: absolute;
	display:block;
	content: "";
	background: url("../images/common/contact_selif.svg")no-repeat top center;
	background-size: 100% auto;
	width: .6em;
	height:.7em;
	top:100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.com_contact > div{
	position: relative;
	z-index: 2;
}
.com_contact_inbox{
	padding-left:8%;
	padding-right: 8%;
	box-sizing: border-box;
}
.com_contact_inbox .flex_box{
	max-width: 672px;
	margin: 0 auto;
    align-items: center;	
}
.com_contact_inbox .flex_box .tel{
	width: 52%;
}
.com_contact_inbox .flex_box .mail{
	background: #e9e9e3;
	width: 43%;
	transition: 0.4s;
}
.com_contact_inbox .flex_box .mail:hover{
	background: #e8e0be;
	transition: 0.4s;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.com_contact::before{
	height: calc(100% - 1.5em);
}
.com_contact .zen25{
	padding: .5em .5em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.com_contact::before{
	height: calc(100% - 12vw);
}
.com_contact .zen25{
	padding: .7em .5em;
}
.com_contact_inbox{
	padding-top: 4%;
	padding-left:5%;
	padding-right: 5%;
	padding-bottom: 5%;
}
.com_contact_inbox .flex_box{
	display: block;
}
.com_contact_inbox .flex_box .tel{
	width: 80%;
	margin: 0 auto 6%;
}
.com_contact_inbox .flex_box .mail{
	width: 100%;
	max-width: 288px;
	margin: 0 auto;
}
}









/* footer
---------------------------------------------------------*/
footer #contact .bg{
	background: #f3f4f7;
}
footer #contact .bigimg{
	height: min(550px,40vw);
	background: url("../images/top/f_bg@2x.jpg")no-repeat center center;
	background-size: cover;
}
footer #contact .com_contact{
	width: 92%;
	margin-top:min(-50px,-5vw);
}

footer .f_logo{
	width: 70%;
	margin: 0 auto;
}

footer .f_bg1{
	background: #f3f4f7;
}
footer .f_bg2{
background: linear-gradient(45deg,  rgba(114,156,224,1) 0%,rgba(49,84,148,1) 100%);
}
footer .f_bg2_inbox{
	width: 90%;
	max-width:780px;
	margin-left: auto;
	margin-right: auto;
}
footer .f_bg2_inbox .timetable{
	position: relative;
	margin: 0 auto 10px;
}
footer .f_bg2_inbox .timetable::before{
	position: absolute;
	display: block;
	content: "";
	background: #f3f4f7;
	background-size: 100% auto;
	width: 400%;
	height: 50%;
	left: -200%;
	top:0;
}
footer .f_bg2_inbox .timetable img{
	position: relative;
	z-index: 2;
	background: #fff;
}
footer .f_bg2_inbox li{
	display: inline-block;
}
footer .f_bg2_inbox li.fs17{
	margin-right: 1.5em;
}
footer .f_bg2_inbox li.fs16{
	margin-right: .5em;
}
footer .f_bg2_inbox li:last-child{
	margin-right: 0;
}
footer .f_bg2_inbox li span{
	color: #abb2c2;
	margin-right: .2em;
	font-size:110%;
}

footer .flex1{
    align-items: center;	
}
footer .flex1 .flex_l{
	width: 50%;
}
footer .flex1 .flex_l iframe{
	display: block;
	height: min(350px,25vw);
}
footer .flex1 .flex_r{
	width: 46%;
}
footer .flex1 .flex_r .con36{
	color: #e3d192;
}
footer .flex1 .flex_r li{
	width: 50%;
	box-sizing: border-box;
}
footer .flex1 .flex_r li:nth-child(1){
	padding-right: 3%;
}
footer .flex1 .flex_r li:nth-child(2){
	border-left: 1px solid #fff;
	padding-left: 3%;
}
footer .flex1 .flex_r li .img{
	aspect-ratio: 290 / 110;
	display: flex;
    justify-content: space-between;
    align-items: center;	
}
footer .flex1 .flex_r li:nth-child(2) .img img{
	width: 55%;
}
footer .flex1 .flex_r li p{
	font-size: min(100%,1.6vw);
	line-height: 1.5em;
}

footer .flex2{
	flex-flow: row-reverse;
	align-items: flex-end;	
}
footer .flex2 .bnr{
	width: 40%;
	max-width: 430px;
}
footer .flex2 .copyright{
	width: 60%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
footer #contact .bigimg{
	height: 48vw;
	background: url("../images/top/f_bg@2x.jpg")no-repeat center center;
	background-size: cover;
}
footer #contact .com_contact{
	margin-top: -5vw;
}
	
footer .f_logo{
	width:95%;
	padding-top: 6%;
}
footer .f_bg2{
	padding-bottom:20vw;
}
footer .f_bg2_inbox{
	width: 100%;
	max-width:100%;
}
footer .f_bg2_inbox .timetable{
	margin: 0 auto 2%;
}
footer .f_bg2_inbox li{
	font-size: 88%!important;
}

footer .flex1{
	display: block;
}
footer .flex1 .flex_l{
	width: 100%;
	margin-bottom: 10%;
}
footer .flex1 .flex_l iframe{
	height:45vw;
}
footer .flex1 .flex_r{
	width: 100%;
}
footer .flex1 .flex_r .flex_box{
	display: block;
}
footer .flex1 .flex_r address{
	font-size:95%;
	margin-bottom: 6%;
}
footer .flex1 .flex_r li{
	width: 100%;
}
footer .flex1 .flex_r li:nth-child(1){
	padding-right: 0;
}
footer .flex1 .flex_r li:nth-child(2){
	border-left: none;
	padding-left: 0;
	border-top: 1px solid #fff;
	padding-top:6%;
	margin-top:6%;
}
footer .flex1 .flex_r li .img{
	display: inline-block;	
	height: 6.5em;
	margin-bottom: 0;
}
footer .flex1 .flex_r li:nth-child(2) .img{
	height: 3.5em;
}
footer .flex1 .flex_r li .img img{
	width:auto!important;
	height: 100%!important;
}
footer .flex1 .flex_r li p{
	font-size: 95%;
	margin-top: .3em;
}

footer .flex2{
	display: block;
}
footer .flex2 .bnr{
	width:80%;
	margin: 0 auto 5%;
}
footer .flex2 .copyright{
	width: 100%;
}
}





/* drawer
---------------------------------------------------------*/
#drawer-content .dr1{
	padding-top: 15.5vw;
	text-align: center;
    background: #a98e64;
}
#drawer-content .dr1 .ft_con{
	font-size:180%;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: .5em;
}
#drawer-content .dr1 .dr_list1{
	width: 75%;
	margin: 0 auto;
}
#drawer-content .dr1 .dr_list1 li{
	border-bottom: 1px solid #c0ac8d;
}
#drawer-content .dr1 .dr_list1 li a{
	display: block;
	padding: 1.5em 0 1.1em;
	letter-spacing: 0.1em;
	font-size:110%;
}
#drawer-content .sp_footer{
	position: absolute;
	bottom: 0;
	left: 0;
}




/* PC
------------------------------------------*/
@media only screen and (min-width: 960px)  {
.tb_only{display:none !important;}
.sp_only{display:none !important;}
.sp_tb{display:none !important;}
.sp_pc{display:block !important;}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pc_only{display:none !important;}
.sp_only{display:none !important;}
.sp_pc{display:none !important;}
.sp_pc{display:none !important;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pc_only{display:none !important;}
.tb_only{display:none !important;}
.tb_pc{display:none !important;}
.sp_pc{display:block!important;}
}