
.image_in {
    position: relative;
    width: 100%;
    height: 100%;
     background-image: url(../image/main.jpg);
 background-repeat: no-repeat;
 background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.design_contents {
    position: relative;
    z-index: 3;
    background: #fff;
    padding-top: 200px;
}

.design_contents h2 {
   text-align: center;
    font-size: min(3.1vw, 28px);
    margin-bottom: 50px;
    line-height: 200%;
}
.design_contents .read_text {
   text-align: center;
    font-size: min(3.8vw, 16px);
    margin-bottom: 80px;
    line-height: 200%;
}

.design_contents .design_image {
    width: 90%;
    margin-left: 10%;
}

.design_contents .design_image .in_image {
    position: relative;
}
.design_contents .design_image .in_image .cap {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 12px;
      text-shadow: 5px 2px 3px rgba(0, 0, 0, 0.4), -3px -2px 3px rgba(0, 0, 0, 0.4);
}
.design_contents .design_image .in_image .andmore {
    position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
    color: #fff;
    font-size: min(3.8vw, 30px);
    letter-spacing: 0.2em;
}


.design_contents .design_image .design_text {
    padding: 30px 0;
    display: flex;
    align-items: center;
justify-content: space-between;

flex-direction:row-reverse
}
.design_contents .design_image .design_text h3 {
color: #c6b198;
font-size: min(3vw, 33px);
letter-spacing: 0.1em;
    padding-right: 5vw;
}
.design_contents .design_image .design_text p {
font-size: min(2.8vw, 16px);
    line-height: 200%;
}

@media screen and (max-width: 867px) {

.design_contents .design_image {
    width: 87%;
    margin-left: 13%;
}
    
.design_contents .design_image .design_text h3 {
    padding-right: 2vw;
    width: 36%;
    text-align:right;
}
    
.design_contents .design_image .design_text p {
    width: 64%;
} 
     
}


@media screen and (max-width: 767px) {
    
 .design_contents h2 {
    font-size: min(4vw, 30px);
}
    
.design_contents .design_image {
    width: 80%;
    margin-left: 20%;
}  

.design_contents .read_text {
    font-size: min(3.0vw, 15px);
    margin-bottom: 50px;
}
    
.design_contents .design_image .in_image img {
   width: 200%;
    margin-left: -50%;
}
    
.design_contents .design_image .design_text {
    padding: 20px 0;
    display: block;
}
.design_contents .design_image .design_text h3 {
    width: 100%;
    text-align: left;
    font-size: min(4.5vw, 33px);
    padding-right: 0%;
    margin-bottom: 10px;
}
.design_contents .design_image .design_text p {
    width: 100%;
    font-size: min(2.8vw, 15px);
    line-height: 200%;
    padding-right: 15px;
    box-sizing: border-box;
}  
    
.page_caution {
    text-align: left;
    font-size: min(2.2vw, 11px);
    margin: 0 20px;
} 
    
    
}

