@charset "utf-8";

/*
  File Name   : top.css
  Description : Write top content styles
*/




/* emergency
============================================================ */
#home .sect-emergency {
    position: absolute;
    z-index: 99;
    top: 170px;
    right: 10px;
	animation: 4s 0s bound ease-in infinite;
}

@-webkit-keyframes bound {
  79%, 90%, 97%, 100% {
    -webkit-transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(-10px);
  }
  94% {
    -webkit-transform: translateY(-4px);
  }
  99% {
    -webkit-transform: translateY(-2px);
  }
}

@keyframes bound {
  79%, 90%, 97%, 100% {
    transform: translateY(0);
  }
  85% {
    transform: translateY(-10px);
  }
  94% {
    transform: translateY(-4px);
  }
  99% {
    transform: translateY(-2px);
  }
}


@media screen and (max-width: 970px) {
#home .sect-emergency {
    top: 150px;
}
}

@media screen and (max-width: 811px) {
#home .sect-emergency {
    top: 32px;
}
}
@media screen and (max-width: 600px) {
    #home .sect-emergency {
        top: auto;
        bottom: 30px;
	    width: 100%;
        right: auto;
    }
}


#home .sect-emergency a{
	color: #4d4d4d;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

#home .sect-emergency .section-inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
#home .sect-emergency .section-inner {
    max-width: 400px;
}
}

#home .sect-emergency .title-wrap {
  margin-bottom: 0;
  padding: 12px 20px;
  background: #ce3333;
  color: #fff;
  border-bottom: none;
	border-radius: 8px 8px 0 0;
}
#home .sect-emergency h2 {
  display: inline-block;
}
#home .sect-emergency .emergency-list {
  padding: 20px 35px 20px 20px;
    border-top: none;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 5px gray;
    width: 300px;
    background-image: url(../images/arrow2.png);
    background-position: right 5px center;
    background-size: 40px;
    background-repeat: no-repeat;
    transition: all .2s ease-in-out;
}

@media screen and (max-width: 600px) {
#home .sect-emergency .emergency-list {
        width: 100%;
    }
}

#home .sect-emergency .emergency-list:hover {
	transition: all .2s ease-in-out;
	background-position: right 0 center;
}

#home .sect-emergency .emergency-list li {
  display: block;
  font-weight: bold;    
  line-height: 150%;
}

/*
#home .sect-emergency .emergency-list li .date {
  width: 110px;
  color: #ce3333;
    font-size: .933333333333em;
    line-height: 2;
}
*/

/*
#home .sect-emergency .emergency-list li .new {
  background: #ce3333;
  color: #fff;
  margin-left: 6px;
  padding: 2px 5px;
  font-size: .8em;
}
*/

#home .sect-emergency .emergency-list li .title {
    font-size: 160%;
	color: var(--color_main);
	display: block;
    margin-bottom: 5px;
	line-height: 140%;

}

#home .sect-emergency .emergency-list li .title:hover {
	color: var(--color_main);
}


#home .sect-emergency .emergency-list li .title a {
  line-height: 1.6;
  color: #4c4c4c;
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}


#home .sect-emergency .emergency-list li span.new a{
	text-decoration: none!important;
}

#home .sect-emergency .emergency-list li .description{
	font-weight: normal;    
	font-size: 90%;
    line-height: 150%;
}


/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #home .sect-emergency {
/*    padding: 20px 0;*/
  }
  #home .sect-emergency .emergency-list {
  }
  #home .sect-emergency .emergency-list li {
    display: block;
  }
  #home .sect-emergency .emergency-list li .date {
    display: block;
    width: auto;
  }
  #home .sect-emergency .emergency-list li .title {
    display: block;
    width: 100%;
    margin-top: 1px;
    padding-left: 0;
  }
}


@media screen and (max-width: 481px) {
  #home .sect-emergency h2 {
    display: block;
    text-align: center;
  }
}



/* kv-wrap
============================================================ */
#home .kv-wrap {
  position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}


@media screen and (max-width: 600px) {
#home .kv-wrap {
    margin-bottom: 0px;
}
}

#home .kv-wrap .kv-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}




#home .kv-wrap .kv-inner .kv-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0;
}
#home .kv-wrap .kv-inner .kv-item {
  vertical-align: top;
}
#home .kv-wrap .kv-inner .kv-item:nth-child(n+2) {
  display: none;
}
#home .kv-wrap .kv-inner .slick-initialized .kv-item {
  display: inline-block;
}
#home .kv-wrap .kv-inner .kv-item .kv-item-img {
  overflow: hidden;
  text-indent: -9999px;
  height: 750px;
  background: no-repeat center center;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  background-size: cover;
}

