@charset "utf-8";

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

背景動画

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


#video-area{
    position: relative;
    height: 100vh;
} 

#video-con{
    position: fixed;
    z-index: -1;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {

    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 177.77777778vh; 
    height: 56.25vw; 
    min-height: 100%;
    min-width: 100%;
}

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

スタッフ紹介

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

.top-staff-area{
    background-image: url("../../../../img/top/back1.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 30%;
    padding:30px 0;
    background-color:#FFF9F9;
}

@media screen and (min-width: 768px),
print {
    .top-staff-area{
    padding:50px 0;
        background-size:auto;
        background-position: left 50px top 0;
}
}

.top-staff-con{
    position: relative;
    
}

@media screen and (min-width: 768px),
print {
    .top-staff-con{
        max-width:1200px;
        margin:auto;
    padding:60px 30px;
        display: flex;
        justify-content: space-between;
}
}

.top-staff-left{
    position: relative;
    height:580px;

}

@media screen and (min-width: 768px) and (max-width:991px)
{
    .top-staff-left{
        width:53%;
        height:700px;
}
}

@media screen and (min-width: 992px),
print {
    .top-staff-left{
        width:58%;
        height:920px;
}
}


.top-staff-left-photo1 ul{
    z-index:1;
    display: flex;
    width:90%;
}

@media screen and (min-width: 768px),
print {
    .top-staff-left-photo1 ul{
    z-index:1;
    display: flex;
    max-width:700px;
}
}

.top-staff-left-photo1 li{
    width:50%;
}

.top-staff-left-photo2 ul{
    position: absolute;
    bottom:0;
    right:0;
    z-index:2;
    display: flex;
    width:90%;
    
}

@media screen and (min-width: 768px),
print {
    .top-staff-left-photo2 ul{
     
    display: flex;
    max-width:600px;
}
}

.top-staff-left-photo2 li{
    width:50%;
}


.top-staff-t1{
    font-size:20px;
    color:#C79090;
    margin-bottom:10px;
    padding:0 10px;
}

@media screen and (min-width: 768px),
print {
    .top-staff-t1{
    font-size:45px;
        padding:0;
}
}

.top-staff-t2{
    
    padding:0 10px;
    margin-bottom:20px;
}

@media screen and (min-width: 768px),
print {
    .top-staff-t2{

        padding:0;
        margin-bottom:45px;
}
}

.top-staff-right{
    margin-top:30px;
    padding:0 10px;
    text-align: center;
}

@media screen and (min-width: 768px) and (max-width:991px)
{
    .top-staff-right{
    padding:220px 0 0 0;
        width:43%;
        text-align: center;
        margin-top:0;
}
}

@media screen and (min-width: 992px),
print {
    .top-staff-right{
    padding:260px 0 0 0;
        width:37%;
        
        margin-top:0;
}
}

.top-staff-t3{
    font-size:20px;
    color:#C79090;
    margin-bottom:10px;
    padding:0 10px;
}

@media screen and (min-width: 768px),
print {
    .top-staff-t3{
    font-size:25px;
}
}

.top-staff-t4{
    font-size:35px;
    color:#C79090;
    margin-bottom:10px;
    padding:0 10px;
}

@media screen and (min-width: 768px) and (max-width:991px)
{
     .top-staff-t4{
    font-size:37px;
        padding:0;
}
}

@media screen and (min-width: 992px),
print {
    .top-staff-t4{
    font-size:45px;
}
}



.top-staff-t6{
    color:#C79090;
    padding:0 10px;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px),
print {
    .top-staff-t6{
    padding:0;
    margin-bottom: 40px;
}
}

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

数字カウント

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


.top-kaunt ul{
    padding:0 10px;
    
}

@media screen and (min-width: 768px),
print {
   .top-kaunt ul{
    padding:0;
       display: grid;
       gap:10px;
       grid-template-columns: 1fr 1fr;
       
} 
}

.top-kaunt li{
    padding:20px 20px 10px;
    background-color:#F16669;
    margin:0 auto 30px;
    color:#fff;
    border-radius:15px;
    width:70%;
}

@media screen and (min-width: 768px),
print {
    .top-kaunt li{
    width:100%;
}
}

.top-kaunt-t10{
    font-size:23px;
    margin-bottom:15px;
    text-align: center;
    line-height: 1.5;
}

@media screen and (min-width: 768px),
print {
    .top-kaunt-t10{
font-size:15px;
       
}
}

@media screen and (min-width: 992px),
print {
    .top-kaunt-t10{
font-size:18px;
       
}
}

.top-kaunt-t11{
    font-size:45px;
    margin-bottom:10px;
    text-align: center;
    line-height:0.5;
}

@media screen and (min-width: 768px),
print {
    .top-kaunt-t11{
font-size:30px;
     
}
}

.top-kaunt-t12{
    font-size:20px;
    margin-bottom:10px;
    text-align: center;
}

@media screen and (min-width: 768px),
print {
    .top-kaunt-t12{
    font-size:12px;
}
}


@media screen and (min-width: 992px),
print {
    .top-kaunt-t12{
    font-size:14px;
}
}

.top-kaunt-t13{
    font-size:30px;
}

@media screen and (min-width: 768px),
print {
    .top-kaunt-t13{
font-size:23px;
}
}




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

ハート動作

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


.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

.anim-box {
    position: absolute;
    top:-10px;
    right:0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
    color:#fff;
    font-size:23px;
    text-align:center;
  line-height: 100px;
    z-index:2;
}

@media screen and (min-width: 768px) and (max-width:991px)
{
     .anim-box {
width: 250px;
  height: 300px;
         top:0;
    right:50px;
}
}

@media screen and (min-width: 992px),
print {
    .anim-box {
width: 300px;
  height: 300px;
    right:100px;
}
}


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

スライド

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

.top-slider-area{
    position: relative;
    background-image: url("../../../../img/top/back2.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top:60px;
}

@media screen and (min-width: 768px),
print {
    .top-slider-area{
padding-top:110px;
}
}

.top-slider-title{
    color:#CB4063;
    
    position:absolute;
    top:15px;
    right: 0;
  left: 0;
    border-radius:25px;
    background-color:#FFF4F5;
    padding:12px;
    font-size:22px;
    margin:15px;
    z-index: 2;
    text-align: center;
}

@media screen and (min-width: 768px),
print {
    .top-slider-title{
        top:50px;
    padding:15px;
    font-size:35px;
        margin:auto;
        width:600px;
        
}
}


.slider img {
    width:100%;
    height:auto;

}



.slider .slick-slide {
    margin:0;
}

.slider li{
    position: relative;
}


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

　　　特　徴

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

.top-toku-area{
    margin-bottom:30px;
    background-image:url("../../../../img/top/back3.png");
    background-repeat: no-repeat;
    background-position: left　top;

    height:648px;
    padding-top:35px;
}


@media screen and (min-width: 768px) and (max-width:991px)
{
    .top-toku-area{
    
        height:880px;
}
}



@media screen and (min-width:992px),
print {
    .top-toku-area{
   margin-bottom:0;
        display: flex;
        justify-content: flex-end;
        padding:0 0 0 30px;
        height:513px;

}
}

.top-toku-con-right{
    margin-bottom:30px;
}



@media screen and (min-width: 992px),
print {
    .top-toku-con-right{
    margin-bottom:0;
        max-width:800px;
}
}

.top-toku-con-left{
    padding:0 10px;
}

@media screen and (min-width: 768px) and (max-width:991px)
{
    .top-toku-con-left{
    text-align: center;
}
}

@media screen and (min-width: 992px),
print {
    .top-toku-con-left{
    padding:60px 0 0;
        max-width:600px;
        margin-right:60px;
}
}

.top-toku-t1{
    color:#C79090;
    padding:0 10px;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px),
print {
    .top-toku-t1{
    padding:0;
    margin-bottom:40px;
        line-height:2.7;
}
}

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

流れ

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

.top-nagare-area{
    margin-bottom:30px;
    background-image:url("../../../../img/top/back4.png");
    background-repeat: no-repeat;
    background-position:right　top;
    background-size:cover;
    width:100%;
    height:648px;
    padding-top:35px;

}


@media screen and (min-width: 768px) and (max-width:991px)
{
    .top-nagare-area{
    
        height:880px;
}
}



@media screen and (min-width:992px),
print {
    .top-nagare-area{
   margin-bottom:0;
        display: flex;
        padding:0;
        height:560px;
        

}
}

.top-nagare-con-left{
    margin-bottom:30px;
}



@media screen and (min-width: 992px),
print {
    .top-nagare-con-left{
    margin-bottom:0;
        max-width:800px;
        order:1;
}
}

.top-nagare-con-right{
    padding:0 10px;
}

@media screen and (min-width: 768px) and (max-width:991px)
{
    .top-nagare-con-right{
    text-align: center;
}
}

@media screen and (min-width: 992px),
print {
    .top-nagare-con-right{
    padding:60px 0 0 60px;
        max-width:600px;
        margin-right:60px;
        order:2;
}
}

.top-nagare-t1{
    color:#C79090;
    padding:0 10px;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px),
print {
    .top-nagare-t1{
    padding:0;
    margin-bottom:40px;
        line-height:2.7;
}
}

.top-nagare-t4{
    font-size:35px;
    color:#C79090;
    margin-bottom:10px;
    padding:0 10px;
}

@media screen and (min-width: 768px) and (max-width:991px)
{
     .top-nagare-t4{
    font-size:37px;
        padding:0;
}
}

@media screen and (min-width: 992px),
print {
    .top-nagare-t4{
    font-size:45px;
}
}

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

式場

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


.top-shiki-t1{
    position: absolute;
    bottom:20px;
    padding:7px 0;
    width:100%;
    text-align: center;
    background-color: rgba(255,255,255,0.5);
    
}

.top-shiki-t2{
    padding:0 10px;
    margin:30px 0;
}

@media screen and (min-width: 768px),
print {
    .top-shiki-t2{
    padding:0 30px;
        max-width:1030px;
        margin:30px auto;
}
}

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

LGBTバナー

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

.mendan-banner{
    margin:50px 0;
    padding:0 20px;
}


@media screen and (min-width: 992px),
print {
    .mendan-banner{
        text-align: center;
margin:80px 0;
        padding:0;
}
}

.lgbt-banner{
    text-align: center;
    margin:50px 0;
    padding:0 20px;
}

@media screen and (min-width: 992px),
print {
   .lgbt-banner{
    text-align: center;
    margin:80px 0;
       padding:0;
} 
}

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

LINE

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

.top-line-area{
    background-color: #00A75B;
    padding:5px 0 40px;
}

@media screen and (min-width: 768px),
print {
    .top-line-area{
    background-color: #00A75B;
    padding:60px 30px;
}
}

.top-line-title{
    background-color:#ED4410;
    padding:7px;
    font-size: 20px;
     width:100%;
    color:#fff;
    margin-bottom:20px;
}

@media screen and (min-width: 768px),
print {
    .top-line-title{
    background-color:#ED4410;
    padding:10px;
        font-size:28px;
        max-width:900px;
        border-radius:50px;
        margin:0 auto 30px;
}
}

@media screen and (min-width: 992px),
print {
    .top-line-title{
    text-align: center;
}
}


@media screen and (min-width: 768px),
print {
.top-line-con{
    max-width: 800px;
    margin:0 auto 0;
    display: flex;
    justify-content: space-between;
    
    
}
    }

@media screen and (min-width: 992px),
print {
.top-line-con{
    margin:0 auto 0;
    
    
    
}
    }


.top-line-left{
    position: relative;
    height:270px;
    width:35%;
    margin:auto;
}

@media screen and (min-width: 768px),
print {
    .top-line-left{
    margin-bottom:0;
        max-width:30%;

        height:auto;
}
}


@media screen and (min-width: 768px),
print {
.top-line-left img{
    width:200px;
}
    }
    
    

@media screen and (min-width: 768px),
print {
.top-line-right{
    max-width:58%;

    padding-top:50px;
}
    }

@media screen and (min-width: 992px),
print {
.top-line-right{
    padding-top:100px;
}
    }

.top-line-t1{
    font-size:22px;
    color:#fff;
    padding:0 10px;
    text-align: center;
    
}

@media screen and (min-width: 768px),
print {
    
    .top-line-t1{
                padding: 0;
    font-size:27px;
}
}

.top-line-t2 {
  position: relative;
  padding: 5px;
  text-align: center;
    margin-bottom:20px;
    font-size:25px;
    color:#E01215;
}

.top-line-t2:before {
  position: absolute;
  bottom: -3px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background:#E01215;
}

.top-line-t4-back{
    background-color: #00924F;
    padding:30px 10px;
    margin-bottom: 30px;
}


@media screen and (min-width: 768px),
print {
    .top-line-t4-back{
    padding:40px;
        max-width: 1000px;
        margin:0 auto 60px;
}
}

.top-line-t4{
    font-size:23px;
    color:#fff;
    margin-bottom:10px;
}

@media screen and (min-width: 768px),
print {
    .top-line-t4{
    font-size:27px;
}
}

.top-line-t5{
    color:#fff;
}

@media screen and (min-width: 768px),
print {
.top-line-qr{
    display: flex;
    justify-content: space-between;
    max-width: 800px;
        margin:0 auto 60px;
}
    }

.top-line-qr-left{
    margin-bottom:20px;
}

@media screen and (min-width: 768px),
print {
    .top-line-qr-left{
    width:49%;
}
}

.top-line-qr-right{
    margin-bottom:20px;
}

@media screen and (min-width: 768px),
print {
    .top-line-qr-right{
    width:49%;
}
}

.top-line-t6{
    font-size:30px;
    color:#F7F80A;
}

@media screen and (min-width: 768px),
print {
    .top-line-t6{
    font-size:37px;
}
}

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

qocard

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



@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}


.anime-fuwafuwa {
  animation: 3s fuwafuwa infinite;
}


.top-qocard {
  position: absolute;
  top:80px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
}

@media screen and (min-width: 768px),
print {
    .top-qocard {
  
  top:50px;
  width: 190px;
  height: 190px;
}
}


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

スケジュール

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


.top-party-suke{
    background-color: #fff5f6;
    padding:30px 0;


}

@media screen and (min-width: 992px),
print {
    .top-party-suke{
    padding:70px 0 40px;

}
}

.top-party-suke-t1{
    width:90%;
    background-color: #f6bfc4;
    text-align: right;
    color:#D20407;
    padding:10px;
    font-size:20px;
    margin-bottom: 20px;
}


@media screen and (min-width: 992px),
print {
    .top-party-suke-t1{
    width:60%;
    text-align: right;
        font-size:35px;
}
}

.top-party-suke-t2{
    background-color: #f6bfc4;
    width:80%;
    text-align: right;
    color:#fff;
    padding:10px;
    font-size:18px;
    margin-bottom: 40px;
}


@media screen and (min-width: 768px),
print {
    .top-party-suke-t2{
    width:50%;
    text-align: right;
        font-size:20px;
        margin-bottom: 40px;
}
}

.top-party-suke-con ul{
    padding:0 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px;
}

@media screen and (min-width: 768px),
print {
  .top-party-suke-con ul{
    padding:0 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
      max-width:1400px;
      margin:auto;
}
  
}

.top-party-suke-con li{
    margin-bottom:10px;
}

@media screen and (min-width: 768px),
print {
   .top-party-suke-con li{
    margin-bottom:15px;
} 
}
@media screen and (min-width: 992px),
print {
.top-party-day-area{
    display: flex;
}
    }

.top-party-suke-t3{
    font-size:20px;
    color:#B81D44;
}

@media screen and (min-width: 992px),
print {
    .top-party-suke-t3{
    font-size:16px;
        margin-right:5px;
}
}

.party-suke-title{
    font-size:13px;
}

.top-party-suke-t4{
    font-size:18px;
    margin-bottom:5px;
}

@media screen and (min-width: 992px),
print {
    .top-party-suke-t4{
    font-size:16px;
}
}

.party-suke-title{
    font-size:13px;
}

.party-suke-photo{
    margin-bottom:5px;
}

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

スケジュールボタン

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



.top-suke-monthly-title {
  position: relative;
  padding: 5px;
  text-align: center;
    margin-bottom:30px;
    font-size:25px;
    color: #8D566D;
}

@media screen and (min-width: 768px),
print {
    .top-suke-monthly-title {
  margin:30px 0 50px;
    font-size:35px;
    color: #8D566D;
}
}

.top-suke-monthly-title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background:#8D566D;
}

