#title {
background-image: url("image/title.jpg");
background-size: cover;
}

@media screen and (min-width: 641px),print {
#contents h2 {
color: #56253b;
font-size: 27px;
line-height: 1.8em;
padding-bottom: 30px;
}
#contents p {
color: #56253b;
font-size: 18px;
line-height: 1.8em;
}
#contents .box {
background-color: #f7efe2;
border-radius: 6px;
padding: 30px;
margin: 50px auto 0 auto;
}
#contents .box h3 {
color: #FFF;
font-size: 30px;
line-height: 1.8em;
font-weight: bold;
background-color: #131D3D;
border-radius: 100vh;
padding: 0.2em 0 0.2em 0;
margin-bottom: 40px;
}
#contents .box ul {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
text-align: left;
color: #56253b;
}
#contents .box ul li:last-child {
width: 450px;
margin-left: 30px;
}
#contents .box h4 {
font-size: 26px;
line-height: 1.8em;
font-weight: bold;
}
#contents .box h5 {
font-size: 20px;
line-height: 1.8em;
font-weight: bold;
}
#contents .box h6 {
color: #131D3D;
font-size: 20px;
line-height: 1.8em;
font-weight: bold;
text-align: center;
border: 1px solid #131D3D;
margin: 20px auto 0 auto;
padding: 0.5em 0 0.4em 0;
}
#contents .box p {
font-size: 16px;
line-height: 1.8em;
margin: 30px 0 0 0;
}


#contents dl {
margin: 50px auto 0 auto;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
#contents dd {
width: 580px;
background-color: #f7efe2;
border-radius: 6px;
padding: 30px 0 40px 0;
}
#contents dd h4 {
color: #FFF;
font-size: 30px;
line-height: 1.8em;
font-weight: bold;
background-color: #131D3D;
border-radius: 100vh;
padding: 0.2em 0 0.2em 0;
margin: 0 30px 30px 30px;
}
#contents dd h5 {
color: #56253b;
font-size: 26px;
line-height: 1.8em;
font-weight: bold;
margin: 1em 0 1em 0;
display: block;
height: 5em;
}
#contents dd p {
text-align: left;
color: #56253b;
font-size: 16px;
line-height: 1.5em;
margin: 0 30px 30px 30px;
}
#contents dd .bt {
text-align: center;
width: 360px;
margin: 30px auto 0 auto;
}
#contents dd .bt a {
background-color: #56253b;
color: #FFF;
border-radius: 100vh;
display: block;
text-align: center;
text-decoration: none;
font-size: 20px;
line-height: 1.2em;
font-family: 'Fjalla One', sans-serif;
padding: 0.8em 0 0.7em 0;
width: 360px;
position: relative;
}
#contents dd .bt a:after {
content: '';
box-sizing: border-box;
display: inline-block;
position: absolute;
width: 8px;
height: 8px;
background-color: #9e6783;
border-radius: 100vh;
top: 42%;
right: 5%;
}
#contents dd .bt a:hover {
background-color: #9e6783;
}

#contents #movie {
margin: 70px 0 0 0;
}
#contents #movie .title {
display: flex;
align-items: center;
font-size: 26px;
line-height: 1.2em;
font-family: 'Fjalla One', sans-serif;
font-weight: 700;
margin: 0px auto 1em auto;
}
#contents #movie .title:before,
#contents #movie .title:after {
content: "";
height: 1px;
flex-grow: 1;
background-color: #666;
}
#contents #movie .title:before {
margin-right: 2em;
}
#contents #movie .title:after {
margin-left: 2em;
}
#contents #movie p {
font-size: 20px;
line-height: 1.8em;
}
#contents ol.banner {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
margin: 20px 0 0 0;
}
#contents ol.banner li {
width: 33%;
}
#contents ol.banner li img {
}
#contents ol.banner li img:hover {
opacity: .70;
}
}



