@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------
	maintenance_now
---------------------------------------------------------------------*/
.maintenance_now {
  background: #eee;
  padding: 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.maintenance_now .inner {}
.maintenance_now .m_texts {
  max-width: 960px;
  margin: auto;
  background: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .1);
  padding: 20px;
  text-align: center;
}
.m_text_01 {color: #14528E;font-size: 2.4rem;margin-bottom: 15px;font-weight: bold;}
.m_text_02 {color: #333;font-size: 1.4rem;margin-bottom: 20px;}
.m_text_03 {margin-bottom: 40px; line-height: 2; }
.m_text_03 br { display: none; }
.m_text_04 {color: #D64B00;font-size: 2.6rem;line-height: 1.2;margin-bottom: 10px;}
.m_text_05 {color: #D64B00;font-size: 1.4rem;margin-bottom: 20px;}

/*---------------------------------------------------------------------
	container
---------------------------------------------------------------------*/
#container {
  overflow: hidden;
}
.sp_none { display: none; }

/* l_tablet */
@media screen and (min-width: 1024px) {
  .sp_none { display: block; }
  .pc_none { display: none; }
}

/*---------------------------------------------------------------------
	site_header
---------------------------------------------------------------------*/
#site_header {
  width: 100%;
  z-index: 100;
  position: relative;
	padding: 13px 15px 8px;
  background: #000;
}
#site_header.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.site_logo {
  float: left;
	text-align: left;
  width: 40%;
	line-height: 0;
}
.site_logo a { display: block; }
.site_logo img {
	width: auto;
	height: 36px;
	vertical-align: top;
}
.header_menu {
  float: right;
  /*width: 50%;*/
  font-size: 0;
  text-align: right;
	padding-top: 2px;
}
.header_menu > * {
  display: inline-block;
  vertical-align: middle;
}
.header_menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 10px;
  padding: 20px 10px 0;
  background: no-repeat center 0;
  background-size: 20px;
}
.header_menu .btn_language a {
  background-image: url("/image/common/icon_lang_01.svg");
	background-size: 17px auto;
}
.header_menu .btn_access a {
  background-image: url("/image/common/icon_access_01.svg");
	background-size: auto 17px;
}
.header_menu .btn_site_navi {}
#panel-btn {
  position: relative;
  color: #fff;
  display: block;
  text-decoration: none;
  width: 46px;
  height: 40px;
}
#panel-btn-icon {
	display: block;
	position: absolute;
	top: 16px;
	left: 13px;
	width: 22px;
	height: 1px;
	background: #72B8FF;
	transition: .2s;
}
#panel-btn-icon:before,
#panel-btn-icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #72B8FF;
	transition: .3s;
}
#panel-btn-icon:before{
	margin-top: -8px;
}
#panel-btn-icon:after{
	margin-top: 7px;
}
	
/* close */
.panel-btn.close{}
.close #panel-btn-icon {
	background: transparent;
}
.close #panel-btn-icon:before,
.close #panel-btn-icon:after {
	margin-top: -2px;
	width: 20px;
	height: 1px;
}
.close #panel-btn-icon:before{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.close #panel-btn-icon:after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

/*----- site_navi -----*/
#site_navi {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 50;
  background-color: rgba(0,0,0,1);
  padding: 63px 0 15px;
  overflow: hidden;
}
#site_navi > .inner {
	height: 100%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

/* serch_form */
.serch_form {
  position: relative;
  margin: 10px;
}
.serch_form .search_window {
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
	background-color: #fff;
	font-size: 16px;
	padding: 12px 40px 12px 15px;
	width: 100%;
}
.serch_form .serch_button {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  background: url(/image/common/icon_search_01.svg) no-repeat center center;
  background-size: 20px;
  width: 40px;
  height: 40px;
  vertical-align: top;
  position: absolute;
  right: 0;
  top: 3px;
  padding: 0;
  text-indent: -9999px;
}

/* site_navi_list */
#site_navi .navi_list {}
#site_navi .navi_list a {
  color: #fff;
  text-decoration: none;
  position: relative;
	padding: 15px 65px 15px 15px;
	display: block;
}
#site_navi .navi_list a::after {
	content: "";
	position: absolute;
	right: 27px;
	top: 50%;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg);
	margin-top: -5px;
}
#site_navi .navi_list .list_01 {
  border-top: 1px solid #555;
}
#site_navi .navi_list .list_01 li {
	border-bottom: 1px solid #555;
	position: relative;
}
#site_navi .navi_list .toggle_btn {
	position: absolute;
	right: 0;
	width: 60px;
	top: 0;
	height: 100%;
  background: #000;
}
#site_navi .navi_list .toggle_btn.open {
	background-color: #222;
}
#site_navi .navi_list .toggle_btn::before,
#site_navi .navi_list .toggle_btn::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 27px;
	background-color: #999;
	width: 12px;
	height: 2px;
	margin-left: -6px;
	transition: .3s;
}
#site_navi .navi_list .toggle_btn::before {
	transform: rotate(-90deg);
}
#site_navi .navi_list .toggle_btn::after {
	transform: rotate(180deg);
}
#site_navi .navi_list .toggle_btn.open::before,
#site_navi .navi_list .toggle_btn.open::after {
	transform: rotate(0);
}

#site_navi .navi_list .toggle_list {
	display: none;
}
#site_navi .navi_list .toggle_list li {
	border-bottom: none;
	border-top: 1px solid #555;
}
#site_navi .navi_list .toggle_list li a {
  font-size: 1.3rem;
  background: #222222;
  padding: 15px;
  padding-left: 30px;
}
#site_navi .navi_list .toggle_list li a::after {
	border-color: #fff;
}


#site_navi .navi_list .list_02 {
	margin: 10px 0;
}
#site_navi .navi_list .list_02 li {}
#site_navi .navi_list .list_02 a {
  font-size: 1.3rem;
  padding: 5px 5px 5px 28px;
}
#site_navi .navi_list .list_02 a::after {
  right: auto;
  left: 15px;
  top: 16px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 4px solid #008BD6;
  transform: none;
}

.link_barrier-free {
  color: #fff !important;
  text-decoration: none;
  display: block;
  margin: 10px 10px 30px;
  border: 1px solid #555;
  background-color: #222222;
  padding: 15px 10px;
  font-size: 1.4rem;
}
.link_barrier-free span {
  display: inline-block;
  padding: 1px 0 1px 50px;
  background: url("/image/common/icon_ba_01.svg") no-repeat 0 0;
}


/*----- site_language -----*/
#site_language {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 50;
	background-color: rgba(0,0,0,.85);
	padding: 90px 15px 15px;
	overflow: hidden;
}

.site_language_list li {
	text-align: center;
	margin-bottom: 15px;
	font-size: 20px;
}
.site_language_list li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 10px 50px;
}
.site_language_list li .is_current {
	border-bottom: 2px solid #008bd6;
}

#site_language_close {
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 40px auto 30px;
}
#site_language_close > i {
	font-weight: bold;
	margin-right: 7px;
}

/* tablet */
@media screen and (min-width: 768px) {
  .topic_path > ol {
		font-size: 1.4rem;
		padding: 12px 30px;
  }
}


/*---------------------------------------------------------------------
	topic_path_top
---------------------------------------------------------------------*/
.topic_path {
  background: rgba(0,0,0,.63);
}
.topic_path > ol {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1240px;
  padding: 8px 15px;
}
.topic_path > ol > li {
  display: inline;
}
.topic_path > ol > li + li::before {
  content: ">";
  margin: 0 5px;
}
.topic_path > ol > li a {
  color: #fff;
  text-decoration: underline;
}
.topic_path > ol > li:last-child a {
	text-decoration: none;
	color: #fff;
}

/* tablet */
@media screen and (min-width: 768px) {
  .topic_path > ol {
		font-size: 1.4rem;
		padding: 12px 30px;
  }
}

/*---------------------------------------------------------------------
	pagebody
---------------------------------------------------------------------*/
#pagebody {
  background: #042775 url("/image/page/bg_dir_default.png") repeat-y center top;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
#top #pagebody {
  background: none;
}
.pagebody_inner,
#pagebody_inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 15px 15px 50px;
  box-sizing: content-box;
  background: #fff;
}

#alpha {}

/* tablet */
@media screen and (min-width: 768px) {
  .pagebody_inner,
  #pagebody_inner {
		padding: 30px 30px 60px;
  }
}

/*--------- text -----------*/
.page_ttl {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: normal;
  padding: 13px 15px;
  line-height: 1.4;
  background: #333;
}
.page_ttl span {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}
.page_ttl_02 {
  color: #000;
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 30px;
  background: url(/image/common/bg_07.png) repeat-x left bottom;
}

.main_image {}
.main_image .inner {
  text-align: center;
}
.main_image .lead {
  color: #fff;
  line-height: 1.2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 20px;
  box-sizing: content-box;
  
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 30%, rgba(0,0,0,0.65) 70%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 30%,rgba(0,0,0,0.65) 70%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 30%,rgba(0,0,0,0.65) 70%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
}
.main_image .lead p { font-size: 1.6rem; }
.main_image .lead .ttl { font-size: 2rem; font-weight: normal; }

.content1 {
  line-height: 1.8;
}
/*.content1 p {
  margin: 1em 0;
  line-height: 1.8;
}*/
.content1 h2 + p,
.content1 h3 + p,
.content1 h4 + p,
.content1 h5 + p,
.content1 h6 + p {
  margin-top: 0;
}
.content1 div > p {
  margin-top: 0;
}

/* headline */
.content1 * + h2 {
  margin-top: 60px;
}
.content1 * + h3 {
  margin-top: 50px;
}
.content1 * + h4 {
  margin-top: 30px;
}
.content1 * + h5 {
  margin-top: 20px;
}
.content1 h2 + h3,
.content1 h3 + h4 {
  margin-top: 0;
}

/* utility */
.content1 * + dl,
.content1 * + ol,
.content1 * + ul,
.content1 * + table {
  margin-top: 20px;
}

.lead_01,
.content1 h2 {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 4px solid #008BD6;
  margin-bottom: 25px;
}
.lead_02,
.content1 h3 {
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  background: #E3F2FA;
  padding: 10px 15px;
  margin-bottom: 25px;
  position: relative;
}
.lead_02::after,
.content1 h3::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: -13px;
  border: 5px solid transparent;
  border-top: 9px solid #E3F2FA;
}

