@charset "UTF-8";
:root {
  --web-font: 'Barlow', sans-serif;
  --yugo-font: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#trvlHtlTabNav,
#trvlHtlSubNav {
  position: relative;
  margin-left: -260px;
  z-index: 999999999999999999;
}

#htlSide-A {
  padding-top: 854px !important;
}

/* 新UI用 */
.single-column #htlMainContent.GOLDTemplate {
  width: 950px;
}

/* .mv_wrap {
  position: relative;
  width: 1190px !important;
  z-index: 999999999;
  margin-left: -240px;
} */

/* 新UI用 */
.mv_wrap {
  position: relative;
  width: 1190px !important;
  /* z-index: 999999999; */
  left: 50%;
  transform: translateX(-50%);
}

a:hover {
  text-decoration: none;
}
button {
  padding: 0;
  margin: 0;
  border: none;
}
.l-section {
  border-top: 1px solid #C6C6C6;
  padding-top: 50px;
  margin-top: 50px;
}
#trvlHtlTabNav,
#trvlHtlSubNav {
  width: 1190px;
  padding-left: 20px;
}
#htlContents {
  width: 1190px;
  padding: 0 10px;
  margin: 0 auto;
}

body {
  background: url(https://deigo.jp/rakuten/images/bg.jpg) no-repeat center 205px / 1920px 8845px;
}

.container {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.5;
}

/* ------------------------------- */
.mv_slide {
  height: fit-content;
}
.mv_slide {
  opacity: 0;
  transition: opacity .3s linear;
}
.mv_slide.slick-initialized {
  opacity: 1;
}
.mv_slide .slick-dots {
  position: absolute;
  bottom: 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  width: 100%;
}
.mv_slide .slick-dots li {
  width: 14px;
  height: 14px;
  border: 1px solid #C93A2C;
  border-radius: 50%;
  background-color: #fff;
}
.mv_slide .slick-dots li.slick-active {
  background-color: #C93A2C;
}
.mv_slide .slick-dots li button {
  font-size: 0;
}

.mv_nav {
  display: flex;
  margin-top: 12px;
}
.mv_nav li {
  width: calc(100% / 7);
}
.mv_nav li + li {
  border-left: 1px solid #707070;
}
.mv_nav li:last-child {
  position: relative;
  border-left: none;
}

.mv_nav li:last-child a {
  position: relative;
  color: #fff;
  background: linear-gradient(90deg, #fd7777 0%, #c93a2c 100%);
  z-index: 2;
}
.mv_nav li:last-child a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #fd7777 0%, #c93a2c 100%);
  z-index: -1;
}
.mv_nav li:last-child a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(-90deg, #fd7777 0%, #c93a2c 100%);
  transition: opacity .5s;
  z-index: -2;
}
.mv_nav li:last-child:hover a::after {
  opacity: 0;
}

.mv_nav li:last-child a:hover {
  color: #fff;
}

.mv_nav li:last-child a span {
  color: #fff;
}
.mv_nav li a {
  position: relative;
  display: grid;
  place-content: center;
  min-height: 80px;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #000;
  text-align: center;
  background-color: #fff;
}
.mv_nav li a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #C93A2C;
  opacity: 0;
  transition: opacity .3s;
}
.mv_nav li a:hover {
  color: #000;
}
.mv_nav li a:hover::before {
  opacity: .2;
}
.mv_nav li a span {
  display: block;
  font-size: 14px;
  font-family: var(--web-font);
  font-weight: 500;
  font-style: normal;
  color: #C93A2C;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 4px;
}

.link_area {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 730px;
  margin: 100px auto 0;
}

a.link {
  transition: opacity .3s;
}

a.link:hover {
  opacity: .7;
}

