@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
html {
  font-size: 1em;
}

body {
  background-color: #cdeaf4;
  margin: 0;
  padding: 0;
  color: #221816;
  text-align: center;
  font-size: 1em;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  line-height: 150%;
}

div,
th,
td {
  font-size: 1rem;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "Hiragino Sans", Meiryo, 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 {
  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;
}
.lang li a:hover {
  color: #efe0c4;
}
.lang .active {
  background-color: #cdeaf4;
}
.lang .active a {
  color: #221816;
}
.lang .active a:hover {
  color: #221816;
}

.menu-area {
  background-color: #cdeaf4;
}
.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: 768px) {
  .menu-area .menu li {
    width: 75px;
  }
}
@media only screen and (min-width: 769px) {
  .menu-area .menu li {
    width: 170px;
  }
}
@media only screen and (min-width: 769px) {
  .menu-area .menu li.text-s {
    font-size: 0.9rem;
  }
}
.menu-area .menu li a {
  background-color: #B59658;
  box-shadow: 0 0 3px 0 #000 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: 768px) {
  .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: 769px) {
  .menu-area .menu li a {
    height: 60px;
  }
  .menu-area .menu li a:hover {
    opacity: 0.8;
    transition: 0.2s;
    color: #221816;
  }
}
.menu-area .banner {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 8px auto 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .menu-area .banner {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 769px) {
  .menu-area .banner {
    width: calc(100% - 25px);
  }
}
@media only screen and (max-width: 768px) {
  .menu-area .banner li {
    width: 48.3%;
    margin: 0 3px 7px;
  }
}
@media only screen and (min-width: 769px) {
  .menu-area .banner li {
    max-width: 280px;
    margin: 0 3px;
  }
}
.menu-area .banner img {
  max-width: 100%;
}

.content {
  background-color: #cdeaf4;
}

.dlist {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.enter {
  background-color: rgb(255, 255, 255);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .enter {
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 769px) {
  .enter {
    max-width: 750px;
    width: calc(100% - 40px);
    border-radius: 10px;
    margin-top: 50px;
  }
}
.enter h2 {
  background-color: black;
  padding: 10px;
}
.enter table {
  border-collapse: collapse;
  table-layout: auto;
  text-align: center;
  margin: auto;
}
.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: 769px) {
  .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 {
  padding-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .enter p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .enter p {
    font-size: 0.8rem;
  }
}

h1 {
  margin: 0 0 0 0;
  background-color: #cdeaf4;
  color: #221816;
  padding: 30px 0 13px;
  border-bottom: 1px solid #221816;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) {
  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: 768px) {
  .home h1 {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 769px) {
  .home h1 {
    font-size: 1.75rem;
  }
}
.home .content {
  max-width: 100%;
  width: 100%;
}
.home .hero {
  width: 100%;
  margin: auto;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .home .hero {
    flex-direction: column;
    padding: 20px 15px 30px;
  }
}
@media only screen and (min-width: 769px) {
  .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 #221816;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .home .hero dt {
    font-size: 1.15rem;
    padding: 3px 10px 2px 10px;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .home .hero dd {
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 768px) {
  .home .hero dd + dt {
    margin: 20px 0 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .home .hero dd + dt {
    margin: 30px 0 0 0;
  }
}
.home .hero p {
  margin: 0 0 0 0;
}
.home .hero p + p {
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .home .hero__img {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .home .hero__img {
    width: 630px;
  }
}
.home .hero__info {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .home .hero__info {
    width: 100%;
    margin: 25px 0 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .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;
}

@media only screen and (min-width: 769px) {
  .sanka_ippan {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .sanka_ippan {
    margin: 10px;
  }
}
.sanka_ippan .text {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sanka_ippan .text {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .sanka_ippan .text .shop_name {
    margin: 0 0 15px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .sanka_ippan .text .note {
    font-size: 0.9rem;
    margin: 5px 0 7px;
  }
}
@media only screen and (min-width: 769px) {
  .sanka_ippan .text .note {
    font-size: 0.95rem;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .sanka_ippan .schedule {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .sanka_ippan tr {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .sanka_ippan th {
    width: 100%;
    position: sticky;
    top: 0;
    margin: 0 0 20px;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .sanka_ippan td {
    width: 100%;
    padding: 0 0 35px;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .sanka_ippan td strong {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .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: 768px) {
  .sanka_ippan h2 {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .sanka_ippan .nyujyo {
    padding: 20px;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .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: 768px) {
  .d_moshikomi .sanka {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .d_moshikomi .sanka__info {
    width: 100%;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #666;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .d_moshikomi .sanka__form {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .d_moshikomi .pamphcut {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .d_moshikomi .pamphcut__img {
    width: 75%;
    margin: 0 auto 25px;
  }
}
@media only screen and (min-width: 769px) {
  .d_moshikomi .pamphcut__img {
    width: 300px;
  }
}
.d_moshikomi .pamphcut__img img {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .d_moshikomi .pamphcut__info {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .csv_form input[type=text],
  .csv_form input[type=email] {
    padding: 13px 15px;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .csv_form textarea {
    height: 250px;
    padding: 13px 15px;
  }
}
@media only screen and (min-width: 769px) {
  .csv_form textarea {
    height: 230px;
    padding: 15px;
  }
}
.csv_form .mini {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .csv_form .mini {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .csv_form .mini {
    width: 28%;
  }
}
.csv_form .short {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .csv_form .short {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .csv_form .short {
    width: 45%;
  }
}
.csv_form .middle {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .csv_form .middle {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .csv_form .middle {
    width: 50%;
  }
}
.csv_form .long {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .csv_form .long {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .csv_form th {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 0 7px;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .csv_form td {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .csv_form td .form-note {
    margin: 15px 0 0;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 769px) {
  .csv_form td .form-note {
    margin: 13px 0 0;
    font-size: 0.95rem;
  }
}
.csv_form .submit {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .csv_form .submit {
    flex-direction: column;
    margin: 5px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .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: 769px) {
  .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;
}
.csv_form .submit input[type=submit]:hover {
  opacity: 0.8;
  transition: 0.2s;
}

@media only screen and (min-width: 769px) {
  .d_list .content {
    padding: 0 0 20px;
  }
}
.d_list table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
@media only screen and (min-width: 769px) {
  .d_list tr {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .d_list tr:last-child td p:nth-of-type(2) {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .d_list th, .d_list td {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .d_list th, .d_list td {
    border-bottom: 1px dotted #999;
    padding: 23px 0 23px 0;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .d_list th {
    margin: 0 0 25px;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .d_list th {
    width: 250px;
  }
}
.d_list th figure {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .d_list th figure {
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .d_list th figure img {
    width: 200px;
  }
}
.d_list td {
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .d_list td {
    padding: 0 0 0 60px;
    width: calc(100% - 250px);
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 769px) {
  .d_list td p {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .d_list td p:nth-of-type(1) {
    margin: 0 0 15px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .d_list td p:nth-of-type(1) {
    width: 28%;
    text-align: left;
  }
}
.d_list td p:nth-of-type(2) {
  line-height: 1.75rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .d_list td p:nth-of-type(2) {
    margin: 0 0 35px 0;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .gmap_sns {
    flex-direction: column;
    padding: 10px 10px 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .gmap_sns__area {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .prod h1 {
    padding: 30px 18px 13px;
  }
}
.prod .wrap {
  position: relative;
  z-index: 99;
}
.prod .entry {
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .prod .entry {
    max-width: 950px;
    padding: 0 0 60px;
  }
}
.prod .pic {
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .prod .pic {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .prod .info {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 769px) {
  .prod .info {
    margin: 0 0 40px;
  }
}
.prod .info h2 {
  margin: 0 0 20px;
  border: none;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .prod .info h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .prod .info h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .prod .info__price {
    font-size: 1.1rem;
    margin: 0 0 18px;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .prod .info p {
    line-height: 1.6rem;
    max-width: 270px;
    padding: 20px 0;
  }
}
@media only screen and (min-width: 769px) {
  .prod .info p {
    font-size: 1.1rem;
    line-height: 1.9rem;
    max-width: 350px;
    padding: 25px 0;
  }
}
.prod .sale a {
  color: #cdeaf4;
}
.prod .sale__intro {
  letter-spacing: 0.03rem;
}
@media only screen and (max-width: 768px) {
  .prod .sale__intro {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 769px) {
  .prod .sale__intro {
    margin: 0 0 50px;
  }
}
.prod .sale__intro p {
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .prod .sale__intro p {
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .prod .sale__item h3 {
    font-size: 1.3rem;
    padding: 0 0 5px;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .prod .sale__item p {
    font-size: 0.95rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .prod .sale__item ul {
    padding: 25px 15px 25px 35px;
  }
}
@media only screen and (min-width: 769px) {
  .prod .sale__item ul {
    padding: 30px 30px 30px 50px;
  }
}
.prod .sale__item ul li {
  margin: 0 0 5px;
}
@media only screen and (max-width: 768px) {
  .prod .sale__item ul li {
    font-size: 0.95rem;
    line-height: 1.55rem;
  }
}
.prod .sale__item ul li:last-child {
  margin: 0;
}

.prod-yamato .lang {
  background: #221816;
}
.prod-yamato .wrap {
  background-image: url("../img/prod/yamato.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
}
.prod-yamato .wrap::before {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .prod-yamato .entry {
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .prod-yamato .entry {
    margin: 20px;
  }
}
.prod-yamato .soldout {
  color: #d83820;
  font-weight: bold;
  text-align: center;
}
.prod-yamato .soldout__ttl {
  font-family: "Anton", sans-serif;
}
@media only screen and (max-width: 768px) {
  .prod-yamato .soldout__ttl {
    font-size: 33px;
  }
}
@media only screen and (min-width: 769px) {
  .prod-yamato .soldout__ttl {
    font-size: 43px;
  }
}
.prod-yamato .soldout p {
  margin: 5px 0 0;
}
@media only screen and (max-width: 768px) {
  .prod-yamato .soldout p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 769px) {
  .prod-yamato .soldout p {
    font-size: 19px;
    line-height: 29px;
  }
}

.prod-tshirt .lang {
  background: #221816;
}
.prod-tshirt .lang .active {
  background-color: #1d266b;
}
.prod-tshirt .lang .active a {
  color: #cde3ec;
}
.prod-tshirt .wrap {
  background-color: #1d266b;
}
@media only screen and (max-width: 768px) {
  .prod-tshirt .order {
    padding: 0 0 50px;
  }
}
@media only screen and (min-width: 769px) {
  .prod-tshirt .order {
    padding: 0 0 60px;
  }
}
.prod-tshirt .order__item {
  background: #201614;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05rem;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .prod-tshirt .order__item {
    font-size: 0.95rem;
    width: 300px;
    height: 55px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 769px) {
  .prod-tshirt .order__item {
    font-size: 1.4rem;
    width: 90%;
    height: 70px;
    line-height: 70px;
    transition: 0.3s;
  }
  .prod-tshirt .order__item:hover {
    background: #333;
  }
}
.prod-tshirt .order__item::after {
  content: "";
  display: block;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 40%;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .prod-tshirt .order__item::after {
    width: 7px;
    height: 7px;
    right: 25px;
  }
}
@media only screen and (min-width: 769px) {
  .prod-tshirt .order__item::after {
    width: 10px;
    height: 10px;
    right: 30px;
  }
}
.prod-tshirt .order__item a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
}

.layout .entry {
  display: flex;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .layout .entry {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .layout .entry .map {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .layout .entry .map {
    max-width: 750px;
    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: 768px) {
  .layout .entry .list {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .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: 769px) {
  .layout .entry .list ol {
    display: flex;
  }
}
@media only screen and (min-width: 769px) {
  .layout .entry .list li {
    width: 250px;
    margin-left: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .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: 769px) {
  .salemethod {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 768px) {
  .salemethod {
    margin: 10px;
  }
}
.salemethod h2 {
  text-align: center;
  border: solid #fff 2px;
  background: #fff;
  color: #000;
}
@media only screen and (min-width: 769px) {
  .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: 769px) {
  .salemethod__period {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) {
  .salemethod__period li span {
    font-size: 1.2em;
    font-weight: 700;
  }
}
.salemethod__items {
  list-style-type: decimal;
}
@media only screen and (min-width: 769px) {
  .salemethod__items {
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) {
  .salemethod__items ul {
    font-size: 15px;
    line-height: 1.5em;
  }
}
@media only screen and (min-width: 769px) {
  .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: 769px) {
  .salemethod__notice {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto 50px;
    font-size: 15px;
    line-height: 1.5em;
  }
}
@media only screen and (min-width: 769px) {
  .salemethod__notice li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .salemethod__notice li {
    margin-bottom: 10px;
  }
}

.content_foot {
  background: #211816;
}

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

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

header, footer {
  position: relative;
  z-index: 99;
}/*# sourceMappingURL=style.css.map */