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

@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&display=swap');

html {
  font-size: 16px;
}
body {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    /* font-family: 'Kosugi Maru', 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: #333;
}
body::before {
    content: "";
    width: 100%;
    background-image: linear-gradient(to top, rgba(0, 0 ,0,0.2) 0%, rgba(0, 0 ,0,0.2) 100%), url(../img/main-bg.jpg?ver1);
    background-size: cover;
    background-position: right 50% top 0;
    background-repeat: no-repeat;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: -1;
}

@media screen and (min-width:801px) {
  body::before {
    background-size: 130%;
    background-position: left 0% top 0;
  }
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
a {
  color: #454545;
  text-decoration: none;
}

img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.loading {
  width: 100vw;
  height: 100vh;
  background: #e2f4f9;
  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 0.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
    transition: .3s;
    background: transparent;
    /* background: linear-gradient(to top,rgba(0,0,0,0)0%,rgba(0,0,0,0)100%),url(../img/header-bg1.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
filter: drop-shadow(1px 1px 2px rgba(0,0,0,.1));

}


.head-bg {
  background: #b99d8c;
}
.under-h {
  background: #b99d8c;
}
header.open {
  background: #b99d8c;
}


.logo-area {
width: 80px;
    height: 4rem;
  position: relative;
  z-index: 4;
  top: 0;
  padding: 0.2rem;
  transition: .3s;
}
.logo-area a {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url("../img/h-logo.png?ver2");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.1s ease;
  filter:brightness(200);
  text-indent: -999px;
  
}


@media screen and (max-width:800px) {
  .logo-area a {
    
    display: none;
  }
  
  .head-bg .navi-contact{
    display: block;
  }
  .head-bg .logo-area a{
    display: block;
  }
  .under-h .navi-contact{
    display: block;
  }
  .under-h .logo-area a{
    display: block;
  }
  
  header.open .logo-area a{
    display: block;
  }
  
  header.open .navi-contact{
    display: block;
  }
  
}

main {
  overflow:hidden;
  background: linear-gradient(to top,rgba(255,255,255,.85)0% ,rgba(255,255,255,.85)100%),url(../img/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

/* main::before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: -1;
} */
.container {
  width: 100%;
}
/* #section01,
#section03
 {
  background: rgb(247 247 247);
} */
#section07,
#section09 {
/*  background: #454545;*/
/*
      background:
  linear-gradient(to right, rgba(0, 0, 0, 0.8) 30%,
  rgba(0, 0, 0, 0.8) 100%),
  url("../img/main-bg.webp?ver1");
*/
  /* background-size: 45%;
  background-position: right center;
  background-repeat: repeat; */
  /* background: rgba(255,255,255,0.7); */
}
#section02 {

}
/* #section04, */
/* #section05,
#section06,
#section08
{
  background: rgb(247 247 247);
} */

/* #section01{
    background: linear-gradient( -120deg, #0b2648 0%, #0b2446 50%, #0d2948 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;

} */

#section03{
/*    background: url("../img/main-bg.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}
#section02{
/*    background: linear-gradient(to top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), url("../img/main-bg2.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right 24%;
}
#section06{
    text-align:center;
/* background:#000;*/
    padding:1rem 0;
}
#section08{
    text-align:center;
/*background:#454545;*/
    padding:1rem 0 2rem;
/*    background: url("../img/main-bg2.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
}


/* #section01,
#section03,
#section05,
#section07,
#section09{
  background: #c5ad8d;
  color: #fff;
}

#section01 a,
#section03 a,
#section05 a,
#section07 a,
#section09 a{
  color: #fff;
} */



/* #section02,
#section04,
#section06,
#section08 {
  
} */


#section01,
#section02,
#section03,
#section04,
#section05,
#section06,
#section07,
#section08,
#section09,
#section10
{
  /* background: #fff; */
}

.index-concept{
    background: #4545458fc;
}
.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: 0.5rem;
    background-size: 120px;
    background-image: url(../img/ttl-bg.webp?ver1);
    background-repeat: no-repeat;
    background-position: right top 2rem;
    padding-top: 1.5rem;
  margin: 0 0 2rem;
    border-bottom: 1px solid #999;
}

/* #section03 .contents-ttl,
#section05 .contents-ttl,
#section07 .contents-ttl,
#section09 .contents-ttl
 {
  border-color: #fff;
} */

