@charset "UTF-8";

/* =======================================================
トップページ
======================================================= */
#mv_area {
	padding-top: 2vw;
}

#mainvisual {
	position: relative;
	padding: 2vw 2vw 0 0;
	margin-right: 2vw;
}

#mainvisual #mv_nav {
	position: absolute;
	bottom: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3vw;
	padding: 0vw 7vw 6vw 5vw;
}

#mainvisual::before {
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: calc(74.3vw - 1px);
	border: 1px solid #000;
	border-width: 1px 1px 0 0;
	left: 0;
}

#news {
	padding: 10vw 5vw 10vw 5vw;
	position: relative;
	background: #d9b88c;
}
#news .block_title {
	font-family: var(--en);
	font-weight: 500;
	font-size: var(--rem24);
	letter-spacing: 0.06em;
}


#news dt {
	margin-top: 4vw;
	padding-bottom: 1vw;
}
#news .date {
	color: var(--blue);
	font-family: var(--en);
	letter-spacing: 0.2em;
	font-size: var(--rem15);
}

#news .block02 a {
	color: var(--color);
	text-decoration: none;
}

#news .block03 {
	position: absolute;
	top: 9.5vw;
	right: 5vw;
}

#news .block03 a {
	text-decoration: none;
	font-family: var(--en);
	letter-spacing: 0.24em;
	font-size: var(--rem12);
	border: 1px solid #000;
	position: relative;
	display: block;
	padding: 2vw 6vw 2vw 3.2vw;
	color: #000;
}

#news .block03 a::after {
	position: absolute;
	content: "+";
	width: 5vw;
	height: 5vw;
	right: 0.6vw;
	font-size: var(--rem21);
	top: 1.6vw;
	line-height: 1;
	text-align: center;
}

#top_media {
	position: relative;
	margin-top: 0;
	background: var(--blue);
}


#top_media .inner {
	position: relative;
	padding-bottom: 14vw;
}

#top_media .top_media_col {
	display: grid;
	grid-template-columns: 1fr;
	gap: 5vw;
}

#top_media .top_media_col img {
	border: 1px solid #000;
}

#top_treatment {
	background: #fff;
	box-shadow: 0 0 6vw rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 50;
	padding-bottom: 6vw;
}

#top_treatment::after {
	pointer-events: none;
	position: absolute;
	content: "";
	background: url(../images/top/treatment_logo.png)  no-repeat right bottom / contain;
	width: 50vw;
	aspect-ratio: 1/1;
	bottom: 0;
	right: 0;
}


#top_treatment .inner {
	position: relative;
	z-index: 10;
}

#top_treatment .tl_block,
#top_media .tl_block {
	text-align: center;
	padding-top: 13vw;
	margin-bottom: 12vw;
}
#top_treatment .tl,
#top_media .tl {
	font-family: var(--en);
	letter-spacing: 0.14em;
	font-size: 4.5rem;
	position: relative;
	height: 9.2vw;
	overflow: hidden;
	line-height: 1;
	color: var(--gold);
	font-weight: 600;
}
#top_media .tl {
	color: #fff;
}

#top_treatment .tl::after,
#top_media .tl::after {
	position: absolute;
	content: "";
	width: 87%;
	height: 1px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	background: var(--gold);
}
#top_media .tl::after {
	background: #fff;
}
#top_media .tl::after {
	width: 48%;
}

#top_treatment .top_treatment_li>li {
	margin-bottom: 8vw;
}
#top_treatment .top_treatment_li a {
	text-decoration: none;
	color: #000;
}
#top_treatment .top_treatment_li a dt {border-top: 6px solid #aaaaaa;border-bottom: 6px solid #aaaaaa;font-family: var(--min);padding: 2.4vw 6vw 3vw 0;position: relative;margin-bottom: 1vw;font-weight: 700;}


#top_treatment .top_treatment_li dt::before {
	display:none;
}
#top_treatment .top_treatment_li a dt .ja {
	font-size: var(--rem28);
	letter-spacing: 0.15em;
}

#top_treatment .top_treatment_li a dt .en {
	font-family: var(--en);
	color: var(--blue);
	font-size: var(--rem11);
	letter-spacing: 0.22em;
	display: none;
}

