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

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&family=Oswald:wght@500&display=swap');

html {
  font-size: 16px;
}
body {
  /*font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;*/
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, 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: #454545;
  background: #fff;
}
.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: #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;
}
.head-txt{
    /* background: #212121; */
    width:100%;
    color:#fff;
    text-align: center;
    font-size:0.75rem;
    padding: 0.25rem 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/menu.jpg);
background-position: left 0 top 0;
background-size: 100%;
}
header {
  width: 100%;
  height: 5rem;
  padding: 0 0.5rem;
  z-index: 99;
    transition: 0.5s;
    /* background: #212121; */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/menu.jpg);
    background-position: left 0 top 0;
    background-size: 100%;
}

header.act {
  width: 100%;
  height: 5rem;
  padding: 0 1rem;
  position: fixed;
   position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
background: #fff;
     border-bottom: 3px solid;
    border-image: linear-gradient(45deg, #848484 15%, #eae9e9 35%, #c3c3c3 67%, #848484 97%);
    border-image-slice: 1;
}

header.fixedtop {
	position:fixed;
	top:0;
     z-index: 99;
}

.head-bg {
/*  border-bottom: 1px solid transparent;*/
}
.logo-area {
  width: 120px;
  height: calc(7/13*100%);
  position: relative;
  z-index: 4;
  top: 0.2rem;
    display: none;
}
.gorst-header .logo-area{
     width: 120px;
}
.logo-area a {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url("../img/visual-logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.1s ease;
    text-indent:-999999px;
}
main {
  overflow:hidden;
}
main:before {
  content: "";
  width: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.4) 100%), url(../img/main-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -5;
}
.container {
  width: 100%;
}
.index-concept{
    background:#fff8fc;
}
#section01,
#section02,
#section03,
#section06,
#section08{
    padding:1rem 0 0;
}


#section06{
    text-align:center;
/* background:#454545;*/
}
#section08{
    text-align:center;
/*background:#111;*/
}
.content-box {
  width: 100%;
  padding: 0 0.8rem;
}
.content-box.topnews {
  padding:0;
}
.column-box,
.column-list ul,
.column-list dl {
  display: flex;
  flex-wrap: wrap;
}
.contents-ttl {
  padding-bottom: 1rem;
  text-align:center;

}
.contents-ttl h2 {
  font-family: 'Bodoni Moda', serif;
  color:#121212;
  padding: 0.8rem 0 1.8rem;
  text-align: center;
  border-bottom: 1px solid #bbb;
  font-size: 2rem;
  position:relative;
  font-weight: 100;
  /* background: linear-gradient(90deg, #f9efb5 0%, #ddc57b 25%, #caa853 50%, #d7bb74 75%, #f2e1b4 100%); */
  /*text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  background: -webkit-linear-gradient(90deg, #f9efb5 0%, #ddc57b 25%, #caa853 50%, #d7bb74 75%, #f2e1b4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}
.contents-ttl h2:after {
  content: attr(data-item);
  font-family: 'Noto Serif JP', serif;
  font-weight:bold;
  font-size: 1rem;
  position: absolute;
  bottom: 6px;
  left: 0;
  right:0;
  /*-webkit-text-fill-color: #454545;*/
}
.more-btn {
  width: 100%;
  text-align: center;
}
.more-btn a {
  display: inline-block;
  padding: 0.25rem 1rem;
/*  background: #212121;*/
    border: 1px solid #212121;
  color: #212121;
    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: linear-gradient(
90deg
, #f9efb5 0%, #ddc57b 25%, #caa853 50%, #d7bb74 75%, #f2e1b4 100%);
  color: #55402b;
  /* text-shadow: 1px 1px #0000004d; */
  font-weight: bold;
  border: 2px solid #937435;
  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: space-between;
}
.pick-container {
  width: 100%;
  padding-bottom: 2rem;
}
.pick-col {
  justify-content: space-between;
}
.slick-wrap {
  padding:0 0.25rem;
  width:100%;
}
#pickup-slide-sp,
#pickup-slide-pc{
    padding:0.5rem 0.25rem 0;
    /* background: rgba(0,0,0,0.2); */
}

