@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Lexend:wght@100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Oswald:wght@200..700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Zen+Maru+Gothic&display=swap');

html {
	overflow-y: scroll;	
	min-height: 100vh;
}

body {
	word-break: break-all;
	min-height: 100vh;
	line-height: 1.8;
	font-size: 16px;
	color: #151515;
	font-family: "Lora", serif;
	letter-spacing: 0.15rem;
}

@media screen and (max-width:1024px) {
	body {
		padding-top: 60px;
	}
}

img { 
	max-width: 100%;
	height: auto; 
}
/* レスポンシブ */
@media screen and (max-width:1024px) {
	.pc { display: none; } 
}
@media screen and (min-width:1025px) {
	.sp { display: none!important; }
}

a {
	color: #151515;
	text-decoration: none;
	transition: all  0.3s ease;
}

a:hover {
	opacity: 0.5;
}

/*=========================================================

00.共通設定

=========================================================*/

@media screen and (min-width:1025px) {
	#wrapper {

	}
}

/*-----------------------------------------------------
ファーストビュー
-----------------------------------------------------*/

#fv {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

@media screen and (max-width:1024px) {
	
	#fv {
		margin-bottom: 0;
	}	
	
}

/*　ヘッダー
-----------------------*/

#header {
	width: 100%;
	height: 80px;
	order: 2;
	z-index: 200;
	position: relative;
}

#header .inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	order: 2;
	background: rgba(255,255,255,0.9);
	width: 100%;
	height: 80px;
	z-index: 200;
}

.lower #header .inner,
#header .inner.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}

#header .logo {
	padding-left: 15px;
	font-weight: bold;
	letter-spacing: 0.1rem;
}

#header .logo img {
	width: auto;
	height: 50px;
}

#globalNav ul {
	display: flex;
	justify-content: flex-end;
}

#globalNav ul li a {
	display: flex;
	height: 80px;
	align-items: center;
	padding: 0 20px;
	letter-spacing: 0.2rem;
	font-weight: 400;
	font-size: 1rem;
}

#globalNav ul li a:hover {
	opacity: 0.60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	text-decoration: none!important;
}

.navContact a {
	color: #fff;
	background: #c9b019;
	background: linear-gradient(45deg, #c9b019, #c59813);
}

.navContact a:before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url("../images/icon_contact.png") no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}

.navReserve a {
	color: #fff;
	background: #f00f5e;
	background: linear-gradient(45deg, #f00f5e, #ed2a6e);
}

.navReserve a:before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url("../images/icon_reserve.png") no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}

@media screen and (max-width:1400px) {

	#header .logo img {
		width: auto;
		height: 40px;
	}

	#globalNav ul li a {
		display: flex;
		height: 80px;
		align-items: center;
		padding: 0 10px;
		letter-spacing: 0.2rem;
		font-weight: 400;
		font-size: 1rem;
	}
	
}

@media screen and (max-width:1200px) {
	
	#header .logo img {
		width: auto;
		height: 34px;
	}

	#globalNav ul li a {
		padding: 0 10px;
		letter-spacing: 0.1rem;
		font-size: 0.9rem;
	}
}

@media screen and (max-width:1024px) {
	
	#header {
		height: 60px;
		order: 1;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 200;
	}

	#header .inner {
		height: 60px;
	}

	#header .logo {
		padding-left: 10px;
	}

	#header .logo img {
		width: auto;
		height: 40px;
	}
	
	#globalNav.close {
		display: none;
	}

	#globalNav ul {
		display: flex;
		justify-content: flex-end;
	}

	#globalNav ul li a {
		display: flex;
		height: 80px;
		align-items: center;
		padding: 0 20px;
		letter-spacing: 0.2rem;
		font-weight: 400;
		font-size: 1rem;
	}

	#globalNav ul li a:hover {
		opacity: 0.60;
		filter: alpha(opacity=60);
		-ms-filter: "alpha(opacity=60)";
		-moz-opacity: 0.60;
		-khtml-opacity: 0.60;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
		text-decoration: none!important;
	}
	
	.navContact {
		margin-bottom: 10px;
	}

	.navContact a {
		color: #fff;
		background: #c9b019;
		background: linear-gradient(45deg, #c9b019, #c59813);
	}

	.navContact a:before {
		content: "";
		width: 20px;
		height: 20px;
		display: inline-block;
		background: url("../images/icon_contact.png") no-repeat center center;
		background-size: contain;
		margin-right: 10px;
	}

	.navReserve a {
		color: #fff;
		background: #f00f5e;
		background: linear-gradient(45deg, #f00f5e, #ed2a6e);
	}

	.navReserve a:before {
		content: "";
		width: 20px;
		height: 20px;
		display: inline-block;
		background: url("../images/icon_reserve.png") no-repeat center center;
		background-size: contain;
		margin-right: 10px;
	}
	
}

/*　スマホナビボタン
-----------------------*/

@media screen and (min-width:1025px) {
	.menu {
		display: none;
	}
}

@media screen and (max-width:1024px) {

	.menu, .menu span {
		display: inline-block;
		-webkit-transition: all .2s;
		transition: all .2s;
		box-sizing: border-box;
	}

	.menu {
		position: fixed;
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		background: #151515;
		border-radius: 5px;
		z-index: 2000;
		cursor: pointer;
	}

	.menu:hover {
		opacity: 0.60;
		filter: alpha(opacity=60);
		-ms-filter: "alpha(opacity=60)";
		-moz-opacity: 0.60;
		-khtml-opacity: 0.60;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
	
	.menu.active {
		background: #151515;
	}

	.menu span {
		width: 26px;
		height: 2px;
		position: absolute;
		left: 7px;
		background: #fff;
		z-index: 100;
	}
	
	button {
		border: none;
		background: none;
	}

	.menu span:nth-of-type(1) {
		top: 12px;
	}

	.menu span:nth-of-type(2) {
		top: 20px;
	}

	.menu span:nth-of-type(3) {
		top: 28px;
	}

	.menu.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}

	.menu.active span:nth-of-type(2) {
		opacity: 0;
	}

	.menu.active span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}
	
	.mNav {
		width: 320px;
		height: calc(100vh - 60px);

		background: #151515;
		position: fixed;
		top: 60px;
		box-sizing: border-box;
		right: 0;
		transform: translate(370px);
		transition: all .5s;
		z-index: 3050;
		font-size: 12px;
		overflow-y: scroll;
	}

	.mNav.open {
		transform: translateZ(0);
	}

	.mNav .mNavMenu {
		margin: 0 0 20px;
	}

	.mNav .mNavMenu {
		text-align: left;
		font-size: 1rem;
	}

	.mNav .mNavMenu a {
		position: relative;
		padding: 12px;
		display: block;
		color: #fff;
		font-size: 0.9rem;
	}

	.mNav .mNavMenu a:before {
		content: "→";
		line-height: 1;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -6px;
		font-size: 12px!important;
	}

	.mNav .mNavMenu li {
		border-bottom: solid 1px rgba(255,255,255,0.2);
	}

	.mNav .mNavMenu .navReserve a:before,
	.mNav .mNavMenu .navContact a:before {
		content: "";
		margin-top: -10px;
	}
	.mNav .mNavMenu .navReserve,
	.mNav .mNavMenu .navContact {
		margin: 0!important;
		border-bottom: none;
	}

	.mNavInfo {
		background: #fff;
		padding: 15px;
		border-radius: 5px;
		margin: 15px;
		text-align: center;
	}

	.mNavName {
		font-size: 1rem;
		margin: 0 0 10px;
		line-height: 1.5;
	}

	.mNavName span {
		font-size: 0.9rem;
		display: block;
	}

	.mNavAddr {
		line-height: 1.5;
		text-align: left;
	}

	.mNavSns {
		text-align: center;
		width: 100%;
	}

	.mNavSns li {
		display: inline-block;
		margin: 0 5px 15px;
	}

	.overlay {
	  content: "";
	  display: block;
	  width: 0;
	  height: 0;
	  background-color: rgba(0, 0, 0, 0.5);
	  position: fixed;
	  top: 0;
	  left: 0;
	  opacity: 0;
	  transition: opacity .5s;
	  z-index: 50;
	}
	.overlay.open {
	  width: 100%;
	  height: 100%;
	  opacity: 1;
	}

	.mNavContact {
		text-align: center
	}

	.mNavContact a {
		display: block;
		border:  1px solid #e98036;
		padding: 10px;
		text-align: center;
		border-radius: 100px;
		margin-bottom: 15px;
		font-size: 0.9rem;
		font-weight: 700;
		color: #e98036;
		letter-spacing: 1px;
	}

	.mNavTel {
		text-align: center;
		padding-bottom: 10px;
		border-bottom:  1px solid #e98036;
		margin-bottom: 20px;
	}

	.mNavTel a {
		color: #e98036;
		text-align: center;
		font-size: 1.1rem;
	}

	.mNavTel span {
		font-size: 1.3rem;
	}

	.mNavTime {
		font-size: 0.9rem;
		margin-bottom: 5px;
		display: inline-block;
		margin: 0 auto;
	}

	.mNavTime th {
		text-align: justify;
		text-align-last: justify;
		padding-right: 10px;
	}

	.mNavTime td {
		letter-spacing: 2px;
	}

	.mNavHoliday {
		font-size: 0.9rem;
	}
	
}

