@charset "UTF-8";
/*
 * CSS for SmartPhone
 * @date     2017.03.21
 * @author   Sungjoon Park
 */
/* ------------------------------------------

------------------------------------------ */
#keyVisual {
  margin-bottom: 12px;
}

#keyVisual img {
  width: 100%;
  display: block;
}

#keyVisual h1 {
  text-indent: inherit;
  position: absolute;
  width: 80%;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  left: 10%;
  margin-top: 28px;
  line-height: 1.1;
}

#keyVisual h1 span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}

.sp {
  display: block;
}

.pc {
  display: none !important;
}

.page_term {
  font-size: 13px;
  line-height: 1.4;
  margin: auto 12px 15px 12px;
  text-align: center;
}

/* ----- nav -----*/
#pageTab {
  margin: 12px 0 0 0;
}

#pageTab ul {
  width: 96%;
  margin: 0px 2% 12px 2%;
  z-index: 99;
}

#pageTab ul.tab5 li {
  width: 20%;
  margin: 0;
  background: #fff;
}

#pageTab ul li a {
  background: #dedede;
  height: auto;
  padding: 15px 0;
}

#pageTab ul li a:hover {
  opacity: 0.75;
}

/* ----- contents -----*/
#contents {
  padding: 0;
  background: #fff;
}

.page_cpn .cpn_box {
  margin: 12px 12px 28px;
}

.page_cpn .cpn_box img {
  display: block;
  width: 100%;
}

.page_cpn .cpn_box a:hover img {
  opacity: 0.8;
}

#contentsArea .page_cpn .cpn_box span {
  font-size: 12px;
  margin-top: 10px;
  background-repeat: no-repeat;
}

.cpCal,
.cpUser,
.cpPoint,
.cpTogether {
  padding-left: 16px;
  padding-right: 4px;
}

.cpCal {
  background-image: url(https://img.travel.rakuten.co.jp/special/sales/coupon/images/cpCal.svg);
}

.cpUser {
  background-image: url(https://img.travel.rakuten.co.jp/special/sales/coupon/images/cpUser.svg);
}

.cpPoint {
  background-image: url(https://img.travel.rakuten.co.jp/special/sales/coupon/images/cpPoint.svg);
}

.cpTogether {
  background-image: url(https://img.travel.rakuten.co.jp/special/sales/coupon/images/cpTogether.svg);
  background-position: left 2px;
}

.cpVol {
  font-weight: bold;
}

.page_box_sty1 {
  margin-bottom: 15px;
}

.page_h2 {
  background: #777;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  margin: 0 10px 12px 10px;
  font-size: 20px;
}

.page_box1 {
  margin: 0 10px 12px 10px;
}

.box1img img {
  display: block;
  width: 100%;
}

.page_box1 h3 {
  font-size: 14px;
  margin: 10px 0 8px;
}

.txtfont13 {
  font-size: 14px;
  line-height: 1.4;
}

.page_box_sty2 .page_box1 {
  width: 30.8%;
  margin: 0 0 10px 2%;
  float: left;
}

.page_box_sty2 .box1img {
  position: relative;
}

.page_box_sty2 .box1img:before {
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../../images/magnify.jpg) 0 0 no-repeat;
  bottom: 0;
  right: 0;
  content: "";
}

.cpn_box_info .ss-center .cp__acordion {
  clear: both;
}

.cpn_box_info .cp__acordion .cp__trigger:hover {
  background-color: #bababa;
  color: #ffffff;
}

.cpn_box_info .cp__acordion .cp__trigger {
  font-size: 13px;
  display: block;
  position: relative;
  padding: 10px;
  cursor: pointer;
}

.cpn_box_info .cp__acordion .cp__trigger::after {
  display: inline-block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 7px;
  margin-top: -3.5px;
  background-repeat: no-repeat;
}

.cpn_box_info .cp__acordion li .cp__trigger {
  background: #e1e1e1;
}

.cpn_box_info .cp__liststyle-dot > * {
  text-indent: 0 !important;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.4;
}

.cpn_box_info .cp__acordion ul.submenu {
  padding: 10px 0;
  background-color: #f0f0f0;
  line-height: 1.4;
}

.cpn_box_info .cp__acordion .cp__trigger::after {
  background-image: url(../../images/icon_1.png) !important;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  right: 6px;
}

.cpn_box_info .cp__acordion .cp__trigger.active-submenu::after {
  background-image: url(../../images/icon_2.png) !important;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  right: 6px;
}

/* ----- page_box1 -----*/
.page_box1 .ss-center .cp__acordion {
  clear: both;
}

.page_box1 .cp__acordion .cp__trigger:hover {
  background-color: #bababa;
  color: #ffffff;
}

.page_box1 .cp__acordion .cp__trigger {
  font-size: 13px;
  display: block;
  position: relative;
  padding: 10px;
  cursor: pointer;
}

.page_box1 .cp__acordion .cp__trigger::after {
  display: inline-block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 7px;
  margin-top: -3.5px;
  background-repeat: no-repeat;
}

.page_box1 .cp__acordion li .cp__trigger {
  background: #e1e1e1;
}

.page_box1 .cp__liststyle-dot > * {
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.4;
}

.page_box1 .cp__acordion ul.submenu {
  background-color: #f0f0f0;
  padding: 8px 10px 10px 10px;
  line-height: 1.4;
}

.page_box1 .cp__acordion .cp__trigger::after {
  background-image: url(../../images/icon_1.png) !important;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  right: 6px;
}

.page_box1 .cp__acordion .cp__trigger.active-submenu::after {
  background-image: url(../../images/icon_2.png) !important;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  right: 6px;
}

.holder {
  margin-top: 10px;
}

.cp_right {
  display: none;
}

.fixBnr2 {
  position: fixed;
  display: block;
  right: 2.6666666667vw;
  bottom: 10.6666666667vw;
  z-index: 9;
}

#contents .pagetop_btn {
  width: 13.3333333333vw;
  z-index: 999;
}

.pagetop_btn li {
  margin-bottom: 1px;
  background: #fff;
}

.pagetop_btn li a {
  background: #dedede;
  display: block;
  text-align: center;
  padding: 6px 0;
  font-size: 13px;
}

#contentsArea .pagetop_btn li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* ----- Access -----*/
.accessBox {
  border: none;
}

.page_footer {
  background: #f7f7f7;
  padding: 10px;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  margin: 0 10px 12px 10px;
}

.page_footer ul li {
  margin-bottom: 6px;
}

.page_footer a {
  color: #777;
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
}

.page_footer a:hover {
  text-decoration: underline;
}

.page_footer p {
  margin: auto;
}

.page_footer p span {
  margin-right: 12px;
  display: inline-block;
}

#search-box h1 {
  display: none;
}

/*oy*/
.jdsSwiper {
  padding: 0 40px !important;
}

.swiper-wrapper {
  padding-bottom: 30px;
}

.jdsSwiper .page_box1 {
  margin: 0 0px 12px 0px;
}

.swiper-button-next {
  font-size: 12px;
  background: none !important;
}

.jdsColorBoxHtml_main .box1img {
  display: none;
}

.jdsColorBoxHtml_main .txtfont13 {
  display: none;
}

#cboxContent .jdsColorBoxHtml_main .box1img {
  display: block;
}

