@charset "UTF-8";
@keyframes expansion {
  0% {
    height: 0px;
    bottom: 85px;
  }
  100% {
    height: 85px;
    bottom: 0px;
  }
}
/*共通パーツ*/
.ttl {
  margin-bottom: 40px;
  font-size: 3.4rem;
  letter-spacing: 0.15em;
  font-family: "Gelasio", serif;
  font-weight: 400;
}
.ttl small {
  display: block;
  margin-top: 20px;
  font-family: "Shippori Mincho", serif;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 880px) {
  .ttl {
    font-size: 2.8rem;
  }
  .ttl small {
    font-size: 1.8rem;
    margin-top: 5px;
  }
}

.cont_size_box {
  max-width: 1190px;
  display: block;
  margin: 0 auto;
  width: 95%;
}

.btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 880px) {
  .btn {
    display: block;
  }
}
.btn a {
  max-width: 220px;
  width: 90%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Gelasio", serif;
  background: #eeeeee;
  border-radius: 6px;
  line-height: 1;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
.btn a img {
  max-width: 27.5px;
  display: block;
}
.btn a + a {
  margin-left: 2em;
}
@media screen and (max-width: 880px) {
  .btn a {
    margin: 0px auto;
  }
  .btn a + a {
    margin: 10px auto 0;
  }
}

.bnr {
  max-width: 636.5px;
  margin: 100px auto;
  width: 95%;
}
@media screen and (max-width: 880px) {
  .bnr {
    margin: 60px auto;
  }
}

/*共通パーツ*/
html {
  font-size: 10px;
  bottom: 85px;
}
@media screen and (max-width: 880px) {
  html {
    font-size: 8px;
    bottom: 0;
  }
}

body {
  font-family: "Shippori Mincho", serif;
}

header {
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  z-index: 9999;
  overflow: hidden;
}
header h1 {
  width: 190px;
  flex-shrink: 0;
  margin-right: 63px;
}
header h1 a {
  display: block;
}
@media screen and (max-width: 1000px) {
  header h1 {
    width: 140px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 880px) {
  header h1 {
    margin-right: 0px;
  }
}
header nav {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: calc(100% - 340px);
  margin: 0 auto;
  max-width: 700px;
}
@media screen and (max-width: 880px) {
  header nav {
    width: 100%;
    display: block;
    margin: 0;
  }
}
header nav a {
  display: block;
  text-align: center;
  font-size: 1.7rem;
}
@media screen and (max-width: 1000px) {
  header nav a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 880px) {
  header nav a {
    text-align: right;
    margin-top: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 10px 0;
    font-size: 1.7rem;
  }
}
header nav a .en {
  display: block;
  font-family: "Gelasio", serif;
  font-size: 1rem;
  margin-top: 10px;
}
@media screen and (max-width: 880px) {
  header nav a .en {
    display: inline-block;
    margin-left: 0.5em;
  }
}
header .contactBox {
  width: 190px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
  header .contactBox {
    width: 140px;
  }
}
@media screen and (max-width: 880px) {
  header .contactBox {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
header .contactBox a.tel {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  header .contactBox a.tel {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 880px) {
  header .contactBox a.tel {
    font-size: 1.8rem;
  }
}
header .contactBox a.btn {
  display: block;
  background: #e52e2e;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 5px 10px;
  box-sizing: border-box;
  margin-top: 5px;
  border-radius: 4px;
}
@media screen and (max-width: 880px) {
  header .contactBox a.btn {
    font-size: 1.4rem;
    padding: 10px;
    margin-top: 10px;
    padding: 10px 5px;
  }
}
header .spNavToggle {
  position: relative;
  width: 20px;
  height: 15px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: block;
}
header .spNavToggle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 1px;
  width: 100%;
  background: #000;
}
header .spNav {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 85vw;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  z-index: 99999;
  height: 100vh;
  z-index: 999999;
  max-width: 300px;
  transition: 0.5s;
}
header .spNav .close_icn {
  font-size: 2.5rem;
  font-weight: 300;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 880px) {
  header .spNav.open {
    right: 0;
  }
}
header .spNav .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
header .spNav .flex .header_insta {
  max-width: 40px;
  width: 15%;
  margin-left: 5%;
  flex-shrink: 0;
}
header .spNav .flex .contactBox {
  width: 80%;
  margin-top: 0;
  flex-shrink: inherit;
}

footer {
  padding: 60px 0;
  background: #fff;
}
@media screen and (max-width: 880px) {
  footer {
    padding: 30px 0;
  }
}
footer > * {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 880px) {
  footer > * {
    display: block !important;
  }
}
footer .logo {
  display: block;
  max-width: 190px;
}
@media screen and (max-width: 880px) {
  footer .logo {
    margin: 0 auto;
    width: 120px;
  }
}
footer .arrow {
  background: url("../image/common/arrow.svg") no-repeat center;
  background-size: contain;
  transform: rotate(-90deg);
  width: 30px;
  height: 30px;
  display: block;
}
@media screen and (max-width: 880px) {
  footer .arrow {
    margin: 20px auto;
    width: 20px;
    height: 20px;
  }
}
footer p {
  font-size: 1.2rem;
  font-family: "Gelasio", serif;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 880px) {
  footer p {
    text-align: center;
  }
}
footer p a {
  display: block;
  width: 43px;
  margin-left: 10px;
}
@media screen and (max-width: 880px) {
  footer p a {
    width: 30px;
  }
}

#mv {
  position: relative;
}
#mv .main_ttl {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: clamp(0px, 4.5vw, 40px);
  z-index: 99;
  font-weight: 400;
  width: 90%;
  text-align: center;
}
@media screen and (max-width: 880px) {
  #mv .main_ttl {
    font-size: clamp(0px, 6vw, 40px);
    margin-top: -40px;
  }
}
#mv .main_ttl .en {
  display: block;
  font-family: "Gelasio", serif;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  margin-top: 35px;
}
@media screen and (max-width: 880px) {
  #mv .main_ttl .en {
    margin-top: 15px;
    font-size: clamp(0px, 3vw, 40px);
  }
}
#mv .slider .cont {
  width: 100%;
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv .slider .cont img {
  display: block !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 880px) {
  #mv .slider .cont {
    aspect-ratio: 1/1;
    height: auto;
  }
  #mv .slider .cont img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#mv .scroll {
  position: absolute;
  color: #fff;
  text-align: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 95px;
}
#mv .scroll::after {
  content: "";
  width: 1px;
  background: #fff;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  animation-name: expansion;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

