@charset "UTF-8";
/**
/* CSS RESET START
----------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;vertical-align: baseline;box-sizing: border-box;-webkit-box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;width:100%;}
caption, th{text-align: left;}
img {vertical-align: middle;max-width:100%;height: auto;}
.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.both{clear:both;}
/**
/* CSS START
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
html,body {
	width: 100%;
    font-family: "Noto Sans JP", sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0.01em;
	margin: 0;
	padding: 0;
}
.roma{
	font-family: adorn-smooth-serif, serif;
}
@media only screen and (max-width: 767px) {
	html,body {
		font-size: 4vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	html,body {
		font-size: 12px;
	}
}
@font-face {
	font-family: "SnellRoundhand-Bold";
	src: url("fonts/SnellRoundhand-BoldScript.otf") format("truetype");
}
*:focus {
	outline: none!important;
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a{
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #000000;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
.pc_br,
.pc_img,
.pc{
	display: none;
}
.sp_br,
.sp{
	display: block;
}
.sp_img{
	display: inline-block;
}
@media only screen and (min-width: 767px){
	.sp_br,
	.sp_img,
	.sp{
		display: none;
	}
	.pc_img{
		display: inline-block;
	}
	.pc_br,
	.pc{
		display: block;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
}
/**
/* flex CSS
----------------------------------------------- */
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_row{
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
}
.flex_center{
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header{
	position: absolute;
	width: 100%;
}
.global-header .header_logo{
	position: relative;
	z-index: 9998;
	text-align: center;
	padding: 1.0666666666667rem;
}
.global-header .header_logo img{
	width: 23.333333333333rem;
}
.global-header .drawer-hamburger{
	top: 0;
	width: 2.6666666666667rem;
	z-index: 10000;
	background: #E8E5E3;
	padding: 1.8rem 0.6rem 1.8rem 0.73333333333333rem;
	border-radius: 0 0 0 1rem;
}
.global-header .drawer-hamburger:hover {
	background: #E8E5E3;
}
.drawer--right.drawer-open .global-header .drawer-hamburger {
    right: 0;
}
.global-header .drawer-hamburger-icon,
.global-header .drawer-hamburger-icon:after,
.global-header .drawer-hamburger-icon:before{
	width: 1.8rem;
	margin-left: auto;
	margin-top: 0;
}
.global-header .drawer-hamburger-icon:after,
.global-header .drawer-hamburger-icon:before {
    top: -0.66666666666667rem;
	width: 2.6666666666667rem;
	left: auto;
	right: 0;
}
.global-header .drawer-hamburger-icon:after {
	width: 100%;
	top: 0.66666666666667rem;
	left: auto;
	right: 0;
}
.drawer-open .global-header .drawer-hamburger-icon:before {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.drawer-open .global-header .drawer-hamburger-icon:after {
	width: 2.6666666666667rem;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.global-header .drawer-nav{
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.drawer--right .global-header .drawer-nav{
	right: -100%;
}
.drawer-nav .drawer-menu{
	background: #1C1C1C;
	width: 50%;
	padding: 4.6666666666667rem 4.5333333333333rem 2.6666666666667rem 4.5333333333333rem;
}
.drawer-nav .pickup-menu{
	position: relative;
	max-width: 48rem;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 2.5333333333333rem;
}
.drawer-nav .pickup-menu .ico{
	position: absolute;
}
.drawer-nav .pickup-menu .ico01{
	width: 9.3333333333333rem;
	right: -6rem;
	top: 4.6666666666667rem;
}
.drawer-nav .pickup-menu .ico02{
	width: 8rem;
    right: 5rem;
    top: 21.666667rem;
}
.drawer-nav .pickup-menu .ico03{
	width: 7rem;
	right: -5rem;
	bottom: -3rem;
}
.drawer-nav .pickup-menu .h3_ttl{
	position: relative;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 0.93333333333333rem;
}
.drawer-nav .pickup-menu .h3_ttl::before{
	background: #FFFFFF;
	content: '';
	position: absolute;
	width: calc(100% - 9rem);
	height: 1px;
	right: 0;
	top: 50%;
}
.drawer-nav .pickup-menu .pickup-menu-items li{
	position: relative;
}
.drawer-nav .pickup-menu .pickup-menu-items li::before{
	background: #6756E8;
	content: '';
	position: absolute;
	width: 0.66666666666667rem;
	height: 90%;
	left: 0;
	bottom: 0;
}
.drawer-nav .pickup-menu .pickup-menu-items li + li{
	margin-top: 2rem;
}
.drawer-nav .pickup-menu .pickup-menu-items li a{
	display: block;
	color: #ffffff;
	padding-left: 1.8666666666667rem;
}
.drawer-nav .pickup-menu .pickup-menu-items li a:hover{
	color: #7E6EFF;
}
.drawer-nav .pickup-menu .pickup-menu-items li .roma{
	font-weight: 400;
	line-height: 1.25;
}
.drawer-nav .pickup-menu .pickup-menu-items li .roma.bg{
	font-size: 3rem;
}
.drawer-nav .pickup-menu .pickup-menu-items li .roma.small{
	font-size: 2.2rem;
}
.drawer-nav .pickup-menu .pickup-menu-items li .ttl{
	position: relative;
	display: inline-block;
	font-size: 1.1333333333333rem;
	font-weight: 400;
	line-height: 1.25;
	padding-right: 3rem;
	margin-top: 0.66666666666667rem;
}
.drawer-nav .pickup-menu .pickup-menu-items li .ttl::after{
	background: url(../images/new/common/arrow_p.svg) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 1.8rem;
	height: 1.7rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.drawer-nav .pickup-menu .pickup-menu-items li a:hover h2::after{
	background: url(../images/new/common/arrow_w.svg) center center no-repeat;
	background-size: contain;
}
.drawer-nav .global-menu{
	max-width: 38.4rem;
	padding-top: 2rem;
}
.drawer-nav .global-menu .global-menu-items{
	margin-right: 2.3rem;
}
.drawer-nav .global-menu .global-menu-items:last-child{
	margin-right: 0;
}
.drawer-nav .global-menu .global-menu-items li a{
	display: block;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
}
.drawer-nav .global-menu .global-menu-items li a:hover{
	color: #7E6EFF;
}
.drawer-nav .global-menu .global-menu-items li + li{
	margin-top: 1.1333333333333rem;
}
.drawer-nav .global-menu .sub-nav{
	margin-top: 1rem;
	padding-left: 0.6rem;
}
.drawer-nav .global-menu .sub-nav li + li{
	margin-top: 0.8rem;
}
.drawer-nav .global-menu .sub-nav li a{
	font-size: 0.86666666666667rem;
}
.drawer-nav .drawer-reserve{
	position: relative;
	background: url(../images/new/common/reserve_bg.png) center center no-repeat;
	background-size: cover;
	width: 50%;
}
.drawer-nav .drawer-reserve.pc .reserve-inner{
	position: absolute;
	width: 90%;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
}
.drawer-nav .drawer-reserve h3{
	text-align: center;
}
.drawer-nav .drawer-reserve h3 img{
	width: 100%;
	max-width: 36rem;
}
.drawer-nav .drawer-reserve .reserve-btn{
	column-gap: 2rem;
	margin-top: 2.8rem;
}
.drawer-nav .drawer-reserve .reserve-btn li{
	width: calc(50% - 1rem);
	max-width: 18.866667rem;
}
.drawer-nav .drawer-reserve .reserve-btn li a{
	display: block;
}
.drawer-nav .drawer-reserve .sns{
	column-gap: 1.0666666666667rem;
	margin-top: 4rem;
}
.drawer-nav .drawer-reserve .sns li a{
	display: block;
}
.drawer-nav .drawer-reserve .sns li img{
	width: 3.2666666666667rem;
}
.drawer-nav .drawer-logo{
	display: none;
}
@media only screen and (max-width: 767px) {
	.global-header .header_logo{
		padding: 0.6rem;
	}
	.global-header .header_logo img{
		width: 15rem;
	}
	.global-header .drawer-hamburger{
		width: 2.2rem;
		padding: 1.5rem 0.46666666666667rem 1.5rem 0.6rem;
		border-radius: 0 0 0 1rem;
	}
	.global-header .drawer-hamburger-icon,
	.global-header .drawer-hamburger-icon:after,
	.global-header .drawer-hamburger-icon:before{
		width: 1.4666666666667rem;
	}
	.global-header .drawer-hamburger-icon:after,
	.global-header .drawer-hamburger-icon:before {
	    top: -0.53333333333333rem;
		width: 2.2rem;
	}
	.global-header .drawer-hamburger-icon:after {
		width: 100%;
		top: 0.53333333333333rem;
	}
	.drawer-open .global-header .drawer-hamburger-icon:after {
		width: 2.2rem;
	}
	.global-header .drawer-nav{
		display: block;
		position: fixed;
		webkit-box-orient: inherit;
		-webkit-box-direction: inherit;
	}
	.drawer--right .global-header .drawer-nav{
		overflow-x: hidden;
		overflow-y: auto;
	}
	.drawer-nav .drawer-menu{
		width: 100%;
		padding: 0 0 3.2rem 0;
	}
	.drawer-nav .pickup-menu{
		padding: 2.3333333333333rem 5% 2.6666666666667rem 5%;
	}
	.drawer-nav .pickup-menu .ico01{
		width: 5.2rem;
		right: 0.3rem;
		top: 3.65rem;
	}
	.drawer-nav .pickup-menu .ico02{
		width: 4.5rem;
		right: 1rem;
		top: 11rem;
	}
	.drawer-nav .pickup-menu .ico03{
		width: 4rem;
		right: 3rem;
		bottom: 6rem;
	}
	.drawer-nav .drawer-logo{
		display: block;
		padding: 1rem 0.65rem 0 0.65rem;
	}
	.drawer-nav .drawer-logo img{
		width: 14rem;
	}
	.drawer-nav .pickup-menu .h3_ttl{
		margin-bottom: 1.3333333333333rem;
	}
	.drawer-nav .pickup-menu .h3_ttl::before{
		width: calc(100% - 9rem);
	}
	.drawer-nav .pickup-menu .pickup-menu-items li{
		position: relative;
	}
	.drawer-nav .pickup-menu .pickup-menu-items li::before{
		height: 100%;
	}
	.drawer-nav .pickup-menu .pickup-menu-items li + li{
		margin-top: 1.6rem;
	}
	.drawer-nav .pickup-menu .pickup-menu-items li a{
		display: inline-block;
		padding-left: 1.8666666666667rem;
	}
	.drawer-nav .pickup-menu .pickup-menu-items li .roma.bg{
		font-size: 2rem;
		line-height: 1;
	}
	.drawer-nav .pickup-menu .pickup-menu-items li .roma.small{
		font-size: 1.65rem;
	}
	.drawer-nav .pickup-menu .pickup-menu-items li .ttl{
		font-size: 0.8rem;
		padding-right: 3rem;
		margin-top: 0.65rem;
	}
	.drawer-nav .pickup-menu .pickup-menu-items li .ttl::after{
		background: url(../images/new/common/arrow_w.svg) center center no-repeat;
		background-size: contain;
		width: 1.6666666666667rem;
		height: 1.7333333333333rem;
	}
	.drawer-nav .global-menu{
		max-width: 100%;
		padding: 2.6666666666667rem 10% 3.3333333333333rem 10%;
	}
	.drawer-nav .global-menu .global-menu-items{
		width: 100%;
		margin-right: 0;
	}
	.drawer-nav .global-menu .global-menu-items + .global-menu-items{
		margin-top: 1rem;
	}
	.drawer-nav .global-menu .global-menu-items li + li{
		margin-top: 1rem;
	}
	.drawer-nav .global-menu .sub-nav{
		margin-top: 1rem;
		padding-left: 0.6rem;
	}
	.drawer-nav .global-menu .sub-nav li + li{
		margin-top: 0.8rem;
	}
	.drawer-nav .drawer-reserve{
		background: url(../images/new/common/sp_reserve_bg.png) center center no-repeat;
		background-size: cover;
		width: 100%;
		padding: 0.53333333333333rem 5% 1.1333333333333rem 5%;
	}
	.drawer-nav .drawer-reserve h3 img{
		max-width: 19.666666666667rem;
	}
	.drawer-nav .drawer-reserve .sns{
		margin-top: 0.33333333333333rem;
	}
}
/**
/* Common CSS
----------------------------------------------- */
.inner-wrap{
	position: relative;
	width: 96%;
	max-width: 1500px;
	margin: 0 auto;
}
.inner{
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.page-guide,
.single-guide{
	position: relative;
}
.center{
	text-align: center;
}
.sidebar-ad{
	position: fixed;
	top: 25%;
	right: 0;
	z-index: 1000;
}
.sidebar-ad li{
	width: 3rem;
}
.sidebar-ad li + li{
	margin-top: 0;
}
.sidebar-ad li a{
	display: block;
}
.fadein{
	opacity : 0;
	transition : all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.fadein-r{
	transform : rotate(10deg);
}
.fadein-l{
	transform : rotate(-10deg);
}
.on.fadein{
	opacity : 1;
	transform : rotate(0);
}
dl.dl_table{
	width: 100%;
	display: table;
}
dl.dl_table dt,
dl.dl_table dd{
	display: table-cell;
}
h2{
    font-family: adorn-smooth-serif, serif;
}
p:empty{display: none;}
@media only screen and (max-width: 767px) {
	.sidebar-ad{
		display: none;
	}
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn.right{
	text-align: right;
}
.block_btn li{
	display: inline-block;
	width: 100%;
	max-width: 17.5rem;
}
.block_btn .btn{
	position: relative;
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	border-radius: 3.5rem;
	padding: 1rem 2.5rem;
}
.block_btn .btn::after{
	content: '';
	position: absolute;
	width: 1.875rem;
	height: 1.875rem;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.block_btn .black{
	background: #ffffff;
	color: #000000;
	border: 1px solid #000000;
}
.block_btn .black::after{
	background: url(../images/new/common/arrow_b.svg) center center no-repeat;
	background-size: contain;
}
.block_btn .black:hover{
	background: #000000;
	color: #ffffff;
}
.block_btn .black:hover::after{
	background: url(../images/new/common/arrow_w.svg) center center no-repeat;
	background-size: contain;
}
.block_btn .purple{
	background: #ffffff;
	color: #5F4FD5;
	border: 1px solid #5F4FD5;
}
.block_btn .purple::after{
	background: url(../images/new/common/arrow_p.svg) center center no-repeat;
	background-size: contain;
}
.block_btn .purple:hover{
	background: #5F4FD5;
	color: #ffffff;
}
.block_btn .purple:hover::after{
	background: url(../images/new/common/arrow_w.svg) center center no-repeat;
	background-size: contain;
}
.block_btn .white{
	background: #ffffff;
	color: #000000;
	border: 1px solid #ffffff;
}
.block_btn .white::after{
	background: url(../images/new/common/arrow_b.svg) center center no-repeat;
	background-size: contain;
	width: 1.875rem;
	height: 1.875rem;
}
.block_btn .white:hover{
	background: #000000;
	color: #ffffff;
}
.block_btn .white:hover::after{
	background: url(../images/new/common/arrow_w.svg) center center no-repeat;
	background-size: contain;
}
.block_btn .border_p{
	border: 1px solid #5E4FD5;
	color: #5E4FD5;
}
.block_btn .border_p::after{
	background: url(../images/new/common/arrow_p2.svg) center center no-repeat;
	background-size: contain;
	width: 0.66666666666667rem;
	height: 0.53333333333333rem;
}
.block_btn .border_p:hover{
	background: #5E4FD5;
	color: #ffffff;
}
.block_btn .border_p:hover::after{
	background: url(../images/new/common/arrow_w2.svg) center center no-repeat;
	background-size: contain;
}
.block_btn .border_b{
	border: 1px solid #000000;
	color: #000000;
}
.block_btn .border_b::after{
	background: url(../images/new/common/arrow_b2.svg) center center no-repeat;
	background-size: contain;
	width: 0.66666666666667rem;
	height: 0.53333333333333rem;
}
.block_btn .border_b:hover{
	background: #000000;
	color: #ffffff;
}
.block_btn .border_b:hover::after{
	background: url(../images/new/common/arrow_w2.svg) center center no-repeat;
	background-size: contain;
}
.block_btn .youtube_btn{
	background: #FE0100;
	padding: 1rem 1.3333333333333rem 1rem 5rem
}
.block_btn .youtube_btn::before{
	background: url(../images/new/common/youtube-btn.svg) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 2rem;
	height: 1.4rem;
	left: 2rem;
	top: 50%;
	transform: translateY(-50%);
}
.block_btn .pink{
	background: #ffffff;
	color: #F37187;
	border: 1px solid #F37187;
}
.block_btn .pink::after{
	background: url(../images/new/common/arrow_pink.svg) center center no-repeat;
	background-size: contain;
}
.block_btn .pink:hover{
	background: #F37187;
	color: #ffffff;
}
.block_btn .pink:hover::after{
	background: url(../images/new/common/arrow_w.svg) center center no-repeat;
	background-size: contain;
}
@media only screen and (max-width: 767px) {
	.block_btn li{
		max-width: 17.5rem;
	}
	.block_btn .btn{
		font-size: 0.9375rem;
		padding: 1.25rem 2rem;
	}
	.block_btn .btn::after{
		width: 2.25rem;
		height: 2.25rem;
		right: 0.875rem;
	}
	.block_btn .border_b::after{
		width: 0.66666666666667rem;
		height: 0.53333333333333rem;
		right: 1rem;
	}
	.block_btn .youtube_btn{
		padding: 1.25rem 1.25rem 1.25rem 4rem;
	}
	.block_btn .youtube_btn::before{
		width: 1.875rem;
		left: 1.5rem;
	}
}
/**
/* 各ページview CSS
----------------------------------------------- */
.page-view{
	background: url(../images/new/common/page-view.png) center center no-repeat;
	background-size: cover;
}
.page-view .inner-wrap{
	padding: 7.6666666666667rem 0 10.933333333333rem 0;
}
.page-view .inner-wrap::after{
	background: #ffffff;
	content: '';
	position: absolute;
	width: 1.3333333333333rem;
	height: 20rem;
	bottom: 0;
}
.view-seo{
	align-items: center;
	margin-bottom: 4.6666666666667rem;
}
.page-view .view-seo h1{
	width: 30rem;
	color: #ffffff;
	font-size: 0.66666666666667rem;
	font-weight: 400;
	line-height: 1.25;
    font-family: "Noto Sans JP", sans-serif;
}
.page-view .view-ttl h2{
	color: #ffffff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
}
.page-view .view-ttl h2.bg{
	font-size: 2.6666666666667rem;
}
.page-view .view-ttl .roma{
	color: #ffffff;
	font-size: 3.3333333333333rem;
	font-weight: 400;
	line-height: 1;
}
.page-view .view-ttl .roma.small{
	font-size: 1rem;
}
@media only screen and (max-width: 767px) {
	.page-view .inner-wrap{
		width: 100%;
		padding: 5.666667rem 0 8.933333rem 0;
	}
	.page-view .inner-wrap::after{
		content: none;
		width: 0.65rem;
		height: 15rem;
		left: -2%;
	}
	.view-seo{
		margin-bottom: 4.666667rem;
	}
	.page-view .view-seo h1{
		width: 100%;
		margin-top: 0.625rem;
	}
	.page-view .view-ttl h2{
		font-size: 0.875rem;
	}
	.page-view .view-ttl h2.bg{
		font-size: 1.35rem;
	}
	.page-view .view-ttl .roma{
		font-size: 2.35rem;
	}
	.page-view .view-ttl .roma.small{
		font-size: 0.875rem;
	}
}
/**
/* カラム CSS
----------------------------------------------- */
.page-column{
	position: relative;
	background: #F8F8F8;
}
.page-column .inner-wrap{
	padding: 6rem 0 8.5rem 0;
}
.page-column .inner-wrap::before{
	content: '';
	background: rgb(0,0,0);
	background: linear-gradient(185deg, rgba(0,0,0,1) 0%, rgba(204,204,204,1) 100%);
	position: absolute;
	width: 30rem;
	height: 100%;
	top: 0;
	bottom: 0;
	right: calc(100% - 5%);
}
.page-column .inner-wrap::after{
	background: rgb(112,102,196);
	background: linear-gradient(135deg, rgba(112, 102, 196, 1) 0%, rgba(69, 60, 150, 1) 50%, rgba(43, 41, 67, 1) 100%);
	content: '';
	position: absolute;
	width: 1.3333333333333rem;
	height: 100%;
	top: 0;
	bottom: 0;
}
.page-column .treatment-nav,
.page-column .clinic-nav{
	position: relative;
	width: 34%;
}
.page-column .clinic-nav .ico{
	position: absolute;
}
.page-column .clinic-nav .ico01{
	width: 6.1333333333333rem;
	left: -3rem;
	top: -5rem;
}
.page-column .clinic-nav .ico02{
	width: 6.1333333333333rem;
	right: 0;
	bottom: -10rem;
}
.page-column .column-body article{
	max-width: 1050px;
	padding: 0 1rem 0 4rem;
}
@media only screen and (max-width: 767px) {
	.page-column .page-view .view-ttl h2{
		font-size: 1.35rem;
	}
	.page-column .page-view .view-ttl .roma{
		font-size: 0.875rem;
	}
	.page-column::before,
	.page-column::after{
		content: none;
	}
	.page-column .inner-wrap{
		width: 100%;
		padding: 0;
	}
	.page-column .inner-wrap::after{
		content: none;
		width: 0.65rem;
		height: 100%;
		left: 0;
	}
	.page-column .inner{
		width: 100%;
	}
	.page-column .treatment-nav,
	.page-column .clinic-nav{
		background: rgb(0,0,0);
		background: linear-gradient(185deg, rgba(0,0,0,1) 0%, rgba(204,204,204,1) 100%);
		width: 100%;
		padding: 3rem 0 4.5rem 0;
	}
	.page-column .clinic-nav .ico01{
		width: 5.1333333333333rem;
		left: 0;
		top: -2rem;
	}
	.page-column .clinic-nav .ico02{
		width: 5.1333333333333rem;
		right: 0;
		bottom: -2rem;
	}
	.page-column .column-body{
		background: #F8F8F8;
		width: 100%;
		padding: 3rem 0 4.5rem 0;
	}
	.page-column .column-body article{
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
}
/**
/* パンくず CSS
----------------------------------------------- */
.breadcrumbs{
	width: calc(100% - 32rem);
}
.breadcrumbs span{
	display: inline-block;
	color: #ffffff;
	font-size: 0.66666666666667rem;
	font-weight: 400;
	line-height: 1.25;
    font-family: "Noto Sans JP", sans-serif;
}
.breadcrumbs a span{
	color: #ffffff;
}
.breadcrumbs span.separator{
	margin: 0 1rem;
}
.breadcrumbs span br{
	display: none;
}
@media only screen and (max-width: 767px) {
	.breadcrumbs{
		width: 100%;
	}
	.breadcrumbs span.separator{
		margin: 0 0.86rem;
	}
}
/**
/* 見出し CSS
----------------------------------------------- */
.guide-ttl a{
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.guide-ttl h2{
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.25;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.guide-ttl .roma{
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.4;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.guide-ttl .roma.bg{
	font-size: 3.6666666666667rem;
}
.guide-ttl .roma.small{
	font-size: 2.6666666666667rem;
}
.h2_square{
	position: relative;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 2.5rem;
	padding-left: 4rem;
}
.h4_square{
	position: relative;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 0.5rem;
	padding-left: 3.4rem;
}
.h2_square::before{
	content: '';
	position: absolute;
	left: -0.875rem;
	top: calc(50% - 1.75rem);
}
.h4_square::before{
	content: '';
	position: absolute;
	left: 0;
	top: -0.4rem;
}
.h2_purple::before{
	background: url(../images/new/common/h2_purple.svg) center center no-repeat;
	background-size: contain;
	width: 3.7333333333333rem;
	height: 3.4666666666667rem;
}
.h4_purple::before{
	background: url(../images/new/common/h2_purple.svg) center center no-repeat;
	background-size: contain;
	width: 2.4333333333333rem;
	height: 2.1666666666667rem;
}
.h2_orange::before{
	background: url(../images/new/common/h2_orange.svg) center center no-repeat;
	background-size: contain;
	width: 4rem;
	height: 3.5rem;
}
.h2_pink::before{
	background: url(../images/new/common/h2_pink.svg) center center no-repeat;
	background-size: contain;
	width: 4.2666666666667rem;
	height: 3.6666666666667rem;
}
.h2_green::before{
	background: url(../images/new/common/h2_green.svg) center center no-repeat;
	background-size: contain;
	width: 4.8666666666667rem;
	height: 4.3333333333333rem;
	left: -0.66666666666667rem;
}
.h2_blue::before{
	background: url(../images/new/common/h2_blue.svg) center center no-repeat;
	background-size: contain;
	width: 4rem;
	height: 3.8rem;
	left: -0.66666666666667rem;
}
.h3_border{
	position: relative;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 1.5rem;
	padding-left: 1.875rem;
}
.h3_border::before{
	content: '';
	position: absolute;
	width: 0.6875rem;
	height: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .16);
}
.h3_purple::before{
	background: rgb(103,86,232);
	background: linear-gradient(235deg, rgba(103,86,232,1) 0%, rgba(35,33,97,1) 100%);
}
.h3_orange::before{
	background: rgba(240,109,40,1);
	background: linear-gradient(235deg, rgba(247,236,49,1) 0%, rgba(240,109,40,1) 50%, rgba(218,28,70,1) 100%);
}
.h3_pink::before{
	background: rgb(238,42,122,1);
	background: linear-gradient(235deg, rgba(249,169,67,1) 0%, rgba(238,42,122,1) 50%, rgba(129,1,96,1) 100%);
}
.h3_green::before{
	background: rgb(58,181,73,1);
	background: linear-gradient(235deg, rgba(245,235,50,1) 0%, rgba(58,181,73,1) 50%, rgba(12,94,57,1) 100%);
}
.h3_blue::before{
	background: rgb(0,157,151,1);
	background: linear-gradient(235deg, rgba(33,219,213,1) 0%, rgba(0,157,151,1) 50%, rgba(36,55,97,1) 100%);
}
@media only screen and (max-width: 767px) {
	.guide-ttl h2{
		font-size: 1.875rem;
	}
	.guide-ttl .roma{
		font-size: 1rem;
	}
	.guide-ttl .roma.bg{
		font-size: 3.3333333333333rem;
	}
	.guide-ttl .roma.small{
		font-size: 2.4rem;
	}
	.h2_square{
		font-size: 1.25rem;
		margin-bottom: 1.125rem;
		padding-left: 2.4rem;
	}
	.h2_square::before{
		top: -0.25rem;
	}
	.h2_purple::before{
		width: 3rem;
		height: 2.5rem;
		left: -0.625rem;
	}
	.h2_orange::before{
		width: 2.5rem;
		height: 2.5rem;
		left: -0.625rem;
	}
	.h2_pink::before{
		width: 3.25rem;
		height: 2.5rem;
		left: -0.625rem;
	}
	.h2_green::before{
		width: 2.5rem;
		height: 2.5rem;
	}
	.h2_blue::before{
		width: 3rem;
		height: 2.8rem;
	}
	.h3_border{
		font-size: 1.125rem;
		margin-bottom: 1rem;
		padding-left: 1.25rem;
	}
	.h3_border::before{
		width: 0.5rem;
	}
}
/**
/* ページネーション CSS
----------------------------------------------- */
.wp-pagenavi {
	text-align: center;
	margin-top: 7rem;
}
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span{
	display: inline-block;
	width: 3rem;
	height: 3rem;
	color: #000000;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 3rem;
	text-align: center;
	padding: 0!important;
	margin: 0 0.5rem!important;
	border: 1px solid #000000!important;
	border-radius: 50%;
}
.wp-pagenavi .current,
.wp-pagenavi a.page:hover{
	background: #5F4FD5;
	border-color: #5F4FD5!important;
	color: #FFFFFF;
	font-weight: 400;
}
.wp-pagenavi span.extend{
	border: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	border: none;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover{
	color: #5F4FD5;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		margin-top: 3rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi span{
		width: 2.5rem;
		height: 2.5rem;
		font-size: 1rem;
		line-height: 2.5rem;
		margin: 0 0.25rem!important;
	}
}
/**
/* トップへ戻る CSS
----------------------------------------------- */
.btn_page_top {
	display: block;
	position: fixed;
	right: 0.66666666666667rem;
	bottom: 0.66666666666667rem;
	z-index: 20;
	width: 4.6666666666667rem;
}
@media only screen and (max-width: 767px) {
	.btn_page_top {
		right: 0.33333333333333rem;
		bottom: 3.5rem;
		width: 2.8666666666667rem;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
footer{
	margin-top: auto;
}
footer .footer-top{
	background: #1C1C1C;
	color: #ffffff;
	padding: 5rem 0 6.5rem 0;
}
footer .footer-top .ico{
	position: absolute;
	z-index: 0;
}
.footer-reserve{
	margin-bottom: 5.3125rem;
}
.footer-reserve .ico01,
.footer-reserve .ico02{
	width: 8.5rem;
}
.footer-reserve .ico01{
	right: -7.5rem;
	top: 10rem;
}
.footer-reserve .ico02{
	right: -9.35rem;
	top: 8.75rem;
}
.footer-reserve .ico03,
.footer-reserve .ico04{
	width: 6.75rem;
}
.footer-reserve .ico03{
	left: -8.5rem;
	top: 1rem;
}
.footer-reserve .ico04{
	left: -7.35rem;
	top: 1.125rem;
}
.footer-reserve .ico02 img,
.footer-reserve .ico04 img{
	filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.16));
}
.footer-reserve .guide-ttl{
	margin-bottom: 1.625rem;
}
.footer-reserve .reserve-btn{
	column-gap: 2rem;
}
.footer-reserve .reserve-btn li{
	width: calc(33.3333% - 1.3333rem);
	max-width: 18.866667rem;
}
.footer-reserve .reserve-btn li a{
	display: block;
}
.footer-reserve .reserve-btn li a:hover{
	opacity: 0.8;
}
.footer-access .ico01,
.footer-access .ico02{
	width: 8rem;
}
.footer-access .ico01{
	left: -10em;
	bottom: -5rem;
}
.footer-access .ico02{
	left: -11rem;
	bottom: -4.8rem;
}
.footer-access .ico02 img{
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.footer-access .guide-ttl{
	margin-bottom: 3rem;
}
.footer-access .contentArea{
	width: 45%;
}
.footer-access h3{
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 0.5rem;
}
.footer-access table th,
.footer-access table td{
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.65;
	padding: 1rem 0;
}
.footer-access table th{
	width: 6rem;
}
.footer-access .mapArea{
	width: 52%;
	line-height: 0;
}
.footer-access .mapArea iframe{
	width: 100%;
	height: 28.4rem;
}
footer .footer-bottom{
	background: rgb(112,102,196);
	background: linear-gradient(315deg, rgba(112,102,196,1) 0%, rgba(69,60,150,1) 50%, rgba(43,41,67,1) 100%);
	padding: 3.25rem 0;
}
.footer-bottom .footer-left{
	width: 22.25rem;
}
.footer-logo a{
	display: block;
}
.footer-sns{
	margin-top: 2.75rem;
}
.footer-sns li + li{
	margin-left: 1.0625rem;
}
.footer-sns li a{
	display: block;
}
.footer-sns li img{
	width: 3rem;
}
.footer-bottom .footer-right{
	width: calc(100% - 22.25rem);
	max-width: 45rem;
	padding-left: 6.5rem;
}
.footer-nav .footer-nav-items:last-child{
	margin-right: 0;
}
.footer-nav li + li{
	margin-top: 0.75rem;
}
.footer-nav li a{
	display: block;
	color: #ffffff;
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: 1.45;
}
.footer-nav li .sub-nav{
	margin-top: 0.75rem;
	margin-left: 1rem;
}
.footer-nav li .sub-nav li + li{
	margin-top: 0.625rem;
}
.footer-nav li .sub-nav li a{
	font-size: 1rem;
}
footer .copy{
	font-family: adorn-smooth-serif, serif;
	font-size: 0.9375rem;
	line-height: 1.25;
	padding: 1.5rem 0;
}
.footer-bar{
	display: none;
}
@media only screen and (max-width: 767px) {
	footer .footer-top{
		padding: 5rem 0 2rem 0;
	}
	.footer-reserve{
		margin-bottom: 5rem;
	}
	.footer-reserve .ico01,
	.footer-reserve .ico02{
		width: 6rem;
	}
	.footer-reserve .ico01{
		right: -2rem;
		top: -0.26666666666667rem;
	}
	.footer-reserve .ico02{
		right: -3rem;
		top: -1.2rem;
	}
	.footer-reserve .ico03,
	.footer-reserve .ico04{
		display: none;
	}
	.footer-reserve .guide-ttl{
		margin-bottom: 2rem;
	}
	.footer-reserve .reserve-btn{
		column-gap: 0;
		row-gap: 1.2rem;
	}
	.footer-reserve .reserve-btn li{
		width: 100%;
		max-width: 17.866666666667rem;
	}
	.footer-access .ico01,
	.footer-access .ico02{
		display: none;
	}
	.footer-access .guide-ttl{
		width: 100%;
		text-align: center;
		margin-bottom: 1.5rem;
	}
	.footer-access .contentArea{
		width: 100%;
		padding: 0 4%;
	}
	.footer-access h3{
		font-size: 1.1875rem;
	}
	.footer-access table th,
	.footer-access table td{
		font-size: 0.875rem;
		padding: 0.5rem 0;
	}
	.footer-access .mapArea{
		width: 100%;
		margin-bottom: 2.5rem;
	}
	.footer-access .mapArea iframe{
		height: 16rem;
	}
	.footer-menu{
		background: #1C1C1C;
		width: 100%;
	}
	.footer-menu .inner{
		border-top: 1px solid #fff;
		padding: 3rem 0.625rem;
	}
	.footer-menu .guide-ttl{
		margin-bottom: 0.625rem;
	}
	.footer-menu .guide-ttl h2{
		color: #ffffff;
		font-size: 1.5625rem;
	}
	.footer-menu .footer-menu-items + .footer-menu-items{
		margin-top: 3rem;
	}
	.footer-menu .footer-menu-items .menu-item li,
	.footer-menu .footer-menu-items .menu-item li a{
		color: #ffffff;
	}
	.footer-menu .footer-menu-items .menu-item li.accordion{
		padding: 1rem 0;
		border-bottom: 1px solid #ffffff;
	}
	.footer-menu .footer-menu-items .menu-item .js-accordion-title{
		position: relative;
		display: block;
		font-size: 0.875rem;
		font-weight: 600;
		line-height: 1.45;
		padding-right: 1.625rem;
		cursor: pointer;
	}
	.footer-menu .footer-menu-items .menu-item .js-accordion-title::after{
		content: '';
		background: url(../images/new/common/arrow_w.svg) center center no-repeat;
		background-size: contain;
		position: absolute;
		width: 1.625rem;
		height: 1.625rem;
		right: 0;
		top: calc(50% - 0.8rem);
		transform: rotate(90deg);
	}
	.footer-menu .footer-menu-items .menu-item .js-accordion-title.open::after{
		transform: rotate(270deg);
	}
	.footer-menu .footer-menu-items .menu-item li.parent{
		border-bottom: 1px solid #ffffff;
	}
	.footer-menu .footer-menu-items .menu-item li.parent a{
		position: relative;
		display: block;
		font-size: 0.875rem;
		font-weight: 600;
		line-height: 1.45;
		padding: 1rem 1.625rem 1rem 0;
	}
	.footer-menu .footer-menu-items .menu-item li.parent a::after{
		background: url(../images/new/common/arrow_w.svg) center center no-repeat;
		background-size: contain;
		content: '';
		position: absolute;
		width: 1.625rem;
		height: 1.625rem;
		right: 0;
		top: calc(50% - 0.8rem);
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
	}
	.footer-menu .footer-menu-items .sub-nav{
		display: none;
		margin-top: 0.375rem;
	}
	.footer-menu .footer-menu-items .sub-nav li{
		display: inline-block;
		line-height: 1;
		margin-right: 0.625rem;
	}
	.footer-menu .footer-menu-items .menu-item .sub-nav li a{
		display: block;
		font-size: 0.75rem;
		font-weight: 600;
		line-height: 1.35;
		text-decoration: underline;
		padding: 0.375rem 0;
	}
	footer .footer-bottom{
		background: rgb(112,102,196);
		background: linear-gradient(225deg, rgba(112, 102, 196, 1) 0%, rgba(69, 60, 150, 1) 50%, rgba(43, 41, 67, 1) 100%);
		padding: 2.6666666666667rem 0;
	}
	.footer-bottom .footer-left{
		width: 100%;
		margin-bottom: 3.2rem;
	}
	.footer-sns{
		justify-content: center;
		margin-top: 2rem;
	}
	.footer-bottom .footer-right{
		width: 100%;
		padding-left: 0;
	}
	.footer-nav .footer-nav-items{
		width: 100%;
	}
	.footer-nav .footer-nav-items + .footer-nav-items{
		margin-left: 0;
		margin-top: 1rem;
	}
	.footer-nav li a{
		font-size: 1rem;
		text-align: center;
	}
	.footer-nav li .sub-nav{
		margin-left: 0;
		margin-top: 1rem;
	}
	.footer-nav li .sub-nav li + li{
		margin-top: 0.5rem;
	}
	.footer-nav li .sub-nav li a{
		font-size: 0.875rem;
	}
	footer .copy{
		font-size: 0.6rem;
		padding: 1rem 0 4rem 0;
	}
	.footer-bar{
		display: flex;
		align-items: flex-end;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 19998;
	}
	.footer-bar .footer-bar-item{
		width: 25%;
	}
	.footer-bar a{
		display: block;
	}
}

/* youtube */
iframe.youtube-16-9 {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}


/* お知らせ記事 */
.news_img_ic{
	width: 80%;
	margin: 0 auto;
}
.news_img_box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news_img{
	width: 45%;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.news_img_ic{
	width: 100%;
	margin: 0 auto;
}
	.news_img{
	width: 100%;
	margin: 0 auto;
}
}