@charset "utf-8";

/*
Theme こはく整体
Version: 9999
*/

/****************
Font-Size

Pixels	%
10px	62.5%
11px	68.8%
12px	75.0%
13px	81.3%
14px	87.5%
15px	93.8%
16px	100.0%
17px	106.3%
18px	112.5%
19px	118.8%
20px	125.0%
21px	131.3%
22px	137.5%
23px	143.8%
24px	150.0%
26px	162.5%
28px	175.0%
****************/

* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust:100%;
}

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 {
	border: 0 none;
	margin: 0;
	padding: 0;
	/*vertical-align: baseline;*/
	/*font: inherit;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*--[Win Firefox]ロールオーバー時に、ボタン左に点線枠（focus）が入る現象についての対策--*/
:focus
{?moz-outline-style:none;}

/*--[Mac Firefox]ロールオーバー時に、ボタン左に点線枠（focus）が入る現象についての対策--*/
a { outline:none;}
a{
	text-decoration:none;
	color: #111;
}
a:hover{
	text-decoration:underline;
}
hr {
	clear: both;
	border: solid 1px #fff;
	margin: 15px 0;
}
img {
	border: none;
	vertical-align: bottom;
	/*max-width: 100%;*/
}

br {
	letter-spacing: 0;
}

li img {
	vertical-align: top;
}
.clearfix:after {
	content: "."; /* 新しい要素を作る */
	display: block; /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}

body,html{
	width: 100%;
}


/*Flex Box*/
.flex {
	clear: both;
	display: flex;
	flex-wrap: wrap;/*親の横幅以上は折り返す*/
}
.flex-item-center {
	align-items: center;/*縦中央揃え*/
}
.justify-content-space-between {
	justify-content: space-between;
}

.flex-item {
}
.flex-item img {
	max-width: 100%;
	height: auto;
}
.flex-2 .flex-item {
	width: 48%;
	margin-right: 4%;
}
.flex-2 .flex-item:nth-of-type(even) {
	margin-right: 0;
}
.flex-2 .flex-item:nth-last-of-type(-n+2) {
}
.flex-3 .flex-item {
	width: 30%;
	margin-right: 5%;
}
.flex-3 .flex-item:nth-of-type(3n) {
	margin-right: 0 !important;
}
.flex-3 .flex-item:nth-last-of-type(-n+3) {
}

.flex-4 .flex-item {
	width: 22.0%;
	margin-right: 4%;
}
.flex-4 .flex-item:nth-of-type(4n) {
	margin-right: 0;
}
.flex-4 .flex-item:nth-last-of-type(-n+4) {
}

.flex-5 .flex-item {
	width: 18.4%;
	margin-right: 2%;
}
.flex-5 .flex-item:nth-of-type(5n) {
	margin-right: 0;
}
.flex-5 .flex-item:nth-last-of-type(-n+5) {
}
.pc-order-1{
	order: 1;
}
.pc-order-2{
	order: 2;
}
.pc-order-3{
	order: 3;
}
.pc-order-4{
	order: 4;
}
.pc-order-5{
	order: 5;
}
.pc-order-6{
	order: 6;
}
.pc-order-7{
	order: 7;
}
.pc-order-8{
	order: 8;
}
.pc-order-9{
	order: 9;
}
.pc-order-10{
	order: 10;
}

/*inview.js*/
.inview-fade {
	opacity: 0;
	transition: 2.5s;/*スクロールインでフェードする時間*/
}
.inview-show{
	opacity: 1.0;
}

/*囲み用ボックス*/
.pickup_box{
	background-color: #f1f1f1;
	padding: 2%;
}
.important_box{
	border: solid 1px #e19810;
	padding: 2%;
}

.border_box{
	border: solid 1px #000;
	padding: 2%;
}
.left_border_box{
	background-color: #f1f1f1;
	border-left: solid 4px #000;
	padding: 2%;
}


/*テキスト*/
.txtBold {
	font-weight: bold;
}
.txtLarge {
	font-size: 125%;
}
.txtSmall {
	font-size: 87.5%;
	line-height: 1.5;
}
.txtMid {
	font-size: 100%;
}
.txtXSmall {
	font-size: 75%;
	line-height: 1.35;
}
.txtGray {
	color: #bbb;
}
.txtGreen {
	color: #009edd;
}
.txtOrange{
	color:#e19810;
}
.txtBlue {
	color: #009edd;
}
.txtPink {
	color: #fed7c4;
}
.txtRed {
	color: #ff1110;
}
.txtGold{
	color: #998675;
}
.txtYellow{
	color: #e1b900;
}


/*WEB FONT*/
.font-en{
	/*Quicksand Regular*/
	font-family: quicksand, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.font-l{
	/*Noto Sans CJK JP Light*/
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.font-r{
	/*Noto Sans CJK JP Regular*/
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.font-b{
	/*Noto Sans CJK JP Bold*/
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
}

/*リストスタイル*/
.list {
	margin-left: 1.5em;
}
.list li {
	margin-bottom: 10px;
}
.list li:last-child {
	margin-bottom: 0;
}
.lstDisc {
	/*黒丸*/
	list-style-type: disc;
}
.lstNum {
	/*数字*/
	list-style-type: decimal;
}
.lstDecimal {
	/*数字*/
	list-style-type: decimal;
}
.lstCircle {
	/*白丸*/
	list-style-type: circle;
}
.lstSquare {
	/*黒四角*/
	list-style-type: square;
}
.lstAlp_L {
	/*大文字アルファベット*/
	list-style-type: upper-latin;
}
.lstNon {
	list-style-type: none !important;
}
.lstUpperRoman {
	/*大文字のローマ数字*/
	list-style-type: upper-roman;
}

.indent {
	margin-left: 2em;
}



/*左右中央寄せ（1）*/
.alignnone {
	display: block;
	margin: 0 0 20px;
}

.imgCenter,
.aligncenter {
	display: block;
	margin: 20px auto;
}
.imgLeft,
.alignleft {
	float: left;
	margin: 15px 20px 15px 0;
}
.imgRight,
.alignright {
	float: right;
	margin: 15px 0 15px 20px;
}

/*左右中央寄せ（2）*/
.center {
	text-align: center;
}
.left,
.left th {
	text-align: left;
}
.right {
	text-align: right;
}


/*テーブル*/
table {
	border-collapse: collapse;
	border: none;
	margin-bottom: 2em;
	line-height: 1.7;
}

.table {
	border-collapse: collapse;
	font-size: 14px;
}
table th,
table td {
	text-align: left;
	padding: 8px 10px;
}
table th {
	text-align: left;
	background-color: #fff;
	/*padding-right: 40px;*/
	font-weight: normal;
}
table td {
}
table td:nth-of-type(even){
}
table tr:last-of-type th,
table tr:last-of-type td {
	/*border-bottom: none;
	padding-bottom: 0;*/
}
table tr:nth-of-type(even) th {
}
table tr:nth-of-type(even) td:nth-of-type(even) {
}


/*全幅*/
.fullWidth {
	width: 100%;
}

/*改行しない*/
.nowrapTable th,
.nowrap {
	white-space: nowrap;
}



/*サイト構成*/
html {
	/* height: 100%; */
}
body{
	position: relative;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.05em;
	/*Noto Sans CJK JP Regular*/
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.contents{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.contents img{
	max-width: 100%;
	height: auto;
}
p,
.txt {
	margin: 0 0 1.5em;
	line-height: 1.8;
}
.txtBtm {
	margin-bottom: 8em;
}
.mt10{
	margin-top: 10px !important;
}
.mt20{
	margin-top: 20px !important;
}
.mt30{
	margin-top: 30px !important;
}
.mt40{
	margin-top: 40px !important;
}
.mt50{
	margin-top: 50px !important;
}
.mt60{
	margin-top: 60px !important;
}
.mt70{
	margin-top: 70px !important;
}
.mt80{
	margin-top: 80px !important;
}
.mt90{
	margin-top: 90px !important;
}
.mt100{
	margin-top: 100px !important;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb40{
	margin-bottom: 40px !important;
}
.mb50{
	margin-bottom: 50px !important;
}
.mb60{
	margin-bottom: 60px !important;
}
.mb70{
	margin-bottom: 70px !important;
}
.mb80{
	margin-bottom: 80px !important;
}
.mb90{
	margin-bottom: 90px !important;
}
.mb100{
	margin-bottom: 100px !important;
}


/*スライドショー*/
.bx-wrapper {
	position: relative !important;
	border: none !important;
	box-shadow: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.bx-pager {
	bottom: 20px !important;
	padding: 0 !important;
}
.bx-pager-item {
	display: inline-block !important;
	width: 100px;
	height: 4px;
	margin: 0 0 0 22px !important;
}
.bx-pager-item a {
	display: block;
	width: 100% !important;
	height: 100% !important;
	text-indent: -100%;
	overflow: hidden;
}
.bx-pager-item .active {
	background-color: #c69c6d !important;
}
.bx-pager-link {
	background-color: #e6e6e6 !important;
}
.bx-pager-link:hover {
	background-color: #e6e6e6 !important;
}



/*フォーム*/
.form {
	width: 70%;
	margin: 0 auto;
}
.form input,
.form select,
.form textarea{
	padding: 5px 3px;
	margin: 3px;
	vertical-align: middle;
}
.form .break .wpcf7-list-item{
	display: block;
}
.form .cBox .wpcf7-list-item {
	display: inline-block;
	width: 48%;
	margin-bottom: 5px;
}
span.wpcf7-list-item {
	margin-left: 0 !important;
}
.submit {
	text-align: center;
}
.submit input {
	background-color: #E6E6E6;
	border: solid 1px #333;
	width: 45%;
	margin: 0 10px;
	padding: 14px 80px;
	text-align: center;
	-webkit-appearance: none;
}
.submit input:hover {
	background-color: #bfdce1;
}
.submit input:disabled {
	background-color: #999;
}
.wpcf7-radio label {
	margin-right: 1em;
}
.wpcf7c-conf {
	background-color: transparent !important;
	border: none !important;
}
div.wpcf7-validation-errors {
	border: none !important;
	color: #ff1110 !important;
	padding: 20px 0 !important;
}
.required {
	background-color: #000;
	border-radius: 3px;
	border: solid 1px #bdccd4;
	padding: 0 4px;
	margin: 0 0 0 4px;
	font-size: 625%;
	color: #bdccd4;
}
.formReq,
.formAny {
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	margin: 0 5px;
	padding: 0 10px;
	text-align: center;
}
.formReq {
	background-color: #009edd;
}
.formAny {
	background-color: #111;
}


/*共通 GoogleMapレスポンシブ対応*/
.youtube {
	clear: both;
	position: relative;
	padding-bottom: 56.25%;
	/* padding-bottom: 30%; */
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gmap {
	clear: both;
	position: relative;
	width: 100%;
	height: 550px;
	padding-bottom: 0;
	overflow: hidden;
}
.gmap iframe{
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 896px) {
/*SP GoogleMapレスポンシブ対応*/
	.youtube {
		clear: both;
		position: relative;
		/* padding-bottom: 124%; */
		padding-bottom: 100%;
		padding-top: 50px;
		height: 0;
		overflow: hidden;
	}
	.gmap {
		width: 100vw;
		height: 100vw;
	}
}


/*共通 ヘッダー*/
.header_wrap{
	position: fixed;
	background-color: rgba(255,255,255,0.8);
	box-sizing: border-box;
	width: 100%;
	height: 130px;
	padding: 0;
	margin: 0 auto;
	z-index: 10;
}
.sns_icon{
	justify-content: space-between;
}
.sns_icon li{
	width: 26px;
	height: 26px;
	margin: 0;
	list-style-type: none;
}
.sns_icon li img{
	width: 100%;
	height: auto;
}
/*共通 トップヘッダー*/
.top_header{
	position: relative;
	/* border-bottom: solid 4px #009edd; */
	/* aspect-ratio: 192 / 72; */
	width: 100%;
	height: calc(130px + 37.5vw);
	margin: 0 auto;
	z-index: 2;
}
.top_header::before{
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	background-color: #e19810;
	width: 100%;
	height: 6px;
	margin: 0 auto;
	content: "";
}
.top_header::after{
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
	background-color: #009edd;
	width: 100%;
	height: 6px;
	margin: 0 auto;
	content: "";
}
header .logo_txt{
	position: fixed;
	top: 50px;
	left: 120px;
	letter-spacing: 1em;
	font-size: 14px;
	font-weight: 400;
}
header .logo_txt a:hover{
	text-decoration: none;
}
.top_header .blogTitle{
	position: absolute;
	bottom: 6vw;
	/* right: calc((100vw - 1200px) / 2); */
	right: 8vw;
	/* width: 12.81vw; */
	width: 20vw;
	min-width: 140px;
	z-index: 1;
}
.top_header .blogTitle img{
	width: 100%;
	height: auto;
}
header .sns_icon{
	position: absolute;
	top: 46px;
	right: 40px;
	width: 140px;
}
.top_header .reservation_btn{
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	width: 330px;
	margin: 0 auto;
	z-index: 1;
}
.top_header .reservation_btn a{
	display: block;
	background-color: #fff;
	box-sizing: border-box;
	text-align: center;
	border: solid 4px #e19810;
	border-radius: 36px;
	padding: 11px 0;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.2em;
}
.top_header .reservation_btn a:hover{
	background-color: #fff5de;
	text-decoration: none;
}
.top_header .reservation_btn a img{
	margin: 0 10px 0 0;
	vertical-align: -12px;
}

.head_slide_body{
	position: absolute;
	top: 130px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 100%;
	/* min-width: 1920px; */
	margin: auto;
	z-index: 0;
}
#head_slide{
	width: 100%;
	margin: 0 auto;
	z-index: 0;
}
#head_slide img{
	width: 100%;
	height: auto;
}
#head_slide,#head_slide_sp{
	visibility: hidden;
}
/*共通 下層ヘッダー*/
header.header{
	border-bottom: solid 3px #e19810;
	position: relative;
	width: 100%;
	height: 130px;
}
header.header .blogTitle{
	position: absolute;
	bottom: -117px;
	left: 0;
	right: 0;
	background-color: #fff;
	padding: 0 10px;
	margin: auto;
	width: 258px;
	z-index: 99;
}
header.header .blogTitle img{
	width: 100%;
	height: auto;
}
header.header .logo_txt{
	color: #000;
	z-index: 1;
}
header.header .logo_txt a{
	color: #000;
}
/*w1280 ヘッダー*/
@media screen and (max-width: 1280px) {
}
/*SP ヘッダー*/
@media screen and (max-width: 896px) {
/*SP ヘッダー*/
.header_wrap{
	position: relative;
	height: 80px;
	padding: 0;
	margin: 0 auto;
	z-index: 1;
}
/*SP トップヘッダー*/
	.top_header{
		position: relative;
		width: 100%;
		min-width: 100%;
		height: calc(80px + 132.28vw);
		min-height: calc(80px + 132.28vw);
		margin: 0 auto;
	}
	.top_header::before{
		position: absolute;
		bottom: -8px;
		left: 0;
		right: 0;
		background-color: #e19810;
		width: 100%;
		height: 4px;
		margin: 0 auto;
		content: "";
	}
	.top_header::after{
		position: absolute;
		bottom: -16px;
		left: 0;
		right: 0;
		background-color: #009edd;
		width: 100%;
		height: 4px;
		margin: 0 auto;
		content: "";
	}
	header.header{
		border-bottom: solid 1px #e19810;
		position: relative;
		width: 100%;
		min-width: 100%;
		height: 80px;
		min-height: 80px;
		margin: 0 auto;
	}
	header .logo_txt{
		position: absolute;
		top: 30px;
		left: 6%;
		padding: 0;
		font-size: 2.5vw;
		letter-spacing: 1em;
	}
	header.header  .logo_txt{
		top: 24px;
		left: 3%;
		font-size: 10px;
		z-index: 10;
		letter-spacing: 0.8em;
	}
	.top_header .blogTitle {
		top: calc(10vw + 80px);
		bottom: inherit;
		left: 7vw;
		right: inherit;
		/* width: 17vw; */
		width: 40vw;
		height: auto;
		margin: 0 auto;
	}
	header.header .blogTitle {
		top: inherit;
		bottom: -49px;
		left: 0;
		right: 0;
		width: 100px;
		height: inherit;
		margin: 0 auto;
		padding: 0 10px;
	}
	header .blogTitle img{
		width: 100%;
		height: auto;
	}

	.top_header .reservation_btn{
		position: absolute;
		bottom: -38px;
		left: 0;
		right: 0;
		width: 70vw;
		margin: 0 auto;
	}
	.top_header .reservation_btn a{
		border-radius: 30px;
		padding: 8px 10px;
		font-size: 14px;
	}
	.top_header .reservation_btn img{
		width: 24px;
		height: auto;
		vertical-align: -11px;
	}

	.head_slide_body{
		top: 80px;
		min-width: 100%;
	}
	#head_slide_sp{
		height: 132.28vw;
	}
	/* .top_slide_pager{
		text-align: center;
		margin-top: 0;
	}
	.bx-pager-item {
		width: 14vw;
		height: 2px;
		margin: 0 5px !important;
	} */
}


/*共通 スクロールヘッダー*/
.scroll_nav {
	background-color: #fff;
	position: fixed;
	top: -10px;
	left: 0;
	z-index: 9500;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	z-index: 9997;
}
.scroll_nav_wrap{
	position: relative;
	box-sizing: border-box;
	width: 1300px;
	max-width: 100%;
	min-width: 1200px;
	padding: 0;
	margin: 0 auto;
	z-index: 1;
}
.is-show {
	top: 0;
	transform: translateY(0);
}

.scroll_nav #header_s{
	height: 140px;
	padding-top: 10px;
}
.scroll_nav .blogTitle{
	padding-top: 27px;
}
.scroll_nav .blogTitle a{
	width: 110px;
	height: auto;
}
.scroll_nav .blogTitle p{
	font-size: 12px;
}

@media screen and (max-width: 896px) {
/*SP スクロールヘッダー*/
.scroll_nav {
	height: 60px;
}
.scroll_nav #header_s{
	height: auto;
}
.scroll_nav_wrap{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 100%;
	min-width: inherit;
}
#header_s{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding: 10px 10px 0;
	margin: 0 auto;
	line-height: 1.3;
}
#header_s h1,
#header_s p{
	display: inline-block;
	text-align: center;
	width: 280px;
	font-size: 12px;
	font-weight: normal;
}
.sp_header a{
	box-sizing: border-box;
}
.sp_header a:hover{
	text-decoration: none;
}
}


/*共通 フッター*/
footer {
	position: relative;
	background-color: #f5f2e9;
	text-align: center;
	box-sizing: border-box;
	padding: 60px 40px 20px;
	margin: 160px auto 0;
	width: 100%;
}
.footer_logo{
	width: 270px;
	margin: 0 auto;
}
.footer_logo img{
	width: 100%;
	height: auto;
}
.footer_sns_icon{
	justify-content: space-between;
	width: 180px;
	margin: 80px auto 0;
}
.copy {
	margin-top: 70px;
	font-size: 12px;
}

.pagetop {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
}
@media screen and (max-width: 896px) {
/*sp フッター*/
footer {
	width: 100%;
	height: inherit;
	padding: 40px 0 15px;
	margin-top: 100px;
}
.footer_logo{
	width: 40vw;
}
.footer_sns_icon{
	width: 130px;
	margin: 70px auto 0;
	padding-top: 0;
}
.footer_sns_icon li{
	width: 20px;
}
.footer_sns_icon li img{
	width: 100%;
	height: auto;
}
.copy {
	margin-top: 40px;
	font-size: 10px;
}

.pagetop {
	position: fixed;
	bottom: 20px;
	left: inherit;
	right: 2%;
	margin: 0 auto;
	z-index: 99;
}
.pagetop img{
	width: 44px;
	height: auto;
}
}


/*共通 コンテンツ*/
.title {
	margin-bottom: 1.5em;
	font-size: 24px;
	font-weight: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
.title a {
	font-size: 24px;
}
.ttl {
	border-bottom: solid 1px #000;
	margin: 0 0 1em;
	padding-bottom: 0.6em;
	font-size: 18px;
	font-weight: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
.sttl {
	position: relative;
	/* border-bottom: solid 1px #000; */
	margin: 0 0 1em;
	padding-bottom: 1em;
	padding-left: 38px;
	font-size: 18px;
	font-weight: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
.sttl:after {
	display: block;
	border-radius: 100%;
	box-sizing: border-box;
	border: solid 4px #000;
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 24px;
	height: 24px;
}
h4 {
	margin-bottom: 0.5em;
	font-size: 16px;
}
@media screen and (max-width: 896px) {
/*SP コンテンツ*/
.title {
	font-size: 20px;
}
.title a {
	font-size: 20px;
}
.ttl {
	border-bottom: solid 1px #000;
	margin: 0 0 1em;
	padding-bottom: 0.6em;
	font-size: 18px;
	font-weight: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
.sttl {
	/* border-bottom: solid 1px #000; */
	margin: 0;
	padding-left: 32px;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
.sttl:after {
	display: block;
	border-radius: 100%;
	box-sizing: border-box;
	border: solid 3px #000;
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 22px;
	height: 22px;
}
h4 {
	margin-bottom: 0.5em;
	font-size: 14px;
}
}

/*共通 MOREボタン*/
.more_btn,
.more_btn_gray{
	display: block;
	text-align: center;
	position: relative;
	width: max-content;
	min-width: 390px;
	margin: 0 auto;
}
.more_btn a,
.more_btn_gray a{
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 23px 5px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.3em;
}
.more_btn a{
	background-color: #e19810;
}
.more_btn a:hover{
	background-color: #ffbe25;
	text-decoration: none;
}
.more_btn_gray a{
	background-color: #4d4d4d;
}
.more_btn_gray a:hover{
	background-color: #707070;
	text-decoration: none;
}
.more_btn img,
.more_btn_gray img{
	margin: 0 20px 0 0;
	vertical-align: -13px;
}

.more_btn_border{
	width: max-content;
	margin: 0 auto;
}
.more_btn_border a{
	position: relative;
	border-bottom: solid 3px #e19810;
	width: max-content;
	height: 3px;
	padding: 0 60px 8px;
	font-size: 22px;
	letter-spacing: 0.2em;
}
.more_btn_border a::before{
	position: absolute;
	bottom: -8px;
	left: 0;
	background-color: #009edd;
	width:100%;
	height: 3px;
	content: "";
}
.more_btn_border a::after{
	position: absolute;
	top: 7px;
	bottom: 0;
	right: 35px;
	margin: 0;
	font-size: 14px;
	content: "＞";
}
.more_btn_border a:hover{
	text-decoration: none;
	color: #009edd;
}
@media screen and (max-width: 896px) {
	/*SP MOREボタン*/
	.more_btn,
	.more_btn_gray{
		min-width: 60vw;
	}
	.more_btn a,
	.more_btn_gray a{
		padding: 10px 5px;
		font-size: 12px;
		letter-spacing: 0.4em;
	}
	.more_btn img,
	.more_btn_gray img{
		width: 18px;
		height: auto;
		margin: 0 10px 0 0;
		vertical-align: -8px;
	}

	.more_btn_border a{
	padding: 0 40px 8px;
		font-size: 12px;
	}
	.more_btn_border a::after{
		top: 1px;
		right: 20px;
		font-size: 10px;
		content: "＞";
	}
}


/*共通 トップページ 共通パーツ*/
.section_title{
	position: relative;
	text-align: center;
	width: max-content;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
	line-height: 1;
	letter-spacing: 0.2em;
	/*Quicksand Regular*/
	font-family: quicksand, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.section_title span{
	display: block;
	margin-top: 5px;
	padding: 0;
	font-size: 14px;
	letter-spacing: 0.1em;
	/*Noto Sans CJK JP Regular*/
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.section_title_line{
	padding: 30px 0;
}
.section_title_line::before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(images/top_title_line.svg) 50% 50% repeat-x;
	background-size: 1920px 126px;
	width: 100vw;
	height: 126px;
	margin: auto;
	z-index: -2;
	content: "";
}
.section_title_line::after{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	width: 100%;
	height: 100%;
	padding: 0 80px;
	margin: auto;
	z-index: -1;
	content: "";
}
@media screen and (max-width: 896px) {
	/*SP トップページ 共通パーツ*/
	.section_title{
		font-size: 24px;
	}
	.section_title span{
		font-size: 11px;
	}
	.section_title_line{
		padding: 0;
	}
	.section_title_line::before{
		position: absolute;
		background-size: 576px 38px;
		width: 100vw;
		height: 38px;
	}
	.section_title_line::after{
		padding: 0 30px;
	}
}


/*共通 トップページ ABOUT*/
#top_about{
	position: relative;
	text-align: center;
	margin: 170px auto 0;
	z-index: 1;
}
#top_about .inner{}
#top_about h2{
	margin: 0 auto;
	font-size: 48px;
	letter-spacing: 0.2em;
	line-height: 1.6;
	font-weight: 300;
}
.top_voice_bnr{
	width: 1000px;
	max-width: 100%;
	margin: 40px auto 0;
}
.top_voice_bnr img{
	width: 100%;
	height: auto;
}
#top_about .txt01{
	margin: 40px 0 0;
	font-size: 18px;
	letter-spacing: 0.2em;
}
.top_genin_sub{
	text-align: center;
	margin: 50px 0 0;
	font-size: 18px;
}
.top_about_slide_body{
	justify-content: space-between;
	width: 1200px;
	max-width: 100%;
	margin: 120px auto 0;
}
.top_about_slide img{
	width: 100%;
	height: auto;
}
.wrap_L{
	width: 32.5%;
}
.wrap_R{
	width: 66.25%;
}
.wrap_TOP{
	align-self: flex-start;
	width: 100%;
}
.wrap_BOTTOM{
	align-self: flex-end;
	justify-content: space-between;
	width: 100%;
}
.wrap_BOTTOM .wrap_BOTTOM_item{
	width: 49.06%;
}

#top_about_slide01,
#top_about_slide02,
#top_about_slide03,
#top_about_slide04{
	width: 100%;
	margin: 0 auto;
	z-index: 0;
	visibility: hidden;
}

#top_about .more_btn_gray{
	margin-top: 80px;
}

#top_about .shop_info{
	margin-top: 80px;
}
.shop_info .sub{
	margin: 20px 0 0;
	font-size: 14px;
}
.shop_info .time_wrap{
	box-sizing: border-box;
	background-color: #eee;
	text-align: left;
	width: max-content;
	max-width: 100%;
	margin: 20px auto 0;
	padding: 20px 40px;
}
.time_wrap h4{
	text-align: center;
	font-size: 18px;
	font-weight: 400;
}
.time_wrap .time{
	text-align: left;
	width: max-content;
	margin: 0;
}
.time_wrap .time_sub{
	margin: 10px 0 0;
	font-size: 14px;
}

@media screen and (max-width: 896px) {
	/*SP トップページ ABOUT*/
	#top_about{
		margin: calc(50px + 9vw) auto 0;
	}
	#top_about .inner{
		padding: 0 3%;
	}
	#top_about h2{
		margin: 0 auto;
		font-size: 20px;
		line-height: 1.6;
	}
	.top_voice_bnr{
		width: 100%;
		margin: 20px auto 0;
	}
	#top_about .txt01{
		margin: 20px 0 0;
		font-size: 10px;
	}
	#top_about .top_genin{
		margin-top: 20px;
	}
	.top_genin_sub{
		text-align: center;
		margin: 20px 0 0;
		font-size: 10px;
	}
	.top_about_slide_body{
		margin: 50px auto 0;
	}

	#top_about .more_btn_gray{
		margin-top: 40px;
	}

	#top_about .shop_info{
		margin-top: 40px;
	}
	.shop_info .sub{
		margin: 15px 0 0;
		font-size: 11px;
	}
	.shop_info .time_wrap{
		width: 100%;
		padding: 15px 10px;
	}
	.time_wrap h4{
		font-size: 14px;
	}
	.time_wrap .time{
		text-align: center;
		width: 100%;
		font-size: 12px;
	}
	.time_wrap .time_sub{
		font-size: 11px;
	}
}

