@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%;
}

/* 共通スタイル
 * ************************************************** */
a {
  outline: none;
}

a:focus {
  outline: none;
}

.slick-slide {
  outline: none;
}

area {
  outline: none;
}

area:focus {
  outline: none;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
}

a:hover {
  opacity: 0.7;
}

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

.gotop {
  display: block;
  width: 22px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  line-height: 1;
}

.tel {
  pointer-events: none;
  color: #000;
  text-decoration: none;
}

.sp {
  display: none;
}

/* cont_wrap
 * ************************************************** */
.cont_wrap {
  margin: 0 auto;
}

/* slider
 * ************************************************** */
.slider {
  width: 100%;
}

/* lead
 * ************************************************** */
.flex_lead {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 5rem auto 0;
}

.flex_lead p {
  font-size: 22px;
  width: 564px;
  line-height: 2.4;
  padding-top: 30px;
  font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: 1.25px;
}

.flex_lead h1 {
  margin-left: 80px;
}

/* section_info
* ************************************************** */
section#section_info {
  text-align: center;
  margin-top: 80px;
}

#section_info p {
  text-align: center;
  font-weight: bold;
}

.red {
  color: #CC0000;
  font-size: 22px;
}

.red_box {
  display: block;
  margin: 1.5rem auto 60px;
  padding: 0.5rem 2.5rem;
  width: 600px;
  font-size: 22px;
  color: #fff;
  background-color: #CC0000;
}

.sections {
  width: 1003px;
  height: 762px;
  margin: 0 auto;
  position: relative;
}

.sections a {
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0);
  transition: all 0.2s ease;
  backface-visibility: hidden;
}

.sections a:hover {
  background: rgba(255, 255, 255, 0.5);
}

.sections a#sect01 {
  right: 60px;
  top: 83px;
}

.sections a#sect02 {
  right: 172px;
  top: 83px;
}

.sections a#sect03 {
  right: 367px;
  top: 83px;
}

.sections a#sect04 {
  right: 636px;
  top: 83px;
}

.sections a#sect05 {
  right: 825px;
  top: 83px;
}

.sections a#sect06 {
  right: 646px;
  top: 327px;
}

.sections a#sect07 {
  right: 597px;
  bottom: 82px;
}

.sections a#sect08 {
  right: 300px;
  bottom: 29px;
}

.sections a#sect09 {
  right: 185px;
  bottom: 152px;
}

/* gallery
 * ************************************************** */
#gallery {
  margin: 90px auto;
  width: 1000px;
}

#gallery h2 {
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 0.4rem;
  line-height: 4rem;
  font-feature-settings: "palt";
}

#gallery h2 span {
  position: relative;
}

#gallery h2 span::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -40px;
  width: 32px;
  height: 24px;
  background: url("../images/icon_s.png") no-repeat center center;
  background-size: 100% 100%;
}

#gallery h2 span::after {
  content: "";
  position: absolute;
  top: -12px;
  right: -40px;
  width: 32px;
  height: 24px;
  background: url("../images/icon_e.png") no-repeat center center;
  background-size: 100% 100%;
}

/*
.grid_gallery {
  display: -ms-grid;
  display: grid;
  margin-top: 5rem;
  gap:0;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(11, 1fr);
  -ms-grid-rows: 110px 0 110px 0 110px 0 110px 0 110px 0 110px 0 110px 0 110px 0 110px 0 110px 0 110px 0 110px;
  grid-template-rows: repeat(12, 110px);

  .grid_gallery_child {
	  &:nth-child(1) {
	    -ms-grid-column: 1;
	    -ms-grid-column-span: 6;
	    grid-column: 1 / 7;
	    -ms-grid-row: 1;
	    -ms-grid-row-span: 4;
	    grid-row: 1 / 5;
	  }

	  &:nth-child(2) {
	    -ms-grid-column: 8;
	    -ms-grid-column-span: 4;
	    grid-column: 8 / 12;
	    -ms-grid-row: 3;
	    -ms-grid-row-span: 6;
	    grid-row: 3 / 9;
	  }

	  &:nth-child(3) {
	    -ms-grid-column: 2;
	    -ms-grid-column-span: 4;
	    grid-column: 2 / 6;
	    -ms-grid-row: 6;
	    -ms-grid-row-span: 5;
	    grid-row: 6 / 11;
	  }

	  &:nth-child(4) {
	    -ms-grid-column: 7;
	    -ms-grid-column-span: 4;
	    grid-column: 7 / 11;
	    -ms-grid-row: 10;
	    -ms-grid-row-span: 3;
	    grid-row: 10 / 13;
	  }
	}

}
*/
.grid_gallery {
  margin-top: 110px;
  width: 1000px;
  height: 1114px;
  position: relative;
}

