@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

p {
  margin-bottom: 0.5em;
  line-height: 2;
}

p:last-child {
  margin-bottom: 0;
}

p a {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover, a:link, a:active, a:focus {
  color: #000;
}

a:hover {
  opacity: 0.6;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

footer {
  background: #412d10;
  padding: 60px 20px 40px;
}

footer .logo {
  text-align: center;
  margin-bottom: 20px;
}

footer .logo img {
  width: 200px;
}

footer ul.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}

footer ul.sns li img {
  width: 25px;
}

.footer-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}

.footer-banner li {

}


footer .copyright {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 500px) {
  header {
    padding: 15px 15px;
  }
}

header .logo {
  width: 180px;
}

@media only screen and (max-width: 500px) {
  header .logo {
    width: 120px;
  }
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

header ul li a img {
  width: 25px;
}

@media only screen and (max-width: 500px) {
  header ul li a img {
    width: 20px;
  }
}

.cta {
  background-image: url("../img/common/cta/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 0 40px;
}

.cta h2 {
  margin-bottom: 20px;
}

.cta h2 span {
  display: block;
  color: #655033;
  text-align: center;
}

.cta h2 span:nth-child(1) {
  font-size: 28px;
}

@media only screen and (max-width: 600px) {
  .cta h2 span:nth-child(1) {
    font-size: 20px;
  }
}

.cta h2 span:nth-child(2) {
  font-size: 40px;
  font-weight: 800;
}

@media only screen and (max-width: 600px) {
  .cta h2 span:nth-child(2) {
    font-size: 26px;
  }
}

.cta .slide ul .slick-slide {
  width: 700px;
  padding: 0 20px;
}

@media only screen and (max-width: 800px) {
  .cta .slide ul .slick-slide {
    width: 80vw;
    padding: 0 5px;
  }
}

.cta .slide ul .slick-slide li img {
  display: block;
  border-radius: 10px;
}

.cta .slide ul button.slick-arrow {
  font-size: 40px;
  width: 1em;
  height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  text-indent: -1000000px;
  opacity: 0.6;
}

@media only screen and (max-width: 800px) {
  .cta .slide ul button.slick-arrow {
    opacity: 0;
    border-radius: 0;
    height: 100%;
    width: 10vw;
  }
}

.cta .slide ul button.slick-arrow:before {
  content: "";
  display: block;
  width: 0.2em;
  height: 0.2em;
  border: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cta .slide ul button.slick-arrow.slick-next {
  right: 20px;
}

@media only screen and (max-width: 800px) {
  .cta .slide ul button.slick-arrow.slick-next {
    right: 0;
  }
}

.cta .slide ul button.slick-arrow.slick-next:before {
  border-width: 3px 3px 0 0;
  margin-left: -0.1em;
}

.cta .slide ul button.slick-arrow.slick-prev {
  left: 20px;
}

@media only screen and (max-width: 800px) {
  .cta .slide ul button.slick-arrow.slick-prev {
    left: 0;
  }
}

.cta .slide ul button.slick-arrow.slick-prev:before {
  border-width: 0 0 3px 3px;
  margin-right: -0.1em;
}

.cta .slide .dots {
  padding: 20px;
}

.cta .slide .dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.cta .slide .dots ul li button {
  display: block;
  width: 12px;
  height: 12px;
  font-size: 0;
  border: 0;
  cursor: pointer;
  background: #ccc;
  border-radius: 50%;
}

.cta .slide .dots ul li.slick-active button {
  background: #777;
}

.cta_bottom {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 100;
  font-size: 20px;
}

@media only screen and (max-width: 500px) {
  .cta_bottom {
    font-size: 14px;
    bottom: 0.2em;
    right: 0.2em;
  }
}

.cta_bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7em;
  height: 7em;
  background: #22c755;
  border-radius: 100%;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  position: relative;
  -webkit-box-shadow: 0.2em 0.2em 0.4em -0.2em rgba(0, 0, 0, 0.3);
          box-shadow: 0.2em 0.2em 0.4em -0.2em rgba(0, 0, 0, 0.3);
}

.cta_bottom a:hover {
  opacity: 1;
}

.cta_bottom a::before {
  content: "";
  display: block;
  width: 85%;
  height: 85%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  border: solid 2px #fff;
}

.cta_bottom a span {
  display: block;
}

.cta_bottom a span:nth-child(1) {
  letter-spacing: 0.1em;
  font-size: 0.9em;
}

.cta_bottom a span:nth-child(2) {
  font-size: 0.9em;
  letter-spacing: 0.1em;
  margin-bottom: 0.3em;
}

.cta_bottom a span:nth-child(3) {
  font-size: 0.5em;
  letter-spacing: 0.1em;
}

.page_top .mainvisual {
  display: block;
  width: 100vw;
}

.page_top .mainvisual video {
  width: 100%;
  display: block;
}

.page_top .reason {
  background: #412d10;
  padding: 100px 30px;
}

.page_top .reason .heading {
  text-align: center;
  margin-bottom: 40px;
}

.page_top .reason .heading span {
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #f8f841;
}

@media only screen and (max-width: 500px) {
  .page_top .reason .heading span {
    font-size: 15px;
  }
}

.page_top .reason .heading h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
}

@media only screen and (max-width: 500px) {
  .page_top .reason .heading h2 {
    font-size: 19px;
  }
}

.page_top .reason .inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  .page_top .reason .inner {
    max-width: 700px;
  }
}

