@charset "utf-8";

@media screen and (min-width: 897px){
  .pc-only{display:block !important;}
  .sp-only{display:none !important;}
}
@media screen and (max-width: 896px){
  .pc-only{display:none !important;}
  .sp-only{display:block !important;}
}

a{
	transition:all ease 0.3s;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------
		#wrapper
--------------------------------------------------------------------------- */
#wrapper{
	min-width: 320px;
	overflow: hidden;
}
#wrapper img{
	width: 100%;
	height: auto;
}


/* ---------------------------------------------------------------------------
		#header
--------------------------------------------------------------------------- */
#header{
	width: 100%;
	height: 100vh;
	position: relative;
	min-height: 450px;
}
.topCaution a{
	width: 100%;
	position: absolute;
	top: 0;
	right:0;
	z-index: 1010;
	background: #666;
	text-align: center;
	line-height: 44px;
	color: #fff;
}
.naviTop{
	width: 347px;
	position: absolute;
	top: 0;
	right:0;
	z-index: 1011;
	overflow: hidden;
}
.naviTop li {
	width: 115px;
	float: left;
	border-right: solid 1px #999;
	font-weight: bold;
}
.naviTop li.par {
	width: 115px;
	float: left;
	border-right: none;
}
.naviTop li.tel {
	width: 347px;
	float: left;
}
.naviTop li.conf {
	width: 347px;
	float: left;
}
.naviTop li a {
	display: block;
	text-align: center;
	position: relative;
	line-height: 36px;
	color: #000;
	background: #fff;
	padding-left: 20px;
}
.naviTop li.tel a {
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 26px;
	background: #1d2088;
	color: #fff;
}
.naviTop li.conf a {
	display: block;
	text-align: center;
	line-height: 36px;
	background: #7ec9ef;
	color: #1d2088;
}
.naviTop .jap span::before{
	content:'';
	background: url(../images/jap_ic.png) no-repeat;
	background-size: cover;
	width: 16px;
	height: 16px;
	position: absolute;
	display: inline-block;
	top: 50%;
	margin-top: -8px;
	margin-left: -20px;
}
.naviTop .eng span::before{
	content:'';
	background: url(../images/eng_ic.png) no-repeat;
	background-size: cover;
	width: 16px;
	height: 16px;
	position: absolute;
	display: inline-block;
	top: 50%;
	margin-top: -8px;
	margin-left: -20px;
}
.naviTop .par span::before{
	content:'';
	background: url(../images/par_ic.png) no-repeat;
	background-size: cover;
	width: 16px;
	height: 16px;
	position: absolute;
	display: inline-block;
	top: 50%;
	margin-top: -8px;
	margin-left: -20px;
}
.naviTop .conf span::before{
	content:'';
	background: url(../images/conf_ic.png) no-repeat;
	background-size: cover;
	width: 16px;
	height: 16px;
	position: absolute;
	display: inline-block;
	top: 50%;
	margin-top: -8px;
	margin-left: -20px;
}
.naviTop .jap a:hover,
.naviTop .eng a:hover,
.naviTop .par a:hover {
	box-shadow: inset 0 0 0 2em #DDD;
}
.naviTop .conf a:hover {
	box-shadow: inset 0 0 0 2em #61b1da;
}
.headOverlay{
	position: absolute;
	bottom:0;
	left: 0;
	width:100%;
}
#header .headOverlay.fixed{
	position: fixed;
	top:0;
	bottom:auto;
	left:0;
	width: 100%;
	background: #FFF;
	z-index: 8969;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
