@charset "utf-8";
/*
Theme Name: res
Version: 1.5.1
Author: T8,Inc.
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap');
:root {
	--break: 1920;
	--guideline-color: #b19143;
	font-size: calc(16 / var(--break) * 100vw);
	--color01: #F5F2ED;
	--color02: #241D14;
	--color03: #ACA399;
	--color04: #FFFFFF;
	--color05: #8A8468;
	--color06: #423f34;
	--color07: #b19143;
	--color08: #33365a;
	--color09: #2e7698;

    --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: #b19143;
	text-decoration: underline;
}

/*ここまで*/
html, body {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
	color: #423f34;
	letter-spacing: .1em;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.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,.inner1600
{
	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;
}
.inner1600 {
	max-width: 1600px;
}
.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); }
.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; }

.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;
}
@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;
	}
	
	.inner1600 {
		width: 95%;
	}
}
@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,.inner1600 {
		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;
	}
}


/* ヘッダー header
------------------------------------------------------------------*/
header {
	width: 100%;
	padding: 0 calc(20 / var(--break04)) 0 0;
	z-index: 10;
}
header .hdg1 {
	width: calc(283 / var(--break04));
}
header .col_address {
	width: calc(740 / var(--break03));
	padding-top: calc(20 / var(--break04));
}
header .btn_tel_common{
	width: calc(350 / var(--break04));
}
@media(min-width: 768px) {
	.home header {
		padding-left: calc(30 / var(--break04));
	}
	.home header .hdg1 {
		padding-top: calc(20 / var(--break04));
		width: calc(223 / var(--break04));
	}
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.home header {
		padding: calc(25 / 750 * 100vw) calc(20 / 750 * 100vw) 0 calc(24 / 750 * 100vw);
	}

	header .col_address {
		display: none;
	}
}


