@charset "utf-8";

/* body */
.preloader{
	position:absolute;
	display:block;
	background-color:#fff;
	background-image:url("../common/img/top-loader.gif");
	background-repeat:no-repeat;
	background-scroll:scroll;
	background-position:center center;
	height:100%;
	width:100%;
	top:0;
	left:0;
	right:0;
}
#scroll{
	bottom: 95px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index:99;
}
#anchor {
	position: fixed;
	left: 1%;
	top: 50%;
	z-index: 9999;
}
#anchor a{
	line-height: 50px;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        align-items: center;
	-webkit-align-items: center;
	width: 50px;
	height: 50px;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
	opacity: 1 !important;
	-webkit-border-radius: 25px;
	   -moz-border-radius: 25px;
	        border-radius: 25px;
	background-color: rgba(0, 65, 98, 0.8);
}
#anchor a:hover{
	background-color:rgba(0, 65, 98, 0.6);
}
#anchor a i{
	color: #fff;
	font-size: 38px;
	margin-left: 1px;
	vertical-align: middle;
}

#scroll img{
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.updown {
	-webkit-animation-name: updown;
	animation-name: updown;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
@-webkit-keyframes updown{
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -20px);}
	100% {-moz-transform:translate(0, 0);}
}
@keyframes updown{
	0% {transform:translate(0, 0);}
	50% {transform:translate(0, -20px);}
	100% {transform:translate(0, 0);}
}

.fotorama{
	position:relative;
	opacity:0;
}
.fotorama,
.fotorama__wrap,
.fotorama__stage{
	height: 100% !important;
}
.fotorama__nav-wrap{
	position:absolute;
	bottom:22px;
	padding-top:15px;
	border-top:1px solid rgba(255,255,255,0.3);
}
.fotorama__thumb-border{
	border-color:rgba(0, 65, 98, 1);
}
#tubular-container {
	z-index: -1 !important;
	position: absolute !important;
	width:100%;
	height:100%;
}
#tubular-player{
}

header{
	overflow-x: hidden !important;
	overflow-y: visible !important;
	position: relative;
}
article{
	background-color: #fff;
}
video#mov{
	position: fixed;
	z-index: 0;
	top: 0;
	left: 50%;
	overflow: hidden;
	width: 110vw;
	height: auto;
	min-height: 100vh;
	margin-left: -5vw;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	outline: none;
	background-image: none;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
video#mov.loading{
	opacity: 0;
}
/* 兵庫県宿泊割引支援事業対象施設 */
header .waribiki{
	position: absolute;
	display: block;
	width: 300px;
	height: auto;
	background-color: red;
	border: 5px solid white;
	top: 180px;
	left: 20px;
	z-index: 1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 14px;
	text-align:center;
}
header .waribiki span{
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 7px;
	display: block;
	border-bottom: 1px solid #fff;
	text-align: center;
}
header .waribiki span.noline{
	border-bottom: none;
	margin-bottom: 0;
}

/* Slider */
.fotorama:not(.fotorama--fullscreen) .fotorama__arr--prev{
	left:50px;
}
.fotorama:not(.fotorama--fullscreen) .fotorama__arr--next{
	right:50px;
}
.fotorama:not(.fotorama--fullscreen) .fotorama__fullscreen-icon{
	top:160px;
	right:50px;
}
.fotorama--fullscreen .fotorama__nav{
	background:none;
}
.fotorama__arr--prev{
	margin-top:3%;
}
.fotorama__arr--next{
	margin-top:3%;
}
.fotorama__dot{
	display:none;
}
.fotorama__stage img.fotorama__img{
	min-height:100% !important;
}
.fotorama__stage img.fotorama__img img{
	display:block;
}

section#top{
	padding-top:100px;
	margin:0 auto 60px;
}
section#top .container{
	min-width:1000px;
	max-width:1000px;
	margin:0 auto;
	padding:0;
}


/* =========================================================
料金改定のお知らせ
========================================================= */
#price_changeinfo{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 60px;
	padding: 20px;
	border: 2px solid #f00;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}
#price_changeinfo h3{
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-align: center;
}
#price_changeinfo p{
	margin-bottom: 1em;
	text-align: left;
}
#price_changeinfo strong{
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	margin: 0 0.1em;
}
#price_changeinfo p:last-child{
	margin-bottom: 0;
}
#price_changeinfo .owner{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	margin-top: 1em;
	padding-right: 1em;
	text-align: right;
}


/* =========================================================
当日の宿泊予約について
========================================================= */
#reserveinfo{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 60px;
	padding: 20px;
	border: 2px solid #f00;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}
#reserveinfo h3{
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-align: center;
}
#reserveinfo p{
	margin-bottom: 1em;
	text-align: left;
}
#reserveinfo strong{
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	margin: 0 0.1em;
}
#reserveinfo p:last-child{
	margin-bottom: 0;
}
#reserveinfo .owner{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	margin-top: 1em;
	padding-right: 1em;
	text-align: right;
}


/* =========================================================
オプションメニューのご案内
========================================================= */
#option_menu,
#option_menu *{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#option_menu{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
	margin-bottom: 60px;
	padding: 20px;
	text-align: left;
	border: 2px solid #f00;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}
#option_menu .left{
	display: block;
	float: none;
	width: 34.4%;
	max-width: 330px;
}
#option_menu .left span{
	display: block;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}
#option_menu .right{
	display: block;
	float: none;
	width: 65.6%;
	padding-left: 4%;
	vertical-align: middle;
}
#option_menu h3{
	font-size: 22px;
	line-height: 1.2em;
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
#option_menu p{
	font-size: 16px;
	line-height: 1.4em;
}
#option_menu p strong{
	color: #f00;
	font-weight: bold;
}
#option_menu p.owner{
	text-align: right;
	margin-top: 1em;
	font-size: 14px;
}

/* =========================================================
フィッシング大会
========================================================= */
#family-fishing{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #ff0000;
	margin-bottom:60px;
}
#family-fishing h3{
	font-size: 40px;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-align: center;
	color: #ff0000;
	letter-spacing: 0;
	white-space: nowrap;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
}
#family-fishing p{
	text-align: left;
	margin-bottom:1em;
}
#family-fishing p:last-child{
	margin-bottom: 0;
}
#family-fishing .btn1{
	width: 320px;
	margin: 0 auto;
}