.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);*/
/* border: 2px solid #937435; */
  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: 1rem 0;
  color: #55402b;
  /* background: linear-gradient(90deg, #f9efb5 0%, #ddc57b 25%, #caa853 50%, #d7bb74 75%, #f2e1b4 100%); */
  font-weight: bold;
  text-align: center;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.twi-container {
  width: 100%;
}
.twi-wrap {
  width: 100%;
  margin-bottom: 1rem;
  overflow-y: scroll;
    border:1px solid #212121;
    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;
*/
}
.prof-ico-area {
  margin-top: 0.5rem;
}
.ico01,
.ico02,
.ico03,
.ico04,
.ico05,
.ico06,
.ico07,
.ico08,
.ico09,
.ico010 {
  height: 1.5rem;
  width:48%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #24366c !important;
  margin-bottom: 0.25rem;
  border-radius: 2px;
  color: #fff !important;
}
.ico01,
.ico05,
.ico09 {
  background: #5dd0e9 !important;
}
.ico02,
.ico010 {
  background: #e9bd5d !important;
}
.ico03,
.ico07 {
  background: #e95d98 !important;
}
.ico04,
.ico08 {
  background: #5d67e9 !important;
}

/* 
.ico01 {
  background: #5dd0e9 !important;
}
.ico02 {
  background: #e9bd5d !important;
}
.ico03 {
  background: #5de9a3 !important;
}
.ico04 {
  background: #5d67e9 !important;
}
.ico05 {
  background: #e95d98 !important;
}
.ico06 {
  background: #bfe028 !important;
}
.ico07 {
  background: #ec8f59 !important;
}
.ico08 {
  background: #62e95d !important;
}
.ico09 {
  background: #5db6e9 !important;
}
.ico10 {
  background: #e9db5d !important;
} */



.ico01 span,
.ico02 span,
.ico03 span,
.ico04 span,
.ico05 span,
.ico06 span,
.ico07 span,
.ico08 span,
.ico09 span,
.ico010 span {
  display: inline-block;
  padding: 0.25rem 0;
  font-size: 0.75rem;
  line-height: 1;
}

.ico-area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .profile-wrap .ico-area{
       font-size: 0.75rem;
    }
.sp-foot {
  width: 100%;
  padding: 0.5rem;
  background: none;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: 0.3s ease;
  height: 4.75rem;
  z-index:9;
}
.sp-foot ul {
  justify-content: space-between;
}
.sp-foot li {
  width: 33%;
}
.sp-foot li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0.5rem;
 background: linear-gradient(90deg, #f9efb5 0%, #ddc57b 25%, #caa853 50%, #d7bb74 75%, #f2e1b4 100%);
 border: 2px solid #937435;
  color: #55402b;
  font-size: 0.875rem;
  font-weight: bold;
    border-radius:5px;
    /* background: #333; */
}
.sp-foot li a i {
  font-size: 1rem;
}
.sp-foot.fixed-foot {
  transform: translateY(0);
}
.footer-section {
   /* background: #212121; */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/menu.jpg);
  background-position: left 0 top 0;
  background-size: cover;
}
footer {
  width: 100%;
  padding: 1rem 1rem 4rem;
/*  background: #1a1a1a;*/
/*  color: #fff;*/
  text-align:center;
}
footer p {
  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: 100%;
  padding: 3rem 0 1rem;
  margin: auto;
  /*margin: auto;
  filter: drop-shadow(0px 0px 0px white)
  	drop-shadow(1px 1px 0px white)
  	drop-shadow(1px -1px 0px white)
  	drop-shadow(-1px 1px 0px white);*/
}
.copy-right {
  font-size:12px;
  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;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/menu.jpg);
  background-position: right 0rem top 0rem;
  color: #fff;
}
.hback-btn a i {
  margin-right: 0.5rem;
}

.underlayer {
  padding-top: 2rem;
/*  background: #fff;*/
}
.reserve-underlayer {
/*  padding-top: 8rem;*/
}
.underlayer-rec {
/*  padding-top: 6rem;*/
}
.banner-content {

}

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

#navi-menu {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  position:relative;
  flex-wrap:nowrap;
}
#nav-toggle {
  width: 65px;
  height: 61px;
  position: relative;
  z-index: 3;
    background: #fff;
    border-radius: 2px;
}
#nav-toggle span {
  width: 37px;
  height: 1px;
  background: #212121;
  position: absolute;
  left: 0;
  transition: 0.3s ease;
  margin: 0.85rem;
}
.menu{
    font-size:0.75rem;
    color:#212121;
    position: absolute;
    bottom:0.25rem;
    right:0.8rem;
}
.sp-menu {
    width:81%;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}
