@charset "UTF-8";
/* line 17, ../scss/_common.scss */
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

/* line 23, ../scss/_common.scss */
li {
	list-style: none;
}

/* line 24, ../scss/_common.scss */
img, embed {
	border: none;
	max-width: 100%;
	height: auto;
}

/* line 29, ../scss/_common.scss */
table {
	border-collapse: collapse;
}

/* line 32, ../scss/_common.scss */
input, button, textarea, select {
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* line 41, ../scss/_common.scss */
address {
	font-style: normal;
}

/* line 42, ../scss/_common.scss */
a {
	text-decoration: none;
	transition: .3s;
	color: #000;
}
/* line 46, ../scss/_common.scss */
a:hover {
	opacity: 0.8;
}

/* line 51, ../scss/_common.scss */
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

/* line 57, ../scss/_common.scss */
.mb60 {
	margin-bottom: 60px;
}

/* line 59, ../scss/_common.scss */
.item {
	position: relative;
	float: left;
	text-align: left;
	overflow: hidden;
}
/* line 64, ../scss/_common.scss */
.item figure {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

/* line 71, ../scss/_common.scss */
.column2 {
	*zoom: 1;
}
/* line 14, ../scss/_mixin.scss */
.column2:after {
	content: "";
	display: table;
	clear: both;
}
/* line 73, ../scss/_common.scss */
.column2 .item {
	width: 48%;
	margin: 0 0 20px 4%;
}
/* line 76, ../scss/_common.scss */
.column2 .item:nth-child(odd) {
	clear: both;
	margin: 0 0 20px 0;
}

/* line 82, ../scss/_common.scss */
.column3 {
	*zoom: 1;
}
/* line 14, ../scss/_mixin.scss */
.column3:after {
	content: "";
	display: table;
	clear: both;
}
/* line 84, ../scss/_common.scss */
.column3 .item {
	width: 31.5%;
	margin: 0 0 40px 2.75%;
}
/* line 88, ../scss/_common.scss */
.column3 .item:nth-child(3n + 1) {
	clear: both;
	margin: 0 0 40px 0;
}

/* line 93, ../scss/_common.scss */
.column4 {
	*zoom: 1;
}
/* line 14, ../scss/_mixin.scss */
.column4:after {
	content: "";
	display: table;
	clear: both;
}
/* line 95, ../scss/_common.scss */
.column4 .item {
	width: 22.45%;
	margin: 0 0 0 3.4%;
}
/* line 99, ../scss/_common.scss */
.column4 .item:nth-child(4n + 1) {
	clear: both;
	margin: 0 0 0 0;
}

/*----------------------------------------------------------------------
汎用設定
----------------------------------------------------------------------*/
/* line 110, ../scss/_common.scss */
.text-left {
	text-align: left;
}

/* line 111, ../scss/_common.scss */
.text-right {
	text-align: right;
}

/* line 112, ../scss/_common.scss */
.clear {
	clear: both;
}

/* line 114, ../scss/_common.scss */
.sp-none {
	display: block;
}

/* line 115, ../scss/_common.scss */
.sp-br {
	display: none;
}

/* line 116, ../scss/_common.scss */
.pc-only {
	display: block;
}

/* line 117, ../scss/_common.scss */
.sp-only {
	display: none;
}

@media (max-width: 740px) {
  /* line 120, ../scss/_common.scss */
  .sp-only {
	display: inline-block;
  }

  /* line 121, ../scss/_common.scss */
  .pc-only {
	display: none !important;
  }

  /* line 122, ../scss/_common.scss */
  .img-left, .img_right {
	float: none;
	margin: 0 0 1em 0;
  }

  /* line 126, ../scss/_common.scss */
  .mb60 {
	margin-bottom: 30px;
  }

  /* line 130, ../scss/_common.scss */
  .item {
	float: none;
	text-align: left;
  }

  /* line 135, ../scss/_common.scss */
  .column2 .item {
	width: 100%;
	margin: 0 0 30px 0;
  }
  /* line 138, ../scss/_common.scss */
  .column2 .item:nth-child(odd) {
	clear: both;
	margin: 0 0 30px 0;
  }

  /* line 145, ../scss/_common.scss */
  .column3 .item {
	width: 100%;
	margin: 0 0 30px 0;
  }
  /* line 149, ../scss/_common.scss */
  .column3 .item:nth-child(3n + 1) {
	margin: 0 0 30px 0;
  }

  /* line 154, ../scss/_common.scss */
  .column4 .item {
	width: 100%;
	margin: 0 0 30px 0;
  }
  /* line 158, ../scss/_common.scss */
  .column4 .item:nth-child(4n + 1) {
	margin: 0 0 30px 0;
  }
}
/*-------------------------------------------------
メインナビゲーション
-------------------------------------------------*/
/* line 12, ../scss/_navi.scss */
.navi-toggle {
	display: none;
}

/* line 15, ../scss/_navi.scss */
.main-navi {
	float: right;
}
/* line 17, ../scss/_navi.scss */
.main-navi ul {
	*zoom: 1;
	position: relative;
	top: 18px;
}
/* line 14, ../scss/_mixin.scss */
.main-navi ul:after {
	content: "";
	display: table;
	clear: both;
}
/* line 22, ../scss/_navi.scss */
.main-navi li {
	display: inline-block;
}
/* line 24, ../scss/_navi.scss */
.main-navi li:last-child a {
	display: inline-block;
	padding: 18px 30px;
	color: #fff;
	background: #22A298;
}
/* line 31, ../scss/_navi.scss */
.main-navi a {
	margin-left: 1.5em;
	font-weight: bold;
	font-size: 14px;
}

@media (max-width: 1175px) {
  /* line 40, ../scss/_navi.scss */
  .main-navi {
	width: 90%;
  }
  /* line 42, ../scss/_navi.scss */
  .main-navi ul {
	top: 0;
  }
  /* line 45, ../scss/_navi.scss */
  .main-navi li {
	display: inline;
  }
  /* line 48, ../scss/_navi.scss */
  .main-navi a {
	float: left;
	display: block;
	width: auto;
	padding: 10px 0 0;
  }
  /* line 55, ../scss/_navi.scss */
  .main-navi li:last-child a {
	padding: 6px 0;
	width: 31%;
  }
}
/*-------------------------------------------------
スマホ設定
-------------------------------------------------*/
@media (max-width: 740px) {
  /* line 68, ../scss/_navi.scss */
  #nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 70px;
	padding: 7px 10px 0;
	cursor: pointer;
	z-index: 101;
  }

  /* line 78, ../scss/_navi.scss */
  #nav-toggle div {
	position: relative;
	top: 15px;
	right: 0;
  }

  /* line 83, ../scss/_navi.scss */
  #nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #000;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
  }

  /* line 94, ../scss/_navi.scss */
  #nav-toggle span:nth-child(1) {
	top: 0;
  }

  /* line 97, ../scss/_navi.scss */
  #nav-toggle span:nth-child(2) {
	top: 12px;
  }

  /* line 100, ../scss/_navi.scss */
  #nav-toggle span:nth-child(3) {
	top: 25px;
  }

	/* #nav-toggle 切り替えアニメーション */
  /* line 104, ../scss/_navi.scss */
  #nav-toggle.open span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
  }

  /* line 110, ../scss/_navi.scss */
  #nav-toggle.open span:nth-child(2) {
	width: 0;
	left: 50%;
  }

  /* line 114, ../scss/_navi.scss */
  #nav-toggle.open span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
  }

  /* line 121, ../scss/_navi.scss */
  .main-navi {
	position: absolute;
	top: 70px;
	left: 0;
	display: none;
	clear: both;
	float: none;
	width: 100%;
	height: 88vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	margin: auto;
	z-index: 999;
	text-align: left;
	background: #fff;
	border-top: 1px solid #000;
	background-size: cover;
  }
  /* line 138, ../scss/_navi.scss */
  .main-navi ul {
	margin: 0;
	top: 0;
  }
  /* line 142, ../scss/_navi.scss */
  .main-navi li {
	display: block;
	position: relative;
	font-size: 16px;
  }
  /* line 146, ../scss/_navi.scss */
  .main-navi li:last-child {
	margin-right: 0;
  }
  /* line 151, ../scss/_navi.scss */
  .main-navi li:last-child a {
	padding: 10px 20px;
	width: 100%;
  }
  /* line 156, ../scss/_navi.scss */
  .main-navi a {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	color: #000;
	font-weight: bold;
	text-indent: 0;
	margin: 0;
	padding: 10px 20px;
	border-bottom: 1px solid #000;
  }
}
/*-------------------------------------------------
言語選択メニュー
-------------------------------------------------*/
/* line 176, ../scss/_navi.scss */
footer .language-chooser {
	float: right;
	clear: right;
	display: inline;
}
/* line 180, ../scss/_navi.scss */
footer .language-chooser li {
	display: inline-block;
}
/* line 183, ../scss/_navi.scss */
footer .language-chooser a {
	margin-left: 1em;
	font-size: 14px;
	color: #fff;
}

