@charset "UTF-8";

header .head_ttl::before {
    content: "デザイン";
    line-height: 1;
    margin: 4px 0 0;
}
.gnav li a.design{
    background: #eee;
    color: #000;
}

.subhead{
    background: url(../img/design/subhead.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.subhead_ttl{
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 1000px){
ul.gnavi li a.design{
    background: #eee;
    color: #000;
}
}
@media screen and (max-width: 750px){
.foot_nav .design a{
    background: #d8d8da;
}
}



/* scroll */
.scroll_flex{
    display: none;
}
@media screen and (max-width: 650px){
    .scroll_flex {
        display: flex;
        justify-content: space-between;
        width: 50%;
        margin: 0px auto 20px;
        flex-wrap: wrap;
    }
}

.scroll_flex_p {
    padding: 10px 0;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    width: 100%;
    text-align: center;
	white-space: nowrap;
	color: #3c3d45;
}
.scroll_l {
    position: relative;
    color: #3c3d45;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    /* margin-bottom: 40px; */
}
.scroll_flex .scroll_l, .scroll_flex .scroll {
    width: 48%;
    left: unset;
    right: unset;
    transform: unset;
}
.scroll {
    position: relative;
    color: #3c3d45;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
}
.scroll::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #3c3d45;
}
.scroll::after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #3c3d45;
    border-right: 1px solid #3c3d45;
    transform: rotate(45deg);
}
.scroll::before {
    animation: arrowlong01 2s ease infinite;
}
.scroll::after {
    animation: arrowlong02 2s ease infinite;
}
@keyframes arrowlong01 {
    0% {
        width: 0;
        opacity: 0
    }
    20% {
        width: 0;
        opacity: 1
    }
    80% {
        width: 105%;
        opacity: 1
    }
    100% {
        width: 105%;
        opacity: 0
    }
}
@keyframes arrowlong02 {
    0% {
        left: 0;
        opacity: 0
    }
    20% {
        left: 0;
        opacity: 1
    }
    80% {
        left: 103%;
        opacity: 1
    }
    100% {
        left: 103%;
        opacity: 0
    }
}

/* scroll_l */
.scroll_b{
    padding: 10px 0;
    margin: 10px auto 0;
}
.scroll_l {
    position: relative;
    color: #3c3d45;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    /* margin-bottom: 40px; */
}
.scroll_l::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #3c3d45;
}
.scroll_l::after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #3c3d45;
    border-right: 1px solid #3c3d45;
    transform: rotate(-135deg);
}
.scroll_l::before {
    animation: arrowlong03 2s ease infinite;
}
.scroll_l::after {
    animation: arrowlong04 2s ease infinite;
}
@keyframes arrowlong03 {
    0% {
        right: 0;
        width: 0;
        opacity: 0
    }
    20% {
        right: 0;
        width: 0;
        opacity: 1
    }
    80% {
        right: 0;
        width: 105%;
        opacity: 1
    }
    100% {
        right: 0;
        width: 105%;
        opacity: 0
    }
}
@keyframes arrowlong04 {
    0% {
        right: 0;
        opacity: 0
    }
    20% {
        right: 0;
        opacity: 1
    }
    80% {
        right: 103%;
        opacity: 1
    }
    100% {
        right: 103%;
        opacity: 0
    }
}


/* パノラマ */

.viewWrap{
    height: 30vw;
    min-height: 510px;
    position: relative;
    max-height: 510px;
}
.viewWrap img{
    /* left: -277%; */
    /* right: -60%; */
}
.panoramixImg {
width: auto;
max-width: none;
height: 100%;
position: absolute;
margin: auto;
}
.pano {
width: 100%;
height: 100%;
margin: 0 auto;
}
.pano .controls {
    position: absolute;
    top: 50%;
    left: 0;
    height: 0px;
    right: 0;
    transform: translateY(-40%);
}
.pano .controls a {
position: absolute;
display: block;
text-decoration: none;
color: #eee;
font-size: 0;
width: 50px;
height: 80px;
/* background: rgba(41, 172, 223, 0.8); */
background: rgba(46,56,90,0.8);
top: 50%;
transform: translateY(-50%);
}
.pano .controls a.left::before {
    content: "";
    position: absolute;
    /* right: 13px; */
    left: calc(50% + 2px );
    width: 4px;
    top: 50%;
    height: 4px;
    border-top: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    transform: translate(-50%,-50%) rotate(-45deg);
    animation-name: left01;
    transition-delay:0;
    transition-duration: 0;
    animation-delay: 0.5s;
    animation-duration: 1s;
    animation-iteration-count:infinite;
    /* animation-direction:alternate; */
    pointer-events: none;
}

