@charset "UTF-8";
/* CSS Document */

@media screen and (max-width:767px) {
	.br_pc{
		display: none;
	}
}
@media screen and (min-width:768px){
	.br_sp{
		display: none;
	}
}
/* =========================================================
　ボタン共通
========================================================= */
.plan_btn a {
	color: #fff;
	margin-top: 1em;
	text-align: center;
	background: #c89533 url(../common/img/arrow_w.png) no-repeat 95% center;
	background-size: 7px auto;
}

/* カテゴリータイトル
--------------------------------------------------------- */
@media screen and (max-width:767px) {
	.category {
		background: url(images/category_title_bg.jpg) no-repeat center top;
		background-size: 150% auto;
	}
}
@media screen and (min-width:768px) , print {
	.category {
		background: url(images/category_title_bg.jpg) no-repeat center top;
		background-size: 100% auto;
	}
}

/* 那須で楽しむイベント
--------------------------------------------------------- */
.aki_event_box{
	background: url("images/bk_sky.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	padding: 100px 10px;
}
.aki_event_box h3{
	color: #fff;
	text-align: center;
	font-family: "Yu Mincho", "YuMincho", "a-otf-ryumin-pr6n", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 220%;
}
.aki_event_box p{
	color: #fff;
	text-align: center;
}
@media screen and (max-width:768px) , print {
	.aki_event_box p{
		text-align: left;
		}
}

/* 冬の星空鑑賞会と焚き火で焼き芋
--------------------------------------------------------- */
.event_sky{
	border: 1px solid #fff;
	max-width: 1000px;
	padding: 60px 2em;
	margin: 70px auto 30px;
}
.event_sky h4{
	color: #fff;
	font-size: 200%;
	width: 100%;
	text-align: center;
	font-family: "Yu Mincho", "YuMincho", "a-otf-ryumin-pr6n", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: relative;
  	display: inline-block;
	line-height: 1.4;
	padding-bottom: .8em;
}
.event_sky h4::after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 50px;
	border-bottom: 1px solid #FEE034;
}
.event_sky table{
	color: #fff;
	margin: 10px auto;
    display: block;
    border: none;
	max-width: 320px;
}
.event_sky table th{
	border: none;
    vertical-align: top;
    padding-right: 1em;
}
.event_sky table td{
	border: none;
}
.aki_event_box p.event_yoyaku{
	max-width: 320px;
	margin: 0 auto;
	text-align: left;
}
.event_sky li{
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.event_sky li div{
	width: 49%;
}
.event_sky li .sky_list_text{
	display: block;
}
.event_sky li .sky_list_text h5{
	color: #fff;
	font-size: 180%;
	font-family: "Yu Mincho", "YuMincho", "a-otf-ryumin-pr6n", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin: 0 0 1em 0;
	line-height: 1.4;
}
.event_sky li .sky_list_text p{
	text-align: left;
}
/* 偶数番目のliだけ左右逆にする */
.event_sky li:nth-child(even) {
  flex-direction: row-reverse;
}
.event_sky .plan_btn{
	margin: 80px auto 0;
	max-width: 320px;
}
.event_sky .plan_btn a{
	display: block;
    padding: 1em;
}
@media screen and (max-width:767px) {
	.event_sky li{
		display: block;
	}
	.event_sky li div{
		width: 100%;
	}
	.event_sky li .sky_list_text h5{
		margin-top: 1em;
	}
}

/*屋台縁日コーナー
--------------------------------------------------------- */
.event_yatai {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	background: url("images/bk_yatai.jpg") center top no-repeat;
	background-size: cover;
	padding: 0 2em;
}
/* 左背景画像 */
.event_yatai::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 206px;
	height: 100%;
	background: url("images/event_img03_1.png") no-repeat center center;
	background-size: 100% 100%;
	z-index: 1;
}
/* 右背景画像 */
.event_yatai::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 206px;
	height: 100%;
	background: url("images/event_img03_2.png") no-repeat center center;
	background-size: 100% 100%;
	z-index: 1;
}
/* 中央テキストブロック */
.event_yatai_text {
	position: relative;
	width: calc(100% - 480px); /* 左右画像を除いた幅 */
	height: 100%;
	padding: 40px 0;
	margin: 0 auto;
	z-index: 2;
	color: #210;
	text-align: left;
}
.event_yatai h4 {
	max-width: 340px;
	margin:0 auto 2em;
}
.event_yatai h4 img {
	height: auto;
	width: 100%;
}
.event_yatai p {
	color: #210;
	text-align: left;
}
.event_yatai_text table {
	border: none;
	margin-top: 1em;
}
.event_yatai_text th {
	border: none;
	vertical-align: top;
	padding-right: 1em;
}
.event_yatai_text td {
	border: none;
}
/* 背景画像用の擬似要素を前面に重ねる */
.event_yatai_text::before {
    content: "";
    position: absolute;
    bottom: 20px;
    right: -10px;
    width: 150px;
    height: 140px;
    background: url("images/img_yuki.png") no-repeat;
    background-size: cover;
    z-index: 2;
    pointer-events: none; /* 背景画像がクリックを邪魔しないように */
}
.yatai_img img {
    display: block;
    position: relative;
    z-index: 1;
}
@media screen and (max-width:767px) {
	.event_yatai{
		display: block;
		padding: 60px 2em 50px;
		background: url("images/bk_yatai.jpg") center bottom no-repeat;
		background-size: cover;
	}
  /* 擬似要素を非表示にする */
  .event_yatai::before,
  .event_yatai::after {
		display: none;
	}
  /* 中央テキスト幅を100%に戻す */
  .event_yatai_text {
		width: 100%;
		padding: 0;
		box-sizing: border-box; /* ← 重要。padding込みで100%に収める */
		}
  .event_yatai h4 {
		margin-bottom: 2em;
		width: 100%;
		}
	.event_yatai h4{
		margin-bottom: 2em;
		max-width: 100%;
	}
	.yatai_img {
		width: 100%;
		overflow: hidden;
		box-sizing: border-box;
		padding: 2em 0 0;
  }
	.yatai_img img {
		max-width: 100%;
		height: auto;
		display: block;
		}
	.event_yatai_text::before {
		content: "";
		position: absolute;
		bottom: -40px;
		right: -10px;
		width: 120px;
		height: 110px;
		}
}
@media screen and (min-width:768px) {
	.yatai_img {
		display: none;
		}
	.event_yatai_text {
		z-index: 0;
	}
	.event_yatai_text::before {
		z-index: -1;
	}
}
/* 四季の館那須 宿泊プラン
--------------------------------------------------------- */
.akiplan {
	background-color: #EAF6FD;
}
.akiplan_text h4 {
	color: #4F85A6;
}
@media screen and (max-width:767px) {
	.akiplan {
		padding: 3.5em 3em;
	}
	.akiplan_text br {
		display: none;
	}
	.akiplan_text h4 {
		line-height: 1.4;
		font-size: 160%;
		text-align: center;
	}

	.akiplan_text h4 br {
		display: none;
	}
	.akiplan_text .capton {
		font-size: 80%;
	}
	.akiplan .plan_btn a {
		padding: 1em 1.8em;
		display: block;
}
	.pickup img.planimg {
		width: 100%;
}
}
@media screen and (min-width:768px) , print {
	.akiplan {
		margin: 4em auto;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		text-align: center;
	}
	.akiplan_text {
		flex: 0 0 500px;
		padding: 2em;
	}
	.akiplan_text h4 {
		line-height: 1.4;
		font-size: 180%;
	}
	.akiplan_text .capton {
		font-size: 70%;
	}
	.akiplan_photo {
		flex: 1 1 auto;
		background: url(images/column_01.jpg) no-repeat center center;
		background-size: cover;
	}
	.akiplan_photo img {
		display: none;
	}
	.akiplan .plan_btn a {
		padding: 1em 6em .9em;
		display: inline-block;
}
}




























































