@charset "UTF-8";

/*
- 01.common
- 02 page original
- 03.other parts
*/

/* 01.common */

.main {
  padding-top: 120px;
}

@media screen and (max-width: 640px) {
  .main {
    padding-top: 68px;
  }
}

.main.pt-0 {
  padding-top: 0 !important;
}
.max-w-250{
  max-width: 250px;
}
.max-w-500 {
  max-width: 31.25rem;
}

.max-w-600 {
  max-width: 37.5rem;
}

.max-w-700 {
  max-width: 43.75rem;
}

.max-w-800 {
  max-width: 50rem;
}

.max-w-820 {
  max-width: 51.25rem;
}

.max-w-840 {
  max-width: 52.5rem;
}

.max-w-1000 {
  max-width: 62.5rem;
}


/* title*/
h2.page-ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

h2.page-ttl:before {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 90px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

.blue-ttl3 {
  color: #0068b7;
}

.video-container {
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(img/video.jpg) no-repeat center center/cover;
}

.video-wrap video {
  min-width: 100%;
  min-height: 100vh;
  max-width: initial !important;
  position: absolute;
}

@media screen and (max-width: 640px) {
  .video-wrap video {
    max-width: initial !important;
  }
}

@media (aspect-ratio: 16/9),
(min-aspect-ratio: 16/9) {
  .video-wrap video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-wrap video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.video-ttl {
  position: absolute;
  top: 3rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video-ttl>div {
  margin: 0 auto;
  width: 589px;
  height: 36px;
  position: relative;
}

@media all and (max-width: 640px) {
  .video-ttl {
    top: 2rem;
  }

}

#topBtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 32px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

@media all and (max-width: 640px) {
  #topBtn {
    bottom: 70px;
    right: 10px;
    width: 30px;
    height: 15px;
    line-height: 20px;
  }
}

/* 縦書き */
.box {
  text-align: right;
}

.box-tate {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: left;
}

.ttl-tate {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: left;
}

.ttl-tate2 {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  margin: 0;
  line-height: 3.75em;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .box-tate {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

/* swiper */
@media screen and (min-width: 640px) {
  .swiper-custom-parent {
    position: relative;
  }

  .swiper-container {
    padding: 10px;
  }
}

/* 02 page original */


/* top  */
.position-btm-right{
bottom: 0.5rem;
right: 0.5rem;
}
@media screen and (max-width: 640px) {
.position-btm-right{
right: auto;
left:0.5rem;
}

}
/* stay */
.pt-ttl {
  padding-top: 410px;
}

.pt-ttl2 {
  left: 50%;
  top: 75%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  .pt-ttl {
    padding-top: 180px;
  }

  .pt-ttl2 {
    top: 80%;
  }
}

/* contact */
.input-error {
  font-size: 0.75rem;
  color: red;
}

/* access */
.h-100px {
  height: 6.25rem;
}

/*.access-ttl{
  color: #880000;
}*/

.border-access {
  border-color: #880000;
}

/* rooms */
.rooms-subttl {
  font-size: 1.4rem;
}

.rooms-subttl.is-akane:after {
  content: "●";
  font-size: 0.65rem;
  font-family: 游明朝, YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  color: #c13342;
  display: block;
}

.rooms-subttl.is-yamabuki:after {
  content: "●";
  font-size: 0.65rem;
  color: #f5a200;
  font-family: 游明朝, YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  display: block;
}

.rooms-ttl {
  font-size: 2.8rem;
}

.Btn-Icon {
  top: 50%;
  right: 25px;
  width: 13px;
  transform: translateY(-50%);
}

/*客室 movie*/
.container-video {
  position: relative;
  height: 45rem;
  overflow: hidden;
  opacity: 0.01;
  animation: load 1.5s 0.8s ease-out forwards;
}

.container-video #video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(1.05);
}

@media screen and (max-width: 640px) {
  .container-video {
    height: 18rem;
  }
}


.mt-adjust {
  margin-top: -3.5rem;
}

@media screen and (min-width: 376px) {
  .mt-adjust {
    margin-top: -2.5rem;
  }
}

@media screen and (min-width: 400px) {
  .mt-adjust {
    margin-top: -2rem;
  }
}

@media screen and (min-width: 768px) {
  .mt-adjust {
    margin-top: 0;
  }
}

@keyframes load {
  100% {
    opacity: 1;
  }
}

/* agreement */

.bg-e6e6e6 {
  background-color: #e6e6e6;
}

.bg-f2f2f2 {
  background-color: #f2f2f2;
}


@media screen and (max-width: 640px) {
  .h3-agreement {
    font-size: 1.188rem;
    margin-bottom: 1.25rem;
  }
}

/* enjoy */

.tl-purple {
  color: #7e216f;
}

.tl-blue {
  color: #006082;
}

.tl-red {
  color: #880000;
}


.enjoy-navi.is-gray {
  background-color: #eee !important;
}

.timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 640px) {
  .timeline {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}

/* recommended */

.season-header {
  flex: 0 80px;
}

.season-body {
  flex: 1;
}

.asukakkochan-box{
width:100%;
}

@media all and (max-width: 768px) {
  .season-header {
    flex: 100%;
  }
  .season-body {
    flex: 100%;
  }
  .asukakkochan-box{
    width:300px;
    margin:0 auto;
    }
}

.ttl-deco {
  text-align: center;
  font-size:26px;
  font-weight: bold;
}

.ttl-deco:before {
  content: "";
  display: inline-block;
  background: url("/assets/images/common/ttl_bg_left.svg") no-repeat;
  position: relative;
  top: 0;
  margin-right: 0.5em;
  width: 26px;
  height: 33px;
  vertical-align: bottom;
}

.ttl-deco:after {
  content: "";
  display: inline-block;
  background: url("/assets/images/common/ttl_bg_right.svg") no-repeat;
  position: relative;
  top: 0;
  margin-left: 0.5em;
  width: 26px;
  height: 33px;
  vertical-align: bottom;
}


@media screen and (max-width: 640px) {
.ttl-deco {
  font-size:18px;
}

.ttl-deco:before {
  margin-right: 0.25em;
  width: 26px;
  height: 26px;
}

.ttl-deco:after {
  margin-left: 0.25em;
  width: 26px;
  height: 26px;
}
}

.open-box {
  position: relative;
}

.over-lay-img {
  position: absolute;
  top: 95px;
  right: 20px;
}

.over-lay-img-left {
  position: absolute;
  top: 95px;
  left: 20px;
}

.has-shadow {
  box-shadow: 0 3px 10px rgb(0, 0, 0, 0.2);
}

@media screen and (max-width: 640px) {
  .over-lay-img {
    top: 45px;
    right: 10px;
  }

  .over-lay-img-left {
    top: 45px;
    left: 10px;
  }
}

.accordion__button {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 18px;
  cursor: pointer;
}

.accordion__button::after {
  content: "";
  position: absolute;
  top: 58%;
  right: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  transform: rotate(135deg);
  margin-top: 0;
}

.accordion__buttonText {
  display: none;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  background-color: #e6e6e6;
  transition: opacity 0.3s ease 0s;
  padding: 8px 30px 16px;
  box-sizing: border-box;
}

/* is-active時（展開時）の切り替え */
.accordion__button.is-active::after {
  transform: rotate(-45deg);
  margin-top: 2px;
}

.accordion__buttonText.is-active {
  display: block;
}

/* information */

.object-cover{
     object-fit: cover;
}
@media (min-width: 1024px) {
.lg\:aspect-7\/4{
    aspect-ratio: 7 / 4;
  }
}  

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 1024px){
.lg\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .lg\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.newsList > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-divide-opacity, 1));
}