/*
#home .kv-wrap .kv-inner .kv-item .kv-item-img img{
    background-size: cover;
}
*/






#home .kv-wrap .kv-inner .kv-item .sp-img {
  display: none;
}
#home .kv-wrap .kv-inner .slick-list {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #home .kv-wrap .kv-inner .kv-item .kv-item-img {
    min-height: 500px;
    height: calc(100vh - 60px);
    max-height: 530px;
	background-size: cover;
  }
  #home .kv-wrap .kv-inner .kv-item .pc-img {
    display: none;
  }
  #home .kv-wrap .kv-inner .kv-item .sp-img {
    display: block;
  }
}
@media screen and (max-width: 481px) {
  #home .kv-wrap .kv-inner .kv-item .kv-item-img {
    min-height: inherit;
    height: 460px;
    max-height: inherit;
  }
}

@media screen and (max-width: 420px) {
  #home .kv-wrap .kv-inner .kv-item .kv-item-img {
    height: 380px;
  }
}

/* kv loading
============================================================ */
#home .kv-loading {
  position: absolute;
  z-index: 0;
  top: calc(50% - 40px - 30px);
  left: calc(50% - 40px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#home .kv-loading::after {
  content: "";
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-top: 4px solid rgba(0, 0, 0, .1);
  border-right: 4px solid rgba(0, 0, 0, .1);
  border-bottom: 4px solid rgba(0, 0, 0, .1);
  border-left: 4px solid #333;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load-animation 1.1s infinite linear;
          animation: load-animation 1.1s infinite linear;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #home .kv-loading {
    top: calc(50% - 35px);
    left: calc(50% - 35px);
  }
  #home .kv-loading::after {
    width: 70px;
    height: 70px;
  }
}
@-webkit-keyframes load-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* kv-copy
------------------------------------------------------------ */




.kv-copy,
.kv-ob {
    position: absolute;
	z-index: 99;
}


.kv-copy{
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-animation: key_lay-title 0.4s ease-in 0.3s forwards;
    animation: key_lay-title 0.4s ease-in 0.3s forwards;
    bottom: 0;
    z-index: 100;
}

@media screen and (max-width: 600px) {
	
.kv-copy{
	top: 200px;
	}
}

@media screen and (max-width: 480px) {
	
.kv-copy{
	top: 170px;
	}
}

@media screen and (max-width: 420px) {
	
.kv-copy{
	top: 140px;
	}
}



.kv-copy img{
	width: 100%;
	max-width: 550px;
}

@media screen and (max-width: 1030px) {
.kv-copy img {
    max-width: 450px;
}
}







.kv-ob.l-b {
    left: -50px;
    bottom: 30px;
}


.kv-ob.l-b img{
	width: 100%;
	max-width: 280px;
}



@media screen and (max-width: 1030px) {
.kv-ob.l-b img{
	max-width: 220px;
}
}

.kv-ob.r-b {
    right: -40px;
    bottom: -20px;
}

.kv-ob.r-b img{
	width: 100%;
	max-width: 280px;
}

.kv-ob.r-t {
    right: -60px;
    top: 90px;
}

.kv-ob.r-t img{
	width: 100%;
	max-width: 220px;
}
@media screen and (max-width: 1030px) {
	
	
.kv-ob.r-t {
    right: -30px;
}
	
.kv-ob.r-t img{
	max-width: 180px;
}
	
}
@media screen and (max-width: 810px) {
    .kv-ob.r-t {
        right: -40px;
        top: -40px;
    }
}



@media screen and (max-width: 800px) {
	
.kv-copy img {
        max-width: 380px;
    }
	
.kv-ob.l-b {
    left: -30px;
    bottom: -30px;
}
	
	
.kv-ob.l-b img{
	max-width: 180px;
}
	
.kv-ob.r-b {
    right: -10px;
    bottom: -20px;
}
	
.kv-ob.r-b img {
    width: 100%;
    max-width: 190px;
}
	
}



@media screen and (max-width: 440px) {
    .kv-copy img {
        max-width: 300px;
    }
	
.kv-ob.l-b {
    left: -100px;
    bottom: -30px;
}
	
.kv-ob.r-b {
        right: -20px;
        bottom: -25px;
    }
	
	
.kv-ob.r-b img {
        max-width: 160px;
    }
	
    .kv-ob.r-t {
        right: -40px;
        top: -20px;
    }
	
    .kv-ob.r-t img {
        max-width: 140px;
    }
	
}


