@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Set core root defaults */
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
fieldset {
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

figure {
  margin: 0;
}

a {
  color: inherit;
  display: block;
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

pre {
  white-space: pre-wrap;
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 0.85616vw;
  }
}

@media (min-width: 1168px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #141414;
/*   font-family: 'Zen Old Mincho', serif;
	font-family: 'BIZ UDGothic', sans-serif;
font-family: 'Noto Sans JP', sans-serif; */
font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.inner-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 192rem;
  position: relative;
  width: 100%;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 116.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
}

/*画像の中央寄せ*/
.aligncenter {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

/*figureタグで囲まれた画像の中央寄せ*/
.aligncenter img {
  height: auto;
  max-width: 100%;
}

/*画像右寄せ*/
.alignright {
  height: auto;
  margin-left: auto;
  max-width: 100%;
}

/*figureタグで囲まれた画像右寄せ*/
.alignright img {
  height: auto;
  max-width: 100%;
}

/*位置指定のない画像*/
.alignnone {
  height: auto;
  max-width: 100%;
}

/*figureタグで囲まれた位置指定のない画像*/
.alignnone img {
  height: auto;
  max-width: 100%;
}

/* 自動折り返し有効化 */
pre {
  white-space: pre-wrap;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7-spinner {
  display: none;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}


/* Loading背景画面設定　*/
/* #splash {
position: fixed;
width: 100%;
height: 100%;
z-index: 999;
background:#fff;
text-align:center;
color:#fff;
} */

/* Loading画像中央配置　*/
/* #splash_logo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} */

/* Loading アイコンの大きさ設定　*/
/* #splash_logo img {
width:100px;
} */

/* fadeUpをするアイコンの動き */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
from {
  opacity: 0;
transform: translateY(100px) rotateY(180deg);
}

to {
  opacity: 1;
transform: translateY(0);
}
}

/* ==============================================================
*  セクション(common)
* ============================================================ */
main.home {
  background-color: #fff;
}

.home-section__desc {
  color: #fff;
  line-height: 2;
/*   margin-top: 3rem; */
  width: 45rem;
}
.home .home-section__desc span.desc_type001 {
	    font-size: 2.5rem;
    display: block;
    margin-bottom: 2rem;
    font-weight: 400;
}

.home-section-title {
  color: #edbd21;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: calc(58 / 40);
  text-transform: uppercase;
}
.service-title {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: calc(58 / 40);
  font-family: 'Lato', sans-serif;
	border-bottom: 1px solid #000;
}
.service-title span {
  font-size: 1.6rem;
  display: block;
  font-weight: 300;
  margin-bottom: 1rem;
}

.home-section-title span {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: .8rem;
}

.home-section-title.-center {
  text-align: center;
/* 	    font-family: "Noto Sans JP", sans-serif; */
}

.home-section-title.-news {
  text-align: center;
}

.home-section-title.-news span {
  color: #141414;
}

.banner.-home-top {
  margin-top: 9rem;
}

.banner.-home-bottom {
  background-color: #141414;
  padding-bottom: 10rem;
  padding-top: 8rem;
}

.banner.-sub {
  margin-top: 6rem;
}

.banner__link {
  margin-left: auto;
  margin-right: auto;
  width: 80.36%;
}

.banner__link.-sub {
  width: 90rem;
}

.btn {
  background-color: #fff;
  color: #0c3b2c;
  display: inline-block;
  outline: none;
  overflow: hidden;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
  text-align: center;
  width: 23.4rem;
  z-index: 2;
}

.btn::after {
  height: 100%;
  top: -100%;
  width: 100%;
}

.btn::before, .btn::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.btn span {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.2rem;
}

.btn span img {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.btn.-color {
  background-color: #0c3b2c;
  border: 1px solid #0c3b2c;
  color: #fff;
  font-size: 1.8rem;
}

.btn.-color span .white {
  z-index: 1;
}

.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1.2s, -webkit-transform .8s;
  transition: opacity 1.2s, -webkit-transform .8s;
  transition: opacity 1.2s, transform .8s;
  transition: opacity 1.2s, transform .8s, -webkit-transform .8s;
}

/*下からフェードイン*/
.js-fadeInUp {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: .8s;
  transition: .8s;
}

.is-fadeInUp {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.is-inview-mv {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

/* PC表示のみhoverアニメーション(768px以上) */
@media screen and (min-width: 768px) {
  .banner__link {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .banner__link:hover {
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .btn {
    -webkit-transition: all .3s;
    transition: all .3s;
	  
    font-size: 1.4rem;

  }
  .btn:hover {
    color: #fff;
  }
  .btn:hover span .color {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .btn:hover::after {
    background-color: #0c3b2c;
    top: 0;
  }
  .btn::before, .btn::after {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .btn span img {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .btn.-color:hover {
    color: #0c3b2c;
  }
  .btn.-color:hover span .white {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .btn.-color:hover span .color {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .btn.-color:hover::after {
    background-color: #fff;
    top: 0;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 1rem;
  width: 95%;
  z-index: 20;
	transform: translateX(-50%);
	left: 50%;
	background: #fff;
}

.header.-sub {
  background-color: #fff;
}

.header__logo {
  margin-left: 2rem;
  margin-top: 1.2rem;
  width: 11rem;
}
.header .logo-white {
	display: block;
}
.header .logo-black {
	display: none;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	    padding-right: 1rem;
}

.header__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
	padding-left: 2rem;
}

.header__top.-sub {
  color: #0c3b2c;
}

.header__tel {
  font-size: 2.4rem;
/*   font-weight: 700; */
  position: relative;
/*   text-shadow: 0 0 6px rgba(0, 0, 0, 0.16); */
}
.js-header-change .header {
	background: transparent;
/* 	box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03); */
}
.js-header-change .header .logo-white {
	display: none;
}
.js-header-change .header .logo-black {
	display: block;
}
.header .header__item:last-child .header__link {
	    padding: 1rem 2rem 1rem 2rem;
    background: #333;
    color: #fff !important;
}
.header .header__item:nth-last-child(2) .header__link {
	    padding: 1rem 2rem 1rem 2rem;
    color: #333 !important;
    border: 1px solid #333;
    background: #fff;
}
.js-header-change .header .header__nav {
	/* margin-top: 2.3rem; */
	transition: .3s;
}
.js-header-change .header-sp {
	background: #fff;
}

.header__tel::before {
  background-image: url(../img/common/tel-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
  height: 1.6rem;
  left: -1.8rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 1.6rem;
}

.header__tel.-sub {
  text-shadow: none;
}

.header__tel.-sub::before {
  background-image: url(../img/common/tel-color.svg);
}

.header__time {
  font-size: 1.2rem;
  margin-left: 1.1rem;
}

.header__time span {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.header__time span:nth-of-type(1) {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  font-size: 1rem;
  padding-left: .4rem;
  padding-right: .4rem;
}

.header__time span:nth-of-type(2) {
  font-size: 1.2rem;
}

.header__time.-sub span:nth-of-type(1) {
  border: 1px solid #0c3b2c;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header__time.-sub span:nth-of-type(1) span {
  text-shadow: none;
}

.header__nav {
  margin-right: 2rem;
  /* margin-top: 4rem; */
	transition: .3s;
}

.header__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__item:not(:first-of-type) {
  margin-left: 2.5rem;
}

.header__item:last-of-type {
  margin-left: 1rem;
}

.header__item:last-of-type a {
/*   -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16)); */
  width: 1.995rem;
}

.header__link {
  color: #333;
  font-size: 1.6rem;
  /* text-shadow: 0 0 6px rgba(0, 0, 0, 0.16); */
	    font-weight: 400;
      transition: all 0.3s;
}
.header__item:hover .header__link {
  color: #edc4c4;
  opacity: 0.7;
}


.header__btn {
  background-color: #edbd21;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 2.7rem 3.4rem;
}

@media screen and (min-width: 768px) {
  .header__link {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .header__link:hover {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
}

.footer {
  background-color: #fff;
  color: #333;
  padding-top: 5.1rem;
}

.footer__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-left: 4rem;
  border-left: 1px solid #bfc5b4;
}

/* .footer__item:not(:first-of-type) {
  margin-left: 3rem;
} */

/* .footer__item:last-of-type {
  margin-left: 2rem;
} */

/* .footer__item:last-of-type a {
  width: 20px;
} */

.footer__link {
  font-size: 1.6rem;
	font-weight: 400;
}

.footer__logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.1rem;
  width: 28rem;
}

.footer__address {
  margin-top: 2.7rem;
  text-align: center;
}

.footer__address span {
  display: block;
  font-style: normal;
  line-height: 1.5;
}

.footer__copyright {
  background-color: #1B1B1C;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  margin-top: 15rem;
  padding-bottom: 2.3rem;
  padding-top: 2.3rem;
  text-align: center;
  width: 100%;
}

.footer .page-top {
  width: 100%;
}

.footer .page-top a {
  bottom: 1.15rem;
  display: inline-block;
  position: absolute;
  right: 2.3rem;
}

.footer .page-top__img {
  margin-left: auto;
  margin-right: auto;
  width: 1.6rem;
}

.footer .page-top span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: .4rem;
	    color: #fff;
}

@media screen and (min-width: 768px) {
  .footer__link {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .footer__link:hover {
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .page-top {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .page-top:hover {
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
}

.sp_cta {
	position: fixed;
    width: 100%;
    display: block;
    height: 70px;
    bottom: 0;
    z-index: 2;
    background: #ebd27f;
}
.sp_cta a {
        display: block;
        height: 100%;
        text-align: center;
        color: #0c3b2c;
        font-weight: bold;
        font-size: 24px;
        padding: 22px 12px 12px 32px;
}
.sp_cta a span {
	position: relative;
}
.sp_cta a span::before {
    background-image: url(/wp-content/themes/eagle-hawk/img/common/tel-color.svg);
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: cover;
    left: -25px;
    top: 10px;
}

/* ==============================================================
*  セクション(home)
* ============================================================ */
.home-mv {
  position: relative;
  padding: 6vw 6vw 3vw;
}

.home-mv__text {
  color: #fff;
  left: 50%;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 47.6%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.home-mv__catch {
  font-size: clamp(30px, 4rem, 40px);
}

.home-mv__catch span {
  line-height: calc(58 / 40);
  text-shadow: 0 0 10px rgba(51, 51, 51, 0.4);
}

.home-mv__slide img {
  height: 80vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.home-mv .slider-img img {
  height: auto;
  width: 100%;
}

.home-mv .slide-dots {
  margin-top: 1.7rem;
  padding: 0;
  text-align: center;
	display: none;
}

.home-mv .slide-dots li {
  display: inline-block;
  margin: 0 12px;
}

.home-mv .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.home-mv .slide-dots li button::before {
  background-image: url(../img/home/dots-small.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  cursor: pointer;
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 4px;
}

.home-mv .slide-dots li.slick-active button::before {
  background-image: url(../img/home/dots-large.svg);
  height: 14px;
  width: 14px;
}

.home-mv button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /* 拡大率 */
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /* 拡大率 */
  }
}

.home-mv .add-animation {
  -webkit-animation: fadezoom 5s 0s forwards;
          animation: fadezoom 5s 0s forwards;
}

.home-shop {
  padding-top: 10.1rem;
/*	margin: 0 2rem 0 2rem;*/
}
.home-shop .home-section-title {
  position: relative;
  z-index: 1;
}

.home-shop__intro {
  color: #fff;
  font-size: 2.4rem;
  line-height: calc(35 / 24);
  /* width: 50rem; */
}

.home-shop__intro span {
  display: block;
  font-weight: 700;
}

.home-shop__img {
  position: absolute;
  right: 0;
}

.home .home-shop .btn {
	background: #fff;
	color: #000000;
}
.home-shop .btn {
  margin-top: 5rem;
  padding-right: 2.2rem;
}

.home-shop .btn span {
  right: 5rem;
}

.home-center {
  margin-top: 13rem;
    padding-bottom: 8rem;
    padding-top: 0rem;
  position: relative;
}

.home-center::before {
  background-image: url(../img/home/home-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.home-center__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
					gap: 4rem;
}

.home-center__container.-service {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.home-center__text {
/*   margin-top: 4.3rem; */
}

.home-center__text .btn {
/*   margin-top: 4rem; */
  padding-right: 2.2rem;
}

.home-center__text .btn span {
  right: 3.3rem;
}

.home-center__img {
  width: 60vw;
}

.home-service .btn {
  margin-top: 4rem;
  padding-right: 2.2rem;
}

.home-service .btn span {
  right: 3.3rem;
}

.home-price {
  margin-top: 13rem;
}

.home-price .btn {
  margin-top: 4rem;
  padding-right: 1.2rem;
}

.home-price .btn span {
  right: 6rem;
}

.home-gallery {
  background-color: #141414;
  padding-bottom: 10rem;
  padding-top: 8.3rem;
  position: relative;
  z-index: 1;
}

.home-gallery__list {
  display: -ms-grid;
  display: grid;
  gap: 4rem 4rem;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  margin-top: 3.9rem;
}

.home-gallery__item {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.home-gallery__item:hover {
  opacity: .5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.home-gallery__btn {
  margin-top: 6.3rem;
  text-align: center;
}

.home-gallery__btn .btn {
  padding-right: 2.2rem;
}

.home-gallery__btn .btn span {
  right: 4.2rem;
}

.home-news {
  background-color: #0c3b2c;
  padding-bottom: 8rem;
  padding-top: 6rem;
  position: relative;
  z-index: 1;
}

.home-news__box {
  background-color: #fff;
  padding-bottom: 8rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-top: 5.8rem;
}

.home-news__container {
  margin-top: 3.9rem;
}

.home-news__link {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-news__link:not(:first-of-type) {
  margin-top: 2rem;
}

.home-news__time-category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.home-news__time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
}

.home-news__category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #141414;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  height: 2.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 2rem;
  width: 10rem;
}

.home-news__title {
  line-height: 1.5;
  margin-left: 2rem;
}

.home-news__btn {
  margin-top: 6.1rem;
  text-align: center;
}

.home-news__btn a {
  border: 1px solid #0c3b2c;
  padding-right: 1.8rem;
}

.home-news__btn a span {
  right: 6.2rem;
}

@media screen and (min-width: 768px) {
  .home-news__title span {
    background: -webkit-gradient(linear, left top, left bottom, from(#006947), to(#006947)) 0 100%/0 1px no-repeat;
    background: linear-gradient(#006947, #006947) 0 100%/0 1px no-repeat;
    text-decoration: none;
    -webkit-transition: background .4s;
    transition: background .4s;
  }
  .home-news__link:hover .home-news__title span {
    background-size: 100% 1px;
    /* 線の横幅を100%にする */
  }
}

/* ==============================================================
*  セクション(sub-common)
* ============================================================ */
main.sub {
  background-color: #fff;
}

.sub-bg {
  padding-bottom: 10rem;
  position: relative;
}

/* .sub-bg::before {
  background-image: url(../img/sub/sub-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 38.649vw;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
} */

.sub-section-title {
  color: #edbd21;
  font-size: 6rem;
  font-weight: 700;
  line-height: calc(58 / 40);
  text-align: center;
}

.sub-section-title span {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}

.sub-section-subtitle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4.8rem;
}

.sub-section-subtitle::after, .sub-section-subtitle::before {
  background: radial-gradient(#baab00, #9c7800);
  content: "";
  height: 1px;
  width: 34rem;
}

.sub-section-subtitle.-color {
  color: #0c3b2c;
}

.sub-section-subtitle.-color::after, .sub-section-subtitle.-color::before {
  width: 33rem;
}

.sub-section-subtitle span {
  display: block;
}

.breadcrumb {
  background-color: #fff;
  font-size: 14px;
  padding-bottom: 2.4rem;
  padding-top: 11.2rem;
}

.breadcrumb__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9da3a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb__inner span:not(:first-of-type) {
  margin-left: 5px;
}

.breadcrumb__inner span:not(:last-of-type) {
  color: #006947;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.breadcrumb .home {
  margin-right: 4px;
}

/* ==============================================================
*  about
* ============================================================ */
.main.sub .home-mv {
	margin: 8rem auto 0 auto;
	max-width: 800px;
}
.about_lead_area {
	text-align: center;
    line-height: 1.7;
    margin: 8rem 0 0 0;
    padding: 9rem 0 9rem 0;
		background: #1B1B1C;
}
.about_lead_area .c-heading01 {
	    border: none;
    padding-bottom: 3rem;
}

.main.sub .home-center {
	/* background: url("../img/home/bg-sub-aboutus001.jpg"); */
	    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
	    padding-top: 8rem;
    margin: 8rem 0 8rem 0;
}
.main.sub .home-mv__slide img {
	height: auto;
}
.-border-none {
	border: none !important;
}
.main.sub .home-shop {
	margin: 0 0 0 0;
}


#all_wrap #coating_flow {
	width: 100%;
	padding: 2rem 0;
	margin: 0 auto;
	position: relative;
}
#all_wrap #page-glass #coating_flow.floorglass {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
}
#all_wrap #coating_flow > h2 {
	width: calc(100% - 100px);
	max-width: 1100px;
	padding: 15px;
	margin: 0 auto 40px;
	background-image: linear-gradient(to right, rgba(17,119,190,1) 0%, rgba(17,119,190,1) 25%, rgba(17,119,190,0) 50%);
	font-size: 25px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	position: relative;
	z-index: 0;
}
#all_wrap #coating_flow > h2::before {
	content: '';
	display: block;
	width: 10%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.5;
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
/*リスト*/
#all_wrap .flowList {
	width: 1000px;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto 50px;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: nowrap;
	position: relative;
}
#all_wrap .flowList > li {
	width: 18%;
	padding: 0;
	margin: 0 20px 0 0;
	    border: 2px solid #fff;
    background: #333333;
	border-radius: 50%;
	position: relative;
}
#all_wrap .flowList > li::before,
#all_wrap .flowList > li::after {
	display: none;
}
#all_wrap .flowList > li::after {
	content: '';
	display: block;
	width: 50%;
	height: 30px;
	padding: 0;
	margin: 0;
	background: #fff;
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	z-index: -2;
}
#all_wrap .flowList > li::before {
	content: '';
	display: block;
	padding: 50%;
	position: static;
	top: unset;
	left: unset;
}
#all_wrap .flowList > li:last-child::after {
	content: '';
	display: block;
	width: 20px;
	height: 50px;
	padding: 0;
	margin: 0;
	background: #ffffff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	top: 50%;
	left: -15px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	z-index: 2;
}
#all_wrap .flowList > li:nth-last-child(2)::after {
	right: -10px;
}
#all_wrap .flowList > li:last-child {
	margin-right: 0;
}
#all_wrap .flowList > li > span {
	display: block;
	padding: 0;
	margin: 0 auto;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	text-align: left;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
#all_wrap .flowList > li > h3 {
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 21px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
#all_wrap .flowList > li > h3::before,
#all_wrap .flowList > li > h3::after {
	display: none;
}
#all_wrap #coating_flow > p {
	text-align: center;
	padding: 0;
	margin: 0 auto;
    line-height: 1.5;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*作業の流れ*/
	#all_wrap #coating_flow {
		width: 100%;
		padding: 0;
		margin: 0 auto 40px;
		position: relative;
	}
	#all_wrap #coating_flow > h2 {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 10px;
		margin: 0 auto 20px;
		background-image: linear-gradient(to right, rgba(17,119,190,1) 0%, rgba(17,119,190,1) 25%, rgba(17,119,190,0) 80%);
		font-size: 20px;
		line-height: 1;
		font-weight: 600;
		color: #fff;
		position: relative;
		z-index: 0;
	}
	#all_wrap #coating_flow > h2::before {
		content: '';
		display: block;
		width: 10%;
		height: 100%;
		padding: 0;
		margin: 0;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		opacity: 0.5;
		clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
	}
	/*作業の流れ*/
	#all_wrap #page-glass #coating_flow {
		width: 100%;
		padding: 100px 0;
		margin: 0 auto;
		position: relative;
	}
	#all_wrap #page-glass #coating_flow.floorglass {
		width: 100%;
		padding: 0 0 40px;
		margin: 0 auto;
		position: relative;
	}
	#all_wrap #coating_flow > h2 {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 10px;
		margin: 0 auto 20px;
		background-image: linear-gradient(to right, rgba(17,119,190,1) 0%, rgba(17,119,190,1) 25%, rgba(17,119,190,0) 80%);
		font-size: 20px;
		line-height: 1;
		font-weight: 600;
		color: #fff;
		position: relative;
		z-index: 0;
	}
	#all_wrap #coating_flow > h2::before {
		content: '';
		display: block;
		width: 10%;
		height: 100%;
		padding: 0;
		margin: 0;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		opacity: 0.5;
		clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
	}
	/*リスト*/
	#all_wrap .flowList {
		width: calc(100% - 0px);
		max-width: 100%;
		padding: 0;
		margin: 0 auto 20px;
		list-style: none;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
		position: relative;
	}
	#all_wrap .flowList > li {
		width: 100%;
		padding: 0;
		margin: 0 0 20px;
		border-radius: 0;
		background: #fafafa;
		position: relative;
		display: flex;
		display: -webkit-flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	#all_wrap .flowList > li::before,
	#all_wrap .flowList > li::after {
		display: none;
	}
	#all_wrap .flowList > li::after {
		content: '';
		display: block;
		width: 20px;
		height: 10px;
		padding: 0;
		margin: 0;
		background: #333;
		clip-path: polygon(0 0, 50% 100%, 100% 0);
		position: absolute;
		bottom: -9px;
		left: 12%;
		top: unset;
		right: unset;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		z-index: -1;
	}
	#all_wrap .flowList > li:last-child::after {
		display: none;
	}
	#all_wrap .flowList > li > span {
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		width: 30%;
		padding: 10px;
		margin: 0 auto;
		font-family: 'Barlow', sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 15px;
		line-height: 1;
		color: #fff;
		background: #333;
		text-align: left;
		position: relative;
		top: unset;
		left: unset;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		white-space: nowrap;
	}
	#all_wrap .flowList > li > h3 {
		width: 70%;
		padding: 10px;
		margin: 0;
		display: flex;
		display: -webkit-flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		font-size: 15px;
		line-height: 1.2em;
		font-weight: bold;
		text-align: left;
		color: #222;
		position: relative;
		top: unset;
		left: unset;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}
	#all_wrap .flowList > li > h3::before,
	#all_wrap .flowList > li > h3::after {
		display: none;
	}
	#all_wrap .flowList > li > p {
		width: 100%;
		padding: 0 15px 15px !important;
		margin: 0;
		display: flex;
		display: -webkit-flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#all_wrap #coating_flow > p {
		text-align: center;
		width: calc(100% - 60px);
	}
}


