@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

body {
  font-size: 14px;
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

body.is-open {
  overflow: scroll;
}




.outer-block {
  min-width: 320px;
}

.inner-block {
  padding: 0 28px;
  width: auto;
}

#wrapper {
  min-width: 320px;
  position: relative;
  overflow: hidden;
}

input[type="submit"] {
  -webkit-text-size-adjust: 100%;
}

input,
select,
textarea {
  font-size: 16px !important;
}



/*------------------------------------------------------------------------------
  css
------------------------------------------------------------------------------*/

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/
h2 {
  flex-direction: column;
  font-size: 30px;
}

h2 img {
  width: 1px;
  height: 50px;
}



/*------------------------------------------------------------------------------
  commitment
------------------------------------------------------------------------------*/
.mv {
  object-fit: cover;
  object-position: 15% 100%;
}

.commitment {
  margin-top: 60px;
}
.commitment-img {
  width: 90%;
  margin: -330px auto 0;
  display: block;
  position: relative;
}

.commitment .wrap {
  width: 100%;
  background-color: #E9E1CB;
  position: relative;
  margin-top: 50px;
  padding-top: 60px;
  padding-bottom: 360px;
}
.commitment .title {
  font-size: 24px;
  text-align: center;
}

.commitment .text {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}



/*------------------------------------------------------------------------------
  menu
------------------------------------------------------------------------------*/
.menu {
  margin-top: 150px;
}
.menu .title {
  margin: 20px 0 10px;
  font-family: "Noto Serif JP";
}
.menu .info {
  text-align: center;

}
.menu .info .fee{
  font-size: 20px;
}
.menu .fee span{
  font-size: 20px;
  margin-left: 25px;
}
.menu .menu-wrap {
  margin-top: 50px;
}
/*------------------------------------------------------------------------------
  buy
------------------------------------------------------------------------------*/
.buy-wrap {
  margin-top: 60px;
}
.buy-wrap .wrap {
  margin-top: 60px;
}

.buy .buy-wrap .attention {
  margin-bottom: 50px;
}
.buy .buy-wrap .shopimg {
  display: block;
  width: 100%;
}
.buy .buy-wrap .text {
  margin-top: 30px;
}
.explanation-wrap {
 margin-top: 60px;
}

.explanation-wrap img + img {
  margin-top: 20px;
}
.buy .buy-wrap .number {
  width: 45px;
  height: 45px;
  font-size: 20px;
}

.buy .buy-wrap .text {
  font-size: 25px;
}

/*------------------------------------------------------------------------------
  shop
------------------------------------------------------------------------------*/
.shop {
  margin-top: 120px;
}

.shop a {
  font-size: 20px;
}

.shop .image {
  height: 500px;
  object-fit: cover;
}

.shop .inner-block {
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

/*------------------------------------------------------------------------------
  access
------------------------------------------------------------------------------*/
.access-wrap {
margin-top: 60px;
}

iframe {
  margin-top: 60px;
  width: 100%;
  height: 100%;
}
.access-wrap .name {
  font-size: 35px;
}
.access-wrap .address-title {
  font-size: 20px;
}
.access-wrap .address {
  font-size: 18px;
}
/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
.footer {
  margin-top: 120px;
}

.footer .nav-wrap {
  margin-top: 30px;
}
.footer .nav-wrap li + li {
  margin-top: 10px;
}
.footer .wrap p {
  font-size: 35px;
}
.copyright {
  font-size: 12px;
}
/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
.header {
  height: 56px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: background-color 0.3s;
}

.header.is-open {
  background-color: #FFF;
}

.header.is-open .nav{
  opacity: 1;
  visibility: visible;
}

.header .nav {
  opacity: 0;
  visibility: hidden;
  background-color: #f68d47;
  width: 100%;
  position: fixed;
  top: 56px;
  left: 0;
  height: calc(100vh - 56px);
  padding: 65px 30px 20px;
  overflow: scroll;
  transition: opacity 0.3s, visibility 0.3s;
}
.header .nav {
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  position: fixed;
  top: 56px;
  width: 100%;
  height: calc(100vh - 56px);
  z-index: 1;
  padding: 30px;
  overflow: scroll;
  transition: opacity 0.3s, visibility 0.3s;
}
.header .nav li {
  margin: 30px 0 20px;
  border-bottom: 2px solid #730000;
  
}
.header .nav a {
  font-size: 30px;
  
}
button {
  margin: 0 0 0 auto;
}
.header .inner {
  width: 50px;
  margin: 10px auto 10px auto;
}
.header .fa-solid {
  font-size: 32px;
  color: #FFF;
  
  
}

.header .fa-xmark {
  display: none;
}

.header.is-open .fa-xmark {
  width: 30px;
  display: block;
  margin: 11px auto;
}

.header .fa-bars {
  width: 30px;
  display: block;
  margin: 14px auto;
}

.header.is-open .fa-bars {
  display: none;
}

button {
  background-color: #000;
}