@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}

#wrapper {
	background: none;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

.onlySP {
	display: none;
}

#ct_bg {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	line-height: 1.4;
	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;
}

#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}

#ct_bg .snsBtn01 {
	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;
	margin: 60px auto 0;
}

#ct_bg .snsBtn01 > li {
	margin-left: 10px;
}

.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 {
	display: block;
	color: #fff;
	font-size: 1.6rem;
	background: #000;
	position: relative;
}

#ct_bg .headTitleArea01:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	content: "";
	background: linear-gradient(to bottom, #000 50%, rgba(0,0,0,0) 100%);
	z-index: 5;
}

#ct_bg .headTitleArea01 > .inner01 {
	padding: 12px 14px 0;
	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;
	position: relative;
	z-index: 10;
}

#ct_bg .headTitleArea01 > .inner01 .title01,
#ct_bg .headTitleArea01 > .inner01 .text01 {
	font-weight: bold;
}

#ct_bg .mainArea01 {
	background: url(../img/bg_index01_pc.png) top center;
	position: relative;
	height: 820px;
	margin-top: -13px;
}

#ct_bg .mainArea01 > .logo01 {
	position: absolute;
	width: 476px;
	top: 215px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -24px;
}

#ct_bg .nav01 {
	background: url(../img/bg_index03.png) repeat;
	position: relative;
	z-index: 10;
	margin-top: 15px;
}

#ct_bg .nav01:after,
#ct_bg .nav01:before {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 40px;
	z-index: -1;
}

#ct_bg .nav01:before {
	top: -32px;
	background: url(../img/bg_index04_pc.png) repeat-x top;
}

#ct_bg .nav01:after {
	bottom: -24px;
	background: url(../img/bg_index07_pc.png) repeat-x bottom;
}



#ct_bg .list01 {
	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;
	margin: 0 auto;
	width: 978px;
}

#ct_bg .list01 > li {
	position: relative;
	width: 218px;
}

#ct_bg .list01 .newIc01 {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100px;
}

#ct_bg .list01 > li {
	margin-left: 11px;
}
#ct_bg .list01 > li:nth-child(4n+1)  {
	margin-left: 0;
}
#ct_bg .list01 .brspace{
	width: 100%;
	margin-top: 20px;
}
#ct_bg .list01.second {
	margin-top: 20px;
}
#ct_bg .list02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#ct_bg .list02 > li:nth-child(4n+1) {
	margin-left: 0;
}

#ct_bg .list02 > li {
	margin: 10px 0 0 10px;
	width: 112px;
}

#ct_bg .list02 > li > a {
	display: block;
	position: relative;
}

#ct_bg .list02 > li > a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	border: #a00000 solid 3px;
	transition: all .3s;
	opacity: 0;
	box-sizing: border-box;
}

#ct_bg .list02 > li > a:hover::before {
	opacity: 1.0;
}

#ct_bg .list03 {
	border: 1px solid #d5c290;
	margin-top: 30px;
}

#ct_bg .list03 dt {
	padding: 10px 10px 9px;
	border-bottom: 1px solid #d5c290;
	background: rgba(213,194,144,0.3);
}

#ct_bg .list03 dd {
	padding: 10px 10px 9px;
	border-bottom: 1px solid #d5c290;
	font-size: 1.4rem;
}

#ct_bg .list03 dd:last-child {
	border-bottom: none;
}

#ct_bg .list04 {
	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;
	margin: 0 auto;
	width: 960px;
}

#ct_bg .list04 > li {
	margin-top: 20px;
	width: 470px;
}
#ct_bg .list04 > li:nth-child(even) {
	margin-left: 20px;
}

#ct_bg .frameArea01 {
	border-top: #d6c491 solid 2px;
	background: url(../img/bg_index02.png) repeat-y top,url(../img/bg_index05.png) repeat center/100px;
	box-shadow: 0px 0px 100px 1px #000 inset;
	padding: 80px 0 150px;
}

#ct_bg .frameArea01.type01 {
	background: url(../img/bg_index02.png) repeat-y top,url(../img/bg_index06.png) repeat center/75px;
	margin-top: 0;
}
#ct_bg .frameArea01.type02 {
	margin-top: 0;
	background: #05101d url(../img/bg_index10_pc.png) repeat-y top center / 100%;
	background-attachment: fixed;
}

#ct_bg .frameArea01 > .logo01 {
	margin: 0 auto;
	width: 88px;
}

#ct_bg .frameArea01 > .logo01.type01 {
	width: 208px;
}
#ct_bg .frameArea01 > .logo01.type02 {
	width: 443px;
}

