/* トップページ */
h1 img {
    width: 180px;
    height: 36px;
}

nav p img {
    width: 75%
}

#introduction {
    text-align: center;
}

/* トップページ　最新のお知らせ */
section#news {
    height: 500px;
    position: relative;
}

section#news .inner {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
    overflow: hidden;
}

#top time {
    font-size: .75rem;
}

#news h4 {
    font-size: 1rem;
}

.news_img_content img {
    object-fit: cover;
}

.news_arrow {
    width: 25px;
    height: 25px;
}

.news_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 125px;
    background-color: #ffffff;
    padding: 10px 20px 20px 20px;
}

span.more {
    padding: 0 20px 2px;
}

/* スライダー */
.swiper {
    width: 3200px;
    padding: 0 0 25px !important;
}

.swiper-slide {
    width: 230px !important;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 0px !important;
}

.swiper-wrapper {
    display: flex;
    gap: 20px;
}


/** 周辺の観光地 **/
#sightseeing>p {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 10px;
}

#top img.pref_aomori {
    width: 94%;
}

#club img.pref_aomori {
    width: 76%;
    filter: drop-shadow(0px 0px 16px rgba(47, 219, 189, 0.6));
}

.tourist_map {
    background-image: url(../images/bg_pref_aomori.jpg);
    background-size: 500px;
    background-repeat: repeat;
    text-align: center;
    height: 325px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spot {
    padding: 50px 0;
}

.tab {
    display: flex;
    width: 100%;
    justify-content: space-between;
    -ms-writing-mode: tb-rl;
    text-align: center;
}

.tab li a {
    padding: 10px 12px;
    writing-mode: vertical-rl;
    border: solid 1px #ddc8b9;
    border-radius: 10px 10px 0 0;
}

.tab li {
    display: contents;
}

/*liにactiveクラスがついた時の形状*/
.tab li.active a {
    background-image: url(../images/bg_pref_aomori.jpg);
}

.tab li {
    height: 148px;
}

/*エリアの表示非表示と形状*/
.area {
    display: none;
    /*はじめは非表示*/
    opacity: 0;

}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;
    /*表示*/
    animation-name: displayAnime;
    /*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#sightseeing h4 {
    text-align: center;
    padding-top: 25px;
}

.area_content_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.area_img_content {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-image: url(../images/bg_hirosaki.jpg);
    background-size: 200px;
    background-repeat: repeat;
    padding: 0 0 0 30px;
}

.area_img_content img {
    position: absolute;
    right: 0;
    width: 100%;
}

.area_txt_content {
    width: 100%;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f6f6f6 calc(100% - 1px)),
        linear-gradient(90deg, transparent calc(100% - 1px), #f6f6f6 calc(100% - 1px));
    background-size: 16px 16px;
    background-repeat: repeat;
    background-position: center center;
    border: solid 1px #f6f6f6;
    padding: 18.75px 18.75px 18.75px 25px;
    position: relative;
}

.area_txt_content::before {
    content: url(../images/hirosaki_deco.png);
    position: absolute;
    top: -30px;
    right: -30px;
    transform: scale(0.5);
}

.area ul {
    margin-top: 25px;
}

.area li {
    position: relative;
    margin-bottom: 20px;
}

img.ring {
    position: absolute;
    display: block;
    width: 50px;
    top: 218.75px;
    left: 45%;
    margin: 0 auto;
    transform: rotate(90deg);
}

.area_txt_content h5 {
    font-size: 1.75rem;
}


.overview {
    margin-top: 25px;
}

cite {
    display: block;
    margin-top: 25px;
}



/** 客室・日帰り **/
#room .tertiary_content {
    width: 100%;
}

.plan_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.plan_content {
    text-align: left;
    background: #ffffff;
    width: 230px;
    padding: 20px;
    color: #6A2E04;
}

.price {
    color: #B14E07;
}

.plan_content h4 {
    font-size: 18px;
}

.plan_content_wrap {
    display: flex;
}

.plan_img {
    width: 220px;
}

#room .tertiary .button {
    margin: 50px auto;
}


/** 満室状況・イベント情報 **/
#event iframe {
    width: 100%;
}


/** アクセス **/
#access iframe {
    margin-bottom: 10px;
}

#access dl {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background: url(../images/border.png) repeat-x left top / 100% 1px;
}





/** 温泉 **/
#onsen .lower_header {
    background-image: url(../images/onsen_header.jpg);
}

#bath_kinds {
    background: #f2f2f2;
    padding: 50px 0;
}

#bath_kinds li {
    width: 290px;
    text-align: center;
}

#bath_kinds ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

#bath_kinds ul li {
    margin: 13px auto;
}

#onsen_price {
    padding: 25px 0;
}

#onsen_price>p {
    text-align: center;
}

#onsen_price table {
    width: calc(100% - 40px);
    margin: 0 auto;
}

#onsen_price table th {
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.today th {
    background-color: #2A86AE;
}

.coupon th {
    background-color: #69AB9B;
}

.item th {
    background-color: #bb5e86;
}