@keyframes Flash {
    0% {
        opacity:0;
        left: calc(50% - 200px);
    }
    70% {
        opacity:0;
        left: calc(50% - 200px);
    }
    75% {
        opacity:0.6;
        left: calc(50% - 100px);
    }
    80% {
        opacity:0.1;
        left: calc(50% + 10px);
    }

    85% {
        opacity:0;
        left: calc(50% + 100px);
    }
    100% {
        opacity:0;
        left: calc(50% + 100px);
    }
}
.contents-ttl h2 {
  padding: 0.8rem 0 1.3rem;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  font-weight: 100;
  letter-spacing: 3px;
  font-family: "Cinzel Decorative", cursive;
  color: #754523;
  font-weight: 100;
  /* background: #c5ad8d;
  /* background: linear-gradient( 45deg , #d2a842 0%, #fbdfa0 50%, #d2a842 100%); */
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

/* 
#section03 .contents-ttl h2,
#section05 .contents-ttl h2,
#section07 .contents-ttl h2,
#section09 .contents-ttl h2
 {
  color: #fff;
} */


.contents-ttl h2:after {
  content: attr(data-item);
  font-size: 0.9rem;
  font-weight: bold;
  position: absolute;
  bottom: 6px;
  left: 0;
  right:0;
  color: #754523;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  /* background: #bd8d1c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  /* background: #6a7685;
  background:-webkit-linear-gradient(0deg, #9d6f1f 30%, #a9943c 50%, #9d6f1f 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
/* 
#section03 .contents-ttl h2::after,
#section05 .contents-ttl h2::after,
#section07 .contents-ttl h2::after,
#section09 .contents-ttl h2::after
 {
  color: #fff;
} */

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

.more-list-btn {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
.more-btn a,
.more-list-btn a
 {
display: inline-block;
    padding: 0.5rem 1rem;
    background: #c5ad8d;
    color: #fff;
    width: 100%;
}
.pt1 {
  padding-top:1rem;
}
.pt05 {
  padding-top:0.5rem;
}
.pl1 {
  padding-left:1rem;
}
.pl1 img{
    width:300px;
    padding:1rem;
}

.pick-container {
  width: 100%;
  padding-bottom: 2rem;
}
.pick-col {
  justify-content: space-between;
}
.slick-wrap {
  padding:0 0.5rem;
  width:100%;
}
#pickup-slide{
/*
    border: 1px solid;
    border-image: linear-gradient(
54deg , #d6b090 2%, #ffffbb 60%, #d6b090 97%);
    border-image-slice: 1;
*/
    padding: 1rem 0 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:#454545;
}
/*
.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 -1px 10px 1px rgb(0 0 0 / 10%);
  position: relative;
    color:#fff;
}
.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: 1rem;
  background: rgba(210,188,168,0.88);
  text-align: center;
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  height: 80px;
}
.twi-container {
  width: 100%;
}
.twi-wrap {
  width: 100%;
  margin-bottom: 1rem;
  overflow-y: scroll;
  padding:0 0 1.2rem;

}
.twi-inner {
  width: 100%;
  padding-top: calc(9/7*100%);
  position: relative;
}
.twi-inner iframe {
  position: absolute!important;
  top: 0;
  left: 0;
}
.ico-area {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.ico01,
.ico02,
.ico03 {
  height: 1.5rem;
  width:4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background:rgb(152 203 131 / 69%);
  margin-bottom: 0.25rem;
  border-radius: 2px;
  color: #fcfdfe !important;
}

.ico01 span,
.ico02 span,
.ico03 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;
}

.profile-wrap .contents-ttl{
  border-bottom: unset;
}

.sp-foot {
  width: 100%;
  padding: 0.5rem;
  background: rgba(255,255,255,.6);
  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: 5px;
}
.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%,#fff 100%);*/
/*  border: 1px solid #2a2a2a;*/

  font-size: 0.875rem;
  border-radius:5px;

  background:linear-gradient(145deg, rgb(226, 195, 140) 1%, rgba(254,231,197,1) 50%, rgb(226, 195, 140) 100%);
  color: #333;
}
.sp-foot li a i {
  font-size: 1rem;
}
.sp-foot.fixed-foot {
  transform: translateY(0);
  z-index: 10;
}

.footer-wrap {
  color: #fff;
}


footer {
  width: 100%;
  padding: 1rem 1rem 4rem;
    text-align: center;
/*  background: #1a1a1a;*/
/*  color: #fff;*/
}
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: 80%;
  margin: auto;
  filter: brightness(3);
  max-width: 200px;
  /* filter: drop-shadow(1px 0px 0px white) drop-shadow(0px 1px 0px white) drop-shadow(-1px 0px 0px white) drop-shadow(0px -1px 0px white); */
}

.copy-right {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
}
.hback-btn {
  width: 100%;
  text-align: center;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #2a2a2a;
}
.hback-btn a {
  display: inline-block;
  padding: 0.5rem 1rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  /* background: #fff; */
  background: #c5ad8d;
  color: #fff;
  /* width: 100%; */
}
.hback-btn a i {
  margin-right: 0.5rem;
}

.underlayer {
padding-top: 0;
margin-top: 0;
/* background: rgba(255,255,255,1); */
/*  background: #454545;*/
}
.reserve-underlayer{
  padding-top: 4rem;
}
.underlayer-rec {
  padding-top: 5rem;
}


/*--------------------
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: 1.8rem;
  position: relative;
  z-index: 3;
}
#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: 100vh;
  padding: 0 1rem 1rem;
  /* background: linear-gradient(to top,rgba(0,0,0,0)0%,rgba(0,0,0,0)100%),url(../img/header-bg1.jpg); */
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 4rem;
  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 dashed #ccc;
}
nav ul li a {
  display: flex;
  align-items: baseline;
  line-height:1.2;
  font-size: 1.2rem;
  color: #b7a183;
}
nav ul li a p {
  font-size: 0.75rem;
  padding-left: 0.5rem;
  color:#b7a183;
}