@media (max-width: 740px) {
  /* line 192, ../scss/_navi.scss */
  footer .language-chooser {
	float: none;
	clear: both;
	display: block;
  }
}
/* ==========================================================================
モーダルウィンドウ
========================================================================== */
/* Default theme styles for the background */
/* line 21, ../scss/_modal.scss */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
	filter: blur(3px);
}

/* Default theme styles of the overlay */
/* line 26, ../scss/_modal.scss */
.remodal-overlay {
	background: rgba(0, 0, 0, 0.6);
}

/* line 30, ../scss/_modal.scss */
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
	animation-fill-mode: forwards;
}

/* line 33, ../scss/_modal.scss */
.remodal-overlay.remodal-is-opening {
	animation: remodal-overlay-opening-keyframes 0.3s;
}

/* line 36, ../scss/_modal.scss */
.remodal-overlay.remodal-is-closing {
	animation: remodal-overlay-closing-keyframes 0.3s;
}

/* Default theme styles of the wrapper */
/* Media queries
========================================================================== */
/* Default theme styles of the modal dialog */
/* line 49, ../scss/_modal.scss */
.remodal {
	max-width: 680px;
	width: 100%;
	transform: translate3d(0, 0, 0);
}
/* line 53, ../scss/_modal.scss */
.remodal .modal-content {
	*zoom: 1;
}
/* line 9, ../scss/_modal.scss */
.remodal .modal-content:after {
	content: "";
	display: table;
	clear: both;
}
/* line 56, ../scss/_modal.scss */
.remodal p {
	text-align: left;
}