.float_ring_banner {
    display: inline-block;
    width: 650px;
}

.section_img_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section_img_sub {
    width: 37%;
}

#onsen section.onsen_detail:nth-child(odd) {
    background-image: url(../images/bg_washi02.jpg);
    padding: 37.5px 0;
}

#onsen section.onsen_detail:nth-child(even) {
    background-image: url(../images/bg_washi01.jpg);
    padding: 37.5px 0;
}

#onsen section.onsen_detail h4 {
    font-size: 1.75rem;
    text-align: center;
}

#onsen section.onsen_detail:nth-child(odd) h4 {
    color: #fff;
}

#onsen section.onsen_detail:nth-child(even) h4 {
    color: #6A2E04;
}

#onsen section.onsen_detail h4 .sub {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 20px;
}

#onsen section.onsen_detail p {
    margin-top: 25px;
    text-align: center;
}

#onsen section.onsen_detail:nth-child(odd) p {
    color: #fff;
}

#onsen section.onsen_detail:nth-child(even) p {
    color: #6A2E04;
}

.tertiary_content {
    width: 100%;
}

#onsen_price table {
    margin: 35px auto;
}

table.today tr {
    background-color: #eaf8fd;
}

table.coupon tr {
    background-color: #dff4ef;
}

table.item tr {
    background-color: #fdf9fb;
    ;
}

section table td {
    padding: 20px;
    vertical-align: middle;
}

.tate_rerative {
    position: relative;
}

.family_img {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.family_img .tate {
    right: auto !important;
    left: 20px;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.5em;
}
[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.5em;
}
.roten_syurui {
    display: block;
    font-size: 21px;
    letter-spacing: -0.075em;
}
.mizuburo .roten_syurui {
    display: inline-block;
}
.onsen_catch{
    font-size: 1.45rem;
}



/** 家族風呂 **/
#family .lower_header {
    background-image: url(../images/family_header.jpg);
}

.tate {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.family_bath {
    margin-bottom: 0;
}

#family section:nth-child(odd) .family_bath {
    flex-direction: row-reverse;
}

#family section {
    padding: 37.5px 0;
}

#family section:nth-child(even) {
    background-image: url(../images/bg_washi02.jpg);
}

#family section:nth-child(odd) {
    background-image: url(../images/bg_washi01.jpg);
}

#family section:nth-child(even) p {
    color: #fdfdfd;
    margin: 40px 0;
    text-align: center;
}

#family section .button {
    text-align: center;
    width: 292.5px;
    position: relative;
    margin: 25px auto 0;
}

#family section:nth-child(even) .button {
    background-color: #EFDBCD;
    color: #6A2E04;
}

#family section:nth-child(odd) .button {
    background-color: #6A2E04;
    color: #EFDBCD;
}

#family section .button::before {
    content: '';
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
}

#family section:nth-child(even) .button::before {
    border: solid 1px #EFDBCD;
}

#family section:nth-child(odd) .button::before {
    border: solid 1px #6A2E04;
}

.family_reserve {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#family table.today tr {
    background-color: #eaf8fd;
}

#family table.today td {
    height: 50px;
    vertical-align: middle;
}

#family table {
    margin: 20px auto;
}

.family_chair {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.family_chair img {
    width: 100%;
}

p.barrier {
    text-align: center;
    font-size: 1.5rem;
}

.family_bath img,
.family_chair img {
    margin-top: 20px;
}

#family .tate {
    padding: 15px 0;
    font-size: 1rem;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeUpTrigger {
    opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}



/** 客室 **/
#room .lower_header {
    background-image: url(../images/room_header.jpg);
}

#room section>.inner {
    position: relative;
}

.room_detail {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 30px auto;
}

.button.reserve {
    display: block;
    margin: 50px auto;
}
#room .button.reserve {
    margin: 0 auto 50px;
}

.room_pictures {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.room_pictures img {
    width: 50%;
}

.gaiyo {
    width: 100%;
    margin-top: 12.5px;
}

.gaiyo p {
    border-bottom: dashed #EFDBCD 1px;
}

.span_head {
    display: inline-block;
    width: 40%;
}

#room h3 {
    color: #6A2E04;
}

#room section:first-of-type {
    margin-bottom: 80px;
}

#room article {
    margin-bottom: 50px;
}




/** 宴会場 **/
#banquet_hall .lower_header {
    background-image: url(../images/banquet_hall_header.jpg);
}

.banquet_hall_sec:first-of-type {
    top: 37.5px;
}

.banquet_hall_sec {
    position: relative;
    top: 0;
}

p.salon_class {
    margin-top: 20px;
    border: solid 1px #d73f47;
    color: #d73f47;
    padding: 10px;
    text-align: center;
}

p.tatami {
    margin-top: 20px;
    border: solid 1px #688609;
    color: #688609;
    padding: 10px;
    text-align: center;
}

/* リスト */
.can_do_list ul {
    margin: 25px 0 0;
    padding: 0.5em 25px;
    list-style-type: none;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f8ebec;
}

