<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

img {
  vertical-align: top;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #000000;
  font-size: 18px;
  background-color: #ffffff;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}

.sec-ttl {
  font-size: 42px;
  line-height: 1.4;
  color: #fd533f;
  text-align: center;
  padding-bottom: 40px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .sec-ttl {
    font-size: 28px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 414px) {
  .sec-ttl {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

.header {
  background: #ffffff;
}

.header__top {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: #053d6e;
}

.header__top-ttl {
  color: #ffffff;
  text-align: center;
  padding: 12px 0 10px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .header__top {
    padding: 14px 0;
  }
  .header__top-ttl {
    padding: 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 414px) {
  .header__top {
    padding: 10px 0;
  }
  .header__top-ttl {
    padding: 0;
    font-size: 13px;
  }
}

.header__mid {
  padding-top: 42px;
}

.header__mid-img {
  margin: 0 auto;
  max-width: 427px;
  padding: 29px 0;
}

.header__mid-img img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .header__mid-img {
    padding: 20px 0;
  }
}

@media screen and (max-width: 414px) {
  .header__mid-img {
    padding: 5px 0;
    max-width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .header__mid {
    padding-top: 80px;
  }
}

@media screen and (max-width: 414px) {
  .header__mid {
    padding-top: 58px;
  }
}

.main .mv img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .main {
    display: none;
  }
}

.main__img {
  max-width: 676px;
  margin: 70px auto 0;
  width: 100%;
}

.main__img img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .main__img {
    max-width: none;
    width: 100%;
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 414px) {
  .main__img {
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }
}

.sp-main {
  display: none;
}

.sp-main {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-main {
    display: block;
  }
  .sp-main .sp-mv img {
    max-width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .sp-main__mv-cont {
    position: absolute;
  }
  .sp-main__mv-txt1 {
    font-size: 22px;
    font-family: YuMincho;
    text-align: center;
    line-height: 1.5;
  }
  .sp-main__mv-txt2 {
    font-family: YuMincho;
    font-size: 7vw;
    color: #c1272d;
    padding: 13px 0 10px;
    text-align: center;
    line-height: 1.7;
    white-space: nowrap;
  }
  .sp-main__mv-txt3 {
    font-family: YuMincho;
    color: #ffffff;
    background-color: #987f6f;
    font-size: 18px;
    max-width: 469px;
    width: 85%;
    margin: 0 auto;
    line-height: 1.3;
    text-align: center;
  }
  .sp-main__mv-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 469px;
    width: 100%;
    top: 320px;
  }
  .sp-main__mv-img img {
    max-width: 100%;
  }
}

.main__box {
  background-color: #f8f826;
  border-radius: 4px;
  margin: 70px auto;
  padding: 50px 20px;
  max-width: 908px;
  width: 100%;
}

.main__box-txt1 {
  font-size: 34px;
  line-height: 1.2;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 24px 0;
  max-width: 725px;
  margin: 0 auto;
  font-weight: 700;
}

.main__box-txt2 {
  font-size: 43px;
  line-height: 1.2;
  padding: 28px 0 26px;
  text-align: center;
  font-weight: 700;
}

.main__box-txt3 {
  line-height: 1.2;
  text-align: center;
}

.main__box .red {
  color: #c1272d;
  font-size: 43px;
  line-height: 1.2;
  border-bottom: 1px solid #c1272d;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .main__box {
    margin: 60px auto;
    padding: 40px 15px;
    max-width: 500px;
  }
  .main__box-txt1 {
    font-size: 26px;
    padding: 13px 0;
    max-width: 425px;
    width: 100%;
  }
  .main__box-txt2 {
    font-size: 40px;
    line-height: 1.35;
    padding: 20px 0;
  }
  .main__box-txt3 {
    line-height: 1.5;
    text-align: center;
    font-size: 14px;
  }
}

@media screen and (max-width: 414px) {
  .main__box {
    margin: 60px 0;
    padding: 30px 15px;
  }
  .main__box-txt1 {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 13px 0;
    max-width: 725px;
    margin: 0 auto;
    font-weight: 700;
  }
  .main__box-txt2 {
    font-size: 25px;
    line-height: 1.2;
    padding: 20px 0;
    text-align: center;
    font-weight: 700;
  }
  .main__box-txt3 {
    line-height: 1.2;
    text-align: center;
  }
  .main__box .red {
    color: #c1272d;
    font-size: 30px;
    line-height: 1.2;
  }
}

.repeat {
  background-color: #053d6e;
  padding: 70px 0;
}

.repeat__txt {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.7;
  text-align: center;
  font-family: YuMincho;
  font-weight: 600;
}

.repeat__img {
  margin: 0 auto;
  padding-top: 40px;
  max-width: 908px;
  width: 100%;
}

.repeat__img img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .repeat {
    padding: 50px 0 43px;
  }
  .repeat__txt {
    font-size: 30px;
    line-height: 1.6;
  }
  .repeat__img {
    padding-top: 40px;
    max-width: 412px;
  }
}

@media screen and (max-width: 414px) {
  .repeat__txt {
    font-size: 24px;
    line-height: 1.3;
  }
}

.line {
  background-color: #f0ece7;
  padding: 80px 0 70px;
}

.line__txt1 {
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  padding-bottom: 25px;
}

.line .large {
  font-size: 54px;
  color: #fd533f;
}

.line .red {
  color: #fd533f;
}

.line__txt2 {
  color: #fd533f;
  padding: 17px 0;
  font-weight: 700;
  border: 4px solid #fd533f;
  background-color: #ffffff;
  text-align: center;
  max-width: 556px;
  margin: 0 auto;
  border-radius: 40px;
  font-size: 36px;
  line-height: 1.2;
}

.line__box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

.line__box-item {
  width: 48%;
  max-width: 500px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  /* ボタンをキラッとさせる */
}

.line__box-item img {
  max-width: 100%;
}

.line__box-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  /* 【変更部分】inifiniteによりずっと続ける */
  animation: shine 1s infinite;
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

@media screen and (max-width: 768px) {
  .line {
    padding: 39px 0 60px;
  }
  .line .large {
    font-size: 44px;
    color: #fd533f;
  }
  .line__txt1 {
    font-size: 30px;
    padding-bottom: 25px;
  }
  .line__txt2 {
    padding: 15px 0;
    max-width: 469px;
    width: 100%;
    font-size: 28px;
    line-height: 1.5;
  }
  .line__box {
    display: block;
    text-align: center;
    padding-top: 30px;
  }
  .line__box-item {
    width: 100%;
    max-width: 469px;
  }
}

@media screen and (max-width: 414px) {
  .line .large {
    font-size: 32px;
  }
  .line__txt1 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .line__txt2 {
    padding: 10px 0;
    max-width: 469px;
    font-size: 20px;
  }
  .line__box {
    display: block;
    text-align: center;
    padding-top: 20px;
  }
  .line__box-item {
    width: 100%;
    max-width: 469px;
  }
}

.trouble {
  padding: 90px 0 70px;
  background-color: #053d6e;
  overflow: hidden;
}

.trouble__inner {
  position: relative;
}

.trouble__ttl .ttl {
  position: absolute;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  z-index: 2;
  color: #ffffff;
  top: 3%;
  left: 34%;
}

.trouble__ttl .eng-ttl {
  position: absolute;
  line-height: 1.2;
  opacity: 0.19;
  color: #ffffff;
  font-size: 116px;
  top: -16%;
  transform: translateX(-50%);
  left: 50%;
  font-weight: 800;
  margin: 0;
  z-index: 1;
}

.trouble__wrap {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.trouble__img1 {
  width: 100vw;
  margin-left: -36%;
  height: 473px;
  max-width: 710px;
}

.trouble__img1 img {
  max-width: 100%;
}

.trouble__img2 {
  position: absolute;
  top: 27%;
  left: 0;
}

.trouble__img2 img {
  max-width: 100%;
}

.trouble__sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .trouble {
    height: auto;
    padding: 0;
  }
  .trouble__ttl {
    display: none;
  }
  .trouble__wrap {
    display: none;
  }
  .trouble__sp {
    display: block;
    height: auto;
    width: 100%;
  }
  .trouble__sp img {
    width: 100%;
  }
}

.reason {
  padding: 120px 0 30px;
  position: relative;
}

.reason__top {
  position: absolute;
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  background-color: #fd7f65;
  text-align: center;
  border-radius: 50px;
  border: 6px solid #ffffff;
  padding: 20px 0;
  max-width: 580px;
  width: 100%;
  transform: translateX(-50%);
  left: 50%;
  top: -40px;
  white-space: nowrap;
}

.reason__wrap {
  max-width: 1028px;
  width: 100%;
  margin: 0 auto;
}

.reason__ttl-box {
  display: flex;
  align-items: center;
  padding: 2px 0;
  border-top: 2px solid #977f70;
  border-bottom: 2px solid #977f70;
}

.reason__ttl1 {
  color: #fd533f;
  font-size: 100px;
  line-height: 0.7;
  padding-right: 40px;
  font-weight: 700;
}

.reason__ttl2 {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
}

.reason__cont-box {
  display: flex;
  justify-content: space-around;
  padding: 40px 0;
}

.reason__cont-box-2 {
  flex-direction: row-reverse;
}

.reason__cont-box-4 {
  flex-direction: row-reverse;
}

.reason__cont1 {
  width: 39%;
  max-width: 352px;
}

.reason__cont1 img {
  max-width: 100%;
}

.reason__cont2 {
  width: 59%;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .reason {
    padding: 92px 0 10px;
  }
  .reason__top {
    position: absolute;
    font-size: 26px;
    line-height: 1.4;
    color: #ffffff;
    background-color: #fd7f65;
    text-align: center;
    border-radius: 50px;
    border: 4px solid #ffffff;
    padding: 10px 0;
    width: 100%;
    max-width: 400px;
    transform: translateX(-50%);
    left: 50%;
    top: -30px;
    white-space: nowrap;
  }
  .reason__ttl-box {
    display: block;
  }
  .reason__ttl1 {
    font-size: 60px;
    padding-right: 0;
    line-height: 0.8;
  }
  .reason__ttl2 {
    font-size: 24px;
    padding-top: 5px;
  }
  .reason__cont-box {
    display: block;
    justify-content: space-around;
    padding: 30px 0 50px;
  }
  .reason__cont-box-2 {
    flex-direction: row-reverse;
  }
  .reason__cont-box-4 {
    flex-direction: row-reverse;
  }
  .reason__cont1 {
    width: 100%;
    max-width: 469px;
    margin: 0 auto;
  }
  .reason__cont2 {
    width: 100%;
    padding-top: 30px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 414px) {
  .reason {
    padding: 60px 0 10px;
  }
  .reason__top {
    position: absolute;
    font-size: 18px;
    color: #ffffff;
    background-color: #fd7f65;
    text-align: center;
    border-radius: 50px;
    border: 4px solid #ffffff;
    padding: 10px 0;
    max-width: 350px;
    transform: translateX(-50%);
    left: 50%;
    top: -30px;
    white-space: nowrap;
  }
  .reason__ttl-box {
    display: block;
  }
  .reason__ttl1 {
    font-size: 60px;
    padding-right: 0;
  }
  .reason__ttl2 {
    font-size: 20px;
  }
  .reason__cont-box {
    display: block;
    justify-content: space-around;
  }
  .reason__cont-box-2 {
    flex-direction: row-reverse;
  }
  .reason__cont-box-4 {
    flex-direction: row-reverse;
  }
  .reason__cont1 {
    width: 100%;
    max-width: 469px;
    margin: 0 auto;
  }
  .reason__cont2 {
    width: 100%;
    padding-top: 30px;
    line-height: 1.8;
  }
}

.voice {
  background-color: #f0ece7;
  padding: 78px 0 70px;
}

.voice__item {
  max-width: 1028px;
  border-radius: 8px;
  background-color: #ffffff;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 40px;
}

.voice__txt1 {
  font-size: 26px;
  line-height: 1.7;
  color: #f0ece7;
  background-color: #987f6f;
  font-weight: 700;
  text-align: center;
  padding: 35px 0;
}

.voice__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 30px 0 30px;
  border-color: #987f6f transparent transparent transparent;
  margin: 0 auto;
}

.voice__txt2 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  padding-top: 28px;
}

.voice__txt2 .name {
  font-size: 26px;
  line-height: 1.5;
}

.voice__txt2 .small {
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
}

.voice__txt3 {
  line-height: 1.7;
  text-align: left;
  padding: 30px 50px 41px;
}

.voice__txt3-btm {
  padding: 30px 50px 21px;
}

.voice__youtube {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 30px auto 0;
}

.voice__youtube::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.voice__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.voice__link {
  display: block;
  text-align: center;
  padding: 25px 0 31px;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .voice {
    padding: 60px 0;
  }
  .voice__item {
    max-width: 469px;
    margin-bottom: 50px;
    width: 100%;
  }
  .voice__txt1 {
    font-size: 24px;
    line-height: 1.4;
    padding: 22px 0;
  }
  .voice__triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 30px 0 30px;
    border-color: #987f6f transparent transparent transparent;
    margin: 0 auto;
  }
  .voice__txt2 {
    font-size: 30px;
    padding-top: 20px;
    line-height: 1;
  }
  .voice__txt2 .name {
    font-size: 18px;
  }
  .voice__txt2 .small {
    font-size: 18px;
    line-height: 1.6;
  }
  .voice__txt3 {
    line-height: 1.7;
    padding: 30px 0;
    max-width: 409px;
    width: 100%;
    margin: 0 auto;
  }
  .voice__youtube {
    max-width: 409px;
    margin-top: 20px;
  }
  .voice__link {
    padding: 20px 0;
    font-size: 16px;
    line-height: 3.5;
  }
}

