@charset "utf-8";
@media screen and (max-width: 980px) {
body {
	min-width: 100%;
}
.inner {
	margin: 0 5%;
	width: 90%;
	}
img.spimg {
	width: 100%;
	}
img.spimg50 {
	width: 50%;
	}
/*#top #page-header #top-nav {
	display: none;
}*/
#main-nav {
	display: block;
}
#top #page-header {
	display: block;
	background-size: cover
}
#top #page-header .lead {
	margin: 0;
	padding: 30px 10px;
}
#top #page-header .lead img{
	width: auto;
	height: auto;
	padding: 0;
}
#top #page-header .add {
	/*width: 47%;
	margin: 20px 0 0 0;*/
}
#contents .one-box img{
	width: 100%;
	height: auto;
}
#contents #goaisatsu img, #contents #goaisatsu2 img {
	width: 100%;
	height: auto;
	margin-left: 0;
	}
.float-img-r, .float-img-l {
	width: 100%;
	height: auto;
	margin-left: 0;
    margin-bottom: 2em;
	}
	
}
@media screen and (max-width:769px) {
#top #page-header .lead img{
	display: none;
}
#top #page-header .add {
	padding: 50px 0 100px 0;
}
}
@media screen and (max-width: 600px) {
.wrapper {
	font-size: 90%;
	padding-top: 0px;
	margin-top: 0px;
	}
.pc {
	display: none;
}
.sp {
	display: inline;
}

/*------------------------------------------------------------ header */
#page-header {
	width: 100%;
	background-color: #FFFFFF;
	}	
#page-header .page-header-inner {
	display: block;
	}
#page-header h1 {
	float: none;
}
#page-header h1 img {
	width: 90%;
    height: auto;
	margin: 0 auto;
	padding: 20px 0 0;
	}
/*------------------------------------------------------------ main_menu */
#main-nav {
	width: 100%;
	box-shadow: none;
	}
#main-nav .inner {
	width: 100%;
	margin: 0;
	padding: 0;
	}
#main-nav ul {
	/*border-collapse: collapse;*/
	margin: 0;
	width: 100%;
	background-color: #0071BA;
	}
#main-nav li {
	width: 25%;
	height: auto;
	text-align: center;
	border-radius: 0;
	padding: 15px 0;
	font-size: 80%;
	line-height: normal;
	vertical-align: top;
	border-right: 1px #003253 solid;
	border-left: 1px #2D9FE8 solid;
	}
	#main-nav li:first-child {
	border-left: none;
	}
	#main-nav li:last-child {
	border-right: none;
	}

#main-nav a {
	color: #FFFFFF;
	text-decoration: none;
	}
#main-nav a:hover {
    background: none; 
	}
#main-nav li i{
	color: #FFFFFF;
	display: block;
	font-size: 300%;
	margin: 0 0 10px;
	}
/*------------------------------------------------------------ footer */
#page-footer {
	}
#page-footer .footer-add {
  text-align: center;
	font-size: 100%;
	padding: 10px 0;
	}
#page-footer .footer-add .fotter-sitename {
	font-size: 80%;
	text-align: center;
	}
#page-footer .footer-add .fotter-sitename span{
	font-size: 180%;
	}
#page-footer .footer-add .footer-address {
	font-size: 80%;
	}
#page-footer .copyright	{
	text-align: center;
	}
#footer-nav {
	display: none;
	}
#sp-nav {
	width: 100%;
	}
#sp-nav dt {
	border-bottom: solid 1px white;
	background-color: #5C5C5C;
	color: white;
	cursor: pointer;
	padding: 10px 10px;
	font-weight: bold;
	}
#sp-nav dt a{
	color: #FFFFFF;
	text-decoration: none;
	}
#sp-nav dt:after {
	content: "▼";
	position: absolute;
	right: 20px;
	}
#sp-nav dd {
	margin: 0px;
	padding: 0;
	background-color: #E7E7E7;
	}
#sp-nav dd li {
	color:  #5C5C5C;
	border-bottom: solid 1px #c0c0c0;
	border-top: solid 1px #FFFFFF;
	padding: 5px 5px 5px 20px;
	}