.sp-menu li {
  padding: 0.75rem 0.5rem;
}
.sp-menu li + li {
    border-left: 1px solid #f1f1f1;
}
.sp-menu li a {
  align-items: baseline;
  line-height:1.2;
  font-size: 1.2rem;
  color: #fff;
}
.sp-menu li a p {
  font-size: 0.75rem;
  color: #fff;
}
#nav-toggle span:nth-of-type(1) {
  top: 0rem;
}
#nav-toggle span:nth-of-type(2) {
  top: 0.7rem;
}
#nav-toggle span:nth-of-type(3) {
  top: 1.4rem;
}
nav {
  width: 100%;
  height: 100%;
  padding: 4rem 1rem 1rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transform: scale(0.9);
  transition: 0.3s ease;
}
nav ul{
    padding-top:1rem;
}
nav ul li {
  padding: 0.75rem 0.5rem;
  text-align: center;
  border-bottom: 1px solid #fff;
}
nav ul li a {
  display: flex;
  align-items: baseline;
  line-height:1.2;
  font-size: 1.2rem;
  color: #fff;
}
nav ul li a p {
  font-size: 0.75rem;
  padding-left: 0.5rem;
}
.nav-sns {
  width: 100%;
  padding: 0;
    display: none;
}
.nav-sns ul {
  align-items: center;
  justify-content: center;
}
.nav-sns li {
  padding: 0.5rem 1rem;
  border: 0;
}
.nav-sns li a {
  font-size: 2rem;
}
.navi-contact {
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  color: #454545;
  z-index: 2;
  /*text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;*/
}
.navi-contact a {
  font-size: 1rem;
  color: #454545;
}
.navi-contact a i {
  margin-right: 0.25rem;
    color: #fff;
}
.head-tel{
    padding:0.25rem;
}
.head-tel a{
    letter-spacing: 1px;
}
.open nav {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  transform: scale(1);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/menu.jpg);
  background-position: left 0 top 0;
  background-size: cover;
}
.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);
}
.gorst-header{
    position: relative;
    z-index: 100;
    top:0;
    height:1rem;
}

#navi-menu > nav{
  padding:1rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#nav-close {
  width: 2.5rem;
  height: 2rem;
  position: absolute;
    top:0.5rem;
    right:0;
}
#nav-close span {
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  transition: 0.3s ease;
}
.open #nav-close span:nth-of-type(1) {
  top: 0.625rem;
  transform: rotate(135deg);
}
.open #nav-close span:nth-of-type(2) {
  opacity: 0;
}
.open #nav-close span:nth-of-type(3) {
  top: 0.625rem;
  transform: rotate(-135deg);
}



.wfacs {
	position:absolute;
}

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

.mainvisual {
  background-size: cover;
  width: 100%;
  position: relative;
}
.mainvisual:before {
  content: "";
  display:block;
  background:linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6)), url(../img/main-bg05.jpg) center bottom no-repeat;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.mainvisual-bg {
  width: 100%;
  height: 60vh;
  padding: 1rem;
  filter: drop-shadow(0px 0px 1px white)
    drop-shadow(1px 1px 1px white)
    drop-shadow(1px -1px 1px white)
    drop-shadow(-1px 1px 1px white);
}
.mainvisual-bg:before {
  /*content: "";*/
  display:block;
  background:linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%), url(../img/main-bg1.jpg) center no-repeat;
  background-size: cover;
  background-position: right 50% top;
  background-repeat: no-repeat;
  width: 100%;
  height: 60vh;
  position: absolut;
  top: 0;
  left: 0;
  z-index: -1;
  /*-webkit-animation-name: mainvisual_indent;
  -webkit-animation-duration: 4s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;*/
}
.visual-logo {
  width:100%;
  margin:0 auto;
  height:100%;
      display: flex;
  flex-direction: column;
  justify-content: center;
}

