@charset "utf-8";
/*
Theme Name: res
Version: 1.3.7
Author: T8,Inc.
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap');
:root {
	--break: 1920;
	--guideline-color: #aaa;
	font-size: calc(16 / var(--break) * 100vw);
	--color01: #527CBB;
	--color02: #70BB52;
	--color03: #FDEEE1;
	--color04: #52A9BB;
	--color05: #DFBD36;
	--color06: #1D1D1D;
	--color07: #B1924F;
	--color08: #FFFFFF;
	--color09: #F29039;
	--color10: #;
	--color11: #;
	--color12: #;
	--color13: #;
	--color14: #;
	--color15: #;
	--color16: #;
	--color17: #;
	--color18: #;
	--color19: #;

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

/*サイト別フォント・カラー設定*/
.txt_link {
	color: #70bb52;
	text-decoration: underline;
}
.tsu {
	font-family: "fot-tsukumin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.bel {
	font-family: "beloved-script", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.big {
	font-family: "bigmoore", serif;
	font-weight: 400;
	font-style: normal;
}

/*ここまで*/
html, body {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
	color: #1d1d1d;
	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,.inner1720
{
	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;
}
.inner1720 {
	max-width: 1720px;
}
.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;
}
.bbw2 {
	border-bottom: 2px solid #fff;
}
.btw {
	border-top: 1px solid #fff;
}
.btw2 {
	border-top: 2px solid #fff;
}
.border {
	border: solid 1px #fff;
}
.border2 {
	border: solid 2px #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;
	}
}
@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,.inner1720 {
		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 {
	z-index: 10!important;
}
header h1 {
	width: calc(520 / var(--break) * 100vw);
}
.row_head01 {
	top: calc(22 / var(--break) * 100vw);
	left: calc(22 / var(--break) * 100vw);
}
.row_head02 {
	top: calc(22 / var(--break) * 100vw);
	right: calc(124 / var(--break) * 100vw);
}
.tel_head {
	width: calc(350 / var(--break) * 100vw);
}
.tel_head .txt01 {
	border-radius: calc(12 / var(--break) * 100vw);
}
.tel_head a {
	height: calc(100 / var(--break) * 100vw);
}
.tel_head .num:before {
	position: absolute;
	content: "";
	background: url("images/page/icn_tel01.svg") no-repeat left center / contain;
	width: calc(29 / var(--break)* 100vw);
	height: calc(29 / var(--break)* 100vw);
	left: calc(10 / var(--break) * 100vw);
	bottom: 0;
	top: 0;
	margin: auto;
}
.tel_head .txt02 {
	background: #52a9bb1A;
	height: calc(25 / var(--break) * 100vw);
}
.tel_head .box {
	height: calc(75 / var(--break) * 100vw);
}
.web_head {
	width: calc(200 / var(--break) * 100vw);
}
.web_head a {
	background: url("images/page/deco_web01.svg") no-repeat right bottom / calc(130 / var(--break) * 100vw) auto;
	height: calc(100 / var(--break) * 100vw);
}
.web_head a:before {
	position: absolute;
	content: "";
	background: url("images/page/arw01.svg") no-repeat left center / contain;
	width: calc(36 / var(--break)* 100vw);
	height: calc(11 / var(--break)* 100vw);
	right: calc(14 / var(--break) * 100vw);
	bottom: calc(10 / var(--break) * 100vw);
	transition: all .3s;
}
.web_head a:hover:before {
	transition: all .3s;
	right: calc(10 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	header h1 {
		width: calc(285 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_head02 {
		display: none;
	}
	.address_head {
		display: none;
	}
	header h1 {
		width: calc(556 / var(--break) * 100vw);
	}
}


/* メインイメージ 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: calc(800 / var(--break) * 100vw);
	height: 100vh;
}
.main_img.tab .slide_main li {
	height: auto;
}
.main01 {
	background: url(images/index/main01.jpg)no-repeat center / cover;
}
.main_img .ttl_main {
	top: 20%;
	left: 11%;
	line-height: 1.9;
	text-shadow: 0 0 16px rgba(29, 29, 29, 0.2);
}
.main_img .ttl_main em {
	position: relative;
	color: #fff000;
	display: inline-block;
}
.main_img .ttl_main em:before {
	position: absolute;
	content: "";
	background: url("images/index/deco_main05.png") no-repeat left center / contain;
	width: calc(211 / var(--break)* 100vw);
	height: calc(239 / var(--break)* 100vw);
	left: calc(-32 / var(--break) * 100vw);
    top: calc(-47 / var(--break) * 100vw);
	margin: auto;
}
.main_img .ttl_main .deco01 {
	width: calc(115 / var(--break) * 100vw);
	left: calc(-124 / var(--break) * 100vw);
	top: calc(-29 / var(--break) * 100vw);
}
.main_img .ttl_main .deco02 {
	width: calc(88 / var(--break) * 100vw);
	left: calc(-88 / var(--break) * 100vw);
	bottom: calc(-24 / var(--break) * 100vw);
}
.main_img .ttl_main .deco03 {
	width: calc(95 / var(--break) * 100vw);
	right: calc(-77 / var(--break) * 100vw);
	top: calc(92 / var(--break) * 100vw);
}
.box_main01 {
	width: 100%;
	height: calc(205 / var(--break) * 100vw);
	outline-offset:calc(-10 / var(--break) * 100vw);
	outline: 1px solid #b1924f;
	max-width: calc(620 / var(--break) * 100vw);
	left: calc(190 / var(--break) * 100vw);
	bottom: calc(50 / var(--break) * 100vw);
	border-radius: 0 0 calc(20 / var(--break) * 100vw) 0;
	padding-left: calc(130 / var(--break) * 100vw);
}
.box_main01 .deco {
	width: calc(472 / var(--break) * 100vw);
	right: calc(-253 / var(--break) * 100vw);
	top: calc(-157 / var(--break) * 100vw);
}
.box_main01 .box {
	border-radius: calc(20 / var(--break) * 100vw) 0 0 0;
	background: url("images/page/icn_main01.svg") no-repeat center / calc(100 / var(--break) * 100vw) auto,linear-gradient(to bottom, #dfbd36, #b1924f);
	left:calc(-90 / var(--break) * 100vw);
	top: calc(-30 / var(--break) * 100vw);
	width: calc(200 / var(--break) * 100vw);
	height: calc(135 / var(--break) * 100vw);
}
.box_main01 .box:before {
	position: absolute;
	content: "";
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	left: calc(5 / var(--break) * 100vw);
	bottom: calc(5 / var(--break) * 100vw);
	top: calc(5 / var(--break) * 100vw);
	right: calc(5 / var(--break) * 100vw);
	margin: auto;
	z-index: 1;
}
.box_main01 li:before {
	background: url("images/page/icn_check01.png") no-repeat center / cover;
	height: calc(30 / var(--break) * 100vw);
	width: calc(31 / var(--break) * 100vw);
	border-radius: 0;
	top: calc(4 / var(--break) * 100vw);
}
.box_main01 li {
	padding-left: calc(38 / var(--break) * 100vw);
}
.box_main01 li:not(:first-child) {
    margin-top: calc(23 / var(--break) * 100vw);
}
.ccl_main01 {
	right: calc(100 / var(--break) * 100vw);
	bottom: calc(30 / var(--break) * 100vw);
	width: calc(296 / var(--break) * 100vw);
	height: calc(296 / var(--break) * 100vw);
	background: url("images/page/ccl01.png") no-repeat center / cover;
}
.ccl_main01 .ccl {
	line-height: 1;
	width: calc(45 / var(--break) * 100vw);
	height: calc(45 / var(--break) * 100vw);
}
.ccl_main01 .deco01 {
	line-height: 1;
	width: calc(27 / var(--break) * 100vw);
}
.ccl_main01 .deco02 {
	line-height: 1;
	width: calc(27 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.main_img .slide_main li {
		height: auto;
	}
	.main_img .ttl_main {
		font-size: calc(50 / var(--break) * 100vw);
	}
	.main_img .ttl_main .fz70{
		font-size: calc(60 / var(--break) * 100vw);
	}
	.box_main01{
		left: calc(100 / var(--break) * 100vw);
	}
	.box_main01 .deco {
		width: calc(272 / var(--break) * 100vw);
		right: calc(-108 / var(--break) * 100vw);
		top: calc(-43 / var(--break) * 100vw);
	}
	.ccl_main01 {
        right: calc(271 / var(--break) * 100vw);
        bottom: calc(8 / var(--break) * 100vw);
        width: calc(210 / var(--break) * 100vw);
        height: calc(210 / var(--break) * 100vw);
    }
	.ccl_main01>.flex {
		align-items: flex-end;
	}
	.ccl_main01 .deco01 {
		width: calc(23 / var(--break) * 100vw);
	}
	.ccl_main01 .deco02 {
		width: calc(23 / var(--break) * 100vw);
	}
	.ccl_main01 .txt {
		font-size: calc(20 / var(--break) * 100vw);
	}
	.ccl_main01 .txt02 {
		line-height: 1.5;
	}
	.ccl_main01 .txt03 {
		font-size: calc(22 / var(--break) * 100vw);
	}
	.ccl_main01 .txt03 .fz36{
		font-size: calc(24 / var(--break) * 100vw);
	}
	.ccl_main01 .ccl {
		padding-bottom: 0;
	}
	.main_img .ttl_main em:before {
		left: calc(-40 / var(--break) * 100vw);
    	top: calc(-55 / var(--break) * 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.main_img .slide_main li {
		min-height: auto;
		height: calc(100svh - calc(120 / var(--break) * 100vw));
	}
	.main01 {
		background: url(images/index/main01_sp.jpg)no-repeat center / cover;
	}
	.main_img .ttl_main em:before {
		width: calc(134 / var(--break) * 100vw);
		height: calc(155 / var(--break) * 100vw);
		left: calc(-8 / var(--break) * 100vw);
		top: calc(-37 / var(--break) * 100vw);
	}
	.main_img .ttl_main {
		top: 14%;
		left: 0;
		right: 0;
		line-height: 1.85;
		text-shadow: 0 0 16px rgba(29, 29, 29, 0.2);
		margin: auto;
		text-align: center;
		font-size: calc(44 / var(--break) * 100vw);
	}
	.main_img .ttl_main .fz70{
		font-size: calc(52 / var(--break) * 100vw);
	}
	.ccl_main01 {
		right: calc(24 / var(--break) * 100vw);
		bottom: calc(385 / var(--break) * 100vw);
		width: calc(246 / var(--break) * 100vw);
		height: calc(246 / var(--break) * 100vw);
	}
	.ccl_main01 .txt {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.ccl_main01 .ccl {
		padding-bottom: 0;
		font-size: calc(25 / var(--break) * 100vw);
	}
	.ccl_main01 .txt02 {
		font-size: calc(22 / var(--break) * 100vw);
	}
	.ccl_main01 .txt03 {
		line-height: 1.6;
		font-size: calc(24 / var(--break) * 100vw);
	}
	.ccl_main01 .txt03 .fz36{
		font-size: calc(30 / var(--break) * 100vw);
	}
	.ccl_main01 .deco01 {
		width: calc(24 / var(--break) * 100vw);
	}
	.ccl_main01 .deco02 {
		width: calc(24 / var(--break) * 100vw);
	}
	.box_main01 .deco {
        width: calc(348 / var(--break) * 100vw);
        right: 2vw;
        top: -15vw;
    }
	.box_main01 .box {
		background: url(images/page/icn_main01.svg) no-repeat center / calc(86 / var(--break) * 100vw) auto, linear-gradient(to bottom, #dfbd36, #b1924f);
		letter-spacing: 0;
		font-size: calc(22 / var(--break) * 100vw);
		left: calc(-90 / var(--break) * 100vw);
		top: calc(-20 / var(--break) * 100vw);
		width: calc(250 / var(--break) * 100vw);
		height: calc(135 / var(--break) * 100vw);
	}
	.box_main01 .deco {
		width: calc(348 / var(--break) * 100vw);
		right: 2vw;
		top: -15vw;
	}
	.box_main01 {
		width: 100%;
		left: auto;
		height: calc(230 / var(--break) * 100vw);
		max-width: calc(614 / var(--break) * 100vw);
		right: calc(24 / var(--break) * 100vw);
		bottom: calc(30 / var(--break) * 100vw);
		padding-left: 24vw;
	}
	.box_main01 li:not(:first-child) {
		margin-top: calc(19 / var(--break) * 100vw);
	}
	.box_main01 li {
		letter-spacing: 0;
		font-size: calc(23 / var(--break) * 100vw);
	}
	.address_main {
		font-size: calc(31 / var(--break) * 100vw);
	}
	.main_img .ttl_main .deco01 {
		width: calc(80 / var(--break) * 100vw);
		left: 5vw;
		top: -4vw;
	}
	.main_img .ttl_main .deco02 {
		width: calc(70 / var(--break) * 100vw);
		left: 8vw;
		bottom: -2vw;
	}
	.main_img .ttl_main .deco03 {
		width: calc(62 / var(--break) * 100vw);
		right: 5vw;
		top: 9vw;
	}
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.gnav, .fix_nav {
	display: none;
}
.btn_gnav_sp {
	position: fixed;
	top:calc(22 / var(--break) * 100vw);
	right:calc(24 / var(--break) * 100vw);
	height: calc(100 / var(--break) * 100vw);
	width: calc(100 / var(--break) * 100vw);
	background-image: linear-gradient(to top, #cd6000, #f29039);
	z-index: 10000;
	outline: none;
}
.btn_gnav_sp .txt_gnav {
	position: absolute;
	width: calc(62 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: calc(10/ var(--break) * 100vw);
	margin: auto;
}
.btn_gnav_sp .icn_gnav {
	width: calc(45 / var(--break) * 100vw);
	height:calc(5 / var(--break) * 100vw);
	position: absolute;
	top: calc(-22 / var(--break) * 100vw);
	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: calc(5 / var(--break) * 100vw);
	position: absolute;
	left: 0;
	background: #fff;
	transition: transform .3s ease-in-out;
}
.btn_gnav_sp .icn_gnav:before {
	top: calc(-13 / var(--break) * 100vw);
}
.btn_gnav_sp .icn_gnav:after {
	bottom: calc(-13 / var(--break) * 100vw);
}
.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;
}
.btn_gnav_sp {
    cursor: pointer;
}
.gnav_sp .ps__thumb-y {
	background: transparent !important;
}

.gnav_sp {
	padding: calc(165 / var(--break) * 100vw) 0 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: #ffffffE6;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	width: calc(606 / var(--break) * 100vw);
	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.1);
	visibility: visible;
	opacity: 1;
	transition: .3s;
	left: 0;
	top: 0;
}
.gnav_sp .nav_main {
	padding-bottom: calc(200 / var(--break) * 100vw);
}
.gnav_sp .nav_main > ul {
	padding: 0 calc(30 / var(--break) * 100vw) 0 calc(50 / var(--break) * 100vw);
	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.nav_drawer {
	padding-bottom: calc(20 / var(--break) * 100vw);
}
.gnav_sp .nav_main > ul > li > a {
	padding: calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(38 / var(--break) * 100vw);
	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:not(:last-of-type) {
	margin-bottom: 0;
}
.gnav_sp .nav_main > ul > li.nav_drawer > a {
	border-bottom: none;
}
.gnav_sp .nav_main > ul > li > a:after {
	content: "";
	position: absolute;
	left: 0;
	top: calc(20 / var(--break) * 100vw);
	width: 0;
	height: 0;
	border-width: calc(13 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) 0 calc(10 / var(--break) * 100vw);
	border-color: #f29039 transparent transparent transparent;
	margin: auto;
}
.gnav_sp .nav_main > ul > li.nav_drawer > a.open:after {
	transform: rotate(-90deg);
}
.gnav_sp .nav_main > ul > li > a .en {
	/*text-transform: uppercase;*/
	font-size: 62.5%;
	letter-spacing: .1em;
	margin-top: 1vw;
}
.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;
}

.btn_gnav_sp {
    cursor: pointer;
}
.gnav_sp .ps__thumb-y {
	background: transparent !important;
}
.gnav_sp .ps__thumb-x {
	background: transparent !important;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media only screen and (max-width: 767px) {
	.gnav, .fix_nav {
		display: none;
	}
	.btn_gnav_sp {
		position: fixed;
		top: 3vw;
		right: 3.2vw;
		height: calc(100 / var(--break) * 100vw);
		width: calc(100 / var(--break) * 100vw);
		z-index: 10000;
		outline: none;
	}
	.btn_gnav_sp .txt_gnav {
		position: absolute;
		width: calc(62 / var(--break) * 100vw);
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / var(--break) * 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: 14vw 0 0;
		overflow-y: auto;
		overflow-x: hidden;
		background: #ffffffE6;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		width: 80%;
		transition: opacity .6s ease, visibility .6s ease;
		line-height: 1.45;
	}
	.bg_gnav {
		visibility: hidden;
		transition: .3s;
		opacity: 0;
	}
	.open .bg_gnav {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9998;
		background: rgba(0,0,0,0);
		visibility: visible;
		opacity: 1;
		transition: .3s;
		left: 0;
		top: 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: 20vw;
	}
	.gnav_sp .nav_main > ul {
		padding: 0 3vw;
		display: block;
	}
	.gnav_sp .nav_main > ul > li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 3.2vw 3vw 3.2vw 6vw;
		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;
		left: 0.5vw;
		right: auto;
		top: 6vw;
		bottom: auto;
		width: 0;
		height: 0;
		border-left: calc(16 / var(--break) * 100vw) solid #f29039;
		border-top: calc(10 / var(--break) * 100vw) solid transparent;
		border-bottom: calc(10 / var(--break) * 100vw) solid transparent;
		margin: auto;
		transform: rotate(90deg);
	}
	.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 {
		width: 100%;
        line-height: 1.6;
        letter-spacing: 0;
        font-size: calc(32 / var(--break) * 100vw);
	}
	.gnav_sp .nav_main > ul > li > a .en {
		/*text-transform: uppercase;*/
		font-size: 62.5%;
		letter-spacing: .1em;
		margin-top: 1vw;
	}
	.gnav_sp .nav_main > ul > li:not(:last-of-type) {
		margin-bottom: 0;
	}
	.open .gnav_sp {
		visibility: visible;
		opacity: 1;
	}
	.open .gnav_sp .nav_main > ul > li, .open .gnav_sp .nav_sub li {
		opacity: 1;
		transform: translateX(0);
		transition: transform 1s ease, opacity .9s ease;
	}
}

/* 新着情報 index_news
------------------------------------------------------------------*/

/* ※パーフェクトスクロールバー用基本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: #70bb52; /* コーダーさんへに記載されている★標準テキスト：リンク色に変更*/
	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;
	}
}


