@charset "utf-8";

*, *::before, *::after {
    box-sizing: border-box;
}

* {
    text-decoration: none;
}

body {
    min-width: 1300px;
}

/* 戻るbutton */
.Top {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    width: 80px;
    height: 50px;
    border-radius: 20px;
    background-color: #333;
    color: white;
    border: 1px solid;
    border-color: white;
    position: fixed;
    right: 0;
    bottom: 0;
    margin-right: 20px;
    margin-bottom: 130px;
}

.Top:hover::after{
    width: 0%;
}

/* ヘッダー*/


/* ナビタグ  */
nav > div {
    height: 100px;
    background-image: url(../web_site/IMG/c100.png);
    margin-bottom: 10px;   
}

nav > img {
    width: 100%;
}

nav a {
    color: #333
}

nav ul li {
    display: inline-block;
    margin: 20px 30px;
    font-size: 18px;
    font-weight: bold;
}

a{
    position: relative;
    display: inline-block;
}

a::after {
    /* position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    background-color: #31aae2;
    transition: .3s;
    transform: translateX(-50%); */
}

a:hover::after{
    width: 100%;
}


.menu {
    width: 100%;
    text-align: center;
}


.menu > ul > a > img {
    height: 100px;
    margin-top: 20px;
    border-radius: 15px;
}

.menu > ul > li > ul > li {
    margin: 0;
}

.menu > ul > li > ul > li {
    padding-top: 20px;
    padding-left: 20px;
}

.menu > ul > li > ul {
    padding-bottom: 20px;
    z-index: 1;
}

.menu > ul > li > a {
    display: flex;
    position: relative;
}

.menu > ul > li > ul {
    display: none;
}

.menu > ul > li a:hover {
    color: rgb(6, 79, 236);
}

.menu > ul > li > ul a:hover {
    color: rgb(6, 79, 236);
}

.menu > ul > li > ul.active {
    display: block;
    position: absolute;
    width: 350px;
    border-radius: 15px;
    background-color: rgb(246, 248, 240);
}

.menu > ul > li > ul a {
    text-decoration: none;
}

.web li {
    display: list-item;
}

.app > li {
    display: list-item;
}

.affiliate > li {
    display: list-item;
}

.rental > li {
    display: list-item;
}

.plaza > li {
    display: list-item;
}

.app > li > a > span {
    color: red;
}

.app_m > a {
    font-size: 17px;
}


.app_ky {
    font-size: 10px;
    margin-left: 30px;
}

.app_m > p {
    font-size: 15px;
    margin-left: 30px;
}

.web_cm > li {
    display: none;
}

.web_cm.active > li {
    display: block;
    font-size: 17px;
    padding-left: 30px;
    padding-top: 20px;
    margin: 0 auto;
}

.app_m > li {
    display: none;
}

.app_m.active > li {
    display: block;
    font-size: 15px;
    padding-left: 10px;
    padding-top: 20px;
    margin: 0 auto;
}

.minna > li {
    display: none;
}

.minna.active > li {
    display: block;
    font-size: 17px;
    padding-left: 30px;
    padding-top: 20px;
    margin: 0 auto;
}

/* メイン */

main {
    width: 100%;
    background-color: aliceblue;
    color: #111;
    height: auto;
}

main > ul {
    margin-top: 60px;
    font-size: 30px;
    line-height: 2em;
}

main h2 {
    display: flex;
    font-size: 30px;
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
}

#info {
    margin-top: 100px;
    margin-left: 50px;
    font-size: 25px;
}

.cal_wrapper {
    max-width: 80%;
    min-width: 300px;
    margin: 2.0833% auto;
    margin-bottom: 100px;
    }
    
.googlecal {
    position: relative;
    padding-bottom: 100%;
    height: 0;
}
    
.googlecal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.cal_wrapper > text {
    margin-left: 5%;
    font-size: 23px;
    line-height: 1.0;
}


.plan {
    margin-left: 10%;
    align-items: center;
    width: 90%;
}

.plan_1 {
    margin-left: 100px;
}

.plan > div {
    width: 90%;
}

.title_p > p {
    align-items: center;
    width: 90%;
    margin-left: 100px;
    line-height: 1.3em;
    margin-bottom: 20px;
    font-size: 18px;
}

