@charset "UTF-8";
/* CSS Document */
/* =========================================================
　メインビジュアル
========================================================= */
.page_title{
	background: url(images/title_furusato.jpg),#D9D9D9;
	background-repeat: no-repeat,no-repeat;
	background-size: 1000px auto,cover;
	background-position: center center;
	width: 100%;
	height :440px;
	text-align : center;
}

.page_title h2{
	display: none;
}

.main{
	background-color: #F5F5F5;
}
.contents-line-y{
/*	position: absolute;*/
	position: relative;
	background:  url(images/contents-line-p.png) repeat-x center top;
	z-index : 10000;
	height : 6px;
	display : block;
/*	top : 715px;*/
	top : -6px;
	width: 100%;
}
.footer-line{
	background:  url(images/pink-line-bt.png) repeat-x center top;
	display : block;
	width: 100%;
	height: 5px;
}

	.FURUSATO_WRAP{
/*	padding: 0 20px;*/
}

	.footer_sitemap::before{
		background-image: url("images/contents-line-p_b.png");
}
@media screen and (max-width:768px){
	.page_title{
		background-size: 100% auto,cover;
		padding-top: 44%;
		height: auto;
	}
	
	.FURUSATO_WRAP{
/*	padding: 0 20px;*/
}
.footer_address address::before {
	background-image: url("images/contents-line-p_b.png");
}
}/*@media*/



/* ページ内メニュー
--------------------------------------------------------- */
.FURUSATO_WRAP nav{
	max-width: 1000px;
		margin: 0 auto;
		padding: 0 20px;
}

.FURUSATO_WRAP ul.nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
/*	margin: 0 auto;*/
	
	
}

.FURUSATO_WRAP .nav li {
	text-align: center;
	width: 200px;
	
}

.FURUSATO_WRAP ul.nav li a{
	box-sizing:content-box;
	display: block;
	background:#171E47 ;
	border:3px solid #D5B200;
	color: #FFFFFF;
	width: 100%;
	padding: 15px 0;
}

/*メニューが7つになったとき*/
/*
@media screen and (max-width:999px){
		.FURUSATO_WRAP{
	padding: 0 20px;
}
	
	.FURUSATO_WRAP ul{
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 20px;
}
	.FURUSATO_WRAP li {
	text-align: center;
	width:30%;
	padding-bottom: 0px;
}
	
	.FURUSATO_WRAP ul::after{
 	 content:"";
 	 display: block;
 	 width:30%;
}

	.FURUSATO_WRAP ul li a{
	display: block;
	background:#171E47 ;
	border:3px solid #D5B200;
	color: #FFFFFF;
	width: 100%;
	padding: 10px 0;
	font-size: 0.8em;
	margin-top: -2px;
	
	
}
	

}
*/

@media screen and (max-width:768px){
	.FURUSATO_WRAP .nav{
	margin-top: 20px;
	margin-bottom: 20px;
}
	.FURUSATO_WRAP .nav li {
	text-align: center;
	width: 50%;
	padding-bottom: 0px;
}

	.FURUSATO_WRAP .nav li a{
	display: block;
	background:#171E47 ;
	border:3px solid #D5B200;
	color: #FFFFFF;
	width: 100%;
	padding: 10px 0;
	font-size: 0.8em;
	margin-top: -2px;
	
	
}
}/*@media*/

/* 共通
--------------------------------------------------------- */
.FURUSATO_WRAP h5{
	font-size: 1.7em;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #222;
	padding: 15px 0 11px 0px;
	vertical-align:middle;
}

.FURUSATO_WRAP h3{
	padding: 4em 0px 30px 0px;
}
.FURUSATO_WRAP h3 img{
	max-width: 400px;
}
#charm_wrap h4{
	font-size: 2em;
		font-family: "YuMincho",'Yu Mincho', "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
		position: relative;
  display: inline-block;
  padding: 1em 15%;
max-width: 1000px;
margin: 2em auto 1em;
background-image: url(../../special/furusato/images/h4_bg_img_left.png),url(../../special/furusato/images/h4_bg_img_right.png);
/*background-size: 100% auto;*/
background-repeat: no-repeat;
background-position: 27% 35%,73% 72%;
text-shadow:0px 0px 6px #ffffff;
}
#charm_wrap h4::before,
#charm_wrap h4::after {
	 content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20%;
  height: 1px;
  background-color: black;
}
#charm_wrap h4::before {
	left:0;
}
#charm_wrap h4::after {
	right: 0;
}
span.company_name {
	font-size: 0.87em;
	line-height: 1.8;
	display: block;
}


