@charset "utf-8";

/* cover */
#cover {
    width: 100%;
    padding-top: 132px;
    position: relative;
}

.slide-img img {
    display: block;
    width: 100%;
    height: calc(100vh - 420px);
    margin: 0 auto;
    object-fit: cover;
}
.slide-content {
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    z-index: 30;
}
.slide-content p {
    font-size: 100px;
    /*line-height: 2;*/
    color: rgba(203, 203, 203, .8);
    /*text-shadow: 0 0 8px #333, 0 0 6px #333, 0 0 4px #333;*/
}
/*-----*/

.img_wrapper {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    width: 100%;
    font-size: 1.125rem;
    text-align: center;
  }
  .img_wrapper img {
    height: auto;
    transition: transform .6s ease; /* ゆっくり変化させる */
  }
  .img_wrapper:hover img {
    transform: scale(1.1); /* 拡大 */
  }
  
.notice {
    border: 2px solid #FC636B;
    border-radius: 5px;
    padding: 1rem;
}
.notice h3 {
    font-size: 20px;
    margin-bottom: .5em;
    color: #FC636B;
}

#news .title01 {
    margin-bottom: 16px;
}
.news {
    width: 100%;
    margin-bottom: 48px;
    text-align: left;
}
.news dt {
    padding: 0 1.5rem .25rem;
}
.news dd {
    padding: 0 1.5rem 1rem;
    border-bottom: 1px dotted #333;
    margin-bottom: 1rem;
}

/* google calender 調整用 */
.gc_wrap {
    max-width: 800px;
    margin: 3% auto;
}
.g_calender {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 70%;
}
.g_calender iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
