@charset "UTF-8";

/*
Theme Name: others-iseshima
Description: This is others-iseshima site original theme.
Author: BookingResort
*/

:root {
  --base-dark: #2C333D;
  --base-light: #F0F4F7;
  --base-white: #ffffff;

  /* ページ別アクセント*/
  --color-room: #E2E9E7;
  --color-meal: #F5EBE6;
  --color-activity: #DDE8F0;
  --color-sightseeing: #EFECE1;
  --color-qa: #E6E9EF;
}


.top-page {
  overflow-x: hidden;
}

.mv-box img {
  width: 100%;
  height: auto;
}

/*main {
	overflow-x: hidden;
}*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 12%;
  }
}

/*END*/
/*------------------------------------------

	サイト内汎用

------------------------------------------*/
.txt {
  font-size: 1.5rem;
  line-height: 2.2;
}

.inr {
  padding-right: 70px;
  padding-left: 70px;
}

.link a {
  font-size: 1.2rem;
  color: var(--base-dark);
  border: var(--base-dark) 1px solid;
  display: inline-block;
  padding: 1em 2em;
  box-shadow: 2px 3px rgb(0 0 0 / 53%);
}

.link_color a {
  font-size: 1.2rem;
  border: #737e7a 1px solid;
  display: inline-block;
  padding: 1em 2em;
}

.sosolink a {
  font-size: 1.2rem;
  color: #222;
  border: #222 1px solid;
  display: inline-block;
  padding: 1em 2em;
}

.hx-type1 {
  font-size: 3rem;
  font-weight: 500;
}

.hx-type2 {
  font-size: 3.3rem;
  line-height: 1.2;
  font-weight: 500;
}

.hx-type2 .sub {
  font-size: 0.6em;
}

.hx-type3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: #737e7a 1px solid;
  padding-top: 15px;
  padding-bottom: 30px;
}

.pb15 {
  padding-top: 0;
  padding-bottom: 15px;
}

.hx-type3 .sub {
  font-size: 2.3rem;
}

.hx-type4 {
  font-size: 3rem;
  line-height: 1.5;
}

.hx-type4 .sub {
  font-size: 0.6em;
  color: #737e7a;
  padding-right: 1em;
}

.hx-type4.slv .sub {
  color: #939393;
}

.color_w {
  color: #fff;
}

.bk_white {
  background-color: #fff;
}

/*PC*/
@media screen and (min-width: 768px) {
  .anchor {
    padding-top: 68px;
    margin-top: -68px;
  }
}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .inr {
    padding-right: 2%;
    padding-left: 2%;
  }

  .anchor {
    padding-top: 68px;
    margin-top: -68px;
  }

  .txt {
    font-size: 1.4rem;
    letter-spacing: -0.03em;
  }

  .hx-type1 {
    font-size: 2.2rem;
    letter-spacing: -0.03em;
  }

  .hx-type2 {
    font-size: 2.4rem;
    letter-spacing: -0.03em;
  }
}

/*END*/
/*------------------------------------------

	ヘッダー固定

------------------------------------------*/
.site-header {
  width: 100%;
  position: absolute;
  /*background-color: rgba(76,98,84,0.80);*/
  top: 0;
  left: 0;
  transition: 0.6s;
  padding: 20px 0px;
  z-index: 9999;
}

.site-header .inr {}

/* .site-header h1,
.site-header p {
  width: 140px;
} */

/* .site-header .menu-box {
  width: calc(100% - 250px);
} */

.site-header .gnav li {
  margin-left: 30px;
}

.site-header .gnav a {
  font-size: 1.6rem;
  /*color: #fff;*/
}

.site-header .gnav .waku a {
  border: #fff 1px solid;
  border-radius: 3px;
  padding: 0.7em;
}

header.site-header h1 {
  margin-left: 0px;
  font-size: 1.5rem;
}

.site-header h1 a img {
  width: 80px;
}

