@charset "utf-8";
/* メインビュー */
.Topmain{
	padding: 100vh 0 0;
	background: transparent;}
.mainvisual {
	position:fixed;
	width: 100%;
	height: 100vh;
	background: url("../images/haikei2.jpg") no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
	z-index: -1;}
.mainvisual .copy {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -55%);
    z-index: 10;
    width: 100%;}
.mainvisual p.catch {
	font-family: "Pinyon Script", cursive;
	font-weight: 400;
	font-style: normal;
	color: #bd9a60;
	text-align: center;
	font-size: 80px;
	text-shadow: 0px 0px 6px rgba(85, 85, 85, 0.8);}
.mainvisual p.sub_catch {
	font-size: 20px;
	color: #bd9a60;
	text-align: center;
	font-weight: 500;}
/* ボタン */
.btnArea{
	position: absolute;
    right: 15px;
    bottom: 15px;
	margin: 10px auto 5px;}
.btn_01{
	width: 80%;
	margin: 50px auto 5px;
	text-align: center;}
/* コンセプトエリア */
#concept_area{
	position: relative;
	width: 100%;
	padding: 20px 0;
	height: 700px;
	background: url("../images/concept_haikei.jpg") no-repeat center top;
	background-size: cover;}
.conceptWrap{
	position: absolute;
	width: 80%;
	background: rgba(255,255,255,0.8);
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	padding: 20px 10px 20px;}
.catch_001_description{
	width: 90%;
	line-height: 1.5;
	text-align: center;
	padding: 30px;
	margin: 0 auto;}
/* メニューエリア */
#menu_area{
	width: 100%;
	height: auto;
	padding: 20px 0;
	background: #f8f4eb;}
.menuWrap{
	width: 85%;
	margin: 0 auto;
	text-align: center;}
.menuWrap img{
	width: 50%;
	height:auto;
	margin-top: 30px;}
.menuBox{
	width: 600px;
	margin: 0 auto;}
.menuBox table{
  border-collapse: collapse;
  width: 100%;}
.tb01 th{
	text-align: left;
	padding: 10px 10px 10px 15px;
	border-bottom:dotted 1px #ccc;
	box-sizing:border-box;}
.tb01 td{
  padding: 10px;
  border-bottom: dotted 1px #ccc;
  text-align:center;
  box-sizing:border-box;}
@media screen and (max-width: 990px) {
.menuWrap img{
	width: 60%;}
}
@media screen and (max-width: 850px) {
.menuWrap img{
	width: 80%;}
}
@media screen and (max-width: 640px) {
.menuBox{
	width: 90%;}
.menuWrap{
	width: 100%;}
.menuWrap img{
	width: 100%;}
.tb01 {
	width: 100%;}
.tb01 th{
	text-align: center;
	background: rgba(255,187,205,0.7);}
table.tb01 th,
table.tb01 td {
	display: block;
	width: 100%;
	border-bottom:none;}
table.tb01 td {
	border: solid 1px #ccc;}	
}
/* ギャラリーエリア */
#gallery_area{
	width: 100%;
	background: #f8f4eb;
	padding: 80px 0 30px;}
.galleryWrap{
	width: 90%;
	margin: 20px auto 30px;
	text-align: center;}
.galleryWrap ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;}
.g_item{
	width: 32%;
	list-style-type: none;}
.galleryWrap ul img{
	width: 100%;
	height: auto;
	margin: 10px 0;}
/* ネイリストエリア */
#nalist_area{
	width: 100%;
	padding: 20px 0;
	background: #f8f4eb;}
.nalistWrap{
	width: 85%;
	margin: 0 auto;}
.contentArea{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0 0;}
.contentArea2{
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction: row-reverse;
	-ms-flex-pack: distribute;
	justify-content:space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px auto 0;
	padding: 30px 0 0;}
.contentAreaLeft{
	width: 50%;
	padding:30px;}
.contentAreaLeft p{
	font-size: 18px;
	line-height: 34px;
	padding:0 10px;}
.contentAreaRight{
	width: 50%;
	text-align: center;}
.contentAreaRight img{
	width: 80%;
	height: auto;
	margin: 0 auto;}
/* 予約エリア */
#reserve_area{
	width: 100%;
	padding: 20px 0;
	background: #f8f4eb;}
.reserveWrap{
	width: 80%;
	margin:20px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;}
#reserve_area .rItem{
	width: 48%;}
#reserve_area .formArea{
	display: block;
	height: 150px;
	border-radius: 6px;
	background: #dbbdbd;
	margin:0 10px 0 0;
	text-align: center;}
#reserve_area .formArea2{
	display: block;
	height: 150px;
	border-radius: 6px;
	background: #06c755;
	margin:0 10px 0 0;
	text-align: center;}
