@charset 'utf-8';
/*-- 打消しcss --*/
#container {
    width: 100%;
    min-width: 1240px;
    margin: 0 auto;
    background-color: #FFF;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#container #content {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.sp_only{
    display: none;
}
/*-- コンテンツ --*/
.top_content img{
	width: 100%;
}
.top_content a:hover{ text-decoration: none; }
.top_image{
	position: relative;
}
.slider{ font-size: 0; width: 100%;}
.slider li{
    display: inline-block;
    width: 33.3%;
    vertical-align: top;
    position: relative;
    font-size: 13px;
    max-height: 272px;
    overflow: hidden;
}
.slider li a{ display: block; }
.slider li a:hover{ opacity: 0.7; }
.img_discription{
    padding: 10px 0;
    position: absolute;
    width: 100%;
	bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}
.col_ttl{
	font-weight: bold;
    color: #fff;
    line-height: 1.6;
    margin: 0 10px;
}
.img_discription .new_icon{
    background: #ff8f00;
    color: #fff;
    border-radius: 3px;
    padding: 2px 6px 1px;
    display: inline-block;
    margin-right: 5px;
}
.img_discription ul{ font-size: 0; margin-top: 5px; padding: 0 10px;}
.img_discription li{
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 2px 6px 1px;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    color: #69544c;
    width: inherit;
}
.all_box{
    overflow: hidden;
    width: 1240px;
    margin: 25px auto;
}
.main_content{
    float: left;
    width: 69%;
}
.side_content{
    float: right;
    width: 28%;
}

/*--kiji_list --*/
.kiji_list{
    font-size: 0;
}
.kiji_list li{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 31.9%;
    margin: 0 18px 18px 0;
}
.kiji_list li:nth-child(3n){
    margin-right: 0;
}
.kiji_list a{
    display: block;
    background: #efefef;
    overflow: hidden;
    padding: 0 0 6px;
}
.kiji_list a:hover{
    text-decoration: none;
}

.kiji_list .main_img{
        margin-bottom: 10px;
    height: 182px;
    overflow: hidden;
}
.kiji_list h4{
    font-size: 125%;
    line-height: 1.5;
    margin: 0 10px;
    color: #634c3f;
}
.kiji_list a:hover h4{
    color: #ff8f00;
}
#hkd-top .kiji_list a:hover h4{
    color: #00b5ea;
}
#kyushu-top .kiji_list a:hover h4{
    color: #0cb500;
}
.kiji_list .cat { font-size: 0; margin: 15px 10px 0;}
.kiji_list .cat li{
    font-size: 13px;
    width: inherit;
    color: #8c8c8c;
    background: #fff;
    border-radius: 25px;
    padding: 5px 13px 3px;
    margin: 0 5px 5px 0;
}
.kiji_list .entry_date{ 
    float: right;
    color: #888888;
    margin: 10px 10px 0 0;
}

/*--second_box --*/
.second_box{
    overflow: hidden;
    margin-top: 30px;
}
.spot {
    float: left;
    width: 48%;
}
.gourmet{
    float: right;
    width: 48%;
}
.second_box ul{
    font-size: 0;
}
.second_box ul li{
    display: inline-block;
    width: 48%;
    vertical-align: top;
    font-size: 13px;
    margin: 0 14px 16px 1px;
    box-shadow: 0px 0px 3px 0px #858585;
    -moz-box-shadow: 0px 0px 3px 0px #858585;
    -webkit-box-shadow: 0px 0px 3px 0px #858585;
}
.second_box ul li:nth-child(2n){
    margin-right: 0;
}
.second_box .spot_img{
    height: 130px;
    overflow: hidden;
}
.spot_description {
    text-align: center;
    padding: 10px;
    position: relative;
}
.spot_description::before{
    content: " ";
    position: absolute;
    left:0;
    right: 0;
    top: -10px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 15.6px 9px;
    border-color: transparent transparent #fff transparent;
}
.spot_description h4{
    font-size: 110%;
    color: #333;
    text-align: left;
    line-height: 1.5;
}
.second_box a:hover .spot_description  h4{
    color: #ff8f00;
}
#hkd-top .second_box a:hover .spot_description  h4{
    color: #00b5ea;
}
#kyushu-top .second_box a:hover .spot_description  h4{
    color: #0cb500;
}
.spot_description .cat{
    font-size: 0;
    margin-top: 15px;
}
.spot_description .cat li{
    width: inherit;
    margin: 0 5px 5px 0;
     box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #6b6b6b;
    border-radius: 25px;
    padding: 3px 10px;
    font-size: 11px;
    color: #6b6b6b;
}
.spot_description .cat li:nth-child(2n){ margin: 0 5px 5px 0;}
.spot_description .entry_date{
    color: #797979;
    margin-top: 10px;
}