#sp-nav dd li a{
	color:  #5C5C5C;
	}
#footer-menu .fotter-mail {
	border: none;
	margin: 0;
	padding: 0;
	height: auto;
	}
#footer-menu .fotter-mail a {
	width: 60%;
	margin: 20px auto 20px;
	padding: 5px;
	color: #0071BA;
	border: 1px #0071BA dashed;
	}
#footer-menu .fotter-mail i{
	font-size: 150%;
	display: inline;
	margin-right: 0.5em;
	}
#page-footer .page-top {
	float: none;
	margin: 20px 0;
	}
#page-footer .page-top a {
	display: block;
	padding: 0.5em;
	color: #0071BA;
	font-size: 120%;
	width: 70%;
	margin: 20px auto;
	text-align: center;
	border: 1px #0071BA solid;
	}
#page-footer .page-top a:hover {
	text-decoration: none;
	}

/*------------------------------------------------------------ link */
a:link, a:visited {
	color: #0071BA;
	text-decoration: none;
}
a:hover img {
	filter: Alpha(opacity=60);opacity:0.6;
}
.t-no a{
	color: #FFFFFF;
}
/*------------------------------------------------------------ breadcrumbs */
 
#breadcrumbs {
}
 
#breadcrumbs li{

}
 
/*------------------------------------------------------------ contents */
#contents-wrapper {
	margin-top: 15px;
	}
#contents {
	width: 100%;
	float: none;
	}
#contents section {
	margin-bottom: 40px;
	}
#contents h2 {
	padding: 20px 0 10px 0;
	}
#contents h3 {
	}
#contents h4 {
	}
#side {
	width: 100%;
	margin-left: 0;
	float: none;
	}
#side .page-nav {
	display: none;
}

/*----------------------------*/

#contents .two-box {
	margin-top: 15px;
	display: block;
	flex-wrap: nowrap;
	}
#contents .two-box div {
	width: 100%;
	margin-right: 0;
	}
#contents .two-box div img{
	display: block;
	margin: 0 auto 15px;
	}
#contents .two-box div h4{
	margin-bottom: 0;
	padding: 0 0 10px 0;
	}
#contents #goaisatsu img {
	float: none;
	width: 100%;
	height: auto;
	margin: 10px 0 10px 10px
	}
#about #access img {
	width: 100%;
	height: auto;
	}
.ph {
	width: 100%;
	height: auto;
	}
	
#kamoku img {
	width: 50%;
	height: auto;
	}
/*------------------------------------------------------------ TOP PAGE */

#top #page-header {
	width: 100%;
	height: auto;
	background-image: none;
	}
#top #page-header .inner {
	width: 100%;
	margin: 0;
	} 
#page-header .page-header-info {
	display: none;
	}
#top #page-header .headline {
	width: 100%;
	float: none;
	}
#top #page-header .headline h1 {
	margin-bottom: 0;
	}
#top #page-header .headline h1 img {
	width: 85%;
	height: auto;
	margin: 0 auto;
	}
/*#top #page-header .lead {
	margin: 0;
	padding: 10px 0 240px;
	background-image: url(../images/pageheader_bg_sp.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	}*/
#top #page-header .lead {
	margin: 0;
	padding: 10px 0 250px;
	background-image: url(../images/pageheader_bg_sp.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	}
#top #page-header .lead .add {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	}
#top #page-header .lead .add p {
	line-height: 2em;
	}
#top #top-main section .top-section-inner {
	width: 90%;
	margin: 0 5%;
	}
#top #top-main section .top-section-innerL {
	width: 100%;
	float: none;
	}
#top #top-main section .top-section-innerR {
	width: 100%;
	float: none;
	}	
#top h2:before {
	left: 40%;
	width: 20%;
	}
#top #top-guide .lead {
	margin-bottom: 24px;
	font-size: 16px;
	}
#top #top-guide .top-guide-box {
	box-sizing: border-box;
	width: 100%;
	float: none;
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
	}
