@charset "utf-8";

/*
 * CSS for SmartPhone
 * @date     2017.03.21
 * @author   Sungjoon Park
 */


/* ------------------------------------------

------------------------------------------ */

img{
	max-width: 100%;
	height: auto;
}

#keyVisual { margin-bottom: 0;}
#keyVisual.is-navfix {
  padding-bottom: 62px;
}
#keyVisual img { width: 100%; display: block;}
#keyVisual h1 { text-indent: inherit; position: absolute; width: 43%; text-align: center; color: #ffffff; font-size: 30px; left: 50%; top: 15%; transform: translateX(-50%); line-height: 1.1;}
#keyVisual h1 span { display: block; font-size: 16px; font-weight: normal; line-height: 1.6; }
#keyVisual .btn_campaign{
	position: absolute;
	right: 10px;
	bottom: 12px;
	width: 33%;
}

.pc { display: none !important;}

.page_term { font-size: 13px; line-height: 1.4; margin: auto 12px 15px 12px; text-align: center;}


/* ----- nav -----*/

/*
#pageTab { margin: 12px 0 0 0;}
#pageTab ul { width: 96%; margin: 0px 2% 12px 2%; z-index: 99;}
#pageTab ul.tab5 li { width: 20%; margin: 0; background: #fff;}
#pageTab ul li a { background: #dedede; height: auto; padding: 15px 0;}
#pageTab ul li a:hover { opacity: 0.75;}
*/

#gnav { margin: auto auto 0 auto; text-align: center; padding-top: 12px;padding-bottom: 0;overflow: hidden;
  height: 50px;
}
#gnav ul {z-index: 99; width: auto;}
#gnav ul li { margin: 0; float: left; width: 33.3333%;}
#gnav ul li a { height: auto; padding: 20px 0; font-size: 18px;}
#gnav ul li a:hover { opacity: 0.7; text-decoration: none;}
#gnav ul li img{
	transform: scale(0.75);
}
#gnav.fixed {
    position: fixed;
    top: 0px;
    display: block;
    background-color: #ffffff;
    width: 100%;
    z-index: 99;
}
/* ----- contents -----*/
.mainContents{
  margin-top: 20px;
  overflow: hidden;
}
#mainContents{
	color: #191919;
}
.container{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


/*** about ***/
#about .subtitle{
	padding-top: 25px;
	text-align: center;
	margin-bottom: 10px;
}
#about .img{
	text-align: center;
	margin-bottom: 15px;
}
#about .text{
	text-align: center;
	font-size: 11px;
	line-height: 2.18;
	letter-spacing: 0.05em;
}


