@charset "utf-8";

html {font-size: 62.5%;}
body {font-size: 1.4rem; background: #f9f9f9; color: #333;font-family: "Zen Maru Gothic", serif;} /* wb 700*/
body * {box-sizing: border-box;}
html,body { margin: 0;padding: 0;}
header,footer { text-align: center;}
footer {background: #333; color: #f9f9f9; margin: 15px 0 0; padding: 3px 0; font-size: 1.2rem;}

h1 { font-size: 2.4rem;}
h2 { font-size: 2.1rem;}
h2 { font-size: 1.8rem;}
h1,h2,h3 { text-align: center;}
p {font-size: 1.6rem; line-height: 1.6;}

.center { text-align: center;}
.note { text-indent: -1em; margin-left: 1em;}
.red { color: #cc0000;}

div#info {
    padding: 1% 4% 2%;
    background: #FEDFE1;
}
div#map,
div#toilet {
    margin: 10% 0;
}
div#map h2 {
    font-size: 1.9rem;
}

ul { list-style-type: none; padding: 0;}
ul li { margin-bottom: 15px;}

ul#snsbtn.link { margin-top: 20px;}

ul.link {
    margin: 0 auto;
}
.link a {
    background: #333;
    border-radius: 8px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    text-decoration: none;
}
.link a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}


/* SP */
@media screen and (max-width: 759.9px) {

.spnone{display:none;}
.small {font-size: 1.3rem;}


div.inner {
    width: 96%;
    margin: 0 auto;
}
ul.link {
    width: 100%;
}
div#map iframe,
div#toilet iframe {
    width: 100%;
}


}

/* PC */
@media screen and (min-width: 760px) {

.pcnone{display:none;}
.small {font-size: 1.4rem;}

ul.link {
    width: 315px;
}

div.inner {
    width: 680px;
    margin: 0 auto;
}
.link a:hover {
  background: #eee;
  color: #333;
}
.link a:hover:after {
  right: 1.4rem;
}

}