.top-suke-btn ul{
    padding:0 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:10px;
    
    
}

@media screen and (min-width: 768px),
print {
    .top-suke-btn ul{
    padding:0 30px;
        max-width:900px;
        margin:auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
}
}

.top-suke-btn li{
    text-align: center;
    padding:5px;
    background-color: #F39110;
    color:#fff;
}

@media screen and (min-width: 768px),
print {
    .top-suke-btn li{
    padding:10px 0;
}
}

.top-suke-btn li a{
    color:#fff;
}

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

レポート

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

.party-repo-title-area{
    position: relative;

}

.party-repo-t1{
    position: absolute;
    right: 0;
    width:90%;
    background-color: #ee4d73;
    text-align: left;
    color:#fff;
    padding:10px;
    font-size:20px;
    margin-bottom: 20px;
}


@media screen and (min-width: 992px),
print {
    .party-repo-t1{
    width:60%;

        font-size:35px;
}
}

.party-repo-t2{
    position: absolute;
    right: 0;
    top:80px;
    background-color: #ee4d73;
    width:80%;
    text-align: left;
    color:#fff;
    padding:10px;
    font-size:18px;
    margin-bottom: 40px;
}


@media screen and (min-width: 992px),
print {
    .party-repo-t2{
    width:50%;
        top:100px;
        font-size:20px;
        margin-bottom: 40px;
}
}