#top_treatment .top_treatment_li dt::after {
	position: absolute;
	content: "こちら";
	background: #000 url(../images/top/treatment_link_l_w.png) no-repeat right 1.6vw center / 3vw auto;
	width: 22vw;
	height: 8vw;
	top: 0;
	right: 0;
	color: #fff;
	top: 50%;
	transform: translate(0%, -50%);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	line-height: 1.1;
	padding: 0 0 0.5vw 4.7vw;
	font-size: 1.4rem;
	border-radius: 6vw;
}


#top_treatment .top_treatment_li >li:nth-child(2) dt::before {background-image: url(../images/top/treatment_icon02.png);}
#top_treatment .top_treatment_li >li:nth-child(3) dt::before {background-image: url(../images/top/treatment_icon03.png);}
#top_treatment .top_treatment_li >li:nth-child(4) dt::before {background-image: url(../images/top/treatment_icon04.png);}
#top_treatment .top_treatment_li >li:nth-child(5) dt::before {background-image: url(../images/top/treatment_icon05.png);}
#top_treatment .top_treatment_li >li:nth-child(6) dt::before {background-image: url(../images/top/treatment_icon06.png);}

#top_treatment .top_treatment_li dd ul li {
	border-bottom: 1px solid #dddddd;
	position: relative;
	padding: 1.1vw 0vw 1.1vw 6.3vw;
}

#top_treatment .top_treatment_li dd ul li::before {
	position: absolute;
	content: "";
	background: url(../images/top/treatment_check.png) no-repeat center center /contain;
	width: 4vw;
	height: 100%;
	top: 0;
	left: 0;
}

#top_feature_lead .lead_box {
	position: relative;
	background: url(../images/top/feature_img_sp.jpg) no-repeat center top / contain;
	padding: 57vw 5vw 14vw;
}


#top_feature_lead .lead {
	font-family: var(--min);
	text-align: center;
	font-size: var(--rem20);
	letter-spacing: 0.12em;
	width: 80vw;
	margin: 0 auto 2vw;
	padding: 17vw 0 10vw;
	position: relative;
}

#top_feature_lead .lead .txts {
	font-size: var(--rem18);
}

#top_feature_lead .lead::before,
#top_feature_lead .lead::after {
	position: absolute;
	content: "";
	background: url(../images/top/feature_kakko_l.png?02) no-repeat left top / contain;
	width: 20vw;
	aspect-ratio: 1/1;
}

#top_feature_lead .lead::before {
	left: 0;
	top: 14vw;
}

#top_feature_lead .lead::after {
	background-image: url(../images/top/feature_kakko_r.png?02);
	right: 0;
	bottom: 0;
}
#top_feature .main_feature {
	padding-top: 10vw;
	position: relative;
	z-index: 9;
	background: var(--blue);
	padding-bottom: 14vw;
}

#top_feature .main_feature .tl {
	font-family: var(--en);
	letter-spacing: 0.14em;
	font-size: var(--rem35);
	display: inline-block;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 4vw;
	color: #fff;
}

#top_feature .main_feature .tl .ja {
	font-family: var(--min);
	font-size: var(--rem16);
	padding-left: 1.7vw;
}

#top_feature .main_feature .tl::before {
	position: absolute;
	content: "";
	background: #fff;
	height: 1px;
	width: 13vw;
	right: 0;
	top: 7.6vw;
}

#top_feature .main_feature_li>li {
	background: #fff;
	position: relative;
	overflow: hidden;
}

#top_feature_lead .lead_block {
	position: relative;
	z-index: 9;
}

#top_feature .main_feature_li .num {
	font-family: var(--en);
	color: #fff;
	position: absolute;
	z-index: 10;
	font-size: var(--rem25);
	top: 0vw;
	left: 2vw;
	letter-spacing: 0.12em;
}

#top_feature .main_feature_li>li::before {
	position: absolute;
	content: "";
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	background: #000;
	width: 20vw;
	aspect-ratio: 1/1;
	z-index: 9;
	top: -1px;
	left: -1px;
}

#top_feature .txt_box {
	padding: 5vw 5vw 5vw;
}

#top_feature figure {
	margin: 0;
}

#top_feature .copy {
	font-family: var(--min);
	color: var(--gold);
	letter-spacing: 0.07em;
	font-size: 2.3rem;
	line-height: 1.5;
	margin-bottom: 3vw;
}

#top_feature .main_feature_li>li+li {
	margin-top: 5vw;
}