/*共通 トップページ OWNER MESSAGE*/
#top_owner{
	position: relative;
	background: url(images/top_owner_bg.svg) 50% 630px no-repeat;
	background-size: 1172px 950px;
	box-sizing: border-box;
	background-color: #f5f2e9;
	padding: 130px 40px 180px;
	margin: 180px auto 0;
}
#top_owner .inner{
	position: relative;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#top_owner .owner_img{
	width: 100%;
	height: auto;
	margin-top: 60px;
}
.top_owner_bottom{
	margin-top: 80px;
	padding: 0 50px;
}
.top_owner_bottom p{
	font-size: 14px;
}
.top_owner_name{
	gap: 75px;
}
.top_owner_name .item{}
.top_owner_name .item_left{
	font-size: 23px;
}
.top_owner_name .item_left .s{
	margin-right: 1.5em;
	font-size: 18px;
}
.top_owner_name .item_right{}
.top_owner_name .item_right p{}

.top_owner_txt{
	margin-top: 70px;
}
.top_owner_keireki{
	margin-top: 70px;
}
.top_owner_keireki h3{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
}

.top_owner_info{
	position: relative;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px;
	padding-top: 0;
}
.top_owner_info::before{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 340px;
	height: 4px;
	content: "";
}
.top_owner_info .item_left{
	width: 420px;
}
.top_owner_info h3{
	padding-top: 50px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 400;
}
.top_owner_info p{
	margin-bottom: 0;
}
.top_owner_info .item_right{
	/* width: 178px; */
	width: 270px;
}
.top_owner_info .item_right img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 896px) {
/*SP トップページ OWNER MESSAGE*/
	#top_owner{
		background: url(images/top_owner_bg.svg) -10vw 66vw no-repeat;
		background-size: 100% auto;
		background-color: #f5f2e9;
		padding: 50px 10%;
		margin: 80px auto 0;
	}
	#top_owner .inner{
		position: relative;
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#top_owner .owner_img{
		margin-top: 40px;
	}
	.top_owner_bottom{
		margin-top: 40px;
		padding: 0;
	}
	.top_owner_bottom p{
		font-size: 12px;
	}
	.top_owner_name{
		gap: 20px 0;
	}
	.top_owner_name .item{
		width: 100%;
	}
	.top_owner_name .item_left{
		margin-bottom: 0;
		font-size: 16px;
	}
	.top_owner_name .item_left .s{
		font-size: 12px;
	}
	.top_owner_name .item_right{}
	.top_owner_name .item_right p{}

	.top_owner_txt{
		margin-top: 40px;
	}
	.top_owner_keireki{
		margin-top: 40px;
	}
	.top_owner_keireki h3{
		margin-bottom: 5px;
		font-size: 14px;
	}

	.top_owner_info{
		text-align: center;
		gap: 40px 0;
		padding-top: 40px;
		margin-top: 40px;
	}
	.top_owner_info::before{
		position: absolute;
		top: 0;
		left: 0;
		background-color: #fff;
		width: 100%;
		height: 3px;
		content: "";
	}
	.top_owner_info .item_left{
		width: 100%;
		order: 2;
	}
	.top_owner_info h3{
		padding-top: 0;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.top_owner_info .item_right{
		width: 50%;
		margin: 0 auto;
		order: 1;
	}
	.top_owner_info .item_right img{
		width: 100%;
		height: auto;
	}
}

