body {
    margin-bottom: 0;
    margin-left: 0;
}

.respon_top {
    display: none;
}

#nav {
    display: none;
}

.res_wedding {
    display: none;
    float: left;
}

.res_set {
    display: none;
}

.res_footer_nav {
    display: none;
}

.res_p {
    display: none;
}

.copyright {
    margin-bottom: 0;
}

.res_re_img img {
    display: none;
}


a[href^="tel:"] {
    pointer-events: none;
}


@media  screen and (max-width : 1100px) {
    body {
        margin: 0;
    }

    #body {
        width: 100%;
        margin: 0 auto;
    }

    .nav {
        text-align: right;
    }

    .nav {
        display: none;
    }

    #nav {
        display: block;
        z-index: 10;
    }
  
    .main_images {
        width: 100%;
    }

    h1, h2 {
        font-size: 24px;
    }


    p {
        font-size: 16px;
    }




/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
.menu-btn{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:rgba(255, 255, 255, 0.5);
    border: 1px solid #333;
    border-radius: 3px;
  }
  
  /*----------------------------
  * メニュー本体
  *----------------------------*/
  .menu{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:#890032;
    opacity: 0.8;
  }
  .menu__item{
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
  }
  
  /*----------------------------
  * アニメーション部分
  *----------------------------*/
  
  /* アニメーション前のメニューの状態 */
  .menu{
    transform: translateX(100vw);
    transition: all .3s linear;
  }
  /* アニメーション後のメニューの状態 */
  .menu.is-active{
    transform: translateX(0);
  }
  
  .menu__item a{
      color: #fff;
  }
  
  .menu__item a:hover {
      border: 1px solid #fff;
      padding:  10px 30px 10px 30px;
      transition: 0.5s;
  }


/*
special page
*/


    .comment1 {
        height: 100%;
    }

    
    .wedding {
        opacity: 0.4;
        bottom: 0;
    }

    .plan {
        top:20px;
        bottom:0;
        left: 0;
        right: 0;
        margin: auto;
        height: 100%;
    }

    .plan img{
        width: 70%;
    }


    .comment2 {
        background-image: none;
        border: 3px solid rgb(216, 166, 0);
    }


/*
rental page
*/

    .rent table {
        margin: auto;
    }

    .rent1, .rent2 , .rent3 {
        height: 100%;
    }

    .rent3_con, .rent2_con {
        margin: auto;
    }

    .address {
        flex-direction: column;
    }

    iframe {
        width: 60%;
        margin: auto;
    }

    .address table {
        margin: auto;
        margin-top: 20px;
    }




    .rent_img1, .rent_img2, .rent_img3 {
        display: none;
    }

/*
footer
*/

    .footer_nav {
        display: none;
    }

    .res_footer_nav {
        padding-top: 20px;
        display: block;
        padding-left: 0;
    }

    .copyright {
        margin-top: 40px;
    }


   
}







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

    a[href^="tel:"] {
        pointer-events: auto;
    }
    

    .pc_p {
        display: none;
    }

    .res_p {
        margin: auto;
        width: 80%;
        display: block;
        font-size: 14px;
        line-height: 1.5;
    }
    @media screen and (max-width:540px) {
        .res_p {
            position: inherit;
            margin: auto;
            width: 80%;
            display: block;
            font-size: 14px;
            line-height: 1.5;
            top: 0;
            left: 0;
        }
    }

    .res_p_set span{
        font-weight: bold   ;
    }

    .nav {
        display: none;
    }

    .respon_nav {
        display: block;
    }

    .respon_nav li {
        display: flex;
        flex-direction: column;
    }

    .main_images {
        display: none;
    }


    .respon_top {
        display: block;
        width: 95%;
        margin: auto;
    }

    .respon_top img {
        width: 100%;
    }

    .container1 {
        height: 100%;
        background-image: none;
        background-color: rgba(252, 238, 237, 1);
    }
    
    .wedding {
        display: none;
    }

    .res_wedding {
        display: block;
        opacity: 0.3;
    }

    @media screen and (max-width:540px) {
        .res_wedding {
            display: block;
            opacity: 0.3;
            position: absolute;
            bottom: -20px;
            bottom: 0;
        }
    }

    .res_p_set img {
        width: 95%;
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .set {
        display: none;
    }

    .res_set {
        display: block;
        width: 100%;
    }


    .comment3 th, .comment3 span {

        font-size: 12px;
        line-height: 1.5;
    }

    .comment3 th, .comment3 td {
        width: 100%;
        display: block;
    }

    .comment3 img {
        width: 70%;
    }


    iframe {
        width: 80%;
    }

    .number {
        width: 90%;
    }

    .number_p {
        width: 80%;
        margin: auto;
    }

    .mail_contact {
        width: 90%;
    }

    .link {
        padding: 15px 50px 15px 50px;
        margin-top: 10px;
    }


    .brides {
        display: none;
    }

    .brides_icon {
        padding-top: 20px;
        margin: auto;
    }

    .nagare img {
        display: none;
    }

    .res_re_img img {
        display: block;
        width: 80%;
        margin: auto;
        
    }


    .comment2>p {
        width: 80%;
        margin: auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .rent1 {
        background-image: url('../images/res_rent1_bg.jpg');
    }

    .rent2 {
        background-image: url('../images/res_rent2_bg.jpg');
    }

    .rent3 {
        background-image: url('../images/res_rent3_bg.jpg');
    }

   

    .rent table, .rent2_con p , .rent3_con p {
        font-size: 16px;
        margin: auto;
    }

    .rent2_con p , .rent3_con p, .rent4 p {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .rent3_con p {
        width: 90%;
        margin: auto;
    }

    .rent4 p {
        margin-bottom: 0;
    }

    .rent table th {
        display: block;
        width: 100%;
    }

    .rent4 {
        background-color: rgb(237, 197, 255) ;
    }

    .rent4_img {
        display: none;
    }




    .copyright {
        font-size: 12px;
    }

}

