@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 #d9e021;
	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: #d9e021;
}
.txtOrange{
	color:#f05328;
}
.txtBlue {
	color: #005ea9;
}
.txtPink {
	color: #fed7c4;
}
.txtRed {
	color: #ff1110;
}
.txtGold{
	color: #998675;
}
.txtYellow{
	color: #e1b900;
}


/*WEB FONT*/
.font-en-m{
	/*ROBOTO Medium Italic*/
	font-family: roboto, sans-serif;
	font-weight: 500;
	font-style: italic;
}
.font-en-b{
	/*ROBOTO Bold Italic*/
	font-family: roboto, sans-serif;
	font-weight: 700;
	font-style: italic;
}
.font-en-bl{
	/*ROBOTO Black Italic*/
	font-family: roboto, sans-serif;
	font-weight: 900;
	font-style: italic;
}
.font-r{
	/*IBM Plex Sans JP Regular*/
	font-family: ibm-plex-sans-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.font-b{
	/*IBM Plex Sans JP SemiBold*/
	font-family: ibm-plex-sans-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;
	/*IBM Plex Sans JP SemiBold*/
	font-family: ibm-plex-sans-jp, sans-serif;
	font-weight: 700;
	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: #d9e021;
}
.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;
	/* padding-bottom: 26.658%; */
	padding-bottom: 0;
	padding-top: 500px;
	height: 0;
	overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed,
.youtube iframe,
.youtube object,
.youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 896px) {
/*SP GoogleMapレスポンシブ対応*/
.gmap {
	clear: both;
	position: relative;
	/* padding-bottom: 124%; */
	padding-bottom: 100vw;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}
.youtube {
	clear: both;
	position: relative;
	/* padding-bottom: 124%; */
	padding-bottom: 100%;
	padding-top: 50px;
	height: 0;
	overflow: hidden;
}

}


/*共通 ヘッダー*/
.header_wrap{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	z-index: 1;
}
.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{
	border-bottom: solid 12px #d9e021;
	/* aspect-ratio: 192 / 84; */
	width: 100%;
	height: 43.75vw;
	min-height: 840px;
	margin: 0 auto;
	z-index: 2;
}
header .logo_txt{
	position: fixed;
	top: 50px;
	left: 120px;
	letter-spacing: 1em;
	font-size: 14px;
	color: #fff;
}
header .logo_txt a{
	color: #fff;
}
header .logo_txt a:hover{
	text-decoration: none;
}
.top_header .blogTitle{
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc((100% - 1000px) / 2);
	width: 128px;
	height: 312px;
	margin: auto 0;
	letter-spacing: 1em;
	font-size: 14px;
	color: #fff;
}
.top_header .blogTitle img{
	width: 100%;
	height: auto;
}
header .sns_icon{
	position: absolute;
	top: 40px;
	right: 40px;
	width: 140px;
}
.top_header .reservation_btn{
	position: absolute;
	bottom: -80px;
	left: 0;
	right: 0;
	width: 330px;
	height: 78px;
	margin: 0 auto;
}

.head_slide_body{
	position: absolute;
	top: 0;
	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;
	visibility: hidden;
}
#head_slide img{
	width: 100%;
	height: auto;
}
/*共通 下層ヘッダー*/
header.header{
	border-bottom: solid 12px #d9e021;
	position: relative;
	width: 100%;
	height: 220px;
}
header.header .blogTitle{
	position: absolute;
	bottom: -90px;
	left: 0;
	right: 0;
	background-color: #fff;
	padding: 0 70px;
	margin: auto;
	width: 88px;
	height: 214px;
}
header.header .logo_txt{
	color: #000;
	font-weight: bold;
}
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: 100%;
	padding: 0;
	margin: 0 auto;
	z-index: 1;
}
/*SP トップヘッダー*/
.top_header{
	border-bottom: solid 6px #d9e021;
	position: relative;
	width: 100%;
	min-width: 100%;
	height: 132.28vw;
	min-height: 132.28vw;
	margin: 0 auto;
}
header.header{
	border-bottom: solid 6px #d9e021;
	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: inherit;
	bottom: 30vw;
	left: 0;
	right: 0;
	width: 17vw;
	height: 41.5vw;
	margin: 0 auto;
}
header.header .blogTitle {
	top: inherit;
	bottom: -24px;
	left: 0;
	right: 0;
	width: 44px;
	height: inherit;
	margin: 0 auto;
	padding: 0 20px;
}
header .blogTitle img{
	width: 100%;
	height: auto;
}

