@charset "UTF-8";



/* **********************************
 *  店舗一覧
 * ********************************* */
.pg_shop1{
  
}
.pg_shop1 .section#sec1{
  
}
.pg_shop1 .section#sec2{
  margin-top: 100px;
}


/* 検索フォーム */
.shop_search_from{
  margin-bottom: 50px;
}
.shop_search_from .field_group{
  
}
.shop_search_from .field_group + .field_group{
  margin-top: 15px;
}

.shop_search_from dl{
  display: flex;
}
.shop_search_from dl + dl{
  margin-top: 3px;
}
.shop_search_from dt,
.shop_search_from dd{
  padding: 7px 10px;
  letter-spacing: 0.2em;
  position: relative;
}
.shop_search_from dt{
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  padding-left: 40px;
}

.shop_search_from input[type='text']{
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #CCC;
}

.shop_search_from .form_item1{
  display: flex;
  border: 1px solid #b5b5b5;
  background: #FFF;
}
.shop_search_from .form_item1 dt{
  width: 170px;
  background: #e7eef2;
}
.shop_search_from .form_item1 dd{
  width: calc(100% - 170px);
}

.shop_search_from .form_item2{
  display: flex;
  background: #eeeeee;
}
.shop_search_from .form_item2 dt{
  width: 240px;
}
.shop_search_from .form_item2 dd{
  width: calc(100% - 240px);
  padding: 10px 1em 10px 2em;
}

.shop_search_from .form_item2 dt:after{
  content: "";
  width: 1px;
  height: 1em;
  background: #686868;
  position: absolute;
  right: 0;
}

.shop_search_from .search_btn{
  margin-top: 30px;
}