/* line 62, ../scss/_modal.scss */
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
	animation-fill-mode: forwards;
}

/* line 65, ../scss/_modal.scss */
.remodal.remodal-is-opening {
	animation: remodal-opening-keyframes 0.3s;
}

/* line 68, ../scss/_modal.scss */
.remodal.remodal-is-closing {
	animation: remodal-closing-keyframes 0.3s;
}

/* Vertical align of the modal dialog */
/* line 73, ../scss/_modal.scss */
.remodal,
.remodal-wrapper:after {
	vertical-align: middle;
}

/* Close button */
/* line 77, ../scss/_modal.scss */
.remodal-close {
	position: absolute;
	top: 8px;
	right: 10px;
	z-index: 200;
	display: block;
	width: 22px;
	height: 22px;
	overflow: visible;
	margin: 0;
	padding: 0;
	cursor: pointer;
	transition: color 0.2s;
	text-decoration: none;
}
/* line 91, ../scss/_modal.scss */
.remodal-close:after {
	color: #fff;
	font-family: sans-serif, Arial, "Helvetica CY", "Nimbus Sans L" !important;
	font-size: 30px;
	line-height: 12px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 18px;
	content: "\00d7";
	text-align: center;
}

/* Dialog buttons */
/* line 109, ../scss/_modal.scss */
.remodal-confirm,
.remodal-cancel {
	font: inherit;
	display: inline-block;
	overflow: visible;
	min-width: 110px;
	margin: 0;
	padding: 12px 0;
	cursor: pointer;
	transition: background 0.2s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: 0;
	outline: 0;
}