.grid_gallery img {
  position: absolute;
  top: 0;
  left: 0;
}

.grid_gallery img:nth-child(2) {
  position: absolute;
  top: 140px;
  left: auto;
  right: 0;
}

.grid_gallery img:nth-child(3) {
  position: absolute;
  top: auto;
  bottom: 140px;
  left: 90px;
}

.grid_gallery img:nth-child(4) {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 100px;
}

.effect-fade {
  transform: translate(0px, 50px);
  opacity: 0;
}

.grid_gallery_child.effect-fade.effect-scroll {
  transform: translate(0%, 0%);
  opacity: 1;
  transition: 1.5s;
}

#event {
  position: relative;
  padding: 95px 0 60px;
  background: #FFF9E9;
}

#event .event_cont {
  width: 1024px;
  margin: 0 auto 70px;
}

#event .event_cont:last-child {
  margin: 0 auto;
}

.flex_event {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.flex_event .name a {
  display: block;
  line-height: 1;
  margin-top: 30px;
  color: #000;
  font-size: 23px;
  text-decoration: none;
}

.flex_event_2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.flex_event_2 div {
  width: 40%;
  margin-right: 1.5rem;
}

.flex_event_2 p {
  width: 60%;
  line-height: 2;
  font-size: 14px;
  padding-top: 5px;
}

.flex_event_2 div p {
  line-height: 0.8;
}

/* footer
 * ************************************************** */
footer {
  width: 1240px;
  margin: 0 auto;
  padding-top: 55px;
}

footer .att {
  margin-bottom: 45px;
  font-size: 14px;
}

footer .credit {
  text-align: right;
  font-size: 14px;
}

footer p {
  text-align: center;
}

/* share button */
.shareBtn {
  margin: 60px auto 45px;
}

.shareBtn ul {
  margin: 0;
  width: 100%;
  text-align: center;
}

.shareBtn ul li {
  display: inline-block;
  vertical-align: top;
  width: 122px;
  margin: 0 15px 0 0;
}

.shareBtn ul li:last-child {
  margin: 0;
}

/* copy */
.copy p {
  padding: 35px 0;
  font-size: 12px;
  border-top: 2px solid #000;
  text-align: center;
}

@media screen and (max-width: 767px) {
  /* 共通スタイル
 * ************************************************** */
  a {
    outline: none;
    z-index: 10000;
  }
  a:focus {
    outline: none;
    z-index: 10000;
  }
  .slick-slide {
    outline: none;
    z-index: 10000;
  }
  area {
    outline: none;
    z-index: 10000;
  }
  area:focus {
    outline: none;
    z-index: 10000;
  }
  img {
    max-width: 100%;
    vertical-align: top;
  }
  .gotop {
    display: block;
    width: 18px;
    position: fixed;
    right: 10px;
    bottom: 30px;
    line-height: 1;
  }
  .tel {
    color: #000;
    text-decoration: none;
  }
  .pc {
    display: none;
  }
  /* cont_wrap
* ************************************************** */
  .cont_wrap_SP {
    margin: 0 2rem;
  }
  /* lead
* ************************************************** */
  .flex_lead {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
    margin: 50px auto 0;
  }
  .flex_lead p {
    font-size: 14px;
    width: 58%;
    line-height: 1.8;
    padding-top: 0px;
    font-feature-settings: "palt";
    text-align: justify;
    letter-spacing: 1.5px;
  }
  .flex_lead h1 {
    flex-shrink: 0;
    width: 70px;
    margin-left: 30px;
  }
  /* section_info
* ************************************************** */
  section#section_info {
    text-align: center;
    margin-top: 80px;
  }
  .red {
    font-size: 16px;
  }
  .red_box {
    display: block;
    margin: 15px auto 60px;
    padding: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
  }
  .red_box .sp {
    display: block;
  }
  .sections {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    height: 529px;
    margin: 0 auto;
    position: relative;
    direction: rtl;
    -webkit-overflow-scrolling: touch;
  }
  .sections img {
    width: 657px !important;
    height: 499px !important;
    max-width: none !important;
  }
  .sections a {
    position: absolute;
    width: 50px;
    height: 50px;
  }
  .sections a#sect01 {
    right: 43px;
    left: 563px;
    top: 63px;
  }
  .sections a#sect02 {
    right: 122px;
    top: 63px;
  }
  .sections a#sect03 {
    right: 248px;
    top: 63px;
  }
  .sections a#sect04 {
    right: 424px;
    top: 63px;
  }
  .sections a#sect05 {
    right: 548px;
    top: 63px;
  }
  .sections a#sect06 {
    right: 430px;
    top: 220px;
  }
  .sections a#sect07 {
    right: 399px;
    top: 386px;
  }
  .sections a#sect08 {
    right: 204px;
    top: 421px;
  }
  .sections a#sect09 {
    right: 130px;
    top: 342px;
  }
  /* gallery
 * ************************************************** */
  #gallery {
    width: 100%;
  }
  #gallery h2 {
    text-align: center;
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 1.45;
  }
  #gallery h2 span {
    display: inline-block;
    letter-spacing: 1px;
  }
  #gallery h2 span::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -15px;
    width: 12px;
    height: 8px;
  }
  #gallery h2 span::after {
    content: "";
    position: absolute;
    top: -5px;
    right: -15px;
    width: 12px;
    height: 8px;
  }
  .grid_gallery {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 20px;
  }
  .grid_gallery img {
    position: static !important;
    max-width: 100%;
  }
  .grid_gallery_child {
    margin-top: 1em;
  }
  .grid_gallery_child:nth-child(1) {
    width: 68%;
  }
  .grid_gallery_child:nth-child(2) {
    width: 58%;
    float: right;
  }
  .grid_gallery_child:nth-child(3) {
    width: 52%;
    float: left;
  }
  .grid_gallery_child:nth-child(4) {
    width: 54%;
    float: right;
  }
  .effect-fade {
    transform: translate(0px, 50px);
    opacity: 0;
  }
  .grid_gallery_child.effect-fade.effect-scroll {
    transform: translate(0%, 0%);
    opacity: 1;
    transition: 1.5s;
  }
  /* event
 * ************************************************** */
  #event {
    position: relative;
    padding: 35px 20px;
    background: #fff9e9;
  }
  #event .event_cont {
    width: 100%;
    margin: 0 auto 13.3333vw;
  }
  #event .event_cont .flex_event .name a {
    text-align: center;
    font-size: 17px;
  }
  #event .event_cont .flex_event_2 {
    flex-direction: column;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    padding: 0 2em;
  }
  #event .event_cont .flex_event_2 div {
    width: 100%;
    margin-right: 0;
  }
  #event .event_cont .flex_event_2 div img {
    width: 100%;
  }
  #event .event_cont .flex_event_2 div p {
    font-size: 12px;
  }
  #event .event_cont .flex_event_2 > p {
    width: 100%;
    line-height: 2;
    font-size: 14px;
    padding-top: 20px;
  }
  /* footer
 * ************************************************** */
  footer {
    padding-top: 3vw;
    width: 100%;
  }
  footer p {
    text-align: center;
    font-size: 10px;
  }
  /* share button */
  .shareBtn {
    margin: 30px 0;
  }
  .shareBtn ul li {
    display: inline-block;
    vertical-align: top;
    width: 80px;
  }
  /* copy */
  .copy p {
    padding: 20px 0;
    font-size: 10px;
    border-top: 1px solid #000;
  }
}

