

.swiper-wrapper {
  width: 100%;
}
.swiper-slide {
  text-align: center;
}
.swiper-slide img{
  width: 100%;
}

.swiper_hd{
  padding-top:4.25rem;
  /*background: url(../img/main-bg.jpg);
  background-position: bottom right;
  background-size: 200%;*/
}
.swiper_tp{
  margin: 40px 0;
}
.w640 img{
  max-width: 640px
}


.list-image li{
  width: 100%;
  margin: 5% auto;
  text-align: center;
}
.list-image li img{
  width: auto;
  max-width: 100%;
}

.ico-twitter {
  background: rgba(29,155,240,0.8)!important;
}

.nodata {
  width: 100%;
  text-align: center;
  padding: 10% 0 20%;
  font-size: small;
  color: #333;
}

.headline {
  width: 100%;
  display: flex;
  font-size: medium;
  line-height: 2.5;
  /*background-color: #fff;*/
}
.headline img {
  max-width: 65px;
  max-height: 35px;
}


.news-wrap {
  display: block;
  height: 100px;
  overflow: hidden;
  
}

.btn {
  text-align: center;
  /*background: #fff;*/
  padding: 10px 0;
  margin-top: 20px;
}
.btn button{
  font-size: large;
  width: 50%;
}

.banner{
  width: 100%;
  text-align: center;
}
.banner ul li {
  padding: 10px 0;
}
.banner ul li img {
  width: 100%;
  max-width: 780px;
}

.snsicon{
  text-align: center;
}
.snsicon ul li {
  padding: 20px 0;
}
.snsicon ul li img {
  width: 100%;
  max-width: 240px;
}
.snsicon ul li p {
  padding-top: .5em;
  line-height: 1.5;
  font-size: small;
}


.sp-foot li.tel {
  /*background: linear-gradient(0deg, #757575 0%, #E8E8E8 50%, #9E9E9E 90%);*/
  /*background: linear-gradient(54deg,#1f0e00 4%, #5d5752 80%, #b5b5b5 97%);*/
  background: linear-gradient(54deg,#d21c33 4%, #df6476 80%, #f0b7c1 97%);
}
.sp-foot li.line {
  background: linear-gradient(54deg,#27c60b 4%, #68d85e 80%, #b5ecb4 97%);
}
.sp-foot li.recruit {
  background: linear-gradient(54deg,#2797ff 4%, #67b8ff 80%, #b5ddff 97%);
}


#section_bnr {
  max-width: 700px;
  margin:40px auto 40px;
  padding:0 10px;
  color: #333;
  font-size: 62.5%;
  line-height: 1.5;
  text-align: center;
}

.bnr_box01 {
  display: grid;
  gap: 6px;
  grid-template-rows: 200px 200px;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  margin: 0 auto;
}

/*
@media (min-width: 400px){
  .bnr_box01{
    grid-template-rows: 150px 150px 125px 150px 150px;
  }
}

@media (min-width: 600px){
  .bnr_box01{
    grid-template-rows: 220px 220px 195px 220px 220px;
  }
}
*/

.box-big1 {
  grid-row: 1 / 3;
   grid-column: 6 / 10;
}
.box-big2 {
  grid-row: 3;
   grid-column: 1 / 10;
}
.box-big3 {
  grid-row: 4 / 6;
   grid-column: 1 / 5;
}

.box-small1{
  grid-row: 1 / 2;
  grid-column: 1 / 6;
}

.box-small2{
  grid-row: 2 / 3;
  grid-column: 1 / 6;
}

.box-small3{
  grid-row: 4 / 5;
  grid-column: 5 / 10;
}

.box-small4{
  grid-row: 5 / 6;
  grid-column: 5 / 10;
}



.bnr_box_bg{
  background-size: cover;
  position: relative;

}
.bnr_box01 .bnr_box_bg{
  -webkit-transition: .5s;
  transition: .5s;
}

.bnr_box01 .bnr_box_bg:nth-child(1){
  background-image: url(../img/menu/bg_system.jpg);
  background-size: cover;
}
.bnr_box01 .bnr_box_bg:nth-child(2){
  background-image: url(../img/menu/bg_therapist.jpg);
  background-size: cover;
}
.bnr_box01 .bnr_box_bg:nth-child(3){
  background-image: url(../img/menu/bg_schedule.jpg);
  background-size: cover;
}
.bnr_box01 .bnr_box_bg:nth-child(4){
  background-image: url(../img/menu/bg_recruit.jpg);
  background-size: cover;
}


.bnr_box_bg .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size: 1.5rem;
  color: #fff;
  display: table;
  letter-spacing: 0.08em;
}

@media (min-width: 375px){
  .bnr_box_bg .txt{
    font-size: 1.1rem
  }
}

.bnr_contents .txt p{
  font-family: baskerville-display-pt, serif;
  font-weight: 700;
  font-style: normal;
  display: table-cell;
  vertical-align: middle;
  text-shadow: 0 0 4px #CCC;
}


.bnr_contents .txt a{
  color:inherit;
  display: block;
}
.bnr_contents .txt span{
  display: block;
}
.bnr_contents .txt span{
  font-size: 0.7rem;
}


.bnr_box_bg:hover{
  background-size: cover;
  background: #a891a6;
  background-blend-mode: multiply;
  opacity: .5;
}
.bnr_box_bg:hover .txt {
  color: #fd8e0a;
}

.bnr_box_bg:hover .txt p{
  text-shadow: 0 0 4px #573f67;
}

.bnr_box_bg:hover .txt p span{
  color: #fd8e0a;
}


@media (min-width: 600px) {
  .bnr_box_bg .txt{
    font-size: 2rem;
  }
}

.mov {
  width: 100%;
  background: #000;
}
.mov video {
  width: 100%;
  max-width: 480px;
  max-height: 270px;
  display: block;
  margin: 0 auto;
}

.ico-mov {
  background: rgba(255,100,255,0.8)!important;
}



ul.tg li {
  font-size: .9rem;
  display: inline-block;
  padding: 6px 20px;
  background: #d9b484;
  color: #fff;
  border-radius: 40px;
  margin: 0 5px 5px 0;
}

.ic {
  display: inline-block;
  width: 55px;
  vertical-align: top;
  font-size: 18px;
}

.ic2 {
  display: inline-block;
  width: 204px;
  vertical-align: middle;
  padding-top: 9px;
  font-size: 18px;
  font-weight: bold;
  color: #8e6938;
}

.icon-mobile {
  width: 50px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

.icon-line {
  width: 50px;
  height: auto;
  margin-right: 10px;
}


.box-inner li.name, .staff-box li.name {
  font-size: 1.1rem;
  font-weight: bold;
}
.staff-box > ul > li {
  padding: 0;
  line-height: 1.3;
  color: #333;
}

.box-inner {
  padding: .75rem;
}

.staff-box > ul {
  padding: .75rem;
  background: #fff;
}

.staff-box > ul > li:nth-child(3) {
  background: none;
  /*border-top: 1px solid #AAA;
  padding-top: .5em;
  margin-top: .5em;*/
}

.staff-box > ul li + li {
  border-top: none;
}


.news-content {
  max-height: 380px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #ba905a;
  padding: 10px;
  margin: 0 4%;
  background-color: rgba(255,255,255, 0.6);
}
.news-content .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.news-content .container .topics-date {
  font-weight: bold;
  font-size: .8rem;
}

.news-content .container .topics-title {
  font-weight: bold;
  padding-bottom: .5em;
}

.news-content .container .topics-body {
  line-height: 1.5;
}


.therapist-list .staff-box li.room {
  /*font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;*/
  font-size: 14px;
  letter-spacing: 1px;
  line-height :1;
  margin: .5em 0;
  padding: 5px 0;
}
.therapist-list .staff-box li.ichi, .detail-tbl td span.ichi {
  background-color: #bb915b;
  color:#fff;
}
.therapist-list .staff-box li.nagoya, .detail-tbl td span.nagoya {
  background-color: #456fa5;
  color:#fff;
}
.detail-tbl td span {
	/*font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;*/
	font-size: 12px;
	letter-spacing:0;
	display: inline-block;
	width: 100px;
	max-width: 100%;
    padding: 1px 0 0;
}
@media (max-width: 768px){
  .detail-tbl td span { margin-right: .5em; }
}


.snsiconlink {
	display: inline-block;
	background: #000;
	border-radius: 50%;
	padding: 15px;
	margin-top: 15px;
}
.snsiconlink img {
	width: 100%;
}
