@charset "utf-8";
/*===============================================* スライド */

/*! http://responsiveslides.com v1.55 by @viljamis */

#slides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 7px 0 34px;
}
#slides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
#slides li:first-child {
	position: relative;
	display: block;
	float: left;
}
#slides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
/*=============================================== ご案内 */
#goannai {
	background: url(img/top/bg2.png) no-repeat;
	padding: 20px;
	border: 1px solid #f29e99;
	border-radius: 10px;
}
#goannai .col_br.goannai {
	text-align: left;
	padding: 0 0 0 10px;
	font-size: 1.5em;
}
#goannai .goannaitext {
	color: #764030;
	font-size: 1.3em;
}
/*=============================================== 施設紹介 */
#guide_bg {
	background: url(img/top/guidebg.png) no-repeat bottom;
	padding-bottom: 100px;
	margin-top: 64px;
}
.guideconta {
	display: flex;
	justify-content: space-between;
}
.guide-item {
	flex: 1;
	/*background: url(img/top/bg1.jpg)repeat;*/
	margin: 0 1%;
}
.guideconta .guide-item .bgin {
	padding:8% 0;
	line-height: 180%;
}
.bgin h1 {
	text-align: center;
	border-bottom: solid 4px #EA6F80;
	padding-bottom: 12px;
	font-size: 1.3em;
	margin: 0 0 1.0em !important;
	height: 2.5em;
}
.bgin h1 a {
	text-decoration: none;
	color: #020b2a;
}
.guidetext{
	padding: 2% 8%;
	}
.guidetext a {
	text-decoration: none;
	color: #020b2a;
}
.guidetext dt{
	font-weight:700;
	color:#468bbd;
	}

/*=============================================== ↓ホバー時に背景画像ズーム */

.guide-item {
    position: relative;
}

.guide-item a {
	display:block;
}

.bgin:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

.guide-item:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
	left:0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width:100%;
    height:100%;
}
.guide-item:hover:after {
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.guide-item .bgin div {
    z-index: 1;
    position: relative;
}
.guide-item:after {
background: url(img/top/bg1.jpg)repeat;
}

/*=============================================== ↑ホバー時に背景画像ズーム */	


/*=============================================== WP */
#top_work {
	background-color: #f2f7fa;
}
#top_work .inner {
	border-radius: 15px;
	padding: 3% 0 12%;
}
#top_work ul {
	clear: both;
	padding-bottom: 25px;
	display: flex;
	margin-top: 30px;
}
#top_work ul li {
	line-height: 3;
	width: 100%;
	margin-right: 1%;
	text-align: center;
}
#top_work ul li a {
	text-decoration: none;
	color: #333;
}
#top_work ul li img {
	display: block;
	margin: 20px 0 auto;
	width: 100%;
}
.ichiran {
	margin-bottom: 60px;
	position: relative;
	display: inline-block;
	padding: 0 4% 0 17px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 1.2em;
	text-decoration: underline;
	padding-bottom: -2px;
}
.ichiran::before, .ichiran::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.ichiran::before {
	width: 12px;
	height: 12px;
	-webkit-border-radius: 25%;
	border-radius: 25%;
	background: #209cd2;
}
.ichiran::after {
	left: 5px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
}
.ichiran a {
	text-decoration: none;
	color: #333;
}
.ichiran a:hover {
	text-decoration: underline;
}
.photo1 {
	float: right;
}
/*=============================================== ＷＰ新着情報 */

#infomation {
	background-image: url(img/top/infobg.jpg);
	padding: 40px;
}
#infomation #wp-info {
	background-color: rgba(255,255,255,0.8);
	border-radius: 15px;
	margin: 30px;
}
#infotit {
	padding: 25px;
	margin: 30px;
}
#infomation .inner #infotit .title_topinfo {
	background-image: url(img/top/infotitle.jpg);
	text-align: left;
	padding: 4px 10px;
	font-size: 1.2em;
	color: #333;
}
#infomation ul {
	padding: 0 25px 60px 73px;
}
#infomation ul li {
	line-height: 3.2;
	border-bottom: dotted 1px #fff;
}
#infomation ul li a {
	text-decoration: none;
	color: #333;
}
#infomation ul li a:hover {
	color: #000;
}
#infomation ul li span {
	margin-right: 60px;
}
/*=============================================== 交通アクセス */

#map {
	margin-bottom: 70px;
}
 .#map .inner .subtitle {
 position: relative;
 top: 50px;
 z-index: 1;
}
.kemushi img {
	position: relative;
	top: -90px;
	z-index: 2;
}
#map_canvas {
	width: 100%;
	height: 450px;
	margin: -60px 0 25px 0;
}
.kemushi img {
	transition: 0.3s;
}
.kemushi img:hover {
	-webkit-transform: translate(9px, 9px);
	-moz-transform: translate(9px, 9px);
	-ms-transform: translate(9px, 9px);
	-o-transform: translate(9px, 9px);
	transform: translate(9px, 9px);
}
#map #access {
	color: #333;
	line-height: 170%;
	margin: -60px 0 25px 10px;
}
#map #access dt {
	font-weight: 700;
	margin-top: 10px;
}