/*** campaign ***/
#campaign{
	padding-top: 20px;
	padding-bottom: 35px;
	padding-left: 16px;
	padding-right: 16px;
}
.campaign_wrap {
	background-color: rgba(0, 0, 0, 0.9);
}
.campaign_wrap .colorfilter-image {
	opacity: 0.2;
}
.campaign_subtitle{
	text-align: center;
	margin-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
}
.campaign_wrap .cp_box .title{
	text-align: center;
	padding: 10px 40px;
  max-width: 249px;
  margin: 0 auto;
  /* background: url(https://img.travel.rakuten.co.jp/movement/fukushima/201807/images/r_campaign_bg_sp.jpg) center top repeat #65de97; */
  background-size: 100% auto;
}
.campaign_wrap .cp_box .title img{
	vertical-align: middle;
}
.campaign_wrap .cp_box .date{
	text-align: center;
  max-width: 269px;
  margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
}
.campaign_wrap .cp_box .block{
	text-align: center;
	overflow: hidden;
	background-color: #FFFFFF;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}
.campaign_wrap .cp_box .block .step_title{
	margin-bottom: 10px;
}
.campaign_wrap .cp_box .block .step1{
}
.campaign_wrap .cp_box .block .step1 .text01{
	margin-bottom: 5px;
}
.campaign_wrap .cp_box .block .step1 .btn01{
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
}
.campaign_wrap .cp_box .block .step1 .btn01 .icon01{
	position: absolute;
	right: -10px;
	bottom: -35px;
}
.campaign_wrap .cp_box .block .step1 .img01{
	margin-bottom: 10px;
}
.campaign_wrap .cp_box .block .arrow{
	text-align: center;
	padding: 20px 0px;
}
.campaign_wrap .cp_box .block .arrow img{
	width: 22px;
	transform: rotate(90deg);
}
.campaign_wrap .cp_box .block .step2{
}
.campaign_wrap .cp_box .block .step3{
}
.campaign_wrap .cp_box .block .step3 .img01{
	margin-bottom: 15px;
}
.campaign_wrap .btn_entry{
	text-align: center;
	padding-left: 60px;
	padding-right: 60px;
}
.campaign_wrap .btn_wrap{
	text-align: center;
	margin: 5px 7px 15px 7px;
}
.campaign_wrap .notes{
	font-size: 11px;
	line-height: 1.5;
}
.campaign_wrap .notes.center{
	margin-top: 15px;
}
.campaign_wrap .notes a{
  text-decoration: underline !important;
}
.campaign_wrap .image_wrap{
  position: relative;
  max-width: 329px;
  margin: 0 auto;
}
.campaign_wrap .image{
  text-align: center;
  background-color: #fff;
}
.campaign_wrap .image img{
  vertical-align: bottom;
}
.campaign_wrap .campaign_link0 {
  position: absolute;
  left: 18.5%;
  top: 7.8%;
  width: 68.3%;
  height: 3%;
}
.campaign_wrap .campaign_link0 a {
  display: block;
  width: 100%;
  height: 100%;
/*  background-color: rgba(255,0,0,.5);*/
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.campaign_wrap .campaign_link1 {
	position: absolute;
	left: 16%;
	top: 28.5%;
	width: 66.3%;
	height: 3%;
}
.campaign_wrap .campaign_link1 a {
  display: block;
  width: 100%;
  height: 100%;
/*  background-color: rgba(255,0,0,.5);*/
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.campaign_wrap .campaign_link2 {
	position: absolute;
	left: 15%;
	bottom: 1.7%;
	width: 69.8%;
	height: 3.3%;
}
.campaign_wrap .campaign_link2 a {
  display: block;
  width: 100%;
  height: 100%;
/*  background-color: rgba(255,0,0,.5);*/
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.campaign_end .image_wrap .campaign_link3 {
	position: absolute;
    left: 7%;
    top: 42.7%;
    width: 86%;
    height: 8.2%;
}
.campaign_end .image_wrap .campaign_link3 a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	/* background-color: rgba(255,0,0,.5); */
}
#bottom .campaign_end .image_wrap .campaign_link3 {
	position: absolute;
	left: 7%;
    top: 18.2%;
    width: 86%;
    height: 3.5%;
}
#bottom .campaign_end .image_wrap .campaign_link3 a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	/* background-color: rgba(255,0,0,.5); */
}
.campaign_notes.center{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 11px;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
.campaign_notes.center a{
  text-decoration: underline !important;
}

/*** experience ***/
#experience{
	background-color: #fffbd9;
	padding-top: 35px;
	padding-bottom: 50px;
}
#experience .subtitle{
	text-align: center;
}
#experience .subtitle img{
	width: 233px;
}
#experience .description{
	font-size: 11px;
	line-height: 2.1;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 30px;
}
#experience .block{
	margin-bottom: 30px;
	position: relative;
}
#experience .block .text_wrap{
	overflow: hidden;
}
#experience  .thumb{
	margin-bottom: 15px;
	text-align: center;
}
#experience  .thumb img{
	width: 200px;
}
#experience .text_wrap{
}
#experience .block01 .bg{
	position: absolute;
	right: 10px;
	width: 76px;
	transform: translateY(-50%);
}
#experience .block02 .bg{
	position: absolute;
	left: 10px;
	width: 71px;
	transform: translateY(-50%);
}
#experience .block03 .bg{
	position: absolute;
	right: 10px;
	width: 62px;
	transform: translateY(-50%);
}
#experience .block .text_wrap .title{
	text-align: center;
	margin-bottom: 10px;
}
#experience .block .text_wrap .text{
	font-size: 11px;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 20px;
}
#experience .block .text_wrap .text span{
	display: block;
}
#experience .btn_wrap{
	text-align: center;
	padding-left: 16px;
	padding-right: 16px;
}



/*** food ***/
#food{
	padding-top: 40px;
	text-align: center;
}
#food .subtitle{
	text-align: center;
	margin-bottom: 15px;
}
#food .subtitle img{
	width: 223px;
}
#food .description{
	font-size: 11px;
	line-height: 2.1;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 20px;
}
#food .visual{
	margin-bottom: 25px;
}
#food .visual img{
	width: 100%;
}
#food .title{
	margin-bottom: 20px;
	padding: 0px 20px;
}
#food .text{
	font-size: 11px;
	line-height: 1.86;
	letter-spacing: 0.12;
	margin-bottom: 20px;
}
#food .btn_wrap{
	margin-bottom: 40px;
}



/*** recommend ***/
#recommend{

}
#recommend .subtitle{
	text-align: center;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 50px;
}

