@charset "UTF-8";
/* --------------------------------------------------
ikinari
-------------------------------------------------- */

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

reset

-------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
img, a {
	vertical-align: top;
	max-width: 100%;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
*, *:before, *:after {
	box-sizing: border-box;
}
a:focus, *:focus { outline:none !important; }
/* --------------------------------------------------
clearfix
-------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */ 

/* --------------------------------------------------
fonts
-------------------------------------------------- */



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

a:link {
	color: #003F98;
}
a:visited {
	color: #282828;
	text-decoration: none;
}
a:hover {
	color: #282828;
	text-decoration: none;
}
a:active {
	color: #282828;
	text-decoration: none;
}
a {
	transition: .2s linear;
}
a img {
	transition: opacity .2s ease-out;
}
a:hover img {
	opacity: 0.5;
}
a:focus {
	outline: 1px dotted #ccc;
}

@media screen and (max-width: 800px) {
a:hover {
	opacity: 1;
}
}
/* --------------------------------------------------
html
-------------------------------------------------- */

html {
	font-size: 62.5%;
	height: 100%;
}

@media screen and (max-width: 1080px) {
html {
	font-size: 58.12%; /* 1.4rem */
}
}

@media screen and (max-width: 600px) {
html {
	font-size: 53.75%; /* 1.3rem */
}
}

@media screen and (max-width: 400px) {
html {
	font-size: 50%; /* 1.2rem */
}
}
/* --------------------------------------------------
body
-------------------------------------------------- */

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.6;
	height: 100%;
	min-height: 100%;
	color: #000;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	position: relative;
}

/* --------------------------------------------------
top-header
-------------------------------------------------- */
#top-header-outer {
	overflow: hidden;
	background:url(../img/star_blue.png) repeat;
	background-size:contain;
}
#top-header {
	width:96%;
	max-width:1200px;
	margin:0 auto;
	text-align: center;
	position: relative;
}
.top-logo {
	width: 69%;
	position: absolute;
	left: 16%;
	top: 74%;
	z-index: 100;
}
.top-main{
	width:75%;
	position: absolute;
	left: 12%;
	top: 2%;
	z-index: 100;
}
.top-mizu{
	width:60%;
	position: absolute;
	left: 15%;
	top: 10%;
	z-index: 0;
}
.top-shiro{
	width:19%;
	position: absolute;
	right: 8%;
	top: 31%;
	z-index: 0;
}
.top-zoo{
	width:40%;
	position: absolute;
	left: 16%;
	top: 56%;
	z-index: 0;
}
.top-copy{
	background:url(../img/star_white.png) #E75381 40%;
	text-align:center;
	color:#FFF;
	font-size:2em;
	padding:2em;
}
@media screen and (max-width: 980px) {
.top-copy{
	font-size:1.6em;
}
}
@media screen and (max-width: 768px) {
.top-copy{
	font-size:1.4em;
    padding: 1.5em;
}
.top-copy br{
	display:none;
}
}

/* --------------------------------------------------
animation
-------------------------------------------------- */

