@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");

/*---RESET---------------------------------------------------------------------------------------------------------------------*/
body {
  margin: 0 auto;
  padding: 0;
  color: #000;
  background: #fff;
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}

html {
  margin: 0 auto;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
  font-style: normal;
}

@media screen and (max-width: 1155px) {
  html {
    font-size: 0.92rem;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 3.95vw;
    height: 100%;
    /*overflow: auto;*/
    -webkit-overflow-scrolling: touch;
  }
}

* {
  margin: 0;
  padding: 0;
  text-align: left;
}

button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div, ol, ul, li, dl, dt, dd, p {
  display: block;
  box-sizing: border-box;
}

fieldset {
  border: none;
}

::selection {
  background: #637c95;
  color: #fff;
}

::-moz-selection {
  background: #637c95;
  color: #fff;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
}

a img, a {
  transition: all 0.4s ease;
}

ol, ul {
  list-style: none;
}

li img {
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #fff;
  transition: .6s;
}

a:hover {
  opacity: .65;
}

a[href^='tel:'] {
  pointer-events: none;
  color: #000;
}

@media screen and (max-width: 767px) {
  a[href^='tel:'] {
    pointer-events: auto;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 12px double #ededef;
  margin: 30px 0;
  clear: both;
}

.clear {
  zoom: 100%;
}

.clear:after,
hr:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
}

button {
  border: 0;
  transition: .6s;
  cursor: pointer;
}

button:hover {
  opacity: .65;
}

.mb--5 {
  margin-bottom: 5px;
}

.mb--10 {
  margin-bottom: 10px;
}

.mb--15 {
  margin-bottom: 15px;
}

.mb--20 {
  margin-bottom: 20px;
}

.mb--25 {
  margin-bottom: 25px;
}

.mb--30 {
  margin-bottom: 30px;
}

.mb--35 {
  margin-bottom: 35px;
}

.mb--40 {
  margin-bottom: 40px;
}

.mb--45 {
  margin-bottom: 45px;
}

.mb--50 {
  margin-bottom: 50px;
}

.mb--55 {
  margin-bottom: 55px;
}

.mb--60 {
  margin-bottom: 60px;
}

.mb--65 {
  margin-bottom: 65px;
}

.mb--70 {
  margin-bottom: 70px;
}

.mb--75 {
  margin-bottom: 75px;
}

.mb--80 {

}

.mb--85 {
  margin-bottom: 85px;
}

.mb--90 {
  margin-bottom: 90px;
}

.mb--95 {
  margin-bottom: 95px;
}

.mb--100 {
  margin-bottom: 100px;
}

.pb--5 {
  padding-bottom: 5px;
}

.pb--10 {
  padding-bottom: 10px;
}

.pb--15 {
  padding-bottom: 15px;
}

.pb--20 {
  padding-bottom: 20px;
}

.pb--25 {
  padding-bottom: 25px;
}

.pb--30 {
  padding-bottom: 30px;
}

.pb--35 {
  padding-bottom: 35px;
}

.pb--40 {
  padding-bottom: 40px;
}

.pb--45 {
  padding-bottom: 45px;
}

.pb--50 {
  padding-bottom: 50px;
}

.pb--55 {
  padding-bottom: 55px;
}

.pb--60 {
  padding-bottom: 60px;
}

.pb--65 {
  padding-bottom: 65px;
}

.pb--70 {
  padding-bottom: 70px;
}

.pb--75 {
  padding-bottom: 75px;
}

.pb--80 {
  padding-bottom: 80px;
}

.pb--85 {
  padding-bottom: 85px;
}

.pb--90 {
  padding-bottom: 90px;
}

.pb--95 {
  padding-bottom: 95px;
}