.top_under_link {
	padding: 13vw 0;
}
.top_under_link_li {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3vw;
}

.top_under_link_li a {
	border: 1px solid #000;
	position: relative;
	text-decoration: none;
	display: grid;
	grid-template-columns: 15vw 1fr;
	font-family: var(--min);
	color: #000;
	line-height: 1.5;
	font-size: var(--rem14);
	align-items: center;
	gap: 1.3vw;
	letter-spacing: 0;
}

.top_under_link_li a::after {
	position: absolute;
	content: "";
	width: 4vw;
	aspect-ratio: 1/1;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background: var(--blue);
	right: -1px;
	bottom: -1px;
}


#top_concept {
	background: #e3e3e3 url(../images/top/concept_bg_sp.jpg) no-repeat center top / 100% auto;
	padding: 30vw 0 14vw;
}

#top_concept .txt_area {
	backdrop-filter: blur(10px);
	background: rgb(255 255 255 / 50%);
	padding: 8vw 4vw 9vw;
	text-align: center;
	box-shadow: 0 0 6vw rgba(0, 0, 0, 0.3);
}

#top_concept .tl {
	font-family: var(--min);
	font-size: var(--rem20);
	letter-spacing: 0.12em;
	width: 80vw;
	margin: 0 auto 5vw;
	padding: 0vw 0 5vw;
	position: relative;
}

#top_concept .tl::after {
	position: absolute;
	content: "";
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 15vw;
	height: 1px;
	background: #000;
}



#top_mail {
	position: relative;
	overflow: hidden;
	padding: 14vw 0;
}

#top_mail::before {
	position: absolute;
	content: "";
	background: url(../images/top/mail_bg.png) no-repeat left top / contain;
	width: 70vw;
	height: 42vw;
	top: -7vw;
	left: -8vw;
	pointer-events: none;
}

#top_mail .tl {
	font-family: var(--min);
	font-size: var(--rem24);
	letter-spacing: 0.12em;
	margin-bottom: 2vw;
}


#top_about {
	background: var(--blue);
	padding: 14vw 0;
	color: #fff;
}

#top_about .pick_catch {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2vw;
	width: 63vw;
	position: absolute;
	top: -5vw;
	left: -2vw;
}

#top_about .top_about_box {
	position: relative;
	padding-bottom: 5vw;
}

#top_about .top_about_box::before {
	position: absolute;
	content: "";
	background: #394e79;
	width: 100vw;
	top: 0;
	right: 0;
	height: 100%;
	border-radius: 0 5vw 5vw 0;
}

#top_about .txt_block {
	position: relative;
	padding: 19vw 5vw 5vw 0;
}

#top_about .top_about_block {
	position: relative;
}

#top_about figure {
	margin: 0 -5vw 0 0;
	border-radius: 5vw 0 0 5vw;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

#top_about .top_about_box+.top_about_box {
	margin-top: 5vw;
}

#top_about .top_about_box02::before {
	right: inherit;
	left: 0;
	border-radius: 5vw 0 0 5vw;
}

#top_about .link_box {
	position: relative;
}

#top_about .top_about_box02 {
	padding-top: 7vw;
	padding-left: 5vw;
}

#top_about .copy {
	font-family: var(--min);
	font-size: var(--rem20);
	letter-spacing: 0.12em;
	width: 80vw;
	margin: 0 auto 5vw;
	position: relative;
	text-align: center;
}

#top_about .bnr {
	margin: 0 7vw 7vw;
}

#top_about .top_about_box02 .txt_block {
	padding: 0;
}

.gallery {
	padding: 2vw;
	gap: 2vw;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.ig_bnr {
	margin-top: 11vw;
}



/* =======================================================
下層
======================================================= */
body:not(.home) #main {
	th,td {
	    border: 1px solid #4d4d4d;
	    padding: 0.5em 0.8em;
	    vertical-align: middle;
	}

	thead th {
	    background: #8d8b8b;
	    color: #fff;
	}

	tbody th {
	    background: #cfcfcf;
	}
	.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
		border-color: transparent;
		text-align:left;
	}
	.youtube {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		width: 100%;
}
.youtube iframe {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
	.gmap.map_wide {
		height: 100vw;
		margin: 0;
		width: 100vw;
	}
	.gmap.map_wide .link a {
		background: #000;
	}
	.map_wide_body {
	height: 100%;
	padding-bottom: 60px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	margin: 0;
}
.map_wide .link {
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
}
.map_wide .link a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #666;
	font-weight: 500;
	line-height: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: ease-in-out 0.2s;
}
.map_wide .link a:hover {
	background: #555;
}
.map_wide .link a img {
	width: 8px;
	margin-right: 10px;
}

}