.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: left;
  font-size: 0.85rem;
  line-height: 1.2;
  color: #fff;
  z-index: 2;
  transition: .3s;
display: none;
}
.navi-contact a {
  font-size: 1rem;
  color: #fff;
}
.navi-contact a i {
  margin-right: 0.25rem;
    color: #fff;
}

@media screen and (min-width:801px) {
  .navi-contact {
    color: #fff;
  }
  .navi-contact a {
    color: #fff;
  }
  .navi-contact a i{
    color: #fff;
  }
}


.open nav {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transform: scale(1);
}
.open #nav-toggle span:nth-of-type(1) {
  top: 0.625rem;
  transform: rotate(135deg);
}
.open #nav-toggle span:nth-of-type(2) {
  opacity: 0;
}
.open #nav-toggle span:nth-of-type(3) {
  top: 0.625rem;
  transform: rotate(-135deg);
}

.wfacs {
	position:absolute;
}
.wf01 {
/*	background: url(../img/wfacs04.webp?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/wfacs04.webp?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/wfacs04.webp?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.webp?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%;
  height: auto;
}
.mainvisual-bg {
  width: 100%;
  height:calc(80vh - 4rem);
    filter: drop-shadow(0px 0px 1px white);
    position: relative;
    /* padding-top: calc(2/3*100%); */
}

.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?ver5");
  background-size: cover;
    background-position: right 70% bottom 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.mainvisual-under-bg:before {
  content: "";
  display:block;
  background:
  linear-gradient(to right, rgba(0,0,0, 0.2) 30%,
  rgba(0,0,0, 0.2) 100%),
  url("../img/main-bg.jpg?ver3");
  background-size: cover;
    background-position: left 10% top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

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

.visual-logo img{
  width:100%;
  max-width: 230px;
  margin:0 auto;
  filter: brightness(20);
  /* filter: drop-shadow(1px 0px 0px rgba(255,255,255,.5)) drop-shadow(0px 1px 0px rgba(255,255,255,.5)) drop-shadow(-1px 0px 0px rgba(255,255,255,.5)) drop-shadow(0px -1px 0px rgba(255,255,255,.5)); */
  /* filter:drop-shadow(0px 0px 1px rgba(255,255,255,1)) drop-shadow(0px 0px 1px rgba(255,255,255,1)) drop-shadow(0px 0px 1px rgba(255,255,255,1)) drop-shadow(0px 0px 1px rgba(255,255,255,1));; */
  }

.mainvisual-under{
    height:30vh;
    margin-top: 4rem;
}
.mainvisual-under-bg{
    height:100%;
    padding-top: unset;
}
.mainvisual-under-bg:before{
    height:100%;
    /* background-size: 130%; */
    background-position: center bottom;
}
.mainvisual-under-logo{
    padding: 0;
    text-align: center;
}
.mainvisual-under-logo img{
    width:100%;
    max-width: 130px;
    filter: brightness(20);
    /* filter: drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 0px white); */
}
#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 a {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-slide img{
/*    width:1200px;*/
}

/*
#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: #fff;
  border-radius: 0;
  margin: 0 0.5rem;
}
.slide-inner {
  width: 85%;
  font-weight: 400;
/*  color: #fff;*/
  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;
}

.topnews-wrap {
  background: #c5ad8d;
}

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


.news-text {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
/*  border-bottom: 1px solid #454545;*/
  position: relative;
}
.news-text span {
  display: inline-block;
      padding: 0.3rem 0.5rem;
  position: relative;
  z-index: 3;
   /* background: linear-gradient(60deg, #df3700, #f29205); */
   /* background: linear-gradient(135deg, #e9d0a3 1%, rgb(255 238 213) 50%, #e9d0a3 100%); */
    /* color:#555; */

}
.text-area {
  overflow: hidden;
  width: 100%;
}
.text-area .marquee {
  width: 100%;
  line-height: 1.4;
  white-space: nowrap;
  animation-name: marquee;
  animation-duration: 15s;
  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;
}

.underlayer .topics-wrap {
  width: 100%;
}
.underlayer .topics-wrap .column-box{
  display: flex;
  justify-content: space-between;
}

.underlayer .topics {
  width: 100%;
}

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

.topics-box {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.topics {
  width: 100%;
  margin-bottom: 1rem;
  box-shadow: 0 3px 4px -1px rgba(0,0,0,0.2);
}
.topics-image {
  width: 100%;
/*
    border: 1px solid;
    border-image: linear-gradient(
54deg , #d6b090 2%, #ffffbb 60%, #d6b090 97%);
*/
    border-image-slice: 1;
}
.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(255 255 255 / 100%);
}
.new-topics {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #3a3a3a;
}
.new-topics span {
  padding-left: 0.5rem;
}
.new-topics span.cat-ico {
  background:#c5ad8d;
  color: #fff;
  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;
}
.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 {
  text-align: left;
    font-size:1.2rem;
    color: #333;
    letter-spacing: 1px;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color:unset;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;;
}
.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;
}


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


.schedule-wrap {
  width: 100%;
  padding-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.2rem;
  background: rgba(210,188,168,0.88);
  text-align: center;
  box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2);
  /*position: absolute;*/
  color: #fff;
  bottom: 0;
  left: 0;
}
.staff-text ul li.staff-name {
  line-height: 1;
}

.staff-text li {
  padding: 0.15rem 0;
  font-size: 0.95rem;
}
.staff-text li + li {
/*  border-top: 1px solid #3a3a3a;*/
}
.staff-text li:nth-child(3){
  background: #b9a487;
  color: #ffffff;
    /* border: 1px solid #333; */
}
.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 {
  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 #666;
  font-size: 0.875rem;
  color: #666;
}
.weekly-schedule li a.current {
  background: #c5ad8d;
  color: #fff;
  border: 1px solid #c5ad8d;
}

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

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


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

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

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

.profile-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
.profile-wrap .contents-ttl {
  padding: 1rem 0 0;
}
.profile-wrap .contents-ttl h2 {
  font-size: 1.5rem;
  padding:0;
  border: none;
  line-height: 1;
  padding-bottom: 1rem;
}

.profile-wrap .contents-ttl h2 span{
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
  line-height: 1.2;
  font-size: 1.5rem;
}
.profile-wrap ul.staff-info{
  display: flex;
  justify-content: center;
  padding-bottom: 0.5rem;
}
.profile-wrap ul.staff-info li + li{
  margin-left: 0.4rem;
}
.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: #e5e5e5;
  color: #939393;
  transition: 0.3s ease;
  cursor: pointer;
}
.tab-wrap li.active {
  background: #c5ad8d;
  color: #fff;
}
.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 h3 {
  padding: 1rem 0;
  border-bottom: 1px solid #2a2a2a;
}
.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 solid #2a2a2a;
}
.prof-list dl dt {
  width: 45%;
}
.prof-list dl dd {
  width: 55%;
}
.prof-list dl dt,
.prof-list dl dd {
  padding: 1rem 0;
  font-size: 0.95rem;
}
.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: linear-gradient(135deg,#00acee 0%,#29caef 100%);
  border-radius: 0.25rem;
  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;
}
.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 #63451d;
  text-align: center;
}
.sch-tbl dl dt {
  background: #a38d6f;
  color: #fff;
}

.sch-tbl dl dd {
  border-left: 0;
  background:#fff;
}
.sch-tbl dl dt + dt,
.sch-tbl dl dd + dd {
  border-top: 0;
}
.sch-tbl dl dt.sat {
  color: #bbe2ff;
}
.sch-tbl dl dt.sun {
  color:#ffbccd;
}

@media screen and (max-width:800px) {
  .sch-tbl dl dt:not(:last-of-type) {
    border-bottom-color: #fff;
  }
  
}
/*--------------------
Blog
--------------------*/

.blog-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.concept-wrap{
    width:100%;
}
.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 #3a3a3a;
  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.4;
}
.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: 1.4;
}
.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 #454545;
}

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

.map-wrap {
  width: 100%;
  padding-bottom: 1rem;
}
.map-box {
  width: 100%;
}
.map-box + .map-box {
  margin-top: 2rem;
}
.map-detail {
  width: 100%;
  padding-bottom: 1rem;
}
.map-detail h3{
font-size: 1.2rem;
padding-bottom:1rem;
}
.map-box iframe {
  width: 100%;
  height: 480px;
}

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

.system-wrap {
  width: 100%;
  margin-bottom: 1rem;
  max-width: 1000px;
    margin: 0 auto;
}
.system-box {
  width: 100%;
  justify-content: space-between;
        display: block;
}
.price-box {
  width: 100%;
  margin-bottom: 1rem;
}
.price-box + .price-box {
  padding-top: 1rem;
  border-top: 1px solid #999;
}
.price-dsc {
  width: 100%;
  padding: 1rem 0;
}
.price-list {
  width: 100%;
}
.price-list dl {
  border: 1px solid #999;
}
.price-list dl + dl {
  border-top: 0;
}
.price-list dl dt,
.price-list dl dd {
  flex: auto;
  padding: 0.5rem;
  width: 50%
}
.price-list dl dt {
  background: #6f5a52;
  color: #fff;
  width:50%;
  /* font-size: 14px; */
  text-align: center;
}
.price-list dl dd {
  background: #fff;
  color: #454545;
  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),#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;
}
.fliter-check-wrap {
  width: 100%;
  padding: 1rem 0;
}
.filter-inner {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #666;
  display: flex;
}
.filter-inner label {
  align-items: flex-start;
  text-align: start;
}

.filter-inner input[type="submit"] {
  padding: 0.25rem 0.75rem;
  background: #c5ad8d;
  color: #fff;
  border-left: 1px solid #666;
}
.check-point {
  padding-left: 1.3rem;
  position: relative;
}
.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;
  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: #454545;
}
.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:#454545;
}
.input-field > input[type="time"] {
  height: 35px;
/*  background: url("../img/arw-down.svg");*/
  background-size: 0.75rem;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  color:#454545;
}

.input-field label{
  color: #454545;
}

.reserve-caution p{
  color:#454545;
}


#sch-picker {
  position: relative;
}
img.ui-datepicker-trigger {
  width: 2.25rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0.25rem;
}
.course-select {
  width: 100%;
  background: #454545;
}
.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:#454545;
}
.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: #454545;*/
  border: 1px solid #3a3a3a;
  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: #3a3a3a;
  border: 1px solid #3a3a3a;
  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:#454545;
}
.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: #454545;*/
  border: 1px solid #3a3a3a;
  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;
}
.form-wrap button {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  padding: 0.5rem 2rem;
  margin: 1rem auto;
  /* display: inline-block; */
  padding: 0.5rem 1rem;
  background: #c5ad8d;
  color: #fff;
  font-size: inherit;
  font-family: inherit;
  transition: ease 0.3s;
}
.form-wrap button[disabled] {
  background: #dcdcdc;
  color: #fff;
  border: none;
}
.comp-btn,
.submit-btn {
  text-align: center;
  padding-top:1rem;
}
.comp-btn a {
  display: inline-block;
  padding: 0.5rem 2rem;
  margin: 1rem auto;
  display: inline-block;
  padding: 0.5rem 1rem;
  /* background: #fff; */
  background: #c5ad8d;
  color: #fff;
  /* width: 100%; */
}
.submit-btn input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 0.5rem 2rem;
  background: #c5ad8d;
  color: #fff;
}
.comp-box p {
  display: flex;
  justify-content: center;
}

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

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

.recruit-wrap img{
    width:100%;
}
.recruit-ban{
    width: 100%;
    margin: 0 auto;
}
.job-box dl {
  justify-content: space-between;
}
.job-box dl dt,
.job-box dl dd {
  width: 100%;
  padding: 1rem;
  border: 1px solid #63451d;
}
.job-box dl dt {
  text-align: center;
  background: #c5ad8d;
  color: #fff;
}
.job-box dl dt + dd {
  border-top: 0;
  border-bottom: 0;
}
.job-box dl dd {
  background: #fff;
}


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

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


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

.accordion {
	width: 100%;
}
.accordion ul {
	width: 100%;
	padding: 0;
}
.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: #c5ad8d;
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  border: 1px solid #c5ad8d;
}

.accordion > ul > li > p {
	display: none;
	text-align: left;
	padding: 0.5rem;
	color: #454545;
}
.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:#fff;

  text-align: center;
    /* border:2px solid #071742; */
}
.accordion li .accordion_icon span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1.5rem;
  height: 2px;
  background: #c5ad8d;
}
.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: #fff;
  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: #fff;
  box-shadow: 0 15px 20px -5px rgba(0,0,0,0.5);
}
.error-btn a i {
  margin-right: 0.5rem;
}

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

.sp {
  display: block;
}
.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;
}
.reserve-bnr,
.qa-bnr,
.recruit-bnr {
  width: 100%;
  margin: 1rem 0;
  background: #40618c;
    /* font-family: 'Oswald', sans-serif; */
}

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

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

.reserve-bnr a,
.qa-bnr a,
.recruit-bnr a {
  display: block;
  text-decoration: none;
  padding: 1rem;
  font-size: 1.5rem;
  text-align: center;
  background: #b99d8c;
  color: #fff;
  outline: 1px solid #fff;
  outline-offset: -10px;
}

.reserve-bnr a p,
.qa-bnr a p,
.recruit-bnr a p {
  font-size: 0.75rem;
}

.rooms {
  margin-bottom: 1rem;
}
.rooms ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.rooms li {
  margin-bottom: 1rem;
  width: 100%;
}

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

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

  header {
    width: 17%;
    height: 100vh;
    border-bottom: 0;
      overflow: auto;
    background:#b99d8c;
    transition: none;

  }
  .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: 200px;
    max-width: 200px;
    top: 0;
    padding: 1rem;
  }
    .logo-area a{
      background: url("../img/h-logo.png?ver1");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      
/* background-size: 136px; */
/*        padding:4rem;*/
filter:brightness(200);
  }
  .container {
    padding: 0 1rem;
  }
  .content-box {
    width: 83%;
    padding: 0rem 6rem;
    margin-left: auto;
  }
  .contents-ttl {
    padding: 3rem;
      background-position: right 30% top 3rem;
  }
  .contents-ttl h2 {
/*    text-align: left;*/
    font-size: 2rem;

  }
  footer {
    padding: 3rem 1rem;
  }
  .footer-logo {
    width: 40%;
  }
  .underlayer {
    padding-top:0;
  }
    .underlayer-rec {
    padding-top: 4rem;
}
  .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%;
}
    .job-box{
/*      border-top:1px solid #454545;  */
        width: 80%;
        margin: 0 auto;
    }

/*--------------------
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{
        padding-bottom:0;
        padding-top:0;
    }
nav ul li {
  padding: 0.25rem 0;
  border: 0;
}
nav ul li a {
  justify-content: flex-start;
  font-size: 1rem;
    line-height:0.5;
    padding: 0.75rem;
    color: #fff;
}
nav ul li i {
    font-size: 0.75rem;
    font-weight: 100;
}

nav ul li a p {
  color: #fff;
}
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: linear-gradient(135deg, #e9d0a3 1%, rgb(255 238 213) 50%, #e9d0a3 100%); */
  color: #fff;
  font-size: 0.9rem;
  border: 1px solid #fff;
}
.navi-contact {
  line-height: inherit;
}

/*--------------------
PC Top
--------------------*/
    .mainvisual-bg{
       height:100%;
       padding-top: unset;
    }

  .mainvisual {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    height: 80vh;
    padding: 0;
  }
  .mainvisual p {
    font-size: 2.2rem;
  }
    .visual-logo {
      width: 100%;
      margin: 0;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      /* padding: 0rem 0 2rem 26%; */
      align-items: center;
      /* display: none; */
}
.visual-logo img{

    max-width: 400px;
    /* margin-left:20%; */
}

