
/*
Theme Name:test_pillows（テーマの名前）
Description: test theme（テーマの説明）
Version: 01
Author: 01
*/
@charset "UTF-8";
body {
    font-family: 'Noto Sans jp', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 400;
    color: #333;
}
/* ここからナビ */
.header_content{
    position: fixed;
    top: 24px;
    width: 100%;
    z-index: 1000;
}
.header_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}
.logo{
    display: block;
    width: 210px;
}
.logo_content{
    width: 100%;
}
.button-reservation-head{
    display: flex;
    align-items: center;
    padding: 12px 32px;
    border: 1px solid #000;
    border-radius: 48px;
    background-color: #fff;
    transition: all 0.3s;
    cursor: pointer;
    color: #000;
}
.button-reservation-head:hover{
    background-color: #1B2528;
    color: #fff;
}
.nav-text{
    font-size: 2.4rem;
    margin-right: 2px;
}
/* ここまでナビ */

/* ここからトップイメージ */
.top_main{
    position: relative;
    height: 100vh;
    position: relative;
    background: #fff url(../image/main_image.png) no-repeat center top;
    background-size: cover;
}
.upper_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
}
/* 営業時間 */
.open_content{
    width: fit-content;
}
.opening{
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}
.opening-time{
    font-size: 2.0rem;
}
.opening-time:first-of-type{
    margin-bottom: 8px;
}
/* メイン予約ボタン */

.reservation_container{
    width: fit-content;
    padding: 52px 44px 52px 44px;
    background-color: #F3981C;
    border-radius: 10px;
}
.text_wrapper{
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    max-width: 320px;
}
.reserve-text{
    font-size: 2.0rem;
}
.reserve-text:first-of-type{
    margin-bottom: 6px;
}
.reservation-main{
    color: #fff;
    background-color: #1B2528;
    padding: 14px 32px;
    border: none;
    transition: all 0.3s;
}
.reservation-main:hover{
    background-color: #fff;
    color: #1B2528;
}
.main-reserve-text{
    font-size: 2.4rem;
    margin-right: 4px;
    letter-spacing: 0.1rem;
}
/* ここまでトップイメージ */

/* ここからabout pillows */
.mark{
    width: 120px;
    margin-bottom: 28px;
}
.logo_image{
    width: 100%;
}
.visual{
    margin-top: 12%;
    position: relative;
}
.visual_wrapper{
    display: flex;
    align-items: center;
}
.visual_image01{
    display: block;
    width: 36%;
}
.visual_item{
    width: 100%;
}
.about_text{
    max-width: 510px;
    width: 50%;
    line-height: 1.7;
    margin-left: 16%;
}
.about{
    font-size: 2.0rem;
    font-weight: 400;
    margin-bottom: 28px;
}
.about_desc{
    font-size: 1.8rem;
}
/* ここから2枚の写真整列 */
.pictures_wrapper{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 12% auto 0;

}
.pictures_container{
    width: 44%;
}
.picture{
    width: 100%;
}
/* ここまでabout pillows*/

/* ここからfooter */
.footer_container{
    display: flex;
    justify-content: space-between;
    margin: 12% 40px 40px 40px;
    border-radius: 10px;
    overflow: hidden;
}
/* 左ブロック */
.access_left{
    width: 63.9%;
    padding: 64px;
    background-color: #1B2528;
    color: #fff;
}
.access_title{
    font-size: 5.2rem;
    margin-bottom: 40px;
    font-weight: 400;
}
.access_content{
    margin-bottom: 20px;
}
.access_content:last-of-type{
    margin-bottom: 0;
}
.access_text_main{
    font-size: 2.4rem;
}
.address{
    margin-bottom: 6px;
}
.access_category{
    padding-right: 16px;
}
.access_text{
    font-size: 1.8rem;
}
/* インスタ */
.insta_icon_wrapper{
    display: inline-block;
    width: fit-content;
    margin: 16px 0;
}
.insta_button_icon{
    width: 28px;
    height: 28px;
}
.instagram_icon{
    width: 100%;
}
/* google maps */
.map_button{
    margin: 20px 0;
    background-color: #1B2528;
    border: 1px solid #fff;
    padding: 0;
    transition: all 0.3s;
}
.map_button:hover{
    background-color: #F3981C;
    border: 1px solid #1B2528;
}
.map_button:hover .map_text,
.map_button:hover .map_icon
{
    color: #1B2528;
}
.google_map{
    display: flex;
    align-items: center;
    padding: 8px 22px;
}
.map_text{
    font-size: 1.8rem;
    margin-right: 12px;
    color: #fff;
    transition: all 0.3s;
}
.map_icon{
    font-size: 1.6rem!important;
    color: #fff;
    transition: all 0.3s;
}