.page_top .reason .inner .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 40px 0;
}

@media only screen and (max-width: 900px) {
  .page_top .reason .inner .item {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 900px) {
  .page_top .reason .inner .item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page_top .reason .inner .item:nth-child(2n) .img_box .number {
    left: auto;
    right: -0.8em;
  }
}

.page_top .reason .inner .item .img_box {
  width: 450px;
  position: relative;
}

@media only screen and (max-width: 900px) {
  .page_top .reason .inner .item .img_box {
    width: 100%;
  }
}

.page_top .reason .inner .item .img_box .number {
  position: absolute;
  top: -0.8em;
  left: -0.8em;
  font-size: 24px;
  width: 2.6em;
  height: 2.6em;
  line-height: 1;
  font-weight: 900;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}

.page_top .reason .inner .item .img_box img {
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.2);
}

.page_top .reason .inner .item .txt_box {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-top: 20px;
}

.page_top .reason .inner .item .txt_box h4 {
  font-size: 15px;
  font-weight: 600;
  color: #f8f841;
}

.page_top .reason .inner .item .txt_box h3 {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  border-bottom: solid 2px #eee;
  line-height: 1.2;
  padding: 0.3em 0 0.5em;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 900px) {
  .page_top .reason .inner .item .txt_box h3 {
    font-size: 22px;
  }
}

.page_top .reason .inner .item .txt_box p {
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.5em;
}

.page_top .menu {
  padding: 60px 10px;
  background: #412d10;
}

.page_top .menu .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.page_top .menu .inner h2 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin-bottom: 1em;
}

@media only screen and (max-width: 600px) {
  .page_top .menu .inner h2 {
    font-size: 24px;
  }
}

.page_top .menu .inner table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}

.page_top .menu .inner table.times1 tr td {
  width: 420px;
}

@media only screen and (max-width: 600px) {
  .page_top .menu .inner table.times1 tr td {
    width: auto;
  }
}

.page_top .menu .inner table tr:first-child th,
.page_top .menu .inner table tr:first-child td {
  font-size: 14px;
  padding: 0.3em 10px;
}

@media only screen and (max-width: 600px) {
  .page_top .menu .inner table tr:first-child th,
  .page_top .menu .inner table tr:first-child td {
    font-size: 13px;
    padding: 0.3em 5px;
  }
}

.page_top .menu .inner table tr:first-child th {
  font-size: 17px;
  color: #f8f841;
}

@media only screen and (max-width: 600px) {
  .page_top .menu .inner table tr:first-child th {
    font-size: 14px;
  }
}

.page_top .menu .inner table tr th,
.page_top .menu .inner table tr td {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 0.6em 10px;
  border-bottom: solid 1px #fff;
}

@media only screen and (max-width: 600px) {
  .page_top .menu .inner table tr th,
  .page_top .menu .inner table tr td {
    font-size: 14px;
    padding: 0.4em 5px;
  }
}

.page_top .menu .inner table tr th {
  text-align: left;
}

.page_top .menu .inner table tr td {
  width: 140px;
  text-align: center;
  border-left: solid 1px #fff;
}

@media only screen and (max-width: 600px) {
  .page_top .menu .inner table tr td {
    width: auto;
  }
}

.page_top .concept {
  background: #655033;
  position: relative;
}

.page_top .concept .bg_logo {
  position: absolute;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  max-width: 700px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.page_top .concept .inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 100px 20px 0;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .page_top .concept .inner {
    padding: 60px 15px;
  }
}

.page_top .concept .inner .logo {
  text-align: center;
  margin-bottom: 40px;
  max-width: 400px;
  margin: 0 auto;
}

.page_top .concept .inner h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
  font-size: 50px;
}