/*　フッター
-----------------------*/

#footer {
	text-align: center;
	padding: 50px 0 25px;
}

#footer img {
	width: 150px;
}

#footerNav {
	text-align: center;
}

#footerNav ul {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

#footerNav ul li {
	display: inline-block;
	border-left: 1px solid #151515;
	padding: 0 15px;
	line-height: 1;
}

#footerNav ul li:first-child {
	border-left: none;
	padding-left: 0;
}

#footerNav ul li:last-child {
	padding-right: 0;
}

.footerLogo {
	margin-bottom: 35px;
}

.footerCopyright {
	font-size: 0.9rem;
}

@media screen and (max-width:1024px) {

	#footer {
		padding: 30px 20px 20px;
	}

	#footer img {
		width: 120px;
	}

	#footerNav ul {
		background: #151515;
		display: block;
		margin-bottom: 30px;
		background: #fff;
		border: 1px solid #151515;
		font-size: 0.85rem;
	}

	#footerNav ul li {
		display: block;
		border-bottom: 1px solid #151515;
		border-left: none;
		padding: 0;
		text-align: left;
	}
	#footerNav ul li:last-child {
		border-bottom: none;
	}
	
	#footerNav ul li a {
		padding: 15px 20px;
		display: block;
		position: relative;
		width: 100%;
		box-sizing: border-box;
	}
	#footerNav ul li a:after {
		content: "→";
		font-size: 12px;
		top: 50%;
		right: -3px;
		margin-top: -6px;
		position: absolute;
	}

	.footerLogo {
		margin-bottom: 35px;
	}

	.footerCopyright {
		font-size: 0.9rem;
	}
	
}


/*　メインビジュアル
-----------------------*/

#mainVisual {
	width: 100%;
	overflow: hidden;
	order: 1;
}

.main-slider{
	width: 100%;
}

.mainVisual {
	width: 100%;
	box-sizing: border-box;
	padding: 0 40px;
	height: calc(100vh - 80px);
	order: 1;
	background-position: center top;
	background-repeat: no-repeat;
	background: #d7d8d1 url("../images/main02.png") center top no-repeat;
	background-size: auto 100%;
}

.mainVisual.photo {
	padding: 0;
}

.mainVisual.photo img {
	width: 100%;
	height: calc(100vh - 80px);
	object-fit: cover;
	object-position: center center;
}

#mainVisual .inner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	text-align: left;
	align-items: center;
	justify-content: flex-start;
}

#mainVisual .logo {
	width: 600px;
	height: 600px;
}

@media screen and (max-width:1024px) {
	
	#mainVisual {
		width: 100%;
		overflow: hidden;
		position: relative;
		order: 2;
	}
	
	#mainVisual .logo {
		width: 100%;
		height: auto;
	}

	.main-slider{
		width: 100%;
	}

	.mainVisual {
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		height:auto;
		order: 2;
		position: relative;
	}
	.mainVisual .inner {
		justify-content:space-around;
	}
	
	.mainVisual .inner img {
		width: 100%!important;
	}

	.mainVisual.photo {
		padding: 0;
	}

	.mainVisual.photo img {
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center center;
	}


	#mainVisual .inner {
		width: 100%;
		height: 100%;
		justify-content: center
	}

	#mainVisual .logo {
		display: none
	}
	
}

/*=========================================================

01.TOP

=========================================================*/

#main .inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 1280px;
}

.heading {
	text-align: center;
	margin-bottom: 75px;
}

.heading span {
	font-size: 3.6rem;
	line-height: 1;
	margin: 0;
	font-style: italic;
	display: block;
	padding-bottom: 25px;
}

.heading:after {
	content: attr(data-label);
	padding-top: 15px;
	font-style: italic;
	border-top: 1px solid #151515;
	display: inline;
	font-size: 1rem;
}

.subHeading {
	margin-bottom: 20px;
	font-size: 1.4rem;
	padding-bottom: 10px;
	border-bottom: 4px solid #eee;
	position: relative;
}

.subHeading:before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 75px;
	height: 4px;
	background: #151515;
}

.subHeading:after {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 1rem;
	content: attr(data-label);
}


.blur{
    transition: all 0.5s;
    filter: blur(10px);
		opacity: 0;
    &.scrollin{
      filter: blur(0);
		opacity: 1;
    }
}

.btn {
	text-align: center;
}

.btn a {
	display: inline-block;
	padding: 15px;
	position: relative;
	border: 1px solid #151515;
	position: relative;
	min-width: 200px;
	background: #fff;
}

.btn a:after {
	position: absolute;
	line-height: 1;
	font-size: 16px;
	top: 50%;
	margin-top: -8px;
	right: 0;
	letter-spacing: 0;
	content: "→";
}

.pageTitle {
	text-align: center;
	margin-bottom: 75px;
}

.pageTitle span {
	font-size: 4.2rem;
	line-height: 1;
	margin: 0;
	font-style: italic;
	display: block;
	padding-bottom: 25px;
}

.pageTitle:after {
	content: attr(data-label);
	padding-top: 15px;
	font-style: italic;
	border-top: 1px solid #151515;
	display: inline;
	font-size: 1.2rem;
}

.content {
	max-width: 934px;
	margin: 0 auto 50px;
	border: 1px solid #ddd;
	padding: 50px;
	box-sizing: border-box;
	border-radius: 5px;
}