.newsList {
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.newsList-item {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.5rem;
}
@media (min-width: 1024px) {
    .newsList-item {
      gap: 2rem;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.newsList-item__right {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.newsList-item__cat {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", "ヒラギノ角ゴ ProN", Meiryo;
  font-size: 0.75rem;
  line-height: 1rem;
}

.newsList-item__ttl {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.newsList-item__link {
  font-size: 12px;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(193 51 66 / var(--tw-text-opacity, 1));
}

.newsList-item__link:after {
  content: '≫';
  display: inline-block;
  /*  vertical-align: middle;*/
  width: 16px;
  height: 16px;
  margin-left: 4px;
}

.l-menu-item {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", "ヒラギノ角ゴ ProN", Meiryo;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.l-menu-item.is-active, .l-menu-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 128 150 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.arrow_r::after {
  content: "≫";
  display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 2px;
}
.arrow_l::before {
  content: "≪";
  display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 2px;
}

.enrtyBlock {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.enrtyBlock time {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", "ヒラギノ角ゴ ProN", Meiryo;
}

.enrtyBlock h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 20px;
  line-height: 2.25rem;
  font-weight: 600;
}

.enrtyBlock figure {
  margin-bottom: 2rem;
}

.enrtyBlock figure figcaption {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.enrtyBlock img {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.enrtyBlock p {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  line-height: 2;
}

.enrtyBlock a {
  --tw-text-opacity: 1;
  color: rgb(193 51 66 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .enrtyBlock {
    padding-left: 0;
    padding-right: 0;
  }

  .enrtyBlock h2 {
    font-size: 1.875rem;
  }
}

/* 03.other parts */

.has-arrow:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -3px 0 0 5px;
  background: url(../images/common/btc-cta.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.pc_br {
  display: block;
}

.mobile_br {
  display: none;
}

@media screen and (max-width: 640px) {
  .pc_br {
    display: none;
  }

  .mobile_br {
    display: block;
  }
}

.icon-pdf {
  position: relative;
}

.icon-pdf:after {
  content: url(../images/common/icon-pdf.png);
  position: absolute;
  top: -3px;
}

@media screen and (max-width: 640px) {
  .icon-pdf {
    position: static;
  }

  .icon-pdf:after {
    content: url(../images/common/icon-pdf.png);
    display: block;
    position: relative;
    text-align: center;
    top: 3px;
  }
}

.t-shadow {
  text-shadow: #333 1px 1px 10px, #333 -1px 1px 10px, #333 1px -1px 10px, #333 -1px -1px 10px;
}

.list-ind02 {
  text-indent: -2.25rem;
}

.list-ind02 li {
  margin-left: 2.25rem;
}

.list-ind01 {
  text-indent: -1.25rem;
}

.list-ind01 li {
  margin-left: 1.25rem;
}

.ind--125 {
  text-indent: -1.25rem !important;
}

.ind--175 {
  text-indent: -1.75rem !important;
}

.rec-indent {
  text-indent: -1.4rem !important;
  padding-left: 1.2rem !important;
}

@media screen and (max-width: 640px) {
  .rec-indent {
    text-indent: -0.8rem !important;
    padding-left: 0.8rem !important;
  }
}

.rec-indent02 {
  text-indent: -1rem !important;
  padding-left: 1rem !important;
}

@media screen and (max-width: 640px) {
  .rec-indent02 {
    text-indent: -0.8rem !important;
    padding-left: 0.8rem !important;
  }
}

@media screen and (max-width: 640px) {
  .indent--1 {
    text-indent: -1rem !important;
    padding-left: 2rem !important;
  }

  .indent--2 {
    text-indent: -1rem !important;
    padding-left: 1rem !important;
  }

  .indent--3 {
    text-indent: -1.5rem !important;
    padding-left: 1.5rem !important;
  }
}


ul.list-readme {
  text-indent: -1em;
}

ul.list-readme li {
  margin-left: 1em;
}

.has-cycle:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 23px;
  margin: -3px 5px 0 0;
  background: url(../images/access/icon-cycle.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.flex-50 {
  flex: 0 50px;
}

.flex-50 img {
  text-decoration: none;
}

/* color */
.text-9fa0a0 {
  color: #9fa0a0;
}
.text-b-bb8064{
  color: #bb8064;
  font-weight: 600;
}
.text-ff0000 {
  color: #ff0000;
}
.bg-f6f6f6 {
  background-color: #f6f6f6;
}

.bg-f2f0ed {
  background-color: #f2f0ed;
}

.bg-aaabab {
  background-color: #aaabab;
}

.bg-293855 {
  background-color: #293855;
}

.bg-e8e8e8 {
  background-color: #e8e8e8;
}

.bg-bb8064 {
  background-color: #bb8064;
}


.border-dcdddd {
  border-color: #dcdddd;
}

.border-9fa0a0 {
  border-color: #9fa0a0;
}

.border-712057 {
  border-color: #712057;
}

.border-009b63 {
  border-color: #009b63;
}

.bg-spring{
  background-color:#F09396;
}
.bg-summer{
  background-color:#65C2BC;
}
.bg-autumn{
  background-color:#E9A45B;
}
.bg-winter{
  background-color:#91A6D5;
}
.bg-morging{
  background-color:#60BDE7;
}
.bg-evening{
  background-color:#EE7B62;
}


/* font size */
@media (min-width: 768px) {
  .md\:fs-13 {
    font-size: 13px;
  }

  .md\:fs-16 {
    font-size: 16px;
  }
  .md\:fs-22 {
    font-size: 22px;
  }

  .md\:fs-32 {
    font-size: 32px;
  }

  .md\:fs-40 {
    font-size: 40px;
  }

  .md\:fs-42 {
    font-size: 42px;
  }
}

@media screen and (max-width: 640px) {
  .fs-sm-10 {
    font-size: 10px;
  }

  .fs-sm-11 {
    font-size: 11px;
  }
  .fs-sm-12 {
    font-size: 12px;
  }

  .fs-sm-13 {
    font-size: 13px;
  }

  .fs-sm-15 {
    font-size: 15px;
  }

  .fs-sm-16 {
    font-size: 16px;
  }

  .fs-sm-18 {
    font-size: 18px;
  }

  .fs-sm-19 {
    font-size: 19px;
  }

  .fs-sm-20 {
    font-size: 20px;
  }

  .fs-sm-24 {
    font-size: 24px;
  }
}



/* line-height */
@media (min-width: 768px) {
  .md\:lh-30 {
    line-height: 30px;
  }

  .md\:lh-60 {
    line-height: 60px;
  }
}


@media screen and (max-width: 640px) {
  .lh-sm-24 {
    line-height: 24px;
  }
  .lh-sm-30 {
    line-height: 30px;
  }
}

.w-265px {
  width: 265px;
}

.w-520px {
  width: 520px;
}

@media (min-width: 768px) {
  .md\:w-275px {
    width: 275px;
  }
}

/* height */
.h-36px {
  height: 36px;
}

@media screen and (max-width: 640px) {
  .h-78px {
    height: 78px;
  }

  .h-150px {
    height: 150px;
  }
}


.rounded-20px {
  border-radius: 30px;
}




.sm-event-l {
  width: 275px;
}

.sm-event-r {
  width: calc(100% - 275px);
  display: flex;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .sm-event-l {
    width: 112px;
  }

  .sm-event-r {
    width: calc(100% - 112px);
    display: flex;
    align-items: center;
  }
}

.border-dash {
  background-image: linear-gradient(to right, #9fa0a0, #9fa0a0 4px, transparent 4px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  height: 1px;
}

/* 矢印 */
.has-arrow-purple:after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: -3px 0 0 5px;
  background-size: contain;
  position: absolute;
  right: 48px;
  margin-top: 20px;
  ;
  background-color: #712057;
  mask-image: url(../images/common/btc-cta.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url(../images/common/btc-cta.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

@media screen and (max-width: 640px) {
  .has-arrow-purple:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: -3px 0 0 5px;
    background-color: #712057;
    mask-image: url(../images/common/btc-cta.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url(../images/common/btc-cta.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    top: 36%;
    right: 25px;
  }
}

.has-arrow-green:after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: -3px 0 0 5px;
  background-size: contain;
  position: absolute;
  right: 48px;
  margin-top: 20px;
  ;
  background-color: #009b63;
  mask-image: url(../images/common/btc-cta.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url(../images/common/btc-cta.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

@media screen and (max-width: 640px) {
  .has-arrow-green:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: -3px 0 0 5px;
    background-color: #009b63;
    mask-image: url(../images/common/btc-cta.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url(../images/common/btc-cta.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    top: 36%;
    right: 25px;
  }
}

.recommended-navi {
  --text-opacity: 1;
  font-weight: 400;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  width: 100%;
  --bg-opacity: 1;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .recommended-navi {
    --text-opacity: 1;
    font-weight: 400;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    width: 100%;
    --bg-opacity: 1;
    text-align: center;
  }
}

.arrow-t {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #fff;
  text-decoration: none;
}

.arrow-t::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -3px;
  transform: rotate(-45deg);
}

.font-palt {
  font-feature-settings: "palt";
}

@media all and (min-width: 768px) {
  .recommended-04-grid {
    width: auto;
    display: grid;
    grid-template-rows: 40px auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .recommended-04-grid-ttl {
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: 20px;
    font-weight: bold;
    padding-left: 25px;
    margin-top: -7px !important;
  }

  .recommended-04-grid-img {
    grid-row: 1/3;
    grid-column: 1/2;
  }

  .recommended-04-grid-img img {
    display: block;
    width: 117px;
    height: 118px;
  }

  .recommended-04-grid-text {
    grid-row: 2/4;
    grid-column: 2/3;
    padding-left: 25px;
  }
}

@media screen and (max-width: 640px) {
  .recommended-04-grid {
    width: auto;
    padding: 20px 30px 25px;
    margin: 20px auto;
    display: grid;
    place-items: center;
  }

  .recommended-04-grid-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .recommended-04-grid-img {
    margin-bottom: 30px;

  }

  .recommended-04-grid-img img {
    width: 153px;
    height: auto;
  }

  .recommended-04-grid-text {
    margin-bottom: 15px;
    line-height: 22px;
  }
}

@media screen and (max-width: 640px) {
  .content-over {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.btn-cta-rec {
  display: block;
  border-width: 1px;
  width: 100%;
  font-weight: 500;
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
  margin-left: auto;
  margin-right: auto;
}

.has-arrow-rec:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -3px 0 0 5px;
  background: url(../images/common/btc-cta.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -8px;
}

@media screen and (max-width: 640px) {
  .has-arrow-rec:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -3px 0 0 5px;
    background: url(../images/common/btc-cta.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
  }
}