/* =========================================================
ほっと新温泉宿泊助成事業
========================================================= */
#hot-shinonsen{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 60px;
	padding: 20px;
	border: 2px solid #f00;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}
#hot-shinonsen h3{
	font-size: 40px;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0;
	color: #f00;
}
#hot-shinonsen p{
	margin-bottom: 1em;
	text-align: left;
}
#hot-shinonsen p:last-child{
	margin-bottom: 0;
}
#hot-shinonsen .btn1{
	width: 320px;
	margin: 0 auto;
}


/* =========================================================
ひょうごを旅しようキャンペーン（ワイド）
========================================================= */
#hyogotabi{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 60px;
	padding: 20px;
	border: 2px solid #f00;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}
#hyogotabi h3{
	font-size: 40px;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 0;
	color: #f00;
}
#hyogotabi .banner {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
#hyogotabi .banner img{
	width: 100%;
	vertical-align: top;
}
#hyogotabi p{
	margin-bottom: 1em;
	text-align: left;
}
#hyogotabi p strong{
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	margin: 0 0.1em;
}
#hyogotabi p:last-child{
	margin-bottom: 0;
}
#hyogotabi .btn{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
}
#hyogotabi .btn1{
	width: 320px;
	margin: 0 20px;
}

/* =========================================================
新型コロナウイルス20220117
========================================================= */
#hyogo-corona-info1{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #ff0000;
	margin-bottom:60px;
}
#hyogo-corona-info1 p{
	text-align: left;
	margin-bottom:1em;
}

#hyogo-corona-info2 .owner{
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-right:1em;
	text-align:right;
	margin-top:1em;
}
#hyogo-corona-info2{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #ff0000;
	margin-bottom:60px;
}
#hyogo-corona-info2 h3{
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-align: center;
}
#hyogo-corona-info2 p{
	text-align: left;
	margin-bottom:1em;
}
#hyogo-corona-info2 p:last-child{
	margin-bottom: 0;
}
#hyogo-corona-info2 .owner{
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-right:1em;
	text-align:right;
	margin-top:1em;
}




/* =========================================================
GoTo 停止
========================================================= */
#goto_stop{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #ff0000;
	margin-bottom:60px;
}
#goto_stop h3{
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-align: center;
}
#goto_stop p{
	text-align: center;
	margin-bottom:1em;
}
#goto_stop p:last-child{
	margin-bottom: 0;
}


/* =========================================================
goto_plan
========================================================= */
#goto_plan {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #ff0000;
	margin-bottom:60px;
}
#goto_plan h3 {
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-align: center;
}
#goto_plan p {
	text-align: center;
	margin-bottom:1em;
}
#goto_plan .plan_list {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	margin-bottom: 1em;
}
#goto_plan .plan_list li {
	width: 30%;
}
#goto_plan .plan_list li h4 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 0.5em;
}
#goto_plan .plan_list li .photo {
	margin-bottom: 1.5em;
}
#goto_plan .plan_list li .photo img {
}
#goto_plan .plan_list li .price_area {
	text-align: center;
}
#goto_plan .plan_list li .price_area .price_bf {
	line-height: 1em;
	margin-bottom: 0;
}
#goto_plan .plan_list li .price_area .arrow {
	font-size: 18px;
	line-height: 1em;
	margin: 0.5em auto 0.5em;
}
#goto_plan .plan_list li .price_area .price_af {
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	margin: 0;
}
#goto_plan .ex {
	text-align: center;
	margin: 0;
}

/* =========================================================
kaniprice かに高騰
========================================================= */
#kaniprice{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #ff0000;
	margin-bottom:60px;
}
#kaniprice h3{
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-align: center;
}
#kaniprice p{
	text-align: center;
	margin-bottom:1em;
}
#kaniprice p:last-child{
	margin-bottom: 0;
}


#kaniprice2{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 60px;
	padding: 20px;
	border: 2px solid #f00;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}
#kaniprice2 h3{
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-align: center;
}
#kaniprice2 p{
	margin-bottom: 1em;
	text-align: left;
}
#kaniprice2 strong{
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	margin: 0 0.1em;
}
#kaniprice2 p:last-child{
	margin-bottom: 0;
}
#kaniprice2 .owner{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	margin-top: 1em;
	padding-right: 1em;
	text-align: right;
}


/* GoToTravel */
#gototravel {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #ff0000;
	margin-bottom:60px;
}
#gototravel h3 {
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-align: center;
}
#gototravel p {
	margin-bottom:1em;
}
#gototravel p .line {
	border-bottom: 1px solid #000;
}
#gototravel p strong {
	font-weight:bold;
}
#gototravel .travel {
	text-align:center;
	margin-bottom:1em;
}
#gototravel .travel p {
	margin-bottom: 0;
}
#gototravel .travel a {
	border-bottom: 1px solid #000;
}
#gototravel .box {
	border: 1px solid #000;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	margin-top: 15px;
}
#gototravel .box li {
	color: #ff0000;
	text-indent: -2.1em;
	margin-left: 2.1em;
	margin-top: 5px;
}
#gototravel .box li:first-child{
	margin-top:0;
}
#gototravel2 {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #ff0000;
	margin-bottom:60px;
}
#gototravel2 h3 {
	font-size: 38px;
	line-height: 1.2em;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}
#gototravel2 p {
	margin-bottom:1em;
}
#gototravel2 .tel{
	font-size: 24px;
	line-height: 1.2em;
	text-align: center;
}

