@charset "UTF-8";

/*
※※※※※※※※※※※※※※※※

共通

※※※※※※※※※※※※※※※※
*/

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 800ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.cf:after {
    content: "";
    display: block;
    clear: both;
}

* {
	box-sizing: border-box;
}

html {
	font-size:62.5%;
	}

body {
	font-size: 14px;
  font-size: 1.4rem;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	scroll-behavior: smooth;
}

a {
	text-decoration: none;
	color:inherit;
}

p {
	margin-bottom:1.2em;
	line-height: 1.6em;
}

@media screen and (max-width: 1079px) and (min-width: 768px) {}

@media screen and (max-width: 767px) {
	body {
		font-size: 13px;
	 	 font-size: 1.3rem;
	}
}
/*
※※※※※※※※※※※※※※※※

ボーダーの動き

※※※※※※※※※※※※※※※※
*/

@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0); }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0); }
}




/** メインビジュアルのライン **/

.scroll-title.scroll_visual {
	position: absolute;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.3em;
    text-align: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-bottom: 40px;
    left: 80px;
    bottom: 100px;
    z-index: 100;
    color: #FFFFFF;
}

.scroll-down.scroll_visual {
    position: absolute;
    display: none;
    padding-top: 79px;
    text-align: center;
    width: 100px;
    left: 60px;
    bottom: 10px;
    z-index: 100;
	pointer-events: none;
}

.scroll_visual.scroll-down::before {
    -webkit-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    top: 0px;
    left: 55%;
    margin-left: 0px;
    width: 1px;
    height: 90px;
    background: #fff;
    content: '';
}


/** 予約ボタンのライン **/

.scroll_reservation_btn.scroll-down {
    position: absolute;
    display: none;
    padding-top: 0;
    text-align: center;
    width: 0;
    top:0;
	 left: inherit;
    bottom: 0;
    z-index: 100;
	pointer-events: none;
	transform: rotate(270deg);
}

.scroll_reservation_btn.scroll-down::before {
    -webkit-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    top: 0;
    left: -10vw;
    margin-left: 0px;
    width: 1px;
   height: 140px;
    background: #000;
    content: '';
}

/** ページTOPのライン **/

.scroll_pagetop.scroll-down {
    position: absolute;
    display: none;
    padding-top: 79px;
    text-align: center;
    width: 100px;
    left: inherit;
	right: 43px;
	bottom: 0;
    z-index: 100;
	pointer-events: none;
	 -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.scroll_pagetop.scroll-down::before {
    -webkit-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    top: 0px;
    left:44%;
    margin-left: 0px;
    width: 1px;
    height: 90px;
    background: #fff;
    content: '';
}

.scroll_pagetop.scroll-title {
    position: absolute;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.3em;
    text-align: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-bottom: 40px;
    bottom: 100px;
    z-index: 100;
    color: #FFFFFF;
	 left: inherit;
	right: 40px;
	cursor: pointer;
}

/** ACCESS内のGoogleMapボタンのライン **/

.scroll_access_btn.scroll-down {
    position: absolute;
    display: none;
    padding-top: 0;
    text-align: center;
    width: 0;
    bottom: 10px;
    z-index: 100;
	pointer-events: none;
	 left: 0;
	right: 0;
	top:0;
	transform: rotate(270deg);
}

.scroll_access_btn.scroll-down::before {
    -webkit-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    margin-left: 0px;
    width: 1px;
    background: #fff;
    content: '';
	height: 80px;
	top: 340px;
	left: 6px;
}

.scroll_wrap_navi.scroll-down {
    position: absolute;
    display: none;
    padding-top: 0;
    text-align: center;
    width: 100px;
    left: 0;
    bottom: 0;
    z-index: 100;
	pointer-events: none;
	transform: rotate(270deg);
}

.scroll_wrap_navi.scroll-down::before {
    -webkit-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    top: 243px;
    left: 75px;
    margin-left: 0px;
    width: 1px;
    height: 90px;
    background: #fff;
    content: '';
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
	/** 予約ボタンのライン **/

	.scroll_reservation_btn.scroll-down:before  {
		height: 13vw;
	}
	
	.scroll_access_btn.scroll-down:before  {
		top: 264px;
	}
	
	.scroll_pagetop.scroll-title {
		right: 0;
	}
	
	.scroll_pagetop.scroll-down {
		right: 4px;
	}
	
}

@media screen and (max-width: 767px) {
.scroll-title.scroll_visual {
	position: absolute;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.3em;
    text-align: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-bottom: 40px;
    left: 0;
    bottom: 100px;
    z-index: 100;
    color: #FFFFFF;
}

.scroll-down.scroll_visual {
    position: absolute;
    display: none;
    padding-top: 79px;
    text-align: center;
    width: 100px;
    left: -16px;
    bottom: 10px;
    z-index: 100;
	pointer-events: none;
}

.scroll_visual .scroll-down::before {
    -webkit-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    top: 0px;
    left: -21%;
    margin-left: 0px;
    width: 1px;
    height: 90px;
    background: #fff;
    content: '';
}
	
	.scroll_reservation_btn.scroll-down:before  {
		background: #000;
		height: 13vw;
		left:-14vw;
	}
	
	.scroll_pagetop.scroll-down  {
		right: 26px;
	}
	
	.scroll_pagetop.scroll-down:before  {
		left:-5px;
	}
	
	.scroll_access_btn.scroll-down::before {
		top: 240px;
		left: -4px;
	}

	.scroll_pagetop.scroll-title {
		right: -28px;
	}
	
	.scroll_wrap_navi.scroll-down:before {
		top: 159px;
	}
}

@media screen and (max-width: 370px) {
	.scroll_wrap_navi.scroll-down,
	.scroll_access_btn.scroll-down{
		display: none!important;
	}
}

/*
※※※※※※※※※※※※※※※※

PC用メニュー

※※※※※※※※※※※※※※※※
*/
.nav_button,
.nav_button span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}
.nav_button {
	z-index: 1000;
	position: fixed;
	width: 50px;
	height: 20px;
	top: 50vh;
	left: 85px;
	transform: scaleY(0.8);
	cursor: pointer;
	display: none;
}