.contentflat {
	padding: 0 50px 50px;	
}

@media screen and (max-width:1024px) {

	#main .inner {
		margin: 0 auto;
	}

	.heading {
		text-align: center;
		margin-bottom: 35px;
	}

	.heading span {
		font-size: 1.6rem;
		margin: 0;
		padding-bottom: 10px;
	}

	.heading:after {
		padding-top: 10px;
		font-size: 0.8rem;
	}

	.subHeading {
		margin-bottom: 20px;
		font-size: 1rem;
		padding-bottom: 10px;
		border-bottom: 3px solid #eee;
		position: relative;
		line-height: 1.5;
	}

	.subHeading:before {
		content: "";
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 75px;
		height: 4px;
		background: #151515;
	}

	.subHeading:after {
		position: absolute;
		top: 10px;
		right: 0;
		font-size: 1rem;
		content: attr(data-label);
	}

	.blur{
		transition: all 0.5s;
		filter: blur(10px);
			opacity: 0;
		&.scrollin{
		  filter: blur(0);
			opacity: 1;
		}
	}

	.btn {
		text-align: center;
	}

	.btn a {
		font-size: 0.85rem;
		padding: 10px;
		min-width: 150px;
	}

	.btn a:after {
		font-size: 12px;
		margin-top: -6px;
	}
	
	.pageTitle {
		text-align: center;
		margin: 30px 0;
	}

	.pageTitle span {
		font-size: 1.8rem;
	}

	.pageTitle:after {
		padding-top: 10px;
		font-size: 0.9rem;
	}

	.content {
		margin: 0;
		border: none;
		padding: 30px 20px 30px;
		border-radius: 0;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	
	.contentflat {
		padding: 0 20px 30px;
	}
	
}

/*-----------------------------------------------------
店舗紹介
-----------------------------------------------------*/

#concept {
	position: relative;
	padding: 150px 150px 150px;
}

#concept:before {
	content: "";
	display: block;
	width: 50%;
	height: 940px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: #f5f0e3;
	background: linear-gradient(45deg, #f5f0e3, #fbf8ef);
}

.conceptImage {
	margin-top: -50px;
}

.conceptImage img {
	width: 100%;
	max-width: 740px;
	height: auto;
}


.conceptInfo {
	padding-left: 300px;
	margin-top: -50px;
}

.conceptCopy {
	margin-bottom: 50px;
}

.conceptTitle {
	font-size: 2rem;
	margin-bottom: 50px;
	line-height: 1.8;
}

.conceptText {
	line-height: 3;	
}

@media screen and (max-width:1024px) {

	#concept {
		position: relative;
		padding: 30px 0px 50px 30px;
	}

	#concept:before {
		content: "";
		display: block;
		width: 65%;
		height: 82vw;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		background: #f5f0e3;
		background: linear-gradient(45deg, #f5f0e3, #fbf8ef);
	}

	.conceptImage {
		margin-top: 0px;
	}

	.conceptInfo {
		margin-top: -30px;
		padding-left: 30px;
		padding-right: 20px;
	}

	.conceptCopy {
		margin-bottom: 20px;
		
	}

	.conceptTitle {
		font-size: 1.2rem;
		margin-bottom: 20px;
		line-height: 1.5;
	}

	.conceptText {
		line-height: 2.4;
		font-size: 0.85rem;
	}
	
}

/*-----------------------------------------------------
ニュース
-----------------------------------------------------*/

#news {
	padding: 0 0 150px;
	position: relative;
	background: linear-gradient(45deg, #f5f0e3, #fbf8ef);
}

#news .inner {
	background: #fff;
	padding: 100px;
	width: calc(100% - 40px);
	box-sizing: border-box;
	margin-top: -150px;
	position: relative;
	z-index: 2;
}

.newsList {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #151515;
	margin: -25px auto 50px;
}

.newsList li {
	width: 100%;
	border-top: 1px solid #151515;
	padding: 15px 0;
	box-sizing: border-box;
}

.newsList li a {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.newsThumbnail {
	width: 80px;
	display: block;
	box-sizing: border-box;
}
.newsThumbnail img {
	width: 80px;
	height: 80px;
	object-fit: cover;
}

.newsInfo {
	width: calc(100% - 80px);
	display: block;
	box-sizing: border-box;
	padding-left: 15px;
}

.newsInfo time {
	font-size: 0.8rem;
}

@media screen and (max-width:1024px) {

	#news {
		padding: 50px 20px 50px;
	}
	
	#news {
		padding: 0 0 50px;
	}
	
	#news .cusion {
    	width: 100%;
    	height: 30vw;
    	object-fit: cover;
	}

	#news .inner {
		background: #fff;
		padding: 50px 20px 50px;
		margin: -60px 20px 0;
		box-sizing: border-box;
		width: calc(100% - 40px);
	}

	#news .heading {
		margin-bottom: 30px;
	}

	.newsList {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid #151515;
		margin: 0 auto 25px;
	}

	.newsList li {
		width: 100%;
		border-top: 1px solid #151515;
		padding: 15px 0;
		box-sizing: border-box;
	}

	.newsList li a {
		line-height: 1;
	}

	.newsThumbnail {
		width: 60px;
		display: block;
		box-sizing: border-box;
	}
	.newsThumbnail img {
		width: 60px;
		height: 60px;
		object-fit: cover;
	}

	.newsInfo {
		width: calc(100% - 60px);
		padding-left: 10px;
	}

	.newsInfo time {
		font-size: 0.7rem;
		margin-bottom: 5px;
		display: block;
	}
	
	.newsTitle {
		font-size: 0.85rem;
		line-height: 1.5;
	}


	
}

/*-----------------------------------------------------
スタイル
-----------------------------------------------------*/

#style {
	margin: 0 auto 0;
	position: relative;
	height: 600px;
	overflow: hidden;
	padding-top: 150px;
}

#style:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc((100% - 1280px) / 2);
	height: 550px;
	background: #fff;
	z-index: 2;
}

#style .inner {
	display: flex;
	flex-wrap: wrap;
}

.styleL {
	width: 300px;
	white-space: nowrap;
	position: relative;
	background: #fff;
	z-index: 2;
	margin-top: -1px;
}

.styleR {
	width: calc(100% - 300px);
	position: relative;
	height: 500px;
}