#recommend .description{
	font-size: 11px;
	line-height: 2.1;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 35px;
}
#recommend .block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction : normal;
	-webkit-box-orient : normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-lines : multiple;
	-ms-flex-wrap : wrap;
	-webkit-flex-wrap : wrap;
	flex-wrap : wrap;
	justify-content : space-between;
	padding-left: 8px;
	padding-right: 8px;
}
#recommend .block .box{
	width: 50%;
	padding-bottom: 30px;
	padding-left: 8px;
	padding-right: 8px;
	box-sizing: border-box;
}
#recommend .block .box .thumb{
	margin-bottom: 15px;
}
#recommend .block .box .area{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.13em;
	margin-bottom: 10px;
}
#recommend .block .box .title{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.13em;
	margin-bottom: 10px;
}
#recommend .block .box .text{
	font-size: 11px;
	line-height: 1.79;
}
.green{
	color: #25c251;
}
.orange{
	color: #ff8533;
}
.blue{
	color: #0fb3ff;
}


/*** area ***/
#area{
	padding-bottom: 45px;
	padding-left: 16px;
	padding-right: 16px;
}
#area .block{
	border: 3px solid #dfdfdf;
	border-radius: 20px;
	padding: 25px 30px;
	position: relative;
	margin-top: 50px;
}
#area .block .subtitle{
	position: absolute;
	top: 0px;
	left: 10px;
	transform: translateY(-70%);
	padding-right: 50px;
}
#area .block .subtitle img{
	background-color: #FFFFFF;
	padding: 0px 10px;
}
#area .block .description{
	text-align: center;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 2;
}
#area .block .map{
	text-align: center;
	margin-bottom: 10px;
}
#area .block .text_wrap{
}
#area .block .text_wrap .title{
	margin-bottom: 15px;
}
#area .block .text_wrap ul{
	margin-bottom: 20px;
}
#area .block .text_wrap ul li{
	margin-bottom: 10px;
}
#area .block .text_wrap ul li a{
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 10px;
	text-decoration: underline;
	font-size: 11px;
}
#area .block .text_wrap ul li img{
	vertical-align: middle;
}

#area .block .col{
	overflow: hidden;
}
#area .block .col .col2{
	width: 50%;
	float: left;
}


/*** spot ***/
#spot{
	padding-top: 40px;
	background-color: #ebfaf0;
	padding-left: 16px;
	padding-right: 16px;
}
#spot .subtitle{
	text-align: center;
	margin-bottom: 15px;
}
#spot .subtitle img{
	width: 227px;
}
#spot .description{
	font-size: 11px;
	line-height: 2.1;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 30px;
}
#spot .area_title{
	text-align: center;
	margin-bottom: 20px;
	padding-left: 16px;
	padding-right: 16px;
}
#spot .block{
}
#spot .block .box{
	padding-bottom: 30px;
}
#spot .block .box .thumb{
	margin-bottom: 10px;
}
#spot .block .box .title{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#spot .block .box .text{
	font-size: 11px;
	line-height: 1.8;
	letter-spacing: -0.025em;
	padding-left: 16px;
	padding-right: 16px;
}


/*** access ***/
#access{
	background-color: #ebfaf0;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 16px;
	padding-right: 16px;
}
#access .block{
	background-color: #FFFFFF;
	border-radius: 15px;
}
#access .block .subtitle{
	text-align: center;
	padding: 15px 0px;
	color: #323232;
	line-height: 1
}
#access .block .subtitle img{
	width: 131px;
}
#access .block .map iframe{
	width: 100%;
	height: 165px;
}
#access .block .text_wrap{
	padding: 25px;
}
#access .block .col{
	margin-bottom: 20px;
}
#access .block .col .col2{
}
#access .access_title{
	border-bottom: 2px solid #a2a2a2;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #323232;
}
#access .title{
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
#access .box{
	margin-left: 20px;
	margin-bottom: 20px;
}
#access .box:last-of-type,
#access .box p:last-of-type{
	margin-bottom: 0px;
}
#access .box p{
	line-height: 1.5;
	margin-bottom: 5px;
	font-size: 9px;
	color: #323232;
}
#access .box p.top{
	position: relative;
	font-weight: bold;
}
#access .box p.top:before{
	content: "●";
	display: inline-block;
	position: absolute;
	left: -15px;
	color: #c8c8c8;
}
#access .border_box{
	border: 1px solid #a2a2a2;
	padding: 10px 15px;
}
#access .border_box .box p{
	float: left;
	margin-right: 30px;
}


#search{
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 16px;
	padding-right: 16px;
}
#search .subtitle{
	text-align: center;
	padding-bottom: 20px;
}
#search #search-box{
	border: 2px solid #00c853;
}
#search .block{
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#search .block .bnr_wrap{
	margin-bottom: 15px;
}
#search .block .notes{
	font-size: 11px;
	line-height: 1.38;
	text-align: justify;
}
#search-box-body {
	display: block !important;
}