#news {
  margin-top: 145px;
  margin-bottom: 145px;
  /* 2件目以降のliを非表示 */
  /* ボタンのスタイル（お好みで調整してください） */
}
@media screen and (max-width: 880px) {
  #news {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #news .ttl {
    margin-bottom: 0;
  }
}
#news ul {
  max-width: 1190px;
  margin: 0 auto;
  width: 95%;
}
#news ul li {
  padding: 30px 0;
  border-bottom: 1px solid #000;
}
#news ul li .date {
  font-size: 1.6rem;
  color: #828282;
  display: block;
  margin-bottom: 15px;
}
#news ul li p {
  font-size: 1.6rem;
}
#news ul li a {
  text-decoration: underline;
  font-weight: bold;
}
#news .news-list {
  display: block;
}
#news .news-list li:nth-child(n+2) {
  display: none;
}
#news .view-more-btn {
  display: block;
  width: 200px;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
  background: #333;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
#news .view-more-btn:hover {
  background: #666;
}

#about {
  background: #100f0f;
  color: #fff;
  padding: 140px 0;
}
@media screen and (max-width: 880px) {
  #about {
    padding: 60px 0;
  }
}
#about h3 {
  font-size: 3.6rem;
  font-weight: 400;
}
#about h3 .en {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
#about .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
}
@media screen and (max-width: 880px) {
  #about .flex {
    display: block;
    margin-top: 50px;
  }
}
#about .flex p {
  font-size: 1.6rem;
  line-height: 2.875;
  width: 46%;
}
#about .flex p.en {
  font-size: 1.3rem;
  line-height: 3.077;
  font-family: "Gelasio", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 880px) {
  #about .flex p {
    width: 100%;
  }
  #about .flex p.en {
    margin-top: 20px;
  }
}

