@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%;
  }
}

@media only screen and (max-width:1100px){
  .pg_home .top_total .box_wrap .box .number{
    top:0;
  }
  .pg_home .top_total .box_wrap .box .ttl{
    font-size: 36px;
    line-height: 40px;
  }
  .pg_home .top_total .box_wrap .box .txt{
    font-size:15px;
  }
  .pg_home .top_total .main_ttl img {
    width: 400px;
  }
}

@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;
  }
  .pg_home .top_total .box_wrap .deco{
    width:140px;
    top:-98px;
  }
  .pg_home .top_total .box_wrap .box .ttl {
    font-size: 32px;
    line-height: 34px;
  }
  .pg_home .top_total .box_wrap .box .txt {
    font-size: 14px;
  }
  .pg_home .top_total .box_wrap .box .detail{
    padding:20px 15px;
  }
  .pg_home .top_total .box_wrap .box .img {
    width: 30%;
    height: 100%;
}
.pg_home .top_total .box_wrap .box .img img{
  width: 100%; /* 横幅は自動調整されます */
  height: 100%; /* 親要素の高さに合わせる */
  object-fit: cover; /* 縦幅にフィットさせつつ画像の比率を保つ */
}
.pg_home .top_total .box_wrap .box .detail{
  width: 69%;
}
.pg_home .top_total .box_wrap .box .number{
  top:15px;
      font-size: 33px;
}
  .pg_home .top_tro .box_wrap li .catch{
    font-size:14px;
  }
  .pg_home .top_tro .box_wrap li .ttl{
    font-size:18px;
  }
  .pg_home .top_tro .main_ttl img{
    width:380px;
  }
  .pg_home .top_tro:after{
    left:0;
    right:0;
    margin:0 auto;
  }
  .pg_home .middle_ttl img{
    width:700px;
  }
  .pg_home .top_ser .box_wrap .box .detail .catch{
    font-size:14px;
  }
  .pg_home .top_ser .box_wrap .box .detail .ttl{
    font-size:16px;
  }
  .pg_home .top_flow .ttl_area .en_ttl{
    font-size:60px;
  }
}

@media only screen and (max-width:900px){
}

@media only screen and (max-width:820px){
  .pg_home .top_tro .box_wrap li{
    width:49%;
    margin-bottom:15px;
  }
}


