@charset "Shift_JIS";

/*---------------------------
ボタンスタイル
----------------------------*/
.wrap.body .btn01 a,
.wrap.body .btn02 a {
	width: 100%;
	display: block;
	padding: 15px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}

.wrap.body .btn01 a:before,
.wrap.body .btn02 a:before {
	content: "";
	background: url(/the-onsen/yumeguri_cp_2025/common/img/ico_arrow_w.png) no-repeat;
	background-size: contain;
	width: 10px;
	height: 16px;
	display: inline-block;
	position: relative;
	left: -6px;
	top: 2px;
}

.wrap.body .btn01.under a:before,
.wrap.body .btn02.under a:before {
	background: url(/the-onsen/yumeguri_cp_2025/common/img/ico_arrowunder_w.png) no-repeat;
	background-size: contain;
	width: 16px;
	height: 10px;
	left: -6px;
	top: 0;
}

.wrap.body .btn01.btnBlank a:before,
.wrap.body .btn02.btnBlank a:before {
	background: url(/the-onsen/yumeguri_cp_2025/common/img/icon_blank_wh.png) no-repeat;
	background-size: contain;
	width: 15px;
	height: 13.5px;
	left: -6px;
	top: 1px;
}

.wrap.body .btn01 a {background: #5b3c39;} /*茶色ボタン */
.wrap.body .btn01 a:hover {background: #4D2B29;}

.wrap.body .btn02 a {background: #924747;} /*赤色ボタン */
.wrap.body .btn02 a:hover{background: #863534;}


/*top_leadのお知らせ*/
.btn01_news {
	width: 100%;
	margin: 0 auto !important;
	font-weight: 600;
	max-width: 850px;
}

.btn01_news a {
	width: 100%;
	display: block;
	padding: 22px 15px 22px 15px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	position: relative;
}

.btn01_news span.blnaklink a {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}

span.blnaklink_btn01_news a:before {
	content: "";
	display: block;
	background: url(/the-onsen/yumeguri_cp_2025/common/img/icon_blank_wh.png) no-repeat;
	background-size: contain;
	width: 15px;
	height: 14px;
	position: absolute;
	top: .5em;
	left: 1em;
	margin-bottom: 1em;

}

.btn01_news a {background: #0a9cb1;} /*青色ボタン */
.btn01_news a:hover{background: #0a94b1;}

@media screen and (max-width: 640px){
	span.blnaklink_btn01_news a:before {
	top: 80%;
	left: 92%;
	}
}


/*top_leadのお知らせ*/


/*---------------------------
リンクスタイル
----------------------------*/
.wrap.body .blnaklink a {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}

.wrap.body .blnaklink a:before {
	content: "";
	display: block;
	background: url(/the-onsen/yumeguri_cp_2025/common/img/icon_blank.png) no-repeat;
	background-size: contain;
	width: 15px;
	height: 14px;
	position: absolute;
	top: 5px;
	left: 0;
}

/*---------------------------
下層ページぱんくず
----------------------------*/
#breadcrumb {
	padding: 10px 10px;
}
#breadcrumb.sp_b {display: none;}

/*---------------------------
ヘッダー
----------------------------*/
#onsen_header {
	border-top: 3px solid #640000;
	-moz-box-shadow: 0px 2px 0px 0px #181818 inset;
	-webkit-box-shadow: 0px 2px 0px 0px #181818 inset;
	box-shadow: 0px 2px 0px 0px #181818 inset;
	padding-top: 10px;
}

#onsen_header header {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#onsen_header header .menu p.img_btn {
	cursor: pointer;
}

#onsen_header header h1 {
	text-align: center;
	position: absolute;
	left: 380px;
	top: 5px;
	z-index: 1;
}

#onsen_header header h1 a:hover {
	opacity: 0.7;
}
#onsen_header .spbtn,
#onsen_header .spmenu,
#onsen_header .onsen_list .area {
	display: none;
}
#onsen_header .menu {
	position: relative;
}
#onsen_header .menu > div#hokkaido,
#onsen_header .menu > div#minamitouhoku,
#onsen_header .menu > div#kitakantou,
#onsen_header .menu > div#jyoushinetsu {
	float: left;
}

