body {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho Pro", serif;
}

.bold {
  font-weight: 900;
}

/*topビジュアル*/
#hero {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-cafe {
  background-image: linear-gradient(to bottom, rgba(10, 61, 83, 0.8) 0%, rgba(10, 61, 83, 0.3) 60%, rgba(10, 61, 83, 0) 80%), url("../img/cafeslow/cafe-heroimg.png");
}

.hero-camp {
  background-image: linear-gradient(to bottom, rgba(10, 61, 83, 0.8) 0%, rgba(10, 61, 83, 0.3) 60%, rgba(10, 61, 83, 0) 80%), url("../img/camp/camp-heroimg.png");
}

.hero-p-center {
  background-image: linear-gradient(to bottom, rgba(10, 61, 83, 0.8) 0%, rgba(10, 61, 83, 0.3) 60%, rgba(10, 61, 83, 0) 80%), url("../img/center/center-heroimg.png");
}

.hero-museum {
  background-image: linear-gradient(to bottom, rgba(10, 61, 83, 0.8) 0%, rgba(10, 61, 83, 0.3) 60%, rgba(10, 61, 83, 0) 80%), url("../img/museum/museum-heroimg.png");
}

.hero-sport {
  background-image: linear-gradient(to bottom, rgba(10, 61, 83, 0.8) 0%, rgba(10, 61, 83, 0.3) 60%, rgba(10, 61, 83, 0) 80%), url("../img/sport/sport-heroimg.png");
}

.hero-news {
  background-image: linear-gradient(to bottom, rgba(10, 61, 83, 0.8) 0%, rgba(10, 61, 83, 0.3) 60%, rgba(10, 61, 83, 0) 80%), url("../img/news/news-heroimg.png");
}

.hero-copy {
  position: absolute;
  bottom: 15%;
  left: 8%;
  z-index: 1;
  color: white;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  text-align: left;
  margin-bottom: 2em;
}

.hero-copy h2 {
  font-weight: 500;
  line-height: 1.2;
  font-size: 58px;
}

.hero-copy p {
  font-size: 20px;
  margin: 0;
  padding: 0 0 0 0.5em;
}

/*コンセプト 共通*/
.cafe-concept {
  width: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 6em 0;
}

.camp-concept {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(to bottom, rgba(230, 251, 255, 1) 0%, rgba(1230, 251, 255, 0.9) 65%, rgba(230, 251, 255, 0.6) 100%), url("../img/camp/concept-back.png");
  padding-bottom: 0;
}

.center-concept {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding-bottom: 8em;
}

.museum-concept {
  width: 100%;
  background-color: #04afcd;
  position: relative;
  overflow: hidden;
  color: #fff;
  padding-bottom: 8em;
}

.sport-concept {
  position: relative;
  width: 100%;
  background-color: #e6f7fa;
  overflow: hidden;
  color: #fff;
  padding: 0;
}

.cafe-concept h3,
.cafe-access h3 {
  font-size: 36px;
  color: #04afcd;
  margin-bottom: 0;
  line-height: 55px;
  text-shadow: 2px 3px 3px rgb(255, 255, 255);
  letter-spacing: 0.1em;
}

