@charset "utf-8";
html {
    opacity: 0;
}
html.wf-active,
html.loading-delay {
    opacity: 1;
}
@media screen and (min-width: 768px) {
	body{
		min-width: 1320px;
	}
	.sp {
		display: none !important;
	}
	.inner {
		width: 1320px;
		margin: 0 auto;
	}
  a[href^="tel:"] {
    pointer-events: none;
  }
	#headWrap,#footWrap,.mainWrap{
		min-width: 1320px;
	}
	a:hover,
	.hoverBtn:hover{
    cursor: pointer;
		opacity:0.75;
	}
	.nohover:hover,
	.nohover:hover img{
		opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.inner {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}
/*--------------------------------------------------------------------
共通
--------------------------------------------------------------------*/
.commonBtn:visited,
.commonBtn:link,
.commonBtn:active,
.commonBtn{
	display: block;
	position: relative;
	padding: 5px 15px;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	background: #C8003C;
	font-weight: 900;
}
.bdrBtn{
	display: block;
	position: relative;
	padding: 0 8px 8px 0;
}
.bdrBtn::before{
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #C8003C;
}
.bdrBtn:visited p,
.bdrBtn:link p,
.bdrBtn:active p,
.bdrBtn p{
	display: block;
	height: 100%;
	border: 1px solid #C8003C;
	background: #fff;
	color: #C8003C;
	font-weight: 700;
	text-align: center;
}
.bdrBtn.red:visited p,
.bdrBtn.red:link p,
.bdrBtn.red:active p,
.bdrBtn.red p{
	background: #C8003C;
	color: #fff;
}
.cmnArw{
	position: relative;
}
.cmnArw::before,
.cmnArw::after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.cmnArw::before{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #C8003C;
	right: 0;
}
.cmnArw::after{
	width: 0;
	height: 0;
	border-width:3px 5px;
	border-color: transparent transparent transparent #ffffff;
	border-style: solid;
	right: -1px;
}
.cmnArw.arwDown:after {
	transform: rotate(90deg);
}
.cmnArw.arwWhite:before {
	background: #fff;
}
.cmnArw.arwWhite:after {
	border-color: transparent transparent transparent #C8003C;
}
.gnavSub{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.gnavSub a{
	padding-right: 1.3em;
}
@media screen and (max-width: 767px) {
	.commonBtn:visited,
	.commonBtn:link,
	.commonBtn:active,
	.commonBtn{
		border-radius: 5px;
	}
	.bdrBtn{
		padding: 0 6px 6px 0;
	}
	.bdrBtn::before{
		width: calc(100% - 6px);
		height: calc(100% - 6px);
	}
}
/*--------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------*/
#headWrap{
	width: 100%;
	position: fixed;
	background: #fff;
	z-index: 9999;
	padding: 10px 0 11px;
	font-weight: 700;
}
#headWrap .inner,
#headWrap .headNav,
#headWrap .headNav > *,
#headWrap .headNav > * > *{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#headWrap .inner{
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 768px) {
  #headWrap .inner{
		width:1190px;
	}
	#headWrap .gnav{
		height: 66px;
		position: absolute;
		bottom: -66px;
		left: 0;
		padding: 0 calc(50% - 595px);
		width: 100vw;
		min-width: 1320px;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		background: #C8003C;
	}
	#headWrap .gnav > li{
		position: relative;
		font-size: 18px;
	}
	#headWrap .gnav > li:first-child::before,
	#headWrap .gnav > li::after{
		content: "";
		display: block;
		width: 1px;
		height: 25px;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background: #fff;
	}
	#headWrap .gnav > li:first-child::before{
		right: auto;
		left: 0;
	}
	#headWrap .gnav a{
		display: block;
		padding: 15px 44px;
		color: #fff;
	}
	#headWrap .gnavCont{
		flex: 1;
		margin-right: 25px;
		margin-left: 44px;
	}
	#headWrap .gnavCont > *{
		width: 100%;
	}
	#headWrap .gnavSubtop{
		padding-bottom: 11px;
		padding-top: 11px;
		margin-bottom: 3px;
		border-bottom: 1px solid #C8003C;
		font-size: 10px;
		font-weight: bold;
		line-height: 1.2;
		font-feature-settings: "palt";
		letter-spacing: 0.05em;
	}
	#headWrap .gnavSubtop li:not(:last-child){
		border-right: 1px solid #C8003C;
	}
	#headWrap .gnavSubtop li a{
		display: block;
		padding-left: 14px;
		padding-right: 13px;
	}
	#headWrap .gnavSubtop li:first-child a{
		padding-left: 0;
	}
	#headWrap .gnavSubtop li:last-child a{
		padding-right: 0;
	}
	#headWrap .gnavSub a {
		font-size: 14px;
		margin-right: 2.7em;
		padding-right: 1.8em;
	}
	#headWrap .gnavSub li:last-child a {
		margin-right: 0;
	}
	#headWrap .gnavBtns a{
		width: 140px;
		padding: 4px;
		font-size: 13px;
	}
}
#headWrap .headNav{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	flex: 1;
}
#headWrap .gnavCont{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction:column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
#footWrap  .gnavBtns,
#headWrap  .gnavBtns{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction:column;
}
#footWrap .gnavBtns .pc,
#headWrap .gnavBtns .pc{
	margin-top: 5px;
}
#headWrap h1{
  width: 330px;
	padding-top: 10px;
	margin-right: 0;
}
#headWrap h1 img{
	width: 100%;
}
@media screen and (max-width: 767px) {
	#headWrap{
		width: 100%;
		padding: 12px 0;
		border-bottom: 1px solid #C8003C;
	}
	#headWrap .headNav,
	#headWrap .headNav > *,
	#headWrap .headNav > * > *{
		display: block;
	}
	#headWrap .headNav {
		color: #fff;
	}
	#headWrap .headNav a {
		color: #fff;
	}
	#headWrap .gnav{
		padding-top: 25px;
	}
	#headWrap .gnav > li{
		margin-left: 0;
		text-align: left;
		padding: 0 20px;
	}
	.gnavTrg{
		display: block;
		padding: 10px 0;
		font-weight: 700;
		font-size: 17px;
		position: relative;
	}
	.gnavTrg::before,
	.gnavTrg::after{
		content: "";
		width: 15px;
		height: 2px;
		display: block;
		background: #fff;
		position: absolute;
		top: 0;
		right: 10px;
		bottom: 0;
		margin: auto;
	}
	.gnavTrg::after{
		transform: rotate(90deg);
	}
	.gnavTrg.is-active::after{
		display: none;
	}
	.gnav02{
		font-weight: 500;
	}
	.gnavTrg + .gnav02{
		display: none;
		margin-bottom: 15px;
	}
	.gnavTrg + .gnav02 a{
		display: block;
    padding: 3px 0 3px 1em;
    font-size: 15px;
		letter-spacing: -1px;
		font-feature-settings: "palt";
	}
	.gnavTrg + .gnav02 a.cmnArw::before{
    width: 12px;
    height: 12px;
    left: 0;
    right: auto;
    bottom: auto;
    top: 12px;
	}
	.gnavTrg + .gnav02 a.cmnArw::after{
    right: auto;
    left: 4px;
    bottom: auto;
    top: 15px;
	}
  .gnavTrg + .gnav02 a.cmnArw ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 10px;
    font-weight: 400;
	}
  .gnavTrg + .gnav02 a.cmnArw ul li{
    display: inline-block;
    margin-right: 2.5em;
    line-height: 1.3;
	}
	.gnavBtmFirst {
		margin-top: 30px;
		border-top: 1px solid #fff;
	}
	.gnavBtmEnd {
		margin-bottom: 30px;
		border-bottom: 1px solid #fff;
	}
	.gnavBtmEnd .gnav02 {
		margin-bottom: 30px;
	}
	li[class^="gnavBtm"] .gnavTtl{
		display: block;
		margin-bottom: 5px;
		padding-top: 25px;
		font-size: 15px;
		font-weight: 500;
	}
	li[class^="gnavBtm"] .gnavTtl + .gnav02{
		font-size: 13px;
	}
	li[class^="gnavBtm"] .gnavTtl + .gnav02 a{
		display: block;
		padding: 5px 0;
		text-indent: -1em;
		padding-left: 1em;
	}
	li[class^="gnavBtm"] .gnavTtl + .gnav02 a::before{
		content: "";
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background: #D84C76;
		display: inline-block;
		vertical-align: middle;
		margin-right: 3px;
	}
	#headWrap .gnavBtns,
	#footWrap .gnavBtns{
		margin-bottom: 35px;
		padding: 0 20px;
	}
	#headWrap .gnavBtns a,
	#footWrap .gnavBtns a{
		width: 100%;
		padding: 10px 15px;
		text-align: left;
		font-size: 15px;
		font-weight: 700;
		border: 2px solid #fff;
	}
	#headWrap .gnavBtns li:not(:last-child) a,
	#footWrap .gnavBtns li:not(:last-child) a{
		margin-bottom: 10px;
	}
	#headWrap .gnavBtns a.ocBtn02,
	#footWrap .gnavBtns a.ocBtn02{
		border-color: #FFFF64;
		color: #FFFF64;
	}
	#headWrap .gnavCopy{
		font-weight: 400;
		font-size: 10px;
	}
	#headWrap h1{
		width: 186px;
		padding-top: 0;
		margin-right: 0;
	}
	#headWrap .ocBtn{
		display: inline-block;
		position: absolute;
		padding: 4px 3px 5px;
		right: 55px;
		top: 12px;
		background: #fff;
		border: 2px solid #C8003C;
		color: #C8003C;
		font-size: 10px;
		font-weight: 500;
		line-height: 1.1em;
	}
	#headWrap .headNav{
		text-align: center;
		height: 100vh;
		width: 100vw;
		background: #C8003C;
		position: fixed;
		top: 59px;
		left: 0;
		z-index: 9999;
		pointer-events: none;
		opacity: 0;
		transition: .3s;
		overflow: hidden;
  	overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.is-active_nav{
		overflow: hidden;
	}
	#headWrap.is-active .headNav{
		pointer-events: all;
		opacity: 1;
		padding-bottom: 75px;
	}
	#headWrap .headTopTrg{
		width: 34px;
		height: 34px;
		padding: 11px 10px;
		background: #C8003C;
		border-radius: 5px;
	}
	#headWrap .headTopTrg .headTopInner{
		display: block;
		margin: auto;
		height: 100%;
		text-align: center;
		position: relative;
		top: 0;
		bottom: 0;
	}
	#headWrap .headTopTrg span{
		width: 100%;
		height: 2px;
		background: #fff;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		transition: .3s;
	}
	#headWrap .headTopTrg span:nth-child(1){
		top: 0;
	}
	#headWrap .headTopTrg span:nth-child(2){
		top: 0;
		bottom: 0;
	}
	#headWrap .headTopTrg span:nth-child(3){
		bottom: 0;
	}
	#headWrap.is-active .headTopTrg span:nth-child(1){
		bottom: 0;
		transform: rotate(45deg);
	}
	#headWrap.is-active .headTopTrg span:nth-child(2){
		transform: translateX(3px);
		opacity: 0;
	}
	#headWrap.is-active .headTopTrg span:nth-child(3){
		top: 0;
		transform: rotate(-45deg);
	}
}
/*--------------------------------------------------------------------
フッター
--------------------------------------------------------------------*/
#footWrap .floatBtn{
  position: fixed;
  right: 0;
  top: 165px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction:column;
	width: 60px;
  height: 582px;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
  box-shadow: -7px 0 0 rgba(0,0,0,.2);
}
#footWrap .floatBtn *{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 60px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
    text-orientation: upright;
}
#footWrap .floatBtn .enVer{
  letter-spacing: -2px;
}
#footWrap .floatBtn .enVer i{
  font-style: normal;
  margin-bottom: 6px;
}
#footWrap .floatBtn a:nth-child(1){
  height: 330px;
  border-bottom: 1px solid #fff;
  background: #FF008C;
}
#footWrap .floatBtn a:nth-child(1) > span:nth-child(1){
  margin-bottom: .5em;
}
#footWrap .floatBtn a:nth-child(2){
  flex: 1;
  background: #FF0050;
}
#footWrap .inner{
	padding: 88px 0 30px;
	position: relative;
}
#footWrap .footTop{
	border-bottom: 1px solid #C8003C;
}
#footWrap .footTop .btns{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	margin-bottom: 127px;
}
#footWrap .footTop .btns a{
	margin: 0 15px;
}
#footWrap .footTop .btns a p{
	min-width: 196px;
	height: 71px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	text-align: center;
}
#footWrap .footTop .btns a.long p{
	width: 430px;
}
#footWrap .footTop .btns em{
	display: inline-block;
	font-size: 38px;
	margin-left: 40px;
}
#footWrap .footTop .btns a.access p{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction:column;
  width: 235px;
}
#footWrap .footTop .btns a.access p i{
  font-size: 13px;
  font-style: normal;
  padding-top: 10px;
}
#footWrap .gnavSub{
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	margin-bottom: 70px;
	font-size: 16px;
}
#footWrap .gnavSub li{
	margin: 0 26px;
	font-weight: 700;
	letter-spacing: 1px;
}
#footWrap .gnavSub .cmnArw{
	padding-right: 1.5em;
}
#footWrap .gnavSub .cmnArw::before{
	width: 17px;
	height: 17px;
}
#footWrap .gnavSub .cmnArw::after{
	border-width: 3px 6px;
	right: -1px;
}
#footWrap .pagetop{
	width: 77px;
	height: 77px;
	display: block;
	margin: 0 auto;
	position: relative;
	background: #B30032;
}
#footWrap .pagetop::after{
	content: "";
	width: 17px;
	height: 17px;
	display: block;
	border-width: 2px 0 0 2px;
	border-style: solid;
	border-color: #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 16px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