#onsen_header .menu > div#jyoushinetsu {
	margin-left: 250px;
}

#onsen_header .menu .onsen_list {
	background-color: rgba(42,4,4,0.85);
	width: 952px;
	padding: 20px;
	position: absolute;
	z-index: 10;
	top: 122px;
	left: 0;
	display: none;
}

#onsen_header .menu .onsen_list .close {
	display: inline-block;
	margin-bottom: 15px;
	cursor: pointer;
	position: relative;
	left: 880px;
}

#onsen_header .menu .onsen_list ul li {
	float: left;
	width: 170px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#onsen_header .menu .onsen_list ul li:nth-child(5n) {
	margin-right: 0;
}

#onsen_header .menu .onsen_list ul li a:before {
	content: "";
	display: block;
	width: 58px;
	height: 26px;
	position: absolute;
	top: -8px;
	left: -3px;
	z-index: 10;
}

#onsen_header .menu .onsen_list ul li .announcement{
    width: 150px;
    height: auto;
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#onsen_header .menu .onsen_list ul li .announcementText{
    background-color: #ffffffa6;
    color: #640000;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 2px;
    line-height: 1.3;
}

#onsen_header .menu .onsen_list ul li.holiday a:after {
	content: "";
	display: block;
	background: url(/the-onsen/yumeguri_cp_2025/common/img/label_holiday.png) no-repeat;
	background-size: contain;
	width: 98px;
	height: 26px;
	position: absolute;
	bottom: 60px;
	left: 35px;
}
#onsen_header .menu .onsen_list ul li.holiday2 a:after {
	content: "";
	display: block;
	background: url(/the-onsen/yumeguri_cp_2025/common/img/label_holiday2.png) no-repeat;
	background-size: contain;
	width: 67px;
	height: 26px;
	position: absolute;
	bottom: 60px;
	left: 50px;
}
#onsen_header .menu .onsen_list ul li.holiday3 a:after {
	content: "";
	display: block;
	background: url(/the-onsen/yumeguri_cp_2025/common/img/label_holiday3.png) no-repeat;
	background-size: contain;
	width: 160px;
	height: 40px;
	position: absolute;
	bottom: 53px;
	left: 5px;
}
#onsen_header .menu .onsen_list ul li.hokkaido a:before{
	background: url(/the-onsen/yumeguri_cp_2025/common/img/label_hokkaido.png) no-repeat;
	background-size: contain;
}
#onsen_header .menu .onsen_list ul li.aomori a:before{
	background: url(/the-onsen/yumeguri_cp_2025/common/img/label_aomori.png) no-repeat;
	background-size: contain;
}
#onsen_header .menu .onsen_list ul li.akita a:before{
	background: url(/the-onsen/yumeguri_cp_2025/common/img/label_akita.png) no-repeat;
	background-size: contain;
}
#onsen_header .menu .onsen_list ul li.iwate a:before{
	background: url(/the-onsen/yumeguri_cp_2025/common/img/label_iwate.png) no-repeat;
	background-size: contain;
}
#onsen_header .menu .onsen_list ul li.miyagi a:before{
	background: url(/the-onsen/yumeguri_cp_2025/common/img/label_miyagi.png) no-repeat;
	background-size: contain;
}
#onsen_header .menu .onsen_list ul li.yamagata a:before{
	background: url(/the-onsen/yumeguri_cp_2025/common/img/label_yamagata.png) no-repeat;
	background-size: contain;
}
#onsen_header .menu .onsen_list ul li.fukushima a:before{
	background: url(/the-onsen/yumeguri_cp_2025/common/img/label_fukushima.png) no-repeat;
	background-size: contain;
}
#onsen_header .menu .onsen_list ul li.niigata a:before{
	background: url(/the-onsen/yumeguri_cp_2025/common/img/label_niigata.png) no-repeat;
	background-size: contain;
}
#onsen_header .menu .onsen_list ul li.nagano a:before{
	background: url(/the-onsen/yumeguri_cp_2025/common/img/label_nagano.png) no-repeat;
	background-size: contain;
}
#onsen_header .menu .onsen_list ul li.toyama a:before{
	background: url(/the-onsen/yumeguri_cp_2025/common/img/label_toyama.png) no-repeat;
	background-size: contain;
}
#onsen_header .menu .onsen_list ul li.gunma a:before{
	background: url(/the-onsen/yumeguri_cp_2025/common/img/label_gunma.png) no-repeat;
	background-size: contain;
}
#onsen_header .menu .onsen_list ul li.tochigi a:before{
	background: url(/the-onsen/yumeguri_cp_2025/common/img/label_tochigi.png) no-repeat;
	background-size: contain;
}