/*共通 トップページ MENU*/
#top_menu{
	position: relative;
	padding: 0;
	margin-top: 160px;
}
#top_menu .top_menu_img{
	width: 1000px;
	max-width: 100%;
	height: auto;
	margin-top: 80px;
}
#top_menu h3{
	text-align: center;
	margin-top: 80px;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0.02em;
}
#top_menu .txt01{
	text-align: center;
	margin-top: 40px;
	font-size: 20px;
	letter-spacing: 0.02em;
}

.top_genin{
	box-sizing: border-box;
	text-align: center;
	background-color: #f5f2e9;
	border-radius: 35px;
	max-width: 1000px;
	padding: 40px 80px 60px;
	margin: 50px auto 0;
}
.top_genin h4{
	font-size: 22px;
	font-weight: 400;
}
.top_genin ul{
	justify-content: center;
	gap: 20px 50px;
	margin-top: 30px;
	font-size: 19px;
}
.top_genin li{
	width: max-content;
	list-style-type: none;
}

#top_menu .reason{}
#top_menu .reason h3{
	margin-top: 100px;
}
#top_menu .reason_wrap{
	text-align: center;
	gap: 80px 0;
	margin-top: 50px;
}
#top_menu .reason_wrap .item{
	position: relative;
	width: 100%;
}
#top_menu .reason_wrap .item h4{
	font-weight: 300;
	font-size: 24px;
	font-weight: 400;
}
#top_menu .reason_wrap .item h4 .num{
	display: inline-block;
	background-color: #009edd;
	border-radius: 50%;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 0;
	margin: 0 20px 0 0;
	line-height: 70px;
	font-size: 18px;
	color: #fff;
}
#top_menu .reason_wrap .item p{
	margin: 30px 0 0;
}
.reason_img01{
	border-radius: 50%;
	position: absolute;
	top: -200px;
	right: -260px;
	width: 390px;
	height: auto;
	z-index: 0;
}
.reason_img02{
	border-radius: 50%;
	position: absolute;
	top: -200px;
	left: -200px;
	width: 300px;
	height: auto;
	z-index: 0;
}