/*PC*/
@media screen and (min-width: 768px) {
  .hed-fix .site-header {
    background-color: var(--base-light);
    padding: 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }

  .hed-fix .site-header .gnav a,
  .single .site-header .gnav a {
    /*color: #fff;*/
  }

  .hed-fix .site-header .gnav .waku a,
  .single .site-header .gnav .waku a {
    border: #fff 1px solid;
  }

  /*.single .site-header {
		background-color: #fff;
	}*/
  .site-header .gnav .drop {
    position: relative;
  }

  .site-header .gnav .sub-menu {
    display: none;
  }

  .hed-fix .site-header .sub-menu,
  .single .site-header .sub-menu {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .hed-fix .site-header .sub-menu a {
    color: #262626;
  }

  .site-header .gnav .drop {
    padding-left: 1em;
    position: relative;
  }

  .site-header .gnav .drop::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5.5px 0 5.5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: calc(50% - -1px);
    left: -5px;
    transform: translateY(-50%);
  }

  .hed-fix .site-header .gnav .drop::before,
  .single .site-header .gnav .drop::before {
    border-color: #000 transparent transparent transparent;
  }

  .site-header .gnav .drop .sub-menu {
    width: 150%;
    position: relative;
  }

  .site-header .gnav .drop:hover .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
  }

  .site-header .gnav .drop .sub-menu li {
    padding-left: 1em;
    margin-left: 0;
  }

  .menu-btn {
    display: none;
  }

  ul.gnav {
    margin-right: 80px;
  }

  .site-header h1 a img {
    width: 100px;
  }

  .site-header .fb {
    flex-wrap: nowrap;
  }

  .site-header .fb .menu-box .gnav {
    flex-wrap: wrap;
  }
}

/*END*/
/*Smartphone*/
@media screen and (max-width: 1030px) {
  .site-header .gnav li {
    margin-left: 25px;
  }
}

/*END*/
/*Smartphone*/
@media screen and (max-width: 768px) {
  .site-header .gnav a {
    font-size: 1.4rem;
  }
}

/*END*/
/*Smartphone*/
@media screen and (max-width: 768px) {

  /*gnavボタン*/
  .site-header .open-btn {
    width: 40px;
    height: 30px;
    position: fixed;
    top: 10px;
    right: 10px;
  }

  .site-header .open-btn span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .site-header .open-btn::before,
  .site-header .open-btn::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
  }

  .site-header .open-btn::before {
    top: 0;
  }

  .site-header .open-btn::after {
    bottom: 0;
  }

  .site-header .close-btn {
    width: 100%;
    height: 60px;
    color: #262626;
    border-bottom: #fff 1px solid;
    background: #fff;
    padding: 1em;
  }

  /*gnav*/
  .site-header .menu-box {
    width: 100%;
    height: 100%;
    background-color: rgb(240 244 247 / 90%);
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 9999;
    transition: 0.3s;
    overflow: scroll;
    padding-bottom: 410px;
  }

  .open .site-header .menu-box {
    left: 0;
  }

  .site-header .gnav {
    width: 100%;
    display: block;
  }

  .site-header .gnav li {
    width: 100%;
    margin-left: 0;
  }

  .site-header .gnav li a {
    width: 100%;
    font-size: 1.6rem;
    display: block;
    border-bottom: #fff 1px solid;
    padding: 1em;
  }

  .site-header .gnav li .sub-menu a {
    font-size: 1.3rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .site-header .gnav .waku a {
    width: 80%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .site-header {
    padding: 2%;
  }

  .hed-fix .site-header {
    padding: 2%;
  }

  .up-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    background: #222;
    color: #fff;
    padding: 3px 5px;
    text-align: center;
  }
}

/*END*/
/*------------------------------------------

TOP記事スライダー1

------------------------------------------*/
.slider-box {
  background-color: #e7e9ed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.slider-box .inr {
  /*width: 100%;*/
  max-width: 1280px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.slider-box .post-box {
  padding: 0 20px;
}

.slider-box .post-wrap {
  padding: 1em;
}

.slider-box .post-box .tit {
  font-size: 1.7rem;
}

.slider-box .post-box .txt {
  font-size: 1.5rem;
  line-height: 1.7;
}

.slider-box .my-dots {
  display: flex;
  justify-content: center;
}

.slider-box .flex-control-nav a,
.slider-box .my-dots li button {
  width: 10px;
  height: 10px;
  color: transparent;
  border-radius: 100px;
  display: block;
  background-color: #939393;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 10px;
}

.slider-box .flex-control-nav a.flex-active,
.slider-box .my-dots li.slick-active button {
  background-color: #262626;
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .slider-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slider-box .inr {
    padding-right: 2%;
    padding-left: 2%;
  }

  .slider-box #post-slider {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .slider-box .post-box {
    padding: 0 5px;
  }

  .slider-box .post-box .tit {
    font-size: 1.5rem;
  }

  .slider-box .post-box .txt {
    font-size: 1.3rem;
  }
}

