@charset "UTF-8";


/*****************
共通
*/

.fv_area  {
    background-image: url(../about_FV.jpg);
}

h2 {
    padding: 80px 0 48px;
    margin: 0;
}

p {
    max-width: 640px;
    margin: 16px auto;
}

#nav .item.one .icon {
    background-image: url(../unusual.jpg);
    background-size: 150%;
    background-position: center;
}

#nav .item.two .icon {
    background-image: url(../attraction-2.jpg);
    background-size: 160%;
    background-position: 70% 50%;
}

#nav .item.three .icon {
    background-image: url(../wooddeck.jpg);
    background-size: 160%;
    background-position: 70% 50%;
}

#nav .item.four .icon {
    background-image: url(../room-1.jpg);
    background-size: 160%;
    background-position: center;
}

#nav .item.five .icon {
    background-image: url(../access.jpg);
    background-size: 160%;
    background-position: center;
}

.circle-heading {
    padding-left: 32px;
    position: relative;
}

.circle-heading::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    border-radius: 24px;
    background: #77AE7D;
}

@media screen and (min-width: 1280px) {
    .nami {
        height: 200px;
        width: 100%;
    }
}

/***************
空間
*/

#kukan {
    max-width: 1280px;
    margin: 0 auto;
    display: block;
}

#kukan p {
    margin: 16px auto 16px 0;
}

#kukan .image-wrapper {
    max-width: 600px;
    margin: 16px 0 16px auto;
}

#kukan .image-wrapper .img-1 {
    width: 70%;
    display: block;
    margin: 16px 0 0 auto;
}

#kukan .image-wrapper .img-2 {
    width: 50%;
    display: block;
    margin: -32px auto 16px 0;
}

#kukan .fukidashi {
    font-size: 0.9em;
    font-weight: bold;
    width: fit-content;
    margin: 64px auto 16px;
    position: relative;
}

#kukan .fukidashi::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 20px;
    top: 0;
    left: -20px;
    transform: rotate(-30deg);
    background: #6B6350;
}

#kukan .fukidashi::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 20px;
    top: 0;
    right: -20px;
    transform: rotate(30deg);
    background: #6B6350;
}

#kukan .box {
    display: flex;
    justify-content: stretch;
    width: 95%;
    max-width: 300px;
    margin: 0 auto;
}

#kukan .box .image {
    background-image: url(../pet_FV.jpg);
    background-size: 100%;
    background-position: 50% 60%;
    width: 60%;
    height: 100px;
    display: inline-block;
}

#kukan .box a {
    background: #99E38F;
    padding: 16px 8px 48px;
    height: 100px;
    width: 40%;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
}

#kukan .box a::after {
    position: absolute;
    content: '';
    right: 50%;
    transform: translateX(50%);
    bottom: 8px;
    margin: auto;
    width: 54px;
    height: 24px;
    background-image: url("../arrow-right-brown.svg");
    background-size: 100% 100%;
    opacity: 1;
    transition: all .25s;
}

#kukan .box a:hover::after {
    right: 32px;
    opacity: 0;
}

@media screen and (min-width: 1024px) {
    #kukan .flex-wrapper{
        display: flex;
        justify-content: space-between;
    }

    #kukan .flex-wrapper div {
        width: 45%;
    }

    #kukan .image-wrapper .img-1{
        width: 80%;
    }

    #kukan .image-wrapper .img-2{
        width: 60%;
        margin: -48px auto 0 0;
    }

    #kukan .box {
        margin: 32px auto;
    }
}

/******************
魅力
*/

#miryoku {
    background-color: #EEEADD;
    padding-top: 32px;
    padding-bottom: 32px;
    position: relative;
}

#miryoku.basic_block {
    margin: 0;
    max-width: none;
}

#miryoku .main-content {
    max-width: 1280px;
    margin: 0 auto;
    z-index: 30;
    position: relative;
}

#miryoku .brown-curve {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#miryoku .content {
    margin-top: 16px;
    margin-bottom: 80px;
    padding: 0 16px;
    border: #6B6350 solid 1px;
}