@-webkit-keyframes mainvisual_indent {
  from {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  30% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}

.visual-logo h1{
    /*margin-top: -1rem;*/
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.visual-logo img{
  filter: drop-shadow(0px 0px 0px #000);
}
.head-time{
    display: flex;
    justify-content: space-around;
    padding:0 0.75rem;
}
.head-credit{
    background: linear-gradient(90deg, #f9efb5 0%, #ddc57b 25%, #caa853 50%, #d7bb74 75%, #f2e1b4 100%);
    color:#55402b;
    font-weight: bold;
    padding:0.25rem;
    text-shadow:none;
    margin-top: 0.5rem;
    border: 2px solid #937435;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
.head-credit i{
    color:#55402b !important;
}
.head-credit a{
    color:#fff;
    font-size:0.75rem;
    display:flex;
    align-items:center;
    justify-content: center;
}
.head-credit li{
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head-credit img{
    width:50%;
    padding:0.25rem;
}
.mainvisual-under{
    height:28vh;
}
.mainvisual-under-bg{
    height:28vh;
    top:5rem;
}
.mainvisual-under-bg:before{
    height:28vh;
}
.mainvisual-under-logo{
    padding:5rem 0 0;
}
.mainvisual-under-logo img{
    width:50%;
}
#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: #fff;
  border-radius: 0;
}
.slide-inner {
  width: 85%;
  font-weight: 400;
/*  color: #fff;*/
  position: absolute;
  top: 70%;
  left: 2rem;
  transform: translateY(-70%);
}
.slide-inner a {
  color:#454545;
}
.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: 1rem 0;
}
.news-text {
  width: 100%;
  color: #454545;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid #bbb;
  position: relative;
}
.news-text span {
  display: inline-block;
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 3;
/*  background: #212121;*/
    color:#454545;
    border-radius: 2px;
}
.news-content-box{
    padding:0;
}
.text-area {
  overflow: hidden;
  width: 100%;
}
.text-area .marquee {
  width: 100%;
  line-height: 1.4;
  white-space: nowrap;
  animation-name: marquee;
  animation-duration: 10s;
  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
--------------------*/
.realtime-box{
	background:#fff;
    border:1px solid #bbb;
    padding: 1rem;

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

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

.topics-box {
  width: 100%;
  justify-content: space-between;
}
.topics {
  background:#fff;
  width: 100%;
  margin-bottom: 1rem;
/*  box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1);*/
    display: flex;
    justify-content: space-between;
}
.topics-image {
  width: 30%;
}
.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: 65%;
  align-items: center;
  padding: 1rem 0.5rem;
/*  background: #fff;*/
}
.new-topics {
    font-size:0.75rem;
  margin-bottom: 0.5rem;
    padding-bottom:0.5rem;
/*  border-bottom: 1px solid #bbb;*/
}
.new-topics span {
  padding-left: 0.5rem;
}

.new-topics span.cat-ico,
.topics-detail-wrap .cat-ico {
  /* background:#212121; */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/menu.jpg);
  background-position: right 0rem top 0rem;
  color:#fff;
  padding: 0.5em 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  border-radius: 2px;
  font-size:0.8rem;
  display: inline-block;
}
.topics-detail-wrap .cat-ico {
  box-shadow: 1px 1px 3px black;
}
.topics-ttl {
  width: 100%;
  height: 4rem;
  overflow: hidden;
  position: relative;
    font-weight: bold;
}
.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.4rem;
  font-weight: bold;
}
.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(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;
}

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

.schedule-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.staff-wrap {
  width: 100%;
  justify-content: space-between;
}
.staff-box {
  width: 48%;
  margin-bottom: 1rem;
/*  box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1);*/
  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 0;
/*  background: rgba(252,253,254,0.8);*/
  text-align: center;
  /*position: absolute;*/
  bottom: 0;
  left: 0;
}
.staff-text li {
  padding: 0.25rem 0;
}
.staff-text li i{
    padding-right:0.25rem;
}
.staff-text li i.fa-twitter {
    padding-right:0;
}
.staff-text li + li {
/*  border-top: 1px solid #212121;*/
}
.staff-text li.condition {
    /* background:#212121; */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/menu.jpg);
    background-position: right 0rem top 0rem;
    background-size: cover;
    color:#fff;
}
.ico-tw {
  color: #fff;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.75rem;
  background: #0099ff;
}
.ico-tw > a {
  display: contents;
  color: #fff;
  font-size: 0.8rem;
}

li.staff-name {
  display: flex;
  justify-content: center;
  align-items: 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: #fff;
  border: 1px solid #2a2a2a;
  font-size: 0.875rem;
  color: #333
}
.weekly-schedule li a.current {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/menu.jpg);
  background-position: right 0rem top 0rem;
  color: #fff;
}

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

.weekly-schedule .nextweek {
  color: #55402b;
  background: linear-gradient(90deg, #f9efb5 0%, #ddc57b 25%, #caa853 50%, #d7bb74 75%, #f2e1b4 100%);
  border: 2px solid #937435;
  font-weight: bold;
  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;
}
.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: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/menu.jpg);
  background-position: right 0rem top 0rem;
  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: 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: 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 #212121;
  text-align: center;
}
.sch-tbl dl dt {
  /* background: #212121; */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/menu.jpg);
  background-position: right 0rem top 72rem;
  /* background-size: 100%; */
  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;
}
.sch-tbl dl dt.sun {
  color: #ea3838;
}