.camp-concept h3,
.camp-guidance h3,
.c-reservation-area h3,
.center-concept h3,
.c-guidance-area h3,
.m-intro h3,
.sport-intro h3 {
  font-size: 36px;
  color: #04afcd;
  margin-bottom: 0;
  line-height: 55px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.camp-guidance h3,
.museum-concept h3,
.sport-concept h3 {
  font-size: 36px;
  margin-bottom: 0;
  line-height: 55px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.cafe-concept span,
.camp-concept span,
.camp-introduction span,
.camp-guidance span,
.c-reservation-area span,
.center-concept span,
.m-intro span,
.sport-concept span,
.sport-intro span {
  font-size: 0.9em;
  font-weight: 600;
}

.cafe-concept-box {
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-template-rows: 25% 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: 3em 0 4em;
}

.concept-box {
  display: grid;
  grid-template-columns: 45% 55%;
  grid-auto-rows: minmax(100px, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 20px;
  position: relative;
  z-index: 100;
}

.m-concept-box {
  display: grid;
  grid-template-columns: 45% 55%;
  grid-auto-rows: minmax(100px, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 1.5em;
}

.s-concept-box {
  width: 100%;
  display: grid;
  grid-template-columns: 45% 55%;
  grid-auto-rows: minmax(100px, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.cafe-concept-title,
.concept-title,
.s-concept-title {
  grid-area: 1 / 1 / 2 / 2;
  font-size: 36px;
  margin-bottom: 0;
  line-height: 55px;
  letter-spacing: 0.1em;
}

.m-concept-title {
  grid-area: 1 / 1 / 2 / 2;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 46px;
  letter-spacing: 0.1em;
  align-self: end;
}

.concept-title {
  color: #222 !important;
  letter-spacing: 0.05em;
}

.cafe-concept-txt,
.concept-txt,
.m-concept-txt {
  grid-area: 2 / 1 / 3 / 2;
  padding: 0.5em 0;
  font-size: 17px;
  max-width: 480px;
  line-height: 1.8em;
  width: 98%;
}

.txt-blue {
  color: #fff;
  background: #04afcd;
  padding: 5px;
  border-radius: 3px;
}

.blue {
  color: #04afcd;
}

.cafe-concept-img {
  grid-area: 1 / 2 / 3 / 3;
  background-image: url(../img/cafeslow/cafe-img-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding: 3em 0 0.5em;
}

.concept-img {
  grid-area: 1 / 2 / 3 / 3;
  margin: auto;
  z-index: 1;
}

.camp-concept-img,
.cebter-concept-img {
  width: 100%;
  max-width: 600px;
}

.camp-concept-img img {
  width: 100%;
  max-width: 600px;
}

.m-concept-img {
  border: solid 2px #222;
  border-radius: 1em;
  width: 95%;
  max-width: 600px;
  margin-left: auto;
}

.clip-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.clip-svg {
  display: block;
  width: 100%;
  height: auto;
}

.cafe-name {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 200px;
  top: 0;
  z-index: -1;
}

.cafe-object01 {
  position: absolute;
  right: 0;
  top: -50px;
  width: 100%;
  max-width: 100px;
}

.cafe-object02 {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  max-width: 170px;
}

.cafe-object03 {
  position: absolute;
  left: 0;
  bottom: -200px;
  width: 100%;
  max-width: 410px;
}

.camp-object01 {
  position: absolute;
  left: 0;
  top: -80px;
  width: 100%;
  max-width: 250px;
}

.m-concept01 {
  background-color: #fff;
  font-size: 36px;
  font-weight: 900;
  border-radius: 0.2em;
  border: solid 2px #222;
  padding: 0.2em;
  color: #222;
}

/*カフェ アクセス*/
.cafe-access {
  width: 100%;
  background-color: #f7f7f7;
  position: relative;
  padding-top: 5em;
}

.cafe-border {
  position: absolute;
  top: -35px;
  width: 100%;
}

.cafe-img04 {
  position: absolute;
  top: 15px;
  right: 0px;
  max-width: 300px;
}

.cafe-access-flex {
  display: flex;
  width: 95%;
  margin: 3em auto;
  justify-content: space-between;
  align-items: start;
}

.cafe-access-flex img {
  width: 42%;
}

.cafe-info {
  width: 50%;
}

.cafe-info h3 {
  color: #000;
  margin: 0;
}

.cafe-access-flex table {
  text-align: start;
  padding: 0;
}

.cafe-a-line {
  border-bottom: solid 1px #ddd;
}

.cafe-info-table {
  width: 100%;
}

.cafe-info-table th {
  font-weight: bold;
  font-size: 12px;
  width: 20%;
  min-width: 55px;
  padding: 2em 0;
  text-align: start;
}

.cafe-info-table td {
  font-size: 16px;
  padding: 1em 0;
}

.cafe-info-table iframe {
  border-radius: 10px;
}

.c-table-map {
  vertical-align: top;
}

.cafe-map {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
  height: 0;
}

.cafe-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.note {
  font-size: 11px;
  color: #777777;
}

.SLOWbox {
  padding: 14px 20px;
  background-color: #f8f8f8;
  background-image: url(../img/icon/new_window.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  z-index: 1000;
  border-radius: 8px;
}

.SLOWbox p {
  font-size: 14px;
  margin: 0;
}

.SLOWbox a {
  color: #04afcd;
  font-size: 18px;
  text-decoration: none;
  position: relative;
}

.SLOWbox a:hover {
  color: #04afcd;
}

.SLOWbox a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #04afcd;
  bottom: -1px; /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
}

a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

/*キャンプ場紹介*/
.camp-border {
  background-color: #04afcd;
  border-radius: 4000px 4000px 0 0 / 800px 800px 0 0;
  margin: 180px -100px 0 -100px;
  min-height: 200px;
}

.camp-introduction {
  width: 100%;
  color: #fff;
  background-color: #04afcd;
  padding: 0.5em 0 15em 0;
  position: relative;
}

.camp-introduction-area h3,
.center-intro h3 {
  font-size: 36px;
  color: #ffffff;
  margin: 0;
  line-height: 55px;
  letter-spacing: 0.1em;
}

.camp-introduction h4 {
  font-size: 24px;
  margin-bottom: 0.2em;
}

.camp-intro-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  margin-bottom: 2em;
  margin-top: 2em;
}

.c-intro-l {
  width: 50%;
}

.c-intro-l img {
  width: 100%;
}

.c-intro-r {
  width: 40%;
  padding-top: 3.8em;
  max-width: 500px;
}

.c-intro-r h5 {
  font-size: 14px;
  border-bottom: solid 1px #fff;
  font-weight: 400;
  margin-bottom: 1.25em;
}

.camp-intro-box p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}

.intro-wbox01 {
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  border-radius: 0.5em;
  padding: 0.5em 1em;
  box-sizing: border-box;
  justify-content: space-around;
  margin: 10px 0;
}

.intro-wbox01 p {
  font-size: 16px;
}

.intro-min {
  font-size: 0.8em;
}

.intro-large {
  font-size: 20px;
}

.intro-b-1st {
  width: 25%;
}

.intro-wbox02 {
  background-color: rgb(255, 255, 255);
  padding: 0.5em 1em;
  border-radius: 0.5em;
  display: flex;
  margin: 1em 0;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.intro-wbox02 a {
  text-decoration: none;
  color: #04afcd;
}

.intro-wbox02 img {
  width: 15px;
  height: 15px;
}

.intro-border {
  position: absolute;
  bottom: -15px;
  width: 90%;
  padding: 0 15px;
  box-sizing: border-box;
  right: 0;
}

/*キャンプガイダンスエリア*/
.camp-guidance {
  background-color: #f2efe8;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
}

.c-tab-wrapper {
  position: relative;
  margin-bottom: 6em;
  width: 100%;
}

.c-guidance-img-l {
  position: absolute;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -150px;
  height: auto;
  max-height: 1100px;
}

.c-guidance-img-r {
  position: absolute;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -160px;
  height: auto;
  max-height: 1100px;
}

.c-guidance-img-center {
  position: absolute;
  bottom: -12.5em;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

.c-guidance-img-sp {
  position: absolute;
  top: -100px;
  right: 0;
  max-width: 150px;
}

.tabs {
  display: flex;
  margin: 3em 0 0;
  padding: 0;
  gap: 5px;
  position: relative;
}

.c-tab-button {
  background-color: #fff;
  color: #04afcd;
  border: none;
  border-radius: 0.5em 0.5em 0 0;
  width: 25%;
  padding: 0.5em;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.c-tab-button.active {
  background-color: #04afcd;
  color: #fff;
}

.tab-content {
  background-color: #fff;
  border: solid 1px #04afcd;
  border-radius: 0 5px 5px 5px;
  padding: 2em 3em;
  margin: auto;
}

.tab-content {
  display: none;
  overflow: hidden;
  transition: height 0.3s ease;
}

.tab-content.active {
  display: block;
}

.tab-content h5 {
  font-size: 14px;
  border-bottom: solid 1px rgba(119, 119, 119, 0.46);
  margin-bottom: 1em;
  padding-bottom: 5px;
}

.tab-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #222;
}

.tab-content li {
  padding: 0.2em 0;
}

.about-camp-box {
  display: flex;
  justify-content: space-between;
}

.about-camp-box img {
  width: 46%;
}

.about-camp-img {
  width: 100%;
}

.about-camp-txt-r {
  width: 48%;
  background-color: #ebf2f5;
  border-radius: 1em;
  padding: 0.5em 1.5em;
}

.about-camp-txt-r ul {
  border-top: solid 1px #04afcd;
  padding-top: 8px;
}

.about-camp-txt-r li {
  padding: 0.4em 0;
}

.about-camp-txt-r h5 {
  font-size: 14px;
  border: none;
  margin-top: 10px;
}

.about-camp-box p {
  font-size: 16px;
  color: #000;
  display: inline;
}

.about-camp-box span {
  font-size: 14px;
  color: #777777;
  margin-left: 1.5em;
  font-weight: 300;
}

/*キャンプ予約エリア*/
.camp-reservation {
  background-color: #fff;
  width: 100%;
  height: 350px;
  padding: 0;
}

.c-reservation-area {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 15% 1fr;
}

.c-reservation-area img {
  grid-area: 1 / 2 / 3 / 3;
}

.c-reservation-img {
  width: 100%;
  height: 100%;
  max-height: 350px;
  object-fit: cover;
}

.reservation-title {
  grid-area: 1 / 1 / 2 / 2;
}

.reservation-box {
  grid-area: 2 / 1 / 3 / 2;
  color: #222;
  padding-top: 2em;
}

.c-reservation-area h5 {
  font-size: 20px;
  margin-bottom: 0;
}

.reservation-box span {
  font-size: 13px;
}

.contact-inbox {
  background-color: #f9f9f9;
  padding: 0.8em 1.5em;
  margin: 1em 0 0.5em;
  display: flex;
  align-items: center;
  width: 80%;
}

/*加工センターコンセプト*/
.center-object-bg {
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 100%;
  max-width: 950px;
  z-index: 0;
}

.center-concept-img img {
  width: 100%;
  max-width: 600px;
}

/*加工センター紹介*/
.center-intro {
  width: 100%;
  background-color: #04afcd;
  color: #fff;
  position: relative;
  padding-top: 8em;
}

.center-intro h4 {
  font-size: 32px;
  border-bottom: solid 5px rgba(255, 255, 255, 0.3);
  display: inline-block;
  margin-bottom: 1em;
  font-weight: 600;
}

.centerroom-tittle {
  font-size: 32px;
  border-bottom: solid 5px rgba(255, 255, 255, 0.3);
  display: inline-block;
  margin-bottom: 1em;
  margin-top: 2em;
}

.center-intro-img {
  width: 100%;
  max-width: 1300px;
}

.center_roomtxt {
  font-size: 1em;
  line-height: 1.8;
}

.center-intro-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.center-intro-box h5 {
  font-size: 28px;
  margin-top: 0.7em;
  line-height: 1.1em;
  font-weight: 600;
}

.center-intro-box p {
  width: 50%;
  margin-top: 1em;
}

.center-studio01 {
  margin-top: 100px;
}

.center-intro-bigbox {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 1em;
  padding: 1.5em 1.2em 0 1.2em;
  box-sizing: border-box;
}

.center-intro-wbox {
  display: flex;
  align-items: center;
  padding-bottom: 1.5em;
  justify-content: space-between;
}

.center-intro-wbox01 {
  display: flex;
  align-items: top;
  padding-bottom: 1.5em;
  justify-content: space-between;
}

.center-intro-wbox img {
  width: 48%;
  max-width: 500px;
  border-radius: 10px;
}

.c-intro-wbox-txt {
  width: 47%;
  margin: auto;
}

.c-intro-wbox-txt h5 {
  font-size: 28px;
  margin: 0 0 0.5em 0;
  font-weight: 600;
}

.c-intro-wbox-txt p {
  margin-top: 0;
  line-height: 1.7em;
}

.c-intro-wbox-txt ul {
  width: 100%;
  padding-inline-start: 0;
  list-style: none;
}

.dash-list li {
  position: relative;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.dash-list li::before {
  content: "‐";
  color: #ffffff;
}

.dash-list02 li {
  position: relative;
  padding-left: 2em;
  text-indent: -1.2em;
}

.dash-list02 li::before {
  content: "‐";
  color: #222;
}

.attention-list li {
  position: relative;
  padding-left: 3em;
  text-indent: -1.2em;
  font-size: 12px;
  color: #777777;
}

.attention-list li::before {
  content: "※";
}

.c-intro-txt-top {
  font-size: 1.4em;
}

.c-intro-bottom {
  width: 50%;
  text-align: center;
  margin: 3em auto;
}

.c-intro-bottom h5 {
  font-size: 24px;
  margin: 1.2em 0 0.8em;
  border: none;
  font-weight: 600;
}

.c-intro-bottom h6 {
  font-size: 24px;
  margin: 1em 0 0.5em 0;
  font-weight: 600;
}

.c-intro-bottom p {
  margin: 0;
}

.center_price {
  font-size: 16px;
}

.head-border01 {
  display: flex;
  align-items: center;
}

.head-border01:before,
.head-border01:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #ffffff;
}

.head-border01:before {
  margin-right: 1rem;
}

.head-border01:after {
  margin-left: 1rem;
}

.c-intro-tell {
  font-size: 34px;
  letter-spacing: 0.2em;
  line-height: 1.3em;
  display: inline;
}

.c-intro-phone {
  padding-left: 35px;
  background-image: url("../img/icon/ft_phone.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  margin: 0;
}

.center-object01 {
  position: absolute;
  left: 10%;
  top: -130px;
  width: 100%;
  max-width: 310px;
}

.center-object02 {
  position: absolute;
  right: 10%;
  top: 40px;
  width: 100%;
  max-width: 210px;
}

.center-object03 {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  max-width: 210px;
  z-index: 0;
}

/*センターguidanceエリア*/

.Guidance_text {
  font-size: 0.9em;
  font-weight: 600;
  color: #777;
}

.c-guidance-area {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 6em;
}

.center-object04 {
  position: absolute;
  right: 0;
  top: -200px;
  width: 100%;
  max-width: 300px;
  z-index: 0;
}

.center-access-area {
  width: 100%;
  background-color: #fff;
  padding: 6em 0;
}

.center-access-area h3 {
  font-size: 32px;
  margin: 0 auto;
  color: #04afcd;
}

.center-access-flex {
  display: flex;
  width: 100%;
  margin: 3em auto;
  justify-content: space-between;
  align-items: start;
}

.center-access-flex img {
  width: 42%;
}

.center-info {
  width: 50%;
}

.center-info h3 {
  color: #000;
  margin: 0;
}

.center-access-flex table {
  text-align: start;
  padding: 0;
}

.center-a-line {
  border-bottom: solid 1px #ddd;
}

.center-info-table {
  width: 100%;
}

.center-info-th {
  font-weight: bold;
  font-size: 12px;
  width: 20%;
  min-width: 55px;
  padding: 3.3em 0;
  text-align: start;
}

.center-info-th01 {
  font-weight: 600;
  font-size: 12px;
  width: 20%;
  min-width: 55px;
  padding: 0 0 2em;
  text-align: start;
}

.center-info-td {
  font-size: 16px;
  padding: 1em 0 0;
}

.center-info-td01 {
  font-size: 16px;
  padding: 0 0 1em;
}

.center-info-td02 {
  font-size: 16px;
  padding: 0 0 2.2em 0;
}

.center-info-td03 {
  font-size: 16px;
  padding: 0.4em 0;
  line-height: 1.6;
}

.center-lineheight {
  line-height: 1.3em;
}

.note {
  font-size: 12px;
}

.add {
  font-size: 11px;
  color: #777;
}

.annotation_txt {
  line-height: 1.2;
  margin-bottom: 0;
  display: inline-block;
}

.fax {
  font-size: 14px;
  display: inline-block;
  margin: 8px 0 5px;
  line-height: 1.2;
}

.td_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: 0;
  height: 28px;
}

.c-fee-area {
  width: 100%;
  margin: 4em 0 2em;
}

.c-fee-area h4 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 0.5em;
  text-align: center;
}

.c-fee-area table {
  width: 100%;
  border-collapse: collapse;
}

.c-fee-area th {
  background-color: rgba(4, 175, 205, 0.2);
  font-size: 12px;
  padding: 10px 30px;
  text-align: start;
}

.c-fee-area td {
  background-color: rgba(4, 175, 205, 0.1);
  padding: 30px;
  font-weight: 900;
}

.c-fee-area table tr th:first-child {
  border-radius: 10px 0 0 0;
}

.c-fee-area table tr th:last-child {
  border-radius: 0 10px 0 0;
}

.c-fee-area table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.c-fee-area table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

.c-fee-title {
  font-size: 16px;
}

.c-fee {
  font-size: 20px;
}

.c-fee-border {
  padding: 0 30px !important;
}

.table-divider {
  height: 1px;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(119, 119, 119, 0.5);
}

.c-attention-area {
  width: 100%;
}

.c-attention-area h5 {
  font-size: 14px;
  border-bottom: solid 1px rgba(119, 119, 119, 0.5);
  margin: 2em 0 1em 0;
}

.c-attention-area p {
  margin: 0 0 0.2em 0;
  padding: 0;
}

.c-attention-area ul {
  margin: 0;
}

.c-attention-area ol {
  margin-left: 0;
  padding-left: 1em;
}

.c-attention-area span {
  font-size: 12px;
  color: #777;
  padding-left: 1.5em;
}

/*ミュージアムコンセプト画像*/
.m-object-bg {
  position: absolute;
  top: -55%;
  left: 0;
  width: 100%;
  max-width: 550px;
}

.m-object-bg02 {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 100%;
  max-width: 320px;
}

.museum-img {
  grid-area: 1 / 2 / 3 / 3;
  z-index: 1;
  position: relative;
  width: 95%;
}

.m-object01 {
  position: absolute;
  bottom: -15%;
  right: -10%;
  width: 10vw;
  height: auto;
  z-index: 1;
}

/*ミュージアム紹介*/
.m-intro {
  width: 100%;
  background-color: #fff;
  position: relative;
}

.intro-magazine {
  width: 100%;
  border-radius: 15px;
  border: solid 1px #000;
  margin: 2em 0 5em;
  position: relative;
  z-index: 100;
  background-color: #fff;
}

.title-block {
  display: grid;
  grid-template-columns: 26px 38% 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  width: 98%;
}

.title-block-l {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  background-color: #04afcd;
  color: #fff;
  padding: 0;
  border-radius: 0 0 13px 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  grid-area: 1 / 1 / 2 / 2;
}

.title-block h1 {
  margin: 0;
  font-size: 1.5em;
  padding: 0 1.5em;
  font-weight: 900;
  grid-area: 1 / 2 / 2 / 3;
}

.title-p {
  grid-area: 1 / 3 / 2 / 4;
}

.main-image {
  width: 100%;
  border-top: solid 1px #000;
  overflow: hidden;
}

.main-image img {
  width: 100%;
  height: auto;
  display: block;
}

.m-access {
  align-items: center;
  border-top: solid 1px #000;
}

.m-access-box,
.m-recommend-box,
.m-gallery-box {
  width: 90%;
  margin: 1.2em auto;
}

.m-access-box {
  display: flex;
  justify-content: space-between;
}

.m-access-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.m-access-left h2,
.m-recommend h2,
.m-gallery h2 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  margin: 0;
}

.m-access-left span,
.m-recommend span,
.m-gallery span {
  font-size: 0.8em;
  color: #04afcd;
}

.m-access-table {
  display: flex;
  width: 84%;
  border-left: solid 1px #222;
  padding-left: 1em;
  box-sizing: border-box;
  align-items: flex-start;
}

.m-access-table-l {
  width: 50%;
}

.m-access-table-r {
  width: 50%;
}

.m-access-table th {
  font-size: 11px;
  text-align: start;
  width: 8%;
}

.m-access-table td {
  font-size: 16px;
  width: 40%;
  padding: 0.5em 0;
}

.m-access span {
  font-size: 11px;
}

.m-recommend,
.m-gallery {
  margin-top: 0;
  border-top: solid 1px #000;
}

.exhibits {
  border-top: solid 1px #000;
  width: 100%;
}

.exhibits hr {
  border: none;
  border-top: 1px solid #dddddd;
}

.exhibits-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 3em 0;
}

.exhibits-box img {
  width: 48%;
}

.exhibits-img {
  width: 100%;
  border-radius: 1em;
  border: 1px solid #000;
}

.recommend-txt {
  width: 47%;
  position: relative;
}

.recommend-txt h4 {
  display: inline-block;
  font-size: 24px;
  padding: 0.2em 0.8em 0.2em 1em;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  border-left: 1px solid #333333;
  border-bottom: 3px solid #04afcd;
  margin-bottom: 0.5em;
}

.recommend-txt p {
  line-height: 1.8em;
}

.museum-object01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 95px;
}

.museum-object02 {
  position: absolute;
  top: -8px;
  left: -10px;
  width: 100%;
  max-width: 95px;
}

.m-gallery-item {
  border-top: solid 1px #000;
  padding-top: 0.5em;
}

.m-gallery-inbox {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 0;
  flex-wrap: wrap;
}

/* PC用ギャラリー項目 */
.gallery-items {
  width: 25%;
  padding: 0 2em;
  padding-bottom: 2em;
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .m-gallery-inbox {
    flex-wrap: wrap;
    overflow-x: visible;
    gap: 0;
  }

  .gallery-items {
    width: 50%;
    padding: 1em;
    box-sizing: border-box;
  }
}

.gallery-items:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}

.gallery-items h5 {
  font-size: 16px;
  margin: 00.1em 0 0;
}

.gallery-items p {
  font-size: 14px;
  margin-top: 0.2em;
  margin-bottom: 0;
}

.gallery-items img {
  width: 100%;
  height: auto;
  margin-top: 1.5em;
}

.recommend-box {
  display: flex;
  align-items: flex-start;
  gap: 1em;
}

.recommend-box img.icon {
  width: 60px;
  height: auto;
}

.m-intro-object01 {
  position: absolute;
  top: 4%;
  right: 0;
  width: 100%;
  max-width: 150px;
}

.m-intro-object02 {
  position: absolute;
  top: 22%;
  left: 0;
  width: 100%;
  max-width: 150px;
}

.m-intro-object03 {
  position: absolute;
  bottom: 35%;
  right: 0;
  width: 100%;
  max-width: 150px;
}

.m-intro-object04 {
  position: absolute;
  bottom: 12%;
  left: 0;
  width: 100%;
  max-width: 150px;
}

#sport-facility-list {
  width: 100%;
  position: absolute;
  bottom: 10%;
  margin: auto;
}

.sport-facility-list-area {
  width: 100%;
  display: flex;
  gap: 1%;
}

.sport-facility-list-box {
  width: 23%;
  position: relative;
}

.sport-facility-list-box img {
  width: 100%;
}

#sport-section02 {
  width: 100%;
  background-color: #f6f6f6;
  padding: 5px 0 5px 0;
  margin-bottom: 0;
}