#menu {
  padding-top: 150px;
  padding-bottom: 140px;
  overflow: hidden;
}
@media screen and (max-width: 880px) {
  #menu {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#menu .sliderBox {
  margin-top: 70px;
  margin-bottom: 75px;
}
@media screen and (max-width: 880px) {
  #menu .sliderBox {
    margin: 40px auto;
  }
}
#menu .sliderBox ul li {
  margin: 0 1.8vw;
  display: block !important;
  position: relative;
  width: 72vw !important;
}
#menu .sliderBox ul li.soon::before {
  content: "";
  display: block;
  width: 72vw;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#menu .sliderBox ul li.soon:after {
  content: "COMING SOON";
  font-family: "Gelasio", serif;
  font-size: 2.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  letter-spacing: 0.2em;
  width: 100%;
  text-align: center;
}
#menu .sliderBox ul li img {
  width: 100%;
}
#menu .priceBox {
  max-width: 710px;
  width: 95%;
  margin: 0 auto;
  display: block;
}
#menu .priceBox dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 30px 0;
}
@media screen and (max-width: 880px) {
  #menu .priceBox dl {
    padding: 20px 0;
  }
}
#menu .priceBox dl:first-child {
  border-top: 1px solid #000;
}
#menu .priceBox dl dt {
  font-size: 2.4rem;
}
#menu .priceBox dl dt .en {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 880px) {
  #menu .priceBox dl dt .en {
    display: block;
    margin-left: 0;
  }
}
#menu .priceBox dl dd {
  font-size: 2.4rem;
  text-align: right;
}
#menu .priceBox dl dd a {
  display: block;
  font-size: 1.8rem;
  border: 1px solid #000;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1;
  margin-top: 10px;
  font-size: 0.7em;
}
#menu .priceBox p {
  font-size: 1.4rem;
  line-height: 2.6;
  margin-top: 20px;
}

#drink {
  background: url("../image/top/drink/bg.jpg") no-repeat;
  background-size: cover;
  padding: 150px 0;
  margin-bottom: 150px;
}
@media screen and (max-width: 880px) {
  #drink {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
#drink .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
}
@media screen and (max-width: 880px) {
  #drink .flex {
    display: block;
  }
}
#drink .flex h2 {
  text-align: left;
}
#drink .flex h2 .en {
  display: block;
}
@media screen and (max-width: 880px) {
  #drink .flex h2 {
    text-align: center;
  }
}
#drink .flex .drink_list {
  width: 70%;
  max-width: 710px;
}
@media screen and (max-width: 880px) {
  #drink .flex .drink_list {
    width: 100%;
    margin: 0 auto;
  }
}
#drink .flex .drink_list dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 30px 0;
}
#drink .flex .drink_list dl:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
#drink .flex .drink_list dl dt {
  font-size: 2.4rem;
  white-space: nowrap;
}
#drink .flex .drink_list dl dt .en {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 880px) {
  #drink .flex .drink_list dl dt .en {
    display: block;
    margin-left: 0;
  }
}
#drink .flex .drink_list dl dd {
  font-size: 2.4rem;
  text-align: right;
}
#drink .flex .drink_list dl dd span {
  display: inline-block;
  margin-left: 0.5em;
}
@media screen and (max-width: 880px) {
  #drink .flex .drink_list dl dd span {
    display: block;
    margin: 0;
  }
}
#drink .flex .drink_list p {
  text-align: right;
  font-size: 1.3rem;
  margin-top: 10px;
}

