@charset "UTF-8";

/*--------------------------------------------------
**************************************************
  ファーストビュー
**************************************************
--------------------------------------------------*/
.site_name.top{
	position: relative;
	width: calc(100% - 130px);
	min-height: 100vh;
}
@media screen and (max-width: 767px) {
	.site_name.top{
		width: 100%;
		min-height: auto;
	}
}

.site_name.top h1{
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translate(-50%, -15%);
	font-family: serif;
	font-size: 60px;
	font-weight: 400;
	color: #fff;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
	.site_name.top h1{
		top: 0;
		transform: translate(-50%, 0);
		font-size: 40px;
	}
}

/*
.site_name.top .mv_have_a_lucky_day{
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -40%);
	max-width: 1101px;
	width: 100%;
}

.site_name.top .mv_for_you{
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate(-50%, -60%);
	max-width: 447px;
	width: 100%;
}

.site_name.top .mv_have_a_lucky_day_for_you{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 1101px;
	width: 90%;
}
@media screen and (max-width: 767px) {
	.site_name.top .mv_have_a_lucky_day_for_you{
		width: 70%;
	}
}
*/

.site_name.top .mv_have_a_lucky_day{
	position: absolute;
/*
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
*/
	bottom: -86px;
	right: 20%;
	max-width: 171px;
	width: 90%;
}
@media screen and (max-width: 767px) {
	.site_name.top .mv_have_a_lucky_day{
		bottom: -22%;
		right: 10%;
		width: 30%;
	}
}

.site_name.top .mv_have_a_lucky_day img{
	animation: circle_rotation 30s linear infinite;
}

.site_name.top .slide_box{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
@media screen and (max-width: 767px) {
	.site_name.top .slide_box{
		position: relative;
		height: auto;
	}
}

.site_name.top .slide_box div{
	height: 100% !important;
}

.site_name.top .slide_box img{
	display: block;
	min-width: 100%;
	min-height: 100%;
}
@media screen and (max-width: 767px) {
	.site_name.top .slide_box img{
		min-width: auto;
		min-height: auto;
		width: 100%;
		height: auto;
	}
}



/*--------------------------------------------------
**************************************************
  Messege（メッセージ）
**************************************************
--------------------------------------------------*/
.messege{
	display: flex;
	column-gap: 50px;
}
@media screen and (max-width: 767px) {
	.messege{
		flex-direction: column;
		row-gap: 20px;
	}
}

.messege .text{
	min-width: 530px;
}
@media screen and (max-width: 767px) {
	.messege .text{
		min-width: auto;
		width: 100%;
	}
}

.messege .heading_type_01{
	font-size: 36px;
	letter-spacing: 3.6px;
}
@media screen and (max-width: 767px) {
	.messege .heading_type_01{
		font-size: 26px;
		letter-spacing: 3px;
	}
}

.messege .catch{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 36px;
	font-weight: 600;
	line-height: calc(60 / 36);
	letter-spacing: 10.8px;
	color: #333;
}
@media screen and (max-width: 767px) {
	.messege .catch{
		font-size: 24px;
		line-height: 1.6;
		letter-spacing: 5px;
	}
}

.messege .description{
	font-size: 16px;
	font-weight: 400;
	line-height: calc(36 / 16);
	color: #333;
}
@media screen and (max-width: 767px) {
	.messege .description{
		font-size: 14px;
		line-height: 1.8;
	}
}

.messege .image{
	min-width: 691px;
}
@media screen and (max-width: 767px) {
	.messege .image{
		min-width: auto;
		width: 100%;
	}
}


/*--------------------------------------------------
**************************************************
  Menu（メニュー）
**************************************************
--------------------------------------------------*/
.menu .heading_type_01{
	font-size: 36px;
	letter-spacing: 3.6px;
}
@media screen and (max-width: 767px) {
	.menu .heading_type_01{
		font-size: 26px;
		letter-spacing: 3px;
	}
}

.menu .text_image{
	display: flex;
	column-gap: 35px;
}
@media screen and (max-width: 767px) {
	.menu .text_image{
		flex-direction: column;
		row-gap: 20px;
	}
}

.menu .text{
	min-width: 895px;
}
@media screen and (max-width: 767px) {
	.menu .text{
		min-width: auto;
		width: 100%;
	}
}

.menu .catch{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 36px;
	font-weight: 600;
	line-height: calc(60 / 36);
	letter-spacing: 10.8px;
	color: #333;
}
@media screen and (max-width: 767px) {
	.menu .catch{
		font-size: 24px;
		line-height: 1.6;
		letter-spacing: 5px;
	}
}

.menu .description{
	font-size: 16px;
	font-weight: 400;
	line-height: calc(36 / 16);
}
@media screen and (max-width: 767px) {
	.menu .description{
		font-size: 14px;
		line-height: 1.8;
	}
}

.menu .salon_menu_box::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -80px;
	z-index: -1;
	display: block;
	width: 80vw;
	height: 824px;
	background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
	.menu .salon_menu_box::before{
		display: none;
	}
}

