@charset "UTF-8";
/* CSS Document */

@font-face {
font-family: 'Billabong';
src: url("../webfonts/Billabong.ttf");
}
html {
font-size: 62.5%;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
font-size: 1.6rem;
color: #303030;
font-family: "Yu Gothic medium", "Noto Sans JP", YuGothic, "Hiragino Sans", Meiryo, "sans-serif";
background: #FFF;
margin: 0;
}
img{
width:100%;
max-width: 100%;
height: auto;
vertical-align: bottom;
}
video, iframe {
width: 100%;
vertical-align: bottom;
}
a, a:hover {
text-decoration: none;
color: #555;
}
i {
font-size: 0.8em;
padding-right: 5px;
}
p {
word-break: break-all;
}
.box {
margin: 0 auto;
}
a.btn {
display: block;
background: #fff;
text-align: center;
width: 100%;
max-width: 320px;
margin: 0 auto;
position: relative;
-webkit-transition: all 0.2s;
transition: all 0.2s;
letter-spacing: 0.1em;
color: #111;
}
a.btn:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: calc(100% - 4px);
height: 100%;
content: "";
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translateY(7px);
transform: translateY(7px);
border: 2px solid #000;
border-radius: 30px;
background: #ccc100;
-webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}
a.btn span {
font-size: 1.8rem;
font-weight: bold;
position: relative;
display: block;
padding: 7px 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border: 2px solid #000;
border-radius: 30px;
background: #fff100;
}
a.btn:hover {
-webkit-transform: translate(0, 0.25rem);
transform: translate(0, 0.25rem);
background: #fff100;
border-radius: 30px;
}
a.btn:hover:before {
-webkit-transform: translate3d(0, 0.5rem, -1rem);
transform: translate3d(0, 0.5rem, -1rem);
-webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}
/*--------------------
header
--------------------*/
/*--------------------
footer
--------------------*/
footer img{
display: block;
}
footer p{
text-align: center;
}
footer > div { 
display: flex;
justify-content: space-between;
align-items: center;
}
#footer { 
position: relative;
}
#footer:after { 
position: absolute;
bottom: 0;
left: 0;
width: 100%;
content: '';
}

@media (max-width: 560px){
.box{
width: 90%;
}
/*--------------------
header
--------------------*/
header img{
width: 60px;
padding: 10px 0 10px 15px;
}
/*--------------------
footer
--------------------*/
footer{
padding-top: 30px;
}
footer img{
width: 120px;
margin: 0 auto 20px;
}
footer p{
line-height: 2em;
font-size: 1.2rem;
padding-bottom: 40px;
}
footer > div {
flex-direction: column;
padding-bottom: 50px;
}
#footer:after { 
background: -webkit-repeating-linear-gradient(45deg, #1d2087, #1d2087 5px, #ffffff 5px, #ffffff 10px); 
background: repeating-linear-gradient(45deg, #1d2087, #1d2087 5px, #ffffff 5px, #ffffff 10px); 
padding: 10px 0;
}
footer > div .g-map iframe { 
height: 250px;
}
}

@media (min-width: 561px){
.box{
width: 90%;
max-width: 960px;
}
}

@media (min-width: 561px) and (max-width: 1024px){
/*--------------------
header
--------------------*/
header img{
width: 100px;
padding: 10px 0 10px 20px;
}
/*--------------------
footer
--------------------*/
footer{
padding-top: 50px;
}
footer img{
width: 170px;
margin: 0 auto 30px;
}
footer p{
line-height: 2em;
font-size: 1.4rem;
}
footer > div {
padding-bottom: 80px;
}
#footer:after { 
height: 10px;
background: -webkit-repeating-linear-gradient(45deg, #1d2087, #1d2087 7px, #ffffff px, #ffffff 14px); 
background: repeating-linear-gradient(45deg, #1d2087, #1d2087 7px, #ffffff 7px, #ffffff 14px); 
padding: 10px 0;
}
footer > div div { 
width: 48%;
}
footer > div .g-map iframe { 
height: 350px;
}
}

@media (min-width: 1025px){
/*--------------------
header
--------------------*/
header img{
width: 150px;
padding: 20px;
}
/*--------------------
footer
--------------------*/
footer{
padding-top: 50px;
}
footer img{
width: 170px;
margin: 0 auto 30px;
}
footer p{
line-height: 2em;
font-size: 1.4rem;
}
footer > div {
padding-bottom: 80px;
}
#footer:after { 
height: 10px;
background: -webkit-repeating-linear-gradient(45deg, #1d2087, #1d2087 8px, #ffffff 8px, #ffffff 16px); 
background: repeating-linear-gradient(45deg, #1d2087, #1d2087 8px, #ffffff 8px, #ffffff 16px); 
padding: 10px 0;
}
footer > div div { 
width: 48%;
}
footer > div .g-map iframe { 
height: 350px;
}
}