.lead_03,
.content1 h4 {
  color: #333;
  font-size: 1.9rem;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
  margin-bottom: 20px;
}
.lead_04,
.content1 h5 {
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.lead_05 {
  color: #0059B2;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
.lead_06 {
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
.lead_07 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  background: #000;
}

.fc_01 {
  color: #D80000;
}
.fc_02 {
  color: #008BD6;
}
.fc_03 {
	color: #3366ff;
}

.modified_date {
  color: #333;
  font-size: 86.66%;
  margin-bottom: 20px;
  text-align: right;
}

.caution_box_01 {
  padding: 15px;
  background: #FFFFF0;
  border: 2px solid #ddd;
}

.caution_box_02 {
  padding: 15px;
  background: #FFF5F5;
  border: 2px solid #ddd;
}

.caution_box_03 {
  padding: 15px;
  border: 2px solid #ddd;
}
.caution_box_04 {
  background-color: #F0F7FB;
  padding: 10px;
}

/* tablet */
@media screen and (min-width: 768px) {
  .page_ttl { font-size: 3.2rem; }
  .page_ttl_02 {
		font-size: 3.2rem;
		padding-bottom: 25px;
		margin-bottom: 35px;
  }
  .lead_01,
  .content1 h2 {
		font-size: 3rem;
		padding-bottom: 15px;
		margin-bottom: 30px;
  }
  .lead_02,
  .content1 h3 {
		font-size: 2.8rem;
		margin-bottom: 30px;
  }
  .lead_03,
  .content1 h4 {
		font-size: 2.6rem;
		padding-bottom: 8px;
  }
  .lead_04,
  .content1 h5 {
		font-size: 2.2rem;
  }
  .lead_05 {
		font-size: 2.8rem;
		line-height: 1.4;
  }
  .lead_06 {
		font-size: 2.4rem;
		line-height: 1.4;
  }
  .lead_07 {
		font-size: 2.4rem;
		margin-bottom: 30px;
		padding: 10px;
  }
  
  .main_image .lead p {
		font-size: 1.8rem;
		margin-bottom: 10px;
  }
  .main_image .lead .ttl {
		font-size: 3rem;
  }
}


/*--------- btn -----------*/
a.btn_01 {
  font-weight: bold;
  color: #008CD6;
  display: block;
  border: 1px solid #CCCCCC;
  border-radius: 50px;
  padding: 15px 20px 15px 43px;
  transition: .3s;
  background: #fff url(/image/common/icon_arrow_02.svg) no-repeat 15px center;
	background-size: 18px 18px;
}
a.btn_02 {
	font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: block;
  text-decoration: none;
  border-radius: 50px;
  padding: 15px 40px;
  transition: .3s;
  background: #000 url(/image/common/icon_arrow_04.svg) no-repeat 15px center;
	background-size: 18px 18px;
}
a.btn_03 {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: block;
  text-decoration: none;
  border-radius: 50px;
  padding: 15px 40px;
  transition: .3s;
  background: #000 url(/image/common/icon_arrow_03.svg) no-repeat right 15px center;
	background-size: 18px 18px;
}
a.btn_04 {
	font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: block;
  text-decoration: none;
  border-radius: 50px;
  padding: 15px 25px;
  transition: .3s;
  background: #000;
}
a.btn_05 {
	font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: block;
  text-decoration: none;
  border-radius: 10px;
  padding: 15px 50px;
  transition: .3s;
  background: #000 url(/image/common/icon_arrow_05.svg) no-repeat right 20px center;
	background-size: 10px 16px;
}
a.btn_06 {
	font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: block;
  text-decoration: none;
  border-radius: 10px;
  padding: 15px 25px;
  transition: .3s;
  background: #000;
}

[class*="btn_"].btn_size_01 {
  display: inline-block;
	width: 70%;
  /*width: 60%;*/
  /*max-width: 400px;*/
}

.icon_blank_01::after {
	display: inline-block;
  content: url(/image/common/icon_blank_01.svg);
  margin-left: 12px;
  vertical-align: baseline;
	width: 18px;
	height: 16px;
}
[class*="btn_"].icon_blank_01:hover::after {
  content: url(/image/common/icon_blank_02.svg);
}


/*--------- ul ol dl table -----------*/
.list_decimal {
	list-style: decimal outside;
	padding-left: 20px !important;
}
.list_decimal li + li {
  margin-top: 5px;
}

.list_disc {}
.list_disc li {
  position: relative;
  padding-left: 24px;
}
.list_disc li + li {
  margin-top: 8px;
}
.list_disc li::before {
  position: absolute;
  left: 5px;
  top: 10px;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #008BD6;
}
.list_disc.c_01 li::before { background: #D80000; }

.caution_table {
  border: none;
}
.caution_table tr {
  border-bottom: 8px solid #fff;
}
.caution_table th {
  border: none;
  text-align: left;
	width: 40%;
}
.caution_table td {
	border: none;
	background: #F5F5F5 url("/image/common/icon_arrow_08.png") no-repeat center left;
	background-size: 6px;
	padding-left: 15px;
}

.th_bg_01 { color: #333; background: #E3F1FF; }
.th_bg_02 { color: #333; background: #EEF8F5; }

/* l_table  */
.tbl_row2 {
	width: 100%;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.tbl_row2 th,
.tbl_row2 td {
	text-align: left;
	width: 100%;
	display: block;
	padding: 16px 12px;
	border-top: none;
}
.tbl_row2 th {
	font-size: 1.6rem;
	padding: 12px;
}

/* scroll_table */
.scroll_table {
	overflow-x: auto;
	white-space: nowrap;
	display: block;
	width: auto;
  /*max-height: 500px;*/
}
.scroll_table tbody {
	width: 100%;
	display:table;
}
.scroll_table::-webkit-scrollbar {
	height: 5px;
  width: 5px;
}
.scroll_table::-webkit-scrollbar-track {
	background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

.caution_dl_01 {}
.caution_dl_01 dt {
  color: #fff;
  background: #003366;
  padding: 10px 15px;
}
.caution_dl_01.c_01 dt { background: #008BD6; }
.caution_dl_01.c_02 dt { background: #008C8C; }
.caution_dl_01 dd {
  padding: 15px;
  border: 1px solid #ccc;
  border-top: none;
}
.caution_dl_01 dd p {
	margin: 0;
}

.anchor_01 {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.anchor_01 li {
	vertical-align: top;
	border: 1px solid #ccc;
	width: 50%;
}
.anchor_01 li:nth-child(2n) { border-left: none; }
.anchor_01 li:nth-child(n+3) { border-top: none; }
.anchor_01 li a {
	color: #1F1F1F;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.4;
	display: table;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 16px 5px 40px;
	background: url(/image/common/icon_arrow_06.svg) no-repeat center bottom 10px;
	background-size: 20px;
}
.anchor_01 li a span {
	display: block;
	display: table-cell;
	vertical-align: middle;
}
.anchor_01 li a br {
	display: none;
}

/* tablet */
@media screen and (min-width: 768px) {
  .anchor_01 li a {
		font-size: 1.5rem;
  }
}

/* l_tablet */
@media screen and (min-width: 1024px) {
  .tbl_row2 th, .tbl_row2 td {
		display: table-cell;
		width: inherit;
  }
}

/*--------- template -----------*/
.fll {
	float: left;
}
.flr {
	float: right;
}
/*.fll_img,
.flr_img { margin-bottom: 20px; }*/

.fll_img {
  float: left;
  max-width: 40%;
  margin: 0 15px 5px 0;
}
.flr_img {
  float: right;
  max-width: 40%;
  margin: 0 0 5px 15px;;
}
.flr_270 {
  text-align: center;
  margin-bottom: 15px;
}
.flr_372 {
  text-align: center;
  margin-bottom: 15px;
}

.fll_img + p,
.flr_img + p{
  margin-top: 0;
}

.fll_img img,
.fll_img img {
  max-width: 100%;
  height: auto;
}
.fl_over {}
.fl_over h2,
.fl_over h3,
.fl_over h4,
.fl_over .lead_01,
.fl_over .lead_02,
.fl_over .lead_03,
.fl_over .caution_box_01,
.fl_over .caution_box_02,
.fl_over [class*="btn_"] {
  overflow: hidden;
}

.caption,
.list_1column .caption,
.list_2column .caption,
.list_3column .caption,
.list_4column .caption,
.list_5column .caption {
  font-size: 86.66%;
  line-height: 1.4;
  padding-top: 7px;
  text-align: center;
  margin: 0;
}
.list_1column .item > img,
.list_2column .item > img,
.list_3column .item > img,
.list_4column .item > img,
.list_5column .item > img {
  width: 100%;
  height: auto;
}

/* list_2column */
.list_2column {}
.list_2column .item {}
.list_2column .item + .item { margin-top: 30px; }

/* list_2column_02 */
.list_2column_02 {
  font-size: 0;
}
.list_2column_02 .item {
  width: 48.33%;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 3.33% 0 0;
}
.list_2column_02 .item:nth-child(2n) {
  margin-right: 0;
}
.list_2column_02 .item:nth-child(n+3) {
  margin-top: 3.33%;
}

/* list_3column */
.list_3column {}
.list_3column .item {}
.list_3column .item + .item { margin-top: 30px; }

/* list_3column_02 */
.list_3column_02 {
  font-size: 0;
}
.list_3column_02 .item {
  width: 48.33%;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 3.33% 0 0;
}
.list_3column_02 .item:first-child {
  width: 100%;
  margin: 0 0 15px;
}
.list_3column_02 .item:nth-child(2n+1) {
  margin-right: 0;
}
.list_3column_02 .item:nth-child(n+4) {
  margin-top: 3.33%;
}
.list_3column_02 .item img { width: 100%; }

/* list_4column (sp/2column) */
.list_4column {
  font-size: 0;
}
.list_4column .item {
  width: 48.33%;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 3.33% 0 0;
}
.list_4column .item:nth-child(2n) {
  margin-right: 0;
}
.list_4column .item:nth-child(n+3) {
  margin-top: 3.33%;
}

/* list_5column (sp/2column) */
.list_5column {
  font-size: 0;
}
.list_5column .item {
  width: 48.33%;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 3.33% 0 0;
}
.list_5column .item:nth-child(2n) {
  margin-right: 0;
}
.list_5column .item:nth-child(n+5) {
  margin-top: 3.33%;
}


iframe[src*='maps'] {
  width: 100%;
  height: 300px;
}

.contact_box {
  padding: 15px;
  border: 3px solid #008CD6;
}
* + .contact_box {
  margin-top: 50px;
}
.contact_box .about {
  margin-bottom: 15px;
}
.contact_box .ttl {
  color: #008CD6;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.contact_box .name {
  color: #333;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.contact_box p {
  color: #333;
}
.contact_box .link {
  font-size: 0;
}
.contact_box .link li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.5rem;
  width: 48.21%;
}
.contact_box .link li + li {
  margin-left: 3.57%;
}
.contact_box .link a {
	display: block;
	color: #555;
	text-decoration: none;
	font-weight: bold;
	background: #EEE no-repeat center 12px;
	background-size: 22px;
	text-align: center;
	padding: 37px 10px 15px;
}
.contact_box .link .icon_01 { background-image: url("/image/common/icon_contact_box_01_01.png"); }
.contact_box .link .icon_02 { background-image: url("/image/common/icon_contact_box_02_01.png"); background-position: center 15px; }


/* tablet */
@media screen and (min-width: 768px) {
  .flr_270 {
		float: right;
		width: 270px;
		text-align: left;
		margin: 0 0 0 20px;
  }
  
  /* list_3column */
  .list_3column {
		font-size: 0;
  }
  .list_3column .item {
		width: 31%;
		font-size: 1.6rem;
		display: inline-block;
		vertical-align: top;
		margin: 0 3.5% 0 0;
  }
  .list_3column .item:nth-child(3n) {
		margin-right: 0;
  }
  .list_3column .item + .item { margin-top: 0; }
  .list_3column .item:nth-child(n+4) {
		margin-top: 3.33%;
  }

  /* list_3column_02 */
  .list_3column_02 {
		font-size: 0;
  }
  .list_3column_02 .item,
  .list_3column_02 .item:first-child,
  .list_3column_02 .item:nth-child(2n+1){
		width: 31%;
		font-size: 1.6rem;
		display: inline-block;
		vertical-align: top;
		margin: 0 3.5% 0 0;
  }
  .list_3column_02 .item:nth-child(3n) {
		margin-right: 0;
  }
  .list_3column_02 .item:nth-child(n+4) {
		margin-top: 3.33%;
  }

  /* list_4column */
  .list_4column {
		font-size: 0;
  }
  .list_4column .item,
  .list_4column .item:nth-child(2n),
  .list_4column .item:nth-child(n+3) {
		width: 22.5%;
		font-size: 1.6rem;
		display: inline-block;
		vertical-align: top;
		margin: 0 3.33% 0 0;
  }
  .list_4column .item:nth-child(4n) {
		margin-right: 0;
  }
  .list_4column .item:nth-child(n+5) {
		margin-top: 3.33%;
  }

  /* list_5column */
  .list_5column {
		font-size: 0;
  }
  .list_5column .item {
		width: 17.33%;
		font-size: 1.6rem;
		display: inline-block;
		vertical-align: top;
		margin: 0 3.33% 0 0;
  }
  .list_5column .item:nth-child(5n) {
		margin-right: 0;
  }
  .list_5column .item:nth-child(n+6) {
		margin-top: 3.33%;
  }
  iframe[src*='maps'] {
		height: 420px;
  }
}


/* l_tablet */
@media screen and (min-width: 1024px) {
  /* list_2column */
  .list_2column {
		font-size: 0;
  }
  .list_2column .item {
		width: 48.33%;
		font-size: 1.6rem;
		display: inline-block;
		vertical-align: top;
		margin: 0 3.33% 0 0;
  }
  .list_2column .item:nth-child(2n) {
		margin-right: 0;
  }
  .list_2column .item + .item { margin-top: 0; }
  .list_2column .item:nth-child(n+3) {
		margin-top: 3.33%;
  }
}

/*--------- bnr -----------*/
.bnr_01 {
  padding: 30px 15px;
  background: url("/image/common/bg_05.png");
}
.bnr_01 ul {
	font-size: 0;
}
.bnr_01 li {
  width: 48.33%;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 3.33%;
}
.bnr_01 li:nth-child(2n) {
	margin-right: 0;
}
.bnr_01 li:nth-child(n+3) {
  margin-top: 3.33%;
}
/*.bnr_01 li + li { margin-top: 10px; }*/
.bnr_01 img { width: 100%; }

/* top_ttl */
.bnr_01 .top_ttl_01 {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.bnr_01 .lang_en .top_ttl_01 { margin-bottom: 25px; }
.bnr_01 .top_ttl_01::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -4px;
	margin-left: -15px;
	width: 30px;
	height: 2px;
	background: #72B8FF;
}
.bnr_01 .top_ttl_02 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 15px;
}

/* bnr_02 */
.bnr_02 {
  padding: 30px 15px;
  background: #fff;
}
.bnr_02 ul {
  max-width: 1373px;
  margin: 0 auto;
  font-size: 0;
}
.bnr_02 li {
  font-size: 1.3rem;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 31.59%;
  margin-right: 2.31%;
}
.bnr_02 li:nth-child(3n) { margin-right: 0; }
.bnr_02 li:nth-child(n+4) {
  margin-top: 2.31%;
}
.bnr_02 img { width: 100%; }

/* tablet */
@media screen and (min-width: 768px) {
  .bnr_01 { padding: 40px 30px; }
  .bnr_01 li,
  .bnr_01 li:nth-child(2n) {
		width: 31.92%;
		margin-right: 2.11%;
  }
  .bnr_01 li:nth-child(3n) { margin-right: 0; }
  .bnr_01 li:nth-child(n+3) { margin-top: 0; }
  .bnr_01 li:nth-child(n+4) { margin-top: 2.11%; }
  
  .bnr_02 { padding: 40px 30px; }
  .bnr_02 li,
  .bnr_02 li:nth-child(3n) {
		width: 23.87%;
		margin-right: 1.41%;
  }
  .bnr_02 li:nth-child(4n) {
		margin-right: 0;
  }
  .bnr_02 li:nth-child(n+4) { margin-top: 0; }
  .bnr_02 li:nth-child(n+5) { margin-top: 1.41%; }
}

/*--------- list_index -----------*/
* + #list_index {
  margin-top: 30px;
}
#list_index {}
#list_index .item + .item {
  margin-top: 20px;
}
#list_index .item a {
	color: #212121;
	text-decoration: none;
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
}
#list_index .item a:hover {
  transition: .8s;
}
#list_index .item .thumb {
  padding: 14px;
}
#list_index .item .thumb span {
  display: block;
  position: relative;
  padding-bottom: 66.1%;
  overflow: hidden;
  display: block;
}
#list_index .item .thumb img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  max-width: none;
  max-height: 100%;
  transition: .5s;
}
#list_index .item a:hover .thumb img {
  opacity: 1;
  transform: scale(1.08);
}
#list_index .item .thumb + .detail {
  border-top: 1px solid #ccc;
}
#list_index .item .detail {
  padding: 12px;
  position: relative;
}
#list_index .item .ttl {
  color: #008CD6;
  font-size: 2rem;
  font-weight: bold;
  background: url(/image/common/icon_arrow_10.png) no-repeat 0 4px;
  border: none;
  margin: 0;
  padding: 0 0 0 30px;
}
#list_index .item .lead {
  color: #333;
  font-size: 1.5rem;
  margin-top: 15px;
  background: #F5F5F5;
  padding: 8px 12px;
}
.list_index_contents > ul {
  margin-top: 10px;
}
.list_index_contents > ul li {
  margin-left: 30px;
  list-style: disc outside;
}

/* list_index_02 */
.list_index_02 {}
.list_index_02 li + li { margin-top: 10px; }
.list_index_02 li a {
  display: block;
  border: 3px solid #DDD;
  background: url(/image/common/icon_arrow_02.png) no-repeat 15px center;
  padding: 23px 15px 23px 45px;
  transition: .3s;
}

