@font-face
{
font-family: 出島明朝;
src: url('https://cdn.leafscape.be/dejima-mincho/dejima-mincho_web.woff2')
     format("woff2");
	 font-display: swap;
}
  @font-face {
     font-family: 'Noto Sans JP';
	 font-display: swap;
     font-style: normal;
     font-weight: 400;
     src: local("Noto Sans CJK JP"),
+         local("Noto Sans JP"),
          url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
          url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
          url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
  }

/*共通*/

html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,figcaption{
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
}
:focus{outline:0;}
a, a:link, a:visited, a:hover, a:active{text-decoration:none}
table{border-collapse:separate; border-spacing:0;}
th, td {text-align:left; font-weight:normal;}
img, iframe {border:none; text-decoration:none;}
ol, ul{list-style:none;}
input, textarea, select, button {font-size:100%; font-family:inherit;}
select{margin:inherit;}
hr{margin:0; padding:0; border:0; color:#000; background-color:#000; height:1px}
*{
	padding:0;
	margin:0;
	border:0;
}
img{
	max-width:100%;
	height:auto;
	vertical-align:bottom;
	width: inherit\9;/*ie8*/
    max-width: 100%\9;/*ie8*/
    height: auto\9;/*ie8*/
}
a{
	text-decoration:none;
	color: #231815;
	transition: all 0.2s ease 0s;
}
strong{
	font-weight:600;
}
ul li a img{
	margin:0;
	padding:0;
}
li img {
    vertical-align: bottom;
}
a:focus{
}
a:hover {
    opacity: 0.7;
	-moz-opacity:0.7;
    -khtml-opacity: 0.7;
}
ol,ul {
	list-style:none outside none;
}
ul.link, ol.link {
    list-style: outside none none;
}

html{
	font-size: 62.5%;
  width: 100%;
}
body{
	font-size: 14px;
	font-size: 1.4rem;
	color: #231815;
	line-height: 1.8;
	/*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;*/
	font-family: "Noto Sans CJK JP", sans-serif;
	-webkit-text-size-adjust: 100%;
	/*min-width:1000px;*/
	letter-spacing:0;
	-webkit-font-smoothing: subpixel-antialiased;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}


/*header*/
#header{
	/*overflow: hidden;*/
	position: relative;
	/*position:fixed;*/
	position: fixed;
	width:99%;
	padding:1%;
	left:0.5%;
	top:1%;
	z-index:1000;
	transition:.3s;
	box-sizing:border-box;
	display:flex;
	  justify-content: space-between;
}

header {
}
.under-page header{
}
header h1{
	margin:0;
	padding:0 1px 0 0;
	width:125px;
}
header h1 img{
	width:68px;
	transition:.3s;
}
header h1 a{
	display:block;
	padding:25px 0;
	text-align:center;
	background: rgba(255,255,255,0.95);
	border-radius:12px 0 0 12px;
}
.park header h1 span{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/common/logo-toretore-w.svg);
	width:68px;
	height:38px;
	display:block;
	margin:auto;
}
.park.scrolled header h1 span{
    background: url(../img/common/logo-toretore-bl.svg);
}
.kagayaki.ktop header h1 a{
	background: none;
}

.scrolled header h1 {
    width: 100px;
}
.scrolled header h1 img{
	width:50px;
}
.scrolled header h1 a{
	padding:15px 0;
}


#header:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.toggle-menu{
  display: none;
}
.drawer-hamburger{
  display: none;
}
#gnav{
    z-index: 1000;
	padding:17px 0 0 0;
	width:calc(100% - 125px);
	vertical-align:middle;
	text-align:left;
	background: rgba(255,255,255,0.95);
	border-radius:0 12px 12px 0;
	display:flex;
	align-items:center;
	padding:0;
}
.scrolled #gnav{
	width:calc(100% - 100px);
}

.kagayaki.ktop #gnav{
	background: none;
}
.yu #gnav{
}
#gnav ul li.for-sp{display:none;}
#gnav ul{
	text-align:left;
	display: flex;
	/*flex-wrap:wrap;*/
	align-items: center;
	padding:0 20px;
	width:100%;
}
#gnav ul ul{
	flex-wrap:wrap;
	padding:0;
}
.sushi #gnav ul{
	/*justify-content: flex-end;*/
}
.village #gnav ul{
	/*justify-content: flex-end;*/
	width:100%;
}
.yu #gnav ul{
	/*flex-wrap:wrap;*/
}
#gnav .gnav-menu{
	text-align:center;
}
#gnav ul li {
	line-height:1;
	vertical-align:middle;
	padding:0;
	padding:0 2em 0 0;
}
/*.yu #gnav ul li {
	padding:0 1.5em 0 0;
}
.tsuri #gnav ul li {
    padding: 0 1em 0 0;
}
.ikada #gnav ul li {
    padding: 0 1em 0 0;
}*/
#gnav ul li:nth-of-type(1){
	padding:0;
	width:auto !important;
}
#gnav ul li.nv00{
	margin:0 2em 0 0;
}
#gnav ul li.nv0{
	padding: 0 2em 0 0;
	margin:0 !important;
	width:auto !important;
}
.park #gnav ul li:nth-of-type(1){
	padding:0;
	width:auto;
}
.village #gnav ul li:nth-of-type(1){
}
.scrolled #gnav ul li:nth-of-type(1){
	width:90px;
}
.scrolled.park #gnav ul li:nth-of-type(1){
	width:auto;
}
#gnav ul li.sub{
	min-width:0;
	width:calc(100% - 110px);
}
.scrolled #gnav ul li.sub{
	min-width:0;
	width:calc(100% - 90px);
}
.yu #gnav ul li:nth-of-type(1){
	margin:0 1.5em 0 0;
}
.ichiba #gnav ul li:nth-of-type(1){
	margin:0 1.5em 0 0;
}
#gnav ul li:last-of-type{
	padding:0;
}
#gnav ul li:nth-of-type(1) img{
	width:auto;
	height:25px;
	margin:0;
	vertical-align:middle;
}
.yu #gnav ul li:nth-of-type(1) img{
	height:25px;
}
.ichiba #gnav ul li:nth-of-type(1) img{
	height:25px;
}
.panda #gnav ul li:nth-of-type(1) img{
	height:20px;
}
.tsuri #gnav ul li:nth-of-type(1) img{
	height:65px;
	transition:.3s;
}
.ikada #gnav ul li:nth-of-type(1) img{
	height:50px;
	transition:.3s;
}
.sushi #gnav ul li:nth-of-type(1) img{
	height:40px;
	transition:.3s;
}
.sushi #gnav ul >:last-child {
  margin-left: auto;
}
.tei #gnav ul li:nth-of-type(1) img{
	height:45px;
	transition:.3s;
}
.scrolled #gnav ul li:nth-of-type(1) img{
	height:18px;
}
.scrolled.tsuri #gnav ul li:nth-of-type(1) img{
	height:35px;
}
.scrolled.ikada #gnav ul li:nth-of-type(1) img{
	height:35px;
}
.scrolled.sushi #gnav ul li:nth-of-type(1) img{
	height:30px;
}
.scrolled.tei #gnav ul li:nth-of-type(1) img{
	height:35px;
}
.scrolled.panda #gnav ul li:nth-of-type(1) img{
	height:15px;
}

#gnav ul li.btna {
  margin-left: auto;
  margin-right:0;
}
@media screen and (max-width:1200px){
#gnav ul li.btna {
  margin-left: 0;
}
}
#gnav li a {
	color: #333;
	font-size: 1.4rem;
	font-weight:bold;
	line-height:1;
	padding:5px 0;
	display:block;
	white-space:nowrap;
	border-bottom:3px solid transparent;
	position:relative;
}
#gnav li .gnav_store_logotxt{
	vertical-align:middle;
	margin-left:25px;
	display:inline-block;
}
.park #gnav li a{
	padding:0 !important;
}
.yu #gnav li a {
    padding: 5px 0;
}
	.scrolled #gnav li a{
		font-size:1.2rem !important;
		padding:5px 0 !important;
	}
@media screen and (min-width:802px){
	.scrolled #gnav li a{
		pointer-events: none;
	}
}
.scrolled #gnav li.btna a {
		padding:5px !important;
}
#gnav ul li:nth-of-type(1) a{
	padding:0;
	border:none;
}
#gnav li a:after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 0%;
    bottom: 0;
    height: 3px;
    background: #333;
}
.park #gnav li a:after{
	display:none !important;
}
.park #gnav li a span{
	position:relative;
	display:inline-block;
	padding:10px 0;
	margin:0 5px;
}
.park #gnav li a span:after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 0%;
    bottom: 0;
    height: 3px;
    background: #fff;
}
#gnav ul li:nth-of-type(1) a:after{
	display:none;
}
#gnav li a:hover:after{
      width: 100%;
      left: 0;
}
.park #gnav li a:hover span:after{
      width: 100%;
      left: 0;
}
.park #gnav li.act a span:after{
      width: 100%;
      left: 0;
}

#gnav li.btna{
	padding-right:3px;
}
#gnav li.btna a{
}
#gnav li.btna a img{
	width:15px;
	margin-right:10px;
	vertical-align:middle;
}
#gnav li.btna a{
	background:#007433;
	padding:10px;
	border-radius:6px;
	color:#fff;
	border-bottom:none;
}
.panda #gnav li.btna a {
    background: #FFB457;
}
#gnav li.btna a:after{
	display:none;
}
#gnav li.btnb a{
	background:#000;
	padding:10px;
	border-radius:6px;
	color:#fff;
}

#gnav li a:after{
}
#gnav li a:hover{
	opacity:1;
	/*color:#333;
	border-bottom:3px solid #333;*/
}
#gnav li.btna a:hover{
	background:#e1147f;
	color:#fff;
}

#gnav li a.act:after{
      width: 100%;
      left: 0;
}

.scrolled header{
}
.park #header{
	box-sizing: border-box;
	padding:2% 0.5% 2% 0.5%;
	/*background:rgba(58,104,170,0.6);*/
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(3,3,3,0.7) 1%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(3,3,3,0.7) 1%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(3,3,3,0.7) 1%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00ffffff',GradientType=0 );
	left:0;
	top:0;
	width:100%;
	justify-content: start;
}
.park.scrolled #header{
	background:none;
	padding:0;
}
.park.scrolled #header a{
	color:#5A8AD4;
}
.park.scrolled #gnav ul li:nth-of-type(7) a, .park.scrolled #gnav ul li:nth-of-type(8) a, .park.scrolled #gnav ul li:nth-of-type(9) a {
	border: 1px solid #5A8AD4;
}
.park.scrolled #header a span:after{
	background:#5A8AD4;
}
.park header h1{
	width:100px;
}
.park header h1 a{
	display:block;
	padding:5px 0;
	background: transparent;
}
.park #gnav{
	background: transparent;
	padding:5px 0 0 0;
	width: calc(100% - 100px);
}
.park #gnav li{
	padding: 0 1em;
	transition:.3s;
}
.park #gnav ul {
    padding: 0 0px;
	width:100%;
}
.park #gnav li a {
    border-bottom: none;
	color:#fff;
}
.park #gnav li a img,
.park #gnav li a span{
	vertical-align:middle;
}
.park #gnav li:nth-of-type(1) a img{
	width:25px;
	height:auto;
}
.park #gnav li:nth-of-type(2) a img{
	width:34px;
	height:auto;
}
.park #gnav li:nth-of-type(3) a img{
	width:44px;
	height:auto;
}
.park #gnav li:nth-of-type(4) a img{
	width:30px;
	height:auto;
}
.park #gnav li:nth-of-type(5) a img{
	width:42px;
	height:auto;
}
.park #gnav li:nth-of-type(6) a img{
	width:41px;
	height:auto;
}
.park #gnav ul li:nth-of-type(1) {
	padding: 0 1em;
    margin: 0 0 0 0;
}
.park #gnav ul li:nth-of-type(1) a{
	padding:10px 0;
	border:none;
}
.park #gnav ul li:nth-of-type(1) a:after{
	display: inline-block;
}
.park #gnav ul >:last-child {
  margin-left:0em;
}
.park #gnav ul li:nth-of-type(7) {
  margin-left: auto;
}
.park #gnav ul li:nth-of-type(7) a,
.park #gnav ul li:nth-of-type(8) a,
.park #gnav ul li:nth-of-type(9) a{
	border:1px solid #fff;
	border-radius:30px;
	padding:10px 20px !important;
}
.scrolled.park #gnav li{
	padding: 0 1em !important;
}
.scrolled.park #gnav li a {
    font-size:1.2rem;
}
.scrolled.park header h1 img {
    width: 55px;
}

