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

#introduction {
    text-align: center;
}

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

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

#top time {
    font-size: 1rem;
}

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

.news_img_content img {
    object-fit: cover;
}

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

.news_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 180px;
    background-color: #ffffff;
    padding: 10px 20px 20px 20px;
}
span.more {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}

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

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

.swiper-wrapper {
    width: 100%;
    display: flex;
    gap: 20px;
}
#news .inner {
    width: 1000px;
}


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

img.pref_aomori {
    width: 600px;
    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: 735px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spot {
    margin-top: 40px;
}

.tab {
    display: flex;
    justify-content: space-between;
}
.tab li {
    width: 125px;
    text-align: center;
}

.tab li a {
    display: block;
    border: solid 1px #ddc8b9;
    padding: 10px 20px;
    border-radius: 15px 15px 0 0;
}

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

/*エリアの表示非表示と形状*/
.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;
}

.area_content_wrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.area_img_content {
    width: 470px;
    background-image: url(../images/bg_hirosaki.jpg);
    background-size: 200px;
    background-repeat: repeat;
    padding: 0 0 0 30px;
}

.area_txt_content {
    width: 440px;
    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: 30px 30px 30px 50px;
    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: 40px;
}

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

img.ring{
    position: absolute;
    display: block;
    width: 50px;
    top: 22%;
    left: 49%;
    margin: 0 auto;
}

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

#top .distance::before{
    content: 'みる';
    background: #6A2E04;
    color: #fff;
    font-size: 0.75rem;
    padding: 0 20px;
    border-radius: 12px;
    margin-right: 10px;
}

.overview{
    margin-top: 30px;
}



/** 客室・プラン（素泊まり） **/
#room .tertiary_content {
    width: 400px;
}

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

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

.price {
    color: #B14E07;
}

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

.plan_content_wrap {
    display: flex;
    height: 212.5px;
}

.plan_img {
    width: 40%;
}

#room .tertiary .button {
    margin: 50px -5px 5px 5px;
}
.chusyaku{
    font-size: 0.75rem;
}
.one_person{
    color: #6A2E04;
}



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

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

#access dt {
    width: 20%;
}




/** 温泉 **/
#onsen .lower_header{
    background-image: url(../images/onsen_header.jpg);
}
#bath_kinds{
    background: #f2f2f2;
    padding: 70px 0;
}
#bath_kinds li{
    width: 290px;
    text-align: center;
}
#bath_kinds ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#onsen_price table{
    width: 650px;
    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;
}
.section_img_sub{
    width: 37%;
}
#onsen section.onsen_detail:nth-child(odd){
    background-image: url(../images/bg_washi02.jpg);
    padding: 80px 0;
}
#onsen section.onsen_detail:nth-child(even){
    background-image: url(../images/bg_washi01.jpg);
    padding: 80px 0;
}
#onsen section.onsen_detail h4{
    font-size: 2rem;
    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 span.sub{
    display: block;
    font-size: 1.25rem;
    margin-bottom: 40px;
}
#onsen section.onsen_detail p{
    margin-top: 20px;
}
#onsen section.onsen_detail:nth-child(odd) p{
    color: #fff;
}
#onsen section.onsen_detail:nth-child(even) p{
    color: #6A2E04;
}
[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;
}





/** 家族風呂 **/
#family .lower_header{
    background-image: url(../images/family_header.jpg);
}
.family_bath{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 20px;
}
#family section:nth-child(odd) .family_bath{
    flex-direction: row-reverse;
}
#family section{
    text-align: center;
    padding: 80px 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;
}
#family section p{
    margin-top: 40px;
}
#family section .button{
    text-align: center;
    width: 390px;
    height: 66px;
    margin-left: 50px;
    position: relative;
    margin-top: 50px;
}
#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;
    justify-content: flex-end;
}
.barrier{
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.tate_rerative{
    position: relative;
}
.family_img{
    position: relative;
}
.family_img .tate{
    right: auto!important;
    left: 20px;
}
@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{
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
    margin-bottom: 50px;
}
.button.reserve{
    display: block;
    margin: 100px auto;
}
#news .button.reserve {
    margin: 0;
}

