@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 .hdr_blc .hdr1,
  header .hdr_blc .hdr2{
    width: 100%;
  }
  header .hdr_blc .hdr1{
    width: 22%;
  }
  header .hdr_blc .hdr_logo img{
    height: 60px;
  }
  header .hdr_blc .hdr_contact a img{
    height: 35px;
  }
  
  header .hdr_blc .hdr_langs,
  header .hdr_blc .hdr_contact{
    position: absolute;
    top: 15px;
  }
  header .hdr_blc .hdr_langs{
    left: 22%;
  }
  header .hdr_blc .hdr_contact{
    right: 10px;
  }
  
  header .hdr_blc .gnav{
    margin-top: 10px;
  }
  
  footer .ftr1 .box1{
    width: 40%;
  }
  footer .ftr1 .box2{
    width: 56%;
  }
  
  footer .ftr_links.wide ul li{
    width: 100%;
  }
  
  .mv{
    height: 700px;
  }
  .mv .mv_box .img img{
    height: 400px;
  }
  
  .pg_header .container{
    height: 600px;
    padding-top: 178px;
  }
  
  .tt1{
    position: static;
    align-items: center;
    align-content: center;
    text-align: center;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    -o-writing-mode: initial;
    writing-mode: initial;
    
    width: 100%;
    height: auto;
    padding: 30px 20px;
    font-size: 32px;
  }
  .tt1 .str1, 
  .tt1 .str2{
    width: 100%;
    margin: 5px 0;
  }
  
  .tt2{
    font-size: 20px;
    margin-bottom: 50px;
  }
  
  ul.read_more li a{
    width: 300px;
  }
  
  .pg_head{
    background-size: 100px auto, 90px auto;
  }
  
  .pg_nav{
    margin-left: -10px;
    margin-right: -10px;
  }
  .pg_nav li{
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pg_nav li:nth-child(n+3){
    margin-top: 20px;
  }
  .pg_nav li a{
    font-size: 18px;
    background-size: 30px auto;
    padding-left: 40px;
    height: auto;
  }
  
  .pg_nav.md{
    
  }
  .pg_nav.md li{
    width: 50%;
  }
  .pg_nav.md li:nth-child(n+3){
    margin-top: 20px;
  }
  
  /* Home */
  
  .pg_home .section#sec2{
    background-size: auto 400px;
  }
  .home_blc1{
    padding-left: 0;
  }
  .home_blc1 .box1{
    height: 400px;
  }
  .home_blc1 .box1 .txt1{
    font-size: 22px;
  }
  
  .home_blc2{
    padding: 50px 100px;
  }
  .home_blc2 ul{
    justify-content: center;
  }
  
  .home_plan_items.type1,
  .home_plan_items.type2{
    margin-left: -10px;
    margin-right: -10px;
  }
  .home_plan_items.type1 .item,
  .home_plan_items.type2 .item{
    padding-left: 10px;
    padding-right: 10px;
  }
  .home_plan_items .item .price{
    font-size: 20px;
  }
  
  .home_reason_items .item{
    width: 50%;
  }
  .home_reason_items .item:nth-child(n+3){
    margin-top: 50px;
  }
  
  .home_option_items{
    margin-left: -10px;
    margin-right: -10px;
  }
  .home_option_items .item{
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .home_shop_items .item{
    width: 100%;
  }
  .home_shop_items .item:nth-child(n+2){
    margin-top: 30px;
  }
  
  .home_shop_items .item .inner .box1{
    width: 230px;
  }
  .home_shop_items .item .inner .box2{
    width: calc(100% - 230px - 20px);
  }
  
  .home_shop_items .item .link{
    position: static;
  }
  
  .home_spot_items.flex{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  .home_spot_items.flex .spot_box{
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home_spot_items.flex .spot_box:nth-child(n+3){
    margin-top: 40px;
  }

  
  /* ブログ */
  .blog_items{
    margin-left: -10px;
    margin-right: -10px;
  }
  .blog_items .item{
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog_items .item .title{
    font-size: 16px;
  }
  
  
  
  /* プラン */
  .plan_nav li{
    width: 50%;
  }
  .plan_nav li:nth-child(n+3){
    margin-top: 20px;
  }
  .plan_nav li a{
    padding: 5px;
  }
  
  
  .plan_blc1 .box1{
    width: 30%;
  }
  .plan_blc1 .box2{
    width: 68%;
  }
  .plan_blc1 .price .str1{
    font-size: 16px;
  }
  .plan_blc1 .price .str2{
    font-size: 14px;
  }
  .plan_blc1 .price .str2 em{
    font-size: 32px;
  }
  
  
  .plan_blc1 .set li span{
    font-size: 16px;
  }
  
  .plan_blc1 .check{
    background-size: 75px auto, cover;
    background-position: left 10px center, center center;
    padding-left: 90px;
  }
  
  .plan_blc2{
    padding: 30px 30px;
  }
  
  .plan_point_items{
    margin: 0 -10px;
  }
  .plan_point_items li{
    margin: 0 10px;
  }
  
  .plan_flow_items{
    flex-wrap: wrap;
    justify-content: center;
  }
  .plan_flow_items li{
    margin-bottom: 15px;
  }
  
  .back_reco_items .item .title{
    font-size: 16px;
    height: 3.75em;
  }
  
  /*  */
  .flow_blc1 .title{
    font-size: 20px;
  }
  
  /**/
  .pg_faq .section#sec1{
    margin-top: 80px;
  }
  .faq_blc1 .title{
    font-size: 20px;
  }
  .faq_blc1 .title:before{
    font-size: 32px;
  }
  
  /**/
  .access_items{
    margin-left: -10px;
    margin-right: -10px;
  }
  .access_items .item{
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .access_items .item:nth-child(n+3){
    margin-top: 20px;
  }
  .access_items .item .inner{
    padding: 10px;
  }
  .access_items .item .title{
    font-size: 18px;
    padding-left: 50px;
  }
  
  /**/
  
  
  
  
  /**/
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 150px;
  }
}

@media only screen and (max-width:767px){
  
  body{
    font-size: 14px;
    padding-bottom: 60px;
  }
  
  header{
    padding: 0 0 10px;
  }
  header .hdr1{
    width: 100%;
    margin-bottom: 0;
  }
  
  header .hdr_blc .hdr1{
    width: 100%;
    text-align: center;
  }
  header .hdr_blc .hdr_langs{
    width: 100%;
    justify-content: center;
    position: static;
  }
  header .hdr_blc .hdr_contact{
    display: none;
  }
  
  
  footer .ftr1 .box1{
    width: 100%;
  }
  footer .ftr1 .box2{
    width: 100%;
    margin-top: 20px;
  }
  footer .ftr1 .ftr_logo{
    margin-bottom: 20px;
  }
  footer .ftr1 .ftr_logo img{
    height: 60px;
  }
  footer .ftr1 .ftr_contact li{
    width: 100%;
  }
  footer .ftr1 .ftr_contact li+li{
    margin-top: 10px;
  }
  
  footer .ftr2{
    /*display: none;*/
  }
  .ftr_links_wrap{
    flex-wrap: wrap;
  }
  .ftr_links_wrap .ftr_links,
  .ftr_links_wrap .ftr_links.wide{
    width: 100%;
  }
  ftr_links_wrap .ftr_links + .ftr_links{
    
  }
  .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;
  }
  .gnav > ul > li.current-menu-item:before{
    display: none;
  }
  
  .mv{
    height: 450px;
  }
  .mv .mv_box{
    padding-bottom: 90px;
  }
  .mv .mv_box .img img{
    height: 220px;
  }
  
  .pg_header .container{
    height: 400px;
    padding-top: 104px;
  }
  
  .tt1 .str1, 
  .tt1 .str2{
    
  }
  .tt1 .str1{
    font-size: 20px;
  }
  .tt1 .str2{
    font-size: 15px;
  }
  
  .breadcrumb{
    font-size: 12px;
  }
  .breadcrumb li{
    white-space: nowrap;
  }
  
  .tt1{
    font-size: 24px;
  }
  .tt1 span{
    font-size: 14px;
  }

  .tt2{
    font-size: 16px;
    background-size: 100% auto;
  }
  .tt2 span{

  }
  .tt3{

  }
  .tt3 span{

  }
  .tt4{

  }
  .tt4 span{

  }
  .tt5{

  }
  .tt5 span{

  }
  
  ul.read_more{
    justify-content: space-between;
  }
  ul.read_more li{
    width: 49%;
    margin: 0;
  }
  ul.read_more li a{
    font-size: 13px;
  }
  ul.read_more a:after{
    right: 5px;
  }
  
  .flow_blc1 + .read_more{
    margin-top: 100px;
  }
  .plan_blc1 .read_more a{
    font-size: 15px;
  }
  
  .pg_head{
    background-size: 60px auto, 40px auto;
  }
  .pg_head .title{
    font-size: 16px;
  }
  .pg_head .txt{
    font-size: 14px;
  }
  
  .pg_nav{
    margin-left: -10px;
    margin-right: -10px;
  }
  .pg_nav li,
  .pg_nav.md li{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pg_nav li:nth-child(n+2),
  .pg_nav.md li:nth-child(n+2){
    margin-top: 10px;
  }
  .pg_nav li a{
    font-size: 16px;
  }
  
  /**/
  .home_tt1, .home_tt2, .home_tt3, .home_tt4{
    font-size: 16px;
  }
  .home_tt1 em, .home_tt2 em, .home_tt3 em, .home_tt4 em{
    font-size: 13px;
  }
  
  .home_tt1{
    margin-bottom: 50px;
  }
  
  .home_tt2 span{
    height: 100px;
  }
  .home_tt3{
    font-size: 18px;
    margin-bottom: 30px;
  }
  
  .home_blc1 .box1 .txt1{
    font-size: 16px;
  }
  
  .home_blc2{
    padding: 30px 15px;
  }
  .home_blc2 .title:before{
    position: static;
    transform: none;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  
  .home_blc2 ul{
    margin-left: -5px;
    margin-right: -5px;
  }
  .home_blc2 ul li{
    width: 33.333%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .home_blc2 ul li a{
    font-size: 12px;
    padding: 10px 5px;
  }
  
  
  .home_plan_items.type1 , 
  .home_plan_items.type2 {
    
  }
  .home_plan_items.type1 .item, 
  .home_plan_items.type2 .item{
    width: 50%;
  }
  .home_plan_items.type2 .item{
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
  .home_plan_items .item .txt{
    font-size: 14px;
  }
  .home_plan_items .item .inner{
    /*display: flex;*/
    /*justify-content: space-between;*/
  }
  .home_plan_items .item .inner .img{
    /*width: 40%;*/
  }
  .home_plan_items .item .inner .box{
    /*width: 56%;*/
    position: absolute;
    transform: none;
    top: auto;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  
  .home_plan_items .item .title{
    font-size: 14px;
  }
  .home_plan_items .item .price{
    font-size: 16px;
  }
  .home_plan_items .item:nth-child(n+3){
    margin-top: 30px;
  }
  
  .home_reason_items .item{
    width: 100%;
  }
  .home_reason_items .item:nth-child(n+2){
    margin-top: 30px;
  }
  .home_reason_items .item .img {
    text-align: center;
  }
  .home_reason_items .item .img img{
    width: 250px;
  }
  
  
  .home_option_items .item{
    width: 100%;
  }
  .home_option_items .item:nth-child(n+2){
    margin-top: 30px;
  }
  .home_option_items .item .img{
    text-align: center;
  }
  
  .home_shop_items .item .inner .box1{
    width: 130px;
  }
  .home_shop_items .item .inner .box2{
    width: calc(100% - 130px - 20px);
  }
  
  .home_shop_items .item .txt1{
    font-size: 12px;
  }
  .home_shop_items .item .txt2{
    font-size: 16px;
  }
  .home_shop_items .item .txt3{
    font-size: 12px;
  }
  .home_shop_items .item .link a{
    font-size: 13px;
  }
  
  /* ブログ */
  .blog_items .item{
    width: 100%;
  }
  .blog_items .item:nth-child(n+2){
    margin-top: 30px;
  }
  
  
  .blog_wrap .blog_l,
  .blog_wrap .blog_r{
    width: 100%;
  }
  .blog_wrap .blog_r{
    margin-top: 50px;
  }
  .blog_items.all{
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .blog_items.all .item{
    width: 50%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .blog_items.all .item:nth-child(n+2){
    margin-top: 0;
  }
  .blog_items.all .item:nth-child(n+3){
    margin-top: 25px;
  }
  .blog_items .item .link a{
    font-size: 15px;
  }
 
  
  /* プラン */
  .plan_nav li a{
    font-size: 14px;
  }
  
  .plan_blc1 .title{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .plan_blc1 .box1,
  .plan_blc1 .box2{
    width: 100%;
  }
  .plan_blc1 .box1{
    text-align: center;
    margin-bottom: 20px;
  }
  .plan_blc1 .box1 img{
    width: 70%;
  }
  .plan_blc1 .box1 img + img{
    margin-top: 10px;
  }
  .plan_blc1 .box2{
    width: 100%;
  }
  
  .plan_blc1 .price .str1{
    font-size: 14px;
  }
  .plan_blc1 .price .str2{
    font-size: 12px;
  }
  .plan_blc1 .price .str2 span{
    font-size: 14px;
  }
  .plan_blc1 .price .str2 span.sz1{
    width: 155px;
  }
  .plan_blc1 .price .str2 em{
    font-size: 24px;
  }
  .plan_blc1 .price .str3{
    font-size: 14px;
  }
  
  .plan_blc1 .set{
    justify-content: center;
    text-align: center;
  }
  .plan_blc1 .set li {
    width: 56px;
    height: 56px;
  }
  .plan_blc1 .set li span{
    font-size: 13px;
  }
  .plan_blc1 .read_more a{
    margin: 0 auto;
  }
  
  .plan_blc1 .check{
    background-position: center top 15px;
    padding: 20px 10px;
    padding-top: 100px;
  }
  .plan_blc1 .check h4{
    font-size: 14px;
  }
  
  .plan_blc1 .check + h5{
    margin-top: 50px;
  }
  .plan_blc1 h5{
    margin-bottom: 20px;
  }
  .plan_blc1 h5 span{
    font-size: 15px;
    padding: 8px 10px;
    width: 100%;
  }
  
  .plan_blc1 .info tr th,
  .plan_blc1 .info tr td{
    font-size: 14px;
  }
  .plan_blc1 .info tr th{
    width: 120px;
  }
  
  .plan_blc2{
    padding: 20px 10px;
  }
  .plan_blc2 h3{
    font-size: 15px;
  }
  
  .plan_point_items{
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .plan_point_items li{
    width: 100%;
    margin: 0 5px;
    text-align: center;
  }
  .plan_point_items li + li{
    margin-top: 20px;
  }
  .plan_point_items li img{
    width: 80%;
  }
  
  .plan_flow_items li{
    width: 50%;
    margin: 0;
    padding: 0 8px;
  }
  .plan_flow_items li:nth-child(n+3){
    margin-top: 10px
  }
  .plan_flow_items li img{
    height: 160px;
  }
  
  
  
  .yukata_bn{
    padding: 10px;
    margin-top: 100px;
    background-position: right center;
    
  }
  .yukata_bn .box{
    padding: 10px;
    height: auto;
  }
  .yukata_bn .box .img{
    width: calc(100% - 120px);
  }
  .yukata_bn .box .btn{
    width: 120px;
    position: static;
  }
  
  
  
  /**/
  .flow_blc1{
    padding: 10px;
  }
  .flow_blc1 .title{
    font-size: 16px;
    background-size: 40px auto;
    padding-left: 50px;
    margin-bottom: 15px;
  }
  .flow_blc1 .box1{
    width: 100%;
    text-align: center;
  }
  .flow_blc1 .box2{
    width: 100%;
    margin-top: 10px;
  }
  .flow_blc1 .box1 img{
    width: 250px;
  }
  
  /**/
  .back_reco_items .item{
    width: 100%;
  }
  .back_reco_items .item + .item{
    margin-top: 20px;
  }
  .back_reco_items .item .txt{
    font-size: 14px;
    line-height: 1.6;
  }
  
  /**/
  
  .pg_faq .section + .section{
    margin-top: 100px;
  }
  
  .faq_blc1 .title{
    font-size: 16px;
    background-position: left -20px center;
    padding-left: 80px;
  }
  .faq_blc1 .title:before{
    font-size: 24px;
    left: 20px;
  }
  
  /**/
  .access_map iframe{
    height: 300px;
  }
  .access_tbl tr th,
  .access_tbl tr td{
    font-size: 14px;
  }
  .access_tbl tr th{
    width: 100px;
  }
  
  .access_items .item{
    width: 100%;
  }
  .access_items .item:nth-child(n+2){
    margin-top: 20px;
  }
  .access_items .item .title{
    font-size: 16px;
  }
  
  .home_spot_items.flex{
    margin-left: -10px;
    margin-right: -10px;
  }
  .home_spot_items.flex .spot_box{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home_spot_items.flex .spot_box:nth-child(n+2){
    margin-top: 20px;
  }
  .spot_box .title{
    font-size: 16px;
  }
  .spot_box .txt{
    font-size: 14px;
  }
  
  /**/
  #booking-package_calendarPage label{
    width: 80px;
    font-size: 16px;
  }
  #booking-package_calendarPage .arrowRight, #booking-package_calendarPage .arrowLeft{
    font-size: 16px;
  }
  .calendarData{
    font-size: 20px!important;
  }
  #booking-package_calendarPage .dayPanel{
    font-size: 14px;
  }
  
  #booking-package_inputFormPanel .selectedDate, #booking-package_myBookingDetails .selectedDate{
    font-size: 16px;
  }
  
  #booking-package{
    display: block!important;;
  }
  
  /**/
  
  .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;
  }
  
  .post_items .item.single_item{
    padding: 20px 10px;
  }
  
  .post_content h3{
    font-size: 16px;
  }
  .post_content h4{
    font-size: 15px;
  }
  
  .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"],
  .contact_form_btns button  {
    width: 48%;
    margin: 0 1%;
    font-size: 12px;
  }
  .contact_form_btns input[type="submit"]{
    /* テキストが長いとき */
    /*width: 66%;*/
  }
  .contact_form_btns button {
    width: 30%;
  }
  
  
  /* サイトマップ */
  .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;
  }
}

@media only screen and (max-width:359px){
  .footer_fix ul{
    font-size: 12px;
  }
}