@charset "UTF-8";
#fireworks {
  max-width: 100vw;
}

.fireworks-container {
  width: 100%;
  max-width: 1300px;
  margin: 111px auto 100px;
  background-color: #efe1c3;
  padding: 50px 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .fireworks-container {
    margin: 40px auto;
  }
}

/* faqtop */
#fireworks hgroup h2 {
  font-size: 32px;
  text-align: center;
  color: #ffffff;
  margin: 22px 31% 40px;
  background-color: #ac951f;
  padding: 20px 20px;
}
@media screen and (max-width: 768px) {
  #fireworks hgroup h2 {
    width: 90%;
    margin: 20px auto;
    font-size: 20px;
  }
}
#fireworks hgroup p {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #fireworks hgroup p {
    padding: 1em;
  }
}
#fireworks .plan-contents {
  width: 90%;
  max-width: 1000px;
  margin: 60px auto 0;
  display: flex;
  flex-flow: column wrap;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
#fireworks .plan-contents a {
  display: block;
}
#fireworks .plan_img {
  width: 100%;
}
#fireworks .plan_img a {
  aspect-ratio: 4/2;
  overflow: hidden;
}
#fireworks .plan_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#fireworks .text_box {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  gap: 20px;
  padding: 40px 20px;
}
#fireworks .text_box .detail {
  width: calc(50% - 10px);
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #fireworks .text_box .detail {
    width: 100%;
  }
}
#fireworks .text_box .detail dt {
  width: 8em;
  padding: 0.5em 1em;
}
@media screen and (max-width: 768px) {
  #fireworks .text_box .detail dt {
    width: 100%;
  }
}
#fireworks .text_box .detail dd {
  width: calc(100% - 8em);
  padding: 0.5em 1em;
}
@media screen and (max-width: 768px) {
  #fireworks .text_box .detail dd {
    width: 100%;
  }
}
#fireworks .text_box .access {
  width: calc(50% - 10px);
  box-sizing: border-box;
  padding: 0.5em 1em;
}
@media screen and (max-width: 768px) {
  #fireworks .text_box .access {
    width: 100%;
  }
}
#fireworks .btn_link {
  display: block;
  margin: 40px 0;
}
#fireworks .btn_link a {
  display: block;
  background-color: #ac951f;
  color: #fff;
  text-align: center;
  padding: 1em;
  border: 20px;
  width: 70%;
  max-width: 500px;
  margin: 0 auto;
}
#fireworks .image_area {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  #fireworks .image_area {
    width: 96%;
    margin: 0 auto;
    gap: 10px;
  }
}
#fireworks .image_area li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #fireworks .image_area li {
    width: 100%;
  }
}
#fireworks .image_area li img {
  max-width: 100%;
}
#fireworks .attention {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 20px;
  max-width: 96%;
}
#fireworks .topics_banner {
  text-align: center;
  font-size: 20px;
}
#fireworks .topics_banner p {
  margin-bottom: 1em;
}
#fireworks .model-course-wrapper p {
  text-align: center;
  margin-bottom: 1em;
}
#fireworks .model-course {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(147, 132, 94, 0.15);
}
#fireworks .model-course a {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
#fireworks .model-course a figure {
  width: 40%;
  aspect-ratio: 3/2;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #fireworks .model-course a figure {
    width: 100%;
  }
}
#fireworks .model-course a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
#fireworks .model-course a div {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #fireworks .model-course a div {
    width: 100%;
  }
}
#fireworks .model-course a h3 {
  position: relative;
  padding: 1em 0.7em;
  color: #93845e;
  line-height: 1.4;
  transition: 0.5s;
}
#fireworks .model-course a p {
  padding: 0 1em;
  text-align: left;
  line-height: 1.4;
}
#fireworks .model-course a:hover img {
  transform: scale(1.1);
}

/* 230425_SUMMERSALE */
.fair_list img {
  max-width: 100%;
  height: auto;
}

.fair_list {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 5%;
  flex-flow: wrap;
  line-height: 1.5;
}

