@charset "UTF-8";
body {
  color: #333!important;
  opacity: 0;
  transition: opacity .2s;
}

body.loaded {
  opacity: 1;
}

@media (min-width: 751px) {
  #maincontents a {
    transition: 0.3s;
  }
  .for_pc { display: block; }
  .for_sp { display: none; }
  
}

p {
  line-height: 1.75rem;
}

@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
#maincontents {
  font-family:
  "Yu Mincho",
  "Hiragino Mincho ProN",
  "HGS明朝E",
  "MS PMincho",
  serif;
  background: url(../images/bg_lead.jpg);
  background-size: 120px;
}
#fv {
  background: #f2feff;
  margin: 0 atuo;
  text-align: center;
}

.inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.bg_pink {
  background: #f2feff;
  padding: 4rem;
}

#cpn-lead {
  display: block;
  width: 50%;
  margin: 1.5rem auto 3rem;
  text-align: center;
}
#cpn-lead p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.bg_pink p.kome {
  max-width: 1100px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 0;
  padding-left: 1rem;
  text-indent: -1rem;
  color: #115071;
  line-height: 1.2rem;
}
p.txt-red {
  color: #ff0000!important;
}

h2 {
  color: #115071;
  font-size: 2rem;
  text-align: center;
  margin: 5rem auto 2rem;
}

h3.ticket_link {
  margin: auto;
  max-width: 1100px;
}
h3.ticket_link a {
  background: #fff;
  color: #115071 !important;
  border: #115071 4px solid;
  font-weight: 700 !important;
  font-size: 1.5rem;
  text-align: center;
  padding: 1.5rem;
  margin: 0 auto 1.5rem;
  display: block;
  width: 100%;
  position: relative;
  transition: all 0.5s ease;
}
h3.ticket_link a::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 3px #115071;
  border-right: solid 3px #115071;
  transform: rotate(45deg);
  position: absolute;
  bottom: 42%;
  left: 2rem;
  transition: all 0.5s ease;
}
h3.ticket_link a:hover {
  background: #115071;
  color: #fff !important;
  opacity: 1 !important;
}
h3.ticket_link a:hover::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

.cpn-500 {
  background: #b4d062;
  color:#366764;
}
.d-non {
  display: none;
}
.tct-mrk {
  display: flex;
  justify-content: center;
}
.tct-500, .tct-1000 {
  width: 120px;
  padding: 0.5rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 1rem;
  text-align: center;
}
.tct-500 {
  background: #b4d062;
  color: #366764;
  margin-right: 0.8rem;
}
.tct-1000 {
  background: #75bfe2;
  color: #fff;
}
.link_item {
  width: 100%;
  display: block;
}
.link_item ul li {
  width: 100%;
  margin: 1.3rem auto 0;
}

@media (min-width:750px) {

.lead {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 3rem 0;
  background: url(../images/bg_lead.jpg);
  background-size: 120px;
}
.lead .lead-inner {
  display: block;
  width: 1200px;
  margin: 0 auto;
}
.lead .lead-inner p.main-lead {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.lead .lead-inner h2 a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  transition: all 0.5s ease;
  padding: 1.5rem 0;
  margin: 3rem auto;
  border: solid 4px #a06593;
  background: #fff;
  font-size: 1.4rem;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: bold;
}
.lead .lead-inner h2 a::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 3px #a06593;
  border-right: solid 3px #a06593;
  transform: rotate(45deg);
  position: absolute;
  bottom: 42%;
  left: 2rem;
  transition: all 0.5s ease;
}

.lead .lead-inner p.att {
  text-align: left;
  font-size: 1rem;
  line-height: 2;
}
.lead .lead-inner h2 a:hover {
  background: #a06593;
  color: #fff !important;
  opacity: 1 !important;
}
.lead .lead-inner h2 a:hover::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

.containerTrip {
  background: #f8f1f5;
  border-radius: 100px 100px 0 0;
}

