@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* CSS Document */
html {
  scroll-behavior: smooth;
}

#wrapper {
  width: 100%;
  /*max-width:950px;*/
  margin: 0 auto 10px;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Noto Serif JP', serif;
}

#wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper a {
  word-break: break-all;
}

#wrapper img {
  vertical-align: bottom;
}

#wrapper h2,
#wrapper h3,
#wrapper h4 {
  /* font-weight: bold; */
}

@media screen and (min-width: 760px) {
  .pc_none {
    display: none;
  }
}

@media screen and (max-width: 759.9px) {
  .sp_none {
    display: none;
  }
}

.text_red {
  color: #B20202;
  border-bottom: 1px solid #B20202;
}

.text_bold {
  font-weight: bold;
}

.text_normal {
  font-weight: normal;
}

.text_center {
  text-align: center;
}

.text_font_sans {
  font-family: 'Noto Sans JP', sans-serif;
}

.attention {
  font-size: 90%;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
}

.disnon {
  display: none;
}

.marker {
  background: linear-gradient(transparent 80%, #ffd22c 80%);
  font-weight: bold;
}

a.godetail {
  width: 80%;
  height: 50px;
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 10px 20px;
  text-decoration: none;
  background: #3C0000;
  color: #FFFFFF;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  z-index: 100;
}

a.godetail.chubu {
  background: #4E4633;
}

a.godetail.gray {
  background: #6B6B6B;
  pointer-events: none;
}

a.godetail:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
  opacity: 0.8;
}

a.gotop {
  margin: 20px auto;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
}

/*--------.page_roof-------------*/
.page_roof {
  width: 100%;
  padding: 30px 0;
  margin-bottom: 30px;
}

.page_roof .inner {
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_roof .logo {
  width: 11%;
}

.page_roof .logo img {
  width: 100%;
}

.page_roof h2 {
  width: 75%;
  text-align: center;
  color: #482D02;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page_roof h2 span {
  font-size: 110%;
}

.page_roof h2 .catch {
  font-size: 160%;
  margin-bottom: 15px;
}

.page_roof h2 {
  width: 75%;
}

.page_roof h2 img {
  width: 80%;
  margin-bottom: 10px;
}

@media screen and (max-width: 759.9px) {
  .page_roof {
    padding: 20px 0;
    margin-bottom: 20px;
  }

  .page_roof h2 span {
    font-size: 100%;
  }

  .page_roof h2 .catch {
    font-size: 120%;
    margin-bottom: 10px;
  }
}

/*-------------headナビ --------------*/
nav.hotelsNav {
  width: 98%;
  margin: 0 auto;
}

nav.hotelsNav ul {
  width: 100%;
  margin: 0 auto;
  max-width: 950px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

nav.hotelsNav ul li {
  width: 49%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  position: relative;
}

nav.hotelsNav ul li.selected {
  height: 80px;
}

nav.hotelsNav ul li:first-child {
  background: #007612;
}

nav.hotelsNav ul li:nth-child(2) {
  background: #3C0000;
}

nav.hotelsNav ul li:last-child {
  background: #3c0303;
}

nav.hotelsNav ul li p {
  font-size: 140%;
  color: #FFFFFF;
  line-height: 1.5;
}

nav.hotelsNav ul li .look {
  position: absolute;
  top: 35%;
  right: -15px;
  width: 5em;
  padding: 5px 0;
  text-align: center;
  font-size: 120%;
  color: #FFFFFF;
  background: #FF0000;
  font-family: 'Noto Sans JP', sans-serif;
  transform: rotate(12deg);
}

@media screen and (max-width: 759.9px) {
  nav.hotelsNav ul li {
    height: 50px;
  }

  nav.hotelsNav ul li.selected {
    height: 65px;
  }

  nav.hotelsNav ul li p {
    font-size: 100%;
  }

  nav.hotelsNav ul li .look {
    font-size: 12px;
    transform: rotate(-12deg);
    padding: 2px 0;
    top: 80%;
  }
}


/*-------------タブラップ--------------*/
.tab_wrap {
  width: 100%;
}

#tab01_panel {
  background: #F5FAF5;
}

#tab02_panel {
  background: #F8F7F5;
}

