@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:1023px){  
  header {
    padding: 20px 40px;
  }
  .gnav > ul {
    padding: 0 10px;
  }
  
  .mv_txt img{
    height: 280px;
  }

  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 150px;
  }
  
  footer{
    padding-top: 120px;
  }
  footer .ftr1 {
    padding: 0 0 100px;
  }
  footer .ftr_links li {
    min-width: 145px;
  }
}

@media only screen and (max-width:767px){
  
  body{
    font-size: 14px;
    padding-top: 0;
    /*padding-bottom: 60px;*/
  }
  
  header {
    padding: 5px;
    text-align: center;
    position: inherit;
  }
  header .hdr1{
    width: 100%;
    justify-content: center;
    position: relative;
  }
  header .hdr1 .menu_btn{
    position: fixed;
    top: 10px;
    right: 25px;
    /*-webkit-transform: translate(0, -50%);*/
    /*transform: translate(0, -50%);*/
    font-size: 20px;
    color: #362e2b;
    z-index: 100;
  }
  header .hdr1 .menu_btn.active{
    position: fixed;
    top: 20px;
    right: 30px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  header .hdr1 .hdr_logo img {
    width: 100px;
  }
  header .hdr1 .hdr_contact{
    width: auto;
    max-width: inherit;
    padding: 0;
  }
  
  .mv_txt img{
    height: 180px;
  }
  
  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: 99;
    overflow-y: scroll;
    border-radius: 0;
    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav > ul{
    padding: 15px;
    display: block;
    background: #a48268;
    border-radius: 15px;
  }
  .gnav > ul > li{
    width: 100%;
    padding: 10px 0;
    border: 0;
  }
  .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;
  }  
  .gnav #menu-item-226{
    display: block;
  }
  
  .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: 135px;
  }
  .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;
  }
  
  footer{
    padding-top: 80px;
  }
  footer .ftr1 {
    padding: 0 0 50px;
  }
  .ftr1_ttl {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .ftr_contact_info .item {
    width: 100%;
    font-size: 15px;
    padding: 15px 0;
  }
  .ftr_contact_info .item:last-child {
    border-left: 0;
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #7d7d7d;
  }
  .ftr1_last {
    margin-top: 30px;
  }
  footer .ftr2 {
    padding: 40px 0 80px;
  }
  .ftr_logo img {
    width: 150px;
  }
  footer .ftr2 .box3{
    justify-content: center;
  }
  footer .ftr_links{
    display: none;
  }
  
  footer .ftr2 .box2 a{
    width: 30px;
  }
  .ftr_contact_info i{
    height: 40px;
  }
  .ftr_contact_info i img{
    width: 40px;
  }
}

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