#miryoku .content h3 {
    width: 140px;
    margin: auto;
    padding: 0 32px;
    background-image: url("circle_green.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -32px;
    background-color: #EEEADD;
    text-align: center;
}

#miryoku .content img {
    width: 90%;
    max-width: 400px;
    margin: 32px auto;
    display: block;
}

@media screen and (min-width: 800px) {
    #miryoku .flex-wrapper {
        display: flex;
        justify-content: space-around;
    }

    #miryoku .content .image {
        width: 45%
    }

    #miryoku .content img {
        width: 100%;
    }

    #miryoku .content .text {
        width: 45%
    }

}


/*********************
過ごす
*/

#sugosu {
    position: relative;
    padding-top: 140px;
}

#sugosu .white-curve {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#sugosu h2 {
    margin: 0 16px;
}

#sugosu h3 {
    position: relative;
    padding: 80px 0 16px 32px;
    margin: 0;
}

#sugosu h3::before {
    position: absolute;
    content: '';
    width: 56px;
    height: 88px;
    bottom: 24px;
    left: 0;
    background-size: 100%;
}

#sugosu .space h3::before {
    background-image: url(number1.png);
}

#sugosu #meal h3::before {
    background-image: url(number2_white.png);
}

#sugosu .room h3::before {
    background-image: url(number3.png);
}

#sugosu #customer h3::before {
    background-image: url(number4-white.png);
}

#sugosu .with-pet h3::before {
    background-image: url(number5.png);
}

#sugosu .back_white {
    background: white;
    color: #6B6350;
    border-radius: 32px;
    padding: 16px;
}

@media screen and (min-width: 1280px) {
    #sugosu h2 {
        max-width: 1280px;
        margin: 0 auto;
    }
}

/*****
設置スペースについて
*/

#sugosu .space {
    background-image: url(leaf-1.jpg);
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 16px;
}

#sugosu .space .item {
    margin: 64px auto;
}

#sugosu .space .image {
    width: 100%;
    max-width: 320px;
    display: block;
    margin: 16px auto;
}

#sugosu .space p {
    padding: 24px 16px;
    background: #EEEADD;
    border-radius: 32px;
    box-shadow: 0 4px 4px #a3a09a;
}

@media screen and (min-width: 640px) {

    #sugosu .space {
        background-image: url(leaf-2.jpg);
        background-size: 110%;
        background-repeat: no-repeat;
        background-position: 50% 30%;
        padding: 0 16px;
        max-width: 1280px;
        margin: 0 auto;
    }

    #sugosu .space .flex-wrapper {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    #sugosu .space .item {
        width: 45%;
    }

    #sugosu .space .item .image {
        max-width: none;
    }
}

/***
お食事のご案内
*/

#sugosu #meal {
    background-color: #B5946D;
    color: #FFF;
    padding: 32px 16px;
}

#sugosu #meal .main-content {
    max-width: 1280px;
    margin: 0 auto;
}

#sugosu #meal img {
    width: 90%;
    margin: 16px auto;
    display: block;
}

#sugosu #meal .item {
    margin: 48px 0;
}

@media screen and (min-width: 640px) {
    #sugosu #meal .bbq {
        display: flex;
        justify-content: space-around;
    }

    #sugosu #meal .image {
        width: 45%;
    }

    #sugosu #meal .image img {
        width: 100%;
    }

    #sugosu #meal .bbq p {
        width: 45%;
    }

    #sugosu #meal .back_white {
        height: 75%;
    }

    #sugosu #meal .wrapper {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        align-items: stretch;
    }

    #sugosu #meal .wrapper .item {
        width: 45%;
    }
}

@media screen and (min-width: 900px) {
    #sugosu #meal .wrapper .item {
        width: 30%;
    }
}

/******
お部屋について
*/

#sugosu .room {
    max-width: 1280px;
    margin: 0 auto;
    background-image: url(bg-green.jpg);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 64px 16px;
}

#sugosu .room img {
    width: 90%;
    max-width: 300px;
    margin: 32px auto;
    display: block;
}

