@charset "UTF-8";
/* sample.css */

/* sample を
CSS、html内全て、使用する特集名に変更*/

img {
	max-width: 100%;
	height: auto;
}
#main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media only print, screen and (max-width: 40.063em) {	
/* SP　Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { text-align: center;}
}	

/* Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* 汎用メイン
---------------------------------------------------------- */
.lDef #main { 
	float: right;
	width: 760px;
	margin-bottom: 25px;
}


@media only print, screen and (max-width: 40.063em) {	
/* 汎用メイン
---------------------------------------------------------- */
.lDef #main { 
	float: none;
	width: 100%;
	margin-bottom: 25px;
}
}	


/* ヘッダー01　
［トップ］660×PC/260・SP/320
［一覧］760×PC/200・SP/260 
================================ */
.summer_festival #header01 { }
.summer_festival #header01 h1 {
	position: relative;
	width: 660px;
	height: 260px;
	margin: 0;
	padding: 0;
    overflow: hidden;
}
.summer_festival.featuredlist #header01 h1 {
	width: 760px;
	height: 200px;
}
.summer_festival #header01 h1 img { 
    position: absolute;
	top: 50%;
    left: 0;
	-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    height: auto;
}

@media only print, screen and (max-width: 40.063em) { 
.summer_festival #header01 { }
.summer_festival #header01 h1,
.summer_festival.featuredlist #header01 h1 { 
	width: 100%;
	height: auto;
	margin: 0 auto;
    overflow: hidden;
}
.summer_festival #header01 h1 img { 
    position: inherit;
	top: 0;
    left: 0;
	-webkit-transform: none;
    -ms-transform: none;
	transform: none;
	object-fit: contain;
}
}


/* ===============================
一覧ページ
===============================*/
/* 戻る */
.summer_festival #return {
	width: 100%;
	margin: 0;
	background-color: #f56600;
	text-align: right;
}
.summer_festival #return a {
    display: block; 
    margin: 0;
    padding: 8px 20px;
	font-size: 100%;
	color: #fff;
}
.summer_festival #return a::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 8px;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);  
    -moz-transform: rotate(45deg);  
}
.summer_festival #return a::befor {
    display: inherit;
}

@media only print, screen and (max-width: 40.063em) {
/* 戻る */
.summer_festival #return {
	margin: 0;
	background-color: #f56600;
	text-align: left;
}
.summer_festival #return a {
    display: block; 
    margin: 0;
    padding: 10px 15px;
	font-size: 100%;
	color: #fff;
}
.summer_festival #return a::after {
    display: none;
}
.summer_festival #return a::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);  
    -moz-transform: rotate(45deg);  
}
}

/* エリアナビ (一覧ページ共通)
---------------------------------------------------------- */
.summer_festival #areaNavi {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 18px 0;
	background-color: #014;
	text-align: center;
}
.summer_festival #areaNavi ul {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.summer_festival.featuredlis #areaNavi ul {
    width: 90%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.summer_festival #areaNavi ul li { 
    display: inline-block;
	width: 22.5%;
	margin: 0;
	font-size: 108%;
	line-height: 1.2;
	font-weight: bold;
}
.summer_festival #areaNavi ul li:first-child { }
.summer_festival #areaNavi ul li:last-child { 
	margin: 0;
}
.summer_festival #areaNavi ul li a {
    display: block; 
    margin: 0;
    padding: 2px 2px;
	color: #fff;
	text-decoration: none;
	border-left: solid 1px #acd;
}
.summer_festival #areaNavi ul li:last-child a {
	border-right: solid 1px #acd;	
}
.summer_festival #areaNavi ul li a:hover,
.summer_festival.featuredlist #areaNavi ul li a:hover,
.summer_festival #areaNavi ul li.current a,
.summer_festival.featuredlist #areaNavi ul li.current a { 
    color: #f58800;
	text-decoration: none;
}
.summer_festival #areaNavi ul li:first-child a:hover { 
    color: #f58800;
	text-decoration: none;
}

@media only print, screen and (max-width: 40.063em) {
/* エリアナビ
---------------------------------------------------------- */
.summer_festival #areaNavi {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 18px 0;
	background-color: #014;
}
.summer_festival #areaNavi ul {
	width: 94%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.summer_festival.featuredlist #areaNavi ul {
    width: 94%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.summer_festival #areaNavi ul li { 
    display: inline-block;
	width: 31.5%;
	margin: 5px 0.5% 0 0;
	font-size: 108%;
	line-height: 1.4;
	background-color: #fff;
	vertical-align: middle;
}
.summer_festival #areaNavi ul li span { 
	letter-spacing: -.2em;
}
.summer_festival #areaNavi ul li:first-child { 
    display: block;
	width: 99%;
	margin: 0 auto 5px auto;
	background-color: #f56600;
}
.summer_festival #areaNavi ul li:last-child { 
	margin: 5px 0 0 0;
}
.summer_festival #areaNavi ul li a {
    display: block; 
    margin: 0;
    padding: 13px 0 12px 0;
	color: #039;
	text-decoration: none;
	border-left: none;
}	
.summer_festival #areaNavi ul li:first-child a { 
    color: #fff;
}
.summer_festival #areaNavi ul li:first-child a::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);  
    -moz-transform: rotate(45deg);  
}
.summer_festival #areaNavi ul li a::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 6px;
    border: solid #039;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);  
    -moz-transform: rotate(45deg);  
}	
.summer_festival #areaNavi ul li:last-child a {
	border-right: none;	
}
.summer_festival.featuredlist #areaNavi ul li a:hover,
.summer_festival #areaNavi ul li.current a { 
    color: #f58800;
	background-color: #fff;
}
.summer_festival.featuredlist #areaNavi ul li a:hover,
.summer_festival.featuredlist #areaNavi ul li.current a { 
    color: #039;
	background-color: #e5e5f5;
}
.summer_festival #areaNavi ul li:first-child a:hover { 
    color: #fff;
	background-color: #f15500;
}
}

