@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family:
		"メイリオ", Meiryo,
		"ヒラギノ角ゴ Pro W3",
		"HIragino Kaku Gothic Pro W3",
		"HIragino Kaku Gothic Pro",
		Osaka,
		"ＭＳ Ｐゴシック", "MS P Gothic",
		sans-serif;
}

ul , dl {
    list-style: none;
}

img {
    vertical-align: bottom;
}

p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 1.7;
    color: 333;
}

a {
    display: block;
    text-decoration: none;
    color: #0081cc;
}

.bgWrap {
    background: #e2f0f9;
}

header {
    background: url("../../images/eisei2020/bg.png") repeat-x;
    height: 152px;
    text-align: center;
}

h1 {
    padding: 20px 0;
}


.lead {
     width: 820px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}


.leadTx02 {
    margin-top: 10px;
}
.boxLink {
    font-size: 14px;
}

.movieList {
    width: 100%;
    margin-top: 35px;
    background: #fff;
    padding: 30px 0 15px;
}

.leadTx01 {
    font-size: 14px;
    line-height: 1.7;

    text-align: center;
}

.movieList ul {
    width: 820px;
    margin: 20px auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.movieList ul li {
    text-align: center;
    font-size: 14px;
}

.movieList .notes {
    margin: 15px 0 0;
    text-align: center;
    font-size: 13px;
}

.itemList {
    width: 820px;
    margin: 50px auto 0;
    padding: 0 20px;
}
.itemList ul  {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.itemList ul li {
    width: 356px;
    background: #fff;
    border: 2px dashed #0081cc;
    border-radius: 10px;
    padding: 30px 20px 20px;
    position: relative;
}
.itemList ul li:nth-of-type(n+3) {
    margin-top: 20px;
}
.itemImg {
    text-align: center;
}
.itemName {
    font-size: 18px;
    font-weight: bold;
    color: #0081cc;
    margin-top: 20px;
}
.itemList dl {
    font-size: 14px;
    line-height: 1.5;

}
.itemList dt {
    font-weight: bold;
}
.itemList .tx01 {
    border-top: 1px solid #333;
    margin-top: 6px;
    padding-top: 8px;
}
.itemList .notes {
    color: #FF2A2D;
    font-size: 14px;
}
.itemList .notes02 {
    font-size: 14px;
    margin-top: 5px;
}
.itemList a {
    position: absolute;
    content: "";
    display: block;
    bottom: 22px;
    left: 50%;
    margin-left: -60px;
    background: #fff;
}
.itemList a:hover img {
    opacity: 0.7;
}
footer {
    margin-top: 90px;
    background: #fff;
    padding: 9px 0 8px;
    font-size: 12px;
    text-align: center;
}

/*カラーボックス*/

#cboxContent {
	background: none!important;
}
#cboxLoadedContent {
	border: 2px solid #0081cc;
	border-radius: 10px;
}

#inline-content01 {
    width: 700px;
    height: 700px;
    padding: 30px 30px 40px;
    text-align: center;
    box-sizing: border-box;
}

#inline-content01 h3 {
	color: #333;
    padding-bottom: 5px;
}

#inline-content01 p {
    color: #333;
}

#inline-content01 dl {
    margin-top: 15px;
    padding:  20px 0 15px;
    border-top: 1px solid #333;
    color: #333;
}

#inline-content01 dl dt {
    font-size: 18px;
    color: #0081cc;
    font-weight: bold;
}

#inline-content01 dl:last-of-type {
    margin-bottom: 30px;
}
#inline-content01 .inner02 section:nth-of-type(n+2) {
    margin-top: 50px;
}

.prefectures {
    margin-top: 3px;
}
.tel {
    margin-top: 5px;
}

.tel span {
    padding-right: 8px;
}
.number {
    font-size: 16px;
    font-weight: bold;
}
.address {
    font-size: 14px;
}

.btn_close {
    position: absolute;
    bottom: -60px;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    text-align: center;
    background: #fff;
    padding: 7px 15px 5px;
    color: #0081cc;
    border: 2px solid #0081cc;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
}
.btn_close:hover {
    background: #0081cc;
   border: 2px solid #0081cc; 
    color: #fff;
        font-weight: bold;
}
