@charset "UTF-8";

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

.u-sp {
  display: none;
}

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

.text-center a {
  text-decoration: underline;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default type */

ul,
ol {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

/* Remove default margin padding */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Set core body defaults */

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* Make images easier to work with */

img {
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove all animations and transitions for people that prefer not to see them */

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button {
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.778;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

/* pcの電話番号発信対応 */

a[href^="tel:"] {
  pointer-events: none;
}

/* ホバー */

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.dokidoki {
  -webkit-animation: dokidoki 1s infinite;
  animation: dokidoki 1s infinite;
}

@-webkit-keyframes dokidoki {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  95% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.05);
  }
}

@keyframes dokidoki {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  95% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.05);
  }
}

.fadeUp {
  opacity: 0;
}

.anim-fadeUp {
  -webkit-animation: anim-fadeUp 1s ease-out;
  animation: anim-fadeUp 1s ease-out;
  opacity: 1;
}

@-webkit-keyframes anim-fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes anim-fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* fadeUp */

/* footer */

.l-footer {
  position: relative;
  padding-top: 60px;
}

.l-footer h2 {
  font-size: 34px;
  margin-bottom: 40px;
}

.l-footer .footer-nav li {
  margin-bottom: 54px;
}

.l-footer .footer-nav li a {
  max-width: 230px;
  margin: 0 auto;
  background-color: #f7f7f7;
  border-radius: 8px;
  font-size: 14px;
  display: block;
  padding: 20px 0;
  font-weight: 400;
  color: #333;
  border: 1px solid #704e13;
}

.page-footer {
  text-align: center;
}

.page-footer a {
  font-size: 20px;
  display: inline-block;
  padding: 30px 0;
  color: #704e13;
}

.page-footer .arrow-left {
  position: relative;
  display: inline-block;
}

.page-footer .arrow-left::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -28px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #704e13;
}

.page-footer .arrow-left::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.copy {
  background-color: #704e13;
  color: #fff;
  padding: 11px 0;
  font-size: 13px;
}

.home .copy {
  padding: 11px 0 40%;
}

.site-wrapper {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.form {
  font-family: Arial, serif;
  background: url(../img/form-bg.jpg) no-repeat top/cover;
  padding: 60px 8px;
  font-weight: 700;
}

.form h1 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
  color: #704e13;
  line-height: 1.3;
  font-weight: 500;
}

.form select,
.form input {
  font-size: 18px;
  font-weight: bold;
  background-color: white;
  border: 1px solid #704e13;
  text-align: center;
  width: 100%;
  -webkit-box-shadow: rgb(204, 204, 204) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  box-shadow: rgb(204, 204, 204) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  font-family: "Noto Sans JP", sans-serif;
}

.form select {
  padding: 8px 30px 8px 20px;
}

.form input {
  text-align: left;
  padding: 8px 30px;
}

.form .form-btn {
  margin-top: 60px;
}

.form .form-btn img {
  max-width: 90%;
  margin: 0 auto;
}

.form option {
  padding: 20px;
}

.form .select-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 30px;
}

.form .select-area li {
  width: calc(33.3333333333% - 10px);
}

.form .select-area span {
  position: relative;
  display: block;
}

.form .select-area span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  background: url(../img/downmenu.png) no-repeat center/contain;
  width: 16px;
  height: 20px;
  z-index: 0;
}

.form .select-area p {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  padding-right: 10px;
  color: #000;
}

.confirm h1 {
  color: #000;
  margin-bottom: 70px;
}

.confirm dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f7f7f7;
}

.confirm dt,
.confirm dd {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  padding: 0.4em 1em;
}

.confirm dt {
  text-align: right;
  width: 38%;
  color: #704e13;
}

.confirm dd {
  text-align: left;
  font-weight: normal;
  width: 62%;
}

#send p {
  color: #fff;
  line-height: 2;
}

#send .form {
  min-height: 500px;
}

.menu-list {
  position: relative;
  background-color: #fff;
}

.menu-list nav li {
  padding-bottom: 34px;
}

.menu-list nav li a {
  max-width: 230px;
  margin: 0 auto;
  background-color: #F7F7F7;
  border-radius: 4px;
  font-size: 16px;
  display: block;
  padding: 18px 0;
  font-weight: normal;
  color: #333333;
  border: 1px solid #704e13;
}

.l-page__title {
  background-color: #fff;
  padding: 30px 0;
  margin-bottom: 40px;
  position: relative;
}

.l-page__title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e59061;
  width: 60px;
  height: 3px;
}

