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

#top #pagebody { margin-top: 0 !important; }

/*---------------------------------------------------------------------
	top_caution
---------------------------------------------------------------------*/
.top_caution {
  border: 5px solid #62B0FF;
  padding: 3px;
  /*position: absolute;
  left: 0;
  top: 0;
  z-index: 2;*/
  background: #fff;
  width: 100%;
}
.top_caution .list {
  padding: 10px 10px 15px 55px;
  background: url("/image/common/icon_caution.png") no-repeat 10px 10px;
}
.top_caution dl {}
.top_caution dl + dl {
  margin-top: 8px;
  border-top: 1px dotted #ccc;
  padding-top: 6px;
}
.top_caution dl dt {
  font-size: 1.4rem;
  padding-top: 1px;
}
.top_caution dl dd {
  font-weight: bold;
}
.top_caution .link_list {
  color: #000;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  background: #EEEEEE;
  position: relative;
  padding-right: 22px;
  transition: .3s;
  display: block;
  padding: 10px;
}
.top_caution .link_list::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  border-right: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}

/* tablet */
@media screen and (min-width: 768px) {
  .top_caution {
    display: table;
    width: 100%;
  }
  .top_caution .list {
    display: table-cell;
    vertical-align: middle;
  }
  .top_caution .link_list {
    display: table-cell;
    vertical-align: middle;
    width: 160px;
  }
}

/*---------------------------------------------------------------------
	slide
---------------------------------------------------------------------*/
#main_slide {
  overflow: hidden;
}
#main_slide .owl-stage-outer {}
#main_slide .owl-stage-outer,
#main_slide .owl-stage,
#main_slide .owl-item,
#main_slide .item {
	height: 100%;
}
#main_slide .owl-item img {
	min-height: 100%;
	max-width: inherit;
}
#main_slide .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  box-shadow: 0 0 5px rgba(0,0,0,0.8);
}
#main_slide .owl-theme .owl-nav.disabled+.owl-dots {
	position: absolute;
	left: 0;
	bottom: 90px;
	width: 100%;
}

#main_slide .owl-theme .owl-nav {
  margin-top: 0;
}

#main_slide .owl-item img.pc { display: none; }

#main_slide .owl-dots{
  position: absolute;
  bottom: 10px;
  width: 100%;
}
#main_slide .owl-dots .owl-dot:focus{
  outline: none;
}

@media only screen and (max-device-width:480px) and (orientation:landscape) {
	#main_slide .owl-item img.pc { display: block; }
	#main_slide .owl-item img.sp { display: none; }
}

/* tablet */
@media screen and (min-width: 768px) {
  #main_slide .owl-item img.pc { display: block; }
	#main_slide .owl-item img.sp { display: none; }
}

/*---------------------------------------------------------------------
	top_first_info
---------------------------------------------------------------------*/
.top_first_info {
  margin-bottom: 20px;
  background: #004384 url("/image/common/bg_01.png");
}
.top_first_info .inner {
  padding: 15px;
}

/*----- top_info -----*/
.top_info {
  background: #000;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.top_info > * {
  display: table-cell;
  vertical-align: top;
}

/* top_open_time */
.top_open_time {
  border-right: 1px solid #333333;
  padding: 8px 10px;
}
.top_open_time dt {
  color: #DDDDDD;
  padding-left: 30px;
  background: url("/image/common/icon_time_01.svg") no-repeat 0 2px;
	background-size: 20px 20px;
}
.lang_en .top_open_time dt {
  font-size: 1.3rem;
  font-weight: bold;
}
.top_open_time dd {
  color: #72B8FF;
  padding-left: 30px;
  font-size: 1.8rem;
  line-height: 1.2;
	margin-top: 2px;
}
.top_open_time .close_now {
    font-size: 1.6rem;
}
.top_open_time .end_text {
  font-size: 1.2rem;
  display: block;
	margin-top: 3px;
}

/* top_visitors */
.top_visitors {
  padding: 8px 10px;
}
.top_visitors dt {
  color: #DDDDDD;
  padding-left: 30px;
  background: url("/image/common/icon_visitors_01.svg") no-repeat 0 0;
	background-size: 20px 22px;
}
.lang_en .top_visitors dt {
  font-size: 1.3rem;
  font-weight: bold;
	margin-top: 2px;
}
.top_visitors dt span {
  color: #72B8FF;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.2;
  display: block;
	margin-top: 2px;
}
.top_visitors dt strong {
  font-size: 1.8rem;
  font-weight: normal;
  margin-right: 3px;
}
.top_visitors dd {
  color: #AAAAAA;
  font-size: 1rem;
  padding-left: 30px;
	margin-top: 2px;
}