.top_header .reservation_btn{
	position: absolute;
	bottom: -13.5vw;
	left: 0;
	right: 0;
	width: 55.56vw;
	height: 13.23vw;
	margin: 0 auto;
}
.top_header .reservation_btn img{
	width: 100%;
	height: auto;
}

.head_slide_body{
	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: #d9e021;
	text-align: center;
	box-sizing: border-box;
	padding: 140px 3% 40px;
	margin: 100px auto 0;
	width: 100%;
}
.footer_logo{
	width: 462px;
	margin: 0 auto;
}
.footer_sns_icon{
	justify-content: space-between;
	width: 180px;
	margin: 100px 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: 70px 0 15px;
	margin-top: 60px;
}
.footer_logo{
	width: 70vw;
}
.footer_logo img{
	width: 100%;
	height: auto;
}
.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 {
	nt: 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_color{
	display: block;
	text-align: center;
	position: relative;
	width: max-content;
	min-width: 350px;
	margin: 0 auto;
}
.more_btn a,
.more_btn_color a{
	display: block;
	background-color: #fff;
	position: relative;
	border: solid 1px #000;
	box-sizing: border-box;
	padding: 15px 5px;
	font-size: 18px;
	letter-spacing: 0.3em;
}
.more_btn a::before{
	position: absolute;
	bottom: -10px;
	right: -10px;
	background-color: #e6e6e6;
	width: 100%;
	height: 100%;
	z-index: -1;
	content: "";
}
.more_btn a:hover{
	background-color: #d9e021;
	text-decoration: none;
}

.more_btn_color a::before{
	position: absolute;
	bottom: -10px;
	right: -10px;
	background-color: #d9e021;
	width: 100%;
	height: 100%;
	z-index: -1;
	content: "";
}
.more_btn_color a:hover{
	background-color: #f4f5e1;
	text-decoration: none;
}
.more_btn_color img{
	margin: 0 20px 0 0;
	vertical-align: -10px;
}
@media screen and (max-width: 896px) {
/*SP MOREボタン*/
.more_btn,
.more_btn_color{
	min-width: 54vw;
}
.more_btn a,
.more_btn_color a{
	padding: 10px 5px;
	font-size: 10px;
	letter-spacing: 0.4em;
}
.more_btn a::before{
	position: absolute;
	bottom: -5px;
	right: -5px;
	background-color: #e6e6e6;
	width: 100%;
	height: 100%;
	z-index: -1;
	content: "";
}

.more_btn_color a::before{
	bottom: -5px;
	right: -5px;
}
.more_btn_color img{
	width: 18px;
	height: auto;
	margin: 0 10px 0 0;
	vertical-align: -5px;
}
}


/*共通 トップページ 共通パーツ*/
.section_title{
	position: relative;
	text-align: center;
	width: max-content;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 46px;
	line-height: 1;
	letter-spacing: 0.1em;
	font-family: roboto, sans-serif;
	font-weight: 900;
	font-style: italic;
}
.section_title span{
	display: block;
	margin-bottom: 5px;
	padding: 0 0 0 1em;
	font-size: 20px;
	letter-spacing: 0.1em;
}
.section_title::before{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	background-color: #d9e021;
	width: 100vw;
	height: 12px;
	margin: 0 calc(50% - 50vw);
	z-index: -2;
	content: "";
}
.section_title::after{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	background-color: #fff;
	width: 100%;
	height: 12px;
	padding: 0 1em;
	margin: 0 auto 0 -1em;
	z-index: -1;
	content: "";
}
@media screen and (max-width: 896px) {
/*SP トップページ 共通パーツ*/
.section_title{
	font-size: 23px;
}
.section_title span{
	margin-bottom: 5px;
	font-size: 10px;
}
.section_title::before{
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	background-color: #d9e021;
	width: 100vw;
	height: 6px;
	margin: 0 calc(50% - 50vw);
	z-index: -2;
	content: "";
}
.section_title::after{
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	background-color: #fff;
	width: 100%;
	height: 6px;
	padding: 0 1em;
	margin: 0 auto 0 -1em;
	z-index: -1;
	content: "";
}
}


/*共通 トップページ ABOUT*/
#top_about{
	position: relative;
	text-align: center;
	margin: 200px auto 0;
	z-index: 1;
}
#top_about .inner{}
#top_about h2{
	margin: 0 auto 30px;
	font-size: 50px;
	letter-spacing: 0.2em;
	line-height: 1.6;
}
#top_about p{
	margin: 20px 0 0;
	font-size: 18px;
	letter-spacing: 0.2em;
}

