﻿@charset "utf-8";




/******************************* - CSS Reset - *****************************/
* {
	margin: 0;
	padding: 0;
}


/******************************* - Global Settings for SmartPhone - *****************************/

a {  
	-webkit-tap-highlight-color: rgba(255,255,255,.2);
}


*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}




/******************************* - Global Settings - *****************************/
html {overflow-y:scroll;}


body {
    -webkit-text-size-adjust: 100%;
	width:100%;
	font-family: 'Noto Serif JP', serif, ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
    font-size: 16px;
	font-weight: 500;
    line-height: 1.6;
	letter-spacing:0;
	/*text-align:center;*/
	margin:0 auto;
	padding:0;
	background:#fff;
	color: #000;
}


/*header,footer,main,nav,article,aside,section,small {
	display: block;
}*/
h1,h2,h3,h4,h5,h6,ul,dl,ol,p {
	font-size:100%;
	font-weight:normal;
}
p,li,dd {}
p {margin:0;}
li {list-style-type:none;}
img {border:0; vertical-align:bottom;}
hr {display:none; clear:both;}
address {font-style:normal;}
strong {font-weight:bold;}
em {font-style:normal;}
.clear {clear:both !important;}
.hide {display:none;}

a {overflow:hidden;}
a:link {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #00bf63;
	text-decoration:underline;
}
a:active {
	color: #00bf63;
	text-decoration:underline;
}

a[href^="tel:"] {
	pointer-events: none !important;
	text-decoration:none !important;
	color: #000 !important;
}

.ClearFix:after { /*for modern browser*/
    content: ".";
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

a:hover img {
	opacity:0.8;
		filter: alpha( opacity=80 );/*for IE6,7*/
		-ms-filter: "alpha( opacity=80 )";/*for IE8*/
	transition:0.2s;
}










/******************************* - Layout - *****************************/
/*====================================================================

[wrapper]

====================================================================*/
/*==========@*/
/*-----@*/
/*@*/

/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#wrap {
	width:100%;
	margin:0 auto;
	padding:0;
}
.wrap__inr {
	width:100%;
	margin:0 auto;
}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#wrap {
	width:100%;
	margin:0 auto;
	padding:0;
}
.wrap__inr {
	width:100%;
	margin:0 auto;
}
	}





/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
	}
/*Responsive - 横1440px以上*/@media only screen and (min-width: 1432px) {
	}
/*Responsive - 横1650px以上*/@media only screen and (min-width: 1672px) {
	}
/*Responsive - 横1920px以上*/@media only screen and (min-width: 1912px) {
	}
/*Responsive - 横2560px以上*/@media only screen and (min-width: 2552px) {
	}

















/*====================================================================

[Header]

====================================================================*/
/*==========@*/
/*-----@*/
/*@*/

/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#header {
	position: relative;
	width:100%;
	margin:0 auto;
	padding:0;
	z-index: 99999;
}
.header__inr {
	position: absolute;
		top:0px;
		left: 0px;
		right: 0;
	display: flex;
		flex-direction:  column;
		justify-content: space-between;
		align-content: center;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 16px 0 0 10px;
}

.header_logo {}
.header_logo h1 {}
.header_logo h1 img {
	width: 100%;
	max-width: 100px;
}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#header {
	position: relative;
	width:100%;
	margin:0 auto;
	padding:0;
	z-index: 99999;
}
.header__inr {
	position: absolute;
		top:60px;
		left: 0;
		right: 0;
	display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-content: center;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0px 0 0 10px;
}

.header_logo {}
.header_logo h1 {}
.header_logo h1 img {
	width: 100%;
	max-width: 144px;
}
	}



















/*====================================================================

[nav]

====================================================================*/
/*==========@*/
/*-----@*/
/*@*/
.gnav {
}

/*==========gnav*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
.gnav .gnav_pc {
	display:none !important;
}
.gnav_sp {/*menu_sp.cssへ*/}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
.gnav_sp {
	display:none !important;	
}
.gnav {}

/*-----1st*/
.gnav_pc > nav > ul {
	margin:10px 0 0 0;
	padding:0px 0px;
	display: flex;
    	align-items: center;
}

.gnav_pc > nav > ul > li {
	margin-left:0em;
}
.gnav_pc > nav > ul > li a {
	margin: 0 0.5em;
	padding: 0.15em 0.0em;
	border-bottom: 1px solid transparent;
	font-size:24px;
	/*font-size:min(1.0vw,18px);*/
	font-weight:500;
	color: #fff;
	transition: 0.2s;
}
.gnav_pc > nav > ul > li > a:hover {
	padding: 0.15em 0.0em;
	border-bottom: 1px solid #fff;
	color: #fff !important;
	text-decoration: none;
}
.gnav_pc > nav > ul > li:last-child {/*contact*/
	margin: 0 0 0 0.5em;
}
.gnav_pc > nav > ul > li:last-child a {
	padding: 0.10em 0.4em;
	border: 1px solid #fff;
	background:rgb(255 255 255 / 0.15);
	transition: 0.2s;
}
.gnav_pc > nav > ul > li:last-child a:hover {
	/*border-radius: 5px;*/
	background:rgb(255 255 255 / 0.3);
}
	}