#ct_bg .frameArea01 > .image01 {
	width: 960px;
	margin: 25px auto 0;
}

#ct_bg .frameArea01 > .image02 {
	width: 960px;
	margin: 50px auto 0;
}

#ct_bg .frameArea02 {
	padding: 60px 0;
	border-top: #d6c491 solid 2px;
	box-shadow: 0px 0px 100px 1px #000 inset;
	background: url(../img/bg_index05.png) repeat center/110px;
	margin-top: 0;
}

#ct_bg .frameArea02 > .text01 {
	font-size: 2.4rem;
	text-align: center;
}

#ct_bg .frameArea02 > .image01 {
	width: 658px;
	margin: 20px auto 0;
}

#ct_bg .colWrap01 {
	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;
	margin: 60px auto 0;
	width: 960px;
}

#ct_bg .colWrap01.w640 {
	width: 640px;
}
#ct_bg .colWrap02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 60px auto 0;
	width: 960px;
}


#ct_bg .colWrap02 + .colWrap02 {
	margin-top: 60px;
}

#ct_bg .colWrap03 {
	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;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 20px auto 0;
	width: 960px;
}

#ct_bg .colWrap04 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px auto 0;
	width: 960px;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}

#ct_bg .col01 {
	width: 300px;
	margin-left: 30px;
}

#ct_bg .col01:nth-child(3n+1) {
	margin-left: 0;
}

#ct_bg .col01:nth-child(n+4) {
	margin-top: 50px;
}
#ct_bg .w640 .col01:nth-child(2n+1) {
	margin-left: 0;
}
#ct_bg .w640 .col01:nth-child(2n) {
	margin-left: 30px;
}
#ct_bg .w640 .col01:nth-child(n+3) {
	margin-top: 50px;
}

#ct_bg .col01 > .image01 a {
	position: relative;
	display: block;
}

#ct_bg .col01 .newIc01 {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100px;
}

#ct_bg .col01 .thumb01 {
	position: absolute;
	bottom: -39px;
	right: -12px;
	width: 100px;
}

#ct_bg .col01 > .image01 a:after {
	position: absolute;
	bottom: 10px;
	left: 10px;
	content: "";
	width: 28px;
	height: 28px;
	background: url(../img/icon_index01_no.png) no-repeat left top;
	background-size: 100%;
	transition: all .3s;
}

#ct_bg .col01 > .image01 a:hover:after {
	background: url(../img/icon_index01_on.png) no-repeat left top;
	background-size: 100%;
}

#ct_bg .col01 > .image01 a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	transition: all .3s;
}

#ct_bg .col01 > .image01 a:hover:before {
	background-color: rgba(0, 0, 0, 0.25);
}

#ct_bg .day01 {
	border-top: 1px solid #9c151f;
	border-bottom: 1px solid #9c151f;
	padding: 2px 0;
	display: inline-block;
	margin-top: 20px;
	font-size: 1.8rem;
}
#ct_bg .colWrap04 .day01 {
	margin-top: 0;
}
#ct_bg .col02 {
	width: 480px;
}

#ct_bg .col03 {
	width: 450px;
	margin-left: 30px;
}

#ct_bg .col03 > .inner01 {
	margin-top: 30px;
}

#ct_bg .col03 > .text01 {
	margin-top: 40px;
	line-height: 1.8;
}

#ct_bg .col04 {
	width: 600px;
}

#ct_bg .col05 {
	width: 340px;
}

#ct_bg .col05 > .day01 {
	margin-top: 0;
}

#ct_bg .col05 > .text01 {
	margin-top: 10px;
	font-size: 2.6rem;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(230, 0, 18, 1), 0px 0px 20px rgba(230, 0, 18, 1);
}

#ct_bg .col05 > .text02 {
	margin-top: 20px;
	font-size: 2.6rem;
	color: #d5c290;
}

#ct_bg .col05 > .text03 {
	margin-top: 10px;
	font-size: 1.8rem;
}

#ct_bg .col05 > .btn01 a {
	margin: 20px 0 0;
}

#ct_bg .col06 {
	width: 600px;
}

#ct_bg .col07 {
	width: 340px;
}

#ct_bg .heading01 {
	line-height: 1.2;
	text-align: center;
	font-size: 6.0rem;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
	margin-top: 5px;
}

#ct_bg .txt01 {
	font-size: 2.0rem;
	color: #d5c290;
	margin-top: 10px;
}

#ct_bg .txt01.type01 {
	font-size: 2.6rem;
}

#ct_bg .txt02 {
	margin-top: 10px;
}