.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_color{
	margin-top: 130px;
}
@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 10px;
	font-size: 20px;
	line-height: 1.6;
}
#top_about p{
	margin: 20px 0 0;
	font-size: 10px;
}
.top_about_slide_body{
	margin: 50px auto 0;
}

#top_about .more_btn_color{
	margin-top: 60px;
}
}

/*共通 トップページ OWNER MESSAGE*/
#top_owner{
	background-color: #d9e021;
	padding: 110px 0 80px;
	margin: 130px auto 0;
}
#top_owner .inner{
	position: relative;
	width: 830px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.top_owner_wrap{
	position: relative;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 80px;
}
.top_owner_wrap .i{
	position: relative;
	aspect-ratio: 350 / 450;
	background: url(images/owner_img@2x.jpg) 50% 50% no-repeat;
	background-size: cover;
	border-radius: 30px;
	width: 350px;
	overflow: hidden;
}
.top_owner_wrap .i img{
	/* position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto; */
}
.top_owner_wrap .t{
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 30px;
	width: 450px;
	height: 480px;
	padding: 50px 30px;
	overflow: hidden;
}
.top_owner_wrap .t::before{
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,0.3) 100%);
	position: absolute;
	bottom: 50px;
	left: 0;
	margin: 0;
	width: 390px;
	height: 3em;
	content: "";
}
.top_owner_wrap .t .scroll_outer{
	box-sizing: border-box;
	height: 380px;
	overflow-y: scroll;
}
.top_owner_wrap .t .scroll_inner{
	padding: 0 20px 0 0;
}
.top_owner_wrap .t p{
	font-size: 17px;
	letter-spacing: 0.1em;
}
.top_owner_wrap .name{
	text-align: right;
	margin: 0;
	padding-bottom: 3em;
	font-size: 18px;
	letter-spacing: 0.2em;
}
.top_owner_keireki{
	margin-top: 40px;
	letter-spacing: 0.15em;
}
.top_owner_keireki h3{
	margin-bottom: 1.5em;
	font-size: 16px;
}
.top_owner_keireki p{
	font-size: 14px;
}

.top_owner_shoukai{
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}
.top_owner_shoukai h3{
	margin: 60px auto 1.5em;
	font-size: 16px;
}
.top_owner_shoukai_wrap{
	justify-content: space-between;
}
.top_owner_shoukai_wrap .i{
	width: 200px;
}
.top_owner_shoukai_wrap .i img{
	border-radius: 20px;
	width: 100%;
	height: auto;
	margin-top: 5px;
}
.top_owner_shoukai_wrap .t{
	position: relative;
	width: calc(100% - 240px);
}
.top_owner_shoukai_wrap .t::before{
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(217,224,33,1) 0%, rgba(217,224,33,0.3) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 570px;
	height: 3em;
	content: "";
}
.top_owner_shoukai .scroll_outer{
	box-sizing: border-box;
	height: 250px;
	overflow-y: scroll;
}
.top_owner_shoukai .scroll_inner{
	padding: 0 20px 0 0;
}
.top_owner_shoukai p{
	padding-bottom: 3em;
	font-size: 14px;
}

