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

.inbox {
  width: 88%;
  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: var(--main-color);
  border-radius: 0.5rem;
}

.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: #fff;
  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: 3% 5% 30vw;
  background: url(../img/top/worr-bg-btm.png) bottom left/100% no-repeat, url(../img/top/worr-bg.png) top/100% 60rem no-repeat, var(--bd-pt);
}

#drawer-nav .drawer-logo {
  width: 18rem;
}

#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: 2rem;
}

/*rink-list */
.drawer-sub-nav__list {
  font-size: 1.2rem;
  margin-top: 10vw;
  display: flex;
  justify-content: center;
  gap: 1rem;
  text-decoration: underline;
}
/*フォント */
body {
  font-size: 4vw;
  line-height: 1.5;
}

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

section {
  padding: 5rem 0;
}

.dl-item {
  display: flex;
}

.com-txt {
  line-height: 2.23;
}
.com-txt:not(:last-of-type) {
  margin-bottom: 2rem;
}

.com-btn {
  display: grid;
  justify-items: center;
  align-content: center;
  width: 70vw;
  height: 12vw;
  margin: 2rem auto 0;
  border-radius: 0.5rem;
  background: var(--bg-color);
}
.com-btn span {
  background: url("../img/common/btn-arw.png") left center/1rem no-repeat;
  padding-left: 2rem;
  box-sizing: border-box;
}
.flex > .ttl01 {
  width: 100%;
}

.ttl01 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 3rem;
  color: var(--main-color);
}
.ttl01 small {
  font-size: 0.8em;
}
.ttl01.big {
  font-size: 2.4rem;
}

.ttl02 {
  font-size: 2rem;
}

.ttl03 {
  font-size: 1.9rem;
}

.ttl04 {
  font-size: 1.8rem;
}

.ttl05 {
  font-size: 1.7rem;
}

.ttl06 {
  font-size: 1.6rem;
}

.cap01 {
  font-size: 1.3rem;
}

.cap02 {
  font-size: 1.2rem;
}

.txt-sdw-01 {
  text-shadow: 0 0 8px #ebeef0, 0 0 8px #ebeef0, 0 0 8px #ebeef0;
}

.txt-sdw-02 {
  text-shadow: 0 0 8px #6fb7d8, 0 0 8px #6fb7d8;
}

.txt-sdw-03 {
  text-shadow: 0 0 8px #666666, 0 0 8px #666666;
}

.txt-grd {
  background: var(--accent-color);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

.num-box {
  min-height: 12rem;
  position: relative;
}

.num {
  width: 3rem;
  aspect-ratio: 1;
  font-size: 2rem;
  letter-spacing: 0;
  background: var(--accent-color);
  border-radius: 0.5rem;
  color: #fff;
  position: absolute;
  inset: -1.8rem 0 auto 0;
  margin: 0 auto;
}

.com-tel {
  display: grid;
  justify-items: center;
}
.com-tel a {
  font-size: 2.8rem;
}
.com-tel a::before {
  content: "TEL：";
  font-size: 1.5rem;
}

.com-info {
  justify-content: center;
}
.com-info .dl-item {
  font-size: 1.4rem;
}
.com-info .dl-item dt {
  width: 7.5rem;
}
.com-info .dl-item dd {
  width: 24rem;
}

.box-stl-01 {
  background: rgba(255, 255, 255, 0.85);
  border: 1rem solid color-mix(in srgb, var(--bg-color) 85%, transparent);
}

.box-stl-02 {
  box-shadow: inset 0 10px 20px var(--sdw-color);
  background: var(--bg-color);
}

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

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.tag-list .tag {
  line-height: 1;
  font-size: 1.3rem;
}

time {
  padding-right: 0.5rem;
  border-right: 1px solid var(--font-color);
  line-height: 1;
  font-size: 1.3rem;
}

/*infotableスタイル*/
.com-desc-tbl {
  display: grid;
  gap: 1.5rem;
}
.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 var(--bd-color);
  padding-bottom: 1.5rem;
}
.com-desc-tbl .dl-item dt {
  width: 28%;
}
.com-desc-tbl .dl-item dd {
  width: 70%;
}
.com-desc-tbl .dl-item dd .tel-txt {
  display: inline-flex;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  position: fixed;
  z-index: 1000;
  padding: 1.2rem 2rem;
}
#header .hd-logo {
  width: 18rem;
}
#header .hd-logo img {
  display: block;
}

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  background: url(../img/top/mv-bg.jpg) center/cover;
  margin-top: 7.5rem;
  aspect-ratio: 1.8;
  padding-top: 31%;
}
.top-mv .mv-ct {
  width: 90%;
}
.top-mv img {
  width: 100%;
}

