/*--------------------
Common
--------------------*/

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300&display=swap");

html {
  font-size: 16px;
}

body {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E,
    メイリオ, Meiryo, serif;
  /* font-family: 'Oswald', sans-serif; */
  /* font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif; */
  font-feature-settings: "palt";
  line-height: 1.6;
  color: #555555;
  background: #ddd;
}

body:before {
  content: "";
  background-image: linear-gradient(to top, rgba(255, 255,255, .9) 0%, rgba(255, 255,255, .9) 100%),url(../img/main-bg.jpg?ver1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
}

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

a {
  color: #dd6a8a;
  text-decoration: none;
}

i.fab.fa-twitter {
  color: #00acee !important;
}

span.ico-tw i.fab.fa-twitter {
  color: #fff !important;
}

img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.loading {
  width: 100vw;
  height: 100vh;
  background: #fdfcfc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.loading img {
  width: 60%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 70% auto;
}

header {
  width: 100%;
  height: 4rem;
  padding: 0;
  position: fixed;
  /* position: sticky; */
  top: 0;
  left: 0;
  z-index: 99;
  transition: none;
  background: #fff;
  /* border-bottom: 3px solid; */
  border-image: linear-gradient(45deg, #848484 15%, #eae9e9 35%, #c3c3c3 67%, #848484 97%);
  border-image-slice: 1;
  box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2);
}

.head-bg {
  /*  border-bottom: 1px solid transparent;*/
}

.logo-area {
  width:130px;
  height: 4rem;
  position: relative;
  z-index: 4;
  /* top: 0.2rem; */
  margin-left: 0.5rem;
}

.logo-area a {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url("../img/h-logo.png?ver4");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.1s ease;
  text-indent: -999999px;
  filter: brightness(1);
}

main {
  overflow: hidden;
}

.container {
  width: 100%;
}

#section01,
#section03,
#section05,
#section07,
#section09 {
  /*  background: #555555;*/
  /*
      background:
  linear-gradient(to right, rgba(0, 0, 0, 0.8) 30%,
  rgba(0, 0, 0, 0.8) 100%),
  url("../img/main-bg.png?ver1");
*/
  background-size: 45%;
  background-position: right center;
  background-repeat: repeat;
}
#section02,
#section04,
#section06,
#section08,
#section10 {
  /* background: #fff; */
}

#section10 {
  text-align: center;
  /* background:#fff; */
  /* padding:1.5rem 0 0; */
}

#section05 {
  margin-top: 3rem;
}

.content-box {
  width: 100%;
  padding: 0 1rem;
}

.content-box.topnews {
  padding: 0;
}

.column-box,
.column-list ul,
.column-list dl {
  display: flex;
  flex-wrap: wrap;
}

.contents-ttl {
  padding-bottom: 1rem;
}

.contents-ttl h2 {
  /* font-family: "Mea Culpa", cursive; */
  padding: 1.5rem 0;
  text-align: center;
  border-bottom: 1px solid #555555;
  position: relative;
  color: #7d6b50;
  line-height: 1;
font-weight: 400;
letter-spacing: 2px;
font-size: 1.8rem;
  /* background: -webkit-linear-gradient(90deg, #5d5c5c 25%, #eae9e9 35%, #d4a8a8 53%, #716e6e 77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.contents-ttl h2:after {
  content: attr(data-item);
  font-size: 1rem;
  position: absolute;
  bottom: 1px;
  font-weight: 400;
  left: 0;
  right: 0;
  /* color: #c76d74; */
  font-family: "Noto Serif JP", serif;
  /* background: -webkit-linear-gradient(90deg, #5d5c5c 25%, #eae9e9 35%, #d4a8a8 53%, #716e6e 77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

#section02 .contents-ttl h2,
#section04 .contents-ttl h2,
#section06 .contents-ttl h2 {
  /*  color: #fcfdfe;*/
  /*  border-bottom: 1px solid #fcfdfe;*/
}
#section02 {
  margin-top: 1rem;
}
.more-btn {
  
  width: 100%;
  text-align: center;
}
.more-list-btn {
  width: 95%;
  text-align: center;
  margin: 2rem auto 0;
}

.more-list-btn a,
.more-btn a {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #fff;
  width: 100%;
  background: #fd888b;
  border-radius: 999px;
  box-shadow: 0px 6px #fb64a2;
}

.pt1 {
  padding-top: 1rem;
}

.pt05 {
  padding-top: 0.5rem;
}

.pl1 {
  padding-left: 1rem;
}

.pick-twi-wrap {
  width: 100%;
  justify-content: space-between;
}


.pick-col {
  justify-content: space-between;
}

.slick-wrap {
  padding: 0 0.5rem;
  width: 100%;
}

#pickup-slide {
  /* border: 1px solid #555555; */
  /* padding: 2rem 0; */
  /* background: white; */
}

.slick-prev,
.slick-next {
  /*background: rgba(255,255,255,0.9);*/
  height: calc(100% - 1rem);
  width: 3.6rem;
  z-index: 1;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before,
.slick-next:before {
  font-size: 1rem;
  color: #555555;
  display: none;
}

/*
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background:rgba(255,255,255,0.9);
}
*/
.pick-wrap {
  width: 100%;
  margin-bottom: 1rem;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
  position: relative;
  color: #454545;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
}

.pick-image {
  position: relative;
}

.pick-image a {
  display: block;
  width: 100%;
  padding-top: calc(4 / 3 * 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pick-name {
  width: 100%;
  padding: 0.2rem 0 0;
  text-align: center;
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  font-size: 1rem;
}

.pick-wrap ul {
  text-align: center;
  padding: 0.3rem 0;
}

.twi-container {
  width: 100%;
}

.twi-wrap {
  width: 100%;
  margin-bottom: 1rem;
  overflow-y: scroll;
  border: 1px solid #555555;
  padding: 0 0 1.2rem;
}
.twi-wrap > div {
  margin: 0 auto !important;
}
.twi-inner {
  width: 100%;
  padding-top: calc(9 / 7 * 100%);
  position: relative;
}

.twi-inner iframe {
  position: absolute !important;
  width: 100% !important;
  top: 0;
  left: 0;
}

.ico-area {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}

.ico01,
.ico02,
.ico03,
.ico04,
.ico05,
.ico06,
.ico07,
.ico08,
.ico09,
.ico010,
.ico011,
.ico012,
.ico013 {
  height: 1.5rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dd6a8ab0 !important;
  margin-bottom: 0.25rem;
  border-radius: 2px;
  color: #fcfdfe !important;
}

/* .ico01,.ico04,.ico07,.ico010,.ico013{
  background: rgba(227,4,142,0.7) !important;
}
.ico02,.ico05,.ico08,.ico011{
  background: rgba(227,4,142,0.7) !important;
}
.ico03,.ico06,.ico09,.ico012{
  background: rgba(227,4,142,0.7) !important;
} */
.ico01 span,
.ico02 span,
.ico03 span,
.ico04 span,
.ico05 span,
.ico06 span,
.ico07 span,
.ico08 span,
.ico09 span,
.ico010 span,
.ico011 span,
.ico012 span,
.ico013 span {
  display: inline-block;
  padding: 0.25rem;
  font-size: 0.7rem;
  line-height: 1;
}

.bottom-ico.ico-area {
  position: unset;
}

.bottom-ico.ico-area ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 70px;
  overflow: hidden;
}

.bottom-ico.ico-area li {
  width: 48%;
  height: 30px;
  margin: 0 0 0.5rem;
  border-top: 0;
}

.bottom-ico.ico-area span {
}

.bottom-ico.ico-area br {
  display: none;
}

.profile-wrap .ico-area {
  font-size: 0.75rem;
  z-index: 10;
}

.profile-wrap .bottom-ico.ico-area {
  margin-top: 1rem;
}

.sp-foot {
  width: 100%;
  /* padding: 10px; */
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: 0.3s ease;
  /* height: 4.75rem; */
}

.sp-foot ul {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.sp-foot li {
  width: 100%;
}

.sp-foot li + li {
  /* margin-left: 0.3rem; */
}

.sp-foot li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0.5rem;
  /*  background: linear-gradient(-90deg, #ec5db6 0%, #ec5db6 60%,#555555 100%);*/
  /*  border: 1px solid #2a2a2a;*/
  color: #fff;
  font-size: 0.875rem;
  /* border-radius: 5px; */
  background: linear-gradient(180deg, #DF6782,#F77DB4);
}

.sp-foot li.web a {
  background: linear-gradient(180deg, #BA712C,#BA8F2C);
}
.sp-foot li.line a {
  background:linear-gradient(180deg, #19A30E,#5CD258);
}

.sp-foot li a i {
  font-size: 1rem;
}

.sp-foot.fixed-foot {
  transform: translateY(0);
  z-index: 10;
  /* background: rgba(0,0,0,.8); */
}

footer {
  width: 100%;
  padding: 1rem 0 4rem;
  /*  background: #fff;*/
   /* color: #cbcbcb; */
  text-align: center;
}

footer a {
  color: #555;
}

.link-wrap {
  width: 100%;
  /* padding: 1rem 0; */
}

.link-wrap ul {
  /* align-items: baseline;
  justify-content: center; */
  display: block;
  text-align: center;
}

.link-wrap li {
  max-width: 100%;
  padding: 0.5rem;
}

.footer-logo {
  width: 80%;
  padding: 1rem 0;
  margin: auto;
  /* filter: brightness(0.7); */
}

.copy-right {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
}

.hback-btn {
  width: 100%;
  text-align: center;
  padding-top: 1rem;
  margin-top: 1rem;
  margin-bottom:2rem;
  /* border-top: 1px solid #2a2a2a; */
}

.hback-btn a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #fd888b;
  border-radius: 999px;
  box-shadow: 0px 6px #fb64a2;
  color: #fff;
}

.hback-btn a i {
  margin-right: 0.5rem;
}

.underlayer {
  padding-top: 0;
  /* padding-top: 4rem; */
  /* background: #fff; */
}

.underlayer.reserve-underlayer {
  padding-top: 8rem;
}


.banner-content {
  background: #fff;
  padding-top: 2rem;
}

/*--------------------
Menu
--------------------*/

#navi-menu {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: nowrap;
}

#nav-toggle {
  width: 3.5rem;
  height: 4rem;
background: #dd6a8a;
display: flex;
align-items: center;
justify-content: center;
}

#nav-toggle >div{
  position: relative;
  z-index: 3;
  width:60%;
  height: 20px;
}


#nav-toggle span {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: 0.3s ease;
}