#room {
  background: #a13636;
  padding: 150px 0;
  color: #fff;
}
@media screen and (max-width: 880px) {
  #room {
    padding: 60px 0;
  }
}
#room .contBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#room .contBox .cont {
  width: 47%;
}
@media screen and (max-width: 880px) {
  #room .contBox .cont {
    width: 100%;
  }
}
#room .contBox .cont:first-child, #room .contBox .cont:last-child {
  width: 100%;
}
@media (min-width: 881px) {
  #room .contBox .cont:first-child .txtBox, #room .contBox .cont:last-child .txtBox {
    display: flex;
    justify-content: space-between;
  }
  #room .contBox .cont:first-child .txtBox p, #room .contBox .cont:last-child .txtBox p {
    width: 47%;
  }
  #room .contBox .cont:first-child .txtBox p.en, #room .contBox .cont:last-child .txtBox p.en {
    margin-top: 0;
  }
}
#room .contBox .cont + .cont {
  margin-top: 100px;
}
@media screen and (max-width: 880px) {
  #room .contBox .cont + .cont {
    margin-top: 50px;
  }
}
#room .contBox .cont:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 100px;
}
@media screen and (max-width: 880px) {
  #room .contBox .cont:last-child {
    padding-top: 40px;
  }
}
#room .contBox .cont .img {
  margin-bottom: 50px;
}
@media screen and (max-width: 880px) {
  #room .contBox .cont .img {
    margin-bottom: 20px;
  }
}
#room .contBox .cont h3 {
  text-align: left;
  font-size: 2.2rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 880px) {
  #room .contBox .cont h3 {
    margin-bottom: 20px;
  }
}
#room .contBox .cont h3 .en {
  display: block;
  font-size: 1.7rem;
  margin-top: 20px;
}
#room .contBox .cont .txtBox p {
  font-size: 1.6rem;
  width: 100%;
  line-height: 2.875;
}
#room .contBox .cont .txtBox p.en {
  font-size: 1.3rem;
  font-family: "Gelasio", serif;
  letter-spacing: 0.1em;
  line-height: 2.6;
  margin-top: 1.5em;
}
#room .contBox .cont .txtBox p small {
  display: block;
  font-size: 1.3rem;
  line-height: 1.84;
}

#business {
  margin: 0 auto;
  max-width: 710px;
  width: 95%;
  padding: 140px 0 0;
}
@media screen and (max-width: 880px) {
  #business {
    padding: 60px 0 0;
  }
}
#business .skd_list {
  margin: 0 auto;
  display: block;
}
#business .skd_list dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 30px 0;
}
#business .skd_list dl:first-child {
  border-top: 1px solid #000;
}
@media screen and (max-width: 880px) {
  #business .skd_list dl {
    display: block;
  }
}
#business .skd_list dl dt {
  font-size: 2.4rem;
}
#business .skd_list dl dt .en {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 880px) {
  #business .skd_list dl dt {
    text-align: center;
  }
  #business .skd_list dl dt .en {
    display: block;
    margin: 0px auto;
  }
}
#business .skd_list dl dd {
  font-size: 2.4rem;
}
#business .skd_list dl dd span {
  display: block;
  text-align: right;
}
#business .skd_list dl dd span + span {
  margin-top: 10px;
}
#business .skd_list dl dd span.skd {
  font-size: 2.4rem;
}
#business .skd_list dl dd span.skd small {
  font-size: 1.6rem;
  margin-left: 1em;
  display: inline-block;
}
@media screen and (max-width: 880px) {
  #business .skd_list dl dd span.skd small {
    display: block;
  }
}
#business .skd_list dl dd span.ja {
  font-size: 1.6rem;
}
#business .skd_list dl dd span.en {
  font-size: 1.3rem;
}
@media screen and (max-width: 880px) {
  #business .skd_list dl dd {
    margin-top: 15px;
  }
  #business .skd_list dl dd span {
    text-align: center;
  }
}
#business .skd_list p {
  font-size: 1.6rem;
  line-height: 2.6;
  margin-top: 20px;
  text-align: center;
}
#business .skd_list p .en {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-family: "Gelasio", serif;
}