.kagayaki.ktop #header{
    box-sizing: border-box;
    padding: 1% 0.5% 2% 0.5%;
    /* background: rgba(58,104,170,0.6); */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(3,3,3,0.7) 1%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(3,3,3,0.7) 1%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(3,3,3,0.7) 1%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00ffffff',GradientType=0 );
    left: 0;
    top: 0;
    width: 100%;
    justify-content: start;
}
.kagayaki.ktop #gnav li a {
    /*border-bottom: none;*/
	color:#fff;
}
.kagayaki.ktop #gnav li a:after {
    background: #fff;
}

@media screen and (min-width:768px) and ( max-width:1000px) {
}



#main{
  display: block;
  background:#fff;
  position: relative;
  z-index: 2;
  padding-top:120px;
 }

/*footer*/
#footer{
	color:#fff;
	background-color:#6b92d5;
	background-image:url(../img/common/ft-bg.png);
	background-size:100%;
	background-repeat:no-repeat;
	padding:1px 0 20px 0;
}
#footer #fnav{
	text-align:center;
	margin:100px auto 0px auto;
	max-width:1000px;
	width:90%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	position:relative;
}
#footer #fnav:after{
	/*content:"";
	display:block;
	width:16%;*/
}
#footer #fnav:before{
	content:"";
	display:block;
	background:url(../img/common/ft-bg4.png);
	width:92px;
	height:45px;
	background-size: contain;
	position:absolute;
	right:8vw;
	bottom:2vw;
}
#footer #fnav dl{
	width:16%;
	text-align:left;
	margin:0 0 3em 0;
}
#footer #fnav dt{
	font-size:1.4rem;
	font-weight:600;
	margin:0 0 5px 0;
	font-feature-settings:"palt";
}
#footer #fnav dl.lang dt{
	font-size:1.3rem;
}
#footer #fnav dl.lang dt img{
	width:20px;
	vertical-align:middle;
	margin-right:5px;
}
#footer #fnav dd{
	font-size:1.3rem;
	line-height:1.4;
	font-feature-settings:"palt";
}
#footer #fnav a{
	color:#fff;
}

#footer .sub-m{
	text-align:center;
	margin:0 0 35px 0;
	padding:20px 0 0 0;
	font-size:0;
	border-top:1px solid rgba(255,255,255,0.3);
}
#footer .sub-m li{
	font-size:1.4rem;
	line-height:1;
	display:inline-block;
	margin:0 1em 0 0;
	padding:0 1em 0 0;
	border-right:1px solid #fff;
}
#footer .sub-m li:nth-of-type(4){
	/*border:none;
	margin:0 2em 0 0;
	padding:0 2em 0 0;*/
}
#footer .sub-m li:last-of-type{
	border:none;
	padding:0;
	margin:0;
}
#footer .sub-m a{
	color:#fff;
}
#footer .sub-m li.lang a{
	text-decoration:underline;
}
#footer .sub-m li.lang a.act{
	text-decoration:none;
}
#footer .copy{
	text-align:center;
	font-size:1.2rem;
}
.snsarea{
	text-align:center;
	margin:0 0 60px 0;
}
.sns-icon{
	display:inline-block;
}
.sns-icon li{
	display:inline-block;
}
.sns-icon li img{
	width:auto;
	height:20px;
}
.snsarea iframe{
	vertical-align:bottom;
}
dl.oth-bnr{
	text-align:center;
	width:100%;
	margin:0 auto 60px auto;
	background:#DEE8F6;
}
dl.oth-bnr dt{
	font-size:12px;
	max-width:350px;
	margin:auto;
	background:#fff;
	text-align:center;
}
dl.oth-bnr dd{
	margin:15px auto 25px auto;
	max-width:350px;
}
dl.oth-bnr p img{
	height:42px;
}
dl.oth-bnr dd.dd2{
	background:#fff;
	max-width:none;
	padding:30px 0 0 0;
}
dl.oth-bnr dd.dd2 img{
	width:auto;
	height:110px;
}

/*共通部分＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
main{
display: block;
	overflow:hidden;
}
div.main{
	padding:92px 0 10px 0;
	overflow:hidden;
}
.container{
}
.container:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.hidden{
	overflow:hidden;
	zoom: 1;
}

.for-pc{
  display: inline-block;
}
.for-sp{
  display: none;
}
.clear{
}
.clear:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}


/* pagenation */
.pagination {
	clear: both;
	padding: 25px 0;
	position: relative;
	font-size: 14px;
	text-align:center;
}
.pagination-box {
	text-align:center;
}
.pagination span, .pagination a {
	display: inline-block;
	margin: 2px 5px 2px 0;
	padding: 0;
	text-decoration: none;
	width: 45px;
	line-height:35px;
	text-align:center;
	color: #1D5EAA;
	border:1px solid #DEE8F6;
	border-radius:5px;
	position:relative;
	background:#fff;
}
.pagination span.prev, .pagination a.prev,
.pagination span.next, .pagination a.next{
	width:auto;
	padding:0 30px;
}
.pagination span.prev:after, .pagination a.prev:after,
.pagination span.next:after, .pagination a.next:after{
	content:"";
	display:block;
	width:8px;
	height:8px;
	border:2px solid #1D5EAA;
	border-left:none;
	border-top:none;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-7px;
	transform:rotate(-45deg);
}
.pagination span.prev:after, .pagination a.prev:after{
	right:auto;
	left:10px;
	border:2px solid #1D5EAA;
	border-right:none;
	border-bottom:none;
}
.pagination span.page-of {
	background: none;
}
.pagination a:hover{
	background:#1D5EAA;
	color: #fff;
	opacity:1;
}
.pagination a.prev:hover:after,
.pagination a.next:hover:after{
	border-color:#fff;
}
.pagination .current{
	color: #fff;
	background:#1D5EAA;
}
.pagination a.prev.current:after,
.pagination a.next.current:after{
	border-color:#fff;
}

/*パンくず------*/
#breadcrumb{
	font-size:1.2rem;
  margin: 0 auto 30px auto;
    overflow: hidden;
    text-align: left;
	display:table;
}
#breadcrumb li a{
    color: #0072ff;
	text-decoration:underline;
	position:relative;
}
#breadcrumb li:after{
	content:">";
	margin:0 0.5em;
}
#breadcrumb li:last-child:after{
	display:none;
}
#breadcrumb li {
    float: left;
    width: auto;
    letter-spacing: 0.05em;
}

/*　ページトップへ----*/
.pagetop {
  bottom: 35px;
  display: none;
  position: fixed;
  right: 24px;
  text-align: center;
  z-index: 1000;
  transition:.3s;
}
.pagetop a {
  display: block;
}
.pagetop a:hover {
  opacity: 1;
}
.pagetop a img{
  text-align: center;
  width:90px;
}

/*　ttl----*/
.ttl{
font-family: dnp-shuei-mgothic-std, sans-serif;
font-weight: 600;
font-style: normal;
font-size:2.4rem;
line-height:1;
letter-spacing:5px;
	text-align:center;
	margin-bottom:40px;
}
.ttl span{
	display:block;
}
.ttl img{
	width:26px;
	margin:0 auto 10px auto;
	vertical-align:middle;
}
.ttl span img{
	width:105px;
	margin:0 10px 0 0;
}
.ttl.bl{
	color:#1d5eab;
}
@media screen and (max-width:801px){
	.ttl{
	font-size:1.8rem;
	letter-spacing:2px;
	margin-bottom:20px;
	}
	.ttl span{
	}
	.ttl img{
		width:20px;
	}
	.ttl span img{
		width:75px;
		margin:0 5px 0 0;
	}
	.ttl.bl{
	}
}

/* loopslider */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    height: 150px;
    text-align: left;
	position:relative;
    overflow: hidden;
}
 
.loopSlider ul {
    height: 150px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 150px;
    height: 150px;
    float: left;
    display: inline-block;
	margin:0 0;
	padding:0 10px;
    overflow: hidden;
}
 .loopSlider ul li img{
 }
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

/* mv */

#mv #icon{
	top:45%;
	left:45%;
}
#mv #icon img{
	opacity:1 !important;
	transition:.3s;
}
#mv #icon.close img{
	opacity:0 !important;
}
#mv a:hover img{
}
#mv a:hover {
	display:block;
	opacity:1 !important;
}
#mv{
	z-index:100;
	display:block;
    position: relative;
}
#tubular-container {
    position: absolute !important;
}
#video {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    left: 0;
    min-height: 100%;
    min-height: 100vh;
    min-width: 100%;
    min-width: 100vw;
    position: absolute;
    top: 0;
    z-index: 1;
}
video {
    width: 100%;
    vertical-align: bottom;
}
@media screen and (max-width:801px){
	#tubular-container,
	#tubular-shield{
		display:none;
	}
	#mv{
	}
	#mv .ytb{
		display:none;
	}
	#mv .slide{
		display:block;
		position:relative;
	}
	#mv .slide a{
		position:absolute;
		right:5%;
		bottom:5%;
		z-index:100;
	}
	#mv .slide a img{
		width:80px;
		height:80px;
	}
}

/* oshirase */
#oshirase{
}
#oshirase h3 img{
	width:50px;
}
#oshirase dl{
	margin:20px auto 100px auto;
	font-size:16px;
	line-height:1.5;
}
#oshirase dt{
	width:20%;
	border-bottom:1px solid #e5e5e5;
	padding:20px 0;
}
#oshirase dd{
	width:80%;
	border-bottom:1px solid #e5e5e5;
	padding:20px 0;
}
#oshirase .mel{
	text-align:center;
	max-width:450px;
	margin:auto;
	margin-bottom:100px;
}