.fair_list p {
  font-size: 14px;
}

.fair_list li {
  width: 49%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  background: #fff;
  /* margin-bottom: 30px; */
  position: relative;
}

.fair_list li a:hover {
  text-decoration: none;
}

.fair_list .plan_img {
  position: relative;
  height: 334px;
}

.fair_list .plan_img .people {
  position: absolute;
  display: block;
  background: rgba(186, 152, 18, 0.8196078431);
  color: #fff;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
}

.fair_list h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  background: #ba9812;
  color: #fff;
}

.fair_list .text_box {
  padding: 10px;
}

.fair_list .text_box .food,
.fair_list .text_box .kikan {
  display: inline-block;
  background: #fff;
  color: #ba9812;
  border: 1px solid #ba9812;
  margin: 10px 8px 8px 0;
  padding: 0 16px;
  font-size: 0.86rem;
  line-height: 24px;
  border-radius: 12px;
  font-weight: bold;
}

.single_plan li .plan_img .people {
  background: rgba(184, 165, 101, 0.831372549);
}

.single_plan li h4 {
  background: #b8a565;
}

.single_plan .text_box .food,
.single_plan .text_box .kikan {
  color: #b8a565;
  border: 1px solid #b8a565;
}

.other_plan li .plan_img .people {
  background: #678dc5;
}

.other_plan li h4 {
  background: #678dc5;
}

.other_plan .text_box .food,
.other_plan .text_box .kikan {
  color: #678dc5;
  border: 1px solid #5372a0;
}

.fair_list::after {
  content: "";
  display: block;
  width: 30%;
}

.lp_mv source,
.lp_mv img {
  max-width: 100%;
  height: auto;
}

.lp_mv {
  width: 100%;
  text-align: center;
}

.pr_mv {
  position: relative;
  padding-top: 55.82%;
  margin-bottom: 30px;
}

.pr_mv iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.text_area {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 60px;
  border: 2px solid #b8a565;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
}

.faqtop ul li:nth-child(1) {
  background: #ba9812;
  margin-bottom: 10px;
}

.faqtop ul li:nth-child(2) {
  background: #b8a565;
  margin-bottom: 10px;
}

.faqtop ul li:nth-child(3) {
  background: #678dc5;
}

/* 230510 */
.link_area {
  text-align: center;
  background: rgba(151, 221, 255, 0.2509803922);
  padding: 50px 0;
  max-width: 1000px;
  margin: 80px auto 80px;
}

.link_area strong {
  position: relative;
  color: #03a0e8;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.link_area strong::before {
  content: "";
  width: 29px;
  height: 1px;
  background-color: #03a0e8;
  position: absolute;
  top: 20px;
  left: -40px;
  transform: rotateZ(57deg);
}

.link_area strong::after {
  content: "";
  width: 29px;
  height: 1px;
  background-color: #03a0e8;
  position: absolute;
  top: 20px;
  right: -44px;
  transform: rotateZ(-51deg);
}

.link_area a {
  display: block;
  max-width: 500px;
  width: 100%;
  border: 2px solid #03a0e8;
  padding: 15px 30px 15px 20px;
  margin: 20px auto;
  font-size: 18px;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s;
  line-height: 150%;
}

.link_area a:hover {
  background: #03a0e8;
  color: #fff;
  text-decoration: none;
}

.link_area a::after {
  content: "";
  background: url(../img/tab_ico.png) no-repeat center/cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
}

.link_area a:hover::after {
  background: url(../img/tab_ico_hover.png) no-repeat center/cover;
}

.link_area a span {
  color: #03a0e8;
  font-weight: bold;
}

.link_area a:hover span {
  color: #95deff;
}

.member_area {
  font-size: 18px;
  font-weight: bold;
  width: 900px;
  margin: auto;
  text-align: center;
  line-height: 1.7em;
}