#nav-toggle span:nth-of-type(1) {
  top: 0;
}

#nav-toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

#nav-toggle span:nth-of-type(3) {
  bottom: 0;
}

nav {
  width: 100%;
  height: 100%;
margin-top: 4rem;
  padding: 0 1rem 1rem;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;

  transform: scale(0.9);
  transition: 0.3s ease;
}

nav ul {
  padding-top: 1rem;
}

nav ul li {
  padding: 0.65rem 0.5rem;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
}

nav ul li a {
  display: flex;
  align-items: baseline;
  line-height: 1.2;
  font-size: 1.2rem;
  color: #000;
  opacity: 0;
  visibility: hidden;

}

nav ul li a p {
  font-size: 0.75rem;
  padding-left: 0.5rem;
}

.nav-sns {
  width: 100%;
  padding: 0;
  /* display: none; */
}

.nav-sns ul {
  align-items: center;
  justify-content: center;
}

.nav-sns li {
  padding: 0.5rem 1rem;
  border: 0;
}

.nav-sns li a {
  font-size: 2rem;
}

.navi-contact {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #555555;
  z-index: 2;
}

.navi-contact a {
  font-size: 1rem;
  color: #555555;
}

.navi-contact a i {
  margin-right: 0.25rem;
  color: #555555;
}

.open nav {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transform: scale(1);
  
}

.open nav ul li a {
  opacity: 1;
  visibility: visible;
  /* transition: 3.5s ease; */
}


.open #nav-toggle span:nth-of-type(1) {
  top: 50%;
  transform:  translateY(-50%) rotate(45deg);
}

.open #nav-toggle span:nth-of-type(2) {
  opacity: 0;
}

.open #nav-toggle span:nth-of-type(3) {
  bottom:50%;
  transform:  translateY(50%) rotate(-45deg);
}

.wfacs {
  position: absolute;
}

.wf01 {
  /*	background: url(../img/wfacs01.png?ver1) center no-repeat;*/
  background-position: left -4.2rem top 0.5rem;
  background-size: 122%;
  bottom: -1rem;
  left: -1rem;
  width: 100%;
  padding-top: calc(3 / 4 * 100%);
  z-index: -1;
}

.wf02 {
  /*	background: url(../img/wfacs02.png?ver1) center no-repeat;*/
  background-position: right 0 top;
  background-size: 45%;
  top: 39%;
  right: -1rem;
  width: 100%;
  padding-top: calc(4 / 3 * 100%);
  z-index: -1;
}

.wf03 {
  /*	background: url(../img/wfacs03.png?ver1) center no-repeat;*/
  background-position: left -6rem top -5rem;
  background-size: 70%;
  top: -1rem;
  left: -1rem;
  width: 100%;
  padding-top: calc(3 / 3 * 100%);
  z-index: -1;
}

.wf04 {
  /*	background: url(../img/wfacs04.png?ver1) center no-repeat;*/
  background-position: left -5.5rem top -3rem;
  background-size: 80%;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: calc(3 / 3 * 100%);
}

.wf04.ant {
  background-position: left -3.5rem top -7rem;
  top: unset;
  left: unset;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}

@media screen and (min-width: 415px) {
  .wf04 {
    background-size: 40%;
  }
}

/*--------------------
Top
--------------------*/

.mainvisual {
  width: 100%;
  /* padding-bottom: 30px; */
  margin-top: 0;
}

.mainvisual-bg {
  width: 100%;
  height: 62vh;
  padding: 1rem;
  filter: drop-shadow(0px 0px 1px white);
  position: relative;
  z-index: 0;
  /* padding-top: calc(2/3*100%); */
}
.mainvisual-bg::before {
  content: "";
  display:block;
  background:
  linear-gradient(to right, rgba(255, 255, 255, 0) 30%,
  rgba(255, 255, 255, 0) 100%),
  url("../img/mainvisual.jpg?ver2");
  background-size: cover;
    background-position:right top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
/* .mainvisual-bg::after {
  content: "";
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%), url(../img/main-bnr.png?ver2);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: calc(16/27*100%);
  max-width: 300px;
  position: absolute;
  bottom: -20px;
  right: 3%;
  z-index: -1;
  padding-left: 1rem;
  padding-right: 1rem;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,.2));
} */



.visual-logo {
    width:100%;
    margin:0 auto;
    height:100%;
        display: flex;
    flex-direction: column;
    justify-content: center;
    /* filter: drop-shadow(0px 0px 2px white); */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* display: none; */
    padding: 2rem;

}

.visual-logo img {
  width: 100%;
  filter: drop-shadow(0px 2px 0px white);
  max-width: 400px;
    margin: 0 auto;
}

.mainvisual-under {
  height: auto;
  margin-top: 4rem;
}

.mainvisual-under-bg {
  height: 30vh;
  padding-top: unset;
}

.mainvisual-under-bg:before {
  height: 100%;
  background-position: center;
  background: #000;
}


/* 
.mainvisual-under-logo {
  padding: 5rem 0 0;
} */

.mainvisual-under-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.mainvisual-under-logo img {
  width: 100%;
  max-width: 250px;
  margin: auto;
  filter: unset;
}

.slide-container {
  width: 100%;
  padding: 1.5rem 0;
  position: relative;
  overflow: hidden;
}

.slide-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#slider .swiper-slide {
  width: 100%;
  transition: 0.3s linear;
  opacity: 0;
}

#slider .swiper-slide.swiper-slide-prev,
#slider .swiper-slide.swiper-slide-next {
  opacity: 0.5;
}

#slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.slide-container .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.slide-container .swiper-pagination-bullet {
  margin: 0 0.5rem;
  background: #fff;
}

.slide-container .swiper-pagination-bullet-active {
  background: #fff;
}

#slider .swiper-slide {
  width: 100%;
  /*  min-height: 100vh;*/
  /*  min-height: calc(var(--vh, 1vh) * 100);*/
  /*  background-size: cover;*/
  /*  background-position: center;*/
  /*  background-repeat: no-repeat;*/
  /*  transition: 0.3s linear;*/
  /*  position: relative;*/
}

.swiper-slide img {
  /*    width:1200px;*/
}

#slider .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

/* #slider .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
 background: rgba(255,255,255,0.5);
  position: absolute;
  top: 0;
  left: 0;
} */
#slider .swiper-pagination {
  width: auto;
  text-align: left;
  position: absolute;
  bottom: 20%;
  left: 2rem;
  transform: translateY(20%);
}

#slider .swiper-pagination-bullet {
  width: 2rem;
  height: 2px;
  background: #fcfdfe;
  border-radius: 0;
}

.slide-inner {
  width: 85%;
  font-weight: 400;
  /*  color: #fcfdfe;*/
  position: absolute;
  top: 70%;
  left: 2rem;
  transform: translateY(-70%);
}

.slide-inner a {
  color: #555555;
}