/* tablet */
@media screen and (min-width: 768px) {
  #list_index {
		font-size: 0;
  }
  #list_index .item {
		font-size: 1.6rem;
		display: inline-block;
		vertical-align: top;
		margin: 0 2.08% 2.08% 0;
		width: 32%;
  }
  #list_index .item + .item { margin-top: 0; }
  #list_index .item:nth-child(3n) {
		margin-right: 0;
  }
}


/* l_tablet */
@media screen and (min-width: 1024px) {
  .list_index_02 {
		font-size: 0;
  }
  .list_index_02 li {
		font-size: 1.6rem;
		display: inline-block;
		vertical-align: top;
		margin: 0 1.03% 1.03% 0;
		width: 49.48%;
  }
  .list_index_02 li:nth-child(2n) {
		margin-right: 0;
  }
  .list_index_02 li + li { margin-top: 0; }
}

/*--------------------------------------------------
	list_topics
--------------------------------------------------*/
/* list_topics */
.list_topics {}
.list_topics .item {
  border-bottom: 1px solid #ccc;
}
.list_topics .item:first-child {
  border-top: 1px solid #ccc;
}
.list_topics a {
  text-decoration: none;
  display: table;
  width: 100%;
  position: relative;
  padding: 15px 5px;
  transition: .3s;
}
.list_topics a:hover {
  background-color: #fafafa;
}
.list_topics .thumb {
  display: table-cell;
  vertical-align: top;
  width: 120px;
}
.list_topics .thumb span {
  display: block;
  overflow: hidden;
  padding-bottom: 66.66%;
  position: relative;
}
.list_topics .thumb img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  max-width: 100%;
}
.list_topics .detail {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.list_topics .date {
  color: #666;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.list_topics .tag_cat {
  font-size: 1.1rem;
  display: inline-block;
  color: #333333;
  border: 1px solid #ddd;
  text-align: center;
  padding: 0 8px;
  margin-left: 10px;
}
.list_topics .tag_cat.cat_01 { background: #C5EFEF; }
.list_topics .tag_cat.cat_02 { background: #FFFFDB; }
.list_topics .tag_cat.cat_03 { background: #CEE7FF; }

.list_topics .text {
  font-size: 1.5rem;
  text-decoration: underline;
}

/* list_topics_02 */
.list_topics_02 {
  font-size: 0;
}
.list_topics_02 .item {
  width: 48.33%;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 3.33% 3.33% 0;
}
.list_topics_02 .item:nth-child(2n) {
  margin-right: 0;
}
.list_topics_02 .item a {
  display: block;
  text-decoration: none;
}
.list_topics_02 .thumb {
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 66.5%;
  overflow: hidden;
}
.list_topics_02 .thumb img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  max-width: 100%;
}
.list_topics_02 .text {
  text-decoration: underline;
  line-height: 1.4;
  margin-bottom: 5px;
}
.list_topics_02 .date {
  color: #666666;
  font-size: 1.2rem;
}

/* list_media */
.list_media {}
.list_media .item {
  border-bottom: 1px dotted #ccc;
}
.list_media .item a {
  color: #000;
  text-decoration: none;
}
.list_media .item:first-child {
  border-top: 1px dotted #ccc;
}
.list_media .item > * {
  display: table;
  width: 100%;
  padding: 10px 0;
}
.list_media .thumb {
  display: table-cell;
  vertical-align: top;
  width: 120px;
}
.list_media .thumb span {
  display: block;
  position: relative;
  overflow: hidden;
  /*padding-bottom: 66.66%;*/
}
/*.list_media .thumb img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: inherit;
  transition: .5s;
}*/
.list_media .detail {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
}
.list_media .date {
  color: #666;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.list_media .text {
  font-size: 100%;
  font-weight: normal;
}


/* .pager */
.pager {
  margin: 60px 0;
  text-align: center;
}
.pager ul {
  font-size: 0;
  display: inline-block;
}
.pager ul li {
  font-size: 1.4rem;
  display: inline-block;
  margin: 2px;
}
.pager ul li + li {
  border-left: 1px solid #ccc;
}
.pager a,
.pager span {
  color: #008BD6;
  display: block;
  text-decoration: none;
  padding: 9px 16px;
  background-color: #fff;
  transition: .3s;
}
.pager li.current span {
  color: #ccc;
  background: #222;
}
.pager a:hover {
  color: #008BD6;
  background: #E3F2FA;
}

/* pager_detail */
.pager_detail {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 60px auto;
}
.pager_detail li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.pager_detail li + li::before {
  content:"";
  position: absolute;
  left: -1px;
  top: 10px;
  background: rgba(255, 255, 255, 0.25);
  width: 1px;
  height: 40px;
}
.pager_detail li > a,
.pager_detail li > span {
  font-size: 1.4rem;
  display: block;
  color: #fff;
  text-decoration: none;
  background: #008BD6;
  text-align: center;
  padding: 18px 10px;
}
.pager_detail li > a:hover {
  color: #fff;
  opacity: .8;
  transition: .3s;
}
.pager_detail li > span {
  background: #ababab;
}
.pager_detail li > * > span { position: relative; }
.pager_detail li > * > span::after {
  content: "";
  position: absolute;
  top: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 5px;
  height: 5px;
}
.pager_detail .next span::after {
  right: -15px;
  transform: rotate(-45deg);
}
.pager_detail .prev span::after {
  left: -15px;
  transform: rotate(135deg);
}

.t_modified_date {
  color: #666;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.t_modified_date .cat {
  font-size: 1.3rem;
  display: inline-block;
  color: #333333;
  border: 1px solid #ddd;
  text-align: center;
  padding: 0 10px;
  margin-left: 5px;
}

.t_modified_date .cat_01 { background: #EDFAFA; }
.t_modified_date .cat_02 { background: #FFFFEC; }
.t_modified_date .cat_03 { background: #F1F8FF; }

.eventClose {
	padding: 0.5em 0;
  margin-bottom: 20px;
	font-weight: bold;
	color: #fe3501;
	text-align: center;
	background-color: #FFF5F5;
}


/* tablet */
@media screen and (min-width: 768px) {
  /* list_topics */
  .list_topics .thumb {
		width: 160px;
  }
  .list_topics_02 .item,
  .list_topics_02 .item:nth-child(2n) {
		width: 22.47%;
		margin: 0 3.37% 50px 0;
  }
  .list_topics_02 .item:nth-child(4n) {
		margin-right: 0;
  }
}

/*----------------------
	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: 15px;
	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 {
  margin-bottom: 15px;
}
.widget_column .item .thumb img { width: 100%; }
.widget_column .item .ttl {
	font-size: 130%;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 8px 15px;
  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;
}


/* tablet */
@media screen and (min-width: 768px) {
  /* widget_column */
  .widget_column .item .thumb {
		float: right;
		width: 270px;
		margin-left: 20px;
		margin-bottom: 0;
  }
}

/*--------------------------------------------------
	haisai めんそーれ沖縄美ら海水族館へ
--------------------------------------------------*/
.haisai_contents {
	margin-bottom: 40px;
}
.haisai_contents .haisai_img {
  position: relative;
  margin-bottom: 20px;
}
.haisai_contents .haisai_img .ttl {
  color: #fff;
  font-weight: normal;
  font-size: 1.6rem;
  text-align: center;
  padding: 10px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -20px;
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
}
.haisai_contents .haisai_img .ttl::after {
  display: none;
}
/* haisai_txt */
.haisai_contents .txt_lead {
	margin-bottom: 15px;
}


/* tablet */
@media screen and (min-width: 768px) {
  .haisai_contents .haisai_img .ttl {
		font-size: 1.8rem;
		padding: 15px;
  }
}

/*--------------------------------------------------
	guide ご利用案内
--------------------------------------------------*/
.dir_guide #pagebody {
  background: #032574 url("/image/page/bg_dir_guide.png") repeat-y center top;
  background-attachment: fixed;
  background-size: cover;
}
.guide_index_l {}
.guide_index_l li {}
.guide_index_l li + li {
  margin-top: 15px;
}

.guide_index_l a {
  color: #00468C;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 18px 25px 18px 60px;
  background: #E9F5FC no-repeat 15px center;
  background-size: 24px;
  position: relative;
}
.guide_index_l .icon_01 a { background-image: url("/image/common/guide/icon_01.svg"); }
.guide_index_l .icon_02 a { background-image: url("/image/common/guide/icon_02.svg"); background-size: 15px; background-position: 21px center; }
.guide_index_l .icon_03 a { background-image: url("/image/common/guide/icon_03.svg"); }
.guide_index_l .icon_04 a { background-image: url("/image/common/guide/icon_04.svg"); }
.guide_index_l .icon_05 a { background-image: url("/image/common/guide/icon_05.svg"); background-size: 28px; background-position: 13px center; }
.guide_index_l .icon_06 a { background-image: url("/image/common/guide/icon_06.svg"); background-size: 26px; }
.guide_index_l .icon_07 a { background-image: url("/image/common/guide/icon_07.svg"); }
.guide_index_l .icon_08 a { background-image: url("/image/common/guide/icon_08.svg"); }
.guide_index_l .icon_09 a { background-image: url("/image/common/guide/icon_09.svg"); }
.guide_index_l .icon_10 a { background-image: url("/image/common/guide/icon_10.svg"); }
.guide_index_l .icon_11 a { background-image: url("/image/common/guide/icon_11.svg"); }
.guide_index_l .icon_12 a { background-image: url("/image/common/guide/icon_12.svg"); background-size: 20px; background-position: 18px center; }
.guide_index_l .icon_13 a { background-image: url("/image/common/guide/icon_13.svg"); }
.guide_index_l .icon_14 a { background-image: url("/image/common/guide/icon_14.svg"); }
.guide_index_l .icon_15 a { background-image: url("/image/common/guide/icon_15.svg"); }
.guide_index_l .icon_16 a { background-image: url("/image/common/guide/icon_16.svg"); }
.guide_index_l .icon_17 a { background-image: url("/image/common/guide/icon_17.svg"); }
.guide_index_l .icon_18 a { background-image: url("/image/common/guide/icon_18.svg"); }
.guide_index_l .icon_19 a { background-image: url("/image/common/guide/icon_19.svg"); }
.guide_index_l a::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -6px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #00468C;
	border-bottom: 2px solid #00468C;
	transform: rotate(-45deg);
}

.access_tab {}
.access_tab_navi {
  font-size: 0;
  padding: 0 15px;
}
.access_tab_navi li {
  font-size: 2rem;
  display: inline-block;
  vertical-align: bottom;
	width: 48.33%;
}
.access_tab_navi li + li {
	margin-left: 3.33%;
}
.access_tab_navi li a {
  border: 2px solid;
  display: block;
  text-decoration: none;
  padding: 10px 10px 2px;
  text-align: center;
  position: relative;
  bottom: -2px;
  background: #fff;
}
.access_tab_navi .navi_01 a {
  color: #0085B2;
  border-color: #0085B2;
  border-bottom-color: #179A79;
}
.access_tab_navi .navi_02 a {
  color: #179A79;
  border-color: #179A79;
  border-bottom-color: #0085B2;
}
.access_tab_navi li a.active {
	border-bottom-color: #fff;
}
.access_tab_navi li span {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	background: #000;
}
.access_tab_navi .navi_01 span { background-color: #0085B2; }
.access_tab_navi .navi_02 span { background-color: #179A79; }

.access_tab .tab_item {
  display: none;
  padding-top: 20px;
}
.access_tab #tab_01 { border-top: 2px solid #0085B2; display: block; }
.access_tab #tab_02 { border-top: 2px solid #179A79; }

/* 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 .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;
}

/* tablet */
@media screen and (min-width: 768px) {
  /* guide_index_l */
  .guide_index_l {
		font-size: 0;
  }
  .guide_index_l li {
		font-size: 1.5rem;
		display: inline-block;
		vertical-align: top;
		width: 32.2%;
		margin: 0 1.66% 1.66% 0;
  }
  .guide_index_l li:nth-child(3n) { margin-right: 0; }
  .guide_index_l li + li {
		margin-top: 0;
  }
  .guide_index_l a {
		text-align: center;
		padding: 90px 10px 30px;
		background-position: center 30px !important;
		background-size: 40px;
  }
  .guide_index_l .icon_02 a { background-size: 24px; }
  .guide_index_l .icon_05 a { background-size: 54px; }
  .guide_index_l .icon_06 a { background-size: 46px; }
  .guide_index_l .icon_08 a { background-size: 32px; }
  .guide_index_l .icon_09 a { background-size: 36px; }
  .guide_index_l .icon_12 a { background-size: 28px; }
  .guide_index_l a::after { display: none; }
  
  /* access_tab */
  .access_tab_navi li { font-size: 2.8rem; }
  .access_tab_navi li span { font-size: 1.8rem; }
}

/*--------------------------------------------------
	area エリアガイド
--------------------------------------------------*/
/*----- bg_pagebody -----*/
.dir_area.dir02_the-greatsea #pagebody {
  background: #196DC3 url("/userfiles/images/area/the-greatsea/main-visual-bg-blur.jpg") no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
.dir_area.dir02_the-coral-reef #pagebody {
  background: #196DC3 url("/userfiles/images/area/the-coral-reef/main-visual-bg-blur.jpg") no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
.dir_area.dir02_the-kuroshio #pagebody {
  background: #1AA5F6 url("/userfiles/images/area/kuroshio/main-visual-bg-blur.jpg") no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
.dir_area.dir02_the-deep-sea #pagebody {
  background: #000 url("/userfiles/images/area/deep-sea/main-visual-bg-blur.jpg") no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
.dir_area.dir02_restaurant #pagebody {
  background: #000 url("/userfiles/images/area/restaurant/main-visual-bg-blur.jpg") no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
.dir_area.dir02_surrounding-area #pagebody {
  background: #000 url("/userfiles/images/area/surrounding/main-visual-bg-blur.jpg") no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
.dir_area.dir02_okipark #pagebody {
  background: #0099F6 url("/userfiles/images/area/okipark/main-visual-bg-blur.jpg") no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
.dir_floormap #pagebody {
  background: #0158C1 url("/userfiles/images/area/the-greatsea/main-visual-bg-blur.jpg") no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}


/*----- area_index_link -----*/
.area_index_link {
  font-size: 0;
}
.area_index_link .item {
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.area_index_link .item a {
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  background: no-repeat center bottom;
  background-size: cover;
  padding: 110px 10px;
}
.area_index_link .link_01 a { background-image: url("/userfiles/images/top/bg_area_01.jpg"); }
.area_index_link .link_02 a { background-image: url("/userfiles/images/top/bg_area_02_2021.jpg"); }
.area_index_link .link_03 a { background-image: url("/userfiles/images/top/bg_area_03.jpg"); }
.area_index_link .link_04 a { background-image: url("/userfiles/images/top/bg_area_04_2023.jpg"); }
.area_index_link .link_05 a { background-image: url("/userfiles/images/top/bg_area_05.jpg"); }

.area_index_link .item .floor {
  font-size: 2rem;
  margin-bottom: 10px;
}
.area_index_link .item .lead {
  font-size: 1.1rem;
}
.area_index_link .item .ttl {
  font-size: 2.2rem;
  font-weight: normal;
  position: relative;
}
.area_index_link .item .ttl::after {
  content: "";
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	transition: .5s;
}

/* area_map_link */
.area_map_link {
  padding: 30px 15px;
  text-align: center;
  border-bottom: 1px solid #fff;
  background: url("/image/common/bg_06.png");
}
.area_map_link a {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  background: #DDD;
  width: 372px;
  padding: 11px;
  border-radius: 35px;
  transition: .3s;
}
.area_map_link a:hover {
  color: #000;
  background: #fff;
}
.area_map_link a span {
	display: inline-block;
	padding: 5px 30px 5px 34px;
	position: relative;
	background: url(/image/common/icon_map_02.png) no-repeat 0 center;
	background-size: 20px;
}
.area_map_link a span::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
}

/*----- area_section -----*/
.area_section {
  padding: 20px 15px 30px;
  background: no-repeat #0193C8 0 0;
  background-size: cover;
}
.area_section.area_01 { background-image: url("/image/common/bg_area_section_01.jpg"); }
.area_section.area_02 { background-image: url("/image/common/bg_area_section_02.jpg"); }

.area_section .head {
  text-align: center;
  margin-bottom: 20px;
}
.area_section .head .lead {
  color: #fff;
  font-size: 1.2rem;
}
.area_section .head .ttl {
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
}
.area_section .body {}
.area_section .body .inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* area_list */
.area_list_01,
.area_list_02 {
  font-size: 0;
  margin-bottom: 10px;
}
.area_list_01 li,
.area_list_02 li {
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 3.33% 3.33% 0;
}
.area_list_01 li,
.area_list_02 li { width: 48.33%; }

.area_list_01 li:nth-child(2n),
.area_list_02 li:nth-child(2n) { margin-right: 0; }

.area_list_01 a,
.area_list_02 a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background: #000;
}

.area_list_01 .thumb,
.area_list_02 .thumb {
  transition: 1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.area_list_01 .ttl,
.area_list_02 .ttl {
  font-size: 1.3rem;
	text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 6px;
  background: rgba(0,0,0,.8);
}
.area_list_01 .wrap,
.area_list_02 .wrap {
  display: none;
}

.area_list_01 .wrap .text,
.area_list_02 .wrap .text {
  font-size: 15px;
  line-height: 2;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.area_list_01 .wrap .text span,
.area_list_02 .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);
}


/* area_list_lead */
.area_list_lead {
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}
.area_list_lead .ttl {
	font-size: 2.2rem;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c8c8c8;
}
.area_list_lead .text {
  font-size: 1.8rem;
  color: #008bd6;
}

/* photo_point */
.point_fl {
	margin-bottom: 15px;
}
.point_fr {}
.photo_point {
	background-color: #000;
	color: #4DFFFF;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
}
.photo_point span {
	background: url(/image/photo_icon.png) left center no-repeat;
	background-size: 20px;
	padding: 5px 0 5px 30px;
}

/* area_list_03 */
.area_list_03 {}
.area_list_03 .item + .item {
  margin-top: 20px;
}
.area_list_03 .thumb {
	background-color: #000;
}
.area_list_03 .detail {
	padding: 20px;
	color: #fff;
	background: #191919 no-repeat 0 0;
	background-size: cover;
}

.area_list_03 .ttl {
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	background: none;
	padding: 0;
	margin-bottom: 15px;
}
.area_list_03 .ttl::after { display: none; }
.area_list_03 .lead {
	font-size: 1.6rem;
	margin-bottom: 15px;
}
.area_list_03 .text {
	font-size: 1.2rem;
	margin-bottom: 20px;
}
.area_list_03 .link {
  text-align: center;
}
.area_list_03 .link a {
	text-decoration: none;
	display: inline-block;
	width: 80%;
	max-width: 180px;
	padding: 8px 20px;
	transition: all .3s;
	color: #fff;
	border: 1px solid #cbcbcb;
	background: url(/img/common/icon_arrow-01.png) 92% center no-repeat;
}

/*.area_list_03 .bg_01_01 { background-image: url(/img/guide/sango/media-01-bg.jpg); }
.area_list_03 .bg_01_02 { background-image: url(/img/guide/sango/media-02-bg.jpg); }
.area_list_03 .bg_01_03 { background-image: url(/img/guide/sango/media-03-bg.jpg); }
.area_list_03 .bg_01_04 { background-image: url(/img/guide/sango/media-04-bg.jpg); }
.area_list_03 .bg_01_05 { background-image: url(/img/guide/sango/media-05-bg.jpg); }
.area_list_03 .bg_01_06 { background-image: url(/img/guide/sango/media-06-bg.jpg); }

.area_list_03 .bg_02_01 { background-image: url('/img/guide/kuroshio/media-01-bg.jpg'); }
.area_list_03 .bg_02_02 { background-image: url('/img/guide/kuroshio/media-02-bg.jpg'); }
.area_list_03 .bg_02_03 { background-image: url('/img/guide/kuroshio/media-03-bg.jpg'); }
.area_list_03 .bg_02_04 { background-image: url('/img/guide/kuroshio/media-04-bg.jpg'); }
.area_list_03 .bg_02_05 { background-image: url('/img/guide/kuroshio/media-05-bg.jpg'); }
.area_list_03 .bg_02_06 { background-image: url('/img/guide/kuroshio/media-06-bg.jpg'); }

.area_list_03 .bg_03_01 { background-image: url('/img/guide/shinkai/media-01-bg.jpg'); }
.area_list_03 .bg_03_02 { background-image: url('/img/guide/shinkai/media-02-bg.jpg'); }
.area_list_03 .bg_03_03 { background-image: url('/img/guide/shinkai/media-03-bg.jpg'); }
.area_list_03 .bg_03_04 { background-image: url('/img/guide/shinkai/media-04-bg.jpg'); }
.area_list_03 .bg_03_05 { background-image: url('/img/guide/shinkai/media-05-bg.jpg'); }
.area_list_03 .bg_03_06 { background-image: url('/img/guide/shinkai/media-06-bg.jpg'); }
.area_list_03 .bg_03_07 { background-image: url('/img/guide/shinkai/media-07-bg.jpg'); }*/


/* area_list_04 */
.area_list_04 {}
.area_list_04 .item + .item { margin-top: 20px; }
.area_list_04 .ttl {
	padding: 0;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	background: none;
	border: none;
	margin-bottom: 10px;
}
.area_list_04 .ttl::after { display: none; }

.area_list_04 .detail {
	padding: 15px;
}
.area_list_04 .detail .text {
	color: #555;
	text-align: center;
  font-size: 90%;
}

.area_list_04 .bg_01_01 { background-color: #EDF7F7; }
.area_list_04 .bg_01_02 { background-color: #EDFAFA; }
.area_list_04 .bg_01_03 { background-color: #EFF4ED; }
.area_list_04 .bg_01_04 { background-color: #F2F7ED; }
.area_list_04 .bg_01_05 { background-color: #EDF2F7; }
.area_list_04 .bg_01_06 { background-color: #EDF9FC; }
.area_list_04 .bg_01_07 { background-color: #FFF6ED; }
.area_list_04 .bg_01_08 { background-color: #fffced; }

.area_list_04 .bg_02_01 { background-color: #EDF7F2; }
.area_list_04 .bg_02_02 { background-color: #EDF7F2; }
.area_list_04 .bg_02_03 { background-color: #F4F1ED; }
.area_list_04 .bg_02_04 { background-color: #EDF2FB; }
.area_list_04 .bg_02_05 { background-color: #F2EDF7; }
.area_list_04 .bg_02_06 { background-color: #EDF7F2; }
.area_list_04 .bg_02_07 { background-color: #FFF6ED; }
.area_list_04 .bg_02_08 { background-color: #EDF7F7; }

[class*="walk_guide"] {
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
[class*="walk_guide"] p { margin: 0; }
.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; }

.area_list_04 .link {
	text-align: center;
	margin-top: 15px;
}
.area_list_04 .link a {
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	background: #000;
	display: inline-block;
	width: 80%;
	max-width: 405px;
	border-radius: 4px;
	transition: .3s;
	-webkit-transition: .3s;
}
.area_list_04 .bg_01_01 .link a { background: #008C8C; }
.area_list_04 .bg_01_02 .link a { background: #00B2B2; }
.area_list_04 .bg_01_03 .link a { background: #1A6600; }
.area_list_04 .bg_01_04 .link a { background: #468C00; }
.area_list_04 .bg_01_05 .link a { background: #00468C; }
.area_list_04 .bg_01_06 .link a { background: #00A3D9; }
.area_list_04 .bg_01_07 .link a { background: #FF8000; }
.area_list_04 .bg_01_08 .link a { background: #ffa700; }

.area_list_04 .bg_02_01 .link a { background-color: #008C46; }
.area_list_04 .bg_02_02 .link a { background-color: #008C46; }
.area_list_04 .bg_02_03 .link a { background-color: #663300; }
.area_list_04 .bg_02_04 .link a { background-color: #0044C6; }
.area_list_04 .bg_02_05 .link a { background-color: #46008C; }
.area_list_04 .bg_02_06 .link a { background-color: #008C46; }
.area_list_04 .bg_02_07 .link a { background-color: #FF8000; }
.area_list_04 .bg_02_08 .link a { background-color: #008C8C; }

/* area_detail_img */
.area_detail_img { margin-bottom: 30px; }

 /* area_img_main */
.area_detail_img .area_img_main {}

/* area_img_2c */
.area_detail_img .area_img_2c {}
.area_detail_img .area_img_2c .item {
	margin: 3.33% 0 0 0;
}
.area_detail_img .area_img_2c .item img {
	width: 100%;
}

/* area_img_3c */
.area_detail_img .area_img_3c {
  font-size: 0;
}
.area_detail_img .area_img_3c .item {
	width: 48.33%;
	font-size: 1.6rem;
	display: inline-block;
	vertical-align: top;
	margin: 3.33% 3.33% 0 0;
}
.area_detail_img .area_img_3c .item img { width: 100%; }
.area_detail_img .area_img_3c .item:first-child { width: 100%; }
.area_detail_img .area_img_3c .item:nth-child(2n+1) { margin-right: 0; }

@media screen and (min-width: 768px) {
	/* area_img_2c */
	.area_detail_img .area_img_2c {
		font-size: 0;
	}
	.area_detail_img .area_img_2c .item{
		width: 48.33%;
		font-size: 1.6rem;
		display: inline-block;
		vertical-align: top;
		margin: 3.33% 3.33% 0 0;
	}
	.area_detail_img .area_img_2c .item:nth-child(2n) { margin-right: 0; }
}
@media screen and (min-width: 1024px) {
	/* area_img_3c */
	.area_detail_img .area_img_3c .item{
		width: 31%;
		margin: 3.33% 3.5% 0 0;
	}
	.area_detail_img .area_img_3c .item:first-child { width: 31%; }
	.area_detail_img .area_img_3c .item:nth-child(2n+1) { margin-right: 3.5%; }
	.area_detail_img .area_img_3c .item:nth-child(3n) { margin-right: 0; }
}

/* guide_table */
.guide_table {
	margin: 40px 0 30px;
}
.guide_table tr td {
	display: block;
	width: 100%;
}
.guide_table .icon_01 {
	background: url(/img/icon/icon_01.png) left center no-repeat;
	padding: 5px 0 5px 25px;
}
.guide_table .icon_02 {
	background: url(/img/icon/icon_02.png) left center no-repeat;
	padding-left: 45px;
}
.guide_table .icon_03 {
	background: url(/img/icon/icon_03.png) left center no-repeat;
	padding: 5px 0 5px 25px;
}

.list_foods {}
.list_foods li {}
.list_foods li + li {
	margin-top: 15px;
}
.list_foods .thumb {
  text-align: center;
  background: #FFFFF5;
  padding: 15px 0;
  border: 1px solid #FFD8B0;
}
.list_foods .ttl {
  padding: 10px;
  font-weight: bold;
  background: #FFEAD5;
}
.list_foods .text {
  padding: 10px;
  background: #FFF6ED;
}

/*----- floormap -----*/
.floormap_list_02 { margin-top: 20px; }
.floormap_list_02 li {}
.floormap_list_02 li+ li {
	margin-top: 10px;
}
.floormap_list_02 li a {
	text-decoration: none;
	display: table;
	width: 100%;
}
.floormap_list_02 li a img {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.floormap_list_02 li span {
	color: #fff;
	font-size: 1.4rem;
	display: table-cell;
	background: url(/userfiles/images/floormap/bg_03.jpg);
	padding: 5px 20px 5px 10px;
	position: relative;
	width: 70%;
	vertical-align: middle;
	line-height: 1.2;
}
.floormap_list_02 li span::before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -5px;
	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: 10px 0;
}
.floor_list .item_01 { border-color: #102584; margin-bottom: 40px; }
.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 {
  margin-bottom: 30px;
}
.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;
	line-height: 1.2;
	display: block;
	font-size: 1.3rem;
	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: 1.8rem;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}
.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 {
  display: none;
}
.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 .md-close {
  display: none;
}
.floor_list_slide {
	margin: 30px auto 50px;
}
.floor_list_slide .floor_controllers {
  display: none;
}
.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: 2.2rem;
	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 {}
.floor_slider .slider {
		border: 1px dotted #ccc;
		padding: 10px;
}
.floor_slider .slider + .slider { margin-top: 20px; }
.floor_slider .slider.active {}
.floor_list_slide .ttl { color: #1F99DB; }
.floor_list_slide .lead_01 { margin-bottom: 5px;}

/* tablet */
@media screen and (min-width: 768px) {
  
  /* ----- index_area ----- */
  /* area_index_link */
  .area_index_link .item a { padding: 200px 10px; }
  .area_index_link .item .floor { font-size: 2.6rem;}
  .area_index_link .item .lead { font-size: 1.4rem; }
  .area_index_link .item .ttl { font-size: 3rem; }
  
  /* area_section */
  .area_section { padding: 30px; }
  .area_section .head { margin-bottom: 30px; }
  .area_section .head .lead { font-size: 1.8rem; }
  .area_section .head .ttl { font-size: 3rem; }
  
  /*----- area_section -----*/
  /* area_list_lead */
  .area_list_lead { margin-bottom: 30px; }
  .area_list_lead .ttl {
		font-size: 3rem;
		margin-bottom: 30px;
		padding-bottom: 30px;
  }
  .area_list_lead .text {
		font-size: 2.2rem;
  }
  
  /* area_list */
  .area_list_01 .ttl,
  .area_list_02 .ttl {
		font-size: 1.6rem;
		padding: 10px;
  }
  
  /* area_list_03 */
  .area_list_03 { font-size: 0; }
  .area_list_03 .item {
		font-size: 1.5rem;
		display: inline-block;
		vertical-align: top;
		width: 48.87%;
		margin: 0 2.11% 2.11% 0;
		background: #191919;
  }
  .area_list_03 .item:nth-child(2n) {
		margin-right: 0;
  }
  .area_list_03 .item + .item { margin-top: 0; }
  
  /* area_list_04 */
  .area_list_04 { font-size: 0; }
  .area_list_04 .item {
		font-size: 1.6rem;
		display: inline-block;
		vertical-align: top;
		margin-right: 3.33%;
		width: 48.33%;
  }
  .area_list_04 .item + .item { margin-top: 0; }
  .area_list_04 .item:nth-child(2n) { margin-right: 0; }
  .area_list_04 .item:nth-child(n+3) { margin-top: 3.33%; }
  
  /* list_foods */
  .list_foods {
		font-size: 0;
  }
  .list_foods li {
		width: 31%;
		font-size: 1.6rem;
		display: inline-block;
		vertical-align: top;
		margin: 0 3.5% 3.5% 0;
  }
  .list_foods li:nth-child(3n) { margin-right: 0; }
  .list_foods li + li { margin-top: 0; }
}

/* l_tablet */
@media screen and (min-width: 1024px) {
  
  /* ----- index_area ----- */
  /* area_index_link */
  .area_index_link {
		display: table;
		width: 100%;
		table-layout: fixed;
  }
  .area_index_link .item {
		display: table-cell;
		vertical-align: top;
  }
  .area_index_link .item a {
		padding: 140px 10px;
  }
  
  
  /*----- area_section -----*/
  /* area_section */
  .area_list_01 li,
  .area_list_01 li:nth-child(2n),
  .area_list_02 li,
  .area_list_02 li:nth-child(2n){
		width: 31.01%;
		margin: 0 3.33% 0 0;
  }
  .area_list_01 li:nth-child(3n),
  .area_list_02 li:nth-child(3n){
		margin-right: 0;
  }
  .area_list_01 li:nth-child(n+4),
  .area_list_02 li:nth-child(n+4){
		margin-top: 3.33%;
  }
  
  /* area_list_03 */
  .area_list_03 .item {
		display: block;
		width: 100%;
		margin: 0;
  }
  .area_list_03 .item + .item { margin-top: 30px; }
  .area_list_03 .thumb { width: 64.0625%; }
  .area_list_03 .detail { width: 35.9375%; }
  .area_list_03 .type_01 .thumb { float: left; }
  .area_list_03 .type_01 .detail { float: right; }
  .area_list_03 .type_02 .thumb { float: right; }
  .area_list_03 .type_02 .detail { float: left; }
  .area_list_03 .detail { padding: 30px; }
  .area_list_03 .ttl { font-size: 2.6rem; }
  .area_list_03 .lead { font-size: 1.8rem; }
  .area_list_03 .text { font-size: 1.4rem; }
}


/*--------------------------------------------------
	program プログラム
--------------------------------------------------*/
/*----- bg_pagebody -----*/
.dir_program #pagebody {
  background: #196DC3 url("/userfiles/images/program/main-visual-bg-blur.jpg") no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}

/* index */
.program_list_01 {}
.program_list_01 li {
  background: no-repeat center center;
	background-size: cover;
}
.program_list_01 li + li {
	margin-top: 10px;
}
.program_list_01 li a {
	display: block;
	text-decoration: none;
	padding: 110px 30px 50px;
  background: no-repeat 0 0;
  background-size: cover;
}
.program_list_01 li .ttl {
	color: #fff;
  text-align: center;
  display: block;
  font-size: 1.6rem;
  padding: 7px 0;
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
}
.program_list_01 .menu_01 { background-image: url(/userfiles/images/program/index_sp_img_001.jpg); }
.program_list_01 .menu_02 { background-image: url(/userfiles/images/program/index_sp_img_002.jpg); }
.program_list_01 .menu_03 { background-image: url(/userfiles/images/program/index_sp_img_003.jpg); }

.program_list_02 {}
.program_list_02 .item + .item {
  margin-top: 20px;
}
.program_list_02 .item a {
	text-decoration: none;
	display: block;
}
.program_list_02 .thumb img { width: 100%; }
.program_list_02 .item .lead {
	color: #fff;
	display: block;
	font-size: 1.4rem;
	padding: 5px 12px;
	background-color: rgba(0,0,0,.8);
}
.program_list_02 .item .ttl {
	color: #00468C;
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: bold;
	display: block;
	position: relative;
	padding: 16px 35px 16px 12px;
	background-color: #eee;
}
.program_list_02 .item .ttl::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #00468C;
	border-bottom: 2px solid #00468C;
	transform: rotate(-45deg);
}
.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;
}
.dir_program .flr_img {
	float: none;
	max-width: none;
	margin: 0 0 20px;
}

/* tablet */
@media screen and (min-width: 768px) {
  /* program_list_01 */
  .program_list_01 li .ttl {
		font-size: 2rem;
  }
  .program_list_01 li a {
		padding: 160px 20px 80px;
  }
  
  /* program_list_02 */
  .program_list_02 {
		font-size: 0;
  }
  .program_list_02 .item {
		font-size: 1.6rem;
		display: inline-block;
		vertical-align: top;
		margin-right: 3.33%;
		width: 48.33%;
  }
  .program_list_02 .item + .item { margin-top: 0; }
  .program_list_02 .item:nth-child(2n) { margin-right: 0; }
  .program_list_02 .item:nth-child(n+3) { margin-top: 3.33%; }
  .dir_program .flr_img {
		float: right;
		width: 40%;
		margin: 0 0 20px 20px;
  }
  
}

/* l_tablet */
@media screen and (min-width: 1024px) {
  .program_list_01 {
		display: table;
		width: 100%;
		table-layout: fixed;
  }
  .program_list_01 li {
		display: table-cell;
		vertical-align: middle;
  }
  .program_list_01 li a {
		padding: 210px 20px 130px;
  }
}

/*--------------------------------------------------
	research 調査研究
--------------------------------------------------*/
/*----- bg_pagebody -----*/
/*.dir_research #pagebody {
  background: #484EA4 url("/userfiles/images/about/main-visual-bg-blur.jpg") no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}*/

.research_topics {
  max-width: 890px;
  margin: 0 auto;
}
.research_topics .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.research_topics .ttl::after {
  content: "";
  width: 60px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
  background: #008BD6;
}
.list_research_topics {
  margin-bottom: 30px;
}
.list_research_topics .item {
  border-bottom: 1px solid #ccc;
}
.list_research_topics .item:first-child { border-top: 1px solid #ccc; }
.list_research_topics a {
  display: table;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 15px 20px 15px 10px;
}
.list_research_topics a::after {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	border-right: 2px solid #72B8FF;
	border-bottom: 2px solid #72B8FF;
	transform: rotate(-45deg);
}
.list_research_topics .thumb {
  display: table-cell;
  vertical-align: middle;
  width: 110px;
}
.list_research_topics .thumb span {
  position: relative;
  padding-bottom: 66.66%;
  overflow: hidden;
  display: block;
}
.list_research_topics .thumb img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin: auto;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
}
.list_research_topics .detail {
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
}
.list_research_topics .date {
  color: #666666;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.list_research_topics .title {
  text-decoration: underline;
}


/* l_education_archive */
.l_education_archive {}
.l_education_archive li {
  border: 2px solid #ddd;
  background: #FFFFF0;
  padding: 10px;
}
.l_education_archive li+ li { margin-top: 10px; }

/* l_uminofushigi */
.l_uminofushigi {}
.l_uminofushigi .item {
  padding: 15px;
  border: 1px solid #ccc;
}
.l_uminofushigi .ttl {
  margin: 15px 0;
  font-size: 120%;
}

/*--------------------------------------------------
	special　おすすめ情報
--------------------------------------------------*/
/*----- guide_plan -----*/
/* index */
.plan_guide_top .main { margin-bottom: 30px; }
.plan_guide_top .main .img { margin: 0 0 20px; }
.plan_guide_top .main .text_01 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 110%;
	line-height: 1.6;
}
.plan_guide_top .main .text_01 span { color: #0072B8; }
.plan_guide_top .main .text_02 { text-align: center; }

.plan_guide_top .a_navi {
	text-align: center;
	margin-bottom: 30px;
}
.plan_guide_top .a_navi li {}
.plan_guide_top .a_navi li + li { margin-top: 10px; }
.plan_guide_top .a_navi a {
	color: #fff;
	display: block;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	border-radius: 50px;
	font-size: 120%;
	padding: 10px 60px 10px 30px;
	position: relative;
	transition: .3s;
}
.plan_guide_top .a_navi .navi_01 a { background-color: #00238C; }
.plan_guide_top .a_navi .navi_02 a { background-color: #0085B2; }
.plan_guide_top .a_navi .navi_03 a { background-color: #008C8C; }

.plan_guide_top .a_navi a::before {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -13px;
	width: 26px;
	height: 26px;
	background: url(/userfiles/images/guide/plan/icon_arrow.png) no-repeat;
	background-size: cover;
}

.plan_guide_top .plan_index {
	padding: 15px;
	margin: 40px 0;
	border-top: 5px solid #ccc;
}
	.plan_guide_top #a_01.plan_index { border-top-color: #00238C; background-color: #D9DEEE; }
	.plan_guide_top #a_02.plan_index { border-top-color: #0085B2; background-color: #D9EDF4; }
	.plan_guide_top #a_03.plan_index { border-top-color: #008C8C; background-color: #D9EEEE; }

.plan_guide_top .plan_index > .catch { font-size: 90%; text-align: center; }
	.plan_guide_top #a_01 > .catch { color: #00238C; }
	.plan_guide_top #a_02 > .catch { color: #0085B2; }
	.plan_guide_top #a_03 > .catch { color: #008C8C; }

.plan_guide_top .plan_index > .ttl {
	text-align: center;
	margin: 0 0 20px;
	font-size: 170%;
	font-weight: bold;
	background: no-repeat;
	padding: 0;
}
.plan_guide_top .plan_index > .ttl::after {
  display: none;
}
	.plan_guide_top #a_01 > .ttl { color: #00238C; }
	.plan_guide_top #a_02 > .ttl { color: #0085B2; }
	.plan_guide_top #a_03 > .ttl { color: #008C8C; }

.plan_guide_top .plan_index .inner {}

.plan_guide_top .plan_index_item {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
}


.plan_guide_top .plan_index_item .head {
	border-bottom: 3px solid;
	position: relative;
	margin: 12px;
	padding-bottom: 3px;
	padding-right: 70px;
}
	.plan_guide_top #a_01 .plan_index_item .head { border-bottom-color: #D9DEEE; }
	.plan_guide_top #a_02 .plan_index_item .head { border-bottom-color: #D9EDF4; }
	.plan_guide_top #a_03 .plan_index_item .head { border-bottom-color: #D9EEEE; }

.plan_guide_top .plan_index_item .number {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 80%;
}
.plan_guide_top .plan_index_item .number img {
	width: auto;
	height: 100%;
}
.plan_guide_top .plan_index_item .catch { font-size: 95%; color: #545454; }
.plan_guide_top .plan_index_item .ttl {
  font-size: 140%;
  font-weight: bold;
  border: none;
  padding: 0;
  margin: 0;
}
.plan_guide_top .plan_index_item .detail {
	margin: 0 12px 10px;
	padding-bottom: 10px;
}
	.plan_guide_top #a_01_01 .detail { background: url(/userfiles/images/guide/plan/icon_fish01.png) no-repeat right bottom; background-size: 100px; }
	.plan_guide_top #a_01_02 .detail { background: url(/userfiles/images/guide/plan/icon_fish02.png) no-repeat right bottom; background-size: 90px; }
	.plan_guide_top #a_01_03 .detail { background: url(/userfiles/images/guide/plan/icon_fish03.png) no-repeat right bottom; background-size: 90px; }
	.plan_guide_top #a_02_01 .detail { background: url(/userfiles/images/guide/plan/icon_fish04.png) no-repeat right bottom; background-size: 60px; }
	.plan_guide_top #a_02_02 .detail { background: url(/userfiles/images/guide/plan/icon_fish05.png) no-repeat right bottom; background-size: 90px; }
	.plan_guide_top #a_02_03 .detail { background: url(/userfiles/images/guide/plan/icon_fish06.png) no-repeat right bottom; background-size: 70px; }
	.plan_guide_top #a_03_01 .detail { background: url(/userfiles/images/guide/plan/icon_fish07.png) no-repeat right bottom; background-size: 90px; }
	.plan_guide_top #a_03_02 .detail { background: url(/userfiles/images/guide/plan/icon_fish08.png) no-repeat right bottom; background-size: 90px; }
	.plan_guide_top #a_03_03 .detail { background: url(/userfiles/images/guide/plan/icon_fish09.png) no-repeat right bottom; background-size: 90px; }
	.plan_guide_top #a_03_04 .detail { background: url(/userfiles/images/guide/plan/icon_fish10.png) no-repeat right bottom; background-size: 60px; }

.plan_guide_top .plan_index_item .text {
	margin-bottom: 12px;
	line-height: 1.6;
}
.plan_guide_top .plan_index_item .time {
	color: #fff;
	border-radius: 4px;
	background: #333333 url(/userfiles/images/guide/plan/icon_time.png) no-repeat 7px center;
	background-size: 15px;
	display: inline-block;
	padding: 4px 12px 4px 28px;
	font-size: 90%;
}
.plan_guide_top .plan_index_item .link {
	text-align: center;
}
.plan_guide_top .plan_index_item .link a {
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding: 12px;
	font-size: 120%;
}
	.plan_guide_top #a_01 .plan_index_item .link a { background-color: #00238C; }
	.plan_guide_top #a_02 .plan_index_item .link a { background-color: #0085B2; }
	.plan_guide_top #a_03 .plan_index_item .link a { background-color: #008C8C; }


.plan_guide_top .plan_index_item .link a::before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}


/* detail */
.plan_guide_detail {}
.plan_guide_detail .main {
	position: relative;
	margin: -15px -15px 0;
	background: #ccc no-repeat center bottom;
	background-size: 100%;
}
	#plan_guide_type_01 .main { background-color: #F2F4F9; background-image: url(/userfiles/images/guide/plan/bg_down_01.png); }
	#plan_guide_type_02 .main { background-color: #F2F9FB; background-image: url(/userfiles/images/guide/plan/bg_down_02.png); }
	#plan_guide_type_03 .main { background-color: #F2F9F9; background-image: url(/userfiles/images/guide/plan/bg_down_03.png); }

.plan_guide_detail .main .img {}
.plan_guide_detail .main p {
	text-align: center;
	padding: 20px;
}
.plan_guide_detail .main .icon { text-align: center; padding-bottom: 30px; }
.plan_guide_detail .main .icon img { width: 100px; }

.plan_guide_detail .about_schedule {
	background: #d9deee url(/userfiles/images/guide/plan/bg_down_04.png) no-repeat center bottom;
	background-size: 100%;
	margin: 0 -15px 20px;
	padding: 30px 20px 17%;
}
	#plan_guide_type_01 .about_schedule { background-color: #d9deee; }
	#plan_guide_type_02 .about_schedule { background-color: #D9EDF4; }
	#plan_guide_type_03 .about_schedule { background-color: #D9EEEE; }

.plan_guide_detail .about_schedule.twodays .h_day {
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	background: rgba(255,255,255,.8);
	border-radius: 25px;
	padding: 3px;
	color: #333;
	position: relative;
}
.plan_guide_detail .about_schedule.twodays .h_day::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: -23px;
	border: 12px solid transparent;
	border-top: 11px solid rgba(255,255,255,.8);
	margin-left: -12px;
}

.plan_guide_detail .about_schedule .ttl {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 5px;
	border: none;
	padding: 0;
}
	#plan_guide_type_01 .about_schedule .ttl { color: #00218C; }
	#plan_guide_type_02 .about_schedule .ttl { color: #0085B2; }
	#plan_guide_type_03 .about_schedule .ttl { color: #008C8C; }

.plan_guide_detail .about_schedule .time {
	text-align: center;
	font-size: 110%;
	margin-bottom: 20px;
}
	#plan_guide_type_01 .about_schedule .time { color: #00218C; }
	#plan_guide_type_02 .about_schedule .time { color: #0085B2; }
	#plan_guide_type_03 .about_schedule .time { color: #008C8C; }

.plan_guide_detail .about_schedule .time span {
	background: no-repeat left center;
	background-size: 16px;
	padding-left: 30px;
}
	#plan_guide_type_01 .about_schedule .time span { background-image: url(/userfiles/images/guide/plan/icon_time_03.png); }
	#plan_guide_type_02 .about_schedule .time span { background-image: url(/userfiles/images/guide/plan/icon_time_04.png); }
	#plan_guide_type_03 .about_schedule .time span { background-image: url(/userfiles/images/guide/plan/icon_time_05.png); }

.plan_guide_detail .about_schedule ul {
  max-width: 500px;
	margin: 0 auto 25px;
}
.plan_guide_detail .about_schedule li {
	position: relative;
}
.plan_guide_detail .about_schedule li + li { margin-top: 15px; }
.plan_guide_detail .about_schedule li + li::before {
	content: "";
	width: 10px;
	height: 15px;
	position: absolute;
	left: 50%;
	top: -15px;
	margin-left: -5px;
	background-color: #ccc;
}
	#plan_guide_type_01 .about_schedule li + li::before { background-color: #7F91C5; }
	#plan_guide_type_02 .about_schedule li + li::before { background-color: #7FC2D8; }
	#plan_guide_type_03 .about_schedule li + li::before { background-color: #7FC5C5; }

.plan_guide_detail .about_schedule li a {
	display: table;
	width: 100%;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 35px;
}
.plan_guide_detail .about_schedule.twodays li a {
	padding: 5px 20px;
}
	#plan_guide_type_01 .about_schedule li a { background-color: #00218C; }
	#plan_guide_type_02 .about_schedule li a { background-color: #0085B2; }
	#plan_guide_type_03 .about_schedule li a { background-color: #008C8C; }

.plan_guide_detail .about_schedule li a .date {
	display: table-cell;
	vertical-align: middle;
	background: url(/userfiles/images/guide/plan/icon_time_02.png) no-repeat left center;
	background-size: 23px;
	padding: 10px 10px 10px 33px;
	font-size: 110%;
	width: 38%;
}
.plan_guide_detail .about_schedule li a .text {
	display: table-cell;
	vertical-align: middle;
	background: url(/userfiles/images/guide/plan/icon_arrow_02.png) no-repeat right center;
	background-size: 23px;
	padding-right: 25px;
	font-size: 110%;
}
.plan_guide_detail .about_schedule .note {
	background-color: #fff;
	padding: 13px;
	font-size: 90%;
}

.plan_guide_detail .h_2days {
	font-size: 180%;
	font-weight: bold;
	background: #F3F3F3;
	margin: 40px 0 20px;
	padding: 8px;
	text-align: center;
	border-radius: 10px 10px 0 0;
	color: #0085b2;
	background: #FAFAFA;
	border-bottom: 5px solid #7fc2d8;
}
.plan_guide_detail .schedule_list {}
.plan_guide_detail .schedule_list .item {
	position: relative;
	border-radius: 6px;
}
	#plan_guide_type_01 .schedule_list .item { background-color: #d9deee; }
	#plan_guide_type_02 .schedule_list .item { background-color: #D9EDF4; }
	#plan_guide_type_03 .schedule_list .item { background-color: #D9EEEE; }

.plan_guide_detail .schedule_list .item + .item {
	margin-top: 30px;
}
.plan_guide_detail .schedule_list .item + .item::before {
	content: "";
	width: 10px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: -30px;
	margin-left: -5px;
	background-color: #ccc;
}
	#plan_guide_type_01 .schedule_list .item + .item::before { background-color: #7F91C5; }
	#plan_guide_type_02 .schedule_list .item + .item::before { background-color: #7FC2D8; }
	#plan_guide_type_03 .schedule_list .item + .item::before { background-color: #7FC5C5; }

.plan_guide_detail .schedule_list .item > .time {
	color: #fff;
	font-size: 130%;
	padding: 7px 10px 7px 50px;
	border-radius: 8px 8px 0 0;
	background: url(/userfiles/images/guide/plan/icon_time_02.png) no-repeat 10px center;
	background-size: 26px;
}
	#plan_guide_type_01 .schedule_list .item > .time { background-color: #00218C; }
	#plan_guide_type_02 .schedule_list .item > .time { background-color: #0085B2; }
	#plan_guide_type_03 .schedule_list .item > .time { background-color: #008C8C; }

.plan_guide_detail .schedule_list .item .thumb {}
.plan_guide_detail .schedule_list .item .detail {
	padding: 15px;
}
.plan_guide_detail .schedule_list .item .detail > .ttl {
	font-weight: bold;
	font-size: 150%;
	border-bottom: 3px solid rgba(255,255,255,.7);
	margin-bottom: 10px;
	padding: 0 0 3px;
	background: none;
}
.plan_guide_detail .schedule_list .item .detail > .ttl::after {
  display: none;
}
.plan_guide_detail .schedule_list .item .detail > .text {}

.plan_guide_detail .schedule_list .programs { margin-top: 15px; }
.plan_guide_detail .schedule_list .programs li {}
.plan_guide_detail .schedule_list .programs li + li { margin-top: 10px; }
.plan_guide_detail .schedule_list .programs .pop_btn {
	display: table;
	width: 100%;
	background-color: #fff;
	text-decoration: none;
	color: #000;
	padding-right: 10px;
	border-radius: 8px;
	overflow: hidden;
}
.plan_guide_detail .schedule_list .programs .pop_btn .time {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	width: 75px;
	font-size: 110%;
	text-align: center;
}
	#plan_guide_type_01 .schedule_list .programs .pop_btn .time { background-color: #00218C; }
	#plan_guide_type_02 .schedule_list .programs .pop_btn .time { background-color: #0085B2; }
	#plan_guide_type_03 .schedule_list .programs .pop_btn .time { background-color: #008C8C; }

.plan_guide_detail .schedule_list .programs .pop_btn .text {
	display: table-cell;
	vertical-align: middle;
	background: no-repeat right center;
	background-size: 24px;
	font-size: 110%;
	line-height: 1.3;
	padding: 10px 25px 10px 10px;
}
	#plan_guide_type_01 .schedule_list .programs .pop_btn .text { background-image: url(/userfiles/images/guide/plan/icon_open_01.png); }
	#plan_guide_type_02 .schedule_list .programs .pop_btn .text { background-image: url(/userfiles/images/guide/plan/icon_open_02.png); }
	#plan_guide_type_03 .schedule_list .programs .pop_btn .text { background-image: url(/userfiles/images/guide/plan/icon_open_03.png); }

.plan_guide_detail .schedule_list .programs .pop_box {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	padding: 20px 15px;
	z-index: 999;
}
.plan_guide_detail .schedule_list .programs .pop_box .inner {
	background: #fff;
	border-radius: 6px;
	padding: 15px;
	max-height: 100%;
	overflow-y: scroll;
}
.plan_guide_detail .schedule_list .programs .pop_box .ttl {
	border-bottom: 3px solid #D9DEEE;
	margin-bottom: 15px;
	font-size: 140%;
	padding-bottom: 5px;
}
.plan_guide_detail .schedule_list .programs .pop_box .img {
	margin-bottom: 15px;
}
.plan_guide_detail .schedule_list .programs .pop_box .text {
	margin-bottom: 15px;
	font-size: 110%;
}
.plan_guide_detail .schedule_list .programs .pop_box dl {
	border-radius: 8px;
	overflow: hidden;
}
	#plan_guide_type_01 .schedule_list .programs .pop_box dl { background-color: #D9DEEE; }
	#plan_guide_type_02 .schedule_list .programs .pop_box dl { background-color: #D9EDF4; }
	#plan_guide_type_03 .schedule_list .programs .pop_box dl { background-color: #D9EEEE; }

.plan_guide_detail .schedule_list .programs .pop_box dl dt {
	color: #fff;
	padding: 8px 12px;
}
	#plan_guide_type_01 .schedule_list .programs .pop_box dl dt { background-color: #00238C; }
	#plan_guide_type_02 .schedule_list .programs .pop_box dl dt { background-color: #0085B2; }
	#plan_guide_type_03 .schedule_list .programs .pop_box dl dt { background-color: #008C8C; }

.plan_guide_detail .schedule_list .programs .pop_box dl dd {
	padding: 8px 12px;
}
.plan_guide_detail .schedule_list .programs .pop_box .close {
	text-align: center;
	margin-top: 20px;
}
.plan_guide_detail .schedule_list .programs .pop_box .close a {
	display: inline-block;
	color: #fff;
	background: #333;
	border-radius: 25px;
	padding: 10px;
	text-decoration: none;
}

.plan_guide_detail .schedule_list .programs .pop_box .close span {
	background: url(/userfiles/images/guide/plan/icon_close.png) no-repeat right center;
	display: block;
	background-size: 20px;
	padding: 0 50px 0 40px;
	font-size: 110%;
}


.plan_guide_detail .option_list {
	background: #E8E4D9 url(/userfiles/images/guide/plan/bg_down_05.png) no-repeat center top;
	background-size: 100%;
	margin: 40px -15px 0;
	padding: 75px 15px 20px;
}
.plan_guide_detail .option_list .item {}
.plan_guide_detail .option_list .catch {
	background: #624900 url(/userfiles/images/guide/plan/icon_option.png) no-repeat 10px center;
	background-size: 30px;
	color: #fff;
	font-size: 110%;
	padding: 8px 10px 8px 52px;
	border-radius: 8px 8px 0 0;
}
.plan_guide_detail .option_list .item_inner {
	background: #fff;
	padding: 10px 15px 15px;
	border-radius: 0 0 8px 8px;
}

.plan_guide_detail .option_list .ttl {
	border-bottom: 3px solid #C6BDA3;
	margin-bottom: 10px;
	padding: 0 0 5px;
	font-size: 150%;
	font-weight: bold;
	background: none;
}
.plan_guide_detail .option_list .ttl::after {
  display: none;
}
.plan_guide_detail .option_list .thumb {}
.plan_guide_detail .option_list .tag {
	display: inline-block;
	color: #fff;
	background-color: #624900;
	border-radius: 6px;
	padding: 2px 30px;
	margin: 10px 0;
}
.plan_guide_detail .option_list .caution {
	margin: 15px 0 0;
	background-color: #F7F6F2;
	border-radius: 8px;
	overflow: hidden;
	padding: 0;
}
.plan_guide_detail .option_list .caution dt {
	color: #fff;
	background-color: #B20000;
	padding: 8px 12px;
}
.plan_guide_detail .option_list .caution dd {
	padding: 8px 12px;
	font-size: 87%;
}


/*----- coming -----*/
.coming_content {}
.coming_head {
	text-align: center;
	margin: 20px 0 30px;
}

.coming_inner {
	margin: 0 -15px;
	padding: 30px 20px 60px;
	background: #4CAEE2 url(/image/bg_01.png);
}
.coming_inner .item + .item { margin-top: 20px; }
.coming_inner .item .ttl {
	text-align: center;
	background: no-repeat;
	padding: 0;
	margin: 0;
}
.coming_inner .item .ttl::after {
  display: none; 
}
.coming_inner .item .ttl img {
	width: 100%;
}
.coming_inner .item_inner {
	background-color: #fff;
	border-radius: 0 0 6px 6px;
	padding: 15px;
}
.coming_inner .item_inner .flr { margin-left: 15px; }
.coming_inner .item_inner p {
	color: #333333;
	overflow: hidden;
}
.coming_inner .item_inner ul { margin-bottom: 30px; }
.coming_inner .item_inner * + ul {
	margin-top: 15px;
	margin-bottom: 30px;
}
.coming_inner .item_inner ul li + li { margin-top: 15px; }
.coming_inner .item_inner ul a {
	display: block;
	color: #000;
	font-size: 1.8rem;
	line-height: 1.5;
	text-decoration: none;
	border: 2px solid #008BD6;
	border-radius: 18px;
	padding: 12px 12px 12px 40px;
	background: #F6F6F6 url(/image/icon_arrow07.png) no-repeat 17px 17px;
	background-size: 10px;
}
.coming_inner .back_link {display: none; }

/*----- shinkai_shindan -----*/
.shinkai_shindan {
	margin: -15px -15px 0;
}
.shinkai_shindan .main {
	position: relative;
}
.shinkai_shindan .main a {
	position: absolute;
	left: 0;
	bottom: 4%;
	padding: 0 10px;
	text-align: center;
	width: 100%;
}
.shinkai_shindan .main a img {
	max-width: 550px;
	margin: auto;
	display: block;
	width: 100%;
}
.chart_shinkai_shindan {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 20px;
	z-index: 9999;
}
.chart_shinkai_shindan_inner {
	display: table;
	margin: auto;
	width: 100%;
	max-width: 440px;
	height: 100%;
}
	.chart_shinkai_shindan_inner .nakami {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}
.chart_shinkai_shindan .q_box,
.chart_shinkai_shindan .a_box {
	display: none;
	padding: 20px;
	color: #fff;
	background: #002444 url(/userfiles/images/shinkai_shindan/bg_02.png) no-repeat center bottom;
	background-size: 100%;
	overflow-y: scroll;
	max-height: 100%;
	border: 3px solid #3B9DB9;
}
.chart_shinkai_shindan #q_01 { display: block; }
	
	
.chart_shinkai_shindan .q_box {}
.chart_shinkai_shindan .q_box dt {
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}
.chart_shinkai_shindan .q_box dt strong {
	color: #40B3CC;
	font-size: 26px;
	line-height: 1;
	margin-right: 5px;
}
.chart_shinkai_shindan .q_box dd {}
.chart_shinkai_shindan .q_box span {
	cursor: pointer;
	display: inline-block;
	width: 48%;
	text-align: center;
	padding: 10px;
}
.chart_shinkai_shindan .q_box span + span {}

.chart_shinkai_shindan .a_box { padding: 15px; }
	.chart_shinkai_shindan .a_box_inner { margin: 15px 0 20px; }
.chart_shinkai_shindan .a_box .thumb {
	margin-bottom: 15px;
}
.chart_shinkai_shindan .a_box .thumb img {
	width: 100%;
}
.chart_shinkai_shindan .a_box h3 {
	margin: 0 0 15px;
	padding: 0 0 5px;
	font-size: 22px;
	font-weight: normal;
	border-bottom: 2px solid #28527B;
	background: no-repeat;
	color: #fff;
}
.chart_shinkai_shindan .a_box h3::after {
  display: none;
}
.chart_shinkai_shindan .rea sapn {
	color: #FFBF00;
}

.chart_shinkai_shindan .a_box ul {
	display: table;
	width: 100%;
}
.chart_shinkai_shindan .a_box li {
	display: table-cell;
	vertical-align: middle;
}
.chart_shinkai_shindan .a_box li + li {
	padding-left: 8px;
}
a.close_shinkai_shindan {
	display: block;
	background: #1D2A59 url(/userfiles/images/shinkai_shindan/icon_close.png) no-repeat center center;
	background-size: 20px;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #41B3CB;
	text-decoration: none;
	text-indent: -9999px;
}
a.more_shinkai {
	display: block;
	background: #fff;
	color: #0E264C;
	border-radius: 10px;
	padding: 6px 20px 6px 10px;
	font-size: 130%;
	border: 2px solid #41B3CB;
	text-decoration: none;
	position: relative;
}
a.more_shinkai::before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #0E264C;
	border-bottom: 2px solid #0E264C;
	transform: rotate(-45deg);
}
.other_shinkai {
	color: #fff;
}
.other_shinkai + .other_shinkai {
	margin-top: 60px;
}
.other_shinkai .inner {
	background: url(/userfiles/images/shinkai_shindan/bg_01.jpg) no-repeat center bottom;
	padding: 15px 15px 80px;
	margin: 0 -15px 20px;
	background-size: cover;
}
.other_shinkai .ttl {
	color: #fff;
	font-size: 160%;
	font-weight: normal;
	background-color: #003366;
	padding: 8px 10px;
	margin-bottom: 15px;
  border: none;
}
.other_shinkai .fll {
	float: none;
	width: auto !important;
	margin: 0 0 15px !important;
}

/* tablet */
@media screen and (min-width: 768px) {
  /* ----- shinkai_shindan ----- */
  .shinkai_shindan {
		margin: 0 auto;
		text-align: center;
  }
  .other_shinkai .inner {
		margin: 0 0 20px;
		padding: 30px 30px 13%;
  }
  .other_shinkai .fll {
		float: left;
		width: 300px !important;
		margin: 0 20px 0 0 !important;
  }
  
  /*----- guide_plan -----*/
  /* index */
  .plan_guide_top .main .text_01 {
		font-size: 130%;
  }
  .plan_guide_top .plan_index > .catch { font-size: 110%; }
  .plan_guide_top .plan_index > .ttl { font-size: 200%; }
  .plan_guide_top .a_navi li {
		display: inline-block;
		vertical-align: middle;
  }
  .plan_guide_top .a_navi li + li {
		margin-top: 0;
  }
  .plan_guide_top .a_navi a { width: 100%; }
  
  /*----- coming -----*/
  .coming_inner {
		margin: 0 -30px;
		padding: 30px 30px 60px;
  }
  .coming_inner .item_inner p {
		font-size: 2rem;
  }
  .coming_inner .item_inner ul a {
		font-size: 2rem;
		padding: 20px 10px 20px 55px;
		background-size: auto;
		background-position: 25px center;
  }
}

/* l_tablet */
@media screen and (min-width: 1024px) {  
  /*----- guide_plan -----*/
  /* index */
  .plan_guide_top .plan_index_item {
		background-color: #fff;
		border-radius: 8px;
		overflow: hidden;
		float: left;
		width: 32.1%;
		margin-right: 1.75%;
		margin-bottom: 30px;
  }
  .plan_guide_top #a_03 .plan_index_item {
		width: 49.12%;
  }
  .plan_guide_top #a_01 .plan_index_item:nth-child(3n),
  .plan_guide_top #a_02 .plan_index_item:nth-child(3n) {
		margin-right: 0;
  }
  .plan_guide_top #a_03 .plan_index_item:nth-child(2n) {
		margin-right: 0;
  }
  
  
  /*----- coming -----*/
  .coming_inner { font-size: 0; }
  .coming_inner .item {
		font-size: 1.6rem;
		display: inline-block;
		vertical-align: top;
		width: 48.44%;
		margin: 0 3.11% 3.11% 0;
  }
  .coming_inner .item + .item { margin-top: 0; }
  .coming_inner  .item:nth-child(2n) { margin-right: 0; }
}

/*---------------------------------------------------
	download ダウンロード
---------------------------------------------------*/
/* list_download */
.list_download img { width: 100%; }
.list_download .item + .item { margin-top: 20px; }

/* pamphlet_download */
ul.pamphlet_download {
	font-size: 0;
	margin-top: 6px;
}
.pamphlet_download li {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: top;
  width: 32.25%;
  margin: 0 1.61% 1.61% 0;
}
.pamphlet_download li:nth-child(3n) { margin-right: 0;}
.pamphlet_download a {
  color: #fff;
  background: #000;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 7px 5px;
  transition: .3s;
}
.pamphlet_download a:hover {
  color: #fff;
  background: #008BD6;
}

/* tablet */
@media screen and (min-width: 768px) {  
  .list_download {
		font-size: 0;
  }
  .list_download .item {
		width: 48.33%;
		font-size: 1.6rem;
		display: inline-block;
		vertical-align: top;
		margin: 0 3.33% 0 0;
  }
  .list_download .item + .item { margin-top: 0; }
  .list_download .item:nth-child(2n) {
		margin-right: 0;
  }
  .list_download .item:nth-child(n+3) {
		margin-top: 3.33%;
  }
}

/*---------------------------------------------------
	outline 施設概要
---------------------------------------------------*/
/* outline_act */
.outline_act {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 40px;
}
.outline_act dt {
		font-size: 20px;
		color: #fff;
		background: #0080C4;
		padding: 4px 14px;
		margin-bottom: 20px;
}
.outline_act dd { line-height: 1.9; }
.outline_act dd img {
	float: left;
	margin-right: 20px;
  width: 60px;
}

/* outline_contents */
.outline_contents {}
.outline_contents .item + .item { margin-top: 20px; }
.outline_contents .thumb {
	position:  relative;
}
.outline_contents .thumb img { width: 100%; }
.outline_contents .txt_headline {
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	padding: 8px;
	line-height: 1.2;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -20px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
  border: none;
	font-weight: normal;
	margin-bottom: 0;
}
.outline_contents .txt_headline span { font-size: 1.3rem; }
.outline_contents .detail {
	background:  #EEF7FC;
	padding:  20px 15px;
}

/* tablet */
@media screen and (min-width: 768px) {  
  .outline_contents .txt_headline {
		font-size: 2.2rem;
		padding: 10px;
  }
  .outline_contents .txt_headline span {
		font-size: 1.6rem; 
  }
}

/* l_tablet */
@media screen and (min-width: 1024px) { 
  .outline_contents {
		font-size: 0;
  }
  .outline_contents .item {
		font-size: 1.6rem;
		display: inline-block;
		vertical-align: top;
		margin: 0 3.11% 0 0;
		width: 48.44%;
  }
  .outline_contents .item + .item { margin-top: 0; }
  .outline_contents .item:nth-child(2n) { margin-right: 0; }
}

/*---------------------------------------------------
	beta
---------------------------------------------------*/
#beta { margin-top: 40px; }

/*---------------------------------------------------
	sidemenu
---------------------------------------------------*/
#side_menu {
  margin-bottom: 20px;
}
#side_menu a {
  color: #000;
  display: block;
  padding: 5px;
  text-decoration: none;
}
#side_menu a:hover {}

/* level1 */
#side_menu .level1 > a {
  color: #fff;
  font-size: 1.7rem;
  padding: 14px 10px;
  background: #315FB7;
}
#side_menu .level1 > a:hover {
  
}

/* level2 */
#side_menu .level2 {
  border-bottom: 1px solid #ccc;
}
#side_menu .level2 > a {
  font-size: 1.5rem;
  padding: 14px 20px 14px 10px;
  background: #F7F7F7;
  position: relative;
}
#side_menu .level2 > a:hover,
#side_menu .level2 > .selected {
  color: #315FB7;
  background: #fff;
}
#side_menu .level2 > a::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(-45deg);
}
#side_menu .level2 > a:hover::after,
#side_menu .level2 > .selected::after{
  border-right-color: #315FB7;
  border-bottom-color: #315FB7;
}

/* level3 */
#side_menu .level2 > ul {
  padding: 10px 0 10px 5px;
  border-top: 1px solid #ccc;
}
#side_menu .level3 {
  border-bottom: 1px dotted #ccc;
}
#side_menu .level3 > a {
  font-size: 1.5rem;
  padding: 8px 10px;
  background: #F7F7F7;
}
#side_menu .level3 > a:hover,
#side_menu .level3 > .selected {
  color: #315FB7;
  background: #E6EDF5;
}


/*--------- beta -----------*/
.list_side_menu {
  margin-bottom: 30px;
}
.list_side_menu .ttl {
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  background: #000;
  padding: 8px 10px;
}
.list_side_menu ul {
	border: 1px solid #ccc;
	border-top: none;
	padding: 0 15px;
}
.list_side_menu li {}
.list_side_menu li + li {
  border-top: 1px solid #ddd;
}
.list_side_menu li a {
  font-size: 1.4rem;
  display: block;
  text-decoration: none;
  padding: 19px 20px 19px 0;
  transition: .3s;
  position: relative;
}
.list_side_menu li a:hover {
  color: #555;
  background: #E3F2FA;
}
.list_side_menu li a::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -5px;
  border-left: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
  transform: rotate(-135deg);
}
.list_side_menu li a:hover::before {
  border-color: #008BD6;
}
.list_side_menu .date {
  display: block;
  color: #888;
}

/* text_box */
.list_side_menu .text_box {
  /*background: #F8F8F8;*/
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
  padding: 15px;
}

/* side_pickup_l */
.side_pickup_l {
  border: 1px solid #ccc;
	border-top: none;
	padding: 0 15px;
}
.side_pickup_l .item + .item {
  border-top: 1px solid #ddd;
}
.side_pickup_l .item a {
  text-decoration: none;
  display: table;
  width: 100%;
  padding: 20px 0;
}
.side_pickup_l .thumb {
  display: table;
  vertical-align: top;
  width: 80px;
}
.side_pickup_l .thumb span {
  display: block;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.side_pickup_l .thumb span img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0;
  margin: auto;
  max-width: none;
  height: 100%;
}
.side_pickup_l .detail {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  width: 100%;
}
.side_pickup_l .tag_cat {
  margin-bottom: 5px;
}
.side_pickup_l .tag_cat span {
  font-size: 1.1rem;
  display: inline-block;
  color: #333333;
  border: 1px solid #ddd;
  text-align: center;
  padding: 0 8px;
}
.side_pickup_l .tag_cat .cat_01 { background: #C5EFEF; }
.side_pickup_l .tag_cat .cat_02 { background: #FFFFDB; }
.side_pickup_l .tag_cat .cat_03 { background: #CEE7FF; }
.side_pickup_l .text {
  text-decoration: underline;
  font-size: 1.5rem;
  line-height: 1.4;
}

/* side_facebook */
.side_facebook {
	display: none;
}


/*---------------------------------------------------------------------
	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: 24px;
	height: 24px;
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -12px;
	content: "";
	background-color: #008CD6;
	border-radius: 50%;
	z-index: 1;
	transition: .3s;
	-webkit-transition: .3s;
}
.list_faq .btn_q::after {
	content: "";
	cursor: pointer;
	width: 6px;
	height: 6px;
	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: 22px;
	top: 50%;
	margin-top: -5px;
	z-index: 2;
}
.list_faq .btn_q.on::before { background-color: #444; }
.list_faq .btn_q.on::after {
	margin-top: -3px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.list_faq .btn_q a {
	color: #333;
	background-color: #F8F8F8;
	text-decoration: none;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
	display: block;
	position: relative;
	padding: 15px 50px 15px 48px;
}
.list_faq .btn_q a:hover {
	background-color: #fbfbfb;
}
.list_faq .btn_q a::before {
	content: "Q.";
	display: inline-block;
	font-size: 2.5rem;
	position: absolute;
	top: 8px;
	left: 12px;
	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: 15px 15px 15px 52px;
	position: relative;
	line-height: 2;
}
.list_faq .box_a::before {
	content: "A.";
	font-size: 2.8rem;
	display: inline-block;
	position: absolute;
	left: 14px;
	top: 1px;
	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;
}

.program_icon { margin-bottom: 10px; }
.program_icon span {
  border-radius: 25px;
  color: #fff;
  text-align: center;
  min-width: 20%;
  padding: 2px 13px;
  display: inline-block;
}
.program_icon .free { background-color: #00a3d9; }
.program_icon .fee { background-color: #D90000; }
.program_icon .reserve { background-color: #FF8000; }
.fee_en {
	background-color: #D90000;
	border-radius: 17px;
	color: #fff;
	margin: 0 0 12px;
	text-align: center;
	padding: 2px 13px 0;
	display: block;
}
.ttl_search_faq {
  color: #fff;
	font-size: 1.8rem;
	background: #008BD6 url(/image/qa.png) no-repeat scroll 15px 50%;
	padding: 11px 0 11px 61px;
}
.faq_search_form {
	border: 1px dotted #ccc;
  border-top: none;
	padding: 15px;
	margin-bottom: 30px;
  text-align: center;
}
.faq_search_form .search_window {
  border: 1px solid #ccc;
  padding: 12px;
  width: 100%;
  margin-bottom: 10px;
}
.faq_search_form .serch_button {
	width: 30%;
	height: 40px;
	cursor: pointer;
	vertical-align: top;
	border-radius: 2px;
	background: url(/img/common/icon_search-btn.png) center no-repeat;
	background-color: #008bd6;
	border: none;
	text-indent: -999px;
}

/*---------------------------------------------------------------------
	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 45px;
	background: url(/img/common/icon_search.png) no-repeat 12px 15px;
	background-size: 22px;
	border: 1px solid #CCC;
}
.search_result dl + dl {
	margin-top: 15px;
}
.search_result dt {
	font-size: 112.5%;
}
.search_result dd {
  font-size: 90%;
}

/*---------------------------------------------------------------------
	contact
---------------------------------------------------------------------*/
.contact_info {
  margin-bottom: 40px;
}
.contact_info .item {
	border: 5px solid #EEEEEE;
	padding: 15px;
}
.contact_info .item:first-child {
	margin-bottom: 10px;
}
.contact_info .ttl {
	font-size: 1.7rem;
	margin-bottom: 17px;
	padding-bottom: 12px;
	border-bottom: 3px solid #EEEEEE;
}
.contact_info .tel {
	color: #002CB2;
	font-size: 2.0rem;
	font-weight: bold;
}

/* caution_box_02 */
.dir_contact .caution_box_02 .list_disc li {
	font-size: 1.3rem;
}

/* mail_form */
.mail_form {
	padding: 15px;
	border: 5px solid #EEE;
}
.mail_form form dl {
	margin-bottom: 30px;
}
.mail_form form dt {
	font-size: 1.5rem;
	font-weight: 900;
	display: block;
	margin-bottom: 15px;
	position: relative;
}
.mail_form form dd {
	font-size: 1.6rem;
	display: block;
	vertical-align: top;
}

/* bg_on */
.mail_form form .bg_on {}
.mail_form form .bg_on label {}
.mail_form form .border_on {}

/* confirm_list */
.mail_form.confirm_list dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #aaa;
}
.mail_form.confirm_list dd {
	padding-left: 5px;
	/*background-color: #E5F6FB;*/
	/*padding: 10px;*/
}
.mail_form.confirm_list dd.bg_y { background-color: #FFFFBF; }
.line {
    border-bottom: 3px dotted #EEEEEE;
    margin-bottom: 30px;
}
/* btn_list */
.mail_form .btn_list {
	text-align: center;
	margin: 40px auto;
}

/* icon_required */
.mail_form .icon_required::after {
	content: "必須";
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.0;
	padding: 4px 8px;
	margin-left: 8px;
	display: inline-block;
	vertical-align: middle;
	background-color: #d71618;
	border-radius: 4px;
}

/* error */
.mail_form .error {
	color: #d71618;
	font-size: 1.4rem;
	display: inline-block;
	margin-top: 10px;
}
.mail_form .error + .error {
	margin-top: 3px;
}

/* note */
.mail_form .note {
	font-size: 1.3rem;
	margin-bottom: 20px;
}

/* input */
.mail_form input,
.mail_form button,
.mail_form textarea,
.mail_form select {
	font-size: 1.6rem;
	margin: 0;
	padding: 12px 10px;
	border: 1px solid #ddd;
	border-radius: 0;
	background: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all .3s;
}
.mail_form input[type="tel"],
.mail_form input[type="text"],
.mail_form input[type="email"] {
	width: 100%;
	background-color: #eee;
	border: 1px solid #ddd;
}
.mail_form input.small {
	width: 37%;
}
.mail_form input.medium {
	width: 50%;
}

/* radio */
.mail_form input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}
.mail_form input[type="radio"] + label {
	margin-right: 15px;
}

/* checkbox */
.mail_form input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

/* select */
.mail_form select {
	width: 100%;
	-webkit-appearance: select;
	-moz-appearance: select;
	appearance: select;
	padding-right: 30px;
  background: #EEE url(/image/common/icon_arrow_11.png) no-repeat right 10px center;
}

/* twin */
.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;
}

/* focus */
.mail_form input[type="text"]:focus,
.mail_form input[type="email"]:focus,
.mail_form textarea:focus {
	box-shadow: 0 0 7px #008CD6;
}

/* form_radio */
.mail_form .form_radio input[type="radio"] {
	display: none;
}
.mail_form .form_radio input[type="radio"] + label {
	position: relative;
	display: inline-block;
	padding-left: 36px;
	margin-right: 25px;
}
.mail_form .form_radio input[type="radio"] + label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 22px;
	height: 22px;
	margin-top: -13px;
	background: #fff;
	border: 3px solid #ccc;
	border-radius: 100%;
	transition: all .3s;
}
.mail_form .form_radio input[type="radio"]:checked + label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 6px;
  width: 16px;
  height: 16px;
  margin-top: -7px;
  background: #008BD6;
  border-radius: 100%;
	transition: all .3s;
}

/* form_check */
.mail_form .form_check input[type="checkbox"] {
	display: none;
}
.mail_form .form_check input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	padding-left: 28px;
}
.mail_form .form_check input[type="checkbox"] + label::before {
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	background: #fff;
	border: 2px solid #333;
	transition: all .3s;
}
.mail_form .form_check input[type="checkbox"]:checked + label::before {
	background-color: #333;
}
.mail_form .form_check input[type="checkbox"]:checked + label::after {
	position: absolute;
	content: '';
	display: block;
	top: 7px;
	left: 7px;
	width: 4px;
	height: 8px;
	transform: rotate(40deg);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: all .3s;
}

/* submit , reset */
.mail_form input[type="submit"] {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 900;
	width: 85%;
	border: none;
	padding: 24px 10px;
	border-radius: 6px;
	background-color: #0080C4;
}
.mail_form input[type="submit"]:hover {
	background-color: #D7181A;
}
.mail_form input[type="reset"],
.mail_form input.back {
	color: #fff;
	font-size: 1.5rem;
	font-weight: normal;
	width: 40%;
	padding: 10px;
	margin-top: 30px;
	border-radius: 50px;
	background-color: #555;
}
.mail_form input[type="reset"]:hover,
.mail_form input.back:hover {
	background-color: #555;
}

/* btn_backhome */
.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;
}

/* form_message */
.form_message {
	background-color: #ffffbb;
	border: 1px solid #df0000;
	color: #df0000;
	display: block;
	margin: 0 0 20px;
	padding: 10px;
}
.form_message ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 25px;
}

/* フォーム用カレンダー */
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;
	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;
}

/*---------------------------------------------------------------------
	404
---------------------------------------------------------------------*/
.contents_404 {
	text-align: center;
}
.contents_404 .inner {
	color: #fff;
	padding: 130px 10px 40px;
	background: #0080C4 url(/image/bg_404.jpg) no-repeat top center;
}
.contents_404 .ttl {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.contents_404 .ttl_02 {
	font-size: 2rem;
	font-weight: bold;
	margin: 20px auto 10px;
	line-height: 1;
}
.contents_404 .ttl_02 + p {}
.contents_404 .back_home {
	margin-top: 40px;
}
.contents_404 .back_home a {
	color: #fff;
	display: inline-block;
	font-size: 1.6rem;
	padding: 13px 20px 13px 43px;
	text-decoration: none;
	background: #0080C3 url(/image/common/icon_arrow_04.svg) no-repeat 15px center;
	background-size: 16px;
}

/*---------------------------------------------------------------------
	js-inview
---------------------------------------------------------------------*/
/* 管理画面で見えなくなるので…#pagebody */
#pagebody .js_fade_in {
  opacity: 0;
  position: relative;
}
#pagebody .js_slide_up {
	opacity: 0;
	position: relative;
	top: 10px;
}
#pagebody .js_slide_down {
	opacity: 0;
	position: relative;
	top: -50px;
}
#pagebody .js_slide_left {
	opacity: 0;
	position: relative;
	left: -50px;
}
#pagebody .js_slide_right {
	opacity: 0;
	position: relative;
	right: -50px;
}

/*---------------------------------------------------------------------
	sitemap
---------------------------------------------------------------------*/
.list_sitemap {
	padding: 10px 0 0;
}
.list_sitemap a {
	color: #333;
	text-decoration: none;
	transition: .3s;
	display: block;
}
.list_sitemap .ttl {
	margin-bottom: 20px;
}
.list_sitemap .ttl a {
	color: #FFF;
	font-size: 1.8rem;
	padding: 15px 15px 15px 38px;
	background-color: #222;
	border-radius: 6px;
	position: relative;
}
.list_sitemap .ttl a::before {
	position: absolute;
	width: 6px;
	height: 6px;
	top: 24px;
	left: 18px;
	content: "";
	vertical-align: middle;
	transform: rotate(45deg);
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
.list_sitemap ul + .ttl {
	margin-top: 50px;
}
.list_sitemap > ul {}
.list_sitemap > ul > li {
	font-size: 1.8rem;
}
.list_sitemap > ul > li > a {
	padding: 10px 15px 10px 22px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.list_sitemap > ul > li > a::before {
	position: absolute;
	width: 6px;
	height: 6px;
	top: 20px;
	left: 5px;
	content: "";
	vertical-align: middle;
	transform: rotate(45deg);
	border-top: 2px solid #008BD6;
	border-right: 2px solid #008BD6;
}
.list_sitemap > ul > li:nth-child(2n) {
	margin-right: 0;
}

.list_sitemap > ul > li > ul {
	font-size: 0;
	margin: 15px 0 20px 15px;
}
.list_sitemap > ul > li > ul > li {
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: top;
	width: 48.33%;
	margin: 0 3.33% 0 0;
	padding-left: 20px;
	position: relative;
}
.list_sitemap > ul > li > ul > li:nth-child(2n) {
	margin-right: 0;
}
.list_sitemap > ul > li > ul > li:nth-child(n+3) {
  margin-top: 12px;
}
.list_sitemap > ul > li > ul > li::before {
	position: absolute;
	top: 9px;
	left: 5px;
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #008BD6;
}
.list_sitemap > ul > li > ul > li > ul { display: none; }

/*---------------------------------------------------------------------
	page_scroll
---------------------------------------------------------------------*/
#page_scroll_navi {
  /*text-align: center;
  margin-bottom: 15px;*/
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}
#page_scroll_navi a {
  display: block;
}
#page_scroll_navi a img {
  width: 40px;
}

/* tablet */
@media screen and (min-width: 768px) {
  #page_scroll_navi {
		right: 40px;
		bottom: 40px;
  }
  #page_scroll_navi a img {
		width: 60px;
  }
}

/*---------------------------------------------------------------------
	site_footer
---------------------------------------------------------------------*/
#site_footer {
  background: #000000;
}
#site_footer .inner {
  padding: 15px 15px 20px;
}

/* footer_navi */
.footer_navi {
  font-size: 0;
}
.footer_navi li {
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: top;
	margin-right: 0.5%;
	width: 49.62%;
}
.footer_navi li:nth-child(2n) { margin-right: 0; }
.footer_navi li:nth-child(n+3) { margin-top: 2px; }
.footer_navi .last {
  width: 100%;
  margin-right: 0;
}
.footer_navi a {
  display: block;
  color: #fff;
  background: #333;
  text-decoration: none;
  position: relative;
  padding: 10px 20px 10px 10px;
}
.footer_navi a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  border-right: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  width: 4px;
  height: 4px;
  transform: rotate(-45deg);
}

/* footer_logo */
.footer_logo {
  background: #fff;
  text-align: center;
  padding: 15px;
}
.footer_logo img {
  width: 190px;
}

/* copyright */
.copyright {
	color: #fff;
	text-align: center;
	font-size: 1.1rem;
	padding: 8px 15px;
}

/* tablet */
@media screen and (min-width: 768px) {
  .footer_navi li,
  .footer_navi li:nth-child(2n) {
		/*font-size: 1.6rem;*/
		width: 24.57%;
		margin: 0 0.56% 0.56% 0;
  }
  .footer_navi li:nth-child(4n) {
		margin-right: 0;
  }
  .footer_navi li:nth-child(n+3) {
		margin-top: 0;
  }
  .footer_navi a { padding: 18px 12px; }
  #site_footer .inner {
	padding: 30px;
  }
}