/*---------------------------△△---MV---△△------------------------*/
#top-worries {
  background: url(../img/top/worr-bg-btm.png) bottom left/100% no-repeat, url(../img/top/worr-bg.png) top/100% 60rem no-repeat;
}
#top-worries .top-box .ttl01 span {
  position: relative;
  z-index: 1;
  font-size: 1.2em;
}
#top-worries .top-box .ttl01 span::before {
  content: "お悩み";
  position: absolute;
  inset: auto 0 0 0;
  margin: 0 auto;
  text-shadow: 0 0 8px #ebeef0, 0 0 8px #ebeef0, 0 0 8px #ebeef0;
  z-index: -1;
}
#top-worries .top-box .worr-li {
  display: grid;
  justify-content: center;
  justify-items: start;
  gap: 0 0;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
}
#top-worries .top-box .worr-li li {
  text-align: center;
  padding: 2.5rem 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#top-worries .top-box .worr-li li:nth-child(1) {
  background-image: url(../img/top/worr-fuki-01.png);
}
#top-worries .top-box .worr-li li:nth-child(2) {
  background-image: url(../img/top/worr-fuki-03.png);
  transform: translateX(-2rem);
}
#top-worries .top-box .worr-li li:nth-child(3) {
  background-image: url(../img/top/worr-fuki-05.png);
  transform: translateX(-2.5rem);
}
#top-worries .top-box .worr-li li:nth-child(4) {
  background-image: url(../img/top/worr-fuki-07.png);
  transform: translateX(-0.5rem);
}
#top-worries .top-box .worr-li li:nth-child(5) {
  background-image: url(../img/top/worr-fuki-02.png);
}
#top-worries .top-box .worr-li li:nth-child(6) {
  background-image: url(../img/top/worr-fuki-04.png);
  transform: translateX(3rem);
}
#top-worries .top-box .worr-li li:nth-child(7) {
  background-image: url(../img/top/worr-fuki-06.png);
  transform: translateX(3.5rem);
}
#top-worries .top-box .worr-li li:nth-child(8) {
  background-image: url(../img/top/worr-fuki-08.png);
  transform: translateX(1rem);
}
#top-worries .top-box .img-box {
  position: absolute;
  width: 16rem;
  inset: auto 0 6rem 0;
  margin: 0 auto;
  z-index: -1;
}
#top-worries .btm-box {
  margin-top: 3rem;
  z-index: 1;
}
#top-worries .btm-box .img-box {
  margin-top: 3rem;
}
#top-worries .btm-box::after {
  content: "";
  display: block;
  width: 30rem;
  height: 30rem;
  position: absolute;
  background: url("../img/top/worr-deco.png") center/contain no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  bottom: 3rem;
  right: -3rem;
  z-index: -1;
}

#top-about {
  background: url(../img/top/about-bg.jpg) center/cover;
}
#top-about .inbox {
  padding: 2rem;
}
#top-about .inbox ul {
  display: grid;
  gap: 2rem;
  margin-bottom: 3rem;
}
#top-about .inbox ul li {
  display: grid;
  gap: 1rem;
  padding: 2rem 1rem;
}
#top-about .inbox .txt-js {
  text-align: justify;
}

#top-point {
  background: url(../img/top/point-bg.png) top/100% 100% no-repeat;
}
#top-point .inbox ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem 0;
}
#top-point .inbox ol li {
  width: 49%;
}
#top-point .inbox ol li .ttl05 {
  font-size: 1.45rem;
}
#top-point .inbox ol li .ttl03 {
  font-size: 1.6rem;
}

.menu-box {
  padding: 2rem 2rem;
  display: grid;
  justify-items: center;
}
.menu-box .ttl01 {
  width: 100%;
}
.menu-box .menu-tbl {
  display: grid;
  justify-items: center;
  gap: 1rem;
  padding: 2rem 4rem;
}

#top-other ul {
  display: grid;
  gap: 1.56%;
}
#top-other ul li {
  height: 18rem;
}
#top-other ul li a {
  height: 100%;
  z-index: 1;
}
#top-other ul li a .ttl01 {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1;
}
#top-other ul li a .ttl01 .arw {
  width: 2rem;
}
#top-other ul li a .com-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#top-other ul li a .com-img img {
  transition: 0.5s;
}
#top-other ul li a:hover .com-img img {
  transform: translateX(-50%) translateY(-50%) scale(1.2);
}

#top-contact {
  background: url(../img/top/contact-bg.png) bottom/100% no-repeat;
}
#top-contact .inbox {
  padding: 3rem 1rem;
  background: url(../img/top/contact-box-bg.png) top/100% 100%;
}
#top-contact .inbox .contact-box {
  margin-top: 3.5rem;
  gap: 5.5rem;
}
#top-contact .inbox .contact-box .contact-add {
  justify-items: center;
  gap: 0.5rem;
}
#top-contact .inbox .contact-box .line-box {
  margin-top: 2rem;
  gap: 0.5rem;
}
#top-contact .inbox .contact-box .line-box .cap01 {
  padding: 0.5rem 1rem;
}

