@charset "UTF-8";

/* 印刷用 */
@media only print{
  /*
    A4 847 * 595 px
    A3 1191 * 842 px
    B5 729 * 516 px
  */
  body{
    width: 1140px;
    overflow: hidden;
    /*zoom: 0.9;*/
  }
  .container{
    width: 100%;
  }
  .tb{
    display: none;
  }
  .sp{
    display: none;
  }
  
  /* 固定ヘッダーを使用している場合など */
  header .hdr1{
    position: static !important;
  }
  /* animate のフェードインを可視化 */
  [data-animate]{
    opacity:1 !important;
  }
}

@media only screen and (max-width:1220px){
  .container{
    width: 100%;
  }
  
  footer .ftr_links{
    margin: 0 -40px;
  }
  footer .ftr_links li {
    padding: 0 40px;
    /*padding: 0 60px;*/
  }
    
  .mv{
    height: 560px;
  }
  
  

  /* **********************************
   *  取扱店舗登録フォーム
   * ********************************* */
  .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 + .horizontal-item {
    margin-left: 20px;
  }
  

  /* **********************************
   *  商品券について
   * ********************************* */
  .about_tbl thead th:first-of-type {
    width: 180px;
  }


  /* **********************************
   *  取扱店のみなさん（取扱店舗登録）
   * ********************************* */
  .regist_box .text .red {
    font-size: 22px;
  }
}

@media only screen and (max-width:1023px){
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 150px;
  }
  
  .gnav > ul {
    margin: 0 -3px;
    font-size: 15px;
  }
  .gnav > ul > li {
    padding: 0 3px;
  }
  .gnav li a {
    padding: 5px 0 7px;
  }
  
  
  footer .ftr_links{
    margin: 0 -20px;
  }
  footer .ftr_links li {
    font-size: 14px;
    padding: 0 20px;
    /*padding: 0 30px;*/
  }
  footer .ftr2 .caution_link {
    font-size: 13px;
  }
  
  .mv {
    height: 420px;
  }
  
  

  /* **********************************
   *  Home
   * ********************************* */
  .home_banner .item {
    min-height: 65px;
    font-size: 30px;
  }
  .home_btns .item{
    width: 100%;
  }
  .home_btns .item + .item{
    margin-top: 80px;
  }
  .home_btns .item .ttl {
    font-size: 24px;
  }
  .home_btns .item .bg:before {
    font-size: 24px;
    right: 10px;
  }
  .pg_home .section#sec2 {
    padding: 150px 0;
  }
  
  /* **********************************
   *  取扱店舗登録フォーム
   * ********************************* */
  .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;
  }

  /* **********************************
   *  取扱店のみなさん（取扱店舗登録）
   * ********************************* */
  .pg_regist .links .link2 {
    max-width: 49%;
  }
  .regist_box .medium {
    font-size: 17px;
    padding-top: 30px;
  }
  .regist_box .text .red {
    font-size: 17px;
  }
  .pg_regist .section#sec1 .text{
    text-align: left;
  }
  .pg_regist .links {
    margin: 40px auto 0;
  }


  /* **********************************
   *  取扱店向け説明会
   * ********************************* */
  .briefing_qr_wrap .items .inner {
    padding: 12px 12px 8px;
  }
  .briefing_qr_wrap .items .item1 {
    padding-right: 0;
  }
  .briefing_qr_wrap .items .item3 {
    width: 100%;
    font-size: 16px;
    padding-right: 0;
  }
  .briefing_qr_wrap .items .item4 {
    padding-top: 0;
  }
  .briefing_qr_wrap .items .item_top{
    justify-content: center;
  }
}

