@charset "UTF-8";

.tt3{
  font-size: 24px;
  font-weight: 700;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
  background-image: url('/img/tt3_bg.png');
  background-repeat: repeat-y;
  background-size: auto;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 30px;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 54px;
  padding: 8px;

  /*text-shadow    : 
       2px  2px 2px #ffffff,
      -2px  2px 2px #ffffff,
       2px -2px 2px #ffffff,
      -2px -2px 2px #ffffff,
       2px  0px 2px #ffffff,
       0px  2px 2px #ffffff,
      -2px  0px 2px #ffffff,
       0px -2px 2px #ffffff; */
}
.tt3 span{
  filter: drop-shadow(0px 0px 1px #FFF) drop-shadow(0px 0px 1px #FFF) drop-shadow(0px 0px 1px #FFF) drop-shadow(0px 0px 1px #FFF) drop-shadow(0px 0px 1px #FFF) drop-shadow(0px 0px 1px #FFF);
}
.tt3 em{
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
}


/* **********************************
 *  店舗一覧
 * ********************************* */
.pg_shop1{

}
.pg_shop1 .section#sec1{

}
.pg_shop1 .section#sec1 .link,
.pg_second .section#sec1 .link{
  max-width: 480px;
  margin: 0 auto 50px;
  padding: 4px;
  border-radius: 15px;
  text-align: center;
  background: -moz-linear-gradient(45deg, #e9a5a5 0%, #81c1d9 100%);
  background: -webkit-linear-gradient(45deg, #e9a5a5 0%,#81c1d9 100%);
  background: linear-gradient(45deg, #e9a5a5 0%,#81c1d9 100%);
}
.pg_shop1 .section#sec1 .link a,
.pg_second .section#sec1 .link a{
  padding: 10px;
  background: #ffffff;
  display: block;
  border-radius: 12px;
  font-weight: 500;
}
.pg_second .section#sec1 .link{
  /*margin-top: -30px;*/
  margin: 0;
}
.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: #f4efe7;
}
.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: 100%;
  padding: 10px 1em 10px 2em;
}
.shop_search_from .form_item2 dt+dd{
  width: calc(100% - 240px);
}

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

.shop_search_from .form_item2.cat_sub{
  display: none;
}
.shop_search_from .form_item2.cat_sub.on{
  display: flex;
}
.search_checkbox .cat_sub_list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  border-radius: 5px;
  padding: 15px;
}
.search_checkbox .cat_sub_list .cat_sub_tt{
  width: 100%;
  font-weight: 700;
  text-align: center;
  color: #FF9800;
}
.search_checkbox .cat_sub_list label{
  min-width: 0;
  border: 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: #fdeed5;
  color: #181818;
  border: 1px solid #999999;
  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: #fdf6f8;
  padding: 20px 20px;
}
.shop_items .item:nth-child(odd){
  background: #fef9eb;
}
.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: #f39800;
  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 #f39800;
  border-radius: 5px;
  color: #181818;
  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: 700;
  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_cat_nav.color3 li a{
  background: #feeff4;
  border: 2px solid #ec7399;
  color: #181818;
}
.faq_cat_nav.color4 li a{
  background: #fdead5;
  border: 2px solid #f39800;
  color: #181818;
}

.faq_items .item{

}
.faq_ttl {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  background: #dfdfdf;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 20px;
  text-align: left;
}
.faq_ttl.color3{
  background: #ec7399;
  color: #FFF;
}
.faq_ttl.color4{
  background: #f39800;
  color: #FFF;
}
.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;
  color: #181818;
  position: relative;
  z-index: 1;
}
.faq_items .item dt span{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  position: absolute;
  z-index: 1;
  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 .item dt:before{
  content: "";
  background: #FFF;
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

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


/* **********************************
 *  取扱店舗登録フォーム
 * ********************************* */
.regi_ttl1 {
  font-size: 20px;
  margin: 50px 0 20px;
  padding: 6px;
  background: #ec7399;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.2em;
}
.pg_regist_form .section#sec1 .text{
  padding: 0 10px;
  margin: 0 0 50px;
  letter-spacing: 0.08em;
}
.pg_regist_form .section#sec1 .text ul{
  margin-top: 20px;
  margin-bottom: 85px;
  list-style-type: "●";
  padding-left: 1em;
  letter-spacing: 0.075em;
  line-height: 2.1;
}
.pg_regist_form .section#sec1 .text a{
  font-weight: 700;
  color: #ff0000;
}
.red{
  color: #ff0000;
}

.mw_wp_form .horizontal-item{
  display: inline-block;
  margin-right: 30px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  /*margin-left: 50px;*/
  margin-left: 0;
}
.mwform-checkbox-field input, 
.mwform-radio-field input {
  margin-right: 0;
  vertical-align: middle;
}

