@charset "UTF-8";
/* CSS Document */
/* =========================================================
秋の特集CSS
=============================================================*/

/* =========================================================
main
========================================================= */
/*トップページの見出し　共通スタイル
-------------------------------------------------- */
.content_wrap .event_title {
    display: block;
	width: 100%;
    height: 600px;
	background: url("images/feature_title_img.jpg") no-repeat left center;
	background-repeat: no-repeat,no-repeat;
	background-size: 1600px auto,cover;
	background-position: center center;
	outline: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.content_wrap img {
	width: 100%;
}
.content {
	 margin: 5.714em 0;
}
.flex {
	display: flex;
}
p.catch {
	text-align: center;
	font-size: 1.2em;
	line-height: 2.2em;
	margin: 2em 0;
}

/*トップページの見出し　共通スタイル(スマホ)
-------------------------------------------------- */
@media screen and (max-width:999px){
.content_wrap .event_title{
	background: url("images/feature_title_img_sp.jpg") no-repeat left center;
    background-size: auto;
    background-size: 100% auto;
    padding-top: 85.71428%;
	height: 0;
}
.content {
    margin: 5.714em 0;
}
}
/*鮮やかな須川岳の紅葉 一関に秋が来た
-------------------------------------------------- */
.season_catch {
	text-align: center;
	margin-bottom: 5.929em;
}
.season_catch p {
	font-size: 1.429em;
	line-height: 1.7;
}
.season_item {
	position: relative;	
}
.content_box h3 {
	font-size: 3.143em;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 600;
	margin-bottom: 0.682em;
}
.content_box h4 {
	font-size: 2.857em;
}
.content_box h5 {
	font-size: 2.143em;
	text-align: left;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
.content_box h6 {
    font-size: 1.35em;
    text-align: left;
    line-height: 1.8em;
    margin: 0;
}
ul.slider .slick-slide li {
    height: 100%;
}
/*鮮やかな須川岳の紅葉 一関に秋が来た
-------------------------------------------------- */
@media screen and (max-width:999px){
.content_box h3 {
	font-size: 2em;
}
}
/*記事コンテンツ
-------------------------------------------------- */
.arch_wrap {
	position: absolute;
	top: -130px;
	left: 0;
	right: 0;
}
.arch_box {
	position: relative;
	width: 466px;
	margin: 0 auto;
	background-image: url("../../images/arch_bg_img.svg");
	background-repeat: no-repeat;
    height: 100px;
    background-size: 100%;
    background-position: center;
	padding-top: 2em;
}
.arch_box::before {
    content: "";
    position: absolute;
    top: 67px;
    left: 18%;
    width: 46px;
    height: 54px;
    background-image: url(../../images/arch_left.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.arch_box::after {
	content: "";
	position: absolute;
	top: 67px;
	right: 18%;
	width: 46px;
    height: 54px;
	background-image: url("../../images/arch_right.svg");
	background-repeat: no-repeat;
	background-size: 100%;
}

.arch_box .arch {
	position: relative;
	color: #333;
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
/*	margin: 1.5em 0;*/
}
.arch_wrap .arch span {
	margin: 0 1px;
}
.arch_wrap .arch::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 300px;
	height: 58px;
	border-radius: 83%;
	border:solid 2.5px #929292;
	border-color:#929292 transparent transparent transparent;
	border-radius: 83%/100px 100px 0 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.arch_wrap .arch::after {
    content: "";
    position: absolute;
    top: 45px;
    left: 50%;
    width: 262px;
    height: 58px;
    border-radius: 100%;
    border: solid 2.5px #929292;
    border-color: #929292 transparent transparent transparent;
    border-radius: 105%/100px 100px 0 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.season_content {
	max-width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
/*	line-height: 2.2em;*/
}
.flex.season_content {
	margin: 5em auto 4em;
}
.flex .season_content_text {
	width: 47%;
	font-size: 1.143em;
	line-height: 2em;
}
.flex .season_content_img {
	width: 47%;
}
/*記事コンテンツ(スマホ)
-------------------------------------------------- */
@media screen and (max-width:999px){
.season_content_item {
    width: 100%;
    margin: 0 auto;
}
.flex {
    flex-wrap: wrap;
	padding: 0 20px;
}
.flex .season_content_text {
	width: auto;
}
.flex .season_content_img {
	width: auto;
}
.content_box h4 {
    font-size:2em;
	margin-bottom: 0em;
}
/*スライダー高さ上書き*/
ul.slider .slick-slide img {
    max-height: 370px;
}
.season_content_item_text {
    width: 100%;
    font-size: 1.143em;
	order: 2;
}
.arch_wrap {
    position: absolute;
    top: -130px;
    left: 0;
    right: 0;
}
.arch_wrap .arch::before {
	content: "";
    position: absolute;
    top: 22px;
    left: 50%;
    width: 225px;
    height: 58px;
    border-radius: 83%;
    border: solid 2.48px #929292;
    border-color: #929292 transparent transparent transparent;
    border-radius: 105%/100px 100px 0 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.arch_wrap .arch::after {
    content: "";
    position: absolute;
    top: 58px;
    left: 50%;
    width: 187px;
    height: 58px;
    border-radius: 100%;
    border: solid 2.48px #929292;
    border-color: #929292 transparent transparent transparent;
    border-radius: 160%/100px 100px 0 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.arch_box {
    position: relative;
    width: 320px;
    margin: 0 auto;
    background-image: url("../../images/arch_bg_img.svg");
    background-repeat: no-repeat;
    height: 100px;
    background-size: 100%;
    background-position: center;
    padding-top: 2em;
}
.arch_box::before {
    content: "";
    position: absolute;
 	top: 77px;
    left: 14%;
    width: 35px;
    height: 41px;
    background-image: url(../../images/arch_left.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.arch_box::after {
    content: "";
    position: absolute;
    top: 75px;
    right: 13%;
    width: 35px;
    height: 41px;
    background-image: url(../../images/arch_right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.arch_box .arch {
    color: #333;
    font-size: 1.2em;
    text-align: center;
	padding: 32px 0;
}
}
/*コラム1 半分が背景画像のもの
-------------------------------------------------- */
.autumn.feature_column {
	max-width: 1200px;
	margin: 5.714em auto;
}
.feature_column_inner {
	background: #F2EFE9;
	padding: 3em 0;
	box-sizing: border-box;
	border-radius: 30px;
}
.column01 .feature_column_inner {
	background: url("images/column_img_bg.png"),#D7F0F0;
	background-position: -115% center,right center;
    background-size: 80% auto,100%;
	background-repeat: no-repeat;
	padding: 3em 0;
	box-sizing: border-box;
	border-radius: 30px;
}
.autumn.feature_column .column_box .column_text h6 {
 	text-align: left;
	margin: 0;
	font-size: 1.843em;
	font-weight: 400;
}
.autumn.feature_column .column_box .column_text {
    max-width: 45%;
    margin: 0 2em;
}
.autumn.feature_column .column_box {
    display: flex;
    justify-content: flex-end;
    margin: 0 3em ;
}
.autumn.feature_column .column_box p {
   line-height: 1.9;
    text-align: justify;
}
.autumn.feature_column .more_btn {
	margin:2em 0;
}
/*コラム1 半分が背景画像のもの
-------------------------------------------------- */
@media screen and (max-width:999px){
.feature_column {
	padding: 0 20px;
}
.feature_column_inner {
	max-width: 1200px;
	border-radius: 30px;
	background: #F2EFE9;
	background-position:center 10%;
    background-size: 80% auto,100%;
	background-repeat: no-repeat;
	padding: 0 0 1em;
	box-sizing: border-box;
	margin: auto;
}
.column01 .feature_column_inner {
	background:#D7F0F0;
	background-position: -115% center,right center;
    background-size: 80% auto,100%;
	background-repeat: no-repeat;
	padding: 2em 0 1em;
	box-sizing: border-box;
	border-radius: 30px;
}
.autumn.feature_column .column_box .column_text h6 {
 	text-align: center;
	font-size: 1.443em;
}
.autumn.feature_column .column_box {
    display: flex;
    justify-content: center;
    margin: 0 20px;
}
.autumn.feature_column .column_box .column_text {
     max-width: 100%;
	 margin: 0;
}
.autumn.feature_column .column_box img {
    max-width: 700px;
    width: 100%;
    margin: 2em auto;
	height: auto;
}
.autumn.feature_column .column_box .column_box_height {
	height: 100%;
}
}
/*コラム2 
-------------------------------------------------- */
.column02 .column_box .column_text {
	order: 1;
}
.column02 .column_box img {
	order: 2;
}
/*コラム2 
-------------------------------------------------- */
@media screen and (max-width:999px){
}
/*産地直売所のご紹介
-------------------------------------------------- */
.slider_item_list .prev-arrow {
    position: absolute;
    left: 2%;
    z-index: 1;
    width: 50%;
	top: 50%;
    max-width: 60px;
}
.slider_item_list .next-arrow {
    position: absolute;
    right: 2%;
    z-index: 1;
    top: 50%;
    width: 50%;
    max-width: 60px;
}
.slider_item_list .slick-track .slick-slide div {
    height: 100%;
	margin: 0 3px;
}
/*産地直売所のご紹介(スマホ)
-------------------------------------------------- */
@media screen and (max-width:999px){
.slider_item_list .prev-arrow {
	position: absolute;
	left: -15px;
	z-index: 1;
	width: 50%;
	top: 30%;
	max-width: 60px;
}
.slider_item_list .next-arrow {
	position: absolute;
	right: -15px;
	z-index: 1;
	top: 30%;
	width: 50%;
	max-width: 60px;
}
.gmap {
	padding-bottom: 56.25%;
}
.sanchoku{
	padding: 0 20px;
}
}
/*マイマップ
-------------------------------------------------- */
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 37.5%;
	position: relative;
}
/*マイマップ(スマホ)
-------------------------------------------------- */
@media screen and (max-width:999px){
.gmap {
	padding-bottom: 56.25%;
}	
}
/*一関・平泉バルーンフェスティバル・唐梅館絵巻
-------------------------------------------------- */
.feature_event {
	background: url("images/column_bg.jpg") no-repeat center top;
	background-size: 100% auto;
	padding: 4.286em 1.571em 5.714em;
	box-sizing: border-box;
	margin-bottom: 5em
}
.feature_event_inner {
	max-width: 1200px;
	margin: 0 auto;
}
.feature_event_inner .catch {
	color: #fff;
	margin: 0.5em 0 1em;
}
.autumn .column_box {
	display: flex;
	justify-content: space-around;
	margin-top: 3em;
	margin-bottom: 2em;
}
.autumn .column_box img {
	max-width: 580px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}
.autumn .column_box .column_text {
	width: 47%;
}
.autumn .column_box .column_text h6 {
    font-size: 1.429em;
    font-weight: 400;
    margin: 1em 0 0.2em;
	text-align: center;
}
.feature_event_inner p {
	line-height: 2.3em;
}
.feature_event_inner .more_btn p {
	line-height: 2.3em;
	max-width: 500px;
	margin: 0 auto;
}
.feature_event_inner a {
    font-size: 1em;
	line-height: 1em;
	padding: 1.2em 0;
}
/*一関・平泉バルーンフェスティバル・唐梅館絵巻(スマホ)
-------------------------------------------------- */
@media screen and (max-width:999px){
.feature_event {
    padding: 0;
}
.feature_event_inner {
	padding: 3em 20px;	
}
.autumn .column_box {
    flex-wrap: wrap;
}
.autumn .column_box .column_text h6 {
    margin: 0;
}
.content_box h5 {
    text-align: center;
}
.content_box .feature_event_inner h5 {
	text-align: center;
	color: #fff;
	font-weight: 600;
}
.autumn .column_box .fb-container {
    order: 3;
}
.autumn .column_text:first-of-type img {
	margin: 0 0 2em;
}
.autumn .column_box img {
	max-width: 700px;
    order: 1;
	width: 100%;
	margin: 2em 0;
}
.autumn .column_box .column_text {
    order: 2;
	max-width: 100%;
	width: 100%;
	margin:0;
}
.fb-container {
	width: 100%;
	max-width: 320px;
	margin-bottom: 2em;
}
}