@media screen and (max-width:768px){
.FURUSATO_WRAP h3 img{
	width: 100%;
	max-width: 410px;
}
}
/*
.FURUSATO_WRAP p{
	color: #222;
}
/* 花巻紹介？
--------------------------------------------------------- */
#about_wrap{
	text-align: center;
	background-image: url("images/catch_bg_img.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center ;
	padding-bottom: 4em;
	margin: 4em 0 0 0;
}

#about_wrap h3{
	padding: 2em 0px 1em 0px;	
	font-size: 2em;
	font-weight: bold;
	font-family: "YuMincho",'Yu Mincho', "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	
}
#about_wrap p{
	line-height: 2em
}
.about_inner {
		max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

.about_inner p{
	margin-bottom: 3em;
}
.about_inner a{
	    width: 100%;
    background-color: #C6A620;
    padding: 1em 2.5em;
    color: #fff;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 12px 20px;
    background-position: right 10px center;
    text-align: center;
    transition: opacity 0.3s ease 0s;
    box-sizing: border-box;
	line-height: 2.2em;
}

@media screen and (max-width:768px){
#about_wrap{
	text-align: center;
	background: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center ;
	padding: 0 20px 4em;
}
#about_wrap p br{
	display: none;
	
}
	
#about_wrap p{
	text-align: left;
	
}
	
.about_inner a{
	    font-size: 0.75em;
		display: block;
		adding: 1em 0.7em;
}
}
/* 岩手県花巻市は東北屈指の温泉地
--------------------------------------------------------- */
#onsen_wrap{
	text-align: center;
	background-color: #F5F5F5;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center ;
    padding-bottom: 8em;
}

#onsen_wrap h3{
	padding: 3em 0px 1em 0px;	
	font-size: 2em;
	font-weight: bold;
	font-family: "YuMincho",'Yu Mincho', "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
#onsen_wrap p{
	line-height: 2em;
	padding-bottom: 4em;
}
@media screen and (max-width:768px){
#onsen_wrap{
		padding: 20px;
	}
#onsen_wrap p{
	text-align: left;
}
	
.onsen_wrap_img img{
	    width: 100%;
	height: 100%;
}
}

/* 旅先納税
--------------------------------------------------------- */
#tabisaki_wrap p{
	padding-bottom: 1em;
}

#tabisaki_wrap h4{
	font-size: 2em;
    font-weight: bold;
    font-family: "YuMincho", 'Yu Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.tabisaki_wrap_img img{
	width: 30%;
	margin-bottom: 2em;
	height: auto;
}

/* 返礼品のご紹介
--------------------------------------------------------- */
#charm_wrap{
	text-align: center;
}

