@charset "UTF-8";
/* CSS Document */
@font-face {
font-family: 'Balthazar';
src: url('fonts/Balthazar-Regular.ttf') format('ttf');
}
@font-face {
font-family: 'NotoSansJP';
src: url('fonts/NotoSansJP-VariableFont_wght.woff2') format('woff2');
}
@font-face {
font-family: 'NotoSerifJP';
src: url('fonts/NotoSerifJP-Bold.woff2') format('woff2');
}

html {
font-size: 62.5%;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
font-size: 1.6rem;
color: #2e3035;
font-family: "NotoSansJP", "Yu Gothic medium", 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: #777;
}
i {
font-size: 0.8em;
padding-right: 5px;
}
p {
word-break: break-all;
}
.box {
max-width: 1280px;
width: 90%;
margin: 0 auto;
}
.bold {
font-family: "NotoSansJP", "Yu Gothic medium", YuGothic, "Hiragino Sans", Meiryo, "sans-serif";
font-weight: 700;
}
.head {
font-family: "NotoSerifJP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
font-weight: bold;
}
.en {
font-family: "Balthazar", "Times New Roman", serif;
}

h1 {
background: #262626;
color: #fff;
text-align: center;
}
h3 span.en {
display: block;
}
h3 span.head {
line-height: 160%;
}

#header {
position: sticky;
top: 0;
left: 0;
width: 100%;
background: #fff;
z-index: 10000;
box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 20%);
}
#header > div {
width: 100%;
height: 100%;
position: relative;
}
#logo {
position: absolute;
z-index: 10000;
}
.el_humburger {
position: absolute;
height: auto;
padding-top: 1px;
box-sizing: border-box;
z-index: 10000;
transition: all 0.2s ease-in-out;
cursor: pointer;
pointer-events: auto;
}
.el_humburger > span {
display: block;
width: 100%;
height: 3px;
background: #777;
transition: all 0.2s ease-in-out;
}
.el_humburger > span:last-child {
margin-bottom: 0;
}
.js_humburgerOpen .el_humburger > span.middle {
opacity: 0;
}
.uq_spNavi.js_appear {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: block;
background: #fff;
z-index: 9999;
}
.sp-menu {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: rgba(255, 255, 255, 1);
z-index: 0;
margin-top: 0px;
padding-top: 0px;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.uq_spNavi_screen li a {
display: block;
position: relative;
}
.uq_spNavi_screen li a.line {
color: #fff;
background-color: #A9DCE0;
font-weight: 600;
}

#footer small{
background: #262626;
color: #fff;
display: block;
text-align: center;
font-weight: 600;
padding: 8px 0;
}

@media (max-width: 560px){
body {
font-size: 1.6rem;
line-height: 120%;
}
main {
padding-top: 60px;
}
main section {
padding-bottom: 60px;
}
h3 {
padding-bottom: 30px;
}
h3 span.en {
font-size: 4vw;
padding-bottom: 5px;
}
h3 span.head {
font-size: 4.5vw;
}

h1 {
font-size: 3vw;
padding: 5px 0;
}
#header {
height: 80px;
}
#logo {
width: 50%;
top: 14px;
left: 5%;
}
.el_humburger {
top: 13px;
right: 5%;
width: 26px;
}
.el_humburger > span {
margin: 0 auto 6px;
}
.js_humburgerOpen .el_humburger > span {
background: #777;
}	
.js_humburgerOpen .el_humburger > span.top {
transform: translateY(9px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger > span.bottom {
transform: translateY(-9px) rotate(45deg);
}
.uq_spNavi {
display: none;
}	
.uq_spNavi_screen{
padding: 70px 30px 0;
}
.uq_spNavi_screen li{
text-align: center;
padding: 15px 0;
font-size: 1.5rem;
}
.uq_spNavi_screen li a.line {
padding: 10px;
width: 70%;
margin: 0 auto;
}

#footer small{
font-weight: normal;
font-size: 3.5vw;
}
}

@media (min-width: 561px){
a[href^="tel:"] {
pointer-events: none;
}
body {
font-size: 1.8rem;
line-height: 150%;
}
main {
padding-top: 120px;
}
main section {
padding-bottom: 120px;
}
h3 {
padding-bottom: 40px;
}
h3 span.en {
font-size: 2.2rem;
padding-bottom: 10px;
}
h3 span.head {
font-size: 2.6rem;
}
.flex {
display: flex;
}

#footer small{
font-size: 1.6rem;
}
}

@media(min-width: 561px) and (max-width: 768px){

}

@media (min-width: 561px) and (max-width: 1280px){
#header {
height: 120px;
}
#logo {
width: 40%;
top: 40%;
left: 3%;
transform: translateY(-50%);
}
.el_humburger {
top: 40%;
right: 3%;
transform: translateY(-50%);
width: 50px;
}
.el_humburger > span {
margin: 0 auto 10px;
}
.el_humburger > span:last-of-type {
margin: 0 auto;
}
.js_humburgerOpen .el_humburger > span {
background: #777;
}
.js_humburgerOpen .el_humburger > span.top {
transform: translateY(12px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger > span.bottom {
transform: translateY(-12px) rotate(45deg);
}
.uq_spNavi {
display: none;
}
.uq_spNavi_screen{
padding: 150px 30px 0;
}
.uq_spNavi_screen li{
text-align: center;
padding: 25px 0;
font-size: 1.8rem;
}
.uq_spNavi_screen li a.line {
padding: 10px;
width: 50%;
margin: 0 auto;
}
}

@media screen and (min-width: 1281px){
#header{
height: 120px;
}
#logo{
width: 30%;
left: 3%;
top: 40%;
transform: translateY(-50%);
}
#uq_spNavi ul{
display: flex;
justify-content: flex-end;
align-items: center;
margin-right: 3%;
height: 80px;
}
#uq_spNavi ul li{
padding-right: 30px;
}
#uq_spNavi ul li:last-of-type{
padding-right: 0;
}
.uq_spNavi_screen li a.line{
padding: 5px 20px;
letter-spacing: 0.2em;
}
}