#top_menu .txt02{
	text-align: center;
	margin-top: 60px;
	margin-bottom: 0;
	line-height: 2.2;
	font-weight: 300;
}

#top_menu .more_btn{
	margin-top: 50px;
}
@media screen and (max-width: 896px) {
/*SP トップページ MENU*/
	#top_menu{
		margin-top: 80px;
		padding: 0 3%;
	}
	#top_menu .top_menu_img{
		width: 100%;
		max-width: 100%;
		margin-top: 40px;
	}

	#top_menu h3{
		margin-top: 40px;
		font-size: 20px;
	}
	#top_menu .txt01{
		margin-top: 20px;
		font-size: 14px;
	}

	.top_genin{
		border-radius: 22px;
		padding: 20px 30px 30px;
		margin-top: 30px;
	}
	.top_genin h4{
		font-size: 16px;
	}
	.top_genin ul{
		gap: 20px 8%;
		margin-top: 20px;
		font-size: 14px;
	}
	nu .top_genin li{
		width: 46%;
	} */

	#top_menu .reason{
		margin-top: 80px;
	}
	#top_menu .reason h3{
		margin-top: 60px;
	}
	#top_menu .reason_wrap{
		gap: 60px 0;
		margin-top: 30px;
	}
	#top_menu .reason_wrap .item{
	}
	#top_menu .reason_wrap .item h4{
		font-size: 16px;
		line-height: 1.5;
		font-weight: 300;
	}
	#top_menu .reason_wrap .item h4 .num{
		display: block;
		width: 60px;
		height: 60px;
		padding: 0;
		margin: 0 auto 15px;
		font-size: 15px;
		line-height: 60px;
	}
	#top_menu .reason_wrap .item p{
		text-align: left;
		margin: 20px 0 0;
		padding: 0 10%;
	}
	.reason_img01,
	.reason_img02{
		position: relative;
		top: inherit;
		left: inherit;
		right: inherit;
		width: 60%;
		margin-top: 40px;
	}

	#top_menu .txt02{
		margin-top: 50px;
	}

	#top_menu .more_btn{
		margin-top: 30px;
	}
}