/* キャッチコピー */
#txtArea { 
	padding: 0;
    font-size: 108%;
	line-height: 1.6;
}
#txtArea h2 { 
	margin: 0 0 5px 0;
    font-size: 139%;
	line-height: 1.4;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media only print, screen and (max-width: 40.063em) { 
/* キャッチコピー */
#txtArea { 
	padding: 0 20px;
    font-size: 108%;
	line-height: 1.6;
}
#txtArea h2 { 
	margin: 0 0 5px 0;
    font-size: 139%;
	line-height: 1.4;
	font-weight: bold;
}
}

/* カテゴリー検索
---------------------------------------------------------- */
#featured { 
	clear: both;
	margin-top: 35px;
}


@media only print, screen and (max-width: 40.063em) {
/* カテゴリー検索
---------------------------------------------------------- */
#featured { margin-top: 30px;}
}




/* （1）searchlist01 [listA] -PC-3列-
================================ */
ul.searchlist01.listA { 
    width: 100%;
	margin: 20px 0;
	padding: 0;
	list-style: none;
	color: #333;
    text-decoration: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul.searchlist01.listA li {
    display: inline-block;
    width: 31.2%; 
    margin: 0 2.5% 20px 0;
    padding: 0;
    vertical-align: top;
}
ul.searchlist01.listA li:nth-child(3n) { margin-right: 0 !important;}

ul.searchlist01.listA li a {
    display: block;
    text-decoration: none; 
}
ul.searchlist01.listA li a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
}
ul.searchlist01.listA li a dl dt { 
    display: block;
    margin: 0 0 8px 0;
    padding: 0;
    vertical-align: middle;
	 /* border: solid 2px # ; */
}
ul.searchlist01.listA li a dl dd.categoryTtl { 
    margin-bottom: 5px;
    font-size: 108%;
    line-height: 1.2;
    font-weight: bold;
	text-align: center;
    color: #039;
}        
ul.searchlist01.listA li a dl dd.txt { 
    font-size: 108%;
    line-height: 1.4;
    color: #333;
}

@media only print, screen and (max-width: 40.063em) { 
/* listA 左右
----------------------------------*/
/* searchlist01  */
ul.searchlist01.listA {
	width: 100%; 
	padding: 0 10px;
    margin: 20px 0; 
}
/* istA- 左右  */	
ul.searchlist01.listA li { 
    clear: both;
    overflow: hidden;
    display: block;
    width: 100% !important;
    margin: 0 0 12px 0;
    padding: 0 0 12px 0;
	border-bottom: solid 1px #ccc;
 }
ul.searchlist01.listA li:nth-child(3n) { margin-right: inherit !important;}

ul.searchlist01.listA li a dl {
	width: 100%;
    margin: 0;
    padding: 0;
}
ul.searchlist01.listA li a dl dt {
	float: left;
	width: 45%;
    margin: 0;
    padding: 0;
   /*  border: solid 2px #;*/
}	
ul.searchlist01.listA li a dl dd {
	width: 49%;
    margin: 0 0 0 50%;
    padding: 0;
}
ul.searchlist01.listA li a dl dd.categoryTtl { 
    margin-bottom: 6px;
    font-size: 118%;
    line-height: 1.2;
	text-align: left;
}
ul.searchlist01.listA li a dl dd.txt { 
    font-size: 108%;
    line-height: 1.4;
}	
}


/* サブタイトル
---------------------------------------------------------- */
#featured h2.featured_tit {
	margin: 0 0 0 -45px;
	color: #fff;
	background-color: #f56600;
}
.sec01 { border: solid 2px #f56600;}

#spot-listS { border-top: solid 2px #f56600;}

/* areaLink */
.areaLink {
	position: absolute;
	display: inline;
	top: 6px;
	right: 15px;
	font-size: 93%;
	line-height: 1.4;
	font-weight: normal;
	color: #fff;
}
.areaLink a:link { color: #fff; text-decoration: none;}
.areaLink a:visited { color: #fff; text-decoration: none;}
.areaLink a:active { color: #002; text-decoration: none;}
.areaLink a:hover { color: #002; text-decoration: none;}
.areaLink a.current { color: #002;}
.areaLink span:hover { color: #002; text-decoration: none;}
.areaLink span.area-selected { color: #002;}

@media only print, screen and (max-width: 40.063em) {

#featured h2.featured_tit {
	margin: 0 0 0 -45px;
}
.sec01 { border: none;}
#spot-listS { border-top: solid 2px #f56600;}

/* areaLink */
.areaLink {
    position: inherit;
	display: table;
	margin: -2px 0 10px -32px;
	padding: 0 0 5px 0;
	font-size: 100%;
	line-height: 1.4;
	font-weight: normal;
}
}


/* 説明 */
.depiction { 
	padding: 0;
    color: #59c;
    line-height: 2.5;
}
.depiction.down01 { 
	margin-bottom: -25px;
}
@media only print, screen and (max-width: 40.063em) {
.depiction { 
	padding: 0 10px;
}
}