#bottom{
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 16px;
	padding-right: 16px;
}
#bottom .campaign_btn2_wrap{
	margin-bottom: 70px;
}
#bottom .outline{
	margin-bottom: 30px;
}
#bottom .bnr_wrap .col{
}
#bottom .bnr_wrap .col .col2{
	padding-bottom: 16px;
}



#contents { padding: 0; background: #fff;}

.page_cpn .cpn_box { margin: 12px;}
.page_cpn .cpn_box img { display: block; width: 100%;}
.page_cpn .cpn_box a:hover img { opacity: 0.8;}
#contentsArea .page_cpn .cpn_box span { display: block; font-size: 13px; margin-top: 10px;}

.page_box_sty1 { margin-bottom: 15px;}
.page_h2 { background: #777; color: #fff; text-align: center; padding: 6px 0; margin:0 10px 12px 10px; font-size: 20px;}
.page_box1 { margin: 0 10px 12px 10px;}
.box1img img { display: block; width: 100%}

.page_box1 h3 { font-size: 14px; margin: 10px 0 8px; }
.txtfont13 { font-size: 14px; line-height: 1.4;}


.page_box_sty2 .page_box1 { width: 30.8%; margin: 0 0 10px 2%; float: left;}
.page_box_sty2 .box1img { position: relative;}




.cpn_box_info .ss-center .cp__acordion {
 clear: both;
}
.cpn_box_info .cp__acordion .cp__trigger:hover {
    background-color: #bababa; color:#ffffff;
}

.cpn_box_info .cp__acordion .cp__trigger {
    font-size: 13px;
    display: block;
    position: relative;
    padding: 10px;
    cursor: pointer;}

.cpn_box_info .cp__acordion .cp__trigger::after {
    display: inline-block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 7px;
    margin-top: -3.5px;
    background-repeat: no-repeat;
}
.cpn_box_info .cp__acordion li .cp__trigger { background: #e1e1e1; }
.cpn_box_info .cp__liststyle-dot > * {
    text-indent: 0 !important;
    margin-bottom: 8px;
    font-size: 12px; line-height:1.4;
}
.cpn_box_info .cp__acordion ul.submenu { padding: 10px 0;
    background-color: #f0f0f0;
    line-height: 1.4;
}


/* ----- page_box1 -----*/

.page_box1 .ss-center .cp__acordion {
 clear: both;
}
.page_box1 .cp__acordion .cp__trigger:hover {
    background-color: #bababa; color:#ffffff;
}

.page_box1 .cp__acordion .cp__trigger {
    font-size: 13px;
    display: block;
    position: relative;
    padding: 10px;
    cursor: pointer;}

.page_box1 .cp__acordion .cp__trigger::after {
    display: inline-block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 7px;
    margin-top: -3.5px;
    background-repeat: no-repeat;
}
.page_box1 .cp__acordion li .cp__trigger { background: #e1e1e1; }
.page_box1 .cp__liststyle-dot > * {
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 8px;
    font-size: 12px; line-height:1.4;
}
.page_box1 .cp__acordion ul.submenu {
    background-color: #f0f0f0;
    padding: 8px 10px 10px 10px;
    line-height: 1.4;
}

.holder { margin-top: 10px;}


.cp_right {
	display:none;
}

.fixBnr2 {
    position: fixed;
	display:block;
    right:0px; bottom:0px;
    z-index: 9;
}

#contents .pagetop_btn { width: 50px; z-index: 999;}
.pagetop_btn li { margin-bottom: 1px; background: #fff; }
.pagetop_btn li a { background: #dedede; width: 50px; display: block; text-align: center; padding: 6px 0; font-size: 13px;}
#contentsArea .pagetop_btn li a:hover { text-decoration: none; opacity: 0.8;}


/* ----- Access -----*/

.accessBox { border: none;}


.page_footer { background: #f7f7f7; padding: 10px; border-top: 1px solid #c2c2c2; border-bottom: 1px solid #c2c2c2; margin: 0 10px 12px 10px; }
.page_footer ul li { margin-bottom: 6px;}
.page_footer a { color: #777; font-size: 13px; line-height: 1.6; text-decoration: none;}
.page_footer a:hover { text-decoration: underline;}
.page_footer p { margin: auto;}
.page_footer p span { margin-right: 12px; display: inline-block;}

#search-box h1 { display: none;}


/*oy*/
.jdsSwiper{
    padding: 0 40px !important;
}
.swiper-wrapper{
    padding-bottom: 30px;
}
.jdsSwiper .page_box1 { margin: 0 0px 12px 0px;}
.swiper-button-next{
    font-size: 12px;
    background: none !important;
}

.jdsColorBoxHtml_main .box1img{
    display: none;
}
.jdsColorBoxHtml_main .txtfont13{
    display: none;
}
#cboxContent .jdsColorBoxHtml_main .box1img{
    display: block;
}
#cboxContent .jdsColorBoxHtml_main .txtfont13{
    display: block;
}

#colorbox { height: 100% !important; position: fixed !important; top: 20px !important; overflow: visible !important;}
#cboxContent { float: none !important; height: 100% !important; max-width: 96% !important; margin: auto !important;}
#cboxWrapper  { height: auto !important; overflow: visible!important; }
#cboxMiddleLeft { height: 100% !important;}
#cboxOverlay { background-color: rgba(0,0,0,0.5) !important; height: 100% !important;}

#cboxLoadedContent { background: #fff !important; border: 1px solid #333 !important; padding: 12px 15px; box-sizing: border-box; height:auto !important; width: auto !important; }
#cboxTitle { font-size: 0;}

.page_foot_box .swiper-button-prev { left: 0px;}
.page_foot_box .swiper-button-next { right: 0px;}
.page_foot_box .swiper-container { width: 96% !important; margin: auto; padding: 0 2%!important;}


.chara_box { margin-bottom: 4px;}
.chara_box .char {overflow: hidden;}
#contentsArea .page_cpn .cpn_box .chara_box .char span {padding: 2px 4px;box-sizing: border-box;border-radius: 3px; letter-spacing: 1px;color: #fff;margin-right: 5px; margin-bottom: 5px;float: left; margin-top: 0px; font-size: 12px;}
#contentsArea .page_cpn .cpn_box .chara_box .char .red {background-color: #d00505;}
#contentsArea .page_cpn .cpn_box .chara_box .char .blue1 {background-color: #53b8c8;}
#contentsArea .page_cpn .cpn_box .chara_box .char .blue2 {background-color: #fff;border: 1px solid #53b8c8;color: #53b8c8;}
#contentsArea .page_cpn .cpn_box .chara_box .char .ana {background-color: #fff;border: 1px solid #180d7f;color: #180d7f;}
#contentsArea .page_cpn .cpn_box .chara_box .char .jal {background-color: #fff;border: 1px solid #cb0000;color: #cb0000;}


#contentsArea .cpn_box .btn { margin:12px 15px;}
#contentsArea .cpn_box .btn .main {border: 2px solid #7bb33e;border-radius:5px;background-color: #fff;color: #7bb33e;text-align: center;display: block;margin: 0px auto; font-weight: bold;padding: 10px 0;position: relative; font-size: 16px;}
#contentsArea .cpn_box .btn .main:after {position: absolute;content: '';background:  url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDNkQ4N0ZGMzJGQzRFNzExODg5RkM1RTg2NEE3ODZENyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNzczMUIzN0M1QjcxMUU3ODhGNEZFQzVFMjgxMEUyOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNzczMUIzNkM1QjcxMUU3ODhGNEZFQzVFMjgxMEUyOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNCMjI2MTI1MUFDNUU3MTE5RkIzOUM4RTk0QkM0M0U5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM2RDg3RkYzMkZDNEU3MTE4ODlGQzVFODY0QTc4NkQ3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xa2QmQAAAM5JREFUeNpc0L8LAWEcx/HnZLiBQcmk/AVKdu4fMCr5D1hJEqV0GSwkshoNYmCVTPwZwmAxUSTnvO96Tg9Pvfo+d9/P8+NOqy/SdyGEjgoGZmbzEMrwYQ0LTRQbS0P/DxQwQQAt51kNabZtC15EmXeQxw0NjDju6QacQShGMZGToTZW34AMRShDZPHCzid+RxghOb/g7FdWJyg9GNijiq13SafZRwpHlLjg1P1MmklqVzZPKGPm7ewcMUYcB9mcs/qt/qggrqjJpqXe+iPAAHnLRIHtZQkmAAAAAElFTkSuQmCC) 0 0 no-repeat;height:12px ;width:8px ;right: 12px;top:50%;margin-top: -6px;display: block;}
#contentsArea .cpn_box .btn .main:hover {opacity: 0.8;}


.tableholder { margin:0 10px;}
.tableholder table {background-color: #fff;border: 1px solid #b4b4b4;font-size: 13px;line-height: 1.4;position: relative;}
.tableholder table tr:first-child{color: #fff;}
.tableholder table tr:first-child td {text-align: center!important;background-color: #1ba81b!important;}
.tableholder table td {display: block;padding:5px;}
.tableholder table tr td:first-child{background-color: #e1e1e1;font-weight: bold;}


#contents .gototop_btn { margin-top: 10px; background: none;}
#contents .gototop_btn a {
    display: block;
    height: 30px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 4px 4px 0 0;
    color: #FFF;
    position: relative;
}
#contents .gototop_btn a::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -3px;
    margin-left: -7px;
    border-top: 4px solid #FFF;
    border-right: 4px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
}
#contents .gototop_btn a span { display: none;}


.page_foot_box { width:94%; margin: auto;}
.page_foot_box .swiper-slide { width: 180px !important; font-size: 13px;}


/* gotop -------- */
.gotop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 200;
  text-align: right;
}
.gotop p {
  margin-top: 10px;
}
.gotop p img {
  width: 50px;
}
.gotop p:last-child img {
  width: 50px;
}



/* ----- kiji -----*/

.fade {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.fade-end {
  opacity: 1;
  transform: translateY(0);
}

#kijiVisual{
}
#kijiVisual .sec_bg{
  background: url(../../images/kiji/satoyama/visual_bg_sp.jpg) no-repeat center bottom;
  background-size: cover;
}
#kijiVisual .sec_inner{
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
}
#kijiVisual .sec_inner2{
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  height: 100vw;
}
#kijiVisual .logo{
  position: absolute;
  left: 15px;
  top: 20px;
}
#kijiVisual .des{
  position: absolute;
  right: 15px;
  top: 30px;
}
#kijiVisual .title{
  position: absolute;
  top: 20px;
  left: 56%;
  transform: translateX(-50%);
}
#kijiVisual .map{
  position: absolute;
  bottom: 25px;
  right: 20px;
}
#kijiVisual .top_text{
  text-align: center;
  padding: 45px 15px 0;
}
#kijiVisual .top_text img{
  width: 85%;
}

