@charset "UTF-8";
/*=========================
▼▼共通▼▼
===========================*/
a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
#contents p, #contents h2, #contents h3, #contents h4, #contents dl, #contents ul, #contents li, #contents p {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  list-style-type: none;
}
#contents figure, #contents dd {
  margin: 0;
}
#contents a {
  text-decoration: none;
}
#contents .pc_none {
  display: none !important;
}
#contents img {
  width: 100%;
  height: auto;
  display: block;
}
/*=========================
▲▲共通▲▲
===========================*/
#contents {
  width: 100%;
  min-width: 1080px;
  overflow: hidden;
  font-size: 18px;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-weight: bold;
}
#contents {
  opacity: 0;
}
#contents.fadein {
  animation: fadeIn 2s ease-in-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#contents .t_countdown {
  position: fixed;
  top: 213px;
  right: 0;
  z-index: 999999;
  width: 200px;
  background-color: #0356e1;
  box-shadow: 8px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
#contents .countdown_title {
  background-color: #fff;
  padding: 8px 6px 6px 8px;
  box-sizing: border-box;
}
#contents .countdown_title_img {
  width: 185px;
}
#contents .countdown_time {
  display: flex;
  justify-content: center;
  padding: 7px 2px 8px 8px;
}
#contents .time_title_img {
  height: 9px;
  display: flex;
  width: 37px;
  justify-content: center;
  margin-bottom: 3px;
}
#contents .time_title_img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
#contents .number_list {
  display: flex;
  position: relative;
  margin-right: 10px;
}
#contents .countdown_box:last-of-type .number_list {
  margin-right: 0;
}
#contents .number_list li {
  width: 17px;
  border-radius: 3px;
  height: 26px;
  background-color: #fff;
  display: flex;
  margin-right: 3px;
  align-items: center;
  padding: 4px 2px;
  box-sizing: border-box;
}
#contents .number_list li img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
#contents .number_list li:last-of-type {
  margin-right: 0;
}
#contents .number_list::after {
  content: "";
  display: block;
  width: 3px;
  height: 10px;
  background-image: url(../img/separate.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6px;
}
#contents .seconds .number_list::after {
  content: none;
}
#contents .t_coupon {
  position: fixed;
  top: 213px;
  right: -5px;
  z-index: 999999;
  width: 182px;
  background-color: #fff;
  box-shadow: 8px 4px 10px 0px rgba(0, 0, 0, 0.3);
  display: none;
}
#contents .auto {
  width: 1080px;
  margin: 0 auto;
}
#contents #conts_fv {
  width: 100%;
  position: relative;
  z-index: 1;
}
/* スライダー */
#contents #conts_fv .swiper-container {
  width: 100%;
}
#contents #conts_fv .swiper-slide {
  width: 100%;
}
#contents #conts_fv .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
/* スライダー */
#contents #nav_conts {
  margin-bottom: 151px;
  position: relative;
  z-index: 2;
  margin-top: -75px;
}
#contents #nav_conts ul {
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#contents #nav_conts ul li {
  position: relative;
  width: 260px;
}
#contents #nav_conts ul li a::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 30px;
  height: 20px;
  transition: all 0.3s;
}
#contents #nav_conts ul li a:hover::after {
  bottom: -32px;
}
#contents #nav_conts ul .nozawa a::after {
  background-image: url(../img/link_01_tri.png);
}
#contents #nav_conts ul .romance a::after {
  background-image: url(../img/link_02_tri.png);
}
#contents #nav_conts ul .togari a::after {
  background-image: url(../img/link_03_tri.png);
}
#contents #nav_conts ul .madarao a::after {
  background-image: url(../img/link_04_tri.png);
}
#contents #conts_charm {
  position: relative;
  overflow-x: hidden;
}
#contents #conts_charm::after {
  content: "";
  width: 100%;
  height: 469px;
  background-color: #0c5beb;
  position: absolute;
  top: 180px;
  left: 0;
  z-index: -10;
}
#contents #conts_charm ul {
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
#contents #conts_charm ul li {
  width: 355px;
}
#contents #conts_charm ul li picture {
  display: block;
}
/* スライダー */
#contents #conts_charm .swiper-wrapper {
  margin-bottom: 17px;
}
#contents #conts_charm .swiper-container .swiper-pagination {
  position: relative;
  bottom: 12px;
}
#contents #conts_charm .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
#contents #conts_charm .swiper-button-next, #contents #conts_charm .swiper-button-prev {
  transform: translateY(-50%);
}
#contents #conts_charm .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/next_btn.png);
}
#contents #conts_charm .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(../img/prev_btn.png);
}
#contents #conts_charm .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e2e9f6;
  opacity: 1;
}
#contents #conts_charm .swiper-pagination-bullet-active {
  background: #0c5beb;
}
#contents #conts_charm .swiper-block {
  width: 98%;
  position: relative;
  margin: 0 auto 96px;
  margin-bottom: 96px;
}
#contents #conts_charm .swiper-block .swiper-button-prev {
  left: -42px;
}
#contents #conts_charm .swiper-block .swiper-button-next {
  right: -42px;
}
/* スライダー */
/*=========================
▼▼link_block共通▼▼
===========================*/
#contents .link_block {
  padding-top: 145px;
}
#contents .link_block .title_box .num {
  width: 140px;
  margin-right: 32px;
}
#contents .link_block .title_box h2 {
  font-size: 45px;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