#header .headOverlay.fixed .fixedLogo{display: none}
#header .headOverlay.fixed #menuBtn{display: none}
#header .headOverlay.fixed .naviTop{
	top: 0;
	right:16px;
	display: block;
}
#header .headOverlay.fixed #gnav{
	position: relative;
	bottom:auto;
	top:0;
	left: 0;
}
#header .loader{
	z-index: 1200;
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
}
@media screen and (max-width: 896px){
.topCaution a{
	width: 100%;
	position: absolute;
	top: auto;
	bottom: 42px;
	right:0;
	z-index: 1010;
	background: #666;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
.naviTop{
	position: static;
	border-bottom:1px solid #000;
}
.naviTop li{
	width: 50%;
}
.naviTop li a{
	padding:0 15px;
	color: #000 !important;
	background: #FFF !important;
	font-size: 13px;
	line-height: 48px;
}
ul.naviSp li {
	border-bottom:1px solid #000;
}
ul.naviSp li {
	width: 33%;
	float: left;
	border-right: solid 1px #999;
}
ul.naviSp li.par {
	width: 33%;
	float: left;
	border-right: none;
}
ul.naviSp li.conf {
	width: 100%;
	float: left;
	border-right: none;
}
ul.naviSp li.tel {
	width: 100%;
	float: left;
	border-right: none;
}
#gnav ul.naviSp li a {
	display: block;
	text-align: center;
	position: relative;
	font-size: 13px;
	line-height: 48px;
	color: #000;
	background: #fff;
	padding-left: 20px;
}
#gnav ul.naviSp li.tel a {
	display: block;
	text-align: center;
	font-size: 26px;
	line-height: 48px;
	background: #1d2088;
	color: #fff;
	font-weight: bold;
}
#gnav ul.naviSp li.conf a {
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 48px;
	background: #7ec9ef;
	color: #1d2088;
}
ul.naviSp .jap span::before{
	content:'';
	background: url(../images/jap_ic.png) no-repeat;
	background-size: cover;
	width: 16px;
	height: 16px;
	position: absolute;
	display: inline-block;
	top: 50%;
	margin-top: -8px;
	margin-left: -20px;
}
ul.naviSp .eng span::before{
	content:'';
	background: url(../images/eng_ic.png) no-repeat;
	background-size: cover;
	width: 16px;
	height: 16px;
	position: absolute;
	display: inline-block;
	top: 50%;
	margin-top: -8px;
	margin-left: -20px;
}
ul.naviSp .par span::before{
	content:'';
	background: url(../images/par_ic.png) no-repeat;
	background-size: cover;
	width: 16px;
	height: 16px;
	position: absolute;
	display: inline-block;
	top: 50%;
	margin-top: -8px;
	margin-left: -20px;
}
ul.naviSp .conf span::before{
	content:'';
	background: url(../images/conf_ic.png) no-repeat;
	background-size: cover;
	width: 16px;
	height: 16px;
	position: absolute;
	display: inline-block;
	top: 50%;
	margin-top: -8px;
	margin-left: -20px;
}
.headOverlay{
	top: 0 !important;
	bottom:auto;
	margin-top: 0;
	background: transparent;
	position: fixed;
	transition: background ease .3s;
	z-index: 8969;
}
.gnavMenuIsOpen #header .headOverlay{background: #FFF;}
.headOverlay .bar{
	height: 48px;
	position: relative;
	z-index:6000;
}
.headOverlay .bar::after{
	content:'';
	width:0;
	height: 1px;
	position: absolute;
	bottom:-1px;
	left: 0;
	background: #1070ae;
	transition: all ease .5s;
}
.gnavMenuIsOpen .headOverlay .bar,
.headOverlay.fixed .bar{
	background: #FFF;
}
.gnavMenuIsOpen .headOverlay .bar::after{
	width:100%;
}
#header .headOverlay .fixedLogo{
	opacity: 0;
}
.gnavMenuIsOpen #header .headOverlay .fixedLogo{opacity: 1;}
.gnavMenuIsOpen #header .headOverlay .fixedLogo{
	top: 10px;
	left: 12px;
	width: 220px;
	position: absolute;
}
#header .headOverlay.fixed .fixedLogo{
	display: block;
	opacity: 1;
	top: 10px;
	left: 12px;
	width: 220px;
	position: absolute;
}
#header .headOverlay.fixed{
	background: #FFF;
	padding-top: 0;
	margin-top: 0;
}
#header .headOverlay.fixed #gnav{
	padding:0;
}
#header .headOverlay.fixed #gnav #gnavMenu {height: auto;}
#header .headOverlay.fixed #gnav #gnavMenu > li#gnavReserve > a,
#header .headOverlay.fixed #gnav #gnavMenu > li > span > a{
	line-height: 1.3;
}
#header .naviMenu{
	background: rgba(255,255,255,0.9);
	position: absolute;
	top:49px;
	bottom:0;
	left:0;
	width: 100%;
	height: calc(100vh - 49px);
	padding: 0 0 68px;
	overflow-y: scroll;
	display: none;
}
#header .fixed .naviMenu{
	top:49px;
	bottom:auto;
	height: calc(100vh - 49px);
	padding: 0;
}
#menuBtn{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.headOverlay.fixed #menuBtn{
 	display: none;
}
#menuBtn a{
	display: block;
}
#menuBtn a span{
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#menuBtn a::after,
#menuBtn a span::before,
#menuBtn a span::after{
	content:'';
	position: absolute;
	top:50%;
	left: 10px;
	height: 2px;
	width:25px;
	background: #000;
	transition: all ease .3s;
}
#menuBtn a span::before{
	margin-top: -8px;
}
#menuBtn a span::after{
	margin-top: 8px;
}
.gnavMenuIsOpen a::after{
	opacity: 0;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gnavMenuIsOpen #menuBtn a span::before{
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 0;
}
.gnavMenuIsOpen #menuBtn a span::after{
	margin-top: 0;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#header .scroll{
  color: #fff;
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-left: -1.0em;
  font-size: 14px;
  padding-bottom: 30px;
  z-index: 1001;
  font-weight: bold;
}
#header .scroll::after{
	content:'';
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: 20px;
	width: 10px;
	height: 10px;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-animation: effect_scroll-anim 3s linear infinite;
	-webkit-animation: effect_scroll-anim 3s linear infinite;
	animation: effect_scroll-anim 3s linear infinite;
}
}

