/*
 common
------------------------------------- */
*{
  margin:0;
  padding:0;
  box-sizing: border-box;
  line-height: 1.6;
}
li{
  list-style: none;
}
h2{
  text-align: center;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.a-container{
  width: 1024px;
  margin: 0 auto;
}
.a-textcenter{
  text-align: center;
}
h3{
  margin-bottom: 1.75em;
}
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.ohoverArea a:hover{
  opacity: 0.7;
}
a:hover{
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: "alpha(opacity=50)";	/* IE lt 8 */
  -ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

a{
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.map,.calender,.h-time,.info,.h-footer-imgs,.h-link-three{
  background: url("../image/crossword.png");

}
/*
 header
---------------------------------------*/

.hdr-contents{
  width: 100%;
  margin-left: auto;
}
.hdr-logo{
  padding: 1.75em 3.625em 1.25em 1em;
  width:27%;
}
.hdr-logo img{
  max-width: 100%;
}

.hdr-info{
  width:51.4%;
  overflow: hidden;
  box-sizing: border-box;
}

.hdr-access{
  background-color: #0F218B;
  color: #fff;
  line-height: 2.8;
}
.hdr-contact{
  background: url("../image/common/hdr-contact-bg.png");
  width:49.0%;
  height: 8em;
  padding-top: 2em;
  margin: 0;
  border-right: 1px solid #0F218B;
  text-align: center;
}
.hdr-contact .hdr-tel{
  margin-top: .5em;
  font-size:1.5em;
}
.hdr-contact .hdr-tel a{
  text-decoration: none;
  color: #333333;
}
.hdr-contact .hdr-tel:before{
  content: url("../image/common/hdr-tel.png");
  padding-right: 12px;
}
/*
 global nav
---------------------------------------*/
.gnav{
  width: 51%;
  overflow: hidden;
}
.gnav ul{
  box-sizing: border-box;
  letter-spacing: -.4em;
}
.gnav li{
  display: inline-block;
  letter-spacing: normal;
  width: 33.0%;
}
.gnav img{
  vertical-align: top;
}

.gnav li a{
  display: block;
  width: 100%;
  height: 8em;
  padding-top: 1.875em;
  border-right: 1px solid #0F218B;
  text-align: center;
}

.gnav li:first-child a{
  border-left: 1px solid #0F218B;
}
.gnav a:hover img{
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
      transform: translateY(-5px);
}
.gnav .sp-hdr-tel{
  display: none;
}

/*
 hedaer sub nav
---------------------------------------*/
.hdr-snav{
  padding: 1.625em 42px ;
}
.hdr-snav li:not(:last-child){
  margin-bottom: 1em;
}

/*
 header-wrapper
------------------------------------- */
.h-header-wrapper{
  width:100%;
  text-align: center;
  clear: both;
}
.h-header-wrapper img{
  width:100%;
  /* height:490px; */
  overflow: hidden;
  background-size:cover;
}
.h-wrapper-p{
  padding:40px 0;
  position: relative;
}
.h-wrapper-p p {
	display: inline-block;
	position: relative;
	padding: 0 70px;
}
.h-wrapper-p p:before {
  content: url(../image/nikukyuu.png);
  position: absolute;
  top: -12px;
  left:0%;
}
.h-wrapper-p span{
  display: none;
}

/*
 link
------------------------------------- */

.h-link-three{
  width:100%;
  font-size: 0;
  clear:both;
  height:100%;
  padding:0 0 50px 0;
}
.h-links{
  width:33.3%;
  display: inline-block;
  height:100%;
  position: relative;
}
.h-linkImage1{
  width:100%;
}
.h-linkImage2{
  position:absolute;
  top:43%;
  left:30%;
  transition: all 1.0s;
}
.h-linkImage2:hover{
  left: 34%;
}

/*
 time
------------------------------------- */

.h-time{
  padding:50px 0;
}
.h-time h2{
  clear:both;
}

.h-time-left{
  width:58%;
  display: inline-block;
  text-align: center;
  color: #FF8000;
}
.h-time-left img{
  width:80%;
}
.h-time-right{
  width:38%;
  display: inline-block;
}
.h-time-right p{
  font-size: 14px;
}
.h-t-r1{
  padding:15px 0;
  width:60%;
}
.h-t-r3{
  padding:15px 0;
  width:85%;
}

.h-t-r2{
  padding-bottom:30px;
  width:100%;
}
.h-t-r1 img,.h-t-r2 img,.h-t-r3 img{
  width:100%;
}
.h-t-r45{
  width:100%;
}
.h-t-r4{
  width:26%;
  margin-right:30px;
}
.h-t-r4 img{
  width:100%;
}
.h-t-r5{
  width:40%;
}
.h-t-r5 img{
  width:100%;
}
/*
 map
------------------------------------- */
.map{
  font-size: 0;
}
.map img{
  width:100%;
}
.map p{
  font-size: 16px;
  padding:0 0 20px 50px;
}
.map iframe{
  width:100%;
}

.map .text {
	text-align: center;
	color: white;
	font-size: 25px;
	background: #004098;
	display: flex;
	height: 75px;
	justify-content: center;
	align-items: center;
	padding: 0;
}
/*
 calender
------------------------------------- */


.calender{
  text-align: center;
}
.calender h2,.info h2{
  padding: 50px 0 30px 0;
}
.calender iframe{
  border-width:0;
  width:800px;
  height:600px;
}

/*
 topics ＊画像センタリング用
------------------------------------- */
.topics{
  text-align: center;
}
.topics img{
  width: 60%;
}

/*
 footer-image
------------------------------------- */

.h-f-img1{
  width:100%;
  text-align: center;
}
.h-f-img1 img{
}
.h-f-img2345{
  width:100%;
  font-size: 0;
}
.h-f-img2345 img{
  width:25%;
}

.h-footerGmenu{
  color:#fff;
  background-color: #79CDE1;
  text-align: center;
}
.h-footerGmenu ul li{
  display: inline-block;
  padding:10px;
}
.h-footerGmenu ul li a{
  text-decoration: none;
  color:#fff;
}

/*
 footer
------------------------------------- */
.footer{
  color:#fff;
  background-color: #0F218B;
  position: relative;
  text-align: center
}
.logo{
  padding:40px 0;
}
.address1{
  padding-bottom:70px;
}
.tell{
  display: inline-block;
  font-size: 34px;
}
.tell:before {
  content: url(../image/tel.png);
  margin: 20px;
}
.h-top-img{
  position: absolute;
  top:10%;
  left:88%;
}
small{
  font-size: 12px;
}
footer{
  width:100%;
}
footer .logo{
  width:20%;
}
footer p{
  padding-bottom:30px;
}
footer span{
  display:none;
}
.h-f-img1 img{
	max-width: 100%;
}

/*
 タブレット適用
------------------------------------- */

@media screen and (min-width: 641px) and (max-width:960px){
.hdr-info{
  font-size: 10px;
}
.gnav img{
  width:18%;
}
.hdr-snav{
  padding: 0px 20px;
}
.hdr-snav li:not(:last-child) {
    margin-bottom: 0.5em;
}
.hdr-snav img{
  width:50%;
}
  .h-wrapper-p{
  font-size: 12px;
}
.h-wrapper-p:before {
  margin: 10px;
  top: 15px;
  left:20px;
}
.h-linkImage2{
  width:5%;
}
.h-t-r1,.h-t-r3{
  padding:10px 0;
}
.h-t-r2{
  padding-bottom:20px;
}
.h-t-r1 img,.h-t-r2 img,.h-t-r3 img{
  width:100%;
}
.h-t-r45{
  width:100%;
}
.h-t-r4{
  width:26%;
  margin-right:30px;
}
.h-t-r4 img{
  width:100%;
}
.h-time-right p{
  font-size: 10px;
}
.h-t-r5{
  width:40%;
}
.h-t-r5 img{
  width:100%;
}
.calender iframe{
  width:100%;
  height:600px;
}
.h-top-img{
  top:10%;
  left:85%;
  width:10%;
}
footer .logo{
  width:30%;
}
.h-f-img1 img{
}

}

/*
 スマホ適用
------------------------------------- */

@media screen and (max-width: 640px) {
/* header */
.hdr-logo{
  padding: 1.75em 2em 1.25em 2em;
  width:70%;
}
.hdr-logo img{
    width: 100%;
}
.hdr-contents{
    width: 100%;
}
.hdr-access{
    display: none;
}
.hdr-snav{
    float: none;
    position: absolute;
    top: 0;
    right:0;
    padding: .5em;
}
.hdr-snav li:not(:last-child){
    margin-bottom: .3em;
}
.hdr-snav li{
    float: none;
    margin-bottom: .2em;
}
.hdr-snav li img{
    width: 80%;
}
.hdr-info{
    width: 100%;
}
.hdr-contact{
    display: none;
}

/* gnav */
.hdr-info .gnav .sp-hdr-tel{
    display: inline-block;
}
.hdr-info .gnav li{
    width: 25%;
}
.gnav,.gnav li a{
    width: 100%;
}

.gnav li:first-child a{
border-left: none;
}

.h-wrapper-p{
  font-size: 10px;
}
.h-wrapper-p span{
  display: inline;
}
.h-wrapper-p:before {
  margin: 10px;
  top: 15px;
  left:0px;
}
.h-link-three{
  padding:0;
}
.h-links{
  width:100%;
}
.h-linkImage1{
  width:100%;
}

.h-time-left{
  width:100%;
}
.h-time-left p{
  font-size: 12px;
}
.h-time-right{
  width:100%;
}
.h-time-right p{
  font-size: 12px;
}
.calender h2 img,.info h2 img{
  width:80%;
}
.calender iframe{
  border-width:0;
  width:100%;
  height:400px;
}
.h-top-img{
  left:80%;
  width:15%;
}
footer .logo{
  width:50%;
}
.address1{
  padding-bottom:30px;
}
.tell{
  font-size: 20px;
}

.tellbefore {
  margin: 10px;
}
small{
  font-size: 12px;
}
footer{
  width:100%;
}
footer p{
  padding-bottom:20px;
}
footer span{
  display:inline;
}
.h-f-img1 img{
}
}

@media screen and (max-width: 320px) {
.h-time-right p {
  font-size: 10px;
}
.map p{
  font-size: 12px;
  padding:0 0 10px 20px;
}
.h-footerGmenu ul li{
  padding:5px;
}
.h-f-img1 img{
}
.h-wrapper-p:before {
  margin: 10px;
  top: 5px;
  left:-5px;
}
}

#info .box01 {
	padding: 0 20px 30px;	
}
#info .topics {
	max-width: 987px;
	margin: 0 auto;
	padding: 70px;
	background: white;
	box-sizing: border-box;
	position: relative;
}
#info .topics .kado01 {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	border-top: 3px solid #73CAF3;
	border-left: 3px solid #73CAF3;
	top: 0;
	left: 0;
}
#info .topics .kado02 {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	border-top: 3px solid #73CAF3;
	border-right: 3px solid #73CAF3;
	top: 0;
	right: 0;
}
#info .topics .kado03 {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	border-bottom: 3px solid #73CAF3;
	border-left: 3px solid #73CAF3;
	bottom: 0;
	left: 0;
}
#info .topics .kado04 {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	border-bottom: 3px solid #73CAF3;
	border-right: 3px solid #73CAF3;
	bottom: 0;
	right: 0;
}
@media screen and (max-width: 640px) {
	#info .topics {
		padding: 20px;	
	}
}
  .h-header-wrapper {
	position: relative;  
  }
  .slider .slick-dots {
    right: 0;
	bottom: 115px;
	width: 130px;
  }
  .slider .slick-dots li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    display: none;
  }
  .slider .slick-dots li.slick-active {
    display: block;
  }
  .slider .slick-dots li button {
    font-size: 45px;
    color: white;
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
	letter-spacing: .2em;
  }
  .slider .slick-dots li button:before {
    content: none;
  }
  .slider .slick-dots li button:after {
    content: '/4';
    display: inline-block;
	font-size: 30px;
  }
  .slick-prev, .slick-next {
	bottom: 0;
	top: auto;
	transform: none;
	background: #73caf3 !important;  
	width: 65px;
	height: 65px;
	z-index: 10;
  }
  .slick-prev {
	right: 65px;  
	left: auto;
  }
  .slick-prev:before,
  .slick-next:before {
	content: '';  
	width: 20px;
	height: 20px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	transform: rotate(-135deg);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
  }
  .slick-next {
	right: 0;  
  }
  .slick-prev:before {
	left: 10px;
  }
  .slick-next:before {
	transform: rotate(45deg);
	right: 10px;
  }
  .slick-slide {
	line-height: 1;  
  }
  .slick-slide > div > div {
	display: block !important;
  }
@media screen and (max-width: 640px) {
.slider .slick-dots {
    right: 0;
    bottom: 65px;
    width: 60px;
}
.slider .slick-dots li button {
	font-size: 30px;
}
.slider .slick-dots li button:after {
	font-size: 20px;
}
  .slick-prev, .slick-next {
	width: 30px;
	height: 30px;  
  }
  .slick-prev {
	right: 30px;  
  }
  .slick-prev:before {
	left: 5px;  
  }
  .slick-next:before {
	right: 5px;
  }
  .slick-prev:before, .slick-next:before {
	width: 10px;
	height: 10px;  
  }
}