@charset "UTF-8";
/*アニメーションCSS*/
/*ボーダーが真ん中から左右に広がる*/
/*ボタンの背景が横から出てくる*/
/*spスタイル */
html {
  font-size: 2.6666666667vw;
}

.inbox {
  width: 86%;
  box-sizing: border-box;
  margin: 0 auto;
}

.sp-none {
  display: none;
}

.current {
  color: var(--main-color);
}

/*ここから下がドロワー設定項目 */
/*drawer btn 上下左右で設定可能 */
.sp-menu-btn-wrp {
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  background: #fff;
  border-radius: 50vw;
  box-shadow: 0.5rem 0.5rem 2.5rem 0 rgba(55, 26, 14, 0.15);
}

.sp-menu-btn-wrp .sp-menu-btn {
  width: 15vw;
  height: 15vw;
  max-width: 75px;
  max-height: 75px;
}

.sp-menu-btn-wrp .sp-menu-btn span {
  width: 50%;
  height: 2px;
  background: var(--main-color);
  transform-origin: center;
}

.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 30%;
}

.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}

.sp-menu-btn-wrp .sp-menu-btn .bottom {
  bottom: 30%;
}

.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

/*active */
.active .sp-menu-btn-wrp .sp-menu-btn span {
  width: 55%;
}

.sp-menu-btn.active .top {
  top: 48.5%;
  transform: translateY(0) translateX(0) rotate(45deg);
}

.sp-menu-btn.active .middle {
  opacity: 0;
}

.sp-menu-btn.active .bottom {
  bottom: 48.5%;
  transform: translateY(0) translateX(0) rotate(-45deg);
}

/*	drawer inbox */
#drawer-nav {
  padding: 1rem 1rem 30vw;
  background: var(--bg-pt);
}

#drawer-nav .drawer-logo {
  width: 17%;
}

#drawer-nav .nav {
  margin-bottom: 10vw;
}

#drawer-nav .nav .drawer-link {
  box-sizing: border-box;
  padding: 3vw 2vw;
  border-bottom: 1px solid var(--main-color);
  font-size: 4vw;
  color: var(--font-color);
  font-weight: 500;
  position: relative;
}
#drawer-nav .nav .drawer-link::after {
  content: "";
  display: block;
  width: 2vw;
  height: 2vw;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto 0;
}
#drawer-nav .nav .drawer-link.drawer-dropdown::after {
  content: none;
}

#drawer-nav .nav .current a {
  color: var(--main-color);
  padding-left: 3%;
}
#drawer-nav .nav .current a::after {
  background-color: var(--main-color);
}

#drawer-nav .nav .drawer-dropdown span {
  display: block;
}

#drawer-nav .nav .drawer-dropdown span:before {
  background: var(--main-color);
}

#drawer-nav .nav .drawer-dropdown span:after {
  background: var(--main-color);
}

#drawer-nav .nav .show span:after {
  opacity: 0 !important;
}

#drawer-nav .nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}

#drawer-nav .nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

#drawer-nav .nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}

/*original custom code */
/*sns */
.sns-list {
  margin: 10% auto 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns-list li a {
  display: block;
  width: 100%;
  min-width: 25px;
}
.sns-list li a img {
  display: block;
  max-width: none;
  width: 100%;
}

.drawer-info {
  gap: 3rem;
}
.drawer-info .add-info {
  display: flex;
}

/*rink-list */
.drawer-sub-nav__list {
  font-size: 3vw;
  margin-top: 10vw;
  display: flex;
  justify-content: center;
  gap: 5%;
  text-decoration: underline;
}
.drawer-sub-nav__list li {
  font-size: 3.5vw;
}

/*フォント */
body {
  font-size: 4vw;
  line-height: 1.5;
}

/*======================================================
 * ▽▽---共通スタイル---▽▽
 * =======================================================*/
html {
  scroll-padding: 6rem;
}

section {
  padding: 6rem 0;
}

.dl-item {
  display: flex;
}

p {
  line-height: 1.7;
  letter-spacing: 0.15em;
}

.com-txt {
  line-height: 2;
  letter-spacing: 0.15em;
}
.com-txt:not(:last-of-type) {
  margin-bottom: 2.5rem;
}

.com-btn {
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--bd-color);
}
.flex > .ttl01 {
  width: 100%;
}

