@charset "utf-8";
body {
  font-family: var(--font-gothic);
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: #333;
  width: 100%;
  height: 100%;
  word-break: break-all;
  overflow-x: hidden;
}

main {
    display: block;
}

:root {
  --font-default: "Hiragino Kaku Gothic Pro", "meiryo", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  --font-serif: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --font-gothic: "Noto Sans JP";
  --font-size: clamp(10px, 3.4vw, 24px);
  --font-size: clamp(26px, 4.2vw, 32px);
  --line-height: 1.6;
}

:root {
  --gold: #d7a750;
  --light-gold: #efd93f;
  --blue: #0747ff;
  --beige: #f6f4f2;
  --orange: #fc6f57;
  --red: #ff0000;
  --winered: #c62837;
  --yellow: #fcff00;
  --black: #000;
  --white: #fff;
}

.img-wrap {
  position: relative;
  overflow-x: hidden;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

@media screen and (max-width: 576px) {
img {
margin: 0 calc(15% - 50vw) !important;
  width: 170vw !important;
  max-width: 170vw;
  object-fit: cover;
}
}

@media screen and (max-width: 768px) {
img {
margin: 0 calc(15% - 50vw) !important;
  width: 170vw !important;
      max-width: 170vw;
  object-fit: cover;
}
}

@media screen and (max-width: 986px) {
img {
margin: 0 calc(15% - 50vw) !important;
  width: 170vw !important;
      max-width: 170vw;
  object-fit: cover;
}
}

@media screen and (min-width: 992px) {
img {
margin: 0 calc(50% - 50vw) !important;
  width: 100vw !important;
      max-width: 140vw;
  object-fit: cover;
}
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 986px) {
.youtube {
  position: relative;
  width: 100%;
  padding-top: 130%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
}

@media screen and (max-width: 768px) {
.youtube {
  position: relative;
  width: 100%;
  padding-top: 178%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
}

a img {
  transition: 0.3s;
}

a:hover img {
  filter: brightness(1.2);
}

p {
  margin-bottom: 0;
  margin-top: 0.5em;
}

@media (min-width: 992px) {
  p {
    margin-top: 0em;
    margin-bottom: 0.5em;
  }
}

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

.btn-wrap {
  width: 100%;
  text-align: center;
  position: relative;
}

.btn {
  position: relative;
  transition: 0.3s;
  border: 0;
  padding: 0;
}

.btn:focus {
  box-shadow: none;
}

.btn.disabled {
  pointer-events: none;
  filter: grayscale(1);
  animation: none;
}

@media (min-width: 992px)
.d-form {
    width: calc(100vw * (935 / 1920));
}

.d-form01 {
    top: 70%;
}

.d-form {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw * (935 / 1100));
    max-width: 680px;
}

.d-form-input {
  font-size: clamp(16px, 4.2vw, 32px);
  text-align: center;
  padding: 1em 1em;
  margin-bottom: 4%;
  border-radius: 0.8em;
}

@media (min-width: 992px) {
  #page-top {
    right: 25px;
    bottom: 25px;
    font-size: 1em;
  }
}

.form-control::placeholder {
  color: #c1ced9;
}

.container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

.section {
  overflow: hidden;
  position: relative;
}

.section__header {
  position: relative;
}

.section__heading {
  margin-bottom: 0;
}

input[type="text"], textarea {
    background: #f8f8f8;
    display: block;
    padding: 12px 15px;
    width: 100%;
    transition: 0.8s;
    border-radius: 0;
    height: 4rem;
    margin: 15px 0 30px 0;
    border: solid 5px #09a765;
    text-align: center;
}

.d-footer {
  padding: 25px 15px;
  font-size: 2vw;
  text-align: center;
  background: #ff8300;
  color: #fff;
}

.d-footer-menu {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.d-footer-menu a {
  color: inherit;
  text-decoration: none;
  padding: 0.2em 1em;
  transition: 0.2s;
  display: block;
  position: relative;
}

.d-footer-menu a:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: 0;
}

.d-footer-menu a:hover {
  color: var(--bs-dark);
  background-color: var(--bs-white);
}

@media (min-width: 992px) {
  .d-footer {
    padding-bottom: 25px;
    font-size: 16px;
    margin: 0 auto;
  }

  .c-footer-menu {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px)  {
  .d-footer {
    padding-bottom: 25px;
    font-size: 12px;
    margin: 0 auto;
  }

  .c-footer-menu {
    margin-bottom: 0;
  }
}

.acd-check{
    display: none;
}
.acd-label{
    background: #32b988;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
    border-radius: 8px;
}
.acd-label:after{
    background: #32b988;
    box-sizing: border-box;
    content: '+';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: ;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
        border-radius: 8px;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '-';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px 0px 5px 0px;
    visibility: visible;
}
.acd-content p{
  margin:0;
}

.acd-check2{
    display: none;
}
.acd-label2{
    background: orange;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
    border-radius: 8px;
}
.acd-label2:after{
    background: orange;
    box-sizing: border-box;
    content: '+';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: ;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
        border-radius: 8px;
}
.acd-content2{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check2:checked + .acd-label2:after{
    content: '-';
}
.acd-check2:checked + .acd-label2 + .acd-content2{
    height: auto;
    opacity: 1;
    padding: 10px 0px 5px 0px;
    visibility: visible;
}
.acd-content2 p{
  margin:0;
}

.acd-check3{
    display: none;
}
.acd-label3{
    background: orange;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
    border-radius: 8px;
}
.acd-label3:after{
    background: orange;
    box-sizing: border-box;
    content: '+';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: ;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
        border-radius: 8px;
}
.acd-content3{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check3:checked + .acd-label3:after{
    content: '-';
}
.acd-check3:checked + .acd-label3 + .acd-content3{
    height: auto;
    opacity: 1;
    padding: 10px 0px 5px 0px;
    visibility: visible;
}
.acd-content3 p{
  margin:0;
}


h5 {
font-weight:bold;
}

.footer01 {
    padding-top: 1em;
padding-left: 1em;
}

.footer01 a {
    color: #ff8600;
    padding-left: 2.5em;
}

.footer01 a:hover {
    color: #ff8600;
}

.footer01 li {
  line-height: 1.5;
  padding: 0.3em 0;
  list-style-type: none!important;
  font-size:80%;
}

@media only screen and (max-width: 767px) {
    .footer01 li {
  line-height: 1.7;
  padding: 0.5em 0;
  list-style-type: none!important;
  font-size:80%;
}
}

.footer01 li:before {
  
  font-family: FontAwesome;
  content: "\f138";
  position: absolute;
  color: #ff8600;
}

.copyright {
    float: left;
    width: 100%;
    clear: both;
    padding: 0px 0px 0 0px;
    background-color: #ff8600;
        color: #fff !important;
    font-size:75%;
}

@media only screen and (min-width: 768px), print {
    .copyright {
        background-color: #ff8600 !important;
        color: #fff !important;
    }
}

@media only screen and (min-width: 768px), print {
    .t03 {
        display: block !important;
    }
}


