@charset "UTF-8";

html{
	font-size : 13px;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    color:#333;
    text-decoration:none;
}

dl,dt,dd,ul{
	margin: 0;
	padding: 0;
}

#searchBox {
	clear: both;
	position: relative;
	color: #333;
	line-height: 1.2em;
	top: -2px;
}
.columnMinwaCategoryContents dt{
	clear:both;
	width:100%;
	border:none;
}

/* アコーディオン */



#srcKeyWord {
    background: #fefedf;
}


.src_menu dt {
    display: block;
    text-align: left;
    cursor: pointer;
	padding: 15px 0 15px 40px;
	background-image: url(../../images/sp/plus_circle.png);
	font-size: 20px;
    }

.src_menu dt.active{
    background-image: url(../../images/sp/minus_circle.png);
    }

.src_menu dt,
.src_menu dt.active {
	background-repeat: no-repeat;
	background-position: 5px 10px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
}

.src_menu dt span {
    font-size: 14px;
    }

.src_menu dd {
    text-align: left;
    display: none;
	padding-left: 40px;
 	padding-bottom: 20px;
  }

/* フォームデザイン */

#srcKeyWord .txtsearch {
	width: 90%;
	border-radius: 3px;
	font-size: 14px;
}

@media screen and (min-width : 700px ) {
		#srcKeyWord .txtsearch {
		width: 70%;
		}
	
}

.city_tbl label {
	display: block;
	width: 100%;
}

/* セレクトボックスデザイン変更 */

.toggle_faq select{
	width: 250px;
	display: block;
    color: #666;
    font-size: 100%;
    padding: 5px 50px 5px 5px;
    border: 1px solid #B3B3B3;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
	background: #fff url(../../images/sp/select_box_arrow.png) no-repeat 99% center;
	background-size: 11% 80%;
}

.selectStyle {
	text-align: center;
	width: 250px;
}

/* 複数の都道府県で探す */

#srcCityMulti {
    background: #dff7fe;
}

#srcCityMulti dt {
    border-bottom: #666 1px solid;
}

#srcCityMulti .src_menu_city,
#srcCityMulti .src_menu_city dd {
	padding-left: 0;
	padding-bottom: 0;
	background-color: #fff;
	width: 488px;
}
#srcCityMulti .src_menu_city dd.city_tbl{
	width: 423px;
}
#srcCityMulti .src_menu_city dt{
	background-image: url(../../images/sp/plus_square_bd.png);
}
#srcCityMulti .src_menu_city dt.active{
    background-image: url(../../images/sp/minus_square_bd.png);
}

#srcCityMulti .src_menu_city dt,
#srcCityMulti .src_menu_city dt.active {
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 45px 60px;
	background-size: 45px 60px;
	width: 393px;
}

.city_tbl {
	padding-bottom: 0;
}

.city_tbl ul {
	overflow: hidden;
}
.city_tbl li {
	width: 50%;
	float: left;
	border-bottom: 1px solid #000;
	background: url(../../images/sp/check_border_bg.png) no-repeat left center;
	padding: 5px 0;
	min-height: 30px;
	font-size: 90%;
}
.city_tbl li p {
	padding-top: 5px;
	padding-left: 30px;
	font-size: 1.5em;
}

/* チェック済背景色 */
.city_tbl .checked {
	background-color: #dff7fe;
}

.city_tbl input {
    display: none;
}

.cbxbd {
	background: url(../../images/sp/checkbox_off.png) no-repeat 10px center;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
	height: 28px;
	line-height: 28px;
	display: block;
	padding: 0 0 0 20px;
	cursor: pointer;
	overflow: hidden;
}

.c_on {
	background: url(../../images/sp/checkbox_on_gr.png) no-repeat 10px center;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}

#btnBox {
	background-color: #fff;
	clear: both;
	margin: 30px auto;
	text-align: center;
	z-index: 0;
	background: url(../../../../img/minwa_search_bg.gif) repeat-y 0 0;
}

/*送信・リセットボタンの体裁を指定（[type="○○"]で属性の値でセレクト）*/
div input[type="submit"] ,
div input[type="reset"] {
	cursor:pointer; 
	font-size: 105%;
	font-weight: bold;
	width: 80%;
	margin: 0 auto;
	padding: 10px 10px 10px 50px;
	color: #fff;
    border:0;
    background: #437d2c url(../../images/sp/glass_white.png) no-repeat 20% 50%;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;

    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
    -moz-box-shadow: 1px 1px 1px #fff;
	box-shadow: 1px 1px 1px #fff;
    zoom: 1;
	outline: none;
}

/* 検索navi#searchNavi */