.top_owner_addewss{
	justify-content: space-between;
	margin-top: 80px;
}
.top_owner_addewss .t{
	text-align: center;
	width: max-content;
	padding-right: 3em;
	font-size: 16px;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 896px) {
/*SP トップページ OWNER MESSAGE*/
#top_owner{
	padding: 50px 10%;
	margin: 50px auto 0;
}
#top_owner .inner{
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.top_owner_wrap{
	position: relative;
	justify-content: space-between;
	align-items: stretch;
	gap: 30px 0;
	margin-top: 40px;
}
.top_owner_wrap .i{
	position: relative;
	aspect-ratio: 600 / 530;
	background: url(images/owner_img@2x.jpg) 50% 50% no-repeat;
	background-size: cover;
	border-radius: 25px;
	width: 100%;
}
.top_owner_wrap .t{
	border-radius: 25px;
	width: 100%;
	height: 80vw;
	padding: 30px 15px;
}
.top_owner_wrap .t::before{
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,0.3) 100%);
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: calc(100% - 60px);
	height: 3em;
	content: "";
}
.top_owner_wrap .t .scroll_outer{
	height: calc(80vw - 60px);
	overflow-y: scroll;
}
.top_owner_wrap .t .scroll_inner{
	padding: 0 15px;
}
.top_owner_wrap .t p{
	font-size: 12px;
}
.top_owner_wrap .name{
	font-size: 13px;
}
.top_owner_keireki h3{
	margin-bottom: 0.5em;
	font-size: 12px;
	font-weight: normal;
}
.top_owner_keireki p{
	margin-bottom: 1.5em;
	padding: 0 15px;
	font-size: 12px;
}

.top_owner_shoukai h3{
	margin: 20px auto 1em;
	font-size: 12px;
}
.top_owner_shoukai_wrap{
	display: block;
}
.top_owner_shoukai_wrap .i{
	width: 100%;
}
.top_owner_shoukai_wrap .i img{
	display: block;
	width: 50%;
	margin: 0 auto;
}
.top_owner_shoukai_wrap .t{
	width: 100%;
	margin-top: 20px;
}
.top_owner_shoukai_wrap .t::before{
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(217,224,33,1) 0%, rgba(217,224,33,0.3) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: calc(100% - 30px);
	height: 3em;
	content: "";
}
.top_owner_shoukai .scroll_outer{
	height: 250px;
}
.top_owner_shoukai .scroll_inner{
	padding: 0 15px;
}
.top_owner_shoukai p{
	padding-bottom: 2em;
	font-size: 12px;
}

.top_owner_addewss{
	gap: 30px 0;
	margin-top: 60px;
}
.top_owner_addewss .logo{
	width: 80%;
	margin: 0 auto;
}
.top_owner_addewss .logo img{
	width: 100%;
	height: auto;
}
.top_owner_addewss .t{
	width: 100%;
	padding-right: 0;
	font-size: 12px;
}
}

/*共通 トップページ MENU*/
#top_menu{
	position: relative;
	padding: 0;
	margin-top: 120px;
}
#top_menu .top_menu_img{
	width: 1000px;
	max-width: 100%;
	height: auto;
	margin-top: 80px;
}
#top_menu .txt01{
	text-align: center;
	margin-top: 40px;
	font-size: 20px;
	letter-spacing: 0.2em;
}
#top_menu h3{
	box-sizing: border-box;
	text-align: center;
	background-color: #d9e021;
	border-radius: 36px;
	width: max-content;
	padding: 12px 60px 6px;
	margin: 60px auto 0;
	font-size: 32px;
	letter-spacing: 0.2em;
}
#top_menu ul{
	width: max-content;
	margin: 60px auto 0;
}
#top_menu li{
	position: relative;
	padding-left: 1.2em;
	font-size: 26px;
	list-style: none;
	letter-spacing: 0.2em;
}
#top_menu li:not(:first-of-type){
	margin-top: 30px;
}
#top_menu li:before{
	position: absolute;
	top: -1px;
	left: 0;
	color: #d9e021;
	content: "●";
}

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