#onsen_header .menu .onsen_list ul li a {
	position: relative;
	display: block;
	color: #ffffff;
	text-align: center;
	font-size: 1.4rem;
}
#onsen_header .menu .onsen_list ul li a:hover {
	background:#fff;
}

#onsen_header .menu .onsen_list ul li a img {
	width: 100%;
}

#onsen_header .menu .onsen_list ul li a:hover img {
	opacity: 0.7;
}

#onsen_header .menu .onsen_list ul li .link {
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	width: 100%;
	padding: 5px;
	bottom: 0;
	text-decoration: none;
}

#onsen_header .menu .onsen_list ul li  a:hover .link {
	text-decoration: underline;
}

@media screen and (max-width: 640px){
	#onsen_header {
		border-top: 1px solid #077f5b;
		border-bottom: 3px solid #640000;
		-moz-box-shadow: 0px 2px 0px 0px #181818;
		-webkit-box-shadow: 0px 2px 0px 0px #181818;
		box-shadow: 0px 2px 0px 0px #181818;
		padding: 10px 0;
	}

	#onsen_header header {
		width: 100%;
		margin: 0 auto;
		position: relative;
		font-size: 4vw;
		height: 60px;
	}

	#onsen_header header h1 {
		text-align: left;
		float: left;
		position: relative;
		left: 3%;
		top: 0;
		width: 110px;
	}
	#onsen_header .spbtn {
		display: block;
		float: right;
		margin-right: 3%;
		margin-top: 2%;
		background: url(/the-onsen/yumeguri_cp_2025/common/img/header/btn_spmenu.png) no-repeat;
		background-size: contain;
		width: 40px;
		height: 40px;
		padding: 3% 0 3% 0;
	}

	#onsen_header .spbtn.open {
		background: url(/the-onsen/yumeguri_cp_2025/common/img/header/btn_spmenu_c.png) no-repeat;
		background-size: contain;
	}
	#onsen_header .menu {
		display: none;
		width: 100%;
		padding: 0 3%;
		position: absolute;
		top: 73px;
		background-color: #fff;
		z-index: 10;
		color: #000000;
	}


	#onsen_header .spmenu {
		display: block;
	}
	#onsen_header .spmenu a {
		color: #000000;
		position: relative;
		display: block;
		padding: 4% 5% 4% 3%;
	}

	#onsen_header .spmenu a:after {
		content: "";
		background: url(/the-onsen/yumeguri_cp_2025/common/img/ico_arrow.png) no-repeat;
		background-size: contain;
		display: inline-block;
		width: 16px;
		height: 17px;
		position: absolute;
		right: 3%;
		top: 50%;
		margin-top: -10px;
	}
	#onsen_header .spmenu .blank a:after {
		content: "";
		background: url(/the-onsen/yumeguri_cp_2025/common/img/icon_blank.png) no-repeat;
		background-size: contain;
		display: inline-block;
		width: 15px;
		height: 13.5px;
		position: absolute;
		right: 3%;
		top: 50%;
		margin-top: -10px;
	}

	#onsen_header .spmenu li {
		border-bottom: 1px solid #e7e7e7;
	}
	#onsen_header .menu > div#hokkaido,
	#onsen_header .menu > div#minamitouhoku,
	#onsen_header .menu > div#kitakantou,
	#onsen_header .menu > div#jyoushinetsu{
		float: none;
	}
	#onsen_header .menu > div#jyoushinetsu {
		margin-left: 0;
	}

	#onsen_header .menu > div .img_btn{
		padding: 4% 5% 4% 3%;
		border-bottom: 1px solid #e7e7e7;
		position: relative;
	}

	#onsen_header .menu > div .img_btn:after {
		content: "";
		background: url(/the-onsen/yumeguri_cp_2025/common/img/header/ico_sp_p.png) no-repeat;
		background-size: contain;
		display: inline-block;
		width: 16px;
		height: 17px;
		position: absolute;
		right: 3%;
		top: 50%;
		margin-top: -10px;
	}
	#onsen_header .menu > div .img_btn.open {background: #e7e7e7;}
	#onsen_header .menu > div .img_btn.open:after {
		background: url(/the-onsen/yumeguri_cp_2025/common/img/header/ico_sp_m.png) no-repeat;
		background-size: contain;
	}

	#onsen_header .menu .onsen_list {
		background-color: #fff;
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		padding: 0;
	}

	#onsen_header .menu .onsen_list .close {
		display: none;
	}

	#onsen_header .menu .onsen_list ul li {
		float: none;
		width: 100%;
		padding: 4% 5% 4% 3%;
		margin-right: 0;
		margin-bottom: 0;
		border-bottom: 2px dotted #fff;
		background: #f5f5f5;
		position: relative;
	}

	#onsen_header .menu .onsen_list li.area {
		display: block;
		padding: 4% 5% 4% 3%;
		border-bottom: 1px solid #e7e7e7;
		background: #efefef;
	}

	#onsen_header .menu .onsen_list ul li a:before{
		content: none;
	}

	#onsen_header .menu .onsen_list ul li a {
		color: #000000;
		text-align: left;
		font-size: 4vw;
		position: relative;
		padding-right: 4%;
	}
    #onsen_header .menu .onsen_list ul li .announcement{
        width: 58%;
        top: -32%;
        margin: auto 0;
        z-index: 2;
        text-align: center;
    }

    #onsen_header .menu .onsen_list ul li .announcementText{
        background-color: #ffffff82;
        border: none;
        font-size: 90%;
        padding: 4px;
        line-height: 1.2;
        text-shadow: 0 0 5px #fff;
    }

	#onsen_header .menu .onsen_list ul li a:after,
	#onsen_header .menu .onsen_list ul li.holiday a:after{
		content: "";
		background: url(/the-onsen/yumeguri_cp_2025/common/img/ico_arrow.png) no-repeat;
		background-size: contain;
		display: inline-block;
		width: 16px;
		height: 17px;
		position: absolute;
		right: -2%;
		top: 50%;
		margin-top: -9px;
		bottom: auto;
		left: auto;
	}

	#onsen_header .menu .onsen_list ul li.holiday a:after,
	#onsen_header .menu .onsen_list ul li.holiday2 a:after{
		margin-top: -13px;
	}

	#onsen_header .menu .onsen_list ul li.holiday3 a:after{
		margin-top: -20px;
	}

	#onsen_header .menu .onsen_list ul li a img {
		display: none;
	}

	#onsen_header .menu .onsen_list ul li .link {
		background: #f5f5f5;
		position: relative;
		padding: 0;
	}
}



