@charset "utf-8";

/* リセットCSS */

*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    vertical-align: bottom;
}


/* ここから共通設定 */
* {
    font-family: 'Noto Serif JP', serif;
}

html {
    scroll-behavior: smooth;
}

a {
    transition: 0.45s;
}

/* ここから要素のフェードイン */
.fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.5s;
}

.fadein-bottom {
    transform: translate(0, 30px);
}

.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

/* ここまで要素のフェードイン */
/* ここまで共通設定 */


header {
    width: 100%;
    height: 100vh;
    background-image: url(../img/top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

main {
    width: 100%;
    height: auto;
    background-image: url(../img/back.jpg);
    background-repeat: repeat;
}

header h1 {
    height: calc(100% - 1.5rem);
    display: flex;
    justify-content: center;
    align-items: center;
}

header h1 img {
    width: 10vw;
    height: auto;
    filter: drop-shadow(1px 1px 0px rgb(255, 255, 255));
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10;
}

nav ul {
    display: flex;
    justify-content: center;
}

nav ul li a {
    display: block;
    height: 100%;
    padding: 1rem;
    color: #fff;
}

nav ul li:first-child:hover{
    background-image: url(../img/nav-icon/about.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.5rem;
}

nav ul li:nth-child(2):hover{
    background-image: url(../img/nav-icon/room.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.5rem;
}

nav ul li:nth-child(3):hover{
    background-image: url(../img/nav-icon/bath.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.5rem;
}

nav ul li:nth-child(4):hover{
    background-image: url(../img/nav-icon/food.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.5rem;
}

nav ul li:nth-child(5):hover{
    background-image: url(../img/nav-icon/access.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.5rem;
}

nav ul li:nth-child(6):hover{
    background-image: url(../img/nav-icon/detail.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem;
}

nav ul li:last-child:hover{
    background-image: url(../img/nav-icon/reserve.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.5rem;
}

nav ul li a:hover {
    color: #000;
}

header .news {
    height: 1.5rem;
    display: flex;
    justify-content: space-evenly;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

header .news a {
    margin-right: 3rem;
}

/* ここまでヘッダー */

/* ここから各項目の共通部分 */
main .box {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 70px 0 200px;
}

main .box h2 {
    margin: 0 auto;
    padding: 30px 50px;
    writing-mode: vertical-rl;
    font-size: 18px;
}

main .box .memo {
    text-align: center;
    font-size: 14px;
}

.hum-menu {
    display: none;
}

.up-btn {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 35px;
    right: calc((100% - 1300px) / 2 + 20px);;
    background-color: transparent;
    border: none;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.3;
}

.up-btn span::after {
    content: "top";
    display: block;
    font-size: 1rem;
    letter-spacing: 1px;
}

button {
    width: 120px;
    height: 2.5rem;
    background-color: #dc2929;
    color: #fff;
    border: none;
    display: block;
    margin: 40px auto 0;
}

button:hover {
    opacity: 0.7;
}

button a {
    display: block;
}
/* ここまで各項目の共通部分 */

/* ここからご案内 */
main .about h2 {
    background-image: url(../img/nav-icon/about.png);
    background-repeat: no-repeat;
    background-size: 5rem;
    background-position: center center;
}

.about .wrap {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 50px;
}

.about .wrap p {
    width: 20%;
    writing-mode: vertical-rl;
    line-height: 3.5rem;
    font-size: 20px;
    padding: 0 3rem;
}

/* ここからスライド設定 */
.about .sliderArea {
    width: 60%;
}

.about .slider div img,
.about .sliderArea img {
    width: 75%;
    object-fit: cover;
    margin: 0 auto;
}

.slick-slide,
.slick-next,
.slick-prev,
.slick-arrow .slick-arrow:before,
.slick-prev:before,
.slick-next:before,
.slick-active,
.slick-current,
.thumb,
.slick-dots li button:before {
    display: none;
}

/* ここまでスライド設定 */
/* ここまでご案内 */


/* ここからお部屋 */
main .room h2 {
    background-image: url(../img/nav-icon/room.png);
    background-repeat: no-repeat;
    background-size: 5rem;
    background-position: center center;
}

.room ul {
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
}

.room ul li a img {
    width: 13vw;
    height: auto;
    display: block;
    margin: 0 auto;
	filter: brightness(0.6);
    transition:all 0.3s;
}

.room ul li a img:hover {
	filter: brightness(1.0);
    transition:all 0.3s;
}
/* ここまでお部屋 */


/* ここからお風呂 */
main .bath h2 {
    background-image: url(../img/nav-icon/bath.png);
    background-repeat: no-repeat;
    background-size: 5rem;
    background-position: center center;
}

main .bath ul {
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin: 30px auto;
}

main .bath ul li {
width: 350px;
}

main .bath ul li dl {
    margin: 1rem 0;
}

main .bath ul li dt {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

main .bath ul li dd {
    font-size: 12px;
    text-align: center;
}

main .bath ul li p {
    padding: 0 1rem;

}

main .bath ul li img {
    width: 350px;
    height: auto;
}
/* ここまでお風呂 */


/* ここからお食事 */
main .food h2 {
    background-image: url(../img/nav-icon/food.png);
    background-repeat: no-repeat;
    background-size: 5rem;
    background-position: center center;
}

main .food .dinner,
main .food .morning {
    width: 80%;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-around;

}

main .food .dinner img,
main .food .morning img {
    width: 400px;
    height: 250px;
    object-fit: cover;
    border-radius: 5%;
}

main .food .dinner .f-detail,
main .food .morning .f-detail {
    width: 50%;
    height: 250px;
    margin: 0 2rem;
}

main .food .dinner .f-detail h3,
main .food .morning .f-detail h3 {
    text-align: center;
    margin: 1rem;
}


main .food .morning{
    flex-direction: row-reverse;
}

/* ここまでお食事 */


/* ここまで交通 */
main .access h2 {
    background-image: url(../img/nav-icon/access.png);
    background-repeat: no-repeat;
    background-size: 5rem;
    background-position: center center;
}

main .access .map {
    width: 80%;
    margin: 50px auto;
    display: flex;
}

main .access dl {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

main .access dl dt {
    width: 30%;
    padding: 0.5rem;
}

main .access dl dd {
    width: 50%;
    padding: 0.5rem;
}

main .access .map p {
    width: 40%;
}

main .access .map iframe {
    width: 60%;
    filter: sepia(0.2);
}
.root {
    width: 80%;
    margin: 1rem auto;
    padding: 2px 0;
    text-align: left;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.root-title {
    position: relative;
    cursor: pointer;
    font-weight: bold;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

.root-title::before,
.root-title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #000;
}

.root-title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);
}

.root-title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);
}

.root-title.close::before {
    transform: rotate(45deg);
}

.root-title.close::after {
    transform: rotate(-45deg);
}

.root-detail {
    display: none;
    margin: 0 2% 2% 2%;
    padding: 3%;
}


/* ここまで交通 */


/* ここから詳細 */
main .detail h2 {
    background-image: url(../img/nav-icon/detail.png);
    background-repeat: no-repeat;
    background-size: 3.5rem;
    background-position: 50% 25%;
}

/* ここからスライド設定 */
.detail .ig-slider {
    width:85%;
    margin:50px auto;
}

.detail .ig-slider img {
    width:200px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.detail .ig-slider .slick-slide {
    margin:0 10px;
}

/*戻る、次へ矢印の位置*/
.detail .slick-prev, 
.detail .slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.detail .slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.detail .slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

.detail .slick-dots {
    text-align:center;
    margin:20px 0 0 0;
    bottom: -40px;
}

.detail .slick-dots li {
    display:inline-block;
    margin:0 5px;
}

.detail .slick-dots button {
    color: transparent;
    outline: none;
    width:5px;/*ドットボタンのサイズ*/
    height:5px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.detail  .slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

/* ここまでスライド設定 */
/* ここまで詳細 */

/* ここからフッター */
footer {
    width: 100%;
    height: auto;
    background-image: url(../img/f-back.jpg);
    background-repeat: repeat;

}

footer .footer-area .memo {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 5.5rem 0 1.5rem;
}

footer .footer-area .tel {
    text-align: center;
    font-size: 20px;
}

footer .footer-area .tel span {
    font-size: 12px;
}

footer .form-area {
    width: 35%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}

footer .form-area .date {
    width: 250px;
}

footer .form-area .input {
    width: 100px;
}

footer .form .button {
    display: flex;
    justify-content: center;
}

footer .form button {
    width: 120px;
    height: 2.5rem;
    margin: 0 1rem;
    background-color: #000;
    color: #fff;
}

footer .footer-area .copy {
    padding: 80px 0 20px;
    text-align: center;
    font-size: 12px;
}
/* ここまでフッター */


@media (max-width: 1500px) {
    .about .wrap p {
        padding: 0px 2.5rem;
    }
    
    .detail .ig-slider img {
        width: 150px;
    }

    footer .form-area .date {
        width: 200px;
    }

    footer .form-area .input {
        width: 65px;
    }
}

@media (max-width: 1200px) {
    .about .wrap p {
        line-height: 2.5rem;
        font-size: 18px;
        padding: 0;
    }

    .room ul li a img {
        width: 15vw;
    }

    main .bath ul li,
    main .bath ul li img {
        width: 300px;
    }

    main .food .dinner img, 
    main .food .morning img {
        width: 350px;
        height: 230px;
    }

    main .food .dinner .f-detail, 
    main .food .morning .f-detail {
        width: 35%;
        margin: 0;
    }

    main .access dl,
    main .access .map iframe {
        width: 50%;
    }
}

@media (max-width: 980px) {
    header h1 img {
        width: 15vw;
    }
    main .bath ul li,
    main .bath ul li img {
        width: 260px;
    }

    main .access .map {
        display: block;
    }

    main .food .dinner, 
    main .food .morning {
        display: block;
        width: 70%;
        padding-bottom: 30px;
    }
    
    main .food .dinner img,
    main .food .morning img,
    main .food .dinner .f-detail,
    main .food .morning .f-detail {
        width: 100%;
        height: auto;
    }
    main .access dl,
    main .access .map iframe {
        width: 100%;
    }

    footer .form-area {
        display: block;
    }

    footer .form-area div {
        width: 100%;
        margin: 1.5rem;
    }
    footer .form-area .date,
    footer .form-area .input {
        width: 85%;
    }
}

@media (max-width: 667px){
    .hum-menu {
        display: block;
        width: 50px;
        height: 50px;
        position: fixed;
        top: 35px;
        left: 30px;
        background-color: transparent;
        border: none;
        cursor: pointer;
        z-index: 11;
    }
    
    .hum-menu .line,
    .hum-menu .line::before,
    .hum-menu .line::after {
        content: "";
        background-color: #fff;
        display: block;
        background-color: #fff;
        width: 50%;
        height: 1px;
        position: absolute;
        left: 0;
        top: 18px;
        transition: all 0.5s;
    }
    
    .hum-menu .line::before {
        top: -10px;
    }
    
    .hum-menu .line::after {
        width: 150%;
        top: 10px;
    }
    
    .hum-menu span:not(.line) {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 13px;
        color: #fff;
        letter-spacing: 1.5px;
    }
    
    .hum-menu.on .line {
        background-color: #00000000;
        transform: translateX(5px);
    }
    
    .hum-menu.on .line::before {
        width: 100%;
        transform: translateY(10px)rotate(45deg);
    }
    
    .hum-menu.on .line::after {
        width: 100%;
        transform: translateY(-10px)rotate(-45deg);
    }

    nav {
        position: fixed;
        bottom: 0;
        left: 0;
        background-image: url(../img/f-back.jpg);
        background-repeat: repeat;
        width: 100%;
        height: 100vh;
        opacity: 0;
        transform: translateY(100vh);
        transition: all 0.5s 0.2s;
    }

    nav.on {
        transform: translateY(0);
        opacity: 1;
    }

    nav ul {
        display: block;
        width: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    nav ul li {
        padding: 2rem;
        text-align: center;
    }

    nav ul li a {
        font-size: 20px;
        font-weight: bold;
        display: block;
    }

    header h1 img {
        width: 25vw;
    }

    header .news {
        flex-wrap: wrap;
        align-content: flex-end;
    }

    header .news a {
        margin-right: 0;
    }

    .about .wrap {
        display: block;
        text-align: center;
    }

    .about .wrap p {
        width: 100%;
        font-size: 16px;
        writing-mode:horizontal-tb
    }

    .about .sliderArea {
        width: 100%;
    }

    .about .slider div img,
    .about .sliderArea img {
        width: 65%;
        height: auto;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .room ul,
    main .bath ul {
        display: block;
    }

    .room ul li a img {
        width: 70%;
        margin-bottom: 1.5rem;
        filter: brightness(1.0);
    }

    main .bath ul li {
        width: 90%;
        margin: 0 auto;
    }

    main .bath ul li img{
        width: 100%;
    }

    main .bath ul li {
        margin-bottom: 55px;
    }

    .detail .ig-slider img {
        width: 100px;
    }

    footer .form-area {
        width: 70%;
    }
}