@charset "utf-8";
/* CSS Document */
/*
$breakpoint_tb: 767px;
$breakpoint_sp: 480px;
*/

/*
$main_width: 100%;
$side_width: 300px;
*/

/*! sanitize.css v3.2.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */

.pc_none { display: none; }

/*---------------------------------------------------------------------
	base
---------------------------------------------------------------------*/
audio:not([controls]) {
	display: none;
}
button {
	overflow: visible;
	-webkit-appearance: button;
}
details {
	display: block;
}
html {
	overflow-y: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-text-size-adjust: 100%;
}
input {
	-webkit-border-radius: 0;
}
input[type='button'], input[type='reset'], input[type='submit'] {
	-webkit-appearance: button;
}
input[type='number'] {
	width: auto;
}
input[type='search'] {
	-webkit-appearance: textfield;
}
 input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
 -webkit-appearance: none;
}
main {
	display: block;
}
pre {
	overflow: auto;
}
progress {
	display: inline-block;
}
small {
	font-size: var(--small-font-size, 75%);
}
summary {
	display: block;
}
svg:not(:root) {
	overflow: hidden;
}
template {
	display: none;
}
textarea {
	overflow: auto;
}
[hidden] {
	display: none;
}
*, ::before, ::after {
	box-sizing: inherit;
}
* {
	font-size: inherit;
	line-height: inherit;
}
::before, ::after {
	vertical-align: inherit;
	text-decoration: inherit;
}
*, ::before, ::after {
	border-width: 0;
	border-style: solid;
}
* {
	margin: 0;
	padding: 0;
	background-repeat: var(--background-repeat, no-repeat);
}
:root {
	font: var(--root-font-size, 100%)/var(--root-line-height, 1.5) var(--root-font-family, sans-serif);
	box-sizing: var(--root-box-sizing, border-box);
	cursor: var(--root-cursor, default);
	color: var(--root-color, #000);
	background-color: var(--root-background-color, #fff);
}
a {
	text-decoration: var(--anchor-text-decoration, none);
}
audio, canvas, iframe, img, svg, video {
	vertical-align: var(--media-element-vertical-align, middle);
}
button, input, select, textarea {
	background-color: var(--form-element-background-color, transparent);
}
button, input, select, textarea {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	color: inherit;
}
button, [type='button'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='reset'], [type='search'], [type='submit'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], select, textarea {
	min-height: var(--form-element-min-height, 1.5em);
}
code, kbd, pre, samp {
	font-family: var(--monospace-font-family, monospace), monospace;
}
nav ol, nav ul {
	list-style: var(--nav-list-style, none);
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
}
 select::-ms-expand {
 display: none;
}
 select::-ms-value {
 color: currentColor;
}
table {
	border-spacing: var(--table-border-spacing, 0);
	border-collapse: var(--table-border-collapse, collapse);
}
textarea {
	resize: var(--textarea-resize, vertical);
}

::-moz-selection {
 color: var(--selection-color, #fff);
 background-color: var(--selection-background-color, #b3d4fc);
 text-shadow: var(--selection-text-shadow, none);
}
::selection {
	/*color: var(--selection-color, #fff);
	background-color: var(--selection-background-color, #b3d4fc);
	text-shadow: var(--selection-text-shadow, none);*/
}
[aria-busy='true'] {
	cursor: progress;
}
[aria-controls] {
	cursor: pointer;
}
[aria-disabled] {
	cursor: default;
}
[hidden][aria-hidden='false'] {
	position: absolute;
	display: inherit;
	clip: rect(0 0 0 0);
}
[hidden][aria-hidden='false']:focus {
	clip: auto;
}
a, area, button, input, label, select, textarea, [tabindex] {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

/*===================================================================
 Foundation
===================================================================*/

*, *:before, *:after {
	box-sizing: border-box;
}
html, body {
	width: 100%;
	height: 100%;
}
html {
	font-size: 62.5%;
	text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
body {
	font-family: 'メイリオ', Meiryo, Osaka, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	min-width: 1000px;
	color: #222;
	background-color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: inherit;
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
sup {
	font-size: 10px;
	vertical-align: super;
}
a:link, a:visited {
	text-decoration: none;
	color: #007fff;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #007fff;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.tac {
	text-align: center;
}
.tal {
	text-align: left !important;
}
.tar {
	text-align: right;
}
.mg_auto {
	margin: 0 auto;
}

/* fwb */
.fwb {
    font-weight: bold;
}


/*-------------------------------------
	Padding = pd
---------------------------------------*/
/* Padding (top + right + bottom + left) = pd */
.pd2 { padding: 2px !important; }
.pd5 { padding: 5px !important; }
.pd8 { padding: 8px !important; }
.pd10 { padding: 10px !important; }
.pd15 { padding: 15px !important; }
.pd20 { padding: 20px !important; }
.pd25 { padding: 25px !important; }
.pd30 { padding: 30px !important; }
.pd35 { padding: 35px !important; }
.pd40 { padding: 40px !important; }
.pd45 { padding: 45px !important; }
.pd50 { padding: 50px !important; }
.pd55 { padding: 55px !important; }
.pd60 { padding: 60px !important; }

/* Padding (top + bottom) = pdtb */
.pdtb5 { padding-top: 5px !important; padding-bottom: 5px !important; }
.pdtb10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.pdtb15 { padding-top: 15px !important; padding-bottom: 15px !important; }
.pdtb20 { padding-top: 20px !important; padding-bottom: 20px !important; }
.pdtb25 { padding-top: 25px !important; padding-bottom: 25px !important; }
.pdtb30 { padding-top: 30px !important; padding-bottom: 30px !important; }
.pdtb35 { padding-top: 35px !important; padding-bottom: 35px !important; }
.pdtb40 { padding-top: 40px !important; padding-bottom: 40px !important; }
.pdtb45 { padding-top: 45px !important; padding-bottom: 45px !important; }
.pdtb50 { padding-top: 50px !important; padding-bottom: 50px !important; }
.pdtb55 { padding-top: 55px !important; padding-bottom: 55px !important; }
.pdtb60 { padding-top: 60px !important; padding-bottom: 60px !important; }

/* Padding (right + left) = pdrl */
.pdrl5 { padding-right: 5px !important; padding-left: 5px !important; }
.pdrl10 { padding-right: 10px !important; padding-left: 10px !important; }
.pdrl15 { padding-right: 15px !important; padding-left: 15px !important; }
.pdrl20 { padding-right: 20px !important; padding-left: 20px !important; }
.pdrl25 { padding-right: 25px !important; padding-left: 25px !important; }
.pdrl30 { padding-right: 30px !important; padding-left: 30px !important; }
.pdrl35 { padding-right: 35px !important; padding-left: 35px !important; }
.pdrl40 { padding-right: 40px !important; padding-left: 40px !important; }
.pdrl45 { padding-right: 45px !important; padding-left: 45px !important; }
.pdrl50 { padding-right: 50px !important; padding-left: 50px !important; }
.pdrl55 { padding-right: 55px !important; padding-left: 55px !important; }
.pdrl60 { padding-right: 60px !important; padding-left: 60px !important; }

/* Padding (top) = pdt */
.pdt5 { padding-top: 5px !important; }
.pdt10 { padding-top: 10px !important; }
.pdt15 { padding-top: 15px !important; }
.pdt20 { padding-top: 20px !important; }
.pdt25 { padding-top: 25px !important; }
.pdt30 { padding-top: 30px !important; }
.pdt35 { padding-top: 35px !important; }
.pdt40 { padding-top: 40px !important; }
.pdt45 { padding-top: 45px !important; }
.pdt50 { padding-top: 50px !important; }
.pdt55 { padding-top: 55px !important; }
.pdt60 { padding-top: 60px !important; }

/* Padding (right) = pdr */
.pdr5 { padding-right: 5px !important; }
.pdr10 { padding-right: 10px !important; }
.pdr15 { padding-right: 15px !important; }
.pdr20 { padding-right: 20px !important; }
.pdr25 { padding-right: 25px !important; }
.pdr30 { padding-right: 30px !important; }
.pdr35 { padding-right: 35px !important; }
.pdr40 { padding-right: 40px !important; }
.pdr45 { padding-right: 45px !important; }
.pdr50 { padding-right: 50px !important; }
.pdr55 { padding-right: 55px !important; }
.pdr60 { padding-right: 60px !important; }

/* Padding (bottom) = pdb */
.pdb5 { padding-bottom: 5px !important; }
.pdb10 { padding-bottom: 10px !important; }
.pdb15 { padding-bottom: 15px !important; }
.pdb20 { padding-bottom: 20px !important; }
.pdb25 { padding-bottom: 25px !important; }
.pdb30 { padding-bottom: 30px !important; }
.pdb35 { padding-bottom: 35px !important; }
.pdb40 { padding-bottom: 40px !important; }
.pdb45 { padding-bottom: 45px !important; }
.pdb50 { padding-bottom: 50px !important; }
.pdb55 { padding-bottom: 55px !important; }
.pdb60 { padding-bottom: 60px !important; }

/* Padding (left) = pdl */
.pdl5 { padding-left: 5px !important; }
.pdl10 { padding-left: 10px !important; }
.pdl15 { padding-left: 15px !important; }
.pdl20 { padding-left: 20px !important; }
.pdl25 { padding-left: 25px !important; }
.pdl30 { padding-left: 30px !important; }
.pdl35 { padding-left: 35px !important; }
.pdl40 { padding-left: 40px !important; }
.pdl45 { padding-left: 45px !important; }
.pdl50 { padding-left: 50px !important; }
.pdl55 { padding-left: 55px !important; }
.pdl60 { padding-left: 60px !important; }

 /*-------------------------------------
	Margin = mg
---------------------------------------*/
/* Margin (top + right + bottom + left) = mg */
.mg2 { margin: 2px !important; }
.mg5 { margin: 5px !important; }
.mg8 { margin: 8px !important; }
.mg10 { margin: 10px !important; }
.mg15 { margin: 15px !important; }
.mg20 { margin: 20px !important; }
.mg25 { margin: 25px !important; }
.mg30 { margin: 30px !important; }
.mg35 { margin: 35px !important; }
.mg40 { margin: 40px !important; }
.mg45 { margin: 45px !important; }
.mg50 { margin: 50px !important; }
.mg55 { margin: 55px !important; }
.mg60 { margin: 60px !important; }

/* Margin (top + bottom) = mgtb */
.mgtb5 { margin-top: 5px !important; margin-bottom: 5px !important; }
.mgtb10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.mgtb15 { margin-top: 15px !important; margin-bottom: 15px !important; }
.mgtb20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.mgtb25 { margin-top: 25px !important; margin-bottom: 25px !important; }
.mgtb30 { margin-top: 30px !important; margin-bottom: 30px !important; }
.mgtb35 { margin-top: 35px !important; margin-bottom: 35px !important; }
.mgtb40 { margin-top: 40px !important; margin-bottom: 40px !important; }
.mgtb45 { margin-top: 45px !important; margin-bottom: 45px !important; }
.mgtb50 { margin-top: 50px !important; margin-bottom: 50px !important; }
.mgtb55 { margin-top: 55px !important; margin-bottom: 55px !important; }
.mgtb60 { margin-top: 60px !important; margin-bottom: 60px !important; }

/* Margin (right + left) = mgrl */
.mgrl5 { margin-right: 5px !important; margin-left: 5px !important; }
.mgrl10 { margin-right: 10px !important; margin-left: 10px !important; }
.mgrl15 { margin-right: 15px !important; margin-left: 15px !important; }
.mgrl20 { margin-right: 20px !important; margin-left: 20px !important; }
.mgrl25 { margin-right: 25px !important; margin-left: 25px !important; }
.mgrl30 { margin-right: 30px !important; margin-left: 30px !important; }
.mgrl35 { margin-right: 35px !important; margin-left: 35px !important; }
.mgrl40 { margin-right: 40px !important; margin-left: 40px !important; }
.mgrl45 { margin-right: 45px !important; margin-left: 45px !important; }
.mgrl50 { margin-right: 50px !important; margin-left: 50px !important; }
.mgrl55 { margin-right: 55px !important; margin-left: 55px !important; }
.mgrl60 { margin-right: 60px !important; margin-left: 60px !important; }

/* Margin (top) = mgt */
.mgt5 { margin-top: 5px !important; }
.mgt10 { margin-top: 10px !important; }
.mgt15 { margin-top: 15px !important; }
.mgt20 { margin-top: 20px !important; }
.mgt25 { margin-top: 25px !important; }
.mgt30 { margin-top: 30px !important; }
.mgt35 { margin-top: 35px !important; }
.mgt40 { margin-top: 40px !important; }
.mgt45 { margin-top: 45px !important; }
.mgt50 { margin-top: 50px !important; }
.mgt55 { margin-top: 55px !important; }
.mgt60 { margin-top: 60px !important; }

/* Margin (right) = mgr */
.mgr5 { margin-right: 5px !important; }
.mgr10 { margin-right: 10px !important; }
.mgr15 { margin-right: 15px !important; }
.mgr20 { margin-right: 20px !important; }
.mgr25 { margin-right: 25px !important; }
.mgr30 { margin-right: 30px !important; }
.mgr35 { margin-right: 35px !important; }
.mgr40 { margin-right: 40px !important; }
.mgr45 { margin-right: 45px !important; }
.mgr50 { margin-right: 50px !important; }
.mgr55 { margin-right: 55px !important; }
.mgr60 { margin-right: 60px !important; }

/* Margin (bottom) = mgb */
.mgb5 { margin-bottom: 5px !important; }
.mgb10 { margin-bottom: 10px !important; }
.mgb15 { margin-bottom: 15px !important; }
.mgb20 { margin-bottom: 20px !important; }
.mgb25 { margin-bottom: 25px !important; }
.mgb30 { margin-bottom: 30px !important; }
.mgb35 { margin-bottom: 35px !important; }
.mgb40 { margin-bottom: 40px !important; }
.mgb45 { margin-bottom: 45px !important; }
.mgb50 { margin-bottom: 50px !important; }
.mgb55 { margin-bottom: 55px !important; }
.mgb60 { margin-bottom: 60px !important; }
.mgb70 { margin-bottom: 70px !important; }
.mgb80 { margin-bottom: 80px !important; }
.mgb90 { margin-bottom: 90px !important; }

/* Margin (left) = mgl */
.mgl5 { margin-left: 5px !important; }
.mgl10 { margin-left: 10px !important; }
.mgl15 { margin-left: 15px !important; }
.mgl20 { margin-left: 20px !important; }
.mgl25 { margin-left: 25px !important; }
.mgl30 { margin-left: 30px !important; }
.mgl35 { margin-left: 35px !important; }
.mgl40 { margin-left: 40px !important; }
.mgl45 { margin-left: 45px !important; }
.mgl50 { margin-left: 50px !important; }
.mgl55 { margin-left: 55px !important; }
.mgl60 { margin-left: 60px !important; }


/* Column */
.u_bg-blue { background-color: #00468c; }

/* Column */
.u_column-2 { width: 50%; }
.u_column-3 { width: 33.333%; }
.u_column-4 { width: 25%; }

/* Helper */
.u_mg0 { margin: 0 !important; }
.u_mt0 { margin-top: 0 !important; }
.u_mt20 { margin-top: 20px !important; }
.u_mt40 { margin-top: 40px !important; }
.u_mt60 { margin-top: 60px !important; }
.u_mb0 { margin-bottom: 0 !important; }
.u_mb20 { margin-bottom: 20px !important; }
.u_mb40 { margin-bottom: 40px !important; }
.u_mb60 { margin-bottom: 60px !important; }
.u_mla { margin-left: auto !important; }
.u_ml0 { margin-left: 0 !important; }
.u_ml20 { margin-left: 20px !important; }
.u_ml40 { margin-left: 40px !important; }
.u_ml60 { margin-left: 60px !important; }
.u_mra { margin-right: auto !important; }
.u_mr0 { margin-right: 0 !important; }
.u_mr20 { margin-right: 20px !important; }
.u_mr40 { margin-right: 40px !important; }
.u_mr60 { margin-right: 60px !important; }


/*---------------------------------------------------------------------
	fullSlideShow
---------------------------------------------------------------------*/
.fullSlideShow {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.fullSlideShow ul {
  top: 50%;
  left: 50%;
  width: 100%;
  position: fixed;
  overflow: hidden;
  background-color: #000020;
}
.fullSlideShow ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.fullSlideShow ul {
  display: inline-block;
  overflow: hidden;
}
.fullSlideShow ul li {
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  position: absolute;
  filter: blur(12px);
  -webkit-filter: blur(12px);
  opacity: 0;
}
.fullSlideShow ul .mainActive {
  /*animation: 4s ease-out a;
  -webkit-animation: 4s ease-out a;*/
  filter: blur(0px);
  -webkit-filter: blur(0px);
  opacity: 1;
}
.fullSlideShow ul li img {
  width: 100%;
}
@keyframes a {
  0% { filter:blur(12px); }
  to { filter:blur(0px); }
}
@-webkit-keyframes a {
  0% { -webkit-filter:blur(12px); }
  to { -webkit-filter:blur(0px); }
}
.pagiNation {
  bottom: 75px;
  right: 5px;
  width: 100%;
  height: 15px;
  text-align: right;
  position: fixed;
  z-index: 1;
  visibility: visible;
}
.pagiNation a {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  display: inline-block;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
}
.pagiNation a.pnActive {
  filter: alpha(opacity=100)!important;
  -moz-opacity: 1!important;
  opacity: 1!important;
}

/*---------------------------------------------------------------------
	header
---------------------------------------------------------------------*/
/* header */
.l_header {
	position: fixed;
	z-index: 30;
	top: 0;
	left: 0;
	width: 130px;
	height: 100vh;
	padding-bottom: 60px;
	background-color: #000;
}

/*---------------------------------------------------------------------
	gnavi
---------------------------------------------------------------------*/
.l_gnav {
	width: 130px;
	height: 100%;
	background-color: #000;
}
.l_gnav > ul > li {
	font-size: 11px;
	line-height: 1.5;
	display: table;
	width: 100%;
	color: #fff;
	border-bottom: 1px solid #555;
}
.l_gnav > ul > li > a {
	position: relative;
	z-index: 2;
	display: table-cell;
	overflow: hidden;
	padding: 5px 5px 7px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
}
.l_gnav > ul > li > a.home-nav {
	line-height: 1;
	padding: 3px 5px 0;
}
.l_gnav > ul > li > a.text-nav {
	padding: 10px 5px 8px;
}
.l_gnav > ul > li > a::before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 100%;
	width: 150px;
	height: 100%;
	content: '';
	transition: .5s;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	background-color: #008bd6;
}
.l_gnav > ul > li:hover > a::before, .l_gnav > ul > li > a.is_current::before {
	right: 0;
}
.l_gnav > ul > li > a > span {
	display: block;
	margin: 4px auto 7px;
}
.l_gnav > ul > li:nth-last-child(2), .l_gnav > ul > li:nth-last-child(3) {
	font-size: 10px;
	float: left;
	width: 50%;
}
.l_gnav > ul > li:nth-last-child(2) {
	border-left: 1px solid #555;
}
.l_gnav > ul > li:nth-last-child(2) > a, .l_gnav > ul > li:nth-last-child(3) > a {
	height: 62px;
	padding: 10px 0 0;
}
.l_gnav > ul > li .small-font {
	line-height: 1;
	-webkit-transform: scale(.8);
	transform: scale(.8);
}
.l_gnav-lv2 {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 130px;
	width: 560px;
	height: 92px;
	padding-bottom: 60px;
	transition: .5s;
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}
.l_gnav-lv2.is_show {
	height: 100vh;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	background-color: rgba(19, 19, 19, .8);
}
.l_gnav-lv2 ul {
	overflow: hidden;
	width: 100%;
}
.l_gnav-lv2 ul li {
	font-size: 13px;
	position: relative;
	display: table;
	float: left;
	width: 50%;
	transition: .5s;
	opacity: 0;
}
.l_gnav-lv2.is_show ul li {
	opacity: 1;
}
.l_gnav-lv2__title {
	font-size: 15px;
	display: table;
	width: 100%;
	border-bottom: 3px solid #008bd6;
	background-color: #111;
}
.l_gnav-lv2__title > a {
	font-size: 20px;
	display: table-cell;
	padding: 32px 28px 27px;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	background: url('/img/common/icon_arrow-blue.png') 95% center no-repeat;
}
.l_gnav-lv2__title > a:hover {
	text-decoration: underline;
}
.l_gnav-lv2 ul li > a {
	display: table-cell;
	width: 100%;
	padding: 26px 30px 23px 60px;
	vertical-align: middle;
	color: #fff;
	background-repeat: no-repeat;
	background-position: 24px center;
}
.l_gnav-lv2 ul li > a:hover {
	text-decoration: none;
	background-color: rgba(0, 129, 214, .7);
}
.l_gnav-lv2 ul li.hours > a { background-image: url(/img/common/icon_small-hours.png);}
.l_gnav-lv2 ul li.hours > a:hover {background-image: url(/img/common/icon_small-hours_on.png);}
.l_gnav-lv2 ul li.access > a {background-image: url(/img/common/icon_small-access.png);}
.l_gnav-lv2 ul li.access > a:hover {background-image: url(/img/common/icon_small-access_on.png);}
.l_gnav-lv2 ul li.restrant > a {background-image: url(/img/common/icon_small-restrant.png);}
.l_gnav-lv2 ul li.restrant > a:hover {background-image: url(/img/common/icon_small-restrant_on.png);}
.l_gnav-lv2 ul li.floormap > a {background-image: url(/img/common/icon_small-floormap.png);}
.l_gnav-lv2 ul li.floormap > a:hover {background-image: url(/img/common/icon_small-floormap_on.png);}
.l_gnav-lv2 ul li.guide > a {background-image: url(/img/common/icon_small-guide.png);}
.l_gnav-lv2 ul li.guide > a:hover {background-image: url(/img/common/icon_small-guide_on.png);}
.l_gnav-lv2 ul li.attention > a {background-image: url(/img/common/icon_small-attention.png);}
.l_gnav-lv2 ul li.attention > a:hover {background-image: url(/img/common/icon_small-attention_on.png);}
.l_gnav-lv2 ul li.barrier-free > a {background-image: url(/img/common/icon_small-barrier-free.png);}
.l_gnav-lv2 ul li.barrier-free > a:hover {background-image: url(/img/common/icon_small-barrier-free_on.png);}
.l_gnav-lv2 ul li.support > a {background-image: url(/img/common/icon_small-support.png);}
.l_gnav-lv2 ul li.support > a:hover {background-image: url(/img/common/icon_small-support_on.png);}
.l_gnav-lv2 ul li.infant-care > a {background-image: url(/img/common/icon_small-infant-care.png);}
.l_gnav-lv2 ul li.infant-care > a:hover {background-image: url(/img/common/icon_small-infant-care_on.png);}
.l_gnav-lv2 ul li.expected > a {background-image: url(/img/common/icon_small-expected.png);}
.l_gnav-lv2 ul li.expected > a:hover {background-image: url(/img/common/icon_small-expected_on.png);}
.l_gnav-lv2 ul li.faq > a {background-image: url(/img/common/icon_small-faq.png);}
.l_gnav-lv2 ul li.faq > a:hover {background-image: url(/img/common/icon_small-faq_on.png);}
.l_gnav-lv2 ul li.voice > a {background-image: url(/img/common/icon_small-voice.png);}
.l_gnav-lv2 ul li.voice > a:hover {background-image: url(/img/common/icon_small-voice_on.png);}
.l_gnav-lv2 ul li.passport > a {background-image: url(/img/common/icon_small-passport.png);}
.l_gnav-lv2 ul li.passport > a:hover {background-image: url(/img/common/icon_small-passport_on.png);}
.l_gnav-lv2 ul li.recommendation > a {background-image: url(/img/common/icon_small-recommendation.png);}
.l_gnav-lv2 ul li.recommendation > a:hover {background-image: url(/img/common/icon_small-recommendation_on.png);}
.l_gnav-lv2 ul li.download > a {background-image: url(/img/common/icon_small-download.png);}
.l_gnav-lv2 ul li.download > a:hover {background-image: url(/img/common/icon_small-download_on.png);}

.l_gnav-lv2--02 {
	width: 330px;
}
.l_gnav-lv2--02 ul {
	overflow: inherit;
}
.l_gnav-lv2--02 ul li {
	position: relative;
	z-index: 1;
	float: none;
	width: 100%;
}
.l_gnav-lv2--02 ul li a {
	padding-left: 30px;
}
.l_gnav-lv2--02 ul li > ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: auto;
	transition: .5s;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	opacity: 0;
	background-color: rgba(0, 80, 123, .7);
}
.l_gnav-lv2--02 ul li:hover > ul {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.l_gnav-lv2--02 ul li > ul > li {
	font-size: 13px;
}
.l_gnav-lv2--02 ul li > ul > li > a {
	display: block;
	min-width: 280px;
	padding: 26px 30px 23px;
	color: #fff;
}
.l_gnav-lv2--02 ul li > ul > li > a:hover {
	text-decoration: none;
	background-color: rgba(0, 129, 214, .7);
}

/*---------------------------------------------------------------------
	TOPPAGE
---------------------------------------------------------------------*/
/* mainVisual slide */
.l_main-visual {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	/*background-color: #000020;*/
}
.l_main-visual > img, .l_main-visual > video {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
}
.l_main-visual > img {
	background-size: 100%;
}
img.sp-image {
	width: 100% !important;
	margin: 0 !important;
}
#main_slide .sp-buttons {
    width: auto;
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: 30;
}
#main_slide .sp-button {
	border: 2px solid #fff;
}
#main_slide .sp-selected-button {
	background-color: #fff;
}

/* top_info */
.top_info {
	z-index: 30;
	position: absolute;
	top: 0;
	right: 20px;
	width: 410px;
}
.top_info-headline {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 6px 10px 2px;
	color: #fff;
	border-radius: 0 0 6px 6px;
	background-color: #222;
}
.top_visitors {
	float: left;
	border-right: 1px solid #555;
    padding-right: 10px;
    margin-right: 10px;
}
.top_visitors dl {
	display: table;
	line-height: 1.15;
}
.top_visitors dl dt {
	color: #fff;
	font-size: 13px;
	display: table-cell;
	vertical-align: middle;
}
.top_visitors dl dd {
	font-size: 20px;
	color: #72B8FF;
	padding-left: 7px;
	display: table-cell;
	vertical-align: middle;
}
.top_visitors dl dd span {
	font-size: 28px;
}
.top_visitors dl dd.crowded { color: #FF8000; }
.top_visitors dl dd.full { color: #D6001F; }

.top_visitors p {
	font-size: 11px;
	color: #AAAAAA;
}
.top_info-time {
	float: left;
	/*width: 220px;*/
	/*max-width: 245px;*/
}
.top_info-time > .title {
	margin-top: 5px;
	padding-left: 27px;
	background: url(/img/common/icon_time.png) left 1px no-repeat;
}
.top_info-time > .text {
	font-size: 13px;
	/*text-decoration: underline;*/
	color: #72b8ff;
	margin-top: 1px;
}
.top_info-link {
    font-size: 0;
    /* float: right; */
    /* width: 145px; */
    border-top: 1px solid #555;
    margin-top: 7px;
    padding-top: 7px;
    text-align: center;
    padding-bottom: 7px;
}
.top_info-link > li {
	/* font-size: 10px; */
	font-size: 12px;
	display: inline-block;
	/*margin-left: 10px;*/
	text-align: center;
	width: 25%;
}
/*.top_info-link > li:first-child {
	margin-left: 0;
}*/
.top_info-link > li + li {
    border-left: 1px dotted #555;
}
.top_info-link > li > a {
	color: #fff;
	display: block;
}
.top_info-link > li > a > .image {
	margin-bottom: 3px;
	vertical-align: top;
}
.top_info-topics {
	transition: all .4s;
	-webkit-transform: scale(1) translateX(0);
	transform: scale(1) translateX(0);
	opacity: 1;
	color: #fff;
	border-radius: 6px;
	background-color: rgba(0, 0, 0, .6);
}
.top_info-topics.is_hide {
	-webkit-transform: scale(0) translateX(-195px);
	transform: scale(0) translateX(-195px);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	opacity: 0;
	height: 60px;
}
.top_info-topics__list {
	max-height: 350px;
	padding: 7px 3px 7px 0;
	overflow: hidden;
}
.top_info-topics__list li {
	transition: background .5s;
}
.top_info-topics__list li + li {
	border-top: 1px solid #416180;
}
.top_info-topics__list li:hover {
	background-color: rgba(0, 0, 0, .6);
}
.top_info-topics__list li > a {
	color: #fff;
}
.top_info-item {
	overflow: hidden;
	padding: 14px;
}
.top_info-item__image {
	float: right;
	width: 100px;
	margin-left: 10px;
}
.top_info-item__image > img {
	vertical-align: top;
}
.top_info-item__body {
	overflow: hidden;
}
/*.top_info-item__body {
	float: right;
	width: 262px;
}*/

.top_info-item__body > .date {
	font-size: 12px;
	color: #AAAAAA;
}
.top_info-item__body > .text {
	font-size: 12px;
	color: #AAAAAA;
}
.top_info-item__body > .title {
	font-size: 16px;
}
a:hover .top_info-item__body > .title {
	text-decoration: underline;
}
.top_info-topics__bottom {
	overflow: hidden;
	padding: 1px 11px 0;
	border-radius: 0 0 6px 6px;
	background-color: #222;
}
.top_info-topics__bottom > .close {
	float: right;
	font-size: 20px;
	cursor: pointer;
}
.top_info-topics__bottom > .close:hover {
	transition: opacity .8s;
	opacity: .6;
}
.top_info-topics__bottom > .more {
	font-size: 14px;
	float: left;
	margin-top: 6px;
	padding-right: 18px;
	color: #fff;
	background: url(/img/common/icon_arrow-01.png) right 5px no-repeat;
}
.top_topics-open {
	position: absolute;
	z-index: 30;
	top: 136px;
	right: 20px;
	display: none;
	transition: .2s;
}
.top_topics-open:hover {
	right: 30px;
	cursor: pointer;
	opacity: .8;
}



/* top_bnr */
#top_bnr {
    position: fixed;
    left: 130px;
    bottom: 70px;
    margin-right: 450px;
	/*margin-right: 20px;*/
	z-index: 29;
}
#top_bnr .inner {
    background-color: rgba(0,0,0,.5);
    padding: 15px 37px 5px 15px;
    border-radius: 0 4px 4px 0;
    position: relative;
	opacity: 0;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	transform: scale(0) translateX(-100%);
	-webkit-transform: scale(0) translateX(-100%);
	transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
}
#top_bnr.show .inner {
	opacity: 1;
	transform: scale(1) translateX(0);
	-webkit-transform: scale(1) translateX(0);
}
#top_bnr ul { font-size: 0; }
#top_bnr ul > li {
    display: inline-block;
    width: 130px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: top;
}
#top_bnr .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    background-color: rgba(0,0,0,.8);
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    height: 100%;
}
#top_bnr .close:hover {
	background-color: rgba(0,139,214,9);
	
}
#top_bnr .close::before,
#top_bnr .close::after {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 40%;
    margin-left: -20%;
    margin-top: -1px;
}
#top_bnr .close::before { transform: rotate(-45deg); }
#top_bnr .close::after { transform: rotate(-135deg); }