#access {
  margin: 0 auto;
  max-width: 710px;
  width: 95%;
  padding-top: 140px;
}
@media screen and (max-width: 880px) {
  #access {
    margin: 0px auto;
    padding-top: 60px;
  }
}
#access .map {
  display: block;
}
#access .map p {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 45px;
  font-size: 1.6rem;
}
@media screen and (max-width: 880px) {
  #access .map p {
    margin: 30px 0;
  }
}
#access dl {
  padding: 30px 0;
  border-top: 1px solid #000;
}
#access dl + dl {
  border-bottom: 1px solid #000;
}
#access dl dt {
  font-size: 1.9rem;
  font-family: "Gelasio", serif;
}
#access dl dt small {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 0.5em;
}
#access dl dd p {
  margin-top: 15px;
  font-size: 1.6rem;
  display: block;
  line-height: 2;
}
#access dl dd p.en {
  font-family: "Gelasio", serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
#access dl dd.flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 15px;
}
@media screen and (max-width: 880px) {
  #access dl dd.flex {
    display: block;
  }
}
#access dl dd.flex .img {
  max-width: 200px;
  width: 28%;
}
@media screen and (max-width: 880px) {
  #access dl dd.flex .img {
    width: 100%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
#access dl dd.flex .txtBox {
  width: 70%;
}
@media screen and (max-width: 880px) {
  #access dl dd.flex .txtBox {
    width: 100%;
  }
}
#access dl dd.flex .txtBox p:first-child {
  margin-top: 0;
}
#access .text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.6;
  margin-top: 20px;
}
#access .text .en {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-family: "Gelasio", serif;
}

#souvenir {
  margin: 0 auto 100px;
  max-width: 710px;
  width: 95%;
  padding-top: 140px;
}
@media screen and (max-width: 880px) {
  #souvenir {
    padding-top: 60px;
    margin: 0px auto 60px;
  }
}
#souvenir p {
  text-align: center;
  font-size: 1.6rem;
}
#souvenir p .en {
  font-family: "Gelasio", serif;
  display: block;
  margin-top: 10px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
#souvenir .imgBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
}
#souvenir .imgBox img {
  width: 33%;
  display: block;
  margin-top: 0.5%;
}
@media screen and (max-width: 880px) {
  #souvenir .imgBox img {
    width: 49%;
    margin-top: 2%;
  }
}

#contact {
  display: block;
  background: #100f0f;
  color: #fff;
  padding: 140px 0;
}
@media screen and (max-width: 880px) {
  #contact {
    padding: 60px 0;
  }
}
#contact .contBox {
  max-width: 710px;
  width: 95%;
  margin: 0 auto;
}
#contact .contBox p {
  text-align: center;
  font-size: 1.9rem;
  color: #fff;
}
#contact .contBox p .en {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
#contact .contBox .linkBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 50px;
}
@media screen and (max-width: 880px) {
  #contact .contBox .linkBox {
    display: block;
  }
}
#contact .contBox .linkBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  width: 47%;
  font-family: "Gelasio", serif;
  border-radius: 6px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 880px) {
  #contact .contBox .linkBox a {
    width: 100%;
  }
  #contact .contBox .linkBox a + a {
    margin-top: 10px;
  }
}
#contact .contBox .termsBox {
  margin-top: 60px;
}
#contact .contBox .termsBox .toggle {
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;
  font-size: 1.9rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
