@charset "UTF-8";
/*スライド*/
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  background: #fff;
}
.swiper-slide a h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
  writing-mode: unset;
  font-weight: bold;
  color: #f3f3f2;
  line-height: 1.8;
  text-shadow: 1px 1px 4px #000, -1px -1px 4px #000;
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
}
.swiper-slide a h2 img {
  width: clamp(150px, 19.53125vw, 250px);
}

.swiper-wrapper img {
  width: 100%;
}

.bgWhite .colorg {
  color: #82bc0e;
  display: block;
}

.bgWhite .img img {
  width: 100%;
  border-radius: 2em;
}

.Block01,
.Block02,
.Block03 {
  padding: 4em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
  row-gap: 3em;
}

.Block02 {
  flex-direction: row-reverse;
}

.bgWhite p.txt .small {
  font-size: 1.2rem;
  display: block;
  text-align: left;
  text-indent: 35px;
  line-height: 2.5;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.bgWhite .Block02 p.txt .small,
.bgWhite .Block03 p.txt .small {
  font-size: 1rem;
  text-indent: inherit;
}

.ryouri img {
  width: 100%;
}

.goldbtn a {
  background: url(../img/arrow_bottom.png) no-repeat right #9e8e44;
  padding: 12px 20px 12px 5px;
  margin: 20px 0 40px;
  color: #f3f3f2;
  width: 300px;
  display: block;
  background-position: 85% 50%;
}

.goldbtn02 {
  width: 330px;
}

.pb20 {
  padding-bottom: 20px;
}

.goldbtn02 a {
  width: 320px;
  font-size: 1rem;
  background-size: 11px;
  margin: 0;
}

.whiteBlack {
  background: #f3f3f2;
  box-shadow: inset 0 3px 10px #bbb, inset 0px -3px 10px #bbb;
}

.whiteBlack p,
.grayBlack p {
  font-size: 1.3rem;
  padding: 25px 0 15px;
}

.imgBlock {
  display: flex;
  width: 100%;
}

.imgBlock p {
  width: 50%;
}

.imgBlock img {
  width: 100%;
  border: 5px solid #f3f3f2;
}

.imgBlock img.first {
  border-right: none;
}

.redBlock {
  background: #f3f3f2;
  padding: 10px !important;
  color: #eb4040;
  margin: 0 9%;
  font-size: 1rem !important;
}

.flex_block {
  margin: 3% auto 0;
  display: flex;
  width: 100%;
}

.flex_block .imgBlock {
  margin: 0 0 0 12%;
  width: 30%;
}

.flex_block .imgBlock img {
  border: none !important;
}

.content .flex_block .goldbtn {
  width: 32%;
}

.content .flex_block .goldbtn a {
  width: 100%;
}

.flex_block .imgBlock {
  display: block;
}

h4 {
  margin: 50px 0 0 0;
}

.flex_block .txtBlock {
  margin: 0 10% 0 3%;
  width: 40%;
  float: left;
}

.flex_block .txtBlock p {
  font-size: 1.2rem;
  padding: 20px 0 15px;
}

.flex_block .txtBlock p .small {
  text-align: left;
  font-size: 0.9rem;
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px 20px;
}

.flex_block .txtBlock p .line {
  text-decoration: line-through;
  font-size: 1.3rem;
  padding-right: 15px;
  color: #000;
}

.tokuten {
  background-image: url(../img/bg03.png), url(../img/bg04.png);
  background-repeat: no-repeat;
  background-position: 100% 20%, 0% 100%;
}

.tokuten div.tokutenBlock {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: 2em;
  justify-content: center;
}

.tokuten div.tokutenBlock p {
  width: 40%;
}

.tokuten div.tokutenBlock img {
  width: 100%;
}

.flex_block div {
  width: 50%;
  padding: 20px;
}

.flex_block div.white {
  color: #f3f3f2;
  padding: 10px 64px 10px 40px;
}

.flex_block div.white b {
  border: 1px solid #f3f3f2;
  padding: 2px 10px;
  margin-right: 10px;
  width: 100px;
  display: block;
  text-align: center;
  margin-bottom: 3px;
  font-size: 0.9rem;
}

.flex_block div.white p {
  margin-top: 20px;
}

.flex_block div.white .name {
  display: block;
  font-size: 1.2rem;
  text-align: right;
}

.flex_block div.white hr {
  margin: 10px 0;
}

.flex_block div.white .name02 {
  display: block;
  font-size: 1rem;
}

.flex_block div.white .title {
  display: block;
  font-size: 1.5em;
  margin-top: 65px;
}

/*google map*/
.google-maps {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.column {
  display: flex;
}

.column div {
  width: 39%;
  margin: 2% 2% 0 10%;
}

.column div:last-child {
  margin: 2% 10% 0 0;
}

table tr td,
table tr th {
  text-align: left;
  padding: 10px 15px;
}

table tr td {
  text-align: right !important;
}

table tr:nth-child(2n+1) {
  background-color: rgba(239, 239, 239, 0.7);
}

table tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.7);
}

