@charset "UTF-8";
/*アニメーションCSS*/
/*ボーダーが真ん中から左右に広がる*/
/*ボタンの背景が横から出てくる*/
#wrapper {
  min-width: 1280px;
}

/*Flexbox */
.flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*折り返し */
.flx-wrp {
  flex-wrap: wrap;
}

/*逆順 */
.flx-rr {
  flex-direction: row-reverse;
}

/*積み重なるように配置 */
.flx-column {
  flex-direction: column;
}

/*水平方向の揃え */
/*初期値 */
.flx-strt {
  -webkit-justify-content: start;
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between） */
.flx-btw {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around） */
.flx-ard {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

/*水平揃え　末揃え */
.flx-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*水平揃え　中央揃え */
.flx-center {
  -webkit-justify-content: center;
  justify-content: center;
}

/*垂直方向の揃え */
/*水平揃え　上揃え */
.flx-alitem-strt {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/*水平揃え　高さ揃え */
.flx-alitem-strch {
  -webkit-align-items: stretch;
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え */
.flx-alitem-c {
  -webkit-align-items: center;
  align-items: center;
}

/*水平揃え　下揃え */
.flx-alitem-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え */
.flx-alitem-base {
  -webkit-align-items: baseline;
  align-items: baseline;
}

/*複数行にした揃え方 */
/*初期値 */
.flx-alcont-strt {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え */
.flx-alcont-strch {
  -webkit-align-content: stretch;
  align-content: stretch;
}

/*親要素の終点から配置。下揃え */
.flx-alcont-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

/*中央揃え */
.flx-alcont-c {
  -webkit-align-content: center;
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置 */
.flx-alcont-s-btw {
  -webkit-align-content: space-between;
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置 */
.flx-alcont-s-ard {
  -webkit-align-content: space-around;
  align-content: space-around;
}

/* 並び順変更 */
.flex-order-1 {
  order: 1;
}

.flex-order-2 {
  order: 2;
}

/*pcスタイル */
.inbox {
  width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}

.pc-none {
  display: none;
}

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

a[href*="tel:"] {
  pointer-events: none;
}

/*-------▽▽フォント▽▽----------*/
body {
  font-size: 1.6rem;
  line-height: 1.5;
}

/*--------△△フォント△△---------*/
/*======================================================
 * ▽▽---共通スタイル---▽▽
 * =======================================================*/
html {
  scroll-padding: 150px;
}

section {
  padding: 100px 0;
}

.dl-item {
  display: flex;
}

/*btn*/
.com-btn {
  display: grid;
  place-items: center;
  background: var(--accent-color);
  border-radius: 50vw;
  width: 180px;
  height: 4.5rem;
  color: var(--white);
}
.com-btn:link, .com-btn:visited {
  color: var(--white);
}
.com-btn.line-btn {
  width: 210px;
  height: 40px;
}
.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: 6rem;
}
.btn-stl .com-btn {
  margin: 0 auto;
}

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

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

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

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

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

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

.ttl05 {
  font-size: 2rem;
}

.ttl06 {
  font-size: 1.8rem;
}

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

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

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

/*本文*/
.com-txt {
  line-height: 2.18;
  letter-spacing: 0.05em;
}
.com-txt:not(:last-of-type) {
  margin-bottom: 3rem;
}

/*電話*/
.com-tel {
  display: grid;
  justify-items: start;
}
.com-tel a {
  font-family: var(--en-font);
  font-size: 2.3rem;
  padding-left: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  -webkit-text-stroke: 0.3px currentColor;
  text-stroke: 0.3px currentColor;
  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 {
  gap: 1.5rem;
}

.com-rsv-box {
  background: var(--bg-color-04);
  padding: 1.5rem 2rem;
}
.com-rsv-box .rsv-ttl {
  line-height: 1;
  margin-bottom: 1rem;
  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: 4rem;
}
#common-reserved .rsv-btn-box .com-tel a {
  background-size: 2.4rem;
  padding-left: 1em;
  font-size: 3.4rem;
}
#common-reserved .rsv-btn-box .line-btn {
  width: 320px;
  height: 55px;
}
#common-reserved .rsv-btn-box .line-btn span {
  padding: 1rem 2rem;
  background-size: 2.6rem;
  padding-left: 5rem;
}

#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.3rem;
  line-height: 1;
  color: var(--font-color-02);
}

time {
  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;
  justify-content: space-between;
  padding: 2rem 4rem;
}
.com-desc-tbl .dl-item:not(:last-child) {
  border-bottom: 1px dashed var(--font-color);
}
.com-desc-tbl .dl-item dt {
  width: 120px;
}
.com-desc-tbl .dl-item dd {
  width: 320px;
}
.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: 0 0 1.5rem;
}
#header .hd-logo {
  margin-left: 5rem;
}
#header .hd-logo img {
  display: block;
}
#header .hd-right .hd-top {
  gap: 1.5rem 3rem;
  margin-bottom: 1.5rem;
}
#header .hd-right .hd-top .tel-add {
  margin-top: 1rem;
  border-bottom: 1px solid var(--font-color);
}
#header .hd-right #nav .nav-list {
  gap: 5rem;
}
#header .hd-right #nav .nav-list .nav-item {
  position: relative;
}
#header .hd-right #nav .nav-list .nav-item > a {
  font-weight: 700;
  padding-bottom: 5px;
  opacity: 1;
  position: relative;
}
#header .hd-right #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;
}
#header .hd-right #nav .nav-list .nav-item > a:hover::after {
  transform: scale(1);
}
#header .hd-right .hd-btm {
  margin-right: 5rem;
  gap: 5rem;
}