/*-------------ページコンテンツ   --------------*/
.tab_wrap .inner {
  width: 90%;
  max-width: 950px;
  padding: 40px 0;
  margin: 0 auto 40px;
}

.inner2 {
  width: 100%;
  padding: 40px 0;
  margin: 0 auto 40px;
}

.tab_wrap .lead h2 {
  font-size: 120%;
  text-align: center;
  margin-bottom: 20px;
}

.tab_wrap .lead p {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 30px;
  font-size: 110%;
}

.tab_wrap .chart {
  width: 90%;
  max-width: 640px;
  margin: 0 auto 30px;
}

.tab_wrap .chart .attention {
  text-align: right;
}

.tab_wrap .chart img {
  max-width: 100%;
}

@media screen and (max-width: 759.9px) {
  .tab_wrap .lead h2 {
    font-size: 110%;
  }

  .tab_wrap .lead p {
    font-size: 100%;
  }

  .tab_wrap .chart .attention {
    font-size: 12px;
  }
}

.inner2 {
  padding: 20px 0;
}


.tab_wrap .to_customers {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 80px;
  font-size: 110%;
}

.tab_wrap .to_customers h2 {
  margin-bottom: 5px;
  text-align: center;
}

@media screen and (max-width: 759.9px) {
  .tab_wrap .to_customers {
    font-size: 100%;
  }
}

.title_centerline {
  width: 100%;
  max-width: 950px;
  font-size: 180%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
  color: #3C0000;
  text-align: center;
}

.title_centerline:before,
.title_centerline:after {
  content: "";
  height: 3px;
  /* 線の太さ */
  background: #3C0000;
  /* 線の色 */
  margin: 0 15px;
  /*width: 100px;*/
  flex-grow: 1;
}

@media screen and (max-width: 759.9px) {
  .title_centerline {
    font-size: 130%;
  }

  .title_centerline:before,
  .title_centerline:after {
    margin: 0 5px;
  }
}

.region {
  margin-bottom: 120px;
}

.regionname {
  font-size: 150%;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
  /* padding-bottom: 5px;
  border-bottom: 2px solid #277018; */
  margin-top: 70px;
  color: #fff;
  background-color: #87bb5f;
  border-radius: 40px;
}

.title_hotelgroup {
  font-size: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto 30px;
  color: #3C0000;
}

.title_hotelgroup:before,
.title_hotelgroup:after {
  content: "";
  width: 36px;
  height: 36px;
  background: url("../images/green_circle.png")no-repeat center;
  background-size: contain;
  margin: 0 15px;
}

@media screen and (max-width: 759.9px) {
  .title_hotelgroup {
    font-size: 130%;
  }

  .title_hotelgroup:before,
  .title_hotelgroup:after {
    width: 25px;
    height: 25px;
    margin: 0 10px;
  }
}

/*-------------pageナビPC--------------*/
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

@media screen and (min-width: 760px) {
  #pageNav {
    background: #277018;
    width: 100%;
    z-index: 20;
    margin: 40px 0;
    padding: 0;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  }

  #pageNav ul a,
  #pageNav ul a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
  }

  #pageNav ul {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;
  }

  #pageNav ul a {
    height: 50px;
    background: url("../images/menu_line.svg") no-repeat center right;
    background-size: 1px;
  }

  #pageNav ul a:first-child,
  #pageNav ul a:nth-child(4) {
    background: url("../images/menu_line.svg") no-repeat center left,
      url("../images/menu_line.svg") no-repeat center right;
    background-size: 1px;
  }

  #pageNav ul a li {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 120%;
    padding: 0 40px;
  }

  #pageNav ul a.selected {
    background-color: #0ACDBD;
  }
}

/*----- pageナビスマホ -----*/

