@charset "utf-8";

/* ==================================================
visual
================================================== */
#tmp_top_visual {
    position: relative;
    text-align: center;
}
#tmp_top_visual .visual_txt {
    font-family: 'Noto Serif JP','serif';
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -440px;
    z-index: 1;
    color: #ffffff;
    font-size: 225%;
    font-weight: bold;
    line-height: 1.15;
    letter-spacing: 0.2em;
    text-shadow: 0 0 12px #000, 0 0 12px #000, 0 0 12px #000;
}
#tmp_top_visual .splide {
    display: flex;
    flex-flow: column;
}
#tmp_top_visual .splide__controls {
    order: 2;
    padding: 10px 0;
}
#tmp_top_visual .splide__slide p {
    height: 500px;
    overflow: hidden;
    position: relative;
}
#tmp_top_visual .splide__slide p img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
@media screen and (max-width : 1074px) {
    #tmp_top_visual .splide__slide p {
        height: 430px;
    }
}

/* ==================================================
box_sec
================================================== */
.wrap_box_sec {
    padding: 30px 0 20px;
}
.wrap_box_sec.sec_bg {
    background-color: #f5eede;
    color: inherit;
}
.box_sec_ttl {
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px;
}
.box_sec_ttl h2 {
    font-size: 212.5%;
     line-height: 1.15;
     font-weight: normal;
}
.box_sec_ttl .more_btn {
    line-height: 1.2;
    font-size: 112.5%;
    padding-top: 10px;
}
.box_sec_ttl .more_btn a {
    display: block;
    text-decoration: none;
    min-width: 118px;
    padding: 2px 10px;
    text-align: center;
    border: 2px solid #d5ba75;
    background-color: #d5ba75;
    color: #ffffff;
}

/* list_tbl
================================================== */
.list_tbl {
    width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
    margin: 0 0 10px;
}
.list_tbl td {
    padding: 15px 0;
    line-height: 1.15;
    border-bottom: 1px solid #231815;
}
.list_tbl tr:last-child td {
    border-bottom:none;
}
.list_tbl td.date {
    width: 8.5em;
}
.list_tbl td a {
    text-decoration: none;
    color: #231815;
    background-color: transparent;
}

/* box_event
================================================== */
#tmp_sec_event {
    padding: 60px 0 44px;
}
#tmp_sec_event .box_sec_ttl {
    margin-bottom: 30px;
}
.box_event {
    display: flex;
    flex-wrap:wrap;
    gap:0 20px;
}
.box_event .box_event_item {
    width: calc(25% - 15px);
}
.box_event .box_event_item a {
    display: block;
    text-decoration: none;
    color: #231815;
    background-color: transparent;
}
.box_event .box_event_item .item_tag {
    color: #983B3C;
    background-color: transparent;
    font-size: 87.5%;
    line-height: 1.15;
    margin: 0 0 7px;
}
.box_event .box_event_item .item_ttl {
    font-weight: normal;
    font-size: 100%;
    line-height: 1.3;
    margin: 0 0 7px;
}
.box_event .box_event_item .item_date {
    font-size: 87.5%;
    line-height: 1.25;
    border-top: 1px solid #6c757d;
    padding: 7px 0 0;
}
.box_event .box_event_item .item_img {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 10px;
}
.box_event .box_event_item img {
    max-width: 100%;
    height: auto;
}

/* box_introduce
================================================== */
.box_introduce {
    display: flex;
    flex-wrap:wrap;
    gap:0 40px;
}
.box_introduce .box_introduce_item {
    width: calc(33.333333% - 27px);
}
.box_introduce .box_introduce_item img {
    max-width: 100%;
    height: auto;
}
.box_introduce .box_introduce_item a {
    display: block;
    text-decoration: none;
    color: #222222;
    background-color: transparent;
}
.box_introduce .box_introduce_item span {
    display: block;
}
.box_introduce .box_introduce_item .item_ttl {
    font-size: 212.5%;
     line-height: 1.15;
     margin: 0 0 10px;
}
.box_introduce .box_introduce_item .item_img {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 15px;
}
.box_introduce .box_introduce_item .item_cnt {
    line-height: 1.5;
}

/* ==================================================
no_javascript
================================================== */
.no_javascript #tmp_top_visual_slide .splide {
    visibility: inherit;
}
.no_javascript #tmp_top_visual_slide .splide__list {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    height: 500px;
}
#tmp_top_visual_slide .no-splide .splide__track,
.no_javascript #tmp_top_visual_slide .splide__track {
	max-width: 1440px;
	margin: 0 auto;
}
.no_javascript #tmp_top_visual_slide .splide__slide {
    margin-bottom: 10px;
}