/*共通 トップページ BLOG*/
#top_news{
	position: relative;
	padding: 0;
	margin-top: 180px;
}
#top_news .inner{
	width: 1050px;
	max-width: 100%;
	margin: 0 auto;
}
#top_news h2{
	margin-bottom: 60px;
}
#top_news ul{
	gap: 80px 2.84%;
	margin: 120px auto 0;
}
#top_news li{
	width: 31.43%;
	margin: 0;
	list-style-type: none;
}
#top_news li a.link{
	display: block;
	aspect-ratio: 33 / 22;
	font-size: 16px;
}
.news li img{
	width: 100%;
	height: 100%;
}
.news li .date{
	margin: 5px 0 0;
	font-size: 16px;
}
.news li h3{
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}
.news li .cat{
	text-align: center;
	box-sizing: border-box;
	background-color: #e6e6e6;
	width: 100%;
	margin-top: 10px;
	padding: 2px;
	font-size: 12px !important;
	color: #000;
}
.news li .cat a{
	font-size: 12px !important;
	color: #000;
}
.news li .cat a:hover{
	text-decoration: none;
}
#top_news .more_btn_border{
	margin-top: 130px;
}
@media screen and (max-width: 896px) {
/*SP トップページ NEWS*/
#top_news{
	margin-top: 80px;
}
#top_news .inner{
	width: 68.78vw;
	margin: 0 auto;
	padding: 0;
}
#top_news ul{
	gap: 50px 0;
	width: 100%;
	margin: 40px auto 0;
}
#top_news li{
	width: 100%;
}
#top_news li a{
	font-size: 12px;
}
#top_news li h3{
	margin-top: 10px;
	font-size: 12px;
}
#top_news li .date{
	margin: 2px 0 0;
	font-size: 12px;
}
.news li .cat a{
	font-size: 10px;
}
#top_news .more_btn_border{
	margin-top: 80px;
}
}

/*共通 トップページ ACCESS*/
#top_access{
	position: relative;
	text-align: center;
	padding: 0;
	margin: calc(240px - 130px) 0 0;
	padding-top: 130px;
}
#top_access .shop_info{
	margin-top: 110px;
}
.shop_info .name{
	margin-top: 0;
	font-size: 38px;
	letter-spacing: 0.2em;
	font-weight: 300;
}
.shop_info .address{
	margin-top: 40px;
	font-size: 20px;
	letter-spacing: 0.2em;
}
.shop_info .tel{
	position: relative;
	text-align: center;
	padding: 0;
	margin: 40px auto 0;
	font-size: 40px;
	letter-spacing: 0.2em;
	font-weight: 300;
}
.shop_info .tel a:hover{
	color: #009edd;
	text-decoration: none;
}
.shop_info .tel img{
	width: 28px;
	height: auto;
	margin-right: 35px;
	vertical-align: -6px;
}
@media screen and (max-width: 896px) {
	/*SP トップページ ACCESS*/
	#top_access{
		margin-top: 120px;
		padding-top: 0;
	}
	#top_access .shop_info{
		margin-top: 40px;
		padding: 0 3%;
	}
	.shop_info .name{
		font-size: 13px;
	}
	.shop_info .address{
		margin-top: 20px;
		font-size: 12px;
	}
	.shop_info .tel{
		width: 80%;
		margin-top: 20px;
		font-size: 22px;
	}
	.shop_info .tel img{
		width: 16px;
		height: auto;
		margin-right: 15px;
		vertical-align: -5px;
	}
}


/*共通 トップページ WORKS*/
#top_works{
	background-color: #f1f1f1;
	padding: 100px 0;
}
#top_works .inner{}
#top_works h2{
	margin-bottom: 110px;
}
#top_works .box{
	margin-bottom: 120px;
}
#top_works .box h3{
	margin-top: 10px;
	font-size: 18px;
	font-weight: normal;
}
#top_works .box h3 a{
	font-size: 18px;
}
@media screen and (max-width: 896px) {
/*SP トップページ WORKS*/
#top_works{
	padding: 50px 0;
}
#top_works .inner{
	padding: 0 3%;
}
#top_works h2{
	margin-bottom: 50px;
}
#top_works .box{
	margin: 0 auto 50px;
}
#top_works .box h3{
	margin-top: 5px;
	font-size: 13px;
}
#top_works .box h3 a{
	font-size: 13px;
}
#top_works .box h3 img{
	width: 100%;
	height: auto;
}
}


/*共通 トップページ コンタクト*/
#footer_contact{
	padding: 180px 0 220px;
}
#footer_contact h2{
	margin-bottom: 100px;
}
.contact_form{
	position: relative;
	margin: 0 auto;
}
.contact_form table{
	width: 100%;
}
.contact_form th,
.contact_form td{
	border-top: solid 42px #fff;
	background-color: #f1f1f1;
	padding: 15px;
	vertical-align: middle;
}
.contact_form th{
	border-right: solid 22px #fff;
	box-sizing: border-box;
	width: 190px;
	font-size: 16px;
	line-height: 1;
}
.contact_form .textarea th{
	vertical-align: top;
}
.contact_form td input,
.contact_form td textarea{
	border: none;
	background-color: transparent;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 0;
	font-size: 16px;
	outline: none;
	line-height: 1.4;
}
.contact_form td textarea{
	height: 180px;
}
.contact_form td input::placeholder,
.contact_form td textarea::placeholder{
	color: #ccc;
}
.contact_form p.sub{
	margin: 20px 0 0;
}
.contact_form .privacy_link{
	text-align: center;
	margin: 0;
}
.contact_form .submit_btn { 
	text-align: center;
	margin: 100px auto 0
}
.contact_form .submit_btn input{
	position: relative;
	display: block;
	background-color: #f1f1f1;
	border: solid 1px #333;
	border-radius: 50px;
	width: 400px;
	margin: 0 auto;
	padding: 16px 0 12px;
	font-size: 24px;
	outline: none;
	line-height: 1;
}
.contact_form .submit_btn input:hover{
	/* background-color: #f5bdb8;
	color: #111; */
	opacity: 0.7;
}
.contact_form .submit_btn .ajax-loader{
	background-color: #eee;
}

@media screen and (max-width: 896px) {
/*SP トップページ コンタクト*/
#footer_contact{
	/* margin-top: 80px; VOICEを表示したらこちらを使用*/
	margin-top: 0;
	padding: 50px 3% 140px;
}
#footer_contact h2{
	margin-bottom: 40px;
}
.contact_form{
	width: 100%;
	max-width: 100% !important;
	margin: 0 auto;
}
.contact_form table{
	width: 100%;
	margin: 0 auto;
}
.contact_form th,
.contact_form td{
	border: none;
	width: 100%;
	font-size: 13px;
}

.contact_form th{
	border: none;
	border-left: solid 4px #333;
	background-color: transparent;
	padding: 2px 0 2px 8px;
	margin-bottom: 10px;
	font-size: 13px;
	width: 100%;
	vertical-align: bottom;
}
.contact_form td{
	background-color: #f1f1f1;
	padding: 0;
	margin-bottom: 20px;
	font-size: 13px;
}
.contact_form td input,
.contact_form td textarea{
	box-sizing: border-box;
	width: 100%;
	padding: 12px;
	outline: 0;
}
.contact_form .sub{
	text-align: right;
	margin: 5px 0 0 !important;
	font-size: 11px;
}
.contact_form .privacy_link{
	margin: 0;
	font-size: 13px;
}
.contact_form .submit_btn{
	margin-top: 50px;
}
.contact_form .submit_btn p{
	text-align: center;
	margin-bottom: 0;
}
.contact_form .submit_btn input{
	position: relative;
	border: none;
	width: 510px;
	margin: 0 auto 10px;
}

.contact_form .submit_btn input{
	-webkit-appearance: none;
	position: relative;
	display: block;
	background-color: #f1f1f1;
	border: solid 1px #333;
	border-radius: 50px;
	width: 250px;
	margin: 0 auto;
	padding: 16px 0 12px;
	font-size: 14px;
	outline: none;
	line-height: 1;
}
}


/*共通 コンテンツ*/
.page_title{
	width: 100%;
	margin: 0;
	padding: 0 0 80px;
}
.page_title h1{
	position: relative;
	padding-left: 40px;
	line-height: 1;
	letter-spacing: 0.2em;
	font-size: 36px;
	font-weight: 400;

}
.page_title h1::after{
	position: absolute;
	top: 3px;
	left: 0;
	border-radius: 50%;
	background-color: #009edd;
	width: 28px;
	height: 28px;
	margin: 0 auto;
	content: "";
}
@media screen and (max-width: 896px) {
/*SP コンテンツ*/
.page_title{
	box-sizing: border-box;
	padding: 0 3% 20px !important;
}
.page_title h1{
	padding-left: 28px;
	font-size: 24px;
}
.page_title h1::after{
	position: absolute;
	top: 3px;
	left: 0;
	background-color: #009edd;
	width: 18px;
	height: 18px;
	margin: 0 auto;
	content: "";
}
}


