﻿
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
	font-size: 16px;
	line-height: 1.6;
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	letter-spacing: 0.05em;
  background-image: url(../image/bg-tile.svg);
  background-repeat: repeat;
  background-position: center;
}

@media screen and (max-width: 767px) {
  body{
    font-size: 14px;
    line-height: 1.6;
  }
}

/* safariの青い線を消す */
*:focus {
  outline: none;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
  cursor: pointer;
}
a:hover{
	transition: .3s;
	opacity: .7;
	cursor: pointer;
}

.container{
  max-width: 1250px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}
.sp-container{
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sp-container{
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .container{
    padding: 0 15px;
  }
  .sp-wrapper{
    max-width: 415px;
    margin-right: auto;
    margin-left: auto;
  }
}


/* ----------------------*/
 /* btn */
/* ----------------------*/

.main-btn a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 305px;
  width: 100%;
  padding: 35px 0;
  color: #000000;
  transition: 0.3s ease-in-out;
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1;
}
.main-btn a > img{
  max-width: 29px;
}
.main-btn a:before,
.main-btn a:after {
content: '';
width: 30px;
height: 30px;
border-color: #000;
box-sizing: border-box;
border-style :solid;
display: block;
position: absolute;
transition: all 0.5s ease-in-out;
}
.main-btn a:before {
	top: -6px;
	left: -6px;
	border-width: 1px 0 0 1px;
	z-index: 5;
}
.main-btn a:after {
	bottom: -6px;
	right: -6px;
	border-width: 0 1px 1px 0;
}
.main-btn a:hover{
  opacity: initial;
}
.main-btn a:hover:before,
.main-btn a:hover:after {
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	border-color: #000;
}
.main-btn span{
  margin-right: 20px;
}
.main-btn span::after{
  content: '';
  position: absolute;
  display: inline-block;
  background: url(../image/arrow.svg) no-repeat center center/contain;
  width: 30px;
  height: 6px;
  top: 50%;
  right: 50%;
  margin-right: -100px;
  transform: translateY(-50%);
}
/* 白いボタン */
.main-btn.__white a{
  color: #fff;
}
.main-btn.__white a:before,
.main-btn.__white a:after {
  border-color: #fff;
}
.main-btn.__white a:hover:before,
.main-btn.__white a:hover:after {
	border-color: #fff;
}
.main-btn.__white span::after{
  background: url(../image/arrow-white.svg) no-repeat center center/contain;
}

/* 茶色のボタン */
.main-btn.__brown a{
  color: #584641;
}
.main-btn.__brown a:before,
.main-btn.__brown a:after {
  border-color: #584641;
}
.main-btn.__brown a:hover:before,
.main-btn.__brown a:hover:after {
	border-color: #584641;
}
.main-btn.__brown span::after{
  background: url(../image/arrow-brown.svg) no-repeat center center/contain;
}

/* 下層のコンタクトボタン */
.main-btn.__contact a{
  max-width: 381px;
  height: 180px;
}
.main-btn.__contact span {
  line-height: 2;
  margin-right: 0;
  font-size: 32px;
}
.main-btn.__contact span::after {
  top: 67%;
  right: 50%;
  margin-right: -111px;
  width: 50px;height: 10px;
}
.main-btn.__contact{
  content: '';
  position: absolute;
  display: inline-block;
  width: 381px;
  height: 180px;
  top: 50%;
  right: 50%;
  margin-right: -450px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1023px) {
  .main-btn.__contact{
    width: 300px;
    height: 130px;
    top: 50%;
    right: 50%;
    margin-right: -341px;
    transform: translateY(-50%);
  }
  .main-btn.__contact a{
    max-width: 381px;
    height: 120px;
    padding: 20px 0;
  }
  .main-btn.__contact span{
    font-size: 20px;
  }
  .main-btn.__contact span::after{
    width: 30px;
    height: 6px;
    margin-right: -74px;
  }
}

