html,body,.invite-body {
    font-family: "Noto Sans JP", sans-serif;
}
.guide__content {
    max-width: 640px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../../images/bg__top.jpg");
}
.guide__content .section {
    padding: 0px 30px;
}
.title {
    color: #fff;
    text-align: center;
    padding: 40px 10px;
    background-color: #025487;
    font-size: 2rem;
    font-size: 1.924rem;
    font-weight: bold;
}

.section2 {
    padding: 20px 20px;
    padding-top: 0;
}
.section2 .box {
    background-color: #fff;
    margin-top: 20px;
}
.section2 .t1 {
    font-size: 1.8rem;
    font-size: 1.924rem;
    font-weight: bold;
    color: #025487;
    display: inline-block;
    padding-top: 20px;
}
.section2 .pd20 {
    padding: 20px;
}
.section2 .pb100 {
    padding-bottom: 100px;
}
.section2 .p1 {
    font-size: 1rem;
    font-size: 1.042rem;
    padding-top: 10px;
}
.section2 .p2 {
    font-size: 0.9rem;
    font-size: 1.042rem;
    padding-top: 10px;
    color: #9F926C;
    padding-bottom: 20px;
}
.section2 a.p2 {
    text-decoration: none;
    display: block;
}
.section2 .box__img.edit1 {
    max-width: 180px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.section2 .box__img.edit2 {
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.section2 .p3 {
    color: #9F926C;
    font-size: 1rem;
    font-size: 1.134rem;
    font-weight: bold;
    padding-bottom: 20px;
}
.img_guide14 {
    max-width: 260px;
    margin: 0 auto;
}
.img_guide27 {
    max-width: 460px;
    margin: 0 auto;
}
.img_guide30 {
    max-width: 440px;
}
.video_wrapper {
    text-align: center;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-top: 5px;
}
.btn__video {
    border: 0;
    outline: none;
    background-color: transparent;
    width: calc(100% - 80px);
    margin: 0 auto;
    position: relative;

}
.btn__video_icon_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 37px;
}
.modal__video-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.modal__video {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 820px;
    aspect-ratio: 16 / 9;
    width: 100%;
    position: relative;
}
.closePopup__video {
    position: absolute;
    top: -50px;
    right: 0px;
    padding: 10px 10px;
    cursor: pointer;
    border-radius: 5px;
    border: 0;
}
.video_wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}
#iframe_video {
    aspect-ratio: 16 / 9;
}
.video_title {
    color: #006697;
    font-weight: bold;
    font-size: 1.2rem;
    text-indent: -24px;
    padding-left: 24px;
    padding-bottom: 10px;
    padding-top: 20px;
}
.section_video {
    padding:0 20px;
}