@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low .inner,
.main_page .inner {
	max-width: 1000px;
}

.content_low {
	padding: calc(100 / 1920 * 100vw) 0 calc(200 / 1920 * 100vw);
}

.main_page {
	height: calc(350 / 1920 * 100vw);
	padding-top: calc(35 / 1920 * 100vw);
	background: url("images/page/page_ttl_bg.png")no-repeat center / cover;
	border-radius: calc(20 / 1920 * 100vw);
	position: relative;
	z-index: 1;
}

.page_main section:not(:last-child) {
	margin-bottom: calc(100 / 1920 * 100vw);
}

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

@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.content_low {
		padding: calc(100 / 1599 * 100vw) 0 calc(200 / 1599 * 100vw);
	}

	.main_page {
		padding-top: calc(40 / 1600 * 100vw);
		height: calc(360 / 1599 * 100vw);
	}

	.page_main section:not(:last-child) {
		margin-bottom: calc(100 / 1599 * 100vw);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.content_low {
		padding: calc(100 / 1299 * 100vw) 0 calc(200 / 1299 * 100vw);
	}

	.main_page {
		padding-top: calc(50 / 1300 * 100vw);
		height: calc(380 / 1299 * 100vw);
	}

	.main_page::after {
		width: calc(754 / 1500 * 100vw);
		height: calc(143 / 1500 * 100vw);
	}

	.page_main section:not(:last-child) {
		margin-bottom: calc(100 / 1299 * 100vw);
	}
}

@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}

	.content_low .inner,
	.main_page .inner {
		max-width: calc(702 / 750 * 100vw);
	}

	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}

	.main_page {
		width: calc(710 / 750 * 100vw);
		height: calc(350 / 750 * 100vw);
		margin: 0 auto;
		padding-top: 5.5vw;
		background-image: url("images/page/page_ttl_bg_sp.jpg");
		border-radius: calc(20 / 750 * 100vw);
	}

	.main_page::before {
		width: calc(750 / 750 * 100vw);
		height: calc(56 / 750 * 100vw);
		background: url(images/page/deco_mainvisual01_sp.png)no-repeat center top / contain;
	}

	.col_img {
		text-align: center;
	}
}

