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

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

.sp-none {
  display: none;
}

/*ここから下がドロワー設定項目 */
/*drawer btn 上下左右で設定可能 */
.sp-menu-btn-wrp {
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  background: var(--main-color);
  border-radius: 0;
}

.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-color: var(--bg-color-02);
}

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

#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;
}

/*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: 1.45rem;
  line-height: 1.3;
}

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

section {
  padding: 7rem 0;
}

.dl-item {
  display: flex;
}

/*btn*/
.com-btn {
  display: grid;
  place-items: center;
  background: var(--accent-color);
  border-radius: 50vw;
  width: 65vw;
  height: 12vw;
  color: var(--white);
}
.com-btn:link, .com-btn:visited {
  color: var(--white);
}
.com-btn.line-btn {
  width: 70vw;
}
.com-btn.line-btn span {
  background: url("../img/common/line-icon.svg") left center/22px no-repeat;
  padding-left: 32px;
  box-sizing: border-box;
}

.btn-stl {
  width: 100%;
  background: var(--bg-bd) center no-repeat;
  margin-top: 4rem;
}
.btn-stl .com-btn {
  margin: 0 auto;
}

/*タイトル系*/
.flex > .ttl01 {
  width: 100%;
}

.ttl01 {
  display: grid;
  justify-items: center;
  text-align: center;
  margin-bottom: 4rem;
  gap: 1rem;
  color: var(--main-color);
}
.ttl01 .en {
  font-size: 3rem;
  font-weight: 500;
  text-transform: capitalize;
  text-shadow: 0.1rem 0.1rem 0.5px currentColor;
}
.ttl01 .ja {
  font-weight: 700;
  font-size: 1.6rem;
}

.ttl-num {
  font-size: 2.4rem;
}

.ttl02 {
  font-size: 1.9rem;
  font-weight: 700;
}

.ttl03 {
  font-size: 1.8rem;
  font-weight: 700;
}

.ttl04 {
  font-size: 1.7rem;
  font-weight: 700;
}

.ttl05 {
  font-size: 1.65rem;
}

.ttl06 {
  font-size: 1.6rem;
}

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

.tate {
  writing-mode: vertical-rl;
}

.ttl-bg {
  gap: 1rem;
}
.ttl-bg .bg-main {
  font-weight: 700;
  line-height: 1;
  padding: 0.4rem 1rem;
  border-radius: 0.5rem;
}
.ttl-bg .bg-wt {
  font-weight: 700;
  padding: 0.3rem;
  border-radius: 0.5rem;
}

/*本文*/
.com-txt {
  line-height: 1.8 !important;
  text-align: justify;
  letter-spacing: 0.05em;
}
.com-txt:not(:last-of-type) {
  margin-bottom: 2.5rem;
}

/*電話*/
.com-tel {
  display: grid;
  justify-items: center;
}
.com-tel .tel-add {
  margin-top: 1rem;
}
.com-tel a {
  font-family: var(--en-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  -webkit-text-stroke: 0.3px currentColor;
  text-stroke: 0.3px currentColor;
  font-size: 2.3rem;
  padding-left: 1em;
  background: url("../img/common/tel-icon.png") left center/1.6rem no-repeat;
  padding-left: 2rem;
  box-sizing: border-box;
}
.com-tel.ft-wt a {
  background: url("../img/common/tel-icon-wt.png") left center/1.6rem no-repeat;
  padding-left: 2rem;
  box-sizing: border-box;
}

.com-info {
  gap: 1.5rem;
}
.com-info .dl-item {
  gap: 1rem;
}

/*ご予約はこちら*/
.rsv-btn-box {
  display: grid;
  justify-items: center;
  gap: 2rem;
}

.com-rsv-box {
  background: var(--bg-color-04);
  padding: 1.5rem 2rem;
}
.com-rsv-box .rsv-ttl {
  line-height: 1;
  margin-bottom: 2rem;
  position: relative;
}
.com-rsv-box .rsv-ttl::after {
  content: "";
  display: block;
  width: calc(100% - 12rem);
  height: 100%;
  position: absolute;
  background: var(--bg-bd) center no-repeat;
  inset: 0 0 0 auto;
  margin: auto 0;
}

#common-reserved .rsv-btn-box {
  gap: 3rem;
}
#footer .com-rsv-box {
  background: rgba(0, 0, 0, 0.3);
}
#footer .rsv-ttl::after {
  background: var(--bg-bd-wt) center no-repeat;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.tag-list .tag {
  font-size: 1.2rem;
  line-height: 1;
  color: var(--font-color-02);
}

time {
  font-size: 1.3rem;
  color: var(--accent-color);
  line-height: 1;
}
time::before {
  content: "ー";
}