/*--------------------
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 #212121;
  padding-top:1rem;
  margin-top:1rem;
}
.blog-text {
  width:65%;
  text-align:left;
  line-height: 1.4;
  overflow:hidden;
    padding: 1rem 0.5rem;
}
.blog-text p {
  font-size:0.75rem;
}
.blog-text p a {
  color:#454545;
}
.clamp-text2 {
  width: 100%;
  overflow: hidden;
  text-align: justify;
  position: relative;
  margin-top: auto;
  line-height:1.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.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:30%;
}
.blog-image a {
  background-size:cover;
  background-position:center;
  display:block;
  width:100%;
  padding-top:calc(4/3*100%);
    border:1px solid #212121;
}

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

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

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

.system-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
.system-box {
background:#fff;
  width: 100%;
  justify-content: space-between;
  display: block;
}
.price-box {
  width: 100%;
  margin-bottom: 1rem;
    padding:0 1rem;
}
.price-box h3 {
  font-size: 1.2rem;
}
.price-box + .price-box {
  padding-top: 1rem;
  border-top: 1px solid #212121;
}
.price-dsc {
  width: 100%;
  padding: 1rem 0 2rem;
}
.price-list {
  width: 100%;
}
.price-list dl {
  border: 1px solid #ccc;
}
.price-list dl + dl {
  border-top: 0;
}
.price-list dl dt,
.price-list dl dd {
  flex: auto;
  width: 32%
}
.price-list dl dt {
  padding: 0.5rem 1rem;
  /* background: #212121; */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/menu.jpg);
  background-position: right 0rem top 72rem;
  /* background-size: cover; */
  color: #fff;
  text-shadow: 1px 1px 2px #454545;
  width: 68%;
  font-size: 14px;
  text-align: center;
}
.price-list dl dd {
  padding: 0.5rem 1rem;
  background: #fff;
  /* color: #fff; */
  /* text-shadow: 1px 1px 1px #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 #212121;
  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 #c1c1c1;
  display: flex;
}
.filter-inner label {
  align-items: flex-start;
  text-align: start;
}

.filter-inner input[type="submit"] {
  padding: 0.25rem 0.75rem;
  background: #636363;
  color: #fff;
  border-left: 1px solid #c1c1c1;
}
.check-point {
  padding-left: 1rem;
  position: relative;
}
.check-point:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 1px solid #212121;
  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 #212121;
  border-right: 3px solid #212121;
  position: absolute;
  top: -0.125rem;
  left: 0.25rem;
}
input,textarea,select,button {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
}

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

.reserve-box {
  width: 100%;
}
.reserve-intro {
  padding: 1rem;
  justify-content: center;
}
.reserve-tel {
  padding-bottom: 2rem;
  text-align: center;
}
.reserve-tel a {
  color: #454545;
}
.conf-list {
  padding:0.5rem 0;
}
.form-wrap {
  width: 100%;
  padding: 1rem;
  background: #fff;
  margin-bottom: 1rem;
/*  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 #bbb;
  color:black;
}
.input-field > input[type="time"] {
  height: 35px;
  /* background: url("../img/arw-down.svg"); */
  background: #fff;
  background-size: 0.75rem;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  color:black;
}

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

.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 #bbb;
  color:black;
}
.radio-box {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.radio-box input[type="radio"] {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  border: 0;
}
.radio-box input[type="radio"] + label {
  padding-left: 1.25rem;
  position: relative;
}
.radio-box input[type="radio"] + label:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #212121;
  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: #212121;
  border: 1px solid #212121;
  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 #212121;
  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 #212121;
  border-right: 3px solid #212121;
  position: absolute;
  top: -0.125rem;
  left: 0.25rem;
}
.form-wrap form > .conf-list {
  justify-content: flex-start;
  border-bottom: 1px dotted #212121;
  color:#454545;
  word-break: break-all;
}
.form-wrap button {
  color: #fff;
  /* background: linear-gradient(
  90deg
  , #f9efb5 0%, #ddc57b 25%, #caa853 50%, #d7bb74 75%, #f2e1b4 100%);
  border: 2px solid #937435; */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/menu.jpg);
  background-position: right 0rem top 0rem;
  font-weight: bold;
  display: block;
  /* -webkit-appearance: none; */
  appearance: none;
  padding: 0.5rem 2rem;
  margin: 1rem auto;
  /* background: #212121;
  color: #fff; */
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  transition: ease 0.3s;
}
.form-wrap button[disabled] {
  background: #bababa;
  color: #ffffff;
  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;
  /* background: #212121; */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/menu.jpg);
  background-position: right 0rem top 0rem;
  /* background-size: 100%; */
  color: #fff;
}
.submit-btn input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 0.5rem 2rem;
  /* background: #212121; */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/menu.jpg);
  background-position: right 0rem top 0rem;
  /* background-size: cover; */
  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-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 #bbb;
}
.job-box dl dt {
  text-align: center;
  /* background: #212121; */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/menu.jpg);
  background-position: right 0rem top 72rem;
  /* background-size: cover; */
  color: #fff;
}
.job-box dl dt + dd {
  border-top: 0;
  border-bottom: 0;
}
.job-box dl:last-child dt + dd {
  border-bottom: 1px solid #bbb;
}

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


