@charset "utf-8";
/*カルーセル------------------*/
/*左右の矢印の色を変える*/
.slick-prev:before, .slick-next:before {
	color: #fff;
}
/*左右の矢印の位置を変える*/
.slick-next {
	right: 20px;
	z-index: 99;
}
.slick-prev {
	left: 15px;
	z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before, .slick-dots li button:before {
	color: #fff;
}
/*スライド画像の横幅可変*/
.slick-track img {
	max-width: 100%;
	height: auto;
}
.multiple-item li {
	margin: 0 10px;
}
.multiple-item {
	padding: 15px 0;
	background: #333;
}
.slick-dotted.slick-slider {
	margin-bottom: 50px;
}

/*
.slick-slider {
    padding: 0 100px;
}
*/
/*カルーセル------------------*/


/*共通*/
.content {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto 50px auto;
	padding: 0 10px;
	clear: both;
}
/**/

h1 {
	max-width: 2000px;
	margin: 0 auto 50px auto;
	z-index: 1000;
}
h2 {
	font-size: 18px;
	margin: -95px 0 0 0;
	background: #88abda;/*青*/
	z-index: 1;
	width: 50%;
	position: absolute;
	left: 25%;
}
h2 a {
	display: block;
	padding: 15px 10px;
	line-height: 1.5;
	color: #fff;
	text-decoration: underline;
	font-size: 14px;
}
h2 a:hover {
	color: #fff;
	background: #f29c9f;/*ピンク*/
	text-decoration: none;
}
h2 b {
	font-size: 12px;
}
h4 {
	line-height: 1.5;
}
h4 span {
	font-size: 12px;
}
.font12 {
	font-size: 12px;
}.font18 {
	font-size: 18px;
}
.colorf00 {
	color: #f00;
}
.color_337ab7 {
	color: #337ab7;
}
/*onsen*/
ul.photo {
	overflow: hidden;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5%;
}
ul.photo li {
	float: left;
	padding: 0 0.5%;
	max-width: 370px;
	width: 33.3333%;
}
ul.photo li img {
	width: 100%;
	height: auto;
	padding: 5%;
}
/*unkai*/
.unkai {
	text-align: center;
}
.unkai img {
	width: 100%;
}
/*sora*/
#sora p img {
	width: 100%;
}
#sora dl {
	text-align: center;
}
#sora dl dt, #sora dl dd {
	padding: 0 0 20px 0;
}
#sora dl dt {
	font-size: 16px;
}
.topic {
	padding: 20px 40px;
	border: 2px dotted #3e3e3e;
}
/*aibiya*/
ul.aibiya {
	overflow: hidden;
	width: 100%;
	margin: 0 0 30px 0;
}
ul.aibiya li {
	float: left;
	padding: 0 0.5%;
	width: 33.3333%;
}
ul.aibiya li img {
	width: 100%;
	height: auto;
}
.btn_lnk {
	text-align: center;
}
.btn_lnk p a {
	display: inline-block;
	margin: 0 0 50px 0;
	padding: 10px 20px;
	border-radius: 6px;
	color: #fff;
	background: #88abda;/*青*/
	text-decoration: none;
}
.btn_lnk p a:hover {
	background: #f29c9f;/*ピンク*/
}
/*plan*/
.ttl_plan span {
	padding: 5px 15px;
	font-size: 18px;
	border: 1px solid #333;
}
.box {
	overflow: hidden;
}
.plan_box {
	width: 50%;
	float: left;
	margin: 0 0 30px 0;
	padding: 10px;
}
.plan_txt {
	text-align: center;
}
.plan_txt dt {
	padding: 0 0 10px 0;
}
.plan_box ul {
	overflow: hidden;
	padding: 0 0 20px 0;
}
.plan_box ul li {
	width: 50%;
	float: left;
	padding: 3px;
}
.plan_box li img {
	width: 100%;
	height: auto;
}
.btn_plan {
	text-align: center;
	padding: 3px;
}
.btn_plan p a {
	display: block;
	margin: 0 0 10px 0;
	padding: 10px;
	border-radius: 6px;
	color: #fff;
	background: #f29c9f;/*ピンク*/
	text-decoration: none;
}
.btn_plan p a:hover {
	background: #88abda;/*青*/
}
.set {
	padding: 0 3px 20px 3px;
}
.set dt {
	font-size: 14px;
	font-weight: normal;
}
.set dd {
	color:#f00;
}
.set dd span {
	color: #fff;
	border-radius: 6px;
	padding: 0 10px;
	font-size: 12px;
}
.breakfast, .dinner {
	background: #eb6877;/*濃いピンク*/
}
.ropeway {
	background: #88abda;
}
.onsen {
	background: #f29b76;/*オレンジ*/
}
.reasonable {
	background: #69c88d/*グリーン*/
}
/*eat*/
.shop {
	text-align: center;
	font-size: 18px;
	padding: 0 0 10px 0;
}
.shop_txt dt {
	padding: 0 0 20px 0;
	font-weight: normal;
}
.shop_txt dd a {
	text-decoration: underline;
}

