@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 58, ../scss/_common.scss */
.mb30 {
	margin-bottom: 30px;
}

/* line 59, ../scss/_common.scss */
.mb10 {
	margin-bottom: 10px;
}

/* line 61, ../scss/_common.scss */
.item {
	position: relative;
	float: left;
	text-align: left;
	overflow: hidden;
}
/* line 66, ../scss/_common.scss */
.item figure {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
/* line 71, ../scss/_common.scss */
.item p {
	line-height: 1.7;
	font-size: 13px;
}

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

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

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

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

/* line 107, ../scss/_common.scss */
.fl {
	float: left;
	margin-right: 1em;
}

/* line 108, ../scss/_common.scss */
.fr {
	float: right;
	margin-left: 1em;
}

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

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

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

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

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

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

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

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

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

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

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

  /* line 142, ../scss/_common.scss */
  .column3 .item {
	width: 100%;
	margin: 0 0 20px 0;
  }
  /* line 146, ../scss/_common.scss */
  .column3 .item:nth-child(3n + 1) {
	margin: 0 0 20px 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: 980px) {
  /* line 39, ../scss/_navi.scss */
  .main-navi {
	width: 90%;
  }
  /* line 41, ../scss/_navi.scss */
  .main-navi ul {
	top: 0;
  }
  /* line 44, ../scss/_navi.scss */
  .main-navi li {
	display: inline;
  }
  /* line 47, ../scss/_navi.scss */
  .main-navi a {
	float: left;
	display: block;
	width: 18%;
	padding: 10px 0 0;
  }
  /* line 54, ../scss/_navi.scss */
  .main-navi li:last-child a {
	padding: 6px 0;
	width: 31%;
  }
}
/*-------------------------------------------------
スマホ設定
-------------------------------------------------*/
@media (max-width: 740px) {
  /* line 66, ../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 76, ../scss/_navi.scss */
  #nav-toggle div {
	position: relative;
	top: 15px;
	right: 0;
  }

  /* line 81, ../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 92, ../scss/_navi.scss */
  #nav-toggle span:nth-child(1) {
	top: 0;
  }

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

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

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

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

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

  /* line 119, ../scss/_navi.scss */
  .main-navi {
	position: absolute;
	top: 70px;
	left: 0;
	display: none;
	clear: both;
	float: none;
	width: 100%;
	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 135, ../scss/_navi.scss */
  .main-navi ul {
	margin: 0;
	top: 0;
  }
  /* line 139, ../scss/_navi.scss */
  .main-navi li {
	display: block;
	position: relative;
	font-size: 16px;
  }
  /* line 143, ../scss/_navi.scss */
  .main-navi li:last-child {
	margin-right: 0;
  }
  /* line 148, ../scss/_navi.scss */
  .main-navi li:last-child a {
	padding: 10px 20px;
	width: 100%;
  }
  /* line 153, ../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 173, ../scss/_navi.scss */
footer .language-chooser {
	float: right;
	clear: right;
	display: inline;
}
/* line 177, ../scss/_navi.scss */
footer .language-chooser li {
	display: inline-block;
}
/* line 180, ../scss/_navi.scss */
footer .language-chooser a {
	margin-left: 1em;
	font-size: 14px;
	color: #fff;
}

@media (max-width: 740px) {
  /* line 189, ../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 5, ../scss/_parts.scss */
.selectwrap {
	position: relative;
	border: 1px solid #fff;
}
/* line 8, ../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 19, ../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 30, ../scss/_parts.scss */
.selectwrap select {
	padding: 5px 10px;
	width: 100%;
	font-size: 15px;
	color: #fff;
}

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

/* line 53, ../scss/_parts.scss */
.spot-remodal .remodal-close {
	top: -12px;
	right: -8px;
}
/* line 56, ../scss/_parts.scss */
.spot-remodal .remodal-close:after {
	line-height: 26px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #000;
}
/* line 64, ../scss/_parts.scss */
.spot-remodal .pop-img {
	margin-bottom: 20px;
}
/* line 67, ../scss/_parts.scss */
.spot-remodal .slick-dots {
	left: 0;
	right: 0;
	margin: auto;
}

/* line 73, ../scss/_parts.scss */
.spot-slider {
	background: #fff;
	border-radius: 4px;
}
/* line 76, ../scss/_parts.scss */
.spot-slider article {
	position: relative;
}

/* line 80, ../scss/_parts.scss */
.url-btn {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	padding: 8px 22px;
	font-size: 12px;
	color: #333;
	border: 1px solid #333;
}

/* line 91, ../scss/_parts.scss */
.pop-box {
	padding: 2em 2em 3em;
}
/* line 93, ../scss/_parts.scss */
.pop-box h4 {
	text-align: left;
	padding: 0.5em 0;
}
/* line 97, ../scss/_parts.scss */
.pop-box p {
	text-align: left;
}
/* line 100, ../scss/_parts.scss */
.pop-box .pop-img img {
	max-width: 990px;
	width: 100%;
}

@media screen and (max-width: 740px) {
  /* line 107, ../scss/_parts.scss */
  .spot-remodal .remodal-close {
	top: 15px;
	right: 15px;
  }

  /* line 113, ../scss/_parts.scss */
  .spot-slider article {
	position: static;
  }

  /* line 117, ../scss/_parts.scss */
  .url-btn {
	position: static;
	margin: 20px 0 0;
	width: 100%;
  }

  /* line 122, ../scss/_parts.scss */
  .slick-next {
	right: 5px;
  }

  /* line 125, ../scss/_parts.scss */
  .slick-prev {
	left: 5px;
  }

  /* line 128, ../scss/_parts.scss */
  .slick-prev::before, .slick-next::before {
	color: #000;
  }

  /* line 131, ../scss/_parts.scss */
  .pop-box {
	font-size: 18px;
  }

  /* line 134, ../scss/_parts.scss */
  .fr {
	float: none;
	margin: 0 0 20px;
  }
}
/* line 141, ../scss/_parts.scss */
.slick-slide {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

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

/* line 156, ../scss/_parts.scss */
.booking_form {
	width: 347px;
	background: rgba(0, 0, 0, 0.8);
}
/* line 159, ../scss/_parts.scss */
.booking_form form {
	padding: 26px 19px 30px;
}
/* line 162, ../scss/_parts.scss */
.booking_form .left {
	float: left;
	width: 47%;
}
/* line 166, ../scss/_parts.scss */
.booking_form .right {
	float: right;
	width: 47%;
}
/* line 170, ../scss/_parts.scss */
.booking_form .ui-datepicker-trigger {
	position: absolute;
	top: 15px;
	right: 15px;
}
/* line 175, ../scss/_parts.scss */
.booking_form p {
	padding: 12px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
/* line 180, ../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 189, ../scss/_parts.scss */
.booking_form button {
	width: 100%;
	margin: 0 0 30px;
	padding: 1em 0;
	font-size: 15px;
	background: #fff;
}
/* line 196, ../scss/_parts.scss */
.booking_form dl {
	margin: 0 0 20px;
	font-size: 15px;
}
/* line 200, ../scss/_parts.scss */
.booking_form dt {
	color: #fff;
}
/* line 203, ../scss/_parts.scss */
.booking_form dd {
	position: relative;
}
/* line 206, ../scss/_parts.scss */
.booking_form .plan {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: underline;
}

@media screen and (max-width: 740px) {
  /* line 214, ../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 15, ../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 24, ../scss/style.scss */
  .wrap {
	padding: 0 2%;
  }
}
@media screen and (max-width: 740px) {
  /* line 29, ../scss/style.scss */
  .wrap {
	padding: 0 15px;
  }
}
/*-----------------------------------------------------------
text設定
-----------------------------------------------------------*/
/* line 36, ../scss/style.scss */
h2 {
	position: relative;
	z-index: 10;
	display: inline-block;
	font-size: 70px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.06em;
}

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

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

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

/* line 60, ../scss/style.scss */
.slash-h:after {
	position: absolute;
	z-index: -1;
	content: "";
	width: 223px;
	height: 81px;
	background-size: cover;
	background-repeat: no-repeat;
}

/* line 69, ../scss/style.scss */
.slash_blue:after {
	left: 28%;
	background-image: url(../img/parts/h_blue_bg02.png);
}

/* line 73, ../scss/style.scss */
.slash_vertical_blue:after {
	left: -40px;
	top: 0;
	width: 81px;
	height: 223px;
	background: url(../img/parts/h_blue_bg03.png) no-repeat;
}

/* line 80, ../scss/style.scss */
.slash_orange:after {
	left: 83%;
	width: 81px;
	height: 223px;
	background: url(../img/parts/h_orange_bg02.png) no-repeat;
}

/* line 86, ../scss/style.scss */
.slash_vartical_orange:after {
	left: -40px;
	top: -40px;
	width: 81px;
	height: 223px;
	background: url(../img/parts/h_orange_bg02.png) no-repeat;
}

/* line 93, ../scss/style.scss */
.slash_purple:after {
	left: -57%;
	bottom: 10px;
	background: url(../img/parts/h_purple_bg01.png) no-repeat;
}

/* line 98, ../scss/style.scss */
.slash_green:after {
	left: 84%;
	background: url(../img/parts/h_green_bg01.png) no-repeat;
}

/* line 102, ../scss/style.scss */
.slash_pink:after {
	left: 0;
	background: url(../img/parts/h_pink_bg02.png) no-repeat;
}

/* line 106, ../scss/style.scss */
.slash_gray:after {
	left: 10%;
	background: url(../img/parts/h_gray_bg01.png) no-repeat;
}

@media screen and (max-width: 1270px) {
  /* line 112, ../scss/style.scss */
  .slash_green:after {
	left: auto;
	right: 0;
  }
}
@media screen and (max-width: 740px) {
  /* line 119, ../scss/style.scss */
  h2 {
	margin-bottom: 20px;
	font-size: 35px;
  }

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

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

  /* line 130, ../scss/style.scss */
  .slash-h:after {
	width: 223px;
	height: 42px;
  }

  /* line 134, ../scss/style.scss */
  .slash_blue:after {
	left: -41%;
	background-image: url(../img/parts/h_blue_bg02.png);
  }

  /* line 138, ../scss/style.scss */
  .slash_vertical_blue:after {
	left: -40px;
	top: 0;
	width: 81px;
	height: 223px;
	background: url(../img/parts/h_blue_bg03.png) no-repeat;
  }

  /* line 145, ../scss/style.scss */
  .slash_orange:after {
	left: 83%;
	width: 81px;
	height: 223px;
	background: url(../img/parts/h_orange_bg02.png) no-repeat;
  }

  /* line 151, ../scss/style.scss */
  .slash_vartical_orange:after {
	left: -40px;
	top: -40px;
	width: 81px;
	height: 223px;
	background: url(../img/parts/h_orange_bg02.png) no-repeat;
  }

  /* line 158, ../scss/style.scss */
  .slash_purple:after {
	left: -80%;
	bottom: 4px;
	background: url(../img/parts/h_purple_bg01.png) no-repeat;
  }

  /* line 163, ../scss/style.scss */
  .slash_green:after {
	left: -23%;
	background: url(../img/parts/h_green_bg01.png) no-repeat;
  }

  /* line 167, ../scss/style.scss */
  .slash_pink:after {
	left: -63px;
	background: url(../img/parts/h_pink_bg02.png) no-repeat;
  }

  /* line 171, ../scss/style.scss */
  .slash_gray:after {
	left: -30%;
	background: url(../img/parts/h_gray_bg01.png) no-repeat;
  }
}
/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/
/* line 180, ../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 186, ../scss/style.scss */
header .logo {
	margin: 40px 0 0;
	line-height: 100%;
	width: 60px;
	float: left;
	display: inline-block;
}

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

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

  /* line 233, ../scss/style.scss */
  .is-fixed {
	padding: 11px;
  }
  /* line 235, ../scss/style.scss */
  .is-fixed .logo {
	width: 30px;
  }
  /* line 238, ../scss/style.scss */
  .is-fixed .main-navi ul {
	top: 0;
  }
}
/* line 244, ../scss/style.scss */
main {
	margin-top: -44px;
}

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

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

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

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

  /* line 303, ../scss/style.scss */
  .copyright {
	position: static;
	text-align: center;
  }
}
/*-----------------------------------------------------------
ドミトリー
-----------------------------------------------------------*/
/* line 311, ../scss/style.scss */
#dormitory {
	background: #F7F6F4;
	padding-bottom: 140px;
}
/* line 314, ../scss/style.scss */
#dormitory figure {
	margin: 0 auto 0 10.8%;
	background: url(../img/photo/dormitory_img.jpg) no-repeat 50%;
	background-size: cover;
	text-align: left;
}
/* line 319, ../scss/style.scss */
#dormitory figure:after {
	content: "";
	display: block;
	padding-top: 20.7%;
}
/* line 324, ../scss/style.scss */
#dormitory figure h2 {
	margin-top: -35px;
}
/* line 328, ../scss/style.scss */
#dormitory .slide2 {
	clear: both;
	margin-top: 30px;
}
/* line 331, ../scss/style.scss */
#dormitory .slide2 li {
	margin: 0 10px;
}
/* line 335, ../scss/style.scss */
#dormitory article {
	padding: 60px 0 0 10.8%;
	text-align: left;
	display: table;
}
/* line 340, ../scss/style.scss */
#dormitory h3 {
	margin-bottom: 40px;
}
/* line 343, ../scss/style.scss */
#dormitory .left-box {
	display: table-cell;
	width: 460px;
	padding-right: 30px;
}
/* line 348, ../scss/style.scss */
#dormitory .right-box {
	display: table-cell;
	width: 580px;
	vertical-align: bottom;
	font-size: 85%;
}
/* line 353, ../scss/style.scss */
#dormitory .right-box h4 {
	font-size: 16px;
}