/*--------------------
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: #212121; */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/menu.jpg);
  background-position: right 0rem top 72rem;
  /* background-size: cover; */
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  border: 1px solid #212121;
}
.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: #fff;
  text-align: center;
}
.accordion li .accordion_icon span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1.5rem;
  height: 3px;
  /* background: #212121; */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/menu.jpg);
  background-position: right 0rem top 0rem;
  /* background-size: cover; */
}
.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;
  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;
  overflow: hidden;
}
.reserve-bnr,
.qa-bnr,
.recruit-bnr {
  width: 100%;
  margin: 1rem 0;
  /* padding: 0.5rem; */
  background: #2a2a2a;
    font-family: 'Bodoni Moda', serif;
}
.reserve-bnr a,
.qa-bnr a,
.recruit-bnr a {
  display: block;
  text-decoration: none;
  padding: 0.5rem;
  font-size: 1.5rem;
  color: #55402b;
  text-align: center;
/*  border: 1px solid #fff;*/
}
.reserve-bnr a p,
.qa-bnr a p,
.recruit-bnr a p {
  font-size: 0.75rem;
  color: #fff;
}

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

/*--------------------
PC Common
--------------------*/
  main{
    width:90%;
    max-width: 1500px;
    margin:0 auto;
  }
  header {
    width: 100%;
    height: auto;
    /* background: #fff; */
      padding:0;
  }
    .gorst-header{
        display:none;
    }
  .head-bg {
    /* mix-blend-mode: difference; */
    border-bottom: 0;
/*    background: transparent;*/
  }
  .under-h {
/*    background: rgba(26,26,26,0.5);*/
  }
  .logo-area {
    width: 162px;
    height:70px;
  }
    .logo-area a{
/*background-size: 154px;*/
  }
  .head-credit li {
    font-size: 1rem;
  }
    main:before {
    /* background-size: 100%; */
        /* background-position: center; */
}
  .container {
    padding: 0 1rem;
  }
  .content-box {
    width: 100%;
    padding: 0.8rem;
    margin: 0 auto;
  }
  .contents-ttl {
    padding-bottom: 1rem;
  }
  .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
--------------------*/
.sp-menu {
  display: none;
}
#navi-menu {
  width:100%;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
}
#nav-toggle {
  display: none;
}
nav {
  height: auto;
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  position: static;
  background: transparent;
  opacity: 1;
  visibility: visible;
  z-index: 0;
}
    nav ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
        padding:0;
    }

nav ul li {
  padding: 0 1rem;
  border: 0;

}
nav ul li a {
    padding: 0.25rem;
    display: table-header-group;
}
    nav ul li a p{
    padding: 0.25rem 0;
    display: block;
}
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 {
}
.reserve-wrap li {
/*  padding: 0.5rem 0;*/
}
.reserve-wrap a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  margin: auto;
  color: #fff;
  border: 1px solid #fff;
  font-size: 0.9rem;
}
.navi-contact {
  font-size:1.6rem;
}
.head-tel a{
  font-size:2rem;
}
.head-time{
  display: flex;
  justify-content: space-evenly;
  font-size: 1.5rem;
}
.fliter-check-wrap {
    width: 100%;
    padding: 0 0 1rem 0;
}

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

	.mainvisual:before {
    	/*height:80vh;*/
	}
    .mainvisual-bg {
    /*height:80vh;*/
     margin-bottom: 0;
  }

  .mainvisual-bg:before {
    background-size: cover;
    background-position: left 17% top;
    background-repeat: no-repeat;
      height:68vh;
  }
  .visual-logo {
    height: auto;
  }
  .visual-logo h1 {
    width:60%;
  }
  .mainvisual {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: auto;
    padding:0;
  }
  .mainvisual p {
    font-size: 2.2rem;
  }
    .visual-logo {
    width:60%;
    margin:0 auto;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mainvisual-under{
    height:42vh;
    z-index: -1;
}
.mainvisual-under-bg{
    height:44vh;
}
.mainvisual-under-bg:before{
    height:44vh;
}
.mainvisual-under-logo{
}
  .slide-inner {
    width: 45%;
    right: 2rem;
    left: auto;
  }
  #slider .swiper-pagination {
    right: 2rem;
    left: auto;
  }
  .pick-container {
/*    width: 48%;*/
  }
  .slick-wrap.half {
    width: 80%;
    margin:auto;
  }
  .slick-prev, .slick-next {
    width:6rem;
  }
  .slick-prev:before,
  .slick-next:before {
    opacity:0;
    transition: ease .5s;

  }
  .pick-wrap {
    width: 100%;
  }
  .twi-container {
    width: 100%;
  }
  .ico01,
  .ico02,
  .ico03,
  .ico04 {
/*    height: 2rem;*/
  }
  .ico01 span,
  .ico02 span,
  .ico03 span,
  .ico04 span {
    font-size: 0.75rem;
  }

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

  .topics {
  }
  .blog .topics {
    width: 32%;
  }
  .topics-image {
    width: 20%;
}

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

  .topics-detail-iamge {
    width: 35%;
  }
  .topics-detail-info {
    width: 63%;
  }
  .topics-info {
    width: 78%;
      font-size: 1.2rem;
    max-height: 2.3rem;
    }
  /*--------------------
  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 #212121;
    border-left: 0;
  }
  .sch-tbl dl dd {
    border-top: 0;
    border-left: 1px solid #212121;
  }
  .sch-tbl dl dd + dd {
    border-left: 0;
  }

  /*--------------------
  Blog
  --------------------*/
  .blog-wrap {
    width: 100%;
    margin-bottom: 2rem;
}
  .blog-text {
    width: calc(85% - 1rem);
  }
  .blog-image {
    width: 20%;
  }
  .clamp-text2 {
    -webkit-line-clamp: 6;
  }