.nav_button.active {
	transform: inherit;
}
.nav_button span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
}

.nav_button.active span {
	background-color: #fff;
}
.nav_button span:nth-of-type(1) {
	top: 0;
}
.nav_button span:nth-of-type(2) {
	top: 9px;
	visibility: hidden;
}
.nav_button span:nth-of-type(3) {
	bottom: 0;
}
.nav_button.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}
.nav_button.active span:nth-of-type(2) {
	opacity: 0;
}
.nav_button.active span:nth-of-type(3) {
	-webkit-transform: translateY(-16px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
	.nav_button {
		left: calc(10vw - 10px);
	}
}

@media screen and (max-width: 767px) {
	.nav_button {
		width: 30px;
		height: 20px;
		top: 14px;
		right: 14px;
		left:inherit;
		transform: scaleY(0.5);
		display: block;
		
	}
	
	.white_bg {
		background-color: rgba(255,255,255,0.8);
		position: fixed;
		width: 40px;
		height: 40px;
		right: 9px;
		top: 5px;
		z-index: 1000;
	}
}

/*
※※※※※※※※※※※※※※※※

ラップメニュー

※※※※※※※※※※※※※※※※
*/
.wrap_menu {
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 999;
	width: 100%;
	height: 100vh;
	background-color: #2f1113;
	transition: 1.0s ;
	overflow-y: scroll;
}

.wrap_menu .flex {
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	
}

.wrap_menu .flex .left {
	width: 220px;
	height: 100vh;
}

.wrap_menu .flex .center {
	width: 300px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 2.4rem;
}

.wrap_menu .center ul {
	margin-top:30vh;
	margin-left:3vw;;
}

.wrap_menu .center li {
	margin-bottom: 2em;
}

.wrap_menu .flex .right {
	width: calc(100vw - 530px);
	padding-top: 30vh;
	padding-left: 3vw;
}

.wrap_menu .right .title {
	font-size: 2.4rem;
}

.wrap_menu .btn_area{
	width: 90%;
	position: relative;
	margin-bottom: 50px;
}

.wrap_menu .btn_area a {
	background-color: #ed6c00;
	color: #fff;
	width: 385px;
	display: block;
	font-size: 2.1rem;
	text-align: center;
	line-height: 53px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.05em;
}

.wrap_menu .info_area {
	margin-bottom: 30px;
}

.wrap_menu .info_area p {
	margin-bottom: 0.5em;
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
	
	
	.wrap_menu .flex .left {
		width: 20vw;
	}
	
	.wrap_menu .flex .center {
		width: 25vw;
	}
	
	.wrap_menu .flex .right {
		width: 55vw;
	}
	
}

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

	.wrap_menu .flex {
		overflow-y: scroll;
	}
	
	.wrap_menu .flex .left {
		width: 100%;
		height: 60px;
		display: none;
	}
	.wrap_menu .flex .center {
		width: 100%;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		font-size: 1.9rem;
		margin-top: 55px;
	}
	
	.wrap_menu .center ul {
		margin:2vh 5vh;
	}
	
	.wrap_menu .center li {
		margin-bottom: 0.8em;
	}
	.wrap_menu .flex .right {
		width: 100%;
		padding: 0 5vh;
		margin-top: 10px;
	}
	
	.wrap_menu .right .title {
		font-size: 1.9rem;
		margin-bottom: 0.5em;
	}
	
	.wrap_menu .btn_area{
		width: 100%;
		position: relative;
		margin-bottom: 20px;
	}
	
	.wrap_menu .btn_area a {
		font-size: 1.4rem;
		text-align: center;
		line-height:50px;
		letter-spacing: 0em;
		width: 100%;
		max-width: 300px;
	}
	
	.wrap_menu .info_area {
		font-size: 1.1rem;
	}

}