.containerTrip .choiseArea .tabs ul li {
  display: inline;
  width: calc(1100/5);
  clip-path: polygon(
    20px 0,          /* 左上カット開始 */
    calc(100% - 20px) 0,
    100% 20px,       /* 右上カット */
    100% 100%,
    0 100%,
    0 20px           /* 左上カット */
  );
  background: #fff;
}
.containerTrip .choiseArea .tabs ul li a {
  display: block;
  width: 100%;
  padding: 1.3rem 0;
  font-size: 1.3rem;
  text-align: center;
  color: inherit;
}
}

#maincontents .tabs > .shop-list-heading {
  max-width: 270px;
  margin: 0 auto;
  padding-top: 23rem;
  /* aspect-ratio: 570 / 124; */
  background: url("../images/tt_shoplist.png") no-repeat center center / contain;
  border: none!important;
}

#maincontents ul.choicetab {
  margin: -3rem auto 0;
  max-width: 1100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: solid 1px #a06593;
}

#maincontents ul.choicetab li {
  width: calc(100%/5);
  /* padding: 2rem 0; */
  clip-path: polygon(
    20px 0,          /* 左上カット開始 */
    calc(100% - 20px) 0,
    100% 20px,       /* 右上カット */
    100% 100%,
    0 100%,
    0 20px           /* 左上カット */
  );
  background: #fff;
  border-left: solid 4px #f8f1f5;
}
#maincontents ul.choicetab li:first-child {
  border-left: none;
}
#maincontents ul.choicetab li a {
  background-image: none;
  position: relative;
  line-height: 1.25rem;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  height: 80px;
}
#maincontents ul.choicetab li a span {
  font-size: 1.2rem;
  /* font-weight: 600; */
  display: block;
  /* background: linear-gradient(transparent 60%, rgb(255, 255, 60) 60%); */
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 4px 4px;
}
#maincontents ul.choicetab li a.text_h {
  padding: 1rem;
}

#maincontents ul.choicetab li a:hover {
  opacity: 1;
  color: #fff;
}
#maincontents ul.choicetab .sdn.active a {
  background: #beb621;
  color: #fff!important;
}
#maincontents ul.choicetab li.sdn a:hover {
  opacity: 1;
  color: #fff!important;
  background: #beb621;
}
#maincontents ul.choicetab li.yam.active a {
  color: #fff!important;
  background: #8db85a;
}
#maincontents ul.choicetab li.yam a:hover {
  opacity: 1;
  color: #fff!important;
  background: #8db85a;
}
#maincontents ul.choicetab li.fuku.active a {
  color: #fff!important;
  background: #e97975;
}
#maincontents ul.choicetab li.fuku a:hover {
  opacity: 1;
  color: #fff!important;
  background: #e97975;
}
#maincontents ul.choicetab li.kor.active a {
  color: #fff!important;
  background: #ebad54;
}
#maincontents ul.choicetab li.kor a:hover {
  opacity: 1;
  color: #fff!important;
  background: #ebad54;
}
#maincontents ul.choicetab li.iwk.active a {
  opacity: 1;
  color: #fff!important;
  background: #7eb7d4;
}
#maincontents ul.choicetab li.iwk a:hover {
  opacity: 1;
  color: #fff!important;
  background: #7eb7d4;
}

#maincontents ul.choicetab li a:hover:after {
  bottom: -20px;
}

#maincontents .under {
  display: block;
  width: 1100px;
  margin: 0 auto;
  height: 7px;
  /* padding-top: 3rem; */
  padding: 0;
  border-bottom: solid 1px #a06593;
}

.tabArea {
  /* padding-top: 60px; */
  padding-bottom: 120px;
  background: #f8f1f5;
}

.tabArea .tabAreawrap .shopInfo {
  display: block;
  width: 100%;
  background: url(../images/bg_shoptt.png) no-repeat center / contain;
}
.tabArea .tabAreawrap .shopInfo 
h3.shopTitle {
  display: block;
  width: 250px;
  height: 210px;
  /* max-width: 320px; */
  margin: 0 auto;
  background: url(../sendai/images/shop_tt.png) no-repeat center / contain;
}
.tabArea .tabAreawrap .shopInfo 
p {
  text-align: center;
  line-height: 1.5rem;
  font-size: 1.2rem;
  /* margin: 2rem 0; */
}
.tabArea .tabAreawrap .shopInfo 
.bsLst {
  display: block;
  width: 60%;
  margin: 3rem auto 5rem;

  }
