@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
/* CSS Document */
html{
}
body{
	font-family:  "Zen Kaku Gothic New", "Outfit", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #fff;
	color: #0E0E0F;
}


/* ---------- common ---------- */
.pagelinks_d {
	width: 100%;
}
.span-outfit span{
	font-family: "Outfit",  sans-serif;
}
.dot-1{
	position: relative;
    display: inline-block;
    padding-left: 18px;
}
.dot-1::before{
	content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #F39533;
    border-radius: 50%;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
}
.title-style1{
    position: relative;
    display: inline-block;
    padding-left: 12px; 
}
.title-style1::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #F39533;
    border-radius: 50%;
    left: 0;
    top: 0;
}
.title-style2{
    position: relative;
    padding-left: 12px; 
}
.title-style2::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #F39533;
    border-radius: 50%;
    left: 50%;
	transform: translateX(-50%);
    top: 0;
}
.br-8{
	border-radius: 8px;
}
.pagelinks_d {
	border-bottom: #143F914D 1px solid;
	padding-bottom: 30px;
	justify-content: flex-start;
	gap: 30px;
}
.pagelinks_d a {
    border-bottom: none;
}
.pagelinks_d a > .flex .more-icon {
    border: 2px solid #143F91;
    background-color: #143F91;
}
.pagelinks_d a > .flex {
    gap: 10px;
}
.worries_a .grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(12px, 2.2vw, 20px) clamp(16px, 3vw, 30px);
}
.worries_a .item{
    border-radius:8px;
    box-shadow: none;
	border: #E6E6E6 2px solid;
}
.worries_a .icon{
    width:40px; 
	height:40px;
    background:none; 
}
.worries_a .icon img{
    width:100%; 
	height:100%;
    object-fit:contain;
    display:block;
}
.schedule_wrap{
	max-width: 550px;
	background-color: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	padding: 30px 40px;
}
.schedule_wrap .grid{
	border-bottom: #D5D5D5 solid 1px;
	padding-bottom: 12px;
}
.schedule_wrap .grid .timebox{
	width: 130px;
}
.schedule_wrap .grid .right-item{
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 10px;
	flex: 1;
}
.schedule_wrap .grid .sut{
	color: #2B78F2;
}
.schedule_wrap .grid .sun{
	color: #EB2727;
}
.schedule_wrap .grid2{
	padding-top: 12px;
}
.schedule_wrap .grid2 img{
	width: 12px;
}
.treatment_wrap .treatment-box .box_wrap{
	gap: 60px;
	align-items: flex-start;
}
.treatment_wrap .treatment-box .box_wrap .box-item{
	width: calc(50% - 30px);
}
.price_wrap .price-box .box_wrap{
	gap: 30px;
	width: 100%;
	align-items: flex-start;
}
.price_wrap .price-box .box_wrap .box-item{
	gap: 40px;
	width: 100%;
	border: #E6E6E6 2px solid;
	border-radius: 8px;
	padding: 50px;
}
.price_wrap .price-box .box_wrap .box-item .imgbox{
	width: calc(40% - 20px);
}
.price_wrap .price-box .box_wrap .box-item .txtbox{
	width: calc(60% - 20px);
	
}
.price_wrap .price-box .box_wrap .box-item .txtbox .topbox{
	border-bottom: #E6E6E6 1px solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.price_wrap .price-box .box_wrap .box-item .txtbox .topbox .span-outfit span{
	font-weight: 500;
	font-size: 23px;
}
.price_wrap .price-box .box_wrap .box-item .txtbox > .span-outfit span{
	font-weight: 500;
	font-size: 26px;
	margin-right: 5px;
}
.price_wrap .price-box .box_wrap .box-item .txtbox .more {
	margin-top: 30px;
	justify-content: flex-start;
}
/* ---------- more ---------- */