@media (max-width: 1330px) {
  .hd-logo {
    width: 120px;
  }
}
/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  position: relative;
  margin-top: 15rem;
  padding-bottom: 10rem;
  background: url(../img/top/mv-bg.jpg) bottom/100% no-repeat;
}
.top-mv .mv-ct {
  position: absolute;
  width: 40%;
  left: 7.8%;
  z-index: 500;
  top: 34%;
}
.top-mv .mv-ct img {
  width: 100%;
}
.top-mv .bx-wrapper {
  margin: 0 auto;
  width: 95%;
  aspect-ratio: 2.53;
}
.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 {
  padding-bottom: 7rem;
  background: var(--deco-le), var(--deco-rt);
}
#top-about .txt-box {
  min-height: 540px;
  width: 540px;
  margin-left: auto;
}
#top-about .txt-box .ttl02 {
  line-height: 2;
  margin-bottom: 3rem;
  font-size: 3rem;
}
#top-about .txt-box .com-txt {
  line-height: 2.625;
}
#top-about .img-box {
  position: absolute;
  top: 0;
  left: 0;
}

#top-service {
  padding: 16rem 0rem 55rem;
}
#top-service ol li a {
  padding-bottom: 2rem;
  background: var(--bg-bd) bottom no-repeat;
  width: 300px;
  gap: 3rem;
}
#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: 1.5rem;
  top: 32.5rem;
  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 .ttl04 .bg-main {
  letter-spacing: 0.05em;
  padding: 0.3em;
}
#top-service ol li a .ttl04 .num {
  position: absolute;
  left: 1.5rem;
  top: 30rem;
}
#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: -55rem;
}
#top-pickup ul li a {
  width: 500px;
}
#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: 36.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 {
  padding: 0rem 3rem;
  margin: -3rem 0rem 3rem;
}
#top-pickup ul li a .ttl03 .bg-main {
  letter-spacing: 0.15em;
}
#top-pickup ul li a .com-txt {
  padding: 0rem 3rem;
}

.gall-img {
  background: url(../img/common/gall-bg.jpg) center/100% 100%;
  padding: 1rem;
}
#top-gallery .ill-box {
  top: -4rem;
  right: 26rem;
}
#top-gallery ul {
  gap: 3rem;
}
#top-gallery ul li {
  width: 192px;
}
#top-gallery ul li:nth-child(even) {
  margin-top: 5rem;
}

#top-access {
  background: var(--deco-le), var(--deco-rb);
}
#top-access .txt-box {
  width: 540px;
}
#top-access .txt-box .park-box {
  margin-top: 6rem;
}
#top-access .txt-box .park-box .fuki {
  font-weight: 700;
  line-height: 2;
  background: url(../img/top/acc-fuki.png) bottom/100% no-repeat;
  padding-bottom: 4rem;
  width: 17.5rem;
}
.map {
  height: 42rem;
}

/*--------▽▽---NEWS---▽▽---------- */
#top-news .inbox {
  position: relative;
  min-height: 360px;
}
#top-news .inbox .ttl01 {
  width: auto;
}
#top-news .inbox .news-list {
  width: 790px;
  gap: 3rem;
}
#top-news .inbox .news-list .news-item a {
  display: flex;
  flex-wrap: wrap;
}
#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: 14rem;
  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 {
  width: 100%;
}
#top-news .inbox .news-list .news-item a .txt-box {
  width: 600px;
  gap: 1.5rem 4rem;
}
#top-news .inbox .ill-box {
  bottom: 0;
  left: 0;
  position: absolute;
}
#top-news .inbox .com-btn {
  position: absolute;
  top: 17rem;
  left: 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: start;
  gap: 4rem;
}
#footer .ft-area .ft-le .ft-info-box {
  gap: 6rem;
}
#footer .ft-area .ft-le .ft-info-box .ft-info {
  display: grid;
  gap: 5px;
}
#footer .ft-area .ft-ri {
  width: 50%;
  justify-items: end;
  align-content: space-between;
}
#footer .ft-area .ft-ri .ft-nav {
  gap: 8rem;
}
#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: 1.2rem;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
#beginner-message {
  background: var(--deco-lt);
}
#beginner-message .inbox {
  padding: 6rem;
}
#beginner-message .txt-box {
  width: 540px;
}
#beginner-message .txt-box .com-txt {
  line-height: 2.625;
}