#top_bnr .open {
    position: absolute;
    left: 15px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    border-radius: 50%;
    transition: .3s;
    -webkit-transition: .3s;
    cursor: pointer;
	
	-webkit-animation-name:pukapuka;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:pukapuka;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}
#top_bnr.show .open { display: none; } 
#top_bnr .open:hover {
	background-color: rgba(0,139,214,9);
}
#top_bnr .open::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    margin-left: -7px;
    margin-top: -5px;
    transition: .3s;
    -webkit-transition: .3s;
}

@-webkit-keyframes pukapuka {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(2px, -5px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes pukapuka {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(2px, -5px);}
	100% {-moz-transform:translate(0, 0);}
}

/*===================================================================
 Layout
===================================================================*/

/* main */
.l_main {
	position: relative;
	padding: 0 0 60px 130px;
}

/* box */
.l_language-box {
	display: table;
	width: 580px;
	height: 580px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, .5);
}
.l_language-box-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.l_language-list {
	width: 160px;
	margin: 0 auto;
}
.l_language-list > li {
	font-size: 22px;
	line-height: 4;
	color: #fff;
}
.l_language-list > li > a {
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.l_language-list > li > a:hover::after, .l_language-list > li > a.is_current::after {
	position: absolute;
	bottom: 18px;
	left: 50%;
	display: block;
	width: 160px;
	height: 2px;
	margin: 0 auto 0 -80px;
	content: '';
	background-color: #008bd6;
}
.l_search-box {
	display: table;
	width: 500px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, .5);
}
.l_search-box-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.l_search-bar {
	font-size: 14px;
	line-height: 36px;
	display: inline-block;
	width: 340px;
	height: 36px;
	padding: 0 6px;
	background-color: #fff;
}
.l_search-btn {
	width: 64px;
	height: 36px;
	cursor: pointer;
	vertical-align: top;
	border-radius: 2px;
	background: url('/img/common/icon_search-btn.png') center no-repeat;
	background-color: #008bd6;
}
.l_search-btn:hover {
	opacity: .8;
}