.fx-fadein01 {
    animation: op 0s ease 0s normal,gfadein01 1.8s ease 0s normal,fuwafuwa 1.8s ease 1.8s infinite;
    visibility: visible !important;
}
.fx-fadein02 {
    animation: op 0s ease 0s normal,gfadein02 1.8s ease 0s normal;
    visibility: visible !important;
}
.fx-fadein03 {
    animation: op 0s ease 0s normal,gfadein03 1.8s ease 0s normal;
    visibility: visible !important;
}
.fx-fadein04 {
    animation: op 0s ease 0s normal,gfadein04 1.8s ease 0s normal;
    visibility: visible !important;
}
.fx-fadein05 {
    animation: op 1s ease 0s normal,gfadein05 1s ease 1s normal;
    visibility: visible !important;
}
@keyframes gfadein01 {
  0% {
	transform: scale(0);
	transform-origin: center center;
  }
  65% {
	transform: scale(1.07);
	transform-origin: center center;
  }	
  100% {
	transform: scale(1);
	transform-origin: center center;
  }	
}
@keyframes gfadein02 {
  0% {
	transform: translate(0,100px);
	opacity: 0;
  }	
  100% {
	transform: translate(0,0);
	opacity: 1;	
  }	
}
@keyframes gfadein03 {
  0% {
	transform: translate(-100px,0);
	opacity: 0;
  }	
  100% {
	transform: translate(0,0);
	opacity: 1;	
  }	
}
@keyframes gfadein04 {
  0% {
	transform: translate(0,-100px);
	opacity: 0;
  }	
  100% {
	transform: translate(0,0);
	opacity: 1;	
  }	
}
@keyframes gfadein05 {
  0% {
	transform: translate(0,100px);
	opacity: 0;
  }	
  100% {
	transform: translate(0,0);
	opacity: 1;	
  }	
}
@keyframes fadein {
  0% {
		opacity: 0;
  }
  100% {
		opacity: 1;
  }
}
@keyframes op {
  0% {
	opacity: 0;
  }
  100% {
	opacity: 0;	
  }	
}
/* --------------------------------------------------
area-map
-------------------------------------------------- */
.area-map{
	background:#FFFAC6;
	margin-top:185px;
}
.area-map h2{
	width:96%;
	max-width:1200px;
	margin:0 auto 2em auto;
	text-align:right;
}
.area-map h2 img{
	width:51%;
	margin-top:-90px;
}
.area-map a img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.area-map a img:hover {
	opacity:1;
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.map-base{
	width:96%;
	max-width:1310px;
	margin:0 auto;
	position: relative;
}
.nihontsukinowaguma{
	width:30%;
	position: absolute;
	left: -1%;
	top: -18%;
	z-index: 0;
}
.unpyou{
	width:30%;
	position: absolute;
	right: 8%;
	top: 10%;
	z-index: 0;
}
.fukidashi-mizu{
	width:31%;
	position: absolute;
	left: 20%;
	top: 9%;
	z-index: 0;
}
.star-mizu{
	width:4%;
	position: absolute;
	left: 31%;
	top: 25%;
	z-index: 0;
}
.icon-mizu{
	width:28%;
	position: absolute;
	left: 36%;
	top: 26%;
	z-index: 0;
}
.fukidashi_kumamotojyo{
	width:31%;
	position: absolute;
	left: 12%;
	top: 35%;
	z-index: 0;
}
.star-kumamotojyo{
	width:4%;
	position: absolute;
	left: 24%;
	top: 51%;
	z-index: 0;
}
.icon-kumamotojyo{
	width:10%;
	position: absolute;
	left: 28%;
	top: 46%;
	z-index: 100;
}
.fukidashi-zoo{
	width:31%;
	position: absolute;
	left: 38%;
	bottom: 20%;
	z-index: 0;
}
.star-zoo{
	width:4%;
	position: absolute;
	right: 47%;
	bottom: 16%;
	z-index: 0;
}
.icon-zoo{
	width:23%;
	position: absolute;
	right: 34%;
	bottom: 8%;
	z-index: 0;
}
.map-keroro{
	width:36%;
	position: absolute;
	right: 1%;
	bottom: -7%;
	z-index: 100;
}
@media screen and (max-width: 840px) {
.area-map{
	margin-top:120px;
}
}
/* --------------------------------------------------
area-kumamotojyo
-------------------------------------------------- */
.area-kumamotojyo-bg{
	width:100%;
	background:url(../img/star_blue.png) repeat;
	background-size:contain;
	padding: 50px 0;
}
.area-kumamotojyo{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	overflow: hidden;
	
}
.area-kumamotojyo h2{
	width:96%;
	max-width:800px;
	margin:0 auto 2em auto;
	text-align:center;
}
.kumamotojyo-contents{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kumamotojyo-douzou{
	width:47%;
}
.kumamotojyo-txt{
	width:46%;
	font-size:2.2rem;
	color:#003F98;
	padding-top:1em;
}
.kumamotojyo-txt a:before{
	content:"";
	display:inline-block;
	width:.5em;
	height:1em;
	background:url(../img/icon_arrow.png) no-repeat 0 .25em;
	background-size:contain;
	margin-right:.5em;
}
.kumamotojyo-txt img{
	margin-top:3em;
}
.kumamotojyo-plate{
	width:34%;
	margin-top:1em;
}
.jyosyu{
	width:63%;
	position:relative;
}
.kumamotojyo{
	position:absolute;
	width:36%;
	top:5em;
	left:5%;
}
.jyosyu-ttl{
	position:absolute;
	width:100%;
	text-align:center;
	font-size:3rem;
	font-weight:bold;
	color:#FFF;
	top:1em;
}
.jyosyu-txt{
	position:absolute;
	width:50%;
	color:#FFF;
	top:5em;
	right:5%;
}
.jyosyu-txt a:before{
	content:"";
	display:inline-block;
	width:.5em;
	height:1em;
	background:url(../img/icon_arrow2.png) no-repeat center left;
	background-size:contain;
	margin-right:.5em;
}
.jyosyu-txt a:link{
	color:#FFF;
}
@media screen and (max-width: 980px) {
.kumamotojyo-plate{
	width:33%;
	margin-top:1em;
}
.jyosyu{
	width:66%;
	position:relative;
}
.jyosyu-txt{
	top:5em;
	font-size:1.6rem;
}
}

@media screen and (max-width: 768px) {
.kumamotojyo-contents{
	display:block;
}
.kumamotojyo-douzou,
.kumamotojyo-txt,
.kumamotojyo-plate,
.jyosyu{
	width:100%;
}
.kumamotojyo-plate{
	margin-bottom:1em;
}
}
@media screen and (max-width: 560px) {
.kumamotojyo{
	width:26%;
	left:3%;
}
.jyosyu-txt{
	width:66%;
	right:3%;
}
}
@media screen and (max-width: 480px) {
.jyosyu-ttl{
	top:.75em;
	font-size:2rem;
}
.kumamotojyo,
.jyosyu-txt{
	top:3em;
	line-height: 1.4;
}
.jyosyu-txt{
	font-size:1.4rem;
}
}

/* --------------------------------------------------
area-sakuranobaba
-------------------------------------------------- */
.area-sakuranobaba{
	width:96%;
	max-width:1200px;
	min-height:1100px;
	margin:50px auto;
	overflow: hidden;
	position: relative;	
}
.area-sakuranobaba h2{
	width:96%;
	max-width:620px;
	position: absolute;
	left: 24%;
	top: 0;
}
.illust-kumamotojyo{
	width:22%;
	position: absolute;
	left: 1%;
	top: 2%;
	z-index: 100;
}
.txt-kumamotojyo{
	max-width:620px;
	position: absolute;
	left: 24%;
	top: 14%;
	z-index: 100;
	font-size:2.2rem;
	color:#003F98;
}
.sakuranobaba-pht01{
	width:95%;
	position: absolute;
	left: 10%;
	top: 25%;
	z-index: 0;
}
.sakuranobaba-pht02{
	width:32%;
	position: absolute;
	right: 0%;
	bottom: 0%;
	z-index: 100;
}
.txt-wakuwaku{
	width:56%;
	position: absolute;
	left: 10%;
	bottom: 0%;
	z-index: 100;
}
@media screen and (max-width: 980px) {
.area-sakuranobaba {
    min-height: 990px;
}
.sakuranobaba-pht02{
	width:26%;
}
.txt-wakuwaku{
	width:62%;
}
}
@media screen and (max-width: 768px) {
.area-sakuranobaba {
    min-height: 860px;
}
.sakuranobaba-pht02{
	width:32%;
}
.txt-wakuwaku{
	width:56%;
}
}
@media screen and (max-width: 680px) {
.area-sakuranobaba{
	width:96%;
	margin:0 auto;
	position: static;
	text-align:center;
}
.area-sakuranobaba h2,
.txt-kumamotojyo,
.sakuranobaba-pht01,
.sakuranobaba-pht02,
.txt-wakuwaku{
	width:100%;
	position: static;
	margin-bottom:.5em;
}
.illust-kumamotojyo{
	position: static;
	display:none;
}
.txt-kumamotojyo,
.txt-wakuwaku{
	text-align:left;
}
.sakuranobaba-pht02 img{
	width:100%;
}
}
/* --------------------------------------------------
food-kumamotojyo
-------------------------------------------------- */
.food-kumamotojyo{
	width:96%;
	max-width:1200px;
	margin:50px auto;
	display:flex;
}
.food-kumamotojyo ul{
	display:flex;
	width:84%;
}
.food-kumamotojyo ul li{
	width:31%;
	margin-right:3%;
}
.food-kumamotojyo ul li dt{
	font-size:2rem;
	font-weight:bold;
	margin-top:.5em;
	margin-bottom:.5em;
}
.serval{
	width:25%;
	margin-right:-20px;
	margin-top:-60px;
	z-index:100;
}
@media screen and (max-width: 980px) {
.food-kumamotojyo{
	display:block;
}
.food-kumamotojyo ul {
    width: 100%;
}
.serval {
    width: 50%;
    margin-left: 30%;
    margin-top: 10px;
    z-index: 100;
}
}
@media screen and (max-width: 768px) {
.food-kumamotojyo ul li dt{
	font-size:1.8rem;
}
}
@media screen and (max-width: 480px) {
.food-kumamotojyo ul{
	display:block;
}
.food-kumamotojyo ul li{
	width:100%;
	margin:0 0 1em 0;
}
}

/* --------------------------------------------------
spots-sakuranobaba
-------------------------------------------------- */
.spots-kumamotojyo{
	width:96%;
	max-width:1200px;
	margin:50px auto 0 auto;
}
.spots-sakuranobaba dt{
	font-size:2.4rem;
	font-weight:bold;
	margin-bottom:10px;
}
.spots-kumamotojyo a:before{
	content:"";
	display:inline-block;
	width:.5em;
	height:1em;
	background:url(../img/icon_arrow.png) no-repeat 0 .25em;
	background-size:contain;
	margin-right:.5em;
}
.two-spots{
	display:flex;
	width:100%;
	margin-top:2em;
}
.two-spots dl{
	width:50%;
}
.two-spots dt{
	font-size:2rem;
	font-weight:bold;
	margin-bottom:10px;
}
@media screen and (max-width: 680px) {
.two-spots{
	display:block;
}
.two-spots dl{
	width:100%;
	margin-bottom:2em;
}
}
/* --------------------------------------------------
list-icon
-------------------------------------------------- */

.icon-post,
.icon-tel,
.icon-open,
.icon-close,
.icon-cost,
.icon-car,
.icon-parking{
	position:relative;
	padding-left:1.5em;
}
.icon-post:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:1em;
	height:1.5em;
	background:url(../img/icon_post.png) no-repeat 0 .25em;
	background-size:contain;
}
.icon-tel:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:1em;
	height:1.5em;
	background:url(../img/icon_tel.png) no-repeat 0 .25em;
	background-size:contain;
}
.icon-open:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:1em;
	height:1.5em;
	background:url(../img/icon_open.png) no-repeat 0 .25em;
	background-size:contain;
}
.icon-close:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:1em;
	height:1.5em;
	background:url(../img/icon_close.png) no-repeat 0 .25em;
	background-size:contain;
}
.icon-cost:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:1em;
	height:1.5em;
	background:url(../img/icon_cost.png) no-repeat 0 .25em;
	background-size:contain;
}
.icon-car:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:1em;
	height:1.5em;
	background:url(../img/icon_car.png) no-repeat 0 .25em;
	background-size:contain;
}
.icon-parking:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:1em;
	height:1.5em;
	background:url(../img/icon_parking.png) no-repeat 0 .25em;
	background-size:contain;
}
/* --------------------------------------------------
area-zoo
-------------------------------------------------- */
.area-zoo-bg{
	width:100%;
	background:url(../img/star_orange.png) repeat;
	background-size:contain;
	padding: 50px 0;
}
.area-zoo{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	overflow: hidden;
}
.area-zoo h2{
	width:96%;
	max-width:800px;
	margin:0 auto 2em auto;
	text-align:center;
}
.zoo-contents{
	width:100%;
	display:flex;
	justify-content: space-between;
}
.zoo-txt{
	width:60%;
	padding-left:10%;
	font-size:2.2rem;
	color:#003F98;
}
.kinshikou{
	width:37%;
}
.illust-zoo{
	width:64%;
	margin-bottom:1em;
}
.zoo-map{
	position:relative;
	margin-top:-12%;
}
.zoo-keroro{
	width:28%;
	position: absolute;
	left: 0%;
	bottom: -2%;
	z-index: 100;
	
}
.jyuminhyou{
	display:flex;
	justify-content: space-between;
	width:90%;
	margin:20px auto;
}
.jyuminhyou dt{
	width:36%;
}
.jyuminhyou dd{
	width:62%;
	margin-top:2em;
}
.jyuminhyou-ttl{
	font-size:2.2rem;
	color:#003F98;
	font-weight:bold;
	margin-bottom:.5em;
}
.jyuminhyou-copy{
	font-size:1.8rem;
	font-weight:bold;
	margin-bottom:.5em;
}
.spots-zoo{
	width:96%;
	max-width:1200px;
	margin:50px auto 0 auto;
}
.spots-zoo dl{
	display:flex;
	justify-content: space-between;
}
.spots-zoo dl dt{
	width:41%;
}
.spots-zoo dl dd{
	width:56%;
}
.spots-zoo dl dd p{
	font-size:2.2rem;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:.5em;
}
.spots-zoo dl dd a:before{
	content:"";
	display:inline-block;
	width:.5em;
	height:1em;
	background:url(../img/icon_arrow.png) no-repeat 0 .25em;
	background-size:contain;
	margin-right:.5em;
}
@media screen and (max-width: 980px) {
.zoo-map {
    margin-top: 0;
}
}
@media screen and (max-width: 860px) {
.jyuminhyou{
	width:96%;
}
}
@media screen and (max-width: 768px) {
.spots-zoo dl{
	display:block;
}
.spots-zoo dl dt,
.spots-zoo dl dd,
.jyuminhyou dt,
.jyuminhyou dd,
.zoo-txt{
	width:100%;
}
.jyuminhyou,
.zoo-contents{
	display:block;
}
.kinshikou{
	width:80%;
}
}

