@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
#wrapper {
  width: 100%;
  overflow: hidden;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  scroll-behavior: smooth;
}

@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
body {
  font-size: 18px;
  line-height: 1.7;
}

@media only screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
  body {
    font-size: 14px;
    line-height: 1.7;
  }
}
body {
  line-height: 1.6;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

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

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.inner {
  max-width: 1500px;
  margin: auto;
  padding: 0px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0px 20px;
  }
}

.mb_1 {
  margin-bottom: 1em !important;
}

@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}
/****************************/
@media screen and (max-width: 768px) {
  #wrap {
    padding: 0px 10px;
  }
}
header {
  position: relative;
  max-width: 1200px;
  padding: 10px 20px;
  text-align: right;
  margin: auto;
}

header h1 {
  text-align: right;
}

header h1 img {
  width: 210px;
  height: auto;
}

@media screen and (max-width: 768px) {
  header h1 img {
    width: 140px;
    height: auto;
  }
}
#mainV {
  /* background-color: #f8e3ed; */
  width: 100%;
  /* overflow: hidden; */
  /* max-width:1200px; */
  margin: auto;
  position: relative;
}
#mainV .logo {
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  #mainV .logo {
    width: 100%;
  }
}
#mainV .logo img {
  width: 17%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #mainV .logo img {
    width: 35%;
  }
}
#mainV h3 {
  font-size: clamp(22px, 3vw, 40px);
  text-align: center;
  background-color: #dedede;
  font-weight: normal;
  line-height: 1;
  padding: 0.5em;
}

#mainV img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #mainV {
    /* background-color: #f8e3ed; */
    width: 100%;
    /* overflow: hidden; */
    max-width: 1200px;
    margin: auto;
    position: relative;
    /* aspect-ratio: 1 /1.2; */
  }
  #mainV img {
    width: 100%;
  }
}
.box {
  position: relative;
}

.box .inner {
  width: min(90%, 1200px);
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .box .inner {
    width: 100%;
  }
}

.line_1 {
  background: linear-gradient(transparent 50%, #d6e9cf 50%);
}

#copy {
  padding: 2em;
  font-size: 12px;
  text-align: center;
}