#gnav{
	background: #FFF;
	width: 100%;
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	z-index: 5000;
}
#gnav a {
	color: #000;
}
#gnav #gnavMenu {
	max-width: 1200px;
	margin: 0 auto;
	display: table;
	width: 100%;
	height: 100px;
}
#gnav #gnavMenu > li{
	width: 12%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#gnav #gnavMenu > li > span{
	height: 100px;
	width: 12%;
	position: relative;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#gnav #gnavMenu > li > span::after{
	content:'';
	width: 60%;
	height: 3px;
	position: absolute;
	left: 20%;
	bottom:0;
	background: #000;
	transition: all ease .3s;
	transform: scaleX(0);
}
#gnav #gnavMenu > li > span:hover::after,
#gnav #gnavMenu > li.show > span::after{
	transform: scaleX(1);
}
#gnav #gnavMenu > li#gnavReserve {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	font-weight: bold;
}
#gnav #gnavMenu > li#gnavReserve > span {
	height: 70px;
	margin: 15px 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	background: #F90;
	border-radius: 5px;
}
#gnav #gnavMenu > li#gnavReserve > span > a{
	color: #FFF;
}
#gnav #gnavMenu > li#gnavReserve > span::after{
	content:'';
	width: 60%;
	height: 3px;
	position: absolute;
	left: 20%;
	bottom:0;
	background: none;
}
#gnav #gnavMenu > li#gnavReserve > span:hover{
	box-shadow: inset 0 0 0 4em #E60;
	height: 70px;
	margin: 15px 0;
	transition: all ease .5s;
}
#gnav #gnavMenu > li#gnavGuide {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	font-weight: bold;
}
#gnav #gnavMenu > li#gnavGuide > span {
	height: 70px;
	margin: 15px 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	background: #1d2088;
	border-radius: 5px;
}
#gnav #gnavMenu > li#gnavGuide > span > a{
	color: #FFF;
}
#gnav #gnavMenu > li#gnavGuide > span::after{
	content:'';
	width: 60%;
	height: 3px;
	position: absolute;
	left: 20%;
	bottom:0;
	background: none;
}
#gnav #gnavMenu > li#gnavGuide > span:hover{
	box-shadow: inset 0 0 0 4em #161866;
	height: 70px;
	margin: 15px 0;
	transition: all ease .5s;
}
.gnavdropmenu{
	background: rgba(255,255,255,0.85);
	position: absolute;
	width: 100%;
	left: 0;
	padding:25px 0 10px 0;
	transition: all ease .5s;
	text-align: left;
	-ms-transform: translateX(-110%);
	transform: translateX(-110%);
}
.upper .gnavdropmenu{
	bottom:100px;
}
.gnavdropmenu::before{
	content:'';
	background: rgba(255,255,255,0.3);
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-ms-transform: translateX(-210%);
	transform: translateX(210%);
	transition: all ease .5s;
}
.show .gnavdropmenu{
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.show .gnavdropmenu::before{
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.gnavdropmenu .drop-inner{
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#gnavDropdown .menuList{
	width: 100%;
}
#gnavDropdown .menuList ul {
	width: 23%;
	margin-right: 2.5%;
	float: left;
}
#gnavDropdown .menuList ul:last-child {
	margin-right: 0;
}
#gnavDropdown .menuList ul a.listTxt01 span {
	width: 100%;
	padding: 7px 10px;
	display: block;
	color: #fff;
	background: #6dbdec;
	font-weight: bold;
	font-size: 12px;
}
#gnavDropdown .menuList ul a.listTxt02 span {
	width: 100%;
	padding: 5px 7px;
	display: block;
	color: #fff;
	background: #006d00;
	font-weight: bold;
	font-size: 12px;
}
#gnavDropdown .menuList ul li ul.inner {
	width: 100%;
	margin-right: 0;
	padding-bottom: 15px;
	float: none;
	font-size: 12px;
	line-height: 1.3;
}
#gnavDropdown .menuList ul li ul.inner li {
	margin-top: 7px;
	padding-left: 10px;
	position: relative;
}
#gnavDropdown .menuList ul li ul.inner li::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px #999;
	top: 50%;
	left: 0;
	margin-top: -3px;
}
#gnavDropdown .rankList{
	width: 100%;
}
#gnavDropdown .rankList ul li a {
	width: 19%;
	float: left;
	padding-right: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 15px;
	border-right: solid 1px #999;
}
#gnavDropdown .rankList ul li:last-child a {
	width: 17.5%;
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
#gnavDropdown .rankList ul li .imgBox {
	position: relative;
}
#gnavDropdown .rankList ul li p {
	padding-top: 15px;
	text-align: center;
	font-size: 14px;
}
#gnavDropdown .rankList ul li p span {
	font-weight: bold;
}
#gnavDropdown .rankList ul li:nth-child(1) .imgBox::before{
	content:'';
	background: url("../images/rank01.png") no-repeat;
	background-size: cover;
	width: 36px;
	height: 36px;
	position: absolute;
	display: inline-block;
	top: 5px;
	left: 5px;
}
#gnavDropdown .rankList ul li:nth-child(2) .imgBox::before{
	content:'';
	background: url("../images/rank02.png") no-repeat;
	background-size: cover;
	width: 36px;
	height: 36px;
	position: absolute;
	display: inline-block;
	top: 5px;
	left: 5px;
}
#gnavDropdown .rankList ul li:nth-child(3) .imgBox::before{
	content:'';
	background: url("../images/rank03.png") no-repeat;
	background-size: cover;
	width: 36px;
	height: 36px;
	position: absolute;
	display: inline-block;
	top: 5px;
	left: 5px;
}
#gnavDropdown .rankList ul li:nth-child(4) .imgBox::before{
	content:'';
	background: url("../images/rank04.png") no-repeat;
	background-size: cover;
	width: 36px;
	height: 36px;
	position: absolute;
	display: inline-block;
	top: 5px;
	left: 5px;
}
#gnavDropdown .rankList ul li:nth-child(5) .imgBox::before{
	content:'';
	background: url("../images/rank05.png") no-repeat;
	background-size: cover;
	width: 36px;
	height: 36px;
	position: absolute;
	display: inline-block;
	top: 5px;
	left: 5px;
}
#gnavDropdown .camList{
	width: 100%;
}
#gnavDropdown .camList ul li {
	width: 49%;
	margin-right: 2%;
	padding-bottom: 15px;
	float: left;
}
#gnavDropdown .camList ul li.long {
	width: 100%;
	margin-right: 0;
	padding-bottom: 15px;
	float: none;
}
#gnavDropdown .camList ul li:nth-child(2n) {
	margin-right: 0;
	padding-bottom: 0;
}