@media screen and (max-width: 414px) {
  .voice {
    padding: 40px 0;
  }
  .voice__item {
    max-width: 469px;
    margin-bottom: 30px;
  }
  .voice__txt1 {
    font-size: 18px;
    line-height: 1.4;
    padding: 15px;
  }
  .voice__triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 30px 0 30px;
    border-color: #987f6f transparent transparent transparent;
    margin: 0 auto;
  }
  .voice__txt2 {
    font-size: 20px;
    padding-top: 20px;
  }
  .voice__txt2 .name {
    font-size: 16px;
  }
  .voice__txt2 .small {
    font-size: 16px;
    line-height: 1.6;
  }
  .voice__txt3 {
    line-height: 1.7;
    padding: 20px 20px 20px;
    font-size: 16px;
  }
  .voice__img {
    max-width: 409px;
  }
  .voice__link {
    padding: 15px 0 10px;
    font-size: 16px;
    line-height: 2.5;
  }
}

.evaluation {
  padding: 70px 0;
}

.evaluation__sub-ttl {
  text-align: center;
}

.evaluation__sub-ttl:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/evaluation-01.png) no-repeat;
  background-size: contain;
}

.evaluation__sub-ttl:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/evaluation-02.png) no-repeat;
  background-size: contain;
  margin-left: 7px;
}

