@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html, body {
    zoom: 0.8;
  }
}
html, body, div, p, span, address, h1, h2, h3, h4, h5, h6, header, hgroup, footer, section, article, aside, nav, figure, figcaption {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  list-style: none;
}

body {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #2b0000;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

a:active {
  -webkit-text-decoration: under-line;
          text-decoration: under-line;
}

a img {
  border-style: none;
  transition: 0.3s;
}

div, p, span, address, header, hgroup, footer, section, article, aside, nav, ul, ol, li, dl, dt, dd, figure, figcaption {
  box-sizing: border-box;
}

.tt,
.tt5 {
  display: none;
}

/* PC */
@media print, screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}
/* Tablet */
@media screen and (max-width: 960px) {
  body {
    font-size: 1rem;
  }
  #wrapper img {
    width: 100%;
  }
  .pc {
    display: none;
  }
}
/* SP縦以外 */
@media screen and (min-width: 641px) {
  /*SP縦以外を表示*/
  .ta {
    display: block;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .tt {
    display: block;
  }
  /*SP縦以外を表示*/
  .ta {
    display: none;
  }
}
/* iphone5 */
@media screen and (max-width: 360px) and (orientation: portrait) {
  .tt5 {
    display: block;
  }
}
@media screen {
  .fade00 {
    opacity: 0;
    transition: 1s;
  }
  .fade01 {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px);
  }
  .fade00a {
    opacity: 1;
    transform: translate(0, 0);
  }
  .left_to_right {
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }
  .left_to_right_fadeIn {
    transform: translate3d(0, 0, 0);
    transition: 1s ease-in-out 0.5s;
    opacity: 1;
  }
  .right_to_left {
    transform: translate3d(50px, 0, 0);
    opacity: 0;
  }
  .right_to_left_fadeIn {
    transform: translate3d(0, 0, 0);
    transition: 0.8s ease-in-out 0.4s;
    opacity: 1;
  }
}
body {
  color: #000;
  background: #f1efe8;
  overflow-x: hidden !important;
  font-family: "Noto Sans JP", sans-serif, Arial, Helvetica, sans-serif;
}

.pconly {
  display: block;
}
@media screen and (max-width: 668px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media screen and (max-width: 668px) {
  .sponly {
    display: block;
  }
}

#header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#header h1 {
  margin: 0 auto;
  text-align: center;
}
#header h1 img {
  width: 100cqw;
}

