@charset "utf-8";
/* CSS Document */

/*-------------------- 背景色 --------------------*/
.bg_green01 {background: #f5f7e4;}

/*-------------------- タイトル --------------------*/
/* 背景色あり */
.top .section.ttl_b_tohoku01 h3 {
	background-color: #91ab00;
	font-size: 1.8rem;
	line-height: 1.4;
}
/* 緑 2行 */
h2.w_ttl_b_tohoku02 {
	width: auto;
	margin: 20px auto;
	text-align: center;
	letter-spacing: .2rem;
	color: #91ab09;
}
h2.w_ttl_b_tohoku02 .ttl_b_tohoku02 {
	display: block;
	margin-bottom: 8px;
}
h2.w_ttl_b_tohoku02 .ttl_b_tohoku02 .inner {
	display: inline-block;
	font-size: 1.6rem;
}
h2.w_ttl_b_tohoku02 .ttl_big {
	font-size: 2.4rem;
}
/* 緑 1行 */
.feature .section.ttl_b_tohoku02 h2 {
	font-size: 2.4rem;
}
.feature .section.ttl_b_tohoku02 {
	position: relative;
	color: #91ab09;
}
.feature .section.ttl_b_tohoku02::before {
	position: absolute;
	content: "";
	width: 100%;
	border-top: 1px solid;
	top: 50%;
	left: 0;
}
.feature .section.ttl_b_tohoku02 h2 {
	background: #fff;
	position: relative;
	padding: 0 20px;
	letter-spacing: .2rem;
}
/* 下線 */
.feature .section.ttl_bb_dash h2 {
	border-bottom: 2px dashed;
}

/*-------------------- ナビ --------------------*/
.nav_b_tohoku {
	display: -webkit-flex;
	display: flex;
}
.nav_b_tohoku li {
	width: 100%;
	border-right: 1px solid #fff;
}
.nav_b_tohoku li:last-child {
	border-right: none;
}
.nav_b_tohoku li a {
	color: #fff;
	background: #89b825;
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 13px 15px 13px 5px;
	position: relative;
}
.nav_b_tohoku li a::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 2px solid;
	border-right: 2px solid;
	transform: rotate(45deg);
	top: 50%;
	right: 8%;
	margin-top: -6px;
}
.nav_b_tohoku li a:hover {
	color: #52572b;
	background: #b6d96c;
	transition: .2s;
}

/*-------------------- 観光地 --------------------*/
.area_titlebox>.title_name {font-size: 2.4rem;}

/*-------------------- エリア ピン --------------------*/
.area_titlebox {
	margin-top: -5px;
}
.area_titlebox>.area_name {
	background: none;
	color: #222;
	padding-left: 20px;
	position: relative;
	vertical-align: middle;
}
.area_titlebox>.area_name::before,
.area_titlebox>.area_name::after {
	position: absolute;
	content: "";
}
.area_titlebox>.area_name::before {
	width: 15px;
	height: 15px;
	background: #91ab09;
	border-radius: 50%;
	border-bottom-right-radius: 0;
	transform: rotate(45deg);
	top: 8px;
	left: 0;
}
.area_titlebox>.area_name::after {
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	top: 13px;
	left: 5px;
}

/*-------------------- 商品コンポーネント --------------------*/
.base_prod .hotel li>a .details_box>.txt {
	font-weight: bold;
	background: #e5ebbe;
	padding: 2px 5px;
	color: #52572B;
}
.base_prod.side_box {margin-bottom: 1%;}

/* 右寄せ */
.pc_i_right > .thumbnailImage.aem-GridColumn.aem-GridColumn--default--6 {float: right;}

/*-------------------- ボタン --------------------*/
.btn_b_tohoku01 a {
	background: #91ab00;
	display: block;
	font-weight: bold;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	position: relative;
}
.btn_b_tohoku01 a::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	margin-top: -4px;
}
.btn_b_tohoku01 a:hover {opacity: .8;}

/*-------------------- グルメ --------------------*/
.wrap_scroll {
	display: -webkit-flex;
	display: flex;
}
.wrap_scroll .box_scroll {
	width: 33.33%;
	margin: .5rem;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}

/*-------------------- バナー --------------------*/
.tyo_otherarea_banner .titleitem {
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	letter-spacing: .1rem;
	margin-bottom: .8rem;
	color: #4F5711;
}
.tyo_otherarea_banner .titleitem::before,
.tyo_otherarea_banner .titleitem::after {
	position: absolute;
	content: "";
	height: 2rem;
	border-right: 1px solid;
	bottom: 0;
}
.tyo_otherarea_banner .titleitem::before {
	left: -15px;
	transform: rotate(-30deg);
}
.tyo_otherarea_banner .titleitem::after {
	right: -15px;
	transform: rotate(30deg);
	color: #4F5711;
}



@media screen and (max-width: 767px) {
	
	/*-------------------- 観光地 --------------------*/
	.spot_b_tohoku {padding: 0 3%;}
	.spot_b_tohoku .swichi_box,
	.spot_b_tohoku .area_titlebox {width: 100%;}
	.area_titlebox>.title_name {font-size: 2.2rem;}
	
	/*-------------------- ナビ --------------------*/
	.nav_b_tohoku {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.nav_b_tohoku li {
		width: 50%;
		border-bottom: 1px solid #fff;
	}
	.nav_b_tohoku li:nth-of-type(2n) {
		border-right: none;
	}

	/*-------------------- グルメ --------------------*/
	.wrap_scroll {
		overflow: auto;
		scroll-snap-type: x mandatory;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.wrap_scroll .box_scroll {
		width: 90%;
		flex: none;
		scroll-snap-align: start;
	}
	
	
}