/* --------------------------------------------------
area-mizu
-------------------------------------------------- */
.area-mizu-bg{
	width:100%;
	background:url(../img/star_green.png) repeat;
	background-size:contain;
	padding: 50px 0;
}
.area-mizu{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	overflow: hidden;
}
.area-mizu h2{
	width:96%;
	max-width:800px;
	margin:0 auto 2em auto;
	text-align:center;
}
.manhole{
	display:flex;
	margin-left:10%;
}
.mizu-manhole{
	width:70%;
}
.mizu-manhole p{
	font-size:2.2rem;
	color:#003F98;
}
.manhole-pht{
	z-index:0;
	margin-bottom:.5em;
}
.illust-mizu{
	width:62%;
	z-index:100;
	margin-left:-10%;
}
.mizu-keroro{
	width:36%;
	margin-left:-8%;
	margin-top:12%;
}
.mizu-keroro img{
	width:100%;
}
.spots-mizu{
	display:flex;
	width:96%;
	max-width:1200px;
	margin:50px auto;
}

.spots-mizu dl{
	display:flex;
	justify-content: space-between;
	width:80%;
	margin-left:-30px;
}
.spots-mizu dt{
	width:50%;
}
.spots-mizu dt img{
	margin-bottom:.5em;
}
.spots-mizu dd{
	width:46%;
}
.spots-mizu dd p {
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: .5em;
}
.spots-mizu dd a:before{
	content:"";
	display:inline-block;
	width:.5em;
	height:1em;
	background:url(../img/icon_arrow.png) no-repeat 0 .25em;
	background-size:contain;
	margin-right:.5em;
}
.araiguma{
	width:40%;
	margin-left:-30px;
	margin-top:-30px;
	margin-bottom:1em;
	z-index:100;
}
.keroro-get{
	width:96%;
	max-width:1000px;
	margin:20px auto 50px auto;
	display:flex;
}
.keroro-star{
	width:54%
}
.keroro{
	width:46%;
	margin-top:5%;
	margin-left:-6%;
	z-index:100;
}
@media screen and (max-width: 768px) {
.manhole{
	display:block;
}
.spots-mizu{
	display:block;
	width:96%;
	margin:0 auto;
}
.spots-mizu dl,
.spots-mizu dt,
.spots-mizu dd{
	display:block;
	width:100%;
}
.mizu-keroro img {
    margin-top: 1em;
}
.spots-mizu dl{
	margin-left:0;
}
.araiguma{
	width:100%;
	margin:0;
}
.mizu-manhole{
	width:100%;
}
.mizu-keroro{
	width:100%;
	margin-left:0;
	margin-top:0;
	margin-bottom:1em;
}
}

