@charset "UTF-8";
html, body {
  overflow-x: hidden;
}

body {
  line-height: 1.8;
  font-family: "Shippori Mincho B1", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  color: #3C3C3C;
  font-size: 18px;
}
@media (max-width: 768px) {
  body {
    font-size: 0.9rem;
  }
}

.sp-head {
  display: none;
}
@media (max-width: 960px) {
  .sp-head {
    display: inherit;
    height: 80px;
    width: 100%;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.7607843137);
    padding: 1rem;
  }
}
.sp-head .logo {
  width: 70px;
}

a:hover {
  transition: 0.6s;
  opacity: 0.6;
}

ul {
  list-style-type: none;
}

.breaking-out {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.section-container {
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: inherit;
  }
}

.kv {
  background-image: url(../images/kv-bg.webp);
  background-size: cover;
  background-position: center;
}

.kv-head {
  background-image: url(../images/head.webp);
  background-size: 100%;
  background-position: center -3rem;
  background-repeat: no-repeat;
}
.kv-head h1 {
  text-align: left;
}

.kv-wrapper {
  background-image: url(../images/kv-left.webp), url(../images/kv-right.webp);
  background-size: 600px auto, 810px auto;
  background-repeat: no-repeat;
  background-position: -10% center, 120% center;
}
@media (max-width: 768px) {
  .kv-wrapper {
    background-size: 290px auto, 310px auto;
    background-repeat: no-repeat;
    background-position: -90% 120px, 280px 40px;
    padding-top: 60px;
  }
}

.area-kv {
  max-width: 1300px;
  margin: 0 auto;
  min-height: 600px;
  background-image: url(../images/yukata.webp);
  background-repeat: no-repeat;
  background-size: 500px auto;
  background-position: right bottom;
}
@media (max-width: 768px) {
  .area-kv {
    background-size: 250px auto;
    background-position: 120% bottom;
    min-height: auto;
  }
}
.area-kv .area-topic {
  max-width: 780px;
  text-align: center;
  margin-left: 3%;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .area-kv .area-topic {
    width: 90%;
    margin-left: 5%;
    text-align: left;
    padding-bottom: 2rem;
  }
}
.area-kv h1 {
  padding-top: 3rem;
}
.area-kv ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .area-kv ul {
    display: none;
  }
}
.area-kv .gl {
  background-position: center;
  background-size: 167px 46px;
}
.area-kv .gl a {
  width: 167px;
  display: block;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #806D1F;
  text-decoration: none;
}
.area-kv .mido {
  background-image: url(../images/gl-midokoro.webp);
  background-repeat: no-repeat;
}
.area-kv .title {
  color: #fff;
  padding: 0px 15px;
  background-color: #CE9999;
  display: block;
  width: 140px;
  margin: 0 auto 25px;
}
@media (max-width: 768px) {
  .area-kv .title {
    width: 100px;
    text-align: center;
    margin-left: 0;
  }
}
.area-kv .day {
  font-size: 46px;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .area-kv .day {
    font-size: 30px;
  }
}
.area-kv .time {
  font-size: 42px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .area-kv .time {
    font-size: 26px;
  }
}
.area-kv .time span {
  font-size: 26px;
}
@media (max-width: 768px) {
  .area-kv .time span {
    display: block;
    font-size: 16px;
  }
}
.area-kv .place {
  font-size: 34px;
  line-height: 1;
}
@media (max-width: 768px) {
  .area-kv .place {
    font-size: 26px;
  }
}
.area-kv .sta {
  background-image: url(../images/gl-stage.webp);
  background-repeat: no-repeat;
}
.area-kv .tenpo {
  background-image: url(../images/gl-tenpo.webp);
  background-repeat: no-repeat;
}
.area-kv .area {
  background-image: url(../images/gl-area.webp);
  background-repeat: no-repeat;
}
.area-kv .acs {
  background-image: url(../images/gl-access.webp);
  background-repeat: no-repeat;
}
.area-kv .ctn {
  background-image: url(../images/gl-contact.webp);
  background-repeat: no-repeat;
}

h1 {
  font-size: 50px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2rem;
  color: #000;
}
@media (max-width: 768px) {
  h1 {
    font-size: 23px;
  }
}

