@charset "utf-8";

/*********************************
*
*  .main_vsl
*
**********************************/
.main_vsl {
  margin: auto;
  width: 100%;
  height: auto;
}
.main_vsl h1 {
  text-align: center;
}
.main_vsl h1 img {
  width: 100%;
}
@media (max-width:767px) {
  .main_vsl h1 img{
    width: 100%;
  }
}

/*********************************
*
*  accordion
*
**********************************/
.acd-title {
  padding: 50px 0 0;
}
.acd-title-inner {
  width: 329px;
  height: 67px;
  margin: auto;
  background: url(../images/readmore.png) center center no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: opacity 0.2s linear;
}
.opened .acd-title-inner {
  background: url(../images/close.png) center center no-repeat;
  background-size: contain;
}
.acd-title-inner:hover {
  opacity: 0.7;
}
@media (max-width:767px) {
  .acd-title {
    padding: 0;
  }
  .acd-title-inner {
    margin-top: 20px;
    width: 210px;
    height: 40px;
  }
}
/*********************************
*
*  lede
*
**********************************/
.lede-wrap {
  padding: 35px 0 45px;
  text-align: center;
  background-size: cover;
  line-height: 1.6;
  font-size: 26px;
}
.about-area div {
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-area div p {
    font-size: 15px;
    line-height: 20px;
  }
  .lede-wrap {
    padding: calc(50 / 750 * 100vw) 0;
  }
}
.anchor-btn-list {
  margin: 50px 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  }
  .anchor-btn-list li {
    position: relative;
    margin: 0 10px;
  }
  .anchor-btn-list li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
