@charset "UTF-8";

/*===============================

共通（ページ内）

================================*/

/*===============================

コンセプト

================================*/

#concept {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

@media screen and (max-width:960px) {
    #concept {
        text-align: left;
        margin-top: 50px;
    }
}

#concept:after {
    content: "";
    clear: both;
    display: block;
}

#concept .ideal {
    width: 40%;
    margin: 0 auto 50px;
}

#concept .title {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
}

#concept .container {
    position: relative;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
}

@media screen and (max-width:960px) {
    #concept .container {
        max-width: 960px;
    }
}

#concept .container .text {
    position: relative;
    margin: 0 auto;
}

#concept .container .text p {
    margin-bottom: 30px;
    line-height: 2.5;
}

#concept .triangle {
    width: 80%;
    margin: 0 auto;
}

/*===============================

i-3

================================*/

#i-3 {
    position: relative;
    margin: 0 auto;
    padding-bottom: 30px;
}

#i-3 :after {
    content: "";
    clear: both;
    display: block;
}

#i-3 .title {
    text-align: center;
    margin-bottom: 50px;
}


#i-3 .title span{
    color: #19612e;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 120%;
}


#i-3 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

#i-3 .container .box {
    position: relative;
    width: 30%;
    margin: 0 auto 80px;
    display: block;
    float: left;
    background-color: #FFF;
    padding: 30px 3% 45px;
    border-radius: 8px;

}

@media screen and (max-width:960px) {
    #i-3 .container .box {
        width: 45%;
    }
}

@media screen and (max-width:560px) {
    #i-3 .container .box {
        width: 100%;
        padding: 30px 5% 45px;
        margin: 0 auto 60px;
    }
}

#i-3 .container .box h3 {
    margin-bottom: 15px;
}

#i-3 .container .box h3 span{
    color: #19612e;
    display: inline-block;
    padding-right: 2px;
    font-size: 120%;
}


#i-3 .container .box p {
    margin-bottom: 30px;
}


/*===============================

deal

================================*/

#deal {
    position: relative;
    margin: 0 auto;
    padding-bottom: 30px;
}

#deal :after {
    content: "";
    clear: both;
    display: block;
}

#deal .title {
    text-align: center;
    margin-bottom: 50px;
}

#deal .title span{
    color: #19612e;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 120%;
}

#deal .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

#deal .container .box {
    position: relative;
    width: 100%;
    margin: 0 auto 80px;
    display: block;
    float: left;
    background-color: #FFF;
    padding: 30px 3% 45px;
    border-radius: 8px;

}

@media screen and (max-width:560px) {
    #deal .container .box {
        padding: 30px 5% 45px;
        margin: 0 auto 60px;
    }
}

#deal .container .box h3 {
    margin-bottom: 15px;
}

#deal .container .box h3 span{
    color: #19612e;
    display: inline-block;
    padding-right: 2px;
    font-size: 120%;
}

#deal .container .box p {
    margin-bottom: 30px;
}



/*===============================

会社概要

================================*/



#company {
    width: 90%;
    max-width: 1080px;
    margin: 0px auto;
    overflow: hidden;
    text-align: left;
    margin-bottom: 80px;
}

#company h2 {
    display: block;
    border-bottom: 1px solid #000;
    line-height: 200%;
    padding-left: 10px;
    margin: 50px 0px 30px;
}


#company li {
    padding: 10px 5px;
    border-bottom: 1px dotted #999;
}

#company li span {
    display: block;
    font-weight: bold;
    color: #666;
    line-height: 50px;
}
.button-54 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin: 30px auto;
    padding: .9em 3em .9em 2em;
    border: 1px solid #333333;
    color: #333333;
    font-size: 1.0rem;
}

.button-54::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #333333;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button-54:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

/*===============================

アクセス

================================*/

#access {
    position: relative;
    width: 100%;
    background-color: #333;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #FFF;
}

#access:after {
    content: "";
    clear: both;
    display: block;
}

#access .title {
    text-align: center;
    margin-bottom: 50px;
}

#access .GoogleMap {
    position: relative;
    width: 90%;
    margin: 0 auto;
    height: 0;
    padding-top: 40%;
    /*比率をお好みで*/
    border-radius: 8px;
}

@media screen and (max-width:560px) {
    #access .GoogleMap {
        padding-top: 400px;
        /*比率をお好みで*/
    }
}

#access .GoogleMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

#access .place-card.place-card-large {
    display: none;
}



/*===============================

フッター

================================*/


#footer-section {
    position: relative;
    background-color: #333;
    width: 100%;
    color: #fff;
    padding-bottom: 10px;
}

#footer-section a {
    color: #b1b9c5;
}

.footer {
    width: 90%;
    position: relative;

    margin: 0 auto;
}

.footer .account {
    width: 100%;
    font-size: 90%;
    margin: 0 0 50px;
}

@media screen and (min-width: 960px) {
    .footer .account {
        width: 42%;
        margin: 0 4% 0 0;
        float: left;
    }
}

.footer .account .logo img {
    width: 150px;
    margin-bottom: 30px;
}

.footer .account .image {
    position: relative;
    width: 50%;
    padding-top: 50%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    z-index: 0;

}

.footer .account .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    z-index: 0;
}


/* アコーディオンメニュー */

.footer .category {
    width: 100%;
}

/* Acordeon styles */
.footer .tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #3e4246;
}

@media screen and (min-width: 960px) {
    .footer .tab {
        width: 23%;
        margin: 0 1%;
        border-bottom: none;
        float: left;
    }
}

.footer input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.footer label {
    position: relative;
    display: block;
    /* アコーディオン タブ背景色 */
    cursor: pointer;
    line-height: 72px;
    padding-left: 10px;
}

.footer .tab-content {
    max-height: 0;
    overflow: hidden;
    font-size: 90%;
    /* タブ内背景色 */
    -webkit-transition: max-height .20s;
    -o-transition: max-height .20s;
    transition: max-height .20s;
}

@media screen and (min-width: 960px) {
    .footer .tab-content {
        max-height: 1000px;
    }
}

.footer .tab-content p {
    margin: 15px 10px;
    color: #000;
    /* タブ内文字色 */
}

/* :checked */
.footer input:checked~.tab-content {
    max-height: 1000px;
}

/* Icon */
.footer label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    text-align: center;
    -webkit-transition: all .20s;
    -o-transition: all .20s;
    transition: all .20s;
    line-height: 72px;
    font-size: 3.0rem;
}

@media screen and (min-width: 960px) {
    .footer label::after {
        display: none;
    }
}

.footer input[type=checkbox]+label::after {
    content: "+";
}

.footer input[type=checkbox]:checked+label::after {
    transform: rotate(45deg);
}

.footer .border {
    clear: both;
    margin-bottom: 30px;
}

@media screen and (min-width: 960px) {
    .footer .border {
        padding-top: 50px;
        border-bottom: 1px solid #3e4246;
        margin-bottom: 10px;
    }
}

/* リスト */

.footer ul.list {
    color: #FFF;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer ul.list li {
    padding: 10px;
    margin: 10px 20px;
    font-size: 1.3rem;
}

@media screen and (max-width: 960px) {
    .footer ul.list li {
        display: block;
        width: 100%;
        padding: 3px;
        margin: 5px 10px;
    }
}

.footer .copyright {
    text-align: right;
    font-size: 80%;
}

@media screen and (max-width: 960px) {
    .footer .copyright {
        text-align: center;
    }
}