.content {
  max-width: 1300px;
  padding: 4.5rem 0;
  position: relative;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .content {
    padding: 3rem 1rem;
  }
}
@media (max-width: 768px) {
  .content {
    padding: 2rem 1rem;
  }
}

.bg-gaiyou {
  background-image: url(../images/bg-gaiyou.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.under-gaiyou {
  background-image: url(../images/under-gaiyou.webp);
  background-size: auto 220px;
  background-repeat: no-repeat;
  background-position: 70% bottom;
}

.maintitle {
  font-size: 44px;
  color: #645106;
  background-size: 30px;
  background-repeat: no-repeat;
  position: relative;
  font-weight: 400;
}
@media (max-width: 768px) {
  .maintitle {
    font-size: 26px;
    background-size: 22px;
  }
}
.maintitle:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 230px;
  background: linear-gradient(to left, rgba(112, 112, 112, 0) 0%, #847979 49.26%, rgba(56, 56, 56, 0) 100%);
  opacity: 0.8;
}
@media (max-width: 768px) {
  .maintitle:after {
    width: 140px;
  }
}

.coming {
  text-align: center;
  padding-top: 3rem;
  font-size: 130%;
}

#concept {
  text-align: center;
  display: flex;
  letter-spacing: 3px;
  align-items: center;
}
@media (max-width: 768px) {
  #concept {
    flex-wrap: wrap;
  }
}
#concept .photos {
  width: calc(100% - 700px);
}
@media (max-width: 768px) {
  #concept .photos {
    display: block;
    width: 90%;
    margin: 1rem auto;
    order: 2;
  }
}
#concept .topic {
  writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  #concept .topic {
    padding-right: 1rem;
    width: 100%;
  }
}
#concept .topic p {
  margin-top: 2em;
}
#concept h2 {
  font-size: 44px;
  margin-left: 4rem;
  letter-spacing: 10px;
  text-align: left;
  color: #645106;
  font-weight: 400;
  padding-top: 65px;
  background-image: url(../images/icon-edo.svg);
  background-repeat: no-repeat;
  background-size: 56px;
  background-position: center top;
}
@media (max-width: 768px) {
  #concept h2 {
    font-size: 26px;
    margin-left: 1rem;
    background-size: 46px;
    padding-top: 56px;
    letter-spacing: 7px;
  }
}
#concept p {
  margin-left: 4rem;
  font-size: 30px;
  text-align: left;
}
@media (max-width: 768px) {
  #concept p {
    font-size: 22px;
    margin-left: 1.5rem;
  }
}

#info {
  background-image: url(../images/bg-bosyu.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
#info h2 {
  background-image: url(../images/ti-area.svg), url(../images/ti-area.svg);
  background-position: left center, right center;
  display: inline-block;
  padding: 0 50px;
}
#info h3 {
  font-size: 24px;
  padding-bottom: 3px;
  text-align: center;
  border-bottom: 2px solid #000;
  display: flex;
  color: #000;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #info h3 {
    font-size: 18px;
  }
}
#info h3::before {
  content: "";
  background-image: url(../images/shop.svg);
  background-position: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  padding-top: 5px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  #info h3::before {
    background-size: 24px;
  }
}

.red {
  color: #FF4C4D !important;
}

.orange {
  color: #EB8800 !important;
}

.maps {
  padding-top: 2rem;
}

.navi {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  .navi {
    display: block;
  }
}
.navi li {
  text-align: center;
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .navi li {
    width: 85%;
    margin: 0 auto 1rem;
  }
}

#osake {
  background-color: #CDE7F8;
}
#osake li {
  border-color: #CDE7F8;
}
#osake span {
  background-color: #0151D1;
}

#gurume {
  background-color: #FFD26E;
}
#gurume li {
  border-color: #FFD26E;
}
#gurume span {
  background-color: #EF5657;
}

#en {
  background-color: #EFFFE2;
}
#en li {
  border-color: #EFFFE2;
}
#en span {
  background-color: #00BFB1;
}