#footWrap .footBtm{
	padding-top: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#footWrap .addressBlc{
	width: 310px;
	margin-right: 50px;
	padding-top: 10px;
	text-align: center;
}
#footWrap .addressBlc .logo{
	margin-bottom: 7px;
}
#footWrap .addressBlc .logo img{
	width: 100%;
}
#footWrap .addressBlc address{
	margin-bottom: 23px;
	line-height: 1.5;
	font-size: 12px;
}
#footWrap .addressBlc address a{
	color: #000;
}
#footWrap .addressBlc .snsLinks{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 12px;
}
#footWrap .addressBlc .snsLinks a{
	display: inline-block;
	width: 58px;
}
#footWrap .addressBlc .snsLinks img{
	width: 28px;
	height: 28px;
}
#footWrap .addressBlc .snsLinks .line img{
	width: 30px;
	height: 28px;
}
#footWrap .addressBlc .snsLinks span{
	display: block;
	padding-top: 4px;
	line-height: 1;
	letter-spacing: -1px;
}
#footWrap .gnav{
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#footWrap .gnav .gnavFoot{
	display: inline-block;
	font-size: 0;
	min-width: 155px;
}
#footWrap .gnav .gnavFoot *{
	font-weight: 700;
	color: #C8003C;
}
#footWrap .gnav .gnavFoot .gnav02{
	font-size: 13px;
}
#footWrap .gnav a{
	display: block;
}
#footWrap .gnav .gnavFoot > li > a,
#footWrap .gnavFoot .gnavTtl{
	display: block;
	margin-bottom: 15px;
	padding: 4px 20px 4px 0;
	font-size: 15px;
	font-weight: 900;
	border-bottom: 1px solid #C8003C;
}
#footWrap .gnav .gnavFoot > li + li{
	padding-top: 27px;
}
#footWrap .gnavFoot:last-of-type .gnavBtmEnd .gnavTtl{
	width: 140px;
}
#footWrap .footCopy{
	position: absolute;
	left: 43px;
	bottom: 43px;
	font-size: 11px;
	color: #C8003C;
	width: 310px;
}
@media screen and (min-width: 768px) {
  #footWrap .gnav .gnavFoot .cmnArw::before,
  #footWrap .gnav .gnavFoot .cmnArw::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footWrap .floatBtn{
    top: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 -7px 0 rgba(0,0,0,.2);
  }
  #footWrap .floatBtn *{
    padding: 5px 0 10px;
    font-size: 14px;
    line-height: 1;
    -webkit-writing-mode:horizontal-tb;
    -ms-writing-mode:lr-tb;
    writing-mode:horizontal-tb;
  }
  #footWrap .floatBtn .enVer{
    letter-spacing: 0;
  }
  #footWrap .floatBtn .enVer i{
    margin-bottom: 0;
  }
  #footWrap .floatBtn a:nth-child(1){
    height: 100%;
    width: 50%;
    border-right: 1px solid #fff;
    border-bottom: 0;
  }
  #footWrap .floatBtn a:nth-child(1) > span:nth-child(1),
  #footWrap .floatBtn a:nth-child(2) > span:nth-child(1){
    margin-bottom: 3px;
    padding-bottom: 5px;
    display: inline-block;
    min-width: 6em;
    border-bottom: 1px solid #fff;
  }
	#footWrap .inner{
		padding: 35px 0 0;
	}
	#footWrap .footTop{
		border-bottom: 0;
		padding: 0 15px;
	}
	#footWrap .footTop .btns{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: 23px;
	}
	#footWrap .footTop .btns a{
		margin: 0;
		width: 48%;
	}
	#footWrap .footTop .btns a:not(.access){
		margin-bottom: 20px;
	}
	#footWrap .footTop .btns a p{
		min-width: auto;
		height: 50px;
		font-size: 13px;
	}
	#footWrap .footTop .btns a.long,
	#footWrap .footTop .btns a.long p,
  #footWrap .footTop .btns a.access,
  #footWrap .footTop .btns a.access p{
		width: 100%
	}
  #footWrap .footTop .btns a.access p{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #footWrap .footTop .btns a.access p i{
    font-size: 12px;
    margin-left: 15px;
    font-weight: 400;
    padding-top: 0;
  }
	#footWrap .footTop .btns em{
		display: inline-block;
		font-size: 30px;
		margin-left: 20px;
	}
	#footWrap .gnavSub{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		max-width: 330px;
		margin: 0 auto 50px;
		font-size: 12px;
	}
	#footWrap .gnavSub li{
		margin: 0 0 5px;
		width: 33.33%;
		font-weight: 500;
	}
	#footWrap .gnavSub li:nth-child(3n-1){
		text-align: center;
	}
	#footWrap .gnavSub li:nth-child(3n){
		text-align: right;
	}
	#footWrap .gnavSub li:last-child{
		width: 100%;
	}
	#footWrap .gnavSub li a{
		letter-spacing: -1px;
		min-width: 8em;
		text-align: left;
	}
	#footWrap .gnavSub li:nth-child(3n-2) a{
		min-width: 7em;
	}
	#footWrap .gnavSub .cmnArw{
		padding-right: 1.5em;
		display: inline-block;
	}
	#footWrap .gnavSub .cmnArw::before{
		width: 12px;
		height: 12px;
		right: 2px;
	}
	#footWrap .gnavSub .cmnArw::after{
		border-width: 2px 4px;
		right: 1px;
	}
	#footWrap .pagetop{
		width: 60px;
		height: 60px;
	}
	#footWrap .pagetop::after{
		width: 13px;
		height: 13px;
		border-width: 1px 0 0 1px;
		top: 10px;
	}
	#footWrap .footBtm{
		padding-top: 30px;
		display: block;
	}
	#footWrap .addressBlc{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		padding-top: 0;
	}
	#footWrap .addressBlc .logo{
		margin-bottom: 7px;
	}
	#footWrap .addressBlc .logo img{
		max-width: 310px;
		width: 80%;
	}
	#footWrap .addressBlc address{
		margin-bottom: 20px;
		font-size: 10px;
	}
	#footWrap .gnav{
		display: block;
		background: #C8003C;
		padding-top: 25px;
	}
	#footWrap .gnavFoot > li{
		padding: 0 20px;
	}
	#footWrap .gnav .gnavFoot{
		display: block;
	}
	#footWrap .gnav .gnavFoot *{
		font-weight: 500;
		color: #fff;
	}
	#footWrap .gnav .gnavFoot .gnavTrg{
		font-weight: 700;
	}
	#footWrap .gnav a{
		display: block;
	}
	#footWrap .gnavFoot .gnavTtl{
		margin-bottom: 5px;
		padding-top: 25px;
		font-size: 15px;
		font-weight: 500;
	}
	#footWrap .gnav .gnavFoot > li + li{
		padding-top: 0;
	}
	#footWrap .gnavFoot:last-of-type .footNavBtm:last-of-type .gnavTtl{
		width: 100%;
	}
	#footWrap .footCopy{
		width: 100%;
		padding: 15px;
    padding-bottom: 65px;
		position: static;
		font-size: 10px;
		color: #fff;
		text-align: center;
		background: #C8003C;
	}
  #footWrap .gnavBtns {
    margin-bottom: 0;
   padding-bottom: 35px;
  }
}
/*--------------------------------------------------------------------
mainWrap
--------------------------------------------------------------------*/
.mainWrap{
	padding-top: 165px;
  padding-bottom: 20px;
	width: 100%;
	overflow-x: hidden;
}
.mvSlide {
  position: relative;
	z-index: 0;
	height: 800px;
	width: 100%;
}
.mvSlide li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden
}
.mvSlide .mvBg {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-animation-duration: 5.6s;
	animation-duration: 5.6s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: scaleAnim;
	animation-name: scaleAnim;
}
@-webkit-keyframes scaleAnim{
	0%{
		-webkit-transform:scale(1) rotate(0.1deg);
		transform:scale(1) rotate(0.1deg);
	}
	100%{
		-webkit-transform:scale(1.08) rotate(0.1deg);
		transform:scale(1.08) rotate(0.1deg);
	}
}
@keyframes scaleAnim{
	0%{
		-webkit-transform:scale(1) rotate(0.1deg);
		transform:scale(1) rotate(0.1deg);
	}
	100%{
		-webkit-transform:scale(1.08) rotate(0.1deg);
		transform:scale(1.08) rotate(0.1deg);
	}
}
.mvSlide li:nth-child(1) .mvBg{
	background-image: url("../img/mv01.jpg");
}
.mvSlide li:nth-child(2) .mvBg{
	background-image: url("../img/mv02.jpg");
}
.mvSlide li:nth-child(3) .mvBg{
	background-image: url("../img/mv03.jpg");
}
.mvSlide .inner {
	position: relative;
}
.mvSlide .mvCopy {
	position: absolute;
	left: 10px;
	top: 60px;
	z-index: 1;
}
.mvSlide .mvCopy img {
	width: auto;
	height: 186px;
}
.mvBnr{
	width: 100%;
	min-width: 1400px;
	margin-top: -160px;
	position: relative;
	z-index: 1;
}
.mvBnr .item {
	width: 100%;
}
.mvBnr .slick-slide img{
	width: calc(100% - 30px);
	max-width: 519px;
  margin: 0 auto;
}
.mvBnr.slick-slider {
	margin-bottom: 80px;
}
.newsBlc{
	margin-bottom: 97px;
}
.newsBlc div[class^="newsbox"]{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1110px;
	overflow: hidden;
	margin: 0 auto;
	z-index: 1;
	border: 1px solid #C8003C;
	border-radius: 10px;
	font-size: 19px;
	font-weight: 500;
	font-feature-settings: "palt";
}
.newsBlc div[class^="newsbox"]:first-child{
	margin-bottom: 28px;
}
.newsBlc div[class^="newsbox"] .ttl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 205px;
  position: relative;
	color: #C8003C;
	text-align: center;
}
.newsBlc div[class^="newsbox"] .ttl::after{
	content: "";
  width: 1px;
  height: calc(100% - 16px);
  display: block;
  margin: auto;
  background: #C8003C;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.newsBlc div[class^="newsbox"] .cont {
	flex: 1;
    /*最新ニュースのスクロール解除は下2行をコメントアウト*/
	overflow-y: scroll;
	margin-right: -17px;
	padding: 15px 26px 15px 35px;
  background: #fff;
}
.newsBlc div[class^="newsbox"] .blc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.newsBlc div[class^="newsbox"] a,
.newsBlc div[class^="newsbox"] a:visited,
.newsBlc div[class^="newsbox"] a:link,
.newsBlc div[class^="newsbox"] a:active {
	color: #000;
}
.newsBlc div[class^="newsbox"] .date {
	margin-right: 5px;
	font-weight: 900;
	letter-spacing: 1px;
}
.newsBlc div[class^="newsbox"] .topic {
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 31em;
	overflow: hidden;
}
.newsBlc .cmnArw::before {
	width: 19px;
	height: 19px;
}
.newsBlc .cmnArw::after {
	border-width: 4px 7px;
	right: -2px;
  top: -1px;
}
.newsBlc .tag {
	display: none;
}
.newsBlc .date em {
  font-weight: 900;
	}