@media screen and (max-width:801px){
    #oshirase{
    }
    #oshirase dl{
        margin:20px auto 40px auto;
        font-size:1.4rem;
        display:block;
    }
    #oshirase dt{
        width:100%;
        border-bottom:none;
        padding:0 0 0px 0;
    }
    #oshirase dd{
        width:100%;
        border-bottom:1px solid #e5e5e5;
        padding:5px 0;
        margin:0 0 5px 0;
    }
    #oshirase .mel{
        max-width:80%;
        margin-bottom:40px;
    }
}

/*　katata----*/
#katata{
	margin:0 0 135px 0;
}
#katata dl{
	position:relative;
}
#katata dd {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%,0);
}
@media screen and (max-width:801px){
	#katata{
		margin:0 0 65px 0;
	}
	#katata dl{
	}
	#katata dd {
    bottom: -35px;
	}
}

/*　access----*/
#access{
	margin:0 0 70px 0;
}
#access h3 img{
	width:60px;
}
#access iframe{
	width:70%;
}
#access dl{
	width:30%;
	background:#5a8ad4;
	color:#fff;
	font-size:13px;
	line-height:1.5;
	padding:45px 0 0 25px;
	box-sizing:border-box;
}
#access dt{
	margin:0 0 5px 0;
}
#access dd{
	margin: 0 0 25px 0;
}
#access dl a{
	color:#fff;
	display:inline-block;
	padding:5px 30px;
	border:1px solid #fff;
	border-radius:20px;
}
@media screen and (max-width:801px){
	#access{
		margin:0 0 20px 0;
	}
	#access .flex{
		display:block;
	}
	#access iframe{
		width:100%;
		height:250px;
		vertical-align:bottom;
	}
	#access dl{
		width:100%;
		font-size:1.4rem;
		padding:15px 15px 50px 15px;
		position:relative;
	}
	#access dt{
		margin:0 0 5px 0;
		float:left;
	}
	#access dd{
		margin: 0 0 15px 6em;
	}
	#access dl a{
		color:#fff;
	}
	#access dl .dd2{
		position:absolute;
		width:90%;
		left:5%;
		padding:0;
		margin:0;
	}
	#access dl .dd2 a{
		display:block;
		padding:5px 0px;
		width:100%;
		margin-left:0%;
		text-align:center;
		box-sizing:border-box;
	}
}

/*　map----*/
#toretoremap{
	margin:0 0 40px 0;
}
#toretoremap h3.ttl{
	margin:0;
}
#toretoremap h3.ttl span{
	margin:10px 0 0 0;
}
#toretoremap h3.ttl span img{
	margin:-10px 10px 0 0;
}
#toretoremap p{
	margin-top:0px;
}
#toretoremap .toremap{
	margin:0 2%;
	text-align:center;
	position:relative;
}
#toretoremap .toremap img{
	max-width:none;
	width:100%;
}
@media screen and (max-width:801px){
	#toretoremap{
		margin:0 0 20px 0;
	}
	#toretoremap h3.ttl{
		margin:0;
	}
	#toretoremap h3.ttl span{
		margin:10px 0 0 0;
	}
	#toretoremap h3.ttl span img{
		margin:-10px 5px 0 0;
	}
	#toretoremap p{
		margin-top:0px;
	}
}

/*　insta----*/
#instagram{
	margin:-100px 0 40px 0;
}
#instagram h3.ttl{
	margin-bottom:10px;
}
#instagram h3.ttl img{
	width:175px;
}
#instagram ul{
	font-size:0;
}
#instagram li{
	display:inline-block;
	width:10%;
}
@media screen and (max-width:801px){
	#instagram{
		margin:0px 0 40px 0;
	}
	#instagram h3.ttl{
		margin-bottom:10px;
	}
	#instagram h3.ttl img{
		width:100px;
	}
	#instagram ul{
	}
	#instagram li{
		width:20%;
	}
}

/*　shisetsu----*/
#shisetsu{
	margin-bottom:120px;
}
#shisetsu p.p1{
	text-align:center;
	font-size:15px;
	line-height:2;
	margin-bottom:90px;
}
#shisetsu dl{
	width:50%;
}
#shisetsu dt{
}
#shisetsu dd{
	text-align:center;
}
#shisetsu dd a{
	margin:auto;
	margin-top:-30px;
}
#shisetsu dl:nth-of-type(1) dd a{
	background:#ffb457;
}
#shisetsu dl:nth-of-type(1) dd a:hover{
	background:#d18f46;
}

@media screen and (max-width:801px){
	#shisetsu{
		margin-bottom:10px;
	}
	#shisetsu p.p1{
		font-size:1.4rem;
		line-height:1.5;
		margin-bottom:30px;
	}
	#shisetsu dl{
		width:100%;
		margin-bottom:30px;
	}
	#shisetsu dt{
	}
	#shisetsu dd{
	}
	#shisetsu dd a{
	}
	#shisetsu dl:nth-of-type(1) dd a{
	}
	#shisetsu dl:nth-of-type(1) dd a:hover{
	}
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
}
.container2 {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}
.container3 {
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
}
.container4 {
    max-width: 740px;
    margin: 0 auto;
    width: 90%;
}
.container5 {
    max-width: 800px;
    margin: 0 auto;
    width: 90%;
}
.container6 {
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
}

.btn{
	position:relative;
	background:#007433;
	display:block;
	width:350px;
	padding:15px 0;
	text-align:center;
	line-height:1;
	border-radius:10px;
	color:#fff;
	font-size:2rem;
	font-weight:bold;
	border-bottom: solid 4px #c9d4da;
}
.btn.pnk{
	background:#ff9b9f;
}
.btn.bl{
	background:#5a8ad4 !important;
}
.btn.bl2{
	background:#005EB0;
}
.btn.sbl{
	background:#6AB5FE;
}
.btn.sbl2{
	background:#61C8E6;
}
.btn.sogn{
	background:#FFB457;
}
.btn.sgn{
	background:#7DBF7D;
}
.btn.org{
	background:#FFB457 !important;
}
.btn.org2{
	background:#F8C662;
}
.btn.bwn{
	background:#C69C6D;
}
.btn:before{
	/*content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	border-radius:10px;
	top:5px;
	left:0px;
	background:#c9d4da;
	z-index:0;	*/
}
.btn:after{
	content:"";
	width:8px;
	height:17px;
	background:url(../img/common/sankaku2.png);
	background-size:8px;
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	right:10px;
	top:50%;
	transform:translate(0,-50%);
}
.btn:hover{
	opacity:1;
	background:#093f1f;
}
.btn.pnk:hover{
	opacity:1;
	background:#e58c97;
}
.btn.bl:hover{
	opacity:1;
	background:#4874b5;
}
.btn.bl2:hover{
	opacity:1;
	background:#4874b5;
}
.btn.sbl:hover{
	opacity:1;
	background:#4874b5;
}
.btn.sogn:hover{
	opacity:1;
	background:#C68844;
}
.btn.org:hover{
	background:#C68844;
}
.btn.org2:hover{
	background:#C68844;
}
.btn.bwn:hover{
	background:#93673B;
}

.btn:before{
}
/*下層ページ　コンテンツ==========================*/


/* .kushitsu */
.kushitu{
	background:rgba(255,255,255,1);
	border-radius:50px;
	position:relative;
	z-index:2;
	padding:50px;
	margin:0 auto 60px auto;
	margin-top:-140px;
	box-sizing:border-box;
}
.kushitu ul.ul1{
}
.kushitu ul.ul1 li{
	font-size:1.6rem;
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 0 0;
}
.kushitu ul.ul1 li .custom{
	background:#f1f1f1;
}
.kushitu ul.ul1 li:nth-of-type(1) .custom{
	width:220px;
}
.kushitu ul.ul2{
	text-align:right;
	font-size:0;
	margin:0 0 20px 0;
}
.kushitu ul.ul2 li{
	display:inline-block;
	vertical-align:middle;
	background:#f1f1f1;
	border: 1px solid #d9d9d9;
	position:relative;
	box-sizing:border-box;
}
.kushitu ul.ul2 li:nth-of-type(1){
	margin:0 10px 0 0;
	border:none;
}
.kushitu ul.ul2 li .custom{
	background:#f1f1f1;
}
.kushitu ul.ul2 li.prev,
.kushitu ul.ul2 li.next{
	width:35px;
	height:40px;
}
.kushitu ul.ul2 li span{
	width:8px;
	height:12px;
	display:block;
	position:absolute;
	background-size:100%;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.kushitu ul.ul2 li.prev{
	border-radius:6px 0 0 6px;
}
.kushitu ul.ul2 li.prev span{
	background-image:url(../img/common/prev.png);
	background-size:100%;
}
.kushitu ul.ul2 li.next span{
	background-image:url(../img/common/next.png);
	background-size:100%;
}
.kushitu ul.ul2 li.next{
	border-radius:0 6px 6px 0;
}
.month{
	display:flex;
	justify-content: space-between;
}
.thismonth,
.nextmonth{
	max-width:475px;
	width:47%;
}
.month .title{
	background:#f1f1f1;
	font-size:1.2rem;
	font-weight:bold;
	padding:15px 20px;
	position:relative;
	border-radius:40px;
	margin-bottom:20px;
	line-height:1;
}
.month .title span{
	font-size:2.4rem;
	font-weight:normal;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.month ul{
	display:flex;
	justify-content: space-between;
}
.month li{
	width:65px;
	text-align:center;
	font-size:1.1rem;
}
.month table{
	border:1px solid #e5e5e5;
	width:100%;
}
.month td{
	border:1px solid #e5e5e5;
	width:63px;
	line-height:1.2;
	font-size:1.0rem;
	padding:25px 5px 20px 5px;
	box-sizing:border-box;
	position:relative;
}
.month td img,
.month td input[type=image]{
	width:16px;
	display:block;
	margin:auto;
}
.month td span{
	position:absolute;
	top:5px;
	right:5px;
}
.month td p{
	text-align:right;
	margin:10px 0 0 0;
	line-height:1;
}
.month td em{
}
@media screen and (max-width:801px){
	.kushitu{
		border-radius:20px;
		padding:10px;
		margin:0 auto 30px auto;
		margin-top:-40px;
	}
	.kushitu ul.ul1{
		margin:0 0 10px 0;
	}
	.kushitu ul.ul1 li{
		font-size:1.2rem;
	}
	.kushitu ul.ul1 li .custom{
		background:#f1f1f1;
		width:60px;
	}
	.kushitu ul.ul1 li:nth-of-type(2){
		margin:0;
	}
	.kushitu ul.ul1 li:nth-of-type(1) .custom{
		width:180px;
	}
	.kushitu ul.ul2{
		text-align:right;
		font-size:0;
		margin:0 0 20px 0;
	}
	.kushitu ul.ul2 li{
	}
	.kushitu ul.ul2 li:nth-of-type(1){
	}
	.kushitu ul.ul2 li .custom{
	}
	.kushitu ul.ul2 li.prev,
	.kushitu ul.ul2 li.next{
	}
	.kushitu ul.ul2 li span{
	}
	.kushitu ul.ul2 li.prev{
	}
	.kushitu ul.ul2 li.prev span{
	}
	.kushitu ul.ul2 li.next span{
	}
	.kushitu ul.ul2 li.next{
	}
	.month{
		width:100%;
		display:block;
	}
	.thismonth,
	.nextmonth{
		width:100%;
		margin-bottom:15px;
	}
	.month .title{
	}
	.month .title span{
		font-size:2rem;
	}
	.month ul{
	}
	.month li{
		width:14%;
	}
	.month table{
	}
	.month td{
		width:14%;
		line-height:1.2;
		padding:20px 3px 15px 3px;
	}
	.month td img{
		width:15px;
	}
	.month td span{
		top:3px;
		right:3px;
	}
	.month td p{
		margin:5px 0 0 0;
	}
	.month td em{
	}
}


/* .access-area */
.access-area{
}
.access-area #area01{
	background:#eff2f4;
	padding:185px 0 1px 0;
	margin:0 0 50px 0;
}
.access-area #area01 h2{
	margin-bottom: 80px;
}
.access-area #area01 h2 img{
    width:50px;
}
.access-area #area01 .tab {
	text-align:center;
	position:absolute;
	width:100%;
	top:-40px;
	left:0;
}
.access-area #area01 .tab li {
  display:inline-block;
  transition: .3s;
  width:20%;
  margin:0 1%;
  vertical-align:bottom;
}
.access-area #area01 .tab li a{
  color: #1d5eab;
  margin: 0;
  padding: 5px 0 5px 0;
  height:40px;
  box-sizing:border-box;
  cursor: pointer;
  transition: .3s;
  display:block;
  font-size:14px;
  font-weight:600;
  line-height:1;
  background:#acc4e9;
}
.access-area #area01 .tab li a:hover{
	opacity:1;
}
.access-area #area01 .tab li a:before{
	content:"";
	background-image: url('../img/common/icon-car2.png');
	background-repeat:no-repeat;
	background-position:center center;
    background-size: 100%;
	display:inline-block;
	width:34px;
	height:30px;
	vertical-align:middle;
	margin:0 5px 0 0;
}
.access-area #area01 .tab li.buss a:before{
	background-image: url('../img/common/icon-bus.png');
	width:28px;
	height:30px;
}
.access-area #area01 .tab li.trains a:before{
	background-image: url('../img/common/icon-train.png');
	width:20px;
	height:30px;
}
.access-area #area01 .tab li.airs a:before{
	background-image: url('../img/common/icon-air.png');
	width:28px;
	height:30px;
}
.access-area #area01 .tab li.active a {
  color: #fff;
  background: #1d5eab;
  cursor: auto;
  position:relative;
}
.access-area #area01 .tab li.active a:after {
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #1d5eab transparent transparent transparent;
	position:absolute;
	bottom:-10px;
	left:50%;
	margin-left:-10px;
}
.access-area #area01 .tab li.active a:before{
}
.access-area #area01 .tab li.active:nth-of-type(2) a:before{
}
.access-area #area01 .tab li.active:nth-of-type(3) a:before{
}
.access-area #area01 .tab li.active:nth-of-type(4) a:before{
}

.access-area #area01 .tabin.show {
    display: block;
}

.access-area #area01 .tabin {
    display: none;
}
.access-area #area01 .container{
	background:#fff;
	padding:30px 45px;
	margin-bottom:50px;
	box-sizing:border-box;
	position:relative;
}

.access-area #area01 .a1b{
	margin:0 0 40px 0;
	align-items: flex-end;
}
.access-area #area01 .a1b dl{
	font-size:14px;
	line-height:1.7;
}
.access-area #area01 .a1b dt{
}
.access-area #area01 .a1b dt a{
	text-decoration:underline;
}
.access-area #area01 .a1b dd{
}
.access-area #area01 .a1b ul{
	display:flex;
}
.access-area #area01 .a1b li{
	border:1px solid #1d5eab;
	border-radius:5px;
	line-height:1.3;
	padding:10px 15px;
	margin:0 0 0 10px;
	display: flex;
	align-items: center;
}
.access-area #area01 .a1b li span{
	font-size:18px;
	font-weight:600;
	color:#1d5eab;
}
.access-area #area01 p.p1{
	margin:0 0 45px 0;
}
.access-area #area01 p.p2{
	margin:0 0 45px 1em;
	text-indent:-1em;
}
.access-area #area01 dl.dl1{
	/*border:1px solid #e6e6e6;
	padding:15px 30px;*/
	margin:0 0 20px 0;
	position:relative;
}
.access-area #area01 dl.dl1 dt{
	/*font-size:18px;*/
	font-size:22px;
	font-weight:700;
	color:#3f639e;
}
.access-area #area01 dl.dl1 dd{
	font-size:14px;
}
.access-area #area01 dl.dl1 dd.pic{
	position:absolute;
	top:0;
	right:0;
	max-width:420px;
	width:40%;
}

.access-area #area01 p.p3{
	text-align:right;
	margin:10px 0 15px 0;
}
.access-area #area01 p.p3 a{
	text-decoration:underline;
}
.access-area #area01 dl.dl2{
}
.access-area #area01 dl.dl2 dt{
	font-size:16px;
	font-weight:bold;
	color:#3f639e;
	margin:0 0 10px 0;
	line-height:21px;
}
.access-area #area01 dl.dl2 dt:before{
	content:"";
	display:inline-block;
	width:21px;
	height:21px;
	margin:0 10px 0 0;
	vertical-align:middle;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221.1px%22%20height%3D%2221.1px%22%20viewBox%3D%220%200%2021.1%2021.1%22%20style%3D%22enable-background%3Anew%200%200%2021.1%2021.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%233F639E%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10.6%2C0c2.9%2C0%2C5.6%2C1.2%2C7.5%2C3.1c1.9%2C1.9%2C3.1%2C4.6%2C3.1%2C7.5c0%2C2.9-1.2%2C5.6-3.1%2C7.5c-1.9%2C1.9-4.6%2C3.1-7.5%2C3.1%20c-2.9%2C0-5.6-1.2-7.5-3.1C1.2%2C16.1%2C0%2C13.5%2C0%2C10.6C0%2C7.7%2C1.2%2C5%2C3.1%2C3.1C5%2C1.2%2C7.7%2C0%2C10.6%2C0L10.6%2C0z%20M11.9%2C10.2%20c-0.1-0.1-0.1-0.3-0.2-0.4c1.2-1.4%2C2.3-3%2C3.2-4.7c-0.2-0.2-0.5-0.4-0.7-0.5c-1.3%2C1.5-2.4%2C3-3.4%2C4.7c-0.3-0.1-0.6%2C0-0.9%2C0.1%20c-0.8%2C0.3-1.1%2C1.3-0.8%2C2s1.3%2C1.1%2C2%2C0.8c0.1%2C0%2C0.2-0.1%2C0.3-0.2c1.2%2C0.5%2C2.4%2C0.9%2C3.7%2C1.2c0.1-0.3%2C0.2-0.6%2C0.3-1%20c-1.1-0.6-2.2-1.1-3.4-1.4C12%2C10.6%2C12%2C10.4%2C11.9%2C10.2L11.9%2C10.2z%20M16%2C5.1c-1.4-1.4-3.3-2.3-5.5-2.3c-2.1%2C0-4.1%2C0.9-5.5%2C2.3%20c-1.4%2C1.4-2.3%2C3.3-2.3%2C5.5c0%2C2.1%2C0.9%2C4.1%2C2.3%2C5.5c1.4%2C1.4%2C3.3%2C2.3%2C5.5%2C2.3c2.1%2C0%2C4.1-0.9%2C5.5-2.3c1.4-1.4%2C2.3-3.3%2C2.3-5.5%20C18.3%2C8.4%2C17.4%2C6.5%2C16%2C5.1z%22%2F%3E%3C%2Fsvg%3E');
}
.access-area #area01 dl.dl2 dd{
}
.access-area #area01 dl.dl2 ul{
	font-size:16px;
}
.access-area #area01 dl.dl2 li{
	display:inline-block;
	margin:0 2em 0 0;
}
.access-area #area01 dl.dl2 li span{
	color:#333;
}
.access-area #area01 dl.bus{
	width:70%;
	margin:auto;
	margin-bottom:40px;
	font-size:14px;
	font-weight:bold;
}
.access-area #area01 dl.bus dt{
}
.access-area #area01 dl.bus dd{
	margin:5px 0 0 0;
}

.access-area #area01 .a1c{
	margin:40px 0 70px 0;
}
.access-area #area01 .a1c h3{
	color:#1d5eab;
	font-size:22px;
	font-weight:600;
	margin:0 0 10px 0;
}
.access-area #area01 .a1c h3.h3b{
	margin:40px 0 0 0;
}
.access-area #area01 .a1c p.p4{
	font-size:12px;
	font-weight:600;
}
.access-area #area01 .a1c p.p4 span{
	color:#1d5eab;
	font-size:18px;
}
.access-area #area01 .a1c p.p5{
	font-size:16px;
	margin:10px 0;
	font-weight:600;
}
.access-area #area01 .a1c p.p6{
	margin:0 0 0 0.5em;
	text-indent:-0.5em;
}
.access-area #area01 .a1c p.p7{
	font-size:18px;
}
.access-area #area01 .a1c p.p7 span{
	color:#1D5EAB;
}
.access-area #area01 .a1c p.p8{
	color:#1D5EAB;
	font-size:12px;
	margin: 0.5em;
	text-indent:-0.5em;
}
.access-area #area01 .a1c p.p9{
	font-size:16px;
}
.access-area #area01 .a1c p.p10{
	font-size:12px;
}
.access-area #area01 .a1c p.p9 span{
	color:#1D5EAB;
}
.access-area #area01 .a1c table{
	font-size:12px;
	margin:0 0 10px 0;
}
.access-area #area01 .a1c th{
	border:1px solid #ACC4E9;
	padding:5px 15px;
	background:#EFF2F4;
	color:#1D5EAB;
}
.access-area #area01 .a1c td{
	border:1px solid #ACC4E9;
	padding:5px 15px;
}
.access-area #area01 .a1c table span{
	color:#1D5EAB;
}

.access-area #area01 .tbl2{
	border:1px solid #ACC4E9;
	max-width:480px;
	width:100%;
	margin:10px 0;
}
.access-area #area01 .tbl2 th{
	border:1px solid #ACC4E9;
	color:#1D5EAB;
	background:#EFF2F4;
	padding:5px;
}
.access-area #area01 .tbl2 td{
	border:1px solid #ACC4E9;
	padding:5px;
}

@media screen and (max-width:801px){
	.access-area{
	}
	.access-area #area01{
		padding:25px 0 1px 0;
		margin:0 0 50px 0;
	}
	.access-area #area01 h2{
		margin-bottom: 80px;
	}
	.access-area #area01 .tab {
		text-align:center;
		position:absolute;
		width:100%;
		top:-70px;
		left:0;
		font-size:0;
	}
	.access-area #area01 .tab li {
	  display:inline-block;
	  transition: .3s;
	  width:50%;
	  margin:0 0%;
	  vertical-align:bottom;
	}
	.access-area #area01 .tab li a{
	  color: #1d5eab;
	  margin: 0;
	  padding: 5px 0 0 0;
	  height:40px;
	  box-sizing:border-box;
	  cursor: pointer;
	  transition: .3s;
	  display:block;
	  font-size:12px;
	  font-weight:600;
	  line-height:1;
	  background:#acc4e9;
	}
	.access-area #area01 .tab li a:before{
	}
	.access-area #area01 .tab li:nth-of-type(2) a:before{
	}
	.access-area #area01 .tab li:nth-of-type(3) a:before{
	}
	.access-area #area01 .tab li:nth-of-type(4) a:before{
	}
	.access-area #area01 .tab li.active a {
	}
	.access-area #area01 .tab li.active a:after {
		border-width: 5px 5px 0 5px;
		bottom:-5px;
		margin-left:-5px;
	}
	.access-area #area01 .tab li.active a:before{
	}
	.access-area #area01 .tab li.active:nth-of-type(2) a:before{
	}
	.access-area #area01 .tab li.active:nth-of-type(3) a:before{
	}
	.access-area #area01 .tab li.active:nth-of-type(4) a:before{
	}
	
	.access-area #area01 .tabin.show {
	}
	
	.access-area #area01 .tabin {
	}
	.access-area #area01 .container{
		padding:25px 15px;
		margin-bottom:20px;
	}
	
	.access-area #area01 .a1b{
		margin:0 0 20px 0;
		align-items: flex-end;
	}
	.access-area #area01 .a1b dl{
		font-size:14px;
		line-height:1.5;
		margin:0 0 10px 0;
	}
	.access-area #area01 .a1b dt{
	}
	.access-area #area01 .a1b dt a{
	}
	.access-area #area01 .a1b dd{
	}
	.access-area #area01 .a1b div{
		margin:auto;
	}
	.access-area #area01 .a1b ul{
		display:flex;
		margin:auto;
	}
	.access-area #area01 .a1b li{
		padding:10px 15px;
		margin:0 5px;
	}
	.access-area #area01 .a1b li span{
		font-size:16px;
	}
	.access-area #area01 p.p1{
		margin:0 0 15px 0;
	}
	.access-area #area01 p.p2{
		margin:0 0 15px 1em;
		text-indent:-1em;
		font-size:12px;
		line-height:1.5;
	}
	.access-area #area01 dl.dl1{
		padding:10px 0px;
		margin:0 0 20px 0;
	}
	.access-area #area01 dl.dl1 dt{
		font-size:16px;
	}
	.access-area #area01 dl.dl1 dd{
		font-size:11px;
	}
	.access-area #area01 iframe{
		height:60vw;
		vertical-align:bottom;
	}
	.access-area #area01 p.p3{
		margin:5px 0 45px 0;
		font-size:12px;
	}
	.access-area #area01 p.p3 a{
	}
	.access-area #area01 dl.dl2{
	}
	.access-area #area01 dl.dl2 dt{
		font-size:14px;
		margin:0 0 5px 0;
		line-height:15px;
	}
	.access-area #area01 dl.dl2 dt:before{
		width:15px;
		height:15px;
		margin:0 5px 0 0;
		background-size:cover;
	}
	.access-area #area01 dl.dl2 dd{
	}
	.access-area #area01 dl.dl2 ul{
		font-size:14px;
	}
	.access-area #area01 dl.dl2 li{
		display:block;
		margin:0;
	}
	.access-area #area01 dl.dl2 li span{
	}
	.access-area #area01 dl.bus{
		width:100%;
		margin-bottom:40px;
		font-size:12px;
	}
	.access-area #area01 dl.bus dt{
	}
	.access-area #area01 dl.bus dd{
		margin:5px 0 0 0;
	}
	
	.access-area #area01 .a1c{
	}
	.tei .access-area #area01 .a1c table{
		width:100%;
	}
	.tei .access-area #area01 .a1c table.for-sp{
		display:table;
	}
	.tei .access-area #area01 .a1c table th{
		background:#fff;
		border-right:none;
		padding: 3px 5px 3px 5px;
	}
	.tei .access-area #area01 .a1c table .tr1 th{
		background:#ebeef8;
	}
	.tei .access-area #area01 .a1c table .tr1 td{
		background:#ebeef8;
	}
	.tei .access-area #area01 .a1c table td.td2{
		border-left:none;
	}
	.tei .access-area #area01 .a1c table td{
		padding: 3px 5px 3px 5px;
	}
	.tei .access-area #area01 .a1c table span {
    	color: #333;
		display:block;
		text-align:center;
	}
	
	.access-area #area01 .a1c h3{
		font-size:18px;
		margin:0 0 10px 0;
	}
	.access-area #area01 .a1c p.p4{
		font-size:12px;
		line-height:1.3;
		font-weight:600;
		font-feature-settings:"palt";
	}
	.access-area #area01 .a1c p.p4 span{
		display:block;
		font-size:16px;
	}
	.access-area #area01 .a1c p.p5{
		font-size:14px;
		line-height:1.3;
		margin:10px 0;
	}
	.access-area #area01 .a1c p.p6{
		font-size:12px;
		line-height:1.3;
	}
.access-area #area01 dl.dl1 dd.pic{
	position: static;
	width:100%;
	max-width:none;
	margin:10px 0;
}
.access-area #area01 .a1c h3.h3b{
	margin:20px 0 0 0;
}
}

/* /banner */
#banner{
	margin:0 0 60px 0;
}
#banner ul{
	text-align:center;
}
#banner li{
	width:320px;
	display:inline-block;
	margin:0 20px;
}
#banner ul.ul2{
	margin:40px 0 0 0;
	display:none;
}
.home #banner ul.ul2{
	display:block;
}
#banner ul.ul2 li{
	width:380px;
}
#banner ul.ul2 li img{
	width:100%;
	max-width:none;
}


@media screen and (max-width:801px){
	#banner{
		margin:0 0 60px 0;
	}
	#banner ul{
		text-align:center;
	}
	#banner li{
		width:80%;
		display:block;
		margin:20px auto;
	}
}

/* schedule-serach */

#schedule-serach{
	max-width:750px;
	width:90%;
	box-sizing:border-box;
	margin:auto;
	background:#fff;
	border-radius:12px;
	padding:10px;
	position:absolute;
	bottom:-38px;
	left:50%;
	transform:translate(-50%,0);
	z-index:103;
}
#schedule-serach dl{
	display:table;
	width:100%;
}
#schedule-serach dt{
	font-size:1.4rem;
	line-height:1;
	vertical-align:middle;
	display:table-cell;
	padding:0 15px 0 0;
}
#schedule-serach dt span{
	display:block;
}
#schedule-serach dd{
	display:table-cell;
	vertical-align:middle;
}
#schedule-serach dd ul{
}
#schedule-serach dd li{
}
#schedule-serach dd li.pln .custom{
	width:155px;
}
#schedule-serach dd li a{
	display:block;
	font-size:1.2rem;
	line-height:1.5;
}
#schedule-serach dd li.li1{
	border: 1px solid #d9d9d9;
	border-radius:6px;
	padding:0 10px;
}
#schedule-serach dd li.li1 input{
	border:none;
	width:130px;
}
#schedule-serach dd li.li1 span{
	font-size:1rem;
	vertical-align:middle;
	padding-right:5px;
	margin-right:5px;
	border-right:1px solid #ccc;
}
#schedule-serach dd li.li1 img{
	width:11px;
	vertical-align:middle;
}
#schedule-serach button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#schedule-serach button[type="submit"]{
	background:#808080;
	color:#fff;
	border-radius:0;
	font-size:1.2rem;
	font-weight:700;
	text-align:center;
	margin:0 auto;
	border-radius:6px;
	padding: 10px 15px;
}
#schedule-serach input[type="text"],
#schedule-serach input[type="tel"],
#schedule-serach input[type="email"],
#schedule-serach textarea {
	outline: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 10px;
	box-sizing:border-box;
	background:#fff;
	font-size:1.4rem;
	margin-bottom:0px;
	margin-right:0;
	display:inline-block;
	vertical-align:middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border:none;
	border: 1px solid #d9d9d9;
	border-radius:6px;
}
#schedule-serach input[type="button"],
#schedule-serach input[type="file"]{
	border: 1px solid #b6b6b6;
	border-radius:3px;
	padding:8px 10px;
	font-size:20px;
	line-height:1;
	background:#d9d9d9;
}
#schedule-serach input.long{
	width:590px;
}
#schedule-serach textarea{
	width:100% !important;
	height:180px !important;
}
#schedule-serach select{
}
#schedule-serach select::-ms-expand {
    display: none;
}
#schedule-serach input[type="text"]:focus,
#schedule-serach input[type="tel"]:focus,
#schedule-serach input[type="email"]:focus,
#schedule-serach textarea:focus {
	box-shadow: 0 0 7px #163e7e;
	background:#fff;
}
#schedule-serach input[type="text"].w20{
	width:80px;
	margin:0 5px;
}
.custom {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-radius: 0;
  background:#ccc;
  background-color: white;
  vertical-align:bottom;
  width:80px;
	border: 1px solid #d9d9d9;
	border-radius:6px;
}
.custom > select {
  width: 100%;
	padding: 10px;
	font-size:1.2rem;
}
.custom select::-ms-expand {
    display: none;
}

.custom:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	display: block;
	width: 8px;
	height: 5px;
	pointer-events: none;
	text-align: center;
	background-image: url(../img/common/sankaku.png);
	background-size:8px;
	content:"";
}
@media screen and (max-width:801px){
	#sch.for-sp{
		display:block;
		margin-bottom:40px;
	}
	#sch.for-sp dt{
    font-weight: 600;
    font-style: normal;
    font-size: 1.8rem;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
	}
	#schedule-serach{
		width:90%;
		margin:auto;
		position:static;
		transform:translate(0);
		z-index:103;
		box-sizing:border-box;
	}
	#schedule-serach dl{
		display:table;
		width:100%;
	}
	#schedule-serach dt{
		display:block;
		padding:0 0 10px 0;
		text-align:center;
	}
	#schedule-serach dt span{
		display: inline-block;
	}
	#schedule-serach dd{
		display:block;
	}
	#schedule-serach dd ul{
	}
	#schedule-serach dd li{
		margin-bottom:10px;
	}
	#schedule-serach dd li:nth-of-type(4) .custom{
		width:155px;
	}
	#schedule-serach dd li a{
		display:block;
		font-size:1.2rem;
		line-height:1.5;
	}
	#schedule-serach dd li.li1{
		width:100%;
	}
	#schedule-serach dd li.li1 input{
		border:none;
		width:calc(100% - 30px);
	}
	#schedule-serach dd li.li1 span{
		font-size:1rem;
		vertical-align:middle;
		padding-right:5px;
		margin-right:5px;
		border-right:1px solid #ccc;
	}
	#schedule-serach dd li.li1 img{
		width:11px;
		vertical-align:middle;
	}
#schedule-serach dd li.hm{
	width:30%;
}
#schedule-serach dd li.hm2{
	width:30%;
}
#schedule-serach dd li.hm .custom,
#schedule-serach dd li.hm2 .custom{
	width:100%;
}
#schedule-serach input[type="text"].w20 {
    width: 60px;
    margin: 0 5px;
}
}

/* vr360 icon */
.vr360{
}
.vr360:before{
	content:"";
	background:url(../img/common/icon-360.png);
	background-size:100%;
	display:block;
	width:110px;
	height:110px;
	margin:auto;
	
    position: relative;
    margin-bottom: -50px;
	z-index:3;
}

