@charset "UTF-8";
/* CSS Document */

body {
	/*font-family: "LINE Seed JP", sans-serif;*/
	font-family: "BIZ UDPGothic", sans-serif;
	font-style: normal;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

.schedule {
	width: 80%;
	margin: 0 auto 80px;
}

.schedule p {
	text-align: center;
	font-size: 200%;
	margin: 30px auto 50px;
}

.schedule .check {
	display: block;
	width: 90%;
	margin: 0 auto;
	
}

.schedule .check:hover {
	opacity: 0.8;
}

p.cap {
	font-size: 170%;
	margin-top: 10px;
}

.boxLR {
	display: flex;
	gap: 5%;

}

.schL,
.schR {
	width: 50%;
}

.schL .schImg,
.schR .schImg {
	display: block;
	margin-bottom: 20px;
}


.schL ul,
.schR ul {
	width: 100%;
	display: flex;
	gap: 5%;
	padding: 0;
}

.schL ul li,
.schR ul li {
	width: 100%;
}

.schL ul li a:hover,
.schR ul li a:hover {
	opacity: 0.8;
}



.detail h2 {
	background: #0081cc;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 3px 0;
}

.detail .days {
	font-size: 180%;
	text-align: center;
}

.detail .days span {
	display: block;
	font-size: 75%;
}


.day {
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto;
	gap:5%;
	row-gap: 20px;
}

.day .am,
.day .pm {
	display: block;
	width: 47.5%;
}

.day .am h3,
.day .pm h3  {
	font-size: 120%;
	text-align: center;
	border-bottom: 1px solid #333;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.day .am ul,
.day .pm ul {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

.day .am ul li,
.day .pm ul li {
	font-size: 140%;
}

.day .am ul li .side,
.day .pm ul li .side {
    margin-left: 5px;
}

.day .am ul li+li,
.day .pm ul li+li {
	margin-top: 5px;
}

.day .am ul li .time,
.day .pm ul li .time {
    margin-left: 10px;
}


.detail {
	width: 80%;
	margin: 0 auto 50px;
}

.others {
	margin: 0 auto 80px;
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
}

.element {
	width: 47.5%;
}

.element p {
	font-size: 150%;
	text-align: center;
}

.sheet {
	width: 74%;
	padding: 3%;
	margin: 0 auto 80px;
	border: 2px solid #ed6c00;
	border-radius: 10px;
}

.sheet h2 {
	background: #eb6ea5;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	padding: 3px 0;
}

.sheet p {
	text-align: center;
	font-size: 130%;
	font-weight: 700;
	margin: 15px 0;
}

.sheet ul {
	width: 90%;
	margin: 0 auto;
	display: flex;
	gap: 5%;
	padding: 0;
}

.sheet ul li {
	width: 50%;
}

.sheet ul li a {
	display: block;
}

.sheet ul li a:hover {
	opacity: 0.8;
}


.get {
	width: 74%;
	padding: 3%;
	margin: 0 auto;
	border-radius: 10px;
	background: #fff9b1;
}

.get h2 {
	margin-bottom: 20px;
}

.get img {
	display: block;
	width: 100%;
	height: auto;
}

.get img:nth-child(3) {
	margin-top: 10px;
}

/*.get a {
	display: block;
}

.get a+a {
	margin-top: 20px;
}

.get a:hover {
	opacity: 0.8;
}*/





footer {
	width: 100%;
	background: #3e3a39;
	margin-top: 50px;
	padding: 15px 0;
}

footer p {
	color: #fff;
	text-align: center;
	font-size: 120%;
}


.regular {
	font-weight: 400;
}

.bold {
	font-weight: 700;
}

.black {
	font-weight: 800;
}

.sp {
	display: none;
}

	
.mt01 {
	margin-top: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {

.wrapper {
	width: 100%;
	margin: 0 auto;
}
	
.schedule {
	width: 92%;
	margin: 0% auto 20px;
}
	
.schedule p {
    font-size: 118%;
    margin: 20px auto;
}	
	
.schedule .check {
	width: 100%;
}
	
p.cap {
	font-size: 120%;
	margin-top: 10px;
}

	
.detail {
    width: 92%;
    margin: 0 auto 20px;
}
	
.detail .days {
    font-size: 100%;
}
	
.day {
    display: block;
    flex-wrap: wrap;
    margin: 30px auto;
}
	
.day .am,
.day .pm,
.element {
    display: block;
    width: 100%;
	margin-bottom: 30px;
}
	
.day .am ul,
.day .pm ul {
	width: 90%;
	margin: 0 auto;
}
	
.element {
	margin-top: 10px;
}
	
.sheet,
.get {
	width: 90%;
	margin: 0 auto;
}
	
.sheet {
	margin-bottom: 20px;
}

	
.sp {
	display: block;
}

}
@media (max-width: 767px) {

.wrapper {
	width: 100%;
	margin: 0 auto;
}	
	
}