#reserve_area .formArea img,
#reserve_area .formArea2 img{
	width: 120px;
	height: auto;}
#reserve_area a.formArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items:center;
	font-size:1.1rem;
	font-weight: 600;
	color: #000;}
#reserve_area a.formArea2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items:center;
	font-size:1.1rem;
	font-weight: 600;
	color: #fff;}
/* アクセスエリア */
#access_area{
	width: 100%;
	background: #f8f4eb;
	padding: 20px 0;
	text-align: center;}
.accessWrap{
	width: 85%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding:40px 10px;
	margin: 30px auto 0;}
.Map_Detail_Left,
.Map_Detail_Right{
	width: 50%;}
.room{
	width: 95%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;}
.room img{
  width: 100%;
  height: auto;}
.mapLogo{
	width: 300px;
	margin: 15px auto 0}
.mapLogo img{
	width: 100%;
	height: auto;}
.Map_address,
.catch_002_description{
	color:#bd9a60;
	margin-bottom: 30px;}
@media screen and (max-width: 1050px) {
.contentAreaLeft {
	padding:10px;}
}
@media screen and (max-width: 910px) {
.conceptWrap{
	width: 90%;}
#concept_area .TitleWrap{
	margin: 40px auto 20px;}
.catch_001_description{
	padding: 15px 0;
	margin: 0 auto 20px;}
.nalistWrap{
	width: 100%;}
.contentAreaRight img{
	width: 95%;
	height: auto;}
.accessWrap{
	width: 95%;}
#map {
	width: 100%;}
.room{
	width: 100%;}
}
@media screen and (max-width: 830px) {
.catch_001_description{
	width: 95%;}
.reserveWrap{
	width: 100%;}
}
@media screen and (max-width: 768px) {
.mainvisual {
	background: url("../images/haikei2.jpg") no-repeat center top;
	background-size: cover;}
.Map_Detail_Left,
.Map_Detail_Right{
	width: 90%;}
#concept_area .TitleWrap{
	margin: 50px auto 0;}
.catch_001_description{
	padding: 15px 0;}
}
@media screen and (max-width: 650px) {
.mainvisual .copy {
    top: 45%;
    left: 50%;
	transform: translate(-50%, -45%);}
#concept_area .TitleWrap{
	margin: 20px auto 10px;}
#concept_area .TitleWrap{
	margin: 30px auto 0;}
#concept_area p.title::before{
	top:-60px;
	left: 50%;
	transform: translateX(-50%);}
.contentArea2{
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:column-reverse;
	padding: 20px 0 0;}
.contentAreaRight{
	width: 90%;}
.contentAreaLeft{
	width: 80%;
	margin: 0 auto;
	padding: 10px 0;}
.g_item{
	width: 48%;}
#reserve_area .rItem{
	width: 90%;
	margin: 10px 0;}
}
@media screen and (max-width: 510px) {
.mainvisual .copy {
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);}
.mainvisual p.catch {
	font-size: 70px;
	line-height: 60px;}
 .mainvisual p.sub_catch {
	font-size: 16px;}
}
@media screen and (max-width: 560px) {
.mainvisual .copy {
    width: 90%;
	margin: 0 auto;}
.mainvisual p.catch {
	font-size: 70px;
	line-height: 75px;}	
.g_item{
	width: 48%;}
.galleryWrap ul img{
	margin: 5px 0;}
.mapLogo{
	width: 90%;}
}
@media screen and (max-width: 480px) {
.catch_001_description{
	width: 100%;
	font-size: 15px;
	padding: 10px;
	line-height: 1.5;}
.g_item{
	width: 100%;}
#nalist_area{
	padding-top: 20px;}
.contentAreaRight img{
	width: 100%;
	height: auto;}
.contentAreaLeft{
	width: 100%;}
.contentAreaLeft p{
	font-size: 16px;
	line-height: 28px;}
}
@media screen and (max-width: 425px) {
.catch_001_description{
	font-size: 14px;
	padding:10px 0;
	line-height: 1.3;}
#access_area{
	padding: 20px 0;}
.Map_Detail_Left,
.Map_Detail_Right{
	width: 100%;}
}
@media screen and (max-width: 400px) {
.catch_001 {
	font-size: 28px;}
.catch_001_description {
	padding: 10px 0;}
.contentAreaLeft p{
	padding: 0;}
.accessWrap {
	padding: 20px 0;}
}
@media screen and (max-width: 380px) {

}
/* 横向き */
@media (orientation: landscape)and (max-width: 767px){
.mainvisual .copy {
    top: 70%;
    left: 50%;
	transform: translate(-50%, -70%);}
}