#sport-section03 {
  width: 100%;
  background-color: #e6f7fa;
  background-image: url("../img/sport/sport_bg03.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  padding: 5% 0 0 0;
  margin-bottom: 0;
}

#sport-section04 {
  width: 100%;
  background-color: #e6f7fa;
  background-image: url("../img/sport/sport_bg04.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  padding: 12em 0 5em 0;
  margin-bottom: 0;
}

.sport-facility-detail {
  width: 100%;
  background-color: #fff;
  border-radius: 1em;
  display: flex;
  justify-content: space-between;
  padding: 1.5em;
  box-sizing: border-box;
  gap: 2%;
}

.sport-facility-detail02 {
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 1em;
  display: flex;
  justify-content: space-between;
  padding: 1.5em;
  box-sizing: border-box;
  gap: 2%;
  margin-top: 2em;
}

.s-facility-detail-l {
  width: 48%;
}

.s-facility-detail-l p {
  margin: 0.5em 0;
  font-size: 14px;
}

.s-facility-detail-l img {
  width: 100%;
}

.s-facility-detail-l span {
  font-size: 12px;
  font-weight: 400;
  display: block;
  padding: 2px 0;
}

.heading-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 100%;
  background: #04afcd;
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
  writing-mode: horizontal-tb;
}

