@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: 0px;
  bottom: 0px;
  z-index: 9;
}

#contents .pagetop_btn {
  width: 50px;
  z-index: 999;
}

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

.pagetop_btn li a {
  background: #dedede;
  width: 50px;
  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;
  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;
  font-size: 0;
  top: 35% !important;
  z-index: 999;
}

.swiper-button-next {
  width: 32px !important;
  height: 32px !important;
  content: "" !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 a {
  display: block;
  height: 30px;
  background: rgba(0, 0, 0, 0.8);
  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;
  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%;
  flex: auto !important;
}

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

.coupon__container .coupon__cover span {
  position: absolute;
  top: 50%;
  left: 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;
}

.noteC {
  font-size: 14px;
  margin-bottom: 54px;
  margin-top: 20px;
  text-align: center;
}

#ehime {
  color: #292929;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 3.4666666667vw;
  line-height: 1.7;
}
#ehime .shi_min {
  font-family: "Shippori Mincho", serif;
}
#ehime img {
  backface-visibility: hidden;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  border: none;
  max-width: 100%;
}
#ehime ol {
  list-style-type: none;
}
#ehime ul {
  list-style-type: none;
}
#ehime * {
  box-sizing: border-box;
}
#ehime table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ehime a {
  color: unset;
  text-decoration: none !important;
}
#ehime a:hover {
  opacity: 0.8;
}
#ehime sup {
  font-size: small;
  vertical-align: middle;
  margin-top: -10px;
  display: inline-block;
}
#ehime .wide_wrap {
  width: 94.6666666667vw;
  margin: 0 auto;
  position: relative;
}
#ehime .inner {
  width: 89.3333333333vw;
  margin: 0 auto;
  position: relative;
}
#ehime h2 {
  text-align: center;
  margin: 0 auto;
}
#ehime p.note {
  font-size: 2.6666666667vw !important;
  line-height: 1.5 !important;
  margin-top: 2.6666666667vw;
}
#ehime p.note.left {
  text-align: left;
}
#ehime p.note.center {
  text-align: center;
}
#ehime p.note.right {
  text-align: right;
}
#ehime p.note a {
  color: #1f7eff !important;
  text-decoration: underline !important;
}
#ehime p.note a:hover {
  text-decoration: none !important;
}
#ehime p.note a:hover img {
  opacity: 0.8;
}
#ehime .swiper-container {
  position: relative;
  z-index: 0;
  overflow: visible;
}
#ehime .swiper-button-next:after,
#ehime .swiper-container-rtl .swiper-button-prev:after,
#ehime .swiper-button-prev:after,
#ehime .swiper-container-rtl .swiper-button-next:after {
  display: none;
  background: none !important;
}
#ehime .kv {
  position: relative;
}
#ehime .kv.pr_absolute.bg-black50::before {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
#ehime .kv::after {
  display: block;
  content: "";
  width: 100vw;
  height: 17.8666666667vw;
  background: url(../images/bg_kv_bottom_sp.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  bottom: -10.6666666667vw;
  left: 50%;
  transform: translateX(-50%);
}
#ehime .kv .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#ehime .kv h2 {
  width: 53.6vw;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#ehime .kv h1 {
  width: 25.6vw;
  position: absolute;
  top: 7.3333333333vw;
  right: 5.3333333333vw;
}
#ehime .kv .slide_area {
  overflow: hidden;
  position: relative;
  height: 133.2vw;
}
#ehime .kv .slide_area picture {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#ehime .kv .slide_area .swiper-slide-active img {
  animation: Zoom 5s ease-in-out forwards;
}
#ehime .kv .slide_area .swiper-slide-prev img {
  transform: scale(1.08);
}
@keyframes Zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
#ehime .anc_wrap {
  position: absolute;
  bottom: 9.3333333333vw;
  right: 0;
}
#ehime .anc_wrap .bnr {
  display: none;
}
#ehime .navi {
  position: relative;
  padding: 5px 0;
  z-index: 5;
}
#ehime .navi::before {
  display: block;
  content: "";
  width: 25.3333333333vw;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#ehime .navi a {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#ehime .navi a.active {
  color: #ff6224 !important;
}
#ehime .navi li {
  font-size: 3.0666666667vw;
  line-height: 1.2;
  width: 24vw;
  height: 8vw;
  margin-left: 3.4666666667vw;
  position: relative;
}
#ehime .navi li::before {
  display: block;
  content: "";
  width: 3.3333333333vw;
  height: 1px;
  background: #292929;
  position: absolute;
  top: 50%;
  left: -5.0666666667vw;
  transform: translateY(-50%);
}
#ehime .navi li.tgl_cnt {
  display: none;
}
#ehime .navi li.tgl_cnt.open {
  display: block;
}
#ehime .navi li.tgl_btn {
  margin: 0;
  height: 9.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ehime .navi li.tgl_btn::before {
  display: none;
}
#ehime .navi li.tgl_btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #ff6224;
  border-right: solid 2px #ff6224;
  transform: rotate(135deg);
  position: absolute;
  top: 11px;
  right: 9px;
  margin-top: 0;
  display: flex;
  align-items: center;
  font-size: 20px;
}
#ehime .navi li.tgl_btn.open::after {
  transform: rotate(-45deg);
  top: 15px;
}
#ehime .navi.float {
  width: 25.3333333333vw;
  position: fixed;
  bottom: 33.3333333333vw;
  right: 0;
  z-index: 5;
  transform: translateX(115%);
  transition-duration: 1s;
}
#ehime .navi.float.fixed {
  transform: translateX(0);
  transition-duration: 1s;
}
#ehime .float_bnr {
  width: 100%;
  display: none;
  margin: 0 auto;
  justify-content: space-between;
}
#ehime .float_bnr.fixed {
  display: flex;
  position: fixed;
  bottom: -1px;
  right: 0;
  z-index: 5;
}
#ehime .float_bnr.none {
  display: none;
}
#ehime .intro {
  padding-top: 13.3333333333vw;
  text-align: center;
}
#ehime .intro h2 {
  width: 76vw;
  margin: 0 auto;
}
#ehime .intro ul {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 4.6666666667vw;
}
#ehime .intro ul .img_box {
  width: 65.8666666667vw;
  text-align: center;
  margin: 0 auto;
}
#ehime .intro ul .txt_box p {
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 6.6666666667vw;
  line-height: 2;
}
#ehime .intro_slide {
  margin-top: 10.6666666667vw;
  position: relative;
}
#ehime .intro_slide::after {
  content: "";
  background-image: url(../images/bg_intro_sp.png);
  width: 100vw;
  height: 5.7333333333vw;
  position: absolute;
  bottom: -0.2666666667vw;
  left: calc(50% - 50vw);
  background-size: 100vw;
}
#ehime .intro_slide .container {
  overflow: hidden;
  width: 100%;
}
#ehime .intro_slide .wrapper {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scroll 20s linear infinite;
}
#ehime .intro_slide .slide {
  width: 36vw;
  margin-right: 1.3333333333vw;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#ehime .campaign {
  background: url(../images/bg_cmp_sp.jpg) top center;
  padding-top: 5.3333333333vw;
}
#ehime .campaign .ttl {
  width: 90.1333333333vw;
  margin-left: auto;
  margin-right: auto;
}
#ehime .campaign .cp_contents {
  background-image: url(../images/bg_cp_wrap_sp.png);
  background-position: top center;
  background-size: 89.2vw;
  background-repeat: no-repeat;
  width: 89.2vw;
  height: 207.3333333333vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2vw;
}
#ehime .campaign .cp_contents h2 {
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
}
#ehime .campaign .cp_contents.cp_01 {
  margin-top: 8vw;
}
#ehime .campaign .cp_contents.cp_02 {
  margin-top: 13.3333333333vw;
  position: relative;
  background-image: url(../images/bg_cp_wrap_02_sp.png);
  height: 247.6vw;
}
#ehime .campaign .cp_contents.cp_02::before {
  content: "";
  background-image: url(../images/ttl_coming_sp.png);
  width: 62.8vw;
  height: 14.5333333333vw;
  background-repeat: no-repeat;
  background-size: 62.8vw;
  position: absolute;
  right: 2.6666666667vw;
  top: -8vw;
}
#ehime .campaign .cp_contents.cp_03 {
  margin-top: 8vw;
  background-image: url(../images/bg_cp_wrap_03_sp.png);
  height: 189.7333333333vw;
}
#ehime .campaign .cp_contents .coming_soon {
  position: relative;
}
#ehime .campaign .cp_contents .coming_soon::after {
  content: "COMING SOON";
  width: 100%;
  height: 100%;
  opacity: 0.8;
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #658288;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-size: 4.8vw;
}
#ehime .campaign .cp_contents .coupon__filter__guide {
  margin: 4vw 0 0;
  gap: 2vw;
}
#ehime .campaign .cp_contents .coupon__filter__guide a {
  padding: 2vw 6.6666666667vw 2vw 4vw;
  display: block;
  position: relative;
  background-color: #e5e5e5;
  font-size: 3.4666666667vw;
  border-radius: 1.3333333333vw;
}
#ehime .campaign .cp_contents .coupon__filter__guide a::after {
  content: "";
  display: block;
  position: absolute;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background-image: url(../images/ico_link.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 2.1333333333vw;
  transform: translateY(-50%);
}
#ehime .campaign .cp_contents .coupon__filter__guide::after {
  display: none;
}
#ehime .campaign .cp_contents .coupon__box .coupon__box__holder {
  justify-content: center;
  padding: 0;
  margin-top: 5.3333333333vw;
  width: 81.8666666667vw;
  margin-left: auto;
  margin-right: auto;
  gap: 6vw;
  padding-top: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  padding-left: 8vw;
  padding-right: 8vw;
}
#ehime .campaign .cp_contents .bg_blue {
  background-color: #d3f5f5;
}
#ehime .campaign .cp_contents .term {
  border-top: 1px dotted #64acbb;
  border-bottom: 1px dotted #64acbb;
  width: 90%;
  margin: 2.6666666667vw auto 0;
  padding: 1.3333333333vw;
  line-height: 1.5;
}
#ehime .campaign .cp_contents .term .tag {
  background: #64acbb;
  width: 23.3333333333vw;
  height: 9.6vw;
  color: #fff;
  font-size: 3.0666666667vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.1333333333vw;
  text-align: center;
}
#ehime .campaign .cp_contents .term p {
  display: flex;
  align-items: center;
}
#ehime .campaign .cp_contents .note {
  width: 78.6666666667vw;
  margin: 3.3333333333vw auto 0;
}
#ehime .campaign .cp_contents .btn_rsv a {
  margin-top: 4vw;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#ehime .campaign .bnr_wrap {
  margin-top: 12vw;
  padding-bottom: 16vw;
  text-align: center;
}
#ehime .campaign .bnr_wrap .note {
  margin-top: 2vw;
}
#ehime .campaign .ichiba_cpn_wrap {
  background-image: url(../images/bg_ichiba_cpn_sp.png);
  padding-top: 16vw;
  padding-bottom: 21.3333333333vw;
}
#ehime .campaign .ichiba_cpn_wrap .cp_contents {
  background-image: none;
  width: 100%;
  height: auto;
  position: relative;
}
#ehime .campaign .ichiba_cpn_wrap .cp_contents a {
  color: #ff6224 !important;
}
#ehime .campaign .ichiba_cpn_wrap .cp_contents h2 {
  width: 83.7333333333vw;
  margin-left: auto;
  margin-right: auto;
}
#ehime .campaign .ichiba_cpn_wrap .cp_contents::before {
  content: "";
  background-image: url(../images/ph_ichiba_cpn_sp.png);
  width: 100vw;
  height: 101.3333333333vw;
  background-size: 100vw;
  position: absolute;
  left: 0;
  top: -19.3333333333vw;
  pointer-events: none;
  z-index: 2;
}
#ehime .campaign .ichiba_cpn_wrap .cp_contents::after {
  content: "";
  background-image: url(../images/ph_ichiba_cpn_2_sp.png);
  width: 23.2vw;
  height: 31.8666666667vw;
  background-size: 23.2vw;
  position: absolute;
  right: 0;
  bottom: 36vw;
  pointer-events: none;
  z-index: 2;
}
#ehime .campaign .ichiba_cpn_wrap .cp_contents .term {
  margin-top: 7.3333333333vw;
}
#ehime .campaign .ichiba_cpn_wrap .cp_contents .under_term {
  text-align: center;
  font-size: 2.6666666667vw;
  margin-top: 2.6666666667vw;
}
#ehime .campaign .ichiba_cpn_wrap .cp_contents .ichiba_cpn {
  position: relative;
  z-index: 1;
  padding-top: 11.3333333333vw;
}
#ehime .campaign .ichiba_cpn_wrap .cp_contents .ichiba_cpn .desc_wrap {
  width: 90.2666666667vw;
  margin-left: auto;
  margin-right: auto;
}
#ehime .campaign .ichiba_cpn_wrap .cp_contents .ichiba_cpn .note {
  max-width: 68.6666666667vw;
  margin-top: 6vw;
  margin-left: 5.3333333333vw;
}
#ehime .campaign .ichiba_cpn_wrap .cp_contents .ichiba_cpn .btn_wrap {
  margin-top: 5.3333333333vw;
  width: 90.2666666667vw;
  margin-left: auto;
  margin-right: auto;
}
#ehime .campaign .ichiba_cpn_wrap .cp_contents .ichiba_cpn .btn_wrap .btn + .btn {
  margin-top: 2.6666666667vw;
}
#ehime .campaign .ichiba_cpn_wrap .cp_contents .ichiba_cpn::after {
  content: "";
  background-image: url(../images/bg_cp_ichiba_sp.png);
  background-position: top center;
  background-size: 100vw;
  width: 100vw;
  height: 191.3333333333vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#ehime .campaign .inner {
  z-index: 1;
}
#ehime .campaign .inner .note:last-child {
  width: 66%;
  margin: 25px auto 0;
}
#ehime .campaign .ichiba_info {
  margin-top: 32.6666666667vw;
}
#ehime .campaign .ichiba_info .desc_wrap {
  width: 89.3333333333vw;
  background-color: #ff6224;
  border-radius: 4vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 6.6666666667vw;
}
#ehime .campaign .ichiba_info .desc_wrap::before {
  content: "";
  width: 56.2666666667vw;
  height: 56.2666666667vw;
  border-radius: 50%;
  background-color: #ff6224;
  position: absolute;
  top: -16vw;
  left: calc(50% - 28.1333333333vw);
  z-index: -1;
}
#ehime .campaign .ichiba_info h2 {
  position: relative;
  top: -10vw;
  width: 24.8vw;
}
#ehime .campaign .ichiba_info ul {
  margin-top: -2.6666666667vw;
}
#ehime .campaign .ichiba_info ul .img_box {
  width: 66.6666666667vw;
  margin-left: 2vw;
}
#ehime .campaign .ichiba_info h3 {
  position: absolute;
  width: 21.3333333333vw;
  right: 2.6666666667vw;
  top: 14vw;
}
#ehime .campaign .ichiba_info p {
  line-height: 2;
  color: #fff;
  text-align: center;
  margin-top: 6.6666666667vw;
}
#ehime .campaign .ichiba_info .btn {
  width: 80vw;
  margin-top: 8vw;
  margin-left: auto;
  margin-right: auto;
}
#ehime .campaign .ichiba_info.note {
  margin-top: 2.6666666667vw;
}
#ehime .midokoro .ttl_wrap {
  margin-top: 2.6666666667vw;
  position: relative;
}
#ehime .midokoro .ttl_wrap::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 7.3333333333vw;
  display: block;
  background-image: url(../images/bg_midokoro_sp.png);
  top: -10vw;
  background-size: 100vw;
  left: calc(50% - 50vw);
}
#ehime .midokoro .ttl_wrap h2 {
  width: 89.2vw;
  margin-left: auto;
  margin-right: auto;
}
#ehime .midokoro .ttl_wrap .txt {
  margin-top: 4.6666666667vw;
}
#ehime .midokoro .ttl_wrap .txt p {
  line-height: 2;
}
#ehime .midokoro .ttl_wrap .himetabibu {
  margin-top: 21.3333333333vw;
  position: relative;
}
#ehime .midokoro .ttl_wrap .himetabibu .deco_txt {
  position: absolute;
  top: -13.3333333333vw;
  left: -5.3333333333vw;
  z-index: 1;
  width: 42vw;
}
#ehime .midokoro .ttl_wrap .himetabibu ul {
  background: #fff7d7;
  width: 100%;
  height: 61.3333333333vw;
  padding-top: 8vw;
  padding-left: 6vw;
}
#ehime .midokoro .ttl_wrap .himetabibu ul li.img_box {
  position: absolute;
  right: -5.3333333333vw;
  top: -11.3333333333vw;
  width: 51.8666666667vw;
}
#ehime .midokoro .ttl_wrap .himetabibu ul li.txt_box {
  position: relative;
}
#ehime .midokoro .ttl_wrap .himetabibu ul li h3 {
  font-size: 6.2666666667vw;
  font-weight: normal;
  text-align: left;
}
#ehime .midokoro .ttl_wrap .himetabibu ul li h3 span {
  font-size: 5.4666666667vw;
}
#ehime .midokoro .ttl_wrap .himetabibu ul li p {
  margin-top: 2vw;
  line-height: 1.8;
  max-width: 77.3333333333vw;
}
#ehime .midokoro .swiper-pagination {
  position: absolute;
  bottom: -5.3333333333vw;
}
#ehime .midokoro .swiper-pagination .swiper-pagination-bullet {
  width: 2vw;
  height: 2vw;
  margin: 0 1.3333333333vw;
  background: #b6b6b6 !important;
  opacity: 1;
}
#ehime .midokoro .main_slide_area .txt_box {
  position: relative;
}
#ehime .midokoro .main_slide_area .txt_box h3 {
  width: 68.8vw;
  margin-left: auto;
  margin-right: auto;
}
#ehime .midokoro .main_slide_area .txt_box .img_wrap {
  position: absolute;
  right: 0;
  top: 93.3333333333vw;
}
#ehime .midokoro .main_slide_area .txt_box p {
  width: 84vw;
  position: absolute;
  top: 94.6666666667vw;
  line-height: 2;
  left: 0;
}
#ehime .midokoro .main_slide_area .swiper-slide img {
  width: 100%;
}
#ehime .midokoro .main_slide_area .main_slide {
  width: 94.9333333333vw;
  overflow: hidden;
  margin-top: 2.6666666667vw;
  margin-left: -5.3333333333vw;
  border-radius: 0 4vw 0 0;
}
#ehime .midokoro .main_slide_area .pagination_wrap {
  position: relative;
  width: auto;
  margin: 0 auto;
}
#ehime .midokoro .main_topic_box {
  margin-top: 98.6666666667vw;
  width: 84vw;
}
#ehime .midokoro .main_topic_box .swiper-slide {
  height: auto;
}
#ehime .midokoro .main_topic_box .swiper-slide img {
  width: 100%;
}
#ehime .midokoro .main_topic_box .thumb_slide {
  margin-top: 4vw;
  margin-left: auto;
  margin-right: auto;
}
#ehime .midokoro .main_topic_box .thumb_slide .swiper-wrapper {
  transform: none !important;
  padding-bottom: 0;
}
#ehime .midokoro .main_topic_box .thumb_slide .swiper-slide p {
  margin-top: 2.6666666667vw;
  text-align: center;
  font-size: 3.2vw;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
