@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(500 / var(--break) * 100vw);
	padding-top: calc(215 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg3 {
	padding: calc(30 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
}
.hdg3::before,.hdg3::after {
	content: "";
    position: absolute;
	background: #b5aa8033;
    width: calc(200 / var(--break) * 100vw);
    height: calc(120 / var(--break) * 100vw);
}
.hdg3::before {
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
.hdg3::after {
	bottom: 0;
	right: 0;
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
.hdg4 {
	padding: calc(25 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(25 / var(--break) * 100vw);
}
.box_prof01.ptn03 .year {
    width: calc(137 / var(--break) * 100vw);
}
.box_prof01.ptn03 .txt {
    width: calc(100% - calc(137 / var(--break) * 100vw));
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background-image: url("images/page/bg_ttl_page_sp.jpg");
	}
	.hdg2 .ja {
		font-size: calc(50 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg2 .en {
		font-size: calc(30 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.col_img {
		text-align: center;
	}
	.main_page {
		padding-top: calc(93 / var(--break) * 100vw);
	}
	.hdg4 {
		padding: calc(25 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(25 / var(--break) * 100vw);
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}

/*トップ*/
.ccl_common01 {
	background: url("images/page/ccl_common01.svg") no-repeat center / cover;
}
.w50 {
	width: 50%!important;
}
.w48 {
	width: 48%!important;
}
.h100 {
	height: 100%!important;
}
.bdr {
	border: solid 1px #fff;
}
.bdrd100 {
	border-radius: 100vh;
}
.bdr_inner {
	outline-offset: calc(-5 / var(--break) * 100vw);
    outline: #5e4c39 solid 1px;
}

/*設備紹介*/
.row_common01 {
	gap: calc(40 / var(--break) * 100vw) 1.3%;
}
.row_common01 .col {
	width: 24%;
	max-width: 360px;
}
.row_common01 .col .txt {
	padding: calc(15 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
}
.row_common02 .col_img {
	width: 38%;
	max-width: 570px;
}
.row_common02 .col_txt {
	width: 58%;
}
.row_common03 .col_img {
	width: 47%;
	max-width: 700px;
	position: relative;
}
.row_common03 .col_img::before {
    content: "";
    position: absolute;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: linear-gradient(90deg, transparent, #f5f5f5);
    width: 100%;
    height: 100%;
    right: calc(-40 / var(--break) * 100vw);
    bottom: calc(-40 / var(--break) * 100vw);
    z-index: -1;
}
.row_common03 .col_img.left::before {
	background: linear-gradient(90deg,#f5f5f5 , transparent);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
	right: auto;
    left: calc(-40 / var(--break) * 100vw);
}
.row_common03 .col_txt {
	width: 50%;
}
.row_common04 {
	gap: calc(30 / var(--break) * 100vw) 1.3%;
}
.row_common04 .col {
	width: 32%;
}
.row_common05 .col_img {
	width: 30%;
	max-width: 450px;
}
.row_common05 .col_txt {
	width: 66%;
}

.btn_common02 a {
	padding: calc(31 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw);
}
.btn_common02 a::before {
    content: "";
    position: absolute;
    clip-path: polygon(52% 100%, 0 0, 100% 0);
    background: #fff;
    width: calc(30 / var(--break) * 100vw);
    height: calc(10 / var(--break) * 100vw);
    right: 0;
    left: 0;
    margin: auto;
    bottom: calc(10 / var(--break) * 100vw);
}
/*書面掲示*/
.hdg5 {
	padding: calc(0 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(36 / var(--break) * 100vw);
    position: relative;
	border-bottom: solid 1px #5e4c39;
}
.hdg5::before {
	content: "";
    position: absolute;
    background: #7f5f01;
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
    top: calc(9 / var(--break) * 100vw);
    left: calc(0 / var(--break) * 100vw);
    border-radius: 100%;
}
.hdg5.ptn02 {
	padding: calc(0 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) calc(36 / var(--break) * 100vw);
    position: relative;
	border-bottom: none;
}
/*リストカラー*/
.list_common01 li {
	padding-bottom: calc(5 / var(--break) * 100vw);
	border-bottom: dotted 1px #f9f9f8;
}
.list_common01 li:before {
    background: #7f5f01;
}
.list_common02 li:before {
    background: #7f5f01;
}
/*スタッフ紹介*/
.box_prof h5 {
	height: calc( / var(--break) * 100vw);
}
.box_prof01 .year,.box_prof01 .txt {
	color: #000;
	font-weight: 300;
}
.box_prof.ptn02 {
    border: none;
}
/*下層リスト*/
.list_common03 li {
	padding-left: calc(32 / var(--break) * 100vw);
	width: 48.5%;
	border-bottom: dotted 1px #b7ad84;
	padding-bottom: calc(5 / var(--break) * 100vw);
}
.list_common03 li:before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	background: url(images/page/check02.svg) no-repeat center / cover;
	border-radius: 0%;
	left: calc(0 / var(--break) * 100vw);
	top: calc(6 / var(--break) * 100vw);
}
.list_common03 li:not(:first-child) {
	margin-top: calc(7 / var(--break) * 100vw);
}
.list_common03 li:nth-child(-n+2) {
	margin-top: 0;
}
.list_common04 li {
    padding-left: calc(50 / var(--break) * 100vw);
	color: #000;
}
.list_common04 li:not(:first-child) {
    margin-top: calc(17 / var(--break) * 100vw);
}
.list_common04 li:before {
    content: "";
    position: absolute;
    width: calc(30 / var(--break)* 100vw);
    height: calc(30 / var(--break)* 100vw);
    background: url(images/page/chack03.svg) no-repeat center / cover;
    left: calc(1 / var(--break)* 100vw);
    top: calc(1 / var(--break)* 100vw);
    border-radius: 0;
}
/*テーブル*/
.tbl_common01 .tbl_title {
    background: #5e4c39;
    color: #fff;
    text-align: center;
    font-size: calc(18 / var(--break) * 100vw);
    font-weight: 300;
    margin-bottom: 0;
	padding: calc(25 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(25 / var(--break) * 100vw);
	border-bottom: solid 1px #fff;
}
.tbl_common01 table{
	border: 1px solid #5e4c39;
}
.tbl_common01 th{
	background: #f0ede7;
	color: #5e4c39;
}
.tbl_common01 tr:not(:last-child) th {
	border-bottom-color: #5e4c39;
}
.tbl_common01 tr td {
	background-color: #fff;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #5e4c39;
}
.tbl_common01 td {
    border-left: solid 1px #5e4c39;
}
.tbl_common01 thead th {
    background: #796A59e6;
    text-align: center;
	vertical-align: middle;
	color: #fff;
}
.tbl_common01 thead th:not(:first-child) {
    border-left: solid 1px #fff;
}
.btn_common01 {
	width: calc(360 / var(--break) * 100vw);
}
.btn_common01 a::before,.btn_common01 a::after {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
}
.btn_common01 a::before {
	top: calc(4 / var(--break) * 100vw);
	left: calc(4 / var(--break) * 100vw);
	border-top: solid calc(5 / var(--break04)) #7b6755;
	border-left: solid calc(5 / var(--break04)) #7b6755;
}
.btn_common01 a::after {
	right: calc(4 / var(--break) * 100vw);
	bottom: calc(4 / var(--break) * 100vw);
	border-right: solid calc(5 / var(--break04)) #7b6755;
	border-bottom: solid calc(5 / var(--break04)) #7b6755;
}
.btn_common01 a .deco {
	padding: calc(20 / var(--break) * 100vw) calc(40 / var(--break) * 100vw) calc(18 / var(--break) * 100vw);
	display: block;
}
.btn_common01 .bg_white::before,.btn_common01 .bg_white::after {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
}
.btn_common01 .bg_white::before {
	top: calc(4 / var(--break) * 100vw);
	left: calc(4 / var(--break) * 100vw);
	border-top: solid calc(5 / var(--break04)) #7b6755;
	border-left: solid calc(5 / var(--break04)) #7b6755;
}
.btn_common01 .bg_white::after {
	right: calc(4 / var(--break) * 100vw);
	bottom: calc(4 / var(--break) * 100vw);
	border-right: solid calc(5 / var(--break04)) #7b6755;
	border-bottom: solid calc(5 / var(--break04)) #7b6755;
}
.btn_common01 .bg_white .deco {
	padding: calc(40 / var(--break) * 100vw) calc(40 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
	display: block;
}
.btn_common01 a .deco::before {
	content: "";
    position: absolute;
	background: url("images/page/arw01.svg") no-repeat center / cover;
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	right: calc(30 / var(--break) * 100vw);
	margin: auto;
	transition: .3s;
}
.btn_common01.ptn02 a {
    outline: #fff solid 1px;
}
.btn_common01.ptn02 a::before {
	border-top: solid calc(5 / var(--break04)) #fff;
	border-left: solid calc(5 / var(--break04)) #fff;
}
.btn_common01.ptn02 a::after {
	right: calc(4 / var(--break) * 100vw);
	bottom: calc(4 / var(--break) * 100vw);
	border-right: solid calc(5 / var(--break04)) #fff;
	border-bottom: solid calc(5 / var(--break04)) #fff;
}
.btn_common01.ptn02 a .deco::before {
	background: url("images/page/arw02.svg") no-repeat center / cover;
}
.shadow_common01 {
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.35), 0 0 10px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.3);
}
.bg_common01 {
   background: url("images/page/bg_common01.png") no-repeat center / cover;
}
.bg_common01 .en {
    font-size: calc(80 / var(--break) * 100vw);
	line-height: .7;
}
@media only screen and (min-width: 767px) {
	.btn_common01 a:hover .deco::before {
		right: calc(20 / var(--break) * 100vw);
		transition: .3s;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.btn_common01 a .deco::before {
		right: calc(20 / var(--break) * 100vw);
	}
	.btn_common01 a:hover .deco::before {
		right: calc(10 / var(--break) * 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.w50 {
		width: 100%!important;
	}
	.w48 {
		width: 100%!important;
	}
	/*設備紹介*/
	.row_common01 {
		gap: calc(30 / var(--break) * 100vw) 4%;
	}
	.row_common01 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_common01 .col .txt {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.row_common02 .col_img {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5vw;
	}
	.row_common02 .col_txt {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common02 .col_txt .copy {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
		text-align: center;
	}
	.row_common03 .col_img {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5vw;
	}
	.row_common03 .col_img::before {
		right: calc(-20 / var(--break) * 100vw);
		bottom: calc(-20 / var(--break) * 100vw);
	}
	.row_common03 .col_txt {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common03 .col_txt .copy {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
		text-align: center;
	}
	/*スタッフ紹介*/
	.box_prof h5 {
        height: calc(75 / var(--break) * 100vw);
    }
	/*フォントサイズ*/
	.fz24 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	/*pcでは横並び、spで100%になるもの*/
	.sp_stack {
		width: 100%!important;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto!important;
		margin-right: auto!important;
	}
	.sp_stack .col {
		width: 100%!important;
	}
	.sp_stack .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.sp_w100 {
		max-width: 100%;
	}
	.sp_5vw {
		margin-bottom: 5vw;
	}
	.btn_common01 {
		width: calc(600 / var(--break) * 100vw);
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: .1em;
	}
	.btn_common01 a::before,.btn_common01 a::after {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
	}
	.btn_common01 a::before {
		top: calc(6 / var(--break) * 100vw);
		left: calc(6 / var(--break) * 100vw);
		border-top: solid calc(5 / var(--break04)) #7b6755;
		border-left: solid calc(5 / var(--break04)) #7b6755;
	}
	.btn_common01 a::after {
		right: calc(6 / var(--break) * 100vw);
		bottom: calc(6 / var(--break) * 100vw);
		border-right: solid calc(5 / var(--break04)) #7b6755;
		border-bottom: solid calc(5 / var(--break04)) #7b6755;
	}
	.btn_common01 a .deco {
        padding: calc(30 / var(--break) * 100vw) calc(40 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
        display: block;
    }
	.btn_common01 a .deco::before {
		width: calc(32 / var(--break) * 100vw);
		height: calc(32 / var(--break) * 100vw);
		right: calc(26 / var(--break) * 100vw);
	}
	.bdr_inner {
		outline-offset: calc(-7 / var(--break) * 100vw);
		outline: #5e4c39 solid 1px;
	}
	.list_common01 li {
		padding-bottom: calc(7 / var(--break) * 100vw);
		padding-left: 5vw;
		line-height: 1.6;
	}
	.box_prof {
		border: solid calc(6 / var(--break) * 100vw) #fff;
	}
	.bg__feature06 .row_prof {
		margin-bottom: 10vw;
	}
	/*sp文字サイズ*/
	.sp20,.sp22,.sp24,.sp26,.sp30,.sp32,.sp34,.sp36 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	/*list_common03*/
	.list_common03 li {
		width: 100%;
		padding-left: 6vw;
		padding-bottom: 1vw;
	}
	.list_common03 li:before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		left: calc(0 / var(--break) * 100vw);
		top: calc(10 / var(--break) * 100vw);
	}
	.hdg3 {
		padding: calc(22 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(22 / var(--break) * 100vw);
        font-size: calc(46 / var(--break) * 100vw);
        letter-spacing: 0;
	}
	.hdg3::before, .hdg3::after {
		width: calc(100 / var(--break) * 100vw);
		height: calc(60 / var(--break) * 100vw);
	}
	.hdg3 .small {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.hdg5 {
		font-size: 1.125rem;
		padding: calc(0 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
		max-width: calc(646 / var(--break) * 100vw) !important;
        margin-left: auto;
        margin-right: auto;
	}
	.hdg5::before {
		width: calc(25 / var(--break) * 100vw);
		height: calc(25 / var(--break) * 100vw);
		top: calc(16 / var(--break) * 100vw);
	}
	.bg_common01 .en {
		font-size: calc(85 / var(--break) * 100vw);
	}
	.row_common04 {
		width: 100%;
        max-width: calc(702 / var(--break) * 100vw);
        gap: calc(30 / var(--break) * 100vw) 4%;
        margin-left: auto;
        margin-right: auto;
	}
	.row_common04 .col {
		width: 48%;
	}
	.row_common04 .col a {
		padding: 4vw 1vw 5vw;
		height: auto;
	}
	.row_common04 .col .txt {
		font-size: .9375rem;
        letter-spacing: 0;
        line-height: 1.5;
	}
	.btn_common01.ptn03 a .deco::before {
		right: calc(26 / var(--break) * 100vw);
	}
	.row_common05 .col_img {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.row_common05 .col_txt .ttl {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.list_common04 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.list_common04 li {
		padding-left: 8vw;
	}
	.list_common04 li:before {
		width: calc(40 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
		left: calc(1 / var(--break) * 100vw);
		top: calc(7 / var(--break) * 100vw);
	}
	.tbl_common01 tbody td:not(:first-child) {
		border-left: 1px solid #5e4c39;
	}
	.tbl_common01 thead th:not(:first-child) {
		border-left: solid 1px #fff;
	}
	.bg_pay .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.tbl_common01 .tbl_title {
		font-size: 1rem;
		letter-spacing: 0;
	}
	
	
	.tbl_common01.js-scrollable table {
		width: calc(1800 / var(--break) * 100vw);
	}
	.tbl_common01.js-scrollable .tbl_title {
		width: calc(1800 / var(--break) * 100vw);
	}
	.tbl_common01.js-scrollable .tbl_caption {
		width: calc(1800 / var(--break) * 100vw);
	}
	.tbl_common01.js-scrollable03 table {
		width: calc(1240 / var(--break) * 100vw);
	}
	.tbl_common01.js-scrollable03 .tbl_title {
		width: calc(1240 / var(--break) * 100vw);
	}
	.tbl_common01.js-scrollable03 .tbl_caption {
		width: calc(1240 / var(--break) * 100vw);
	}
	.tbl_common01.js-scrollable02 table {
		width: calc(1000 / var(--break) * 100vw);
	}
	.tbl_common01.js-scrollable02 .tbl_title {
		width: calc(1000 / var(--break) * 100vw);
	}
	.tbl_common01.js-scrollable02 .tbl_caption {
		width: calc(1000 / var(--break) * 100vw);
	}
	.tbl_common01.js-scrollable04 table {
		width: calc(1500 / var(--break) * 100vw);
	}
	.tbl_common01.js-scrollable04 .tbl_title {
		width: calc(1500 / var(--break) * 100vw);
	}
	.tbl_common01.js-scrollable04 .tbl_caption {
		width: calc(1500 / var(--break) * 100vw);
	}
}

/* slider
------------------------------------------------------------------*/
.slide_clinic01 .slick-prev {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(30 /var(--break)*100vw);
	height: calc(54 /var(--break)*100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -12%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(30 /var(--break)*100vw);
	height: calc(54 /var(--break)*100vw);
	right: -12%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.slide_clinic01 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_clinic01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_clinic01 .slide_thumbnail li:nth-child(5n), .slide_clinic01 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_clinic01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_clinic01 .slick-prev {
		left: -9%;
	}
	.slide_clinic01 .slick-next {
		right: -9%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev {
		left: 2%;
	}
	.slide_clinic01 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.slide_clinic01 .slick-prev {
		left: 3vw;
	}
	.slide_clinic01 .slick-next {
		right: 3vw;
	}
}


/* clinic
------------------------------------------------------------------*/
.bg_clinic01 {
	background: url("images/clinic/bg_clinic01.jpg") no-repeat center / cover;
}
.box_clinic01 {
	background-color: #0000004d;
	padding: calc(60 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.box_clinic01 .ttl {
	font-size: calc(50 / var(--break04));
}
.row_clinic01 {
	width: 90%;
	max-width: 1290px;
	gap: calc(20 / var(--break) * 100vw) 1.3%;
}
.row_clinic01 .col {
    width: 32%;
}
.row_clinic01.row__feature02 .col:nth-child(n+5) {
    margin-top: calc(0 / var(--break) * 100vw);
}
.list_clinic01 {
	width: 90%;
}
.list_clinic01 li {
	padding-left: calc(32 / var(--break) * 100vw);
	width: 44%;
}
.list_clinic01 li:before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	background: url(images/page/check01.svg) no-repeat center / cover;
	border-radius: 0%;
	left: calc(0 / var(--break) * 100vw);
	top: calc(6 / var(--break) * 100vw);
}
.list_clinic01 li:not(:first-child) {
	margin-top: calc(26 / var(--break) * 100vw);
}
.list_clinic01 li:nth-child(-n+2) {
	margin-top: 0;
}

.bg_clinic03::before {
	content: "";
    position: absolute;
	background: url("images/page/ptn_paper01.jpg") repeat center / calc(400 / var(--break) * 100vw) auto;
    width: 100%;
    height: calc(490 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
	bottom: 0;
	z-index: -1;
}
.bg_clinic03 .box__feature01 {
    top: calc(77 / var(--break) * 100vw);
    bottom: auto;
    left: calc(58 / var(--break03));
    right: auto;
}
.box__feature01.left .num {
	right: auto;
    left: 4%;
}
.bg_clinic03 .ccl__feature02 {
    bottom: auto;
    top: 29%;
}
.bg_clinic03 .img__feature01,
.bg_clinic04 .img__feature01,
.bg_clinic05 .img__feature01 {
    width: 63%;
    max-width: 1200px;
}
.bg_clinic03 .box__feature01 .deco,
.bg_clinic04 .box__feature01 .deco,
.bg_clinic05 .box__feature01 .deco {
    padding: calc(75 / var(--break04)) calc(80 / var(--break04)) calc(146 / var(--break04));
}
.row_clinic03 {
	left: calc(30 / var(--break) * 100vw);
	bottom: calc(-30 / var(--break) * 100vw);
}
.row_clinic03 .ccl__feature02 {
    width: calc(240 / var(--break) * 100vw);
    height: calc(240 / var(--break) * 100vw);
	position: static;
}
.row_clinic03 .ccl__feature02:nth-child(n+2) {
    margin-left: calc(-27 / var(--break) * 100vw);
}
.row_clinic03 .ccl__common01 .bg_white {
    padding-top: calc(25/ var(--break04));
}
.row_clinic04 {
	gap: 0 1.3%;
}
.row_clinic04 .col {
	width: 32%;
	max-width: 475px;
}
.row_clinic04 .col .txt {
	padding: calc(15 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
}
.bg_clinic06 .box__feature04 {
	padding-top: calc(205 / var(--break) * 100vw);
}
.btn_clinic01 {
	width: calc(380 / var(--break) * 100vw);
}
.btn_clinic01 a {
	height: calc(120 / var(--break) * 100vw);
}
.btn_clinic01 a::before {
	content: "";
    position: absolute;
	clip-path: polygon(52% 100%, 0 0, 100% 0);
	background: #fff;
    width: calc(30 / var(--break) * 100vw);
    height: calc(10 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
	bottom: calc(10 / var(--break) * 100vw);
}
.row_clinic05 .col .txt {
	padding: 0;
	min-height: calc(100 / var(--break) * 100vw)!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_clinic03 .img__feature01 {
		margin-bottom: calc(120 / var(--break) * 100vw);
	}
	.row_clinic03 .ccl__feature02 {
		width: calc(220 / var(--break) * 100vw);
		height: calc(220 / var(--break) * 100vw);
	}
	.row_clinic03 .ccl__feature02 .txt {
		font-size: calc(26 / var(--break) * 100vw);
	}
	.box__feature01 .ttl__feature03 .ja02 {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.bg_clinic05 .img__feature01 {
		margin-bottom: calc(120 / var(--break) * 100vw);
	}
	.row_clinic05 .col .txt {
		min-height: calc(91 / var(--break) * 100vw)!important;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box__feature01 .ttl__feature03 .ja02 {
        font-size: calc(32 / var(--break) * 100vw);
    }
	.bg_clinic03 .box__feature01 .deco, .bg_clinic04 .box__feature01 .deco, .bg_clinic05 .box__feature01 .deco {
		padding: calc(60 / var(--break04)) calc(80 / var(--break04)) calc(75 / var(--break04));
	}
	.bg_clinic03 .img__feature01 {
        margin-bottom: calc(141 / var(--break) * 100vw);
    }
	.row_clinic03 .ccl__feature02 {
        width: calc(183 / var(--break) * 100vw);
        height: calc(183 / var(--break) * 100vw);
        padding: calc(10 / var(--break) * 100vw);
    }
	.row_clinic03 .ccl__feature02 .txt {
        font-size: calc(23 / var(--break) * 100vw);
        letter-spacing: 0;
    }
	.bg_clinic05 .img__feature01 {
        margin-bottom: calc(135 / var(--break) * 100vw);
    }
	.bg_clinic06 .box__feature04 {
		padding-top: calc(100 / var(--break) * 100vw);
	}
	.row_clinic05 .col .txt {
		min-height: calc(95 / var(--break) * 100vw) !important;
 		font-size: calc(20 / var(--break) * 100vw);
		letter-spacing: 0;
		
    }
	.row_clinic05 .col .txt .fz15 {
 		font-size: calc(14 / var(--break) * 100vw);
		letter-spacing: 0;
    }
}
@media(max-width: 767px) {
	.box_clinic01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.bg_clinic02 .ttl__feature03 .ja02,
	.bg_clinic03 .ttl__feature03 .ja02,
	.bg_clinic04 .ttl__feature03 .ja02,
	.bg_clinic05 .ttl__feature03 .ja02 {
		font-size: calc(37 / var(--break) * 100vw);
	}
	.list_clinic01 li {
		padding-bottom: calc(7 / var(--break) * 100vw);
		padding-left: 5vw;
		line-height: 1.6;
	}
	.wrap_clinic01 a {
        text-decoration: underline;
        color: #b18811;
    }
	.row_clinic01 {
		gap: 3vw;
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
	}
	.row_clinic01 .col {
		width: 100%;
	}
	.row__feature02 .col:nth-child(n+2) {
        margin-top: 0vw;
    }
	.box_clinic02 .ttl {
		line-height: 1.4;
		padding: 1.5vw 1vw;
		font-size: 1rem;
	}
	.list_clinic01 li {
		padding-left: 6vw;
		width: 100%;
	}
	.list_clinic01 li:before {
		width: calc(35 / var(--break) * 100vw);
		height: calc(35 / var(--break) * 100vw);
		left: calc(0 / var(--break) * 100vw);
		top: calc(6 / var(--break) * 100vw);
	}
	.bg_clinic03 .img__feature01, .bg_clinic04 .img__feature01, .bg_clinic05 .img__feature01 {
		width: 100%;
		max-width: 100%;
		margin-bottom: 6vw;
	}
	.bg_clinic03 .box__feature01 {
		width: 100%;
		max-width: calc(702 / var(--break03));
		top: 0;
		left: 0;
		position: relative;
		left: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.bg_clinic03 .box__feature01 .deco, .bg_clinic04 .box__feature01 .deco, .bg_clinic05 .box__feature01 .deco {
		padding: calc(67 / var(--break04)) calc(38 / var(--break04)) calc(66 / var(--break04));
	}
	.bg_clinic03 .head_result01 .cap {
        bottom: 0;
    }
	.bg_clinic03::before {
		height: 60%;
	}
	.row_clinic03 {
		width: 86%;
		bottom: auto;
		top: 43vw;
		left: 0;
		right: 0;
		margin: auto;
	}
	.bg_clinic04 .img__feature01 {
		margin-bottom: 34vw;
	}
	.row_clinic03 .ccl__feature02 {
		width: calc(230 / var(--break) * 100vw);
		height: calc(230 / var(--break) * 100vw);
		background: linear-gradient(0deg, #b5aa80, #7f5f01);
		padding: calc(12 / var(--break) * 100vw);
	}
	.ccl__feature02 .txt {
        font-size: calc(24 / var(--break) * 100vw);
        letter-spacing: 0;
    }
	.bg_clinic04,.bg_clinic05 {
		margin-bottom: 7vw;
	}
	.bg_clinic06 .box__feature04 {
		padding: 9vw 0 10vw;
	}
	.bg_clinic06 .ttl__feature02 .ja {
        font-size: calc(38 / var(--break) * 100vw);
        letter-spacing: 0;
    }
	.row_clinic04 {
		gap: 3vw 4%;
		max-width: calc(646 / var(--break) * 100vw) !important;
		margin-left: auto;
		margin-right: auto;
		justify-content: center!important;
	}
	.row_clinic04 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_clinic04 .col .txt {
		font-size: .75rem;
		letter-spacing: 0;
	}
	.btn_clinic01 {
		width: calc(600 / var(--break) * 100vw);
	}
	.btn_clinic01 a {
		height: calc(130 / var(--break) * 100vw);
	}
	.btn_clinic01 .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.ttl_clinic01  {
		font-size: 1.0625rem;
	}
	.row_clinic05 .col .txt .fz15 {
 		font-size: .6875rem;
		letter-spacing: 0;
    }
	.row_clinic05 .col .txt {
		height: calc(148 / var(--break) * 100vw);
	}
}

/* slider
------------------------------------------------------------------*/
.slide_clinic01 .slick-prev {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(30 /var(--break)*100vw);
	height: calc(54 /var(--break)*100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -12%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(30 /var(--break)*100vw);
	height: calc(54 /var(--break)*100vw);
	right: -12%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.slide_clinic01 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_clinic01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_clinic01 .slide_thumbnail li:nth-child(5n), .slide_clinic01 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_clinic01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_clinic01 .slick-prev {
		left: -9%;
	}
	.slide_clinic01 .slick-next {
		right: -9%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev {
		left: 2%;
	}
	.slide_clinic01 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.slide_clinic01 .slick-prev {
		left: 3vw;
	}
	.slide_clinic01 .slick-next {
		right: 3vw;
	}
}

/* staff
------------------------------------------------------------------*/
.row_staff01 .col_txt {
	width: 58%;
}
.row_staff01 .col_img {
	width: 37%;
	max-width: 700px;
}
.row_staff01 .col_img::before {
	content: "";
    position: absolute;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: linear-gradient(90deg, transparent, #f5f5f5);
    width: 100%;
    height: 100%;
    right: calc(-40 / var(--break) * 100vw);
    bottom: calc(-40 / var(--break) * 100vw);
    z-index: -1;
}
.wrap_staff01 .ja01 {
	font-size: calc(30 / var(--break04));
}
.wrap_staff01 .ja02 {
	font-size: calc(48 / var(--break04));
}
.wrap_staff01 .en {
	font-size: calc(24 / var(--break04));
}
.row_staff02 .col_txt {
	width: 59%;
}
.row_staff02 .col_img {
	width: 37%;
	max-width: 460px;
}
.wrap_staff02 .ja01 {
	font-size: calc(26 / var(--break04));
}
.wrap_staff02 .ja02 {
	font-size: calc(40 / var(--break04));
}
.wrap_staff02 .en {
	font-size: calc(22 / var(--break04));
}
.bg_staff01::before {
	content: "";
    position: absolute;
	background: url("images/page/ptn_paper02.jpg") repeat center / calc(400 / var(--break) * 100vw) auto;
    width: 100%;
    height: calc(494 / var(--break) * 100vw);
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.bg_staff02 {
	background: url("images/staff/bg_staff01.png") no-repeat center / cover;
}
.bg_staff02 .wrap {
	width: 90%;
	max-width: 1000px;
}
.bg_staff02 .deco01 {
	width: calc(292 / var(--break) * 100vw);
    right: 6%;
    bottom: 7%;
}
.row_staff03 .col_img {
	width: 38%;
	max-width: 570px;
}
.row_staff03 .col_txt {
	width: 58%;
}
.row_staff04 .col {
	width: calc(100% / 5);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_staff01 .col_txt,.row_staff02 .col_txt {
		width: 100%;
	}
	.row_staff01 .col_img,.row_staff02 .col_img {
		width: 100%;
		max-width: calc(500 / var(--break) * 100vw);
		margin: 0 auto 8vw;
	}
	.row_staff03 .col_img {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		margin: 0 auto 5vw;
	}
	.row_staff03 .col_txt {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw) !important;
        margin-left: auto;
        margin-right: auto;
	}
	.row_staff03 .col_txt .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
		text-align: center;
	}
	.wrap_staff01,.wrap_staff02 {
		justify-content: center!important;
	}
	.wrap_staff01 .ja01,.wrap_staff02 .ja01 {
		font-size: calc(32 / var(--break04));
	}
	.wrap_staff01 .ja02,.wrap_staff02 .ja02 {
		font-size: calc(44 / var(--break04));
	}
	.wrap_staff01 .en,.wrap_staff02 .en {
		font-size: calc(20 / var(--break04));
		letter-spacing: .1em;
	}
	.box_prof01.ptn03 .year {
		width: 32%;
	}
	.box_prof01.ptn03 .txt {
		width: 66%;
	}
	.box_prof.mb60 {
		margin-bottom: 5vw;
	}
	.bg_staff01::before {
		height: calc(323 / var(--break) * 100vw);
	}
	.bg_staff02 .ttl {
		margin-bottom: 3vw;
	}
	.row_staff04 {
		justify-content: center!important;
	}
	.row_staff04 .col {
		width: 33%;
	}
}


/* access
------------------------------------------------------------------*/
.img_access01 {
	width: calc(750 / var(--break) * 100vw);
}
.logo_access01 {
	width: calc(578 / var(--break) * 100vw);
}
.row_access01 {
    width: 90%;
    max-width: 1170px;
}
.row_access01 > .col_l {
    width: 45%;
}
.row_access02 .col {
	background-color: #f1efe9;
	padding: calc(50 / var(--break) * 100vw) 0 calc(45 / var(--break) * 100vw);
}
.row_access02 .col::before {
	content: "";
    position: absolute;
	background: #ece9e1;
    width: 100%;
    height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	clip-path: polygon(0 0, 100% 58%, 100% 100%, 0% 100%);
	z-index: -1;
}
.row_access02 .icn {
	width: calc(123 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.img_access01 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
	}
	.row_access01 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
	}
	.row_access01 > .col_l {
		width: 100%;
	}
	.map_access {
		background-color: transparent;
	}
	.row_access02 {
		width: 100% !important;
        max-width: calc(646 / var(--break) * 100vw);
        margin-left: auto !important;
        margin-right: auto !important;
	}
}


/* stain
------------------------------------------------------------------*/
#stain01 .hdg3 {
	display: none;
}
.bnr_stain01 {
	width: calc(600 / var(--break) * 100vw);
}
.row_stain01 {
	gap: calc(30 / var(--break) * 100vw) 4%;
	width: 90%;
	max-width: calc(730 / var(--break) * 100vw);
}
.btn_common01.ptn03 a .deco::before {
    right: calc(15 / var(--break) * 100vw);
}
.btn_common01.ptn03 a .deco {
    padding: calc(20 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(18 / var(--break) * 100vw);
}
.row_stain02 .col {
	width: 24%;
}
.row_stain03 {
    gap: calc(30 / var(--break) * 100vw) 1.3%;
    width: 90%;
    max-width: 1110px;
}
.row_stain03 .col {
	width: 32%;
}
.btn_stain01.btn_common01 {
    width: calc(500 / var(--break) * 100vw);
}
.btn_stain01.btn_common01 a .deco {
    padding: calc(28 / var(--break) * 100vw) calc(40 / var(--break) * 100vw) calc(28 / var(--break) * 100vw);
}
.row_stain04 {
	gap: calc(30 / var(--break) * 100vw) 1.3%;
}
.row_stain04 .col {
	width: 32%;
}
.box_flow .col_txt h4 .num {
    background: linear-gradient(0deg, #b5aa80, #7f5f01)!important;
}
.arw_flow:before {
    border-top: calc(16 / var(--break) * 100vw) solid #7f5f01;
}
.box_qa02 .box_q .box,.box_qa03 .box_q .box {
    background: linear-gradient(0deg, #b5aa80, #7f5f01) !important;
}
.box_qa02 .box_q .txt,.box_qa03 .box_q .txt {
    background: url(images/page/ptn_paper02.jpg) repeat center / calc(400 / var(--break) * 100vw) auto;
}
.box_qa02 .box_q .txt .icn:before,.box_qa03 .box_q .txt .icn:before {
    background: #fff;
}
.box_qa02 .box_q .txt .icn:after,.box_qa03 .box_q .txt .icn:after {
    background: #fff;
}

@media(min-width: 767px) {
	.btn_common01.ptn03  a:hover .deco::before {
		right: calc(8 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bnr_stain01 {
		width: 100%;
	}
	.btn_common01.ptn03 a .deco::before {
		right: calc(26 / var(--break) * 100vw);
	}
	.row_stain01,.row_stain03 {
		gap: 0;
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
	}
	.row_stain03 .col .txt {
        line-height: 1.6;
        letter-spacing: 0;
        font-size: 1rem;
    }
	.tbl_stain01 table {
		width: calc(1240 / var(--break) * 100vw);
	}
	.row_stain04 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(30 / var(--break) * 100vw) 0%;
	}
	.row_stain04 .col {
		width: 100%;
	}
	.row_stain04 .col .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.arw_flow:before {
		border-top-width: calc(30 / 750 * 100vw);
	}
	.tbl_stain01 th.t1,
	.tbl_stain01 td.t1 {
		border-left: 1px solid #5e4c39;
	}

	.tbl_stain01 th.t2,
	.tbl_stain01 td.t2 {
		border-left: 1px solid #5e4c39;
	}

	.tbl_stain01 td:not(:first-child) {
		border-left: none;
	}

	.tbl_stain01.tbl_default {
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: auto !important;
		overflow-y: visible !important;
	}

	.tbl_stain01.tbl_default table {
		width: calc(1100 / var(--break) * 100vw) !important;
		min-width: calc(1100 / var(--break) * 100vw) !important;
		max-width: none !important;
		table-layout: fixed !important;
	}

	.tbl_stain01.tbl_default th,
	.tbl_stain01.tbl_default td {
		width: auto !important;
	}

	.tbl_stain01.tbl_default col:nth-child(1) {
		width: 35% !important;
	}

	.tbl_stain01.tbl_default col:nth-child(2) {
		width: 45% !important;
	}

	.tbl_stain01.tbl_default col:nth-child(3) {
		width: 20% !important;
	}

	.tbl_stain01.tbl_default .tbl_caption {
		width: calc(1000 / var(--break) * 100vw) !important;
		min-width: calc(1000 / var(--break) * 100vw) !important;
	}
}

/* wrinkles
------------------------------------------------------------------*/
#wrinkles01 .hdg3 {
	display: none;
}
.box_flow.box_1240px .col_txt p {
    color: #000000;
}
.box_qa02 .box_a .txt {
    color: #000000;
}

@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.tbl_wrinkles01 table {
		width: calc(1240 / var(--break) * 100vw) !important;
		min-width: calc(1240 / var(--break) * 100vw) !important;
		table-layout: fixed !important;
	}

	.tbl_wrinkles01 th.t1 {
		width: 80% !important;
	}

	.tbl_wrinkles01 th.t2,
	.tbl_wrinkles01 td.t2 {
		width: 20% !important;
	}

	.tbl_wrinkles01 .tbl_title,
	.tbl_wrinkles01 .tbl_caption {
		width: calc(1240 / var(--break) * 100vw) !important;
	}
}


/* mole
------------------------------------------------------------------*/
#mole01 .hdg3 {
	display: none;
}
.row_mole01 .col .deco {
	padding: calc(25 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(27 / var(--break) * 100vw) !important;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* pores
------------------------------------------------------------------*/
#pores01 .hdg3 {
	display: none;
}
.bnr_pores01 {
	width: calc(600 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_pores01 {
        gap: 5vw 0%;
	}	
	.row_pores01 .col {
        width: 100%;
    }
	.row_pores01 .col .txt {
        font-size: 1rem;
    }
	.tbl_pores01 table {
		width: calc(1400 / var(--break) * 100vw);
	}
}


/* tattoo
------------------------------------------------------------------*/
#tattoo01 .hdg3 {
	display: none;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* zoskin
------------------------------------------------------------------*/
#zoskin01 .hdg3 {
	display: none;
}
.btn_zoskin01 {
	width: calc(500 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.btn_zoskin01 {
		width: calc(646 / var(--break) * 100vw);
	}
}


/* price
------------------------------------------------------------------*/
.tbl_price01 tr:nth-child(13) .t1 {
	border-right: solid 1px #fff;
}
.tbl_stain01 th,
.tbl_stain01 td {
	border-left: 1px solid #5e4c39 !important;
}

.tbl_stain01 tr > *:last-child {
	border-right: 1px solid #5e4c39 !important;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.tbl_ipl01 {
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: auto !important;
	}

	.tbl_ipl01 table {
		width: calc(1240 / var(--break) * 100vw) !important;
		min-width: calc(1240 / var(--break) * 100vw) !important;
		table-layout: fixed !important;
	}

	.tbl_ipl01 th,
	.tbl_ipl01 td {
		width: auto !important;
	}

	.tbl_ipl01 .t1 {
		width: 50% !important;
	}

	.tbl_ipl01 .t2,
	.tbl_ipl01 .t3 {
		width: 25% !important;
	}
	
}

/* 症例紹介 case
------------------------------------------------------------------*/
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_case01 {
	position: relative;
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01 {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	height: calc(50 / var(--break) * 100vw);
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #7f5f01!important;
	border-top: calc(23 / var(--break) * 100vw) solid transparent;
    border-bottom: calc(23 / var(--break) * 100vw) solid transparent;
	top: calc(55 / var(--break) * 100vw);
}
.slide_case01 .slick-prev:before,.slide_case01 .slick-next:before {
	display: none;
}
.slide_case01 .slick-prev, .slide_case01 .slick-next {
    width: calc(30 / var(--break) * 100vw);
    height: calc(54 / var(--break) * 100vw);
    background: url(images/page/arw_slide.svg)no-repeat center / cover;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: 2.5%;
}
.slide_case01 .slick-next {
    right: 2.5%;
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	margin-top: var(--size30px);
	position: relative !important;
	bottom: auto;
	line-height: 1;
}
.slide_case01 .slick-dots li {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	margin: 0 calc( 8 / var(--break) * 100vw);
}
.slide_case01 .slick-dots li button {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: #5e4c39;
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: #7f5f01;
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
}
.slide_case01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
.tbl_case table{
	border: 1px solid #867869;
}
.tbl_case th{
	background: #867869;
	color: #fff;
}
.tbl_case tr:not(:last-child) th {
	border-bottom-color: #fff;
}
.tbl_case tr td {
	background-color: #fff;
}
.tbl_case tr:not(:last-child) td {
	border-bottom-color: #867869;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_case01 .slick-prev {
		left: calc(30 / var(--break) * 100vw);
	}
	.slide_case01 .slick-next {
		right: calc(30 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.area_case_common01 .ttl {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row_case01 {
		margin-bottom: 7.5vw;
		max-width: calc(646 / var(--break) * 100vw);
		/*opacity: .5;
		transition: .3s;*/
	}
	.row_case01.slick-active {
		opacity: 1;
	}
	.row_case01 .col {
		max-width: calc(480 / var(--break) * 100vw);
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.row_case01 .col:first-child {
		margin-bottom: 12vw;
	}
	.row_case01:after {
		transform: rotate(0deg);
        border-left: calc(30 / var(--break) * 100vw) solid transparent !important;
        border-right: calc(30 / var(--break) * 100vw) solid transparent !important;
        border-top: calc(30 / var(--break) * 100vw) solid #b39b3d !important;
        border-bottom: 0 !important;
		top: calc(0 / var(--break) * 100vw);
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
	}
	.slide_case01 .slick-slide.slick-center {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-slide.slick-active {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(30 / var(--break) * 100vw);
    	height: calc(54 / var(--break) * 100vw);
		bottom: auto;
		top: 69vw;
	}
	.slide_case01 .slick-prev {
		left: 6vw;
	}
	.slide_case01 .slick-next {
		right: 6vw;
	}
	.slide_case01.slick-dotted.slick-slider {
		margin-bottom: 15vw;
	}
	.slide_case01 .slick-dots li {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
		margin: 0 calc( 14 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.tbl_case tr th {
			border-bottom: 1px solid #fff;
	}
	.slide_case01 .row_case01::after {
		transform: rotate(0deg);
		border-left: calc(30 / var(--break) * 100vw) solid transparent !important;
		border-right: calc(30 / var(--break) * 100vw) solid transparent !important;
		border-top: calc(30 / var(--break) * 100vw) solid #b39b3d !important;
		border-bottom: 0 !important;
	}
	.slide_case01 .tbl_case {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.tbl_case tbody td:not(:first-child) {
        border-left: none;
    }
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 {
	border: solid 1px #403826;
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #fff;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_invisalign {
	width: 90%;
	max-width: 1000px;
	border: solid 1px #403826;
}
.box_invisalign .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y, .box_invisalign .ps__thumb-y {
	background: #b5aa80 !important;
	right: 0px !important;
	width: 4px !important;
}
.risk .ps--active-x > .ps__rail-x,
.risk .ps--active-y > .ps__rail-y, .box_invisalign .ps--active-x > .ps__rail-x,
.box_invisalign .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, .box_invisalign .ps .ps__rail-x.ps--clicking, .box_invisalign .ps .ps__rail-x:focus, .box_invisalign .ps .ps__rail-x:hover, .box_invisalign .ps .ps__rail-y.ps--clicking, .box_invisalign .ps .ps__rail-y:focus, .box_invisalign .ps .ps__rail-y:hoverr {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 751px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.box_risk01 .box {
		padding-right: 4vw;
		max-height: calc(420 / var(--break) * 100vw);
	}
	.box_risk01 .ttl, .box_invisalign .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_risk01 .txt {
		letter-spacing: 0;
	}
	.sp.risk .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .sp.risk .ps-container > .ps-scrollbar-y-rail, .box_invisalign .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .box_invisalign .ps-container > .ps-scrollbar-y-rail {
		right: 0!important;
		width: 2px!important;
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: #b5aa80;
}
.tbl_guideline01 th {
	background: #b5aa80;
	color: #fff;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: #b5aa80;
}
.tbl_form01 th {
	color: #333333;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #0f0692;
}
.btn_submit input {
	border: none;
	background: #5e4c39;
}
.tbl_form01 td {
    color: #000;
}
.tbl_guideline01 tbody td:not(:first-child) {
	border-left: none;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01 tr th {
			border-bottom: 1px solid #000;
	}
}

/* お問い合わせ contact
------------------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }
@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: #5e4c39;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
	font-family: "shippori-mincho", serif;
    font-weight: 400;
    font-style: normal;
}
#sidebar caption {
	margin-bottom: calc(5 / var(--break) * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / var(--break) * 100vw);
}
#wp-calendar thead th {
	background: #b5aa80;
	border: 1px solid #fff;
	border-right-color: #fff;
	font-size: .8125rem;
	font-weight: normal;
	color: #fff;
}
#wp-calendar tbody td {
	border: 1px solid #b5aa80;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #b5aa80;
	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 / var(--break) * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / var(--break) * 100vw);
	border-bottom: 1px solid #5e4c39;
	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,#sidebar_news li a {
	border-bottom: 1px solid #333;
	padding-bottom: calc(4 / var(--break) * 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 / var(--break) * 100vw);
}
.navigation li {
	width: calc(170 / var(--break) * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
}
.post_content img {
	max-width: 100%;
	height: auto;
	display: block;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / var(--break) * 100vw);
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / var(--break) * 100vw);
}
.thmb img {
	height: calc(120 / var(--break) * 100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / var(--break) * 100vw);
	border-bottom: 1px solid #b5aa80;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-size: 1.25rem;
	letter-spacing: .1em;
	font-family: "shippori-mincho", serif;
	font-weight: 400;
	font-style: normal;
}
.blog_archive .txt_post .date {
	color: #5e4c39;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #b5aa80;
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: calc(60 / var(--break) * 100vw);
	text-align: center;
	font-size: .875rem;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #b5aa80;
	color: #959595;
	padding: 0 calc(10 / var(--break) * 100vw);
	margin: calc(2 / var(--break) * 100vw);
	display: inline-block;
}
.page_main .wp-pagenavi span.pages {
	padding: 0 calc(11 / var(--break) * 100vw);
}
.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	border-color: #b5aa80;
	background: #b5aa80;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.post_content > h4,.post_content > h5{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
}
#sidebar .category h4{
	margin-bottom: calc(20 / var(--break) * 100vw );
}
#sidebar .category ul{
	gap:calc(10 / var(--break) * 100vw ) 3%;
}
#sidebar .category ul li{
	font-size: 1rem;
	width: auto;
	overflow: visible;
	white-space:normal;
}
#sidebar .category ul li a,#sidebar_news .category ul li a{
	border: 1px solid #b5aa80;
	background: #b5aa80;
	color: #fff;
	padding: calc(4 / var(--break) * 100vw ) calc(8 / var(--break) * 100vw );
	line-height: 1.6;
}
#sidebar .category ul li a.is-active,#sidebar_news .category ul li a.is-active{
	background: #fff;
	color: #b5aa80;
}
.single_post > h3 {
	letter-spacing: .1em;
    font-size: calc(26 / var(--break) * 100vw);
    padding: calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
    position: relative;
    line-height: 1.6;
    z-index: 0;
    font-family: "shippori-mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    background: linear-gradient(0deg, #5e4c39, #44382c);
}
.single_post > h3::before,.single_post > h3::after {
	content: "";
    position: absolute;
	background: #b5aa8033;
    width: calc(132 / var(--break) * 100vw);
    height: calc(80 / var(--break) * 100vw);
}
.single_post > h3::before {
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
.single_post > h3::after {
	bottom: 0;
	right: 0;
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
.post_content > h4,.post_content > h5 {
	font-size: calc(20 / var(--break) * 100vw);
	font-family: "shippori-mincho", serif;
    font-weight: 400;
    font-style: normal;
}
.post_content > h4 {
	background: url(images/page/ptn_paper01.jpg) repeat center / calc(400 / var(--break) * 100vw) auto;
	padding: calc(14 / var(--break) * 100vw) calc(33 / var(--break) * 100vw) calc(14 / var(--break) * 100vw);
	position: relative;
}
.post_content > h4::before {
	content: "";
    position: absolute;
	background: #7f5f01;
    width: calc(2 / var(--break) * 100vw);
    height: 66%;
	top: 0;
	bottom: 0;
	left: calc(10 / var(--break) * 100vw);
	margin: auto;
}
.post_content > h5 {
	padding: 0 0 calc(15 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
	position: relative;
	border-bottom: solid 1px #000000;
}
.post_content > h5::before {
	content: "";
    position: absolute;
    top: calc(9 / var(--break) * 100vw);
    left: calc(3 / var(--break) * 100vw);
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
    background: #7f5f01;
    border-radius: 100%;
}

@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.page_main {
		display: block!important;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar h4 {
		line-height: calc(80 / var(--break) * 100vw);
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.thmb {
		width: calc(210 / var(--break) * 100vw);
	}
	.thmb img {
		height: calc(210 / var(--break) * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(240 / var(--break) * 100vw));
	}
	.txt_post h4 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.navigation li {
		width: calc(200 / 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;
	}
	.post_content > h4,.post_content > h5{
		letter-spacing: 0;
		font-size: 1.125rem;
	}
	#sidebar .category ul li a{
		border-radius: calc(8 / var(--break)* 100vw);
		padding: calc(4 / var(--break)* 100vw) calc(14 / var(--break)* 100vw);
	}
	.post_content > h5 {
		padding: 0 0 calc(15 / var(--break) * 100vw) calc(38 / var(--break) * 100vw);
	}
	.post_content > h5::before {
		top: calc(17 / var(--break) * 100vw);
	}
}



/* フォーマット format
------------------------------------------------------------------*/
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.img_format01 {
	max-width: 1000px;
}
.row_format01 .col_img {
	width: 47%;
    max-width: 700px;
}
.row_format01 .col_txt {
	width: 50%;
}
.list_format01 li {
	max-width: 425px;
}
.row_format03 .col_img {
	width: 24%;
	max-width: 350px;
}
.row_format03 .col_txt {
	width: 73%;
}
.row_format03 .copy {
	border-bottom: 1px solid #333;
}
.row_format03 .copy:before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	left: 0;
	top: .4em;
	background: #333;
}
.tbl_fee {
	max-width: 1000px;
}
.tbl_fee table {
	border-color: #;
}
.tbl_fee th {
	background: #;
}
.tbl_fee thead th {
	background: #;
	text-align: center;
}
.tbl_fee thead tr th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_fee tr:not(:last-child) td {
	border-bottom-color: #;
}
.tbl_fee tbody tr td:not(:last-of-type) {
	border-right: 1px solid #;
}
.tbl_fee01 tbody th {
	text-align: center;
}
.wrap_format01 .box_flow:last-of-type:before {
	display: none;
}
.box_format03 .col_img {
	width: 31%;
	max-width: 345px;
}
.box_format03 .col_txt {
	width: 65%;
}
.row_format04 {
	gap: calc(30 / var(--break) * 100vw) 1.3%;
}
.row_format04 .col {
	width: 32%;
    max-width: 475px;
}
.row_format04 .col .txt {
    padding: calc(15 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 {
	border: none;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 .box_a .box {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	left: 0;
	top: 0;
}
.box_format04 .ttl {
	font-weight: 300;
	height: calc(50 / var(--break) * 100vw);
}
.list_format02 li:not(:first-child) {
	margin-top: calc(14 / var(--break) * 100vw);
}
.list_format02 .year {
	width: calc(140 / var(--break) * 100vw);
}
.list_format02 .txt {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.risk_format {
	border: 1px solid #000000;
}
.risk_format .box{
	overflow-y: scroll;
	max-height: 280px;
	scrollbar-color: #7f5f01 #fff;
    scrollbar-width: thin;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.format {
		padding-bottom: 17vw;
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: 20vw;
	}
	.img_format01 {
		max-width: 100%;
	}
	.box_format01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_format01 li {
		max-width: 100%;
	}
	.row_format03 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_format03 .copy:before {
		top: .55em;
	}
	.txt_format01 {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.tbl_fee {
		max-width: 100%;
	}
	.tbl_fee01 tbody th {
		text-align: left;
	}
	.box_format03 {
		display: block;
	}
	.box_format03 .copy {
		font-size: 1.125rem;
	}
	.row_format04 {
		gap: calc(30 / var(--break) * 100vw) 0%;
	}
	.row_format04 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto!important;
	}
	.row_format04 .col:not(:first-child) {
		margin-top: calc(60 / var(--break) * 100vw);!important;
	}
	.row_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		font-size: 1.5625rem;
	}
	.tbl_format01.js-scrollable table {
		width: calc(1200 / var(--break) * 100vw);
		font-size: .875rem;
	}
	.img_format02 {
		max-width: calc(500 / var(--break) * 100vw);
	}
	.name_format .job {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.name_format .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
	.list_format02 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_format02 .year {
		width: calc(200 / var(--break) * 100vw);
	}
	.list_format02 .txt {
		width: calc(100% - calc(200 / var(--break) * 100vw));
	}
	.ttl_foot02.ptn02 {
        max-width: calc(646 / var(--break) * 100vw);
        margin-left: auto;
        margin-right: auto;
    }
	.wrap_format01 .box_flow:last-child {
		margin-bottom: 0;
	}
}

/* ブログ blog
------------------------------------------------------------------*/
#sidebar_news {
	width: 24%;
}
#sidebar_news h4 {
	background: #5e4c39;
    color: #fff;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: calc(40 / var(--break) * 100vw);
    margin-bottom: calc(4 / var(--break) * 100vw);
    text-align: center;
    font-family: "shippori-mincho", serif;
    font-weight: 400;
    font-style: normal;
}
#sidebar_news caption {
	margin-bottom: calc(5 / var(--break) * 100vw);
}
#sidebar_news ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar_news .category h4{
	margin-bottom: calc(20 / var(--break) * 100vw );
}
#sidebar_news .category ul{
	gap:calc(10 / var(--break) * 100vw ) 3%;
}
#sidebar_news .category ul li{
	font-size: 1rem;
	width: auto;
	overflow: visible;
	white-space:normal;
}
#wp-calendar tfoot a {
    padding-bottom: calc(5 / var(--break) * 100vw);
    border-bottom: 1px solid #333;
}
#wp-calendar tfoot #next {
    text-align: end;
}
@media(max-width: 767px) {
	#sidebar_news {
		width: 100%;
	}
	#sidebar_news h4 {
		line-height: calc(80 / var(--break) * 100vw);
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	#sidebar_news .category ul li a {
		border-radius: calc(8 / var(--break)* 100vw);
		padding: calc(4 / var(--break)* 100vw) calc(14 / var(--break)* 100vw);
	}
}


/* テーブル
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.tbl_yag01 table {
		width: calc(1000 / var(--break) * 100vw)!important;
	}
	.tbl_yag01 .tbl_title {
		width: calc(1000 / var(--break) * 100vw)!important;
	}
	.tbl_yag01 .tbl_caption {
		width: calc(1000 / var(--break) * 100vw)!important;
	}
	
	.tbl_co201 table {
		width: calc(1000 / var(--break) * 100vw)!important;
	}
	.tbl_co201 .tbl_title {
		width: calc(1000 / var(--break) * 100vw)!important;
	}
	.tbl_co201 .tbl_caption {
		width: calc(1000 / var(--break) * 100vw)!important;
	}
	
	.tbl_inner01 table{
		table-layout: fixed !important;
	}
	.tbl_inner01.js-scrollable table {
		width: calc(1000 / var(--break) * 100vw);
	}
	.tbl_inner01.js-scrollable .tbl_title {
		width: calc(1000 / var(--break) * 100vw);
	}
	.tbl_inner01.js-scrollable .tbl_caption {
		width: calc(1000 / var(--break) * 100vw);
	}
	.tbl_inner01 th.t1,
	.tbl_inner01 td.t1{
		width: 40% !important;
	}

	.tbl_inner01 th.t2,
	.tbl_inner01 td.t2{
		width: 30% !important;
	}

	.tbl_inner01 th.t3,
	.tbl_inner01 td.t3{
		width: 30% !important;
	}

	.tbl_gaiyo01 {
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: auto !important;
	}

	/* ボトックス */
	.tbl_botox01 table{
		table-layout: fixed !important;
	}
	.tbl_botox01.js-scrollable table {
		width: calc(1000 / var(--break) * 100vw);
	}
	.tbl_botox01.js-scrollable .tbl_title {
		width: calc(1000 / var(--break) * 100vw);
	}
	.tbl_botox01.js-scrollable .tbl_caption {
		width: calc(1000 / var(--break) * 100vw);
	}
	.tbl_botox01 th.t1,
	.tbl_botox01 td.t1{
		width: 40% !important;
	}
	.tbl_botox01 th.t2,
	.tbl_botox01 td.t2{
		width: 30% !important;
	}
	.tbl_botox01 th.t3,
	.tbl_botox01 td.t3{
		width: 30% !important;
	}

	/* 外用 */
	.tbl_gaiyo01 table{
		table-layout: fixed !important;
	}
	.tbl_gaiyo01.js-scrollable table {
		width: calc(1000 / var(--break) * 100vw);
	}
	.tbl_gaiyo01.js-scrollable .tbl_title {
		width: calc(1000 / var(--break) * 100vw);
	}
	.tbl_gaiyo01.js-scrollable .tbl_caption {
		width: calc(1000 / var(--break) * 100vw);
	}
	.tbl_gaiyo01 th.t1,
	.tbl_gaiyo01 td.t1{
		width: 30% !important;
	}
	.tbl_gaiyo01 th.t2,
	.tbl_gaiyo01 td.t2{
		width: 35% !important;
	}
	.tbl_gaiyo01 th.t3,
	.tbl_gaiyo01 td.t3{
		width: 35% !important;
	}
	.tbl_face01 table{
		table-layout: fixed !important;
	}

	.tbl_face01 th.t1,
	.tbl_face01 td.t1{
		width: 15% !important;
	}

	.tbl_face01 th.t2,
	.tbl_face01 td.t2{
		width: 15% !important;
	}

	.tbl_face01 th.t3,
	.tbl_face01 td.t3{
		width: 30% !important;
	}

	.tbl_face01 th.t4,
	.tbl_face01 td.t4{
		width: 40% !important;
	}
	
	.tbl_bihaku01 table{
		table-layout: fixed !important;
	}

	.tbl_bihaku01.js-scrollable table {
		width: calc(1000 / var(--break) * 100vw);
	}

	.tbl_bihaku01.js-scrollable .tbl_title {
		width: calc(1000 / var(--break) * 100vw);
	}

	.tbl_bihaku01.js-scrollable .tbl_caption {
		width: calc(1000 / var(--break) * 100vw);
	}

	.tbl_bihaku01 th.t1,
	.tbl_bihaku01 td.t1{
		width: 60% !important;
	}

	.tbl_bihaku01 th.t2,
	.tbl_bihaku01 td.t2{
		width: 20% !important;
	}

	.tbl_bihaku01 th.t3,
	.tbl_bihaku01 td.t3{
		width: 20% !important;
	}
	
	.tbl_supplement01 table{
		table-layout: fixed !important;
	}

	.tbl_supplement01 th.t1,
	.tbl_supplement01 td.t1{
		width: 70% !important;
	}

	.tbl_supplement01 th.t2,
	.tbl_supplement01 td.t2{
		width: 30% !important;
	}
	.tbl_earrings01 th.t1,
	.tbl_earrings01 td.t1{
		width: 70% !important;
	}

	.tbl_earrings01 th.t2,
	.tbl_earrings01 td.t2{
		width: 30% !important;
	}
	
	.tbl_others01 th.t2,
	.tbl_others01 td.t2{
		width: 30% !important;
	}
	
	.tbl_others01 th.t1,
	.tbl_others01 td.t1{
		width: 70% !important;
	}

	.tbl_others01 th.t2,
	.tbl_others01 td.t2{
		width: 30% !important;
	}
	
	.tbl_others01 th.t2,
	.tbl_others01 td.t2{
		width: 30% !important;
	}
	
	.tbl_mens_hair01 table{
		table-layout: fixed !important;
	}

	.tbl_mens_hair01.js-scrollable table {
		width: calc(1240 / var(--break) * 100vw);
	}

	.tbl_mens_hair01.js-scrollable .tbl_title {
		width: calc(1240 / var(--break) * 100vw);
	}

	.tbl_mens_hair01.js-scrollable .tbl_caption {
		width: calc(1240 / var(--break) * 100vw);
	}

	.tbl_mens_hair01 th.t1,
	.tbl_mens_hair01 td.t1{
		width: 35% !important;
	}

	.tbl_mens_hair01 th.t2,
	.tbl_mens_hair01 td.t2,
	.tbl_mens_hair01 th.t3,
	.tbl_mens_hair01 td.t3,
	.tbl_mens_hair01 th.t4,
	.tbl_mens_hair01 td.t4{
		width: 21.66% !important;
	}
	.tbl_nose01 table{
		table-layout: fixed !important;
	}

	.tbl_nose01.js-scrollable table {
		width: calc(800 / var(--break) * 100vw);
	}

	.tbl_nose01.js-scrollable .tbl_title {
		width: calc(800 / var(--break) * 100vw);
	}

	.tbl_nose01.js-scrollable .tbl_caption {
		width: calc(800 / var(--break) * 100vw);
	}

	.tbl_nose01 th.t1,
	.tbl_nose01 td.t1{
		width: 40% !important;
	}

	.tbl_nose01 th.t2,
	.tbl_nose01 td.t2,
	.tbl_nose01 th.t3,
	.tbl_nose01 td.t3{
		width: 30% !important;
	}
	
	.tbl_clip01 table{
		table-layout: fixed !important;
	}

	

	.tbl_clip01 th.t1,
	.tbl_clip01 td.t1{
		width: 70% !important;
	}

	.tbl_clip01 th.t2,
	.tbl_clip01 td.t2{
		width: 30% !important;
	}

	.tbl_peeling01 th.t1,
	.tbl_peeling01 td.t1{
		width: 40% !important;
	}

	.tbl_peeling01 th.t2,
	.tbl_peeling01 td.t2,
	.tbl_peeling01 th.t3,
	.tbl_peeling01 td.t3{
		width: 30% !important;
	}
	
	.tbl_keloid01.js-scrollable table {
		width: calc(1240 / var(--break) * 100vw);
		min-width: calc(1240 / var(--break) * 100vw);
	}

	.tbl_keloid01.js-scrollable .tbl_title,
	.tbl_keloid01.js-scrollable .tbl_caption {
		width: calc(1240 / var(--break) * 100vw);
	}
}
