@charset "UTF-8";

/*-------------------------
__style
-------------------------*/

@media screen and (min-width:767px) {
#wrap {min-width: 1300px!important;}
}

#picture_box .add_img,
#picture_box .close_btn {display:none;}

#article{}

#article .top_link_btn{
    margin-bottom: 40px;}

#article .top_link_btn ul li{
    text-align: center;
    margin-right:40px;
	float:left;
	width: 50%;
	width: calc((100% - 40px) / 2);
	width: -webkit-calc((100% - 40px) / 2);
	width: -moz-calc((100% - 40px) / 2);
	box-sizing:border-box;}

#article .top_link_btn ul li:nth-child(2n){
    margin-right: 0;}

#article .top_link_btn ul li a{
    width: 100%;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: 700;
    color: #fff;
    font-size: 2.4em;
    line-height: 1.4em;
    padding: 30px 0 25px;}

#article .top_link_btn ul li.area_btn{}

#article .top_link_btn ul li.kts_brn{}

#article .top_link_btn ul li.area_btn a{
    display: block;
    background-size: cover;
}

/*エリア別指定*/
#article.area_gyotoku_minamigyotoku .top_link_btn ul li.area_btn a{ border: 6px solid #6e5dac; position:relative; background: url(/ichikawa/area/gyotoku_minamigyotoku/images/pickup03.jpg) no-repeat center; text-shadow: 2px 2px 1px #6e5dac,-2px 2px 1px #6e5dac,2px -2px 1px #6e5dac,-2px -2px 1px #6e5dac;}
#article.area_tokagi_koya .top_link_btn ul li.area_btn a{ border: 6px solid #24a19c; position:relative; background: url(/ichikawa/area/tokagi_koya/images/pickup02.jpg) no-repeat center; text-shadow: 2px 2px 1px #24a19c,-2px 2px 1px #24a19c,2px -2px 1px #24a19c,-2px -2px 1px #24a19c;}
#article.area_yawata_sugano .top_link_btn ul li.area_btn a{ border: 6px solid #e96e86; position:relative; background: url(/ichikawa/area/yawata_sugano/images/pickup01.jpg) no-repeat center; text-shadow: 2px 2px 1px #e96e86,-2px 2px 1px #e96e86,2px -2px 1px #e96e86,-2px -2px 1px #e96e86;}
#article.area_kitakata_nakayama .top_link_btn ul li.area_btn a{ border: 6px solid #336fbf; position:relative; background: url(/ichikawa/area/kitakata_nakayama/images/pickup04.jpg) no-repeat center; text-shadow: 2px 2px 1px #336fbf,-2px 2px 1px #336fbf,2px -2px 1px #336fbf,-2px -2px 1px #336fbf;}
#article.area_ichikawa_mama .top_link_btn ul li.area_btn a{ border: 6px solid #82b500; position:relative; background: url(/ichikawa/area/ichikawa_mama/images/pickup05.jpg) no-repeat center; text-shadow: 2px 2px 1px #82b500,-2px 2px 1px #82b500,2px -2px 1px #82b500,-2px -2px 1px #82b500;}
#article.area_konodai_kokubu .top_link_btn ul li.area_btn a{ border: 6px solid #ffad00; position:relative; background: url(/ichikawa/area/konodai_kokubu/images/pickup02.jpg) no-repeat center; text-shadow: 2px 2px 1px #ffad00,-2px 2px 1px #ffad00,2px -2px 1px #ffad00,-2px -2px 1px #ffad00;}
#article.area_soya_miyakubo .top_link_btn ul li.area_btn a{ border: 6px solid #38afeb; position:relative; background: url(/ichikawa/area/soya_miyakubo/images/pickup02.jpg) no-repeat center; text-shadow: 2px 2px 1px #38afeb,-2px 2px 1px #38afeb,2px -2px 1px #38afeb,-2px -2px 1px #38afeb;}
#article.area_ono_kashiwaimachi .top_link_btn ul li.area_btn a{ border: 6px solid #f37900; position:relative; background: url(/ichikawa/area/ono_kashiwaimachi/images/pickup01.jpg) no-repeat center; text-shadow: 2px 2px 1px #f37900,-2px 2px 1px #f37900,2px -2px 1px #f37900,-2px -2px 1px #f37900;}

#article .top_link_btn ul li.area_btn a span,
#article .top_link_btn ul li.kts_brn a span{
    position: relative;
    z-index: 100;
}

#article .top_link_btn ul li.kts_brn a{
    display: block;
    border: 6px solid #6756e3;
    position:relative; background: url(/ichikawa/area/images/series_back.jpg) no-repeat bottom;
    text-shadow: 2px 2px 1px #6756e3,-2px 2px 1px #6756e3,2px -2px 1px #6756e3,-2px -2px 1px #6756e3;
}