.party-repo-con ul{
    padding:160px 10px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px;
}

@media screen and (min-width: 768px),
print {
  .party-repo-con ul{
    padding:190px 30px 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
      max-width:1400px;
      margin:auto;
}
  
}

.party-repo-con li{
    margin-bottom:10px;
}

@media screen and (min-width: 768px),
print {
   .party-repo-con li{
    margin-bottom:15px;
} 
}

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

トップナビ

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


.top-nav ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (min-width: 768px),
print {
    .top-nav ul{
    display:none;
}
}

.top-nav li:last-child{
    border-left:1px #F8D9D9 solid;
}

.top-nav li:first-child{
    border-right:1px #F8D9D9 solid;
}

.top-nav li{
    padding:9px 3px;
    background-color: #E87F7F;
    text-align:center;
    color:#fff;
    font-size:14px;
    border-bottom:1px #F8D9D9 solid;
}

.top-nav li a{
    color:#fff;
}

.top-nav li a:hover{
    color:#F97275;
}

.top-nav2 ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size:19px;
}

@media screen and (min-width: 768px),
print {
    .top-nav2 ul{
    display:none;
}
}



.top-nav2 li:first-child{
    border-right:1px #F8E2E3 solid;
}



.top-nav2 li{
    padding:7px;
    background-color: #E87F7F;
    text-align:center;
    color:#fff;
    font-size:14px;
    justify-content: center;
    height:66px;
    display: flex;

    align-items: center;
}