#contents .link_block .title_box h2::before {
  content: "";
  background-size: contain;
  background-position: left bottom;
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
#contents .link_block .title_box h2 .deco01 {
  display: block;
  width: fit-content;
  margin-bottom: 12px;
}
#contents .link_block .title_box h2 .deco02 {
  font-size: 62px;
  display: block;
  width: fit-content;
  padding: 6px 12px 8px;
  color: #fff;
}
#contents .link_block .swiper-block {
  position: relative;
}
#contents .link_block .text_img {
  position: absolute;
  bottom: 49px;
  right: 0px;
  z-index: 1;
}
#contents .link_block .swiper-container {
  height: 450px;
  width: 100%;
  z-index: 0;
}
#contents .link_block .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
#contents .link_block .swiper-slide {
  width: auto;
  height: 100%;
}
#contents .link_block .swiper-slide img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
#contents .link_block .contents_box {
  padding: 110px 0 123px;
}
#contents .link_block .contents_box .place_title {
  font-size: 50px;
  line-height: 1.2;
  background-color: #f8f8ff;
  position: relative;
  padding: 12px 20px 16px;
  width: fit-content;
  margin: -164px auto 48px;
}
#contents .link_block .contents_box .place_title::after {
  content: "";
  display: block;
  background-image: url(../img/nozawa_hukidashi.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 25px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
#contents .link_block .contents_box .movie_box {
  width: 890px;
  height: 0;
  padding-top: 53.3%;
  margin: 0 auto;
  box-shadow: 13px 13px 0 #fff;
  position: relative;
}
#contents .link_block .contents_box .movie_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#contents .link_block .contents_box .photo_box {
  width: 890px;
  margin: 0 auto;
  box-shadow: 13px 13px 0 #fff;
}
#contents .link_block .recom_box {
  background-color: #f6f6ff;
  padding: 74px 0 150px;
}
#contents .link_block .recom_box .facilities {
  margin-bottom: 63px;
  font-size: 50px;
  line-height: 1.3;
  text-align: center;
}
#contents .link_block .recom_box .block {
  width: 1050px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 7px;
  flex-wrap: wrap;
}
#contents .link_block .recom_box .block .box {
  position: relative;
  width: 480px;
  margin-bottom: 50px;
}
#contents .link_block .recom_box .block .box h4 {
  font-size: 21px;
  line-height: 1.6;
  margin-bottom: 8px;
}
#contents .link_block .recom_box .block .box .num_img {
  width: 93px;
  position: absolute;
  top: -37px;
  left: -16px;
}
#contents .link_block .recom_box .block .box .img {
  width: 480px;
  margin-bottom: 24px;
  box-sizing: border-box;
}
#contents .link_block .recom_box .block .box .text {
  font-weight: 500;
  line-height: 1.8;
}
#contents .link_block .recom_box .btn {
  width: 633px;
  margin: 0 auto;
}
#contents .link_block .btn a {
  display: block;
  border-radius: 140px;
  height: 100%;
  box-sizing: border-box;
  padding: 4px;
  position: relative;
  transition: all 0.3s;
}
#contents .link_block .btn a:hover::after {
  right: 30px;
}
#contents .link_block .btn a::after {
  content: "";
  display: block;
  background-image: url(../img/right_arrow_w.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  width: 15px;
  height: 18px;
  transition: all 0.3s;
}
#contents .link_block .btn a span {
  display: block;
  margin: 2px 4px 3px 4px;
  border: 4px solid #fff;
  border-radius: 140px;
  font-size: 29px;
  text-align: center;
  color: #fff;
  height: 100%;
  padding: 30px 0 32px;
  box-sizing: border-box;
  transition: all 0.3s;
}
#contents .link_block .btn a:hover::after {
  background-image: url(../img/right_arrow_nozawa.png);
}
/*=========================
▲▲link_block共通▲▲
===========================*/
#contents #link_01 {
  background-color: #f6f6ff;
}
#contents #link_01 .title_box h2 {
  padding-left: 274px;
}
#contents #link_01 .title_box h2::before {
  background-image: url(../img/num01.png);
  width: 238px;
}
#contents #link_01 .title_box h2 .deco01 {
  color: #1217f1;
}
#contents #link_01 .title_box h2 .deco02 {
  background-color: #1217f1;
  padding: 6px 34px 11px 27px;
  line-height: 1.1;
}
#contents #link_01 .text_img {
  width: 828px;
}
#contents #link_01 .contents_box {
  background-color: #1217f1;
}
#contents #link_01 .contents_box .place_title {
  color: #1217f1;
  border: 10px solid #1217f1;
}
#contents #link_01 .recom_box .facilities {
  color: #1217f1;
}
#contents #link_01 .recom_box .block .box .img {
  border: 10px solid #1217f1;
}
#contents #link_01 .btn a {
  background-color: #1217f1;
}
#contents #link_01 .btn a:hover {
  background-color: #fff;
}
#contents #link_01 .btn a:hover span {
  color: #1217f1;
  border: 4px solid #1217f1;
}
#contents #link_02 {
  background-color: #efeafc;
}
#contents #link_02 .title_box h2 {
  padding-left: 270px;
}
#contents #link_02 .title_box h2 .small {
  font-size: 23px;
  display: block;
  color: #4d0ceb;
  margin-top: 5px;
}
#contents #link_02 .title_box h2::before {
  background-image: url(../img/num02.png);
  width: 244px;
}
#contents #link_02 .title_box h2 .deco01 {
  color: #4d0ceb;
  font-size: 38px;
}
#contents #link_02 .title_box h2 .deco02 {
  background-color: #4d0ceb;
  font-size: 55px;
  padding: 2px 12px 5px 12px;
}
#contents #link_02 .text_img {
  width: 947px;
}
#contents #link_02 .contents_box {
  background-color: #4d0ceb;
}
#contents #link_02 .contents_box .place_title {
  color: #4d0ceb;
  border: 10px solid #4d0ceb;
  font-size: 46px;
}
#contents #link_02 .recom_box {
  background-color: #efeafc;
}
#contents #link_02 .recom_box .facilities {
  color: #4d0ceb;
}
#contents #link_02 .recom_box .block .box .img {
  border: 10px solid #4d0ceb;
}
#contents #link_02 .recom_box .btn {
  width: 733px;
}
#contents #link_02 .btn a {
  background-color: #4d0ceb;
}
#contents #link_02 .btn a:hover {
  background-color: #fff;
}
#contents #link_02 .btn a:hover::after {
  background-image: url(../img/right_arrow_romance.png);
}
#contents #link_02 .btn a:hover span {
  color: #4d0ceb;
  border: 4px solid #4d0ceb;
}
#contents #link_03 {
  background-color: #e7eff3;
}
#contents #link_03 .title_box h2 {
  padding-left: 314px;
}
#contents #link_03 .title_box h2::before {
  background-image: url(../img/num03.png);
  width: 278px;
}
#contents #link_03 .title_box h2 .deco01 {
  color: #0ca0eb;
}
#contents #link_03 .title_box h2 .deco02 {
  background-color: #0ca0eb;
}
#contents #link_03 .text_img {
  width: 713px;
}
#contents #link_03 .contents_box {
  background-color: #0ca0eb;
}
#contents #link_03 .contents_box .place_title {
  color: #0ca0eb;
  border: 10px solid #0ca0eb;
}
#contents #link_03 .recom_box {
  background-color: #e7eff3;
}
#contents #link_03 .recom_box .facilities {
  color: #0ca0eb;
}
#contents #link_03 .recom_box .block .box .img {
  border: 10px solid #0ca0eb;
}
#contents #link_03 .btn a {
  background-color: #0ca0eb;
}
#contents #link_03 .btn a:hover {
  background-color: #fff;
}
#contents #link_03 .btn a:hover::after {
  background-image: url(../img/right_arrow_togari.png);
}
#contents #link_03 .btn a:hover span {
  color: #0ca0eb;
  border: 4px solid #0ca0eb;
}
#contents #link_04 {
  background-color: #d5f3f4;
}
#contents #link_04 .title_box h2 {
  padding-left: 320px;
}
#contents #link_04 .title_box h2::before {
  background-image: url(../img/num04.png);
  width: 283px;
}
#contents #link_04 .title_box h2 .deco01 {
  color: #00c4c9;
}
#contents #link_04 .title_box h2 .deco02 {
  background-color: #00c4c9;
}
#contents #link_04 .text_img {
  width: 955px;
}
#contents #link_04 .contents_box {
  background-color: #00c4c9;
}
#contents #link_04 .contents_box .place_title {
  color: #00c4c9;
  border: 10px solid #00c4c9;
  font-size: 48px;
}
#contents #link_04 .recom_box {
  background-color: #d5f3f4;
}
#contents #link_04 .recom_box .facilities {
  color: #00c4c9;
}
#contents #link_04 .recom_box .block .box .img {
  border: 10px solid #00c4c9;
}
#contents #link_04 .btn a {
  background-color: #00c4c9;
}
#contents #link_04 .btn a:hover {
  background-color: #fff;
}
#contents #link_04 .btn a:hover::after {
  background-image: url(../img/right_arrow_madarao.png);
}
#contents #link_04 .btn a:hover span {
  color: #00c4c9;
  border: 4px solid #00c4c9;
}
#contents #conts_stamp {
  background-image: url(../img/bg_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 134px 0 150px;
}
#contents #conts_stamp h2 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 42px;
  text-align: center;
}
#contents #conts_stamp .img {
  width: 80%;
  margin: 0 auto 30px;
}
#contents #conts_stamp .conts_inquiry {
  width: 965px;
  margin: 0 auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 24px 20px 24px;
}
#contents #conts_stamp .conts_inquiry dl {
  display: flex;
  font-weight: 500;
  justify-content: space-between;
}
#contents #conts_stamp .conts_inquiry dl dt {
  font-size: 21px;
  width: 258px;
  text-align: center;
}
#contents #conts_stamp .conts_inquiry dl dd {
  font-size: 20px;
  width: calc(100% - 300px);
}
#contents #conts_stamp .conts_inquiry dl dd p:not(:last-of-type) {
  margin-bottom: 8px;
}
#contents #conts_stamp .conts_inquiry dl dd .tel-link a {
  color: #000;
}
/* ▼▼画像スライドイン▼▼ */
#contents .slide_in_wrapper {
  display: inline-block;
  overflow: hidden;
}
#contents .slide_in_image {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  opacity: 0;
}
#contents .isPlay {
  animation-name: play;
  animation-duration: 0.55s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 1 !important;
  animation-timing-function: ease;
}
#contents .isPlay:before {
  animation-name: maskOut;
  animation-duration: 0.55s;
  animation-delay: 0.55s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000000, #000000);
}
#contents .no_bg.isPlay:before {
  display: none;
}
@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
/* ▼▼画像スライドイン▼▼ */