/*infotableスタイル*/
.com-desc-tbl {
  border-top: 1px dashed var(--font-color);
}
.com-desc-tbl .dl-item {
  display: flex;
  font-size: 1.4rem;
  justify-content: space-between;
  padding: 2rem 0;
}
.com-desc-tbl .dl-item:not(:last-child) {
  border-bottom: 1px dashed var(--font-color);
}
.com-desc-tbl .dl-item dt {
  width: 30%;
}
.com-desc-tbl .dl-item dd {
  width: 68%;
}
.com-desc-tbl .dl-item dd .tel-txt {
  display: inline-flex;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  width: 100%;
  top: 0;
  left: 0;
  background: var(--bg-color);
  z-index: 1000;
  position: fixed;
  padding: 5vw;
}
#header .hd-logo {
  width: 30%;
}
#header .hd-logo img {
  display: block;
}

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  position: relative;
  margin-top: 7.5rem;
  padding-bottom: 4rem;
  background: url(../img/top/mv-bg.jpg) bottom/100% no-repeat;
}
.top-mv .mv-ct {
  position: absolute;
  width: 80%;
  left: -5%;
  z-index: 500;
  top: 25%;
}
.top-mv .mv-ct img {
  width: 100%;
}
.top-mv .bx-wrapper {
  margin: 0 auto;
  width: 90%;
  aspect-ratio: 1.8;
}
.top-mv .bx-viewport {
  height: 100% !important;
}
.top-mv #slider {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.top-mv #slider .slide-item {
  width: 100%;
  height: 100%;
  background: center/cover;
}
.top-mv #slider .slide-01 {
  background-image: url(../img/top/mv01.jpg);
}
.top-mv #slider .slide-02 {
  background-image: url(../img/top/mv02.jpg);
}
.top-mv #slider .slide-03 {
  background-image: url(../img/top/mv03.jpg);
}

/*---------------------------△△---MV---△△------------------------*/
#top-about {
  margin-bottom: -10rem;
  padding-bottom: 5rem;
  background: var(--deco-le), var(--deco-rt);
}
#top-about .txt-box {
  margin-left: auto;
}
#top-about .txt-box .ttl02 {
  line-height: 2;
  margin-bottom: 3rem;
  font-size: 2.3rem;
}
#top-about .txt-box .com-txt {
  line-height: 2.625;
}
#top-about .img-box {
  margin-top: 3rem;
}

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

#top-service {
  padding: 10rem 0rem 35rem;
}
#top-service ol {
  display: grid;
  gap: 5rem;
}
#top-service ol li a {
  padding-bottom: 2rem;
  background: var(--bg-bd) bottom no-repeat;
  gap: 2rem;
}
#top-service ol li a::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background: url("../img/common/arw.png") center/contain no-repeat;
  right: 5.5rem;
  top: 24rem;
  transition: 0.3s;
}
#top-service ol li a:hover {
  transform: translateY(-1rem);
  opacity: 1;
}
#top-service ol li a:hover::after {
  transform: scale(1.5);
}
#top-service ol li a .img-box {
  width: 70%;
  margin: 0 auto;
}
#top-service ol li a .ttl04 .bg-main {
  letter-spacing: 0.05em;
  padding: 0.3em;
}
#top-service ol li a .ttl04 .num {
  position: absolute;
  left: 5.5rem;
  top: 23rem;
}
#top-service ol li a .ttl06 {
  top: 0;
  right: 0;
}
#top-service ol li a .ttl06 span {
  letter-spacing: 0.15em;
}
#top-service ol li a .com-txt {
  text-align: justify;
}

#top-pickup .inbox {
  margin-top: -35rem;
}
#top-pickup ul {
  display: grid;
  gap: 5rem;
}
#top-pickup ul li a::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background: url("../img/common/arw.png") center/contain no-repeat;
  right: 2rem;
  top: 23.5rem;
  transition: 0.3s;
}
#top-pickup ul li a:hover {
  transform: translateY(-1rem);
  opacity: 1;
}
#top-pickup ul li a:hover::after {
  transform: scale(1.5);
}
#top-pickup ul li a .ttl03 {
  margin: -2rem 0rem 2rem;
}
#top-pickup ul li a .ttl03 .bg-main {
  letter-spacing: 0.15em;
}
.gall-img {
  background: url(../img/common/gall-bg.jpg) center/100% 100%;
  padding: 0.5rem;
}
#top-gallery .ill-box {
  width: 15%;
  top: -3rem;
  right: 2rem;
}
#top-gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem 0;
}
#top-gallery ul li {
  width: 48%;
}

