@charset "utf-8";

.pr-page {
    /* background:#0B5D8E; */
    color: #333333;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
    z-index: 101;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic,  yu-gothic-pr6n, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: 400;
    position: relative;
}

.pr-special {
  /* position: relative; */
  /* z-index: 1; */
}

.pr-page__bg-wrapper {
  position: relative;
  z-index: 1;
}

.pr-page__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  z-index: -1; /* 背景としてコンテンツの後ろに配置 */
  background-image: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/img_guest02-pc.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.pr-page p {
    margin: 0;
}


/* パンくず */
.pr-breadcrumb {
    color: #707070;
    font-size: 12px;
    z-index: 2;
    position: relative;
    background: #ffffff;
}

.pr-breadcrumb ol {
    display: flex;
    justify-content: start;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    align-content: center;
    align-items: center;
    padding: 0 7px;
}

.pr-breadcrumb li {
    display: flex;
    align-items: center;
    margin-right: 7px;
    padding: 5px 0 5px;
    /* margin-right: 2px; */
}

.pr-breadcrumb li::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: rotate(45deg);
    margin-left: 3px
}

.pr-breadcrumb li:last-child {
    /* padding-bottom: 0; */
}


.pr-breadcrumb li:last-child::after {
    display: none;
}

/*メインビジュアル*/
.pr-header {
    position: relative;
    background: #e7e7e7;
    z-index: 2;
}
.pr-header__title__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    /* padding: 12px; */
    /* max-width: calc(100% - 24px); */
    /* background-color: rgba(0,0,0,.4); */
    z-index: 3;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1.6;
}

.pr-header__title {
    font-size: 16px;
    margin: 0 0 3px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", yu-mincho-pr6n, serif;
    font-style: normal;
    font-weight: 600;
    /* display: block; */
    min-width: 300px;
}

.pr-header__title__subtext {
    font-size: 14px;
}

.pr-header__title__logo {
    width: 142px;
    margin: 0 auto;
}

/*リンク*/
.pr-header__link {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", yu-mincho-pr6n, serif;
    background-color:#0B5D8E;
}

.pr-header__link a {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 8px 0;
    line-height: 1.4;
}

.pr-header__link a::after {
    display: block;
    content:"";
    width: 11px;
    height: 10px;
    background: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/down_arrow.png) no-repeat 50% 50%;
    background-size: cover;
    margin: 2px auto 0;
}

/*メニュー*/
.pr-menu {
    position:relative;
    z-index: 3;
    background:#0B5D8E;
}

.pr-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.pr-menu__list {
    display: flex;
    width: 100%;
    color: #ffffff;
    background-color: #96886A;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pr-menu__item {
    padding: 0;
    text-align: center;
    width: 100%;
}

li.pr-menu__item:last-child {
    padding-bottom: 0;
}

.pr-menu__item a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    display: block;
    padding: 0.5em;
    width: 100%;
}
.pr-menu__item.active a {
    color:#333333;
    text-decoration: underline;
}

/*フローティングコンテンツ*/
.pr-floating {
    display: flex;
    width: 346px;
    font-size: 16px;
    color: #ffffff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", yu-mincho-pr6n, serif;
    background-color: #0B5D8E;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    padding: 0;
    margin: 0 auto;
    z-index: 10000;
    bottom: 15px;
    right: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,.7);
}

.pr-floating::before {
    content:"";
    border: 2px dashed #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    display:block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}
.close-button {
    width: 22px;
    height: 22px;
    background: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/floating_close.png) no-repeat center center;
    background-size: cover;
    border: none;
    cursor: pointer;
    z-index: 10001;
    position: absolute;
    top: 5px;
    right: 5px;
}

.pr-floating.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.pr-floating__contents {
    margin: 0 auto 0;
    display: flex;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    position:relative;
    z-index: 100;
    /* border: 2px dashed #ffffff; */
    width: 100%;
    text-align: center;
    height: 100%;
    min-height: 90px;
}



.pr-floating__contents a {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: flex;
    width: 100%;
    padding: 0;
    height: 100%;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}
.pr-floating__text {
    padding: 8px;
    font-size: 12px;
    width: calc(100% - 185px);
    font-weight: bold;
}

.pr-floating__button {
    color: #5EB28E;
    width: 185px;
    padding: 8px 8px 8px 0;
}

.pr-floating__button__text {
    color: #5EB28E;
    font-size: 12px;
    text-align: center;
}

