@charset "UTF-8";

* {
    box-sizing: border-box;
    line-break: strict;
}

body {
}

img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sp {
    display: none;
}

.pc {
    width: 100%;
}

.cv {
    padding: 30px 20px 70px;
    width: 100%;
}

.cv a {
    display: block;
    max-width: 370px;
    width: 30%;
    margin: 0 auto;
    transition: 0.3s;
}

.cv a:hover {
    opacity: 0.7;
    cursor: pointer;
}

.cv a img {
    border-radius: 5px;
}

.jelly {
    -moz-animation: gelatine 1s infinite;
    animation: gelatine 1s infinite;
}

@keyframes gelatine {

    from,
    to {
        transform: scale(0.95, 0.95);
    }

    50% {
        transform: scale(1, 1);
    }
}

.map {
    position: relative;
}

.map iframe {
    position: absolute;
    width: 18%;
    height: 37%;
    bottom: 31%;
    left: 25%;
    right: 0;
    margin: auto;
}

.present {
    display: block;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    padding: 0 0 15px;
    color: #696969;
}

.present label {
    cursor: pointer;
}


/*ポップアップ*/
.popup_wrap input {
    display: none;
}

.popup_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
    font-size: 12px;
}

.popup_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.popup_content {
    position: relative;
    align-self: start;
    margin: 10% auto;
    width: 90%;
    max-width: 800px;
    padding: 50px 90px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    border-radius: 4px;
    transition: 0.5s;
}

.close_btn {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 40px;
    cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.amzpDl,
.amzpList {
    margin: 0;
    padding: 0
}

.amzpDl:not(:first-child),
.amzpList:not(:first-child) {
    margin-top: 1em
}

.amzpDl__item,
.amzpList__item {
    padding-left: 1.5em
}

.amzpDl__item:before,
.amzpList__item:before {
    content: "※";
    display: inline-block;
    width: 1.25em;
    margin-left: -1.25em;
    vertical-align: top
}

.amzpDl__item--disc:before,
.amzpList__item--disc:before {
    content: "・"
}

@media screen and (max-width: 900px) {

    .popup_content {
        padding: 48px 20px 20px 20px;
        align-self: start;
        margin: 20px auto;
    }

}




@media screen and (max-width: 600px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .cv {
        padding: 36px 0;
    }

    .cv a,
    .cv a img {
        max-width: 335px;
        width: 94%;
        text-align: center;
    }

    .map iframe {
        width: 70%;
        height: 28%;
        bottom: 21%;
        left: 0;
    }
    
    .present {
        font-size: 10px;
        padding: 0 0 5px;
    }
}


/*スケジュール追加CSS*/
.date_wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	background: url("../img/schedule_bg.png") no-repeat center center;
	background-size: cover;
	padding: 0px 20px 60px;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
	font-family: a-otf-futo-min-a101-pr6n, serif;
font-weight: 400;
font-style: normal;
	color: #38130b;
}
.date_wrap .date_inner {
	max-width: 800px;
	margin: 0 auto;
}
.date_wrap .date_inner .sche_tit {
	    background: #c2272d;
    text-align: center;
    padding: 15px 0;
    font-size: 27px;
    margin-bottom: 30px;
    color: #fff;
}
.date_wrap .date_inner .sche_pla {
	    background: #fff;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    line-height: 1.6;
    border: 2px #c2272d solid;

}
.date_wrap .date_inner ul {
	margin-bottom: 65px;
}
.date_wrap .date_inner ul li {
	position: relative;
    background: #fff;
    text-align: center;
    font-size: 22px;
    padding: 12px 0;
    margin-bottom: 25px;
    font-weight: bold;
    border: 2px #c2272d solid;
}
.full_con {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	/*border-radius: 10px;*/
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: red;
	font-weight: bold;
	font-size: 30px;
}
@media (max-width: 600px) {
	.date_wrap .date_inner .sche_tit {
		padding: 6px 0;
    font-size: 18px;
    margin-bottom: 20px;
	}
	.date_wrap .date_inner .sche_pla {
		padding: 15px;
		font-size: 15px;
	}
	.date_wrap .date_inner ul {
		margin-bottom: 30px;
	}
	.date_wrap .date_inner ul li {
		font-size: 15px;
    margin-bottom: 15px;
    padding: 0px;
	}
	.full_con {
		font-size: 20px;
	}
}
@media (max-width: 320px) {
	.date_wrap .date_inner ul li {
		font-size: 13px;
	}
}