.l-page__title__text {
  font-size: 28px;
  letter-spacing: 0.04em;
  color: #704e13;
  font-family: Arial, serif;
  font-weight: 500;
}

.l-page__inner {
  text-align: left;
  padding: 0 10px;
}

.l-page__inner h2 {
  font-size: 18px;
  margin: 30px 0 20px;
  font-weight: 600;
  padding-left: 10px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  position: relative;
  padding: 0.1em 0.5em;
  background: #704e13;
  color: #FFFFFF;
  border-radius: 4px;
}

.l-page__inner p {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 0.8em;
}

.l-page__inner span {
  font-weight: 600;
  margin-top: 20px;
  display: block;
}

.shuffle {
  margin: 70px 0;
}

.shuffle__card__wrapper {
  border: 1px solid #000;
  padding-top: 800px;
  position: relative;
}

.shuffle__card__item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
}

.shuffle__card__item:nth-of-type(odd) {
  top: 10%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.shuffle__card__item.hidden {
  display: none;
}

.shuffle__card__item.isActive {
  -webkit-animation: rotate01 6s forwards;
  animation: rotate01 6s forwards;
  transform-box: fill-box;
}

.shuffle__card__item.isActive:nth-of-type(odd) {
  -webkit-animation: rotate02 6s forwards;
  animation: rotate02 6s forwards;
}

.shuffle__card__item.isActive.hidden {
  display: block;
}

.shuffle__btn {
  border: 1px solid #000;
  padding: 10px 40px;
}

.shuffle__btn__wrapper {
  border: 1px solid #000;
  padding: 70px 0;
}

.fixBtn {
  position: fixed;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  z-index: 100;
  width: 100%;
  opacity: 0;
  max-width: 550px;
}

.fixBtn a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  outline: none;
}

.fixBtn a .time-container {
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  line-height: 1.3;
}

.fixBtn a .time-container p {
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: normal;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "游明朝", Arial, serif;
}

.fixBtn a .time-container p span {
  font-size: 18px;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "游明朝", Arial, serif;
  font-weight: bold;
  color: red;
  letter-spacing: 0em;
}

.fixBtn.fixed {
  bottom: 0;
  opacity: 1;
}

.mv__wrapper {
  position: relative;
}

.mv__btn {
  position: absolute;
  bottom: -10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}

.mv__btn a {
  position: relative;
  text-decoration: none;
  color: #FFFFFF;
  outline: none;
  margin-bottom: 0;
}

.mv__btn.mv-fadeUp {
  opacity: 1;
  bottom: 2%;
}

.select {
  background: url(../img/select-bg.jpg) no-repeat center center/cover;
  padding: 100px 0;
}

.select h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

.select__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.select__wrapper__items {
  width: 50%;
  padding: 10px;
}

.select .btn {
  background: none;
}

.voice {
  background: url(../img/voice-bg.jpg) no-repeat top center/cover;
  padding: 100px 0;
}

.voice h2 {
  max-width: 94%;
  margin: 0 auto;
  color: #704e13;
}

.voice__wrapper {
  padding-top: 30px;
}

.voice__wrapper__container {
  margin: 8px;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  position: relative;
  border: 6px ridge #704e13;
  padding: 1em 0.5em;
}

.voice__wrapper__container:first-of-type {
  margin-bottom: 60px;
}

.voice__wrapper__ttl {
  font-size: 25px;
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #704e13;
}

.voice__wrapper__text {
  text-align: left;
  font-size: 18px;
  border-bottom: 2px dotted #704e13;
  margin-top: 1em;
  padding-bottom: 1em;
  letter-spacing: 0.06em;
}

.voice__wrapper__text span {
  font-weight: bold;
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, rgba(244, 93, 69, 0.6)));
  background: -webkit-linear-gradient(transparent 75%, rgba(244, 93, 69, 0.6) 75%);
  background: linear-gradient(transparent 75%, rgba(244, 93, 69, 0.6) 75%);
}

.voice__wrapper__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  padding-top: 1em;
}

.voice__wrapper__image {
  display: block;
  max-width: 30%;
  height: auto;
}

.voice__wrapper__desc {
  font-size: 16px;
  padding-top: 1em;
  text-align: left;
}

.voice__wrapper__desc span {
  color: #e59061;
}

.voice__wrapper__attention {
  padding: 0 10px;
  color: #000;
  margin-top: 20px;
  text-align: left;
}

@media screen and (max-width: 1040px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  a:hover {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*# sourceMappingURL=map/style.css.map */