.pr-floating__button a {
    display: flex;
    color: #ffffff;
    font-size: 15px;
    background: #5EB28E;
    padding: 10px;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    /* margin-left: 3px; */
}

.pr-floating__button a::after {
    content: "";
    width: 13px;
    height: 8px;
    background: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/arrow.png) no-repeat 50% 0;
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
}

/*コンセプト*/

.pr-concept {
    position:relative;
    z-index: 2;
    background: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/concept_sp.png) no-repeat left 50% bottom 130px #ffffff;
    padding: 50px 0;
    background-size: 100% auto;
}
.pr-concept__image__wrapper {
    margin: 0 12px 30px;
    position: relative;
    min-height: 220px;
    padding: 0 0 50px;
    text-align: center;
}

.pr-concept__image__large {
    width: 265px;
    min-height: 50px;
    box-shadow: 5px 5px 0 #96886A;
    z-index:2;
    background-color: #eeeeee;
}

.pr-concept__image__small {
    width: 150px;
    min-height: 50px;
    box-shadow: 5px 5px 0 #96886A;
    position:absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    background-color: #eeeeee;
}
.pr-concept__text__wrapper {
    margin: 0 12px 0;
    padding-bottom: 0;
}



.pr-concept__title {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin: 0 0 0.5em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", yu-mincho-pr6n, serif;
    text-align: center;
}

.pr-concept__title__subtext {
    display: block;
    margin: 0 auto 0;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2em;
}

.pr-concept__text {
    font-size: 14px;
    line-height: 2.8;
    text-align: center;
}
.pr-concept__link {
    text-align: center; 
}

.pr-concept__link a {
    display: flex;
    align-items:center;
    justify-content: center;
    color: #ffffff;
    font-weight: 600;
    background: #0B5D8E;
    text-decoration: none;
    width: 330px;
    height: 46px;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
}

.pr-concept__link a::after {
    content: "";
    width: 13px;
    height: 8px;
    background: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/arrow.png) no-repeat 50% 50%;
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
}

/*コンテンツ*/
.pr-content {
    margin: 0;
    padding: 30px 0 50px;
    position:relative;
    position:relative;
    z-index: 2;
    background:#ffffff;
}

.pr-content__title {
    color: #0B5D8E;
    font-size: 28px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", yu-mincho-pr6n, serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 15px 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 1.5;
}

.pr-content__title span {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, yu-gothic-pr6n, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    margin-left: 0.7em;
    padding-top: 3px;
}

.pr-content__overview {
    padding: 20px 12px;
    margin: 0 0 0;
    z-index: 3;
    position: relative;
    background: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/overview_mark.png) no-repeat right bottom rgba(247,247,247,.9);
    background-size: 38px 38px;
}

.pr-content__overview__title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    padding-bottom: 5px;
    border-bottom: 4px solid #0B5D8E;
}

.pr-content__overview__list {
    list-style: disc;
}

.pr-content__overview__item {
    margin: 0 0 5px;
    padding: 0;
}

.pr-content__overview__item::marker {
    color: #0B5D8E;
}

.pr-content__swiper {
    margin: -7em 0 0;
    z-index: 2;
    position: relative;
}

.pr-content__swiper .swiper-pagination {
    position: absolute !important;
    bottom: 3em !important;
}

.pr-content .swiper-pagination .swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 1 !important
}
.pr-content .swiper-pagination .swiper-pagination-bullet-active {
    background: #96886A !important;
    opacity: 1 !important
}

.pr-content .swiper-button-prev {
    border: none !important;
    width: 20px;
    height: 20px;
    color: #ffffff;
    left: 15px;
    margin: 0;
    background-image: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/prev_arrow.png) !important;
    background-size: 20px 20px;
}

.pr-content .swiper-button-next {
    border: none !important;
    width: 20px;
    height: 20px;
    color: #ffffff;
    right: 15px;
    margin: 0;
    background-image: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/next_arrow.png) !important;
    background-size: 20px 20px;
}

.pr-content .swiper-button-pref {
    border: none !important;
}

.pr-content__image__wrapper {
    margin: 0 0 6px;
    z-index: 2;
    position: relative;
}
.pr-content__image__large {
    position: relative;
}
.pr-content__image__large__figure {
    margin-bottom: 0;
    position: relative;
    /* width: 100%; */
    /* height: 430px; */
    margin-bottom: 8px;
}

.pr-content__image__large__figure img{
    height:430px;
    width:100%;
    object-fit: cover;
}