#ehime .midokoro .main_topic_box .control_box {
  position: relative;
}
#ehime .midokoro .main_topic_box .control_box .swiper-button-next,
#ehime .midokoro .main_topic_box .control_box .swiper-button-prev {
  z-index: 4;
  top: auto;
  bottom: -2.4vw;
  top: unset !important;
}
#ehime .midokoro .main_topic_box .control_box .swiper-button-next,
#ehime .midokoro .main_topic_box .control_box .swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
#ehime .midokoro .main_topic_box .control_box .swiper-button-prev,
#ehime .midokoro .main_topic_box .control_box .swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
#ehime .midokoro .main_topic_box .control_box .ttl_thumb {
  width: 66vw;
  margin-left: auto;
  margin-right: auto;
}
#ehime .midokoro .main_topic_box .slide_contents {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
#ehime .midokoro .main_topic_box .txt_wrap {
  margin-top: 9.3333333333vw;
}
#ehime .midokoro .main_topic_box .txt_wrap .bg {
  position: absolute;
  z-index: -1;
  top: 60.6666666667vw;
  right: 19.3333333333vw;
  width: 18.4vw;
}
#ehime .midokoro .main_topic_box .txt_wrap .bg.bg_south {
  right: 0;
}
#ehime .midokoro .main_topic_box .txt_wrap .type {
  position: absolute;
  top: 64.5333333333vw;
  right: 0;
}
#ehime .midokoro .main_topic_box .txt_wrap .type.type01 {
  width: 30.5333333333vw;
}
#ehime .midokoro .main_topic_box .txt_wrap .type.type02 {
  width: 25.2vw;
}
#ehime .midokoro .main_topic_box .txt_wrap .type.type03 {
  width: 20.4vw;
}
#ehime .midokoro .main_topic_box .txt_wrap .type.type04 {
  width: 37.6vw;
}
#ehime .midokoro .main_topic_box .txt_wrap h4 {
  font-size: 5.3333333333vw;
  padding-bottom: 3.2vw;
  border-bottom: 1px solid #292929;
  font-weight: normal;
  letter-spacing: 0.1em;
}
#ehime .midokoro .main_topic_box .txt_wrap p {
  margin-top: 4vw;
  line-height: 1.6;
}
#ehime .midokoro .main_topic_box .pagination_wrap .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: unset;
  top: 56.6666666667vw;
}
#ehime .midokoro .main_topic_box .swiper-button-next.next1,
#ehime .midokoro .main_topic_box .swiper-button-prev.prev1 {
  top: 29.3333333333vw !important;
  width: 12vw !important;
}
#ehime .midokoro .main_topic_box .swiper-button-next.next1 {
  transform: scale(-1, 1);
  right: -8vw;
}
#ehime .midokoro .main_topic_box .swiper-button-prev.prev1 {
  left: -8vw;
}
#ehime .midokoro .recmd_wrap {
  width: 89.3333333333vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20vw;
  background-color: #fff;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  position: relative;
  padding-bottom: 6.6666666667vw;
}
#ehime .midokoro .recmd_wrap::before {
  content: "";
  background-image: url(../images/bg_recmd.png);
  width: 89.3333333333vw;
  height: 5.3333333333vw;
  position: absolute;
  top: -5.0666666667vw;
  left: 0;
  background-size: 89.3333333333vw;
}
#ehime .midokoro .recmd_wrap .recmd_ttl {
  width: 89.3333333333vw;
  position: relative;
  top: -4vw;
  margin-left: auto;
  margin-right: auto;
}
#ehime .midokoro .recmd_wrap ul {
  margin-top: 2.6666666667vw;
}
#ehime .midokoro .recmd_wrap ul li {
  position: relative;
}
#ehime .midokoro .recmd_wrap ul li:nth-child(2) {
  margin-top: 2.6666666667vw;
}
#ehime .midokoro .recmd_wrap ul .img_wrap {
  width: 75.8666666667vw;
  margin-left: auto;
  margin-right: auto;
}
#ehime .midokoro .recmd_wrap ul .img_wrap.l_img {
  width: 81.0666666667vw;
  margin-left: 2.6666666667vw;
}
#ehime .midokoro .recmd_wrap ul .txt_wrap {
  max-width: 76vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.3333333333vw;
}
#ehime .midokoro .recmd_wrap ul .txt_wrap p {
  line-height: 1.8;
  letter-spacing: 1px;
}
#ehime .midokoro .recmd_wrap ul .txt_wrap .member {
  width: 52.4vw;
  margin-top: 5.3333333333vw;
  margin-right: 0;
  margin-left: auto;
}
#ehime .midokoro .btn {
  margin-top: 6.6666666667vw;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