/* メインイメージ 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/main_img.png)no-repeat center / cover;
}

.main_img_circle_c{
	width: calc(224 / var(--break04));
	height: calc(224 / var(--break04));
	line-height: 1.6;
	color: #fff;
	background: #423f34;
	border-radius: 100%;
	position: absolute;
}
.main_img_circle_c::before{
	content: "";
	width: calc(100% - 14 / var(--break04));
	height: calc(100% - 14 / var(--break04));
	margin: auto;
	border: 1px solid #fff;
	border-radius: 100%;
	position: absolute;
	inset: 0;
}

.main_img_circle_c .fz18{
	font-size: calc(18 / var(--break04));
}
.main_img_circle_c .fz23{
	letter-spacing: 0;
	font-size: calc(23 / var(--break04));
}
.main_img_circle_c .fz22{
	letter-spacing: 0;
	font-size: calc(22 / var(--break04));
}
.main_img_circle_c .fz32{
	letter-spacing: 0;
	font-size: calc(32 / var(--break04));
}

.main_img_circle{
	top: calc(70 / 1920 * 100vw);
	right: 0;
	left: calc(700 / 1920 * 100vw);
	z-index: 1;
}
.main_img_circle02{
	padding-top: calc(10 / 1920 * 100vw);
	background: #b19143;
	bottom: calc(60 / 1920 * 100vw);
	left: calc(60 / 1920 * 100vw);
}
.main_img_circle03{
	color: #423f34;
	background: #fff;
	bottom: calc(140 / 1920 * 100vw);
	right: calc(50 / 1920 * 100vw);
}
.main_img_circle03::before{
	border-color:  #b19143;
}

.main_img_deco01{
	width: calc(906 / 1920 * 100vw);
	height: calc(856 /1920 * 100vw);
	margin: auto;
	position: absolute;
	bottom: calc(30 / 1920 * 100vw);
	right: calc(60 / 1920 * 100vw);
	z-index: 3;
}
.main_img_deco02{
	width: calc(720 / var(--break04));
	height: calc(270 / var(--break04));
	margin: auto;
	position: absolute;
	bottom: calc(70 / var(--break04));
    right: calc(315 / 1920 * 100vw);
	z-index: 1;
}
.main_img_cover_catch{
	width: calc(1000 / var(--break04));
	height: calc(300 / var(--break04));
	margin: auto;
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(160 / 1920 * 100vw);
}
.main_img_catch{
	line-height: 1.5;
	letter-spacing: 0;
	font-size: calc(80 / var(--break04));
}
.main_img_catch .fz66{
	letter-spacing: -.04em;
	font-size: calc(66 / var(--break04));
}
@media(min-width: 768px) and (max-width:1899px) {
    .main_img .slide_main li {
        min-height: auto;
        height: calc(940 / var(--break04)) !important;
    }
}
@media(min-width: 768px) and (max-width:1599px) {
	.main_img_deco01{
		width: calc(906 / 1800 * 100vw);
		height: calc(856 / 1800 * 100vw);
	}
	.main_img_deco02{
		width: calc(720 / 1800 * 100vw);
		height: calc(270 / 1800 * 100vw);
		right: calc(315 / 1800 * 100vw);
	}
	.main_img_circle {
		left: calc(670 / 1920 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.main_img_deco01{
		width: calc(906 / 1750 * 100vw);
		height: calc(856 / 1750 * 100vw);
		bottom: calc(30 / 1920 * 100vw);
		right: calc(30 / 1920 * 100vw);
	}
	.main_img_cover_catch{
		width: calc(1000 / 1700 * 100vw);
		height: calc(300 / 1700 * 100vw);
		right: calc(160 / 1920 * 100vw);
	}
	.main_img_catch{
		font-size: calc(80 / 1800 * 100vw);
	}
	.main_img_catch .fz66{
		font-size: calc(66 / 1800 * 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.main_img::before {
		content: "";
		width: calc(750 / 750 * 100vw);
		height: calc(1080 / 750 * 100vw);
		margin: auto;
		background: url(images/index/main_img_ballon_sp.png)no-repeat center / cover;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 1;
	}
	.main_img .slide_main li {
		min-height: auto;
		height: calc(100svh - calc(120 / var(--break) * 100vw));
	}

	.main01 {
		background: url(images/index/main_img_sp.png)no-repeat center / cover;
	}

	.main_img_deco01{
		width: calc(425 / 750 * 100vw);
		height: calc(986 / 750 * 100vw);
		z-index: 4;
	}
	.main_img_deco02{
		width: calc(502 / 750 * 100vw);
		height: calc(256 / 750 * 100vw);
        bottom: calc(55 / 750 * 100vw);
        left: 3vw;
        right: auto;
	}

	.main_img_cover_catch{
		width: calc(470 / 750 * 100vw);
		height: calc(84 / 750 * 100vw);
		top: 40vw;
        bottom: 0;
        right: 0;
		z-index: 2;
	}
	.main_img_catch{
        line-height: 2;
		letter-spacing: 0;
		font-size: calc(36 / 750 * 100vw);
	}
	.main_img_catch .fz66{
		font-size: calc(36 / 750 * 100vw);
	}

	
	.main_img_circle_c{
		line-height: 1.2;
		z-index: 3;
	}
	.main_img_circle_c::before{
		width: calc(100% - 14 / 750 * 100vw);
		height: calc(100% - 14 / 750 * 100vw);
	}
	.main_img_circle_c .fz18{
		line-height: 0;
		font-size: calc(20 / 750 * 100vw);
	}
	.main_img_circle_c .fz22{
		letter-spacing: 0;
		font-size: calc(22 / var(--break04));
	}
	.main_img_circle_c .fz32{
		letter-spacing: 0;
		font-size: calc(32 / var(--break04));
	}

	.main_img_circle{
		padding-top: 3vw;
		top: auto;
		bottom: calc(660 / 750 * 100vw);
		right: 0;
		left: calc(635 / 1920 * 100vw);
	}
	.main_img_circle .copy{
		line-height: 1.35;
	}
	.main_img_circle02{
		padding-top: 2vw;
        top: calc(460 / 750 * 100vw);
        bottom: auto;
        left: auto;
        right: calc(50 / 750 * 100vw);
	}
	.main_img_circle02 .copy{
		line-height: 1.6;
		font-size: calc(23 / 750 * 100vw);
	}
	.main_img_circle03{
		bottom: calc(90 / 750 * 100vw);
        right: calc(20 / 750 * 100vw);
	}

}
@media(min-width: 768px) {
	.sp_address_sp{
		display: none;
	}	
}
@media only screen and (max-width: 767px) {
	.sp_address_sp{
		padding: 4vw 0;
	}
	.sp_address_sp .txt_address_common .deco::before{
		background: url(images/page/icn_map04.svg)no-repeat center / contain;
	}
}
/*  グローバルナビゲーション gnav
------------------------------------------------------------------*/
.gnav {
	transition: .3s;
	width: 100%;
}
/* .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;
}
.fix_nav.is_fixed  {
	transition: .5s;
	transform: translateY(0);
	opacity: 1;
	z-index: 10;
}
.gnav > ul {
	max-width: 1280px;
	width: 100%;
	position: relative;
}
.gnav > ul > li {
	-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(120 / var(--break03));
	font-family: "shippori-mincho", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	position: relative;
}
.gnav > ul > li > a:before{
	content: "";
	width: calc(30 / var(--break03));
	height: calc(15 / var(--break03));
	margin: auto;
	background: #b19143;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	opacity: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.gnav > ul > li > a.active::before, 
.gnav > ul > li > a.open:before, 
.gnav > ul > li > a:hover:before
{
    opacity: 1;
    transition: .3s;
}
.gnav > ul > li:not(.last) > a:after {
	content: "";
	position: absolute;
	width: 1px;
	height: calc(60 / var(--break02));
	border-right: 1px solid #fff;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}
.gnav .ja {
	display: block;
	line-height: 1;
	font-size: calc(20 / var(--break04));
}
.gnav .nav_sub {
	display: none;
	width: calc(960 / var(--break03));
	margin: auto;
	padding: calc(60 / var(--break04)) calc(40 / var(--break04));
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 3;
}
.gnav .nav_sub::before {
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background: url(images/page/ptn_02.png)repeat;
	opacity: .9;
	position: absolute;
	inset: 0;
	z-index: -9;
}
.gnav .nav_sub ul{
	max-width: 100%;
	width: calc(800 / var(--break03));
	margin: auto;
}
.gnav .nav_sub li {width: 48.5%;}
.gnav .nav_sub li:nth-of-type(n + 3) {
	margin-top: calc(20 / var(--break03));
}
.gnav .nav_sub li a {
	display: flex;
	padding: calc(10 / var(--break03)) 0 calc(10 / var(--break03)) calc(55 / var(--break03));
	font-size: calc(20 / var(--break03));
	font-family: "shippori-mincho", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	background: #2e7698;
	position: relative;
}
.gnav .nav_sub li a:before {
    content: "";
    width: calc(10 / var(--break03));
    height: calc(10 / var(--break03));
    margin: auto;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(28 / var(--break03));
    z-index: 1;
    transform: rotate(-45deg);
    transition: all .3s;
}
.gnav .btn_nav_sub{
	width: calc(460 / var(--break03));
	height: calc(80 / var(--break03));
	margin: 0 auto calc(40 / var(--break03));
	font-size: calc(24 / var(--break03));
	background: #fff;
	border: 2px solid #423f34;
	position: relative;
	z-index: 1;
}
.gnav .btn_nav_sub::before{
	content: "";
    width: calc(10 / var(--break03));
    height: calc(10 / var(--break03));
    margin: auto;
    border-bottom: 2px solid #b19143;
    border-right: 2px solid #b19143;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(20 / var(--break03));
    z-index: 1;
    transform: rotate(-45deg);
    transition: all .3s;
}
.fix_nav {
	padding: 0 0 0 calc(140 / var(--break05));
}
.fix_nav .gnav {
	width: calc(1280 / var(--break04));
}
.fix_nav .gnav > ul {
	max-width: 100%;
}
.fix_nav .gnav > ul > li {
	position: relative;
}
.fix_nav .gnav .nav_sub {
	margin: none;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
}
.fix_nav .btn_tel_common{
	width: calc(350 / var(--break04));
	height: calc(100 / var(--break04));
	margin: auto;
	padding-top: calc(10 / var(--break04));
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(10 / 1920 * 100vw);
}
.fix_nav .btn_tel_common .s2{
    padding-left: calc(48 / var(--break04));
}
.fix_nav .btn_tel_common .s2::before{
	width: calc(30 / var(--break04));
	height: calc(30 / var(--break04));
	left: calc(4 / var(--break04));
}
@media(min-width: 768px) and (max-width:1299px) {
	.fix_nav {
		padding: 0 0 0 calc(100 / var(--break05));
	}
	.fix_nav .gnav {
		width: calc(1180 / var(--break04));
	}
}
@media only screen and (max-width: 767px) {
	.gnav, .fix_nav {
		display: none;
	}
	.btn_gnav_sp {
		width: calc(100 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		background: #b19143;
		position: fixed;
		top: calc(22.5 / 750 * 100vw);
        right: calc(22.5 / 750 * 100vw);
		z-index: 10000;
		outline: none;
	}
	.btn_gnav_sp .txt_gnav {
		position: absolute;
		width: calc(65 / 750 * 100vw);
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / 750 * 100vw);
		height: 2px;
		position: absolute;
		top: -3.5vw;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		background: #fff;
		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: #fff;
		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: url(images/page/ptn_01.png)repeat center / calc(1024 / 700 * 100vw);
		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: 35vw;
	}
	.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: 1px solid #ffffff;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer {
		padding-bottom: 2.5vw;
		border-bottom: 1px solid #ffffff;
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 3vw 4vw 4vw 0;
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
		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;
	}
	.gnav_sp .nav_main > ul > li > a:after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(16 / 750 * 100vw) solid #b19143;
		border-top: calc(12 / 750 * 100vw) solid transparent;
		border-bottom: calc(12 / 750 * 100vw) solid transparent;
		margin: auto;
	}
	.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 {
		margin: 0;
		font-family: "shippori-mincho", sans-serif;
		font-weight: 600;
		font-style: normal;
		color: #ffffff;
	}
	.gnav_sp .nav_sub {
		width: calc(100% + 48 / 750 * 100vw);
		margin: 0 calc(-24 / 750 * 100vw);
		padding: calc(40 / 750 * 100vw) calc(24 / 750 * 100vw);
		background: url(images/page/ptn_02.png)repeat center / calc(1024 / 700 * 100vw);
	}
	.gnav_sp .nav_sub li {
		max-width: calc(550 / 750 * 100vw);
		width: 100%;
		margin: 0 auto calc(20 / 750 * 100vw);
	}
	.gnav_sp .nav_sub li:last-child {
		margin-bottom: 0;
	}
	.gnav_sp .nav_sub li a {
		display: flex;
		padding: 2.2vw 0  2.2vw calc(56 / 750 * 100vw);
		letter-spacing: 0;
		font-size: 100%;
		font-family: "shippori-mincho", sans-serif;
		font-weight: 600;
		font-style: normal;
		color: #fff;
		background: #2e7698;
		position: relative;
	}
	.gnav_sp .nav_sub li a:before {
		content: "";
		width: calc(16 / 750 * 100vw);
		height: calc(16 / 750 * 100vw);
		margin: auto;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		left: calc(22 / 750 * 100vw);
		z-index: 1;
		transform: rotate(-45deg);
		transition: all .3s;
	}
	.gnav_sp .btn_nav_sub{
		max-width: calc(550 / 750 * 100vw);
		width: 100%;
		height: calc(100 / 750 * 100vw);
		margin: 0 auto calc(40 / 750 * 100vw);
		letter-spacing: .1em;
		font-size: 100%;
		background: #fff;
		border: 1px solid #423f34;
		position: relative;
		z-index: 1;
	}
	.gnav_sp .btn_nav_sub::before{
		content: "";
		width: calc(16 / 750 * 100vw);
		height: calc(16 / 750 * 100vw);
		margin: auto;
		border-bottom: 1px solid #b19143;
		border-right: 1px solid #b19143;
		position: absolute;
		top: 0;
		bottom: 0;
		right: calc(30 / 750 * 100vw);
		z-index: 1;
		transform: rotate(-45deg);
		transition: all .3s;
	}
	.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;
	}

	.gnav_sp .icon{display: none;}
}
/* 新着情報 index_news
------------------------------------------------------------------*/

/* ※パーフェクトスクロールバー用基本css ここからデザインに合わせて適宜変更してください */
.index_news ul {
	overflow: hidden;
	position: relative;
	padding-right: calc(20 / var(--break) * 100vw);
	max-height: 170px;
	height: auto;
	touch-action: auto !important;
	line-height: 1.75;
}
.index_news li:not(:last-of-type) {
}
.index_news li dt {
}
.index_news li dd {
}
.index_news li dd a {
	color: #aaa; /* コーダーさんへに記載されている★標準テキスト：リンク色に変更*/
	text-decoration: underline;
}
/* パーフェクトスクロールバー */
.ps__thumb-y {
	background: #333333 !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) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.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;
	}
}


