@charset "UTF-8";


@font-face {
  font-family:'ZenKurenaido';
  src: url('../fonts/ZenKurenaido-Regular.ttf') format('truetype');
}

/*共通部分*/

html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top:8rem;
}

body{
 font-family:'ZenKurenaido';
  color: #000;
  font-size: 1rem;
}

img{
  max-width: 100%;
}

.sp_br {
  display: none;
}

.top {
  height: 7rem;
}




/*header*/

header{
  position: fixed;
  width: 100%;
margin: auto;
  z-index: 10;
    background-color: rgba(255, 255, 255, 0.8);
}

.top-logo{
width: 250px;
 margin:0 0 0 30px;
}


.header-top{
  display: flex;
  justify-content: space-between;
}
.header-right{
  display: flex;
  margin-top: 25px;
  font-size: .5rem;
  margin-right: 30px;
}
.header-right a{
  text-decoration: none;
  color: #000;
}


.tel-reserve a{
  padding: 5px 8px 5px 10px;
border: 1px solid #000;
margin-right: 5px;
}

.tel-reserve a:hover{
text-shadow: 1px 0 #79b5d1;
border: 1px solid #79b5d1;
}


.btn-menu{
  opacity: 0;
  z-index: 1;
}
.main-nav{
  display: flex;
  font-size: 1rem;
  padding-bottom: 10px;
  list-style: none;
  justify-content: space-between;
  z-index: 2;
max-width: 1100px;
margin: auto;
margin-top: -1rem;
}


.main-nav a{
  color:#000;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.main-nav a:hover{
  text-decoration: underline;
  text-decoration-color: #79b5d1;
}




.toppage-headline img{
  z-index: 1;
  height: 550px;
  width: 800px;
  display: block;
  object-fit: cover;
}

.toppage-content{
  position: absolute;
  background-color: rgba(89, 199, 255, 0.5);
  margin-top: 10rem;
  padding: 20px 50px;
  text-align: right;
  width: 55%;
  margin-left: 45%;
}

.toppage-content p{
  font-size: 2rem;
}

.toppage-headline span{
  position: absolute;
  width: 100%;
  text-align: right;
  margin-top: 22rem;
  font-size: 1.2rem;
}

.toppage-content h1{
  font-size: 4rem;
}

/*news*/


.main .news-content{
  margin-top: -2rem;
  padding: 2rem 0;
  position: absolute;
  width: 100%;
}


.main .news-flex{
  width: 60%;
  margin: 0 auto;
  display: flex;
  font-weight: bold;
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 2px dotted #000;
  padding-bottom: 5px;
  background-color:rgba(255, 255, 255, 0.5);
}


.main .news-title{
  margin-left: 50px;
}


.main .news-content a{
  color: #415941;
  text-decoration: none;
}

.main .news-bg img{
height: 450px;
width: 100%;
object-fit: cover;
}

.main .news-headline{
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #e479a4;
  font-size: 2.5rem;
}

/*staff*/

.staff{
  margin-top: 3rem;
width: 60%;
margin-left: 20%;
padding: 20px ;
border: 2px solid #79b5d1;
}

.staff-headline {
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #79b5d1;
  font-size: 4rem;
}


.staff-flex{
  display: flex;
}
.staff-img{
  width: 40%;
  padding: 5px 5px;
  background-color: rgba(121, 181, 209, 0.5);
  text-align: center;
}

.staff-img p{
  font-size: 2rem;
  margin-top: -1rem;
}

.staff-img p span{
  font-size: 1rem;
}

.staff-explanation{
  margin-top: 5rem;
}

.staff-explanation span{
  background-color: rgba(121, 181, 209, 0.5);
}


/*profile*/

.profile{
      background-color: rgba(121, 181, 209, 0.5);
      margin-top: 3rem;
}

.profile-headline{
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #e479a4;
  font-size: 4rem;
}

.profile-flex{
  display: flex;
}

.profile-white{
  background-color: rgba(255, 255, 255, .5);
}

.profile-left{
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
}

.map{
  width: 50%;
}

.map iframe{
  max-width: 90%;
  height: 400px;
  object-fit: cover;
  margin-top: 3rem;
}