.pano .controls a.left::after {
    content: "";
    position: absolute;
    /* right: 13px; */
    left: calc(50% - 2px );
    width: 4px;
    top: 50%;
    height: 4px;
    border-top: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    transform: translate(-50%,-50%) rotate(-45deg);
    animation-name: left01;
    transition-delay:0;
    transition-duration: 0;
    animation-delay: 0.5s;
    animation-duration: 1s;
    animation-iteration-count:infinite;
    /* animation-direction:alternate; */
    pointer-events: none;
}


.pano .controls a.right::before {
    content: "";
    position: absolute;
    /* right: 13px; */
    left: calc(50% + 2px );
    opacity: 1;
    width: 4px;
    top: 50%;
    height: 4px;
    border-top: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    transform: translate(-50%,-50%) rotate(135deg);
    animation-name: right01;
    transition-delay:0;
    transition-duration: 0;
    animation-delay: 0.5s;
    animation-duration: 1s;
    animation-iteration-count:infinite;
    pointer-events: none;
    /* animation-direction:alternate; */
    /* animation: 1s infinite alternate forwards right01;
    animation-play-state: running;
    transform-origin:center; */
}

.pano .controls a.right::after {
    content: "";
    position: absolute;
    /* right: 13px; */
    left: calc(50% - 2px );
    opacity: 1;
    width: 4px;
    top: 50%;
    height: 4px;
    border-top: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    transform: translate(-50%,-50%) rotate(135deg);
    /* animation: 1s infinite alternate forwards right01;
    animation-play-state: running;
    transform-origin:center; */
    animation-name: right01;
    transition-delay:0;
    transition-duration: 0;
    animation-delay: 0.5s;
    animation-duration: 1s;
    animation-iteration-count:infinite;
    pointer-events: none;
    /* animation-direction:alternate; */
}


@keyframes left01 {
    0% {
    transform: translate(5px,-50%) rotate(-45deg);
    }
    100% {
    transform: translate(-5px,-50%) rotate(-45deg);
    }
}

@keyframes right01 {
    0% {
        transform: translate(-5px,-50%) rotate(135deg);
    }

    100% {
        transform: translate(5px,-50%) rotate(135deg);
        
    }
}

.pano .controls a.left {
    left: 0;
}
.pano .controls a.right {
    right: 0;
    
}
.moving .pano .controls a {
opacity: 0.4;
color: #eee;
z-index: 80;
}

.sc_r{
    position: absolute;
    bottom: -35px;
    left:0;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    transform: scale(0.7);
    pointer-events: none;
}
.sc_l{
    position: absolute;
    bottom: -35px;
    right:0;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    transform: scale(0.7);
    pointer-events: none;
}




@media (max-width: 768px){

    .viewWrap {
        height: 340px;
        min-height: unset;
    }
}

@media (max-width:650px){
    .viewWrap {
        height: 280px;

    }
    .viewWrap img{
        /* left: 0; */
        /* left: -360%;
        max-width: 3000px; */
    }
    .pano .controls a {
        width: 40px;
        height: 60px;
    }
    .pano .controls {
        /* height: 60px; */
    }
    .sc_r {
        bottom: -28px;
        font-size: 10px;
    }
    .sc_l {
        bottom: -28px;
        font-size: 10px;
    }
}

@media (min-width: 2300px) {
    .viewWrap img{
        /* left:0; */
    }

}







.rotary_box{
    max-width: 1200px;
    margin: 0 auto 80px;
}

.design_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.design_flex_img, .design_flex_text{
    width: 48%;
}