.shops {
  max-width: 1350px;
  padding: 2rem 0;
  margin: 0 auto;
}
.shops h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
@media (max-width: 768px) {
  .shops h3 {
    font-size: 18px;
    height: 50px;
  }
}
.shops h3 img {
  height: 75px;
  width: auto;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .shops h3 img {
    height: 50px;
    margin-right: 14px;
  }
}
.shops .syutten {
  width: 145px;
  background-color: #000;
  display: block;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin: 10px auto;
}
@media (max-width: 768px) {
  .shops .syutten {
    font-size: 14px;
    width: 130px;
  }
}
.shops ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .shops ul {
    margin: 1rem 5px;
  }
}
.shops li {
  width: 25%;
  border-top: solid 1px;
  border-right: solid 1px;
  padding: 1.5rem;
  font-size: 15px;
}
@media (max-width: 768px) {
  .shops li {
    width: 50%;
    padding: 10px 7px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.shops li .sub {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .shops li .sub {
    font-size: 11px;
  }
}
.shops li img {
  width: 90%;
  display: block;
  margin: 0 auto 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 5/3.5;
}
.shops li h4 {
  font-size: 18px;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .shops li h4 {
    font-size: 13px;
  }
}
.shops li span {
  color: #fff;
  padding: 2px 8px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .shops li span {
    font-size: 11px;
    padding: 1px 4px;
    margin-right: 4px;
  }
}

#access {
  text-align: center;
}
#access h2 {
  background-image: url(../images/ti-access.svg), url(../images/ti-access.svg);
  background-position: left center, right center;
  display: inline-block;
  padding: 0 50px;
  margin-bottom: 5rem;
}
#access .guide {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #access .guide {
    display: block;
  }
}
#access .guide iframe {
  border: solid 1px #C9C9C9;
}
@media (max-width: 768px) {
  #access .guide iframe {
    margin-top: 2rem;
    height: 350px;
  }
}
#access .guide .train {
  padding-left: 40px;
  background-image: url(../images/ic-train.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 25px auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
#access .guide .topic {
  width: 46%;
  text-align: left;
}
@media (max-width: 768px) {
  #access .guide .topic {
    width: 100%;
  }
}
#access .guide .topic h3 {
  background-image: url(../images/bg-guide.png);
  background-size: cover;
  background-position: right center;
  color: #fff;
  font-size: 24px;
  padding: 5px 10px;
  margin-bottom: 2rem;
  letter-spacing: 2px;
  font-weight: 600;
  height: 50px;
  vertical-align: middle;
}
#access .guide .topic h3::before {
  content: "";
  width: 30px;
  background-image: url(../images/icon-ac.svg);
  height: 50px;
  display: inline-block;
  background-size: 23px;
  background-position: left 10px;
}
@media (max-width: 768px) {
  #access .guide .topic h3 {
    font-size: 18px;
    padding: 3px 10px;
    margin-bottom: 1rem;
  }
}
#access .guide .topic .mg {
  margin-top: 2rem;
}

.caution {
  background-color: #F7F3E1;
  padding: 1.5rem 2.5rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .caution {
    padding: 1rem;
  }
}
.caution h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .caution h3 {
    font-size: 18px;
    margin-bottom: 1rem;
  }
}
.caution ul li {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 1rem;
}

.contact {
  display: flex;
  justify-content: space-evenly;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .contact {
    display: block;
  }
}
.contact div {
  width: 46%;
}
@media (max-width: 768px) {
  .contact div {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.contact h4 {
  font-size: 28px;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid #F2A324;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .contact h4 {
    font-size: 22px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

footer {
  background-color: #BF0022;
  color: #fff;
}
footer .content {
  padding: 1rem 0;
}
@media (max-width: 768px) {
  footer .content {
    padding: 1rem;
  }
}
footer .credit {
  max-width: 850px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  footer .credit {
    display: block;
    max-width: 100%;
  }
}
footer .credit img {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  footer .credit img {
    display: block;
    max-width: 280px;
    margin: 0 auto 1rem;
  }
}
footer .copy {
  text-align: right;
  font-size: 12px;
  margin-top: -1rem;
}
@media (max-width: 768px) {
  footer .copy {
    text-align: center;
    margin-top: 1rem;
  }
}/*# sourceMappingURL=style.css.map */