#kijiPhoto {
  padding-bottom: 60px;
}
#kijiPhoto img {
  max-width: 100%;
}
#kijiPhoto .title_block {
  max-width: 1240px;
  margin: 60px auto 20px;
  /*padding: 0 20px;*/
}
#kijiPhoto .title_block .inner {
  position: relative;
  max-width: 1127px;
}
#kijiPhoto .title_block .image {
  position: relative;
  z-index: 2;
  /*width: 69.5%;*/
  width: 73.5%;
  padding-top: 6%;
}
#kijiPhoto .title_block .text {
  position: absolute;
  right: 2%;
  top: 0;
  /*width: 36%;*/
  width: 32%;
  z-index: 1;
}
#kijiPhoto .title_block2 {
  max-width: 1240px;
  margin: 60px auto 20px;
  /*padding: 0 20px;*/
  text-align: right;
  overflow: hidden;
}
#kijiPhoto .title_block2 .inner {
  position: relative;
  width: 100%;
  max-width: 1127px;
  float: right;
  overflow: hidden;
}
#kijiPhoto .title_block2 .image {
  position: relative;
  z-index: 2;
  /*width: 69.5%;*/
  width: 72.5%;
  padding-top: 5%;
  float: right;
}
#kijiPhoto .title_block2 .text {
  position: absolute;
  left: 2%;
  top: 0;
  /*width: 36%;*/
  width: 33%;
  z-index: 1;
}
#kijiPhoto .image_block {
  max-width: 757px;
  margin: 0 auto 20px;
  padding: 0 20px;
}
#kijiPhoto .image_block.sp_r {
  padding-left: 28%;
}
#kijiPhoto .image_block.sp_l {
  padding-right: 28%;
}
#kijiPhoto .cols_block {
  position: relative;
  max-width: 370px;
  margin: 0 auto 0;
  padding: 0 20px;
}
#kijiPhoto .cols_block:after {
    content: "";
    display: block;
    clear: both;
}
#kijiPhoto .cols_block .col {
  margin-bottom: 30px;
}
#kijiPhoto .cols_block .col:nth-child(2) {
}
#kijiPhoto .cols_block .col.sp_r {
  padding-left: 52%;
}
#kijiPhoto .cols_block .col.sp_l {
  /*padding-right: 40%;*/
  padding-right: 50%;
}
#kijiPhoto .cols_block .col.sp_col {
  float: left;
  width: 48%;
}
#kijiPhoto .cols_block .col:nth-child(2).sp_col {
  float: right;
}
#kijiPhoto .cols_block .col.sp_col3 {
  float: left;
  width: 32.3%;
  margin: 0 1.33% 20px 0;
}
#kijiPhoto .cols_block .col.sp_col3:nth-child(3){margin-right: 0;}
#kijiPhoto .cols_block .col:nth-child(2).sp_col3 {
}
#kijiPhoto .cols_block_text_l{
  position: relative;
}
#kijiPhoto .cols_block_text_l .col .text:before{
  content: '';
  width: 70px;
  height: 70px;
  position: absolute;
  left: -11px;
  bottom: -12px;
  background: url(../../images/kiji/satoyama/photo_text_bg.jpg) no-repeat right bottom;
  background-size: contain;
}
#kijiPhoto .cols_block_text_l .col .text {
  position: relative;
  /*padding: 0 20px;*/
  box-sizing: border-box;
  font-size: 11px;
  line-height: 2.13;
  letter-spacing: .05em;
  text-align:justify;
}
#kijiPhoto .cols_block_text_r{
  position: relative;
}
#kijiPhoto .image_block .image.bg:before,
#kijiPhoto .cols_block_text_r .col .image:before,
#kijiPhoto .cols_block_text_r .col .text.bg:before,
#kijiPhoto .cols_block_text_r .col .text.bg2:before,
#kijiPhoto .cols_block_text_l .image:before{
  content: '';
  width: 70px;
  height: 70px;
  position: absolute;
  background: url(../../images/kiji/satoyama/photo_text_bg.png) no-repeat right bottom;
  background-size: contain;
}
#kijiPhoto .image_block .image.bg:before{
  right: -15px;
  top: 30px;  
}
#kijiPhoto .cols_block_text_r .col .image:before{
  right: 15px;
  top: 30px;  
}
#kijiPhoto .cols_block_text_r .col.sp_r .image:before{
  right: 65%;
  top: 25px;  
}
#kijiPhoto .cols_block_text_r .col.sp_r .image.bgP2:before{
  right: 58%;
  top: 66px;  
}
#kijiPhoto .cols_block_text_r .col.bg2 .image:before{
  right: 10px;
  top: 85px;  
}
#kijiPhoto .cols_block_text_r .col .text.bg,
#kijiPhoto .cols_block_text_r .col .text.bg2{
  padding-bottom: 45px;
}
#kijiPhoto .cols_block_text_r .col .text.bg:before{
  right:30px;
  bottom: -30px;  
}
#kijiPhoto .cols_block_text_r .col .text.bg2:before{
  left:-50px;
  bottom: -30px;  
}
#kijiPhoto .cols_block_text_l .image:before {
  left: 30px;
  bottom: 8px;
}

