/* plan css*/

/* 一覧ページ */
#sec1 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
#sec1 ul li {
    text-align: center;
    width: 35%;
}
#sec1 ul li:nth-child(1) {
    width: 65%;
}

#sec2,#sec3,#sec4,#sec5,#sec6 {
    padding-bottom: 40px;
}
#sec2 .plan-btn {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    justify-content: center;
}
#sec2 .plan-btn li {
    width: 33.3333%;
    padding: 10px;
}
#sec2 .plan-btn li a {
    padding: 5px;
    background: #be9461;
    color: white;
    display: block;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 18px;
    transition: all .3s ease-in-out;
    border: 1px solid #be9461;
}
#sec2 .plan-btn li a:hover {
    background: white;
    color: #be9461;
}
#sec2 .plan-btn li a span{
    font-size: 25px;
}

.plan-inner {
    margin: 0 auto;
    max-width: 1000px;
}


h3 {
    color: #be9461;
    font-size: 25px;
    position: relative;
    margin-bottom: 10px;
}
h3::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #be9461;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
h3 > div {
    background: white;
    position: relative;
    padding-right: 20px;
    z-index: +1;
    display: inline-block;
}
h3 span {
    font-size: 35px;
}
.plan-list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.plan-list > li {
    width: 50%;
    padding: 10px;
}
.plan-list > li a {
    transition: all .3s ease-in-out;
    display: block;
}
.plan-list > li img {
    vertical-align: bottom;
}
.plan-list > li a:hover{
    opacity: 0.6;
}
.heimen img{
	width: 1000px;
}
.heimen_1{
	text-align: center;
}
#sec8 {
    padding-bottom: 80px;
}
#sec8 .inner{
    text-align: center;
}
@media (max-width: 767px) {
    #sec1 ul li {
        width: 100%;
    }
    #sec1 ul li:nth-child(1) {
        width: 100%;
        padding-bottom: 40px;
    }
    #sec1 ul li p {
        font-size: 12px;
    }
    #sec2 .plan-btn {
        margin: -5px;
    }
    #sec2 .plan-btn li {
        width: 50%;
        padding: 5px;
    }
    h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    h3 span {
        font-size: 25px;
    }
    .plan-list {
        margin: -5px;
    }
    .plan-list > li {
        width: 100%;
        padding: 5px;
    }
    #sec2 .plan-btn li a {
        padding: 10px;
    }
    #sec2 .plan-btn li a span {
        font-size: 20px;
    }
    #sec8 {
        padding-bottom: 40px;
    }
}


/* 詳細ページ */
#detail {
    border-top: 10px solid #062d47;
    border-bottom: 10px solid #062d47;
    position: relative;
}
#detail::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    width: 50%;
    height: inherit;
    border-top: 10px solid #a3a3a3;
    z-index: +1;
}
#detail::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 50%;
    height: inherit;
    border-bottom: 10px solid #a3a3a3;
    z-index: +1;
}
#detail .close-btn {
    background: #062d47;
    display: block;
    color: white;
    padding: 20px;
    width: 300px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 0 auto;
}

#detail .plan-spec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
#detail .plan-spec .type{
    font-size: 30px;
    color: #062d47;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #a3a3a3;
    line-height: 1em;
}
#detail .plan-spec .type span{
    font-size: 50px;
    line-height: 1em;
}
#detail .plan-spec .kinds{
    font-size: 30px;
    color: #a3a3a3;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #a3a3a3;
    line-height: 1em;
}
#detail .plan-spec .kinds span{
    font-size: 50px;
    line-height: 1em;
    color: #a3a3a3;
}
#detail .plan-spec .area{
    font-size: 16px;
    color: #a3a3a3;
    line-height: 1.2em;
}
#detail .plan-spec span{
    font-size: 30px;
    line-height: 1em;
    color: #062d47;
}

#detail .plan-spec02 {
    align-items: normal;
}
#detail .plan-spec02 .kinds{
    display: flex;
    align-items: baseline;
}
#detail .copy-light {
    font-size: 12px;
    text-align: center;
    margin: 40px 0;
}
#detail .inner {
    text-align: center;
}
@media (max-width: 767px) {
    #detail .plan-spec {
        justify-content: flex-start;
    }
    #detail .plan-spec .type{
        font-size: 20px;
        margin-bottom: 10px;
        margin-right: 0;
        border-right: none;
    }
    #detail .plan-spec .type span{
        font-size: 40px;
    }
    #detail .plan-spec .kinds{
        font-size: 20px;
        color: #a3a3a3;
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        margin-bottom: 10px;
    }
    #detail .plan-spec .kinds span{
        font-size: 40px;
    }
    #detail .plan-spec .area{
        font-size: 14px;
        width: 100%;
        border-top: 1px solid;
        padding-top: 20px;
    }
    #detail .plan-spec span{
        font-size: 20px;
    }
    #detail .close-btn {
        width: 100%;
        font-size: 12px;
    }
    #detail .copy-light {
        font-size: 10px;
    }
}

/* zeh画像 */
.zeh{
    text-align: center;
    margin-top: 50px;
}