@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");
.lang {
  background: #ff8c27;
  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 {
  font-weight: bolder;
  text-decoration: none;
  color: #FCECDD;
  transition: 0.2s;
}
.lang li a:hover {
  color: #1ea0bd;
}
.lang .active {
  background-color: #FCECDD;
}
.lang .active a {
  font-weight: bolder;
  text-decoration: none;
  transition: 0.2s;
  color: #ff8c27;
}
.lang .active a:hover {
  color: #1ea0bd;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 10000;
}

.menu-area {
  border-bottom: 2px solid rgba(255, 140, 39, 0.35);
  background-color: #FCECDD;
  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 {
  border-radius: 12px;
  background-color: #1ea0bd;
  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;
}
.menu-area .menu li a.void {
  color: #bbbbbb;
  background: #b95904;
  pointer-events: 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%;
}

.dsanka {
  background: #FCECDD;
  border: 2px solid rgba(255, 140, 39, 0.35);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 999px) {
  .dsanka {
    gap: 20px;
    margin: 50px 10px;
  }
}
@media only screen and (min-width: 1000px) {
  .dsanka {
    max-width: 1000px;
    width: calc(100% - 24px);
    margin: 0 auto 50px;
  }
}
@media only screen and (min-width: 1000px) {
  .dsanka__ttl {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 999px) {
  .dsanka__ttl {
    padding: 50px 0;
  }
}
.dsanka h1 {
  font-size: 42px;
  width: fit-content;
  padding: 20px 15px 22px;
  color: #1ea0bd;
  border-radius: 24px;
}
@media only screen and (min-width: 1000px) {
  .dsanka h1 {
    margin: 0;
  }
}
@media only screen and (max-width: 999px) {
  .dsanka h1 {
    margin: 0 auto;
  }
}
.dsanka dt {
  border-left: none;
  padding: 0;
  margin: 0 0 12px;
}
.dsanka dd {
  margin: 0 0 24px;
}
.dsanka h2 {
  border: none;
  background: #ff8c27;
  color: #fff;
  border-radius: 999px;
  width: fit-content;
  margin: 0 0 16px;
  padding: 10px 18px 12px;
}
@media only screen and (max-width: 999px) {
  .dsanka h2 {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 1000px) {
  .dsanka h2 {
    font-size: 1.35rem;
  }
}
.dsanka h3 {
  border-left: none;
  padding: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #231816;
}
.dsanka__info, .dsanka__form {
  margin: 10px;
  border-radius: 18px;
}
@media only screen and (max-width: 999px) {
  .dsanka__info, .dsanka__form {
    padding: 10px;
  }
}
@media only screen and (min-width: 1000px) {
  .dsanka__info, .dsanka__form {
    padding: 20px;
  }
}
.dsanka__info {
  background: #fff;
  box-shadow: 0 2px 28px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1000px) {
  .dsanka__info {
    margin: 10px;
  }
}
@media only screen and (max-width: 999px) {
  .dsanka__info {
    margin: 10px;
  }
}
.dsanka__info a {
  width: fit-content;
}
.dsanka__attention {
  background: #fff5ef;
  box-shadow: inset 0 0 0 1px rgba(255, 140, 39, 0.2);
  border-radius: 16px;
}
@media only screen and (min-width: 1000px) {
  .dsanka__attention {
    margin: 25px;
    padding: 16px 18px;
  }
}
@media only screen and (max-width: 999px) {
  .dsanka__attention {
    margin: 10px 0;
    padding: 16px 18px;
  }
}
.dsanka__attention li {
  margin: 12px 0 0 8px;
}
.dsanka__attention li:first-child {
  margin-top: 0;
}
.dsanka__attention li::before {
  border-left-color: #ff8c27;
}
.dsanka__button {
  max-width: fit-content;
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .dsanka__button {
    margin: 50px auto 25px;
  }
}
@media only screen and (max-width: 999px) {
  .dsanka__button {
    margin: 25px auto 20px;
  }
}
.dsanka__button a {
  line-height: 0;
  text-decoration: none;
  background-color: #1ea0bd;
  padding: 18px 10px 20px;
  color: #fff;
  font-weight: bolder;
  border-radius: 12px;
}
@media only screen and (min-width: 1000px) {
  .dsanka__button a {
    font-size: 25px;
  }
}
@media only screen and (max-width: 999px) {
  .dsanka__button a {
    font-size: 15px;
    margin: 25px;
  }
}
@media only screen and (min-width: 1000px) {
  .dsanka .pamphcut {
    gap: 20px;
    margin: 25px;
    padding: 16px 18px;
  }
}
@media only screen and (max-width: 999px) {
  .dsanka .pamphcut {
    margin: 0 10px 25px 10px;
  }
}
@media only screen and (max-width: 999px) {
  .dsanka .pamphcut__img {
    width: 75%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1000px) {
  .dsanka .pamphcut__img {
    width: 300px;
  }
}
.dsanka .pamphcut__img img {
  width: 100%;
  max-width: 100%;
}
.dsanka .pamphcut__info ul {
  margin: 10px 5px 0;
  padding: 0;
  font-size: 0.8rem;
}
@media only screen and (max-width: 999px) {
  .dsanka .pamphcut__info ul {
    padding: 18px;
  }
}
.dsanka__complete {
  padding: 20px;
}
.dsanka__complete h1 {
  margin: 0 auto;
}
.dsanka__complete p {
  text-align: center;
}

.csv_form table {
  border-collapse: separate;
  border-spacing: 0 12px;
}
.csv_form th {
  border-bottom: none;
  background: #ff8c27;
  color: #fff;
  border-radius: 12px 0 0 12px;
}
@media only screen and (max-width: 999px) {
  .csv_form th {
    background: transparent;
    color: #231816;
    border-radius: 0;
    padding: 0 0 8px;
  }
}
@media only screen and (min-width: 1000px) {
  .csv_form th {
    font-size: 20px;
  }
}
.csv_form th b {
  font-size: 15px;
  font-weight: bold;
  color: #cc0000;
}
.csv_form td {
  box-sizing: border-box;
  background: #fff;
  border-bottom: none;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 999px) {
  .csv_form td {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 0 25px;
    border-radius: 14px;
  }
}
@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: 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-radius: 12px;
  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: #1ea0bd;
  color: #fff;
  box-shadow: 0 0 0;
  transition: 0.2s;
}
.csv_form .submit input[type=submit]:hover {
  opacity: 0.8;
}

.top {
  position: relative;
  background-color: #231816;
  max-width: 100vw;
}
.top__content {
  max-width: 1500px;
  margin: 0 auto;
  width: fit-content;
}
.top__top {
  padding-top: 30px;
}
.top img {
  width: 100%;
  max-width: 100vw;
  display: block;
}
.top__close {
  z-index: 10;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8470588235);
  position: absolute;
  top: 10px;
  right: 10px;
}

.content__mid {
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}
.content__foot {
  background: linear-gradient(135deg, #ff8c27 0%, #F3A26D 100%);
}

.hero {
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .hero {
    padding: 0 0 60px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 999px) {
  .hero {
    padding: 60px 16px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .hero {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1000px) {
  .hero__content {
    border: 2px solid rgba(255, 140, 39, 0.35);
    display: flex;
    background: #FCECDD;
    border-radius: 24px;
  }
}
@media only screen and (max-width: 999px) {
  .hero__content {
    border: 2px solid rgba(255, 140, 39, 0.35);
    display: flex;
    background: #FCECDD;
    border-radius: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .hero__content {
    border: none;
    display: block;
    background: transparent;
    border-radius: 18px;
  }
}
.hero__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1000px) {
  .hero__img {
    padding: 12px;
    width: 100%;
  }
}
@media only screen and (max-width: 999px) {
  .hero__img {
    padding: 12px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .hero__img {
    width: auto;
    border: 2px solid rgba(255, 140, 39, 0.35);
    background-color: #FCECDD;
    padding: 10px;
    margin: 10px;
    border-radius: 18px;
  }
}
@media only screen and (min-width: 1000px) {
  .hero__img img {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }
}
@media only screen and (max-width: 999px) {
  .hero__img img {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .hero__img img {
    width: auto;
    height: 500px;
    border-radius: 16px;
  }
}
.hero__info {
  text-align: left;
}
@media only screen and (min-width: 1000px) {
  .hero__info {
    padding: 12px;
    width: 100%;
  }
}
@media only screen and (max-width: 999px) {
  .hero__info {
    padding: 12px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .hero__info {
    width: auto;
    background-color: #FCECDD;
    position: relative;
    margin: 10px;
    border-radius: 18px;
    overflow: hidden;
  }
}
.hero__info dl {
  display: grid;
}
@media only screen and (min-width: 1000px) {
  .hero__info dl {
    gap: 10px;
  }
}
@media only screen and (max-width: 999px) {
  .hero__info dl {
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .hero__info dl {
    gap: 18px;
    margin: 25px auto;
  }
}
.hero__info dt {
  padding: 12px 21px 18px;
  background: #ff8c27;
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  font-size: clamp(18px, 2vw, 30px);
  text-transform: uppercase;
}
@media only screen and (min-width: 1000px) {
  .hero__info dt {
    width: fit-content;
  }
}
@media only screen and (max-width: 999px) {
  .hero__info dt {
    padding: 10px 18px 15px;
    font-size: clamp(18px, 2vw, 30px);
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  .hero__info dt {
    font-size: 25px;
    margin: 0 auto;
    width: 90%;
    text-align: center;
  }
}
.hero__info dd {
  padding: 12px 14px;
  margin: 5px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
  line-height: 1.6;
}
@media only screen and (min-width: 1000px) {
  .hero__info dd {
    font-size: clamp(14px, 1.73vw, 24px);
    border-radius: 16px;
  }
}
@media only screen and (max-width: 999px) {
  .hero__info dd {
    font-size: clamp(14px, 1.73vw, 24px);
    border-radius: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .hero__info dd {
    font-size: 1.25rem;
    border-radius: 16px;
  }
}
.hero__info dd span {
  color: #3a2e2a;
}
@media only screen and (min-width: 1000px) {
  .hero__info dd span {
    font-size: clamp(6px, 1.2vw, 18px);
  }
}
@media only screen and (max-width: 999px) {
  .hero__info dd span {
    font-size: clamp(6px, 1.2vw, 18px);
  }
}
@media only screen and (max-width: 768px) {
  .hero__info dd span {
    font-size: 0.8rem;
  }
}
.hero__info dd p {
  margin-top: 0;
  margin-bottom: 8px;
}
.hero__info dd p:last-child {
  margin-bottom: 0;
}
.hero__info dd a {
  color: #1ea0bd;
  font-weight: 600;
}

.gmap_sns {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}
@media only screen and (min-width: 1000px) {
  .gmap_sns {
    padding: 60px 16px;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 999px) {
  .gmap_sns {
    margin: 0 10px;
    padding: 30px 0;
  }
}
.gmap_sns__gmap iframe, .gmap_sns__insta iframe {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  background: #fff;
}
@media only screen and (min-width: 1000px) {
  .gmap_sns__gmap iframe {
    width: 100%;
    border-radius: 18px;
    box-shadow: none;
    display: block;
    margin: 0 auto;
    max-width: 560px;
    padding: 0;
  }
}
@media only screen and (max-width: 999px) {
  .gmap_sns__gmap iframe {
    width: 100%;
    border-radius: 18px;
    box-shadow: none;
    display: block;
    margin: 0 auto;
    padding: 0;
  }
}
.gmap_sns__insta iframe {
  width: 100%;
  border-radius: 18px;
  box-shadow: none;
  display: block;
  margin: 0 auto;
  max-width: 560px;
  padding: 0;
}
@media only screen and (min-width: 1000px) {
  .gmap_sns__gmap iframe, .gmap_sns__insta iframe {
    min-height: 766px;
  }
}
.gmap_sns__area {
  background: #FCECDD;
  border-radius: 24px;
  padding: 12px;
  border: 2px solid rgba(255, 140, 39, 0.35);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 999px) {
  .gmap_sns__area {
    padding: 10px;
  }
}

.content {
  position: relative;
  padding: 10px;
}
.content h1 {
  color: #000;
  padding-top: 25px;
  margin: 0;
}

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

@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;
  }
}

#dhamburger__nav {
  position: absolute;
  z-index: 1000;
}
#dhamburger__btn {
  font-size: 2em;
  background: #1ea0bd;
  border: 1px solid #575757;
  color: #fff;
  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: #1ea0bd;
  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__nav.sticky {
  position: fixed !important;
  top: 18px !important;
  right: 18px !important;
  left: auto !important;
  z-index: 1000;
}

.dhamburger__alpha-btn {
  width: 40px;
  height: 40px;
  font-size: 1.1em;
  background: #F3A26D;
  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: #FCECDD;
}

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

.dealer-header-row td {
  font-weight: bold;
  font-size: 40px;
  text-align: left;
  padding: 0.5em 0;
}

.layout .content h1 {
  text-align: center;
  padding-bottom: 25px;
}
.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 (min-width: 1000px) {
  .layout .entry .map {
    display: flex;
    border: solid #ff8c27 6px;
    border-radius: 12px;
    overflow: hidden;
    max-width: 1200px;
    width: 100%;
    margin: 10px auto;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
  }
}
@media only screen and (max-width: 999px) {
  .layout .entry .map {
    padding-bottom: 25px;
    width: 100%;
    text-align: center;
  }
}
.layout .entry .map img {
  max-width: 100%;
}
.layout .entry .list {
  font-weight: bolder;
  border: solid #1ea0bd 10px;
  border-radius: 50px 0;
  overflow: hidden;
  background-color: #ff8c27;
  color: #fff;
  padding: 25px;
}
@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;
}

.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;
  }
}

@media only screen and (max-width: 999px) {
  .sanka_ippan {
    padding: 20px 10px 60px;
  }
}
@media only screen and (min-width: 1000px) {
  .sanka_ippan {
    padding: 40px 16px 80px;
  }
}
.sanka_ippan .entry {
  background: #FCECDD;
  border: 2px solid rgba(255, 140, 39, 0.35);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 999px) {
  .sanka_ippan .entry {
    padding: 20px 16px 35px;
  }
}
@media only screen and (min-width: 1000px) {
  .sanka_ippan .entry {
    padding: 30px 35px 45px;
  }
}
@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 45px;
  }
}
@media only screen and (min-width: 1000px) {
  .sanka_ippan .text {
    font-size: 1.15rem;
    line-height: 1.85rem;
    margin: 0 0 60px;
  }
}
.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: separate;
  border-spacing: 0 18px;
  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 {
    background: #fff;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
    border-radius: 18px;
  }
}
@media only screen and (min-width: 1000px) {
  .sanka_ippan tr:first-of-type td {
    border-top: none;
  }
}
.sanka_ippan tr:last-of-type td {
  border-bottom: none;
}
.sanka_ippan th {
  text-align: center;
  background: linear-gradient(135deg, #ff8c27 0%, #F3A26D 100%);
  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: 12px 0 10px;
    border-radius: 16px 16px 0 0;
  }
}
@media only screen and (min-width: 1000px) {
  .sanka_ippan th {
    border-bottom: none;
    width: 20%;
    font-size: 1.2rem;
    border-radius: 18px 0 0 18px;
  }
}
.sanka_ippan th:first-of-type {
  border-top: none;
}
.sanka_ippan td {
  text-align: left;
  background: #fff;
}
@media only screen and (max-width: 999px) {
  .sanka_ippan td {
    width: 100%;
    padding: 18px 16px 24px;
    border-radius: 0 0 16px 16px;
  }
}
@media only screen and (min-width: 1000px) {
  .sanka_ippan td {
    width: 70%;
    padding: 24px 30px;
    border-bottom: none;
    border-radius: 0 18px 18px 0;
  }
}
.sanka_ippan td strong {
  color: #e52b2b;
  display: block;
  margin: 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 h1 {
  background-color: transparent;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .sanka_ippan h1 {
    padding: 20px 18px 10px;
  }
}
@media only screen and (min-width: 1000px) {
  .sanka_ippan h1 {
    padding: 20px 18px 35px;
  }
}
.sanka_ippan h2 {
  background: linear-gradient(135deg, #ff8c27 0%, #F3A26D 100%);
  line-height: 150%;
  color: #fff;
  padding: 10px 18px 9px;
  margin: 0 auto 28px;
  text-align: center;
  border-radius: 999px;
  width: fit-content;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
@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.6rem;
  }
}
.sanka_ippan .nyujyo {
  border: 1px solid rgba(255, 140, 39, 0.35);
  margin: 22px 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
  word-break: break-all;
}
@media only screen and (max-width: 999px) {
  .sanka_ippan .nyujyo {
    padding: 18px;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 1000px) {
  .sanka_ippan .nyujyo {
    padding: 24px 30px;
  }
}
.sanka_ippan h3 {
  background-color: transparent;
  color: #221816;
  margin: 0 0 10px;
  font-weight: 700;
}
.sanka_ippan .note {
  text-align: left;
  margin: 30px 0 0;
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}
.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;
  }
}

.faq {
  position: relative;
  z-index: 10;
  max-width: 1000px;
  border-radius: 24px;
  background-color: #FCECDD;
  height: 100%;
  padding-bottom: 50px;
  border: 2px solid rgba(255, 140, 39, 0.35);
}
@media only screen and (min-width: 1000px) {
  .faq {
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 999px) {
  .faq {
    margin: 50px 10px;
  }
}
.faq h2 {
  font-size: 32px;
  margin: 0;
  background-color: #1ea0bd;
  width: fit-content;
  padding: 10px 8px 12px;
  margin: 10px 0 20px 20px;
  color: #fff;
  border-radius: 24px;
}
.faq h3 {
  user-select: none;
  position: relative;
  margin: 0 auto;
  align-items: center;
  display: flex;
  gap: 12px;
  width: calc(100% - 60px);
  padding: 20px 20px 18px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff7ee 0%, #ffffff 100%);
  color: #231816;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.faq h3::before {
  content: "";
  width: 8px;
  height: 30px;
  border-radius: 999px;
  background: #ff8c27;
  flex: 0 0 auto;
}
.faq h3::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #231816;
  border-bottom: 2px solid #231816;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s ease;
}
.faq h3:first-of-type {
  margin-top: 0;
}
.faq .faq-panel {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transform: translateY(-8px);
  transition: height 0.36s ease, opacity 0.24s ease, transform 0.36s ease;
}
.faq h3.is-open::after {
  transform: translateY(-50%) rotate(-135deg);
}
.faq h3.is-open + .faq-panel {
  opacity: 1;
  transform: translateY(0);
}
.faq h3:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.12);
}
.faq h3:focus-visible {
  outline: 3px solid rgba(35, 24, 22, 0.35);
  outline-offset: 4px;
}
.faq dl {
  padding: 24px 0 0;
  margin: 0 20px;
}
.faq dt {
  margin-bottom: 20px;
  max-height: 50px;
  padding: 12px 24px;
  background: #ff8c27;
  color: #fff;
  font-size: 24px;
  font-weight: bolder;
  border-radius: 999px;
  width: fit-content;
}
.faq dd {
  margin-bottom: 20px;
  text-align: left;
  padding: 18px 22px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  font-size: 20px;
  line-height: 1.7;
  color: #231816;
}
.faq dd:last-child {
  margin-bottom: 40px;
}
.faq dd p {
  margin: 0 0 10px;
}
.faq dd p:last-child {
  margin-bottom: 0;
}
.faq dd a {
  color: #1ea0bd;
  font-weight: 600;
  text-decoration: underline;
}
.faq dd a:hover {
  opacity: 0.8;
}
.faq dd br {
  line-height: 2;
}

.contact__body {
  background: #FCECDD;
  border: 2px solid rgba(255, 140, 39, 0.35);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 999px) {
  .contact__body {
    gap: 20px;
    margin: 50px 10px;
  }
}
@media only screen and (min-width: 1000px) {
  .contact__body {
    max-width: 1000px;
    width: calc(100% - 24px);
    margin: 0 auto 50px;
  }
}
.contact__form {
  margin: 10px;
  border-radius: 18px;
}
@media only screen and (max-width: 999px) {
  .contact__form {
    padding: 10px;
  }
}
@media only screen and (min-width: 1000px) {
  .contact__form {
    padding: 20px;
  }
}

html {
  font-size: 1em;
  scroll-behavior: smooth !important;
}

body {
  background-color: #1ea0bd;
  margin: 0;
  padding: 0;
  color: #221816;
  font-size: 1em;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  line-height: 150%;
}

.global_head {
  margin: 0;
}

.wrap {
  max-height: fit-content;
}

.ttl {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  .ttl {
    padding: 50px 0;
    height: 75px;
  }
}
@media only screen and (max-width: 999px) {
  .ttl {
    padding: 10px 0;
    height: 25px;
  }
}
.ttl__main {
  position: absolute;
  opacity: 0.2;
  margin: 0;
  padding: 20px 15px 22px;
  color: #FCECDD;
  font-weight: 500;
  font-style: italic;
}
@media only screen and (min-width: 1000px) {
  .ttl__main {
    left: 0;
    font-size: 250px;
  }
}
@media only screen and (max-width: 999px) {
  .ttl__main {
    left: -50px;
    font-size: 150px;
  }
}
.ttl__sub {
  position: absolute;
  margin: 0;
  padding: 20px 15px 22px;
  color: #FCECDD;
  font-weight: 500;
}
@media only screen and (min-width: 1000px) {
  .ttl__sub {
    font-size: 100px;
    left: 75px;
    bottom: 25px;
  }
}
@media only screen and (max-width: 999px) {
  .ttl__sub {
    font-size: 45px;
    left: 0px;
    bottom: -35px;
  }
}

.d_moshikomi h2 {
  margin: 0;
  font-size: 1.5rem;
}
.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;
  border-left: 3px solid #999;
  padding: 5px 10px 4px 10px;
  font-size: 1.25rem;
}
.d_moshikomi .sanka dd {
  margin: 15px 0 0 10px;
}

.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: 100%;
  }
}
@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;
}
.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%;
  table-layout: auto;
  margin: 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;
  }
}

.prod {
  position: relative;
  text-align: left;
  color: #fff;
}
.prod .content {
  position: relative;
  background-color: transparent;
  z-index: 99;
}
.prod h1 {
  background-color: transparent;
  color: #fff;
  text-align: center;
}
@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;
}

.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;
  }
}

@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;
}

.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;
}/*# sourceMappingURL=style.css.map */