/* --------------------------------------------------
link-bnr
-------------------------------------------------- */
.link-bnr{
	width:96%;
	max-width:1200px;
	margin:50px auto;
}
.link-bnr ul{
	display:flex;
	justify-content:space-between;
}
.link-bnr li{
	width:48%;
}
@media screen and (max-width: 480px) {
	.link-bnr ul{
		display:block;
}
	.link-bnr li{
		width:100%;
		margin-bottom:1em;
	}
}

/* --------------------------------------------------
area-spots
-------------------------------------------------- */
.area-spots{
	width:96%;
	max-width:1200px;
	margin:50px auto;
}
.area-spots h3{
	color:#00BEFF;
	text-align:center;
	font-size:3rem;
	font-weight:bold;
	margin-bottom:1em;
}
.area-spots h3 span{
	border-bottom:6px solid #FFF000;
}
.area-spots ul{
	display:flex;
}
.area-spots ul li{
	width:24%;
	margin-right:1%;
}
.area-spots ul li:last-child{
	margin-right:0;
}
.area-spots ul li h4{
	color:#00BEFF;
	margin:.5em 0;
	font-size:2.2rem;
	font-weight:bold;
}
.area-spots h4 span{
	border-bottom:4px solid #FFF000;
}
.area-spots ul li p a:before{
	content:"";
	display:inline-block;
	width:.5em;
	height:1em;
	background:url(../img/icon_arrow.png) no-repeat 0 .25em;
	background-size:contain;
	margin-right:.5em;
}
@media screen and (max-width: 768px) {
.area-spots{
	margin:30px auto;
}
.area-spots ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.area-spots ul li{
	width:48%;
	margin-right:0;
	margin-bottom:1em;
}
.area-spots ul li h4{
	margin:.25em 0;
}
}