.styleR:before {
	content: "";
	display: block;
	width: 200%;
	height: 350px;
	position: absolute;
	left:100px;
	top: 100px;
	z-index: -1;
	background: #f5f0e3;
	background: linear-gradient(45deg, #f5f0e3, #fbf8ef);
}

.styleR li {
	margin-right: 50px;
	position: relative;
}

.hairStyle {
	position: absolute;
	bottom: -30px;
	right: -20px;
	height: 50px;
	transform: rotate(-5deg);
}

.slick-slider {
	position: relative;
	z-index: 1;
}

.slick-list{
	overflow: visible;
	z-index: 1;
}

.slide-arrow span {
	width: 33px;
	height: 59px;
	display: block;
} 

.slide-arrow:hover {
	cursor: pointer;
	opacity: 0.5;
}

.slide-arrow {
	position: absolute;
	z-index: 22210;
	top: 50%;
}

.prev-arrow {
	background: url(../images/arrow_prev.png);
	background-size: 33px 59px;
	display: block;
}

.next-arrow {
	background: url(../images/arrow_next.png);
	background-size: 33px 59px;
	display: block;
}

.prev-arrow {
	left: 170px;
}

.next-arrow {
	right: 0;
}

.slick-disabled {
	display: none!important;
}

@media screen and (max-width:1024px) {

	#style {
		margin: 0 auto;
		height: auto;
		padding: 50px 0 0;
	}

	#style:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 70%;
		height: 650px;
		background: #fff;
		z-index: 2;
		display: none;
	}

	#style .inner {
		display: block;
	}

	.styleL {
		width: 100%;
	}

	.styleR {
		width: 100%;
		height: 500px
	}

	.styleR:before {
		height: 300px;
	}

	.styleR li {
		margin-right: 20px;
		position: relative;
	}

	.hairStyle {
		position: absolute;
		bottom: -30px;
		right: -20px;
		height: 50px;
		transform: rotate(-5deg);
	}

	.slide-arrow span {
		width: 34px;
		height: 34px;
	} 

	.slide-arrow:hover {
		cursor: pointer;
		opacity: 0.5;
	}

	.slide-arrow {
		position: absolute;
		z-index: 10;
		bottom: -100px
	}

	.prev-arrow {
		left: 20px;
	}

	.next-arrow {
		right: 20px;
	}

	.slick-disabled {
		display: none!important;
	}
	
}

@media screen and (max-width:480px) {
	
	.styleR {
		width: 100%;
		height: 300px
	}

	.styleR:before {
		height: 150px;
	}
}

/*-----------------------------------------------------
料金メニュー
-----------------------------------------------------*/

#menu {
	background: linear-gradient(45deg, #f5f0e3, #fbf8ef);
	padding: 0 0 150px;
	/*
	background: #f5f0e3 url("../images/menu_bg.jpg") top center no-repeat;
	background-size: 100% auto;
	*/
}

#menu .inner {
	background: #fff;
	padding: 100px 0 50px;
	width: calc(100% - 40px);
	margin-top: -150px;
	position: relative;
	z-index: 2;
}

#menu .heading {
	margin-bottom: 25px;
}

.menuText {
	text-align: center;
	padding: 0 100px 50px;
	letter-spacing: 0.3rem;
}

.menuBox {
	padding: 0 100px 50px;	
}


.couponList > li {
	border: 1px solid #151515;
	padding: 20px;
}

.couponList > li ul {
	display: flex;
	margin-bottom: 20px;
}

.couponList > li ul li {
	background: #eee;
	margin-right: 10px;
	font-size: 0.8rem;
	padding: 0 10px;
}


#menu .serviceList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#menu .serviceList li {
	width: 49%;
	box-sizing: border-box;
	text-align: center;
	margin-top: 2%;
}

#menu .serviceList li:nth-child(1),
#menu .serviceList li:nth-child(2) {
	margin-top: 0;
}

#menu .serviceList .accordion_head {
	display: block;
	padding: 15px;
	position: relative;
	border: 1px solid #151515;
	cursor: pointer;
	font-size: 1.1rem;
}

#menu .serviceList .accordion_head:hover span {
	opacity: 0.5;
}

#menu .serviceList .accordion_head:after {
	content: "+";
	width: 20px;
	height: 20px;
	border: 1px solid #151515;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -12px;
}

#menu .serviceList .accordion_head.selected:after {
	content: "-";
}

#menu .serviceList .accordion_head.selected  {
	
}

#menu .serviceList li .accordion_body {
	text-align: left;
	padding: 0 15px 30px;
	border: 1px solid #151515;
	border-top: none;
	border-top: 1px solid #fff;
	margin-top: -1px!important;
	position: relative;
	z-index: 2;
}

#menu .serviceList li .accordion_body .serviceName {
	padding-top: 20px;
	border-top: 1px solid #eee;
}

#menu .serviceList li .accordion_body .serviceText {
	margin: 5px 0 0 10px;
}

#menu .serviceList li .accordion_body .serviceContent {
	font-size: 0.9rem;
}

#menu .serviceList li .accordion_body .serviceSpec {
	margin-bottom: 20px;
}

@media screen and (max-width:1024px) {
	
	#menu .cusion {
		width: 100%;
		height: 30vw;
		object-fit: cover;
	}
	

	#menu {
		padding: 0 0 50px;
	}

	#menu .inner {
		background: #fff;
		padding: 50px 20px 20px;
		margin: -60px 20px 0;
		box-sizing: border-box;
		width: calc(100% - 40px);
	}

	#menu .heading {
		margin-bottom: 25px;
	}

	.menuText {
		text-align: center;
		padding: 0 0 20px;
		letter-spacing: 0.2rem;
		font-size: 0.85rem;
		text-align: left;
	}
	
	.menuText br {
		display: none;
	}

	.menuBox {
		padding: 0 0 30px;	
	}


	.couponList > li {
		border: 1px solid #151515;
		padding: 20px;
	}

	.couponList > li ul {
		display: flex;
		margin-bottom: 20px;
	}

	.couponList > li ul li {
		background: #eee;
		margin-right: 10px;
		font-size: 0.8rem;
		padding: 0 10px;
	}


	#menu .serviceList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#menu .serviceList li {
		width: 100%;
		box-sizing: border-box;
		text-align: left;
		margin-top: 2%;
		font-size: 0.8rem;
	}

	#menu .serviceList li:nth-child(1),
	#menu .serviceList li:nth-child(2),
	#menu .serviceList li:nth-child(3) {
		margin-top: 2%;
	}

	#menu .serviceList li .accordion_head {
		font-size: 0.85rem;	
	}
	
	#menu .serviceList li .accordion_body {
		font-size: 1rem;	
	}

	#menu .serviceList li .accordion_body {
		padding: 0 10px 20px;
	}

	#menu .serviceList li .accordion_body .serviceName {
		padding-top: 15px;
		padding-left: 10px;
	}

	#menu .serviceList li .accordion_body .serviceText {
		margin: 5px 0 0 10px;
	}
	
	#menu .serviceList li .accordion_body .serviceName {
		font-size: 0.85rem;
	}

	#menu .serviceList li .accordion_body .serviceContent {
		font-size: 0.75rem;
	}
	
	#menu .serviceList li .accordion_body .serviceSpec {
		font-size: 0.9rem;
	}
	
#menu .serviceList li .accordion_body .serviceSpec {
	margin-bottom: 15px;
}
	
}

/*-----------------------------------------------------
ブログ
-----------------------------------------------------*/

.construction {
	width: 100%;
	border: 1px solid #151515;
	padding: 60px 20px;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
}

#blog,
#newsblog {
	padding: 150px 40px;
	position: relative;
	overflow: hidden;
}

#blog:before,
#newsblog:before {
	content: "";
	position: absolute;
	top: 450px;
	left: 0;
	width: 55%;
	height: 72.5vh;
	background: linear-gradient(45deg, #f5f0e3, #fbf8ef);
	z-index: -1;
}

.newsblogList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.newsblogList li {
	width: 32%;
	margin: 5% 2% 0 0;
}

.newsblogList li:nth-child(1),
.newsblogList li:nth-child(2),
.newsblogList li:nth-child(3) {
	margin-top: 0;
}

.newsblogList li:nth-child(3n){
	margin-right: 0;
}

.newsblogThumbnail {
	margin-bottom: 18px;
}

.newsblogThumbnail img {
	object-fit: cover;
	aspect-ratio: 4 / 3;
  	width: 100%;
  	max-width: 100%; 
}

