@charset "utf-8";

/* common
*********************************/

/*
日本語ウェブフォント
font-family: "M PLUS Rounded 1c";
英語ウェブフォント
font-family: 'Marcellus', serif;
*/

html {
	scroll-behavior: smooth;
	height: 100%;
}
* {
	box-sizing: border-box;
}
body {
    font: 90%/1.8 YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin: 0;
    color: #373737;
    line-height: 1.9;
	height: 100%;
}
@media screen and ( max-width:767px) {
    body {
		font-size: 90%!important;
	}
}
body {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
li {
    list-style: none;
}
img {
    max-width: 100%;
    outline: none;
    border-style: none;
}
a {
    color: #373737;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}
a:hover {
    color: #373737;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: underline;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.only_pc {
		display: block;
	}
.only_sp {
	display: none;
}
@media screen and ( max-width:767px) {
	.only_sp {
		display: block;
	}
    .only_pc {
    	display: none;
    }
}
.tel {
	pointer-events: none;
}
@media screen and ( max-width:767px) {
	.tel {
		pointer-events: auto;
	}
}
.content_inner {
	max-width: 800px;
	margin: 0 auto;
}
.fade01 {
	animation: fadeIn01 1s ease 1s infinite alternate;
}
@keyframes fadeIn01 {
	0% { opacity: 0 }
	100% { opacity: 1 }
}

.font_ja {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.font_en {
	font-family: 'Marcellus', serif;
}
.content_title {
	font-family: 'Marcellus', serif;
	font-size: 30px;
    letter-spacing: 4px;
	text-align: center;
	margin: 40px 0;
}
@media screen and ( max-width:767px) {
	.content_title {
		margin: 30px 0 20px;
	}
}
.content_title span {
	display: block;
	font-family: "M PLUS Rounded 1c";
	font-size: 14px;
    letter-spacing: 0;
	font-weight: 500;
}
.flex_box {
	display: flex;
}
.sub_title {
	color: #C49876;
	background: #F5F2E7;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
    padding: 5px;
	font-weight: 500;
}
@media screen and ( max-width:767px) {
	.sub_title {
		font-size: 16px;
	}
}

/* top
*********************************/

.top #wrapper {
	background: url("../images/common/bg.jpg") no-repeat center center;
	background-size: cover;
	height: 100%;
	position: relative;
}
.top .main_logo {
	width: 100%;
	position: absolute;
	top: 50%;
	margin: -165px 0 0 0;
}
.top .main_logo h1 {
	width: 64px;
	margin: 0 auto 50px;
}
.top .main_logo ul {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	padding: 0;
	margin: 0;
}
.top .main_logo li {
	width: 70px;
	height: 100px;
	position: relative;
}
@media screen and ( max-width:767px) {
	.top .main_logo li {
		width: 60px;
	}
}
.top .main_logo li a {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #FFF;
	position: absolute;
	right: 22px;
	top: 0;
	display: inline-block;
	text-decoration: none;
}
@media screen and ( max-width:767px) {
	.top .main_logo li a {
		right: 16px;
	}
}
.top .main_logo li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFF;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.top .main_logo li a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFF;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.top .main_logo li a:hover::after {
	bottom: -14px;
	opacity: 1;
	visibility: visible;
}
.top .main_logo li a:hover::before {
	top: -14px;
	opacity: 1;
	visibility: visible;
}
.top .copy {
	position: absolute;
	left: 0;
	bottom: 10px;
	text-align: center;
	color: #FFF;
	font-size: 0.7rem;
    width: 100%;
}

/* header
*********************************/

.subpage header {
	padding-bottom: 50px;
	background: -moz-linear-gradient(top, rgba(95,191,136,1) 0%, rgba(95,191,136,1) 50%, rgba(95,191,136,0) 100%);
	background: -webkit-linear-gradient(top, rgba(95,191,136,1) 0%,rgba(95,191,136,1) 50%,rgba(95,191,136,0) 100%);
	background: linear-gradient(to bottom, rgba(95,191,136,1) 0%,rgba(95,191,136,1) 50%,rgba(95,191,136,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fbf88', endColorstr='#005fbf88',GradientType=0);
	position: relative;
}
@media screen and ( max-width:767px) {
	.subpage header {
		padding-bottom: 25px;
	}
}
.subpage header h1 {
	padding: 20px 0;
	margin: 0 auto;
	width: 44px;
}
.subpage header h1 img {
	vertical-align: bottom;
}
@media screen and ( max-width:767px) {
	.subpage header nav {
		display: none;
	}
}
.subpage header ul,
.subpage footer ul {
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
}
@media screen and ( max-width:767px) {
	.subpage header ul {
		width: 80%;
		margin: 0 auto;
		display: block;
		border-top: solid #FFF 1px;
		padding-bottom: 40px;
	}
}
.subpage header li {
	padding: 0 30px;
}
@media screen and ( max-width:767px) {
	.subpage header li {
		border-bottom: solid #FFF 1px;
		padding: 0;
	}
}
.subpage header li a {
	display: inline-block;
	text-decoration: none;
	position: relative;
	color: #FFF;
}
@media screen and ( max-width:767px) {
	.subpage header li a {
		display: block;
		padding: 10px;
		text-align: center;
	}
}
.subpage header li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFF;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.subpage header li a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFF;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.subpage header li a:hover::after,
.subpage header li a.active::after {
	bottom: -5px;
	opacity: 1;
	visibility: visible;
}
.subpage header li a:hover::before,
.subpage header li a.active::before {
	top: -5px;
	opacity: 1;
	visibility: visible;
}
@media screen and ( max-width:767px) {
	.subpage header li a:hover::after,
	.subpage header li a.active::after,
	.subpage header li a:hover::before,
	.subpage header li a.active::before {
		display: none;
	}
}
@media screen and ( max-width:767px) {
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: absolute;
		width: 30px;
		height: 26px;
		right: 20px;
		top: 20px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #FFF;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 11px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(13px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
}

/* content
*********************************/

.subpage article {
	position: relative;
	padding-top: 230px;
}
.subpage .page_title {
	width: 40px;
	height: 230px;
	/*font-family: "Sawarabi Mincho", serif;*/
	font-family: serif;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	font-weight: normal;
	letter-spacing: 10px;
	margin: 0 auto;
	padding: 30px 0 0;
	position: absolute;
	top: 0;
	left: calc(50% - 20px);
}
@media screen and ( max-width:767px) {
	.subpage .page_title {
		font-size: 1.2rem;
		padding: 15px 0 0;
		width: 34px;
		height: 180px;
	}
	.subpage article {
		padding: 180px 20px 0;
	}
}

/* saloninfo
*********************************/

.saloninfo .slides {
	max-width: 670px;
	margin: 0 auto;
}
.saloninfo .slick-dots {
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 20px 0 70px;
}
@media screen and ( max-width:767px) {
	.saloninfo .slick-dots {
		margin: 20px 0 40px;
	}
}
.saloninfo .slick-dots li {
	padding: 0 10px;
}
.saloninfo .slick-dots li button {
	text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    background: #C8C9C9;
    border-radius: 5px;
	border: none;
    padding: 0;
}
.saloninfo .slick-dots .slick-active button {
	background: #5FBF88;
}
.saloninfo .main_text {
	font-family: "Sawarabi Mincho";
	text-align: center;
    font-size: 1.2rem;
	margin-bottom: 0;
}
@media screen and ( max-width:767px) {
	.saloninfo .main_text {
		font-size: 1rem;
	}
}
.saloninfo section {
	max-width: 700px;
	margin: 0 auto;
}
.saloninfo .shop_item {
	position: relative;
	margin-bottom: 100px;
}
@media screen and ( max-width:767px) {
	.saloninfo .shop_item {
		margin-bottom: 70px;
	}
}
.saloninfo .shop_item:first-child {
	padding-top: 100px;
}
@media screen and ( max-width:767px) {
	.saloninfo .shop_item:first-child {
		padding-top: 70px;
	}
}
.saloninfo .shop_item dl {
	width: 310px;
	float: left;
}
@media screen and ( max-width:767px) {
	.saloninfo .shop_item dl {
		width: 100%;
		float: none;
	}
}
.saloninfo .shop_item dt,
.saloninfo .shop_item dd {
	margin: 0;
	padding: 0;
}
.saloninfo .shop_item dt {
	font-size: 1.2rem;
}
@media screen and ( max-width:767px) {
	.saloninfo .shop_item dt {
		font-size: 1.1rem;
	}
}
.saloninfo .shop_item .map {
	width: 335px;
	float: right;
}
@media screen and ( max-width:767px) {
	.saloninfo .shop_item .map {
		width: 100%;
		float: none;
	}
	.saloninfo .shop_item .map iframe {
		width: 100%;
	}
}
.saloninfo .shop_item .map_button {
	position: absolute;
	left: 0;
	bottom: 5px;
}
@media screen and ( max-width:767px) {
	.saloninfo .shop_item .map_button {
		position: inherit;
		left: inherit;
		bottom: inherit;
		margin-top: 10px;
	}
}
.saloninfo .shop_item .map_button a {
	width: 310px;
	text-align: center;
	display: block;
	border-radius: 5px;
	color: #FFF;
	background: #888888;
	line-height: 1;
    text-decoration: none;
    padding: 10px;
}
.saloninfo .shop_item .map_button a:hover {
	background: #5FBF88;
}
@media screen and ( max-width:767px) {
	.saloninfo .shop_item .map_button a,
	.saloninfo .shop_item .map_button a:hover {
		width: 90%;
		margin: 0 auto;
		background: #888888;
	}
}

/* information
*********************************/

.information section {
	max-width: 700px;
	margin: 0 auto;
}
.information section .date {
	font-size: 1.1rem;
}
.information section h1 {
	font-size: 1.2rem;
	margin: 0 0 40px;
}
@media screen and ( max-width:767px) {
	.information section h1 {
		font-size: 1.1rem;
		margin: 0 0 30px;
	}
}
.information section .info_text {
	line-height: 2.6;
	padding-bottom: 100px;
}
@media screen and ( max-width:767px) {
	.information section .info_text {
		line-height: 2.2;
		padding-bottom: 70px;
		font-size: 0.8rem;
	}
}
.information section dl,
.information section dt,
.information section dd {
	margin: 0;
	padding: 0;
}
.information section dl {
	padding: 40px 0;
}
.information section dt {
	padding-bottom: 25px;
}
.information section ul {
	padding: 0 0 0 1.5em;
}
.information section ul li {
	list-style: disc!important;
}
.text_right {
	text-align: right;
}

/* recruit
*********************************/

.recruit .page_title {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.recruit section {
	max-width: 700px;
	margin: 0 auto;
}
.recruit .recruit_item {
	max-width: 640px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.recruit .recruit_item h2,
.recruit .recruit_item h3 {
	font-weight: normal;
}
@media screen and ( max-width:767px) {
	.recruit .recruit_item h2 {
		font-size: 1.2rem;
	}
}
.recruit .recruit_item p {
	margin: 0 0 30px;
}
.recruit .recruit_item h3 {
	font-size: 1.2rem;
}
.recruit .recruit_item dl {
	display: flex;
	margin: 0 0 25px;
}
.recruit .recruit_item dt {
	width: 100px;
}
.recruit .recruit_item dd {
	margin: 0;
}
@media screen and ( max-width:767px) {
	.recruit .recruit_item dd {
		width: calc(100% - 100px);
	}
}
.recruit .banner {
	max-width: 681px;
	margin: 0 auto;
	padding-bottom: 100px;
}
@media screen and ( max-width:767px) {
	.recruit .banner {
		padding-bottom: 30px;
	}
}

/* footer
*********************************/

.subpage footer {
	padding-top: 70px;
	background: -moz-linear-gradient(top, rgba(95,191,136,0) 0%, rgba(95,191,136,1) 53%, rgba(95,191,136,1) 100%);
	background: -webkit-linear-gradient(top, rgba(95,191,136,0) 0%,rgba(95,191,136,1) 53%,rgba(95,191,136,1) 100%);
	background: linear-gradient(to bottom, rgba(95,191,136,0) 0%,rgba(95,191,136,1) 53%,rgba(95,191,136,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005fbf88', endColorstr='#5fbf88',GradientType=0);
}
@media screen and ( max-width:767px) {
	.subpage footer {
		padding-top: 15px;
	}
	.subpage footer nav {
		display: none;
	}
}
.subpage footer li {
	padding: 0 30px;
	border-right: solid 1px #FFF;
	line-height: 1.4;
}
.subpage footer li:last-child {
	border: none;
}
.subpage footer li a {
	display: inline-block;
	text-decoration: none;
	position: relative;
	color: #FFF;
}
.subpage footer li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFF;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.subpage footer li a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFF;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.subpage footer li a:hover::after,
.subpage footer li a.active::after {
	bottom: -8px;
	opacity: 1;
	visibility: visible;
}
.subpage footer li a:hover::before,
.subpage footer li a.active::before {
	top: -8px;
	opacity: 1;
	visibility: visible;
}
.subpage footer .copy {
	text-align: center;
	color: #FFF;
	font-size: 0.7rem;
    width: 100%;
	padding: 40px 0;
}
@media screen and ( max-width:767px) {
	.subpage footer .copy {
		padding: 20px 0;
	}
}