#ehime .midokoro.east {
  margin-top: 12vw;
  background: url(../images/bg_east_sp.png) no-repeat top center;
  background-size: 100vw;
  padding-bottom: 14.6666666667vw;
  background-color: #e1f2fd;
}
#ehime .midokoro.east .main_slide_area .txt_box .img_wrap {
  width: 41.7333333333vw;
}
#ehime .midokoro.east .main_topic_box .txt_wrap {
  min-height: 53.3333333333vw;
}
#ehime .midokoro.east .swiper-pagination-bullet-active {
  background: #71cbe0 !important;
}
#ehime .midokoro.east .swiper-slide-thumb-active .ph {
  outline: 3px solid #1b95db;
}
#ehime .midokoro.central {
  background: url(../images/bg_central_sp.png) no-repeat top -20px center;
  background-size: 100vw;
  padding-bottom: 14.6666666667vw;
  background-color: #d3f5e8;
}
#ehime .midokoro.central .main_slide_area .txt_box .img_wrap {
  width: 34.4vw;
}
#ehime .midokoro.central .main_topic_box .txt_wrap {
  min-height: 61.3333333333vw;
}
#ehime .midokoro.central .swiper-pagination-bullet-active {
  background: #7dcfb9 !important;
}
#ehime .midokoro.central .swiper-slide-thumb-active .ph {
  outline: 3px solid #25b88d;
}
#ehime .midokoro.south {
  background: url(../images/bg_south_sp.png) no-repeat top -20px center;
  background-size: 100vw;
  padding-bottom: 6.6666666667vw;
  background-color: #fff2d4;
}
#ehime .midokoro.south .main_slide_area .txt_box .img_wrap {
  width: 34.6666666667vw;
}
#ehime .midokoro.south .main_topic_box .txt_wrap {
  min-height: 81.3333333333vw;
}
#ehime .midokoro.south .swiper-pagination-bullet-active {
  background: #ff662b !important;
}
#ehime .midokoro.south .swiper-slide-thumb-active .ph {
  outline: 3px solid #ff662b;
}
#ehime .midokoro.south .main_topic_box .contents_01 .txt_wrap h4 {
  font-size: 5.3333333333vw;
}
#ehime .midokoro.south .main_topic_box .contents_01 .txt_wrap h4 span {
  font-size: 2.6666666667vw;
}
#ehime .midokoro.south .main_topic_box .contents_01 .btn {
  margin-top: 1.3333333333vw;
  width: 66.1333333333vw;
  margin-left: auto;
  margin-right: auto;
}
#ehime .plan_wrap {
  background: url(../images/bg_plan_sp.png) no-repeat top center;
  background-size: 100vw;
  padding-bottom: 16vw;
  padding-top: 21.3333333333vw;
  background-color: #e6f6f3;
}
#ehime .plan_wrap .ttl_plan {
  margin-top: 4vw;
}
#ehime .plan_wrap .ttl_plan h3 {
  width: 89.0666666667vw;
  margin-left: auto;
  margin-right: auto;
}
#ehime .plan_wrap .ttl_plan .txt {
  margin-top: 4vw;
  line-height: 1.6;
  text-align: center;
  letter-spacing: -0.8px;
}
#ehime .plan_wrap .ttl_plan .subttl {
  margin-top: 10.6666666667vw;
  width: 70.4vw;
  margin-left: auto;
  margin-right: auto;
}
#ehime .plan_wrap .plan_list {
  margin-top: 25px;
}
#ehime .plan_wrap .plan_list .tab {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  padding-bottom: 0;
  gap: 1.3333333333vw;
  justify-content: center;
}
#ehime .plan_wrap .plan_list .tab li {
  width: 21.0666666667vw !important;
  box-sizing: border-box;
}
#ehime .plan_wrap .plan_list .tab li p {
  width: 21.0666666667vw;
  height: 21.0666666667vw;
  border-radius: 50%;
  background-color: #5aafcc;
  color: #fff;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-size: 3.6vw;
}
#ehime .plan_wrap .plan_list .tab li.open p {
  background-color: #ff6224;
}
#ehime .plan_wrap .plan_list .tab li.open p::after {
  content: "";
  position: absolute;
  bottom: -1.3333333333vw;
  right: calc(50% - 2vw);
  height: 3.4641016151vw;
  width: 4vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #ff6224;
}
#ehime .plan_wrap .button-prev,
#ehime .plan_wrap .button-next {
  display: none;
}
#ehime .plan_wrap .tab_contents {
  position: relative;
  margin-top: 30px;
  z-index: 1;
}
#ehime .plan_wrap .tab_contents::after {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 166.6666666667vw;
  background-color: #fff;
  opacity: 0.5;
  left: calc(50% - 50vw);
  top: 0;
  z-index: -1;
}
#ehime .plan_wrap .tab_content {
  position: relative;
  display: none;
}
#ehime .plan_wrap .tab_content.open {
  display: block;
}
#ehime .plan_wrap .tab_content h3 {
  padding-top: 6.6666666667vw;
  font-size: 5.8666666667vw;
  text-align: center;
  font-weight: normal;
}
#ehime .plan_wrap .tab_content h3 span {
  margin-top: 3.3333333333vw;
  display: block;
  font-size: 3.4666666667vw;
}
#ehime .plan_wrap .tab_content ul {
  display: flex;
  justify-content: space-between;
  margin-top: 6.6666666667vw;
  position: relative;
}
#ehime .plan_wrap .tab_content ul li {
  outline: 10px solid rgba(247, 255, 253, 0.5);
  background-color: #fff;
  padding-bottom: 17.3333333333vw;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 5px 9px -5px rgba(0, 0, 0, 0.3);
  height: auto;
  position: relative;
}
#ehime .plan_wrap .tab_content ul li .img_wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 38.6666666667vw;
}
#ehime .plan_wrap .tab_content ul li .area {
  margin-top: 5px;
  font-size: 3.2vw;
  background: #bea47e;
  color: #fff;
  border-radius: 2px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 8px;
  display: flex;
  line-height: 0;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
}
#ehime .plan_wrap .tab_content ul li h4 {
  min-height: 17.0666666667vw;
  margin-top: 8px;
  font-size: 4vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top: 1px solid #bea47e;
  border-bottom: 1px solid #bea47e;
  margin-left: 10px;
  margin-right: 10px;
}
#ehime .plan_wrap .tab_content ul li .name {
  min-height: 20vw;
  margin-top: 10px;
  font-size: 3.7333333333vw;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold;
}
#ehime .plan_wrap .tab_content ul li .txt {
  min-height: 16vw;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 3.7333333333vw;
}
#ehime .plan_wrap .tab_content ul li .btn_plan a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bea47e !important;
  border: 1px solid #bea47e;
  font-weight: bold;
  text-align: center;
  width: 45.3333333333vw;
  height: 12vw;
  border-radius: 1.3333333333vw;
  font-size: 4vw;
  border: 1px solid #bea47e;
  font-weight: bold;
}
#ehime .plan_wrap .tab_content ul li .btn_plan a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  border-width: 6px 7px;
  border-color: transparent transparent transparent #bea47e;
  top: 38%;
  right: 0.8vw;
}
#ehime .plan_wrap .tab_content .btn {
  margin-top: 6.6666666667vw;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
