@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

.onlySP {
	display: none;
}

#ct_bg {
	padding-bottom: 40px;
	background: url(../img/bg_index01.png) repeat left top;
	background-size: 200px;
	color: #fff;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
}

#ct_bg a {
	color: #fff;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
}

#ct_bg .imgOver01 img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ct_bg .imgOver01 a:hover img {
	opacity: .6;
}

.pageTop {
	position: absolute;
	right: 0;
	top: -40px;
	width: 160px;
	height: 40px;
}

.pageTop a {
	display: block;
	height: 40px;
	background: url(../img/btn_index01_no.png) no-repeat left top;
	background-size: 100%;
}

.pageTop a:hover {
	background: url(../img/btn_index01_on.png) no-repeat left top;
	background-size: 100%;
}

#ct_bg .header01 {
	margin: 0 auto;
	padding: 19px 0;
	width: 960px;
}

#ct_bg .header01 > .button01 {
	width: 226px;
}

#ct_bg .wrapper01 {
	background: url(../img/bg_index03.png) repeat left top;
}

#ct_bg .wrapper01 > .inner01 {
	margin: 0 auto;
	padding: 28px 0 60px;
	width: 960px;
}

#ct_bg .sns_wrapper {
	padding: 50px 0 0;
}
#ct_bg .sns_wrapper .snsBtn01 {
	display: flex;
	justify-content: center;
}
#ct_bg .sns_wrapper .snsBtn01 li {
	margin: 0 5px;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#ct_bg .copyrights01 {
	margin-top: 60px;
	font-size: 1.2rem;
}

#ct_bg .wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ct_bg .wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#ct_bg .wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#ct_bg .subSection01 {
	margin-top: 40px;
}

#ct_bg .subSection01 + .subSection01 {
	margin-top: 60px;
}

#ct_bg .heading01 {
	padding: 30px 0;
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 19%,rgba(57,52,50,1) 50%,rgba(21,21,21,1) 51%,rgba(21,21,21,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 19%,rgba(57,52,50,1) 50%,rgba(21,21,21,1) 51%,rgba(21,21,21,1) 100%);
	text-align: center;
}

#ct_bg .heading02 {
	padding: 11px;
	border-top: #333 solid 2px;
	border-bottom: #333 solid 2px;
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(51,51,51,1) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(51,51,51,1) 100%);
}

#ct_bg .heading02 img {
	height: 47px;
}

#ct_bg .ancList01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#ct_bg .ancList01 > li {
	width: 470px;
}

#ct_bg .day01 {
	padding: 5px 0;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
#ct_bg .day01.type01 {
	background-color: #f90;
}
#ct_bg .day01.type02 {
	background-color: #2a82da;
}
#ct_bg .day01.type03 {
	background-color: #7ba009;
}
#ct_bg .day01.type04 {
	background-color: #666;
}

#ct_bg .col01 {
	margin-top: 20px;
	width: 690px;
}

#ct_bg .col02 {
	margin-top: 20px;
	width: 240px;
}

#ct_bg .col02 > .notes01 {
	margin-top: 10px;
	text-align: center;
	font-size: 1.0rem;
}

#ct_bg .col02 > .text01 {
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
}

#ct_bg .col02 > .text02 {
	margin-top: 20px;
}

#ct_bg .btn01 {
	margin-top: 10px;
	text-align: center;
}

#ct_bg .btn01 > a {
	position: relative;
	display: inline-block;
	padding: 8px 5px 5px;
	width: 145px;
	border-radius: 5px;
	background-color: #fff401;
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}

#ct_bg .btn01 > a:hover {
	color: #ff0;
	background-color: #000;
}

#ct_bg .btn01.type01 > a {
	padding-left: 30px;
}

#ct_bg .btn01.type01 > a:before {
	position: absolute;
	top: 50%;
	left: 20px;
	content: "";
	margin-top: -8px;
	width: 18px;
	height: 17px;
	background: url(../img/icon_index01_no.png) 0 0 no-repeat;
	background-size: 100%;
	transition: all .3s;
}

#ct_bg .btn01.type01 > a:hover:before {
	background-image: url(../img/icon_index01_on.png);
}

@media screen and (max-width: 639px) {
#ct_bg {
	padding: 9px 0 80px;
	background: url(../img/bg_index02_sp.png) repeat-x left top, url(../img/bg_index01.png) repeat left top;
	background-size: auto 9px, 200px;
	font-size: 1.4rem;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
	word-break: normal;
	word-wrap: break-word;
}

#ct_bg a {
	text-decoration: underline;
}
#ct_bg a:hover {
	text-decoration: none;
}
#header {
	border-bottom: #ccc solid 1px;
}
#ct_bg img {
	width: 100%;
	height: auto;
}

#ct_bg .imgOver01 a:hover img {
	opacity: 1.0;
}

.onlyPC {
	display: none;
}
.onlySP {
	display: block;
}
img.onlySP {
	display: inline-block;
}

#footerIn .pageTop {
	display: block;
	top: -40px;
	right: 50%;
	margin-right: -80px;
	width: 160px;
	height: 40px;
}

#footerIn .pageTop a {
	display: block;
	width: 160px;
	height: 40px;
	background: url(../img/btn_index01_no.png) no-repeat left top;
	background-size: 100%;
}

#ct_bg .sns_wrapper {
	margin-bottom: -40px;
}
#ct_bg .sns_wrapper .snsBtn01 {
	flex-wrap: wrap;
}
#ct_bg .sns_wrapper .snsBtn01 li {
	margin: 0 5px 10px;
	line-height: 0;
}

#ct_bg .header01 {
	width: 100%;
}

#ct_bg .header01 > .button01 {
	margin: 0 auto;
	width: 70.6%;
}

#ct_bg .wrapper01 > .inner01 {
	padding: 20px 10px 60px;
	width: 100%;
}

#ct_bg .heading01 {
	padding: 15px 0;
}

#ct_bg .heading01 img {
	margin: 0 auto;
	width: 50%;
}

#ct_bg .heading02 {
	padding: 9px 10px;
}

#ct_bg .heading02 img {
	width: auto;
	height: 35px;
}

#ct_bg .ancList01 > li {
	margin-top: 10px;
	width: 100%;
}

#ct_bg .ancList01 > li:first-child {
	margin-top: 0;
}

#ct_bg .col01 {
	margin-top: 0;
	width: 100%;
}

#ct_bg .col02 {
	width: 100%;
}

#ct_bg .col02 > .notes01 {
	font-size: 1.2rem;
}

#ct_bg .btn01 > a:hover {
	color: #000;
	background-color: #fff401;
}

#ct_bg .btn01.type01 > a:hover:before {
	background-image: url(../img/icon_index01_no.png);
}

}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