.menu .salon_menu_box [class^="salon_menu_"]{
	position: relative;
	width: 715px;
	padding: 45px 45px 90px;
}
@media screen and (max-width: 767px) {
	.menu .salon_menu_box [class^="salon_menu_"]{
		width: 100%;
		padding: 30px 20px 50px;
	}
}

.menu .salon_menu_box .salon_menu_black{
	top: 70px;
	z-index: 1;
	background-color: #2e2e2e;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.menu .salon_menu_box .salon_menu_black{
		top: 20px;
	}
}

.menu .salon_menu_box .salon_menu_white{
	top: 40px;
	left: 110px;
	z-index: 2;
	background-color: #fff;
	color: #333;
}
@media screen and (max-width: 767px) {
	.menu .salon_menu_box .salon_menu_white{
		top: 19px;
		left: 0;
		border: #2e2e2e 1px solid;
	}
}

.menu .salon_menu_box [class^="salon_menu_"] .en{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
}

.menu .salon_menu_box [class^="salon_menu_"] h3{
	margin-top: 10px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 4.5px;
}
@media screen and (max-width: 767px) {
	.menu .salon_menu_box [class^="salon_menu_"] h3{
		font-size: 22px;
		letter-spacing: 2px;
	}
}

.menu .salon_menu_box [class^="salon_menu_"] .description{
	margin-top: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: calc(30 / 16);
}
@media screen and (max-width: 767px) {
	.menu .salon_menu_box [class^="salon_menu_"] .description{
		font-size: 14px;
	}
}

.menu .salon_menu_box [class^="salon_menu_"] a{
	position: relative;
	top: 35px;
	padding-left: 60px;
	font-size: 16px;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.menu .salon_menu_box [class^="salon_menu_"] a{
		top: 20px;
		padding-left: 45px;
		font-size: 14px;
	}
}

.menu .salon_menu_box .salon_menu_white a{
	color: #333;
}

.menu .salon_menu_box [class^="salon_menu_"] a:hover{
	text-decoration: underline;
}