#top_menu .txt01{
	margin-bottom: 0;
	font-size: 12px;
}
#top_menu h3{
	border-radius: 40px;
	padding: 20px 40px 16px;
	margin: 30px auto 0;
	font-size: 15px;
	line-height: 1.4;
}
#top_menu ul{
	margin: 40px auto 0;
}
#top_menu li{
	padding-left: 1.2em;
	font-size: 13px;
}

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

/*共通 トップページ 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: 0 2.84%;
	margin: 120px auto 0;
}
#top_news li{
	width: 31.43%;
	margin: 0;
	list-style-type: none;
}
#top_news li a{
	font-size: 16px;
}
.news li img{
	width: 100%;
	height: auto;
}
.news li .date{
	margin: 5px 0 0;
}
.news li h3{
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.5;
}
.news li .cat{
	text-align: center;
	box-sizing: border-box;
	background-color: #d9e021;
	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{
	margin-top: 100px;
}
@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{
	margin-top: 50px;
}
}

/*共通 トップページ ACCESS*/
#top_access{
	position: relative;
	text-align: center;
	padding: 0;
	margin: 160px 0 0;
}
#top_access .gmap{
	margin-top: 80px;
}
#top_access .name{
	margin-top: 100px;
	font-size: 28px;
	letter-spacing: 0.4em;
}
#top_access .address{
	margin-top: 40px;
	font-size: 18px;
	letter-spacing: 0.2em;
}
#top_access .tel{
	position: relative;
	width: 500px;
	padding: 0;
	margin: 40px auto 0;
	font-size: 36px;
	letter-spacing: 0.1em;
}
#top_access .tel a{
	display: block;
	background-color: #d9e021;
	border-radius: 36px;
	box-sizing: border-box;
	width: 100%;
	padding: 3px 0;
}
#top_access .tel a:hover{
	background-color: rgb(234, 241, 88);
	text-decoration: none;
}
#top_access .tel img{
	width: 36px;
	height: auto;
	margin-right: 10px;
	vertical-align: -4px;
}
@media screen and (max-width: 896px) {
/*SP トップページ ACCESS*/
#top_access{
	margin-top: 60px;
}
#top_access .gmap{
	margin-top: 20px;
}
#top_access .name{
	margin-top: 40px;
	font-size: 13px;
}
#top_access .address{
	margin-top: 40px;
	font-size: 12px;
}
#top_access .tel{
	width: 80%;
	margin-top: 40px;
	font-size: 22px;
}
#top_access .tel img{
	width: 22px;
	height: auto;
}
}


/*共通 トップページ 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: 55px;
	color: #000;
	line-height: 1;
	letter-spacing: 0.2em;
	font-size: 40px;
	/*ROBOTO Black Italic*/
	font-family: roboto, sans-serif;
	font-weight: 900;
	font-style: italic;
}
.page_title h1::after{
	position: absolute;
	top: 3px;
	left: 0;
	background-color: #d9e021;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	content: "";
}
@media screen and (max-width: 896px) {
/*SP コンテンツ*/
.page_title{
	box-sizing: border-box;
	padding: 0 3% 40px !important;
}
.page_title h1{
	padding-left: 28px;
	font-size: 24px;
}
.page_title h1::after{
	position: absolute;
	top: 3px;
	left: 0;
	background-color: #d9e021;
	width: 18px;
	height: 18px;
	margin: 0 auto;
	content: "";
}
}


/*共通 パンくずリスト*/
.breadcrumb_body {
	position: relative;
	text-align: left;
	max-width: 100%;
	margin: 20px auto 100px;
}
.breadcrumb {
	width: calc((100% / 2) - 130px);
	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: 60px auto 30px;
}
.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: #d9e021;
	border-radius: 26px;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	line-height: 1;
	font-size: 20px;
}