.evaluation__sub-ttl .txt {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.evaluation__sub-ttl .txt .red {
  color: #ff0000;
}

.evaluation__ttl1 {
  font-size: 36px;
  line-height: 1.6;
  text-align: center;
  padding: 20px 0 15px;
  font-weight: 700;
}

.evaluation__ttl2 {
  font-size: 36px;
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
  margin: 0 auto 35px;
  max-width: 740px;
}

.evaluation__ttl2 .border {
  background: linear-gradient(transparent 90%, #fd7f65 90%);
}

.evaluation__box {
  border-radius: 30px;
  background-color: #f9fad6;
  max-width: 1028px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: space-around;
}

.evaluation__item1 {
  width: 40%;
  max-width: 352px;
}

.evaluation__item1 img {
  max-width: 100%;
}

.evaluation__item1-txt {
  line-height: 3.3;
  text-align: center;
}

.evaluation__item2 {
  width: 55%;
}

.evaluation__list-item {
  padding-bottom: 20px;
  font-weight: 700;
  padding-left: 25px;
  line-height: 1.2em;
  background: url(../images/evaluation-icon.png) left 0px top 3px no-repeat;
  background-size: 19px auto;
}

.evaluation__list-item:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .evaluation {
    padding: 60px 0;
  }
  .evaluation__sub-ttl {
    display: flex;
    justify-content: center;
  }
  .evaluation__sub-ttl:before {
    content: "";
    display: block;
    width: 2em;
    height: 3em;
    background: url(../images/sp-evaluation-01.png) no-repeat;
    background-size: contain;
  }
  .evaluation__sub-ttl:after {
    content: "";
    display: block;
    width: 2em;
    height: 3em;
    background: url(../images/sp-evaluation-02.png) no-repeat;
    background-size: contain;
    margin: 0;
  }
  .evaluation__sub-ttl .txt {
    font-size: 20px;
  }
  .evaluation__ttl1 {
    font-size: 25px;
    line-height: 1.4;
    padding: 20px 0 5px;
  }
  .evaluation__ttl2 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 47px;
  }
  .evaluation__box {
    max-width: 469px;
    margin: 0 auto;
    padding: 30px;
    display: block;
  }
  .evaluation__item1 {
    width: 100%;
    max-width: 409px;
    text-align: center;
  }
  .evaluation__item2 {
    width: 100%;
    font-size: 18px !important;
  }
  .evaluation__list-item {
    padding-bottom: 20px;
    font-weight: 700;
  }
}