#article .top_link_btn ul li.area_btn a:before,
#article .top_link_btn ul li.kts_brn a:before{
    z-index: 0;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);}


@media screen and (max-width: 767px) {

#article .top_link_btn{
    margin-bottom: 20px;}

#article .top_link_btn ul li{
    text-align: center;
    margin-right:0;
	float:none;
	width: 100%;}

#article .top_link_btn ul li:nth-child(1){
    margin-bottom: 10px;}

#article .top_link_btn ul li a{
    font-size: 1.8em;
    line-height: 1.4em;
    padding: 15px 0 10px;}

}


/*---------------------------------記事タイトルここから---------------------------------*/

/*エリア別カラー指定*/
#article.area_gyotoku_minamigyotoku .spot_title{ background-color: #e5e2f0;}
#article.area_tokagi_koya .spot_title{ background-color: #d7eeed;}
#article.area_yawata_sugano .spot_title{ background-color: #fbe7eb;}
#article.area_kitakata_nakayama .spot_title{ background-color: #dfe9f5;}
#article.area_ichikawa_mama .spot_title{ background-color: #ecf4d9;}
#article.area_konodai_kokubu .spot_title{ background-color: #ffedcb;}
#article.area_soya_miyakubo .spot_title{ background-color: #e0f1fd;}
#article.area_ono_kashiwaimachi .spot_title{ background-color: #fde8d4;}

.spot_title{
    margin-bottom: 40px;}

/*エリア別カラー指定*/
#article.area_gyotoku_minamigyotoku .spot_title p.area_name{ background-color: #6e5dac;}
#article.area_tokagi_koya .spot_title p.area_name{ background-color: #24a19c;}
#article.area_yawata_sugano .spot_title p.area_name{ background-color: #e96e86;}
#article.area_kitakata_nakayama .spot_title p.area_name{ background-color: #336fbf;}
#article.area_ichikawa_mama .spot_title p.area_name{ background-color: #82b500;}
#article.area_konodai_kokubu .spot_title p.area_name{ background-color: #ffad00;}
#article.area_soya_miyakubo .spot_title p.area_name{ background-color: #38afeb;}
#article.area_ono_kashiwaimachi .spot_title p.area_name{ background-color: #f37900;}

.spot_title p.area_name{
    color: #fff;
    font-size: 1.8em;
    line-height: 1;
    padding: 10px 10px 7px;}

.spot_title h1{
    font-size: 2.5em;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;}

.spot_title .inner{
    padding: 25px;}

.spot_title p.spot_add{
    font-size: 1.4em;}


@media screen and (max-width: 767px) {

.spot_title{
    margin-bottom: 20px;}
    
.spot_title p.area_name{
    font-size: 1.5em;}

.spot_title h1{
    font-size: 2em;
    margin-bottom: 10px;}

.spot_title .inner{
    padding: 10px;}

.spot_title p.spot_add{
    font-size: 1.2em;}

}

/*---------------------------------記事内容ここから---------------------------------*/

.text_box{
    margin-bottom: 20px;}

.text_box h2{ 
    font-size: 2.2em;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 20px;}

/*エリア別カラー指定*/
#article.area_gyotoku_minamigyotoku .text_box h2{ color: #6e5dac;}
#article.area_tokagi_koya .text_box h2{ color: #24a19c;}
#article.area_yawata_sugano .text_box h2{ color: #e96e86;}
#article.area_kitakata_nakayama .text_box h2{ color: #336fbf;}
#article.area_ichikawa_mama .text_box h2{ color: #82b500;}
#article.area_konodai_kokubu .text_box h2{ color: #ffad00;}
#article.area_soya_miyakubo .text_box h2{ color: #38afeb;}
#article.area_ono_kashiwaimachi .text_box h2{ color: #f37900;}

.text_box p{
    font-size: 1.4em;
    line-height: 1.7;
    margin-bottom: 15px;}

.picture_box{
    margin-bottom: 15px;}

.picture_box ul li{
    margin-right:25px;
    margin-bottom: 25px;
	float:left;
	width: 33.33333%;
	width: calc((100% - 52px) / 3);
	width: -webkit-calc((100% - 52px) / 3);
	width: -moz-calc((100% - 52px) / 3);
	box-sizing:border-box;}

@media screen and (min-width: 768px) {
.picture_box ul li:nth-child(3n){ margin-right:0;}
}
    
.picture_box ul li p.image{
    width: 100%;
    height: 270px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    box-sizing: border-box;}

.picture_box ul li p.image img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}

.picture_box ul li p.image:hover img{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;}