@media screen and (max-width: 600px) {
body:not(.home) #main {
	th,td {
	    font-size: 1rem;
	    text-align: center;
    padding: 0.3em 0.5em;
	}
	.gmap.map_wide {
		height: 100vw;
		overflow: initial;
		width: 100vw;
		margin-left: -5vw;
		margin-bottom: -15vw;
	}
	
}
}
@media screen and (min-width: 601px) {
body:not(.home) #main {
	.gmap.map_wide {
	width: 100%;
	height: 600px;
	}
	.map_wide_body {width: 100%;}
	
}
}

/* =======================================================
投稿
======================================================= */
a.pickup-title-red,.pickup-title-red {
	color: #b83838 !important;
}

/* =======================================================
single
======================================================= */
.single .pagetitle .post_data {
	margin-top: -50px;
	margin-bottom: 50px;
}
.single .eyecatch {
	margin-bottom: 40px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.single .eyecatch img {
	width: 80%;
	max-width: 600px;
}

@media screen and (min-width: 1281px) {
	/* ---------- pc ---------- */ 
}
@media screen and (max-width: 1280px) {
	/* ---------- pc_s ---------- */
}
@media screen and (max-width: 960px) {
	/* ---------- tablet ---------- */
}
@media screen and (max-width: 600px) {
	/* ---------- mobile ---------- */
	.single .pagetitle .post_data {
		margin-top: -30px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px) {
	/* ---------- mobile_s ---------- */
}


/* =======================================================
archive
======================================================= */
.archive_content .outline_bg {
	background: #fafafa;
}
.entry_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.entry_list::after,
.entry_list .entry_wrap {
	width: 31%;
}
.entry_list::after {
	content: "";
	height: 0;
}
.entry_list .entry_wrap {
	margin-bottom: 3.5%;
}
.entry_list .entry_wrap a {
	display: block;
	height: 100%;
	margin-bottom: 5px;
	color: #000;
	text-decoration: none;
}
.entry_list .entry_wrap .cat,
.single .pagetitle .cat {
	display: inline-block;
	background: var(--gold);
	color: #fff;
	margin-right: 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: 100%;
	padding: 5px 8px;
}
.entry_list .entry_wrap .cat:last-of-type,
.single .pagetitle .cat:last-of-type {
	margin-right: 0;
}
.entry_list .entry_wrap .date,
.single .pagetitle .date {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	color: #000;
	letter-spacing: 0.1em;
	margin-bottom: 12px;
	font-family: var(--en);
	margin-top: 0.3em;
}
.entry_list .entry_wrap .title {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
}
.entry_list .entry_wrap .archive_body {
	font-size: 1.4rem;
	line-height: 160%;
}



body.archive .entry_list .entry_wrap h3.title {
	font-family: var(--min);
	font-weight: 400;
}


body.single-post #contents img {
	width: inherit;
	display: inline;
}


.entry_list .entry_wrap a,
.archive_navi {
	padding: 40px;
	transition: 0.2s;	border: 1px solid #000;
}
.entry_list .entry_wrap a:hover {
	background: #e7e0d5;
}
.archive_navi a {
	color: #000;
	text-decoration: none;
	transition: 0.2s;
	display: inline-block;
	padding: 0.3em 0;
}
.archive_navi a:hover {
	text-decoration: underline;
}
.archive_navi #cat_navi {
	margin-bottom: 30px;
}
.archive_navi .archive_navi_title {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 10px;
}