a.link_button {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  min-height: 90px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(45deg, rgba(253, 119, 119, 1) 0%, rgba(201, 58, 44, 1) 100%);
  transition: color .3s;
}
a.link_button::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: #fff;
  transition: opacity .3s;
}
a.link_button:hover {
  color: #C93A2C;
}
a.link_button:hover::before {
  opacity: .5;
}
a.link_button span {
  position: relative;
  z-index: 2;
}

/* ------------------------------- */
.notice_area {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  max-width: 670px;
  padding: 30px;
  margin: 30px auto 0;
  background: #F2F0F0;
  /* box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35); */
  /* border: 1px solid #333; */
}

.notice_area p {
  font-size: 16px;
}
.notice_area p span {
  font-size: 18px;
  font-weight: bold;
}



/* ------------------------------- */
.room {
  position: relative;
  padding: 70px 40px 40px;
  margin-top: 155px;
  background: linear-gradient(135deg, #fd7777 0%, #c93a2c 100%);
}

.room::before {
  content: '';
  position: absolute;
  top: -54px;
  left: 40px;
  width: 74px;
  height: 74px;
  background: #c93a2c;
  mix-blend-mode: multiply;
}

.room_heading {
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  color: #C93A2C;
  text-align: center;
}

.room_heading span {
  position: relative;
  display: block;
  font-family: var(--web-font);
  color: #fff;
  line-height: 1;
  font-weight: 600;
  font-size: 62px;
  letter-spacing: 0.07em;
}
.room_heading span::before {
  content: attr(data-text-rooms);
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--web-font);
  font-weight: 600;
  font-size: 62px;
  letter-spacing: 0.07em;
  color: #c93a2c;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #333;
  text-shadow: 4px 4px 0px #c93a2c;
  z-index: -1;
}

.room_text {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
}

.room_tab {
  display: flex;
  column-gap: 14px;
  margin-top: 37px;
}