#cboxContent .jdsColorBoxHtml_main .txtfont13 {
  display: block;
}

#colorbox {
  height: 100% !important;
  position: fixed !important;
  top: 20px !important;
  overflow: visible !important;
}

#cboxContent {
  float: none !important;
  height: 100% !important;
  max-width: 96% !important;
  margin: auto !important;
}

#cboxWrapper {
  height: auto !important;
  overflow: visible !important;
}

#cboxMiddleLeft {
  height: 100% !important;
}

#cboxOverlay {
  background-color: rgba(0, 0, 0, 0.5) !important;
  height: 100% !important;
}

#cboxLoadedContent {
  background: #fff !important;
  border: 1px solid #333 !important;
  padding: 12px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto !important;
  width: auto !important;
}

#cboxClose {
  background: url(../../images/close.jpg) top right no-repeat !important;
  background-position-x: center;
  background-position-y: top;
  width: 25px !important;
  height: 25px !important;
}

#cboxTitle {
  font-size: 0;
}

button#cboxPrevious {
  background: url(../../images/arrow_left.png) top right no-repeat !important;
  width: 32px !important;
  left: -20px !important;
  height: 32px;
}

button#cboxNext {
  background: url(../../images/arrow_right.png) top right no-repeat !important;
  z-index: 999;
  width: 32px !important;
  right: -20px !important;
  height: 32px;
}

.swiper-button-prev {
  width: 32px !important;
  height: 32px !important;
  content: "" !important;
  background: url(../../images/arrow_left.png) 0 0 no-repeat !important;
  font-size: 0;
  top: 35% !important;
  z-index: 999;
}

.swiper-button-next {
  width: 32px !important;
  height: 32px !important;
  content: "" !important;
  background: url(../../images/arrow_right.png) 0 0 no-repeat !important;
  font-size: 0;
  top: 35% !important;
  z-index: 999;
}

.page_foot_box .swiper-button-prev {
  left: 0px;
}

.page_foot_box .swiper-button-next {
  right: 0px;
}

.page_foot_box .swiper-container {
  width: 96% !important;
  margin: auto;
  padding: 0 2% !important;
}

#contentsArea .cpn_box .btn {
  margin: 12px 15px;
}

#contentsArea .cpn_box .btn .main {
  border: 2px solid #7bb33e;
  border-radius: 5px;
  background-color: #fff;
  color: #7bb33e;
  text-align: center;
  display: block;
  margin: 0px auto;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  font-size: 16px;
}

#contentsArea .cpn_box .btn .main:after {
  position: absolute;
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDNkQ4N0ZGMzJGQzRFNzExODg5RkM1RTg2NEE3ODZENyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNzczMUIzN0M1QjcxMUU3ODhGNEZFQzVFMjgxMEUyOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNzczMUIzNkM1QjcxMUU3ODhGNEZFQzVFMjgxMEUyOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNCMjI2MTI1MUFDNUU3MTE5RkIzOUM4RTk0QkM0M0U5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM2RDg3RkYzMkZDNEU3MTE4ODlGQzVFODY0QTc4NkQ3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xa2QmQAAAM5JREFUeNpc0L8LAWEcx/HnZLiBQcmk/AVKdu4fMCr5D1hJEqV0GSwkshoNYmCVTPwZwmAxUSTnvO96Tg9Pvfo+d9/P8+NOqy/SdyGEjgoGZmbzEMrwYQ0LTRQbS0P/DxQwQQAt51kNabZtC15EmXeQxw0NjDju6QacQShGMZGToTZW34AMRShDZPHCzid+RxghOb/g7FdWJyg9GNijiq13SafZRwpHlLjg1P1MmklqVzZPKGPm7ewcMUYcB9mcs/qt/qggrqjJpqXe+iPAAHnLRIHtZQkmAAAAAElFTkSuQmCC) 0 0 no-repeat;
  height: 12px;
  width: 8px;
  right: 12px;
  top: 50%;
  margin-top: -6px;
  display: block;
}

#contentsArea .cpn_box .btn .main:hover {
  opacity: 0.8;
}

.tableholder {
  margin: 0 10px;
  display: none;
}

.tableholder table {
  background-color: #fff;
  border: 1px solid #b4b4b4;
  font-size: 13px;
  line-height: 1.4;
  position: relative;
}

.tableholder table tr:first-child {
  color: #fff;
}

.tableholder table tr:first-child td {
  text-align: center !important;
  background-color: #1ba81b !important;
}

.tableholder table td {
  display: block;
  padding: 5px;
}

.tableholder table tr td:first-child {
  background-color: #e1e1e1;
  font-weight: bold;
}