@keyframes key_lay-title{
	
0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
	
50% {
    opacity: 1;
}
	
100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
	
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(2%);
  }
}





/* top common
------------------------------------------------------------ */

.top-inner{
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 40px;
}


.top-title{
	text-align: center;
    margin-bottom: 30px;
}


.top-title h2{
	color: var(--color_font);
    font-size: 2.3em;
    padding-bottom: 10px;
    font-weight: 800;
}

@media screen and (max-width: 550px) {
.top-title h2 {
    font-size: 2em;
}
}

.top-title .sub-title{
	color: var(--color_main);
	font-weight: bold;
	font-family: 'Zen Maru Gothic', sans-serif;
}

@media screen and (max-width: 600px) {
.top-inner {
    padding: 60px 20px;
}
}

@media screen and (max-width: 550px) {
.top-inner {
        padding: 40px 20px;
    }
}

/* facility
------------------------------------------------------------ */

.facility{
	width: 100%;
    padding: 60px 30px;
    background: #FEEFC9;
    background: linear-gradient(90deg, rgba(255, 177, 117, 0.3) 0%, rgba(255, 238, 136, 0.3) 100%);
}

@media screen and (max-width: 950px) {
.facility {
    padding: 30px 30px;
}
}


@media screen and (max-width: 770px) {
.facility {
    padding: 0;
}
}


.facility-inner{
	display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    gap: 0 2em;
}


@media screen and (max-width: 770px) {
.facility-inner {
    gap: 0;
}
}

.f-hakuju,.f-mori{
	width: 50%;
    padding: 20px 20px;
    border-radius: 100px;
    text-align: center;
    background-image: url(../images/arrow2.png);
    background-position: right 28px center;
    background-size: 22px;
    background-repeat: no-repeat;
    transition: all .2s ease-in-out;
}


.f-hakuju:hover,
.f-mori:hover{
	transition: all .2s ease-in-out;
	background-position: right 20px center;
}


@media screen and (max-width: 770px) {
.f-hakuju, .f-mori {
    padding: 20px 10px;
	border-radius:0;
	background-position: right 18px center;
    background-size: 18px;
}
	
	
.f-hakuju:hover,
.f-mori:hover{
	background-position: right 15px center;
}
	
}

@media screen and (max-width: 650px) {
	
.f-hakuju,.f-mori{
	background-image: none;
	}
	
}




.f-hakuju a,
.f-mori a{
	display: block;
}

.f-hakuju{
	background-color: var(--color_hakuju_pale);
}

.f-hakuju a{
}

.f-mori{
	background-color: var(--color_mori_pale);
}

.f-mori a{

}

.f-hakui{
	background-color: var(--color_hakuikai_pale);
}

.f-hakui a{

}



.f-hakuju img,.f-mori img{
	width: auto;
	height: 80px;
}


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

.f-hakuju img, .f-mori img {
    height: 60px;
}
}

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

.f-hakuju img, .f-mori img {
    height: 40px;
}
}

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

.f-hakuju img, .f-mori img {
    height: 35px;
}
}


/* news
------------------------------------------------------------ */

.news-bg{
    text-align: center;
	background-image: url(../images/f-bg-l.png), url(../images/f-bg-r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right bottom;
    background-size: 200px, 200px;
}


@media screen and (max-width: 650px) {
.news-bg {
    background-size: 140px, 170px;
}
}

.news {
    width: 100%;
/*    padding: 30px 0;*/
    /* display: flex; */
    /* justify-content: space-between; */
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}



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

.news {
    display: block;
	padding: 0 0 20px 0;
}
}


@media screen and (max-width: 600px) {
.news {
        display: block;
        padding: 0;
    }
}


.news-title {
	text-align: center;
}

@media screen and (max-width: 900px) {
.news-title {
    width: 100%;
    margin-bottom: 30px;
}
}

.news-title .top-title {
    text-align: center;
}





.news-wrap {
    width: 100%;
}

.news-wrap ul{
	text-align: left;
}

.news-wrap ul li{
	padding: 20px 5px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 110%;
}

.news-wrap ul li:last-child{
	border-bottom:none;
}


.news-wrap ul li span.date{
	font-size: 90%;
	color: #8f8f8f;
}