.slide-inner span {
  display: block;
  font-size: 1.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.slide-inner p {
  font-size: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top-news {
  width: 100%;
  padding: 0;
}

.news-text {
  width: 100%;
  /*  color: #fcfdfe;*/
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid #555555;
  position: relative;
}

.news-text span {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  /* padding-left: 0; */
  position: relative;
  z-index: 3;
  /* background: #dd6a8a; */
  color: #dd6a8a;
  margin-right: 0.5rem;
}

.text-area {
  overflow: hidden;
  width: 100%;
}

.text-area .marquee {
  width: 100%;
  line-height: 1.4;
  white-space: nowrap;
  animation-name: marquee;
  animation-duration: 13s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  text-align: left;
}

@keyframes marquee {
  0% {
    transform: translate(100%);
  }

  10% {
    transform: translate(0%);
  }

  30% {
    transform: translate(0%);
  }

  100% {
    transform: translate(-100%);
  }
}

/*--------------------
Topics
--------------------*/

.topics-wrap {
  width: 100%;
}

.underlayer .topics-wrap {margin-bottom: 3rem;}

.topics-wrap .more-list-btn a {
  margin-bottom: 2rem;
}

.topnews .topics-wrap {
  margin-bottom: 0;
}

.topics-box {
  width: 100%;
  justify-content: space-between;
}

.topics {
  width: 100%;
  margin-bottom: 1rem;
  box-shadow: 0 2px 5px rgb(0 0 0 / 40%);
}

.topics-image {
  width: 100%;
}

.topics-image a {
  display: block;
  width: 100%;
  padding-top: calc(3 / 4 * 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.topics-info {
  width: 100%;
  align-items: center;
  padding: 1rem;
  background: rgb(252 253 254 / 80%);
}

.new-topics {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #555555;
}

.new-topics span {
  padding-left: 0.5rem;
}

.new-topics span.cat-ico {
  background: #dd6a8a;
  color: white;
  padding: 0.5em;
  margin-right: 0.5rem;
  border-radius: 2px;
  font-size: 0.8rem;
}

.topics-ttl {
  width: 100%;
  height: 4rem;
  overflow: hidden;
  position: relative;
}

.topics-ttl:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /*  background: linear-gradient(0deg,rgba(255,255,255,1)0%,rgba(255,255,255,0) 100%);*/
  position: absolute;
  top: 0;
  left: 0;
}

.blog .topics-image a {
  padding-top: calc(4 / 3 * 100%);
}

/*--------------------
pager
--------------------*/

.news-pager {
  width: 100%;
  padding: 1rem 0 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  position: static;
  background: transparent;
  opacity: 1;
  visibility: visible;
  /* transform: scale(1); */
  z-index: 0;
}

.news-pager ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.news-pager li {
  padding: 0;
  margin-bottom: 0.5rem;
  border: 0;
}

.news-pager li a {
  text-decoration: none;
  padding: 0.25rem 0.75rem;
  margin: 0 0.25rem;
  border: 1px solid #555555;
  color: #555555;
  width: 2rem;
  height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.news-pager li a.pager-current {
  background: linear-gradient(45deg, #848484 15%, #eae9e9 35%, #c3c3c3 67%, #848484 97%);
  color: #fff;
}

/*--------------------
Topics Detail
--------------------*/

.topics-detail-wrap {
  width: 100%;
  margin-bottom: 2rem;
}

.topics-detail-wrap .contents-ttl h2 {
  text-align: left;
}

.topics-detail {
  align-items: flex-start;
  justify-content: space-between;
}

.topics-detail-iamge {
  width: 100%;
}

.topics-detail-iamge span {
  display: block;
  width: 100%;
  padding-top: calc(3 / 4 * 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.topics-detail-iamge.blog span {
  padding-top: calc(4 / 3 * 100%);
}

.topics-detail-info {
  width: 100%;
  padding: 1rem 0;
  word-break: break-all;
}

/*--------------------
Schedule
--------------------*/

.schedule-wrap {
  width: 100%;
  margin-bottom: 2rem;
}

.staff-wrap {
  width: 100%;
  justify-content: space-between;
}

.staff-box {
  width: 49%;
  margin-bottom: 1rem;
  position: relative;
  /* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); */
}

.staff-image {
  width: 100%;
  position: relative;
  /* padding: 0.3rem; */
  background:#fff;
}

.staff-image a {
  display: block;
  width: 100%;
  padding-top: calc(4 / 3 * 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.staff-text {
  width: 100%;
  padding:0.3rem 0.3rem;
  background: #fff;
  text-align: center;
  box-shadow:0 3px 4px -1px rgba(0, 0, 0, 0.2);
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  font-size: 0.85rem;
}

.staff-text li {
  padding: 0.25rem 0;
}

.staff-text li + li {
   /* border-top:1px dashed #777; */
}
.staff-text li:nth-child(3) {
  background: #f1f0f0;
    color: #cb7272;
}


.staff-text li:nth-child(4) {
  background: #dd6a8a;
  color: #fff;
  border: none;
}
.staff-text li.staff-name {
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: bold;
}

.staff-name {
  line-height: 1;
}
.staff-info {
  line-height: 1;
  font-size: 0.75rem;
}
/* .staff-info span {
  color: #dd6a8a;
    font-size: 0.65rem;
} */

.ico-tw {
  background-color:#000;
  color: #fff;
  font-size: 1rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
}

.ico-tw > a {
  color: #fff;
  padding: 0;
  display: flex;
  justify-content: center;
}

.staff-name {
  line-height: 1;
  padding: 0;
}
.weekly-schedule {
  width: 100%;
  margin-bottom: 1rem;
}

.weekly-schedule ul {
  justify-content: space-between;
}

.weekly-schedule li {
  width: 32%;
  margin-bottom: 0.5rem;
}

.weekly-schedule li:nth-of-type(1),
.weekly-schedule li:nth-of-type(8) {
  width: 100%;
}

.weekly-schedule li a {
  display: block;
  text-align: center;
  padding: 0.5rem;
  background: #fff;
  border: 1px solid #777;
  font-size: 0.875rem;
  color: #111;
}

.weekly-schedule li a.current {
  background:#fdf9ec;
  color: #111;
  border-color: #777;
}

.weekly-schedule li:nth-of-type(7) ~ li {
  display: none;
}

.weekly-schedule .nextweek {
  background: #000;
  color: #fff;
  width: 25%;
  text-align: center;
  cursor: pointer;
  margin: auto;
  display: none;
}

/*--------------------
Therapist
--------------------*/

.therapist-wrap {
  width: 100%;
  margin-bottom: 2rem;
}

/*--------------------
Profile
--------------------*/

.profile-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
.profile-box {
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}

.prof-image-box {
  width: 100%;
}

.tab-wrap {
  width: 100%;
}

.tab-wrap ul {
  align-items: center;
  justify-content: space-between;
}

.tab-wrap li {
  flex: 1;
  padding: 0.5rem 0;
  text-align: center;
  background: #f3f3f3;
  color: #a3a3a3;
  transition: 0.3s ease;
  cursor: pointer;
}

.tab-wrap li.active {
  background: #dd6a8a;
  color: #fcfdfe;
}

.prof-image-wrap {
  width: 100%;
  position: relative;
}

.prof-image {
  display: none;
  width: 100%;
  padding-top: calc(4 / 3 * 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.prof-image.active {
  display: block;
  animation: active 0.3s ease;
}

@keyframes active {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.prof-info-box {
  width: 100%;
}

.prof-info-box h2 {
  padding: 1rem 0;
  /* border-bottom: 1px solid #2a2a2a; */
}

.staff-alpha {
  display: block;
  font-weight: normal;
  font-size: 0.85rem;
}

.prof-list .prof-tw {
  padding-top: 1rem;
  /* border-bottom: 1px solid #2a2a2a; */
}

.prof-list .twi-wrap {
  max-height: 400px;
  overflow: auto;
}

.prof-list dl {
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #a3a3a3;
}

.prof-list dl dt {
  width: 48%;
}

.prof-list dl dd {
  width: 52%;
}

.prof-list dl dt,
.prof-list dl dd {
  padding: 1rem 0;
}

.prof-list dl .shop-cmt,
.prof-list dl .shop-cmt + dd {
  word-break: break-all;
  width: 100%;
}

.prof-list dl .shop-cmt {
  border: 0;
}

.prof-list dl .shop-cmt + dd {
  padding: 0 0 1rem;
}

.other-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background: linear-gradient(135deg, #00acee 0%, #29caef 100%);
  border-radius: 0.25rem;
  color: #fcfdfe;
  line-height: 1;
}

.other-btn i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.sch-tbl {
  width: 100%;
  /* padding: 1rem 0; */
}

.sch-tbl h4 {
  width: 100%;
  padding: 1rem 0;
}

.sch-date {
  width: 40%;
}

.sch-work {
  width: 60%;
}

.sch-tbl dl dt,
.sch-tbl dl dd {
  width: 100%;
  padding: 0.3rem 1rem;
  border: 1px solid #c1c1c1;
  text-align: center;
  height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sch-tbl dl dt {
  background: #dd6a8a;
  color: #fff;
}
.sch-tbl dl dd {
  flex-direction: column;
  background: #fff;
}

@media screen and (max-width:800px) {
  .sch-tbl dl dd {
    border-left: 0;
  }
  
  .sch-tbl dl dt + dt,
  .sch-tbl dl dd + dd {
    border-top: 0;
  }
  
}


.sch-tbl dl dt.sat {
  color: #2b7bb9;
}

.sch-tbl dl dt.sun {
  color: #ea3838;
}
.sch-date.column-list dl dt.sat {
  color: #b0dcff;
  font-weight: bold;
}
.sch-date.column-list dl dt.sun {
  color: #ffd4d4;
  font-weight: bold;
}

/*--------------------
Blog
--------------------*/

.blog-wrap {
  width: 100%;
  margin: 0 auto 2rem;
}

.blog-area > div:last-child {
  margin-top: 2rem;
}

.blog-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.blog-box + .blog-box {
  border-top: 1px solid #555;
  padding-top: 1rem;
  margin-top: 1rem;
}

.blog-text {
  width: 76%;
  text-align: left;
  line-height: 1.4;
  overflow: hidden;
}

.blog-text p {
  font-size: 0.75rem;
}

.blog-text p a {
  color: #555555;
}

.clamp-text2 {
  width: 100%;
  height: 3rem;
  overflow: hidden;
  text-align: justify;
  position: relative;
  margin-top: auto;
  line-height: 1.6rem;
}

.clamp-text3 {
  width: 100%;
  max-height: 2.1rem;
  overflow: hidden;
  text-align: justify;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 0 0.5rem;
  line-height: 2;
}

.blog-image {
  width: 20%;
}

.blog-image a {
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  padding-top: calc(4 / 3 * 100%);
  border: 1px solid #555555;
}

/*--------------------
Map
--------------------*/

.map-wrap {
  width: 100%;
  margin-bottom: 3rem;
  max-width: 1000px;
  text-align: center;
  margin-top: 1.5rem;
}

.map-box {
  width: 100%;
  /* padding: 0.5rem; */
}

.map-box + .map-box {
  margin-top: 2rem;
}

.map-detail {
  width: 100%;
  margin-bottom: 1rem;
  /* background: rgba(255,255,255,.75);
  padding: 1rem;
  outline: 2px solid rgba(255,255,255,.7);
  outline-offset: 3px; */
}

.map-detail h3 {
  font-size: 1.2rem;
  padding-bottom: 1rem;
}
.map-detail > p {
  font-size: 0.9rem;
  line-height: 1.3;
}
.map-box iframe {
  width: 100%;
  height: 480px;
}
.map-btn {
  border: 1px solid #333;
  padding: 0.5rem;
  margin-top: 1rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.map-btn a{ 
  color: #333;  
}
/*--------------------
System
--------------------*/

.system-wrap {
  width: 100%;
  margin-bottom: 1rem;
  max-width: 1000px;
}

.underlayer .system-wrap {
  margin-bottom: 3rem;
  margin: 0 auto;
}
.system-box {
  width: 96%;
  justify-content: space-between;
  display: block;
  padding: 0.5rem 0;
  margin: 0 auto;
  /* background: rgba(255,255,255,.7); */
}

.price-box {
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
  /* padding: 1rem; */
  background: #fff;
    padding: 0.5rem;
}

#section07 .price-box {
  background: unset;
}

.price-box h3 {
  font-size: 1.1rem;
  background: #ffd9e5;
  text-align: center;
  padding: 0.7rem;
  color: #d94660;
  font-weight: 100;
  outline: 2px solid #fff;
  outline-offset: -4px;
  margin-bottom: 0.5rem;
}

.price-box + .price-box {
  padding-top: 1rem;
  /* border-top: 1px solid #2a2a2a; */
}
.price-box.credit-wrap {
  padding: 1rem;
}
.price-box.credit-wrap .credit-bnr {
  margin: 0.5rem 0;
  max-width: 900px;
}

.price-box.credit-wrap .credit-bnr a {
  padding: 0.5rem 0.5rem 0.25rem 0.5rem;
  /* background: url("../img/credit-bg.jpg?ver1"); */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.price-box.credit-wrap .credit-bnr img {
  width: 20%;
}

.price-box.credit-wrap .credit-bnr span {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 0.5rem;
  font-size: 1.25rem;
  color: #555555;
  font-weight: bold;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}

.price-dsc {
  width: 100%;
  padding: 1rem;
}

.price-list {
  width: 100%;
}

.price-list dl {
position: relative;
border-bottom: 1px dashed #bbb;
}

/* 
.price-list dl::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
} */

.price-list dl dt,
.price-list dl dd {
  flex: auto;
  width: 50%;
  padding: 0.5rem 0.25rem;
}

.price-list dl dt {
  /* background: linear-gradient(138deg, rgba(142,142,142,1) 0%, rgba(200,200,200,1) 19%, rgba(171,171,171,1) 39%, rgba(152,152,152,1) 58%, rgba(181,181,181,1) 71%, rgba(139,139,139,1) 100%); */
  color: #333;
  /* text-shadow: 1px 1px 2px #555555; */
  width: 50%;
  /* font-size: 14px; */
  text-align: center;
  /* background: #ff6274; */
}

.price-list dl dd {
  /* background: #636363; */
  color: #d94660;
  /* text-shadow: 1px 1px 1px #555555; */
  text-align: center;
}

/*--------------------
Filter
--------------------*/

.filter-wrap {
  width: 100%;
  padding: 1rem 0;
  align-items: center;
}

#staff-order {
  padding: 0.25rem 1.5rem 0.25rem 0.5rem;
  border: 1px solid #fff;
  background: url(../img/arw-down.svg), #555555;
  background-size: 0.75rem 100%;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
}

.filter-reset {
  padding: 1rem 1rem 0;
  text-align: end;
}

.fliter-check-wrap {
  width: 100%;
  padding: 0 0 1rem;
}

.filter-inner {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #c1c1c1;
  display: flex;
}

.filter-inner label {
  align-items: flex-start;
  text-align: start;
}

.filter-inner input[type="submit"] {
  padding: 0.25rem 0.75rem;
  background: #dd6a8a;
  color: #fff;
  border-left: 1px solid #c1c1c1;
}

.check-point {
  padding-left: 1.2rem;
  position: relative;
}

.check-point:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  /* background: #555555; */
  border: 1px solid #555;
  border-radius: 0.25rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.filter-inner input[type="checkbox"]:checked + .check-point:after {
  content: "";
  display: block;
  width: 0.65rem;
  height: 1rem;
  transform: rotate(40deg);
  border-bottom: 3px solid #555;
  border-right: 3px solid #555;
  position: absolute;
  top: -0.125rem;
  left: 0.25rem;
}

input,
textarea,
select,
button {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
}

/*--------------------
Reserve
--------------------*/

.reserve-box {
  width: 100%;
}

.reserve-intro {
  padding: 1rem;
  justify-content: center;
}

.reserve-tel {
  padding-bottom: 2rem;
  text-align: center;
}

.reserve-tel a {
  color: #555555;
}

.conf-list {
  padding: 0.5rem 0;
}

.form-wrap {
  width: 100%;
  padding: 1rem;
  background: white;
  /*  background: #fafafa;*/
  margin-bottom: 1rem;
}

.input-field {
  width: 100%;
  padding: 0.5rem 0;
  align-items: center;
  justify-content: space-between;
}

.input-field > input,
.input-field > textarea {
  width: 100%;
  padding: 0.25rem 0.5rem;
  border: 1px solid #c0c0c0;
  color: black;
}

.input-field > input[type="time"] {
  height: 35px;
  background: #fff;
  background-size: 0.75rem;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  color: black;
}

.input-field label {
  color: black;
}

.reserve-caution p {
  color: black;
}

#sch-picker {
  position: relative;
}

img.ui-datepicker-trigger {
  width: 2.25rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0.25rem;
}

.course-select {
  width: 100%;
  background: #555555;
}

.course-select select {
  width: 100%;
  padding: 0.25rem 0.5rem;
  background: url("../img/arw-down.svg") #fff;
  background-size: 0.75rem;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  border: 1px solid #c0c0c0;
  color: black;
}

.radio-box {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.radio-box input[type="radio"] {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  border: 0;
}

.radio-box input[type="radio"] + label {
  padding-left: 1.25rem;
  position: relative;
}

.radio-box input[type="radio"] + label:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #555555;
  border-radius: 50%;
}

.radio-box input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: 0.25rem;
  transform: translateY(-50%);
  background: #555555;
  border: 1px solid #555555;
  border-radius: 50%;
}

.check-box {
  width: 100%;
  margin-top: 1rem;
  justify-content: center;
  position: relative;
}

.form-wrap input[type="checkbox"] {
  width: 0;
  height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
}

.form-wrap form > div > input[type="checkbox"] + label {
  margin: 0;
  color: black;
}

.form-wrap input[type="checkbox"] + label {
  padding-left: 1.25rem;
  position: relative;
}

.form-wrap input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 1px solid #555555;
  border-radius: 0.25rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.form-wrap input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  width: 0.65rem;
  height: 1rem;
  transform: rotate(40deg);
  border-bottom: 3px solid #555555;
  border-right: 3px solid #555555;
  position: absolute;
  top: -0.125rem;
  left: 0.25rem;
}

.form-wrap form > .conf-list {
  justify-content: flex-start;
  border-bottom: 1px dotted #555555;
  color: #555555;
  word-break: break-all;
}

.form-wrap button {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  padding: 0.5rem 2rem;
  margin: 1rem auto;
  font-size: inherit;
  font-family: inherit;
  transition: ease 0.3s;
  background: #fd888b;
  border-radius: 999px;
  box-shadow: 0px 6px #fb64a2;
  color: #fff;
}

.form-wrap button[disabled] {
  background: #cacaca;
  color: #fff;
  box-shadow: 0px 6px #a1a1a1;
}

.comp-btn,
.submit-btn {
  text-align: center;
  padding-top: 1rem;
}

.comp-btn a {
  display: inline-block;
  padding: 0.5rem 2rem;
  margin: 1rem auto;
  background: #fd888b;
  border-radius: 999px;
  box-shadow: 0px 6px #fb64a2;
  color: #fff;
}

.submit-btn input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 0.5rem 2rem;
  background: #fd888b;
  border-radius: 999px;
  color: #fff;
  box-shadow: 0px 6px #fb64a2;
}

.comp-box p {
  display: flex;
  justify-content: center;
}

/*--------------------
Recruit
--------------------*/

.recruit-wrap {
  width: 100%;
  margin-bottom: 3rem;
}

.recruit-wrap img {
  width: 100%;
}

.recruit-ban {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1rem;
}

.job-box dl {
  justify-content: space-between;
}

.job-box dl dt,
.job-box dl dd {
  width: 100%;
  padding: 1rem;
  border: 1px solid #ccc;
}

.job-box dl dt {
  text-align: center;
  background: #dd6a8a;
  color: #fcfdfe;
}

.job-box dl dt + dd {
  border-top: 0;
  border-bottom: 0;
  background: #fff;
}

.job-box dl:last-child dt + dd {
  border-bottom: 1px solid #ccc;
}

.job-box dl dt a,
.job-box dl dd a {
  color: #555555;
}

/*--------------------
Q&A
--------------------*/

.accordion {
  width: 100%;
}

.accordion ul {
  width: 100%;
  /* padding: 0 1rem; */
}

.accordion li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}

.accordion > ul > li > div {
  cursor: pointer;
  position: relative;
  color: #fff;
  padding: 0.5rem 3.5rem 0.5rem 0.5rem;
  background:#dd6a8a;
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  border: 1px solid #dd6a8a;
}

.accordion > ul > li > p {
  display: none;
  text-align: left;
  padding: 0.5rem;
  color: #555555;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
}

.accordion li .accordion_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
}

.accordion li .accordion_icon span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1.5rem;
  height: 3px;
  background: #dd6a8a;
  /* background: linear-gradient(138deg, rgba(142,142,142,1) 0%, rgba(200,200,200,1) 19%, rgba(171,171,171,1) 39%, rgba(152,152,152,1) 58%, rgba(181,181,181,1) 71%, rgba(139,139,139,1) 100%); */
}

.accordion li .accordion_icon span:nth-of-type(1) {
  transform: rotate(0deg);
}

.accordion li .accordion_icon span:nth-of-type(2) {
  transform: rotate(90deg);
}

.accordion li .accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.accordion li .accordion_icon.active span:nth-of-type(2) {
  transform: rotate(180deg);
}

.toggle > div > span {
  font-size: 0.5rem;
}

/*--------------------
404
--------------------*/

.bg-404 {
  width: 100%;
  height: 100vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url("../img/404bg.jpg?ver1");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}

.error-wrap {
  width: 100%;
  padding: 2rem 1rem;
}

.error-ttl {
  width: 100%;
  padding: 4rem 1rem 2rem;
  text-align: center;
  line-height: 1;
  mix-blend-mode: difference;
}

.error-ttl h2 {
  font-size: 8rem;
  letter-spacing: 0.5rem;
}

.error-ttl p {
  font-size: 3rem;
}

.error-wrap h3 {
  font-size: 1.25rem;
  text-align: center;
  mix-blend-mode: difference;
}

.error-wrap h3 + p {
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
  color: #fcfdfe;
  font-size: 1.125rem;
}

.error-logo {
  width: 50%;
  padding-bottom: 2rem;
  margin: auto;
  mix-blend-mode: overlay;
}

.error-btn {
  width: 100%;
  text-align: center;
}

.error-btn a {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fcfdfe;
  box-shadow: 0 15px 20px -5px rgba(0, 0, 0, 0.5);
}

.error-btn a i {
  margin-right: 0.5rem;
}

/*--------------------
Other
--------------------*/

.sp {
  display: block;
  width: 100%;
}

.pc {
  display: none;
}

.flexpc {
  display: none;
  width: 90%;
}

.flexpc li:nth-child(1) {
  width: 100%;
  /* padding:2rem 0; */
}

.flexpc li:nth-child(2) {
  width: 100%;
}

.link-bnr-wrap {
  width: 100%;
  /* padding: 0 1rem; */
  overflow: hidden;
}
.link-bnr-wrap .bnr{
  width: 100%;
  /* margin: 1rem 0; */
  padding: 0.3rem;

}

.therapist-bnr {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%),
    url(../img/therapist-bg.jpg?ver1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.reserve-bnr {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%),
    url(../img/reserve-bg.jpg?ver1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.qa-bnr{
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), url(../img/qa-bg.jpg?ver1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.recruit-bnr {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%),
    url(../img/recruit-bg.jpg?ver1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.bnr a {
  display: block;
  padding: 2rem 0;
  text-decoration: none;
  font-size: 1.5rem;
  color: #222222;
  text-align: center;
  text-shadow: 1px 1px white;
  border: 1px solid #fff;
}


.bnr a div{
  width: 185px;
  height: auto;
  background: rgba(255,255,255,.8);
  position: relative;
  z-index: 0;
  line-height: 1;
  padding: 10px 0;
  text-align: left;
  padding-left: 1.4rem;
}

.bnr a div::before{
  content: "";
  display: block;
  width: 3px;
  height: 40px;
  background: #dd6a8a;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}


.bnr a p{
  font-size: 0.75rem;
  margin-top: 0.2rem;
}

@media screen and (min-width: 801px) {
  /*--------------------
PC Common
--------------------*/

  header {
    width: 17%;
    height: 100vh;
    padding: 1rem;
    border-bottom: 0;
    /* border-right: 2px solid rgb(15 70 100 / 12%); */
    transition: none;
    background: #fff;
    position: fixed;
    overflow: auto;
  }

  .head-bg {
    /* mix-blend-mode: difference; */
    border-bottom: 0;
    /*    background: transparent;*/
  }

  .under-h {
    /*    background: rgba(26,26,26,0.5);*/
  }

  .logo-area {
    width: 100%;
    height: unset;
    top: 2%;
    margin-bottom: 0.5rem;
  }

  .logo-area a {
    background: url(../img/h-logo.png?ver4);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4rem;
  }

  .container {
    padding: 0;
  }

  .content-box {
    width: 83%;
    padding: 4rem 6rem;
    margin-left: auto;
  }

  .contents-ttl {
    padding-bottom: 3rem;
  }

  .contents-ttl h2 {
    /*    text-align: left;*/
    font-size: 2rem;
  }

  footer {
    padding: 3rem 1rem;
  }

  .footer-logo {
    width: 25%;
  }

  .underlayer {
    /*    padding-top: 0;*/
  }

  .underlayer-rec {
    padding-top: 0rem;
  }

  .hback-btn {
    padding-top: 3rem;
    margin-top: 3rem;
  }

  .recruit-ban {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 2rem;
  }

  /*--------------------
PC Menu
--------------------*/

  #navi-menu {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 4rem;
  }

  #nav-toggle {
    display: none;
  }

  nav {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    position: static;
    background: transparent;
    opacity: 1;
    visibility: visible;
    /*transform: scale(1);*/
    z-index: 0;
    margin-top: 0;
  }

  nav ul li {
    padding: 0.25rem 0;
    border: 0;
  }

  nav ul li a {
    padding: 0.25rem;
    opacity:1;
    visibility:visible;
  }

  nav ul li i {
    font-size: 0.75rem;
    font-weight: 100;
  }

  nav ul li a p:before {
    white-space: pre-wrap;
    content: "　";
    display: inline-block;
  }

  .reserve-wrap {
    width: 100%;
    /*padding: 0.5rem 0;*/
  }

  .reserve-wrap li {
    padding: 0.5rem 0;
  }

  .reserve-wrap a {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    margin: auto;
    color: #555555;
    border: 1px solid #555555;
    font-size: 0.9rem;
  }

  .navi-contact {
    line-height: inherit;
  }

  .fliter-check-wrap {
    width: 100%;
    padding: 0 0 1rem 0;
  }

  /*--------------------
PC Top
--------------------*/
.mainvisual-bg {
  padding-top: unset;
  height: 100vh;
}
  .mainvisual-bg:before {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .mainvisual {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    width: 83%;
    height: 100%;
    padding: 0;
  }

  .mainvisual p {
    font-size: 2.2rem;
  }

  .visual-logo {
    width: 50%;
    /* margin-left: 0; */
    /* margin-right: 0; */
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* display: none; */
  }

  .visual-logo img {
    /* width: 480px; */
    margin: auto;
    max-width: 550px;
  }

  .mainvisual-under {
    height: 44vh;
    z-index: 0;
  }

  .mainvisual-under-bg {
    height: 44vh;
  }

  .mainvisual-under-logo {
    padding: 0;
  }

  .mainvisual-under-logo img {
    width: 100%;
    /* margin-right: 21%; */
  }

  .slide-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  #slider {
    margin: auto;
    overflow: visible;
    text-align: center;
  }

  .slide-inner {
    width: 45%;
    right: 2rem;
    left: auto;
  }

  #slider .swiper-pagination {
    right: 2rem;
    left: auto;
  }

  .pick-container {
    width: 48%;
  }

  .slick-wrap.half {
    width: 80%;
    margin: auto;
  }

  .slick-prev,
  .slick-next {
    width: 6rem;
  }

  .slick-prev:before,
  .slick-next:before {
    opacity: 0;
    transition: ease 0.5s;
  }

  .pick-wrap {
    width: 100%;
  }

  .twi-container {
    width: 48%;
    margin: 0 auto;
    margin-top: 0;
  }

  .ico01,
  .ico02,
  .ico03,
  .ico04,
  .ico05,
  .ico06,
  .ico07,
  .ico08,
  .ico09,
  .ico010,
  .ico011,
  .ico012,
  .ico013 {
    height: 2rem;
    width: 5rem;
  }

  .ico01 span,
  .ico02 span,
  .ico03 span,
  .ico04 span,
  .ico05 span,
  .ico06 span,
  .ico07 span,
  .ico08 span,
  .ico09 span,
  .ico010 span,
  .ico011 span,
  .ico012 span,
  .ico013 span {
    font-size: 0.75rem;
  }

  /*--------------------
  PC Topics
  --------------------*/

  .topics {
    width: 48%;
  }

  .blog .topics {
    width: 32%;
  }

  /*--------------------
  PC Topics Detail
  --------------------*/

  .topics-detail-iamge {
    width: 35%;
  }

  .topics-detail-info {
    width: 63%;
  }

  /*--------------------
  PC Schedule
  --------------------*/

  .staff-box {
    width: 22%;
    /* margin-right: 1rem; */
  }

  .staff-wrap {
    width: 100%;
    /* justify-content: center; */
  }

  .weekly-schedule li {
    width: 13.5%;
  }

  .weekly-schedule li:nth-of-type(1),
  .weekly-schedule li:nth-of-type(8) {
    width: 13.5%;
  }

  /*--------------------
  PC Profile
  --------------------*/

  .prof-image-box {
    width: 30%;
  }

  .prof-info-box {
    width: 68%;
  }

  .prof-info-box h2 {
    padding: 0.5rem 0;
  }

  .prof-list dl dt,
  .prof-list dl dd {
    padding: 0.5rem 0;
  }

  .sch-date,
  .sch-work {
    width: 100%;
  }

  .sch-tbl dl dt,
  .sch-tbl dl dd {
    width: auto;
    flex: 1;
  }

  .sch-tbl dl dt + dt {
    /*    border-top: 1px solid #2a2a2a;*/
    border-left: 0;
  }

  .sch-tbl dl dd {
    border-top: 0;
    /* border-left: 1px solid #ccc; */
  }

  .sch-tbl dl dd + dd {
    border-left: 0;
  }

  /*--------------------
  Blog
  --------------------*/
  .blog-wrap {
    width: 48%;
    margin-bottom: 2rem;
  }

  .blog-text {
    width: calc(85% - 1rem);
  }

  .blog-image {
    width: 15%;
  }

  .clamp-text2 {
  }

  .clamp-text3 {
    font-size: 1.2rem;
    max-height: 2.3rem;
  }

  /*--------------------
  PC Map
  --------------------*/

  /*--------------------
  PC System
  --------------------*/

  .price-box {
    margin: 0 auto 3rem;
    width: 48%;
  }

  .system-box .price-box {
    width: 100%;
    padding: 2rem;
  }

  .price-box + .price-box {
    padding-top: 3rem;
  }

  /*--------------------
  PC Recruit
  --------------------*/

  .job-box dl dt {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .job-box dl dd {
    width: 60%;
  }

  .job-box dl dt + dd {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 0;

  }

  .job-box dl + dl dt {
    border-top: 0;
  }

  .job-box dl + dl dd {
    border-top: 0;
  }

  /*--------------------
  PC Q&A
  --------------------*/

  .accordion {
    padding: 2rem 0;
  }

  /*--------------------
  PC Filter
  --------------------*/

  .filter-inner {
    width: 28rem;
    float: left;
  }

  .filter-reset {
    display: inline-block;
    padding: 0.3rem 1rem;
  }

  .filter-inner label {
    align-items: flex-start;
    text-align: start;
    padding-left: 0.6rem;
  }

  /*--------------------
  PC Reserve
  --------------------*/

  .form-wrap {
    padding: 2rem;
    margin-bottom: 3rem;
  }

  .input-field {
    width: 65%;
    margin: auto;
  }

  .input-field > input,
  .input-field > label,
  .input-field > textarea,
  .course-select,
  .radio-box {
    width: 50%;
  }

  /*--------------------
  PC 404
  --------------------*/

  .error-wrap {
    width: 1200px;
    max-width: 100%;
    padding: 4rem 0;
    margin: auto;
  }

  .error-ttl h2 {
    font-size: 12rem;
  }

  .error-ttl p {
    font-size: 4rem;
  }

  .error-wrap h3 {
    font-size: 2rem;
  }

  .error-wrap h3 + p {
    width: 50%;
    margin: auto;
  }

  .error-logo {
    width: 30%;
  }

  /*--------------------
  Other
  --------------------*/

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .flexpc {
    display: block;
    margin: 0 auto;
  }

  .link-bnr-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* padding: 2rem 1rem; */
  }

  .reserve-bnr,
  .qa-bnr,
  .recruit-bnr {
    width: 30%;
  }
}

@media screen and (min-width: 801px) and (max-width: 1365px) {
  header {
    padding: 1rem 0;
    width: 25%;
  }

  .mainvisual {
    width: 75%;
  }

  #navi-menu {
    justify-content: flex-start;
  }

  .wf01 {
    left: 0;
  }

  .wf02 {
    right: 0;
  }

  .wf03 {
    background-size: 100%;
    left: 0;
  }

  .logo-area {
    width: 100%;
    text-align: center;
  }

  .navi-contact {
    padding: 0 1rem;
  }

  nav {
    margin: 0;
  }

  nav ul li {
    padding: 0.2rem 0;
    border: 0;
  }
  .content-box {
    width: 75%;
  }

  .sch-tbl dl dt,
  .sch-tbl dl dd {
    font-size: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .twi-inner {
    padding-top: calc(15 / 13 * 100%);
  }
}

@media screen and (min-width: 1366px) {
  .content-box {
    padding: 0 4rem;
  }

  .content-box.topnews {
    padding: 0 9rem;
  }
}

/*
--------------------
ipadpro専用
--------------------
@media screen and (min-width: 1024px) and (max-width:1400px) {
    header{
     width:21%;
    }
    .mainvisual{
    height: 38vh;
    }
    .mainvisual-bg{
    height: 38vh;
    }
    .mainvisual-bg:before {
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    height: 38vh;
    }
    .logo-area {
     width: 70%;
     height: 8rem;
     top:2%;
     }
    .visual-logo {
    width: 40%;
    }
    .visual-logo img {
    width: 400px;
    }
    #navi-menu {
    width: 100%;
    height: 70%;
    align-items: flex-start;
     padding: 0;
    }
    nav ul li {
    font-size:0.75rem;
    }
    nav ul li  a{
    font-size:1rem;
    }
    nav ul li a p {
    font-size: 0.75rem;
    }
    .navi-contact a {
    font-size: 1.25rem;
}
    #slider {
    width: 100%;
    }
    .contents-ttl {
    padding-bottom: 1rem;
    }
    .content-box {
    padding: 0rem 1rem;
    }
    .reserve-wrap a {
    width: 80%;
    }

}
*/

/*--------------------
Loading
--------------------*/

#loader {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #555555;
  text-align: center;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
}

#loader img {
  width: 100%;
  max-width: 550px;
    padding: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#staff-search {
  padding: 0;
}

@media screen and (max-width: 800px) {
  #staff-search .fliter-check-wrap {
    width: 100% !important;
  }

  #staff-search .fliter-check-wrap .column-box {
    padding-left: 5px;
  }

  nav ul {
    overflow-y: scroll;
    height: 100%;
  }
}

/***************************************************************************
*
*	機能追加
*
***************************************************************************/
.gray_fil {
  /* filter: grayscale(100%); */
}

/*--------------------
Review
--------------------*/

#form-review {
  display: none;
}

#form-review input,
#form-review select,
#form-review textarea {
  font-size: 1rem;
  width: 100%;
  padding: 0.25rem 0.5rem;
  color: #555555;
}

#rev-submit {
  margin: 1rem 0;
  text-align: center;
}

#rev-submit span {
  background: linear-gradient(45deg, #848484 15%, #eae9e9 35%, #c3c3c3 67%, #848484 97%);
  color: #2a2a2a;
  display: inline-block;
  line-height: 3;
  width: 30%;
}

#reviewsInProfSP {
  position: relative;
}