.newsblogInfo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	line-height: 1;
	margin-bottom: 13px;
}

.newsblogInfo time {
	font-size: 0.8rem;
}

.newsblogInfo .newsblogIconWhite {
	background: #151515;
	color: #fff;
	border: 1px solid #151515;
	box-sizing: border-box;
	font-size: 0.8rem;
	display: block;
	padding: 7px;
}

.newsblogInfo .newsblogIconBlack {
	background: #fff;
	color: #151515;
	border: 1px solid #151515;
	box-sizing: border-box;	
	font-size: 0.8rem;
	display: block;
	padding: 7px;
}

.newsblogTitle {
	line-height: 1.8;
}

@media screen and (max-width:1024px) {
	
	#blog,
	#newsblog {
		padding: 50px 20px;
		position: relative;
	}
	
	#blog:before,
	#newsblog:before {
		top: auto;
		left: 0;
		bottom: 115px;
		width: 65%;
		height: 55vh;
	}

	.newsblogList {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}

	.newsblogList li {
		width: 48%;
		margin: 5% 4% 0 0;
	}

	.newsblogList li:nth-child(1),
	.newsblogList li:nth-child(2) {
		margin-top: 0;
	}
	
	.newsblogList li:nth-child(3) {
		margin-top: 5%;
	}
	
	.newsblogList li:nth-child(2n){
		margin-right: 0;
	}

	.newsblogList li:nth-child(3n){
		margin-right: auto;
	}

	.newsblogThumbnail {
		margin-bottom: 10px;
	}

	.newsblogInfo {
		margin-bottom: 10px;
	}

	.newsblogInfo time {
		font-size: 0.7rem;
	}

	.newsblogInfo .newsblogIconBlack {
		font-size: 0.7rem;
		padding: 5px;
	}

	.newsblogInfo .newsblogIconWhite {
		font-size: 0.7rem;
		padding: 5px;
	}

	.newsblogTitle {
		line-height: 1.5;
		font-size: 0.8rem;
	}
}

@media screen and (max-width:380px) {

	.newsblogList li:nth-child(1),
	.newsblogList li:nth-child(2),
	.newsblogList li:nth-child(3),		
	.newsblogList li {
		width: 100%;
		margin: 5% 0 0!important;
	}

}

/*-----------------------------------------------------
スタイリスト
-----------------------------------------------------*/

#staff,
#stylist {
	padding: 0 0 150px;
	position: relative;
	background: linear-gradient(45deg, #f5f0e3, #fbf8ef);
}
#staff .inner,
#stylist .inner {
	display: flex;
	background: #fff;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
	padding: 100px 100px 100px 0px;
	width: calc(100% - 40px);
	margin-top: -150px;
	box-sizing: border-box;
}

.staffL,
.stylistL {
	width: 380px;
	white-space: nowrap;
	position: relative;
	background: #fff;
	z-index: 2;
}

.staffL .sns,
.stylistL .sns {
	display: flex;
	padding: 0 90px;
	justify-content: center;
}

.staffL .sns li,
.stylistL .sns li {
	padding: 0 15px;
	box-sizing: border-box;
	width: calc(100% / 3);
}

.staffR,
.stylistR {
	width: calc(100% - 380px);
	box-sizing: border-box;

}

.staffR .flex,
.stylistR .flex {
	display: flex;	
}

.staffR .image,
.stylistR .image {
	width: 300px;
}

.staffR .info,
.stylistR .info {
	width: calc(100% - 300px);
	box-sizing: border-box;
	padding: 0 0 0 40px;
}

.staffR .name,
.stylistR .name {
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.staffR .name span,
.stylistR .name span {
	font-size: 1rem;
}

.staffR .copy,
.stylistR .copy {
	font-size: 1.3rem;
	margin-bottom: 20px;
}

.staffR .text,
.stylistR .text {
	font-size: 0.9rem;
	margin-bottom: 20px;
}

.staffR table,
.stylistR table {
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.5;
}

.staffR table th,
.stylistR table th {
	white-space: nowrap;
	border-top: 1px solid #eee;
	padding: 8px 10px 8px 0;
}

.staffR table td,
.stylistR table td {
	border-top: 1px solid #eee;
	padding: 8px 0;
}

.staffR .list,
.stylistR .list {
	display: flex;
	flex-wrap: wrap;
	/*background: linear-gradient(45deg, #f5f0e3, #fbf8ef);*/
	border-top: 1px solid #eee;
}

.staffR .list li,
.stylistR .list li {
	width: 33%;
	display: flex;
	padding: 25px 0.5% 0 0;
	box-sizing: border-box;
	font-size: 0.9rem;
	letter-spacing: 0.1rem;
}

.staffR .list li:last-child,
.stylistR .list li:last-child {
	margin-right: 0;
}

.staffR .list li .listImage,
.stylistR .list li .listImage {
	width: 75px;
}

.staffR .list li .listImage img,
.stylistR .list li .listImage img {
	width: 100%;
	height: auto;
}

.staffR .list li .listText,
.stylistR .list li .listText {
	width: calc(100% - 100px);
	font-size: 0.9rem;
	line-height: 1.4;
	box-sizing: border-box;
	padding-left: 15px;
}

@media screen and (max-width:1024px) {
	
	#staff .cusion,
	#stylist .cusion {
		width: 100%;
		height: 30vw;
		object-fit: cover;
	}
	
	#staff,
	#stylist {
		padding: 0 0 50px;
	}
	
	#staff .inner,
	#stylist .inner {
		display: block;
		padding: 50px 20px 20px;
		margin: -60px 20px 0;
		width: calc(100% - 40px);
	}
	
	.staffL,
	.stylistL {
		width: 100%;
		text-align: center;
	}
	
	.staffL .sns,
	.stylistL .sns {
		display: flex;
		padding:  0;
		margin: 0 auto 30px;
		text-align: center;
		justify-content: center;
	}

	.staffL .sns li,
	.stylistL .sns li {
		padding: 0 7px;
		display: inline-block;
	}
	
	.staffL .sns li img,
	.stylistL .sns li img {
		width: 28px;
		height: auto;
	}
	
	.staffR,
	.stylistR {
		width: 100%;
		box-sizing: border-box;

	}
	
	.staffR .flex,
	.stylistR .flex {
		display: block;	
	}
	
	.staffR .image,
	.stylistR .image {
		width: 100%;
		text-align: center;
	}
	
	.staffR .image img,	
	.stylistR .image img {
		width: 200px;
		margin-bottom: 15px;
	}
	
	.staffR .info,
	.stylistR .info {
		width: 100%;
		box-sizing: border-box;
		padding: 0;
	}
	
	.staffR .name,
	.stylistR .name {
		font-size: 1.2rem;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.staffR .name span,
	.stylistR .name span {
		font-size: 0.85rem;
	}
	
	.staffR .copy,
	.stylistR .copy {
		font-size: 1rem;
		margin-bottom: 15px;
		text-align: center;
	}
	
	.staffR .text,
	.stylistR .text {
		font-size: 0.85rem;
		margin-bottom: 15px;
	}

	.staffR table,
	.stylistR table {
		width: 100%;
		font-size: 0.85rem;
		line-height: 1.5;
	}
	
	.staffR table th,
	.stylistR table th {
		white-space: nowrap;
		border-top: 1px solid #eee;
		padding: 8px 10px 8px 0;
	}
	
	.staffR table td,
	.stylistR table td {
		border-top: 1px solid #eee;
		padding: 8px 0;
	}
	
	.staffR .list,
	.stylistR .list {
		display: flex;
		flex-wrap: wrap;
		border-bottom: none;
	}
	
	.staffR .list li,
	.stylistR .list li {
		width: 100%;
		display: flex;
		padding: 15px 0 15px 0;
		font-size: 0.85rem;
	}
	
	.staffR .list li .listText,
	.stylistR .list li .listText {
		font-size: 0.85rem; 
	}
		
}