@media screen and (min-width: 0px) and (max-width: 640px) {
#contents h2 {
color: #56253b;
font-size: 20px;
line-height: 1.3em;
padding: 0 1em 0.5em 1em;
}
#contents p {
color: #56253b;
font-size: 16px;
line-height: 1.3em;
padding: 0 1em 0 1em;
}
#contents .box {
background-color: #f7efe2;
border-radius: 6px;
padding: 20px 0 20px 0;
margin: 30px auto 0 auto;
width: 90%;
}
#contents .box h3 {
color: #FFF;
font-size: 18px;
line-height: 1.3em;
font-weight: bold;
background-color: #131D3D;
border-radius: 100vh;
padding: 1em 0 1em 0;
margin: 0px auto 20px auto;
width: 90%;
}
#contents .box ul {
text-align: left;
color: #56253b;
margin: 0px auto 0px auto;
width: 90%;
}
#contents .box ul li:last-child {
}
#contents .box h4 {
font-size: 18px;
line-height: 1.3em;
font-weight: bold;
padding-bottom: 0.5em;
}
#contents .box h5 {
font-size: 16px;
line-height: 1.3em;
font-weight: bold;
}
#contents .box h6 {
color: #131D3D;
font-size: 16px;
line-height: 1.3em;
font-weight: bold;
text-align: center;
border: 1px solid #131D3D;
margin: 20px auto 0 auto;
padding: 0.5em 0 0.4em 0;
}
#contents .box p {
font-size: 16px;
line-height: 1.8em;
margin: 10px 0 20px 0;
padding: 0;
}
#contents dl {
width: 90%;
margin: 20px auto 0 auto;
}
#contents dd {
background-color: #f7efe2;
border-radius: 6px;
padding: 20px 0 20px 0;
margin-bottom: 20px;
}
#contents dd h4 {
color: #FFF;
font-size: 18px;
line-height: 1.3em;
font-weight: bold;
background-color: #131D3D;
border-radius: 100vh;
padding: 1em 0 1em 0;
margin: 0px auto 20px auto;
width: 90%;
}
#contents dd h5 {
color: #56253b;
font-size: 18px;
line-height: 1.3em;
font-weight: bold;
margin: 1em 0 1em 0;
display: block;
}
#contents dd p {
text-align: left;
color: #56253b;
font-size: 14px;
line-height: 1.5em;
margin: 0 1em 20px 1em;
padding: 0;
}
#contents dd .bt {
text-align: center;
margin: 20px auto 0 auto;
}
#contents dd .bt a {
background-color: #56253b;
color: #FFF;
border-radius: 100vh;
display: block;
text-align: center;
text-decoration: none;
font-size: 18px;
line-height: 1.2em;
width: 80%;
margin: 0px auto 0 auto;
font-family: 'Fjalla One', sans-serif;
padding: 0.8em 0 0.7em 0;
position: relative;
}
#contents dd .bt a:after {
content: '';
box-sizing: border-box;
display: inline-block;
position: absolute;
width: 8px;
height: 8px;
background-color: #9e6783;
border-radius: 100vh;
top: 42%;
right: 5%;
}
#contents dd .bt a:hover {
background-color: #9e6783;
}

#contents #movie {
width: 90%;
margin: 40px auto 0 auto;
}
#contents #movie .title {
display: flex;
align-items: center;
font-size: 18px;
line-height: 1.2em;
font-family: 'Fjalla One', sans-serif;
font-weight: 700;
margin: 0px auto 1em auto;
}
#contents #movie .title:before,
#contents #movie .title:after {
content: "";
height: 1px;
flex-grow: 1;
background-color: #666;
}
#contents #movie .title:before {
margin-right: 2em;
}
#contents #movie .title:after {
margin-left: 2em;
}
#contents #movie p {
font-size: 16px;
line-height: 1.3em;
}
#contents ol.banner {
margin: 20px 0 0 0;
}
#contents ol.banner li {
width: 100%;
margin: 0px auto 20px auto;
}
#contents ol.banner li img {
width: 100%;
height: auto;
border: 1px solid #FFF;
}

}



