/* kokokara */

@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');

*{
  font-family: "M PLUS Rounded 1c", sans-serif;
}

div.top-search-lunch-check > p.search-msg {
    font-size: 13px;
    margin: -7px 0px 0px 9px;
}

summary.search-summary {
    background-color: #fd6d6621;
    font-weight: bold;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}

div.top-search-lunch-check > label {
    color: #fd8183;
    background-color: #fff2f2;
    display: inline-block;
    margin: 0 0 0.6rem 0.4rem;
    border: 1px solid #fd6d6685;
    border-radius: 6px;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.22);
}

select.todoufuken {
    width: 55%;
    background-color: #fd6d66bd;
    color: white;
}

/* 開閉パネル start */
.ac-box{width: auto;margin: 0px auto 5px;}

.ac-box label{font-size: 13px;font-weight: bold;text-align: center;background: #fd6d66ab;margin: auto;line-height: 30px;position: relative;display: block;height: 30px;/* border-radius: 8px; */cursor: pointer;color: #fff;transition: all 0.5s;}

.ac-box label:hover{
background: #fd6d66a3;
-webkit-transition: all .3s;
transition: all .3s;
}

.ac-box input{
display: none;
}

.ac-box label:after{
color: #fff;
font-family:"FontAwesome";
content:" \f078";
}

.ac-box input:checked ~ label::after {
color: #fff;
font-family:"FontAwesome";
content:" \f077";
}

.ac-box div{
height: 0px;
padding: 0px;
overflow: hidden;
opacity: 0;
transition: 0.5s;
}

.ac-box input:checked ~ div{height: auto;padding: 5px;background: #ffffff;opacity: 1;}

.ac-box div p{color: #23282d;line-height: 23px;font-size: 14px;padding: 20px;text-align: justify;}
.ac-small p{
margin-bottom: 0px;
}
/* 開閉パネル end */

section.entry-content hr {
 margin: 0.5em 0;
 border: solid 3px #dadada;
 border-width: 2px 0 0 0;
}
section.entry-content hr.dotted {
 border-top: dotted 2px #dadada;
}

section.entry-content.cf {
    padding: 20px 15px 0;
}

nav#breadcrumb {
    margin: 0;
    padding: 5px 15px;
    background: #f4f4f4;
}

h1.page-title {
    position: relative;
    margin: 0;
    padding: 15px 15px 5px;
    color: #444;
}

.description-top {
    font-size: 14px;
    margin-bottom: 15px;
}

/* ページング関連 */
.search_paging {
    padding: 5px 0 5px 0;
    border-top: 1px solid #eeece4;
    border-bottom: 1px solid #eeece4;
    width: 100%;
    background-color: #faf8f5;
}

div.search_paging > .search_paging_ul {
    display: table;
    margin: 0 auto;
    border-collapse: collapse;
    border: none;
}

.search_paging_prev {
    font-size: 20px;
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
}

.search_paging_next {
    font-size: 20px;
    padding: 5px;
    display: table-cell;
    vertical-align: middle;
    /* border: none; */
}

span.search_paging_prev > a {
    border-bottom: dashed 2px;
}

span.search_paging_next > a {
    border-bottom: dashed 2px;
}

.changeTodoufuken {
    position: absolute;
    width: 111px;
    font-weight: bold;
    box-sizing: border-box;
    right: 1.0rem;
    font-size: 0.9rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    padding-bottom: 0;
}

a.change_alink {
    color: #ffffff;
}

.search_shopname {
    position: relative;
    padding: 6px 10px;
    border-radius: 5px;
    background: #fd6d66;
    color: #ffffff;
    font-size: 15px;
    /* font-weight: bold; */
    margin-bottom: 10px;
    text-align: center;
}

.flex {
    display: flex;
}

.flex-item {
    flex: 1;
}

div.flex .favorite {
    width: 30px;
    height: 30px;
    color: #efefef;
    /* background-color: #fd6d66; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 0%;
    left: 1%;
}

div.flex .favorite i.on{
    color: #ffb931;
    transform: rotate(360deg);
    transition: color 1.0s ease, transform 0.8s cubic-bezier(0.65, 0.05, 0.52, 1.4);

}

.star {
  width: 70px;
  height: 50px;
  background: url(https://present-lab.com/wp-content/uploads/2020/11/star_animation_to.png) no-repeat;
  background-position: 0 0;
  cursor: pointer;
  background-color: #77889900;
}
.star.on {
  background-position: -3519px 0;
  -webkit-transition: background 1s steps(55);
  transition: background 1s steps(55);
}

article .media {
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.22);
    margin: 8px 0 8px 0;
    border-radius: 5px;
    background-image: linear-gradient(
     -45deg,
     #fd6d6617 25%,
     #fd6d6612 25%,
     #fd6d6612 50%,
     #fd6d6617 50%,
     #fd6d6617 75%,
     #fd6d6612 75%,
     #fd6d6612
    );
    background-size: 8px 8px;
    background-attachment: fixed;
}

.media__layer{
    margin: 4px;
    position: relative;
}

.media__thumbnail {
    /* 
    width: 120px;
    min-height: 120px;
    */
    width: 140px;
    min-height: 140px;
    background-size: cover;
    background-position: 50%;
    position: relative;
}

.media__textBox {
    padding: 12px 3px;
    overflow: hidden;
}

article.media .media__shop {
    font-weight: 700;
    color: #000;
    line-height: 1.28;
    margin: 1px 0px 0px 3px;
    padding: 6px 0 7px 5px;
}

article.media .media__shop > a {
    color: #fd6d66d9;
    font-size: 15px;
}

.media__info {
    font-size: .71429rem;
    color: #707070;
    line-height: 1.2;
    padding: 1px 0;
}

.media__button {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}

p.media__rakuten {
    color: #bf0000;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 6px;
    text-align: center;
    font-weight: bold;
    /* margin-top: 10px; */
}

p.media__pr {
    margin: 0px;
    font-size: 10px;
}

.media__textBox > .media__info {
    font-size: 12px;
    color: #32373c;
    line-height: 1.2;
    padding: 5px 0px;
    margin-bottom: 1px;
}

.label--rpoint {
    padding: 5px 3px;
    height: auto;
    color: #f0f0f0;
    /* margin-top: 10px; */
    font-size: 13px;
    background: #ddfb5800;
    border-radius: 15px;
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.1);
    /* font-weight: bold; */
    text-align: center;
}

.label--rpoint>span {
    font-weight: bold;
}

.site-hotpepper {
    background-image: linear-gradient(7deg, #d0111b, #d0111b59);
}

.site-tabelog {
    background-image: linear-gradient(7deg, #ffaa00, #ffaa007d);
}

.site-ikkyu {
    background-image: linear-gradient(7deg, #af9b65, #af9b658f);
}

.site-yahooloco {
    background-image: linear-gradient(7deg, #ff0033, #ff003399);
}

.site-gnavi {
    background-image: linear-gradient(7deg, #524747, #524747a1);
}

.site-epark {
    background-image: linear-gradient(7deg, rgba(128,170,0,1.00), #80aa00a1);
}

.site-eparkgourme {
    background-image: linear-gradient(7deg, rgba(128,170,0,1.00), #80aa00a1);
}

.site-retty {
    background-image: linear-gradient(7deg, #ffa014, #ff8214);
}


.top-search-body {
    background-color: #fd6d660a;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.22);
}

.top-search-body .top-search-freeword-box {
    display: flex;
    align-items: center;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12), 0 3px 4px 0 rgba(0, 0, 0, 0.22);
    max-width: 97%;
    margin-left: 6px;
}

.top-search-body .top-search-freeword-box > .top-search-freeword-text {
    position: relative;
    width: calc(100% - 60px);
    height: 50px;
    background-color: #FFFFFF;
    border-color: #fd6d66;
    /* border-width: 1px; */
    border-style: solid;
    border-radius: 4px 0 0 4px;
}

.top-search-body .top-search-freeword-box > .top-search-freeword-btn {
    width: 60px;
}

.top-search-freeword-text > input {
    vertical-align: middle;
    font-family: inherit;
    font-size: 16px;
    font-weight: inherit;
    border: none;
    line-height: 45px;
    border-radius: inherit;
    background-color: #ffffff;
    margin-bottom: 0px;
}

.top-search-body .top-search-freeword-box > .top-search-freeword-btn > a:link {
    color: #FFFFFF;
    text-decoration: none;
}

.top-search-body .top-search-freeword-box > .top-search-freeword-btn > a {
    background-color: #fd6d66;
    border-radius: 4px;
    box-sizing: border-box;
    font-weight: bold;
    padding: 0 8px;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 21px;
    line-height: 48px;
    border-radius: 0 4px 4px 0;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #fd6d66;
}

h2.content__title {
    font-size: 17px;
    line-height: 35px;
}

div.popularword {
    margin: 10px 0 10px 0;
}

p.search-label {
    margin: 5px 0 0 7px;
    font-size: 1.0em;
    font-weight: bold;
}

ul.popularword_list {
    margin: 0;
    padding: 0 0 0 0;
    border:none;
}

ul.popularword_list li.popularword_item {
    display: inline-block;
    margin: 0 0 0.6rem 0.2rem;
    border: 1px solid #eeece4;
    border-radius: 6px;
    font-size:14px;
    padding: 5px;
}

ul.popularword_list li.popularword_item a {
    color: #fd6d66;
}

/* 日本地図関連 start */
/* 日本地図DOM */
.japan_map{
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    display: table;
    background-color: #ffffff;
}
/* 日本地図画像（スマホ対応用） */
.japan_map img{
    max-width: 100%;
    height: auto;
    border: 0;
    -webkit-backface-visibility: hidden;
}

.japan_map .area_message{
    box-sizing: border-box;
    margin: 5px auto;
    display: table;
    font-size: 18px;
    font-weight: bold;
}

/* 日本地図ボタン */
.japan_map .area_btn{
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    /* background-color: #ffffff00; */
    padding: 0.2em auto;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

/* ボタン配置（使用する日本地図画像により微調整） */
.japan_map .area_btn.area1{
    top: 24%;
    right: 0%;
    width: 40%;
}
.japan_map .area_btn.area2{
    top: 50%;
    right: 17%;
    width: 18%;
}
.japan_map .area_btn.area3{
    top: 41%;
    right: 44.5%;
    width: 18%;
}
.japan_map .area_btn.area4{
    top: 55%;
    right: 44%;
    width: 18%;
}
.japan_map .area_btn.area5{
    top: 54%;
    left: 0%;
    width: 34%;
}
.japan_map .area_btn.area6{
    top: 67%;
    left: -1%;
    width: 36%;
}
/* オーバーレイ */
.japan_map .area_overlay{
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-color: #111;
    opacity: 0.5;
    cursor: pointer;
}

/* 選択前は表示を隠す */
.japan_map .pref_area{
    display: none;
}

.area_btn {
    background-image: linear-gradient( -45deg, #f5eeed 25%, #f4e2deb8 25%, #f4e2deb8 50%, #f5eeed 50%, #f5eeed 75%, #f4e2deb8 75%, #f4e2deb8 );
    background-size: 9px 9px;
    background-color: #ffffff00;
}

/* 地域毎の都道府県リスト */
.japan_map .pref_list{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 3;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    /* height: 40%; */
    /* background-color: #FFF; */
    font-size: 20px;
    border-radius: 25px;
}
.japan_map .pref_list > div{
    box-sizing: border-box;
    width: 48%;
    /* border: 1px solid #fd6d66; */
    font-weight: bold;
    text-align: center;
    padding: 1em;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 25px;
    background-color: white;
    border: 1px solid #e0e0e0;
    box-shadow: 1 0 5px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.22);
    background-image: linear-gradient(
     -45deg,
     #f5eeed 25%,
     #f4e2deb8 25%,
     #f4e2deb8 50%,
     #f5eeed 50%,
     #f5eeed 75%,
     #f4e2deb8 75%,
     #f4e2deb8
    );
    background-size: 8px 8px;
    color: #fd6d66;
    margin: 0px 3px 3px 0;
}


.japan_map .area_btn{
    /* width: 44%; */
    font-size: 17px;
    padding: 10px;
}

/* 日本地図関連 end */

/* menu top page
----------------------------------------------------------------------------------- */

table.prefectures {
	width: 100%;
	font-size: 16px;
	margin-top: 10px;
}

table.prefectures th,
table.prefectures td {
	padding: 10px;
	border: 1px solid #fd6d6659;
}

table.prefectures td:last-child {
	width: 50%;
}

table.prefectures th {
	width: 15%;
	background: #f5eeed;
}

section > table.prefectures ol,
section > table.prefectures ul {
	list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

table.prefectures li {
	padding-bottom: 10px;
	padding-top: 10px;
}

/*
table.prefectures li:after {
	content: " | ";
}

table.prefectures li:last-child:after {
    content: "";
}
*/

table.prefectures ul.inline-li > li > a {
    border-bottom: 1px dotted rgb(253 109 102);
}

ul.search-links {
    border: none;
    padding: 0 0 0 0;
    font-size: 15px;
}

li.search-links__item {
    display: inline;
}

li.search-links__item:after {
	content: " | ";
}

li.search-links__item:last-child:after {
    content: "";
}

li.search-links__item > a {
    border-bottom: 1px dotted rgb(253 109 102);
    color:rgb(253 109 102);
}

/* kokomade */