.contact_form th{
  background-color: #fdf3f6;
}
.contact_form td [name="input-month"],
.contact_form td [name="input-day"]{
  width: 86px;
  margin: 0 5px 0 12px;
}
.contact_form td [name="your-kana"],
.contact_form td [name="your-company-kana"]{
  width: 100%;
}
.contact_form td [name*="tel"],
.contact_form td [name*="fax"],
.contact_form td [name*="person-name"],
.contact_form td [name*="person-kana"],
.contact_form td [name*="open-time"],
.contact_form td [name="holiday"],
.contact_form td [name*="bank-name"],
.contact_form td [name*="bank-shop-name"]{
  width: 285px;
}
.form_ttl {
  font-size: 16px;
  padding: 2px 10px;
  margin: 25px 0 10px;
  font-weight: 500;
  background: #d2d2d2;
  letter-spacing: 0.08em;
}
.pg_regist_form .section#sec1 .text + .contact_form{
  margin-top: -35px;
}
.contact_form td [name*="same-"] + span{
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.contact_form td p{
  font-size: 15px;
  margin-bottom: 15px;
}
.contact_form td .job-detail{
  margin-top: 10px;
}
/*.contact_form td .job-type{
  font-size: 15px;
  letter-spacing: 0;
}
.contact_form td .job-type dt{
  width: 146px;
}
.contact_form td .job-type dd{
  width: calc(100% - 146px);
  display: flex;
}*/
.contact_form td [name*="job-type1-text"],
.contact_form td [name*="job-type2-text"],
.contact_form td [name*="job-type3-text"]{
  width: 587px;
  margin: 0 8px;
}
.contact_form td.nols{
  letter-spacing: 0;
}
.contact_form td.nols > span{
  display: inline-block;
}
.contact_form td.nols span + span{
  /*margin-left: 20px;*/
}
.contact_form td.nols span .horizontal-item + .horizontal-item{
  margin-left: 40px;
}
.contact_form td.ls1{
  letter-spacing: 0.07em;
}
.contact_form td [name*="bank-name"],
.contact_form td [name*="bank-shop-name"]{
  margin-right: 10px;
}
.contact_form td [name*="bank-code"],
.contact_form td [name*="bank-shop-code"]{
  width: 100px;
}
.contact_form td [name*="bank-account-number"]{
  width: 215px;
}
.contact_form td [name*="bank-account-name"],
.contact_form td [name*="bank-account-kana"]{
  width: 415px;
}

input[name="acceptance1[data][]"] + span{
  display: none;
}

#mw_wp_form_mw-wp-form-82 {
  margin-top: -180px;
  padding-top: 180px;
}
.center{
  text-align: center;
}

.contact_form td [name*="tel"],
.contact_form td [name*="fax"]{
  width: 145px;
}

.contact_form td span.week{
  margin-right: 15px;
}
.contact_form td span.week .horizontal-item + .horizontal-item {
  /*margin-left: 10px;*/
}
.contact_form td span.week_other{
  display: inline-block;
}

.contact_form td [name*="open-time"]{
  width: 80px;
}
.contact_form td [name="open-time-other"],
.contact_form td [name="hp-tel"]
{
  width: 285px;
}
.contact_form td > div + div{
  margin-top: 10px;
}

.contact_form_memo{
  margin-top: 10px;
}
.contact_form_memo p{
  text-indent: -1em;
  padding-left: 1em;
}


/**/
.form_row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 20px 10px 30px;
  margin-left: -30px;
  margin-right: -20px;
}
.form_row + .form_row{
  border-top: 1px solid #b5b5b5;
}
.form_row_th{
  width: 115px;
}
.form_row_td{
  width: calc(100% - 115px);
}
.form_row .title{
  font-weight: 700;
  margin-bottom: 0;
}
.type_sub_box{
  
}
.mw_wp_form_input .type_sub_box{
  display: none;
}
.mw_wp_form_confirm .type_sub_box .title{
  display: none;
}
.mw_wp_form_confirm #type_sub_txt{
  display: none;
}




@media (max-width:1220px){
  .contact_form td [name*="job-type1-text"], 
  .contact_form td [name*="job-type2-text"], 
  .contact_form td [name*="job-type3-text"] {
    width: 457px;
  }
  
  .mw_wp_form .horizontal-item {
    margin-right: 20px;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    /*margin-left: 20px;*/
  }
}

@media(max-width:1023px){
  .contact_form td .job-type{
    flex-wrap: wrap;
  }
  .contact_form td .job-type dd {
    width: 100%;
  }
  .contact_form td [name*="job-type1-text"], 
  .contact_form td [name*="job-type2-text"], 
  .contact_form td [name*="job-type3-text"] {
    width: 357px;
  }
  .contact_form td.nols span + span {
    margin-left: 0;
  }
  .contact_form td > span{
    display: inline-block;
  }  

  .contact_form td [name*="tel"],
  .contact_form td [name*="fax"]{
    width: 105px;
  }
}

@media(max-width:767px){
  .regi_ttl1 {
    font-size: 16px;
    margin: 30px 0 20px;
  }
  .pg_regist_form .section#sec1 .text ul {
    margin-bottom: 55px;
  }
  .contact_form td .form-control-wrap.zipcode{
    flex-wrap: wrap;
  }
  .pg_regist_form .section#sec1 .text {
    letter-spacing: 0.05em;
  }
  .contact_form td [name*="job-type1-text"], 
  .contact_form td [name*="job-type2-text"], 
  .contact_form td [name*="job-type3-text"] {
    width: calc(100% - 50px);
    margin: 0 5px;
  }
  .contact_form td > span {
    display: block;
    margin: 5px 0;
  }
  #mw_wp_form_mw-wp-form-82 {
    margin-top: -90px;
    padding-top: 90px;
  }
  .contact_form td [name="input-month"], 
  .contact_form td [name="input-day"] {
    width: 76px;
  }  

  .contact_form td [name*="tel"],
  .contact_form td [name*="fax"]{
    width: 90px;
  }

  .contact_form td [name*="open-time"]{
    width: 60px;
    padding: 8px 10px;
  }
  
  .form_row{
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .form_row_th,
  .form_row_td{
    width: 100%;
  }
  .form_row_th{
    padding: 5px 10px;
    margin-bottom: 5px;
    background: #e9e9e9;
  }
  
  .contact_form td button[class*="addr_auto"]{
    margin-top: 5px;
  }
  .contact_form td [name="open-time-other"],
  .contact_form td [name="hp-tel"],
  .contact_form td [name="hp-desc"],
  .contact_form td [name="hp-url"]{
    width: 100%;
    max-width: 100%;
  }
}