.ttl01 {
  font-size: 2.2rem;
  letter-spacing: 0.15em;
  margin-bottom: 3rem;
}

.ttl02 {
  font-size: 2rem;
  letter-spacing: 0.15em;
}

.ttl03 {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
.ttl03 span {
  letter-spacing: 0.2em;
}

.ttl04 {
  font-size: 1.7rem;
  letter-spacing: 0.08em;
}

.txt-cap {
  font-size: 1.3rem;
}

.ttl-deco-01 {
  border-top: 1px solid var(--bd-color);
  border-bottom: 1px solid var(--bd-color);
  padding: 1.5rem;
}

.ttl-deco-02 {
  border-left: 3px solid var(--main-color);
  padding-left: 1rem;
}

#top-page .ttl01, .sv .ttl01 {
  font-size: 2.4rem;
  gap: 1.5rem;
}
#top-page .ttl01 .en, .sv .ttl01 .en {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 3rem;
}
#top-page .ttl01 .ja, .sv .ttl01 .ja {
  font-size: 1.9rem;
  letter-spacing: 0.3em;
}

.com-tel {
  display: grid;
  justify-items: center;
}
.com-tel .tel-ttl {
  width: 100%;
  padding: 0.3rem 1.5rem;
}
.com-tel a {
  font-weight: 500;
  font-size: 3.2rem;
  background: url("../img/common/tel-icon.png") left center/1.5rem no-repeat;
  padding-left: 2rem;
  box-sizing: border-box;
}

.add-info.flex {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.sdw-01 {
  box-shadow: 1.2rem 1.2rem 2.5rem 0 rgba(55, 26, 14, 0.15);
}

.kado-01 {
  border-radius: 2rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tag-list .tag {
  line-height: 1;
  font-size: 1.2rem;
  padding: 0.3rem 1.5rem;
  text-align: center;
  border: 1px solid var(--main-color);
}

time {
  line-height: 1;
  padding: 0.5rem 0;
}

/*infotableスタイル*/
.com-desc-tbl .dl-item {
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
}
.com-desc-tbl .dl-item:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.com-desc-tbl .dl-item dt {
  text-align: center;
  width: 30%;
  padding: 1.5rem 1rem;
  display: grid;
  align-content: center;
}
.com-desc-tbl .dl-item dd {
  width: 70%;
  padding: 1.5rem 1rem;
}
.com-desc-tbl .dl-item dd .tel-txt {
  display: inline-flex;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
#top-page main {
  background: var(--bg-pt-02);
}

/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  width: 100%;
}
#header .hd-logo {
  position: fixed;
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  width: 17%;
}
#header .hd-logo img {
  display: block;
}

.hd-nav {
  padding: 1.5rem 0 0.5rem;
  background: var(--bg-pt-02);
}
.hd-nav .inbox {
  width: 1280px;
}
.hd-nav .nav-list {
  gap: 1rem;
}
.hd-nav .nav-list .nav-item {
  position: relative;
  line-height: 1;
}
.hd-nav .nav-list .nav-item:not(:last-child) {
  padding-right: 1rem;
  border-right: 2px solid var(--bd-color);
}
.hd-nav .nav-list .nav-item > a {
  padding-bottom: 5px;
  opacity: 1;
  position: relative;
}
.hd-nav .nav-list .nav-item > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--main-color);
  position: absolute;
  bottom: 0;
  transform: scale(0);
  transition: 0.5s;
}
.hd-nav .nav-list .nav-item > a:hover::after {
  transform: scale(1);
}

.add-box {
  gap: 3rem;
}

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  position: relative;
  margin-top: 9rem;
}
.top-mv .mv-ct {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}
.top-mv .mov-box video {
  width: 100%;
}
.top-mv .mov-box .com-txt {
  letter-spacing: 0.14em;
}