.slick-dots {
  bottom: -35px;
}

.slick-dots li {
  width: 50px;
  margin: 0 10px;
}

.slick-dots li button {
  width: 100%;
  opacity: 0.5;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: -35px;
  }
  .slick-dots li {
    width: 25px;
    margin: 0 5px;
  }
  .slick-dots li button {
    height: 5px;
    padding: 0;
  }
}

/* modal */
#modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s ease;
  backface-visibility: hidden;
}

#modal.active {
  opacity: 1;
  pointer-events: auto;
}

#modal #modal_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.2s ease;
  backface-visibility: hidden;
  cursor: pointer;
}

#modal .modal_box {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-49%, -50%);
  z-index: 100;
  background: #fff;
  transition: all 0.6s ease;
  backface-visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

#modal .modal_box.active {
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  #modal .modal_box.vertical {
    flex-direction: column;
    width: 700px;
  }
  #modal .modal_box.vertical .text {
    width: 100%;
    height: 330px;
    padding-top: 66px;
    box-sizing: border-box;
    display: block;
  }
  #modal .modal_box.vertical .text .text_inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  #modal .modal_box.vertical .text h2 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #modal .modal_box.vertical .text h2:before {
    content: none;
  }
  #modal .modal_box.vertical .text p {
    margin-left: 100px;
  }
  #modal .modal_box.vertical .text .modal_link {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