#top-access {
  background: var(--deco-le), var(--deco-rb);
}
#top-access .txt-box .park-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
#top-access .txt-box .park-box .park-img {
  width: 48%;
}
#top-access .txt-box .park-box .fuki {
  width: 50%;
  font-weight: 700;
  background: url(../img/top/acc-fuki.png) bottom/100% no-repeat;
  padding-bottom: 3rem;
}
#top-access .img-box {
  width: 80%;
  margin: 3rem auto 0;
}

.map {
  height: 35rem;
}

/*--------▽▽---NEWS---▽▽---------- */
#top-news .inbox {
  position: relative;
  padding-bottom: 3rem;
}
#top-news .inbox .ttl01 {
  width: auto;
}
#top-news .inbox .news-list {
  gap: 3rem;
}
#top-news .inbox .news-list .news-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#top-news .inbox .news-list .news-item a:hover {
  transform: translateX(10px);
  background: rgba(144, 126, 106, 0.2);
}
#top-news .inbox .news-list .news-item a .com-img {
  width: 25%;
  aspect-ratio: 1.4;
}
#top-news .inbox .news-list .news-item a time {
  line-height: 1;
}
#top-news .inbox .news-list .news-item a h4 {
  font-size: 1.4rem;
  width: 100%;
}
#top-news .inbox .news-list .news-item a .tag-list {
  width: 50%;
}
#top-news .inbox .news-list .news-item a .txt-box {
  display: flex;
  flex-wrap: wrap;
  width: 72%;
  gap: 1rem 1rem;
}
#top-news .inbox .ill-box {
  width: 30%;
  bottom: -5rem;
  left: 0;
  position: absolute;
}
#top-news .inbox .com-btn {
  margin: 3rem auto 0;
}

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

#footer {
  padding: 100px 0;
  background: url(../img/common/ft-bg.png) center/cover;
  position: relative;
}
#footer .ft-area .ft-le {
  display: grid;
  justify-items: center;
  gap: 4rem;
}
#footer .ft-area .ft-le .ft-logo {
  width: 40%;
}
#footer .ft-area .ft-le .ft-info-box {
  display: grid;
  justify-items: center;
  gap: 3rem;
}
#footer .ft-area .ft-le .ft-info-box .ft-info {
  display: grid;
  gap: 5px;
}
#footer .ft-area .ft-ri {
  justify-items: center;
  gap: 5rem;
  margin-top: 5rem;
}
#footer .ft-area .ft-ri .ft-nav {
  display: flex;
  align-items: start;
  gap: 3rem;
}
#footer .ft-area .ft-ri .nav-list {
  display: grid;
  gap: 3.5rem;
}
#footer .ft-area .ft-ri .nav-list .nav-item {
  font-size: 1.5rem;
  line-height: 1;
}
#footer .copyright {
  font-size: 1rem;
  text-align: center;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
#beginner-message {
  background: var(--deco-lt);
}
#beginner-message .img-box {
  width: 70%;
  margin: 0 auto 3rem;
}
#beginner-message .txt-box .com-txt {
  line-height: 2.625;
}

#beginner-reason ol {
  gap: 5rem;
}
#beginner-reason ol li:nth-child(even) {
  flex-direction: row-reverse;
}
#beginner-reason ol li .txt-box {
  background: var(--bg-bd) bottom no-repeat;
  padding-bottom: 2rem;
}
#beginner-reason ol li .txt-box .ttl02 {
  gap: 1.5rem;
  margin: 2rem 0;
}
#beginner-reason ol li .txt-box .ttl02 .num {
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
#beginner-reason ol li .txt-box .ttl02 .num .ttl-num {
  margin-left: 2rem;
  display: inline-block;
  letter-spacing: 0.1em;
}
#beginner-reason ol li .txt-box .com-txt {
  letter-spacing: 0.1em;
}

.gall-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem 0;
}
.gall-li .gall-item {
  width: 48%;
}
.gallery-area {
  background: var(--deco-ri);
}

#beginner-gallery .select-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 5rem;
  gap: 1.5rem;
}
#beginner-gallery .select-list .select-item a {
  display: block;
  font-weight: 700;
  line-height: 1;
  padding: 0.3rem 3rem 0.5rem;
  min-width: 5rem;
  border-radius: 50vw;
  background: var(--accent-color);
}
#beginner-gallery .select-list .select-item .current {
  background: var(--main-color);
}

#gallery-detail .gall-item {
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
}

#beginner-faq ul {
  gap: 3rem;
}
#beginner-faq ul li h4, #beginner-faq ul li .txt-box {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}
#beginner-faq ul li h4 {
  align-items: center;
  border-radius: 0.5rem;
}
#beginner-faq ul li .txt-box {
  align-items: start;
  margin-top: 1rem;
}
#beginner-faq ul li .en {
  width: 3.2rem;
  line-height: 1;
  font-weight: 800 !important;
}
#beginner-faq ul li .txt {
  width: 84%;
}