.newsBlc .newsboxImp{
  /*最新ニュースのスクロール解除は下1行をコメントアウト*/
  height: 112px;
	background: #FFFF64;
}
.newsBlc .newsboxNew {
  /*最新ニュースのスクロール解除は下1行をコメントアウト*/
  height: 332px;
	background: #F0F0F0;
}
.newsBlc .newsLink {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding-right: 25px;
  padding-top: 5px;
  font-weight: 500;
  text-align: right;
}
.newsBlc .newsLink.cmnArw::before{
  top: 5px;
}
.newsBlc .newsLink.cmnArw::after{
  top: 5px;
}
.nowArea {
	padding: 87px 0 105px;
	margin-bottom: 91px;
	background: #FFFF64;
}
.nowArea .secTtl {
	margin-bottom: 58px;
	text-align: center;
}
.nowArea .secTtl span img {
	max-width: 595px;
	width: 100%;
}
.nowArea .secTtl p {
	padding-top: 20px;
	color: #C8003C;
	font-size: 94px;
	line-height: 1;
}
.nowArea .nowList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nowArea .nowList figure {
	display: none;
	margin: 0 10px 20px;
}
.nowArea .nowList figure.is-active {
	display: block;
}
.nowArea .nowList figure img {
	width: 382px;
}
.nowArea .js-moreBtn {
	display: none;
}
.nowArea .commonBtn {
	max-width: 482px;
	margin: 39px auto 0;
	padding: 9px 15px;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 1px;
}
.nowArea .commonBtn.cmnArw:before {
	width: 18px;
	height: 18px;
	right: 18px;
}
.nowArea .commonBtn.cmnArw:after {
	border-width: 3px 5px;
	right: 22px;
	top: 6px;
}
.ocArea{
	padding: 91px 0 102px;
	margin-bottom: 0px;
	background: url("../img/oc_bg_winter.png")no-repeat center -90px,url("../img/oc_bg_brd_winter.jpg")repeat;
}
.ocArea .secTtl{
	margin-bottom: 30px;
	text-align: center;
}
.ocArea .secTtl img{
	width: 970px;
}
.ocArea .blcTtl{
	display: inline-block;
	margin-bottom: 21px;
	padding: 0 10px 8px 15px;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 1px;
	font-feature-settings: "palt";
	color: #7D0010;
	text-align: center;
	line-height: 1.2;
	border-bottom: 5px solid #7d0010;
}
.ocArea .ocCont{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 0 121px 0 132px;
	margin-bottom: 38px;
}
.ocArea .calendarBlc{
	width: 356px;
	text-align: center;
}
.ocArea .calendarBlc .cont{
	width: 100%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.ocArea .calendarBlc .cont .month{
	display: block;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	background: #C8003C;
	height: 42px;
	line-height: 42px;
}
.ocArea .calendarBlc .cont table{
	width: 100%;
	padding: 8px 20px;
	background: #fff;
	border-collapse: separate;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
.ocArea .calendarBlc .cont th{
	text-align: center;
	font-weight: 500;
}
.ocArea .calendarBlc .cont th:nth-child(6){
	color: #0078C8;
}
.ocArea .calendarBlc .cont th:nth-child(7){
	color: #C8003C;
}
.ocArea .calendarBlc .cont td{
	padding: 6px 0;
	text-align: center;
}
.ocArea .calendarBlc .cont td *{
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: #F0F0F0;
	border-radius: 50%;
}
.ocArea .calendarBlc .cont td a{
	background: #C8003C;
	color: #fff;
}
.ocArea .eventBlc{
	width: 650px;
	text-align: center;
}
.ocArea .eventBlc .cont{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.ocArea .eventBlc .cont .bdrBtn{
	width: 311px;
	padding: 0 11px 11px 0;
}
.ocArea .eventBlc .cont .bdrBtn p{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction:column;
	padding: 0 20px;
	line-height: 1.5;
	text-align: left;
	vertical-align: middle;
	min-height: 323px;
}
.ocArea .eventBlc .cont .bdrBtn p .lead{
	font-size: 21px;
	font-weight: 500;
}
.ocArea .eventBlc .cont .bdrBtn p .name{
	display: block;
	padding-top: 10px;
	font-size: 30px;
	font-weight: 700;
}
.ocArea .eventBlc .cont .bdrBtn:nth-child(2) p{
	padding-left: 33px;
}
.ocArea .eventBlc .cont .bdrBtn:nth-child(2) p .lead{
	font-size: 23px;
}
.ocArea .eventBlc .cont .bdrBtn:nth-child(2) p .name{
	font-size: 37px;
}
.ocArea .eventBlc .cont .bdrBtn p::before{
	width: 24px;
	height: 24px;
	right: 20px;
}
.ocArea .eventBlc .cont .bdrBtn p::after{
	border-width: 5px 9px;
	right: 17px;
}
.ocArea .btns{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ocArea .btns .commonBtn{
	width: 460px;
	margin: 0 15px 12px;
	vertical-align: middle;
}
.ocArea .btns .cmnArw::before{
	width: 16px;
	height: 16px;
	right: 13px;
}
.ocArea .btns .cmnArw::after{
	border-width: 4px 7px;
	right: 10px;
}
.ocArea .btns .commonBtn:last-child{
	margin-bottom: 0;
}
.ocArea .btns .commonBtn span{
	font-weight: 700;
	font-size: 18px;
	vertical-align: middle;
}
.ocArea .btns .commonBtn em{
	display: inline-block;
	margin-left: .5em;
	font-weight: 700;
	font-size: 22px;
	vertical-align: middle;
}
.intrArea .secTtl,
.dateArea .secTtl{
	display: block;
	padding-bottom: 5px;
	margin-bottom: 42px;
	border-bottom: 1px solid #000;
	font-weight: 700;
	font-size: 28px;
}
.intrArea {
	margin-bottom: 65px;
}
.intrArea .inner{
	padding: 0 65px;
}
.intrArea .secTtl{
	display: inline-block;
	margin-left:50px;
	letter-spacing: -1px;
}
.intrArea .cont{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	font-feature-settings: "palt";
}
.intrArea .detail .field{
	color: #fff;
	background: #E74840;
	font-size: 18px;
	font-weight: 900;
	padding: 6px 20px;
	margin-bottom: 14px;
}
.intrArea .sl + .sl .field{
	padding: 6px 10px;
	/*max-width: 280px;*/
}
.intrArea .boxsCont{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.intrArea .boxsCont a{
	display: block;
	width: 280px;
	min-height: 246px;
	margin-bottom: 18px;
	margin-right: 23px;
	line-height: 1.3;
}
.intrArea .boxsCont a:last-child{
	margin-right: 0;
}
.intrArea .boxsCont figure{
	margin-bottom: 10px;
}
.intrArea .boxsCont a img{
	width: 100%;
}
.intrArea .boxsCont a .major{
	font-weight: 700;
	font-size: 20px;
	color: #E74840;
}
.intrArea .boxsCont .cmnArw::before{
	width: 21px;
	height: 21px;
	background: #E74840;
	bottom: auto;
	right: -2px;
}
.intrArea .boxsCont .cmnArw::after{
	bottom: auto;
	top: 6px;
	right: -3px;
	border-width: 4px 7px;
}
.intrArea .boxsCont .comment{
	padding-top: 5px;
	line-height: 1.5;
}
.intrArea .boxsCont .comment li{
	display: inline-block;
	margin-right: 1em;
	font-size: 15px;
	color: #000;
}
.intrArea .uc .boxsCont a .major{
	color: #22B896;
}
.intrArea .detail.uc .field,
.intrArea .uc .boxsCont .cmnArw::before{
	background: #22B896;
}
.intrArea .bi .boxsCont a .major{
	color: #1D87DD;
}
.intrArea .detail.bi .field,
.intrArea .bi .boxsCont .cmnArw::before{
	background: #1D87DD;
}
.intrArea .sl .boxsCont a .major{
	color: #19ADED;
}
.intrArea .detail.sl .field,
.intrArea .sl .boxsCont .cmnArw::before{
	background: #19ADED;
}
.intrArea .os .boxsCont a .major{
	color: #15B491;
}
.intrArea .detail.os .field,
.intrArea .os .boxsCont .cmnArw::before{
	background: #15B491;
}
.intrArea .sc .boxsCont a .major{
	color: #BE7AD4;
}
.intrArea .detail.sc .field,
.intrArea .sc .boxsCont .cmnArw::before{
	background: #BE7AD4;
}
.dateArea{
	padding: 60px 0 75px;
	margin-bottom: 120px;
	background: #F0F0F0;
}
.dateArea .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 0 65px;
}
.dateArea .dateBlc{
	width: 360px;
}
.dateArea .secTtl{
	margin-bottom: 10px;
}
.dateArea .dateBlc em{
	display: block;
	min-height: 185px;
	position: relative;
}
.dateArea .dateBlc em img{
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	left: 0;
}
.dateArea .dateBlc:nth-child(1) em img{
	width: 266px;
}
.dateArea .dateBlc:nth-child(2) em img{
	width: 336px;
}
.dateArea .dateBlc:nth-child(3) em img{
	width: 328px;
}
.dateArea .dateBlc p{
	font-size: 16px;
	min-height: 170px;
	line-height: 1.8;
}
.dateArea .dateBlc .commonBtn{
	padding: 12px 15px;
	font-size: 18px;
	font-weight: 700;
}
.dateArea .dateBlc .cmnArw::before{
	width: 18px;
	height: 18px;
	right: 20px;
}
.dateArea .dateBlc .cmnArw::after{
	border-width: 4px 7px;
	right: 18px;
}
.insArea{
	margin-bottom: 120px;
}
.insArea .secTtl{
	display: block;
	margin-bottom: 36px;
	font-size: 65px;
	line-height: 1;
	color: #C8003C;
	text-align: center;
}
.insArea .secTtl span{
	display: inline-block;
	width: 49px;
	height: 49px;
	font-size: 0;
	margin-right: 17px;
}
.insArea .secTtl span img{
	width: 100%;
}
.insArea .insPh{
	display: block;
	width: 100%;
	margin-bottom: 31px;
}
.insArea .insSlider{
  font-size: 0;
}
.insArea .insSlider img{
	width: 100%;
}
.insArea .bnrs{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.insArea .bnrs a{
	width: 360px;
	margin: 0 28px;
	padding: 12px 15px;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: 700;
}
.insArea .bnrs .cmnArw::before{
	width: 18px;
	height: 18px;
	right: 20px;
}
.insArea .bnrs .cmnArw::after{
	border-width: 4px 7px;
	right: 18px;
}
.btmArea{
	padding: 52px 0 49px;
	margin-bottom: 30px;
	background: url(../img/btm_bnr_bg.jpg)no-repeat center center/cover;
}
.btmArea .btmBnr{
	min-width: 1400px;
}
.btmArea .btmBnr .slick-prev,
.btmArea .btmBnr .slick-next{
	bottom: -85px;
}
.btmArea .btmBnr .item{
	width: 100%;
	max-width: 303px;
}
.btmArea .btmBnr .slick-slide img{
	width: calc(100% - 25px);
  max-width: 303px;
}
.btmArea .btmBnr .slick-dots {
	bottom: -40px;
}
.btmArea .btmBnr .slick-dots li button:before {
	font-size: 11px;
}
.btmArea .btmBnr .slick-dots li {
	margin: 0;
	width: 19px;
}
@media screen and (max-width: 767px) {
	.mainWrap{
		padding-top: 59px;
    padding-bottom: 0;
	}
	.mvSlide {
		height: auto;
	}
	.mvSlide::before{
		content: "";
		display: block;
		padding-top: 94.4%;
	}
	.mvSlide li:nth-child(1) .mvBg{
		background-image: url("../img/mv01-sp.jpg");
	}
	.mvSlide li:nth-child(2) .mvBg{
		background-image: url("../img/mv02-sp.jpg");
	}
	.mvSlide li:nth-child(3) .mvBg{
		background-image: url("../img/mv03-sp.jpg");
	}
	.mvSlide .mvCopy {
		left: 15px;
		top: 35px;
	}
	.mvSlide .mvCopy img {
		width: auto;
		height: 25vw;
	}
	.mvBnr{
		width: 100%;
		min-width: auto;
		margin-left: 0;
		margin-top: -100px;
	}
	.mvBnr .slick-slide{
		transform: translateX(-0px);
	}
	.mvBnr .slick-list img{
		width: 90%;
		max-width: 335px;
		margin: 0 auto;
	}
	.mvBnr .slick-dots {
		bottom: -20px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.mvBnr .slick-dots li button:before {
		font-size: 8px;
	}
	.mvBnr .slick-dots li {
		width: 17px;
		margin: 0;
	}
	.mvBnr.slick-dotted.slick-slider {
		margin-bottom: 40px;
	}
	.newsBlc{
		margin-bottom: 25px;
		padding: 0 25px;
	}
	.newsBlc div[class^="newsbox"]{
		display: block;
		width: 100%;
		height: auto;
		margin-left: 0;
		padding: 0;
		border-radius: 5px;
		font-size: 13px;
	}
	.newsBlc div[class^="newsbox"]:first-child{
		margin-bottom: 15px;
	}
	.newsBlc div[class^="newsbox"] .ttl{
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
		width: 100%;
		height: 30px;
		line-height: 30px;
		padding: 0 15px;
		text-align: left;
		border-right: 0;
		border-bottom: 1px solid #C8003C;
	}
	.newsBlc div[class^="newsbox"] .ttl i{
    font-style: normal;
    color: #000;
    font-size: 90%;
	}
  .newsBlc div[class^="newsbox"] .ttl::after {
    display: none;
  }
	.newsBlc div[class^="newsbox"] .cont {
    padding: 0 15px 5px;
	  overflow-y: scroll;
  	margin-right: -17px;
		padding: 0 32px 0 15px;
    /*最新ニュースのスクロール解除は下1行をコメントアウト*/
    max-height: 105px;
	}
    
    /**** add:2020/11/17 ****/
    .newsBlc div[class^="newsbox"] .sp-news { max-height: 170px; }
    .newsBlc div[class^="newsbox"] .the-news { max-height: 380px; }
    /**** ****/
    
	.newsBlc div[class^="newsbox"] .blc {
		display: block;
		padding: 10px 0 5px;
		padding-right: 20px;
		line-height: 1.3;
		border-bottom: 1px solid #000;
	}
	.newsBlc div[class^="newsbox"] .blc:last-child {
		border-bottom: 0;
	}
	.newsBlc div[class^="newsbox"] .topic {
		white-space: normal;
		max-width: 100%;
        padding-bottom: 10px;
        /*height: 3em;*/
	}
	.newsBlc .cmnArw::before {
		width: 14px;
		height: 14px;
	}
	.newsBlc .cmnArw::after {
		border-width: 3px 5px;
		right: -1px;
    top: 0;
	}
	.newsBlc .tag {
		display: inline-block;
		min-width: 5em;
		padding: 3px .5em;;
		background: #C8003C;
		color: #fff;
		font-size: 10px;
		text-align: center;
		line-height: 1;
		border-radius: 5px;
    font-weight: 500;
    vertical-align: 1px;
	}
	.newsBlc .date em {
		display: inline-block;
		margin-right: .5em;
	}
  .newsBlc .newsLink {
    padding-right: 20px;
  }
	.nowArea {
		padding: 35px 0 45px;
		margin-bottom: 15px;
	}
	.nowArea .secTtl {
		margin-bottom: 20px
	}
	.nowArea .secTtl span img {
		width: 90%;
	}
	.nowArea .secTtl p {
		padding-top: 10px;
		font-size: 45px;
	}
	.nowArea .nowList {
		display: block;
		text-align: center;
	}
	.nowArea .nowList figure {
		margin: 0 0 15px;
	}
	.nowArea .nowList figure img {
		max-width: 577px;
		width: 100%;
	}
	.nowArea .commonBtn {
		margin: 30px auto 0;
		padding: 7px 15px;
		font-size: 17px;
	}
	.nowArea .commonBtn.cmnArw:before {
		width: 14px;
		height: 14px;
		right: 15px;
	}
	.nowArea .commonBtn.cmnArw:after {
		border-width: 3px 5px;
		right: 17px;
	}
	.ocArea{
		padding: 60px 0 30px;
		margin-bottom: 0px;
		background: url("../img/oc_bg-sp_winter.png")no-repeat center top/ 110% auto,url("../img/oc_bg_brd_winter.jpg")repeat center center/ 20px;
	}
	.ocArea .secTtl{
		margin-bottom: 20px;
	}
	.ocArea .secTtl img{
		width: 100%;
	}
	.ocArea .blcTtl{
		margin-bottom: 15px;
		font-size: 24px;
		border-bottom: 4px solid #7d0010;
	}
	.ocArea .ocCont{
		display: block;
		padding: 0;
		margin-bottom: 20px;
	}
	.ocArea .calendarBlc{
		max-width: 330px;
		width: 100%;
		margin: 0 auto 30px;
	}
	.ocArea .calendarBlc .cont{
		border-radius: 8px;
	}
	.ocArea .calendarBlc .cont table{
		width: 100%;
	}
	.ocArea .calendarBlc .cont td{
		padding: 4px 0;
	}
	.ocArea .calendarBlc .cont td *{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.ocArea .eventBlc{
		width: 100%;
		max-width: 340px;
		text-align: center;
		margin: 0 auto;
	}
	.ocArea .eventBlc .cont .bdrBtn{
		width: 49%;
		max-width: 160px;
		padding: 0 6px 6px 0;
	}
	.ocArea .eventBlc .cont .bdrBtn::before {
		border-color: #fff;
	}
	.ocArea .eventBlc .cont .bdrBtn p{
		padding: 0 10px;
		min-height: 190px;
		border: 0;
		letter-spacing: -1px;
	}
	.ocArea .eventBlc .cont .bdrBtn p .lead{
		font-size: 12px;
	}
	.ocArea .eventBlc .cont .bdrBtn p .name{
		padding-top: 5px;
		font-size: 17px;
	}
	.ocArea .eventBlc .cont .bdrBtn:nth-child(2) p{
		padding-left: 10px;
	}
	.ocArea .eventBlc .cont .bdrBtn:nth-child(2) p .lead{
		font-size: 12px;
	}
	.ocArea .eventBlc .cont .bdrBtn:nth-child(2) p .name{
		padding-top: 15px;
		font-size: 20px;
	}
	.ocArea .eventBlc .cont .bdrBtn p::before{
		width: 14px;
		height: 14px;
		right: 5px;
	}
	.ocArea .eventBlc .cont .bdrBtn p::after{
		border-width: 3px 5px;
		right: 4px;
	}
	.ocArea .btns .commonBtn{
		max-width: 460px;
		width: 100%;
		margin: 0 0 12px;
		letter-spacing: -1px;
	}
	.ocArea .btns .cmnArw::before{
		width: 12px;
		height: 12px;
		right: 10px;
	}
	.ocArea .btns .cmnArw::after{
		border-width: 3px 5px;
		right: 8px;
	}
	.ocArea .btns .commonBtn span{
		font-size: 12px;
	}
	.ocArea .btns .commonBtn em{
		font-size: 17px;
	}
	.intrArea .secTtl,
	.dateArea .secTtl{
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.5;
	}
	.intrArea {
		margin-bottom: 50px;
	}
	.intrArea .inner{
		padding: 0;
	}
	.intrArea .secTtl{
		display: block;
		width: calc(100% - 30px);
		margin: 0 auto 20px;
		white-space: nowrap;
	}
	.intrArea .cont{
		display: block;
	}
	.intrArea .detail .field{
		padding: 2px 15px;
		font-size: 16px;
		font-weight: 700;
	}
	.intrArea .boxsCont{
		display: block;
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.intrArea .boxsCont a{
		display: block;
		width: 100%;
		min-height: auto;
		margin-bottom: 10px;
		margin-right: 0;
		padding-bottom: 10px;
		border: 1px solid #C8C3C0;
	}
	.intrArea .boxsCont a:last-child{
		margin-bottom: 20px;
	}
	.intrArea .boxsCont a .major{
		font-size: 15px;
	}
	.intrArea .boxsCont .cap{
		padding: 0 30px 0 10px;
	}
	.intrArea .boxsCont .cmnArw::before{
		width: 19px;
		height: 19px;
		right: 10px;
		bottom: 0;
	}
	.intrArea .boxsCont .cmnArw::after{
		border-width: 4px 7px;
		right: 8px;
		top: 0;
		bottom: 0;
	}
	.intrArea .boxsCont .comment{
		line-height: 1.3;
	}
	.intrArea .boxsCont .comment li{
		font-size: 11px;
	}
	.intrArea .sl + .sl,
	.intrArea .bi + .bi{
		margin-top: -10px;
	}
	.dateArea{
		padding: 0;
		margin-bottom: 60px;
		background: #fff;
	}
	.dateArea .inner{
		display: block;
		padding: 0 15px;
	}
	.dateArea .dateBlc{
		width: 100%;
	}
	.dateArea .dateBlc + .dateBlc{
		padding-top: 40px;
	}
	.dateArea .dateBlc em{
		display: block;
		min-height: auto;
		margin-bottom: 20px;
		text-align: center;
	}
	.dateArea .dateBlc em img{
		position: static;
	}
	.dateArea .dateBlc:nth-child(1) em img,
	.dateArea .dateBlc:nth-child(2) em img,
	.dateArea .dateBlc:nth-child(3) em img{
		width: 70%;
		max-width: 100%;
	}
	.dateArea .dateBlc p{
		min-height: auto;
		margin-bottom: 15px;
		font-size: 13px;
	}
	.dateArea .dateBlc .commonBtn{
		padding: 5px 15px;
		font-size: 16px;
		letter-spacing: -1px;
	}
	.dateArea .dateBlc .cmnArw::before{
		width: 12px;
		height: 12px;
		right: 10px;
	}
	.dateArea .dateBlc .cmnArw::after{
		border-width: 3px 5px;
		right: 8px;
	}
	.insArea{
		margin-bottom: 35px;
	}
	.insArea .secTtl{
		margin-bottom: 30px;
		font-size: 55px;
	}
	.insArea .secTtl span{
		width: 42px;
		height: 42px;
		margin-right: 10px;
		font-size: 0;
		vertical-align: -2px;
	}
	.insArea .secTtl span img{
		width: 100%;
	}
	.insArea .insPh{
		margin-bottom: 15px;
		height: auto;
		background: none;
	}
	.insArea .insPh img{
		width: 100%;
	}
	.insArea .bnrs{
		display: block;
	}
	.insArea .bnrs a{
		width: calc(100% - 30px);
		margin: 0 15px 10px;
		padding: 5px 15px;
		font-size: 16px;
		letter-spacing: -1px;
	}
	.insArea .bnrs .cmnArw::before{
		width: 12px;
		height: 12px;
		right: 10px;
	}
	.insArea .bnrs .cmnArw::after{
		border-width: 3px 5px;
		right: 8px;
	}
	.btmArea{
		padding: 25px 15px;
		background: #f0f0f0;
	}
	.btmArea .btmBnr{
		min-width: auto;
		margin-left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.btmArea .btmBnr .item{
		width: 32%;
		margin-bottom: 8px;
	}
	.btmArea .btmBnr img{
		width: 100%;
	}
}