@charset "utf-8";

/*------------------------------------------------------------------------------
  font
------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

html,
input,
textarea,
select,
button {
  font-family:  "Zen Old Mincho", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.outer-block {
  min-width: 1200px;
}

.inner-block {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 1120px;
}

#wrapper {
  position: relative;
}

@media screen and (min-width: 751px) {
  a,
  a:before,
  a:after,
  a img:hover,
  button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  a:hover,
  a img:hover,
  button:hover {
    opacity: 0.7;
  }
}

/*------------------------------------------------------------------------------
  css
------------------------------------------------------------------------------*/
.outer-block {
 width: 100%;
}
.inner-block {
  width: 1320px;
  margin: 0 auto;
}
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/*------------------------------------------------------------------------------
  main
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/
h2 {
  font-size: 35px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.145em;
}
h2 img {
  width: 1px;
  height: 97px;
}

@media screen and (min-width: 751px) {
  h2 {
    writing-mode: vertical-rl; 
 
  }
}

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/

@media screen and (min-width: 751px) {
  header {
    position: relative;
  }

  header .nav-list {
    display: flex;
    position: absolute;
    top: 45px;
    right: 90px;
  }
  header .nav-list a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: "Zen Old Mincho";
  }
  header .nav-list li + li {
    margin-left: 80px;
  }
}
/*------------------------------------------------------------------------------
  commitment
------------------------------------------------------------------------------*/
.commitment {
  margin-top: 120px;
}

.commitment .title {
  font-size: 30px;
  font-family: "Zen Old Mincho";
  font-weight: 600;
}

.commitment .text {
  font-size: 20px;
  font-family: "Zen Old Mincho";
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.9;
  margin-top: 30px;
}

.commitment .wrap {
  width: 55%;
  background-color: #E9E1CB;
  position: relative;
}

@media screen and (min-width: 751px) {
  .commitment-wrap {
    display: flex;
    margin-top: 70px;
  }
  .commitment-img {
  width: 55%;
  position: absolute;
  right: 50px;
  }
  .commitment .wrap {
    padding-top: 100px;
    padding-bottom: 270px;
    padding-left: 6%;
    padding-right: 15%;
    margin-top: 110px;
  }
}
/*------------------------------------------------------------------------------
  menu
------------------------------------------------------------------------------*/
.menu {
  margin-top: 80px;
}

.menu .menu-ditail {
  align-items: center;
  margin-top: 40px;
}
.menu .title {
  color: #730000;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 10px;
}
.menu .fee {
font-size: 24px;
}
.menu .fee span {
  font-size: 30px;
  margin-left: 50px;
}
.menu .menu-wrap {
  margin-top: 93px;
}
@media screen and (min-width: 751px) {
  .menu .menu-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .menu .menu-ditail {
    display: flex;
    align-items: center;
  }
  .menu .menu-ditail img {
    width: 310px;
    margin-right: 40px;
  }
}
/*------------------------------------------------------------------------------
  buy
------------------------------------------------------------------------------*/
.buy {
  margin-top: 185px;
}


.buy .buy-wrap .shopimg {
  width: 320px;
}

.buy .buy-wrap .number {
  font-size: 24px;
  background-color: #730000;
  width: 65px;
  height: 65px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.buy .buy-wrap .text {
  font-size: 35px;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 15px;
}

.buy .buy-wrap .attention {
  font-size: 20px;
  font-weight: 500;
  color: #730000;
}
.buy .buy-wrap .attention img {
  padding-top: 5px;
  margin-right: 8px;
}

@media screen and (min-width: 751px) {

  .buy .buy-wrap .wrap {
    display: flex;
    justify-content: space-between;
    width: 830px;
    margin: 80px auto;
  }

  .explanation-wrap {
    width: 830px;
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto 160px;
  }
}
/*------------------------------------------------------------------------------
  shop
------------------------------------------------------------------------------*/
.shop {
position: relative;
}
.shop .inner-block {
  position: absolute;
  text-align: center;
}
.shop h2 {
  color: #fff;
  margin-top: 100px;
  margin-bottom: 75px;
}
.shop a {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  background-color: #730000;
  border: 1px solid #FFF;
  padding: 28px 87px;
  margin: 0 auto 0;
}

.shop .image {
  height: 700px;
}
@media screen and (min-width: 751px) {
  .shop {
    margin-top: 120px;
  }
}
/*------------------------------------------------------------------------------
  access
------------------------------------------------------------------------------*/

iframe {
  width: 750px;
  height: 557px;
}
.access-wrap .name {
  font-size: 50px;
}

.access-wrap .address-title {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 25px;
}

.access-wrap .address {
  font-size: 20px;
}

@media screen and (min-width: 751px) {
  .access-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 105px;
  }
}
/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
.footer {
  margin-top: 154px;
  background-color: #E9E1CB;
  padding-top: 37px;
  padding-bottom: 37px;
}

.footer .wrap p {
  font-size: 50px;
}

.footer .nav-wrap a {
  font-size: 18px;
}
.copyright {
  background-color: #730000;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  padding-top: 13px;
  padding-bottom: 13px;
}
@media screen and (min-width: 751px) {
  .footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer .nav-wrap {
    display: flex;
    gap: 68px;
  }
}