﻿@charset "utf-8";
/* CSS Document */


/* Modules
--------------------- */

/* .hd1 */
.hd1 {
	margin: 0 auto;
	max-width: 940px;
	padding: 40px 0 40px;
	text-align: center;
}

/* .hd2 */
.hd2 {
	background: url(../img/hd2_bg_01.png) 50% 80px no-repeat;
	-webkit-background-size: auto 32px;
	        background-size: auto 32px;
	font-size: 32px;
	line-height: 1;
	margin: 0 auto 40px;
	max-width: 940px;
	padding: 80px 0 0;
	text-align: center;
}
.hd2 > span {
	background: url(../img/bg_01.png) 50% 50% repeat;
	display: inline-block;
	padding: 0 20px;
}
.bg2 .hd2 > span {
	background: url(../img/bg_02.png) 50% 50% repeat;
}
.hd2 > span > span {
	font-size: 12px;
}
@media only screen and (max-width: 750px) {
	.hd2 {
		background: url(../img/hd2_bg_01@sp.png) 50% 40px no-repeat;
		-webkit-background-size: auto 4.5vw;
				background-size: auto 4.5vw;
		font-size: 4.5vw;
		margin: 0 auto 40px;
		padding: 40px 0 0;
	}
}

/* .hd3 */
.hd3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

/* .txt-s */
.txt-s {
	font-size: 12px!important;
}

/* table */
table {
	border-top: 1px solid #ccc;
	font-size: 15px;
	margin: 20px 0;
	width: 100%;
}
table th {
	border-bottom: 1px solid #ccc;
	font-size: 100%;
	line-height: 1.5;
	padding: 0.8em 2em;
	vertical-align: top;
	white-space: nowrap;
}
table td {
	border-bottom: 1px solid #ccc;
	font-size: 100%;
	line-height: 1.5;
	padding: 0.8em 2em;
	vertical-align: top;
}
table td p {
	margin-top: 10px;
}
table td *:first-child {
	margin-top: 0;
}
@media only screen and (max-width: 750px) {
	table {
		font-size: 12px;
	}
}

/* .bg2 */
.bg2 {
	background: url(../img/bg_02.png) 50% 50% repeat;
}

/* .sec */
.sec {
	padding-bottom: 50px;
}

/* .btn-detail */
.btn-detail {
	margin: 30px 0 0;
	text-align: center;
}
.btn-detail a {
	border: 1px solid #222;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	color: #222;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	max-width: 280px;
	padding: 17px;
	text-decoration: none;
	width: 100%;
}
.btn-detail a:hover {
	opacity: 0.5;
}

/* .slider */
.slider {
	overflow: hidden;
	margin: 40px 0 0;
	width: 100%;
}
.slider ul {
	position: relative;
	text-align: center;
	white-space: nowrap;
}
.slider--item {
	display: inline-block;
	margin: 0 0.9%;
	vertical-align: top;
	width: 33.33%;
}
.slider--item img {
	height: auto;
	width: 100%;
}
.slider--hd {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
	text-align: center;
	white-space: normal;
}
.slider p {
	font-size: 15px;
	line-height: 1.92;
	text-align: left;
	white-space: normal;
}
@media only screen and (max-width: 750px) {
	.slider--item {
		display: inline-block;
		margin: 0 0.9%;
		width: 80%;
	}
	.slider--hd {
		font-size: 14px;
		padding: 0 20px;
	}
	.slider p {
		font-size: 12px;
		padding: 0 20px;
	}
}

/* .recospots */
.recospots {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	padding: 0 0 50px;
}
.recospots > div {
	margin: 0 auto;
	max-width: 980px;
	padding: 0 20px;
}
	.recospots:before,
	.recospots:after {
		content: "";
		display: table;
	}
	.recospots:after {
		clear: both;
	}
	.recospots {
		zoom: 1;
	}
.recospots--item {
	float: left;
	margin-bottom: 2.135%;
	margin-right: 2.135%;
	width: 31.91%;
}
.recospots--item:nth-child(3n) {
	margin-right: 0;
}
.recospots--item:last-child {
	margin-right: 0;
}
.recospots--item:nth-last-child(-n+3) {
	margin-bottom: 0;
}
.recospots--item figure {
	margin-bottom: 10px;
}
.recospots--item figure img {
	width: 100%;
}
.recospots--item--title {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
}
.recospots--item--title a {
	text-decoration: none;
}
.recospots--item--title a:hover {
	text-decoration: underline;
}
.recospots--item p {
	font-size: 14px;
	line-height: 1.71;
}
.recospots--tags {
	margin: 10px 0 0;
}
	.recospots--tags:before,
	.recospots--tags:after {
		content: "";
		display: table;
	}
	.recospots--tags:after {
		clear: both;
	}
	.recospots--tags {
		zoom: 1;
	}
