@charset "UTF-8";
/* --------------------------------
	style_sp.css
--------------------------------
eventページ用のcssです。
-------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap');
/* font-family: 'Hina Mincho', serif; */
.sp_back {
    background: url(../images/bg_event.jpg) no-repeat;
    background-position: center top 10px;
    background-size: 100% auto;
    height: 120px;
    width: 100%;
    text-align: center;
}
#event_top h1 {
    padding-top: 23px;
    box-sizing: border-box;
    font-size: 2.0rem;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 2px 5px #333333;
    margin: 0;
}
#event_top p {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
    font-size: 1.1rem;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 2px 5px #333333;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
.event_contentsA {
    padding: 0px 10px;
    margin: 0px 0px;
    padding-bottom: 30px;
    font-size: 1.4rem;
    line-height: 2.0;
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
}
#event_contents a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
.s_inner {
    margin: 0px auto 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
.s_inner2 {
    margin: 0px auto 0;
    padding: 20px 10px 0;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    text-align: left;
    /*background-color: rgb(255, 255, 255, 0.8)!important;*/
}
.s_inner2 p {
    width: 100%;
    text-align: left !important;
    padding-top: 0;
    box-sizing: border-box;
    font-size: 1.4rem !important;
    color: #4d4d4d !important;
    font-weight: normal !important;
    text-shadow: none !important;
    margin: 0;
}
#event_contents {
    margin: 0px auto;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #4d4d4d;
}
.event_contents01 {
    background-color: #f3e9ec;
    padding: 0px 10px 30px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.event_contents01 h1 {
    font-size: 2.2rem;
    text-shadow:
        3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff;
    margin-bottom: 10px;
    color: #c38f9d;
}
.event_contents01 h1 span {
    font-size: 1.8rem;
    color: #b5b5b5;
    padding-bottom: 10px;
    display: inline-block;
}
.event_contents01 h1 img {
    vertical-align: bottom;
    width: 150px;
    margin: 0 5px 0px 0;
}
.event_contents01 ul {
    counter-reset: number 0;
}
.event_contents01 li {
    background-color: #fff;
    padding: 10px;
    color: #4d4d4d;
    box-sizing: border-box;
    margin: 10px 0 0;
    text-align: left;
    position: relative;
}
.event_contents01 li:before {
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    background-color: #c38f9d;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 0;
    padding-top: 2px;
    margin: 5px 5px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.event_contents01 li h2 {
    color: #c38f9d;
    font-size: 1.6rem;
    padding: 0 0 10px;
    line-height: 1.3;
    margin-left: 40px;
}
.event_contents01 li img {
    margin: 10px auto 0;
}
.img_posi01 {
    width: 120px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
}
.img_posi02 {
    width: 100px;
}
.img_posi04 {
    width: 100px;
}
.total_img {
    text-align: center;
}
.img_posi06 {
    width: 90px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
}
.more_box {
    position: relative;
}
.img_more {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
    width: 150px;
}
.img_posi08 {
    width: 190px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
}
.img_posi09 {
    width: 200px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
}
.img_posi10 {
    width: 200px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
}
.event_contents02 {
    background-color: #c3e1ea;
    padding: 40px 10px 30px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.event_contents02 ul {
    counter-reset: number 0;
}
.event_contents02 li {
    background-color: #fff;
    padding: 10px;
    color: #4d4d4d;
    box-sizing: border-box;
    margin: 10px 0 0;
    text-align: left;
    position: relative;
}
.event_contents02 li:before {
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    background-color: #78afc0;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 0;
    padding-top: 2px;
    margin: 5px 5px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.event_contents02 li h2 {
    color: #78afc0;
    font-size: 1.6rem;
    padding: 0 0 10px;
    line-height: 1.3;
    margin-left: 40px;
}
.event_contents02 li img {
    margin: 10px auto 0;
}
#movie_contents {
    margin: 0px auto;
    box-sizing: border-box;
     font-size: 1.4rem;
    line-height: 1;
    color: #4d4d4d;
    background-dolor: #fff;
    border-top: dotted 1px #4d4d4d;
}

.movie_inner {
    padding: 10px 10px 30px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.movie_inner h1 {
font-size: 2.2rem;
    line-height: 1.2;
    color: #78afc0;
    white-space: nowrap;
}

.movie_inner h1 img {
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 20px;
    width: 54px;
}

.movie_inner h2 {
font-size: 1.8rem;
    margin: 20px 0 10px;
}

.movie_inner p {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
}

.youtube {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wrap img{
  width: 100%;
}

.archive_btn a {
    text-align: center;
    white-space: nowrap;
    background: linear-gradient(to bottom, #f0f0f0, #c1c1c1);
    margin: 10px auto 0;
    border: solid 1px #b9b9b9;
    box-shadow: 0 2px 1px rgb(251 251 251) inset;
    font-size: 1.8rem;
    text-decoration: none;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    display: block;
    font-weight: normal;
    padding: 10px;
    color: #4d4d4d;
    box-sizing: border-box;
    width: 100%;
}

.archive_btn:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.p_center {
	text-align: center;
}