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

#mainimg {
	display: block;
	margin: 0;
	width: 100%;
}
#mainimg img {
	height: auto;
	width: 100%;
}

#mainimg02 {
	display: block;
	margin: 0;
	width: 100%;
}
#mainimg02 img {
	height: auto;
	width: 100%;
}

#btn-pdf {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 30px auto;
	width: 96%;
}

#btn-pdf div {
	margin: 0 auto;
	width: 45%;
}

#btn-pdf div img {
	height: auto;
	width: 100%;
}

#info-box {
	display: block;
	margin: 2em auto;
	width: 96%;
}
#info-box iframe {
	width: 100%;
}

#coronaimg {
	display: block;
	margin: 0 auto;
	width: 100%;
}
#coronaimg img {
	height: auto;
	width: 100%;
}
#no-priceimg {
	display: block;
	margin: 0 auto;
	width: 100%;
}
#no-priceimg img {
	height: auto;
	width: 100%;
}

.subtit {
	font-size: 18px;
	font-weight: 600;
	background-color: #FFFF00;
	text-align: center;
	display: block;
	margin: 0;
	padding: 5px 0;
	width: 100%;
	border-top: solid 1px #D0D0D0;
	border-bottom: solid 1px #D0D0D0;
}

#btn-class {
	display: block;
	margin: 40px auto 0;
	width: 100%;
}

#btn-class li {
	display: block;
	margin: 0;
	padding: 5px;
	float: left;
	width: 50%;
	box-sizing: border-box;
}
#btn-class li img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#note {
	text-align: center;
	display: block;
	margin: 25px auto 35px;
	width: 96%;
}
#note p {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5em;
}
#note img {
	display: block;
	margin: 15px auto 0;
	width: auto;
}

#t-menu {
	margin: 0;
	width: 100%;
	border-top: solid 1px #333333;
}
#t-menu li {
	text-align: center;
	display: block;
	margin: 0;
	width: 100%;
	border-bottom: solid 1px #333333;
}
#t-menu li a {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	background-image: url(../images/top/pt_arrow_sp.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	display: block;
	margin: 0 auto;
	padding: 12px 0;
	width: 96%;
	box-sizing: border-box;
}
#t-menu li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#t-menu li span {
	font-size: 12px
}

#benefit {
	background-image: url(../images/top/benefit_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding-top: 78.07%;
	height: 0px;
	width: 100%;
}
#benefit02 {
	background-image: url(../images/top/benefit02_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding-top: 78.07%;
	height: 0px;
	width: 100%;
}

#benefit dd p {
	text-indent: -9999px;
}

#information {
	display: block;
	margin: 0;
	width: 100%;
}
#information h1 img {
	height: auto;
	width: 100%;
}
#information iframe {
	display: block;
	margin: 20px auto 40px;
	height: 300px;
	width: 95%;
}

#btn-box {
	display: block;
	margin: 0 auto;
	width: 96%;
}
#btn-box img {
	height: auto;
	width: auto;
	max-width: 100%;
}
#btn_pdf {
	display: block;
	margin: 0 0 10px;
	width: 100%;
}
#btn_member {
	display: block;
	margin: 0;
	width: 100%;
}

#calendar-box {
	display: block;
    margin: 30px auto;
	width: 96%;
}

#calendar-box iframe {
	display: block;
	height:  300px;
	width: 100%;
}

@media only screen and (min-width: 769px) {
#mainimg {
	background-image: url(../images/top/mainimg.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	height: 616px;
	width: 1080px;
}

#mainimg02 {
	background-image: url(../images/top/mainimg.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	height: 616px;
	width: 1080px;
}

#btn-pdf {
	margin: 50px auto;
	width: 1080px;
}
#btn-pdf div {
	width: 247px;
}
#btn-pdf div a:hover {
	opacity: 0.7;
}

#info-box {
	display: block;
	margin: 2em auto;
	width: 950px;
}

#coronaimg {
	background-image: url(../images/top/bn_corona.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	height: 109px;
	width: 950px;
}
#no-priceimg {
	background-image: url(../images/top/bn_no-priceimg.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	height: 109px;
	width: 950px;
}

#btn-class {
	display: block;
	margin: 40px auto 0;
	width: 1080px;
}

#btn-class li {
	display: block;
	margin: 0 11px;
	padding: 0;
	float: left;
	width: 248px;
}
#btn-class a:hover {
	opacity: 0.7;
}

#note {
	text-align: left;
	display: block;
	margin: 25px auto 35px;
	width: 1060px;
}
#note p {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5em;
	display: block;
	margin: 0;
	width: 780px;
}
#note img {
	display: block;
	margin: 0;
	float: right;
	width: 288px;
}
#note a:hover {
	opacity: 0.7;
}

#t-menu {
	display: table;
	margin: 0 auto;
	width: 1080px;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}
#t-menu li {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 1.8em;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	margin: 0;
	padding: 0;
	height: 262px;
	width: 154px;
	border-right: solid 1px #CCCCCC;
	border-bottom: none;
	box-sizing: border-box;
}
#t-menu li a {
	background-image: url(../images/top/pt_arrow.png);
	background-repeat: no-repeat;
	background-position: center 245px;
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 262px;
	width: 154px;
	box-sizing: border-box;
}
#t-menu li a:hover {
	background-color: #FFC;
}

#benefit {
	background-image: url(../images/top/benefit.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 0;
	height: 824px;
	width: 1080px;
}
#benefit02 {
	background-image: url(../images/top/benefit02.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 0;
	height: 824px;
	width: 1080px;
}
#benefit dd p {
	text-indent: -9999px;
}

#information {
	display: block;
	margin: 0 auto;
	width: 1080px;
}
#information h1 {
	background-image: url(../images/top/tit_news.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 159px;
	width: 1080px;
}
#information iframe {
	display: block;
	margin: 60px auto 65px;
	padding: 0;
	height: 150px;
	width: 600px;
}

#btn-box {
	display: block;
	margin: 0 auto;
	width: 1080px;
}

#btn_pdf {
	display: block;
	margin: 0px;
	float: left;
	width: 539px;
}

#btn_pdf a {
	background-image: url(../images/top/btn_flyer.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 168px;
	width: 539px;
}

#btn_pdf a:hover {
	opacity: 0.7;
}

#btn_member {
	display: block;
	margin: 0px;
	float: right;
	width: 539px;
}
#btn_member a {
	background-image: url(../images/top/btn_member.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 168px;
	width: 539px;
}

#btn_member a:hover {
	opacity: 0.7;
}

#calendar-box {
	display:block;
	margin: 43px auto 0;
	width: 1025px;
}
#calendar-box iframe {
	display: block;
	padding: 0;
	height: 769px;
	width: 100%;
}
}