/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  .banner-inclusive {
    position: fixed;
    right: 0;
    bottom: 60px;
    z-index: 100;
    width: 100%;
    max-width: 750px;
    aspect-ratio: 75/16;
  }
  .banner-inclusive .ico {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(https://accor-resorts-japan.jp/en/ko/cn/tw/tw/wp/wp-content/themes/bland2025/assets/images/common/banner-open_sp.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    cursor: pointer;
  }
  .banner-inclusive .ico a {
    display: block;
  }
  .banner-inclusive.close {
    width: 25px;
  }
  .banner-inclusive.close .ico {
    background-position: left top;
  }
  .banner-inclusive.close a {
    display: none;
  }
  .page-main {
    padding-top: 60px;
  }
  p {
    font-size: 16px;
    line-height: 1.875em;
    letter-spacing: 0.01em;
  }
  .section-title {
    text-align: center;
  }
  .section-title b,
  .section-title small {
    display: block;
  }
  .section-title b {
    position: relative;
    margin-bottom: 14px;
    font-family: "Unna", serif;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .section-title b::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 20px;
    height: 3px;
    border-top: 1px solid #d3a86a;
    border-bottom: 1px solid #d3a86a;
  }
  .section-title small {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .btn-w,
  .btn-b,
  .btn-g {
    text-align: center;
    font-family: "Montserrat", sans-serif;
  }
  .btn-w a,
  .btn-b a,
  .btn-g a {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    max-width: 250px;
    height: 50px;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .btn-w a::after,
  .btn-b a::after,
  .btn-g a::after {
    position: absolute;
    bottom: 2px;
    right: 2px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
  }
  .btn-w a,
  .btn-b a {
    background-color: #050033;
    color: #fff;
    border: 1px solid #050033;
  }
  .btn-w a::after,
  .btn-b a::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 100%);
  }
  .btn-g a {
    background-color: #fff;
    color: #d3a86a;
    border: 1px solid #d3a86a;
  }
  .btn-g a::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #d3a86a 50%, #d3a86a 100%);
  }
  .btn-mini-b a,
  .btn-mini-g a {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 45px;
    font-size: 12px;
    font-weight: 300;
    line-height: 45px;
    text-align: center;
  }
  .btn-mini-b a::after,
  .btn-mini-g a::after {
    position: absolute;
    bottom: 2px;
    right: 2px;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
  }
  .btn-mini-b a {
    background-color: #050033;
    color: #fff;
    border: 1px solid #050033;
  }
  .btn-mini-b a::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 100%);
  }
  .btn-mini-g a {
    background-color: #d3a86a;
    color: #fff;
    border: 1px solid #d3a86a;
  }
  .btn-mini-g a::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 100%);
  }
  .front-info {
    padding: 0 4vw;
  }
  .front-info .section-title {
    margin-bottom: 30px;
  }
  .front-info .inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .front-info .inner .info-left {
    margin-bottom: 50px;
  }
  .front-info .inner h3 {
    margin-bottom: 1em;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
  }
  .front-info .inner h4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.75em;
  }
  .info-list {
    list-style: none;
    margin-bottom: 30px;
    border-top: 1px solid #999999;
  }
  .info-list > li {
    padding: 7px 0 12px;
    border-bottom: 1px solid #999999;
  }
  .info-list > li a {
    display: block;
  }
  .info-list > li p {
    margin-bottom: 0;
  }
  .info-list > li .date-wrapper {
    margin-bottom: 0.75em;
  }
  .info-list > li .date-wrapper .date {
    font-size: 11px;
    font-weight: bold;
    color: #d3a86a;
  }
  .info-list > li .cat {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 7px 0 0;
  }
  .info-list > li .cat li {
    display: inline-block;
    margin-right: 8px;
    padding: 0.6em 2em 0.5em;
    font-size: 10px;
    font-weight: 400;
    line-height: 1em;
    border: 1px solid #050033;
  }
  .page-header .inner {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .page-header .inner.with-bg {
    padding: 20px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    border-top: none;
  }
  .page-header .inner .page-title {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 85px 4vw 75px;
    font-size: 45px;
    line-height: 20px;
  }
  .page-header .inner .page-title b {
    display: block;
    margin-bottom: -5px;
    font-family: "Unna", serif;
    font-size: 45px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.05em;
    line-height: 40px;
  }
  .page-header .inner .page-title small {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  .pankz {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    margin: 20px auto 60px;
    padding: 0 4vw;
    font-size: 11px;
    font-weight: 300;
  }
  .pankz li {
    margin-left: 6px;
  }
  .pankz li:not(:last-child)::after {
    content: "|";
    margin-left: 4px;
  }
  .archive-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
  }
  .archive-wrapper .info-section:first-child {
    border-top: 1px solid #eee;
  }
  .info-section {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
  }
  .info-section a {
    display: block;
  }
  .info-section h2 {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75em;
  }
  .info-section p {
    margin-bottom: 0;
  }
  .info-section .date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1em;
  }
  .info-section .date-wrapper .date {
    margin-right: 10px;
    font-size: 11px;
    font-weight: bold;
    color: #d3a86a;
  }
  .info-section .cat {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info-section .cat li {
    display: inline-block;
    margin-right: 8px;
    padding: 0.6em 1em 0.5em;
    font-size: 10px;
    font-weight: normal;
    line-height: 1em;
    border: 1px solid #050033;
  }
  .wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 40px auto 0;
    font-size: 12px;
    font-weight: normal;
  }
  .wp-pagenavi > a,
  .wp-pagenavi > span {
    display: inline-block;
    min-width: 40px;
    margin: 0 2px;
    line-height: 40px;
    text-align: center;
  }
  .wp-pagenavi .current {
    background-color: #050033;
    color: #fff;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  .banner-inclusive {
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 100;
    width: 400px;
    height: 150px;
  }
  .banner-inclusive .ico {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(https://accor-resorts-japan.jp/en/ko/cn/tw/tw/wp/wp-content/themes/bland2025/assets/images/common/banner-open.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
  }
  .banner-inclusive .ico a {
    display: block;
  }
  .banner-inclusive.close {
    width: 25px;
  }
  .banner-inclusive.close .ico {
    background-position: left bottom;
  }
  .banner-inclusive.close a {
    display: none;
  }
  .page-main {
    padding-top: 100px;
  }
  p {
    font-size: 16px;
    line-height: 1.875em;
    letter-spacing: 0.01em;
  }
  .section-title {
    text-align: center;
  }
  .section-title b,
  .section-title small {
    display: block;
  }
  .section-title b {
    position: relative;
    margin-bottom: 28px;
    font-family: "Unna", serif;
    font-size: 38px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .section-title b::after {
    content: "";
    position: absolute;
    top: 46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 20px;
    height: 3px;
    border-top: 1px solid #d3a86a;
    border-bottom: 1px solid #d3a86a;
  }
  .section-title small {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.1em;
  }
  .btn-w,
  .btn-b,
  .btn-g {
    text-align: center;
    font-family: "Montserrat", sans-serif;
  }
  .btn-w a,
  .btn-b a,
  .btn-g a {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 350px;
    height: 60px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .btn-w a::before,
  .btn-b a::before,
  .btn-g a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -45px;
    z-index: -1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: calc(100% + 45px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .btn-w a:hover::before,
  .btn-b a:hover::before,
  .btn-g a:hover::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .btn-w a::after,
  .btn-b a::after,
  .btn-g a::after {
    position: absolute;
    bottom: 2px;
    right: 2px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
  }
  .btn-w a {
    background-color: #fff;
    color: #050033;
    border: 1px solid #050033;
  }
  .btn-w a::before {
    border-right: 45px solid transparent;
    border-bottom: 60px solid #050033;
  }
  .btn-w a::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #d3a86a 50%, #d3a86a 100%);
  }
  .btn-w a:hover {
    color: #fff;
  }
  .btn-w a:hover::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 100%);
  }
  .btn-b a {
    background-color: #050033;
    color: #fff;
    border: 1px solid #050033;
  }
  .btn-b a::before {
    border-right: 45px solid transparent;
    border-bottom: 60px solid #fff;
  }
  .btn-b a::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 100%);
  }
  .btn-b a:hover {
    color: #050033;
  }
  .btn-b a:hover::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #050033 50%, #050033 100%);
  }
  .btn-g a {
    background-color: #fff;
    color: #d3a86a;
    border: 1px solid #d3a86a;
  }
  .btn-g a::before {
    border-right: 45px solid transparent;
    border-bottom: 60px solid #d3a86a;
  }
  .btn-g a::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #d3a86a 50%, #d3a86a 100%);
  }
  .btn-g a:hover {
    color: #fff;
  }
  .btn-g a:hover::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 100%);
  }
  .btn-mini-b a,
  .btn-mini-g a {
    position: relative;
    display: inline-block;
    width: 145px;
    height: 35px;
    font-size: 12px;
    font-weight: 300;
    line-height: 35px;
    text-align: center;
  }
  .btn-mini-b a::after,
  .btn-mini-g a::after {
    position: absolute;
    bottom: 2px;
    right: 2px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
  }
  .btn-mini-b a {
    background-color: #050033;
    color: #fff;
    border: 1px solid #050033;
  }
  .btn-mini-b a::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 100%);
  }
  .btn-mini-g a {
    background-color: #d3a86a;
    color: #fff;
    border: 1px solid #d3a86a;
  }
  .btn-mini-g a::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 100%);
  }
  .front-info .section-title {
    margin-bottom: 30px;
  }
  .front-info .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
  }
  .front-info .inner .info-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .front-info .inner .info-right {
    width: calc(50% - 40px);
    margin-left: 40px;
  }
  .front-info .inner h3 {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
  }
  .front-info .inner h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75em;
  }
  .info-list {
    list-style: none;
    margin-bottom: 60px;
    border-top: 1px solid #999999;
  }
  .info-list > li {
    padding: 30px 18px;
    border-bottom: 1px solid #999999;
  }
  .info-list > li a {
    display: block;
  }
  .info-list > li a:hover h4 {
    text-decoration: underline;
  }
  .info-list > li p {
    margin-bottom: 0;
  }
  .info-list > li .date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
  }
  .info-list > li .date-wrapper .date {
    width: 120px;
    font-size: 14px;
    font-weight: bold;
    color: #d3a86a;
  }
  .info-list > li .cat {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info-list > li .cat li {
    display: inline-block;
    margin-right: 8px;
    padding: 0.6em 2em 0.5em;
    font-size: 10px;
    font-weight: 400;
    line-height: 1em;
    border: 1px solid #050033;
  }
  .page-header .inner {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .page-header .inner.with-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    border-top: none;
  }
  .page-header .inner .page-title {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    font-size: 32px;
    line-height: 40px;
  }
  .page-header .inner .page-title b {
    display: block;
    margin-bottom: 5px;
    font-family: "Unna", serif;
    font-size: 60px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.05em;
  }
  .page-header .inner .page-title b.mb2 {
    margin-bottom: 20px;
  }
  .page-header .inner .page-title small {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.1em;
  }
  .pankz {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 1400px;
    max-width: 100%;
    margin: 20px auto 60px;
    font-size: 14px;
    font-weight: 300;
  }
  .pankz li {
    margin-left: 6px;
  }
  .pankz li:not(:last-child)::after {
    content: "|";
    margin-left: 4px;
  }
  .archive-wrapper,
  .archive-hotels-wrapper {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
  }
  .info-section {
    padding: 30px 18px;
    border-bottom: 1px solid #eee;
  }
  .info-section a {
    display: block;
  }
  .info-section h2 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75em;
  }
  .info-section p {
    margin-bottom: 0;
  }
  .info-section .date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
  }
  .info-section .date-wrapper .date {
    width: 120px;
    font-size: 14px;
    font-weight: bold;
    color: #d3a86a;
  }
  .info-section .cat {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info-section .cat li {
    display: inline-block;
    margin-right: 8px;
    padding: 0.6em 2em 0.5em;
    font-size: 10px;
    font-weight: 300;
    line-height: 1em;
    border: 1px solid #050033;
  }
  .wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1200px;
    max-width: 100%;
    margin: 80px auto 0;
    font-size: 19px;
    font-weight: normal;
  }
  .wp-pagenavi > a,
  .wp-pagenavi > span {
    display: inline-block;
    min-width: 40px;
    margin: 0 10px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wp-pagenavi > a:hover,
  .wp-pagenavi > span:hover {
    background-color: #050033;
    color: #fff;
  }
  .wp-pagenavi .current {
    background-color: #050033;
    color: #fff;
  }
}