@charset "UTF-8";
/*-------------------------------
	Import
-------------------------------*/
/*-------------------------------
    Global Variable
-------------------------------*/
/*	function
-------------------------------*/
/*	Breakpoint
-------------------------------*/
/*	Font Family
-------------------------------*/
/*	Color
-------------------------------*/
/*-------------------------------
    @mixin
-------------------------------*/
/*	Arrow
-------------------------------*/
@import "preset.css";
@import "module.css";
@import "header.css";
@import "footer.css";
@import "mailformpro.css";
/*-------------------------------
	Common
-------------------------------*/
body {
  background-color: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "Roboto", "Helvetica Neue", "Hiragino Kaku Gothic Pro", "Meiryo, Yu Gothic", "YuGothic", "Arial", sans-serif;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0em;
}

/*-------------------------------
	Main
-------------------------------*/
.youtube-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.youtube-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.marker {
  background-color: #fff200;
}

.c-red {
  color: #e8412e;
}

.c-navy {
  color: #006492;
}

.c-orange {
  color: #f27e18;
}

.c-pale-blue {
  color: #a1d0e6;
}

h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 919px) {
  h2 {
    font-size: 20px;
  }
}

.sub {
  font-size: 16px;
  font-weight: bold;
  color: #389adc;
  text-align: center;
}

.gap40 {
  gap: 40px;
}

.gap20 {
  gap: 20px;
}

@media (max-width: 919px) {
  .gap-sm-20 {
    gap: 20px;
  }
}

.intro {
  background-color: #E0F0EB;
  text-align: center;
  position: relative;
}
.intro .sec1-p {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 60px;
}
@media (max-width: 919px) {
  .intro .sec1-p {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.intro .line-cta {
  font-size: 14px;
  font-weight: bold;
  line-height: 3;
}
@media (max-width: 919px) {
  .intro .line-cta {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.intro .line-cta-btn {
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background-color: rgb(6, 176, 86);
  padding: 1.2em 1.5em;
  border-bottom: 0.2em solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  width: 47%;
  margin: 60px auto 0;
}
@media (max-width: 919px) {
  .intro .line-cta-btn {
    margin: 30px auto 0;
    width: 100%;
  }
}
.intro .button {
  margin: 60px auto 0;
  background-color: rgb(6, 176, 86);
  border-radius: 8px;
  border-bottom: 0.2em solid rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  overflow: hidden;
  padding: 20px 90px;
  position: relative;
  text-decoration: none;
}
@media (max-width: 919px) {
  .intro .button {
    padding: 20px 30px;
  }
}
.intro .button::after {
  animation: 2s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-15deg);
  width: 100%;
}
.intro .button:hover {
  color: #fff;
}
@keyframes shine {
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

.sec1 .sec1-list p {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  border-bottom-style: dashed;
  margin-top: 0.8em;
  padding-bottom: 0.8em;
  line-height: 1.6;
  position: relative;
  padding-left: 35px;
}
@media (max-width: 919px) {
  .sec1 .sec1-list p {
    font-size: 18px;
  }
}
.sec1 .sec1-list p:first-of-type {
  margin-top: 0;
}
.sec1 .sec1-list p::before {
  content: "";
  position: absolute;
  background-image: url(../img/sec1-ic.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 26px;
  left: 0;
}

.omakase {
  background-image: url(../img/bg_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100vw;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 919px) {
  .omakase {
    height: 225px;
  }
}

.sec2 {
  background-color: #F6F6F6;
}
.sec2 .sec2-p {
  font-size: 20px;
}
@media (max-width: 919px) {
  .sec2 .sec2-p {
    font-size: 16px;
  }
}

.sec3 .sec3-card {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 20px;
}
.sec3 .sec3-card p {
  padding-top: 15px;
  font: 18px;
}
@media (max-width: 919px) {
  .sec3 .sec3-card p {
    font-size: 16px;
  }
}
.sec3 .sec3-card .num {
  padding-top: 0;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #16abf3;
}
.sec3 .sec3-card h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
  line-height: 1.4;
}
@media (max-width: 919px) {
  .sec3 .sec3-card h3 {
    font-size: 24px;
  }
}

.sec4 {
  background-color: #F6F6F6;
}
.sec4 .ttl {
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 919px) {
  .sec4 .ttl {
    font-size: 18px;
  }
}
@media (max-width: 919px) {
  .sec4 .img-sp {
    width: 70px;
    height: auto;
  }
}

.sec5 .sec5-card {
  width: 450px;
  display: flex;
  padding: 2rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
@media (max-width: 919px) {
  .sec5 .sec5-card {
    display: block;
    margin-top: 20px;
  }
}
.sec5 .sec5-card .small {
  font-size: 14px;
  padding-bottom: 10px;
}
@media (max-width: 919px) {
  .sec5 .sec5-card .small {
    text-align: center;
  }
}
@media (max-width: 919px) {
  .sec5 .sec5-card {
    width: 100%;
  }
}
.sec5 .sec5-card .voice-text {
  width: 260px;
}
@media (max-width: 919px) {
  .sec5 .sec5-card .voice-text {
    margin-top: 20px;
    width: 100%;
  }
}

.sec6 {
  background-color: #F6F6F6;
}
.sec6 .store-ttl {
  font-size: 28px;
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 919px) {
  .sec6 .store-ttl {
    font-size: 20px;
    margin-top: 60px;
  }
}

.sec7 {
  /* アコーディオン */
  /* アコーディオンオープン・アニメーション */
  /* 三角ボタン */
  /* 三角ボタン切り替え */
}
.sec7 summary {
  display: block;
  font-weight: bold;
  font-size: 24px;
  border-bottom: solid 2px #16ABF3;
}
.sec7 summary span {
  color: #389adc;
}
@media (max-width: 919px) {
  .sec7 summary {
    font-size: 18px;
  }
}
.sec7 summary {
  display: block;
}
.sec7 summary::-webkit-details-marker {
  display: none;
}
.sec7 .summary_content {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
.sec7 .details_content {
  padding: 24px 16px;
}
.sec7 details[open] .details_content {
  animation: fadeIn 0.85s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-12px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.sec7 .toggle_button {
  display: block;
  position: relative;
  width: 20px;
  margin-left: 8px;
  flex-shrink: 0;
  transform-origin: center 45%;
  transition: transform 0.75s;
}
.sec7 .toggle_button::before,
.sec7 .toggle_button::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #16ABF3;
}
.sec7 .toggle_button::before {
  left: 0;
  transform: rotate(45deg);
}
.sec7 .toggle_button::after {
  right: 0;
  transform: rotate(-45deg);
}
.sec7 details[open] .toggle_button {
  transform: rotate(180deg);
}

.sec8 {
  background-color: #F6F6F6;
}
.sec8 tr {
  border-bottom: solid 1px #ccc;
}
.sec8 table {
  width: 100%;
}
.sec8 th,
.sec8 td {
  padding: 10px 0;
}
@media (max-width: 919px) {
  .sec8 th,
  .sec8 td {
    width: 100%;
    display: block;
  }
}
.sec8 th {
  width: 20%;
}
@media (max-width: 919px) {
  .sec8 th {
    width: 100%;
    border-bottom: solid 1px #ccc;
  }
}
.sec8 td {
  width: 80%;
}
@media (max-width: 919px) {
  .sec8 td {
    width: 100%;
  }
}

.footer {
  font-size: 14px;
}

#footer {
  display: none;
}

hr {
  display: none;
}/*# sourceMappingURL=style.css.map */