/* line 124, ../scss/_modal.scss */
.remodal-confirm {
	color: #fff;
	background: #81c784;
}

/* line 129, ../scss/_modal.scss */
.remodal-confirm:hover,
.remodal-confirm:focus {
	background: #66bb6a;
}

/* line 132, ../scss/_modal.scss */
.remodal-cancel {
	color: #fff;
	background: #e57373;
}

/* line 137, ../scss/_modal.scss */
.remodal-cancel:hover,
.remodal-cancel:focus {
	background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
/* line 144, ../scss/_modal.scss */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* Keyframes
	 ========================================================================== */
@keyframes remodal-opening-keyframes {
  /* line 151, ../scss/_modal.scss */
  from {
	transform: scale(1.05);
	opacity: 0;
  }

  /* line 155, ../scss/_modal.scss */
  to {
	transform: none;
	opacity: 1;
  }
}

@keyframes remodal-closing-keyframes {
  /* line 162, ../scss/_modal.scss */
  from {
	transform: scale(1);
	opacity: 1;
  }

  /* line 166, ../scss/_modal.scss */
  to {
	transform: scale(0.95);
	opacity: 0;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  /* line 173, ../scss/_modal.scss */
  from {
	opacity: 0;
  }

  /* line 176, ../scss/_modal.scss */
  to {
	opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  /* line 182, ../scss/_modal.scss */
  from {
	opacity: 1;
  }

  /* line 185, ../scss/_modal.scss */
  to {
	opacity: 0;
  }
}

/* IE8
	 ========================================================================== */
/* line 194, ../scss/_modal.scss */
.lt-ie9 .remodal-overlay {
	background: #2b2e38;
}

/* line 198, ../scss/_modal.scss */
.lt-ie9 .remodal {
	width: 560px;
}

/* ==========================================================================
	 Remodal's necessary styles
	 ========================================================================== */
/* Hide scroll bar */
/* line 207, ../scss/_modal.scss */
html.remodal-is-locked {
	overflow: hidden;
}

/* Anti FOUC */
/* line 212, ../scss/_modal.scss */
.remodal,
[data-remodal-id] {
	display: none;
}

/* Necessary styles of the overlay */
/* line 216, ../scss/_modal.scss */
.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none;
}

/* Necessary styles of the wrapper */
/* line 227, ../scss/_modal.scss */
.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch;
}

/* line 242, ../scss/_modal.scss */
.remodal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -0.05em;
	content: "";
}

/* Fix iPad, iPhone glitches */
/* line 251, ../scss/_modal.scss */
.remodal-overlay,
.remodal-wrapper {
	backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
/* line 256, ../scss/_modal.scss */
.remodal {
	outline: none;
	text-size-adjust: 100%;
}

/* line 262, ../scss/_modal.scss */
.remodal-is-initialized {
	display: inline-block;
}

/* line 6, ../scss/_parts.scss */
.selectwrap {
	position: relative;
	border: 1px solid #fff;
}
/* line 9, ../scss/_parts.scss */
.selectwrap:before {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	right: 15px;
	width: 9px;
	height: 6px;
	background: url(../img/parts/arrow_up.svg) no-repeat 50%;
	background-size: cover;
}
/* line 20, ../scss/_parts.scss */
.selectwrap:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 6px;
	right: 15px;
	width: 9px;
	height: 6px;
	background: url(../img/parts/arrow_down.svg) no-repeat 50%;
	background-size: cover;
}
/* line 31, ../scss/_parts.scss */
.selectwrap select {
	padding: 5px 10px;
	width: 100%;
	font-size: 15px;
	color: #fff;
}