#ehime .plan_wrap .slide_area {
  width: 100vw;
  margin-left: -5.3333333333vw;
}
#ehime .plan_wrap .swiper-container {
  width: 100%;
  overflow: hidden;
}
#ehime .plan_wrap .swiper-wrapper {
  display: flex;
}
#ehime .plan_wrap .swiper-slide {
  flex-shrink: 0;
  width: auto;
}
#ehime .nouzei_wrap {
  background: url(../images/bg_nouzei_sp.png) no-repeat top center;
  background-size: 100vw;
  padding-bottom: 14.1333333333vw;
  padding-top: 14.1333333333vw;
}
#ehime .nouzei_wrap h2 {
  width: 89.6vw;
  margin-left: auto;
  margin-right: auto;
}
#ehime .nouzei_wrap .desc_wrap {
  margin-top: 2.6666666667vw;
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
}
#ehime .nouzei_wrap .desc_wrap .txt_wrap {
  margin-top: 8vw;
}
#ehime .nouzei_wrap .desc_wrap .txt_wrap h3 {
  width: 41.8666666667vw;
  margin-left: auto;
  margin-right: auto;
}
#ehime .nouzei_wrap .desc_wrap .txt_wrap p {
  line-height: 1.6;
  margin-top: 8vw;
}
#ehime .nouzei_wrap ul {
  margin-top: 10.6666666667vw;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