/*-----------------------------------------------------
アクセス
-----------------------------------------------------*/

#access {
	padding-top: 150px;
}

#access .inner {
	position: relative;
	width: calc(100% - 40px);
}

.accessImage {
	text-align: right;
}

.accessImage img {
	width: 70%;
}

.accessInfo {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
	background: #fff;
	margin-bottom: 150px;
	background: linear-gradient(45deg, #f5f0e3, #fbf8ef);
}

.accessInfoL {
	width: 55%;
	box-sizing: border-box;
}

.accessInfoL img {
	width: 100%;
	height: 650px;
	object-fit: cover;
}

.accessInfoR {
	width: 45%;
	box-sizing: border-box;
	padding: 0 50px;
	text-align: center;
}

.accessInfoR div {
	display: inline-block;
	text-align: left;
	margin: 0 auto;
}

.accessInfoR .logo {
	text-align: center;
	margin-bottom: 10px;
}
.accessInfoR .logo img {
	width: 180px;
}

.accessInfoR .name {
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1;
}

.accessInfoR .name span {
	font-size: 0.9rem;
}

.accessInfoR address {
	margin-bottom: 10px;
}

.accessInfoR .park {
	font-size: 0.9rem;
	margin-bottom: 30px;
}

.accessInfoR .btns {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	justify-content: space-between;
}

.accessInfoR .btns li {
	text-align: center;
}

.accessInfoR .btns li a {
	display: flex;
	align-items: center;
	padding: 10px 32px;
	letter-spacing: 0.2rem;
	font-weight: 400;
	font-size: 1rem;
	text-align: center;
}

.accessInfoR .btns li.navContact a {
	color: #fff;
	background: #c9b019;
	background: linear-gradient(45deg, #c9b019, #c59813);
}

.accessInfoR .btns li.navContact a:before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url("../images/icon_contact.png") no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}

.accessInfoR .btns li.navReserve a {
	color: #fff;
	background: #f00f5e;
	background: linear-gradient(45deg, #f00f5e, #ed2a6e);
}

.accessInfoR .btns li.navReserve a:before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url("../images/icon_reserve.png") no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}

.accessInfoR .tel {
	text-align: center;
}

.accessInfoR .tel a {
	display: inline-block;
	text-decoration: underline;
	font-size: 1.2rem;
}

.accessInfoR .tel a span {
	font-size: 2rem;	
}

.accessInfoR .telHosoku {
	font-size: 0.8rem;
	line-height: 1.5;
	letter-spacing: 2px;
}

.accessMap {
	display: flex;
	align-items: center;
	width: 100%;
}

.accessMap iframe {
	width: 100%;
	height: 500px;
}

@media screen and (max-width:1024px) {

	#access {
		padding-top: 50px;
	}
	
	#access .inner {
		margin: 0 20px;
		width: auto;
	}

	.accessImage img {
		width: 100%;
	}

	.accessInfo {
		display: block;
		margin: 0 0 50px;
	}

	.accessInfoL {
		width: 100%;
	}

	.accessInfoL img {
		width: 100%;
		height: 75vw;
		object-fit: cover;
	}

	.accessInfoR {
		width: 100%;
		box-sizing: border-box;
		padding: 20px;
	}

	.accessInfoR div {
		display: inline-block;
		text-align: left;
		margin: 0 auto;
	}

	.accessInfoR .logo {
		text-align: center;
		margin-bottom: 10px;
	}
	.accessInfoR .logo img {
		width: 150px;
	}

	.accessInfoR .name {
		margin-bottom: 30px;
		text-align: center;
		font-size: 1.1rem;
		line-height: 1;
	}

	.accessInfoR .name span {
		font-size: 0.8rem;
	}

	.accessInfoR address {
		margin-bottom: 10px;
		font-size: 0.85rem;
	}

	.accessInfoR .park {
		font-size: 0.9rem;
		margin-bottom: 30px;
	}

	.accessInfoR .btns {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.accessInfoR .btns li a {
		padding: 10px 22px;
	}

	.accessInfoR .tel a {
		font-size: 1rem;
	}

	.accessInfoR .tel a span {
		font-size: 1.3rem;	
	}

	.accessMap iframe {
		width: 100%;
		height: 300px;
	}		
}


/*=========================================================

02.お問い合わせ

=========================================================*/

.contactText {
	margin-bottom: 50px;
	text-align: center;
}

.contactTable {
	width: 100%;
	margin-bottom: 25px;
}

.contactTable th {
	width: 0;
	white-space: nowrap;
	vertical-align: top;
	padding: 10px 0 20px 0;
}

.contactTable td {
	vertical-align: top;
	padding: 0 0 20px 20px;
}

.contactTable td.required {
	width: 0;
	white-space: nowrap;
	padding-top: 10px;
}

