@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

.onlySP {
	display: none !important;
}

#ct_bg {
	background-color: #fff;
	color: #000;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-size: 1.6rem;
	line-height: 1.75;
	overflow: hidden;
}

#ct_bg a { 
	color: #000;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

#ct_bg .imgOver01 img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	image-rendering: -webkit-optimize-contrast;
}

#ct_bg .imgOver01 a:hover img {
	opacity: .6;
}

#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#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 .headTitleArea01 {
	position: relative;
	z-index: 10000;
	background-color: #029aed;
	color: #fff;
	font-size: 1.4rem;	
}
#ct_bg .headTitleArea01 > .inner01 {
	padding: 6px 14px 2px;
	margin-left: auto;
	margin-right: auto;
	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: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#ct_bg .headTitleArea01 > .inner01 .title01,
#ct_bg .headTitleArea01 > .inner01 .text01 {
	text-align: center;
	font-weight: bold;
}
#ct_bg .headTitleArea01 > .inner01 .text01 {
	margin-left: 1em;
}



#ct_bg .bgWrap01 {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(../../img/bg_index01.png) repeat-y 50% 0;
}

#ct_bg .mallBtn01 {
	width: 240px;
	margin-top: 20px;
}

#ct_bg .mallBtn01.type01 {
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .mallBtn01 > a {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	padding: 14px 20px;
	border: solid 1px #fff;
	border-radius: 100px;
	background: -webkit-linear-gradient(top, rgba(255,240,0,1) 0%,rgba(235,199,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,240,0,1) 0%,rgba(235,199,0,1) 100%);
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
}

#ct_bg .mallBtn01 > a::before {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .3s,visibility .3s;
	background: -webkit-linear-gradient(top, rgba(255,251,193,1) 0%,rgba(255,240,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,251,193,1) 0%,rgba(255,240,0,1) 100%);
	content: "";
}

#ct_bg .mallBtn01 > a:hover::before {
	opacity: 1.0;
	visibility: visible;
}

#ct_bg .mallBtn01 > a > .inner01 {
	display: inline-block;
	position: relative;
	padding-left: 36px;
}

#ct_bg .mallBtn01 > a > .inner01::before {
	position: absolute;
	top: -2px;
	left: 0;
	width: 27px;
	height: 29px;
	background: url(../img/icon_common01.png) no-repeat 0 0/100%;
	content: "";
}
#ct_bg .mallBtn01 > a.waiting > .inner01::before {
	top: 2px;
	width: 24px;
	height: 22px;
	background: url(../img/icon_common02.png) no-repeat 0 0/100%;
}
#ct_bg .mallBtn01 > a.reserve > .inner01::before {
	top: 1px;
	width: 25px;
	height: 25px;
	background: url(../img/icon_common03.png) no-repeat 0 0/100%;
}

#ct_bg .pdfBtn01 {
	width: 240px;
	margin-top: 20px;
	margin-left: 15px;
}

#ct_bg .pdfBtn01 > a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 14px 20px;
	border: solid 1px #fff;
	border-radius: 100px;
	background: -webkit-linear-gradient(top, rgba(251,85,85,1) 0%,rgba(232,36,36,1) 100%);
	background: linear-gradient(to bottom, rgba(251,85,85,1) 0%,rgba(232,36,36,1) 100%);
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

#ct_bg .pdfBtn01 > a::before {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .3s,visibility .3s;
	background: -webkit-linear-gradient(top, rgba(232,36,36,1) 0%,rgba(251,85,85,1) 100%);
	background: linear-gradient(to bottom, rgba(232,36,36,1) 0%,rgba(251,85,85,1) 100%);
	content: "";
}

#ct_bg .pdfBtn01 > a:hover::before {
	opacity: 1.0;
	visibility: visible;
}

#ct_bg .pdfBtn01 > a> span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-left: 5px;
    background-color: #fff;
    border-radius: 10px;
    color: #e92728;
    font-size: 100%;
    padding: 3px 8px 0;
    line-height: 1;
}

#ct_bg .headTitle01 {
	padding: 35px 4%;
	font-size: 3.6rem;
	line-height: 1.5;
	text-align: center;
}

#ct_bg .headTitle01 > .text01 {
	display: block;
	margin-top: 20px;
	color: #1d888f;
	font-size: 1.6rem;
	font-weight: bold;
}

#ct_bg .headTitle01 > .text02 {
	display: block;
	margin-bottom: 4px;
	font-size: 1.6rem;
	font-weight: bold;
}

#ct_bg .sns_wrapper {
	padding: 40px 0 10px;
}
#ct_bg .sns_wrapper .snsBtn01 {
	display: flex;
	justify-content: center;
}
#ct_bg .sns_wrapper .snsBtn01 li {
	margin: 0 5px;
}

@media screen and (max-width: 639px) {
#ct_bg {
	font-size: 1.4rem;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
}

#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 !important;
}
.onlySP {
	display: block !important;
}
img.onlySP {
	display: inline-block;
}
	
#ct_bg .headTitleArea01 > .inner01 {
	display: block;
}

#ct_bg .headTitleArea01 > .inner01 .title01,
#ct_bg .headTitleArea01 > .inner01 .text01 {
	font-size: 1rem;
	line-height: 1.4;
}
#ct_bg .headTitleArea01 > .inner01 {
	padding: 5px 14px;	
}
	
#ct_bg .bgWrap01 {
	background: none;
}
	
#ct_bg .mallBtn01 {
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .mallBtn01 > a {
	padding: 10px 20px;
	font-size: 1.6rem;
}

#ct_bg .mallBtn01 > a:hover::before {
	opacity: 0;
	visibility: hidden;
}

#ct_bg .mallBtn01 > a > .inner01 {
	display: inline-block;
	position: relative;
	padding-left: 36px;
}

#ct_bg .pdfBtn01 {
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .pdfBtn01 > a {
	padding: 10px 20px;
	font-size: 1.6rem;
}

#ct_bg .pdfBtn01 > a:hover::before {
	opacity: 0;
	visibility: hidden;
}

#ct_bg .pdfBtn01 > a > span {
	padding: 2px 8px 1px;
}

#ct_bg .headTitle01 {
	padding-top: 18px;
	padding-bottom: 20px;
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: center;
}

#ct_bg .headTitle01 > .text01 {
	margin-top: 8px;
	font-size: 1.4rem;
}
	
#ct_bg .headTitle01 > .text02 {
	font-size: 1.4rem;
}
	
#ct_bg .sns_wrapper {
	padding: 35px 0 0;
}	
#ct_bg .sns_wrapper .snsBtn01 {
	flex-wrap: wrap;
}
#ct_bg .sns_wrapper .snsBtn01 li {
	margin: 0 5px 10px;
	line-height: 0;
}

}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
