@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Noto+Serif+JP:wght@400;700;900&display=swap");
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

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

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

html, body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
}

a,
a:visited {
  color: inherit;
}

figure,
figcaption,
blockquote {
  margin: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q::after,
q::before {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address {
  font-style: inherit;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

p {
  padding: 0;
  margin-bottom: 1rem;
}

pre {
  background: #f6f6f6;
  padding: 10px;
  border: #CCCCCC solid 1px;
  border-radius: 5px;
  margin-bottom: 1rem;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  text-decoration: none;
}
a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}
a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
a:hover img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}

/*****/
.fwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fwrap [class^=con-].dummy {
  margin: 0;
  padding: 0;
  height: 0;
  border: none;
  visibility: hidden;
}
.fwrap [class^=con-] img {
  display: block;
  width: 100%;
  margin: 0;
}
.fwrap .con-1 {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .fwrap .con-1 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fwrap .con-2 {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .fwrap .con-2 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fwrap .con-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 1024px) {
  .fwrap .con-3 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fwrap .con-4 {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .fwrap .con-4 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fwrap .con-5 {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .fwrap .con-5 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fwrap .con-6 {
  width: 16.6666666667%;
}
@media screen and (max-width: 1024px) {
  .fwrap .con-6 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fwrap .con-10 {
  width: 10%;
}
@media screen and (max-width: 1024px) {
  .fwrap .con-10 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fwrap .con-20 {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .fwrap .con-20 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fwrap .con-30 {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .fwrap .con-30 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fwrap .con-40 {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .fwrap .con-40 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fwrap .con-50 {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .fwrap .con-50 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fwrap .con-60 {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .fwrap .con-60 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fwrap .con-70 {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .fwrap .con-70 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fwrap .con-80 {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .fwrap .con-80 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fwrap .con-90 {
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .fwrap .con-90 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fwrap.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fwrap.between .con-2 {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .fwrap.between .con-2 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fwrap.between .con-3 {
  width: 31.3333333333%;
}
@media screen and (max-width: 1024px) {
  .fwrap.between .con-3 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fwrap.between .con-4 {
  width: 23%;
}
@media screen and (max-width: 1024px) {
  .fwrap.between .con-4 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fwrap.between .con-5 {
  width: 18%;
}
@media screen and (max-width: 1024px) {
  .fwrap.between .con-5 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fwrap.between .con-6 {
  width: 14.6666666667%;
}
@media screen and (max-width: 1024px) {
  .fwrap.between .con-6 {
    width: 100%;
    margin-bottom: 30px;
  }
}

hr {
  height: 1px;
  background: #666666;
  border: none;
  margin: 50px auto;
}

ul[class] {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#page_top {
  position: fixed;
  right: 50px;
  bottom: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #170B13;
  z-index: 100000;
}
@media screen and (max-width: 1024px) {
  #page_top {
    right: 5%;
  }
}
#page_top::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: #FFFFFF solid 1px;
  border-left: #FFFFFF solid 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#page_top span {
  color: transparent;
  font-size: 0px;
}

.acMenu {
  width: 100%;
}
.acMenu dt, .acMenu dd {
  width: 100%;
  margin: 0;
  padding: 10px;
}
.acMenu dt {
  display: block;
  cursor: pointer;
  background: #CCCCCC;
}
.acMenu dd {
  display: none;
  border: #666666 solid 1px;
}

.group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.group ul.tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.group ul.tab-group .tab {
  padding: 10px 0;
  width: 33.3333333333%;
  text-align: center;
  background: #F3F3F3;
  border-top: #170B13 solid 1px;
  border-right: #170B13 solid 1px;
  border-bottom: #170B13 solid 1px;
  cursor: pointer;
}
.group ul.tab-group .tab:first-child {
  border-left: #170B13 solid 1px;
}
.group ul.tab-group .tab.is-active {
  border-bottom-color: transparent !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}
.group .panel-group {
  border-left: #170B13 solid 1px;
  border-right: #170B13 solid 1px;
  border-bottom: #170B13 solid 1px;
  padding: 20px;
}
.group .panel-group .panel {
  display: none;
}
.group .panel-group .panel.is-show {
  display: block;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.modal__content {
  background: #FFFFFF;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
}

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

.sp_only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp_only {
    display: inherit;
  }
}

.t-c {
  text-align: center;
}
.t-l {
  text-align: left;
}
.t-r {
  text-align: right;
}

header {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header.is-fixed {
  position: fixed;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header.is-fixed .logo a {
  width: 100%;
  height: auto;
  display: block;
}
header.is-fixed .logo a img {
  display: block;
  width: 20%;
  height: auto;
  margin: auto;
}
header.is-fixed .logo img {
  display: block;
  width: 20%;
  height: auto;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .logo {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
}
header .logo a {
  width: 100%;
  height: auto;
  display: block;
}
header .logo a img {
  display: block;
  width: 55%;
  height: auto;
  margin: auto;
}
header .logo img {
  display: block;
  width: 55%;
  height: auto;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.index header .logo h1 {
  visibility: hidden;
  position: absolute;
  z-index: -9999;
}
header #allCont {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  header #allCont {
    grid-template-columns: 1fr 1fr 50px;
  }
}
header #allCont .tel,
header #allCont .mail {
  height: 100%;
  background: #ECEC4F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #allCont .sns {
  background: #170B13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header #toggle {
  display: none;
  width: 25px;
  height: 19px;
  position: relative;
  padding: 5px;
  margin-right: 5px;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  header #toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header #toggle.active span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header #toggle.active span:nth-child(1) {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header #toggle.active span:nth-child(2) {
  display: none;
}
header #toggle.active span:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header #toggle span {
  display: block;
  width: 100%;
  height: 1px;
  background: #170B13;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header #toggle span:nth-child(1) {
  top: 0;
}
header #toggle span:nth-child(2) {
  top: 0;
  bottom: 0;
}
header #toggle span:nth-child(3) {
  bottom: 0;
}

footer {
  width: 100%;
  margin: 0;
  padding: 0;
}
footer .inner {
  width: 1024px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  footer .inner {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}
footer .inner #footermenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .inner #footermenu ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0;
}
footer .inner #footermenu ul li a {
  padding: 5px 20px;
}
footer #copyright {
  background: #666666;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper,
.swiper-wrapper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/**************************************

		WordPress Native Styles

***************************************/
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/************************************
** video
************************************/
/*動画の最大幅を指定する*/
.video-container {
  max-width: 640px;
}

/*動画の大きさを調整*/
.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

/*動画を囲んでいるdiv目一杯に広げる*/
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  margin-bottom: 50px;
  width: 110px;
}
.btn a {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: #666666 solid 2px;
  text-align: center;
}

.fade-in {
  opacity: 0;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fade-in-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fade-in-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fade-in-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fade-in-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

main {
  overflow: hidden;
}

section {
  width: 100%;
  padding: 100px 0 0;
}
@media screen and (max-width: 1024px) {
  section {
    padding: 50px 0 0;
  }
}
section video {
  width: 100%;
  margin: 20px auto;
}
section .inner {
  width: 970px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  section .inner {
    width: 100%;
  }
}
section .inner img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
section .inner p {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section .inner p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section .inner h2 {
  text-align: center;
}
section#first_view {
  padding: 0;
  width: 970px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  section#first_view {
    width: 100%;
  }
}
section#first_view img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
section#section02 {
  background: #170B13;
  color: #FFFFFF;
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section#section02 {
    padding: 50px;
  }
}
section#section02 .inner img {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  section#section02 .inner img {
    width: 100%;
  }
}
section#section03 {
  padding-top: 0;
}
section#section04 {
  padding: 50px 0;
}
section#section04 .fwrap {
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  section#section04 .fwrap {
    padding: 20px;
  }
}
section#section04 .sec_img img {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  section#section04 .sec_img img {
    width: 100%;
  }
}
section#section09 .text {
  position: relative;
  width: 80%;
  background: #FFFFFF;
  padding: 20px;
  margin-top: -100px;
  margin: -100px auto 0;
}
section#section10 .map {
  position: relative;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1024px) {
  section#section10 .map {
    height: 300px;
  }
}
section#section10 .map h2 {
  width: 80%;
  display: block;
  margin: auto;
  padding: 10px;
  background: #FFFFFF;
  border: #B13584 solid 1px;
  color: #B13584 !important;
  font-weight: bold;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
}
section#section11 p small {
  text-align: left !important;
}
section#contact .contact__inner {
  width: 80%;
  padding: 40px 80px;
  background: #FFFFAC;
  border-radius: 20px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  section#contact .contact__inner {
    padding: 20px;
  }
}
section#contact .contact__inner .contact__fields .contact__field {
  margin-bottom: 20px;
}
section#contact .contact__inner .contact__fields .contact__field textarea {
  width: 100%;
  padding: 3px;
  border: #666666 solid 1px;
  background: rgba(255, 255, 255, 0.3);
}
section#contact .contact__inner .contact__fields .contact__field .form-field__label {
  font-weight: bold;
  margin-bottom: 5px;
}
section#contact .contact__inner .contact__fields .contact__field .form-field .form-field__item input {
  width: 100%;
  padding: 3px;
  border: #666666 solid 1px;
  background: rgba(255, 255, 255, 0.3);
}
section#contact .contact__inner .contact__fields .contact__field .form-field .potcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
section#contact .contact__inner .contact__fields .contact__field .form-field .potcode .form-field__item-prefecture select {
  width: 200px;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  section#contact .contact__inner .contact__fields .contact__field .form-field .potcode .form-field__item-prefecture select {
    width: auto;
  }
}
section#contact .contact__inner .contact__fields .contact__field .form-field .potcode + .form-field__item {
  margin-top: 10px;
}
section#contact .contact__inner .contact__button {
  text-align: center;
}
section#contact .contact__inner .contact__button input {
  width: 200px;
  height: 40px;
  background: #666666;
  border: none;
  color: #FFFFFF;
  margin: 0 auto;
}
section.privacy {
  padding: 20px;
  margin: 10px 0 5px;
  overflow: auto;
  height: 200px;
  background: #FFFFFF;
}