/*共通 パンくずリスト*/
.breadcrumb_body {
	position: relative;
	text-align: left;
	max-width: 100%;
	margin: 20px auto 300px;
}
.breadcrumb {
	width: calc((100% / 2) - 140px);
	max-width: 100%;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
.breadcrumb li {
	display: inline;
	position: relative;
	margin-right: 0.5em;
	list-style-type: none;
}
.breadcrumb li::after{
	display: inline;
	content: "＞";
	padding-left: 0.5em;
}
.breadcrumb li:last-of-type::after{
	display: none;
}
@media screen and (max-width: 896px) {
/*SP パンくずリスト*/
.breadcrumb_body{
	width: 94%;
	margin: 70px auto 40px;
}
.breadcrumb {
	width: 100%;
}
.breadcrumb li::after{
	display: inline;
	padding-left: 6px;
	content: "＞";
	font-size: 10px;
}

}

/*共通 NEWS*/
.news_main {
	float: left;
	width: 700px !important;
}
.news_list{
	width: 100%;
	gap: 80px 35px;
}
.news_list li{
	width: 330px;
	margin: 0;
	list-style-type: none;
}
.news_list li img{
	width: 100%;
	height: auto;
}

.news_side{
	float: right;
	width: 220px;
}
.side_widget:not(:first-of-type){
	margin-top: 120px;
}
.side_widget h3{
	position: relative;
	background-color: #e19810;
	border-radius: 26px;
	text-align: center;
	margin: 0;
	padding: 12px 0;
	line-height: 1;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
}

.side_widget ul{
	margin: 50px auto 0;
	padding: 0 10px 0 30px;
}
.side_widget li {
	margin-bottom: 14px;
	font-size: 18px;
	list-style-type: none;
}
.side_widget ul.children{
	margin: 10px 0 0 1em;
	padding: 0;
}
.side_widget ul.children li{
	position: relative;
	padding-left: 15px;
}
.side_widget ul.children li::before{
	background-color: #e19810;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	height: 5px;
	margin: auto 0;
	content: "";
}

.side_widget .post-date {
	display: block;
	padding-top: 5px;
	font-size: 12px;
}

.wp-pagenavi,
.nav-below {
	clear: both;
	text-align: center;
	margin: 0 auto;
	padding-top: 100px;
}
.wp-pagenavi a.page,
.wp-pagenavi span.current {
	display: inline-block;
	border: solid 2px #e19810 !important;
	background-color: #fff;
	text-decoration: none !important;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0 8px 5px !important;
	font-size: 16px;
	line-height: 44px;
	text-decoration: none;
	color: #e19810;
}
.wp-pagenavi span.current {
	background-color: #e19810 !important;
	color: #fff;
}
.nextpostslink,
.previouspostslink{
	border: none !important;
	padding: 3px 15px !important;
	font-size: 18px;
}
.wp-pagenavi a.page:hover,
.wp-pagenavi span.current:hover {
	background-color: #fff8e9;
}


.wp-pagenavi .pages {
	width: 80px;
}
.wp-pagenavi .extend {
	border: none;
}

.nav-below{
	align-items: center;
}
.nav-previous,
.nav-next {
	display: block;
	text-decoration: none;
	width: 10%;
	height: 40px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 40px;
}
.nav-previous a,
.nav-next a{
	display: block;
	text-decoration: none !important;
	color: #000;
	font-size: 18px;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}

.return-top{
	display: inline-block;
	text-align: center;
	width: 80%;
}
.return-top a{
	display: block;
	background-color: #4d4d4d;
	padding: 10px 0;
	text-decoration: none !important;
	width: 270px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.2em;
}
.return-top a:hover{
	background-color: #666;
}

.newsTxt h2{
	font-size: 20px;
}
.newsInfo{
	position: relative;
	display: flex;
	align-items: center;
	margin: 20px 0;
	font-size: 14px;
}
.newsTxt .post a{
	color: #009edd;
}
.newsTxt .post img{
	max-width: 100%;
	height: auto;
}

.newsInfo .item {
	display: inline-block;
	width: 50%;
}
.newsInfo .item.cat{
	text-align: right;
}
.newsInfo .item.cat span{
	display: inline-block;
	background-color: #e6e6e6;
	padding: 1px 22px;
	font-size: 12px;
}
@media screen and (max-width: 896px) {
/*SP NEWS*/
.news_main {
	float: none;
	width: 100% !important;
	margin-bottom: 0;
}
.news_list {
	gap: 60px 0;
	width: 100%;
	margin: 0 auto;
}
.news_list li {
	width: 100%;
	margin: 0 auto;
}
.news_list li img{
	width: 100%;
	height: auto;
}

.news_list .date{
	font-size: 12px;
}
.newsInfo .date {
	flex: 0 0 100px;
}
.newsInfo .cat {
	flex: auto;
}
.news_side{
	float: none;
	text-align: center;
	width: 100%;
}
.side_widget {
	border-top: solid 6px #e6e6e6;
	width: 100%;
	margin: 90px auto 0;
	padding-top: 50px;
}
.side_widget:not(:first-of-type) {
	margin-top: 40px;
}
.side_widget h3{
	width: 55%;
	margin: 0 auto;
	padding: 12px 0;
	font-size: 14px;
}
.side_widget ul{
	margin: 50px 0 0;
	padding: 0;
}

.side_widget ul.children{
	margin: 10px 0 0;
	padding: 0;
}
.side_widget ul.children li{
	position: relative;
	width: max-content;
	margin: 0 auto 5px;
	padding-left: 5px;
	font-size: 16px;
}
.side_widget ul.children li::before{
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10px;
	width: 5px;
	height: 5px;
	margin: auto 0;
	content: "";
}

.newsTxt h2{
	margin-bottom: 30px;
	padding-bottom: 0;
	font-size: 15px;
}
.newsTxt .newsInfo{
	margin-bottom: 20px;
	font-size: 12px;
}

.wp-pagenavi a.page,
.wp-pagenavi span.current {
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0 5px 5px !important;
	font-size: 14px;
	line-height: 30px;
}

.nav-below span{
}
.nav-previous,
.nav-next {
	width: 20%;
}

.return-top{
	display: inline-block;
	text-align: center;
	width: 60%;
}
.return-top a{
	display: block;
	box-sizing: border-box;
	padding: 5px 10px;
	width: 70%;
	font-size: 12px;
}
}

/*共通アーカイブ*/
.archive_title{
	margin-bottom: 4em;
	font-size: 20px;
	font-weight: 400;
}
#archive_list.news_list {
	width: 100%;
	margin: 0 auto;
}
.item_list{
	/* justify-content: space-between; */
}
.item_list li{
	width: 31.39% !important;
	margin: 0 2.918% 40px 0 !important;
	list-style-type: none;
}
.item_list li img{
	margin-bottom: 10px;
}
.item_list li h3{
	margin: 0;
}
.item_list li p{
	margin-bottom: 0;
}
.item_list li .date{
	margin: 5px 0 0;
	font-size: 12px;
}
@media screen and (max-width: 896px) {
.archive_title{
	margin-bottom: 2em;
}

}

/*共通 WORKS*/
.works_slide_body h3{
	text-align: left;
	margin-bottom: 30px;
	font-size: 23px;
	font-weight: normal;
}
.works_slide_body .cat{
	float: right;
	text-align: center;
	box-sizing: border-box;
	background-color: #000;
	padding: 4px 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

.works_slide_box{
	clear: both;
	margin-bottom: 60px;
}
.works_slide_thumb{
	margin-top: 25px;
}
.works_slide_thumb a{
	display: block;
	width: 240px;
	height: auto;
	margin: 0 13px 13px 0;
}
.works_slide_thumb a:nth-of-type(4n){
	margin-right: 0;
}
.works_slide_thumb img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 896px) {
/*SP WORKS*/
.works_slide_body h3{
	margin-bottom: 20px;
	font-size: 15px;
}
.works_slide_body .cat{
	font-size: 12px;
}
.works_slide_thumb{
	margin-top: 15px;
}
.works_slide_thumb a{
	width: 23%;
	margin: 0 2.6% 2.6% 0;
}
}

/*共通 お問い合わせ*/
div.wpcf7-mail-sent-ok {
	border: none !important;
}
.form input,
.form select,
.form textarea {
	padding: 15px;
	font-size: 18px;
}
.form table th,
.form table td {
	padding: 18px 10px;
}

.wpcf7-mail-sent-ok{
	padding-left: 0 !important;
	margin-left: 0 !important;
}

/*共通 施術メニュー*/
#page-menu{}
#page-menu .menu_img{
	max-width: 100%;
	height: auto;
}
#page-menu .owner_wrap{
	justify-content: center;
	align-items: center;
	gap: 0;
	margin-top: 100px;
}
#page-menu .owner_wrap .item_left{
	box-sizing: border-box;
	width: 50%;
	padding-left: 6%;
}
#page-menu .owner_wrap .item_left p{
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 2;
}
#page-menu .owner_wrap .item_right{
	width: 50%;
}
#page-menu .owner_wrap .item_right img{
	border-radius: 50%;
	width: 360px;
	height: auto;
	margin-left: 40px;
}