.more a{
	position: relative; 
	border-radius: 200px;
	background-color: #F39533;
	overflow: hidden;
	box-sizing: border-box;
	transition: ease 1.0s;
}
.more a:hover::after{
	transform: translateX(0);
}
.more a > .flex{
	position: relative;
	z-index: 2;
	min-width: 200px;
	height: 60px;
	padding: 0px 20px;
	align-items: center;
	justify-content: space-between;
}
.more a > .flex p{
	font-weight: 700;
	color: #fff;
	line-height: 1;
  /*
	transform: translateY(2px);
  */
	transition: ease 0.3s;
}
.more .fa-solid {
    width: 22px;
    height: 22px;
    background-color: #fff;
    color: #143F91;
    border-radius: 50%;
    font-size: 12px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
    transition: transform 0.3s ease;
	margin-left: 10px;
}
.more a:hover .fa-solid {
 	transform: translateX(5px);
}
.more2 a{
	background-color: #143F91;
}
.moreline a{
	background-color: #0F7E17;
}
.more3 a{
	background-color: #FFF;
}
.more3 .fa-solid {
    background-color: #143F91;
    color: #fff;
}
.more3 a > .flex p{
	color: #333939;
}
/* ---------- header ---------- */
.header_i .leftbox {
    top: 15px;
}
.header_i .rightbox .ul .li a p.jp {
    font-weight: 700;
}
.header_i .telbox a .icon{
	background-color: #143F91;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-right: 8px;
}
.header_i .telbox a .icon img{
	width: 15px;
}
.header_i .contactbox{
	height: 100%;
}
.header_i .contactbox .line{
	padding: 18px;
	background-color: #0F7E18;
	height: 100%;
}
.header_i .contactbox .reserve{
	padding: 18px;
	background-color: #F39533;
	height: 100%;
}
.menu-wrap.burgermenu_e .mene_box .nav_box{
	background-color: #143F91;
}
/* ---------- pagetitle ---------- */
.pagetitle_h{
	padding-top: 90px;
}
body.on .pagetitle_h .bg_img_wrap2::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(20, 63, 145, 0.32) 0%,
        rgba(20, 63, 145, 0.22) 28%,
        rgba(20, 63, 145, 0.18) 70%,
        rgba(20, 63, 145, 0.00) 100%
    ) !important;
    z-index: 1;
}
.pagetitle_h .bg_img_wrap2{
	height: 480px;  
}
.pagetitle_h2 .bg_img_wrap2{
	height: 350px;  
}
.pagetitle_h .bg_img_wrap2 .txtbox{
	padding: 0 20px;
}
/* ---------- footer ---------- */
.footer-access .topbox{
	gap: 60px;
}
.footer-access .leftbox{
	gap: 30px;
	width: calc(50% - 30px);
	align-items: flex-start;
}
.footer-access .rightbox{
	width: calc(50% - 30px);
}
.footer-access .logo{
	width: 180px;
}
.footer-access .topbox .leftbox .contactbox{
	gap: 20px;
}
.footer-access .topbox .leftbox .contactbox .telbox a .icon{
	background-color: #143F91;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-right: 8px;
}
.footer-access .topbox .leftbox .contactbox .telbox a .icon img{
	width: 15px;
}
.footer-access .bottombox .titlebox{
	width: 100%; 
	gap: 10px;
	flex-wrap: nowrap;
}
.footer-access .bottombox .titlebox .line{
    flex: 1; 
    height: 1px;
    background: #AFAFAF; 
    border: 0;
}
.footer-access .bottombox .mapbox{
    width: 100%;
	margin-top: 20px;
}
.footer-access .bottombox .mapbox iframe{
	width: 100%;
	height: 450px;
	display: block;
}
.footer-access .bottombox .txtbox{
	width: 100%;
	justify-content: space-between;
	gap: 30px;
}
.footer-access .btn-wrap{
	gap: 40px;
	align-items: stretch;
	overflow: hidden;
}
.footer-access .btn-wrap .btn-box{
	width: calc(50% - 20px);
	align-items: stretch;
	overflow: hidden;
    position: relative;
	border-radius: 8px;
}
.footer-access .btn-wrap .btn-box .imgbox,
.footer-access .btn-wrap .btn-box .txtbox{
    width: 50%;
}
.footer-access .btn-wrap .btn-box .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.footer-access .btn-wrap .btn-box .txtbox{
    position: relative;
    padding: 36px;
}
.footer-access .btn-wrap .btn-box__icon{
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 28px;
    height: 28px;
    background-color: #fff;
    color: #143F91;       
    border-radius: 50%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
    font-size: 14px;
    transition: transform 0.3s ease;
}
.footer-access .btn-wrap .btn-box:hover .btn-box__icon{
    transform: translateX(4px);
}

.contact_h .topbox .rightbox {
    border-radius: 8px;
}
.contact_h .topbox {
    border-bottom: #FFFFFF1A solid 1px;
}