.menu .salon_menu_box [class^="salon_menu_"] a::before{
	content: "→";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	background: linear-gradient(180deg, #947f44 0%, #56430d 100%);
	border-radius: 50%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 25px;
	font-weight: 200;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.menu .salon_menu_box [class^="salon_menu_"] a::before{
		width: 35px;
		height: 35px;
		font-size: 18px;
	}
}

.menu .image{
	min-width: 721px;
}
@media screen and (max-width: 767px) {
	.menu .image{
		min-width: auto;
		width: 100%;
		margin-top: 20px;
	}
}


/*--------------------------------------------------
**************************************************
  Photo Gallery（フォトギャラリー）
**************************************************
--------------------------------------------------*/
.photo_gallery{
	margin-top: 190px;
}
@media screen and (max-width: 767px) {
	.photo_gallery{
		margin-top: 70px;
	}
}

.photo_gallery .gallery{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px 60px;
}
@media screen and (max-width: 767px) {
	.photo_gallery .gallery{
		gap: 20px;
	}
}

@media screen and (max-width: 767px) {
	.photo_gallery .gallery a{
		display: block;
		width: 46%;
	}
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev{
	opacity: 1 !important;
}


/*--------------------------------------------------
**************************************************
  News（ニュース）
**************************************************
--------------------------------------------------*/
.news{
	margin-top: 120px;
}
@media screen and (max-width: 767px) {
	.news{
		margin-top: 70px;
	}
}

.news .list li{
	border-bottom: #e1e1e1 1px solid;
}

.news .list a{
	display: flex;
	column-gap: 20px;
	width: 100%;
	padding: 30px 0;
}
@media screen and (max-width: 767px) {
	.news .list a{
		flex-wrap: wrap;
		row-gap: 10px;
		padding: 15px 0;
	}
}

.news .list a:hover{
	background-color: #e1e1e1;
}

.news .list a span{
	display: inline-block;
}

.news .list .date{
	font-size: 14px;
	color: #333;
}

.news .list .category{
	padding: 2px 10px;
	background-color: #56430d;
	font-size: 12px;
	color: #fff;
}

.news .list .title{
	width: 975px;
	font-size: 15px;
	color: #333;
}
@media screen and (max-width: 767px) {
	.news .list .title{
		width: 100%;
	}
}

.news .link_btn_01{
	margin-top: 65px;
}
@media screen and (max-width: 767px) {
	.news .link_btn_01{
		margin-top: 25px;
	}
}


/*--------------------------------------------------
**************************************************
  Access（アクセス）
**************************************************
--------------------------------------------------*/
.access{
	width: 100%;
	padding: 60px 0 100px;
	background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
	.access{
		padding: 40px 0 60px;
	}
}

.access .text_image{
	display: flex;
	column-gap: 50px;
	margin-top: 85px;
}
@media screen and (max-width: 767px) {
	.access .text_image{
		flex-direction: column;
		row-gap: 30px;
		margin-top: 30px;
	}
}

.access .text_image .text,
.access .text_image .image{
	width: 50%;
}
@media screen and (max-width: 767px) {
	.access .text_image .text,
	.access .text_image .image{
		width: 100%;
	}
}

.access .text .address{
	font-size: 15px;
	line-height: 2;
	color: #333;
}
@media screen and (max-width: 767px) {
	.access .text .address{
		font-size: 14px;
	}
}

.access .text .reservation{
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.access .text .reservation span{
	margin-right: 15px;
	padding: 5px 30px;
	background: linear-gradient(180deg, #947f44 0%, #56430d 100%);
	border-radius: 30px;
	font-size: 18px;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.access .text .reservation span{
		padding: 5px 20px;
		font-size: 14px;
	}
}

.access .text .reservation a{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 34px;
	letter-spacing: 0.05em;
	color: #56430d;
}
@media screen and (max-width: 767px) {
	.access .text .reservation a{
		font-size: 30px;
	}
}

.access .text .attention{
	font-size: 12px;
}

.access .text .business{
	font-size: 15px;
	line-height: 2;
	color: #333;
}
@media screen and (max-width: 767px) {
	.access .text .business{
		font-size: 14px;
	}
}

.access .text .business span{
	display: inline-block;
	width: 80px;
}

.access .image{
	text-align: center;
}

.access .text_image .image video{
	width: 100%;
	height: auto;
}

.access .map{
	position: relative;
	width: 100%;
	height: 0;
	margin-top: 113px;
	padding-top: 42.85%;
}
@media screen and (max-width: 767px) {
	.access .map{
		margin-top: 40px;
		padding-top: 56.25%;
	}
}

.access .map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