/*END*/
/*------------------------------------------

２columnエリア

------------------------------------------*/
.column-box {
  /*padding-bottom: 20px;*/
}

.column-box .txt-box {
  width: 50%;
}

.column-box .img-box {
  width: calc(100% - 50%);
  height: 550px;
}

.column-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.column-box.column2 .txt-box,
.column-box.column2 .img-box {
  width: 50%;
  padding-bottom: 15px;
}

.meal_w {
  color: var(--base-dark);
}

.meal_g {
  color: #e2e6e1;
}

.meal_lh {
  line-height: 1.1;
}

/*PC*/
@media screen and (min-width: 768px) {
  .column-box .txt-box {
    padding-right: 40px;
    padding-left: 40px;
    margin-top: -35px;
  }
}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .column-box .txt-box {
    width: 100%;
    padding-top: 20px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .column-box .img-box {
    width: 100%;
    height: auto;
  }

  .sp_txtal {
    text-align: center;
  }

  .sp_w100 {
    width: 100%;
  }

  .column-box.column2 .txt-box,
  .column-box.column2 .img-box {
    width: 100%;
  }
}

/*END*/
/*------------------------------------------

PLAN

------------------------------------------*/
.plan-box {
  background-color: #f4f4f4;
  padding-bottom: 100px;
  padding-top: 40px;
}