.onsen{
	background-color: #fff;
/*	padding: 2em 20px 5em 20px;*/
	
}
.onsen_box{
	background-color: #F7F7F0;
	padding: 2.5em 6em 2em 6em;
	max-width: 1000px;
	margin: 2em auto;
	
}
.onsen_catch{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
.onsen_img_box{
	display: flex;
	justify-content: space-between;
}

.onsen_img_box .onsen_img{
	max-width: 150px;
}
.onsen_img_box .onsen_img img{
	width: 100%;
	margin-bottom: 0.5em;
	height: auto;
}
.right{
	text-align: right;
	margin: 1em 0 0;
}
.ticket{
	background-image: url(../../special/furusato/images/onsen_bg.png);
	padding: 4em 5em 10em;
}
.ticket_box_wrap{
	display: flex;
	justify-content: space-between;
}
.ticket_box_wrap>div{
	width: 48%;
}
/*
.ticket_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2em;
		max-width: 1000px;
	margin: 0 auto;
	
}
*/
/*
.ticket_text_box{
	margin-top: 2em;
}
*/
.ticket p{
	text-align: left;
	font-size: 12px;
	max-width: 1000px;
margin: 1em auto;
}
.ticket_box img{
	max-width: 467px;
	width: 100%;
}
.ticket_box p{
	text-align: center;
	font-size: 1em;
}
.ticket_box p.ticket_name{
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.5em 0;
}
.ticket_box p.money {
    font-weight: bold;
    padding: 5.1px 0;
	background-color: #fff;
}
.oticket_btn {
	max-width: 600px;
}
 .ticket_btn a{
	    background-color: #C6A620;
}

.food{
/*
	background-image: url(../../special/furusato/images/food_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
*/
	background-color: rgba(245,224,227,1.00);
	padding: 2em 20px 5em 20px;
	margin-top: -8px;
	
}

.ranking{
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 16px;
	box-sizing: border-box;

	
}
.ranking_left{
		background-color: #fff;
}

/*1位*/

.no_1_ranking h5{
	border-bottom: 1px solid #EAB92C;
}

/*
.no_2_ranking{
	border-bottom: 3px solid #AAABAB;
}
*/

.no_1_ranking .ranking_right{
	width: 60%;
	background-image: url(../../special/furusato/images/charm_img01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	order: 1;
}

.food .no_1_ranking .ranking_right{
/*	width: 60%;*/
	background-image: url(../../special/furusato/images/charm_img01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	order: 1;
}

.no_1_ranking .ranking_left{
	width: 50%;
	padding: 50px 30px;
	order: 2;
}


.no_1_ranking .ranking_right img{
	width: 100%;
	
}


.red{
	color: #C50719;
}
.review_title{
	position: relative;
  border-top: solid 2px #EAB92C;
  border-bottom: solid 2px #EAB92C;
  background: #fff;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 4.5em auto 5em;
max-width: 1000px;
	display: flex;
}
.review_title:after{
position: absolute;
  content: 'レビュー(要約)';
  background: #fff;
  color: #EAB92C;
  left: 0px;
  bottom: 100%;
/*  border-radius: 5px 5px 0 0;*/
  padding: 25px 20px 10px;
  font-size: 1.2em;
  line-height: 1;
  letter-spacing: 0.05em;
width: 100%;
}
.review_title .comment{
	width: 50%;
	margin: 0 1em 1em;
	padding: 1.5em;
	text-align: justify;
	background-color: #fff;
	border: dotted 3px #EAB92C;
	border-radius: 10px;
}

/*2位*/
.no_2_ranking{
	background: #fff;
}

.no_2_ranking h5{
	border-bottom: 1px solid #EAB92C;
}


.no_2_ranking .ranking_left{
	width: 50%;
	padding: 20px 30px;
}

.no_2_ranking .ranking_right{
	width: 60%;
	background-image: url(../../special/furusato/images/charm_img02.jpg?20221209);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-size: cover;
}

.food .no_2_ranking .ranking_left{
	padding: 50px 30px;
}


.no_2_ranking .ranking_right img{
	width: 100%;
}
/*3位*/
/*
.no_2_ranking{
	border:3px solid #AAABAB;

}
*/

.no_2_ranking h5{
	border-bottom: 1px solid #EAB92C;
}

/*
.no_2_ranking{
	border-bottom: 3px solid #AAABAB;
}
*/
.no_3_ranking .ranking_right{
	width: 60%;
	background-image: url(../../special/furusato/images/charm_img03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	order: 1;
}

.no_3_ranking .ranking_left{
	width: 50%;
	padding: 50px 30px;
	order: 2;
}


.no_3_ranking .ranking_right img{
	width: 100%;
	
}
.no_3_ranking h5{
	border-bottom: 1px solid #EAB92C;
}
/*4位以降*/
.another1_ranking_box,.another2_ranking_box{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;

}

.another1_ranking_box::after{
  content:"";
  display: block;
  width:321px;
}

.another1_ranking_box h5{
/*	border-bottom: 1px solid #2B8073;*/
/*	max-width: 270px;*/
	margin: 0 auto;
	font-size: 1.2em;
/*	font-weight: bold;*/
}

.another1_ranking{
	box-sizing: border-box;
	max-width: 49%;
	background-color: #fff;
/*	margin-right:18px;*/
	margin-bottom: 40px;
	
}
.another1_ranking:last-child{
	margin-right:0px;
	
}
.another1_ranking img{
	width: 100%;	
}


.another2_ranking_box h5{
	border-bottom: 3px solid #2B8073;
	max-width: 270px;
	margin: 0 auto;
	font-size: 1em;
}

.another2_ranking{
	box-sizing: border-box;
	max-width: 315px;
	background-color: #fff;
/*	margin-right:18px;*/
		margin-top: 20px;
	
}
.another2_ranking:last-child{
	margin-right:0px;
	
}
.another2_ranking img{
	width: 100%;	
	height: 100%;
}

.another2_ranking_box::before{
  content:"";
  display: block;
  width:241px;
  order:1;
}
.another2_ranking_box::after{
  content:"";
  display: block;
  width:241px;
}

.text_box{
	text-align: left;
	margin: 0 auto;
	margin-top:20px;
	
}

.text_box p{
	padding: 0 0 0;
	
}

.ranking_text{
	padding: 20px 20px;
}



/*寄付装飾*/
.money_box_top{
	display: flex;
	flex-wrap: wrap;
    width: 100%;
    margin: 20px auto 0;
	align-items: center;
}

.money_box{
	display: flex;
	flex-wrap: wrap;
    width: 100%;
	margin: 0 auto;
	align-items: center;
	margin-top: 10px;
}

.rakuten{
	background-color:#C50719;
	width:  70px;
	color: #fff;
	
}

.choice{
	background-color:#7485BE;
	width: 72px;
	color: #fff;
}

.choice a{
	color: #fff;
}

.choice a:hover,.rakuten a:hover{
	color: #fff;
	opacity: 0.7;
}

.money{
	border:1px solid #707070;
	width: 100%;
}
/*4位以下の寄付装飾*/
.money_box .choice{
	background-color:#7485BE;
	width: 50%;
	color: #fff;
}

.money_box .rakuten{
	background-color:#C50719;
	width: 50%;
	color: #fff;
}

.money_box  .money{
	border:1px solid #707070;
	width: 100%;
}
.another2_ranking .money_box{
	display: flex;
	flex-wrap: wrap;
		width: 200px;
	margin: 0 auto;
	align-items: center;
	margin-top: 20px;
}
p.choice,p.rakuten{
	font-size: 0.9em;
	padding: 5px 0;
}
p.money{
	font-weight: bold;
		padding: 5.1px 0;
}

.attention{
	text-align: right;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 13px;
}
input {
 display: none;
}
.money_box_s a {
    width: 100%;
    padding: 0.2em 0.2em ;
    color: #fff;
    display: block;
    text-align: center;
    transition: opacity 0.3s ease 0s;
    box-sizing: border-box;
}
.gallery-cell img{
	max-width: 270px;
}
.map_box{
	margin: 1em auto;
	max-width: 1000px;
}
.map_box img{
	width: 100%;
	margin:2em auto;
}
@media screen and (max-width:768px){
.FURUSATO_WRAP {
		font-size: 13px;
	}
.FURUSATO_WRAP h5 {
    font-size: 1.5em;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    color: #222;
    padding: 15px 0;
    vertical-align: middle;
	text-align: center;
}
#charm_wrap h4{
	font-size: 1.5em;
}
.ranking{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 16px;
	
}
.ticket {
    background-image: url(../../special/furusato/images/onsen_bg.png);
    padding: 4em 20px 7em;
}
	.ticket_box_wrap{
			flex-wrap: wrap;
	}
.ticket_box_wrap>div {
    width: 100%;
}
.ticket_box img {
    width: 100%;
}
.onsen_box {
    background-color: #F7F7F0;
    padding: 2.5em 6em 2em 6em;
    max-width: 1000px;
    margin: 2em auto;
}
.onsen_box {
    background-color: #F7F7F0;
    padding: 2.5em 20px 3em;
    max-width: 1000px;
    margin: 2em auto;
}
.onsen_img_box {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.review_title {
    display: flex;
	flex-wrap: wrap;
}
.review_title .comment {
    width: 100%;
}
/*1位*/
	
.no_1_ranking .ranking_right img{
	width: 100%;	
}	
.no_1_ranking .ranking_left{
		width: 100%;
		padding: 20px 30px;
		order: 2;
}

.no_1_ranking .ranking_right{
		    width: 100%;
    height: 0;
    order: 1;
    padding-top: 55%;
}
/*2位*/	
.no_2_ranking .ranking_right img{
	width: 100%;
}	
.no_2_ranking .ranking_left{
		width: 100%;
		padding: 20px 30px;
		order: 2;
}

.no_2_ranking .ranking_right{
		    width: 100%;
    height: 0;
    order: 1;
    padding-top: 55%;
}
	
.money_box_top{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

.choice{
	background-color:#7485BE;
	width: 50%;
	color: #fff;
}
.rakuten{
	background-color:#C50719;
	width: 50%;
	color: #fff;
}

.money{
	border:1px solid #707070;
	width: 100%;
}
.no_3_ranking .ranking_right img{
	width: 100%;	
}	
.no_3_ranking .ranking_left{
		width: 100%;
		padding: 20px 20px;
		order: 2;
}

.no_3_ranking .ranking_right{
		    width: 100%;
    height: 0;
    order: 1;
    padding-top: 55%;
}

/*4位以下*/
	
	
.another1_ranking_box{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
/*	justify-content: space-between;*/
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.another1_ranking{
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	margin-right:0px;
	margin-bottom: 15px;
	
}
	
.another2_ranking{
	box-sizing: border-box;
	max-width: 100%;
	background-color: #fff;
/*	margin-right:18px;*/
		margin-top: 20px;
	
}
	
.another2_ranking:last-child{
	margin-right:0px;
	
}
.another2_ranking img{
	width: 100%;	
}
.another1_ranking h5{
	font-size: 1.2em;
	
}	
.another2_ranking h5{
	font-size: 1.2em;
	
}	
	
.another1_ranking:last-child{
	margin-right:0px;
	
}
.another1_ranking img{
	width: 100%;	
}
/*4位以下の寄付装飾*/
	
.money_box{
	width: 100%;
	margin: 0 auto;
	align-items: center;
}	
	
.money_box .choice{
	background-color:#7485BE;
	width: 50%;
	color: #fff;
}

.money_box .rakuten{
	background-color:#C50719;
	width:50%;
	color: #fff;
}

.money_box .money{
	border:1px solid #707070;
	width: 100%;
}
	
.another2_ranking .money_box{
		width: 100%;
}
.another1_ranking_box, .another2_ranking_box {
    box-sizing: border-box;
     display: block; 
    flex-wrap: wrap;
    justify-content: space-around;
/*    max-width: 320px;*/
	width: 100%;
    margin: 0 auto;
}
	
.grad-wrap {
    position: relative;
}	

	
.grad-btn{
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: -50px;
	left: 0;
	width: 237px;
	margin: auto;
	padding: .5em .5em;
	border-radius: 2px;
	background: #009e8f;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}	
	

.grad-btn:hover {
    background: #fff;
    color: #009e8f;
}
.grad-btn::before {
  content: "さらに返礼品を見る"
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 220px; /*隠した状態の高さ*/
}
	
	
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(233,233,233,0) 0%, rgba(233,233,233,0.9) 50%, rgba(233,233,233,0.9) 70%, #e7e7e7 100%);
  background: linear-gradient(top, rgba(235,235,236,0) 0%, rgba(233,233,233,0.9) 50%, rgba(233,233,233,0.9) 50%, #fff 100%);
  content: "";
}
	
.food .grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(233,233,233,0) 0%, rgba(233,233,233,0.9) 50%, rgba(233,233,233,0.9) 70%, #F9DFE3 100%);
  background: linear-gradient(top, rgba(235,235,236,0) 0%, rgba(233,233,233,0.9) 50%, rgba(233,233,233,0.9) 50%, #F9DFE3 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

	
	.attention{
	margin-top:70px;
	text-align: center;
	max-width: 1000px;
	font-size: 13px;
}
}

/* おすすめの返礼品のご紹介
--------------------------------------------------------- */
#osusume_wrap{
	text-align: center;
		width: 100%;
	background-image: url(../../special/furusato/images/osusume_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	
}

#osusume_wrap h3 {
    padding: 4em 0px 0px 0px;
}

#osusume_wrap .bg{
	background-color: #fff;
	max-width: 1000px;
	margin: 0 auto;
}

/*三つかつ、白背景ありの場合*/
.osusume_inner{
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 0.5em 4em 3em;

}
.osusume_item{
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;

}
	.osusume_inner::after{
  content:"";
  display: block;
  width:320px;
}


/*三つある場合*/
/*
.osusume_inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 5em 20px 6em 20px;

}
*/


/*1つある場合*//*
.osusume_inner{
	padding: 0em 20px 6em 20px;
}
*/


.osusume_inner p{
	color: #222;
/*	text-shadow:0px 0px 15px #000;*/
/*	margin: 0.5em 0em;*/
/*	font-weight: bold;*/
	line-height: 1.5em;
	
}

.osusume_inner h5{
	color: #fff;
/*	text-shadow:0px 0px 30px #000;*/
	
    padding-bottom: 0px;
	
}


.osusume{
	max-width: 320px;
	padding: 0 24px;
	margin-top: 30px;
}


.osusume img{
	width: 100%;
}

.osusume_tit{
	font-size: 1.3em;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	line-height: 1.5em;
	margin: 20px 0;
}
.appeal{
	margin-bottom: 2.5em;
	text-align: left;
}
/*
.osusume_tit_sub{
	font-size: 1.1em;
	margin-bottom: 20px;
}
*/
.osusume_text_box{
	width: 100%;
	margin: 0px 0 20px 40px;
}
.osusume_text{
	text-align: justify;
	margin: 0px 0 20px 40px;
}
/*
.box01{
	order: 1;
}
*/

/*
.osusume_inner .box01 img{
	margin: 0px 0px 20px 40px;
}
*/
.more_wrap{
	text-align: center;
	padding: 4em 0;
/*	background-color: #fff;*/
}



.more_wrap h5{
	padding: 0;
}

.more{
	display: flex;
	justify-content: space-between;
max-width: 1300px;
	margin: 0 auto;
}

.farmer{
	display: flex;
	justify-content:space-between; 
	max-width: 1000px;
	margin: 2em auto 0;
	text-align: center;
/*	padding: 0em 39px 5em 20px;*/
}
.osusume_img img,.farmer img {
    max-width: 466px;
    height: auto;
}
.farmer p{
/*	max-width: 565px;*/
	height: auto;
/*	margin-left: 25px;*/
}


/*詳しく見るボタン*/
/*
.osusume_inner a {
    width: 100%;
    background-color: #C6A620;
    padding: 1em 7.5em;
    color: #fff;
    text-decoration: none;
    background-image: url(../img/arrow_w_l.png);
    background-repeat: no-repeat;
    background-size: 12px 20px;
    background-position: right 10px center;
    text-align: center;
    transition: opacity 0.3s ease 0s;
    box-sizing: border-box;
    line-height: 2.2em;
}
*/
/*スライダー*/
.more_box{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 4em 0;
}
.gallery-cell {
/*  height: 110px;*/
  margin-right: 1em;
}
.gallery-cell{
	position: relative;
}
#flickity li.gallery-cell {
/*	max-width: 320px;*/
	padding-bottom: 0em;
}
.gallery-cell span{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.44);
	width: 100%;
	padding: 0.5em 0;
	color: #fff;
}
#flickity .flickity-prev-next-button.next {
    background: #fff url(../../images/slide_next.png) no-repeat left center;
	border: none;}
#flickity .flickity-prev-next-button.previous {
    background: #fff url(../../images/slide_prev.png) no-repeat right center;
    border: none;
}
.flickity-prev-next-button .arrow {
    display: none;
}
/*
.gallery-cell img{
	width: 100%;
}
*/
@media screen and (max-width:768px){
#osusume_wrap {
    text-align: center;
    width: 100%;
    background-image: url(../../special/furusato/images/osusume_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	}
	
#osusume_wrap .bg {
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
}
	.osusume_inner{
	margin: 0 auto;
	text-align: center;
	padding: 1em 20px 2em 20px;
}
	.osusume{
	max-width: 100%;
	margin-top:3em;
}
.osusume_inner::after{
  content:"";
  display: block;
  width:30%;
}
.osusume_item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.osusume_img img,.farmer img {
    max-width: 100%;
    height: auto;
    margin: 0px 0px 40px 0;
	
}
.osusume_inner .box01 img{
	margin: 0px 0px 1em 0;
}
.box01{
	order: 0;
}
.more_box{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px 4em 20px;
}
.more {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 234px;
    margin: 0 auto;
}
	
.more p{
    margin-top:30px;
}
	
.more .choice_rink p{
    margin-top:0px;
}
	
	.farmer{
	display: flex;
	flex-wrap: wrap;
	justify-content:center; 
	max-width: 1000px;
	margin: 2em auto;
	text-align: center;
	padding: 0;
}
	
	.farmer p{
	max-width:100%;
	height: auto;
	margin-top: 25px;
}
	.farmer img{
	height: auto;
	margin: 0px auto;
		padding: 0;
	width: 100%;
}


}

/* 寄附金の使い道
--------------------------------------------------------- */
#use_wrap{
	text-align: center;
	background-color: #fff;
	padding: 2em 20px 5em 20px;
}