.footer_f {
    background-color: #143F91;
}
.footer_f .topbox .title {
    border-bottom: #FFFFFF1A solid 1px;
}
.footer_f p, .footer_f i {
    color: #FFF;
}
.contact_h .topbox .rightbox .contact-box .txtbox::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 8px;
    height: 70%;
    background-image: radial-gradient(#ccc 20%, transparent 21%);
    background-size: 10px 6px;
    background-repeat: repeat-y;
}
/* ---------- font ---------- */
.en_title{
	font-family: "Outfit",  sans-serif;
	font-size: 38px;
	letter-spacing: 0.12em;
    font-weight: 500;
}
.en_title2{
	font-family: "Outfit",  sans-serif;
	font-size: 18px;
	letter-spacing: 0.1em;
}
.default_title{ 
	font-size: 34px;
	letter-spacing: 0.05em;
}
.default_title2{
	font-size: 30px;
	letter-spacing: 0.05em;
}
.default_title3{
	font-size: 24px;
	letter-spacing: 0.05em;
}
.default_txt{
	font-size: 20px;
	letter-spacing: 0.05em;
}
.default_txt2{
	font-size: 18px;
	letter-spacing: 0.05em;
}
.default_txt3{
	font-size: 16px;
	letter-spacing: 0.05em;
}



.font-outfit{
	font-family: "Outfit",  sans-serif;
}


/* ---------- default ---------- */
body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i{
	color: #000000;
}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}

.cate_wrap > .cate{
	padding-top: 150px;
}