@media screen and (max-width: 740px) {
  /* line 360, ../scss/style.scss */
  #dormitory {
	padding-bottom: 60px;
  }
  /* line 362, ../scss/style.scss */
  #dormitory figure {
	margin: 0 0;
  }
  /* line 365, ../scss/style.scss */
  #dormitory h2 {
	position: relative;
	top: -15px;
	margin-top: 0;
	padding: 0 3%;
  }
  /* line 371, ../scss/style.scss */
  #dormitory article {
	position: relative;
	z-index: 200;
	display: block;
	padding: 20px 3% 0;
  }
  /* line 377, ../scss/style.scss */
  #dormitory h3 {
	margin-bottom: 20px;
  }
  /* line 380, ../scss/style.scss */
  #dormitory .left-box {
	display: block;
	width: 100%;
	padding-right: 0;
	margin-bottom: 30px;
  }
  /* line 386, ../scss/style.scss */
  #dormitory .right-box {
	display: block;
	width: 100%;
	vertical-align: top;
  }
}
/*-----------------------------------------------------------
予約エリア
-----------------------------------------------------------*/
/* line 397, ../scss/style.scss */
#booking {
	background: url(../img/photo/booking_bg.jpg) no-repeat 50%;
	background-size: cover;
}
/* line 400, ../scss/style.scss */
#booking h2 {
	position: relative;
	top: -38px;
	float: left;
	text-align: left;
}
/* line 406, ../scss/style.scss */
#booking p {
	color: #000;
}
/* line 408, ../scss/style.scss */
#booking p strong {
	font-size: 24px;
}
/* line 412, ../scss/style.scss */
#booking li {
	margin-left: 1em;
	list-style: disc;
}
/* line 416, ../scss/style.scss */
#booking .booking_form {
	margin-top: 30px;
}
/* line 418, ../scss/style.scss */
#booking .booking_form p {
	color: #fff;
}