#reviewsInProfSP > ul > li {
  margin-top: 0.5rem;
}

.shop-cmt {
  font-weight: 600;
  padding: 1.5rem 0 0.5rem;
}

.shop-cmt:after {
  content: "";
  display: block;
  border-bottom: 1px solid #212121;
  border-top: 1px solid #212121;
  padding: 0 0 0.25rem;
  margin-top: 0.5rem;
}

.shop-cmt + div {
  padding: 0.5rem 0;
  font-size: 0.875rem;
}

.shop-cmt + div.btn-review {
  background: linear-gradient(45deg, #848484 15%, #eae9e9 35%, #c3c3c3 67%, #848484 97%);
  color: #2a2a2a;
  font-weight: 600;
  position: absolute;
  top: 1rem;
  right: 0;
  border-radius: 0.25rem;
  padding: 0.5rem;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}

.shop-cmt + div.btn-review:hover {
  background: #ccc;
  color: #555555;
}

p.comment {
  word-break: break-all;
  margin: 1rem 0;
}

#reviewsInProfSP > ul > li + li {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #2a2a2a;
}

/*--------------------
Room
--------------------*/


.list_roomicon {
  /* padding: 0.25rem 0.5rem; */
  margin-right: 0.25rem;
  border-radius: 4px;
}