#gototravel3 {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #ff0000;
	margin-bottom:60px;
}
#gototravel3 .text_area {
}
#gototravel3 .text_area h3 {
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 0.03em;
}
#gototravel3 .text_area p {
	margin-bottom:1em;
}
#gototravel3 .text_area p .red {
	color:#ff0000;
	font-size: 18px;
	font-weight: bold;
}
#gototravel3 .text_area .btn {
	display:flex;
	display:-webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	margin-top: 20px;
}
#gototravel3 .text_area .btn li {
	width: 560px;
}
#gototravel3 .text_area .btn li .btn1 {
	font-size: 18px;
	line-height: 1.4em;
}
#gototravel3 .text_area .ex {
	color:#ff0000;
	text-align: center;
	margin-top: 10px;
}
#gototravel3 .link_area {
}
#gototravel3 .link_area .btn {
	display:flex;
	display:-webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
#gototravel3 .link_area .btn li {
	margin: 20px 20px 0;
	width: 320px;
}
#gototravel3  .btn_list1{

}
#gototravel3 .link_area .btn li .btn1 {
}
#gototravel3 .link_area .btn.btn_list3 li{
	width: 520px;
}
#gototravel3 .link_area .btn.btn_list3 li .btn1{
}

#bnr_gototravel{
	width:100%;
	margin-bottom:60px;
}
#bnr_gototravel div,
#bnr_gototravel div img{
	width: 100%;
}


#bnr_gototravel{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #ff0000;
}
#bnr_gototravel .sorry{
	text-align: center;
	margin-bottom:20px;
}
#bnr_gototravel .sorry h3{
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-align: center;
}
#bnr_gototravel .sorry p{
	margin-bottom:1em;
}
#bnr_gototravel .sorry p:last-child{
	margin-bottom:0;
}
#bnr_gototravel .tel{
}

/* Welcome キャンペーン バナー */
#welcome_hyogo{
	width:100%;
	margin-bottom:60px;
}
#welcome_hyogo a{
	display:block;
	width:100%;
}
#welcome_hyogo img{
	width:100%;
}

/* 新型コロナウイルス */
#corona4{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #ff0000;
	margin-bottom:60px;
}
#corona4 h3{
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-align: center;
}
#corona4 .text p{
	margin-bottom:1em;
}

#corona3{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #ff0000;
	margin-bottom:60px;
}
#corona3 h3{
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-align: center;
}
#corona3 .period{
	text-align:center;
	margin-bottom:1em;
}
#corona3 .date{
	text-align:right;
	margin-bottom:1em;
}
#corona3 .text{
	text-align:left;
}
#corona3 .text p{
	margin-bottom:1em;
}
#corona3 .text ul{
}
#corona3 .text ul li{
	margin-bottom:20px;
	counter-increment: num;
	padding-left:2em;
	position:relative;
}
#corona3 .text ul li:before{
	content: "" counter(num) "";
	position:absolute;
	left:0;
	top:0;
}
#corona3 .text p:last-child{
	margin-bottom:0;
}
#corona3 .owner{
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-right:1em;
	text-align:right;
	margin-top:1em;
}

#corona2{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #ff0000;
	margin-bottom:60px;
}
#corona2 h3{
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-align: center;
}
#corona2 .period{
	text-align:center;
	margin-bottom:1em;
}
#corona2 .date{
	text-align:right;
	margin-bottom:1em;
}
#corona2 .text{
	text-align:left;
}
#corona2 .owner{
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-right:1em;
	text-align:right;
	margin-top:1em;
}

#corona{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #ff0000;
	margin-bottom:60px;
}
#corona h3{
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-align: center;
}
#corona h3 + p{
	margin-bottom:20px;
}
#corona ul{
}
#corona ul li{
	margin-bottom:20px;
	counter-increment: num;
	padding-left:2em;
	position:relative;
}
#corona ul li:before{
	content: "" counter(num) "";
	position:absolute;
	left:0;
	top:0;
}
#corona ul + p{
}

/* 松葉がに大放出 */
#matsuba{
	margin-bottom:55px;
}
#matsuba h3{
	margin-bottom:40px;
}
#matsuba .thanks{
	color:#ff0000;
	font-size:18px;
	line-height:1.3em;
	margin:-20px auto 20px;
	text-align:center;
	-webkit-transform: rotate(0.05deg);
	-moz-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	-o-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
	text-shadow: 1px 1px 0 rgba(255,0,0,0.4);
}
#matsuba .main_txt{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	margin-bottom:30px;
}
#matsuba .main_txt .img{
	width:500px;
}
#matsuba .main_txt .img img{
	width:100%;
}
#matsuba .main_txt .txt{
	width:460px;
}
#matsuba .main_txt .txt h4{
	font-size: 22px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
	line-height: 1.4em;
	margin-bottom: 15px;
	letter-spacing: 0;
	text-indent: -0.6em;
}
#matsuba .main_txt .txt p{
	letter-spacing: 0;
	margin-bottom: 15px;
	line-height: 1.7em;
}
#matsuba .main_txt .txt table{
	margin-bottom:15px;
}
#matsuba .main_txt .txt table th{
	padding-right:0;
	width:220px;
}
#matsuba .main_txt .txt table td{
	vertical-align: middle;
	width:240px;
}
#matsuba .main_txt .txt .ex{
}
#matsuba .main_txt .txt .ex li:first-child{
	margin-top:0;
}
#matsuba .main_txt .txt .ex li{
	margin-left: 1.1em;
	text-indent: -1.1em;
	line-height: 1.4em;
	margin-top:3px;
}
#matsuba .contact_txt{
	text-align:center;
	margin-bottom: 30px;
}
#matsuba .contact_txt h4 {
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-align: center;
}
#matsuba .contact_txt p {
	letter-spacing: 0;
	margin-bottom: 10px;
	line-height: 1.7em;
}
#matsuba .contact_txt .call {
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: center;
	-webkit-align-items: center;
}
#matsuba .contact_txt .call .tel{
	font-size:24px;
	margin-left:20px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
	letter-spacing: 0.03em;
}
#matsuba .contact_txt .call .time{
	letter-spacing: 0.03em;
	margin-left:10px;
}
#matsuba .info_txt{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
#matsuba .info_txt .box{
	width:480px;
	background-color: #f5f2e9;
	padding:20px 15px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#matsuba .info_txt .box h4:first-child{
	margin-top:0;
}
#matsuba .info_txt .box h4{
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-align: center;
	margin-top:20px;
}
#matsuba .info_txt .box h5{
	font-size:16px;
	line-height: 1.3em;
	letter-spacing: 0;
	margin-bottom: 12px;
}
#matsuba .info_txt .box p{
	font-size:14px;
	line-height: 1.3em;
	letter-spacing: 0;
}
#matsuba .info_txt .box .sendto{
	margin-top:20px;
}
#matsuba .info_txt .box .sendto h5{
	margin-bottom:10px;
}
#matsuba .info_txt .box .sendto p{
	line-height:1.4em;
}
#matsuba .info_txt .box ul{
}
#matsuba .info_txt .box ul li:first-child{
	margin-top:0;
}
#matsuba .info_txt .box ul li {
	margin-left: 1.1em;
	line-height: 1.4em;
	margin-top: 3px;
	list-style-type: disc;
}
#matsuba .info_txt .box ul ul{
}
#matsuba .info_txt .box ul ul li {
	margin-top: 0;
	list-style-type: none;
	text-indent: -1.1em;
}