/*
※※※※※※※※※※※※※※※※

ビジュアル

※※※※※※※※※※※※※※※※
*/

.mainvisual {
	height: 100vh;
	overflow: hidden;
	position: relative;
	width: 100%;
	background: linear-gradient(to bottom, rgba(252, 164, 0, 0.3), rgba(252, 164, 0, 0.3));
	scroll-snap-align: start;
	
}

.mainvisual video {
	-webkit-transform: translateX(-50%);
	left: 50%;
	max-height: initial;
	max-width: initial;
	min-height: 100vh;
	min-width: 100%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	z-index: -1;
}

.mainvisual .main_logo {
	width: 267px;
	position: absolute;
	top: calc(50vh - 133px);
	left: calc(50vw - 133px);
	z-index: 2;
}

.mainvisual .main_logo {
  animation-name:fade-in;
  animation-duration:4s;
  animation-timing-function: ease-out;
  animation-delay:1s;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
  opacity:0;
}

@keyframes fade-in{
  0% {opacity: 0}
  100% {opacity: 1}
}

.pc.nav {
	position: absolute;
	color: #fff;
	top: 50px;
	right: 50px;
}

.pc.nav li {
	float:left;
	margin-right: 4em;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	font-weight: bold;
}

.pc.nav li a {
	line-height: 3em;
	display: block;
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc.nav li a::after {
  border-bottom: solid 1px #fff;
  bottom: 0;
  content: "";
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.pc.nav li a:hover::after {
  width: 100%;
}

.pc.nav li:last-child a {
	background-image: url("../images/icon_calendar.png");
	background-size: 18px auto;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 30px;
}

@media screen and (max-width: 767px) {
	.mainvisual .main_logo {
		width: 31%;
		position: absolute;
		top: calc(50vh - 15.5%);
		left: calc(50vw - 15.5%);
		z-index: 2;
	}
	
	.mainvisual video {
		height: 100%;
	}
	
	.pc.nav {
		display: none;
	}
}

/*
※※※※※※※※※※※※※※※※

枠

※※※※※※※※※※※※※※※※
*/

.wrap {
	overflow-x:hidden;
}
.main {
	display: flex;
	scroll-snap-align: start;
}

.main .sidenav {
	width: 220px;
	border-right: 1px solid #000;
	text-align: center;
	position: relative;
}

.main .content {
	width: calc(100% - 220px);
	padding-top: 50px;
	padding-bottom: 100px;
}

.main .side_logo {
	position: fixed;
	width: 115px;
	top: 50px;
	left: 50px;
	display: none;
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
	.main .sidenav {
		width: 20vw;
	}
	
	.main .content {
		width: calc(100% -  20vw);
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.main .side_logo {
		left: calc(10vw - 57px);
	}
}

@media screen and (max-width: 767px) {
	
	.main .sidenav {
		display: none;
	}
	
	.main .content {
		width: 100%;
		padding-bottom: 50px;
	}
}

/*
※※※※※※※※※※※※※※※※

セクション（共通）

※※※※※※※※※※※※※※※※
*/

section {
	position: relative;
	padding-bottom: 50px;
}

section .text_image {
	position: absolute;
}

section .title {
	position: relative;
	height: 120px;
	font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 120px;
	z-index: 2;
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
	section .title {
	height: 14vw;
	line-height: 14vw;
}
}


@media screen and (max-width: 767px) {
		section .title {
		height: 14vw;
		font-size: 1.4rem;
		line-height: 14vw;
	}
	
	section .title:before,
	section .title:after{
		width: 15vw;
		top: 7vw;
	}
}


/*
※※※※※※※※※※※※※※※※

セクション（メニュー）

※※※※※※※※※※※※※※※※
*/

#menu .text_image {
	width: 422px;
	top:0;
	left:-30px;
}

#menu .title {
	padding-left: 600px;
}

#menu .title:before {
	content:'';
	left: 440px;
}

