@charset "utf-8";

.red {
  color: red;
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  /*rem算出をしやすくするために*/
  font-weight: 300;
  font-style: normal;
}

body {
  background-color: #ffffff;
  margin: 0;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
}

h1 {
  margin: 0;
  padding: 0;
  line-height: 30px;
  letter-spacing: 1px;
  font-size: 1.9rem;
}

p {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  
}

@media (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
  p {
    line-height: 1.4em;
    font-size: 1.2rem;
  }
}

a {
  color: #000;
  display: initial;
  text-decoration: none;
  margin: 0;
}

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

.btn,
a.btn,
button.btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
  z-index: 1000;
  margin-top: 10px;
  margin-bottom: 10px;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 500%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
  background: #666666;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
  transform: translateX(-9%) translateY(-25%) rotate(135deg);
}

.contact_button {
  max-width: 1000px;
  margin: 50px auto;
  text-align: center;
}

.title {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
}

.title h1 {
  font-size: 35px;
  display: inline-block;
  margin-top: 30px;
  padding-bottom: 7px;
}

.title h2 {
  font-size: 35px;
  display: inline-block;
}

.title p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .title h2 {
    font-size: 5vw;
    display: inline-block;
  }
}

.conB .container,
.conC .container,
.conC .container2,
.conD .container,
.paice {
  padding: 10px;
}

.conA {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90vh;
  min-height: 450px;
  background-image: url("../img/371A7039.jpg");
  background-position: center;
  background-size: cover;
  color: #fff;
  margin: 0;
}

.conA h1 {
  font-family: "Emblema One", cursive;
  z-index: 1000;
  margin: 0;
  font-size: 12vw;
  text-align: center;
}

.conA h2 {
  font-family: "Emblema One", cursive;
  z-index: 1000;
  margin: 0;
  font-size: 25px;
  text-align: center;
}

.conA p {
  margin: 0;
  text-align: center;
}

.countdown {
  color: #ff0004;
  font-size: 50vw;
}

@media (min-width: 1024px) {
  .conA h1 {
    font-size: 150px;
  }

  .conA p {
    font-size: 33px;
  }

  .conA {
    height: 100vh;
    min-height: 450px;
  }
}

.conA a {
  padding-top: 80px;
}

.conA a {
  position: absolute;
  bottom: 70px;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  color: #000;
  font-size: 10px;
}

.conA a span {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #000;
  border-radius: 50px;
  box-sizing: border-box;
  color: #000;
}

.conA a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #000;
  border-radius: 100%;
  box-sizing: border-box;
  color: #000;
}

.conA a span::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 18px;
  height: 18px;
  content: "";
  margin-left: -9px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  color: #000;
}

/* メインコンテンツ違うタイプ */

.conAA {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
  min-height: 450px;
  background-image: url(../img/main17.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  margin: 0;
}

.conAA h1 {
  font-family: "Emblema One", cursive;
  z-index: 1000;
  margin: 0;
  font-size: 10vw;
  text-align: center;
}

.conAA h2 {
  z-index: 1000;
  margin: 0;
  margin-top: 30px;
  text-align: center;
}

.conAA p {
  margin: 0;
  text-align: center;
}

.countdown {
  color: #ff0004;
  font-size: 50vw;
}

@media (min-width: 1024px) {
  .conAA h1 {
    font-size: 80px;
  }

  .conAA p {
    font-size: 30px;
  }

  .conAA {
    height: 50vh;
    min-height: 450px;
  }
}

.conAA a {
  padding-top: 80px;
}

.conAA a {
  position: absolute;
  bottom: 48%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  color: #000;
  font-size: 4px;
}

.conAA a span {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 25px;
  height: 40px;
  margin-left: -15px;
  border: 2px solid #000;
  border-radius: 50px;
  box-sizing: border-box;
  color: #000;
}

.conAA a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #000;
  border-radius: 100%;
  box-sizing: border-box;
  color: #000;
}

.conAA a span::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 18px;
  height: 18px;
  content: "";
  margin-left: -9px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  color: #000;
}