/*--------▽▽---NEWS---▽▽---------- */
#top-news {
  padding: 5rem 0;
  background: url(../img/top/news-bg.jpg) center/cover;
}
#top-news .inbox {
  position: relative;
  padding: 2.5rem 2rem;
}
#top-news .inbox .ttl02 {
  width: auto;
  margin-bottom: 1rem;
}
#top-news .inbox .news-list .news-item:not(:last-child) {
  border-bottom: 1px solid var(--bd-color);
}
#top-news .inbox .news-list .news-item a {
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0.5rem;
}
#top-news .inbox .news-list .news-item a:hover {
  transform: translateX(10px);
}
#top-news .inbox .news-list .news-item a time {
  line-height: 1;
}
#top-news .inbox .news-list .news-item a h4 {
  width: 100%;
}
/*------------△△---NEWS---△△---------*/
#top-access {
  padding-bottom: 0;
  gap: 7rem;
}
#top-access .txt-box {
  width: 88%;
  margin: 0 auto 3rem;
}
#top-access .txt-box .ttl02 {
  margin-bottom: 1.5rem;
}
#top-access .txt-box .access-box {
  padding: 3.5rem 4rem 4.5rem;
  background: url(../img/top/access-box-le.png) top left no-repeat, url(../img/top/access-box-ri.png) right bottom no-repeat;
}
#top-access .txt-box .access-box .ttl04 {
  margin-bottom: 2rem;
}
#top-access .txt-box .access-box ul {
  gap: 1rem;
}
#top-access .map {
  height: 40rem;
}

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

#footer {
  padding: 4rem 0 7rem;
}
#footer .ft-area {
  position: relative;
  gap: 6rem 10rem;
}
#footer .ft-area .ft-logo {
  margin: 0 auto;
  display: block;
  width: 20rem;
  margin-bottom: 4rem;
}
#footer .ft-area .ft-le {
  display: grid;
  gap: 2rem;
}
#footer .ft-area .ft-le .ft-info-box {
  justify-items: center;
  gap: 1rem;
}
#footer .ft-area .ft-ri {
  margin-top: 4rem;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 3.5rem;
}
#footer .ft-area .ft-ri .nav-list {
  display: grid;
  gap: 3rem;
}
#footer .ft-area .ft-ri .nav-list .nav-item {
  line-height: 1;
}
#footer .copyright {
  font-size: 0.9rem;
  text-align: center;
  margin-top: 3rem;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
#about-profile .img-box {
  width: 60%;
  margin: 2rem auto 0;
}

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

#about-salon {
  background: linear-gradient(to bottom, var(--bg-color) 70%, transparent);
}
#about-salon .inbox {
  width: 94%;
}
#about-salon ul {
  display: flex;
  justify-content: space-between;
  gap: 3rem 0;
}
#about-salon ul li {
  width: 32%;
}
#about-salon ul li .ttl03 {
  padding: 1rem;
  font-size: 1.4rem;
}

#about-flow ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6rem;
  gap: 2.5rem 0;
}
#about-flow ol li {
  width: 47%;
  min-height: 9rem;
}
#about-flow ol li .ttl03 {
  font-size: 1.7rem;
}
#about-flow ol li:not(:nth-child(2n)):not(:last-child)::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 4.7rem;
  position: absolute;
  background: url("../img/about/flow-arw.png") center/contain no-repeat;
  inset: 0 -1.5rem 0 auto;
  margin: auto 0;
}

#about-faq ul {
  gap: 3rem;
}
#about-faq ul li {
  padding: 2rem;
}
#about-faq ul li .ttl03, #about-faq ul li p {
  padding-left: 2.5rem;
  position: relative;
}
#about-faq ul li .ttl03::before, #about-faq ul li p::before {
  position: absolute;
  left: 0;
  top: 0.3rem;
  font-size: 1.8rem;
  line-height: 1;
}
#about-faq ul li .ttl03 {
  margin-bottom: 2rem;
}
#about-faq ul li .ttl03::before {
  content: "Q";
  color: var(--main-color);
}
#about-faq ul li p::before {
  content: "A";
  background: var(--accent-color);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

#voice ul {
  gap: 3rem;
}
#voice ul li {
  padding: 2rem;
}
#voice ul li .ttl02 {
  margin-bottom: 2rem;
}

#access-info .inbox {
  padding: 3rem 1.5rem 3rem;
}

#access-map {
  padding: 0;
}
#access-map .map {
  height: 40rem;
}

/*---------------------------▽▽---SV---▽▽------------------------*/
.sv {
  background-position: center;
  background-size: cover;
  display: grid;
  align-content: center;
  justify-items: center;
  height: 15rem;
  margin-top: 7.5rem;
}
.sv .sv-catch {
  width: 94%;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 1.5rem 1rem;
  font-size: 2.4rem;
  background: url(../img/sv/ct-bg.png) center/100% 100%;
  letter-spacing: 0.2em;
}

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

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

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

.access-sv {
  background-image: url(../img/sv/access.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);
}
.e404-sv .sv-catch {
  font-size: 2.2rem;
}

/*---------------------------△△---SV---△△------------------------*/
/*----------▽▽---breadcrumbs---▽▽-------*/
.breadcrumbs-area {
  position: relative;
  z-index: 10;
}
.breadcrumbs-area .breadcrumbs {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  left: 0;
  right: 0;
  padding-top: 1.5rem;
  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 {
  display: inline-block;
  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 .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---▽▽------------------------*/