@charset "UTF-8";
@media (min-width: 751px) {
  #maincontents a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

p {
  line-height: 1.75rem;
}

@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

#fv {
  background: #fff;
  border-top: 20px solid #00a63c;
  border-bottom: 20px solid #00a63c;
  border-left: 20px solid #c99d03;
  border-right: 20px solid #c99d03;
  text-align: center;
  padding: 4rem;
}

#fv h2 {
  color: #00a63c;
  font-size: 2rem;
}

#fv h2 img {
  width: 100%;
  max-height: 240px;
  display: block;
  margin: 0 auto 1.5rem;
}

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

.bg_pink p.kome {
  max-width: 1100px;
  margin: 1rem auto 0;
  padding-left: 1rem;
  text-indent: -1rem;
  color: #00a63c;
  line-height: 1.2rem;
}

h3.ticket_link {
  margin: auto;
  max-width: 1100px;
}

h3.ticket_link a {
  background: #fff;
  color: #00a63c !important;
  border: #00a63c 4px solid;
  font-weight: 700 !important;
  font-size: 1.5rem;
  text-align: center;
  padding: 1.5rem;
  margin: 0 auto;
  display: block;
  width: 100%;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

h3.ticket_link a::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 3px #00a63c;
  border-right: solid 3px #00a63c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 42%;
  left: 2rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

h3.ticket_link a:hover {
  background: #00a63c;
  color: #fff !important;
  opacity: 1 !important;
}

h3.ticket_link a:hover::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

@media (max-width: 750px) {
  #fv {
    padding: 4rem 3rem;
  }
  #fv h2 {
    font-size: 1.75rem;
  }
  .bg_pink {
    padding: 4rem 2.5rem;
  }
  h3.ticket_link a::after {
    bottom: 45%;
    left: .5rem;
  }
}

#maincontents ul.choicetab {
  margin: 4rem auto;
  max-width: 1100px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#maincontents ul.choicetab li {
  width: calc(100% / 3);
}

#maincontents ul.choicetab li a {
  background-image: none;
  position: relative;
  line-height: 1.25rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#maincontents ul.choicetab li a.text_h {
  padding: 1rem;
}

#maincontents ul.choicetab li a::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 1px #00a63c;
  border-right: solid 1px #00a63c;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  bottom: -.25rem;
  right: 50%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#maincontents ul.choicetab li a:hover {
  opacity: 1;
  color: #00a63c;
}

#maincontents ul.choicetab li a:hover:after {
  bottom: -.5rem;
}

.tabArea {
  padding-top: 60px;
  padding-bottom: 120px;
  background: #FCFAF4;
}

@media (max-width: 750px) {
  #maincontents ul.choicetab li {
    width: 100%;
    padding: 1rem;
  }
}

ul.contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 3rem 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.contents li.item {
  width: 100%;
  max-width: 350px;
  border-radius: 1rem;
  background: #fff;
}

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;
  margin-bottom: 1rem;
  padding-left: 70px;
  text-indent: -70px;
}

ul.contents li.item .text h4 span {
  font-size: 14px;
  color: #fff;
  padding: .5rem 1rem;
  margin-right: 10px;
}

ul.contents li.item .text h4.text_pl2 {
  padding-left: 70px;
  text-indent: -70px;
}

ul.contents li.item .text h4.text_pl3 {
  padding-left: 84px;
  text-indent: -84px;
}

ul.contents li.item .text h4.text_pl4 {
  padding-left: 98px;
  text-indent: -98px;
}

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: .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: .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: #00a63c !important;
}

ul.contents li.item .text table td i {
  color: #00a63c;
  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;
}

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: #00a63c !important;
}

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

@media (max-width: 750px) {
  ul.contents li.item {
    max-width: 750px;
  }
}

ul.contents li.item.blue .text h4 {
  color: #004095;
}

ul.contents li.item.blue .text h4 span {
  background: #004095;
}

ul.contents li.item.blue {
  -webkit-box-shadow: 6px 6px #004095;
          box-shadow: 6px 6px #004095;
}

ul.contents li.item.sky_blue .text h4 {
  color: #1c96ba;
}

ul.contents li.item.sky_blue .text h4 span {
  background: #1c96ba;
}

ul.contents li.item.sky_blue {
  -webkit-box-shadow: 6px 6px #1c96ba;
          box-shadow: 6px 6px #1c96ba;
}

ul.contents li.item.gold .text h4 {
  color: #c99d03;
}

ul.contents li.item.gold .text h4 span {
  background: #c99d03;
}

ul.contents li.item.gold {
  -webkit-box-shadow: 6px 6px #c99d03;
          box-shadow: 6px 6px #c99d03;
}

ul.contents li.item.green .text h4 {
  color: #00a63c;
}

ul.contents li.item.green .text h4 span {
  background: #00a63c;
}

ul.contents li.item.green {
  -webkit-box-shadow: 6px 6px #00a63c;
          box-shadow: 6px 6px #00a63c;
}

h3.text {
  color: #00a63c;
  font-weight: 700 !important;
  font-size: 1.5rem;
  text-align: center;
  margin: 6rem auto 2rem;
  padding: 1.5rem;
  display: block;
  width: 100%;
  max-width: 1100px;
  position: relative;
}

h3.text::before,
h3.text::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #00a63c;
  width: 3px;
  height: 2.5rem;
  margin: 0 2rem;
  vertical-align: middle;
}

h3.text::before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

h3.text::after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

@media (max-width: 750px) {
  h3.text {
    font-size: 1.25rem;
  }
  h3.text::before {
    height: 4.25rem;
    position: absolute;
    top: 24px;
    left: 10px;
    margin: 0;
  }
  h3.text::after {
    height: 4.25rem;
    position: absolute;
    top: 24px;
    right: 10px;
    margin: 0;
  }
}

.link_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}

.link_item ul li {
  width: 100%;
}

.link_item ul li a {
  display: block;
  text-align: center;
  width: 100%;
  background: #c99d03;
  border: #c99d03 solid 3px;
  color: #fff !important;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1.5rem;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.link_item ul li a::before {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 42%;
  left: 1rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.link_item ul li a:hover {
  background: #fff;
  color: #c99d03 !important;
  opacity: 1 !important;
}

.link_item ul li a:hover::before {
  border-top: solid 2px #c99d03;
  border-right: solid 2px #c99d03;
}

@media (max-width: 750px) {
  .link_item ul {
    display: block;
  }
  .link_item ul li {
    margin-bottom: 1.5rem;
  }
  .link_item ul li a {
    width: 100%;
    font-size: 1rem;
  }
}

/* 20220701追記 */
div.link_omoikkiri {
  margin: 6rem auto 2rem;
}

div.link_omoikkiri a {
  display: block;
  text-align: center;
  width: 100%;
  background: #00a63c;
  border: #00a63c solid 3px;
  color: #fff !important;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1.5rem;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media (max-width: 750px) {
  div.link_omoikkiri a {
    font-size: 1rem;
    padding-left: 1.75rem;
    padding-right: .75rem;
  }
}

div.link_omoikkiri a::before {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 42%;
  left: 1rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media (max-width: 750px) {
  div.link_omoikkiri a::before {
    left: .75rem;
  }
}

div.link_omoikkiri a:hover {
  background: #fff;
  color: #00a63c !important;
  opacity: 1 !important;
}

div.link_omoikkiri a:hover::before {
  border-top: solid 2px #00a63c;
  border-right: solid 2px #00a63c;
}

p.text_hokkaido {
  margin: 5rem auto;
  text-align: center;
  font-size: 1rem;
}
/*# sourceMappingURL=omoikkiri_coupon.css.map */