.pb--100 {
  padding-bottom: 100px;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.w105 {
  width: 105%;
}

.w110 {
  width: 110%;
}

.w115 {
  width: 115%;
}

.w120 {
  width: 120%;
}

.w125 {
  width: 125%;
}

em {
  font-style: normal;
}

.pc--none {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc--none {
    display: block !important;
  }
}

.sp--none {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .sp--none {
    display: none !important;
  }
}

.top {
  display: none;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
}

.inner {
  width: 1130px;
  margin: 0 auto;
}

@media screen and (max-width: 1155px) {
  .inner {
    width: 98%;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    width: 88%;
  }
}

.cm__wrapp {
  background: #fff;
  position: absolute;
  top: 95%;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 1435px) {
  .cm__wrapp {
    top: 55vw;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cm__wrapp {
    top: 118vw;
  }
}

.cm__cnt--tl {
  font-size: 40px;
  line-height: 45px;
  margin: 55px 0 45px;
  text-align: center;
}

@media screen and (max-width: 1155px) {
  .cm__cnt--tl {
    font-size: 3.5vw;
    line-height: 4vw;
    margin: 5% 0 4%;
  }
}

@media screen and (max-width: 767px) {
  .cm__cnt--tl {
    font-size: 7vw;
    line-height: 10vw;
    margin: 10% 0 5%;
  }
}

.cm__cnt--tx {
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 125px;
}

@media screen and (max-width: 1155px) {
  .cm__cnt--tx {
    font-size: 1.7vw;
    line-height: 3vw;
    margin-bottom: 11%;
  }
}

@media screen and (max-width: 767px) {
  .cm__cnt--tx {
    font-size: 4vw;
    line-height: 6.5vw;
    margin-bottom: 15%;
    text-align: left;
  }
}

.cm__cnt--wh {
  color: #fff;
}

.head__wrapp {
  height: 120px;
  background: #fff;
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 5px 0 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1155px) {
  .head__wrapp {
    height: 10vw;
  }
}

@media screen and (max-width: 767px) {
  .head__wrapp {
    height: 21vw;
  }
}

.head__wrapp--log {
  margin-left: 35px;
}

@media screen and (max-width: 767px) {
  .head__wrapp--log {
    margin-left: 3%;
  }
}

.head__wrapp--log img {
  height: 100px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1155px) {
  .head__wrapp--log img {
    height: 8.5vw;
  }
}

@media screen and (max-width: 767px) {
  .head__wrapp--log img {
    height: 18vw;
  }
}

.head__wrapp--tel {
  margin: 25px 35px 0 0;
}

@media screen and (max-width: 1155px) {
  .head__wrapp--tel {
    margin: 3% 2.5% 0 0;
  }
}

.head__wrapp--tel a {
  font-size: 35px;
  font-weight: bold;
  transition: 0s;
}

@media screen and (max-width: 1155px) {
  .head__wrapp--tel a {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 767px) {
  .head__wrapp--tel a {
    font-size: 7.5vw;
  }
}

.head__wrapp--tel a:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/ico-tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  padding-top: 5px;
}

@media screen and (max-width: 1155px) {
  .head__wrapp--tel a:before {
    width: 2.8vw;
    height: 2.8vw;
    margin-right: .8vw;
  }
}

@media screen and (max-width: 767px) {
  .head__wrapp--tel a:before {
    width: 8vw;
    height: 8vw;
    margin-right: .8vw;
    padding-top: 3%;
  }
}

.mv__wrapp--slider {
  width: 100%;
  height: 82.5vh;
  overflow: hidden;
  position: fixed;
}

@media screen and (max-width: 767px) {
  .mv__wrapp--slider {
    height: 80vh;
  }
}

.mv__wrapp--slider .img {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 22s 0s infinite;
  animation: anime 22s 0s infinite;
}

.mv__wrapp--slider .img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.mv__wrapp--slider .img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.mv__wrapp--slider .img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.mv__wrapp--bx {
  background: #000;
  text-align: center;
  position: absolute;
  color: #FFFFFF;
  color: #F5F7FA;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  padding-top: 120px;
}

@media screen and (max-width: 1155px) {
  .mv__wrapp--bx {
    padding-top: 10vw;
  }
}

@media screen and (max-width: 767px) {
  .mv__wrapp--bx {
    padding-top: 20vw;
  }
}

.mv__wrapp--txt {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  font-size: 60px;
  line-height: 80px;
  letter-spacing: 9px;
  position: fixed;
  top: 26.5%;
  left: 50%;
  margin-left: -80px;
  z-index: 1;
  font-family: dnp-shuei-shogomincho-std, sans-serif;
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 1435px) {
  .mv__wrapp--txt {
    font-size: 3vw;
    line-height: 5vw;
    letter-spacing: 1vw;
    margin-left: -5vw;
    top: 15vw;
  }
}

@media screen and (max-width: 767px) {
  .mv__wrapp--txt {
    font-size: 8vw;
    line-height: 11vw;
    letter-spacing: 1.5vw;
    margin-left: -11vw;
    top: 31vw;
    height: 83vw;
  }
}

.mv__wrapp--txt-up {
  display: block;
}

.mv__wrapp--txt-dn {
  display: block;
  padding: 95px 0 0 0;
}

@media screen and (max-width: 1155px) {
  .mv__wrapp--txt-dn {
    padding: 8vw 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .mv__wrapp--txt-dn {
    padding: 20vw 0 0 0;
  }
}

/* ふわっとアニメーション */
@keyframes anime {
  0% {
    opacity: 0;
  }

  30% {
    opacity: .75;
  }

  35% {
    opacity: .75;
  }

  50% {
    opacity: 0;
    z-index: 9;
  }

  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .cnt__wrapp .inner {
    width: 100%;
  }
}

.item__wrapp {
  margin-bottom: 200px;
}

.item__wrapp:nth-child(2) {
  margin-bottom: 500px;
}

@media screen and (max-width: 1155px) {
  .item__wrapp {
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp {
    margin-bottom: 10%;
  }

  .item__wrapp:nth-child(2) {
    margin-bottom: 20px;
  }
}

.item__wrapp--mn {
  margin-bottom: 115px;
  position: relative;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--mn {
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--mn {
    margin-bottom: 10%;
  }
}

.item__wrapp--mn.vol1 {
  margin-bottom: 150px;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--mn.vol1 {
    margin-bottom: 23.5%;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--mn.vol1 {
    margin-bottom: 15%;
  }
}

.item__wrapp--mn.vol2 {
  margin-bottom: 600px;
}

.item__wrapp--mn.vol3 {
  margin-bottom: 500px;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--mn.vol2 {
    margin-bottom: 325px;
  }

  .item__wrapp--mn.vol3 {
    margin-bottom: 650px;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--mn.vol2 {
    margin-bottom: 15%;
  }

  .item__wrapp--mn.vol3 {
    margin-bottom: 15%;
  }
}

@media screen and (max-width: 1155px) {
  .item__wrapp--mn.vol3 {
    margin-bottom: 75%;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--mn.vol3 {
    margin-bottom: 15%;
  }
}

.item__wrapp--mn-l {
  width: 525px;
  top: 45px;
  left: 0;
  z-index: 1;
  position: absolute;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--mn-l {
    width: 43.5vw;
    top: 12.5%;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--mn-l {
    width: 90vw;
    top: 0;
    position: static;
    margin: 0 auto;
  }
}

.item__wrapp--mn-l div {
  position: relative;
  margin-bottom: 25px;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--mn-l div {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--mn-l div {
    position: static;
  }
}

.item__wrapp--mn-l em {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  text-align: center;
  padding: 5px 50px 8px;
  background: #0A3C64;
  display: block;
  z-index: 1;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--mn-l em {
    font-size: 1.7vw;
    padding: 1.5% 8%;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--mn-l em {
    position: static;
    font-size: 5vw;
    padding: 2.5% 0;
    text-align: center;
  }
}

.item__wrapp--mn-r {
  margin-left: 400px;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--mn-r {
    margin-left: 33.5vw;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--mn-r {
    margin: 0 auto;
  }
}

.item__wrapp--mn-tl {
  width: 700px;
  height: 165px;
  font-size: 38px;
  color: #fff;
  background: #0A3C64;
  margin-bottom: 35px;
  position: relative;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--mn-tl {
    width: 62vw;
    height: 13.5vw;
    font-size: 3.5vw;
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--mn-tl {
    width: 100%;
    height: auto;
    padding: 4.5% 6% 4.5%;
    font-size: 8vw;
    margin-bottom: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.item__wrapp--mn-tl-in {
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -180px;
  width: 500px;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--mn-tl-in {
    margin-left: -16vw;
    /*width: 28vw;*/
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--mn-tl-in {
    margin: 0;
    width: 100%;
    position: static;
  }
}

.item__wrapp--mn-tl-in em {
  display: block;
  font-weight: bold;
}

.item__wrapp--mn-tl-in span {
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--mn-tl-in span {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--mn-tl-in span {
    font-size: 3vw;
  }
}

.item__wrapp--mn-tl-in:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(../img/ico-pat.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  float: left;
  margin-right: 10px;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--mn-tl-in:before {
    content: '';
    display: inline-block;
    width: 5.5vw;
    height: 5.5vw;
    margin-right: 2%;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--mn-tl-in:before {
    display: inline-block;
    width: 17.5vw;
    height: 17.5vw;
    margin: 0 5px 0 0;
    float: left;
  }
}

.item__wrapp--ins-wrapp {
  margin-left: 165px;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--ins-wrapp {
    margin-left: 14vw;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--ins-wrapp {
    margin: 0 auto;
    width: 90%;
  }
}

.item__wrapp--ins-red {
  color: #BC0606;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--ins-red {
    font-size: 2.55vw;
    margin-bottom: 2.5%;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--ins-red {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 1.5%;
    display: block;
    text-align: center;
  }
}

.item__wrapp--ins-red span {
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--ins-red span {
    font-size: 1.4vw;
    padding-left: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--ins-red span {
    font-size: 3.85vw;
    padding-left: 0;
    text-align: center;
    display: block;
  }
}

.item__wrapp--ins-bb {
  color: #fff;
  text-align: center;
  padding: 4px 100px;
  background: #7C5353;
  margin-bottom: 15px;
  font-size: 16px;
  display: inline-block;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--ins-bb {
    padding: .8% 18%;
    margin-bottom: 3%;
    font-size: 1.35vw;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--ins-bb {
    padding: 1% 0 2%;
    margin-bottom: 5%;
    font-size: 5vw;
    display: block;
  }
}

.item__wrapp--ins-ls {
  margin-bottom: 40px;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--ins-ls {
    margin-bottom: 7%;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--ins-ls {
    margin-bottom: 10%;
  }
}

.item__wrapp--ins-bx {
  margin-bottom: 25px;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--ins-bx {
    margin-bottom: 4.5%;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--ins-bx {
    margin-bottom: 4.5%;
  }
}

.item__wrapp--ins-bx-ls {
  margin-bottom: 5px;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--ins-bx-ls {
    margin-bottom: .85%;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--ins-bx-ls {
    margin-bottom: .85%;
  }
}

.item__wrapp--ins-bx-ls span {
  font-size: 16px;
  border: #000 1px solid;
  padding: 1px 10px;
  text-align: center;
  margin-right: 5px;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--ins-bx-ls span {
    font-size: 1.4vw;
    padding: .25% 2%;
    margin-right: .5vw;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--ins-bx-ls span {
    font-size: 3.65vw;
    padding: .25% 2%;
    margin-right: .5vw;
  }
}

.item__wrapp--ins-bx-ls span.red {
  border: none !important;
  color: #fff !important;
  background: #BC0606 !important;
}

.item__wrapp--ins-bx-t {
  font-size: 28px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  width: 80%;
}

.item__wrapp--ins-bx-t .menu {
  display: inline;
  text-align: left;
}

.item__wrapp--ins-bx-t .price {
  display: inline;
  text-align: right;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--ins-bx-t {
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--ins-bx-t {
    font-size: 5.65vw;
    width: 100%;
  }

  .item__wrapp--ins-bx-t span.yen {
    font-size: 5.65vw !important;
  }

  .item__wrapp--ins-bx-t span.yen2 {
    font-size: 5.65vw !important;
    margin-left: 12% !important;
  }
}

.item__wrapp--ins-bx-t span {
  font-size: 16px;
  font-weight: normal;
  margin: 0 5px;
}

.item__wrapp--ins-bx-t span.yen {
  font-size: 28px;
  font-weight: bold;
  margin-right: 0px;
}

.item__wrapp--ins-bx-t span.yen2 {
  font-size: 28px;
  font-weight: bold;
  margin-left: 10%;
  margin-right: 0px;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--ins-bx-t span {
    font-size: 1.4vw;
    margin: 0 .5vw;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--ins-bx-t span {
    font-size: 3.15vw;
    margin: 0 .5vw;
  }
}

.item__wrapp--ins-ac {
  border: #0A3C64 5px solid;
  padding: 10px 0 20px;
  width: 520px;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--ins-ac {
    padding: 1.5% 0 3%;
    width: 45vw;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--ins-ac {
    padding: 3%;
    width: 100%;
  }
}

.item__wrapp--ins-ac-t {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--ins-ac-t {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--ins-ac-t {
    font-size: 6.5vw;
  }
}

.item__wrapp--ins-ac-t em {
  font-weight: bold;
}

.item__wrapp--ins-ac-t span {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--ins-ac-t span {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--ins-ac-t span {
    font-size: 4.5vw;
  }
}

.item__wrapp--ins-ac-e {
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 1155px) {
  .item__wrapp--ins-ac-e {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 767px) {
  .item__wrapp--ins-ac-e {
    font-size: 4vw;
  }
}

.topi__wrapp {
  padding-top: 50px;
  margin-bottom: 125px;
}

@media screen and (max-width: 1155px) {
  .topi__wrapp {
    padding-top: 0px;
    margin-bottom: 12%;
  }
}

@media screen and (max-width: 767px) {
  .topi__wrapp {
    margin-bottom: 20%;
  }
}

.topi__wrapp--tl {
  font-size: 40px;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  background: #0A3C64;
  margin: 0 auto 35px;
  width: 1130px;
}

.topi__wrapp--tl span.tl-s {
  font-size: 20px;
  text-align: center;
  display: block;
}

@media screen and (max-width: 1155px) {
  .topi__wrapp--tl {
    font-size: 3.65vw;
    padding: 2% 0;
    margin-bottom: 3%;
    width: 98%;
  }
}

@media screen and (max-width: 767px) {
  .topi__wrapp--tl {
    width: 100%;
    font-size: 6vw;
    padding: 3% 0;
    margin-bottom: 5%;
  }

  .topi__wrapp--tl span.tl-s {
    font-size: 14px;
  }

  div.left .image {
    width: 100% !important;
    top: 0px !important;
  }
}

.topi__wrapp--ls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start !important;
  width: 710px;
  margin: 0 auto 115px;
}

.topi__wrapp--lt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 710px;
  margin: 0 auto;
}

.topi__wrapp--bx {
  width: 30% !important;
}

.topi__wrapp--bx div {
  font-size: 14px;
}

.cap {
  margin: 90px auto;
}

@media screen and (max-width: 1155px) {
  .topi__wrapp--ls {
    width: 67.5%;
    margin: 0 auto 11%;
  }

  .topi__wrapp--lt {
    width: 67.5%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .topi__wrapp--ls {
    width: 62%;
    margin: 0 auto 11%;
    display: block;
  }

  .topi__wrapp--lt {
    width: 100% !important;
    margin-top: 250px;
    margin-left: 0px !important;
    margin-right: 0px;
    margin-bottom: 0px;
    display: block;
  }

  .cap {
    margin: 30px auto;
  }
}

@media screen and (max-width: 767px) {
  .topi__wrapp--bx {
    width: 100% !important;
    margin-bottom: 4%;
  }

  .topi__wrapp--bz {
    margin-bottom: 4%;
  }
}

.topi__wrapp--bx dl {
  display: flex;
  justify-content: space-between;
}

.topi__wrapp--bx:nth-child(2) dl {
  display: flex;
}

.topi__wrapp--bz dl {
  display: flex;
  justify-content: space-between;
}

.topi__wrapp--bx dt {
  font-size: 30px;
  font-weight: bold;
  margin-right: 80px;
}

.topi__wrapp--bz dt {
  font-size: 30px;
  font-weight: bold;
  margin-right: 80px;
}

@media screen and (max-width: 1155px) {
  .topi__wrapp--bx dt {
    font-size: 2.7vw;
    margin-right: 7vw;
  }

  .topi__wrapp--bz dt {
    font-size: 2.7vw;
    margin-right: 7vw;
  }
}

@media screen and (max-width: 767px) {
  .topi__wrapp--bx dt {
    font-size: 5.65vw;
    margin-right: 0;
  }

  .topi__wrapp--bz dt {
    font-size: 4vw;
    margin-right: 0;
  }
}

.topi__wrapp--bx dd {
  font-size: 30px;
  font-weight: bold;
}

.topi__wrapp--bz dd {
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 1155px) {
  .topi__wrapp--bx dd {
    font-size: 2.7vw;
  }

  .topi__wrapp--bz dd {
    font-size: 2.7vw;
  }
}

@media screen and (max-width: 767px) {
  .topi__wrapp--bx dd {
    font-size: 5.65vw;
  }

  .topi__wrapp--bz dd {
    font-size: 5.65vw;
  }
}

.topi__wrapp--bx dd span {
  font-size: 20px;
  font-weight: normal;
}

@media screen and (max-width: 1155px) {
  .topi__wrapp--bx dd span {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 767px) {
  .topi__wrapp--bx dd span {
    font-size: 4.25vw;
  }
}

.topi__wrapp--zn {
  border: 5px solid #BC0606;
}

.topi__wrapp--zn-tl {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background: #BC0606;
  text-align: center;
  padding: 16px 0;
}

@media screen and (max-width: 1155px) {
  .topi__wrapp--zn-tl {
    font-size: 2.7vw;
    padding: 1% 0;
  }
}

@media screen and (max-width: 767px) {
  .topi__wrapp--zn-tl {
    font-size: 5.5vw;
    padding: 2% 0 3%;
  }
}

.topi__wrapp--zn-bx {
  padding: 30px;
  text-align: center;
}

@media screen and (max-width: 1155px) {
  .topi__wrapp--zn-bx {
    padding: 3%;
  }
}

@media screen and (max-width: 767px) {
  .topi__wrapp--zn-bx {
    padding: 8% 3%;
  }
}

.topi__wrapp--zn-b {
  display: inline-block;
  color: #BC0606;
  font-size: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1155px) {
  .topi__wrapp--zn-b {
    font-size: 2.7vw;
    margin-bottom: 1.5%;
  }
}

@media screen and (max-width: 767px) {
  .topi__wrapp--zn-b {
    font-size: 5vw;
    margin-bottom: 5%;
    text-align: center;
  }
}

.topi__wrapp--zn-e {
  display: inline-block;
  color: #BC0606;
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1155px) {
  .topi__wrapp--zn-e {
    font-size: 1.8vw;
    margin-bottom: 1%;
  }
}

@media screen and (max-width: 767px) {
  .topi__wrapp--zn-e {
    font-size: 4.35vw;
    margin-bottom: 5%;
    text-align: center;
    font-weight: 500;
  }
}

.topi__wrapp--zn-tx {
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 1155px) {
  .topi__wrapp--zn-tx {
    font-size: 1.8vw;
    margin-bottom: 1%;
  }
}

@media screen and (max-width: 767px) {
  .topi__wrapp--zn-tx {
    font-size: 3.8vw;
    margin-bottom: 5%;
    text-align: left;
  }
}

.thought__wrapp {
  margin-bottom: 150px;
}

@media screen and (max-width: 1155px) {
  .thought__wrapp {
    margin-bottom: 14%;
  }
}

@media screen and (max-width: 767px) {
  .thought__wrapp {
    margin-bottom: 14%;
  }
}

.thought__wrapp--im {
  text-align: center;
  margin-bottom: 35px;
  display: block;
}

@media screen and (max-width: 1155px) {
  .thought__wrapp--im {
    margin: 0 auto 3.5%;
    width: 40vw;
  }

  .thought__wrapp--im img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .thought__wrapp--im {
    margin: 0 auto 5%;
    width: 70vw;
  }
}

.thought__wrapp--tl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 1155px) {
  .thought__wrapp--tl {
    font-size: 3.25vw;
    margin-bottom: 3.5%;
  }
}

@media screen and (max-width: 767px) {
  .thought__wrapp--tl {
    font-size: 7vw;
    margin-bottom: 3.5%;
  }
}

.thought__wrapp--bk {
  padding: 85px 0;
  background: #0A3C64;
  color: #fff;
}

@media screen and (max-width: 1155px) {
  .thought__wrapp--bk {
    padding: 6% 0;
  }
}

@media screen and (max-width: 767px) {
  .thought__wrapp--bk {
    padding: 8% 0 20%;
  }
}

.thought__wrapp--bx-t {
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto 35px;
  border-bottom: #7C5353 solid 4px;
  width: 800px;
}

@media screen and (max-width: 1155px) {
  .thought__wrapp--bx-t {
    font-size: 1.75vw;
    padding-bottom: 1%;
    margin: 0 auto 3%;
    width: 72.5%;
  }
}

@media screen and (max-width: 767px) {
  .thought__wrapp--bx-t {
    font-size: 3.75vw;
    padding-bottom: 0;
    margin: 0 auto 10%;
    width: 100%;
    text-align: left;
    border: none;
  }
}

.thought__wrapp--bx-t strong {
  font-size: 28px;
}

@media screen and (max-width: 1155px) {
  .thought__wrapp--bx-t strong {
    font-size: 2.15vw;
  }
}

@media screen and (max-width: 767px) {
  .thought__wrapp--bx-t strong {
    font-size: 5.5vw;
    line-height: 9vw;
    display: block;
  }
}

.thought__wrapp--bx-tx {
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 1155px) {
  .thought__wrapp--bx-tx {
    font-size: 1.7vw;
  }
}

@media screen and (max-width: 767px) {
  .thought__wrapp--bx-tx {
    font-size: 3.65vw;
    text-align: left;
    line-height: 6.5vw;
  }
}

@media screen and (max-width: 767px) {
  .thought__wrapp--bx-bor {
    border-bottom: #7C5353 solid 3px;
  }
}

.max--im img {
  width: 100%;
}

.cap_wrapp {
  margin-bottom: 150px;
}

.topi__wrapp--cap-tl {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background: #0A3C64;
  text-align: center;
  padding: 16px 0;
}

.topi__wrapp--cap-bx {
  margin: 20px 0px;
  font-size: 20px;
}

.topi__wrapp--cap-bx p {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .topi__wrapp--cap-bx p {
    text-align: left;
    margin-bottom: 20px;
  }
}

.topi__wrapp--cap-bx p.shop {
  font-weight: bold;
  font-size: 24px;
}

.cert__wrapp {
  margin: 30px auto 20px;
  width: 555px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1155px) {
  .cert__wrapp {
    margin: 10% auto 5%;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .cert__wrapp {
    margin: 20% auto 5%;
    width: 100%;
  }
}

.cert__wrapp li {
  width: 29%;
}

.cert__wrapp--im {
  margin-bottom: 10px;
}

@media screen and (max-width: 1155px) {
  .cert__wrapp--im {
    margin-bottom: 7%;
  }
}

.cert__wrapp--im img {
  width: 100%;
}

.cert__wrapp--tx {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 1155px) {
  .cert__wrapp--tx {
    font-size: 1.35vw;
  }
}

.insta__wrapp {
  margin-bottom: 100px;
}

@media screen and (max-width: 1155px) {
  .insta__wrapp {
    margin-bottom: 9%;
  }
}

.insta__wrapp--tl {
  font-size: 50px;
  font-weight: bold;
  margin: 0 auto 35px;
  text-align: center;
}

@media screen and (max-width: 1155px) {
  .insta__wrapp--tl {
    font-size: 4.35vw;
    margin: 0 auto 5%;
  }
}

@media screen and (max-width: 767px) {
  .insta__wrapp--tl {
    font-size: 9vw;
    margin: 15% auto 5%;
  }
}

.insta__wrapp--tl:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(../img/ico-insta.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -12px;
  margin-right: 10px;
}

@media screen and (max-width: 1155px) {
  .insta__wrapp--tl:before {
    content: '';
    display: inline-block;
    width: 4.85vw;
    height: 4.85vw;
    margin-right: 1%;
    vertical-align: -.75vw;
  }
}

@media screen and (max-width: 767px) {
  .insta__wrapp--tl:before {
    width: 9.5vw;
    height: 9.5vw;
    margin-right: 3%;
    vertical-align: -1.35vw;
  }
}

.sns__wrapp {
  margin-bottom: 100px;
}

@media screen and (max-width: 1155px) {
  .sns__wrapp {
    margin-bottom: 9.5%;
  }
}

@media screen and (max-width: 767px) {
  .sns__wrapp {
    margin-bottom: 20%;
  }
}

.sns__wrapp .inner {
  border: #000 solid 2px;
  padding: 25px 0;
}

@media screen and (max-width: 1155px) {
  .sns__wrapp .inner {
    padding: 2% 0;
  }
}

@media screen and (max-width: 767px) {
  .sns__wrapp .inner {
    padding: 10% 5%;
  }
}

.sns__wrapp--bx {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .sns__wrapp--bx {
    display: block;
  }
}

.sns__wrapp--log {
  width: 200px;
  margin-right: 40px;
}

@media screen and (max-width: 1155px) {
  .sns__wrapp--log {
    width: 17.5vw;
    margin-right: 3.5%;
  }
}

@media screen and (max-width: 767px) {
  .sns__wrapp--log {
    width: 50vw;
    margin: 0 auto 5%;
    text-align: center;
  }
}

.sns__wrapp--icos ol {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  margin: 10px 0 20px;
}

@media screen and (max-width: 1155px) {
  .sns__wrapp--icos ol {
    margin: 6% 0;
  }
}

@media screen and (max-width: 767px) {
  .sns__wrapp--icos ol {
    margin: 6% 0;
    display: block;
  }
}

.sns__wrapp--icos ol li {
  width: 100px;
  margin-right: 40px;
}

@media screen and (max-width: 1155px) {
  .sns__wrapp--icos ol li {
    width: 8.75vw;
    margin-right: 12.5%;
  }
}

@media screen and (max-width: 767px) {
  .sns__wrapp--icos ol li {
    width: 26.5vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .sns__wrapp--icos ol li:last-child {
    display: none;
  }
}

@media screen and (max-width: 1155px) {
  .sns__wrapp--tx {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 767px) {
  .sns__wrapp--tx {
    font-size: 4.5vw;
    text-align: center;
    font-weight: bold;
  }
}

.foot__dec {
  background: url(../img/cnt-bg03.png) repeat-x;
  width: 100%;
  height: 120px;
  padding-top: 120px;
  padding-bottom: 450px;
}

.foot__dec_shop {
  background: url(../img/cnt-bg03.png) repeat-x;
  width: 100%;
  height: 120px;
  padding-top: 120px;
}

@media screen and (max-width: 1155px) {
  .foot__dec {
    background: url(../img/cnt-bg03.png) repeat-x;
    background-size: 3.5vw;
    width: 100%;
    height: 10vw;
    padding-top: 10.5vw;
  }
}

@media screen and (max-width: 767px) {
  .foot__dec {
    background: url(../img/cnt-bg03.png) repeat-x;
    background-size: 10vw;
    width: 100%;
    padding-top: 30vw;
  }
}

.foot__wrapp {
  color: #fff;
  background: #000;
  padding: 70px 0;
}

@media screen and (max-width: 1155px) {
  .foot__wrapp {
    padding: 6% 0;
  }
}

@media screen and (max-width: 767px) {
  .foot__wrapp {
    padding: 15% 0;
  }
}

.foot__wrapp--fx {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 1155px) {
  .foot__wrapp--fx {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 767px) {
  .foot__wrapp--fx {
    display: block;
    margin-bottom: 10%;
  }
}

.foot__wrapp--fx ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .foot__wrapp--fx ol {
    display: block;
  }
}

.foot__wrapp--fx ol li {
  width: 260px;
  margin-left: 35px;
}

@media screen and (max-width: 1155px) {
  .foot__wrapp--fx ol li {
    width: 23vw;
    margin-left: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .foot__wrapp--fx ol li {
    width: 100%;
    margin: 0 auto 6%;
  }

  .foot__wrapp--fx ol li img {
    width: 100%;
  }
}

.foot__wrapp--bx {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}

@media screen and (max-width: 767px) {
  .foot__wrapp--bx {
    display: block;
  }
}

.foot__wrapp--log {
  width: 240px;
  margin-right: 40px;
}

@media screen and (max-width: 1155px) {
  .foot__wrapp--log {
    width: 20vw;
    margin-right: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .foot__wrapp--log {
    width: 45vw;
    margin: 0 auto;
  }
}

.foot__wrapp--tx {
  font-size: 16px;
  align-items: center;
  padding-top: 25px;
}

@media screen and (max-width: 1155px) {
  .foot__wrapp--tx {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 767px) {
  .foot__wrapp--tx {
    display: block;
    text-align: center;
    font-size: 4.5vw;
    line-height: 7.05vw;
    margin-bottom: 10%;
  }
}

.foot__wrapp--tx a {
  color: #fff;
}

.foot__wrapp--tx-up {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .foot__wrapp--tx-up {
    margin-bottom: 10%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .foot__wrapp--tx-dn {
    text-align: center;
  }
}

.foot__wrapp address {
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1155px) {
  .foot__wrapp address {
    font-size: 1.35vw;
  }
}

@media screen and (max-width: 767px) {
  .foot__wrapp address {
    font-size: 4vw;
  }
}

.ggmap {
  position: relative;
  padding-bottom: 30.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .ggmap {
    padding-bottom: 80.25%;
    margin-bottom: 15%;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page-top {
  position: fixed;
  z-index: 9999;
  bottom: 40px;
  right: 40px;
}

@media screen and (max-width: 767px) {
  #page-top {
    bottom: 20px;
    right: 10px;
  }
}

#page-top a {
  width: 75px;
  display: block;
}

@media screen and (max-width: 1155px) {
  #page-top a {
    width: 6vw;
  }
}

@media screen and (max-width: 767px) {
  #page-top a {
    width: 16vw;
  }
}

/*news*/
.news {
  margin-bottom: 150px;
}

.sp {
  display: none;
}

.imgcap {
  position: absolute;
  right: 0;
  z-index: 2;
  display: block;
  font-size: 12px;
  text-align: right;
}

/*message*/
.press_message {
  margin: 50px auto 0px;
}

h2.press__wrapp--tl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  color: #BC0606;
}

.press_message p {
  font-size: 20px;
  text-align: center;
}

.press_message .in_box {
  border: 5px solid #BC0606;
  padding: 20px 0px;
}

@media screen and (max-width:560px) {
  h2.press__wrapp--tl {
    font-size: 7vw;
    margin-bottom: 3.5%;
  }

  .press_message p {
    font-size: 3.65vw;
    text-align: left;
    line-height: 6.5vw;
  }

  .press_message .in_box {
    padding: 20px;
  }
}

@media screen and (max-width:560px) {
  .news {
    margin-bottom: 14%;
  }

  .imgcap {
    right: 20px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/*20240704*/
.open {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  background: red;
}

/*20241203*/
.takeout {
  display: block;
  margin: 20px auto;
  text-align: center;
}

.takeout .image {
  display: inline-block;
  margin: 0px 20px;
}

.takeout .image b{
  display: block;
  font-size: 20px;
  text-align: center;
  margin:10px auto;
}

@media screen and (max-width: 767px) {
  .takeout .image {
    margin: 20px;
  }
}


.notice__wrapp {
  background: #fdf6f0;
  padding: 60px 0;

}
.notice__title {
  font-size: 32px;
  text-align: center;
  color: #BC0606;
  margin-bottom: 30px;
}
.notice__text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 25px;
  text-align: center;
}
.notice__price-list {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin:25px auto;
  width: fit-content;
  color: #BC0606;
  border: solid 1px #BC0606;
  padding:10px 30px;
}
.notice__price-list li {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .notice__title {
    font-size: 6vw;
  }
  .notice__text {
    font-size: 4.5vw;
    text-align: left;
  }
  .notice__price-list {
    font-size: 5vw;
    text-align: left;
    padding-left: 5%;
  }
}

/*20250710：丑の日バナー追加*/

.seasonal-banner {
  padding-block: 80px 40px;
  background: #fdf6f0;
}

.seasonal-banner__img {
  height: auto;
  width: 100%;
}

@media (max-width: 767px) {
  .seasonal-banner {
    padding-block: 80px 10px;
  }
}

#shoptel a[href^='tel:'] {
  pointer-events: auto;
}