#ct_bg .txt03 {
	font-size: 2.0rem;
	text-align: center;
	margin-top: 20px;
}

#ct_bg .txt04 {
	margin-top: 50px;
	font-size: 3.0rem;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(230, 0, 18, 1), 0px 0px 20px rgba(230, 0, 18, 1);
	text-align: center;
}

#ct_bg .notes01 {
	margin: 15px auto 10px;
	font-size: 1.2rem;
	font-weight: 400;
}

#ct_bg a.txtLink {
	color: #fff;
}

#ct_bg .btn01 {
	margin-top: 10px;
}

#ct_bg .btn01.type01 {
	margin-top: 40px;
}

#ct_bg .btn01.type01 a {
	margin: 0;
}

#ct_bg .btn01 a {
	display: block;
	padding-top: 16px;
	width: 260px;
	height: 60px;
	background: url(../img/bg_index09.png) no-repeat left top;
	background-size: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 1.8rem;
	margin: 0 auto;
}

#ct_bg .btn01 a:hover {
	opacity: 0.6;
	transform: .3s;
}

#ct_bg .btn01 a > span {
	padding-left: 30px;
	background: url(../img/icon_index04.png) no-repeat left;
	background-size: 20px;
}

#ct_bg .btn01 a > span.waiting {
	padding-left: 28px;
	background: url(../img/icon_index05.png) no-repeat left 7px;
	background-size: 18px;
}

#ct_bg .btn01 a > span.reserve {
	padding-left: 30px;
	background: url(../img/icon_index03.png) no-repeat left;
	background-size: 19px;
}

#ct_bg .btn02 {
	margin-top: 40px;
	display: block;
	padding-top: 16px;
	width: 260px;
	height: 60px;
	background: url(../img/bg_index08.png) no-repeat left top;
	background-size: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 1.8rem;
}

#ct_bg .copyright01 {
	font-size: 1.2rem;
	margin-top: 10px;
	text-align: center;
}

#ct_bg .iframeArea01 {
	margin: 10px auto 0;
	width: 960px;
}

#ct_bg .iframeArea01 > .inner01 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

#ct_bg .iframeArea01 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#ct_bg .img01 {
	margin: 10px auto 0;
	text-align: center;
}

#ct_bg .img02 {
	margin: 30px auto 0;
	text-align: center;
}

@media screen and (max-width: 639px) {
#ct_bg {
	font-size: 1.6rem;
}

#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;
}

#ct_bg .headTitleArea01 {
	position: relative;
	z-index: 1001;
	font-size: 1.1rem;
	height: 40px;
}

#ct_bg .headTitleArea01 > .inner01 {
	padding-top: 7px;
	padding-left: 0;
	padding-right: 0;
	display: block;
	text-align: center;
}

#ct_bg .headTitleArea01 > .inner01 .text01 {
	margin-left: 0;
}

#ct_bg .headTitleArea01:after {
	background: linear-gradient(to bottom, #000 63%, rgba(0,0,0,0) 80%);
}

#ct_bg .mainArea01 {
	background: url(../img/bg_index01_sp.png) top center/cover;
	height: 66vw;
	margin-top: 0;
}

#ct_bg .mainArea01 > .logo01 {
	width: 41.33%;
	top: 58px;
	margin-left: -10px;
}

#ct_bg .nav01 {
	padding: 25px 0;
	margin-top: 11px;
}

#ct_bg .nav01:before {
	top: -20px;
	background: url(../img/bg_index04_sp.png) repeat-x top/100%;
}

#ct_bg .nav01:after {
	bottom: -19px;
	background: url(../img/bg_index07_sp.png) repeat-x bottom/100%;
}

#ct_bg .heading01 {
	font-size: 3.0rem;
	margin-top: 20px;
}

#ct_bg .txt01,
#ct_bg .txt01.type01 {
	font-size: 2.4rem;
}

#ct_bg .txt02 {
	font-size: 1.2rem;
}

#ct_bg .txt03 {
	font-size: 1.4rem;
	margin-top: 15px;
}

#ct_bg .list01 {
	width: 100%;
}

#ct_bg .list01 > li {
	margin: 5px .06% 0;
	width: 46.6%;
}
#ct_bg .list01 > li:not(:first-child) {
	margin-left: 0;
}
#ct_bg .list01.second {
	margin-top: 0;
}

#ct_bg .list02 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#ct_bg .list02 > li {
	width: 21.73%;
}

#ct_bg .list02 > li > a:hover::before {
	opacity: 0;
}

#ct_bg .list03 dd {
	font-size: 1.4rem;
}

