.mb {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.cen {
    text-align: center;
}

.map img {
    max-width: 100%;
}

.map,
.mapselect {
    width: 100%;
    margin-top: 40px;
    position: relative;
}

.map #map,
.map #mapsp,
.map #mapsptitle {
    width: 100%;
}

.map #point,
.map #pointsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 6%;
    cursor: pointer;
}

.map #pointsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 6%;
    margin-top: 18px;
}

.top_menu_a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.top_menu_a>a {
    display: inline-block;
    text-align: center;
    width: 47%;
    margin-bottom: 20px;
}

.top_telop {
    padding: 10px 0;
    box-sizing: border-box;
    background: #ffdbdb;
    font-size: 140%;
}

.arrow_box {
    display: none;
    position: absolute;
    width: 100%;
    height: 30px;
    background: #8DA8FF;
    text-align: center;
    border: 4px solid #ffffff;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    line-height: 2em;
    top: -30px;
}

.arrow_box.active {
    display: block;
}

.arrow_box:after,
.arrow_box:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
}

.arrow_box:after {
    border-color: rgba(141, 168, 255, 0);
    border-top-width: 14px;
    border-bottom-width: 14px;
    border-left-width: 20px;
    border-right-width: 20px;
    margin-left: -20px;
    border-top-color: #8DA8FF;
}

.arrow_box:before {
    border-color: rgba(141, 168, 255, 0);
    border-top-width: 17px;
    border-bottom-width: 17px;
    border-left-width: 25px;
    border-right-width: 25px;
    margin-left: -25px;
    margin-top: 1px;
    border-top-color: #ffffff;
}

.marquee p {
    margin: 0;
    padding-left: 600px;
    display: inline-block;
    white-space: nowrap;
    animation-name: marquee;
    animation-timing-function: linear;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}

.top_photo_plan {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.top_photo_plan a:hover {
    opacity: 0.8;
}

.wp-image-757 {
    max-width: 100%;
}

.topweb {
    font-size: 26px;
    font-weight: bold;
    color: #ff7272;
    text-decoration: underline;
}

.p-logo,
.p-page-header__title {
    font-family: Segoe UI, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    max-width: 300px;
    padding-top: 20px;
    margin: 0 auto;
}

.p-logo img {
    max-width: 100%;
}

body.home .l-main {
    margin-top: 10px;
}

section .inner {
    margin: 0 auto;
    max-width: 1200px;
}

section.cloud {
    margin: 20px 0;
}

.cloud h2 {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    color: #5e4d4d;
}

.box {
    display: flex;
    justify-content: space-between;
}

img {
    max-width: 100%;
}

.w60 {
    width: 58%;
}

.w40 {
    width: 39%;
}

.cloud .body {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    background: white;
    padding: 0 2%;
    box-sizing: border-box;
}

.cloud p {
    padding: 10px 0;
}

.cloud_box {
    background: #ebf4fe;
    box-shadow: 0px 0px 0px 5px #dfefff;
    border: dashed 1px #96c2fe;
    padding: 0.2em 0.5em;
    color: #454545;
    margin-bottom: 40px;
    position: relative;
}

.cloud_box .img {
    padding: 10px;
}

.cloud_box .price {
    font-size: 26px;
    font-weight: bold;
    padding: 5px 0;
}

.cloud_box .body {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    height: 11.5em;
    overflow: hidden;
    position: relative;
    padding-top: 10px;
}

.cloud_box.slide-down .body {
    overflow: visible;
    height: auto;
    padding-bottom: 20px;
}

.cloud_box.slide-down .more-btn {
    display: none;
}

.cloud_box .button {
    text-align: center;
    padding: 30px 0;
}

.cloud_box .button a {
    background: #f9db5a;
    box-shadow: 0px 0px 0px 5px #feffdf;
    border: dashed 1px #fe9696;
    padding: 0.2em 0.5em;
    color: #454545;
    max-width: 180px;
    font-size: 30px;
}

.cloud_box .deliver {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    text-align: right;
}

.cloud .sub {
    font-size: 20px;
    color: #00bec7;
}

.cloud .sub i {
    margin-right: 10px;
}

.cloud .main {
    font-size: 40px;
    color: #5e0000;
    line-height: 2em;
    font-weight: bold;
    margin-bottom: 26px;
    text-align: right;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slide-down {
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.slide-up {
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}

.content-wrap {
    height: 150px;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.close-btn,
.more-btn {
    display: block;
    width: 100%;
    padding: 40px 0 0;
    position: relative;
    top: -30px;
    left: 0;
    text-align: center;
    background: -moz-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(235 243 254, 1) 60%);
    background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(235 243 254, 1) 60%);
    background: linear-gradient( to bottom, rgb(235 243 254 / 0%) 0%, rgb(235 243 254) 60%);
}

.more-btn .open {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

.close-btn {
    background: none;
}

.slide-up {
    height: 150px;
    padding-bottom: 0;
    overflow: hidden;
}

.slide-down {
    height: auto;
    overflow: visible;
    padding-bottom: 50px;
}

.more-btn p {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    background: #29B6F6;
    padding: 5px 20px;
    width: 80%;
    border-radius: 20px;
}

.close-btn {
    padding: 0;
}

.close-btn p {
    background: #aaa;
}

@media (max-width: 769px) {
    .l-header__logo img {
        max-width: 100%;
    }
    .is-header-fixed .l-header__logo img {
        max-width: 100%;
        height: 120px;
    }
    body.l-header__fix .is-header-fixed .l-header__bar {
        background: rgba(255, 255, 255, 1);
    }
    .pconly {
        display: none;
    }
    .arrow_box {
        width: 62px;
        height: 23px;
        background: #8DA8FF;
        text-align: center;
        border: 2px solid #ffffff;
        color: #FFFFFF;
        font-size: 10px;
        font-weight: bold;
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        line-height: 2em;
        top: -30px;
        left: -19px;
    }
    .arrow_box:before {
        border-color: rgba(141, 168, 255, 0);
        border-top-width: 12px;
        border-bottom-width: 12px;
        border-left-width: 17px;
        border-right-width: 17px;
        margin-left: -17px;
        margin-top: 1px;
        border-top-color: #ffffff;
    }
    .arrow_box:after {
        border-color: rgba(141, 168, 255, 0);
        border-top-width: 11px;
        border-bottom-width: 6px;
        border-left-width: 9px;
        border-right-width: 9px;
        margin-left: -9px;
        border-top-color: #8DA8FF;
    }
    .topweb {
        font-size: 22px;
        line-height: 25px;
        font-weight: bold;
        color: #ff7272;
        text-decoration: underline;
    }
    .box {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .w60 {
        width: 100%;
    }
    .w40 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .map {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        max-width: 1180px;
    }
    .top_menu_a {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
    }
    .sponly {
        display: none;
    }
}

@keyframes marquee {
    from {
        transform: translate(0%);
    }
    99%,
    to {
        transform: translate(-100%);
    }
}