.coupon-guide {
  margin: 1em auto;
  font-size: 13px;
  text-align: center;
}

.coupon-guide a {
  display: inline-block;
  padding: 0.25em 0.5em 0.5em 1em;
  border-radius: 4px;
  background-color: #e1e1e1;
}

.coupon-guide a::after {
  display: inline-block;
  content: "";
  background-image: url(https://img.travel.rakuten.co.jp//special/sales/template/html/images/Linkwindow.svg);
  width: 16px;
  height: 16px;
  position: relative;
  right: -2px;
}

.disclaimer {
  margin: 20px auto;
  font-size: 12px;
  text-align: center;
}

#newetiquette {
  width: 90%;
  text-align: center;
  margin: 30px auto;
  background: #eee;
  padding: 15px 0;
}

#newetiquette a {
  color: #0059b2 !important;
}

#pageInquiry .inquiryTable {
  width: 92%;
  margin: 40px auto 20px;
  font-size: 14px;
}

#pageInquiry tr,
#pageInquiry th,
#pageInquiry td {
  display: block;
}

#pageInquiry th,
#pageInquiry td {
  border: solid 1px #aaa;
  padding: 1em;
}

#pageInquiry th {
  background-color: #efefef;
}

#pageInquiry td {
  border-top: none;
  border-bottom: none;
}

#pageInquiry tr:last-child td {
  border-bottom: solid 1px #aaa;
}

#pageInquiry .inquiryTable a {
  color: #0059b2;
}

#contents .gototop_btn {
  margin-top: 10px;
  background: none;
}
#contents .gototop_btn img {
  width: 100%;
}

#contents .gototop_btn a {
  display: block;
  height: 30px;
  background: #333;
  border-radius: 4px 4px 0 0;
  color: #fff;
  position: relative;
}

#contents .gototop_btn a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  margin-left: -7px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}

#contents .gototop_btn a span {
  display: none;
}

.page_foot_box {
  width: 94%;
  margin: auto;
}

.page_foot_box .swiper-slide {
  width: 180px !important;
  font-size: 13px;
}

/* 202409 クーポン調整 */
.coupon__box .couponOneClick .coupon__button a {
  background-color: #009700;
  border-radius: 5px;
  font-weight: bold;
  height: 42px;
  width: 100%;
  -webkit-box-flex: 1 !important;
      -ms-flex: auto !important;
          flex: auto !important;
}

.coupon__box .coupon__box__holder {
  padding: 30px 30px 50px 30px;
}

.coupon__container .coupon__cover span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.coupon__box__holder .couponOneClick .couponOneClick-acquired,
.coupon__box__holder .couponOneClick .couponOneClick-having,
.coupon__box__holder .couponOneClick .couponOneClick-expired,
.coupon__box__holder .couponOneClick .couponOneClick-finished {
  background-color: transparent;
}

/* 上記はテンプレです */
html {
  overflow: auto;
}

body {
  overflow-x: hidden;
  min-width: 100%;
}