#kijiPhoto .cols_block_text_r .col .text {
  position: relative;
  /*padding: 0 20px;*/
  box-sizing: border-box;
  font-size: 11px;
  line-height: 2.13;
  letter-spacing: .05em;
  text-align:justify;
}

#kijiPhoto .text_block {
  clear: both;
  position: relative;
  max-width: 757px;
  margin: -10px auto 60px;
  padding: 0 35px;
}
#kijiPhoto .text_block p {
  font-size: 11px;
  line-height: 2.13;
  letter-spacing: .05em;
  text-align:justify;
}

#kijiInfo .top_block .image {
  margin-bottom: 45px;
  height: 239px;
}
#kijiInfo .top_block .image {
  background: url(../../images/kiji/satoyama/info_top.jpg) no-repeat center bottom;
  background-size: cover;
}

#kijiInfo .top_block .text {
  margin: 30px 0 60px;
  padding: 0 15px;
  text-align: center;
}
#kijiInfo .column{text-align: center;margin: 20px;}

#kijiInfo .name_block {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}
#kijiInfo .name_block .name{
  margin-bottom: 15px;
}
#kijiInfo .name_block .name img{height: 21px;}
#kijiInfo .name_block .image{
  margin:0 20px 20px;
}
#kijiInfo .name_block .adds{
  padding-bottom: 6px;
}
#kijiInfo .name_block .adds p{
  margin-bottom: 10px;
  font-size: 12px;
}

