@charset "UTF-8";
/*=======================================
トップページ
=========================================*/
.l-kv {
  background: url("../img/top/kv_bg.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 755px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.l-kv--pre {
  height: 100vh;
}
.l-kv--pre h1 {
  line-height: 1.8;
}
.l-kv--pre h1 span {
  display: block;
  font-size: 46px;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #FFF;
}
.l-kv__txt {
  width: 100%;
  padding-top: 300px;
}
.l-kv h1 {
  text-align: center;
  background-color: rgba(146, 31, 86, 0.8);
  width: 100%;
  padding: 15px 0;
  border-top: 2px solid #af543d;
  border-bottom: 2px solid #af543d;
}
.l-kv .day {
  text-align: center;
  margin-top: 30px;
}
.l-kv .day img {
  width: 600px;
  height: auto;
}
.l-kv dl {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 0;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #FFF;
  font-size: 28px;
}
.l-kv dl .row {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}
.l-kv dl .row:before, .l-kv dl .row:after {
  content: none;
}
.l-kv dl .row dt,
.l-kv dl .row dd {
  padding: 15px 0;
  transform: skewX(-15deg);
  letter-spacing: 0.1em;
}
.l-kv dl .row dt span,
.l-kv dl .row dd span {
  display: inline-block;
  /* ← これが必要 */
  transform: skewX(15deg);
}
.l-kv dl .row dt {
  width: 140px;
  text-align: center;
  background-color: rgba(146, 31, 86, 0.8);
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.l-kv dl .row dt:before, .l-kv dl .row dt:after {
  content: none;
}
.l-kv dl .row dd {
  width: 850px;
  text-align: center;
  background-color: rgba(146, 31, 86, 0.8);
}
.l-kv dl .row:last-child {
  margin-bottom: 0;
}
.l-kv dl .row:first-child {
  margin-left: 15px;
}
.l-kv dl .row:first-child dd {
  width: 835px;
}

.p-top__news {
  padding: 40px 0 80px;
  background-color: #F9F7F8;
}
.p-top__news .menu-wrap {
  margin-bottom: 80px;
}
.p-top__news .menu-wrap ul {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-top__news .menu-wrap ul:before, .p-top__news .menu-wrap ul:after {
  content: none;
}
.p-top__news .menu-wrap ul li {
  position: relative;
  /*background-color: #a68b52;*/
  background-color: #640030;
  width: 100%;
  margin-right: 2%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
}
.p-top__news .menu-wrap ul li:after {
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.p-top__news .menu-wrap ul li a {
  text-decoration: none;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0;
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  color: #fff;
  line-height: 1.1;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__news .menu-wrap ul li a span {
  display: block;
  font-size: 12px;
}
.p-top__news .menu-wrap ul li a i {
  display: block;
  text-align: center;
  font-size: 42px;
  margin-bottom: 10px;
}
.p-top__news .menu-wrap ul li:last-child {
  margin-right: 0;
  background-color: #008080;
  /*background-color: #E6B422;*/
}
.p-top__news .menu-wrap ul li.no-color {
  background-color: #640030;
}
.p-top__news .news-wrap {
  background-color: #fff;
  overflow-y: scroll;
  max-height: 300px;
  padding: 30px;
}
.p-top__news .news-wrap .post {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
.p-top__news .news-wrap .post:last-child {
  margin-bottom: 0;
}
.p-top__news .news-wrap .post:before, .p-top__news .news-wrap .post:after {
  content: none;
}
.p-top__news .news-wrap .post .day {
  width: 120px;
  border-right: 1px solid #ccc;
  text-align: center;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-top__news .news-wrap .post .day .detail {
  font-size: 26px;
}
.p-top__news .news-wrap .post .day .youbi {
  width: fit-content;
  padding: 3px 15px;
  border: 1px solid #ccc;
  line-height: 1;
  margin: 5px auto;
  font-size: 12px;
}
.p-top__news .news-wrap .post .day .year {
  line-height: 1;
}
.p-top__news .news-wrap .post .txt {
  width: calc(100% - 120px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}
.p-top__news .news-wrap .post .txt a {
  display: block;
  text-decoration: none;
}
.p-top__news .news-wrap .post .txt .tit {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: 5px;
}
.p-top__intro {
  padding: 80px 0;
}
.p-top__intro .intro-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-top__intro .intro-wrap:before, .p-top__intro .intro-wrap:after {
  content: none;
}
.p-top__intro .intro-wrap .thema {
  width: 48%;
}
.p-top__intro .intro-wrap .logo {
  width: 48%;
  background-color: #FFEDF6;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 40px 40px;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-top__intro .intro-wrap .logo h2 {
  text-align: center;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
}
.p-top__intro .intro-wrap .logo p {
  margin-top: 20px;
}
.p-top__intro .intro-wrap .logo .logo-wrap {
  margin-top: auto;
  text-align: center;
  background-color: #FFF;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.p-top__intro .intro-wrap .logo .logo-wrap img {
  margin: 0 auto;
}
.p-top__intro p {
  font-size: 16px;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 20px;
}
.p-top__intro .ct {
  font-size: 24px;
  color: #921f56;
  font-weight: 600;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-top__intro .ct span {
  display: block;
  width: fit-content;
  background-color: #921f56;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding: 5px 15px 8px;
  margin-bottom: 5px;
}
.p-top__intro dl {
  margin: 0 auto;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-top__intro dl dt {
  color: #921f56;
}
.p-top__intro dl dt:before {
  content: "▶︎";
  margin-right: 5px;
  font-size: 10px;
  position: relative;
  top: -2px;
}
.p-top__intro .detail {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: 20px auto;
}
.p-top__intro .detail:before, .p-top__intro .detail:after {
  content: none;
}
.p-top__intro .detail .icon {
  width: 120px;
}
.p-top__intro .detail .txt {
  width: calc(100% - 120px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.p-top__greeting {
  padding: 80px 0;
  background: #FFEAF4 url("../img/common/pattern01.svg");
  -webkit-background-size: 8%;
  -o-background-size: 8%;
  background-size: 8%;
}
.p-top__greeting .inner {
  background-color: #FFF;
  padding: 60px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
}
.p-top__greeting p {
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-top__greeting .name {
  text-align: right;
  margin-top: 1em;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-top__greeting .name span {
  font-size: 20px;
  margin-left: 10px;
}
.p-top__greeting img {
  float: left;
  margin-right: 1.5em;
}
.p-top__access {
  border-top: 2px solid #af543d;
  border-bottom: 2px solid #af543d;
  margin-bottom: 2px;
  padding: 80px 0;
}
.p-top__access .access-inner {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-top__access .access-inner:before, .p-top__access .access-inner:after {
  content: none;
}
.p-top__access .access-inner .map {
  width: 48%;
}
.p-top__access .access-inner .map iframe {
  width: 100%;
  height: 480px;
}
.p-top__access .access-inner .guide {
  width: 48%;
}
.p-top__access .access-inner .guide h3 {
  background-color: #ffedf6;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  padding: 10px 20px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  letter-spacing: 0.1em;
}
.p-top__access .access-inner .guide h3 span:before {
  content: "⚫︎";
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.p-top__access .access-inner .guide h4 {
  margin-top: 20px;
  color: #921f56;
  font-size: 16px;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.p-top__access .access-inner .guide h4 i {
  margin-right: 10px;
}
.p-top__access .access-inner .guide .name {
  margin-bottom: 20px;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
}
.p-top__access .access-inner .guide .name i {
  color: #921f56;
}
.p-top__access .access-inner .guide table {
  width: 100%;
  margin-bottom: 20px;
}
.p-top__access .access-inner .guide table tr th,
.p-top__access .access-inner .guide table tr td {
  border: 1px solid #ccc;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
.p-top__access .access-inner .guide table tr th {
  width: 120px;
  background-color: #eee;
  line-height: 1.4;
  vertical-align: middle;
}
.p-top__access .access-inner .guide table tr td {
  vertical-align: middle;
}
.p-top__access .access-inner .guide table tr td a {
  background-color: #921f56;
  color: #FFF;
  text-align: center;
  display: block;
  padding: 2px 20px;
  width: fit-content;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  text-decoration: none;
}
.p-top__access .access-inner .guide p {
  font-size: 14px;
  line-height: 1.6;
}
.p-top__access .access-inner .guide ul li {
  font-size: 14px;
  line-height: 1.6;
}
.p-top__sight {
  padding: 80px 0;
  background-color: #F9F7F8;
}
.p-top__sight .tit {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.p-top__sight .tit:before {
  content: "■";
  color: #921f56;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.p-top__sight ul {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-top__sight ul:before, .p-top__sight ul:after {
  content: none;
}
.p-top__sight ul li {
  width: 48%;
}
.p-top__sight ul li:nth-child(n+3) {
  margin-top: 4%;
}
.p-top__sight ul li a {
  text-decoration: none;
}
.p-top__sight .txt-wrap {
  background-color: #143A5B;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  height: 86%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__sight .txt-wrap .tit2 {
  color: #fff;
  font-size: 24px;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.p-top__sight .txt-wrap p {
  margin-bottom: 20px;
  color: #fff;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-top__sight .txt-wrap .in-btn {
  margin-top: auto;
}
.p-top__sight .txt-wrap .in-btn a {
  display: block;
  background-color: #1F3753;
  text-align: center;
  padding: 20px 20px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__sight .txt-wrap .in-btn a img {
  display: inline-block;
}
.p-top__sight .site-wrap {
  border: 1px solid #ccc;
}
.p-top__sight .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-top__sight .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .l-kv {
    width: 100%;
    height: 650px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .l-kv--pre {
    height: 100vh;
  }
  .l-kv__txt {
    width: 100%;
    padding-top: 250px;
  }
  .l-kv h1 {
    width: 100%;
    padding: 15px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-kv h1 img {
    width: 100%;
    height: auto;
  }
  .l-kv .day {
    padding: 0 20px;
  }
  .l-kv .day img {
    width: 100%;
    height: auto;
  }
  .l-kv dl {
    max-width: auto;
    width: 100%;
    margin: 30px auto 0;
    padding: 0 20px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-kv dl .row {
    display: block;
  }
  .l-kv dl .row dt,
  .l-kv dl .row dd {
    padding: 5px 0;
    transform: skewX(0);
  }
  .l-kv dl .row dt span,
  .l-kv dl .row dd span {
    display: inline-block;
    /* ← これが必要 */
    transform: skewX(0);
  }
  .l-kv dl .row dt {
    width: 100%;
    text-align: center;
    padding: 5px 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-kv dl .row dd {
    width: 100%;
    text-align: center;
    background-color: rgba(146, 31, 86, 0.8);
    padding: 3px 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
  }
  .l-kv dl .row:last-child {
    margin-bottom: 0;
  }
  .l-kv dl .row:first-child {
    margin-left: 0;
  }
  .l-kv dl .row:first-child dd {
    width: 100%;
  }

  .p-top__news {
    padding: 60px 0;
  }
  .p-top__news .menu-wrap {
    margin-bottom: 80px;
  }
  .p-top__news .menu-wrap ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-top__news .menu-wrap ul li {
    width: 49%;
    margin-right: 2%;
    margin-top: 2%;
    font-size: 14px;
    letter-spacing: 0;
  }
  .p-top__news .menu-wrap ul li:nth-child(2n) {
    margin-right: 0;
  }
  .p-top__news .menu-wrap ul li a {
    text-decoration: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0;
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    color: #fff;
    line-height: 1.1;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-top__news .menu-wrap ul li a span {
    display: block;
    font-size: 10px;
  }
  .p-top__news .menu-wrap ul li a i {
    display: block;
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
  }
  .p-top__news .menu-wrap ul li:last-child {
    margin-right: 0;
  }
  .p-top__news .news-wrap {
    max-height: 250px;
    padding: 20px 20px 20px 0;
  }
  .p-top__news .news-wrap .post {
    margin-bottom: 30px;
  }
  .p-top__news .news-wrap .post .day {
    width: 90px;
    border-right: none;
  }
  .p-top__news .news-wrap .post .day .detail {
    font-size: 26px;
  }
  .p-top__news .news-wrap .post .day .youbi {
    width: fit-content;
    padding: 3px 15px;
    border: 1px solid #ccc;
    line-height: 1;
    margin: 5px auto;
    font-size: 12px;
  }
  .p-top__news .news-wrap .post .day .year {
    line-height: 1;
  }
  .p-top__news .news-wrap .post .txt {
    border-left: 1px solid #ccc;
    width: calc(100% - 90px);
    padding-left: 10px;
  }
  .p-top__news .news-wrap .post .txt .tit {
    font-size: 18px;
  }
  .p-top__intro {
    padding: 60px 0;
  }
  .p-top__intro .intro-wrap {
    display: block;
  }
  .p-top__intro .intro-wrap .thema {
    width: 100%;
  }
  .p-top__intro .intro-wrap .logo {
    margin-top: 30px;
    padding: 30px 15px 30px;
    display: flex;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-top__intro .intro-wrap .logo p {
    margin-top: 15px;
  }
  .p-top__intro .intro-wrap .logo .logo-wrap {
    margin-top: 20px;
  }
  .p-top__intro p {
    font-size: 14px;
    line-height: 1.8;
  }
  .p-top__intro .ct {
    font-size: 20px;
    line-height: 1.6;
  }
  .p-top__intro .ct span {
    font-size: 16px;
  }
  .p-top__intro .detail .icon {
    width: 100px;
  }
  .p-top__intro .detail .txt {
    width: calc(100% - 100px);
  }
  .p-top__greeting {
    padding: 60px 0;
    background: #FFEAF4 url("../img/common/pattern01.svg");
    -webkit-background-size: 20%;
    -o-background-size: 20%;
    background-size: 20%;
  }
  .p-top__greeting .inner {
    padding: 20px;
  }
  .p-top__greeting .name span {
    font-size: 18px;
  }
  .p-top__greeting img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .p-top__access {
    padding: 60px 0;
  }
  .p-top__access .access-inner {
    display: block;
  }
  .p-top__access .access-inner .map {
    margin-top: 30px;
    width: 100%;
  }
  .p-top__access .access-inner .map iframe {
    width: 100%;
    height: 260px;
  }
  .p-top__access .access-inner .guide {
    width: 100%;
    margin-top: 0;
  }
  .p-top__access .access-inner .guide .name {
    display: flex;
    align-items: flex-start;
    gap: 0.4em;
    font-size: 16px;
  }
  .p-top__access .access-inner .guide .name i {
    margin-top: 0.2em;
    /* アイコンの垂直位置微調整 */
    flex-shrink: 0;
    /* アイコンが縮まないように */
  }
  .p-top__access .access-inner .guide table {
    width: 100%;
  }
  .p-top__access .access-inner .guide table tr th,
  .p-top__access .access-inner .guide table tr td {
    padding: 5px;
    vertical-align: middle;
  }
  .p-top__access .access-inner .guide table tr th {
    width: 100px;
  }
  .p-top__access .access-inner .guide h3 {
    font-size: 16px;
    padding: 8px 10px;
  }
  .p-top__access .access-inner .guide h4 {
    font-size: 15px;
  }
  .p-top__access .access-inner .guide p {
    font-size: 14px;
    line-height: 1.6;
  }
  .p-top__access .access-inner .guide ul li {
    font-size: 14px;
    line-height: 1.6;
  }
  .p-top__sight {
    padding: 60px 0;
    background-color: #F9F7F8;
  }
  .p-top__sight .tit {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .p-top__sight .txt-wrap {
    padding: 20px;
    height: auto;
  }
  .p-top__sight .txt-wrap .tit2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .p-top__sight .txt-wrap p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .p-top__sight ul {
    display: block;
  }
  .p-top__sight ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-top__sight ul li:last-child {
    margin-bottom: 0;
  }
}