/* 767px以下(SM) */
@media only screen and (max-width: 767px) {
/*カルーセル------------------*/
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
/*カルーセル------------------*/
h1 {
	margin: 0 auto;
}
h2 {
	position: static;
	width: 100%;
	margin: 0;
}
h3 img {
	width: 50%;
}
.btn_lnk p a {
	display: block;
}
/*sora*/
#sora dl dt, #sora dl dd {
	padding: 0 0 5px 0;
}
.topic {
	padding: 10px;
}
}

/* 480px以下(SM) */
@media only screen and (max-width: 480px) {
.plan_box {
	width: 100%;
	padding: 0;
}
}

/* 320px以下(SM) */
@media only screen and (max-width: 320px) {
h3 img {
	width: 80%;
}
.ttl_plan span {
    padding: 2px 5px;
    font-size: 14px;
}
}



/*btn-------------*/
@media screen and (min-width:767px) {
.onlysm {
    display: none!important;
}
}
@media only screen and (max-width: 766px) {
.onlysm {
    display: block!important;
}
}
/*btn-------------*/


/*201803 追記*/
.image ul {
	overflow: hidden;
}
.image li {
	float: left;
	padding: 0.5%;
	width: 25%;
}
.image ul li img {
	width: 100%;
	height: auto;
}
.plan_center {
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}

/*スキー　追加*/
.ryuoo {
	overflow: hidden;
}
.img_ryuoo {
	float: left;
	width: 50%;
	padding: 0 10px 0 0;
}
.img_ryuoo img {
	max-width: 100%;
}
.btn_ski a {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 0 0 10px;
}
.price_inset_mc {
	text-align: left;
}
@media only screen and (max-width: 767px) {
.img_ryuoo {
    float: none;
    width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}
.btn_ski a {
    float: none;
    width: 100%;
}
}




/*追記　ロープウェイなし
ロープウェイなどプランが増えた場合はplan_box2→plan_boxに変更する。
(コメントアウトしているplan_boxを表示させる)
こちらより下のcssはコメントアウト。
*/


/*plan_box2-------------*/
/*
.box {
	margin: 0 0 50px 0;
	padding: 20px 20px 20px 10px;
	background: #eee;
}
.plan_box2 ul {
	overflow: hidden;
	width: 50%;
	float: left;
}
.plan_box2 ul li {
	width: 50%;
	float: left;
	padding: 0 10px;
}
.plan_box2 ul li img {
	max-width: 100%;
	width: 100%;
}
.btn_box {
	width: 50%;
	float: left;
}

@media only screen and (max-width: 767px) {
.box {
	padding: 20px 10px;
}
.plan_box2 ul {
	width: 100%;
	float: none;
}
.btn_box {
	width: 100%;
	float: none;
}
}
*/
/*-------------plan_box2*/



/* ウォーターアクティビティ追加 */
/* ※ボタンやセクションを使いまわせるようにclassで作成しています※ */
.info-dl{
	text-align:center;
}
.info-dl dt{
	font-size:16px;
	margin:0 0 20px;
}
.info-dl dd{
	margin:0 0 10px;
}
.w100{
	width:100%;
}
.plan-btn{
	display:table;
	margin:40px auto;
}
.plan-btn dt,
.plan-btn dd{
	display:table-cell;
	line-height: 1.4;
	vertical-align:middle;
}
.plan-btn dt{
	padding-right:20px;
	font-size:16px;
	font-weight:normal;
}
.bold{
	font-style:normal;
	font-weight:bold;
}
.btn-style01{
	position:relative;
	display:table;
	margin:0 auto;
	padding:15px 40px 15px 20px;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height: 1.4;
	text-align:center;
	color:#fff!important;
	background:#f29c9f;
	text-decoration:none!important;
	border-radius:6px;
}
.btn-style01:before{
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-0.6em;
	content:"\f138";
	font-family:"fontAwesome";
}
.btn-style01:hover{
	background:#88abda;
}
.content > .btn-style01{
	margin:40px auto;
}


@media only screen and (max-width: 767px) {
	.pctab{
		display:none!important;
	}
	.plan-btn dt{
		padding:10px;
		font-size:14px;
	}
	.btn-style01{
		padding:10px 30px 10px 15px;
		font-size:14px;
	}
	.content > .btn-style01{
		margin:30px auto;
	}

}

h4{
	margin:20px 0;
}

.mb20{
	margin-bottom:20px;
}

#reco h2,
#faq-accordion h2,
#relation-link h2{
	left:0;
}

#reco a{
	color:#333;
}

@media(max-width:767px) {
	#reco h2,
	#faq-accordion h2{
		font-size:20px;
		line-height:1.4;
		width:70%;
	}

}
