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

  

}

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


}

@media only screen and (max-width:767px){
  
  body{
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 60px;
  }
  
  header{
    padding: 0;
    position: inherit;
  }
  header .hdr_logo{
    margin-bottom: 0;
  }
  header .hdr_logo img {
    width: 247px;
  }
  
  
  footer{
    margin-top: 85px;
    padding-top: 35px;
  }
  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{
    height: 160px;
    background-size: auto 70px;
  }
  .pg_header .logo{
    width: 250px;
    display: inline-block;
  }
  
  .breadcrumb{
    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: 18px;
  }
  

  .home_btns .item a {
    width: 88%;
    padding-bottom: 50px;
  }
  .home_btns .item .img {
    width: calc(68%);
    margin-right: -12%;
    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;
  }
  
  .post_items .item .category{
    margin-right: 10px;
  }
  .read_more2{
    margin-top: 40px;
  }
  

  

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


}

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