/*---------------------------△△---MV---△△------------------------*/
#top-concept {
  padding-bottom: 2rem;
  background: url(../img/top/ccpt-bg.jpg) center/cover;
  mask-image: linear-gradient(to bottom, transparent 0, #000 3.5rem, #000 calc(100% - 3.5rem), transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 3.5rem, #000 calc(100% - 3.5rem), transparent);
}
#top-concept .inbox {
  width: 95%;
}
#top-concept .inbox .txt-box {
  background: url(../img/top/ccpt-txt-bg.png) center/100% 100% no-repeat;
  padding: 6rem 3rem 7rem;
  margin-top: -3rem;
  font-weight: 500;
}
#top-concept .inbox .txt-box .com-txt {
  text-align: justify;
}

#top-about {
  background: url(../img/top/about-bg.png) bottom/100% no-repeat;
}
#top-about .inbox {
  display: grid;
}
#top-about .inbox .txt-box .dl-box {
  padding: 2.5rem 2rem;
  gap: 1.8rem;
  margin-top: 4rem;
}
#top-about .inbox .txt-box .dl-box dl {
  display: grid;
  gap: 0.5rem;
}
#top-about .inbox .txt-box .dl-box dl:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--bd-color);
}
#top-about .inbox .txt-box .dl-box dl dt {
  line-height: 1;
}
#top-about .inbox .img-01 {
  margin-left: auto;
  margin-right: -2rem;
  margin-top: 3rem;
}
#top-about .inbox .img-02 {
  width: 80%;
  order: 5;
  margin-left: 5rem;
  margin-top: -6rem;
}
#top-about .inbox .img-03 {
  width: 60%;
  margin-top: -7rem;
  margin-left: -2rem;
  z-index: 1;
}
#top-about .inbox img {
  width: 100%;
}

#top-ranking .inbox .txt-cap {
  margin: 4rem 0rem 1rem;
}
#top-ranking .rank-box:not(:last-of-type) {
  margin-bottom: 6rem;
}
#top-ranking .rank-box .ttl02 {
  margin-bottom: 4rem;
}
#top-ranking .rank-box .rank-li {
  display: grid;
  gap: 5rem;
}
#top-ranking .rank-box .rank-li .rank-item {
  gap: 1rem;
  position: relative;
}
#top-ranking .rank-box .rank-li .rank-item::after {
  content: "";
  display: block;
  width: 5.5rem;
  height: auto;
  aspect-ratio: 1.25;
  position: absolute;
  top: -2.5rem;
  left: 0;
  z-index: 10;
}
#top-ranking .rank-box .rank-li .rank-item:nth-child(1)::after {
  background: url(../img/top/rank-01.png) center/contain no-repeat;
}
#top-ranking .rank-box .rank-li .rank-item:nth-child(2)::after {
  background: url(../img/top/rank-02.png) center/contain no-repeat;
}
#top-ranking .rank-box .rank-li .rank-item:nth-child(3)::after {
  background: url(../img/top/rank-03.png) center/contain no-repeat;
}
#top-ranking .rank-box .rank-li .rank-item .com-img {
  width: 100%;
  aspect-ratio: 1.41;
}
#top-menu {
  background: var(--wave-btm);
}
#top-menu .menu-box {
  display: grid;
  align-content: center;
  height: 15rem;
  background: linear-gradient(rgba(245, 242, 238, 0.7) 0.3rem, transparent 0.8rem, transparent calc(100% - 0.8rem), rgba(245, 242, 238, 0.7) calc(100% - 0.3rem)), url(../img/top/menu.png) left -3rem center/auto 100% no-repeat, url(../img/top/menu-bnr.jpg) right/cover;
}
#top-menu .menu-box::after {
  content: "";
  display: block;
  width: 3rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background: url("../img/common/btn-arw-wt.png") center/contain no-repeat;
  bottom: 1rem;
  right: 1rem;
}
#top-menu .menu-box .ttl01 {
  width: auto;
  gap: 0.5rem;
  margin-left: auto;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
