html{
    font-family: "Shippori Mincho", serif;
    letter-spacing: 0.2em;
    line-height: 1.8em;
    color: #222222;
}
body{
    
}
img{
    max-width: 100%;
    height: auto;
}

h2{
    font-size: 32px;
    font-weight: 100;
}

h3{
    font-weight: 100;
    font-size: 24px;
}
h4{
    font-weight: 100;
    font-size: 20px;
}

p{
    font-weight: 100;
    font-size: 16px;
}

/*header*/
header {
    position: relative;
    min-height: 100vh;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 30px 15px 0px 0px;
}


header::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../images/unatama.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
}
.copy_fixed {
    top: 30px;
    right: 30px;
    z-index: 100;
    
}
/*header*/
/*about*/
.about{
    position: relative;
    height: 170vh;
    background: linear-gradient(rgba(0,0,0,0),rgba(25,27,40,1));
    z-index: 10;
}

.fadein_aboutp1{
    padding-top: 65vh;
}
.about p{
    font-size: 18px;
    line-height: 2.2em;
    text-align: center;
    color: #fff;
}
/*about*/
/*unagi_detail*/
.unagi_detail {
    position: relative;
    background-color: rgba(25,27,40,1);
    z-index: 10;
    color: #fff;
}
.unagi_detail_img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.unagi_detail img{
    padding: 20px 20px 0px 20px;
    display: block;
}

.unagi_detail h3{
    padding: 40px 20px 20px 20px;
    line-height: 1.5em;
}
.unagi_detail_p{
    padding: 20px 20px 100px 20px;

}
.keikoku {
    z-index: 2;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    text-align: left;
    margin: 4px 0 0 0;
    padding: 0 0 0 20px;
    width: 100%;
    align-self: flex-start;
}
/*unagi_detail*/
/*room_detail*/
.room_detail {
    position: relative;
    z-index: 5;
    color: #562A00;
    overflow: hidden;
}
.room_detail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../images/wasi_back.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
    transition: position 0s;
}
.room_detail.bg-fixed::before {
    position: fixed; /* .bg-fixedが付いたらfixed */
}
.room_detail_img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.room_detail img{
    padding: 20px 20px 10px 20px;
    display: block;
}
.room_detail h3{
    padding: 30px 10px 10px 20px;
    line-height: 1.5em;
}
.room_detail p{
    padding: 20px 20px 100px 20px;

}
/*room_detail*/
/*w_detail*/
.w_detail {
    position: relative;
    z-index: 5;
    color: #fff;
    background-color: #191B28;
    overflow: hidden;
}
.w_detail_copy{
    position: absolute;
    top: 50px;
    right:10px;

}
.br_sm{
    display: none;
}
.bg{
    display: none;
}
.w_detail_img img{
    width: 70%;
    padding-top: 150px;
}
.w_detail_content p {
    font-size: 15px;
    letter-spacing: 0.14em;
    padding-top: 50px;
    width: 73%;
    padding-left: 20px;
    padding-bottom: 100px;
}
/*w_detail*/
/*menu*/
.menu{
    position: relative;
    z-index: 5;
    color: #562A00;
    overflow: hidden;
}
._detail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../images/wasi_back.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
    transition: position 0s;
}
.room_detail.bg-fixed::before {
    position: fixed; /* .bg-fixedが付いたらfixed */
}
.caption{
    padding-top: 100px;
    display: flex;
    justify-content: center;
    gap: 10px;

}
.caption img {
    height: 160px;   /* h2のfont-sizeと同じ */
    width: auto;    /* アスペクト比維持 */
    vertical-align: middle; /* テキストと中央揃え */
}
.caption h2{
    writing-mode: vertical-rl;
    letter-spacing: 0.3em;
    padding-bottom: 100px;
}
.menu_img img{
    padding-left: 10px;
    padding-right: 10px;
}
.menu_text {
    /* writing-mode: vertical-rl; ← これを削除 */
    letter-spacing: 0.3em;
}

.menu_text_content {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    gap: 45px;
    flex-direction: row-reverse; /* 追加：順番を逆にする */
}

.menu_text_inner {
    writing-mode: vertical-rl;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;   /* ← ここをcenterからflex-startに修正 */
    justify-content: flex-start;
}
.menu_text_inner h2{
    font-weight: 500;
    letter-spacing: 0.25em;
}
.menu_osake{
    padding-bottom: 100px;
}
.menu_osake h4{
    font-size: 24px;
    letter-spacing: 0.1em;
        line-height: 1.2em;
    font-weight: 400;
    padding: 100px 0 50px 20px;
    }
/*menu*/
/*slider*/
.splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.splide__slide img{
    max-width: 550px;
    width: 80%;
}
.splide__arrow,
.splide__arrow--prev,
.splide__arrow--next {
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18), 0 0.5px 1.5px rgba(0,0,0,0.12);
    border: none;
    color: #562A00;
    width: 45px;
    height: 45px;
    font-size: 1rem;
    opacity: 0.95;
}
/*slider*/
/*slider*/
/*shop*/
.shop{
    position: relative;
    z-index: 5;
    background-color: #FAF6ED;
    color: #562A00;
    overflow: hidden;
}
.shop_content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 150px;
    padding-bottom: 150px;
    padding-right: 20px;
    padding-left: 20px;
}
.shop_inner h4{
    padding-bottom: 0.5em;
}
.shop_inner h4,.shop_inner p{
    letter-spacing: 0.05em;
    line-height: 1.4em;
}
.shop_inner p{
    letter-spacing: 0.15em;
}

a.btn{
	display: block;
	text-align: center;
	text-decoration: none;
	margin: auto;
    margin-top: 1em;
    margin-left: 3em;
    margin-right: 3em;
	padding: 0.3rem 2rem;
    border: 2px solid #B74B1D;
	background: #B74B1D;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;

}
a.btn:hover {
	color: #B74B1D;
	background: #fff;
}

a.btn2{
	display: block;
	text-align: center;
	text-decoration: none;
	margin: auto;
    margin-top: 0.5em;
    margin-left: 3em;
    margin-right: 3em;
	padding: 0.3rem 2.7rem;
    border: 2px solid #FDEDA3;
	background: #FDEDA3;
	color: #562A00;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn2:hover {
	color: #FDEDA3;
	background: #fff;
}

/*shop*/
/*foot*/
footer {
    position: relative;
    z-index: 5;
    background-color: #562A00;
    padding: 50px 0;
    display: flex;
    justify-content: center; /* 横中央 */
    align-items: center;     /* 縦中央 */
    min-height: 230px;       /* 必要に応じて高さを調整 */
}
footer img {
    display: block;
    margin: 0 auto;
}
/*foot*/
/*opアニメ*/
.start {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*opアニメ*/