/* Youtube */
#youtube{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	margin-bottom:40px;
}
#youtube iframe{
	width:480px;
	overflow-x:hidden;
	vertical-align:top;
}
#youtube iframe:nth-child(1){
	margin-right:40px;
}

/* New Plan */
#newplan{
	margin-bottom:55px;
}
#newplan h3{
	margin-bottom:30px;
}
#newplan .box{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row-reverse nowrap;
	-webkit-flex-flow: row-reverse nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	margin-bottom:20px;
}
#newplan .box .photo ul{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
#newplan .box .photo ul,
#newplan .box .photo ul li:nth-child(1) img{
	width:500px;
}
#newplan .box .pmenu{
	width:460px;
	text-align:left;
}
#newplan .box .pmenu h4 {
	font-size: 22px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
	line-height: 1.1em;
	margin-bottom: 22px;
	letter-spacing: 0;
	text-indent: -0.6em;
}
#newplan .box .pmenu h4 + p {
	margin-bottom: 15px;
	letter-spacing: 0;
}
#newplan .box .pmenu table {
	margin-bottom: 15px;
}
#newplan .box .pmenu table th{
	width:140px;
}
#newplan .box .pmenu table td{
	background-color: transparent;
}
#newplan .box .pmenu .ex {
	margin-bottom: 24px;
}
#newplan .box .pmenu .ex p {
	letter-spacing: 0;
	margin-top: 10px;
	line-height: 1.7em;
}
#newplan .box .pmenu .ex p:first-child {
	margin-top: 0;
}
#newplan .box .pmenu .btn{
	text-align:left;
}
#newplan .box .pmenu .btn a {
	width: 300px;
}
#newplan .sub{
}
#newplan .sub ul{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	margin-bottom: 17px;
}
#newplan .sub ul li{
	width:320px;
	margin-right:20px;
}
#newplan .sub ul li:last-child{
	margin-right:0;
}
#newplan .sub ul li img{
	width:100%;
}
#newplan .sub p {
	letter-spacing: 0;
	line-height: 1.7em;
}
@media print,screen and (max-width: 1020px) {
	#newplan .box{
		margin-right:10px;
	}
}

section#now{
	padding-top:100px;
	margin:0 auto 60px;
}
section#now .container{
	min-width:1000px;
	max-width:1000px;
	margin:0 auto;
	padding:0;
}

/* 工事のお知らせ */
#construction_stop{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #ff0000;
	margin-bottom:60px;
	text-align:left;
}
#construction_stop h3{
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-align:center;
}
#construction_stop p{
	margin-bottom:1em;
}

/* 本日の雪情報 */
section#now .snow_info{
}
section#now .snow_info h2{
	margin-bottom:35px;
}
section#now .snow_info_box{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #ff0000;
	margin-bottom:60px;
}
section#now .snow_info_box p{
	margin-bottom:1rem;
}
section#now .snow_info_box p:last-child{
	margin-bottom:0;
}
section#now .snow_info_box ul.link{
	margin-bottom: 1em;
}
section#now .snow_info_box ul.link li{
	margin-left: 1em;
	margin-bottom: 0.5em;
	list-style: disc outside;
}
section#now .snow_info_box ul.route {
	margin-bottom: 0.5em;
}
section#now .snow_info_box ul.route li {
	margin-left: 1em;
	margin-bottom: 0.5em;
	list-style: disc outside;
}

/* 通行止めのお知らせ */
#road_blocked{
	width: 100%;
	margin-bottom:60px;
}
#road_blocked .btn1{
	width: 100%;
	background-color: #ff0000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* 兵庫県民割ご希望のお客様へ */
#hyogo-staynavi-info{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #ff0000;
	margin-bottom:60px;
	text-align:center;
}
#hyogo-staynavi-info h3{
	font-size: 60px;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-align:center;
}
#hyogo-staynavi-info .arrow{
	margin: 1em 0;
	font-size: 2em;
	line-height: 1.3em;
	text-align: center;
}
#hyogo-staynavi-info p{
	font-size: 2em;
	line-height: 1.3em;
	margin-bottom:1em;
}
#hyogo-staynavi-info a{
	font-size: 2em;
	line-height: 1.3em;
}

/* 兵庫県民割のお知らせ */
#hyogo-staynavi{
	width: 100%;
	margin-bottom:60px;
}
#hyogo-staynavi .banner{
	width: 100%;
	display: block;
}
#hyogo-staynavi .banner img{
	width: 100%;
	vertical-align: top;
}


/* 休業のお知らせ */
#corona_stop{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #ff0000;
	margin-bottom:60px;
	text-align:left;
}
#corona_stop h3{
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-align:center;
}
#corona_stop p{
	margin-bottom:1em;
}
#corona_stop p.owner{
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-right:1em;
	text-align:right;
}

