@charset "utf-8";
/*
Theme Name: res
Version: 1.3.2
Author: T8,Inc.
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap');
:root {
	--break: 1920;
	--guideline-color: #b68958;
	font-size: calc(16 / var(--break) * 100vw);
	--color01: #AE938B;
	--color02: #C1C7D5;
	--color03: #F2EEEC;
	--color04: #A99177;
	--color05: #D7DCE9;
	--color06: #EFF1F6;
	--color07: #B68958;
	--color08: #E5D7D3;
	--color09: #491100;
	--color10: #;
	--color11: #;
	--color12: #;
	--color13: #;
	--color14: #;
	--color15: #;
	--color16: #;
	--color17: #;
	--color18: #;
	--color19: #;

    --size5px:  calc(5 / var(--break) * 100vw);
    --size10px:  calc(10 / var(--break) * 100vw);
    --size15px:  calc(15 / var(--break) * 100vw);
    --size20px:  calc(20 / var(--break) * 100vw);
    --size25px:  calc(25 / var(--break) * 100vw);
    --size30px:  calc(30 / var(--break) * 100vw);
    --size35px:  calc(35 / var(--break) * 100vw);
    --size40px:  calc(40 / var(--break) * 100vw);
    --size45px:  calc(45 / var(--break) * 100vw);
    --size50px:  calc(50 / var(--break) * 100vw);
    --size55px:  calc(55 / var(--break) * 100vw);
    --size60px:  calc(60/ var(--break) * 100vw);
    --size65px:  calc(65 / var(--break) * 100vw);
    --size70px:  calc(70 / var(--break) * 100vw);
    --size75px:  calc(75 / var(--break) * 100vw);
    --size80px:  calc(80 / var(--break) * 100vw);
    --size85px:  calc(85 / var(--break) * 100vw);
    --size90px:  calc(90 / var(--break) * 100vw);
    --size95px:  calc(95 / var(--break) * 100vw);
    --size100px:  calc(100 / var(--break) * 100vw);
    --size105px:  calc(105 / var(--break) * 100vw);
    --size110px:  calc(110 / var(--break) * 100vw);
    --size115px:  calc(115 / var(--break) * 100vw);
    --size120px:  calc(120 / var(--break) * 100vw);
    --size125px:  calc(125 / var(--break) * 100vw);
    --size130px:  calc(130 / var(--break) * 100vw);
    --size135px:  calc(135 / var(--break) * 100vw);
    --size140px:  calc(140 / var(--break) * 100vw);
    --size145px:  calc(145 / var(--break) * 100vw);
    --size150px:  calc(150 / var(--break) * 100vw);
    --size160px:  calc(160 / var(--break) * 100vw);
    --size170px:  calc(170 / var(--break) * 100vw);
    --size180px:  calc(180 / var(--break) * 100vw);
    --size190px:  calc(190 / var(--break) * 100vw);
    --size200px:  calc(200 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width: 1599px) {
    :root {
		--break: 1599;
    }
}
@media(min-width: 768px) and (max-width: 1299px) {
    :root {
		--break: 1299;
    }
}
@media(max-width:767px) {
        :root {
		--break: 750;
    }
}

/*サイト別フォント・カラー設定*/
.txt_link {
	color: #b68958;
	text-decoration: underline;
}