#ct_bg .list04 {
	width: 100%;
}

#ct_bg .list04 > li {
	width: 100%;
}
#ct_bg .list04 > li:nth-child(even) {
	margin-left: 0;
}

#ct_bg .frameArea01 {
	background: url(../img/bg_index05.png);
	background-size: 110px;
	padding: 60px 4% 150px;
}

#ct_bg .frameArea01.type01 {
	background: url(../img/bg_index06.png);
	background-size: 75px
}
#ct_bg .frameArea01.type02 {
	position: relative;
	background: none;
}
#ct_bg .frameArea01.type02::before {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	background: url(../img/bg_index10_sp.png) no-repeat top center / 100%;
	width: 100%;
	height: 100%;
}

#ct_bg .frameArea01 > .logo01 {
	width: 69px;
}

#ct_bg .frameArea01 > .logo01.type01 {
	width: 127px;
}
#ct_bg .frameArea01 > .logo01.type02 {
	width: 100%;
}

#ct_bg .frameArea01 > .image01,
#ct_bg .frameArea01 > .image02 {
	width: 100%;
}

#ct_bg .frameArea02 {
	padding-right: 4%;
	padding-left: 4%;
}

#ct_bg .frameArea02 > .text01 {
	font-size: 1.4rem;
}

#ct_bg .frameArea02 > .image01 {
	width: 100%;
}

#ct_bg .colWrap01 {
	width: 88%;
}
#ct_bg .colWrap01.w640 {
	width: 88%;
}

#ct_bg .colWrap02 {
	width: 100%;
}

#ct_bg .colWrap03 {
	width: 100%;
}
#ct_bg .colWrap04 {
	width: 100%;
}
#ct_bg .col01 {
	width: 100%;
	margin-left: 0;
}

#ct_bg .col01 .thumb01 {
	width: 36%;
	right: -10px;
	bottom: -44px;
}

#ct_bg .col01:nth-child(n+2) {
	margin-top: 50px;
}

#ct_bg .w640 .col01:nth-child(2n) {
	margin-left: 0;
}
#ct_bg .col01 > .image01 a:hover:before {
	background-color: rgba(0, 0, 0, 0);
}

#ct_bg .col01 > .image01 a:hover:after {
	background: url(../img/icon_index01_no.png) no-repeat left top;
	background-size: 100%;
}

#ct_bg .col02 {
	width: 100%;
	margin-top: 20px;
}

#ct_bg .col02 > .image01 {
	width: 69.56%;
	margin:  auto;
}

#ct_bg .col03 {
	width: 100%;
	margin-left: 0;
}

#ct_bg .col04 {
	width: 100%;
}

#ct_bg .col05 {
	margin-top: 20px;
	width: 100%;
}

#ct_bg .col05 > .text01 {
	font-size: 1.6rem;
}

#ct_bg .col05 > .text02 {
	font-size: 2.4rem;
}

#ct_bg .col05 > .text03 {
	font-size: 1.2rem;
}

#ct_bg .col05 > .btn01 a {
	margin: 20px 0 0;
}

#ct_bg .col06 {
	width: 100%;
}

#ct_bg .col07 {
	width: 100%;
}

#ct_bg .day01 {
	font-size: 1.4rem;
}
#ct_bg .colWrap04 .day01 {
	margin-top: 20px;
}
#ct_bg .txt04 {
	font-size: 1.8rem;
}

#ct_bg .notes01 {
	margin-top: 20px;
	width: 100%;
	font-size: 1.0rem;
	text-align: left;
}

#ct_bg .btn01 {
	margin: 10px auto 0;
	max-width: 238px;
}

#ct_bg .btn01.type01 {
	margin-right: auto;
	margin-left: auto;
}

#ct_bg .btn01 a {
	padding-top: 15px;
	width: 100%;
	height: 54px;
	font-size: 1.8rem;
}

#ct_bg .btn01 a:hover {
	opacity: 1;
}

#ct_bg .btn01 a > span {
	padding: 5px 5px 5px 26px;
	background: url(../img/icon_index04.png) no-repeat left;
	background-size: 17px;
}

#ct_bg .btn01 a > span.reserve {
	padding-left: 26px;
	background: url(../img/icon_index05.png) no-repeat left 11px;
	background-size: 15px;
}

#ct_bg .btn01 a > span.waiting {
	padding-left: 30px;
	background: url(../img/icon_index03.png) no-repeat left;
	background-size: 20px;
}

#ct_bg .iframeArea01 {
	margin: 10px auto 0;
	width: 100%;
}


}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
