@charset "UTF-8";
html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #043c64;
  background: #faf6eb url(../img/bg.png) repeat;
  word-break: break-all;
}
body.js-no_scroll {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
body.js-no_scroll:before {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

main {
  padding-top: 90px;
}
@media (max-width: 767px) {
  main {
    padding-top: 60px;
  }
}

p {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

a {
  text-decoration: underline;
  color: #cc1333;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #cc1333;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

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

.container {
  padding: 0;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

h1 {
  max-width: 680px;
  padding: 0.2em;
  background: rgba(231, 208, 174, 0.6);
  display: inline-block;
}
@media (max-width: 575px) {
  h1 {
    padding: 0.1em;
    background: none;
  }
}

h2 {
  color: #0a97cf;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  letter-spacing: -1px;
  background: url(../img/bg-title01.png) no-repeat center top;
  background-size: 107px auto;
  margin-bottom: 30px;
  padding-top: 46px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 34px;
    background-size: 64px auto;
    padding-top: 24px;
  }
}
h2 span {
  display: block;
  color: #043c64;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 575px) {
  h2 span {
    font-size: 14px;
  }
}

h3 {
  color: #043c64;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #043c64;
  background: url(../img/bg-title02.png) no-repeat left center;
  background-size: 32px auto;
  padding: 10px 0px 10px 40px;
  margin: 60px 0 15px 0;
}
@media (max-width: 767px) {
  h3 {
    font-size: 16px;
    background-size: 20px auto;
    padding: 8px 0px 8px 24px;
    margin: 30px 0 10px 0;
  }
}

b {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #c2e4f7));
  background: -webkit-linear-gradient(transparent 70%, #c2e4f7 60%);
  background: linear-gradient(transparent 70%, #c2e4f7 60%);
  font-size: 18px;
}
@media (max-width: 575px) {
  b {
    font-size: 16px;
  }
}

#anchor-store_info.popup-info {
  margin-top: 40px;
}
@media (max-width: 575px) {
  #anchor-store_info.popup-info {
    margin-top: 20px;
  }
}

.popup-info,
.shopping-area {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(73, 53, 36, 0.2);
          box-shadow: 0 0 8px rgba(73, 53, 36, 0.2);
  padding: 40px 60px;
  font-size: 16px;
}
@media (max-width: 575px) {
  .popup-info,
  .shopping-area {
    font-size: 15px;
    -webkit-box-shadow: 0 0 4px rgba(73, 53, 36, 0.4);
            box-shadow: 0 0 4px rgba(73, 53, 36, 0.4);
    padding: 30px 14px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.box-color {
  padding: 28px 28px 16px 28px;
  background: #e2f3fd;
  border-radius: 8px;
  margin-bottom: 40px;
}

.list-note li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.list-note li:last-child {
  margin-bottom: 1.5rem;
}

.list-icon li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.list-icon li:last-child {
  margin-bottom: 1.5rem;
}

.img-line {
  width: 300px;
  padding: 4px 0 8px 0;
}
@media (max-width: 575px) {
  .img-line {
    width: 200px;
  }
}

header .img-logo {
  display: block;
  max-width: 114px;
  z-index: 4;
}
@media (max-width: 767px) {
  header .img-logo {
    max-width: 70px;
  }
}

nav.navbar {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 8px;
  max-height: 100vh;
  background-color: #043c64;
}
nav.navbar button.btn.btn-link {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #043c64;
  border: none;
  text-decoration: none;
  font-size: 14px;
}
@media (max-width: 767px) {
  nav.navbar button.btn.btn-link {
    margin-right: 0;
    padding: 0;
  }
}
nav.navbar button.btn.btn-link:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
nav.navbar .navbar-toggler-icon {
  width: 100%;
  height: auto;
  background-image: none !important;
}
nav.navbar .close-p {
  text-align: right;
}
@media (min-width: 768px) {
  nav.navbar .close-p {
    padding-right: 0;
  }
}
nav.navbar .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: #043c64;
}
nav.navbar .modal-dialog .modal-content {
  background-color: #043c64 !important;
  padding: 8px;
}
nav.navbar .modal-header {
  border-bottom: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 8px 30px;
}
@media (max-width: 575px) {
  nav.navbar .modal-header {
    padding: 6px 8px 24px;
  }
}
nav.navbar .modal-header .btn-close {
  position: relative;
  width: 24px;
  border: none;
}
@media (max-width: 767px) {
  nav.navbar .modal-header .btn-close {
    padding: 0 4px 0 0;
  }
}
nav.navbar .modal-header .btn-close:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
nav.navbar .modal-body {
  width: 1280px;
  max-width: 96%;
  padding: 10px 0 20px;
  margin: 0 auto;
}
nav.navbar .modal-body .nav-item {
  padding: 0 10px;
}
nav.navbar .modal-body .nav-link {
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 12px;
}
@media (max-width: 767px) {
  nav.navbar .modal-body .nav-link {
    width: 100%;
    padding: 15px 6px;
  }
}

.modal-backdrop {
  z-index: 1;
}

.btn-close {
  --bs-btn-close-bg: none;
  opacity: 1;
}

.button {
  background: none !important;
}

.online-area {
  background: rgba(228, 245, 255, 0.7);
  padding: 80px 0px;
  margin-top: 80px;
}
@media (max-width: 575px) {
  .online-area {
    padding: 50px 0px 45px 0;
    margin-top: 50px;
  }
}

.shopping-info {
  color: #043c64;
  font-size: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(9, 62, 86, 0.2);
          box-shadow: 0 0 8px rgba(9, 62, 86, 0.2);
  padding: 40px;
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .shopping-info {
    width: 96%;
    font-size: 15px;
    -webkit-box-shadow: 0 0 4px rgba(9, 62, 86, 0.2);
            box-shadow: 0 0 4px rgba(9, 62, 86, 0.2);
    padding: 30px 14px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 60px;
  }
}

/* ------------
  商品一覧エリア
 ------------ */
.itemWrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
}
@media (max-width: 767px) {
  .itemWrap {
    width: 100%;
    padding: 5px;
  }
}

.StyleF_Frame_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
}

.StyleF_Item_ {
  width: calc(25% - 16px);
  margin: 8px;
  padding: 14px;
  background: white;
  -webkit-box-shadow: 0 0 8px rgba(9, 62, 86, 0.2);
          box-shadow: 0 0 8px rgba(9, 62, 86, 0.2);
}

.img_ img {
  width: 100%;
}

.goods_img_ {
  text-decoration: none;
}

.name_ {
  min-height: 2.5rem;
  color: #043c64;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 575px) {
  .name_ {
    min-height: 2rem;
    font-size: 12px;
    line-height: 1.3;
  }
}
.name_ a {
  display: block;
  color: #043c64;
  text-decoration: none;
  word-break: break-all;
}

.price_ {
  text-align: right;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .price_ {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.pre_sales_ {
  font-size: 14px;
}

.cart_ {
  text-align: center;
}
.cart_:hover a {
  opacity: 0.8;
}

.goods_ .StyleF_Frame_ .rdt_,
.goods_ .StyleF_Frame_ .comment_ {
  display: none;
}

.cart_btn_ {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 6px 10px;
  font-weight: bold;
  color: #fff;
  border: none;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
@media (max-width: 575px) {
  .cart_btn_ {
    font-size: 14px;
    padding: 4px 10px;
  }
}

.cart_btn_.reservation_ {
  color: #ffffff;
  background: #0a97cf url("../img/arrow-white.png") no-repeat left 95% top 11px;
  background-size: 9px auto;
  border-radius: 4px;
  border: 1px solid #0a97cf;
  -webkit-box-shadow: 0 3px 0 #043c64;
          box-shadow: 0 3px 0 #043c64;
}

.cart_btn_.order_ {
  color: #ffffff;
  background: #ce1032 url("../img/arrow-white.png") no-repeat left 95% top 11px;
  background-size: 9px auto;
  border-radius: 4px;
  border: 1px solid #ce1032;
  -webkit-box-shadow: 0 3px 0 #5d0817;
          box-shadow: 0 3px 0 #5d0817;
}

.cart_btn_.detail_ {
  background-color: white;
  color: #766754;
  border-radius: 0;
  border: 1px solid #766754;
}

.cart_btn_.sold_out_,
.cart_btn_.closed_ {
  color: #333333;
  background: #aaaaaa;
}

@media (max-width: 767px) {
  .name_,
  .rdt_,
  .comment_ {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .StyleF_Item_ {
    width: calc(50% - 8px);
    margin: 4px;
  }
}
.StyleF_Item_ .img_ {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.StyleF_Item_ .img_ img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

footer {
  color: #ffffff;
  text-align: center;
  background: #043c64;
  padding: 20px 0;
  margin-top: 80px;
}
@media (max-width: 575px) {
  footer {
    padding: 10px 0;
    margin-top: 45px;
  }
}
footer .link-pageup {
  font-size: 24px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  z-index: 1;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
    width: 40px;
  }
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  line-height: 1;
  margin: 0;
}
@media (max-width: 575px) {
  footer .copyright {
    font-size: 12px;
  }
}