.access_desc{
    font-size: 1.8rem;
}
.footer_privacypolicy{
    margin-bottom: 12px;
}
.privacypolicy_link{
    font-size: 1.6rem;
    color: #fff;
}
.copyright{
    font-size: 1.6rem;
    color: #888;
}
/* 右ブロック */
.access_right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 36%;
    padding: 64px 48px;
    background-color: #1B2528;
    color: #fff;
}
  /* フッター予約ボタン */
.footer_reservation{
    width: fit-content;
    padding: 44px 32px 44px 32px;
    background-color: #1B2528;
    border-radius: 10px;
    border: 1px solid #F3981C;
}
.text_wrapper{
    display: flex;
    flex-direction: column;
    margin-bottom: 8%;
    max-width: 390px;
}
.reservation-footer{
    color: #1B2528;
    background-color: #F3981C;
    padding: 12px 24px;
}
.reservation-footer:hover{
    background-color: #fff;
    color: #1B2528;
}


/* ここからスケジュール */
.schedule_title{
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 52px;
}
.schedule{
    margin-top: 16%;
}
/* ここから追加 */
.schedule_desc{
    width: 80%;
    margin: 0 auto;
}
.guide:first-of-type{
    margin-bottom: 14px;
}
.guide{
    width: fit-content;
    margin: 0 0 0 auto;
}
.guide_reserve_none, .guide_closed_none{
    display: none;
}
.guide_reserve, .guide_closed{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
    font-size: 2.2rem;
}
.guide_reserve::before{
    content: "";
    display: inline-block;
    width: 2.0rem;
    height: 2.0rem;
    border-radius: 50%;
    margin-right: 4px;
}
.guide_closed::before{
    content: "";
    display: inline-block;
    transform: rotate(-45deg);
    background-color: #333;
    width: 24px;
    height: 1px;
    margin-right: 4px;
}