.room_tab li {
  width: min(428px, 100%);
}
.room_tab li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  color: #FD7777;
  font-weight: bold;
  background-color: #fff;
  border-radius: 10px 10px 0px 0px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  line-height: 1;
}
.room_tab li a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(253, 119, 119, .3);
  opacity: 0;
  transition: opacity .3s;
}
.room_tab li a:hover {
  color: #FD7777;
}
.room_tab li a:hover::before {
  opacity: 1;
}
.room_tab li a span {
  font-size: 28px;
  font-family: var(--web-font);
  font-weight: 500;
  padding-right: 10px;
  margin-top: -4px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.room_tab li.is-active a {
  background-color: #B03227;
  color: #fff;
}
.room_tab li.is-active a:hover {
  color: #fff;
}
.room_tab li.is-active a:hover::before {
  opacity: 0;
}
.room_content {
  display: none;
  background-color: #fff;
  padding: 35px 24px 40px 40px;
  border: 1px solid #333;
  opacity: 0;
}
.is-show.room_content {
  display: block;
  opacity: 1;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.room_sub_heading {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.room_sub_heading span {
  display: block;
  font-size: 40px;
  font-family: var(--web-font);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.room_2col {
  display: flex;
  column-gap: 20px;
  margin-top: 39px;
}
.room_2col_image {
  width: 520px;
}
.room_2col_list {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
}
.room_2col_list li {
  position: relative;
  counter-increment: number;
  padding-left: 50px;
  letter-spacing: 0;
  cursor: pointer;
}
.room_2col_list li + li {
  margin-top: 15px;
}
.room_2col_list li::before {
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  font-size: 24px;
  font-family: var(--web-font);
  font-weight: 500;
  color: #fff;
  border-radius: 50%;
  background-color: #FD7777;
}
.room_2col_list span {
  display: block;
  font-size: 16px;
  font-family: var(--web-font);
  line-height: 1;
}
.room_2col_list li.is-active {
  color: #B03227;
  cursor: auto;
}
.room_2col_list li.is-active::before {
  background-color: #B03227;
}
.room_2col_list li:hover {
  color: #B03227;
}
.room_2col_list li:hover::before {
  background-color: #B03227;
}

.room_amenitys {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  margin-top: 26px;
}
.room_amenitys li {
  display: flex;
  align-items: center;
  width: 18%;
  min-height: 42px;
  font-size: 12px;
  font-weight: 500;
  padding-left: 56px;
  background-position: left center;
  background-size: 47px 42px;
  background-repeat: no-repeat;
}
.room_amenitys li:nth-child(1) {
  background-image: url(https://deigo.jp/rakuten/images/icon_tv.png);
}
.room_amenitys li:nth-child(2) {
  background-image: url(https://deigo.jp/rakuten/images/icon_lan.png);
}
.room_amenitys li:nth-child(3) {
  background-image: url(https://deigo.jp/rakuten/images/icon_wifi.png);
}
.room_amenitys li:nth-child(4) {
  background-image: url(https://deigo.jp/rakuten/images/icon_tel.png);
}
.room_amenitys li:nth-child(5) {
  background-image: url(https://deigo.jp/rakuten/images/icon_refrigerator.png);
}
.room_amenitys li:nth-child(6) {
  background-image: url(https://deigo.jp/rakuten/images/icon_stand.png);
}
.room_amenitys li:nth-child(7) {
  background-image: url(https://deigo.jp/rakuten/images/icon_pot.png);
}
.room_amenitys li:nth-child(8) {
  background-image: url(https://deigo.jp/rakuten/images/icon_teaset.png);
}
.room_amenitys li:nth-child(9) {
  background-image: url(https://deigo.jp/rakuten/images/icon_cooler.png);
}
.room_amenitys li:nth-child(10) {
  background-image: url(https://deigo.jp/rakuten/images/icon_drier.png);
}
.room_amenitys li:nth-child(11) {
  background-image: url(https://deigo.jp/rakuten/images/icon_presser.png);
}
.room_amenitys li:nth-child(12) {
  background-image: url(https://deigo.jp/rakuten/images/icon_iron.png);
}
.room_amenitys li:nth-child(13) {
  background-image: url(https://deigo.jp/rakuten/images/icon_toilet.png);
}
.room_amenitys li:nth-child(14) {
  background-image: url(https://deigo.jp/rakuten/images/icon_toothbrush.png);
}
.room_amenitys li:nth-child(15) {
  background-image: url(https://deigo.jp/rakuten/images/icon_shaver.png);
}
.room_amenitys li:nth-child(16) {
  background-image: url(https://deigo.jp/rakuten/images/icon_akasuri.png);
}
.room_amenitys li:nth-child(17) {
  background-image: url(https://deigo.jp/rakuten/images/icon_soap.png);
}
.room_amenitys li:nth-child(18) {
  background-image: url(https://deigo.jp/rakuten/images/icon_shampoo.png);
}
.room_amenitys li:nth-child(19) {
  background-image: url(https://deigo.jp/rakuten/images/icon_rinse.png);
}
.room_amenitys li:nth-child(20) {
  background-image: url(https://deigo.jp/rakuten/images/icon_bodysoap.png);
}
.room_amenitys li:nth-child(21) {
  background-image: url(https://deigo.jp/rakuten/images/icon_facetowel.png);
}
.room_amenitys li:nth-child(22) {
  background-image: url(https://deigo.jp/rakuten/images/icon_bathtowel.png);
}
.room_amenitys li:nth-child(23) {
  background-image: url(https://deigo.jp/rakuten/images/icon_roomwear.png);
}
.room_amenitys li:nth-child(24) {
  background-image: url(https://deigo.jp/rakuten/images/icon_slippers.png);
}

/* ------------------------------- */
.bath {
  position: relative;
  margin-top: 235px;
  display: grid;
  grid-template-columns: 230px 20px 210px 30px 460px;
  grid-template-rows: 600px 30px 400px;
}

.bath::before {
  content: '';
  position: absolute;
  top: -136px;
  left: 0;
  width: 950px;
  height: 206px;
  background-image: url(https://deigo.jp/rakuten/images/wave_small.png);
  background-repeat: repeat-x;
  animation: bg-slide-wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}
@keyframes bg-slide-wave {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -1920px;
  }
}

.bath_heading_wrap {
  position: absolute;
  top: -40px;
  left: 0;
  width: 302px;
  padding: 9px 0 30px;
  background-color: #00678C;
}

.bath_heading_en {
  display: block;
  font-size: 62px;
  font-family: var(--web-font);
  font-weight: 600;
  color: #fff;
  background-color: #00678C;
  padding-left: 40px;
  letter-spacing: 0.1em;
}
.bath_heading_en span {
  position: relative;
  display: block;
  z-index: 2;
  letter-spacing: 0.1em;
}
.bath_heading_en span::after {
  content: attr(data-text-bath);
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--web-font);
  font-weight: 600;
  font-size: 62px;
  letter-spacing: 0.1em;
  color: #fff;
  z-index: 2;
}
.bath_heading_en span::before {
  content: attr(data-text-bath);
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--web-font);
  font-weight: 600;
  font-size: 62px;
  letter-spacing: 0.1em;
  color: #00678c;
  text-shadow: 4px 4px 0px #008ec0;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #333;
  z-index: 1;
}

.bath_heading_jp {
  display: block;
  width: 222px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #00678c;
  padding-left: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 12px;
  background-color: #fff;
}

.bath_text_area {
  width: 230px;
  margin-top: 349px;
  grid-area: 1 / 1 / 2 / 2;
}

.bath_text {
  font-weight: bold;
  font-size: 16px;
}
.bath_text_small {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
.bath_tag {
  width: 150px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background-color: #00678C;
  margin-top: 27px;
  padding: 2px 0;
}
.bath_text_large {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-top: 5px;
}
.bath_main {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 690px;
  height: 594px;
  text-align: right;
  border: 5px solid #008EC0;
  background: url(https://deigo.jp/rakuten/images/bath01.jpg) no-repeat center / cover;
  grid-area: 1 / 3 / 2 / 6;
}
.bath_left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 460px;
  height: 340px;
  text-align: right;
  background: url(https://deigo.jp/rakuten/images/bath02.jpg) no-repeat center / cover;
  grid-area: 3 / 1 / 4 / 4;
}
.bath_large_text {
  font-family: var(--web-font);
  font-size: 40px;
  font-weight: 500;
  opacity: 0.5;
  color: #FFF;
  margin-right: 20px;
  margin-bottom: 20px;
  line-height: 1.1;
}
.bath_min_text {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-right: 20px;
}
.bath_right {
  position: relative;
  width: 460px;
  height: 340px;
  margin-top: auto;
  background: url(https://deigo.jp/rakuten/images/bath03.jpg) no-repeat center / cover;
  grid-area: 3 / 5 / 4 / 6;
}
.bath_right::before {
  content: '';
  position: absolute;
  top: -53px;
  right: 20px;
  width: 74px;
  height: 74px;
  background: #008ec0;
  mix-blend-mode: multiply;
}


/* ------------------------------- */
.food {
  position: relative;
  padding: 36px 40px 16px 40px;
  margin-top: 164px;
  background: linear-gradient(135deg,#fd7777 0%, #c93a2c 100%);
  display: grid;
  grid-template-columns: 540px 40px 290px;
  grid-template-rows: auto auto;
}

.food::before {
  content: '';
  position: absolute;
  top: -57px;
  left: 38px;
  width: 74px;
  height: 74px;
  background: #c93a2c;
  mix-blend-mode: multiply;
}
.food_heading {
  position: absolute;
  top: -62px;
  right: 0;
  width: 433px;
  padding: 10px 0 30px 40px;
  background-color: #fff;
  border: 3px solid #C93A2C;
  
}
.food_heading_en {
  position: relative;
  font-size: 60px;
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-weight: 600;
  font-size: 62px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.food_heading_en::after {
  content: attr(data-text-food);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 60px;
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-weight: 600;
  font-size: 62px;
  color: #fff;
  z-index: 3;
}
.food_heading_en::before {
  content: attr(data-text-food);
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Barlow Semi Condensed";
  font-weight: 600;
  font-size: 62px;
  color: #c93a2c;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #C93A2C;
  text-shadow: 4px 4px 0px #b03227;
  z-index: 0;
}

.food_heading_jp {
  display: block;
  width: 222px;
  margin-left: auto;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 3px 0 3px 40px;
  background: linear-gradient(135deg, #fd7777 0%, #c93a2c 100%);
  margin-top: 18px;
}

.food_text_area {
  width: 294px;
  /* max-width: 294px; */
  width: 100%;
  margin-top: 110px;
  grid-area: 1 / 3 / 2 / 4;
}
.food_text {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
}

.food_text_area dl {
  /* display: flex; */
  flex-wrap: wrap;
  align-items: flex-start;
  /* gap: 20px; */
  /* gap: 30px; */
  margin-top: 26px;
  /* display: block; */
  display: grid; 
  grid-template-columns: auto 1fr; 
  gap: 10px;
}

.food_text_area dt {
  width: 130px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  padding: 2px 0;
  border: 1px solid #fff;
  /* width: auto; */
  /* flex-basis: 30%; */
    /* text-align: left; */
    /* margin-right: auto; */
}

.food_text_area dd {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: right;
  flex: 1;
  text-align: right;
  /* word-break: break-word; / */
  white-space: normal;
  word-break: keep-all;
}
.food_text_area dd.large {
  font-size: 20px;
}
/* .food_text_area dt,
.food_text_area dd {
  display: block;
  text-align: left; 
  margin-bottom: 10px; 
} */

.food_button_warp {
  position: relative;
  margin-top: 12px;
}
.food_button_warp::before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background: linear-gradient(135deg, #fd7777 0%, #c93a2c 100%);
}

.food_button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 66px;
  font-weight: bold;
  background-color: #fff;
  z-index: 3;
  transition: opacity .3s;
}
.food_button:hover {
  opacity: .7;
}
.food_button_gradation {
  font-size: 26px;
  font-family: var(--web-font);
  background: linear-gradient(135deg, #fd7777 0%, #c93a2c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.08em;
  line-height: 1.1;
}
.food_button_text {
  position: relative;
  font-size: 14px;
  color: #C93A2C;
  padding-right: 28px;
  z-index: 2;
}
.food_button_text::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #C93A2C;
  border-right: 0;
}
.food_main_image {
  position: relative;
  width: 540px;
  height: 400px;
  box-shadow: 0px 8px 0px #c93a2c;
  border-radius: 10px;
  border: 4px solid #C93A2C;
  background: url(https://deigo.jp/rakuten/images/breakfast01.jpg) no-repeat center / cover;
  grid-area: 1 / 1 / 2 / 2;
  z-index: 3;
}
.food_3col {
  width: 100%;
  display: flex;
  align-items: flex-start;
  column-gap: 18px;
  margin-top: 16px;
  grid-area: 2 / 1 / 3 / 4;
}
.food_3col p {
  width: calc((100% - 36px) / 3);
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
  padding-top: 206px;
}
.food_3col p:nth-child(1) {
  background: url(https://deigo.jp/rakuten/images/breakfast02.jpg) no-repeat center top / contain;
}
.food_3col p:nth-child(2) {
  background: url(https://deigo.jp/rakuten/images/breakfast03.jpg) no-repeat center top / contain;
  margin-top: 20px;
}
.food_3col p:nth-child(3) {
  background: url(https://deigo.jp/rakuten/images/breakfast04.jpg) no-repeat center top / contain;
  margin-top: 40px;
}

/* ------------------------------- */

.working {
  position: relative;
  margin-top: 239px;
}
.working::before {
  content: '';
  position: absolute;
  top: -53px;
  right: 39px;
  width: 74px;
  height: 74px;
  background: #008ec0;
  mix-blend-mode: multiply;
}
.working_heading {
  position: absolute;
  top: -138px;
  left: 0;
  width: 452px;
  padding: 8px 0 31px;
  background-color: #00678C;
}
.working_heading_en {
  display: block;
  color: #fff;
  padding-left: 40px;
  letter-spacing: 0.1em;
  font-family: "Barlow Semi Condensed";
  font-weight: 600;
  font-size: 62px;
}
.working_heading_jp {
  display: block;
  width: 222px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #00678c;
  padding-left: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 15px;
  background-color: #fff;
}

.working_main_image {
  width: 100%;
  height: 580px;
  background: url(https://deigo.jp/rakuten/images/coworking01.jpg) no-repeat center / cover;
}

.working_grid {
  display: grid;
  grid-template-columns: 400px 40px 50px 40px 160px 10px 250px;
  grid-template-rows: 80px auto 76px auto 20px 56px auto 90px auto 58px auto;
  margin-top: -38px;
}

.wroking_text {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  grid-area: 2 / 1 / 3 / 4;
}

.working_notice {
  grid-area: 4 / 1 / 8 / 2;
}
.working_notice dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  width: 320px;
}
.working_notice dt {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  width: 150px;
  padding: 3px 0;
  background: #008ec0;
}
.working_notice dd {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  width: 150px;
}
.working_notice p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: 13px;
}
.working_notice dt.height_large {
  display: grid;
  place-content: center;
  height: 50px;
}
.working_notice dd.align_self {
  align-self:flex-start
}
.working_notice dd .absolute_text {
  position: absolute;
  top: 35px;
  left: -8px;
  width: 260px;
  font-size: 14px;
}

.working_img01 {
  width: 400px;
  height: 300px;
  background: url(https://deigo.jp/rakuten/images/coworking02.jpg) no-repeat center / cover;
  border: 2px solid #fff;
  grid-area: 1 / 5 / 5 / 8;
}
.working_img02 {
  width: 400px;
  height: 300px;
  background: url(https://deigo.jp/rakuten/images/coworking03.jpg) no-repeat center / cover;
  margin-top: 114px;
  grid-area: 7 / 1 / 9 / 2;
}
.working_img03 {
  width: 250px;
  height: 300px;
  background: url(https://deigo.jp/rakuten/images/coworking04.jpg) no-repeat center / cover;
  grid-area: 7 / 3 / 10 / 6;
}
.working_img04 {
  width: 250px;
  height: 300px;
  background: url(https://deigo.jp/rakuten/images/coworking05.jpg) no-repeat center / cover;
  grid-area: 6 / 7 / 9 / 8;
}
.wroking_button_wrap {
  position: relative;
  margin-top: 30px;
  grid-area: 8 / 3 / 9 / 8;
}
.wroking_button_wrap::before {
  content: '';
  position: absolute;
  top: -2px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: linear-gradient(135deg, #008ec0 0%, #00678c 100%);
  z-index: -1;
}
.wroking_button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 506px;
  height: 58px;
  font-weight: bold;
  margin: auto;
  background: #fff;
  z-index: 3;
  transition: opacity .3s;
}
.wroking_button:hover {
  opacity: .7;
}
.wroking_button_gradation {
  font-size: 26px;
  font-family: var(--web-font);
  background: linear-gradient(135deg, #008ec0 0%, #00678c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.1em;
}
.wroking_button_text {
  position: relative;
  font-size: 14px;
  color: #00678C;
  padding-left: 11px;
}
.wroking_button_text::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #00678C;
  border-right: 0;
}

/* ------------------------------- */
.exotic {
  position: relative;
  padding: 40px;
  background: linear-gradient(135deg, #fd7777 0%, #6946b7 100%);
  mix-blend-mode: multiply;
  display: grid;
  grid-template-columns: 200px 40px 24px 22px 262px 38px 34px 250px;
  grid-template-rows: auto auto 40px auto 24px 20px auto 20px auto;
  margin-top: 44px;
}
.exotic::before {
  content: '';
  position: absolute;
  bottom: -54px;
  left: 20px;
  width: 74px;
  height: 74px;
  background: #fd7777;
  mix-blend-mode: multiply;
}

.exotic::after {
  content: '';
  position: absolute;
  top: -12px;
  left: -460px;
  width: 1723px;
  height: 1060px;
  background: url(https://deigo.jp/rakuten/images/exotic_bg.png) no-repeat center / cover;
  z-index: -1;
  mix-blend-mode: multiply;
}
.exotic_heading {
  position: relative;
  width: 300px;
  padding: 5px 0 34px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 2;
}
.exotic_heading_wrap {
  position: relative;
  margin-top: -45px;
  grid-area: 2 / 5 / 5 / 7;
}
.exotic_heading_wrap::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: 18px;
  background: linear-gradient(#fd7777 0%, #6946b7 100%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.exotic_heading_gradation {
  display: block;
  font-size: 60px;
  font-family: var(--web-font);
  padding-left: 37px;
  background: linear-gradient(140deg, #FD7777 0%, #6946B7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.1em;
}
.exotic_sub_heading {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding-left: 38px;
  margin-top: 11px;
  background: linear-gradient(135deg, #fd7777 0%, #6946b7 100%);
}

.exotic_text {
  width: 264px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.875;
  letter-spacing: 0;
  text-shadow: 0px 0px 5px #333;
  grid-area: 2 / 1 / 5 / 4;
  margin-top: 36px;
}

.exotic_img01 {
  width: 548px;
  height: 269px;
  background: url(https://deigo.jp/rakuten/images/exotic01.jpg) no-repeat center / cover;
  grid-area: 1 / 1 / 2 / 6;
}
.exotic_img02 {
  width: 250px;
  height: 320px;
  background: url(https://deigo.jp/rakuten/images/exotic02.jpg) no-repeat center / cover;
  grid-area: 1 / 8 / 3 / 9;
}
.exotic_img03 {
  position: relative;
  width: 331px;
  height: 234px;
  background: url(https://deigo.jp/rakuten/images/exotic03.jpg) no-repeat center / cover;
  grid-area: 4 / 8 / 5 / 9;
  margin-left: -78px;
  z-index: 2;
}
.exotic_img04 {
  width: 200px;
  height: 282px;
  background: url(https://deigo.jp/rakuten/images/exotic04.jpg) no-repeat center / cover;
  grid-area: 5 / 1 / 10 / 2;
}
.exotic_img05 {
  width: 630px;
  height: 180px;
  background: url(https://deigo.jp/rakuten/images/exotic05.jpg) no-repeat center / cover;
  grid-area: 6 / 3 / 8 / 9;
}
.exotic_button_wrap {
  position: relative;
  grid-area: 9 / 3 / 10 / 9;
}
.exotic_button_wrap::before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background: linear-gradient(135deg,#fd7777 0%, #6946b7 100%);
  z-index: -1;
}
.exotic_button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 626px;
  height: 58px;
  font-size: 14px;
  font-weight: bold;
  color: #FD7777;
  background: #fff;
  z-index: 3;
  transition: opacity .3s;
}
.exotic_button:hover {
  opacity: .7;
}
.exotic_button_gradation {
  font-size: 26px;
  font-family: var(--web-font);
  background: linear-gradient(140deg, #FD7777 0%, #6946B7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.1em;
}
.exotic_button_text {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #FD7777;
  padding-left: 11px;
}
.exotic_button_text::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #FD7777;
  border-right: 0;
}

/* ------------------------------- */
.access {
  position: relative;
  margin-top: 154px;
}
.access::before {
  content: '';
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 950px;
  height: 52px;
  background: linear-gradient(135deg, #fd7777 0%, #c93a2c 100%);
  z-index: 1;
}
.access::after {
  content: '';
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
  width: 946px;
  height: 54px;
  background-color: #fff;
  z-index: 2;
}
.access_heading {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  min-height: 110px;
  font-size: 60px;
  font-family: var(--web-font);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  padding-left: 30px;
  margin: auto;
  background: linear-gradient(135deg, #fd7777 0%, #c93a2c 100%);
  z-index: 3;
}
.access_heading span {
  display: grid;
  place-content: center;
  width: 158px;
  height: 28px;
  font-size: 16px;
  font-weight: bold;
  font-family: var(--yugo-font);
  color: #C93A2C;
  margin-left: 13px;
  background-color: #fff;
}
.access_text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
}
.access_map {
  width: 100%;
  height: 508px;
  margin-top: 57px;
  background: url(https://deigo.jp/rakuten/images/map@2x.png) no-repeat center / cover;
}

/* ------------------------------- */
.parking {
  position: relative;
  padding-top: 14px;
  margin-top: 64px;
}
.parking::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #fd7777 0%, #c93a2c 100%);
}

.praking_heading {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.praking_heading span {
  display: block;
  font-size: 40px;
  font-family: var(--web-font);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.praking_grid {
  display: grid;
  grid-template-columns: 160px 310px repeat(2, 40px) 400px;
  grid-template-rows: auto 47px auto auto auto;
  margin-top: 23px;
}

.parking_text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  grid-area: 1 / 5 / 2 / 6;
}

.praking_img01 {
  width: 470px;
  height: 300px;
  background: url(https://deigo.jp/rakuten/images/parking01.jpg) no-repeat center / cover;
  grid-area: 1 / 1 / 4 / 3;
}
.praking_img02 {
  width: 400px;
  height: 300px;
  background: url(https://deigo.jp/rakuten/images/parking02.jpg) no-repeat center / cover;
  grid-area: 3 / 5 / 5 / 6;
}
.praking_img03 {
  position: relative;
  width: 350px;
  height: 250px;
  background: url(https://deigo.jp/rakuten/images/parking03.jpg) no-repeat center / cover;
  margin-top: 20px;
  grid-area: 4 / 2 / 6 / 4;
}

.praking_img03::before {
  content: '';
  position: absolute;
  bottom: -41px;
  left: -39px;
  width: 74px;
  height: 74px;
  background: #fd7777;
  mix-blend-mode: multiply;
}

/* ------------------------------- */
.l_footer {
  margin-top: 128px;
  background: linear-gradient(135deg, #fd7777 0%, #c93a2c 100%);
}

.l_footer_inner {
  display: flex;
  padding: 40px;
}

.l_footer_logo {
  width: 107px;
  height: 106px;
  background: url(https://deigo.jp/rakuten/images/footer_logo.png) no-repeat center / cover;
}

.l_footer_address {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-left: 10px;
}

.l_footer_address li:first-child {
  font-size: 16px;
  font-weight: bold;
}
.l_footer_nav {
  width: 512px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: auto;
}
.l_footer_nav a {
  display: grid;
  width: 164px;
  height: 48px;
  place-content: center;
  font-size: 14px;
  color: #333;
  text-align: center;
  background-color: #fff;
  transition: opacity .3s;
}
.l_footer_nav a:hover {
  opacity: .8;
  color: #333;
}
.l_footer_nav a span {
  display: block;
  font-size: 12px;
  font-family: var(--web-font);
  font-weight: 500;
  color: #C93A2C;
}



/* スライダー CSS*/
