@charset "utf-8";
/* Theme Name: res */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap');
html, body {
	font-size: 18px;
	line-height: 2;
	color: #3d3d3d;
	letter-spacing: .1em;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
li {
	list-style: none;
}
a {
	color: inherit;
}
.txt_link {
	color: #aaa;

}
:root {
	--guideline-color: #aaa;
}
a:hover {
	opacity: .85;
	transition: .3s;
}
.inner,.inner800,.inner900,.inner1000,.inner1240,.inner1340,.inner1500
{
	max-width: calc(1200px + 10%);
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
}
.inner800 {
	max-width: calc(800px + 10%);
}
.inner900 {
	max-width: calc(900px + 10%);
}
.inner1000 {
	max-width: calc(1000px + 10%);
}
.inner1240 {
	max-width: calc(1240px + 10%);
}
.inner1340 {
	max-width: calc(1340px + 10%);
}
.inner1500 {
	max-width: calc(1500px + 10%);
}
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; -webkit-flex-direction:column; flex-direction:column;}
.noshrink       { flex: 0 0 auto; }
.grow           { flex: 1 1 auto; }

.circle { border-radius: 100%; }

.txt_center { text-align: center; }
.txt_right { text-align: right; }

.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:  5px; }
.mb10   { margin-bottom: 10px; }
.mb15   { margin-bottom: 15px; }
.mb20   { margin-bottom: 20px; }
.mb25   { margin-bottom: 25px; }
.mb30   { margin-bottom: 30px; }
.mb35   { margin-bottom: 35px; }
.mb40   { margin-bottom: 40px; }
.mb45   { margin-bottom: 45px; }
.mb50   { margin-bottom: 50px; }
.mb55   { margin-bottom: 55px; }
.mb60   { margin-bottom: 60px; }
.mb65   { margin-bottom: 65px; }
.mb70   { margin-bottom: 70px; }
.mb75   { margin-bottom: 75px; }
.mb80   { margin-bottom: 80px; }
.mb85   { margin-bottom: 85px; }
.mb90   { margin-bottom: 90px; }
.mb95   { margin-bottom: 95px; }
.mb100  { margin-bottom:100px; }
.mb105  { margin-bottom:105px; }
.mb110  { margin-bottom:110px; }
.mb115  { margin-bottom:115px; }
.mb120  { margin-bottom:120px; }
.mb125  { margin-bottom:125px; }
.mb130  { margin-bottom:130px; }
.mb135  { margin-bottom:135px; }
.mb140  { margin-bottom:140px; }
.mb145  { margin-bottom:145px; }
.mb150  { margin-bottom:150px; }
.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; }

.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%);
}

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

.lh1 { line-height: 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; }
.lh22 { line-height: 2.2; }
.lh25 { line-height: 2.5; }