.recospots--tags--item {
	float: left;
	margin-right: 10px;
}
.recospots--tags--item:last-child {
	margin-left: 0;
}
.recospots--tags--item span {
	background: #80050D;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	padding: 8px 15px;
	text-decoration: none;
}
@media only screen and (max-width: 750px) {
	.recospots--item {
		margin-right: 4%;
		width: 48%;
	}
	.recospots--item:nth-child(3n) {
		margin-right: 4%;
	}
	.recospots--item:nth-child(2n) {
		margin-right: 0;
	}
	.front .recospots--item:nth-child(3) {
		display: none;
	}
	.recospots--item--title {
		font-size: 16px;
		font-weight: bold;
	}
	.recospots--item p {
		font-size: 12px;
	}
	.recospots--tags--item span {
		-webkit-border-radius: 3px;
				border-radius: 3px;
		font-size: 10px;
		padding: 4px 8px;
	}
}

/* .visual */
.visual {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	        background-size: cover;
	height: 100vh;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.visual--frame {
	height: 100vh;
	left: 0;
	padding: 5px;
	position: absolute;
	top: 0;
	width: 100%;
}
.visual--frame > div {
	border: 2px solid #cbd0d0;
	height: 100%;
	padding: 5px;
	width: 100%;
}
.visual--frame > div > div {
	border: 1px solid #cbd0d0;
	height: 100%;
	width: 100%;
}
.visual--move {
	height: 100%;
	position: relative;
	width: 100%;
}
#youtube {
	position: absolute;
}
.visual--copy {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.visual--copy > div {
	display: table;
	height: 100%;
	width: 100%;
}
.visual--copy > div > div {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.visual--copy img {
	height: auto;
	width: 100%;
}
.visual--btn-menu {
	background: rgba(34,34,34,0.65);
	cursor: pointer;
	height: 70px;
	left: 0;
	margin-top: -35px;
	position: absolute;
	top: 50%;
	width: 70px;
}
.visual--btn-menu span {
	background: #fff;
	display: block;
	height: 1px;
	left: 32.145%;
	position: absolute;
	width: 35.71%;
}
.visual--btn-menu span:nth-child(1) {
	top: 32.14%;
}
.visual--btn-menu span:nth-child(2) {
	top: 49.28%;
}
.visual--btn-menu span:nth-child(3) {
	top: 65%;
}
.visual--btn-reservation {
	cursor: pointer;
	height: 70px;
	right: 0;
	margin-top: -35px;
	position: absolute;
	-webkit-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	top: 50%;
	width: 160px;
}
.visual--btn-reservation:hover {
	opacity: 0.5;
}
.visual--btn-reservation img {
	height: 100%;
	width: 100%;
}
.visual--btn-scroll {
	background: url(../img/visual_btn_scroll.png) 50% 50% no-repeat;
	-webkit-background-size: 30px 56px;
	        background-size: 30px 56px;
	bottom: 30px;
	cursor: pointer;
	height: 56px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	-webkit-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	width: 30px;
}
.visual--btn-scroll:hover {
	opacity: 0.5;
}
.visual--btn-scroll span {
	background: #fff;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	display: block;
	height: 7px;
	left: 50%;
	margin-left: -1px;
	position: absolute;
	top: 6px;
	width: 2px;
}
.visual--news {
	background: rgba(255,255,255,0.6);
	bottom: 0;
	color: #3e3a39;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 12px;
	height: 100px;
	left: 0;
	line-height: 24px;
	padding: 14px 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.visual--news--items {
	display: inline-block;
	text-align: left;
}
.visual--news--item dt {
}
.visual--news--item dd {
	margin: -24px 0 0 8em;
}
.visual--news--item a {
	color: #3e3a39;
	text-decoration: none;
}
.visual--news--item a:hover {
	text-decoration: underline;
}
.visual--movie {
	height: 100%;
	width: 100%;
}
.visual--movie video {
	bottom: 0;
	height: auto;
	min-height :100%;
	min-width: 100%;
	position: absolute;
	right: 0;
	width: auto;
}
@media only screen and (max-width: 750px) {
	.visual--frame {
		padding-bottom: 54px;
	}
	.visual--copy {
		padding-bottom: 200px;
	}
	.visual--btn-menu {
		display: none;
	}
	.visual--btn-reservation {
		background: #202222;
		bottom: 0;
		height: 50px;
		margin-top: 0;
		text-align: center;
		top: inherit;
		width: 100%;
	}
	.visual--btn-reservation img {
		height: 100%;
		width: auto;
	}
	.visual--btn-scroll {
		display: none;
	}
	.visual--news {
		bottom: 50px;
		height: 148px;
		line-height: 20px;
		padding: 14px;
		text-align: left;
	}
	.visual--news--items {
		display: block;
	}
	.visual--news dt {
		width: 100%;
	}
	.visual--news dd {
		margin: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}
	.visual--movie video {
		display: none;
	}
}

.visual--slider {
	background: #000;
	height: 100%;
	position: relative;
	width: 100%;
}

/* .visual-animate__layer */
.visual--slider .visual-animate__layer {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

/* .visual-animate__layer__inner */
.visual--slider .visual-animate__layer__inner {
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

/* .visual-animate__bg */
.visual-animate__bg {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.visual-animate__bg__layer {
	display: table;
	height: 100%;
	width: 100%;
}
.visual-animate__bg__layer__inner {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

/* .visual-animate__contents */
.visual-animate__contents {
}

/* .slide */
.visual--slider ul.slide {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
	.visual--slider ul.slide:before,
	.visual--slider ul.slide:after {
		content: "";
		display: table;
	}
	.visual--slider ul.slide:after {
		clear: both;
	}
	.visual--slider ul.slide {
		zoom: 1;
	}
.visual--slider ul.slide > li {
	float: left;
	height: 100%;
	position: relative;
	width: 100%;
}

/* .fade */
.visual--slider ul.fade {
	height: 100%;
	width: 100%;
}
.visual--slider ul.fade > li {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* .local--nav */
.local--nav {
	border-bottom: 1px solid #b4b4b4;
	margin: 80px auto 30px;
	max-width: 980px;
	padding: 0 20px;
}
	.local--nav ul:before,
	.local--nav ul:after {
		content: "";
		display: table;
	}
	.local--nav ul:after {
		clear: both;
	}
	.local--nav ul {
		zoom: 1;
	}
.local--nav--item {
	float: left;
}
.local--nav--item:last-child {
	margin-right: 0!important;
}
.local--nav--item a {
	display: block;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}
.local--nav--item a span {
	display: inline-block;
	padding: 30px 10px;
}
.local--nav--item a:hover span {
	-webkit-box-shadow: inset 0 -3px 0 0 #222;
	        box-shadow: inset 0 -3px 0 0 #222;
}
@media only screen and (max-width: 750px) {
	.local--nav {
		border-bottom: 0;
		margin-top: 60px;
	}
	.local--nav--item {
		float: none;
		width: 100%!important;
	}
	.local--nav--item a {
		background: url(../img/ico_arrow_d.png) 95% 50% no-repeat;
		background-size: 15px auto;
		border-top: 1px solid #222;
		padding: 12px 0 12px 20px;
		text-align: left;
	}
	.local--nav--item:last-child a {
		border-bottom: 1px solid #222;
	}
	.local--nav--item a span {
		padding: 10px 0;
	}
	.local--nav--item a:hover span {
		-webkit-box-shadow: none;
				box-shadow: none;
	}
}

/* .sec--lead */
.sec--lead {
	margin: 0 auto;
	max-width: 660px;
	padding: 0 20px;
}
.sec--lead p {
	font-size: 15px;
	line-height: 1.92;
	margin-bottom: 20px;
}
.sec--lead span {
	font-size: 12px;
}
@media only screen and (max-width: 750px) {
	.sec--lead p {
		font-size: 12px;
	}
}

/* .sec--gallery */
.sec--gallery {
	margin: 40px auto;
	max-width: 980px;
	padding: 0 20px;
	width: 100%;
}
	.sec--gallery:before,
	.sec--gallery:after {
		content: "";
		display: table;
	}
	.sec--gallery:after {
		clear: both;
	}
	.sec--gallery {
		zoom: 1;
	}
.sec--gallery--item {
	margin-bottom: 40px;
	float: left;
}
.sec--gallery__2 .sec--gallery--item {
	margin-right: 8.5108%;
	width: 45.7446%;
}
.sec--gallery__2 .sec--gallery--item:nth-last-child(1),
.sec--gallery__2 .sec--gallery--item:nth-last-child(2) {
	margin-bottom: 0;
}
.sec--gallery__3 .sec--gallery--item {
	margin-right: 2.1278%;
	width: 31.9148%;
}
.sec--gallery__3 .sec--gallery--item:nth-last-child(1),
.sec--gallery__3 .sec--gallery--item:nth-last-child(2),
.sec--gallery__3 .sec--gallery--item:nth-last-child(3) {
	margin-bottom: 0;
}
.sec--gallery--item img {
	height: auto;
	width: 100%;
}
.sec--gallery__2 .sec--gallery--item:nth-child(2n) {
	margin-right: 0;
}
.sec--gallery__3 .sec--gallery--item:nth-child(3n) {
	margin-right: 0;
}
.sec--gallery--hd {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
	text-align: center;
}
.sec--gallery p {
	font-size: 15px;
	line-height: 1.92;
}
@media only screen and (max-width: 750px) {
	.sec--gallery--item {
		float: none;
		margin-bottom: 40px!important;
		margin-right: 0!important;
		width: 100%!important;
	}
	.sec--gallery--item:last-child {
		margin-bottom: 0!important;
	}
}


/* .front
--------------------- */

/* .visual */
.visual__front {
	background-image: url(../img/front-page/visual_sp.png);
}
.visual__front .visual--frame {
	padding-bottom: 104px;
}
.visual__front .visual--copy img {
	max-width: 1100px;
}
.visual__front .visual--btn-scroll {
	bottom: 125px;
}
@media only screen and (max-width: 750px) {
	.visual__front .visual--frame {
		padding-bottom: 204px;
	}
	.visual__front .visual--btn-scroll {
		bottom: 220px;
	}
}

/* .front--concept */
.front--concept--fig {
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}
.front--concept--fig img {
	width: 100%;
}
@media only screen and (max-width: 750px) {
	.front--concept--fig {
		padding: 0 20px;
	}
}

/* .front--rooms */
.front--rooms--fig {
	margin: 0 auto;
	max-width: 620px;
	text-align: center;
}
.front--rooms--fig img {
	width: 100%;
}

/* .front--facility */
.front--facility--fig {
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}
.front--facility--fig img {
	width: 100%;
}
@media only screen and (max-width: 750px) {
	.front--facility--fig {
		padding: 0 20px;
	}
}

/* .front--access */
.front--access {
	padding-bottom: 20px;
}
.front--access .front--lead {
	margin: 20px auto 0;
}
.front--access--cols {
	font-size: 17px;
	margin: 0 auto;
	max-width: 980px;
	padding: 0 20px;
	width: 100%;
}
.front--access--col1 {
	width: 43.83%;
}
.front--access--col1 p {
	margin-bottom: 20px;
}
.front--access--col2 {
	width: 56.17%;
}
.front--access--col2 {
	text-align: right;
}
.front--access--points {
	display: inline-block;
}
.front--points--item {
	cursor: pointer;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 15px;
	margin-bottom: 12px;
	text-align: left;
}
.front--points--item img {
	height: auto;
	margin-right: 10px;
	width: 25px;
}
.front--points--photo {
	display: none;
}
.front--points--distance {
	display: none;
}
.front--points--subt {
	display: none;
}
@media only screen and (max-width: 750px) {
	.front--access--col1 {
		float: none;
		font-size: 12px;
		width: 100%;
	}
	.front--access--col2 {
		float: none;
		text-align: left;
		width: 100%;
	}
	.front--points--item {
		font-size: 12px;
	}
	.front--access .sec--gallery--item:nth-child(1) {
		margin-bottom: 0!important;
	}
	.front--access .sec--gallery--item:nth-child(2) {
		display: none;
	}
}

/* .front--access--gmap */
.front--access--gmap {
	height: 478px;
	margin: 0 auto 20px;
	max-width: 940px;
	position: relative;
}
.front--access--gmap iframe {
	border: 0;
	height: 100%;
	width: 100%;
}
@media only screen and (max-width: 750px) {
	.front--access--gmap {
		height: 80vw;
		margin: 0 20px 20px;
		overflow-y: hidden;
	}
}

/* .front--bnr1 */
.front--bnr1 {
	padding: 0 20px 40px;
}
.front--bnr1 > div {
	margin: 0 auto;
	max-width: 940px;
	position: relative;
	width: 100%;
}
.front--bnr1 img {
	height: auto;
	width: 100%;
}
.front--bnr1 a {
	display: block;
	left: 70.21%;
	position: absolute;
	top: 60%;
	width: 25.85%;
}
.front--bnr1 a:hover {
	opacity: 0.5;
}
@media only screen and (max-width: 750px) {
	.front--bnr1 a {
		left: 50%;
		position: absolute;
		top: 62.5%;
		width: 44.92%;
	}
}

/* .front--plan */
.front--plan--items {
	margin: 0 auto;
	max-width: 980px;
	padding: 0 20px;
}
	.front--plan--items:before,
	.front--plan--items:after {
		content: "";
		display: table;
	}
	.front--plan--items:after {
		clear: both;
	}
	.front--plan--items {
		zoom: 1;
	}
.front--plan--item {
	float: left;
	margin-right: 2.135%;
	width: 31.91%;
}
.front--plan--item:last-child {
	margin-right: 0;
}
.front--plan--item p {
	font-size: 14px;
}
.front--plan--item figure {
	margin-bottom: 15px;
}
.front--plan--item figure img {
	width: 100%;
}
.front--plan--btns {
	margin: 10px 0 0;
}
	.front--plan--btns:before,
	.front--plan--btns:after {
		content: "";
		display: table;
	}
	.front--plan--btns:after {
		clear: both;
	}
	.front--plan--btns {
		zoom: 1;
	}
.front--btns--item {
	float: left;
	margin-right: 3.33%;
	width: 46.66%;
}
.front--btns--item:last-child {
	margin-left: 0;
}
.front--btns--item a {
	background: #fff url(../img/front-page/plan_ico_arrow.png) 81.42% 50% no-repeat;
	-webkit-background-size: 3.57% auto;
	        background-size: 3.57% auto;
	border: 1px solid #222;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	color: #222;
	display: block;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 13px;
	line-height: 1;
	padding: 8.56% 38.56% 8.56% 7.14%;
	text-align: center;
	text-decoration: none;
}
.front--btns--item a:hover {
	opacity: 0.5;
}
@media only screen and (max-width: 750px) {
	.front--plan--item {
		float: none;
		margin-bottom: 40px;
		margin-right: 0;
		width: 100%;
	}
}

/* .front--recruit */
.front--recruit .front--lead {
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.front--recruit {
		display: none;
	}
}

/* .front--fig-bottom */
.front--fig-bottom img {
	width: 100%;
}
@media only screen and (max-width: 750px) {
	.front--fig-bottom {
		display: none;
	}
}


/* .room
--------------------- */

/* .visual */
.visual__room {
}
.visual__room .visual--copy img {
	max-width: 1100px;
}

/* .local--nav */
.local--nav__room .local--nav--item {
	width: 33.33%;
}

/* .room--sec1 */
.room--sec1 .sec--lead {
	margin-top: 20px;
}

/* .room--sec2 */
.room--items {
	margin: 0 auto;
	max-width: 980px;
	padding: 0 20px;
}
	.room--items:before,
	.room--items:after {
		content: "";
		display: table;
	}
	.room--items:after {
		clear: both;
	}
	.room--items {
		zoom: 1;
	}
.room--items--item {
	float: left;
	margin: 0 2.135% 40px 0;
	width: 31.91%;
}
.room--items--item:nth-child(3n) {
	margin-right: 0;
}
.room--items--item figure {
	border: 1px solid #ccc;
}
.room--items--item figure img {
	width: 100%;
}
.room--items--item figure div {
	display: none;
}
.room--item--title {
	font-size: 17px;
	margin: 20px 0 15px;
	text-align: center;
}
.room--items--item p {
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	line-height: 1.75;
	padding-bottom: 15px;
}
.room--item--detail {
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	line-height: 1.5;
	padding: 12px 0;
}
.room--item--detail dt {
	padding: 0 0 0 1.5em;
}
.room--item--detail dd {
	margin: -1.5em 0 0 7.6em;
}
.room--item--btn {
	margin: 15px 0 0;
}
.room--item--btn a {
	background: #fff;
	border: 1px solid #222;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	color: #222;	
	display: block;
	font-size: 17px;
	height: 50px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	padding: 17px 0;
	width: 100%;
}
.room--item--btn a:hover {
	opacity: 0.5;
}
@media only screen and (max-width: 750px) {
	.room--items--item {
		margin: 0 4% 40px 0;
		width: 48%;
	}
	.room--items--item:nth-child(3n) {
		margin-right: 4%;
	}
	.room--items--item:nth-child(2n) {
		margin-right: 0;
	}
	.room--item--title {
		font-size: 12px;
	}
	.room--item--detail {
		font-size: 10px;
		padding: 6px 0;
	}
	.room--item--detail dt {
		padding: 0;
	}
	.room--item--detail dd {
		margin: -1.5em 0 0 6em;
	}
	.room--item--btn a {
		-webkit-border-radius: 15px;
				border-radius: 15px;
		font-size: 12px;
		height: 30px;
		padding: 9px 0;
	}
}

/* .room--sec3 */
.room--sec3 {
	margin-bottom: 80px;
}
.room--sec3--cols {
	margin: 35px auto 0;
	max-width: 980px;
	padding: 0 20px;
}
	.room--sec3--cols:before,
	.room--sec3--cols:after {
		content: "";
		display: table;
	}
	.room--sec3--cols:after {
		clear: both;
	}
	.room--sec3--cols {
		zoom: 1;
	}
.room--sec3--cols--col {
	font-size: 14px;
	float: left;
	line-height: 2;
	margin: 0 2% 0 0;
	width: 49%;
}
.room--sec3--cols--col:last-child {
	margin-right: 0;
}
.room--sec3--cols--title {
	font-size: 18px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
	.room--sec3--cols--col {
		font-size: 12px;
		float: none;
		margin: 0;
		width: 100%;
	}
	.room--sec3--cols--col:last-child {
		margin-top: 20px;
	}
	.room--sec3--cols--title {
		font-size: 16px;
	}
}


/* .facility
--------------------- */

/* .visual */
.visual__facility {
	background-image: url(../img/facility/visual.png);
}
.visual__facility .visual--copy img {
	max-width: 1100px;
}

/* .local--nav */
.local--nav__facility .local--nav--item {
	width: 25%;
}

/* .facility--sec1 */
.facility--sec1--fig {
	margin: 0 auto 40px;
	max-width: 980px;
	padding: 0 20px;
}
.facility--sec1--fig img {
	width: 100%;
}
@media only screen and (max-width: 750px) {
	.facility--sec1--fig {
		margin-bottom: 20px;
		padding: 0 20px;
	}
}


/* .restaurant
--------------------- */

/* .visual */
.visual__restaurant {
	background-image: url(../img/restaurant/visual.png);
}
.visual__restaurant .visual--copy img {
	max-width: 1100px;
}

/* .local--nav */
.local--nav__restaurant .local--nav--item {
	width: 25%;
}

/* .restaurant--sec1 */
.restaurant--sec1 .slider {
	margin-bottom: 40px;
}

/* .restaurant--sec2 */
.restaurant--sec2--fig1 {
	margin: 0 auto 30px;
	max-width: 980px;
	padding: 0 20px;
	width: 100%;
}
.restaurant--sec2--fig1 img {
	height: auto;
	width: 100%;
}

/* .restaurant--sec3 */
.restaurant--sec3--fig1 {
	margin: 0 auto 30px;
	max-width: 980px;
	padding: 0 20px;
	width: 100%;
}
.restaurant--sec3--fig1 img {
	height: auto;
	width: 100%;
}

/* .restaurant--sec4 */
.restaurant--sec4 .slider {
	margin-bottom: 40px;
}


/* .access
--------------------- */

/* .visual */
.visual__access iframe {
	height: 100%;
	width: 100%;
}

/* .access--sec1 */
.access--sec1 {
	margin: 80px auto 40px;
	max-width: 980px;
	padding: 0 20px;
}
.access--sec1 p {
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 15px;
}
.access--sec1--cols {
	margin: 40px auto 0;
	width: 100%;
}
	.access--sec1--cols:before,
	.access--sec1--cols:after {
		content: "";
		display: table;
	}
	.access--sec1--cols:after {
		clear: both;
	}
	.access--sec1--cols {
		zoom: 1;
	}
.access--sec1--cols--col {
	float: left;
	margin: 0 4% 0 0;
	width: 48%;
}
.access--sec1--cols--col:last-child {
	margin-right: 0;
}
.access--sec1--cols--title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.access--sec1--cols p {
	font-size: 14px;
	line-height: 2;
}
.access--sec1 .sec--gallery {
	padding: 0;
}
.access--sec1 .sec--lead {
	padding: 0;
}
@media only screen and (max-width: 750px) {
	.access--sec1--cols--col {
		font-size: 12px;
		float: none;
		margin: 0;
		width: 100%;
	}
	.access--sec1--cols--col:last-child {
		margin-top: 40px;
	}
	.access--sec1--cols--title {
		font-size: 16px;
	}
	.access--sec1 .sec--gallery--item:nth-child(2) {
		display: none;
	}
}

/* .access--sec1-1 */
.access--sec1-1 {
	margin: 40px auto;
	max-width: 940px;
	padding: 20px 30px;
}
.access--sec1-1--hd {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.access--sec1-1 p {
	font-size: 14px;
	line-height: 2;
}

/* .access--sec2 */
.access--sec2 {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	margin: 80px auto 40px;
	max-width: 980px;
	padding: 0 20px;
}
	.access--sec2:before,
	.access--sec2:after {
		content: "";
		display: table;
	}
	.access--sec2:after {
		clear: both;
	}
	.access--sec2 {
		zoom: 1;
	}
.access--sec2--item {
	float: left;
	margin: 0 2.135% 50px 0;
	position: relative;
	width: 31.91%;
}
.access--sec2--item:nth-child(3n) {
	margin-right: 0;
}
.access--sec2--num {
	left: 50%;
	margin-left: -25px;
	position: absolute;
	top: -25px;
	width: 50px;
}
.access--sec2--num img {
	width: 100%;
}
.access--sec2--item figure {
	margin-bottom: 10px;
}
.access--sec2--item figure img {
	width: 100%;
}
.access--sec2--title {
	font-size: 20px;
	margin-bottom: 5px;
}
.access--sec2--sub {
	font-size: 10px;
	margin-bottom: 10px;
}
.access--sec2--distance {
	font-size: 16px;
}
@media only screen and (max-width: 750px) {
	.access--sec2--item {
		margin: 0 4% 6% 0;
		position: relative;
		width: 48%;
	}
	.access--sec2--item:nth-child(3n) {
		margin-right: 4%;
	}
	.access--sec2--item:nth-child(2n) {
		margin-right: 0;
	}
	.access--sec2--num {
		margin-left: -15px;
		top: -15px;
		width: 30px;
	}
	.access--sec2--title {
		font-size: 18px;
	}
	.access--sec2--distance {
		font-size: 14px;
	}
}

/* .recospots */
.access .recospots {
	margin-bottom: 80px;
}


/* .single
--------------------- */

.single #header {
	display: block;
	top: 0;
}

/* .single--article */
.single--article {
	margin: 0 auto;
	max-width: 660px;
	padding: 40px 20px 0;
}

/* .single--visual */
.single--visual {
	margin-bottom: 30px;
}
.single--visual img {
	width: 100%;
}

/* .single--footer */
.single--footer {
}
	.single--footer:before,
	.single--footer:after {
		content: "";
		display: table;
	}
	.single--footer:after {
		clear: both;
	}
	.single--footer {
		zoom: 1;
	}
.single--footer--date {
	float: left;
	font-size: 14px;
	line-height: 1;
	padding: 7px 20px 7px 0;
}

/* .single--footer--tags */
.single--footer--tags {
	float: left;
}
	.single--footer--tags:before,
	.single--footer--tags:after {
		content: "";
		display: table;
	}
	.single--footer--tags:after {
		clear: both;
	}
	.single--footer--tags {
		zoom: 1;
	}
.single--footer--tags--item {
	float: left;
	margin-right: 10px;
}
.single--footer--tags--item:last-child {
	margin-left: 0;
}
.single--footer--tags--item span {
	background: #d8bb85;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	color: #222;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	padding: 8px 15px;
	text-decoration: none;
}

/* .adjacent-posts-nav */
.adjacent-posts-nav {
	font-size: 14px;
	margin: 50px 0 80px;
	width: 100%;
}
	.adjacent-posts-nav:before,
	.adjacent-posts-nav:after {
		content: "";
		display: table;
	}
	.adjacent-posts-nav:after {
		clear: both;
	}
	.adjacent-posts-nav {
		zoom: 1;
	}
.adjacent-posts-nav--prev {
	float: left;
	text-align: left;
	width: 50%;
}
.adjacent-posts-nav--prev a {
	background: url(../img/ico_arrow_l.png) 0% 50% no-repeat;
	background-size: 5px auto;
	padding-left: 20px;
}
.adjacent-posts-nav--next {
	float: left;
	text-align: right;
	width: 50%;
}
.adjacent-posts-nav--next a {
	background: url(../img/ico_arrow_r.png) 100% 50% no-repeat;
	background-size: 5px auto;
	padding-right: 20px;
}
.adjacent-posts-nav a {
	text-decoration: none;
}
.adjacent-posts-nav a:hover {
	text-decoration: underline;
}


/* .news
--------------------- */

.news #header {
	display: block;
	top: 0;
}

/* .news--article */
.news--article {
	margin: 0 auto;
	max-width: 660px;
	padding: 40px 20px 0;
}

/* .news--items */
.news--items {
	margin: 80px 0 80px;
}
.news--item {
	border-bottom: 1px solid #222;
	font-size: 12px;
	line-height: 1.5;
	padding: 15px 1em;
}
.news--item dd {
	margin: -1.5em 0 0 8em;
}
.news--item a {
	text-decoration: none;
}
.news--item a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 750px) {
	.news--items {
		margin: 0 0 80px;
	}
}


/* .faq
--------------------- */

.faq #header {
	display: block;
	top: 0;
}

/* .faq--article */
.faq--article {
	margin: 0 auto;
	max-width: 740px;
	padding: 40px 20px 0;
}

/* .faq--items */
.faq--items {
	border-top: 1px solid #ccc;
	margin: 80px 0 80px;
}
.faq--item {
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 40px;
	padding: 15px 1em;
}
.faq--item--title {
	background: url(../img/faq/ico_down.png) 100% 50% no-repeat;
	-webkit-background-size: 20px auto;
	        background-size: 20px auto;
	cursor: pointer;
	font-size: 18px;
}
.faq--item--title__opened {
	background-image: url(../img/faq/ico_up.png);
}
.faq--item--contents {
	display: none;
}
.faq--item dl {
	line-height: 1.7;
	margin: 30px 0;
}
.faq--item dt {
	font-size: 16px;
	padding: 10px 10px 10px 45px;
	position: relative;
}
.faq--item dt span {
	color: #d8bb85;
	font-size: 21px;
	left: 15px;
	position: absolute;
	top: 5px;
}
.faq--item dd {
	background: #f7f6f1;
	font-size: 14px;
	padding: 10px 10px 10px 45px;
	position: relative;
}
.faq--item dd span {
	color: #d8bb85;
	font-size: 21px;
	left: 15px;
	position: absolute;
	top: 5px;
}
.faq--item dd p {
	display: inline;
	margin-top: 10px;
}
.faq--item dd *:first-child {
	margin-top: 0;
}
@media only screen and (max-width: 750px) {
	.faq--item {
		margin: 0;
		padding: 10px 1em;
	}
	.faq--item--title {
		-webkit-background-size: 12px auto;
				background-size: 12px auto;
		font-size: 12px;
	}
	.faq--item dl {
		margin: 20px 0;
	}
	.faq--item dt {
		font-size: 12px;
	}
	.faq--item dt span {
		font-size: 16px;
	}
	.faq--item dd {
		font-size: 12px;
	}
	.faq--item dd span {
		font-size: 16px;
	}
}


/* .group
--------------------- */

.group--sec1 {
	padding-top: 80px;
}
.group--sec1 .sec--gallery--hd {
	text-align: left
}
@media only screen and (max-width: 750px) {
	.group--sec1 {
		padding-top: 40px;
	}
}


/* .privacy
--------------------- */

.privacy #header {
	display: block;
	top: 0;
}

/* .privacy--article */
.privacy--article {
	margin: 0 auto;
	max-width: 740px;
	padding: 40px 20px 40px;
}
.privacy--article p {
	font-size: 14px;
	line-height: 1.5;
}
@media only screen and (max-width: 750px) {
	.privacy--article p {
		font-size: 12px;
	}
}


/* .agreement
--------------------- */

.agreement #header {
	display: block;
	top: 0;
}

/* .agreement--article */
.agreement--article {
	margin: 0 auto;
	max-width: 740px;
	padding: 40px 20px 40px;
}
.agreement--article p {
	font-size: 14px;
	line-height: 1.5;
}
@media only screen and (max-width: 750px) {
	.agreement--article p {
		font-size: 12px;
	}
}


/* .contact
--------------------- */

.contact #header {
	display: block;
	top: 0;
}

/* .contact--article */
.contact--article {
	margin: 0 auto;
	max-width: 740px;
	padding: 40px 20px 40px;
}
.contact--article {
	font-size: 14px;
	line-height: 1.5;
}
@media only screen and (max-width: 750px) {
	.contact--article p {
		font-size: 12px;
	}
}


/* .hostel
--------------------- */

/* .visual */
.visual__hostel {
	height: auto;
	margin-bottom: 20px;
}
.visual__hostel h1 img {
	width: 100%;
}

/* .hostel--sec1 */
.hostel--sec1 .hd1 {
	padding: 0;
}
.hostel--sec1 .hd1 img {
	width: 120px;
}
.hostel--sec1 .sec--lead {
	margin: 20px auto 40px;
}
.hostel--sec1--fig {
	margin: 0 20px;
}
.hostel--sec1--fig img {
	width: 100%;
}

/* .hostel--sec2 */
.hostel--sec2 .hd1 {
	padding: 40px 0 0;
}
.hostel--sec2 .hd1 img {
	width: 120px;
}
.hostel--sec2 .sec--lead {
	margin: 40px auto;
}
.hostel--items {
	margin: 0 auto;
	max-width: 980px;
	padding: 0 20px;
}
	.hostel--items:before,
	.hostel--items:after {
		content: "";
		display: table;
	}
	.hostel--items:after {
		clear: both;
	}
	.hostel--items {
		zoom: 1;
	}
.hostel--items--item {
	float: left;
	margin: 0 4% 40px 0;
	width: 48%;
}
.hostel--items--item:nth-child(2n) {
	margin-right: 0;
}
.hostel--items--item figure {
	border: 1px solid #ccc;
}
.hostel--items--item figure img {
	width: 100%;
}
.hostel--items--item figure div {
	display: none;
}
.hostel--item--title {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 15px;
	text-align: center;
}
.hostel--items--item p {
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	line-height: 1.75;
	padding-bottom: 15px;
}
.hostel--item--txt {
	padding: 20px 1.5em 0 1.5em;
}
.hostel--item--detail {
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	line-height: 1.5;
	padding: 12px 0;
}
.hostel--item--detail dt {
	padding: 0 0 0 1.5em;
}
.hostel--item--detail dd {
	margin: -1.5em 0 0 7.6em;
}
.hostel--item--btns {
}
	.hostel--item--btns:before,
	.hostel--item--btns:after {
		content: "";
		display: table;
	}
	.hostel--item--btns:after {
		clear: both;
	}
	.hostel--item--btns {
		zoom: 1;
	}
.hostel--item--btns .hostel--item--btn {
	float: left;
	width: 48%;
}
.hostel--item--btns .hostel--item--btn:first-child {
	margin-right: 4%;
}
.hostel--item--btn {
	margin: 15px 0 0;
}
.hostel--item--btn a {
	background: #fff;
	border: 1px solid #222;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	color: #222;	
	display: block;
	font-size: 18px;
	height: 50px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	padding: 17px 0;
	width: 100%;
}
.hostel--item--btn a:hover {
	opacity: 0.5;
}
.hostel--sec2--att {
	font-size: 12px;
	margin: 0 20px;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.hostel--sec2 .sec--lead {
		margin: 40px auto 20px;
	}
	.hostel--items--item {
		margin: 0 0 40px 0;
		width: 100%;
	}
	.hostel--items--item:nth-child(2n) {
		margin-right: 0;
	}
	.hostel--item--detail {
		font-size: 10px;
		padding: 6px 0;
	}
	.hostel--item--detail dt {
		padding: 0;
	}
	.hostel--item--detail dd {
		margin: -1.5em 0 0 6em;
	}
}

/* .hostel--sec3 */
.hostel--sec3 .hd1 {
	padding: 40px 0 0;
}
.hostel--sec3 .hd1 img {
	width: 120px;
}
.hostel--sec3 .sec--lead {
	margin: 20px auto 40px;
}
.hostel--sec3--fig img {
	width: 100%;
}

/* .hostel--sec4 */
.hostel--sec4 .hd1 {
	padding: 40px 0 0;
}
.hostel--sec4 .hd1 img {
	width: 120px;
}
.hostel--sec4--cols {
	margin: 35px auto 0;
	max-width: 980px;
	padding: 0 20px;
}
	.hostel--sec4--cols:before,
	.hostel--sec4--cols:after {
		content: "";
		display: table;
	}
	.hostel--sec4--cols:after {
		clear: both;
	}
	.hostel--sec4--cols {
		zoom: 1;
	}
.hostel--sec4--cols--col {
	font-size: 14px;
	float: left;
	line-height: 2;
	margin: 0 4% 0 0;
	width: 48%;
}
.hostel--sec4--cols--col:last-child {
	margin-right: 0;
}
.hostel--sec4--cols--fig {
	margin-bottom: 20px;
}
.hostel--sec4--cols--fig img {
	width: 100%;
}
.hostel--sec4--cols--title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
	.hostel--sec4--cols--col {
		font-size: 12px;
		float: none;
		margin: 0 0 40px;
		width: 100%;
	}
	.hostel--sec4--cols--col:last-child {
		margin-top: 20px;
	}
	.hostel--sec4--cols--title {
		font-size: 16px;
	}
}

.top_hostel_bnr{
	max-width:1000px;
 	margin:60px auto 40px;
	width:90%;
	}
.top_hostel_bnr_sp{
	display:none;
	}
@media only screen and (max-width: 750px) {
.top_hostel_bnr{
	display:none;
	}
.top_hostel_bnr_sp{
	display:block;
 	margin:40px auto;
	width:90%;
	}
}

/*200529*/
.satofuru a{
  display: block;
  width:100%;
  text-align: right;
}

@media only screen and (max-width: 750px) {
.satofuru a{
  text-align: center;
}
}


.address {
	color: #fff;
	font-size: 14px;
	line-height: 1.85;
	margin: 0 auto 10px;
	text-align: left;
	width: 90%;
}
.address a {
	color: #fff;
	text-decoration: none;
}
.address a:hover {
	text-decoration: underline;
}