@charset "UTF-8";
.row .pageheader {
    margin-top: 100px;
    /* [disabled]background-color: #E5383B; */
    margin-bottom: 30px;
}
.pageheader .page-title {
    color: #5A5454;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 44px;
    font-weight: bold;
}
.image-map {
    border-radius: 20px;
    border: 5px solid #847F80;
}
.image-page {
    border-radius: 20px;
    border: 5px solid #847F80;
}

.fb-space {
    /* [disabled]border-radius: 20px; */
    /* [disabled]border-color: #847F80; */
    /* [disabled]border-style: solid; */
    /* [disabled]border-width: 5px; */
    /* [disabled]margin-top: 100px; */
    /* [disabled]padding-top: 100px; */
    margin-bottom: 50px;
}
.bt-download {
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    background-color: #66CA91;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    min-width: 300px;
    display: block;
    border-radius: 5px;
    /* [disabled]-webkit-box-sizing: inherit; */
    /* [disabled]-moz-box-sizing: inherit; */
    /* [disabled]box-sizing: inherit; */
}
.space50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.text12 {
    font-size: 12px;
}
.text14 {
    font-size: 14px;
}
.text18 {
    font-size: 18px;
}
.text18b {
    font-size: 18px;
    font-weight: bold;
}

.text24 {
    font-size: 24px;
    line-height: 36px;
}
.text24 span {
    font-size: 18px;
    line-height: 26px;
}
.text32b {
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
}
.text32 {
    font-size: 32px;
    line-height: 48px;
}
.area-title {
    font-size: 28px;
    border-bottom: thin solid #B8B3B3;
    border-top: thin solid #B8B3B3;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: 40px;
    margin-right: auto;
}
.box-pink {
    background-color: #F6D1E9;
    border-radius: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: thin solid #F797C7;
}

.event-form {
    font-size: 14px;
    color: #000000;
    background-color: #22b3c1;
    border: 1px solid #22b3c1;
    padding: 12px 30px;
    width: 100%;
    text-align: center;
    display: inline-block;
    border-radius: 25px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}
.event-form a {
    font-size: 20px;
    color: #000000;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}


.event-form:hover {
  opacity: 0.8;
}
.topban_right {
    /* [disabled]width: 10px; */
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.topban_right:hover {
  opacity: 0.7; 
}