.plan-box .inr {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.plan-box article::before,
.plan-box article::after {
  content: "";
  width: 23.4375%;
  max-width: 300px;
  display: block;
}

.plan-box article::before {
  order: 1;
}

.plan-box .post-box {
  width: 23.4375%;
  max-width: 300px;
}

.plan-box .post-wrap {
  background-color: #fff;
  padding: 1em;
}

.plan-box .post-box .tit {
  font-size: 1.7rem;
}

.plan-box .post-box .txt {
  line-height: 1.8;
}

.plan-box .post-box .cat {
  font-size: 1.3rem;
  display: inline-block;
  border: #999 1px solid;
  border-radius: 100px;
  padding: 0.3em 1em;
  margin-right: 10px;
}

.room_table {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
}

.room_table th {
  width: 30%;
  text-align: center;
  padding: 15px;
}

.room_table td {
  width: 70%;
  padding: 12px 35px;
}

.room_table th,
.room_table td {
  border-top: solid 1px #ccc8bc;
  border-bottom: solid 1px #ccc8bc;
}

.tabl_txt {
  text-align: center;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .room_table {
    width: 90%;
  }

  .room_table th,
  .room_table td {
    border-bottom: none;
    display: block;
    text-align: left;
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .room_table {
    width: 98%;
  }
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .plan-box {
    background-color: #f4f4f4;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .plan-box .post-box {
    width: 48%;
    max-width: none;
  }

  .plan-box .post-box .tit {
    font-size: 1.4rem;
  }

  .plan-box .post-box .txt {
    font-size: 1.3rem;
  }

  .plan-box .post-box .cat {
    font-size: 1.2rem;
    margin-right: 5px;
  }
}

/*END*/
/*------------------------------------------

journal

------------------------------------------*/
/* .journal-box {
  background-color: var(--color-sightseeing);
  padding-bottom: 100px;
} */

.journal-wrap {
  background-color: var(--color-sightseeing);
  padding-top: 100px;
  padding-bottom: 50px;
}

.journal-box .inr {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.journal-box .post-box {
  width: 50%;
}

.journal-box .thum {
  width: 260px;
  height: 260px;
}

.journal-box .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.journal-box .post-wrap {
  width: calc(100% - 260px);
  padding-right: 2em;
  padding-left: 2em;
}

.journal-box time {
  font-size: 1.7rem;
}

.journal-box .tit {
  font-size: 1.7rem;
}

.journal-box .txt {
  font-size: 1.5rem;
  line-height: 1.8;
}

.journal-box .cat,
.single-journal .content-box .cat {
  font-size: 1.3rem;
  background-color: #f4f4f4;
  display: inline-block;
  border-radius: 100px;
  padding: 0.3em 1em;
  margin-right: 10px;
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  /* .journal-box {
    padding-bottom: 50px;
  } */

  .journal-wrap {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .journal-box .post-box {
    width: 100%;
  }

  .journal-box .thum {
    width: 100px;
    height: 100px;
  }

  .journal-box .post-wrap {
    width: calc(100% - 100px);
    padding-right: 0;
    padding-left: 1em;
  }

  .journal-box time {
    font-size: 1.2rem;
  }

  .journal-box .tit {
    font-size: 1.4rem;
  }

  .journal-box .txt {
    font-size: 1.3rem;
  }

  .journal-box .cat,
  .single-journal .content-box .cat {
    font-size: 1.2rem;
    margin-right: 5px;
  }
}

/*END*/
/*------------------------------------------

	フッター

------------------------------------------*/
.simai-box {
  width: 100%;
  color: #fff;
  background-color: var(--base-dark);
  padding-top: 100px;
  padding-bottom: 60px;
}

.simai-box h4 {
  text-align: left !important;
}

.simai-box .inr {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.shisetsu-box {
  width: 28.90625%;
  max-width: 370px;
}

.shisetsu-box:first-child {
  width: 100%;
  max-width: 740px;
}

.shisetsu-box:first-child .shisetsu-inr {
  width: 50%;
}

.shisetsu-flex {
  display: flex;
  flex-wrap: wrap;
}

.shisetsu-box .thum {
  width: 41.6666666667%;
  max-width: 120px;
}

.shisetsu-box .txt-box {
  max-width: 340px;
  padding-left: 10px;
  padding-top: 3px;
}

.shisetsu-box .txt-box .cap {
  font-size: 1.3rem;
  letter-spacing: -0.03em;
}

.shisetsu-box .txt-box .tit {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: -0.03em;
}

.footer-about-box {
  background-color: var(--base-light);
  padding: 70px 0 35px;
}

.footer-about-box p.tel {
  font-size: 26px;
}

.footer-about-box .inr {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.footer-about-box .cpy-box {
  width: 50%;
  border-right: #fff 1px solid;
}

.footer-about-box .tit {
  font-size: 2.6rem;
}

.footer-about-box address {
  font-size: 1.7rem;
  font-style: normal;
}

.footer-about-box .t-access span {
  text-decoration-line: underline;
}

.footer-about-box .res a {
  font-size: 1.6rem;
  border: #333 1px solid;
  border-radius: 3px;
  display: inline-block;
  padding: 0.4em 1.4em;
}

.footer-about-box a {
  /*color: #fff;*/
}

.footer-about-box .nav-box {
  width: 50%;
}

footer .gnav {
  font-size: 1.9rem;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

footer .nav-inr {
  margin-left: auto;
}

footer .gnav>li {
  line-height: 2;
  position: relative;
  padding-left: 1em;
}

footer .gnav>li::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 15px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}

footer .gnav .sub-menu {
  font-size: 1.6rem;
  padding-left: 1em;
}

footer .gnav .sub-menu>li {
  line-height: 1.7;
  position: relative;
}

footer .gnav .sub-menu>li::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 100px;
  display: block;
  position: absolute;
  left: -0.9em;
  top: 13px;
}

footer .footer_company {
  text-align: center;
  font-size: 12px;
  padding: 40px 0 0 0;
}

/*PC*/
@media screen and (min-width: 768px) {
  footer .nav-inr {
    margin-right: 80px;
  }

  footer .gnav li.menu-item-341 {
    margin-bottom: 35px;
  }

  footer .gnav li.menu-item-344 {
    margin-left: 50px;
  }

  .sm-footer-menu {
    display: none;
  }
}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .simai-box {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .shisetsu-box {
    width: 100%;
    max-width: none;
  }

  .shisetsu-box:first-child .shisetsu-inr {
    width: 100%;
  }

  .shisetsu-box .thum {
    width: 20%;
    max-width: none;
  }

  .shisetsu-box .txt-box {
    max-width: none;
    padding-left: 5px;
  }

  .shisetsu-box .txt-box .cap {
    font-size: 1.2rem;
  }

  .shisetsu-box .txt-box .tit {
    font-size: 1.6rem;
  }

  .footer-about-box {
    padding: 30px 0;
  }

  .footer-about-box .cpy-box {
    width: 100%;
    border-right: 0;
  }

  .footer-about-box .tit {
    font-size: 2.2rem;
  }

  .footer-about-box address {
    font-size: 1.4rem;
    font-style: normal;
  }

  .footer-about-box .res a {
    font-size: 1.3rem;
  }

  .footer-about-box .nav-box {
    width: 100%;
  }

  .footer-about-box img {
    width: 138px;
    height: auto;
  }

  footer .gnav {
    font-size: 1.5rem;
    border-top: #fff 1px solid;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  footer .nav-inr {
    width: 100%;
    margin-left: 0;
  }

  footer .gnav li a {
    width: 100%;
    border-bottom: #fff 1px solid;
    display: block;
    padding: 0.5em;
  }

  footer .gnav>li {
    padding-left: 0;
  }

  footer .gnav>li::after {
    left: auto;
    right: 15px;
    top: 22px;
  }

  footer .gnav .sub-menu {
    font-size: 1.3rem;
  }

  footer .gnav .sub-menu>li::after {
    top: 18px;
  }

  footer .footer_company {
    text-align: center;
    font-size: 12px;
    padding: 40px 0 40px 0;
  }

  .sm-footer-menu {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
  }

  .sm-footer-menu li {
    text-align: center;
    position: relative;
    height: 56px;
  }

  .sm-footer-menu li a {
    position: absolute;
    top: 5px;
    left: 0;
    height: 100%;
    width: 100%;
    font-size: 14px;
  }

  .sm-footer-menu li:nth-of-type(1) {
    width: 50%;
    background: #1f242b;
    color: var(--base-white);
  }

  /*.sm-footer-menu li:nth-of-type(2) {
		width: 28%;
    background: #6C7A71;
	}*/
  .sm-footer-menu li:nth-of-type(2) {
    width: 25%;
    background: #d4e3ef;
  }

  .sm-footer-menu li:nth-of-type(3) {
    width: 25%;
    background: #d4e3ef;
  }

  /*.sm-footer-menu li.menu-btn {
		width: 20%;
		background: #222;
		color: #fff;
		padding-top: 14px;
	}*/
}

/*END*/
/*------------------------------------------

	リアルタイムエラー

------------------------------------------*/
.fld-con {
  position: relative;
}

.tooltip {
  color: #fff;
  position: absolute;
  background: #8b0000;
  font-size: 14px;
  width: 60%;
  padding: 5px 10px;
  left: 0;
  top: -40px;
  border-radius: 5px;
  border: 1px solid #aaa;
  box-shadow: 0px 1px 2px 0 #c1bcb9;
  z-index: 10000;
  line-height: 22px;
  display: none;
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {}

/*END*/
/*------------------------------------------

	ページ内リンクの時の処理　追記

------------------------------------------*/
a.scroll_point {
  height: 1px;
  margin-top: -80px;
  padding-top: 80px;
  display: block;
  /*color: #909757;*/
}

@media screen and (max-width: 896px) {
  a.scroll_point {
    display: block;
    margin-top: 0;
    padding-top: 0;
  }
}

/*言語切り替え*/
.language {
  z-index: 9999;
  position: absolute;
  right: 20px;
  top: 22px;
  width: 140px;
  height: 20px;
}

.language>li {
  /*親階層のみ幅を25%にする*/
  width: 100%;
}

/*全てのリスト・リンク共通*/
.language li {
  list-style: none;
  position: relative;
}

.language li p.lan-ja,
.language li a {
  background: #eee;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 5px 0;
  border-radius: 18px;
}

/*子階層以降共通*/
.language li li {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  margin-top: 1px;
  margin-bottom: 6px;
}

.language li:hover>ul>li {
  height: 2rem;
  overflow: visible;
}

@media screen and (max-width: 896px) {
  .language {
    left: 12px;
    top: 10px;
    width: 110px;
  }
}

/*------------------------------------------

	閉じるバナー

------------------------------------------*/
.callout-container_sp {
  display: none;
}

.callout-container_pc {
  position: fixed;
  width: 30%;
  max-width: 400px;
  z-index: 333;
  left: 0;
  bottom: 0;
}

.callout-container_pc img {
  width: 100%;
}

.bnr_close_pc {
  position: absolute;
  top: -5px;
  right: 5px;
  color: white;
  font-size: 50px;
  padding: 10px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}

.bnr_close_pc:hover {
  color: white;
}

@media screen and (max-width: 896px) {
  .callout-container_pc {
    display: none !important;
  }

  .callout-container_sp {
    display: block !important;
    position: fixed;
    width: 100%;
    z-index: 333;
    bottom: 55px;
    left: 0;
  }

  .callout-container_sp img {
    width: 100%;
  }

  .bnr_close_sp {
    position: absolute;
    top: -8px;
    right: -8px;
    color: white;
    font-size: 43px;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
  }

  .bnr_close_sp:hover {
    color: white;
  }
}