.section-guest{
    margin: 120px 9.375vw;
}

/* 来場ゲストの記述 */
.section-guest h1{
    font-size: 3.2rem;
    font-family :YuMincho,"Hiragino Mincho ProN",serif;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 40px;
}
.guest h4{
    font-size: 2.0rem;
}

.container{
    margin: 60px 0;
    display: flex;
    justify-content: space-evenly;
}

.guest h2{
    font-size: 2.5rem;
    font-weight: 600;
    margin: 120px 0 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
    text-align: left;
}
.guest p{
    word-break: break-word;
}
.img_guest{
    width: 300px;
    height: 300px;
    object-fit: contain;
}

.img_guest img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img{
    width: 40%;
    height: auto;
    margin: 30px 30px 0 0;
}
.img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.description{
    width: 60%;
}
.container h5{
    text-align: left;
    font-size: 2.0rem;
    margin-top: 50px;
}
.container h6{
    text-align: left;
    font-size: 1.8rem;
    border-bottom: 1px solid #6D6D6D;
    padding: 20px 0 5px;
}
.container p{
    font-size: 1.6rem;
    line-height: 1.7;
    color: #6D6D6D;
    margin-top: 20px;
}

/* ======================
     ここからスマホ版の記述 
   ======================*/
@media (max-width:1040px){

/* サイドバーの非表示 */
.header-sidebar{
    display: none;
}

.section-guest{
    margin: 60px 24px;
    text-align: center;
}

/* 来場ゲストの記述 */
.section-guest h1{
    font-size: 2.4rem;
    margin: 0 auto;
}
.container{
    margin-bottom: 60px;
    display: block;
}

.img{
    width: 90%;
    height: auto;
    margin: 30px auto;
}

.description{
    width: 90%;
    margin: 0 auto;
}

.container h5{
    text-align: left;
    font-size: 1.8rem;
    margin: 10px auto 0;
}

.container h6{
    font-size: 1.6rem;
    margin: 0 auto;
}

.container p{
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: left;
}

.attention{
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: left;
}

}