@media screen and (max-width: 896px){
#gnav{
	font-size: 13px;
	line-height: 1.3;
}
#gnav #gnavMenu{
	max-width: 100%;
	display: block;
	height: auto;
}
#gnav #gnavMenu > li{
	width: 100%;
	text-align: left;
	display: block;
}
#gnav #gnavMenu > li > span{
	width: 100%;
	height: auto;
	display: block;
	line-height: 1.3;
}
#gnav #gnavMenu > li > span > a {
	width: 100%;
	height: auto;
	text-align: left;
	display: block;
    padding: 1.2em 15px;
	border-bottom: 1px solid #000;
}
#gnav #gnavMenu > li > span::before{
	content:'';
	width: 12px;
	height: 2px;
	position: absolute;
	right:20px;
	top:50%;
	background: #000;
	margin-right: -5px;
	transition: all ease .3s;
	pointer-events: none;
}
#gnav #gnavMenu > li > span::after{
	content:'';
	width: 2px;
	height: 12px;
	position: absolute;
	left:auto;
	right: 20px;
	margin-top: -5px;
	bottom:auto;
	top:50%;
	transition: all ease .3s;
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	pointer-events: none;
}
#gnav #gnavMenu > li > span.no-cross::before {
    background: none; 
}
#gnav #gnavMenu > li > span.no-cross::after {
    background: none;

}
#gnav #gnavMenu > li.toggleOpen > span::after{
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#gnav #gnavMenu > li#gnavReserve {
	width: 100%;
	text-align: left;
	display: block;
	font-weight: bold;
}
#gnav #gnavMenu > li#gnavReserve > span {
	width: 100%;
	height: auto;
	background: none;
	margin: 0;
	border-radius: 0;
	display: block;
}
#gnav #gnavMenu > li#gnavReserve > span::before{
	background: none;
}
#gnav #gnavMenu > li#gnavReserve > span::after{
	background: none;
}
#gnav #gnavMenu > li#gnavReserve > span > a{
	width: 100%;
	display: block;
    line-height: 1.3;
    padding: 1.2em 15px;
	background: #F90;
	border-bottom: 1px solid #000;
	font-weight: bold;
}
#gnav #gnavMenu > li#gnavReserve > span:hover{
	box-shadow: none;
	height: auto;
	margin: 0;
}
#gnav #gnavMenu > li#gnavGuide {
	width: 100%;
	text-align: left;
	display: block;
	font-weight: bold;
}
#gnav #gnavMenu > li#gnavGuide > span {
	width: 100%;
	height: auto;
	background: none;
	margin: 0;
	border-radius: 0;
	display: block;
}
#gnav #gnavMenu > li#gnavGuide > span::before{
	background: none;
}
#gnav #gnavMenu > li#gnavGuide > span::after{
	background: none;
}
#gnav #gnavMenu > li#gnavGuide > span > a{
	width: 100%;
	display: block;
    line-height: 1.3;
    padding: 1.2em 15px;
	background: #1d2088;
	border-bottom: 1px solid #000;
	font-weight: bold;
}
#gnav #gnavMenu > li#gnavGuide > span:hover{
	box-shadow: none;
	height: auto;
	margin: 0;
}
.gnavdropmenu{
	position: relative;
	padding:0;
	-ms-transform: translateX(0);
	transform: translateX(0);
	font-size: 13px;
}
.upper .gnavdropmenu{
	bottom:auto;
}
.gnavdropmenu::before{display: none;}
.gnavdropmenu .drop-inner{
	max-width: 100%;
	display: none;
}
#gnavDropdown .menuList{
	width: 100%;
}
#gnavDropdown .menuList ul {
	width: 100%;
	margin-right: 13px;
	float: left;
}
#gnavDropdown .menuList ul:last-child {
	margin-right: 0;
}
#gnavDropdown .menuList ul a.listTxt01 span {
	width: 100%;
	padding: 10px 15px;
	display: block;
	color: #1195e2;
	background: #d8edf9;
	font-weight: bold;
	font-size: 12px;
	border-bottom: solid 1px #fff;
}
#gnavDropdown .menuList ul a.listTxt02 span {
	width: 100%;
	padding: 10px 15px;
	display: block;
	color: #006d00;
	background: #d9ecd9;
	font-weight: bold;
	font-size: 12px;
	border-bottom: solid 1px #fff;
}
#gnavDropdown .menuList ul li ul.inner {
	width: 100%;
	margin-right: 0;
	padding-bottom: 15px;
	float: none;
	font-size: 12px;
	line-height: 1.3;
	border-bottom: solid 1px #fff;
}
#gnavDropdown .menuList ul li ul.inner li {
	margin: 10px 15px 0 15px;
	padding-left: 10px;
	position: relative;
}
#gnavDropdown .menuList ul li ul.inner li::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: solid 3px transparent;
	border-left: solid 5px #999;
	top: 50%;
	left: 0;
	margin-top: -2px;
}
.child {
    display: none;
}
#gnavDropdown .rankList ul li a {
	width: 100%;
	float: left;
	padding: 10px 15px;
	margin-right: 0;
	margin-bottom: 0;
	border-right: none;
	border-bottom: solid 1px #fff;
	background: #eee;
}
#gnavDropdown .rankList ul li:last-child a {
	width: 100%;
	float: left;
	padding-right: 1.5%;
	margin-right: 1.5%;
	border-right: none;
}
#gnavDropdown .rankList ul li p {
	padding-top: 0;
	text-align: left;
	font-size: 12px;
	line-height: 1.3;
}
#gnavDropdown .rankList ul li:nth-child(1) .imgBox::before{
	background: none;
}
#gnavDropdown .rankList ul li:nth-child(2) .imgBox::before{
	background: none;
}
#gnavDropdown .rankList ul li:nth-child(3) .imgBox::before{
	background: none;
}
#gnavDropdown .rankList ul li:nth-child(4) .imgBox::before{
	background: none;
}
#gnavDropdown .rankList ul li:nth-child(5) .imgBox::before{
	background: none;
}
#gnavDropdown .camList ul li {
	width: 100%;
	margin: 0;
	padding: 10px 15px;
	border-bottom: solid 1px #fff;
	background: #eee;
	float: none;
}
#gnavDropdown .camList ul li:nth-child(2n) {
	margin: 0;
	padding: 10px 15px;
}
#gnavDropdown .camList ul li p {
	text-align: left;
	font-size: 12px;
	line-height: 1.3;
}
}