.room1 {
  background: #dd6a8a !important;
}
.room2 {
  background: #3f94b5 !important;
}
.profile-wrap .room1,
.profile-wrap .room2 {
  background: none !important;
}

/*--------------------
Profslider
--------------------*/

.prof-image-wrap.ps {
  width: 100%;
  padding: 2rem 1rem 2rem;
  /* background: #e5e5e5; */
}

#profSlider {
  width: 90%;
  /* z-index: -1; */
}

#profSlider .swiper-slide {
  width: 100%;
  padding-top: calc(4 / 3 * 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 350px;
}

#thumbSlider {
  width: 75%;
  margin-top: 1.3rem;
  /* z-index: -1; */

}

#thumbSlider .swiper-slide {
  width: 33.333%;
  padding-top: calc(4 / 3 * 28%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#thumbSlider .swiper-slide.swiper-slide-prev:before,
#thumbSlider .swiper-slide.swiper-slide-next:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.6); */
}

@media screen and (min-width: 801px) {
  .prof-image-wrap.ps {
    width: 30%;
  }
}

/******************************
    タブコンテナー
******************************/
span.prof_room {
  /* margin: 0.5rem 0 0 0;
  padding: 0.25rem; */
  font-size: 0.9rem;
}

@media screen and (min-width: 801px) {
  span.prof_room {
    display: block;
  }
}

