@charset "UTF-8";

.bg {
    position: fixed;
    z-index: -1;
}

.bg img {
    width: 100%;
}

.atagu {
    color: #4b6cb3;
    font-size: max(1.05vw, 16.8px);
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.atagu span {
    font-size: 18px;
}

.atagu::after {
    position: absolute;
    bottom: 1px;
    left: 0;
    content: '';
    width: 100%;
    height: 1.5px;
    background: #4b6cb3;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.atagu:hover::after {
    transform: scale(1, 1);
}

.file_hover {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #4b6cb3;
}

.file_hover::after {
    position: absolute;
    left: -30px;
    bottom: 1px;
    content: '';
    width: 100%;
    height: 0.7px;
    background: #4b6cb3;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}

.file_hover:hover::after {
    left: 0px;
    opacity: 1;
    visibility: visible;
}

.pagemain {
    background-image: url(/assets/img/goraijyou_photo.png);
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    z-index: -2;
    margin: 0;
    padding: 0%;
}

.pagemain_ttl {
    width: 550px;
    height: 80px;
    padding: 0;
    font-size: 32px;
    font-weight: 500;
    color: white;
    letter-spacing: 0.2em;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #D93751;
    position: relative;
    z-index: 0;
    bottom: -62px;
    /*これ目分量だから後で確認してもらう*/
}

.subttl {
    padding-top: 100px;
    margin: 0;
    text-align: center;
    font-size: 27px;
    letter-spacing: 0.2em;
}

.logo3 {
    text-align: center;
    padding: 30px 0px;
    width: 100%;
    height: auto;
}

.logo3 img {
    width: 85px;
    height: auto;
}

/* インデント2 */
.indent-2 {
    padding-left: 1em;
}

.beauty {
    line-height: 30px;
    letter-spacing: 1px;
}

/* インデント */
.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 30px;
    letter-spacing: 1px;
}

.ticket_yellow_line {
    color: #d93751;
}

/* box1 */
.cnt_01 {
    display: flex;
    justify-content: center;
}

.cnt_01-nonsubttl {
    padding-top:132.5px;
    display: flex;
    justify-content: center;
}

.cnt01_stc {
    background-color: white;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
    text-align: left;
    font-size: 1.05rem;
    display: block;
    justify-content: center;
    align-items: center;
    padding: 7% 10%;
    max-width: 1000px;
    width: 70vw;
}

.cnt01_stc p {
    margin: 0;
    /* font-size: 1.05rem; */
    width: 100%;
}

/* box2 */
.cnt_02 {
    display: flex;
    justify-content: center;
}

/* 以下box3 */

.cnt_03 {
    display: flex;
    justify-content: center;
}

.cnt03_stc {
    background-color: white;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 70px;
}

.cnt03_stc p {
    margin: 0;
    font-size: 1.05rem;
}

.otoiawase {
    line-height: 40px;
}

/* 外部リンクアイコン */
.fas {
    color: #4b6cb3;
    margin-left: 0.2rem;
}