#beginner-reason ol {
  gap: 10rem;
}
#beginner-reason ol li:nth-child(even) {
  flex-direction: row-reverse;
}
#beginner-reason ol li .txt-box {
  background: var(--bg-bd) top no-repeat;
  padding-top: 3rem;
  width: 540px;
}
#beginner-reason ol li .txt-box .ttl02 {
  gap: 1.5rem;
  margin-bottom: 3rem;
}
#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 {
  gap: 4rem;
}
.gall-li .gall-item {
  width: 240px;
}
.gallery-area {
  background: var(--deco-ri);
}

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

#gallery-detail .gall-item {
  width: 700px;
  margin: 0 auto;
  padding: 2rem;
}

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

#menu-price {
  padding: 10rem 0rem 5rem;
}
#menu-price .sec-li {
  margin-bottom: 8rem;
  gap: 3rem;
}
#menu-price .sec-li li .com-btn {
  width: 340px;
}
#menu-price .menu-area {
  padding: 5rem 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: 3rem solid var(--font-color);
  width: 360px;
  margin: 0;
  align-content: center;
}
#menu-price .menu-area .ttl-box .ttl01 .en {
  font-size: 5rem;
}
#menu-price .menu-area .ttl-box .ttl01 .ja {
  font-size: 2rem;
}
#menu-price .menu-li {
  border-top: 1px dashed var(--main-color);
}
#menu-price .menu-li li {
  padding: 3rem;
  border-bottom: 1px dashed var(--main-color);
}
#menu-price .menu-li li .txt-box {
  width: 810px;
}
#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 {
  width: 170px;
}

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

.feature-area {
  padding: 5rem 0;
}
.feature-area:first-of-type {
  padding-top: 0;
}
.feature-area h4 {
  display: flex;
  align-items: center;
  padding: 1.8rem 2rem;
  gap: 1.5rem;
  background: var(--bg-color-03);
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
.feature-area h4 .ttl03 {
  width: 4.7rem;
}
.feature-area h4 .ttl02 {
  width: 900px;
}
.feature-area .img-box {
  margin-bottom: 2rem;
}
.feature-area ul {
  margin-top: 7rem;
}
.feature-area ul li {
  width: 330px;
  padding: 3rem;
}
.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 {
  width: 420px;
  order: 2;
}
#dressing-message .txt-box .ttl02 {
  line-height: 2;
  margin-bottom: 3rem;
  font-size: 3rem;
}
#dressing-message .txt-box .com-txt {
  line-height: 2.625;
}
#dressing-about {
  background: var(--deco-rt);
}
#dressing-about .txt-box {
  width: 460px;
}
#dressing-about .txt-box .com-txt {
  line-height: 2.625;
}
#dressing-about .img-box {
  order: 3;
}

#dressing-recommend ul {
  gap: 2rem;
}
#dressing-recommend ul li {
  border-radius: 0.8rem;
  padding: 2rem;
  gap: 2.5rem;
  font-weight: 700;
}
#dressing-recommend .img-box {
  margin-right: 9rem;
}

#dressing-flow ol {
  gap: 7.5rem;
}
#dressing-flow ol li {
  gap: 3rem 0;
}
#dressing-flow ol li h4 {
  padding: 1rem 2rem;
  gap: 2.5rem;
  border-radius: 0.5rem;
}
#dressing-flow ol li h4 .ttl04 {
  width: 940px;
}
#dressing-flow ol li .txt-box {
  width: 800px;
}
#dressing-flow ol li .txt-box .com-rsv-box {
  margin-top: 2.5rem;
}

/*---------------------------▽▽---SV---▽▽------------------------*/
.sv-area {
  margin-top: 15rem;
  padding: 0rem 5rem 10rem;
  background: url(../img/sv/bg.jpg) bottom repeat-x;
}

.sv {
  background-size: cover;
  background-position: center;
  height: 500px;
  display: grid;
  align-content: center;
}
.sv .sv-catch {
  width: 1280px;
  font-size: 3.3rem;
  line-height: 1;
}
.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 {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  font-size: 1.5rem;
}
.breadcrumbs-area .breadcrumbs li:not(:first-child)::before {
  content: ">";
  padding: 0 15px;
}

