@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  font-size: 1em;
  scroll-behavior: smooth !important;
}

body {
  background-color: #f1f1f1;
  margin: 0;
  padding: 0;
  color: #221816;
  text-align: center;
  font-size: 1em;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  line-height: 150%;
}
body .contact {
  max-height: calc(100vh - 470px);
}

div,
th,
td {
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 150%;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  border: none;
}

.ja {
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 150%;
  margin: 0;
  color: #fff;
}

a {
  transition: 0.2s;
  color: #221816;
}
a:hover {
  color: #666;
}

/* --- */
.global_head {
  margin: 0;
}

.lang {
  background: #211816;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.lang li {
  width: 90px;
  padding: 5px 0 3px;
  text-align: center;
  font-size: 0.875rem;
}
.lang li a {
  color: #cde3ec;
  transition: 0.2s;
}
.lang li a:hover {
  color: #efe0c4;
}
.lang .active {
  background-color: #ffffff;
}
.lang .active a {
  transition: 0.2s;
  color: #221816;
}
.lang .active a:hover {
  color: #221816;
}

.menu-area {
  background-color: #ffffff;
  padding-bottom: 10px;
}
.menu-area .menu {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 20px 0 0;
}
.menu-area .menu li {
  margin: 0 2px 2px;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .menu-area .menu li {
    width: 75px;
  }
}
@media only screen and (min-width: 1000px) {
  .menu-area .menu li {
    width: 170px;
  }
}
@media only screen and (min-width: 1000px) {
  .menu-area .menu li.text-s {
    font-size: 0.9rem;
  }
}
.menu-area .menu li a {
  background-color: #231f20;
  color: #fff;
  box-shadow: 0 0 3px 0 #ececec inset;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  text-decoration: none;
}
@media only screen and (max-width: 999px) {
  .menu-area .menu li a {
    height: 75px;
    line-height: 1.15rem;
    font-size: 0.9rem;
    padding: 10px 7px 5px;
    word-break: break-all;
  }
}
@media only screen and (min-width: 1000px) {
  .menu-area .menu li a {
    height: 60px;
    transition: 0.2s;
  }
  .menu-area .menu li a:hover {
    opacity: 0.8;
    color: #e5e4e4;
  }
}
.menu-area .banner {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 8px auto 0;
  padding: 0;
}
@media only screen and (max-width: 999px) {
  .menu-area .banner {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1000px) {
  .menu-area .banner {
    width: calc(100% - 25px);
  }
}
@media only screen and (max-width: 999px) {
  .menu-area .banner li {
    width: 48.3%;
    margin: 0 3px 7px;
  }
}
@media only screen and (min-width: 1000px) {
  .menu-area .banner li {
    max-width: 280px;
    margin: 0 3px;
  }
}
.menu-area .banner img {
  max-width: 100%;
}

.content {
  position: relative;
  background-color: #ffffff;
  padding: 10px;
}

.wrap {
  background-color: rgba(241, 241, 241, 0.937254902);
  max-height: fit-content;
}

.dlist {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.dlist img {
  max-width: 250px;
  max-height: 250px;
}

.topbutton {
  font-weight: 900;
  background-color: grey;
  border-radius: 3px;
  padding: 5px;
  position: fixed;
  bottom: 50px;
  right: 25px;
}
.topbutton a {
  color: #fff;
  text-decoration: none;
}
.topbutton a:visited {
  color: #fff;
}

.enter {
  background-color: rgb(255, 255, 255);
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
  .enter {
    padding: 25px 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .enter {
    max-width: 750px;
    width: calc(100% - 40px);
    border-radius: 10px;
    margin-top: 50px;
    padding: 25px;
  }
}
.enter h2 {
  background-color: black;
  padding: 10px;
}
@media only screen and (max-width: 999px) {
  .enter h2 {
    font-size: 1.3rem;
  }
}
.enter table {
  border-collapse: collapse;
  table-layout: auto;
  text-align: center;
  margin: 10px auto 0;
}
.enter tr:first-child th, .enter tr:first-child td {
  font-weight: 600;
}
.enter th, .enter td {
  box-sizing: border-box;
}
.enter th {
  padding: 12px 10px 10px;
  width: 45%;
  text-align: center;
  border-bottom: 1px dotted #333;
}
.enter td {
  padding: 12px 10px 10px;
  width: 55%;
  text-align: center;
  border-bottom: 1px dotted #333;
}
.enter dd {
  margin: 10px;
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
  border-bottom: #000 dotted 1px;
}
@media only screen and (min-width: 1000px) {
  .enter dd {
    max-width: 250px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.enter dd:last-child {
  border-bottom: none;
}
.enter dt {
  margin: 10px auto 25px;
}
.enter p {
  text-align: left;
  margin: 20px 0 0;
}
@media only screen and (min-width: 1000px) {
  .enter p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 999px) {
  .enter p {
    font-size: 0.9rem;
  }
}

h1 {
  margin: 0 0 0 0;
  background-color: #ffffff;
  color: #221816;
  padding: 30px 0 13px;
  border-bottom: 1px solid #221816;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 999px) {
  h1 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1000px) {
  h1 {
    font-size: 1.75rem;
  }
}

.home h1 {
  margin: 0 0 0 0;
  background-color: #221816;
  color: #fff;
  padding: 10px 15px 7px 15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 999px) {
  .home h1 {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 1000px) {
  .home h1 {
    font-size: 1.75rem;
  }
}
.home .content {
  max-width: 100%;
  width: 100%;
  background-color: rgba(241, 241, 241, 0.937254902);
}
.home .hero {
  width: 100%;
  margin: auto;
  display: flex;
}
@media only screen and (max-width: 999px) {
  .home .hero {
    flex-direction: column;
    padding: 20px 15px 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .home .hero {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
    max-width: 1200px;
    padding: 33px 15px 30px;
  }
}
.home .hero img {
  width: 100%;
  max-width: 100%;
}
.home .hero dl {
  margin: 0;
  padding: 0;
}
.home .hero dt {
  margin: 20px 0 0 0;
  border-left: 3px solid #000;
  font-weight: 700;
}
@media only screen and (max-width: 999px) {
  .home .hero dt {
    font-size: 1.15rem;
    padding: 3px 10px 2px 10px;
  }
}
@media only screen and (min-width: 1000px) {
  .home .hero dt {
    font-size: 1.25rem;
    padding: 5px 10px 4px 10px;
  }
}
.home .hero dd {
  margin: 10px 0 0 10px;
}
@media only screen and (max-width: 999px) {
  .home .hero dd {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 1000px) {
  .home .hero dd {
    line-height: normal;
    font-size: 1.1em;
    font-weight: 500;
  }
}
.home .hero dd span {
  font-size: 0.9rem;
}
@media only screen and (max-width: 999px) {
  .home .hero dd + dt {
    margin: 20px 0 0 0;
  }
}
@media only screen and (min-width: 1000px) {
  .home .hero dd + dt {
    margin: 30px 0 0 0;
  }
}
.home .hero dd ul {
  font-size: 0.9rem;
}
.home .hero dd li {
  margin-bottom: 5px;
}
.home .hero p {
  margin: 0 0 0 0;
}
.home .hero p + p {
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 999px) {
  .home .hero__img {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .home .hero__img {
    width: 630px;
  }
}
.home .hero__info {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2078431373);
  background-color: #fff;
  text-align: left;
  padding: 10px;
}
@media only screen and (max-width: 999px) {
  .home .hero__info {
    width: 100%;
    margin: 25px 0 0 0;
  }
}
@media only screen and (min-width: 1000px) {
  .home .hero__info {
    width: calc(100% - 650px);
  }
}
.home .hero__moshikomi {
  background-color: #183c72;
  border: 1px solid #999;
  display: inline-block;
  padding: 7px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.contacting {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  .contacting {
    height: calc(100vh - 470px);
  }
}

@media only screen and (min-width: 1000px) {
  .sanka_ippan {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 999px) {
  .sanka_ippan {
    margin: 10px;
  }
}
.sanka_ippan .text {
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .sanka_ippan .text {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 1000px) {
  .sanka_ippan .text {
    font-size: 1.15rem;
    line-height: 1.8rem;
    margin: 0 0 70px;
  }
}
.sanka_ippan .text .shop_name {
  display: block;
  font-weight: 600;
}
@media only screen and (max-width: 999px) {
  .sanka_ippan .text .shop_name {
    margin: 0 0 15px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1000px) {
  .sanka_ippan .text .shop_name {
    margin: 0 0 15px;
    font-size: 1.3rem;
  }
}
.sanka_ippan .text .note {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .sanka_ippan .text .note {
    font-size: 0.9rem;
    margin: 5px 0 7px;
  }
}
@media only screen and (min-width: 1000px) {
  .sanka_ippan .text .note {
    font-size: 0.95rem;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 999px) {
  .sanka_ippan .schedule {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 1000px) {
  .sanka_ippan .schedule {
    margin: 0 0 70px;
  }
}
.sanka_ippan table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
@media only screen and (max-width: 999px) {
  .sanka_ippan tr {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1000px) {
  .sanka_ippan tr:first-of-type td {
    border-top: 1px dotted #000;
  }
}
.sanka_ippan tr:last-of-type td {
  border-bottom: 1px dotted #000;
}
.sanka_ippan th {
  text-align: center;
  background-color: #221816;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 999px) {
  .sanka_ippan th {
    width: 100%;
    position: sticky;
    top: 0;
    margin: 0 0 20px;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1000px) {
  .sanka_ippan th {
    border-bottom: 1px solid #666;
    width: 20%;
    font-size: 1.2rem;
  }
}
.sanka_ippan td {
  text-align: left;
}
@media only screen and (max-width: 999px) {
  .sanka_ippan td {
    width: 100%;
    padding: 0 0 35px;
  }
}
@media only screen and (min-width: 1000px) {
  .sanka_ippan td {
    width: 70%;
    padding: 20px 30px;
    border-bottom: 1px dotted #000;
  }
}
.sanka_ippan td strong {
  color: #e82525;
  display: block;
  margin: 0 0 0 0;
}
@media only screen and (max-width: 999px) {
  .sanka_ippan td strong {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 1000px) {
  .sanka_ippan td strong {
    font-size: 1.25rem;
  }
}
.sanka_ippan td p {
  margin: 10px 0 0 0;
  line-height: 1.8rem;
}
.sanka_ippan td ul {
  margin: 15px 0 0 20px;
  padding: 0;
}
@media only screen and (max-width: 999px) {
  .sanka_ippan td ul {
    font-size: 0.95rem;
  }
}
.sanka_ippan td ul li {
  margin: 0 0 7px;
}
.sanka_ippan td ul li:last-child {
  margin: 0;
}
.sanka_ippan h2 {
  line-height: 150%;
  border-top: 3px solid #221816;
  border-bottom: 3px solid #221816;
  color: #221816;
  padding: 8px 10px 7px;
  margin: 0 0 30px 0;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .sanka_ippan h2 {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 1000px) {
  .sanka_ippan h2 {
    font-size: 1.25rem;
  }
}
.sanka_ippan .nyujyo {
  border: 2px solid #221816;
  margin: 20px 0;
  word-break: break-all;
}
@media only screen and (max-width: 999px) {
  .sanka_ippan .nyujyo {
    padding: 20px;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 1000px) {
  .sanka_ippan .nyujyo {
    padding: 25px 30px;
  }
}
.sanka_ippan h3 {
  color: #221816;
  margin: 0 0 10px;
}
.sanka_ippan .note {
  text-align: left;
  margin: 30px 0 0;
}
.sanka_ippan .note ul {
  margin: 0 0 0 20px;
  padding: 0;
  line-height: 1.8rem;
}
@media only screen and (max-width: 999px) {
  .sanka_ippan .note ul {
    font-size: 0.95rem;
  }
}

.d_moshikomi h2 {
  margin: 0 0 0 0;
  font-size: 1.5rem;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px 8px 7px 10px;
}
.d_moshikomi .sanka {
  width: 100%;
  margin: auto;
  padding: 25px 15px;
  display: flex;
  text-align: left;
}
@media only screen and (max-width: 999px) {
  .d_moshikomi .sanka {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1000px) {
  .d_moshikomi .sanka {
    max-width: 1100px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
}
.d_moshikomi .sanka h2, .d_moshikomi .sanka h3 {
  color: #221816;
}
@media only screen and (max-width: 999px) {
  .d_moshikomi .sanka__info {
    width: 100%;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #666;
  }
}
@media only screen and (min-width: 1000px) {
  .d_moshikomi .sanka__info {
    width: 320px;
    padding: 0 25px 0 0;
    border-right: 1px solid #666;
  }
}
.d_moshikomi .sanka__info p {
  margin: 15px 0 0 0;
}
.d_moshikomi .sanka__info p + h2 {
  margin: 40px 0 0 0;
}
.d_moshikomi .sanka__attention {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
.d_moshikomi .sanka__attention li {
  margin: 15px 0 0 5px;
  padding: 0 0 0 5px;
  position: relative;
}
.d_moshikomi .sanka__attention li:first-child {
  margin: 0 0 0 5px;
}
.d_moshikomi .sanka__attention li:before {
  content: "";
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #cc0000;
  position: absolute;
  top: 6px;
  left: -5px;
}
@media only screen and (max-width: 999px) {
  .d_moshikomi .sanka__form {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
@media only screen and (min-width: 1000px) {
  .d_moshikomi .sanka__form {
    width: calc(100% - 360px);
  }
}
.d_moshikomi .sanka dl {
  margin: 0;
  padding: 0;
}
.d_moshikomi .sanka dl + dl {
  margin: 40px 0 0 0;
}
.d_moshikomi .sanka dt {
  margin: 0 0 0 0;
  border-left: 3px solid #999;
  padding: 5px 10px 4px 10px;
  font-size: 1.25rem;
}
.d_moshikomi .sanka dd {
  margin: 15px 0 0 10px;
}
.d_moshikomi .pamphcut {
  display: flex;
}
@media only screen and (max-width: 999px) {
  .d_moshikomi .pamphcut {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1000px) {
  .d_moshikomi .pamphcut {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
}
@media only screen and (max-width: 999px) {
  .d_moshikomi .pamphcut__img {
    width: 75%;
    margin: 0 auto 25px;
  }
}
@media only screen and (min-width: 1000px) {
  .d_moshikomi .pamphcut__img {
    width: 300px;
  }
}
.d_moshikomi .pamphcut__img img {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 999px) {
  .d_moshikomi .pamphcut__info {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .d_moshikomi .pamphcut__info {
    width: calc(100% - 320px);
  }
}
.d_moshikomi .pamphcut__info p {
  margin: 0;
}
.d_moshikomi .pamphcut__info ul {
  margin: 20px 0 0 0;
}

.csv_form {
  box-sizing: border-box;
  text-align: left;
}
.csv_form select {
  font-size: 1rem;
}
.csv_form input[type=text],
.csv_form input[type=email] {
  -webkit-appearance: none;
  border: 1px solid #999;
  font-size: 1em;
  padding: 10px 8px;
  box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
  .csv_form input[type=text],
  .csv_form input[type=email] {
    padding: 13px 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .csv_form input[type=text],
  .csv_form input[type=email] {
    padding: 15px;
  }
}
.csv_form textarea {
  -webkit-appearance: none;
  border: 1px solid #999;
  font-size: 1rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
  .csv_form textarea {
    height: 250px;
    padding: 13px 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .csv_form textarea {
    height: 230px;
    padding: 15px;
  }
}
.csv_form .mini {
  box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
  .csv_form .mini {
    width: 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .csv_form .mini {
    width: 28%;
  }
}
.csv_form .short {
  box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
  .csv_form .short {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .csv_form .short {
    width: 45%;
  }
}
.csv_form .middle {
  box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
  .csv_form .middle {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .csv_form .middle {
    width: 50%;
  }
}
.csv_form .long {
  box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
  .csv_form .long {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .csv_form .long {
    width: 70%;
  }
}
.csv_form .max {
  width: 100%;
  box-sizing: border-box;
}
.csv_form b {
  color: #ff6161;
  font-size: 0.7rem;
  margin: 0 0 0 2px;
}
.csv_form dl {
  margin: 0;
}
.csv_form dt {
  margin: 10px 0 0 0;
}
.csv_form dt:first-child {
  margin: 0 0 0 0;
}
.csv_form dd {
  margin: 0 0 0 25px;
}
.csv_form em {
  font-style: normal;
  color: #ff8849;
  margin: 0 0 0 5px;
}
.csv_form table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  margin: 40px 0 10px 0;
}
.csv_form th {
  box-sizing: border-box;
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width: 999px) {
  .csv_form th {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 0 7px;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 1000px) {
  .csv_form th {
    width: 27%;
    border-bottom: 1px solid #999;
    padding: 27px 5px 28px;
    font-size: 0.95rem;
  }
}
.csv_form td {
  box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
  .csv_form td {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 1000px) {
  .csv_form td {
    width: 73%;
    border-bottom: 1px solid #999;
    padding: 20px 15px 20px 20px;
  }
}
.csv_form td .form-note {
  line-height: 1.4rem;
}
@media only screen and (max-width: 999px) {
  .csv_form td .form-note {
    margin: 15px 0 0;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 1000px) {
  .csv_form td .form-note {
    margin: 13px 0 0;
    font-size: 0.95rem;
  }
}
.csv_form .submit {
  display: flex;
}
@media only screen and (max-width: 999px) {
  .csv_form .submit {
    flex-direction: column;
    margin: 5px 0 0;
  }
}
@media only screen and (min-width: 1000px) {
  .csv_form .submit {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
    padding: 15px 0;
  }
}
.csv_form .submit input[type=submit] {
  -webkit-appearance: none;
  border: none;
  height: 45px;
  line-height: 45px;
  line-height: 45px;
  box-shadow: 0 0 3px 0 #000 inset;
}
@media only screen and (max-width: 999px) {
  .csv_form .submit input[type=submit] {
    width: 100%;
    font-size: 1rem;
    margin: 0 0 13px;
  }
  .csv_form .submit input[type=submit]:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .csv_form .submit input[type=submit] {
    width: 280px;
    font-size: 0.95rem;
    margin: 0 15px;
  }
}
.csv_form .submit input[type=submit]:first-child {
  background-color: #2676a5;
  color: #fff;
  box-shadow: 0 0 0;
  transition: 0.2s;
}
.csv_form .submit input[type=submit]:hover {
  opacity: 0.8;
}

#dhamburger__nav {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 1000;
}
#dhamburger__btn {
  font-size: 2em;
  background: #fff;
  border: 1px solid #575757;
  border-radius: 6px;
  padding: 0.2em 0.5em;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: background 0.2s;
}
#dhamburger__btn:hover {
  background: #c2c2c2;
}
#dhamburger__menu {
  position: fixed;
  top: 0;
  right: -220px;
  width: 200px;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 12px rgba(0, 0, 0, 0.1);
  transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}
#dhamburger__alphabets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  justify-content: center;
  margin-top: 1em;
}

#dhamburger__menu.open {
  right: 0;
}

.dhamburger__alpha-btn {
  width: 40px;
  height: 40px;
  font-size: 1.1em;
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 0.3em 0.7em;
  cursor: pointer;
  margin-bottom: 0.2em;
  transition: background 0.2s, color 0.2s;
}
.dhamburger__alpha-btn:hover {
  background: #c2c2c2;
}

.disabled {
  background: #eee !important;
  color: #aaa !important;
  border: 1px solid #ddd !important;
  cursor: not-allowed !important;
  pointer-events: none;
}

@media only screen and (min-width: 1000px) {
  .d_list .content {
    padding: 0 0 20px;
  }
}
.d_list table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.d_list tr {
  border-bottom: 1px dotted #999;
}
@media only screen and (min-width: 1000px) {
  .d_list tr {
    display: flex;
  }
}
@media only screen and (max-width: 999px) {
  .d_list tr:last-child td p:nth-of-type(2) {
    margin: 0;
  }
}
@media only screen and (max-width: 999px) {
  .d_list th, .d_list td {
    display: block;
  }
}
@media only screen and (min-width: 1000px) {
  .d_list th, .d_list td {
    padding: 23px 0 23px 0;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 999px) {
  .d_list th {
    margin: 25px auto 0;
    text-align: center;
  }
}
@media only screen and (min-width: 1000px) {
  .d_list th {
    width: 250px;
    margin: auto;
  }
}
.d_list th figure {
  margin: 0;
}
@media only screen and (min-width: 1000px) {
  .d_list th figure {
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 999px) {
  .d_list th figure img {
    width: 200px;
  }
}
.d_list td {
  box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
  .d_list td {
    max-width: 350px;
    width: 100%;
    margin: 0 auto 25px;
  }
}
@media only screen and (min-width: 1000px) {
  .d_list td {
    padding: 23px 0 23px 50px;
    width: calc(100% - 250px);
    align-items: center;
  }
}
.d_list td h3 {
  color: #000;
  margin-top: 25px;
  text-align: left;
}
@media only screen and (max-width: 999px) {
  .d_list td h3 {
    margin-top: 5px;
    text-align: center;
  }
}
.d_list td h3 a {
  text-decoration: none;
  transition: 0.2s;
}
.d_list td h3 a:hover {
  opacity: 0.5;
}
.d_list td h3 img {
  width: 20px;
  filter: brightness(0);
  padding: 0 0 5px 5px;
}
@media only screen and (max-width: 999px) {
  .d_list td p {
    max-width: fit-content;
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .d_list td p {
    margin: 0;
  }
}
@media only screen and (max-width: 999px) {
  .d_list td p:nth-of-type(1) {
    margin: 0 auto 15px;
    text-align: left;
  }
}
@media only screen and (min-width: 1000px) {
  .d_list td p:nth-of-type(1) {
    margin-top: 25px;
    text-align: left;
  }
}
.d_list td p:nth-of-type(2) {
  line-height: 1.75rem;
  text-align: left;
}
@media only screen and (max-width: 999px) {
  .d_list td p:nth-of-type(2) {
    margin: 0 0 35px 0;
  }
}
@media only screen and (min-width: 1000px) {
  .d_list td p:nth-of-type(2) {
    width: 72%;
    padding: 0 0 0 50px;
  }
}

.gmap_sns {
  display: flex;
  max-width: 1024px;
  margin: auto;
}
@media only screen and (max-width: 999px) {
  .gmap_sns {
    flex-direction: column;
    padding: 10px 10px 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 1000px) {
  .gmap_sns {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
    padding: 40px 10px;
  }
}
.gmap_sns__gmap {
  margin: auto;
}
.gmap_sns__twitter {
  margin: 20px auto 0;
}
@media only screen and (max-width: 999px) {
  .gmap_sns__area {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .gmap_sns__area:nth-of-type(1) {
    width: calc(100% - 520px);
  }
  .gmap_sns__area:nth-of-type(2) {
    width: 500px;
  }
}

.complate .content {
  min-height: 640px;
}

.prod {
  position: relative;
  text-align: left;
  color: #fff;
}
.prod .content {
  position: relative;
  background-color: transparent;
  z-index: 99;
}
.prod .menu-area {
  background-color: transparent;
}
.prod h1 {
  background-color: transparent;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 999px) {
  .prod h1 {
    padding: 30px 18px 13px;
  }
}
.prod .wrap {
  position: relative;
  z-index: 99;
}
.prod .entry {
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  .prod .entry {
    max-width: 950px;
    padding: 0 0 60px;
  }
}
.prod .pic {
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .prod .pic {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .prod .pic {
    max-width: 900px;
    margin: 20px auto 35px;
  }
}
.prod .pic img {
  max-width: 100%;
}
.prod .info {
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .prod .info {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .prod .info {
    margin: 0 0 40px;
  }
}
.prod .info h2 {
  margin: 0 0 20px;
  border: none;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .prod .info h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .prod .info h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 999px) {
  .prod .info__price {
    font-size: 1.1rem;
    margin: 0 0 18px;
  }
}
@media only screen and (min-width: 1000px) {
  .prod .info__price {
    font-size: 1.4rem;
    margin: 0 0 20px;
  }
}
.prod .info p {
  margin: 0 auto 20px;
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
  .prod .info p {
    line-height: 1.6rem;
    max-width: 270px;
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1000px) {
  .prod .info p {
    font-size: 1.1rem;
    line-height: 1.9rem;
    max-width: 350px;
    padding: 25px 0;
  }
}
.prod .sale a {
  color: #ffffff;
}
.prod .sale__intro {
  letter-spacing: 0.03rem;
}
@media only screen and (max-width: 999px) {
  .prod .sale__intro {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .prod .sale__intro {
    margin: 0 0 50px;
  }
}
.prod .sale__intro p {
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 999px) {
  .prod .sale__intro p {
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 1000px) {
  .prod .sale__intro p {
    font-size: 1.3rem;
    line-height: 2.4rem;
    text-align: center;
  }
}
.prod .sale__item {
  margin: 0 0 30px;
}
.prod .sale__item:last-child {
  margin: 0;
}
.prod .sale__item h3 {
  margin: 0 0 15px;
  padding: 0;
  line-height: 100%;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 999px) {
  .prod .sale__item h3 {
    font-size: 1.3rem;
    padding: 0 0 5px;
  }
}
@media only screen and (min-width: 1000px) {
  .prod .sale__item h3 {
    font-size: 1.6rem;
    padding: 0 0 7px;
  }
}
.prod .sale__item p {
  margin: 0 0 15px;
}
@media only screen and (max-width: 999px) {
  .prod .sale__item p {
    font-size: 0.95rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .prod .sale__item p {
    line-height: 1.8rem;
  }
}
.prod .sale__item p:last-child {
  margin: 0;
}
.prod .sale__item span {
  font-weight: 600;
}
.prod .sale__item ol {
  margin: 0 0 15px 20px;
  padding: 0;
}
.prod .sale__item ul {
  border: #fff solid 1px;
  margin: 0;
}
@media only screen and (max-width: 999px) {
  .prod .sale__item ul {
    padding: 25px 15px 25px 35px;
  }
}
@media only screen and (min-width: 1000px) {
  .prod .sale__item ul {
    padding: 30px 30px 30px 50px;
  }
}
.prod .sale__item ul li {
  margin: 0 0 5px;
}
@media only screen and (max-width: 999px) {
  .prod .sale__item ul li {
    font-size: 0.95rem;
    line-height: 1.55rem;
  }
}
.prod .sale__item ul li:last-child {
  margin: 0;
}

.layout .entry {
  display: flex;
  text-align: left;
}
@media only screen and (max-width: 999px) {
  .layout .entry {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1000px) {
  .layout .entry {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
}
@media only screen and (max-width: 999px) {
  .layout .entry .map {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 1000px) {
  .layout .entry .map {
    max-width: 1200px;
    width: 100%;
    margin: 10px auto;
  }
}
.layout .entry .map img {
  max-width: 100%;
}
.layout .entry .list {
  background-color: #fff;
  padding: 25px;
  border: solid 1px black;
}
@media only screen and (max-width: 999px) {
  .layout .entry .list {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .layout .entry .list {
    max-width: 1200px;
    width: 100%;
    margin: 50px auto 50px;
  }
}
.layout .entry .list ol {
  margin: 0 0 0 30px;
  padding: 0;
}
@media only screen and (min-width: 1000px) {
  .layout .entry .list ol {
    display: flex;
  }
}
@media only screen and (min-width: 1000px) {
  .layout .entry .list li {
    width: 250px;
    margin-left: 25px;
  }
}
@media only screen and (max-width: 999px) {
  .layout .entry .list li {
    margin: 10px;
  }
}
.layout .entry .list__fold {
  width: 300px;
}

.salemethod {
  border: solid white 2px;
  border-radius: 5px;
}
@media only screen and (min-width: 1000px) {
  .salemethod {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 999px) {
  .salemethod {
    margin: 10px;
  }
}
.salemethod h2 {
  text-align: center;
  border: solid #fff 2px;
  background: #fff;
  color: #000;
}
@media only screen and (min-width: 1000px) {
  .salemethod h2 {
    margin-bottom: 50px;
    padding: 10px;
  }
}
.salemethod h3 {
  text-align: center;
  border-bottom: solid 1px #fff;
  max-width: 1000px;
  width: 95%;
  margin: 50px auto 10px;
  padding-bottom: 5px;
}
.salemethod p {
  font-size: 1em;
  text-align: left;
}
.salemethod__period {
  list-style-type: none;
}
@media only screen and (min-width: 1000px) {
  .salemethod__period {
    max-width: fit-content;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1000px) {
  .salemethod__period li span {
    font-size: 1.2em;
    font-weight: 700;
  }
}
.salemethod__items {
  list-style-type: decimal;
}
@media only screen and (min-width: 1000px) {
  .salemethod__items {
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1000px) {
  .salemethod__items ul {
    font-size: 15px;
    line-height: 1.5em;
  }
}
@media only screen and (min-width: 1000px) {
  .salemethod__address {
    font-size: 15px;
    line-height: 1.5em;
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
  }
}
.salemethod__notice {
  list-style-type: "※ ";
}
@media only screen and (min-width: 1000px) {
  .salemethod__notice {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto 50px;
    font-size: 15px;
    line-height: 1.5em;
  }
}
@media only screen and (min-width: 1000px) {
  .salemethod__notice li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 999px) {
  .salemethod__notice li {
    margin-bottom: 10px;
  }
}

.content_foot {
  background: #231f20;
}

@media only screen and (min-width: 1000px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 999px) {
  .pconly {
    display: none;
  }
}

header, footer {
  position: relative;
  z-index: 99;
}

.tshirt__content {
  color: black;
}
.tshirt__content h1 {
  color: #000;
  text-align: center;
  border-bottom: 1px solid #000000;
}

.order__item {
  border-radius: 5px;
  background: #201614;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05rem;
  position: relative;
  margin: 0 auto;
  font-size: 1.4rem;
  width: 90%;
  height: 70px;
  line-height: 70px;
  transition: 0.3s;
}
.order__item:hover {
  background: #474747;
}
.order__item::after {
  content: "";
  width: 10px;
  height: 10px;
  right: 30px;
  display: block;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 40%;
  transform: rotate(45deg);
}
.order__item a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
}

@media only screen and (max-width: 999px) {
  .chusenwrap {
    margin: 25px;
  }
}
@media only screen and (min-width: 1000px) {
  .chusenwrap {
    margin-bottom: 50px;
  }
}

.chusen {
  max-width: 1170px;
  margin: 0 auto;
  text-align: left;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2078431373);
  background-color: #fff;
  text-align: left;
  padding: 25px 10px 10px;
}
@media only screen and (min-width: 1000px) {
  .chusen h1 {
    text-align: center;
  }
}
.chusen__date {
  padding: 25px 0;
}
.chusen__date dl {
  max-width: fit-content;
  margin: 0 auto;
  padding: 0;
}
.chusen__date dl dt {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.chusen__date dl dd {
  margin: 10px 0 0 10px;
  line-height: normal;
  font-size: 1.1em;
  font-weight: 500;
}
.chusen__info {
  max-width: fit-content;
  margin: 0 auto;
}
.chusen__info p {
  max-width: fit-content;
  margin: 0 auto;
  padding: 25px 0;
}
.chusen__info .productList {
  margin: 25px auto;
}
@media only screen and (min-width: 1000px) {
  .chusen__info .productList {
    width: 500px;
  }
}
.chusen__info .product {
  border-bottom: 1px dashed #aaa;
}
.chusen__info .product:last-child {
  border-bottom: none;
}
.chusen__info .product a {
  text-decoration: none;
}
.chusen__info .product .name {
  font-weight: bold;
}
.chusen__info .product .price {
  float: right;
}
@media only screen and (max-width: 999px) {
  .chusen__info .product .price {
    font-size: 0.8rem;
  }
}
.chusen__info ul {
  max-width: fit-content;
  margin: 0 auto;
}
.chusen__note {
  background-color: rgba(0, 0, 0, 0.0392156863);
  border-radius: 10px;
  margin: 25px 10px 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.chusen__note h3 {
  text-align: center;
  color: #221816;
}
.chusen__note li {
  padding-right: 25px;
  margin-bottom: 10px;
}
.chusen__note li:last-child {
  margin-bottom: 0px;
}

.dealer-header-row td {
  font-weight: bold;
  font-size: 30px;
  text-align: left;
  padding: 0.5em 0;
}/*# sourceMappingURL=style.css.map */