#mv{
	background: #FFF;
	position: relative;
	height: 100%;
}
#mv .mv-cover{
	background: #FFF;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 1010;
}
#mv.cover-hide .mv-cover{width: 0;}
#mv.cover-show .mv-cover{width: 100%;}
#mv .mv-inner{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
#mv .spSlider-wrap{
	z-index: 1;
	display:none;
}
#mv #mvSlider,
#mv #mvSlider .mv-slider,
#mv #mvSlider .slider-wrap{
	top:0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}
#mv #mvSlider.no-visible{visibility: hidden;}
#mv #mvSlider .slick-list,
#mv #mvSlider .slick-track{
	height: 100%;
}
#mv #mvSlider .slick-slide{
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
#mv #mvSlider .inner{
	position: relative;
	height: 100%;
}
#mv #mvSlider .inner .bg{
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 110%;
}
#mv #mvSlider .video .inner::after{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}
#mv .mv-inner .common-catch{
	position: absolute;
	top:50%;
	left: 50%;
	z-index: 1001;
	opacity: 1;
	width: 75%;
	max-width: 1000px;
	padding-top: 40px;
	-ms-transform:translate(-50%, -54%);
	transform:translate(-50%, -54%);
	transition:opacity ease .5s;
	text-align: center;
}
#mv .mv-inner .common-catch .title{
	width: 70%;
	max-width: 950px;
}
#mv .mv-inner .common-catch ul li{
	width: 48%;
	padding-top: 2%;
	float: left;
}
#mv .mv-inner .common-catch ul li:last-child{
	width: 48%;
	padding-top: 2%;
	float: right;
}
#mv .mv-inner .common-catch.hide{opacity: 0; pointer-events: none;}

@media screen and (max-width:896px) {
#mv .btn-reserve{
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 8970;
}
.gnavMenuIsOpen #mv .btn-reserve{z-index: 1000;}
#mv .btn-reserve a{
	padding: 8px 10px;
	background: #ff7800;
	color: #FFF;
	font-weight:bold;
	border-radius: 5px;
	text-align: center;
	display: block;
	line-height: 1.3;
}
#mv .mv-inner .common-catch{
	width: 70%;
	padding-top: 0;
	margin-top: -35px;
	-ms-transform:translate(-50%, -54%);
	transform:translate(-50%, -54%);
}
#mv .mv-inner .common-catch ul li{
	width: 100%;
	padding-top: 2%;
	float: none;
}
#mv .mv-inner .common-catch ul li:last-child{
	width: 100%;
	padding-top: 2%;
	float: none;
}
#mv .pcSlider-wrap{
		display:none;
}
#mv .spSlider-wrap{
		display:block;
}
}

#pickupFeed{
	position: absolute;
	right: 0;
	bottom: 100px;
	width: 347px;
	z-index: 1012;
	overflow: hidden;
	transition: all ease .6s;
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
#pickupFeed.in{
	-ms-transform: translateX(0);
	transform: translateX(0);
}
#pickupFeed .inner{
	background: rgba(255,255,255,0.9);
	overflow: hidden;
	padding:15px 28px;
	display: none;
}
#pickupFeed .inner h3{
	margin-bottom: 0.5em;
	text-align: center;
	font-size: 20px;
}
#pickupFeed .inner .feed .imgBox img{ transition: all ease .5s;}
#pickupFeed .inner .title{
	margin: 0.8em 0 0.5em 0;
	font-weight: bold;
	font-size: 16px;
}
#pickupFeed .btn-wrap{
	overflow: hidden;
	height: 46px;
}
#pickupFeed .btn-wrap a {
	display: block;
	background: #000;
	color: #fff;
	position: relative;
	height: 46px;
}
#pickupFeed .btn-wrap a.hover{
	background: #0a0a0a;
}
#pickupFeed .btn-wrap .btn-close{
	padding: 0 20px;
	line-height: 46px;
	height: 46px;
	text-align: center;
	transition: all ease .3s;
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	position: relative;
}
#pickupFeed .btn-wrap p.btn-close::after{
	position: absolute;
	top: 20px;
	right: 10px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0.5em 0 0;
	border: 5px solid transparent;
	border-bottom: 0 solid transparent;
	border-top: 8px solid #fff;
}
#pickupFeed.show .btn-wrap .btn-close{
	-ms-transform: translateY(0);
	transform: translateY(0);
}
#pickupFeed .btn-wrap dl{
	padding: 15px 27px 0;
	height: 46px;
	line-height: 17px;
	transition: all ease .3s;
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
#pickupFeed.show .btn-wrap dl{
	-ms-transform: translateY(0);
	transform: translateY(0);
}
#pickupFeed .btn-wrap dl dt{
	font-size: 20px;
	display: inline-block;
	padding-right: 0.5em;
	letter-spacing: 0.1em;
}
#pickupFeed .btn-wrap dl dd{
	font-size: 14px;
	display: inline-block;
}
#pickupFeed .btn-wrap .ico-close{
	position: absolute;
	top:17px;
	right: 19px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: inline-block;
	border-style: solid;
	border-width: 0 5px 8px 5px;
	border-color: transparent transparent #fff transparent;
	transition: all ease .3s;
}
#pickupFeed.show .btn-wrap .ico-close{
	border: none;
}

