@charset "utf-8";
/* フォント設定 */
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@700&display=swap');
/* @font-face {
    font-family: 'notosanscjkjp';
    src: url('./font/NotoSansCJKjp-Regular.woff');
    font-weight: 400;
} */
@font-face {
    font-family: 'notosanscjkjp';
    src: url('./fonts/NotoSansCJKjp-Regular.woff');
    font-weight: 400;
}
@font-face {
    font-family: 'notosanscjkjp';
    src: url('./fonts/NotoSansCJKjp-Bold.woff');
    font-weight: bold;
}

.sp {
    display: none;
}


body {
    
    font-family: 'notosanscjkjp', sans-serif;
    text-align: justify;
    text-justify: inter-ideograph;
}



header{
    position: relative;
    z-index: 999;
}

a{
    transition:all 0.3s ease; /*0.3秒かけて要素を変化させる*/
}

a:hover {
     opacity: 0.8;/*要素の透明度を指定*/
}

.head .logo {
    position: absolute;
    left: 50px;
    top: 50px;
}


.head_right{
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
}

.head_tel{
    width: 270px;
    margin-right: 30px;
}

.sns{
    margin-top: 2px;
}

.sns img{
    width: 28px;
    height: auto;
}


.head .logo img{
    width: 170px;
}

.first {
    background-image: url('image2/fv-100.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    z-index: 1;
    /* background-attachment: fixed; */
}

.first h1{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #fff;
    letter-spacing: 8px;
    font-family: 'Noto Serif JP', serif;
    font-family: 'Shippori Mincho', serif;
    font-weight: 100;
}

.raiten {
    max-width: 745px;
    width: 100%;
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 40px 30px;
    border: 2px solid #fff;
}

.raiten h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
}

.raiten p {
    font-size: 20px;
    line-height: 1.8;
}



.w1000 {
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
    padding: 5% 15px 8%;
    text-align: center;
}



#yoyaku{
    background-color: #dcdcdc;
}


#yoyaku h2 {
    font-size: 28px;
    margin-bottom: 30px;
}

#yoyaku .yoyaku_text{
    font-size: 18px;
    line-height: 1.8;
    /* 後で消す */
    margin-bottom: 20px;
}

.menu {
    background-color: #000;
    color: #fff;
    padding: 35px;
    margin: 20px 0 50px;
}

.menu_text{
    font-size: 20px;
    font-weight: bold;
}

.menu_text_sml {
    margin: 15px 0 30px;
    font-size: 15px;
}

.menu_link {
    margin: 0 auto;
    width: 40%;
    border: 1px solid #fff;
}

.menu_link a{
    display: block;
    padding: 15px 0;
    font-size: 18px;
    line-height: 1.2;
}

.menu_link a span{
    font-size: 13px;
}

.yoyaku_link,
.yoyaku_tel {
    margin-bottom: 10px;
}


.other {
    text-align: left;
    font-size: 15px;
    margin-bottom: 50px;
    line-height: 2;
}

.colona {
    margin-bottom: 30px;
    padding-top: 50px;
    border-top: 1px solid #000;
}

.colona h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.colona p {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
}


#rental h2{
    font-size: 28px;

}

.subtitle {
    margin: 10px;
    font-size: 25px;
}

.rental_box {
    margin: 50px 0;
}



.rental_box h3 {
    font-size: 28px;
}


.gray {
    font-size: 22px;
    margin: 20px auto;
    padding: 10px;
    width: 60%;
    background-color: #dcdcdc;
    letter-spacing: 1.2px;
}
.title1 {
    font-size: 25px;
    margin-bottom: 15px;
}

.title1:last-child {
    margin: 15px 0;
}

.rental_text{
    font-size: 16px;
    line-height: 1.8;
}

.contact {
    display: flex;
    justify-content: space-between;
}

.con_left,
.con_right {
    width: 49%;
}


#combnr {
    padding: 80px 0;
    width: 100%;
    background-color: #989898;
    color: #fff;
    text-align: center;
}

#combnr h2 {
    font-size: 58px;
    font-family: 'arial unicode ms',sans-serif;
    font-weight: 100;
    margin-bottom: 25px;
}

#combnr p{
    font-size: 17px;
    line-height: 2;
}

.map iframe {
    width: 100%;
    height: 477px;
}

footer {
    max-width: 1000px;
    margin: 0 auto;
}