.s-f-detail-box {
  background-color: #f8f8f8;
  padding: 0.5em 1em 1em;
  height: 100%;
  max-height: 220px;
}

.s-f-detail-box02 {
  background-color: #fff;
  padding: 0.5em 0;
  height: 100%;
  max-height: 220px;
}

.s-f-detail-box03 {
  background-color: #f8f8f8;
  padding: 0.5em 1em 1em;
  height: 100%;
  max-height: 410px;
}

.s-f-detail-box ul {
  list-style: none;
  padding-left: 1em;
}

.s-f-detail-box li {
  padding: 0.2em 0;
}

.s-f-detail-box02 table,
.s-f-detail-box03 table {
  width: 100%;
  margin: auto;
  table-layout: fixed;
}

.s-tr04 {
  height: 110px;
}

.s-f-detail-box02 table span,
.s-f-detail-box03 table span {
  font-size: 12px;
  color: #777;
  display: block;
  margin-top: 5px;
}

.s-f-detail-box02 th {
  text-align: start;
  padding: 1.3em 0 1.3em 1em;
}

.s-f-detail-box03 th {
  text-align: start;
  padding: 0.8em 0 0.8em 1em;
}

.s-f-detail-box02 td,
.s-f-detail-box03 td {
  padding: 0;
}