.plan img {
    width: 230px;
    height: 270px;
}

.plan_p {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    background-image: url(./IMG/b017.jpg);

}

main p {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 20px;
}

.bana a img {
    border-radius: 5px;
    width: 280px;
    height: 120px;
    margin-left: 200px;
    margin-bottom: 100px;
}

.reservation_B {
    font-size: 23px;
    margin-left: 150px;
    margin-top: -40px;
    margin-bottom: 40px;
}

.reservation_B > a {
    position: relative;
    display: inline-block;
    line-height: 1.3em;
}

/* フッター */


footer > div {
    text-align: center;
    height: 150px;
    padding-top: 40px;
    background-image: url(../web_site/IMG/b100.jpg);
}

footer > div > a > img {
    border-radius: 15px;
}


/* スマホ対応 800px以下 */

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

.plan img {
    width: 210px;
    height: 280px;
}


}




/* スマホ対応 415px以下 */

@media screen and (max-width: 415px){
    .Top {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 40px;
        width: 200px;
        height: 170px;
        border-radius: 20px;
        background-color: #777;
        color: white;
        border: 1px solid;
        border-color: white;
        position: fixed;
        right: 5px;
        bottom: 150px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
    
    .Top:hover::after{
        width: 0%;
    }

    .hamburger_menu {
        position: fixed;
        width: 200px;
        height: 170px;
        border-radius: 20px;
        background-color: #777777;
        z-index: 1;
        top: 200px;
        right: 5px;
    }
    
    .hamburger_menu span {
        height: 5px;
        width: 50%;
        background-color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: .3s;
    }
    
    .hamburger_menu span:nth-of-type(1) {
        transform: translate(-50%, -30px);
    }
    
    .hamburger_menu span:nth-of-type(3) {
        transform: translate(-50%, 30px);
    }
    
    .hamburger_menu.hamburger span:nth-of-type(2) {
        opacity: 0;
    }
    
    .hamburger_menu.hamburger span:nth-of-type(1) {
        transform: rotate(45deg) translate(-50%, 0px);
        transform-origin: 0% 50%;
    }
    
    .hamburger_menu.hamburger span:nth-of-type(3) {
        transform: rotate(-45deg) translate(-50%, 0px);
        transform-origin: 0% 50%;
    }
    
    body {
        max-width: 100%;
    }

    .head {
        height: 250px;
    }
    
    /* ナビ */

    nav > div {
        height: 100px;
        background-image: url(../web_site/IMG/c100.png);
        margin-bottom: 10px;   
    }

    nav > img {
        width: 100%;
    }


    /* nav {
        display: block;
        background-color: rgb(246, 248, 240);
        white-space: nowrap;
        height: 200px;
        width: 100%;
        padding-top: 40px;
        margin-left: auto;
        margin-right: auto;
    } */

    /* nav img {
        display: block;
        width: 900px;
        height: 600px;
        border-radius: 40px;
        margin-left: auto;
        margin-right: auto;
        background-size: cover;
    } */

    .menu > ul {
        width: 400px;
    }

    .menu > ul > li {
        display: none;
    }

    .menu > ul > a {
        display: none;
    }

    .menu.hamburger > ul > li {
        display: block;
    }

    .menu.hamburger > ul > a {
        display: block;
        font-size: 60px;
        margin-left: 35px;
        margin-top: 50px;
        margin-bottom: 150px;
    }


    nav a{
        color: #fff;
    }

    .menu > ul > a {
        font-size: 40px;
    }

    .menu.hamburger {
        display: flex;
        position: fixed; 
        width: 1000px;
        height: 3500px;
        background-color: #333;
        top: 0px;
        opacity: 0.9;
        z-index: 2;
    }


    .menu.hamburger > ul {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: auto;
        margin-top: 200px;
        padding-top: 100px;
    } 

    .menu.hamburger > ul > li {
        font-size: 45px;
        margin-top: 60px;
    }
   
    .menu > ul > li > ul.active {
        position: static;
        background-color: transparent;
        margin-top: 50px;
        margin-bottom: 50px;
        color: #fff;
    }

    .menu > ul > li > ul.active > li {
        margin: 10px auto;
        margin-left: 30px;
        font-size: 60px;
    }

    .menu > ul > li > ul > li {
        padding-top: 50px;
        padding-left: 50px;
    }

    .web_cm.active > li {
        display: block;
        font-size: 40px;
        padding-left: 100px;
        padding-top: 20px;
        margin: 30px auto;
    }

    .app > .app_m {
        font-size: 40px;
    }
    
    .app_ky {
        font-size: 40px;
        margin-left: 30px;
    }
    
    .app_m > p {
        font-size: 40px;
        margin-left: 30px;
    }

    .app_m > a {
        font-size: 40px;
    }
    
    .app span {
        color: red;
    }
    
    .app_m span {
        color: red;
    }

    .app_m.active > li {
        display: block;
        font-size: 40px;
        padding-left: 30px;
        padding-top: 80px;
        margin: 0 auto;
    }

    .minna.active > li {
        display: block;
        font-size: 40px;
        padding-left: 60px;
        padding-top: 80px;
        margin: 0 auto;
    }

    /* メイン */


    main {
        width: 100%;
        height: auto;
        background: rgb(237, 252, 250);
        color: #111;
        padding-bottom: 200px;
    }

    main h2 {
        display: flex;
        font-size: 70px;
        padding-top: 50px;
        padding-left: 50px;
        padding-bottom: 50px;
    }

    main h3 {
        font-size: 30px;
        padding-left: 50px;
    }

    .guest_info {
        color: red;
        font-size: 15px;
        margin-left: 100px;
    }

    .guest_info_A {
        color: red;
        font-size: 27px;
        margin-left: 30px;
    }

    main > ul {
        width: 1200px;
        margin-left: 50px;
        margin-top: 60px;
        font-size: 27px;
        line-height: 1.3em;
    }

    a {
        position: relative;
        /* display: inline-block; */
    }

    .bana a img {
        border-radius: 5px;
        width: 90%;
        height: 100%;
        text-align: center;
        margin-bottom: 100px;
    }



    .reservation_B {
        font-size: 33px;
        margin-left: 150px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .plan img {
        width: 230px;
        height: 300px;
    }

    .price_farm P {
        font-size: 27px;
    }

    .price_farm span {
        position: absolute;
        right: 0px;
    }
    .price_farm > p > span {
        position: static;
        font-size: 23px;
        right: 20px;
        display: block;
        float: right;
    }
    
    .price_farm .b {
        display: block;
        float: right;
        margin-left: 100px;
    }

    .price_farm .farm_fa li {
        font-size: 25px;
    }

    .farm_fa {
        margin-left: 0px;
    }

    .price_farm P {
        list-style-type: square;
        margin-left: 50px;
        font-size: 27px;
    }

    .farm_fa li {
        list-style-type: square;
        margin-left: 200px;
        font-size: 23px;
    }

    .farm_fa p {
        list-style-type: square;
        margin-left: 50px;
        font-size: 25px;
    }

    .farm_p span {
        right: 0;
    }

    .price_farm > ul {
        font-size: 25px;
    }

    .price_farm > .fm_ifo {
        font-size: 22px;
    }

    table {
        margin-left: 100px;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .price_a > th {
        width: 200px;
        text-align: left;
        font-size: 20px;
    }

    .reservation_B {
        margin-bottom: 50px;
    }

    table td {
        font-size: 23px;
    }

    .title_p {
        font-size: 30px;
        font-weight: bold;
    }

    .title {
        font-size: 33px;
        color: rgb(86, 68, 245);
        font-weight: bold;
    }

    .title_p > p {
        align-items: center;
        width: 90%;
        /* margin-left: 100px; */
        line-height: 1.3em;
        margin-bottom: 20px;
        font-size: 29px;
    }

    .plan_1 {
        margin-left: 30px;
        width: 100%;
        text-align: center;   
        margin-bottom: 50px;    
    }

    .plan img {
        width: 80%;
        height: 80%;
        border-radius: 10px;
    }

    

    /* フッター */

    .footer_Menu {
        width: 100%;
        height: 70px;
        background-image: url(./IMG/b100.jpg);    
    }


}