/* --------------------------------------------------
message
-------------------------------------------------- */
.message{
	background:url(../img/star_white.png) #E75381 40%;
	padding:3em;
}
.message p{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	text-align:left;
	color:#FFF;
	font-size:1.8em;
}
.message .sign{
	text-align:right;
	margin-top:.5em;
	font-size:2em;
}

@media screen and (max-width: 980px) {
.message p{
	font-size:1.4em;
}
.message .sign{
	font-size:1.8em;
}
}
@media screen and (max-width: 768px) {
.message{
	padding:2em;
}
}
@media screen and (max-width: 480px) {
.message br{
	display:none;
}
}

/* --------------------------------------------------
footer
-------------------------------------------------- */
#footer{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	padding-top: 4rem;
}

.kumamoto-logo{
	width: 200px;
	margin: 0 auto 2rem;
}

.to-kankouguide{
	padding: .5rem 5rem;
	border: 1px solid #000;
	display: inline-block;
}
.to-kankouguide a:link{
	text-decoration:none;
}
.to-kankouguide a:hover{
	opacity: .7;
}

.copyright{
	background: #46281B;
	color: #FFF;
	font-size: 60%;
	text-indent: .1rem;
	letter-spacing: .1rem;
	padding: 1.5rem 0;
	margin-top: 4rem;
}