/* ふっこう周遊割 */
section#now .fukkou{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #d6cb4c;
}
section#now .fukkou .fine{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display:table;
}
section#now .fukkou .left{
	width:25.1%;
	max-width:240px;
	float:none;
	display:table-cell;
	vertical-align:middle;
}
section#now .fukkou .left img{
	max-width:240px;
	width:100%;
	height:auto;
}
section#now .fukkou .right{
	width:74.9%;
	padding-left:2.5%;
	float:none;
	display:table-cell;
}
section#now .fukkou .right h3{
	font-size:18px;
	line-height:1.2em;
	margin-bottom:15px;
}
section#now .fukkou .right p{
	line-height:1.6em;
}
section#now .fukkou .right p .red{
	color: #ff0000;
	-webkit-transform: rotate(0.05deg);
	-moz-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	-o-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
	text-shadow: 1px 1px 0 rgba(255,0,0,0.4);
}
section#now .fukkou .right .btn{
	width:300px;
	margin:15px 0 0 auto;
}
section#now .fukkou .new1001{
	margin-top: 20px;
	padding: 15px;
	background-color:#19a3bb;
	color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
section#now .fukkou .new1001 .how{
	font-size: 25px;
	line-height: 1.5em;
	letter-spacing: 0;
	margin:0.3em 0;
}
section#now .fukkou .new1001 .how .price{
	font-weight: bold;
	color: red;
	padding: 0 5px;
	text-shadow: 0 2px 2px rgba(255,255,255,0.5);
}

/* 8月のご予約についてのお願い */
section#now .please_8month_box{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #ff0000;
	margin-bottom:60px;
	text-align:center;
}
section#now .please_8month_box h3{
	color:red;
	font-size: 22px;
	font-weight:bold;
	line-height: 1.2em;
	letter-spacing:0.1em;
	margin-bottom: 10px;
}
section#now .please_8month_box p{
	margin-bottom:1em;
}

/* 期間限定＆数量限定 姿茹でガニ */
section#now .timesale01{
	text-align:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:15px 20px 13px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #195471;
	display:table;
	margin-bottom:60px;
}
section#now .timesale01 .left{
	width:34.4%;
	float:none;
	display:table-cell;
	max-width:330px;
}
section#now .timesale01 .right{
	width:65.6%;
	float:none;
	display:table-cell;
	vertical-align:middle;
	padding-left:4%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
section#now .timesale01 h3{
	font-size:14px;
	line-height:1.4em;
	text-indent: -10px;
	margin-bottom:10px;
}
section#now .timesale01 h3 span{
	font-size:20px;
	line-height:1.2em;
	text-indent: 0;
	display:block;
	margin-top:5px;
}
section#now .timesale01 p{
	font-size:14px;
	line-height:1.4em;
	letter-spacing: 0.03em;
	margin-top:0;
}
section#now .timesale01 p:last-child{
	font-size:14px;
	line-height:1.4em;
	letter-spacing: 0.03em;
	text-indent: -1em;
	margin-left: 1em;
	margin-top:1em;
}

/* 冬の心構え */
section#now .winter_caution_box{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #ff0000;
	margin-bottom:60px;
	text-align:left;
}
section#now .winter_caution_box .inbox{
	margin:0 auto 1em;
}
section#now .winter_caution_box h3{
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-align:center;
}
section#now .winter_caution_box p{
	text-indent:1em;
	margin-bottom:1em;
}
section#now .winter_caution_box p.t2{
	text-indent:0;
}
section#now .winter_caution_box p.t2 .route{
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-left:1em;
	display:block;
}
section#now .winter_caution_box p.owner{
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-right:1em;
	text-align:right;
}

/* 日帰り入浴 */
section#now .daytrip{
	text-align:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:15px 20px 13px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #195471;
	display:table;
	margin-bottom:60px;
}
section#now .daytrip .left{
	width:34.4%;
	float:none;
	display:table-cell;
	max-width:330px;
}
section#now .daytrip .right{
	width:65.6%;
	float:none;
	display:table-cell;
	vertical-align:middle;
	padding-left:4%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
section#now .daytrip h3{
	font-size:22px;
	line-height:1.2em;
	margin-bottom:10px;
	position:relative;
	padding-left:35px;
}
section#now .daytrip h3:before{
	content:"";
	display:block;
	width:27px;
	height:27px;
	background-color: transparent;
	background-image: url("../img/spa_ico.png");
	background-repeat: no-repeat;
	background-scroll: no-scroll;
	background-position: center center;
	background-size: cover;
	position:absolute;
	left:0;
	top:0;
}
section#now .daytrip .time{
	font-size:16px;
	line-height:1.4em;
}
section#now .daytrip .price{
	font-size:20px;
	line-height:1.4em;
	margin-bottom:5px;
}
section#now .daytrip p{
	font-size:16px;
	line-height:1.4em;
	text-indent: -1em;
	margin-left: 1em;
}

#group_guide_box{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #ff0000;
	margin-bottom:60px;
	text-align:center;
}
#group_guide_box .inbox{
	margin:0 auto 1em;
}
#group_guide_box h3{
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 10px;
}
#group_guide_box p{
	margin-bottom:1em;
}
#group_guide_box .btn1{
	width:320px;
	margin:0 auto;
}
#group_guide_box .txt_red{
	color: #ff0000;
	font-weight:bold;
	margin-bottom:1em;
}

section#now .runningstation_guide_box{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #ff0000;
	margin-bottom:60px;
	text-align:center;
}
section#now .runningstation_guide_box .inbox{
	margin:0 auto 1em;
}
section#now .runningstation_guide_box h3{
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 10px;
}
section#now .runningstation_guide_box p{
	margin-bottom:1em;
}
section#now .runningstation_guide_box .btn{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	margin:0 auto;
}
section#now .runningstation_guide_box .btn li{
	width:320px;
	margin:0 20px;
}

section#about{
	margin:0 auto 60px;
}
section#about .container{
	min-width:1000px;
}
section#about ul{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row-reverse nowrap;
	-webkit-flex-flow: row-reverse nowrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
section#about ul li .photo{
	width:100%;
	background: transparent url("../img/about.jpg") no-repeat scroll center center;
	background-size:cover;
	height:410px;
}
section#about ul li:nth-child(1){
	width:40.7%;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	flex-flow: row-reverse nowrap;
	-webkit-flex-flow: row-reverse nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