.mainvisual-under{
    height:42vh;
    z-index: -1;
    /* display: none; */
}
.mainvisual-under-bg{
    height: 32vh;
}
.mainvisual-under-bg:before{
    height:44vh;

}
.mainvisual-under-logo img{
   width: 80%;
        /* padding-top: 3rem; */
}

  .slide-inner {
    width: 45%;
    right: 2rem;
    left: auto;
  }
  #slider .swiper-pagination {
    right: 2rem;
    left: auto;
  }
  .pick-container {
    width: 50%;
    margin:0 auto;
  }
  .slick-wrap.half {
    width: 50%;
  }
  .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%;
    margin:0 auto;
  }
  .ico01,
  .ico02,
  .ico03,
  .ico04,
  .ico05,
  .ico06,
  .ico07,
  .ico08,
  .ico09,
  .ico10,
  .ico11,
  .ico12,
  .ico13,
  .ico14,
  .ico15,
  .ico16,
  .ico17 {
    height: 2rem;

  }
  .ico01 span,
  .ico02 span,
  .ico03 span,
  .ico04 span,
  .ico05 span,
  .ico06 span,
  .ico07 span,
  .ico08 span,
  .ico09 span,
  .ico10 span,
  .ico11 span,
  .ico12 span,
  .ico13 span,
  .ico14 span,
  .ico15 span,
  .ico16 span,
  .ico17 span {
    font-size: 0.75rem;
  }

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

  .topics {
    width: 100%;
  }
  .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: left;
  }
  .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: 35%;
  }
  .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 #63451d;
    border-left: 0;
  }
  .sch-tbl dl dd {
    border-top: 0;
    border-left: 1px solid #63451d;
  }
  .sch-tbl dl dd + dd {
    border-left: 0;
  }

  .sch-tbl dl dt:not(:last-of-type) {
    border-right-color: #fff;
  }
  /*--------------------
  Blog
  --------------------*/
  .blog-wrap {
    width: 48%;
    margin-bottom: 2rem;
    margin: 0 auto;
}
  .blog-text {
    width: calc(85% - 1rem);
  }
  .blog-image {
    width: 15%;
  }
  .clamp-text2 {

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

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

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

  .price-box {
    margin :0 auto 3rem;
      width:48%;
  }
    .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;
  }
  .job-box dl dd {
    width: 60%;
  }
  .job-box dl dt + dd {
    border-top: 1px solid #c5ad8d;
    border-bottom: 1px solid #c5ad8d;
    border-left: 0;
  }
  .job-box dl + dl dt {
    border-top: 0;
  }
  .job-box dl + dl dd {
    border-top: 0;
  }

.job-box dl:not(:last-of-type) dt {
  border-bottom-color: #fff;
}
  /*--------------------
  PC Q&A
  --------------------*/

  .accordion {
    padding: 2rem 0;
  }

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

  .filter-inner {
    width: 26rem;
    float:left;
  }
  .filter-reset {
    display: inline-block;
    padding: 0.3rem 1rem;
  }

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

  #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.25rem 1rem;
  }
  nav {
    margin: 0;
  }
    nav ul li {
    padding: 0.2rem 0;
    border: 0;
}
  .content-box {
    padding: 1rem 1rem;
  }
    .content-box {
    width: 80%;

    }
}

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

@media screen and (min-width: 1366px) {
  .content-box {
    padding: 0rem 4rem;
  }
  .content-box.topnews {
    padding:0 9rem;
  }
  .twi-inner {
    padding-top: calc(16/14.85*100%);
  }
}
/*
--------------------
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%;
  background: #fff;
  /* background: linear-gradient(to top,rgba(0,0,0,0)0%,rgba(0,0,0,0)100%),url(../img/header-bg1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  color: #555;
  text-align: center;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
}
#loader img {
  width: 70%;
  position: absolute;
  /* filter:drop-shadow(1px 0px 0px white) drop-shadow(0px 1px 0px white) drop-shadow(-1px 0px 0px white) drop-shadow(0px -1px 0px white); */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin:auto;
}
@media screen and (min-width: 801px) {
#loader img {
  width: 20%;
}
}
.app-wrap {
    width: 100%;
    padding: 1rem 0;
}
.app-wrap ul {
    display: flex;
    justify-content: space-between;
}
.app-wrap ul li:nth-of-type(1) {
    width: 73%;
}
.app-wrap ul li:nth-of-type(2) {
    width: 25%;
}
.app-dl {
    width: 100%;
    padding: 1rem 0;
}
.app-dl ul {
    display: flex;
    justify-content: space-between;
}
.app-dl ul li a {
    display: inline-block;
}
.bonus-link {
    width: 100%;
    text-align: center;
}
.app-code {
    width: 100%;
    padding: 1rem 0;
}
.app-code ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-code ul li {
    line-height: 1;
}
.app-code ul li:nth-of-type(2) {
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
.app-code ul li span {
    font-size: 1.5rem;
}
@media screen and (max-width: 800px) {

  .app-dl ul li {
    width: 45%;
  }
}
@media screen and (min-width: 801px) {
  .app-wrap {
    width: 100%;
    padding: 1rem 0;
    display: flex;
}
    .app-wrap > a img {
    max-width: 1168px;
    width: 96%;
  }
  .app-dl ul {
    display: flex;
    justify-content: center;
  }
  .app-dl img {
    float: left;
    padding: 0.5rem;
  }
  .web-reserve-img img {
    width: 50%;
    margin: 0 0 2rem 25%;
  }
}

.prof-image-wrap {
  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;
}
#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;
}
#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-info-box {
    width: 60% !important;
  }
  .introduction-box ul {
    display: flex;
    justify-content: space-evenly;
  }
  .introduction-box ul li {
    width: 45%;
  }
}

@media screen and (max-width: 800px) {
  .introduction-box ul li img {
    padding: 1rem 0;
  }
}

.filter-inner label {
  padding: 0 0.25rem;
}
.fliter-check-wrap {
  display: flex;
  flex-wrap: wrap;
}
.fliter-check-wrap > div {
  width: 100%;
}
.fliter-check-wrap > div input[type="submit"] {
  /* width: 100%; */
  text-align: center;
  /* border: 1px solid #071742; */
}
@media screen and (min-width: 1000px) {
  .fliter-check-wrap > div {
    width: unset;
  }
}

@media screen and (min-width: 801px) {
  .rooms {
    margin-bottom: 2rem;
  }
  .rooms ul {
    flex-wrap: nowrap;
  }
  .rooms li {
    width: 30%;
  }
  .rooms li img {
    display: block;
    height: 250px;
    object-fit: cover;
    width: 100%;
  }
  main {
    margin-top: unset;
  }
  .mainvisual {
    top: 0;
    left: 0;
    transform: unset;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: auto;
    padding: 0;
    margin-left: auto;
  }
  .mainvisual-bg {
    height:80vh;
    width: 83%;
    margin-left: auto;
    /* padding-top: calc(1280/1920*83%); */
  }
  /* .mainvisual-bg:before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%), url(../img/mainvisual.webp?ver1);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    text-align: right;
  } */
  .mainvisual-under {
    height: 44vh;
  }
  .mainvisual-under-logo img {
    margin-top: 0;
  }
}
.twi-inner iframe {
	width: 100% !important;
}

.swiper-pagination-bullet {
  margin: 0 0.5rem;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

.credit-bnr {
  margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.credit-bnr img {
  max-width: 90px;
}

.credit-bnr a span {
  display: inline-block;
}

#section01 {
  padding: 0;
}

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


.banner-content {
  background: rgba(255,255,255,1);
  position: relative;
  z-index: 0;
}

#section07 {
  padding-bottom: 1rem;
}
@media screen and (min-width:801px) {
  .credit-bnr img {
  max-width: 100px;
}
.system-wrap .price-box.credit-wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 .topics,
 .underlayer .topics
  {
  width: 48%;
}
.mainvisual-under-bg {
  height: 100%;
}

.underlayer .blog .topics {
  width: 33%;
}
}


/* 


.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: #555;
  font-weight: bold;
  background: linear-gradient(145deg, rgb(226, 195, 140) 1%, rgba(254,231,197,1) 50%, rgb(226, 195, 140) 100%);
  /* background: linear-gradient(100deg, #536eff 0%, #73dbfb 100%); */
  border-radius: 10px;
  margin: 0 auto;
} */


.slide-container 
{
  padding-bottom: 1rem;
}
@media screen and (min-width:801px) {
  /* .twitter-btn {
  padding: 3rem 0;
  }

  .profile-wrap .twitter-btn {
    padding-top: 2rem;
  } */
  nav {
    margin-top: 0;
  }
}


.main-text{
  position: absolute;
  bottom: 10px;
  right: 10px;
  /* background: rgba(255,255,255,.65); */
  padding: 5px;
  border-radius: 10px;
}

.main-text img{
  max-width: 180px;
}

@media screen and (min-width:801px) {
  .main-text{
    bottom: 30px;
    right: 30px;
  }
  
.main-text img{
  max-width: 400px;
}

}


.tw-btn {
    margin-top: 1rem;
    margin-bottom: 2rem;
}