.use_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.use_content{
	max-width: 430px;
	padding: 0 3px;
	margin-bottom: 3em;
}
.use_inner::after{
  content:"";
  display: block;
  width:430px;
}
.use_content p{
	text-align: left;
}

.use_content .use_title{
	font-size: 1.2em;
	color: #A2220F;
	font-weight: bold;
	line-height: 1.3em;
	margin: 1em 0 0.1em;
}

.use_content img{
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}
/* 寄附手続きの流れ
--------------------------------------------------------- */
#gift_wrap{
	background-image:linear-gradient(-45deg, #fff 25%, #FFF7F8 25%, #FFF7F8 50%, #fff 50%, #fff 75%, #FFF7F8 75%, #FFF7F8);
	background-size: 50px 50px;
background-attachment: fixed;
	text-align: center;
	    padding: 2em 20px 5em 20px;
}
.gift_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
.gift{
	display: flex;
	justify-content: space-between;
	align-items: center;
	    margin-bottom: 3em;
}

.gift p,.gift img{
	width: 60%;
	height: 100%;
	text-align: left;
}
.gift img{
	max-width: 362px;
}
@media screen and (max-width:768px){
.gift{
	flex-wrap: wrap;
}
.gift p{
	width: 100%;
	height: 100%;
	text-align: center;
}
.gift img{
	width: 50%;
	height: 100%;
	margin: 2em auto;
}
	
}
/* 寄附手続きの流れ
--------------------------------------------------------- */
#flow_wrap{
	text-align: center;
	    padding: 3em 20px 5em 20px;

}