@media screen and (max-width: 414px) {
  .evaluation {
    padding: 40px 0;
  }
  .evaluation__sub-ttl {
    font-size: 16px;
  }
  .evaluation__sub-ttl:before {
    height: 2.5em;
  }
  .evaluation__sub-ttl:after {
    height: 2.5em;
  }
  .evaluation__sub-ttl .txt {
    font-size: 16px;
  }
  .evaluation__ttl1 {
    font-size: 20px;
  }
  .evaluation__ttl2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .evaluation__box {
    max-width: 469px;
    margin: 0 auto;
    padding: 30px;
    display: block;
  }
  .evaluation__item1 {
    width: 100%;
    max-width: 409px;
    text-align: center;
  }
  .evaluation__item2 {
    width: 100%;
  }
  .evaluation__list-item {
    padding-bottom: 20px;
    font-weight: 700;
  }
}

@media screen and (max-width: 1000px) {
  .evaluation__item2 {
    font-size: 1.7vw;
  }
}

.menu {
  background-color: #053d6e;
  padding: 78px 0 70px;
}

.menu .sec-ttl {
  font-size: 42px;
  line-height: 1.4;
  color: #fd533f;
  text-align: center;
  padding-bottom: 40px;
  font-weight: 700;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .menu .sec-ttl {
    font-size: 28px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 414px) {
  .menu .sec-ttl {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

.menu__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}

.menu__item {
  font-size: 24px;
  font-weight: 400;
  line-height: 2.3;
  color: #ffffff;
}

.menu__border {
  height: 1px;
  position: relative;
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
}

.menu__border::before {
  content: "";
  background-image: linear-gradient(to right, #ffffff, #ffffff 2px, transparent 2px, transparent 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu__coupon {
  color: #ffff00;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  padding-top: 25px;
  font-weight: 700;
}

.menu__txt {
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
}

.menu__suggestion {
  background-color: #fd533f;
  padding: 43px 0 40px;
  border-radius: 4px;
  margin: 40px auto 70px;
  max-width: 1028px;
  font-weight: 700;
}

.menu__suggestion-ttl {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
}

.menu__suggestion-ttl .under {
  border-bottom: 1px solid #ffffff;
}

.menu__suggestion-wrap {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  margin-top: 55px;
}

.menu__suggestion-item1 {
  position: absolute;
  border-radius: 50px;
  background-color: #000000;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 28px;
  line-height: 1.5;
  max-width: 323px;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
}

.menu__suggestion-item2 {
  padding: 50px 10px 0;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}

.menu__suggestion-item2 .under {
  text-decoration: underline;
}

.menu__suggestion-item2 .red {
  color: #ff0000;
}

.menu__suggestion-small {
  line-height: 1.2;
  font-size: 18px;
  padding: 10px 0 30px;
  font-weight: 400;
  text-align: center;
}

.menu .line__box {
  padding-top: 0;
}

@media screen and (max-width: 1000px) {
  .menu__wrap {
    padding-bottom: 22px;
    display: block;
    text-align: center;
  }
  .menu__item {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .menu {
    padding: 60px 0;
  }
  .menu__coupon {
    padding-top: 22px;
  }
  .menu__item {
    font-size: 24px;
  }
  .menu__txt {
    padding-top: 20px;
  }
  .menu__suggestion {
    padding: 30px 0;
    margin: 40px auto 30px;
    max-width: 469px;
  }
  .menu__suggestion-ttl {
    font-size: 24px;
    line-height: 1.5;
  }
  .menu__suggestion-wrap {
    max-width: 410px;
    margin-top: 56px;
  }
  .menu__suggestion-item1 {
    font-size: 28px;
    line-height: 1;
    max-width: 323px;
    white-space: nowrap;
    top: -8%;
    padding: 10px;
  }
  .menu__suggestion-item2 {
    padding: 43px 0 0;
    font-size: 22px;
    line-height: 1.5;
  }
  .menu__suggestion-small {
    line-height: 1.5;
    padding: 23px 0 30px;
  }
  .menu .line__box {
    padding-top: 0;
  }
}

@media screen and (max-width: 414px) {
  .menu {
    padding: 40px 0;
  }
  .menu__coupon {
    padding-top: 22px;
    font-size: 22px;
  }
  .menu__suggestion {
    padding: 30px 10px;
    margin: 42px auto 30px;
    max-width: 469px;
  }
  .menu__suggestion-ttl {
    font-size: 20px;
  }
  .menu__suggestion-wrap {
    max-width: 410px;
    width: 100%;
    margin-top: 51px;
  }
  .menu__suggestion-item1 {
    font-size: 20px;
    line-height: 1;
    max-width: 323px;
    width: 80%;
    text-align: center;
    white-space: nowrap;
    top: -6%;
  }
  .menu__suggestion-item2 {
    padding: 43px 0 0;
    font-size: 20px;
    line-height: 1.7;
  }
  .menu__suggestion-small {
    line-height: 1.5;
    padding: 15px 0 20px;
    font-size: 16px;
  }
  .menu .line__box {
    padding-top: 0;
  }
}

.q-and-a {
  background-color: #f0ece7;
  padding: 78px 0 70px;
}

.q-and-a-container {
  max-width: 1028px;
  margin: 0 auto;
}

.q-and-a-name {
  background-color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  padding: 45px 0 42px 35px;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-radius: 8px;
}

.q-and-a-box {
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.q-and-a-box:last-child {
  margin-bottom: 0;
}

.q-and-a-hide {
  background-color: #ffffff;
  padding: 0 39px 60px;
  display: none;
  border-radius: 0 0 8px 8px;
}

.q-and-a-hide-first {
  display: block;
}

.q-and-a-txt {
  line-height: 1.7;
  max-width: 820px;
}

@media screen and (max-width: 768px) {
  .q-and-a {
    padding: 60px 0;
  }
  .q-and-a-container {
    max-width: 469px;
    margin: 0 auto;
  }
  .q-and-a-name {
    font-size: 22px;
    padding: 35px 0 30px 32px;
  }
  .q-and-a-hide {
    background-color: #ffffff;
    padding: 0 30px 20px;
    display: none;
  }
  .q-and-a-txt {
    line-height: 1.7;
    max-width: 409px;
  }
}

@media screen and (max-width: 414px) {
  .q-and-a {
    background-color: #f0ece7;
    padding: 30px 0;
  }
  .q-and-a-container {
    max-width: 469px;
    margin: 0 auto;
  }
  .q-and-a-name {
    font-size: 16px;
    padding: 25px 0 20px 15px;
  }
  .q-and-a-hide {
    background-color: #ffffff;
    padding: 0 20px 15px;
    display: none;
  }
  .q-and-a-txt {
    line-height: 1.7;
    max-width: 409px;
  }
}

.toggle__btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: #f0ece7;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .toggle__btn {
    width: 34px;
    height: 34px;
  }
}

@media screen and (max-width: 414px) {
  .toggle__btn {
    width: 25px;
    height: 25px;
    right: 5px;
  }
}

.toggle__btn:before,
.toggle__btn:after {
  display: block;
  content: "";
  background-color: #977f70;
  position: absolute;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .toggle__btn:before,
  .toggle__btn:after {
    width: 16px;
  }
}

@media screen and (max-width: 414px) {
  .toggle__btn:before,
  .toggle__btn:after {
    width: 10px;
  }
}

.toggle__btn:before {
  width: 2px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  .toggle__btn:before {
    height: 16px;
  }
}

@media screen and (max-width: 414px) {
  .toggle__btn:before {
    height: 10px;
  }
}

.q-and-a-name.selected {
  border-radius: 8px 8px 0 0;
}

.q-and-a-name.selected .toggle__btn:before {
  content: normal;
}

.q-and-a-name.selected .toggle__btn:after {
  background-color: #ffffff;
}

.q-and-a-name.selected .toggle__btn {
  background-color: #977f70;
}

.q-and-a-hide {
  display: none;
}

.company {
  padding-top: 78px;
}

.company .sec-ttl {
  font-size: 42px;
  line-height: 1.4;
  color: #fd533f;
  text-align: center;
  padding-bottom: 40px;
  font-weight: 700;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .company .sec-ttl {
    font-size: 28px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 414px) {
  .company .sec-ttl {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

.company__table {
  max-width: 1028px;
  width: 100%;
  margin: 0 auto;
}

.company__table th {
  border-bottom: 2px solid #977f70;
  padding: 20px 0 20px 30px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
}

.company__table th:first-child {
  border-top: 2px solid #977f70;
}

.company__table td {
  border-bottom: 2px solid #977f70;
  padding: 20px 0 20px 30px;
  font-size: 16px;
  line-height: 1.8;
}

.company__table td:first-of-type {
  border-top: 2px solid #977f70;
}

.company__table th {
  background-color: #f0ece7;
  max-width: 264px;
  width: 25%;
}

.company__table td {
  max-width: 764px;
  width: 75%;
}

@media screen and (max-width: 768px) {
  .company {
    padding-top: 65px;
  }
  .company__table {
    max-width: 469px;
  }
  .company__table th {
    padding: 20px 0 20px 25px;
  }
  .company__table td {
    padding: 20px 0 20px 23px;
  }
  .company__table th {
    background-color: #f0ece7;
    max-width: 264px;
    width: 25%;
  }
  .company__table td {
    max-width: 764px;
    width: 75%;
  }
}

@media screen and (max-width: 414px) {
  .company {
    padding-top: 50px;
  }
  .company__table {
    max-width: 469px;
  }
  .company__table th {
    padding: 10px 0 10px 10px;
  }
  .company__table td {
    padding: 10px 0 10px 10px;
  }
  .company__table th {
    background-color: #f0ece7;
    max-width: 264px;
    width: 30%;
  }
  .company__table td {
    max-width: 764px;
    width: 70%;
  }
}

.privacy {
  padding: 70px 0 135px;
  line-height: 1.5;
  font-weight: 400;
}

.privacy .sec-ttl {
  font-size: 42px;
  line-height: 1.4;
  color: #fd533f;
  text-align: center;
  padding-bottom: 40px;
  font-weight: 700;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .privacy .sec-ttl {
    font-size: 28px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 414px) {
  .privacy .sec-ttl {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

.privacy__inner {
  max-width: 1068px;
  width: 100%;
}

.privacy__txt {
  padding-bottom: 40px;
}

.privacy__ttl {
  font-weight: 700;
  padding-top: 30px;
}

.privacy__cont {
  padding: 10px 0;
}

.privacy__link {
  display: flex;
}

.privacy__link-wrap {
  padding: 30px 0;
}

.privacy__link a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .privacy {
    padding: 60px 0;
  }
  .privacy__inner {
    max-width: 469px;
  }
  .privacy__link {
    display: block;
    padding-top: 10px;
  }
  .privacy__link-wrap {
    padding: 20px 0;
  }
  .privacy__link-name {
    padding-right: 0;
  }
  .privacy__link a {
    word-break: break-all;
  }
}

.footer {
  background-color: #053d6e;
}

@media screen and (max-width: 768px) {
  .footer {
    margin-bottom: 125px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    margin-bottom: 88px;
  }
}

.copyright {
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .copyright {
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .fixed {
    display: block;
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0;
  }
  .fixed__wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
  }
  .fixed__item {
    width: 50%;
    display: inline-block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    /* ボタンをキラッとさせる */
  }
  .fixed__item img {
    max-width: 100%;
  }
  .fixed img {
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .fixed {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>