/* ==============================================================
*  セクション(sub-404)
* ============================================================ */
.sub-404__box {
  background-color: #fff;
  margin-top: 4.1rem;
  padding-bottom: 10.1rem;
  padding-top: 6rem;
}

.sub-404__title {
  color: #1f1f1f;
  font-size: 2.4rem;
  line-height: calc(36 / 24);
  text-align: center;
}

.sub-404__title span {
  display: block;
}

.sub-404__desc {
  color: #1f1f1f;
  font-size: 1.6rem;
  line-height: calc(30 / 16);
  margin-top: 2.7rem;
  text-align: center;
}

.sub-404__desc span {
  display: block;
}

.sub-404__link {
  margin-top: 5.6rem;
  text-align: center;
}

.sub-404__link a {
  border-bottom: 1px solid #006947;
  color: #006947;
  display: inline-block;
}

/* ==============================================================
*  セクション(sub-archive)
* ============================================================ */
.sub-archive__box {
    margin-top: 3rem;
    padding-bottom: 10rem;
    padding-left: 11rem;
    padding-right: 11rem;
    padding-top: 0rem;
}

.sub-archive__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub-archive__category-name {
  font-size: 2.4rem;
}

.sub-archive__select-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-archive__select-title {
  font-size: 1.2rem;
}

.sub-archive__select {
  border: 1px solid #000000;
  font-size: 1.4rem;
  margin-left: .9rem;
  position: relative;
}

.sub-archive__select::before {
  border-left: .475rem solid transparent;
  border-right: .475rem solid transparent;
  border-top: .825rem solid #1e1d1d;
  content: "";
  position: absolute;
  right: .9rem;
  top: .9rem;
  width: 0;
  z-index: -1;
}

.sub-archive select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* デフォルトの矢印を非表示 */
  padding-bottom: .6rem;
  padding-left: .9rem;
  padding-right: 2.9rem;
  padding-top: .6rem;
}

.sub-archive select::-ms-expand {
  display: none;
  /* デフォルトの矢印を非表示(IE用) */
}

.sub-archive__container {
  margin-top: 3.2rem;
}

.sub-archive__link {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-top: 1px solid #cecece;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3.2rem;
  padding-right: 1.8rem;
  padding-top: 2.5rem;
}

.sub-archive__link:last-of-type {
  border-bottom: 1px solid #cecece;
}

.sub-archive__time-category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sub-archive__time {
  color: #1e1d1d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.sub-archive__category {
  background-color: #0c3b2c;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  margin-left: 1.9rem;
  min-width: 12.8rem;
  padding: .45rem 2rem;
  text-align: center;
}

.sub-archive__title {
  color: #006947;
  font-size: 1.6rem;
  line-height: calc(28 / 16);
  margin-left: 2rem;
}

.sub-archive__title span {
  word-break: break-all;
}

.sub-archive .pagination-wrapper {
  margin-top: 6rem;
}

.sub-archive .nav-links {
  color: #0c3b2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sub-archive .page-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #0c3b2c;
  color: #0c3b2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  width: 40px;
}

.sub-archive .page-numbers.current {
  background-color: #0c3b2c;
  color: #fff;
}

.sub-archive .page-numbers.next, .sub-archive .page-numbers.prev {
  border: 1px solid #0c3b2c;
  width: 80px;
}

.sub-archive .page-numbers.next {
  margin-left: 20px;
}

.sub-archive .page-numbers.prev {
  margin-right: 20px;
}

.sub-archive .page-numbers.dots {
  border: none;
  margin: 0;
}