.tabArea .tabAreawrap .shopInfo 
.bsLst .bsInfo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabArea .tabAreawrap .shopInfo 
.bsLst .bsInfo .lstTt {
  width: 100px;
  text-align: center;
  border: solid 1px #333;
  border-radius: 20px;
  margin-right: 1rem;
  margin-bottom: 0.4rem;
}
.tabArea .tabAreawrap .shopInfo 
.bsLst .bsInfo .lstDet {
  width: 420px;
  text-align: left;
}

/* btn_plan
------------------------------------------------------ */
.btn_plan {
  margin-bottom: -4rem;
}
.btn_plan h2 a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  transition: all 0.5s ease;
  padding: 1.1rem 0;
  margin: 0 auto 1rem;
  /* border: solid 4px #a06593; */
  background: #beb621;
  font-size: 1.2rem;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  /* font-weight: bold; */
  color: #fff!important;
}
.btn_plan h2 a::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: 42%;
  left: 2rem;
  transition: all 0.5s ease;
}
.btn_cmm {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 0!important;
  padding: 1.1rem 0;
  font-size: 1.2rem;
  color: #fff!important;
}
.btn_cmm h2::before {
  content: '';
  background: url(../images/ico_coupon.png) no-repeat center / contain;
  width: 63px;
  height: 36px;
  position: absolute;
  top: 62%;
  left: 20%;
   transform: translateY(-50%);
   z-index: 0;
}
.btn_cmm h2::after {
  content: '';
  background: url(../images/ico_coupon.png) no-repeat center / contain;
  width: 63px;
  height: 36px;
  position: absolute;
  top: 62%;
  right: 20%;
   transform: translateY(-50%);
   z-index: 0;
}
 .btn_cmm2 h2 {
  margin: -1rem auto 17rem!important;
 }
.btn_cmm h2 {
  /* background: #9c7847!important; */
  color: #9c7847!important;
  font-size: 1.4rem;
  padding: 0.9rem;
  font-weight: bold;
}
.btn_allArea {
  display: block;
  width: 100%;
  padding: 1.5rem 0;
  margin-top: -2rem;
}
.btn_allArea .allArea_inner {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.btn_allArea ul {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* color: #fff!important; */
}
.btn_allArea ul li a {
  width: 100%;
  height: auto;
  margin-left: 1.5rem;
  padding: 1rem 1.5rem;
  background: #9c7847;
  color: #fff!important;
  font-size: 1.1rem;
}
.btn_allArea ul li:first-child a::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: 42%;
  left: 2.4rem;
  transition: all 0.5s ease;
}
.btn_allArea ul li:last-child a::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: 42%;
  left: 22.6rem;
  transition: all 0.5s ease;
}

/* recommend
--------------------------------------------------------- */
.recommend {
  display: block;
  width: 1200px;
  height: auto;
  margin: 0 auto 5rem;;
  padding-bottom: 5rem;
  text-align: center;
  background: url(../images/bg_rec-area.png) repeat-x bottom center;
  background-size: 93%;
}
.recommend .rec_inner {
  display: block;
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.recommend .rec_inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: url(../images/bg_line.png) repeat-x center;
  background-size: auto 100%;
}
.recommend .rec_inner ul {
  display: flex;
  width: 100%;
  height: auto;
  text-align: center;
  justify-content: flex-start;
  padding-bottom: 2.5rem;
}
.recommend .rec_inner ul li {
  width: calc((100% - 1.3rem)/3);
  margin-left: 1.3rem;
  margin-bottom: 3.5rem;
}
.recommend .rec_inner ul li:first-child {
  margin-left: 0;
}
#recHotels ul li img,
.recommend:first-child .rec_inner ul li img {
  width: 100%;
  clip-path: polygon(
    8px 0,
    calc(100% - 13px) 0,
    100% 13px,
    100% calc(100% - 13px),
    calc(100% - 13px) 100%,
    13px 100%,
    0 calc(100% - 13px),
    0 13px
  );
}
.recommend .rec_inner ul li h4 {
  font-size: 1.2rem;
  line-height: 2.2rem;
  padding: 0.8rem 0;
}