.map iframe {
  width: 100%;
}

@media all and (min-width: 910) and (max-width: 950px) {
  .map iframe {
    display: none;
  }
}
@media all and (min-width: 0) and (max-width: 910px) {
  .redBlock {
    margin: 0 3%;
  }
  .swiper-slide {
    padding: 0;
    margin: 0;
    border: none;
    line-height: inherit;
    font-size: 0;
    background: #000;
  }
  h2 {
    padding: 25px 0 10px;
  }
  .Block01,
  .Block02,
  .Block03,
  .flex_block {
    width: 100%;
    flex-direction: column;
  }
  h2 img {
    width: 100%;
  }
  h4 {
    width: 5%;
    margin: 0 auto;
  }
  .flex_block {
    display: block;
  }
  .movie {
    width: 85%;
    padding: 25%;
    height: auto;
  }
  .movie iframe {
    width: 100%;
    height: auto;
  }
  .flex_block .imgBlock {
    width: 60%;
    margin: 10% 20% 0;
    display: block;
  }
  .goldbtn a {
    width: 80%;
    margin: 5% 10%;
    padding: 10px 20px 10px 5px;
    font-size: 1.2rem;
  }
  .goldbtn02 a {
    font-size: 0.9rem;
    width: 90%;
    margin: 4% 5%;
  }
  .flex_block .imgBlock img {
    width: 100%;
    height: auto;
  }
  .flex_block .txtBlock {
    width: 80%;
    margin: 5% 10%;
  }
  .flex_block .txtBlock p.price {
    border-bottom: 1px solid #aaa;
    padding-bottom: 15px !important;
  }
  .flex_block .txtBlock p.price:last-child {
    border-bottom: none;
  }
  .imgBlock img {
    border: none;
  }
  .tokuten div.tokutenBlock {
    display: block;
  }
  .tokuten div.tokutenBlock p {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .flex_block div {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
  }
  .flex_block div.white {
    padding: 10px;
  }
  .flex_block iframe {
    width: 100%;
  }
  .bgWhite,
  .whiteBlack,
  .grayBlack {
    padding: 0px 0 30px;
  }
  .whiteBlack p,
  .grayBlack p {
    font-size: 0.9rem;
    padding: 10px 15px;
  }
  .flex_block div.white .name02 {
    margin-bottom: 30px;
  }
  .flex_block div.white .title {
    font-size: 1.3rem;
    margin-top: 25px;
  }
  .imgBlock p {
    padding: 0 !important;
  }
  .btnBlock {
    display: flex;
    position: fixed;
    bottom: 0;
  }
  .bgWhite p.txt .small {
    text-align: left;
    padding-top: 10px;
  }
  .swiper-container {
    width: auto;
    height: auto;
  }
  .content .flex_block .goldbtn {
    width: 84%;
    margin: 0 5%;
  }
}
.f_cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.f_yc {
  display: flex;
  align-items: center;
}

ul.content li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
ul.content li.border {
  width: 80%;
  height: 5px;
  background: #640125;
  border-radius: 1em;
  margin: 2em auto;
}/*# sourceMappingURL=style.css.map */