/* guidelines_link */
.guidelines_link a,
.guidelines_link span {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  padding: 6px 22px 4px 6px;
  font-size: 12px;
  border-radius: 6px;
  margin: 10px 0 0;
  line-height: 1.3;
  background: #dd4343;
  position: relative;
  transition: .3s;
}
.guidelines_link a:hover {
  opacity: 0.8;
}
.guidelines_link a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: -3px;
}

/* top_info_menu */
.top_info_menu {
  font-size: 0;
  margin-bottom: 15px;
}
.top_info_menu li {
  font-size: 1.3rem;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 49.87%;
  margin: 0 0.25% 1px 0;
}
.top_info_menu li:nth-child(2n){
  margin-right: 0;
}
.top_info_menu li a {
  color: #fff;
  font-size: 1.3rem;
  display: block;
  text-decoration: none;
  background: no-repeat 12px center #000;
  background-size: auto 18px;
  padding: 15px 10px 15px 45px;
  transition: .3s;
}
.top_info_menu .menu_01 a {
	background-image: url("/image/common/icon_fee_01.svg");
	background-position: 15px center;
}
.top_info_menu .menu_02 a {
	background-image: url("/image/common/icon_access_01.svg");
}
.top_info_menu .menu_03 a {
	background-image: url("/image/common/icon_shop_01.svg");
}
.top_info_menu .menu_04 a {
	background-image: url("/image/common/icon_service_01.svg");
	background-position: 13px center;
}
.top_info_menu .menu_05 a {
	background-image: url("/image/common/icon_barrier-free_01.svg");
	background-position: 16px center;
}
.top_info_menu .menu_06 a {
	background-image: url("/image/common/icon_calendar_01.svg");
	background-position: 13px center;
}
.top_info_menu .menu_07 a {
	background-image: url("/image/common/icon_map_01.svg");
}
.top_info_menu .menu_08 a {
	background-image: url("/image/common/icon_passport_01.svg");
	background-position: 11px center;
}

/* tablet */
@media screen and (min-width: 768px) {
  .top_first_info { margin-bottom: 40px; }
  .top_open_time { padding: 15px 30px; }
  .top_open_time dt {
    font-size: 1.8rem;
    background-position: 0 3px;
  }
  .top_open_time dd {
    font-size: 2.4rem;
  }
  .top_open_time .end_text {
    display: inline-block;
    font-size: 1.5rem;
		margin-top: 0;
  }
  .top_visitors {
    padding: 10px 30px 15px;
  }
  .top_visitors dt {
    font-size: 1.8rem;
		background-position: 0 6px;
  }
  .top_visitors dt span {
    display: inline-block;
    font-size: 1.3rem;
    margin-left: 15px;
  }
  .top_visitors dt strong {
    font-size: 2.6rem;
  }
  .top_visitors dd {
    font-size: 1.5rem;
  }
  
  /* top_info_menu */
  .top_first_info .inner {
    padding: 30px;
  }
  .top_info_menu { margin-bottom: 30px; }
  .top_info_menu li,
  .top_info_menu li:nth-child(2n) {
    width: 24.72%;
    margin: 0 0.27% 2px 0;
  }
  .top_info_menu li:nth-child(4n) { margin-right: 0; }
  .top_info_menu li a {
    font-size: 1.5rem;
    padding: 58px 5px 20px;
    background-position: center 20px !important;
    background-size: auto 26px;
    text-align: center;
  }
	.top_info_menu .menu_01 a,
	.top_info_menu .menu_03 a,
	.top_info_menu .menu_04 a {
		padding-left: 5px;
	}
  .top_info_menu .menu_08 a {
    background-position: 21px center;
  }
}