/* line 39, ../scss/_parts.scss */
.scroll-btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: auto;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
/* line 48, ../scss/_parts.scss */
.scroll-btn img {
	display: block;
	margin: auto;
	width: 20px;
}

/* line 55, ../scss/_parts.scss */
.pop-box h4 {
	padding: 0.5em 0;
}
/* line 58, ../scss/_parts.scss */
.pop-box img {
	max-width: 990px;
	width: 100%;
}

/* line 64, ../scss/_parts.scss */
.slick-slide {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

/* line 72, ../scss/_parts.scss */
.form-btn {
	width: 100%;
	padding: 1em 0;
	text-align: center;
	color: #fff;
	background: #000;
}

/* line 79, ../scss/_parts.scss */
.booking_form {
	width: 390px;
	background: rgba(0, 0, 0, 0.8);
}
/* line 82, ../scss/_parts.scss */
.booking_form form {
	padding: 26px 19px 30px;
}
/* line 85, ../scss/_parts.scss */
.booking_form .left {
	float: left;
	width: 47%;
}
/* line 89, ../scss/_parts.scss */
.booking_form .right {
	float: right;
	width: 47%;
}
/* line 93, ../scss/_parts.scss */
.booking_form .ui-datepicker-trigger {
	position: absolute;
	top: 15px;
	right: 15px;
}
/* line 98, ../scss/_parts.scss */
.booking_form p {
	padding: 12px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
/* line 103, ../scss/_parts.scss */
.booking_form input[type="text"] {
	position: relative;
	width: 100%;
	padding: 1em 0;
	text-indent: 1em;
	color: #fff;
	font-size: 15px;
	border: 1px solid #fff;
}
/* line 112, ../scss/_parts.scss */
.booking_form button {
	width: 100%;
	margin: 0 0 30px;
	padding: 1em 0;
	font-size: 15px;
	background: #fff;
}
/* line 119, ../scss/_parts.scss */
.booking_form dl {
	margin: 0 0 20px;
	font-size: 15px;
}
/* line 123, ../scss/_parts.scss */
.booking_form dt {
	color: #fff;
}
/* line 126, ../scss/_parts.scss */
.booking_form dd {
	position: relative;
}
/* line 129, ../scss/_parts.scss */
.booking_form .plan {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: underline;
}

@media screen and (max-width: 740px) {
  /* line 137, ../scss/_parts.scss */
  .booking_form {
	width: 100%;
  }
}
/* line 9, ../scss/style.scss */
body {
	text-align: center;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	width: 100%;
}

/* line 14, ../scss/style.scss */
.wrap {
	*zoom: 1;
	position: relative;
	width: 100%;
	max-width: 1069px;
	height: 100%;
	margin: 0 auto;
}
/* line 14, ../scss/_mixin.scss */
.wrap:after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width: 1069px) {
  /* line 23, ../scss/style.scss */
  .wrap {
	padding: 0 2%;
  }
}
@media screen and (max-width: 740px) {
  /* line 28, ../scss/style.scss */
  .wrap {
	padding: 0 15px;
  }
}
/*-----------------------------------------------------------
text設定
-----------------------------------------------------------*/
/* line 35, ../scss/style.scss */
h2 {
	position: relative;
	z-index: 10;
	font-size: 70px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.06em;
}
/* line 44, ../scss/style.scss */
h2 span {
	display: block;
	font-size: 24px;
}

/* line 49, ../scss/style.scss */
h3 {
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: 0.02em;
}

/* line 55, ../scss/style.scss */
h4 {
	font-size: 20px;
}

/* line 58, ../scss/style.scss */
p {
	color: #555555;
}

@media screen and (max-width: 740px) {
  /* line 62, ../scss/style.scss */
  h2 {
	font-size: 35px;
  }
  /* line 64, ../scss/style.scss */
  h2 span {
	font-size: 18px;
  }

  /* line 68, ../scss/style.scss */
  h3 {
	font-size: 18px;
  }

  /* line 71, ../scss/style.scss */
  h4 {
	font-size: 16px;
  }

  /* line 74, ../scss/style.scss */
  p {
	font-size: 14px;
  }
}
/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/
/* line 83, ../scss/style.scss */
header {
	*zoom: 1;
	position: relative;
	padding: 0 3% 0;
	width: 100%;
	z-index: 100;
}
/* line 14, ../scss/_mixin.scss */
header:after {
	content: "";
	display: table;
	clear: both;
}
/* line 89, ../scss/style.scss */
header .logo {
	margin: 40px 0 0;
	line-height: 100%;
	width: 60px;
	float: left;
	display: inline-block;
}

/* line 97, ../scss/style.scss */
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	padding: 14px 3%;
	background: #fff;
}
/* line 105, ../scss/style.scss */
.is-fixed .logo {
	margin: 0;
	width: 40px;
}
/* line 109, ../scss/style.scss */
.is-fixed .main-navi ul {
	top: 9px;
}
/* line 111, ../scss/style.scss */
.is-fixed .main-navi ul li:last-child a {
	padding: 10px 30px;
}