.search_checkbox{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.search_checkbox label{
  display: flex;
  align-items: center;
  min-width: 210px;
  padding: 3px 15px 3px 35px;
  background: #FFF;
  border: 1px dotted #a7a7a7;
  border-radius: 5px;
  margin: 3px 5px ;
  position: relative;
}
.search_checkbox input[type="checkbox"],
.search_checkbox input[type="raido"]{
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.search_radio{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.search_radio label{
  padding: 0 10px;
  padding-left: 20px;
}
.search_radio label input{
  margin-right: 5px;
}

.search_submit{
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5em;
  text-align: center;
  background: #0097dd;
  color: #FFF;
  border: 0;
  border-radius: 30px;
  padding: 18px 10px;
  padding-left: 1.5em;
}


.search_map_area #gmap{
  width: 100%;
  height: 500px;
}

/* 店舗情報 */
.shop_items{
  margin-bottom: 85px;
}
.shop_items .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f5f4f4;
  padding: 20px 20px;
}
.shop_items .item:nth-child(odd){
  background: #e8f2f7;
}
.shop_items .item .box1{
  width: 250px;
}
.shop_items .item .box2{
  width: calc(100% - 250px - 15px);
}
.shop_items .item .shop_name{
  display: flex;
  align-items: center;
  background: #FFF;
  height: 100%;
  position: relative;
}
.shop_items .item .shop_name .label{
  display: inline-block;
  padding: 1px 5px;
  margin-left: 5px;
  /*position: absolute;
  top: 5px;
  right: 5px;*/
  background: #da3434;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.075em;
}

.shop_items .item .shop_name a{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  height: 100%;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.065em;
  padding: 0 15px;
  text-decoration: none;
}
.shop_items .item .shop_name a:hover{
  opacity: 0.7;
}
.shop_items .item .shop_info{
  display: flex;
  align-items: flex-end;
  border-bottom: 1px dotted;
  padding: 5px 0; 
}
.shop_items .item .shop_info + .shop_info{
  margin-top: 10px;
}
.shop_items .item .shop_info dt,
.shop_items .item .shop_info dd{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.065em;
}
.shop_items .item .shop_info dt{
  width: 90px;
  background: #b5b5b5;
  color: #FFF;
  text-align: center;
}
.shop_items .item .shop_info dd{
  width: calc(100% - 90px - 20px);
  margin-left: 20px;
  word-break: break-all;
}

/* ページ送り */
.search_pager{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.search_pager .box1{
  display: flex;
}
.search_pager .box2{
  
}
.search_pager .num{
  font-weight: 500;
  margin-right: 30px;
}
.search_pager .pages{
  font-weight: 500;
}
.search_pager .pages ul{
  display: flex;
  text-align: center;
}
.search_pager .pages ul li{
  
}
.search_pager .pages ul li a,
.search_pager .pages ul li span{
  display: inline-block;
  width: 28px;
  margin: 0 3px;
  padding: 2px;
  font-size: 12px;
}
.search_pager .pages ul li a{
  border: 1px solid #c0c0c0;
}
.search_pager .pages ul li span{
  
}

.search_pager .pages ul li .current{
  background: #e5e5e5;
  border: 1px solid #c0c0c0;
}

/**/
.search_pager [name="posts_per_page"]{
  width: 80px;
}

/* **********************************
 *  店舗詳細
 * ********************************* */
.shop_detail{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}
.shop_detail .box1{
  width: 46.42%;
}
.shop_detail .box2{
  width: 100%;
}
.shop_detail .box1 + .box2{
  width: 50.89%;
}
.shop_detail #gmap{
  width: 100%;
  height: 350px;
}

.shop_detail .shop_name{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  background: #0097dd;
  color: #FFF;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.shop_detail .shop_name{
  
}

.shop_detail .shop_info{
  
}

.shop_detail .shop_info{
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dotted;
  padding: 10px 0; 
}
.shop_detail .shop_info + .shop_info{
  margin-top: 10px;
}
.shop_detail .shop_info dt,
.shop_detail .shop_info dd{
  font-size: 15px;
}
.shop_detail .shop_info dt{
  width: 120px;
  background: #FFF;
  border: 1px solid #0097dd;
  border-radius: 5px;
  color: #0097dd;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
.shop_detail .shop_info dd{
  width: calc(100% - 120px - 15px);
  margin-left: 15px;
  word-break: break-all;
  letter-spacing: 0.075em;
  line-height: 1.875;
}



/* **********************************
 *  よくある質問
 * ********************************* */
.faq_items{
  
}
.faq_items_wrap{
  padding-top: 180px;
  margin-top: -180px;
}
.faq_items_wrap + .faq_items_wrap{
  padding-top: 180px;
  margin-top: -80px;
}
.faq_cat_nav{
  margin: 0 -10px 80px;
  display: flex;
}
.faq_cat_nav li{
  width: 100%;
  padding: 0 10px;
}
.faq_cat_nav li a{
  padding: 15px;
  display: block;
  background: #ff9b60;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  font-weight: 500;
  position: relative;
}
.faq_cat_nav li a:after{
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.faq_items .item{
  
}
.faq_ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  background: #dfdfdf;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 20px;
  text-align: center;
}
.faq_items .item + .item{
  margin-top: 10px;
}
.faq_items .item dt,
.faq_items .item dd{
  font-size: 16px;
  letter-spacing: 0.075em;
  position: relative;
}
.faq_items .item dt{
  display: flex;
  align-items: center;
  font-weight: 500;
  padding: 10px 60px;
  padding-left: 80px;
  min-height: 56px;
  cursor: pointer;
}
.faq_items .item dt span{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  position: absolute;
  left: 20px;
}
.faq_items .item dd{
  display: none;
  line-height: 2;
  background: #eeeeee;
  border-radius: 10px;
  padding: 15px 30px 15px 60px;
  margin-top: 10px;
  margin-left: 32px;
}

.faq_items .item dd a{
  color: red;
}


/* アイコン */
.faq_items .item dt:before,
.faq_items .item dd:before{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  position: absolute;
  left: 20px;
}
.faq_items .item dt:before{
  /*content: "Q.";*/
}
.faq_items .item dd:before{
  content: "A.";
  margin-top: 5px;
}
.faq_items .item dt:after{
  content: "\f067";
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: #FFF;
  color: #111;
  width: 30px;
  height: 30px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  border-radius: 9999px;
  
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.faq_items .item.on dt:after{
  content: "\f068";
}


/* メインカラー */
.faq_items.color1 .item dt{
  background: #7cab44;
  color: #FFF;
}
.faq_items.color2 .item dt{
  background: #0097dd;
  color: #FFF;
}