@charset "UTF-8";
/* ----------------------------
import css
---------------------------- */ 
@import url("reset.css");
body{
font-family: "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
/*=============================================================
#base
=============================================================*/
body,html{
}
body {
margin: 0px;
padding: 0px;
background-color: #FFF;
font-size: 1em;
line-height: 1.3em;
color: #333333;
text-align: left;
text-size-adjust: 100%;
min-height: 100vh;
background: url("../image/bg_sp.jpg") no-repeat center center fixed;
background-size: cover;
background-attachment: fixed;
background-attachment: scroll;
}
a:active {
color: #0000FF;
text-decoration: underline;
}
a:visited {
color: #66F;
text-decoration: underline;
}
a:link {
color: #0000FF;
text-decoration: underline;
}
a:hover {
color: #00F;
text-decoration: underline;
}
#container {
overflow: hidden;
margin-right:auto;
margin-left:auto;
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
width: 100%;
font-family: shippori-mincho-b1, sans-serif;
font-weight: 500;
font-style: normal;
}
.pc_only {
display: none;
}
/*=============================================================
web fonts
=============================================================*/
.Shippori_Mincho {
font-family: shippori-mincho-b1, sans-serif;
font-weight: 500;
font-style: normal;
}
.Minion {
font-family: minion-3-caption, serif;
font-weight: 500;
font-style: normal;
}
/*=============================================================
#contents
=============================================================*/



/*=============================================================
#FOOTER
=============================================================*/
.pagetop {
display: none;
position: fixed;
bottom: 10px;
right: 10px;
width: 30px;
height: 30px;
text-align: center;
z-index: 8000;
cursor: pointer;
}
.pagetop span {
display: block;
border-radius: 50%;
background: #9fb7d4;
color: #fff;
font-size: 14px;
text-align: center;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
text-decoration: none;
font-weight: bold;
height: 100%;
width: 100%;
line-height: 2.1;
font-family: Arial, Helvetica, sans-serif;
}

#footer {
margin: 50px auto 0 auto;
text-align: center;
overflow: hidden;
position: relative;
width: 100%;
color: #444444;
padding: 0 0 40px 0;
}
#footer h3 {
font-size: 16px;
line-height: 1.5em;
margin: 0 0 1em 0;
}
#footer h3 b {
font-size: 20px;
}
#footer p {
font-size: 16px;
line-height: 1.5em;
}

#footer p.copy {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #999;
line-height: 150%;
margin: 3em auto 0 auto;
}