/* --------------------------------------------------
pagetop
-------------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
	display:block;
}
#page-top img{
	width:160px;
	height:auto;
}
@media screen and (max-width: 1200px) {
#page-top img{
	width:120px;
	height:auto;
}
}
@media screen and (max-width: 680px) {
#page-top {
    bottom: 10px;
    right: 10px;
}
#page-top img{
	width:100px;
	height:auto;
}
}
@media screen and (max-width: 480px) {
#page-top img{
	width:80px;
	height:auto;
}
}
/* --------------------------------------------------
animation
-------------------------------------------------- */

.fx-swing {
        -moz-animation: swing linear 2s infinite;
        -moz-transform-origin: center -5px 0;
        -webkit-animation: swing linear 2s infinite;
        -webkit-transform-origin: center -5px 0;
        -ms-animation: swing linear 2s infinite;
        -ms-transform-origin: center -5px 0;
        -o-animation: swing linear 2s infinite;
        -o-transform-origin:center -5px 0;
        animation: swing linear 2s infinite;
        transform-origin: center 70% 0;
}
@-moz-keyframes swing {
        0% { -moz-transform: rotate(0deg) }
        25% { -moz-transform: rotate(); }
        50% { -moz-transform: rotate(0deg); }
        75% { -moz-transform: rotate(-4deg); }
        100% { -moz-transform: rotate(0deg); }
}
@-webkit-keyframes swing {
        0% { -webkit-transform: rotate(0deg); }
        25% { -webkit-transform: rotate(4deg); }
        50% { -webkit-transform: rotate(0deg); }
        75% { -webkit-transform: rotate(-4deg); }
        100% { -webkit-transform: rotate(0deg); }
}
@-o-keyframes swing {
        0% { -o-transform: rotate(0deg); }
        25% { -o-transform: rotate(4deg); }
        50% { -o-transform: rotate(0deg); }
        75% { -o-transform: rotate(-4deg); }
        100% { -o-transform: rotate(0deg); }
}
@-ms-keyframes swing {
        0% { -ms-transform: rotate(0deg); }
        25% { -ms-transform: rotate(4deg); }
        50% { -ms-transform: rotate(0deg); }
        75% { -ms-transform: rotate(-4deg); }
        100% { -ms-transform: rotate(0deg); }
}
@keyframes swing {
        0% { transform: rotate(0deg); }
        25% { transform: rotate(4deg); }
        50% { transform: rotate(0deg); }
        75% { transform: rotate(-4deg); }
        100% { transform: rotate(0deg); }
}
.fuwafuwa {
    -webkit-animation-name:fuwafuwa;
    -webkit-animation-duration:2s;
    -webkit-animation-iteration-count:infinite;
    /-webkit-animation-direction:alternate;/
    -webkit-animation-timing-function:ease;
    
    -moz-animation-name:fuwafuwa;
    -moz-animation-duration:2s;
    -moz-animation-iteration-count:infinite;
    /-moz-animation-direction:alternate;/
    -moz-animation-timing-function:ease;
}
@-webkit-keyframes fuwafuwa {
    0% {-webkit-transform:translate(0, 0);}
    50% {-webkit-transform:translate(0, -10px);}
    100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
    0% {-moz-transform:translate(0, 0);}
    50% {-moz-transform:translate(0, -10px);}
    100% {-moz-transform:translate(0, 0);}
}