.page_top .concept .inner p {
  color: #fff;
  font-size: 17px;
  line-height: 2.4;
  font-weight: 500;
}

@media only screen and (max-width: 600px) {
  .page_top .concept .inner p {
    font-size: 16px;
  }
}

.page_top .concept .inner .box_img {
  text-align: center;
  padding-top: 50px;
  max-width: 700px;
  margin: 0 auto;
}

.page_top .infomation {
  background: #655033;
}

.page_top .infomation .inner {
  padding: 100px 20px;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

@media only screen and (max-width: 700px) {
  .page_top .infomation .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.page_top .infomation .inner .box_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page_top .infomation .inner .box_img img {
  width: 100%;
}

.page_top .infomation .inner .box_txt {
  width: 400px;
}

@media only screen and (max-width: 700px) {
  .page_top .infomation .inner .box_txt {
    width: 100%;
  }
}

.page_top .infomation .inner .box_txt .haeding {
  margin-bottom: 20px;
}

.page_top .infomation .inner .box_txt .haeding span {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff500;
}

@media only screen and (max-width: 500px) {
  .page_top .infomation .inner .box_txt .haeding span {
    font-size: 15px;
  }
}

.page_top .infomation .inner .box_txt .haeding h2 {
  font-size: 25px;
  color: #fff;
}

@media only screen and (max-width: 500px) {
  .page_top .infomation .inner .box_txt .haeding h2 {
    font-size: 19px;
  }
}

.page_top .infomation .inner .box_txt .item {
  padding: 10px 5px;
  border-top: solid 1px #fff;
}

.page_top .infomation .inner .box_txt .item:last-child {
  border-bottom: solid 1px #fff;
}

.page_top .infomation .inner .box_txt .item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.4em;
}

.page_top .infomation .inner .box_txt .item p {
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
}

.page_top .infomation .inner .box_txt .item p a {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 400px) {
  .page_top .infomation .inner .box_txt .item ul {
    padding: 10px 0;
  }
}

.page_top .infomation .inner .box_txt .item ul li {
  font-size: 15px;
  padding: 0.1em;
}

.page_top .infomation .inner .box_txt .item ul li br {
  display: none;
}

@media only screen and (max-width: 325px) {
  .page_top .infomation .inner .box_txt .item ul li br {
    display: block;
  }
}

.page_top .infomation .inner .box_txt .item ul .btn_map a {
  width: 200px;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background: #aaa;
  color: #fff;
  font-size: 14px;
  border-radius: 45px;
}

@media only screen and (max-width: 400px) {
  .page_top .infomation .inner .box_txt .item ul .btn_map a {
    width: 250px;
  }
}

.page_top .infomation .inner .box_txt .item ul .btn_map a img {
  width: 16px;
}

.page_top .faq {
  background: #655033;
}

.page_top .faq .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 15px;
}

.page_top .faq .inner .heading {
  text-align: center;
  margin-bottom: 40px;
}

.page_top .faq .inner .heading span {
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #fff500;
}

@media only screen and (max-width: 500px) {
  .page_top .faq .inner .heading span {
    font-size: 15px;
  }
}

.page_top .faq .inner .heading h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
}

@media only screen and (max-width: 500px) {
  .page_top .faq .inner .heading h2 {
    font-size: 19px;
  }
}

.page_top .faq .inner ul {
  max-width: 700px;
  margin: 0 auto;
}

.page_top .faq .inner ul li {
  border-bottom: solid 1px #ddd;
  padding: 20px 10px;
  font-weight: 500;
  line-height: 1.8;
  font-size: 16px;
}

@media only screen and (max-width: 500px) {
  .page_top .faq .inner ul li {
    font-size: 14px;
    padding: 15px 10px;
  }
}

.page_top .faq .inner ul li .icon {
  line-height: 0;
}

@media only screen and (max-width: 500px) {
  .page_top .faq .inner ul li .icon {
    display: none;
  }
}

.page_top .faq .inner ul li .icon img {
  width: 30px;
}

.page_top .faq .inner ul li .Q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  cursor: pointer;
}

.page_top .faq .inner ul li .Q .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
}

.page_top .faq .inner ul li .Q:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-left: 1em;
}

.page_top .faq .inner ul li .Q.open:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.page_top .faq .inner ul li .A {
  font-size: 0.9em;
  display: none;
  padding-top: 20px;
}

.page_top .faq .inner ul li .A .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.page_top .faq .inner ul li .A .box .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page_top .faq .inner ul li .A .box .txt p {
  line-height: 1.8;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */