/*--------------------
Common
--------------------*/
@import url('https://fonts.googleapis.com/css2?family=Benne&family=Dancing+Script&family=GFS+Didot&family=Italianno&family=Pinyon+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300&display=swap');

html {
  font-size: 16px;
}

body {
  font-family: 游明朝, "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: #fff;
  background: #faded9;
}

/* body:before {
  content: "";
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url(../img/main-bg.jpg);
  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: #c4ab55;
  text-decoration: none;
}

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 1rem;
  position: fixed;
  /* position: sticky; */
  top: 0;
  left: 0;
  z-index: 99;
  transition: none;
  background: #e39f94;
  /* border-bottom: 3px solid;
    border-image: linear-gradient(45deg, #666 15%, #666 35%, #666 67%, #666 97%);
    border-image-slice: 1; */
}

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

.logo-area {
  width: 60px;
  height: 4rem;
  position: relative;
  z-index: 4;
  top: 0;
  padding: 2px;
}

.logo-area a {
  width: 100%;
  height: 100%;
  /* padding-top: calc(450/904*100%); */
  display: block;
  background: url(../img/h-logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.1s ease;
  text-indent: -999999px;
  /* filter: drop-shadow(0px 0px 2px #000); */
}

main {
  overflow: hidden;
}

.container {
  width: 100%;
}

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

#section02,
#section04,
#section06,
#section08,
#section10 {
  /* background: #101010; */
}

#section06 {
  text-align: center;
  /* background:#000; */
  padding: 1rem;
}

#section08 {
  text-align: center;
  /* background:#111; */
  padding: 1rem 1rem 2rem;
}

.index-concept {
  /* background:#fff8fc; */
}

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

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

.content-box hr {
  border-image: linear-gradient(45deg, #e39f94 2%, #e39f94 50%, #e39f94 97%);
  border-image-slice: 1;
}

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

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

.contents-ttl h2 {
  /* font-family: 'Oswald', sans-serif; */
  padding: 0.8rem 0 2rem;
  text-align: center;
  /* border-image: linear-gradient(45deg, #9b7832 2%, #fdf197 50%, #9b7832 97%); */
  border-bottom: 1px solid #666;
  /* border-image-slice: 1; */
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  /* font-weight: 100; */
  color: #666;
  letter-spacing: 3px;
  /* background: -webkit-linear-gradient(45deg, #9b7832 2%, #fdf197 50%, #9b7832 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.contents-ttl h2:after {
  content: attr(data-item);
  font-size: 1rem;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  color: #666;
  letter-spacing: 3px;
  /* background: -webkit-linear-gradient(45deg, #bababa 15%, #eae9e9 35%, #c3c3c3 67%, #bababa 97%);
  -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;*/
}

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

.more-btn a {
  display: inline-block;
  padding: 0.25rem 1rem;
  background: #e39f94;
  /*text-shadow: 1px 1px 3px rgb(0 0 0 / 30%) */
  filter: drop-shadow(1px 1px 2px #00000033);
  /* border: 1px solid #fff; */
  color: #fff;
  border-radius: 2px;
  width: 100%;
}

.more-list-btn {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}

.more-list-btn a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #e39f94;
  /*text-shadow: 1px 1px 3px rgb(0 0 0 / 30%) */
  filter: drop-shadow(1px 1px 2px #00000033);
  color: #fff;
  border-radius: 2px;
  width: 100%;

}

.pt1 {
  padding-top: 1rem;
}

.pt05 {
  padding-top: 0.5rem;
}

.pl1 {
  padding-left: 1rem;
}

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

.pick-container {
  width: 48%;
  /* padding-bottom: 2rem; */
}

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

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

#pickup-slide2,
#pickup-slide {
  /* border:1px solid #fff; */
  /* 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: #fff;
  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;
}

.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.5rem;
  /* background: #fff; */
  text-align: center;
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  /* color: #fff; */
  background: rgba(255,255,255,.5);
    padding: 0.5rem;
    line-height: 1;
}

.pick-name+.pick-name {
  /* border-image: linear-gradient(45deg, #9b7832 2%, #fdf197 50%, #9b7832 97%); */
  border-top: 1px solid #e39f94;
  /* border-image-slice: 1; */
}

.pick-name.threesize {
  font-size: 0.75rem;
  padding: 0.7rem 0;
}

.twi-container {
  width: 100%;
}

.twi-wrap {
  width: 100%;
  /* margin-bottom: 1rem; */
  overflow-y: scroll;
  /* border: 1px solid #fff; */
  /* padding: 0 0 1.2rem; */
}

.twi-inner {
  width: 100%;
  height: 450px;
  position: relative;
}

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

.ico-area {
  /* position: absolute;
  top: 0.5rem;
  left: 0.5rem; */
  background: rgba(255,255,255,.5);
  padding: 0.5rem;
}

.ico_common {
  height: 1.5rem;
  width: 100%;
  /* width:5.5rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e39f94;
  margin-bottom: 0.25rem;
  border-radius: 2px;
  color: #fcfdfe;
}

/* .ico01 {
  background: #b5a836cc;
}
.ico02 {
  background: #b53636cc;
}
.ico03 {
  background: #363cb5cc;
}
.ico04 {
  background: #4FD6F0cc;
}
.ico05 {
  background: #F0DD37cc;
}
.ico06 {
  background: #F01F79cc;
}
.ico07 {
  background: #1F9FF0cc;
}
.ico08 {
  background: #1D70A3cc;
}
.ico09 {
  background: #F01F22cc;
}
.ico10 {
  background: #F0814Fcc;
}
.ico11 {
  background: #363CB5cc;
}
.ico12 {
  background: #5DF01Fcc;
}
.ico13 {
  background: #45A31Dcc;
}
.ico14 {
  background: #F0DD37cc;
}
.ico15 {
  background: #4FF08Ccc;
}
.ico16 {
  background: #B58436cc;
}
.ico17 {
  background: #661DA3cc;
}
.ico18 {
  background: #911FF0cc;
}
.ico19 {
  background: #BA720Dcc;
}
.ico20 {
  background: #F52900cc;
}
.ico21 {
  background: #A7F518cc;
}
.ico22 {
  background: #185EF5cc;
}
.ico23 {
  background: #1C3E87cc;
}
.ico24 {
  background: #1C8773cc;
}
.ico25 {
  background: #18F5CCcc;
}
.ico26 {
  background: #CAF52Ccc;
}
.ico27 {
  background: #738727cc;
}
.ico28 {
  background: #F5422Ccc;
}
.ico29 {
  background: #F500D3cc;
}
.ico30 {
  background: #18F5E4cc;
}
.ico31 {
  background: #1C877Fcc;
}
.ico32 {
  background: #BD26A9cc;
}
.ico33 {
  background: #651C87cc;
} */
.ico_common span {
  display: inline-block;
  padding: 0.25rem;
  font-size: 0.75rem;
  /* font-size: 0.5rem; */
  line-height: 1;
  /* text-shadow: 1px 1px 1px rgb(0 0 0 / 55%); */
}

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

.sp-foot {
  width: 100%;
  /* padding: 0.5rem; */
  /* background: #191919; */
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: 0.3s ease;
  /* height: 4.75rem; */
}

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

.sp-foot li {
  width: 100%;
  /* background: linear-gradient( 45deg, #9b7832 2%, #fdf08d 50%, #9b7832 97%); */
  text-align: center;
  /* position: relative; */
}

.sp-foot li i {
  position: absolute;
  font-size: 1.6rem;
  transform: scale(-1,1);
}

.sp-foot li p {
  font-size: 0.5rem;
  letter-spacing: 1.5px;
}

.sp-foot li a div {
  /*text-shadow: 1px 1px 3px rgb(0 0 0 / 30%) */
  font-weight: bold;
}

.sp-foot li i:nth-of-type(1) {
  top: 35%;
  left: 50%;
  transform: translateX(-80px) scale(-1,1);
}

.sp-foot li i:nth-of-type(2) {
  top: 50%;
  right: 10%;
  transform: translate(-60px,-50%) scale(-1,1);
  opacity: 0.3;
  font-size: 2.5rem;
}

.sp-foot li a {
  display: inline-block;
  padding: 1rem 0.5rem;
  color: #fff;
  font-size: 0.875rem;
  filter: drop-shadow(1px 1px 2px #00000033);
  position: relative;
  background: #df7260;
  width: 100%;
}

.sp-foot li:nth-of-type(1) a {
  /* background: linear-gradient(45deg, #02b801 2%, #64ff63 50%, #02b801 97%); */
  background: #df7260;
}

/* .sp-foot li:nth-of-type(1) a:before {
  content: '';
  background: url(../img/line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 28%;
  left: -23px;
} */
/* .sp-foot li:nth-of-type(1) {
  background: linear-gradient( 45deg, #9b7832 2%, #fdf08d 50%, #9b7832 97%),url(../img/line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
} */
/* .sp-foot li:nth-of-type(2) a:before {
  content: '';
  background: url(../img/phone.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 28%;
  left: -23px;
} */
/* .sp-foot li:nth-of-type(2) {
  background: linear-gradient( 45deg, #9b7832 2%, #fdf08d 50%, #9b7832 97%),url(../img/phone.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
} */
/* .sp-foot li a i {
  font-size: 1rem;
} */
.sp-foot.fixed-foot {
  transform: translateY(0);
  z-index: 10;
}

.footer-wrap {
  /* background: #191919; */
}

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

footer a {
  color: #fff;
}

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

.link-wrap ul {
  align-items: baseline;
  justify-content: center;
}

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

.footer-logo {
  width: 50%;
  padding: 1rem 0;
  margin: auto;
}

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

.hback-btn {
  width: 100%;
  text-align: center;
  padding-top: 1rem;
  margin-top: 1rem;
  border-image:linear-gradient(45deg, #666 2%, #666  50%, #666 97%);
  border-top: 1px solid;
  border-image-slice: 1;
}

.hback-btn a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #e39f94;
  /*text-shadow: 1px 1px 3px rgb(0 0 0 / 30%) */
  filter: drop-shadow(1px 1px 2px #00000033);
  color: #fff;
}

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

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

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

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

.banner-content {
  /* background: #191919; */
}

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

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

#nav-toggle {
  width: 2.5rem;
  height: 2rem;
  position: relative;
  z-index: 3;
}

#nav-toggle span {
  width: 100%;
  height: 1px;
  background: #fff;
  /* background: linear-gradient(45deg, #9b7832 2%, #fdf197 50%, #9b7832 97%); */
  /* background: -webkit-linear-gradient(45deg, #bababa 15%, #eae9e9 35%, #c3c3c3 67%, #bababa 97%); */
  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: 1rem;
}

#nav-toggle span:nth-of-type(3) {
  top: 2rem;
}

nav {
  width: 100%;
  height: 100%;
  padding: 4rem 1rem 1rem;
  /* background: linear-gradient(0deg, #181818 2%, #3c3c3c 100%); */
  background:#e39f94;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transform: scale(0.9);
  transition: 0.3s ease;
}


nav ul li {
  padding: 0.65rem 0.5rem;
  text-align: center;
  border-bottom: 1px solid #fff;
  /* border-image: linear-gradient(45deg, #bababa 15%, #eae9e9 35%, #c3c3c3 67%, #bababa 97%);
  border-bottom: 1px solid;
  border-image-slice: 1; */
  text-align: left;
  display: flex;
  justify-content: left;
}

/* nav ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(45deg, #bababa 15%, #eae9e9 35%, #c3c3c3 67%, #bababa 97%);
  margin-top: 0.75rem;
} */
nav ul li a {
  display: flex;
  align-items: baseline;
  line-height: 1.2;
  justify-content: left;
  font-size: 1.2rem;
  color: #fff;
}

nav ul li a span {
  color: #fff;
  /* background: -webkit-linear-gradient(45deg, #bababa 15%, #eae9e9 35%, #c3c3c3 67%, #bababa 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

nav ul li a p {
  font-size: 0.75rem;
  padding-left: 0.5rem;
  /* background: -webkit-linear-gradient(45deg, #bababa 15%, #eae9e9 35%, #c3c3c3 67%, #bababa 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.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: right;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #fff;
  z-index: 2;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  width: 55%;
}

.navi-contact li {
}

.navi-contact a {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1rem;
  color: #fff;
}

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

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

.open #nav-toggle span:nth-of-type(1) {
  top: 1rem;
  transform: rotate(135deg);
}

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

.open #nav-toggle span:nth-of-type(3) {
  top: 1rem;
  transform: rotate(-135deg);
}

.wfacs {
  position: absolute;
}

.wf01 {
  /*	background: url(../img/wfacs01.png) 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) 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) 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) 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%;
  position: relative;
  margin-top: 4rem;
}

.mainvisual-bg {
  width: 100%;
  /* height: 80vh; */
  padding: 1rem;
  filter: drop-shadow(0px 0px 1px white);
}

.mainvisual-bg:before {
  content: "";
  display: block;
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.1) 100%), url("../img/mainvisual.jpg");
  background-size: cover;
  background-position: right 34% top;
  background-repeat: no-repeat;
  width: 100%;
  /* height: 80vh; */
  /* position: absolute; */
  top: 0;
  left: 0;
  z-index: -1;
  content: none;
}

.visual-logo {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  filter: drop-shadow(0px 0px 2px #000);
}

.visual-logo img {
  width: 100%;
  /* filter: drop-shadow(0px 0px 0px white); */
  /* padding: 1rem; */
}

.mainvisual-under{
display: none;
}
.mainvisual-under-bg {
  /* height: auto !important;;
    top:4rem; */
  top: 0;
  background: none !important;
  padding: 0 !important;

}

.mainvisual-under-bg:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(192/239*100%);
  /* height: 42vh; */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.1) 100%), url(../img/godhand-img.jpg);
  background-size: contain;
  /* background-position: left 35% top; */
  background-repeat: no-repeat;
}

.mainvisual-under-logo {
  /* padding:5rem 0 0; */
  /* justify-content: flex-start; */
  display: none;
}

.mainvisual-under-logo a {
  display: flex;
  justify-content: center;
}

.mainvisual-under-logo img {
  width: 50%;
}

@media screen and (max-width: 800px) {
  .mainvisual-under-logo img {
    max-width: 210px;
    margin-right: auto;
  }
}

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

.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.5rem 1rem;
}

.news-text {
  width: 100%;
  /*  color: #fcfdfe;*/
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
  /* border-image: linear-gradient(45deg, #9b7832 2%, #fdf197 50%, #9b7832 97%);
  border-bottom: 1px solid;
  border-image-slice: 1; */
  position: relative;
}

.news-text span {
  display: inline-block;
  font-weight: bold;
  padding: 0.5rem 1rem;
  padding-left: 0;
  position: relative;
  z-index: 3;
  color: #666;
  /* background: -webkit-linear-gradient(45deg, #9b7832 2%, #fdf197 50%, #9b7832 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.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%;
}

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

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

#section02 .topics-detail-wrap {
  padding: 0.75rem;
  border: 1px solid #e39f94;
  border-image-slice: 1;
  color: #666;
}

.topics-detail-wrap.event {
  margin-top: 1rem;
}



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

.topics {
  width: 100%;
  margin-bottom: 1rem;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}

.topics-image {
  width: 100%;
}

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

.topics-info {
  width: 100%;
  align-items: center;
  padding: 1rem;
  background: rgba(255,255,255,.8);
  color: #666;
}

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

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

.new-topics span.cat-ico {
  background: #e39f94;
  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%);
}


/*--------------------
exp
--------------------*/



#section02 .event-detail-wrap {
  /* padding: 0.75rem; */
  /* border: 1px solid #fdf197; */
  border-image-slice: 1;
  width: 48%;
}

.topics-detail-iamge .exp {
  background-size: contain;
  padding-top: calc(3/4*100%);

  /* padding-top: 220px; */
}


.topics-detail.column-box-event {
  align-items: flex-start;
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
}

.exp-title {
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  line-height: 1.6;
  text-align: left;
  color: #666;
}

.column-box.exp-box {
  justify-content: space-between;
}

@media screen and (min-width: 801px) {
  .topics-detail.column-box-event {
    display: unset;
    width: 200%;
  }

  .topics-detail-iamge .exp {
    /* width: 200%; */
  }

}


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

.news-pager {
  width: 100%;
  padding: 1rem 0 0;
}

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

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

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

.news-pager li a.pager-current {
  background: #debb7c;
  color: #fff;
}

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

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

.topics-detail-wrap .contents-ttl h2 {
  font-size: 1.4rem;
  text-align: left;
}

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

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

.topics-detail-iamge.event {
  text-align: center;
  width: 100%;
}



.topics-detail-iamge span {
  display: block;
  width: 100%;
  padding-top: calc(4/3*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;
  text-align: center;
  color: #666;
}

.topics-detail-iamge .event {
  background-size: contain;
}






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


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

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

.staff-box {
  width: 48%;
  margin-bottom: 1rem;
  position: relative;
}

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

.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.5rem;
  padding-top: 0;
  /*  background: rgba(252,253,254,0.8);*/
  text-align: center;
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
  background:rgba(255,255,255,.5);
  color: #666;
}

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

.staff-text li+li {
  /* border-image: linear-gradient(45deg, #9b7832 2%, #fdf197 50%, #9b7832 97%); */
  border-top: 1px solid #e39f94;
  /* border-image-slice: 1; */
}

.staff-text li:nth-child(3) {
  background: linear-gradient(180deg, #181818 2%, #3c3c3c 100%);
  border: 0;
  color: #fff;
}

.ico-tw {
  background-color: rgba(0, 153, 255, 0.7);
  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;
}

.ico-insta {
  background: linear-gradient(90deg, #5851dbb3 0%, #833ab4b3 25%, #c13584b3 50%, #e1306cb3 100%);
  color: #fff;
  font-size: 1rem;
  position: absolute;
  bottom: 3rem;
  right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
}

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

/*.staff-name {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}*/
.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: #fcfdfe;
  border: 1px solid #2a2a2a;
  font-size: 0.875rem;
  color: #333
}

.weekly-schedule li a.current {
  background: #e39f94;
  color: #fff;
  border: 0;
}

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

.weekly-schedule .nextweek {
  background: #e39f94;
  filter: drop-shadow(1px 1px 2px #00000033);
  color: #fff;
  width: 25%;
  text-align: center;
  cursor: pointer;
  margin: auto;
}

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

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

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

.profile-wrap {
  width: 100%;
  margin-bottom: 1rem;
  color: #666;
}

.profile-wrap .contents-ttl h2 {
  font-size: 1.25rem;
}

.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: #e39f94;
  /*text-shadow: 1px 1px 3px rgb(0 0 0 / 30%) */
  color: #fcfdfe;
  filter: drop-shadow(1px 1px 2px #00000033);
}

.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%;
  text-align: center;
}

.prof-info-box h3 {
  padding: 1rem 0;
  border-image: linear-gradient(45deg, #666 2%, #666 50%, #666 97%);
  border-bottom: 1px solid;
  border-image-slice: 1;
  text-align: center;
}

.prof-list .prof-tw {
  padding: 1rem 0;
  border-image:  linear-gradient(45deg, #666 2%, #666 50%, #666 97%);
  border-bottom: 1px solid;
  border-image-slice: 1;
}

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

.prof-list dl {
  align-items: center;
  justify-content: space-between;
  border-image: linear-gradient(45deg, #666 2%, #666 50%, #666 97%);
  border-bottom: 1px solid;
  border-image-slice: 1;
}

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

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

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

.prof-list dl .shop-cmt,
.prof-list dl .shop-cmt+dd {
  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: #e39f94;
  /*text-shadow: 1px 1px 3px rgb(0 0 0 / 30%) */
  border-radius: 0.25rem;
  filter: drop-shadow(1px 1px 2px #00000033);
  color: #fff;
  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;
  text-align: center;
}

.sch-date {
  width: 40%;
}

.sch-work {
  width: 60%;
}

.sch-tbl dl dt,
.sch-tbl dl dd {
  width: 100%;
  padding: 0.5rem 1rem;
  /* border: 1px solid #666; */
  border-image: linear-gradient(45deg, #666 2%, #666 50%, #666 97%);
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-image-slice: 1;
  text-align: center;
}

.sch-tbl dl dt {
  background: #e39f94;
  color: #fff;
}

.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 !important;
}

.sch-tbl dl dt.sun {
  color: #ea3838 !important;
}

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

.blog-wrap {
  width: 100%;
  margin-bottom: 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 #666;
  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: #fff;
}

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

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

.map-wrap {
  width: 100%;
  margin-bottom: 1rem;
}

.map-box {
  width: 100%;
}

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

.map-detail {
  width: 100%;
  color: #666;
  margin-bottom: 1rem;
  text-align: center;
}

.map-detail h3 {
  font-size: 1rem;
  padding-bottom: 1rem;
}

.map-box iframe {
  width: 100%;
  height: 480px;
}

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

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

.system-box {
  width: 100%;
  justify-content: space-between;
  display: block;
}

.price-title {
  background: #e39f94;
  /*text-shadow: 1px 1px 3px rgb(0 0 0 / 30%) */
  /* padding: 2px; */
  border: 5px solid #fff;
  margin-bottom: 1rem;
  border-image: #e39f94;
  /* border: 5px solid; */
  border-image-slice: 1;
}

.price-title+p,
.price-title+ul li {
  background: #666;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
}

.price-box {
  width: 100%;
  margin-bottom: 1rem;
}

.price-box h3 {
  font-size: 1.2rem;
  padding: 10px;
  text-align: center;
  background: #e39f94;
  /*text-shadow: 1px 1px 3px rgb(0 0 0 / 30%) */
  /* background: -webkit-linear-gradient(45deg, #bababa 15%, #eae9e9 35%, #c3c3c3 67%, #bababa 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #fff;
  border-image: linear-gradient(45deg, #bababa 15%, #eae9e9 35%, #c3c3c3 67%, #bababa 97%);
  border: 1px solid;
  border-image-slice: 1;
}

.price-box+.price-box {
  padding-top: 1rem;
  border-top: 1px solid #2a2a2a;
}

.underlayer .price-box {
  text-align: center;
}

.price-dsc {
  width: 100%;
  padding: 1rem 0 2rem;
  background: #666;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*「男をダメにする施術 ゴッドハンドコース」のバナー拡大*/
.price-dsc span img {
  width: 150%;
}

.price-list {
  width: 100%;
}

.price-list span {
  background: #db6c5a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.price-list dl {
  max-width: 800px;
  margin: auto;
  align-items: center;
  /* font-size: 2rem; */
  /* border: 1px solid #ccc; */
}

.price-list dl+dl {
  border-top: 0;
}

.price-list dl dt,
.price-list dl dd {
  flex: auto;
  width: 40%;
  font-size: 1.5rem;
}

.price-list dl dd.line {
  width: 20%;
  text-align: center;
}

.price-list dl dd span.line {
  word-break: keep-all;
  overflow: hidden;
  height: 5px;
  line-height: 5px;
  display: block;
}

.price-list dl dt {
  padding: 0.5rem 1rem;
  /* background: #666; */
  color: #fff;
  /* text-shadow: 1px 1px 2px #000; */
  /* width: 68%; */
  text-align: left;
}

.price-list dl dd {
  padding: 0.5rem 1rem;
  /* background: #fff; */
  color: #fff;
  /* text-shadow: 1px 1px 1px #000; */
  text-align: right;
}

/*--------------------
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 #666;
  background: url(../img/arw-down.svg), #fff;
  background-size: 0.75rem 100%;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
}

.filter-reset {
  padding: 1rem 1rem 0;
  text-align: end;
}
.filter-reset a {
  color: #666;
}
.fliter-check-wrap {
  width: 100%;
  padding: 1rem 0;
}

.filter-inner {
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  border-image: linear-gradient(45deg, #666 2%, #666 50%, #666 97%);
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-image-slice: 1;
  display: flex;
  padding-bottom: 1rem;
}

.filter-inner label {
  align-items: flex-start;
  text-align: start;
  margin: 1rem 1rem 0 0;
}

.filter-inner+input[type="submit"] {
  padding: 0.25rem 0.75rem;
  background: #e39f94;
  /*text-shadow: 1px 1px 3px rgb(0 0 0 / 30%) */
  color: #fff;
  border-left: 1px solid #c1c1c1;
  width: 100%;
  margin-top: 1rem;
}

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

.check-point:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  /* background: #fff; */
  border: 1px solid #666;
  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 #666;
  border-right: 3px solid #666;
  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;
  text-align: center;
  background:#666;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reserve-tel {
  padding-bottom: 2rem;
  text-align: center;
  background: #df4e37;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
}

.reserve-tel i {
  transform: rotate(90deg);
  background: #df4e37;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

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

.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: #fff;
}

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

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

#questionnaire input[type="radio"]+label:before,
.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 #666;
  border-radius: 50%;
}

#questionnaire input[type="radio"]:checked+label:after,
.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: #3a3a3a;
  /* border: 1px solid #666; */
  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 #666;
  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 #3a3a3a;
  border-right: 3px solid #3a3a3a;
  position: absolute;
  top: -0.125rem;
  left: 0.25rem;
}

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

.form-wrap button {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  padding: 0.5rem 2rem;
  margin: 1rem auto;
  background: #e39f94;
  /*text-shadow: 1px 1px 3px rgb(0 0 0 / 30%) */
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  transition: ease 0.3s;
  filter: drop-shadow(1px 1px 2px #00000033);
}

.form-wrap button[disabled] {
  background: #ccc;
  color: #ffffff;
  filter: none;
}

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

.comp-btn a {
  display: inline-block;
  padding: 0.5rem 2rem;
  margin: 1rem auto;
  background: #e39f94;
  /*text-shadow: 1px 1px 3px rgb(0 0 0 / 30%) */
  filter: drop-shadow(1px 1px 2px #00000033);
  color: #fff;
}

.submit-btn input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 0.5rem 2rem;
  background: #e39f94;
  /*text-shadow: 1px 1px 3px rgb(0 0 0 / 30%) */
  filter: drop-shadow(1px 1px 2px #00000033);
  color: #fff;
  border: none;
}

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

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

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

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

.recruit-wrap .job-image {
  width: 100%;
  margin: 1rem auto;
  max-width: 768px;
}

.recruit-wrap .job-image img {
  width: 100%;
  border-radius: 5px;
}

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

.job-box {
  text-align: center;
  padding: 2.5rem 0;
  color: #666;
}

.job-box dl {
  justify-content: space-between;
  padding-bottom: 3rem;
}

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

.job-box dl dt {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
  background: #666;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .job-box dl dt:before {
  content: "";
  display: block;
  background: url(../img/title-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -20px;
  left: 0;
  opacity: 0.5;
} */

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

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

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

.job-box .link-bnr-wrap {
  /* background: -webkit-linear-gradient(45deg, #bababa 15%, #eae9e9 35%, #c3c3c3 67%, #bababa 97%); */
  padding: 1.5rem;

}

.job-box .job-bnr {
  width: 100%;
  margin: 1rem 0;
  text-align: center;
  /* border: 2px solid; */
  /* border-image: linear-gradient(45deg, #fff 2%, #fff 50%, #fff 97%); */
  /* border-image-slice: 1; */
  filter: drop-shadow(2px 2px 3px rgba(0,0,0,.3));
  background: #ffffffcc;
}

.job-box .job-bnr a {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background:#e39f94;
  width: 100%;
  height: 100%;
  color: #fff;
}

.job-box .job-bnr a span {}

.job-box .job-bnr a p {
  font-size: 1.5rem;
  font-weight: bold;
}

.job-box .job-bnr a p:nth-of-type(1) {
  width: 30%;
}

.job-box .job-bnr a p:nth-of-type(2) {
  width: 70%;
}

.job-box .job-bnr a i {
  font-size: 5rem;
  background: -webkit-linear-gradient(45deg, #fff 2%, #fff 50%, #fff 97%);
  ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.job-box .job-bnr a img {
  filter: brightness(200);
}

.job-box .job-bnr:nth-of-type(1) {}

.job-box .job-bnr:nth-of-type(1) a {}

.job-box .job-bnr:nth-of-type(1) a span {}

.job-box .job-bnr:nth-of-type(1) a p {}

.job-box .job-bnr:nth-of-type(1) a i {}

.job-box .job-bnr:nth-of-type(1) a img {
  width: 80px;
}

.job-box .job-bnr:nth-of-type(2) {}

.job-box .job-bnr:nth-of-type(2) a {}

.job-box .job-bnr:nth-of-type(2) a span {}

.job-box .job-bnr:nth-of-type(2) a p {}

.job-box .job-bnr:nth-of-type(2) a i {}

.job-box .job-bnr:nth-of-type(3) {}

.job-box .job-bnr:nth-of-type(3) a {}

.job-box .job-bnr:nth-of-type(3) a span {}

.job-box .job-bnr:nth-of-type(3) a p {
  width: 100%;
}

.job-box .job-bnr:nth-of-type(3) a i {
  font-size: 1.5rem;
  margin-right: 0.25rem;
}


/*--------------------
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: #666;
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  border: 1px solid #666;
}

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

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

.accordion li .accordion_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #232323;
  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: #666;
}

.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");
  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;

}

.foot-bnr {
  width: 100%;
  /* padding: 1rem 0; */
  margin: 1rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* border: 2px solid;
  border-image: linear-gradient(45deg, #e39f94 2%, #e39f94 50%, #e39f94 97%);
  border-image-slice: 1; */
  filter: drop-shadow(1px 1px 2px #00000033);
  /* font-family: 'Oswald', sans-serif; */
}
/* 
.foot-bnr:nth-of-type(1) {
  background: linear-gradient(to top, rgba(255,255,255, 0.8) 0%,  rgba(255,255,255, 0.9) 100%), url(../img/foot-bnr1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.foot-bnr:nth-of-type(2) {
  background: linear-gradient(to top, rgba(255,255,255, 0.8) 0%,  rgba(255,255,255, 0.9) 100%), url(../img/foot-bnr2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.foot-bnr:nth-of-type(3) {
  background:linear-gradient(to top, rgba(255,255,255, 0.8) 0%,  rgba(255,255,255, 0.9) 100%), url(../img/foot-bnr3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.foot-bnr:nth-of-type(4) {
  background: linear-gradient(to top, rgba(255,255,255, 0.8) 0%,  rgba(255,255,255, 0.9) 100%), url(../img/foot-bnr4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.foot-bnr:nth-of-type(5) {
  background: linear-gradient(to top, rgba(255,255,255, 0.8) 0%,  rgba(255,255,255, 0.9) 100%), url(../img/foot-bnr5.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.foot-bnr:nth-of-type(6) {
  background: linear-gradient(to top, rgba(255,255,255, 0.8) 0%,  rgba(255,255,255, 0.9) 100%), url(../img/foot-bnr6.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
} */

.foot-bnr a {
  display: block;
  text-decoration: none;
  /* padding: 1rem 0; */
  font-size: 2rem;
  /* color: #fff; */
  line-height: 1.2;
  background:linear-gradient(45deg, #fbbdb3 2%, #e39f94 50%, #b9b9b9 97%);
  -webkit-background-clip: text;
  color: transparent;
}

.foot-bnr a p {
  font-size: 0.75rem;
}

@media screen and (min-width: 801px) {

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

  header {
    width: 17%;
    height: 100vh;
    padding: 1rem;
    border-bottom: 0;
    /* border-image: linear-gradient(45deg, #9b7832 2%, #fdf197 50%, #9b7832 97%);
    border-right: 2px solid;
    border-image-slice: 1; */
    transition: none;
    /* background: linear-gradient(180deg, #181818 2%, #3c3c3c 100%); */
    position: fixed;
    filter: drop-shadow(1px 1px 1px white);
    overflow: auto;
  }

  body:before {
    width: 83%;
    right: 0;
  }

  .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: calc(1/4*100%);
    top: 0;
    margin-bottom: 0.5rem;
  }

  .logo-area a {
    background-size: contain;
    background-position: center;
    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: 20%;
  }

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

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

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

  .recruit-ban {
    width: 80%;
    margin: 0 auto;
  }

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

  .mainvisual-under-logo img {
    width: 50%;
  }

  /*--------------------
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;
  }

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

  nav ul li a {
    padding: 0.25rem;
  }

  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;
    /* background: -webkit-linear-gradient(45deg, #bababa 15%, #eae9e9 35%, #c3c3c3 67%, #bababa 97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-image: linear-gradient(45deg, #bababa 15%, #eae9e9 35%, #c3c3c3 67%, #bababa 97%);
    border-top: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-image-slice: 1; */
    border: 1px solid #fff;
    font-size: 0.9rem;
  }

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

  .navi-contact li {
    font-size: 1rem;
  }

  .navi-contact>a {
    display: none;
  }

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


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

  .mainvisual-bg:before {
    /* height: 65vh; */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.1) 100%), url(../img/godhand-img.jpg);
    background-size: cover;
    background-position: left 30% top;
    background-repeat: no-repeat;
  }

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

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

  .visual-logo {
    width: 65%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: none;
  }

  .visual-logo img {
    width: 100%;
    margin: auto;
  }

  .mainvisual-under {
    height: auto;
    z-index: -1;
  }

  .mainvisual-under-bg {
    height: auto;
  }

  /* .mainvisual-under-bg:before{
  height:70vh;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.1) 100%), url(../img/godhand-img.jpg);
  background-size: cover;
  background-position: left 10% top;
  background-repeat: no-repeat;
} */
  .mainvisual-under-logo {
    display: none;
  }

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

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

  .pick-container {
    width: 48%;
  }

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

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

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

  }

  .pick-wrap {
    width: 100%;
  }

  .twi-container {
    width: 48%;
  }

  .ico_common {
    height: 2rem;
    /* width: 5rem; */

  }

  .ico_common 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%;
  }

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


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



  /*--------------------
  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 h3 {
    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 #666;
  }

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

  /*--------------------
  Blog
  --------------------*/
  .blog-wrap {
    width: 48%;
    margin: 0 auto;
    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%;
  }

  .price-box h3 {
    padding: 20px;
  }

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

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



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

  /* .job-box dl dt {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
  }
  .job-box dl:first-child dt {
    border-top: 1px solid #fff;;
  }
  .job-box dl:last-child dt {
    border-bottom: 1px solid #fff;;
  }
  .job-box dl dd {
    width: 60%;
  }
  .job-box dl dt + dd {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    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;
  }

  .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: wrap;
    justify-content: space-evenly;
    padding: 2rem 1rem;
  }

  .foot-bnr {
    width: 30%;
  }
}

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

  body:before {
    width: 75%;
    right: 0;
  }

  .mainvisual {
    width: 75%;
    margin-left: auto;
  }

  #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 {
    padding: 1rem 1rem;
  }

  .content-box {
    width: 75%;
  }

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

@media screen and (min-width: 1366px) {
  .content-box {
    padding: 2rem 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:#e39f94;
  /* background: linear-gradient(180deg, #181818 2%, #3c3c3c 100%); */
  color: #fff;
  text-align: center;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
}

#loader img {
  width: 30%;
  min-width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  filter: drop-shadow(0px 0px 1px #fff);
}

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

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

  #section02 .topics-box {
    height: 60vh;
    overflow: scroll;
    background: #ffffff1a;
  }

  /* #event .event-box {
    height: unset;
    overflow: unset;
    background: #ffffff1a;
  } */

}

/***************************************************************************
*
*	機能追加
*
***************************************************************************/
.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: #000;
}

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

#rev-submit span {
  background: #000;
  color: #fff;
  display: inline-block;
  line-height: 3;
  width: 30%;
}

#reviewsInProfSP {
  position: relative;
}

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

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

.shop-cmt:after {
  content: "";
  display: block;
  border-image: linear-gradient(45deg, #9b7832 2%, #fdf197 50%, #9b7832 97%);
  /*border-bottom: 1px solid;*/
  /*border-top: 1px solid;*/
  border-image-slice: 1;
  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: #000;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 1rem;
  right: 0;
  border-radius: 0.25rem;
  padding: 0.5rem;
  cursor: pointer;
  transition: ease-in-out .3s;
}

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

/*--------------------
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 #666;
  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;
}

/*--------------------
Room
--------------------*/
.list_roomicon_wrap {
  font-size: 13px !important;
  padding: 0.5rem 0 !important;
}

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

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

.prof-image-wrap.ps {
  width: 100%;
  padding: 1rem;
}

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

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

#top-thumbSlider,
#thumbSlider {
  width: 100%;
  /* margin-top: 0.5rem; */
  /* z-index: -1; */
}

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

#top-thumbSlider .swiper-slide {
  width: 25%;
  padding-top: calc(1440/1920*25%);
  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);
}

#top-thumbSlider .swiper-slide {
  padding: 0;
}

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

#top-thumbSlider .swiper-slide.swiper-slide-thumb-active:before {
  content: none;
}

.swiper-button-next,
.swiper-button-prev {
  top: calc(50% - 22px);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
}

.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: #fff;
}

.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);
  }


  /*--------------------
  Profslider
  --------------------*/
  .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%;
  padding-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: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff;
  font-weight: 600;
  font-size: 0.5rem;
}

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

.tab-box label.active {
  /* background: rgba(0, 0, 0, 0); */
  background: linear-gradient(30deg, #7a571c -10%, #ffe477 60%, #7a571c 180%);
  color: #000;
  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");
}

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

.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: #fff;
  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;
  }
}

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

  /* #loader img {
  width: 30%;
} */
}

/***************************************************************************
*
*	追記
*
***************************************************************************/
.prohibited p.system-caution {
  width: 100%;
  text-align: left;
  margin: 1rem auto;
  max-width: 800px;
  color: #666;
}

.concept-box {
  max-width: 700px;
  margin: auto;
  /* background: -webkit-linear-gradient(45deg, #bababa 15%, #eae9e9 35%, #c3c3c3 67%, #bababa 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.concept-box ul {
  margin-bottom: 3rem;
}

.concept-box:nth-of-type(odd) ul {
  flex-direction: row-reverse;
}

.concept-box+.concept-box {
  margin-top: 3rem;
}

.concept-box ul li {
  width: 100%;
}

.concept-box ul li:nth-of-type(1) {
  align-items: center;
  display: flex;
  justify-content: center;
}

.concept-box ul li:nth-of-type(1) p {
  font-family: 'Pinyon Script', cursive;
  font-size: 3rem;
  position: relative;
  background: -webkit-linear-gradient(45deg, #bababa 15%, #eae9e9 35%, #c3c3c3 67%, #bababa 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  width: 100%;
  text-align: center;
}

.concept-box ul li:nth-of-type(1) p:after {
  content: attr(data-item);
  word-break: keep-all;
  font-size: 0.85rem;
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
  color: #fff;
  letter-spacing: 3px;
  width: 100%;
  text-align: center;
  background: -webkit-linear-gradient(45deg, #bababa 15%, #eae9e9 35%, #c3c3c3 67%, #bababa 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: break-spaces;
}

.concept-box ul li:nth-of-type(2) {}

.concept-box ul li img {
  /* box-shadow: 10px 10px 0px #fff; */
}

.concept-box p {
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .concept-box>p {
    /* text-align: center; */
  }

  .concept-box ul li:nth-of-type(1) {
    align-items: baseline;
    padding: 0 0.5rem;
  }

  .concept-box ul li:nth-of-type(1) p {
    margin-bottom: 4rem;
  }

  .concept-box ul li:nth-of-type(1) p:after {
    font-size: 0.85rem;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  }
}

@media screen and (min-width: 801px) {
  .concept-box ul {
    display: flex;
    justify-content: space-between;
  }

  .concept-box ul li {
    width: 50%;
  }
}

.concept-emphasis {
  font-weight: bold;
  text-shadow: 1px 1px 3px rgb(255 255 255 / 30%);
  font-size: 1.5rem;
  background: -webkit-linear-gradient(45deg, #bababa 15%, #eae9e9 35%, #c3c3c3 67%, #bababa 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: 100%;
}

.concept-emphasis:nth-of-type(2) {
  font-size: 1.25rem;
  margin-top: 1rem;
}

.ext_link {
  margin: 1rem 0;
  text-align: center;
}

@media screen and (min-width: 801px) {
  .blog-wrap {
    margin-bottom: 1rem;
  }

  .blog-wrap .concept-wrap {
    height: 100%;
  }

  .blog-wrap .link-bnr-wrap {
    padding: 0 1rem;
    height: 100%;
    flex-direction: column;
  }

  .blog-wrap .link-bnr-wrap>div:nth-of-type(1) {
    margin-top: 0;
  }

  .blog-wrap .link-bnr-wrap>div:nth-of-type(3) {
    margin-bottom: 0;
  }

  .ext_link {
    /* width: 30%; */
  }
}

/*

SEO

*/
.breadcrumb {
  margin: 27px 0 5px;
  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: #666;
}

.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: #666;
  margin: 0 0.5rem 0 0.9rem;
}

.breadcrumb ol li a {
  color: #e39f94;
    font-weight: bold;
}

.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: 0 4.5rem 2rem;
    font-size: 100%;
  }
}

.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: #ffffffb3;
  color: #000;
  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: #000;

}

.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: #e39f94;
  /*text-shadow: 1px 1px 3px rgb(0 0 0 / 30%) */
  filter: drop-shadow(1px 1px 2px #00000033);
  color: #fff;
  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%);
}

.shame-tw a {
  background: rgba(0, 153, 255, 1);
}

.shame-insta a {
  background: linear-gradient(90deg, #5851db 0%, #833ab4 25%, #c13584 50%, #e1306c 100%);
}

@media screen and (min-width: 801px) {
  .shame-area.grid .shame-box .shame-text p {
    font-size: 1rem;
  }

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

.gnav {}

.gnav ul {
  display: flex;
  justify-content: space-evenly;
}

.gnav ul li {
  width: 24%;
  max-width: 80px;
}

.gnav ul li a {
  padding: 0.75rem 0.5rem;
  display: flex;
  flex-direction: column;
  background: #e39f94;
  color: #fff;
  /*text-shadow: 1px 1px 3px rgb(0 0 0 / 30%) */
  border-radius: 5px;
  font-size: 0.85rem;
}

.gnav ul li a span {
  font-size: 0.85rem;
}

.gnav ul li a i {
  font-size: 1rem;
  padding-bottom: 0.25rem;
}

.gnav ul li a span,
.gnav ul li a i {
  text-align: center;
  width: 100%;
  /* background: -webkit-linear-gradient(45deg, #bababa 15%, #eae9e9 35%, #c3c3c3 67%, #bababa 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

#section02 .slide-container {
  padding: 0;
}

.route-map .access-box {
  margin: 1rem 0;
  width: 100%;
  text-align: center;
}

.route-map img {
  width: 100%;
  padding-bottom: 0.5rem;
  text-align: center;
}

.route-map p {
  padding: 0 0 1rem;
}

@media screen and (min-width: 801px) {
  .route-map {
    padding: 2rem 2rem 1rem;
  }
}

.phone-area a {
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  /* border: 1px solid; */
  display: flex;
  /* border-image: linear-gradient(45deg, #9b7832 2%, #fdf197 50%, #9b7832 97%);
  border-image-slice: 1; */
  background: #e39f94;
  color: #fff;
}

.phone-area+p {
  text-align: center;
  letter-spacing: 2px;
  margin: 0.5rem auto 0;
  background: -webkit-linear-gradient(45deg, #bababa 15%, #eae9e9 35%, #c3c3c3 67%, #bababa 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.25rem;
  text-align: center;
}

.phone-area p {
  /* background: -webkit-linear-gradient(45deg, #9b7832 2%, #fdf197 50%, #9b7832 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  font-size: 0.5rem;
  text-align: center;
  margin: 0.5rem auto 0;
}

.phone-area p span {
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.phone-area .phone-btn {
  width: 4rem;
  height: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e39f94;
}

.phone-area .phone-btn i {
  filter: drop-shadow(1px 1px 2px #00000033);
  color: #fff;
  font-size: 1.5rem;
  transform: rotate(90deg);
}

.job-box .link-bnr-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 1300px) {
  .job-box .job-bnr {
    width: 33%;
  }
}

@media screen and (min-width: 801px) {
  /* .job-box.job-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }
  .job-box.job-grid > dl {
    width: 49%;
  } */
}

.mainvisual {
  margin-top: 31px;
}

.mainvisual-bg {
  padding: 0;
  filter: none;
  /* margin-top:4rem; */
  /* height: 80vh; */
  padding-top: calc(314/145*100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.1) 100%), url(../img/mainvisual-sp.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* .mainvisual-bg:before {
	content:none;
} */
#video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 801px) {
  .mainvisual {
    margin-top: 0;
  }

  .mainvisual-bg {
    padding: 0;
    filter: none;
    /* margin-top:4rem; */
    /* height: 80vh; */
    padding-top: calc(29/46*100%);
    ;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.1) 100%), url(../img/mainvisual.jpg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .mainvisual-bg {
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
}

.route-map p {
  text-align: center;
}

#questionnaire {}

.questionnaire-wrap h4 {
  color: #3a3a3a;
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  border-bottom: 1px solid #3a3a3a;
margin-bottom: 1rem;
}

.questionnaire-wrap h4+p {
  text-align: center;
  color: #3a3a3a;
  margin: 2rem 0;
}

#questionnaire .q-required {
  background: red;
  padding: 0.25rem;
  color: #fff;
  text-align: center;
  margin-left: 0.5rem;
  border-radius: 5px;
  font-size: 0.85rem;
}

#questionnaire .input-field {
  padding: 0;
}

#questionnaire .input-field.column-box {
  border-image: linear-gradient(45deg, #bababa 15%, #eae9e9 35%, #c3c3c3 67%, #bababa 97%);
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
  border-image-slice: 1;
  display: flex;
  flex-wrap: wrap;
}

#questionnaire .input-field.column-box>input,
#questionnaire .input-field.column-box>textarea,
#questionnaire .input-field.column-box>div,
#questionnaire .input-field.column-box>label {
  padding: 1rem;
  width: 100%;
}

#questionnaire .input-field.column-box>label {
  background: #e39f94;
  /*text-shadow: 1px 1px 3px rgb(0 0 0 / 30%) */
  color: #fff;
  text-align: left;
}

#questionnaire .radio-box {
  justify-content: flex-start;
}

#questionnaire input[type="radio"]+label {
  margin-right: 1.25rem;
}

#questionnaire textarea,
#questionnaire input[type="text"],
#questionnaire #schedule {
  width: 100%;
  padding: 0.25rem 0.5rem;
  border: 1px solid #c0c0c0;
  color: black;
}

#questionnaire input[type="reset"] {
  background: #1e1e1e;
  margin: auto;
  filter: drop-shadow(1px 1px 2px #00000033);
}

#questionnaire img.ui-datepicker-trigger {
  width: 2.25rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

#questionnaire .input-field.column-box+.input-field.column-box {
  border-top: 0;
}

@media screen and (min-width: 801px) {

  #questionnaire .input-field.column-box>div,
  #questionnaire .input-field.column-box>label {
    width: 50%;
  }

  #questionnaire .input-field.column-box>label {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-self: stretch;
    align-items: center;
    height: auto;
  }
}

.goldframe {
  /* border-image: linear-gradient(45deg, #9b7832 2%, #fdf197 50%, #9b7832 97%) !important;
  border-top: 2px solid !important;
  border-right: 2px solid !important;
  border-bottom: 2px solid !important;
  border-left: 2px solid !important;
  border-image-slice: 1 !important; */
  border: 2px solid #e39f94;
}

.rank-staff-box h3 {
  font-size: 1.25rem;
  text-align: center;
  width: 100%;
  border-top: 1px solid #fdf197;
  border-bottom: 1px solid #fdf197;
  border-image: linear-gradient(45deg, #9b7832 2%, #fdf197 50%, #9b7832 97%);
  border-image-slice: 1;
}

.rank-staff-box .staff-box {
  width: 19%;
}

.rank-staff-box .ico-tw {
  right: 0;
  bottom: 0;
}

.rank-staff-box .info-comm {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.more-list-btn.taiken {
  max-width: 300px;
  margin: 0 auto;
}

.more-list-btn.kakubutsu {
  max-width: 300px;
  margin: 0 auto;
}


.route-map {
  margin-bottom: 30px;
}

.route-2 {
  font-size: 1.3rem;
  border-top: solid;
}

/* .god-box {
  margin: 0 auto;
} */

/* .godhand-img {
  width: 100%;
  height: 45vh;
  background-image: url(../img/godhand-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} */

/* @media screen and (min-width: 500px) {
  .godhand-img {
    height: 60vh;
  }
}

@media screen and (min-width: 801px) {
  .godhand-img {
    height: 70vh;
  }
} */
.twi-inner iframe {
  width: 100% !important;
}

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

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

}



.movie-wrap {
  position: relative;
  padding-top: calc(9/16*100%);
  padding-bottom: 1rem;
}

.movie-wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}


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


  #main-top .mainvisual-bg {
    /* height: calc(100vh - 4rem); */
    padding-top: 0;
    /* background-size: cover; */
  }

  /* #main-top .mainvisual {
  margin-top: 0;
} */

  #main-top #mainvisual-text {
    font-size: 1.2rem;
    text-align: center;
  }

  #main-top #mainvisual-text strong {
    font-size: 1.5rem;
  }

  #main-top .mainvisual {
    margin-top: 4rem;
  }

  #main-top .mainvisual {
    min-height: 100vh;
    min-height: 100vh;
    /* min-height: calc(var(--vh, 1px)*100 - 120px); */
  }

  #main-top .mainvisual-bg {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0.1) 100%), url(../img/mainvisual-sp2.jpg) no-repeat center top / 100% 100%;
    /* height: 100vh; */
    height: 100vh;
    /* height: calc(var(--vh, 1px)*100 - 120px); */
    /* height: calc(var(--vh, 1px)*100 - var(--modHeaderHeight, 1px)*100 - var(--modHeight, 1px)*100); */
  }
}


.mainvisual-under-bg:before {
  padding-top: calc(29/46*100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.1) 100%), url(../img/mainvisual-pc.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.concept-info {
  color: #666;
}

.concept-title {
  font-size: 1.2rem;
  color: #e98170;
  padding: 1rem 0;
  /* text-shadow: 0 0 white; */
  filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white);
  /* background: -webkit-linear-gradient(45deg, #9b7832 2%, #fdf197 50%, #9b7832 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  padding: 1rem 0;
}


@media screen and (min-width:801px) {
  #main-top .mainvisual-bg {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.1) 100%), url(../img/mainvisual-pc.jpg) no-repeat center top / contain;
  }

  .mainvisual-under-bg:before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.1) 100%), url(../img/mainvisual-pc.jpg) no-repeat center top / contain;
    padding-top: calc(29/46*100%);
  }

  .concept-box {
    max-width: unset;
  }

  .concept-info {
    display: flex;
    justify-content:space-between;
  }

  .concept-left,
  .concept-right
  {
    width: 49%;
  }

  .concept-wrap:nth-child(2) .concept-box .concept-info{
    flex-direction: row-reverse;
  }
  .concept-wrap {
    padding:2rem 0;
  }
}

.concept-wrap {
  padding: 1rem 0;
}



#gallery .swiper-slide {
  width: 100%;
}

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

#gallery .swiper-pagination {
  width: auto;
  text-align: left;
  position: absolute;
  bottom: 20%;
  left: 2rem;
  transform: translateY(20%);
}

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

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

.gallery .slide-container {
  padding-bottom: 2rem;
}

.concept-text.center {
  text-align: center;
}
.top_mv video {
  width: 100%;
}

.foot-wrapper {
  background: #e39f94;
}

.slide-wrap {
  padding: 1rem;
}
.form-caution {
  color: #666;
  text-align: center;
}

@media screen and (max-width:800px) {
  .system-box .price-box.credit-wrap ul li {
    font-size: 0.95rem;
    letter-spacing: -1px;
  }

  .system-box .price-box.credit-wrap .pl1 {
    padding-left: 0;
    margin-top: 5px;
  }
}

.prof-movie-wrap {
  width: 100%;
    padding: 2rem 0 1rem;
}
.prof-movie-wrap video{
  width: 100%;
}

.schedule-bg{
  position: relative;
z-index: 0;  
}
.schedule-bg::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/todays-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.schedule-bg .contents-ttl h2,
.pick-new-bg .contents-ttl h2,
.pick-new-bg .contents-ttl h2::after
 {
  color: #444;
}

.schedule-bg .staff-text,
.schedule-bg .ico-area,
.pick-new-bg .pick-name
 { 
  background: rgba(255,255,255,.85)
}

.pick-new-bg {
  position: relative;
  z-index: 0;
}
.pick-new-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(135deg, rgba(255, 188, 179, 1) 1px 3px, rgba(255, 255, 255, 1) 5px 8px);
}

@media screen and (min-width:801px) {
  .pick-twi-wrap {
    justify-content: space-evenly;
  }
  .pick-container {
    width: 40%;
  }
}





.twitter-btn {
  display: block;
width: 100%;
height: auto;
padding: 1rem 0;
/* background: linear-gradient(to top,rgba(255,255,255,0)0%,rgba(255,255,255,0)100%),url(../img/); */
}

.twitter-btn a{
  display: flex;
  max-width: 300px;
  width: 100%;
  height: 100px;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  text-decoration: unset;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(135deg, #db5e49 0%, #edada3 100%);
  border-radius: 10px;
  margin: 0 auto;
}


.x-bnr {
  max-width: 300px;
    width: 100%;
}

@media screen and (min-width:801px) {
  .twitter-btn {
  padding: 3rem 0;
  }

  .profile-wrap .twitter-btn {
    padding-top: 2rem;
  }

  .x-bnr {
    max-width: 500px;
    margin-bottom: 3rem;
  }
  
}

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