body{
    margin: 0 auto;
}

.sbody{
    width: 1080px;
    min-height: 2450px;
    max-height: 4800px;
    background-color: #ba2636;
    margin: 0 auto;

}

.fv{
    width: 1080px;
    height: 647.9px;
    background-color: #ba2636;
    padding: 60px 0px;
}
.fv2{
    margin: 0 auto;
    width: 770px;
    height: 647.9px;
    /*background-color: #eee;*/
}


.concept{
    /*background-color: blueviolet;*/
    width: 1080px;
    margin: 0 auto;
    padding: 70px 0px 110px 0px;
}

h2 {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 500px;
    height: 50px;
    position: relative;
    padding: 20px 10px;
    text-align: center;
    color: white;
  }
  
  h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, white, white 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, white, white 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

.s1{
    width: 620px;
    /*background-color: antiquewhite;*/
    margin: 0 auto;
    margin-top: 30px;
    line-height: 1.7;
    text-align: justify;
    font-weight: 500;
    color: white;
}

.frame{
    margin: 0 auto;
    width: 890px;
    padding: 10px;
    /*background-color: aqua;*/
    border-style: solid;
    border-color: white;
    border-width: thick;
}
.frame2{
    margin: 0 auto;
    width: 824px;
    padding: 30px;
    /*background-color: black;*/
    border-style: solid;
    border-color: white;

}

/*条件ボタンの設定*/
.gnav {
    width: 787px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 30;
    margin-bottom: 60px;
    padding:0;
}
.gnav > li {/*親階層のみ幅を25%にする*/
    width: 25%;
}
/*全てのリスト・リンク共通*/
.gnav li {
    list-style: none;
    position: relative;
}
.gnav li a {
    background: #ba2636;
    border: 2px solid #eee;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 1.8rem;
    font-size: 10pt;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    width: 92%;
}
/*子階層以降共通*/
.gnav li li {
    width:100%;
    height: 0;
    overflow: hidden;
    transition: .7s;
}
.gnav li li a {
    border-top: 1px solid #eee;
}
.gnav li:hover > ul > li {
    height: 30px;
    overflow: visible;
}
/*aの背景色を指定*/   
.gnav li:hover a {/*親階層*/
    background: #165e83;
}
.gnav li li a {/*子階層*/
    background: #165e83;
}
.gnav li li:hover a {
    background: #165e83;
}
.gnav > li > ul:before{/*子階層*/
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    right: 1rem;
    position: absolute;
    top: 1rem;
    transform: translateY(-40%);
}
.gnav li ul{ /*小要素の幅を設定*/
    width:100%;
    padding:0;
    margin:0;
}
/*ここまで*/


#container{
    margin: 0 auto;
    width: 787px;
    /*height: 2400px;*/
    margin-bottom: 10px;
    /*background-color: blue;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-content: flex-start;
    gap: 5px 5px;
    
}
p{
    margin: 0;
}
.cho{
    width: 177px;
    height: 177px;
    padding: 5px;
    border-style: solid;
    border-color: white;
}
.cho-img{
    width: 180px;
    height: 140px;
    /*background-color: coral;*/
    text-align: center;
}
.cho-name{
    width: 180px;
    height: 40px;
    /*background-color: darkkhaki;*/
    font-size: 9pt;
    color: white;
    text-align: center;
    line-height: 1.7;
    font-weight: 500;
}

.slide{
    margin: 0 auto;
    width: 910px;
    height: 250px;
    padding: 25px 0px 25px 0px;
    margin-top: 5px;
    background-color: #ba2636;
}
.review{
    width: 264px !important; 
    height: 180px !important;
    margin: 0px 10px;
    padding: 10px;
    text-align: center;
    font-size: 10pt;
    line-height: 1.7;
    font-weight: 700;
    background-color: white;
    color: #ba2636;
    border-radius: 10%;
}
.review p{
    font-size: 9pt;
    color: #ba2636;
    text-align: justify;
    line-height: 1.7;
    font-weight: 700;
}

.like{
    width: 1080px;
    margin: 0 auto;
    padding: 70px 0px 0px 0px;
    background-color: #ba2636;
}
.s2{
    width: 620px;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 1.7;
    text-align: justify;
    font-weight: 500;
    color: white;
}

h1{
    background-color: #fff;
    margin-top: 70px;
    width: 1080px;
    color: #ba2636;
    text-align: center;

}