#page-menu .menu_course{
	gap: 160px 0;
	margin: 200px auto 0;
}
#page-menu .menu_course .box{
	position: relative;
	text-align: center;
	box-sizing: border-box;
	border-radius: 36px;
	width: 100%;
	padding: 60px 50px;
}
#page-menu .menu_course .box:not(:first-of-type)::before{
	position: absolute;
	top: -154px;
	left: 0;
	right: 0;
	background-color: #e6e6e6;
	width: 6px;
	height: 120px;
	margin: 0 auto;
	content: "";
}
#page-menu #karada{
	border: solid 14px #e19810;
}
#page-menu #hormone{
	border: solid 14px #009edd;
}
#page-menu #trial{
	border: solid 14px #8cc63f;
}
#page-menu #sango{
	border: solid 14px #d690bf;
}
#page-menu #seitai_pre{
	border: solid 14px #b18d0b;
}
#page-menu .menu_course .box h3{
	text-align: center;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0.2em;
}
#page-menu .menu_course .box p{
	font-weight: 300;
}
#page-menu .menu_course .box p:last-of-type{
	margin-bottom: 0;
}
#page-menu .menu_course .price{
	justify-content: center;
	align-items: flex-end;
	margin: 50px 0 40px;
	line-height: 1;
	letter-spacing: 0.1em;
}
#page-menu .menu_course .price .l{
	font-size: 72px;
	letter-spacing: 0.1em;
}
#page-menu .menu_course .price .l .price_title{
	text-align: center;
	display: block;
	margin-bottom: 10px;
	font-size: 22px;
}
#page-menu .menu_course .price .s{
	padding: 0 0 0 0.5em;
	font-size: 24px;
}
#page-menu .menu_course .price .slash{
	padding: 0 0.2em;
	transform: scaleX(0.5);
}
#page-menu .menu_course .desc{
	margin-top: 50px;
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 1.8;
}
#page-menu .menu_course .sub{
	letter-spacing: 0.2em;
}

#page-menu .txt02{
	text-align: center;
	margin-top: 160px;
	margin-bottom: 0;
	line-height: 2.2;
	font-weight: 300;
}

#page-menu .more_btn_gray{
	margin-top: 30px;
}
@media screen and (max-width: 896px) {
/*SP 施術メニュー*/
	#page-menu .owner_wrap{
		justify-content: center;
		align-items: center;
		gap: 40px 0;
		margin-top: 30px;
	}
	#page-menu .owner_wrap .item_left{
		width: 100%;
		padding-left: 0;
	}
	#page-menu .owner_wrap .item_left p{
		font-size: 14px;
	}
	#page-menu .owner_wrap .item_right{
		width: 100%;
	}
	#page-menu .owner_wrap .item_right img{
		width: 60%;
		margin: 0 auto;
	}

	#page-menu .menu_course{
		gap: 80px 0;
		margin: 80px auto 0;
	}
	#page-menu .menu_course .box{
		border-radius: 20px;
		padding: 30px 20px;
	}
	#page-menu .menu_course .box:not(:first-of-type)::before{
		top: -80px;
		width: 3px;
		height: 60px;
	}
	#page-menu #karada{
		border-width: 10px;
	}
	#page-menu #hormone{
		border-width: 10px;
	}
	#page-menu #trial{
		border-width: 10px;
	}
	#page-menu #sango{
		border-width: 10px;
	}
	#page-menu #seitai_pre{
		border-width: 10px;
	}
	#page-menu .menu_course .box h3{
		font-size: 5vw;
		line-height: 1.6;
	}
	#page-menu .menu_course .box p{
		font-size: 12px;
	}
	#page-menu .menu_course .price{
		margin: 30px 0 20px;
	}
	#page-menu .menu_course .price .l{
		font-size: 7vw;
	}
	#page-menu .menu_course .price .l .price_title{
		margin-bottom: 5px;
		font-size: 2.8vw;
	}
	#page-menu .menu_course .price .s{
		padding: 0 0 0 0.3em;
		font-size: 4vw;
	}
	#page-menu .menu_course .desc{
		margin-top: 30px;
		font-size: 12px;
		letter-spacing: 0.2em;
		line-height: 1.8;
	}
	#page-menu .menu_course .sub{
		font-size: 11px;
	}

	#page-menu .txt02{
		margin-top: 60px;
	}

	#page-menu .more_btn_gray{
		margin-top: 20px;
	}
}


/*@media screen and (min-width: 1281px) {*/
@media screen and (min-width: 897px) {
/*画面幅が897px以上（PC）*/
/*.pc_only {
	display: block;
}*/
.sp_only {
	/*スマホでは非表示*/
	display: none !important;
}

body {
	position: relative;
	max-width: 100%;
}
#body_inner{
	position: relative;
	overflow: hidden;
}
/*fixヘッダーでのスムーズスクロールのズレ対策*/
/* body:not(.home) #body_inner {
	padding-top: 32px;
	margin-top: -32px;
} */
#wrapper{
	clear: both;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.w1320{
	width: 1320px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.w1200{
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.w1000{
	width: 1000px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.w900{
	width: 900px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.w800{
	width: 830px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.w700{
	width: 700px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}



/*サイドバー*/
#sidebar {
	float: right;
	border: solid 5px #f1f1f1;
	width: 290px;
	padding: 5px;
}
#sidebar li {
	list-style-type: none;
}

/*お問い合わせ*/
.contact_fotm .table th {
	padding-top: 14px;
	vertical-align: top;
}
.contact_fotm .table textarea {
	box-sizing: border-box;
	width: 100%;
}

}/*PC End*/





@media screen and (max-width: 896px) {
/*画面幅が896px以下（スマホ専用スタイル）*/
.pc_only {
	/*PC以外は非表示*/
	display: none !important;
}
.sp_only {
	display: block;
}

/*Flex Box*/
.mb-flex-1 .flex-item {
	width: 100% !important;
}
.mb-flex-1 .flex-item:last-of-type {
}
.mb-flex-2 .flex-item {
	width: 46% !important;
	margin-right: 7% !important;
}
.mb-flex-2 .flex-item:nth-of-type(even) {
	margin-right: 0 !important;
}
.mb-flex-3 .flex-item {
	width: 30%;
	margin-right: 5%;
}
.mb-flex-3 .flex-item:nth-of-type(3n) {
	margin-right: 0;
}
.mb-flex-3 .flex-item:nth-last-of-type(-n+3) {
}
.mb-flex-4 .flex-item {
	width: 23.5%;
	margin-right: 2%;
}
.mb-flex-4 .flex-item:nth-of-type(4n) {
	margin-right: 0;
}
.mb-flex-4 .flex-item:nth-last-of-type(-n+4) {
}
.mb-order-1{
	order: 1;
}
.mb-order-2{
	order: 2;
}
.mb-order-3{
	order: 3;
}
.mb-order-4{
	order: 4;
}
.mb-order-5{
	order: 5;
}
.mb-order-6{
	order: 6;
}
.mb-order-7{
	order: 7;
}
.mb-order-8{
	order: 8;
}
.mb-order-9{
	order: 9;
}
.mb-order-10{
	order: 10;
}

body{
	position: relative;
	width: 100%;
	font-size: 14px;
}
#body_inner {
	overflow: hidden;
	z-index: 9990;
}
#wrapper {
	padding-top: 0;
}
.contents{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.page-about .contents{
	width: 100%;
}
.sp_width{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

.w1320,
.w1200,
.w1000,
.w900,
.w800,
.w700{
	max-width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
.sp_mt10{
	margin-top: 10px !important;
}
.sp_mt20{
	margin-top: 20px !important;
}
.sp_mt30{
	margin-top: 30px !important;
}
.sp_mt40{
	margin-top: 40px !important;
}
.sp_mt50{
	margin-top: 50px !important;
}
.sp_mt60{
	margin-top: 60px !important;
}
.sp_mt70{
	margin-top: 70px !important;
}
.sp_mt80{
	margin-top: 80px !important;
}
.sp_mt90{
	margin-top: 90px !important;
}
.sp_mt100{
	margin-top: 100px !important;
}
.sp_mb10{
	margin-bottom: 10px !important;
}
.sp_mb20{
	margin-bottom: 20px !important;
}
.sp_mb30{
	margin-bottom: 30px !important;
}
.sp_mb40{
	margin-bottom: 40px !important;
}
.sp_mb50{
	margin-bottom: 50px !important;
}
.sp_mb60{
	margin-bottom: 60px !important;
}
.sp_mb70{
	margin-bottom: 70px !important;
}
.sp_mb80{
	margin-bottom: 80px !important;
}
.sp_mb90{
	margin-bottom: 90px !important;
}
.sp_mb100{
	margin-bottom: 100px !important;
}



a {
	-webkit-tap-highlight-color: rgba(255, 255, 255,0.2);
	cursor: pointer;
}
.blur {
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
}

.imgLeft,
.imgRight,
.imgCenter,
.aligncenter,
.alignleft,
.alignright {
	clear: both;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}

.pdf {
	background-size: 10px 12px;
	padding-right: 14px;
}

.table {
	font-size: 12px;
}
/*スライドテーブル*/
.mobileSlideBlock {
	overflow-x: auto;
	position: relative;
	width: 100%;
}
.mobileSlideBlock table {
	min-width: 600px;
}

.blockTable,
.blockTable tbody,
.blockTable tr,
.blockTable th,
.blockTable td {
	display: block;
}

/*フォーム*/
.form {
	width: 100%;
}
.form th {
	padding: 10px 0 !important;
}
.form td {
	padding: 0 0 10px !important;
}
.form input,
.form select,
.form textarea{
	box-sizing: border-box;
	max-width: 100%;
	margin: 0 0 5px !important;
	padding: 5px;
	-webkit-appearance: none;
	font-size: 16px;
}
.form .submit input {
	display: block;
	width: 80%;
	padding: 16px 0;
	margin: 0 auto !important;
}

/*SPコンテンツ*/
h4 {
	margin-bottom: 0.5em;
	font-size: 16px;
}
p,
.txt {
	margin: 0 0 1em;
}
.txtBtm {
	margin-bottom: 3em;
}

/*SPパンくずリスト*/
.breadcrumbs_sp{
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
}
.breadcrumbs_sp .breadcrumb {
	width: 88%;
	margin: 0 auto;
	padding: 0;
	font-size: 10px;
}

/*ページ*/
.page_post{
	width: 100%;
	margin: 0 auto 40px;
}

}/*スマホ End*/


/*PCメニュー*/
.menu_bg{
	display: none;
}
.pc_menu {
	display: block;
	box-sizing: border-box;
	background-color: #009edd;
	position: fixed;
	top: 0;
	left: 0;
	width: 460px;
	height: 100vh;
	padding: 160px 0 0;
	z-index: 9998;
	overflow-y: auto;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	color: #333;

	-webkit-transform: translateX(-550px);
	transform: translateX(-550px);/*中身を表示*/
	transition: .5s ease-in-out;/*滑らかに表示*/
	opacity: 0;
}
/*w1280 PCメニュー*/
@media screen and (max-width: 1280px) {

}
.pc_menu.active {
	/*display: block;*/
	-webkit-transform: translateX(0px);
	transform: translateX(0px);/*中身を表示*/
	opacity: 1;
}

.pc_menu ul.menu{
	box-sizing: border-box;
	width: 100%;
	padding: 0 30px 0 38px;
	margin: 0 auto;
	letter-spacing: 0.3em;
}
.pc_menu ul.menu li{
	position: relative;
	box-sizing: border-box;
	list-style-type: none;
	margin-bottom: 10px;
	/*Quicksand Regular*/
	font-family: quicksand, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.pc_menu ul.menu li a{
	position: relative;
	display: block;
	padding: 10px 20px;
	font-size: 28px;
	color: #fff;
	letter-spacing: 0.2em;
}
.pc_menu ul.menu li a:hover{
	background-color: rgba(0,0,0,0.05);
	border-radius: 10px;
	text-decoration: none;
}
.pc_menu ul.menu li a span{
	position: relative;
	text-align: left;
	display: inline-block;
	padding: 3px 0;
	margin: 0 0 0 15px;
	font-size: 18px;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-style: normal;
}

.menu_reserve_btn{
	text-align: center;
	box-sizing: border-box;
	width: 370px;
	margin: 40px 0 0 38px;
}
.menu_reserve_btn a{
	display: block;
	border: solid 1px #fff;
	box-sizing: border-box;
	width: 100%;
	padding: 15px 20px;
	font-size: 20px;
	color: #fff;
}
.menu_reserve_btn a:hover{
	background-color: rgba(255, 255, 255,0.2);
	text-decoration: none;
}
.menu_reserve_btn a img{
	width: 36px;
	height: auto;
	margin: 0 20px 0 0;
	vertical-align: -15px;
}

.menu_sns_icon{
	box-sizing: border-box;
	text-align: center;
	width: 260px;
	margin: 80px auto 0;
}
.menu_sns_icon ul{
	justify-content: space-between;
	width: 100%;
	margin: 0;
}


/*PC ハンバーガーアイコン*/
#spMenu_btn {
	display: inline-block;
	position: fixed;
	top: 30px;
	left: 40px;
	height: 60px;
	margin: 0;
	z-index: 9999;
}
/*w1280 ハンバーガーアイコン*/
@media screen and (max-width: 1280px) {

}
#spMenu_btn a {
	display: block;
	background-color: #009edd;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

/*ハンバーガーアイコンを回転させる用*/
/*#spMenu_btn a.close{
	transform: rotateZ(90deg);
}
 #headMenuIcon {
	background-color: #333;
	display: block;
	height: 2px;
	left: 17px;
	margin: 0;
	position: absolute;
	top: 32px;
	transition: all 0.2s ease 0s;
	width: 30px;
}

#headMenuIcon::before,
#headMenuIcon::after {
	background-color: #333;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 30px;
}
#headMenuIcon::before {
	margin-top: -10px;
}
#headMenuIcon::after {
	margin-top: 8px;
} */

/*ハンバーガーアイコンをばつ印にする用*/
#spMenu_btn a.close{
	background-color: #fff;
	transform: rotateZ(90deg);
}
#spMenu_btn a.close #headMenuIcon{
	top: 29px;
	left: 16px;
}
#headMenuIcon {
	background-color: #fff;
	display: block;
	top: 29px;
	left: 16px;
	height: 2px;
	margin: 0;
	position: absolute;
	transition: all 0.2s ease 0s;
	width: 28px;
}
#headMenuIcon::before,
#headMenuIcon::after {
	background-color: #fff;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	transition: all 0.3s ease 0s;
}
#headMenuIcon::before {
	left: -2px;
	width: 32px;
	margin-top: -10px;
}
#headMenuIcon::after {
	left: 1px;
	width: 26px;
	margin-top: 8px;
}
#spMenu_btn .close #headMenuIcon {
	background: transparent none repeat scroll 0 0;
}
#spMenu_btn .close #headMenuIcon::before,
#spMenu_btn .close #headMenuIcon::after {
	background-color: #009edd;
	margin-top: -1px;
}
#spMenu_btn .close #headMenuIcon::before {
	left: -2px;
	width: 32px;
	transform: rotate(-45deg);
}
#spMenu_btn .close #headMenuIcon::after {
	left: -2px;
	width: 32px;
	transform: rotate(-135deg);
}