.tab-container {
  width: 100%;
  margin-bottom: 2rem;
  background-size: 50%;
  background-position: top;
  background-repeat: repeat;
}

.main-contents {
  width: 100%;
}

.tab-box {
  width: 100%;
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: space-between;
}

.tab-box label {
  width: 50%;
  display: block;
  padding: 0.5rem 0;
  margin-right: 0.1rem;
  color: #555555;
  text-align: center;
  cursor: pointer;
  background: #e1e1e1;
  border: 1px solid #e1e1e1;
  font-weight: 600;
  font-size: 0.8rem;
}

.tab-box label p {
  font-size: 0.75rem;
}

.tab-box label.active {
  /* background: rgba(0, 0, 0, 0); */
  background: #dd6a8a;
  color: #fff;
  font-weight: bold;
}

.panel-area {
  padding: 2rem 0 0;
}

.main-tab-panel {
  width: 100%;
  display: none;
}

@media screen and (min-width: 801px) {
  .main-tab-panel {
    width: 100%;
    display: none;
    padding-left: 1rem;
  }
}

.main-tab-panel.active {
  display: block;
}

.tab-pick-wrap {
  width: 100%;
}

.tab-pick {
  width: 100%;
  display: flex;
  margin: 0 0 1rem;
  position: relative;
}

.tab-pick-image01,
.tab-pick-image02 {
  width: 40%;
}

.tab-pick-image01 a {
  background: url("../img/pick01.jpg?ver1");
}

.tab-pick-image02 a {
  background: url("../img/pick02.jpg?ver1");
}

.tab-pick-image01 a,
.tab-pick-image02 a {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 75% 0;
}

.tab-pick-info {
  width: 60%;
  padding: 1rem;
  background: #555555;
  color: #c0025b;
  display: flex;
  flex-direction: column;
}

.tab-pick-ttl {
  font-weight: 600;
  height: 3.25rem;
  overflow: hidden;
  margin: 0 0 1rem;
}

.tab-pick-text {
  width: 100%;
  height: 3.5rem;
  overflow: hidden;
  position: relative;
  line-height: 1.4;
  font-size: 0.875rem;
}

.tab-pick-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 3.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

@media screen and (min-width: 801px) {
  .tab-box label {
    font-size: 1rem;
  }

  .main-tab-inner {
    width: 60%;
    margin: 0 auto;
  }
}


@media screen and (min-width: 801px) {
  span.prof_room {
    display: block;
  }
}

/******************************
    ボーナス
******************************/
.app-dl {
  padding: 1rem 0;
  /* border-top: 1px solid #ccc; */
  width: 100%;
  margin: auto;
  z-index: 1;
  position: relative;
}

.app-dl p {
  text-align: center;
}

@media screen and (min-width: 801px) {
  .app-dl ul {
    display: flex;
    justify-content: center;
  }

  .web-reserve-img img {
    width: 50%;
    margin: 0 0 2rem;
  }

  .web-reserve-img {
    width: 100%;
  }

  .app-dl img {
    /* width: 25%; */
    float: left;
    margin: 0.5rem;
  }
}

@media screen and (max-width: 800px) {
  .web-reserve-img {
    width: 100%;
  }

  .web-reserve-img img {
    width: 100%;
  }

  .app-dl ul {
    display: flex;
    justify-content: space-between;
  }

  .app-dl ul li {
    width: 48%;
  }

  .app-dl ul li a {
    width: 100%;
    z-index: 99;
  }

  .app-dl img {
    width: 100%;
  }
}

/*--------------------
Shame
--------------------*/
.shame-wrap {
  width: 100%;
  margin: 0 auto 2rem;
}

.shame-area > div:last-child {
  margin-top: 2rem;
}

.shame-area {
  max-height: 350px;
  overflow: auto;
}

.shame-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.shame-box + .shame-box {
  border-top: 1px solid #7c6105;
  padding-top: 1rem;
  margin-top: 1rem;
}

.shame-text {
  width: 76%;
  text-align: left;
  line-height: 1.4;
  overflow: hidden;
}

.shame-text p {
  font-size: 0.75rem;
}

.shame-text p a {
  color: #454545;
}

.shame-image {
  width: 20%;
  border: none !important;
}

.shame-image a {
  background-size: cover;
  background-position: center;
  display: block;

  width: 100%;
  padding-top: calc(4 / 3 * 100%);
  border: 1px solid #454545;
}

.shame .topics-image a {
  padding-top: calc(4 / 3 * 100%);
}

.topics-detail-iamge.shame span {
  padding-top: calc(4 / 3 * 100%);
}

.shame-area.prof .shame-image {
  width: 20%;
}

.shame-area.prof .shame-text {
  width: 76%;
  overflow: unset;
}

.shame-area.prof .shame-text p {
  font-size: 1rem;
}

.shame-box .clamp-text2 {
  height: unset;
}