.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: #d9e021;
	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 #d9e021 !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;
}
.wp-pagenavi span.current {
	background-color: #d9e021 !important;
}
.nextpostslink,
.previouspostslink{
	border: none !important;
	padding: 0;
	font-size: 18px;
	/*ROBOTO Black Italic*/
	font-family: roboto, sans-serif;
	font-weight: 500;
	font-style: italic;
}
.wp-pagenavi a.page:hover,
.wp-pagenavi span.current:hover {
	background-color: #f4f5e1;
}


.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;
	/*ROBOTO Black Italic*/
	font-family: roboto, sans-serif;
	font-weight: 500;
	font-style: italic;
}
.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: #d9e021;
	padding: 10px 0;
	text-decoration: none !important;
	width: 270px;
	margin: 0 auto;
	color: #000;
	font-size: 14px;
}
.return-top a:hover{
	background-color: #f4f5e1;
}

.newsTxt h2{
	font-size: 20px;
}
.newsInfo{
	position: relative;
	display: flex;
	align-items: center;
	margin: 20px 0;
	font-size: 14px;
}
.newsTxt .post a{
	color: #d9e021;
}
.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: #d9e021;
	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{
	background-color: #d9e021;
	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%;
}
.nav-previous a,
.nav-next a{
	font-weight: bold;
}

.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: 14px;
}
}

/*共通アーカイブ*/
.archive_title{
	margin-bottom: 4em;
	font-size: 20px;
}
#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 .owner .menu_img_main{
	border-radius: 50px;
	max-width: 100%;
	height: auto;
}
#page-menu .owner_wrap{
	justify-content: space-between;
	align-items: center;
	width: 860px;
	margin: 80px auto 0;
}
#page-menu .owner_wrap .item_img{
	width: 360px;
}
#page-menu .owner_wrap .item_img img{
	border-radius: 50%;
	width: 100%;
	height: auto;
}
#page-menu .owner_wrap .item_txt{
	text-align: center;
	width: 440px;
	letter-spacing: 0.2em;
}

#page-menu .price{
	margin-top: 120px;
}
#page-menu .price_wrap{
	justify-content: space-between;
	min-width: 960px;
	margin-top: 160px;
}
#page-menu .price_wrap .item{
	/* width: 440px; */
	width: 640px;
	margin: 0 auto;
}
#page-menu .price_wrap .box{
	box-sizing: border-box;
	text-align: center;
	border-radius: 30px;
	background-color: #d9e021;
	padding: 60px 10px 50px;
}
#page-menu .price_wrap .box h3{
	font-size: 48px;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
#page-menu .price_wrap .box p{
	margin-bottom: 0;
}
#page-menu .price_wrap .box .time{
	margin-top: 30px;
	font-size: 24px;
}
#page-menu .price_wrap .box .price{
	text-align: right;
	width: max-content;
	margin: 30px auto 0;
	font-size: 60px;
	line-height: 1;
}
#page-menu .price_wrap .box .tax{
	display: block;
	margin-top: 5px;
	font-size: 15px;
}
#page-menu .price_wrap .item .more{
	border-bottom: solid 3px #d9e021;
	text-align: center;
	width: max-content;
	margin: 40px auto 0;
}
#page-menu .price_wrap .item .more a{
	display: block;
	width: max-content;
	padding: 0 30px 10px;
	font-size: 22px;
}
#page-menu .price_wrap .item .more a:hover{
	text-decoration: none;
	color: #d9e021;
}
#page-menu .price_img_wrap{
	gap: 0 2.5%;
	margin-top: 150px;
}
#page-menu .price_img_wrap img{
	width: 31.66%;
	height: auto;
}

#page-menu .care{
	margin-top: 160px;
}
#page-menu .care_head{
	position: relative;
	background-color: #d9e021;
	padding: 110px 0;
}
#page-menu .care_head h2{
	text-align: center;
	background-color: #000;
	border-radius: 36px;
	width: 550px;
	padding: 15px 0 10px;
	margin: 0 auto;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.1em;
	font-size: 40px;
}
#page-menu .care_head ul{
	width: 480px;
	padding: 0;
	margin: 60px auto 0;
	font-size: 22px;
}
#page-menu .care_head li:not(:first-of-type){
	margin-top: 5px;
}
#page-menu .care_head .osusume_fukidashi{
	position: absolute;
	top: 155px;
	left: calc((100% / 2) - 460px);
	margin: 0;
}