@media screen and (max-width: 767px) {
  .main-btn a{
    padding: 27px 0;
  }
  .main-btn.__contact{
    width: 250px;
    height: 130px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
}

@media screen and (max-width: 320px) {
  .main-btn a{
    max-width: 260px;
  }
  .main-btn.__contact{
    width: 200px;
  }
}





/* ----------------------*/
 /* sectionタイトル */
/* ----------------------*/

.sec__ttl {
  position: relative;
  background-color: #ffffff;/*背景色*/
  z-index: 1;
  height: 120px;
  font-family: 'Hina Mincho', serif;
  text-align: center;
  font-size: 60px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.sec__ttl.__dark{
  color: #fff;
}
.sec__ttl.__brown{
  color: #584641;
}
.sec__ttl.__nomal{
  color: #000;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.sec__ttl::before,
.sec__ttl::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 110px;
  border: #000 1px solid;
}
.sec__ttl::before {
  background-color: transparent;
  left: 0;
  top: 0;
  z-index: -1;
}
.sec__ttl::after {
  background-color: #fff;/*ズレている方の背景色*/
  top: 10px;
  left: 10px;
  z-index: -2;
}

/* 背景グレーvertion */
.sec__ttl.__dark{
  background-color: #4C4C55;/*背景色*/
}
.sec__ttl.__dark::before,
.sec__ttl.__dark::after {
  border: #fff 1px solid;
}
.sec__ttl.__dark::after {
  background-color: #4C4C55;/*ズレている方の背景色*/
}
/* 背景黒いvertion */
.sec__ttl.__black{
  background-color: #000;/*背景色*/
}
.sec__ttl.__black::before,
.sec__ttl.__black::after {
  border: #fff 1px solid;
}
.sec__ttl.__black::after {
  background-color: #000;/*ズレている方の背景色*/
}
/* 背景ベージュvertion */
.sec__ttl.__beige{
  background-color: #F2F5EF;/*背景色*/
}
.sec__ttl.__beige::before,
.sec__ttl.__beige::after {
  border: #584641 1px solid;
}
.sec__ttl.__beige::after {
  background-color: #F2F5EF;/*ズレている方の背景色*/
}
@media screen and (max-width: 767px) {
  .sec__ttl{
    height: 79px;
    font-size: 42px;
  }
  .sec__ttl img {
    width: 154px;
    height: 45px;
    top: 53%;
  }
  .sec__ttl::before,
  .sec__ttl::after {
    height: 70px;
  }
  .sec__ttl::after{
    left: 5px;
  }
  .sec__ttl::before{
    left: -5px;
  }
  .sec__ttl.__nomal{
    font-size: 24px;
  }
}
/* ----------------------*/
 /* header */
/* ----------------------*/
.header{
  padding: 55px 0 57px;
  transition: .5s;
  background-color: #fff;
  background-image: url(../image/bg-tile.svg);
  background-repeat: repeat;
  background-position: center;
}
.header__logo a{
  display: inline-block;
}
.header__logo{
  text-align: center;
  position: relative;
  z-index: 9999;
}
.header__logo img{
  width: 100%;
  max-width: 455px;
}
.header__nav{
  margin-top: 23px;
}
.header__nav ul{
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
}

.header__nav ul li a{
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 30px;
  padding: 10px 25px 0;
  font-family: 'Hina Mincho', serif;
  letter-spacing: 0.08em;
}
/* .header__nav ul li.current > a{
  position: relative;
} */
.header__nav ul .current > a::after{
  content:"";
  position: absolute;
  display: block;
  width: 75%;
  height: 1px;
  background-color:#000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sp-nav{
  display: none;
}
.humburger{
  display: none;
}

@media screen and (max-width: 1439px){
  .header{
    padding: 50px 0 50px;
  }
  .header__nav {
    margin-top: 30px;
  }
  .header__nav ul li a {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav ul li a {
    font-size: 20px;
  }
  .header__logo img {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .header{
    padding: 15px 0 15px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    padding: 15px 0;
    background-image: none;
  }
  .header.change-color {
    background-color: rgba(255, 255, 255,0.8);
  }
  .header > .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__logo img{
    width: 267px;
  }
  .header__nav{
    display: none;
  }
  /*ハンバーガーボタン*/
  .humburger {
    display : block;
    position: relative;
    z-index : 9999;
    right : 0;
    top   : 5px;
    width : 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
  }
  .humburger span {
    display : block;
    position: absolute;
    width   : 40px;
    height  : 2px;
    right: 0;
    background : #000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .humburger span:nth-child(2){
    width   : 28px;
  }
  .humburger span:nth-child(3){
    width   : 16px;
  }

  .humburger span:nth-child(1) {
    top: 5px;
  }
  .humburger span:nth-child(2) {
    top: 13px;
  }
  .humburger span:nth-child(3) {
    top: 21px;
  }

  /* ナビ開いてる時のボタン */
  .humburger.active span:nth-child(1) {
    top : 10px;
    width: 28px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }

  .humburger.active span:nth-child(2),
  .humburger.active span:nth-child(3){
    top: 10px;
    width: 28px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }


  .sp-nav{
    position: absolute;
    display: block;
    top: -100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 8888;
    transition: ease 0.3s;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.8s ease;
  }
  .sp-nav.active{
    top: 0px;
    opacity: 1;
    visibility: visible;
  }
  .sp-nav__items{
    padding: 100px 0;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    /* width: 146px; */
  }
  .sp-nav__items a{
    color: #000;
    display: block;
    width: 100%;
    font-weight: normal;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-size: 20px;
    font-family: 'Hina Mincho', serif;
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 320px) {
  .header__logo img{
    width: 220px;
  }
}
/* ----------------------*/
 /* footer */
/* ----------------------*/
.footer{
  padding-top: 80px;
  background-color: #fff;
  margin-top: -20px;
}
.footer__logo a{
  display: inline-block;
}
.footer__logo{
  text-align: center;
}
.footer__logo img{
  width: 100%;
  max-width: 455px;
}

.footer__nav{
  margin-top: 42px;
}
.footer__nav{
  margin-top: 23px;
}
.footer__nav ul{
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
}

.footer__nav ul li a{
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 30px;
  padding: 10px 14px 0;
  font-family: 'Hina Mincho', serif;
  letter-spacing: 0.08em;
}
.footer__nav ul li.current > a{
  border-bottom: 1px solid #000;
}


.footer__info{
  margin-top: 92px;
  padding: 40px 0 48px;
  border-top: #B9B9B9 1px solid;
}
.footer__info p{
  text-align: center;
  margin-top: 18px;
}
.copylight{
  background-color: #3E3E46;
  color: #fff;
  font-size: 14px;
}
.copylight p{
  text-align: center;
  padding: 7px 0;
}


@media screen and (max-width: 1024px) {
  .footer__nav ul li a{
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo img{
    width: 267px;
  }
  .footer__nav{
    margin-top: 30px;
  }
  .footer__nav ul{
    flex-direction: column;
  }
  .footer__nav ul li a{
    font-size: 18px;
  }
  .footer__info{
    margin-top: 50px;
    padding: 30px 0 40px;
  }
  .footer__info p{
    font-size: 14px;
  }
  .copylight{
    font-size: 12px;
  }
}

/* ----------------------*/
 /* swiper */
/* ----------------------*/
.fv{
  position: relative;
}
.fv h1{
  display: none;
}
.swiper-area {
  overflow: hidden;
  position: relative;
}
.swiper-area__container {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}
.swiper-slide {
  /* opacity: 0.7; */
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.swiper-slide img{
  max-width: 1200px;
  width: 100%;
}
.swiper-slide-active {
  opacity: 1;
}
.swiper-button-arrow {
  max-width: 1050px;
  margin: auto;
}

.swiper-pagination{
  position: absolute;
  bottom: -25px !important;
}
.swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-bullet {
  border-radius: inherit !important;
  margin: 0 5px!important;
  width: 90px !important;
  height: 2px !important;
  background: #000 !important;
  opacity: 0.19 !important;
}
.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1 !important;
}
.sp-fv{
  display: none;
}

@media (max-width: 1439px) {
  .swiper-slide img{
    max-width: 1000px;
  }
  .swiper-area__container {
    max-width: 800px;
  }
  .swiper-slide {
    /* opacity: 0.7; */
    margin-right: 30px;
  }
  .swiper-slide img{
    max-width: 800px;
  }
}

@media screen and (max-width: 1023px) {
  .swiper-slide img{
    max-width: 600px;
  }
  .swiper-area__container {
    max-width: 600px;
  }
  .swiper-slide {
    /* opacity: 0.7; */
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .swiper-slide img{
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-area__container {
    max-width: 100%;
    width: 100%;
  }
  .swiper-slide {
    /* opacity: 0.7; */
    margin-right: 0px;
  }
  .swiper-slide img {
    max-width: 100%;
    width: 100%;
  }
  /* .pc-fv{
    display: none;
  } */
  .sp-fv{
    /* display: block; */
    display: none;
  }
  .fv{
    margin-top: 70px;
  }
}



/* ----------------------*/
 /* トップバナー */
/* ----------------------*/

.top_bunner{
  margin-top: 140px;
}
.top_bunner-items{
  display: flex;
  max-height: 369px;
  height: 100%;
  overflow: hidden;
}
.top_bunner-item{
  position: relative;
  display: block;
  transition: 1s all;
  overflow:hidden;
  opacity: initial !important;
  width: calc(50% - 30px /2);
  max-width: 100%;
  height: inherit;
}

.top_bunner-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_bunner-item:nth-child(2)::after{
  content: '';
  position: absolute;
  display: inline-block;
  background: url(../image/top-bunner01.svg) no-repeat center center/contain;
  width: 248px;
  height: 253px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.top_bunner-item:nth-child(2){
  margin-left: 30px;
}
.top_bunner-item:first-child::after{
  content: '';
  position: absolute;
  display: inline-block;
  background: url(../image/top-bunner02.svg) no-repeat center center/contain;
  width: 460px;
  height: 183px;
  left: 0;
  bottom: 0;
}
.top_bunner-item:hover img{
  transform:scale(1.1,1.1);
  transition: 1s all;
}

@media screen and (max-width: 1024px) {
  .top_bunner-item:first-child::after {
    width: 381px;
    height: 150px;
    bottom: 4px;
  }
  .top_bunner-item:nth-child(2)::after{
    width: 170px;
    height: 170px;
  }
}

@media screen and (max-width: 1023px) {
  .top_bunner-item:first-child::after{
    width: 265px;
    height: 107px;
    bottom: 4px;
  }
  .top_bunner-item:nth-child(2)::after{
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .top_bunner{
    margin-top: 100px;
  }
  .top_bunner-items{
    flex-direction: column;
    max-height: initial;
  }
  .top_bunner-item{
    width: 100%;
  }
  .top_bunner-item:nth-child(2){
    margin-left: 0;
    margin-top: 30px;
  }
  .top_bunner-item:first-child::after{
    width: 265px;
    height: 107px;
    bottom: 4px;
  }
  .top_bunner-item:nth-child(2)::after{
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 320px) {
  .top_bunner-item:nth-child(2)::after {
    width: 120px;
    height: 120px;
  }
  .top_bunner-item:first-child::after {
    width: 228px;
    height: 90px;
    bottom: 5px;
  }
}

/* ----------------------*/
 /* interior */
/* ----------------------*/

.interior{
  margin-top: 160px;
  padding-bottom: 350px;
}
.interior__item{
  position: relative;
  margin-top: 90px;
}
.interior__item + .interior__item{
  margin-top: 400px;
}
.interior__items-img{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-image: url(../image/top-interior01.webp);
  width: 66%;
  height: 720px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.interior__item:nth-child(2) > .interior__items-img{
  background-image: url(../image/top-interior02.webp);
}
.interior__item:nth-child(3) > .interior__items-img{
  background-image: url(../image/top-interior03.webp);
}
.interior__item:last-child > .interior__items-img{
  background-image: url(../image/top-interior04.webp);
}
.interior__card{
  position: absolute;
  top: 160px;
  left: 13.5%;
  background-color: #fff;
  margin: 0 auto 0 0;
  width: 500px;
  height: 500px;
  padding: 50px 65px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  border: 1px solid #4C4C55;
}

.interior__body{
  position: relative;
}
.interior__card-body h3{
  position: absolute;
  display: block;
  top: 20px;
  left: -20px;
  width: 100%;
  background-color: #4C4C55;
  padding: 22px 0;
  max-width: 370px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
.interior__card-body p{
  padding-top: 100px;
  font-weight: 400;
  line-height: 2.2;
  font-size: 18px;
  margin-bottom: 50px;
}

.interior__items-img.__reverse{
  left: 0;
}
.interior__card.__reverse{
  left: initial;
  right: 13.5%;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  .interior{
    margin-top: 100px;
    padding-bottom: 180px;
  }
  .interior__item{
    margin-top: 70px;
  }
  .interior__card,
  .interior__card.__reverse{
    top: 0;
    left: initial;
    right: initial;
    width: 100%;
    height: 380px;
    padding: 50px 30px;
  }
  .interior__card.__reverse{
    height: 480px;
  }
  .interior__card-body h3{
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 270px;
    width: 100%;
    font-size: 24px;
    padding: 12px 0;
  }
  .interior__items-img,
  .interior__items-img.__reverse{
    right: initial;
    top: initial;
    left: 50%;
    transform: translate(-50%);
    bottom: -100px;
    z-index: 99;
    width: 400px;
    height: 280px;
  }
  .interior__card-body p{
    padding-top: 10px;
    font-size: 16px;
    margin-bottom: 64px;
  }
  .interior__item + .interior__item{
    margin-top: 240px;
  }
  .interior__items-img:first-child{
    bottom: -150px;
  }
}

@media screen and (max-width: 767px) {
  .interior__items-img,
  .interior__items-img.__reverse{
    width: 300px;
    height: 180px;
  }
  .interior__card.__reverse{
    height: 425px;
  }
  .interior__items-img.__reverse:nth-child(2){
    bottom: -100px;
  }
  .interior__items-img.__reverse{
    bottom: -108px;
  }
  .interior__card-body p {
    margin-bottom: 34px;
  }
  .interior__item:nth-child(3){
    margin-top: 210px;
  }
}

@media screen and (max-width: 392px) {

  .interior__card.__long{
    height: 491px;
  }

}
@media screen and (max-width: 320px) {
  .interior__items-img, .interior__items-img.__reverse{
    width: 260px;
  }
  .interior__card{
    height: 400px;
  }
  .interior__card.__reverse{
    height: 494px;
  }
  .interior__card, .interior__card.__reverse{
    padding: 40px 20px;
  }

  .interior__items-img:first-child {
    bottom: -152px;
  }
  .interior__items-img.__reverse{
    bottom: -71px;
  }
  .interior__item:nth-child(3) {
    margin-top: 161px;
  }
}
/* ----------------------*/
 /* information */
/* ----------------------*/

.information{
  background-color: #4C4C55;
  padding: 120px 0;
}
.informatio__news{
  margin-bottom: 60px;
}
.information__contents{
  margin-top: 85px;
}
.information__content{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
.information__content:last-child{
  border: none;
}
.information__info{
  margin-right: 64px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  width: 50%;
}
.information__dete,
.information__category{
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.information__dete{
  margin-right: 30px;
}
.information__category >.post-categories li a{
  display: inline-block;
  font-size: 18px;
  padding: 10px 15px;
  line-height: 1;
  color: #fff;
  margin-right: 112px;
  border: 1px solid #fff;
  border-radius: 18px;
  min-width: 270px;
  text-align: center;
}
/* .information__category{
  font-size: 18px;
  padding: 10px 15px;
  line-height: 1;
  color: #fff;
  margin-right: 112px;
  border: 1px solid #fff;
  border-radius: 18px;
  min-width: 270px;
  text-align: center;
} */
.information__text{
  font-size: 18px;
}
.information__text{
  color: #fff;
}
.information__block{
  max-width: 600px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.information__content + .information__content{
  margin-top: 20px;
}

.information__block{
  margin-top: 0;
  max-width: 590px;
}

@media screen and (max-width: 1024px) {
  .information__category{
    margin-right: 50px;
  }
  .information__info{
    margin-right: 20px;
  }
  .information__category >.post-categories li a{
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .information{
    padding: 50px 0 80px;
  }
  .information__content{
    flex-direction: column;
    align-items: initial;
  }
  .information__block{
    margin-top: 20px;
  }
  .information__info{
    margin-right: 0;
    justify-content: space-between;
    padding-left: 0;
  }
  .information__category >.post-categories li a{
    padding: 8px 15px;
  }
}

@media screen and (max-width: 767px) {

  .information__info{
    flex-direction: column-reverse;
    align-items: inherit;
  }
  .information__dete{
    font-size: 16px;
  }
  /* .information__category{
    margin-right: 0;
    width: 40%;
    font-size: 16px;
    margin-top: 10px;
    padding: 7px 5px;
    min-width: 230px;
  } */
  .information__category >.post-categories li a{
    padding: 5px;
    font-size: 14px;
    min-width: 200px;
    margin-top: 20px;
  }
  .information__block {
    margin-top: 10px;
  }
  .information__text{
    font-size: 16px;
  }
  .information__contents{
    margin-top: 50px;
  }
}

/* ----------------------*/
 /* contact */
/* ----------------------*/

.contact{
  margin-top: 150px;
}
.contact h3{
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin-top: 60px;
}
.sec__text{
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;

}
.contact01__items{
  margin: 0 auto;
  text-align: center;
  background-color: #4C4C55;
  padding: 30px;
  margin-top: 48px;
  max-width: 800px;
  width: 100%;
}

.contact01__items a{
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 70px;
  line-height: 1;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.contact01__items p{
  color: #fff;
  font-size: 18px;
  margin-top: 28px;
  width: 100%;
  max-width: 428px;
  margin-right: auto;
  margin-left: auto;
  line-height: 2;
}
.contact01__items p:nth-child(3){
  color: #fff;
  font-size: 18px;
  margin-top: 0;
  width: 100%;
}
.contact02 > .sec__text > a{
  font-weight: bold;
  color: #EA842D;
  border-bottom: 1px solid #EA842D;
}

@media screen and (max-width: 767px) {
  .contact{
    margin-top: 100px;
  }
  .contact h3{
    font-size: 24px;
    margin-top: 30px;
  }
  .contact01__items a{
    font-size: 40px;
  }
  .contact01__items p{
    font-size: 16px;
  }
  .contact01__items p:nth-child(3){
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  .contact01__items span{
    display: block;
    padding-left: 10px;
  }
}

/* #contactPageページ設定
--------------------------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }
#contactPage #sec1 {margin-bottom: 60px;}
#contactPage #sec1 .dispFlex {padding-top: 15px;}
#contactPage #sec1 .Inner {position: relative; background-color: #FFF4DD; text-align: center;}
#contactPage #sec1 .Inner::before {content: ''; position: absolute; bottom: 0; left: 0; display: block; width: 140px; height: 140px; background: center / cover no-repeat; background-image: url('/wp-content/themes/espoir/css/images/sub/contact-01.svg');}
#contactPage #sec1 .Inner:nth-of-type(2):before {left: 20px; background-image: url('/wp-content/themes/espoir/css/images/sub/contact-02.svg');}
#contactPage #sec1 .Inner h3 {margin-top: -15px;}
#contactPage #sec1 .Inner a {position: relative; color: #4C4C55; font-size: 50px; font-weight: 700;}
#contactPage #sec1 .Inner a:hover {color: #F7931E;}
#contactPage #sec1 .Inner p {width: 230px; margin: 0 auto; text-align: left;}
#contactPage #sec1 .Inner p:first-of-type {padding: 30px 0 15px;}
#contactPage #sec1 .Inner p:nth-of-type(2) {padding-bottom: 30px; letter-spacing: 0.17em;}
#contactForm {margin-bottom: 60px;}
#contactForm .secInner {padding: 45px 100px;}
#secPripoli {width: 100%; height: 250px; margin-bottom: 30px; padding: 15px 15px 0; background-color: #FFF; border: solid 1px #CCC; overflow-x: inherit; overflow-y: scroll; 	font-family: 'Noto Sans JP', sans-serif;
}
#secPripoli h3 {margin-bottom: 15px; padding: 0; color: #F7931E; font-size: 16px; font-weight: 700;}
#secPripoli h4 {margin-bottom: 10px; color: #F7931E; font-size: 14px; font-weight: 700;}
#secPripoli p {padding: 0 0 15px; font-size: 14px; line-height: 1.4;}
#secPripoli ul {padding-bottom: 10px;}
#secPripoli li {padding-bottom: 5px; font-size: 13px;}
#contactForm .secForm {will-change: 960px; margin: 30px auto; padding: 45px 100px; background-color: #fff; 	font-family: 'Noto Sans JP', sans-serif;
}
#contactForm .secForm dl {display: flex; height: auto; min-height: 50px;}
#contactForm .secForm dt {width: 300px; padding-bottom: 30px; font-size: 14px; font-weight: 500;}
#contactForm .secForm dt .mustContent {font-size: 80%; color: #EA842D;}
#contactForm .secForm dd {width: 660px; padding-bottom: 30px; font-size: 14px;}
#contactForm .secForm dd input, #contactForm .secForm dd select, #contactForm .secForm dd textarea {border: solid 1px #AAA; font-size: 13px;}
#contactForm .secForm dd.image-100 input {border: none;}
#contactForm .secForm dd.zip-200 input {width: 200px;}
#contactForm .secForm dd.zip-300 input, #contactForm .secForm dd.email-300 input, #contactForm .secForm dd.address-300 input {width: 400px;}
#contactForm .secForm dd.zip-50 input {width: 60px;}
#contactForm .secForm dd.checkbox-100 {padding-bottom: 15px;}
#contactForm .secForm dd.checkbox-100 input {margin-right: 3px;}
#contactForm .secForm dd.checkbox-100 label {display: block; margin-right: 30px; padding-bottom: 15px;}
#contactForm .secForm dd.checkbox-100 label span {position: relative; top: -1.5px;}
#contactForm .secForm dd.message-300 textarea {width: 400px; height: 100px;}
#contactForm .secForm .wpcf7c-conf {background-color: #FFF;}
#contactForm .secForm .check-box span.wpcf7-list-item {display: inline-block;}
#contactForm .secForm .check-box span.wpcf7-list-item input, #contactForm .secForm .kakunin-ok span.wpcf7-list-item input {margin-right: 5px;}
.btn {display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px;}
.btn:hover,.btn:focus,.btn.focus {color: #333; text-decoration: none;}
.btn:active,.btn.active {outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125); box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);}
#contactForm div.wpcf7-mail-sent-ok, #contactForm div.wpcf7-response-output {margin: 0; padding: 0; border: none;}
#contactForm div.wpcf7-validation-errors, #contactForm div.wpcf7-acceptance-missing {border: none;}
#contactForm .secForm p.subBtn {padding-left: 300px;}
#contactForm .secForm p.subBtn .btn-info {background-color: #EA613A; border-color: #EA613A; color: #FFF;}
#contactForm .secForm p.subBtn .btn-info {background-color: #EA613A; border-color: #EA613A; color: #FFF;}
#contactForm .secForm p.subBtn .btn-warning {background-color: #888; border-color: #888; color: #FFF;}
#contactForm .secForm p.subBtn .btn:hover {opacity: 0.8;}
#contactForm .secForm span.wpcf7-list-item {margin-left: 0;}
#contactForm .secForm span.wpcf7-list-item-label::before {content: none;}
#contactForm .textDetail {padding-right: 5px;  line-height: 2; 	font-family: 'Noto Sans JP', sans-serif;
}
#contactForm .textRecap {position: relative; top: 0; left: 300px; width: 260px; height: 60px; margin-bottom: 30px; padding: 10px 5px 0 80px; background: center / cover no-repeat; background-image: url('/wp-content/themes/espoir/css/images/sub/recaptcha-v3.png'); border-radius: 4px; box-shadow: 0 0 6px grey; color: #FFF; font-size: 75%; line-height: 1.6;}
#contactForm .textRecap a {color: #FFF; font-size: 75%; text-decoration: none;}
#contactForm .textRecap a:hover {color: #FFF; text-decoration: underline;}
@media (max-width: 1199px) {
  #contactPage #sec1 .Inner a:hover {color: #4C4C55;}
  #contactPage #sec1 .Inner a.hover {color: #F7931E;}
  #contactPage #sec1 .Inner p {width: 200px;}
  #contactForm .textRecap a:hover {color: #FFF; text-decoration: none;}
  #contactForm .textRecap a.hover {color: #FFF; text-decoration: underline;}
  #contactForm .textRecap {width: 240px; height: 55px; padding-left: 75px;}
  #secPripoli h3 {font-size: 14px;}
  .recaptcha{
    left: 224px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #contactPage #sec1 {margin-bottom: 50px;}
  #contactPage #sec1 .dispFlex {padding-top: 13px;}
  #contactPage #sec1 .Inner::before {width: 110px; height: 110px;}
  #contactPage #sec1 .Inner:nth-of-type(2):before {left: 15px;}
  #contactPage #sec1 .Inner h3 {margin-top: -13px;}
  #contactPage #sec1 .Inner a {font-size: 44px;}
  #contactPage #sec1 .Inner p:first-of-type {padding: 25px 0 13px;}
  #contactPage #sec1 .Inner p:nth-of-type(2) {padding-bottom: 25px;}
  #contactForm {margin-bottom: 50px;}
  #contactForm .secInner {padding: 50px;}
  #secPripoli {height: 200px; margin-bottom: 25px; padding: 13px 13px 0;}
  /* #contactForm .secForm {width: 870px; margin: 25px auto; padding: 13px 0;} */
  #contactForm .secForm dl {min-height: 46px;}
  #contactForm .secForm dt {width: 250px; padding-bottom: 25px;}
  #contactForm .secForm dd {width: 620px; padding-bottom: 25px;}
  #contactForm .secForm dd.checkbox-100 {padding-bottom: 13px;}
  #contactForm .secForm dd.checkbox-100 label {margin-right: 25px; padding-bottom: 13px;}
  #contactForm .secForm dd.checkbox-100 label span {top: -1px;}
  #contactForm .secForm p.subBtn {padding-left: 224px;}
  #contactForm .textRecap {left: 250px; margin-bottom: 25px;}
}
@media (max-width: 991px) {
  #contactForm .textDetail {padding: 0;}
}
@media (max-width: 991px) and (min-width: 768px) {
  #contactPage #sec1 {margin-bottom: 40px;}
  #contactPage #sec1 .dispFlex {padding-top: 10px;}
  #contactPage #sec1 .Inner::before {width: 90px; height: 90px;}
  #contactPage #sec1 .Inner:nth-of-type(2):before {left: 10px;}
  #contactPage #sec1 .Inner h3 {margin-top: -10px;}
  #contactPage #sec1 .Inner a {font-size: 40px;}
  #contactPage #sec1 .Inner p:first-of-type {padding: 20px 0 10px;}
  #contactPage #sec1 .Inner p:nth-of-type(2) {padding-bottom: 20px;}
  #contactForm {margin-bottom: 40px;}
  #contactForm .textLead .pcView {display: none;}
  #contactForm .secInner {padding: 40px;}
  #secPripoli {height: 180px; margin-bottom: 20px; padding: 10px 10px 0;}
  /* #contactForm .secForm {width: 670px; margin: 20px auto; padding: 10px 0;} */
  #contactForm .secForm { padding: 20px 15px;}
  #contactForm .secForm dl {min-height: 44px;}
  #contactForm .secForm dt {width: 200px; padding-bottom: 20px;}
  #contactForm .secForm dd {width: 470px; padding-bottom: 20px;}
  #contactForm .secForm dd.checkbox-100 {padding-bottom: 10px;}
  #contactForm .secForm dd.checkbox-100 label {margin-right: 20px; padding-bottom: 10px;}
  #contactForm .secForm dd.checkbox-100 label span {top: -1px;}
  #contactForm .secForm p.subBtn {padding-left: 200px;}
  .recaptcha{
    left: 200px;
  }
  #contactForm .textRecap {left: 200px; margin-bottom: 20px;}
}
@media (min-width: 768px) {
  #contactPage #pageTitle {background-image: url('/wp-content/themes/espoir/css/images/sub/bg-contact-pc.jpg');}
}
@media (max-width: 767px) {
  #contactPage #pageTitle {background-image: url('/wp-content/themes/espoir/css/images/sub/bg-contact-mp.jpg');}
  #contactPage #sec1 {margin-bottom: 15px;}
  #contactPage #sec1 .dispFlex {max-width: 450px; margin: 0 auto; padding-top: 10px;}
  #contactPage #sec1 .Inner {min-height: 80px;}
  #contactPage #sec1 .Inner:first-of-type {margin-bottom: 30px;}
  #contactPage #sec1 .Inner::before {width: 60px; height: 60px;}
  #contactPage #sec1 .Inner:nth-of-type(2):before {left: 5px;}
  #contactPage #sec1 .Inner h3 {margin-top: -10px; font-size: 18px;}
  #contactPage #sec1 .Inner a {font-size: 34px;}
  #contactPage #sec1 .Inner p:first-of-type {padding: 20px 0 10px;}
  #contactPage #sec1 .Inner p:nth-of-type(2) {padding-bottom: 20px;}
  #contactForm {margin-bottom: 15px;}
  #contactForm .secInner {max-width: 450px; margin: 0 auto; padding: 15px;}
  #secPripoli {height: 150px; margin-bottom: 30px;}
  #secPripoli h3 {text-align: center;}
  #contactForm .secForm {width: 100%; margin: 15px auto; padding: 15px;}
  #contactForm .secForm dl {display: block;}
  #contactForm .secForm dt {width: 100%; padding-bottom: 10px;}
  #contactForm .secForm dd {width: 100%; padding-bottom: 20px;}
  #contactForm .secForm dd.zip-300 input, #contactForm .secForm dd.email-300 input, #contactForm .secForm dd.address-300 input, #contactForm .secForm dd.message-300 textarea {width: 100%;}
  #contactForm .secForm dd.checkbox-100 {padding-bottom: 20px;}
  #contactForm .secForm dd.checkbox-100 label {margin-right: 15px; padding-bottom: 10px;}
  #contactForm .secForm dd.checkbox-100 label span {top: -1px;}
  #contactForm .secForm p.subBtn {padding-left: 0;}
  #contactForm .textDetail {padding: 0;}
  #contactForm .textRecap {left: 0; margin: 15px 0;}
}
.Pripoli__ttl{
  font-size: 20px;
  font-weight: 700;
  margin: 45px 0 15px;
  font-family: 'Noto Sans JP', sans-serif;

}

@media screen and (max-width: 767px) {

  .contact02{
    padding-top: 10px;
  }
  .contact01__items{
    margin-top: 30px;
    padding: 20px 9px 30px;
  }
  .contact01__item{
    padding: 0 5px 24px 2px;
  }
  .contact01__item a{
    font-size: 30px;
    margin-top: 20px;
    padding-left: 20px;
  }
  .contact01__item a::before{
    width: 20px;
    height: 20px;
    margin-left: -111px;
  }
  .contact01__item dl{
    margin-top: 15px;
  }
  .contact01__item dt{
    width: 50%;
    letter-spacing: 0;
    font-size: 14px;
  }
  .contact01__item dd {
    width: 50%;
    font-size: 14px;
  }
  .Pripoli__ttl{
    font-size: 18px;
    margin: 20px 0 5px;
  }
  .recaptcha {
    left: 0;
  }
}
@media screen and (max-width: 320px) {
  .contact01__item dd {
    font-size: 13px;
  }
  .contact01__item {
    padding: 0 0px 24px 2px;
  }
  .contact01__item dt{
    width: 48%;
  }

}

/* ----------------------*/
 /* access */
/* ----------------------*/
.access{
  padding: 100px 0;
  background-color: #4C4C55;
}
.access__items{
  display: flex;
  justify-content: space-between;
}
.access__item{
  margin-right: 30px;
  color: #fff;
  font-size: 16px;
  max-width: 570px;
  width: 100%;
}
.access__item h3{
  font-size: 30px;
  border-bottom: 1px solid #fff;
  padding-bottom: 24px;
  font-family: 'Hina Mincho', serif;
  letter-spacing: 0.05em;
}
.access__img{
  max-width: 600px;
  width: 100%;
}
.access__img p{
  font-size: 14px;
  color: #fff;
}
.access__img img{
 width: 100%;
 object-fit: cover;
}
.access__item ul{
  margin-top: 30px;
}
.access__item li{
  line-height: 2;
}
.access__item li:nth-child(5){
  margin-top: 30px;
}
.access__item li:nth-child(6){
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .access{
    padding: 50px 0;
  }
  .access__items{
    flex-direction: column;
  }
  .access__item{
    max-width: 100%;
    margin-right: 0;
  }
  .access__img{
    max-width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 375px) {
  .access__item li span{
    display: block;
  }
}

/* ----------------------*/
 /* map */
/* ----------------------*/

.map__item iframe{
  width: 100%;
}
@media screen and (max-width: 767px) {
  .map__item iframe{
    height: 300px;
  }
}

/* ここからスムーススクロール */
.gotop {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background: rgb(76,76,85,0.8);
  padding-top: 30px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
}
.gotop::before {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 25%;
  height: 25%;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
}
.gotop.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px){
  .gotop {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: 1;
    bottom: 10px;
    right: 0px;
  }
}

/* ローディング */
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}
/* ローディングここまで */


/* ----------------------*/
 /* 下層ページ  barbershop */
/* ----------------------*/

.fv.__lower{
  position: relative;
  background-color: #000;
}
.fv.__lower img{
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.fv.__lower::before{
content: '';
position: absolute;
display: inline-block;
background: url(../image/barbershop-mv-text.svg) no-repeat center center/contain;
width: 436px;
height: 251px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.barbershop01{
  background-color: #000;
  color: #fff;
  padding: 125px 0 150px;
}
.barbershop01 p{
  text-align: center;
  line-height: 4;
  font-size: 20px;
  font-weight: 600;
}

.barbershop01__items{
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
}
.barbershop01__items img{
  width: 100%;
  transition-duration: 0.3s;
}
.barbershop01__items li{
  width: calc(50% - 30px/2);
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.barbershop01__items li:hover{
  opacity: 0.6;
  transition-duration: 0.3s;
}
.barbershop01__items li a:before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.barbershop01__items li:first-child a:before{
  background: url(../image/barbershop-text-style.svg) no-repeat center center/contain;
  height: 78px;
}
.barbershop01__items li:nth-child(2) a:before{
  background: url(../image/barbershop-text-product.svg) no-repeat center center/contain;
}
.barbershop01__items li:nth-child(3) a:before{
  background: url(../image/barbershop-text-menu.svg) no-repeat center center/contain;
}
.barbershop01__items li:last-child a:before{
  background: url(../image/barbershop-text-stylist.svg) no-repeat center center/contain;
  height: 78px;
}
.barbershop01__items li:nth-child(2n){
  margin-left: 30px;
}
.barbershop01__items li:nth-child(n+3){
  margin-top: 30px;
}
.barbershop01__items li a{
  display: inline-block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .barbershop01__items li::before{
    height: 40px;
  }
  .barbershop01 p{
    line-height: 3;
  }
}

@media screen and (max-width: 768px) {
  .barbershop01__items li:nth-child(2) a:before,
  .barbershop01__items li:nth-child(3) a:before{
    height: 40px;
  }
  .barbershop01__items li:first-child a:before,
  .barbershop01__items li:last-child a:before{
    height: 50px;
  }

}
@media screen and (max-width: 767px) {
  .barbershop01{
    padding: 80px 0;
  }
  .barbershop01__items{
    margin-top: 80px;
  }
  .sp__none{
    display: none;
  }
  .fv.__lower::before{
    height: 150px;
    width: 100%;
  }
  .barbershop01 p{
    font-size: 16px;
    text-align: left;
    line-height: 2.5;
  }
  .barbershop01__items{
    flex-direction: column;
  }
  .barbershop01__items li{
    width: 100%;
  }
  .barbershop01__items li:nth-child(2n){
    margin-left: 0;
  }
  .barbershop01__items li:nth-child(n+3){
    margin-top: 0;
  }
  .barbershop01__items li:nth-child(n+2){
    margin-top: 30px;
  }
}

@media screen and (max-width: 320px) {
  .fv.__lower::before{
    height: 120px;
  }
  .barbershop01__items li:nth-child(2) a:before,
  .barbershop01__items li:nth-child(3) a:before{
    height: 35px;
  }
  .barbershop01__items li:first-child a:before,
  .barbershop01__items li:last-child a:before{
    height: 45px;
  }
}
/* ----------------------*/
 /* 下層ページ  barbershop  02 */
/* ----------------------*/

.barbershop02{
  padding: 170px 0 200px;
  position: relative;
  /* background-image: url(../images/barbershop-bg.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center; */
}
.barbershop02::before{
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 120vh;
  background-image: url(../image/barbershop-bg.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.barbershop02 h2{
  text-align: center;

}
.barbershop02-style{
  padding-top: 30px;
}
.barbershop__text{
  font-size: 18px;
  text-align: center;
  line-height: 2;
  margin-top: 40px;
  padding: 0 10px;
  color: #fff;
  font-weight: 500;
}
.barbershop__text.__black{
  color: #000;
}
.barbershop02__items{
  display: flex;
  max-width: 1015px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}
.barbershop02__item{
  width: calc(33.3333% - 50px * 2 /3);
  max-width: 100%;
}
.barbershop02__item img{
  width: 100%;
}
.barbershop02__item + .barbershop02__item{
  margin-left: 50px;
}
.barbershop02__item p{
  margin-top: 15px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.barbershop02__contents{
  display: flex;
  margin-top: 60px;
}
.barbershop02__content{
  width: calc(25% - 30px * 3 /4);
  max-width: 100%;
}
.barbershop02__content +.barbershop02__content{
  margin-left: 30px;
}
.barbershop02__content img{
  width: 100%;
}

@media screen and (max-width: 767px) {
  .barbershop02{
    padding: 100px 0;
  }
  .barber__ttl img{
    height: 40px;
  }
  .barbershop02__items{
    flex-wrap: wrap;
  }
  .barbershop02__item{
    width: calc(50% - 30px / 2);
  }
  
  .barbershop02__item:nth-child(2n+1){
    margin-left: 0;
  }
  .barbershop02__item + .barbershop02__item{
    margin-left: 30px;
  }
  .barbershop02__item:nth-child(n+3){
    margin-top: 30px;
    margin-left: 0;
  }
  .barbershop02__contents{
    flex-wrap: wrap;
  }
  .barbershop02__content{
    width: calc(50% - 30px / 2);
  }
  .barbershop02__content:nth-child(2n+1){
    margin-left: 0;
  }
  .barbershop02__content:nth-child(n+3){
    margin-top: 30px;
  }
  .barbershop02__item p {
    font-size: 14px;
    margin-top: 10px;
  }
}
/* ----------------------*/
 /* 下層ページ  barbershop  PRODUCT */
/* ----------------------*/

.barbershop02-product{
  margin-top: 170px;
  padding-top: 30px;
}
.barbershop02-product ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.barbershop02-product__item{
  position: relative;
  width: calc(33.3333% - 30px * 2 /3);
  max-width: 100%;
}
.barbershop02-product__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.barbershop02-product__item +.barbershop02-product__item{
  margin-left: 30px;
}
.barbershop02-product__item:nth-child(3n+1){
  margin-left: 0;
}
.barbershop02-product__item:nth-child(n+4){
  margin-top: 30px;
}

.product__text{
  position: absolute;
  /* max-width: 200px; */
	width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	color: #fff;
	/* border: 1px solid #fff; */
	text-align: center;
	padding: 13px 0;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: .4s;
	line-height: 1.6;
	font-weight: bold;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* -- 20230125 SHOJI -- */
.barbershop02-product__item:hover .product__text{
	opacity: 1;
}


@media screen and (max-width: 767px) {
  .barbershop02-product{
    margin-top: 100px;
  }
  .barbershop02-product__item{
    width: calc(50% - 30px / 2);
  }

  .barbershop02-product__item:nth-child(3n+1){
    margin-left: initial;
  }
  .barbershop02-product__item +.barbershop02-product__item{
    margin-left: 30px;
  }
  .barbershop02-product__item:nth-child(2n+1){
    margin-left: 0;
  }
  .barbershop02-product__item:nth-child(n+3){
    margin-top: 30px;
  }
  .product__text{
    line-height: 1.6;
    font-size: 14px;
    padding: 10px;
  }
}
/* ----------------------*/
 /* 下層ページ  barbershop  MENU */
/* ----------------------*/


.barbershop02-menu{
  background-image: url(../image/barbershop-menu-bg.webp);
  background-size: cover;
  margin-top: 200px;
  padding: 85px 0 90px;
}

.barbershop02__table{
  margin: 60px auto 30px;
  width: 800px;
}

.barbershop02__table tr{
  border-bottom: 1px solid #707070;
}
.barbershop02__table-item{
  width: 450px;
  margin-right: auto;
  margin-left: auto;
}
.barbershop02__table th,
.barbershop02__table td{
  padding: 40px 0;
  font-size: 24px;
  font-weight: 600;
}
.barbershop02__table th{
  padding-left: 190px;
}

.barbershop02__table td{
  padding-right: 160px;
}

.barbershop02-menu__red{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #B20F0F;
  line-height: 1.8;
  padding: 0 10px;
}

.barbershop02-kids{
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 2.5;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 30px;
}
.barbershop02-kids p{
  width: 250px;
}
.barbershop02-kids__item{
  border-left: #000 1px solid;
}
.barbershop02-kids__item th{
  padding-left: 90px;
  font-weight: 600;
}
.barbershop02-kids__item td{
  font-weight: 600;
}

@media screen and (max-width: 1023px) {
  .barbershop02__table{
    width: 600px;
  }
  .barbershop02__table td{
    padding-right: 100px;
  }
  .barbershop02__table th{
    padding-left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .barbershop02-menu{
    margin-top: 100px;
  }
  .barbershop02__table{
    width: 100%;
    padding: 0 10px;
  }

  .barbershop02__table td,.barbershop02__table th{
    padding: 20px;
    font-size: 14px;
  }
  .barbershop02__table td{
    text-align: right;
  }
  .barbershop02-menu__red{
    font-size: 14px;
    padding: 0 10px;
    text-align-last: left;
  }
  .barbershop02-kids{
    flex-direction: column;
    padding: 0 10px;
  }
  .barbershop02-kids__item{
    border-left: none;
    width: 100%;
  }
  .barbershop02-kids__item th{
    padding-left: 20px;
    font-size: 14px;
  }
  .barbershop02-kids__item td{
    text-align: right;
    padding-right: 20px;
    font-size: 14px;
  }
  .barbershop02-kids p{
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
  }
}
/* ----------------------*/
 /* 下層ページ  barbershop  STYLIST */
/* ----------------------*/


.barbershop02-stylist{
  margin: 170px 0 180px;
  padding-top: 30px;
}
.barberStylist__items{
  display: flex;
  align-items: center;
  max-width: 1015px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}
.barberStylist-img{
  margin-right: 115px;
}
.barberStylist__item{
  max-width: 600px;
  width: 100%;
}
.barberStylist__item li{
  font-weight: 700;
  color: #fff;
  line-height: 2;
}
.barberStylist__item-list > .stylist-name{
  margin-right: 48px;
  margin-bottom: 7px;
}
.barberStylist__item.__beauty li{
  color: #584641;
  font-family: 'Hina Mincho';
  font-weight: 400;
  letter-spacing: 0.05em;
}
.barberStylist__item.__beauty li:first-child{
  font-size: 30px;
}
.barberStylist__item.__beauty li:nth-child(2){
  font-size: 60px;
  line-height: 1;
}
.barberStylist__item.__beauty li:nth-child(2) a{
  margin-left: 30px;
}

.barberStylist__item li:nth-child(3){
  margin-top: 50px;
}
.barberStylist__item-list{
  display: flex;
  align-items: center !important;
}
.stylist-name{
  margin-right: 77px;
}
.barberStylist__item-list img,
.barberStylist__item-list a{
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  .barberStylist__items{
    flex-direction: column;
  }
  .barberStylist-img{
    margin: 50px 0 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .barbershop02-stylist{
    margin-top: 100px;
  }
  .barberStylist__item-list img{
    height: 30px;
  }
  .barberStylist__item-list a img{
    height: 40px;
  }
  .stylist-name{
    margin-right: 0;
  }
  .barberStylist__item-list{
    align-items: flex-end;
  }
  .barberStylist__item li:nth-child(3){
    margin-top: 30px;
  }
  .barberStylist__item.__beauty li{
    line-height: 1.5;
  }
  .barberStylist__item.__beauty li:nth-child(2){
    font-size: 40px;
    padding-top: 15px;
  }
  .barberStylist__item-list.__beauty a img{
    height: 28px;
  }
  .barberStylist__item li:nth-child(3){
    line-height: 2;
  }
}

@media screen and (max-width: 320px) {
  .barberStylist__item-list img{
    height: 40px;
  }
  .barberStylist-img img{
    width: 80%;
    text-align: center;
  }
  .barberStylist-img{
    text-align: center;
  }
  .barberStylist__item-list.__beauty img{
    height: 25px;
  }
  .barberStylist__item-list > .stylist-name {
    margin-right: 17px;
  }
}
/* ----------------------*/
 /* 下層ページ  barbershop  information */
/* ----------------------*/
.lower__informaton{
  background-color: #000;
  padding: 120px 0;
}

/* ニュースカード */

.news__items{
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0;
}
.news__item{
  width: calc(33.3333% - 30px * 2 /3);
  max-width: calc(33.3333% - 30px * 2 /3);
  display: block;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.news__post{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.news__item + .news__item{
  margin-left: 30px;
}
.news__item:nth-child(3n+1){
  margin-left: 0 !important;
}
.news__item:nth-child(n+4){
  margin-top: 40px;
}
.news__img {
  padding-top: 66.666%;
  position: relative;
}
.news__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
  object-position: center;
}
.news__category{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.news__category > a{
  padding: 5px 9px;
  color: #A5A5A5;
  border: 1px solid #A5A5A5;
}
.post-categories li a{
  padding: 5px 10px;
  color: #A5A5A5;
  border: 1px solid #A5A5A5;

}
.news__info-category ul li a{
  text-align: center;
  width: 100%;
  background-color: #4C4C55;
  display: inline-block;
  font-size: 14px;
}
.news__info{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
}
.news__item-body{
  line-height: 1.6;
  color: #fff;
  flex-grow: 1;
  margin-bottom: 15px;
  max-height: 55px;
  overflow: hidden;
}
.color__black >.news__item-body{
  color: #000;
}
.color__black >.news__item-date{
  color: #000;
}
.news__info.__beatysalon p{
  color: #584641;
}
.news__item-date{
  margin-top: auto;
  text-align: right;
  color: #fff;
}
.btn__wrapper{
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 991px) and (min-width: 768px)  {
  .news__item {
    width: calc(33.3333% - 20px * 2 /3);
  }
  .news__item + .news__item{
    margin-left: 20px;
  }
}


@media screen and (max-width: 768px) {
  .lower__informaton{
    padding: 50px 0;
  }
  /* .sec__ttl{
    font-size: 24px;
  } */
  /* .sec__ttl span{
    font-size: 12px;
    margin-left: 8px;
  } */
  .news__info-category{
    padding: 0 10px;
  }
  .news__block {
    padding: 3px 10px;
  }
  .news{
    margin-top: 30px;
  }
  .news__items{
    margin-top: 30px;
  }

  .news__items{
    flex-direction: column;
  }
  .news__item{
    width: 100%;
    max-width: 100%;
  }
  .news__item + .news__item{
    margin-left: 0;
    margin-top: 20px;
  }
  .news__post{
    display: flex;
    flex-direction: row;
  }
  .news__img {
    width: 50%;
    max-width: 250px;
    height: 120px;
    padding-top: initial;
    margin-right: 20px;
  }
  .news__item-body {
    line-height: 1.4;
    margin-bottom: 0;
  }
  .news__info{
    width: 60%;
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  .news__category{
    top: 0;
  }
  .news__category > a{
    padding: 3px 10px;
    background-color: #333;
    font-size: 12px;
    color: #fff;
    border: none;
  }
  .news__dete{
    padding-left: 15px;
  }
  .news__block{
    padding: 0 10px;
  }
  .news__info-category{
    font-size: 80%;
    padding: 0;
  }
  .topics{
    padding: 0 15px 30px;
  }
  .topics > .container{
    padding: 30px 15px;
    max-width: 415px;
  }
  .post-categories li a{
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .news__img{
    width: 65%;
    max-width: 200px;
    height: 90px;
    padding-top: initial;
    margin-right: 10px;
  }
}
@media screen and (max-width: 375px) {
  .news__dete {
    padding-left: 32px;
  }
}
@media screen and (max-width: 320px) {
  .news__dete {
    padding: 0 10px;
  }
}

/* カテゴリ長い時にスマホのレイアウト変更 */


@media screen and (max-width: 1024px) {
  .news__items {
    margin: 90px 0 60px;
}
  .news__category {
    bottom: initial;
    top: -46px;
    width: 100%;
  }
  .post-categories li a {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .news__items {
    margin-top: 60px;
  }
  .news__category {
    top: -31px;
    width: 100%;
    display: block;
    text-align: center;
  }
  /* .post-categories li a {
    display: inline-block;
    text-align: center;
    width: 100%;
  } */
  .news__item + .news__item {
    margin-top: 70px;
  }
}
/* カテゴリ長い時にスマホのレイアウト変更ここまで */



/* ----------------------*/
 /* 下層ページ  barbershop  contact */
/* ----------------------*/

.lower__contact{
  padding: 120px 0;
  background-color: #fff;
  background-image: url(../image/bg-tile.svg);
  background-repeat: repeat;
  background-position: center;
}
.lower__contact-img{
  text-align: center;
  margin-top: 60px;
  position: relative;
}
.lower__contact-img img{
  width: 100%;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .lower__contact{
    padding: 80px 0;
  }
  .lower__contact-img img {
    height: 250px;
    object-fit: cover;
  }
}


/* ----------------------*/
 /* 下層ページ  beautysalon mv */
/* ----------------------*/
.fv.__lower.__beautysalon{
  background-color: #fff;
}
.fv.__lower.__beautysalon::before {
  content: '';
  position: absolute;
  display: inline-block;
  background: url(../image/beautysalon-mv-text.svg) no-repeat center center/contain;
  width: 320px;
  height: 320px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.barbershop01.__beautysalon{
  background-color: transparent;
  color: #000;
}

@media screen and (max-width: 1023px) {
  .fv.__lower.__beautysalon::before {
    width: 250px;
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .fv.__lower.__beautysalon::before {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 375px) {
  /* .fv.__lower.__beautysalon::before {
    width: 360px;
    height: 100px;
  } */
}
@media screen and (max-width: 320px) {
  .fv.__lower.__beautysalon::before {
    width: 180px;
    height: 180px;
  }
}
/* ----------------------*/
 /* 下層ページ  beautysalon トップリンク */
/* ----------------------*/


.barbershop01__items.__beautysalon li a::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.barbershop01__items.__beautysalon li:first-child a:before{
  background: url(../image/beautysalon-text-menu.svg) no-repeat center center/contain;
}
.barbershop01__items.__beautysalon li:nth-child(2) a:before{
  background: url(../image/beautysalon-text-menu.svg) no-repeat center center/contain;
}

.barbershop01__items.__beautysalon li:nth-child(2) a:before{
  background: url(../image/beautysalon-text-stylist.svg) no-repeat center center/contain;
}
.barbershop01__items.__beautysalon li:nth-child(3) a:before{
  background: url(../image/beautysalon-text-gallary.svg) no-repeat center center/contain;
}
.barbershop01__items.__beautysalon li:last-child a:before{
  background: url(../image/beautysalon-text-product.svg) no-repeat center center/contain;
}
.lower__informaton.__beatysalon{
  background-color: initial;
  padding: 120px 0 0;
}
.lower__informaton.__beatysalon > .wrapper{
  background-color: #F2F5EF;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 90px 0 80px;
}

@media screen and (max-width: 1023px) {
  .barbershop01__items.__beautysalon li a::before{
    height: 40px;
  }
}
/* ----------------------*/
 /* 下層ページ  beautysalon MENU */
/* ----------------------*/
.beatysalon-menu > .wrapper{
  background-color: #F2F5EF;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 90px 0 80px;
}
.beatysalon-menu > .wrapper > .container{
  max-width: 1130px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 25px;
}
.beatysalon__ttl{
  text-align: center;
}
.beatysalon__ttl img{
  height: 60px;
}
.beatysalon__text{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  color: #584641;
  margin-top: 60px;
}
.beatysalon-menu__items{
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.beatysalon-menu__items li{
  width: calc(50% - 80px / 2);
  max-width: 100%;
}

.beatysalon-menu__items p{
  font-size: 40px;
  font-weight: 500;
  color: #584641;
  border-bottom: 1px solid #584641;
  padding-bottom: 10px;
}
.beatysalon-menu__items-text{
  font-weight: bold !important;
  font-size: 20px !important;
  color: #584641;
  border: none !important;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  font-family: 'Noto Sans JP', sans-serif;
}
.beatysalon-menu__items th,
.beatysalon-menu__items td{
  font-size: 20px;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  color: #584641;
  padding-bottom: 10px;
  padding-top: 30px;
  letter-spacing: 0.05em;
}
.beatysalon-menu__items td{
  text-align: right;
}
.beatysalon-menu__items li:nth-child(2){
  margin-left: 80px;
}
.beatysalon-menu__items li:nth-child(3){
  margin-top: 75px;
}
.beatysalon-menu__items li:last-child{
 width: 100%;
 margin-top: 75px;
}
.beatysalon__table{
  margin-top: 10px;
  width: 100%;
}
.beatysalon__table tr{
  border-bottom: 1px solid #584641;
}
.beatysalon__table th{
  width: 50%;
}

@media screen and (max-width: 1023px) {
  .beatysalon-menu__items li{
    width: 100%;
  }
  .beatysalon-menu__items li:nth-child(2){
    margin-left: 0;
    margin-top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .beatysalon__ttl img{
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .beatysalon-menu__items p{
    font-size: 26px;
  }
  .beatysalon-menu__items-text{
    font-size: 14px !important;
  }
  .beatysalon-menu__items th,
  .beatysalon-menu__items td{
    font-size: 14px;
  }
  .beatysalon-menu__items th{
    width: 75%;
  }
  .beatysalon__ttl img {
    height: 40px;
  }
  .beatysalon__text,
  .barbershop__text{
  text-align: left;
  font-size: 16px;
  }
}


@media screen and (max-width: 375px) {
  .beatysalon-menu__items th {
    width: 60%;
  }
}
@media screen and (max-width: 320px) {
  .beatysalon-menu > .wrapper > .container{
    padding: 0 15px;
  }
  .beatysalon__ttl img {
    height: 35px;
  }

}

/* ----------------------*/
 /* 下層ページ  beautysalon gallary */
/* ----------------------*/
.barbershop02__items.__beatysalon li p{
  color: #584641;
}

#beauty_product,
#beauty_gallary,
#beauty_stylist{
  padding-top: 30px;
}
.beauty_stylist{
  margin-top: 150px;
}

.beauty_gallary{
  margin-top: 150px;
}

/* ----------------------*/
 /* 下層ページ  topics */
/* ----------------------*/
.fv.__topics{
  background-image: url(../image/topics-fv.webp);
  height: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fv.__topics h1{
  display: block;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.fv.__topics p{
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  font-family: 'Hina Mincho', serif;
  letter-spacing: 0.05em;
}
.fv.__topics::before,
.fv.__topics::after {
  position: absolute;
  content: "";
  width: 404px;
  height: 366px;
  border: #fff 1px solid;
  transform: translate(-50%, -50%);
}
.fv.__topics::before {
  background-color: transparent;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.fv.__topics::after {
  background-color: transparent;/*ズレている方の背景色*/
  top: 51.5%;
  left: 50.5%;
  z-index: 1;
}

.Lower__topics{
  margin-top: 120px;
}

@media screen and (max-width: 1440px) {
  .fv.__topics::after {
    left: 50.7%;
  }
}
@media screen and (max-width: 1024px) {
  .fv.__topics::after {
    left: 51%;
  }
}

@media screen and (max-width: 768px) {
  .fv.__topics::before, .fv.__topics::after {
    width: 262px;
    height: 238px;
  }
  .fv.__topics h1 {
    font-size: 32px;
  }
  .fv.__topics p {
    font-size: 24px;
  }
  .fv.__topics.__self-service::before,
  .fv.__topics.__self-service::after{
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .Lower__topics {
    margin-top: 80px;
  }
  .fv.__topics::after {
    left: 52%;
  }
}

@media screen and (max-width: 375px) {
  .fv.__topics.__self-service::before,
  .fv.__topics.__self-service::after{
    width: 300px;
  }
}
@media screen and (max-width: 320px) {
  .fv.__topics.__self-service::before,
  .fv.__topics.__self-service::after{
    width: 250px;
  }
}
/* ----------------------*/
 /* 下層ページ  self-service */
/* ----------------------*/

.fv.__self-service{
  background-image: url(../image/topics-fv.webp);
  height: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.self-service__message{
  margin-top: 90px;
}
.message-wrapper{
  background-color: #F4F4F4;
  padding: 66px 100px;
}
.self-service__message p{
  font-size: 20px;
  font-weight: 600;
  line-height: 4;
  text-align: center;
}


.self-service__menu{
  margin-top: 120px;
}
.self-service__item{
  display: flex;
  justify-content: space-between;
  position: relative;
}
.self-service__item + .self-service__item{
  margin-top: 150px;
}
.self-service-text{
  max-width: 470px;
  width: 100%;
}
.self-service-text h3{
  margin-top: 60px;
  font-size: 30px;
  font-weight: 500;
  border-bottom: 1px solid #D0D0D0;
  padding-bottom: 10px;
  margin-left: 70px;
}
.self-service-text span{
  font-size: 20px;
  font-weight: 400;
  margin-left: 20px;
  font-family: 'Hina Mincho', serif;
}
.self-service-text p{
  font-size: 18px;
  font-weight: 400;
  margin-left: 70px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 3;
  margin-top: 50px;
}
.self-service__item::before,
.self-service__item::after {
  position: absolute;
  content: "";
  width: 800px;
  height: 450px;
  border: #000 1px solid;
}
.self-service__item::before {
  background-color: transparent;
  left: 0;
  top: 0;
  z-index: -1;
}
.self-service__item::after {
  background-color: #fff;/*ズレている方の背景色*/
  top: 10px;
  left: 10px;
  z-index: -2;
}

.self-service__img{
  margin-top: 80px;
}
.self-service__img img{
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .self-service__img{
    width: 50%;
    margin-top: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .self-service__item{
    flex-direction: column;
  }
  .self-service__item::before,
  .self-service__item::after {
    width: 100%;
  }
  .self-service-text{
    margin-right: auto;
    margin-left: auto;
  }
  .self-service-text h3{
    margin-left: initial;
  }
  .self-service-text p{
    margin-left: initial;
  }
  .self-service__img{
    margin-right: auto;
    margin-left: auto;
  }
  .self-service__img{
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .message-wrapper {
    padding: 50px 20px;
  }
  .self-service__message p{
    font-size: 18px;
    line-height: 3;
  }
  .self-service__img.__margin{
    margin-top: 30px;
  }
  .self-service__img{
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .self-service__menu > .container{
    padding: 0 5px;
  }
  .self-service__items{
    padding: 0 15px 0 5px;
  }
  .self-service-text{
    padding: 0 20px 0 25px;
  }
  .self-service-text h3{
    font-size: 24px;
    margin-top: 30px;
  }
  .self-service-text span{
    font-size: 16px;
    display: block;
    margin-left: 3px;
  }
  .self-service-text p{
    margin-top: 30px;
    font-size: 16px;
  }
  .self-service__img {
    margin-top: 15px;
  }
  .self-service__img {
    width: 70%;
  }
  .self-service__item + .self-service__item{
    margin-top: 90px;
  }
  .self-service__message p{
    font-size: 14px;
    text-align: left;
  }
}

@media screen and (max-width: 320px) {
  .self-service__item:nth-child(3)::before,
  .self-service__item:nth-child(3)::after{
    height: 500px;
  }
  .fv.__topics h1{
    font-size: 26px;
  }
}




/* ----------------------*/
 /* 下層ページ：詳細ページ */
/* ----------------------*/
.single01 > .container{
  display: flex;
}
.single01{
  padding: 90px 0 100px;
  font-family: 'Noto Sans JP', sans-serif;
}
.single02{
  font-family: 'Noto Sans JP', sans-serif;

}
.single01 > .container > aside{
  max-width: 285px;
  width: 30%;
  margin-right: 30px;
}
.aside__link li a img{
  width: 100%;
}
.aside__items{
	margin: 15px 0;
}
.aside__headline{
	background-color: #4C4C55;
	color: #fff;
	text-align: center;
	padding: 17px 0;
	font-size: 24px;
  line-height: 1;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.aside__contents{
	display: flex;
	margin-top: 15px;
}
.aside__contents-img{
	margin-right: 10px;
}
.aside__contents-img img{
  width: 100px;
  height: 80px;
	object-fit: cover;
}
.aside__content{
	width: 70%;
}
.aside__contents-category{
	font-size: 14px;
	line-height: 1.8;
	color: #4C4C55;
  text-align: center;
}
.aside__ttl{
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}
.category__list{
  margin-top: 5px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.category__list li{
  margin-top: 15px;
  position: relative;
  padding-left: 20px;
}
.category__list li a{
  color: #292929;
}
.category__list li::before{
  content: '';
  position: absolute;
  display: inline-block;
  background: url(../image/arrow3.svg) no-repeat center center/contain;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.aside__link li{
  margin-top: 15px;
}
/* .single02{
  padding-bottom: 30px;
} */
.side-select {
  width: 100%;
  margin: 15px 0;
  border: 1px solid #969393;
  padding: 5px;
}
@media (max-width: 991px) and (min-width: 768px)  {
	.aside__headline {
    padding: 10px 0;
    font-size: 20px;
	}
}

@media screen and (max-width: 768px) {
  .single01 > .container{
    flex-direction: column-reverse;
  }
  .single01 > .container > aside{
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-top: 50px;
  }
  .aside__link{
    display: none;
  }
  .single01{
    padding: 30px 0 50px;
  }
  .single02{
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
	.aside__headline {
    padding: 10px 0;
    font-size: 18px;
	}
}


/* ページネーション設定
--------------------------------------------------------------------------*/
#paginationArea {padding: 0 0 30px; text-align: center;}
#paginationArea .pagination {position: relative; margin: 0; padding: 0; font-size: 14px; line-height: 14px; text-align: center; clear: both;}
#paginationArea .pagination-box {display: inline-block;}
#paginationArea .pagination span,
#paginationArea .pagination a {display: block; width: auto; margin: 2px 2px 2px 0; padding: 10px 15px 10px 15px; background-color: #FFF; border: solid 1px #888; color: #333; font-size: 14px; line-height: 14px; text-decoration: none; float: left;}
#paginationArea .pagination a:hover {color: #FFF; background: #F7931E;}
#paginationArea .pagination .current {padding: 10px 15px 10px 15px; background: #4C4C55; color: #FFF;}
@media (max-width: 1199px) {
  #paginationArea .pagination a:hover {background: #FFF; color: #333;}
  #paginationArea .pagination a.hover {background: #F7931E; color: #FFF;}
}
@media (max-width: 1199px) and (min-width: 992px) {
  #paginationArea {padding: 0 0 25px;}
}
@media (max-width: 991px) and (min-width: 768px) {
  #paginationArea {padding: 0 0 20px;}
}
@media (max-width: 767px) {
  #paginationArea {padding: 0 0 15px;}
  #paginationArea .pagination-box span.page-of {float: none;}
  #paginationArea .pagination span, #paginationArea .pagination a, #paginationArea .pagination .current {padding: 7px 10px 7px 10px;}
}

/* ブログ記事ページ設定
--------------------------------------------------------------------------*/
#postPage #sec1 .container {margin: 30px auto 60px;}
#rightMenu {width: calc(900px - 30px * 1 / 2);}
#rightMenu h2.postTitle {width: 100%; height: auto; min-height: 50px; margin: 0 0 15px; padding: 0 0 15px; border-bottom: solid 2px #4C4C55; font-size: 26px; line-height: 1.2; text-align: center; font-weight: 500;}
#rightMenu .postDate {width: 50%; color: #4C4C55; font-size: 14px; font-weight: 500; float: left;}
#rightMenu .postDate::before, #rightMenu .postDate::after {content: '・';}
#rightMenu .postCategory {width: 50%; float: left;}
#rightMenu .postCategory li {text-align: right;}
#rightMenu .postCategory li a {display: block; margin-left: auto; color: #4C4C55; font-size: 14px; font-weight: 500; text-align: right; padding: 0; border: none;}
#rightMenu .postCategory li a:hover {color: #F7931E;}
#rightMenu .postCategory li a::before, #rightMenu .postCategory li a::after {content: '・';}
#postArea {padding: 30px 0 0; clear: both;}
#postArea img {width: auto; max-width: 100%; height: auto; padding: 0;}
#postArea h1, #postArea h2, #postArea h3, #postArea h4, #postArea h5, #postArea h6 {width: 100%; height: auto; margin: 0 0 30px; padding: 10px; color: #333; font-size: 18px; font-weight: 500; line-height: 1.2; text-align: left;}
#postArea h4, #postArea h5, #postArea h6 {font-size: 16px;}
#postArea h1, #postArea h4 {border: none; border-left: solid 10px #4C4C55; background-color: #fff;}
#postArea h2, #postArea h5 {border: solid 2px #4C4C55;}
#postArea h3, #postArea h6 {border-bottom: solid 2px #4C4C55;}
#postArea p {padding: 0 0 30px; line-height: 1.6;}
#postArea p a {color: #4C4C55; font-weight: 500; text-decoration: underline; word-break: break-all;}
#postArea p a:hover {color: #F7931E; font-weight: 500; text-decoration: none;}
#postArea strong {color: #4C4C55; font-weight: 500;}
#postArea .alignleft {display: inline-block;}
#postArea .aligncenter {display: block; margin: 0 auto; text-align: center;}
#postArea .alignright {display: block; margin: 0 0 0 auto; text-align: right;}
#postArea ul, #postArea ol {margin: 0 0 30px 15px;}
#postArea li {list-style-position: inside;}
#postArea ul li::before {content: '・';}
#postArea dl {margin-bottom: 15px; overflow: hidden;}
#postArea dt {float: left; clear: both; padding-right: 15px;}
#postArea dd {float: left;}
#postArea dd::before {content: '・';}
#postArea table {margin-bottom: 15px;}
#postArea th {padding: 5px; border-bottom: dotted 1px #4C4C55; text-align: left;}
#postArea td {padding: 5px 5px 5px 15px; border-bottom: dotted 1px #4C4C55;}
#postArea blockquote {position: relative; margin: 0 0 30px; padding: 1.2em; border: none; background-color: #fff; font-size: 1em; line-height: 1.4;}
#postArea blockquote:before, #postArea blockquote:after {position: absolute; color: #4C4C55; font-size: 4em;}
#postArea blockquote:before {top: -20px; left: 0; content: '“';}
#postArea blockquote:after {bottom: -45px; right: -2px; content: '”';}
#postArea blockquote p {padding-bottom: 0;}
#postArea code {display: block; margin-bottom: 30px; padding: 10px; background-color: #FEFFEA;}
#postArea .iframeArea {margin-bottom: 30px;}
#postArea .iframeArea span {position: relative; display: block; max-width: 100%; margin: 0; padding-top: 56.25%;}
#postArea .iframeArea iframe {position: absolute; top: 0; right: 0; width: 100%; height: 100%;}
#postArea .pdfemb-viewer {margin-bottom: 30px;}
#addToAnyBottom {display: block;}
#addToAnyBottom a {height: 38px; padding: 3px; line-height: 32px;}
#addToAnyBottom a img {width: auto; height: 38px;}
#prevNext {display: flex; padding: 30px 0 0;}
#prevNext a {display: block; padding: 6px; background-color: #FFF; border: solid 1px #4C4C55; overflow: hidden;}
#prevNext a:hover {background-color: #FEFFEA;}
#prevNext .prev-link {display: block; width: 50%; padding-right: 30px;}
#prevNext .next-link {display: block; width: 50%; margin-left: auto; padding-left: 30px;}
#prevNext .imgArea {width: 40%; height: 80px; float: left;}
#prevNext .imgArea span {display: inline-block;
  width: 100%;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;}
#prevNext dl {width: 60%; height: 80px; margin: 0; padding-left: 5px; float: left;}
#prevNext dt {width: 100%; padding: 0 0 5px; border-bottom: solid 1px #4C4C55; color: #4C4C55; font-size: 90%; font-weight: 500;}
#prevNext dt .fas {padding: 0 5px;}
#prevNext dd {max-height: 60px; padding: 5px; font-size: 90%; line-height: 1.2; overflow: hidden; color: #333;}
#prevNext dd::before {content: none;}
#prevNext .next-link .imgArea {float: right;}
#prevNext .next-link dl {padding: 0 5px 0 0; float: right;}
#prevNext .next-link dt {text-align: right;}
#leftMenu {position: relative; width: calc(300px - 30px * 1 / 2); margin: 0 30px 0 0;}
#leftMenu .pageTitle {display: block; width: 100%; height: 80px; margin-bottom: 15px; padding: 5px; background-color: #4C4C55; color: #FFF; font-size: 20px; font-weight: 500; line-height: 70px; text-align: center;}
#leftMenu .pageTitle span {display: block; width: 100%; height: 100%; border: solid 1px #FFF; box-sizing: border-box;}
#leftMenu #sideTopics {padding-bottom: 30px;}
#leftMenu #sideTopics .blogArea {position: relative; padding: 0;}
#leftMenu #sideTopics .blogArea:not(:last-of-type) {margin-bottom: 15px;}
#leftMenu #sideTopics .blogArea a {width: 100%; height: 80px; color: #333;}
#leftMenu #sideTopics .blogArea a:hover {background-color: #FEFFEA;}
#leftMenu #sideTopics .blogArea a:hover .textTitle {color: #4C4C55;}
#leftMenu #sideTopics .imgArea {width: 40%; height: inherit;}
#leftMenu #sideTopics .imgArea span {height: inherit; padding: 0;}
#leftMenu #sideTopics .textArea {position: relative; top: 0; width: 60%; height: inherit; padding: 0 5px;}
#leftMenu #sideTopics .blogCategory {position: absolute; top: 0; margin: 0; padding: 0; color: #4C4C55; font-size: 12px;}
#leftMenu #sideTopics .textTitle {position: absolute; top: 20px; height: auto; max-height: 38px; margin: 0; padding: 0; font-size: 14px; line-height: 1.4; overflow: hidden;}
#leftMenu #sideTopics .blogDate {position: absolute; bottom: 0; right: 5px; margin: 0; padding: 0; color: #4C4C55; font-size: 12px; text-align: right;}
#leftMenu #category_sidebar {padding-bottom: 15px;}
#leftMenu #category_sidebar ul {padding: 0 0 15px;}
#leftMenu #category_sidebar ul li:not(:first-of-type) {padding: 0 15px;}
#leftMenu #category_sidebar ul li a {position: relative; display: block; width: 100%; height: auto; padding: 15px; font-size: 14px;}
#leftMenu #category_sidebar ul li a:hover, #leftMenu #category_sidebar ul li a:hover::before {color: #F7931E;}
#leftMenu #category_sidebar ul li a::before {content: '\f0a9'; position: absolute; top: 50%; left: 0; margin-top: -5px; color: #4C4C55; font-family: "Font Awesome 5 Free"; font-size: 12px; font-weight: 900;}
#leftMenu #category_sidebar .screen-reader-text {display: none;}
#leftMenu #category_sidebar #archives-dropdown-2 {position: relative; z-index: 10; top: 0; left: 50%; display: block; width: 100%; margin-left: -50%; padding: 5px; color: #333; font-size: 14px;}
#leftMenu #siteLink li {padding-top: 15px;}
@media (min-width: 1200px) {
  #postPage #leftMenu .Inner, #postPage #rightMenu .Inner {position: sticky; top: 15px;}
}
@media (max-width: 1199px) {
  #postArea p a:hover {color: #4C4C55; text-decoration: underline;}
  #postArea p a.hover {color: #F7931E; text-decoration: none;}
  #rightMenu .postCategory li a:hover {color: #4C4C55;}
  #rightMenu .postCategory li a.hover {color: #F7931E;}
  #prevNext a:hover {background-color: #FFF;}
  #prevNext a.hover {background-color: #FEFFEA;}
  #leftMenu #sideTopics .blogArea a:hover {background-color: #EEE}
  #leftMenu #sideTopics .blogArea a.hover {background-color: #FEFFEA;}
  #leftMenu #sideTopics .blogArea a:hover .textTitle {color: #333;}
  #leftMenu #sideTopics .blogArea a.hover .textTitle {color: #4C4C55;}
  #leftMenu #category_sidebar ul li a:hover, #leftMenu #category_sidebar ul li a:hover::before {color: #333;}
  #leftMenu #category_sidebar ul li a.hover, #leftMenu #category_sidebar ul li a.hover::before {color: #F7931E;}
  #prevNext dd {max-height: 55px;}
  #prevNext .imgArea, #prevNext .imgArea span, #prevNext dl {height: 70px;}
  #leftMenu .pageTitle {height: 70px; font-size: 18px; line-height: 58px;}
}
@media (max-width: 1199px) and (min-width: 992px) {
  #postPage #sec1 .container {margin: 25px auto 50px;}
  #rightMenu {width: calc(700px - 26px * 1 / 2);}
  #rightMenu h2.postTitle {font-size: 24px;}
  #postArea {padding: 25px 0 0;}
  #postArea h1, #postArea h2, #postArea h3, #postArea h4, #postArea h5, #postArea h6 {margin: 0 0 25px; font-size: 16px;}
  #postArea h4, #postArea h5, #postArea h6 {font-size: 14px;}
  #postArea h1, #postArea h4 {border-left: solid 8px #4C4C55;}
  #postArea p {padding: 0 0 25px;}
  #postArea ul, #postArea ol {margin: 0 0 25px 15px;}
  #postArea blockquote, #postArea .iframeArea, #postArea .pdfemb-viewer {margin-bottom: 25px;}
  #prevNext {padding: 25px 0 0;}
  #prevNext .prev-link {padding-right: 25px;}
  #prevNext .next-link {padding-left: 25px;}
  #prevNext .imgArea {padding: 0;}
  #leftMenu {width: calc(270px - 26px * 1 / 2); margin: 0 26px 0 0;}
  #leftMenu #sideTopics {padding-bottom: 20px;}
  #leftMenu #category_sidebar {padding-bottom: 13px;}
}
@media (min-width: 992px) {
  #rightMenu {order: 2;}
  #leftMenu {order: 1;}
  #leftMenu ul {position: static;}
}
@media (max-width: 991px) {
  #rightMenu, #leftMenu {width: 100%; margin: 0 auto;}
  #leftMenu #siteLink {display: none;}
  #leftMenu #category_sidebar ul li:not(:first-of-type) {width: 50%; float: left;}
  #leftMenu #category_sidebar li#categories-3 ul::after {content: ''; display: block; clear: both;}
}
@media (max-width: 991px) and (min-width: 768px) {
  #postPage #sec1 .container {margin: 20px auto 5px;}
  #rightMenu h2.postTitle {font-size: 22px;}
  #postArea {padding: 20px 0 0;}
  #postArea h1, #postArea h2, #postArea h3, #postArea h4, #postArea h5, #postArea h6 {margin: 0 0 20px; font-size: 16px;}
  #postArea h1, #postArea h4 {border-left: solid 7px #4C4C55;}
  #postArea p {padding: 0 0 20px;}
  #postArea ul, #postArea ol {margin: 0 0 20px 15px;}
  #postArea blockquote, #postArea .iframeArea, #postArea .pdfemb-viewer {margin-bottom: 20px;}
  #prevNext {padding: 20px 0 0;}
  #prevNext .prev-link {padding-right: 20px;}
  #prevNext .next-link {padding-left: 20px;}
  #prevNext .imgArea {padding: 0;}
  #leftMenu {margin-top: 40px;}
  #leftMenu #sideTopics {padding-bottom: 15px;}
  #leftMenu #sideTopics .imgArea {width: 150px;}
  #leftMenu #sideTopics .textArea {width: 600px;}
  #leftMenu #sideTopics .textTitle {padding-right: 5px;}
  #leftMenu #category_sidebar {padding-bottom: 10px;}
}
@media (min-width: 768px) {
  #postPage #pageTitle {background-image: url('/wp-content/themes/espoir/css/images/sub/bg-post-pc.jpg');}
}
@media (max-width: 767px) {
  #postPage #pageTitle {background-image: url('/wp-content/themes/espoir/css/images/sub/bg-post-mp.jpg');}
  #postPage #sec1 {padding: 0 15px;}
  #postPage #sec1 .container {max-width: 450px; margin: 15px auto 0; padding: 0;}
  #rightMenu h2.postTitle {border-bottom: solid 2px #4C4C55; font-size: 20px; text-align: left;}
  #postArea h1, #postArea h2, #postArea h3, #postArea h4, #postArea h5, #postArea h6 {margin: 0 0 15px; font-size: 14px;}
  #postArea h1, #postArea h4 {border-left: solid 6px #4C4C55;}
  #postArea h2, #postArea h3, #postArea h5, #postArea h6 {margin: 0 0 15px;}
  #postArea p {padding: 0 0 15px;}
  #postArea ul, #postArea ol {margin: 0 0 15px;}
  #postArea blockquote, #postArea .iframeArea, #postArea .pdfemb-viewer {margin-bottom: 15px;}
  #prevNext {padding: 15px 0 0;}
  #prevNext a {width: 100%;}
  #prevNext .prev-link {display: flex; max-width: 200px; padding-right: 10px;}
  #prevNext .next-link {display: flex; max-width: 200px; padding-left: 10px;}
  #prevNext .imgArea {width: 100%; float: none;}
  #prevNext dl {width: 100%; height: auto; padding: 0; float: none;}
  #prevNext dt {margin-top: 10px; line-height: 1.3;}
  #prevNext dd {height: auto; max-height: 50px; padding: 5px 0 0;}
  #prevNext .next-link .imgArea {float: none;}
  #prevNext .next-link dl {padding: 0; float: none;}
  #leftMenu {max-width: 480px; margin: 45px auto 0;}
  #leftMenu .secInner {padding: 0;}
  #leftMenu .pageTitle {height: 60px; font-size: 16px; line-height: 48px;}
  #leftMenu #sideTopics {padding-bottom: 5px;}
  #leftMenu #sideTopics .blogArea {margin-bottom: 10px; padding: 5px; background-color: #EEE;}
  #leftMenu #sideTopics .blogArea a, #leftMenu #sideTopics .imgArea span, #leftMenu #sideTopics .textArea {height: 80px;}
  #leftMenu #sideTopics .imgArea {width: 33.33333333%; height: 80px; padding: 0;}
  #leftMenu #sideTopics .textArea {width: 66.66666667%;}
  #leftMenu #sideTopics .blogDate {bottom: 0;}
  #leftMenu #category_sidebar {padding-bottom: 15px;}
  #leftMenu #category_sidebar .pageLink, #leftMenu #category_sidebar ul li:not(:first-of-type) {padding: 0;}
  #leftMenu #category_sidebar #archives-2 {padding-top: 0;}
  #leftMenu li.mpView {display: block; margin-bottom: 8px;}
}
@media (max-width: 360px) {
  #leftMenu .listArea {padding: 5px 0 5px 8px;}
  #leftMenu .listArea li a {padding-right: 0; font-size: 13px;}
}
.news__info.__black >.news__item-body{
  color: #000;
}
.news__info.__black >.news__item-date{
  color: #000;
}
.sec__ttl-2{
  background-color: #4C4C55;
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding: 13px 0;
}
.lower__contact.single-news{
  padding-top: 0;
}


/* ----------------------*/
 /* ここからリキャプチャ */
/* ----------------------*/
.recaptcha{
  position: relative;
  left: 300px;
  width: 260px;
  height: 60px;
  background-image: url(../image/recaptcha-v3.png);
  margin: 20px 0;
  padding: 13px 5px 10px 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 4px;
  box-shadow: 0 0 6px grey;
  color: #FFF;
  font-size: 70%;
  line-height: 1.6;
  letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
  .recaptcha{
    left: 223px;
  }
}
@media (max-width: 768px){
  .recaptcha {
    left: 200px;
  }
}

@media screen and (max-width: 767px) {
  .recaptcha {
    left: 0;
  }
}
.recaptcha a{
  color: #fff;
}
.recaptcha .recaptcha__border{
  border-bottom: 1px solid #fff;
}

/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(30px); /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0); /* 30px上に移動する */
  transition-delay: .5s;
}


@media screen and (max-width: 768px) {

  .js-fadeUp.is-inview {
    transform: translateX(-50%);
    transition-delay: .3s;
  }
}
@media screen and (max-width: 767px){
  /* フェードイン(初期値) */
  .js-fadeUp {
    opacity: 1;
    transform: translateX(-50%);
    transition: initial;
  }

  /* フェードイン(スクロールした後) */
  .js-fadeUp.is-inview {
    opacity: 1;
    transform: translateX(-50%);
    transition-delay: initial;
  }
}
/* スクロールして1文字ずつ表示 */
.movetext {
  opacity: 0;
}
.movetext span {
  opacity: 0;
}

/* ----------------------*/
 /* 下層ページ：お問い合わせ完了 */
/* ----------------------*/

.thanks{
  padding: 50px 0 80px;
}
.thanks h2{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.thanks p{
  line-height: 2;
  text-align: center;
}
.thanks_btn{
  text-align: center;
  margin-top: 50px;
}
.thanks_btn > a{
  background-color: #4C4C55;
  color: #fff;
  padding: 8px 30px;
  border-radius: 8px;
}


@media screen and (max-width: 768px) {
  .thanks{
    padding: 50px 0;
  }
  .thanks h2{
    font-size: 20px;
  }

  .thanks_btn{
    text-align: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .thanks p{
    text-align: left;
  }
}