@media screen and (max-width: 896px){
#pickupFeed{
	bottom: 0;
	width: 100%;
	min-width: 100%;
}
#pickupFeed .inner{
	padding:10px 20px;
}
#pickupFeed .inner h3{
	margin-bottom: 0.5em;
	text-align: center;
	font-size: 18px;
}
#pickupFeed .inner .title{
	margin: 0.8em 0 0.5em 0;
	font-weight: bold;
	font-size: 14px;
}
#pickupFeed .btn-wrap{
	height: 42px;
}
#pickupFeed .btn-wrap a{
	height: 42px;
}
#pickupFeed .btn-wrap .btn-close{
	line-height: 42px;
	height: 42px;
}
#pickupFeed .btn-wrap p.btn-close::after{
	position: absolute;
	top: 20px;
	right: 10px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0.5em 0 0;
	border: 5px solid transparent;
	border-bottom: 0 solid transparent;
	border-top: 8px solid #fff;
}
#pickupFeed .btn-wrap dl{
	padding: 0 20px;
	height: 42px;
	line-height: 42px;
}
#pickupFeed .btn-wrap dl dt{
	font-size: 18px;
	display: inline-block;
	padding-right: 0.5em;
	letter-spacing: 0.1em;
}
#pickupFeed .btn-wrap dl dd{
	font-size: 12px;
	display: inline-block;
}
#pickupFeed .btn-wrap .ico-close{
	position: absolute;
	top:15px;
	right: 19px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: inline-block;
	border-style: solid;
	border-width: 0 5px 8px 5px;
	border-color: transparent transparent #fff transparent;
	transition: all ease .3s;
}
#pickupFeed .btn-wrap .ico-close::before,
#pickupFeed .btn-wrap .ico-close::after{
	top:50%;
	width: 16px;
}
}

/* ---------------------------------------------------------------------------
	#content
--------------------------------------------------------------------------- */
#main {
	position: relative;
	background: #FFF;
	z-index: 1002;
}
@media screen and (max-width: 896px){
#main #topTachibana{
	padding-bottom: 30px;
	background: #fff;
	text-align: center;
}
#main #topTachibana h2{
	padding: 30px 0 10px 0;
	font-size: 22px;
	font-weight: bold;
	color: #313c99;
	position: relative;
	text-align: center;
}
#main #topTachibana h2:before {
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 143px;
	height: 6px;
	background: url("../images/top/kazarikei.png") no-repeat center;
	background-size: cover;
	margin: auto;
}
#main #topTachibana .txtBox{
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}
#main #topTachibana .txtBox p{
	padding-top: 10px;
    display: inline-block;
    text-align: left;
}
}
#main #topContents{
	background: #fff;
}
#main #topContents .wrap{
	overflow: hidden;
}
#main #topContents .wrap #reserve,
#main #topContents .wrap #course{
	width: 50%;
	position: relative;
}
#main #topContents a.main{
	display: block;
}
#main #topContents .notes{
	width: 100%;
	padding: 90px 0;
	text-align: center;
	color: #fff;
}
#main #topContents .notes .ttl h2{
	margin-bottom: 50px;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.2;
	z-index: 1;
	display: inline-block;
	position: relative;
}
#main #topContents .notes .ttl h2:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px;
	display: inline-block;
	width: 40px;
	height: 3px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #fff;
}
#main #topContents .notes .name{
	font-size: 18px;
	line-height: 1.0;
	text-align: center;
	z-index: 1;
	position: relative;
	transition: all ease .5s;
}
#main #topContents #reserve,
#main #topContents #course{
	float: left;
}
#main #topContents #reserve a.main::before{
	content:'';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/top/top_bg01.png") no-repeat center;
	background-size: cover;
}
#main #topContents #course a.main::before{
	content:'';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/top/top_bg02.png") no-repeat center;
	background-size: cover;
}
#main #topContents #reserve a.main::after{
	content:'';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1d2088;
	-ms-transform:translateX(-100%);
	transform:translateX(-100%);
	opacity: 0;
	transition: all ease .5s;
}
#main #topContents #course a.main::after{
	content:'';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1d2088;
	-ms-transform:translateX(100%);
	transform:translateX(100%);
	opacity: 0;
	transition: all ease .5s;
}
.no_touch #main #topContents #reserve a.main:hover::after,
.no_touch #main #topContents #course a.main:hover::after{
	-ms-transform:translateX(0);
	transform:translateX(0);
	opacity: 0.7;
}
.detailBtn {
	width: 170px;
	height: 50px;
	margin: 25px auto 0 auto;
	padding-right: 10px;
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	background: #fff;
	color: #1d2088;
	font-size: 14px;
	line-height: 50px;
	text-decoration:none;
	border-radius: 5px;
	opacity: 0.8;
}
.arrow01:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #1d2088;
}
@media screen and (max-width: 896px){
#main #topContents .wrap #reserve,
#main #topContents .wrap #course{
	width: 100%;
	position: relative;
}
#main #topContents .notes{
	width: 100%;
	padding: 60px 0;
	text-align: center;
	color: #fff;
}
#main #topContents .notes .ttl h2{
	margin-bottom: 40px;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.2;
	z-index: 1;
	display: inline-block;
	position: relative;
}
#main #topContents .notes .ttl h2:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px;
	display: inline-block;
	width: 40px;
	height: 2px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #fff;
}
#main #topContents .notes .name{
	font-size: 14px;
	line-height: 1.0;
	text-align: center;
	z-index: 1;
	position: relative;
	transition: all ease .5s;
}
#main #topContents #reserve a.main::before{
	content:'';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/top/top_bg01.png") no-repeat left;
	background-size: cover;
}
#main #topContents #reserve,
#main #topContents #course{
	float: none;
}
.detailBtn {
	width: 120px;
	height: 36px;
	margin: 20px auto 0 auto;
	padding-right: 10px;
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	background: #fff;
	color: #1d2088;
	font-size: 12px;
	line-height: 36px;
	text-decoration:none;
	border-radius: 5px;
	opacity: 0.8;
}
.arrow01:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #1d2088;
}
}