#contents {
  padding: 0;
  overflow-x: hidden !important;
}
#contents img {
  max-width: 100%;
}
#contents .inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1201px) {
  #contents .inner {
    width: 90%;
  }
}
@media (width < 480px) {
  #contents .inner {
    width: calc(100% - 30px);
  }
}
#contents .more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2b0000;
  color: #fff;
  text-decoration: none;
  border-radius: 18px;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  position: relative;
  transition: opacity 0.3s;
}
#contents .more-button::after {
  content: "\f138";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 15px;
  font-size: 18px;
}
#contents .more-button:hover {
  opacity: 0.8;
}
#contents .attention {
  font-size: 12px;
}
#contents #concept {
  padding-bottom: 120px;
}
#contents #concept .plan {
  background-color: #fff;
  border-radius: 20px;
  padding: 6vw;
  text-align: center;
}
#contents #concept h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.6rem, 2vw, 2.6rem);
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 4px solid #2b0000;
}
#contents #concept .read {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 668px) {
  #contents #concept .read {
    text-align: left;
  }
}
#contents #concept .box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 668px) {
  #contents #concept .box {
    flex-direction: column;
  }
}
#contents #concept .box li.photo {
  width: 34%;
}
@media screen and (max-width: 668px) {
  #contents #concept .box li.photo {
    width: 80%;
    margin-bottom: 10px;
  }
}
#contents #concept .box li.txt {
  width: calc(76% - 40px);
}
@media screen and (max-width: 668px) {
  #contents #concept .box li.txt {
    width: 100%;
  }
}
#contents #concept .box li.txt p {
  text-align: left;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.8;
  font-weight: 500;
}
#contents #concept .box.first {
  border-top: 2px dotted #000;
  border-bottom: 2px dotted #000;
  margin: 40px 0;
  padding: 40px 0;
}
#contents #concept .box.first li.txt {
  margin-left: 40px;
}
@media screen and (max-width: 668px) {
  #contents #concept .box.first li.txt {
    margin-left: 0;
  }
}
#contents #concept .box.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 668px) {
  #contents #concept .box.reverse {
    flex-direction: column;
  }
}
#contents #concept .box.reverse li.txt {
  margin-right: 40px;
}
@media screen and (max-width: 668px) {
  #contents #concept .box.reverse li.txt {
    margin-right: 0;
  }
}
#contents #staff {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  background-image: url("../images/item02.png");
  background-position: bottom 2.5% right 2%;
  background-repeat: no-repeat;
  background-size: auto;
}
#contents #staff::before {
  position: absolute;
  content: "";
  background: url("../images/item01.png") bottom left/cover no-repeat;
  top: -100px;
  left: 0;
  width: 294px;
  height: 274px;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #contents #staff::before {
    width: 180px;
    height: 170px;
  }
}
#contents #staff .attention {
  padding-top: 20px;
}
#contents #staff .dot-title {
  position: relative;
  text-align: center;
  padding: 5px 40px;
  background: #2b0000;
  color: #fff;
  border-radius: 30px;
}
#contents #staff .dot-title::before, #contents #staff .dot-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
}
#contents #staff .dot-title::before {
  left: 15px;
}
#contents #staff .dot-title::after {
  right: 15px;
}
#contents #staff .read {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  margin: 30px auto;
}
#contents #staff .card-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  background-color: #fff;
  flex-wrap: wrap;
}
@media screen and (max-width: 668px) {
  #contents #staff .card-container {
    display: block;
  }
}
#contents #staff .card-container .plan-card {
  width: calc(50% - 40px);
  position: relative;
  background-color: #f1efe8;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-weight: 800;
}
@media screen and (max-width: 960px) {
  #contents #staff .card-container .plan-card {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 668px) {
  #contents #staff .card-container .plan-card {
    width: 100%;
    margin-bottom: 30px;
  }
}
#contents #staff .card-container .plan-card .card-header {
  background-color: #2b0000;
}
#contents #staff .card-container .plan-card .card-header .head-inner {
  color: #fff;
  width: 80%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
}
#contents #staff .card-container .plan-card .card-header .head-inner .location-tag {
  background-color: #fff;
  color: #2b0000;
  padding: 2px 10px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}
#contents #staff .card-container .plan-card .card-header .head-inner .title {
  font-size: 24px;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  #contents #staff .card-container .plan-card .card-header .head-inner .title {
    font-size: 20px;
  }
}
#contents #staff .card-container .plan-card .card-header .head-inner .date {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#contents #staff .card-container .plan-card .card-body {
  background: linear-gradient(180deg, #2b0000 0%, #2b0000 50px, #f1efe8 50px, #f1efe8 100%);
}
#contents #staff .card-container .plan-card .card-body .image-wrapper {
  margin: 0;
  width: 80%;
  margin: 0 auto 0;
}
#contents #staff .card-container .plan-card .card-body .image-wrapper img {
  width: 100%;
  margin: 0 auto;
}
#contents #staff .card-container .plan-card .card-body .content {
  padding: 30px 40px;
  text-align: center;
}
#contents #staff .card-container .plan-card .card-body .content .description {
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 80px;
}
#contents #staff .card-container .plan-card .card-body .more-button {
  position: absolute;
  width: 160px;
  height: 36px;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