/*-----stay*/
#stay .gnav_pc ul li:nth-of-type(1) a,
#play .gnav_pc ul li:nth-of-type(2) a,
#stay .contact ul li:nth-of-type(3) a {
	border-bottom: 1px solid #fff;
}
#stay .gnav_pc ul li:nth-of-type(1) a:hover,
#play .gnav_pc ul li:nth-of-type(2) a:hover,
#stay .contact ul li:nth-of-type(3) a:hover {
	border-bottom: 1px solid #bbb;
}


















/*====================================================================

[mainimg]

====================================================================*/
/*==========@*/
/*-----@*/
/*@*/
.mainimg {
	width: 100%;
	margin: 0 auto;
	background: #eee;
}

.mainimg__inr {
	text-align: center;
}
.mainimg__inr .catchphrase {
	position: relative;
	width: 100%;
	z-index: 101;
}
.mainimg__inr .catchphrase p {
	text-align: center;
	margin: 0 auto;
	/*font-size: 60px;
	letter-spacing: 0.20em;
	color: #fff;
	font-weight: 400;*/
}
/*Responsive - 横1599px以下*/@media only screen and (max-width: 1599px) {
.mainimg__inr .catchphrase p {
	position: absolute;
		top:0px;
		left: 0;
		right: 0;
}

.mainimg__inr .pics {
	width: 100%;
	max-width: 1920px;
	max-height: 1080px;
	margin: 0 auto;
	background: #fff;
	z-index: 100;
}
.mainimg__inr .pics img {
	width: 100%;
	max-width: 1920px;
}
	}
/*Responsive - 横1600px以上*/@media only screen and (min-width: 1600px) {
.mainimg__inr .catchphrase p {
	position: absolute;
		top:480px;
		left: 0;
		right: 0;
}

.mainimg__inr .pics {
	width: 100%;
	max-width: 1920px;
	max-height: 1080px;
	margin: 0 auto;
	background: #fff;
	z-index: 100;
}
.mainimg__inr .pics img {
	width: 100%;
	max-width: 1920px;
}
	}
















/*====================================================================

[main]

====================================================================*/
/*=====================
=======================
[home/]
=======================
=====================*/
/*==========@*/
/*-----@*/
/*@*/
/*==========wrap*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#main {
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0px 0;
}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#main {
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0px 0px;
}
	}

/*==========about*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#main .about_ttsk {}
#main .about_ttsk .about_ttsk__inr {
	width:100%;
	text-align: center;
	padding: 0 10px;
}

#main .about_ttsk__inr .ttl {
	padding: 50px 10px 50px 10px;
}
#main .about_ttsk__inr .ttl img {
	width:100%;
	max-width: 1858px;
}

#main .about_ttsk__inr .movie {}
#main .about_ttsk__inr .movie img {
	width: 100%;
	max-width: 1301px;
}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#main .about_ttsk {}
#main .about_ttsk .about_ttsk__inr {
	width:100%;
	text-align: center;
	padding: 0 0px;
}

#main .about_ttsk__inr .ttl {
	padding: 75px 0 170px 0;
}
#main .about_ttsk__inr .ttl img {
	width:100%;
	max-width: 1858px;
}
#main .about_ttsk__inr .movie {}
#main .about_ttsk__inr .movie img {
	width: 100%;
	max-width: 1301px;
}
	}

/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#main .about_ttsk__inr .txt {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 0 50px 0;
}
#main .about_ttsk__inr .txt__inr {
	display: flex;
		flex-direction: column;
   		justify-content:center;
		align-items:center;
}
#main .about_ttsk__inr .txt__inr > div img {
	width: 100%;
	max-width: 1229px;
	margin: 0 0 0 -20%;
}
#main .about_ttsk__inr .txt__inr div+div {
	width: 100%;
	min-width: 100%;
		margin: 1em 0 0 0;
	font-size: 18px;
}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#main .about_ttsk__inr .txt {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 150px 0 100px 0;
}
#main .about_ttsk__inr .txt__inr {
	display: flex;
		flex-direction: row;
   		justify-content:center;
		align-items:center;
}
#main .about_ttsk__inr .txt__inr > div img {
	width: 100%;
	max-width: 1229px;
	margin: 0 0 0 -10%;
}
#main .about_ttsk__inr .txt__inr div+div {
	width: 100%;
	min-width: 470px;
	font-size: 26px;
}
	}



/*==========introduction*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#main .introduction {}

#main .introduction__inr {
	text-align: center;
	width: 100%;
}

#main .introduction__inr .municipality {
	padding: 70px 0 0 0;
}

#main .introduction__inr .municipality .ttl {
	display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto 20px auto;
}
#main .introduction__inr .municipality .ttl h2 {
	text-align: center;
}
#main .introduction__inr .municipality .ttl h2 img {
	text-align: center;
	width: 100%;
		max-height: 130px;
}
#main .introduction__inr .shibecha .ttl h2 {
	order: 1;
}
#main .introduction__inr .shibecha .ttl .pic {
	order: 2;
		margin: 20px 0 0 0;
}
#main .introduction__inr .kushiro .ttl .pic {
		margin: 20px 0 0 0;
}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#main .introduction {}

#main .introduction__inr {
	text-align: center;
	width: 100%;
}

#main .introduction__inr .municipality {
	padding: 170px 0 0 0;
}

#main .introduction__inr .municipality .ttl {
	display: flex;
		flex-direction:row;
		justify-content: space-evenly;
		align-items: center;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto 50px auto;
}
#main .introduction__inr .municipality .ttl h2 {
	text-align: center;
}
#main .introduction__inr .municipality .ttl h2 img {
	text-align: center;
	width: 100%;
}
#main .introduction__inr .shibecha .ttl h2 {
	order: 2;
}
#main .introduction__inr .shibecha .ttl .pic {
	order: 1;
}
	}
/*Responsive - 横1599px以下*/@media only screen and (max-width: 1599px) {
#main .introduction__inr .municipality .ttl .pic img {
	width: 80%;
}
	}