#top-menu .menu-box .ttl01 .en {
  font-size: 2.4rem;
}
#top-menu .menu-box .ttl01 .ja {
  font-size: 1.6rem;
}

#top-service ul {
  display: grid;
  gap: 3rem;
  padding: 0 3rem;
}
#top-service ul li a {
  width: 100%;
}
#top-service ul li a .img-box img {
  width: 100%;
}
#top-service ul li a .txt-box {
  padding: 1rem 2rem 2rem;
  padding-right: 4rem;
  position: relative;
}
#top-service ul li a .txt-box::after {
  content: "";
  display: block;
  width: 2rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background: url("../img/common/btn-arw.png") center/contain no-repeat;
  bottom: 1.5rem;
  right: 1rem;
}
#top-service ul li a .txt-box .ttl02 {
  margin-bottom: 0.5rem;
}
/*--------▽▽---NEWS---▽▽---------- */
#top-news .inbox {
  position: relative;
}
#top-news .inbox .ttl01 {
  margin-bottom: 3rem;
}
#top-news .inbox > p {
  letter-spacing: 0.2em;
}
#top-news .inbox .news-list {
  width: 100%;
  gap: 2rem;
  margin-top: 3rem;
}
#top-news .inbox .news-list .news-item a {
  display: flex;
}
#top-news .inbox .news-list .news-item a:hover {
  transform: translateX(10px);
}
#top-news .inbox .news-list .news-item a .com-img {
  width: 30%;
  height: auto;
}
#top-news .inbox .news-list .news-item a time {
  line-height: 1;
}
#top-news .inbox .news-list .news-item a h4 {
  width: 100%;
}
#top-news .inbox .news-list .news-item a .tag-list {
  justify-content: end;
}
#top-news .inbox .news-list .news-item a .txt-box {
  width: 70%;
  padding: 1rem 2rem;
  gap: 0.5rem;
}
#top-news .inbox .com-btn {
  position: relative;
  width: 80%;
  margin-top: 6rem;
}
#top-news .inbox .com-btn::after {
  content: "";
  display: block;
  width: 5rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background: url("../img/common/btn-arw.png") center/contain no-repeat;
  top: -1.5rem;
  right: -7rem;
}

/*------------△△---NEWS---△△---------*/
.pagetop {
  position: fixed;
  z-index: 100;
  right: 10px;
  bottom: 20px;
}

#footer {
  padding: 5rem 0 8rem;
  position: relative;
  margin-top: 5rem;
  background: var(--bg-pt);
}
#footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 5rem;
  position: absolute;
  background: var(--wave-top);
  top: -4.9rem;
  left: 0;
  z-index: -1;
}
#footer .ft-area .ft-le {
  display: grid;
  justify-items: center;
  gap: 2rem;
}
#footer .ft-area .ft-le .ft-logo {
  width: 20%;
}
#footer .ft-area .ft-le .ft-info-box {
  display: grid;
  gap: 2rem;
}
#footer .ft-area .ft-le .ft-info-box .ft-info {
  display: grid;
}
#footer .ft-area .ft-le .add-info {
  display: flex;
}
#footer .ft-area .ft-ri {
  margin-top: 5rem;
  display: grid;
  justify-items: center;
  gap: 4rem;
}
#footer .ft-area .ft-ri .ft-nav {
  display: flex;
  align-items: start;
  order: 1;
  gap: 3rem;
}
#footer .ft-area .ft-ri .ft-nav .nav-list {
  display: grid;
  gap: 3rem;
}
#footer .ft-area .ft-ri .ft-nav .nav-list .nav-item {
  font-size: 1.3rem;
  line-height: 1;
}
#footer .copyright {
  font-size: 1rem;
  order: 2;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