/* PC表示のみhoverアニメーション(768px以上) */
@media screen and (min-width: 768px) {
  .sub-archive__title span {
    background: -webkit-gradient(linear, left top, left bottom, from(#006947), to(#006947)) 0 100%/0 1px no-repeat;
    background: linear-gradient(#006947, #006947) 0 100%/0 1px no-repeat;
    text-decoration: none;
    -webkit-transition: background .4s;
    transition: background .4s;
  }
  .sub-archive__link:hover .sub-archive__title span {
    background-size: 100% 1px;
    /* 線の横幅を100%にする */
  }
}

/* ==============================================================
*  セクション(sub-contact)
* ============================================================ */
.sub-contact__top {
  background-color: #fff;
  margin-top: 4rem;
  padding-bottom: 6rem;
  padding-top: 6.8rem;
}

.sub-contact__list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sub-contact__item-top:not(:first-of-type) {
  margin-left: 6rem;
}

.sub-contact__top-title {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  text-align: center;
  width: 33rem;
}

.sub-contact__top-title::before {
  background-image: url(../img/sub/contact/arrow-contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.433rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 4.9rem;
  width: 33rem;
}

.sub-contact__top-qr {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.2rem;
  width: 11.7rem;
}

.sub-contact__tel {
  color: #0c3b2c;
  font-size: 3.4rem;
  font-weight: 400;
  margin-top: 6.8rem;
  padding-left: 3.3rem;
  pointer-events: none;
  position: relative;
}

.sub-contact__tel::before {
  background-image: url(../img/common/tel-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 2.744rem;
  left: 0;
  margin: auto;
  position: absolute;
  top: .6rem;
  width: 2.744rem;
}

.sub-contact__time {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: .4rem;
  margin-top: 1.2rem;
}

.sub-contact__time span {
  color: #0c3b2c;
}

.sub-contact__time span:nth-of-type(1) {
  border: 1px solid #0c3b2c;
  font-size: 1.6rem;
  padding: .4rem 1.2rem;
}

.sub-contact__time span:nth-of-type(2) {
  font-size: 1.8rem;
  margin-left: .9rem;
}

.sub-contact__box {
  /* background-color: #fff; */
    margin-top: 7rem;
    padding-bottom: 10.4rem;
    padding-left: 11rem;
    padding-right: 11rem;
    padding-top: 0rem;
}
.sub-contact__btm {
	padding: 4rem 1.6rem;
  background: #eef4e4;
}

.sub-contact__title {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  width: 33rem;
}

.sub-contact__title::before {
  background-image: url(../img/sub/contact/arrow-contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.433rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 4.9rem;
  width: 33rem;
}

.sub-contact__intro {
  font-size: 1.8rem;
  line-height: calc(28 / 18);
  margin-left: .9rem;
  margin-top: 5rem;
  text-align: center;
}

.sub-contact__form {
  margin-top: 3rem;
}

.sub-contact__item {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-top: 1px solid #cecece;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3.4rem;
  padding-top: 3rem;
}

.sub-contact__item:last-of-type {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #cecece;
}

.sub-contact__item dt {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 23.3rem;
	    line-height: 1.5;
}

.sub-contact__item dt span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  padding: .1rem .6rem 0;
}

.sub-contact__item dt .required {
  background-color: #fc4848;
}

.sub-contact__item dt .optional {
  background-color: #888;
}

.sub-contact__item dd {
  margin-left: 2rem;
  width: 100%;
}

.sub-contact__item input,
.sub-contact__item textarea {
  background-color: #f7f9f8;
  border: 1px solid #9da3a7;
  border-radius: .4rem;
}

.sub-contact__item input {
  font-size: 1.6rem;
  padding: .75rem;
}

.sub-contact__item input.short {
  width: 29rem;
}

.sub-contact__item input.wide {
  width: 100%;
}

.sub-contact__item textarea {
  font-size: 1.6rem;
  height: 20rem;
  padding: .75rem;
  width: 100%;
}

.sub-contact__privacy {
  padding-top: 3.6rem;
  text-align: center;
}

.sub-contact__submit {
  display: inline-block;
  margin-top: 4.8rem;
  text-align: center;
  width: 100%;
}

.sub-contact__submit input {
  background-color: #0c3b2c;
  border-radius: .5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 2.8rem 10.7rem;
}

.sub-contact__privacy-wrapper {
  border: 1px solid #9da3a7;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  max-width: 640px;
  padding-bottom: 1.8rem;
  padding-left: 1.9rem;
  padding-right: .9rem;
  padding-top: 1.8rem;
}

.sub-contact__privacy-text {
  height: 16.291rem;
  overflow-y: auto;
  padding-right: 2rem;
  text-align: left;
}

.sub-contact__privacy-text::-webkit-scrollbar {
  width: 1rem;
}

.sub-contact__privacy-text::-webkit-scrollbar-thumb {
  background: #000;
}

.sub-contact__privacy-text::-webkit-scrollbar-track {
  border: 1px solid #9da3a7;
}

.sub-contact__privacy-item:not(:first-of-type) {
  margin-top: 2.4rem;
}

.sub-contact__privacy-title {
  color: #222;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: calc(24 / 14);
}

.sub-contact__privacy-intro {
  color: #333;
  font-size: 1.6rem;
  line-height: calc(28 / 16);
}

.sub-contact__privacy-desc {
  color: #222;
  font-size: 1.4rem;
  line-height: calc(24 / 14);
  margin-top: .6rem;
}

.sub-contact .wpcf7-not-valid {
  background-color: #ffd1d1;
}

.sub-contact .wpcf7-not-valid-tip {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff4848;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  height: 2.6rem;
  margin-top: 1.67rem;
  padding-left: 1.2rem;
  position: relative;
  width: 29rem;
}

.sub-contact .wpcf7-not-valid-tip::before {
  background-color: #ff4848;
  bottom: 0;
  -webkit-clip-path: polygon(100% 100%, 50% 0%, 0% 100%);
          clip-path: polygon(100% 100%, 50% 0%, 0% 100%);
  content: "";
  height: 1.2rem;
  left: 3rem;
  margin: auto;
  position: absolute;
  top: -3.1rem;
  width: 1.4rem;
}

.sub-contact .wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

@media screen and (min-width: 768px) {
  .sub-contact__submit input {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .sub-contact__submit input:hover {
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
}

/* ==============================================================
*  セクション(sub-price)
* ============================================================ */
.sub-price__intro {
  color: #fff;
  font-size: 2rem;
  margin-top: 4.5rem;
  text-align: center;
}

.sub-price__intro span {
  font-weight: 700;
}

.sub-price__box {
  background-color: #fff;
  margin-top: 4.5rem;
  padding-bottom: 8rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-top: 6.7rem;
}

.sub-price__title {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  text-align: center;
}

.sub-price__title::before {
  background-color: #edbd21;
  bottom: -1.8rem;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10rem;
}

.sub-price__price {
  background-color: #ebd27f;
  border-radius: 4px;
  color: #0c3b2c;
  font-size: 6rem;
  font-weight: 700;
  margin-top: 4.8rem;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  text-align: center;
}

.sub-price__price span {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  top: .2rem;
}

.sub-price__container:not(:first-of-type) {
  margin-top: 6.7rem;
}

.sub-price__group {
  display: -ms-grid;
  display: grid;
  gap: 0 1.5rem;
  -ms-grid-columns: (minmax(29rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(29rem, 1fr));
  margin-top: 4.7rem;
}

.sub-price__plan {
  border: 1px solid #dddada;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  width: 29rem;
}

.sub-price__plan:nth-of-type(1) .sub-price__plan-title, .sub-price__plan:nth-of-type(3) .sub-price__plan-title {
  background: -webkit-gradient(linear, left top, right top, from(#0c3b2c), to(#00120c));
  background: linear-gradient(to right, #0c3b2c, #00120c);
}

.sub-price__plan:nth-of-type(2) .sub-price__plan-title {
  background: -webkit-gradient(linear, left top, right top, from(#00120c), to(#0c3b2c));
  background: linear-gradient(to right, #00120c, #0c3b2c);
}

.sub-price__plan-title {
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: .04em;
  padding-bottom: 1.8rem;
  padding-top: 1.6rem;
  text-align: center;
}

.sub-price__plan-title span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -.1em;
  margin-top: 1.1rem;
}

.sub-price__list {
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}

.sub-price__item {
  padding-bottom: 2.7rem;
  padding-top: 2.3rem;
}

.sub-price__item:not(:first-of-type) {
  border-top: 1px solid #dddada;
}

.sub-price__item:nth-of-type(2) {
  padding-bottom: 3.2rem;
}

.sub-price__item:nth-of-type(3) {
  padding-bottom: 3.2rem;
}

.sub-price__item-title {
  font-size: 1.4rem;
  font-weight: 700;
}

.sub-price__item-desc {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 1rem;
}

.sub-price__item-desc span {
  font-size: 1.4rem;
  font-weight: 700;
}

.sub-price__attention-list {
  margin-top: 2.7rem;
}

.sub-price__attention-item {
  font-size: 1.6rem;
  line-height: 1.5;
}

.sub-price__btn {
  margin-top: 4rem;
  text-align: center;
}

.sub-price__btn .btn {
  font-size: 1.6rem;
  padding-right: 2rem;
}

.sub-price__btn .btn span {
  right: 4rem;
}

.sub-price__banner-title {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 5.2rem;
  margin-top: 6.5rem;
  position: relative;
  text-align: center;
}

.sub-price__banner-title::before {
  background-image: url(../img/sub/price/arrow-price.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.433rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 4.9rem;
  width: 33rem;
}

.sub-price__bottom {
  margin-top: 5rem;
}

.sub-price__title-desc {
  line-height: 1.5;
  margin-top: 5rem;
  text-align: center;
}

.sub-price__title-desc span {
  display: block;
}

.sub-price__title-desc span.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sub-price__title-desc span.tel a {
  color: #00e;
  display: inline-block;
  text-decoration: underline;
}

/* 
==============================================================
*  セクション(sub-service)
* ============================================================ */
.sub-service__list {
  margin-top: 4.7rem;
}

.sub-service__item {
  background-color: #fff;
  position: relative;
  width: 101rem;
}

.sub-service__item::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  margin: auto;
  top: 6.33rem;
  position: absolute;
}

.sub-service__item:nth-of-type(odd) {
  margin-left: auto;
}

.sub-service__item:nth-of-type(odd)::before {
  right: .98rem;
}

.sub-service__item:nth-of-type(odd) .sub-service__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: -11rem;
}

.sub-service__item:nth-of-type(odd) .sub-service__text {
  margin-left: 4rem;
}

.sub-service__item:nth-of-type(even) {
  margin-right: auto;
}

.sub-service__item:nth-of-type(even)::before {
  left: 0.84rem;
}

.sub-service__item:nth-of-type(even) .sub-service__container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  right: -11rem;
}

.sub-service__item:nth-of-type(even) .sub-service__text {
  margin-right: 4rem;
}

.sub-service__item:not(:first-of-type) {
  margin-top: 6rem;
}

.sub-service__item:nth-of-type(1) .sub-service__text-title span {
  display: inline;
}

.sub-service__item:nth-of-type(1)::before {
  background-image: url(../img/sub/service/01.svg);
  height: 11.25rem;
  top: 6.73rem;
  width: 14.85rem;
}

.sub-service__item:nth-of-type(2)::before {
  background-image: url(../img/sub/service/02.svg);
  height: 11.25rem;
  width: 15.907rem;
}

.sub-service__item:nth-of-type(3)::before {
  background-image: url(../img/sub/service/03.svg);
  height: 11.25rem;
  width: 15.885rem;
}

.sub-service__item:nth-of-type(4)::before {
  background-image: url(../img/sub/service/04.svg);
  height: 11.25rem;
  width: 16.48rem;
}

.sub-service__item:nth-of-type(5)::before {
  background-image: url(../img/sub/service/05.svg);
  height: 11.25rem;
  width: 15.975rem;
}

.sub-service__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6rem;
  padding-top: 6.5rem;
  position: relative;
}

.sub-service__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 42rem;
}

.sub-service__text {
  margin-top: -0.2rem;
  width: 55rem;
}

.sub-service__text-title {
  font-size: 2.4rem;
  line-height: calc(40 / 24);
}

.sub-service__text-title span {
  font-weight: 700;
  display: block;
}

.sub-service__text-desc {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 2.7rem;
}

.sub-service__text-desc span {
  display: block;
}

.sub-service__text-desc span:not(:first-of-type) {
  margin-top: 2.4rem;
}

/* ==============================================================
*  セクション(sub-reserve)
* ============================================================ */
.sub-reserve-flow__box {
  background-color: #fff;
  margin-top: 4.7rem;
  padding-bottom: 8rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-top: 6rem;
}

.sub-reserve-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub-reserve-flow__item:not(:first-of-type) {
  margin-top: 6rem;
}

.sub-reserve-flow__item-text {
  margin-top: 1.7rem;
  width: 57.2rem;
}

.sub-reserve-flow__item-title {
  border-left: 1rem solid #edbd21;
  color: #0c3b2c;
  display: inline-block;
  font-size: 3.1rem;
  font-weight: 700;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-top: .9rem;
  position: relative;
}

.sub-reserve-flow__item-title span {
  font-size: 4.7rem;
  font-weight: 700;
  left: 10.4rem;
  position: absolute;
  top: -.6rem;
}

.sub-reserve-flow__item-intro {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: calc(34 / 24);
  margin-top: 1.3rem;
}

.sub-reserve-flow__item-desc {
  line-height: 1.5;
  margin-top: 2rem;
}

.sub-reserve-flow__item-desc span {
  display: block;
}

.sub-reserve-flow__item-img {
  margin-left: .5rem;
  margin-top: 1.2rem;
  width: 11.7rem;
}

.sub-reserve-flow__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26.8rem;
}

.sub-reserve-faq {
/*   padding-top: 10.7rem; */
  /* 矢印 */
}

.sub-reserve-faq__box {
  background-color: #fff;
/*   margin-top: 4.7rem; */
  padding-bottom: 7.75rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-top: 5rem;
}

.sub-reserve-faq .accordion {
  position: relative;
  width: 100%;
}

.sub-reserve-faq .accordion-item {
  border-bottom: 1px solid #9da3a7;
}

.sub-reserve-faq .accordion-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: calc(28 / 16);
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
}

.sub-reserve-faq .accordion-title span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  height: 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1rem;
  width: 3.3rem;
}

.sub-reserve-faq .accordion-content {
      background: #ededed;
  border-radius: .4rem;
  display: none;
  padding-bottom: 2.9rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.9rem;
}

.sub-reserve-faq .accordion-content a {
  color: #00e;
  display: inline-block;
  text-decoration: underline;
}

.sub-reserve-faq .accordion-content p {
  line-height: calc(28 / 16);
}

.sub-reserve-faq .accordion-title {
  position: relative;
}

.sub-reserve-faq .accordion-title::after {
  border-right: solid 1px #141414;
  border-top: solid 1px #141414;
  content: "";
  display: block;
  height: .9rem;
  position: absolute;
  right: 2.3rem;
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  transition: transform .3s ease-in-out, top .3s ease-in-out, -webkit-transform .3s ease-in-out;
  width: .9rem;
}

.sub-reserve-faq .accordion-title.open::after {
  top: 41%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.sub-reserve-cancel {
  margin-top: 10.7rem;
}

.sub-reserve-cancel__box {
  background-color: #fff;
  margin-top: 4.7rem;
  padding-bottom: 8rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-top: 6rem;
}

.sub-reserve-cancel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub-reserve-cancel__item-text-container {
  margin-top: .6rem;
  width: 57.2rem;
}

.sub-reserve-cancel__item-text:not(:first-of-type) {
  margin-top: 3.6rem;
}

.sub-reserve-cancel__item-text:nth-of-type(2) .sub-reserve-cancel__item-desc {
  margin-top: 2.3rem;
}

.sub-reserve-cancel__item-title {
  font-size: 2.4rem;
  font-weight: 700;
}

.sub-reserve-cancel__item-desc {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 2.5rem;
}

.sub-reserve-cancel__item-desc span {
  display: block;
}

.sub-reserve-cancel__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26.8rem;
}

/* ==============================================================
*  セクション(sub-shop)
* ============================================================ */
.sub-shop__box {
  /* background-color: #fff; */
  margin-top: 2rem;
    padding-bottom: 0rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.sub-shop__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub-shop__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 47rem;
}

.sub-shop__table {
  left: -.4rem;
  position: relative;
  text-align: left;
  width: 53rem;
	margin-top: 4rem;
}

.sub-shop__table tr {
  border-top: 1px solid #cecece;
  display: block;
  padding-bottom: 1.8rem;
  padding-top: 1.8rem;
}

.sub-shop__table tr:last-of-type {
  border-bottom: 1px solid #cecece;
}

.sub-shop__table th {
  width: 13rem;
}

.sub-shop__table td {
  line-height: 1.5;
}

.sub-shop__table td span {
  display: block;
}

.sub-shop__table td span.map {
  text-align: right;
}

.sub-shop__table td a {
  color: #00e;
  display: inline-block;
  text-decoration: underline;
}

.sub-shop__map {
  margin-top: 4.3rem;
}

.sub-shop__map iframe {
  height: 30rem;
  width: 100%;
}

/* ==============================================================
*  セクション(sub-single)
* ============================================================ */
.sub-single img {
  width: auto;
}

.sub-single__box {
  /* background-color: #fff; */
  padding-bottom: 10rem;
  /* padding-left: 11rem;
  padding-right: 11rem; */
  padding-top: 0rem;
}

.sub-single__title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.sub-single__title {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.1rem;
}

.sub-single__time-category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
		gap: 2rem;
}

.sub-single__time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 400;
}

.sub-single__category {
  border: 1px solid #0c3b2c;
  color: #0c3b2c;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
/*   margin-left: 1.9rem; */
  padding: .35rem .7rem;
}

.en_txt {
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 3rem 0 0 0;
}
.home-center__text .en_txt {
	    width: 50rem;
}

.footer_cta_inner .en_txt {
	text-align: center;
}
.footer .en_txt {
	text-align: center;
}
.sub-single__main {
  border-top: 1px solid #0c3b2c;
  line-height: calc(34 / 16);
  margin-top: 2rem;
}

.sub-single__main h2 {
  background-color: #006947;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 3rem;
  padding: 1.3rem 2rem;
}

.sub-single__main h3 {
  border-bottom: 1rem solid #006947;
  color: #0c3b2c;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 4.5rem;
  padding-bottom: 1.6rem;
}

.sub-single__main h4 {
  border-left: .5rem solid #006947;
  color: #0c3b2c;
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1;
  margin-top: 5.4rem;
  padding: .1rem 1.1rem;
}

.sub-single__main h5 {
  color: #0c3b2c;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 5.8rem;
}

.sub-single__main p {
  font-size: 1.5rem;
  margin-bottom: 5rem;
  margin-top: 2.2rem;
}

.sub-single__main ul,
.sub-single__main ol {
  margin-top: 2rem;
}

.sub-single__main li {
  font-size: 1.6rem;
  margin-left: 2.5rem;
  position: relative;
}

.sub-single__main li::before {
  background-color: #006947;
  border-radius: 50%;
  content: "";
  height: 1.4rem;
  left: -2.4rem;
  margin: auto;
  position: absolute;
  top: 1.1rem;
  width: 1.4rem;
}

.sub-single__main figure {
/*   margin-top: 8rem; */
}

.sub-single__main figcaption {
  font-size: 1.8rem;
  line-height: calc(38 / 18);
  margin-top: 2rem;
  text-align: center;
}

.sub-single__main img {
/*   margin-top: 5.4rem; */
}

.sub-single__main a {
  color: #00e;
  display: inline-block;
  text-decoration: underline;
}

.sub-single__btn-group {
  margin-top: 5.8rem;
  position: relative;
  text-align: center;
}

.sub-single__btn {
  background-color: #0c3b2c;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  padding: 1rem 5rem;
}

.sub-single .nav-previous,
.sub-single .nav-next {
  bottom: 0;
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  position: absolute;
  top: 0;
}

.sub-single .nav-previous a,
.sub-single .nav-next a {
  padding: 2rem;
}

.sub-single .nav-previous {
  left: 40.6rem;
}

.sub-single .nav-next {
  right: 40.6rem;
}

.sub-single .banner.-sub {
  margin-top: 10rem;
}

/* ==============================================================
*  セクション(sub-terms)
* ============================================================ */
.sub-terms__box {
  background-color: #fff;
  color: #2f2f2f;
  margin-top: 4.1rem;
  padding-bottom: 7.75rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-top: 6.5rem;
}

.sub-terms__item:not(:first-of-type) {
  margin-top: 6.5rem;
}

.sub-terms__title {
  font-size: 2rem;
}

.sub-terms__list-child {
  margin-left: 4.4rem;
  margin-top: 2.1rem;
}

.sub-terms__item-child {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}

.sub-terms__item-child span {
  font-size: 1.6rem;
  left: -2.4rem;
  margin-right: 1rem;
  position: absolute;
  top: -.3rem;
}

.sub-terms__item-child:not(:first-of-type) {
  margin-top: 1.9rem;
}

.sub-terms__item-child:nth-child(n + 10) {
  padding-left: .8rem;
}

.sub-terms__list-end {
  margin-left: 6rem;
  margin-top: 2rem;
}

.sub-terms__item-end {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}

.sub-terms__item-end span {
  font-size: 1.6rem;
  left: -2.3rem;
  margin-right: 1rem;
  position: absolute;
  top: -.3rem;
}

.sub-terms__item-end:not(:first-of-type) {
  margin-top: 1.9rem;
}

.sub-terms__desc {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 2.2rem;
}

.sub-terms__desc span {
  display: block;
}

.sub-terms__desc span:not(:first-of-type) {
  margin-top: 2.4rem;
}

/* ==============================================================
*  セクション(sub-thanks)
* ============================================================ */
.sub-thanks__box {
  background-color: #fff;
  margin-top: 4.1rem;
  padding-bottom: 6.2rem;
  padding-top: 6.6rem;
}

.sub-thanks__title {
  color: #1f1f1f;
  font-size: 2.4rem;
  text-align: center;
}

.sub-thanks__desc {
  color: #1f1f1f;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 3.1rem;
  text-align: center;
}

.sub-thanks__desc span {
  display: block;
}

.sub-thanks__list {
  left: .9rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.2rem;
  max-width: 622px;
  position: relative;
}

.sub-thanks__item {
  font-size: 1.6rem;
  line-height: calc(30 / 16);
  position: relative;
}

.sub-thanks__item::before {
  background-color: #141414;
  border-radius: 50%;
  content: "";
  height: .8rem;
  left: -1.8rem;
  margin: auto;
  position: absolute;
  top: 1.1rem;
  width: .8rem;
}

.sub-thanks__item:not(:first-of-type) {
  margin-top: .4rem;
}

.sub-thanks__tel-area {
  margin-top: 4.2rem;
  text-align: center;
}

.sub-thanks__tel-title {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  width: 33rem;
}

.sub-thanks__tel-title::before {
  background-image: url(../img/sub/contact/arrow-contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.433rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 4.9rem;
  width: 33rem;
}

.sub-thanks__tel {
  color: #0c3b2c;
  display: inline-block;
  font-size: 3.4rem;
  font-weight: 700;
  margin-top: 5.9rem;
  padding-left: 3rem;
  pointer-events: none;
  position: relative;
}

.sub-thanks__tel::before {
  background-image: url(../img/common/tel-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 2.744rem;
  left: 0;
  margin: auto;
  position: absolute;
  top: .6rem;
  width: 2.744rem;
}

.sub-thanks__time {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: .4rem;
  margin-top: 1rem;
}

.sub-thanks__time span {
  color: #0c3b2c;
}

.sub-thanks__time span:nth-of-type(1) {
  border: 1px solid #0c3b2c;
  font-size: 1.6rem;
  padding: .4rem 1.2rem;
}

.sub-thanks__time span:nth-of-type(2) {
  font-size: 1.8rem;
  margin-left: .9rem;
}

.sub-thanks__link {
  margin-top: 6.2rem;
  text-align: center;
}

.sub-thanks__link a {
  border-bottom: 1px solid #006947;
  color: #006947;
  display: inline-block;
}

/* ==============================================================
*  レスポンシブPC(common)
* ============================================================ */
/* ==============================================================
*  レスポンシブPC(home)
* ============================================================ */
@media screen and (max-width: 1168px) {

  .home-shop__img {
    top: 8.9rem;
    width: 58.4rem;
  }
}

@media screen and (min-width: 1169px) {
  .home-shop__img {
    top: calc(8.9rem + ((1vw - 11.69px) * (25 / 7.51)));
    width: calc(58.4rem + ((1vw - 11.69px) * (376 / 7.51)));
  }
}

@media screen and (min-width: 1920px) {
  .home-shop__text {
    padding-bottom: 10rem;
    padding-left: 40rem;
    padding-top: 11.4rem;
    width: 125.3rem;
  }
  .home-shop__img {
    top: 11.4rem;
    width: 96rem;
  }
}

/* ==============================================================
*  レスポンシブSP(common)
* ============================================================ */
@media screen and (max-width: 767px) {
  .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .home-section-title {
    font-size: 7vw;
  }
  .home-section-title span {
    font-size: 14px !important;
    margin-top: 0.5vw !important;

  }
  .home-section__desc {
    font-size: 3.8vw;
    margin-top: 0;
    width: 100%;
  }
  .banner.-home-top {
    margin-top: 10vw;
  }
	.p-panel__ttl {
		font-size: 3vw;
	}
	.p-home-sec03 {
		    padding-left: 3vw;
    padding-right: 3vw;
		padding-top: 0vw !important;
    padding-bottom: 0vw !important;
	}
	.home .home-center {
		margin-top: 4rem;
	}
	.home-flex-bnr {
		margin: 2rem 2rem 5rem 2rem !important;
		flex-direction: column;
	}
	.footer_cta_type002 {
		padding: 5rem  2rem 5rem 2rem !important;
		    margin-top: 4rem;
	}
	.footer_cta_type002 ul {
		flex-wrap: wrap;
		    gap: 2rem !important;
	}
	.footer_cta_type002 ul li {
		    width: 100% !important;
	}
	.footer_cta_type002 .home-section-title.-center {
		    margin-bottom: 5rem;
	}
	.p-home-sec03 .inner {
		padding-top: 0 !important;
	}
	.c-news__time .data {
		    font-size: 1.5rem !important;
	}
	.c-news__body {
		    grid-template-columns: 3.5em 1fr !important;
	}
  .banner.-home-bottom {
    padding-bottom: 10vw;
    padding-top: 10vw;
  }
  .banner.-sub {
    margin-top: 10vw;
  }
  .banner.-sub .inner {
    padding: 0;
  }
  .banner__link {
    width: 100%;
  }
  .banner__link.-sub {
    width: 100%;
  }
  .btn {
    font-size: 3vw;
    padding-bottom: 3.5vw;
    padding-top: 3.5vw;
    width: 42vw;
  }
  .btn span {
    width: 2.5vw;
  }
}

@media screen and (max-width: 767px) {
	.home-mv {
		margin: 14vw 0 0;
    padding: 2vw 4vw 3vw;
	}
  .header-sp {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
	  background-color: #fff;
  }
  .header-sp.-sub {
    background-color: #F2F2F2;
  }
  .header-sp__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3vw;
    padding-left: 2vw;
    padding-top: 3vw;
  }
  .header-sp__logo {
    position: relative;
    width: 35vw;
    z-index: 1;
  }
  .hamburger {
    border: none;
    cursor: pointer;
    height: 13.5vw;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
    width: 13.5vw;
    z-index: 40;
  }
  .hamburger.-sub span {
    background-color: #0c3b2c;
  }
  .hamburger span {
    background-color: #000000;
    height: .35vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    width: 4.7vw;
  }
  .hamburger__lineTop {
    top: 5.1vw;
  }
  .hamburger__lineCenter {
    top: 6.4vw;
  }
  .hamburger__lineBottom {
    top: 7.7vw;
  }
  .nav-drawer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    display: none;
    height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-y: scroll;
    padding-bottom: 15vw;
    padding-top: 25vw;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 35;
  }
  .nav-drawer__nav {
    padding-left: 0;
    padding-top: 0;
  }
  .nav-drawer__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        position: relative;
        padding: 0 0 0 5vw;
  }
  .nav-drawer__item:not(:first-of-type) {
    margin-top: 7vw;
  }
  .nav-drawer__item:last-of-type {
    width: 10vw;
  }
      .nav-drawer__link {
        font-size: 6.5vw;
        text-align: left;
        font-weight: 300;
    }
  .nav-drawer__link .ja {
    font-size: 3vw;
    padding: 0 0 0 4vw;
}
  .nav-drawer__btn {
    background-color: #edbd21;
    color: #141414;
    display: inline-block;
    font-size: 4vw;
    padding: 4vw;
  }

  .nav-drawer__tel {
    font-size: 5vw;
    margin-top: 7vw;
  }
  .nav-drawer__tel a {
    display: inline-block;
    margin-left: 4vw;
    position: relative;
	  font-weight:  300;
  }
  .nav-drawer__tel a::before {
    background-image: url(../img/common/tel-color.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 4vw;
    left: -5vw;
    margin: auto;
    position: absolute;
    top: 0;
    width: 4vw;
  }
  .nav-drawer__time {
    font-size: 4vw;
    margin-top: 7vw;
  }
  .nav-drawer__time span {
    border: 1px solid #000;
    display: inline-block;
    margin-right: 2vw;
    padding: 1vw;
  }
  /* 表示された時用のCSS */
  .open .hamburger {
    background-color: #fff;
    -webkit-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
  }
  .open .hamburger__lineTop {
    top: 6.7vw;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .open .hamburger__lineCenter {
    display: none;
  }
  .open .hamburger__lineBottom {
    top: 6.7vw;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .open .hamburger span {
    background-color: #1d1d1d;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 15vw;
  }
  .footer__list {
    display: block;
    padding-left: 2rem;
  }
  .footer__item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10vw;
  }
  /* .footer__item:last-of-type {
    margin-left: 0;
    margin-top: 10vw;
  }
  .footer__item:last-of-type a {
    margin-left: auto;
    margin-right: auto;
    width: 9vw;
  } */
  .footer__link {
    font-size: 4vw;
  }
  .footer__logo {
    margin-top: 10vw;
    width: 80vw;
  }
  .footer__address {
    margin-top: 10vw;
  }
  .footer__address span {
    font-size: 4.5vw;
  }
  .footer__copyright {
    font-size: 3.5vw;
    margin-top: 10vw;
    padding-bottom: 6vw;
    padding-top: 6vw;
  }
  .footer .page-top span {
    font-size: 2.5vw;
    margin-top: 1vw;
  }
  .footer .page-top__img {
    width: 4vw;
  }
  .footer .page-top a {
    bottom: 4vw;
    right: 3vw;
    z-index: 10;
  }
}

/* ==============================================================
*  レスポンシブSP(home)
* ============================================================ */
@media screen and (max-width: 767px) {
  .home-mv__catch {
    font-size: clamp(20px, 5vw, 40px);
  }
  .home-mv__catch span {
    display: block;
  }
  .home-mv__slide img {
    height: calc(100vh / 3);
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .home-mv .slide-dots li {
    margin: 0 2vw;
  }
  .home-mv .slide-dots li.slick-active button::before {
    height: 2vw;
    width: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .home-shop {
    padding-top: 15vw;
		padding-bottom: 15vw;
  }
  .home-shop .home-section__desc {
    margin-top: 5vw;
  }

  .home-shop__img {
    position: static;
    width: 100%;
  }

  .home-shop__intro {
    font-size: 5vw;
    width: 100%;
  }
  .home-shop .btn {
    margin-top: 8vw;
    padding-right: 3vw;
  }
  .home-shop .btn span {
    right: 7vw;
  }
}

@media screen and (max-width: 767px) {
  .home-center {
        margin-top: 0vw;
    padding-bottom: 0;
    padding-top: 4vw;
  }
	.home-mv .slide-dots {
		margin-top: 0;
	}
  .home-center .inner {
    padding: 0;
  }
  .home-center__container.-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column;
            flex-direction: column;
	  gap: 1rem;
  }
  .home-center__container.-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column;
            flex-direction: column;
	  gap: 1rem;
  }
  .home-center__text {
    margin-top: 0;
    padding: 5vw;
  }
  .home-center__img {
    margin-top: 0;
    width: 100%;
  }
  .home-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-service .btn {
    margin-top: 8vw;
    padding-right: 3vw;
  }
  .home-service .btn span {
    right: 4vw;
  }
  .home-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 5vw;
  }
	.sub.-aboutus .home-center__text {
		    padding: 10vw 5vw;
	}
	.main.sub .home-shop {
		    padding-top: 5rem;
    padding-bottom: 1rem;
	}
  .home-price .btn {
    margin-top: 8vw;
    padding-right: 3vw;
  }
  .home-price .btn span {
    right: 11vw;
  }
}

@media screen and (max-width: 767px) {
  .home-gallery {
    padding-bottom: 15vw;
    padding-top: 10vw;
  }
  .home-gallery__list {
    gap: 5vw 5vw;
    -ms-grid-columns: (minmax(45%, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    margin-top: 8vw;
  }
  .home-gallery__btn {
    margin-top: 10vw;
  }
  .home-gallery__btn .btn {
    padding-right: 2vw;
  }
  .home-gallery__btn .btn span {
    right: 7vw;
  }
}

@media screen and (max-width: 767px) {
  .home-news {
    padding-bottom: 10vw;
    padding-top: 10vw;
  }
  .home-news__box {
    padding: 10vw 5vw;
  }
  .home-news__container {
    margin-top: 8vw;
  }
  .home-news__link {
    display: block;
  }
  .home-news__link:not(:first-of-type) {
    margin-top: 10vw;
  }
  .home-news__time {
    font-size: 4vw;
  }
  .home-news__category {
    font-size: 4vw;
    margin-left: 4vw;
    width: 35vw;
  }
  .home-news__title {
    font-size: 4vw;
    margin-left: 0;
    margin-top: 2vw;
  }
  .home-news__btn {
    margin-top: 10vw;
  }
  .home-news__btn a span {
    right: 8vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-common)
* ============================================================ */
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 3vw;
    padding-bottom: 3vw;
    padding-top: 19vw;
  }
  .sub-bg {
    padding-bottom: 20vw;
    padding-top: 5vw;
  }
  /* .sub-bg::before {
    height: 90vw;
  } */
  .sub-section-title {
    font-size: 12vw;
  }
  .sub-section-title span {
    font-size: 4vw;
  }
  .sub-section-subtitle {
    font-size: 6vw;
    line-height: 1.5;
    margin-top: 5vw;
    text-align: center;
  }
  .sub-section-subtitle::before, .sub-section-subtitle::after {
    width: 16vw;
  }
  .sub-section-subtitle.-color::after, .sub-section-subtitle.-color::before {
    width: 16vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-404)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-404__box {
    margin-top: 10vw;
    padding-bottom: 12vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 10vw;
  }
  .sub-404__title {
    font-size: 4vw;
  }
  .sub-404__desc {
    font-size: 2.6vw;
    margin-top: 6vw;
  }
  .sub-404__link {
    margin-top: 9vw;
  }
  .sub-404__link a {
    font-size: 4vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-archive)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-archive__box {
    margin-top: 10vw;
    padding: 10vw 5vw;
  }
  .sub-archive__container {
    margin-top: 8vw;
  }
  .sub-archive__category-name {
    font-size: 4vw;
  }
  .sub-archive__select-title {
    font-size: 3vw;
  }
  .sub-archive__select {
    font-size: 3vw;
    margin-left: 2vw;
  }
  .sub-archive__select::before {
    border-left: 1vw solid transparent;
    border-right: 1vw solid transparent;
    border-top: 1.5vw solid #1e1d1d;
    right: 1vw;
    top: 2vw;
  }
  .sub-archive select {
    padding-bottom: 1vw;
    padding-left: 1vw;
    padding-right: 4vw;
    padding-top: 1vw;
  }
  .sub-archive__link {
    display: block;
    padding-bottom: 5vw;
    padding-right: 0;
    padding-top: 5vw;
  }
  .sub-archive__time {
    font-size: 4vw;
  }
  .sub-archive__category {
    font-size: 4vw;
    margin-left: 4vw;
    padding: 1vw 2vw;
  }
  .sub-archive__title {
    font-size: 4vw;
    margin-left: 0;
    margin-top: 2vw;
  }
  .sub-archive .pagination-wrapper__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5vw;
  }
  .sub-archive .pagination-wrapper .page-numbers {
    font-size: 5vw;
    height: 9.5vw;
    margin-left: 2vw;
    margin-right: 2vw;
    width: 24vw;
  }
  .sub-archive .pagination-wrapper .page-numbers.next, .sub-archive .pagination-wrapper .page-numbers.prev {
    border: none;
  }
  .sub-archive .pagination-wrapper .page-numbers.next a, .sub-archive .pagination-wrapper .page-numbers.prev a {
    border: 1px solid #0c3b2c;
    padding: 2vw 6vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-contact)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-contact__top {
    margin-top: 8vw;
    padding-bottom: 10vw;
    padding-top: 10vw;
  }
  .sub-contact__item-top:not(:first-of-type) {
    margin-left: 0;
    margin-top: 15vw;
    text-align: center;
  }
  .sub-contact__top-title {
    font-size: 6vw;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .sub-contact__top-title::before {
    height: 3vw;
    top: 8vw;
    width: 60vw;
  }
  .sub-contact__top-qr {
    margin-top: 10vw;
    width: 70%;
  }
  .sub-contact__top-qr-desc {
    font-size: 4vw;
    line-height: 1.5;
    margin-top: 6vw;
    text-align: center;
  }
  .sub-contact__tel {
    display: inline-block;
    font-size: 7vw;
    margin-top: 10vw;
    padding-left: 7vw;
    pointer-events: all;
  }
  .sub-contact__tel::before {
    height: 5vw;
    left: 0;
    top: 1vw;
    width: 5vw;
  }
  .sub-contact__time {
    margin-left: 0;
    margin-top: 5vw;
  }
  .sub-contact__time span:nth-of-type(1) {
    font-size: 5vw;
    padding: 1vw 3vw;
  }
  .sub-contact__time span:nth-of-type(2) {
    font-size: 5vw;
    margin-left: 3vw;
  }
  .sub-contact__box {
    margin-top: 5vw;
    padding-bottom: 12vw;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0vw;
  }
  .sub-contact__title {
    font-size: 6vw;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .sub-contact__title::before {
    height: 3vw;
    top: 8vw;
    width: 60vw;
  }
  .sub-contact__intro {
    font-size: 3.5vw;
    margin-left: 0;
    margin-top: 10vw;
  }
  .sub-contact__intro span {
    display: block;
  }
  .sub-contact__form {
    margin-top: 5vw;
  }
  .sub-contact__item {
    display: block;
    padding-bottom: 6vw;
    padding-top: 6vw;
  }
  .sub-contact__item dt {
    font-size: 4vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
  }
  .sub-contact__item dt span {
    font-size: 4vw;
    margin-left: 3vw;
    padding: 1vw 2vw;
  }
  .sub-contact__item dd {
    margin-left: 0;
    margin-top: 4vw;
  }
  .sub-contact__item input,
  .sub-contact__item textarea {
    font-size: 4vw;
    padding: 2vw;
  }
  .sub-contact__item input.short {
    width: 100%;
  }
  .sub-contact__item textarea {
    height: 40vw;
  }
  .sub-contact__privacy {
    padding-top: 7vw;
  }
  .sub-contact__privacy-intro {
    font-size: 3.5vw;
  }
  .sub-contact__privacy-intro span {
    display: block;
  }
  .sub-contact__submit {
    margin-top: 7vw;
  }
  .sub-contact__submit input {
    border-radius: 1.8vw;
    font-size: 5vw;
    padding: 5vw 18vw;
  }
  .sub-contact__privacy-wrapper {
    height: 50vw;
    margin-top: 10vw;
    max-width: none;
    padding: 5vw 3vw;
  }
  .sub-contact__privacy-text {
    height: 40vw;
    padding-right: 2vw;
  }
  .sub-contact__privacy-text::-webkit-scrollbar {
    width: 1.8vw;
  }
  .sub-contact__privacy-item:not(:first-of-type) {
    margin-top: 8vw;
  }
  .sub-contact__privacy-title {
    font-size: 3vw;
  }
  .sub-contact__privacy-desc {
    font-size: 3vw;
    margin-top: 2vw;
  }
  .sub-contact .wpcf7-not-valid-tip {
    border-radius: .6vw;
    font-size: 3vw;
    height: 6vw;
    margin-top: 3vw;
    padding-left: 3vw;
    width: 54vw;
  }
  .sub-contact .wpcf7-not-valid-tip::before {
    height: 2vw;
    left: 4vw;
    top: -7.8vw;
    width: 3vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-price)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-price__intro {
    font-size: 4vw;
    margin-top: 6vw;
  }
  .sub-price__intro span {
    display: block;
    line-height: 1.5;
  }
  .sub-price__title {
    font-size: 6vw;
  }
  .sub-price__title::before {
    bottom: -3vw;
    width: 18vw;
  }
  .sub-price__box {
    margin-top: 8vw;
    padding-bottom: 12vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 12vw;
  }
  .sub-price__price {
    border-radius: .6vw;
    font-size: 10vw;
    margin-top: 10vw;
    padding-bottom: 5vw;
    padding-top: 4vw;
  }
  .sub-price__price span {
    font-size: 4vw;
    top: .2vw;
  }
  .sub-price__container:not(:first-of-type) {
    margin-top: 12vw;
  }
  .sub-price__group {
    display: block;
    margin-top: 8vw;
  }
  .sub-price__plan {
    width: 100%;
  }
  .sub-price__plan:not(:first-of-type) {
    margin-top: 10vw;
  }
  .sub-price__plan-title {
    border-radius: .8vw .8vw 0 0;
    font-size: 7vw;
    padding-bottom: 4vw;
    padding-top: 3vw;
  }
  .sub-price__plan-title span {
    font-size: 4vw;
  }
  .sub-price__list {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .sub-price__item {
    padding-bottom: 7vw;
    padding-top: 6vw;
  }
  .sub-price__item:nth-of-type(2) {
    padding-bottom: 7vw;
  }
  .sub-price__item:nth-of-type(3) {
    padding-bottom: 7vw;
  }
  .sub-price__item-title {
    font-size: 4vw;
  }
  .sub-price__item-desc {
    font-size: 8vw;
    margin-top: 3vw;
  }
  .sub-price__item-desc span {
    font-size: 4vw;
  }
  .sub-price__attention-list {
    margin-top: 6vw;
  }
  .sub-price__attention-item {
    font-size: 4vw;
    text-indent: -1em;
  }
  .sub-price__btn {
    margin-top: 8vw;
  }
  .sub-price__btn .btn {
    font-size: 3vw;
    padding-right: 3vw;
  }
  .sub-price__btn .btn span {
    right: 6vw;
  }
  .sub-price__banner-title {
    font-size: 5vw;
    margin-bottom: 7vw;
    margin-top: 12vw;
  }
  .sub-price__banner-title::before {
    height: 3vw;
    top: 7.5vw;
    width: 50vw;
  }
  .sub-price__title-desc {
    font-size: 4vw;
    margin-top: 8vw;
    text-align: left;
  }
  .sub-price__title-desc span.tel {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

/* 
==============================================================
*  レスポンシブSP(sub-service)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-service__list {
    margin-top: 8vw;
  }
  .sub-service__item {
    padding-bottom: 8vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 5vw;
    width: 100%;
  }
  .sub-service__item:nth-of-type(odd)::before {
    left: auto;
    right: 2vw;
    top: 60vw;
  }
  .sub-service__item:nth-of-type(odd) .sub-service__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sub-service__item:nth-of-type(odd) .sub-service__text {
    margin-left: 0;
  }
  .sub-service__item:nth-of-type(even)::before {
    left: auto;
    right: 2vw;
    top: 62vw;
  }
  .sub-service__item:nth-of-type(even) .sub-service__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sub-service__item:nth-of-type(even) .sub-service__text {
    margin-right: 0;
  }
  .sub-service__item:not(:first-of-type) {
    margin-top: 10vw;
  }
  .sub-service__item:nth-of-type(1) .sub-service__text-title span {
    display: block;
  }
  .sub-service__item:nth-of-type(1)::before {
    height: 18vw;
    width: 23vw;
  }
  .sub-service__item:nth-of-type(2)::before {
    height: 18vw;
    width: 23vw;
  }
  .sub-service__item:nth-of-type(3)::before {
    height: 18vw;
    width: 23vw;
  }
  .sub-service__item:nth-of-type(4)::before {
    height: 18vw;
    width: 23vw;
  }
  .sub-service__item:nth-of-type(5)::before {
    height: 18vw;
    width: 23vw;
  }
  .sub-service__container {
    padding: 0;
    position: static;
  }
  .sub-service__img {
    width: 100%;
  }
  .sub-service__text {
    margin-top: 6vw;
    width: 100%;
  }
  .sub-service__text-title {
    font-size: 5vw;
  }
  .sub-service__text-desc {
    font-size: 4vw;
    margin-top: 8vw;
  }
  .sub-service__text-desc span:not(:first-of-type) {
    margin-top: 5vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-reserve)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-reserve-flow__box {
    margin-top: 8vw;
    padding-bottom: 15vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 15vw;
  }
  .sub-reserve-flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sub-reserve-flow__item:not(:first-of-type) {
    border-top: 1px solid #9da3a7;
    margin-top: 15vw;
    padding-top: 15vw;
  }
  .sub-reserve-flow__item-text {
    margin-top: 0;
    width: 100%;
  }
  .sub-reserve-flow__item-title {
    border-left: 2.5vw solid #edbd21;
    font-size: 7vw;
    padding-bottom: 2vw;
    padding-left: 3vw;
    padding-top: 3vw;
  }
  .sub-reserve-flow__item-title span {
    font-size: 12vw;
    left: 24vw;
    top: -1vw;
  }
  .sub-reserve-flow__item-intro {
    font-size: 5vw;
    margin-top: 4vw;
    white-space: normal;
  }
  .sub-reserve-flow__item-desc {
    font-size: 4vw;
    margin-top: 6vw;
  }
  .sub-reserve-flow__item-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vw;
    width: 50%;
  }
  .sub-reserve-flow__img {
    margin: auto;
    margin-top: 10vw;
    width: 70%;
  }
  .sub-reserve-flow__line-btn {
    margin-inline: auto;
    margin-top: 8vw;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .sub-reserve-faq {
/*     padding-top: 20vw; */
  }
  .sub-reserve-faq__box {
    margin-top: 4vw;
    padding-bottom: 7vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 0vw;
  }
  .sub-reserve-faq .accordion-title {
    font-size: 1.4rem;
    padding-bottom: 4vw;
    padding-left: 0;
    padding-right: 6vw;
    padding-top: 4vw;
  }
  .sub-reserve-faq .accordion-title span {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 8vw;
    margin-right: 3vw;
    width: 8vw;
  }
  .sub-reserve-faq .accordion-content {
    -webkit-column-break-before: .6vw;
            break-before: .6vw;
    padding: 3vw;
  }
  .sub-reserve-faq .accordion-content p {
    font-size: 1.4rem;
  }
  .sub-reserve-faq .accordion-title::after {
    height: 2vw;
    right: 2vw;
    width: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .sub-reserve-cancel {
    margin-top: 20vw;
  }
  .sub-reserve-cancel__box {
    margin-top: 8vw;
    padding-bottom: 15vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 10vw;
  }
  .sub-reserve-cancel__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sub-reserve-cancel__item-text-container {
    margin-top: 0;
    width: 100%;
  }
  .sub-reserve-cancel__item-text:not(:first-of-type) {
    margin-top: 10vw;
  }
  .sub-reserve-cancel__item-text:nth-of-type(2) .sub-reserve-cancel__item-desc {
    margin-top: 5vw;
  }
  .sub-reserve-cancel__item-title {
    font-size: 5vw;
  }
  .sub-reserve-cancel__item-desc {
    font-size: 4vw;
    margin-top: 5vw;
  }
  .sub-reserve-cancel__img {
    margin: auto;
    margin-top: 10vw;
    width: 70%;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-shop)
* ============================================================ */
@media screen and (max-width: 767px) {
	.home-section-title.-center {
		border-bottom: none;
/* 		margin-bottom: 2rem; */
	}
  .sub-shop__box {
    margin-top: 0;
    padding: 5vw;
  }
	.sub .sub-shop__box {
		padding: 0;
	}
  .sub-shop__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sub-shop__img {
    width: 100%;
  }
  .sub-shop__table {
    font-size: 4vw;
    position: static;
    width: 100%;
  }
  .sub-shop__table tr {
    padding-bottom: 3vw;
    padding-top: 3vw;
  }
  .sub-shop__table th {
    width: 22vw;
	      padding-bottom: 1rem;
  }
  .sub-shop__map {
    margin-top: 5vw;
  }
  .sub-shop__map iframe {
    height: 60vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-single)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-single__box {
    padding: 3vw 0vw 6vw 0vw;
  }
  .sub-single__time {
    font-size: 4vw;
  }
  .sub-single__category {
    font-size: 4vw;
    padding: 1vw 2vw;
  }
  .sub-single__title {
    font-size: 5vw !important;
    margin-top: 3vw;
  }
  .sub-single__main {
    margin-top: 5vw;
  }
  .sub-single__main h2 {
    font-size: 5vw;
    margin-top: 6vw;
    padding: 2vw 3vw;
  }
  .sub-single__main h3 {
    border-bottom: 1.2vw solid #006947;
    font-size: 4.5vw;
    margin-top: 6vw;
    padding-bottom: 3vw;
  }
  .sub-single__main h4 {
    border-left: 1.5vw solid #006947;
    font-size: 4vw;
    margin-top: 6vw;
    padding: 1vw 2vw;
  }
  .sub-single__main h5 {
    font-size: 3.5vw;
    margin-top: 6vw;
  }
  .sub-single__main p {
    font-size: 3.6vw;
    margin-bottom: 10vw;
    margin-top: 6vw;
  }
  .sub-single__main ul,
  .sub-single__main ol {
    margin-top: 6vw;
  }
  .sub-single__main li {
    font-size: 3vw;
    margin-left: 4vw;
  }
  .sub-single__main li::before {
    height: 2vw;
    left: -3.5vw;
    top: 2.5vw;
    width: 2vw;
  }
  .sub-single__main figure {
    margin-top: 8vw;
  }
  .sub-single__main figcaption {
    font-size: 3vw;
    margin-top: 3vw;
  }
  .sub-single__main img {
    margin-top: 6vw;
  }
  .sub-single__btn-group {
    margin-top: 8vw;
  }
  .sub-single__btn {
    font-size: 4vw;
    padding: 2vw 6vw;
  }
  .sub-single .nav-previous a,
  .sub-single .nav-next a {
    padding: 3vw;
  }
  .sub-single .nav-previous a img,
  .sub-single .nav-next a img {
    width: 3vw;
  }
  .sub-single .nav-previous {
    left: 5vw;
  }
  .sub-single .nav-next {
    right: 5vw;
  }
  .sub-single .banner.-sub {
    margin-top: 15vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-terms)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-terms__box {
    margin-top: 10vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .sub-terms__item:not(:first-of-type) {
    margin-top: 12vw;
  }
  .sub-terms__title {
    font-size: 4vw;
  }
  .sub-terms__list-child {
    margin-left: 5vw;
    margin-top: 4vw;
  }
  .sub-terms__item-child {
    font-size: 3vw;
  }
  .sub-terms__item-child span {
    font-size: 3vw;
    left: -4vw;
    margin-right: 2vw;
    top: -.6vw;
  }
  .sub-terms__item-child:not(:first-of-type) {
    margin-top: 3vw;
  }
  .sub-terms__list-end {
    margin-left: 3vw;
    margin-top: 3vw;
  }
  .sub-terms__item-end {
    font-size: 3vw;
  }
  .sub-terms__item-end span {
    font-size: 3vw;
    left: -4vw;
    margin-right: 2vw;
    top: -.6vw;
  }
  .sub-terms__item-end:not(:first-of-type) {
    margin-top: 3vw;
  }
  .sub-terms__desc {
    font-size: 3vw;
    margin-top: 4vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-thanks)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-thanks__box {
    margin-top: 10vw;
    padding-bottom: 12vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 10vw;
  }
  .sub-thanks__title {
    font-size: 5vw;
  }
  .sub-thanks__desc {
    font-size: 3.5vw;
    margin-top: 5vw;
  }
  .sub-thanks__list {
    margin-top: 8vw;
    max-width: none;
  }
  .sub-thanks__item {
    font-size: 3vw;
    margin-left: 2vw;
  }
  .sub-thanks__item::before {
    height: 1.5vw;
    left: -3vw;
    top: 2vw;
    width: 1.5vw;
  }
  .sub-thanks__tel-area {
    margin-top: 10vw;
  }
  .sub-thanks__tel-title {
    font-size: 6vw;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .sub-thanks__tel-title::before {
    height: 3vw;
    top: 8vw;
    width: 60vw;
  }
  .sub-thanks__tel {
    font-size: 7vw;
    margin-top: 10vw;
    padding-left: 7vw;
    pointer-events: all;
  }
  .sub-thanks__tel::before {
    height: 5vw;
    left: 0;
    top: 1vw;
    width: 5vw;
  }
  .sub-thanks__time {
    margin-left: 0;
    margin-top: 5vw;
  }
  .sub-thanks__time span:nth-of-type(1) {
    font-size: 5vw;
    padding: 1vw 3vw;
  }
  .sub-thanks__time span:nth-of-type(2) {
    font-size: 5vw;
    margin-left: 3vw;
  }
  .sub-thanks__link {
    margin-top: 12vw;
  }
  .sub-thanks__link a {
    font-size: 4vw;
  }
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
body {
  color: #000000;
/*   font-family: 'BIZ UDGothic', sans-serif;
font-family: 'Noto Sans JP', sans-serif; */
font-family: 'Roboto', sans-serif;
/* font-family: 'Zen Maru Gothic', serif; */
  font-size: 1.6rem;
}

/* --------------------------------
l-page
----------------------------------- */
.l-page-cover {
  /* background-image: url(../img/common/cover.jpg); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  /* width: 80%; */
  margin-left: auto;
	background: #E1ECF7;
}
/* .l-page-cover::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #dfeec58f;
  position: absolute;
  top: 0;
  left: 0;
} */
.l-page-cover__inner {
  padding: 8rem 0 4rem;
  position: relative;
  z-index: 1;
  /* margin-left: -20%; */
margin-bottom: 4rem;
}
.l-page-cover__ttl {
  font-size: 8vw;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  color: #333;
  font-family: 'Lato', sans-serif;
}
.l-page-cover__ttl span {
  display: block;
  font-size: 4vw;
  font-weight: 400;
}

.l-page-subWrapper {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.l-page-contbox {
  margin-top: 10vw;
  padding: 5vw;
}

.l-page-contbox-wide {
  margin-top: 10vw;
  padding: 5vw 0;
}

/* --------------------------------
header
----------------------------------- */
.header-sp__top {
  height: 14vw;
}
.header-sp__logo {
  width: 17vw;
}
.header-sp .nav-drawer__item:last-of-type {
  width: auto;
}
.header-sp .nav-drawer__btn {
  background: #222;
  color: #fff;
	width: 100%;
}
.header-sp .nav-drawer__btn.-wh {
  background: #fff;
  color: #333;
	width: 100%;
  border: 1px solid #333;
}

.js-header-change .header-sp .hamburger span {
  background-color: #222;
}
/* --------------------------------
c-heading
----------------------------------- */
.c-heading01 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #000000;
  font-size: 9vw;
  font-weight: bold;
  line-height: 1.45;
}
.c-heading01 span {
  display: block;
  color: #000000;
  font-size: 4vw;
  margin-top: 1vw;
  font-weight: 400;
}
.c-heading01_center {
  text-align: center;
}
.c-heading01_border {
  padding-bottom: 10px;
  border-bottom: 2px solid #1F89D6;
}

.c-heading02 {
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(#bcbcbc));
  background: linear-gradient(90deg, #000000 0%, #bcbcbc 100%);
  padding: 1.5rem;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
}

.c-heading03 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  color: #333;
  padding: 1.5rem 1.5rem 1.5rem 0.5rem;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(to right, #000000, #bcbcbc) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#bcbcbc)) 1;
     border-image: linear-gradient(to right, #000000, #bcbcbc) 1;
}

/* --------------------------------
c-text
----------------------------------- */
.c-text {
  font-size: 4vw;
  line-height: 1.5;
}

/* --------------------------------
c-news
----------------------------------- */
.c-news__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0 1rem 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.c-news__link::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bcbcbc;
}
.c-news__link::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.c-news__img {
  position: relative;
  width: 22%;
  padding-top: 18%;
  margin-right: 1rem;
}
.c-news__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-news__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: 5em 1fr;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.c-news__time {
  grid-area: 1/1/2/2;
}
.c-news__time .year {
  font-size: 1rem;
}
.c-news__time .data {
  display: block;
  font-size: 1.8rem;
  padding-top: 0.5rem;
}
.c-news__cat {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  grid-area: 1/2/2/3;
  align-self: center;
}
.c-news__cat span {
  font-size: 1.2rem;
  display: inline-block;
  padding: 0.25em 1em;
  background: #333;
  color: #fff;
}
.c-news__ttl {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 2rem;
  grid-area: 2/1/3/3;
}

/* --------------------------------
btn
----------------------------------- */
.btn {
  background-color: #000000;
  color: #fff;
}
.btn:hover::after {
  background-color: #7aaa28;
}
.btn span {
  right: 7vw;
}

.btn.-color {
  background: #000000;
  border: 1px solid #000000;
}
.btn.-color:hover {
  color: #000000;
}
.btn.-color:hover::after {
  background: #bcbcbc;
}

/* --------------------------------
c-card
----------------------------------- */
.c-card {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(160, 160, 160, 0.2);
          box-shadow: 0px 0px 5px rgba(160, 160, 160, 0.2);
  border-radius: 1rem;
}
.c-card__img-wrap {
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}
.c-card__img-wrap img {
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card__body {
  padding: 2rem 1rem 1rem;
}
.c-card__body-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-card__time {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 4vw;
}
.c-card__body-bottom {
  font-size: 4vw;
  line-height: 1.5;
  margin-top: 2vw;
  padding-top: 1rem;
}
.c-card .address {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-card .info {
  padding-top: 2rem;
}
.c-card .row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  line-height: 1.5;
  padding: 1rem 0 1rem;
  border-bottom: 1px solid #aaa;
}
.c-card .left {
  width: 10rem;
  margin-right: 1rem;
}
.c-card .label {
  display: block;
  font-size: 1.2rem;
  background-color: #000000;
  color: #fff;
  text-align: center;
  padding: 0.2rem;
}
.c-card .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-card .text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-card .btn-wrap {
  padding-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* --------------------------------
c-tag
----------------------------------- */
.c-tag {
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(#bcbcbc));
  background: linear-gradient(90deg, #000000 0%, #bcbcbc 100%);
  color: #fff;
  font-size: 4vw;
  width: 35vw;
  height: 2.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* --------------------------------
c-media
----------------------------------- */
.c-media__body {
  padding-top: 2rem;
}
.c-media__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000000;
  line-height: 1.5;
  border-bottom: 2px solid #222;
  padding-bottom: 5px;
}
.c-media__ttl .ja {
  font-size: 5vw;
  font-weight: bold;
}
.c-media__txt {
  line-height: 1.5;
  padding-top: 2.7rem;
}

/* --------------------------------
c-accordion
----------------------------------- */
.c-accordion {
  border-bottom: 1px solid #9da3a7;
}
.c-accordion__title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 4vw 6vw 4vw 0;
  position: relative;
  font-size: 3.5vw;
  line-height: 1.75;
}
.c-accordion__title span {
  width: 8vw;
  height: 8vw;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(#bcbcbc));
  background: linear-gradient(90deg, #000000 0%, #bcbcbc 100%);
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 3vw;
}
.c-accordion__title::after {
  content: "";
  width: 2vw;
  height: 2vw;
  border-top: 1px solid #141414;
  border-right: 1px solid #141414;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 45%;
  right: 2vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-accordion__title.open::after {
  top: 41%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c-accordion__content {
  display: none;
  background-color: #edf4fa;
  padding: 3vw;
}
.c-accordion__content p {
  font-size: 3vw;
  line-height: 1.75;
}

/* --------------------------------
c-flexbox
----------------------------------- */
.c-flexbox01__body {
  padding-top: 3rem;
}
.c-flexbox02__body {
  padding-top: 2rem;
}

/* --------------------------------
c-table
----------------------------------- */
.c-table01 {
  width: 100%;
  text-align: left;
}
.c-table01 tr {
  display: block;
  border-top: 1px solid #cecece;
  line-height: 1.5;
  padding: 3vw 1.8rem;
}
.c-table01 tr:last-child {
  border-bottom: 1px solid #cecece;
}
.c-table01 th {
  width: 22vw;
  vertical-align: top;
  color: #000000;
  font-weight: 500;
}

.c-table02 {
  width: 100%;
  text-align: left;
}
.c-table02 tr {
  display: block;
  border-top: 1px solid #cecece;
  line-height: 1.5;
}
.c-table02 tr:last-child {
  border-bottom: 1px solid #cecece;
}
.c-table02 th,
.c-table02 td {
  padding: 1.2rem;
  font-size: 1.4rem;
}
.c-table02 th {
  width: 22vw;
  color: #000000;
  font-weight: 500;
  background-color: #f5f8f7;
}
.c-table02 td span {
  display: block;
}

/* --------------------------------
c-column
----------------------------------- */
.c-column-2__item:not(:first-of-type) {
  margin-top: 10vw;
}

.c-column-3 {
  gap: 3rem;
}
.c-column-3__item:not(:first-of-type) {
  margin-top: 10vw;
}

/* --------------------------------
pagination
----------------------------------- */
.pagination .page-numbers {
  border: 1px solid #000000;
  color: #000000;
}
.pagination .page-numbers.current {
  background: #000000;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  border: 1px solid #000000;
}

.pagination-wrapper .pagination-wrapper__sp.sp-only .page-numbers {
  color: #000000;
}
.pagination-wrapper .pagination-wrapper__sp.sp-only .page-numbers a {
  border: 1px solid #000000;
}

/* --------------------------------
footer
----------------------------------- */
.footer_cta {
  position: relative;
  color: #fff;
}
.footer_cta::before {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/common/footer-cta.jpg);
  background-size: cover;
  background-position: bottom center;
  content: "";
}
.footer_cta_inner {
  padding: 6rem 1rem;
}
.footer_cta .c-heading01 {
  color: #fff;
}

/* --------------------------------
utility
----------------------------------- */
.u-mt10 {
  margin-top: 1rem;
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt30 {
  margin-top: 3rem;
}

.u-mt40 {
  margin-top: 4rem;
}

.u-mt50 {
  margin-top: 5rem;
}

.u-mt60 {
  margin-top: 6rem;
}

.u-mt70 {
  margin-top: 7rem;
}

.u-mt80 {
  margin-top: 8rem;
}

.u-mt90 {
  margin-top: 9rem;
}

.u-mt100 {
  margin-top: 10rem;
}

.u-mb10 {
  margin-bottom: 1rem;
}

.u-mb20 {
  margin-bottom: 2rem;
}

.u-mb30 {
  margin-bottom: 3rem;
}

.u-mb40 {
  margin-bottom: 4rem;
}

.u-mb50 {
  margin-bottom: 5rem;
}

.u-mb60 {
  margin-bottom: 6rem;
}

.u-mb70 {
  margin-bottom: 7rem;
}

.u-mb80 {
  margin-bottom: 8rem;
}

.u-mb90 {
  margin-bottom: 9rem;
}

.u-mb100 {
  margin-bottom: 10rem;
}

.u-mr10 {
  margin-right: 1rem;
}

.u-mr20 {
  margin-right: 2rem;
}

.u-mr30 {
  margin-right: 3rem;
}

.u-mr40 {
  margin-right: 4rem;
}

.u-mr50 {
  margin-right: 5rem;
}

.u-pt10 {
  padding-top: 1rem;
}

.u-pt20 {
  padding-top: 2rem;
}

.u-pt30 {
  padding-top: 3rem;
}

.u-pt40 {
  padding-top: 4rem;
}

.u-pt50 {
  padding-top: 5rem;
}

.u-pt60 {
  padding-top: 6rem;
}

.u-pt70 {
  padding-top: 7rem;
}

.u-pt80 {
  padding-top: 8rem;
}

.u-pt90 {
  padding-top: 9rem;
}

.u-pt100 {
  padding-top: 13rem;
}

.u-pb10 {
  padding-bottom: 1rem;
}

.u-pb20 {
  padding-bottom: 2rem;
}

.u-pb30 {
  padding-bottom: 3rem;
}

.u-pb40 {
  padding-bottom: 4rem;
}

.u-pb50 {
  padding-bottom: 5rem;
}

.u-pb60 {
  padding-bottom: 6rem;
}

.u-pb70 {
  padding-bottom: 7rem;
}

.u-pb80 {
  padding-bottom: 8rem;
}

.u-pb90 {
  padding-bottom: 9rem;
}

.u-pb100 {
  padding-bottom: 10rem;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-tal {
  text-align: left;
}

.u-dfc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */

.home-mv .add-animation {
  -webkit-animation: none;
          animation: none;
}
.home-mv__scrolldown {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10%;
  height: 70px;
}
.home-mv__scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background-color: #fff;
  -webkit-animation: patmove 1.4s ease-in-out infinite;
          animation: patmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@-webkit-keyframes patmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  20% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@keyframes patmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  20% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.home-mv__scrolldown span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -20px;
  font-size: 1rem;
  color: #fff;
}

.home-section-title {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #000000;
	    padding-bottom: 3rem;
}
.home-section-title span {
  color: #000000;
	    font-size: 1.4rem;
}
.home-section__desc {
  color: #000000;
}

.home-center::before {
  content: none;
}

.home-shop {
  background: #eef4e4;
  margin-top: 6rem;
}

.home-shop .inner {
  position: relative;
  z-index: 1;
}
.home-shop__text {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
	text-align: center;
}


.p-home-sec01 {
  padding-top: 10vw;
  padding-bottom: 15vw;
  background: #fff;
}
.p-home-sec01__cont {
  padding-top: 3rem;
}
.p-home-sec01__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7rem;
}

.p-home-sec02 {
  padding-top: 10vw;
  padding-bottom: 15vw;
}
.p-home-sec02__cont {
  padding-top: 3rem;
}
.p-home-sec02__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}
.p-home-sec02 .p-panel__ttl {
	display: none;
}
.p-home-sec02 .p-panel__view {
	display: none;
}

.p-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3rem 2%;
}
.p-panel__item {
  width: 49%;
  position: relative;
}
.p-panel__img-wrap {
  padding-top: 30vw;
  position: relative;
}
/*
.p-panel__img-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(34, 39, 41, 0.5)), color-stop(30%, rgba(34, 39, 41, 0.25)), to(rgba(34, 39, 41, 0.1)));
  background: linear-gradient(90deg, rgba(34, 39, 41, 0.5) 0, rgba(34, 39, 41, 0.25) 30%, rgba(34, 39, 41, 0.1));
}
*/
.p-panel__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-panel__inner {
  width: 100%;
  height: 100%;
  /* position: absolute; */
  top: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem;
}
.p-panel__ttl, .p-panel__view {
  color: #000;
	text-align: center;
	margin-top: auto;
}
.p-panel__view {
  display: block;
  margin-top: auto;
  font-size: 1rem;
}

.p-home-sec03 {
  padding-top: 10vw;
  padding-bottom: 15vw;
/* 	background-image: url(../img/home/home-profile-bg02.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/* .p-home-sec03::before {
	content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
} */
.p-home-sec03 .inner {
/* 	background: #fff; */
	    padding-top: 3rem;
    padding-bottom: 3rem;
}
.p-home-sec03__cont {
  padding-top: 3rem;
}
.p-home-sec03__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5rem;
}

.home-gallery {
  background-color: transparent;
}
.home-gallery .embed-wrap {
  margin-top: 8vw;
}
.home-gallery .sb_instagram_header {
  display: none;
}
.home-gallery #sb_instagram #sbi_images {
  padding: 0 !important;
}
.home-gallery #sbi_images {
  display: grid;
  gap: 5vw 5vw;
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
}
.home-gallery #sb_instagram.sbi_tab_col_2 #sbi_images .sbi_item {
  width: auto;
  padding: 0;
}
.home-gallery #sbi_load {
  display: none;
}

.p-about-sec01 {
  padding-bottom: 10vw;
}
.p-about-sec01__box {
  padding: 5vw;
  margin-top: 5vw;
}
.p-about-sec01__table {
  width: 100%;
  text-align: left;
}
.p-about-sec01__table tr {
  display: block;
  border-bottom: 1px solid #bcbcbc;
  line-height: 1.5;
  padding: 3vw 0;
}
.p-about-sec01__table th {
  width: 22vw;
  color: #000000;
  font-weight: 500;
  color: #bcbcbc;
  display: block;
}
.p-about-sec01__table td span {
  display: block;
}
.p-profile-sec01__name {
  font-size: 7vw;
	text-align: center;
}
.p-profile-sec01__name span{
	/* font-size: 14px; */
	line-height: 2;
	font-weight: 300;
}
.p-profile-sec01__list {
  margin-top: 3rem;
}
.p-profile-sec01__list li {
  margin-top: 5vw;
}

.p-profile-sec02 {
  background-image: url(../img/sub/profile/sec02-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  padding-top: 20vw;
  padding-bottom: 10vw;
	    background-position: center;
	    margin-bottom: 8rem;
}
.p-profile-sec02::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.p-profile-sec02 .inner {
  position: relative;
  z-index: 1;
}
.p-profile-sec02 .c-heading01 {
  color: #fff;
}
.p-profile-sec02__box {
  padding: 5vw;
  margin-top: 10vw;
}
.p-profile-sec02__table {
  width: 100%;
  text-align: left;
}
.p-profile-sec02__table tr {
  display: block;
  border-bottom: 1px solid #bcbcbc;
  line-height: 1.5;
  padding: 3vw 0;
}
.p-profile-sec02__table th {
  width: 22vw;
  color: #000000;
  font-weight: 500;
  color: #bcbcbc;
  display: block;
}
.p-profile-sec02__table td span {
  display: block;
}

.p-profile-sec03 {
  padding-top: 20vw;
  padding-bottom: 10vw;
}
.p-profile-sec03__box {
  padding: 5vw;
  margin-top: 10vw;
}
.p-profile-sec03__list li {
  line-height: 1.5;
  margin-top: 5vw;
  position: relative;
  padding-left: 2rem;
}
.p-profile-sec03__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.sub-concept__box {
  margin-top: 10vw;
  padding: 5vw;
}

.sub-archive__box_wide {
  padding-right: 0;
  padding-left: 0;
}
.sub-archive .select__ttl {
  font-size: 5vw;
}
.sub-archive .select__wrap {
  border: 1px solid #000000;
  font-size: 1.2rem;
  position: relative;
  margin-top: 3rem;
}
.sub-archive .select__wrap::before {
  border-left: 0.475rem solid transparent;
  border-right: 0.475rem solid transparent;
  border-top: 0.825rem solid #000000;
  content: "";
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
  width: 0;
  z-index: -1;
}
.sub-archive .select__wrap select {
  width: 100%;
  padding: 2vw 7vw 2vw 2vw;
}
.sub-archive .column {
	flex-direction: column-reverse !important;
}
.sub-archive .column__side {
  padding-top: 15vw;
  padding: 0;
}
.sub-archive .column .side__ttl {
  font-size: 5vw;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
}
.sub-archive .column .side__cat {
	    display: flex;
	    gap: 1rem;
}
.sub-archive .column .side__cat li a {
  color: #333;
    font-size: 1.3rem;
    line-height: 1.8;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	padding: 6px 35px 6px 35px;
  background: #DFEEC5;
}
.sub-archive .column .side__cat li:nth-child(1) a {
  background: #DFEEC5; /* 1つ目 */
}

.sub-archive .column .side__cat li:nth-child(2) a {
  background: #C5E0EE; /* 2つ目 */
}

.sub-archive .column .side__cat li:nth-child(3) a {
  background: #EEC5DF; /* 3つ目 */
}

.sub-archive .column .side__cat li:nth-child(4) a {
  background: #F5E6C5; /* 4つ目 */
}


.sub-archive .column .side__cat li a:hover {
  color: #000000;
  opacity: 0.7;
}
.sub-archive .p-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
	margin-top: 4rem;
	row-gap: 2rem;
}
.sub-archive .p-panel__item {
  width: 100%;
  position: relative;
}
.sub-archive .p-panel__img-wrap {
  padding-top: 60vw;
  position: relative;
}
/*
.sub-archive .p-panel__img-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(34, 39, 41, 0.5)), color-stop(30%, rgba(34, 39, 41, 0.25)), to(rgba(34, 39, 41, 0.1)));
  background: linear-gradient(90deg, rgba(34, 39, 41, 0.5) 0, rgba(34, 39, 41, 0.25) 30%, rgba(34, 39, 41, 0.1));
}
*/
.sub-archive .p-panel__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-archive .p-panel__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sub-archive .p-panel__ttl, .sub-archive .p-panel__view {
  color: #fff;
	margin-top: auto;
	text-align: center;
}
/* .sub-archive .p-panel__view {
  display: block;
  margin-top: auto;
  font-size: 1rem;
} */

.sub-single__title {
  color: #000000;
    margin-top: 1.5rem;
}
.sub-single__main {
  border-top: 1px solid #000000;
}

.p-contact-sec01 .sub-contact__tel {
  color: #000000;
}
.p-contact-sec01 .sub-contact__time span {
  color: #000000;
}
.p-contact-sec01 .sub-contact__time span:nth-of-type(1) {
  border: 1px solid #000000;
}
.p-contact-sec01 .sub-contact__item dt .required {
  background-color: #000000;
}
.p-contact-sec01 .sub-contact__item input,
.p-contact-sec01 .sub-contact__item textarea {
  border: none;
  border-radius: 0;
}
.p-contact-sec01 .sub-contact__submit input {
  background: #000000;
}

.sub-shop__table tr {
  border-top: none;
  border-bottom: 1px solid #bcbcbc;
}
.sub-shop__table th {
  color: #333;
  display: block;
	font-size: 1.5rem;
	    font-weight: 400;
			text-align: center;
}
.sub-single .sub-shop__table td {
	font-size: 1.5rem;
}

.sub-thanks__link a {
  color: #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
}

.sub-404__link a {
  color: #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
}

.footer-contact {
/*   background-color: rgba(186, 186, 33, 0.08); */
	background-image: url(../img/sub/flow/sec01-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.footer-contact .left__txt {
  text-align: left;
  line-height: 1.5;
  padding-top: 3rem;
}

.footer-contact .left__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3rem;
}
.footer-contact .left .tel__link {
  color: #000000;
  font-size: 7vw;
  font-weight: bold;
  padding-left: 7vw;
  pointer-events: all;
  position: relative;
}
.footer_btn_wrap .tel__link {
	position: relative;
}
.footer-contact .left .tel__link::before,
.footer_btn_wrap .tel__link::before {
  background-image: url(../img/common/tel-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  position: absolute;
  height: 5vw;
  left: 0;
  top: 1vw;
  width: 5vw;
}
.footer_btn_wrap .tel__link::before {
	height: 15px;
	width: 15px;
	left: 4.2rem;
	top: 50%;
	transform: translatey(-50%);
}
.footer-contact .left .tel__opentime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5vw;
}
.footer-contact .left .tel__opentime span {
  color: #000000;
}
.footer-contact .left .tel__opentime span:nth-of-type(1) {
  font-size: 5vw;
  padding: 1vw 3vw;
  border: 1px solid #000000;
}
.footer-contact .left .tel__opentime span:nth-of-type(2) {
  font-size: 5vw;
  margin-left: 3vw;
}
.footer-contact .left__btn-wrap {
  padding-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* .footer-contact__right {
	padding: 20px !important;
    background-image: url("../img/home/home-about.jpg");
	    background-position: center;
    background-size: cover;
} */
.footer-contact .right__map {
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
.footer-contact .right__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-contact__inner {
  display: flex;
  gap: 4rem;
  justify-content: space-around;
  align-items: flex-start;
  }
  .footer-contact .left .tel__link {
    font-size: 2.4rem;
    padding-left: 2.3rem;
  }
  .footer-contact .left .tel__link::before {
        height: 1.744rem;
    left: -1rem;
    margin: auto;
    top: 0.6rem;
    width: 2.744rem;
  }
  .footer-contact .left .tel__opentime {
    margin-top: 1.2rem;
  }
  .footer-contact .left .tel__opentime span:nth-of-type(1) {
    font-size: 1.6rem;
    padding: 0.4rem 1.2rem;
  }
  .footer-contact .left .tel__opentime span:nth-of-type(2) {
    font-size: 1.8rem;
    margin-left: 0.9rem;
  }
  .footer-contact__right {
    width: 50%;
    padding-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media (min-width: 768px) {
  .l-page-cover__inner {
    padding: 16rem 0 14rem;
  }
  .l-page-cover__ttl {
    font-size: 6rem;
    font-weight: bold;
		letter-spacing: 0.1em;
  }
  .l-page-cover__ttl span {
    font-size: 1.6rem;
  }
  .l-page-subWrapper {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
  .l-page-contbox {
    margin-top: 4rem;
    padding: 6rem 4rem 8rem;
  }
  .l-page-contbox-wide {
    margin-top: 4rem;
    padding: 6rem 0 8rem;
  }
  .header {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__logo {
    margin-top: 0;
  }
  .header__item:last-of-type a {
    width: auto;
  }
  .header__tel {
/*     text-shadow: none; */
/* 	  text-shadow: 0 0 6px rgba(0, 0, 0, 0.1); */
  }
  .header__time {
    color: #000000;
  }
  .header__time span {
    border-color: #000000;
  }
  .header__btn {
    color: #fff;
    background: transparent;
  }
  .header__link, .header__btn, .header__tel {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	  /* text-shadow: 0 0 6px rgba(0, 0, 0, 0.1); */
  }
  .header__tel::before {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .js-header-change .header__tel::before {
    background-image: url(../img/common/tel-color.svg);
  }
  .c-heading01 {
    font-size: 4rem;
	      font-family: "Noto Sans JP", sans-serif;
	      font-weight: 400;
    padding-bottom: 1rem;
		text-align: center;
  }
  .c-heading01 span {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
  .c-heading03 {
    font-size: 2.5rem;
  }
  .c-text {
    font-size: 1.6rem;
	      line-height: 1.7;
  }
  .c-news__link:hover {
    opacity: 0.8;
  }
  .c-news__link:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .c-news__img {
    width: 15%;
    padding-top: 8rem;
    position: relative;
    margin-right: 2rem;
  }
  .c-news__time {
    grid-area: 1/1/3/2;
  }
  .c-news__ttl {
    grid-area: 2/2/3/3;
    padding-top: 1rem;
  }
  .btn span {
    right: 5rem;
  }
  .c-card {
    width: 31.5%;
  }
  .c-card__time {
    font-size: 1.2rem;
    margin-right: 2rem;
  }
  .c-card__body-bottom {
    font-size: 1.6rem;
    margin-top: 0;
  }
  .c-card_link .c-card__ttl {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#bcbcbc)) 0 100%/0 1px no-repeat;
    background: linear-gradient(#bcbcbc, #bcbcbc) 0 100%/0 1px no-repeat;
  }
  .c-card_link:hover .c-card__ttl {
    background-size: 100% 1px;
  }
  .c-tag {
    font-size: 1.2rem;
    width: 10rem;
  }
  .c-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-media__img-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 45%;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
    margin-right: 3.3333%;
  }
  .c-media__body {
    width: 50rem;
    padding-top: 0;
  }
  .c-media__ttl .ja {
    font-size: 2.4rem;
  }
  .c-media_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-media_reverse .c-media__img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-right: 0;
  }
  .c-media_reverse .c-media__body {
    margin-right: 3.3333%;
  }
  .c-accordion__title {
    font-size: 1.6rem;
    padding: 3rem 2rem;
  }
  .c-accordion__title span {
    width: 3.3rem;
    height: 3.3rem;
    margin-right: 1rem;
  }
  .c-accordion__title::after {
    width: 0.9rem;
    height: 0.9rem;
    right: 2.3rem;
  }
  .c-accordion__content {
    padding: 2.9rem 2rem;
  }
  .c-accordion__content p {
    font-size: 1.6rem;
  }
  .c-flexbox01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	      align-items: center;
				justify-content: center;
  }
  .c-flexbox01__head {
    width: 60rem;
    margin-right: 3.3333%;
  }
	
  .c-flexbox01__body {
    width: 50rem;
    padding-top: 0;
  }
  .c-flexbox02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
                align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
						justify-content: center;
  }
  .c-flexbox02__head {
    width: 60rem;
  }
  .c-flexbox02__body {
    width: 50rem;
    margin-right: 3.3333%;
    padding-top: 0;
  }
  .c-table01 tr {
    padding: 1.8rem;
  }
  .c-table01 th {
    width: 13rem;
  }
  .c-table02 th,
  .c-table02 td {
    font-size: 1.6rem;
    padding: 1.8rem;
  }
  .c-table02 th {
    width: 25rem;
  }
  .c-column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-column-2__item:not(:first-of-type) {
    margin-top: 0;
  }
  .c-column-2__item {
    width: 50%;
  }
  .c-column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3rem 2.75%;
  }
  .c-column-3__item:not(:first-of-type) {
    margin-top: 0;
  }
  .c-column-3__item {
    width: 31.5%;
  }
  .footer_cta_inner {
    padding: 12rem 3rem;
  }
  .home-mv__catch img {
    max-width: 1000px;
  }
  .home-shop {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .home-shop__text {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .home-shop__img {
    width: 100%;
    position: static;
  }
  .p-home-sec01 {
    padding-top: 0;
    padding-bottom: 10rem;
  }
  .p-home-sec01__cont {
    width: 100%;
    margin: 0 auto;
  }
  .p-home-sec02 {
    padding-top: 8rem;
    padding-bottom: 0;
  }
  .p-home-sec02__cont {
    width: 82%;
    margin: 0 auto;
  }
  .p-panel {
    gap: 3rem 2.75%;
  }
  .p-panel__item {
    width: 31.5%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .p-panel__item:hover {
    /* -webkit-box-shadow: 0 0 15px 0 rgba(45, 50, 52, 0.3);
    box-shadow: 0 0 15px 0 rgba(45, 50, 52, 0.3); */
    /* -webkit-transform: translateY(-6px);
    transform: translateY(-6px); */
  }
  .p-panel__img-wrap {
    padding-top: 300px;
    overflow: hidden;
  }
	.p-home-sec02 .c-heading01 span,
	.p-home-sec01 .c-heading01 span {
		margin-top: 0;
	}
  .p-panel__img-wrap img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .p-panel__item:hover .p-panel__img-wrap img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .p-home-sec03 {
        padding-top: 0rem;
    padding-bottom: 0rem;
    margin-top: 0rem;
  }
  .p-home-sec03__cont {
    padding: 1rem 12rem 2rem 12rem;
  }
  .home-gallery .embed-wrap {
    margin-top: 3.9rem;
  }
  .home-gallery #sbi_images {
    gap: 4rem 4rem;
    grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  }
  .p-about-sec01 {
    padding-bottom: 10rem;
  }
  .p-about-sec01__box {
    padding: 4rem 4rem 8rem;
    margin-top: 0rem;
  }
  .p-about-sec01__table tr {
    padding: 1.8rem;
  }
  .p-about-sec01__table th {
    width: 13rem;
    display: table-cell;
  }
  .p-profile-sec01 .sub-shop__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
						align-items: center;
  }
  .p-profile-sec01 .sub-shop__text {
        width: 50%;
  }
  .p-profile-sec01 .sub-shop__img {
    width: 12%;
  }
  .p-profile-sec01__name {
    font-size: 3rem;
  }
  .p-profile-sec01__list {
    padding: 0 2rem;
  }
  .p-profile-sec01__list li {
    margin-top: 2rem;
  }
  .p-profile-sec02 {
        padding-top: 8rem;
    padding-bottom: 0rem;
  }
  .p-profile-sec02__box {
    padding: 2rem 4rem 8rem;
    margin-top: 4rem;
  }
	.p-profile-sec02 .c-heading01 span {
		color: #fff !important;
	}
	.p-profile-sec01 .sub-shop__box {
		padding-top: 3rem !important;
	}
  .p-profile-sec02__table tr {
    padding: 1.8rem;
  }
  .p-profile-sec02__table th {
    width: 13rem;
    display: table-cell;
  }
  .p-profile-sec03 {
        padding-top: 8rem;
    padding-bottom: 6rem;
  }
  .p-profile-sec03__box {
    padding: 2rem 4rem 8rem;
    margin-top: 4rem;
  }
  .p-profile-sec03__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .p-profile-sec03__list li {
    width: 50%;
    margin-top: 3rem;
  }
  .sub-concept__box {
    margin-top: 10rem;
    padding: 2rem 4rem 8rem;
  }
  .sub-archive .select__ttl {
    font-size: 2rem;
  }
  .sub-archive .select__wrap select {
    padding: 0.6rem 2.2rem 0.6rem 0.9rem;
  }
  .sub-archive .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sub-archive .column__main {
    width: 100%;
  }
  .sub-archive .column__side {
    width: 100%;
    padding-top: 0;
  }
  .sub-archive .column .side__ttl {
    font-size: 2rem;
  }
  .sub-archive .p-panel__item {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .sub-archive .p-panel__item:hover {
    /* -webkit-box-shadow: 0 0 15px 0 rgba(45, 50, 52, 0.3);
    box-shadow: 0 0 15px 0 rgba(45, 50, 52, 0.3); */
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  .sub-archive .p-panel__img-wrap {
    padding-top: 250px;
    overflow: hidden;
  }
  .sub-archive .p-panel__img-wrap img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .sub-archive .p-panel__item:hover .p-panel__img-wrap img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .sub-shop__table tr {
    padding: 1.4rem;
  }
  .sub-shop__table th {
    display: table-cell;
  }
}

@media only screen and (max-width: 767px) {
	
	.p-profile-sec01__name {
		font-size: 6vw ;
	}
  .c-card__time {
    font-size: 4vw;
  }
  .c-media__txt {
    font-size: 4vw;
  }
  .c-table01 {
    font-size: 4vw;
  }
  .p-about-sec01__table {
    font-size: 4vw;
  }
  .p-profile-sec01__list li {
    font-size: 4vw;
  }
  .p-profile-sec02__table {
    font-size: 4vw;
  }
  .p-profile-sec03__list li {
    font-size: 4vw;
  }
	.p-profile-sec02__box {
		    padding: 0;
    margin-top: 0vw;
	}
	.p-profile-sec02 {
		margin-bottom: 0;
	}
	.about_lead_area {
		    padding: 5rem 2rem 5rem 2rem;
	}
	.main.sub .home-center {
		    padding-top: 4rem;
    margin: 5rem 0 3rem 0;
	}
	.p-profile-sec02 .c-heading01 span {
		color: #fff;
	}
	.p-profile-sec03__box {
		padding: 0vw;
		margin-top: 10vw;
	}
	.l-page-cover__ttl span {
		font-size: 3.5vw;
	}
	.sub-archive .sub-archive__box {
		    margin-top: 0vw;
    padding: 2vw 0vw 10vw 0vw;
	}
}

.footer_cta_type002 {
	    background: #ededed;
    padding: 7rem 0 6rem 0;
    text-align: center;
    line-height: 1.7;
}
.footer_cta_type002 ul {
	display: flex;
	justify-content: center;
    gap: 1%;
    margin: 3rem 0 0 0;
}
.footer_cta_type002 ul li {
	width: 33%;
	    position: relative;
}
.footer_cta_type002 ul li .mask {
	    position: absolute;
    top: 35%;
    width: 100%;
    color: #fff;
}
.footer_cta_type002 ul li .mask p {
	    font-weight: bold;
    font-size: 2rem;
}
.footer_cta_type002 ul li a img {
	transition: .3s;
}
.footer_cta_type002 ul li a:hover img {
	opacity: 0.7;
	transition: .3s;
}
.main.sub.-aboutus .home-shop::after {
	background: #ededed;
}
.main.sub.-aboutus .home-shop .home-section-title {
	color: #000000;
}
.main.sub.-aboutus .home-shop .home-section-title span {
	color: #000000;
}

.home-flex-bnr {
	    display: flex;
    gap: 2rem;
    margin: 8rem 0 0 0;
}
.home-flex-bnr a img {
	transition: .3s;
}
.home-flex-bnr a:hover img {
	opacity: 0.7;
	transition: .3s;
}



/*# sourceMappingURL=style.css.map */