@media screen and (max-width: 767px) {
  .anchor-btn-list {
    margin: calc(30 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
  .anchor-btn-list li {
    margin: calc(30 / 750 * 100vw) calc(10 / 750 * 100vw) 0 ;
  }
  .anchor-btn-list li span {
    font-size: 12px;
    transform: translate(-60%,-50%);
  }

}


/*********************************
*
*  about
*
**********************************/
.about-wrap .about-content {
  position: relative;

}
.about-wrap .frame-about {
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-wrap .frame-about h2 {
  font-size: 45px;
}
.about-wrap .frame-about div {
  margin: 0 35px;
}
.about-wrap .frame-about div p {
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.6;
  height: 80%;
}
@media screen and (max-width: 767px) {
  .about-wrap .frame-about img {
    margin: calc(30/ 750 * 100vw);
    width: 43%;
  }
  .about-wrap .frame-about h2 {
    margin: 0 calc(25 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
    font-size: 20px;
  }
  .about-wrap .frame-about div {
    margin: calc(30 / 750 * 100vw) 0 calc(25 / 750 * 100vw) 0;
    width: 50%;
  }
  .about-wrap .frame-about div p {
    font-size: 12px;
    line-height: 1.2;
  }
  .about-wrap .frame-about .pot {
    width: 28%;
    left: -11px;
    top: -13px;
  }
  .about-wrap .frame-about .geta {
    width: 27%;
    right: -6px;
    top: -4px;
  }
}

/*********************************
*
*  mom
*
**********************************/

.mom-about-wrap {
  padding: 40px 0 80px;
  text-align: center;
}
.mom-ttl {
  display: block;
  background: #4e4e4e;
  border-radius: 10px 10px 0 0;
  font-size: 42px;
  color: #fff;
  padding: 17px 20px;
  font-weight: 900;
}
.mom-wrapper {
  background: url(../images/bg_sakura.png);
  border-left: 3px solid #4e4e4e;
  border-right: 3px solid #4e4e4e;
  border-bottom: 3px solid #4e4e4e;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mom-ttl img {
    width: calc(493 / 750 * 100vw); 
  }
  .mom-about-wrap {
    padding: calc(40 / 750 * 100vw) 0 calc(70 / 750 * 100vw);
  }
  .mom-wrapper {
    border-radius: 0 0 5px 5px;
    background-size: 6%;
    border-width: 2px;
  }
}
.mom-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  background: rgba(255,255,255,0.7);
  margin: 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.15);
}
.mom-img {
  display: inline-block;
  flex:1;
}
@media screen and (max-width: 767px) {
  .mom-wrap {
    border-radius: 4px;
    padding: calc(15 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.mom-txt-wrap {
  display: inline-block;
  text-align: left;
  line-height: 1.5;
  flex:1.3;
}
@media screen and (max-width: 767px) {
  .mom-txt-wrap {
    display: block;
    padding: 0;
  }
  .mom-img {
    display: block;
    margin: 0 calc(20 / 750 * 100vw) 0 0;
  }
}
.mom-txt {
  font-size: 25px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .mom-txt {
    letter-spacing: -0.4px;
    font-size: 12px;
    line-height: 1.2;
  }
}
.mom-txt span {
  display: block;
  padding: 0.25em 0.5em;
  border-bottom: 1px solid #000;
}
.mom-detail {
  display: block;
  margin: 10px auto 0;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  width: 404px;
  height: 70px;
  line-height: 70px;
  background: #4e4e4e;
  border-radius: 10px;
  font-weight: 900;
  box-shadow: 4px 4px 0 0 #4e4e4e;
  margin-bottom: 55px;
}
.mom-detail span {
  vertical-align: middle;
  margin-left: 10px;
}
.mom-detail span:last-of-type{
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  right: -40px;
}
.mom-detail span:last-of-type::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 14px solid #ffffff ;
  border-bottom: 8px solid transparent;
  border-right: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto 7px auto auto;
}
@media screen and (max-width: 767px)  {
  .mom-detail {
    font-size: 15px;
    width: 50%;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    margin-bottom: calc(40 / 750 * 100vw);
  }
  .mom-ttl {
    font-size: 16px;
    padding: calc(15 / 750 * 100vw) 0;
    border-radius: 5px 5px 0 0;
  }
  .mom-detail span:last-of-type {
    width: 15px;
    height: 15px;
    right: -10px;
  }
  .mom-detail span:last-of-type::before {
    transform: scale(0.5);
    margin: auto auto auto 2px;
  }
}
@media (max-width:520px) {
  .mom-detail {
    width: 65%;
  }
}
/*********************************
*
*  facility
*
**********************************/
i {
  font-style: normal;
  text-decoration: underline;
}
em {
  font-style: normal;
}
.facility-wrap {
  padding: 75px 0 0 0;
}
.facility-inner {
  background: url(../images/bg_left.png) repeat-y 5% 0,url(../images/bg_right.png) repeat-y 95% 0; 
  padding: 0 0 80px 0;
}
.facility-items-wrap {
  position: relative;
}
.facility-ttl {
  text-align: center;
  position: relative;
}
.facility-ttl img {
  top: -50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.facility-cat-ttl {
  text-align: center;
  margin: 60px 70px 0;
  padding: 60px 0 10px;
  background: url(../images/line.png) no-repeat;
}
.facility-cat-ttlnone {
  background: none;
}
.facility-cat-ttl span {
  display: inline-block;
  font-size: 36px;
  padding: 0 70px;
  background-size: contain;
  color: #f3568a;
  position: relative;
  font-weight: bold;
}
.facility-cat-ttl span::before{
  width: 30px;
  height: 4px;
  top: 50%;
  right: 20px;
  position: absolute;
  background: #f3568a;
  content: "";
}
.facility-cat-ttl span::after{
  width: 30px;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  position: absolute;
  background: #f3568a;
  content: "";
}
@media screen and (max-width: 767px) {
  .facility-ttl {
    margin-top: calc(80 / 750 * 100vw);
  }
  .facility-wrap {
    padding: 0 0 calc(60 / 750 * 100vw);
    background: #ffffff;
  }
  .facility-inner {
    padding: calc(50 / 750 * 100vw) 0 0 0;
    background: none;
  }
  .facility-ttl img {
    top: -25px;
  }
  .facility-cat-ttl span {
    font-size: 16px;
    padding: 0 40px;
    background-size: 12%;
  }
  .facility-cat-ttl {
    margin: calc(100 / 750 * 100vw) 0 0;
    padding: calc(100 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
  }
}

.facility-items-list {
  padding: 0 6%;
  display: flex;
  flex-wrap: wrap;
}
.facility-items-list li {
  width: 30%;
  margin: 2% 1.3% 0;
  border: 1px solid #f3568a;
  background: #ffffff;
  font-size: 14px;
  position: relative;
}
.facility-items-list li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid #f3568a;
  border-bottom: 15px solid transparent;
  border-right: none;
  right: 5px;
  bottom: -2px;
  transform: rotate(45deg);
}
.facility-items-list li a {
  height: 100%;
  box-sizing: border-box;
  color: #4e4e4e;
  display: block;
  padding: 20px 20px 45px;
}
@media screen and (max-width: 1024px) {
  .facility-items-list li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.facility-item-lab {
  display: inline-block;
  border: 1px solid #cdcdcd;
  width: 85px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-top: 15px;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .facility-item-lab {
    width: auto;
    margin-top: 10px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
.facility-item-lab:nth-child(1){
  margin-right: 10px;
}
.facility-item-introduction {
  margin-top: 10px;
  display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}
.facility-item-sevice {
  font-size: 16px;
  margin-top: 30px;
  font-weight: 900;
  color: #f3568a;
  display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .facility-items-list {
    padding: 0;
    justify-content: space-between;
  }
  .facility-items-list li {
    font-size: 12px;
    width: 48.7%;
    margin: 2% 1% 0 0;
  }
  .facility-items-list li:nth-child(2n){
    margin-right: 0;
  }
  .facility-item-lab {
    width: auto;
    height: 16px;
    padding: 0 6px;
    line-height: 16px;
    margin-top: calc(15 / 750 * 100vw);
  }
  .facility-item-lab:nth-child(1) {
    margin-right: 3px;
  }
  .facility-items-list li a {
    padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
  .facility-item-introduction {
    margin-top: calc(10 / 750 * 100vw);
  }
  .facility-item-sevice {
    margin-top: calc(40 / 750 * 100vw);
    font-size: 13px;
  }
  .facility-items-list li a::after {
    transform: scale(0.5) rotate(45deg);
    right: 0;
    bottom: -8px;
  }
}

/*********************************
*
*  banner
*
**********************************/
.search_wrapper {
  background: url(../images/search_bg.png) no-repeat;
  background-size: cover;
  padding: 65px 0;
  text-align: center;
}
.banner-wrap {
  padding: 62px 0;
  background-color: #ffffff;
}
@media screen and  (max-width: 767px) {
  .banner-wrap {
    padding: calc(71 / 750 * 100vw) 0 calc(81 / 750 * 100vw);
  }
}
.yutai-top-btn {
  margin-top: 60px;
}
.banner-ttl {
  letter-spacing: 0;
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3d2700;
}
.banner-ttl span {
  margin: 0 15px;
}
@media screen and  (max-width: 767px) {
  .search_link_facility::after {
    right: 13px;
    letter-spacing: normal;
    transform: scale(0.9);
  }
  .banner-ttl {
    font-size: 18px;
    background-size: contain;
    letter-spacing: 0;
  }
  .banner-ttl img {
    width: 20%;
  }
  .search_link_facility ,.yutai-top-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.7);
  }
  .search_link_facility img ,.yutai-top-btn img {
    width: 100%;
  }
  .yutai-top-btn {
    margin-top: calc(60 / 750 * 100vw);
  }
}
@media screen and  (max-width: 350px) {
  .search_link_facility {
    font-size: 16px;
    height: 50px;
  }
}
.btn-yutai-wrap {
  display: flex;
  justify-content: center;
}
.random-banner-area{
  margin-top: 40px;
  width: 100%;
}
@media screen and  (max-width: 767px) {
  .random-banner-area{
    margin: calc(40 / 750 * 100vw) auto 0;
    width: 75%;
  }
}
@media screen and  (min-width: 768px) {
  .items {
    font-size: 0;
  }
  .items li{
    display: inline-block;
    width: 48%;
  }
  .items li + li {
    margin-left: 4%;
  }
}
@media screen and  (max-width: 767px) {
  .items {
    text-align: center;
  }
  .items li + li {
    margin: 20px 0 0 0;
  }
}

/*******************

- .toPagetop

********************/
.toPagetop {
  position: fixed;
  width: 85px;
  height: 85px;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  z-index: 14;
}
.toPagetop img {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.toPagetop img:hover {
  opacity:0.8;
}
@media (max-width:767px) {
  .toPagetop {
    width: 55px;
    height: 55px;
    right: 20px;
    bottom: calc(267 / 750 * 100vw);
  }
}




.san{
  font-family: serif;
  font-weight: bold;
}
.bgn{
  background: url(../images/bg_01.png)no-repeat top center;
  background-size: cover;
  padding: 60px 0;
}
.box {
  padding: 90px 20px;
}
.bg01{
  background: url(../images/bg_02.png)repeat;
  background-size: 100% 100%;
}
.box .t1{
  margin-top: 40px;
}
.box .frame {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.bg02{
  background: url(../images/bg_03.png)repeat;
  background-size: 100% 100%;
}
@media (max-width:769px) {
  .box {
    padding: 45px 0;
  }
  .search_wrapper {
    padding: 35px 0;
  }
  .frame {
    width: auto;
    margin: 0 calc(40 / 750 * 100vw);
  }
  .bgn {
    padding: 10px 0;
  }
  .anchor-btn-list li{
    width: 30%;
  }
  .bg01{
    background: url(../images/bg_02_sp.png)repeat;
    background-size: 100% 100%;
  }
  .bg02{
    background: url(../images/bg_03_sp.png)repeat;
    background-size: 100% 100%;
  }
  .box .frame {
    flex-wrap: wrap;
  }
  .box .t1{
    margin-top: 20px;
  }
  .bg01 .p1{
    width: 75%;
    display: flex;
    justify-content: flex-start;
  }
  .bg01 .t1{
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .bg01 .t1 img{
    width: 68%;
  }
  .bg02 .p1{
    order: 1;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .bg02 .p1 img{
    width: 75%;
  }
  .bg02 .t1{
    order: 2;
    width: 68%;
    display: flex;
    justify-content: flex-start;
  }
  .facility-cat-ttl span {
    font-size: 32px;
    padding: 0px 85px;
    background-size: 12%;
  }
  .facility-item-introduction {
    min-height: 34px;
  }
  .facility-inner {
    background: url(../images/bg_left.png) repeat-y 3% 0,url(../images/bg_right.png) repeat-y 97% 0; 
    background-size: 10%;
  }
}
@media (max-width:767px) {
  .anchor-btn-list{
    flex-wrap: wrap;
    justify-content: center;
  }
  .facility-inner {
    background: none;
  }
}

@media (max-width:500px) {
  .facility-cat-ttl span {
    font-size: 26px;
    padding: 0px 70px;
  }

}


@media (max-width:414px) {
  .facility-cat-ttl span {
    font-size: 22px;
  }
  .about-area div p {
    font-size: 14px;
    line-height: 20px;
}
}

@media (max-width:370px) {
  .about-area div p {
    font-size: 13px;
}
}