.member_area p span {
  font-size: 37px;
  line-height: 0.95em;
  font-weight: bold;
  color: transparent;
  background: repeating-linear-gradient(13deg, #b67b03 0.1em, #daaf08 0.2em, #d0c18a 0.3em, #daaf08 0.4em, #b67b03 0.5em);
  -webkit-background-clip: text;
}

.member_area a {
  display: block;
  width: 400px;
  background: #cf0c5d;
  margin: 20px auto 50px;
  padding: 17px;
  border-radius: 10px;
  color: #fff;
  transition: 0.3s;
}

.member_area a:hover {
  text-decoration: none;
  color: #cf0c5d;
  background: #fff;
  border: 1px solid #cf0c5d;
  transform: scale(0.95);
}

.close {
  filter: grayscale(100%);
}

.close_text {
  position: absolute;
  z-index: 3;
  background: rgba(255, 255, 255, 0.831372549);
  border: 5px solid #f00;
  color: #f00;
  padding: 15px;
  font-weight: bold;
  font-size: 30px !important;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.close_text.clm2 {
  top: 17%;
}

.column02 li {
  width: 48%;
}

.fair_list .plan_img .label {
  position: absolute;
  background: rgba(186, 152, 18, 0.7882352941);
  color: #fff;
  font-size: 18px;
  padding: 3px 8px;
}

/* 240628 花火プラン*/
p.alert_txt {
  padding-top: 30px;
  color: red;
}

.boldfs15 {
  font-size: 17px;
  font-weight: bold;
}

.kasen {
  border-bottom: red solid 1px;
}

p.pink_alart {
  font-size: 15px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5em;
}

.Contents {
  /* background-color: #fff7e2; */
  padding: 43px 53px;
  margin: 15px 7px;
  width: 53%;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, .15); */
}

.Contents02 {
  background-color: #ffffff;
  padding: 43px 53px;
  margin: 0 7px;
  width: 99%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  width: 80%;
  margin: 24px auto;
}

.inner-p {
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  width: 80%;
  margin: 0 auto;
}

img.map {
  width: 98%;
  padding: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  margin: 15px auto;
}

#set {
  background-color: #efe1c3;
  padding: 16px 27px;
}

/* 完売時コメントアウト */
/* li.first:hover:hover,li.even:hover:hover{
  opacity: 0.8;
} */
/* li.first:hover,li.even:hover{
  opacity: 0.8;
} */
.higaeri-contents {
  position: relative;
  /* ↓Coming Soon用↓ */
  /* filter: grayscale(100%); */
}

p.coming-soon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3.1rem;
  margin: 0 !important;
  color: #000;
  padding: 10px 11px;
  background-color: #fff;
}

p.out-site {
  position: absolute;
  top: 95%;
  right: -78px;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  margin: 0 !important;
  color: #fff;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  p.coming-soon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2.1rem;
    margin: 0 !important;
    color: #000;
    padding: 10px 9px;
    background-color: #fff;
  }
  p.out-site {
    position: absolute;
    top: 90%;
    right: -57px;
    transform: translate(-50%, -50%);
    font-size: 1.1rem;
    margin: 0 !important;
    color: #fff;
    padding: 0;
  }
}
/* 吹き出し */
.fukidashi-01-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 31px 16px 0px;
  font-size: 23px;
  color: #443c18;
  font-weight: bold;
}

.fukidashi-01-12::before {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #443c18;
}

.fukidashi-01-12::after {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #443c18;
}