@media screen and (min-width: 640px) {

    #sugosu .room {
        background-image: url(bg-green.jpg);
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
        padding: 64px 16px;
    }
    
    #sugosu .room .text-box {
        background: rgba(255,255,255,.7);
        border-radius: 32px;
        padding: 24px;
        margin: 0 auto 32px;
        display: block;
        width: fit-content;
    }

}

/**********
当館でお過ごしの方へ
*/

#sugosu #customer {
    background: #B5946D;
    color: white;
    padding: 32px 16px;
}

#sugosu #customer .main-content {
    max-width: 1280px;
    margin: 0 auto;
}

#sugosu #customer img {
    width: 90%;
    margin: 16px auto;
    display: block;
}

#sugosu #customer .back_white .checkin {
    border-bottom: #6B6350 solid 1px;
    width: fit-content;
    margin: auto;
    padding-bottom: 16px;
    font-weight: bold;
    text-align: center;
}

#sugosu #customer .back_white .time {
    font-size: 32px;
    margin: 16px auto;
}

#sugosu #customer .back_white .checkout {
    padding-top: 16px;
    font-weight: bold;
    text-align: center;
}

#sugosu #customer .text {
    margin: 32px auto;
}

#sugosu #customer .amenity {
    width: 90%;
    margin: 0 auto;
}

#sugosu #customer .amenity h4 {
    background: #77AE7D;
    padding: 16px;
    border-radius: 32px 32px 0 0;
    margin-bottom: 0;
    display: block;
    text-align: center;
}

#sugosu #customer .amenity p {
    display: block;
    background: white;
    color: #6B6350;
    padding: 32px 16px;
    margin: 0;
    border-radius: 0 0 32px 32px;
    max-width: none;
    text-align: center;
}

@media screen and (min-width: 480px) {
    #sugosu #customer .checkout br {
        display: none;
    }

    #sugosu #customer .checkout span {
        padding: 0 32px;
    }
}

@media screen and (min-width: 768px) {
    #sugosu #customer .check {
        display: flex;
        justify-content: space-between;
        max-width: 800px;
        margin: 32px auto;
    }

    #sugosu #customer .back_white .checkin {
        width: 45%;
        border-bottom: none;
        border-right: solid 1px #6B6350;
    }

    #sugosu #customer .back_white .checkout {
        width: 45%;
        padding-top: 0;
    }
}

/*********
ペットと一緒にいらっしゃる方へ
*/

#sugosu .with-pet {
    padding: 0 16px;
    max-width: 1280px;
    margin: 0 auto;
}

#sugosu .with-pet img {
    width: 90%;
    margin: 16px auto;
    display: block;
}

#sugosu nav {
    padding: 24px 0;
    margin-bottom: 48px;
}

#sugosu nav a {
    padding: 16px 0 48px;
    margin: 8px auto;
    display: block;
    width: 90%;
    text-align: center;
    font-weight: bold;
    background: #99E38F;
    border-radius: 32px;
    position: relative;
    transition: .3s;
}

#sugosu nav a:hover {
    background: #77AE7D;
}

#sugosu nav a::after {
    position: absolute;
    content:'';
    width: 24px;
    height: 48px;
    bottom: -8px;
    right: 50%;
    transform: translateX(50%);
    background-image: url(brown-arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    transition: .3s;
}

#sugosu nav a:hover::after {
    bottom: -16px;
}

#sugosu .with-pet  ul {
    margin: 32px auto;
    padding-left: 32px;
    width: fit-content;
}

#sugosu .with-pet ul li {
    position: relative;
    margin: 16px 0;
}

#sugosu .with-pet ul li::before {
    position: absolute;
    content:'';
    width: 16px;
    height: 16px;
    top: 3px;
    left: -32px;
    background-color: #77AE7D;
    border-radius: 16px;
}

#sugosu .with-pet .table-wrapper {
    overflow-x: scroll;
}

#sugosu .with-pet table {
    border: #6B6350 solid 1px;
    margin: 48px auto;
    text-align: center;
    border-collapse: collapse; 
    width: 100%;
    min-width: 400px;
    white-space: nowrap;
}

#sugosu .with-pet table .head {
    background: #77AE7D;
    color: white;
    font-weight: bold;
}