/* recommend hotels
--------------------------------------------------------- */
#recHotels {
  margin-top: 7rem;
}
#recHotels h3 {
  display: block;
  width: 160px;
  height: 200px;
  margin: 0 auto;
  background: url(../sendai/images/tt_rec-h.png) no-repeat center / contain;
}
#recHotels ul li ul {
  flex-direction: column;
}
#recHotels ul li ul li {
  position: relative;
  isolation: isolate;

  width: 60%;
  margin: 0 auto;
  padding: 0.6rem 2.5rem 0.6rem 1rem;
  color: #333;
}

/* 枠 */
#recHotels ul li ul li::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #9c7847;

  clip-path: polygon(
    6px 0,
    calc(100% - 6px) 0,
    100% 6px,
    100% calc(100% - 6px),
    calc(100% - 6px) 100%,
    6px 100%,
    0 calc(100% - 6px),
    0 6px
  );

  z-index: -2;
}

/* 中 */
#recHotels ul li ul li::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: #fff;

  clip-path: polygon(
    6px 0,
    calc(100% - 6px) 0,
    100% 6px,
    100% calc(100% - 6px),
    calc(100% - 6px) 100%,
    6px 100%,
    0 calc(100% - 6px),
    0 6px
  );

  z-index: -1;
}

/* 矢印 */
#recHotels ul li ul li span {
  position: relative;
  display: block;
}

#recHotels ul li ul li span::after {
  content: "";
  position: absolute;
  top: -14px;
  right: -27px;

  width: 18px;
  height: 9px;

  background: url(../images/rec-arrow.png) no-repeat top right / contain;

}
#recHotels ul li ul li:first-child {
  margin-bottom: 10px;
}
#recHotels ul li ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.hotel_allArea {
  width: calc(100%/3);
  margin: 0 auto;
}
.hotel_aAinner {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.hotel_aAinner h4 {
  display: block;
  width: 100%;
  /* background: #beb621!important; */
  padding: 0.8rem 1.5rem;
  color: #beb621!important;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.hotel_aAinner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.hotel_aAinner ul li a {
  display: block;
  width: 180px;
  padding: 0.8rem 1.5rem;
  background: #beb621;
  margin-left: 1rem;
  color: #fff!important;
}
.hotel_aAinner ul li:first-child a {
  margin-left: 0!important;
}

/* recommend Spots
--------------------------------------------------------- */
#recSpot h3 {
  display: block;
  width: 240px;
  height: 200px;
  margin: 0 auto;
  background: url(../sendai/images/tt_rec-spot.png) no-repeat center / contain;
}
#recSpot .rec_inner ul li .sptImg {
  clip-path: polygon(
    13px 0,
    calc(100% - 13px) 0,
    100% 13px,
    100% calc(100% - 13px),
    calc(100% - 13px) 100%,
    13px 100%,
    0 calc(100% - 13px),
    0 13px
  );
}
#recSpot .rec_inner ul li p {
  text-align: left;
}
#recSpot .rec_inner ul li ul {
  display: flex;
  justify-content: center!important;
}
#recSpot .rec_inner ul li ul li {
  text-align: center;
}
#recSpot ul li ul li:first-child a {
  display: block;
  width: 44px;
  height: auto;
  margin: 0 auto;
}
#recSpot ul li ul li:last-child a {
  display: block;
  width: 60px;
  height: auto;
  margin: 0 auto;
}

footer#nta_footer #pagetop {
  width: 72px;
  height: 72px;
  background: #a06593!important;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
  border-radius: 50%;
  box-shadow: 1px 1px 3px #999;
}