/*ここまで*/
html, body {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
	color: #491100;
	letter-spacing: .1em;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.zen {
	font-family: "zen-kaku-gothic-new", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.zen_m {
	font-family: "zen-kaku-gothic-new", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.zen_b {
	font-family: "zen-kaku-gothic-new", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.zen_old {
	font-family: "zen-old-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.zen_old_b {
	font-family: "zen-old-mincho", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.ama {
	font-family: "amandine", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.ama_b {
	font-family: "amandine", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.fwn {
	font-weight: normal;
}
.fwb {
	font-weight: bold;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
video {
	max-width: 100%;
}
* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
}
#wrap {
	overflow-x: hidden;
}
.oh {
	overflow: hidden;
}
a:hover {
	opacity: .85;
	transition: .3s;
}
a.zoom{
	pointer-events: none;
}
.inner,.inner1000,.inner1140,.inner1200,.inner1340,.inner1500
{
	max-width: 1240px;
	width: 90%;
	margin: 0 auto;
}
.inner1000 {
	max-width: 1000px;
}
.inner1140 {
	max-width: 1140px;
}
.inner1200 {
	max-width: 1200px;
}
.inner1340 {
	max-width: 1340px;
}
.inner1500 {
	max-width: 1500px;
}
.w100 {
	width: 100%!important;
}
table{
	table-layout: fixed;
}
td input{
	max-width: 100%;
}
a[href^="tel:"] {
	cursor: default;
}
a[href^="tel:"]:hover {
	opacity: 1;
}
.slick-slide {
	outline: none;
}
.adjust {
	display: none;
}
.tb_only {
	display: none;
}
.sp_only {
	display: none;
}
.tb_pc {
	display: inherit;
}
.sp_tb {
	display: none;
}
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.flex.start     { -webkit-justify-content: flex-start; justify-content: flex-start; }
.flex.end       { -webkit-justify-content: flex-end; justify-content: flex-end; }
.flex.center    { -webkit-justify-content: center; justify-content: center; }
.flex.around    { -webkit-justify-content: space-around; justify-content: space-around; }
.flex.between   { -webkit-justify-content: space-between; justify-content: space-between; }
.flex.stretch   { -webkit-align-items: stretch; align-items: stretch; }
.flex.ai_center { -webkit-align-items: center; align-items: center; }
.flex.ai_start  { -webkit-align-items: flex-start; align-items: flex-start; }
.flex.ai_end    { -webkit-align-items: flex-end; align-items: flex-end; }
.flex.nowrap    { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex.column    { -ms-flex-direction:column; -webkit-flex-direction:column; flex-direction:column; }
.flex.row       { -ms-flex-direction:row; -webkit-flex-direction:row; flex-direction:row; }
.flex.c_reverse { -ms-flex-direction:column-reverse; -webkit-flex-direction:column-reverse; flex-direction:column-reverse; }
.flex.r_reverse { -ms-flex-direction:row-reverse; -webkit-flex-direction:row-reverse; flex-direction:row-reverse; }
.flex.cc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; }
.flex.ccc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center;}
.flex.cccc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center; -webkit-flex-direction:column; flex-direction:column;}
.noshrink       { flex: 0 0 auto; }
.grow           { flex: 1 1 auto; }

.ccl { border-radius: 100%; }
.bdrd5 {border-radius: var(--size5px);}
.bdrd10 {border-radius: var(--size10px);}
.bdrd15 {border-radius: var(--size15px);}
.bdrd20 {border-radius: var(--size20px);}
.bdrd25 {border-radius: var(--size25px);}
.bdrd30 {border-radius: var(--size30px);}
.bdrd35 {border-radius: var(--size35px);}
.bdrd40 {border-radius: var(--size40px);}
.bdrd45 {border-radius: var(--size45px);}
.bdrd50 {border-radius: var(--size50px);}

.txt_center { text-align: center; }
.txt_right { text-align: right; }
.txt_rl {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.mgn_a {
	margin-left: auto;
	margin-right: auto;
}
.mgn_l { margin-left: auto; }
.mgn_r { margin-right: auto; }
.no_mgn { margin-bottom: 0!important;}
.mb5    { margin-bottom: var(--size5px); }
.mb10   { margin-bottom: var(--size10px); }
.mb15   { margin-bottom: var(--size15px); }
.mb20   { margin-bottom: var(--size20px); }
.mb25   { margin-bottom: var(--size25px); }
.mb30   { margin-bottom: var(--size30px); }
.mb35   { margin-bottom: var(--size35px); }
.mb40   { margin-bottom: var(--size40px); }
.mb45   { margin-bottom: var(--size45px); }
.mb50   { margin-bottom: var(--size50px); }
.mb55   { margin-bottom: var(--size55px); }
.mb60   { margin-bottom: var(--size60px); }
.mb65   { margin-bottom: var(--size65px); }
.mb70   { margin-bottom: var(--size70px); }
.mb75   { margin-bottom: var(--size75px); }
.mb80   { margin-bottom: var(--size80px); }
.mb85   { margin-bottom: var(--size85px); }
.mb90   { margin-bottom: var(--size90px); }
.mb95   { margin-bottom: var(--size95px); }
.mb100  { margin-bottom: var(--size100px); }
.mb105  { margin-bottom: var(--size105px); }
.mb110  { margin-bottom: var(--size110px); }
.mb115  { margin-bottom: var(--size115px); }
.mb120  { margin-bottom: var(--size120px); }
.mb125  { margin-bottom: var(--size125px); }
.mb130  { margin-bottom: var(--size130px); }
.mb135  { margin-bottom: var(--size135px); }
.mb140  { margin-bottom: var(--size140px); }
.mb145  { margin-bottom: var(--size145px); }
.mb150  { margin-bottom: var(--size150px); }
.mb180  { margin-bottom: var(--size180px); }
.mb05em { margin-bottom:0.5em; }
.mb10em { margin-bottom:1.0em; }
.mb15em { margin-bottom:1.5em; }
.mb20em { margin-bottom:2.0em; }
.mb25em { margin-bottom:2.5em; }
.mb30em { margin-bottom:3.0em; }

.mt5    { margin-top: var(--size5px); }
.mt10   { margin-top: var(--size10px); }
.mt15   { margin-top: var(--size15px); }
.mt20   { margin-top: var(--size20px); }
.mt25   { margin-top: var(--size25px); }
.mt30   { margin-top: var(--size30px); }
.mt35   { margin-top: var(--size35px); }
.mt40   { margin-top: var(--size40px); }
.mt45   { margin-top: var(--size45px); }
.mt50   { margin-top: var(--size50px); }
.mt55   { margin-top: var(--size55px); }
.mt60   { margin-top: var(--size60px); }
.mt65   { margin-top: var(--size65px); }
.mt70   { margin-top: var(--size70px); }
.mt75   { margin-top: var(--size75px); }
.mt80   { margin-top: var(--size80px); }
.mt85   { margin-top: var(--size85px); }
.mt90   { margin-top: var(--size90px); }
.mt95   { margin-top: var(--size95px); }
.mt100  { margin-top: var(--size100px); }
.mt105  { margin-top: var(--size105px); }
.mt110  { margin-top: var(--size110px); }
.mt115  { margin-top: var(--size115px); }
.mt120  { margin-top: var(--size120px); }
.mt125  { margin-top: var(--size125px); }
.mt130  { margin-top: var(--size130px); }
.mt135  { margin-top: var(--size135px); }
.mt140  { margin-top: var(--size140px); }
.mt145  { margin-top: var(--size145px); }
.mt150  { margin-top: var(--size150px); }
.mt05em { margin-top:0.5em; }
.mt10em { margin-top:1.0em; }
.mt15em { margin-top:1.5em; }
.mt20em { margin-top:2.0em; }
.mt25em { margin-top:2.5em; }
.mt30em { margin-top:3.0em; }

.mr5 {margin-right: var(--size5px); }
.mr10 {margin-right: var(--size10px); }
.mr15 {margin-right: var(--size15px); }
.mr20 {margin-right: var(--size20px); }
.mr25 {margin-right: var(--size25px); }
.mr30 {margin-right: var(--size30px); }
.mr35 {margin-right: var(--size35px); }
.mr40 {margin-right: var(--size40px); }
.mr45 {margin-right: var(--size45px); }
.mr50 {margin-right: var(--size50px); }

.ml5 {margin-left: var(--size5px); }
.ml10 {margin-left: var(--size10px); }
.ml15 {margin-left: var(--size15px); }
.ml20 {margin-left: var(--size20px); }
.ml25 {margin-left: var(--size25px); }
.ml30 {margin-left: var(--size30px); }
.ml35 {margin-left: var(--size35px); }
.ml40 {margin-left: var(--size40px); }
.ml45 {margin-left: var(--size45px); }
.ml50 {margin-left: var(--size50px); }

.db { display: block; }
.dib { display: inline-block; }
.por { position: relative; z-index: 1; }
.poa { position: absolute; }
.zi0 { z-index: 0; }
.zi1 { z-index: 1; }
.zi2 { z-index: 2; }

.turn_up {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.lh1 { line-height: 1; }
.lh11 { line-height: 1.1; }
.lh12 { line-height: 1.2; }
.lh13 { line-height: 1.3; }
.lh14 { line-height: 1.4; }
.lh15 { line-height: 1.5; }
.lh16 { line-height: 1.6; }
.lh17 { line-height: 1.7; }
.lh18 { line-height: 1.8; }
.lh19 { line-height: 1.9; }
.lh2 { line-height: 2; }
.lh22 { line-height: 2.2; }
.lh25 { line-height: 2.5; }

.pt0 { padding-top: 0; }
.pt5 { padding-top: var(--size5px); }
.pt10 { padding-top: var(--size10px); }
.pt15 { padding-top: var(--size15px); }
.pt20 { padding-top: var(--size20px); }
.pt25 { padding-top: var(--size25px); }
.pt30 { padding-top: var(--size30px); }
.pt35 { padding-top: var(--size35px); }
.pt40 { padding-top: var(--size40px); }
.pt45 { padding-top: var(--size45px); }
.pt50 { padding-top: var(--size50px); }
.pt55 { padding-top: var(--size55px); }
.pt60 { padding-top: var(--size60px); }
.pt65 { padding-top: var(--size65px); }
.pt70 { padding-top: var(--size70px); }
.pt75 { padding-top: var(--size75px); }
.pt80 { padding-top: var(--size80px); }
.pt85 { padding-top: var(--size85px); }
.pt90 { padding-top: var(--size90px); }
.pt95 { padding-top: var(--size95px); }
.pt100 { padding-top: var(--size100px); }
.pt105 { padding-top: var(--size105px); }
.pt110 { padding-top: var(--size110px); }
.pt115 { padding-top: var(--size115px); }
.pt120 { padding-top: var(--size120px); }
.pt125 { padding-top: var(--size125px); }
.pt130 { padding-top: var(--size130px); }
.pt135 { padding-top: var(--size135px); }
.pt140 { padding-top: var(--size140px); }
.pt145 { padding-top: var(--size145px); }
.pt150 { padding-top: var(--size150px); }
.pt160 { padding-top: var(--size160px); }
.pt170 { padding-top: var(--size170px); }
.pt180 { padding-top: var(--size180px); }
.pt190 { padding-top: var(--size190px); }
.pt200 { padding-top: var(--size200px); }

.pb0 { padding-bottom: 0; }
.pb5 { padding-bottom: var(--size5px); }
.pb10 { padding-bottom: var(--size10px); }
.pb15 { padding-bottom: var(--size15px); }
.pb20 { padding-bottom: var(--size20px); }
.pb25 { padding-bottom: var(--size25px); }
.pb30 { padding-bottom: var(--size30px); }
.pb35 { padding-bottom: var(--size35px); }
.pb40 { padding-bottom: var(--size40px); }
.pb45 { padding-bottom: var(--size45px); }
.pb50 { padding-bottom: var(--size50px); }
.pb55 { padding-bottom: var(--size55px); }
.pb60 { padding-bottom: var(--size60px); }
.pb65 { padding-bottom: var(--size65px); }
.pb70 { padding-bottom: var(--size70px); }
.pb75 { padding-bottom: var(--size75px); }
.pb80 { padding-bottom: var(--size80px); }
.pb85 { padding-bottom: var(--size85px); }
.pb90 { padding-bottom: var(--size90px); }
.pb95 { padding-bottom: var(--size95px); }
.pb100 { padding-bottom: var(--size100px); }
.pb105 { padding-bottom: var(--size105px); }
.pb110 { padding-bottom: var(--size110px); }
.pb115 { padding-bottom: var(--size115px); }
.pb120 { padding-bottom: var(--size120px); }
.pb125 { padding-bottom: var(--size125px); }
.pb130 { padding-bottom: var(--size130px); }
.pb135 { padding-bottom: var(--size135px); }
.pb140 { padding-bottom: var(--size140px); }
.pb145 { padding-bottom: var(--size145px); }
.pb150 { padding-bottom: var(--size150px); }
.pb160 { padding-bottom: var(--size160px); }
.pb170 { padding-bottom: var(--size170px); }
.pb180 { padding-bottom: var(--size180px); }
.pb190 { padding-bottom: var(--size190px); }
.pb200 { padding-bottom: var(--size200px); }

.pr5 {padding-right: var(--size5px); }
.pr10 {padding-right: var(--size10px); }
.pr15 {padding-right: var(--size15px); }
.pr20 {padding-right: var(--size20px); }
.pr25 {padding-right: var(--size25px); }
.pr30 {padding-right: var(--size30px); }
.pr35 {padding-right: var(--size35px); }
.pr40 {padding-right: var(--size40px); }
.pr45 {padding-right: var(--size45px); }
.pr50 {padding-right: var(--size50px); }
.pr55 {padding-right: var(--size55px); }
.pr60 {padding-right: var(--size60px); }
.pr65 {padding-right: var(--size65px); }
.pr70 {padding-right: var(--size70px); }
.pr75 {padding-right: var(--size75px); }
.pr80 {padding-right: var(--size80px); }
.pr85 {padding-right: var(--size85px); }
.pr90 {padding-right: var(--size90px); }
.pr95 {padding-right: var(--size95px); }
.pr100 { padding-right: var(--size100px); }

.pl5 {padding-left: var(--size5px); }
.pl10 {padding-left: var(--size10px); }
.pl15 {padding-left: var(--size15px); }
.pl20 {padding-left: var(--size20px); }
.pl25 {padding-left: var(--size25px); }
.pl30 {padding-left: var(--size30px); }
.pl35 {padding-left: var(--size35px); }
.pl40 {padding-left: var(--size40px); }
.pl45 {padding-left: var(--size45px); }
.pl50 {padding-left: var(--size50px); }
.pl55 {padding-left: var(--size55px); }
.pl60 {padding-left: var(--size60px); }
.pl65 {padding-left: var(--size65px); }
.pl70 {padding-left: var(--size70px); }
.pl75 {padding-left: var(--size75px); }
.pl80 {padding-left: var(--size80px); }
.pl85 {padding-left: var(--size85px); }
.pl90 {padding-left: var(--size90px); }
.pl95 {padding-left: var(--size95px); }
.pl100 { padding-left: var(--size100px); }

.prl5 { padding-right: var(--size5px); padding-left: var(--size5px); }
.prl10 { padding-right: var(--size10px); padding-left: var(--size10px); }
.prl15 { padding-right: var(--size15px); padding-left: var(--size15px); }
.prl20 { padding-right: var(--size20px); padding-left: var(--size20px); }
.prl25 { padding-right: var(--size25px); padding-left: var(--size25px); }
.prl30 { padding-right: var(--size30px); padding-left: var(--size30px); }
.prl35 { padding-right: var(--size35px); padding-left: var(--size35px); }
.prl40 { padding-right: var(--size40px); padding-left: var(--size40px); }
.prl45 { padding-right: var(--size45px); padding-left: var(--size45px); }
.prl50 { padding-right: var(--size50px); padding-left: var(--size50px); }
.prl55 { padding-right: var(--size55px); padding-left: var(--size55px); }
.prl60 { padding-right: var(--size60px); padding-left: var(--size60px); }
.prl65 { padding-right: var(--size65px); padding-left: var(--size65px); }
.prl70 { padding-right: var(--size70px); padding-left: var(--size70px); }
.prl75 { padding-right: var(--size75px); padding-left: var(--size75px); }
.prl80 { padding-right: var(--size80px); padding-left: var(--size80px); }
.prl85 { padding-right: var(--size85px); padding-left: var(--size85px); }
.prl90 { padding-right: var(--size90px); padding-left: var(--size90px); }
.prl95 { padding-right: var(--size95px); padding-left: var(--size95px); }
.prl100 { padding-right: var(--size100px); padding-left: var(--size100px); }

.fz10{font-size: .625rem; letter-spacing: .1em;}
.fz12{font-size: .75rem; letter-spacing: .1em;}
.fz13{font-size: .8125rem; letter-spacing: .1em;}
.fz14{font-size: .875rem; letter-spacing: .1em;}
.fz15{font-size: .9375rem; letter-spacing: .1em;}
.fz16{font-size: 1rem; letter-spacing: .1em;}
.fz18{font-size: 1.125rem; letter-spacing: .1em;}
.fz20{font-size: 1.25rem; letter-spacing: .1em;}
.fz22{font-size: 1.375rem; letter-spacing: .1em;}
.fz24{font-size: 1.5rem; letter-spacing: .1em;}
.fz25{font-size: 1.5625rem; letter-spacing: .1em;}
.fz26{font-size: 1.625rem; letter-spacing: .1em;}
.fz28{font-size: 1.75rem; letter-spacing: .1em;}
.fz30{font-size: 1.875rem; letter-spacing: .1em;}
.fz32{font-size: 2rem; letter-spacing: .1em;}
.fz34{font-size: 2.125rem; letter-spacing: .1em;}
.fz36{font-size: 2.25rem; letter-spacing: .1em;}
.fz38{font-size: 2.375rem; letter-spacing: .1em;}
.fz40{font-size: 2.5rem; letter-spacing: .1em;}
.fz42{font-size: 2.625rem; letter-spacing: .1em;}
.fz44{font-size: 2.75rem; letter-spacing: .1em;}
.fz46{font-size: 2.875rem; letter-spacing: .1em;}
.fz48{font-size: 3rem; letter-spacing: .1em;}
.fz50{font-size: 3.125rem; letter-spacing: .1em;}
.fz52{font-size: 3.25rem; letter-spacing: .1em;}
.fz54{font-size: 3.375rem; letter-spacing: .1em;}
.fz56{font-size: 3.5rem; letter-spacing: .1em;}
.fz58{font-size: 3.625rem; letter-spacing: .1em;}
.fz60{font-size: 3.75rem; letter-spacing: .1em;}
.fz62{font-size: 3.875rem; letter-spacing: .1em;}
.fz64{font-size: 4rem; letter-spacing: .1em;}
.fz66{font-size: 4.125rem; letter-spacing: .1em;}
.fz68{font-size: 4.25rem; letter-spacing: .1em;}
.fz70{font-size: 4.375rem; letter-spacing: .1em;}
.fz80{font-size: 5rem; letter-spacing: .1em;}
.fz84{font-size: 5.25rem; letter-spacing: .1em;}
.fz90{font-size: 5.625rem; letter-spacing: .1em;}
.fz96{font-size: 6rem; letter-spacing: .1em;}
.fz100{font-size: 6.25rem; letter-spacing: .1em;}
.fz110{font-size: 6.875rem; letter-spacing: .1em;}
.fz120{font-size: 7.5rem; letter-spacing: .1em;}
.fz130{font-size: 8.125rem; letter-spacing: .1em;}
.fz140{font-size: 8.75rem; letter-spacing: .1em;}
.fz150{font-size: 9.375rem; letter-spacing: .1em;}

.ls0 { letter-spacing: 0; }
.ls05 { letter-spacing: .05em; }
.ls1 { letter-spacing: .1em; }
.ls15 { letter-spacing: .15em; }
.ls2 { letter-spacing: .2em; }
.ls3 { letter-spacing: .3em; }

.txt_white { color: #fff!important; }
.bg_white { background-color: #fff!important; }
.shadow_w {
	text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
}
em { font-style: normal; }


.txt_col01{color: var(--color01) !important;}
.txt_col02{color: var(--color02) !important;}
.txt_col03{color: var(--color03) !important;}
.txt_col04{color: var(--color04) !important;}
.txt_col05{color: var(--color05) !important;}
.txt_col06{color: var(--color06) !important;}
.txt_col07{color: var(--color07) !important;}
.txt_col08{color: var(--color08) !important;}
.txt_col09{color: var(--color09) !important;}
.txt_col10{color: var(--color10) !important;}
.txt_col11{color: var(--color11) !important;}
.txt_col12{color: var(--color12) !important;}
.txt_col13{color: var(--color13) !important;}
.txt_col14{color: var(--color14) !important;}
.txt_col15{color: var(--color15) !important;}
.txt_col16{color: var(--color16) !important;}
.txt_col17{color: var(--color17) !important;}
.txt_col18{color: var(--color18) !important;}
.txt_col19{color: var(--color19) !important;}
.txt_col20{color: var(--color20) !important;}

.txt_col_fl01::first-letter{color: var(--color01) !important;}
.txt_col_fl02::first-letter{color: var(--color02) !important;}
.txt_col_fl03::first-letter{color: var(--color03) !important;}
.txt_col_fl04::first-letter{color: var(--color04) !important;}
.txt_col_fl05::first-letter{color: var(--color05) !important;}
.txt_col_fl06::first-letter{color: var(--color06) !important;}
.txt_col_fl07::first-letter{color: var(--color07) !important;}
.txt_col_fl08::first-letter{color: var(--color08) !important;}
.txt_col_fl09::first-letter{color: var(--color09) !important;}
.txt_col_fl10::first-letter{color: var(--color10) !important;}
.txt_col_fl11::first-letter{color: var(--color11) !important;}
.txt_col_fl12::first-letter{color: var(--color12) !important;}
.txt_col_fl13::first-letter{color: var(--color13) !important;}
.txt_col_fl14::first-letter{color: var(--color14) !important;}
.txt_col_fl15::first-letter{color: var(--color15) !important;}
.txt_col_fl16::first-letter{color: var(--color16) !important;}
.txt_col_fl17::first-letter{color: var(--color17) !important;}
.txt_col_fl18::first-letter{color: var(--color18) !important;}
.txt_col_fl19::first-letter{color: var(--color19) !important;}
.txt_col_fl20::first-letter{color: var(--color20) !important;}

.bg_col01{background-color: var(--color01) !important;}
.bg_col02{background-color: var(--color02) !important;}
.bg_col03{background-color: var(--color03) !important;}
.bg_col04{background-color: var(--color04) !important;}
.bg_col05{background-color: var(--color05) !important;}
.bg_col06{background-color: var(--color06) !important;}
.bg_col07{background-color: var(--color07) !important;}
.bg_col08{background-color: var(--color08) !important;}
.bg_col09{background-color: var(--color09) !important;}
.bg_col10{background-color: var(--color10) !important;}
.bg_col11{background-color: var(--color11) !important;}
.bg_col12{background-color: var(--color12) !important;}
.bg_col13{background-color: var(--color13) !important;}
.bg_col14{background-color: var(--color14) !important;}
.bg_col15{background-color: var(--color15) !important;}
.bg_col16{background-color: var(--color16) !important;}
.bg_col17{background-color: var(--color17) !important;}
.bg_col18{background-color: var(--color18) !important;}
.bg_col19{background-color: var(--color19) !important;}
.bg_col20{background-color: var(--color20) !important;}

.bdr_col01{border-color: var(--color01) !important;}
.bdr_col02{border-color: var(--color02) !important;}
.bdr_col03{border-color: var(--color03) !important;}
.bdr_col04{border-color: var(--color04) !important;}
.bdr_col05{border-color: var(--color05) !important;}
.bdr_col06{border-color: var(--color06) !important;}
.bdr_col07{border-color: var(--color07) !important;}
.bdr_col08{border-color: var(--color08) !important;}
.bdr_col09{border-color: var(--color09) !important;}
.bdr_col10{border-color: var(--color10) !important;}
.bdr_col11{border-color: var(--color11) !important;}
.bdr_col12{border-color: var(--color12) !important;}
.bdr_col13{border-color: var(--color13) !important;}
.bdr_col14{border-color: var(--color14) !important;}
.bdr_col15{border-color: var(--color15) !important;}
.bdr_col16{border-color: var(--color16) !important;}
.bdr_col17{border-color: var(--color17) !important;}
.bdr_col18{border-color: var(--color18) !important;}
.bdr_col19{border-color: var(--color19) !important;}
.bdr_col20{border-color: var(--color20) !important;}

.bbw {
	border-bottom: 1px solid #fff;
}

.parallax {
	width: 100%;
	background-attachment: fixed!important;
}
.parallax.is_ios, .tab.parallax {
	background-attachment: inherit!important;
}
.ready {
	position: relative;
}
.ready a {
	pointer-events: none;
}
.ready a:hover {
	opacity: 1;
	cursor: default;
}
.ready:before {
	content: "準備中";
    color: #fff;
    text-align: center;
    width: calc(100 / var(--break) * 100vw);
    height: calc(40 / var(--break) * 100vw);
    line-height: calc(40 / var(--break) * 100vw);
    background: rgba(51,51,51,.7);
    font-size: 1.125rem;
    letter-spacing: .1em;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    position: absolute;
}
.bg_ptn01 {
	background: url("images/page/bg_pattern.png") repeat center / auto;
}
@media(max-width: 767px){
.parallax, .parallax.is_ios, .tab.parallax {
		width: 100%;
		background-attachment: inherit!important;
	}
}
@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	.slick-slide img,
	#sb_instagram .sbi_photo_wrap
	{
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.pc_only {
		display: none;
	}
	.tb_only {
		display: inherit;
	}
	.sp_only {
		display: none;
	}
	.tb_pc {
		display: inherit;
	}
	.sp_tb {
		display: inherit;
	}
}
@media(max-width: 767px) {
	:root {
		font-size: 4.27vw;
	}
	html, body {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.lum-lightbox {
		background-color: rgba(255,255,255,.9);
	}
	.lum-close-button:after, .lum-close-button:before {
		background-color: rgb(000,000,000);
	}
	.lum-gallery-button {
		display: none !important;
	}
	a.zoom{
		position: relative;
		display: block;
		pointer-events: auto;
	}
	a.zoom:before {
		content: "タップで拡大します";
		position: absolute;
		width: 100%;
		height: 4.27vw;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		letter-spacing: .1em;
		line-height: 4.27vw;
		text-shadow: 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff;
		text-align: center;
	}
	a.zoom:after{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 1.5em;
		height: 1.5em;
		background-color: rgba(0,0,0,0.5);
		background-image: url("images/page/icn_zoom.svg");
		background-size: 1em 1em;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.lum-lightbox.lum-open {
		z-index: 10;
	}
	.lum-lightbox-image-wrapper {
		overflow-x: scroll;
	}
	.lum-lightbox-inner img {
		max-width: calc(1000 / var(--break) * 100vw);
	}
	.inner,.inner1000,.inner1140,.inner1200,.inner1340,.inner1500 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
	}
	.pc_only {
		display: none;
	}
	.tb_only {
		display: none;
	}
	.sp_only {
		display: inherit;
	}
	.tb_pc {
		display: none;
	}
	.sp_tb {
		display: inherit;
	}

	.pt_1vw { padding-top: 1vw;}
	.pt_2vw { padding-top: 2vw;}
	.pt_3vw { padding-top: 3vw;}
	.pt_4vw { padding-top: 3vw;}
	.pt_5vw { padding-top: 5vw;}
	.pt_6vw { padding-top: 6vw;}
	.pt_7vw { padding-top: 7vw;}
	.pt_8vw { padding-top: 8vw;}
	.pt_9vw { padding-top: 9vw;}
	.pt_10vw { padding-top: 10vw;}
	.pt_11vw { padding-top: 11vw;}
	.pt_12vw { padding-top: 12vw;}
	.pt_13vw { padding-top: 13vw;}
	.pt_14vw { padding-top: 14vw;}
	.pt_15vw { padding-top: 15vw;}

	.pb_1vw { padding-bottom: 1vw; }
	.pb_2vw { padding-bottom: 2vw; }
	.pb_3vw { padding-bottom: 4vw; }
	.pb_5vw { padding-bottom: 5vw; }
	.pb_6vw { padding-bottom: 6vw; }
	.pb_7vw { padding-bottom: 7vw; }
	.pb_8vw { padding-bottom: 8vw; }
	.pb_9vw { padding-bottom: 9vw; }
	.pb_10vw { padding-bottom: 10vw; }
	.pb_11vw { padding-bottom: 11vw; }
	.pb_12vw { padding-bottom: 12vw; }
	.pb_13vw { padding-bottom: 13vw; }
	.pb_14vw { padding-bottom: 14vw; }
	.pb_15vw { padding-bottom: 15vw; }

	.ls0_sp { letter-spacing: 0!important; }
	.ls05_sp { letter-spacing: .05em!important; }
	.ls15_sp { letter-spacing: .15em!important; }
	.ls2_sp { letter-spacing: .2em!important; }

	.txt_width {
		max-width: calc(646 / var(--break) * 100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_left {
		text-align: left!important;
	}
	.shadow_w {
		text-shadow: 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff;
	}
	.txt_tb {
		writing-mode: horizontal-tb;
	}
	.ready:before {
		font-size: .75rem;
	}
	.bg_ptn01 {
		background: url("images/page/bg_pattern.png") repeat center / calc(5 / var(--break) * 100vw);
	}
}


/* ヘッダー header
------------------------------------------------------------------*/
header {
	z-index: 10;
	padding: calc(30 / var(--break) * 100vw) 0 calc(35 / var(--break) * 100vw) calc(70 / var(--break) * 100vw);
}
header h1 {
	width: calc(400 / var(--break) * 100vw);
	margin-right: calc(61 / var(--break) * 100vw);
}
.row_head03 {
	display: none;
}
/*tel*/
.tel_common {
	width: calc(338 / var(--break) * 100vw);
	position: relative;
}
.tel_head::before,.web_head::before {
	content: "";
    position: absolute;
	background: #e5d7d3;
    width: 1px;
    height: calc(60 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}
.tel_common .icn {
	width: calc(11 / var(--break) * 100vw);
}
.tel_common .num {
	line-height: .8;
}
.tel_common a,.web_common a,.line_common a {
	height: calc(85 / var(--break) * 100vw);
}
/*web*/
.web_common {
	width: calc(283 / var(--break) * 100vw);
	position: relative;
}
.web_common .icn {
	width: calc(20 / var(--break) * 100vw);
}
.web_common a .ja02 {
	position: relative;
	padding-left: calc(37 / var(--break) * 100vw);
}
.web_common a .ja02::before {
	content: "";
    position: absolute;
	background: url("images/page/icn_web01.png") no-repeat center / cover;
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
	left: -1px;
    top: 1px;
	bottom: 0;
	margin: auto;
	transition: .3s;
}
/*line*/
.line_common {
	width: calc(250 / var(--break) * 100vw);
}
.line_common .icn {
	width: calc(40 / var(--break) * 100vw);
}
.line_common a .ja {
	position: relative;
	padding-top: calc(37 / var(--break) * 100vw);
}
.line_common a .ja {
	position: relative;
	padding-top: calc(37 / var(--break) * 100vw);
}
.line_common a .ja::before {
	content: "";
    position: absolute;
    background: url(images/page/icn_line01.png) no-repeat center / cover;
    width: calc(40 / var(--break) * 100vw);
    height: calc(38 / var(--break) * 100vw);
    left: 0;
    right: 0;
    top: calc(-9 / var(--break) * 100vw);
    margin: auto;
	transition: .3s;
}
.web_common a:hover,.line_common a:hover {
	color: #b68958;
	transition: .3s;
}
.web_common a:hover .ja02::before {
	background: url("images/page/icn_web01_on.png") no-repeat center / cover;
	transition: .3s;
}
.line_common a:hover .ja::before {
	background: url("images/page/icn_line01_on.png") no-repeat center / cover;
	transition: .3s;
}

@media(min-width: 768px) and (max-width:1599px) {
	header {
		padding: calc(20 / var(--break) * 100vw) 0 calc(25 / var(--break) * 100vw) calc(50 / var(--break) * 100vw);
	}
	header h1 {
		width: calc(400 / var(--break) * 100vw);
		margin-right: calc(61 / var(--break) * 100vw);
	}
	/*tel*/
	.tel_common {
		width: calc(306 / var(--break) * 100vw);
	}
	.tel_head::before,.web_head::before {
		height: calc(60 / var(--break) * 100vw);
	}
	.tel_common .icn {
		width: calc(11 / var(--break) * 100vw);
	}
	.tel_common a,.web_common a,.line_common a {
		height: calc(85 / var(--break) * 100vw);
	}
	/*web*/
	.web_common {
		width: calc(209 / var(--break) * 100vw);
	}
	.web_common .icn {
		width: calc(20 / var(--break) * 100vw);
	}
	.web_common a .ja02 {
		padding-left: calc(37 / var(--break) * 100vw);
	}
	.web_common a .ja02::before {
		width: calc(20 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
	}
	/*line*/
	.line_common {
		width: calc(175 / var(--break) * 100vw);
	}
	.line_common .icn {
		width: calc(40 / var(--break) * 100vw);
	}
	.line_common a .ja {
		padding-top: calc(37 / var(--break) * 100vw);
	}
	.line_common a .ja {
		padding-top: calc(37 / var(--break) * 100vw);
	}
	.line_common a .ja::before {
		width: calc(40 / var(--break) * 100vw);
		height: calc(38 / var(--break) * 100vw);
		top: calc(-9 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	header {
		padding: calc(10 / var(--break) * 100vw) 0 calc(15 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
	}
	header h1 {
		width: calc(374 / var(--break) * 100vw);
		margin-right: calc(21 / var(--break) * 100vw);
	}
	.address_head {
		font-size: 1rem;
		letter-spacing: .05em;
	}
	/*tel*/
	.tel_common {
		width: calc(260/ var(--break) * 100vw);
	}
	.tel_head::before,.web_head::before {
		height: calc(60 / var(--break) * 100vw);
	}
	.tel_common .icn {
		width: calc(11 / var(--break) * 100vw);
	}
	.tel_common a,.web_common a,.line_common a {
		height: calc(85 / var(--break) * 100vw);
	}
	/*web*/
	.web_common {
		width: calc(172 / var(--break) * 100vw);
	}
	.web_common .icn {
		width: calc(20 / var(--break) * 100vw);
	}
	.web_common a .ja02 {
		padding-left: calc(37 / var(--break) * 100vw);
	}
	.web_common a .ja02::before {
		width: calc(20 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
	}
	/*line*/
	.line_common {
		width: calc(145 / var(--break) * 100vw);
	}
	.line_common .icn {
		width: calc(40 / var(--break) * 100vw);
	}
	.line_common a .ja {
		padding-top: calc(37 / var(--break) * 100vw);
	}
	.line_common a .ja {
		padding-top: calc(37 / var(--break) * 100vw);
	}
	.line_common a .ja::before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(28 / var(--break) * 100vw);
		top: calc(0 / var(--break) * 100vw);
	}
	.web_common a .ja02 {
        font-size: 1.5rem;
    }
	.line_common a .ja {
		font-size: 1.5rem;
	}
	.tel_common .num {
		font-size: 2rem;
	}
}
@media(max-width: 767px) {
	header {
        padding: calc(44 / var(--break) * 100vw) calc(24 / var(--break) * 100vw) calc(50 / var(--break) * 100vw);
    }
	header h1 {
		width: calc(399 / var(--break) * 100vw);
		margin-right: 0;
	}
	.address_head {
		display: none;
	}
	.row_head02 {
		display: none;
	}
	/*tel*/
	.tel_common {
		width: calc(260/ var(--break) * 100vw);
	}
	.tel_head::before,.web_head::before {
		width: 100%;
		height: 1px;
		right: auto;
		bottom: 0;
		top: auto;
	}
	.tel_common .icn {
		width: calc(11 / var(--break) * 100vw);
	}
	.tel_common a,.web_common a,.line_common a {
		height: calc(85 / var(--break) * 100vw);
	}
	/*web*/
	.web_common {
		width: calc(172 / var(--break) * 100vw);
	}
	.web_common .icn {
		width: calc(20 / var(--break) * 100vw);
	}
	.web_common a .ja02 {
		padding-left: calc(37 / var(--break) * 100vw);
	}
	.web_common a .ja02::before {
		width: calc(20 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
	}
	/*line*/
	.line_common {
		width: calc(145 / var(--break) * 100vw);
	}
	.line_common .icn {
		width: calc(40 / var(--break) * 100vw);
	}
	.line_common a .ja {
		padding-top: calc(37 / var(--break) * 100vw);
	}
	.line_common a .ja {
		padding-top: calc(37 / var(--break) * 100vw);
	}
	.line_common a .ja::before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(28 / var(--break) * 100vw);
		top: calc(0 / var(--break) * 100vw);
	}
	.web_common a .ja02 {
        font-size: 1.5rem;
    }
	.line_common a .ja {
		font-size: 1.5rem;
	}
	.tel_common .num {
		font-size: 2rem;
	}
}


/* メインイメージ main_img
------------------------------------------------------------------*/
.main_img {
	position: relative;
}
.main_img .slide_main {
	opacity: 0;
	transition: opacity .3s linear;
	pointer-events: none;
}
.main_img .slide_main.slick-initialized {
	opacity: 1;
}
.main_img .slide_main li {
	min-height: 600px;
	height: 100vh;
}
.main_img.tab .slide_main li {
	height: auto;
}
.main01 {
	background: url(images/index/main01.png)no-repeat bottom left calc(70 / var(--break) * 100vw) / calc(1180 / var(--break) * 100vw) auto;
}
.main02 {
	background: url(images/index/main02.png)no-repeat bottom left calc(70 / var(--break) * 100vw) / calc(1180 / var(--break) * 100vw) auto;
}
.main03 {
	background: url(images/index/main03.png)no-repeat bottom left calc(70 / var(--break) * 100vw) / calc(1180 / var(--break) * 100vw) auto;
}

.wrap_main01 {
    background-color: #fff;
    width: calc(70 / var(--break) * 100vw);
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}
.wrap_main01 .address,.wrap_main01 .parking {
	letter-spacing: .12em;
	position: relative;
}
.wrap_main01 .num {
	margin-right: -1px;
}

.wrap_main01 .parking::before {
	content: "";
    position: absolute;
	background: #e5d7d3;
    width: calc(20 / var(--break) * 100vw);
    height: 1px;
	top: calc(-35 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
}
.wrap_main01 .icn {
    width: calc(15 / var(--break) * 100vw);
	margin-bottom: calc(15 / var(--break) * 100vw);

}
.wrap_main01 .num {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
	letter-spacing: .1em;
}
.wrap_main01 .txt {
    white-space: nowrap;
}
.row_main01 .col_txt {
	width: calc(262 / var(--break) * 100vw);
}
.copy_main01 {
	top: 28%;
    right: 11.5%;
}
/*診療時間*/
.fix_reserve01 .btn {
	position: fixed;
	right: calc(10 / var(--break) * 100vw );
	top: 25%;
	z-index: 100;
	width: calc(80 / var(--break) * 100vw );
	transition: .3s;
	box-shadow: 0 0 20px rgba(46, 11, 2, 0.1);
	border-radius: calc(10 / var(--break) * 100vw);
}
.fix_reserve01 > .box {
	position: fixed;
	transform: translateX(100%);
	z-index: 3;
	transition: .3s;
	width: calc(650 / var(--break)*100vw);
	right: 0;
	top: 25%;
	box-shadow: 0 0 20px rgba(46, 11, 2, 0.1);
}
.open .fix_reserve01 > .box {
	right: calc(40 / var(--break) * 100vw);
	transform: translateX(0%);
	z-index: 1000;
}
.fix_reserve01 .tbl_time {
	margin-left: auto;
	margin-right: auto;
}
.tbl_time02 tbody tr:first-child th {
    padding-left: 0;
}
.btn-close {
	position: absolute;
    top: calc(5 / var(--break) * 100vw);
    right: calc(16 / var(--break) * 100vw);
    background: none;
    border: none;
    font-size: calc(30 / var(--break) * 100vw);
    color: #491100;
    cursor: pointer;
    z-index: 10;
    line-height: 1;
}
.tbl_time02 table {
    color: #491100;
}
.tbl_time02 .box {
	background: url(images/page/bg_pattern.png) repeat center / calc( 5/ var(--break) * 100vw);
}
/*流れる文字*/
.marquee-area {
  overflow: hidden;
  width: 100%;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 80s linear infinite;
}
.marquee-text {
  white-space: nowrap;
  margin: 0;
  padding-right: 5rem;
  color: #b6895899;
  font-size: 10.625rem;
  line-height: 0.85;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.main_img .marquee-area {
	bottom: calc(20 / var(--break) * 100vw);
	z-index: 2;
}
.main_img .marquee-text {
	color: #eff1f6;
	font-size: 12.5rem;
	line-height: 1;
}
@media(min-width: 768px) and (max-width:1599px) {
	.main_img .slide_main li {
		min-height: calc(910 / var(--break) * 100vw);
		height: auto;
	}
	.main01 {
		background: url(images/index/main01.png)no-repeat bottom left calc(70 / var(--break) * 100vw) / calc(1180 / var(--break) * 100vw) auto;
	}
	.main02 {
		background: url(images/index/main02.png)no-repeat bottom left calc(70 / var(--break) * 100vw) / calc(1180 / var(--break) * 100vw) auto;
	}
	.main03 {
		background: url(images/index/main03.png)no-repeat bottom left calc(70 / var(--break) * 100vw) / calc(1180 / var(--break) * 100vw) auto;
	}
	.wrap_main01 {
		width: calc(70 / var(--break) * 100vw);
	}
	.wrap_main01 .address, .wrap_main01 .parking {
		font-size: .9375rem;
		letter-spacing: .1em;
	}
	.wrap_main01 > .address {
		margin-bottom: calc(20 / var(--break) * 100vw);
	}
	.wrap_main01 .parking {
		padding-top: calc(20 / var(--break) * 100vw);
	}
	.wrap_main01 .parking::before {
		width: calc(20 / var(--break) * 100vw);
		top: calc(-15 / var(--break) * 100vw);
	}
	.wrap_main01 .icn {
		width: calc(15 / var(--break) * 100vw);
		margin-bottom: calc(15 / var(--break) * 100vw);
	}
	.row_main01 .col_txt {
		width: calc(262 / var(--break) * 100vw);
	}
	.copy_main01 {
		top: 28%;
		right: 11.5%;
	}
	/*診療時間*/
	.fix_reserve01 .btn {
		right: calc(10 / var(--break) * 100vw );
		width: calc(80 / var(--break) * 100vw );
		border-radius: calc(10 / var(--break) * 100vw);
	}
	.fix_reserve01 > .box {
		width: calc(650 / var(--break)*100vw);
	}
	.open .fix_reserve01 > .box {
		right: calc(40 / var(--break) * 100vw);
	}
	.btn-close {
		top: calc(5 / var(--break) * 100vw);
		right: calc(16 / var(--break) * 100vw);
		font-size: calc(30 / var(--break) * 100vw);
	}
	.tbl_time02 .box {
		background: url(images/page/bg_pattern.png) repeat center / calc( 5/ var(--break) * 100vw);
	}
	/*流れる文字*/
	.marquee-text {
	  font-size: 10.625rem;
	}
	.main_img .marquee-area {
		bottom: calc(20 / var(--break) * 100vw);
	}
	.main_img .marquee-text {
		font-size: 12.5rem;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.main_img .slide_main li {
		min-height: calc(700 / var(--break) * 100vw);
		height: auto;
	}
	.main01 {
		background: url(images/index/main01.png)no-repeat bottom left calc(70 / var(--break) * 100vw) / calc(696 / var(--break) * 100vw) auto;
	}
	.main02 {
		background: url(images/index/main02.png)no-repeat bottom left calc(70 / var(--break) * 100vw) / calc(696 / var(--break) * 100vw) auto;
	}
	.main03 {
		background: url(images/index/main03.png)no-repeat bottom left calc(70 / var(--break) * 100vw) / calc(696 / var(--break) * 100vw) auto;
	}
	.wrap_main01 {
		width: calc(70 / var(--break) * 100vw);
		padding-top: calc(65 / var(--break) * 100vw);
	}
	.wrap_main01 .parking::before {
		width: calc(20 / var(--break) * 100vw);
		top: calc(0 / var(--break) * 100vw);
	}
	.wrap_main01 .icn {
		width: calc(15 / var(--break) * 100vw);
		margin-bottom: calc(10 / var(--break) * 100vw);
		right: calc(0 / var(--break) * 100vw);
		position: relative;
	}
	.row_main01 {
		justify-content: center;
	}
	.row_main01 .col_txt {
		width: calc(220 / var(--break) * 100vw);
	}
	.row_main01 .col .copy01 {
		font-size: 3.75rem;
	}
	.copy_main01 .copy02 {
		font-size: 4.75rem;
		margin-bottom: calc(20 / var(--break) * 100vw);
	}
	.copy_main01 {
		top: 23%;
		right: 9.5%;
		text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
	}
	/*診療時間*/
	.fix_reserve01 .btn {
		right: calc(10 / var(--break) * 100vw );
		width: calc(80 / var(--break) * 100vw );
		border-radius: calc(10 / var(--break) * 100vw);
		top: 13%;
	}
	.fix_reserve01 > .box {
		width: calc(650 / var(--break)*100vw);
	}
	.open .fix_reserve01 > .box {
		right: calc(40 / var(--break) * 100vw);
	}
	.btn-close {
		top: calc(5 / var(--break) * 100vw);
		right: calc(16 / var(--break) * 100vw);
		font-size: calc(30 / var(--break) * 100vw);
	}
	.tbl_time02 .box {
		background: url(images/page/bg_pattern.png) repeat center / calc( 5/ var(--break) * 100vw);
	}
	/*流れる文字*/
	.marquee-text {
	  font-size: 10.625rem;
	}
	.main_img .marquee-area {
		bottom: calc(0 / var(--break) * 100vw);
	}
	.main_img .marquee-text {
		font-size: 7.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.main_img .slide_main li {
		min-height: auto;
		height: calc(100svh - calc(120 / var(--break) * 100vw));
	}
	.main01 {
		background: url(images/index/main01_sp.png)no-repeat center top / 100% auto;
	}
	.main02 {
		background: url(images/index/main02_sp.png)no-repeat center top / 100% auto;
	}
	.main03 {
		background: url(images/index/main03_sp.png)no-repeat center top / 100% auto;
	}
	.fix_reserve01 .btn {
		display: none;
	}
	.wrap_main01 {
		display: none;
	}
	.wrap_main01 .parking::before {
		width: calc(20 / var(--break) * 100vw);
		top: calc(-12 / var(--break) * 100vw);
	}
	.wrap_main01 .icn {
		width: calc(15 / var(--break) * 100vw);
		margin-bottom: calc(15 / var(--break) * 100vw);
	}
	.wrap_main01 .ja {
		margin-right: calc(4 / var(--break) * 100vw);
	}
	.copy_main01 {
		top: 44.9%;
        right: 0;
        left: 0;
        text-shadow: none;
        width: 100%;
        text-align: center;
        margin: auto;
	}
	.copy_main01 .txt {
		font-size: 1rem;
		text-align: center;
	}
	.row_main01 {
		justify-content: center;
	}
	.row_main01 .col_txt {
        width: calc(262 / var(--break) * 100vw);
        margin-right: 3vw;
    }
	.row_main01 .col .copy01 {
        font-size: 1.875rem;
    }
	.copy_main01 .copy02 {
		font-size: 2.8125rem;
        margin-bottom: calc(32 / var(--break) * 100vw);
        text-align: center;
	}
	.copy_main01 .txt {
        font-size: 1rem;
        text-align: center;
        padding-left: 0;
    }
	.tbl_time02 .box {
		background: url(images/page/bg_pattern.png) repeat center / calc( 5/ var(--break) * 100vw);
	}
	/*流れる文字*/
	.marquee-text {
		font-size: 4.6875rem;
		color: #b6895899;
	}
	.main_img .marquee-area {
        bottom: calc(72 / var(--break) * 100vw);
    }
	.main_img .marquee-text {
		font-size: 4.6875rem;
	}
	.bg_main01 {
		border-top: solid 1px #f2eeec;
	}
	.address_main02 .icn {
		width: calc(26 / var(--break) * 100vw);
	}
	.ttl_main01 .icn {
		width: calc(48 / var(--break) * 100vw);
		position: relative;
		top: calc(3 / var(--break) * 100vw);
	}
	.bg_main01 .tbl_time02 {
        max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
    }
	.open .fix_reserve01 > .box {
		display: none;
	}
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.gnav {
	transition: .3s;
	width: 100%;
	position: relative;
}
.home > .gnav::before {
	display: none;
}
.gnav::before {
	content: "";
    position: absolute;
	background: #f2eeec;
    width: 90%;
    max-width: 1500px;
    height: 1px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
/* .gnav.is_fixed {
	position: fixed;
	left: 0;
	z-index: 10;
	transition: .3s;
} */
.fix_nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	transition: .5s;
	width: 100%;
	transform: translateY(-100%);
	opacity: 0;
	background: rgba(255,255,255,.9);
}
.fix_nav.is_fixed  {
	transition: .5s;
	transform: translateY(0);
	opacity: 1;
	z-index: 10;
}
.fix_nav .gnav {
    width: calc(100% - calc(990 / var(--break) * 100vw));
}
.fix_nav .gnav::before {
	display: none;
}
.fix_nav .gnav > ul > li > a {
	height: calc(120 / var(--break) * 100vw);
}
/*tel*/
.row_fix_nav01 .tel_common {
	width: calc(310 / var(--break) * 100vw);
}
.row_fix_nav01  .web_common {
	width: calc(265 / var(--break) * 100vw);
}
.row_fix_nav01 .line_common {
	width: calc(240 / var(--break) * 100vw);
}
.row_fix_nav01 .tel_common a, .row_fix_nav01 .web_common a, .row_fix_nav01 .line_common a {
    height: calc(120 / var(--break) * 100vw);
}
.row_fix_nav01 .line_common a .ja::before {
    width: calc(30 / var(--break) * 100vw);
    height: calc(29 / var(--break) * 100vw);
	top: calc(-4 / var(--break) * 100vw);
}
.row_fix_nav01 .line_common a:hover .ja::before {
	width: calc(30 / var(--break) * 100vw);
    height: calc(29 / var(--break) * 100vw);
	top: calc(-4 / var(--break) * 100vw);
}
.row_fix_nav01 .line_common a .ja {
    position: relative;
    padding-top: calc(34 / var(--break) * 100vw);
}
.gnav > ul {
	max-width: 1100px;
}
.gnav > ul > li {
	position: relative;
	-ms-flex-grow: 1;
	flex-grow: 1;
}
.gnav > ul > li > a {
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	height: calc(160 / var(--break) * 100vw);
	position: relative;
	padding-bottom: calc(7 / var(--break) * 100vw);
}
.gnav > ul > li > a:after {
	content: "";
	position: absolute;
	width: calc(30 / var(--break) * 100vw);
	height: calc(2 / var(--break) * 100vw);
	background: #491100;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	transition: .3s;
}
.gnav > ul > li > a:hover:after, .gnav > ul > li > a.active:after, .gnav > ul > li > a.open:after {
	opacity: 1;
	transition: .3s;
}
.gnav > ul > li .ja {
	font-size: 1.125rem;
    margin-bottom: calc(10 / var(--break) * 100vw);
}
.gnav > ul > li .en {
	font-size: .625rem;
    letter-spacing: .3em;
}
.gnav .nav_sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	width: calc(592 / var(--break) * 100vw);
	background: #e5d7d3cc;
    padding: calc(48 / var(--break) * 100vw) calc(60 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.gnav .nav_sub .list {
    width: 47%;
}
.gnav .nav_sub li {
	padding-bottom: calc(8 / var(--break) * 100vw);
	border-bottom: solid 1px #fff;
}
.gnav .nav_sub li:not(:last-child) {
    margin-bottom: calc(6 / var(--break) * 100vw);
}
.gnav .nav_sub li a {
    display: block;
    position: relative;
    padding-left: calc(17 / var(--break) * 100vw);
}
.gnav .nav_sub li a:before {
    content: "";
    position: absolute;
    width: calc(4 / var(--break) * 100vw);
    height: calc(7 / var(--break) * 100vw);
    background: url("images/page/arw01.svg")no-repeat center / cover;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.bnr_gnav01 {
	width: calc(470 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.fix_nav .gnav {
		width: calc(100% - calc(785 / var(--break) * 100vw));
	}
	.fix_nav .gnav > ul > li > a {
		height: calc(120 / var(--break) * 100vw);
	}
	/*tel*/
	.row_fix_nav01 .tel_common {
		width: calc(284 / var(--break) * 100vw);
	}
	.row_fix_nav01  .web_common {
		width: calc(217 / var(--break) * 100vw);
	}
	.row_fix_nav01 .line_common {
		width: calc(183 / var(--break) * 100vw);
	}
	.row_fix_nav01 .tel_common a, .row_fix_nav01 .web_common a, .row_fix_nav01 .line_common a {
		height: calc(120 / var(--break) * 100vw);
	}
	.row_fix_nav01 .line_common a .ja::before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(29 / var(--break) * 100vw);
		top: calc(-4 / var(--break) * 100vw);
	}
	.row_fix_nav01 .line_common a:hover .ja::before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(29 / var(--break) * 100vw);
		top: calc(-4 / var(--break) * 100vw);
	}
	.row_fix_nav01 .line_common a .ja {
		padding-top: calc(34 / var(--break) * 100vw);
	}
	.gnav > ul > li > a {
		height: calc(160 / var(--break) * 100vw);
		padding-bottom: calc(7 / var(--break) * 100vw);
	}
	.gnav > ul > li > a:after {
		width: calc(30 / var(--break) * 100vw);
		height: calc(2 / var(--break) * 100vw);
	}
	.gnav > ul > li .ja {
		margin-bottom: calc(10 / var(--break) * 100vw);
	}
	.gnav .nav_sub {
		width: calc(592 / var(--break) * 100vw);
		padding: calc(48 / var(--break) * 100vw) calc(60 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
		left: -20%;
	}
	.gnav .nav_sub li {
		padding-bottom: calc(8 / var(--break) * 100vw);
	}
	.gnav .nav_sub li:not(:last-child) {
		margin-bottom: calc(6 / var(--break) * 100vw);
	}
	.gnav .nav_sub li a {
		padding-left: calc(17 / var(--break) * 100vw);
	}
	.gnav .nav_sub li a:before {
		width: calc(4 / var(--break) * 100vw);
		height: calc(7 / var(--break) * 100vw);
	}
	.bnr_gnav01 {
		width: calc(470 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.fix_nav .gnav {
		width: calc(100% - calc(525 / var(--break) * 100vw));
	}
	.fix_nav .gnav > ul > li > a {
		height: calc(120 / var(--break) * 100vw);
	}
	.fix_nav  .gnav .nav_sub {
        left: 50%;
    }
	/*tel*/
	.row_fix_nav01 .tel_common {
		width: calc(225 / var(--break) * 100vw);
	}
	.row_fix_nav01  .web_common {
		width: calc(150 / var(--break) * 100vw);
	}
	.row_fix_nav01 .line_common {
		width: calc(125 / var(--break) * 100vw);
	}
	.row_fix_nav01 .tel_common a, .row_fix_nav01 .web_common a, .row_fix_nav01 .line_common a {
		height: calc(120 / var(--break) * 100vw);
	}
	.row_fix_nav01 .line_common a .ja::before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(29 / var(--break) * 100vw);
		top: calc(-4 / var(--break) * 100vw);
	}
	.row_fix_nav01 .line_common a:hover .ja::before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(29 / var(--break) * 100vw);
		top: calc(-4 / var(--break) * 100vw);
	}
	.row_fix_nav01 .line_common a .ja {
		padding-top: calc(34 / var(--break) * 100vw);
	}
	.row_fix_nav01 .web_common a .ja02 {
        font-size: 1.25rem;
    }
	.row_fix_nav01 .line_common a .ja {
		font-size: 1.25rem;
	}
	.row_fix_nav01 .tel_common .txt {
		font-size: 1rem;
		letter-spacing: .05em;
	}
	.row_fix_nav01 .tel_common .num {
		font-size: 1.625rem;
	}
	.gnav > ul > li > a {
		height: calc(160 / var(--break) * 100vw);
		padding-bottom: calc(7 / var(--break) * 100vw);
	}
	.gnav > ul > li > a:after {
		width: calc(30 / var(--break) * 100vw);
		height: calc(2 / var(--break) * 100vw);
	}
	.gnav > ul > li .ja {
		margin-bottom: calc(10 / var(--break) * 100vw);
	}
	.gnav .nav_sub {
		width: calc(592 / var(--break) * 100vw);
		padding: calc(48 / var(--break) * 100vw) calc(60 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
		left: -20%;
	}
	.gnav .nav_sub li {
		padding-bottom: calc(8 / var(--break) * 100vw);
	}
	.gnav .nav_sub li:not(:last-child) {
		margin-bottom: calc(6 / var(--break) * 100vw);
	}
	.gnav .nav_sub li a {
		padding-left: calc(17 / var(--break) * 100vw);
	}
	.gnav .nav_sub li a:before {
		width: calc(4 / var(--break) * 100vw);
		height: calc(7 / var(--break) * 100vw);
	}
	.bnr_gnav01 {
		width: calc(470 / var(--break) * 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.gnav, .fix_nav {
		display: none;
	}
	.btn_gnav_sp {
		position: fixed;
		top: 3vw;
		right: 3.2vw;
		height: calc(100 / var(--break) * 100vw);
		width: calc(100 / var(--break) * 100vw);
		background: #e5d7d3;
		z-index: 10000;
		outline: none;
		border-radius: calc(10 / var(--break) * 100vw);
	}
	.btn_gnav_sp .txt_gnav {
		position: absolute;
		width: calc(55 / var(--break) * 100vw);
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / var(--break) * 100vw);
		height: calc(2 / var(--break) * 100vw);
		position: absolute;
		top: -3.5vw;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: #491100;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
		content: "";
		width: 100%;
		height: calc(2 / var(--break) * 100vw);
		position: absolute;
		left: 0;
		background: #491100;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before {
		top: -1.5vw;
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: -1.5vw;
	}
	.open .btn_gnav_sp .icn_gnav {
		background: none;
	}
	.open .btn_gnav_sp .icn_gnav:before, .open .btn_gnav_sp .icn_gnav:after {
		background: #491100;
		transition: transform .3s ease-in-out;
	}
	.open .btn_gnav_sp .icn_gnav:before {
		transform: rotate(45deg);
		top: 0;
	}
	.open .btn_gnav_sp .icn_gnav:after {
		transform: rotate(-45deg);
		bottom: 0;
	}
	.gnav_sp {
		padding: 19vw 0 0;
		overflow-y: auto;
		overflow-x: hidden;
		background: rgba(255,255,255,.9);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		width: 80%;
		transition: opacity .6s ease, visibility .6s ease;
		line-height: 1.45;
	}
	.bg_gnav {
		visibility: hidden;
		transition: .3s;
		opacity: 0;
	}
	.open .bg_gnav {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9998;
		background: rgba(0,0,0,0);
		visibility: visible;
		opacity: 1;
		transition: .3s;
		left: 0;
		top: 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: 20vw;
	}
	.gnav_sp .nav_main > ul {
		padding: 0 3vw;
		display: block;
	}
	.gnav_sp .nav_main > ul > li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_main > ul > li:first-child {
		border-top: calc(2 / var(--break) * 100vw) solid #e5d7d3;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer {
		padding-bottom: 4.5vw;
		border-bottom: calc(2 / var(--break) * 100vw) solid #e5d7d3;
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 3.2vw 5vw 3.5vw 0;
		border-bottom: calc(2 / var(--break) * 100vw) solid #e5d7d3;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
		justify-content:space-between;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
		position: relative;
		letter-spacing: 0;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a {
		border-bottom: none;
		padding-bottom: 2vw;
	}
	.gnav_sp .nav_main > ul > li > a:after {
		content: "";
        position: absolute;
        background: url(images/page/arw01.svg) no-repeat center / cover;
        width: calc(11 / var(--break) * 100vw);
        height: calc(19 / var(--break) * 100vw);
        top: 0;
        bottom: 0vw;
        margin: auto;
        right: 1vw;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a:after {
		transform: rotate(90deg);
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a.open:after {
		transform: rotate(-90deg);
	}
	.gnav_sp .nav_main > ul > li > a .ja {
	}
	.gnav_sp .nav_main > ul > li > a .en {
		/*text-transform: uppercase;*/
		font-size: 62.5%;
		letter-spacing: .1em;
		margin-top: 1vw;
	}
	.gnav_sp .nav_sub {
		background: #e5d7d3e6;
		padding: 0.5vw 6vw 4.5vw;
		border-radius: calc(10 / var(--break) * 100vw);
		/*display: none;*/ /* クリックで開閉させる場合はコメント解除 */
	}
	.gnav_sp .nav_sub .list {
		width: 100%;
	}
	.gnav_sp .nav_sub li {
        border-bottom: solid 1px #fff;
    }
	.gnav_sp .nav_sub li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_sub li:not(:last-child) {
		margin-bottom: 0vw;
	}
	.gnav_sp .nav_sub .list a {
		padding: 2.8vw 0 3vw 8vw;
		display: block;
		position: relative;
		color: #491100;
	}
	.gnav_sp .nav_sub .list a:after {
		content: "";
        position: absolute;
        background: url(images/page/arw01.svg) no-repeat center / cover;
        width: calc(10 / var(--break) * 100vw);
        height: calc(19 / var(--break) * 100vw);
        top: 0;
        bottom: 0vw;
        margin: auto;
        left: 3vw;
	}
	.bnr_gnav01 {
		width: 100%;
		margin-top: 4vw;
	}
	.open .gnav_sp {
		visibility: visible;
		opacity: 1;
	}
	.open .gnav_sp .nav_main > ul > li, .open .gnav_sp .nav_sub li {
		opacity: 1;
		transform: translateX(0);
		transition: transform 1s ease, opacity .9s ease;
	}
}

/* 新着情報 index_news
------------------------------------------------------------------*/
.row__news01 .col_txt {
	width: 17%;
}
.txt_news01 {
	width: calc(78 / var(--break) * 100vw);
}
.row__news01 .col_news {
	width: 83%;
	padding: calc(110 / var(--break) * 100vw) 0 calc(120 / var(--break) * 100vw) calc(120 / var(--break) * 100vw);
}
.row__news01 .col_news .wrap {
	width: 80%;
    max-width: 1080px;
}
/* ※パーフェクトスクロールバー用基本css ここからデザインに合わせて適宜変更してください */
.index_news ul {
	overflow: hidden;
	position: relative;
	padding-right: calc(20 / var(--break) * 100vw);
	max-height: calc(295 / var(--break) * 100vw);
	height: auto;
	touch-action: auto !important;
	line-height: 1.75;
}
.index_news li {
	border-bottom: solid 1px #fff;
	padding-bottom: calc(25 / var(--break) * 100vw);
}
.index_news li:not(:last-of-type) {
	margin-bottom: calc(23 / var(--break) * 100vw);
}
.index_news li dt {
	width: 16%;
}
.index_news li dd {
	width: 84%;
}
.index_news li dd a {
	color: #b68958; /* コーダーさんへに記載されている★標準テキスト：リンク色に変更*/
	text-decoration: underline;
}
/* パーフェクトスクロールバー */
.ps__thumb-y {
	background: #ae938b !important;
	right: 0px !important;
	width: 4px !important;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.txt_news01 {
		width: calc(78 / var(--break) * 100vw);
	}
	.row__news01 .col_news {
		padding: calc(110 / var(--break) * 100vw) 0 calc(120 / var(--break) * 100vw) calc(120 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.txt_news01 {
		width: calc(68 / var(--break) * 100vw);
	}
	.row__news01 .col_news {
		padding: calc(80 / var(--break) * 100vw) 0 calc(60 / var(--break) * 100vw) calc(90 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row__news01 .col_txt {
		width: 100%;
        padding-left: 3vw;
        margin-bottom: 3vw;
	}
	.txt_news01 {
		width: calc(288 / var(--break) * 100vw);
        margin-right: auto;
        margin-left: 0;
	}
	.row__news01 .col_news {
		width: 100%;
        max-width: calc(725 / var(--break) * 100vw);
        margin-left: auto;
        margin-right: 0;
        padding: calc(60 / var(--break) * 100vw) calc(25 / var(--break) * 100vw) calc(80 / var(--break) * 100vw);
	}
	.row__news01 .col_news .wrap {
		width: 100%;
        max-width: 100%;
	}
	.index_news ul {
		padding-right: 5vw;
		max-height: calc(500 / var(--break) * 100vw);
	}
	.index_news li:not(:last-of-type) {
	}
	.index_news li dl {
		display: block;
	}
	.index_news li dt {
		width: 100%;
	}
	.index_news li dd {
		width: 100%;
		line-height: 1.5625;
	}
	.ps__thumb-y, .ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
		width: 2px!important;
	}
}


/* medical
------------------------------------------------------------------*/
.index_medical {
	border-top: solid 1px #f2eeec;
	margin-top: calc(100 / var(--break) * 100vw);
	padding-top: calc(140 / var(--break) * 100vw);
	padding-bottom: calc(90 / var(--break) * 100vw);
}
.ttl__medical01 .en {
	line-height: .75
}
.bg__medical01::before {
	content: "";
    position: absolute;
	background: #eff1f6;
    width: 100%;
    height: 88%;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.img__medical01 {
	width: 94%;
    max-width: 1780px;
}
.box__medical01 {
	width: calc(560 / var(--break) * 100vw);
	background-color: #c1c7d5e6;
	right: calc(100 / var(--break) * 100vw);
	bottom: calc(100 / var(--break) * 100vw);
}
.box__medical01 a {
	height: calc(140 / var(--break) * 100vw);
	transition: .3s;
}
.btn__medical01 {
	transition: background-color 0.3s;
}

.btn__medical01 .txt {
	transition: color 0.3s;
}
.box__medical01 a:hover {
	transition: .3s;
	opacity: 1;
}
.box__medical01 a:hover .btn__medical01 {
	background-color: #491100!important;
}
.box__medical01 a:hover .btn__medical01 .txt {
	color: #fff;
}
.box__medical01 .en {
	top: calc(-52 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
.btn__medical01 {
	width: calc(130 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
}
.btn__medical01 .txt {
	transition: .3s;
}

.row__medical01 .col {
	width: 23%;
    max-width: 345px;
	padding: calc(50 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
	border-radius: calc(10 / var(--break) * 100vw);
	box-shadow: 0px 0px 20px rgba(193, 199, 213, 0.1);
}
.row__medical01 .col:nth-child(n+5) {
	margin-top: calc(40 / var(--break) * 100vw);
}
.row__medical01 .col .icn {
	width: calc(140 / var(--break) * 100vw);
}
.list__medical01 {
	width: 86%;
}
.list__medical01 li {
	border-bottom: solid 1px #f2eeec;
    padding-bottom: calc(17 / var(--break) * 100vw);
    padding-left: calc(42 / var(--break) * 100vw);
}
.list__medical01 li:not(:first-child) {
    margin-top: calc(16 / var(--break) * 100vw);
}
.list__medical01 li:before {
    content: "";
    position: absolute;
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
    background: url(images/index/check_medical01.svg) no-repeat center / cover;
    border-radius: 0%;
    left: 0;
    top: calc(6 / var(--break) * 100vw);
    margin: auto;
}
.btn__medical02 a {
	height: calc(80 / var(--break) * 100vw);
	background-color: #491100;
	transition: .3s;
}
.btn__medical02 a:hover {
	background-color: #b68958;
	transition: .3s;
	opacity: 1;
}
.slide__feature01 li:not(:last-child) {
	margin-right: calc(20 / var(--break) * 100vw);
}
.slide img {
	width: calc(1140 / var(--break) * 100vw);
}
.slide {
	z-index: 1;
}
@media(min-width: 768px) and (max-width:1599px) {
	.index_medical {
		margin-top: calc(100 / var(--break) * 100vw);
		padding-top: calc(140 / var(--break) * 100vw);
		padding-bottom: calc(90 / var(--break) * 100vw);
	}
	.box__medical01 {
		width: calc(470 / var(--break) * 100vw);
        right: calc(80 / var(--break) * 100vw);
    	bottom: calc(50 / var(--break) * 100vw);
	}
	.box__medical01 a {
		height: calc(120 / var(--break) * 100vw);
	}
	.box__medical01 a .txt_wrap {
        margin-right: calc(20 / var(--break) * 100vw);
    }
	.box__medical01 a .txt01 {
        font-size: 1rem;
    }
	.box__medical01 a .txt02 {
        font-size: 1.125rem;
    }
	.box__medical01 .en {
		font-size: 3.5rem;
		top: calc(-52 / var(--break) * 100vw);
	}
	.btn__medical01 {
		width: calc(130 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
	}
	.row__medical01 .col {
		padding: calc(50 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
		border-radius: calc(10 / var(--break) * 100vw);
	}
	.row__medical01 .col:nth-child(n+5) {
		margin-top: calc(40 / var(--break) * 100vw);
	}
	.row__medical01 .col .icn {
		width: calc(140 / var(--break) * 100vw);
	}
	.list__medical01 li {
		padding-bottom: calc(17 / var(--break) * 100vw);
		padding-left: calc(42 / var(--break) * 100vw);
	}
	.list__medical01 li:not(:first-child) {
		margin-top: calc(16 / var(--break) * 100vw);
	}
	.list__medical01 li:before {
		width: calc(20 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
		top: calc(3 / var(--break) * 100vw);
	}
	.btn__medical02 a {
		height: calc(80 / var(--break) * 100vw);
	}
	.slide__feature01 li:not(:last-child) {
		margin-right: calc(20 / var(--break) * 100vw);
	}
	.slide img {
		width: calc(1140 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_medical {
		margin-top: calc(100 / var(--break) * 100vw);
		padding-top: calc(140 / var(--break) * 100vw);
		padding-bottom: calc(90 / var(--break) * 100vw);
	}
	.box__medical01 {
		width: calc(470 / var(--break) * 100vw);
        right: calc(20 / var(--break) * 100vw);
        bottom: calc(20 / var(--break) * 100vw);
	}
	.box__medical01 a {
		height: calc(120 / var(--break) * 100vw);
	}
	.box__medical01 a .txt_wrap {
        margin-right: calc(20 / var(--break) * 100vw);
    }
	.box__medical01 a .txt01 {
        font-size: 1rem;
    }
	.box__medical01 a .txt02 {
        font-size: 1.125rem;
    }
	.box__medical01 .en {
		font-size: 3.5rem;
		top: calc(-52 / var(--break) * 100vw);
	}
	.btn__medical01 {
		width: calc(130 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
	}
	.row__medical01 .col {
		padding: calc(50 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
		border-radius: calc(10 / var(--break) * 100vw);
	}
	.row__medical01 .col:nth-child(n+5) {
		margin-top: calc(40 / var(--break) * 100vw);
	}
	.row__medical01 .col .icn {
		width: calc(140 / var(--break) * 100vw);
	}
	.list__medical01 {
		width: 100%;
		font-size: 1.0625rem;
	}
	.list__medical01 li {
		padding-bottom: calc(10 / var(--break) * 100vw);
		padding-left: calc(30 / var(--break) * 100vw);
	}
	.list__medical01 li:not(:first-child) {
		margin-top: calc(16 / var(--break) * 100vw);
	}
	.list__medical01 li:before {
		width: calc(20 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
		top: calc(3 / var(--break) * 100vw);
	}
	.btn__medical02 a {
		height: calc(60 / var(--break) * 100vw);
	}
	.btn__medical02 .txt {
		font-size: 1.0625rem;
	}
	.slide__feature01 li:not(:last-child) {
		margin-right: calc(20 / var(--break) * 100vw);
	}
	.slide img {
		width: calc(1140 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.index_medical {
		margin-top: calc(100 / var(--break) * 100vw);
        padding-top: calc(0 / var(--break) * 100vw);
        padding-bottom: calc(95 / var(--break) * 100vw);
        border-top: none;
	}
	.bg__medical01 {
		padding-bottom: 10vw;
	}
	.bg__medical01::before {
		height: 84%;
}
	.ttl__medical01 {
		margin-bottom: 7vw;
	}
	.ttl__medical01 .en {
		font-size: 4.375rem;
		letter-spacing: 0;
		margin-bottom: 4vw;
	}
	.ttl__medical01 .ja {
		font-size: 1rem;
	}
	.img__medical01 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		margin-bottom: 11vw;
		padding-bottom: 13vw;
	}
	.box__medical01 {
		width: calc(702 / var(--break) * 100vw);
		right: 0;
		margin: auto;
		left: 0;
		bottom: -13vw;
		position: relative;
	}
	.box__medical01 a {
		height: calc(148 / var(--break) * 100vw);
	}
	.box__medical01 a .txt_wrap {
        margin-right: calc(20 / var(--break) * 100vw);
    }
	.box__medical01 a .txt01 {
        font-size: .8125rem;
        letter-spacing: .1em;
    }
	.box__medical01 a .txt02 {
        font-size: 1rem;
    }
	.box__medical01 .en {
		font-size: 1.875rem;
		top: calc(-44 / var(--break) * 100vw);
	}
	.btn__medical01 {
		width: calc(178 / var(--break) * 100vw);
		height: calc(46 / var(--break) * 100vw);
	}
	.btn__medical01 .txt {
		font-size: .75rem;
		letter-spacing: 0;
	}
	.row__medical01 .col {
		width: 48%;
		max-width: calc(341 / var(--break) * 100vw);
		padding: calc(40 / var(--break) * 100vw) calc(16 / var(--break) * 100vw) calc(18 / var(--break) * 100vw);
		border-radius: calc(10 / var(--break) * 100vw);
	}
	.row__medical01 .col:nth-child(n+3) {
		margin-top: calc(20 / var(--break) * 100vw);
	}
	.row__medical01 .col .icn {
		width: calc(140 / var(--break) * 100vw);
	}
	.list__medical01 {
		width: 100%;
		font-size: .75rem;
		margin-bottom: 4vw;
	}
	.list__medical01 li {
		padding-bottom: calc(15 / var(--break) * 100vw);
        padding-left: calc(33 / var(--break) * 100vw);
	}
	.list__medical01 li:not(:first-child) {
		margin-top: calc(10 / var(--break) * 100vw);
	}
	.list__medical01 li:before {
		width: calc(24 / var(--break) * 100vw);
		height: calc(24 / var(--break) * 100vw);
		top: calc(8 / var(--break) * 100vw);
	}
	.btn__medical02 a {
		height: calc(80 / var(--break) * 100vw);
	}
	.btn__medical02 .txt {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.slide__feature01 li:not(:last-child) {
		margin-right: calc(20 / var(--break) * 100vw);
	}
	.slide img {
		width: calc(1140 / var(--break) * 100vw);
	}
}
/* concept
------------------------------------------------------------------*/
.index_concept .marquee {
	color: #b6895899;
	font-size: 10.625rem;
	line-height: .85;
	z-index: 2;
}
.bg__concept01 {
	background: url("images/index/bg__concept01.png")no-repeat center / cover;
}
.bg__concept01 .deco01 {
	width: calc(418 / var(--break) * 100vw);
	right: 9%;
	bottom: 0;
}
.row__concept01 {
	width: 26%;
    max-width: 490px;
    left: 3%;
    top: calc(-60 / var(--break) * 100vw);
}
.row__concept01 .col {
	width: 48%;
    max-width: 240px;
}
.wrap__concept01 {
	width: 32%;
    max-width: 600px;
}
.btn__common01 {
	width: calc(400 / var(--break) * 100vw);
}
.btn__common01 a {
	height: calc(80 / var(--break) * 100vw);
	background-color: #491100;
	border-radius: 100vh;
	box-shadow: 0 5px 20px rgba(73, 17, 0, 0.3);
}
.btn__common01 a:hover {
	opacity: 1;
	background-color: #b68958!important;
}
.btn__common01 a::before {
	content: "";
    position: absolute;
	background: #fff;
    width: calc(6 / var(--break) * 100vw);
    height: calc(6 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	right: calc(40 / var(--break) * 100vw);
	border-radius: 100%;
}
.wrap__concept01 > .txt {
	line-height: 2.75;
}
.index_concept .marquee-area {
    z-index: 2;
    position: relative;
}
.ccl__concept01 {
	width: calc(200 / var(--break) * 100vw);
	height: calc(180 / var(--break) * 100vw);
	background: url("images/index/bg__concept02.png")no-repeat center / cover;
	right: 21.7%;
    bottom: 20%;
}
.ccl__concept01 .ja02,.ccl__concept01 .en {
	letter-spacing: .3em;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg__concept01 {
		background: url("images/index/bg__concept01.png")no-repeat center / cover;
		padding: calc(80 / var(--break) * 100vw) 0 calc(90 / var(--break) * 100vw);
	}
	.bg__concept01 .deco01 {
		width: calc(418 / var(--break) * 100vw);
		right: 6%;
		bottom: 0;
	}
	.row__concept01 {
		left: 3%;
		top: calc(-60 / var(--break) * 100vw);
	}
	.btn__common01 {
		width: calc(400 / var(--break) * 100vw);
	}
	.btn__common01 a {
		height: calc(80 / var(--break) * 100vw);
	}
	.btn__common01 a::before {
		width: calc(6 / var(--break) * 100vw);
		height: calc(6 / var(--break) * 100vw);
		right: calc(40 / var(--break) * 100vw);
	}
	.wrap__concept01 .ttl {
		font-size: 1.875rem;
	}
	.ccl__concept01 {
		width: calc(200 / var(--break) * 100vw);
		height: calc(180 / var(--break) * 100vw);
		right: 21.7%;
		bottom: 20%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_concept .marquee-text {
        font-size: 9.625rem;
    }
	.bg__concept01 {
		background: url("images/index/bg__concept01.png")no-repeat center / cover;
		padding: calc(80 / var(--break) * 100vw) 0 calc(60 / var(--break) * 100vw);
	}
	.bg__concept01 .deco01 {
		width: calc(347 / var(--break) * 100vw);
        right: 3%;
        bottom: 0;
	}
	.row__concept01 {
		width: 28%;
		left: 3%;
		top: calc(-60 / var(--break) * 100vw);
	}
	.btn__common01 {
		width: calc(400 / var(--break) * 100vw);
	}
	.btn__common01 a {
		height: calc(80 / var(--break) * 100vw);
	}
	.btn__common01 a::before {
		width: calc(6 / var(--break) * 100vw);
		height: calc(6 / var(--break) * 100vw);
		right: calc(40 / var(--break) * 100vw);
	}
	.wrap__concept01 .ttl {
		font-size: 1.875rem;
		letter-spacing: .05em;
		margin-bottom: calc(30 / var(--break) * 100vw);
	}
	.wrap__concept01 .ttl {
		font-size: 1.6125rem;
	}
	.wrap__concept01 .txt {
		font-size: 1.0625rem;
		line-height: 2;
	}
	.ccl__concept01 {
		width: calc(200 / var(--break) * 100vw);
		height: calc(180 / var(--break) * 100vw);
		right: 16.7%;
		bottom: 20%;
	}
}
@media(max-width: 767px) {
	.index_concept .marquee-area {
		margin: 0;
	}
	.marquee-text {
		font-size: 4.6875rem;
        color: #b6895899;
	}
	.bg__concept01 {
		background: url(images/index/bg__concept01_sp.png) no-repeat center / cover;
		padding-top: 0vw;
		padding-bottom: 47vw;
	}
	.bg__concept01 .deco01 {
		width: 100%;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
	}
	.row__concept01 {
		width: 100%;
		max-width: calc(490 / var(--break) * 100vw);
		left: 0;
		right: 0;
		top: 0;
		position: relative;
		margin: -3vw auto 7vw;
	}
	.btn__common01 {
		width: calc(600 / var(--break) * 100vw);
	}
	.btn__common01 a {
		height: calc(100 / var(--break) * 100vw);
	}
	.btn__common01 a::before {
		width: calc(13 / var(--break) * 100vw);
		height: calc(13 / var(--break) * 100vw);
		right: calc(40 / var(--break) * 100vw);
	}
	.wrap__concept01 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
	}
	.wrap__concept01 .ttl {
		font-size: 1.3125rem;
		letter-spacing: 0;
		line-height: 1.6;
		margin-bottom: 2vw;
	}
	.wrap__concept01 > .txt {
		font-size: 1rem;
		line-height: 2;
		margin-bottom: 4vw;
	}
	.ccl__concept01 {
		width: calc(240 / var(--break) * 100vw);
		height: calc(216 / var(--break) * 100vw);
		right: auto;
		bottom: 7vw;
		left: 13vw;
	}
	.ccl__concept01 .ja01 {
		font-size: .6875rem;
		letter-spacing: .1em;
	}
	.ccl__concept01 .ja02 {
		font-size: .875rem;
	}
	.ccl__concept01 .en {
		font-size: .5625rem;
		letter-spacing: .15em;
	}
}
/* feature
------------------------------------------------------------------*/
.bg__feature01 {
	padding-bottom: calc(80 / var(--break) * 100vw);
	background: url(images/index/deco_feature01.svg) no-repeat center top 1% / 100% auto, url(images/index/deco_feature02.svg) no-repeat center top 26.5% / 100% auto, url(images/index/deco_feature03.svg) no-repeat center bottom 12.5% / 100% auto;
}
/*固定タイトル*/
.bg__feature01 .ttl__feature01.ttl_fix {
    position: fixed;
	top: calc(70 / var(--break) * 100vw);
    left: calc(70 / var(--break) * 100vw);
}
.ttl__feature01 {
    position: absolute;
    top: calc(70 / var(--break) * 100vw);
    left: calc(70 / var(--break) * 100vw);
    z-index: 5;
	width: calc(181 / var(--break) * 100vw);
    min-height: calc(675 / var(--break) * 100vw);
}
.ttl__feature01.ttl_ab {
	position: absolute;
	top: auto;
	bottom: 0;
}
.ttl__feature01 .en {
	width: calc(108 / var(--break) * 100vw);
}
.ttl__feature01 .ja {
	width: calc(28 / var(--break) * 100vw);
}
.row__feature01 .col_txt {
	width: 17%;
    max-width: 310px;
}
.wrap__feature01 {
	width: 66%;
    max-width: 1240px;
}
.row__feature02 {
	width: 94%;
    max-width: 1160px;
}
.row__feature02 .col {
	width: 32%;
    max-width: 360px;
}
.row__feature02 .col:last-child {
	margin-top: calc(160 / var(--break) * 100vw);
}
.row__feature03 {
    width: 72%;
    max-width: 1370px;
    margin-left: auto;
    margin-right: 7%;
	margin-bottom: calc(185 / var(--break) * 100vw);
}
.row__feature03 .col {
	width: 56%;
    max-width: 760px;
}
.row__feature03 .col_txt {
	width: 37%;
}
.menu__title {
  width: 11%;
  writing-mode: vertical-rl;
  text-align: center;
  letter-spacing: 0.2em;
}
.row__menu01 {
	width: 89%;
}
.row__menu01 .col {
	width: calc(100% / 3);
	height: calc(200 / var(--break) * 100vw);
	position: relative;
}
.row__menu01 .col:not(:last-child)::before {
	content: "";
    position: absolute;
	background: #e5d7d3;
    width: 1px;
    height: calc(160 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}
.row__menu01 .col:nth-child(3)::before {
	display: none;
}
.row__menu01 .col:nth-child(-n+3)::after {
	content: "";
    position: absolute;
	background: #e5d7d3;
    width: calc(190 / var(--break) * 100vw);
    height: 1px;
	bottom: 0;
	margin: auto;
	right: 0;
	left: 0;
}
.row__menu01 .col .img {
	width: calc(100 / var(--break) * 100vw);
}
.row__menu01 .col .en {
	letter-spacing: .3em;
}
.bg__feature02::before {
	content: "";
    position: absolute;
	background: #eff1f666;
    width: calc(1000 / var(--break) * 100vw);
    height: calc(1370 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.row__feature04 {
	width: 94%;
    max-width: calc(1410 / var(--break) * 100vw);
}
.row__feature04 .col_img {
	width: 54%;
    max-width: calc(760 / var(--break) * 100vw);
}
.row__feature04 .col_txt {
	width: 36%;
}
.ttl__feature02 {
	width: calc(800 / var(--break) * 100vw);
	height: calc(80 / var(--break) * 100vw);
	letter-spacing: .3em;
}
.row__feature05 {
	width: 90%;
    max-width: 700px;
}
.bg__feature03::before {
	content: "";
    position: absolute;
	border: solid 1px #e5d7d3;
    width: 100%;
    height: calc(319 / var(--break) * 100vw);
	top: calc(220 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
}
.row__feature05 .col {
	width: 32%;
    max-width: 220px;
}
.ttl__feature03 {
	margin-top: calc(-10 / var(--break) * 100vw);
}
.row__feature05 .col1 .ttl__feature03 .en {
	width: calc(124 / var(--break) * 100vw);
}
.row__feature05 .col2 .ttl__feature03 .en,.row__feature05 .col3 .ttl__feature03 .en {
	width: calc(142 / var(--break) * 100vw);
}

.row__feature06 {
	width: 94%;
    max-width: calc(1775 / var(--break) * 100vw);
}
.row__feature06 .col {
	width: 24%;
    max-width: 430px;
}
.row__feature07 {
	width: 90%;
    max-width: calc(1240 / var(--break) * 100vw);
}
.row__feature07 .col_copy {
	width: 33%;
}
.row__feature07 .col_txt {
	width: 56%;
}
.row__feature08 {
	width: 90%;
    max-width: calc(1600 / var(--break) * 100vw);
}
.row__feature08 .col {
	width: 49%;
    transition: all .3s;
    position: relative;
    height: calc(700 / var(--break) * 100vw);
	cursor: pointer;
}
.row__feature08 .col02 {
	top: calc(80 / var(--break) * 100vw);
}
.row__feature08 .col .result {
	width: 100%;
    height: 100%;
    transition: all .3s;
}
.row__feature08 .col .result::before {
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    transition: all .3s;
}
.row__feature08 .col01 .result::before {
    background: url(images/index/img_feature12.png) no-repeat center / cover;
}
.row__feature08 .col02 .result::before {
    background: url(images/index/img_feature13.png) no-repeat center / cover;
}
.row__feature08 .col .result::after {
    position: absolute;
    content: "";
    background: url(images/index/img_feature12_on.png) no-repeat center / cover;
    transition: all .3s;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    opacity: 0;
}
.row__feature08 .result .wrap {
    width: 71%;
    opacity: 0;
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -72%);
}
.row__feature08 .result .row__feature09 {
	opacity: 0;
}
.row__feature08 .col:hover .result::after {
	opacity: 1;
}
.row__feature08 .col:hover .ttl__feature03 {
	opacity: 0;
}
.row__feature08 .col:hover .wrap,.row__feature08 .col:hover .row__feature09 {
	opacity: 1;
}
.row__feature09 {
	left: calc(50 / var(--break) * 100vw);
	top: calc(50 / var(--break) * 100vw);
}
.row__feature09 .col {
	width: calc(180 / var(--break) * 100vw);
	height: calc(180 / var(--break) * 100vw);
	border: solid calc(2 / var(--break) * 100vw) #491100;
}
.row__feature09 .col_l::before,.row__feature09 .col_r::before {
	content: "";
    position: absolute;
    width: calc(80 / var(--break) * 100vw);
    height: calc(80 / var(--break) * 100vw);
	top: 0;
	right: calc(-50 / var(--break) * 100vw);
}
.row__feature09 .col_l::before {
	background: url("images/index/icn_feature07.svg") no-repeat center / cover;
}
.row__feature09 .col_r::before {
	background: url("images/index/icn_feature08.svg") no-repeat center / cover;
}
.row__feature08 .col02 .ttl {
	width: 50%;
	border-bottom: solid calc(2 / var(--break) * 100vw) #fff;
}
.row__feature08 .col02 .icn {
	width: calc(20 / var(--break) * 100vw);
	bottom: calc(-2 / var(--break) * 100vw);
    position: relative;
}

@media(min-width: 768px) and (max-width:1599px) {
	.bg__feature01 {
		padding-bottom: calc(80 / var(--break) * 100vw);
	}
	/*固定タイトル*/
	.bg__feature01 .ttl__feature01.ttl_fix {
		top: calc(70 / var(--break) * 100vw);
		left: calc(70 / var(--break) * 100vw);
	}
	.ttl__feature01 {
		top: calc(70 / var(--break) * 100vw);
		left: calc(70 / var(--break) * 100vw);
		width: calc(181 / var(--break) * 100vw);
		min-height: calc(675 / var(--break) * 100vw);
	}
	.ttl__feature01 .en {
		width: calc(108 / var(--break) * 100vw);
	}
	.ttl__feature01 .ja {
		width: calc(28 / var(--break) * 100vw);
	}
	.row__feature02 .col:last-child {
		margin-top: calc(160 / var(--break) * 100vw);
	}
	.row__feature03 {
		width: 72%;
		max-width: 1370px;
		margin-left: auto;
		margin-right: 7%;
		margin-bottom: calc(185 / var(--break) * 100vw);
	}
	.row__feature03 .copy {
		font-size: 2.875rem;
	}
	.row__menu01 .col {
		width: calc(100% / 3);
		height: calc(200 / var(--break) * 100vw);
	}
	.row__menu01 .col:not(:last-child)::before {
		height: calc(160 / var(--break) * 100vw);
	}
	.row__menu01 .col:nth-child(3)::before {
		display: none;
	}
	.row__menu01 .col:nth-child(-n+3)::after {
		width: calc(190 / var(--break) * 100vw);
	}
	.row__menu01 .col .img {
		width: calc(100 / var(--break) * 100vw);
	}
	.bg__feature02::before {
		width: calc(1000 / var(--break) * 100vw);
		height: calc(1370 / var(--break) * 100vw);
	}
	.row__feature04 {
		max-width: calc(1410 / var(--break) * 100vw);
	}
	.row__feature04 .copy {
		font-size: 2.875rem;
	}
	.row__feature04 .col_img {
		max-width: calc(760 / var(--break) * 100vw);
	}
	.ttl__feature02 {
		width: calc(800 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
	}
	.bg__feature03::before {
		width: 79%;
		height: calc(319 / var(--break) * 100vw);
		top: calc(220 / var(--break) * 100vw);
	}
	.ttl__feature03 {
		margin-top: calc(-10 / var(--break) * 100vw);
	}
	.row__feature05 .col1 .ttl__feature03 .en {
		width: calc(124 / var(--break) * 100vw);
	}
	.row__feature05 .col2 .ttl__feature03 .en,.row__feature05 .col3 .ttl__feature03 .en {
		width: calc(142 / var(--break) * 100vw);
	}

	.row__feature06 {
		max-width: calc(1775 / var(--break) * 100vw);
	}
	.row__feature07 {
		width: 61%;
		max-width: calc(1240 / var(--break) * 100vw);
	}
	.row__feature07 .copy {
		font-size: 2.25rem;
	}
	.row__feature08 {
		max-width: calc(1600 / var(--break) * 100vw);
		width: 81%;
	}
	.row__feature08 .col {
		height: calc(700 / var(--break) * 100vw);
	}
	.row__feature08 .col02 {
		top: calc(80 / var(--break) * 100vw);
	}
	.row__feature09 {
		left: calc(50 / var(--break) * 100vw);
		top: calc(50 / var(--break) * 100vw);
	}
	.row__feature09 .col {
		width: calc(180 / var(--break) * 100vw);
		height: calc(180 / var(--break) * 100vw);
		border: solid calc(2 / var(--break) * 100vw) #491100;
	}
	.row__feature09 .col_l::before,.row__feature09 .col_r::before {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		right: calc(-50 / var(--break) * 100vw);
	}
	.row__feature08 .result .wrap {
		width: 74%;
	}
	.row__feature08 .col02 .ttl {
		width: 55%;
		border-bottom: solid calc(2 / var(--break) * 100vw) #fff;
	}
	.row__feature08 .col01 .copy,.row__feature08 .col02 .copy {
		font-size: 2.3125rem;
	}
	.row__feature08 .col02 .icn {
		width: calc(20 / var(--break) * 100vw);
		bottom: calc(-2 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg__feature01 {
		padding-bottom: calc(80 / var(--break) * 100vw);
		background: url(images/index/deco_feature01.svg) no-repeat center top 1% / 100% auto, url(images/index/deco_feature02.svg) no-repeat center top 20.5% / 100% auto, url(images/index/deco_feature03.svg) no-repeat center bottom 12.5% / 100% auto;
	}
	/*固定タイトル*/
	.bg__feature01 .ttl__feature01.ttl_fix {
		top: calc(100 / var(--break) * 100vw);
		left: calc(40 / var(--break) * 100vw);
	}
	.ttl__feature01 {
		top: calc(70 / var(--break) * 100vw);
		left: calc(40 / var(--break) * 100vw);
		width: calc(168 / var(--break) * 100vw);
		min-height: calc(675 / var(--break) * 100vw);
	}
	.ttl__feature01 .en {
		width: calc(98 / var(--break) * 100vw);
	}
	.row__feature02 .col:last-child {
		margin-top: calc(160 / var(--break) * 100vw);
	}
	.row__feature03 {
		margin-bottom: calc(110 / var(--break) * 100vw);
	}
	.row__feature03 .copy {
		font-size: 2.25rem;
	}
	.row__menu01 .col {
		width: calc(100% / 3);
		height: calc(200 / var(--break) * 100vw);
	}
	.row__menu01 .col:not(:last-child)::before {
		height: calc(160 / var(--break) * 100vw);
	}
	.row__menu01 .col:nth-child(3)::before {
		display: none;
	}
	.row__menu01 .col:nth-child(-n+3)::after {
		width: calc(190 / var(--break) * 100vw);
	}
	.row__menu01 .col .img {
		width: calc(100 / var(--break) * 100vw);
	}
	.row__menu01 .col .ja {
		font-size: 1.0625rem;
	}
	.bg__feature02::before {
		width: calc(1000 / var(--break) * 100vw);
		height: calc(1300 / var(--break) * 100vw);
	}
	.row__feature04 {
		width: 85%;
	}
	.row__feature04 .col_txt {
		width: 42%;
	}
	.row__feature04 .copy {
		font-size: 2.25rem;
		margin-bottom: calc(25 / var(--break) * 100vw);
	}
	.row__feature04 .col_img {
		max-width: calc(760 / var(--break) * 100vw);
	}
	.ttl__feature02 {
		width: calc(800 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
	}
	.bg__feature03::before {
		width: 79%;
		height: calc(319 / var(--break) * 100vw);
		top: calc(220 / var(--break) * 100vw);
	}
	.ttl__feature03 {
		margin-top: calc(-10 / var(--break) * 100vw);
	}
	.row__feature05 {
		width: 72%;
	}
	.row__feature05 .col1 .ttl__feature03 .en {
		width: calc(124 / var(--break) * 100vw);
	}
	.row__feature05 .col2 .ttl__feature03 .en,.row__feature05 .col3 .ttl__feature03 .en {
		width: calc(142 / var(--break) * 100vw);
	}

	.row__feature06 {
		max-width: calc(1775 / var(--break) * 100vw);
	}
	.row__feature07 {
		width: 62%;
		max-width: calc(1240 / var(--break) * 100vw);
	}
	.row__feature07 .col_copy {
		width: 37%;
	}
	.row__feature07 .copy {
		font-size: 1.875rem;
	}
	.row__feature07 .col_txt {
		width: 61%;
	}
	.row__feature08 {
		max-width: calc(1600 / var(--break) * 100vw);
		width: 81%;
	}
	.row__feature08 .col {
		height: calc(545 / var(--break) * 100vw);
	}
	.row__feature08 .col02 {
		top: calc(80 / var(--break) * 100vw);
	}
	.row__feature09 {
		left: calc(50 / var(--break) * 100vw);
		top: calc(20 / var(--break) * 100vw);
	}
	.row__feature09 .col {
		width: calc(120 / var(--break) * 100vw);
		height: calc(120 / var(--break) * 100vw);
		border: solid calc(2 / var(--break) * 100vw) #491100;
	}
	.row__feature09 .col_l::before,.row__feature09 .col_r::before {
		width: calc(50 / var(--break) * 100vw);
		height: calc(50 / var(--break) * 100vw);
		right: calc(-35/ var(--break) * 100vw);
	}
	.row__feature09 .col .en {
		letter-spacing: .1em;
	}
	.row__feature09 .col .ja {
		font-size: .935rem;
		letter-spacing: 0;
	}
	.row__feature08 .result .wrap {
		width: 74%;
	}
	.row__feature08 .col02 .ttl {
		width: 65%;
		border-bottom: solid calc(2 / var(--break) * 100vw) #fff;
	}
	.row__feature08 .col01 .copy,.row__feature08 .col02 .copy {
		font-size: 1.875rem;
		margin-bottom: calc(15 / var(--break) * 100vw);
	}
	.row__feature08 .col02 .icn {
		width: calc(20 / var(--break) * 100vw);
		bottom: calc(-2 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.bg__feature01 {
		background: url(images/index/deco_feature01_sp.svg) no-repeat center top 49vw / 100% auto, url(images/index/deco_feature02_sp.svg) no-repeat center top 51.5% / 100% auto, url(images/index/deco_feature03_sp.svg) no-repeat center bottom calc(140 / var(--break) * 100vw) / 100% auto;
		padding-bottom: calc(80 / var(--break) * 100vw);
		padding-top: 11vw;
	}
	/*固定タイトル*/
	.bg__feature01 .ttl__feature01.ttl_fix {
		top: calc(100 / var(--break) * 100vw);
		left: calc(40 / var(--break) * 100vw);
	}
	.ttl__feature01 {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 5;
		width: auto;
		min-height: auto;
		margin-bottom: 4vw;
	}
	.ttl__feature01 .en {
		width: auto;
		font-size: 4.375rem;
		letter-spacing: .03em;
		margin-bottom: 2.5vw;
	}
	.ttl__feature01 .ja.img {
		display: none;
	}
	.ttl__feature01 .sp_only > .ja {
		width: 100%;
		letter-spacing: .1em;
		font-size: 1rem;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
	}
	.wrap__feature01 {
		width: 100%;
		max-width: 100%;
	}
	.row__feature02 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		margin-bottom: 4vw;
	}
	.row__feature02 .col:nth-child(2) {
		margin-top: 5.5vw;
	}
	.row__feature02 .col:last-child {
		margin-top: 12.5vw;
	}
	.row__feature03 {
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: calc(0 / var(--break) * 100vw);
	}
	.row__feature03 .col_txt {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin: auto;
	}
	.row__feature03 .copy {
		font-size: 1.5625rem;
		text-align: center;
		letter-spacing: 0;
		margin-bottom: 2vw;
	}
	.row__feature03 > .col {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		margin-top: 5.5vw;
	}
	.menu__title {
		width: 100%;
		writing-mode: horizontal-tb;
		text-align: center;
		letter-spacing: .15em;
		height: calc(80 / var(--break) * 100vw);
		font-size: 1rem;
	}
	.row__menu01 {
		width: 100%;
	}
	.row__menu01 .col {
		width: calc(100% / 2);
		height: calc(277 / var(--break) * 100vw);
		padding-bottom: 4vw;
	}
	.row__menu01 .col:first-child,.row__menu01 .col:nth-child(2) {
		width: calc(100% / 2);
		height: calc(240 / var(--break) * 100vw);
		padding-bottom: 3vw;
	}
	.row__menu01 .col:not(:last-child)::before {
		height: 90%;
	}
	.row__menu01 .col::before {
		height: 90%;
	}
	.row__menu01 .col:nth-child(2n)::before {
		display: none;
	}
	.row__menu01 .col:nth-child(3)::before {
		display: block;
	}
	.row__menu01 .col::after {
		content: "";
		position: absolute;
		background: #e5d7d3;
		width: calc(288 / var(--break) * 100vw);
		height: 1px;
		bottom: 0;
		margin: auto;
		right: 0;
		left: 0;
	}
	.row__menu01 .col:nth-child(-n+3)::after {
		width: calc(288 / var(--break) * 100vw);
	}
	.row__menu01 .col .img {
		width: calc(120 / var(--break) * 100vw);
	}
	.row__menu01 .col .ja {
		font-size: .8125rem;
		display: flex;
        justify-content: center;
        align-items: center;
		width: 100%;
	}
	.row__menu01 .col .en {
		font-size: .5rem;
		width: 100%;
	}
	.bg__feature02 {
		padding-top: 22vw;
        padding-bottom: 0;
        margin-bottom: 11vw;
	}
	.bg__feature02::before {
		width: calc(726 / var(--break) * 100vw);
        height: calc(1379 / var(--break) * 100vw);
        top: calc(85 / var(--break) * 100vw);
        right: 0;
        left: auto;
        bottom: auto;
	}
	.bg__feature02 > .inner1500,.bg__feature02 > .inner {
		width: 100%;
        max-width: 100%;
	}
	.row__feature04 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 5vw;
    }
	.row__feature04 .col_txt {
		margin: 0 auto;
        width: 100%;
        max-width: calc(646 / var(--break) * 100vw);
	}
	.row__feature04 .copy {
		font-size: 1.5625rem;
        margin-bottom: calc(8 / var(--break) * 100vw);
        text-align: center;
        letter-spacing: 0;
	}
	.row__feature04 .col_img {
        max-width: 100%;
        width: 100%;
		margin-bottom: 5vw;
    }
	.ttl__feature02 {
		width: calc(646 / var(--break) * 100vw);
        height: calc(80 / var(--break) * 100vw);
        letter-spacing: .15em;
		margin-right: 2vw;
	}
	.bg__feature03::before {
		width: calc(646 / var(--break) * 100vw);
		height: calc(987 / var(--break) * 100vw);
		bottom: 16vw;
		right: 0;
		left: 0;
		margin: auto;
	}
	.ttl__feature03 {
		margin-top: calc(-10 / var(--break) * 100vw);
	}
	.row__feature05 {
        width: 100%;
        max-width: calc(646 / var(--break) * 100vw);
        margin-right: 2.5vw;
    }
	.row__feature05 .col {
		width: 100%;
		max-width: 100%;
		display: flex;
		align-items: center;
	}
	.row__feature05 .col:nth-child(n+2) {
		margin-top: calc(30 / var(--break) * 100vw);
	}
	.row__feature05 .col .img {
		width: calc(286 / var(--break) * 100vw);
	}
	.ttl__feature03 {
        margin-top: calc(0 / var(--break) * 100vw);
        width: calc(100% - calc(320 / var(--break) * 100vw));
    }
	.row__feature05 .col1 .ttl__feature03 .en {
		width: calc(143 / var(--break) * 100vw);
	}
	.row__feature05 .col2 .ttl__feature03 .en,.row__feature05 .col3 .ttl__feature03 .en {
		width: calc(162 / var(--break) * 100vw);
	}
	.row__feature05 .col .ja {
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.25;
	}
	.row__feature06 {
        max-width: calc(702 / var(--break) * 100vw);
        width: 100%;
		margin-bottom: 5vw;
    }
	.row__feature06 .col {
		width: 49%;
		max-width: calc(343 / var(--break) * 100vw);
	}
	.row__feature06 .col:nth-child(2) {
		margin-top: calc(28 / var(--break) * 100vw);
	}
	.row__feature06 .col:nth-child(3) {
		margin-top: calc(22 / var(--break) * 100vw);
	}
	.row__feature06 .col:nth-child(4) {
		margin-top: calc(48 / var(--break) * 100vw);
	}
	.row__feature07 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-bottom: 8vw;
	}
	.row__feature07 .col_copy {
		width: 100%;
	}
	.row__feature07 .copy {
		font-size: 1.4375rem;
		letter-spacing: 0;
		text-align: center;
	}
	.row__feature07 .col_txt {
		width: 100%;
	}
	.row__feature08 {
		max-width: 100%;
		width: 100%;
	}
	.row__feature08 .col {
		width: 100%;
		max-width: calc(699 / var(--break) * 100vw);
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.row__feature08 .col:hover .result::after {
		opacity: 0;
	}
	.row__feature08 .col:hover .wrap, .row__feature08 .col:hover .row__feature09 {
		opacity: 0;
	}
	.row__feature08 .col .result {
		height: calc(615 / var(--break) * 100vw);
	}
	.row__feature08 .col02 {
		margin-top: 8.5vw;
		top: calc(0 / var(--break) * 100vw);
	}
	.row__feature08 .col .box {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
	}
 	.row__feature08 .col .box .row__feature09 {
		left: -4vw;
		right: 0;
        top: auto;
        margin: auto;
        bottom: 0;
        position: relative;
		opacity: 1;
		margin-top: -4vw;
		z-index: 2;
		margin-bottom: 4vw;
	}
	.row__feature09 .col {
		width: calc(216 / var(--break) * 100vw);
		height: calc(216 / var(--break) * 100vw);
		border: solid calc(2 / var(--break) * 100vw) #491100;
	}
	.row__feature09 .col_l {
		margin-right: 2vw;
	}
	.row__feature09 .col_l::before,.row__feature09 .col_r::before {
		width: calc(96 / var(--break) * 100vw);
		height: calc(96 / var(--break) * 100vw);
		right: calc(-60 / var(--break) * 100vw);
	}
	.row__feature09 .col .en {
		font-size: .5rem;
		letter-spacing: .3em;
	}
	.row__feature09 .col .ja {
		font-size: .75rem;
		letter-spacing: .1em;
	}
	.row__feature08 .result .wrap {
		width: 74%;
	}
	.row__feature08 .col02 .ttl {
		width: 39%;
        justify-content: center;
        border-bottom: 1px solid #491100;
        margin: 0 auto 4.5vw;
	}
	.row__feature08 .col01 .copy,.row__feature08 .col02 .copy {
		font-size: 1.4375rem;
		text-align: center;
		letter-spacing: 0;
		margin-bottom: calc(0 / var(--break) * 100vw);
	}
	.row__feature08 .col02 .result {
        margin-bottom: 5vw;
    }
	.row__feature08 .col02 .icn {
		width: calc(20 / var(--break) * 100vw);
		bottom: calc(2 / var(--break) * 100vw);
	}
	.row__feature08 .col02 .ja {
		font-size: .9375rem;
	}
}
/* flow
------------------------------------------------------------------*/
.bg__flow01 {
    padding-left: calc(340 / var(--break) * 100vw);
    padding-top: calc(220 / var(--break) * 100vw);
}
.box__flow01 {
	padding: calc(68 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) 0 calc(100 / var(--break) * 100vw);
}
.box__flow01::before {
	content: "";
    position: absolute;
	background: #f2eeec;
    width: 100%;
    height: calc(619 / var(--break) * 100vw);
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: -1;
}
.box__flow01 .en {
	font-size: 8.75rem;
    line-height: .8;
    top: calc(-82 / var(--break) * 100vw);
    left: calc(121 / var(--break) * 100vw);
    letter-spacing: .15em;
}
.ttl__flow01 .ja {
	width: 18%;
    padding-left: calc(20 / var(--break) * 100vw);
}
.ttl__flow01 .txt {
	width: 56%;
    font-weight: 300;
}
/* スライダー本体 */
.productSwiper {
	position: relative;
	margin: 0 auto calc(80 / var(--break) * 100vw);
	overflow: visible;
	padding-right: 12%;
}
.swiper-wrapper {
    padding-bottom: calc(85 / var(--break) * 100vw);
}
/* スライド内の画像とテキスト */
.productSwiper .swiper-slide {
	width: calc(320 / var(--break) * 100vw);
	box-shadow: 0px 0px 20px rgba(73, 17, 0, 0.1);
	border-radius: calc(10 / var(--break) * 100vw);
}
.swiper-slide .box {
	width: calc(100 / var(--break) * 100vw);
	height: calc(120 / var(--break) * 100vw);
	border-radius: calc(10 / var(--break) * 100vw) 0 0 0;
	left: 0;
	top: 0;
}
.swiper-slide .img {
	margin-bottom: calc(30 / var(--break) * 100vw);
}


/* 矢印 */
.swiper-arrows {
	position: absolute;
	top: calc(-126 / var(--break) * 100vw);
    right: calc(181 / var(--break) * 100vw);
	z-index: 10;
	width: calc(160 / var(--break) * 100vw);
	height: calc(62 / var(--break) * 100vw);
}
.productSwiper .custom-arrow {
	width: calc(62 / var(--break) * 100vw);
	height: calc(62 / var(--break) * 100vw);
	z-index: 20;
	cursor: pointer;
	transition: background-image 0.3s ease;
	margin-top: 0;
	top: 0;
}
/* 左矢印（前へ） */
.productSwiper .swiper-button-prev.custom-arrow {
	background: url("images/index/arw_flow01_l.png")no-repeat center / cover;
}
/* 右矢印（次へ） */
.productSwiper .swiper-button-next.custom-arrow {
	background: url("images/index/arw_flow01_r.png")no-repeat center / cover;
}
/* オン状態のとき（is-onクラスが付いたとき） */
.swiper-button-next.custom-arrow:hover {
	background: url("images/index/arw_flow01_r_on.png")no-repeat center / cover;
}
.swiper-button-prev.custom-arrow:hover {
	background: url("images/index/arw_flow01_l_on.png")no-repeat center / cover;
}
/* デフォルトのSwiper矢印非表示 */
.productSwiper .swiper-button-next::after,
.productSwiper .swiper-button-prev::after {
  display: none;
}
.custom-arrow {
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: auto;
}
/* 端に来たとき（押せない状態） */
.custom-arrow.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, calc(13 / var(--break) * 100vw));
    background-color: #ae938b;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #ae938b;
}
.swiper-pagination {
	left: 50%;
	transform: translateX(-14%);
	-webkit-transform: translateX(-14%);
	-ms-transform: translateX(-14%);
}
.box__flow02 {
    padding: calc(64 / var(--break) * 100vw) calc(80 / var(--break) * 100vw) calc(71 / var(--break) * 100vw);
    border: solid 1px #b68958;
	margin-bottom: calc(225 / var(--break) * 100vw);
}
.box__flow02 .deco {
	width: calc(30 / var(--break) * 100vw);
	right: 0;
	left: 0;
	top: calc(-10 / var(--break) * 100vw);
	margin: auto;
}
.box__flow02 > .txt {
	width: 95%;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg__flow01 {
		padding-left: calc(130 / var(--break) * 100vw);
		padding-top: calc(220 / var(--break) * 100vw);
	}
	.box__flow01 {
		padding: calc(68 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) 0 calc(100 / var(--break) * 100vw);
	}
	.box__flow01::before {
		height: calc(619 / var(--break) * 100vw);
	}
	.box__flow01 .en {
		font-size: 8.75rem;
		top: calc(-82 / var(--break) * 100vw);
		left: calc(121 / var(--break) * 100vw);
	}
	.ttl__flow01 .ja {
		padding-left: calc(20 / var(--break) * 100vw);
	}
	/* スライダー本体 */
	.productSwiper {
		margin: 0 auto calc(80 / var(--break) * 100vw);
		padding-right: 8%;
	}
	.swiper-wrapper {
		padding-bottom: calc(85 / var(--break) * 100vw);
	}
	/* スライド内の画像とテキスト */
	.productSwiper .swiper-slide {
		width: calc(300 / var(--break) * 100vw);
		border-radius: calc(10 / var(--break) * 100vw);
	}
	.swiper-slide .box {
		width: calc(100 / var(--break) * 100vw);
		height: calc(120 / var(--break) * 100vw);
		border-radius: calc(10 / var(--break) * 100vw) 0 0 0;
	}
	.swiper-slide .img {
		margin-bottom: calc(30 / var(--break) * 100vw);
	}
	/* 矢印 */
	.swiper-arrows {
		top: calc(-126 / var(--break) * 100vw);
		right: calc(181 / var(--break) * 100vw);
		width: calc(160 / var(--break) * 100vw);
		height: calc(62 / var(--break) * 100vw);
	}
	.productSwiper .custom-arrow {
		width: calc(62 / var(--break) * 100vw);
		height: calc(62 / var(--break) * 100vw);
	}
	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 var(--swiper-pagination-bullet-horizontal-gap, calc(13 / var(--break) * 100vw));
		background-color: #ae938b;
	}
	.swiper-pagination {
		left: 50%;
		transform: translateX(-4%);
		-webkit-transform: translateX(-4%);
		-ms-transform: translateX(-4%);
	}
	.box__flow02 {
		padding: calc(64 / var(--break) * 100vw) calc(80 / var(--break) * 100vw) calc(71 / var(--break) * 100vw);
		margin-bottom: calc(225 / var(--break) * 100vw);
	}
	.box__flow02 .deco {
		width: calc(30 / var(--break) * 100vw);
		top: calc(-10 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg__flow01 {
		padding-left: calc(100 / var(--break) * 100vw);
        padding-top: calc(180 / var(--break) * 100vw);
	}
	.box__flow01 {
		padding: calc(68 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) 0 calc(80 / var(--break) * 100vw);
	}
	.box__flow01::before {
		height: calc(619 / var(--break) * 100vw);
	}
	.box__flow01 .en {
		font-size: 8.75rem;
		top: calc(-82 / var(--break) * 100vw);
		left: calc(121 / var(--break) * 100vw);
	}
	.ttl__flow01 .ja {
		width: 17%;
		padding-left: calc(0 / var(--break) * 100vw);
		font-size: 1.75rem;
	}
	.ttl__flow01 .txt {
		margin-top: calc(5 / var(--break) * 100vw);
	}
	/* スライダー本体 */
	.productSwiper {
		margin: 0 auto calc(80 / var(--break) * 100vw);
		padding-right: 24%;
	}
	.swiper-wrapper {
		padding-bottom: calc(85 / var(--break) * 100vw);
	}
	/* スライド内の画像とテキスト */
	.productSwiper .swiper-slide {
		width: calc(300 / var(--break) * 100vw);
		border-radius: calc(10 / var(--break) * 100vw);
	}
	.swiper-slide .box {
		width: calc(80 / var(--break) * 100vw);
		height: calc(90 / var(--break) * 100vw);
		border-radius: calc(10 / var(--break) * 100vw) 0 0 0;
	}
	.swiper-slide .num {
		font-size: 2rem;
	}
	.swiper-slide .img {
		margin-bottom: calc(30 / var(--break) * 100vw);
	}
	.swiper-slide .ttl {
		font-size: 1.5rem;
	}
	/* 矢印 */
	.swiper-arrows {
		top: calc(-126 / var(--break) * 100vw);
        right: calc(100 / var(--break) * 100vw);
        width: calc(172 / var(--break) * 100vw);
        height: calc(62 / var(--break) * 100vw);
	}
	.productSwiper .custom-arrow {
		width: calc(62 / var(--break) * 100vw);
		height: calc(62 / var(--break) * 100vw);
	}
	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 var(--swiper-pagination-bullet-horizontal-gap, calc(13 / var(--break) * 100vw));
		background-color: #ae938b;
	}
	.swiper-pagination {
        left: 50%;
        transform: translateX(-4%);
        -webkit-transform: translateX(-6%);
        -ms-transform: translateX(-4%);
    }
	.box__flow02 {
		padding: calc(64 / var(--break) * 100vw) calc(80 / var(--break) * 100vw) calc(71 / var(--break) * 100vw);
		margin-bottom: calc(225 / var(--break) * 100vw);
	}
	.box__flow02 .deco {
		width: calc(30 / var(--break) * 100vw);
		top: calc(-10 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.bg__flow01 {
		padding: 0;
        padding-top: calc(80 / var(--break) * 100vw);
	}
	.box__flow01 {
		padding: calc(68 / var(--break) * 100vw) 0 calc(0 / var(--break) * 100vw);
    }
	.box__flow01::before {
		height: calc(1128 / var(--break) * 100vw);
        width: calc(726 / var(--break) * 100vw);
        right: 0;
        left: auto;
	}
	.box__flow01 .en {
		font-size: 4.375rem;
        top: calc(-82 / var(--break) * 100vw);
        right: 0;
        left: 0;
        letter-spacing: .05em;
        margin: auto;
        text-align: center;
	}
	.ttl__flow01 {
		margin-bottom: 15vw;
        width: 89%;
        margin-left: auto;
        margin-right: 4vw;
	}
	.ttl__flow01 .ja {
		width: 100%;
        padding-left: calc(0 / var(--break) * 100vw);
        font-size: .9375rem;
        text-align: center;
	}
	.ttl__flow01 .txt {
		margin-top: calc(28 / var(--break) * 100vw);
        width: 100%;
	}
	/* スライダー本体 */
	.productSwiper {
		margin: 0 auto calc(50 / var(--break) * 100vw);
		padding-right: 0;
	}
	.swiper-wrapper {
		padding-bottom: calc(85 / var(--break) * 100vw);
	}
	/* スライド内の画像とテキスト */
	.productSwiper .swiper-slide {
		width: 75% !important; /* ←ここがポイント！ */
		margin: 0 auto; /* 中央寄せ */
		border-radius: calc(10 / var(--break) * 100vw);
	}
	.swiper-slide .box {
		width: calc(100 / var(--break) * 100vw);
        height: calc(120 / var(--break) * 100vw);
		border-radius: calc(10 / var(--break) * 100vw) 0 0 0;
	}
	.swiper-slide .num {
        font-size: 1.25rem;
    }
	.swiper-slide .img {
		margin-bottom: calc(16 / var(--break) * 100vw);
	}
	.swiper-slide .ttl {
		font-size: 1.125rem;
        margin-bottom: 1vw;
	}
	.swiper-slide .txt.mh {
		line-height: 2;
	}
	/* 矢印 */
	.swiper-arrows {
		top: calc(-91 / var(--break) * 100vw);
        left: 0;
        right: 0;
        width: calc(183 / var(--break) * 100vw);
        height: calc(62 / var(--break) * 100vw);
        margin: auto;
	}
	.productSwiper .custom-arrow {
		width: calc(62 / var(--break) * 100vw);
		height: calc(62 / var(--break) * 100vw);
	}
	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 var(--swiper-pagination-bullet-horizontal-gap, calc(13 / var(--break) * 100vw));
		background-color: #ae938b;
	}
	.swiper-pagination {
		left: 0%;
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
	}
	.box__flow02 {
		padding: calc(63 / var(--break) * 100vw) calc(29 / var(--break) * 100vw) calc(58 / var(--break) * 100vw);
		margin-bottom: calc(180 / var(--break) * 100vw);
	}
	.box__flow02 .deco {
		width: calc(30 / var(--break) * 100vw);
        top: calc(-16 / var(--break) * 100vw);
	}
	.box__flow02 .ttl {
		font-size: 1.125rem;
		margin-bottom: 3vw;
	}
	.box__flow02 > .txt {
		width: 100%;
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 2;
	}
	.swiper-pagination-bullet {
		width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 4px));
		height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 4px));
	}
}
/* contact
------------------------------------------------------------------*/
.index_contact {
	background: url("images/index/bg_contact01.png")no-repeat left top / calc(685 / var(--break) * 100vw) auto,url("images/index/bg_contact02.png")no-repeat right top / calc(654 / var(--break) * 100vw) auto #eff1f6;
}
.index_contact .en {
	font-size: 8.75rem;
    line-height: .8;
    top: calc(-88 / var(--break) * 100vw);
    left: 0;
    right: 0;
    margin: auto;
    letter-spacing: .13em;
    text-align: center;
}
.row__contact01 {
	width: 90%;
    max-width: calc(1000 / var(--break) * 100vw);
}
.row__contact01 .col {
	width: 50%;
}
.row__contact01 .tel_head::before {
    content: "";
    position: absolute;
    width: calc(2 / var(--break) * 100vw);
    height: calc(100 / var(--break) * 100vw);
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: #ffffff;
    margin: auto;
}
.row__contact01 .web_head::before {
    display: none;
}
.row__contact02 .col {
	width: 32%;
    max-width: 400px;
}
.row__contact01 .tel_common {
	padding-left: calc(100 / var(--break) * 100vw);
}
.row__contact01 .tel_common .icn {
    width: calc(18 / var(--break) * 100vw);
}
.row__contact01 .web_common a .ja02::before {
    background: url(images/index/icn_contact02.svg) no-repeat center / cover;
    width: calc(30 / var(--break) * 100vw);
    height: calc(30 / var(--break) * 100vw);
}
.row__contact01 .web_common a:hover .ja02::before {
	background: url(images/index/icn_contact02_on.svg) no-repeat center / cover;
}
.row__contact01 .tel_common a,.row__contact01 .web_common a {
    height: calc(100 / var(--break) * 100vw);
}
.row__contact01 .web_common a .ja02 {
    padding-left: calc(47 / var(--break) * 100vw);
}
.row__contact02 .btn__common01 a {
    height: calc(100 / var(--break) * 100vw);
    background-color: #fff;
	box-shadow: 0px 0px 20px rgba(193, 199, 213, 0.1);
}
.row__contact02 .btn__common01 a::before {
    background: #491100;
}
.btn__common01 a:hover {
    background-color: #491100;
}
.btn__common01 a:hover .txt {
    color: #fff!important;
}
.row__contact02 .btn__common01 a:hover::before {
    background: #fff;
}
.row__contact02 .col a::after {
    content: "";
    position: absolute;
    width: calc(30 / var(--break) * 100vw);
    height: calc(38 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	left: calc(50 / var(--break) * 100vw);
	margin: auto;
}
.row__contact02 .col02 a {
	padding-left: calc(35 / var(--break) * 100vw);
}
.row__contact02 .col03 a {
	padding-left: calc(25 / var(--break) * 100vw);
}
.row__contact02 .col01 a::after {
	background: url("images/index/icn_contact03.svg") no-repeat center / cover;
}
.row__contact02 .col02 a::after {
	background: url("images/index/icn_contact04.svg") no-repeat center / cover;
}
.row__contact02 .col03 a::after {
	background: url("images/index/icn_contact05.svg") no-repeat center / cover;
}
.row__contact02 .col01 a:hover::after {
    background: url("images/index/icn_contact03_on.svg") no-repeat center / cover;
}
.row__contact02 .col02 a:hover::after {
    background: url("images/index/icn_contact04_on.svg") no-repeat center / cover;
}
.row__contact02 .col03 a:hover::after {
    background: url("images/index/icn_contact05_on.svg") no-repeat center / cover;
}
@media(min-width: 768px) and (max-width:1599px) {
	.index_contact {
		background: url("images/index/bg_contact01.png")no-repeat left top / calc(685 / var(--break) * 100vw) auto,url("images/index/bg_contact02.png")no-repeat right top / calc(654 / var(--break) * 100vw) auto #eff1f6;
	}
	.index_contact .en {
		top: calc(-88 / var(--break) * 100vw);
	}
	.row__contact01 .tel_head::before {
		width: calc(2 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
	}
	.row__contact01 .tel_common {
		padding-left: calc(100 / var(--break) * 100vw);
	}
	.row__contact01 .tel_common .icn {
		width: calc(18 / var(--break) * 100vw);
	}
	.row__contact01 .web_common a .ja02::before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
	}
	.row__contact01 .tel_common a,.row__contact01 .web_common a {
		height: calc(100 / var(--break) * 100vw);
	}
	.row__contact01 .web_common a .ja02 {
		padding-left: calc(47 / var(--break) * 100vw);
	}
	.row__contact02 .btn__common01 a {
		height: calc(100 / var(--break) * 100vw);
	}
	.row__contact02 .col a::after {
		width: calc(30 / var(--break) * 100vw);
		height: calc(38 / var(--break) * 100vw);
		left: calc(50 / var(--break) * 100vw);
	}
	.row__contact02 .col02 a {
		padding-left: calc(35 / var(--break) * 100vw);
	}
	.row__contact02 .col03 a {
		padding-left: calc(25 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_contact {
		background: url("images/index/bg_contact01.png")no-repeat left top / calc(485 / var(--break) * 100vw) auto,url("images/index/bg_contact02.png")no-repeat right top / calc(454 / var(--break) * 100vw) auto #eff1f6;
	}
	.index_contact .en {
		top: calc(-88 / var(--break) * 100vw);
	}
	.row__contact01 {
		width: 60%;
	}
	.row__contact01 .tel_head::before {
		width: calc(2 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
	}
	.row__contact01 .tel_common {
		padding-left: calc(50 / var(--break) * 100vw);
	}
	.row__contact01 .tel_common .icn {
		width: calc(18 / var(--break) * 100vw);
	}
	.row__contact01 .web_common a .ja02::before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
	}
	.row__contact01 .tel_common a,.row__contact01 .web_common a {
		height: calc(100 / var(--break) * 100vw);
	}
	.row__contact01 .web_common a .ja02 {
		padding-left: calc(47 / var(--break) * 100vw);
	}
	.row__contact02 .btn__common01 a {
		height: calc(100 / var(--break) * 100vw);
	}
	.row__contact02 .col a::after {
		width: calc(25 / var(--break) * 100vw);
		height: calc(33 / var(--break) * 100vw);
		left: calc(50 / var(--break) * 100vw);
	}
	.row__contact02 .col01 a {
		padding-left: calc(15 / var(--break) * 100vw);
	}
	.row__contact02 .col02 a {
		padding-left: calc(45 / var(--break) * 100vw);
	}
	.row__contact02 .col03 a {
		padding-left: calc(35 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.index_contact {
		background: url("images/index/bg_contact01_sp.png")no-repeat left top / 100% auto,url("images/index/bg_contact02_sp.png")no-repeat right bottom / 100% auto #eff1f6;
		padding: 7.5vw 0 11vw;
		margin-bottom: 13vw;
	}
	.index_contact .en {
		top: calc(-88 / var(--break) * 100vw);
        font-size: 4.375rem;
        letter-spacing: .03em;
	}
	.index_contact .ttl {
		font-size: 1rem;
        letter-spacing: 0;
        margin-bottom: 3vw;
	}
	.row__contact01 {
        width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
        display: block;
		margin-bottom: 6vw;
    }
	.row__contact01 .col {
		width: 100%;
	}
	.row__contact01 .tel_common {
        padding-left: calc(0 / var(--break) * 100vw);
    }
	.row__contact01 .tel_head::before {
		width: 100%;
        height: calc(2 / var(--break) * 100vw);
        left: 0;
        bottom: 0;
        top: auto;
	}
	/*tel*/
	.row__contact01 .tel_common a {
		justify-content: center!important;
		align-items: center!important;
    }
	.row__contact01 .tel_common {
		padding-left: calc(0 / var(--break) * 100vw);
	}
	.row__contact01 .tel_common .icn {
        width: calc(18 / var(--break) * 100vw);
        margin-right: 2vw;
        position: relative;
        top: -.3vw;
    }
	.row__contact01 .tel_common a .txt {
		font-size: .8125rem;
	}
	.row__contact01 .tel_common .flex {
        margin-bottom: 0;
    }
	.row__contact01 .tel_common .num {
        font-size: 1.5625rem;
		position: relative;
    }
	.row__contact01 .tel_common .num::before {
        content: "";
        position: absolute;
        background: url(images/page/arw01.svg) no-repeat center / cover;
        width: calc(11 / var(--break) * 100vw);
        height: calc(19 / var(--break) * 100vw);
        top: 0;
        bottom: -1vw;
        margin: auto;
        right: -3vw;
    }
	/*web*/
	.row__contact01 .web_common a .ja01 {
		font-size: .8125rem;
	}
	.row__contact01 .web_common a .ja02 {
		font-size: 1.5625rem;
		padding-left: calc(47 / var(--break) * 100vw);
	}
	.row__contact01 .web_common a .ja02::before {
		width: calc(36 / var(--break) * 100vw);
		height: calc(35 / var(--break) * 100vw);
	}
	.row__contact01 .web_common a .ja02::after {
        content: "";
        position: absolute;
        background: url(images/page/arw01.svg) no-repeat center / cover;
        width: calc(11 / var(--break) * 100vw);
        height: calc(19 / var(--break) * 100vw);
        top: 0;
        bottom: -1vw;
        margin: auto;
        right: -3vw;
    }
	.row__contact01 .web_common a {
		padding-bottom: 0;
		padding-top: 2vw;
    }
	/*共通*/
	.row__contact01 .tel_common a,.row__contact01 .web_common a {
        height: calc(135 / var(--break) * 100vw);
    }
	.row__contact02 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
	}
	.row__contact02 .col:nth-child(n+2) {
		margin-top: calc(20 / var(--break) * 100vw);
	}
	.row__contact02 .col01 a {
		padding-left: calc(92 / var(--break) * 100vw);
	}
	.row__contact02 .col02 a {
		padding-left: calc(82 / var(--break) * 100vw);
	}
	.row__contact02 .col03 a {
		padding-left: calc(84 / var(--break) * 100vw);
	}
	.row__contact02 .col a::after {
		width: calc(43 / var(--break) * 100vw);
		height: calc(54 / var(--break) * 100vw);
	}
	.row__contact02 .col01 a::after {
        left: 18vw;
    }
	.row__contact02 .col02 a::after {
        left: 15vw;
    }
	.row__contact02 .col03 a::after {
        left: 16vw;
    }
	.row__contact02 .btn__common01 a::before {
        width: calc(6 / var(--break) * 100vw);
        height: calc(6 / var(--break) * 100vw);
        right: calc(40 / var(--break) * 100vw);
    }
	.row__contact02 .btn__common01 .txt {
        font-size: .8125rem;
		letter-spacing: .1em;
    }
}
/* insta
------------------------------------------------------------------*/
.bg__insta01 {
	border-bottom: solid 1px #e5d7d3;
}
.ttl__insta01,.wrap_insta {
	width: 90%;
    max-width: 1240px;
}
.ttl__insta01 .icn {
	width: calc(40 / var(--break) * 100vw);
}
.ttl__insta01 .en {
	line-height: .8;
}
.btn__common02 {
	width: calc(160 / var(--break) * 100vw);
}
.btn__common02 a {
	height: calc(40 / var(--break) * 100vw);
	transition: .3s;
}
.btn__insta01 {
	right: 0;
	bottom: calc(-13 / var(--break) * 100vw);
}
.btn__common02 a:hover {
    background-color: #b68958!important;
    transition: .3s;
	opacity: 1;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl__insta01 .icn {
		width: calc(40 / var(--break) * 100vw);
	}
	.btn__common02 {
		width: calc(160 / var(--break) * 100vw);
	}
	.btn__common02 a {
		height: calc(40 / var(--break) * 100vw);
	}
	.btn__insta01 {
		bottom: calc(-13 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.index_insta {
		margin-bottom: 6vw;
	}
	.index_insta > .inner1500 {
		max-width: 100%;
	}
	.bg__insta01 {
		padding: 13vw 0 7vw;
	}
	.ttl__insta01 {
        justify-content: flex-start !important;
        width: 92%;
        max-width: 100%;
        margin-bottom: 4vw;
    }
	.ttl__insta01 .icn {
		width: calc(38 / var(--break) * 100vw);
	}
	.ttl__insta01 .en {
		font-size: 1.875rem;
	}
	.btn__common02 {
		width: calc(178 / var(--break) * 100vw);
	}
	.btn__common02 a {
		height: calc(46 / var(--break) * 100vw);
		border-radius: 100vh;
		padding-bottom: 1px;
	}
	.btn__common02 a .txt {
		font-size: .75rem;
		letter-spacing: 0;
	}
	.btn__insta01 {
		bottom: calc(-13 / var(--break) * 100vw);
	}
	.wrap_insta {
		width: 93%;
		max-width: 100%;
	}
}

/* トピックス index_topics
------------------------------------------------------------------*/
.ttl__topics01 {
	width: 92%;
    max-width: 1370px;
}
.index_topics .btn__common02 {
    right: 0;
    bottom: calc(7 / var(--break) * 100vw);
}
.list__topics01:after {
	content: "";
	width: 32%;
	max-width: 390px;
}
.list__topics01 li {
	width: 32%;
	max-width: 460px;
}
.list__topics01 a {
	background: url("images/index/bg__topics02.svg")no-repeat left top / calc(80 / 1920 * 100vw);
}
.list__topics01 .txt_post .txt_excerpt {
	line-height: 1.67;
	margin-top: calc(5 / 1920 * 100vw);
}
.list__topics01 .thmb {
	width: calc(130 / var(--break) * 100vw);
}
.list__topics01 .thmb img {
	height: calc(130 / var(--break) * 100vw);
}
.list__topics01 .txt_post {
    width: calc(100% - calc(160 / var(--break) * 100vw));
}
.list__topics01 .txt_post h4 {
    font-size: 1.125rem;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.btn__insta01 {
		bottom: calc(7 / var(--break) * 100vw);
	}
	.list__topics01 a {
		background: url("images/index/bg__topics02.svg")no-repeat left top / calc(80 / 1920 * 100vw);
	}
	.list__topics01 .txt_post .txt_excerpt {
		margin-top: calc(5 / 1299 * 100vw);
	}
	.list__topics01 .thmb {
		width: calc(130 / var(--break) * 100vw);
	}
	.list__topics01 .thmb img {
		height: calc(130 / var(--break) * 100vw);
	}
	.list__topics01 .txt_post {
		width: calc(100% - calc(160 / var(--break) * 100vw));
	}
}
@media(max-width: 767px) {
	.index_topics {
		margin-bottom: 0;
		padding-bottom: 13vw;
	}
	.ttl__topics01 {
		width: 100%;
		margin-bottom: 5vw;
	}
	.ttl__topics01 .en {
		font-size: 1.875rem;
		padding-bottom: 0.5vw;
		margin-right: 1vw;
	}
	.ttl__topics01 .ja {
		font-size: .8125rem;
        position: relative;
        top: 1vw;
	}
	.btn__topics01 {
		width: calc(160 / var(--break) * 100vw);
		top: calc(5 / var(--break) * 100vw);
		right: 4vw;
	}
	.btn__topics01 a {
		height: calc(40 / var(--break) * 100vw);
	}
	.btn__topics01 a::after {
		border-width: calc(7 / var(--break) * 100vw);
	}
	.btn__topics01 .en {
		font-size: .8125rem;
		margin-top: 0;
	}
	.list__topics01 {
		display: block;
	}
	.list__topics01:after {
		display: none;
	}
	.list__topics01 li {
		width: 100%;
		max-width: 100%;
	}
	.list__topics01 a {
		padding: calc(30 / 750 * 100vw) 0;
	}
	.list__topics01 .thmb {
		width: calc(200 / 750 * 100vw);
	}
	.list__topics01 .thmb img {
		height: calc(200 / 750 * 100vw);
	}
	.date__topics {
		font-size: .875rem;
        letter-spacing: 0;
        margin-bottom: 2.5vw;
	}
	.list__topics01 .txt_post h4 {
        font-size: 1rem;
        letter-spacing: .05em;
    }
	.list__topics01 .txt_post {
        width: calc(100% - calc(224 / 750 * 100vw));
    }
	.list__topics01 .txt_post .txt_excerpt {
        line-height: 1.6;
        margin-top: calc(6 / 750 * 100vw);
    }
	.list__topics01 .txt_post .txt_excerpt .more {
		font-size: .875rem;
		letter-spacing: 0;
	}
}

/* recruit
------------------------------------------------------------------*/
.row__recruit01 {
	width: 97%;
    max-width: 1780px;
	z-index: 2;
}
.row__recruit01 .col {
	width: 33%;
    max-width: 580px;
}
.btn__recruit01 {
    width: calc(231 / var(--break) * 100vw);
    height: calc(233 / var(--break) * 100vw);
	right: calc(30 / var(--break) * 100vw);
	bottom: calc(-137 / var(--break) * 100vw);
}
.row__recruit01 .en {
	font-size: 10.625rem;
    line-height: .8;
    right: calc(-25 / var(--break) * 100vw);
    bottom: 0px;
    letter-spacing: .12em;
}
.list__recruit01 {
	width: 26.5%;
}
.list__recruit01 li:not(:first-child) {
    margin-top: calc(24 / var(--break) * 100vw);
}
.list__recruit01 li:before {
    content: "";
    position: absolute;
    width: calc(20 / var(--break) * 100vw);
    height: calc(22 / var(--break) * 100vw);
    background: url(images/index/icn_recruit01.svg) no-repeat center / cover;
    border-radius: 0%;
    left: calc(-26 / var(--break) * 100vw);
    top: calc(15 / var(--break) * 100vw);
}
.ttl__recruit01 {
	top: calc(26 / var(--break) * 100vw);
    right: calc(55 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.btn__recruit01 {
		width: calc(231 / var(--break) * 100vw);
		height: calc(233 / var(--break) * 100vw);
		right: calc(55 / var(--break) * 100vw);
		bottom: calc(-137 / var(--break) * 100vw);
	}
	.row__recruit01 .en {
		font-size: 9.625rem;
		right: calc(-25 / var(--break) * 100vw);
	}
	.list__recruit01 {
		width: 31.5%;
	}
	.list__recruit01 li:not(:first-child) {
		margin-top: calc(24 / var(--break) * 100vw);
	}
	.list__recruit01 li:before {
		width: calc(20 / var(--break) * 100vw);
		height: calc(22 / var(--break) * 100vw);
		left: calc(-26 / var(--break) * 100vw);
		top: calc(15 / var(--break) * 100vw);
	}
	.ttl__recruit01 {
		top: calc(26 / var(--break) * 100vw);
        right: calc(55 / var(--break) * 100vw);
        font-size: 2.125rem;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.btn__recruit01 {
		width: calc(231 / var(--break) * 100vw);
		height: calc(233 / var(--break) * 100vw);
		right: calc(55 / var(--break) * 100vw);
		bottom: calc(-137 / var(--break) * 100vw);
	}
	.row__recruit01 .en {
		font-size: 7.625rem;
		right: calc(-25 / var(--break) * 100vw);
	}
	.list__recruit01 {
		width: 40.5%;
        margin-left: 39%;
	}
	.list__recruit01 li:not(:first-child) {
		margin-top: calc(24 / var(--break) * 100vw);
	}
	.list__recruit01 li:before {
		width: calc(20 / var(--break) * 100vw);
		height: calc(22 / var(--break) * 100vw);
		left: calc(-26 / var(--break) * 100vw);
		top: calc(15 / var(--break) * 100vw);
	}
	.ttl__recruit01 {
		top: calc(26 / var(--break) * 100vw);
        right: calc(55 / var(--break) * 100vw);
        font-size: 2rem;
	}
}
@media(max-width: 767px) {
	.index_recruit {
		position: relative;
		z-index: 2;
	}
	.row__recruit01 {
		width: 100%;
		max-width: 100%;
		position: static;
	}
	.row__recruit01 .col01 {
		width: 100%;
		max-width: 100%;
		position: static;
	}
	.row__recruit01 .col02 {
		width: 100%;
		max-width: calc(368 / var(--break) * 100vw);
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.row__recruit01 .col03 {
		width: 100%;
		max-width: calc(368 / var(--break) * 100vw);
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.btn__recruit01 {
		width: calc(231 / var(--break) * 100vw);
        height: calc(233 / var(--break) * 100vw);
        right: 0;
        bottom: 34vw;
        left: -1vw;
        margin: auto;
		z-index: 5;
	}
	.row__recruit01 .en {
		font-size: 4.375rem;
        right: auto;
        position: relative;
        bottom: 15vw;
        z-index: 2;
        left: 0;
        margin-left: auto;
        letter-spacing: 0;
	}
	.wrap__recruit01 {
		padding: 2vw 0 71vw;
        margin-bottom: 26vw;
		position: relative;
		z-index: 0;
	}
	.list__recruit01 {
        width: 73%;
        margin-left: auto;
        font-size: 1rem;
    }
	.list__recruit01 li {
        padding-left: 7vw;
    }
	.list__recruit01 li:not(:first-child) {
		margin-top: calc(24 / var(--break) * 100vw);
	}
	.list__recruit01 li:before {
		width: calc(20 / var(--break) * 100vw);
		height: calc(22 / var(--break) * 100vw);
		left: calc(0 / var(--break) * 100vw);
		top: calc(15 / var(--break) * 100vw);
	}
	.ttl__recruit01 {
        top: calc(-65 / var(--break) * 100vw);
        right: 0;
        left: 0;
        font-size: 1.25rem;
        text-align: center;
        letter-spacing: 0;
    }
}


/* フッター footer
------------------------------------------------------------------*/
.wrap_foot01 {
	border-bottom: solid 1px #e5d7d3;
}
.logo_foot {
	width: calc(474 / var(--break) * 100vw);
}
.row_foot02 .line_common {
    width: calc(200 / var(--break) * 100vw);
}
.row_foot01 > .col_l {
	width: 45%;
}
.row_foot01 .tbl_time {
	margin-right: auto;
	margin-left: auto;
}
.row_foot01 > .col_r {
	width: 50%;
}
.row_foot03 {
	width: 80%;
}
.row_foot03 .col_l {
	width: 65%;
}
.row_foot03 .col_r {
	width: 40%;
}
.row_foot03 .col .icn {
	width: calc(90 / var(--break) * 100vw);
}

.pagetop {
	position: fixed;
	right: calc(30 / var(--break) * 100vw);
	bottom: calc(30 / var(--break) * 100vw);
	z-index: 1000;
	width: calc(101 / var(--break) * 100vw);
}
/*sitemap*/
.row_sitemap01 .col_l {
	width: 45.5%;
}
.row_sitemap01 .col_r {
	width: 48%;
}
.row_sitemap02 .logo {
	width: calc(260 / var(--break) * 100vw);
	max-width: 260px;
}
.row_sitemap02 .bnr {
	width: 44%;
	max-width: 300px;
}
.row_sitemap04 .col {
	width: 48%;
}
.row_sitemap04 .col li {
	padding-left: calc(46 / var(--break) * 100vw);
}
.list_foot li:not(:first-child) {
    margin-top: calc(16 / var(--break) * 100vw);
}
.list_foot li:before {
    content: "";
    position: absolute;
    width: calc(20 / var(--break) * 100vw);
    height: 1px;
    background-color: #fff;
    left: calc(1 / var(--break) * 100vw);
    top: 0;
    bottom: 0;
    border-radius: 0;
    margin: auto;
}
.copyright {
	height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(80 / var(--break) * 100vw);
	writing-mode: vertical-rl;
    text-orientation: mixed;
	letter-spacing: .3em;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.logo_foot {
		width: calc(440 / var(--break) * 100vw);
	}
	.row_foot02 .line_common {
		width: calc(200 / var(--break) * 100vw);
	}
	.row_foot03 {
		width: 95%;
	}
	.row_foot03 .col .icn {
		width: calc(70 / var(--break) * 100vw);
	}
	.pagetop {
		right: calc(30 / var(--break) * 100vw);
		bottom: calc(30 / var(--break) * 100vw);
		width: calc(101 / var(--break) * 100vw);
	}
	/*sitemap*/
	.row_sitemap02 .logo {
		width: calc(260 / var(--break) * 100vw);
	}
	.row_sitemap04 .col li {
		padding-left: calc(46 / var(--break) * 100vw);
	}
	.list_foot li:not(:first-child) {
		margin-top: calc(16 / var(--break) * 100vw);
	}
	.list_foot li:before {
		width: calc(20 / var(--break) * 100vw);
		left: calc(1 / var(--break) * 100vw);
	}
	.copyright {
		width: calc(80 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.main_foot {
		padding-top: 11vw;
	}
	.row_foot01 {
		display: block;
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 9vw;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.row_foot02 {
		display: block;
	}
	.wrap_foot01 .col {
		width: 100%;
	}
	.logo_foot {
        width: calc(556 / var(--break) * 100vw);
        margin: 0 auto 3vw;
    }
	.row_foot02 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.wrap_foot01 {
		border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 5vw;
	}
	/*tel*/
	.tel_common,.web_common,.line_common {
        width: 100%;
    }
	 .tel_common a {
		justify-content: center!important;
		align-items: center!important;
    }
	 .tel_common {
		padding-left: calc(0 / var(--break) * 100vw);
	}
	 .tel_common .icn {
        width: calc(18 / var(--break) * 100vw);
        margin-right: 2vw;
        position: relative;
        top: -.3vw;
    }
	 .tel_common a .txt {
		font-size: .8125rem;
	}
	 .tel_common .flex {
        margin-bottom: 0;
    }
	 .tel_common .num {
        font-size: 1.5625rem;
		position: relative;
    }
	/*web*/
	.web_common a {
        padding-bottom: 0;
        padding-top: 0vw;
    }
	 .web_common a .ja01 {
		font-size: .8125rem;
	}
	 .web_common a .ja02 {
		font-size: 1.5625rem;
		padding-left: calc(47 / var(--break) * 100vw);
	}
	 .web_common a .ja02::before {
		width: calc(36 / var(--break) * 100vw);
		height: calc(35 / var(--break) * 100vw);
	}
	 .web_common a {
		padding-bottom: 0;
		padding-top: 0;
    }
	/*line*/
	.row_foot02 .line_common {
		width: 100%;
	}
	.line_common a {
        height: calc(105 / var(--break) * 100vw)!important;
    }
	.line_common a .ja {
        font-size: 1.5625rem;
        padding-left: calc(47 / var(--break) * 100vw);
		padding-top: 0;
    }
	.line_common a .ja::before {
		content: "";
		position: absolute;
		background: url(images/page/icn_line01.png) no-repeat center / cover;
		width: calc(40 / var(--break) * 100vw);
		height: calc(38 / var(--break) * 100vw);
		left: -1px;
		right: auto;
		top: 1px;
		bottom: 0;
		margin: auto;
	}
	/*共通*/
	.tel_common a,.web_common a,.line_common a {
        height: calc(150 / var(--break) * 100vw);
    }
	.tel_common .num::after,.web_common .ja02::after,.line_common .ja::after {
        content: "";
        position: absolute;
        background: url(images/page/arw01.svg) no-repeat center / cover;
        width: calc(11 / var(--break) * 100vw);
        height: calc(19 / var(--break) * 100vw);
        top: 0;
        bottom: -1vw;
        margin: auto;
        right: -3vw;
    }
	.address_foot {
		line-height: 1.8;
		margin-bottom: 3vw;
	}
	.row_foot03 {
		width: 90%;
        padding-left: 1vw;
        align-items: center;
	}
	.row_foot03 .col_l {
		width: 70%;
	}
	.row_foot03 .col_r {
		width: 40%;
	}
	.row_foot03 .col .icn {
		width: calc(90 / var(--break) * 100vw);
	}
	.row_foot03 .col .txt {
		font-size: .8125rem;
		letter-spacing: 0;
		text-align: left;
	}
	.pagetop {
		right: calc(30 / var(--break) * 100vw);
		bottom: calc(30 / var(--break) * 100vw);
		width: calc(101 / var(--break) * 100vw);
	}
	/*sitemap*/
	.bg_sitemap {
		padding: 8vw 0 0vw;
	}
	.row_sitemap01 {
		padding-bottom: 6.5vw;
	}
	.row_sitemap01 .col_l {
		width: 100%;
		margin-bottom: 6.5vw;
	}
	.row_sitemap01 .col_r {
		width: 100%;
	}
	.row_sitemap02 {
		flex-direction: column!important;
		align-items: center!important;
	}
	.row_sitemap02 .logo {
		width: calc(260 / var(--break) * 100vw);
        margin-bottom: 8vw;
	}
	.row_sitemap02 .bnr {
		width: 81%;
		max-width: calc(491 / var(--break) * 100vw);
	}
	.row_sitemap04 .col {
		width: 100%;
	}
	.row_sitemap04 .col:nth-child(n+2) {
		margin-top: calc(18 / var(--break) * 100vw);
	}
	.row_sitemap04 .col li {
        padding-left: 9vw;
    }
	.list_foot {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.list_foot li:not(:first-child) {
		margin-top: calc(18 / var(--break) * 100vw);
	}
	.list_foot li:before {
		width: calc(20 / var(--break) * 100vw);
		left: 3vw;
	}
	.copyright {
		font-size: 75%;
        letter-spacing: .15em;
        padding: 4vw 0 20vw;
        height: auto;
        position: relative;
        writing-mode: horizontal-tb;
        width: 100%;
	}
	.pagetop {
		display: none!important;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 9;
	}
	.fix_tel {
		width: calc(250 / var(--break) * 100vw);
	}
	.fix_web {
		width: calc(175 / var(--break) * 100vw);
	}
	.fix_line {
		width: calc(175 / var(--break) * 100vw);
	}
	.pagetop_sp {
		width: calc(150 / var(--break) * 100vw);
	}
	.fix a {
		display: block;
	}
}

/* グーグルマップ
------------------------------------------------------------------*/
.map {
	position: relative;
	width: 100%;
	padding: calc(500 / var(--break) * 100vw) 0 0 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: calc(-150 / var(--break) * 100vw);
	height: calc(100% + calc(150 / var(--break) * 100vw));
}
.btn_map {
	width: calc(240 / var(--break) * 100vw);
	font-size: 1.25rem;
	letter-spacing: .05em;
	left: calc(30 / var(--break) * 100vw);
	top: calc(30 / var(--break) * 100vw);
	z-index: 1;
}
.btn_map a {
	height: calc(60 / var(--break) * 100vw);
	background: url("images/page/icn_map.svg")no-repeat left calc(50 / var(--break) * 100vw) center / calc(16 / var(--break) * 100vw) auto;
	padding-left: calc(30 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.map iframe {
		margin-top: calc(-200 / var(--break) * 100vw);
		height: calc(100% + calc(200 / var(--break) * 100vw));
	}
	.btn_map {
		width: calc(600 / var(--break) * 100vw);
		margin: 0 auto calc(60 / var(--break) * 100vw);
		font-size: 1.0625rem;
		letter-spacing: 0;
		position: relative;
		left: auto;
		top: auto;
	}
	.btn_map a {
		border-radius: 100vh;
        height: calc(100 / var(--break) * 100vw);
        background-position: left 4vw center;
        background-size: calc(30 / var(--break) * 100vw) auto;
        padding-left: 0;
	}
}