@media only screen and (max-width:768px){

  body{
    font-size: 14px;
    padding-bottom: 60px;
  }

  header .hdr1 .hdr_logo,
  header .hdr1 .hdr_contact{
    float: none;
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }

  footer .ftr2 .container{
    flex-wrap: wrap;
  }
  footer .ftr2 .box1,
  footer .ftr2 .box2{
    width: 100%;
    text-align: center;
  }
  footer .ftr2 .box2{
    margin-top: 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{
    display: block;
  }
  .gnav > ul > li{
    width: 100%;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
  }
  .gnav > ul > li + li,
  .gnav > ul > li:first-child,
  .gnav > ul > li:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav > ul > li a{
    padding: 10px 0;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }

  .breadcrumb{
    font-size: 12px;
  }

  .post_items{

  }
  .post_items .item{
    flex-wrap: wrap;
  }
  .post_items .item .title{
    width: 100%;
  }
  .post_items .item.single_item .title{
    font-size: 16px;
  }
  .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{
    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;
  }

  /* top */
  .pg_home .mv_search{
    width:100%;
  }
  .pg_home .mv_news .main_ttl{
    display: none;
  }
  .pg_home .mv_news .news_list{
    width:100%;
    margin:0;
  }
  .pg_home .mv_news .news_list li span{
    font-size:12px;
  }
  .pg_home .top_cate ul li{
    font-size:22px;
  }
  .pg_home .torou h2{
    margin:0 0 20px 0;
  }
  .pg_home .top_food .food_wrap{
    margin-top:-240px;
  }
  #chatbot{
    bottom: 60px!important;
  }
  footer .ftr_cat{
    display: block;
  }
  footer .ftr_cat li{
    padding: 15px 15px;
    border-bottom: 1px dotted #000;
    letter-spacing: 1px;
  }
  footer{
    margin-bottom:100px;
  }
  .gnav{
    display: block;
  }
  .pg_spot_single .img img,
  .pg_event_single .img img{
    width:100%;
    max-width: 100%;
    height: auto;
  }
  .pg_spot_single table,
  .pg_spot_single .txt,
  .pg_event_single .table,
  .pg_event_single .txt{
    width:100%;
  }
  .pg_spot_single .pagination .nav-posts,
  .pg_event_single .pagination .nav-posts{
    display: block;
  }
  .pg_spot_single .pagination .nav-posts .page-archive a,
  .pg_event_single .pagination .nav-posts .page-archive a{
    padding:15px 10px;
  }
  .pg_header,
  .pg_header .container{
    height:200px;
  }

  .pg_home .top_total .box_wrap .box{
    width:100%;
  }

  .mv_wrap{
    background-image: url(/img/top/mv_bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  header .hdr_btn_2 a{
    display: none;
  }
  .hamburger-menu{
    display: block;
  }
  .hamburger-icon{
    display: flex;
  }
  .pg_home .middle_ttl img{
    width:100%;
  }
  .pg_home .top_ser .ttl_area .en_ttl{
    font-size:60px;
  }
  .pg_home .top_ser .ttl_area .main_ttl img {
    width: 160px;
}
.pg_home .top_ser .box_area{
      padding: 70px 0 50px 0;
}
.pg_home .top_tro:after{
  width: 112px;
    height: 51px;
    background-size:contain;
}
.pg_home .top_ser .box_wrap_3 .box,
.pg_home .top_ser .box_wrap_3 .box:nth-of-type(3n){
  width:48%;
  margin:0 4% 25px 0;
}
.pg_home .top_ser .box_wrap_3 .box:nth-of-type(2n){
  margin:0 0 25px 0;
}
.pg_home .top_flow{
  margin:60px 0;
}
.pg_home .top_flow .box_wrap .box{
  width:48%;
}
.pg_home .top_flow .box_wrap .box:nth-of-type(1),
.pg_home .top_flow .box_wrap .box:nth-of-type(2){
  
  margin-bottom:45px;
}
.pg_home .top_flow .box_wrap{
  flex-wrap: wrap;
}
.pg_home .top_contact{
  margin:60px 0 0 0;
}
.pg_home .top_contact .form_area dl{
  width:100%;
}
.pg_home .top_ser .box_wrap .box .btn a{
  width:100%;
}
}

@media only screen and (max-width:580px){
  .pg_home .mv_search{
    padding: 20px 15px;
  }
  .pg_home .mv_search .trend li a{
    font-size:12px;
    padding:0 10px;
  }
  .pg_home .mv_search input[type="search"]{
    width:92%;
  }
  .pg_home .mv_news .news_list li a{
    /*display: block;*/
    flex-wrap: wrap;
  }
  .pg_home .mv_news .news_list li span{
    padding: 5px 15px;
  }
  .pg_home .mv_news .news_list li .date{
    width: 100%;
    margin: 8px 0 5px 0;
  }
  .pg_home .top_cate ul li{
    width:50%;
  }
  .pg_home .mv_news .news_list li .date {
    width: 54%;
    margin: 3px 0 0 0;
  }
  .pg_home .top_event .box_wrap .box {
    width: 48%;
    margin:0 0 20px 0;
  }
  .pg_home .top_food .food_wrap .box:last-of-type{
    display: none;
  }
  .pg_home .top_food .food_wrap .box{
    width:48%;
  }
  footer .ftr_sml_cat li{
    margin:0 5px;
  }
  footer .ftr_sml_cat{
    font-size:12px;
  }
  .pg_home .mv_news .news_list li .ttl{
    margin:10px 0 10px 0;
  }
  .pg_gourmet .pg_home .top_food .food_wrap .box:last-of-type{
    display: block;
  }
  .pg_spot_single .sub_ttl,
  .pg_event_single .box .sub_ttl{
    font-size:24px!important;
  }
  
  .pg_home .top_total .main_ttl img{
    width:90%;
  }
  .pg_home .top_total .main_ttl{
    margin-bottom:90px;
  }
  .pg_home .top_total .box_wrap .box,
  .pg_home .top_total .box_wrap .box:nth-of-type(2n){
    margin:0 0 30px 0;
  }
  .mv_wrap{
    height:620px;
  }
  header .logo img{
    width:120px;
    margin-top:10px;
  }
  .pg_home .top_tro .main_ttl img{
    width:90%;
  }
      .pg_home .top_tro .box_wrap li .catch {
        font-size: 12px;
        margin-bottom:5px;
    }
    .pg_home .top_tro .box_wrap li{
      padding:20px 13px;
    }
        .pg_home .top_tro .box_wrap li .ttl {
        font-size: 16px;
        letter-spacing: 0;
    }
    .pg_home .top_ser .box_wrap .box .detail .ttl{
      line-height: 1.9;
      letter-spacing: 0;
    }
    .to_contact a{
      max-width: 100%;
    }
    .pg_home .top_faq .accordion-header{
      padding: 18px 66px 18px 23px;
    }
    .pg_home .top_faq .accordion-content{
      padding: 40px 40px 50px 25px;
    }
    .pg_home .top_faq .accordion-header .ttl, .pg_home .top_faq .accordion-content .txt{
      padding-left:52px;
    }
    .pg_home .top_contact .ttl_area img{
      width:90%;
    }
}

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