ul.contents {
  display: flex;
  justify-content: start;
  gap: 3rem 1.5rem;
  flex-wrap: wrap;
}
ul.contents li.item {
  width: 100%;
  max-width: 350px;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 5px 5px 0px #beb621; 
}
ul.contents li.item p.item_img img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}
ul.contents li.item .text {
  background: #fff;
  padding: 1.5rem;
  font-size: 14px;
  border-radius: 0 0 1rem 1rem;
}
ul.contents li.item .text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
  /* padding-left: 70px;
  text-indent: -70px; */
  display: flex;
  align-items: baseline;
}
ul.contents li.item .text h4 span {
  font-size: 14px;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-right: 10px;
  display: block;
  white-space: nowrap;
}
/* ul.contents li.item .text h4.text_pl3 {
  padding-left: 84px;
  text-indent: -84px;
}
ul.contents li.item .text h4.text_pl5 {
  padding-left: 111px;
  text-indent: -111px;
} */
ul.contents li.item .text table {
  width: 100%;
  line-height: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  word-break: break-all;
  border-top: 1px solid #E8E8E8;
}
ul.contents li.item .text table th,
ul.contents li.item .text table td {
  border-bottom: 1px solid #E8E8E8;
  padding: 0.5rem;
  vertical-align: middle;
}
ul.contents li.item .text table th {
  white-space: nowrap;
  width: 25%;
}
ul.contents li.item .text table td {
  width: 75%;
}
ul.contents li.item .text table td a {
  color: #beb621 !important;
}
ul.contents li.item .text table td i {
  color: #115071;
  font-size: 13px;
  margin-left: 4px;
}
ul.contents li.item .text table td span.kome {
  padding-left: 14px;
  text-indent: -14px;
  display: block;
  line-height: 1.2rem;
}
td.attTxt {
  color: #beb621!important;
}
ul.contents li.item .text p.kome {
  color: #707070;
  padding-left: 14px;
  text-indent: -14px;
  line-height: 1.2rem;
}
ul.contents li.item .text p.kome a {
  color: #115071 !important;
}


@media only screen and (min-width: 750px) and (max-width: 1144px) {
  ul.contents li.item {
    width: 48%;
    max-width: 540px;
    min-width: 350px;
  }
}

/* sp
======================================================*/

@media (max-width: 750px) {
  .for_pc { display: none; }
  .for_sp { display: block; }
 
  #fv {
    margin-bottom: -1rem!important;
  }
  .tabArea {
    /* padding-top: 60px; */
    padding-bottom: 20px;
    background: #f8f1f5;
  }
    
  /* lead
  --------------------- */
  .lead {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 3rem 0;
    background: url(../images/bg_lead.jpg);
    background-size: 80px;
  }
  .lead-inner {
    padding: 0 10px;
  }
  .lead-inner .main-lead {
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: -3rem;
  }
  .lead .lead-inner h2 a {
    display: block;
    width: 95%;
    height: 100%;
    text-align: center;
    position: relative;
    transition: all 0.5s ease;
    padding: 1.5rem 0;
    margin: 1.5rem auto;
    border: solid 4px #a06593;
    background: #fff;
    font-size: 1.4rem;
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-weight: bold;
  }
  .lead .lead-inner h2 a::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 3px #a06593;
    border-right: solid 3px #a06593;
    transform: rotate(45deg);
    position: absolute;
    bottom: 42%;
    left: 1rem;
    transition: all 0.5s ease;
  }
  .lead .lead-inner p.att {
    text-align: left;
    padding-left: 15px;
    font-size: 0.9rem;
    line-height: 1.2;
    margin-bottom: 0.8rem;
    text-indent: -0.9rem;
  }
  .lead .lead-inner h2 a:hover {
    background: #a06593;
    color: #fff !important;
    opacity: 1 !important;
  }
  .lead .lead-inner h2 a:hover::after {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
  }
  ul.contents {
  justify-content: center;
}

  /* tabs
  --------------------- */
  .tabs {
    background: #f8f1f5;
    border-radius: 40px 40px 0 0;
  }
  #maincontents .tabs > .shop-list-heading {
    max-width: 220px;
    padding-top: 10rem;
    margin: 0 auto 3rem;
    background: url("../images/tt_shoplist.png") no-repeat center center / contain;
    border: none!important;
  }

  #maincontents ul.choicetab li {
    width: calc(100% / 5);
    /* padding: 1rem; */
    border: none;
    /* margin-left: 0.1rem; */
  }
  #maincontents ul.choicetab li a {
    height: auto;
    padding: 0.6rem 0 0.3rem;
  }

  .tabArea .tabAreawrap .shopInfo 
  h3.shopTitle {
    display: block;
    width: 220px;
    height: 160px;
    /* max-width: 320px; */
    margin: 0 auto;
    background: url(../sendai/images/shop_tt.png) no-repeat center / contain;
  }
  .tabArea .tabAreawrap .shopInfo 
  p {
    text-align: center;
    line-height: 1.6rem;
    font-size: 1.2rem;
    /* margin: 2rem 0; */
  }
  .tabArea .tabAreawrap .shopInfo 
  .bsLst {
    display: block;
    width: 100%;
    margin: 3rem auto 5rem;
    padding-left: 1.5rem;
  
    }
  .tabArea .tabAreawrap .shopInfo 
  .bsLst .bsInfo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tabArea .tabAreawrap .shopInfo 
  .bsLst .bsInfo .lstTt {
    width: 100px;
    text-align: center;
    border: solid 1px #333;
    border-radius: 20px;
    margin-right: 1rem;
    margin-bottom: 0.4rem;
  }
  .tabArea .tabAreawrap .shopInfo 
  .bsLst .bsInfo .lstDet {
    width: 420px;
    text-align: left;
  }
  #maincontents ul.choicetab li {
    width: calc(100%/5);
    /* padding: 2rem 0; */
    clip-path: polygon(
      8px 0,          /* 左上カット開始 */
      calc(100% - 8px) 0,
      100% 8px,       /* 右上カット */
      100% 100%,
      0 100%,
      0 8px           /* 左上カット */
    );  
  