@media screen and (max-width: 759.9px) {
  #pageNav {
    margin-bottom: 50px;
  }

  .nav_btn.open {
    width: 100%;
    margin: 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 15px 0;
    background: #6F6462;
    color: #FFFFFF;
  }

  .nav_btn.open:after {
    content: "▼　ホテルを選ぶ ▼";
  }

  .nav_btn.close:after {
    content: "▲ 閉じる ▲";
  }

  #pageNav ul {
    display: none;
    width: 100%;
    z-index: 100;
    margin: 0;
    padding: 0;
    background: #6F6462;
    color: #FFFFFF;
  }

  #pageNav ul a,
  #pageNav ul a:hover {
    color: inherit;
    text-decoration: none !important;
  }

  #pageNav ul a {
    width: 100%;
  }

  #pageNav ul a li {
    font-size: 120%;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
  }
}

/*-----グリーンコイン　ホテルボックス-------------------*/

.hotel_unit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.hotel_unit .hotel {
  width: 47%;
  margin: 0 1.5% 20px;
}

.hotel .photo {
  width: 100%;
  margin-bottom: 5px;
}

.hotel .photo img {
  width: 100%;
}

.hotel .area {
  font-size: 110%;
  color: #707070;
}

.hotel .name {
  font-size: 130%;
  color: #3C0000;
}

@media screen and (max-width: 759.9px) {
  .hotel .area {
    font-size: 90%;
  }

  .hotel .name {
    font-size: 120%;
  }
}

/*-----グランドオープン　アナウンス-------------*/
.announcement {
  width: 100%;
  margin: 0 0 50px;
  color: #3C0000;
  text-align: center;
}

.announcement h2 {
  font-size: 400%;
  font-weight: normal;
}

.textsmall {
  font-size: 80%;
}

.open_gaikan {
  height: 50vw;
  width: 100vw;
  background: url("../images/open_gaikan.jpg")no-repeat;
  background-size: cover;
  position: relative;
}

.open_gaikan_msg {
  position: absolute;
  left: 10vw;
  bottom: 10vw;
  width: 30%;
  padding: 20px;
  color: #fff;
  line-height: 220%;
  text-align: left;
  animation-name: textanime;
  animation-duration: 7s;
}

@keyframes textanime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* .announcement p {
  font-size: 140%;
  text-align: left;
  width: 80%;
  margin: 0 auto 20px;
  font-weight: 100;
} */

.announcement .lead {
  font-size: 200%;
  text-align: center;
  font-weight: lighter;
  margin-bottom: 30px;
}

.announcement ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.announcement ul li {
  font-size: 140%;
  margin: 0 2% 10px;
  background-color: #3C0000;
  border-radius: 20px;
  padding: 5px 30px;
  text-decoration: block;
  color: #fff;
}

.announcement a:link,
.announcement a:visited,
.announcement a:hover,
.announcement a:active {
  color: #fff;
}


@media screen and (max-width: 759.9px) {
  .announcement {
    margin: 0;
    padding: 5px 0;
  }

  .announcement h2 {
    font-size: 180%;
  }

  /* .announcement p {
    font-size: 100%;
    width: 90%;
    margin: 0 auto 20px;
  } */

  .open_gaikan {
    height: 60vw;
    width: 100%;
    background: url("../images/open_gaikan.jpg")no-repeat;
    background-size: cover;
    position: relative;
  }

  .open_gaikan_msg {
    position: absolute;
    left: 5vw;
    bottom: 5vw;
    width: 50%;
    padding: 20px;
    color: #fff;
    line-height: 150%;
    text-align: left;
    font-size: 80%;
  }

  .announcement .lead {
    font-size: 120%;
  }

  .announcement ul {
    display: block;
  }

  .announcement ul li {
    display: block;
    font-size: 140%;
    margin: 0 2% 10px;
  }
}

/*-----グランドオープン　フロア紹介-------------------*/
.introduction {
  /* width: 90%; */
  margin: 0 auto 80px;
}

.introduction .title_unit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.title_unit h2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  font-size: 200%;
  color: #3C0000;
}

.title_unit h2 span {
  font-size: 60%;
}