.design_ttl01{
    font-size: 34px;
    color: #394867;
    margin-bottom: 0.5em;
    font-weight: 600;
    line-height: 1.3;
}
.design_ttl02{
    font-size: 28px;
    color: #394867;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: solid 1px #394867;
    line-height: 1.5;
}
.design_lead{
    font-size: 18px;
    text-align: justify;
    line-height: 2;
}

#section02{
    margin: 80px auto;
    padding: 80px 0;
    background: #1d1d1d;
}
#section02 .design_ttl01{
    color: #fff;
}
#section02 .design_ttl02{
    color: #fff;
    border-bottom: solid 1px #fff;
}
#section02 .design_lead{
    color: #fff;
}


.design_center_text{
    text-align: center;
    margin: 0 auto 40px;
}
.design_center_text .design_lead{
    text-align: center;
}


#section03{
    margin: 0 auto 80px;
}

.merit_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.merit_item{
    width: 30%;
}
.merit_item:nth-child(n + 4){
    margin-top: 40px;
}
.merit_ttl {
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    display: flex;
    align-items: center;
    font-feature-settings: "palt";
    font-weight: 500;
}
.merit_ttl > span {
    background-image: linear-gradient(90deg, #023c99, #069bf7);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 100px;
}
.merit_lead {
    line-height: 1.5;
    color: #3c3d45;
    font-size: 14px;
}


#section05{
    margin: 80px auto 0;
    padding: 80px 0 0;
    background: #dedede;
}
#section05 .com_inner{
    position: relative;
    z-index: 2;
}
#section05 .design_center_text{
    filter: drop-shadow(0px 0px 5px rgba(222, 222, 222, 1)) drop-shadow(0px 0px 5px rgba(222, 222, 222, 1)) drop-shadow(0px 0px 5px rgba(222, 222, 222, 1));
}

.plants_list{
    display: flex;
    justify-content: space-between;
    margin: 0 auto 120px;
}
.plants_list li{
    width: 23%;
}

.design_tree{
    position: absolute;
    width: 24%;
    max-width: 460px;
    right: 0;
    top: 3%;
    z-index: 1;
}


@media screen and (max-width: 1200px){
.merit_item{
    width: 48%;
}
.merit_item:nth-child(n + 3){
    margin-top: 30px;
}
.merit_ttl {
    font-size: 16px;
}
.merit_ttl > span {
    width: 25px;
    height: 25px;
}
.design_ttl01 {
    font-size: 28px;
}
.design_ttl02{
    font-size: 24px;
}
.design_lead{
    font-size: 16px;
}
}

@media screen and (max-width: 1000px){
.plants_list {
    margin: 0 auto 80px;
}

}

@media screen and (max-width: 768px){
.design_ttl01 {
    font-size: 26px;
}
.design_ttl02{
    font-size: 22px;
}

}

@media screen and (max-width: 750px){

}

@media screen and (max-width: 650px){
.rotary_img{
    overflow-x: scroll;
    writing-mode: vertical-rl;
    width: 100%;
}
.rotary_img img{
    min-width: 170vw;
}
.design_ttl01 {
    font-size: 24px;
}
.design_ttl02{
    font-size: 20px;
}

.design_lead{
    font-size: 14px;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}
.merit_item{
    width: 100%;
}
.merit_item:nth-child(n + 2) {
    margin-top: 30px;
}
.merit_lead {
    font-size: 12px;
}

.design_flex{
    flex-wrap: wrap;
}
.design_flex_img, .design_flex_text{
    width: 100%;
}
.design_flex_text{
    order: 1;
    margin: 0 auto 40px;
    text-align: center;
}
.design_flex_img{
    order: 2;
}
.design_flex_text .design_lead{
    text-align: center;
}

.plants_list{
    flex-wrap: wrap;
    max-width: 450px;
}
.plants_list li{
    width: 48%;
}
.plants_list li:nth-child(n + 3){
    margin-top: 4%;
}

.hall_img > div{
    overflow-x: scroll;
}
.hall_img > div img{
    width: 700px;
    padding-bottom: 10px;
}

#section02 {
    margin: 60px auto;
    padding: 60px 0;
}
#section03 {
    margin: 0 auto 60px;
}
#section05 {
    margin: 60px auto 0;
    padding: 60px 0 0;
}
}