/*=============================================== ↓３つの理念 */	
.rinen {
  display: flex;
  justify-content: center;
padding: 2% 0;
}

.circle-1,
.circle-2,
.circle-3 {
  color: #fff;
  padding: 5%;
  width: 150px;
  height: 70px;
  margin: 0 -8px;
  mix-blend-mode: multiply;
  font-size:210%;
}
.circle-1 {
  background: #f66;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}
.circle-2 {
  background: #f92;
  border-radius: 80% 30% 50% 50%/50%;
}
.circle-3 {
  background: #fc2;
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
}
.rinen p{
	text-align:center;
	vertical-align:middle;
	}
.rinen p a{
	color:#FFF;
	text-decoration:none;
	}
.rinen p a:hover{
	opacity:0.5;
	}
	
/*「ぷよん」アニメーション*/
 .korokoro {
      -webkit-animation: korokoro 2.5s linear 0s 1;
      animation: korokoro 2.5s linear 0s 1;
    }
    @-webkit-keyframes korokoro {
      0%   { -webkit-transform: translate(0%, 0%); }
      5%   { -webkit-transform: translate(10%, 0%) rotate(10deg); }
      25%  { -webkit-transform: translate(20%, 0%) rotate(20deg); }
      30%  { -webkit-transform: translate(-10%, 0%) rotate(-10deg); }
      35%  { -webkit-transform: translate(-15%, 0%) rotate(-15deg); }
      45%  { -webkit-transform: translate(10%, 0%) rotate(10deg); }
      50%  { -webkit-transform: translate(15%, 0%) rotate(15deg); }
      60%  { -webkit-transform: translate(-5%, 0%) rotate(-5deg); }
      65%  { -webkit-transform: translate(-7%, 0%) rotate(-7deg); }
      75%  { -webkit-transform: translate(0%, 0%) rotate(0deg); }
      100% { -webkit-transform: translate(0%, 0%) rotate(0deg); }
    }
    @keyframes korokoro {
      0%   { transform: translate(0%, 0%); }
      5%   { transform: translate(10%, 0%) rotate(10deg); }
      25%  { transform: translate(20%, 0%) rotate(20deg); }
      30%  { transform: translate(-10%, 0%) rotate(-10deg); }
      35%  { transform: translate(-15%, 0%) rotate(-15deg); }
      45%  { transform: translate(10%, 0%) rotate(10deg); }
      50%  { transform: translate(15%, 0%) rotate(15deg); }
      60%  { transform: translate(-5%, 0%) rotate(-5deg); }
      65%  { transform: translate(-7%, 0%) rotate(-7deg); }
      75%  { transform: translate(0%, 0%) rotate(0deg); }
      100% { transform: translate(0%, 0%) rotate(0deg); }
    }

/*=============================================== ↑３つの理念 */	



 @media screen and (max-width:800px) {
#top_work ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

}
/*===============================================
 768pxまで
===============================================*/
@media screen and (max-width:768px) {
#goannai {
	width: 90%
}
#goannai img {
	width: 80%;
	height: auto;
}
#goannai div {
	width: 90%;
}
#top_work ul li {
	margin: 2%;
	line-height: 2;
}
#top_work .inner .photo1 img {
	position: relative;
	height: 161px;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#infotit {
	padding: 0;
	margin: 0;
}
#top_work {
	padding-bottom: 10px;
}
#infomation #wp-info {
	margin: 10px;
}
#top_work .inner {
	margin: -49px auto 10px;
	padding: 10px;
	position: relative
}
}

/*===============================================
 640pxまで
===============================================*/
@media screen and (max-width:640px) {
#top_work .inner {
	margin: 10px auto;
	padding: 10px;
}
#goannai .imgr {
	float: none;
	text-align: center;
}
}
@media screen and (max-width: 559px) {
.bgin h1{
		height:auto;
}
.guideconta {
	display: block;
}
.guide-item {
   margin: 10% auto;
}
.guidetext {
    padding: 2% 4%;
}
.rinen {
	display:block;
  }
 .circle-1,
.circle-2,
.circle-3{
margin: auto;
	}
}
 @media screen and (max-width:500px) {
.kemushi img {
	position: relative;
	top: -54px;
	z-index: 2;
	width: 20%;
	margin-bottom: 20px;
}
#infomation {
	background-image: url(img/top/infobg.jpg);
	padding: 10px;
}
}
 @media screen and (max-width:420px) {
#top_work, #wp-info {
	padding: 15px 0;
}
#infomation {
	padding-bottom: 15px;
}
#infomation ul li {
	line-height: 1.5;
	padding-bottom: 10px;
}
#infomation ul li span {
	display: block;
}
#infomation ul {
	padding: 0;
}
}
 @media screen and (max-width:320px) {
.kemushi img {
	position: relative;
	top: -54px;
	z-index: 2;
	width: 20%;
	margin-bottom: 20px;
}
#infomation {
	background-image: url(img/top/infobg.jpg);
	padding: 10px;
}
}