#course .course-li {
  gap: 7rem;
  margin-top: 5rem;
}
#course .course-li li:nth-child(even) {
  flex-direction: row-reverse;
}
#course .course-li li .img-box {
  position: relative;
  z-index: 1;
}
#course .course-li li .img-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../img/common/img-deco.png") center/contain no-repeat;
  bottom: -1rem;
  right: -1rem;
  z-index: -1;
}
#course .course-li li .txt-box {
  margin-top: 5rem;
}
#course .course-li li .txt-box .ttl02 {
  line-height: 1;
  margin-bottom: 3rem;
}
#course .course-li li .txt-box dl {
  gap: 1.2rem;
}
#course .course-li li .txt-box dl .dl-item {
  justify-content: space-between;
  align-items: start;
  line-height: 1.2;
  position: relative;
}
#course .course-li li .txt-box dl .dl-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: auto;
  aspect-ratio: 0.733;
  position: absolute;
  background: url("../img/course/arw.png") center/contain no-repeat;
  top: 3.5rem;
  left: 3rem;
}
#course .course-li li .txt-box dl .dl-item dt {
  font-weight: 500;
  width: 7rem;
  padding: 0.5rem;
  font-size: 1.3rem;
}
#course .course-li li .txt-box dl .dl-item dd {
  width: 24rem;
  min-height: 4.5rem;
  padding-top: 0.3rem;
}

#menu .txt-ri {
  margin: 2rem 0;
}
#menu .menu-li {
  gap: 6rem;
}
#menu .menu-li li dl .dl-item {
  padding: 2rem 0 1.5rem;
  display: grid;
  gap: 0.5rem;
}
#menu .menu-li li dl .dl-item dd {
  text-align: right;
}
#menu .post-blank-txt {
  margin-top: 3rem;
}

.sec-btn-li {
  margin-top: 10rem;
  display: grid;
  gap: 1rem;
  padding-bottom: 2rem;
}
.sec-btn-li li a {
  justify-items: center;
  gap: 1rem;
  padding-bottom: 1.5rem;
}
.sec-btn-li li a::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  border-bottom: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  transform: rotate(45deg);
  position: relative;
  transition: 0.3s;
}
.sec-btn-li li a:hover::after {
  transform: rotate(45deg) translateY(1rem) translateX(1rem);
}

.map {
  height: 35rem;
  margin-top: 5rem;
}

#access-info {
  background: var(--wave-top);
}

#access .ttl02 {
  margin-top: 5rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
#access .ttl02 span {
  display: inline-block;
  margin-right: 2.5rem;
}

#access-park {
  background: var(--wave-btm);
}

#spot ul {
  display: grid;
  gap: 5rem;
}
#spot ul li {
  gap: 1.5rem;
}
#spot ul li .ttl03 {
  line-height: 1.2;
}
#spot ul li .com-img {
  aspect-ratio: 1.6;
}
#spot ul li p {
  font-size: 1.5rem;
}

#contact .mark {
  background: linear-gradient(to top, #ebe4c2, #ebe4c2 1.2rem, transparent 1.2rem, transparent);
}
#contact .ttl02 {
  margin-top: 6rem;
  margin-bottom: 2rem;
}
#contact .insta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 10rem;
  margin: 0 auto;
  padding: 0 2rem;
  margin-top: 2rem;
}
#contact .insta::after {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.3rem;
  position: absolute;
  background: url("../img/common/site-arw.png") center/contain no-repeat;
  position: static;
}

/*---------------------------▽▽---SV---▽▽------------------------*/
.sv {
  display: grid;
  align-content: center;
  justify-items: center;
  height: 15rem;
  background-size: cover;
  background-position: center;
  margin-top: 9rem;
}
.sv .sv-catch {
  margin-bottom: 0;
  width: 90%;
}
.sv .sv-catch .en {
  font-weight: 300;
  line-height: 1;
}
.course-sv {
  background-image: url(../img/sv/course.jpg);
}

.menu-sv {
  background-image: url(../img/sv/menu.jpg);
}

.access-sv {
  background-image: url(../img/sv/access.jpg);
}

.spot-sv {
  background-image: url(../img/sv/spot.jpg);
}

.news-sv {
  background-image: url(../img/sv/news.jpg);
}

.contact-sv {
  background-image: url(../img/sv/contact.jpg);
}

.complete-sv {
  background-image: url(../img/sv/complete.jpg);
}

