@charset "utf-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

style-con1

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.style-con1{
    margin-bottom: 30px;
    position: relative;
    height:1760px;
}

@media screen and (min-width: 768px) and (max-width:991px)
{
     .style-con1{
    margin-bottom:0;
        display: flex;
        width:97%;
        height:1700px;
}
}


@media screen and (min-width: 992px),
print {
    .style-con1{
    margin-bottom:80px;
        display: flex;
        width:97%;
        height:1470px;
        background-color:#fffbfb;
        border-radius:40px 10px 40px 10px;
}

}

.style-con1-left{
    position: absolute;
    z-index: 1;
}

@media screen and (min-width: 768px) and (max-width:991px)
{
    .style-con1-left{
        width:50%;
}
}

@media screen and (min-width: 992px),
print {
    .style-con1-left{
        width:40%;
}
}

.style-con1-right{
    background-image: url("https://konkatsucafe.com/img/style/back1.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom:0px;
    left:30px;
    z-index: 2;
    padding: 40px 10px 40px 20px;
}

@media screen and (min-width: 768px),
print {
     .style-con1-right{
background-image: url("https://konkatsucafe.com/img/style/back1.jpg");
         border-radius:40px 10px 40px 10px;
}
}

@media screen and (min-width: 768px) and (max-width:991px)
{
    .style-con1-right{
    bottom:0;
    left:36%;
        padding: 40px 50px;
        
}
}

@media screen and (min-width: 992px),
print {
     .style-con1-right{
    left:33%;
         max-width:850px;
         padding:60px;
         bottom:30px;
}
}

.style-con1-title1{
    font-size:20px;
    color:#8E354A;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px),
print {
   .style-con1-title1{
    font-size:30px;
       margin-bottom: 40px;
} 
}

.style-con1-t2{
    margin-bottom: 20px;
}

@media screen and (min-width: 768px),
print {
    .style-con1-t2{
    margin-bottom: 50px;
}
}

.furisode-top-title2{
    font-size:20px;
    color:#8E354A;
    margin-bottom: 15px;
    text-align: center;
}

@media screen and (min-width: 768px),
print {
   .furisode-top-title2{
    font-size:30px;
       margin-bottom: 20px;
} 
}

.furisode-top-t3{
    padding:0 10px;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px),
print {
    .furisode-top-t3{
    margin:0 auto 50px;
    max-width:750px;
        
}
}

.style-photo1{
        margin-bottom:30px;
}

@media screen and (min-width: 768px),
print {
.style-photo1{
    max-width:1000px;
        margin:0 auto 60px;
}
    }

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

style-con2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.style-con2-area{

    background-image: url("https://furisode.jeez.jp/img/style/back2.jpg");
    background-position: right;
    background-repeat: no-repeat;
}

.style-con2{
    margin-bottom: 30px;

}

@media screen and (min-width: 768px),
print {
    .style-con2{
        display: flex;
}
}

@media screen and (min-width: 768px) and (max-width:991px)
{
    .style-con2{
    margin-bottom: 60px;
}
}


@media screen and (min-width: 992px),
print {
    .style-con2{
    margin-bottom: 60px;
        max-width:80%;
}
}

@media screen and (min-width: 768px) and (max-width:991px)
{
    .style-con2-left{
    width:40%;
}
}

@media screen and (min-width: 992px),
print {
.style-con2-left{
    max-width:800px;
    min-width:400px;
}
    }

.style-con2-right{
    background-color:#F0E9E9;
    
}

@media screen and (min-width: 768px) and (max-width:991px)
{
    .style-con2-right{
    width:60%;
}
}


@media screen and (min-width: 992px),
print {
.style-con2-right{
    margin-top:60px;
    max-width:800px;
}
    }

.style-card{
   margin-bottom: 30px; 
}

@media screen and (min-width: 768px) and (max-width:991px)
{
    .style-card{
   margin-bottom: 30px; 
}
}

@media screen and (min-width: 992px),
print {
    .style-card{
   margin-bottom: 50px; 
}
}



.style-key ul{
    display: flex;
    flex-wrap: wrap;
    padding:30px 10px;
}

@media screen and (min-width: 768px) and (max-width:991px)
{
    .style-key ul{
        padding:30px;
}
}

@media screen and (min-width: 992px),
print {
    .style-key ul{
        padding:0 60px 60px;
}
}

.style-key li{
    margin:0 15px 15px 0;
    padding:5px;
    background-color: #fff;
}

.key-t1{
    background-color: #EB7A77;
    padding:8px;
    width:150px;
    border-radius: 50px;
    margin-bottom: 10px;
    margin-left:10px;
    color:#fff;
    text-align: center;
}

@media screen and (min-width: 768px) and (max-width:991px)
{
    .key-t1{
        margin-left:20px;
        margin-bottom: 30px;
}
}

@media screen and (min-width: 992px),
print {
    .key-t1{
        margin-left:60px;
        margin-bottom: 30px;
}
}

.key-t2{
    margin-bottom: 20px;
}

@media screen and (min-width: 768px),
print {
    .key-t2{
    margin-bottom: 50px;
}
}

.key-t3{
    font-size:18px;
    color:#8E354A;
    margin-bottom: 15px;
    padding:0 10px;
}

@media screen and (min-width: 768px) and (max-width:991px)
{
       .key-t3{
    font-size:20px;
       margin-bottom: 20px;
       padding:0 40px;
} 
}

@media screen and (min-width: 992px),
print {
   .key-t3{
    font-size:20px;
       margin-bottom: 20px;
       padding:0 60px;
} 
}


/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

style-con3

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


.style-con3-area{

    background-image: url("https://furisode.jeez.jp/img/style/back3.jpg");
    background-position: left;
    background-repeat: no-repeat;
}

.style-con3{
    margin-bottom: 30px;
}

@media screen and (min-width: 768px),
print {
    .style-con3{
        display: flex;
        justify-content: flex-end;
}
}

@media screen and (min-width: 768px) and (max-width:991px)
{
    .style-con3{
    margin-bottom: 60px;
        
}
}


@media screen and (min-width: 992px),
print {
    .style-con3{
    margin-bottom: 60px;
        max-width:90%;

}
}

@media screen and (min-width: 768px) and (max-width:991px)
{
    .style-con3-right{
    width:40%;
        order:2;
}
}

@media screen and (min-width: 992px),
print {
.style-con3-right{
    max-width:800px;
    min-width:400px;
    order:2;
}
    }

.style-con3-left{
    
    background-color:#F0E9E9;
    
}

@media screen and (min-width: 768px) and (max-width:991px)
{
    .style-con3-left{
    width:60%;
        order:1;
}
}


@media screen and (min-width: 992px),
print {
.style-con3-left{
    margin-top:60px;
    max-width:800px;
    order:1;
}
    }















/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

@media screen and (min-width: 992px),
print {
    
}

@media screen and (min-width: 768px) and (max-width:991px)
{
}

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/