/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
/* color */
.txt-color-normal{color: #000000;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #143F91}
.txt-color2{color: #939393}
.txt-color3{color: #F39533}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #143F91}
.bg-color2{background-color: #F4F5FD}
.bg-color3{background-color: #F7F7F7}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #FFE93C}
.border-color2{border-color: #F1F1E9}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #FFE93C}
.hvr-txt-color2:hover{color: #F1F1E9}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #FFE93C}
.hvr-bg-color2:hover{background-color: #F1F1E9}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #FFE93C}
.hvr-border-color2:hover{border-color: #F1F1E9}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
/* ---------- common ---------- */
	.worries_a .grid{
		grid-template-columns: repeat(2, 1fr);
	}
/* ---------- header ---------- */
    .header_i .menu-bt {
        background-color: #143F91;
    }
    .header_i .menu-bt {
        top: 15px;
        width: 60px;
    }
/* ---------- footer ---------- */
	.footer-access .topbox {
		gap: 40px;
	}
	.footer-access .leftbox{
		width: calc(60% - 20px);
	}
	.footer-access .rightbox{
		width: calc(40% - 20px);
		margin-top: auto;
	}

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
	.worries_a .grid{
		grid-template-columns: repeat(1, 1fr);
	}
	.treatment_wrap .treatment-box .box_wrap {
		gap: 40px;
	}
	.treatment_wrap .treatment-box .box_wrap .box-item {
		width: calc(50% - 20px);
	}
	.price_wrap .price-box .box_wrap .box-item {
		gap: 30px;
		padding: 30px;
		flex-direction: column;
		width: 80%;
		margin: 0 auto;
	}
	.price_wrap .price-box .box_wrap .box-item .imgbox {
		width: 60%;
	}
	.price_wrap .price-box .box_wrap .box-item .txtbox {
		width: 100%;
	}
	.price_wrap .price-box .box_wrap .box-item .txtbox .more {
		justify-content: center;
	}
/* ---------- pagetitle ---------- */
	.pagetitle_h .bg_img_wrap2{
		height: 350px;  
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
	.footer-access .topbox .leftbox .contactbox {
		flex-direction: column;
		align-items: flex-start;
	}
	.schedule_wrap .grid .timebox {
		width: 100px;
	}
	.footer-access .btn-wrap .btn-box{
        width: 100%;
        height: auto;           
        flex-direction: column;  
    }

    .footer-access .btn-wrap .btn-box .imgbox,
    .footer-access .btn-wrap .btn-box .txtbox{
        width: 100%;
    }

    .footer-access .btn-wrap .btn-box .imgbox img{
        height: 220px;  
    }
/* ---------- font ---------- */
	.en_title{
		font-size: 34px;
	}
	.en_title2{
		font-size: 18px;
	}
	.default_title{ 
		font-size: 30px;
	}
	.default_title2{
		font-size: 24px;
	}
	.default_title3{
		font-size: 22px;
	}
	.default_txt{
		font-size: 20px;
	}
	.default_txt2{
		font-size: 18px;
	}
	.default_txt3{
		font-size: 16px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- common ---------- */
    .treatment_wrap .treatment-box .box_wrap {
        flex-direction: column;
		align-items: center;
    }
	.treatment_wrap .treatment-box .box_wrap .box-item {
		width: 100%;
	}
	.treatment_wrap .treatment-box .box_wrap .box-item .imgbox{
		width: 80%;
		margin: 0 auto;
	}
	.price_wrap .price-box .box_wrap .box-item {
		gap:20px;
		width: 100%;
	}
/* ---------- header ---------- */
	.menu-wrap.burgermenu_e .cta-row {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}
	.menu-wrap.burgermenu_e .cta-btn {
		width: 250px;
	}
/* ---------- pagetitle ---------- */
	.pagetitle_h{
		padding-top: 70px;
	}

	.header_i .leftbox .logo img {
		width: clamp(100px, 20vw, 200px);
	}
	.header_i .menu-bt {
        top: 10px;
        width: 50px;
    }
/* ---------- footer ---------- */
 	.footer-access .topbox{
        flex-direction: column-reverse;
    }
    .footer-access .leftbox {
        width: 100%;
    }
    .footer-access .rightbox {
        width: 60%;
    }
	.footer-access .leftbox .schedule_wrap{
		margin: 0 auto;
	}
	.footer-access .leftbox .contactbox{
		margin: 0 auto;
	}
    .footer-access .topbox .leftbox .contactbox {
        flex-direction: row;
		align-items: center;
    }
    .footer-access .topbox {
        gap: 20px;
    }
    .footer-access .leftbox .logo{
        margin: 0 auto;
    }
    .footer-access .leftbox h2{
        margin: 0 auto;
    }
	.footer-access .bottombox .txtbox {
		flex-direction: column;
	}
    .footer-access .btn-wrap .btn-box .imgbox img{
        height: 200px;  
    }
/* ---------- font ---------- */
	.en_title{
		font-size: 32px;
	}
	.en_title2{
		font-size: 17px;
	}
	.default_title{ 
		font-size: 28px;
	}
	.default_title2{
		font-size: 22px;
	}
	.default_title3{
		font-size: 20px;
	}
	.default_txt{
		font-size: 20px;
	}
	.default_txt2{
		font-size: 18px;
	}
	.default_txt3{
		font-size: 16px;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
/* ---------- common ---------- */
	.schedule_wrap {
		padding: 20px 10px;
	}
	.pagelinks_d .en_title2{
		width: 100%;
	}
	.pagelinks_d {
		gap: 20px;
	}
    .pagelinks_d a p {
        font-size: 14px;
    }
	.treatment_wrap .treatment-box .box_wrap {
        gap: 30px;
    }
	.price_wrap .price-box .box_wrap .box-item .txtbox > .span-outfit span {
		font-size: 20px;
	}
	.price_wrap .price-box .box_wrap .box-item {
        padding: 20px 10px;
    }
    .price_wrap .price-box .box_wrap .box-item .imgbox {
        width: 80%;
	}
	.price_wrap .price-box .box_wrap .box-item .txtbox .topbox .span-outfit span {
		font-size: 18px;
	}
	.price_wrap .price-box .box_wrap .box-item .txtbox .topbox {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.price_wrap .price-box .box_wrap .box-item .txtbox .more {
		margin-top: 20px;
	}
	.more a > .flex{
		height: 55px;
	}

/* ---------- pagetitle ---------- */
	.pagetitle_h2 .bg_img_wrap2{
		height: 250px;  
	}
	.pagetitle_h .bg_img_wrap2{
		height: 300px;  
	}
	.pagetitle_h .default_txt2{
		font-size: 14px;
	}
/* ---------- header ---------- */
    .header_i .menu-bt {
        width: 45px;
        border: 0px solid #000;
    }
	.header_i .leftbox .logo img {
		width: 140px;
	}
	.header_i .menu-bt {
        right: 10px;
    }
/* ---------- footer ---------- */
    .footer-access .rightbox {
        width: 80%;
    }
	.footer-access .leftbox {
		gap: 15px;
	}
    .footer-access .btn-wrap .btn-box .imgbox img{
        height: 160px;  
    }
	.footer-access .btn-wrap .btn-box .txtbox {
		position: relative;
		padding: 20px;
	}
/* ---------- font ---------- */
	.en_title{
		font-size: 26px;
	}
	.en_title2{
		font-size: 16px;
	}
	.default_title{ 
		font-size: 24px;
	}
	.default_title2{
		font-size: 20px;
	}
	.default_title3{
		font-size: 18px;
	}
	.default_txt{
		font-size: 18px;
	}
	.default_txt2{
		font-size: 16px;
	}
	.default_txt3{
		font-size: 14px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