@media screen and (max-width: 1080px) {
  /* line 119, ../scss/style.scss */
  header {
	padding: 0 0 0 3%;
  }
}
@media screen and (max-width: 740px) {
  /* line 124, ../scss/style.scss */
  header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;
	padding: 11px;
	background: #fff;
  }
  /* line 131, ../scss/style.scss */
  header .logo {
	margin: 0;
	width: 30px;
  }

  /* line 136, ../scss/style.scss */
  .is-fixed {
	padding: 11px;
  }
  /* line 138, ../scss/style.scss */
  .is-fixed .logo {
	width: 30px;
  }
  /* line 141, ../scss/style.scss */
  .is-fixed .main-navi ul {
	top: 0;
  }
}
/* line 147, ../scss/style.scss */
main {
	margin-top: -44px;
}

/* line 150, ../scss/style.scss */
.main-visual {
	height: 100vh;
}

@media screen and (max-width: 740px) {
  /* line 154, ../scss/style.scss */
  main {
	margin-top: 70px;
  }
}
/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/
/* line 162, ../scss/style.scss */
footer {
	padding: 40px 0;
	background: #333;
}
/* line 165, ../scss/style.scss */
footer .logo {
	width: 60px;
	float: left;
	display: inline-block;
}
/* line 170, ../scss/style.scss */
footer nav {
	float: right;
}
/* line 172, ../scss/style.scss */
footer nav li {
	display: inline;
}
/* line 175, ../scss/style.scss */
footer nav a {
	display: inline-block;
	margin-left: 1em;
	font-size: 14px;
	color: #fff;
}

/* line 183, ../scss/style.scss */
.copyright {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 12px;
}