.s-fee-last {
  padding: 0.8em 0 !important;
}

.s-fee-l {
  font-size: 12px;
}

.s-fee-r {
  font-size: 16px;
}

.s-fee-add {
  font-size: 12px;
  color: #777;
}

.sport-fee {
  font-size: 24px;
}

/*スポーツ施設*/
.sport-intro {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.sport-intro-box {
  width: 100%;
  margin: 1em auto;
}

.sport-facility {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 5em;
  padding: 0 20px;
  box-sizing: border-box;
}

.sport-facility02 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.sport-main-img {
  width: 100%;
  margin-bottom: 1em;
}

.sport-title {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.s-title {
  display: flex;
  width: 30%;
  align-items: center;
}

.sport-title h4 {
  font-size: 24px;
  margin: 0;
}

.sport-title h4 span {
  display: block;
}

.sport-title-ruby {
  position: relative;
}

.s-table-area {
  width: 80%;
  display: flex;
  justify-content: end;
  gap: 2em;
}

.s-table-area table {
  width: auto;
  max-width: 350px;
}

.sport-title th {
  font-size: 11px;
  text-align: start;
}

.sport-title td {
  font-size: 14px;
}

.sport-title span {
  font-size: 12px;
}

.sport-number {
  margin-right: 1em;
  height: 100%;
  max-height: 40px;
}

.sport-intro hr {
  border-top: 1px solid #dddddd;
}

.sport-intro h5 {
  font-size: 25px;
  margin-bottom: 0.5em;
}

.s-fee-border td {
  border-top: 1px solid #dddddd;
  height: 1px;
  padding: 0;
}

.sport-bg04 {
  display: block;
  width: 710px;
  height: 400px;
  background: #e6f7fa;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
}

#container-r {
  position: absolute;
  top: 5em;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 10;
}

.sport-bg01 {
  width: 100%;
  height: auto;
  display: block;
}

/*スライド画像エリア*/
.slide-area {
  width: 100%;
  margin: 3em auto 0;
}

.center-slide-area {
  width: 100%;
  margin: 0 auto;
}

.slide-title {
  width: 90%;
  max-width: 1300px;
  margin: auto;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
}

.slide-title h4 {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1em;
  border: none;
}

.center-other {
  font-size: 12px;
  font-weight: 300;
  margin-top: 0.6em;
}

.swiper-container {
  width: 85%;
  position: relative;
  box-sizing: border-box;
  margin: auto;
  margin-bottom: 3em;
  max-width: 1300px;
}

.swiper-button-prev,
.swiper-button-next {
  height: 45px;
  width: 45px;
  position: absolute;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 45px;
  margin: auto;
  width: 45px;
}

.swiper-button-prev:after {
  background-image: url(../img/camp/swipe-arrow-l.png);
}

.swiper-button-next:after {
  background-image: url(../img/camp/swipe-arrow-r.png);
}

.swiper-button-prev {
  left: -65px;
}

.swiper-button-next {
  right: -65px;
}

.swiper-pagination {
  display: none;
}

.swiper {
  width: 100%;
  margin: auto;
  max-width: 1300px;
}

.swiper-slide img {
  height: auto;
  width: 100%;
  box-shadow: 0px 4px 13px -6px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  #hero {
    height: 400px;
  }

  .hero-copy {
    bottom: 20%;
    left: 6%;
  }

  .hero-copy h2 {
    font-weight: 400;
    font-size: 32px;
  }

  .hero-copy p {
    font-size: 16px;
    padding: 0 0 0 0.2em;
  }

  .cafe-concept h3,
  .cafe-access h3,
  .camp-concept h3,
  .camp-guidance h3,
  .c-reservation-area h3,
  .camp-guidance h3,
  .camp-introduction-area h3,
  .c-guidance-area h3,
  .museum-concept h3 {
    font-size: 32px;
    letter-spacing: 0;
  }

  .center-intro h3,
  .m-intro h3 {
    font-size: 28px;
  }

  .cafe-concept-title,
  .concept-title,
  .s-concept-title {
    letter-spacing: 0;
    z-index: 1;
  }

  .concept-title {
    margin-top: 0;
  }

  .cafe-object03 {
    bottom: 50px;
    left: -80px;
    max-width: 250px;
  }

  .cafe-object04 {
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    max-width: 90px;
  }

  .cafe-concept h3,
  .cafe-access h3 {
    margin-top: 0;
    font-size: 32px;
    font-weight: 400;
  }

  .cafe-img04 {
    width: 100%;
    max-width: 200px;
  }

  .cafe-name {
    max-width: 160px;
    z-index: 0;
  }

  .cafe-concept-box {
    grid-template-columns: 1fr;
    grid-template-rows: 12% 42% 1fr;
    margin: 1.5em 0;
  }

  .cafe-concept-title {
    grid-area: 1 / 1 / 2 / 2;
    align-items: center;
    text-align: center;
  }

  .cafe-concept-txt {
    grid-area: 3 / 1 / 4 / 2;
  }

  .cafe-concept-img {
    grid-area: 2 / 1 / 3 / 2;
    background-image: url(../img/cafeslow/cafe-img-bg-sp.png);
    padding: 1em 0;
  }

  .cafe-border {
    top: -18px;
  }

  .cafe-access-flex {
    flex-direction: column;
    margin-top: 3em;
  }

  .cafe-map {
    padding-top: 0;
    height: 250px;
  }

  .cafe-map iframe {
    position: static;
    height: 100%;
    border: none;
  }

  .cafe-access-flex img,
  .cafe-info {
    width: 100%;
    z-index: 1;
    padding-bottom: 2em;
  }

  .SLOWbox {
    margin-bottom: 140px;
  }

  .concept-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(100px, auto);
  }

  .m-concept-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(100px, auto);
  }

  .concept-title,
  .m-concept-title,
  .s-concept-title {
    grid-area: 1 / 1 / 2 / 2;
    width: 100%;
    font-size: 28px;
    line-height: 45px;
    font-weight: 300;
  }

  .center-concept-img {
    margin-top: 20px;
  }

  .concept-img {
    grid-area: 2 / 1 / 3 / 2;
    width: 100%;
    margin: 2em 0 1em 0;
  }

  .museum-img {
    grid-area: 2 / 1 / 3 / 2;
    width: 100%;
    margin-top: 2em;
  }

  .concept-txt,
  .m-concept-txt {
    grid-area: 3 / 1 / 4 / 2;
    width: 100%;
    max-width: 750px;
  }

  .center-info-table th,
  .center-info-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .center-info-table td {
    padding: 0 0 1em 0;
  }

  .center-info-table tr {
    display: block;
  }

  .center-info-table th.spa-a-line {
    border-bottom: none;
  }

  .center-info-th,
  .center-info-th01 {
    padding: 1.8em 0 0.5em 0;
  }

  .center-info-td {
    padding: 0 0 5px !important;
  }

  .m-concept-txt {
    padding-top: 2em;
  }

  .museum-concept {
    padding-bottom: 6em;
  }

  .camp-intro-box {
    width: 100%;
    flex-direction: column;
    margin-top: 0.2em;
  }

  .camp-object01 {
    left: -25%;
    top: -150px;
  }

  .camp-introduction h4 {
    font-size: 18px;
    margin-bottom: 0.4em;
  }

  .camp-reservation {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .camp-contact-inbox {
    width: 85%;
  }

  .camp-border {
    min-height: 80px;
    margin-top: 60px;
  }

  .c-tab-button {
    width: 50%;
    font-size: 12px;
    padding: 1em 0;
  }

  .c-intro-l,
  .c-intro-r {
    width: 100%;
    max-width: 750px;
    padding-top: 0.5em;
  }

  .about-camp-box {
    flex-direction: column;
  }

  .about-camp-box img,
  .about-camp-txt-r {
    width: 100%;
    box-sizing: border-box;
  }

  .about-camp-txt-r ul {
    padding-top: 0.5em;
  }

  .about-camp-txt-r h5 {
    font-weight: 900;
  }

  .about-camp-txt-r h5,
  .about-camp-txt-r li {
    width: 90%;
    margin: 0.5em auto;
    padding: 0.15em 0;
  }

  .about-camp-txt-r {
    padding: 1em 0;
    margin-top: 0.8em;
  }

  .about-camp-box span {
    font-size: 12px;
    margin-left: 1em;
  }

  .camp-introduction {
    padding: 0.5em 0 10em 0;
  }

  .intro-border {
    padding: 0;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 3em;
    max-width: 550px;
  }

  .tab-content {
    padding: 1em;
  }

  .c-guidance-img-sp {
    position: absolute;
    top: -100px;
    right: 0;
    max-width: 90px;
  }

  .c-guidance-img-sp2 {
    position: absolute;
    bottom: -11.5em;
    right: 0;
    left: 0;
    width: 100%;
  }

  .c-tab-wrapper {
    margin-bottom: 10em;
  }

  .camp-reservation {
    padding: 3em 0;
  }

  .c-reservation-area {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(100px, auto);
  }

  .reservation-title {
    grid-area: 1 / 1 / 2 / 2;
    width: 90%;
    margin: auto;
  }

  .reservation-title h3 {
    margin-top: 0;
  }

  .c-reservation-area img {
    grid-area: 2 / 1 / 3 / 2;
  }

  .reservation-box {
    grid-area: 3 / 1 / 4 / 2;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 4em;
    padding: 0;
  }

  .contact-inbox {
    flex-direction: column;
    align-items: start;
  }

  .camp-c-border {
    border-bottom: solid 1px #ddd;
    width: 100%;
    margin-bottom: 0.5em;
  }

  /* 管理施設ーーーーーーーーーーーーーーーーーーーー */

  .center-concept {
    padding-bottom: 5em;
  }

  .center-object-bg {
    left: 0;
    top: 20%;
    width: 100%;
    z-index: 0;
  }

  .center-intro {
    padding-top: 5em;
  }

  .center-intro-box {
    flex-direction: column;
    width: 100%;
  }

  .center-studio01 {
    margin-top: 80px;
  }

  .center-intro-box h5 {
    margin-bottom: 0;
  }

  .center-intro-box p {
    width: 100%;
    margin-top: 0.5em;
  }

  .centerroom-tittle {
    font-size: 20px;
    margin: 2.2em 0 1.5em;
  }

  .center-intro-img {
    border-radius: 10px;
    height: 200px;
    width: 100%;
    object-fit: cover;
  }

  .center-intro h4,
  .center-intro-box h5 {
    font-size: 20px;
  }

  .center-intro p {
    font-size: 16px;
    margin-top: 1em;
  }

  .center-intro-bigbox {
    margin-top: px;
  }

  .center-intro-wbox,
  .center-intro-wbox01 {
    flex-direction: column;
    align-items: center;
  }

  .center-intro-wbox img,
  .center-intro-wbox01 img {
    width: 100%;
    max-width: none;
  }

  .c-intro-wbox-txt {
    width: 100%;
    margin: 0.5em 0 1em;
  }

  .c-intro-wbox-txt h5 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
  }

  .c-intro-bottom {
    width: 100%;
    text-align: center;
    margin: 3em auto;
    font-size: 0.9em;
  }

  .c-intro-bottom h6 {
    font-size: 20px;
    margin: 1em 0 0.5em 0;
  }

  .center-object01 {
    max-width: 100px;
    top: -60px;
    left: 5%;
  }

  .center-object02 {
    max-width: 86px;
    top: 120px;
    right: 3%;
  }

  .center-object03 {
    left: -10px;
    bottom: 10px;
    max-width: 77px;
  }

  .center-object04 {
    top: -100px;
    max-width: 160px;
    z-index: 0;
  }

  .center-object05 {
    position: absolute;
    max-width: 180px;
    bottom: -50px;
    right: 5%;
  }

  .c-intro-phone {
    background-size: 20px 20px;
    font-size: 24px;
  }

  .c-fee-area table tr th:first-child {
    border-radius: 10px 10px 0 0;
  }

  .c-fee-area th {
    font-size: 12px;
    padding: 10px 30px;
    width: 100%;
  }

  .c-fee-area td {
    background-color: rgba(4, 175, 205, 0.1);
    padding: 15px 30px;
    font-weight: 900;
    width: 100%;
  }

  .c-fee-time {
    font-size: 12px;
  }

  .c-fee {
    font-size: 16px;
  }

  .center_price {
    font-size: 12px;
  }

  .m-intro {
    padding-bottom: 4em;
  }

  .title-block {
    display: grid;
    grid-template-columns: 26px 1fr;
    grid-template-rows: 60px 1fr;
    align-items: center;
    width: 98%;
  }

  .title-block-l {
    grid-area: 1 / 1 / 2 / 2;
    font-size: 12px;
  }

  .title-block h1 {
    grid-area: 1 / 2 / 2 / 3;
    text-align: start;
    padding: 0 0.5em;
    line-height: 60px;
    border-bottom: solid 1px #ddd;
  }

  .title-p {
    grid-area: 2 / 2 / 3 / 3;
  }

  .m-access-box,
  .m-recommend-box,
  .m-gallery-box {
    margin: 0.5em auto;
  }

  .m-concept-title {
    text-align: center;
    line-height: 1.9em;
  }

  .m-concept-title p {
    letter-spacing: 0.1em;
    line-height: 1.9em;
    margin-bottom: 0.4em;
  }

  .m-concept-img {
    margin: auto;
  }

  .main-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }

  .m-access-box {
    flex-direction: column;
  }

  .m-access-left {
    margin: 0.8em 0 1em 0;
  }

  .m-access-table {
    display: flex;
    width: 100%;
    border-left: none;
    border-top: solid 1px #ddd;
    flex-direction: column;
    padding: 1em 0 0;
  }

  .m-access-table-l,
  .m-access-table-r {
    width: 100%;
  }

  .m-access-table th {
    width: 20%;
  }

  .m-access-table td {
    font-size: 14px;
    width: 80%;
    padding: 0.5em 0;
  }

  .m-object01 {
    bottom: -7%;
    right: 0;
    width: 30vw;
    height: auto;
    z-index: 1;
  }

  .m-concept01 {
    font-size: 32px;
  }

  .m-object-bg {
    top: -15%;
    left: -5%;
    width: 100%;
    max-width: 300px;
  }

  .m-object-bg02 {
    bottom: -80px;
    right: -15%;
    width: 100%;
    max-width: 250px;
  }

  .center-access-flex {
    flex-direction: column;
  }

  .center-access-flex img,
  .center-info {
    width: 100%;
  }

  .center-access-flex-img {
    width: 100%;
    height: 250px;
  }

  .center-info-table th,
  .center-info-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .center-info-table td {
    padding: 0 0 1em 0;
  }

  .center-info-table tr {
    display: block;
  }

  .center-info-table th.center-a-line {
    border-bottom: none;
  }

  .center-info-th,
  .center-info-th01 {
    padding: 1.8em 0 0.5em 0;
  }

  .center-info-td {
    padding: 0 0 5px !important;
  }

  .exhibits-box {
    flex-direction: column;
    margin: 1.5em 0 1em 0;
  }

  .exhibits-box img {
    width: 100%;
  }

  .recommend-txt {
    width: 100%;
    order: 2;
  }

  .recommend-txt h4 {
    font-size: 16px;
    text-align: center;
  }

  .recommend-txt p {
    margin-top: 0.2em;
  }

  .exhibits-img {
    margin-bottom: 0.5em;
    order: 1;
  }

  .museum-object01 {
    top: 0;
    right: 2%;
    width: 100%;
    max-width: 60px;
  }

  .museum-object02 {
    top: -2px;
    left: -8px;
    max-width: 55px;
  }

  .m-gallery-inbox {
    flex-wrap: wrap;
    justify-content: center;
  }

  .gallery-items {
    width: 48%;
    padding: 0.5em;
  }

  .gallery-items img {
    margin-top: 0;
  }

  .gallery-items:not(:last-child)::after {
    content: none;
  }

  .m-intro-object05 {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    max-width: 450px;
  }

  .swiper-container {
    width: 100%;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .swiper-pagination {
    display: flex;
    position: relative;
    height: 1px;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    margin: 24px auto 0;
    max-width: 90%;
    padding: 0;
  }

  .swiper-pagination .pagination-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% / 6);
    height: 120%;
    background: #7d7d7d;
    transition: transform 0.4s ease;
  }

  .swiper-pagination-bullet {
    flex-grow: 1;
    height: 120%;
    background: transparent;
    opacity: 1;
    margin: 0 !important;
    border-radius: 0;
    transition: background 0.6s ease;
  }

  .swiper-pagination-bullet-active {
    background: #7d7d7d;
  }
}