.wrap_alert-box {
    width: 52%;
    max-width: 580px;
    margin: 0 20px;
}
.l_alert-box {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding: 16px;
	border-radius: 6px;
	z-index: 20;
	position: relative;
	background-color: rgba(217, 0, 0, .7);
}
.l_alert-box-inner {
	padding: 20px 30px;
	/*安次富修正
	padding: 10px 10px 15px;*/
	background-color: #fff;
}
.l_alert-heading {
	display: table;
	margin-bottom: 3px;
	padding-left: 45px;
	background: url('/img/common/icon_exclamation.png') left 3px no-repeat;
	background-size: 36px;
}
.l_alert-heading__title,
.l_alert-heading__data {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
}
.l_alert-heading__data {
	font-size: 12px;
}
.l_alert-heading__title {
	font-size: 24px;
	padding-right: 20px;
	color: #d90000;
}
.l_alert-box .link_list {
    position: absolute;
    right: 57px;
    top: 40px;
}
.l_alert-box .link_list a {
    color: #000;
    font-size: 14px;
    position: relative;
}
.l_alert-box .link_list a::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #FF0000;
    border-bottom: 2px solid #FF0000;
    transform: rotate(-45deg);
    top: 6px;
    right: -15px;
}
.l_alert-box dl + dl {
    border-top: 1px dotted #D90000;
    padding-top: 10px;
    margin-top: 10px;
}
.l_alert-box dt {
    font-weight: normal;
    font-size: 13px;
}
.l_alert-box dd a {
	color: #000;
	display: block;
	font-weight: bold;
}

.l_alert-box_02 {
	float: left;
	width: 100%;
    margin-top: 20px;
    padding: 16px;
    border-radius: 6px;
	position: relative;
    background-color: rgba(0, 89, 178, .7);
    z-index: 20;
}
.l_alert-box_02 .inner {
    padding: 20px 30px;
    background-color: #fff;
}

/* modal */
.js_modal-open {
	cursor: pointer;
}
.js_modal-content {
	position: fixed;
	z-index: 10001;
	display: none;
	margin: 0;
}
#modal-overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, .65);
}

/* Second */
.l_main-headline {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.l_main-headline-02 {
	padding: 50px 40px;
	text-align: center;
}
.l_main-headline-02 > .title {
	font-size: 30px;
	margin-bottom: 28px;
	padding-bottom: 37px;
	border-bottom: 1px solid #c8c8c8;
}
.l_main-headline-02 > .text {
	font-size: 22px;
	color: #008bd6;
}
.l_breadcrumbs {
	width: 100%;
	height: 37px;
	line-height: 37px;
	/* padding-top: 3px; */
	padding-left: 130px;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
}
.l_breadcrumbs a {
	color: #fff;
}
.l_breadcrumbs > ul > li {
	font-size: 12px;
	display: inline-block;
}
.l_breadcrumbs > ul > li:before {
	display: inline-block;
	width: 4px;
	height: 7px;
	margin: 0 10px;
	content: '';
	background: url('/img/common/icon_arrow-02.png') left center no-repeat;
}
.l_scroll-induction {
	position: fixed;
	z-index: 2;
	bottom: 60px;
	left: 0;
	display: block;
	width: 100%;
	min-width: 850px;
	height: 80px;
	padding-top: 19px;
	transition: all .8s;
	text-align: center;
	opacity: 1;
	background-color: rgba(255, 255, 255, .9);
}
.l_scroll-induction.is_hide {
	margin-bottom: -80px;
	opacity: 0;
}
.l_scroll-induction-icon {
	position: absolute;
	left: 50%;
	width: 28px;
	height: 41px;
	margin-left: 50px;
}
.l_scroll-induction-icon::before {
	position: absolute;
	bottom: 26px;
	left: 50%;
	display: block;
	width: 12px;
	height: 8px;
	margin-left: -6px;
	content: '';
	-webkit-animation: sdb 1.25s infinite;
	animation: sdb 1.25s infinite;
	background: url('/img/common/icon_scroll-arrow.png') no-repeat;
}
.l_main--pdt {
	padding-top: 140vh;
}
.l_main--pdt02 {
	padding-top: 160px;
}
/* .l_main--pdt02 {
	padding-top: 106px;
} */

.l_main-body {
	min-width: 850px;
	max-width: 1280px;
	margin: 0 auto;
	background-color: #fff;
}
.l_main-title {
	font-size: 32px;
	padding: 13px 44px 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, .8);
}
.l_main-title.type_02 {
	background-color: rgba(0,128,196,0.8);
}
.l_main-title.type_03 {
	padding: 55px 44px 52px 157px;
	background: rgba(0,128,196,0.8) url(/userfiles/images/guide/bg_main-title.png) no-repeat right top;
	background-size: auto 100%;
}

.l_main-title--outer {
	padding-left: 157px;
}
.l_main-title--blue {
	background-color: #0080c4;
}