.flow_inner {
	max-width: 1000px;
	margin: 0 auto;
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

  .flow-is-hidden {
    visibility: hidden;
  }

.flow_timeline {
  overflow: hidden;
  margin: 2em auto;
}

.flow_timeline_container {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.flow_timeline_container::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 30px;
	left: 4.15%;
	height: 65%;
	width: 15px;
  background: #161E47;

    margin-left: -1px;
}

  .flow_timeline {
/*    margin-top: 3em;*/
    margin-bottom: 3em;
  }
 

.flow_timeline_block {
  position: relative;
margin: 4em 0;
}

.flow_timeline_block:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.flow_timeline_block:first-child {
  margin-top: 0;
}

.flow_timeline_block:last-child {
  margin-bottom: 0;
}


.flow_timeline_img {
  position: absolute;
  top: 0;
  left: 1.5%;
 width: 60px;
    height: 60px;
  border-radius: 50%;
	  background: #161E47;
}

  .flow_timeline_block .flow_timeline_content {
    float: right;
  }

.flow_timeline_content {
  position: relative;
  margin-left: 60px;
  background: #E6E6E6;
  padding: 1em;
}

.flow_timeline_content::before {
  /* triangle next to content block */
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #E6E6E6;
}

.flow_timeline__read-more,
.flow_timeline_step {
  display: inline-block;
}

.flow_timeline__read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.flow_timeline__read-more:hover {
  background-color: #bac4cb;
}

.flow_timeline_step {
  padding: .8em 0;
}

  .flow_timeline_content h5 {
    font-size: 1.8em;
	border-bottom: 3px solid #C7A700;
	text-align: left;
	padding: 0;
	margin-bottom: 20px;
	 color: #2E2E2E;
  }

 .flow_timeline_content p {
	 text-align: left;
  }

 .flow_timeline_content .red_txt {
	 color: #BD1900;
	 font-weight: bold;
  }

 .flow_timeline_content .how {
	 text-align: left;
	 font-weight: bold;
	 margin-top:10px;
	 
  }

  .flow_timeline_content {
    margin-left: 0;
    padding: 1.6em;
   width: 90%;
  }



  .flow_timeline_step {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 1.2em;
	color: #C6A620;
  }

  .flow_timeline_block .flow_timeline_content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #E6E6E6;
  }
  .flow_timeline_block .flow_timeline__read-more {
    float: right;
  }
  .flow_timeline_block .flow_timeline_step {
    left: auto;
    right: 110%;
    text-align: right;
  }