@media screen and (max-width: 740px) {
  /* line 425, ../scss/style.scss */
  #booking h2 {
	top: -20px;
  }
  /* line 428, ../scss/style.scss */
  #booking .item {
	z-index: 10;
  }
  /* line 431, ../scss/style.scss */
  #booking .sp-center {
	text-align: center;
  }
  /* line 434, ../scss/style.scss */
  #booking a {
	display: block;
	text-align: center;
  }
}
/* line 442, ../scss/style.scss */
#price {
	padding: 0 0 140px;
	background: #F7F6F4;
}
/* line 445, ../scss/style.scss */
#price h2 {
	margin: -40px 0 30px;
}
/* line 447, ../scss/style.scss */
#price h2 + p {
	clear: both;
	margin-bottom: 60px;
}
/* line 452, ../scss/style.scss */
#price .price-table {
	max-width: 824px;
	margin: auto;
	padding: 40px 70px;
	border: 2px solid #333;
	background: #fff;
}
/* line 458, ../scss/style.scss */
#price .price-table dl {
	display: table;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #B2B2B2;
	line-height: 1;
}
/* line 464, ../scss/style.scss */
#price .price-table dl:first-child {
	border-bottom: 2px solid #000;
}
/* line 467, ../scss/style.scss */
#price .price-table dl:last-child {
	border-bottom: none;
}
/* line 471, ../scss/style.scss */
#price .price-table .border-none {
	padding: 30px 0 5px;
	border-bottom: none;
}
/* line 474, ../scss/style.scss */
#price .price-table .border-none + dl {
	padding: 5px 0 30px;
}
/* line 478, ../scss/style.scss */
#price .price-table dt, #price .price-table dd {
	display: table-cell;
}
/* line 481, ../scss/style.scss */
#price .price-table dt {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
/* line 486, ../scss/style.scss */
#price .price-table dd {
	font-weight: bold;
	text-align: right;
}
/* line 489, ../scss/style.scss */
#price .price-table dd strong {
	font-size: 22px;
}
/* line 493, ../scss/style.scss */
#price .price-table dd.disc {
	font-weight: normal;
	width: 8em;
}
/* line 497, ../scss/style.scss */
#price .price-table .bus_hours {
	margin: auto;
}
/* line 499, ../scss/style.scss */
#price .price-table .bus_hours th {
	text-align: right;
	vertical-align: top;
}
/* line 503, ../scss/style.scss */
#price .price-table .bus_hours td {
	text-align: left;
}