/*Responsive - 横1600px以上*/@media only screen and (min-width: 1600px) {
#main .introduction__inr .municipality .ttl .pic img {
	width: 100%;
}
	}

/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#main .introduction__inr .municipality .about_muni {
	padding: 10px 10px;
	background: #333;
}
#main .introduction__inr .teshikaga .about_muni {
	background:url(../images/home__intro__teshikaga__bg.jpg) no-repeat center top;
	background-size:cover;
}
#main .introduction__inr .tsurui .about_muni {
	background:url(../images/home__intro__tsurui__bg.jpg) no-repeat center top;
	background-size:cover;
}
#main .introduction__inr .shibecha .about_muni {
	background:url(../images/home__intro__shibecha__bg.jpg) no-repeat center top;
	background-size:cover;
}
#main .introduction__inr .kushiro .about_muni {
	background:url(../images/home__intro__kushiro__bg.jpg) no-repeat center top;
	background-size:cover;
}
#main .introduction__inr .municipality .about_muni__inr {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 2em;
	background:rgb(255 255 255 / 0.8);
}
#main .introduction__inr .shibecha .about_muni__inr {
	background: none;
}
#main .introduction__inr .municipality .about_muni__inr h3 {
	margin: 0 0 0px 0;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
#main .introduction__inr .shibecha .about_muni__inr h3 {
	color: #fff;
}
#main .introduction__inr .municipality .about_muni__inr p {
	margin: 30px 0 0 0;
	font-size: 18px;
	line-height: 1.7;
}
#main .introduction__inr .shibecha .about_muni__inr p {
	color: #fff;
}
#main .introduction__inr .municipality .about_muni__inr p.more {}
#main .introduction__inr .municipality .about_muni__inr p.more a {
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	padding: 0.5em 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	transition: 0.2s;
}
#main .introduction__inr .municipality .about_muni__inr p.more a:hover {
	text-decoration: none;
}
#main .introduction__inr .teshikaga p.more a {
	background: rgb(0 146 69 / 0.7);
	color: #fff;
}
#main .introduction__inr .tsurui p.more a {
	background: rgb(230 230 230 / 0.7);
	color: #000;
}
#main .introduction__inr .shibecha p.more a {
	background: rgb(27 20 100 / 0.7);
	color: #fff;
}
#main .introduction__inr .kushiro p.more a {
	background: rgb(247 147 30 / 0.7);
	color: #fff;
}
#main .introduction__inr .teshikaga p.more a:hover {
	background: rgb(0 146 69 / 1.0);
}
#main .introduction__inr .tsurui p.more a:hover  {
	background: rgb(230 230 230 / 1.0);
}
#main .introduction__inr .shibecha p.more a:hover  {
	background: rgb(27 20 100 / 1.0);
}
#main .introduction__inr .kushiro p.more a:hover  {
	background: rgb(247 147 30 / 1.0);
}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#main .introduction__inr .municipality .about_muni {
	padding: 150px 0;
	background: #333;
}
#main .introduction__inr .teshikaga .about_muni {
	background:url(../images/home__intro__teshikaga__bg.jpg) no-repeat center top;
	background-size:cover;
}
#main .introduction__inr .tsurui .about_muni {
	background:url(../images/home__intro__tsurui__bg.jpg) no-repeat center top;
	background-size:cover;
}
#main .introduction__inr .shibecha .about_muni {
	background:url(../images/home__intro__shibecha__bg.jpg) no-repeat center top;
	background-size:cover;
}
#main .introduction__inr .kushiro .about_muni {
	background:url(../images/home__intro__kushiro__bg.jpg) no-repeat center top;
	background-size:cover;
}
#main .introduction__inr .municipality .about_muni__inr {
	width: 98%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 100px 2em;
	background:rgb(255 255 255 / 0.7);
}
#main .introduction__inr .shibecha .about_muni__inr {
	background: none;
}
#main .introduction__inr .municipality .about_muni__inr h3 {
	margin: 0 0 80px 0;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