.contactTable .required span {
	display: block;
	color: #fff;
	background: linear-gradient(45deg, #c9b019, #c59813);
	font-size: 0.85rem;
	padding: 5px;
	border-radius: 5px;
	line-height: 1;
	text-align: center;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
selext,
textarea {
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 1.1rem;
}

.f_name {
	width: 60%;
}

.f_mail {
	width: 80%;
}

.f_tel {
	width: 50%;
}

.f_text {
	width: 100%;
}

.f_send {
	text-align: center;
	margin: 0 auto;
}

.f_send input {
	display: inline-block;	
	background: linear-gradient(45deg, #c9b019, #c59813);
	padding: 15px 20px;
	color: #fff;
	border: none;
	font-size: 1.1rem;
	font-family: "Lora", serif;
	min-width: 300px;
}

.f_send input:disabled {
	background: #ccc;
}

.wpcf7-response-output,
.screen-reader-response {
	display: none;
}

.wpcf7-not-valid-tip {
	display: block;
	color: #ed2a6e;
	font-size: 0.9rem;
	margin-top: 5px;
}

.contactThankyou {
	text-align: center;

}

.contactThankyouTitle {
	text-align: center;
	font-size: 1.8rem;
	border-bottom: 1px solid #151515;
	display: inline-block;
	margin-bottom: 50px;
}

.contactMessage {
	margin-bottom: 50px;	
}

@media screen and (max-width:1024px) {

	.contactText {
		margin-bottom: 10px;
		text-align: center;
		font-size: 0.85rem;
		text-align: left;
	}
	
	.contactTable tr {
		position: relative;
	}

	.contactTable th {
		display: block;
		padding: 15px 0 5px;
	}

	.contactTable td {
		display: block;
		padding: 0;
	}

	.contactTable td.required {
		padding: 0;
		display: block;
	}

	.contactTable .required span {
		position: absolute;
		top: 18px;
		right: 0;
		font-size: 0.7rem;
	}

	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="password"],
	selext,
	textarea {
		border: 1px solid #ddd;
		padding: 10px;
		border-radius: 5px;
		box-sizing: border-box;
		font-size: 1rem;
	}

	.f_name {
		width: 100%;
	}

	.f_mail {
		width: 100%;
	}

	.f_tel {
		width: 100%;
	}

	.f_text {
		width: 100%;
	}

	.f_send {
		text-align: center;
		margin: 0 auto;
	}

	.f_send input {
		font-size: 1rem;
		min-width: 250px;
		width: 100%;
	}

	.contactThankyouTitle {
		font-size: 1.2rem;
		margin-bottom: 25px;
		line-height: 1.5;
	}

	.contactMessage {
		margin-bottom: 25px;	
		font-size: 0.85rem;
		text-align: left;
	}
}

/*=========================================================

03.ご予約

=========================================================*/

.reservePageText {
	margin-bottom: 30px;
}

.reservePageBtn {
	text-align: center;
}

.reservePageBtn a {
	display: inline-block;
	padding: 15px 30px;
	background: linear-gradient(45deg, #f00f5e, #ed2a6e);
	color: #fff;
	font-size: 1.2rem;
}

.reservePageBtn a:before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	background:
		url("../images/icon_reserve.png") no-repeat center center;
	background-size: auto;
	background-size: contain;
	margin-right: 10px;
	margin-bottom: -3px;
}

.addressBox {
	background: linear-gradient(45deg, #f5f0e3, #fbf8ef);
	display: flex;
}

.addressBoxImage {
	width: 200px;
}

.addressBoxInfo {
	width: calc(100% - 200px);
	padding: 20px;
	box-sizing: border-box;
}

.reserveSection {
	margin-bottom: 45px;
}

.reserveSection:last-child {
	margin-bottom: 0;
}

.reserveSection h4 {
	font-size: 1.1rem;
	margin-bottom: 15px;
}

@media screen and (max-width:1024px) {
	.reservePageText {
		margin-bottom: 20px;
	}

	.reservePageBtn a {
		font-size: 1rem;
		padding: 15px 20px;
		letter-spacing: 1px;
	}
	
	.reservePageBtn a:before {
		margin-bottom: -15px;
	}

	.addressBox {
		display: block;
	}

	.addressBoxImage {
		width: 100%;
		height: 200px;
	}

	.addressBoxInfo {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}

	.reserveSection {
		margin-bottom: 45px;
	}

	.reserveSection:last-child {
		margin-bottom: 0;
	}

	.reserveSection h4 {
		font-size: 1rem;
		margin-bottom: 15px;
	}	
	
	.reserveSection address {
		font-size: 0.85rem;
	}
	
	.reserveSection p {
		font-size: 0.85rem;
	}
	
}

/*=========================================================

04.お知らせ一覧

=========================================================*/

.wp-pagenavi {
	font-size: 1.rem;	
	text-align: center;
	margin-bottom: 50px;
	letter-spacing: 0;
}
.wp-pagenavi span {
	padding: 6px 12px;	
}
.wp-pagenavi a {
	padding: 6px 15px;	
}
.wp-pagenavi span.current {
	border-color: #151515;
	background: #151515;
	color: #fff;
}
@media screen and (max-width: 1024px) {
	.wp-pagenavi {
		font-size: 0.9rem;	
	}
}


/*=========================================================

05.お知らせ詳細

=========================================================*/

.newsDetail p:last-child {
	margin-bottom: 0;
}

.newsDetailTime {
	font-size:0.8rem;
}

.newsDetailTitle {
	font-size: 1.3rem;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 4px solid #eee;
}

.backBtn {
	margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {

	.newsDetailTime {
		font-size:0.7rem;
	}

	.newsDetailTitle {
		font-size: 1.1rem;
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-bottom: 3px solid #eee;
	}
	
	.backBtn {
		margin-bottom: 25px;
		margin-top: 30px;
	}

}

/*=========================================================

08.投稿本文

=========================================================*/

.the_content p {
	margin-bottom: 30px;
	font-size: 1rem;
}

@media screen and (max-width: 1024px) {

	.the_content p {
		margin-bottom: 20px;
		font-size: 0.85rem;
	}
}

/*=========================================================

09.ブログ

=========================================================*/

.bloglogo {
	display: flex;
	align-items: center;
}

.bloglogo img {
	margin-right: 7px;
}

.bloglogo strong {
	font-size: 1.4rem;
	font-weight: normal;
	color: #fff;
	background: #466036;
	display: inline-block;
	border: 1px solid #555;
	line-height: 1;
	padding: 3px 10px;
	margin-top:5px;
}

.blog2column {
	display: flex;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 50px;
	box-sizing: border-box;
}

.blogMain {
	width: calc(100% - 350px);
}

.blogMain .content {
  margin: 0 auto!important;
}

.blogSide {
	width: 300px;
	margin-left: 50px;
}

.blogSide .btn {
	margin-bottom: 30px;
}

.blogSidePageTitle {
	text-align: center;
	font-size: 1.8rem;
}

.blogSideLogo {
	text-align: center;
	padding: 0 30px 50px;
}

.blogSideTitle {
	font-size: 1.2rem;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px;
	margin: 0 0 15px;
}


.blogSideBox {
	margin-bottom: 40px;
}

.blogSideList li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.blogSideList li a {
	display: flex;
	
}

.blogSideList li .newsblogThumbnail {
	margin-bottom: 0;
}

.blogSideList li:last-child {
	border-bottom: none;
}

.blogSideList li img {
	width: 70px;
	height: 70px;
}

.blogSideList li .l {
	padding-right:10px;
	width: 70px;
}

.blogSideList li .r {
	width: calc(100% - 80px);
}

.blogSideList li .newsblogInfo {
	margin-bottom: 8px;
}

.blogSideList li .newsblogInfo span {
	font-size: 0.7rem;	
	padding: 3px;
}

.blogSideList li .newsblogInfo time {
	font-size: 0.7rem;
}

.blogSideList li .newsblogTitle {
	font-size: 0.9rem;
	line-height: 1.3;
}

.blogSideListNoimage {

}

.blogSideListNoimage li {
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
}

.blogSideListNoimage li a {
	display: flex;
	align-items: center;
}

.blogSideListNoimage li a:before {
	content: "→";
}



.blogSideListNoimage p {
	font-size: 1rem;
}

.blogRelation {
	margin-top: 50px;
}

.blogRelation h2 {
	font-size: 1.8rem;
	margin-bottom:30px;
}

@media screen and (max-width: 1024px) {

	.bloglogo {
		display: block;
	}

	.bloglogo strong {
		font-size: 1.1rem;
		padding: 3px 5px;
	}

	.blog2column {
		display: block;
		padding: 0;
	}

	.blogMain {
		width: 100%;
		box-sizing: border-box;
		padding: 20px 20px 0;
	}

	.blogMain .content {
	  margin: 0 auto!important;
	}

	.blogSide {
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 0 20px;
	}

	.blogSide .btn {
		margin-bottom: 20px;
	}

	.blogSidePageTitle {
		text-align: center;
		font-size: 1.2rem;
	}

	.blogSideLogo {
		text-align: center;
		padding: 50px 30px 40px;
		
	}
	
	.blogSideLogo img {
		max-width: 200px;
		height: auto;
	}

	.blogSideTitle {
		font-size: 1.2rem;
		border-bottom: 1px solid #ddd;
		padding: 0 0 10px;
		margin: 0 0 15px;
	}


	.blogSideBox {
		margin-bottom: 30px;
	}

	.blogSideList li .newsblogThumbnail {
		margin-bottom: 0;
	}

	.blogSideList li img {
		width: 50px;
		height: 50px;
	}

	.blogSideList li .l {
		padding-right: 7px;
		width: 50px;
	}

	.blogSideList li .r {
		width: calc(100% - 50px);
	}

	.blogSideList li .newsblogInfo {
		margin-bottom: 8px;
	}

	.blogSideList li .newsblogInfo time {
		font-size: 0.7rem;
	}

	.blogSideListNoimage li {
		border-bottom: 1px dotted #ccc;
		padding: 10px 0;
	}
	.blogRelation {
		margin-top: 40px;
		padding: 0 20px;
	}

	.blogRelation h2 {
		font-size: 1.4rem;
		margin-bottom:20px;
	}

}

/*-----------------------------------------------------
見出し
-----------------------------------------------------*/

.blogDetailHead {
	margin-bottom: 50px;
}

.blogDetailHead .t {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.blogDetailHead .l {
	padding-right: 15px;	
	display: inline-block;
}

.blogDetailHead .r {
	display: inline-block;
}

.blogDetailHead .newsblogIconWhite {
	background: #151515;
	color: #fff;
	border: 1px solid #151515;
	box-sizing: border-box;
	font-size: 0.9rem;
	display: block;
	padding: 7px;
}

.blogDetailHead .newsblogIconBlack {
	background: #fff;
	color: #151515;
	border: 1px solid #151515;
	box-sizing: border-box;	
	font-size: 0.9rem;
	display: block;
	padding: 7px;
}



.blogDetailTime {
	font-size:1rem;
}

.blogDetailTitle {
	font-size: 1.6rem;
}

.blogDetailImage {
	margin: 0 -50px 50px;
}

.blogDetailImage img {
	object-fit: cover;
	aspect-ratio: 4 / 3;
  	width: 100%;
  	max-width: 100%; 
}

@media screen and (max-width: 1024px) {

	.blogDetailHead {
		margin-bottom: 20px;
	}

	.blogDetailTime {
		font-size:1rem;
	}

	.blogDetailTitle {
		font-size: 1.4rem;
	}

	.blogDetailImage {
		margin: 0 -20px 20px;
	}

	.blogDetailImage img {
		object-fit: cover;
		aspect-ratio: 4 / 3;
		width: 100%;
		max-width: 100%; 
	}

}

/*-----------------------------------------------------
目次
-----------------------------------------------------*/

#ez-toc-container {
	padding: 30px!important;
	box-sizing: border-box;
	margin-top: 50px;
}

.ez-toc-title-container {
	margin-bottom: 20px!important;
}

#ez-toc-container a:link,
#ez-toc-container a:visited {
	color: #151515!important;
}

#ez-toc-container a.ez-toc-toggle {
	outline:none;
}

@media screen and (max-width: 1024px) {

	#ez-toc-container {
		padding: 15px!important;
		margin-top: 30px;
	}

}

/*-----------------------------------------------------
本文
-----------------------------------------------------*/

.blogDetailContent strong {
	font-weight: bold;
}

.blogDetailContent em {
	font-style: italic;
}

.blogDetailContent h1,
.blogDetailContent h2 {
	font-size: 1.4rem;
	margin-top: 50px;
	margin-bottom: 30px;
	background: linear-gradient(45deg, #c9b019, #c59813);
	padding: 7px 15px;
	color: #fff;
}

.blogDetailContent h3 {
	font-size: 1.3rem;
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom: 2px solid #c9b019;
	padding-bottom: 10px;
}

.blogDetailContent h4 {
	font-size: 1.15rem;
	margin-top: 30px;
	padding: 3px 9px;
	color: #fff;
	background: #555;
	display: inline-block;
}

.blogDetailContent h5 {
	font-size: 1.1rem;
	display: inline-block;
	border-bottom: 1px solid #555;
}

.blogDetailContent h6 {
	font-size: 1.1rem;
}

.blogDetailContent p {
	margin-top: 20px;
}

.blogDetailContent ul {
	list-style: disc;
	margin: 20px 0 0 30px;
}

.blogDetailContent ol {
	list-style: decimal;
	margin: 20px 0 0 30px;
}

.blogDetailContent blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
	margin-top: 30px;
	margin-bottom: 10px;
}

.blogDetailContent blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

.blogDetailContent blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

.blogDetailContent blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

@media screen and (max-width: 1024px) {

	.blogDetailContent h1,
	.blogDetailContent h2 {
		font-size: 1.3rem;
		margin-top: 30px;
		margin-bottom: 20px;
		padding: 7px 10px;
	}

	.blogDetailContent h3 {
		font-size: 1.2rem;
		margin-top: 20px;
	}

	.blogDetailContent h4 {
		font-size: 1.1rem;
		margin-top: 20px;
		padding: 3px 9px;
	}

	.blogDetailContent h5 {
		font-size: 1.05rem;
		display: inline-block;
		border-bottom: 1px solid #555;
	}

	.blogDetailContent h6 {
		font-size: 1rem;
	}

	.blogDetailContent p {
		margin-top: 15px;
	}

	.blogDetailContent ul {
		list-style: disc;
		margin: 15px 0 0 25px;
	}

	.blogDetailContent ol {
		list-style: decimal;
		margin: 15px 0 0 25px;
	}

	.blogDetailContent blockquote {
		position: relative;
		padding: 30px 15px 8px 15px;
		margin-top: 25px;
	}

	.blogDetailContent blockquote:before{
		display: inline-block;
		position: absolute;
		top: 13px;
		left: 15px;
		content: "\f10d";
		font-family: FontAwesome;
		color: #cfcfcf;
		font-size: 28px;
		line-height: 1;
		font-weight: 900;
	}

	.blogDetailContent blockquote p {
		padding: 0;
		margin: 10px 0;
		line-height: 1.7;
	}

	.blogDetailContent blockquote cite {
		display: block;
		text-align: right;
		color: #888888;
		font-size: 0.9em;
	}

}

.grecaptcha-badge { visibility: hidden; }

/*-----------------------------------------------------
エラー 404
-----------------------------------------------------*/

.errAra {
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 0 0;
}

.errTtlBox {
  text-align: center;
}

.errTtl {
  font-weight: 900;
  font-size: 24rem;
  line-height: 0.8;
  letter-spacing: -0.015em;
  margin: 0 0 30px;
}

.errTtlEn {
  display: inline-block;
  font-weight: 900;
  font-size: 4.5rem;
  line-height: 0.8;
  color: #fff;
  margin: 0 0 50px;
  padding: 5px 15px 17px;
}

.errCntTxt {
  font-weight: 900;
  font-size: 3rem;
  line-height: 1;
  line-height: 1.3;
}

@media screen and (max-width:1024px) {
  .errAra {
    min-height: 350px;
    margin: 60px 0 0;
  }
	
  .errTtl {
    font-size: 8rem;
    margin: 0 0 10px;
  }
  .errTtlEn {
    font-size: 1.4rem;
    margin: 0 0 20px;
    padding: 3px 7px 10px;
  }
	
  .errCntTxt {
    font-size: 1.4rem;
  }
}