/*---------------------------
mainVisual
----------------------------*/
.wrap.bodyVisual {
	width: 100%;
	min-width: 950px;
	height: 400px;
	position: relative;
	overflow: hidden;
}

.wrap.bodyVisual:before {
/*	content: "";*/
	display: block;
	background: url(../../img/top/bg_slide.png) center;
	background-size:cover;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.wrap.bodyVisual ul.slide {
	margin: 0;
	padding: 0;
}


.wrap.bodyVisual .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.wrap.bodyVisual .bx-viewport {
	overflow: visible !important;
}


.wrap.bodyVisual .bx-controls {
	position: absolute;
	bottom: 0;
	left: 47%;
	z-index: 3;
}
.wrap.bodyVisual .bx-controls .bx-pager .bx-pager-item {
	display: inline-block;
	margin-right: 10px;
}

.wrap.bodyVisual .bx-controls .bx-pager .bx-pager-item a {
	background: url(/the-onsen/yumeguri_cp_2025/common/img/ico_pager.png) no-repeat;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	display: block;
}

.wrap.bodyVisual .bx-controls .bx-pager .bx-pager-item a.active {
	background: url(/the-onsen/yumeguri_cp_2025/common/img/ico_pager_select.png) no-repeat;
}



@media screen and (max-width: 640px){
	.wrap.bodyVisual {
		width: 100%;
		min-width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
	}
	.wrap.bodyVisual:before {
		content: none;
	}

	.wrap.bodyVisual .bx-wrapper {
		width: 100%;
	}

	.wrap.bodyVisual .bx-controls {
		position: static;
		text-align: center;
		margin: 3% 0 0;
	}
	.wrap.bodyVisual .bx-controls .bx-pager .bx-pager-item {
		margin-right: 1.5%;
	}

	.wrap.bodyVisual .bx-controls .bx-pager .bx-pager-item a {
		background-image: none;
		height: 10px;
		width: 10px;
		background: #acacac;
		border-radius: 10px;
	}

	.wrap.bodyVisual .bx-controls .bx-pager .bx-pager-item a.active {
		background-image: none;
		background: #f18e19;
	}
}
/*---------------------------
main
----------------------------*/

.wrap.body {
	background: url(/the-onsen/yumeguri_cp_2025/common/img/bg_main.png);
	padding-top: 30px;
}

.wrap.body .contents {
	width: 950px;
	margin: 0 auto;
}

.wrap.body .contents section {
	padding-bottom: 40px;
}

@media screen and (max-width: 640px){
	.wrap.body .contents {
		width: 100%;
		padding:0 2% 10%;
	}
	.wrap.body .contents section {
		padding:0 2% 10%;
	}
}


/*---------------------------
見出し
----------------------------*/
.wrap.body .heading01 {
	border-bottom: 1px solid #f08200;
	text-align: center;
	margin-bottom: 25px;
	color: rgb(75,75,75);
}


.wrap.body .heading01 > * {
	border-bottom: 4px solid #640000;
	text-align: center;
	font-size: 2.4rem;
	font-weight: normal;
}
.wrap.body .heading01 > *:after {
	content: "";
	background: #4f0000;
	width: 40px;
	height: 8px;
	display: block;
	position: relative;
	margin: 0 auto;
	top: 6px;
}

.wrap.body .heading02 {
	text-align: center;
	margin-bottom: 0;
	font-size: inherit;
}


.wrap.body .heading02 > * {
	text-align: center;
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: normal;
	display: inline-block;
	position: relative;
}

.wrap.body .heading02 > *:before {
	content: "";
	background: #640000;
	border: 1px solid #f08e1b;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 10px;
	height: 10px;
	display: inline-block;
	position: absolute;
	left: -25px;
	top: 10px;
}
.wrap.body .heading02 > *:after {
	content: "";
	background: #640000;
	border: 1px solid #f08e1b;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 10px;
	height: 10px;
	display: inline-block;
	position: absolute;
	right: -25px;
	top: 10px;
}

@media screen and (max-width: 640px){
	.wrap.body .heading01 {
		margin-bottom: 8%;
	}

	.wrap.body .heading01 > * {
		font-size: 2.2rem;
	}
}


/*---------------------------
ページの先頭へ
----------------------------*/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	display: none;
}

@media screen and (max-width: 640px){
	#pageTop {
		bottom: 2vw;
		right: 2%;
		width: 11vw;
		height: auto;
	}
}

/*---------------------------
onsen_footer
----------------------------*/
#onsen_footer {
	background: #5f4343;
	padding: 10px 0;
}

#onsen_footer ul {
	width: 950px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

#onsen_footer ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.4rem;
}

#onsen_footer ul li a:before {
	content: "";
	background: url(/the-onsen/yumeguri_cp_2025/common/img/ico_arrow_w.png) no-repeat;
	background-size: contain;
	width: 7px;
	height: 13px;
	display: inline-block;
	position: relative;
	left: -5px;
	top: 2.5px;
}


#onsen_footer ul li a:hover {
	text-decoration: underline;
}


@media screen and (max-width: 640px){
	#onsen_footer {
		display: none;
	}
}