/* txt_address
------------------------------------------------------------------*/
.hdg2 .ja {
	display: block;
	margin-bottom: calc(10 / 1920 * 100vw);
	line-height: 1.4;
	letter-spacing: .1em;
	font-size: 330%;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	color: #fff;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.hdg2 .en {
	display: block;
	letter-spacing: .2em;
	line-height: 1;
	font-size: 111.1%;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	color: #fff;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.hdg3 {
	line-height: 1.6;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.hdg3.mt100 {
	margin-top: calc(100 / 1920 * 100vw);
}
.hdg3>span {
	display: inline-block;
	letter-spacing: .1em;
	font-size: 222.2%;
	position: relative;
	z-index: 1;
}
.hdg3 > span::before,
.hdg3 > span::after
{
	content: "";
	width: calc(20 / 1920 * 100vw);
	height: calc(20 / 1920 * 100vw);
	margin: auto;
	background: #c19768;
	border-radius: 100%;
	position: absolute;
	top: 0; bottom: 0;
	left: calc(-40 / 1920 * 100vw);
}
.hdg3>span::after{
	right: calc(-40 / 1920 * 100vw); left: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.hdg2 .ja {
		font-size: 315%;
		margin-bottom: calc(10 / 1700 * 100vw);
	}
	.hdg3>span::before,
	.hdg3>span::after {
		width: calc(20 / 1600 * 100vw);
		height: calc(20 / 1600 * 100vw);
		left: calc(-40 / 1600 * 100vw);
	}
	.hdg3>span::after {
		right: calc(-40 / 1600 * 100vw);
		left: auto;
	}
	.hdg3.mt100 {
		margin-top: calc(100 / 1600 * 100vw);
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.hdg2 .ja {
		font-size: 300%;
		margin-bottom: calc(10 / 1400 * 100vw);
	}
	.hdg3>span::before,
	.hdg3>span::after {
		width: calc(20 / 1300 * 100vw);
		height: calc(20 / 1300 * 100vw);
		left: calc(-40 / 1300 * 100vw);
	}
	.hdg3>span::after {
		right: calc(-40 / 1300 * 100vw);
		left: auto;
	}
	.hdg3.mt100 {
		margin-top: calc(100 / 1300 * 100vw);
	}
}

@media(max-width: 767px) {
	.hdg2 .ja {
		line-height: 1.35;
		font-size: calc(56 / 750 * 100vw);
		letter-spacing: .1em;
	}
	.hdg2 .en {
		font-size: calc(20 / 750 * 100vw);
		letter-spacing: .1em;
	}

	.hdg3>span {
		font-size: calc(44 / 750 * 100vw);
	}
	.hdg3 > span::before,
	.hdg3 > span::after
	{
		width: calc(20 /  750 * 100vw);
		height: calc(20 /  750 * 100vw);
		left: calc(-40 /  750 * 100vw);
	}
	.hdg3>span::after{
		right: calc(-40 / 750 * 100vw); left: auto;
	}

	.format .hdg3{
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.price .hdg3>span ,
	.format .hdg3>span
	{font-size: calc(40/ 750 * 100vw);}
	.hdg3.mt100 {
		margin-top: 20vw;
	}

	/* copy_common */
	.copy_common span {
		letter-spacing: 0;
	}

	.copy_common .fz20 {
		font-size: calc(30 / 750 * 100vw);
	}
	.copy_common .fz22 {
		font-size: calc(33 / 750 * 100vw);
	}
	.copy_common .fz24 {
		font-size: calc(34 / 750 * 100vw);
	}

	.copy_common .fz25 {
		font-size: calc(34.5 / 750 * 100vw);
	}

	.copy_common .fz26 {
		font-size: calc(35 / 750 * 100vw);
	}

	.copy_common .fz28 {
		font-size: calc(36 / 750 * 100vw);
	}

	.copy_common .fz30 {
		font-size: calc(38 / 750 * 100vw);
	}

	.copy_common .fz32 {
		font-size: calc(39 / 750 * 100vw);
	}

	.copy_common .fz36 {
		font-size: calc(40 / 750 * 100vw);
	}

	.copy_common .fz40 {
		font-size: calc(40 / 750 * 100vw);
	}

	.copy_common .fz50 {
		font-size: calc(50 / 750 * 100vw);
	}

	.copy_common .fz56 {
		font-size: calc(60 / 750 * 100vw);
	}
}

/* copy_common01
------------------------------------------------------------------*/
.copy_common01{
	padding-bottom: calc(10 / 1920 * 100vw);
	border-bottom: 1px solid #c19768;
}
@media(min-width: 768px) and (max-width:1599px) {
	.copy_common01{padding-bottom: calc(10 / 1700 * 100vw);}
}
@media(min-width: 768px) and (max-width:1299px) {
	.copy_common01{padding-bottom: calc(10 / 1400 * 100vw);}
}
@media(max-width: 767px) {
	.copy_common01{padding-bottom: 3.5vw;}
}

/* copy_common02
------------------------------------------------------------------*/
.copy_common02{
	padding: calc(10 / 1920 * 100vw);
	text-align: center;
	color: #fff;
	background: #c19768;
}
@media(min-width: 768px) and (max-width:1599px) {
	.copy_common02{padding: calc(10 / 1600 * 100vw);}
}
@media(min-width: 768px) and (max-width:1299px) {
	.copy_common02{padding: calc(10 / 1300 * 100vw);}
}
@media(max-width: 767px) {
	.copy_common02{padding: 3.5vw;}
}

/* copy_common03 */
.copy_common03{
	position: relative;
	z-index: 1;
}
.copy_common03::before,
.copy_common03::after
{
	content: "";
	width: 100%;
	height: 1px;
	margin: auto;
	background: #c19768;
	position: absolute;
	left: 0;
	right: 0;
	top: 0; bottom: 0;
	z-index: -1;
}
.copy_common03::before{top: 5px;}
.copy_common03::after{bottom: 5px;}
.copy_common03 .deco{
	display: inline-block;
	padding: 5px 15px 5px 0;
	background: #fff;
	position: relative;
	z-index: 1;
}
@media(min-width: 768px) and (max-width:1599px) {
	.copy_common03 .deco{
		padding: calc(5 / 1600 * 100vw) calc(15 / 1600 * 100vw) calc(5 / 1600 * 100vw) 0;
	}
	.copy_common03 .deco::after{
		width: calc(12 / 1600 * 100vw);
		height: calc(12 / 1600 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.copy_common03::before{top: 4px;}
	.copy_common03::after{bottom: 4px;}
	.copy_common03 .deco{
		padding: calc(5 / 1300 * 100vw) calc(15 / 1300 * 100vw) calc(5 / 1300 * 100vw) 0;
	}
	.copy_common03 .deco::after{
		width: calc(12 / 1300 * 100vw);
		height: calc(12 / 1300 * 100vw);
	}
}
@media(max-width: 767px) {
	.copy_common03::before{top: 3.5px;}
	.copy_common03::after{bottom: 3.5px;}
	.copy_common03 .deco{padding: .5vw 2vw .5vw 0;}
	.copy_common03 .fz22{
		letter-spacing: 0;
		font-size: calc(34 / 750 * 100vw);
	}
}

/* copy_common04
------------------------------------------------------------------*/
.copy_common04{
	text-align: center;
	color: #740e26;
}
.copy_common04 .deco{
	display: inline-block;
	padding: 0 calc(30 / 1920 * 100vw);
	position: relative;
	z-index: 1;
}
.copy_common04 .deco::before,
.copy_common04 .deco::after
{
	content: "[";
	display: flex;
	align-items: center;
	margin: auto;
	position: absolute;
	top: 0; bottom: 0;
	left: 0;
}
.copy_common04 .deco::after{
	content: "]";
	right: 0; left: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.copy_common04 .deco{padding: 0 calc(30 / 1600 * 100vw);}
}
@media(min-width: 768px) and (max-width:1299px) {
	.copy_common04 .deco{padding: 0 calc(30 / 1300 * 100vw);}
}
@media(max-width: 767px) {
	.copy_common04 .deco{padding: 0 calc(29.5 / 750 * 100vw);}
}

/* copy_common_deco01
------------------------------------------------------------------*/
.copy_common_deco01 .deco{
	display: inline-block;
	padding: 0 calc(155 / 1920 * 100vw);
	position: relative;
	z-index: 1;
}
.copy_common_deco01 .deco::before,
.copy_common_deco01 .deco::after
{
	content: "";
	width: calc(130 / 1920 * 100vw);
	height: calc(81 / 1920 * 100vw);
	margin: auto;
	background: url(images/page/deco_common01.png)no-repeat center / contain;
	position: absolute;
	top: 0; bottom: 0;
}
.copy_common_deco01 .deco::before{
	left: 0;
}
.copy_common_deco01 .deco::after{
	width: calc(147 / 1920 * 100vw);
	height: calc(112 / 1920 * 100vw);
	right: 0;
	background: url(images/page/deco_common01_1.png)no-repeat center / contain;
}
@media(min-width: 768px) and (max-width:1599px) {
	.copy_common_deco01 .deco {
		padding: 0 calc(155 / 1700 * 100vw);
	}

	.copy_common_deco01 .deco::before,
	.copy_common_deco01 .deco::after {
		width: calc(130 / 1700 * 100vw);
		height: calc(81 / 1700 * 100vw);
	}
	.copy_common_deco01 .deco::after {
		width: calc(147 / 1700 * 100vw);
		height: calc(112 / 1700 * 100vw);
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.copy_common_deco01 .deco {
		padding: 0 calc(155 / 1500 * 100vw);
	}

	.copy_common_deco01 .deco::before,
	.copy_common_deco01 .deco::after {
		width: calc(130 / 1500 * 100vw);
		height: calc(81 / 1500 * 100vw);
	}

	.copy_common_deco01 .deco::after {
		width: calc(147 / 1500 * 100vw);
		height: calc(112 / 1500 * 100vw);
	}
}

@media(max-width: 767px) {
	.copy_common_deco01 .deco {
		padding: 0 17.5vw;
	}

	.copy_common_deco01 .deco::before,
	.copy_common_deco01 .deco::after {
		width: calc(130 / 900 * 100vw);
		height: calc(81 / 900 * 100vw);
	}

	.copy_common_deco01 .deco::after {
		width: calc(147 / 900 * 100vw);
		height: calc(112 / 900 * 100vw);
	}
}

.num_common{
	line-height: .9;
	font-size: calc(160/ 1920 * 100vw);
	color: #fff;
	text-shadow: 1px 0 0 #c19768,0 1px  0 #c19768,0 -1px  0 #c19768,-1px 0  0 #c19768;
	position: absolute;
}
@media(min-width: 768px) and (max-width:1599px) {
	.num_common{
		font-size: calc(160 / 1800 * 100vw);
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.num_common{
		font-size: calc(160 / 1700 * 100vw);
	}
}
@media(max-width: 767px) {
	.num_common{
		font-size: calc(100 / 750 * 100vw);
	}
}

/* row_common01
------------------------------------------------------------------*/
@media(min-width: 768px) {
	.row_common01 > .col_txt{width: 49.75%;}
	.row_common01 > .col_img{width: 46%;}
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_common01 .copy_common .fz30{font-size: 1.8rem;}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_common01 .copy_common .fz30{font-size: 1.68rem;}
}
@media(max-width: 767px) {
	.row_common01 .copy_common{
		margin: 0 -2.5vw;
		text-align: center;
	}
	.row_common01 .copy_common .fz30 {font-size: calc(37 / 750 * 100vw);}
}

/* row_common02
------------------------------------------------------------------*/
.row_common02 > .col{
	max-width: 394px;
	width: 31.8%;
	background: #fff;
	position: relative;
	z-index: 1;
}

.row_common02 .areattl{
	color: #fff;
	background: #740e26;
	padding: calc(19 / 1920 * 100vw) 0;
}
.row_common02 .areatxt{
	padding: calc(20 / 1920 * 100vw) calc(25 / 1920 * 100vw);
}
@media(min-width: 768px) {
	.row_common02 > .col{margin-right: 2.3%;}
	.row_common02 > .col:nth-of-type(3n),
	.row_common02 > .col:last-child{margin-right: 0;}

	.row_common02 > .col:nth-of-type(n + 4){margin-top: calc(30 / 1920 * 100vw);}

}
@media(min-width: 768px) and (max-width:1599px) {
	.row_common02 .areattl{
		padding: calc(20 / 1600 * 100vw) 0;
	}
	.row_common02 .areatxt{
		padding: calc(20 / 1600 * 100vw) calc(25 / 1600 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_common02 .areattl{
		padding: calc(20 / 1300 * 100vw) 0;
	}
	.row_common02 .areatxt{
		padding: calc(20 / 1300 * 100vw) calc(25 / 1300 * 100vw);
	}
}
@media(max-width: 767px) {
	.row_common02.flex{justify-content: space-between;}
	.row_common02 > .col{
		width: 100%;
		margin: 0 auto 7.5vw;
	}
	.row_common02 > .col:last-child{margin-bottom: 0;}
	.row_common02 .areattl{
		min-height: calc(90 / 750 * 100vw);
		padding: 2vw 0 2.5vw;
	}
	.row_common02 .areatxt{padding: 4vw;}
	.row_common02 .num_common{
		font-size: calc(300 / 750 *100vw);
	}
}
/* .row_common03{}
------------------------------------------------------------------*/
@media(min-width: 768px){
	.row_common03 > .col_txt{width: 59%;}
	.row_common03 > .col_img{
		max-width: 420px;
		width: 38%;
	}
}
@media(max-width: 767px) {
	.row_common03 .copy_common{text-align: center;}
}
/* row_common04
------------------------------------------------------------------*/
.row_common04.flex{
	justify-content: flex-start;
}
.row_common04 > .col{
	max-width: 380px;
	width: 31.5%;
	background: #eeece1;
	position: relative;
	z-index: 1;
}
.row_common04 .areattl{
	width: 100%;
	padding: calc(20 / 1920 * 100vw) calc(10 / 1920 * 100vw) calc(20 / 1920 * 100vw) ;
	color: #fff;
	background: #c19768;
}
.row_common04 .areatxt{
	width: 100%;
	padding: calc(12 / 1920 * 100vw) calc(20 / 1920 * 100vw) calc(40 / 1920 * 100vw);
}
.row_common04 .price{
	font-size: calc(50 / 1920 * 100vw);
	letter-spacing: .1em;
}
.row_common04 .yen{
	font-size: calc(30 / 1920 * 100vw);
	letter-spacing: .1em;
}
.row_common04 .point{
	padding: 1%;
	background: #fff;
	text-align: center;
}

.row_common04 > .col::before{
	content: "";
	width: calc(94 / 1920 * 100vw);
	height: calc(94 / 1920 * 100vw);
	margin: auto;
	background: url(images/page/plan1.png)no-repeat center / contain;
	position: absolute;
	top: calc(-15 / 1920 * 100vw);
    left: calc(-22 / 1920 * 100vw);
}
.row_common04 > .col:nth-of-type(2):before{background: url(images/page/plan2.png)no-repeat center / contain;}
.row_common04 > .col:nth-of-type(3):before{background: url(images/page/plan3.png)no-repeat center / contain;}

.row_common04 > .col.x1{
	max-width: 100%;
	width: 100%;
}

@media(min-width: 768px) {
	.row_common04 > .col{
		margin-right: 2.75%;
	}
	.row_common04 > .col:last-child{margin-right: 0;}
}
@media(min-width: 1600px){
	.row_common04 .pt.areatxt{padding-top: calc(30 / 1920 * 100vw);}
	.row_common04 .x1 .areatxt{
		padding: calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_common04 .areattl{
		padding: calc(20 / 1600 * 100vw) calc(10 / 1600 * 100vw) calc(20 / 1600 * 100vw);
	}
	.row_common04 .areatxt{
		padding: calc(12 / 1600 * 100vw) calc(20 / 1600* 100vw) calc(40 / 1600 * 100vw);
	}
	.row_common04 .price{
		font-size: calc(50 / 1700 * 100vw);
	}
	.row_common04 .yen{
		font-size: calc(30 / 1700 * 100vw);
	}
	.row_common04 > .col::before{
		width: calc(94 / 1700 * 100vw);
		height: calc(94 / 1700 * 100vw);
		top: calc(-15 / 1700 * 100vw);
		left: calc(-22 / 1700 * 100vw);
	}

}

@media(min-width: 768px) and (max-width:1299px) {
	.row_common04 .areattl{
		padding: calc(20 / 1400 * 100vw) calc(10 / 1400 * 100vw) calc(20 / 1400 * 100vw);
	}
	.row_common04 .areatxt{
		padding: calc(12 / 1300 * 100vw) calc(20 / 1400* 100vw) calc(40 / 1400 * 100vw);
	}
	.row_common04 .price{
		font-size: calc(50 / 1500 * 100vw);
	}
	.row_common04 .yen{
		font-size: calc(30 / 1500 * 100vw);
	}
	.row_common04 > .col::before{
		width: calc(94 / 1500 * 100vw);
		height: calc(94 / 1500 * 100vw);
		top: calc(-15 / 1400 * 100vw);
		left: calc(-22 / 1400 * 100vw);
	}
}

@media(max-width: 767px) {
	.row_common04 > .col{
		width: 100%;
		margin: 0 auto 5.5vw;
	}
	.row_common04 .areattl{
		padding: 2.5vw 1.5vw 3vw;
	}
	.row_common04 .areatxt{
		padding: 2.5vw 3vw 3vw;
	}
	.row_common04 .price{
		font-size: calc(48 / 750 * 100vw);
	}
	.row_common04 .yen{
		font-size: calc(38 / 750 * 100vw);
	}
	.row_common04 > .col::before{
		width: calc(142 / 750 * 100vw);
		height: calc(142 / 750 * 100vw);
		top: calc(-15 / 750 * 100vw);
		left: calc(-22 / 750 * 100vw);
	}

}

/* 
------------------------------------------------------------------*/
.row_common05>.col {
	max-width: 600px;
	width: 48.5%;
}
.row_common05.v2>.col {
	max-width: 590px;
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(min-width: 768px) {
}
@media(max-width: 767px) {
	.row_common05>.col {
		width: 100%;
		margin-top: calc(40 / 750 * 100vw);
	}
	.row_common05>.col:first-child {
		margin-top: 0;
	}
}
/* 
------------------------------------------------------------------*/
.row_common06>.col {
	max-width: 190px;
	width: 16%;
}
.row_common06 .btn_common01 {
	width: 100%;
	height: calc(80 / 1920 * 100vw);
	margin-bottom: calc(20 / 1920 * 100vw);
}
.row_common06 .btn_common01:last-child{margin-bottom: 0;}
@media(min-width: 768px) and (max-width:1599px) {
	.row_common06 .btn_common01 {
		height: calc(80 / 1600 * 100vw);
		margin-bottom: calc(20 / 1600 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_common06 .btn_common01 {
		height: calc(80 / 1300 * 100vw);
		margin-bottom: calc(20 / 1300 * 100vw);
	}
}
@media(max-width: 767px) {
	.row_common06>.col {width: 16%;}
	.row_common06 .btn_common01 {
		height: calc(100 / 750 * 100vw);
		margin-bottom: 1.5vw;
		font-size: 70%;
	}
}


/* row_common07 */
@media(min-width: 768px) {
	.row_common07 > .col_img{
		max-width: 290px;
		width: 23.5%;
	}
	.row_common07 > .col_txt{width: 72.5%;}
}
@media(max-width: 767px) {
	.row_common07 > .col_img{
		max-width: 290px !important;
		margin: 0 auto 5.5vw;
	}
}

/* .row_common08{}
------------------------------------------------------------------*/
@media(min-width: 768px){
	.row_common08 > .col_txt{width: 50%; }
	.row_common08 > .col_img{width: 46%; }
}

/* .row_common09{}
------------------------------------------------------------------*/
.row_common09{
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.row_common09 > .col{max-width: 523px;}
@media(min-width: 768px){
	.row_common09 > .col{width: 48%;}
}


/* row_common10 */
.row_common10 > .col{
	width: 32%;
	padding: calc(30 / 1920 * 100vw) calc(20 / 1920 * 100vw) calc(35 / 1920 * 100vw);
	line-height: 1.6;
	color: #740E26;
	background: #fff;
	position: relative;
	z-index: 1;
}
.row_common10 > .col::before{
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-left: 14px solid transparent;
	border-right:  14px solid transparent;
	border-top: 10px solid #c19768;
	position: absolute;
	bottom: 10px;
	left: 0; right: 0;
}
@media(min-width: 768px) {
	.row_common10 > .col{margin-right: 2%;}
	.row_common10 > .col:nth-of-type(3n),
	.row_common10 > .col:last-child
	{margin-right: 0%;}
	.row_common10 > .col:nth-of-type(n + 4){margin-top: calc(20 / 1920 * 100vw);}
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_common10 > .col{padding: calc(30 / 1600 * 100vw) calc(20 / 1600 * 100vw) calc(35 / 1600 * 100vw);}
	.row_common10 > .col::before{
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_common10 > .col{
		width: 32.2%;
		margin-right: 1.7%;
		padding: calc(30 / 1300 * 100vw) calc(20 / 1300 * 100vw) calc(35 / 1300 * 100vw);;
	}
	.row_common10 > .col::before{
	}
}
@media(max-width: 767px) {
	.row_common10.flex{justify-content: center;}
	.row_common10 > .col{
		width: 49%;
		margin-right: 2%;
		padding: 5vw 1vw 7.5vw;
		font-size: 75%;
	}
	.row_common10 > .col:nth-of-type(2n),
	.row_common10 > .col:last-child
	{margin-right: 0%;}
	.row_common10 > .col:nth-of-type(n + 3){margin-top: 2.5%}
	.row_common10 ::before{
		border-left: 10px solid transparent;
		border-right:  10px solid transparent;
		border-top-width: 8px ;
		bottom: 6px;
	}
}

/* row_common11
------------------------------------------------------------------*/

.row_common11 .col_txt{
	padding: calc(55 / 1920 * 100vw) calc(50 / 1920 * 100vw);
}
.row_common11 .col_txt::before,
.row_common11 .col_txt::after{
	content: "";
	width: calc(120 / 1920 * 100vw);
	height: calc(120 / 1920 * 100vw);
	margin: auto;
	position: absolute;
	border: #740e26 4px solid;
}
.row_common11 .col_txt::before{
	top: calc(20 / 1920 * 100vw);
	left: calc(20 / 1920 * 100vw);
	border-bottom: 0;
	border-right: 0;
}
.row_common11 .col_txt::after
{
	bottom: calc(20 / 1920 * 100vw);
	right: calc(20 / 1920 * 100vw);
	border-top: 0;
	border-left: 0;
}
.row_common11 .col_txt > .wrap {
	max-width: 615px;
}
.row_common11 .txt01{
	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;
}
.row_common11 .num_common{
	right: 5%;
    bottom: 17.5%;
	z-index: -1;
}
.row_common11.r_reverse .num_common{
	right: 0;
	left: 5%;
}
@media(min-width: 768px) {
	.row_common11 > .col{
		min-height: calc(495 / 1920 * 100vw);
		width: 50%;
	}
	.row_common11 > .col_img{
		position: relative;
		overflow: hidden;
	}
	.row_common11 .col_img >  img{
		width: 100%;
		height: 100%;
		position: absolute;
		object-fit: cover;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_common11 .col_txt{
		padding: calc(50 / 1700 * 100vw);
	}
	.row_common11 .col_txt::before,
	.row_common11 .col_txt::after{
		width: calc(120 / 1700 * 100vw);
		height: calc(120 / 1700 * 100vw);
	}
	.row_common11 .col_txt::before{
		top: calc(20 / 1700 * 100vw);
		left: calc(20 / 1700 * 100vw);
	}
	.row_common11 .col_txt::after
	{
		bottom: calc(20 / 1700 * 100vw);
		right: calc(20 /  1700 * 100vw);
	}
	.row_common11 .num_common{
		bottom: 15%;
	}
	.row_common11 .copy_common .fz30{font-size: 1.8rem}
}

@media(min-width: 768px) and (max-width:1299px) {
	.row_common11 .col_txt{
		padding: calc(50 / 1500 * 100vw);
		font-size: 95%;
	}
	.row_common11 .col_txt::before,
	.row_common11 .col_txt::after{
		width: calc(120 / 1500 * 100vw);
		height: calc(120 / 1500 * 100vw);
	}
	.row_common11 .col_txt::before{
		top: calc(20 / 1500 * 100vw);
		left: calc(20 / 1500 * 100vw);
	}
	.row_common11 .col_txt::after
	{
		bottom: calc(20 / 1500 * 100vw);
		right: calc(20 /  1500 * 100vw);
	}
	.row_common11 .num_common{
		bottom: 12.5%;
	}
	.row_common11 .copy_common .fz30{font-size: 1.75rem}
}

@media(max-width: 767px) {
	.row_common11 .col_txt{
		padding: calc(50 / 750 * 100vw);
	}
	.row_common11 .col_txt::before,
	.row_common11 .col_txt::after{
		width: calc(120 / 750 * 100vw);
		height: calc(120 / 750 * 100vw);
		border-width: 2px;
	}
	.row_common11 .col_txt::before{
		top: 2vw;
		left: 2vw;
	}
	.row_common11 .col_txt::after
	{
		bottom: 2vw;
		right: 2vw;
	}
	.row_common11 .num_common{
		right: 5%;
		bottom:  5%;
	}
	.row_common11.r_reverse .num_common{
		left: auto; right: 5%;
	}
}


/* row_common20
------------------------------------------------------------------*/
/*
.row_common20
------------------------------------------------------------------*/
.row_common20 > .col{
	max-width: 320px;
	color: #fff;
}
.row_common20 .areatxt{
	min-height: calc(108 / 1920 * 100vw);
	padding: calc(18.5 / 1920 * 100vw);
	background: #740e26;
}
.row_common20 .copy_common{
	font-weight: 300;
	line-height: 1.6;
}
.row_common20 .areatxt.none{min-height: auto;}
@media(min-width: 768px) {
	.inner .row_common20 > .col{
		width: calc(100% / 3 - calc(13.4 / 1920 * 100vw));
		margin-right: calc(20 / 1920 * 100vw);
	}
	.row_common20 > .col:last-child,
	.row_common20 > .col:nth-of-type(3n)
	{margin-right: 0 !important;}
	.row_common20 > .col:nth-of-type(n + 4){margin-top: calc(60 / 1920 * 100vw);}

}
@media(min-width: 768px) and (max-width:1599px) {
	.row_common20 .areatxt{
		min-height: calc(108 / 1800 * 100vw);
		padding: calc(18.5 / 1800 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_common20 .areatxt{
		padding: calc(18 / 1500 * 100vw);
		font-size: 95%;
	}
	.row_common20 .areatxt{
		min-height: calc(108 / 1500 * 100vw);
		padding: calc(18.5 / 1500 * 100vw);
	}
}
@media(max-width: 767px) {
	.row_common20.flex{justify-content: space-between;}
	.row_common20 > .col{width: 48.5%;}
	.row_common20 > .col:nth-of-type(n + 3){margin-top: 4vw;}
	.row_common20 .areatxt{padding: 2.4vw 1.5vw 2.6vw;}
	.row_common20 .copy_common {line-height: 1.45;}
	.row_common20 .copy_common .fz22{font-size: 80%}
}


/*
box_common01
------------------------------------------------------------------*/
.box_common01{}
.box_common01 > .wrap{
	width: 100%;
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {}
/*
box_common02
------------------------------------------------------------------*/
.box_common02{
	position: relative;
	z-index: 1;
}
.box_common02::before{
	content: "";
	width: calc(100% - 18 / 1920 * 100vw);
	height: calc(100% - 18 / 1920 * 100vw);
	margin: auto;
	border: 1px solid #c19768;
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	z-index: -1;
}
.box_common02 > .wrap{
	max-width: 1120px;
	width: 100%;
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_common02::before{
		width: calc(100% - 18 / 1600 * 100vw);
		height: calc(100% - 18 / 1600 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_common02::before{
		width: calc(100% - 18 / 1300 * 100vw);
		height: calc(100% - 18 / 1300 * 100vw);
	}
}
@media(max-width: 767px) {
	.box_common02::before{
		width: calc(100% - 2vw);
		height: calc(100% - 2vw);
	}
}

/*
box_common03
------------------------------------------------------------------*/
.box_common03{background: #eeece1;}
.box_common03 .box{
	width: 100%;
	padding: calc(40 / 1920 * 100vw);
}
.box_common03 .areaimg{
	max-width: 397px;
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_common03 .box{
		padding: calc(40 / 1700 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_common03 .box{
		padding: calc(40 / 1500 * 100vw);
	}
}
@media(max-width: 767px) {
	.box_common03 .box{
		padding: 5vw 5vw 5.5vw;
	}
}

/*
box_common04
------------------------------------------------------------------*/
.box_common04{
	background: #fff;
	border: 1px solid #c19768;
}
.box_common04 > .turn_up{
	max-width: 540px;
	width: calc(540 / 1920 * 100vw);
	height: calc(60 / 1920 * 100vw);
	margin: auto;
	color: #fff;
	background: #740e26;
	border-radius: calc(30 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_common04 > .turn_up{
		width: calc(540 / 1600 * 100vw);
		height: calc(60 / 1600 * 100vw);
		border-radius: calc(30 / 1600 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_common04 > .turn_up{
		width: calc(540 / 1300 * 100vw);
		height: calc(60 / 1300 * 100vw);
		border-radius: calc(30 / 1300 * 100vw);
	}
}
@media(max-width: 767px) {
	.box_common04 > .turn_up{
		width: calc(630 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		border-radius: calc(40 / 750 * 100vw);
	}
}


/* tag_name
------------------------------------------------------------------*/
.tag_name{
	line-height: 1.7;
	/* text-align: center; */
}
.tag_name .clinic{
	display: block;
	color: #740e26;
}
.tag_name .tag {
	padding-right: calc(30 / 1920 * 100vw);
	color: #740e26;
}

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

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

@media(max-width: 767px) {
	.tag_name{
		text-align: center;
	}
}

/* decoimg_common
------------------------------------------------------------------*/
.decoimg_common{
	padding-bottom: calc(20 / 1920 * 100vw);
	position: relative;
	z-index: 1;
}
.decoimg_common::before{
	content: "";
	width: 100%;
	height: calc(100% - 20 / 1920 * 100vw);
	margin: auto;
	background: #a9a06b;
	position: absolute;
	bottom: 0; 
	left: calc(20 / 1920 * 100vw);
	z-index: -1;
}
.decoimg_common.reverse::before{
	left: calc(-20 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.decoimg_common{
		height: calc(100% - 20 / 1700 * 100vw);
		padding-bottom: calc(20 / 1700 * 100vw);
	}
	.decoimg_common::before{left: calc(20 / 1700 * 100vw);}
	.decoimg_common.reverse::before{left: calc(-20 / 1700 * 100vw);}
}
@media(min-width: 768px) and (max-width:1299px) {
	.decoimg_common{
		height: calc(100% - 20 / 1400 * 100vw);
		padding-bottom: calc(20 / 1400 * 100vw);
	}
	.decoimg_common::before{left: calc(20 / 1400 * 100vw);}
	.decoimg_common.reverse::before{left: calc(-20 / 1400 * 100vw);}
}
@media(max-width: 767px) {
	.decoimg_common{height: calc(100% - 2vw);}
	.decoimg_common::before{top: 2vw; left:2vw;}
	.decoimg_common.reverse::before{left: -2vw;}
}


/*
.list_check
------------------------------------------------------------------*/
.list_check li{padding-left: calc(35 / 1920 * 100vw);}
.list_check li::before{
	line-height: .8;
	width: calc(16/ 1920 * 100vw);
	height: calc(16  / 1920 * 100vw);
	background: url(images/page/check.svg)no-repeat center / contain;
	border-radius: 0;
	top: .25em;
}
.list_check.v2 li::before{background: url(images/page/check02.svg)no-repeat center / contain;}
@media(min-width: 768px) and (max-width:1599px) {
	.list_check li{padding-left: calc(35 / 1600 * 100vw);}
	.list_check li::before{
		width: calc(19/ 1600 * 100vw);
		height: calc(19 / 1600 * 100vw);
	}

	.list_check.v2 li{padding-bottom: calc(4 / 1600 * 100vw);}
}
@media(min-width: 768px) and (max-width:1299px) {
	.list_check li{padding-left: calc(35 / 1300 * 100vw);}
	.list_check li::before{
		width: calc(19 / 1300 * 100vw);
		height: calc(19 / 1300 * 100vw);
	}
}
@media(max-width: 767px) {
	.list_check li{padding-left: 30px;;}
	.list_check li::before{
		width: 20px;
		height: 17px;;
	}
}

/* tbl_common01
------------------------------------------------------------------*/
.tbl_common01 table {border-color: #740e26;}
.tbl_common01 thead th {
	text-align: center;
	background: #c19768;
	border-right: 1px solid #fff; 
}
.tbl_common01 thead th:last-child{border-right: 0;}
.tbl_common01 th {background: #740e26;}
.tbl_common01 td {border-left: 1px solid #740e26;}
.tbl_common01 tr:not(:last-child) td {border-bottom-color: #740e26;}

.tbl_common01.tbl_fee01 td:nth-last-of-type(2) {
	border-left: 1px solid #fff;
	border-bottom-color: #fff;
	background: #740e26;color: #fff;
}


.tbl_common02 table {border-color: #740e26;}
.tbl_common02 thead th {
	text-align: center;
	background: #740e26;
	border-right: 1px solid #fff; 
}
.tbl_common02 thead th:last-child{border-right: 0;}
.tbl_common02 tbody td {border-left: 1px solid #740e26; text-align: center;}
.tbl_common02 tbody td:last-child{border-right: 0;}

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

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

@media(max-width: 767px) {
	.tbl_common01{font-size: 90%;}
	.tbl_common02{font-size: 80%;}
	.tbl_default th{padding: 2vw 2vw 2.5vw;}
	.tbl_default td{padding: 2vw 2vw 2.5vw;}
}



/* flow_common
------------------------------------------------------------------*/
.flow_common > .col{
	max-width: 390px;
	width: 32%;
	padding: calc(50 / 1920 * 100vw) calc(30 / 1920 * 100vw);
	background: #f7eee6;
	position: relative;
	z-index: 1;
}
.flow_common > .col::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}
.flow_common > .col:last-child::before{content: none;}
.flow_common .icon{
	display: block;
	max-width: 80px;
	width: calc(80 / 1920 * 100vw);
}
@media(min-width: 768px) {
	.flow_common > .col::before{
		border-bottom: calc(20 / 1920 * 100vw) solid transparent;
		border-top: calc(20 / 1920 * 100vw) solid transparent;
		border-left: calc(15 / 1920 * 100vw) solid #740e26;
		top: 0;
		bottom: 0;
		right: calc(-25 / 1920 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.flow_common > .col{
		padding: calc(50 / 1700 * 100vw) calc(30 / 1700 * 100vw);
	}
	.flow_common > .col::before{
		border-bottom: calc(20 / 1800 * 100vw) solid transparent;
		border-top: calc(20 / 1800 * 100vw) solid transparent;
		border-left: calc(15 / 1800 * 100vw) solid #740e26;
		right: calc(-25 / 1800 * 100vw);
	}
	.flow_common .icon{
		width: calc(80 / 1700 * 100vw);
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.flow_common > .col{
		padding: calc(50 / 1400 * 100vw) calc(30 / 1400 * 100vw);
	}
	.flow_common > .col::before{
		border-bottom: calc(20 / 1600 * 100vw) solid transparent;
		border-top: calc(20 / 1600 * 100vw) solid transparent;
		border-left: calc(15 / 1600 * 100vw) solid #740e26;
		right: calc(-25 / 1700 * 100vw);
	}
	.flow_common .icon{
		width: calc(80 / 1400 * 100vw);
	}
}
@media(max-width: 767px) {
	.flow_common > .col{
		width: 100%;
		padding: 5.5vw 4vw;
		margin: 0 auto 6vw;
	}
	.flow_common > .col::before{
		border-top: calc(20 / 750 * 100vw) solid #740e26;
		border-right: calc(35 / 750 * 100vw) solid transparent;
		border-left: calc(35 / 750 * 100vw) solid transparent;
		bottom: calc(-32.5 / 750 * 100vw);
		right: 0; left: 0;
	}
	
	.flow_common .icon{
		width: calc(100 / 750 * 100vw);
	}
}

/* flow_common
------------------------------------------------------------------*/
.fee_common > .col{
	max-width: 320px;
	width: 32%;
	padding: calc(50 / 1920 * 100vw) calc(30 / 1920 * 100vw);
	background: #eeece1;
	position: relative;
	z-index: 1;
}
.fee_common .icon{
	display: block;
	max-width: 80px;
	width: calc(80 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.fee_common > .col{
		padding: calc(50 / 1700 * 100vw) calc(30 / 1700 * 100vw);
	}
	.fee_common .icon{
		width: calc(80 / 1700 * 100vw);
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.fee_common > .col{
		padding: calc(50 / 1500 * 100vw) calc(30 / 1500 * 100vw);
	}
	.fee_common .icon{
		width: calc(80 / 1400 * 100vw);
	}
}
@media(max-width: 767px) {
	.fee_common > .col{
		width: 100%;
		padding: 5.5vw 4vw;
		margin: 0 auto 6vw;
	}
	.fee_common .icon{
		width: calc(100 / 750 * 100vw);
	}
}
/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {}

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

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

/* box_qa03
------------------------------------------------------------------*/
.box_qa03 {
	border: 0;
	margin-bottom: calc(40 / 1920 * 100vw);
}
.box_qa03:last-child{margin-bottom: 0;}
.box_qa03 .box_q .box {
	padding-bottom: 1%;
	color: #fff;
	background: #740e26;
	font-size: 166.6%;
}
.box_qa03 .box_q .box span {padding-bottom: 0 !important;}
.box_qa03 .box_q .txt {
	color: #fff;
	background: #c19768;
}
.box_qa03 .box_a{
	border: 0;
	background: #fff;
}
.box_qa03 .box_q .txt .icn:before{background: #000;}
.box_qa03 .box_q .txt .icn:after{background: #000;}
@media(min-width: 768px) {
}
@media(min-width: 1600px){
	.box_qa03 .box_q .txt {
		width: calc(100% - calc(60 / 1920 * 100vw));
	}
}
@media(min-width: 768px) and (max-width:1299px) {

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

}

/* .area_btn_commons
------------------------------------------------------------------*/
.area_btn_common{
	width: 560px;
	position: relative;
	z-index: 1;
}
.area_btn_common::before {
	content: "";
	width: 1px;
	height: 40px;
	margin: auto;
	border-left: 2px dotted #740e26;
	position: absolute;
	left: 0; right: 0;
	bottom: 0; top: 0;
	z-index: 1;
}
.area_btn_common > .col {
	width: 50%;
	height: 80px;
	color: #740e26;
}
.area_btn_common>.col_l {border-radius: 10px 0 0 10px;}
.area_btn_common>.col_r {border-radius: 0 10px 10px 0;}

.btn_tel_common01 {
	line-height: 1;
	background: #eeece1;
}

.btn_tel_common01 .wrap {
	width: calc(100% - 40px);
	margin: auto;
}
.btn_tel_common01 .s01 {
	margin-bottom: 5px;
	padding-bottom: 7px;
	letter-spacing: .1em;
	font-size: 14px;
	border-bottom: 1px solid #740e26;
}
.btn_tel_common01 .s02 {
	font-size: 24px;
	padding-left: 30px;
	letter-spacing: .1em;
	position: relative;
	z-index: 1;
}
.btn_tel_common01 .s02::before{
	content: "";
	width: 24px;
	height: 24px;
	margin: auto;
	background: url(images/page/icon_tel.svg)no-repeat center / contain;
	position: absolute;
	top: 0; bottom: 0;
	left: 0;
}

.btn_reserve_common01{
	padding-top: 5px;
	background: #f7eee6;
}
.btn_reserve_common01 .s01{
	padding-right: 10px;
	padding-top: 20px;
	position: relative;
	z-index: 1;
}
.btn_reserve_common01 .s01::before{
	content: "";
	width: 24px;
	height: 24px;
	margin: auto;
	background: url(images/page/icon_insurance.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.btn_reserve_common01 .beauty::before{
	background: url(images/page/icon_beauty.svg)no-repeat center / contain;
}
.btn_reserve_common01 .arw{
	display: inline-block;
	padding-right: 10px;
}
.btn_reserve_common01 .arw::after{
	content: "";
	width: 8px;
	height: 8px;
	margin: auto;
	border: 1px solid;
	border-color: #c19768 #c19768 transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

@media(min-width: 768px) {
	.mini.area_btn_common {width: 340px;}
}
@media(min-width: 1600px) {
 	.v1 .area_btn_common {
		width: calc(560 / 1920 * 100vw);
	}

	.v1 .area_btn_common::before {
		height: calc(40 / 1920 * 100vw);
	}

	.v1 .area_btn_common>.col {
		height: calc(80 / 1920 * 100vw);
	}

	.v1 .area_btn_common>.col_l {
		border-radius: calc(10 / 1920 * 100vw) 0 0 calc(10 / 1920 * 100vw);
	}

	.v1 .area_btn_common>.col_r {
		border-radius: 0 calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0;
	}
	.v1 .btn_tel_common01 .wrap {
		width: calc(100% - 40 / 1920 * 100vw);
	}
	.v1 .btn_tel_common01 .s01 {
		padding-bottom: calc(7 / 1920 * 100vw);
		margin-bottom: calc(5 / 1920 * 100vw);
		font-size: calc(14/ 1920 * 100vw);
	}

	.v1 .btn_tel_common01 .s02 {
		font-size: calc(24 / 1920 * 100vw);
		padding-left: calc(30 / 1920 * 100vw);
	}

	.v1 .btn_tel_common01 .s02::before {
		width: calc(24 / 1920 * 100vw);
		height: calc(24 / 1920 * 100vw);
	}

	.v1 .btn_reserve_common01 {
		padding-top: calc(5/ 1920 * 100vw);
	}

	.v1 .btn_reserve_common01 .s01 {
		padding-right: calc(10 / 1920 * 100vw);
		padding-top: calc(20 / 1920 * 100vw);
	}

	.v1 .btn_reserve_common01 .s01::before {
		width: calc(24 / 1920 * 100vw);
		height: calc(24 / 1920 * 100vw);
	}

	.v1 .btn_reserve_common01 .arw {
		padding-right: calc(10 / 1920 * 100vw);
	}

	.v1 .btn_reserve_common01 .arw::after {
		width: calc(8 / 1920 * 100vw);
		height: calc(8 / 1920 * 100vw);
	}
	.v1	.mini.area_btn_common {width: calc(340 / 1920 * 100vw);}
}
@media(min-width: 768px) and (max-width:1599px) {
	.v2 .area_btn_common {
		width: calc(560 / 1600 * 100vw);
	}

	.v2 .area_btn_common::before {
		height: calc(40 / 1600 * 100vw);
	}

	.v2 .area_btn_common>.col {
		height: calc(80 / 1600 * 100vw);
	}

	.v2 .area_btn_common>.col_l {
		border-radius: calc(10 / 1600 * 100vw) 0 0 calc(10 / 1600 * 100vw);
	}

	.v2 .area_btn_common>.col_r {
		border-radius: 0 calc(10 / 1600 * 100vw) calc(10 / 1600 * 100vw) 0;
	}

	.v2 .btn_tel_common01 .wrap {
		width: calc(100% - 40 / 1600 * 100vw);
	}

	.v2 .btn_tel_common01 .s01 {
		padding-bottom: calc(7 / 1600 * 100vw);
		margin-bottom: calc(5 / 1600 * 100vw);
		font-size: calc(14/ 1600* 100vw);
	}

	.v2 .btn_tel_common01 .s02 {
		font-size: calc(24 / 1600 * 100vw);
		padding-left: calc(30 / 1600 * 100vw);
	}

	.v2 .btn_tel_common01 .s02::before {
		width: calc(24 / 1600 * 100vw);
		height: calc(24 / 1600 * 100vw);
	}

	.v2 .btn_reserve_common01 {
		padding-top: calc(5/ 1600 * 100vw);
	}

	.v2 .btn_reserve_common01 .s01 {
		padding-right: calc(10 / 1600 * 100vw);
		padding-top: calc(20 / 1600 * 100vw);
	}

	.v2 .btn_reserve_common01 .s01::before {
		width: calc(24 / 1600 * 100vw);
		height: calc(24 / 1600 * 100vw);
	}

	.v2 .btn_reserve_common01 .arw {
		padding-right: calc(10 / 1600 * 100vw);
	}

	.v2 .btn_reserve_common01 .arw::after {
		width: calc(8 / 1600 * 100vw);
		height: calc(8 / 1600 * 100vw);
	}
	.v2 .mini.area_btn_common {
		width: calc(340 / 1600 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.v3 .area_btn_common {
		width: calc(560 / 1300 * 100vw);
	}

	.v3 .area_btn_common::before {
		height: calc(40 / 1300 * 100vw);
	}

	.v3 .area_btn_common>.col {
		height: calc(80 / 1300 * 100vw);
	}

	.v3 .area_btn_common>.col_l {
		border-radius: calc(10 / 1300 * 100vw) 0 0 calc(10 / 1300 * 100vw);
	}

	.v3 .area_btn_common>.col_r {
		border-radius: 0 calc(10 / 1300 * 100vw) calc(10 / 1300 * 100vw) 0;
	}

	.v3 .btn_tel_common01 .wrap {
		width: calc(100% - 40 / 1300 * 100vw);
	}

	.v3 .btn_tel_common01 .s01 {
		padding-bottom: calc(7 / 1300 * 100vw);
		margin-bottom: calc(5 / 1300 * 100vw);
		font-size: calc(14/ 1300 * 100vw);
	}

	.v3 .btn_tel_common01 .s02 {
		font-size: calc(24 / 1300 * 100vw);
		padding-left: calc(30 / 1300 * 100vw);
	}

	.v3 .btn_tel_common01 .s02::before {
		width: calc(24 / 1300 * 100vw);
		height: calc(24 / 1300 * 100vw);
	}

	.v3 .btn_reserve_common01 {
		padding-top: calc(5/ 1300 * 100vw);
	}

	.v3 .btn_reserve_common01 .s01 {
		padding-right: calc(10 / 1300 * 100vw);
		padding-top: calc(20 / 1300 * 100vw);
	}

	.v3 .btn_reserve_common01 .s01::before {
		width: calc(24 / 1300 * 100vw);
		height: calc(24 / 1300 * 100vw);
	}

	.v3 .btn_reserve_common01 .arw {
		padding-right: calc(10 / 1300 * 100vw);
	}

	.v3 .btn_reserve_common01 .arw::after {
		width: calc(8 / 1300 * 100vw);
		height: calc(8 / 1300 * 100vw);
	}
	.v3 .mini.area_btn_common {
		width: calc(340 / 1300 * 100vw);
	}
}
@media(max-width: 767px) {
	.area_btn_common {
		width: calc(702 / 750 * 100vw);
	}
	.area_btn_common::before {
		height: calc(52 / 750 * 100vw);
		border-left-width: 1px;
	}

	.area_btn_common>.col {
		height: calc(100 / 750 * 100vw);
	}
	.area_btn_common>.col_l {
		border-radius: 5px 0 0 5px;
	}
	.area_btn_common>.col_r {
		border-radius: 0 5px 5px 0;
	}
	.btn_tel_common01 .wrap {
		width: calc(100% - 48 / 750 * 100vw);
	}
	.btn_tel_common01 .s01 {
		padding-bottom: 1vw;
		margin-bottom: 1vw;
		font-size: calc(22 / 750 * 100vw);
	}

	.btn_tel_common01 .s02 {
		font-size: calc(30 / 750 * 100vw);
		padding-left: 6vw;
	}

	.btn_tel_common01 .s02::before {
		width: calc(30 / 750 * 100vw);
		height: calc(30 / 750 * 100vw);
	}

	.btn_reserve_common01 {
		padding-top: 5px;
	}

	.btn_reserve_common01 .s01 {
		font-size: calc(24 / 750 * 100vw);
		padding-right: 1vw;
		padding-top: 2vw;
	}

	.btn_reserve_common01 .s01::before {
		width: calc(31 / 750 * 100vw);
		height: calc(31 / 750 * 100vw);
		top: -1vw;
	}

	.btn_reserve_common01 .arw {
		padding-right: 1vw;
	}
	.btn_reserve_common01 .arw::after {
		content: "";
		width: 8px;
		height: 8px;
		margin: auto;
		border: 1px solid;
		border-color: #c19768 #c19768 transparent transparent;
		transform: rotate(45deg);
		position: absolute;
		right: -8px;
		top: 0;
		bottom: 0;
	}
}


/* .area_btn_common02
------------------------------------------------------------------*/
.area_btn_common02{
	width: 500px;
	color: #740e26;
}
.area_btn_common02 > .btn{
	height: 80px;
	border-radius: 10px;
	cursor: pointer;
}
.area_btn_common02 .s10{
	padding-top: 32.5px;
	position: relative;
	z-index: 1;
}
.area_btn_common02 .s10::before {
	content: "";
	width: 24px;
	height: 24px;
	margin: auto;
	background: url(images/page/icon_tel.svg)no-repeat center / contain;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
}
.area_btn_common02 .arw10{
	padding-right: 15px;
	position: relative;
	z-index: 1;
}
.area_btn_common02 .arw10::after {
	content: "";
	width: 8px;
	height: 8px;
	margin: auto;
	border: 1px solid;
	border-color: transparent #c19768 #c19768 transparent;
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all .5s;
}
.area_btn_common02 .active .arw10::after {
	border-color: #c19768 transparent transparent #c19768; 
	transition: all .5s;
}
.btn_tel_common02{
	width: 200px;
	background: #fff;
}
.btn_web_common02{
	width: 140px;
	background: #f7eee6;
}
.btn_web_common02 .s10::before {
	background: url(images/page/icon_web.svg)no-repeat center / contain;
}
.btn_web_common03{
	width: 140px;
	color: #fff;
	background: #740e26;
}
.btn_web_common03 .s10::before {
	background: url(images/page/icon_web02.svg)no-repeat center / contain;
}
.btn_web_common03 .arw10::after{
	border-color: #c19768 #c19768 transparent transparent;
}
.area_btn_common02 .toggle{
	width: 0;
	height: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 1s;
}
.area_btn_common02 .active .toggle {
	width: auto;
	height: auto;
	visibility:inherit;
	opacity: 1;
	transition: all 1s;
}
.area_btn_common02 .area_btn_common{
	position: absolute;
	right: 0;
	left: -100%;
	bottom: -100px;
}
@media(min-width: 1600px) {
	.v1 .area_btn_common02 {
		width: calc(500 / 1920 * 100vw);
	}
	.v1 .area_btn_common02>.btn {
		height: calc(80 / 1920 * 100vw);
	}
	.v1 .area_btn_common02 .s10 {
		padding-top: calc(32.5 / 1920 * 100vw);
	}

	.v1 .area_btn_common02 .s10::before {
		width: calc(24 / 1920 * 100vw);
		height: calc(24 / 1920 * 100vw);
		top: calc(10 / 1920 * 100vw);
	}

	.v1 .area_btn_common02 .arw10 {
		padding-right: calc(15 / 1920 * 100vw);
	}

	.v1 .area_btn_common02 .arw10::after {
		width: calc(8 / 1920 * 100vw);
		height: calc(8 / 1920 * 100vw);
	}

	.v1 .btn_tel_common02 {
		width: calc(200 / 1920 * 100vw);
	}

	.v1 .tn_web_common02 {
		width: calc(140 / 1920 * 100vw);
	}

	.v1 .btn_web_common03 {
		width: calc(140 / 1920 * 100vw);
	}

	.v1 .area_btn_common02 .area_btn_common {
		bottom: calc(-100 / 1920 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.v2 .area_btn_common02 {
		width: calc(500 / 1600 * 100vw);
	}

	.v2 .area_btn_common02>.btn {
		height: calc(80 / 1600 * 100vw);
	}

	.v2 .area_btn_common02 .s10 {
		padding-top: calc(32.5 / 1600 * 100vw);
		font-size: calc(18/ 1600 * 100vw);
	}

	.v2 .area_btn_common02 .s10::before {
		width: calc(24 / 1600 * 100vw);
		height: calc(24 / 1600 * 100vw);
		top: calc(10 / 1600 * 100vw);
	}

	.v2 .area_btn_common02 .arw10 {
		padding-right: calc(15 / 1600 * 100vw);
	}

	.v2 .area_btn_common02 .arw10::after {
		width: calc(8 / 1600 * 100vw);
		height: calc(8 / 1600 * 100vw);
	}

	.v2 .btn_tel_common02 {
		width: calc(200 / 1600 * 100vw);
	}

	.v2 .btn_web_common02 {
		width: calc(140 / 1600 * 100vw);
	}

	.v2 .btn_web_common03 {
		width: calc(140 / 1600 * 100vw);
	}

	.v2 .area_btn_common02 .area_btn_common {
		bottom: calc(-100 / 1600 * 100vw);
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.v3 .area_btn_common02 {
		width: calc(500 / 1300 * 100vw);
	}

	.v3 .area_btn_common02>.btn {
		height: calc(80 / 1300 * 100vw);
	}

	.v3 .area_btn_common02 .s10 {
		padding-top: calc(32.5 / 1300 * 100vw);
	}

	.v3 .area_btn_common02 .s10::before {
		width: calc(24 / 1300 * 100vw);
		height: calc(24 / 1300 * 100vw);
		top: calc(10 / 1300 * 100vw);
	}

	.v3 .area_btn_common02 .arw10 {
		padding-right: calc(15 / 1300 * 100vw);
	}

	.v3 .area_btn_common02 .arw10::after {
		width: calc(8 / 1300 * 100vw);
		height: calc(8 / 1300 * 100vw);
	}

	.v3 .btn_tel_common02 {
		width: calc(200 / 1300 * 100vw);
	}

	.v3 .btn_web_common02 {
		width: calc(140 / 1300 * 100vw);
	}

	.v3 .btn_web_common03 {
		width: calc(140 / 1300 * 100vw);
	}

	.v3 .area_btn_common02 .area_btn_common {
		bottom: calc(-100 / 1300 * 100vw);
	}
}

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


/*  btn_common
------------------------------------------------------------------*/
.btn_common01{
	letter-spacing: 0;
	line-height: 1.6;
	color: #fff;
	background-image: linear-gradient(to right, #740e26, #ce501e);
	position: relative;
	z-index: 1;
}
.btn_common01::before{
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-width: calc(7 / 1920 * 100vw);
	border-style: solid;
	border-color: transparent #fff #fff transparent;
	position: absolute;
	bottom: calc(2 / 1920 * 100vw);
	right: calc(2 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.btn_common01::before{
		border-width: calc(7 / 1700 * 100vw);
		bottom: calc(2 / 1700 * 100vw);
		right: calc(2 / 1700 * 100vw);
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.btn_common01::before{
		border-width: calc(7 / 1500 * 100vw);
		bottom: calc(2 / 1500 * 100vw);
		right: calc(2 / 1500 * 100vw);
	}
}

@media(max-width: 767px) {
	.btn_common01::before{
		border-width: calc(8 / 750 * 100vw);
		bottom: calc(3 / 750 * 100vw);
		right: calc(3 / 750 * 100vw);
	}
}

/*  btn_common02
------------------------------------------------------------------*/
.btn_common02{
	width: 250px;
	height: 60px;
	letter-spacing: 0;
	line-height: 1.6;
	color: #fff;
	background: #740e26;
	position: relative;
	z-index: 1;
}
.btn_common02::before{
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-width: 7px;
	border-style: solid;
	border-color: transparent #fff #fff transparent;
	position: absolute;
	bottom: 2px;
	right: 2px;
}
@media(min-width: 1601px) {
	.v1.btn_common02{
		width: calc(250 / 1920 * 100vw);
		height: calc(60 / 1920 * 100vw);
	}
	.v1.btn_common02::before{
		border-width: calc(7 / 1920 * 100vw);
		bottom: calc(2 / 1920 * 100vw);
		right: calc(2 / 1920 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.v3.btn_common02{
		width: calc(250 / 1600 * 100vw);
		height: calc(60 / 1600 * 100vw);
	}
	.v3.btn_common02::before{
		border-width: calc(7 / 1600 * 100vw);
		bottom: calc(2 / 1600 * 100vw);
		right: calc(2 / 1600 * 100vw);
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.v3.btn_common02{
		width: calc(250 / 1300 * 100vw);
		height: calc(60 / 1300 * 100vw);
	}
	.v3.btn_common02::before{
		border-width: calc(7 / 1300 * 100vw);
		bottom: calc(2 / 1300 * 100vw);
		right: calc(2 / 1300 * 100vw);
	}
}

@media(max-width: 767px) {
	.btn_common02{
		width: calc(500 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
	}
	.btn_common02::before{
		border-width: calc(10 / 750 * 100vw);
		bottom: calc(4 / 750 * 100vw);
		right: calc(4 / 750 * 100vw);
	}
}

/*  btn_common03
------------------------------------------------------------------*/
.btn_common03{
	max-width: 380px;
	max-height: 80px;
	width: 380px;
	height: 80px;
	line-height: 1.6;
	color: #fff;
	background-color: #740e26;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	transition: all 2s;
}
.btn_common03 span::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid;
    margin: auto;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7.5%;
}
.btn_common03 span::before{
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	margin: auto;
	border: 1px solid #fff;
	border-radius: 10px;
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
}
.row_btn_common03.x2{
	max-width: 100%;
	width: 810px;
}
@media(min-width: 1025px) {
	.btn_common03::before{
		content: "";
		width: 100%;
		height: 100%;
		margin: auto;
		background-image: linear-gradient(to right, #740e26, #ce501e);
		border-radius: 10px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1;
		transition: all 1s;
		opacity: 1;
	}
	.btn_common03:hover:before{
		transition: all 1s;
		opacity: 0;
	}
	.btn_common03:hover{
		transition: all 1s;
		opacity: 1;
	}
}

@media(min-width: 1601px) {
	.v1 .btn_common03{
		width: calc(380 / 1920 * 100vw);
		height: calc(80 / 1920 * 100vw);
		border-radius: calc(10 / 1920 * 100vw);
	}
	.v1 .btn_common03 span::before{
		width: calc(100% - 10 / 1920 * 100vw);
		height: calc(100% - 10 / 1920 * 100vw);
		border-radius: calc(10 / 1920 * 100vw);
	}
	.v1.row_btn_common03.x2{
		width: calc(810 / 1920 * 100vw);
	}
}
@media(max-width: 1025px) {
	.btn_common03{background-image: linear-gradient(to right, #740e26, #ce501e);}
}
@media(min-width: 768px) and (max-width:1599px) {
	.v2 .btn_common03{
		width: calc(380 / 1600 * 100vw);
		height: calc(80 / 1600 * 100vw);
		border-radius: calc(10 / 1600 * 100vw);
	}
	.v2 .btn_common03 span::before{
		width: calc(100% - 10 / 1600 * 100vw);
		height: calc(100% - 10 / 1600 * 100vw);
		border-radius: calc(10 / 1600 * 100vw);
	}
	.v2.row_btn_common03.x2{
		width: calc(810 / 1600 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.v3 .btn_common03{
		width: calc(380 / 1300 * 100vw);
		height: calc(80 / 1300 * 100vw);
		border-radius: calc(10 / 1300 * 100vw);
	}
	.v3 .btn_common03 span::before{
		width: calc(100% - 10 / 1300 * 100vw);
		height: calc(100% - 10 / 1300 * 100vw);
		border-radius: calc(10 / 1300 * 100vw);
	}
	.v3.row_btn_common03.x2{
		width: calc(810 / 1300 * 100vw);
	}
}

@media(max-width: 767px) {
	.btn_common03{
		width: calc(600 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		border-radius: 5px;
		letter-spacing: .1em;
		background-image: linear-gradient(to right, #740e26, #ce501e);
	}
	.btn_common03 span::after {
		right: 7.5%;
	}
	.btn_common03 span::before{
		width: calc(100% - 8px);
		height: calc(100% - 8px);
		border-radius: 4px;
	}
	.row_btn_common03 .btn_common03{
		margin:  0 auto calc(20 / 750 * 100vw);
	}
	.row_btn_common03 .btn_common03:last-child{margin-bottom: 0;}
}

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

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

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

/* ballon_common01
------------------------------------------------------------------*/
.ballon_common01{
	max-width: 100%;
	width: 1240px;
}
.ballon_common01 .col_icon{
	max-width: 140px;
	width: 140px;
	position: relative;
	z-index: 1;
}
.ballon_common01 .col_icon figure{margin-bottom: 0;}
.ballon_common01 .col_txt{
	max-width: 1050px;
    width: 1050px;
    margin-left: auto;
	padding: calc(25 / 1920 * 100vw) calc(36 / 1920 * 100vw);
	background: #eeece1;
	border-radius: calc(20 / 1920 * 100vw);
	position: relative;
	z-index: 1;
}
@media(min-width: 768px){
	.ballon_common01 .col_txt::before{
		content: "";
		width: 0;
		height: 0;
		margin: auto;
		border-top: 18px solid transparent;
		border-right: 30px solid #eeece1;
		border-bottom: 18px solid transparent;
		position: absolute;
		top: calc(40 / 1920 * 100vw);
		left: calc(-28 / 1920 * 100vw);
	}
	.ballon_common01:nth-of-type(2n) .col_txt::before{
		border-left: 30px solid #eeece1;
		border-right: 0;
		right: calc(-28 / 1920 * 100vw);
		left: auto;
	}
}
@media(min-width: 768px) and (max-width:1399px) {
	.ballon_common01{
		width: calc(1240 / 1400 * 100vw);
	}
	.ballon_common01 .col_icon{
		width: calc(140 / 1400 * 100vw);
	}
	.ballon_common01 .col_txt{
		width: calc(1050 / 1400 * 100vw);
		padding: calc(25 / 1400 * 100vw) calc(36 / 1400 * 100vw);
	}
	.ballon_common01 .col_txt::before{
		border-top: calc(18 / 1400 * 100vw) solid transparent;
		border-right-width: calc(30 / 1400 * 100vw);
		border-bottom:  calc(18 / 1400 * 100vw) solid transparent;
		top: calc(40 / 1400 * 100vw);
		left: calc(-28 / 1400* 100vw);
	}
	.ballon_common01:nth-of-type(2n) .col_txt::before{
		border-right: 0;
		border-left-width: calc(30 / 1400 * 100vw);
		right: calc(-28 / 1400 * 100vw);
	}
}
@media(max-width: 767px) {
	.ballon_common01 .col_icon{
		width: 100px;
		margin: 0 auto 7.5vw;
	}
	.ballon_common01 .col_txt{
		padding: 5vw;
		border-radius: calc(20 / 750 * 100vw);
	}
	.ballon_common01 .col_txt::before{
		content: "";
		width: 0;
		height: 0;
		margin: auto;
		border-width: 15px;
		border-style: solid;
		border-color: transparent transparent #eeece1 #eeece1;
		position: absolute;
		top: -14px;
		right: 0; left: 0;
		transform: rotate(135deg);
	}
}

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

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

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

.slide_common02 .slick-prev ,
.slide_common02 .slick-next
{
	background: url("images/page/arw.svg")no-repeat center left / cover;
	width: calc(30 / 1920 * 100vw);
	height: calc(54 / 1920 * 100vw);
	transform: translate(0);
	top: 33%; 
	margin: auto;
	z-index: 1;
}
.slide_common02 .slick-prev {left: -7.2%;}
.slide_common02 .slick-next {
	right: -7.2%;
	transform: translate(0) scaleX(-1);
}
.slide_common02 .slick-prev:before, .slide_common02 .slick-next:before {
	display: none;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_common02 .slick-prev,
	.slide_common02 .slick-next
	{
		width: calc(30 / 1600 * 100vw);
		height: calc(54 / 1600 * 100vw);
	}
	.slide_common02 .slick-prev {left: -6%;}
	.slide_common02 .slick-next {right: -6%;}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_common02 .slick-prev,
	.slide_common02 .slick-next
	{
		width: calc(30 / 1300 * 100vw);
		height: calc(54 / 1300 * 100vw);
		top: 38%; 
	}
	.slide_common02 .slick-prev {left: -4%;}
	.slide_common02 .slick-next {right: -4%;}
}
@media(max-width: 767px) {
	.slide_common02 .slick-prev,
	.slide_common02 .slick-next
	{
		width: calc(30 / 800 * 100vw);
		height: calc(54 / 800 * 100vw);
		top: 20.5%;
	}
	.slide_common02 .slick-prev {
		left: -3vw;
	}
	.slide_common02 .slick-next {
		right: -3vw;
	}
}

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

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

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

/* クリニック紹介 clinic
------------------------------------------------------------------*/
.slide_clinic02 .slide_main .slick-slide > .wrap01{padding: calc(25 / 1920 * 100vw);}
.slide_clinic02 .slick-prev ,
.slide_clinic02 .slick-next
{
	background: url("images/page/arw.svg")no-repeat center left / cover;
	width: calc(30 / 1920 * 100vw);
	height: calc(54 / 1920 * 100vw);
	transform: translate(0);
	/* top:calc(220 / 1920 * 100vw); */
	top: 220px;
	margin: auto;
	z-index: 1;
}
.slide_clinic02 .slick-prev {left: -7.2%;}
.slide_clinic02 .slick-next {
	right: -7.2%;
	transform: translate(0) scaleX(-1);
}
.slide_clinic02 .slick-prev:before, .slide_clinic02 .slick-next:before {
	display: none;
}
.slide_clinic02 .slide_thumbnail li {
	opacity: .5;
	transition: .3s;
}
.slide_clinic02 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_clinic02 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
.row_clinic01 .col_img {
	width: 25%;
	max-width: 460px;
}
.row_clinic01 .col_txt {
	width: 70%;
}
@media(min-width: 768px) {
	.slide_clinic02 .slide_thumbnail li {
		width: 18%;
		margin-right: 2.5%;
	}
	.slide_clinic02 .slide_thumbnail li:nth-child(5n), .slide_clinic02 .slide_thumbnail li:last-child {
		margin-right: 0;
	}
	.slide_clinic02 .slide_thumbnail li:nth-of-type(n + 6){margin-top: 3%;}
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_clinic02 .slick-prev,
	.slide_clinic02 .slick-next
	{
		width: calc(30 / 1600 * 100vw);
		height: calc(54 / 1600 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic02 .slick-prev,
	.slide_clinic02 .slick-next
	{
		width: calc(30 / 1300 * 100vw);
		height: calc(54 / 1300 * 100vw);
		top: min(calc(220 / 1100 * 100vw), 220px);
	}
	.slide_clinic02 .slick-prev {left: -2%;}
	.slide_clinic02 .slick-next {right: -2%;}
}
@media(max-width: 767px) {
	.slide_clinic02 .slick-prev,
	.slide_clinic02 .slick-next
	{
		width: calc(30 / 750 * 100vw);
		height: calc(54 / 750 * 100vw);
		top: 20vw;
	}
	.slide_clinic02 .slick-prev {
		left: 3vw;
	}
	.slide_clinic02 .slick-next {
		right: 3vw;
	}
	.slide_clinic02 .slide_main .slick-slide > .wrap01{padding: 4vw 5vw;}
	.slide_clinic02 .ttl{
		font-size: 110%;
		letter-spacing: 0;
	}
	.slide_clinic02 .slide_thumbnail li {
		width: 23.5%;
		margin-right: 2%;
	}
	.slide_clinic02 .slide_thumbnail li:nth-child(4n),
	.slide_clinic02 .slide_thumbnail li:last-child
	{margin-right: 0;}

	.slide_clinic02 .slide_thumbnail li:nth-of-type(n + 5){margin-top: 3%;}

	.row_clinic01 .col_img {
		/* max-width: calc(460 / 750 * 100vw)!important; */
		max-width: calc(360 / 750 * 100vw)!important;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 8vw;
	}	
}

/* cllinic
------------------------------------------------------------------*/
.bg_cllinic{
	background: url(images/clinic/bg_clinic01.jpg)no-repeat center / cover;
}
@media(min-width: 768px) and (max-width:1599px) {}

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

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

/* access
------------------------------------------------------------------*/
@media(min-width: 768px){
	.access_map .map{height: min(calc(540 / 1300 * 100vw), 510px);}
	.map.parlking.b{height: min(calc(330 / 1400 * 100vw), 330px);}
	.row_access{max-width: 1170px;}
	.row_access > .access_map{max-width: 590px; width: 51%;}
	.row_access > .box_common03{max-width: 540px; width: 47%;}
}
@media(max-width: 767px) {
	.access_map .btn_map{margin:  0 auto  5vw;}
}

/* js-scrollable
------------------------------------------------------------------*/

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

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

@media(max-width: 767px) {
	.js-scrollable .stain_scrollable01{width: calc(1410 / 750 * 100vw);}
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {}

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

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

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {}

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

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

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {}

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

@media(max-width: 767px) {}
/* 症例紹介 case
------------------------------------------------------------------*/
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / 1920*100vw);
}
.wrap_case01 {
	position: relative;
}
.wrap_case01 .deco01 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.wrap_case01 .deco02 {
	position: absolute;
	right: calc(6 / 1920 * 100vw);
	bottom: calc(-8 / 1920 * 100vw);
	z-index: -1;
}
.wrap_case01 .ttl{
	font-size: 177.77%;
	letter-spacing: .1em;
}
.box_case01 {
	position: relative;
	padding: calc(30 / 1920 * 100vw) calc(50 / 1920 * 100vw) calc(60 / 1920 * 100vw);
}
.unit_case .en {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(-50%);
}
.unit_case .en span {
	font-size: 277.77%;
	letter-spacing: .1em;
}
.wrap_case02 {
	max-width: 580px;
}
.wrap_case02 .ja {
	font-size: 166.6%;
	letter-spacing: .1em;
}
.unit_case .area_case_search dt {
	width: calc(160 / 1920 * 100vw);
	height: calc(38 / 1920 * 100vw);
	color: #fff;
	background: #555;
	position: relative;
	z-index: 1;
}
.unit_case .area_case_search dt::before {
	content: "";
	width: 0;
	height: 0;
	border-left: calc(13 / 1920 * 100vw) solid #555;
	border-top: calc(19 / 1920 * 100vw) solid transparent;
	border-bottom: calc(19 / 1920 * 100vw) solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(-13 / 1920 * 100vw);
}
.unit_case .area_case_search dd {
	width: calc(100% - calc(180 / 1920 * 100vw));
	margin-bottom: calc(10 / 1920 * 100vw);
}
.unit_case .area_case_search select {
	width: 100%;
	padding: calc(4 / 1920 * 100vw) 4%;
	background: #fff;
	border: solid 1px #ccc;
	line-height: 1.5;
	letter-spacing: .1em;
}
.btn_case {
	max-width: 350px;
}
.btn_case:before, .btn_case:after {
	content: "";
	position: absolute;
	width: calc(30 / 1920 * 100vw);
	height: 0;
	border-top: 1px solid #fff;
	border-bottom: none;
	border-right: none;
	transform: rotate(0);
	right: calc(20 / 1920 * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn_case:after {
	width: calc(9 / 1920 * 100vw);
	transform: rotate(45deg);
	top: calc(-7 / 1920 * 100vw);
}
.btn_case input {
	padding: calc(30 / 1920 * 100vw) calc(5 / 1920 * 100vw);
	font-size: 111.11%;
	background: #555;
}
select {
	-webkit-appearance: none;
	appearance: none; /* デフォルトの矢印を非表示 */
}
select::-ms-expand {
	display: none; /* デフォルトの矢印を非表示(IE用) */
}
.wrap_case02 dd {
	position: relative;
}
.wrap_case02 dd:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: calc(10 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw);
	border-color: #707070 transparent transparent transparent;
	top: 0;
	bottom: 0;
	right: calc(15 / 1920 * 100vw);
	margin: auto;
}
.wrap_case03:last-child {
	margin-bottom: 0!important;
}
.unit_case .tbl_case01 .label01{margin-bottom: calc(8 / 1920 * 100vw);}
.unit_case label, .unit_case input[type='checkbox'] {cursor: pointer;}
@media(min-width: 768px) and (max-width:1599px) {
	.area_case_common01:not(:last-of-type) {
		margin-bottom: calc(60 / 1599*100vw);
	}
	.wrap_case01 .deco02 {
		right: calc(6 / 1599 * 100vw);
		bottom: calc(-8 / 1599 * 100vw);
	}
	.box_case01 {
		padding: calc(30 / 1599 * 100vw) calc(50 / 1599 * 100vw) calc(60 / 1599 * 100vw);
	}
	.unit_case .area_case_search dt {
		width: calc(160 / 1599 * 100vw);
		height: calc(38 / 1599 * 100vw);
	}
	.unit_case .area_case_search dt::before {
		border-left: calc(13 / 1599 * 100vw) solid #555;
		border-top: calc(19 / 1599 * 100vw) solid transparent;
		border-bottom: calc(19 / 1599 * 100vw) solid transparent;
		right: calc(-13 / 1599 * 100vw);
	}
	.unit_case .area_case_search dd {
		width: calc(100% - calc(180 / 1599 * 100vw));
		margin-bottom: calc(10 / 1599 * 100vw);
	}
	.unit_case .area_case_search select {
		padding: calc(4 / 1599 * 100vw) 4%;
	}
	.btn_case:before, .btn_case:after {
		width: calc(30 / 1599 * 100vw);
		right: calc(20 / 1599 * 100vw);
	}
	.btn_case:after {
		width: calc(9 / 1599 * 100vw);
		top: calc(-7 / 1599 * 100vw);
	}
	.btn_case input {
		padding: calc(30 / 1599 * 100vw) calc(5 / 1599 * 100vw);
	}
	.wrap_case02 dd:before {
		border-width: calc(10 / 1599 * 100vw) calc(5 / 1599 * 100vw) 0 calc(5 / 1599 * 100vw);
		right: calc(15 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.area_case_common01:not(:last-of-type) {
		margin-bottom: calc(60 / 1299*100vw);
	}
	.wrap_case01 .deco02 {
		right: calc(6 / 1299 * 100vw);
		bottom: calc(-8 / 1299 * 100vw);
	}
	.box_case01 {
		padding: calc(30 / 1299 * 100vw) calc(50 / 1299 * 100vw) calc(60 / 1299 * 100vw);
	}
	.unit_case .area_case_search dt {
		width: calc(160 / 1299 * 100vw);
		height: calc(38 / 1299 * 100vw);
	}
	.unit_case .area_case_search dt::before {
		border-left: calc(13 / 1299 * 100vw) solid #555;
		border-top: calc(19 / 1299 * 100vw) solid transparent;
		border-bottom: calc(19 / 1299 * 100vw) solid transparent;
		right: calc(-13 / 1299 * 100vw);
	}
	.unit_case .area_case_search dd {
		width: calc(100% - calc(180 / 1299 * 100vw));
		margin-bottom: calc(10 / 1299 * 100vw);
	}
	.unit_case .area_case_search select {
		padding: calc(4 / 1299 * 100vw) 4%;
	}
	.btn_case:before, .btn_case:after {
		width: calc(30 / 1299 * 100vw);
		right: calc(20 / 1299 * 100vw);
	}
	.btn_case:after {
		width: calc(9 / 1299 * 100vw);
		top: calc(-7 / 1299 * 100vw);
	}
	.btn_case input {
		padding: calc(30 / 1299 * 100vw) calc(5 / 1299 * 100vw);
	}
	.wrap_case02 dd:before {
		border-width: calc(10 / 1299 * 100vw) calc(5 / 1299 * 100vw) 0 calc(5 / 1299 * 100vw);
		right: calc(15 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.area_case_common01:not(:last-of-type) {
		margin-bottom: calc(60 / 750*100vw);
	}
	.wrap_case01 .ttl {
		font-size: 125%;
	}
	.wrap_case02 dd:before {
		border-width: calc(20 / 750*100vw) calc(10 / 750*100vw) 0 calc(10 / 750*100vw);
		right: 2vw;
	}
	.wrap_case01 .txt {
		text-align: left;
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.wrap_case01 {
		padding-top: 8vw;
	}
	.wrap_case01 .deco01 {
		width: calc(190 / 750*100vw);
		left: -3vw;
	}
	.wrap_case01 .deco02 {
		width: calc(109 / 750*100vw);
		right: -4vw;
		bottom: -4vw;
	}
	.wrap_case02 {
		max-width: 100%;
	}
	.wrap_case02 .ja {
		font-size: calc(40 / 750 * 100vw);
	}
	.unit_case .en span {
		font-size: calc(75 / 750 * 100vw);
	}
	.unit_case .area_case_search dt {
		width: 100%;
		height: calc(76 / 750*100vw);
	}
	.unit_case .area_case_search dt::before {
		content: none;
	}
	.unit_case .area_case_search dd {
		width: 100%;
		height: calc(76 / 750*100vw);
	}
	.unit_case .en {
		top: 1vw;
	}
	.box_case01 {
		padding: 6vw 5% 7vw;
	}
	.btn_case input {
		padding: 5vw 5%;
		font-size: calc(32 / 750 * 100vw);
	}
	.btn_case {
		width: calc(550 / 750 * 100vw);
		max-width: 100%;
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.risk > iframe {
	height: 260px!important;
	width: calc(100% + 17px)!important;
}
.risk.inner1000 {
	max-width: 1000px!important;
	width: 90%!important;
}
.box_risk01 {
	padding: calc(38 / 1920 * 100vw) calc(50 / 1920 * 100vw) calc(40 / 1920 * 100vw)!important;
	font-size: calc(18 / 1920 * 100vw)!important;
	min-height: 260px!important;
	border: 1px solid #333;
}
.box_risk01 .box {
	overflow: hidden;
	position: relative;
	padding: 0 calc(20 / 1920 * 100vw) 0 0!important;
	max-height: 180px!important;
	height: auto;
	touch-action: auto !important;
}
.box_risk01 .ttl {
	margin-bottom: calc(7 / 1920 * 100vw)!important;
	font-size: 111.11%!important;
	letter-spacing: .1em!important;
}
.box_risk01 .txt {
	font-size: 88.89%!important;
	letter-spacing: .1em!important;
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y {
	background: #333333 !important;
	right: 0px !important;
	width: 4px !important;
}
.risk .ps--active-x > .ps__rail-x,
.risk .ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.risk .ps .ps__rail-x.ps--clicking, .risk .ps .ps__rail-x:focus, .risk .ps .ps__rail-x:hover, .risk .ps .ps__rail-y.ps--clicking, .risk .ps .ps__rail-y:focus, .risk .ps .ps__rail-y:hover {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.risk > iframe {
		height: calc(262 / 1599*100vw)!important;
	}
	.risk.tab > iframe {
		width: 100%!important;
	}
	.box_risk01 {
		min-height: calc(260 / 1599 * 100vw)!important;
		padding: calc(38 / 1599 * 100vw) calc(50 / 1599 * 100vw) calc(40 / 1599 * 100vw)!important;
		font-size: calc(18 / 1599 * 100vw)!important;
	}
	.box_risk01 .box {
		padding: 0 calc(20 / 1599 * 100vw) 0 0!important;
		max-height: calc(180 / 1599 * 100vw)!important;
	}
	.box_risk01 .ttl {
		margin-bottom: calc(7 / 1599 * 100vw)!important;
	}
}
@media(min-width: 751px) and (max-width:1299px) {
	.risk > iframe {
		height: calc(262 / 1299*100vw)!important;
	}
	.box_risk01 {
		min-height: calc(260 / 1299 * 100vw)!important;
		padding: calc(38 / 1299 * 100vw) calc(50 / 1299 * 100vw) calc(40 / 1299 * 100vw)!important;
		font-size: calc(18 / 1299 * 100vw)!important;
	}
	.box_risk01 .box {
		padding: 0 calc(20 / 1299 * 100vw) 0 0!important;
		max-height: calc(180 / 1299 * 100vw)!important;
	}
	.box_risk01 .ttl {
		margin-bottom: calc(7 / 1299 * 100vw)!important;
	}
}
@media(max-width: 767px) {
	.risk > iframe {
		width: 100%!important;
	}
	.sp.risk.inner1000 {
		max-width: calc(702 / 750 * 100vw)!important;
		width: 100%!important;
	}
	.sp.risk iframe {
		height: calc(500 / 750 * 100vw)!important;
	}
	.sp.box_risk01 {
		font-size: 4.27vw!important;
		min-height: calc(500 / 750 * 100vw)!important;
		padding: 5vw 5% 5vw!important;
	}
	.sp.box_risk01 .box {
		max-height: calc(420 / 750 * 100vw)!important;
		padding: 0 3vw 0 0!important;
	}
	.sp.box_risk01 .ttl {
		margin-bottom: 2vw!important;
		font-size: 112.5%!important;
		letter-spacing: 0!important;
	}
	.sp.box_risk01 .txt {
		font-size: 100%!important;
		letter-spacing: 0!important;
	}
	.sp.risk .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .sp.risk .ps-container > .ps-scrollbar-y-rail {
		right: 0!important;
		width: 2px!important;
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / 1920 * 100vw);
}
.tbl_recruit .require span:after {
	color: #fff;
	background: #c19768;
}

.tbl_recruit table {border-color: #740e26;}
.tbl_recruit th {background: #740e26;}
.tbl_recruit td {background: #fff;}
.tbl_recruit tr:not(:last-child) td {border-bottom-color: #740e26;}

@media(min-width: 768px) and (max-width:1599px) {
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / 750 * 100vw);
	}

	
	.recruit .copy_common .fz30{font-size: calc(34 / 750 * 100vw);}
}

/* お問い合わせ contact
------------------------------------------------------------------*/
.inv-recaptcha-holder {
	display: none!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	background: #740E26;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: calc(40 / 1920 * 100vw);
	margin-bottom: calc(4 / 1920 * 100vw);
	text-align: center;
}
#sidebar caption {
	margin-bottom: calc(5 / 1920 * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / 1920 * 100vw);
}
#wp-calendar thead th {
	background: #C19768;
	border: 1px solid #C19768;
	border-right-color: #C19768;
	color: #fff;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #C19768;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #C19768;
	/* text-decoration: underline; */
}
.wp-calendar-nav{
	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;
	margin-bottom: calc(60 / 1920 * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / 1920 * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / 1920 * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / 1920 * 100vw);
	border-bottom: 1px solid #333;
	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;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #333;
	padding-bottom: calc(4 / 1920 * 100vw);
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	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;
	margin-bottom: calc(60 / 1920 * 100vw);
}
.navigation li {
	width: calc(170 / 1920 * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / 1920 * 100vw);
	border-bottom: 1px solid #333;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / 1920 * 100vw);
	margin-bottom: calc(40 / 1920 * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / 1920 * 100vw);
}
.thmb img {
	height: calc(120 / 1920*100vw);
	object-fit: contain;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / 1920 * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / 1920 * 100vw);
	border-bottom: 1px solid #EEECE1;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / 1920 * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
}
.txt_post .date {
	font-size: .75rem;
	color: #740E26;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / 1920 * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #C19768;
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: calc(60 / 1920 * 100vw);
	text-align: center;
	font-size: .875rem;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #C19768;
	color: #C19768;
	padding: 0 calc(10 / 1920 * 100vw);
	margin: calc(2 / 1920 * 100vw);
	display: inline-block;
}
.page_main .wp-pagenavi span.pages {
	padding: 0 calc(11 / 1920 * 100vw);
}
.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	border-color: #C19768;
	background: #C19768;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.single_post > h3 {
	font-size: 1.875rem;
	line-height: 1.6;
}
@media(min-width: 768px) and (max-width:1599px) {
	#sidebar h4 {
		line-height: calc(40 / 1599 * 100vw);
		margin-bottom: calc(4 / 1599 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 1599 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 1599 * 100vw);
		padding-left: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 1599 * 100vw);
		padding-right: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 1599 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 1599 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 1599 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 1599 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 1599 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.navigation li {
		width: calc(170 / 1599 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 1599 * 100vw);
	}
	.date_single {
		margin-top: calc(-30 / 1599 * 100vw);
		margin-bottom: calc(40 / 1599 * 100vw);
	}
	.img_thmb {
		width: calc(120 / 1599 * 100vw);
		height: calc(120 / 1599 * 100vw);
	}
	.thmb {
		width: calc(120 / 1599 * 100vw);
	}
	.thmb img {
		height: calc(120 / 1599 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(140 / 1599 * 100vw));
	}
	.page_main section.blog_archive {
		padding-bottom: calc(35 / 1599 * 100vw);
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: calc(40 / 1599 * 100vw);
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: 0 calc(10 / 1599 * 100vw);
		margin: calc(2 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi span.pages {
		padding: 0 calc(11 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	#sidebar h4 {
		line-height: calc(40 / 1299 * 100vw);
		margin-bottom: calc(4 / 1299 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 1299 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 1299 * 100vw);
		padding-left: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 1299 * 100vw);
		padding-right: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 1299 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 1299 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 1299 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 1299 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 1299 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.navigation li {
		width: calc(170 / 1299 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 1299 * 100vw);
	}
	.date_single {
		margin-top: calc(-30 / 1299 * 100vw);
		margin-bottom: calc(40 / 1299 * 100vw);
	}
	.img_thmb {
		width: calc(120 / 1299 * 100vw);
		height: calc(120 / 1299 * 100vw);
	}
	.thmb {
		width: calc(120 / 1299 * 100vw);
	}
	.thmb img {
		height: calc(120 / 1299 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(140 / 1299 * 100vw));
	}
	.page_main section.blog_archive {
		padding-bottom: calc(35 / 1299 * 100vw);
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: calc(40 / 1299 * 100vw);
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: 0 calc(10 / 1299 * 100vw);
		margin: calc(2 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi span.pages {
		padding: 0 calc(11 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.page_main {
		display: block!important;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar h4 {
		line-height: calc(80 / 750 * 100vw);
		margin: calc(4 / 750 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 750 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 750 * 100vw);
		padding-left: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 750 * 100vw);
		padding-right: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 750 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 750 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 750 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 750 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 750 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 750 * 100vw);
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.date_single {
		margin-top: calc(-30 / 750 * 100vw);
		margin-bottom: calc(40 / 750 * 100vw);
	}
	.thmb {
		width: 30%;
	}
	.thmb img {
		height: calc(210 / 750 * 100vw);
	}
	.img_thmb {
		display: block;
		width: 100%;
		height: auto;
		padding-top: 100%;
	}
	.txt_post {
		width: 66%;
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 750 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.navigation li {
		width: calc(200 / 750 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 750 * 100vw);
	}
	.page_main .wp-pagenavi span.pages,.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: .5vw 2vw;
		margin: calc(4 / 750 * 100vw);
	}
	.page_main section.blog_archive {
		padding-bottom: 6vw;
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: 6vw;
	}
	.post_main .wp-pagenavi {
		margin-top: 12vw;
		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: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}
	.single_post > h3 {
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
}
/* ソフウェーブ sofwave
------------------------------------------------------------------*/
.box_sofwave01 .col_img{
	max-width: 510px;
	width: 46%;
}
.box_sofwave01 .col_txt {
	width: 51%;
}
.video_sofwave01{
	max-width: 854px;
}
@media(min-width: 768px) and (max-width:1599px) {

}

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

}

@media(max-width: 767px) {

}
/* 水光注射 （ハイコックス） hycoox
------------------------------------------------------------------*/
.row_hycoox01 .copy01{
	border-bottom: 1px solid #c19768;
}
.row_hycoox01 .col_txt {
    width: 54.5%;
}
.row_hycoox01 .col_img {
    width: 41%;
}
.box_hycoox01{
	padding-left:calc(30 / 1920 * 100vw);
	padding-right:calc(30 / 1920 * 100vw);
}
.box_hycoox01 .list li:not(:first-child){
	margin-top:calc(12 / 1920 * 100vw)!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_hycoox01{
		padding-left:calc(30 / 1599 * 100vw);
		padding-right:calc(30 / 1599 * 100vw);
	}
	.box_hycoox01 .list li:not(:first-child){
		margin-top:calc(12 / 1599 * 100vw)!important;
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.box_hycoox01{
		padding-left:calc(30 / 1299 * 100vw);
		padding-right:calc(30 / 1299 * 100vw);
	}
	.box_hycoox01 .list li:not(:last-child){
		margin-top:calc(12 / 1299 * 100vw)!important;
	}
}

@media(max-width: 767px) {
	.box_hycoox01{
		padding-left:5%;
		padding-right:5%;
	}
	.box_hycoox01 .list li:not(:first-child) {
		margin-top: 3vw;
	}
}
/* キュアジェット curejet
------------------------------------------------------------------*/
.row_curejet01 {
	max-width:calc(1000 / 1920 * 100vw);
}
.row_curejet01 .col{
	width: calc(320 / 1920 * 100vw);
	height: calc(320 / 1920 * 100vw);
}
.box_curejet01 {
	border: 1px solid #000000;
}
.btn_curejet01 a{
	border-radius: calc(10 / 1920 * 100vw);
	border: none;
	background: linear-gradient(to right, #740e26, #ce501e);
	padding: 0;
}
.btn_curejet01 a:hover{
	background: linear-gradient(to right, #740e26, #ce501e);
}
.btn_curejet01.arw03 a:before,.btn_curejet01.arw03 a:after{
	border-top-color: #fff;
}
.btn_curejet01 .wrap{
	padding: calc(20 / 1920 * 100vw) 3% calc(22 / 1920 * 100vw);
}
.btn_curejet01 .wrap:before{
	content: "";
	position: absolute;
	border:1px solid #fff;
	border-radius: calc(10 / 1920 * 100vw);
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width:calc(100% - calc(10 / 1920 * 100vw));
	height:calc(100% - calc(10 / 1920 * 100vw));
}
.video_curejet01{
	max-width: 854px;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_curejet01 {
		max-width:calc(1000 / 1599 * 100vw);
	}
	.row_curejet01 .col{
		width: calc(320 / 1599 * 100vw);
		height: calc(320 / 1599 * 100vw);
	}
	.btn_curejet01 a{
		border-radius: calc(10 / 1599 * 100vw);
	}
	.btn_curejet01 .wrap{
		padding: calc(20 / 1599 * 100vw) 3% calc(22 / 1599 * 100vw);
	}
	.btn_curejet01 .wrap:before{
		border-radius: calc(10 / 1599 * 100vw);
		width:calc(100% - calc(10 / 1599 * 100vw));
		height:calc(100% - calc(10 / 1599 * 100vw));
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.row_curejet01 {
		max-width:calc(1000 / 1299 * 100vw);
	}
	.row_curejet01 .col{
		width: calc(320 / 1299 * 100vw);
		height: calc(320 / 1299 * 100vw);
	}
	.btn_curejet01 a{
		border-radius: calc(10 / 1299 * 100vw);
	}
	.btn_curejet01 .wrap{
		padding: calc(20 / 1299 * 100vw) 3% calc(22 / 1299 * 100vw);
	}
	.btn_curejet01 .wrap:before{
		border-radius: calc(10 / 1299 * 100vw);
		width:calc(100% - calc(10 / 1299 * 100vw));
		height:calc(100% - calc(10 / 1299 * 100vw));
	}
}

@media(max-width: 767px) {
	.row_curejet01 {
		max-width:calc(675/ 750*100vw);
	}
	.row_curejet01 .col{
		width: calc(320 / 750 * 100vw);
		height: calc(320 / 750 * 100vw);
		font-size: 87.5%;
	}
	.row_curejet01 .col:last-child{
		margin:3vw auto 0;
	}
	.btn_curejet01{
		width: 100%;
		max-width:calc(650 / 750*100vw);
	}
	.btn_curejet01 a{
		border-radius: calc(10 / 750 * 100vw);
	}
	.btn_curejet01 .wrap{
		padding: calc(20 / 750 * 100vw) 3% calc(22 / 750 * 100vw);
	}
	.btn_curejet01 .wrap:before{
		border-radius: calc(10 / 750 * 100vw);
		width:calc(100% - calc(10 / 750 * 100vw));
		height:calc(100% - calc(10 / 750 * 100vw));
	}
	.box_curejet01 .copy{
		font-size: 112.5%;
		line-height: 1.6;
	}
}

/* XTRAC Momentum® extrac
------------------------------------------------------------------*/
.row_extrac01 .decoimg_common::before{
	display: none;
}
.row_extrac02 .col{
	max-width:394px ;
	width: 32%;
	border: 1px solid #740e26;
	letter-spacing: .15em;
}
.row_extrac02 .col:nth-child(-n + 3){
	margin-bottom: calc(30 / 1920 * 100vw);
}
.row_extrac03 .col{
	max-width: 595px;
	width: 48%;
	margin-right: 0;
}
.row_extrac03 .col:nth-child(odd){margin-right: 4%;}
.row_extrac03 > .col:nth-of-type(n + 3){
	margin-top: calc(60 / 1920 * 100vw);
}
.row_extrac03 .areattl{
	padding: calc(15 / 1920 * 100vw) 0 calc(12 / 1920 * 100vw);
}
.row_extrac03 .areatxt {
    padding: calc(13 / 1920 * 100vw) calc(35 / 1920 * 100vw);
}
.list_extrac01 li:not(:first-child) {
	margin-top: calc(10 / 1920 * 100vw)!important;
}
.tbl_extrac01 thead th:not(:last-child){
	background: #740e26;
}
.tbl_extrac01 thead th:first-child{
	text-align: left;
	border-bottom: 1px solid #fff;
}
.tbl_extrac01 thead th:not(:first-child){
	font-size: 111.11%;
}
.tbl_extrac01 tbody td:last-child{
	color: #740e26;
	font-weight: bold;
}
.row_extrac04 > .col {
    max-width: 270px;
    width: 22%;
}
.row_extrac04 > .col::before {
	right: calc(-30 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_extrac02 .col:nth-child(-n + 3){
		margin-bottom: calc(30 / 1599 * 100vw);
	}
	.row_extrac03 .col:nth-child(odd){margin-right: 4%;}
	.row_extrac03 > .col:nth-of-type(n + 3){
		margin-top: calc(60 / 1599 * 100vw);
	}
	.row_extrac03 .areattl{
		padding: calc(15 / 1599 * 100vw) 0 calc(12 / 1599 * 100vw);
	}
	.row_extrac03 .areatxt {
		padding: calc(13 / 1599 * 100vw) calc(35 / 1599 * 100vw);
	}
	.list_extrac01 li:not(:first-child) {
		margin-top: calc(10 / 1599 * 100vw)!important;
	}
	.row_extrac04 > .col::before {
		right: calc(-30 / 1599 * 100vw);
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.row_extrac02 .col:nth-child(-n + 3){
		margin-bottom: calc(30 / 1299 * 100vw);
	}
	.row_extrac03 .col:nth-child(odd){margin-right: 4%;}
	.row_extrac03 > .col:nth-of-type(n + 3){
		margin-top: calc(60 / 1299 * 100vw);
	}
	.row_extrac03 .areattl{
		padding: calc(15 / 1299 * 100vw) 0 calc(12 / 1299 * 100vw);
	}
	.row_extrac03 .areatxt {
		padding: calc(13 / 1299 * 100vw) calc(35 / 1299 * 100vw);
	}
	.list_extrac01 li:not(:first-child) {
		margin-top: calc(10 / 1299 * 100vw)!important;
	}
	.row_extrac04 > .col::before {
		right: calc(-30 / 1299 * 100vw);
	}
}

@media(max-width: 767px) {
	.row_extrac02 .col{
		width: 48%;
		font-size: 100%;
		line-height: 1.4;
		padding: 2.5vw 0;
	}
	.row_extrac02 .col:nth-child(-n + 4) {
		margin-bottom:3vw;
	}
	.row_extrac03 > .col{
		margin-bottom: 0;
	}
	.row_extrac03 > .col:nth-of-type(n + 3) {
		margin-top: 0;
	}
	.row_extrac03 > .col:nth-child(-n + 2) {
		margin-bottom:4vw;
	}
	.row_extrac03 .areatxt {
		padding: 2vw 5%;
	}
	.row_extrac03 .areatxt .txt01{
		text-align: left;
	}
	.list_extrac01 li:not(:first-child) {
		margin-top: calc(10 / 750 * 100vw) !important;
	}
	.tbl_extrac01 table {
		width:calc(1000 / 750 * 100vw);
	}
	.tbl_extrac01 thead th:first-child{
		width: 28%;
	}
	.row_extrac04 > .col {
		max-width: 100%;
		width: 100%;
	}
}