.can_do_list ul li {
    position: relative;
    padding: 0.3em 0 0.3em 1.5em;
    line-height: 1.5;
    margin-right: 50px;
    color: #ee8992;
}

.can_do_list ul li:after,
.can_do_list ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 11px;
    height: 18px;
    width: 4px;
    background: #ee8992;
    border-radius: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.can_do_list ul li:after {
    top: 14px;
    left: 3px;
    height: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

#banquet_hall section:nth-child(n+2) {
    margin-top: 120px;
}

#banquet_hall .tate {
    top: -53px;
    right: 50px;
}

.button.reserve.club-link {
    padding: 10px 0;
    margin: 50px auto 20px !important;
}




/** 部活動関係者さまへ **/
#club .lower_header {
    background-image: url(../images/club_header.jpg);
}

#club .lower_header h1 {
    margin-bottom: 17px;
}





/*-----     スマホサイズ     -----*/


/** ナビゲーションボタン **/
header .nav-btn {
    position: fixed;
    right: 0;
    top: 0;
    background: #000;
    width: 50px;
    height: 50px;
    margin: 28px 0 25px;
    border: #004F9E 3.75px solid;
    border-radius: 50px;
}

header .nav-btn span.nav-btn-line {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 12.5px;
    height: 2.5px;
    border-radius: 2px;
    background: #004F9E;
    width: 45%;
}

header .nav-btn span:nth-of-type(1) {
    top: 12.5px;
}

header .nav-btn span:nth-of-type(2) {
    top: 20px;
}

header .nav-btn span:nth-of-type(3) {
    top: 27.5px;
}

header #nav-btn.opened span:nth-of-type(1) {
    top: 13.125px;
    left: 11.25px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

header #nav-btn.opened span:nth-of-type(2) {
    opacity: 0;
}

header #nav-btn.opened span:nth-of-type(3) {
    top: 25px;
    left: 11.25px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}

/** top **/
header {
    position: relative;
}

header nav {
    position: relative;
    padding-left: 25px;
    padding-right: 0;
}

header nav h1 {
    margin: 0;
}

header nav h1 img {
    width: 135px;
    height: 27px;
}

header nav ul {
    display: none;
}


.plan_content {
    width: 100%;
}

.plan_content_wrap {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.plan_content_wrap img {
    width: 100%;
}



/**　 宿泊・日帰り ボタン　**/
#room .summary .plan_wrap .button {
    background-color: #6A2E04;
    color: #fff;
    display: block;
    height: 87.5px;
    margin: 25px auto 50px;
}

#room .summary .plan_wrap .button a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

#room .summary .plan_wrap .button::before {
    display: none;
}



/**　公浴場ご利用料金　**/
#onsen_price table tr:nth-of-type(n+2) th,
#onsen_price table tr:nth-of-type(n+2) td {
    padding-top: 3.75px;
    padding-bottom: 3.75px;
}

#onsen_price table tr:nth-of-type(2) th,
#onsen_price table tr:nth-of-type(2) td {
    padding-top: 12.5px;
}

#onsen_price table tr:last-of-type th,
#onsen_price table tr:last-of-type td {
    padding-bottom: 12.5px;
}


/**　宿泊のご相談はこちら 0172-57-4511　**/
#club .button {
    font-size: 1.5rem;
    line-height: 24px;
    padding-bottom: 18.75px;
}

.gosoudan {
    font-size: 14px;
    line-height: 14px;
}


.tebura-detail {
    display: block;
    font-size: 14px;
    padding-top: 6.25px;
    margin-top: -25px;
    margin-bottom: 50px;
}

.tebura-detail {
    width: calc(100% - 40px);
    padding-top: 0;
    margin: auto;
    margin-top: -12.5px;
    padding-top: 12.5px;
}

#onsen_price table tr:not(:first-of-type) th {
    font-size: 16px;
    color: #6A2E04;
    width: 62.5%;
}

table.today tr:not(:first-of-type) th {
    background-color: #eaf8fd;
}

table.coupon tr:not(:first-of-type) th {
    background-color: #dff4ef;
}

table.item tr:not(:first-of-type) th {
    background-color: #fdf9fb;
}


/**　シャワーチェア修正　**/
.shower-chair {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shower-chair-img {
    width: 200px;
    margin: 25px auto 0;
}

.shower-chair-txt {
    width: 100%;
    height: auto;
    margin-top: -25px;
}


/*----- pc-only -----*/
.pc-only {
    display: none;
}


/*----- news img -----*/
#news img:not(:first-of-type) {
    margin-top: 25px;
}

/*----- iframe -----*/
#top #event iframe,
#room iframe {
    width: 100%;
    height: 100vw;
}
#room iframe {
    margin-top: 25px;
}
#room #event h3::before {
    margin-top: 150px;
}


/*----- info -----*/
.info a {
    margin-top: 25px;
}
.info .bnr:not(:first-of-type) {
    display: block;
    margin-top: 12.5px;
}
.text-align-center {
    text-align: center;
}


.font-bold {
    font-weight: bold;
}