.privacy-sv {
  background-image: url(../img/sv/privacy.jpg);
}

.site-sv {
  background-image: url(../img/sv/site.jpg);
}

.e404-sv {
  background-image: url(../img/sv/e404.jpg);
}

/*---------------------------△△---SV---△△------------------------*/
/*----------▽▽---breadcrumbs---▽▽-------*/
.breadcrumbs-area {
  position: relative;
  z-index: 10;
}
.breadcrumbs-area .breadcrumbs {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 2vw;
  font-size: 3.5vw;
}
.breadcrumbs-area .breadcrumbs li:not(:first-child)::before {
  content: ">";
  padding: 0 10px;
}

/*---------------------------△△---breadcrumbs---△△------------------------*/
/*すまほセレクトボックス*/
.select-area {
  position: relative;
  width: 70vw;
  height: 15vw;
}
.select-area .select-box {
  font-size: 3.5vw;
}
.select-area .select-box option {
  font-size: 3vw;
}
/*その他共通ページ*/
.com-other-page {
  padding: 20vw 0;
}

/*---------------------------▽▽---site.html---▽▽------------------------*/
/*---------------------------△△---site.html---△△------------------------*/
/*---------------------------▽▽---404.html---▽▽------------------------*/
/*---------------------------△△---404.html---△△------------------------*/
/*---------------------------▽▽---privacy.html---▽▽------------------------*/
/*---------------------------△△---privacy.html---△△------------------------*/
/*---------------------------▽▽---news.html---▽▽------------------------*/
#news .select-area {
  margin-bottom: 10vw;
  position: relative;
}
#news .select-area .select-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
}
#news .news-area {
  margin-bottom: 10vw;
}
#news .news-area .news-list .news-item {
  border-bottom: 1px solid color-mix(in srgb, var(--main-color) 50%, transparent);
  line-height: 1.5;
}
#news .news-area .news-list .news-item a {
  display: block;
  padding: 8% 0;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 2vw 3%;
  font-size: 3.5vw;
  margin-bottom: 4vw;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box time {
  width: 35%;
  font-weight: 500;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box .tag-list {
  width: 62%;
}
#news .news-area .news-list .news-item a .news-txt-box .list-ttl {
  font-weight: 500;
  font-size: 4.2vw;
  margin-bottom: 3vw;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item a .news-txt-box .list-txt {
  font-size: 3.4vw;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item .thumbnail-on {
  display: flex;
  justify-content: space-between;
}
#news .news-area .news-list .news-item .thumbnail-on .thumb {
  width: 35%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box {
  width: 60%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box {
  flex-wrap: wrap;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box time {
  width: 100%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box .tag-list {
  width: 100%;
}

/*detail */
#detail {
  padding-bottom: 30vw;
}
#detail .detail-box {
  margin-bottom: 20vw;
}
#detail .detail-box .data-box {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 4%;
  font-size: 3.5vw;
  padding-top: 10%;
  margin-bottom: 5vw;
}
#detail .detail-box .data-box time {
  font-weight: 500;
}
#detail .detail-box .data-box .tag-list {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 1vw;
  font-size: 3.3vw;
}
#detail .detail-box .data-box .tag-list .tag a {
  display: block;
  width: 100%;
  height: 100%;
}
#detail .detail-box .detail-ttl {
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 5.5vw;
  font-weight: 500;
  padding: 0 0 4%;
  margin-bottom: 5vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#detail .detail-box .detail-txt {
  font-size: 4vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#detail .detail-box .detail-txt img {
  margin: 5%;
}