/* ご予約はこちら Click here!
------------------------------------------------------------------*/
.bg_ch01:before {
	position: absolute;
	content: "";
	background: #f2903933;
	width: 100%;
	height: calc(250 / var(--break) * 100vw);
	left: 0;
	top: 0;
	margin: auto;
	z-index: -1;
}
.bg_ch01 h2 .ja:before,.bg_ch01 h2 .ja:after {
	position: absolute;
	content: "";
	background: #fff;
	width: calc(800 / var(--break) * 100vw);
	height: 1px;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: -1;
}
.bg_ch01 h2 .ja:after {
	left: auto;
	right: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_ch01 h2 .ja:before,.bg_ch01 h2 .ja:after {
		width: calc(600 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_ch01 h2 .ja:before,.bg_ch01 h2 .ja:after {
		width: calc(480 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_ch01 {
		padding: 9vw 0 10vw;
	}
	.bg_ch01 .en {
		letter-spacing: .1em;
		font-size: calc(30 / var(--break) * 100vw);
	}
	.bg_ch01 .ja {
		line-height: 1;
		font-size: calc(50 / var(--break) * 100vw);
	}
	.bg_ch01 h2 {
		margin-bottom: 9vw;
	}
	.bg_ch01 h2 .ja:before,.bg_ch01 h2 .ja:after {
		width: calc(156 / var(--break) * 100vw);
		top: 2vw;
	}
}

/* 共通パーツcommon
------------------------------------------------------------------*/
.bg_common01 {
	background: url("images/page/deco_bg01.png") no-repeat right bottom /calc(400 / var(--break) * 100vw) auto,url("images/page/deco_bg02.png") no-repeat left top /calc(400 / var(--break) * 100vw) auto,linear-gradient(
  344deg,
  #f29039 0%,    /* オレンジ開始 */
  #f29039 40%,   /* オレンジの範囲 */
  #f29039 42%,   /* 混ざり始め */
  #dfbd36 60%,   /* 黄色に徐々に変化 */
  #dfbd36 100%   /* 黄色終了 */
);
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_common01 .en {
		font-size: calc(80 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_common01 .en {
        font-size: calc(60 / var(--break) * 100vw);
    }
	.bg_common01 .ja {
        font-size: calc(40 / var(--break) * 100vw);
    }
}
@media(max-width: 767px) {
	.bg_common01 {
		padding: 10vw 0;
	}
	.bg_common01 .en {
        font-size: calc(80 / var(--break) * 100vw);
    }
	.bg_common01 .ja {
        font-size: calc(50 / var(--break) * 100vw);
    }
}


/* 歯並び・矯正治療の疑問やお悩みを気軽にご相談ください Consultation
------------------------------------------------------------------*/
.bg_consul01 {
	background: url("images/page/bg_counsultation01.jpg") no-repeat center /cover;
}
.bg_consul01:before {
	position: absolute;
	content: "";
	background: #fdeee1;
	width: 100%;
	height: calc(330 / var(--break)* 100vw);
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.box_consul01 {
	margin-right: auto;
	margin-left: auto;
	max-width: calc(1500 / var(--break) * 100vw);
	background-image: linear-gradient(to top, #cd6000, #f29039);
	border-radius: calc(60 / var(--break) * 100vw) calc(60 / var(--break) * 100vw) 0 0;
}
.box_consul01 .en {
    left: calc(-42 / var(--break) * 100vw);
    top: calc(43 / var(--break) * 100vw);
    transform: rotate(341deg);
    font-size: calc(75 / var(--break) * 100vw);
}
.row_consul01 {
	margin-right: auto;
	margin-left: auto;
	max-width: calc(1240 / var(--break) * 100vw);
}
.row_consul01 .col_l {
	width: 40.4%;
	outline-offset:calc(-4 / var(--break) * 100vw);
	outline: 1px solid #f29039;
	height: calc(250 / var(--break) * 100vw);
}
.row_consul01 .col_r {
	width: 59.6%;
	height: calc(250 / var(--break) * 100vw);
}
.row_consul01 .col_r .deco {
	width: calc(163 / var(--break) * 100vw);
	right: calc(23 / var(--break) * 100vw);
	bottom: calc(-67 / var(--break) * 100vw);
}
.row_consul01 li:before {
	background: url("images/page/icn_check01.png") no-repeat center / cover;
	height: calc(30 / var(--break) * 100vw);
	width: calc(31 / var(--break) * 100vw);
	border-radius: 0;
	top: calc(4 / var(--break) * 100vw);
	left: calc(8 / var(--break) * 100vw);
}
.row_consul01 li {
	border-bottom: calc(2 / var(--break) * 100vw) dotted #fdeee1;
	padding-bottom: calc(10 / var(--break) * 100vw);
    padding-left: calc(61 / var(--break) * 100vw);
}
.row_consul01 li:not(:first-child) {
    margin-top: calc(12 / var(--break) * 100vw);
}
.row_consul01 .box{
	background: #b1924f33;
}
.row_consul02 {
	gap: calc(20 / var(--break) * 100vw) 3.2%;
	max-width: calc(1240 / var(--break) * 100vw);
}
.row_consul02 .col{
	width: 48.4%;
}
.row_consul02 a{
	height: calc(140 / var(--break) * 100vw);
}
.tel_consul .num:before {
	width: calc(40 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
	top: calc(11 / var(--break) * 100vw);
}
.tel_consul .box {
	height: calc(100 / var(--break) * 100vw);
}
.tel_consul .txt01 {
	max-width: calc(450 / var(--break) * 100vw);
}
.tel_consul .txt02 {
	height: calc(40 / var(--break) * 100vw);
}
.web_consul a {
	background: url("images/page/deco_web02.svg") no-repeat right bottom / calc(450 / var(--break) * 100vw) auto;
}
.web_consul a:before {
	right: calc(30 / var(--break) * 100vw);
	bottom: 0;
	top: 0;
	margin: auto;
	width: calc(84 / var(--break)* 100vw);
	height: calc(18 / var(--break)* 100vw);
	background: url("images/page/arw02.svg") no-repeat left center / contain;
}
.web_consul a:hover:before {
	transition: all .3s;
	right: calc(25 / var(--break) * 100vw);
}
.web_consul a:after {
	position: absolute;
	content: "";
	background: url("images/page/icn_web01.svg") no-repeat left center / contain;
	width: calc(80 / var(--break)* 100vw);
	height: calc(80 / var(--break)* 100vw);
	left: calc(100 / var(--break) * 100vw);
	bottom: 0;
	top: 0;
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_consul01 .en {
		top: calc(8 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_consul01 .copy {
		font-size: calc(34 / var(--break) * 100vw);
	}
	.row_consul01 .col_r .deco {
		width: calc(135 / var(--break) * 100vw);
		right: calc(23 / var(--break) * 100vw);
		bottom: calc(-67 / var(--break) * 100vw);
	}
	.web_consul a:after {
		left: calc(40 / var(--break) * 100vw);
	}
	.row_consul01 .col_l {
		padding: 0 calc(20 / var(--break) * 100vw)
	}
	.row_consul01 .ttl {
		font-size: calc(26 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.consul {
		padding:calc(50 / var(--break) * 100vw) calc(24 / var(--break) * 100vw) calc(50 / var(--break) * 100vw);
	}
	.bg_consul01 {
		padding: calc(50 / var(--break) * 100vw) calc(28 / var(--break) * 100vw) calc(70 / var(--break) * 100vw);
		background: url(images/page/bg_counsultation01_sp.jpg) no-repeat center / cover;
	}
	.bg_consul01 .copy {
		line-height: 1.75;
		font-size: calc(40 / var(--break) * 100vw);
	}
	.bg_consul01 .en {
		left: -2vw;
    	top: 2vw;
		font-size: calc(75 / var(--break) * 100vw);
	}
	.box_consul01 {
		padding: 10vw 5vw 14vw;
	}
	.row_consul01 .col_l {
		width: 100%;
		height: auto;
		outline-offset: calc(-10 / var(--break) * 100vw);
		padding: 7vw 5vw 8vw;
	}
	.row_consul01 .col_r {
		width: 100%;
		height: auto;
		padding: 6vw 2vw 9vw;
	}
	.row_consul01 .col_r li {
		letter-spacing: 0;
		padding-left: calc(46 / var(--break) * 100vw);
		padding-bottom: calc(26 / var(--break) * 100vw);
		font-size: calc(30 / var(--break) * 100vw);
	}
	.row_consul01 li:not(:first-child) {
		margin-top: calc(26 / var(--break) * 100vw);
	}
	.row_consul01 li:before {
		top: calc(11 / var(--break) * 100vw);
	}
	.row_consul01 .col_r .deco {
		width: calc(163 / var(--break) * 100vw);
		right: calc(-19 / var(--break) * 100vw);
		bottom: calc(-71 / var(--break) * 100vw);
	}
	.row_consul01 .col_l .ttl {
		margin-bottom: 1vw;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_consul01 .bdr {
		line-height: 1;
    	margin-bottom: 3vw;
	}
	.row_consul01 .box {
		padding: 4vw 2vw 4vw;
	}
	.row_consul02 {
		gap: calc(30 / var(--break) * 100vw) 0;
	}
	.row_consul02 .col {
		width: 100%;
	}
	.tel_head {
		max-width: calc(600 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.tel_head .txt01 {
		max-width: calc(450 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: calc(10 / var(--break) * 100vw);
		border-radius: calc(20 / var(--break) * 100vw);
		font-size: calc(24 / var(--break) * 100vw);
	}
	.tel_head .num {
		font-size: calc(47 / var(--break) * 100vw);
	}
	.tel_head .box {
		height: calc(126 / var(--break) * 100vw);
	}
	.tel_head .txt02 {
		letter-spacing: 0;
		height: calc(54 / var(--break) * 100vw);
		font-size: calc(24 / var(--break) * 100vw);
	}
	.tel_head a {
		height: calc(180 / var(--break) * 100vw);
	}
	.tel_head .num {
		padding-left: calc(65 / var(--break) * 100vw);
	}
	.tel_head .num:before {
		width: calc(47 / var(--break) * 100vw);
		height: calc(47 / var(--break) * 100vw);
		top: calc(11 / var(--break) * 100vw);
	}
	.web_head {
		max-width: calc(600 / 750*100vw)!important;
		margin-left: auto;
		margin-right: auto;
		width: 100%!important;
	}
	.web_head a:before {
		right: calc(30 / var(--break) * 100vw)!important;
		bottom: 0;
		top: 0;
		margin: auto;
		background: url(images/page/arw02.svg) no-repeat left center / contain;
		width: calc(84 / var(--break) * 100vw)!important;
		height: calc(18 / var(--break) * 100vw)!important;
	}
	.web_head a {
		background: url(images/page/deco_web02.svg) no-repeat right bottom / calc(450 / var(--break) * 100vw) auto;
		padding-bottom: 2vw;
		height: calc(180 / var(--break) * 100vw);
	}
	.web_head .txt01 {
		font-size: calc(30 / var(--break) * 100vw);
	}
	.web_head .txt02 {
		line-height: 1;
		font-size: calc(48 / var(--break) * 100vw);
	}
	.web_head a:after {
		width: calc(80 / var(--break) * 100vw)!important;
		height: calc(80 / var(--break) * 100vw)!important;
		left: calc(82 / var(--break) * 100vw)!important;
	}
}


/* マウスピース矯正（インビザライン）とは？ INVISALIGN
------------------------------------------------------------------*/
.bg_invisa01 {
	background: url("images/index/bg_invisa01.png") no-repeat center top / 100% auto;
}
.bg_invisa02 {
	background-image: linear-gradient(to bottom, #f2903933, #fff);
}
.row_invisa01 {
	max-width: calc(1420 / var(--break) * 100vw);
	gap: calc(50 / var(--break) * 100vw) 5.6%;
}
.row_invisa01 .col {
	width: 29.6%;
	position: relative;
	z-index: 2;
}
.row_invisa01 .col:before {
	position: absolute;
    content: "";
    background: url("images/index/deco_merit01.png") no-repeat top right / cover;
    width: calc(200 / var(--break) * 100vw);
    height:calc(124 / var(--break) * 100vw);
    left: calc(-10 / var(--break) * 100vw);
    top: calc(-10 / var(--break) * 100vw);
    z-index: -1;
}
.row_invisa01 .col.blue:before {
	background: url("images/index/deco_merit03.png") no-repeat top right / cover;
}
.row_invisa01 .col.yellow:before {
	background: url("images/index/deco_merit05.png") no-repeat top right / cover;
}
.row_invisa01 .col:after {
	position: absolute;
    content: "";
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background-image: linear-gradient(to top, #f29039, #dfbd36);
    width: 100%;
    height: 100%;
    right: calc(-10 / var(--break) * 100vw);
    bottom: calc(-10 / var(--break) * 100vw);
    z-index: -1;
}
.row_invisa01 .col.blue:after {
	background-image: linear-gradient(to top, #52a9bb, #527cbb);
}
.row_invisa01 .col.yellow:after {
	background-image: linear-gradient(to top, #dfbd36, #b1924f);
}
.row_invisa01 .copy {
	border-bottom: calc(3 / var(--break) * 100vw) solid #fff;
}
.row_invisa01 .en {
	transform: rotate(-15deg);
	top: calc(-3 / var(--break) * 100vw);
	left: calc(10 / var(--break) * 100vw);
}
.row_invisa01 .num {
	width: calc(80 / var(--break) * 100vw);
	height: calc(80 / var(--break) * 100vw);
	left: calc(-40 / var(--break) * 100vw);
	top: calc(-40 / var(--break) * 100vw);
	background-image: linear-gradient(to bottom, #f29039, #dfbd36);
}
.row_invisa01 .col.blue .num {
	background-image: linear-gradient(to bottom, #52a9bb, #527cbb);
}
.row_invisa01 .col.yellow .num {
	background-image: linear-gradient(to bottom, #dfbd36, #b1924f);
}
.ttl_invisa01 .ja {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

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

}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_invisa01 .ja {
		font-size: calc(36 / var(--break) * 100vw);
	}
	.ttl_invisa01 .en {
		font-size: calc(130 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.copy_invisa01 {
		margin-bottom: 6vw;
		line-height: 1.7;
		font-size: calc(40 / var(--break) * 100vw);
	}
	.bg_invisa01 {
		padding-top: 9vw;
		background: url(images/index/bg_invisa01_sp.png) no-repeat center top / 100% auto;
	}
	.bg_invisa01 .img {
		margin-bottom: 5vw;
		max-width: calc(697 / 750*100vw);
		margin-left: -4vw;
		margin-right: auto;
		text-align: left;
	}
	.bg_invisa02 {
		padding: 11vw 0 15vw;
	}
	.ttl_invisa01 {
		margin-bottom: 15vw;
	}
	.ttl_invisa01 .ja{
		top: 66%;
		font-size: calc(40 / var(--break) * 100vw);
	}
	.ttl_invisa01 .en{
		font-size: calc(150 / var(--break) * 100vw);
	}
	.row_invisa01 {
		max-width: calc(603 / var(--break) * 100vw);
		gap: calc(132 / var(--break) * 100vw) 0;
	}
	.row_invisa01 .box{
		padding: 5vw 4vw 6vw;
	}
	.row_invisa01 .col {
		width: 100%;
		position: relative;
		z-index: 2;
		margin-top: 0;
	}
	.row_invisa01 .col:before {
		width: calc(288 / var(--break) * 100vw);
		height:calc(180 / var(--break) * 100vw);
		left: calc(-16 / var(--break) * 100vw);
		top: calc(-16 / var(--break) * 100vw);
	}
	.row_invisa01 .col:after {
		right: calc(-15 / var(--break) * 100vw);
		bottom: calc(-15 / var(--break) * 100vw);
	}
	.row_invisa01 .copy {
		margin-bottom: 3vw;
		font-size: calc(40 / var(--break) * 100vw);
	}
	.row_invisa01 .en {
		top: -4vw;
		font-size: calc(54 / var(--break) * 100vw);
	}
	.row_invisa01 .num {
		width: calc(116 / var(--break) * 100vw);
		height: calc(116 / var(--break) * 100vw);
		left: calc(-58 / var(--break) * 100vw);
		top: calc(-58 / var(--break) * 100vw);
		font-size: calc(58 / var(--break) * 100vw);
		padding-bottom: 0;
	}
}


/* 矯正治療をおすすめする理由 REASONS
------------------------------------------------------------------*/
.bg_reasons01 {
	background: url("images/index/deco_reason01.png") no-repeat left top / calc(900 / var(--break) * 100vw),url("images/index/deco_reason02.png") no-repeat right top calc(460 / var(--break) * 100vw) / calc(500 / var(--break) * 100vw),url("images/index/deco_reason03.png") no-repeat left bottom calc(806 / var(--break) * 100vw) / calc(600 / var(--break) * 100vw);
}
.row_reasons01{
	max-width: calc(1610 / var(--break) * 100vw);
}
.row_reasons01 .col_img {
	width: 43.5%;
}
.row_reasons01 .col_img:before{
	position: absolute;
	content: "";
	background-image: linear-gradient(to top, #52a9bb99, #527cbb99);
	width: 100%;
	height: calc(100% - calc(20 / var(--break) * 100vw));
	right: calc(-20 / var(--break) * 100vw);
	bottom:0;
	margin: auto;
	z-index: -1;
}
.row_reasons01.num02 .col_img:before {
	background-image: linear-gradient(to top, #dfbd3699, #b1924f99);
}
.row_reasons01.num03 .col_img:before {
	background-image: linear-gradient(to top, #cd600099, #f2903999);
}
.row_reasons01 .col_img .en {
	letter-spacing: 0;
	bottom: calc(33 / var(--break) * 100vw);
	right: calc(35 / var(--break) * 100vw);
}
.row_reasons01.r_reverse .col_img .en {
	left: calc(35 / var(--break) * 100vw);
	right: auto;
}
.row_reasons01.r_reverse .col_img:before {
	right: auto;
	left: calc(-20 / var(--break) * 100vw);
}
.row_reasons01 .col_txt {
	width: 60%;
	margin-left: -3.5%;
	min-height: calc(500 / var(--break) * 100vw);
	background: url("images/index/deco_reason09.png") no-repeat left calc(10 / var(--break) * 100vw) top calc(10 / var(--break) * 100vw) / calc(500 / var(--break) * 100vw),url("images/index/deco_reason10.png") no-repeat left bottom / calc(300 / var(--break) * 100vw);
}
.row_reasons01.r_reverse .col_txt {
	margin-right: -3.5%;
	margin-left: auto;
}
.row_reasons01.num02 .col_txt {
	background: url("images/index/deco_reason11.png") no-repeat right calc(10 / var(--break) * 100vw) top calc(10 / var(--break) * 100vw) / calc(500 / var(--break) * 100vw),url("images/index/deco_reason04.png") no-repeat right bottom / calc(300 / var(--break) * 100vw);
}
.row_reasons01.num03 .col_txt {
	background: url("images/index/deco_reason05.png") no-repeat left calc(10 / var(--break) * 100vw) top calc(10 / var(--break) * 100vw) / calc(500 / var(--break) * 100vw),url("images/index/deco_reason06.png") no-repeat left bottom / calc(300 / var(--break) * 100vw);
}
.row_reasons01 .wrap {
	max-width: calc(620 / var(--break) * 100vw);
}
.num_reasons {
	top: calc(27 / var(--break) * 100vw);
	right: calc(17 / var(--break) * 100vw);
}
.r_reverse .num_reasons {
	left: calc(87 / var(--break) * 100vw);
	right: auto;
}
.num_reasons .en {
	bottom: calc(14 / var(--break) * 100vw);
	transform: rotate(-15deg);
	left: calc(-53 / var(--break) * 100vw);
	color: rgba(82, 124, 187, 0.8);
}
.num02 .num_reasons .en{
	color: rgba(223, 189, 54, 0.8);
}
.num03 .num_reasons .en{
	color: rgba(177, 146, 79, 0.8);
}
.box_reasons01 {
	height: calc(500 / var(--break) * 100vw);
	padding-right: calc(130 / var(--break) * 100vw);
	max-width: calc(1610 / var(--break) * 100vw);
	background: url("images/index/deco_reason07.png") no-repeat center / cover;
}
.row_reasons02 {
	max-width: calc(1240 / var(--break) * 100vw);
}
.row_reasons02 .col_img{
	width: 23.8%;
}
.row_reasons02 .col_txt{
	width: 72.5%;
	padding: calc(30 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
	align-content: center;
}
.row_reasons02 .col_txt:before {
	position: absolute;
	content: "";
	border-right: solid 1px #52a9bb;
	border-bottom: solid 1px #52a9bb;
	left: calc(10 / var(--break) * 100vw);
	right: calc(10 / var(--break) * 100vw);
	bottom: calc(10 / var(--break) * 100vw);
	top: calc(10 / var(--break) * 100vw);
	margin: auto;
	z-index: 1;
}
.row_reasons02 .col_txt:after {
	position: absolute;
	content: "";
	width:0;
	height:0;
	border-style:solid;
	border-width: calc(25 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(25 / var(--break) * 100vw) 0;
	border-color: transparent #fff transparent transparent;
	left: calc(-43 / var(--break) * 100vw);
	bottom: 0;
	top: 0;
	margin: auto;
}
.row_reasons02 .wrap {
	max-width: calc(700 / var(--break) * 100vw);
}
.row_reasons02 .en span {
	display: inline-block;
	transform: rotate(-15deg);
}
.row_reasons02 .en {
	font-size: calc(75 / var(--break) * 100vw);
	top: calc(-90 / var(--break) * 100vw);
	left: calc(-20 / var(--break) * 100vw);
}
.row_reasons02 .en:before {
	position: absolute;
	content: "";
	background: url("images/index/deco_reason08.svg") no-repeat left center / contain;
	width: calc(302 / var(--break)* 100vw);
	height: calc(142 / var(--break)* 100vw);
	left: calc(-4 / var(--break) * 100vw);
	bottom: calc(-59 / var(--break) * 100vw);
	top: 0;
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_reasons01 .col_img .en {
		font-size: calc(60 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_reasons01 .wrap {
		max-width: calc(530 / var(--break) * 100vw);
	}
	.row_reasons01 .col_img .en {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.copy_reasons {
		font-size: calc(26 / var(--break) * 100vw);
	}
	.copy_reasons .fz36{
		font-size: calc(30 / var(--break) * 100vw);
	}
	.box_reasons01 {
		padding-right: calc(50 / var(--break) * 100vw);
	}
	.row_reasons02 .col_txt:after {
		left: calc(-30 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_reasons01 {
		background: url(images/index/deco_reason01_sp.png) no-repeat left top / calc(750 / var(--break) * 100vw), url(images/index/deco_reason02_sp.png) no-repeat right top 26% / calc(500 / var(--break) * 100vw), url(images/index/deco_reason03_sp.png) no-repeat left bottom 52% / calc(570 / var(--break) * 100vw);
		padding: calc(83 / var(--break) * 100vw) 0 calc(75 / var(--break) * 100vw);
	}
	.row_reasons01 .col_img {
		width: 100%;
		max-width: calc(655 / var(--break) * 100vw)!important;
	}
	.row_reasons01 .col_txt {
		width: 100%;
		margin-left: auto;
		margin-right: 0;
		padding: 11vw 4vw 5vw;
		margin-top: -8vw;
		background: url(images/index/deco_reason09_sp.png) no-repeat left calc(10 / var(--break) * 100vw) top calc(10 / var(--break) * 100vw) / calc(500 / var(--break) * 100vw), url(images/index/deco_reason10.png) no-repeat left bottom / calc(300 / var(--break) * 100vw);
	}
	.row_reasons01.num02 .col_txt {
		background: url(images/index/deco_reason11_sp.png) no-repeat right calc(10 / var(--break) * 100vw) top calc(10 / var(--break) * 100vw) / calc(500 / var(--break) * 100vw), url(images/index/deco_reason04.png) no-repeat right bottom / calc(300 / var(--break) * 100vw);
	}
	.row_reasons01.num03 .col_txt {
		background: url(images/index/deco_reason05_sp.png) no-repeat left calc(10 / var(--break) * 100vw) top calc(10 / var(--break) * 100vw) / calc(500 / var(--break) * 100vw), url(images/index/deco_reason06.png) no-repeat left bottom / calc(300 / var(--break) * 100vw);
	}
	.row_reasons01.num03 {
		margin-bottom: 10vw;
	}
	.row_reasons01.r_reverse .col_txt {
		margin-right: auto;
		margin-left: 0;
	}
	.row_reasons01 .col_img .en {
		font-size: calc(64 / var(--break) * 100vw);
	}
	.copy_reasons {
		text-align: center;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.copy_reasons .fz36{
		font-size: calc(40 / var(--break) * 100vw);
	}
	.row_reasons01 .num_reasons {
		left: auto;
		text-align: center;
    	right: auto;
		top: auto;
		position: relative;
		margin-bottom: 2vw;
	}
	.row_reasons01 .num_reasons .num{
		font-size: calc(84 / var(--break) * 100vw);
	}
	.row_reasons01 .wrap {
		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;
	}
	.num_reasons .en{
		font-size: calc(45 / var(--break) * 100vw);
	}
	.box_reasons01 {
		padding:8vw 0 7vw;
		height: calc(1554 / var(--break) * 100vw);
		max-width: calc(702 / var(--break) * 100vw);
		background: url(images/index/deco_reason07_sp.png) no-repeat center / cover;
	}
	.row_reasons02 {
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.row_reasons02 .col_txt:after {
		left: 0;
		right: 0;
		margin: auto;
		transform: rotate(90deg);
		bottom: auto;
		top: calc(-45 / var(--break) * 100vw);
	}
	.row_reasons02 .col_img {
		width: 100%;
		margin-bottom: 11vw;
		max-width: calc(433 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_reasons02 .col_txt {
		width: 100%;
		min-height: auto;
		padding: 6vw 5vw 7vw;
		max-width: calc(580 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_reasons02 .en {
		font-size: calc(60 / var(--break) * 100vw);
		top: calc(-35 / var(--break) * 100vw);
		left: calc(-20 / var(--break) * 100vw);
	}
	.row_reasons02 .en:before {
		width: calc(244 / var(--break) * 100vw);
		height: calc(114 / var(--break) * 100vw);
		left: calc(-4 / var(--break) * 100vw);
		bottom: calc(-40/ var(--break) * 100vw);
	}
	
	.copy_reasons {
        text-align: center;
        font-size: calc(40 / var(--break) * 100vw);
    }
}


/* 誰も教えてくれないマウスピース矯正のマイナスポイント wnoty
------------------------------------------------------------------*/
.bg_wnoty01 {
	background: url("images/index/bg_wnoty01.jpg") no-repeat center /cover;
}
.row_wnoty01 .col_img {
	width: 46.7%;
}
.row_wnoty01 .col_img:before {
	position: absolute;
	content: "";
	background: #dfbd364D;
	width: calc(650 / var(--break) * 100vw);
	height:calc(400 / var(--break) * 100vw);
	left: calc(-50 / var(--break) * 100vw);
	top: calc(-50 / var(--break) * 100vw);
	margin: auto;
	z-index: -1;
}
.row_wnoty01 .col_img:after {
	position: absolute;
	content: "";
	background: #f290394D;
	width: calc(650 / var(--break) * 100vw);
	height: calc(400 / var(--break) * 100vw);
	right: calc(-50 / var(--break) * 100vw);
	bottom: calc(-50 / var(--break) * 100vw);
	margin: auto;
	z-index: -1;
}
.row_wnoty01 .col_txt {
	width: 46.7%;
}
.row_wnoty02 {
	max-width: calc(1470 / var(--break) * 100vw);
	gap: calc(20 / var(--break) * 100vw) 7.1%;
}
.row_wnoty02 .col {
	width: 28.6%;
}
.row_wnoty02 .num {
	left: calc(-40 / var(--break) * 100vw);
	top: calc(-40 / var(--break) * 100vw);
	width: calc(80 / var(--break) * 100vw);
	height: calc(80 / var(--break) * 100vw);
	background-image: linear-gradient(to bottom, #f29039, #dfbd36);
}
.row_wnoty02 .col:nth-child(2) .num {
	background-image: linear-gradient(to bottom, #52a9bb, #527cbb);
}
.row_wnoty02 .col:nth-child(3) .num {
	background-image: linear-gradient(to bottom, #dfbd36, #b1924f);
}
.row_wnoty02 .box {
	margin-top: calc(-30 / var(--break) * 100vw);
	position: relative;
	border-left: 1px solid #f29039;
}
.row_wnoty02 .col:nth-child(2) .box {
	border-left: 1px solid #52a9bb;
}
.row_wnoty02 .col:nth-child(3) .box {
	border-left: 1px solid #dfbd36;
}
.row_wnoty02 .box:before {
	position: absolute;
	content: "";
	background-image: linear-gradient(to top, #f29039, #dfbd36);
	width: calc(100% + calc(11 / var(--break) * 100vw));
	height: calc(100% + calc(10 / var(--break) * 100vw));
	right: calc(-10 / var(--break) * 100vw);
	bottom:calc(-11 / var(--break) * 100vw);
	top: 0;
	margin: auto;
	z-index: -1;
}
.row_wnoty02 .col:nth-child(2) .box:before {
	background-image: linear-gradient(to top, #52a9bb, #527cbb);
}
.row_wnoty02 .col:nth-child(3) .box:before {
	background-image: linear-gradient(to top, #dfbd36, #b1924f);
}
.row_wnoty02 .copy {
	border-bottom:calc(3 / var(--break) * 100vw) solid #fff;
}
.bg_wnoty02 .ttl_invisa01 .en {
	color: rgba(82, 169, 187, 0.2)!important;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.row_wnoty01 .col_img:after,.row_wnoty01 .col_img:before {
		width: calc(570 / var(--break) * 100vw);
    	height: calc(410 / var(--break) * 100vw);
	}
	.row_wnoty01 .copy {
		font-size: calc(26 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_wnoty01 .col_img {
		width: 100%;
		margin-bottom: 10vw;
		max-width: calc(615 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_wnoty01 .col_txt {
		width: 100%;
	}
	.row_wnoty01 .copy {
		padding-bottom: 4vw;
    	margin-bottom: 1vw;
		line-height: 1.75;
		text-align: center;
		font-size: calc(40 / var(--break) * 100vw);
	}
	.row_wnoty01 .col_img:before {
		width: calc(572 / var(--break) * 100vw);
		height: calc(352 / var(--break) * 100vw);
		left: calc(-44 / var(--break) * 100vw);
		top: calc(-44 / var(--break) * 100vw);
		margin: auto;
		z-index: -1;
	}
	.row_wnoty01 .col_img:after {
		width: calc(572 / var(--break) * 100vw);
		height: calc(352 / var(--break) * 100vw);
		right: calc(-44 / var(--break) * 100vw);
		bottom: calc(-44 / var(--break) * 100vw);
	}
	.row_wnoty01 .txt {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.bg_wnoty01 {
		background: url(images/index/bg_wnoty01_sp.jpg) no-repeat center / cover;
		padding: calc(124 / var(--break) * 100vw) 0 calc(90 / var(--break) * 100vw);
	}
	.bg_wnoty02 {
		padding-top: 3vw;
	}
	.bg_wnoty02 .ttl_invisa01 {
		margin-bottom: 5vw;
	}
	.bg_wnoty02 .ttl_invisa01 .en {
		line-height: 1.5;
		font-size: calc(92 / var(--break) * 100vw);
	}
	.bg_wnoty02 .ttl_invisa01  .ja {
		top: 50%;
	}
	.row_wnoty02 {
		max-width: calc(603 / var(--break) * 100vw);
		gap: calc(92 / var(--break) * 100vw) 0;
	}
	.row_wnoty02 .col {
		width: 100%;
		margin-top: 0;
	}
	.row_wnoty02 .copy {
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_wnoty02 .box {
		margin-top: -6vw;
		padding: 6vw 5vw 7vw;
	}
	.row_wnoty02 .box:before {
		width: calc(100% + calc(15 / var(--break) * 100vw));
    	height: calc(100% + calc(14 / var(--break) * 100vw));
		right: calc(-14 / var(--break) * 100vw);
    	bottom: calc(-14 / var(--break) * 100vw);
	}
	.row_wnoty02 .num {
		font-size: calc(58 / var(--break) * 100vw);
		left: calc(-58 / var(--break) * 100vw);
		top: calc(-58 / var(--break) * 100vw);
		width: calc(115 / var(--break) * 100vw);
		height: calc(115 / var(--break) * 100vw);
	}
	.bg_common01 .en {
		letter-spacing: .07em;
	}
}


/* 当院のマウスピース矯正の特徴 FEATURES
------------------------------------------------------------------*/
.bg_feature01:before {
	position: absolute;
	content: "";
	background: #f290391A;
	border-top: calc(20 / var(--break) * 100vw) solid #f29039;
	width: 100%;
	height: calc(100% - calc(100 / var(--break) * 100vw));
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.bg_feature01.num02:before {
	border-color: #dfbd36;
	background: #dfbd361A;
	bottom: auto;
	top: calc(100 / var(--break) * 100vw);
	height: calc(100% - calc(550 / var(--break) * 100vw));
}
.bg_feature01.num03:before {
	border-color: #b1924f;
	background: #b1924f1A;
	bottom: auto;
	top: calc(100 / var(--break) * 100vw);
	height: calc(100% - calc(570 / var(--break) * 100vw));
}
.bg_feature01.num05:before {
	border-color: #dfbd36;
	background: #dfbd361A;
}
.row_feature01 .col_img {
	width: 46.9%;
	background: url("images/index/img_feature01.jpg") no-repeat center /cover;
	min-height: calc(600 / var(--break) * 100vw);
}
.num02 .row_feature01 .col_img {
	background: url("images/index/img_feature04.jpg") no-repeat center /cover;
}
.num03 .row_feature01 .col_img {
	background: url("images/index/img_feature09.jpg") no-repeat center /cover;
}
.num04 .row_feature01 .col_img {
	background: url("images/index/img_feature10.jpg") no-repeat center /cover;
}
.num04 .row_feature01 .col_img .deco {
	width: calc(482 / var(--break) * 100vw);
	right: calc(-30 / var(--break) * 100vw);
	bottom: calc(-160 / var(--break) * 100vw);
}
.num05 .row_feature01 .col_img {
	background: url("images/index/img_feature11.jpg") no-repeat center /cover;
}
.row_feature01 .row_ccl01 {
	left: calc(20 / var(--break) * 100vw);
	bottom: calc(-70 / var(--break) * 100vw);
}
.row_feature01 .row_ccl01 .col {
	width: calc(237 / var(--break) * 100vw);
	height: calc(237 / var(--break) * 100vw);
	background: url("images/page/ccl01.png") no-repeat center /cover;
}
.row_feature01 .row_ccl01 .col:nth-child(2) {
	background: url("images/page/ccl02.png") no-repeat center /cover;
}
.row_feature01 .col_txt {
	width: 53.1%;
}
.row_feature01 .col_txt .wrap {
	max-width: calc(700 / var(--break) * 100vw);
}
.box_feature01:before,.box_feature01:after {
	position: absolute;
	content: "";
	border: solid 1px #f29039;
	width: 100%;
	height: 100%;
	left: calc(10 / var(--break) * 100vw);
	top: calc(10 / var(--break) * 100vw);
	margin: auto;
	z-index: -1;
}
.box_feature01:after {
	right: calc(10 / var(--break) * 100vw);
	bottom: calc(10 / var(--break) * 100vw);
	left: auto;
	top: auto;
}
/* フォントの性質上、数字の行間が異なる為、num_featureの3～5の作りを一部変えてあります*/
.num01 .num_feature{
	display: inline-block;
	background: linear-gradient(to bottom, #cd6000, #f29039), linear-gradient(to bottom, #f29039, #f29039);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.num02 .num_feature {
	display: inline-block;
	background:  linear-gradient(to top, #dfbd36, #b1924f), linear-gradient(to bottom, #dfbd36, #dfbd36);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.num03 .num_feature span{
	background: linear-gradient(to bottom, #b1924f, #f29039), linear-gradient(to bottom, #52a9bb, #52a9bb);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.num04 .num_feature span{
	display: inline-block;
	background: linear-gradient(to bottom, #cd6000, #f29039), linear-gradient(to bottom, #f29039, #f29039);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.num05 .num_feature span{
	background:  linear-gradient(to top, #dfbd36, #b1924f), linear-gradient(to bottom, #dfbd36, #dfbd36);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.row_feature02 {
	margin-right: auto;
	margin-left: auto;
	max-width: calc(1000 / var(--break) * 100vw);
}
.row_feature02 .col_img {
	width: calc(280 / var(--break) * 100vw);
}
.row_feature02 .col_txt {
	width: calc(100% - calc(280 / var(--break) * 100vw));
}
.row_feature02 .copy {
	background-image: linear-gradient(to right, #cd6000, #f29039);
}
.box_feature01 {
	background: url("images/index/deco_feature01.png") no-repeat left top / calc(350 / var(--break) * 100vw),url("images/index/deco_feature02.svg") no-repeat right bottom / calc(390 / var(--break) * 100vw);
}
.box_feature02 {
	background-image: linear-gradient(to bottom, #f29039, #dfbd36);
}
.box_feature02 .ttl {
	max-width: calc(1240 / var(--break) * 100vw);
	height: calc(70 / var(--break) * 100vw);
	background: url("images/index/deco_feature03.png") no-repeat center/ cover;
}
.row_feature03 {
	max-width: calc(1240 / var(--break) * 100vw);
	gap: calc(50 / var(--break) * 100vw) 4%;
}
.row_feature03 .col {
	width: 48%;
}
.row_feature03 .txt {
	margin-right: auto;
	margin-left: auto;
	max-width: calc(520 / var(--break) * 100vw);
}
.row_feature03 .num {
	width: calc(100 / var(--break) * 100vw);
	height: calc(100 / var(--break) * 100vw);
	background: url("images/index/deco_feature05.svg") no-repeat center /cover;
}
.row_feature03 .col:nth-child(2n) .num {
	background: url("images/index/deco_feature06.svg") no-repeat center /cover;
}
.row_feature03 .box {
	border-bottom: calc(4 / var(--break) * 100vw) solid #52a9bb;
}
.row_feature03 .copy:before {
	position: absolute;
	content: "";
	background: #52a9bb;
	width: 100%;
	height: calc(2 / var(--break) * 100vw);
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: -1;
}
.row_feature03 .col:nth-child(2n) .copy:before {
	background: #70bb52;
}
.row_feature04 {
	max-width: calc(1500 / var(--break) * 100vw);
	gap: calc(20 / var(--break) * 100vw) 1%;
}
.row_feature04 .col {
	width: 13.4%;
}
.row_feature05 {
	max-width: calc(1240 / var(--break) * 100vw);
	gap: calc(20 / var(--break) * 100vw) 4%;
}
.row_feature05 .col {
	width: 48%;
}
.row_feature05 .ttl {
	background-image: linear-gradient(to right, #f29039, #dfbd36);
}
.row_feature05 .en {
	transform: rotate(-15deg);
	right:0;
	bottom: calc(-40 / var(--break) * 100vw);
}
.box_feature03 {
	position: relative;
}
.box_feature03:before {
	position: absolute;
	content: "";
	background-image: linear-gradient(to left, #52a9bb, #527cbb);
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.box_feature03:after {
	position: absolute;
	content: "";
	background: url("images/index/bg_feature01.png") no-repeat left center / cover;
	width: 100%;
	height: calc(523 / var(--break)* 100vw);
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.box_feature03 .copy02 {
	background: linear-gradient(
  to right,
  rgba(255,255,255,0) 0%,   /* 左端は透明 */
  #fff 20%,                  /* 左側の境界から白に */
  #fff 80%,                  /* 右側の境界まで白 */
  rgba(255,255,255,0) 100%   /* 右端は透明 */
);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_feature01 .col_txt {
		padding-right: 0;
		padding-left: 0;
	}
	.row_feature04 {
		max-width: calc(1300 / var(--break) * 100vw);
	}
	.row_feature05 {
		max-width: calc(1100 / var(--break) * 100vw);
		gap: calc(20 / var(--break) * 100vw) 4%;
	}
	.row_feature05 .en {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.num04 .row_feature01 .col_img .deco {
		width: calc(420 / var(--break) * 100vw);
		right: calc(30 / var(--break) * 100vw);
		bottom: calc(-160 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_feature01 .col_txt {
		padding-right: calc(30 / var(--break) * 100vw);
		padding-left: calc(30 / var(--break) * 100vw);
	}
	.copy_feature {
		font-size: calc(30 / var(--break) * 100vw);
	}
	.row_feature04 {
        max-width: calc(1100 / var(--break) * 100vw);
    }
}
@media(max-width: 767px) {
	.feature .bg_common01 {
		margin-bottom: calc(80 / var(--break) * 100vw);
	}
	.row_feature01 .col_txt {
		width: 100%;
		padding: 0;
	}
	.row_feature01 .col_img {
		width: 100%;
		margin-bottom: 3vw;
		max-width: calc(697 / 750*100vw);
		margin-right: auto;
		margin-left: 0;
		min-height: calc(468 / var(--break) * 100vw);
	}
	.row_feature01.r_reverse .col_img {
		margin-left: auto;
		margin-right: 0;
	}
	.row_feature01 .wrap {
		text-align: center;
	}
	.row_feature01 .txt {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	.num_feature {
		justify-content: center!important;
		letter-spacing: .1em;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		font-size: calc(50 / var(--break) * 100vw);
	}
	.num_feature .fz80 {
		font-size: calc(80 / var(--break) * 100vw);
	}
	.copy_feature {
		line-height: 1.75;
		text-align: center;
		font-size: calc(40 / var(--break) * 100vw);
	}
	.box_feature01>.copy {
		line-height: 1.75;
    	margin-bottom: 2vw;
		font-size: calc(40 / var(--break) * 100vw);
	}
	.box_feature01 {
		padding:8vw 5vw 10vw;
	}
	.row_feature02 {
		max-width: calc(615 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_feature02 .col_img {
		width:100%;
	}
	.row_feature02.mb30 {
		margin-bottom: calc(60 / var(--break) * 100vw);
	}
	.row_feature02 img {
		width: 100%;
	}
	.row_feature02 .col_txt{
		width: 100%;
	}
	.row_feature02 .copy {
		text-align: center;
		padding: 3vw 2vw;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_feature02 .box {
		padding: 4vw 3vw 5vw;
	}
	.bg_feature01.num01 {
		padding-bottom: 13vw;
	}
	.bg_feature01.num02 {
		padding-bottom: 0;
	}
	.bg_feature01.num03 {
		padding-bottom: 0;
	}
	.num04 .row_feature01 .col_img {
		margin-bottom: 9vw;
	}
	.num04 .row_feature01 {
		margin-bottom: 0;
	}
	.num04 .row_feature01 .col_img .deco {
		width: calc(415 / var(--break) * 100vw);
		right: calc(-22 / var(--break) * 100vw);
		bottom: calc(-60 / var(--break) * 100vw);
	}
	.num05 .row_feature01 .col_img{
		margin-bottom: 7vw;
	}
	.num05 .bg_feature01{
		padding-bottom: 9vw;
	}
	.num05.bg_feature01 {
		margin-bottom: calc(100 / var(--break) * 100vw);
	}
	.row_feature01 .row_ccl01 {
		left: calc(16 / var(--break) * 100vw);
		bottom: calc(-45 / var(--break) * 100vw);
	}
	.row_feature01 .row_ccl01 .col {
		font-size: calc(26 / var(--break) * 100vw);
		width: calc(182 / var(--break) * 100vw);
    	height: calc(182 / var(--break) * 100vw);
	}
	.bg_feature01 {
		margin-bottom: calc(80 / var(--break) * 100vw);
	}
	.bg_feature01:before {
		height: calc(100% - calc(70 / var(--break) * 100vw));
	}
	.bg_feature01.num02:before {
		height: calc(100% - calc(670 / var(--break) * 100vw));
	}
	.bg_feature01.num04:before {
        height: calc(100% - calc(100 / var(--break) * 100vw));
    }
	.box_feature02 {
		padding: 8vw 3vw 10vw;
	}
	.box_feature02 .ttl{
		max-width: calc(650 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		height: calc(141 / var(--break) * 100vw);
    	background: url(images/index/deco_feature03_sp.png) no-repeat center / cover;
		font-size: calc(40 / var(--break) * 100vw);
		margin-bottom: calc(50 / var(--break) * 100vw);
	}
	.box_feature03 .copy {
		line-height: 1.7;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.box_feature03 .copy02 {
		line-height: 1.7;
		padding-bottom: 4vw;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.box_feature03 {
		padding-top: 6vw;
	}
	.box_feature03:after {
		height: calc(1513 / var(--break) * 100vw);
		background: url(images/index/bg_feature01_sp.png) no-repeat left center / cover;
	}
	.row_feature03 {
		max-width: calc(615 / var(--break) * 100vw);
		gap: calc(60 / var(--break) * 100vw) 0;
	}
	.row_feature03 .col {
		width: 100%;
	}
	.row_feature03 .num {
		width: calc(105 / var(--break) * 100vw);
    	height: calc(105 / var(--break) * 100vw);
		font-size: calc(31 / var(--break) * 100vw);
	}
	.row_feature03 .num .fz50{
		font-size: calc(51 / var(--break) * 100vw);
	}
	.row_feature03 .copy {
		margin-bottom: 2vw;
		font-size: calc(34 / var(--break) * 100vw);
	}
	.row_feature03 .copy span {
		padding: 0 calc(20 / var(--break) * 100vw)
	}
	.row_feature03 .box {
		padding: 7vw 3vw 6vw;
	}
	.row_feature04 {
		max-width: calc(1500 / var(--break) * 100vw);
		gap: calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
	}
	.row_feature04 .col {
    	width: calc(200 / var(--break) * 100vw);
	}
	.row_feature04 .txt {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.row_feature05 {
		max-width: calc(615 / var(--break) * 100vw);
		gap: calc(70 / var(--break) * 100vw) 0;
	}
	.row_feature05 .col {
		width: 100%;
	}
	.row_feature05 .ttl {
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_feature05 .en {
		font-size: calc(51 / var(--break) * 100vw);
	}
	.row_feature05 .box {
		padding: 4vw 5vw 7vw;
	}
}


/* コンテンツ名 class
------------------------------------------------------------------*/
.bg_trouble01 {
	padding-bottom: calc(220 / var(--break) * 100vw);
	background: url("images/page/frame01.svg") no-repeat center bottom / 100% auto,url("images/index/bg_trouble01.png") no-repeat right top / 100% auto,url("images/index/bg_trouble02.png") no-repeat right bottom / 100% auto;
}
.row_trouble01 {
	margin-bottom: calc(160 / var(--break) * 100vw);
	max-width: calc(1194 / var(--break) * 100vw);
	gap: calc(35 / var(--break) * 100vw) calc(30 / var(--break) * 100vw)
}
.row_trouble01 .col{
	width: calc(276 / var(--break) * 100vw);
	height: calc(280 / var(--break) * 100vw);
	background: url("images/page/ccl03.png") no-repeat center /cover;
}
.row_trouble01 .col:nth-child(2n) {
	background: url("images/page/ccl04.png") no-repeat center /cover;
}
.row_trouble01 .icn {
	width: calc(54 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_trouble01 {
		background: url(images/page/frame01.svg) no-repeat center bottom / 100% auto, url(images/index/bg_trouble01.png) no-repeat right top / 100% auto, url(images/index/bg_trouble02.png) no-repeat right bottom / 100% auto;
	}
	.row_trouble01 {
		max-width: calc(1060 / var(--break) * 100vw);
	}
	.row_trouble01 .txt {
		font-size: calc(18 / var(--break) * 100vw);
	}
    .row_trouble01 .col {
        width: calc(226 / var(--break) * 100vw);
        height: calc(232 / var(--break) * 100vw);
    }
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_trouble01 {
        max-width: calc(1000 / var(--break) * 100vw);
    }
	.bg_trouble01 {
        background: url(images/page/frame01.svg) no-repeat center bottom / 100% auto, url(images/index/bg_trouble01.png) no-repeat right 44% top / 140% auto, url(images/index/bg_trouble02.png) no-repeat right bottom / 100% auto;
    }
}
@media(max-width: 767px) {
	.row_trouble01 {
		justify-content: flex-start!important;
		margin-bottom: 10vw;
		max-width: calc(706 / var(--break) * 100vw);
		gap: calc(20 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
	}
	.row_trouble01 .col {
		width: calc(336 / var(--break) * 100vw);
		height: calc(336 / var(--break) * 100vw);
	}
	.row_trouble01 .icn {
		width: calc(54 / var(--break) * 100vw);
	}
	.row_trouble01 .txt {
		font-size: calc(28 / var(--break) * 100vw);
	}
	.copy_trouble01 {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.copy_trouble01 .fz50{
		font-size: calc(50 / var(--break) * 100vw);
	}
	.bg_trouble01 {
		padding-bottom: 71vw;
		background: url(images/page/frame01_sp.svg) no-repeat center bottom / 100% auto, url(images/index/bg_trouble01_sp.png) no-repeat right top / cover;
	}
}


/* コンテンツ名 class
------------------------------------------------------------------*/
.tbl_comparison01 table,
.tbl_comparison01 tr:not(:last-child) th,
.tbl_comparison01 tr:not(:last-child) td {
	border-color: #1d1d1d!important;
}
.tbl_comparison01 tr:first-of-type th {
	border-bottom: none;
}
.tbl_comparison01 tr:first-of-type th:nth-child(n+2) {
	border-right: 1px solid #1d1d1d;
}
.tbl_comparison01 th {
	background-color: #fff;
	vertical-align: middle;
	text-align: center;
	color: #1d1d1d!important;
}
.tbl_comparison01 tr:first-of-type th {
	color: #fff!important;
}
.tbl_comparison01 td {
	background: #fff;
}
.tbl_comparison01 td:first-of-type {
	background: #dce5f1!important;
}
.tbl_comparison01 tr:first-child th:first-child {
	width: 17.8%;
}
.tbl_comparison01 tr:first-child th:not(:first-child) {
	width: 27.4%;
	border-bottom: none;
}
.tbl_comparison01 td {
	text-align: center;vertical-align: middle;
	padding: calc(20 / var(--break) * 100vw);
}
.tbl_comparison01 td:nth-last-child(-n+2) {
	border-left: 1px solid #1d1d1d;
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.tbl_comparison01 {
		margin-bottom: 0;
	}
	.tbl_comparison01.js-scrollable table {
		width: calc(1300 / var(--break) * 100vw);
	}
	.tbl_comparison01.js-scrollable {
		overflow-x: auto!important;
	}
	.tbl_comparison01 th {
		font-size: calc(26 / var(--break) * 100vw);
	}
	.tbl_comparison01 td {
		font-size: calc(22 / var(--break) * 100vw);
	}
	.tbl_comparison01 td span{
		font-size: calc(28 / var(--break) * 100vw);
	}
	.tbl_comparison01 td {
		text-align: center;vertical-align: middle;
		padding: calc(30 / var(--break) * 100vw);
	}
}


/* 矯正治療の流れ FLOW
------------------------------------------------------------------*/
.bg_flow01 {
	background: url("images/index/deco_flow01.png") no-repeat right top calc(16 / var(--break) * 100vw) / calc(500 / var(--break) * 100vw) auto, url("images/index/deco_flow02.png") no-repeat left top calc(765 / var(--break) * 100vw) / calc(540 / var(--break) * 100vw) auto, url("images/index/deco_flow03.png") no-repeat right bottom calc(9 / var(--break) * 100vw) / calc(890 / var(--break) * 100vw) auto,linear-gradient(to top, #fdeee1, #ffff);
}
.flow_common .num_wrap {
	width: calc(161 / var(--break) * 100vw);
	height: calc(50 / var(--break) * 100vw);
	top: calc(-58 / var(--break) * 100vw);
	left: 0;
	right: 0;
	margin: auto;
	background: url("images/index/deco_flow04.svg") no-repeat center / contain;
}
.flow_common:nth-child(2n) .num_wrap {
	background: url("images/index/deco_flow05.svg") no-repeat center / contain;
}
.flow_common .num_wrap .en {
	transform: rotate(-5deg);
	color: rgba(177, 146, 79, 0.8);
	bottom: calc(-18 / var(--break) * 100vw);
    left: calc(21 / var(--break) * 100vw);
}
.flow_common:nth-child(2n) .num_wrap .en {
	color: rgba(223, 189, 54, 0.8);
}
.flow_common {
	border-top: calc(10 / var(--break) * 100vw) solid #dfbd36;
}
.flow_common:nth-child(2n) {
	border-top: calc(10 / var(--break) * 100vw) solid #b1924f!important;
}
.arw_flow:before {
	border: none;
	height: calc(52 / var(--break) * 100vw);
	bottom: calc(-52 / var(--break) * 100vw);
	width: calc(4/ var(--break) * 100vw);
	background-image: linear-gradient(to top, #dfbd36, #b1924f);
}
.flow_common.arw_flow:nth-child(2n):before {
	background-image: linear-gradient(to top, #dfbd36, #b1924f);
}
.flow_common.arw_flow {
    margin-bottom: calc(100 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.flow_common .num_wrap {
		width: calc(216 / var(--break) * 100vw);
		height: calc(68 / var(--break) * 100vw);
		top: calc(-76 / var(--break) * 100vw);
		z-index: 2;
	}
	.flow_common .num {
		font-size: calc(54 / var(--break) * 100vw);
	}
	.flow_common .num_wrap .en {
		transform: rotate(345deg);
		color: rgba(177, 146, 79, 0.8);
		bottom: calc(-18 / var(--break) * 100vw);
		left: 4vw;
		font-size: calc(38 / var(--break) * 100vw);
	}
	.flow_common {
		padding: 7vw 4vw 7vw;
		border-top: calc(14 / var(--break) * 100vw) solid #fff;
	}
	.flow_common .col_txt h4 {
        margin-bottom: 2vw;
    }
	.flow_common .col_txt h4 .ttl {
		text-align: center;
		width: 100%;
		letter-spacing: .1em;
	}
	.flow_common .txt {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.bg_flow01 {
        background: url(images/index/deco_flow01.png) no-repeat right top calc(16 / var(--break) * 100vw) / calc(500 / var(--break) * 100vw) auto, url(images/index/deco_flow02.png) no-repeat left top 36% / calc(540 / var(--break) * 100vw) auto, url(images/index/deco_flow03.png) no-repeat right bottom 8% / calc(890 / var(--break) * 100vw) auto, linear-gradient(to top, #fdeee1, #ffff);
    }
}


/* 症例紹介 CASE
------------------------------------------------------------------*/
.area_case_common01 {
	background: url("images/index/deco_case05.svg") no-repeat left calc(10 / var(--break) * 100vw) top calc(10 / var(--break) * 100vw) / calc(150 / var(--break) * 100vw),url("images/index/deco_case06.svg") no-repeat right calc(10 / var(--break) * 100vw) bottom calc(10 / var(--break) * 100vw) / calc(150 / var(--break) * 100vw);
}
.row_case01 .en {
	background: url("images/index/deco_case01.png") no-repeat center / cover,url("images/index/deco_case02.png") no-repeat center / cover;
}
.row_case01 .col:nth-child(2) .en {
	background: url("images/index/deco_case03.png") no-repeat center / cover,url("images/index/deco_case04.png") no-repeat center / cover;
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.area_case_common01 {
		background: url(images/index/deco_case05_sp.svg) no-repeat left calc(10 / var(--break) * 100vw) top calc(10 / var(--break) * 100vw) / calc(150 / var(--break) * 100vw), url(images/index/deco_case06_sp.svg) no-repeat right calc(10 / var(--break) * 100vw) bottom calc(10 / var(--break) * 100vw) / calc(150 / var(--break) * 100vw);
	}
	.area_case_common01 .ttl {
		margin-bottom: 2vw;
		font-size: calc(40 / var(--break) * 100vw);
	}
	.bg_case01 {
		padding: calc(80 / var(--break) * 100vw) 0 calc(100 / var(--break) * 100vw);
	}
}


/* 費用 FEE
------------------------------------------------------------------*/
.bg_fee01 {
	background: url("images/index/deco_fee01.svg") no-repeat right top /100% auto,url("images/index/deco_fee02.svg") no-repeat left top /100% auto;
}
.row_fee01 {
	gap: calc(20 / var(--break) * 100vw) 4%;
}
.row_fee01 .col {
	width: 48%;
}
.row_fee01 .box01 {
	background: url("images/index/deco_fee03.png") no-repeat right calc(60 / var(--break) * 100vw) bottom / calc(197 / var(--break) * 100vw) auto,url("images/index/deco_fee04.png") no-repeat right calc(60 / var(--break) * 100vw) bottom / calc(197 / var(--break) * 100vw) auto;
}
.row_fee01 .tax {
	right: calc(5 / var(--break) * 100vw);
}
.row_fee02 {
	gap: calc(20 / var(--break) * 100vw) 2%;
}
.row_fee02 .col {
	width: 32%;
	position: relative;
	background-image: linear-gradient(to top, #f29039, #dfbd36);
}
.row_fee02 .col:before {
	position: absolute;
	content: "";
	border: 1px solid #fff;
	left: calc(5 / var(--break) * 100vw);
	right: calc(5 / var(--break) * 100vw);
	bottom: calc(5 / var(--break) * 100vw);
	top: calc(5 / var(--break) * 100vw);
	margin: auto;
	z-index: 1;
	border-radius: calc(16 / var(--break) * 100vw);
}
.row_fee02 .icn {
	width: calc(200 / var(--break) * 100vw);
}
.tbl_common01 table {
	border: 1px solid #b1924f;
}
.tbl_common01 th {
	background: #b1924f;
	color: #fff;
	font-family: "fot-tsukumin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.tbl_common01 td {
	background: #fff;
}
.tbl_common01 tr:not(:last-child) th {
	border-bottom: 1px solid #fff;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom: 1px solid #b1924f;
}
.bg_pay {
	background: url("images/index/bg_fee01.jpg") no-repeat center /cover;
}
.row_pay .col {
	background: url("images/index/deco_fee05.svg") no-repeat left calc(10 / var(--break) * 100vw) top calc(10 / var(--break) * 100vw) / calc(150 / var(--break) * 100vw),url("images/index/deco_fee06.svg") no-repeat right calc(10 / var(--break) * 100vw) bottom calc(10 / var(--break) * 100vw) / calc(150 / var(--break) * 100vw);
}
.row_pay .col:before {
	position: absolute;
    content: "";
    clip-path:  polygon(100% 0, 0 0, 100% 100%);
    background: #52a9bb1A;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.wrap_pay01 .en {
    transform: rotate(-22deg);
    left: calc(-113 / var(--break) * 100vw);
    top: calc(-63 / var(--break) * 100vw);
    font-size: calc(94 / var(--break) * 100vw);
    color: #52a9bb;
    z-index: 2;
}
.ttl_fee01 {
	margin-right: auto;
	margin-left: auto;
	max-width: calc(1240 / var(--break) * 100vw);
}
.box_fee01 {
	background-image: linear-gradient(to top, #52a9bb, #527cbb);
}
.box_fee01 .box {
	padding: calc(40 / var(--break) * 100vw) calc(100 / var(--break) * 100vw) calc(50 / var(--break) * 100vw);
	background: url("images/index/img_fee01.png") no-repeat center right / contain,url("images/index/deco_fee03.svg") no-repeat top calc(10 / var(--break) * 100vw) left calc(10 / var(--break) * 100vw)/ calc(150 / var(--break) * 100vw);
}
.box_fee01 .wrap {
	max-width: calc(600 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_pay01 .en {
		left: calc(-48/ var(--break) * 100vw);
		top: calc(-36 / var(--break) * 100vw);
		font-size: calc(60 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.wrap_fee01 .copy {
		line-height: 2;
    	margin-bottom: 4vw;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.wrap_fee01 .copy .fz40{
		font-size: calc(40 / var(--break) * 100vw);
	}
	.row_fee01 {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(38 / var(--break) * 100vw) 0;
	}
	.row_fee01 .col {
		width: 100%;
	}
	.row_fee01 .box01 {
		padding: 2vw 0 2vw;
	}
	.row_fee01 .ttl01 {
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_fee01 .ttl02 {
		font-size: calc(30 / var(--break) * 100vw);
	}
	.row_fee01 .num {
		font-size: calc(108 / var(--break) * 100vw);
	}
	.row_fee01 .tax {
		font-size: calc(26 / var(--break) * 100vw);
	}
	.row_fee01 .yen {
		font-size: calc(44 / var(--break) * 100vw);
	}
	.bg_fee01 {
		background: url(images/index/deco_fee01_sp.svg) no-repeat right top / 100% auto, url(images/index/deco_fee02_sp.svg) no-repeat left top / 100% auto;
		padding-top: 9vw;
	}
	.row_fee02 {
		max-width: calc(660 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(20 / var(--break) * 100vw) 3%;
	}
	.row_fee02 .col {
		width: 48.5%;
	}
	.row_fee02 .txt {
		min-height: calc(60 / var(--break) * 100vw);
		font-size: calc(22 / var(--break) * 100vw);
	}
	.row_fee02 .txt .fz22{
		font-size: calc(24 / var(--break) * 100vw);
	}
	.ttl_fee01 {
		max-width: calc(702 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		border-radius: calc(40 / var(--break) * 100vw);
		font-size: calc(36 / var(--break) * 100vw);
	}
	.ttl_fee01.sp_2line {
		margin-bottom: 5vw;
		border-radius: calc(70 / var(--break) * 100vw);
	}
	.copy_fee01 {
		letter-spacing: 0;
		margin-bottom: 5vw;
		line-height: 1.7;
		font-size: calc(32 / var(--break) * 100vw);
	}
	.row_pay {
		max-width: calc(610 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_pay .col {
		background: url(images/index/deco_fee05.svg) no-repeat left calc(10 / var(--break) * 100vw) top calc(10 / var(--break) * 100vw) / calc(150 / var(--break) * 100vw), url(images/index/deco_fee06.svg) no-repeat right calc(10 / var(--break) * 100vw) bottom calc(10 / var(--break) * 100vw) / calc(150 / var(--break) * 100vw);
	}
	.row_pay .copy {
		letter-spacing: .1em;
		font-size: calc(24 / var(--break) * 100vw);
	}
	.row_pay .col:nth-child(-n+2) {
        margin-bottom: calc(20 / var(--break) * 100vw);
    }
	.wrap_pay01 .en {
		left: -5vw;
    	top: -2vw;
		font-size: calc(49 / var(--break) * 100vw);
	}
	.bg_pay {
		padding-top: 10vw;
		padding-bottom: calc(80 / var(--break) * 100vw);
		background: url(images/index/bg_fee01_sp.jpg) no-repeat center / cover;
	}
	.box_fee01{
		margin-bottom: calc(60 / var(--break) * 100vw);
	}
	.box_fee01 .box {
		padding: 43vw 4vw 6vw;
		background: url(images/index/deco_fee03.svg) no-repeat top calc(10 / var(--break) * 100vw) left calc(10 / var(--break) * 100vw) / calc(150 / var(--break) * 100vw),url(images/index/img_fee01_sp.png) no-repeat top right / contain;
	}
	.box_fee01 .ttl {
		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;
		margin-bottom: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.box_fee01 .month {
		font-size: calc(30 / var(--break) * 100vw);
	}
	.box_fee01 .num {
		font-size: calc(100 / var(--break) * 100vw);
	}
	.box_fee01 .wrap {
		margin-bottom: 2vw;
	}
	.box_fee01 .tax {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.box_fee01 .yen {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.box_fee01 .copy {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.box_fee02 {
		padding: 6vw 4vw 6vw;
		margin-bottom: calc(60 / var(--break) * 100vw);
	}
	.box_fee02 .copy {
		font-size: calc(34 / var(--break) * 100vw);
	}
}

/* よくあるご質問 FAQ
------------------------------------------------------------------*/
.bg_faq01 {
	background-color: #dfbd361A!important;
	background: url("images/index/deco_faq01.svg") no-repeat right top / 100% auto,url("images/index/deco_faq02.svg") no-repeat left bottom / 100% auto;
}
.faq_common.box_qa03 .box_q .txt {
	background-image: linear-gradient(to left, #70bb52, #2b9600);
}
.faq_common.box_qa03:nth-child(2n) .box_q .txt {
	background-image: linear-gradient(to left, #dfbd36, #b1924f);
}
.faq_common.box_qa03 .box_a {
	border: solid 1px #1d1d1d;
	border-top: none;
}
.faq_common .box_q .txt .icn:before {
	background: #fff;
}
.box_qa03 .box_q .txt .icn:after {
	background: #fff;
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.bg_faq01 {
		background: url(images/index/deco_faq01_sp.svg) no-repeat right top / 100% auto, url(images/index/deco_faq02_sp.svg) no-repeat left bottom / 100% auto;
	}
}

/* 歯科医師ご紹介 GREETING
------------------------------------------------------------------*/
.ttl_greeting01 {
	background-image: linear-gradient(to left, #cd6000, #f29039);
}
.pt02 .ttl_greeting01 {
	background-image: linear-gradient(to left, #52a9bb, #527cbb);
}
.row_greeting01 .col_img {
	width: 40%;
}
.row_greeting01 .col_img .deco {
	z-index: -1;
	width: calc(280 / var(--break) * 100vw);
	top: calc(-10 / var(--break) * 100vw);
	right: calc(-10 / var(--break) * 100vw);
}
.row_greeting01 .col_img .name {
	left: calc(-10 / var(--break) * 100vw);
	bottom: calc(-10 / var(--break) * 100vw);
	width: calc(400 / var(--break) * 100vw);
	height: calc(250 / var(--break) * 100vw);
	background: url("images/index/deco_greeting01.png") no-repeat left bottom / 100% auto;
}
.pt02 .row_greeting01 .col_img .name {
	background: url("images/index/deco_greeting05.png") no-repeat left bottom / 100% auto;
}
.row_greeting01 .col_txt {
	width: 55%;
}
.box_greeting .ttl{
	background: url("images/index/deco_greeting03.svg") no-repeat left top / calc(50 / var(--break) * 100vw),url("images/index/deco_greeting04.svg") no-repeat right bottom / calc(50 / var(--break) * 100vw);
}
.box_greeting.box_prof02 .ttl{
	background: url("images/index/deco_greeting07.svg") no-repeat left top / calc(50 / var(--break) * 100vw),url("images/index/deco_greeting08.svg") no-repeat right bottom / calc(50 / var(--break) * 100vw);
}
.box_greeting .year {
	font-weight: 300;
}
.box_greeting li:before {
	background: #f29039;
}
.box_greeting {
	padding: 0;
}
.box_greeting .box {
	border: 1px solid #1d1d1d;
	border-top:none;
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.ttl_greeting01 {
		font-size: calc(40 / var(--break) * 100vw);
		border-radius: calc(50 / var(--break) * 100vw);
	}
	.row_greeting01 .col_img {
		width: 100%;
		max-width: calc(680 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_greeting01 .col_txt {
		width: 100%;
	}
	.row_greeting01 .col_img {
		margin-bottom: 7vw;
	}
	.row_greeting01 .col_img .name {
		text-align: left;
		left: calc(-12 / var(--break) * 100vw);
		bottom: calc(-12 / var(--break) * 100vw);
		width: calc(454 / var(--break) * 100vw);
		height: calc(284 / var(--break) * 100vw);
		background: url("images/index/deco_greeting01.png") no-repeat left bottom / 100% auto;
	}
	.row_greeting01 .job {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.row_greeting01 .ja {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.row_greeting01 .en {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.row_greeting01 .copy {
		text-align: center;
		font-size: calc(40 / var(--break) * 100vw);
	}
	.row_greeting01 .txt {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.bg_greeting01 {
		padding: calc(80 / var(--break) * 100vw) 0 calc(70 / var(--break) * 100vw);
	}
	.bg_greeting02 {
		padding: calc(80 / var(--break) * 100vw) 0 calc(70 / var(--break) * 100vw);
	}
	.box_greeting .ttl {
		margin-bottom: 0;
	}
	.box_greeting:first-of-type {
		margin-bottom: calc(60 / var(--break) * 100vw);
	}
	.box_greeting {
		padding: 0!important;
	}
	.box_greeting .list_default li:not(:first-child) {
        margin-top: 2vw;
    }
}

/* 医院紹介 CLINIC
------------------------------------------------------------------*/
.row_clinic01 {
	background-color: #b1924f1A!important;
	background: url("images/index/deco_clinic01.svg") no-repeat right top / calc(1460 / var(--break) * 100vw);
}
.row_clinic01 .logo {
	width: calc(394 / var(--break) * 100vw);
}
.row_clinic01 .col_img {
	width: 54.2%;
	min-height: calc(800 / var(--break) * 100vw);
	background: url("images/index/img_clinic01.png") no-repeat left top / cover;
}
.row_clinic01 .col_txt {
	width: 45.8%;
}
.row_clinic01 .tbl_foot {
	margin-right: auto;
	margin-left: auto;
}
.tbl_foot table {
	border: 1px solid #dfbd36;
}
.tbl_foot thead th {
	background: #dfbd36;
}
.tbl_foot tbody {
	background: #fff;
}
.tbl_foot tr:not(:last-child) th, .tbl_foot tr:not(:last-child) td {
    border-bottom: 1px solid #dfbd36;
}
.tbl_foot span {
	color: #70bb52;
}
.tbl_foot tbody tr:first-child th {
    padding-left: 0;
}
.web_clinic {
	width: calc(350 / var(--break) * 100vw);
}
.web_clinic a:after {
    position: absolute;
    content: "";
    background: url(images/page/icn_web01.svg) no-repeat left center / contain;
    width: calc(50 / var(--break) * 100vw);
    height: calc(50 / var(--break) * 100vw);
    left: calc(30 / var(--break) * 100vw);
    bottom: 0;
    top: 0;
    margin: auto;
}

.web_clinic a:before {
    right: calc(30 / var(--break) * 100vw);
    bottom: 0;
    top: 0;
    margin: auto;
}
.web_clinic a:hover:before {
	transition: all .3s;
	right: calc(25 / var(--break) * 100vw);
}
.box_clinic01 .wrap {
	max-width: calc(1000 / var(--break) * 100vw);
}
.copy_clinic01 {
	background: url(images/index/deco_clinic04.svg) no-repeat left top / calc(50 / var(--break) * 100vw), url(images/index/deco_clinic02.svg) no-repeat right bottom / calc(50 / var(--break) * 100vw);
}
.copy_clinic02 span:before {
	position: absolute;
	content: "";
	background: url("images/index/deco_clinic03.png") no-repeat left center / contain;
	width: calc(10 / var(--break)* 100vw);
	height: calc(30 / var(--break)* 100vw);
	left: 0;
	top: calc(5 / var(--break) * 100vw);
	margin: auto;
}
.bg_clinic01:before {
	position: absolute;
	content: "";
	background: url("images/index/bg_clinic01.jpg") no-repeat left center / cover;
	width: 100%;
	height: calc(1480 / var(--break)* 100vw);
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.slide_clinic01 .slick-prev {
	background: url(images/page/arw_clinic01.png)no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -7.2%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url(images/page/arw_clinic01.png)no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	right: -7.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.slide_clinic01 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_clinic01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_clinic01 .slide_thumbnail li:nth-child(5n), .slide_clinic01 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_clinic01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic01 .col_img {
		width: 52.2%;
	}
	.row_clinic01 .col_txt {
		width: 47.8%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev {
		left: 2%;
	}
	.slide_clinic01 .slick-next {
		right: 2%;
	}
	.row_clinic01 .col_img {
		width: 40.2%;
	}
	.row_clinic01 .col_txt {
		width: 58.8%;
	}
	.row_clinic01 .tbl_foot {
		max-width: calc(530 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.slide_clinic01 {
		max-width: calc(646 / 750*100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(30 / 750 * 100vw);
		height: calc(54 / 750 * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: -6vw;
	}
	.slide_clinic01 .slick-next {
		right: -6vw;
	}
	.row_clinic01 {
		background: url(images/index/deco_clinic01_sp.svg) no-repeat right top calc(476 / var(--break) * 100vw)/ calc(750 / var(--break) * 100vw);
		padding-bottom: 9vw;
	}
	.row_clinic01 .col_img {
		width: 100%;
		min-height: calc(578 / var(--break) * 100vw);
		background: url(images/index/img_clinic01_sp.png) no-repeat left top / cover;
	}
	.row_clinic01 .col_txt {
		width: 100%;
		padding-top: 7vw;
	}
	.row_clinic01 .logo {
		margin-bottom: 5vw;
		width: calc(502 / var(--break) * 100vw);
	}
	.row_clinic02 {
		gap: calc(30 / var(--break) * 100vw) 0;
	}
	.address_clinic {
		margin-bottom: 5vw;
	}
	.row_clinic01 .tbl_foot {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.bg_clinic01 .wrap_map {
		background: none;
	}
	.copy_clinic01 {
		font-size: calc(34 / var(--break) * 100vw);
		background: url(images/index/deco_clinic04.svg) no-repeat left top / calc(68 / var(--break) * 100vw), url(images/index/deco_clinic02.svg) no-repeat right bottom / calc(68 / var(--break) * 100vw);
	}
	.copy_clinic02 {
		font-size: calc(34 / var(--break) * 100vw);
	}
	.copy_clinic02 span:before {
		width: calc(13 / var(--break) * 100vw);
		height: calc(37 / var(--break) * 100vw);
		left: -1vw;
		top: 1.5vw;
	}
	.box_clinic01:nth-child(2) {
		margin-bottom: calc(60 / var(--break) * 100vw);
	}
	.box_clinic01 {
		padding: 6vw 5vw 8vw;
	}
	.bg_clinic01:before {
		height: calc(2858 / var(--break) * 100vw);
		background: url(images/index/bg_clinic01_sp.jpg) no-repeat left center / cover;
	}
}



/* フッター footer
------------------------------------------------------------------*/
.row_foot01 > .col_l {
	width: 43%;
}
.row_foot01 > .col_r {
	width: 53%;
	max-width: 530px;
}
.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 {
	background-image: linear-gradient(to right, #f29039, #dfbd36);
	height: calc(80 / var(--break) * 100vw);
}
.box_foot a{
	background: url("images/index/deco_foot01.svg") no-repeat right bottom / calc(202 / var(--break) * 100vw) auto;
	height: calc(60 / var(--break) * 100vw);
}
.insta_foot a{
	background: url("images/index/deco_foot02.svg") no-repeat right bottom / calc(202 / var(--break) * 100vw) auto;
}
.box_foot a:before {
	position: absolute;
	content: "";
	background: url("images/page/arw03.svg") no-repeat left center / contain;
	width: calc(36 / var(--break)* 100vw);
	height: calc(11 / var(--break)* 100vw);
	right:calc(30 / var(--break) * 100vw);
	bottom: 0;
	top: 0;
	margin: auto;
	transition: all .3s;
}
.box_foot a:hover:before {
	transition: all .3s;
	right:calc(25 / var(--break) * 100vw);
}
.box_foot a:after {
	position: absolute;
	content: "";
	background: url("images/page/icn_facebook01.png") no-repeat left center / contain;
	width: calc(38 / var(--break)* 100vw);
	height: calc(38 / var(--break)* 100vw);
	left: calc(50 / var(--break) * 100vw);
	bottom: 0;
	top: 0;
	margin: auto;
}
.insta_foot a:after  {
	background: url("images/page/icn_insta01.png") no-repeat left center / contain;
}
.main_foot02 .web_consul a:after {
	left: calc(48 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.row_foot01 {
		display: block;
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.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(340 / var(--break) * 100vw);
	}
	.fix_web {
		width: calc(260 / var(--break) * 100vw);
	}
	.pagetop_sp {
		width: calc(150 / var(--break) * 100vw);
	}
	.fix a {
		display: block;
	}
	.logo_foot {
		margin-bottom: 4vw;
		max-width: calc(560 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.address_foot {
		margin-bottom: 4vw;
	}
	.box_foot {
		max-width: calc(600 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.box_foot a {
		background: url(images/index/deco_foot01.svg) no-repeat right bottom / calc(290 / var(--break) * 100vw) auto;
		font-size: calc(34 / var(--break) * 100vw);
		height: calc(86 / var(--break) * 100vw);
	}
	.box_foot a:before {
		width: calc(52 / var(--break) * 100vw);
        height: calc(20 / var(--break) * 100vw);
		right: calc(43 / var(--break) * 100vw);
	}
	.box_foot a:after {
		width: calc(54 / var(--break) * 100vw);
		height: calc(54 / var(--break) * 100vw);
		left: calc(72 / var(--break) * 100vw);
	}
	.main_foot {
		padding-bottom: 9vw;
	}
	.fb_foot{
		margin-bottom: calc(30 / var(--break) * 100vw);
	}
	.insta_foot{
		margin-bottom: calc(60 / var(--break) * 100vw);
	}
	.insta_foot a{
		background: url(images/index/deco_foot02.svg) no-repeat right bottom / calc(290 / var(--break) * 100vw) auto;
	}
	.main_foot02{
		padding: calc(60 / var(--break) * 100vw) 0 calc(60 / var(--break) * 100vw);
	}
	.main_foot02 .row_consul02 {
		margin-bottom: calc(30 / var(--break) * 100vw);
	}
	.bnr_foot {
		max-width: calc(600 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.wrap_map {
		background: #fdeee1;
	}
}

/* グーグルマップ
------------------------------------------------------------------*/
.map {
	position: relative;
	width: 100%;
	padding: calc(500 / var(--break) * 100vw) 0 0 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: calc(-150 / var(--break) * 100vw);
	height: calc(100% + calc(150 / var(--break) * 100vw));
}
.btn_map {
	width: calc(300 / var(--break) * 100vw);
	font-size: 1.25rem;
	letter-spacing: .1em;
	left: calc(30 / var(--break) * 100vw);
	top: calc(30 / var(--break) * 100vw);
	z-index: 1;
}
.btn_map a {
	height: calc(60 / var(--break) * 100vw);
	background: url("images/page/icn_map.svg")no-repeat left calc(30 / var(--break) * 100vw) center / calc(16 / var(--break) * 100vw) auto,linear-gradient(to top, #f29039, #dfbd36);
	border: 1px solid #fff;
}
.btn_map a::after {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-left: calc(8 / var(--break) * 100vw) solid #fff;
	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)
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.map iframe {
		margin-top: calc(-200 / var(--break) * 100vw);
		height: calc(100% + calc(200 / var(--break) * 100vw));
	}
	.btn_map {
		width: calc(600 / var(--break) * 100vw);
		margin: 0 auto calc(60 / var(--break) * 100vw);
		font-size: 1.0625rem;
		letter-spacing: 0;
		position: relative;
		left: auto;
		top: auto;
	}
	.btn_map a {
		height: calc(100 / var(--break) * 100vw);
		background-position: left 3vw center;
		background-size: calc(30 / var(--break) * 100vw) auto;
	}
	.btn_map a::after {
		border-width: calc(10 / var(--break) * 100vw) 0 calc(10 / var(--break) * 100vw) calc(16 / var(--break) * 100vw);
		right: 3vw;
	}
}