.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; }
.pt0 { padding-top: 0; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt35 { padding-top: 35px; }
.pt40 { padding-top: 40px; }
.pt45 { padding-top: 45px; }
.pt50 { padding-top: 50px; }
.pt55 { padding-top: 55px; }
.pt60 { padding-top: 60px; }
.pt65 { padding-top: 65px; }
.pt70 { padding-top: 70px; }
.pt75 { padding-top: 75px; }
.pt80 { padding-top: 80px; }
.pt85 { padding-top: 85px; }
.pt90 { padding-top: 90px; }
.pt95 { padding-top: 95px; }
.pt100 { padding-top: 100px; }
.pt105 { padding-top: 105px; }
.pt110 { padding-top: 110px; }
.pt115 { padding-top: 115px; }
.pt120 { padding-top: 120px; }
.pt125 { padding-top: 125px; }
.pt130 { padding-top: 130px; }
.pt135 { padding-top: 135px; }
.pt140 { padding-top: 140px; }
.pt145 { padding-top: 145px; }
.pt150 { padding-top: 150px; }

.pb0 { padding-bottom: 0; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb35 { padding-bottom: 35px; }
.pb40 { padding-bottom: 40px; }
.pb45 { padding-bottom: 45px; }
.pb50 { padding-bottom: 50px; }
.pb55 { padding-bottom: 55px; }
.pb60 { padding-bottom: 60px; }
.pb65 { padding-bottom: 65px; }
.pb70 { padding-bottom: 70px; }
.pb75 { padding-bottom: 75px; }
.pb80 { padding-bottom: 80px; }
.pb85 { padding-bottom: 85px; }
.pb90 { padding-bottom: 90px; }
.pb95 { padding-bottom: 95px; }
.pb100 { padding-bottom: 100px; }
.pb105 { padding-bottom: 105px; }
.pb110 { padding-bottom: 110px; }
.pb115 { padding-bottom: 115px; }
.pb120 { padding-bottom: 120px; }
.pb125 { padding-bottom: 125px; }
.pb130 { padding-bottom: 130px; }
.pb135 { padding-bottom: 135px; }
.pb140 { padding-bottom: 140px; }
.pb145 { padding-bottom: 145px; }
.pb150 { padding-bottom: 150px; }

.fz14{font-size: 77.7%;}
.fz16{font-size: 88.8%;}
.fz20{font-size: 111.1%;}
.fz22{font-size: 122.2%;}
.fz24{font-size: 133.3%;}
.fz25{font-size: 138.8%;}
.fz26{font-size: 144.4%;}
.fz28{font-size: 155.5%;}
.fz30{font-size: 166.6%;}
.fz32{font-size: 177.7%;}
.fz34{font-size: 188.8%;}
.fz36{font-size: 200%;}
.fz38{font-size: 205.5%;}
.fz40{font-size: 222.2%;}
.fz42{font-size: 233.3%;}
.fz44{font-size: 244.4%;}
.fz46{font-size: 255.5%;}
.fz48{font-size: 266.6%;}
.fz49{font-size: 272.2%;}
.fz50{font-size: 277.7%;}
.fz70{font-size: 388.8%;}
.fz60{font-size: 333.3%;}
.fz80{font-size: 444.4%;}
.fz84{font-size: 466.6%;}
.fz96{font-size: 533.3%;}
.fz100{font-size: 555.5%;}
.fz120{font-size: 666.6%;}
.fz130{font-size: 722.2%;}
.fz140{font-size: 777.7%;}
.fz150{font-size: 833.3%;}

.mat {
	font-family: fot-matisse-pron, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.gar_r {
	font-family: eb-garamond, serif;
	font-weight: 400;
	font-style: normal;
}
.gar_i {
	font-family: eb-garamond, serif;
	font-weight: 400;
	font-style: italic;
}
.spa {
	font-family: span, serif;
	font-weight: 400;
	font-style: normal;
}
.aw {
	font-family: aw-conqueror-didot, serif;
	font-weight: 300;
	font-style: normal;
}
.bg_ptn01 {
	background-image: url("images/page/ptn01.jpg");
	background-repeat: repeat;
	background-position: left top;
	background-size: auto;
}
.bg_ptn02 {
	background-image: url("images/page/ptn02.jpg");
	background-repeat: repeat;
	background-position: left top;
	background-size: auto;
}
.txt_col01 { color: #36766b!important; }
.txt_col02 { color: #e6f0f0!important; }
.txt_col03 { color: #69a495!important; }
.txt_col04 { color: #a49169!important; }
.txt_col05 { color: #c1c1c1!important; }
.txt_col06 { color: #f7f7f7!important; }
.txt_col07 { color: #666666!important; }
.txt_col08 { color: #eeeff1!important; }
.txt_col09 { color: #f1f1f1!important; }
.txt_col10 { color: #e2efee!important; }
.bg_col01 { background-color: #36766b!important; }
.bg_col02 { background-color: #e6f0f0!important; }
.bg_col03 { background-color: #69a495!important; }
.bg_col04 { background-color: #a49169!important; }
.bg_col05 { background-color: #c1c1c1!important; }
.bg_col06 { background-color: #f7f7f7!important; }
.bg_col07 { background-color: #666666!important; }
.bg_col08 { background-color: #eeeff1!important; }
.bg_col09 { background-color: #f1f1f1!important; }
.bg_col10 { background-color: #e2efee!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:960px) {
	.pc_only {
		display: none;
	}
	.tb_only {
		display: inherit;
	}
	.sp_only {
		display: none;
	}
	.tb_pc {
		display: inherit;
	}
	.sp_tb {
		display: inherit;
	}
}
@media(max-width: 767px) {
	html, body {
		font-size: 4.27vw;
		letter-spacing: 0;
	}
	.inner,.inner800,.inner900,.inner1000,.inner1240,.inner1340,.inner1500 {
		padding: 0 3.2vw;
	}
	.pc_only {
		display: none;
	}
	.tb_only {
		display: none;
	}
	.sp_only {
		display: inherit;
	}
	.tb_pc {
		display: none;
	}
	.sp_tb {
		display: inherit;
	}

	.mb5   { margin-bottom: calc( 5  / 750 * 100vw); }
	.mb10  { margin-bottom: calc( 10 / 750 * 100vw); }
	.mb15  { margin-bottom: calc( 15 / 750 * 100vw); }
	.mb20  { margin-bottom: calc( 20 / 750 * 100vw); }
	.mb25  { margin-bottom: calc( 25 / 750 * 100vw); }
	.mb30  { margin-bottom: calc( 30 / 750 * 100vw); }
	.mb35  { margin-bottom: calc( 35 / 750 * 100vw); }
	.mb40  { margin-bottom: calc( 40 / 750 * 100vw); }
	.mb45  { margin-bottom: calc( 45 / 750 * 100vw); }
	.mb50  { margin-bottom: calc( 50 / 750 * 100vw); }
	.mb55  { margin-bottom: calc( 55 / 750 * 100vw); }
	.mb60  { margin-bottom: calc( 60 / 750 * 100vw); }
	.mb65  { margin-bottom: calc( 65 / 750 * 100vw); }
	.mb70  { margin-bottom: calc( 70 / 750 * 100vw); }
	.mb75  { margin-bottom: calc( 75 / 750 * 100vw); }
	.mb80  { margin-bottom: calc( 80 / 750 * 100vw); }
	.mb85  { margin-bottom: calc( 85 / 750 * 100vw); }
	.mb90  { margin-bottom: calc( 90 / 750 * 100vw); }
	.mb95  { margin-bottom: calc( 95 / 750 * 100vw); }
	.mb100 { margin-bottom:calc(100 / 750 * 100vw); }
	.mb105 { margin-bottom:calc(105 / 750 * 100vw); }
	.mb110 { margin-bottom:calc(110 / 750 * 100vw); }
	.mb115 { margin-bottom:calc(115 / 750 * 100vw); }
	.mb120 { margin-bottom:calc(120 / 750 * 100vw); }
	.mb125 { margin-bottom:calc(125 / 750 * 100vw); }
	.mb130 { margin-bottom:calc(130 / 750 * 100vw); }
	.mb135 { margin-bottom:calc(135 / 750 * 100vw); }
	.mb140 { margin-bottom:calc(140 / 750 * 100vw); }
	.mb145 { margin-bottom:calc(145 / 750 * 100vw); }
	.mb150 { margin-bottom:calc(150 / 750 * 100vw); }

	.mgn_a_sp { margin-left: auto; margin-right: auto; }
	
	.pt10 { padding-top: calc(10 / 750 * 100vw); }
	.pt15 { padding-top: calc(15 / 750 * 100vw); }
	.pt20 { padding-top: calc(20 / 750 * 100vw); }
	.pt25 { padding-top: calc(25 / 750 * 100vw); }
	.pt30 { padding-top: calc(30 / 750 * 100vw); }
	.pt35 { padding-top: calc(35 / 750 * 100vw); }
	.pt40 { padding-top: calc(40 / 750 * 100vw); }
	.pt45 { padding-top: calc(45 / 750 * 100vw); }
	.pt50 { padding-top: calc(50 / 750 * 100vw); }
	.pt55 { padding-top: calc(55 / 750 * 100vw); }
	.pt60 { padding-top: calc(60 / 750 * 100vw); }
	.pt65 { padding-top: calc(65 / 750 * 100vw); }
	.pt70 { padding-top: calc(70 / 750 * 100vw); }
	.pt75 { padding-top: calc(75 / 750 * 100vw); }
	.pt80 { padding-top: calc(80 / 750 * 100vw); }
	.pt85 { padding-top: calc(85 / 750 * 100vw); }
	.pt90 { padding-top: calc(90 / 750 * 100vw); }
	.pt95 { padding-top: calc(95 / 750 * 100vw); }
	.pt100 { padding-top: calc(100 / 750 * 100vw); }
	.pt105 { padding-top: calc(105 / 750 * 100vw); }
	.pt110 { padding-top: calc(110 / 750 * 100vw); }
	.pt120 { padding-top: calc(120 / 750 * 100vw); }
	.pt125 { padding-top: calc(125 / 750 * 100vw); }
	.pt130 { padding-top: calc(130 / 750 * 100vw); }
	.pt135 { padding-top: calc(135 / 750 * 100vw); }
	.pt140 { padding-top: calc(140 / 750 * 100vw); }
	.pt145 { padding-top: calc(145 / 750 * 100vw); }
	.pt150 { padding-top: calc(150 / 750 * 100vw); }

	.pb10 { padding-bottom: calc(10 / 750 * 100vw); }
	.pb15 { padding-bottom: calc(15 / 750 * 100vw); }
	.pb20 { padding-bottom: calc(20 / 750 * 100vw); }
	.pb25 { padding-bottom: calc(15 / 750 * 100vw); }
	.pb30 { padding-bottom: calc(30 / 750 * 100vw); }
	.pb35 { padding-bottom: calc(15 / 750 * 100vw); }
	.pb40 { padding-bottom: calc(40 / 750 * 100vw); }
	.pb45 { padding-bottom: calc(15 / 750 * 100vw); }
	.pb50 { padding-bottom: calc(50 / 750 * 100vw); }
	.pb55 { padding-bottom: calc(15 / 750 * 100vw); }
	.pb60 { padding-bottom: calc(60 / 750 * 100vw); }
	.pb65 { padding-bottom: calc(15 / 750 * 100vw); }
	.pb70 { padding-bottom: calc(70 / 750 * 100vw); }
	.pb75 { padding-bottom: calc(15 / 750 * 100vw); }
	.pb80 { padding-bottom: calc(80 / 750 * 100vw); }
	.pb85 { padding-bottom: calc(15 / 750 * 100vw); }
	.pb90 { padding-bottom: calc(90 / 750 * 100vw); }
	.pb95 { padding-bottom: calc(15 / 750 * 100vw); }
	.pb100 { padding-bottom: calc(100 / 750 * 100vw); }
	.pb105 { padding-bottom: calc(105 / 750 * 100vw); }
	.pb110 { padding-bottom: calc(110 / 750 * 100vw); }
	.pb120 { padding-bottom: calc(120 / 750 * 100vw); }
	.pb125 { padding-bottom: calc(125 / 750 * 100vw); }
	.pb130 { padding-bottom: calc(130 / 750 * 100vw); }
	.pb135 { padding-bottom: calc(135 / 750 * 100vw); }
	.pb140 { padding-bottom: calc(140 / 750 * 100vw); }
	.pb145 { padding-bottom: calc(145 / 750 * 100vw); }
	.pb150 { padding-bottom: calc(150 / 750 * 100vw); }

	.pt_1vw { padding-top: 1vw;}
	.pt_2vw { padding-top: 2vw;}
	.pt_3vw { padding-top: 4vw;}
	.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; }

	.txt_width {
		max-width: calc(646 / 750 * 100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_left {
		text-align: left!important;
	}
	.shadow_w {
		text-shadow: 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff;
	}
	.fz16 {
		font-size: 100%;
		letter-spacing: 0;
		line-height: 2;
	}
	.bg_ptn01 {
		background-size: calc(1925 / 750 * 100vw) auto;
	}
	.bg_ptn02 {
		background-size: calc(8 / 750 * 100vw);
	}
}


/* ヘッダー header
------------------------------------------------------------------*/
header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 0 140px 0 0;
}
h1 {
	width: 370px;
}
h1 a {
	background: rgba(255,255,255,.9);
	padding: 35px 40px 25px;
	display: block;
}
.row_head01 {
	margin-top: 40px;
}
.tel_head {
	margin-right: 40px;
}
.tel_head .icn {
	margin-right: 8px;
}
.web_head {
	width: 156px;
}
.web_head a {
	border: 1px solid #fff;
	border-radius: 30px;
	height: 44px;
}
.web_head .icn {
	margin-right: 8px;
}
@media(min-width: 768px) and (max-width:999px) {
	h1 {
		width: 330px;
	}
	h1 a {
		padding: 30px;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.row_head01 {
		display: block;
		margin-top: 20px;
	}
	.tel_head {
		margin: 0 0 15px;
	}
	.web_head {
		margin: 0 0 0 auto;
	}
}
@media(max-width: 767px) {
	h1 {
		width: calc(380 / 750 * 100vw);
	}
	h1 a {
		padding: 3vw 4vw 3vw;
	}
	.row_head01 {
		display: none;
	}
}


/* メインイメージ main_img
------------------------------------------------------------------*/
.main_img {
	position: relative;
}
.main_img .slide_main {
	opacity: 0;
}
.main_img .slide_main li {
	min-height: 600px;
	height: 100vh;
}
.main_img.tab .slide_main li {
	height: auto;
}
.main01 {
	background: url(images/index/main01.jpg)no-repeat center / cover;
}
.main_img .slick-slide .sp_only {
	display: none !important;
}
.wrap_main01 {
	width: 90%;
	max-width: 1630px;
	right: 0;
	left: 0;
	bottom: 10%;
}
.circle_main01 {
	width: 478px;
	height: 478px;
	background: rgba(54,118,107,.7);
	border-radius: 50%;
	padding: 42px;
	margin-right: -15px;
}
.list_main01 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.list_main01 li {
	position: relative;
	padding-top: 45px;
}
.list_main01 li:before {
	content: "";
	position: absolute;
	background: url("images/page/icn_check01.svg")no-repeat center / cover;
	width: 32px;
	height: 29px;
	right: 0;
	left: 0;
	top: 0;
	margin: auto;
}
.circle_main01 .deco {
	right: -32px;
	bottom: 80px;
}
.circle_main01 .en {
	left: 5px;
	bottom: 42px;
	color: rgba(105, 146, 137, 0.5);
}
@media(min-width: 768px) and (max-width:1399px) {
	.copy_main01 .copy01 {
		font-size: 333.33%;
	}
	.circle_main01 {
		width: 390px;
		height: 390px;
		padding: 35px 0 0;
	}
	.list_main01 {
		font-size: 166.67%;
	}
	.list_main01 li:before {
		width: 30px;
		height: 27px;
	}
	.circle_main01 .en {
		font-size: 333.33%;
	}
	.circle_main01 .deco {
		width: 170px;
	}
}
@media(min-width: 768px) and (max-width:1099px) {
	.copy_main01 .copy01 {
		font-size: 277.78%;
	}
	.copy_main01 .copy02 {
		font-size: 100%;
	}
	.copy_main01 .copy02 .adjust {
		display: block;
	}
	.circle_main01 {
		width: 340px;
		height: 340px;
	}
	.list_main01 {
		font-size: 133.33%;
	}
	.list_main01 li {
		padding-top: 35px;
	}
	.list_main01 li:before {
		width: 26px;
		height: 23px;
		left: 5px;
	}
	.circle_main01 .en {
		font-size: 277.78%;
	}
	.circle_main01 .deco {
		width: 140px;
		right: -10px;
		bottom: 70px;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.copy_main01 .copy01 {
		font-size: 222.22%;
	}
	.circle_main01 {
		width: 300px;
		height: 300px;
		position: absolute;
		right: 0;
		bottom: -120px;
	}
	.list_main01 {
		font-size: 111.11%;
	}
	.list_main01 li {
		padding-top: 30px;
	}
	.list_main01 li:before {
		width: 22px;
		height: 19px;
	}
	.circle_main01 .en {
		font-size: 222.22%;
	}
	.circle_main01 .deco {
		width: 120px;
	}
}
@media only screen and (max-width: 767px) {
	.main_img .slide_main li {
		min-height: auto;
		height: auto;
	}
	.main01, .main02 {
		background: none;
	}
	.main_img .slick-slide .sp_only {
		display: inherit!important;
	}
	.main_img .slick-slide .tb_pc {
		display: none !important;
	}
	.wrap_main01 {
		width: 100%;
		max-width: 100%;
		bottom: -5.5vw;
		display: block;
	}
	.copy_main01 {
		text-align: center;
		margin-bottom: 4.5vw;
	}
	.copy_main01 .copy01 {
		font-size: 218.75%;
	}
	.copy_main01 .copy02 {
		font-size: 93.75%;
		line-height: 2;
	}
	.circle_main01 {
		width: calc(340 / 750 * 100vw);
		height: calc(340 / 750 * 100vw);
		padding: 6vw 0 0;
		margin: 0 5.5vw 0 auto;
	}
	.list_main01 {
		font-size: 87.5%;
		letter-spacing: 0;
		line-height: 2.3;
	}
	.list_main01 li {
		padding-top: 5vw;
	}
	.list_main01 li:before {
		width: calc(28 / 750 * 100vw);
		height: calc(26 / 750 * 100vw);
		left: .5vw;
	}
	.circle_main01 .deco {
		right: -2vw;
		bottom: 4vw;
		width: calc(150 / 750 * 100vw);
	}
	.circle_main01 .en {
		left: -6.5vw;
		bottom: 2vw;
		font-size: 187.5%;
	}
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.btn_gnav_sp {
	position: fixed;
	top: 0;
	right: 0;
	height: 100px;
	width: 100px;
	background: #e6f0f0;
	z-index: 10000;
	outline: none;
}
.btn_gnav_sp:hover {
	cursor: pointer;
}
.btn_gnav_sp .txt_gnav {
	position: absolute;
	width: 48px;
	right: 0;
	left: 0;
	bottom: 12px;
	margin: auto;
}
.btn_gnav_sp .icn_gnav {
	width: 40px;
	height: 5px;
	position: absolute;
	top: -22px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #666;
	transition: transform .3s ease-in-out;
}
.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	background: #666;
	transition: transform .3s ease-in-out;
}
.btn_gnav_sp .icn_gnav:before {
	top: -13px;
}
.btn_gnav_sp .icn_gnav:after {
	bottom: -13px;
}
.open .btn_gnav_sp .icn_gnav {
	background: none;
}
.open .btn_gnav_sp .icn_gnav:before, .open .btn_gnav_sp .icn_gnav:after {
	background: #666;
	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: 100px 0 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: rgba(205,231,231.9);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	width: 80%;
	transition: opacity .6s ease, visibility .6s ease;
	line-height: 1.45;
	max-width: 635px;
	touch-action: auto!important;
}
.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: 150px;
}
.gnav_sp .nav_main > ul {
	padding: 0 40px;
	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: 21px 35px 22px 30px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	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: .1em;
}
.gnav_sp .nav_main > ul > li > a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	border-bottom: 1px solid #3d3d3d;
	border-left: 1px solid #3d3d3d;
	transform: rotate(-45deg);
	margin: auto;
}
.open .gnav_sp {
	visibility: visible;
	opacity: 1;
}
.open .gnav_sp .nav_main > ul > li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity .9s ease;
}
/* パーフェクトスクロールバー */
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background: #666 !important;
	right: 0px !important;
	width: 4px !important;
}
.ps-container > .ps-scrollbar-y-rail {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1;
}
.ps-container:hover>.ps-scrollbar-y-rail {
	opacity: 1;
}
@media(min-width: 768px) and (max-width:960px) {

}
@media only screen and (max-width: 767px) {
	.gnav {
		display: none;
	}
	.btn_gnav_sp {
		top: 3vw;
		right: 3.2vw;
		height: calc(100 / 750 * 100vw);
		width: calc(100 / 750 * 100vw);
	}
	.btn_gnav_sp .txt_gnav {
		width: calc(48 / 750 * 100vw);
		bottom: 0;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / 750 * 100vw);
		height: 2px;
		top: -3.5vw;
	}
	.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
		height: 2px;
	}
	.btn_gnav_sp .icn_gnav:before {
		top: -1.5vw;
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: -1.5vw;
	}
	.gnav_sp {
		padding: 19vw 0 0;
		max-width: 100%;
	}
	.gnav_sp .nav_main {
		padding-bottom: 20vw;
	}
	.gnav_sp .nav_main > ul {
		padding: 0 3vw;
	}
	.gnav_sp .nav_main > ul > li:first-child {
		border-top: 1px solid rgba(255,255,255,.5);;
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 3.5vw 5vw 3.5vw 0;
	}
	.gnav_sp .nav_main > ul > li > a:after {
		right: 1.5vw;
		width: calc(14 / 750 * 100vw);
		height: calc(14 / 750 * 100vw);
	}
}


/* conversion
------------------------------------------------------------------*/
.box_conversion01 {
	box-shadow: 0px 20px 60px 0 rgba(4, 0, 0, 0.3);
	max-width: 1100px;
	border: 6px solid #c1c1c1;
	padding: 43px 5% 44px;
}
.row_conversion01 {
	max-width: 880px;
}
.row_conversion01 .col_l {
	width: 48%;
	max-width: 420px;
}
.row_conversion01 .col_r {
	width: 48%;
	max-width: 370px;
}
.row_conversion01 .col_l a {
	border-left: double 3px #c1c1c1;
	border-right: double 3px #c1c1c1;
	height: 60px;
}
.row_conversion01 .col_l .icn {
	margin-right: 10px;
}
.row_conversion01 .col_r a {
	height: 80px;
	background: url("images/page/arw01.svg")no-repeat right 10px center / auto;
}
.row_conversion01 .col_r .box {
	width: 154px;
	left: -25px;
	top: -18px;
	height: 44px;
	overflow: hidden;
	padding: 0 5px 0 0;
}
.row_conversion01 .col_r .box:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	background: #fff;
	left: 2px;
	top: 0;
}
.row_conversion01 .col_r .box:after {
	content: "";
	position: absolute;
	width: 120%;
	height: 100%;
	background: #69a495;
	transform: skewX(-15deg);
	left: -40px;
	top: 0;
	z-index: -1;
}
.row_conversion01 .col_r em {
	margin-right: 5px;
}
@media(min-width: 768px) and (max-width:1099px) {
	.box_conversion01 .txt {
		font-size: 144.44%;
	}
}
@media(min-width: 768px) and (max-width:999px) {
	.row_conversion01 .col_l {
		width: 48%;
	}
	.row_conversion01 .col_l a {
		font-size: 177.78%;
	}
	.row_conversion01 .col_l .icn {
		max-width: 32px;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.bg_conversion01 {
		padding: 100px 0;
	}
	.row_conversion01 .col_l a {
		font-size: 155.56%;
		height: 80px;
		-webkit-flex-direction: column;
		flex-direction: column;
		padding: 0 0 10px;
	}
	.row_conversion01 .col_l .icn {
		margin: 0 auto 10px;
		max-width: 24px;
	}
	.row_conversion01 .col_r {
		width: 46%;
	}
}
@media(max-width: 767px) {
	.bg_conversion01 {
		padding: 13vw 0 13.5vw;
	}
	.box_conversion01 {
		box-shadow: 0px calc(20 / 750 * 100vw) calc(60 / 750 * 100vw) 0 rgba(4, 0, 0, 0.3);
		max-width: 100%;
		border-width: 3px;
		padding: 9vw 5% 10vw;
	}
	.box_conversion01 .txt {
		font-size: 112.5%;
		line-height: 1.67;
		margin-bottom: 6vw;
	}
	.row_conversion01 {
		display: block;
		max-width: calc(600 / 750 * 100vw);
		margin: 0 auto;
	}
	.row_conversion01 .col_l {
		width: 100%;
		max-width: 100%;
		margin-bottom: 12vw;
	}
	.row_conversion01 .col_r {
		width: 100%;
		max-width: 100%;
	}
	.row_conversion01 .col_l a {
		height: calc(60 / 750 * 100vw);
		font-size: 175%;
		line-height: .8;
	}
	.row_conversion01 .col_l .icn {
		margin-right: 2vw;
		width: calc(52 / 750 * 100vw);
	}
	.row_conversion01 .col_r a {
		height: calc(130 / 750 * 100vw);
		background-size: calc(58 / 750 * 100vw) auto;
		background-position: right 2vw auto;
	}
	.row_conversion01 .col_r a > span {
		font-size: 106.25%;
	}
	.row_conversion01 .col_r .box {
		width: calc(226 / 750 * 100vw);
		left: -3vw;
		top: -4vw;
		height: calc(72 / 750 * 100vw);
		padding: 0 1vw 0 0;
		font-size: 93.75%;
	}
	.row_conversion01 .col_r .box:before {
		width: 1px;
		left: .5vw;
	}
	.row_conversion01 .col_r .box:after {
		left: -7.5vw;
	}
	.row_conversion01 .col_r em {
		margin-right: 1vw;
	}
}


/* マウスピース矯正（インビザライン）とは about
------------------------------------------------------------------*/
.ttl_common01 {
	border-top: 3px double #c1c1c1;
	border-bottom: 3px double #c1c1c1;
	height: 200px;
}
.ttl_common01 .ja {
	color: #000;
	margin-bottom: 17px;
}
.bg_about01 {
	background: url("images/index/bg_about01.jpg")no-repeat right 60% top / auto;
}
.wrap_about01 {
	width: 54%;
	text-shadow: 0px 0px 5px #f6f6f6, 0px 0px 10px #f6f6f6, 0px 0px 5px #f6f6f6, 0px 0px 10px #f6f6f6;
}
.txt_about02 {
	line-height: 2.2;
	max-width: 648px;
}
.box_about01 {
	max-width: 900px;
	border: 1px solid #c1c1c1;
	padding: 55px 5% 60px;
}
.btn_about01 {
	right: 0;
	left: 0;
	bottom: -35px;
	margin: auto;
	width: 284px;
}
.btn_about01 a {
	height: 60px;
	background: url("images/page/arw01.svg")no-repeat right 30px center / auto;
}
@media(min-width: 768px) and (max-width:1299px) {
	.copy_about01 {
		font-size: 177.78%;
	}
}
@media(min-width: 768px) and (max-width:1099px) {
	.txt_about02 .adjust01 {
		display: none;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.bg_about01 {
		background: url("images/index/bg_about01_sp.jpg")no-repeat center top / 100% auto;
		padding-top: 400px;
	}
	.ttl_common01 .ja {
		font-size: 166.67%;
	}
	.wrap_about01 {
		width: 100%;
		margin-bottom: 100px;
	}
	.copy_about01 {
		font-size: 155.56%;
		text-align: center;
		margin-bottom: 30px;
	}
	.txt_about01 {
		font-size: 122.22%;
		text-align: center;
	}
	.txt_about02 {
		max-width: 100%;
	}
}
@media(max-width: 767px) {
	.ttl_common01 {
		height: auto;
		display: block;
		padding: 6vw 0 6.5vw;
	}
	.ttl_common01 .ja {
		font-size: 143.75%;
		margin-bottom: 0;
	}
	.ttl_common01 .en {
		font-size: 93.75%;
	}
	.bg_about01 {
		background: url("images/index/bg_about01_sp.jpg")no-repeat center top / 100% auto;
		padding: 70vw 0 22.5vw;
	}
	.wrap_about01 {
		width: 100%;
		text-shadow: none;
		margin-bottom: 6vw;
	}
	.copy_about01 {
		font-size: 125%;
		line-height: 1.75;
		text-align: center;
		margin-bottom: 3vw;
	}
	.txt_about01 {
		font-size: 112.5%;
		text-align: center;
		margin-bottom: 3vw;
	}
	.txt_about02 {
		line-height: 2;
		max-width: 100%;
	}
	.box_about01 {
		max-width: calc(702 / 750 * 100vw);
		padding: 5vw 3% 10.5vw;
	}
	.box_about01 .ttl {
		font-size: 100%;
		letter-spacing: 0;
	}
	.box_about01 .txt {
		font-size: 93.75%;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.btn_about01 {
		bottom: calc(-45 / 750 * 100vw);
		width: calc(600 / 750 * 100vw);
	}
	.btn_about01 a {
		height: calc(100 / 750 * 100vw);
		font-size: 106.25%;
		background-size: calc(58 / 750 * 100vw) auto;
		background-position: right 3vw center;
		letter-spacing: .1em;
	}
}


/* マウスピース型矯正装置（インビザライン）の特徴 feature
------------------------------------------------------------------*/
.bg_feature01 {
	background: url("images/index/bg_feature01.png")no-repeat left 87px top / auto, url("images/index/bg_feature02.jpg")no-repeat right top / auto, url("images/page/ptn01.jpg")repeat left top / auto;
	padding: 140px 5% 125px;
}
.copy_feature01 {
	line-height: 2.2;
	margin-bottom: 165px;
}
.copy_feature01 small {
	font-size: 50%;
	letter-spacing: .1em;
	line-height: 1;
}
.wrap_feature01 {
	max-width: 1640px;
	position: relative;
	overflow: hidden;
}
.wrap_feature01:before {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background: url("images/index/img_feature01.jpg")no-repeat center / cover;
}
.wrap_feature01.left:before {
	right: auto;
	left: 0;
}
.wrap_feature01.img02:before { background-image: url("images/index/img_feature02.jpg"); }
.wrap_feature01.img03:before { background-image: url("images/index/img_feature03.jpg"); }
.wrap_feature01.img04:before { background-image: url("images/index/img_feature04.jpg"); }
.wrap_feature01.img05:before { background-image: url("images/index/img_feature05.jpg"); }
.wrap_feature01 .col_txt {
	min-height: 450px;
	padding: 40px;
	width: 50%;
	position: relative;
}
.wrap_feature01 .col_txt .wrap {
	width: 100%;
	max-width: 540px;
}
.wrap_feature01 .num {
	font-size: 300px;
	line-height: .5;
	right: 63px;
	bottom: 0;
	transform: skewX(-10deg);
}
.row_feature01 {
	max-width: 1540px;
}
.row_feature01 .col {
	width: 32%;
	max-width: 440px;
}
.row_feature01 .num {
	font-size: 300px;
	line-height: .85;
	right: 0;
	left: 0;
	margin: auto;
	top: 0;
	transform: skewX(-10deg);
}
.row_feature01 .txt {
	padding: 0 30px;
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_feature01 {
		background-position: left 40px top, right top, left top;
		background-size: 350px auto, auto, auto;
	}
	.copy_feature01 {
		font-size: 177.78%;
		margin-bottom: 120px;
	}
	.copy_feature02 {
		font-size: 144.44%;
	}
	.wrap_feature01 .num {
		font-size: 220px;
		right: 30px;
	}
	.row_feature01 .col {
		padding-top: 60px;
	}
	.row_feature01 .num {
		font-size: 220px;
	}
	.bg_feature02 .copy {
		font-size: 144.44%;
	}
}
@media(min-width: 961px) and (max-width:1099px) {
	.copy_feature02 .adjust {
		display: block;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.copy_feature01 {
		font-size: 155.56%;
		margin-bottom: 100px;
	}
	.wrap_feature01:before {
		position: relative;
		display: block;
		width: 100%;
		top: auto;
		right: auto;
		left: auto!important;
		height: 400px;
	}
	.wrap_feature01 .col_txt {
		width: 100%;
		min-height: auto;
		padding: 40px 5% 50px;
	}
	.wrap_feature01 .col_txt .wrap {
		max-width: 100%;
	}
	.row_feature01 .col {
		width: 49%;
	}
	.row_feature01 .col:last-child {
		margin: 40px 0 0;
	}
	.bg_feature02 {
		padding: 70px 0 80px;
	}
	.bg_feature02 .txt {
		text-align: left;
	}
}
@media(max-width: 767px) {
	.feature {
		margin-bottom: 12.5vw;
	}
	.bg_feature01 {
		background: url("images/index/bg_feature01.png")no-repeat center top / calc(508 / 750 * 100vw) auto, url("images/index/bg_feature02_sp.png")no-repeat right top / 100% auto, url("images/page/ptn01.jpg")repeat left top / calc(1925 / 750 * 100vw) auto;
		padding: 57vw 3.2vw 9vw;
	}
	.copy_feature01 {
		font-size: 125%;
		line-height: 1.8;
		margin-bottom: 8vw;
	}
	.copy_feature01 small {
		font-size: 80%;
		letter-spacing: .1em;
		line-height: 1;
	}
	.wrap_feature01 {
		max-width: 100%;
		margin-bottom: 8vw;
	}
	.wrap_feature01:before {
		position: relative;
		display: block;
		width: 100%;
		height: calc(385 / 750 * 100vw);
		top: auto;
		right: auto;
		left: auto!important;
	}
	.wrap_feature01 .col_txt {
		min-height: auto;
		padding: 4.5vw 4% 13vw;
		width: 100%;
	}
	.wrap_feature01 .col_txt .wrap {
		max-width: 100%;
	}
	.copy_feature02 {
		font-size: 125%;
		line-height: 1.75;
		margin-bottom: 2vw;
	}
	.wrap_feature01 .num {
		font-size: 937.5%;
		right: 3vw;
	}
	.row_feature01 {
		max-width: calc(646 / 750 * 100vw);
		margin: 0 auto;
		display: block;
	}
	.row_feature01 .col {
		width: 100%;
		max-width: 100%;
		padding-top: 11vw;
	}
	.row_feature01 .col:not(:first-child) {
		margin-top: 6vw;
	}
	.row_feature01 .num {
		font-size: 937.5%;
	}
	.row_feature01 .copy_feature02 {
		margin-bottom: 3vw;
	}
	.row_feature01 .txt {
		padding: 0;
	}
	.bg_feature02 {
		padding: 9vw 0;
	}
	.bg_feature02 .copy {
		font-size: 125%;
		line-height: 1.75;
		margin-bottom: 1.5vw;
	}
}


/* 大杉歯科医院のマウスピース矯正  mouthpiece
------------------------------------------------------------------*/
.ttl_mouthpiece02 .ja {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 100%;
	letter-spacing: .14em;
	text-align: left;
}
.ttl_mouthpiece02 .ja:before {
	content: "";
	display: block;
	background: url("images/page/icn_common01.svg")no-repeat center / cover;
	width: 12px;
	height: 12px;
	margin: 0 auto 23px;
}
.ttl_mouthpiece02 .en {
	width: 100%;
	left: 0;
	line-height: .75;
	border-bottom: 4px solid #e2efee;
	transform: translateY(-50%);
	top: 50%;
	margin: auto;
}
.bg_mouthpiece01 {
	background: url("images/index/bg_mouthpiece01.jpg")no-repeat center top 167px / auto;
	margin-bottom: 210px;
}
.row_mouthpiece01 {
	width: 90%;
	max-width: 1360px;
}
.row_mouthpiece01 .col {
	width: 15%;
	max-width: 200px;
	height: 200px;
	border-radius: 50%;
	background: rgba(205,231,231,.8);
}
.row_mouthpiece01 .col:nth-child(2n) {
	background: rgba(185,217,217,.8);
}
.list_mouthpiece01 {
	line-height: 1.5;
	font-size: 80%;
	letter-spacing: .1em;
	display: table;
	margin: auto;
	text-align: left;
}
.row_mouthpiece02 {
	max-width: 1100px;
}
.row_mouthpiece02 .col {
	width: 49%;
	max-width: 500px;
	border-bottom: 3px double #d8d8d8;
	height: 160px;
}
.row_mouthpiece02 .col:nth-child(-n+2) {
	border-top: 3px double #d8d8d8;
}
.txt_mouthpiece02:after {
	content: "";
	display: block;
	background: url("images/page/arw02.svg")no-repeat center / cover;
	width: 161px;
	height: 81px;
	margin: -23px auto 0;
}
.row_mouthpiece03 {
	margin-bottom: 180px;
}
.row_mouthpiece03 .col {
	width: 50%;
	padding-bottom: 285px;
}
.row_mouthpiece03 .col:after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 170px);
	background: url("images/index/img_mouthpiece01.jpg")no-repeat center / cover;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.row_mouthpiece03 .col_r:after { background-image: url("images/index/img_mouthpiece02.jpg"); }
.row_mouthpiece03 .box {
	max-width: 560px;
	padding: 70px 60px 75px;
	width: 90%;
}
.row_mouthpiece03 .ttl span {
	text-decoration: underline;
}
.row_mouthpiece03 .ttl em {
	font-size: 128%;
	letter-spacing: .1em;
	line-height: 1;
}
.wrap_mouthpiece01 {
	border-top: 1px solid #d8d8d8;
}
.row_mouthpiece04 .col_img {
	width: 47%;
	max-width: 620px;
}
.row_mouthpiece04 .col_txt {
	width: 49%;
	max-width: 590px;
}
.row_mouthpiece04 .copy:before {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #666;
	margin: 0 auto 53px 0;
}
.box_mouthpiece01 {
	border-top: 3px double #d8d8d8;
	border-bottom: 3px double #d8d8d8;
	margin-bottom: 185px;
}
.ttl_mouthpiece03 span {
	text-decoration: underline;
}
.row_mouthpiece05 {
	max-width: 1000px;
	border-right: 3px double #d8d8d8;
	border-left: 3px double #d8d8d8;
}
.row_mouthpiece05 .col {
	width: 50%;
	padding: 73px 40px 66px;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 50%, rgba(0,0,0,0.06) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 50%,rgba(0,0,0,0.06) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 50%,rgba(0,0,0,0.06) 100%);
}
.row_mouthpiece05 .col_l {
	border-right: 3px double #d8d8d8;
}
.row_mouthpiece05 .col_r {
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 50%, rgba(0,0,0,0.02) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 50%,rgba(0,0,0,0.02) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 50%,rgba(0,0,0,0.02) 100%);
}
.row_mouthpiece05 .col .wrap {
	max-width: 370px;
}
.bg_mouthpiece02 {
	background: url("images/index/bg_mouthpiece02.jpg")no-repeat right bottom / auto;
}
.row_mouthpiece06:after {
	content: "";
	width: 32%;
	max-width: 394px;
}
.row_mouthpiece06 .col {
	width: 32%;
	max-width: 394px;
}
.row_mouthpiece06 .col:not(:nth-child(-n+3)) {
	margin-top: 130px;
}
.row_mouthpiece06 .txt {
	padding: 0 30px;
}
.en_mouthpiece01 {
	line-height: .8;
}
.box_mouthpiece02 {
	margin-bottom: 170px;
	padding: 73px 5% 80px;
}
.box_mouthpiece02 .box {
	max-width: 700px;
	padding: 30px;
}
.box_mouthpiece02 .box small {
	font-size: 55%;
	letter-spacing: .1em;
	line-height: 1;
}
.bg_mouthpiece03 {
	background: url("images/index/bg_mouthpiece03.jpg")no-repeat center / cover;
}
.bg_mouthpiece03 .wrap {
	max-width: 1160px;
	padding: 103px 0 109px;
}
.bg_mouthpiece03 .ttl {
	width: 272px;
	background: rgba(255,255,255,.7);
	top: -110px;
	left: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 65px 0;
}
.list_mouthpiece02 {
	max-width: 770px;
	width: calc(96% - 272px);
}
.list_mouthpiece02 li {
	position: relative;
	padding-left: 60px;
}
.list_mouthpiece02 li:not(:first-child) {
	margin-top: 30px;
}
.list_mouthpiece02 li:before {
	content: "";
	position: absolute;
	background: url("images/page/icn_check01.svg")no-repeat center / cover;
	width: 32px;
	height: 29px;
	left: 0;
	top: .3em;
}
.list_mouthpiece02 li span {
	text-decoration: underline;
}
.row_mouthpiece07 .col {
	width: 24%;
	max-width: 220px;
	height: 220px;
	background: #e5f1f1;
	border-radius: 50%;
}
@media(min-width: 768px) and (max-width:1499px) {
	.row_mouthpiece01 {
		font-size: 100%;
		max-width: 1120px;
	}
	.row_mouthpiece01 .col {
		max-width: 170px;
		height: 170px;
		width: 16%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_mouthpiece02 .ja {
		font-size: 177.78%;
	}
	.ttl_mouthpiece02 .en {
		font-size: 366.67%;
	}
	.bg_mouthpiece01 {
		margin-bottom: 150px;
	}
	.bg_mouthpiece01 .txt01 {
		margin-bottom: 50px;
	}
	.row_mouthpiece02 {
		font-size: 133.33%;
	}
	.row_mouthpiece03 .col {
		padding-bottom: 200px;
	}
	.row_mouthpiece03 .box {
		padding: 60px 40px 65px;
	}
	.row_mouthpiece04.flex.ai_end {
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.row_mouthpiece04 .col_txt {
		padding-top: 80px;
	}
	.row_mouthpiece04 .col_txt .copy {
		font-size: 177.78%;
	}
	.box_mouthpiece01 {
		margin-bottom: 120px;
	}
	.row_mouthpiece06 .txt {
		padding: 0 10px;
	}
	.en_mouthpiece01 {
		font-size: 400%;
	}
	.box_mouthpiece02 {
		padding: 50px 5% 60px;
	}
	.box_mouthpiece02 .ttl, .box_mouthpiece02 .price {
		font-size: 188.89%;
	}
	.bg_mouthpiece03 .ttl {
		font-size: 177.78%;
		width: 230px;
	}
	.list_mouthpiece02 {
		width: calc(96% - 230px);
	}
	.txt_mouthpiece04 {
		font-size: 177.78%;
	}
}
@media(min-width: 768px) and (max-width:1199px) {
	.row_mouthpiece01 {
		font-size: 111.11%;
		max-width: 700px;
	}
	.row_mouthpiece01 .col {
		max-width: 200px;
		height: 200px;
		width: 32%;
	}
	.row_mouthpiece01 .col:not(:nth-child(-n+3)) {
		margin-top: 20px;
	}
	.row_mouthpiece03 .ttl .adjust {
		display: block;
	}
}
@media(min-width: 768px) and (max-width:1099px) {
	.ttl_mouthpiece02 .en {
		font-size: 300%;
	}
}
@media(min-width: 768px) and (max-width:999px) {
	.row_mouthpiece04 .col_txt .copy br {
		display: none;
	}
	.row_mouthpiece05 {
		border-right: none;
		border-left: none;
	}
	.row_mouthpiece05 .col {
		padding: 60px 30px 50px;
	}
	.en_mouthpiece01 {
		font-size: 366.67%;
	}
	.row_mouthpiece07 {
		margin-bottom: 60px;
		max-width: 700px;
	}
	.row_mouthpiece07 {
		font-size: 133.33%;
	}
	.row_mouthpiece07 .col {
		max-width: 162px;
		height: 162px;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.ttl_mouthpiece02 {
		margin-bottom: 60px;
	}
	.ttl_mouthpiece02 .en {
		font-size: 250%;
	}
	.bg_mouthpiece01 {
		background-position: center top 163px;
	}
	.row_mouthpiece03 {
		display: block;
	}
	.row_mouthpiece03 .col {
		width: 100%;
	}
	.row_mouthpiece03 .box {
		margin: 0 auto;
	}
	.row_mouthpiece03 .ttl .adjust {
		display: none;
	}
	.row_mouthpiece04 {
		display: block;
	}
	.row_mouthpiece04 .col_img {
		width: 100%;
		margin: 0 auto 60px;
		max-width: 500px;
	}
	.row_mouthpiece04 .col_txt {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.row_mouthpiece04 .col_txt .copy {
		text-align: center;
	}
	.row_mouthpiece04 .copy:before {
		margin: 0 auto 40px;
	}
	.row_mouthpiece04 .col_txt .copy br {
		display: block;
	}
	.ttl_mouthpiece03 {
		font-size: 155.56%;
	}
	.txt_mouthpiece03 {
		margin-bottom: 70px;
	}
	.row_mouthpiece06:after {
		display: none;
	}
	.row_mouthpiece06 .col {
		width: 49%;
	}
	.row_mouthpiece06 .col:not(:nth-child(-n+2)) {
		margin-top: 60px;
	}
	.en_mouthpiece01 {
		font-size: 300%;
	}
	.bg_mouthpiece03 .ttl {
		font-size: 155.56%;
		width: 180px;
	}
	.bg_mouthpiece03 .wrap {
		padding: 80px 0;
	}
	.list_mouthpiece02 {
		width: calc(96% - 180px);
		font-size: 111.11%;
	}
	.list_mouthpiece02 li {
		padding-left: 50px;
	}
	.list_mouthpiece02 li:before {
		width: 28px;
		height: 26px;
	}
	.txt_mouthpiece04 {
		font-size: 155.56%;
	}
}
@media(max-width: 767px) {
	.mouthpiece {
		margin-bottom: 11vw;
	}
	.ttl_mouthpiece01 {
		margin-bottom: 13vw;
	}
	.ttl_mouthpiece02.mb70 {
		margin-bottom: 7vw;
	}
	.ttl_mouthpiece02.mb90 {
		margin-bottom: 10vw;
	}
	.ttl_mouthpiece02 .ja {
		font-size: 156.25%;
	}
	.ttl_mouthpiece02 .ja:before {
		width: calc(12 / 750 * 100vw);
		height: calc(12 / 750 * 100vw);
		margin: 0 auto 3vw;
	}
	.ttl_mouthpiece02 .en {
		font-size: 150%;
		border-bottom-width: 2px;
	}
	.bg_mouthpiece01 {
		background: url("images/index/bg_mouthpiece01_sp.jpg")no-repeat center top 31vw / 100% auto;
		margin-bottom: 13vw;
	}
	.bg_mouthpiece01 .ttl_mouthpiece02 {
		margin-bottom: 4vw;
	}
	.bg_mouthpiece01 .txt01 {
		margin-bottom: 4vw;
	}
	.row_mouthpiece01 {
		width: 100%;
		margin: 0 auto;
		max-width: calc(618 / 750 * 100vw);
		font-size: 100%;
		line-height: 1.5;
	}
	.row_mouthpiece01 .col {
		width: 49%;
		max-width: calc(290 / 750 * 100vw);
		height: calc(290 / 750 * 100vw);
	}
	.row_mouthpiece01 .col:not(:nth-child(-n+2)) {
		margin-top: 4vw;
	}
	.list_mouthpiece01 {
		font-size: 75%;
		letter-spacing: .1em;
	}
	.txt_mouthpiece01 {
		font-size: 125%;
		line-height: 1.75;
		margin-bottom: 5.5vw;
	}
	.row_mouthpiece02 {
		max-width: calc(646 / 750 * 100vw);
		display: block;
		font-size: 100%;
		line-height: 2;
	}
	.row_mouthpiece02 .col {
		width: 100%;
		max-width: 100%;
		height: auto;
		display: block;
		padding: 5vw 0 4vw;
	}
	.row_mouthpiece02 .col:nth-child(2) {
		border-top: none;
	}
	.txt_mouthpiece02 {
		font-size: 125%;
		margin-bottom: 5.5vw;
	}
	.txt_mouthpiece02.mb70 {
		margin-bottom: 8.5vw;
	}
	.txt_mouthpiece02:after {
		width: calc(160 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		margin: -4vw auto 0;
	}
	.row_mouthpiece03 {
		margin-bottom: 13.5vw;
		display: block;
	}
	.row_mouthpiece03 .col {
		width: 100%;
		padding-bottom: 20vw;
	}
	.row_mouthpiece03 .col:after {
		height: calc(100% - calc(185 / 750 * 100vw));
		background-image: url("images/index/img_mouthpiece01_sp.jpg");
	}
	.row_mouthpiece03 .col_r:after { background-image: url("images/index/img_mouthpiece02_sp.jpg"); }
	.row_mouthpiece03 .box {
		max-width: calc(702 / 750 * 100vw);
		margin: 0 auto;
		padding: 7.5vw 4% 9vw;
		width: 100%;
	}
	.row_mouthpiece03 .ttl {
		font-size: 118.75%;
		line-height: 1.8;
		margin-bottom: 2vw;
		letter-spacing: 0;
	}
	.row_mouthpiece03 .ttl em {
		font-size: 125%;
	}
	.wrap_mouthpiece01 {
		margin-bottom: 3vw;
	}
	.row_mouthpiece04 {
		display: block;
	}
	.row_mouthpiece04 .col_img {
		width: 100%;
		max-width: calc(646 / 750 * 100vw);
		margin: 0 auto 8.5vw;
	}
	.row_mouthpiece04 .col_txt {
		width: 100%;
		margin: 0 auto;
	}
	.row_mouthpiece04 .copy {
		font-size: 125%;
		line-height: 1.75;
		text-align: center;
		margin-bottom: 1vw;
	}
	.row_mouthpiece04 .copy:before {
		width: calc(60 / 750 * 100vw);
		margin: 0 auto 5vw;
	}
	.box_mouthpiece01 {
		margin-bottom: 9.5vw;
		padding: 8.5vw 4vw 9vw;
	}
	.ttl_mouthpiece03 {
		font-size: 125%;
		line-height: 1.75;
		margin-bottom: 2vw;
		text-align: center;
	}
	.row_mouthpiece05 {
		max-width: 100%;
		display: block;
		border: none;
	}
	.row_mouthpiece05 .col {
		width: 100%;
		padding: 8.5vw 4vw 9vw;
	}
	.row_mouthpiece05 .col_l {
		border-right: none;
		border-bottom: 3px double #d8d8d8;
	}
	.row_mouthpiece05 .col .wrap {
		max-width: calc(640 / 750 * 100vw);
	}
	.bg_mouthpiece02 {
		background: url("images/index/bg_mouthpiece02_sp.jpg")no-repeat right bottom / 100% auto;
		margin-bottom: 17vw;
	}
	.txt_mouthpiece03 {
		margin-bottom: 9vw;
	}
	.row_mouthpiece06 {
		display: block;
		max-width: calc(646 / 750 * 100vw);
		margin: 0 auto;
	}
	.row_mouthpiece06:after {
		display: none;
	}
	.row_mouthpiece06 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_mouthpiece06 .col:not(:first-child) {
		margin-top: 9vw;
	}
	.row_mouthpiece06 .img {
		margin-bottom: 5vw;
	}
	.row_mouthpiece06 .ttl {
		font-size: 125%;
	}
	.row_mouthpiece06 .txt {
		padding: 0;
	}
	.en_mouthpiece01 {
		font-size: 175%;
	}
	.box_mouthpiece02 {
		margin-bottom: 10vw;
		padding: 8vw 3% 10vw;
	}
	.box_mouthpiece02 .ttl {
		font-size: 125%;
		margin-bottom: 3.5vw;
	}
	.box_mouthpiece02 .txt01 {
		font-size: 87.5%;
		letter-spacing: 0;
		margin-bottom: 3.5vw;
	}
	.box_mouthpiece02 .box {
		max-width: calc(646 / 750 * 100vw);
		padding: 4vw;
		margin-bottom: 2vw;
	}
	.box_mouthpiece02 .box .price {
		font-size: 125%;
	}
	.box_mouthpiece02 .box small {
		font-size: 60%;
	}
	.box_mouthpiece02 .txt02 {
		font-size: 75%;
		letter-spacing: .1em;
	}
	.bg_mouthpiece03 {
		background: url("images/index/bg_mouthpiece03_sp.jpg")no-repeat center bottom / 100% auto;
		margin-bottom: 11.5vw;
	}
	.bg_mouthpiece03 .wrap {
		max-width: 100%;
		padding: 0 0 13vw;
	}
	.bg_mouthpiece03 .ttl {
		width: calc(272 / 750 * 100vw);
		top: auto;
		left: auto;
		position: relative;
		margin: 0 auto 8vw;
		padding: 9vw 0 8vw;
		font-size: 125%;
		line-height: 1.88;
	}
	.list_mouthpiece02 {
		max-width: calc(702 / 750 * 100vw);
		width: 100%;
		font-size: 100%;
	}
	.list_mouthpiece02 li {
		padding-left: 8vw;
	}
	.list_mouthpiece02 li:not(:first-child) {
		margin-top: 2.2vw;
	}
	.list_mouthpiece02 li:before {
		width: calc(32 / 750 * 100vw);
		height: calc(29 / 750 * 100vw);
		top: .4em;
	}
	.row_mouthpiece07 {
		max-width: calc(618 / 750 * 100vw);
		margin: 0 auto 5vw;
		font-size: 100%;
		line-height: 1.85;
	}
	.row_mouthpiece07 .col {
		width: 49%;
		max-width: calc(290 / 750 * 100vw);
		height: calc(290 / 750 * 100vw);
	}
	.row_mouthpiece07 .col:not(:nth-child(-n+2)) {
		margin-top: 4vw;
	}
	.txt_mouthpiece04 {
		font-size: 125%;
		line-height: 1.75;
	}
}



/* 矯正装置の比較 comparison
------------------------------------------------------------------*/
.bg_comparison01 {
	background: url("images/index/bg_comparison01.jpg")no-repeat center / cover;
	padding: 115px 5% 130px;
}
.tbl_comparison01 {
	max-width: 1290px;
}
.tbl_comparison01 table {
	width: 100%;
}
.tbl_comparison01 th, .tbl_comparison01 td {
	border: 1px solid #a49169;
	padding: 30px 40px;
	width: 27%;
}
.tbl_comparison01 thead th {
	background: #a49169;
	font-size: 111.11%;
	color: #fff;
}
.tbl_comparison01 thead th:first-of-type {
	border-bottom-color: #fff;
}
.tbl_comparison01 thead th:not(:last-of-type) {
	border-right-color: #fff;
}
.tbl_comparison01 tbody th {
	background: #b6a787;
	font-weight: normal;
	color: #fff;
	vertical-align: top;
	text-align: left;
	padding: 30px 20px;
}
.tbl_comparison01 tbody tr:not(:last-child) th {
	border-bottom-color: #fff;
}
.tbl_comparison01 tbody tr td:not(:first-of-type) {
	background: #f1f1f1;
}
.tbl_comparison01 tbody td {
	vertical-align: top;
}
.tbl_comparison01 tbody tr:first-child td {
	text-align: center;
}
.tbl_comparison01 thead th:first-of-type, .tbl_comparison01 tbody th {
	width: 19%;
}
@media(min-width: 768px) and (max-width:1299px) {
	.tbl_comparison01 th, .tbl_comparison01 td {
		padding: 20px 30px;
	}
}
@media(min-width: 768px) and (max-width:999px) {
	.tbl_comparison01 table {
		width: 1000px;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	
}
@media(max-width: 767px) {
	.bg_comparison01 {
		background: url("images/index/bg_comparison01_sp.jpg")no-repeat center / cover;
		padding: 9vw 3.2vw 10vw;
	}
	.txt_comparison01 {
		font-size: 125%;
		line-height: 1.75;
		margin-bottom: 4vw;
	}
	.tbl_comparison01 {
		max-width: 100%;
	}
	.tbl_comparison01 table {
		width: calc(1300 / 750 * 100vw);
	}
	.tbl_comparison01 th, .tbl_comparison01 td {
		padding: 3vw;
	}
	.tbl_comparison01 thead th {
		font-size: 106.25%;
	}
	.tbl_comparison01 tbody th {
		padding: 3vw;
	}
}


/* マウスピース矯正の流れ flow
------------------------------------------------------------------*/
.wrap_flow01:before {
	content: "";
	position: absolute;
	width: 19%;
	left: 0;
	top: 30px;
	background: #a1a1a1;
	height: 1px;
}
.row_flow01 {
	max-width: 1120px;
}
.row_flow01 .col_txt {
	width: 51%;
	max-width: 540px;
}
.row_flow01 .ttl .num {
	width: 60px;
}
.row_flow01 .ttl .ja {
	width: calc(100% - 60px);
}
.row_flow01 .col_txt .txt {
	padding-left: 65px;
}
.row_flow01 .col_img {
	width: 45%;
	max-width: 500px;
}
.row_flow01 > .col_r {
	width: 45%;
	max-width: 500px;
	 box-shadow: 0px 2px 54px 6px rgba(4, 0, 0, 0.2);
	padding: 50px 40px;
}
.row_flow01 .tel {
	max-width: 385px;
}
.row_flow01 .tel a {
	border-left: 3px double #c1c1c1;
	border-right: 3px double #c1c1c1;
	height: 42px;
}
.row_flow01 .tel .icn {
	max-width: 28px;
	margin-right: 13px;
}
.row_flow01 .web {
	max-width: 385px;
}
.row_flow01 .web a {
	height: 70px;
	background: url("images/page/arw01.svg")no-repeat right 10px center / auto;
}
.row_flow01 .web .circle {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	left: 25px;
	top: -30px;
	overflow: hidden;
}
.row_flow01 .web .circle:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	background: #5d9184;
	left: -10px;
	bottom: 0;
	z-index: 0;
	transform: rotate(26deg);
}
.row_flow02 {
	padding-left: 65px;
	width: 100%;
	margin-top: 60px;
}
.row_flow02 .col_l {
	width: 260px;
}
.row_flow03 {
	width: calc(100% - 285px);
}
.row_flow03 .col {
	width: 32.5%;
	max-width: 250px;
	height: 110px;
	background: #e5f1f1;
}
.row_flow03 .col:nth-child(2n) {
	background: #dbe9e9;
}
.row_flow03 .col:not(:nth-child(-n+3)) {
	margin-top: 10px;
}
@media(min-width: 768px) and (max-width:1849px) {
	.wrap_flow01:before {
		width: 17%;
	}
}
@media(min-width: 768px) and (max-width:1749px) {
	.wrap_flow01:before {
		width: 15%;
	}
}
@media(min-width: 768px) and (max-width:1649px) {
	.wrap_flow01:before {
		width: 13%;
	}
}
@media(min-width: 768px) and (max-width:1549px) {
	.wrap_flow01:before {
		width: 11%;
	}
}
@media(min-width: 768px) and (max-width:1449px) {
	.wrap_flow01:before {
		width: 9%;
	}
}
@media(min-width: 768px) and (max-width:1399px) {
	.wrap_flow01 {
		padding: 0 5%;
	}
	.wrap_flow01:before {
		width: 4%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_flow01 .ttl .num {
		font-size: 277.78%;
		width: 50px;
	}
	.row_flow01 .ttl .ja {
		font-size: 177.78%;
		width: calc(100% - 50px);
	}
	.row_flow01 .col_txt .txt {
		padding-left: 50px;
	}
	.row_flow02 {
		padding-left: 50px;
	}
	.row_flow03 .adjust {
		display: block;
	}
}
@media(min-width: 768px) and (max-width:1099px) {
	.row_flow01 .ttl .ja {
		font-size: 155.56%;
	}
	.row_flow01 > .col_r {
		padding: 30px;
	}
	.row_flow01 .web .circle {
		width: 80px;
		height: 80px;
		font-size: 77.78%;
	}
	.row_flow03 {
		font-size: 77.78%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.wrap_flow01:before {
		top: 310px;
		width: 4%;
	}
	.wrap_flow01:first-of-type:before {
		top: 20px;
	}
	.row_flow01 {
		display: block;
	}
	.row_flow01 .col_img {
		width: 100%;
		margin: 0 auto 40px;
	}
	.row_flow01 .col_txt {
		width: 100%;
		max-width: 100%;
	}
	.row_flow01 > .col_r {
		width: 100%;
		margin: 40px auto 0;
	}
	.row_flow02 {
		display: block;
	}
	.row_flow02 .col_l {
		margin: 0 auto 40px;
	}
	.row_flow03 {
		width: 100%;
	}
}
@media(max-width: 767px) {
	.bg_flow01 {
		padding: 9vw 0 11.5vw;
	}
	.wrap_flow01:before {
		width: calc(50 / 750 * 100vw);
		top: 52vw;
	}
	.wrap_flow01:first-of-type:before {
		top: 3vw;
	}
	.row_flow01 {
		max-width: calc(702 / 750 * 100vw);
		display: block;
	}
	.row_flow01 .col_txt {
		width: 100%;
		max-width: calc(646 / 750 * 100vw);
		margin: 0 auto;
	}
	.row_flow01 .ttl {
		padding-left: 3vw;
	}
	.row_flow01 .ttl .num {
		margin-right: 1vw;
		font-size: 187.5%;
		width: auto;
	}
	.row_flow01 .ttl .ja {
		font-size: 125%;
		width: auto;
	}
	.row_flow01 .col_txt .txt {
		padding-left: 0;
	}
	.row_flow01 .col_img {
		width: 100%;
		margin: 0 auto 5vw;
		max-width: calc(646 / 750 * 100vw);;
	}
	.row_flow01 > .col_r {
		width: 100%;
		max-width: 100%;
		box-shadow: 0px 1px calc(54 / 750 * 100vw) 3px rgba(4, 0, 0, 0.2);
		padding: 9vw 4%;
		margin-top: 6vw;
	}
	.row_flow01 .tel {
		max-width: calc(600 / 750 * 100vw);
		margin-bottom: 6.5vw;
	}
	.row_flow01 .tel a {
		height: calc(62 / 750 * 100vw);
		line-height: .5;
		padding: 0 0 1vw;
	}
	.row_flow01 .tel .icn {
		max-width: calc(60 / 750 * 100vw);
		margin-right: 2vw;
	}
	.row_flow01 .tel a > span {
		font-size: 175%;
	}
	.row_flow01 .web {
		max-width: calc(600 / 750 * 100vw);
	}
	.row_flow01 .web a {
		height: calc(100 / 750 * 100vw);
		background: url("images/page/arw01.svg")no-repeat right 3vw center / calc(58 / 750 * 100vw) auto;
	}
	.row_flow01 .web .circle {
		width: calc(126 / 750 * 100vw);
		height: calc(126 / 750 * 100vw);
		left: 3vw;
		top: -5vw;
		font-size: 68.75%;
		line-height: 1.38;
	}
	.row_flow01 .web .circle:after {
		left: -2.1vw;
		transform: rotate(31deg);
	}
	.row_flow01 .web a > span {
		font-size: 106.25%;
	}
	.row_flow02 {
		display: block;
		padding-left: 0;
		width: 100%;
		font-size: 75%;
		line-height: 0;
		line-height: 1.5;
		max-width: calc(646 / 750 * 100vw);
		margin: 5.5vw auto 0;
	}
	.row_flow02 .col_l {
		width: calc(520 / 750 * 100vw);
		margin: 0 auto 6vw;
	}
	.row_flow03 {
		width: 100%;
		font-size: 87.5%;
	}
	.row_flow03 .col {
		width: 49%;
		max-width: calc(316 / 750 * 100vw);
		height: calc(140 / 750 * 100vw);
	}
	.row_flow03 .col:not(:nth-child(-n+2)) {
		margin-top: 2vw;
	}
}


/* 症例紹介 case
------------------------------------------------------------------*/
.ttl_case02 {
	border-bottom: 4px solid #e2efee;
	line-height: .78;
}
.row_case {
	max-width: 1120px;
	position: relative;
}
.row_case:after {
	content: "";
	position: absolute;
	background: url("images/index/arw_case01.svg")no-repeat center / cover;
	width: 53px;
	height: 125px;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.row_case .col {
	width: 45%;
	max-width: 500px;
}
.btn_case {
	max-width: 300px;
}
.btn_case:hover {
	cursor: pointer;
}
.btn_case .icn {
	width: 24px;
	height: 24px;
	margin-left: 35px;
}
.btn_case .icn:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #666666;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn_case .icn:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background: #666666;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 1;
	transition: .3s;
}
.btn_case.open .icn:after {
	opacity: 0;
	transition: .3s;
}
.tbl_case {
	max-width: 1000px;
	margin-top: 35px;
}
.tbl_case table {
	border: none;
	border-bottom: 1px solid #c1c1c1;
}
.tbl_case th {
	background: none;
	color: #666;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
}
.tbl_case tr:not(:last-child) th, .tbl_case tr:not(:last-child) td {
	border-bottom: 1px solid #c1c1c1;
}
.tbl_case td {
	color: #666;
	padding: 36px 0 37px;
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_case02 {
		font-size: 444.44%;
	}
	.row_case:after {
		width: 45px;
		height: 106px;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.btn_case {
		font-size: 133.33%;
	}
	.btn_case .icn {
		width: 20px;
		height: 20px;
	}
}
@media(max-width: 767px) {
	.case {
		padding-bottom: 10.5vw;
	}
	.ttl_case01 {
		margin-bottom: 10vw;
	}
	.ttl_case02 {
		border-bottom-width: 2px;
		font-size: 312.5%;
		margin-bottom: 5.5vw;
	}
	.ttl_case02.pt100 {
		padding-top: 10vw;
	}
	.row_case {
		max-width: calc(702 / 750 * 100vw);
		margin-bottom: 4.5vw;
	}
	.row_case:after {
		width: calc(20 / 750 * 100vw);
		height: calc(46 / 750 * 100vw);
	}
	.row_case .col {
		width: 45%;
		max-width: calc(318 / 750 * 100vw);
	}
	.btn_case {
		max-width: calc(500 / 750 * 100vw);
		font-size: 112.5%;
	}
	.btn_case .icn {
		width: calc(24 / 750 * 100vw);
		height: calc(24 / 750 * 100vw);
		margin-left: 1.5vw;
	}
	.tbl_case {
		max-width: calc(702 / 750 * 100vw);
		margin-top: 4vw;
	}
	.tbl_case table {
		border-top: 1px solid #c1c1c1;
	}
	.tbl_case th, .tbl_case td {
		padding: 3vw 4vw 3.5vw;
	}
	.tbl_case th {
		border-bottom: 1px solid #c1c1c1;
		text-align: left;
	}
}


/* 費用について price
------------------------------------------------------------------*/
.ttl_price02 .en {
	line-height: .75;
}
.ttl_price02 .ja:before {
	content: "";
	position: absolute;
	background: url("images/page/icn_common01.svg")no-repeat center / cover;
	width: 12px;
	height: 12px;
	left: -40px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.box_price01 {
	border: 15px solid #e2efee;
	box-shadow: 0px 20px 60px 0 rgba(4, 0, 0, 0.15);
	padding: 53px 5% 73px;
}
.box_price01 .price span {
	background:linear-gradient(transparent 55%, #e2efee 55%);
	padding: 0 20px 18px;
}
.box_price01 .price small {
	font-size: 55%;
	letter-spacing: .1em;
	line-height: 1;
}
.row_price01 .col {
	width: 32%;
	max-width: 300px;
	border: 3px solid #c1c1c1;
	box-shadow: 0px 20px 60px 0 rgba(4, 0, 0, 0.12);
	height: 100px;
}
.box_price02 {
	border: 1px solid #c1c1c1;
	padding: 44px 5% 57px;
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_price02 .en {
		font-size: 400%;
	}
	.box_price01 {
		padding: 40px 5% 50px;
	}
	.box_price01 .ttl, .box_price01 .price {
		font-size: 188.89%;
	}
	.box_price01 .price span {
		padding: 0 20px 10px;
	}
	.row_price01 {
		font-size: 133.33%;
	}
}
@media(min-width: 768px) and (max-width:999px) {
	.ttl_price02 .en {
		font-size: 366.67%;
	}
	.ttl_price03 .en {
		font-size: 400%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.ttl_price02 .en {
		font-size: 300%;
	}
	.box_price02 {
		padding: 40px 5% 50px;
	}
	.box_price02 .txt {
		text-align: left;
	}
}
@media(max-width: 767px) {
	.price {
		margin-bottom: 13.5vw;
	}
	.ttl_price01 {
		margin-bottom: 12vw;
	}
	.ttl_price02 .en {
		font-size: 175%;
	}
	.ttl_price02 .ja {
		padding-left: 7vw;
		font-size: 125%;
	}
	.ttl_price02 .ja:before {
		width: calc(12 / 750 * 100vw);
		height: calc(12 / 750 * 100vw);
		left: 2vw;
	}
	.ttl_price03 {
		margin-bottom: 5vw;
	}
	.ttl_price03 .en {
		font-size: 250%;
	}
	.box_price01 {
		border: calc(15 / 750 * 100vw) solid #e2efee;
		box-shadow: 0px calc(20 / 750 * 100vw) calc(60 / 750 * 100vw) 0 rgba(4, 0, 0, 0.15);
		padding: 7vw 4% 8vw;
		margin-bottom: 10.5vw;
	}
	.box_price01 .ttl {
		font-size: 131.25%;
		margin-bottom: 3vw;
	}
	.box_price01 .price {
		font-size: 156.25%;
	}
	.box_price01 .price span {
		//background:linear-gradient(transparent 55%, #e2efee 55%);
		background:none;
		padding: 0 1.5vw 1.5vw;
	}
	.box_price01 .price small {
		font-size: 52%;
	}
	.box_price01 .txt {
		font-size: 75%;
		letter-spacing: .1em;
	}
	.row_price01 {
		font-size: 93.75%;
		max-width: calc(648 / 750 * 100vw);
		margin: 0 auto 7vw;
	}
	.row_price01 .col {
		width: 49%;
		max-width: calc(315 / 750 * 100vw);
		border-width: 2px;
		box-shadow: 0px calc(20 / 750 * 100vw) calc(60 / 750 * 100vw) 0 rgba(4, 0, 0, 0.15);
		height: calc(100 / 750 * 100vw);
	}
	.row_price01 .col:last-child {
		margin: 4vw auto 0;
	}
	.txt_price01 {
		font-size: 81.25%;
		line-height: 1.65;
		letter-spacing: 0;
		margin-bottom: 9vw;
	}
	.box_price02 {
		padding: 4vw 4% 4vw;
	}
	.box_price02 .ttl {
		font-size: 125%;
		margin-bottom: 1.5vw;
	}
}


/* マウスピース矯正Q&A qa
------------------------------------------------------------------*/
.box_qa03 {
	border: none;
	border-bottom: 1px solid #d8d8d8;
	padding: 34px 30px 32px;
}
.box_qa03 .box_q .box {
	background: none;
}
.box_qa03 .box_q .txt {
	background: none;
	padding: 13px 50px 14px 5px;
}
.box_qa03 .box_a {
	padding: 21px 65px 21px;
}
.box_qa03 .box_q .txt .icn {
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	transform: rotate(-45deg);
	right: 30px;
	width: 20px;
	height: 20px;
}
.box_qa03.open .box_q .txt .icn {
	transform: rotate(135deg);
	top: -15px;
}
.box_qa03 .box_q .txt .icn:before, .box_qa03 .box_q .txt .icn:after {
	display: none;
}
@media(min-width: 768px) and (max-width:1099px) {
	.box_qa03 .box_q .txt .icn {
		right: 0;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	
}
@media(max-width: 767px) {
	.qa {
		margin-bottom: 13vw;
	}
	.ttl_qa01 {
		margin-bottom: 3vw;
	}
	.box_qa03 {
		padding: 6vw 4vw 6vw;
	}
	.box_qa03 .box_q .box.flex.center.ai_center {
		font-size: 118.75%;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		width: calc(90 / 750 * 100vw);
		-ms-align-items: center;
		align-items: center;
	}
	.box_qa03 .box_q .txt {
		padding: 0 5vw 0 0;
		width: calc(100% - calc(90 / 750 * 100vw));
		line-height: 1.5;
	}
	.box_qa03 .box_a {
		padding: 3vw 0 0;
	}
	.box_qa03 .box_q .txt .icn {
		right: 0;
		width: calc(22 / 750 * 100vw);
		height: calc(22 / 750 * 100vw);
	}
	.box_qa03.open .box_q .txt .icn {
		transform: rotate(135deg);
		top: -1vw;
	}
}


/* ご挨拶 greeting
------------------------------------------------------------------*/
.row_greeting01 .col_img {
	width: 43%;
	max-width: 820px;
	padding-right: 70px;
}
.row_greeting01 .col_img .en {
	right: 0;
	bottom: 0;
}
.name_dr {
	width: 220px;
	height: 220px;
	right: -65px;
	bottom: -65px;
	background: rgba(205,231,231,.8);
}
.row_greeting01 .col_txt {
	width: 50%;
	max-width: 950px;
	padding-right: 50px;
}
.row_greeting01 .col_txt .wrap {
	max-width: 670px;
}
.row_greeting02 .col {
	width: 50%;
}
.ttl_greeting02 {
	border-bottom: 4px solid #e2efee;
}
.ttl_greeting02 .ja:before {
	content: "";
	display: block;
	background: url("images/page/icn_common01.svg")no-repeat center / cover;
	width: 12px;
	height: 12px;
	margin: 0 auto 25px;
}
.ttl_greeting02 .en {
	bottom: 0;
	left: 0;
	line-height: .8;
	width: 100%;
}
.list_greeting01, .list_greeting02 {
	max-width: 750px;
	width: calc(100% - 60px);
}
.list_greeting01 li {
	border-bottom: 1px solid #d8d8d8;
	padding: 0 50px 10px;
}
.list_greeting01 li:not(:first-child) {
	margin-top: 7px;
}
.list_greeting01 dt {
	width: 180px;
}
.list_greeting01 dt span {
	font-weight: bold;
	display: inline-block;
	margin-right: 17px;
}
.list_greeting01 dd {
	width: calc(100% - 180px);
}
.list_greeting02 li {
	border-bottom: 1px solid #d8d8d8;
	padding: 0 50px 10px;
}
.list_greeting02 li:not(:first-child) {
	margin-top: 7px;
}
@media(min-width: 768px) and (max-width:1699px) {
	.row_greeting01 .col_img {
		width: 720px;
	}
	.row_greeting01 .col_txt {
		width: calc(94% - 720px);
	}
	.row_greeting02 .col_r .ttl_greeting02 .en {
		font-size: 300%;
	}
}
@media(min-width: 768px) and (max-width:1499px) {
	.row_greeting01.flex.ai_end {
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.row_greeting01 .col_img {
		width: 630px;
		padding-right: 60px;
	}
	.row_greeting01 .col_img .en {
		width: 80px;
	}
	.row_greeting01 .col_txt {
		width: calc(94% - 630px);
		padding-top: 60px;
	}
	.row_greeting01 .col_txt .copy .adjust01 {
		display: none;
	}
	.row_greeting02 .col_r .ttl_greeting02 .en {
		font-size: 277.78%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_greeting01 .col_img {
		width: 550px;
		padding-right: 50px;
	}
	.row_greeting01 .col_img .en {
		width: 70px;
	}
	.name_dr {
		width: 200px;
		height: 200px;
		right: -40px;
		bottom: -40px;
	}
	.row_greeting01 .col_txt {
		width: calc(95% - 550px);
	}
	.row_greeting01 .col_txt .copy {
		font-size: 166.67%;
	}
	.list_greeting01 li, .list_greeting02 li {
		padding: 0 20px 10px;
	}
}
@media(min-width: 768px) and (max-width:1099px) {
	.row_greeting01 {
		display: block;
		margin-bottom: 100px;
	}
	.row_greeting01 .col_img {
		margin: 0 auto 60px;
	}
	.row_greeting01 .col_txt {
		width: 100%;
		padding: 0 5%;
		max-width: 100%;
	}
	.row_greeting01 .col_txt .wrap {
		max-width: 100%;
	}
	.row_greeting01 .col_txt .copy {
		text-align: center;
	}
	.row_greeting01 .col_txt .copy .adjust01 {
		display: block;
	}
	.list_greeting01 dt {
		width: 150px;
	}
	.list_greeting01 dd {
		width: calc(100% - 150px);
	}
	.list_greeting02 {
		text-align: left;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.name_dr {
		width: 180px;
		height: 180px;
	}
	.name_dr .ja01 {
		font-size: 122.22%;
	}
	.name_dr .ja02 {
		font-size: 144.44%;
	}
	.row_greeting02 {
		display: block;
	}
	.row_greeting02 .col {
		width: 100%;
	}
	.row_greeting02 .col_l {
		margin-bottom: 80px;
	}
}
@media(max-width: 767px) {
	.greeting {
		margin-bottom: 13vw;
	}
	.ttl_greeting01 {
		margin-bottom: 11vw;
	}
	.row_greeting01 {
		display: block;
		margin-bottom: 8vw;
	}
	.row_greeting01 .col_img {
		width: 100%;
		max-width: calc(646 / 750 * 100vw);
		margin: 0 auto 9vw;
		padding-right: 10.5vw;
	}
	.row_greeting01 .col_img .en {
		top: 3.5vw;
		right: 2.5vw;
		bottom: auto;
		width: calc(72 / 750 * 100vw);
	}
	.name_dr {
		width: calc(220 / 750 * 100vw);
		height: calc(220 / 750 * 100vw);
		right: -4vw;
		bottom: -5vw;
	}
	.name_dr .ja01 {
		font-size: 75%;
	}
	.name_dr .ja02 {
		font-size: 93.75%;
	}
	.row_greeting01 .col_txt {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.row_greeting01 .col_txt .wrap {
		max-width: 100%;
	}
	.row_greeting01 .col_txt .copy {
		font-size: 125%;
		line-height: 1.75;
		text-align: center;
		margin-bottom: 3vw;
	}
	.row_greeting02 {
		display: block;
	}
	.row_greeting02 .col {
		width: 100%;
	}
	.row_greeting02 .col_l {
		margin-bottom: 10.5vw;
	}
	.ttl_greeting02 {
		border-bottom-width: 2px;
		margin-bottom: 7.5vw;
	}
	.ttl_greeting02 .ja {
		font-size: 156.25%;
	}
	.ttl_greeting02 .ja:before {
		width: calc(12 / 750 * 100vw);
		height: calc(12 / 750 * 100vw);
		margin: 0 auto 1vw;
	}
	.ttl_greeting02 .en {
		font-size: 250%;
	}
	.row_greeting02 .col_r .ttl_greeting02 .en {
		font-size: 187.5%;
	}
	.list_greeting01, .list_greeting02 {
		max-width: calc(702 / 750 * 100vw);
		width: 100%;
		line-height: 1.6;
	}
	.list_greeting01 li {
		padding: 0 4vw 2vw;
	}
	.list_greeting01 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_greeting01 dt {
		width: calc(205 / 750 * 100vw);
	}
	.list_greeting01 dt span {
		margin-right: 1vw;
	}
	.list_greeting01 dd {
		width: calc(100% - calc(205 / 750 * 100vw));
	}
	.list_greeting02 li {
		padding: 0 4vw 2vw;
		text-align: left;
	}
	.list_greeting02 li:not(:first-child) {
		margin-top: 2vw;
	}
}


/* 医院紹介 clinic
------------------------------------------------------------------*/
.bnr_clinic01 a {
	box-shadow: 0px 20px 60px 0 rgba(4, 0, 0, 0.12);
}
.parallax {
	width: 100%;
	background-attachment: fixed!important;
}
.parallax.is_ios, .parallax.tab {
	background-attachment: inherit!important;
}
.bg_clinic01 {
	background: url("images/index/bg_clinic01.jpg")no-repeat center / cover;
	padding-top: 170px;
}
.box_clinic01 {
	max-width: 700px;
	background: rgba(255,255,255,.9);
	padding: 83px 40px 38px;
}
.name_clinic em {
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1;
}
.tel_clinic .icn {
	max-width: 30px;
	margin: 0 10px 3px 0;
}
.slide_clinic01 li {
	margin: 0 10px;
}
.ttl_clinic02 {
	border-bottom: 4px solid #e2efee;
}
.ttl_clinic02 .ja:before {
	content: "";
	display: block;
	background: url("images/page/icn_common01.svg")no-repeat center / cover;
	width: 12px;
	height: 12px;
	margin: 0 auto 25px;
}
.ttl_clinic02 .en {
	bottom: 0;
	left: 0;
	line-height: .8;
	width: 100%;
}
.row_clinic01 .col_l {
	margin-right: 60px;
}
.row_clinic01 .icn {
	margin-right: 25px;
}
.row_clinic02 {
	max-width: 1660px;
	width: 90%;
}
.row_clinic02 .col {
	width: 32%;
	max-width: 500px;
}
.row_clinic02 .col a {
	box-shadow: 0px 20px 60px 0 rgba(4, 0, 0, 0.12);
	border: 6px solid #c1c1c1;
	height: 160px;
}
.row_clinic02 .col a:after {
	border-color: transparent #cac1ad #cac1ad transparent;
	border-width: 16px;
}
.row_clinic02 em {
	font-size: 140%;
	letter-spacing: .1em;
	line-height: 1;
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_clinic02 {
		font-size: 100%;
	}
	.row_clinic02 .col a {
		height: 140px;
	}
}
@media(min-width: 768px) and (max-width:1099px) {
	.row_clinic02 .col {
		width: 49%;
	}
	.row_clinic02 .col:last-child {
		margin: 20px auto 0;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.row_clinic01 {
		display: block;
	}
	.row_clinic01 .col.flex.start {
		-webkit-justify-content: center;
		justify-content: center;
	}
	.row_clinic01 .col_l {
		margin: 0 auto 10px;
	}
	.row_clinic01 .icn {
		width: 40px;
		margin-right: 15px;
	}
	.row_clinic01 .txt {
		font-size: 133.33%;
	}
}
@media(max-width: 767px) {
	.clinic {
		margin-bottom: 13.5vw;
	}
	.ttl_clinic01 {
		margin-bottom: 8vw;
	}
	.txt_clinic01 {
		font-size: 93.75%;
	}
	.bnr_clinic01 {
		margin-bottom: 13vw;
	}
	.bnr_clinic01 a {
		box-shadow: 0px calc(20 / 750 * 100vw) calc(60 / 750 * 100vw) 0 rgba(4, 0, 0, 0.12);
	}
	.parallax, .parallax.is_ios, .parallax.tab {
		width: 100%;
		background-attachment: inherit!important;
	}
	.bg_clinic01 {
		background: url("images/index/bg_clinic01_sp.jpg")no-repeat center top / 100% auto;
		padding-top: 14vw;
		margin-bottom: 20vw;
	}
	.box_clinic01 {
		max-width: 100%;
		padding: 10vw 4% 0;
	}
	.name_clinic {
		font-size: 112.5%;
		margin-bottom: 3.5vw;
	}
	.name_clinic em {
		font-size: 138.89%;
	}
	.address_clinic {
		font-size: 100%;
		margin-bottom: 1vw;
	}
	.tel_clinic {
		margin-bottom: 4vw;
	}
	.tel_clinic a {
		font-size: 175%;
	}
	.tel_clinic .icn {
		max-width: calc(52 / 750 * 100vw);
		margin: 0 2vw .5vw 0;
	}
	.slide_clinic01 li {
		margin: 0 calc(10 / 750 * 100vw);
	}
	.slide_clinic01 img {
		height: calc(235 / 750 * 100vw);
	}
	.ttl_clinic02 {
		border-bottom-width: 2px;
		margin-bottom: 8.5vw;
	}
	.ttl_clinic02 .ja {
		font-size: 156.25%;
	}
	.ttl_clinic02 .ja:before {
		width: calc(12 / 750 * 100vw);
		height: calc(12 / 750 * 100vw);
		margin: 0 auto 1vw;
	}
	.ttl_clinic02 .en {
		font-size: 200%;
	}
	.clinic > .inner1000 {
		padding: 0;
	}
	.row_clinic01 {
		display: block;
		margin-bottom: 8vw;
	}
	.row_clinic01 .col.flex.start {
		-webkit-justify-content: center;
		justify-content: center;
	}
	.row_clinic01 .col_l {
		margin: 0 auto 1vw;
	}
	.row_clinic01 .icn {
		margin-right: 2vw;
		width: calc(50 / 750 * 100vw);
	}
	.row_clinic01 .txt {
		font-size: 100%;
	}
	.wrap_clinic01 {
		margin-bottom: 13vw;
	}
	.wrap_clinic01 .btn_map {
		margin: 0 auto 5vw;
	}
	.slide_clinic01 {
		margin-bottom: 10vw;
	}
	.txt_clinic02 {
		font-size: 125%;
		margin-bottom: 3vw;
	}
	.row_clinic02 {
		max-width: calc(600 / 750 * 100vw);
		display: block;
		font-size: 93.75%;
		width: 100%;
	}
	.row_clinic02 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_clinic02 .col:not(:first-child) {
		margin-top: 4vw;
	}
	.row_clinic02 .col a {
		box-shadow: 0px calc(20 / 750 * 100vw) calc(60 / 750 * 100vw) 0 rgba(4, 0, 0, 0.12);
		border-width: 3px;
		height: calc(192 / 750 * 100vw);
		line-height: 1.9;
		padding: 1vw 0 0;
	}
	.row_clinic02 .col a:after {
		border-width: calc(20 / 750 * 100vw);
	}
	.row_clinic02 em {
		font-size: 126.67%;
	}
}


/* ご予約フォーム reservation
------------------------------------------------------------------*/
.tbl_form table {
	border: 1px solid #c1c1c1;
}
.tbl_form th {
	background: #69a495;
}
.tbl_form tr:not(:last-child) td {
	border-bottom-color: #c1c1c1;
}
.tbl_recruit .require span:after {
	background: #a49169;
	color: #fff;
}
.box_form {
	background: rgba(233,239,246,.5);
}
.box_privacy {
	border-color: #c1c1c1;
	color: #666;
}
.btn_submit input {
	background: #a49169;
}
@media(min-width: 768px) and (max-width:960px) {
	.bg_reservation01 {
		padding: 70px 0 100px;
	}
}
@media(max-width: 767px) {
	.bg_reservation01 {
		padding: 2vw 0 13vw;
	}
}


/* フッター footer
------------------------------------------------------------------*/
.main_foot {
}
.row_foot01 > .col_l {
	width: 51%;
	max-width: 571px;
}
.logo_foot {
	max-width: 332px;
}
.logo_foot img {
	width: 100%;
}
.tel_foot .icn {
	max-width: 30px;
	margin: 0 10px 5px 0;
}
.row_foot01 > .col_r {
	width: 45%;
	max-width: 520px;
}
.tbl_time01 {
	max-width: 520px;
}
.tbl_time01 table {
	border: none;
	border-top: 1px solid #3d3d3d;
	border-bottom: 1px solid #3d3d3d;
}
.tbl_time01 thead th {
	background: none;
	color: #3d3d3d;
	padding: 29px 0 32px;
	border-bottom: 1px solid #3d3d3d;
}
.tbl_time01 tbody tr:first-child th, .tbl_time01 tbody tr:first-child td {
	padding-top: 39px;
}
.tbl_time01 tbody tr:last-child th, .tbl_time01 tbody tr:last-child td {
	padding-bottom: 44px;
}
.tbl_time01 tr:not(:last-child) th, .tbl_time01 tr:not(:last-child) td {
	border-bottom: none;
}
.tbl_time01 .tbl_caption {
	margin-top: 34px;
}
.pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 9;
}
.copyright {
	padding: 23px 0 25px;
}
@media(min-width: 768px) and (max-width:1099px) {
	.address_foot .adjust {
		display: block;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.row_foot01 {
		display: block;
	}
	.row_foot01 > .col_l {
		width: 100%;
		text-align: center;
		margin: 0 auto 40px;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
}
@media(max-width: 767px) {
	.main_foot {
		padding: 11vw 0 9vw;
	}
	.row_foot01 {
		display: block;
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 8vw;
	}
	.logo_foot {
		max-width: calc(416 / 750 * 100vw);
	}
	.address_foot {
		font-size: 100%;
		margin-bottom: 0;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: calc(646 / 750 * 100vw);
		margin: 0 auto;
	}
	.tel_foot a {
		font-size: 175%;
	}
	.tel_foot .icn {
		max-width: calc(52 / 750 * 100vw);
		margin: 0 2vw .5vw 0;
	}
	.tbl_time01 thead th {
		padding: 3vw 0 4.5vw;
	}
	.tbl_time01 tbody th, .tbl_time01 tbody td {
		padding: 1vw 0 .5vw;
	}
	.tbl_time01 tbody tr:first-child th, .tbl_time01 tbody tr:first-child td {
		padding-top: 4vw;
	}
	.tbl_time01 tbody tr:last-child th, .tbl_time01 tbody tr:last-child td {
		padding-bottom: 4.5vw;
	}
	.tbl_time01 thead th:first-child, .tbl_time01 tbody th {
		width: 27%;
	}
	.tbl_time01 thead th:not(:first-child), .tbl_time01 tbody td {
		text-align: center;
		width: calc(62% / 6);
	}
	.tbl_time01 thead th:last-child, .tbl_time01 tbody td:last-child {
		width: 11%;
	}
	.tbl_time01 .tbl_caption {
		margin-top: 2.5vw;
		line-height: 1.64;
	}
	.copyright {
		font-size: 75%;
		padding: 4vw 0 20vw;
	}
	.pagetop {
		display: none!important;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 9;
	}
	.fix_tel, .fix_web {
		width: calc(300 / 750 * 100vw);
	}
	.pagetop_sp {
		width: calc(150 / 750 * 100vw);
	}
	.fix_tel a, .fix_web a, .pagetop_sp a {
		display: block;
	}
}

/* グーグルマップ
------------------------------------------------------------------*/
.wrap_map{
	position: relative;
	z-index: 1;
}
.map{
	position: relative;
	width: 100%;
	padding: 500px 0 0 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: -150px;
	height: calc(100% + 150px);
}
.btn_map {
	left: 30px;
	top: 30px;
	width: 300px;
	position: absolute;
	z-index: 1;
}
.btn_map a{
	height: 60px;
	font-size: 111.1%;
	position: relative;
	border: 1px solid #fff;
}
.btn_map a::before{
	content: "";
	width: 16px;
	height: 21px;
	margin: auto;
	background: url(images/page/icn_map.svg)no-repeat center / contain;
	position: absolute;
	top: 0; bottom: 0;
	left: 30px;
}
.btn_map a::after{
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-left: 8px solid  #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 0; bottom: 0;
	right: 30px;
}
@media(max-width: 767px) {
	.map {padding-top: calc(500 / 750 * 100vw);}
	.btn_map {
		left: auto;
		top: auto;
		width: calc(600 / 750 * 100vw) ;
		position: relative;
	}
	.wrap_map .btn_map {
		margin: 0 auto 13vw;
	}
	.btn_map a{
		height: calc(100 / 750 * 100vw) ;
		font-size: calc(34 / 750 * 100vw) ;
	}
	.btn_map a::before{left: 4vw;}
	.btn_map a::after{
		border-left: calc(16 / 750 * 100vw) solid #fff;
		border-top: calc(10 / 750 * 100vw) solid transparent;
		border-bottom: calc(10 / 750 * 100vw) solid transparent;
		right: 3vw;
	}
}

/* コピペ用 copy&paste
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:960px) {

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

}