#menu .flex {
	display: flex;
	flex-wrap: wrap;
}

#menu .image {
	width: 50%;
}

#menu .image img {
	width: 100%;
}

#menu .text {
	width: 50%;
	padding-left: 50px;
}

#menu table {
	width: 80%;
	margin-bottom: 2em;
}

#menu caption {
	font-weight: bold;
	text-align: left; 
	margin-bottom: 0.5em;
	letter-spacing: 0.1em;
	pointer-events: none;
}

#menu caption p {
	margin:0;
	line-height: 1;
}

#menu tr > * {
	text-align: left;
	line-height: 2em;
	letter-spacing: 0.1em;
}

#menu th {
	width: 70%;
}

#menu td {
	width: 30%;
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
	#menu .text_image {
		width: 39vw;
		top:0;
		left:-30px;
	}
	
	#menu .title {
		padding-left: 52vw;
	}
	
	#menu .title:before {
		left: 37vw;
	}
}

@media screen and (max-width: 767px) {
	#menu .text_image {
		width: 50%;
		top:0;
		left:-30px;
	}
	
	#menu .title {
		padding-left: 63vw;;
	}

	#menu .title:before {
		content:'';
		left: 45vw;
	}
	
	#menu .image {
		width: 100%;
		margin-bottom: 50px;
	}
	
	#menu .text {
		width: 100%;
		padding: 0 2% 0 5%;
		font-size: 1.3rem;
	}
	
	#menu .flex > div {
		text-align: center;
	}
	
	#menu .flex table {
		display:inline-block;
	}
	
	#menu caption {
		text-align: center;
		border:1px solid #000;
		display: block;
		padding: 1em 0;
		cursor: pointer;
		background-image: url("../images/menu_arrow.png");
		background-size: 10px auto;
		background-position: right 10px center;
		background-repeat: no-repeat;
		pointer-events:all;
	}
	
	#menu caption.open {
		background-image: url("../images/menu_arrow_open.png");
		background-size: auto 10px;
	}
	
	#menu tbody {
		display:inline-block;
		margin-top: 20px;
	}
	
	#menu th {
		width: 30vw;
	}
}

/*
※※※※※※※※※※※※※※※※

セクション（スタイル）

※※※※※※※※※※※※※※※※
*/

#style {
	overflow-x: hidden;
	overflow-y: hidden;
	min-height: 65vw;
}

#style .text_image {
	width: 375px;
	right: -20px;
}

#style .title {
	padding-right: 560px;
	text-align: right;
}

#style .title:after {
	content:'';
	right: 400px;
}

#style .slick-slide {
	outline:none;
}

#style .slider .item {
	margin-left: 30px;
	margin-right: 30px;
	position: relative;
	background-size: cover;
}

#style .slider .item:after {
	content:'';
	display: block;
	position: absolute;
	top:0;
	border: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(252, 164, 0,0.3);
}

#style .slider .item.slick-center:after {
	content:none;
}
#style .slider .item img {
	width: 100%;
}