#kijiInfo .other_block {
  margin-bottom: 60px;
  text-align: center;
  overflow: hidden;
}
#kijiInfo .other_block .title {
  margin-bottom: 12px;
}
#kijiInfo .other_block .image {
  margin-bottom: 12px;
  margin-right: -10px;
  padding: 0 20px;
}
#kijiInfo .other_block .name {
  margin-bottom: 10px;
}
#kijiInfo .other_block .text {
  max-width: 465px;
  margin: 0 auto 12px;
  padding: 0 15px;
  font-size: 12px;
  text-align: left;
  line-height: 1.86;
}
#kijiInfo .shuntabi_block {
  margin-bottom: 45px;
  text-align: center;
}
#kijiInfo .shuntabi_block .logo {
  margin-bottom: 12px;
}

#kijiSearch{
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #ebfaf0;
}
#kijiSearch .subtitle{
  text-align: center;
  padding-bottom: 20px;
}
#kijiSearch #search-box{
  border: 2px solid #00c853;
}
#kijiSearch .block{
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
#kijiSearch .block .bnr_wrap{
  margin-bottom: 15px;
}
#kijiSearch .block .notes{
  font-size: 11px;
  line-height: 1.38;
  text-align: justify;
}
#kijiSearch-box-body {
  display: block !important;
}