#page-menu .care_head .body_image{
	display: block;
	width: 700px;
	max-width: 90%;
	height: auto;
	margin: 60px auto 0;
}

#page-menu .care_txt{
	width: 750px;
	max-width: 100%;
	margin: 110px auto 0;
}
#page-menu .care_txt p{
	font-size: 20.5px;
	/* font-feature-settings: "palt"; */
}
#page-menu .care_txt .logo_mark_b{
	display: block;
	margin: 130px auto 0;
}
#page-menu .care_txt .more_btn_color{
	margin-top: 120px;
}

#page-menu .care_txt .body_image{
	display: block;
	width: 1000px;
	max-width: 100%;
	height: auto;
	margin: 50px 0 40px;
}

#page-menu .reservation{
	margin-top: 200px;
}
#page-menu .reservation_wrap{
	justify-content: space-between;
	width: 790px;
	margin: 120px auto 0;
}
#page-menu .reservation_wrap .item{
	width: 350px;
}
#page-menu .reservation_wrap .item a{
	display: block;
	text-align: center;
	box-sizing: border-box;
	background-color: #e6e6e6;
	border-radius: 24px;
	width: 100%;
	height: 360px;
	padding: 100px 0 0;
	font-size: 30px;
}
#page-menu .reservation_wrap .item a:hover{
	background-color: #d9e021;
	text-decoration: none;
}
#page-menu .reservation_wrap .item img{
	display: block;
	margin: 0 auto 40px;
}
#page-menu .reservation_wrap .item .tel{
	display: block;
	font-size: 18px;
	/*ROBOTO Bold Italic*/
	font-family: roboto, sans-serif;
	font-weight: 700;
	font-style: italic;
}
#page-menu .reservation .name{
	text-align: center;
	margin-top: 100px;
	font-size: 28px;
	letter-spacing: 0.4em;
}
#page-menu .reservation .address{
	text-align: center;
	margin-top: 40px;
	font-size: 18px;
	letter-spacing: 0.2em;
}
#page-menu .reservation_txt{
	width: 780px;
	max-width: 100%;
	margin: 60px auto 0;
	font-size: 16px;
}
@media screen and (max-width: 896px) {
/*SP トップページ 施術メニュー*/
#page-menu .owner .menu_img_main{
	border-radius: 14px;
}
#page-menu .owner_wrap{
	gap: 20px 0;
	width: 100%;
	margin: 40px auto 0;
}
#page-menu .owner_wrap .item_img{
	width: 100%;
	order: 2;
}
#page-menu .owner_wrap .item_img img{
	display: block;
	width: 47.62vw;
	margin: 0 auto;
}
#page-menu .owner_wrap .item_txt{
	width: 100%;
	font-size: 14px;
	order: 1;
}

#page-menu .price{
	margin-top: 60px;
}
#page-menu .price_wrap{
	gap: 60px 0;
	width: 60vw;
	min-width: 60vw;
	margin: 60px auto 0;
}
#page-menu .price_wrap .item{
	width: 100%;
}
#page-menu .price_wrap .box{
	border-radius: 16px;
	padding: 8vw 1vw;
}
#page-menu .price_wrap .box h3{
	font-size: 6.35vw;
}
#page-menu .price_wrap .box .time{
	margin-top: 10px;
	font-size: 3.35vw;
}
#page-menu .price_wrap .box .price{
	margin: 10px auto 0;
	font-size: 10vw;
}
#page-menu .price_wrap .box .tax{
	display: block;
	margin-top: 0;
	font-size: 10px;
}
#page-menu .price_wrap .item .more{
	border-bottom: solid 2px #d9e021;
	margin: 30px auto 0;
}
#page-menu .price_wrap .item .more a{
	display: block;
	width: max-content;
	padding: 0 1.5em 5px;
	font-size: 12px;
}
#page-menu .price_img_wrap{
	width: 68.78vw;
	gap: 4vw 0;
	margin-top: 60px;
}
#page-menu .price_img_wrap img{
	width: 100%;
	height: auto;
	margin: 0;
}