#top-time .time-table { 
	display: block; 
	width: 100%; 
	margin: 0 0 15px 0;
	}
#top-time .time-table thead{ 
	display: block; 
	float: left;
	}
#top-time .time-table thead{ 
	display: block; 
	float: left;
	}
#top-time .time-table tbody{ 
	display: block; 
	width: auto; 
	overflow-x: auto; 
	white-space: nowrap;
	}
#top-time .time-table th{ 
	display: block;
	width:auto;
	text-align: center;
	}
#top-time .time-table th span{ 
	display: table-cell;
	vertical-align: middle;
	height: 3em;
	}
#top-time .time-table th:first-child{ 
	height: 3em;
	}
#top-time .time-table tbody tr{ 
	display: inline-block; 
	margin: 0 -4px;
	width: 50%;
	box-sizing: border-box;
	}
#top-time .time-table td{
	display: block;
	height: 3em;
	vertical-align: middle;
	}
#top-time .time-table td:first-child { text-align: center; height: 1em; }
#top-time .notes-box-left {
	width: 100%;
	float: none;
}
#top-time .notes-box-right {
	width: 100%;
	float:none;
	text-align: left;
	margin-top: 0.5em;
}	
#top #top-info dl {
	width: 100%;
}
#top #top-info dd {
	padding: 0 10px 10px 10px;
    max-width: 100%;
}
#top #top-contents .inner {
	width: 90%;
}
#top #top-contents .inner div {
	width: 90%;
	padding: 15px;
	margin: 0 auto 20px auto;
}

.scroll-table table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
#top-time .crowd-table td {
	font-size: 16px;
    line-height: 1.2;
}
#top-time .crowd-table   span.text-sp {font-size: 14px;}
/*#top-time .crowd-table{
	display: none;
}
#top-time .crowd-table-sp {
	display: block;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
	box-sizing: border-box;
}

#top-time .crowd-table-sp th, .crowd-tabl-sp td {
	padding: 0px;
	border: 1px solid #ddd;
}
#top-time .crowd-table-sp th {
	background:#0071BA;
	text-align: center;
	color: #FFFFFF;
}
#top-time .crowd-table-sp tbody th {
	width: 15%;
	vertical-align: middle;
	padding: 5px 0;
	line-height: 1;
}

#top-time .crowd-table-sp td {
	text-align: center;
	background-color: #FFFFFF;
	font-size: 20px;
	border: 1px solid #ddd;
	vertical-align: middle;
	width: 10%;
}
#top-time td.square {
	color: #FF274F;
	background-color: #FFEEF1;
}
#top-time td.triangle {
	color: #FFDA1C;
	background-color: #FFFBEB;
}
#top-time td.circle {
	color: #0071BA;
	background-color: #EEF7FF;
}*/
    
#top-time .crowd-ex {
	float: none;
	margin-right: 0;
}

#top-info .kyushin { 
	display: block; 
	width: 100%; 
	margin: 0 0 15px 0;
	}

#top-info .kyushin thead { 
	display: block; 
	float: left;
	width: auto;
	}
#top-info .kyushin tbody { 
	display: block; 
	overflow-x: auto; 
	white-space: nowrap;
	}
#top-info .kyushin thead tr { 
	display: inline-block;
	}
#top-info .kyushin th { 
	display: block;
	text-align: center;
	height: 3em;
	border-bottom: none;
	padding: 0.5em 1em;
	}
#top-info .kyushin th:last-child { 
	border-bottom: 1px solid #ddd;
	}
#top-info .kyushin tbody tr { 
	display: inline-block; 
	margin: 0 -4px;
	}
#top-info .kyushin td{
	display: block;
	height: 3em;
	vertical-align: middle;
	border-bottom: none;
	padding: 0.5em 3em;
	}
#top-info .kyushin td:last-child { 
	border-bottom: 1px solid #ddd;
	}
}
/*-----------------------------------------------------------------*/
@media screen and (max-width:450px) {
}
@media only screen and (max-width: 400px) { 
	
}