.picture_box ul li .piccom{
    font-size: 1.3em;
    line-height: 1.5em;}

@media screen and (max-width: 767px) {

.text_box{
    margin-bottom: 10px;}

.text_box h2{ 
    font-size: 1.8em;
    line-height: 1.4em;
    margin-bottom: 10px;}

.text_box p{
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 10px;}

.picture_box{
    margin-bottom: 10px;}

.picture_box ul li{
    margin-right:10px;
    margin-bottom:10px;
	float:left;
	width: 50%;
	width: calc((100% - 10px) / 2);
	width: -webkit-calc((100% - 10px) / 2);
	width: -moz-calc((100% - 10px) / 2);
	box-sizing:border-box;}

.picture_box ul li:nth-child(2n){ margin-right:0;}

.picture_box ul li p.image{
    height: 140px;
    margin-bottom: 5px;}

.picture_box ul li .piccom{
    font-size: 1.2em;
    line-height: 1.5em;}

}

/*エリア別カラー指定*/
#article.area_gyotoku_minamigyotoku .spot_data{ border: 6px solid #6e5dac; background-color: #e5e2f0;}
#article.area_tokagi_koya .spot_data{ border: 6px solid #24a19c; background-color: #d7eeed;}
#article.area_yawata_sugano .spot_data{ border: 6px solid #e96e86; background-color: #fbe7eb;}
#article.area_kitakata_nakayama .spot_data{ border: 6px solid #336fbf; background-color: #dfe9f5;}
#article.area_ichikawa_mama .spot_data{ border: 6px solid #82b500; background-color: #ecf4d9;}
#article.area_konodai_kokubu .spot_data{ border: 6px solid #ffad00; background-color: #ffedcb;}
#article.area_soya_miyakubo .spot_data{ border: 6px solid #38afeb; background-color: #e0f1fd;}
#article.area_ono_kashiwaimachi .spot_data{ border: 6px solid #f37900; background-color: #fde8d4;}

.spot_data{
    box-sizing: border-box;
    padding: 25px;
    margin-bottom: 40px;}

.spot_data .data{
    font-size: 1.4em;
    margin-bottom: 10px;}

/*エリア別カラー指定*/
#article.area_gyotoku_minamigyotoku .spot_data h3{ color: #6e5dac;}
#article.area_tokagi_koya .spot_data h3{ color: #24a19c;}
#article.area_yawata_sugano .spot_data h3{ color: #e96e86;}
#article.area_kitakata_nakayama .spot_data h3{ color: #336fbf;}
#article.area_ichikawa_mama .spot_data h3{ color: #82b500;}
#article.area_konodai_kokubu .spot_data h3{ color: #ffad00;}
#article.area_soya_miyakubo .spot_data h3{ color: #38afeb;}
#article.area_ono_kashiwaimachi .spot_data h3{ color: #f37900;}

.spot_data h3{
    font-size: 2em;
    font-weight: 700;
     margin-bottom: 10px;}

.spot_data ul.data_list li{
    font-size: 1.4em;
    line-height: 1.6em;}

.bottom_back_btn{
    margin: 0 auto 40px;
    text-align: center;}

.bottom_back_btn a{
    display: inline-block;
    font-size: 1.8em;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    padding: 25px 35px 22px;
    border-radius: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}

/*エリア別カラー指定*/
#article.area_gyotoku_minamigyotoku .bottom_back_btn a{ background-color: #6e5dac;}
#article.area_tokagi_koya .bottom_back_btn a{ background-color: #24a19c;}
#article.area_yawata_sugano .bottom_back_btn a{ background-color: #e96e86;}
#article.area_kitakata_nakayama .bottom_back_btn a{ background-color: #336fbf;}
#article.area_ichikawa_mama .bottom_back_btn a{ background-color: #82b500;}
#article.area_konodai_kokubu .bottom_back_btn a{ background-color: #ffad00;}
#article.area_soya_miyakubo .bottom_back_btn a{ background-color: #38afeb;}
#article.area_ono_kashiwaimachi .bottom_back_btn a{ background-color: #f37900;}

.bottom_back_btn a:hover{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;}

@media screen and (max-width: 767px) {

.spot_data{
    padding: 10px;
    margin-bottom: 20px;}

.spot_data .data{
    font-size: 1.2em;
    margin-bottom: 10px;}
    
.spot_data h3{
    font-size: 1.7em;}

.spot_data ul.data_list li{
    font-size: 1.2em;
    line-height: 1.5em;}

.bottom_back_btn{
    margin: 0 auto 20px;}

.bottom_back_btn a{
    font-size: 1.6em;
    padding: 15px 20px 15px;}
    
}