.button.reserve a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}
#room .button.reserve{
    display: block;
    margin: 0 auto 100px;
}

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

.room_pictures img{
    width: 50%;
}

.gaiyo{
    width: 390px;
}
.gaiyo p{
    margin: 10px;
    border-bottom: dashed #EFDBCD 1px;
}
.span_head{
    display: inline-block;
    width: 40%;
}
#room h3{
    color: #6A2E04;
}
#room section:first-of-type{
    margin-bottom: 80px;
}




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

/* リスト */
.can_do_list ul {
    margin: 50px 0 0;
    padding: 0.5em 0;
    list-style-type: none;
    border: none;
    display: flex;
    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: calc(50vw - 440px);
}




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



/** 足したもの **/
.room_detail {
    display: block;
    text-align: center;
    margin-top: 50px;
    justify-content: space-between;
}
section p.inner {
    text-align: center;
}
section#onsen_price > p {
    text-align: center;
}
#onsen_price table {
    width: 550px;
    margin: 35px auto;
}
table.today tr{
    background-color: #eaf8fd;
}

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

table.coupon::before{
    content: '';
    background-image: url(../images/otoku_hukidashi.png);
    width: 200px;
}
section#onsen_price {
    padding: 30px 0;
}
img.utaseyu {
    width: 50%;
    display: block;
    margin: 0 auto;
}
.section_img_wrap.roten{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.banquet_hall_sec .section_img_wrap{
    flex-direction: column;
    gap: 40px;
}
img.pref_aomori {
    width: 750px;
    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: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#club img.pref_aomori {
    width: 500px;
    filter: drop-shadow(0px 0px 16px rgba(47, 219, 189, 0.6));
}
.family_img {
    display: flex;
    align-items: start;
    margin-top: 50px;
    gap: 20px;
}
img.rest_rooms{
    width: 224%;
}

/** club 修正 **/
#club .area ul {
    display: flex;
    flex-wrap: wrap;justify-content: space-between;
}
#club .area_img_content {
    display: none;
}
#club .ring {
    display: none;
}
section table td {
    padding: 20px;
    vertical-align: middle;
    text-align: center;
}

.sp-only {
    display: none;
}
.sp_only {
    display: none;
}


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

#news .lower_header{
    background-image: url(../images/news_header.jpg);
}

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;
}


/**　 宿泊・日帰り ボタン　**/
#room .summary .plan_wrap .button{
    background-color: #6A2E04;
    color: #fff;
    display: block;
    height: 87.5px;
    margin: 75px auto 100px;
}
#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: 6.25px;
    padding-bottom: 6.25px;
}
#onsen_price table tr:nth-of-type(2) th,
#onsen_price table tr:nth-of-type(2) td {
    padding-top: 18.75px;
}
#onsen_price table tr:last-of-type th,
#onsen_price table tr:last-of-type td {
    padding-bottom: 18.75px;
}


/**　宿泊のご相談はこちら 0172-57-4511　**/
#club .button {
    font-size: 1.75rem;
    line-height: 36px;
    padding-bottom: 25px;
}
.gosoudan {
    font-size: 16px;
    line-height: 14px;
}


.tebura-detail {
    display: block;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
}
#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 {
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    gap: 37.5px;
    width: 750px;
    text-align: left;
}
.img-area {
    background: yellow;
    width: 350px;
    height: 350px;
    overflow: hidden;
}
.shower-chair-img {
    width: 100%;
    margin-top: -50px;
}
.shower-chair-txt {
    width: 550px;
    margin-top: 0;
    padding-top: 0;
}
#family section p.shower-chair-txt{
    margin-top: 0;
}


/**　宿泊ご希望の部活動関係者様はこちら　**/
#room main .button.reserve:first-of-type {
    margin-bottom: -25px;
}
.club-link {
    padding-left: 50px;
    margin: 100px auto 20px !important;
}


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

/*----- iframe -----*/
#room #event h3::before {
    margin-top: 75px;
}

/*----- info -----*/
.info {
    margin-top: 75px;
}
.info .bnr:not(:first-of-type) {
    display: block;
    margin-top: 25px;
}

.text-align-center {
    text-align: center;
}

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