.flow_timeline_sp{
	display: none;
}

.sent{
	text-align: left;
}

.sent dl{
	display: flex;
	align-items: center;
}

.sent dt{
	background-color:#707070;
	color: #fff;
	padding: 10px 10px 10px 10px ;
}

.sent dd{
	margin: 0px 0px 0px 10px;
}

@media screen and (max-width:768px){
	.flow_timeline_container::before {
	display: none;
}
	.flow_timeline_img {
	display: none;
}
	.flow_timeline_block .flow_timeline_step {
    display: none;
}
	.flow_timeline_sp{
	font-size: 1.6em;
	display: block;
		color: #9F8417;
}
.flow_timeline_block .flow_timeline_content {
     float:  none;
}
.flow_timeline_content {
    margin-left: 0;
    padding: 1.6em;
    width: 100%;
}
	
.flow_timeline_content h5 {
    font-size: 1.8em;
	border-bottom: 3px solid #C7A700;
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
	 color: #2E2E2E;
  }
	
.sent dl{
	display: block;
}
	
.flow_timeline_block {
    position: relative;
    margin: 2em 0;
}

.flow_timeline_block .flow_timeline_content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #f5f5f5;
}
	
}

/* お礼の品をもっと見る
--------------------------------------------------------- */
#more{
    text-align: center;
    background-color: #fff;
    padding: 2em 20px 5em 20px;
}
/* お問い合わせ
--------------------------------------------------------- */
#contact_wrap {
    text-align: center;