section#about ul li:nth-child(1) h2{
	margin-left:70px;
}
section#about ul li:nth-child(1) p{
	margin-left:70px;
}
section#about ul li:nth-child(2){
	width:59.3%;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
section#about ul li:nth-child(2) p{
	width:630px;
	margin-top:60px;
}

section#point{
	background: transparent url("../img/3point_bg.jpg") no-repeat fixed center center;
	background-size:cover;
}
section#point .container{
	min-width:1000px;
	max-width:1000px;
	margin:0 auto;
	padding:90px 0 100px;
}
section#point ul{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	margin-top:50px;
}
section#point ul li{
	width:320px;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
section#point ul li:nth-child(1) .photo{
	background: transparent url("../img/3point_p1.jpg") no-repeat scroll center center;
}
section#point ul li:nth-child(2) .photo{
	background: transparent url("../img/3point_p2.jpg") no-repeat scroll center center;
}
section#point ul li:nth-child(3) .photo{
	background: transparent url("../img/3point_p3.jpg") no-repeat scroll center center;
}
section#point ul li .photo{
	position:relative;
	height:200px;
}
section#point ul li .photo h3{
	position:absolute;
	right:20px;
	top:-25px;
}
section#point ul li .photo p{
	position:absolute;
	right:70px;
	top:20px;
}
section#point ul li .ex{
	color:#fff;
	margin:18px 0 15px;
}

section#hlunch{
	display:none;
}
section#hlunch h2{
	margin-bottom:35px;
}
section#hlunch p{
	font-size:17px;
	margin-bottom:35px;
	line-height:1.6em;
}
section#hlunch .container{
	min-width:1000px;
	max-width:1000px;
	margin:0 auto;
	padding:90px 0 0;
}
section#hlunch .outer{
	margin-bottom:20px;
}
section#hlunch ul{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	margin-bottom:20px;
}
section#hlunch ul li{
	width:49%;
}
section#hlunch ul li img{
	width:100%;
}
section#hlunch .contact{
	font-size: 24px;
	letter-spacing: 2px;
	text-align: center;
}
section#hlunch .contact i{
	font-size: 24px;
	margin-left: 0.5em;
}

section#plan h2{
	min-width:1000px;
	max-width:1000px;
	margin:0 auto;
	padding-top:100px;
}
section#plan .outer{
	background: transparent url("../img/plan_bg.jpg") repeat scroll 0 0;
}
section#plan ul{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row-reverse nowrap;
	-webkit-flex-flow: row-reverse nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	min-width:1000px;
	max-width:1000px;
	margin:100px auto 0;
	padding-bottom:50px;
}
section#plan ul li:nth-child(1){
	width:370px;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
section#plan ul li:nth-child(1) .box h3{
	padding:30px 0 15px;
	border-bottom:1px solid #d6cb4c;
	margin-bottom:15px;
}
section#plan ul li:nth-child(1) .box > p{
	color:#fff;
	margin-bottom:15px;
	font-size:16px;
	letter-spacing:0.5px;
}
section#plan ul li:nth-child(1) .box .pmenu{
	background-color:#39373b;
	padding:10px;
}
section#plan ul li:nth-child(1) .box .pmenu h4{
	margin-bottom:5px;
	font-size:15px;
	color:#d6cb4c;
}
section#plan ul li:nth-child(1) .box .pmenu p{
	color:#fff;
	letter-spacing: 0.5px;
}
section#plan ul li:nth-child(2){
	width:600px;
}
section#plan ul li:nth-child(2) .photo{
	position:relative;
	top:-50px;
	margin-bottom: -50px;
}
section#plan ul li:nth-child(1) .box h3 .goto{
	color: #fff;
	margin-bottom: 15px;
	font-size: 16px;
	letter-spacing: 0.5px;
	display: block;
}

section#ranking .container{
	overflow: hidden;
}
section#ranking .outer{
	position: relative;
}
section#ranking .outer:before{
	background-color: #e8e3a3;
	content: "";
	display: block;
	height: 100%;
	left: -50%;
	position: absolute;
	width: 100%;
	top:0;
	z-index:0;
}
section#ranking .outer:after{
	background-color: #dbcdbb;
	content: "";
	display: block;
	height: 100%;
	right: -50%;
	position: absolute;
	width: 100%;
	top:0;
	z-index:0;
}
section#ranking .inner{
	min-width:1000px;
	max-width:1000px;
	margin:0 auto 110px;
}
section#ranking .inner.goto{
	margin-bottom: 120px;
}
section#ranking h2{
	text-align:center;
	line-height:100%;
	padding-top:100px;
}
section#ranking ul{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	position:relative;
	min-width:1000px;
	max-width:1000px;
	margin:0 auto;
	z-index:1;
}
section#ranking ul li{
	width : 33.33333%;
	width : -webkit-calc(100% / 3);
	width : calc(100% / 3);
	text-align:center;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
section#ranking ul li .box{
	width:320px;
	margin:0 auto;
	position:relative;
}
section#ranking ul li:nth-child(1){
	background-color:#e8e3a3;
}
section#ranking ul li:nth-child(2){
	background-color:#d3d3d3;
}
section#ranking ul li:nth-child(3){
	background-color:#dbcdbb;
}
section#ranking ul li .box h3{
	position:absolute;
	margin:0 auto;
	top:-65px;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	left:0;
	right:0;
}
section#ranking ul.goto li .box h3{
	top:-75px;
}
section#ranking ul li .box h3 span:not(.goto){
	font-size:18px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
	display:inline-block;
	margin-left:5px;
}
section#ranking ul li .box h3 span.goto{
	display: block;
	width: 100%;
	margin-top: 5px;
	letter-spacing: 0.05em;
}
section#ranking ul li .box .photo{
	width:300px;
	margin:20px auto 0;
}
section#ranking ul li .box .ex{
	margin:15px auto;
	width:300px;
	text-align:left;
	color:#333;
}
section#ranking ul li .btn{
	width:300px;
	margin:0 auto 20px;
}