#main .introduction__inr .shibecha .about_muni__inr h3 {
	color: #fff;
}
#main .introduction__inr .municipality .about_muni__inr p {
	margin: 70px 0 0 0;
	font-size: 26px;
	line-height: 1.7;
}
#main .introduction__inr .shibecha .about_muni__inr p {
	color: #fff;
}
#main .introduction__inr .municipality .about_muni__inr p.more {}
#main .introduction__inr .municipality .about_muni__inr p.more a {
	display: block;
	width: 320px;
	max-width: 320px;
	margin: 0 auto;
	padding: 0.5em 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 24px;
	transition: 0.2s;
}
#main .introduction__inr .municipality .about_muni__inr p.more a:hover {
	text-decoration: none;
}
#main .introduction__inr .teshikaga p.more a {
	background: rgb(0 146 69 / 0.7);
	color: #fff;
}
#main .introduction__inr .tsurui p.more a {
	background: rgb(230 230 230 / 0.7);
	color: #000;
}
#main .introduction__inr .shibecha p.more a {
	background: rgb(27 20 100 / 0.7);
	color: #fff;
}
#main .introduction__inr .kushiro p.more a {
	background: rgb(247 147 30 / 0.7);
	color: #fff;
}
#main .introduction__inr .teshikaga p.more a:hover {
	background: rgb(0 146 69 / 1.0);
}
#main .introduction__inr .tsurui p.more a:hover  {
	background: rgb(230 230 230 / 1.0);
}
#main .introduction__inr .shibecha p.more a:hover  {
	background: rgb(27 20 100 / 1.0);
}
#main .introduction__inr .kushiro p.more a:hover  {
	background: rgb(247 147 30 / 1.0);
}
	}










/*=====================
=======================
[stay/]
=======================
=====================*/
/*==========@*/
/*-----@*/
/*@*/
/*==========common css*/
#stay {}

/*==========header*/
#stay #header {}

/*==========mainimg*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#stay .mainimg {
	text-align: center;
	margin: 0 auto;
	padding: 100px 0 0 0;
	min-height: 240px;
	background:#eee url(../images/stay__mainimg.jpg) no-repeat center top;
	background-size: cover;
}

#stay .mainimg .main_ttl {}
#stay .mainimg .main_ttl h1 {
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.1em;
	/*text-shadow: 0 1px 0 #333;*/
}

#stay .mainimg .pics {
	background: #eee;
}
#stay .mainimg .pics img {
	width: 100%;
	max-width: 1928px;
	min-height: 544px;
}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#stay .mainimg {
	text-align: center;
	margin: 0 auto;
	padding: 250px 0 0 0;
	min-height: 544px;
	background:#eee url(../images/stay__mainimg.jpg) no-repeat center top;
	background-size: cover;
}

#stay .mainimg .main_ttl {}
#stay .mainimg .main_ttl h1 {
	font-size: 50px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.1em;
	/*text-shadow: 0 1px 0 #333;*/
}

#stay .mainimg .pics {
	background: #eee;
}
#stay .mainimg .pics img {
	width: 100%;
	max-width: 1928px;
	min-height: 544px;
}
	}

/*==========main*/
/*-----facility*/
#stay .facility {}
#stay .facility__inr {}
#stay .facility_list__warp {}
#stay .facility__inr .teshikaga .facility_list__inr {}
#stay .facility_list__inr {}
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#stay .facility_list__inr .ttl {
	text-align: center;
	padding: 60px 0 30px 0;
}
#stay .facility_list__inr .ttl h2 {}
#stay .facility_list__inr .ttl h2 img {
	width: auto;
	max-height: 120px;
		margin: 0 10px;
}