/*----- top_topics -----*/
.top_topics {
  border-radius: 4px;
  overflow: hidden;
}
.top_topics .tab_menu {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.top_topics .tab_menu li {
  display: table-cell;
  vertical-align: top;
}
.top_topics .tab_menu a,
.top_topics .tab_menu span{
	color: #fff;
	display: table;
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
	padding: 10px 5px;
	border-radius: 4px 4px 0 0;
}
.top_topics .tab_menu .menu_01 > * { background-color: #000; }
.top_topics .tab_menu .menu_02 > * { background-color: #222; }
.top_topics .tab_menu .menu_03 > * { background-color: #333; }
.top_topics .tab_menu .menu_04 > * { background-color: #003366; }
.top_topics .tab_menu .menu_05 > * { background-color: #002B55; }
.top_topics .tab_menu .menu_06 > * { background-color: #002040; }

.top_topics .tab_menu a span {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

.top_topics .tab_item {
  padding: 20px;
  display: none;
}
.top_topics #top_topics_01 { background-color: #000; }
.top_topics #top_topics_02 { background-color: #222; }
.top_topics #top_topics_03 { background-color: #333; }
.top_topics #top_topics_04 { background-color: #003366; }
.top_topics #top_topics_05 { background-color: #002B55; }
.top_topics #top_topics_06 { background-color: #002040; }

.top_topics .list_link {
  text-align: center;
}
.top_topics .list_link a {
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
	text-align: center;
	background: #222222;
	display: inline-block;
	border: 1px solid #DDDDDD;
	width: 180px;
	padding: 8px 10px;
	position: relative;
}
.top_topics .list_link a::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 16px;
	width: 5px;
	height: 5px;
	border-right: 2px solid #72B8FF;
	border-bottom: 2px solid #72B8FF;
	transform: rotate(-45deg);
}
.top_topics .list {
  max-height: 225px;
  margin-bottom: 20px;
}
.top_topics .list li {}
.top_topics .list a {
  display: block;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: .3s;
  padding: 10px 0;
}
.top_topics .list li:first-child a {
	padding-top: 0;
}
.top_topics .list .date {
	color: #888;
	font-size: 1.2rem;
}
.top_topics .list .cat {
  display: inline-block;
  vertical-align: middle;
}
.top_topics .list .cat span {
  color: #333;
  text-align: center;
  font-size: 1.1rem;
  background: #fff;
  display: block;
  padding: 0 10px;
  margin-left: 5px;
  border: 1px solid #ddd;
}
.top_topics .list .cat .cat_01 { background: #C5EFEF; }
.top_topics .list .cat .cat_02 { background: #FFFFDB; }
.top_topics .list .cat .cat_03 { background: #CEE7FF; }
.top_topics .list .text {
  font-size: 1.4rem;
  line-height: 1.6;
  display: block;
	margin-top: 5px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #bbb;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #0173BA;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #0173BA;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #0173BA;
}

/* tablet */
@media screen and (min-width: 768px) {
  .top_topics .tab_menu a,
  .top_topics .tab_menu span {
    font-size: 1.5rem;
  }
  .top_topics .tab_item { padding: 30px; }
  .top_topics .list {
    max-height: 300px;
    margin-bottom: 25px;
  }
  .top_topics .list a { padding: 13px 0; }
  .top_topics .list .date {
    font-size: 1.5rem;
  }
  .top_topics .list .cat span {
    font-size: 1.3rem;
  }
  .top_topics .list .text {
    font-size: 1.6rem;
    margin-top: 5px;
  }
}

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

/* slide_list */
.slide_list_wrap {
  padding: 0 40px;
}
.slide_list .item > * {
  color: #000;
  display: block;
  padding: 6px;
  text-decoration: none;
  border: 1px solid #ddd;
}
.slide_list .item .thumb {
  position: relative;
  overflow: hidden;
  padding-bottom: 66.66%;
  margin-bottom: 6px;
}
.slide_list .item .thumb img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  transition: .5s;
}
.slide_list .item .date {
  color: #A0A0A0;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.slide_list .item .date .cat {
  color: #333;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #DDD;
  padding: 0 10px;
  font-size: 1.1rem;
}
.slide_list .item .date .cat_01 { background: #EDFAFA; }
.slide_list .item .date .cat_02 { background: #FFFFEC; }
.slide_list .item .date .cat_03 { background: #F1F8FF; }

.slide_list .item .title {
  font-size: 1.4rem;
  line-height: 1.6;
}

.slide_list.owl-theme .owl-nav .owl-prev,
.slide_list.owl-theme .owl-nav .owl-next {
  position: absolute;
  color: #4FABCA;
  font-size: 90px;
  line-height: 1;
  font-weight: normal;
  top: 50px;
  width: 12px;
}
.slide_list.owl-theme .owl-nav .owl-prev {
	left: -32px;
}
.slide_list.owl-theme .owl-nav .owl-next {
	right: -32px;
}
.slide_list.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}


/* tablet */
@media screen and (min-width: 768px) {
  .top_ttl_01 { font-size: 2.6rem; }
  .top_ttl_02 { font-size: 1.4rem; margin-bottom: 20px; }
}
/*---------------------------------------------------------------------
	top_pickup
---------------------------------------------------------------------*/
.top_pickup { margin-bottom: 30px; }

/* tablet */
@media screen and (min-width: 768px) {
  .top_pickup { margin-bottom: 50px; }
}

/*---------------------------------------------------------------------
	top_torikumi
---------------------------------------------------------------------*/
.top_torikumi {
  padding: 30px 0;
  background: url("/image/common/bg_02.png") repeat-y 0 0;
  background-size: 100%;
  margin-bottom: 20px;
}
.top_torikumi .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  box-sizing: content-box;
}
.torikumi_01 { margin-bottom: 50px; }

/* info */
.top_torikumi .info {
  margin-bottom: 8px;
}
.top_torikumi .info a {
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
}
.top_torikumi .info a::after {
  content: "";
  width: 36px;
  height: 36px;
  background: url(/image/common/icon_arrow_09.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -18px;
}
.top_torikumi .info .detail {
	font-size: 1.3rem;
	line-height: 1.8;
  background: #fff;
  padding: 20px;
}
.top_torikumi .info .thumb {
  background: #fff;
  position: relative;
}
.top_torikumi .info .thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/image/common/bg_08.png);
  opacity: 0.3;
}
.top_torikumi .info .thumb img {
  width: 100%;
}
.top_torikumi .info .top_ttl_02 { margin-bottom: 10px; }

/* link_l_01 */
.top_torikumi .link_l_01 {
  font-size: 0;
}
.top_torikumi .link_l_01 li {
  font-size: 1.6rem;
  margin: 0 0.5% 0.5% 0;
  width: 49.58%;
  display: inline-block;
  vertical-align: top;  
}
.top_torikumi .link_l_01 li:nth-child(2n) { margin-right: 0; }
.top_torikumi .link_l_01 a {
  display: table;
  width: 100%;
  background: #E7E7E7;
  text-decoration: none;
  color: #000;
  position: relative;
  transition: .3s;
}
.top_torikumi .link_l_01 a:hover {
  color: #000;
  background: #fff;
}
.top_torikumi .link_l_01 a:hover img { opacity: 1; }
.top_torikumi .link_l_01 a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 47px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #72B8FF;
  border-bottom: 2px solid #72B8FF;
  transform: rotate(-45deg);
}
.top_torikumi .link_l_01 .thumb {
  width: 150px;
  display: table-cell;
  vertical-align: middle;
}
.top_torikumi .link_l_01 .detail {
  padding: 10px 20px;
  display: table-cell;
  vertical-align: middle;
}

/* link_l_02 */
.top_torikumi .link_l_02 {
  font-size: 0;
}
.top_torikumi .link_l_02 li {
  font-size: 1.6rem;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5% 0.5% 0;
  width: 24.58%;
}
.top_torikumi .link_l_02 li:nth-child(4n) {
  margin-right: 0;
}
.top_torikumi .link_l_02 a {
  display: block;
  background: #E7E7E7;
  text-decoration: none;
  color: #000;
  position: relative;
  transition: .3s;
  text-align: center;
  padding: 22px 20px;
}
.top_torikumi .link_l_02 a:hover {
  color: #000;
  background: #fff;
}
.top_torikumi .link_l_02 a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 32px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #72B8FF;
  border-bottom: 2px solid #72B8FF;
  transform: rotate(-45deg);
}

/* tablet */
@media screen and (min-width: 768px) {
  .top_torikumi {
    padding: 50px 0;
    margin-bottom: 40px;
  }
  .top_torikumi .inner {
    padding: 0 30px;
    font-size: 0;
  }
  .top_torikumi .inner > * {
    display: inline-block;
    vertical-align: top;
    width: 48.87%;
    font-size: 1.6rem;
  }
  .torikumi_01 {
    margin: 0 2.11% 0 0;
  }
  .top_torikumi .info {
    margin-bottom: 0;
  }
  .top_torikumi .info .detail {
    padding: 20px;
  }
}


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

/* tablet */
@media screen and (min-width: 768px) {
  .top_torikumi_topics { margin-bottom: 50px; }
}

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

/* info */
.top_area .info {
  margin-bottom: 20px;
}
.top_area .info .detail {
  background: #fff;
}
.top_area .info .thumb {
  display: none;
}
.top_area .info .ttl {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: normal;
  padding: 24px 15px 20px;
  background: #0059B2 url(/image/common/bg_03.png) repeat-x center top;
  background-size: auto 4px;
  text-align: center;
}
.top_area .info .detail_inner {
	font-size: 1.3rem;
	line-height: 1.8;
  padding: 15px;
}
.top_area .info .lead {
	color: #00468C;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.top_area .info ul {
  text-align: center;
  margin-top: 15px;
  font-size: 0;
}
.top_area .info li {
  font-size: 1.5rem;
  width: 49.36%;
  display: inline-block;
  vertical-align: top;
}
.top_area .info li + li {
  margin-left: 1.26%;
}
.top_area .info li a {
  display: block;
  color: #000;
	font-size: 1.4rem;
  text-decoration: none;
  border: 1px solid #bbb;
  position: relative;
  padding: 12px;
  transition: .3s;
}
.top_area .info li a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 21px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #1E318B;
  border-bottom: 2px solid #1E318B;
  transform: rotate(-45deg);
  transition: .3s;
}
.top_area .info .thumb img { width: 100%; }

/* link */
.top_area .link {
  font-size: 0;
}
.top_area .link .item {
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.top_area .link .item.link_05 {
  width: 100%;
}
.top_area .link .item a {
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  background: no-repeat center bottom;
  background-size: cover;
  padding: 110px 10px;
  transition: .5s;
}
.top_area .link .link_01 a { background-image: url("/userfiles/images/top/bg_area_01.jpg"); }
.top_area .link .link_02 a { background-image: url("/userfiles/images/top/bg_area_02_2021.jpg"); }
.top_area .link .link_03 a { background-image: url("/userfiles/images/top/bg_area_03.jpg"); }
.top_area .link .link_04 a { background-image: url("/userfiles/images/top/bg_area_04_2023.jpg"); }
.top_area .link .link_05 a { background-image: url("/userfiles/images/top/bg_area_05_sp.jpg"); }
.top_area .link .item .floor {
  font-size: 2rem;
  margin-bottom: 10px;
}
.top_area .link .item .lead {
  font-size: 1.1rem;
}
.top_area .link .item .ttl {
  font-size: 2.2rem;
  font-weight: normal;
  position: relative;
}
.lang_en .top_area .link .item .ttl {
  font-size: 1.8rem;
}
.top_area .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;
}

/* tablet */
@media screen and (min-width: 768px) {
  .top_area { margin-bottom: 50px; }
  .top_area .info .ttl {
    font-size: 2.4rem;
    padding: 25px 30px;
  }
  .top_area .info .detail_inner {
    padding: 30px;
  }
  .top_area .info .lead {
    font-size: 2rem;
  }
  .top_area .info ul {
    margin-top: 30px;
  }
  .top_area .info li a { padding: 17px; }
  .top_area .info li a::after {
    top: 25px;
    width: 7px;
    height: 7px;
  }
  .top_area .link .item a {
    padding: 200px 10px;
  }
  .top_area .link .link_05 a {
    padding: 160px 10px;
  }
  .top_area .link .item .floor { font-size: 2.6rem;}
  .top_area .link .item .lead { font-size: 1.4rem; }
  .top_area .link .item .ttl { font-size: 3rem; }
}


/* l_tablet */
@media screen and (min-width: 1024px) {
  .top_area .link .item {
    width: 25%;
  }
  .top_area .link .item a {
    padding: 140px 10px;
  }
  .top_area .link .link_05 a {
    padding: 90px 10px;
  }
}

/*---------------------------------------------------------------------
	fishbook
---------------------------------------------------------------------*/
.top_fishs {
  margin-bottom: 30px;
}
.top_fishs .slide_list .item a {
  border: none;
  padding: 0;
}
.top_fishs .slide_list.owl-theme .owl-nav .owl-prev,
.top_fishs .slide_list.owl-theme .owl-nav .owl-next {
  top: -5px;
}

.slide_list .fish_title {
  position: absolute;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	width: 100%;
	top: 50%;
	margin-top: -18px;
	transition: .5s;
	text-shadow: 1px 1px 3px #000;
}
.slide_list .fish_title span {
  display: inline-block;
  padding: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* tablet */
@media screen and (min-width: 768px) {
  .top_fishs {
    margin-bottom: 50px;
  }
}

/*---------------------------------------------------------------------
	top_sns
---------------------------------------------------------------------*/
.top_sns {
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 0 15px;
  box-sizing: content-box;
}
.top_sns .item {}
.top_sns .item + .item {
    margin: 0 50px;
  text-align: center;
}

/* top_sns_link */
.top_sns_link {
  margin: 0 30px 30px;
}
.top_sns_link li {
  border-bottom: 1px dotted #aaa;
}
.top_sns_link li:first-child {
  border-top: 1px dotted #aaa;
}
.top_sns_link li a {
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
  text-align: center;
  background: no-repeat 6px center;
  background-size: 34px;
  padding: 10px 60px;
  transition: .3s;
}
.top_sns_link li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
	width: 6px;
	height: 6px;
}
.top_sns_link .link_01 a { background-image: url("/image/common/sns_facebook.png"); }
.top_sns_link .link_02 a { background-image: url("/image/common/sns_insta.png"); }
.top_sns_link .link_03 a { background-image: url("/image/common/sns_line.png"); }
.top_sns_link .link_04 a { background-image: url("/image/common/sns_x_black.png"); }
.top_sns_link .link_05 a { background-image: url("/image/common/sns_youtube.png"); }

/* tablet */
@media screen and (min-width: 768px) {
  .top_sns { margin-bottom: 50px; }
  .top_sns_link {
    max-width: 380px;
    margin: 0 auto 40px;
  }
}

/* tablet landscape  */
/*@media screen and (min-width: 768px) and (orientation: landscape) {*/
/* l_tablet */
@media screen and (min-width: 1024px) {
  .top_sns .item {
    float: left;
    width: 48%;
    margin: 0 0 0 4% !important;
  }
  .top_sns .item:first-child {
    margin-left: 0 !important;
  }
  .top_sns_link li a {
    background-size: 44px;
    padding: 20px 60px;
  }
}

/*---------------------------------------------------------------------
	top_media
---------------------------------------------------------------------*/
.top_media { margin-bottom: 40px; }
.top_media .inner { padding: 0 15px; }

/* tablet */
@media screen and (min-width: 768px) {
  .top_media { margin-bottom: 50px; }
}

/*---------------------------------------------------------------------
	top_plan
---------------------------------------------------------------------*/
.top_plan {
    padding: 30px 0 10px;
    margin-bottom: 30px;
    background: #DDDDDD url(/image/common/bg_04.png);
}
.top_plan .inner {}

/* thumb */
.top_plan .thumb {
  background: #4AADE2;
}
.top_plan .thumb img { width: 100%; }

/* detail */
.top_plan .detail {
  padding: 15px;
}
.top_plan .detail .item {}
.top_plan .detail .item + .item {
	margin-top: 15px;
  border-top: 1px solid #ddd;
}
.top_plan .detail .head {
  border-top: 5px solid;
  background: #fafafa;
  padding: 10px;
  text-align: center;
  line-height: 1.2;
}
.top_plan .detail .lead {
	font-size: 1.2rem;
	margin-bottom: 3px;
}
.top_plan .detail .ttl {
	font-size: 2rem;
	font-weight: bold;
}
.top_plan .detail .list {
	padding: 0 10px 10px;
	background: #fff;
}
.top_plan .detail .list li {
  border-bottom: 1px dotted #aaa;
}
.top_plan .detail .list li a {
  display: block;
	color: #000;
	padding: 13px 5px;
	text-decoration: none;
	position: relative;
}
/*.top_plan .detail .list li a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 5px;
  height: 5px;
	margin-top: -2px;
  border-right: 2px solid #1E318B;
  border-bottom: 2px solid #1E318B;
  transform: rotate(-45deg);
  transition: .3s;
}*/
.top_plan .detail .list li .number {
	color: #A3D2E3;
	font-size: 2.0rem;
	font-weight: bold;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.top_plan .detail .list li .name {
	color: #000;
	display: inline-block;
	vertical-align: middle;
}
.top_plan .detail .link {
	display: none;
  text-align: center;
	padding: 20px 0;
	background-color: #fff;
}
.top_plan .detail .link a {
  color: #fff;
	font-size: 1.3rem;
  display: inline-block;
  width: 100%;
  max-width: 220px;
  text-decoration: none;
  background: #000 url(/image/common/icon_arrow_01.png) no-repeat right 10px center;
  padding: 12px 30px 12px 15px;
  border-radius: 25px;
  line-height: 1;
}

/* detail > item_01 */
.top_plan .item_01 .head { border-color: #00238C; background: #EDEFF7; }
.top_plan .item_01 .lead,
.top_plan .item_01 .ttl { color: #092C75; }
.top_plan .item_01 .link a { background-color: #092C75; }
.top_plan .detail .item_01 .list li:nth-child(1) a { background: url(/userfiles/images/guide/plan/icon_fish01.png) no-repeat 100% center; background-size: 80px auto; }
.top_plan .detail .item_01 .list li:nth-child(2) a { background: url(/userfiles/images/guide/plan/icon_fish02.png) no-repeat 95% center; background-size: 48px auto; }
.top_plan .detail .item_01 .list li:nth-child(3) a { background: url(/userfiles/images/guide/plan/icon_fish03.png) no-repeat 100% center; background-size: 68px auto; }

/* detail > item_02 */
.top_plan .item_02 .head { border-color: #0085B2; background: #EDF6FA; }
.top_plan .item_02 .lead,
.top_plan .item_02 .ttl { color: #0085B2; }
.top_plan .item_02 .link a { background-color: #0085B2; }
.top_plan .detail .item_02 .list li:nth-child(1) a { background: url(/userfiles/images/guide/plan/icon_fish04.png) no-repeat 100% center; background-size: 40px auto; }
.top_plan .detail .item_02 .list li:nth-child(2) a { background: url(/userfiles/images/guide/plan/icon_fish05.png) no-repeat 100% center; background-size: 50px auto; }
.top_plan .detail .item_02 .list li:nth-child(3) a { background: url(/userfiles/images/guide/plan/icon_fish06.png) no-repeat 100% center; background-size: 40px auto; }

/* detail > item_03 */
.top_plan .item_03 .head { border-color: #008C8C; background: #EDF7F7; }
.top_plan .item_03 .lead,
.top_plan .item_03 .ttl { color: #008C8C; }
.top_plan .item_03 .link a { background-color: #008C8C; }
.top_plan .detail .item_03 .list li:nth-child(1) a { background: url(/userfiles/images/guide/plan/icon_fish07.png) no-repeat 100% center; background-size: 60px auto; }
.top_plan .detail .item_03 .list li:nth-child(2) a { background: url(/userfiles/images/guide/plan/icon_fish08.png) no-repeat 100% center; background-size: 58px auto; }
.top_plan .detail .item_03 .list li:nth-child(3) a { background: url(/userfiles/images/guide/plan/icon_fish10.png) no-repeat 100% bottom; background-size: 40px auto; }
.top_plan .detail .item_03 .list li:nth-child(4) a { background: url(/userfiles/images/guide/plan/icon_fish09.png) no-repeat 100% center; background-size: 50px auto; }

/* tablet */
@media screen and (min-width: 768px) {
  .top_plan {
		padding: 30px;
		margin-bottom: 50px;
	}
  .top_plan .detail {
    padding: 20px 0 0;
    display: table;
		width: 100%;
    table-layout: fixed;
  }
  .top_plan .detail .item {
    display: table-cell;
    vertical-align: top;
		background-color: #fff;
  }
  .top_plan .detail .item + .item {
    border-top: none;
    border-left: 1px solid #ddd;
  }
  .top_plan .detail .list { margin-bottom: 15px; }
  .top_plan .detail .lead { font-size: 1.4rem;}
  .top_plan .detail .ttl { font-size: 2.3rem; }
}

/*---------------------------------------------------------------------
	contents_link
---------------------------------------------------------------------*/
.contents_link {
	margin-bottom: 30px;
}
.contents_link .inner {}
.contents_link .inner li {
	text-align: center;
	background: url(/userfiles/images/top/bg_fishbook.jpg) center center no-repeat;
	background-size: cover;
	transition: .3s;
}
.contents_link .inner li:nth-child(2) {
	background: url(/userfiles/images/top/bg_staffblog.jpg) left top;
}
.contents_link .inner li a {
	display: block;
	padding: 50px;
}

/*---------------------------------------------------------------------
	top_video
---------------------------------------------------------------------*/
.top_video {
	position: relative;
	width: 80%;
	margin: 0 auto 40px;
	padding-top: 45%;
}
.top_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}