*{
	box-sizing: border-box;
	z-index: 0;
}


html {
	font-size: 62.5%;
}
body {
	font-size: 1.0rem; /*10px*/
	font-family: 'Open Sans','Noto Sans JP', sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 1.75;
}
a:link {
	color: #588EC3;
}

a:visited {
	color: #588EC3;
}

a:active {
	color: #588EC3;
}

a:hover {
	color: #588EC3;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    font-size: 0;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ul li, ol, dl, dt, dd {
    margin: 0;
    padding: 0;
}
h2 {
	font-size: 2.7rem;
	margin: 0 0 0.25em;
    line-height: 1.35;
    font-weight: bold;
}

h2 ~ h2 {
	margin-top: 2.5em;
}


h3 {
	margin: 0 0 0.5em 20px;
	padding: 2px 0 0 0;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.35;
}


h4 {
	font-size: 2rem;
}


h4 ~ h4 {
	margin-top: 1.5em;
}

h3 + h4 {
	margin-top: 0;
}

p + h4 {
	margin-top: 1.5em;
}

table + h4, ul + h4, ol + h4, dl + h4 {
	margin-top: 1.5em;
}

h5 {
	margin: 0 0 0.5em 5px;
	padding: 2px 0 0 ;

	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.35;
}

h5 ~ h5 {
	margin-top: 1.5em;
}

h4 + h5 {
	margin-top: 0;
}

p + h5 {
	margin-top: 1.5em;
}

h6 {
	font-size: 1.5rem;
}

h6 ~ h6 {
	margin-top: 1.5rem;
}

h5 + h6 {
	margin-top: 0;
}

p + h6 {
	margin-top: 1.5em;
}
.double_col #inner_body h1 {
    margin-left: -30px;
    margin-bottom: 10px;
    padding: 7px 0 0 23px;
    border-left: 7px solid #F69;
    font-size: 200%;line-height: 1.35;
}
h6.hs_01 {
	position: relative;
	padding: 1em 1.5em;
	border-left: none;
	background-color: #dce8e9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/*box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;*/
}
#footer_lower{

	text-align: center;
	padding: 10px;
}

.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.radius{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.shadow{
	-moz-box-shadow:0 0 5px #999;
	-webkit-box-shadow:0 0 5px #999;
	-o-box-shadow:0 0 5px #999;
	-ms-box-shadow:0 0 5px #999;
	box-shadow:0 0 5px #999;
}

ol.maru{
    counter-reset: list_count;
	list-style-type: none;
}
ol.maru li::before{
      margin-right: .25em;
      counter-increment: list_count;
      content: counter(list_count);
      display: inline-block;
      line-height: 1em;
      text-align: center;
      height: 1em;
      width: 1em;
      border-radius: 50%;
      font-size: 0.8em;
      border: 1px solid #000;
}
#footer{
	width: 100%;
	margin: auto;
	font-size: 1.3rem;
	position: relative;
	padding-top: 16px;
	
	
	
}
#footer_upper{
	margin: auto;
	max-width: 1080px;
	width: calc(100% - 80px);
	position: relative;
}

#footer_upper .pagetop{
	position: absolute;
	right: 0;
	bottom: -20px;
}

#footer_upper .pagetop img{
filter: drop-shadow(0px 6px 3px rgba(0,0,0,.3));
}



#footer_upper img{
	margin: auto;
	max-width: 100%;
}
#footer_upper address{
	list-style-type: none;
	font-style: normal;
	font-size: 1.8rem;
}
#footer_lower{
	padding: 20px 0;
	background: rgb(255,255,255);
	background:url("../img/dot.png"), -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(148,219,230,1) 100%);
	background:url("../img/dot.png"),  -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(148,219,230,1) 100%);
	background:url("../img/dot.png"),  linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(148,219,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#94dbe6',GradientType=0 );
}
#footer #footer_lower .inner {
	display: flex;
	justify-content: space-between;
	background: none;
	margin: auto;
	max-width: 1080px;
	width: calc(100% - 80px);
	text-align: left;
	padding: 0;
}

#footer #footer_lower .inner div {
	margin-right: 10px;
}

#footer #footer_lower .inner ul{
	list-style-type: none;
	font-size: 2.1rem;
}

#footer #footer_lower .inner ul li{
	position: relative;
	color: #3c3c3c;
	text-indent: -1rem;
	padding-left: 1.8rem;
	font-size: 1.8rem;
}
#footer #footer_lower .inner ul li a{
	color: #3c3c3c;
}
#footer #footer_lower .inner ul>li i{
	color: #4682b4;margin-right: 0.5rem;
	font-size: 1.4rem;
}

#footer #footer_lower .inner ul>li>ul{
	position: relative;
	font-size:1.6rem;
	padding: 0;
	text-indent: 0;
}
#footer #footer_lower .inner ul>li>ul li{
	position: relative;
	font-size:1.6rem;
	padding: 0;
	margin: 0;
	text-indent: 0;}

#footer .copyright{
background: rgb(0,167,195);
background: -moz-linear-gradient(top,  rgba(0,167,195,1) 0%, rgba(76,195,214,1) 100%);
background: -webkit-linear-gradient(top,  rgba(0,167,195,1) 0%,rgba(76,195,214,1) 100%);
background: linear-gradient(to bottom,  rgba(0,167,195,1) 0%,rgba(76,195,214,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7c3', endColorstr='#4cc3d6',GradientType=0 );
}

#footer p{
	text-align: right;
	padding: 30px 0;
	max-width: 1080px;
	width: calc(100% - 80px);
	margin: auto;
	color: #fff;
	font-size: 1.6rem;
}












