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

p {
  line-height: 1.75rem;
}

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

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

.bg_pink {
  background: #FEF5F7;
  padding: 4rem;
}
.bg_pink p.kome {
  max-width: 1100px;
  /* width: -moz-fit-content; */
  /* width: fit-content; */
  margin: 0 auto;
  padding-left: 1rem;
  text-indent: -1rem;
  /* color: #ff3e3e; */
  line-height: 1.5rem;
}

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

h3.ticket_link {
  margin: auto;
  max-width: 1100px;
  width: 100%;
}
h3.ticket_link a {
  background: #fff;
  color: #ff3e3e !important;
  border: #ff3e3e 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;
  transition: all 0.5s ease;
}
h3.ticket_link a::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 3px #ff3e3e;
  border-right: solid 3px #ff3e3e;
  transform: rotate(45deg);
  position: absolute;
  bottom: 42%;
  left: 2rem;
  transition: all 0.5s ease;
}
h3.ticket_link a:hover {
  background: #ff3e3e;
  color: #fff !important;
  opacity: 1 !important;
}
h3.ticket_link a:hover::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}
.ticket_text {
  max-width: 1100px;
  margin: 20px auto !important;
}
.info {
  margin-top: 40px;
  border: 1px solid #B94047;
  padding: 40px;
}
.info h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  color: #B94047;
}

@media (max-width: 750px) {
  #fv h2 {
    font-size: 1.75rem;
  }
  .bg_pink {
    padding: 5vw 0;
  }
  h3.ticket_link {
    width: 88vw;
    margin: 0 auto;
  }
  h3.ticket_link a::after {
    bottom: 45%;
    left: 0.5rem;
  }
  .ticket_text {
    margin: 5vw auto !important;
  }
  .info {
    padding: 6vw;
  }
  .info h3 {
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }
}
#maincontents ul.choicetab {
  margin: 4rem auto;
  max-width: 1100px;
  width: 100%;
  align-items: center;
}

#maincontents ul.choicetab li {
  width: 33.3333333333%;
}

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

#maincontents ul.choicetab li a span {
  font-size: 1.5rem;
  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::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -5px;
  border-top: solid 2px #ff3e3e;
  border-right: solid 2px #ff3e3e;
  transform: rotate(135deg);
  position: absolute;
  bottom: -0.25rem;
  right: 50%;
  transition: all 0.5s ease;
}

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

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

#maincontents ul.choicetab li a:active {
  color: #ff3e3e;
}

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

@media (max-width: 750px) {
  #maincontents ul.choicetab li {
    width: 100%;
    padding: 1rem;
  }
  #maincontents ul.choicetab li a {
    height: auto;
    padding: 0 0 4vw;
  }
  #maincontents ul.choicetab li a.text_h {
    padding: 0 0 1rem;
  }
}
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: 6px 6px #B94047;
}
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;
  color: #B94047;
}
ul.contents li.item .text h4 span {
  font-size: 14px;
  color: #fff;
  background: #B94047;
  padding: 0.5rem 1rem;
  margin-right: 10px;
}
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: #ff3e3e !important;
  display: block;
}
ul.contents li.item .text table td a:not(:last-child) {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
ul.contents li.item .text table td i {
  color: #ff3e3e;
  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: #ff3e3e !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.purple .text h4 {
  color: #9A5A9A;
}

ul.contents li.item.purple .text h4 span {
  background: #9A5A9A;
}

ul.contents li.item.purple {
  box-shadow: 6px 6px #9A5A9A;
}

ul.contents li.item.sky_blue .text h4 {
  color: #64B8E8;
}

ul.contents li.item.sky_blue .text h4 span {
  background: #64B8E8;
}

ul.contents li.item.sky_blue {
  box-shadow: 6px 6px #64B8E8;
}

ul.contents li.item.orange .text h4 {
  color: #F39739;
}

ul.contents li.item.orange .text h4 span {
  background: #F39739;
}

ul.contents li.item.orange {
  box-shadow: 6px 6px #F39739;
}

ul.contents li.item.green .text h4 {
  color: #65B753;
}

ul.contents li.item.green .text h4 span {
  background: #65B753;
}

ul.contents li.item.green {
  box-shadow: 6px 6px #65B753;
}

h3.text {
  color: #ff3e3e;
  font-weight: 700 !important;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 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: #ff3e3e;
  width: 3px;
  height: 2.5rem;
  margin: 0 2rem;
  vertical-align: middle;
}

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

h3.text::after {
  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 {
  margin-bottom: 3rem;
}
.link_item ul {
  display: flex;
  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: #FFD9E4;
  border: #FFD9E4 solid 3px;
  color: #ff3e3e !important;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1.5rem;
  position: relative;
  transition: all 0.5s ease;
}
.link_item ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #ff3e3e;
  border-right: solid 2px #ff3e3e;
  transform: rotate(45deg);
  position: absolute;
  bottom: 42%;
  left: 1rem;
  transition: all 0.5s ease;
}
.link_item ul li a:hover {
  background: #fff;
  opacity: 1 !important;
}

@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: #ff3e3e;
  border: #ff3e3e solid 3px;
  color: #fff !important;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1.5rem;
  position: relative;
  transition: all 0.5s ease;
}
@media (max-width: 750px) {
  div.link_omoikkiri a {
    font-size: 1rem;
    padding-left: 1.75rem;
    padding-right: 0.75rem;
  }
}
div.link_omoikkiri a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: 42%;
  left: 1rem;
  transition: all 0.5s ease;
}
@media (max-width: 750px) {
  div.link_omoikkiri a::before {
    left: 0.75rem;
  }
}
div.link_omoikkiri a:hover {
  background: #fff;
  color: #ff3e3e !important;
  opacity: 1 !important;
}
div.link_omoikkiri a:hover::before {
  border-top: solid 2px #ff3e3e;
  border-right: solid 2px #ff3e3e;
}

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