.news-wrap ul li span.list-category-mark{
	font-size: 70%;
    font-weight: bold;
    color: #515151;
    padding: 3px 12px;
    border-radius: 50px;
    display: inline-block;
    width: 110px;
    text-align: center;
    margin-left: 7px;
}


@media screen and (max-width: 550px) {
.news-wrap ul li span.list-category-mark {
    font-size: 60%;
    width: 90px;
}
}

@media screen and (max-width: 430px) {
.news-wrap ul li span.list-category-mark {
        font-size: 55%;
        width: 70px;
        padding: 3px 2px;
        letter-spacing: 0;
    }
}


span.list-category-mark.list-category-news{
	background-color: var(--color_hakuikai);
}

span.list-category-mark.list-category-hakujunosato-news{
	background-color: var(--color_hakuju_pale);
}

span.list-category-mark.list-category-furusatomori-news {
	background-color: var(--color_mori_pale);
}

.news-wrap ul li span.title{
	display: block;
    font-weight: bold;
    margin-top: 10px;
}

.news-wrap ul li span.title a{
    color: var(--color_font);
	text-decoration: none;
}

span.new {
    color: #e65630;
    display: inline-block;
    font-size: 80%;
    margin-left: 8px;
	font-family: 'Zen Maru Gothic', sans-serif;
}


.news-more {
    text-align: left;
    margin-top: 40px;
}  

.news-more a{
	display: block;
    text-decoration: none;
    padding: 8px 20px 8px 15px;
    border-radius: 50px;
    font-size: 75%;
    width: 110px;
    font-weight: bold;
    background-image: url(../images/arrow.png);
    background-position: right 12px center;
    background-size: 10px;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
    background-color: var(--color_hakuikai);
    color: var(--color_font);
    margin: 0 auto;
}


.news-more a:hover{
    background-position: right 8px center;
	transition: all 0.2s ease-in-out;
}



.top-news-header{
    text-align: center;
}

.top-news-l-title.js-tab-nav {
    margin-bottom: 40px;
}


@media screen and (max-width: 550px) {
.top-news-l-title.js-tab-nav {
    margin-bottom: 20px;
}
}

ul.top-news-header-catTab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
	align-items: center;
}    



li.tabCat__news {
	background-color: var(--color_hakuikai);
}

li.tabCat__hakujunosato-news{
	background-color: var(--color_hakuju_pale);
}

li.tabCat__furusatomori-news{
	background-color: var(--color_mori_pale);
}

li.tabCat__all{	
	background-color: #fff;
	border: 1px solid #c9c9c9;
}


ul.top-news-header-catTab li{
        width: 23%;
	    border-radius: 50px;
    }


@media screen and (max-width: 430px) {
ul.top-news-header-catTab li {
    width: 24%;
    border-radius: 50px;
    letter-spacing: 0;
    font-size: 85%;
    line-height: 170%;
}
}


ul.top-news-header-catTab li a.active, ul.top-news-header-catTab li a, ul.top-news-header-catTab li.tabCat__all, ul.top-news-header-catTab li.tabCat__all a {
    }


ul.top-news-header-catTab li a {
    text-decoration: none;
    color: var(--color_font);
    background-color: transparent;
    font-size: 100%;
    padding: 6px 10px;
	font-weight: bold;
    display: block;
    transition: all 0.2s ease-in-out;
}


@media screen and (max-width: 550px) {
ul.top-news-header-catTab li a {
    font-size: 80%;
    padding: 4px;
}
}


/* f-slide-list
------------------------------------------------------------ */

.slider-wrapper {
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
}


.f-slide-list {
    display: flex;
    animation: loop-slide 20s infinite linear 1s both;
}

ul.f-slide-list li{
	width: calc(100vw / 4);
}

@media screen and (max-width: 1024px) {
ul.f-slide-list li{
	width: calc(100vw / 3);
}
}

@media screen and (max-width: 790px) {
ul.f-slide-list li{
	width: calc(100vw / 2);
}
}



ul.f-slide-list li img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 240px;
}


@media screen and (max-width: 540px) {
	
ul.f-slide-list li img {
    height: 180px;
}
	
}

@media screen and (max-width: 420px) {
	
ul.f-slide-list li img {
    height: 140px;
}
	
}



@keyframes loop-slide {
  0% {
    transform: translateX(0);
  }
	
  100% {
    transform: translateX(-100%);
  }
}




/*sp-tel-wrap*/

.sp-tel-wrap{
	display: none;
}

@media screen and (max-width: 600px) {
.sp-tel-wrap{
	display: block;
    margin-bottom: 30px;
}
}



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