#contents #plan {
  background-color: #2b0000;
  padding-bottom: 120px;
}
#contents #plan .attention {
  color: #fff;
}
#contents #plan .ttl_bg {
  background: url("../images/bg_plan.jpg") top center/cover no-repeat;
  height: 90vh;
  min-height: 1000px;
  position: relative;
}
@media screen and (max-width: 668px) {
  #contents #plan .ttl_bg {
    height: 54vh;
    min-height: 450px;
  }
}
#contents #plan .ttl_bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #2b0000 100%);
  position: absolute;
  top: 0;
  left: 0;
}
#contents #plan .ttl_bg h2 {
  padding-top: 40%;
  text-align: center;
}
#contents #plan .ttl_bg h2 img {
  margin: 0 auto;
}
#contents #plan .plan-card2 {
  width: 92%;
  margin-bottom: 90px;
  margin-left: 8%;
  margin-right: auto;
}
@media screen and (max-width: 668px) {
  #contents #plan .plan-card2 {
    width: 94%;
    margin: 0 auto;
  }
}
#contents #plan .plan-card2__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #fff;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 668px) {
  #contents #plan .plan-card2__inner {
    display: block;
  }
}
#contents #plan .plan-card2.reverse {
  margin-right: 8%;
  margin-left: auto;
}
@media screen and (max-width: 668px) {
  #contents #plan .plan-card2.reverse {
    margin: 0 auto;
  }
}
#contents #plan .plan-card2.reverse .plan-card2__inner {
  flex-direction: row-reverse;
}
#contents #plan .plan-card2.reverse .plan-card2__main-img {
  margin-left: -40px;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  #contents #plan .plan-card2.reverse .plan-card2__main-img {
    margin-left: -20px;
  }
}
#contents #plan .plan-card2__image-box {
  flex: 0 0 55%;
}
#contents #plan .plan-card2__main-img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: -40px;
  margin-right: -40px;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  #contents #plan .plan-card2__main-img {
    margin-top: 0;
    margin-right: -10px;
  }
}
#contents #plan .plan-card2__caption {
  font-size: 1rem;
  line-height: 1.8;
  padding: 40px;
}
#contents #plan .plan-card2__content {
  flex: 0 0 40%;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  #contents #plan .plan-card2__content {
    padding: 20px;
  }
}
#contents #plan .plan-card2__content .location-tag {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  background-color: #2b0000;
  color: #fff;
  padding: 2px 10px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}
#contents #plan .plan-card2__content .title {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #2b0000;
  font-size: 24px;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #2b0000;
}
@media screen and (max-width: 960px) {
  #contents #plan .plan-card2__content .title {
    font-size: 20px;
  }
}
#contents #plan .plan-card2__content .date {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif, Arial, Helvetica, sans-serif;
}
#contents #plan .plan-card2__sub-image {
  margin: 20px auto;
}
#contents #plan .plan-card2__sub-image img {
  width: 100%;
  height: auto;
}
#contents #plan .plan-card2 .more-button {
  width: 100%;
  height: 36px;
}

.tab-container {
  max-width: 100%;
  margin: 0 auto 40px;
}

.tab-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 2px;
}
.tab-list .tab-item {
  flex: 1;
}

.tab-btn {
  width: 100%;
  padding: 25px 10px;
  border-top: 1px solid #9b8585;
  border-left: 1px solid #9b8585;
  border-right: 1px solid #9b8585;
  background-color: #ddd;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s;
}
@media screen and (max-width: 668px) {
  .tab-btn {
    font-size: 14px;
    padding: 20px 5px;
  }
}
.tab-btn.active {
  background-color: #2b0000;
}
.tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #2b0000;
  z-index: 2;
}

.tab-content {
  background-color: #f1efe8;
  padding: 100px 0 10px;
  min-height: 200px;
}
@media screen and (max-width: 668px) {
  .tab-content {
    padding: 30px 0 10px;
  }
}

.tab-panel {
  display: none;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}
.tab-panel.active {
  display: block;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.gotop {
  position: fixed;
  right: 20px;
  bottom: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .gotop {
    right: 15px;
    bottom: 0;
    padding-bottom: 20px;
  }
}
.gotop a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 50%;
  margin-top: 10px;
  background-color: #9b8585;
  width: 50px;
  line-height: 50px;
}
@media all and (-ms-high-contrast: none) {
  .gotop a {
    padding-top: 15px;
    line-height: 35px;
  }
}
@media screen and (max-width: 960px) {
  .gotop a {
    width: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .gotop a {
    width: 35px;
    line-height: 35px;
  }
}
.gotop a:hover {
  transform: translate(0, -5px);
}

@media print {
  .gotop {
    display: none;
  }
}
/*# sourceMappingURL=layout.css.map */