/*Respon-------------------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){
	.container{
		width:94%;
		margin: 0 3%;
	}
	html{
	  min-width: inherit;
	}
	body{
		min-width:inherit;
		padding:55px 0 0 0;
	}
	div.main{
		padding:50px 0 10px 0;
	}
	/*drawer=========*/
	.drawer-open {
	  overflow: hidden !important;
	}
	.drawer-nav {
	  position: fixed;
	  z-index: 101;
	  top: 55px;
      padding:0;
	  overflow: hidden;
	  width: 100%;
	  height: 100%;
	  color: #222;
	  background-color: #f3f0ed;
	}
	.drawer-brand {
	  font-size: 1.5rem;
	  font-weight: bold;
	  line-height: 3.75rem;
	  display: block;
	  padding-right: .75rem;
	  padding-left: .75rem;
	  text-decoration: none;
	  color: #222;
	}
	.drawer-menu {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	}
	.drawer-menu-item {
	  font-size: 1rem;
	  display: block;
	  padding: .75rem;
	  text-decoration: none;
	  color: #222;
	}
	.drawer-menu-item:hover {
	  text-decoration: underline;
	  color: #555;
	  background-color: transparent;
	}
	/*! overlay */
	.drawer-overlay {
	  position: fixed;
	  z-index: 100;
	  top: 0;
	  left: 0;
	  display: none;
	  width: 100%;
	  height: 100%;
	  background-color: rgba(0, 0, 0, 0);
	}
	.drawer-open .drawer-overlay {
	  display: block;
	}
	/*left*/
	.drawer--left .drawer-nav {
	  left: -100%;
	  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}
	.drawer--left.drawer-open .drawer-nav,
	.drawer--left .drawer-hamburger,
	.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
	  left: 0;
	}
	.drawer--left.drawer-open .drawer-hamburger {
	  left: 0;
	}
	/*Hamburger*/
	.drawer-hamburger {
		position: fixed;
		z-index: 104000;
		top: 0;
		display: block;
		box-sizing: content-box;
		width: 1.9rem;
		padding: 0;
		padding-top: 7px;
		padding-right: 7px;
		padding-bottom: 17px;
		padding-left: 7px;
		-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		outline: 0;
		background-color: transparent;
		border-radius: 6px;
		margin-top: 10px;
		margin-right: 10px;
	}
	.drawer-hamburger:hover {
	  cursor: pointer;
	  background-color: transparent;
	}
	.drawer-hamburger-icon {
	  position: relative;
	  display: block;
	  margin-top: 10px;
	}
	.drawer-hamburger-icon,
	.drawer-hamburger-icon:before,
	.drawer-hamburger-icon:after {
	  width: 100%;
	  height: 2px;
	  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	  background-color: #a69c9e;
	}
	.drawer-hamburger-icon:before,
	.drawer-hamburger-icon:after {
	  position: absolute;
	  top: -7px;
	  left: 0;
	  content: ' ';
	}
	.drawer-hamburger-icon:after {
	  top: 7px;
	}
	.drawer-open .drawer-hamburger-icon {
	  background-color: transparent;
	}
	.drawer-open .drawer-hamburger-icon:before,
	.drawer-open .drawer-hamburger-icon:after {
	  top: 0;
	}
	.drawer-open .drawer-hamburger{
	}
	.drawer-open .drawer-hamburger-icon:before {
	  -webkit-transform: rotate(45deg);
			  transform: rotate(45deg);
	}
	.drawer-open .drawer-hamburger-icon:after {
	  -webkit-transform: rotate(-45deg);
			  transform: rotate(-45deg);
	}
	/*accessibility*/
	.sr-only {
	  position: absolute;
	  overflow: hidden;
	  clip: rect(0, 0, 0, 0);
	  width: 1px;
	  height: 1px;
	  margin: -1px;
	  padding: 0;
	  border: 0;
	}
	.sr-only-focusable:active,
	.sr-only-focusable:focus {
	  position: static;
	  overflow: visible;
	  clip: auto;
	  width: auto;
	  height: auto;
	  margin: 0;
	}
	/*drawer 終わり*/

	.toggle-menu{
	  display: block; 
	  z-index: 100;
	}
	.drawer-hamburger{
	  display: block;
	}
	.drawer-nav{
	  z-index: 200;
	}

	#header{
		width:100% !important;
		padding:1% !important;
		left:0%;
		top:0%;
		background:#fff !important;
		display:block;
	}
	  #header .for-pc{
		display: none;
	  }
	  #header .for-sp{
		display: inline-block;
	  }
	header h1{
		margin:0 0 0 auto;
		padding:0 1px 0 0;
		width:70px;
	}
	.scrolled header h1 {
    width:70px;
	transform: translateX(0px) !important;
	opacity:1 !important;
	}
	.park header h1 {
		width:70px;
		padding:0 1px 0 0;
	}
	.park header h1 span{
		display:none;
	}
	
	header h1 img{
		width:50px;
	}
	header h1 .tl{
		display:block;
		color:#666;
		position:absolute;
		left:45px;
		top:15px;
	}
	.scrolled header h1 .tl{
		display:none !important;
	}
	header h1:after{
		content:"";
		background:url(../img/common/logo-tei.svg);
		width:70px;
		height:35px;
		background-size:cover;
		display:block;
		position:absolute;
		right:80px;
		top:10px;
		display:none !important;
	}
	.yu header h1:after{
		background:url(../img/common/logo-yu.svg);
		width:115px;
		height:25px;
		top:15px;
	}
	.kagayaki header h1:after{
		background:url(../img/common/logo-kagayaki-bk.svg);
		background-repeat:no-repeat;
		width:100px;
		height:25px;
		top:15px;
	}
	.ichiba header h1:after{
		background:url(../img/common/logo-ichiba.svg);
		width:100px;
		height:25px;
		top:15px;
	}
	.sushi header h1:after{
		background:url(../img/common/logo-sushi2.svg);
		width:67px;
		height:30px;
		top:15px;
	}
	.tsuri header h1:after{
		background:url(../img/common/logo-tsuribori.svg);
		width:35px;
		height:30px;
		top:12px;
	}
	.ikada header h1:after{
		background:url(../img/common/logo-ikada.png);
		background-size:100%;
		width:60px;
		height:30px;
		top:12px;
	}
	.village header h1:after{
		/*background-image:url(../img/common/logo-village.svg);
		background-size:100%;
		background-repeat:no-repeat;
		width:115px;
		height:25px;
		top:15px;*/
		display:none;
	}
	.village header h1{
		width:100%;
		text-align:right;
	}
	.village header h1 .for-sp{
		display:inline-block;
		width:120px;
		margin:0 10px 0 0;
	}
	.village header h1 a {
		display:inline-block;
	}
	.village header h1 a.for-sp img{
		width:100%;
	}
	.ichiba header h1{
		width:100%;
		text-align:right;
	}
	.ichiba header h1 a.for-sp{
		width:120px;
		margin:0 10px 0 0;
	}
	.ichiba header h1 a.for-sp img{
		width:100%;
	}
	
	.ikada header h1{
		width:100%;
		text-align:right;
	}
	.ikada header h1 a.for-sp{
		width:70px;
		margin:0 10px 0 0;
		padding:5px 0 10px 0 !important;
	}
	.ikada header h1 a.for-sp img{
		width:100%;
	}
	
	.kagayaki header h1{
		width:100%;
		text-align:right;
	}
	.kagayaki header h1 a.for-sp{
		width:90px;
		margin:0 10px 0 0;
		padding:10px 0 10px 0 !important;
	}
	.kagayaki header h1 a.for-sp img{
		width:100%;
	}
	
	.sushi header h1{
		width:100%;
		text-align:right;
	}
	.sushi header h1 a.for-sp{
		width:70px;
		margin:0 10px 0 0;
		padding:5px 0 10px 0 !important;
	}
	.sushi header h1 a.for-sp img{
		width:100%;
	}
	
	.tei header h1{
		width:100%;
		text-align:right;
	}
	.tei header h1 a.for-sp{
		width:70px;
		margin:0 10px 0 0;
		padding:5px 0 5px 0 !important;
	}
	.tei header h1 a.for-sp img{
		width:100%;
	}
	
	.tsuri header h1{
		width:100%;
		text-align:right;
	}
	.tsuri header h1 a.for-sp{
		width:45px;
		margin:0 10px 0 0;
		padding:5px 0 5px 0 !important;
	}
	.tsuri header h1 a.for-sp img{
		width:100%;
	}
	
	.yu header h1{
		width:100%;
		text-align:right;
	}
	.yu header h1 a.for-sp{
		width:90px;
		margin:0 10px 0 0;
		padding:10px 0 10px 0 !important;
	}
	.yu header h1 a.for-sp img{
		width:100%;
	}
	
	.panda header h1:after{
		/*background-image:url(../img/common/logo-panda.svg);
		background-size:100%;
		background-repeat:no-repeat;
		width:115px;
		height:25px;
		top:20px;*/
		display:none;
	}
	.panda header h1{
		width:100%;
		text-align:right;
	}
	.panda header h1 .for-sp{
		display:inline-block;
		width:130px;
		margin:0 10px 0 0;
		text-align: left;
	}
	.panda header h1 a {
		display:inline-block;
	}
	.panda header h1 a.for-sp img{
		width:100%;
	}

	.park header h1:after{
		display:none;
	}
	header h1 a{
		padding:10px 0 !important;
		display:inline-block;
	}
	#header:after {
		clear: both;
		content: "";
		display: block;
		height: 0;
		visibility: hidden;
	}
	#gnav{
		padding:0 0 0 0 !important;
		width:100% !important;
		background: #FAFAFA !important;
		border-radius:0;
		display:block;
	}
	.park #gnav{
		background: #5A8AD4 !important;
	}
	#gnav ul{
		display: block;
		padding:0 0 100px 0 !important;
	}
	#gnav .gnav-menu{
		text-align:center;
	}
	#gnav ul li {
		padding:0 0 0 0 !important;
		border-bottom:1px solid #E6E6E6;
	}
	#gnav ul li:last-of-type{
		border-bottom:none !important;
	}
	.park #gnav ul li {
		border-bottom:1px solid #7BA1DD;
	}
	.park #gnav ul li.li2{
		border-bottom: none;    
	}
	.park #gnav ul li.li3{
		margin: 30px 0 0 0;
	}
	.park #gnav ul li.li2.lang{
		color: #fff;
	}
	#gnav ul li.for-sp {
		display: block;
	}
	#gnav ul li:nth-of-type(1){
		display:none;
	}
	#gnav ul li.nv0{
		display:block;
	}
	#gnav ul li:last-of-type{
		padding:0 0;
	}
#gnav ul li.sub,
.scrolled #gnav ul li.sub {
    min-width: 0;
    width: auto;
}
	#gnav ul li:nth-of-type(1) img{
	}
	.park #gnav ul li:nth-of-type(1) {
		display:block;
	}
	#gnav ul li.top{
	}
	#gnav ul li.top a{
		border:1px solid #5A8AD4;
		padding:10px;
		margin:10px 15px;
		border-radius:30px;
		color:#5A8AD4 !important;
		font-size:16px;
		text-align:center;
	}
	#gnav ul li.top a img{
		width:50px;
		height:28px;
		vertical-align:middle;
		margin: 0 10px 0 0;
	}
	#gnav li a {
		font-size: 1.4rem !important;
		padding:15px 20px !important;
		border:none;
		color:#999 !important;
	}
	#gnav li a.bln {
		background:#E6E6E6;
		color:#999 !important;
	}