/* 吹き出し右*/
#naviTtl:before {
	content: "";
	position: absolute;
	top: -15px; 
	left: 57%;
    left: -webkit-calc(5% + 90% * 0.23 * 2 + 90% * 0.115 + 5px);
    left: calc(5% + 90% * 0.23 * 2 + 90% * 0.115 + 5px);
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #437d2c transparent;
	z-index: 0;
}


/* 検索０件 */

#searchBox #searchResult {
	color: #fff;
	background-color: #663a1b;
	font-weight: normal;
	padding: 2%;
}

#searchSorry {
	color: #333;
	margin: 10px;
	background-color: #f9f0e8;
}

#searchSorry .choice_word {
	text-shadow: 1px 1px #fff;
}

#searchSorry span {
	display: block;
	padding: 2% 3%;
	text-decoration: underline;
	text-shadow: 1px 1px #fff;
	font-size: 110%;
}

.searchResult #notFound {
    background: url(../../images/sp/burglar.png) no-repeat center center;
	position: relative;
	background-size: contain;
	padding: 15% 8% 20% 35%;
	max-width: 500px;
	margin: 10px auto;
	text-align: center;
	font-size: 120%;
	line-height: 1.2em;
}

.choice_word li {
    background: url(../../images/sp/checkbox_g.png) no-repeat left center;
	background-size: auto 70%;
	padding: 10px 0 5px 2em;
	margin: 0 0 0 6%;
	font-size: 120%;
}

/* 条件に近い民話 */
.near_box {
	margin:0 10px;
}

.near_box .blowoff {
    background: url(../../images/sp/icon_but.png) no-repeat left center;
	background-size: contain;
	text-align: left;
	padding: 15px;
}

.near_box .near_minwa {
	margin: 10px 0;
    background: url(../../images/sp/line.png) no-repeat center bottom;
	background-size: contain;
	text-align: center;
	padding-bottom: 3%;
	font-size: 130%;
}

.near_box .sc_num {
	margin: 25px 10px 10px 2%;
	font-size: 100%;
	color: #663a1b;
}

.near_box .sc_num span {
	padding-right: 5px;
	color: #ff0000;	
	font-size: 150%;
}

.near_box .sc_pickup {
	width: 99%;
	margin: 10px auto 20px auto;
	overflow: hidden;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.near_box .sc_pickup li {
	color: #663a1b;
	float: left;
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
}

.near_box .sc_pickup li img {
	width: 100%;
	height: auto;
}

.near_box .result_page_btn {
	clear: both;
	display: block;
	width: 38%;
	max-width: 250px;
	min-width: 140px;
	margin-left: auto;
	background:#fbf4dc url(../../images/sp/arrow_br.png) no-repeat 98% center;
	background-size: auto 70%;
	color: #663a1b;
	box-shadow: 2px 2px #decbb2;
	padding: 10px 40px 10px 10px;
	text-align: center;
	border-radius: 5px;
	font-size: 90%;
}


#researchBtn {
	display: block;
	width: 80%;
	max-width: 500px;
	color: #333;
	margin: 20px auto;
	background:#fff url(../../images/sp/glass_black.png) no-repeat 10% center;
	background-size: auto 70%;
	border: 1px solid #836e4a;
	box-shadow: 2px 2px #836e4a;
	padding: 10px 10px 10px 40px;
	text-align: center;
	border-radius: 8px;
}



/* おはなしを探してみようメニュー */
.search_link img{
	width: 80%;
	max-width: 600px;
}
/*
#searchMenu{
	width: 50%;
	min-width: 320px;
    overflow: hidden;
	margin: 20px auto 0 auto;
	padding-bottom: 10px;
}

*/
#searchMenu {
	width: 50%;
    min-width: 90%;
    max-width: 95%;
    overflow: hidden;
    margin: 20px auto 0 auto;
    padding-bottom: 10px;
}
/*
#searchMenu {
    width: 90%;
	min-width: 90%;
    max-width: 95%;
    overflow: hidden;
    margin: 20px auto 0 auto;
    padding-bottom: 10px;
}
*/
#searchMenu li {
    float: left;
    width: 23%;
    font-size: 10px;
    max-width: 25%;
    min-width: 20%;
    margin-left: 5px;
    border: 1px solid #836e4a;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 3px 1px #836e4a;
    -moz-box-shadow: 2px 3px 1px #836e4a;
    -webkit-box-shadow: 2px 3px 1px #836e4a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*
