.sub-title-pro, .sub-title-column, .sub-title-messe, .sub-title-con, .sub-title-ab {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    text-align: center;
}

/* .sub-title-pro {
    background-image: url(../imgs/top/test_11.jpg);

}

.sub-title-column {
    background-image: url(../imgs/top/point.jpg);
}

.sub-title-con {
    background-image: url(../imgs/top/column-test.jpg);

} */

.target {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
}

.target-home {
    color: black;
    font-weight: bold;
}

.target-end {
    color: orange;
    font-weight: bold;
}

.target-span {
    margin: 0px 20px;
}

body {
    margin: 0px;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0px;
}

h1, h2, h3, h4, li, a {
    font-family: serif;
}

h1 {
    /* margin: 15px 0px; */
    text-shadow: 1px 2px 3px white;
}


.detailbox {
    color: black;
    font-size: 1.3rem;
}

.detailbox:active, .detailbox:hover {
    color: black;
}

.fas {
    padding-left: 10px;
}


.carousel-item {
    height: 40rem;
    background-color: #000;
    color: #fff;
    position: relative;
}

/* .container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-bottom: 50px;
    text-align: center;
} */

.container {
    position: absolute;
    display: flex;
    align-items: center;
    height: 650px;
    text-align: center;
    justify-content: center;
}

.btn {
    background-color: rgb(255, 168, 7);
    color: white;
}

.overlay-image {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center;
    background-size: cover;
    opacity: 0.8;
}

.scrolled {
    background-color: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    animation: navbar .3s;
}

@keyframes navbar {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.nav-posi {
    position: fixed;
    z-index: 3;
}

.nav-link {
    font-family: serif;
}

.logo {
    max-width: 100px;
    width: 100%;
}

header h1 {
    font-size: 1rem;
    margin: 0px !important;
}

/* video-wrapper */
.item-wrapper, .check-wrapper, .columns-wrapper {
    text-align: center;
    padding: 50px 0px;
    /* background-color: cornsilk; */
}

.item-wrapper h2, .check-wrapper h2, .columns-wrapper h2 {
    margin-bottom: 50px;
}


/* item-wrapper */

.item-wrapper h2 {
    margin-top: 50px;
}

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

.item-box {
    text-align: center;
    margin: 50px 20px;
    background-color: white;
    border-radius: 10px;
}

.item-box img {
    width: 150px;
}

.item-box h3 {
    font-size: 1rem;
    margin: 30px 0px;
    line-height: 30px;
    letter-spacing: 0px;
}

/* check-wrapper */

.items {
    overflow: scroll;
    margin: 50px 0px;
}

.check-wrapper li, .columns-wrapper {
    line-height: 50px;
}



/* demo-wrapper */

.check-wrapper {
    background-image: url(../imgs/items/item1.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 30px 0px;
    /* height: 1150px; */
}



.columns-wrapper {
    /* background-image: url(../imgs/top/point.jpg); */
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 30px 0px;
    /* height: 1150px; */
}

.columns-wrapper ul {
    display: flex;
    justify-content: space-around;
}

ol {
    padding: 0px;
}

.check-wrapper-li, .check-wrapper h1, .check-wrapper h3 {
    color: white;
    text-shadow: 1px 2px 3px black;
    margin: 50px 0px;

}

.check-wrapper h3 {

    font-size: 1.5rem;
    margin: 0px 10px;

}

.check-wrapper ul {
    justify-content: space-around;
    display: flex;
    align-items: center;
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
}




.check-wrapper li {
    list-style-type: none;
    font-size: 0.8rem;

}




.check-wrapper-area-a {
    background-color: orange;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    /* margin: 10px 0px; */
    border-radius: 5px;
}

.check-wrapper-area {
    margin: 50px 0px;
}

/* column-wraapper */

.column-first, .column-second {
    display: flex;
    justify-content: space-around;
}

.column-title {
    padding: 15px 20px;
    background-color: orange;
}

.column1, .column2 {
    background-size: cover;
    background-position: center;
    height: 150px;
    font-size: .8rem;
    color: white;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}

.column1 {
    background-image: url(../imgs/slider/slide1.png);
}

.column2 {
    background-image: url(../imgs/slider/slide2.png);
}

.column1 h4, .column2 h4 {
    margin: 0px;
}

/* message-wrapper */

/* service-wrapper */

.title {
    margin: 0px 5px;
    color: white;
    background-color: orange;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.3rem;
    padding: 10px 0px;
    font-family: serif;
    border-radius: 10px;
}

.service-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.card-box {
    text-align: center;
    width: 50%;
    color: black;
    margin: 20px 0px;
}

.card-box img {
    width: 100%;
    margin: 10px 0px;
}

.service-fee {
    font-size: 1rem;
    color: red;
    font-weight: bold;
}

.service-size, .service-meter {
    font-size: .8rem;
}

.service-area {
    line-height: 40px;
}

/* footer start */

/* page-top start*/

.arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ddd;
    width: 100%;
    height: var(--s70);
}

.page-top-arrow {
    font-size: var(--s24);
    position: relative;
    padding-left: var(--s28);
    color: #333;
}

.fa-sort-up {
    color: black;
    padding: 10px 10px 0px;
}

/* accordion start */

.accordion {
    margin: 0px;
}

.station {
    border-bottom: 1px solid lightgray;
    padding: 20px 10px;
    color: #333;
}

/* footer-head */

.access-info, .footer-head, .footer-body, .footer-foot {
    background-color: rgb(255, 168, 7);
}

.access-info {
    text-align: center;
    color: white;
    padding: 40px;
    border-bottom: 1px solid rgb(255, 168, 7);
}

.access-info h5 {
    padding-bottom: 20px;
}

.access-info-detail {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-head {
    padding: 10px 0px;
    border-bottom: 1px solid white;
}

.footer-head-contact {
    padding: 10px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-call {
    text-align: center;
    border-radius: 10px;
    color: black;
    background-color: aliceblue;
    padding: 15px;
    width: 100%;
    box-shadow: 0.8px 0.8px lightgrey;
}

.fa-phone-alt {
    margin: 0px 10px;
    color: orange;
}

.footer-head-info {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin: 0px 10px !important;
}



/* footer-body start */

.footer-body ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px;
}

.footer-body a {
    width: 50%;
    border-bottom: 1px solid #fff;
}

.footer-body a:nth-child(odd) {
    border-right: 1px solid white
}

.footer-body li {
    color: white;
    padding: 10px;
    font-size: 1rem;
    text-align: center;
}

/* footer-foot start */

.footer-foot {
    font-size: .8rem;
    color: white;
    text-align: center;
    padding: 30px 0px 5px 0px;
}

/* contact-wrapper */

.contact-wrapper {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    box-sizing: border-box;
}

.contact-wrapper ul {
    padding: 10px 5px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, .6);
}

.contact-wrapper a {
    text-align: center;
    border-radius: 5px;
    color: white;
    background-color: orange;
    padding: 15px 30px;
}


/* property-detail */

.box-wrapper {
    background-color: cadetblue;
    padding: 0px 0px 50px 0px;
    margin: 20px 20px;
    border-radius: 10px;
}

.box-wrapper-title {
    text-align: center;
    font-size: 2rem;
    padding: 50px 0px;
    color: white;
    font-weight: bold;
    letter-spacing: 15px;
    text-shadow: 1px 2px 3px black;
}

.info-address {
    text-align: center;
    font-size: 1rem;
}

.info-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px 0px;
}

