@charset "UTF-8";
.page-title {
  margin: 120px auto 80px auto;
  text-align: center;
}
.page-title h2 {
  font-size: 36px;
  font-weight: normal;
  margin: 0 auto;
}
.page-title span {
  color: #033a00;
  font-weight: bold;
}
@media (max-width: 768px) {
  .page-title {
    margin: 80px auto 30px auto;
  }
  .page-title h2 {
    font-size: 24px;
  }
}

h2 {
  padding: 0 3em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
h2::before, h2::after {
  content: "";
  background: #C9A227;
  width: 2.4em;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
h2::before {
  left: 0;
}
h2::after {
  right: 0;
}

.tea-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 80px auto 0 auto;
}
.tea-page img[src$=".svg"] {
  width: 45px;
  height: auto;
}
.tea-page h3 {
  margin: 20px auto;
}
.tea-page p {
  margin: 0;
}
@media (max-width: 768px) {
  .tea-page {
    margin: 50px auto 0 auto;
  }
}

.underline {
  display: inline;
  line-height: 2.5 !important;
  padding: 0 0.25em 0.25em;
  background-image: repeating-linear-gradient(-45deg, #C9A227, #C9A227 4px, transparent 4px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.store-info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
  font-size: 16px;
}
.store-info-table th, .store-info-table td {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}
.store-info-table th:last-child, .store-info-table td:last-child {
  border-bottom: none;
}
.store-info-table th {
  width: 120px;
  text-align: right;
  background-color: #f9f9f9;
  font-weight: bold;
  color: #333;
}
.store-info-table td {
  text-align: left;
  line-height: 1.6;
  color: #555;
}
@media (max-width: 768px) {
  .store-info-table th, .store-info-table td {
    display: block;
    width: 100% !important;
    text-align: left !important;
    padding: 5px 15px;
  }
  .store-info-table th {
    background-color: transparent;
    margin-top: 10px;
  }
}

.smf-form--confirm {
  font-size: 16px !important;
}
.smf-form--confirm * {
  font-size: inherit !important;
  line-height: 1.6;
  color: #000 !important;
}
.smf-form--confirm .smf-item {
  font-size: 16px !important;
}

.takeout-section {
  display: flex;
  gap: 20px;
  align-items: center;
}
.takeout-section img {
  max-width: 250px;
  width: 100%;
}
.takeout-section p {
  margin: 0;
  color: #ef8200;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
@media (max-width: 768px) {
  .takeout-section {
    flex-direction: column;
  }
}

.box_shadow {
  margin: 1em 0;
  padding: 1em;
  background-color: #fff2e1;
  box-shadow: 5px 5px #ef8200;
}

.coffee-section .table-container {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  -webkit-overflow-scrolling: touch;
}
.coffee-section table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.6;
}
.coffee-section table th, .coffee-section table td {
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  text-align: left;
}
.coffee-section table th {
  background-color: #f9f9f9;
  font-weight: 600;
  color: #333;
  text-align: center;
}
.coffee-section table td {
  color: #666;
}
.coffee-section table tr:nth-child(even) {
  background-color: #fafafa;
}
.coffee-section table tr:hover {
  background-color: #f0f7ff;
}

.notice {
  background-color: pink;
  padding: 20px;
}
.notice p {
  margin-bottom: 0;
}

.box {
  display: flex;
  align-items: center;
  gap: 10%;
}
.box p {
  font-size: 18px;
  line-height: 2;
}
.box .tororincha {
  width: 200px;
}
@media (max-width: 768px) {
  .box {
    flex-direction: column;
    gap: 50px;
  }
  .box p {
    font-size: 16px;
    line-height: 1.5;
  }
  .box .tororincha {
    width: 120px;
  }
}

.tororincha_footer {
  text-align: right;
  width: 100%;
}
.tororincha_footer .tororinmusume {
  width: 400px;
}
@media (max-width: 768px) {
  .tororincha_footer .tororinmusume {
    width: 200px;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.pdf-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.pdf-item a {
  text-decoration: none;
  color: #333;
  display: block;
}
.pdf-item img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}

.pdf-title {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

.visit-guide__inside {
  padding: 10px;
}

.gold_underline {
  display: inline-block;
  border: 2px solid #C9A227;
  padding: 0.6em 0.6em;
  line-height: 1;
}

.kakigoori-page {
  margin-bottom: 0 !important;
}

.concept {
  background-color: #F9F6ED;
}
.concept img {
  border-radius: 8px;
  box-shadow: 8px 8px 0px rgba(201, 162, 39, 0.5);
}
.concept h3 {
  padding: 80px 0 30px 0;
  letter-spacing: 2px;
}
.concept h3 .dot-accent {
  font-size: 24px;
  text-emphasis: filled circle #C9A227;
  -webkit-text-emphasis: filled circle #C9A227;
  -webkit-text-emphasis-position: over;
          text-emphasis-position: over right;
}
.concept h4 {
  color: #C9A227;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 100;
}
.concept h4 span {
  font-size: 28px;
}
.concept h5 {
  margin-bottom: 15px;
  font-weight: 100;
  font-size: 18px;
}
.concept .w900 {
  margin-bottom: 0;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .concept h3 .dot-accent {
    font-size: 20px;
  }
}

.icon-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icecube-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.flex {
  display: flex;
  gap: 80px;
  width: 100%;
  align-items: center;
}
.flex .left_box {
  width: 50%;
  position: relative;
  height: 400px;
}
.flex .left_box img {
  position: absolute;
  border-radius: 4px;
  box-shadow: 8px 8px 0px rgba(201, 162, 39, 0.5);
  -o-object-fit: cover;
     object-fit: cover;
}
.flex .left_box .bigger_img {
  top: 0;
  right: 0;
  width: 250px;
  z-index: 2;
}
.flex .left_box .smaller_img {
  bottom: 0;
  left: 0;
  width: 200px;
  z-index: 1;
}
.flex .right_box {
  width: 50%;
}
@media (max-width: 768px) {
  .flex {
    flex-direction: column;
    gap: 50px;
  }
  .flex .left_box {
    width: 100%;
    max-width: 350px;
    height: 420px;
    margin: 0 auto;
  }
  .flex .right_box {
    width: 100%;
  }
}

.img_flex {
  display: flex;
  width: 100%;
  gap: 10%;
  margin: 50px 0 100px 0;
}
.img_flex img {
  width: 45%;
}
@media (max-width: 768px) {
  .img_flex {
    flex-direction: column;
    margin: 25px 0 50px 0;
    gap: 30px;
  }
  .img_flex img {
    width: 100%;
  }
}/*# sourceMappingURL=custom-subpage.css.map */