.l_section--pdt {
	padding-top: 90px;
}
.l_section-inner {
	min-width: 850px;
	max-width: 1280px;
	margin: 0 auto;
}
.l_container {
	padding: 60px 40px;
}
.l_container-02 {
	padding: 40px 40px 60px;
}
.l_container--pdt75 {
	padding-top: 75px;
}
.l_heading-01 {
	font-size: 36px;
	line-height: 1.3;
	margin-bottom: 18px;
}
.l_heading-01 > .small {
	font-size: 23px;
}
.l_heading-01--nm {
	margin-top: -50px;
}
.l_heading-02 {
	font-size: 22px;
	margin-bottom: 17px;
	color: #195eb9;
}
.l_lead-01 {
	font-weight: bold;
	margin-bottom: 9px;
}
.l_media:after {
	font-size: .01em;
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	height: 0;
	content: '.';
}
.l_media__body, .l_media__image, .l_media__data {
	width: 50%;
}
.l_media__body {
	float: left;
}
.l_media__image, .l_media__data {
	float: right;
	padding-left: 40px;
}
.l_media--rev > .l_media__body {
	float: right;
}
.l_media--rev > .l_media__image, .l_media--rev > .l_media__data {
	float: left;
	padding: 0 40px 0 0;
}
.l_bnr-list > ul {
	overflow: hidden;
	margin: 0 0 -40px -40px;
}
.l_bnr-list > ul > li {
	float: left;
	margin-bottom: 40px;
	padding-left: 40px;
}
.l_bnr-list > ul > li img {
	vertical-align: top;
}
.l_bnr-list--01 > ul > li {
	width: 100%;
}
.l_bnr-list--02 > ul > li {
	width: 50%;
}
.l_bnr-list--03 > ul > li {
	width: 33.33333%;
}
.l_bnr-list--04 > ul > li {
	width: 25%;
}
.l_bnr-list--05 > ul > li {
	width: 20%;
}
.l_bnr-list--06 > ul > li {
	width: 16.66666%;
}
.l_bnr-list--07 > ul > li {
	width: 14.28571%;
}
.l_bnr-list--08 > ul > li {
	width: 12.5%;
}
.l_bnr-item {
	height: 100%;
}
.l_bnr-item > a:hover > img {
	transition: .8s;
	opacity: .7;
}
.l_thumb-link-wrap:hover {
	text-decoration: none;
}
.l_thumb-link {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 210px;
	padding: 30px 8px;
	transition: all .8s;
	text-align: center;
	background-color: #e9f5fc;
}
.l_thumb-link > .image {
	margin-bottom: 17px;
}
.l_thumb-link > .title {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #00468c;
}
.l_thumb-link > .text {
	font-size: 13px;
}
.l_thumb-link > .image > img:nth-child(1) {
	display: inline-block;
}
.l_thumb-link > .image > img:nth-child(2) {
	display: none;
}
.l_thumb-link:hover > .image > img:nth-child(1) {
	display: none;
}
.l_thumb-link:hover > .image > img:nth-child(2) {
	display: inline-block;
}
.l_thumb-link:hover > .title, .l_thumb-link:hover > .text {
	color: #fff;
}
.l_thumb-link::before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 100%;
	width: 100%;
	height: 100%;
	content: '';
	transition: .3s;
	background-color: #00468c;
}
.l_thumb-link:hover::before {
	right: 0;
}
.js_lazy {
	transition-duration: .8s;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: translateY(50px) scale(.94);
	transform: translateY(50px) scale(.94);
	opacity: 0;
}
.is_lazy {
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	opacity: 1;
}
.l_image-item {
	position: relative;
	overflow: hidden;
	background-color: #333;
}
.l_image-item::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	transition: .3s;
	opacity: 0;
	background: rgba(0, 0, 0, .6);
}
.l_image-item > .image {
	transition: 1s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.l_image-item > .image > img {
	width: 100%;
}
.l_image-item > .title, .l_image-item > .wrap {
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	color: #fff;
}
.l_image-item > .title {
	font-size: 24px;
	bottom: 0;
	padding: 10px 17px 4px;
	background: rgba(0, 0, 0, .8) url(/img/common/icon_arrow-03.png) 96% center no-repeat;
}
.l_image-item > .wrap {
	top: 0;
	display: table;
	height: 387px;
	padding: 5%;
}
.l_image-item > .wrap > .text {
	font-size: 15px;
	line-height: 2;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.l_image-item > .wrap > .text > span {
	display: block;
	padding: 11px 5px 8px;
	transition: .3s;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0;
	border-top: 1px solid rgba(255, 255, 255, .5);
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.l_image-item:hover::before, .l_image-item:hover > .wrap > .text > span {
	opacity: 1;
}
.l_image-item:hover > .image {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.l_image-item:hover > .wrap > .text > span {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.l_image-item--small, .l_image-item--small > .wrap {
	height: 235px;
}
.l_image-item--small > .title {
	font-size: 18px;
	background-size: 6px 10px;
}
.l_image-item--small > .text {
	font-size: 14px;
}
.l_btn-area {
	margin-top: 40px;
	text-align: center;
}
.l_btn-01 {
	font-size: 24px;
	display: inline-block;
	padding: 10px 90px 6px;
	transition: .5s;
	color: #000 !important;
	border: 3px solid #666;
	border-radius: 5px;
	background: #fff url(/img/common/icon_arrow-03-gray.png) 96% center no-repeat;
}
.l_btn-01:hover {
	text-decoration: none;
	color: #fff !important;
	border-color: #fff;
	background-color: #333;
	background-image: url(/img/common/icon_arrow-03.png);
}
.l_border-box {
	display: table;
	min-width: 1000px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 25px;
	border: 5px solid #ddd;
}
.l_border-box__body, .l_border-box__image {
	display: table-cell;
	vertical-align: top;
}
.l_border-box__body {
	padding-right: 40px;
}
.l_border-box__body > .title {
	font-size: 20px;
	margin-bottom: 27px;
	padding: 10px 18px 7px;
	color: #fff;
	background-color: #008bd6;
}
.l_border-box__body > .text {
	margin-bottom: 18px;
}
.l_border-box__image {
	width: 280px;
}
.l_detail-photo {
	margin-bottom: 30px;
}
.l_detail-photo .first {
	margin-bottom: 40px;
}
.l_table {
	width: 100%;
}
.l_table th, .l_table td {
	/* font-size: 14px; */
	padding: 15px;
	border: 1px solid #ddd;
}
.l_table th {
	font-weight: normal;
	color: #fff;
	background-color: #000;
}
.l_annotation {
	font-size: 13px;
	margin-top: 11px;
}
.l_pagenation {
	position: relative;
	display: block;
	width: 100%;
	margin: 80px 0 0;
	padding-bottom: 100px;
	text-align: center;
}
.l_pagenation > .btn {
	line-height: 60px;
	display: inline-block;
	padding: 0 85px;
	text-decoration: none;
	color: #fff;
	background-color: #0080c4;
}
.l_pagenation > .btn.type_02 {
	padding: 0 70px;
	background-color: #0060a4;
}
.l_pagenation > .prev, .l_pagenation > .next {
	position: absolute;
	top: 0;
}
.l_pagenation > .prev {
	left: 0;
}
.l_pagenation > .next {
	right: 0;
}
.l_pagenation > .btn:hover, .l_pagenation > .prev:hover, .l_pagenation > .next:hover {
	opacity: .8;
}

/* lead_text */
.fc_01 { color: #fff; }
.fc_02 { color: #D90000; }
.fc_03 { color: #3366ff; }

.lead_01,
.leada_01 {
	font-size: 125%;
	font-weight: normal;
	margin-bottom: 20px;
}
.lead_02 {
	color: #333333;
	font-size: 187.5%;
	font-weight: normal;
	border-bottom: 2px solid #C8C8C8;
	position: relative;
	margin: 0 auto 30px;
}
* + .lead_02 {
	margin-top: 40px;
}
.lead_02::after {
	content: "";
	width: 12px;
	height: 10px;
	position: absolute;
	left: 30px;
	bottom: -10px;
	background: url(../img/common/bg_lead_02.png) no-repeat 0 0;
}
.lead_txt {
	color: #0059b2;
	font-size: 137.5%;
}
.lead_txt_02 {
	font-size: 120%;
	font-weight: bold;
}
.lead_txt_03 {
	color: #000000;
	font-size: 112.5%;
}
.lead_txt_04 {
	color: #0059B2;
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 10px;
}
.lead_txt_05 {
	color: #008C69;
	font-weight: bold;
	font-size: 113%;
	margin-bottom: 15px;
}
.lead_txt_06 {
	color: #000;
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 15px;
}
.lead_txt_07 {
	color: #0059B2;
	font-size: 125%;
	margin-bottom: 10px;
}
.caution_txt {
	color: #D80000;
}
.caution_txt_02 {
	color: #FF4000;
	font-weight: bold;
}
.lead_03 {
	border-bottom: medium double #c8c8c8;
	color: #333333;
	font-size: 175%;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.lead_04 {
	border-bottom: 1px solid #c8c8c8;
	color: #333333;
	font-size: 163%;
	margin: 30px 0 20px;
	padding-bottom: 10px;
}

/* background-color */
.bg_col_01 { background-color: #F9F9F9; }
.bg_col_02 { background-color: #00698C; }
.bg_col_03 { background-color: #008C69; }
.bg_col_04 { background-color: #FFEAD5; }
.bg_col_05 { background-color: #FFF6ED; }
.bg_col_06 { background-color: #FFFFF5; }
.bg_col_07 { background-color: #EEE; }
.bg_col_08 { background-color: #D4EBF8; }
.bg_col_09 { background-color: #D1DFF1; }
.bg_col_10 { background-color: #D6DCEE; }
.bg_col_11 { background-color: #D5D8E9; }
.bg_col_12 { background-color: #FFCFBF; }
.bg_img_01 { background: url(../image/map_bg01.gif) repeat left top; }
.bg_img_02 { background: url(../image/map_bg02.gif) repeat left top; }
.bg_img_03 { background: url(../image/map_bg03.gif) repeat left top; }
.bg_img_04 { background: url(../image/map_bg04.gif) repeat left top; }
.bg_col_08 a:link,
.bg_col_08 a:link,
.bg_col_08 a:link,
.bg_col_08 a:link {
	color: #000;
}
.bg_img_01 a:link,
.bg_img_02 a:link,
.bg_img_03 a:link,
.bg_img_04 a:link {
	color: #fff;
}

/*list-style*/
.blue_disc {
	list-style: url(../image/disc_blue.png) outside;
	margin-left: 20px;
}
.decimal {
	list-style: decimal outside;
	margin-left: 20px;
	font-size: 87.5%;
}
.decimal li {
	margin-bottom: 30px;
}
.disc {
	list-style: disc outside;
	margin-left: 20px;
}
.disc li {
	margin-bottom: 10px;
}
.decimal02 {
	list-style: decimal outside;
	margin-left: 20px;
}
.caution_area01 .decimal02 li {
    font-size: 14px;
    margin-top: 8px;
}

/*table*/
.t_layout01 table {
	width: 100%;
	margin-bottom: 30px;
}
.t_layout01 th {
	font-size: nomal;
	padding: 15px;
	border: 1px solid #ddd;
	font-weight: normal;
	color: #fff;
	width: 50%;
}
.t_layout01 td {
	font-size: nomal;
	padding: 15px;
	border: 1px solid #ddd;
	vertical-align: top;
}
.t_layout02 table {
	width: 87%;
	float: left;
}
.t_layout02 .fll120 {
	float: right;
	width: 10%;
}
.t_layout02 td {
	color: #007fc4;
	text-align: center;
}

/* listindex */
.list_index_contents {
	float: left;
	width: 48.33%;
	margin: 0 3.33% 20px 0;
}
.list_index_contents:nth-child(2n) {
	margin-right: 0;
}
.list_index_contents .list_index_h a {
	color: #333333;
	text-decoration: none;
	display: block;
	border: 3px solid #DDD;
	padding: 15px;
	transition: .3s;
	-webkit-transition: .3s;
}
.list_index_contents .list_index_h a:hover {
	color: #fff;
	background-color: #008BD6;
}

/* icon */
.icon_01 {
	background: url(../img/icon/icon_01.png) left center no-repeat;
	padding: 5px 0 5px 25px;
}
.icon_02 {
	background: url(../img/icon/icon_02.png) left center no-repeat;
	padding-left: 45px;
}
.icon_03 {
	background: url(../img/icon/icon_03.png) left center no-repeat;
	padding: 5px 0 5px 30px;
}

.activity {
	padding: 35px;
}
.map_contents {
	width: 100% !important;
	height: 620px !important;
}

/*===================================================================
 Object
===================================================================*/

/* Project
---------------------------------------------------- */

/*----------------------
	haisai
-----------------------*/
.l_main-content .haisai_contents {
}
.l_main-content .haisai_contents .img_area {
}
.l_main-content .haisai_contents .txt_area {
	text-align: center;
	margin: 40px 0 100px;
}
.l_main-content .haisai_contents .txt_area dt {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.l_main-content .haisai_contents_bottom .txt_bg_blue {
	padding: 30px 20px;
	background: #EEF7FC;
}

.haisai_contents .churaumi_scene01 { background: url("/userfiles/images/haisai/image_scene01.jpg") no-repeat; } 
.haisai_contents .churaumi_scene02 { background: url("/userfiles/images/haisai/image_scene02.jpg") no-repeat; }
.haisai_contents .churaumi_scene03 { background: url("/userfiles/images/haisai/image_scene03.jpg") no-repeat; }
.haisai_contents .churaumi_scene04 { background: url("/userfiles/images/haisai/image_scene04.jpg") no-repeat; }
.haisai_contents .churaumi_scene05 { background: url("/userfiles/images/haisai/image_scene05.jpg") no-repeat; }
.haisai_contents_bottom .churaumi_scene06 { background: url("/userfiles/images/haisai/image_scene06.jpg") no-repeat; }
.haisai_contents_bottom .churaumi_scene07 { background: url("/userfiles/images/haisai/image_scene07.jpg") no-repeat; }

.haisai_contents .churaumi_scene01,
.haisai_contents .churaumi_scene02,
.haisai_contents .churaumi_scene03,
.haisai_contents .churaumi_scene04,
.haisai_contents .churaumi_scene05 {
	padding: 125px 0 146px;
}

.haisai_contents_bottom .churaumi_scene06,
.haisai_contents_bottom .churaumi_scene07 {
	padding-top: 165px;
}

.churaumi_scene01 .ttl,
.churaumi_scene02 .ttl,
.churaumi_scene03 .ttl,
.churaumi_scene04 .ttl,
.churaumi_scene05 .ttl {
	background: url("/userfiles/images/haisai/bg_haisai_contents_01_ttl.png") no-repeat center center;
}

.haisai_contents_bottom .churaumi_scene06 .ttl {
	background: url("/userfiles/images/haisai/bg_haisai_contents_02_ttl.png") no-repeat center center;
	margin-bottom: 173px;
}
.haisai_contents_bottom .churaumi_scene07 .ttl {
	background: url("/userfiles/images/haisai/bg_haisai_contents_02_ttl.png") no-repeat center center;
	margin-bottom: 138px;
}

.img_area .ttl,
.haisai_contents_bottom .ttl {
	color: #fff;
	display: block;
	font-size: 137.5%;
	text-align: center;
	padding: 7px 0;
}

/*----------------------
	guide
-----------------------*/


/*----------------------
	area_guide
-----------------------*/
.ttl_map {
	position: relative;
}
.ttl_map .map_link {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding-left: 35px;
	background: url(/img/common/bg_map_link.png) no-repeat 0 0;
	background-size: cover;
}
.ttl_map .map_link a {
	display: block;
	text-decoration: none;
	color: #000;
	height: 100%;
	padding: 25px 20px 25px 47px;
	background: url(/img/common/icon_map_link.png) no-repeat 10px center;
}
.ttl_map .map_link a:hover {
	color: #0080C4;
}
.guide_section-bg .section_ttl {
	color: #fff;
	padding: 60px;
}
.guide_section-bg .section_ttl .ttl {
	font-size: 175%;
}
.guide_section-bg--02 .section_ttl {
	background: #0085B2 url(/userfiles/images/area/section_ttl_01.png) no-repeat top right;
}
.guide_section-bg--03 .section_ttl {
	background: #008C8C url(/userfiles/images/area/section_ttl_02.png) no-repeat top right;
}

/* detail */
.guide_section-bg {
	background-repeat: no-repeat;
	background-size: cover;
}
.guide_section-bg--01 {
	background-color: #44bdff;
	background-image: url(/img/guide/bg-01.png);
	background-position: bottom;
}
.guide_section-bg--02 {
	background-image: url(/img/guide/bg-02.png);
}
.guide_section-bg--03 {
	background-image: url(/img/guide/bg-03.png);
}
.guide_movie-bnr {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
	transition: all .3s;
	background-color: #000;
}
.guide_movie-bnr > .cover {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 300px;
	transition: all .8s;
	background-repeat: repeat-y;
}
.guide_movie-bnr--01 > .cover {
	background-image: url(/img/guide/movie-cover-01.png);
}
.guide_movie-bnr--02 > .cover {
	background-image: url(/img/guide/movie-cover-02.png);
}
.guide_movie-bnr--03 > .cover {
	background-image: url(/img/guide/movie-cover-03.png);
}
.guide_movie-bnr--04 > .cover {
	background-image: url(/img/guide/movie-cover-04.png);
}
.guide_movie-bnr > .hover_img {
	width: 100%;
	height: 300px;
}
.guide_movie-bnr > video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	min-width: 100%;
	height: auto;
	margin: auto;
	transition: all .5s;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.guide_movie-bnr:hover > .cover {
	opacity: 0;
}
.guide_movie-bnr:hover > video {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	opacity: 1;
}
.guide_movie-bnr > .title {
	font-size: 32px;
	line-height: 1.1;
	position: absolute;
	z-index: 2;
	top: 110px;
	left: 25px;
	color: #fff;
}
.guide_movie-bnr > .title > span {
	font-size: 14px;
}
.guide_movie-bnr > .title > span {
	font-size: 14px;
}

.guide_media-item {
	display: table;
}
.guide_media-item__image {
	background-color: #000;
	width: 64.0625%;
}
.type_01 .guide_media-item__image {
	float: left;
}
.type_02 .guide_media-item__image {
	float: right;
}
.guide_media-item__body {
	width: 35.9375%;
	padding: 43px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}
.type_01 .guide_media-item__body {
	float: right;
}
.type_02 .guide_media-item__body {
	float: left;
}

.guide_media-item__body > .title {
	font-size: 30px;
	margin-bottom: 10px;
}
.guide_media-item__body > .caption {
	font-size: 18px;
	margin-bottom: 30px;
}
.guide_media-item__body > .text {
	font-size: 13px;
	margin-bottom: 55px;
}
.guide_media-item__body > .link {
	display: block;
	width: 200px;
	padding: 14px 20px;
	transition: all .3s;
	color: #fff;
	border: 1px solid #cbcbcb;
	background: url(/img/common/icon_arrow-01.png) 92% center no-repeat;
}
.guide_media-item__body > .link:hover {
	width: 260px;
	text-decoration: none;
	background-color: rgba(255, 255, 255, .2);
}
.guide_media-item.sango--01 > .guide_media-item__body { background-image: url(/img/guide/sango/media-01-bg.jpg); }
.guide_media-item.sango--02 > .guide_media-item__body { background-image: url(/img/guide/sango/media-02-bg.jpg); }
.guide_media-item.sango--03 > .guide_media-item__body { background-image: url(/img/guide/sango/media-03-bg.jpg); }
.guide_media-item.sango--04 > .guide_media-item__body { background-image: url(/img/guide/sango/media-04-bg.jpg); }
.guide_media-item.sango--05 > .guide_media-item__body { background-image: url(/img/guide/sango/media-05-bg.jpg); }
.guide_media-item.sango--06 > .guide_media-item__body { background-image: url(/img/guide/sango/media-06-bg.jpg); }

.guide_media-item.kuroshio--01 > .guide_media-item__body { background-image: url('/img/guide/kuroshio/media-01-bg.jpg'); }
.guide_media-item.kuroshio--02 > .guide_media-item__body { background-image: url('/img/guide/kuroshio/media-02-bg.jpg'); }
.guide_media-item.kuroshio--03 > .guide_media-item__body { background-image: url('/img/guide/kuroshio/media-03-bg.jpg'); }
.guide_media-item.kuroshio--04 > .guide_media-item__body { background-image: url('/img/guide/kuroshio/media-04-bg.jpg'); }
.guide_media-item.kuroshio--05 > .guide_media-item__body { background-image: url('/img/guide/kuroshio/media-05-bg.jpg'); }
.guide_media-item.kuroshio--06 > .guide_media-item__body { background-image: url('/img/guide/kuroshio/media-06-bg.jpg'); }

.guide_media-item.shinkai--01 > .guide_media-item__body { background-image: url('/img/guide/shinkai/media-01-bg.jpg'); }
.guide_media-item.shinkai--02 > .guide_media-item__body { background-image: url('/img/guide/shinkai/media-02-bg.jpg'); }
.guide_media-item.shinkai--03 > .guide_media-item__body { background-image: url('/img/guide/shinkai/media-03-bg.jpg'); }
.guide_media-item.shinkai--04 > .guide_media-item__body { background-image: url('/img/guide/shinkai/media-04-bg.jpg'); }
.guide_media-item.shinkai--05 > .guide_media-item__body { background-image: url('/img/guide/shinkai/media-05-bg.jpg'); }
.guide_media-item.shinkai--06 > .guide_media-item__body { background-image: url('/img/guide/shinkai/media-06-bg.jpg'); }

.guide_media-item.restaurant--01 > .guide_media-item__body,
.guide_media-item.restaurant--02 > .guide_media-item__body,
.guide_media-item.restaurant--03 > .guide_media-item__body,
.guide_media-item.restaurant--04 > .guide_media-item__body {
	background-color: #000;
}
.guide_media-item.restaurant--01 > .guide_media-item__body > .caption {
	color: #7296FF;
}
.guide_media-item.restaurant--02 > .guide_media-item__body > .caption {
	color: #4CD2FF;
}
.guide_media-item.restaurant--03 > .guide_media-item__body > .caption {
	color: #00A1F7;
}
.caution {
	margin: 30px 0 40px 0;
	padding: 10px;
}
.caution ol {
	margin-top: 5px;
	list-style: inside;
	list-style-type: decimal;
}
.caution_area01 {
	background-color: #FFF5F5;
	border: 3px solid #ddd;
	padding: 15px;
}
.caution_area02 {
	background-color: #FFFFF0;
	border: 3px solid #ddd;
	padding: 10px;
	margin-top: 10px;
}
.caution_area02 ul {
	margin-left: 20px;
}
.caution_area02 li {
	list-style: url(../image/disc_blue.png) outside;
}
.caution_area03 {
	background-color: #e9f5fc;
	padding: 20px 0 15px;
	text-align: center;
	font-size: 93.7%;
}
.caution_area03 a:link {
	color: #00468C;
}
.caution_area04 {
	background-color: #F0F7FB;
	padding: 10px;
}
.l_sentence {
	float: left;
	width: 885px;
}
.r_images {
	float: right;
	width: 270px;
}
.box03 ul li {
	float: left;
	width: 372px;
	margin-right: 42px;
	padding: 15px;
	border: 1px solid #ccc;
}
.box03 ul li:last-child {
	margin-right: 0;
}
.box03 ul li h4 {
	color: #0059B2;
	margin-bottom: 5px;
}
h4.title_decoration04 {
	font-size: 200%;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px double #ccc;
}
.area_link .fll270 {
	border: 1px solid #fff;
	float: left;
	width: 22%;
}
.area_link .fll270 li {
	border-top: 1px solid #fff;
	font-size: 93.7%;
	padding: 15px 0 12px;
	text-align: center;
}
.area_link .fll270 li:first-child {
	border-top: none;
}

/*----------------------
	program
-----------------------*/
.item_id_program {
}
.l_main-body.type_program {
	position: relative;
	margin: 0 0 0 400px;
	background: none;
}
.l_main-body.type_program::before {
	content: "";
	width: 400px;
	height: 100%;
	left: -400px;
	top: 0;
	position: absolute;
	background: #000 no-repeat left top;
}
.item_id_aquarium .l_main-body.type_program::before {
	background-image: url(/userfiles/images/program/bg_type_program_001.png);
}
.item_id_surrounding-area .l_main-body.type_program::before {
	background-image: url(/userfiles/images/program/bg_type_program_002.png);
}
.item_id_okipark .l_main-body.type_program::before {
	background-image: url(/userfiles/images/program/bg_type_program_003.png);
}

/*.l_main--pdt03*/
.l_wrapper .l_main--pdt03 {
	padding-top: 190px;
}
.program_list_01 {
	display: table;
	width: 100%;
}
.program_list_01 li {
	display: table-cell;
	width: 33.33%;
	vertical-align: top;
}
.program_list_01 li a {
	display: block;
	text-decoration: none;
	padding: 585px 0 167px;
}
.program_list_01 li .ttl {
	color: #fff;
	text-align: center;
	display: block;
	font-size: 137.5%;
	padding: 7px 0;
	background: url(/userfiles/images/program/bg_program_list_01_ttl.png) no-repeat center center;
}
.program_list_01 .menu_01 {
	background-image: url(/userfiles/images/program/index_pc_img_001.jpg);
}
.program_list_01 .menu_02 {
	background-image: url(/userfiles/images/program/index_pc_img_002.jpg);
}
.program_list_01 .menu_03 {
	background-image: url(/userfiles/images/program/index_pc_img_003.jpg);
}
.program_list_02 {
	font-size: 0;
}
.program_list_02 .item {
	font-size: 16px;
	width: 31%;
	margin: 0 3.5% 3.33% 0;
	display: inline-block;
	vertical-align: top;
}
.program_list_02 .item:nth-child(3n) {
	margin-right: 0;
}
.program_list_02 .item a {
	text-decoration: none;
	display: block;
}
.program_list_02 .item .lead {
	color: #fff;
	display: block;
	font-size: 81.25%;
	padding: 5px 12px;
	background-color: rgba(0,0,0,.8);
}
.program_list_02 .item .ttl {
	color: #008CD6;
	font-size: 100%;
	display: block;
	padding: 14px 12px;
	text-decoration: underline;
	font-weight: normal;
	background-color: rgba(0,0,0,.65);
}
.program_content {
	background-color: #fff;
}
.program_content .ttl {
	padding: 8px 0 3px 20px;
	color: #fff;
	font-size: 200%;
	background-color: #0080C4;
}
.program_content .thumb {
	float: right;
	width: 31%;
}
.program_content .detail {
	float: left;
	width: 65.5%;
}
.l_border-box + .l_border-box {
	margin-top: 20px;
}
.l_border-box .tag_category {
	font-size: 1.3rem;
	padding: 2px 10px;
	display: inline-block;
	vertical-align: middle;
	background-color: #00468C;
	margin-right: 10px;
	color: #fff;
}

/*プログラム詳細*/
.lead_pro {
	background-color: #00468c;
	color: #fff;
	font-size: 125%;
	margin: 20px;
	padding: 10px 12px 8px;
}
.program_detail {
	margin: 0 20px 20px;
}
.program_detail .thumb {
	float: right;
	width: 25%;
}
.program_detail .thumb img {
	margin: 10px 0 0;
}
.program_detail .detail {
	float: left;
	margin-right: 5px;
	width: 73%;
}
.program_detail .detail h4 {
	background-color: #DBF6FF;
	font-size: 150%;
	padding: 5px 5px 2px;
	color: #1F3971;
}

/*----------------------
	rep_box
-----------------------*/
.column_list + .widget_column {
	margin-top: 0;
}
.widget_column + .rep_box {
	margin-top: 0;
}
.rep_box {
	padding: 15px;
	border: 3px solid #008cd6;
	margin-top: 40px;
	display: table;
	width: 100%;
}
.rep_box .group_about {
	width: 46%;
	display: table-cell;
	vertical-align: top;
}
.rep_box .group_contact {
	display: table-cell;
	vertical-align: top;
	padding-left: 30px;
}
.rep_box .ttl {
	color: #fff;
	border: none;
	padding: 8px 8px 6px;
	font-size: 112.5%;
	margin-bottom: 10px;
	background-color: #008cd6;
}
.rep_box .group_contact p {
	width: 49.5%;
	padding: 12px 2px 8px 56px;
	display: inline-block;
	background: url(../img/common/bg_rep_box.png) no-repeat 0 0;
}
.rep_box .name {
	font-size: 125%;
	margin-bottom: 5px;
}
.rep_box .address {
	font-size: 112.5%;
}
.rep_box .group_contact .tel, .rep_box .group_contact .fax {
	font-size: 122.5%;
	font-weight: bold;
	color: #195EB8;
	margin-bottom: 10px;
}
.rep_box .group_contact .fax {
	background-position: 0 -81px;
}
.rep_box .group_contact .faq, .rep_box .group_contact .inq {
	font-size: 112.5%;
	padding: 11px 2px 11px 56px;
	background-position: 0 -162px;
}
.rep_box .group_contact .inq {
	background-position: 0 -244px;
}


/*----------------------
	conzatsu
-----------------------*/
.conzatsu .img_graf {
	text-align: center;
	margin-bottom: 35px;
}
.conzatsu .img_graf + p {
	font-size: 18px;
}
.conzatsu .notes {
	display: table;
	width: 100%;
	max-width: 1050px;
	margin: 20px auto 60px;
	border: 1px solid #DDD;
}
.conzatsu .notes dt, .conzatsu .notes dd {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	width: 25%;
}
.conzatsu .notes dt {
	color: #fff;
	background-color: #000;
	text-align: center;
}
.conzatsu .notes dd {
	border-left: 1px solid #DDD;
}
.conzatsu .notes dd img {
	margin-right: 10px;
}
.conzatsu .hours {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.6;
}
.conzatsu .hours th {
	color: #008BD6;
	vertical-align: middle;
	padding: 13px 10px;
	border: 1px solid #CCCCCC;
	background: #EEE;
	font-weight: normal;
	text-align: center;
	word-break: break-all;
}
.conzatsu .hours td {
	padding: 13px 10px;
	border: 1px solid #CCCCCC;
	background-color: #fff;
	word-break: break-all;
}
.conzatsu .list_2column .item {
	float: left;
	width: 48.33%;
}
.conzatsu .list_2column .item + .item {
	margin-left: 3.33%;
}
.conzatsu .calender {
	width: 100%;
}
.conzatsu .calender caption {
	color: #0059B2;
	text-align: left;
	font-size: 18px;
}
.conzatsu .calender caption strong {
	font-size: 30px;
}
.conzatsu .calender thead th {
	color: #fff;
	padding: 0.2em;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #ddd;
	background-color: #0059B2;
}
.conzatsu .calender tbody td {
	text-align: center;
	border: 1px solid #CCCCCC;
	color: #929292;
	padding: 0 0 0.5em 0;
	font-size: 85%;
	border-top: none;
	vertical-align: top;
}
.conzatsu .calender tbody td span {
	margin: 0 0 5px 1px;
	padding: 2px 5px;
	color: #525252;
	text-align: left;
	background-color: #efefef;
	border-top: 2px solid #0059B2;
	display: block;
}
.conzatsu .calender tbody td.closed {
	color: #ff3900;
}
.conzatsu .calender tbody td.closed span {
	margin: 0 0 14px 1px;
}
.conzatsu .calender tbody td.red {
	background-color: #FFF7F5;
}
.conzatsu .calender tbody td.red span {
	color: #a62500;
}
.conzatsu .calender tbody td.blue {
	background-color: #EFFBFF;
}
.conzatsu .calender tbody td.blue span {
	color: #005a8b;
}
.conzatsu .calender.type_02 caption {
	color: #333;
}
.conzatsu .calender.type_02 thead th {
	background-color: #777;
}
.conzatsu .calender.type_02 tbody td span {
	border-color: #777;
}

/*----------------------
	faq
-----------------------*/
.list_faq {}
.list_faq .item {
	margin-bottom: 15px;
	border: 1px solid #CCC;
}
.list_faq .btn_q {
	position: relative;
}
.list_faq .btn_q::before {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
    top: 24px;
	content: "";
	background-color: #008CD6;
	border-radius: 50%;
	z-index: 1;
	transition: .3s;
	-webkit-transition: .3s;
}
.list_faq .btn_q::after {
	content: "";
	cursor: pointer;
	width: 11px;
	height: 11px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display: block;
	transition: .3s;
	-webkit-transition: .3s;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 29px;
    top: 31px;
	z-index: 2;
}
.list_faq .btn_q.on::before { background-color: #444444; }
.list_faq .btn_q.on::after {
	top: 36px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.list_faq .btn_q a {
	color: #000;
	background-color: #F8F8F8;
	text-decoration: none;
	font-size: 137.5%;
	line-height: 1.3;
	font-weight: bold;
	display: block;
	position: relative;
	padding: 27px 60px 26px 68px;
}
.list_faq .btn_q a:hover {
	background-color: #fbfbfb;
}
.list_faq .btn_q a::before {
	content: "Q.";
	display: inline-block;
	font-size: 34px;
	position: absolute;
	top: 15px;
    left: 20px;
	font-weight: normal;
}
.list_faq .btn_q.on a {
	background-color: #fff;
}
.list_faq .box_a {
	margin: 0 10px 10px;
	display: none;
	background-color: #E7F6F7;
	padding: 20px 20px 20px 63px;
	position: relative;
	line-height: 2;
}
.list_faq .box_a::before {
	content: "A.";
	font-size: 34px;
	display: inline-block;
	position: absolute;
	left: 18px;
    top: 3px;
	color: #008CD6;
}
.pager {
	text-align: center;
	margin-bottom: 40px;
}
.pager li {
	border: 1px solid #CCC;
	display: inline-flex;
}
.pager li a, .pager li span {
	padding: 12px;
	min-width: 50px;
}
.pager li a:hover, .pager .current span {
	background-color: #EAF4FA;
}
/*faq詳細*/
.faq_contents .icon_q {
	background-color: #E9F5FC;
	color: #00468C;
	font-size: 125%;
	margin: 0 0 20px;
	padding: 10px;
}
.faq_contents .icon_a {
	background-color: #0d5092;
	color: #fff;
	font-size: 125%;
	margin: 50px 0 20px;
	padding: 10px;
}
.faq_category_list {
	float: right;
	width: 22.5%;
}
.faq_category_list .list_side_menu { border: none; }
.faq_category_list .list_side_menu .ttl {
	font-size: 112.5%;
	position: relative;
	color: #fff;
	border-bottom: 1px solid #ccc;
	background: #000 url(/image/qa.png) no-repeat scroll 14px 50%;
	background-size: 33px;
	padding-left: 60px;
}
.faq_category_list .list_side_menu .list {
	background-color: #F8F8F8;
	padding: 17px 10px 17px 20px;
}
.faq_category_list .list_side_menu .list > li + li {
    margin-top: 10px;
}
.faq_category_list .list_side_menu .list > li a {
	font-size: 93.75%;
	position: relative;
	padding-left: 17px;
}
.faq_category_list .list_side_menu .list > li a::before {
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 7px solid #000;
	position: absolute;
	left: 0;
	top: 7px;
	content: "";
}
.faq_category_list .list_side_menu .link {
    color: #007fff;
	margin-top: 10px;
    text-decoration: underline;
}
.faq_category_list .list_side_menu .link:hover,
.faq_category_list .list_side_menu .link:active,
.faq_category_list .list_side_menu .link:focus {
	color: #007fff;
}

.free {
	background-color: #00a3d9;
	border-radius: 14px;
	color: #fff;
	margin: 0 0 10px;
	text-align: center;
	width: 20%;
	padding: 2px 13px 0;
}
.fee {
	background-color: #D90000;
	border-radius: 14px;
	color: #fff;
	margin: 0 0 12px;
	text-align: center;
	width: 20%;
	padding: 2px 13px 0;
}
.fee_en {
	background-color: #D90000;
	border-radius: 17px;
	color: #fff;
	margin: 0 0 12px;
	text-align: center;
	padding: 2px 13px 0;
	display: block;
}
.reserve {
	background-color: #FF8000;
	border-radius: 14px;
	color: #fff;
	margin: 0 0 12px;
	text-align: center;
	width: 20%;
	padding: 2px 13px 0;
}
.search_faq .l_main-title {
	font-size: 18px;
	background: #008BD6 url(/image/qa.png) no-repeat scroll 15px 50%;
	padding: 11px 0 11px 61px;
}
.search_faq .lead_02 {
	font-size: 27px;
}
.search_faq .l_search-btn {
	height: 39px;
    margin-left: 5px;
}

/*----------------------
	topics
-----------------------*/
.list_topics .item {
	float: left;
	border: 2px solid #DDD;
	padding: 10px 20px 20px;
	width: 48.33%;
	margin-right: 3.33%;
	margin-bottom: 50px;
}
.list_topics .item:nth-child(2n) {
	margin-right: 0;
}
.list_topics a:link, .list_topics a:visited {
	color: #000;
	text-decoration: none;
}
.list_topics .date {
	font-size: 81.25%;
	padding-left: 20px;
	background: url(/img/common/icon_small-hours.png) no-repeat 0 3px;
	background-size: 13px;
}
.list_topics .ttl {
	font-weight: bold;
	margin-bottom: 5px;
}
.list_topics .thumb {
	float: left;
	width: 37.03%;
	margin-right: 10px;
}
.list_topics .text {
	font-size: 93.75%;
	line-height: 1.6;
	overflow: hidden;
}
.topics_content {
	float: left;
	width: 74.16%;
}
.topics_category_list {
	float: right;
	width: 22.5%;
}
.modified_date {
	font-weight: bold;
	margin-bottom: 20px;
}
.topics_content .rep_box .group_about, .topics_content .rep_box .group_contact {
	float: none;
	width: 100%;
	display: block;
}
.topics_content .rep_box .group_contact {
	margin: 20px 0 0;
}
.list_side_menu {
	margin-bottom: 1em;
	border: 1px solid #CCCCCC;
}
.list_side_menu .ttl {
	font-size: 112.5%;
	padding: 10px;
	position: relative;
	background-color: #D5E9F4;
	border-bottom: 1px solid #ccc;
}
.list_side_menu a {
	color: #000;
	display: block;
}
.list_side_menu .type_01 dt {
	border-top: 1px solid #ccc;
	font-size: 12px;
	line-height: 1.2;
	padding: 7px 20px 0;
}
.list_side_menu .type_01 dt:first-child {
	border-top: none;
}
.list_side_menu .type_01 dd {
	margin: 0 10px;
	padding: 0 0 5px 12px;
	background-size: 6px;
	font-size: 13px;
}
.list_side_menu .type_02 {
}
.list_side_menu .type_02 > li {
	padding: 2px 10px;
	font-size: 13px;
	border-top: 1px solid #ccc;
}
.list_side_menu .type_02 > li:first-child {
	border-top: none;
}
.list_side_menu .type_02 > li > ul {
	display: none;
}
.list_side_menu .type_02 > li > ul > li {
	background: url(../image/icon/icon_arrow02.png) no-repeat scroll 0 8px;
	background-size: 6px;
	padding-left: 12px;
}
.list_side_menu .type_03 {
	padding: 10px;
}
.list_side_menu .type_03 > li {
	background-size: 6px;
	padding-left: 12px;
	font-size: 13px;
}

/* topics_content */
.topics_content h3 {
	color: #333333;
	font-size: 187.5%;
	font-weight: normal;
	border-bottom: 2px solid #C8C8C8;
	position: relative;
	margin: 20px auto 30px;
}
* + .topics_content h3 {
	margin-top: 40px;
}
.topics_content h3::after {
	content: "";
	width: 12px;
	height: 10px;
	position: absolute;
	left: 30px;
	bottom: -10px;
	background: url(../img/common/bg_lead_02.png) no-repeat 0 0;
}
.topics_content h4 {
	border-bottom: medium double #c8c8c8;
	color: #333333;
	font-size: 175%;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.topics_content h5 {
	border-bottom: 1px solid #c8c8c8;
	color: #333333;
	font-size: 163%;
	margin: 30px 0 20px;
	padding-bottom: 10px;
}
.topics_content table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.6;
}
.topics_content table th {
	color: #fff;
	vertical-align: middle;
	padding: 13px 10px;
	border: 1px solid #CCCCCC;
	background: #000;
	font-weight: normal;
	text-align: left;
	word-break: break-all;
}
.topics_content table td {
	padding: 13px 10px;
	border: 1px solid #CCCCCC;
	background-color: #fff;
	word-break: break-all;
}
.topics_content p {
	margin-bottom: 20px;
}
.topics_content .eventClose {
	padding: 0.5em 0;
	font-weight: bold;
	color: #fe3501;
	text-align: center;
	background-color: #FFF5F5;
}
.topics_content input {
    border: 1px solid #ccc;
    padding: 6px;
    width: 500px;
}
.alpha_contents { margin-bottom: 40px; }
.alpha_contents img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.alpha_contents .fll_img {
    float: left;
    margin: 0 3.33% 0 0;
    width: 48.33%;
}
.alpha_contents .flr_img {
	float: right;
	margin: 0 0 0 3.33%;
	width: 48.33%;
}

.alpha_contents.list_1column .caption,
.alpha_contents.list_2column .caption,
.alpha_contents.list_3column .caption {
	font-size: 86.66%;
	text-align: center;
	margin-top: 10px;
}

.alpha_contents.list_2column { font-size: 0; }
.alpha_contents.list_2column .item {
	width: 48.33%;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	margin: 0 3.33% 0 0;
}
.alpha_contents.list_2column .item:nth-child(2n) { margin-right: 0 !important; }

.alpha_contents.list_3column { font-size: 0; }
.alpha_contents.list_3column .item {
	width: 31%;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	margin: 0 3.33% 0 0;
}
.alpha_contents.list_3column .item:nth-child(3n) { margin-right: 0 !important; }

.topics_content .alpha_contents .fll_img { width: 47.75%; margin-right: 4.49%; }
.topics_content .alpha_contents .flr_img { width: 47.75%; margin-left: 4.49%; }
.topics_content .alpha_contents.list_2column .item { width: 47.75%; margin-right: 4.49%; }
.topics_content .alpha_contents.list_3column .item { width: 30.33%; margin-right: 4.49%; }

p.calendar_month {
	background: rgba(0, 0, 0, 0.8);
	padding: 5px 15px;
	color: #fff;
	width: 80%;
	margin: 8px;
}
table.calender th {
    color: #fff;
    padding: 10px;
    /*background-color: #0080c4;*/
    border: 1px solid #ddd;
    font-weight: normal;
    text-align: center;
}
table.calender td {
	padding: 10px;
	border: 1px solid #ddd;
	vertical-align: top;
}
table.calender .coming {
	background-color: #ABE175;
}
table.calender .closed,
table.calender .available {
	background-color: #FFFD38;
}
table.calender label {
	display: block;
	font-size: 17px;
	margin: 0 auto;
	padding: 5px 0;
	line-height: 1;
	transition: .2s;
	background: #FCFBF7;
	border-top: 1px solid #ddd;
	margin: 5px -10px -10px;
}
/*table.calender .available label {
	cursor: pointer;
}
table.calender .available label:hover {
	background-color: #EEEEEE;
}*/
table.calender input {
	display: none;
}
table.calender input[type="radio"]:checked + label {
	color: #fff;
	background: #444444;
}
table.calender label.acceptance_end {
	color: #999;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	cursor: default;
}

/*----------------------
	caution
-----------------------*/
.list_topics_caution .item {
    border: 10px solid #D90000;
    margin-bottom: 30px;
}
.list_topics_caution a {
    display: block;
    color: #000;
	padding: 15px;
}
.list_topics_caution a:hover {
	background-color: #FFF4F4;
}
.list_topics_caution .date {
	font-size: 13px;
    padding-left: 20px;
    background: url(/img/common/icon_small-hours.png) no-repeat 0 3px;
    background-size: 13px;
    margin-bottom: 2px;
}
.list_topics_caution .ttl {
	font-weight: bold;
	margin-bottom: 5px;
}
.list_topics_caution .text {
	font-size: 15px;
}

/*----------------------
	404
-----------------------*/
.contents_404 {
	text-align: center;
}
.contents_404 .inner {
	color: #fff;
	padding: 130px 50px 100px;
	background: #0080C4 url(/image/bg_404.jpg) no-repeat top center;
}
.contents_404 .ttl {
	font-size: 2.6rem;
	font-weight: normal;
	margin-bottom: 10px;
}
.contents_404 .ttl_02 {
	font-size: 9rem;
	margin: 20px auto 10px;
	line-height: 1;
}
.contents_404 .ttl_02 + p {
	font-size: 2rem;
}
.contents_404 .back_home {
	margin-top: 40px;
}
.contents_404 .back_home a {
	color: #fff;
	display: inline-block;
	font-size: 1.8rem;
	background-color: #0080C4;
	padding: 15px 30px;
}

/*----------------------
	search
-----------------------*/
.search_result {
}
.search_result .lead {
	font-size: 112.5%;
	font-weight: bold;
	margin-bottom: 20px;
}
.search_result .lead strong {
	margin-right: 5px;
	font-size: 166.66%;
}
.search_result dl {
	padding: 10px 10px 10px 50px;
	background: url(../img/common/icon_search.png) no-repeat 10px 13px;
	border: 1px solid #CCC;
}
.search_result dl + dl {
	margin-top: 30px;
}
.search_result dt {
	font-size: 112.5%;
}

/*----------------------
	sitemap
-----------------------*/
.list_sitemap .ttl {
	font-size: 150%;
	padding: 12px 12px 10px;
	font-weight: normal;
	background-color: #F0FAFD;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.list_sitemap * + .ttl {
	margin-top: 40px;
}
.list_sitemap > ul {
	font-size: 0;
}
.list_sitemap > ul > li {
	width: 31%;
	font-size: 16px;
	display: inline-block;
	margin: 0 3.5% 10px 0;
	vertical-align: top;
}
.list_sitemap > ul > li > a {
	font-size: 125%;
}
.list_sitemap > ul > li:nth-child(3n) {
	margin-right: 0;
}
.list_sitemap > ul > li > ul {
	margin-bottom: 30px;
	margin-left: 20px;
}

/*----------------------
	contact
-----------------------*/
.contact_info {
	margin: 0 50px;
}
.contact_info .item {
	border: 10px solid #EEEEEE;
	padding: 15px;
	width: 48.18%;
	float: left;
}
.contact_info .item:first-child {
	margin-right: 3.63%;
}
.contact_info .ttl {
	font-size: 112.5%;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact_info .tel {
	color: #002CB2;
	font-weight: bold;
	font-size: 187.5%;
}
.mail_form {
	padding: 40px;
	margin: 0 50px;
	border: 10px solid #EEE;
}
.mail_form form {
	max-width: 730px;
	margin: 0 auto;
}
.mail_form form dl {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.mail_form form dt {
	width: 30%;
	text-align: right;
	display: table-cell;
	vertical-align: top;
	font-size: 93.75%;
	padding-right: 10px;
	padding-top: 12px;
}
.mail_form form dd {
	display: table-cell;
	vertical-align: top;
}
.mail_form form .bg_on {
	background-color: #eee;
	padding: 12px;
}
.mail_form form .bg_on label {
	width: 20%;
	display: inline-block;
	vertical-align: middle;
}
.mail_form form .border_on {
	border: 1px solid #CCCCCC;
	padding: 12px;
}
.mail_form.confirm_list dd {
	background-color: #E5F6FB;
	padding: 12px;
	word-break: break-all;
}
.mail_form .btn_list {
	text-align: center;
	margin: 20px auto;
}
.mail_form .icon_required::before {
	content: "*";
	color: #D80000;
	font-size: 90%;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.mail_form .error {
	color: #d71618;
	font-size: 13px;
}

.mail_form.type_02 form {
    max-width: none;
}
.mail_form.type_02 form dl {
    max-width: 870px;
}
.mail_form.type_02 form dl dt {
    width: 35%;
}
.mail_form input,
.mail_form button,
.mail_form textarea,
.mail_form select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	padding: 12px;
}
.mail_form input[type="tel"],
.mail_form input[type="text"],
.mail_form input[type="email"] {
	width: 100%;
	background-color: #EEE;
}
.mail_form input.small {
	width: 27%;
}

.mail_form input[type="file"] {
	font-size: 16px;
}

.mail_form input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
	margin-right: 5px;
}
.mail_form input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	margin-right: 5px;
}
.mail_form select {
	-webkit-appearance: select;
	-moz-appearance: select;
	appearance: select;
	background-color: #EEE;
}
.mail_form .twin {
	font-size: 0;
}
.mail_form .twin input + input {
	margin-left: 3.44%;
}
.mail_form .twin input {
	width: 48.26%;
	display: inline-block;
}
.mail_form textarea {
	width: 100%;
	height: 150px;
	background-color: #EEE;
}
.mail_form input[type="text"]:focus, .mail_form input[type="email"]:focus, .mail_form textarea:focus {
	box-shadow: 0 0 7px #008CD6;
}
.mail_form input[type="submit"] {
	color: #fff;
	padding: 1em 5em;
	background-color: #0080C4;
}
.mail_form input[type="submit"]:hover {
	background-color: #D7181A;
}
.mail_form input[type="reset"], .mail_form input.back {
	color: #fff;
	padding: 0.6em 1em;
	background-color: #b5b5b5;
}
.mail_form input[type="reset"]:hover, .mail_form input.back:hover {
	background-color: #555;
}
.mail_form .btn_backhome {
	color: #fff;
	padding: 0.6em 1em;
	background-color: #000;
	text-decoration: none;
}
.mail_form .btn_backhome:hover {
	color: #fff;
	padding: 0.6em 1em;
	background-color: #b5b5b5;
}

/* ナイトツアーエラーメッセージ */
.l_container .form_message {
    background-color: #ffffbb;
    border: 2px solid #df0000;
    color: #df0000;
    font-size: 120%;
    font-weight: bold;
    margin: 10px 50px;
    padding: 10px 15px;
}


/*----------------------
	widget
-----------------------*/
.widget_column {
	margin: 40px auto;
	padding: 0 40px;
	/* padding: 0 40px 40px; */
}
.widget_column .item {
}
.widget_column .item + .item {
	margin-top: 20px;
}
.widget_column .item .inner {
	padding: 20px;
	border: 5px solid #DDD;
}
.widget_column .tag_category {
	color: #fff;
	padding: 7px 10px;
	font-size: 125%;
}
.widget_column .column_000 .tag_category {
	background-color: #00468C;
}
.widget_column .column_001 .tag_category {
	background-color: #0085B2;
}
.widget_column .column_002 .tag_category {
	background: #179B7A url(/image/icon_column_002.png) no-repeat 10px 10px;
	padding-left: 45px;
}
.widget_column .item .thumb {
	float: right;
	width: 270px;
	margin-left: 20px;
}
.widget_column .item .ttl {
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 3px 7px 0;
	overflow: hidden;
}
.widget_column .column_000 .ttl {
	background-color: #CCE8E8;
}
.widget_column .column_001 .ttl {
	background-color: #E3F1FF;
}
.widget_column .column_002 .ttl {
	background-color: #EEF8F5;
}

/*program*/
.widget_program {
	margin: 40px auto;
	padding: 0 40px;
	/* padding: 0 40px 40px; */
}
.widget_program .item {
}
.widget_program .item + .item {
	margin-top: 20px;
}
.widget_program .item .inner {
	padding: 20px;
	border: 5px solid #DDD;
}
.widget_program .tag_category {
	color: #fff;
	padding: 7px 10px;
	font-size: 125%;
}
.widget_program .inner li {
    margin: 5px 0;
}
.widget_program .column_000 .tag_category {
	background: #00468C url(../img/common/icon_program_on.png) no-repeat 10px 8px;
	padding-left: 42px;
	padding-top: 8px;
}
.widget_program .column_001 .tag_category {
	background: #006DD9 url(../img/common/icon_program_on.png) no-repeat 10px 8px;
	padding-left: 42px;
	padding-top: 8px;
}
.widget_program .column_002 .tag_category {
	background: #008C69 url(../img/common/icon_program_on.png) no-repeat 10px 8px;
	padding-left: 42px;
	padding-top: 8px;
}
.widget_program .item .thumb {
	float: right;
	width: 270px;
	margin-left: 20px;
}
.widget_program .item .ttl {
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 3px 7px 0;
	overflow: hidden;
}
.widget_program .column_000 .ttl {
	background-color: #CCE8E8;
}
.widget_program .column_001 .ttl {
	background-color: #E3F1FF;
}
.widget_program .column_002 .ttl {
	background-color: #EEF8F5;
}


/*----------------------
	about
-----------------------*/
.service_bnr_area li {
	float: left;
	margin: 0 40px 30px 0;
}
.service_bnr_area li:last-child {
	margin-right: 0;
}
.act_l {
	float: left;
	width: 50%;
}
.act_r {
	float: right;
	width: 48%;
}
.act li {
    border: 1px solid #ccc;
    display: inline-block;
    float: left;
    margin-bottom: 3.3%;
    margin-right: 3.3%;
    padding: 2%;
    vertical-align: top;
    width: 47.93%;
}
.act li:nth-child(2n) {
	margin-right: 0;
}
.act .ttl01 {
	background-color: #0080C4;
	padding: 10px 15px 6px;
	color: #fff;
	font-size: 120%;
	margin-bottom: 20px;
}
.act .ttl02 {
	background-color: #0D5092;
	padding: 10px 15px 6px;
	color: #fff;
	font-size: 120%;
	margin-bottom: 20px;
}
.act_list dt {
	float: left;
	margin: 0 18px 2px 0;
}
.act dd {
	font-size: 93.7%;
}
.act_list02 .item li:first-child {
	margin: 0 0 3% 0;
}
.act_list02 .item li {
	padding: 20px 10px 10px 20px;
	background-color: #e9f5fc;
	margin: 0 0 3% 3%;
	display: inline-block;
	margin-left: 3%;
	width: 30.8%;
	vertical-align: top;
}
.act_list02 .item li ul li {
	float: left;
	line-height: 1;
	margin: 0;
	padding: 0.2% 0 0 2%;
	vertical-align: middle;
}
.act_list02 .item li ul li:first-child {
	width: 15%;
}
.act_list02 .item li ul li:last-child {
	padding-top: 1.5%;
	width: 80%;
}
.act_detail p {
	line-height: 2;
}
.act_p_r {
	background: url(../image/bg_blue.png) repeat left top;
	float: right;
	margin: 0 0 0 2.08%;
	padding: 1.25%;
	box-sizing: border-box;
	width: 22%
}
.act_p_l {
	float: left;
	width: 74%;
	box-sizing: border-box;
}

.lead_part {
	float: left;
	width: 66%;
}

.btn_01 {
	color: #000 !important;
    border: 3px solid #666666;
    border-radius: 6px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 11px;
    width: 100%;
    max-width: 420px;
}
.btn_01::after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	right: 15px;
	top: 35%;
	border-right: 2px solid #676767;
	border-bottom: 2px solid #676767;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.btn_01:hover {
	text-decoration: none;
}
.btn_02 {
	color: #000 !important;
	border: 3px solid #666666;
	border-radius: 6px;
	font-size: 24px;
	text-align: center;
	display: inline-block;
	line-height: 1;
	padding: 12px;
	width: 100%;
	max-width: 420px;
	text-decoration: none;
}
.btn_02 > span {
	display: block;
	font-size: 16px;
}
.btn_02:hover { text-decoration: none; }
.btn_03 {
	color: #fff !important;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	border: 3px solid #666666;
	border-radius: 6px;
	background-color: #000;
	padding: 3px;
	width: 100%;
	max-width: 270px;
	position: relative;
	text-decoration: none;
}
.btn_03:hover {
	text-decoration: none;
}
.btn_03::after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	right: 11px;
	top: 35%;
	border-right: 2px solid #1092D9;
	border-bottom: 2px solid #1092D9;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: .3s;
	-webkit-transition: .3s;
}
.btn_03:hover::after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.hvr-sweep-to-right {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #008BD6;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right.color02:before {
	background-color: #F0F7FB;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: #fff !important;
}

.hvr-sweep-to-right.color02:hover,
.hvr-sweep-to-right.color02:focus,
.hvr-sweep-to-right.color02:active {
  color: #000 !important;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn_part {
	float: right;
	width: 31%;
	border: 3px solid #666;
	border-radius: 7px;
}
.btn_part p a {
	background: url(../image/icon_arrow04.png) 97% center no-repeat;
	display: block;
	color: #000;
	padding: 10px 40px;
	text-align: center;
	text-decoration: none;
}
.btn_part01 {
}
.btn_part01 li a {
	background: url(../image/icon_arrow04.png) 97% center no-repeat;
	border: 3px solid #666;
	border-radius: 7px;
	display: block;
	color: #000;
	padding: 10px 40px;
	text-align: center;
	text-decoration: none;
}
.guide_table {
	margin: 40px 0 30px;
}
.guide_table tr td {
	border: 3px solid #ccc;
}
.act_detail {
	margin-bottom: 50px;
}
.act_detail table {
	float: left;
	width: 65.4%;
}
.act_p_r02 {
	float: right;
	width: 31%;
	box-sizing: border-box;
}
.btn_access {
	width: 31%;
	margin: 0 auto;
	border: 3px solid #666;
	border-radius: 7px;
}
.btn_access p a {
	background: url(../image/icon_arrow04.png) 97% center no-repeat;
	display: block;
	color: #000;
	padding: 10px 40px;
	text-align: center;
	text-decoration: none;
}
.l_sentence01 {
	float: left;
	width: 66.5%;
}
.r_images01 {
	float: right;
	width: 30.333%;
}
.list_fl {
	float: left;
	margin-right: 10px;
}
.point_fl {
	float: left;
	width: 22.5%;
}
.point_fr {
	float: right;
	width: 75.5%;
}
.photo_point {
	background-color: #000;
	color: #4DFFFF;
	padding: 10px;
	text-align: center;
}
.photo_point span {
	background: url(../image/photo_icon.png) left center no-repeat;
	padding: 5px 0 5px 50px;
}
.l_main-headline--02 {
	padding: 50px 40px;
}
.menu_photo {
	text-align: center;
	padding: 25px 0;
	border: 1px solid #FFD8B0;
}
.fll {
	float: left;
}
.flr {
	float: right;
}
.list_part01 {
	padding: 10px;
	margin-top: 10px;
}
.list_part01 ul {
	margin-left: 20px;
}
.list_part01 li {
	list-style: url(../image/disc_blue.png) outside;
}
.aqua_box01, .aqua_box02, .aqua_box03, .aqua_box04, .aqua_box05, .aqua_box06, .aqua_box07, .aqua_box08 {
	padding: 30px 20px;
}
.area_btn01, .area_btn02, .area_btn03, .area_btn04, .area_btn05, .area_btn06, .area_btn07, .area_btn08 {
	width: 75%;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto;
}
.area_btn01 { background-color: #008C8C; }
.area_btn02 { background-color: #00B2B2; }
.area_btn03 { background-color: #1A6600; }
.area_btn04 { background-color: #468C00; }
.area_btn05 { background-color: #00468C; }
.area_btn06 { background-color: #00A3D9; }
.area_btn07 { background-color: #FF8000; }
.area_btn08 { background-color: #FF8000; }

.area_btn01 a, .area_btn02 a, .area_btn03 a, .area_btn04 a, .area_btn05 a, .area_btn06 a, .area_btn07 a, .area_btn08 a {
	display: block;
	text-decoration: none;
	padding: 15px 20px;
	color: #fff !important;
}
.area_lead {
	margin-bottom: 20px;
}
.aqua_box01 { background-color: #EDF7F7; }
.aqua_box02 { background-color: #EDFAFA; }
.aqua_box03 { background-color: #EFF4ED; }
.aqua_box04 { background-color: #F2F7ED; }
.aqua_box05 { background-color: #EDF2F7; }
.aqua_box06 { background-color: #EDF9FC; }
.aqua_box07 { background-color: #FFF6ED; }
.aqua_box08 { background-color: #FFF6ED; }
.expo_box01, .expo_box02, .expo_box03, .expo_box04, .expo_box05, .expo_box06, .expo_box07, .expo_box08 {
	padding: 30px 20px;
}
.expo_btn01, .expo_btn02, .expo_btn03, .expo_btn04, .expo_btn05, .expo_btn06, .expo_btn07, .expo_btn08 {
	width: 75%;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto;
}
.expo_btn01 { background-color: #008C46; }
.expo_btn02 { background-color: #008C46; }
.expo_btn03 { background-color: #663300; }
.expo_btn04 { background-color: #0044C6; }
.expo_btn05 { background-color: #46008C; }
.expo_btn06 { background-color: #008C46; }
.expo_btn07 { background-color: #FF8000; }
.expo_btn08 { background-color: #008C8C; }
.expo_btn01 a,
.expo_btn02 a,
.expo_btn03 a,
.expo_btn04 a,
.expo_btn05 a,
.expo_btn06 a,
.expo_btn07 a,
.expo_btn08 a {
	display: block;
	padding: 15px 20px;
	color: #fff !important;
}
.expo_lead {
	margin-bottom: 20px;
}
.expo_box01 { background-color: #EDF7F2; }
.expo_box02 { background-color: #EDF7F2; }
.expo_box03 { background-color: #F4F1ED; }
.expo_box04 { background-color: #EDF2FB; }
.expo_box05 { background-color: #F2EDF7; }
.expo_box06 { background-color: #EDF7F2; }
.expo_box07 { background-color: #FFF6ED; }
.expo_box08 { background-color: #EDF7F7; }
.walk_guide01 { background-color: #D5ECE0; }
.walk_guide02 { background-color: #D5ECE0; }
.walk_guide03 { background-color: #E6DED5; }
.walk_guide04 { background-color: #D5E0F6; }
.walk_guide05 { background-color: #E0D5EC; }
.walk_guide06 { background-color: #D5ECE0; }
.walk_guide07 { background-color: #FFEAD5; }
.walk_guide08 { background-color: #D5ECEC; }

.walk_guide01, .walk_guide02, .walk_guide03, .walk_guide04, .walk_guide05, .walk_guide06, .walk_guide07, .walk_guide08 {
	padding: 10px 20px;
}
.pamphlet_download tr a {
	background: url(../image/arrow_icon001.png) left center no-repeat;
	padding-left: 15px;
}

/* 2カラム */
.column_type2 {
}
.column_type2 .item li {
	display: inline-block;
	margin: 0 0 0 3%;
	width: 48%;
	vertical-align: top;
}
.column_type2 .item li:first-child {
	margin: 0;
}
.column_type2_2 {
}
.column_type2_2 .item li {
	border: 1px solid #ddd;
	display: inline-block;
	margin: 0 0 0 3%;
	width: 46%;
	padding: 20px;
	vertical-align: top;
	box-sizing: border-box;
}
.column_type2 .item li:first-child {
	margin: 0;
}
/*3カラム（枠あり）*/
.column_type3 {
}
.column_type3 .item li {
	border: 1px solid #ddd;
	display: inline-block;
	margin: 0 0 3% 3%;
	width: 30.8%;
	vertical-align: top;
	padding: 20px;
	font-size: 93.75%;
}
.column_type3 .item li:first-child {
	margin-left: 0;
}
.column_type3 .item li ul li {
	border: medium none;
	display: list-item;
	list-style: outside url(../image/disc_blue.png) disc;
	margin-left: 20px !important;
	padding: 2% 1% 0;
	width: 100%;
}
.column_type3 .item li ol li {
	border: medium none;
	display: list-item;
	list-style: outside decimal;
	margin-left: 20px !important;
	padding: 2% 0.5% 0;
	width: 100%;
}
.column_type3 .item .thumb {
	margin-bottom: 5px;
}
.column_type3 .thumb img {
	margin: 0 0 15px;
}
.column_type3 .btn_link {
}
.download_are {
	margin-bottom: 90px;
	padding: 20px 150px;
}
.column_type3 .btn_link a {
	border: 3px solid #1f4153;
	border-radius: 5px;
	padding: 10px 0 8px;
	text-align: center;
	display: block;
	background: url(../image/icon_arrow05.png) 93% center no-repeat;
	margin-bottom: 20px;
}
.download_are .btn_link a {
	border: 3px solid #1f4153;
	border-radius: 5px;
	padding: 10px 0 8px;
	text-align: center;
	display: block;
	background: #fff url(../image/icon_arrow05.png) 93% center no-repeat;
	margin-bottom: 20px;
}
.column_type3 .btn_link a:link, .download_are .btn_link a:link {
	color: #000000;
}
.column_type3 .btn_link a:hover, .download_are .btn_link a:hover {
	color: #fff;
	background: #1F4153 url(../image/icon_arrow05h.png) 93% center no-repeat;
}
.btn_width {
	width: 35%;
	margin: 0 auto;
}
.color_box001 {
	background: url(../image/color_box001_bg.gif) top left repeat;
}
.color_box002 {
	background: url(../image/color_box002_bg.gif) top left repeat;
}
.color_box003 {
	background: url(../image/color_box003_bg.gif) top left repeat;
}
.download_are p {
	color: #2466BD;
}
.column_type03 .item li {
	display: inline-block;
	margin: 0 3% 3% 0;
	width: 30.8%;
	vertical-align: top;
	font-size: 93.75%;
}
.column_type03 .item li:last-child {
	margin-right: 0;
}
/*4カラム*/
.area_link {
}
.fll270 {
	border: 1px solid #ddd;
	float: left;
	width: 22%;
}
.guide_s {
	border: 1px solid #ddd;
	margin-bottom: 80px;
	padding: 20px;
}
.guide_s .thumb {
	float: left;
	margin: 0 2.5% 0 0;
}
.guide_ss .thumb {
	float: left;
	width: 70%;
}
.guide_ss .detail {
	float: left;
	width: 25%;
	box-sizing: border-box;
	margin: 0 0 0 1.25%;
}
.column_type2 .btn_dwld a {
	border: 3px solid #666666;
	border-radius: 5px;
	padding: 10px 0 8px;
	text-align: center;
	line-height: 1.1;
	display: block;
	margin-bottom: 20px;
	margin: 25px auto;
	width: 72.4%;
}
.btn_dwld a:link {
	color: #000;
}
.column_type2 .btn_dwld a:hover {
	background-color: #ccc;
}

/* ---------------------------------------------------------- */
/* passport */
.passport_flow {}
.passport_flow li {
    width: 49.17%;
    float: left;
    margin: 0 1.66% 1.66% 0;
}
.passport_flow li:nth-child(2n) {
    margin-right: 0;
}
.passport_flow li .flow_ttl {
    color: #fff;
    font-size: 18px;
    padding: 12px 15px;
    background-color: #003366;
}
.passport_flow li .thumb {
    padding: 20px;
    border-right: 2px solid #DDD;
    border-bottom: 2px solid #DDD;
    border-left: 2px solid #DDD;
    overflow: hidden;
}
.passport_flow li .thumb img {
    float: left;
    margin: 0 20px 5px 0;
}

/* column_type_passport */
.column_type_passport {}
.column_type_passport .item li {
    width: 49.17%;
    float: left;
    margin: 0 1.66% 1.66% 0;
}
.column_type_passport .item li:nth-child(2n) {
    margin-right: 0;
}

/* passport_new */
.passport_new_lead {
    color: #0059b2;
    font-size: 137.5%;
    font-weight: bold;
    margin-bottom: 20px;
}
.passport_new {
    border-bottom: 2px solid #DDD;
}
.passport_new dt {
    color: #fff;
    font-size: 18px;
    padding: 15px;
    background-color: #008BD6;
}
.passport_new dd {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    border-right: 2px solid #DDD;
    border-left: 2px solid #DDD;
}
.passport_new dd + dd {
    padding: 0 20px 20px;
}

/* passport_update */
.passport_update_lead {
    color: #0059b2;
    font-size: 137.5%;
    font-weight: bold;
    margin-bottom: 20px;
}
.passport_update {
    border-bottom: 2px solid #DDD;
}
.passport_update dt {
    color: #fff;
    font-size: 18px;
    padding: 15px;
    background-color: #008C8C;
}
.passport_update dd {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    border-right: 2px solid #DDD;
    border-left: 2px solid #DDD;
    overflow: hidden;
}
.passport_update dd + dd {
    padding: 0 20px 20px;
}
.passport_update dd img {
    float: right;
    width: 200px;
    margin: 0 0 0 20px;
}

/* passport_exchange */
.passport_exchange {}
.passport_exchange .ticket_photo {
    width: 25%;
    float: right;
}
.passport_exchange .ticket_txt {
    width: 73.33%;
    float: left;
}
.passport_exchange_lead {
    color: #0059b2;
    font-size: 137.5%;
    font-weight: bold;
    margin-bottom: 20px;
}
/* ---------------------------------------------------------- */

.cam01 dt {
	float: left;
	margin: 0 0 55px;
	width: 8%;
}
.fll250 {
	float: left;
	margin-right: 15px;
	width: 20.8%;
}
.fll150 {
	float: left;
	margin-right: 10px;
	width: 12.39%;
}

/* floormap */
.floormap_list_01 {}
.floormap_list_01 .item {
	float: left;
	width: 47.93%;
	margin: 0 3.3% 0 0;
}
.floormap_list_01 .item:nth-child(2n) {
	margin-right: 0;
}

.floormap_list_02 { margin-top: 30px; }
.floormap_list_02 li {
	float: left;
	width: 22.31%;
	margin: 0 3.3% 3.3% 0;
}
.floormap_list_02 li:nth-child(4n) {
	margin-right: 0;
}
.floormap_list_02 li a:hover {
	text-decoration: none;
	opacity: .8;
}
.floormap_list_02 li span {
	color: #fff;
    display: block;
    background: url(/userfiles/images/floormap/bg_03.jpg);
    text-align: center;
    font-size: 15px;
    padding: 8px;
	position: relative;
}
.floormap_list_02 li span::before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	right: 12px;
	top: 35%;
	border-right: 2px solid #1494D9;
	border-bottom: 2px solid #1494D9;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.floor_list dl {
	display: table;
	width: 100%;
	border: 1px solid;
	margin-bottom: 20px;
}
	.floor_list .item_01 { border-color: #102584; }
	.floor_list .item_02 { border-color: #193E9E; }
	.floor_list .item_03 { border-color: #1996DA; }
	.floor_list .item_04 { border-color: #1996DA; }

.floormap_list_01 .map_01 {
	position: relative;
}
.floormap_list_01 .map_01 li {
	position: absolute;
    color: #fff;
    padding: 4px 14px 3px;
    background-color: #000;
    border-radius: 20px;
    line-height: 1;
	opacity: 0;
	transition: .3s;
	-webkit-transition: .3s;
}
.floormap_list_01 .map_01 .point_01 { bottom: 4px; left: 172px; background-color: #00167C; }
.floormap_list_01 .map_01 .point_02 { bottom: 93px; right: 106px; background-color: #002994; }
.floormap_list_01 .map_01 .point_03 { top: 33px; left: 132px; background-color: #004CB3; }
.floormap_list_01 .map_01 .point_04 { top: -10px; right: 30px; background-color: #008BD6; }


.floormap_list_01 .map_01 .anime {
	animation: anime1 1s ease -2s infinite alternate;
}

@keyframes anime1 {
	0% { opacity: .5; }
	100% { opacity: 1; }
}

.floormap_list_01 .map_01 li::before {
	content: "";
	background-color: #999;
    width: 2px;
    display: block;
    position: absolute;
}
.floormap_list_01 .map_01 .point_01::before {
	left: 14px;
    top: -138px;
    height: 155px;
    transform: rotate(142deg);
    -webkit-transform: rotate(142deg);
}
.floormap_list_01 .map_01 .point_02::before {
	left: -20px;
    top: -129px;
    height: 181px;
    transform: rotate(115deg);
    -webkit-transform: rotate(115deg);
}
.floormap_list_01 .map_01 .point_03::before {
	left: 179px;
    bottom: -126px;
    height: 190px;
    transform: rotate(-71deg);
    -webkit-transform: rotate(-71deg);
}
.floormap_list_01 .map_01 .point_04::before {
	left: 34px;
    bottom: -73px;
    height: 90px;
    transform: rotate(51deg);
    -webkit-transform: rotate(51deg);
}

.floor_list dt {
	width: 60px;
	display: table-cell;
	vertical-align: middle;
}
.floor_list dd {
	display: table-cell;
    vertical-align: middle;
}
.floor_list dd a {
	color: #000;
	font-size: 18px;
    line-height: 1.2;
	display: block;
	text-decoration: none;
	position: relative;
	padding: 6px 10px;
	transition: .3s;
	-webkit-transition: .3s;
}
.floor_list dd a::before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 38%;
	right: 12px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transition: .3s;
	-webkit-transition: .3s;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.floor_list dd a:hover { background-color: #F0F7FB; }
.floor_list dd a:hover::before { right: 9px; }

	.floor_list .item_01 a::before { border-color: #102584; }
	.floor_list .item_02 a::before { border-color: #193E9E; }
	.floor_list .item_03 a::before { border-color: #1996DA; }
	.floor_list .item_04 a::before { border-color: #1996DA; }
	
.floor_list dd strong {
	font-size: 22px;
	font-weight: normal;
	display: block;
}
	.floor_list .item_01 strong { color: #102584; }
	.floor_list .item_02 strong { color: #193E9E; }
	.floor_list .item_03 strong { color: #1996DA; }
	.floor_list .item_04 strong { color: #1996DA; }

.floor_list .link_list {}
.floor_list .link_list li {
	float: left;
	width: 46.55%;
	display: inline-block;
	vertical-align: top;
	margin: 0 6.89% 6.89% 0;
}
.floor_list .link_list li:nth-child(2n) {
	margin-right: 0;
}

.floor_list_slide {
	margin: 80px auto 60px;
}
.floor_list_slide .floor_controllers {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}
.floor_list_slide .floor_controllers li {
	width: 25%;
	display: table-cell;
	vertical-align: top;
	padding-right: 2px;
}
.floor_list_slide .floor_controllers a {
	color: #fff;
    font-size: 22px;
    display: block;
    background: url(/userfiles/images/floormap/bg_02.jpg);
    padding: 9px 10px 6px;
    text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
	position: relative;
}
.floor_list_slide .floor_controllers .active a,
.floor_list_slide .floor_controllers a:hover {
	background-image: url(/userfiles/images/floormap/bg_01.jpg);
}
.floor_list_slide .floor_controllers a::before {
	transition: .3s;
	-webkit-transition: .3s;
}
.floor_list_slide .floor_controllers .active a::before,
.floor_list_slide .floor_controllers a:hover::before {
	content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #008BD6;
    border-right: 5px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 5px solid transparent;
}

.floor_slider { overflow: hidden; }
.floor_slider .slider {
	opacity: 0;
	transform: translateX(100%);
}
.floor_slider .slider.active {
	opacity: 1;
	transform: translateX(0);
	transition: all 0.3s ease 0s;
}
.floor_slider .slider > * { display: none; }
.floor_slider .slider.active > * { display: block; }

.floor_list_slide .ttl {
	color: #1F99DB;
	font-size: 30px;
	line-height: 1;
	font-weight: normal;
}
.floor_list_slide .lead_01 { margin-bottom: 5px;}

/*--------------------------------------------------
	coming
--------------------------------------------------*/
.coming_content {}
.coming_head {
	text-align: center;
	margin: -30px 0 30px;
}

.coming_inner {
	margin: 0 -40px -60px;
	padding: 30px 30px 60px;
	background: #4CAEE2 url(/image/bg_01.png);
}
.coming_inner .item {
	float: left;
	width: 600px;
	margin: 0 20px 20px 0;
}
.coming_inner .item:nth-child(2n) {
	float: right;
	margin-right: 0;
}
.coming_inner .item .ttl {
	text-align: center;
}
.coming_inner .item_inner {
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    padding: 30px 30px 10px;
}
.coming_inner .item_inner .flr { margin-left: 15px; }
.coming_inner .item_inner p {
    color: #333333;
    font-size: 20px;
    overflow: hidden;
}
.coming_inner .item_inner ul { margin-bottom: 30px; }
.coming_inner .item_inner * + ul { margin-top: 30px; margin-bottom: 50px; }
.coming_inner .item_inner ul li + li { margin-top: 20px; }
.coming_inner .item_inner ul a {
    display: block;
    color: #000;
    font-size: 20px;
    line-height: 1.5;
    text-decoration: none;
    border: 2px solid #008BD6;
    border-radius: 18px;
    padding: 23px 10px 23px 55px;
    background: #F6F6F6 url(/image/icon_arrow07.png) no-repeat 30px 27px;
	transition: .3s;
	-webkit-transition: .3s;
}
.coming_inner .item_inner ul a:hover { background-color: #E5F3FB; }
.coming_inner .tac.mgtb30 {
    margin: 60px 0 50px !important;
}

.coming_inner .back_link {display: none; }



/* Icon
---------------------------------------------------- */

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Here are example usages in HTML:

`display: block` sprite:
<div class="icon-home"></div>

`display: inline-block` sprite:
<img class="icon-home" />
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

.icon_hd-home {
	width: 22px;
	height: 22px;
	background-image: url(/img/common/sprite.png);
	background-position: -32px -117px;
}
li:hover .icon_hd-home, a.is_current .icon_hd-home {
	width: 22px;
	height: 22px;
	background-image: url(/img/common/sprite.png);
	background-position: 0px -117px;
}
.icon_hd-info {
	width: 32px;
	height: 30px;
	background-image: url(/img/common/sprite.png);
	background-position: 0px -77px;
}
li:hover .icon_hd-info, a.is_current .icon_hd-info {
	width: 32px;
	height: 30px;
	background-image: url(/img/common/sprite.png);
	background-position: -86px -37px;
}
.icon_hd-guide {
	width: 33px;
	height: 30px;
	background-image: url(/img/common/sprite.png);
	background-position: 0px -37px;
}
li:hover .icon_hd-guide, a.is_current .icon_hd-guide {
	width: 33px;
	height: 30px;
	background-image: url(/img/common/sprite.png);
	background-position: -43px -37px;
}
.icon_hd-program {
	width: 22px;
	height: 30px;
	background-image: url(/img/common/sprite.png);
	background-position: -42px -77px;
}
li:hover .icon_hd-program, a.is_current .icon_hd-program {
	width: 22px;
	height: 30px;
	background-image: url(/img/common/sprite.png);
	background-position: -74px -77px;
}
.icon_hd-about {
	width: 63px;
	height: 27px;
	background-image: url(/img/common/sprite.png);
	background-position: 0px 0px;
}
li:hover .icon_hd-about, a.is_current .icon_hd-about {
	width: 63px;
	height: 27px;
	background-image: url(/img/common/sprite.png);
	background-position: -73px 0px;
}
.icon_hd-language {
	width: 23px;
	height: 23px;
	background-image: url(/img/common/sprite.png);
	background-position: -146px -34px;
}
li:hover .icon_hd-language, a.is_current .icon_hd-language {
	width: 23px;
	height: 23px;
	background-image: url(/img/common/sprite.png);
	background-position: -146px -67px;
}
.icon_hd-search {
	width: 24px;
	height: 24px;
	background-image: url(/img/common/sprite.png);
	background-position: -106px -77px;
}
li:hover .icon_hd-search, a.is_current .icon_hd-search {
	width: 24px;
	height: 24px;
	background-image: url(/img/common/sprite.png);
	background-position: -146px 0px;
}


/*===================================================================
 Media Query
===================================================================*/

@media all and (max-width: 2000px) {
.l_social-btn {
	display: none;
}
}

@media all and (max-width: 1480px) {
.l_footer {
	padding-left: 5px;
}
.l_footer-nav > li {
	margin-left: 10px;
	padding-left: 10px;
}
}

@media all and (max-width: 1280px) {
.l_copyright {
	display: none;
}
.l_footer-secondary-nav__item {
	width: 33%;
}
.l_bnr-list--04 > ul > li, .l_bnr-list--05 > ul > li, .l_bnr-list--06 > ul > li, .l_bnr-list--07 > ul > li, .l_bnr-list--08 > ul > li {
	width: 33%;
}
.l_bnr-list--re02 > ul > li {
	width: 50%;
}
.l_image-item, .l_image-item > .wrap {
	height: 235px;
}
.l_image-item > .title {
	font-size: 18px;
	background-size: 6px 10px;
}
.l_image-item > .text {
	font-size: 14px;
}
}
 @-webkit-keyframes sdb {
 0% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 -webkit-transform: translate(0, 20px);
 transform: translate(0, 20px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
 @keyframes sdb {
 0% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 -webkit-transform: translate(0, 20px);
 transform: translate(0, 20px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
/* l_common-headline */
.l_common-headline {
}
.l_common-headline .l_breadcrumbs {
	padding-left: 10px;
}
.l_common-headline .l_main-pagettl {
	font-size: 32px;
	color: #fff;
	padding: 13px 44px 10px 20px;
	background-color: rgba(0, 0, 0, .8);
}


/* l_main-content */
.l_main-content {
	min-height: 800px;
}
/*---------------------------------------------------------------------
	footer g_nav
---------------------------------------------------------------------*/

.l_footer-secondary {
	background-color: #333;
}
.l_footer-secondary-inner {
	min-width: 850px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 30px 40px 0;
}
.l_footer-secondary-nav-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.l_footer-secondary-nav {
	margin-left: -40px;
}
.l_footer-secondary-nav__item {
	float: left;
	width: 25%;
	margin-bottom: 30px;
	padding-left: 40px;
	color: #fff;
}
.l_footer-secondary-nav__item a {
	color: #fff;
}
.l_footer-secondary-nav__item .title {
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #b8b8b8;
}
.l_footer-secondary-nav__item .title + .title {
	margin-top: 28px;
}
.l_footer-secondary-nav__item .nav {
	font-size: 13px;
}
.l_footer-secondary-nav__item .nav a {
	color: #b9b9b9;
}
.l_footer-secondary-nav__item .nav > li {
	margin-top: 4px;
}
.l_footer-secondary-nav__item .nav > li:first-child {
	margin-top: 0;
}
.l_footer-secondary-nav__item .nav > li.sub {
	margin-top: 10px;
	padding-top: 8px;
	border-top: 1px dotted #b8b8b8;
}

/*---------------------------------------------------------------------
	float_banner
---------------------------------------------------------------------*/

#float_banner {
	display: none;
    position: fixed;
    bottom: -155px;
    right: 30px;
    width: 400px;
    background: rgba(255,255,255,.9);
    padding: 0 20px 10px;
    border-radius: 0;
    border: #008BD6 5px solid;
    box-shadow: rgba(94, 94, 94, 0.3) 0px 0px 6px 3px;
    -webkit-box-shadow: rgba(94, 94, 94, 0.3) 0px 0px 6px 3px;
    -moz-box-shadow: rgba(94, 94, 94, 0.3) 0px 0px 6px 3px;
    z-index: 30;
    border-bottom: none;
	transition: .5s;
	-webkit-transition: .5s;
}
#float_banner.open { bottom: 60px; }
#float_banner .ttl {
    font-weight: bold;
    margin: 0;
    color: #008BD6;
    letter-spacing: 1px;
    padding: 10px 10px 10px 70px;
    font-size: 120%;
	cursor: pointer;
	position: relative;
}
#float_banner .ttl::before {
	content: "";
	position: absolute;
	left: 0;
	top: -15px;
	width: 69px;
	height: 61px;
	background: url(/image/icon_sakana.gif) no-repeat 0 0;
}
.float_banner_close {
    position: absolute;
    right: 9px;
    top: 6px;
    font-weight: bold;
    cursor: pointer;
    font-size: 24px;
    color: #333333;
    width: 24px;
    text-align: center;
}

/*---------------------------------------------------------------------
	pagescroll
---------------------------------------------------------------------*/
.l_page-top {
	position: fixed;
	z-index: 10;
	right: 30px;
	bottom: 80px;
}
.l_page-top {
	position: fixed;
	z-index: 10;
	right: 30px;
	bottom: -100px;
	transition: bottom .5s;
}
.l_page-top.is_show {
	bottom: 80px;
}
.l_page-top:hover {
	transition: bottom .3s;
	opacity: .7;
}

/*---------------------------------------------------------------------
	footer
---------------------------------------------------------------------*/
/* footer */

.l_footer {
	position: fixed;
	z-index: 30;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 1000px;
	height: 60px;
	padding-left: 130px;
	/* transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateY(100vh);
	transform: translateY(100vh); */
	color: #fff;
	background-color: #000;
}
.l_footer.is_show {
/* -webkit-transform: translateY(0);
	transform: translateY(0); */
}
.l_footer a {
	color: #fff;
}
.l_footer-nav {
	font-size: 0;
	/*width: 850px;*/
	/*width: 940px;*/
	margin-top: 23px;
	color: #f00;
	padding-right: 480px;
}
@media all and (max-width: 1280px) {
.l_footer-nav {
    padding-right: 210px;
	margin-top: 16px;
}
}
.l_footer-nav li {
	font-size: 12px;
	line-height: 1.1;
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
	margin-bottom: 5px;
}
.l_footer-nav li:first-child {
	padding-left: 5px;
}
.l_footer-nav li + li {
	border-left: 1px solid #fff;
}
.l_social-btn {
	position: absolute;
	top: 19px;
	left: 980px;
	display: table;
	display: none;
}
.l_social-btn > li {
	line-height: 1;
	display: table-cell;
	padding-left: 7px;
	vertical-align: middle;
}
.l_copyright {
	font-size: 12px;
	position: absolute;
	top: 22px;
	right: 220px;
}
.l_footer-logo {
	position: absolute;
	top: 0;
	right: 0;
}
.l_footer-logo > img {
	vertical-align: top;
}