/* 吹き出し */
/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 768px) {
  .faq {
    width: 93%;
    margin: 40px auto 50px;
  }
  /* faqtop */
  .faqtop {
    width: 100%;
  }
  .faqtop ul li {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    border-right: 0;
    border-bottom: 2px solid #fff;
    padding: 3%;
  }
  .faqtop ul li a {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 10px 30px;
  }
  /* faqtop */
  #lodging h2,
  #room h2,
  #guest h2 {
    font-size: 20px;
    font-size: 24px;
    margin: 20px auto 20px;
  }
  .acMenu {
    margin: 0 auto 40px;
  }
  .acMenu dt {
    font-size: 14px;
    padding: 10px 0 10px 30px;
  }
  .acMenu dt.active:after {
    font-family: FontAwesome;
    content: "\f106";
    position: absolute;
    font-size: 16px;
    margin-top: -8px;
    top: 50%;
  }
  .acMenu dt:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    font-size: 16px;
    margin-top: -8px;
    top: 50%;
  }
  .acMenu dt:before {
    font-size: 26px;
  }
  .acMenu dd {
    padding: 0 0 10px 30px;
    line-height: 1.4;
    font-size: 12px;
  }
  .acMenu dd a {
    padding-left: 15px;
  }
  .acMenu dd a:before {
    background-size: contain;
    width: 10px;
    height: 12px;
    top: 3px;
  }
  .acMenu dd:before {
    font-size: 20px;
    left: 3px;
    top: -5px;
  }
  #lodging .acMenu dd:nth-of-type(5) {
    padding-bottom: 50px;
  }
  #lodging .acMenu dd:nth-of-type(5):after {
    content: "";
    background: url(../img/dog.png) no-repeat;
    background-size: contain;
    width: 35px;
    height: 38px;
    position: absolute;
    bottom: 15px;
    right: 10px;
    top: initial;
  }
  /* 230425_SUMMERSALE */
  .fair_list li {
    width: 100%;
  }
  .pr_mv {
    padding-top: 56.62%;
  }
  .text_area {
    margin-bottom: 28px;
    padding: 5%;
  }
  /* 230510 */
  .link_area {
    padding: 12% 5%;
  }
  .link_area strong {
    font-size: 5vw;
    line-height: 130%;
  }
  .link_area strong::before {
    width: 50px;
    top: 8vw;
    left: -27vw;
  }
  .link_area strong::after {
    width: 50px;
    top: 8vw;
    right: -15vw;
  }
  .link_area a {
    padding: 4% 12% 4% 3%;
    font-size: 3.5vw;
  }
  .link_area a::after {
    width: 5vw;
    height: 5vw;
    right: 6%;
  }
  .member_area a {
    width: 85%;
  }
  .member_area p {
    line-height: 1.6em;
    font-size: 17px;
  }
  .member_area {
    width: 100%;
  }
  .close_text {
    top: 50%;
  }
  .close_text.clm2 {
    top: 12%;
  }
  .fair_list .plan_img .label {
    font-size: 13px;
  }
  /* 240628 花火プラン*/
  p.alert_txt {
    padding-top: 30px;
    color: red;
  }
  .boldfs15 {
    font-size: 17px;
    font-weight: bold;
  }
  .kasen {
    border-bottom: red solid 1px;
  }
  p.pink_alart {
    font-size: 14px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    line-height: 2em;
  }
  .Contents {
    padding: 17px 17px;
    margin: 15px 7px;
    width: 100%;
  }
  .Contents02 {
    background-color: #ffffff;
    padding: 17px 17px;
    margin: 0 7px;
    width: 99%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    margin: 26px 0;
  }
  .inner-p {
    display: flex;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    width: 99%;
    flex-wrap: wrap;
  }
  img.map {
    width: 98%;
    padding: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    margin: 15px auto;
  }
  #set {
    background-color: #efe1c3;
    padding: 16px 27px;
  }
  #lodging h2,
  #room h2,
  #guest h2,
  #set h2,
  #single h2,
  #other h2,
  #mv_area h2 {
    font-size: 25px;
    text-align: center;
    color: #ffffff;
    margin: 25px 0%;
    background-color: #ac951f;
    padding: 20px 20px;
  }
  .fair_list h4 {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    background: #ba9812;
    color: #fff;
    margin: -8px 0px;
  }
  .fair_list li {
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    background: #fff;
    margin-bottom: 30px;
    position: relative;
  }
  .fair_list .plan_img {
    position: relative;
    height: inherit;
  }
  .fair_list .text_box {
    padding: 23px 13px;
  }
}/*# sourceMappingURL=fireworks.css.map */