/*	background-color: #fff;*/
    padding: 2em 20px 0em 20px;
}
/*
.contact_box{
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
}
*/
.contact_box > div{
    margin-bottom: 2em;
}
.contact_box strong{
    font-size: 1.2em;
	color: #333;
}
.contact_btn{
	max-width: 560px;
	margin: 0 auto;
}
.contact_btn a{
	background-color: #C6A620;
}

/* ダウンロードボタン
--------------------------------------------------------- */
.download{
	text-align: left;
	margin-bottom: 0.5em;
}
.download p{
	width: 340px;
	margin: 0 auto;
	padding: 0 10px 10px 0;
	box-sizing: border-box;
}
.download a{
	background-color: #C6A620;
}

@media screen and (max-width:768px){
	.download p {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
	font-size: 0.9em;
	margin-top: 10px;
}	
	
	
}

/* 戻るボタン
--------------------------------------------------------- */
.backbtn{
	text-align: center;
	background: #fff;
}

.backbtn a{
	background-color: #161E47;
}

.backbtn p{
	max-width: 600px;
	margin: 0 auto;
	padding: 0 20px 4em;
	box-sizing: border-box;
}
.f_search .input_btn {
    width: 72px;
     height: auto; 
    border: none;
    margin-left: 325px;
    padding: 13px 0px 11px 0px;
    background-color: #ffffff;
    display: block;
}
/* 非表示
--------------------------------------------------------- */
.display_pc{
}
.display_sp{
	display: none;
}
@media screen and (max-width:768px){
.display_pc{
	display: none;
}
.display_sp{
	    display: inline-block;
}
}



