@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: 1.6rem;
color: #2D426F;
font-family: 'Noto Sans JP', 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: #2D426F;
}
i {
font-size: 0.8em;
padding-right: 5px;
}
p {
word-break: break-all;
line-height: 1.8em;
}
.box{
margin: 0 auto;
}
a.btn {
display: block;
color: #fff;
background-color: #2D426F;
border: solid 2px #2D426F;
text-align: center;
width: 60%;
max-width: 280px;
margin: 0 auto;
transition: .3s;
font-weight: 500;
}

.bottom-fi.isActive {
opacity: 1;
transform: translateY(0);
}
.bottom-fi {
opacity: 0;
transform: translateY(40px);
transition: .6s;
}
/*-----タイトルカラーアニメーション-----*/
.h2-t .en span:nth-child(1) {
animation:
colormove1 15s ease-in-out infinite,
colormovehide 15s ease-out infinite;
}
@keyframes colormove1{
0%,100%{
color:#FFFFFF;
}
25%{
color:#FFFFFF;
}
50%{
color:#2D426F;
}
75%{
color:#2D426F;
}
}
.h2-t .en span:nth-child(2) {
animation:
colormove2 15s ease-in-out infinite,
colormovehide 15s ease-out infinite;
}
@keyframes colormove2{
0%,100%{
color:#2D426F;
}
50%{
color:#FFFFFF;
}
75%{
color:#FFFFFF;
}
}
.h2-t .en span:nth-child(3) {
animation:
colormove3 15s ease-in-out infinite,
colormovehide 15s ease-out infinite;
}
@keyframes colormove3{
0%,100%{
color:#FFFFFF;
}
25%{
color:#2D426F;
}
50%{
color:#2D426F;
}
80%{
color:#FFFFFF;
}
}
.h2-t .en span:nth-child(4) {
animation:
colormove4 15s ease-in-out infinite,
colormovehide 15s ease-out infinite;
}
@keyframes colormove4{
0%,100%{
color:#2D426F;
}
45%{
color:#2D426F;
}
75%{
color:#FFFFFF;
}
}
.h2-t .en span:nth-child(5) {
animation:
colormove5 15s ease-in-out infinite,
colormovehide 15s ease-out infinite;
}
@keyframes colormove5{
0%,100%{
color:#FFFFFF;
}
25%{
color:#FFFFFF;
}
40%{
color:#2D426F;
}
75%{
color:#2D426F;
}
}
.h2-t .en span:nth-child(6) {
animation:
colormove6 15s ease-in-out infinite,
colormovehide 15s ease-out infinite;
}
@keyframes colormove6{
0%,100%{
color:#2D426F;
}
25%{
color:#2D426F;
}
70%{
color:#FFFFFF;
}
}
.h2-t .en span:nth-child(7) {
animation:
colormove7 15s ease-in-out infinite,
colormovehide 15s ease-out infinite;
}
@keyframes colormove7{
0%,100%{
color:#FFFFFF;
}
20%{
color:#2D426F;
}
60%{
color:#2D426F;
}
75%{
color:#FFFFFF;
}
}
.h2-t span{
font-weight: bold;
line-height: 1;
position: relative;
color: #fff;
}
.h2-t.blue span{
color: #2D426F;
}
.h2-t span.en{
position: relative;
border-left: 20px solid #2D426F;
font-family: 'Lora', serif;
padding-left: 10px;
}
.h2-t span.jp{
display: block;
}
.h2-t span.en:before {
position: absolute;
content: '';
left: -20px;
bottom: 0;
width: 20px;
height: 50%;
background-color: #79998B;
}
/*--------------------
#header
--------------------*/
#header {
position: fixed;
width: 100%;
background: #fff;
z-index: 10000;
box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 20%);
}
#logo {
position: absolute;
z-index: 10000;
}
/*-----nav-----*/
.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%;
margin: 0 auto 6px;
height: 3px;
background: #2D426F;
transition: all 0.2s ease-in-out;
}
.el_humburger > span:last-child {
margin-bottom: 0;
}
.js_humburgerOpen .el_humburger > span.top {
transform: translateY(9px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger > span.middle {
opacity: 0;
}
.js_humburgerOpen .el_humburger > span.bottom {
transform: translateY(-9px) rotate(45deg);
}
.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{
position: relative;
}
.uq_spNavi_screen li:nth-last-child(n+2){
font-family: 'Lora', serif;
font-weight: 600;
}
.uq_spNavi_screen li a {
display: block;
position: relative;
}
/*--------------------
#footer
--------------------*/
#footer{
text-align: center;
}
/*--------------------
#salon
--------------------*/
#salon{
position: relative;
padding-bottom: 0;
background: #fff;
}
#salon h2 span{
margin: 0 auto;
}
#salon h2 span.en{
display: block;
}
#salon .g-map iframe{
width: 100%;
height: 100%;
filter:grayscale(70%);-webkit-filter:grayscale(70%)
}
#salon .info{
position: absolute;
color: #fff;
background-color: #79998B;
text-align: center;
transition: .9s;
}
#salon .info img{
margin: 0 auto;
}
#salon .info address{
letter-spacing: 0.01em;
}
#salon .info a{
color: #fff;
}
#salon .info ul{
display: flex;
justify-content: center;
}
#salon .info ul li{
transition: .3s;
}
#salon .info ul li:last-of-type i{
padding-right: 0;
}