.box1 {
  background-color: #666;
  padding: 4em 0px;
  color: #fff;
  position: relative;
}
.box1 dl {
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.box1 dl dt {
  font-size: clamp(16px, 2.3vw, 32px);
  line-height: 1.6;
  padding: 0.2em 0 0 1.2em;
  text-align: left;
  position: relative;
}
.box1 dl dt span {
  position: absolute;
  left: 0;
  top: 0.1em;
}
@media screen and (max-width: 768px) {
  .box1 dl dt {
    text-align: left;
  }
}
.box1 dl dt small {
  font-size: 0.6em !important;
}
.box1 dl dd {
  margin-top: 1em;
  text-align: left !important;
  padding: 0.1em 2em 1em;
  line-height: 1.3;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  .box1 dl dd {
    padding: 0.1em 0.7em 0.5em;
  }
}
.box1 dl dd a {
  color: #fff;
}
.box1 dl dd p {
  text-align: left !important;
  margin-left: 1em;
  font-size: clamp(14px, 1.8vw, 24px);
}
.box1 dl dd p a {
  display: block;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.box1 dl dd p a:before {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background-image: url(../img/ic_arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  background-size: 40% auto;
  position: relative;
  top: 0.2em;
}
.box1 dl dd p strong {
  display: block;
  margin-left: -1em;
  margin-bottom: 0.5em;
  margin-top: 1.2em;
  font-weight: normal;
  font-size: 1.1em;
  padding: 0.2em;
}
.box1 .sche {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #000;
  font-size: clamp(20px, 2.3vw, 45px);
  padding: 0.5em 1em;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 1em;
}
.box1 h2 {
  font-size: clamp(18px, 2vw, 37px);
  padding: 0.5em 1em;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
  font-weight: normal;
}
.box1 p {
  font-size: clamp(15px, 1.7vw, 25px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .box1 p {
    text-align: left;
  }
}
.box1 .deco1 {
  position: absolute;
  width: 20%;
  aspect-ratio: 1/1.3;
  border: 1px solid #fff;
  left: -1%;
  top: 3%;
  opacity: 0.2;
}
.box1 .deco2 {
  position: absolute;
  width: 20%;
  aspect-ratio: 1/1.3;
  background-color: #000;
  left: -5%;
  top: 23%;
  opacity: 0.2;
}
.box1 .deco3 {
  position: absolute;
  width: 20%;
  aspect-ratio: 1/1.3;
  background-color: #000;
  right: -5%;
  top: -5%;
  opacity: 0.2;
}

.box0 {
  background-color: #ccc;
  padding: 0em 0px 1em;
  font-weight: bold;
}
.box0 .note {
  width: min(90%, 700px);
  margin: 0px auto;
  font-weight: normal;
}
.box0 .note .price {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.box0 .note .att {
  margin-top: 1em;
  font-size: 0.8em;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1em;
}
.box0 .ph {
  width: min(90%, 700px);
  display: block;
  margin: auto;
}
.box0 h2 {
  font-size: clamp(17px, 2vw, 34px);
  padding: 0.5em 1em;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
  font-weight: normal;
}

.box2 {
  background-color: #fff;
  padding: 4em 0px;
  font-weight: bold;
}
.box2 .inner {
  padding: 0px !important;
}
.box2 .ph {
  width: min(90%, 500px);
  display: block;
  margin: auto;
}
.box2 h2 {
  font-size: clamp(23px, 2vw, 34px);
  padding: 0.5em;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
  font-weight: normal;
}

.gal_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0 20px 20px;
}
.gal_wrap h3 {
  background-color: #666;
  color: #fff;
  width: calc(100% + 40px);
  margin: auto -20px;
  text-align: center;
  padding: 0.5em 1em;
  font-size: clamp(15px, 2vw, 25px);
}
.gal_wrap h4 {
  background-color: #aaa;
  color: #fff;
  width: calc(100% + 40px);
  margin: auto -20px 20px;
  text-align: center;
  padding: 0.5em;
  font-size: clamp(13px, 1.8vw, 22px);
}
.gal_wrap .in_gal {
  display: flex;
  flex-wrap: wrap;
  width: 31%;
  margin: 0px 1% 30px;
  font-size: clamp(11px, 1.2vw, 16px);
}
@media screen and (max-width: 600px) {
  .gal_wrap .in_gal {
    width: 49%;
    margin: 0.5% 0.5% 20px;
  }
}
.gal_wrap .in_gal img {
  width: 50%;
}
.gal_wrap .in_gal img:first-child {
  width: 100%;
}
.gal_wrap .in_gal p {
  width: 100%;
  padding: 0.5em;
  text-align: center;
}
.gal_wrap .lead {
  padding: 1em 0 0.8em;
  font-size: clamp(12px, 1.3vw, 18px);
}
.gal_wrap .in_gal2 {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  width: 100%;
  padding-bottom: 5;
  flex-wrap: wrap;
}
.gal_wrap .in_gal2 li {
  width: 24%;
  aspect-ratio: 1/1;
  list-style-type: none;
  flex-wrap: wrap;
  margin-bottom: 1%;
}
@media screen and (max-width: 768px) {
  .gal_wrap .in_gal2 li {
    width: 49.5%;
  }
}
.gal_wrap .in_gal2 li.sub_tit {
  background-color: #333;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  container-type: inline-size;
}
.gal_wrap .in_gal2 li.sub_tit strong {
  width: 100%;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin-bottom: 1em;
  font-size: 5.5cqw;
  font-weight: normal;
}
.gal_wrap .in_gal2 li.sub_tit small {
  width: 100%;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 4.5cqw;
}

.gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.gallery-wrap li {
  width: 30%;
  margin: 1.5%;
}
.gallery-wrap li img {
  width: 100%;
}

.event_bnr {
  margin: auto;
  background-color: #e7effa;
}
.event_bnr img {
  display: block;
  width: 100%;
  max-width: 1200px;
}

@media only screen and (max-width: 1140px) {
  .modaal-gallery-prev {
    left: -20px !important;
    right: auto;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-gallery-next {
    left: auto;
    right: -20px !important;
  }
}
.video_wrap {
  width: 100%; /*背景色を横幅いっぱいに広げる*/
  text-align: center;
  margin: auto;
  background: #e6e6e6; /*余白の背景色*/
  position: relative;
}

video.vid_main {
  width: 100%;
}

.mv_wrap ul {
  display: flex;
  width: 95%;
  margin: 30px auto !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5%;
}
.mv_wrap ul li {
  width: 48%;
  list-style-type: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mv_wrap ul li {
    width: 100%;
  }
}
.mv_wrap ul li video {
  width: 100%;
}

.pop {
  border: 10px solid #444;
}
@media screen and (max-width: 768px) {
  .pop {
    border: 5px solid #444;
  }
}

.pop a {
  color: #000;
  text-align: center;
  padding: 1em 1em;
  display: block;
  position: relative;
  font-size: 2cqw;
  background-color: #efefef;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .pop a {
    font-size: 4cqw;
    line-height: 1.6;
  }
}
.pop a img {
  position: absolute;
  width: 15%;
  right: 10%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .pop a img {
    width: 25%;
    right: 0;
    bottom: -5%;
  }
}
.pop a:hover {
  background-color: #aaa;
}

.pop span {
  display: block;
  background-color: #000;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5em auto;
  font-size: 1.3cqw;
  padding: 0.5em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .pop span {
    font-size: 2.72cqw;
    line-height: 1.6;
  }
}

/* CSS */
.scroll-down-indicator {
  text-align: center;
  margin-top: 20px;
  position: absolute;
  top: 70%;
  left: 10px;
  width: 2%;
}
@media screen and (max-width: 768px) {
  .scroll-down-indicator {
    width: 5%;
    top: 50%;
    display: none;
  }
}

.arrow {
  font-size: 2rem;
  display: inline-block;
  animation: gentle-bounce 1.5s infinite;
  color: #fff; /* お好みで */
  z-index: 10;
}
.arrow img {
  width: 100%;
}

@keyframes gentle-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.mt {
  margin-top: 30px !important;
}

.shop_list {
  width: min(95%, 1200px);
  margin: auto;
  padding: 10px;
  box-sizing: border-box;
}
.shop_list h2 {
  font-size: clamp(23px, 2vw, 34px);
  padding: 0.5em;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .shop_list .table_wrap {
    overflow: scroll;
  }
}
.shop_list table {
  width: -moz-fit-content;
  width: fit-content;
  border-collapse: collapse;
  margin: auto;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .shop_list table {
    width: 600px;
  }
}
.shop_list table th, .shop_list table td {
  padding: 0.3em;
  border: 1px solid #666;
  font-size: 1cqw;
}
@media screen and (max-width: 768px) {
  .shop_list table th, .shop_list table td {
    font-size: 12px;
  }
}

.form_link {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  flex-wrap: wrap;
}
.form_link li {
  width: 25%;
  padding: 3%;
  box-sizing: border-box;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .form_link li {
    width: 50%;
  }
}

.a_link {
  color: #ccc;
  font-size: 11px !important;
  border: 1px solid #ccc;
  line-height: 1;
  padding: 0.5em;
  margin-top: 2em;
}

@media (max-width: 768px) {
  .gprev,
  .gnext {
    top: 45% !important;
  }
  .gprev {
    left: 10px !important;
  }
  .gnext {
    right: 10px !important;
  }
}
.box3 {
  padding: 50px 30px 30px;
}
.box3 .wrap1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
}
.box3 .wrap1 .ph {
  width: 40%;
}
.box3 .wrap1 .txt {
  width: 57%;
}
.box3 .wrap1 .txt h4 {
  font-size: 1.1em;
}
.box3 .wrap1 .txt dt {
  font-weight: 600;
  margin-top: 1em;
  font-size: 1.1em;
}
.box3 .wrap1 .txt dd {
  font-size: 0.9em;
}
.box3 .wrap2 {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
.box3 h3 {
  background-color: #666;
  color: #fff;
  width: calc(100% + 40px);
  margin: auto -20px;
  text-align: center;
  padding: 0.5em 1em;
  font-size: clamp(15px, 2vw, 25px);
  margin-bottom: 1em;
  box-sizing: border-box;
}

@media (max-width: 500px) {
  .box3 {
    padding: 30px 20px;
  }
  .box3 .wrap1 {
    flex-wrap: wrap;
  }
  .box3 .wrap1 .ph {
    width: 100%;
  }
  .box3 .wrap1 .txt {
    width: 100%;
    margin-top: 20px;
  }
  .box3 .wrap2 {
    display: flex;
    justify-content: space-between;
    gap: 3%;
  }
  .box3 h3 {
    background-color: #666;
    color: #fff;
    width: calc(100% + 40px);
    margin: auto -20px;
    text-align: center;
    padding: 0.5em 1em;
    font-size: clamp(15px, 2vw, 25px);
    margin-bottom: 1em;
  }
}
.bg {
  background-image: url(../img/deco1_1.jpg), url(../img/deco2_1.jpg);
  background-position: left top, right top;
  background-repeat: repeat-y;
  background-size: 10% auto;
  background-attachment: fixed, fixed;
}
@media screen and (max-width: 768px) {
  .bg {
    background-size: 6% auto;
    background-repeat: repeat-y;
  }
}/*# sourceMappingURL=style.css.map */