section#seasons .inner{
	min-width:1000px;
	max-width:1000px;
	margin:0 auto;
}
section#seasons h2{
	text-align:center;
	line-height:100%;
	padding-top:100px;
}
section#seasons p{
	margin:50px auto 70px;
	text-align:center;
	font-size:17px;
	line-height:100%;
}
section#seasons .outer ul{
	position: relative;
	display:         flex;
	display: -webkit-flex;
	-js-display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
	overflow: hidden;
	min-width: 1000px;
	max-width: 1000px;
	margin: 0 auto;
}
section#seasons .outer{
	background-color:#f5f4f2;
	background-image: linear-gradient(45deg, #feeff6 25%, transparent 25%, transparent),
										linear-gradient(-45deg, #feeff6 25%, transparent 25%, transparent),
										linear-gradient(135deg, #e9f6fe 25%, transparent, transparent 25%),
										linear-gradient(45deg, #ebf5ec 50%, transparent 50%),
										linear-gradient(45deg, transparent 75%, #ebf5ec 75%),
										linear-gradient(-45deg, #fffeef 50%, transparent 50%);
	background-position: center 0;
	background-size: 1050px 350px;
	position:relative;
}
section#seasons .outer ul li{
	position: relative;
	text-align: center;
	width: 350px;
	height:350px;
}
section#seasons .outer ul:before{
	background-color: transparent;
	content: "";
	display: block;
	height: 178px;
	right: -89px;
	overflow: hidden;
	position: absolute;
	top: -89px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	display:inline-block;
	width: 178px;
	z-index: 1;
}
section#seasons .outer ul:after{
	background-color: transparent;
	content: "";
	display: block;
	height: 178px;
	right: -89px;
	overflow: hidden;
	position: absolute;
	bottom: -89px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	display:inline-block;
	width: 178px;
	z-index: 1;
}
section#seasons .outer ul li:before{
	background-color: transparent;
	content: "";
	display: block;
	height: 178px;
	left: -89px;
	overflow: hidden;
	position: absolute;
	top: -89px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	display:inline-block;
	width: 178px;
	z-index: 1;
}
section#seasons .outer ul li:after{
	background-color: transparent;
	content: "";
	display: block;
	height: 178px;
	left: -89px;
	overflow: hidden;
	position: absolute;
	bottom: -89px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	display:inline-block;
	width: 178px;
	z-index: 1;
}
section#seasons .outer ul li a{
	display:inline-block;
}

#fslider{
	margin-top:60px;
}
#fslider h2{
	text-align:center;
	line-height:100%;
	padding-top:100px;
	margin-bottom:40px;
}
#fslider .slick-slide {
	height: 300px;
}
#fslider .slick-slide img{
	max-width:400px;
}
#fslider.spring .slick-slide img{
	border-top:10px solid #f9d7e5;
}
#fslider.summer .slick-slide img{
	border-top:10px solid #cef2ee;
}
#fslider.fall .slick-slide img{
	border-top:10px solid #f7b065;
}
#fslider.winter .slick-slide img{
	border-top:10px solid #e8676c;
}

section#food ul{
	position: relative;
	display:         flex;
	display: -webkit-flex;
	-js-display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
	min-width: 1000px;
	max-width: 1000px;
	margin: 40px auto 0;
	gap:80px;
}
section#food ul li{
	width : 320px;
	text-align:center;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
section#food ul li .box{
	width:320px;
	margin:0 auto;
	position:relative;
}
section#food ul li .box h3{
	margin-bottom:40px;
}
section#food ul li .box .ex{
	margin:15px 0;
	text-align:left;
}
section#food ul li .btn{
	width:320px;
	margin:0 auto 100px;
}

section#room ul{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	position:relative;
}
section#room ul li{
	width : 25%;
	text-align:center;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	height:300px;
}
section#room ul li .box{
	height:100%;
}
section#room ul li:nth-child(1) .box{
	background: transparent url("../img/room_r1_bg.jpg") no-repeat scroll center center;
	background-size:cover;
}
section#room ul li:nth-child(2) .box{
	background: transparent url("../img/room_r2_bg.jpg") no-repeat scroll center center;
	background-size:cover;
}
section#room ul li:nth-child(3) .box{
	background: transparent url("../img/room_r3_bg.jpg") no-repeat scroll center center;
	background-size:cover;
}
section#room ul li:nth-child(4) .box{
	background: transparent url("../img/room_r4_bg.jpg") no-repeat scroll center center;
	background-size:cover;
}
section#room ul li a{
	display:block;
	height:100%;
}
section#room ul li a h3{
	padding-top:20px;
	width:21%;
	text-align:center;
	background-color:rgba(0,0,0,0.5);
	margin:0 auto;
	height:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	min-width:100px;
	position:relative;
}
section#room ul li a h3:before{
	color:#fff;
	content:"\f105";
	font-family: "FontAwesome";
	font-size:11px;
	position:absolute;
	left:0;
	right:0;
	bottom:20px;
	margin:0 auto;
	height:18px;
	line-height:18px;
	width:18px;
	text-align:center;
	background-color:#796baf;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-left:2px;
}

section#tourist .container{
	background: transparent url("../img/tourist_bg.jpg") no-repeat scroll center center;
	background-size:cover;
}
section#tourist .box{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	position:relative;
	min-width:1000px;
	max-width:1000px;
	margin:0 auto;
	padding:100px 0;
}
section#tourist .box > li{
	width:485px;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row-reverse nowrap;
	-webkit-flex-flow: row-reverse nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
section#tourist .box li.route ul li a{
	display:block;
	width:370px;
	height:100px;
	margin-bottom:10px;
	position:relative;
}
section#tourist .box li.route ul li a .btn{
	width:260px;
	height:50px;
	margin:0 auto;
	position:absolute;
	top:25px;
	left:0;
	right:0;
	line-height:50px;
	text-align:center;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	background-color:rgba(0,0,0,0.5);
}
section#tourist .box li.route ul li a .btn:after{
	color:#fff;
	content:"\f105";
	font-family: "FontAwesome";
	font-size:15px;
	position:absolute;
	top:50%;
	right:18px;
	margin:-12.5px auto 0;
	height:25px;
	line-height:25px;
	width:25px;
	text-align:center;
	background-color:#796baf;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