#modal .modal_box figure.images {
  flex-shrink: 0;
}

#modal .modal_box figure.images img {
  vertical-align: top;
}

#modal .modal_box .text {
  flex-shrink: 0;
  width: 360px;
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#modal .modal_box .text h2 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  position: relative;
}

#modal .modal_box .text h2:before {
  content: "";
  position: absolute;
  left: calc(50% - 18px);
  bottom: 0;
  width: 36px;
  height: 1px;
  background: #000;
}

#modal .modal_box .text h2 img {
  vertical-align: top;
}

#modal .modal_box .text p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

#modal .modal_box .text .modal_link {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#modal .modal_box .text .modal_link .close {
  width: 50px;
  height: 50px;
  background: #b3b3b3;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

#modal .modal_box .text .modal_link .close span {
  display: block;
  line-height: 1;
}

#modal .modal_box .text .modal_link .close span .icon-cross {
  font-size: 30px;
  line-height: 1;
}

#modal .modal_box .text .modal_link .close span small {
  display: block;
  line-height: 1;
  font-size: 10px;
}

#modal .modal_box .text .modal_link .left, #modal .modal_box .text .modal_link .right {
  text-decoration: none;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#modal .modal_box .text .modal_link .left .icon-arrow1, #modal .modal_box .text .modal_link .right .icon-arrow1 {
  font-size: 30px;
  color: #b3b3b3;
}

#modal .modal_box .text .modal_link .left .icon-arrow1.reverse, #modal .modal_box .text .modal_link .right .icon-arrow1.reverse {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  #modal #modal_inner {
    position: absolute;
    left: 5vw;
    top: 5vw;
    width: 90vw;
    height: calc(100% - 10vw);
    overflow-y: auto;
  }
  #modal .modal_box {
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, 10px);
    z-index: 100;
    background: #fff;
    width: 100%;
  }
  #modal .modal_box.active {
    transform: translate(0, 0);
  }
  #modal .modal_box figure.images {
    width: 100%;
  }
  #modal .modal_box figure.images img {
    width: 100%;
  }
  #modal .modal_box .text {
    width: 100%;
    display: block;
    padding: 10px 20px 70px;
    box-sizing: border-box;
  }
  #modal .modal_box .text h2 {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #modal .modal_box .text h2 img {
    transform: scale(0.8);
  }
  #modal .modal_box .text p {
    text-align: left;
    font-size: 14px;
    line-height: 2;
  }
  #modal .modal_box .text p br {
    display: none;
  }
  #modal .modal_box .text .modal_link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #modal .modal_box .text .modal_link .close {
    width: 50px;
    height: 50px;
    background: #b3b3b3;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #modal .modal_box .text .modal_link .close span {
    display: block;
    line-height: 1;
  }
  #modal .modal_box .text .modal_link .close span .icon-cross {
    font-size: 30px;
    line-height: 1;
  }
  #modal .modal_box .text .modal_link .close span small {
    display: block;
    line-height: 1;
    font-size: 10px;
  }
  #modal .modal_box .text .modal_link .left, #modal .modal_box .text .modal_link .right {
    text-decoration: none;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #modal .modal_box .text .modal_link .left .icon-arrow1, #modal .modal_box .text .modal_link .right .icon-arrow1 {
    font-size: 30px;
    color: #b3b3b3;
  }
  #modal .modal_box .text .modal_link .left .icon-arrow1.reverse, #modal .modal_box .text .modal_link .right .icon-arrow1.reverse {
    transform: rotate(180deg);
  }
}