.pr-content__image__small__wrapper {
    display: flex;
    justify-content: space-between;
    
}

.pr-content__image__small {
    width: calc(50% - 3px);
    position: relative;
}

.pr-content__image__small img {
    height: 130px;
    width: 100%;
    object-fit: cover;
}

.pr-content__image__caption {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-shadow: 0 0 5px rgba(0,0,0,.7);
}

.pr-page p.pr-content__caption {
   font-size: 12px;
    margin:4px 12px 12px;
}
.pr-content__text__wrapper {
    margin: 0 12px 0;
}

.pr-content__text__title {
    font-size: 20px;
    margin-bottom: 5px
}

/*プラン*/
.pr-plans {
    padding: 30px 12px;
    background: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/bg_pr-plans.jpg) no-repeat top center rgba(255,255,255,1);
    background-size: cover;
}

.pr-plans__title {
    width: 300px;
    margin: 0 auto 30px;
    padding: 15px 0;
    color: #0B5D8E;
    font-size: 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", yu-mincho-pr6n, serif;
    font-weight: 400;
    text-align: center;
    border-top: 2px solid #0B5D8E;
    border-bottom: 2px solid #0B5D8E;
}

p.pr-plans__text {
    margin-bottom: 20px;
}

p.pr-plans__caution {
    font-size: 12px;
    margin-bottom: 20px;
}

.pr-plans__plan {
    margin: 0 0 20px;
    padding: 10px 10px 15px;
    background:#F7F7F7;
}

.pr-plans__slide {
    overflow: hidden;
    position: relative;
}
.pr-swiper {
    margin-bottom: 10px;
}

.pr-plans__slide .swiper-button-prev {
        border: none !important;
        width: 17px;
        height: 17px;
        color: #ffffff;
        left: 10px;
        margin: 0;
        background-image: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/prev_arrow.png) !important;
        background-size: 17px 17px;
    }

    .pr-plans__slide .swiper-button-next {
        border: none !important;
        width: 17px;
        height: 17px;
        color: #ffffff;
        right: 10px;
        margin: 0;
        background-image: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/next_arrow.png) !important;
        background-size: 17px 17px;
    }

.pr-plans__slide .swiper-pagination {
    position: absolute !important;
    bottom: 10px !important;
    padding: 0;
    opacity: 1 !important;
}

.pr-plans__slide .swiper-pagination .swiper-pagination-bullet {
    background: rgba(255,255,255,1) !important;
    opacity: 1 !important;
}

.pr-plans__slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(150,136,106,1) !important;
    opacity:  1 !important;
}

.pr-plans__plan__icon__list {
    margin: 0 0 15px;
    padding: 0;
    display: flex;
}

.pr-plans__plan__icon__item {
    list-style: none;
    padding: 4px;
    margin-right: 6px;
    color: #0B5D8E;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid #0B5D8E;
    border-radius: 4px;
    line-height: 1;
}

li.pr-plans__plan__icon__item:last-child {
    padding-bottom: 4px !important;
}

.pr-plans__plan__title {
    margin: 0 0 15px;
}

.pr-page p.pr-plans__plan__price {
    font-size: 12px;
    text-align: right;
    margin-bottom: 10px;
}

.pr-plans__plan__price span.tax {
    font-size: 10px;
}



.pr-plans__plan__price span.price {
    font-size: 24px;
    font-weight: bold;
    margin: 0 5px;
}

.pr-plans__plan__price span.yen {
    font-size: 14px;
}


.pr-plans__plan__guaranteed {
    color: #0B5D8E;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

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

.pr-plans__plan__button a {
    display: flex;
    align-items:center;
    justify-content: center;
    color: #ffffff;
    font-weight: 600;
    background: #0B5D8E;
    text-decoration: none;
    width: 330px;
    height: 46px;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
}

.pr-plans__plan__button a::after, .pr-plans__plan__button button::after {
    content: "";
    width: 13px;
    height: 8px;
    background: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/arrow.png) no-repeat 50% 50%;
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
}

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

.pr-plans__link a, .pr-plans__link button {
    display: flex;
    align-items:center;
    justify-content: center;
    color: #0B5D8E;
    font-weight: 600;
    background: #ffffff;
    text-decoration: none;
    width: 330px;
    height: 46px;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #0B5D8E;
}