#stay .cards__wrap {
 	/*background-color: rgba(0, 0, 0, 0.4);*/
}
#stay .teshikaga .cards__wrap {
	background:#CFCFBC url(../images/stay__faci__teshikaga__bg.jpg) no-repeat center top;
	background-size: cover;
}
#stay .tsurui .cards__wrap {
	background:#CFCFBC url(../images/stay__faci__tsurui__bg.jpg) no-repeat center top;
	background-size: contain;
}
#stay .shibecha .cards__wrap {
	background:#CFCFBC url(../images/stay__faci__shibecha__bg.jpg) no-repeat center top;
	background-size: cover;
}
#stay .kushiro .cards__wrap {
	background:#CFCFBC url(../images/stay__faci__kushiro__bg.jpg) no-repeat center top;
	background-size: cover;
}
#stay .cards__inr {
	display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content:center;
		align-items: center;
		align-content:center;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#stay .facility_list__inr .ttl {
	text-align: center;
	padding: 100px 0 30px 0;
}
#stay .facility_list__inr .ttl h2 {}
#stay .facility_list__inr .ttl h2 img {
	width: auto;
	max-height: 150px;
}

#stay .cards__wrap {
 	/*background-color: rgba(0, 0, 0, 0.4);*/
}
#stay .teshikaga .cards__wrap {
	background:#CFCFBC url(../images/stay__faci__teshikaga__bg.jpg) no-repeat center top;
	background-size: cover;
}
#stay .tsurui .cards__wrap {
	background:#CFCFBC url(../images/stay__faci__tsurui__bg.jpg) no-repeat center top;
	background-size: contain;
}
#stay .shibecha .cards__wrap {
	background:#CFCFBC url(../images/stay__faci__shibecha__bg.jpg) no-repeat center top;
	background-size: cover;
}
#stay .kushiro .cards__wrap {
	background:#CFCFBC url(../images/stay__faci__kushiro__bg.jpg) no-repeat center top;
	background-size: cover;
}
#stay .cards__inr {
	display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: stretch;
		align-content:flex-start;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 0 100px 0;
}
	}

/*card*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#stay .card {
	width: 100%;
	max-width: 92%;
	background: #fff;
	margin: 10px auto;
	padding: 30px 20px;
}
#stay .card__inr {
	text-align: center;
}
#stay .card__inr .name {}
#stay .card__inr .name h3 {
	/*font-size: 40px;*/
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4;
}
#stay .card__inr .name h3 span {
	font-size: 18px;
}
#stay .card__inr .pic {
	text-align: center;
	padding: 20px 0;
}
#stay .card__inr .pic img {
	width: 100%;
	max-width: 530px;
}
#stay .card__inr .txt1 {
	width: 100%;
	margin: 0 auto;
}
#stay .card__inr .txt1 p {
	font-size: 18px;
}
#stay .card__inr .txt2 {
	margin: 0 auto;
	padding: 1.5em 0 0 0;
}
#stay .card__inr .txt2 ul {}
#stay .card__inr .txt2 ul li {
	font-size: 16px;
	line-height: 2em;
}
#stay .card__inr .txt2 ul li a {
	margin: 0 0 0 0.5em;
	word-break: break-all;
}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#stay .card {
	width: 100%;
	max-width: 44%;
	background: #fff;
	margin: 3% 0;
	padding: 80px 70px;
}
#stay .card__inr {
	text-align: center;
}
#stay .card__inr .name {}
#stay .card__inr .name h3 {
	/*font-size: 40px;
	font-size: 36px;*/
	font-size: 28px;
	font-weight: 500;
	line-height: 1.3;
}
#stay .card__inr .name h3 span {
	/*font-size: 24px;*/
	font-size: 18px;
}
#stay .card__inr .pic {
	text-align: center;
	padding: 30px 0;
}
#stay .card__inr .pic img {
	width: 100%;
	max-width: 530px;
}
#stay .card__inr .txt1 {
	width: 75%;
	margin: 0 auto;
}
#stay .card__inr .txt1 p {
	font-size: 18px;
}
#stay .card__inr .txt2 {
	margin: 0 auto;
	padding: 1.5em 0 0 0;
}
#stay .card__inr .txt2 ul {}
#stay .card__inr .txt2 ul li {
	font-size: 16px;
	line-height: 2em;
}
#stay .card__inr .txt2 ul li a {
	margin: 0 0 0 0.5em;
	word-break: break-all;
}
	}

/*Responsive - 横1023px以下*/@media only screen and (max-width: 1200px) {
#stay .card__inr .name h3 br.ind {
	display: none;
}
}






/*=====================
=======================
[play/]
=======================
=====================*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
	}
/*==========@*/
/*-----@*/
/*@*/
/*==========common css*/
#play {}

/*==========header*/
#play #header {}

/*==========mainimg*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#play .mainimg {
	text-align: center;
	margin: 0 auto;
	padding: 100px 0 0 0;
	min-height: 240px;
	background:#eee url(../images/play__mainimg.jpg) no-repeat center top;
	background-size: cover;
}

#play .mainimg .main_ttl {}
#play .mainimg .main_ttl h1 {
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.1em;
	/*text-shadow: 0 1px 0 #333;*/
}