#ehime .nouzei_wrap ul .note {
  margin-top: 4vw;
  text-align: center;
  white-space: nowrap;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
}
#ehime .nouzei_wrap ul li:nth-child(2) {
  margin-top: 6.6666666667vw;
}
#ehime .bnr_area {
  margin-top: 12vw;
  border: 1px dotted #292929;
  padding: 8vw 0;
  text-align: center;
}
#ehime .bnr_area h2 {
  margin-bottom: 9.3333333333vw;
  font-size: 4vw;
}
#ehime .bnr_area .bnr {
  margin: 8vw auto 0;
  width: 95%;
}
#ehime .bnr_area .bnr p {
  margin-top: 1.3333333333vw;
  font-size: 3.0666666667vw;
}
#ehime .bnr_area .bnr p span {
  font-size: 3.4666666667vw;
  font-weight: bold;
}
#ehime .disclaimer {
  margin-top: 9.3333333333vw;
  font-size: 3.0666666667vw;
  line-height: 1.6;
  height: 24.1333333333vw;
  background-color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ehime .access_area {
  border-radius: 20px;
  background: #fff;
  margin-top: 8vw;
}
#ehime .access_area h2 {
  margin-bottom: 6.6666666667vw;
  width: 84.9333333333vw;
}
#ehime .access_area .accessBox {
  margin: 0;
  padding: 0;
}
#ehime .access_area .accessBox .map {
  margin-bottom: 5.3333333333vw;
}
#ehime .search_area {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  background: url(../images/bg_search_area_sp.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 6.6666666667vw;
  padding-bottom: 25.3333333333vw;
  margin-top: 18.6666666667vw;
}
#ehime .search_area h2 {
  margin-bottom: 6.6666666667vw;
  width: 21.6vw;
}
#ehime .summary {
  padding: 13.3333333333vw 0;
}
#ehime .summary a {
  color: #0783c2 !important;
  text-decoration: underline !important;
}
#ehime .summary a:hover {
  text-decoration: none !important;
}
#ehime #pageInquiry {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}
#ehime #pageInquiry th {
  background-color: #edeabf;
}
#ehime #contents .pagetop_btn {
  bottom: 19.3333333333vw;
  right: 10px;
  z-index: 101;
}
#ehime #contents .gototop_btn a {
  width: 12.9333333333vw;
  height: 12.5333333333vw;
  border-radius: 5.3333333333vw;
  background: unset;
}
#ehime #contents .gototop_btn a::before {
  display: none;
}