.pr-plans__link a::after, .pr-plans__link button::after {
    content: "";
    width: 13px;
    height: 8px;
    background: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/blue_arrow.png) no-repeat 50% 50%;
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
}
/* スペシャルコンテンツ */
.pr-special {
    position:relative;
    z-index: 1;
    padding: 0;
    /* margin: 0 0 50px; */
    overflow: hidden;
}

.pr-special__image {
    height: 600px;
    width: 100%;
}

.pr-special__image::before {
    content:"";
    display: block;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pr-special__text__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 36px 24px 0;
    z-index: 2;
    height: 100%;
}

.pr-page__bg::before {
    content:"";
    display: block;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pr-special__title {
    color: #ffffff;
    font-size: 24px;
    margin: 0 0 7px;
    line-height: 1.25em;
}

.pr-page p.pr-special__text {
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 1.5em;
}
.pr-special__list {
    list-style-position;
    list-style-type:none;
    padding: 0;
}
.pr-special__item {
    color: #ffffff;
    margin: 0 0 5px;
    padding: 0 0 0;
    font-size: 14px;
}

.pr-campaign {
    color: #ffffff;
    background: #0B5D8E;
    padding: 50px 12px;
    margin-bottom: 20px;
}

.pr-campaign__title {
    width: 300px;
    margin: 0 auto 30px;
    padding: 15px 0;
    color: #ffffff;
    font-size: 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", yu-mincho-pr6n, serif;
    font-weight: 400;
    text-align: center;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
} 

p.pr-campaign__text {
    margin-bottom: 40px;
}

.pr-campaign__image__wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 1;
    margin: 0 0 30px;
}

.pr-campaign__image__wrapper img {
    position: relative;
}

.pr-campaign__image__large {
    width: 55%;
    position: absolute;
    top: 0;
    left: 0;
}


.pr-campaign__image__large img {
    position: relative;
}
.pr-campaign__image__large::before {
    position: absolute;
    top: -5px;
    left: -5px;
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    background: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/campaign_large01.png) no-repeat 0 0;
    background-size: cover;
    z-index: 3;
}


.pr-campaign__image__large::after {
    position: absolute;
    bottom: -5px;
    right: -5px;
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    background: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/campaign_large02.png) no-repeat 0 0;
    background-size: cover;
    z-index: 3;
}

.pr-campaign__image__small {
    width: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.pr-campaign__image__small::before {
    position: absolute;
    top: -5px;
    left: -5px;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/campaign_small01.png) no-repeat 0 0;
    background-size: cover;
    z-index: 3;
}


.pr-campaign__image__small::after {
    position: absolute;
    bottom: -5px;
    right: -5px;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/campaign_small02.png) no-repeat 0 0;
    background-size: cover;
    z-index: 3;
}

.pr-campaign__present {
padding: 18px;
color: #ffffff;
border: 1px dashed #ffffff;
}

.pr-campaign__present__headline {
     color: #ffffff;
     font-size: 16px;
     margin: 0 0 5px;
}

.pr-campaign__present p.pr-campaign__text {
    margin-bottom: 20px;
}

.pr-campaign__present p.pr-campaign__text:last-child {
    margin-bottom: 0;
}

.pr-campaign__button {
    margin: 40px 0 20px;
}

.pr-campaign__button a {
    display: flex;
    align-items:center;
    justify-content: center;
    color: #0B5D8E;
    font-weight: 600;
    background: #ffffff;
    text-decoration: none;
    width: 330px;
    height: 46px;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
}

.pr-campaign__button a::after {
    content: "";
    width: 13px;
    height: 8px;
    background: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/blue_arrow.png) no-repeat 50% 50%;
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
}

/* ギャラリー */
.pr-gallery {
        margin: 0;
    padding: 30px 0 0;
    position: relative;
    position: relative;
    z-index: 2;
    background: #ffffff;
}
.pr-gallery__wrap {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
}

.pr-glallery__image {
    width: 100%;
    position: relative;
    margin-bottom: 8px;
    flex-grow: 1;
}

.pr-glallery__image figure {
    height: 100%;
}

.pr-glallery__image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pr-glallery__image img {
    width: 100%;
}

p.pr-gallery__image__caption {
    position: absolute;
    bottom: 3px;
    left: 5px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}


.pr-gallery__image__small__wrap01 {
    display: flex;
    justify-content: space-between;
}

.pr-gallery__image__small__wrap01 .pr-glallery__image {
    width: calc(50% - 4px);
    margin-right: 8px;
}

.pr-gallery__image__small__wrap01 .pr-glallery__image:last-child {
    margin-right: 0;
}