#play .mainimg .pics {
	background: #eee;
}
#play .mainimg .pics img {
	width: 100%;
	max-width: 1928px;
	min-height: 544px;
}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#play .mainimg {
	text-align: center;
	margin: 0 auto;
	padding: 250px 0 0 0;
	min-height: 544px;
	background:#eee url(../images/play__mainimg.jpg) no-repeat center top;
	background-size: cover;
}

#play .mainimg .main_ttl {}
#play .mainimg .main_ttl h1 {
	font-size: 50px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.1em;
	/*text-shadow: 0 1px 0 #333;*/
}

#play .mainimg .pics {
	background: #eee;
}
#play .mainimg .pics img {
	width: 100%;
	max-width: 1928px;
	min-height: 544px;
}
	}

/*==========main*/
/*-----facility*/
#play .facility {}
#play .facility__inr {}
#play .facility_list__warp {}
#play .facility__inr .teshikaga .facility_list__inr {}
#play .facility_list__inr {}
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#play .facility_list__inr .ttl {
	text-align: center;
	padding: 60px 0 30px 0;
}
#play .facility_list__inr .ttl h2 {
	font-size: 32px;
    font-weight: 500;
	letter-spacing: 0.1em;
}
#play .facility_list__inr .ttl h2 img {
	width: auto;
	max-height: 150px;
}

#play .facility .card__inr {
	margin: 0 0 20px 0;
	padding: 0 10px;
}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#play .facility_list__inr .ttl {
	text-align: center;
	padding: 150px 0 100px 0;
}
#play .facility_list__inr .ttl h2 {
	font-size: 56px;
    font-weight: 500;
	letter-spacing: 0.1em;
}
#play .facility_list__inr .ttl h2 img {
	width: auto;
	max-height: 150px;
}

#play .facility .card__inr {
	margin: 0 0 30px 0;
	padding: 0 10px;
}
	}

/*---table*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#play .facility .card__inr table {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#play .facility .card__inr table {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
	font-size: 20px;
}
	}
#play .facility .teshikaga table {
	background: #696598;
	border-top: 1px solid #1B1464;
	border-left: 1px solid #1B1464;
}
#play .facility .tsurui table {
	background: #efefef;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
}
#play .facility .shibecha table {
	background: #56b782;
	border-top: 1px solid #009245;
	border-left: 1px solid #009245;
}
#play .facility .kushiro table {
	background: #fab86a;
	border-top: 1px solid #F7931E;
	border-left: 1px solid #F7931E;
}
/*tr*/
#play .facility .card__inr table tr {
	margin: 0;
	padding: 0em;
	background: #fff;
}
/*th*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#play .facility .card__inr table th {
	text-align: center;
	width: 28%;
	margin: 0;
	padding: 0.5em;
	font-size: 18px;
	word-break: break-all;
}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#play .facility .card__inr table th {
	text-align: center;
	width: 30%;
	margin: 0;
	padding: 1em;
	font-size: 24px;
	word-break: break-all;
}
	}
#play .facility .teshikaga table th {
	background: #696598;
	border-bottom: 1px solid #1B1464;
	border-right: 1px solid #1B1464;
	color: #fff;
}
#play .facility .tsurui table th {
	background: #efefef;
	border-bottom: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#play .facility .shibecha table th {
	background: #56b782;
	border-bottom: 1px solid #009245;
	border-right: 1px solid #009245;
}
#play .facility .kushiro table th {
	background: #fab86a;
	border-bottom: 1px solid #F7931E;
	border-right: 1px solid #F7931E;
}
/*td*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#play .facility .card__inr table td {
	margin: 0;
	padding: 1em;
	background: #fff;
}
#play .facility .card__inr table td:first-child {
	width: 25%;
}
#play .facility .card__inr table td:last-child {
	width: 47%;
}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#play .facility .card__inr table td {
	margin: 0;
	padding: 1em;
	background: #fff;
}
#play .facility .card__inr table td:first-child {
	width: 22%;
}
#play .facility .card__inr table td:last-child {
	width: 48%;
}
	}
#play .facility .teshikaga table td {
	border-bottom: 1px solid #1B1464;
	border-right: 1px solid #1B1464;
}
#play .facility .tsurui table td {
	border-bottom: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#play .facility .shibecha table td {
	border-bottom: 1px solid #009245;
	border-right: 1px solid #009245;
}
#play .facility .kushiro table td {
	border-bottom: 1px solid #F7931E;
	border-right: 1px solid #F7931E;
}
#play .facility .card__inr table td a {
	word-break: break-all;
}



/*=====================
=======================
[contact/]
=======================
=====================*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
	}
/*==========@*/
/*-----@*/
/*@*/
/*==========common css*/
#contact {}

/*==========header*/
#contact #header {}

/*==========mainimg*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#contact .mainimg {
	text-align: center;
	margin: 0 auto;
	padding: 100px 0 0 0;
	min-height: 240px;
	background:#eee url(../images/contact__mainimg.jpg) no-repeat center top;
	background-size: cover;
}

#contact .mainimg .main_ttl {}
#contact .mainimg .main_ttl h1 {
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.1em;
	/*text-shadow: 0 1px 0 #333;*/
}