.top-nav2 li a{
    color:#fff;
}

.top-nav2 li a:hover{
    color:#F97275;
}

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

無料相談

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



.top-muryo-area{
    display: none;
}


@media screen and (min-width: 768px) and (max-width:991px)
{
    .top-muryo-area{
        display:block;
     margin:0 0 30px;
    background-image:url("../../../../img/top/back3.png");
    background-repeat: no-repeat;
    background-position: left　top;
    height:905px;
    padding-top:35px;
        
}
}



@media screen and (min-width:992px),
print {
    .top-muryo-area{
        display:block;
    background-image:url("../../../../img/top/back3.png");
    background-repeat: no-repeat;
    background-position: left　top;
    
    padding-top:35px;
   margin:0;
        display: flex;
        justify-content: flex-end;
        padding:0 0 0 30px;
        height:513px;

}
}


@media screen and (min-width: 768px) and (max-width:991px)
{
    .top-muryo-con-left{
        padding:0 10px;
    text-align: center;
}
}

@media screen and (min-width: 992px),
print {
    .top-muryo-con-left{
    padding:60px 0 0;
        max-width:600px;
        margin-right:60px;
}
}




@media screen and (min-width: 768px),
print {
    .top-muryo-t1{
    color:#C79090;

    padding:0;
    margin-bottom:30px;
        line-height:2;
}
}



@media screen and (min-width: 768px),
print {
    .top-muryo-t3{
     
    font-size:25px;
    color:#C79090;
    margin-bottom:10px;
    padding:0 10px;
}
}



@media screen and (min-width: 768px) and (max-width:991px)
{
     .top-muryo-t4{

    font-size:37px;
        padding:0;
         color:#C79090;
    margin-bottom:10px;
}
}

@media screen and (min-width: 992px),
print {
    .top-muryo-t4{
        color:#C79090;
    font-size:45px;
}
}


@media screen and (min-width: 992px),
print {
    .top-muryo-con-right{
    margin-bottom:0;
        max-width:800px;
}
}

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

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

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

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