.cpn-500, .cpn-1000 {
  display: block;
  width: 100%;
  padding: 1.5rem;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
}
.cpn-500 {
  background: #b4d062;
  color:#366764;
}
.cpn-500::after {
  content: "";
  position: absolute;
  bottom: -27px;
  width: 119px;
  height: 60px;
  background: url(../images/arrow_green.png) no-repeat center center;
  left: 28%;
}
.cpn-1000 {
  background: #75bfe2;
  color: #fff;
}
.cpn-1000::after {
  content: "";
  position: absolute;
  bottom: -27px;
  width: 119px;
  height: 60px;
  background: url(../images/arrow_blue.png) no-repeat center center;
  left: 28%;
}

/* カセット
--------------------------------------------------------------- */
  ul.contents li.item {
    max-width: 750px;
  }

  .tabArea h3.text {
    width: fit-content;
  }
  .tabArea h3.text::before {
    height: 2.5rem;
    top: 28px;
    left: 0;
  }
  .tabArea h3.text::after {
    height: 2rem;
    top: 28px;
    right: 0;
  }
}

/* btn_plan
------------------------------------------------------ */
.btn_plan h2 a::after {
  content: '';
  left: 1rem;
  transition: all 0.5s ease;
}
.btn_cmm {
  margin-bottom: 0!important;
}
.btn_cmm h2 {
  position: relative;
}
/* .btn_cmm h2::before {
  content: '';
  background: url(../images/ico_coupon.png) no-repeat center / contain;
  width: 60px;
  height: 46px;
  position: absolute;
  top: 52%;
  right: 1%!important;
  left: auto;
   transform: translate(0 -50%);
   z-index: 0;
}
.btn_cmm h2::after {
  content: '';
  background: url(../images/ico_coupon.png) no-repeat center / contain;
  width: 60px;
  height: 46px;
  position: absolute;
  top: 52%;
  left: 1%!important;
  right: auto;
   transform: translate(0 -50%);
   z-index: 0;
} */
.btn_cmm h2 {
  /* background: #9c7847!important; */
  color: #9c7847!important;
  /* font-size: 1.4rem; */
  font-size: 1rem;
  padding: 0.9rem;
  margin: 3rem auto 1rem;
}
.btn_cmm h2::after {
  display: none;
}
.btn_cmm h2::before {
 display: none;
}