.title_unit .logo {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.title_unit .logo dd {
  font-size: 100%;
  text-align: center;
  width: 75%;
  padding: 10px;
}

.title_unit .logo dt {
  width: 25%;
}

.title_unit .logo dt img {
  width: 100%;
}

.introduction .photo_unit {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.photo_unit li {
  width: 25%;
  padding-top: 25%;
  position: relative;
  border: 1px solid #FFFFFF;
  overflow: hidden;
}

.photo_unit li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo_unit li p.floor {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 50%;
  color: #FFFFFF;
  font-size: 90%;
  z-index: 2;
}

.photo_unit li p.shop {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-size: 90%;
  text-align: right;
  padding: 2px 5px;
}

@media screen and (max-width: 759.9px) {
  .title_unit h2 {
    width: 100%;
    font-size: 160%;
    margin-bottom: 10px;
  }

  .photo_unit li {
    width: 50%;
    padding-top: 50%;
  }

  .photo_unit li p.shop {
    font-size: 12px;
  }

  .title_unit .logo {
    width: 100%;
  }
}

/*-----グランドオープン　newホテル-------------------*/
.newhotel_wrap {
  /* width: 90%; */
  margin: 0 auto 50px;
}

.newhotel_wrap .title {
  width: 90%;
  margin: 0 auto 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D0A869;
}

.newhotel_wrap .title .floor {
  text-align: right;
  color: #8B7070;
  font-size: 180%;
}

.newhotel_wrap .title h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 300%;
  color: #3C0000;
  letter-spacing: 0.05em;
  margin: auto 5% auto 0;
  line-height: 1.4;
  vertical-align: middle;
}

.newhotel_wrap .title h3 span {
  font-size: 85%;
}

/* #bellustar {
  background: url("../images/newhotel_back.png")no-repeat;
} */

.newhotel_wrap .comment {
  width: 90%;
  margin: 0 auto 20px;
}

.newhotel_wrap .comment p {
  font-size: 110%;
  color: #3C0000;
}

.newhotel_wrap .main_photo {
  width: 90%;
  margin: 0 auto 10px;
}

.newhotel_wrap .main_photo img {
  width: 100%;
}

.newhotel_wrap .sub_photo {
  width: 90%;
  margin: 0 auto 30px;
}

.credit {
  position: absolute;
  font-size: 90%;
  color: #fff;
  text-shadow: 1px 1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, -1px -1px 0 #333;
  font-family: 'Noto Sans JP', sans-serif;
  bottom: 5px;
  right: 5px;
  text-align: right;
}

@media screen and (max-width: 759.9px) {
  .newhotel_wrap .title h3 {
    font-size: 200%;
  }

  .newhotel_wrap .title .floor {
    font-size: 140%;
  }

  .newhotel_wrap .comment p {
    font-size: 100%;
  }
}

.hotelname {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.hotelname_logo {
  width: 20%;
  object-fit: cover;
  padding: 0 20px;
}

@media screen and (max-width: 759.9px) {
  .hotelname {
    display: block;
  }

  .hotelname_logo {
    min-width: 150px;
    display: flex;
    justify-content: center;
    margin: 0 auto 10px;
  }
}


/*----------------予約-------------------*/
.yoyaku_unit {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 759.9px) {
  .yoyaku_unit {
    flex-direction: column;
    align-items: center;
  }
}

/*-------------予約グラデボタン--------------*/

/**,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}*/

.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-gradient {
  font-weight: normal;
  color: #fff;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(40%, #6fce6a),
      to(#52896d));
  background-image: -webkit-linear-gradient(left, #6fce6a 40%, #52896d 100%);
  background-image: linear-gradient(90deg, #6fce6a 40%, #52896d 100%);
}

a.btn-gradient:after {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  border-radius: 30px;

  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;

  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(#6fce6a),
      color-stop(#52896d),
      to(#2bc5a6));

  background-image: -webkit-linear-gradient(left, #6fce6a, #52896d, #2bc5a6);

  background-image: linear-gradient(90deg, #6fce6a, #52896d, #2bc5a6);
}

a.btn-gradient span {
  position: relative;
  z-index: 1;
}

a.btn-gradient:hover {
  color: #fff;
}

a.btn-gradient:hover:after {
  opacity: 0;
}

a.btn-gradient {
  margin: 10px 20px;
  border-radius: 30px;
}

/*-----スライドswiper カスタマイズ-共通-------------------*/
.swiper-container {
  width: 100%;
}

.swiper-container .swiper-slide img {
  width: 100%;
}

.swiper-pagination {
  width: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}

/*-----親swiper > 子swiper -----------------*/
.swiper-container.parent {
  width: 110%;
  margin: 0 -5%;
  padding: 0 5%;
}
.swiper-container.parent::before {
  content: "";
  width: 4%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F5FAF5;
  z-index: 10;
}

.swiper-container.parent::after {
  content: "";
  width: 4%;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  background: #F5FAF5;
  z-index: 10;
}

.swiper-button-prev.parent::after,
.swiper-button-next.parent::after {
  display: none;
}

.swiper-button-prev.parent {
  position: absolute;
  top: 48%;
  left: 0;
  font-size: 50px;
  line-height: 1;
  cursor: pointer;
  color: #333333;
  z-index: 20;
}

.swiper-button-next.parent {
  position: absolute;
  top: 48%;
  right: 0;
  font-size: 50px;
  line-height: 1;
  cursor: pointer;
  color: #333333;
  z-index: 20;
}

.swiper-pagination.parent {
  display: none;
}

@media (max-width:767px) {
  .swiper-button-prev.parent {
    font-size: 30px;
  }

  .swiper-button-next.parent {
    font-size: 30px;
  }
}
/*-----i親swiper 1枚の時--------------------*/
.onlyone .swiper-button-prev.parent,
.onlyone .swiper-button-next.parent{
	display: none;
}
.onlyone > .swiper-wrapper {
	justify-content: center;
}
/*-----inboxswiper--------------------*/
.swiper-container.inbox {
  margin: 0 auto;
}

.swiper-pagination.inbox {
  bottom: 12px;
}

.swiper-pagination.inbox .swiper-pagination-bullet {
  opacity: 0.6;
}

.swiper-pagination.inbox .swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after {
  font-size: 15px;
  color: #FFF;
  font-weight: bold;
}

.swiper-button-prev.inbox {
  left: 3px;
  top: 48%;
}

.swiper-button-next.inbox {
  right: 3px;
  top: 48%;
}

@media screen and (max-width: 759.9px) {

  .swiper-button-prev.inbox::after,
  .swiper-button-next.inbox::after {
    font-size: 15px;
  }

  .swiper-button-prev.inbox {
    left: 3px;
    top: 46%;
  }

  .swiper-button-next.inbox {
    right: 3px;
    top: 46%;
  }
}

/*-----------tileSwiper---------------------*/
.swiper-container.tile {
  width: 110%;
  margin: 0 -5%;
  padding: 0 5%;
}

.swiper-pagination.tile {
  display: none;
}

@media screen and (max-width: 759.9px) {
  .swiper-container.tile::before {
    content: "";
    width: 4%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F8F7F5;
    z-index: 1;
  }

  .swiper-container.tile::after {
    content: "";
    width: 4%;
    height: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    background: #F8F7F5;
    z-index: 1;
  }

  .swiper-button-prev.tile::after,
  .swiper-button-next.tile::after {
    display: none;
  }

  .swiper-button-prev.tile {
    position: absolute;
    top: 47%;
    left: -8px;
    font-size: 20px;
    cursor: pointer;
    color: #333333;
    z-index: 2;
  }

  .swiper-button-next.tile {
    position: absolute;
    top: 47%;
    right: -8px;
    font-size: 20px;
    cursor: pointer;
    color: #333333;
    z-index: 2;
  }
}

/* -----jQクロスフェード----- */
#slide_greenhotel {
  width: 900px;
  height: 600px;
  margin: 0 auto;
  position: relative;
}

#slide_greenhotel img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
}