#contact .mainimg .pics {
	background: #eee;
}
#contact .mainimg .pics img {
	width: 100%;
	max-width: 1928px;
	min-height: 544px;
}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#contact .mainimg {
	text-align: center;
	margin: 0 auto;
	padding: 250px 0 0 0;
	min-height: 1078px;
	background:#eee url(../images/contact__mainimg.jpg) no-repeat center top;
	background-size: cover;
}

#contact .mainimg .main_ttl {}
#contact .mainimg .main_ttl h1 {
	font-size: 50px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.1em;
	/*text-shadow: 0 1px 0 #333;*/
}

#contact .mainimg .pics {
	background: #eee;
}
#contact .mainimg .pics img {
	width: 100%;
	max-width: 1928px;
	min-height: 544px;
}
	}

/*==========main*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#contact #main {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0 60px 0;
}
#contact .main__inr {}

/*-----address*/
#contact .address {}
#contact .address__inr {
	padding: 0 10px;
}

#contact .data__wrap {}
#contact .data__wrap .ttl {}
#contact .data__wrap .ttl h2 {
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4;
}

#contact .data__wrap .txt {}
#contact .data__wrap .txt table {
	font-size: 16px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
#contact .data__wrap .txt table th {
	text-align: center;
	padding: 0.5em;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
#contact .data__wrap .txt table td {
	padding: 0.5em;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
#contact .data__wrap .txt table td span {
	font-size: 16px;
}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#contact #main {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 200px 0 50px 0;
}
#contact .main__inr {}

/*-----address*/
#contact .address {}
#contact .address__inr {}

#contact .data__wrap {}
#contact .data__wrap .ttl {}
#contact .data__wrap .ttl h2 {
	margin: 0 0 100px 0;
	text-align: center;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.4;
}

#contact .data__wrap .txt {}
#contact .data__wrap .txt table {
	font-size: 26px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
#contact .data__wrap .txt table th {
	text-align: center;
	padding: 1.0em;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
#contact .data__wrap .txt table td {
	padding: 1.0em;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
#contact .data__wrap .txt table td span {
	font-size: 18px;
}
	}

/*-----privacy_policy*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#contact .privacy_policy {
	padding: 100px 0 0 0;
}
#contact .privacy_policy__inr {
	padding: 0 10px;
}

#contact .privacy_policy .ttl {}
#contact .privacy_policy .ttl h2 {
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4;
}
#contact .privacy_policy .ttl h2::before {
	content: "【";
	padding: 0 0.15em;
}
#contact .privacy_policy .ttl h2::after {
	content: "】";
	padding: 0 0.15em;
}

#contact .privacy_policy .txt {
	font-size: 16px;
}
#contact .privacy_policy .txt p {
	margin: 0 0 1.5em 0;
}
#contact .privacy_policy .txt dl {}
#contact .privacy_policy .txt dl dt {
	margin: 1.5em 0 0.25em 0;
	font-weight: bold;
}
#contact .privacy_policy .txt dl dd {
	padding-left: 1.25em;
}
#contact .privacy_policy .txt dl dd ul {
	margin: 0.25em 0 0 0;
}
#contact .privacy_policy .txt dl dd ul li {
	list-style: disc;
	margin-left: 2.0em;
}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#contact .privacy_policy {
	padding: 200px 0 0 0;
}
#contact .privacy_policy__inr {}

#contact .privacy_policy .ttl {}
#contact .privacy_policy .ttl h2 {
	margin: 0 0 100px 0;
	text-align: center;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.4;
}
#contact .privacy_policy .ttl h2::before {
	content: "【";
	padding: 0 0.25em;
}
#contact .privacy_policy .ttl h2::after {
	content: "】";
	padding: 0 0.25em;
}

#contact .privacy_policy .txt {
	font-size: 22px;
}
#contact .privacy_policy .txt p {
	margin: 0 0 1.75em 0;
}
#contact .privacy_policy .txt dl {}
#contact .privacy_policy .txt dl dt {
	margin: 1.75em 0 0.25em 0;
	font-weight: bold;
}
#contact .privacy_policy .txt dl dd {
	padding-left: 1.25em;
}
#contact .privacy_policy .txt dl dd ul {
	margin: 0.25em 0 0 0;
}
#contact .privacy_policy .txt dl dd ul li {
	list-style: disc;
	margin-left: 2.5em;
}
	}














/*====================================================================

[pagetop]

====================================================================*/
/*==========@*/
/*-----@*/
/*@*/
.page_top {
	position: fixed;
		bottom:7%;
		right:10px;
	font-size:12px;
    z-index: 150;
}
.page_top a {
	display: block;
	display:flex;
		justify-content:center;
		align-items: center;
	text-align: center;
	text-decoration: none;
	text-shadow:1px 1px 0 #333;
	background: #5F6D57;
	/*background: #000;*/
	border:1px solid #fff;
	border-radius:50%;
	color: #fff;
	opacity:0.9;
	box-shadow:0 3px 5px 0px #999;
	transition: 0.2s;
}
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
.page_top a {
	width:60px;
	height:60px;
}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
.page_top a {
	width:70px;
	height:70px;
}
	}