.sp-tel-area {
    position: relative;
    border: 3px solid #fce398;
    border-radius: 25px;
    padding: 30px;
    text-align: center;
}
	
	
.sp-tel-area h4{
    font-size: 140%;
    letter-spacing: 0;
	text-align: center;
  	position: relative; /*positionをrelativeに指定*/
	}
	
	
.sp-tel-area h4::after{
	position: absolute; /*positionをabsoluteに指定*/
	content: "";
	background-color: #fce398; /*下線の色*/
	width: 80px; /*線の幅*/
	height: 3px; /*線の太さ*/
	bottom: -18px; /*線のタテ位置*/
	left: 50%;  /*線のヨコ位置*/
	transform: translateX(-50%);
	border-radius: 50px;
	}
	
.sp-tel-area h4 span{}
	
.sprel-number {
    display: inline-block;
        margin: 30px 0 15px 0;
}
	
.sprel-number span.number {
        font-size: 240%;
        background-position: left top 8px;
        background-size: 32px;
        padding-left: 35px;
    }
	
.sprel-number span.uketsuke {
    font-size: 95%;
    display: block;
    padding-left: 30px;
    margin-top: 5px;
}
	
p.sptel-text{}
	

	
p.sptel-text span{
	font-weight: bold;        
	margin-right: 20px;
    }
	
	
	
.sp-tel-chara{
	position: absolute;
    top: -35px;
    right: 10px;
	animation: fuwafuwa2 2s ease-in-out infinite alternate-reverse;
	}
	
.sp-tel-chara img{
	width: 100%;
	max-width: 80px;
	}

}




@keyframes fuwafuwa2 {
  0% {
    transform: translateY(-7%);
  }
  100% {
    transform: translateY(7%);
  }
}


@media screen and (max-width: 525px) {
	
p.sptel-text{
	font-size: 90%;
	}


	
}


@media screen and (max-width: 520px) {
.sprel-number span.number {
        font-size: 200%;
        background-position: left top 8px;
        background-size: 25px;
        padding-left: 28px;
    }
	
}

@media screen and (max-width: 490px) {
	
p.sptel-text{
	font-size: 100%;
	}
	
p.sptel-text span{
/*	display: block;*/
	margin-right: 12px;
	}

}


@media screen and (max-width: 430px) {
.sp-tel-chara{
    top: -40px;
	}
}


@media screen and (max-width: 410px) {
.sp-tel-area {
        border-radius: 15px;
        padding: 30px 20px 20px 20px;
    }
}

@media screen and (max-width: 370px) {
	
.sp-tel-area h4 {
    line-height: 140%;
}
	
.sp-tel-area h4 span{
	display: block;
}
}



/*Hospital Information*/


.hs-info {
	background: #FEEFC9;
    background: linear-gradient(90deg,rgba(254, 239, 201, 1) 0%, rgba(250, 207, 182, 1) 100%);
}

.hs-info .top-inner {
    padding: 60px 40px 30px 40px;
}

@media screen and (max-width: 600px) {
	
.hs-info .top-inner {
    padding: 60px 20px 30px 20px;
}
	
}


.hs-wrap{
	background-color: #fff;
    border-radius: 10px;
    padding: 50px;
	display: flex;
    justify-content: space-between;
}

/*
.hs-wrap02{
	border-radius: 0 0 10px 10px;
	background-color: #fff;
	padding: 10px 50px 50px 50px;
}
*/

@media screen and (max-width: 1010px) {
.hs-wrap{
    padding: 30px; 
}
/*
	
.hs-wrap02{
	background-color: #fff;
	padding: 10px 30px 30px 30px;
}
	
*/
}

@media screen and (max-width: 850px) {
.hs-wrap {
        display: block;
    }
}


.hs-l,.hs-r{
	width: 47%;
	font-size: 120%;
}

@media screen and (max-width: 1045px) {
.hs-l, .hs-r {
    font-size: 90%;
	width: 48%;
}
}



@media screen and (max-width: 850px) {
.hs-l, .hs-r {
/*    font-size: 100%;*/
	width: 100%;
}
}

.hs-l iframe{
	border-radius: 10px;
}

@media screen and (max-width: 850px) {
	
.hs-l iframe{
	border-radius: 10px;
	width: 100%!important;
	margin-bottom: 50px;
}
	
}

@media screen and (max-width: 530px) {
	
.hs-l iframe{
	height: 300px!important;
}
	
}