#main .topPages{
	padding: 60px 0 100px 0;
	background: url("../images/top/contents_bg.png") no-repeat center bottom;
	background-size: 100% auto;
}
#main .topPages ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 40px;
	float: left;
	border-bottom: solid 1px #999;
}
#main .topPages ul li:nth-child(3n) {
	margin-right: 0;
}
#main .topPages ul li a .imgBox{
	background: #000;
}
#main .topPages ul li a:hover .imgBox img{
	opacity: 0.7;
}
#main .topPages ul li a .txtBox {
	height: 130px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#main .topPages ul li a:hover .txtBox {
	background: #d4ecf9;
}
#main .topPages ul li a .txtBox h3 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
}
#main .topPages ul li a .txtBox p {
	padding-top: 10px;
	font-size: 14px;
	color: #666;
}
@media screen and (max-width: 896px){
#main .topPages{
	padding: 40px 4% 10px 4%;
	background: url("../images/top/contents_bg.png") no-repeat center bottom;
	background-size: 150% auto;
}
#main .topPages ul li {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 30px;
	float: left;
	border-bottom: solid 1px #999;
}
#main .topPages ul li:nth-child(3n) {
	margin-right: 3%;
}
#main .topPages ul li:nth-child(2n) {
	margin-right: 0%;
}
#main .topPages ul li a .txtBox {
	height: 70px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#main .topPages ul li a .txtBox h3 {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
#main .topPages ul li a .txtBox p {
	padding-top: 5px;
	font-size: 8px;
	color: #666;
}
}

#main .topNewsFb {
	padding: 100px 0;
	background: #f3f3f3;
}
#main #news {
	width: 50%;
	float: left;
}
#main #news .ttl {
	height: 120px;
}
#main #news .ttl h2 {
	font-size: 36px;
	font-weight: normal;
	text-align: center;
}
#main #news .ttl p {
	padding-top: 5px;
	font-size: 16px;
	color: #666;
	text-align: center;
}
#main #news .newsList ul {
	height: 530px;
	overflow: scroll;
	box-sizing: border-box;
}
#main #news .newsList ul li:first-child {
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	padding: 20px 10px;
}
#main #news .newsList ul li {
	padding: 20px 10px;
	border-bottom: solid 1px #999;
	position: relative;
}
#main #news .newsList ul li p.date {
	font-size: 12px;
	color: #666;
}
#main #news .newsList ul li p.txt {
	padding: 15px 0 0 0;
	font-size: 16px;
	color: #000;
}
#main #news .newsList ul li a::after {
	content:'';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1d2088;
	-ms-transform:translateX(-100%);
	transform:translateX(-100%);
	opacity: 0;
	transition: all ease .5s;
}
#main #news .newsList ul li a:hover::after {
	-ms-transform:translateX(0);
	transform:translateX(0);
	opacity: 0.3;
}
#main #fb {
	width: 45%;
	float: right;
	text-align: right;
}
@media screen and (max-width: 896px){
#main .topNewsFb {
	padding: 40px 4%;
	background: #f3f3f3;
}
#main #news {
	width: 100%;
	float: none;
	padding-bottom: 40px
}
#main #news .ttl {
	height: 70px;
}
#main #news .ttl h2 {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}
#main #news .ttl p {
	padding-top: 5px;
	font-size: 12px;
	color: #666;
	text-align: center;
}
#main #news .newsList ul {
	height: 500px;
	overflow: scroll;
	box-sizing: border-box;
}
#main #news .newsList ul li:first-child {
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	padding: 15px 5px;
}
#main #news .newsList ul li {
	padding: 20px 10px;
	border-bottom: solid 1px #999;
	position: relative;
}
#main #news .newsList ul li p.date {
	font-size: 12px;
	color: #666;
}
#main #news .newsList ul li p.txt {
	padding: 5px 0 0 0;
	font-size: 14px;
	color: #000;
}
#main #fb {
	width: 100%;
	float: none;
	text-align: right;
}
}