/*---------------------------△△---breadcrumbs---△△------------------------*/
/*-----------▽▽---select---▽▽--------*/
.select-area {
  width: 300px;
  height: 50px;
  margin-left: auto;
  margin-right: 0;
}
.select-area .select-box {
  font-size: 1.5rem;
}
.select-area .select-box option {
  font-size: 1.5rem;
}
/*------------△△---select---△△---------*/
/*--------------------その他共通ページ --------------------*/
.com-other-page {
  padding: 100px 0;
  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: 40px;
}
#news .select-area .select-box {
  padding: 10px 0;
  background: none;
}
#news .news-area {
  margin-bottom: 60px;
}
#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: 30px 0;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box {
  display: flex;
  line-height: 1.5;
  gap: 20px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  align-items: flex-start;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box time {
  width: 120px;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box .tag-list {
  width: 900px;
}
#news .news-area .news-list .news-item a .news-txt-box .list-ttl {
  font-weight: 500;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
#news .news-area .news-list .news-item a .news-txt-box .list-txt {
  font-size: 1.6rem;
  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: 200px;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box {
  width: 840px;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box .tag-list {
  width: 740px;
}

/*detail */
#detail .detail-box {
  margin-bottom: 50px;
}
#detail .detail-box .data-box {
  display: flex;
  line-height: 1.5;
  gap: 30px;
  font-size: 1.5rem;
  margin-bottom: 70px;
  align-items: center;
}
#detail .detail-box .data-box time {
  width: 120px;
}
#detail .detail-box .data-box .tag-list {
  width: 780px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#detail .detail-box .data-box .tag-list .tag a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#detail .detail-box .thumb {
  margin-bottom: 20px;
  width: 400px;
  height: 300px;
}
#detail .detail-box .detail-ttl {
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 0 0 20px;
  text-align: left;
  border-bottom: 2px solid #555;
}
#detail .detail-box .detail-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 30px 0 60px;
}
#detail .detail-box .detail-txt img {
  margin: 10px;
}

/*pagenation*/
.pagenation {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 50px 0 30px;
}
.pagenation li {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  font-size: 1.8rem;
}
.pagenation li a, .pagenation li span {
  line-height: 1;
  padding: 12px 18px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
}
.pagenation-detail {
  position: relative;
  height: 50px;
  margin-top: 60px;
}
.pagenation-detail p a {
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
  box-sizing: border-box;
  padding: 18px 0;
  height: 50px;
  position: absolute;
}
.pagenation-detail .left a {
  top: 0;
  left: 0;
  width: 70px;
}
.pagenation-detail .right a {
  top: 0;
  right: 0;
  width: 70px;
}
.pagenation-detail .center a {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 160px;
}

/*---------------------------△△---news.html---△△------------------------*/
/*---------------------------▽▽---contact.html---▽▽------------------------*/
#contact .contact-ttl {
  margin-bottom: 100px;
  text-align: center;
}
#contact .table-wrapper {
  margin-bottom: 50px;
}
#contact .table-wrapper .contact-form-table tr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#contact .table-wrapper .contact-form-table tr th {
  font-weight: 700;
  width: 300px;
  box-sizing: border-box;
  padding: 16px 10px;
  font-size: 1.5rem;
}
#contact .table-wrapper .contact-form-table tr th .required-mark {
  padding: 2px 4px;
  font-weight: 500;
}
#contact .table-wrapper .contact-form-table tr td {
  width: 770px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
#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, #contact .table-wrapper .contact-form-table tr td .error-text, #contact .table-wrapper .contact-form-table tr td .contact-address-txt {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  width: 100%;
}
#contact .table-wrapper .contact-form-table tr td label {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
#contact .table-wrapper .contact-form-table tr td .select-area {
  margin: 0;
}
#contact .table-wrapper .contact-form-table tr td .select-area select {
  width: auto;
}
#contact .table-wrapper .contact-form-table tr td .p-postal-code {
  width: 80px;
}
#contact .table-wrapper .contact-form-table tr td .birth-txt {
  width: 80px;
}
#contact .table-wrapper .contact-form-table tr td .error-text {
  font-weight: 500;
}
#contact .table-wrapper .contact-form-table tr .check-box-confirmation {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#contact .table-wrapper .contact-form-table tr .h-adr input {
  height: 45%;
}
#contact .privacy-agree {
  display: block;
}
#contact .privacy-agree a {
  text-decoration: underline;
}

.check {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 50px auto;
}
.check .contact-recaptcha-wrap {
  margin: 0;
}

.contact-submits-wrap .contact-check-btn {
  width: 300px;
  height: 74px;
  background: none;
  color: #fff;
  background: var(--main-color);
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}
.contact-submits-wrap .contact-back-btn {
  border: none;
  background: #bebebe;
  margin-bottom: 50px;
  font-size: 1.6rem;
}

.complete-area .ttl01 {
  margin-bottom: 100px;
}

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

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

/*---------------------------△△---contact.html---△△------------------------*/