@media screen and (max-width: 450px) {
	
.hs-l iframe{
	height: 270px!important;
}
	
}



.f-logo{
	text-align: center;
	margin: 50px 0 30px 0;
}

@media screen and (max-width: 480px) {
.f-logo {
    margin: 30px 0 20px 0;
}
}

span.f-l-s{
	display: block;
	color: var(--color_font);
	font-weight: bold;
}

span.f-l-l {
	display: block;
	color: var(--color_font);
    font-size: 2em;
    padding-bottom: 10px;
	font-weight: bold;
    line-height: 130%;
    letter-spacing: 4px;
}

span.f-l-en {
	display: block;
	color: var(--color_main);
    font-weight: bold;
    font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 80%;
    line-height: 130%;
}


.f-logo .facility{
	background: transparent;
	padding: 0;
	margin: 40px 0;
}

.f-logo .facility-inner {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    gap: 0 1em;
}

.f-logo .f-hakuju, .f-logo .f-mori, .f-logo .f-hakui {
    width: 50%;
    padding: 12px 20px;
    border-radius: 100px;
    text-align: center;
    background-image: none;
    transition: all .2s ease-in-out;
}

.f-logo .f-hakuju img, .f-logo .f-mori img, .f-logo .f-hakui img {
    width: auto;
    height: 50px;
}


@media screen and (max-width: 730px) {
.f-logo .facility-inner {
    max-width: 420px;
}
	
	
.f-logo .f-hakuju img, .f-logo .f-mori img, .f-logo .f-hakui img {
    width: auto;
    height: 35px;
}
	
}

@media screen and (max-width: 420px) {
	
	
.f-logo .facility {
    margin: 20px 0;
}
	
.f-logo .f-hakuju, .f-logo .f-mori, .f-logo .f-hakui {
    width: 50%;
    padding: 8px 10px;
}
}


.f-sdd,.f-tel{
	display: block;
    margin: 15px;
}

.f-sdd{
}

span.f-tel {
	display: block;
    line-height: 70%;
    margin: 0 auto 50px auto;
}

span.f-tel a{}


ul.f-menu {
    text-align: center;
    max-width: 1060px;
    margin: 0 auto 15px auto;
    display: flex;
    justify-content: center;
	font-size: 90%;
}

ul.f-menu li{
	font-size: 90%;
	padding: 0 20px;
	border-right: 1px solid #333;
	line-height: 100%;
}

ul.f-menu li:last-child{
	border-right:none;
}


ul.f-menu li a{
	color: var(--color_font);
	text-decoration: none;
	letter-spacing: 0;
}

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

ul.f-menu {
        max-width: 400px;
        width: 100%;
        display: block;
    }
	
ul.f-menu li {
    font-size: 100%;
    padding: 18px 20px;
    border-right: none;
    border-bottom: 1px solid #c8c8c8;
}
	
ul.f-menu li:last-child {
    border-bottom: none;
}

}

@media screen and (max-width: 480px) {
ul.f-menu li {
        padding: 13px 20px;
        border-bottom: 1px dotted #c8c8c8;
    }
}





/*
============================================================ */
/* message
============================================================ */



.message{
	border-radius: 50px 50px 0 0;
	position: relative;    
	text-align: center;
    margin-top: 150px;
	
}

.message-img{
	position: absolute;
    text-align: center;
    top: -130px;
    margin: 0 auto;
    width: 100%;
}

.message-img img{
	width: 100%;
	max-width: 250px;
}
	
.message-wrap{
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 40px;
}


.message-wrap h2{
    font-family: 'Zen Maru Gothic', sans-serif;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 2em;
}

.message-text{}

.message-text p{
	line-height: 230%;
    margin-bottom: 20px;
    font-family: 'Zen Maru Gothic', sans-serif;
}

@media screen and (max-width: 1040px) {
	
.message {
    margin-top: 90px;
}
	
.message-img {
    top: -80px;
	}
	

.message-img img {
    max-width: 200px;
}
}


@media screen and (max-width: 850px) {
.message {
        margin-top: 60px;
    }
}


@media screen and (max-width: 600px) {
	
    .message-img {
        top: -50px;
    }


.message-img img {
    max-width: 150px;
}
	
}


@media screen and (max-width: 460px) {
	
	
.message-wrap {
    padding: 60px 30px 30px 30px;
}
	
.message-wrap h2 {
    margin-bottom: 20px;
    font-size: 1.7em;
}
.message-text p {
    line-height: 200%;
}
	
}
	
	
	
	
	
	