.FadeIn {
  opacity: 0;
}
.FadeIn.on {
  animation-name: FadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.FadeInUp {
  opacity: 0;
}
.FadeInUp.on {
  animation-name: FadeInUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes FadeInUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.FadeInLeft {
  opacity: 0;
}
.FadeInLeft.on {
  animation-name: FadeInLeft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes FadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.FadeInRight {
  opacity: 0;
}
.FadeInRight.on {
  animation-name: FadeInRight;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes FadeInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.kvanimation.delay01,
.animation.delay01 {
  animation-delay: 0.5s;
}
.kvanimation.delay02,
.animation.delay02 {
  animation-delay: 1s;
}
.kvanimation.delay03,
.animation.delay03 {
  animation-delay: 1.5s;
}
.kvanimation.delay04,
.animation.delay04 {
  animation-delay: 2s;
}
.kvanimation.delay05,
.animation.delay05 {
  animation-delay: 2.5s;
}
.kvanimation.delay06,
.animation.delay06 {
  animation-delay: 3s;
}
.kvanimation.delay07,
.animation.delay07 {
  animation-delay: 3.5s;
}
.kvanimation.delay08,
.animation.delay08 {
  animation-delay: 4s;
}
.kvanimation.delay09,
.animation.delay09 {
  animation-delay: 4.5s;
}
.kvanimation.delay10,
.animation.delay10 {
  animation-delay: 5s;
}

.sp_none {
  display: none !important;
}

.rc-campaignRules {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  line-height: 1.3;
}
.rc-campaignRules.-opened .rc-campaignRules__contents {
  height: auto;
  opacity: 1;
  transition: all 0.2s ease-out;
}
.rc-campaignRules.-opened .rc-campaignRules__title:after {
  transform: rotate(180deg);
  display: none;
}
.rc-campaignRules.-opening .rc-campaignRules__contents {
  height: auto;
  opacity: 1;
  transition: all 0.2s ease-out;
}
.rc-campaignRules.-closing .rc-campaignRules__title:after {
  transform: rotate(180deg);
}

.rc-campaignRules__headline {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
}
.rc-campaignRules__headline:before {
  position: relative;
  top: 3px;
  font-size: 20px;
  font-weight: 400;
  margin-right: 6px;
}

.rc-campaignRules__contents {
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition: all 0.2s ease-out;
}

.rc-campaignRules__title {
  position: relative;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #bf0000;
}
.rc-campaignRules__title:after {
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  display: block;
  font-family: rex-icon-font !important;
  font-style: normal;
  font-weight: 400 !important;
  color: #9c9c9c;
  content: "\e91a";
}

.rc-campaignRules__leadText {
  margin-top: 12px;
  font-size: 12px;
}
.rc-campaignRules__leadText .rc-campaignRules__text {
  font-size: 12px;
}
.rc-campaignRules__leadText .rc-campaignRules__text.bold {
  font-weight: bold;
}

.rc-campaignRules__container {
  box-sizing: border-box;
  padding: 16px;
  margin-top: 16px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.rc-campaignRules__list {
  margin-top: 12px;
}

.rc-campaignRules__item {
  padding: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.rc-campaignRules__name {
  font-size: 14px;
  font-weight: 700;
}

.rc-campaignRules__subHeadline {
  display: inline-block;
  padding: 2px 4px;
  margin: 8px 0 4px;
  background: rgba(0, 0, 0, 0.08);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.rc-campaignRules__subHeadline + .rc-campaignRules__emphasisText {
  margin-top: 4px;
}

.rc-campaignRules__text {
  font-size: 13px;
}
.rc-campaignRules__text:first-child {
  margin-top: 8px;
}
.rc-campaignRules__text:not(:first-child) {
  margin-top: 4px;
}
.rc-campaignRules__text + .rc-campaignRules__subText {
  margin-top: 8px;
}

.rc-campaignRules__textContainer--smallText .rc-campaignRules__text {
  font-size: 12px;
}

.rc-campaignRules__textContainer.-smallText .rc-campaignRules__text {
  font-size: 12px;
}

.rc-campaignRules__emphasisText {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
}
.rc-campaignRules__emphasisText + .rc-campaignRules__text {
  margin-top: 8px;
}

.rc-campaignRules__subText {
  font-size: 12px;
  color: #717171;
}
.rc-campaignRules__subText:not(:first-child) {
  margin-top: 4px;
}/*# sourceMappingURL=contents_sp.css.map */