@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,html{
width: 100%;
}
body {
margin: 0px;
padding: 0px;
background-color: #FFF;
font-size: 1em;
line-height: 1.8em;
color: #333333;
text-align: left;
text-size-adjust: 100%;
min-height: 100vh;
background: url("../image/bg.jpg") no-repeat center center fixed;
background-size: cover;
background-attachment: fixed;
}
a:active {
color: #0000FF;
text-decoration: underline;
}
a:visited {
color: #66F;
text-decoration: underline;
}
a:link {
color: #0000FF;
text-decoration: underline;
transition: all 0.3s ease-out;
}
a:hover {
color: #00F;
text-decoration: underline;
}
#container {
margin: 0px auto 0 auto;
text-align: center;
width: 100%;
font-family: shippori-mincho-b1, sans-serif;
font-weight: 500;
font-style: normal;
}
a[href^="tel:"] {
pointer-events: none;
text-decoration: none;
color: #000;
}
.hd,
.sp_menu {
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: 30px;
right: 30px;
width: 50px;
height: 50px;
text-align: center;
z-index: 8000;
cursor: pointer;
}
.pagetop span {
display: block;
border-radius: 50%;
background: #9fb7d4;
color: #fff;
font-size: 18px;
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.5;
font-family: Arial, Helvetica, sans-serif;
}
.pagetop span:hover {
background-color: #8a969e;
}
#footer {
margin: 100px auto 0 auto;
text-align: center;
overflow: hidden;
position: relative;
width: 100%;
color: #444444;
padding: 0 0 100px 0;
}
#footer h3 {
font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
line-height: 1.8em;
margin: 0 0 2em 0;
}
#footer h3 b {
font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}
#footer p {
font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
line-height: 2em;
}

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