@media only screen and (max-width:767px){
  
  body{
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 60px;
  }
  
  header{
    padding-bottom: 20px;
    position: inherit;
  }
  header .hdr_logo{
    margin-bottom: 0;
  }
  header .hdr_logo img {
    width: 247px;
  }
  
  
  footer{
    margin-top: 85px;
    padding-top: 35px;
  }
  footer .ftr1 .text2 {
    font-size: 13px;
  }
  footer .ftr1 .text3 {
    font-size: 12px;
  }
  footer .ftr1 .tel {
    font-size: 28px;
  }
  footer .ftr_links{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .ftr_links li{
    width: 50%;
  }
  footer .ftr_links li:nth-child(n+3){
    margin-top: 10px;
  }
  footer .ftr_links li + li{
    border-left: 0;
  }
  footer .ftr_links li:nth-child(even){
    border-left: 1px solid;
  }
  footer .ftr2 .caution_link {
    font-size: 12px;
    margin-top: 10px;
  }
  footer .copy{
    font-size: 10px;
  }
  .footer_fix{
    display: block;
  }
  
  .gnav{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav > ul{
    font-size: 18px;
    display: block;
  }
  .gnav > ul > li{
    width: 100%;
    border: 0;
  }
  .gnav > ul > li + li,
  .gnav > ul > li:first-child,
  .gnav > ul > li:last-child{
    margin-top: 10px;
    border-left: 0;
    border-right: 0;
  }
  .gnav > ul > li a{
    padding: 20px 0;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }
  .gnav li a{
    border-right: 0;
  }
  .gnav li:first-child a{
    border-left: 0;
  }
  
  .pg_header .container {
    height: 150px;
  }
  
  .breadcrumb{
    font-size: 11px;
    margin-bottom: 50px;
    letter-spacing: -0.05em;
  }
  .breadcrumb li + li {
    margin-left: 5px;
  }
  .breadcrumb li a {
    padding-right: 15px;
  }
  
  .post_items{
    
  }
  .post_items .item{
    flex-wrap: wrap;
  }
  .post_items .item .title{
    width: 100%;
  }
  .post_items .item.single_item .title{
    font-size: 16px;
  }
  .pagination{
    margin-top: 42px;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev{
    min-width: 100px;
  }
  .pagination .nav-posts .page-next a, 
  .pagination .nav-posts .page-prev a,
  .pagination .nav-posts .page-archive a{
    padding: 10px 10px;
    font-size: 11px;
  }
  
  .contact_info{
    padding: 10px;
  }
  .contact_info .box1{
    font-size: 13px;
  }
  .contact_info .box2{
    margin-top: 10px;
  }
  .contact_info .box2 .icon{
    font-size: 15px;
  }
  .contact_info .box2 .tel{
    font-size: 24px;
  }
  .contact_info .box2 .txt{
    width: 100%;
    margin: 10px 0 0 0;
  }
  
  .contact_form th,
  .contact_form td{
    height: auto;
    display: block;
    width: 100%;
    padding: 10px 10px;
  }
  .contact_form th{
    /*padding-bottom: 5px;*/
  }
  .contact_form td{
    /*padding-top: 0;*/
  }
  .contact_form td [name="zipcode"]{
    width: 100px;
  }
  .contact_form dl.date dt{
    width: 100%;
  }
  .contact_form dl.date dt.wide{
    width: 100%;
  }
  
  .contact_form td .wpcf7-text,
  .contact_form td .wpcf7-textarea,
  .contact_form td .wpcf7-select{
    width: 100%;
  }
  
  .contact_form_btns input[type="submit"], 
  .contact_form_btns input[type="button"]{
    width: 35%;
  }
  
  
  /* サイトマップ */
  .sitemap_items .item{
    width: 100%;
    margin-bottom: 15px;
  }
  .sitemap_items .item h4 a{
    padding: 10px 10px;
  }
  
  /* プライバシーポリシー */
  .privacy_tt{
    font-size: 18px;
  }
  .privacy_tt br{
    display: inline;
  }
  .privacy_items .item h4{
    font-size: 15px;
  }
  

  /* **********************************
   *  Home
   * ********************************* */
  .mv {
    height: 128vw;
    background: url(/img/home/mv_sp.jpg?6) no-repeat center / cover;
  }
  .home_banner .item {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home_banner .item:before, 
  .home_banner .item:after {
    width: 60px;
    height: 20px;
    margin-right: 10px;
  }
  .home_banner .item:after{
    margin-right: 0;
    margin-left: 10px;
  }
  

  .home_btns .item a {
    width: 88%;
    padding-bottom: 50px;
  }
  .home_btns .item .img {
    width: 68%;
    margin-right: -45px;
    margin-left: auto;
    margin-top: -100px;
    height: 202px;
    order: 1;
  }
  .home_btns .item .txt {    
    width: 100%;
    height: auto;
    margin-top: 15px;
    order: 2;
  }
  .home_btns .item .read_more1{
    margin-top: 25px;
  }
  .home_btns .item + .item {
    margin-top: 130px;
  }
  
  .post_items_wrap .post_items .item .title {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .post_items_wrap .post_items .item .title a{
    padding-right: 0;
  }
  .pg_home .section#sec2 {
    padding: 150px 0 100px;
  }
  
  .pg_home .section#sec3 .ttl:before{
    left: 10px;
  }
  .pg_home .section#sec3 .ttl:after{
    right: 10px;
  }
  .post_items .item .category{
    margin-right: 10px;
  }
  .pg_home .section#sec3 .ttl {
    margin-bottom: 40px;
  }
  .read_more2{
    margin-top: 40px;
  }
  
  /* **********************************
   *  取扱店舗登録フォーム
   * ********************************* */
  .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;
  }

  /* **********************************
   *  商品券について
   * ********************************* */
  .sp .thead{
    height: 50px;
    margin-top: 25px;
    border-right: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;    
    position: relative;
  }
  .sp .thead:after{
    font-size: 12px;
    content: "▼";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  /*.sp .thead .th{
    width: 120px;
    padding: 12px 10px 12px 10px;
    border-left: 1px solid #b5b5b5;
    letter-spacing: 0.1em;
  }*/
  .sp .thead ul{
    width: 100%;
    -webkit-appearance:none;
    appearance:none;
    border: 0;
    border-left: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    position: absolute;             /* 選択肢が開いた時に高さが変わるので指定 */
    top: 0px;                       /* 好きな位置に */
    right: 0px;
  }
  .sp .thead li{
    padding: 12px 15px;
    display: none;
    text-align: center;
  }
  .sp .thead li:first-child{
    background: #b0cd8f;
  }
  .sp .thead li:nth-child(2) {
    background: #66c1eb;
  }
  .about_tbl{
    margin-top: 0;
  }
  .about_tbl th, 
  .about_tbl td {
    padding: 10px;
  }
  .about_tbl th{    
    letter-spacing: 0.15em;
  }
  .about_tbl,
  .about_tbl tr,
  .about_tbl thead,
  .about_tbl tbody,
  .about_tbl tbody th,
  .about_tbl tbody td {
    width: 100%;
    display: block;
  }
  .about_tbl.hide{
    display: none;
  }
  

  /* **********************************
   *  市民のみなさん
   * ********************************* */
  .pg_citizen .section#sec2 {
    padding-top: 50px;
  }

  /* **********************************
   *  取扱店のみなさん（取扱店舗登録）
   * ********************************* */
  .pg_regist .links .link1 {
    font-size: 16px;
  }
  .pg_regist .links a i {
    margin-right: 10px;
  }
  .pg_regist .links .flex {
    margin-top: 14px;
  }
  .pg_regist .links a.link1 i img{
    width: 40px;
  }
  .pg_regist .links a.link2{
    max-width: 100%;
  }
  .pg_regist .links a.link2 i img{
    width: 30px;
  }
  .pg_regist .links a.link2 + .link2{
    margin-top: 10px;
  }
  
  .pg_regist .section#sec2 {
    padding-top: 60px;
  }
  .regist_box .item {
    width: 100%;
  }
  .regist_box .medium {
    font-size: 14px;
    padding-top: 0;
  }
  .regist_box .item + .item{
    margin-top: 15px;
  }
  .regist_box .text .red {
    font-size: 16px;
  }
  .regist_box .text{
    letter-spacing: 0;
  }


  /* **********************************
   *  取扱店向け説明会
   * ********************************* */
  .briefing_qr_wrap .items + .items {
    margin-top: 30px;
  }
  .briefing_qr_wrap .items .inner {
    padding-bottom: 30px;
  }
  .pg_briefing .section#sec1 .tt2 {
    margin-bottom: 35px;
  }
  .briefing_qr_wrap .items .item1 {
    width: 100%;
  }
  .briefing_qr_wrap .items .item1 .text {
    font-size: 16px;
  }
  .briefing_qr_wrap .items .item3 .tet1{
    padding-right: 10px;
  }
  .briefing_qr_wrap .items .item2 {
    width: 100%;
  }
  .briefing_qr_wrap .items .item2 .sp{
    margin-top: 10px;
  }
  .pg_briefing .section#sec2 {
    padding-top: 50px;
  }
  .briefing_movies .item {
    width: 100%;
  }
  .briefing_movies .item + .item{
    margin-top: 20px;
  }
  .cs_movie {
    height: 55vw;
  }
}

@media only screen and (max-width:359px){
  .footer_fix ul{
    font-size: 12px;
  }
}