.page_top a img {}
.page_top a:hover {
	text-decoration: none;
	text-shadow:none;
	opacity:1;
	transition:0.2s;
	/*background:#006633;
	background: #5F6D57;*/
	color: #594b37;
}

















/*====================================================================

[bnnr]

====================================================================*/
/*==========@*/
/*-----@*/
/*@*/
.bnnr {}

/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
.bnnr .bnnr__inner {
	text-align: center;
	padding: 80px 0 50px 0;
	min-height: 100px;
	background: url(../images/bnnr__bg.png) repeat-x center bottom;
	background-size: cover;
}
.bnnr__inner ul {
	text-align: center;
		padding: 0 10px;
}
.bnnr__inner ul li {
	margin: 0 auto 0px auto;
}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
.bnnr .bnnr__inner {
	display: flex;
    	flex-direction: column;
    	align-content: center;
    	justify-content: center;
    	align-items: center;
	text-align: center;
	padding: 150px 0;
	min-height: 1114px;
	background: url(../images/bnnr__bg.png) repeat-x center bottom;
}
.bnnr__inner ul {
	text-align: center;
}
.bnnr__inner ul li {
	margin: 25px auto 25px auto;
}
	}

.bnnr__inner ul li:last-child {
	margin-bottom: 0;
}
.bnnr__inner ul li img {
	width: 100%;
	height: auto;
}
.bnnr__inner ul li:nth-of-type(1) img { max-width: 1363px;}
.bnnr__inner ul li:nth-of-type(2) img { max-width: 1366px;}
.bnnr__inner ul li:nth-of-type(3) img { max-width: 663px;}
.bnnr__inner ul li a {
	display: inline-block;
	border: 3px solid transparent;
	transition: 0.2s;
}
.bnnr__inner ul li a:hover {
	border: 3px solid #A3CE8D;
}
.bnnr__inner ul li a img {
	text-align: center;
	width: 100%;
}
.bnnr__inner ul li a img:hover {
	opacity: 1;
}

/*-----ページごとのバナー表示設定*/
#stay .bnnr__inner ul li:nth-of-type(1),
#stay .bnnr__inner ul li:nth-of-type(3) {
	display: none;
}
#play .bnnr__inner ul li:nth-of-type(2),
#play .bnnr__inner ul li:nth-of-type(3) {
	display: none;
}
#contact .bnnr__inner ul li:nth-of-type(3) {
	display: none;
}














/*====================================================================

[Footer]

====================================================================*/
/*==========@*/
/*-----@*/
/*@*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#footer {
	text-align: center;
	width:100%;
	margin:0 auto;
	padding:50px 0 0px 0;
	color:#fff;
	background:#A3CE8D;
}

.footer__inr {}

#footer .foot_logo {}
#footer .foot_logo img {
	width: 80%;
	max-width:320px ;
}

#footer .foot_nav {
	padding: 30px 20px;
}
#footer .foot_nav a {
	color: #fff !important;
	font-size: 18px;
}
#footer .foot_nav ul {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 460px;
}
#footer .foot_nav ul li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin-right: 2em;
	line-height: 2em;
}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#footer {
	text-align: center;
	width:100%;
	margin:0 auto;
	padding:70px 0 0px 0;
	color:#fff;
	background:#A3CE8D;
}

.footer__inr {}

#footer .foot_logo {}
#footer .foot_logo img {
	width: 100%;
	max-width:320px ;
}

#footer .foot_nav {
	padding: 60px 0;
}
#footer .foot_nav a {
	color: #fff !important;
	font-size: 18px;
}
#footer .foot_nav ul {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 460px;
}
#footer .foot_nav ul li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin-right: 2em;
	line-height: 2em;
}
	}
#footer .foot_nav ul li::before {
	content: "";
	position: absolute;
	top: 7px;
	left: -17px;
	width: 13px;
	height: 20px;
	background: url(../images/footer__foot_nav__arw.png) no-repeat left top;
}
#footer .foot_nav ul li a {}

/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#footer .foot_address {	
	padding: 0 20px 30px 20px;
}
#footer .foot_address p a {
	color: #fff !important;
	font-size: 18px;
}
	}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#footer .foot_address {	
	padding: 0 0 50px 0;
}
#footer .foot_address p a {
	color: #fff !important;
	font-size: 18px;
}
	}

#footer .copyright {
	padding: 0.5em;
	background: #fff;
	color: #000;
	font-size: 15px;
}