@media screen and (max-width: 896px) {
/*画面幅が896px以下（スマホ専用スタイル）*/
/*SPメニュー*/
.sp_menu {
	display: block;
	background-color: #009edd;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: -310px;
	width: 310px;
	height: 100vh;
	padding: 0;
	overflow-y: auto;
	z-index: 9998;

	transition: .3s ease-in-out;/*滑らかに表示*/
	opacity: 0;
}
.sp_menu.active {
	/*display: block;*/
	right: 0;
	opacity: 1;
}
.menu_bg {
	display: none;
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	z-index: 9997;
	overflow: hidden;
	cursor: pointer;
}
.sp_menu ul.menu{
	box-sizing: border-box;
	text-align: left;
	padding: 80px 0 0 40px;
	margin: 0;
}
.sp_menu ul.menu li{
	position: relative;
	box-sizing: border-box;
	list-style-type: none;
	margin-top: 15px;
	padding-top: 0;
	list-style-type: none;
	/*Quicksand Regular*/
	font-family: quicksand, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.sp_menu ul.menu li a{
	position: relative;
	display: block;
	padding: 0;
	font-size: 18px;
	letter-spacing: 0.2em;
	color: #fff;
}
.sp_menu ul.menu li a:hover{
	text-decoration: none;
}
.sp_menu ul.menu li a span{
	display: inline-block;
	position: relative;
	text-align: center;
	padding: 3px 0 0;
	margin: 0 0 0 10px;
	font-size: 12px;
	letter-spacing: 0.2em;
	box-sizing: border-box;
}

.menu_reserve_btn{
	width: 75%;
}
.menu_reserve_btn a{
	padding: 10px 20px;
	font-size: 12px;
}
.menu_reserve_btn a img{
	width: 22px;
	height: auto;
	vertical-align: -10px;
}

.sp_menu .menu_sns_icon{
	width: 55%;
	margin: 45px auto 0;
	padding: 0;
}


/*SP ハンバーガーアイコン*/
#spMenu_btn{
	top: 22px;
	left: inherit;
	right: 5%;
}
#spMenu_btn a {
	display: block;
	background-color: #009edd;
	border-radius: 50%;
	height: 36px;
	width: 36px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
#spMenu_btn .t {
	display: block;
	text-align: center;
	padding: 6px 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}
/*ハンバーガーアイコンをばつ印にする用*/
#spMenu_btn a.close{
	transform: rotateZ(0);
}

#headMenuIcon {
	background-color: #fff;
	display: block;
	position: absolute;
	top: 18px;
	left: 9px;
	width: 18px;
	height: 2px;
	margin: 0;
	transition: all 0.2s ease 0s;
}
#headMenuIcon::before,
#headMenuIcon::after {
	background-color: #fff;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	transition: all 0.3s ease 0s;
}
#headMenuIcon::before {
	left: -3px;
	width: 24px;
	margin-top: -7px;
}
#headMenuIcon::after {
	left: 2px;
	width: 14px;
	margin-top: 5px;
}
#spMenu_btn a.close #headMenuIcon {
	background: transparent none repeat scroll 0 0;
	top: 24px;
	left: 12px;
}
#spMenu_btn .close #headMenuIcon::before,
#spMenu_btn .close #headMenuIcon::after {
	width: 23px;
	margin: -7px 0 0 -3px;
}
#spMenu_btn .close #headMenuIcon::before {
	transform: rotate(-45deg);
}
#spMenu_btn .close #headMenuIcon::after {
	transform: rotate(-135deg);
}
}


/*共通 VenoBox Lightbox*/
/*アイコン位置調整*/
.vbox-close{
	top: 2% !important;
	right: 2% !important;
}
.vbox-prev{
	left: 2% !important;
}
.vbox-next{
	right: 2% !important;
}
/*画像の高さがウィンドウ内に収まるように*/
.vbox-container img{
	max-height: 90vh !important;
}