.profile-content{
  width: 50%;
  margin: 3rem 3rem;
  line-height: 3rem;
  font-size: 1.5rem;
  border: 2px solid #79b5d1;
  background-color:  rgba(121, 181, 209, 0.2);
}


/*NEWS*/

.news-page .news h2{
  font-size: 5rem;
  margin: 50px 0 50px;
  text-decoration: underline;
    text-decoration-color: #e479a4;
  text-align: center;
}




.news-page .post-info{
  position: relative;
  padding-top: 4px;
  margin-bottom: 40px;
  margin-left: 20px;
}

.news-page .news-box .post-date{
  margin-top: 20px;
  background:#79b5d1;
  border-radius: 50%;
  color: #fff;
  width: 100px;
  height: 100px;
  font-size: 2rem;
  text-align: center;
  position: absolute;
  top:0;
  padding-top: 10px;
}

.news-page .post-date span{
  font-size:1.5rem;
  border-top:1px #fff solid;
  padding-top: 6px;
  display: block;
  width: 60%;
  margin: 0 auto;
}

.news-page .post-title{
  margin-top: 20px;
  font-size: 2rem;
}

.news-page .news-box .post-title{
  margin-left: 120px;
  color:#79b5d1;
  text-shadow: 1px 1px 1px #fff;
}

.news-page .news-content p{
  width: 50%;
  margin-top: 10px;
  text-align: center;
  color: #000;
  padding: 20px;
}



.news-page .news-content img{
  width: 50%;
  margin-bottom: 10px;
  object-fit: contain;
  max-width: 500px;
  padding: 20px;
}


.news-page .news-content{
  display: flex;
}


.news-page .news .space{
  height: 50px;
}

.news-page .news-box{
  width: 90%;
  margin-left: 5%;
  background-color:  rgba(121, 181, 209, 0.3);
  border-radius: 10px;
}



/*service*/

.service h2{
  font-size: 5rem;
  margin: 50px 0 50px;
  text-decoration: underline;
    text-decoration-color: #79b5d1;
  text-align: center;
}

/*menu*/


.menu-sub h3{
  font-size: 4rem;
  margin-left: 5%;
  margin-top: 100px;
}




.counseling .menu-sub{
  text-shadow: 4px 2px 0 #79b5d1;
}

.seminar .menu-sub{
  text-shadow: 4px 2px 0 #e479a4;
}

.menu-box{
  width: 80%;
  margin: auto;
  display: flex;
  flex-flow: column;
  padding: 40px;
  margin-bottom: 50px;
}

.menu-box h4{
  font-size: 2rem;
  text-align: right;
  padding-right: 20px;
  color: #fff;
  text-shadow: 1px 2px 0 #000;
}

.menu-box img{
  width: 40%;
  object-fit: contain;
}

.menu-content{
  width: 60%;
}

.counseling .menu-box{
    border: thick double #79b5d1;
}

.seminar .menu-box{
    border: thick double #e479a4;
}

.counseling .menu-box h4{
  background: linear-gradient(to right, #fff,#79b5d1 );
}

.seminar .menu-box h4{
  background: linear-gradient(to right, #fff,#e479a4 );
}


.menu-flex{
  display:flex;
}

.counseling .menu-name{
  width: 30%;
  border: 1px solid #000;
  line-height: 2rem;
  font-weight: bold;
  padding: 5px 0 5px 10px;
background-color:  rgba(121, 181, 209, 0.2);
}

.seminar .menu-name{
  width: 30%;
  border: 1px solid #000;
  line-height: 2rem;
  font-weight: bold;
  padding: 5px 0 5px 10px;
background-color:  rgba(228,121,164, 0.2);
}

.menu-img-flex{
  display: flex;
}


.counseling .menu-box span{
  color: #79b5d1;
  font-size: 1.5rem;
}

.seminar  .menu-box span{
  color: #e479a4;
  font-size: 1.5rem;
}


.menu-detail{
  width: 70%;
  line-height: 2rem;
  padding: 5px 0 5px 15px;
  border: 1px solid #000;
}

.menu-detail .fa-plus{
    margin-left: 2rem;
}





/*footer*/


.footer{
  background:#fff;
  text-align: center;
  padding: 26px 0;
  width: 100%;
}

footer p{
  color: #000;
  font-size: 0.875rem;
}