.clamp-text3 {
  font-size: 1.2rem;
    max-height: 2.3rem;
  }

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

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

  .price-box {
    margin :0 auto 1rem;
      width:100%;
  }
    .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 #bbb;
/*    border-bottom: 1px solid #bbb;*/
    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-between;
*/
    padding: 0;
  }
  .reserve-bnr,
  .qa-bnr,
  .recruit-bnr {
    width: 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%;
    }

}
*/



/*-------top layout 追加 -start----------*/
    .wrapper-right{
    display: none;
    }


   @media screen and (min-width: 1001px) {
    #top-main{
    display: flex;
    }
    .wrapper-right{
    display: block;
    }

    .wrapper{
    width:70%;
    margin: 0 auto;
    }
   .wrapper-right{
    width:25%;
    margin: 0 auto;
    }
    .twi-inner{
    padding-top:456px;
    }

    }

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

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

#loader img {
  width: 60%;
  max-width: 600px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin:auto;
}

@media screen and (max-width: 800px) {
  #staff-search .fliter-check-wrap {
    width: 100% !important;
  }
  #staff-search .fliter-check-wrap .column-box {
    padding-left: 5px;
  }
}
/***************************************************************************
*
*	機能別
*
***************************************************************************/
.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;
  border: 1px solid #212121;
  background: #fff;
}
#rev-submit {
  margin: 1rem 0;
  text-align:center;
}
#rev-submit span {
  color: #55402b;
  background: linear-gradient(90deg, #f9efb5 0%, #ddc57b 25%, #caa853 50%, #d7bb74 75%, #f2e1b4 100%);
   border: 2px solid #937435;
  font-weight: bold;
  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-bottom: 1px solid #212121;
  border-top: 1px solid #212121;
  padding: 0 0 0.25rem;
  margin-top: 0.5rem;
}
.shop-cmt + div {
  padding: 0.5rem 0;
  font-size: 0.875rem;
}
.shop-cmt + div.btn-review {
  color: #fff;
  /* background: linear-gradient(
90deg
, #f9efb5 0%, #ddc57b 25%, #caa853 50%, #d7bb74 75%, #f2e1b4 100%);
  border: 2px solid #937435; */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/menu.jpg);
  background-position: right 0rem top 0rem;
  font-weight: bold;
  position:absolute;
  top:1rem;
  right:0;
  border-radius:0.25rem;
  padding: 0 0.5rem;
  cursor:pointer;
  transition: ease-in-out .3s;
}
.shop-cmt + div.btn-review:hover {
  background:#ccc;
  color:#000;
  border: none;
}