#searchMenu li{
    float:left;
    width: 23%;
   	max-width: 350px;

	border: 1px solid #836e4a;
	text-align: center;

	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;

 	box-shadow: 2px 3px 1px #836e4a;
	-moz-box-shadow: 2px 3px 1px #836e4a;
	-webkit-box-shadow: 2px 3px 1px #836e4a;

	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;

    }
    */
#searchMenu li a {
    display:block;
    padding-top: 4.5em;
    line-height:40px;
    text-align:center;
    }
#searchMenu li a:hover {
    text-decoration: none;
    }
	
#searchMenu li.search_place {
      margin: 0 0 0 5px;
    }

.search_genre a {
	background-image: url(../../images/sp/heart_g.png);/* 92 x 66 */
	background-repeat:no-repeat;	
	background-position:center 10px;
    background-size: 36px 31px;
}
.search_place a {
	cursor: pointer;
	background-image: url(../../images/sp/jmap_g.png);/* 92 x 86 */
	background-repeat:no-repeat;	
	background-position:center 10px;
	background-size: 36px 38px;
}
.search_variation a {
	background-image: url(../../images/sp/checkbox_g.png);/* 72 x 60 */
	background-repeat:no-repeat;	
	background-position:center 10px;
	background-size: 36px 30px;
}
.listup_favorite a {
    cursor: pointer;
    background-image: url(../../images/sp/star_g.png);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 36px 34px;
}

.search_genre a,
.search_place a,
.search_variation a,
.listup_favorite a {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

/* 選択時 */
.search_genre a.active {
   	background-image: url(../../images/sp/heart_w.png);
	background-color:#437d2c;
	background-repeat:no-repeat;	
	background-position:center 10px;
	background-size: auto 50%;
}
.search_place a.active {
   	background-image: url(../../images/sp/jmap_w.png);
	background-color:#437d2c;
	background-repeat:no-repeat;	
	background-position:center 10px;
	background-size: auto 50%;
}
.search_variation a.active {
   	background-image: url(../../images/sp/checkbox_w.png);
	background-color:#437d2c;
	background-repeat:no-repeat;	
	background-position:center 10px;
	background-size: auto 50%;
}

.listup_favorite a.active {
    background-image: url(../../images/sp/star_w.png);
    background-color: #437d2c;
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: auto 50%;
}

.search_genre a.active,
.search_place a.active,
.search_variation a.active,
.listup_favorite a.active {
	color: #fff;
}

/* エリアを選ぶ */
#slideBoxs {
	clear: both;
}
.area_box h4 {
	width: 100%;
	margin-top: 10px;
	padding: 0.8em 0 0.4em 0;
	background: #437d2c;
	color: #fff;
	text-align: center;
}
.area_box h4:after, .search_box h4:before { 
	top: -10px;
	left: 48%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(67, 125, 44, 0);
	border-bottom-color: #437d2c;
	border-width: 10px;
	margin-left: 0px;
}

.area_box ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.area_box li {
	cursor: pointer;
	background: url(../../images/sp/arrow_be.png) no-repeat 1% center;
	background-size: auto 50%;
	width: 50%;
	float: left;
	padding: 15px 0 15px 35px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.area_box li a:hover {
	text-decoration: none;
}

.area_box li.lastchild {
	border-bottom: none;
}
.area_box li#empty {
	background-image:none;
	border-right: 1px solid #000;
}

#slideBoxs {
	clear: both;
	display: none;
	position: relative;
	width: 100%;
	margin:0 auto 10px auto;
	overflow: hidden;
	}

.slide_menu {
	position: absolute;
	width: 100%;
	min-height: 300px;
	left: 100%;
	top:0;
    background-color:#fff;
}

.slideBack {
	cursor: pointer;
	position: absolute;
	top: 13px;
	left: 5px;
	background-color: #fff;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.slideClose{
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 10px;
	background-color: #fff;
	padding: 3px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


/********* footer common ********/
.info{
	margin-top: 10px;
    position: relative;
	border-bottom: 0;
	height: auto;
	z-index: 1;
}

.info ul {
	border-top: 1px solid #806f52;
	border-bottom: 1px solid #806f52;
	overflow: hidden;
	background-color: #806f52;
	font-size: 90%;
	line-height: 1.2em;
}

.info li {
	float: left;
	width: 25%;
}

.info li a {
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	background-color: #806f52;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 10px 0;
}


.pagetop{
	margin: 0;
	clear: both;
    position: relative;
    top: 0;
    right: 5%;
	text-align: center;
	font-size: 90%;
}
.pagetop a{
	padding: 5% 1%;
	text-decoration: none;
	font-size: 1em;
	color: #806f52;
	border: 0.1em solid #806f52;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-top: none;
	display: block;
	background: #fff;
}