#style .slider-nav {
	width: 33%;
	margin: 2em auto 0;
}

#style .slider-nav .item p:first-child {
	float: left;
}

#style .slider-nav .item p:last-child {
	float: right;
}

#style .slick-arrow {
	max-width: 105px;
	width: 10vw;
	top: 22vw;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

#style .prevbtn {
	left: 18%;
}

#style .prevbtn:hover{
	left: 15%;
}

#style .nextbtn {
	right: 18%;
}

#style .nextbtn:hover {
	right: 15%;
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
	#style .text_image {
		width: 35vw;
		right: -20px;
	}
	#style .title {
		padding-right: 50vw;
		text-align: right;
	}
	
	#style .title:after {
		right: 35vw;
	}
	
	#style .slider .item {
		margin-left: 2vw;
		margin-right: 2vw;;
	}
	
	#style .slick-arrow {
		top: 17vw;
	}
}

@media screen and (max-width: 767px) {
	#style .text_image {
		width: 50vw;
		right: -3vw;
	}
	#style .title {
		/*padding-left: calc(50% + 180px);*/
		padding-right: 70vw;
		text-align: right;
		line-height: 15vw;
		height: 18vw;
	}
	
	#style .title:after {
		right: 50vw;
	}
	
	#style .slider .item {
		margin-left: 4vw;
		margin-right: 4vw;
		position: relative;
		background-size: cover;
	}
	
	#style .slider-nav {
		width: 33%;
		margin: 1em auto 0;
		font-size: 1.3rem;
	}
	
}

/*
※※※※※※※※※※※※※※※※

セクション（ギャラリー）

※※※※※※※※※※※※※※※※
*/
#gallery {
	min-height: 65vw;
}

#gallery .text_image {
	width: 520px;
	left:-20px;
}

#gallery .title {
	padding-left: 560px;
	text-align: left;
	line-height: 195px;
}

#gallery .title:before {
	content:'';
	left: 400px;
	top: 95px;
}

#gallery .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 30px auto 0;
}

#gallery .flex > div {
	width: 30.1%;
	margin-bottom: 5%;
}

#gallery .flex img {
	width: 100%;
}

#instagram-feed1,
#instagram-feed2{
	width: 94%;
	margin:10px auto 0;
}

.instagram_gallery {
	min-height: 51vw;
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
	#gallery .text_image {
		width: 48vw;
		left:-20px;
	}
	#gallery .title {
	padding-left: 63vw;
	text-align: left;
	line-height: 195px;
}
	
	#gallery .title:before {
		content:'';
		left: 48vw;
		top: 95px;
	}
}

@media screen and (max-width: 767px) {
	#gallery .text_image {
		width: 55vw;
		left:-3vw;
	}
	
	#gallery .title {
		padding-left: 73vw;
		text-align: left;
		line-height: 20vw;
		height: 12vw;
	}

	#gallery .title:before {
		content:'';
		left: 55vw;
		top: 10vw;
	}
}

/*
※※※※※※※※※※※※※※※※

セクション（ギャラリー）

※※※※※※※※※※※※※※※※
*/
#nature {
	overflow-x: hidden;
	overflow-y: hidden;
	min-height: 65vw;
}

#nature .text_image {
	width: 483px;
	right: -20px;
}

#nature .title {
	padding-right: 625px;
	text-align: right;
	line-height: 195px;
}

#nature .title:before {
	content:'';
	right: 465px;
	top: 95px;
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
	#nature .text_image {
		width: 55vw;
		right: -20px;
	}
	
	#nature .title {
		padding-right: 66vw;
		line-height: 20vw;;
	}
	
	#nature .title:before {
		content:'';
		right: 52vw;
		top: 10vw;
	}
}


@media screen and (max-width: 767px) {
	#nature .text_image {
		width: 65vw;
		right: -20px;
	}
	
	#nature .title {
		padding-right: 80vw;
		line-height: 20vw;;
	}
	
	#nature .title:before {
		content:'';
		right: 62vw;
		top: 10vw;
	}
}
/*
※※※※※※※※※※※※※※※※

セクション（ご予約）

※※※※※※※※※※※※※※※※
*/

#reservation .inner {
	margin: 0 auto;
	width: 90%;
	height: 17vw;
}