/* 見出し */
.conB .container {
  padding: 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.conB img {
  width: 100%;
}

.conB h2 {
  font-size: 30px;
  letter-spacing: 8px;
}

.conB p {
  position: relative;
  padding: 20px 10px;
  line-height: 30px;
}

@media (max-width: 1023px) {
  .conB h2 {
    font-size: 25px;
    letter-spacing: 7px;
  }
}

.s-font {
  margin: 0;
  display: inline-block;
}

@media (min-width: 768px) {
  .s-font:after {
    content: " ";
    position: absolute;
    top: 50%;
    height: 2px;
    width: 80px;
    margin: 0 10px;
    display: inline-block;
    zoom: 1;
    background: #000;
    right: 120%;
    z-index: 1000;
  }

  .s-font:before {
    content: " ";
    position: absolute;
    top: 50%;
    height: 2px;
    width: 80px;
    margin: 0 10px;
    display: inline-block;
    zoom: 1;
    background: #000;
    left: 120%;
    z-index: 1000;
  }
}

.s-font-w {
  margin: 0;
  display: inline-block;
}

/* biginner */

/* pack_menu */

.pack_menu {
  width: 100%;
  margin-bottom: 50px;
}

.pack_menu .container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.pack_menu .container article {
  flex: 1 1 300px;
  display: flex;
  padding: 10px;
}

.pack_menu .container a {
  flex: 1;
  transition: 0.5s;
  background-color: #000000;
}

.pack_menu .container a:hover {
  opacity: 0.5;
}

.pack_menu .photo {
  width: 100%;
  height: 220px;
  background-position: center;
  background-size: cover;
}

.pack_menu .text {
  padding: 10px;
}

.pack_menu .text p {
  color: #fff;
  line-height: 25px;
  font-size: 13px;
}

.pack_menu .text h1 {
  color: #fff;
  margin-bottom: 10px;
}

header {
  top: 0;
  width: 100%;
  background: #000;
  left: 0;
  position: fixed;
  z-index: 10000;
  padding: 0;
  box-shadow: 2px 2px 4px gray;
  padding-top: 10px;
  padding-bottom: 10px;
}

.headA {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}

.headA h1 {
  font-size: 40px;
  font-family: "Emblema One", cursive;
  margin: 10px 0;
  color: #fff;
}

.R {
  color: #ff8000;
  color: #000;
}

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

.headB a {
  display: block;
  padding: 8px;
  color: #000;
  font-size: 17px;
  text-decoration: none;
  border-bottom: 3px solid none;
}

.headB a:hover {
  margin-top: -3px;
  border-bottom: 3px solid #000;
}

@media (min-width: 1024px) {
  header .container {
    display: flex;
    align-items: center;
    max-width: 1200px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .headB ul {
    display: flex;
  }
}

.SNS {
  display: flex;
}

.SNS a {
  margin-right: 10px;
}

@media (max-width: 1024px) {
  header .container-small {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mainVisual {
    display: none;
  }

  .headC {
    margin-right: 10px;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    font-size: 28px;
    opacity: 0.8;
    cursor: pointer;
    color: #000;
  }

  .headC:hover {
    opacity: 0.3;
  }

  .headB {
    display: none;
  }
}

@media (min-width: 1024px) {
  .headC {
    display: none;
  }

  .headB {
    display: block !important;
  }
}

.footA {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footA h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10vw;
  font-family: "Emblema One", cursive;
}

/*フッターA*/
footer {
  height: auto;
  color: #fff;
  background-color: #aaa;
}

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

.footB {
  padding: 0px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footB p {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}

.footB ul {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.footB a {
  padding: 0;
  color: inherit;
  text-decoration: none;
  margin-right: 0px;
  line-height: 20px;
  border-bottom: 1px solid #e6e6e6;
  transition: 0.5s;
}

.footB a:hover {
  border-bottom: 3px solid #000000;
}

.footC {
  font-size: 12px;
  text-align: center;
}

@media (min-width: 1024px) {
  .footA h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 80px;
    font-family: "Emblema One", cursive;
  }

  .footB ul {
    display: flex;
  }

  /* .footB a {
    margin-left: 20px;
  } */
}

.header {
  top: 0;
  background: rgba(200, 200, 200, 0.9);
  transition: all 0.5s ease;
}

.hidden {
  background: rgba(200, 200, 200, 0.4);
  transition: all 0.5s ease;
}

.instagram {
  max-width: 320px;
  align-items: center;
  text-align: center;
}

.twitter {
  margin: 0 auto;
}

.youtube {
  width: 100%;
}

.youtube .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 20px auto;
}

.youtube article {
  padding: 20px 10px;
  flex: 1 250px;
  display: flex;
  text-align: center;
  align-items: center;
  margin: 0 auto;
}

.youtube atticle iframe {
  text-align: center;
  align-items: center;
  margin: 0 auto;
}

.item .label span {
  color: #ff0004;
}

.yoko span {
  display: inline-block;
}

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

.paice {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 20px;
}

tbody {
  max-width: 1000px;
}

table {
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 670px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }

  .tbl-r02 th,
  .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

.paice2 {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.paice2 table {
  background-color: #fff;
}

@media (min-width: 1024px) {
  .paice2 tr {
    display: flex;
  }
}

.paice2 tr {
  width: 100%;
}

.paice2 th {
  flex: 1;
  height: 100%;
}

.paice2 td {
  flex: 1;
  height: 100%;
}

.migi {
  text-align: left;
  line-height: 30px;
}

.gakki {
  line-height: 30px;
}

table,
td,
th {
  border: none;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-collapse: collapse;
  text-align: center;
  justify-content: center;
  vertical-align: middle;
  text-align: left;
  padding: 10px;
  line-height: 20px;
}

th {
  background: #f5f5f5;
}

.clean {
  width: 100%;
  height: 60px;
  margin-top: -60px;
}

/* ----------------フォーム ----------------*/

.contact .container {
  margin: 0 auto;
}

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

.Form {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  margin-bottom: 40px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .Form {
    margin-top: 40px;
    padding: 10px;
  }
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .Form-Item {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}

.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .Form-Item-Label {
    max-width: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 768px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  background: #000000;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}

.Form-Item-Input {
  border-radius: 6px;
  flex: 1;
  width: 100%;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    flex: inherit;
  }
}

.Form-Item-Textarea {
  border-radius: 6px;
  height: 216px;
  flex: 1;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
  }
}

.Form-Btn {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #000000;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.Form-Item-Input2 {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  background: #eaedf2;
}

@media screen and (max-width: 768px) {
  .Form-Item-Input2 {
    height: 35px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Item-Textarea2 {
  border: 1px solid #ddd;
  border-radius: 6px;
  height: 186px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .Form-Item-Textarea2 {
    height: 180px;
    flex: inherit;
    font-size: 15px;
  }
}

.hasDatepicker{
    padding: 10px;
    border: 1px solid #bbbbbb;
}

/* セレクトボックスCSS */
.Form-Item-Input select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  /* border: none; */
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.Form-Item-Input select::-ms-expand {
  display: none;
}


.selectBox::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.Form-Item-Input select {
  padding: 8px 38px 8px 8px;
  color: #666666;
  margin-bottom: 10px;
  border: 1px solid #bbbbbb;
}

.error_blank {
  color: red;
}

.cp_ipselect {
  width: 100%;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

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

.cp_ipselect.cp_sl01 {
  position: relative;;
  border-radius: 2px;
  background: #ffffff;
}

.cp_ipselect.cp_sl01 select{
  border: 1px solid #bbbbbb;
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.cp_ipselect.cp_sl01 select {
  padding: 10px;
  color: #666666;
}

/* ラジオボタン */

input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

input[type="checkbox"] + span::before {
  display: inline-block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  border-radius: 5px;
  margin-right: 0.5rem;
}

input[type="checkbox"]:checked + span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%230bd' stroke-width='3' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 2px;
}

input[type="checkbox"]:focus + span::before {
  border-color: #0bd;
}

.inputs p {
  margin-top: -34px;
  margin-left: 30px;
  margin-bottom:5px;
  line-height: 2.7em;
}

@media (max-width: 768px) {
  .inputs p {
    margin-top: -30px;
    margin-left: 28px;
    margin-bottom: 5px;
    line-height: 3em;
  }
}

input[type="radio"] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

input[type="radio"] + span::before {
  display: inline-block;
  content: "";
  width: 1.7em;
  height: 1.7em;
  border: 2px solid #ccc;
  border-radius: 5px;
}

input[type="radio"]:checked + span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%230bd' stroke-width='3' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 2px;
}

input[type="radio"]:focus + span::before {
  border-color: #0bd;
}

/* ----カレンダ----- */

.ui-datepicker-calendar .day-sunday > a,
.ui-datepicker-calendar .day-holiday > a {
  background: #ffc0c0;
}
.ui-datepicker-calendar .day-saturday > a {
  background: #c0d0ff;
}