.shame-area.grid {
  max-height: unset;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shame-area.grid .shame-box + .shame-box {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.shame-area.grid .shame-box {
  width: 32%;
  display: block;
  position: relative;
  margin-bottom: 1rem;
}

.shame-area.grid .shame-box .shame-text {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #555555fffb3;
  color: #555555;
  line-height: 1.5rem;
  padding: 0.25rem;
}

.shame-area.grid .shame-box .shame-text p {
  text-align: right;
  font-weight: bold;
  font-size: 0.75rem;
}

.shame-area.grid .shame-box .shame-text .clamp-text2 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1rem;
  height: 1rem;
}

.shame-area.grid .shame-box .shame-text a {
  color: #555555;
}

.shame-area.grid .shame-box .shame-image {
  width: 100%;
}

.shame-area.grid .shame-box .shame-image a {
}

.shamebtn-area {
}

.sns-btn {
}

.sns-btn a {
  display: block;
  padding: 1rem;
  background: #fe7e8b;
  /* text-shadow: 1px 1px 3px rgb(0 0 0 / 30%); */
  color: #555555;
  border-radius: 50px;
  width: 100%;
  max-width: 700px;
  margin: 1rem auto 0;
  text-align: center;
  /* text-shadow: 1px 1px 1px rgb(0 0 0 / 55%); */
}

.topics.shame {
  width: 100%;
  margin-bottom: 1rem;
  /* box-shadow: 0 2px 2px -1px rgb(0 0 0 / 10%); */
  display: flex;
  justify-content: space-between;
}

.topics.shame .topics-info {
  width: 65%;
  font-size: 1.2rem;
  max-height: 2.3rem;
}

.topics.shame .topics-image {
  width: 30%;
  align-items: center;
}

.topics.shame .new-topics {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.shame-box a {
  color: #009a9a;
  word-break: break-all;
}

.topics.shame .topics-ttl {
  font-size: 1rem;
}

@media screen and (max-width: 500px) {
  .shame-box .clamp-text2,
  .topics.shame .topics-ttl {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 801px) {
  .shame .topics {
    width: 32%;
  }

  .topics.shame .topics-info {
    width: 78%;
    font-size: 1.2rem;
    max-height: 2.3rem;
  }

  .topics.shame .topics-image {
    width: 20%;
  }

  /*--------------------
  Shame
  --------------------*/
  .shame-wrap {
    width: 100%;
    margin: 0 0 2rem;
  }

  .shame-text {
    width: calc(80% - 1rem);
  }

  .shame-area.grid .shame-box .shame-text p {
    font-size: 1rem;
  }

  .shame-area.grid .shame-box .shame-text {
    padding: 0.5rem;
  }
}

/******************************
ランキング
******************************/

.rank_tab.is-active {
  position: relative;
}

.rank_tab.is-active:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 1rem solid #f97ab3;
  border-bottom: 0.75rem solid transparent;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
}

.rank_panel {
  display: none;
}

.rank_panel-inner {
  width: 100%;
}

.rank_panel.is-show {
  display: block;
}

.rank_tab {
  padding: 0.5rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  color: #555555;
}

.todays-tab-box {
  width: 100%;
  background: #fdc1e3;
  margin: 1rem auto;
}

.todays-tab-box ul {
  align-items: center;
  justify-content: space-around;
}

.todays-tab-box ul li {
  min-width: 20%;
  text-align: center;
}

.staff-name span.rank1 {
  background: linear-gradient(135deg, #daaf08 20%, #f9d973 50%, #daaf08 80%);
  color: #555555;
  padding: 0 0.25rem;
}

.staff-name span.rank2 {
  background: linear-gradient(135deg, #616161 20%, #9e9e9e 50%, #616161 80%);
  color: #555555;
  padding: 0 0.25rem;
}

.staff-name span.rank3 {
  background: #f44336;
  color: #555555;
  padding: 0 0.25rem;
}

.info-comm {
  font-size: 0.875rem;
  padding: 0.5rem !important;
  text-align: left;
  background: none !important;
  color: #555555 !important;
}

.pick-container.top_review .staff-text li {
  text-align: left;
  background: none;
  color: unset;
}

.pick-container.top_review .staff-text li.staff-name {
  text-align: center;
}

.pick-container.top_review .review_body {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (max-width: 800px) {
  /* .rank_panel .staff-box{
    display: flex;
    width: 100%;
  }
  .rank_panel .ico-tw {
    top: 0.5rem;
    right: 0.5rem;
  } */
}

@media screen and (min-width: 801px) {
  .todays-tab-box {
    width: 65%;
  }

  .todays-tab-box ul {
    justify-content: space-around;
  }

  .todays-tab-box ul li {
    min-width: auto;
  }
}

/******************************
リアルタイム
******************************/
.realtime-box {
  padding: 1rem;
  /* background: #555555; */
  /* background: linear-gradient(to top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), url(../img/realtime-bg.jpg?ver1); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  border: 1px solid #626262;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

/******************************
地図検索
******************************/
.route-list-btn {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.route-list-btn a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0.5rem;
  color: #fff;
  font-size: 0.875rem;
  border-radius: 5px;
  background: linear-gradient(45deg, #848484 15%, #eae9e9 35%, #c3c3c3 67%, #848484 97%);
  font-size: 0.75rem;
  text-align: center;
  width: 32%;
}

.route-list-btn a i {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
}

/******************************
パンくずリスト
******************************/
.breadcrumb {
  margin: 27px 0;
  width: 100%;
  padding: 0 1rem;
  font-size: 0.75rem;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb ol li {
  white-space: nowrap;
  /* text-overflow: ellipsis;
  overflow: hidden; */
}

.breadcrumb ol li:last-of-type {
  color: #555555;
}

.breadcrumb ol li:nth-of-type(3) {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /* white-space: normal !important; */
}

.breadcrumb ol li:not(:first-of-type):before {
  content: ">";
  color: #555555;
  margin: 0 0.5rem 0 0.9rem;
}

.breadcrumb ol li a {
}

.breadcrumb ol li a span {
}

footer .breadcrumb {
  margin: 0 !important;
  padding: 0 !important;
}

footer .breadcrumb a {
  color: #c4ab55;
}

@media screen and (min-width: 801px) {
  .breadcrumb {
    margin: 27px 0 0 auto;
    width: 80%;
    padding: 2rem 4.5rem;
    font-size: 100%;
  }
}

/***************************************************************************
*
*	追記
*
***************************************************************************/


.slide-container .swiper-pagination-bullet {
  background: #555555;
}

/* .top-news {
  padding: 0 1rem;
  color: #fff;
} */

.news-text {
  border: none;
}

.blog-detail-wrap .contents-ttl h2,
.topics-detail-wrap .contents-ttl h2 {
  font-size: 1.4rem;
  line-height: 1.3;
}



.contents-ttl {
  padding-bottom: 1rem;
}
.contents-ttl h2 {
  border: 0;
  padding: 0 0 1.1rem;
}
.contents-ttl h2::after {
  font-size: 0.8rem;
}
main {
  position: relative;
  padding-top: 4rem;
}
/* 
main::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background:#fff;
  background-repeat: no-repeat;
  background-position: center top 60%;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
} */

/* .topics-wrap,
.pick-container,
.twi-container,
.concept-wrap,
.blog-wrap,
.system-wrap,
.prof-box,
.prof-image-wrap,
.map-wrap
 {
  padding: 2.5rem 1.2rem;
  background: #fff;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 30%);
  position: relative;
  z-index: 0;
  margin: 0 auto;
  overflow:hidden;
} */

#section05 {
  position:relative;
  z-index:0;
  overflow:hidden;
}
/* 
.topics-wrap::before,
.blog-wrap::before,
.twi-container::before,
.pick-container::before,
.concept-wrap::before,
.system-wrap::before,
.map-wrap::before,
.prof-box::before,
.prof-image-wrap::before
 {
  content: "";
  display: block;
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -3;
} */

/* .slide-wrap::before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%),
    url(../img/news-bg.jpg?ver1);
  background-repeat: no-repeat;
  background-position: center top 60%;
  background-size: cover;
} */

/* 
.topics-wrap::before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%),
    url(../img/topics-bg.jpg?ver3);
  background-repeat: no-repeat;
  background-position: center top 60%;
  background-size: cover;
}
.blog-wrap::before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%),
    url(../img/topics-bg.jpg?ver3);
  background-repeat: no-repeat;
  background-position: center top 60%;
  background-size: cover;
}

.twi-container::before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%),
    url(../img/twitter-bg.jpg?ver2);
  background-repeat: no-repeat;
  background-position: center top 60%;
  background-size: cover;
}

.concept-wrap::before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%),
    url(../img/concept-bg.jpg?ver2);
  background-repeat: no-repeat;
  background-position: center top 60%;
  background-size: cover;
}


.pick-container::before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%),
    url(../img/pickup-bg.jpg?ver2);
  background-repeat: no-repeat;
  background-position: center top 60%;
  background-size: cover;
}

.system-wrap::before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%),
    url(../img/system-bg.jpg?ver2);
  background-repeat: no-repeat;
  background-position: center top 60%;
  background-size: cover;
}
.map-wrap::before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%),
    url(../img/map-bg.jpg?ver2);
  background-repeat: no-repeat;
  background-position: center top 60%;
  background-size: cover;
}

.prof-image-wrap::before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%),
    url(../img/profile-bg.jpg?ver2);
  background-repeat: no-repeat;
  background-position: center top 60%;
  background-size: cover;
}
.prof-box::before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%),
    url(../img/profile-bg.jpg?ver2);
  background-repeat: no-repeat;
  background-position: center top 60%;
  background-size: cover;
} */
/* .schedule-wrap::before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%),
    url(../img/schedule-bg.jpg?ver2);
  background-repeat: no-repeat;
  background-position: center top 60%;
  background-size: cover;
} */
/* 
.topics-wrap::after,
.twi-container::after,
.pick-container::after,
.concept-wrap::after,
.system-wrap::after,
.prof-box::after,
.blog-wrap::after,
.prof-image-wrap::after,
.map-wrap::after
{
  content: "";
  display: block;
  width: calc(100% - 2.6rem);
  height: calc(100% - 2.6rem);
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  outline: 2px solid #fff;
  outline-offset: 2px;
} */

.top-system .price-box::after {
  width: 100%;
  height: 100%;
}

.system-box {
  width: 100%;
}

.slide-wrap .contents-ttl {
  padding-bottom: 0.5rem;
}

.slide-wrap .contents-ttl h2 {
  border-bottom: 0;
}

.slide-container {
  margin-bottom: 0.5rem;
  padding-bottom: 2rem;
}
.topics-box {
  /* padding: 0 0.8rem; */
}

.concept-wrap {
  padding: 0.5rem;
  text-align: center;
  max-width: 600px;
  color: #000;
  z-index:10;
margin: 0 auto;

}
.concept-wrap h3 {
  font-size: 0.95rem;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 1.3;
}

.concept-wrap span{
color: #dd6a8a;
}
.concept-wrap p {
  line-height: 1.3;
  font-size: 0.9rem;
}

.banner-content .content-box {
  padding: 0;
}
.twi-wrap {
  border: none;
  padding: 0 0.5rem;
}
@media screen and (min-width: 801px) {
  #loader img {
    width: 30%;
  }

  .topics-box {
    padding: 0 1rem;
  }
  .slide-container {
    padding: 0 0 1.5rem;
  }

  .reserve-underlayer {
    padding-top: 2rem;
  }
  .twi-wrap{
    padding: 0 1rem;
  }
}

.company-box {
  text-align: left;
  padding: 0 1rem;
}

.company-box dl {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid #555555;
}
.company-box dl + dl dt,
.company-box dl + dl dd {
  border-top: none;
}

.company-box dl dt {
  font-weight: bold;
  color: #000;
}
.company-box dl dd {
  padding-left: 0.3rem;
}

.company-wrap {
  max-width: 800px;
    margin: 0 auto;
}

.footer-wrap  {
  background: #fff;
}
#section01 {
  margin-top: 0;
}
#section01 .content-box{
  padding: 0;
}
  .mainvisual-under-logo {
    display: block;
  }
  .mainvisual-bg.mainvisual-under-bg::before,
  .mainvisual-bg.mainvisual-under-bg::after
   {
    content: none;
  }
  .mainvisual-under {
    padding-bottom: 0;
    background: #000;
  }
  .mainvisual-bg.mainvisual-under-bg {
    background-image: linear-gradient(to top, rgba(255,255,255, 0.3) 0%, rgba(255,255,255, 0.3) 100%),url(../img/mainvisual.jpg?ver3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }

  #section10 .content-box {
 padding: 0;
  }

  .css-1dbjc4n.r-14lw9ot {
    background: transparent !important;
  }
  .r-rs99b7 {
    border: none !important;
  }

  
.pick-container {
  width: 100%;
  padding-bottom: 2rem;
  margin-top: 3rem;
}

/* .top-system {
  margin-top: 1.5rem;
} */


.concept-wrap #old_slider.swiper-container {
  /* margin-bottom: 0.5rem; */
  height: 150px;
}

.concept-wrap .swiper-button-prev, .swiper-button-next {
  color: #fff;
  background: rgba(0,0,0,.5);
}
.concept-wrap .swiper-button-prev:after, .swiper-button-next:after {
  font-size: 0.7rem;
  font-weight: bold;
}

.concept-wrap .swiper-button-next {
  right: 0;
}
.concept-wrap .swiper-button-prev {
  left: 0;
}

.underlayer .map-detail {
  background: none;
  outline: none;
}

.underlayer .map-wrap::before {
  content: none;
}
.underlayer .map-detail {
  text-align: left;
}
.underlayer .map-wrap {
  padding: 0.5rem 0 0;
}
.underlayer .map-box {
  width: 100%;
    padding: 0.5rem;
    /* background: #fff; */
    /* border: 10px solid #f3f3f3; */
}


#top_slider .swiper-slide {
  height: auto;
}

.mainvisual .slide-container {
  padding: 0;
}
/* .mainvisual::after {
  content: "";
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%), url(../img/main-bnr.png?ver2);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: calc(16/27*100%);
  max-width: 310px;
  position: absolute;
  bottom: 15px;
  right:0;
  transform: translateX(10%);
  z-index: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,.2));
  opacity: 0;
  visibility:hidden;
  animation: mainbanner 2s ease-out 0.5s 1;
  animation-fill-mode: forwards;
} */

.mainvisual.mainvisual-under::after {
  content: none;
  }

/* @keyframes mainbanner {
  0% {
    opacity: 0;
      visibility:hidden;
    transform: translateX(20%);
  }
  70% {
    opacity: 0.8;
      visibility:visible;

  }
  100% {
    opacity: 1;
      visibility:visible;
    transform: translateX(0);
  }
} */
/* .bg-white {
  width: 100%;
  opacity:0;
} */

.bg-white.active {
  display: block;
    position: absolute;
    opacity:1;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: rgba(255,255,255,.95);
    z-index:-2;
    /* animation: sectionBgMove 1.4s ease-in-out 0s 1; */
    /* transition:1.4s ease-in-out; */
    /* animation-fill-mode: forwards; */
    /* transition:width 1.7s ease-in-out; */
    /* filter: drop-shadow(0px 0px 6px white) drop-shadow(0px 0px 6px white) drop-shadow(0px 0px 6px white); */
}


#section09{
  /* padding-bottom: 2rem; */
}

.underlayer .content-box.access {
  background: #fff;
}

.underlayer .map-wrap {
  box-shadow: unset;
}



.underlayer {
  padding-top: 3rem;
}

.profile-wrap-top {
  text-align: center;
}

.profile-wrap-top h2 {
  font-weight: 400;
    font-size: 1.4rem;
    padding-bottom: 0.4rem;
}
.profile-wrap-top h2 span{
  padding-left: 1rem;
}
.profile-wrap-top  p{
  font-size: 1.1rem;
    padding-bottom: 0.3rem;
}

.sch-tbl-box {
  display: flex;
  align-items: center;
}
.prof-box {
  /* background: #e5e5e5; */
  padding: 2rem;
  margin-top: 3rem;
}
.mainvisual-under-bg .contents-ttl  {
  /* color: #333; */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    background: rgba(255,255,255,.4);
}
.mainvisual-under-bg .contents-ttl h2 {
  border: 0;
    padding: 0 0 1.1rem;
    font-size: 1.6rem;
    font-weight: 100;
    color: #333;
    min-width: 150px;
}

#top_slider_new .swiper-slide {
  padding-top: calc(8/7*100%);
}
#top_slider_new .swiper-slide img {
  position: absolute;
    top: 0;
    left: 0;
}