#page-menu .care{
	margin-top: 60px;
}
#page-menu .care_head{
	width:100vw;
	margin:0 calc(50% - 50vw);
	padding: 12vw 0;
}
#page-menu .care_head h2{
	border-radius: 36px;
	width: 84vw;
	padding: 3vw 0 2vw;
	font-size: 6vw;
}
#page-menu .care_head ul{
	width: 75vw;
	padding: 0;
	margin: 9vw auto 0;
	font-size: 3.5vw;
	letter-spacing: 0;
}
#page-menu .care_head li:not(:first-of-type) {
	margin-top: 1vw;
}
#page-menu .care_head .osusume_fukidashi{
	position: absolute;
	top: 22vw;
	left: inherit;
	right: 6vw;
	width: 24vw;
	height: auto;
	margin: 0;
}
.#page-menu .care_head .body_image{
	margin: 20px auto 0;
}

#page-menu .care_txt{
	width: 90%;
	max-width: 90%;
	margin: 50px auto 0;
}
#page-menu .care_txt p{
	font-size: 12px;
	/* font-feature-settings: "palt"; */
}
#page-menu .care_txt .logo_mark_b{
	width: 14vw;
	height: auto;
	margin: 60px auto 0;
}
#page-menu .care_txt .more_btn_color{
	margin-top: 60px;
}
#page-menu .care_txt .body_image{
	margin: 20px auto;
}

#page-menu .reservation{
	margin-top: 60px;
}
#page-menu .reservation_wrap{
	gap: 30px 0;
	width: 60vw;
	min-width: 60vw;
	margin: 60px auto 0;
}
#page-menu .reservation_wrap .item{
	width: 100%;
}
#page-menu .reservation_wrap .item a{
	border-radius: 16px;
	width: 100%;
	height: 60vw;
	padding: 18vw 0 0;
	font-size: 18px;
}
#page-menu .reservation_wrap .item img{
	display: block;
	width: 12vw;
	height: auto;
	margin: 0 auto 5vw;
}
#page-menu .reservation_wrap .item .tel{
	font-size: 11px;
}
#page-menu .reservation .name{
	margin-top: 40px;
	font-size: 13px;
}
#page-menu .reservation .address{
	margin-top: 40px;
	font-size: 12px;
}
#page-menu .reservation_txt{
	width: 90%;
	max-width: 90%;
	margin: 50px auto 0;
	font-size: 12px;
}
}



/*@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;
}
.w830{
	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,
.w830,
.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: #d9e021;
	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;
	/*ROBOTO Black Italic*/
	font-family: roboto, sans-serif;
	font-weight: 900;
	font-style: italic;
}

.pc_menu ul.menu li a{
	position: relative;
	display: block;
	padding: 10px 20px;
	font-size: 28px;
	color: #000;
	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 #000;
	box-sizing: border-box;
	width: 100%;
	padding: 15px 20px;
	font-size: 20px;
}
.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;
}

.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: #d9e021;
	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: #000;
	transform: rotateZ(90deg);
}
#spMenu_btn a.close #headMenuIcon{
	top: 29px;
	left: 16px;
}
#headMenuIcon {
	background-color: #000;
	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: #000;
	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: #fff;
	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: #d9e021;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: -310px;
	width: 310px;
	height: 100vh;
	padding: 0;
	overflow-y: auto;
	color: #000;
	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;
	font-family: roboto, sans-serif;
	font-weight: 900;
	font-style: italic;
}

.sp_menu ul.menu li a{
	position: relative;
	display: block;
	padding: 0;
	font-size: 18px;
	letter-spacing: 0.2em;
}
.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;
}

.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: #d9e021;
	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: #000;
	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: #000;
	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;
}