.info-left, .info-right {
    font-size: 1rem;
}

.info-left {
    color: red;
    font-weight: bold;

}

.boxes {
    margin: 20px 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 1px 2px 3px;
    position: relative;
}

.box {
    border-radius: 10px 10px 0 0;
    height: 300px;
    transition: 0.3s;
}

.box img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 300px;
}

.textbox {
    background-color: white;
    text-align: center;
    color: black;
    text-decoration: none;
    padding: 10px 10px;
    border-radius: 0 0 10px 10px;
    font-size: .7rem;
}

.textbox h3 {
    border-top: 1px solid black;
    padding: 10px 0px;
    color: darkgoldenrod;
    font-weight: bold;
    font-size: 1.5rem;
}

.box:hover {
    opacity: .5;


}

dd, dt, dl {
    margin: 0px 10px;
    font-weight: 400;
}

/* 付箋 */

.new {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    font-family: serif;
    position: absolute;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    background-color: red;
    width: 60px;
    height: 60px;
    z-index: 2;
    text-shadow: 1px 1px 1px black;
}

.favo {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    position: absolute;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    background-color: orange;
    width: 60px;
    height: 60px;
    z-index: 2;
    text-shadow: 1px 1px 1px black;
}

.yield {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    position: absolute;
    color: yellow;
    border-radius: 50%;
    font-weight: bold;
    background-color: darkgoldenrod;
    width: 80px;
    height: 80px;
    z-index: 2;
}

.fixed{
    display: flex;
    justify-content: center;
    opacity: .8;
    align-items: center;
    top: 120px;
    left: 100px;
    font-family: serif;
    position: absolute;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    background-color: red;
    width: 200px;
    height: 60px;
    z-index: 2;
    text-shadow: 1px 1px 1px black;}

/* event-page */

.event-wrapper {
    text-align: center;
    font-family: serif;
}


.event-wrapper h1 {
    margin: 50px 0px;
}

.event-date-end::before {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    content: "〜";
}

.event-items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    font-family: serif;
}

.event-item {
    width: 50%;
    margin: 30px 0px;
}

.event-box, .event-box:hover, .event-box:active {
    color: black;
}

.event-img {
    display: inline-block;
    overflow: hidden;
}

.event-item img {
    width: 170px;
    display: block;
    transition-duration: .5s;
}

.event-item img:hover {
    transform: scale(1.2);
}

.event-title {
    font-size: .8rem;
    letter-spacing: 2px;
    line-height: 3;
    color: rgba(30, 31, 33, .5);
    font-family: serif;
}

.event-text {
    font-weight: bolder;
    font-family: serif;
    line-height: 20px;
    margin: 0px 5px;
    font-size: .8rem;
}

.event-detail {
    text-align: left;
    margin: 0px 15px;
}

.event-detail h3 {
    margin: 10px 0px 0px 0px;
    font-size: .5rem;
    font-weight: 100;
}

.event-date {
    display: flex;
    justify-content: center;
    font-size: .5rem;
    letter-spacing: 1px;
}