.scrolled #gnav li a {
		font-size: 1.4rem !important;
		padding:15px 20px !important;
}
	.park #gnav li a {
		font-size: 1.4rem;
		padding:10px 0 10px 7vw !important;
		border:none;
		color:#fff !important;
		position: relative;
		background:none;
	}
	.park #gnav li a.act {
		background: #1D5EA7;
	}
	.park #gnav li a span {
		/*position:absolute;
		left:27vw;*/
	}
	.park #gnav li a em{
	display: inline-block;
	width: 50px;
	text-align: center;
	}
	.park #gnav ul li:nth-of-type(7) a, .park #gnav ul li:nth-of-type(8) a, .park #gnav ul li:nth-of-type(9) a, .park #gnav ul li:nth-of-type(10) a {
		border: none;
		border-radius: 0;
		padding:20px 0 20px 7vw !important;
	}
	.park #gnav ul li.li2 a{
		display: inline-block;
	}
	.park #gnav ul li.li2.lang{
		padding-left:7vw !important;
	}
	.park #gnav ul li.li2.lang a{
		padding: 20px 0em 0px 1em !important;
		font-weight:normal;
	}
	.park #gnav ul li.li2.lang a img{
		width:20px;
		margin-right:5px;
	}
	.park #gnav ul li.li2.lang a.now{
		text-decoration: none;
	}
	.park #gnav ul li.li2.lang a:nth-of-type(2),
	.park #gnav ul li.li2.lang a:nth-of-type(3),
	.park #gnav ul li.li2.lang a:nth-of-type(4){
		padding: 20px 0em 0px 1em !important;
	}
	#gnav li.btna{
		padding-right:3px;
	}
	#gnav li.btna a{
	}
	#gnav li.btna a img{
		width:15px;
		margin-right:10px;
	}
	#gnav li.btna a{
		background:#999;
		padding:10px;
		margin: 10px 15px;
		border-radius:3px;
		color:#fff !important;
	}
	#gnav li.btna a:after{
		display:none;
	}
	
	#gnav li a:after{
		display:none;
	}
	#gnav li a:hover{
		color:#333;
	}
	#gnav li.btna a:hover{
		background:#e1147f;
		color:#fff;
	}
	
	#gnav li a.act{
		background:#000;
		color:#fff !important;
	}
		  /*footer*/
	#footer{
		padding:1px 0 15px 0;
		background-size:200%;
	}
	#footer #fnav{
		text-align:center;
		margin:0px auto 20px auto;
	}
	#footer #fnv-sub{
		display:block;
		width:100vw;
		margin:15vw 0 0 0;
	}
	.park #footer #fnv-sub .scrollMenu{
		display:none;
	}
	#footer #fnav:after{
		display:none;
	}
	#footer #fnav:before{
		width:40px;
		height:20px;
		right:2vw;
		bottom:-20px;
	}
	#footer #fnav dl{
		width:50%;
		text-align:left;
		margin:0 0 0em 0;
	}
	#footer #fnav dl:last-of-type{
		width:100%;
		display:flex;
		justify-content:space-between;
		margin:1em 0 0 0;
	}
	#footer #fnav dt{
		font-size:1.3rem;
	}
	#footer #fnav dd{
		font-size:1.1rem;
		line-height:1.6;
		display:none;
	}
	#footer .sub-m{
		margin:0 0 10px 0;
		padding:0;
		border:none;
		border-bottom:1px solid #fff;
		display:none;
	}
	#footer .sub-m li{
		font-size:1.1rem;
		line-height:1.5;
		margin:0;
		padding:0;
		border:1px solid #fff;
		border-left:none;
		border-bottom:none;
		border-right:none;
		width:50%;
		box-sizing:border-box;
	}
	#footer .sub-m li:nth-of-type(2n){
		border-left:1px solid #fff;
	}
	#footer .sub-m li:nth-of-type(4) {
		border:1px solid #fff;
		border-bottom:none;
		border-right:none;
		padding:0;
		margin:0;
	}
	#footer .sub-m li:last-of-type{
		/*border:1px solid #fff;
		border-left:none;
		border-bottom:none;
		border-right:none;
		padding:0;
		margin:0;
		width:100%;*/
	}
	#footer .sub-m a{
		color:#fff;
		padding:10px 0;
		display:block;
	}
	#footer .sub-m li:last-of-type a{
		display:inline-block;
		margin:0 1em;
	}
	#footer .copy{
		text-align:center;
		font-size:1.1rem;
	}
	
		.pagetop a img {
			width: 65px;
		}
		.pagetop {
			bottom: 25px;
			right: 5px;
			/*display:none !important;*/
		}
		
	
		/*トップ*/
		
		/*下層ページ=========================================*/
		#breadcrumb{
		}
		#breadcrumb li{
			display:none;
		}
		/* pagenation */
		.pagination {
			font-size: 13px;
		}
		.pagination-box {
			width:100%;
		}
		.pagination span, .pagination a {
			margin: 2px 0.5% 2px 0.5%;
			width: 12.5%;
			line-height:35px;
		}
		.pagination span.prev, .pagination a.prev,
		.pagination span.next, .pagination a.next{
			width:100%;
			box-sizing:border-box;
			margin:10px 0;
		}
		.pagination span.page-of {
		}
		.pagination a:hover{
		}
		.pagination .current{
		}
		
	#container {
		max-width: 1000px;
		margin: 0 auto;
		width: 100%;
		margin-top: 0px;
	}
		.btn{
			width:350px;
			padding:15px 0;
			font-size:1.7rem;
		}
		.btn:before{
		}
		.btn:after{
		}
		.btn:hover{
		}
		
dl.oth-bnr{
	margin:0 auto 60px auto;
}
dl.oth-bnr dt{
	font-size:12px;
	max-width: none;
	width:80%;
	margin:auto;
	background:#fff;
	text-align:center;
}
dl.oth-bnr dd{
	margin:15px auto 15px auto;
	max-width: none;
	width:80%;
}
dl.oth-bnr p img{
	height:35px;
}
dl.oth-bnr dd.dd2{
	background:#fff;
	max-width:none;
	width:auto;
	padding:30px 0 0 0;
}
dl.oth-bnr dd.dd2 img{
	width:80%;
	height:auto;
}

}
/*------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 801px) {
#main{
  padding-top:70px;
 }

	  .for-pc{
		display: none;
	  }
	  .for-sp{
		display: inline-block;
	  }
	/*header*/
	.drawer-hamburger {
		width: 2.2rem;
		padding-top: 0px;
		padding-right: 5px;
		padding-bottom: 14px;
		padding-left: 15px;
		margin-right:10px;
		height:28px;
	}
	.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
		top: -7px;
	}
	.drawer-hamburger-icon:after {
		top: 7px;
	}
	
}

html{
  /*overflow-y:scroll;*/
}
img{
  max-width:100%;
}
 
@media screen and (max-width:801px){
	#hero_video_wrapper{
		overflow:hidden;
	}
video{
	width:100%;
	margin-left:0%;
}
}

  .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  
/* not found */
.nfund01 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  box-sizing:border-box;
  height:100vh;
}
.nfund-part {
  width: 90%;
  margin:auto;
  text-align: center;
  position:relative;
}
.nfund-part:before{
	content:"";
	background:url(../img/common/404a-pc.png);
	background-size:100%;
	display:block;
	width:100%;
	height:0;
	padding-top:17%;
	margin-bottom:-30px;
}
.nfund-part:after{
	content:"";
	background:url(../img/common/404b-pc.png);
	background-size:100%;
	display:block;
	width:50%;
	height:0;
	margin:0 0 0 auto;
	padding-top:28%;
	margin-top:-15%;
}
.nfund01 h3 {
  font-size: 80px;
  color: #19377D;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5em;
  margin-top:0 !important;
}
.nfund01 p {
	font-size:18px;
	line-height:2;
  margin: 2em 0;
}
.nfund01 a {
	margin:3em auto 0 auto;
	font-size:22px;
	width:400px;
}
@media screen and (max-width:801px){
.nfund01 {
}
.nfund-part {
}
.nfund-part:before{
	background-image:url(../img/common/404a-sp.png);
	background-size:100%;
	padding-top:36%;
	margin-bottom:1em;
}
.nfund-part:after{
	content:"";
	background-image:url(../img/common/404b-sp.png);
	background-size:100%;
	width:80%;
	padding-top:45%;
	margin-top:0%;
}
.nfund01 h3 {
  font-size: 37px;
  margin: 1em 0 0 0;
}
.nfund01 p {
	font-size:14px;
	line-height:1.7;
  margin: 1em 0;
}
.nfund01 a {
  margin: 1em 0;
	font-size:18px;
	width:100%;
}
}


.scrolled #header h1 {
    opacity: 0;
    transform: translateX(-100px);
    transition: 0.4s cubic-bezier(0.14, 1, 0.34, 1)
}