.outline {
  line-height: 1.2;
  padding-left: 16px;
  padding-right: 16px;
  width: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.outline .riTableInfo thead {
}
.outline .riTableInfo thead th {
  padding: 0;
}
.outline .riTableInfo tbody {
  display: block;
  padding: 0;
  border: 1px solid #000;
  background-color: #fff;
}
.outline .riTableInfo h3 {
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
   border: 1px solid #000;
  border-bottom: none;
   color: #000;
  background-color: #e3e3e3;
  text-align: left;
}
.outline .riTableInfo tbody th {
  display: block;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
	padding: 10px 5px;
  border-bottom: 1px solid #000;
	background-color: #e3e3e3;
}

.outline .riTableInfo tbody td {
  display: block;
  font-size: 13px;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding: 5px 5px 10px;
}
.outline .riTableInfo tbody tr:last-child td {
  border: none;
}
.outline .riTxtColor_bf0000 {
  color: #ff0000;
}
.outline .riFwB{
  font-weight: bold;
}
#contentsArea .outline a {
  color: #03c;
  text-decoration: none;
}
#contentsArea .outline a:hover {
  color: #69f;
  text-decoration: underline;
}


/*** coupon ***/
.subtitle2{
  text-align: center;
  display: flex;
  align-items: center;
}
.subtitle2 span{
  background: #fff;
  padding: 0 10px;
  width: 100%;
}
.subtitle2:before,
.subtitle2:after{
  content:'';
  display: inline-block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 3px;width: 20%;
}

.coupon {padding: 20px 16px 40px;}
.coupon .subtitle2{margin-bottom: 10px;}
.flowStep{border: 3px solid #feef85;text-align: center;margin-top: 30px;}
.flowStep dt{background: #feef85;padding: 10px 0;}
.flowStep dt img{height: 15px;vertical-align: middle;}
.flowStep dd {padding: 25px 0;}
.flowStep .txt01,
.flowStep .txt03{height: 32px;}
.flowStep .txt02{height: 72px;}
.flowStep .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    display: inline-block;
    border: 1px solid #939393;
    height: 30px;
    border-radius: 30px;
    padding: 8px 20px 0;
    margin-top:10px;
}
.flowStep .btn1 img{  height: 12px;}
.flowStep .btn3 img{      height: 17px;    margin-top: -3px;}
.coupon .note{font-size: 10px;margin: 10px 0 20px;}


/* syunsyoku -------- */
.syunsyoku{text-align: center;margin-top: 40px;}
.syunsyoku .bg{background: #ffe600;color: #523e27;padding-bottom: 100px;}
.syunsyoku .subtitle {margin-bottom: 10px;}
.syunsyoku .subtitle img{margin-top: -20px;height: 40px;}
.syunsyoku .bg p{font-size: 11px;line-height: 1.9;margin-top: 20px;letter-spacing: 0.1em;}
.syunsyoku .banner a{
  display: inline-block;
  padding: 0 16px;
	transform: translateY(-50%);
  margin-bottom: -10%;
  
}
.syunsyoku .btn{margin-top: 10px;}
.btnA{
  display: block;width:70%;margin: auto;
  line-height: 40px;height: 40px;
  border-radius: 5px;
  background: #fde600;
}
.btnA img{height: 12px;vertical-align: middle;}
.syunsyoku .note {
    text-align: center;
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 20px;
}

/* syunraku -------- */
.syunraku{text-align: center;margin-top: 40px;}
.syunraku .bg{background: #fffce3;padding: 20px 0 100px;}
.syunraku .subtitle{margin-bottom: 25px;}
.syunraku .subtitle img{height: 41px;}
.syunraku .bg p{font-size: 11px;line-height: 1.9;letter-spacing: 0.1em;}
.syunraku .block{margin-top: -20%;text-align: center;}
.syunraku .block .box>img{  display: block;width: 240px;margin: auto;}
.syunraku .block .box:nth-child(2),
.syunraku .block .box:nth-child(3){display: none;}

.syunraku .block .box h3 {
    font-size: 14px;
    font-weight: bold;
    padding: .5em 0;
}
.syunraku .block .box p {
    padding-bottom: 2em;
  font-size: 12px;
}

.syunraku .block .btn{
    display: inline-block;
    padding: 5px 3.5em;
    border: 1px solid #aaa;
    border-radius: 20px;
    color: #333;
  font-size: 12px;
}
.syunraku>.btn{margin-top: 30px;}