#sidebar{}
#sidebar .menu{
	list-style-type: none;
	padding: 0px 15px;
}
#sidebar .menu>li{
	position: relative;
	padding: 15px 0px 15px 20px;
	margin: 0;
	text-indent: -10px;
	border-bottom: 1px solid #ccc;
	
}
#sidebar .menu>li.current{
	font-weight: 700;
}
#sidebar .menu>li::before{
	position: relative;
	top: -2px;
	left: -2px;
	display: inline-block;
	width: 6px;
	height: 6px;
	content: '';
	background: #00336E;
}
#sidebar .menu .sub_menu{
	list-style-type: none;
}
#sidebar .menu .sub_menu>li{
	font-size: 1.3rem;
	text-indent: 0;
	margin-bottom: 5px;
	list-style-type: none;
	font-weight: normal;

    background: rgba(255,255,255,0);
    border: 0px solid #e6f4f7;
    border-radius: 8px;
}
#sidebar .menu .sub_menu li p{
	cursor: pointer;
	padding:3px 5px;
}
#sidebar .menu .sub_menu li.show{
    background: #fff;
    border: 2px solid #e6f4f7;
    border-radius: 8px;
}
#sidebar .menu .sub_menu li.show p{
	padding: 1px 3px 1px 10px;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}
#sidebar .menu .sub_menu li.show ul{
	padding: 5px;
}
#sidebar .menu .sub_menu li.show ul li{
	list-style-type: none;
    margin-left: 1em;
	position: relative;
}
#sidebar .menu .sub_menu li.show ul li::before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #78addd;
	position: absolute;
    left: -10px;
    top: 8px;
	
}
.sub_col .acc{
}
.sub_col .acc .menu{
}
.sub_col .acc .menu li{
	list-style-type: none;	
}
.sub_col .acc .menu .sub_menu ul>li>a{
	position: relative;
	padding:0 5px 0 0;

}
.sub_col .acc .menu .sub_menu ul>li>a::before{
	content:"";
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #4391da;
	margin: auto;
	top: 5px;
    left: -12px;
}
.sub_col .acc .menu li .sub_menu li ul p+li>a{
	position: relative;
	padding:0 5px 0 0;

}
.sub_col .acc .menu li .sub_menu li p+ul li>a::before{
	content:"";
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0;
	margin: auto;
	top: 5px;
    left: -12px;
}
.sub_col .acc .menu>li>p{
	background: #fff;
	margin: 5px;
	padding: 5px;
	border-bottom: 1px solid #00336E;
}
.sub_col .acc .menu>li .sub_menu{
	padding: 5px;
	margin: 15px;
	background:#fff ;
	border-radius:4px;
}

.sub_col .acc .menu>li .sub_menu li p{
	position: relative;
	padding:0 5px 0 15px;
}

.sub_col .acc .menu>li .sub_menu li p::before{
	content:"";
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #4391da;
	margin: auto;
	top: 5px;
    left: 3px;
}

.sub_col .acc .menu>li .sub_menu li.show p::before{
	content:"";
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #4391da transparent transparent transparent;
	margin: auto;
	top:8px;
    left:0;
}

.sub_col .acc .menu>li .sub_menu li.show ul{
	padding: 5px 5px 5px 15px;
}


.page_img>img {
    display: block;
	margin: auto;
	max-width: 100%;
	width: 1260px;
}

.pager{
	clear:both;
	margin: 10px auto;
	display: block;
	text-align: center;
	font-size: 1.4rem;
}
.pager a,.pager span{
	display: inline-block;
	padding: 0 1px;
	margin:0 2px 0;
	min-width: 3rem;
	height: 3rem;
	line-height: 3rem;
	background: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	border:1px solid #3299db;
}
.pager a{
	color: #3299db;
}
.pager span{
		color: #999;
	border:1px solid #999;
}

.pager span.now,.pager a:hover{
	background: #3299db;
	color: #fff;
}

.pager .changepager{
	border-radius: 4px;
	height: 3rem;
	line-height: 3rem;
	padding: 5px;
}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(76,195,214,1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#map_modal{
	font-size: 1.6rem;
	padding: 1rem;
}
#map_modal .box{
	font-size: 1.4rem;
	padding: 1rem;
	border: 1px solid rgb(76,195,214);
	margin-bottom: 10px;
}
#map_modal h2{
	font-size: 1.6rem;
	    padding: 4px 5px 4px 30px;
}
#map_modal h2.arrow_style.blue::before {
    position: absolute;
    content: url(../img/arrow_yellow.svg);
    margin: auto;
    top: 6px;
    left: 10px;
}



#map_modal h3.under_line{
	padding: 0;margin: 0;
}

#map_modal ul{
	padding: 0;margin: 0 0 1em;
	padding-left: 1rem;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

#map_modal ul li{
	display: inline-block;
	margin-right: 1em;
}

#map_modal ul li::before{
	content: "■";
	color: rgb(76,195,214);
	display: inline-block;
}