.archive_navi .archive_navi_list+select {
	font-size: 16px;
	padding: 0.5em;
	margin-top: 1em;
}
.archive_navi .archive_navi_list li {
	display: inline-block;
	margin-right: 30px;
}
.archive_navi .archive_navi_list li:last-of-type {
	margin-right: 0;
}
.archive_navi .archive_navi_list li ul {
	display: inline-block;
    margin-left: 1.5em;
}
.pagination {
	text-align: center;
	margin-bottom: 50px;
}
.pagination a,
.pagination .current{
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #000;
	line-height: 100%;
	height: 36px;
	width: 36px;
	font-size: 15px;
	text-decoration: none;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 60px;
	transition: 0.3s;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.pagination a:hover {
	background-color: #fff;
}
.pagination .current {
	background-color: #fff;
	border: none;
}
.pagination .arrow  {
	background-color: #000;
	color: #FFF;
}
.pagination .arrow:hover {
	color: #000;
}

.archive_navi .archive_navi_title {
	margin: 0 0 3vw !important;
}


@media screen and (min-width: 601px) {
	.archive_navi .archive_navi_title {
	margin-bottom: 30px !important;
}

.archive_navi .archive_navi_list >li {
	width: 100%;
	display: block !important;
}

#cat_navi+#archive_navi .archive_navi_list >li {
	display: inline-block !important;
			width: auto;
}


.archive_navi .archive_navi_list li ul {
	display: block;
}
}
@media screen and (max-width: 1280px) {
	/* ---------- pc_s ---------- */
}
@media screen and (max-width: 960px) {
	/* ---------- tablet ---------- */
	.entry_list::after,
	.entry_list .entry_wrap {
		width: 48%;
	}
	.entry_list .entry_wrap a,
	.archive_navi {
		padding: 30px;
		border: 1px solid #000;
	}
	.archive_navi .archive_navi_list li ul {
		margin-left: 1em;
	}
}
@media screen and (max-width: 600px) {
	/* ---------- mobile ---------- */
	.entry_list::after,
	.entry_list .entry_wrap {
		width: 100%;
	}
	.entry_list .entry_wrap {
		margin-bottom: 30px;
	}
	.entry_list .entry_wrap .cat,
	.single .pagetitle .cat {
		font-size: 11px;
	}
	.entry_list .entry_wrap .title {
		font-size: 2.0rem;
	}
}
@media screen and (max-width: 480px) {
	/* ---------- mobile_s ---------- */
}



/* =======================================================
お問い合わせ
======================================================= */
#contact #main > .outline_bg {
	background: #fafafa;
}
.contact_form .form_lead {
	margin-bottom: 60px;
	display: none;
}
.mw_wp_form_input .contact_form .form_lead.input {
	display: block;
}
.mw_wp_form_confirm .contact_form .form_lead.confirm {
	display: block;
}
.contact_form .form_body dt {
	float: left;
}
.contact_form .form_body dd {
	min-height: 50px;
	padding-left: 15em;
	margin-bottom: 30px;
}
.contact_form .form_body dt .must,
.contact_form .form_body dt .option {
	display: inline-block;
	width: 3.4em;
	padding: 4px 0;
	margin-right: 5px;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-align: center;
	transform: translateY(-2px);
}
.contact_form .form_body dt .must { background: #ff6600; }
.contact_form .form_body dt .option { background: #666; }
.contact_form .form_body input,
.contact_form .form_body textarea {
	width: 100%;
	max-width: 800px;
	padding: 10px 15px;
	font-size: 1.6rem;
	line-height: 180%;
	background: #fff;
}
.mwform-tel-field input[type="text"] {
	width: 5em !important;
}
.contact_form .form_move {
	margin-top: 80px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.contact_form .form_move .prev,
.contact_form .form_move .submit {
	width: 46%;
	max-width: 240px;
}
.contact_form .form_move .prev {
	margin-right: 4%;
}
.contact_form .form_move input[type="submit"] {
	width: 100%;
	height: 60px;
	background: #666;
	color: #fff;
	font-weight: 500;
	line-height: 100%;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.contact_form .form_move input[type="submit"]:hover {
	background: #454545;
}
.mw_wp_form_input .contact_form .form_move .prev {
	display: none;
}

@media screen and (min-width: 1281px) {
	/* ---------- pc ---------- */ 
}
@media screen and (max-width: 1280px) {
	/* ---------- pc_s ---------- */
}
@media screen and (max-width: 960px) {
	/* ---------- tablet ---------- */
	.contact_form .form_body dt {
		float: none;
		margin-bottom: 10px;
	}
	.contact_form .form_body dd {
		padding-left: 0;
	}
}
@media screen and (max-width: 600px) {
	/* ---------- mobile ---------- */
}
@media screen and (max-width: 480px) {
	/* ---------- mobile_s ---------- */
}