/* ここから追加 */
@media(max-width: 1800px) {
    .logo{
        width: 142px;
    }
    /* ナビの予約ボタン */
    .nav-text{
        font-size: 1.6rem;
    }
    .button-reservation-head{
        padding: 8px 20px;
    }
    /* 営業時間 */
    .opening-time{
        font-size: 1.3rem;
    }
    /* トップ予約ボタン */
    .text_wrapper{
        max-width: 320px;
    }
    .reservation_container{
        padding: 40px 32px 40px 32px;
    }
    .main-reserve-text{
        font-size: 1.8rem;
    }
    .reservation-main{
        padding: 12px 24px;
    }
    .reserve-text{
        font-size: 1.5rem;
    }
    /* About */
    .about_text{
        max-width: 360px;
    }
    .mark{
        width: 80px;
    }
    .about{
        font-size: 1.5rem;
    }
    .about_desc{
        font-size: 1.4rem;
    }
    /* スケジュール */
    .schedule_title{
        font-size: 1.8rem;
    }
    .guide_reserve, .guide_closed{
        font-size: 1.4rem;
    }
    /* フッター */
    .access_title{
        font-size: 4.0rem;
    }
    .access_text_main{
        font-size: 1.8rem;
    }
    .insta_button_icon{
        width: 20px;
        height: 20px;
    }
    .access_text{
        font-size: 1.4rem;
    }
    .map_text{
        font-size: 1.4rem;
    }
    .access_desc{
        font-size: 1.4rem;
    }
    .privacypolicy_link{
        font-size: 1.2rem;
    }
    .copyright{
        font-size: 1.2rem;
    
    }
}
@media(max-width: 1024px) {
    .reservation_container {
        padding: 24px;
    }
    .main-reserve-text {
        font-size: 1.6rem;
    }
    .reservation-main{
        padding: 8px 20px;
    }
    .logo{
        width: 112px;
    }
    .about_text {
        right: 7%;
        width: 32%;
    }
    .content_top{
        width: 240px;
     }
     .content_bottom{
        width: 420px;
      }
      .text_wrapper {
        max-width: 260px;
    }
    .reservation_container {
        padding: 18px;
    }

    /* フッター */
    .access_left {
        width: 57.9%;
        padding: 40px;
    }
    .access_title{
        font-size: 3.2rem;
        margin-bottom: 32px;
    }
    .access_text_main{
        font-size: 1.6rem;
    }
    .access_text{
        font-size: 1.2rem;
    }
    .map_text{
        font-size: 1.2rem;
    }
    .map_icon{
        font-size: 1.4rem!important;
    }
    
    .access_desc{
        font-size: 1.2rem;
    }
    .copyright{
        font-size: 1.0rem;
    
    }
    .access_right {
        width: 42%;
        padding: 40px;
    }
    .footer_reservation {
        padding: 20px;
    }
    .footer_reserve-text{
        font-size: 1.2rem;
    }
    .reservation-footer {
        padding: 6px 18px;
    }
}

@media(max-width: 768px) {
    /* about pillowsカラム落ち */
    .visual_wrapper{
        display: block;
        margin-top: 28%;
    }
    .about_text {
        padding-top: 64px;
        width: 80%;
        margin: 0 auto;
    }
    .visual_image01 {
        width: 64%;
    }
    /* 2枚の写真整列 */
    .pictures_wrapper {
        flex-direction: column;
        margin-top: 64px;
    }
    .pictures_container{
        width: 100%;
    }
    .pictures_container:first-of-type{  
        margin-bottom: 12%;
    }
     /* フッターカラム落ち */
     .footer_container {
        flex-direction: column;
    }
    .access_left{
        width: 100%;
        margin-bottom: 0.1%;
    }
    .access_right {
        width: 100%;
        height: 320px;
    }
    /* スケジュール */
    .schedule{
        margin-top: 28%;
    }
}
@media(max-width: 560px) {
    .button-reservation-head {
        padding: 6px 16px;
    }
    .nav-text {
        font-size: 1.4rem;
    }
    /* TOPのメイン写真をスマホ版に変更 */
    .top_main{
        background: #fff url(../image/main_image_sp.png) no-repeat center top;
        background-size: cover;
    }
    /* トップのメイン予約カラム落ち */
    .upper_wrapper {
        flex-direction: column;
        align-items: normal;
    }
    .mark {
        width: 64px;
    }
    .open_content {
        margin-bottom: 24px;
    }
    .reservation_container {
        width: 100%;
        padding: 36px 24px;
    }
    .text_wrapper {
        max-width: 400px;
    }
    .reservation-main {
        padding: 14px 28px;
    }
    .main-reserve-text{
        letter-spacing: 0.04rem;
    }
    /* placeサイズ変更 */
    .content_top{
        width: 200px;
     }
     .content_bottom{
        width: 360px;
      }
    /* フッター */
    .footer_container {
        width: 90%;
        margin: 96px auto 20px;
    }
    .footer_reservation {
        width: 100%;
    }
    .footer-main-reserve-text{
        font-size: 1.4rem;
        letter-spacing: 0px;
    }
    .access_left{
        padding: 40px 32px;
    }
    .access_right{
        padding: 32px;
    }
}