/*--------------------
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 #3a3a3a;
  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-text .clamp-text2.over {
  height: unset;
  overflow: 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;
}
#thumbSlider {
  width: 100%;
  margin-top: 0.5rem;
  /* z-index: -1; */
}
#thumbSlider .swiper-slide {
  width: 33.33333%;
  padding-top: calc(4/3*33.33333%);
  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);
} */
#thumbSlider .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
}
#thumbSlider .swiper-slide.swiper-slide-active:before {
  content: none !important;
}
@media screen and (min-width: 1001px) {
  .shame .topics {
    width: 32%;
  }
  /*--------------------
  Shame
  --------------------*/
  .shame-wrap {
    width: 100%;
    margin:0 0 2rem;
  }
  .shame-text {
    width: calc(80% - 1rem);
  }
  /*--------------------
  Profslider
  --------------------*/
  .prof-image-wrap.ps {
    width: 30%;
  }
  .prof-info-box.ps {
    width: 68% !important;
  }
}
.weekly-schedule .reverse li {
	display:none;
}
.weekly-schedule .reverse li:nth-of-type(7) ~ li {
	display:unset;
}
@media screen and (max-width: 1199px) {
  .reserve-wrap.pc {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .reserve-wrap.pc  {
    display: block;
  }
}
/******************************
    タブコンテナー
******************************/
span.prof_room {
    margin: 0.5rem 0 0 0;
    padding: 0.25rem;
    font-size: 0.9rem;
}
@media screen and (min-width: 1001px) {
  span.prof_room {
    display: block;
  }
}
.tab-container {
  width: 100%;
  margin-bottom: 2rem;
  background-size: 50%;
  background-position: top;
  background-repeat: repeat;
}
.main-contents {
  width: 100%;
}
.tab-box {
  width: 100%;
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: space-between;
}
.tab-box label {
  width: 50%;
  display: block;
  padding: 0.5rem 0;
    margin-right: 0.1rem;
  color: #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: 1rem 0 0;
}
.main-tab-panel {
  width: 100%;
  display: none;
}

@media screen and (min-width: 1001px) {
.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: 1001px) {
  .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: 1001px) {
  span.prof_room {
    display: block;
  }
/* #loader img {
  width: 30%;
} */
}
/***************************************************************************
*
*	追記
*
***************************************************************************/
/*.bg-white {
	background:white;
	padding:1rem;
}*/
.sns-ttl a {
    color: #121212;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Bodoni Moda', serif;
  padding: 0.8rem 0 1.8rem;
  text-align: center;
  font-size: 2rem;
  /*text-shadow:0px 0px 0px white;*/
  /*background: -webkit-linear-gradient(
  90deg
  , #f9efb5 0%, #ddc57b 25%, #caa853 50%, #d7bb74 75%, #f2e1b4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}
.concept-text {
  text-align:center;
  width: 80%;
  margin: 0 auto;
}

.mini-bnr {
  width: 100%;
  padding: 1rem;
}
.mini-bnr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.side-credit li,
.mini-bnr li {
  width: 100%;
  padding: 1rem 0;
}
.mini-bnr li a {
  display:block;
  text-align:center;
}
.mini-bnr li img {
  width: 100%;
}

.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;
    /*border-top: 1px solid #ccc;*/
}
.app-dl ul {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.app-dl ul li a {
    display: inline-block;
}
.app-dl ul li a {
    display: inline-block;
}
.app-dl img,
.app-dl + a img {
    max-width:100%;
}

@media screen and (min-width: 801px) {
  .mini-bnr {
    width: 1168px;
    max-width: 100%;
    margin: auto;
  }
  .mini-bnr li {
    width: 100%;
      padding:1rem;
  }
  .mini-bnr li:nth-of-type(1),
  .mini-bnr li:nth-of-type(2),
  .mini-bnr li:nth-of-type(3),
  .mini-bnr li:nth-of-type(4),
  .mini-bnr li:nth-of-type(5) {
    width: 30%;
  }
  .mini-bnr li:nth-of-type(7),
  .mini-bnr li:nth-of-type(8) {
    width: 25%;
  }
  .concept-text {
    width: 70%;
  }

  .app-wrap {
    margin:0 auto;
  }
  .app-dl ul {
    flex-wrap:nowrap;
  }
  .app-dl img {
    float: left;
    padding: 0.5rem;
  }
  .web-reserve-img img {
    width: 50%;
    margin: 0 0 2rem 25%;
  }
    .app-wrap ul li:nth-of-type(1) {
    width: 50%;
  }
  .head-credit a {
    font-size: 1.5rem;
  }
}
.links-container ul {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}
.links-container ul li {
  max-width: 50%;
  padding: 0.5rem;
}
.sns-ttl .fa-twitter,
.sns-ttl .fa-instagram {
  background: linear-gradient(30deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  background: -webkit-linear-gradient(30deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.line-box dd {
	display:flex;
	flex-direction: column;
	align-items:center;
}
.line-box dd a {
	background: #1ec81e;
	color: #fff;
	display: block;
	margin: 0.25rem 0 0;
	padding: 0.5rem 1rem;
	border-radius: 3rem;
	box-shadow: 0 3px 3px #323232;
}

.blank {
	height: 2.1rem;
}
.twi-inner iframe {
	width: 100% !important;
}


.staff-blog {
  display: block;
  text-align: center;
  padding: 1rem 0 0;
}

.staff-blog a {
  display: inline-block;
  padding: 0.75rem 0.5rem;
  background: linear-gradient(90deg, #f9efb5 0%, #ddc57b 25%, #caa853 50%, #d7bb74 75%, #f2e1b4 100%);
  border: 2px solid #937435;
  color: #55402b;
  font-size: 0.875rem;
  font-weight: bold;
  border-radius: 5px;
    min-width: 250px;
    font-size: 1rem;
}

@media screen and (min-width:801px) {
  .staff-blog a {
    min-width: 300px;
font-size: 1.1rem;
  }
}