#sugosu .with-pet table th {
    background: #77AE7D;
    color: white;
    padding: 8px 0;
    border: solid 1px #6B6350;
}

#sugosu .with-pet table td {
    padding: 16px 0;
    border: solid 1px #6B6350;
    width: 40%;
}



@media screen and (min-width: 640px) {
    #sugosu .with-pet nav {
        display: flex;
        justify-content: space-around;
    }

    #sugosu .with-pet nav a {
        width: 30%;
    }

    #sugosu .with-pet .flex-wrapper {
        display: flex;
    }

    #sugosu .with-pet .image {
        width: 45%;
    }

    #sugosu .with-pet .image img {
        width: 100%;
    }

    #sugosu .with-pet .flex-wrapper p {
        width: 45%;
    }

    #sugosu .with-pet table tr {
        border-bottom: solid 1px #6B6350;
    }
}

/***********
宿泊プランについて
*/

#plan h2 {
    padding-top: 0;
    margin-top: 48px;
}

#plan .green-back {
    background: #C5F5D7;
    position: relative;
    padding: 120px 16px 80px;
}

#plan .main-content {
    max-width: 1280px;
    margin: 0 auto;
}

#plan .note {
    text-align: left;
    font-weight: bold;
    color: red;
    margin-left: 0;
}

#plan .green-back .green-curve {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 120px;
    width: 100%;
    background-image: url(green-curve.jpg);
}

#plan h4 {
    position: relative;
    padding: 16px 0 16px 48px;
    margin-top: 80px;
}

#plan h4::before {
    position: absolute;
    content: '';
    width: 56px;
    height: 88px;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    background-size: 100%;
}

#plan .item.first h4::before {
    background-image: url(number1.png);
}

#plan .item.second h4::before {
    background-image: url(number2.png);
}

#plan .item.third h4::before {
    background-image: url(number3.png);
}

#plan .item.forth h4::before {
    background-image: url(number4.png);
}

#plan .item {
    margin: 48px auto;
}

#plan .green-back table {
    width: 90%;
    margin: 32px auto;
    border-collapse: collapse;
    text-align: center;
    max-width: 600px;
}

#plan .green-back  table th {
    border: solid 1px #6B6350;
    padding: 16px 0;
    background: #EEEADD;
    font-weight: bold;
}

#plan .green-back  table td {
    border: solid 1px #6B6350;
    padding: 16px 0;
    background: white;
}

#plan .pay-area {
    position: relative;
}


#plan .pay-area .green-curve-2 {
    position: absolute;
    top: -240px;
    left: 0;
    width: 100%;
    background-image: url(green-curve-2);
}

#plan .box {
    border: solid 1px #6B6350;
    padding: 24px;
    background: white;
    text-align: center;
    margin: 16px auto;
}

#plan .box .plan {
    font-weight: bold;
}

#plan h3.pay {
    width: fit-content;
    background-image: url(circle_green.png);
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    padding: 24px;
    margin: 180px auto -48px;
    z-index: 10;
    position: relative;
    z-index: 20;
}

#plan .table-wrapper {
    padding: 0 16px;
}


#plan .pay-table {
    border: solid 1px #6B6350;
    margin: 0 auto;
    padding: 48px 16px 32px;
    max-width: 1280px;
}

#plan table {
    margin: 0 auto;
    border-spacing: 8px;
}

#plan .pay-table th {
    background: #77AE7D;
    padding: 8px 16px;
    border-radius: 8px;
    color: white;
    width: 44%;
}

#plan .pay-table td {
    width: fit-content;
    margin: 16px auto;
}

@media screen and (min-width: 640px) {
    #plan .flex-wrapper {
        display: flex;
        justify-content: space-around;
    }

    #plan .flex-wrapper .box {
        width: 30%;
        margin: 0 8px;
    }

    #plan .pay-table th {
        width: 160px;
    }
}

/**********
アクセス情報
*/

#access {
    padding: 0 16px;
    max-width: 1280px;
    margin: 0 auto;
}

#access .g-map {
    width: 100%;
    height: 400px;
}

#sugosu .with-pet table .weight {
    font-weight: bold;
    color: red;
}