/*========================================
ロゴリスト
========================================*/
.logo_ul {
    max-width: 1000px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.logo_ul li {
	width: 33.33%;
	list-style: none;
	text-align: center;
	box-sizing: border-box;
	/*border: 1px solid #ccc;*/
	text-align: center;
  	position: relative;
  	border: solid 0.5px #EFEFED;
  	background-color: #fff;
}

.logo_ul::after{
  content:"";
  display: block;
  width:33%;
}


@media screen and (max-width:860px) {
.logo_ul li {
	width: 50%;
}
}

/*--------------------------------
線の重なり
---------------------------------*/
.logo_ul li.li_1 {
	width: 32.8%;
	margin-right: -6px;
	margin-bottom: -1px;
}
.logo_ul li.li_2 {
	width: 34%;
	margin-right: -2px;
	margin-bottom: -1px;
}
.logo_ul li.li_3 {
	width: 33.4%;
	margin-left: -3px;
	margin-bottom: -1px;
}
.logo_ul li.li_1:last-child {
	margin-right: 6px;
	margin-bottom: 1px;
}
@media screen and (max-width:860px) {
.logo_ul li.li_1 {
	margin-right: 0px;
}
.logo_ul li.li_2 {
	width: 0px;
	margin-right: 0px;
}	
.logo_ul li.li_3 {
	margin-left: 0px;
	margin-bottom: -1px;
}

.logo_ul li:nth-child(odd) {
	margin-right: -1px;
	width: 50%;
}	
.logo_ul li:nth-child(even) {
	width: 50.1%;
}
.logo_ul li.li_1:last-child {
	margin-right: 0px;
	margin-bottom:-1px;
}
.logo_ul li:last-child {
	margin-right: 0px;
	margin-bottom: 0px;
	width: 50.1%;
}
}
@media screen and (max-width:480px) {
.sec_inner {
	width: 80%;
}
.logo_ul li.li_1 {
	margin-right: 0px;
}
.logo_ul li.li_2 {
	width: 0px;
	margin-right: 0px;
}	
.logo_ul li.li_3 {
	margin-left: 0px;
	margin-bottom: -1px;
}

.logo_ul li:nth-child(odd) {
	margin-right: 0;
	width: 100%;
}	
.logo_ul li:nth-child(even) {
	width: 100%;
}		
.logo_ul li:last-child {
	width: 100%;
}
}

/*--------------------------------
線
---------------------------------*/
.logo_ul li::before,
.logo_ul li::after {
  	position: absolute;
  	content: "";
  	display: block;
  	background-color: #fff;
}

.logo_ul li::before {
  	top: -1.5px;
  	bottom: -1.5px;
  	left: 50px;
  	right: 50px;
}

.logo_ul li::after {
  	top: 50px;
  	bottom: 50px;
  	left: -1.5px;
  	right: -1.5px;
}
.logo_ul li a {
	position: relative;
  	z-index: 1;
	display: block;
	color: #333;
}

/*--------------------------------
ロゴ
---------------------------------*/
.logo_ul li {
	padding: 20px 0;
}
.img_box {
	max-width: 80%;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 15px;
	box-sizing: border-box;
	position: relative;
}
.img_box img {
	 width:auto;
    height:auto;
	position: absolute;
	left: 50%;
	bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width:100%;
    max-height:100%;
	box-sizing: border-box;
}