#reservation .btn {
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#reservation .btn > * {
	position: absolute;
}

#reservation .btn img {
	width: 100%;
}

#reservation .btn .hoveroff {
	z-index: 1;
}

#reservation .btn .hoveron {
	z-index: 2;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#reservation .btn:hover .hoveron {
	opacity: 1;
}

#reservation .btn .reservation_title {
	z-index: 3;
	position: absolute;
	top: 9.5vw;
	left: 150px;
	bottom:7vw;
	color: #000;
	font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#reservation .btn:hover .reservation_title {
	color: #fff;
}

#reservation .btn:hover .scroll-down:before  {
	background: #fff;
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
	#reservation .btn .reservation_title {
	top: 8.3vw;
	left: 15vw;
}
}

@media screen and (max-width: 767px) {
	#reservation .inner {
		margin: 0 auto;
		width: 100%;
		height: 17vw;
	}
	
	#reservation .btn .reservation_title {
		top: inherit;
		bottom: -15vw;
		left: 15vw;
		font-size: 1.4rem;
	}
}

/*
※※※※※※※※※※※※※※※※

セクション（アクセス）

※※※※※※※※※※※※※※※※
*/

#access {
	background-color: #2f1113;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

#access .chara {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 325px;
	z-index: 2;
}

#access .inner {
	margin: 0 auto;
	width: 90%;
}

#access .text_image {
	width: 411px;
	left:5%;
}

#access .title {
	color: #fff;
	padding-left: 600px;
	text-align: left;
	line-height: 150px;
}

#access .title:after {
	content:'';
	left: 450px;
	background-color: #fff;
	top:75px;
}

#access .flex {
	display:flex;
	flex-wrap: wrap;
	justify-content: inherit;
	margin-top: 80px;
	padding-left: 80px;
}

#access .info_area {
	width: 480px;
}

#access .info_area p {
	color: #fff;
	margin-bottom: 0.3em;
	letter-spacing: 0.2em;
}

#access .btn_area {
	width: 40%;
	position: relative;
	margin-top: 25px;
}

#access .btn_area a {
	background-color: #ed6c00;
	color: #fff;
	width: 100%;
	width: 385px;
	display: block;
	font-size: 2.1rem;
	text-align: center;
	line-height: 53px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
	#access .chara {
		position: absolute;
		bottom: 0;
		right: -100px;
		width: 325px;
		z-index: 2;
	}
	
	#access .text_image {
		width: 38vw;
		left:0;
	}
	
	#access .title {
		padding-left: 54vw;
	}
	
	#access .title:after {
		left: 39vw;
	}
	
	#access .flex {
		padding-left: 0;
	}
	
	#access .info_area {
		width: 370px;
	}
	
	#access .info_area p {
		letter-spacing: 0.05em;
	}
	
	#access .btn_area {
		width: 45%;
	}
	
	#access .btn_area a {
		width: 310px;
	}
}

@media screen and (max-width: 767px) {
	#access {
		padding-top:50px;
	}
	
	#access .chara {
		display: none;
	}
	
	#access .inner {
		margin: 0 auto;
		width: 90%;
	}

	#access .text_image {
		width: 50vw;
		left:-2%;
	}

	#access .title {
		color: #fff;
		padding-left:65vw;
		text-align: left;
		line-height: 19vw;
	}
	
	#access .title:after {
		content:'';
		left: 45vw;
		top:9vw;
	}
	
	#access .flex {
		width: 90%;
		margin: 40px auto 0;
		padding-left: 0;
	}

	
	#access .info_area {
		width: 100%;
		margin-bottom: 1em;
	}
	
	#access .info_area p {
		letter-spacing: 0em;
	}

	#access .btn_area {
		width: 100%;
	}
	
	#access .btn_area a {
		width:100%;
		max-width: 300px;
		font-size: 1.4rem;
	}
}

.map iframe {
	width: 100%;
	height: 410px;
	vertical-align: bottom;
}

footer {
	text-align: center;
	line-height: 100px;
	letter-spacing: 0.5em;
	background-image: none;
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.map iframe {
		width: 100%;
		height: 55vw;
	}

	footer {
		line-height: 50px;
	}
}