.pr-gallery__wrap.wrap02 {
    display: flex;
    justify-content: space-between;
}

.pr-gallery__image__small__wrap02 {
    width: calc(45% - 4px);
    display: flex;
    flex-direction: column;
}

.pr-gallery__image__small__wrap03 {
    width: calc(55% - 4px);
    display: flex;
    flex-direction: column;
}

/*マップ*/
.pr-map {
    padding-top: 50px;
    position: relative;
    z-index: 2;
    background:#0B5D8E;
}

.pr-map__title {
    font-size: 22px;
    font-weight: bold;
    margin: 0 12px 10px;
}

.pr-map__text__wrapper {
    margin: 20px 12px 0;
    padding-bottom: 50px;
}

.pr-page p.pr-map__text {
    font-size: 14px;
    margin-bottom:1em;
}

.pr-page p.pr-map__caution {
    margin-top: 30px;
    font-size: 12px;
}
.pr-map__list {
    margin-bottom: 20px;
}

.pr-map__term {
    font-weight: bold
}

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

.pr-map__button + .pr-map__button {
    margin-top: 15px;
}

.pr-map__button a {
    display: flex;
    align-items:center;
    justify-content: center;
    color: #ffffff;
    font-weight: 600;
    background: #0B5D8E;
    text-decoration: none;
    width: 330px;
    height: 46px;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
}

.pr-map__button a::after, .pr-map__button button::after{
    content: "";
    width: 13px;
    height: 8px;
    background: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/arrow.png) no-repeat 50% 50%;
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
}



.bottom__wrapper {
    margin: 0;
    padding: 60px 0;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}

.sns-icon__list {
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
}

.sns-icon__list li  {
    padding: 0;
    list-style-type: none;
    margin: 0 10px 0 0;
    width: 55px;
    height: 55px;
}

.sns-icon__list li:last-child {
    margin: 0;
}

#footer {
    position: relative;
    z-index: 2;
    background: #ffffff;
}

.pr-access {
    margin-top: 50px;
}