@media screen and (max-width: 740px) {
  /* line 191, ../scss/style.scss */
  footer {
	padding: 30px 0;
  }
  /* line 193, ../scss/style.scss */
  footer .logo {
	float: none;
	width: 40px;
	margin: auto;
	text-align: center;
  }
  /* line 199, ../scss/style.scss */
  footer nav {
	display: none;
  }
  /* line 201, ../scss/style.scss */
  footer nav li {
	display: block;
  }

  /* line 206, ../scss/style.scss */
  .copyright {
	position: static;
	text-align: center;
  }
}
/* line 213, ../scss/style.scss */
#equipment {
	padding-bottom: 120px;
	*zoom: 1;
	background: #F7F6F4;
}
/* line 14, ../scss/_mixin.scss */
#equipment:after {
	content: "";
	display: table;
	clear: both;
}
/* line 217, ../scss/style.scss */
#equipment h2 {
	top: -35px;
}
/* line 220, ../scss/style.scss */
#equipment h3 {
	margin: 0 0 20px;
	font-size: 20px;
	text-align: left;
}
/* line 225, ../scss/style.scss */
#equipment .left-box {
	width: 57%;
	float: left;
	padding-left: 10.8%;
}
/* line 230, ../scss/style.scss */
#equipment .right-box {
	width: 37%;
	float: right;
	text-align: left;
	padding-right: 10.8%;
}
/* line 235, ../scss/style.scss */
#equipment .right-box h4 {
	font-size: 16px;
}
/* line 238, ../scss/style.scss */
#equipment .right-box p {
	font-size: 14px;
}
/* line 242, ../scss/style.scss */
#equipment table {
	width: 100%;
	text-align: left;
	border-top: 1px solid #B2B2B2;
}
/* line 247, ../scss/style.scss */
#equipment tr {
	border-bottom: 1px solid #B2B2B2;
}
/* line 250, ../scss/style.scss */
#equipment th {
	vertical-align: top;
}
/* line 253, ../scss/style.scss */
#equipment th, #equipment td {
	text-align: left;
	padding: 0.3em 0;
}
/* line 257, ../scss/style.scss */
#equipment dl {
	margin-bottom: 2em;
	border-top: 1px solid #B2B2B2;
}
/* line 261, ../scss/style.scss */
#equipment dt {
	font-weight: bold;
	padding: 0.3em 0;
}
/* line 265, ../scss/style.scss */
#equipment dd {
	margin-left: 1em;
	padding: 0 0 0.3em;
}

@media screen and (max-width: 740px) {
  /* line 272, ../scss/style.scss */
  #equipment h2 {
	top: -15px;
  }
  /* line 275, ../scss/style.scss */
  #equipment .left-box {
	width: 100%;
	float: none;
	margin: 0 0 40px;
	padding: 0 3%;
  }
  /* line 281, ../scss/style.scss */
  #equipment .right-box {
	width: 100%;
	float: none;
	padding: 0 3%;
  }
}
/*-----------------------------------------------------------
予約エリア
-----------------------------------------------------------*/
/* line 292, ../scss/style.scss */
#booking {
	background: url(../img/photo/booking_bg.jpg) no-repeat 50%;
	background-size: cover;
}
/* line 295, ../scss/style.scss */
#booking h2 {
	position: relative;
	top: -38px;
	float: left;
	text-align: left;
}
/* line 301, ../scss/style.scss */
#booking h4, #booking li {
	color: #fff;
}
/* line 304, ../scss/style.scss */
#booking p {
	color: #fff;
}
/* line 306, ../scss/style.scss */
#booking p strong {
	font-size: 24px;
}
/* line 310, ../scss/style.scss */
#booking a {
	color: #fff;
}
/* line 313, ../scss/style.scss */
#booking li {
	margin-left: 1em;
	list-style: disc;
}
/* line 317, ../scss/style.scss */
#booking .booking_form {
	margin-top: 30px;
}
/* line 319, ../scss/style.scss */
#booking .booking_form p {
	color: #fff;
}

@media screen and (max-width: 740px) {
  /* line 326, ../scss/style.scss */
  #booking h2 {
	top: -20px;
  }
  /* line 329, ../scss/style.scss */
  #booking .sp-center {
	text-align: center;
  }
  /* line 332, ../scss/style.scss */
  #booking a {
	display: block;
	text-align: center;
  }
  /* line 336, ../scss/style.scss */
  #booking .item {
	z-index: 10;
  }
}