/* 
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {

}

/* 
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {

}




/* title_common
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.title_common.fz120{
		font-size: calc(100 / 750 * 100vw);
	}
}

/* index_trouble
------------------------------------------------------------------*/
.index_trouble{
	width: 100%;
	border-top: calc(10  / var(--break02)) solid #b19143;
}
.index_trouble .bg_trouble{
	padding: calc(90 / var(--break03)) 0 calc(160 / var(--break04));
	background: url(images/index/bg_trouble.png)no-repeat left top / calc(1920 / 1920 * 100vw),#f8f4e6;
	clip-path: polygon(100% 0, 100% calc(100% - 150 / var(--break02)), 50% 100%, 0 calc(100% - 150 / var(--break02)), 0 0);
}
.row_trouble{
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
.row_trouble .col{
	width: 31.499%;
	padding: calc(30 / var(--break02)) 1%  calc(40 / var(--break02));
	text-align: center;
	background: #fff;
	box-shadow: calc(10 / var(--break03)) calc(10 / var(--break03)) 1px #33365a;
	position: relative;
	z-index: 1;
}
.row_trouble .col::before{
	content: "";
	width: calc(100% - 20 / var(--break03));
	height: calc(100% - 20 / var(--break03));
	margin: auto;
	border: solid 1px #33365a;
	position: absolute;
	inset: 0;
	z-index: 0;
	z-index: -2;
}
.row_trouble .text.mb15{
	margin-bottom: calc(20 / var(--break03));
}
.row_trouble .more{
	width: calc(200 / var(--break03));
	height: calc(40 / var(--break03));
	margin: auto;
	padding-bottom: 1px;
	border-radius: calc(20 / var(--break03));
	color: #fff;
	background: #b19143;
	position: relative;
	z-index: 1;
}
.row_trouble .more::before {
    content: "";
    width: calc(10 / var(--break03));
    height: calc(10 / var(--break03));
    margin: auto;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(20 / var(--break03));
    z-index: 1;
    transform: rotate(-45deg);
    transition: all .3s;
}
.row_trouble .ballon_trouble{
	width: calc(190 / var(--break04));
	height: calc(204 / var(--break04));
	margin: auto;
	position: absolute;
	bottom: 108%;
	right: 0;
}
.copy_row_trouble{
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
	color: #b19143;
}
.index_trouble .bg_trouble02{
	padding: calc(70 / var(--break02)) 0 calc(100 / var(--break02));
	position: relative;
	z-index: 1;
}
.index_trouble .wrap_text_trouble02{
	width: calc(1000 / var(--break04));
	margin-left: auto;
	margin-right: auto;
}
.index_trouble .wrap_text_trouble02 .text{
	font-size: calc(18 / var(--break03));
}
.index_trouble .ballon_trouble02{
	width: calc(1740 / var(--break04));
    margin: auto;
	position: absolute;
    left: 0;
    right: 0;
    top: calc(74 / var(--break04));
}

@media(min-width: 1599px) {
	.index_trouble .wrap_text_trouble02 .just{
		display: none;
	}
	.index_trouble .wrap_text_trouble02 .text{letter-spacing: .06em;}
}
@media(min-width: 1299px) {
	.index_trouble .wrap_text_trouble02 .just02{
		display: none;
	}
	.index_trouble .wrap_text_trouble02 .text{letter-spacing: .04em;}
}
@media(min-width: 768px) {
	.row_trouble .col{
		margin-right: 2.75%;
	}
	.row_trouble .col:nth-of-type(3n),
	.row_trouble .col:last-child
	{margin-right: 0;}
	.row_trouble .col:nth-of-type(n + 4){
		margin-top: calc(40 / var(--break04));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_trouble .ballon_trouble02{
		width: calc(1740 / 1760 * 100vw);
	}
}
@media(max-width: 767px) {
	.index_trouble .bg_trouble{
		padding: calc(90 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
		background: url(images/index/bg_trouble_sp.png)no-repeat center top / 100%,#f8f4e6;
		clip-path: polygon(100% 0, 100% calc(100% - 100 / 750 * 100vw), 50% 100%, 0 calc(100% - 100 / 750 * 100vw), 0 0);
	}
	.index_trouble .copy_trouble_en{
		font-size: calc(100 / 750 * 100vw);
	}
	.row_trouble .col{
		width: calc(636 / 750 * 100vw);
		margin-bottom: calc(40 / 750 * 100vw);
		padding: 5vw 1vw 7vw;
	}
	.row_trouble .text{
		letter-spacing: .1em;
        line-height: 1.6;
	}
	.row_trouble .more{
		width: calc(464 / 750 * 100vw);
		height: calc(60 / 750 * 100vw);
        padding-bottom: 1px;
        line-height: 1;
		letter-spacing: .1em;
		border-radius: calc(30 / 750 * 100vw);
	}
	.row_trouble .more::before {
		width: calc(10 / 750 * 100vw);
		height: calc(10 / 750 * 100vw);
		border-bottom-width: 1px;
		border-right-width: 1px;
		right: calc(30 / 750 * 100vw);
	}
	.row_trouble .ballon_trouble{
		width: calc(140 / 750 * 100vw);
		height: calc(150 / 750 * 100vw);
		bottom: 96%;
		z-index: 10;
	}
	.copy_row_trouble{
		font-size: calc(40 / 750 * 100vw);
	}
	.index_trouble .bg_trouble02{
		padding: calc(380 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
	}
	.index_trouble .wrap_text_trouble02{
		width: calc(1000 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.index_trouble .wrap_text_trouble02 .text{
		font-size: calc(32 / 750 * 100vw);
	}
	.index_trouble .wrap_text_trouble02 .just{
		display: none;
	}
	.index_trouble .wrap_text_trouble02 .just02{
		display: none;
	}
	.index_trouble .ballon_trouble02{
		width: calc(646 / 750 * 100vw);
		top: calc(74 / 750 * 100vw);
	}
}
/* index_reason
------------------------------------------------------------------*/
.index_reason .title_reason{
	padding: calc(80 / var(--break02)) 0 calc(80 / var(--break02));
	background: url(images/index/title_reason.png)no-repeat center / cover;
}
.row_reason_common{
	max-width: 1870px;
	width: 100%;
}
.row_reason_common > .col_img{
	max-width: 940px;
    width: 50.5%;
}
.row_reason_common > .col_txt{
    width: 49.5%;
	padding-left: calc(100 / var(--break05));
	padding-right: calc(100 / var(--break05));
}
.row_reason_common .col_txt > .wrap{
	max-width: 720px;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
}
.num_reason{
	margin-left: auto;
	margin-right: auto;
}
.deco_img_reason{
	padding-bottom: calc(20 / var(--break04));
	position: relative;
	z-index: 1;
}
.deco_img_reason::before{
	content: "";
	width: 100%;
	height: calc(100% - 20 / var(--break04));
	background: #b19143;
	position: absolute;
	bottom: 0;
	left: calc(20 / var(--break04));
	z-index: -1;
}
.r_reverse .deco_img_reason::before{
	left: calc(-20 / var(--break04));
}

.copy_reason_common{
	margin-bottom: calc(30 / var(--break04));
	padding-bottom: calc(20 / var(--break04));
	font-size: calc(40 / var(--break04));
	text-align: center;
	border-bottom: 1px solid #423f34;
}
.copy_reason_common .fz32{
	font-size: calc(32 / var(--break04));
}
.copy_reason_common .fz46{
	font-size: calc(46 / var(--break04));
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.index_reason .title_reason{
		padding: calc(70 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
		background: url(images/index/title_reason_sp.png)no-repeat center / cover;
	}
	.row_reason_common{
		width: 100%;
	}
	.row_reason_common > .col_img{
		max-width: calc(711 / 750 * 100vw);
		width: 100%;
		margin-bottom: 8vw;
	}
	.row_reason_common > .col_txt{
		max-width: calc(660 / 750 * 100vw);
		width: 100%;
		margin: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.row_reason_common .col_txt > .wrap{
		width: 100%;
	}
	.deco_img_reason{
		padding-bottom: calc(16 / 750 * 100vw);
	}
	.deco_img_reason::before{
		height: calc(100% - 16 / 750 * 100vw);
		left: calc(16 / 750 * 100vw);
	}
	.r_reverse .deco_img_reason::before{
		left: calc(-16 / 750 * 100vw);
	}

	.copy_reason_common{
		margin-bottom: calc(30 / 750 * 100vw);
		padding-bottom: calc(30 / 750 * 100vw);
		letter-spacing: 0;
		font-size: calc(39.5 / 750 * 100vw);
	}
	.copy_reason_common .fz32{
		letter-spacing: 0;
		font-size: calc(32 / 750 * 100vw);
	}
	.copy_reason_common .fz46{
		letter-spacing: 0;
		font-size: calc(45.5 / 750 * 100vw);
	}
}

/* index_reason
------------------------------------------------------------------*/
.index_reason01{
	padding: calc(95 / var(--break04)) 0 calc(110 / var(--break04));
	position: relative;
	z-index: 1;
}
.index_reason01::before{
	content: "";
	width: calc(380 / var(--break02));
	height: calc(280 / var(--break02));
	margin: auto;
	background: url(images/index/deco_reason01.png)no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.num_reason.num01{
	width: calc(178 / var(--break04));
}
.index_reason01 .ballon_reason01{
	width: calc(224 / var(--break04));
	height: calc(224 / var(--break04));
	padding-top: calc(6 / var(--break04));
	letter-spacing: 0;
	font-size: calc(23.5 / var(--break04));
	color: #fff;
	background: #b19143;
	border-radius: 100%;
	position: absolute;
	top: calc(30 / 1920 * 100vw);
	right:calc(30 / 1920 * 100vw);
}
.index_reason01 .ballon_reason01::before{
	content: "";
	width: calc(100% - 14 / var(--break04));
	height: calc(100% - 14 / var(--break04));
	margin: auto;
	border: 1px solid #fff;
	border-radius: 100%;
	position: absolute;
	inset: 0;
}
.index_reason01 .ballon_reason01 p{
	position: relative;
	z-index: 2;
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.index_reason01{
		padding: calc(100 / 750 * 100vw) 0 calc(90 / 750 * 100vw);
	}
	.index_reason01::before{
		width: calc(380 / var(--break02));
		height: calc(280 / var(--break02));
		background: url(images/index/deco_reason01.png)no-repeat center / contain;
	}
	.num_reason.num01{
		width: calc(178 / var(--break04));
	}
	.index_reason01 .ballon_reason01{
		width: calc(262 / 750 * 100vw);
		height: calc(262 / 750 * 100vw);
		padding-top: 1vw;
		letter-spacing: 0;
		font-size: calc(27.5 / 750 * 100vw);
		top: calc(20 / 750 * 100vw);
		right:calc(20 / 750 * 100vw);
	}
	.index_reason01 .ballon_reason01::before{
		width: calc(100% - 10 / 750 * 100vw);
		height: calc(100% - 10 / 750 * 100vw);
	}
}
/* index_reason02
------------------------------------------------------------------*/
.index_reason02{
	padding: calc(135 / var(--break04)) 0 calc(100 / var(--break04));
	position: relative;
	z-index: 1;
}
.index_reason02::before{
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background: url(images/index/bdr_reason02.png)no-repeat center / cover;
	position: absolute;
	inset: 0;
}
.num_reason.num02{
	width: calc(203 / var(--break04));
	margin-bottom: calc(20 / var(--break04));
}

.index_reason02 .ballon_reason02{
	width: calc(500 / var(--break04));
	height: calc(80 / var(--break04));
	padding-top: calc(2 / var(--break04));
	font-size: calc(27.5 / var(--break04));
	color: #fff;
	background: #33365a;
	position: absolute;
	top: calc(40 / 1920 * 100vw);
	left:calc(50 / 1920 * 100vw);
}
.index_reason02 .ballon_reason02::before{
	content: "";
	width: calc(100% - 10 / var(--break04));
	height: calc(100% - 10 / var(--break04));
	margin: auto;
	border: 1px solid #fff;
	position: absolute;
	inset: 0;
}
.index_reason02 .ballon_reason02 p{
	position: relative;
	z-index: 2;
}
@media(min-width: 768px) {}
@media(max-width: 767px) {
	.index_reason02{
		padding: calc(100 / 750 * 100vw) 0 calc(98 / 750 * 100vw);
	}
	.index_reason02::before{
		width: calc(750 / 750 * 100vw);
		height: calc(1430 / 750 * 100vw);
		background: url(images/index/bdr_reason02_sp.png)no-repeat top right / cover;
		top: 0;
		right: 0;
	}

	.index_reason02 .ballon_reason02{
		width: calc(400 / 750 * 100vw);
		padding-top: 1px;
		letter-spacing: 0;
		font-size: calc(32 / 750 * 100vw);
		top: calc(20 / 750 * 100vw);
		left:calc(28 / 750 * 100vw);
	}
	.index_reason02 .ballon_reason02::before{
		content: "";
		width: calc(100% - 10 / var(--break04));
		height: calc(100% - 10 / var(--break04));
		margin: auto;
		border: 1px solid #fff;
		position: absolute;
		inset: 0;
	}

	.row_reason02 .col_img{
		margin-left: auto;
		margin-right: auto;
	}
}
/* index_reason03
------------------------------------------------------------------*/
.index_reason03{
	padding: calc(100 / var(--break04)) 0 calc(90 / var(--break04));
	background: url(images/index/bg_reason03.jpg)no-repeat center / cover;
	position: relative;
	z-index: 1;
}
.num_reason.num03{
	width: calc(205 / var(--break04));
	margin-bottom: calc(20 / var(--break04));
}
.row_reason03_2{
	width: calc(680 / var(--break04));
	margin: auto;
	position: absolute;
	left: 0;
	right: calc(-120 / var(--break04));
	bottom: calc(-30 / var(--break04));
}
.row_reason03_2 .circle{
	width: calc(222 / var(--break04));
	height: calc(222 / var(--break04));
	line-height: 1.7;
	padding-top: calc(15 / var(--break04));
	font-size: calc(27 / var(--break04));
	color: #fff;
	background: #8a6e52;
	border-radius: 100%;
	position: relative;
	z-index: 1;
}
.row_reason03_2 .circle::before{
	content: "";
	width: calc(100% - 13 / var(--break04));
	height: calc(100% - 13 / var(--break04));
	margin: auto;
	border: 1px solid #fff;
	border-radius: 100%;
	position: absolute;
	inset: 0;
}
.index_reason03 .deco_img_reason::before {
    background: #423f347c;
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.index_reason03{
		padding: calc(100 / 750 * 100vw) 0 calc(98 / 750 * 100vw);
		background: url(images/index/bg_reason03_sp.jpg)no-repeat center / cover;
	}
	.row_reason03 .col_img{
		margin-bottom: 15vw;
	}
	.row_reason03_2{
		width: calc(692 / 750 * 100vw);
		left: 0;
		right: 0;
		bottom: calc(-58 / 750 * 100vw);
	}
	.row_reason03_2 .circle{
		width: calc(224 / 750 * 100vw);
		height: calc(224 / 750 * 100vw);
		padding-top: 1vw;
		letter-spacing: 0;
		line-height: 1.7;
		font-size: calc(27 / 750 * 100vw);
	}
}
/* index_reason
------------------------------------------------------------------*/
.bg_reason04{
	padding: calc(100 / var(--break04)) 0 calc(70 / var(--break04));
	position: relative;
	z-index: 1;
}
.bg_reason04::before{
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background: url(images/index/bdr_reason04.png)no-repeat center / cover;
	position: absolute;
	inset: 0;
}
.num_reason.num04{
	width: calc(205 / var(--break04));
	margin-bottom: calc(20 / var(--break04));
}
.row_reason04 > .col{
	width: 50%;
	height: calc(500 / var(--break04));
	background: url(images/index/img_reason04_1.jpg)no-repeat bottom left / cover;
	position: relative;
}
.row_reason04 > .col::before{
	content: "";
	width: calc(100% - 10 / var(--break04));
	height: calc(100% - 10 / var(--break04));
	margin: auto;
	position: absolute;
}
.row_reason04 > .col_l::before{
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	top: 0;
	right: 0;
}
.row_reason04 > .col_r::before{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	bottom: 0;
	left: 0;
}
.row_reason04 > .col_r{
	background: url(images/index/img_reason04_2.jpg)no-repeat center / cover;
}
.in_row_reason04{
	width: calc(780 / var(--break04));
	height: calc(200 / var(--break04));
	margin: auto;
	position: absolute;
	inset: 0
}
.in_row_reason04::before{
	content: "";
	width: calc(38 / var(--break04));
	height: calc(38 / var(--break04));
	margin: auto;
	background: url(images/page/cross.png)no-repeat center / cover;
	position: absolute;
	inset: 0
}
.in_row_reason04 > .box{
	width: calc(340 / var(--break04));
	height: 100%;
	color: #fff;
	background: #b19143;
	position: relative;
	z-index: 1;
}
.in_row_reason04 > .box::after{
	content: "";
	width: calc(100% - 20 / var(--break03));
	height: calc(100% - 20 / var(--break03));
	margin: auto;
	border: 1px solid #fff;
	border-top: 0;
	position: absolute;
	inset: 0;
	z-index: -1;
}
.in_row_reason04 > .box::before{
	content: "";
	width: 100%;
	height: calc(10 / var(--break04));
	margin: auto;
	position: absolute;
	background: #8a6e52;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.in_row_reason04 > .box_r::before{
	background: #33365a;
}
.in_row_reason04 .fz24{font-size: calc(24 / var(--break04));}
.in_row_reason04 .fz40{font-size: calc(40 / var(--break04));}
.in_row_reason04 .fz46{font-size: calc(46 / var(--break04));}
@media(min-width: 768px) and (max-width:1299px) {
	.in_row_reason04{
		width: calc(780 / 1700 * 100vw);
	}

	.row_reason04 > .col{
		height: calc(500 / 1700 * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_reason04{
		padding: calc(80 / 750 * 100vw) 0 calc(70 / 750 * 100vw);
	}
	.bg_reason04::before{
		width: calc(750 / 750 * 100vw);
		height: calc(1430 / 750 * 100vw);
		background: url(images/index/bdr_reason04_sp.png)no-repeat top left / cover;
		inset: 0 0 auto;
	}
	.bg_reason04 .inner_reason04{
		max-width: calc(658 / 750 * 100vw);
	}
	.row_reason04 > .col{
		width: 100%;
		background: url(images/index/img_reason04_1_sp.jpg)no-repeat bottom left / cover;
	}
	.row_reason04 > .col_l::before{
		border-top: 1px solid #fff;
		border-bottom: auto;
		border-left: 1px solid #fff;
		top: auto;
		bottom: 0;
		right: 0;
	}
	.row_reason04 > .col_r::before{
		border-top: auto;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		top: 0;
		bottom: auto;
		left: 0;
	}
	.row_reason04 > .col_r{
		background: url(images/index/img_reason04_2_sp.jpg)no-repeat center / cover;
	}
	.in_row_reason04{
		display: block;
		width: calc(340 / 750 * 100vw);
		height: calc(480 / 750 * 100vw);
	}
	.in_row_reason04 > .box{
		width: 100%;
		height: calc(200 / 750 * 100vw);
		margin-bottom: calc(80 / 750 * 100vw);
	}
	.in_row_reason04 > .box:last-child{
		margin-bottom: 0;
	}
	.in_row_reason04 .s11{font-size: calc(40 / 750 * 100vw);}
	.in_row_reason04 .s12{font-size: calc(32 / 750 * 100vw);}
	.in_row_reason04 .s21{font-size: calc(40 / 750 * 100vw);}
	.in_row_reason04 .s22{font-size: calc(27 / 750 * 100vw); letter-spacing: .05em;}
	.in_row_reason04 .s23{font-size: calc(46 / 750 * 100vw);}
	.in_row_reason04 .s24{font-size: calc(27 / 750 * 100vw); margin-top: 2vw; letter-spacing: .05em;}
}
/* index_reason05
------------------------------------------------------------------*/
.bg_reason05{
	padding: calc(100 / var(--break03)) 0 calc(60 / var(--break03));
	position: relative;
	z-index: 1;
}
.bg_reason05::before{
	content: "";
	width: 100%;
	height: calc(280 / 1920 * 100vw);
	margin: auto;
	background: url(images/index/deco_reason05.png)no-repeat center / cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.bg_reason05::after{
	content: "";
	width: 100%;
	height: calc(320 / 1920 * 100vw);
	margin: auto;
	background: #33365a;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.bg_reason05_2{
	padding:  calc(60 / var(--break03)) 0;
	background: url(images/index/bg_reason05.png)no-repeat center / cover;
	position: relative;
	z-index: 1;
}
.bg_reason05_2::before{
	content: "";
	width: calc(1253 / var(--break04));
	height: calc(260 / var(--break04));
	margin: auto;
	background: url(images/index/ballon_reason05.png)no-repeat center / cover;
	position: absolute;
	top: 0;
	bottom: 0;
    left: calc(-90 / 1920 * 100vw);
    right: 0;
    z-index: 3;
}
.box__reason05_2{
	width: calc(990 / var(--break04));
	margin: auto;
	padding: calc(26  / var(--break03)) 0 calc(40 / var(--break03));
	text-align: center;
	border: 1px solid #423f34;
	position: relative;
	z-index: 1;
}
.box__reason05_2::before{
	content: "";
	width: calc(100% - 20 / var(--break03));
	height: calc(100% - 20 / var(--break03));
	margin: auto;
	border: 1px solid #423f34;
	position: absolute;
	inset: 0;
}
.box__reason05_2 .copy{
	font-size: calc(32 / var(--break04));
}
.box__reason05_2 .copy .fz40{
	font-size: calc(40 / var(--break04));
}
.box__reason05_2 .copy .tag{
	display: inline-block;
	padding: 0 calc(30 / var(--break03));
	line-height: 1.5;
	color: #fff;
	background: #2e7698;
}
.num_reason.num05{
	width: calc(205 / var(--break04));
	margin-bottom: calc(20 / var(--break04));
}
.row_reason05 > .col{
	width: 23.3%;
}
.row_reason05 .img{
	margin-bottom: calc(20 / var(--break04));
}
.row_reason05 .copy{
	padding-bottom: calc(20 / var(--break04));
	line-height: 1.5;
	letter-spacing: 0;
	font-size: calc(27.5 / var(--break04));
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
}
.row_reason05 .copy::before{
	content: "";
	width: calc(100 / var(--break04));
	height: 1px;
	margin: auto;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.bg_reason05_3{
	height: calc(40 / var(--break03));
	background: #33365a;
}
@media(min-width: 768px) {
	.inner_reason05{
		max-width: 1720px;
		width: 96%;
	}
	.row_reason05 > .col:nth-of-type(2n){
		margin-top: calc(40 / var(--break04));
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_reason05 .copy{
		font-size: calc(26 / var(--break04));
	}
	.bg_reason05_2::before{
		left: calc(-80 / 1920 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_reason05 .copy{
		font-size: calc(24 / var(--break04));
	}
	.bg_reason05_2::before{
		left: calc(-60 / 1920 * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_reason05{
		padding: calc(100 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
	}
	.bg_reason05::before{
		height: calc(224 / 750 * 100vw);
		background: url(images/index/deco_reason05_sp.png)no-repeat center / cover;
	}
	.bg_reason05::after{
		height: calc(2200 / 750 * 100vw);
	}
	.bg_reason05_2{
		padding:  calc(80 / 750 * 100vw) 0;
		background: url(images/index/bg_reason05.png)no-repeat center / cover;
	}
	.bg_reason05_2::before{
		width: calc(702 / 750 * 100vw);
		height: calc(163 / 750 * 100vw);
		background: url(images/index/ballon_reason05_sp.png)no-repeat center / cover;
		top: auto;
		bottom: 3vw;
		left: 0;
		right: calc(10 / 750 * 100vw);
	}
	.box__reason05_2{
		width: calc(648 / 750 * 100vw);
		margin: auto;
		padding: 5vw 0 7vw;
	}
	.box__reason05_2 .copy{
		letter-spacing: 0;
		font-size: calc(32.5 / 750 * 100vw);
	}
	.box__reason05_2 .copy .fz40{
		letter-spacing: 0;
		font-size: calc(40 / 750 * 100vw);
	}
	.box__reason05_2 .copy .tag{
		display: block;
		max-width: calc(568 / 750 * 100vw);
		margin: 1vw auto 0;
		padding: 1.5vw 0;
		letter-spacing: 0;
		line-height: 1.5;
		font-size: calc(40 / 750 * 100vw);
	}
	.num_reason.num05{
		margin-bottom: calc(36 / 750 * 100vw);
	}
	.row_reason05 > .col{
		width: calc(646 / 750 * 100vw);
		margin: 0 auto calc(60 / 750 * 100vw);
	}
	.row_reason05 > .col:last-child{
		margin-bottom: 0;
	}
	.row_reason05 .img{
		margin-bottom: 4vw;
	}
	.row_reason05 .copy{
		padding-bottom: calc(30 / 750 * 100vw);
		letter-spacing: 0;
		font-size: calc(39.5 / 750 * 100vw);
	}
	.bg_reason05_3{
		height: calc(40 / 750 * 100vw);
	}
	.inner_reason05{
		width: calc(650 / 750 * 100vw);
	}
}
/* index_reason06
------------------------------------------------------------------*/
.index_reason06{
	padding: calc(100 / var(--break03)) 0 calc(100 / var(--break03));
	position: relative;
	z-index: 1;
}
.index_reason06::before{
	content: "";
	width: 100%;
	height: calc(720 / var(--break04));
	margin: auto;
	background: url(images/index/bdr_reason06.png)no-repeat top right / cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.num_reason.num06{
	width: calc(203 / var(--break04));
	margin-bottom: calc(20/ var(--break04));
}
.index_reason06 .deco_img_reason::before {
    background: #8a6e52;
}
.index_reason06 .ballon_reason06{
	width: calc(224 / var(--break04));
	height: calc(224 / var(--break04));
	padding-top: calc(6 / var(--break04));
	letter-spacing: 0;
	font-size: calc(23 / var(--break04));
	color: #fff;
	background: #423f34;
	border-radius: 100%;
	position: absolute;
	bottom: calc(60 / 1920 * 100vw);
	left:calc(30 / 1920 * 100vw);
}
.index_reason06 .ballon_reason06::before{
	content: "";
	width: calc(100% - 14 / var(--break04));
	height: calc(100% - 14 / var(--break04));
	margin: auto;
	border: 1px solid #fff;
	border-radius: 100%;
	position: absolute;
	inset: 0;
}
.index_reason06 .ballon_reason06 .fz40{
	font-size: calc(39.5 / var(--break04));
}
.row_reason06_2 > .tag{
	width: 24%;
	min-height: calc(100 / var(--break04));
	font-size: calc(24 / var(--break04));
	color: #fff;
	background: #b19143;
	position: relative;
	z-index: 1;
}
.row_reason06_2 > .tag::before{
	content: "";
	width: calc(100% - 10 / var(--break04));
	height: calc(100% - 10 / var(--break04));
	margin: auto;
	border: 1px solid #fff;
	position: absolute;
	inset: 0;
	z-index: -2;
}
.row_reason06_2 > .tag:nth-of-type(2n){
	background: #423f34;
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.index_reason06{
		padding: calc(100 / 750 * 100vw) 0 calc(80 /  750 * 100vw);
	}
	.index_reason06::before{
		width: calc(750 / 750 * 100vw);
		height: calc(1430 / 750 * 100vw);
	}
	.num_reason.num06{
		margin-bottom: calc(25 / 750 * 100vw);
	}
	.index_reason06 .ballon_reason06{
		width: calc(224 / 750 * 100vw);
		height: calc(224 / 750 * 100vw);
		padding-top: 1vw;
		line-height: 1.4;
		font-size: calc(27 / 750 * 100vw);
		bottom: calc(26 / 750 * 100vw);
		left:calc(26 / 750 * 100vw);
	}
	.row_reason06_2 > .tag{
		width: calc(646 / 750 * 100vw);
		min-height: calc(100 / 750 * 100vw);
		margin: 0 auto calc(20 / 750 * 100vw);
		letter-spacing: 0;
		font-size: calc(36 / 750 * 100vw);
	}
}
/* index_reason
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {

}
/* index_concept
------------------------------------------------------------------*/
.index_concept{
	padding: calc(100 / var(--break03)) 0;
	position: relative;
	z-index: 1;
}
.index_concept::before{
	content: "";
	width: 100%;
	height: calc(390 / var(--break04));
	margin: auto;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.index_concept::after{
	content: "";
	width: 100%;
	height: 2px;
	margin: auto;
	background: #33365a;
	position: absolute;
	top: calc(10 / var(--break02));
	left: 0;
	right: 0;
	z-index: 1;
}
.index_concept .deco_img_concept{
	width: calc(650 / var(--break04));
	height: calc(480 / var(--break04));
	margin: auto;
	background: url(images/index/deco_img_concept.png)no-repeat center / cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.row_concept {
	max-width: 1610px;
	margin-left: auto;
}
.row_concept > .col_img{
	max-width: 950px;
	width: 59.5%;
	position: relative;
	z-index: -1;
}
.row_concept > .col_txt{
	width: 50%;
	margin-right: -10%;
	padding-top: calc(75 / 1920 * 100vw);
	position: relative;
	z-index: 1;
}
.row_concept .copy_concept {
	margin-bottom: calc(30 / var(--break04));
	padding-bottom: calc(20 / var(--break04));
	line-height: 1.6;
	font-size: calc(52 / 1920 * 100vw);
	border-bottom: 1px solid #423f34;
}
.row_concept .copy_concept .tag{
	width: calc(500 / var(--break04));
	height: calc(60 / var(--break04));
	margin-bottom: calc(30 / var(--break04));
	line-height: 1;
	font-size: calc(32 / var(--break04));
	color: #fff;
	background: #b19143;
}

.row_concept .ballon{
	width: calc(224 / var(--break03));
	height: calc(224 / var(--break03));
	padding-top: calc(10 / var(--break03));
	letter-spacing: .05em;
	line-height: 1.6;
	font-size: calc(23 / var(--break03));
	color: #fff;
	background: #b19143;
	border-radius: 100%;
	position: absolute;
	right: calc(20 / var(--break03));
	bottom: calc(20 / var(--break03));
}
.row_concept .ballon::before{
	content: "";
	width: calc(100% - 14 / var(--break03));
	height: calc(100% - 14 / var(--break03));
	margin: auto;
	border: 1px solid #fff;
	border-radius: 100%;
	position: absolute;
	inset: 0;
}


.row_concept02 > .col_img{
	max-width: 580px;
	width: 39%;
	position: relative;
	z-index: -1;
}
.row_concept02 > .col_txt{
	max-width: 850px;
	width: 57%;
	padding-top: calc(70 / 1920 * 100vw);
}
.row_concept02 > .col_txt .text{
	font-size: calc(18 / var(--break03));
}
.row_concept02 > .col_txt .mb{
	margin-bottom: calc(30 / var(--break04));
}
.row_concept02 > .col_txt .mb2{
	margin-bottom: calc(45 / var(--break04));
}
.row_concept02 .tag_name{
	margin-bottom: calc(75 / var(--break04));
}
.row_concept02 .tag_name .tag{
	padding-right: calc(20 / var(--break03));
	font-size: calc(24 / var(--break03));
	position: relative;
    bottom: calc(4 / var(--break03));
}
.row_concept02 .tag_name .name_jp{
	padding-right: calc(15 / var(--break03));
	font-size: calc(36 / var(--break03));
}
.row_concept02 .tag_name .name_en{
	font-size: calc(20 / var(--break03));
	color: #b19143;
	vertical-align: super;
}
@media(min-width: 768px) {
	.inner_concept{
		max-width: 1720px;
		margin: auto;
	}

	.row_concept02 .copy_concept{
		display: none;
	}
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.index_concept{
		padding: calc(80 / 750 * 100vw) 0 calc(110 / 750 * 100vw);
	}
	.index_concept::before{
		height: calc(390 / 750 * 100vw);
	}
	.index_concept::after{
		height: 1px;
	}
	.index_concept .deco_img_concept{
		width: calc(440 / 750 * 100vw);
		height: calc(325 / 750 * 100vw);
		background: url(images/index/deco_img_concept_sp.png)no-repeat center / cover;
	}
	.inner_concept{
		width: 100%;
		margin-bottom: calc(50 / 750 * 100vw);
	}
	.copy_concept_en{
		line-height: 1.15;
	}
	.row_concept > .col_img{
		order: 0;
		width: 100%;
	}
	.row_concept > .col_txt{
		display: none;
	}

	.row_concept .ballon{
		width: calc(260 / 750 * 100vw);
		height: calc(260 / 750 * 100vw);
		padding-top: 3vw;
		letter-spacing: .05em;
		line-height: 1.6;
		font-size: calc(27 / 750 * 100vw);
		right: calc(10 / 750 * 100vw);
		bottom: calc(-30 / 750 * 100vw);
	}
	.row_concept02 > .col_img{
		width: calc(646 / 750 * 100vw);
		margin: 0 auto 5vw;
	}
	.row_concept02 > .col_txt{
		width: calc(648 / 750 * 100vw);
		margin: 0 auto ;
		padding-top: 0;
	}
	.row_concept02 .copy_concept {
		margin-bottom: calc(40 / 750 * 100vw);
		padding-bottom: calc(30 / 750 * 100vw);
        line-height: 1.7;
		letter-spacing: 0;
		font-size: calc(45 / 750 * 100vw);
		border-bottom: 1px solid #423f34;
	}
	.row_concept02 .copy_concept .tag{
		width: calc(460 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		margin-bottom: calc(30 / 750 * 100vw);
		line-height: 1;
		letter-spacing: 0;
		font-size: calc(36 / 750 * 100vw);
		color: #fff;
		background: #b19143;
	}
	.row_concept02 > .col_txt .text{
		font-size: 100%;
	}
	.row_concept02 > .col_txt .mb{
        margin-bottom: 8.5vw;
    }
	.row_concept02 .tag_name .tag{
		padding-right: calc(16 / 750 * 100vw);
		font-size: calc(32 / 750 * 100vw);
	}
	.row_concept02 .tag_name .name_jp{
		padding-right: calc(15 / 750 * 100vw);
		font-size: calc(48 / 750 * 100vw);
	}
	.row_concept02 .tag_name .name_en{
		font-size: calc(28 / 750 * 100vw);
	}
}

/* index_denture
------------------------------------------------------------------*/
.index_denture{
	padding: calc(100 / var(--break03)) 0 calc(110 / var(--break03));
	background: url(images/index/frame_denture.png)no-repeat center top / 100%;
	position: relative;
	z-index: 1;
}
.index_denture::before{
	content: "";
	width: 100%;
	height: calc(100% - 20 / var(--break03));
	margin: auto;
	border-top: #b19143 1px solid;
	border-bottom: #b19143 1px solid;
	position: absolute;
	inset: 0;
}
.row_denture > .col{
	width: calc(50% - 5 / var(--break03));
	padding-left: calc(375 / 1920 * 100vw);
	background: #f8f4e6;
	position: relative;
	z-index: 1;
}
.row_denture > .col::before{
	content: "";
	width: calc(375 / 1920 * 100vw);
	height: 100%;
	margin: auto;
	background: url(images/index/img_denture01.jpg)no-repeat center / cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.row_denture > .col02::before{
	background: url(images/index/img_denture02.jpg)no-repeat center / cover;
}
.row_denture > .col03::before{
	background: url(images/index/img_denture03.jpg)no-repeat center / cover;
}
.row_denture > .col04::before{
	background: url(images/index/img_denture04.jpg)no-repeat center / cover;
}

.row_denture .anchor{
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	inset: 0;
	z-index: 1;
}

.row_denture .copy_denture{
	min-height: calc(120 / 1920 * 100vw);
	padding: calc(8 / 1920 * 100vw) 0;
	letter-spacing: .05em;
	font-size: calc(32 / var(--break04));
	color: #fff;
	background: #b19143;
	position: relative;
	z-index: 1;
}
.row_denture .copy_denture::before{
    content: "";
    width: calc(14 / var(--break04));
    height: calc(14 / var(--break04));
    margin: auto;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
	top: 0;
	bottom: 0;
	right: 3%;
    z-index: 1;
	transform: rotate(-45deg);
	transition: all .3s;
}
.row_denture .areaText{
	padding: calc(38 / 1920 * 100vw) calc(50  / var(--break05)) calc(40 / 1920 * 100vw);
	font-size: calc(18 / var(--break03));
}


@media(min-width: 1081px) {
	.row_denture .col:hover .copy_denture::before{
		right: 2%;
		transition: all .3s;
	}
}
@media(min-width: 768px) {
	.row_denture > .col:nth-of-type(n + 3){
		margin-top: calc(10 / var(--break03));
	}

	.row_denture > .v2.col{
		background: #eceff1;
	}
	.row_denture > .v2 .copy_denture{
		background: #33365a;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_denture .copy_denture{
		min-height: calc(115 / 1920 * 100vw);
		font-size: calc(30 / var(--break04));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_denture .copy_denture{
		min-height: calc(110 / 1920 * 100vw);
		font-size: calc(28 / var(--break04));
	}
	.row_denture .areaText{
		padding: calc(30 / 1920 * 100vw) calc(50  / var(--break05));
	}
}
@media(max-width: 767px) {
	.index_denture{
		padding: calc(90 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
		background: url(images/index/frame_denture_sp.png)no-repeat center top / 100%;
	}
	.row_denture > .col{
		width: calc(645 / 750 * 100vw);
		margin: 0 auto calc(40 / 750 * 100vw);
		padding-left: 0;
	}
	.row_denture > .col:last-child{
		margin-bottom: 0;
	}
	.row_denture > .col::before{
		display: block;
		width: 100%;
		height: calc(440 / 750 * 100vw);
		margin: auto;
		background: url(images/index/img_denture01.jpg)no-repeat center / cover;
		position: relative;
		inset: auto;
	}
	.row_denture > .col02::before{
		background: url(images/index/img_denture02.jpg)no-repeat center / cover;
	}
	.row_denture > .col03::before{
		background: url(images/index/img_denture03.jpg)no-repeat center / cover;
	}
	.row_denture > .col04::before{
		background: url(images/index/img_denture04.jpg)no-repeat center / cover;
	}
	.row_denture .copy_denture{
		min-height: calc(120 / 750 * 100vw);
		letter-spacing: 0;
		font-size: calc(36 / 750 * 100vw);
	}
	.row_denture .copy_denture::before{
		width: calc(16/ 750 * 100vw);
		height: calc(16/ 750 * 100vw);
		border-bottom-width: 1px;
		border-right-width: 1px;
		right: 4.5%;
	}
	.row_denture .areaText{
		padding: 2.5vw 5vw 5vw;
		font-size: 100%;
	}
	
	.row_denture > .v2_sp.col{
		background: #eceff1;
	}
	.row_denture > .v2_sp .copy_denture{
		background: #33365a;
	}
}
/* .index_flow
------------------------------------------------------------------*/
.index_flow {
	padding: calc(80 / var(--break03)) 0 calc(100 / var(--break03));
	position: relative;
	z-index: 1;
}
.index_flow::before {
	content: "";
	width: calc(1920 / 1920 * 100vw);
	height: calc(572 / 1920 * 100vw);
	margin: auto;
	background: url("images/index/bdr_flow.png")no-repeat top left / cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.index_flow .box__flow{
	padding: calc(80 / var(--break04));
}
.thumbnail-tags .thumbnail-item {
	height: calc(60 / var(--break02));
	font-size: calc(20 / var(--break02));
	border: 1px solid #b19143;
	cursor: pointer;
}
.thumbnail-tags .thumbnail-current {
	color: #fff;
	background: #b19143;
}
.slider__flow .slick-prev,
.slider__flow .slick-next 
{
	width: calc(42 / var(--break02));
	height: calc(80 / var(--break02));
	background: url("images/index/arw.svg")no-repeat center left / cover;
	top: calc(210 / var(--break02));
	margin: auto;
	z-index: 1;
}
.slider__flow .slick-prev {
	left: -9%;
	transform: translate(0);
}
.slider__flow .slick-next {
	right: -9%;
	transform: scaleX(-1);
}
.slider__flow .slick-prev:before,
.slider__flow .slick-next:before {
	display: none;
}
.slider__flow .slick-dots{bottom: calc(-60 / var(--break03));}
.slider__flow .slick-dots li{
	margin: 0 calc(3 / var(--break03));
}
.slider__flow .slick-dots li button:before {
	opacity: 1;
	background: #e9e9ec;
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
}
.slider__flow .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #b19143;
}
.slider__flow .areaText{
	padding: calc(50 / var(--break03)) 4.5%;
}
.slider__flow .areaText .wrap{
	max-width: 800px;
	margin: auto;
}
.slider__flow .copy{
	margin-bottom: calc(20 / var(--break03));
	padding-bottom: calc(20 / var(--break03));
	line-height: 1.6;
	text-align: center;
	color: #b19143;
	border-bottom: 1px solid #b19143;
}
@media(min-width: 768px) {
	.thumbnail-tags .thumbnail-item {
		width: calc(100% / 3 - 13.6 / var(--break03));
		margin-right: calc(20 / var(--break03));
	}
	.thumbnail-tags .thumbnail-item:nth-of-type(3n),
	.thumbnail-tags .thumbnail-item:last-child {
		margin-right: 0;
	}

	.thumbnail-tags .thumbnail-item:nth-of-type(n + 4) {
		margin-top: calc(15 / var(--break02));
	}
	.slick-dotted.slick-slider {
		margin-bottom: calc(40 / var(--break02));
	}
}
@media(min-width: 768px) and (max-width: 1299px) {
	.slider__flow .slick-prev {
		left: -8%;
	}
	.slider__flow .slick-next {
		right: -8%;
	}
}
@media(max-width: 767px) {
	.index_flow {
		padding: calc(88 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
	}
	.index_flow::before {
		width: calc(750 / 750 * 100vw);
		height: calc(1430 / 750 * 100vw);
		background: url("images/index/bdr_flow_sp.png")no-repeat top left / calc(750 / 750 * 100vw);
	}
	.thumbnail-tags .slick-prev,
	.thumbnail-tags .slick-next {
		width: calc(22 /750 * 100vw);
		height: calc(42 /750 * 100vw);
		top: calc(180 /750 * 100vw);
	}
	.thumbnail-tags .slick-prev {
		left: 2%;
	}

	.thumbnail-tags .slick-next {
		right: 2%;
	}
	.thumbnail-tags .slick-prev:before,
	.thumbnail-tags .slick-next:before {
		width: calc(22 / 750 * 100vw);
		height: calc(42 / 750 * 100vw);
	}
	.thumbnail-tags .thumbnail-item {
		max-width: calc(340 / 750 * 100vw);
		width: 48.5%;
		height: calc(60 / 750 * 100vw);
		font-size: calc(24 / 750 * 100vw);
		letter-spacing: 0;
	}
	.thumbnail-tags .thumbnail-item:nth-of-type(n + 3) {
		margin-top: calc(20 / 750 * 100vw);
	}
	.thumbnail-tags .slider .slick-slide {
		max-width: calc(726 / 750 * 100vw);
	}
	.index_flow .box__flow{
		padding: calc(80 / 750 * 100vw) calc(24 / 750 * 100vw); 
	}
	.thumbnail-tags .thumbnail-item {
		font-size: calc(24 / 750 * 100vw); 
	}
	.slider__flow .slick-prev,
	.slider__flow .slick-next 
	{top: calc(136 / 750 * 100vw);}
	.slider__flow .slick-prev {
		left: -2%;
	}
	.slider__flow .slick-next {
		right: -2%;
	}
	.slider__flow .slick-dots{bottom: calc(-90 / 750 * 100vw);}
	.slider__flow .slick-dots li {
		margin: 0 4px;
	}
	.slider__flow .slick-dots li ,
	.slider__flow .slick-dots li button:before 
	{
		width: calc(12 / 750 * 100vw);
		height: calc(12 / 750 * 100vw);
	}
	.slider__flow .areaText{
		padding: calc(50 / 750 * 100vw) 4.5%;
	}
	.slider__flow .copy{
		margin-bottom: calc(20 / 750 * 100vw);
		padding-bottom: calc(26 / 750 * 100vw);
		font-size: calc(36 / 750 * 100vw);
	}
}

/* index_blog
------------------------------------------------------------------*/
.index_topics{
	padding: calc(100 / var(--break03)) 0;
	position: relative;
	z-index: 1;
}
.index_topics::before,
.index_topics::after
{
	content: "";
	width: 100%;
	height: calc(100% - 20 / var(--break03));
	margin: auto;
	border-top: 1px solid #b19143;
	border-bottom: 1px solid #b19143;
	position: absolute;
	inset: 0;
}
.index_topics .box_blog{
	padding: calc(70 / 1920 * 100vw) calc(130 / 1920 * 100vw);
	background: #fff;
	border: 1px solid #423f34;
}
.index_topics .col_topics {
	width: 32%;
	padding-right: calc(40 / var(--break05));
	background: #fff;
	position: relative;
	z-index: 1;
}
.index_topics .thmb {
	width:  calc(120 / var(--break04));
}
.index_topics .thmb img {
	height: calc(120 / var(--break04));
	object-fit: cover;
}
.index_blog .title {
    width: 99%;
	margin-bottom: calc(5 / var(--break04));
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: calc(20 / var(--break04))
}
.index_blog .text {
	width: calc(100% - 148 / var(--break04));
	font-size: 99%;
}
.index_blog .text a {
	text-decoration: underline;
	color: #b19143;
}
.index_topics .list .date {
	display: block;
	margin-bottom: calc(5 / var(--break04));
	line-height: 1;
	letter-spacing: .2em;
	font-size: 88.8%;
	color: #2e7698;
}
.index_topics .areaTitle{
	padding-bottom: calc(20 / var(--break02));
	border-bottom: 1px solid #423f34;
	position: relative;
	z-index: 2;
}	
.index_topics .areaTitle .more {
	width: calc(100 / var(--break02));
	height: calc(30 / var(--break02));
	margin: auto;
	line-height: 1;
	font-size: calc(16 / var(--break02));
	color: #fff;
	background: #b19143;
	position: absolute;
	inset: calc(30 / var(--break02)) 0 0 auto;
}
.index_topics .areaTitle .more::before {
    content: "";
    width: calc(15 / var(--break02));
    height: calc(15 / var(--break02));
    margin: auto;
	background: #fff;
	opacity: .3;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    position: absolute;
    right: 0;
    bottom: 0;
}
.title_topics .en{
	letter-spacing: 0;
	padding-right: calc(20 / var(--break04))
}
.title_topics .jp{
	position: relative;
	top: calc(-8 / var(--break04))
}
@media(min-width: 768px) {
	.index_topics .col_topics {
		margin-right: 1.999%;
	}
	.index_topics .col_topics:last-child {
		margin-right: 0;
	}
	.index_topics .col_topics::before {
		content: "";
		width: 1px;
		height: 100%;
		margin: auto;
		background: #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		right: -7%;
		z-index: 1;
	}

	.index_topics .col_topics:last-child:before {
		content: none;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_topics .col_topics {
		font-size: 90%;
	}
}
@media(max-width: 767px) {
	.index_topics{
		padding: calc(100 / 750 * 100vw) 0 ;
		position: relative;
		z-index: 1;
	}
	.index_topics .box_blog {
		padding: 9vw calc(28 / 750 * 100vw);;
	}
	.index_topics .col_topics {
		max-width: calc(702 / 750 * 100vw);
		width: 100%;
		padding-right: 0;
		margin: 0 auto calc(60 / 750 * 100vw);
	}
	.index_topics .col_topics:last-child {
		margin-bottom: 0;
	}
	.index_topics .thmb {
		padding-top: 0;
		width: calc(180 / 750 * 100vw);
	}
	.index_topics .thmb img {
		height: calc(180 / 750 * 100vw);
		object-fit: cover;
	}
	.index_topics .list .date {
		margin-bottom: 2.5vw;
		letter-spacing: 0;
		font-size: calc(28 / 750 * 100vw);
	}
	.index_topics .list .title {
		line-height: 1.5;
        letter-spacing: 0;
		font-size: calc(36 / 750 * 100vw);
	}
	.index_blog .text {
		padding-top: 1vw;
		width: calc(100% - 210 / 750 * 100vw);
	}

	.index_topics .areaTitle .more {
		width: calc(165 / 750 * 100vw);
		height: calc(50 / 750 * 100vw);
		letter-spacing: .1em;
		font-size: calc(29.5 / 750 * 100vw);
		inset: calc(-22 / 750 * 100vw) 0 0 auto;
	}

	.title_topics .en{
		letter-spacing: 0;
		font-size: calc(64 / 750 * 100vw);
	}
	.title_topics .jp{
		font-size: calc(36 / 750 * 100vw);
		top: calc(-8 / var(--break04))
	}
}


/* .tbl_time table
------------------------------------------------------------------*/
.tbl_time .box {
	background: #fff;
	border: 1px solid #423f34;
}
.tbl_time table {
	color: #423f34
}
.tbl_time thead th {
	border-bottom-color: #423f34
}
.tbl_time td span {
	color: #b19143;
}
.tbl_time .tbl_caption{
	margin-top: calc(16 / var(--break02));
}
@media(min-width: 768px) and (max-width:1299px) {
	.cover_tbl .tbl_time {
		font-size: calc(14.5 / 1700 * 100vw);
	}
	.cover_tbl .tbl_time .box {
		padding: calc(10 / 1700 * 100vw) calc(24 / 1700 * 100vw);
	}
}
@media(max-width: 767px) {
	.tbl_time .tbl_caption{
		margin-top: 2vw;
		letter-spacing: 0;
		font-size: 75%;
	}
}

/* フッター footer
------------------------------------------------------------------*/
.home .main_foot{
	padding-top: calc(210 / var(--break04));
}
.main_foot{
	padding-bottom: calc(80 / var(--break04));
}
.row_foot01 > .col_l {
	max-width: 475px;
	width: 46%;
}
.row_foot01 > .col_r {
	max-width: 530px;
	width: 49.5%;
}
.bg_footer02 {
    padding: calc(60 / var(--break02)) 0;
}
.bg_footer03 {
    padding: calc(40 / var(--break02)) 0 calc(50 / var(--break02));
}
.pagetop {
	position: fixed;
	right: calc(30 / var(--break) * 100vw);
	bottom: calc(30 / var(--break) * 100vw);
	z-index: 1000;
	width: calc(80 / var(--break) * 100vw);
}
.copyright {
	height: calc(80 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.home .main_foot {
		padding-top: calc(135 / var(--break) * 100vw);
	}
	.main_foot {
		padding-bottom: calc(99 / var(--break) * 100vw);
	}
	.row_foot01 {
		display: block;
		margin-bottom: 5vw;
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: 100%;
		margin-bottom: calc(55 / 750 * 100vw);
		text-align: center;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	
	.bg_footer02 {
	}
	.bg_footer03 {
		padding: calc(60 / var(--break) * 100vw) 0 calc(84 / var(--break) * 100vw);
	}
	.copy_sitemap{
		margin-bottom: calc(8 / var(--break) * 100vw);
		font-size: calc(60 / var(--break) * 100vw);
	}
	.list_sitemap {
		font-size: calc(31.5 / 750 * 100vw);
	}
	.copyright {
		font-size: 75%;
		letter-spacing: 0;
		padding: 4vw 0 20vw;
		height: auto;
	}
	.pagetop {
		display: none!important;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 9;
	}
	.fix_tel {
		width: calc(600 / var(--break) * 100dvw);
	}
	.pagetop_sp {
		width: calc(150 / var(--break) * 100dvw);
	}
	.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(-170 / var(--break) * 100vw);
	height: calc(100% + calc(340 / var(--break) * 100vw));
}
.btn_map {
	width: calc(300 / var(--break03));
	letter-spacing: .1em;
	font-size: calc(20 / var(--break03));
	top: calc(30 / var(--break03));
	left: calc(30 / var(--break03));
	z-index: 1;
}
.btn_map a {
	height: calc(60 / var(--break03));
	color: #292727;
	background: #ffffff;
}
.btn_map a::before {
    content: "";
    width: calc(18 / var(--break03));
    height: calc(23 / var(--break03));
    margin: auto;
    background: url(images/page/icn_map.svg) no-repeat center / contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(30 / var(--break03));
}
.btn_map a::after {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-left: calc(8 / var(--break) * 100vw) solid  #b19143;
	border-top: calc(5 / var(--break) * 100vw) solid transparent;
	border-bottom: calc(5 / var(--break) * 100vw) solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(30 / var(--break) * 100vw);
	transition: all .5s;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.map iframe {
		margin-top: calc(-280 / var(--break) * 100vw);
		height: calc(100% + calc(560 / var(--break) * 100vw));
	}
}
@media(max-width: 767px) {
	.wrap_map  {
		background: url(images/page/ptn_04.png)repeat center / calc(1024 / 700 * 100vw);
	}
	.access .wrap_map{
		background: #fff;
	}
	.map iframe {
		margin-top: calc(-200 / var(--break) * 100vw);
		height: calc(100% + calc(400 / var(--break) * 100vw));
	}
	.btn_map {
		width: calc(646 / var(--break) * 100vw);
		margin: 0 auto calc(60 / var(--break) * 100vw);
		font-size: 1.0625rem;
		position: relative;
		left: auto;
		top: auto;
	}
	.btn_map a {
		height: calc(120 / var(--break) * 100vw);
		background-size: calc(30 / var(--break) * 100vw) auto;
	}
	.btn_map a::before {
		width: calc(18 / 500 * 100vw);
		height: calc(23 / 500 * 100vw);
	}
	.btn_map a::after {
		border-width: calc(10 / var(--break) * 100vw) 0 calc(10 / var(--break) * 100vw) calc(16 / var(--break) * 100vw);
		right: 4vw;
	}

	.access .btn_map{
		border: 1px solid #b19143;
	}
}