section#tourist .box li.route ul li:nth-child(1) a{
	background: transparent url("../img/route_link1_bg.jpg") no-repeat scroll center center;
}
section#tourist .box li.route ul li:nth-child(2) a{
	background: transparent url("../img/route_link2_bg.jpg") no-repeat scroll center center;
}
section#tourist .box li.route ul li:nth-child(3) a{
	background: transparent url("../img/route_link3_bg.jpg") no-repeat scroll center center;
}
section#tourist .box li.spot ul li a{
	display:block;
}
section#tourist .box li.spot .link a{
	display:block;
	width:370px;
	height:320px;
	position:relative;
}
section#tourist .box li.spot .link a{
	background: transparent url("../img/spot_bg.jpg") no-repeat scroll center center;
}
section#tourist .box li.spot .link a .btn{
	width:240px;
	height:50px;
	margin:-25px auto 0;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	line-height:50px;
	text-align:center;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	background-color:rgba(0,0,0,0.5);
}
section#tourist .box li.spot .link a .btn:after{
	color:#fff;
	content:"\f105";
	font-family: "FontAwesome";
	font-size:15px;
	position:absolute;
	top:50%;
	right:18px;
	margin:-12.5px auto 0;
	height:25px;
	line-height:25px;
	width:25px;
	text-align:center;
	background-color:#796baf;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

section#socialblog{
	background-color:#f9f8f8
}
section#socialblog .container > ul{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	position:relative;
	min-width:1000px;
	max-width:1000px;
	margin:0 auto;
	padding:50px 0 100px;
}
section#socialblog .container > ul >li{
	width:500px;
}
section#socialblog #blog{
	height:370px;
	margin-bottom:30px;
}
section#socialblog #blog h3{
	background-color:#004162;
	height:50px;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding-left:20px;
}
section#socialblog #blog .blog{
	padding:25px 10px 25px 25px;
}
section#socialblog #blog .blog li,
section#socialblog #blog .blog li a{
	color:#222222;
	font-size:15px;
	line-height:180%;
}
section#socialblog #blog .blog li{
	margin-left: 10em;
	text-indent: -10em;
}
section#socialblog #blog .blog li:before{
	color:#222222;
	content:"\f111";
	font-family: "FontAwesome";
	font-size:8px;
	margin-right:0.5em;
	line-height: 15px;
	vertical-align: middle;
}
section#socialblog #blog .blog li span.date{
	margin-right:0.5em;
}

section#socialblog #melmaga{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: center;
	-webkit-align-items: center;
}
section#socialblog #melmaga h3{
	width:400px;
	height:100px;
	background-color:#796ba9;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
section#socialblog #melmaga p{
	font-size:17px;
	line-height:100%;
	margin-bottom:40px;
}

section#news .inner{
	min-width:1000px;
	max-width:1000px;
	margin:0 auto 40px;
	text-align:center;
	padding:100px 0 40px;
}
section#news h2{
	margin-bottom:40px;
}
section#news .news{
	margin-bottom:80px;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	margin:0 auto 80px;
	position:relative;
	overflow:hidden;
}
section#news .news li:nth-child(1){
	position:relative;
	width:37.15%;
}
section#news .news li:nth-child(1) .photo{
	background: transparent url("../img/news_bg.jpg") no-repeat scroll center right;
	background-size:cover;
	height:280px;
}
section#news .news li:nth-child(2){
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: stretch;
	-webkit-align-items: stretch;
	height: 280px;
	justify-content: flex-end;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 1000px;
}
section#news #newslist{
	width: 630px;
}
section#news #newslist iframe{
	margin-left:auto;
	overflow-x:hidden;
	vertical-align:top;
}

/* font-size */
body.font-l section#socialblog #blog .blog li,
body.font-l section#socialblog #blog .blog li a,
body.font-l section#plan ul li:nth-child(1) .box .pmenu h4{
	font-size:16px;
}
body.font-l section#plan ul li:nth-child(1) .box > p{
	font-size:17px;
}
body.font-l section#seasons p{
	font-size:19px;
}
body.font-l section#ranking ul li .box h3 span{
	font-size:20px;
}
body.font-s section#socialblog #blog .blog li,
body.font-s section#socialblog #blog .blog li a,
body.font-s section#plan ul li:nth-child(1) .box .pmenu h4{
	font-size:14px;
}
body.font-s section#plan ul li:nth-child(1) .box > p{
	font-size:15px;
}
body.font-s section#seasons p{
	font-size:15px;
}
body.font-s section#ranking ul li .box h3 span{
	font-size:16px;
}

/* background-color */
.bg-bl table#news td.news_contents,
.bg-bl section#socialblog #blog .blog li,
.bg-bl section#socialblog #blog .blog li a{
	color:#ffffff;
}
.bg-bl section#socialblog{
	background: #00008b;
}
.bg-bl section#ranking ul li .box h3 span{
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
}
.bg-ye table#news td.news_contents,
.bg-ye section#socialblog #blog .blog li,
.bg-ye section#socialblog #blog .blog li a{
	color:#00008b;
}
.bg-ye section#socialblog{
	background: #ffff00;
}
.bg-ye section#ranking ul li .box h3 span{
	text-shadow: 1px 1px 0 rgba(0,0,139,0.4);
}
.bg-bk table#news td.news_contents,
.bg-bk section#socialblog #blog .blog li,
.bg-bk section#socialblog #blog .blog li a{
	color:#ffffff;
}
.bg-bk section#socialblog{
	background: #333;
}
.bg-bk section#ranking ul li .box h3 span{
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
}

/* ------------------------------------------------------------------------- *
 *	PC (Low Res) : 1020px > 0
/* ------------------------------------------------------------------------- */
@media print,screen and (max-width: 1020px) {
	section#point ul{
		margin-left:10px;
		margin-right:10px;
	}
	section#plan ul li:nth-child(1){
		margin-right:10px;
	}
	section#food .container > ul{
		min-width:980px;
		max-width:980px;
	}
	section#tourist .container > .box{
		min-width:980px;
		max-width:980px;
	}
	section#socialblog .container > ul > li:nth-child(1){
		width:490px;
	}
}