#main .bnrBox {
	padding: 100px 0;
}
#main .bnrBox ul li {
	width: 18%;
	margin-right: 2.5%;
	float: left;
}
#main .bnrBox ul li:last-child {
	width: 18%;
	margin-right: 0;
	float: left;
}
@media screen and (max-width: 896px){
#main .bnrBox {
	padding: 30px 4% 40px 4%;
}
#main .bnrBox ul li {
	width: 32%;
	margin-top: 10px;
	margin-right: 2%;
	float: left;
}
#main .bnrBox ul li:last-child {
	width: 32%;
	margin-right: 2%;
	float: left;
}
#main .bnrBox ul li:nth-child(3n) {
	width: 32%;
	margin-right: 0;
	float: left;
}
}

#main .courseList {
	padding: 50px 0 80px 0;
	background: #f3f3f3;
}
#main .courseList dl dt {
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #999;
}
#main .courseList dl dt h3 {
	font-size: 24px;
	display: inline-block;
}
#main .courseList dl dt p {
	padding-left: 15px;
	font-size: 14px;
	display: inline-block;
	color: #666;
}
#main .courseList dl dd {
	padding-top: 15px;
	line-height: 2.0;
}
#main .courseList dl dd a {
	color: #000;
}
@media screen and (max-width: 896px){
#main .courseList {
	padding: 10px 4% 40px 4%;
	background: #f3f3f3;
}
#main .courseList dl dt {
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #999;
}
#main .courseList dl dt h3 {
	font-size: 20px;
	display: block;
}
#main .courseList dl dt p {
	padding-left: 0;
	font-size: 12px;
	display: block;
	color: #666;
}
#main .courseList dl dd {
	padding-top: 10px;
	line-height: 2.0;
}
}

/* ---------------------------------------------------------------------------
	#pageTop
--------------------------------------------------------------------------- */
#pageTop{
	width: 100px;
	position: fixed;
	right: 0;
	bottom: 120px;
	opacity: 0;
	z-index: 1111;
	transition: all ease .5s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
#pageTop.show{
	opacity: 1;
	pointer-events: auto;
}
@media screen and (max-width: 896px){
#pageTop{
	width: 70px;
	position: fixed;
	right: 0;
	bottom: 60px;
	opacity: 0;
	z-index: 1111;
	transition: all ease .5s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
}


/* ---------------------------------------------------------------------------
	#footer
--------------------------------------------------------------------------- */
#footer .snsBox {
	padding: 50px 0;
	background: #000;
}
#footer .snsBox ul {
	text-align: center;
}
#footer .snsBox ul li {
	width: 52px;
	text-align: center;
	display: inline-block;
	margin: 0 30px;
}
#footer .footInner{
	padding: 50px 0;
	background: #ddd;
}
#footer .footInner a{
	color: #000;
}
#footer .footInner .logoBox{
	width: 440px;
	float: left;
}
#footer .footInner .logoBox .logo{
	padding-bottom: 10px;
}
#footer .footInner .logoBox .tel,
#footer .footInner .logoBox .fax{
	font-size: 37px;
	color: #000;
	font-weight: bold;
}
#footer .footInner .linkList{
	width: 560px;
	float: right;
}
#footer .footInner .linkList ul{
	padding: 0 15px;
	float: left;
	border-left: solid 1px #000;
}
#footer .footInner .linkList ul:last-child{
	padding: 0 0 0 10px;
	float: right;
	border-left: solid 1px #000;
}
#footer .footInner .linkList ul li{
	padding-bottom: 10px;
}
#footer .copy{
	color: #fff;
	text-align: center;
	background: #666;
	line-height: 60px;
}
@media screen and (max-width: 896px){
#footer .snsBox {
	padding: 30px 4%;
	background: #000;
}
#footer .snsBox ul li {
	width: 40px;
	text-align: center;
	display: inline-block;
	margin: 0 20px;
}
#footer .footInner{
	padding: 30px 4%;
	background: #ddd;
	text-align: center;
	font-size: 10px;
}
#footer .footInner .logoBox{
	width: 100%;
	padding-bottom: 30px;
	float: none;
}
#footer .footInner .logoBox .logo{
	width: 100%;
	max-width: 290px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#footer .footInner .logoBox .tel,
#footer .footInner .logoBox .fax{
	font-size: 25px;
	color: #000;
	font-weight: bold;
}
#footer .footInner .linkList{
	width: 100%;
	float: none;
}
#footer .footInner .linkList ul{
	width: 50%;
	padding: 0 0 0 10px;
	float: left;
	border-left: solid 1px #000;
	font-size: 10px;
	line-height: 1.2;
}
#footer .footInner .linkList ul:last-child{
	width: 50%;
	padding: 0 0 0 10px;
	float: right;
	border-left: solid 1px #000;
}
#footer .footInner .linkList ul li{
	padding-bottom: 10px;
	text-align: left;
}
#footer .copy{
	color: #fff;
	text-align: center;
	background: #666;
	line-height: 40px;
	font-size: 10px;
}
}