@charset "UTF-8";

/*-------------------------------------------
 main
-------------------------------------------*/
#main p img {
    width: 100%;
}

/*-------------------------------------------
 concept
-------------------------------------------*/
#concept p {
    padding: 15px 10px;
}

/*-------------------------------------------
 news
-------------------------------------------*/
#news {
    position: relative;
}

#news-btn-wrap {
    position: absolute;
    right: 10px;
    top: 5px;
}

#news-btn-wrap a {
    color: #553202;
    text-decoration: none;
}

.news-btn {
    -moz-box-shadow: 0px 0px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 0px 0px 0px #f0f7fa;
    box-shadow: 0px 0px 0px 0px #f0f7fa;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f1f7fa), color-stop(1, #b2bfc7));
    background: -moz-linear-gradient(top, #f1f7fa 5%, #b2bfc7 100%);
    background: -webkit-linear-gradient(top, #f1f7fa 5%, #b2bfc7 100%);
    background: -o-linear-gradient(top, #f1f7fa 5%, #b2bfc7 100%);
    background: -ms-linear-gradient(top, #f1f7fa 5%, #b2bfc7 100%);
    background: linear-gradient(to bottom, #f1f7fa 5%, #b2bfc7 100%);
    background-color: #f1f7fa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dae7ef;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f7fa', endColorstr='#b2bfc7', GradientType=0);
    font-size: 13px;
    font-weight: bold;
    padding: 4px 16px;
    text-decoration: none;
}

#news-table {
    width: 100%;
}

#news-table tr {
    border-bottom: #d0c2a2 dotted 1px;
    width: 100%;
}

.last-table {
    border: none !important;
}

#news-table td {
    font-size: 71%;
    vertical-align: top;
}

.day {
    color: #958268;
    padding: 15px 0 15px 10px;
    width: 25%;
}

.day-data {
    background: url(../../images/index/news_arrow.gif) no-repeat center left;
    background-size: 5px;
    padding: 0 0 0 6px;
}

.event {
    padding: 15px 5px 15px 0px;
}

.event a {
    color: #6c4803;
}

/*-------------------------------------------
 access
-------------------------------------------*/
#map {
    margin: 20px 0 10px;
    text-align: center;
}

#map iframe {
    border: 0;
}

#address-wrap {
    margin: 0 15px 20px;
}

#address-wrap address,
#address-wrap table {
    color: #958268;
    font-size: 85%;
    margin: 0 0 5px;
}

.item-title {
    font-weight: bold;
}

#address-wrap table td {
    line-height: 180%;
    vertical-align: middle;
}

/* covid-area
----------------------------------------------------------- */
.covid-area {
    border: 2px solid #755932;
    padding: 10px;
    margin-bottom: 16px;
}

.covid-area__ttl {
    text-align: center;
    margin-bottom: 10px;
}

.covid-area__body {}

.covid-area__text {
    margin-bottom: 20px;
}

.covid-area__text p+p {
    margin-top: 10px;
}

.slick-slide img {
    width: 100%;
}

.covid-area__img {}

.important-box {
    background-color: #fcf9f2;
    border: 1px solid #ccbaa5;
    padding: 10px;
    color: #876e4d;
    margin: 0 10px 20px;
}

.top-video {
    padding: 8px;
}

.top-video video {
    width: 100%;
    aspect-ratio: 16/9;
}

.top-video figcaption {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}