@media (max-width: 560px){
body {
font-size: 1.4rem;
}
.box{
width: 90%;
}
a.btn{
padding: 10px 0;
}
/*--------------------
#header
--------------------*/
#header {
height: 50px;
}
#logo {
width: 100px;
top: 12px;
}
/*-----nav-----*/
.el_humburger {
top: 13px;
}
.uq_spNavi_screen{
padding: 100px 30px 0;
}
.uq_spNavi_screen li{
font-size: 1.6rem;
}
.uq_spNavi_screen a.re-btn{
width: 70%;
}
/*--------------------
#footer
--------------------*/
#footer{
font-size: 1.2rem;
padding: 10px 0;
}
/*--------------------
#salon
--------------------*/
#salon{
height: 620px;
}
#salon h2 span{
width: 80%;
max-width: 1240px;
}
#salon .g-map{
width: 90%;
height: 40vh;
margin: 0 auto;
}
#salon .info{
left: 50%;
bottom: 10px;
transform: translateX(-50%);
padding: 30px 0;
width: 300px;
margin: 0 auto;
font-size: 1.4rem;
}
#salon .info img{
width: 150px;
padding-bottom: 10px;
}
#salon .info address{
line-height: 1.8em;
padding-bottom: 7px;
}
#salon .info ul{
padding-top: 30px;
}
#salon .info ul li:hover{
transform: scale(1.2);
transition: .3s;
}
#salon .info ul li i{
font-size: 3.0rem;
padding-right: 20px;
}
}

@media (min-width: 561px){
a[href^="tel:"] {
pointer-events: none;
}
a.btn{
padding: 10px 0;
}
a.btn:hover{
color: #2D426F;
background-color: #ffffff;
border: solid 2px #2D426F;
font-weight: 500;
transition: .3s;
}
/*--------------------
#footer
--------------------*/
#footer{
font-size: 1.2rem;
padding: 10px 0;
}
/*--------------------
#salon
--------------------*/
#salon h2 span{
width: 80%;
max-width: 1240px;
}
#salon .info{
right: 5%;
padding: 30px;	
}
#salon .info img{
padding-bottom: 30px;
}
#salon .info address{
line-height: 1.8em;
padding-bottom: 7px;
}
#salon .info ul{
padding-top: 30px;
}
#salon .info ul li:hover{
transform: scale(1.2);
transition: .3s;
}
#salon .info ul li i{
font-size: 3.0rem;
padding-right: 20px;
}
}

@media (min-width: 561px) and (max-width: 1024px){
.box{
width: 90%;
}
/*--------------------
#header
--------------------*/
#header {
height: 70px;
}
#logo {
width: 150px;
top: 15px;
}
/*-----nav-----*/
.el_humburger {
top: 20px;
}
.uq_spNavi_screen{
padding: 150px 30px 0;
}
.uq_spNavi_screen li{
font-size: 1.6rem;
}
.uq_spNavi_screen a.re-btn{
width: 40%;
}
/*--------------------
#salon
--------------------*/
#salon .g-map{
width: 60%;
height: 35vh;
}
#salon .info{
bottom: 3vh;
width: 300px;
}
#salon .info img{
width: 200px;
}
}

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

.h2-t span{
font-size: 3.2rem;
}
.h2-t span.jp{
font-size: 1.4rem;
padding:  5px 0 30px 30px;
}
/*--------------------
#header
--------------------*/
#header {
top: 0;
left: 0;
}
#logo {
left: 3%;
}
/*-----nav-----*/
.el_humburger {
right: 5%;
width: 26px;
}
.js_humburgerOpen .el_humburger > span {
background: #2D426F;
}
.uq_spNavi {
display: none;
}
.uq_spNavi_screen li{
text-align: center;
padding-bottom: 40px;
}
.uq_spNavi_screen a.re-btn{
display: block;
padding: 5px 0 8px;
background: #2D426F;
color: #ffffff;
margin: 0 auto;
}
.uq_spNavi_screen li a{
font-weight: bold;
}
}

@media (min-width: 1025px){
.box{
width: 80%;
max-width: 1240px;
}
.h2-t span{
font-size: 4.2rem;
}
.h2-t span.jp{
font-size: 2.2rem;
padding:  10px 0 50px 30px;
}
/*--------------------
#header
--------------------*/
#logo {
width: 200px;
top: 15px;
left: 5%;
}
/*-----nav-----*/
.uq_spNavi_screen{
display: flex;
justify-content: flex-end;
align-items: center;
color: #2D426F;
height: 85px;
margin-right: 5%;
}
.uq_spNavi_screen li{
margin-right: 30px;
}
.uq_spNavi_screen li:last-of-type{
margin-right: 0;
}
.uq_spNavi_screen li a.re-btn{
color: #fff;
background-color: #2D426F;
padding: 10px 30px;
}
.uq_spNavi_screen li a.re-btn:after{
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight: 600;
margin-left: 20px;
}
/*--------------------
#footer
--------------------*/
#footer{
font-size: 1.2rem;
padding: 10px 0;
}
/*--------------------
#salon
--------------------*/
#salon .g-map{
width: 65%;
height: 50vh;
}
#salon .info{
bottom: 6vh;
width: 400px;
}
#salon .info img{
width: 250px;
}
}