.pagenation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3%;
  margin-top: 10vw;
}
.pagenation li {
  width: 9vw;
  height: 9vw;
  box-sizing: border-box;
  font-size: 4vw;
}
.pagenation li a, .pagenation li span {
  padding: 20% 35%;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.pagenation-detail {
  position: relative;
  margin-top: 10%;
}
.pagenation-detail p a {
  padding: 5% 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.5vw;
  letter-spacing: 0.2em;
  position: absolute;
}
.pagenation-detail .left a {
  top: 0;
  left: 0;
  width: 20%;
}
.pagenation-detail .right a {
  top: 0;
  right: 0;
  width: 20%;
}
.pagenation-detail .center a {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 35%;
}

/*---------------------------△△---news.html---△△------------------------*/
/*---------------------------▽▽---contact.html---▽▽------------------------*/
#contact .table-wrapper {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20%;
}
#contact .table-wrapper .contact-form-table tr {
  margin-bottom: 5%;
}
#contact .table-wrapper .contact-form-table tr th {
  width: 100%;
  box-sizing: border-box;
  padding: 3vw 2vw;
  font-size: 3.8vw;
  margin-bottom: 3%;
}
#contact .table-wrapper .contact-form-table tr th .required-mark {
  font-size: 3.5vw;
  padding: 1% 2%;
  margin: -0.5%;
  float: right;
}
#contact .table-wrapper .contact-form-table tr th .upload-notice {
  display: inline-block;
  margin-top: 5%;
  line-height: 1.5;
}
#contact .table-wrapper .contact-form-table tr td {
  width: 100%;
  box-sizing: border-box;
}
#contact .table-wrapper .contact-form-table tr td .upload-item-wrap .thumb {
  width: 40vw;
  height: 40vw;
  margin-bottom: 5%;
}
#contact .table-wrapper .contact-form-table tr td .ancion-btn-wrap {
  width: 30vw;
}
#contact .table-wrapper .contact-form-table tr td .ancion-btn-wrap .ancion-btn {
  font-size: 3vw;
  width: 100%;
  box-sizing: border-box;
  padding: 12% 0;
  margin-bottom: 10%;
  line-height: 1;
}
#contact .table-wrapper .contact-form-table tr td input, #contact .table-wrapper .contact-form-table tr td textarea, #contact .table-wrapper .contact-form-table tr td select {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  padding: 4%;
  font-size: 4vw;
  box-shadow: none;
}
#contact .table-wrapper .contact-form-table tr td label {
  font-size: 4vw;
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
#contact .table-wrapper .contact-form-table tr td textarea {
  height: auto;
}
#contact .table-wrapper .contact-form-table tr td .p-postal-code {
  width: 30%;
}
#contact .table-wrapper .contact-form-table tr td .birth-txt {
  width: 30%;
}
#contact .table-wrapper .contact-form-table tr td .error-text {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
}
#contact .table-wrapper .contact-form-table tr .select-area {
  padding: 4% 0;
  display: inline;
  position: relative;
}
#contact .table-wrapper .contact-form-table tr .select-area .select-box {
  width: 60%;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 10%;
}
#contact .table-wrapper .contact-form-table tr .select-area::after {
  content: "";
  display: block;
  width: 1vw;
  height: 1vw;
  position: absolute;
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
  transform: rotate(45deg);
  right: 3vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#contact .table-wrapper .contact-form-table tr .check-box-confirmation {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}

.privacy-agree {
  display: block;
}
.privacy-agree a {
  text-decoration: underline;
}

.check {
  margin: 10% auto 0px;
}
.check .contact-recaptcha-wrap {
  margin: 0 auto 15%;
}

.contact-submits-wrap {
  border-radius: 5px;
  width: 80%;
  margin: 0 auto 0;
}
.contact-submits-wrap .contact-check-btn {
  width: 100%;
  height: 15vw;
  color: #fff;
  font-size: 4vw;
  letter-spacing: 0.2em;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  margin: 0;
  border-radius: 5px;
  background: var(--main-color);
}
.contact-submits-wrap .contact-back-btn {
  width: 80%;
  border: none;
  background: #bebebe;
  margin-bottom: 10%;
  border-radius: 5px;
  font-size: 4vw;
}

.complete-box {
  color: var(--font-color);
  line-height: 1.5;
  text-align: center;
}
.complete-box a {
  display: inline-block;
  text-decoration: underline;
  margin: 5% 0;
}

input[type=button][disabled],
input[type=submit][disabled] {
  opacity: 0.7;
  pointer-events: none;
}

/*---------------------------▽▽---contact.html---▽▽------------------------*/