#body .mainvisual-bg::before {
  background:
  linear-gradient(to right, rgba(255, 255, 255, 0) 30%,
  rgba(255, 255, 255, 0) 100%),
  url("../img/mainvisual.jpg?ver3");
  background-size: cover;
    background-position:center;
  background-repeat: no-repeat;
}

section {
  margin-top: 3rem;
}

.underlayer section {
  margin-top: 0;
}

.map-wrap {
  margin-bottom: 3rem;
  margin: 0 auto;
}

/* #section05 {
  background: linear-gradient(to top,rgba(255,255,255,.5) 0%,rgba(255,255,255,.5) 100%),url(../img/schedule-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2rem 0;
} */


.blog-wrap .blog-container {
  padding:0 1rem;
}

#section07 .content-box {
  padding: 0;
}

.underlayer.underlayer-rec {
  padding-top: 5rem;
}

@media screen and (min-width:450px) and (max-width:800px) {
  .mainvisual::after {
    max-width: 400px;
  }
}

@media screen and (min-width:801px) {
  .content-box{
    padding: 0 4rem;

  }
  .underlayer .content-box {
    padding: 0 4rem;
  }
  main {
    padding-top: 0;
  }


  .mainvisual .slide-container {
    width: 600px;
    height: 500px;
    width: 600px;
    height: 500px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20%;
    border: 6px solid #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  }

  .mainvisual::after {
    padding-top: unset;
    max-width: 540px;
    height: 350px;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 15%;
    right: unset;
  }
 
  .mainvisual-under {
    margin-top: 0;
  }
  .mainvisual.mainvisual-under {
    height: 40vh;
  }
  .mainvisual-bg.mainvisual-under-bg {
    height: 100%;
  }

  #section01 {
    padding-bottom: 4rem;
    margin-top: 0;
  }
  .price-list dl {
    font-size: 1.4rem;
  }

  .link-wrap {
    padding-top: 2rem;
  }
  .link-wrap ul {
    display: flex;
    justify-content: center;
  }

  .concept-wrap .swiper-container {
    height: 200px;
  }
  .concept-wrap h3 {
    font-size: 1.3rem;
    font-weight: 100;
    line-height: 1.4;
    padding-bottom: 1rem;
    letter-spacing: unset;
  }
/*   
.topics-wrap,
.pick-container,
.twi-container,
.concept-wrap,
.system-wrap,
.map-wrap,
.blog-wrap
 {
  padding:4rem;
}

.topics-wrap::after,
.twi-container::after,
.pick-container::after,
.map-wrap::after,
.concept-wrap::after,
.underlayer .system-wrap::after,
.system-wrap::after 
.blog-wrap::after 
{
  width: calc(100% - 6rem);
  height: calc(100% - 6rem);
} */

.pick-container {
  width: 48%;
  margin-top: 0;
}

.prof-box:first-of-type{
  margin-top: 0;
}
.sch-tbl .prof-box {
  width: 100%;
  margin-top: 3rem;
}

.profile-wrap-top {
  text-align: center;
    margin-right: 70%;
}
.sch-tbl-box {
  display: block;
}
.mainvisual-under-bg .contents-ttl h2 {
  font-size: 2rem;
}
.pick-container {
margin-top: 0;
}
section {
  margin-top: 5rem;
}
#section05 {
  margin-top: 5rem;
}
/* .mainvisual::after {
  bottom: 50%;
  right:0;
  transform: translate(10%,50%);
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,.2));
  animation: mainbannerPC 2s ease-out 0.5s 1;
  animation-fill-mode: forwards;
} */



/* @keyframes mainbannerPC {
  0% {
    opacity: 0;
      visibility:hidden;
    transform: translate(20%,50%);
  }
  70% {
    opacity: 0.8;
      visibility:visible;
  }
  100% {
    opacity: 1;
      visibility:visible;
    transform: translate(0,50%);
  }
} */

.underlayer.underlayer-rec {
  padding-top: 3rem;
}

}


.swiper-pagination-bullets {
  text-align: center;
}

.twi-container {
  margin-top: 0;
}

.twi-bnr a{
  background: #000;
  display: block;
  padding: 1.5rem;
}
.twi-box {
  display: flex;
    align-items: center;
    justify-content: center;
}

.twi-box img{
  width: 50px;
}

.twi-box img + div{
  color: #fff;
    padding-left: 1.5rem;
}

.twi-box img + div p{
  display: inline-block;
  text-decoration: underline;
  font-size: 1.3rem;
  font-weight: bold;
}

.underlayer .twi-container {
  margin-top: 1rem;
}