@charset "UTF-8";
@import url("global.css");
/* ------------------------------
 Index
------------------------------ */
.list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -25px 80px;
}
.list li {
  width: calc(100% / 3);
  padding: 0 25px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.list li a {
  display: block;
}
.list li .img_area {
  width: 100%;
  margin-bottom: 10px;
}
.list li .img_area .img {
  width: 100%;
  height: 0;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}
.list li .img_area .img img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.list li .text_area .post_cat {
  margin-bottom: 6px;
}
.list li .text_area .post_cat span {
  display: inline-block;
  padding: 2px 10px;
  margin-right: 10px;
  background: #FBF7F3;
  font-size: clamp(11px, 1.4vw, 12px);
}
.list li .text_area .post_cat span.end {
  background: #CCC;
}
.list li .text_area .catch {
  font-size: clamp(13px, 2.3vw, 14px);
}
.list li .text_area .post_title {
  line-height: 1.45;
  font-size: 18px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.list li .text_area .data_wrap {
  border-top: 1px solid #CCC;
  padding-top: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list li .text_area .data_wrap .data_inner {
  flex: 1;
}
.list li .text_area .data_wrap .data_inner dl {
  display: flex;
  justify-content: flex-start;
  font-size: clamp(13px, 2.3vw, 14px);
}
.list li .text_area .data_wrap .data_inner dl dt {
  width: 60px;
}
.list li .text_area .data_wrap .img_author {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

/* ------------------------------
 Entry
------------------------------ */
.post {
  padding-top: 130px;
  background: #FBF7F3;
  min-height: 100vh;
  overflow: hidden;
}
.post .page_title_event {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  margin-bottom: 100px;
}
.post .page_title_event .page_title_text {
  height: calc(calc(66vw * .7) - 80px);
  flex: 1;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: upright;
  display: inline-block;
  letter-spacing: .4em;
  text-orientation: mixed;
  position: relative;
  display: block;
  line-height: 1.5;
}
.post .page_title_event .page_title_text .text {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
}
.post .page_title_event .page_title_text .text .title {
  letter-spacing: .5px;
  font-size: clamp(16px, 2.6vw, 22px);
  font-family: "Lateef", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.post .page_title_event .page_title_text .text .main_catch {
  white-space: normal;
  font-size: clamp(36px, 2.9vw, 48px);
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.post .page_title_event .page_title_img {
  width: 66%;
}
.post .page_title_event .page_title_img .img {
  width: 100%;
  height: 0;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
.post .page_title_event .page_title_img .img img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.post .intro_area {
  position: relative;
  margin-bottom: 100px;
  min-height: calc(calc(30vw * 1.27) - 160px);
  /*.intro_img {
  	width: 30%;
  	position: absolute;
  	left: 0;
  	top: -160px;
  	.img {
  		width: 100%;
  		height: 0;
  		padding-top: 127%;
  		position: relative;
  		overflow: hidden;
  		img {
  			width: 100%;
  			position: absolute;
  			left: 0;
  			top: 0;
  		}
  	}
  }*/
}
.post .intro_area .intro_img {
  width: 30%;
  height: 740px;
  position: absolute;
  left: 0;
  top: -160px;
  overflow: hidden;
}
.post .intro_area .intro_img .img {
  width: 100%;
  height: 100%;
}
.post .intro_area .intro_img P {
  height: 110%;
}
.post .intro_area .intro_text_area {
  width: 66%;
  margin-left: auto;
}
.post .intro_area .intro_text_area .post_cat {
  margin-bottom: 10px;
}
.post .intro_area .intro_text_area .post_cat span {
  border-bottom: 1px solid #DADDD8;
  margin-right: 10px;
  padding: 0 5px 5px;
}
.post .intro_area .intro_text_area .post_cat span.end {
  border-bottom: 1px solid #444;
}
.post .intro_area .intro_text_area .post_title {
  line-height: 1.45;
  margin-bottom: 30px;
  font-size: clamp(18px, 2.6vw, 28px);
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.post .intro_area .intro_text_area .end_text {
  background: #F3F3F3;
  padding: 20px;
  text-align: center;
  margin: 20px 0;
}
.post .intro_area .intro_text_area .intro_data {
  border-top: 1px solid #C1C1C1;
  margin-bottom: 30px;
}
.post .intro_area .intro_text_area .intro_data dl {
  border-bottom: 1px solid #C1C1C1;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.post .intro_area .intro_text_area .intro_data dl dt {
  width: 200px;
  padding: 15px;
  box-sizing: border-box;
}
.post .intro_area .intro_text_area .intro_data dl dd {
  flex: 1;
  padding: 15px;
  box-sizing: border-box;
}
.post .intro_area .intro_text_area .intro_data dl dd .link_map {
  text-decoration: underline;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}
.post .intro_area .intro_text_area .intro_data dl dd .link_map::before {
  content: "\f3c5";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 900;
  font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
}
.post .intro_area .intro_text_area .staff_area {
  background: #fff;
  padding: 20px 40px;
  margin-bottom: 30px;
}
.post .intro_area .intro_text_area .staff_area dl dt {
  margin-bottom: 20px;
}
.post .intro_area .intro_text_area .staff_area dl dt span {
  line-height: 1.45;
  position: relative;
  padding: 0 10px;
  font-size: clamp(16px, 2.3vw, 18px);
}
.post .intro_area .intro_text_area .staff_area dl dt span::before {
  content: "";
  width: 1px;
  height: 20px;
  background: #77846E;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-40deg);
}
.post .intro_area .intro_text_area .staff_area dl dt span::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #77846E;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(40deg);
}
.post .intro_area .intro_text_area .staff_area dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post .intro_area .intro_text_area .staff_area dl dd .img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.post .intro_area .intro_text_area .staff_area dl dd .text {
  flex: 1;
  padding-left: 50px;
  font-size: clamp(16px, 2.3vw, 20px);
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.post .intro_area .intro_text_area .staff_area dl dd .text .job {
  display: block;
  font-size: 16px;
}
.post .img_area {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.post .detail_area {
  background: #fff;
  padding: 100px 0;
}
.post .gallery_area {
  margin-bottom: 100px;
}
.post .fix_reserve_bnr {
  position: fixed;
  right: 120px;
  bottom: -70px;
  z-index: 200;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.is-scroll .post .fix_reserve_bnr {
  bottom: 1.3vw;
}
.post .fix_reserve_bnr .button a {
  display: flex;
  border-radius: 100px;
  background-color: #444;
  color: #fff;
  text-align: center;
  padding: 15px;
  padding-left: 20px;
  justify-content: center;
  align-items: center;
}
.post .fix_reserve_bnr .button a .text {
  display: block;
  font-weight: 700;
  margin-right: 12px;
  line-height: 1.3;
}
.post .fix_reserve_bnr .button a .text br {
  display: none;
}
.post .fix_reserve_bnr .button a .arrow {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.post .fix_reserve_bnr .button a .arrow i {
  animation: scrollDown 2s ease infinite;
}
@keyframes scrollDown {
  0% {
    transform: translateY(-15px);
    opacity: 0;
  }
  50% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
.post .fix_reserve_bnr .button a:hover {
  background-color: #77846E;
}
.post .sec_form {
  background: #F3F3F3;
  padding: 100px 0 80px;
}

.single #breadcrumbs {
  padding-top: 20px;
}

.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_file {
  border: 1px solid #fff;
  background-color: #fff;
}

table.inputform input[type="text"],
table.inputform input[type="tel"],
table.inputform input[type="email"],
table.inputform textarea {
  border: 1px solid #fff;
  background-color: #fff;
}
table.inputform select {
  border: 1px solid #fff;
  background-color: #fff;
}

form#mailformpro label::before,
form#mailformpro label.mfp_not_checked::before {
  border: #fff 1px solid;
  background-color: #fff;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-ex (1600px)

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1600px) {
  .post .detail_area {
    padding: 200px 0 100px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1400px)

------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1300px )

------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  /* ------------------------------
   Index
  ------------------------------ */
  .list {
    margin: 0 -20px 80px;
  }
  .list li {
    width: calc(100% / 2);
    padding: 0 20px;
  }

  /* ------------------------------
   Entry
  ------------------------------ */
  .post .page_title_event {
    margin-bottom: 50px;
  }
  .post .page_title_event .page_title_text {
    height: calc(calc(66vw * .9) - 70px);
  }
  .post .page_title_event .page_title_text .text .main_catch {
    font-size: clamp(20px, 3.2vw, 30px);
  }
  .post .page_title_event .page_title_img .img {
    padding-top: 90%;
  }
  .post .intro_area {
    margin-bottom: 80px;
    min-height: calc(calc(30vw * 1.27) - 120px);
  }
  .post .intro_area .intro_img {
    top: -120px;
    height: 400px;
  }
  .post .intro_area .intro_text_area {
    width: 62%;
  }
  .post .intro_area .intro_text_area .intro_data dl dt {
    width: 100px;
  }
  .post .intro_area .intro_text_area .staff_area {
    padding: 20px 40px;
  }
  .post .intro_area .intro_text_area .staff_area dl dd .text {
    padding-left: 30px;
  }
  .post .img_area {
    height: 300px;
  }
  .post .detail_area {
    padding: 80px 0;
  }
  .post .gallery_area {
    margin-bottom: 80px;
  }
  .post .fix_reserve_bnr {
    right: 100px;
  }
  .post .fix_reserve_bnr .button a {
    padding: 10px;
    padding-left: 20px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ------------------------------
   Index
  ------------------------------ */
  .list {
    margin: 0 -5vw 80px;
  }
  .list li {
    width: 100%;
    padding: 0;
  }
  .list li .text_area {
    padding: 0 5vw;
  }

  /* ------------------------------
   Entry
  ------------------------------ */
  .post {
    padding-top: 60px;
  }
  .post .page_title_event {
    margin-bottom: 30px;
  }
  .post .page_title_event .page_title_text {
    height: calc(74vw * 1.33);
    line-height: 1.4;
  }
  .post .page_title_event .page_title_text .text {
    top: 20px;
  }
  .post .page_title_event .page_title_img {
    width: 74%;
  }
  .post .page_title_event .page_title_img .img {
    padding-top: 133%;
  }
  .post .intro_area {
    margin-bottom: 40px;
    min-height: auto;
  }
  .post .intro_area .intro_img {
    display: none;
  }
  .post .intro_area .intro_text_area {
    width: 100%;
  }
  .post .intro_area .intro_text_area .post_title {
    margin-bottom: 20px;
  }
  .post .intro_area .intro_text_area .intro_data {
    margin-bottom: 20px;
  }
  .post .intro_area .intro_text_area .intro_data dl {
    display: block;
  }
  .post .intro_area .intro_text_area .intro_data dl dt {
    width: 100%;
    padding: 10px 5px 0;
    font-size: 12px;
  }
  .post .intro_area .intro_text_area .intro_data dl dd {
    padding: 0 5px 10px;
  }
  .post .intro_area .intro_text_area .staff_area {
    padding: 20px;
  }
  .post .intro_area .intro_text_area .staff_area dl dt {
    text-align: center;
  }
  .post .intro_area .intro_text_area .staff_area dl dd .text {
    padding-left: 20px;
  }
  .post .img_area {
    height: 170px;
  }
  .post .img_area p {
    height: 110%;
  }
  .post .detail_area {
    padding: 40px 0;
  }
  .post .gallery_area {
    margin-bottom: 50px;
  }
  .post .fix_reserve_bnr {
    width: fit-content;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 99;
  }
  .is-scroll .post .fix_reserve_bnr {
    bottom: 90px;
  }
  .post .fix_reserve_bnr .button a {
    padding: 5px 10px;
    padding-left: 20px;
    letter-spacing: 0;
  }
  .post .fix_reserve_bnr .button a .text {
    margin-right: 10px;
  }
  .post .fix_reserve_bnr .button a .arrow {
    height: 25px;
    width: 25px;
    font-size: 12px;
  }
  .post .fix_reserve_bnr .button a:hover {
    background-color: #444;
  }
  .post .sec_form {
    padding: 80px 0 40px;
  }

  .single #breadcrumbs {
    padding-top: 15px;
  }
}