/*--kiji_new --*/
.kiji_new{margin-bottom: 30px;}
.kiji_new .common_ttl{margin-bottom: 15px;}
.kiji_new dl{
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.kiji_new dl dt{
    float: left;
    width: 24%;
}
.kiji_new dl dt p{
    height: 136px;
    overflow: hidden;
}
.kiji_new dl dt a{
    display: block;
}
.kiji_new dl dd{
    float: right;
    width: 74%;
}
.kiji_new dl .new_ttl{
    font-size: 145%;
    font-weight: bold;
    margin-bottom: 15px;
}
.kiji_new dl .new_ttl a{
    color: #333;
}
.kiji_new dl .new_ttl a:hover{
    color: #ff8f00;
}
#hkd-top .kiji_new dl .new_ttl a:hover{
    color: #00b5ea;
}
#kyushu-top .kiji_new dl .new_ttl a:hover{
    color: #0cb500;
}
.kiji_new dl .new_txt{
    font-size: 120%;
    line-height: 1.2;
    color: #737373;
    margin-bottom: 15px;
}
.kiji_new .date_box{ overflow: hidden; }
.kiji_new .date_box .entry_date{
    float: right;
    padding-top: 10px;
    color: #8a8a8a;
}
.kiji_new .date_box .cat{
    float: left;
    font-size: 0;
}
.kiji_new .date_box .cat li{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    margin: 0 5px 5px 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #6b6b6b;
    border-radius: 25px;
    padding: 3px 10px;
    font-size: 11px;
    color: #6b6b6b;
}




/*-- sns --*/
#sns_box{
    width: 27%;
    text-align: center;
    margin: 0 auto;
}
.sns_btnlist{
	width: 20%;
	margin: 0 2%;
}
.sns_btnlist a{
	text-align: center;
	display: block;
	padding: 8px;
    border-radius: 7px;
}
.sns_btnlist a img{
	height: 20px;
	width: auto;
}
.fb_share a{
	background: #3B5999;
}
.tw a {
    background: #1B95E0;
}
.line_share a {
    background: #00C300;
}
.hatena_book a{
	background: #00a4de;
}

/*--footer--*/
.footer{
    margin: 15px 0 0;
    background: #ececec;
    text-align: center;
}
.footer .site_list{
    width: 1240px;
    margin: 0 auto;
    padding: 15px 0;
    border-bottom: 1px dotted #333;
    overflow: hidden;
}
.footer .kaigai_list{
    border-bottom: none;
}
.footer .site_list dt{
    float: left;
    width: 15%;
    padding: 15px 0;
    font-weight: bold;
}
.footer .site_list dd{
    float: right;
    width: 85%;
}
.footer .site_list .site_map li::after{
    content: "|";
    padding: 0 10px;
    color: #333;
}
.footer .site_list .site_map li a{
    color: #333;
}
.link_map{
	margin-top: 15px;
}

.link_map li{
	border-top: 1px solid #ccc;
}
.link_map li:last-child{
	border-bottom: 1px solid #ccc;
}
.link_map li a{
	display: block;
	padding: 15px 0 15px 20px;
	color: #333;
	font-weight: bold;
	position: relative;
}
.link_map li a::before{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6.1px;
	border-color: transparent transparent transparent #ccc;
}
.site_map {
    float: left;
    font-size: 0;
    text-align: left;
    margin: 15px 2%;
}
.site_map li{
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
}
.site_map li:last-child::after{
	content: "";
}
.site_map li::after{
	content: "|";
	padding: 0 10px;
	color: #fff;
}
.site_map li a{
	color: #fff;
}

.footer_inner{
    background: #3595d3;
    overflow: hidden;
}
.footer_width{
    width: 1240px;
    margin: 0 auto;
        overflow: hidden;
}

/*-- pager --*/
.pager{
    font-size: 0;
}
.pager li{
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    width: 13%;
}
.pager a{
    display: block;
    text-align: center;
    color: #6f6f6f;
    padding: 5px 0;
}
.pager p{
    background: #8CC4D9;
    color: #fff;
    border-radius: 33px;
    padding: 5px 9px;
    display: inline-block;
}
.pager .page_num{
    padding: 15px 0;
    text-align: center;
    color: #6f6f6f;
}

/*--pagetop --*/
.page_top{
	text-align: center;
	margin-top: 15px;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#pagetop_btn a{
    width: 66px;
    background: #a0a0a0;
    color: #fff;
    position: relative;
    display: block;
    font-size: 80%;
    padding: 38px 0 10px;
}
#pagetop_btn a::before,
#pagetop_btn a::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 14px;
    position: absolute;
    left: 0;
    right: 0;
}
#pagetop_btn a::before {
    border-color: transparent transparent #fff transparent;
    top: -0px;
}
#pagetop_btn a::after {
    border-color: transparent transparent #a0a0a0 transparent;
    top: 2px;
}
#copyright {
    padding: 15px;
    color: #fff;
    font-size: 90%;
    float: right;
}