#menu-price {
  padding: 7rem 0 3rem;
}
#menu-price .sec-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5rem;
  gap: 3rem 0;
}
#menu-price .sec-li li {
  width: 47%;
}
#menu-price .sec-li li .com-btn {
  width: 100%;
}
#menu-price .menu-area {
  padding: 3rem 0;
}
#menu-price .menu-area:first-of-type {
  padding-top: 2rem;
}
#menu-price .menu-area .ttl-box {
  margin-bottom: 3rem;
}
#menu-price .menu-area .ttl-box .ttl01 {
  border-left: 1rem solid var(--font-color);
  margin: 0;
  align-content: center;
  gap: 0;
  padding: 1rem 0;
}
#menu-price .menu-area .ttl-box .ttl01 .en {
  font-size: 3rem;
}
#menu-price .menu-area .ttl-box .ttl01 .ja {
  font-size: 1.5rem;
}
#menu-price .menu-li {
  border-top: 1px dashed var(--main-color);
}
#menu-price .menu-li li {
  padding: 1.5rem 1rem;
  border-bottom: 1px dashed var(--main-color);
}
#menu-price .menu-li li .txt-box h5 {
  font-size: 1.6rem;
}
#menu-price .menu-li li .txt-box .txt-cap {
  margin-top: 1.5rem;
}
#menu-price .menu-li li .price {
  margin-top: 1.5em;
}

#about-feature {
  background: url(../img/about/bg-le.png) top 4rem left/16% repeat-y, url(../img/about/bg-ri.png) top 80rem right/16% repeat-y;
  padding: 7rem 0;
}

.feature-area {
  padding: 4rem 0;
}
.feature-area:first-of-type {
  padding-top: 0;
}
.feature-area h4 {
  display: flex;
  align-items: center;
  padding: 1.5rem 1rem;
  gap: 1rem;
  background: var(--bg-color-03);
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
.feature-area h4 .ill {
  width: 3rem;
}
.feature-area h4 .ttl03 {
  width: 4rem;
}
.feature-area h4 .ttl02 {
  width: 21rem;
}
.feature-area .img-box {
  margin-bottom: 2rem;
}
.feature-area ul {
  display: grid;
  gap: 4rem;
  margin-top: 4rem;
}
.feature-area ul li {
  padding: 2rem;
}
.feature-area ul li .ttl06 {
  margin-top: -4rem;
  margin-bottom: 2rem;
}
.feature-area ul li .ttl06 .bg-main {
  width: 250px;
  letter-spacing: 0.1em;
  padding: 1.3rem;
}
#dressing-message .txt-box {
  order: 2;
}
#dressing-message .txt-box .ttl02 {
  line-height: 2;
  margin-bottom: 3rem;
  font-size: 2.3rem;
}
#dressing-message .txt-box .com-txt {
  line-height: 2.625;
}
#dressing-message .img-box {
  margin-top: 3rem;
}

#dressing-about {
  background: var(--deco-rt);
}
#dressing-about .txt-box .com-txt {
  line-height: 2.625;
}
#dressing-about .img-box {
  margin-bottom: 3rem;
  order: 3;
}

#dressing-recommend ul {
  gap: 2rem;
}
#dressing-recommend ul li {
  display: grid;
  justify-items: center;
  border-radius: 0.8rem;
  padding: 2rem;
  gap: 1rem;
  font-weight: 700;
}
#dressing-recommend ul li .ill-box {
  width: 3rem;
}
#dressing-recommend .img-box {
  width: 50%;
  margin: 3rem auto 0;
}

#dressing-flow ol {
  gap: 5rem;
}
#dressing-flow ol li {
  display: grid;
  gap: 2rem 0;
}
#dressing-flow ol li h4 {
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-radius: 0.5rem;
}
#dressing-flow ol li h4 .ttl04 {
  line-height: 1.2;
}
#dressing-flow ol li .txt-box .com-rsv-box {
  margin-top: 2.5rem;
}

/*---------------------------▽▽---SV---▽▽------------------------*/
.sv-area {
  margin-top: 7.5rem;
  padding: 0rem 1.5rem 3rem;
  background: url(../img/sv/bg.jpg) bottom/100% 40% repeat-x;
}

.sv {
  background-size: cover;
  background-position: center;
  height: 15rem;
  display: grid;
  align-content: flex-end;
}
.sv .sv-catch {
  width: 90%;
  font-size: 2.1rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.sv .sv-catch span {
  border-radius: 0.8rem;
  display: inline-block;
  padding: 0.3em;
  letter-spacing: 0.11em;
}

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

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

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

.dressing-sv {
  background-image: url(../img/sv/dressing.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 {
  background: var(--deco-le), var(--deco-rb);
}

/*---------------------------▽▽---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---▽▽------------------------*/