.hagiiwami_2024 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333333;
  line-height: 1.6;
  font-size: 3.4666666667vw;
}
.hagiiwami_2024 img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.hagiiwami_2024 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hagiiwami_2024 .sp_block {
  display: block;
}
.hagiiwami_2024 .sp_none {
  display: none !important;
}
.hagiiwami_2024 .inner {
  width: 91.3333333333vw;
  margin-left: auto;
  margin-right: auto;
}
.hagiiwami_2024 .ta_center {
  text-align: center;
}
.hagiiwami_2024 .fadein {
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.hagiiwami_2024 .fade_left {
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}
.hagiiwami_2024 .fade_right {
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
}
.hagiiwami_2024 .fade_scale {
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
}
.hagiiwami_2024 .fade_up {
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
}
.hagiiwami_2024 .fade_down {
  -webkit-transform: translate(0, -80px);
          transform: translate(0, -80px);
}
.hagiiwami_2024 .fade_rotate_r {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hagiiwami_2024 .fade_rotate_l {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hagiiwami_2024 .slidein2 {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.hagiiwami_2024 .slidein3 {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.hagiiwami_2024 .slidein4 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.hagiiwami_2024 .slidein5 {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.hagiiwami_2024 .inview.fadein.on_action {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.hagiiwami_2024 .inview_load.fadein.on_action {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.hagiiwami_2024 a:hover {
  opacity: 0.8;
  text-decoration: none !important;
}
.hagiiwami_2024 .mt_s {
  margin-top: 4vw;
}
.hagiiwami_2024 .note {
  font-size: 2.8vw;
  line-height: 1.5;
}
.hagiiwami_2024 .abs {
  position: absolute;
}
.hagiiwami_2024 .btn {
  margin-left: auto;
  margin-right: auto;
}
.hagiiwami_2024 .mv_wrap {
  background-image: url(../../images/bg_mv_sp.jpg);
  height: 121.3333333333vw;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.hagiiwami_2024 .mv_wrap .mv {
  position: relative;
}
.hagiiwami_2024 .mv_wrap .ttl_wrap {
  padding-top: 34.6666666667vw;
}
.hagiiwami_2024 .mv_wrap .ttl_wrap .sub_ttl {
  width: 65.3333333333vw;
  margin-left: 8.6666666667vw;
  margin-right: auto;
}
.hagiiwami_2024 .mv_wrap .ttl_wrap h1 {
  margin-top: 3.3333333333vw;
  width: 82.2666666667vw;
  margin-left: auto;
  margin-right: auto;
}
.hagiiwami_2024 .mv_wrap .mv_deco {
  animation: floating 1.5s ease-in-out infinite alternate-reverse;
}
.hagiiwami_2024 .mv_wrap .mv_deco_01 .src1 {
  background-image: url(../../images/deco_mv_01.png);
  width: 30.6666666667vw;
  height: 30.8vw;
  top: 8vw;
  left: -1.3333333333vw;
}
.hagiiwami_2024 .mv_wrap .mv_deco_01 .src2 {
  background-image: url(../../images/deco_mv_01_2.png);
  width: 30.6666666667vw;
  height: 34.8vw;
  top: 4vw;
  left: -1.3333333333vw;
}
.hagiiwami_2024 .mv_wrap .mv_deco_02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.hagiiwami_2024 .mv_wrap .mv_deco_02 .src1 {
  background-image: url(../../images/deco_mv_02.png);
  width: 27.0666666667vw;
  height: 22.6666666667vw;
  top: 2.6666666667vw;
  left: 17.3333333333vw;
}
.hagiiwami_2024 .mv_wrap .mv_deco_02 .src2 {
  background-image: url(../../images/deco_mv_02_2.png);
  width: 21.6vw;
  height: 20.2666666667vw;
  top: 2.6666666667vw;
  left: 17.3333333333vw;
}
.hagiiwami_2024 .mv_wrap .mv_deco_03 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.hagiiwami_2024 .mv_wrap .mv_deco_03 .src1 {
  background-image: url(../../images/deco_mv_03.png);
  width: 40vw;
  height: 33.4666666667vw;
  top: 77.3333333333vw;
  right: -1.3333333333vw;
}
.hagiiwami_2024 .mv_wrap .mv_deco_03 .src2 {
  background-image: url(../../images/deco_mv_03_2.png);
  width: 40vw;
  height: 36.9333333333vw;
  top: 77.3333333333vw;
  right: -1.3333333333vw;
}
.hagiiwami_2024 .mv_wrap .image {
  position: absolute;
  opacity: 0;
  background-size: contain;
  background-position: center center;
  -webkit-animation: switch 10s infinite;
          animation: switch 10s infinite;
  background-repeat: no-repeat;
}
.hagiiwami_2024 .mv_wrap .image:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.hagiiwami_2024 .mv_wrap .image:nth-of-type(2) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.hagiiwami_2024 .float_nav.fixed .fixed_nav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hagiiwami_2024 .float_nav .fixed_nav {
  position: fixed;
  bottom: 0;
  z-index: 999;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hagiiwami_2024 .float_nav .fixed_nav li {
  width: 40%;
}
.hagiiwami_2024 .float_nav .fixed_nav li.nav_s {
  width: 20%;
}
.hagiiwami_2024 .float_nav .nav {
  margin: -10.2666666667vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 99vw;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  position: relative;
}
.hagiiwami_2024 .float_nav .nav li {
  width: 40%;
}
.hagiiwami_2024 .float_nav .nav li.nav_s {
  width: 20%;
}
.hagiiwami_2024 .lead_wrap {
  margin-top: 16vw;
  margin-bottom: 13.3333333333vw;
  position: relative;
}
.hagiiwami_2024 .lead_wrap .txt_wrap h2 {
  position: relative;
  width: 76vw;
  margin-left: 2vw;
}
.hagiiwami_2024 .lead_wrap .txt_wrap h2:before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../images/deco_ldttl_01_sp.png);
  width: 8.4vw;
  height: 6.5333333333vw;
  top: -6.333333vw;
  left: -5.333333vw;
}
.hagiiwami_2024 .lead_wrap .txt_wrap h2:after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../images/deco_ldttl_02_sp.png);
  width: 16.4vw;
  height: 2.9333333333vw;
  bottom: 1.3333333333vw;
  right: 10vw;
}
.hagiiwami_2024 .lead_wrap .txt_wrap p {
  margin-top: 8vw;
  line-height: 1.8;
  font-size: 3.7333333333vw;
  margin-left: 2vw;
  max-width: 88vw;
}
.hagiiwami_2024 .lead_wrap .deco_lead_01 {
  bottom: 17.3333333333vw;
  left: 2vw;
  width: 22.4vw;
}
.hagiiwami_2024 .lead_wrap .deco_lead_02 {
  bottom: -2vw;
  right: 1.8666666667vw;
  width: 24vw;
}
.hagiiwami_2024 .lead_wrap .img_wrap {
  width: 72.8vw;
  margin-top: 5.3333333333vw;
  margin-right: 2.9333333333vw;
  margin-left: auto;
}
.hagiiwami_2024 .wagyu_wrap {
  background-color: #faf5e2;
  padding-top: 15.3333333333vw;
  padding-bottom: 13.3333333333vw;
}
.hagiiwami_2024 .wagyu_wrap .wagyu {
  position: relative;
}
.hagiiwami_2024 .wagyu_wrap .wagyu:before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../images/deco_wagyu_wrap_01_sp.png);
  width: 11.6vw;
  height: 15.0666666667vw;
  top: -6.6666666667vw;
  right: 2vw;
}
.hagiiwami_2024 .wagyu_wrap .wagyu:after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../images/deco_wagyu_wrap_02_sp.png);
  width: 25.0666666667vw;
  height: 15.4666666667vw;
  bottom: -50.3333333333vw;
  left: -50.3333333333vw;
}
.hagiiwami_2024 .wagyu_wrap .wagyu .txt_wrap .sub_ttl {
  width: 61.4666666667vw;
  margin-left: auto;
  margin-right: auto;
}
.hagiiwami_2024 .wagyu_wrap .wagyu .txt_wrap h2 {
  margin-top: 5.3333333333vw;
  width: 45.4666666667vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.hagiiwami_2024 .wagyu_wrap .wagyu .txt_wrap h2:after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../images/deco_wagyu_ttl_sp.png);
  width: 81.0666666667vw;
  height: 23.2vw;
  top: -2.2666666667vw;
  left: calc(50% - 40.5333333333vw);
}
.hagiiwami_2024 .wagyu_wrap .wagyu .txt_wrap .txt {
  margin-top: 64vw;
  line-height: 1.8;
}
.hagiiwami_2024 .wagyu_wrap .wagyu .txt_wrap .txt span {
  font-size: 2.8vw;
}
.hagiiwami_2024 .wagyu_wrap .wagyu .img_wrap {
  width: 75.8666666667vw;
  left: calc(50% - 37.9333333333vw);
  position: absolute;
  top: 33.3333333333vw;
}
.hagiiwami_2024 .wagyu_wrap .point {
  margin-top: 8vw;
  gap: 3.3333333333vw;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding-right: 4.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hagiiwami_2024 .wagyu_wrap .point .txt_wrap {
  width: 51.0666666667vw;
}
.hagiiwami_2024 .wagyu_wrap .point .img_wrap {
  width: 32.8vw;
}
.hagiiwami_2024 .coupon_wrap {
  background: rgba(253, 241, 126, 0.7);
  /* 250523 クーポンの別枠追加 */
}
.hagiiwami_2024 .coupon_wrap .inner {
  background: #fff;
  border-radius: 17.3333333333vw 2.6666666667vw 17.3333333333vw 2.6666666667vw;
  padding-top: 6.6666666667vw;
  width: 97.0666666667vw;
  padding: 13.3333333333vw 2% 0;
  position: relative;
}
.hagiiwami_2024 .coupon_wrap .ttl_sub {
  width: 26.6666666667vw;
  position: absolute;
  top: -2.6666666667vw;
  left: 0;
}
.hagiiwami_2024 .coupon_wrap .ttl_wrap {
  position: relative;
  z-index: 1;
}
.hagiiwami_2024 .coupon_wrap .ttl_wrap h2 {
  width: 91.2vw;
  margin-right: auto;
  margin-left: auto;
}
.hagiiwami_2024 .coupon_wrap .ttl_wrap p {
  left: -4.5333333333vw;
  top: 8.6666666667vw;
  width: 20.1333333333vw;
  z-index: -1;
}
.hagiiwami_2024 .coupon_wrap .term_wrap {
  margin-top: 8vw;
}
.hagiiwami_2024 .coupon_wrap .term_wrap .term {
  font-weight: bold;
  text-align: center;
}
.hagiiwami_2024 .coupon_wrap .term_wrap .term span.note {
  display: block;
  font-weight: normal;
  margin-top: 0.6666666667vw;
}
.hagiiwami_2024 .coupon_wrap .term_wrap .term.at_date {
  margin-top: 1em;
}
.hagiiwami_2024 .coupon_wrap .term_wrap .note {
  margin-top: 6.6666666667vw;
}
.hagiiwami_2024 .coupon_wrap .pickup_coupon {
  padding-top: 4vw;
  padding-left: 2.6666666667vw;
  padding-right: 2.6666666667vw;
  padding-bottom: 4vw;
  position: relative;
  z-index: 1;
}
.hagiiwami_2024 .coupon_wrap .pickup_coupon::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 97.0666666667vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #CCEACC;
}
.hagiiwami_2024 .coupon_wrap .pickup_coupon .content_wrap {
  padding-top: 6.6666666667vw;
  padding-left: 5.8666666667vw;
  padding-right: 5.8666666667vw;
  padding-bottom: 6.6666666667vw;
  background-color: #fff;
  border-radius: 6.6666666667vw;
}
.hagiiwami_2024 .coupon_wrap .pickup_coupon .content_wrap .coupon__box .coupon__box__holder {
  padding: 0;
  width: auto;
}
.hagiiwami_2024 .coupon_wrap .pickup_coupon .content_wrap .btn_wrap {
  margin-top: 3.2vw;
}
.hagiiwami_2024 .coupon_wrap .pickup_coupon .content_wrap .btn_wrap p.btn_pickup_coupon a {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 10.4vw;
  background-color: #009700;
  color: #fff !important;
  font-weight: bold;
  font-size: 3.2vw;
  border: 1px solid #bababa;
  border-radius: 1.3333333333vw;
}
.hagiiwami_2024 .coupon_wrap .coupon-guide {
  text-align: center;
  margin-top: 9.3333333333vw;
}
.hagiiwami_2024 .coupon_wrap .tag_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6vw 1.0666666667vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hagiiwami_2024 .coupon_wrap .tag_wrap li {
  border: 1px solid #dedede;
  border-radius: 3px;
  height: 4.5333333333vw;
  line-height: 4.5333333333vw;
  padding-left: 2.1333333333vw;
  padding-right: 2.1333333333vw;
  font-size: 2.6666666667vw;
}
.hagiiwami_2024 .coupon_wrap .tag_wrap li:last-child {
  padding-right: 5.8666666667vw;
  position: relative;
}
.hagiiwami_2024 .coupon_wrap .tag_wrap li:last-child:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../../images/icon_tags_sp.png);
  width: 3.2vw;
  height: 2vw;
  top: 1.6vw;
  right: 1.6vw;
  background-repeat: no-repeat;
  background-size: contain;
}
.hagiiwami_2024 .coupon_wrap .cpn_box .cp__acordion {
  text-align: center;
}
.hagiiwami_2024 .coupon_wrap .cpn_01 {
  margin-top: 6.6666666667vw;
}
.hagiiwami_2024 .coupon_wrap .cpn_02 {
  margin-top: 7.3333333333vw;
}
.hagiiwami_2024 .coupon_wrap .btn {
  margin-top: 4vw;
}
.hagiiwami_2024 .coupon_wrap.coupon_wrap_01 {
  padding: 13.3333333333vw 0;
}
.hagiiwami_2024 .coupon_wrap.coupon_wrap_01 .point_wrap {
  position: relative;
  margin-top: 4.6666666667vw;
}
.hagiiwami_2024 .coupon_wrap.coupon_wrap_01 .point_wrap h3 {
  width: 86.9333333333vw;
  margin-left: auto;
  margin-right: auto;
}
.hagiiwami_2024 .coupon_wrap.coupon_wrap_01 .point_wrap .img_wrap {
  top: -4.6666666667vw;
  left: calc(50% - 48.0666666667vw);
  width: 96.1333333333vw;
}
.hagiiwami_2024 .coupon_wrap.coupon_wrap_01 .note {
  margin-top: 4vw;
  text-align: center;
}
.hagiiwami_2024 .coupon_wrap.coupon_wrap_01 .note a {
  color: #00417b !important;
  text-decoration: underline !important;
}
.hagiiwami_2024 .coupon_wrap.coupon_wrap_01 .term_wrap {
  margin-top: 3.3333333333vw;
  font-size: 3.4666666667vw;
}
.hagiiwami_2024 .coupon_wrap.coupon_wrap_01 .how_to_wrap {
  margin-top: 8vw;
}
.hagiiwami_2024 .coupon_wrap.coupon_wrap_01 .how_to_wrap h4 {
  width: 33.3333333333vw;
  margin: 0 auto;
}
.hagiiwami_2024 .coupon_wrap.coupon_wrap_01 .how_to_wrap ul {
  margin-top: 3.3333333333vw;
}
.hagiiwami_2024 .coupon_wrap.coupon_wrap_01 .how_to_wrap ul li:nth-child(2) {
  margin-top: 2.6666666667vw;
}
.hagiiwami_2024 .coupon_wrap.coupon_wrap_01 .how_to_wrap ul li:nth-child(3) {
  margin-top: 2.6666666667vw;
}
.hagiiwami_2024 .coupon_wrap.coupon_wrap_01 .btn {
  margin-top: 8vw;
}
.hagiiwami_2024 .coupon_wrap.coupon_wrap_02 {
  margin-top: 17.3333333333vw;
}
.hagiiwami_2024 .coupon_wrap.coupon_wrap_02 .tag_wrap {
  max-width: 56vw;
}
.hagiiwami_2024 .other_coupon_wrap {
  background-color: #feffde;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(3.33333vw, #ffffff), color-stop(3.33333vw, #feffde), to(#feffde));
  background: linear-gradient(#ffffff 0%, #ffffff 3.33333vw, #feffde 3.33333vw, #feffde 100%);
  padding-bottom: 8.6666666667vw;
}
.hagiiwami_2024 .other_coupon_wrap .ttl_wrap {
  position: relative;
  margin-top: 16.6666666667vw;
  width: 82.9333333333vw;
  margin-left: auto;
  margin-right: auto;
}
.hagiiwami_2024 .other_coupon_wrap .ttl_wrap:after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../images/deco_other_coupon_sp.png);
  width: 99.0666666667vw;
  height: 14vw;
  top: 10vw;
  right: calc(50% - 49.5333333333vw);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.hagiiwami_2024 .other_coupon_wrap .coupon_list {
  margin-top: 5.3333333333vw;
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#feffde), color-stop(10vw, #feffde), color-stop(10vw, #ffffff), to(#ffffff));
  background: linear-gradient(#feffde 0%, #feffde 10vw, #ffffff 10vw, #ffffff 100%);
}
.hagiiwami_2024 .other_coupon_wrap .coupon_list .coupon_desc {
  padding-bottom: 6.6666666667vw;
  position: relative;
}
.hagiiwami_2024 .other_coupon_wrap .coupon_list .coupon_desc .img_wrap {
  width: 54.6666666667vw;
  margin-left: auto;
  margin-right: auto;
}
.hagiiwami_2024 .other_coupon_wrap .coupon_list .coupon_desc .txt_wrap {
  margin-top: 4vw;
  text-align: center;
}
.hagiiwami_2024 .other_coupon_wrap .coupon_list .coupon_desc .txt_wrap h3 {
  margin-top: 2vw;
  width: 37.0666666667vw;
  margin-left: auto;
  margin-right: auto;
}
.hagiiwami_2024 .other_coupon_wrap .coupon_list .coupon_desc .txt_wrap .txt {
  width: 80.2666666667vw;
  margin-left: auto;
  margin-right: auto;
}
.hagiiwami_2024 .other_coupon_wrap .coupon_list .coupon_desc .deco_01 {
  left: 6.6666666667vw;
  top: 13.3333333333vw;
  width: 18.4vw;
}
.hagiiwami_2024 .other_coupon_wrap .coupon_list .coupon_desc .deco_02 {
  right: 5.3333333333vw;
  top: 21.3333333333vw;
  width: 21.0666666667vw;
}
.hagiiwami_2024 .other_coupon_wrap .coupon_list .coupon_desc .btn {
  margin-top: 4vw;
  width: 64vw;
  margin-left: auto;
  margin-right: auto;
}
.hagiiwami_2024 .other_coupon_wrap .coupon_list .coupon_desc:last-child .img_wrap {
  width: 56vw;
}
.hagiiwami_2024 .other_coupon_wrap .coupon_list .coupon_desc:last-child .txt_wrap {
  margin-top: 4vw;
  text-align: center;
}
.hagiiwami_2024 .other_coupon_wrap .coupon_list .coupon_desc:last-child .txt_wrap h3 {
  width: 46vw;
}
.hagiiwami_2024 .other_coupon_wrap .coupon_list .coupon_desc:last-child .txt_wrap .txt {
  width: 66.1333333333vw;
}
.hagiiwami_2024 .other_coupon_wrap .info {
  margin-top: 5.3333333333vw;
}
.hagiiwami_2024 .other_coupon_wrap .info p:first-child {
  text-align: center;
}
.hagiiwami_2024 .other_coupon_wrap .info p:last-child {
  position: relative;
  margin-top: 5.3333333333vw;
}
.hagiiwami_2024 .other_coupon_wrap .info p:last-child:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: -2.6666666667vw;
  background-color: #333333;
}
.hagiiwami_2024 .other_coupon_wrap .note {
  margin-top: 8vw;
  font-size: 3.4666666667vw;
}
.hagiiwami_2024 .spot_wrap {
  position: relative;
  background-image: url(../../images/bg_spot_sp.png);
  background-size: 100vw;
  background-repeat: no-repeat;
}
.hagiiwami_2024 .spot_wrap .intro_wrap {
  margin-top: 43.3333333333vw;
  position: relative;
}
.hagiiwami_2024 .spot_wrap .intro_wrap .intro {
  position: relative;
  background-image: url(../../images/bg_ttl_spot_sp.png);
  height: 71.8666666667vw;
  width: 73.3333333333vw;
  background-repeat: no-repeat;
  background-size: 73.3333333333vw;
  top: -36vw;
  margin-left: auto;
  margin-right: auto;
}
.hagiiwami_2024 .spot_wrap .intro_wrap .intro .ttl_wrap {
  text-align: center;
  padding-top: 10.6666666667vw;
}
.hagiiwami_2024 .spot_wrap .intro_wrap .intro .ttl_wrap h2 {
  margin-top: 2vw;
  width: 51.6vw;
  margin-left: auto;
  margin-right: auto;
}
.hagiiwami_2024 .spot_wrap .intro_wrap .intro .ttl_wrap .sub_ttl {
  width: 38.2666666667vw;
  margin-left: auto;
  margin-right: auto;
}
.hagiiwami_2024 .spot_wrap .intro_wrap .intro .txt {
  max-width: 53.3333333333vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.2vw;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.hagiiwami_2024 .spot_wrap .intro_wrap .intro .txt span {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.hagiiwami_2024 .spot_wrap .intro_wrap .map {
  width: 72.9333333333vw;
  top: 12vw;
  right: -2vw;
}
.hagiiwami_2024 .spot_wrap .spot .spot_list_wrap .spot_list {
  margin-top: 11.7333333333vw;
}
.hagiiwami_2024 .spot_wrap .spot .spot_list_wrap .spot_list:first-child {
  margin-top: 7.3333333333vw;
}
.hagiiwami_2024 .spot_wrap .spot .spot_list_wrap .spot_list .img_wrap {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 88vw;
  margin-left: auto;
  margin-right: auto;
}
.hagiiwami_2024 .spot_wrap .spot .spot_list_wrap .spot_list .img_wrap:before {
  position: absolute;
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.hagiiwami_2024 .spot_wrap .spot .spot_list_wrap .spot_list .img_wrap:after {
  position: absolute;
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
}
.hagiiwami_2024 .spot_wrap .spot .spot_list_wrap .spot_list .txt_wrap h4 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4vw;
}
.hagiiwami_2024 .spot_wrap .spot .spot_list_wrap .spot_list .txt_wrap .txt {
  margin-top: 4vw;
}
.hagiiwami_2024 .spot_wrap .spot .spot_list_wrap .spot_list .txt_wrap .note {
  margin-top: 5.3333333333vw;
}
.hagiiwami_2024 .spot_wrap .spot .gourmet_wrap {
  margin-top: 9.3333333333vw;
  padding-bottom: 8.6666666667vw;
}
.hagiiwami_2024 .spot_wrap .spot .gourmet_wrap h4 {
  margin-left: auto;
  margin-right: auto;
  width: 72vw;
}
.hagiiwami_2024 .spot_wrap .spot .gourmet_wrap ul {
  margin-top: 6.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3333333333vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.hagiiwami_2024 .spot_wrap .spot .gourmet_wrap ul:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 69.3333333333vw;
  background-color: #c7f2ff;
  border-radius: 16px;
  top: 8.6666666667vw;
  z-index: -1;
}
.hagiiwami_2024 .spot_wrap .spot .gourmet_wrap ul .img_wrap {
  margin-left: auto;
  margin-right: auto;
  width: 25.3333333333vw;
}
.hagiiwami_2024 .spot_wrap .spot .gourmet_wrap ul .txt_wrap {
  max-width: 26.6666666667vw;
  margin-top: 3.3333333333vw;
}
.hagiiwami_2024 .spot_wrap .spot .gourmet_wrap ul .txt_wrap h5 {
  margin-left: auto;
  margin-right: auto;
}
.hagiiwami_2024 .spot_wrap .spot .gourmet_wrap ul .txt_wrap p {
  margin-top: 2.6666666667vw;
  font-size: 3.2vw;
}
.hagiiwami_2024 .spot_wrap .spot .btn {
  margin-top: 6.6666666667vw;
}
.hagiiwami_2024 .spot_wrap .spot.spot_01 {
  margin-top: 12.6666666667vw;
}
.hagiiwami_2024 .spot_wrap .spot.spot_01 h3 {
  margin-left: -2vw;
  width: 48.8vw;
}
.hagiiwami_2024 .spot_wrap .spot.spot_01 .spot_list_wrap .spot_list .img_wrap:before {
  left: -2vw;
  top: -3.3333333333vw;
  background-image: url(../../images/deco_spot_01_l.png);
  width: 23.2vw;
  height: 13.0666666667vw;
}
.hagiiwami_2024 .spot_wrap .spot.spot_01 .spot_list_wrap .spot_list .img_wrap:after {
  background-image: url(../../images/deco_spot_01_r.png);
  width: 8.1333333333vw;
  height: 5.3333333333vw;
}
.hagiiwami_2024 .spot_wrap .spot.spot_01 .spot_list_wrap .spot_list:nth-child(1) .txt_wrap h4 {
  width: 39.8666666667vw;
}
.hagiiwami_2024 .spot_wrap .spot.spot_01 .spot_list_wrap .spot_list:nth-child(2) .txt_wrap h4 {
  width: 62.8vw;
}
.hagiiwami_2024 .spot_wrap .spot.spot_01 .spot_list_wrap .spot_list:nth-child(3) .txt_wrap h4 {
  width: 64.1333333333vw;
}
.hagiiwami_2024 .spot_wrap .spot.spot_01 .gourmet_wrap ul li:nth-child(1) .txt_wrap h5 {
  width: 13.4666666667vw;
}
.hagiiwami_2024 .spot_wrap .spot.spot_01 .gourmet_wrap ul li:nth-child(2) .txt_wrap h5 {
  width: 16.9333333333vw;
}
.hagiiwami_2024 .spot_wrap .spot.spot_01 .gourmet_wrap ul li:nth-child(3) .txt_wrap h5 {
  width: 12.6666666667vw;
}
.hagiiwami_2024 .spot_wrap .spot.spot_02 {
  margin-top: 15.3333333333vw;
  position: relative;
}
.hagiiwami_2024 .spot_wrap .spot.spot_02 .map_02 {
  width: 90.6666666667vw;
  margin-left: -2vw;
}
.hagiiwami_2024 .spot_wrap .spot.spot_02 h3 {
  width: 48.8vw;
  margin-top: -19.3333333333vw;
  margin-right: -2vw;
  margin-left: auto;
}
.hagiiwami_2024 .spot_wrap .spot.spot_02 .spot_list_wrap .spot_list {
  margin-top: 12.6666666667vw;
}
.hagiiwami_2024 .spot_wrap .spot.spot_02 .spot_list_wrap .spot_list .img_wrap {
  z-index: 1;
}
.hagiiwami_2024 .spot_wrap .spot.spot_02 .spot_list_wrap .spot_list .img_wrap:before {
  left: -4.4vw;
  top: -4.5333333333vw;
  background-image: url(../../images/deco_spot_02_l.png);
  width: 18.9333333333vw;
  height: 16.4vw;
  z-index: -1;
}
.hagiiwami_2024 .spot_wrap .spot.spot_02 .spot_list_wrap .spot_list .img_wrap:after {
  background-image: url(../../images/deco_spot_02_r.png);
  width: 6.9333333333vw;
  height: 5.3333333333vw;
}
.hagiiwami_2024 .spot_wrap .spot.spot_02 .spot_list_wrap .spot_list:nth-child(1) .txt_wrap h4 {
  width: 59.8666666667vw;
}
.hagiiwami_2024 .spot_wrap .spot.spot_02 .spot_list_wrap .spot_list:nth-child(2) .txt_wrap h4 {
  width: 45.2vw;
}
.hagiiwami_2024 .spot_wrap .spot.spot_02 .spot_list_wrap .spot_list:nth-child(3) .txt_wrap h4 {
  width: 71.8666666667vw;
}
.hagiiwami_2024 .spot_wrap .spot.spot_02 .gourmet_wrap ul:after {
  background-color: #e0faf7;
}
.hagiiwami_2024 .spot_wrap .spot.spot_02 .gourmet_wrap ul li:nth-child(1) .txt_wrap h5 {
  width: 17.2vw;
}
.hagiiwami_2024 .spot_wrap .spot.spot_02 .gourmet_wrap ul li:nth-child(2) .txt_wrap h5 {
  width: 24.2666666667vw;
}
.hagiiwami_2024 .spot_wrap .spot.spot_02 .gourmet_wrap ul li:nth-child(3) .txt_wrap h5 {
  width: 16.2666666667vw;
}
.hagiiwami_2024 .disclaimer {
  background-color: unset;
  margin-top: 8vw;
}
.hagiiwami_2024 .etiquette {
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  background-color: #ededed;
  margin-top: 30px;
  height: 13.3333333333vw;
  padding-top: 2vw;
  font-size: 3.2vw;
}
.hagiiwami_2024 .etiquette p a {
  color: #1736d2 !important;
  text-decoration: underline !important;
}
.hagiiwami_2024 .access_wrap {
  margin-top: 24vw;
}
.hagiiwami_2024 .access_wrap .ttl_wrap p {
  width: 61.3333333333vw;
  margin-left: auto;
  margin-right: auto;
}
.hagiiwami_2024 .access_wrap .ttl_wrap h2 {
  margin-top: 4vw;
  width: 58.2666666667vw;
  margin-left: auto;
  margin-right: auto;
}
.hagiiwami_2024 .access_wrap .map {
  margin-top: 5.3333333333vw;
  height: 66.6666666667vw;
  margin-bottom: 65px;
}
.hagiiwami_2024 .access_wrap .map iframe {
  height: 66.6666666667vw;
  width: 100%;
}
.hagiiwami_2024 .pagetop_btn {
  bottom: 17.2vw;
}
.hagiiwami_2024 .summary {
  margin-top: 8vw;
}
.hagiiwami_2024 .summary table {
  border: 1px solid #b5b5b5;
  border-bottom: 0;
}
.hagiiwami_2024 .summary table .table_head {
  text-align: center;
  background: #efefef;
  color: #000000;
  font-weight: bold;
  font-size: 3.7333333333vw;
  width: auto;
}
.hagiiwami_2024 .summary table a {
  color: #1d54a7 !important;
  text-decoration: underline !important;
}
.hagiiwami_2024 .summary table th {
  padding: 2.6666666667vw;
  text-align: left;
  display: block;
  width: 100%;
  border-bottom: 1px solid #b5b5b5;
  font-weight: bold;
  background: #efefef;
}
.hagiiwami_2024 .summary table th.ptop {
  background-color: #efefef;
}
.hagiiwami_2024 .summary table td {
  padding: 2.6666666667vw;
  text-align: left;
  display: block;
  width: 100%;
  border-bottom: 1px solid #b5b5b5;
  background-color: #ffffff;
}
.hagiiwami_2024 .summary table td ul {
  padding-left: 0;
  margin: 1.3333333333vw 0;
}
.hagiiwami_2024 .summary table td ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.hagiiwami_2024 .summary table td.in-title {
  padding: 0;
  vertical-align: top;
  width: auto;
}
.hagiiwami_2024 .summary table td .inner-title {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #efefef;
  padding: 2.6666666667vw;
  border-bottom: 1px solid #b5b5b5;
}
.hagiiwami_2024 .summary table td .inner-content {
  padding: 2.6666666667vw;
  display: block;
  border-bottom: 1px solid #b5b5b5;
}
.hagiiwami_2024 .summary table td .inner-content:last-child {
  border-bottom: 0;
}
.hagiiwami_2024 .summary .use_text {
  text-align: right;
  margin-top: 1.3333333333vw;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}
@-webkit-keyframes switch {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes switch {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=contents_sp.css.map */