.btn_allArea {
  display: block;
  width: 100%;
  padding: 1.5rem 0;
  margin-top: -2rem;
}
.btn_allArea .allArea_inner {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.btn_allArea ul {
  display: block!important;
  position: relative;
  /* color: #fff!important; */
}
.btn_allArea ul li {
  display: list-item!important;
  margin: 0 auto 1rem;
  width: 426px;
}
.btn_allArea ul li a {
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 1rem 1.5rem;
  background: #9c7847;
  color: #fff!important;
  font-size: 1.1rem;
  margin-left: 0;
}
.btn_allArea ul li a::after {
  content: none!important;
}



/* recommend
---------------------------------------------------------- */
.recommend {
  display: block!important;
  width: 100%;
  height: auto;
  margin: 0 auto -2rem;
  /* padding-bottom: 3rem; */
  text-align: center;
  /* background: url(../images/bg_rec-area.png) repeat-x bottom center; */
  /* background-size: 93%; */
  background: none;
  padding: 10px 0;
}
.recommend .rec_inner {
  display: block!important;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.recommend .rec_inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 12px;
  background: url(../images/bg_line.png) repeat-x center;
  background-size: auto 100%;
  left: 5%;
}
.recommend .rec_inner ul {
  display: block!important;
  width: 100%;
  height: auto;
  text-align: center;
}
.recommend .rec_inner ul li {
  /* padding-bottom: 4rem; */
  display: block!important;
  width: 100%;
  margin: 0 auto 4rem;
}
#recHotels ul li img,
.recommend:first-child .rec_inner ul li img {
  width: 80%;
  margin: 0 auto;
  clip-path: polygon(
    8px 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    8px 100%,
    0 calc(100% - 8px),
    0 8px
  );
}
.recommend .rec_inner ul li h4 {
  font-size: 1.2rem;
  line-height: 2.2rem;
  padding: 0.8rem 0;
}

/* hotel_aAinner
--------------------------------------------------------- */
.hotel_allArea {
  display: block;
  width: 100%;
}
.hotel_aAinner h4 {
  width: 90%;
  margin: 0 auto 1rem;
  padding: 0.8rem 0;
  text-align: center;
}
.hotel_aAinner ul {
  width: 90%;
  margin: 0 auto 3rem !important;
  justify-content: center;
  /* margin-bottom: 3rem!important; */
}




/* recommend Spots
--------------------------------------------------------- */

#recSpot .rec_inner ul {
  display: block;
  margin-bottom: 3rem;
}

#recSpot .rec_inner ul li .sptImg {
  width: 80%;
  margin: 0 auto;
  clip-path: polygon(
    13px 0,
    calc(100% - 13px) 0,
    100% 13px,
    100% calc(100% - 13px),
    calc(100% - 13px) 100%,
    13px 100%,
    0 calc(100% - 13px),
    0 13px
  );
}
#recSpot .rec_inner ul li:last-child {
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}
#recSpot ul li ul {
  display: flex!important;
  justify-content: space-between!important;
  width: 50%;
  margin: 0 auto;
}
#recSpot ul li ul li:first-child a {
  display: block;
  width: 60px;
  height: auto;
}
#recSpot ul li ul li:last-child a {
  display: block;
  width: 76px;
  height: auto;
  margin-bottom: 0;
}
#recSpot .rec_inner ul li p {
  text-align: left;
  padding: 0 1.5rem;
  line-height: 1.4rem;
}
footer#nta_footer #pagetop {
  width: 50px;
  height: 50px;
  background: #a06593!important;
  position: fixed;
  bottom: 110px;
  right: 10px;
  z-index: 50;
  border-radius: 50%;
  box-shadow: 1px 1px 3px #999;

  display: flex;
  justify-content: center;
  align-items: center;
}

footer#nta_footer #pagetop .upward {
  display: inline-block;
  color: #FFF;
  width: 16px;
  height: 16px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(-45deg);

  margin: 8px 0 0 1px;
}


}