@charset "utf-8";

.ac-mv {
    width: 100%;
    margin: 0 auto 5em;
    text-align: left;
    font-size: 10px;
}

.ac-mv_title {
    color: #1d298c;
    font-size: 2.6em;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin: 0.5em 0.5em;
}

@media screen and (max-width: 768px) {
    .ac-mv_title br {display:none;}
}



.ac-mv img {
    width: 100%;
}

.ac-mv_picture, .ac-mv_figure {
    width: 100%;
}

.ac-section {
    width: 90%;
    margin: 0 auto 5em;
    text-align: left;
    font-size: 10px;
}

.ac-section img {
    width: 100%;
}

.ac-section_figure, .ac-section_picture {
    width: 100%;
}

.ac-section_image {

}

.ac-section_image_wrap {
}

.ac-section_title {
    font-size: 2.4em;
    font-weight: 700;
    text-align: center;
    color: #2067b9;
    line-height: 1.5;
}

.ac-section_title + .ac-section_text {
    text-align: center;
    margin-bottom: 0.5em;
}

.ac-section_subtitle {
    font-size: 2em;
    text-align: center;
    margin: 1em 0 1em;
    border-bottom: 1px solid #2067b9;
    font-weight: 700;
}

.ac-section_text {
    font-size: 1.4em;
    /* text-align: center; */
    margin-bottom: 0.5em;
}

.ac-section_image_item {
    margin-bottom: 0.5em;
}

.ac-section_image_item + .ac-section_image_item {
    margin-top: 1.5em;
}
.ac-section-map {

}

.ac-section-list {

margin: 1em auto 1em;
}

.ac-section-item {
    margin-bottom: 3em;
    text-align: left;
}

.ac-section-item a {
    display: block;
    text-decoration: none;
    text-align: left;
    color: #000;
}

.ac-section-item-box {

}

.ac-section-item-box-photo {

margin-bottom: 1em;
}

.ac-section-item-box-photo-image {

}
.ac-section-item-box-title {
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 0.5em;
}
.ac-section-item-box-text {
    
font-size: 1.4em;
}

.ac-section-item-box-text::after {
    content: ">> 詳しく見る";
    display: block;
    text-align: right;
    color: #2067b9;
}
.ac-section-box {

}

.ac-section-box__photo {

margin-bottom: 1em;
}

.ac-section-box__image {

}

.ac-section-box__text {
    
font-size: 1.4em;
}

.ac-section-button {
    margin: 0 auto 4em;
}

.ac-section-button a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 0.5em 1em;
    background-color: #f08300;
    border-radius: 5px;
    font-size: 1.4em;
}

.ac-section-button a::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-left: 10px;
    transform: rotate(45deg);
}

.ac-section-map {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items:center;
    margin: 1em 0;
    border-bottom: 1px dotted #999;
    padding-bottom: 1em;
}

.ac-section-map-sub {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 200px; */
    width: 100%;
}

.ac-section-map-sub:first-child {
    flex-basis: 200px;
    /* height: 208px; */
}

.ac-section-map-sub:nth-child(2) {
    width: calc(100% - 200px);
}

.ac-section-map-figure, .ac-section-map-picture {
    width: 100%;
    text-align: center;
}

.ac-section-map-figure, .ac-section-map-picture img {
    width: auto;
}

.ac-section-map__button {
    margin-bottom: 5px;
}

.ac-section-map__button + .ac-section-map__button {
    /* margin-top: 5px; */
}

.ac-section-map__button a {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 1.4em;
    font-weight: 700;
    text-decoration: none;
    background-color: #023886;
    padding: 3px 1em 3px 0.5em;
    border-radius: 5px;
    line-height: 1.1;
}

.ac-section-map__button a span {
    font-size: 71%;
}
.ac-section-map__button a::after {
    position: absolute;
    top: 50%;
    right: 0.5em;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-left: 10px;
    transform: translate(0, -50%) rotate(45deg);
}