#contact .contBox .termsBox .toggle .en {
  display: block;
  margin-right: auto;
  font-size: 1.2rem;
  margin-left: 1em;
}
#contact .contBox .termsBox .terms_inner {
  padding-top: 20px;
}
#contact .contBox .termsBox .terms_inner p {
  font-size: 1.6rem;
  line-height: 1.5625;
  text-align: left;
}
#contact .contBox .termsBox .terms_inner p.en {
  margin-top: 2em;
  font-size: 1.4rem;
  line-height: 1.85;
}

/*ショップ*/
.shop_pdf_page .shop_img a {
  display: block;
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
}

.shop_pdf_page a.shoplink {
  width: 90%;
  display: block;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  padding: 20px 10px;
  letter-spacing: 2px;
  box-sizing: border-box;
  position: relative;
  font-size: 18px;
  background: #595757;
  color: #fff;
  margin: 40px auto;
  max-width: 480px;
  text-align: center;
}

.shop_pdf_page a.shoplink::before {
  content: "";
  width: 9px;
  height: 14px;
  background: url(../images/icn05.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.shop_pdf_page h3 {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: #C6161D;
  font-size: 53px;
  margin: 0px auto 40px;
  padding-top: 40px;
}

.shop_pdf_page span {
  display: block;
  color: #3E3A39;
  font-size: 18px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  margin-top: 10px;
}

.ul-box li img {
  width: 100%;
}

.ul-box li.txt-box {
  background: #4a4235;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}

.ul-box li h4 {
  color: #f8c576;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}

.ul-box li h5 {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  margin: 20px 0 30px;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}

.ul-box li h5 small {
  margin-right: 0.4em;
  font-size: 13px;
}

.ul-box li p {
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 30px;
  color: #fff;
}

.ul-box li {
  float: left;
  width: 33.3333333%;
  position: relative;
  border-bottom: 1px solid #4a4235;
  box-sizing: border-box;
}

.ul-box li img {
  width: 100%;
  display: block;
}

.ul-box.type0 li {
  float: right;
}

.ul-box.type0 li:last-child {
  float: left;
}

.ul-box.type1 li {
  float: left;
}

.ul-box.type1 li:nth-child(2) {
  float: right;
}

.ul-box.type2 li {
  float: left;
}

.ul-box.type3 li.img-box {
  width: 66.6666666%;
}

.ul-box.type4 li.img-box {
  width: 66.6666666%;
  float: right;
}

.ul-box:last-child {
  margin-bottom: 100px;
}

.ul-box li .inner {
  position: absolute;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
  .ul-box {
    max-width: 800px;
    margin: 0 auto;
  }
  .ul-box li.txt-box {
    float: none !important;
    width: 100%;
    clear: both;
  }
  .ul-box li.img-box {
    width: 50% !important;
    float: left !important;
  }
  .ul-box.type3 li.img-box, .ul-box.type4 li.img-box {
    width: 100% !important;
  }
  .ul-box li .inner {
    position: static;
    transform: translate(0%, 0%);
  }
}
/*ショップ*/
.cont-size-box {
  max-width: 1350px;
  margin: 0 auto;
  width: 95%;
}

#menu .sliderBox .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin-top: 10px;
}
#menu .sliderBox .slick-dots li {
  width: 20px !important;
  margin: 0 !important;
}

.slick-prev, .slick-next {
  z-index: 9;
}

.slide-arrow {
  position: absolute;
  top: calc(50% - 15px);
  margin: auto;
  width: 70px;
  z-index: 9;
  opacity: 0.7;
}
@media screen and (max-width: 880px) {
  .slide-arrow {
    width: 20px;
  }
}
.slide-arrow.next-arrow {
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
}
.slide-arrow.prev-arrow {
  left: 0;
  transform: translateY(-50%) rotate(90deg);
}

.header_insta {
  width: 43px;
  flex-shrink: 0;
  margin-left: 10px;
}/*# sourceMappingURL=style2408.css.map */