.scrolled #gnav li {
    opacity: 0;
    transform: translateX(100px);
    transition: 0.4s cubic-bezier(0.14, 1, 0.34, 1)
}
.scrolled #gnav li:nth-child(0) {
    transition-delay: 0.16s
}
.scrolled #gnav li:first-child {
    transition-delay: 0.14s
}
.scrolled #gnav li:nth-child(2) {
    transition-delay: 0.12s
}
.scrolled #gnav li:nth-child(3) {
    transition-delay: 0.1s
}
.scrolled #gnav li:nth-child(4) {
    transition-delay: 0.08s
}
.scrolled #gnav li:nth-child(5) {
    transition-delay: 0.046s
}
.scrolled #gnav li:nth-child(6) {
    transition-delay: 0.04s;
}
.scrolled #gnav li:nth-child(7) {
    transition-delay: 0.02s;
}
.scrolled #gnav li:nth-child(8) {
    transition-delay: 0s;
}
.scrolled #gnav li:first-child a {
    transition-delay: .12s;
}
.scrolled #gnav {
    background: rgba(255,255,255,0);
    transform: translateX(100px);
    transition: 0.4s cubic-bezier(0.14, 1, 0.34, 1)
}
.m-hamburger-button {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
    padding: 0;
    position: fixed;
    right: -100px;
    top: 22px;
    width: 100px;
    z-index: 5000;
}
.scrolled .m-hamburger-button {
    right: 27px;
}
.m-hamburger-button p{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	margin-top:-7px;
	line-height:1;
	font-size:14px;
	transition:.3s;
	opacity:1;
}
.m-hamburger-button p:after{
	content:"\30E1\30CB\30E5\30FC";
}
.m-hamburger-button.open p:after{
	content:"\9589\3058\308B";
}
.a-hamburger {
    height: 26px;
    margin: 0 auto;
    position: relative;
    width: 26px;
}
.a-hamburger_open .bar {
    background-color: #000;
    display: block;
    height: 3px;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .5s cubic-bezier(.14,1,.34,1) .3s,width .5s cubic-bezier(.14,1,.34,1);
    width: 26px;
}
.m-hamburger-button .a-hamburger_open .bar {
    transform: translate3d(100px,0,0);
    transition: transform .5s cubic-bezier(.14,1,.34,1) 0s,width .5s cubic-bezier(.14,1,.34,1);
    -moz-transform: translate3d(100px,0,0);
    -moz-transition: transform .5s cubic-bezier(.14,1,.34,1) 0s,width .5s cubic-bezier(.14,1,.34,1);
}
.scrolled .m-hamburger-button .a-hamburger_open .bar {
    transform: translateZ(0);
}
.m-hamburger-button .a-hamburger_open .bar:nth-child(2) {
    transition: transform .5s cubic-bezier(.14,1,.34,1) .05s,width .5s cubic-bezier(.14,1,.34,1);
}
.m-hamburger-button .a-hamburger_open .bar:nth-child(3) {
    transition: transform .5s cubic-bezier(.14,1,.34,1) .1s,width .5s cubic-bezier(.14,1,.34,1);
}
.m-hamburger-button .inner2 {
    align-content: center;
    display: flex;
    flex-direction: column;
}
.a-hamburger_open .bar:nth-child(2) {
    top: 8px;
    transition: transform .5s cubic-bezier(.14,1,.34,1) .35s,width .5s cubic-bezier(.14,1,.34,1);
    width: 26px;
}
.a-hamburger_open .bar:nth-child(3) {
    top: 16px;
    transition: transform .5s cubic-bezier(.14,1,.34,1) .4s,width .5s cubic-bezier(.14,1,.34,1);
    width: 26px;
}
a:hover .a-hamburger_open .bar:first-child,
a:hover .a-hamburger_open .bar:nth-child(2),
a:hover .a-hamburger_open .bar:nth-child(3) {
	width: 20px
}
.open .a-hamburger_open .bar:first-child {
    transform: translate3d(100px,0,0)!important;
    transition: transform .5s cubic-bezier(.14,1,.34,1),width .5s cubic-bezier(.14,1,.34,1)!important;
}
.open .a-hamburger_open .bar:nth-child(2) {
    transform: translate3d(100px,0,0)!important;
    transition: transform .5s cubic-bezier(.14,1,.34,1) .05s,width .5s cubic-bezier(.14,1,.34,1)!important;
}
.open .a-hamburger_open .bar:nth-child(3) {
    transform: translate3d(100px,0,0)!important;
    transition: transform .5s cubic-bezier(.14,1,.34,1) .1s,width .5s cubic-bezier(.14,1,.34,1)!important;
}
.a-hamburger_close .bar {
    background-color: #000;
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100px,5px) rotate(45deg);
    transition: .5s cubic-bezier(.14,1,.34,1);
    width: 20px;
}
.open .a-hamburger_close .bar:first-child {
    transform: translateY(5px) rotate(45deg);
    transition: .5s cubic-bezier(.14,1,.34,1) .4s;
    width: 20px;
}
.a-hamburger_close .bar:nth-child(2) {
    top: 6px;
    transform: translate(100px,-1px) rotate(-45deg);
    transition: .5s cubic-bezier(.14,1,.34,1) .05s;
}
.open .a-hamburger_close .bar:nth-child(2) {
    transform: translateY(-1px) rotate(-45deg);
    transition: .5s cubic-bezier(.14,1,.34,1) .5s;
    width: 20px;
}
.sub-nav {
    left: 0;
    padding: 40px 20px;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transition: .3s cubic-bezier(.14,1,.34,1);
    z-index: 5000;
	opacity:0;
}
.scrolled .sub-nav {
    transform: translateX(0);
	opacity:1;
}
.sub-nav img {
    width: 120px;
}

.o-menu {
    -webkit-overflow-scrolling: touch;
    align-items: flex-start;
    display: flex;
    height: 100vh;
    justify-content: center;
    right: -30%;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 30%;
    z-index: 4300;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: menu-out;
    animation-timing-function: cubic-bezier(0.14, 1, 0.34, 1);
    background-color: #fff;
	opacity:0;
}
.o-menu.show {
    pointer-events: auto;
	opacity:1;
}
.o-menu_bg {
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0.1ms;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: menu-out;
    animation-timing-function: cubic-bezier(0.14, 1, 0.34, 1);
    background-color: transparent;
    height: 100vh;
    right: -50%;
    position: fixed;
    top: 0;
    width: 50%
}
@keyframes menu-out {
    0% {
        right:0;
    }
    to {
        right:-30%;
    }
}
.init .o-menu_bg {
    animation-duration: 0.5s
}
.o-menu.show .o-menu_bg {
	background:#fff;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: menu-in;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}
.o-menu.show {
	background:#fff;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: menu-in;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}
.o-menu ul{
	padding:80px 0 0 0;
	width:100%;
}
.o-menu li{
}
.o-menu li a{
	padding:0.5em 50px;
	display:block;
	font-size:16px;
	font-weight:700;
}
.o-menu li.btna a{
	background: #E6E6E6;
}
.o-menu li a.act span{
	display:block;
	border-bottom:3px solid #000;
}
.o-menu li.top{
	margin:1.5em 0 0 0;
}
.o-menu li.top a{
	font-size:13px;
	background:#dee7f7;
	padding:1em 50px;
}
.o-menu li.top a img{
	width:50px;
	vertical-align:middle;
	display:inline-block;
	margin:0 10px 0 0;
}
.o-menu li.lang a{
	display:inline-block;
	width:47%;
	box-sizing:border-box;
	padding-right:0;
}
.o-menu li.lang a img{
	vertical-align:middle;
	margin-right:5px;
}
@keyframes menu-in {
    0% {
        /*transform: translate(-50%)*/
		right:-30%;
    }
    to {
        /*transform: translate(0);*/
		right:0;
    }
}
.o-menu.show .o-menu_bg:before {
    transform: scaleX(0);
    transition: 0.6s cubic-bezier(0.645, .045, 0.355, 1) 0.08s;
}
.o-menu_left {
    position: relative
}


@media screen and (max-width:1000px){
.scrolled .sub-nav {
    display:none;
}
.m-hamburger-button {
    display:none;
}
.scrolled #gnav {
    transform: translateX(0px);
}
.scrolled #gnav li {
    opacity: 1;
    transform: translateX(0px);
}
.scrolled h1 {
    opacity: 1;
    transform: translateX(0px);
}
}


/* add menu */
.brandName {
    display: none;
}


.scrollMenu .active {
    border-bottom: 2px solid  #fff;
}
.scrollMenu {
    display: none;
    background: #5A8AD4;
    z-index: 999;
    width: 100%;
}


.footerMenu {
    position: relative;
    z-index: 9999;
    width: 93%;
    display: flex;
    background: none;
    display: none;
    margin: 15px 0;
}
.footerMenu .navSmart {
    display: flex;
    width: 100%;
}
.footerMenu .navSmart li {
    padding: 10px 0;
    margin-right: 10px;
    width: 16.66666%;
    text-align: center;
    margin: auto;

}
.footerMenu .navSmart li a span {
    color: #fff;
    margin: 5px;
    position: relative;
    display: inline-block;
}
.footerMenu .navSmart img {
    width: auto;
    height: 40px;
}


@media screen and (max-width: 1000px) {
    .scrolled .brandName {
        display: inline-block;
        float: left;
        padding-top: 12px;
        margin-left: 45px;
    }
    .scrollMenu {
        display: inline-block;
    }
	.low.scrollMenu {
    	background: #527CB7;
	}
    .navSmart {
        display: flex;
    }
    .navSmart li {
        padding: 10px 10px 0px 10px;
        width: 16.666666%;
        vertical-align: middle;
        margin: auto;
        text-align: center;
    }

    .low .navSmart li {
        padding: 10px 0;
		border:1px solid #C9D2E8;
		border-left:none;
		box-sizing:border-box;
    }
.low .footerMenu .navSmart li {
    padding: 10px 0;
    border: none;
}
    .low .navSmart li span {
        margin:0;
    }

    .navSmart .sm1 img {
        width: 25px;
        height: auto;
    }
    .navSmart .sm2 img {
        width: 34px;
        height: auto;
    }
    .navSmart .sm3 img {
        width: 44px;
        margin-bottom: 3px;
        height: auto;
    }
    .navSmart .sm4 img {
        width: 30px;
        margin-bottom: 0px;
        height: auto;
    }
    .navSmart .sm4 span {
        margin-bottom: 6px;
    }
    .navSmart .sm5 img {
        width: 42px;
        margin-bottom: 0;
        height: auto;
    }
    .navSmart .sm5 span {
        margin-bottom: 8px;
    }
    .navSmart .sm6 img {
        width: 41px;
        margin-bottom: 0;
        height: auto;
    }
    .navSmart .sm6 span {
        margin-bottom: 8px;
    }
	
    .navSmart li a span {
        color: #fff;
        margin: 5px;
        position: relative;
        display: inline-block;
    }



    .footerMenu {
        width: 100%;
        display: block;
		z-index:100;
    }
    .footerMenu .navSmart .sm5 span {
        margin-bottom: 9px;
    }
    .footerMenu .navSmart .sm6 span {
        margin-bottom: 9px;
    }
}

@media screen and (max-width: 857px) {
    .footerMenu .navSmart a {
        display: inline-grid;
    }
}
@media screen and (max-width: 802px) {
    .brandName {
        padding-top: 8px;
        margin-left: 40px;
    }
}
@media screen and (max-width: 696px) {
    .brandName {
        padding-top: 11px;
    }
    .navSmart a {
        display: inline-grid;
    }
    .navSmart span {
        margin-left: 0;
        margin-bottom: 0;
        text-align: center;
    }

    .navSmart .sm4 span {
        margin-bottom: 6px;
    }
    .navSmart .sm4 img {
        width: 29px;


    }
    .navSmart .sm5 img {
        width: 37px;
    }
    .navSmart .sm5 span {
        margin-top: 3px;
        margin-bottom: 8px;
    }

    .navSmart .sm6 img {
        width: 38px;
    }
    .navSmart .sm6 span {
        margin-bottom: 8px;
        margin-top: 2px;
    }
}

@media screen and (max-width: 432px) {
    .brandName {
        padding-top: 12px;
    }
    .navSmart .sm1 img {
        width: 20px;
    }
    .navSmart .sm2 img {
        width: 29px;
    }
    .navSmart .sm3 img {
        width: 39px;
    }
    .navSmart .sm4 img {
        width: 25px;
    }
    .navSmart .sm5 img {
        width: 37px;
    }
    .navSmart .sm6 img {
        width: 36px;
    }
    .navSmart span {
        font-size: 11px;
    }

    .footerMenu .navSmart .sm5 span {
        margin-bottom: 14px;
    }
    .footerMenu .navSmart .sm6 span {
        margin-bottom: 14px;
    }
}
@media screen and (max-width: 378px) {
    .navSmart li {
        padding: 10px 0 0;
    }
    .navSmart .sm1 img {
        width: 18px;
    }
    .navSmart .sm2 img {
        width: 27px;
    }
    .navSmart .sm3 img {
        width: 37px;
    }
    .navSmart .sm4 img {
        width: 23px;
    }
    .navSmart .sm5 img {
        width: 35px;
    }
    .navSmart .sm6 img {
        width: 34px;
    }
    .navSmart span {
        font-size: 11px;
    }
}
@media screen and (max-width: 343px) {
    .navSmart img {
        width: auto;
        height: 23px;
    }
    .navSmart span {
        font-size: 10px;
    }
}