@media screen and (min-width: 768px){
    .pr-page {
        /* background:#0B5D8E; */
        color: #333333;
        font-size: 14px;
        line-height: 1.5em;
        margin: 0;
        z-index: 100;
        position: relative;
    }

    .pr-special {
    /* position: relative; */
    /* z-index: 1; */
    }

    .pr-page__bg-wrapper {
    position: relative;
    z-index: 1;
    }

    .pr-page__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: -1; /* 背景としてコンテンツの後ろに配置 */
    background-image: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/img_guest02-pc.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    }

    .pr-page p {
        margin: 0;
        line-height: 1.6;
        font-size: 15px;
        /* line-height: 3em; */
    }

    /* パンくず */
    .pr-breadcrumb {
        color: #707070;
        font-size: 12px;
        z-index: 2;
        position: relative;
        /* background: #0B5D8E; */
    }

    .pr-breadcrumb ol {
        display: flex;
        justify-content: start;
        overflow-x: hidden;
        word-break: keep-all;
        white-space: nowrap;
        align-content: center;
        align-items: center;
        padding: 0 7px;
        width: 1020px;
        margin: 0 auto;
    }

    .pr-breadcrumb li {
        display: flex;
        align-items: center;
        margin-right: 7px;
        padding: 5px 0 5px;
        /* margin-right: 2px; */
    }

    .pr-breadcrumb li::after {
        content: "";
        display: inline-block;
        width: 4px;
        height: 4px;
        border-top: 1px solid #707070;
        border-right: 1px solid #707070;
        transform: rotate(45deg);
        margin-left: 3px
    }

    .pr-breadcrumb li:last-child {
        /* padding-bottom: 0; */
    }


    .pr-breadcrumb li:last-child::after {
        display: none;
    }

    /*メインビジュアル*/
    .pr-header {
        position: relative;
        background: #0B5D8E;
        z-index: 2;
        /* height: 600px; */
        overflow:hidden;
    }
    .pr-header__title__wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /* width: 1020px; */
        color: #fff;
        padding: 0;
        /* max-width: 100%; */
        z-index: 3;
        line-height: 1.3;
        text-align: center;
    }

    .pr-header__title {
        font-size: 30px;
        margin: 0 0 3px;
        width: 1200px;
    }

    .pr-header__title__logo {
        width: 205px;
        margin: 20px auto 0;
        
    }


    .pr-header__title__subtext {
        font-size: 20px;
    }

    .pr-header__swiper {
        height: 540px;
        width: 100%;
    }

    .pr-header__swiper img {
        object-fit:cover;
        width: 100%;
        height: 600px;
    }
    /*メニュー*/
    .pr-menu {
        position:relative;
        z-index: 3;
        background: #96886A;
        height: 60px;
        width: 100%;
    }
    .pr-menu__list {
        display: flex;
        width: 1020px;
        color: #ffffff;
        background-color: #96886A;
        justify-content: space-around;
        list-style: none;
        padding: 0;
        margin: 0 auto;
        height: 60px;
        align-items: center;
    }

    .pr-menu__item {
        padding: 0;
        text-align: center;
        width: 100%;
        height: 100%;
    }

    .pr-menu__item a {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        display: flex;
        width: 100%;
        height: 60px;
        justify-content: center;
        align-items: center;
    }

    /*フローティングコンテンツ*/
    .pr-floating {
        display: flex;
        width: 335px;
        height:112px;
        background-color: #0B5D8E;
        /* box-shadow: inset 0px 2px 4px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.16); */
        align-items: center;
        justify-content: space-between;
        position: fixed;
        z-index: 102;
        bottom: 15px;
        right: 15px;
    }

    .pr-floating__contents {
        /* width: 1020px; */
        margin: 0 auto 0;
        display: flex;
        background-color: transparent;
        align-items: center;
        justify-content: space-between;
        position:relative;
        z-index: 100;
        height: 112px;
    }
    .pr-floating__text {
        padding: 0;
        font-size: 12px;
        width: 650px;
        font-weight: bold;
    }

    .pr-floating__button {
        color: #5EB28E;
        width: 330px;
        padding: 8px 0 8px 0;
    }

    .pr-floating__button__text {
        color: #5EB28E;
        font-size: 12px;
        text-align: center;
    }

    .pr-floating__button a {
        display: flex;
        color: #ffffff;
        font-size: 15px;
        background: #5EB28E;
        padding: 10px;
        text-align: center;
        justify-content: center;
        text-decoration: none;
        align-items: center;
        /* margin-left: 3px; */
    }

    .pr-floating__button a::after {
        content: "";
        width: 13px;
        height: 8px;
        background: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/arrow.png) no-repeat 50% 0;
        background-size: contain;
        display: inline-block;
        margin-left: 5px;
    }

    .pr-header__link {
        font-size: 18px;
    }
    /*コンセプト*/

    .pr-concept {
        position:relative;
        z-index: 2;
        background: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/concept_pc.png) no-repeat left 50% bottom 80px #ffffff;
        background-size: cover;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        padding: 50px 0 100px;
        width: 100%;
        flex-wrap: wrap;
    }
    .pr-concept__image__wrapper {
        margin: 0;
        position: relative;
        min-height: auto;
        width: 530px;
    }

    .pr-concept__image__large {
        width: 265px;
        min-height: 50px;
        box-shadow: 5px 5px 0 #96886A;
        z-index:2;
        background-color: #eeeeee;
    }

    .pr-concept__image__small {
        width: 150px;
        min-height: 50px;
        box-shadow: 5px 5px 0 #96886A;
        position:absolute;
        bottom: 0;
        right: 0;
        z-index: 3;
        background-color: #eeeeee;
    }
    .pr-concept__text__wrapper {
        margin: 0;
        padding-bottom: 0;
        width: 450px;
        text-align: left;
    }

    .pr-concept__link {
        display: none;
    }

    .pr-concept__title {
        font-size: 24px;
        font-weight: bold;
        display: inline-block;
        margin: 0 0 0.5em;
        justify-content: start;
        display: flex;
        align-items: center;
        text-align: left;
        line-height: 2;
    }

    .pr-concept__title__subtext {
        display: inline-block;
        margin: 0 auto 0;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.2em;
        margin-left: 1em;
    }

    .pr-page p.pr-concept__text {
        font-size: 15px;
        text-align: left;
        line-height: 3em;
    }

    .pr-content {
        margin: 0;
        padding: 30px 0 100px;
        position:relative;
        z-index: 2;
        background: #ffffff;
    }

    .pr-content__title {
        width: 980px;
        margin: 0 auto 10px;
        font-size: 38px;
    }

    .pr-content__title spaan {
        font-size: 20px;
    }

    .pr-content__overview {
        /* background: rgba(255,255,255,.9); */
        padding: 20px;
        margin: 0;
        z-index: 3;
        position: absolute;
        width: 650px;
        bottom: 0;
        left: 50%;
        transform: translateX(-80%);
    }

    .pr-content__overview.\--isLeft{
        transform: translateX(calc(-50% - 300px));
    }

    .pr-content__overview.\--isRight{
        transform: translateX(calc(-50% + 300px));
    }

    .pr-content__overview__title {
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 15px;
    }

    .pr-content__overview__list {
        list-style: disc;
        margin: 0 0 0 20px;
    }

    .pr-content__overview__item {
        margin: 0 0 5px;
        padding: 0;
    }



    .pr-content__swiper {
        margin: 50px 0 0;
        CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
        position: relative;
        width: 100%;
    }

    .pr-content__swiper .swiper__wrapper {
        width: 100%;
    }


    .pr-content__swiper  .swiper-slide img {
        width: 100%;
        height: 485px;
        object-fit: cover;
    }
    .pr-content__swiper .swiper-pagination {
        position: absolute !important;
        bottom: 3em !important;
    }

    .pr-content .swiper-pagination .swiper-pagination-bullet {
        background: #ffffff !important;
        opacity: 1 !important
    }
    .pr-content .swiper-pagination .swiper-pagination-bullet-active {
        background: #96886A !important;
        opacity: 1 !important
    }

    .pr-content .swiper-button-prev {
        border: none !important;
        width: 20px;
        height: 20px;
        color: #ffffff;
        left: 15px;
        margin: 0;
        background-image: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/prev_arrow.png) !important;
        background-size: 20px 20px;
    }

    .pr-content .swiper-button-next {
        border: none !important;
        width: 20px;
        height: 20px;
        color: #ffffff;
        right: 15px;
        margin: 0;
        background-image: url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/next_arrow.png) !important;
        background-size: 20px 20px;
    }

    .pr-content .swiper-button-pref {
        border: none !important;
    }

    .pr-content__image__wrapper {
        margin: 0;
        z-index: 2;
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .pr-content__image__large {
         display: flex;
        width: 66.45833333%;
    }

    .pr-content__image__large__figure {
         width: 100%;
         height: 100%;
         margin-bottom: 0;
    }

    .pr-content__image__large__figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .pr-content__image img {
        width: 100%;
        height: 485px;
        object-fit: cover;
    }

    .pr-content__image__small__wrapper {
        width: 32.8472222%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pr-content__image__small {
        width: 100%;
        /* margin-bottom: 8px; */
        height: calc(50% - 4px);
    }

    .pr-content__image__small img {
        width: 100%;
        height: 100%;
        object-fit:cover;
    }

    .pr-content__image__small__figure {
        width: 100%;
        height: 100%;
    }

    .pr-page p.pr-content__caption {
    font-size: 12px;
    margin: 4px auto 12px;
    width: 980px;
    }
    .pr-content__text__wrapper {
        margin: 0 auto 0;
        width: 980px;
    }

    .pr-plans {
        margin-top: 80px;
        padding: 70px 0 80px;
    }

    .pr-plans__title {
         font-size: 24px;
         width: 550px;
    }

    .pr-page p.pr-plans__text {
        width: 980px;
        margin: 0 auto 20px;
    }

    .pr-page p.pr-plans__caution {
        width: 980px;
        margin: 0 auto 50px;
    }

    .pr-plans__wrapper {
        width: 980px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .pr-plans__plan {
        width: 440px;
        margin: 0 0 60px;
    }
    .pr-campaign {
        
    }
    .pr-campaign__title {
        font-size: 24px;
        width: 400px;
    }

    p.pr-campaign__text {
        width: 980px;
        margin: 0 auto 50px;
    }

    .pr-campaign__image__wrapper {
        width: 680px;
        margin: 0 auto 50px;
    }

    .pr-campaign__image__large {
        width: 395px;
    }

    .pr-campaign__image__small {
        width: 260px;
    }

    .pr-campaign__image__large::before {
        width: 46px;
        height: 46px;
    }
    
    
    .pr-campaign__image__large::after {
        width: 46px;
        height: 46px;
    }
    
    
    .pr-campaign__image__small::before {
        width: 38px;
        height: 38px;
    }
    
    
    .pr-campaign__image__small::after {
        width: 38px;
        height: 38px;
    }

    .pr-campaign__present {
        width: 680px;
        margin: 0 auto 0;
    }

    p.pr-campaign__caution {
        width: 980px;
        margin: 30px auto 0;
    }

    /*ギャラリー*/

    .pr-gallery__container {
        display :flex;
        justify-content: space-between;
        
    }
    .pr-gallery__wrap.wrap01 {
        width: 40.48611111%;
        display: flex;
        flex-direction: column;
    }

    .pr-gallery__wrap.wrap02 {
        width: calc(59.51388889% - 8px);
    }

    .pr-gallery__image__small__wrap01 {
        width: 100%;
    }

    .pr-gallery__image__small__wrap03 {
        height: 100%;
        overflow:hidden;
        display: flex;
        flex-direction: column;
    }

    /* アクセス */

    .pr-access {
    margin: 0;
    padding: 30px 0 50px;
    position: relative;
    position: relative;
    z-index: 2;
    background: #f7f7f7;
    }
    
    .pr-access__wrapper {
        display: flex;
        justify-content: space-between;
        width: 1020px;
        margin: 0 auto 0;
        align-items: start;
    }
    .pr-map__wrapper {
        /* float: left; */
        width: 600px;
        margin: 0;
    }
    /* スペシャルコンテンツ */
    .pr-special {
        position:relative;
        z-index: 1;
        padding: 0;
        /* margin: 0 0 50px; */
        overflow: hidden;
    }

    .pr-special__image {
        height: 350px;
        width: 100%;
    }

    .pr-special__image::before {
        content:"";
        display: block;
        background: rgba(0,0,0,.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .pr-special__text__wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 980px;
        padding: 0 0 0;
        z-index: 2;
        height: auto;
        margin: 0 auto 0;
        transform: translate(-490px, -50%);
    }

    .pr-page__bg::before {
        content:"";
        display: block;
        background: rgba(0,0,0,.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .pr-special__title {
        color: #ffffff;
        font-size: 24px;
        margin: 0 0 7px;
        line-height: 1.25em;
    }

    .pr-page p.pr-special__text {
        color: #ffffff;
        font-size: 16px;
        margin: 0 0 1.5em;
    }
    .pr-special__list {
        list-style-position;
        list-style-type:none;
        padding: 0;
        display: flex;
        width: 800px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .pr-special__item {
        color: #ffffff;
        margin: 0 10px 5px 0;
        padding: 0 0 0;
        font-size: 14px;
        width: calc(50% - 10px);
    }

    /*マップ*/
    .pr-map {
        padding-top: 50px;
        position: relative;
        z-index: 2;
        background:#0B5D8E;
    }

    .pr-map__title {
        font-size: 22px;
        font-weight: bold;
        margin: 0 auto 10px;
        width: 980px;
    }

    .pr-map__gmap__wrapper {
       width: 980px;
       margin: 0 auto;
       height: auto;
    }

    .pr-map__gmap__wrapper iframe {
        height: 270px;
    }

    .pr-map__text__wrapper {
        width: 400px;
        margin: 0;
        /* padding-bottom: 50px; */
        /* float: right; */
    }

    .pr-page p.pr-map__text {
        font-size: 14px;
        margin-bottom:1em;
    }

    .pr-map__list {
        margin-bottom: 1em;
    }
    .pr-map__term {
        font-weight: bold;
        margin-bottom: 2px;
    }

    .pr-map__button__wrapper {
        display: flex;
        width: 980px;
        margin: 0 auto;
        justify-content: center;
    }

    .pr-map__button + .pr-map__button {
        margin: 0 0 0 20px;
    }

    .bottom__wrapper {
        margin: 0;
        border-bottom: none;
    }

    #footer {
        position: relative;
        z-index: 2;
        background: #ffffff;
    }  

    .pagetop {
        bottom: 140px;
    }

    .pr-plans__plan__button a, .pr-plans__link a, .pr-campaign__button a, .pr-map__button a {
        font-size: 18px;
    }

    .pr-plans__plan__button a:hover, .pr-plans__plan__button button:hover, .pr-plans__link :hover, .pr-campaign__button a:hover, .pr-campaign__button button:hover, .pr-map__button a:hover, .pr-map__button button:hover {
        opacity: 0.8;
    }

}

@media screen and (max-width: 767px) {
    .pr-concept:has(+ .pr-map__button) {
        padding-bottom: 0 !important;
    }

    .pr-concept {
        background:url(/hotel/cms/wp-content/themes/tabirai/assets/images/pr/concept_sp.png) no-repeat left 50% bottom 0px #ffffff
    }

    .pr-concept + .pr-map__button {
        margin-bottom: 50px;
    }
}