@media screen and (max-width: 740px) {
  /* line 510, ../scss/style.scss */
  #price {
	padding: 0 0 60px;
  }
  /* line 512, ../scss/style.scss */
  #price h2 {
	position: relative;
	top: -17px;
	margin: 0 0 10px;
  }
  /* line 516, ../scss/style.scss */
  #price h2 + p {
	text-align: left;
	padding: 0 3%;
	margin-bottom: 20px;
  }
  /* line 522, ../scss/style.scss */
  #price .price-table {
	padding: 10px 12px;
  }
  /* line 524, ../scss/style.scss */
  #price .price-table dl {
	padding: 10px 0;
  }
  /* line 527, ../scss/style.scss */
  #price .price-table dt {
	font-size: 14px;
	width: 30%;
  }
  /* line 531, ../scss/style.scss */
  #price .price-table dd {
	font-weight: bold;
	text-align: right;
	font-size: 12px;
  }
  /* line 535, ../scss/style.scss */
  #price .price-table dd strong {
	font-size: 16px;
  }
  /* line 539, ../scss/style.scss */
  #price .price-table dd.disc {
	font-weight: normal;
	width: 7em;
  }
  /* line 545, ../scss/style.scss */
  #price .price-table_group dl {
	display: block;
  }
  /* line 548, ../scss/style.scss */
  #price .price-table_group dt, #price .price-table_group dd {
	padding: 0.4em 0 0;
	display: block;
	width: 100%;
	text-align: center;
  }
  /* line 555, ../scss/style.scss */
  #price .att {
	font-size: 12px;
  }
  /* line 558, ../scss/style.scss */
  #price .bus_hours {
	font-size: 12px;
  }
}