.footer {
    margin: 13% 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.foot_logo {
    width: 43%;
}

.foot_logo a:hover{
    opacity: 1;
}


.access {
    font-size: 15px;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    padding-right: 5%;
    padding-left: 5%;
    line-height: 1.5;
}


.foot_sns img {
    width: 48px;
    height: auto;
}

.copy  {
    margin: 20px 0; 
    text-align: center;
    font-size: 13px;
}



.yoyaku_fixed {
    z-index: 1000;
    width: 220px;
    position: fixed;
    top: 72%;
    right: 2%;

}



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


    .pc{
        display: none;
    }

    .sp {
        display: block;
    }
    
    
    





    .yoyaku_fixed_sp {
        z-index: 1000;
        width: 100%;
        position: fixed;
        bottom: 0;
        right: 0;
    }

    

    .first {
        background-position: center left 40% ;
        background-image: url('image2/fv-100.jpg');
         background-size: cover;
         background-repeat: no-repeat;
         height: 100vh;
         position: relative;
         z-index: 1;
        
        
    }




    .first h1{
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        top: 210px;
        left: 7%;
        font-size: 18px;
        letter-spacing: 2px;
    }
    
    .head .logo {
        width: 38vw;
         position: absolute;
         left: 17%;
         top: 70px;
     }


    .head_right{
        top: 15px;
        right: 15px;
    }

    .head_tel{
        width: 160px;
        margin-right: 15px;
    }

    .sns{
        margin-top: 0px;
    }

    .sns img{
        width: 17px;
    }


    .head .logo img{
        width: 100%;
    }
    
    
    
    /* 固定用ヘッダー */
     .fix-header{
        width: 100%;
        padding: 10px;
         background-color: rgba(152, 152, 152, .95);
         top: -50px;
         left: 0;
         position: fixed;
         opacity: 0;
         z-index: 1001;
         border-bottom: none;
         /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); */
     }
     
     .flx {
        display: flex;
        position: relative;
     }
     
     .nav_logo{
        
        width: 48px;
        height: auto;
     }
     
     .fix-header .head_right{
        position: absolute;
        top: 5px;
        right: 0;
     }
    
    


    .raiten {
        width: 95%;
        top: 76vh;
        padding: 10px 10px;
    }

    .raiten h2 {
        font-size: 19px;
        margin-bottom: 8px;
    }

    .raiten p {
        font-size: 14px;
        line-height: 1.5;
    }


    .w1000{
        padding: 15% 0;
    }





   /* #yoyaku{
    padding: 15px;
   } */


    #yoyaku h2 {
        font-size: 19px;
        margin-bottom: 15px;
    }

    #yoyaku .yoyaku_text{
        font-size: 15px;
        line-height: 1.5;
        /* 後で消す */
         margin-bottom: 30px;
    }

    .menu {
        padding: 30px;
        margin: 20px 0 50px;
    }

    .menu_text{
        font-size: 18px;
        line-height: 1.5;

    }

    .menu_text_sml {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.5;
    }

    .menu_link {
        width: 100%;
    }

    .menu_link a{
        font-size: 16px;
    }

    .menu_link a span{
        font-size: 12px;
    }

    .yoyaku_link {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .yoyaku_tel {
        padding: 0 15px;
        margin-bottom: 0;
    }

    .other {
        margin-bottom: 20px;
        padding: 30px 15px 10px;
        font-size: 13px;
    }

    .colona {
        padding-top: 30px;
        margin: 15px;
    }

    .colona h3 {
        font-size: 18px;
    }

    .colona p {
        font-size: 15px;

    }

    #rental h2 {
        font-size: 19px;
    }

    .subtitle {
        font-size: 17px;
        margin: 8px;
    }


    .rental_box h3 {
        font-size: 18px;
    }



    .rental_box {
        margin: 40px 0 50px;
    }


    .gray {
        font-size: 16px;
        margin: 20px auto;
        padding: 10px;
        width: 90%;
        letter-spacing: 1.2px;
    }
    .title1 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .title1:last-child {
        margin: 20px 0;
    }

    .rental_text{
        padding:  0 10px;
        font-size: 14px;
    }

    .contact {
        display: block;
        padding: 0 15px; 
    }

    .con_left,
    .con_right {
        width: 100%;
        margin-bottom: 30px;
    }


    #combnr {
        padding: 40px 0;
    }

    #combnr h2 {
        font-size: 35px;
        margin-bottom: 15px;
        letter-spacing: 5px;
    }

    #combnr p{
        font-size: 14px;
        line-height: 1.8;
    }

    .map iframe {
        height: 300px;
    }

    footer {
        max-width: 1000px;
        margin: 0 auto;
    }


    .footer {
        margin: 18% 30px 10%;
        display: block;
    }

    .foot_logo {
        margin: 0 auto;
        width: 75%;
        padding-bottom: 45px;
    }


    .access {
       margin: 0 auto;
       width: 80%;
        font-size: 12px;
        border-right: none;
        border-left: none;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 10% 10%;
        line-height: 1.8;
    }

    .foot_sns {
        width: 30px;
        margin: 0 auto;
        padding-top: 10%;
    }


    .foot_sns img {
        width: 30px;
    }

    .copy  {
        height: 100px;
    }



    .yoyaku_fixed {
        z-index: 1000;
        width: 220px;
        position: fixed;
        top: 72%;
        right: 2%;

    }





}

@media only screen and (max-width: 375px) {
    .copy  {
        height: 55px;
    }
}


@media only screen and (max-device-width: 375px) and (min-height: 700px) {
    .raiten {
         top: 65vh;
     }
}


/* 追加コンテンツcss */
#kodawari h2 {
   font-size: 28px;
   margin-bottom: 50px;
}
#kodawari .w1000 {
   padding-top: 0;
}
.ko-flx {
   display: flex;
   justify-content: space-between;
   margin-bottom: 30px;
}

.ko-img {
   width: 50%;
}

.ko-text {
   width: 45%;
}
.ko-img img {
   width: 100%;
   height: auto;
}

.ko-text {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: flex-start;
   text-align: justify;
   line-height: 1.5;
}

.ko-title {
   width: 65px;
   margin-bottom: 15px;
}

.ko-title img {
   width: 100%;
   height: auto;
}

@media only screen and (max-width: 768px) {
   #kodawari h2 {
      font-size: 19px;
      margin-bottom: 30px;
   }
   #kodawari .w1000 {
      padding-right: 15px;
      padding-left: 15px;
   }
   .ko-flx {
      display: block;
   }
   .ko-img {
      width: 100%;
   }
   
   .ko-text {
      width: 100%;
   }
   
   .ko-title {
      margin-top: 15px;
      width: 50px;
   }
}
