@charset "utf-8";
/* Reset */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
/* pinyon-script-regular - latin */
@font-face {
  font-family: 'pinyon-script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pinyon-script-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/pinyon-script-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pinyon-script-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pinyon-script-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pinyon-script-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pinyon-script-v16-latin-regular.svg#PinyonScript') format('svg'); /* Legacy iOS */
}

html{font-size: 62.5%; overflow-x: hidden; scroll-behavior: smooth; overscroll-behavior-y: contain; -webkit-overflow-scrolling: touch;}
body{color: #333; line-height: 1.7; word-spacing: 0; font-size: 1.6rem; font-family: 'Noto Serif JP', serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -moz-text-size-adjust: 100%;}

*{margin: 0; padding: 0; box-sizing: border-box; border: 0;}
h1, h2, h3, h4, h5, h6{font-size: 100%; font-weight: normal;}
ol, ul{list-style: none;}
table{border-collapse: collapse; border-spacing: 0;}
th{text-align: left; font-weight: normal;}
a{color: inherit; text-decoration: none; transition: all 0.2s;}
img{vertical-align: bottom; max-width: 100%;}

@media only screen and (min-width: 768px){
    a[href^="tel:"]{pointer-events: none;}
}

@media only screen and (max-width: 767px){
    a[href^="tel:"]{pointer-events: auto;}
}

.rel {position: relative;}
[class*="caption-"]{font-size: 10px; line-height: 1.4; letter-spacing: 0.1em; margin-bottom: 0;}
.caption-r {text-align: right; padding-top: 5px;}
.caption-l {text-align: left; padding-top: 5px;}
[class*="caption-abs"]{position: absolute; bottom: 10px;}
.caption-abs-r {right: 10px;}
.caption-abs-l {left: 10px;}
.white {color: #fff !important;}
.shadow {text-shadow: 0 0 1px rgba(0,0,0,1), 0 0 2px rgba(0,0,0,1), 0 0 3px rgba(0,0,0,1), 0 0 4px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1), 0 0 6px rgba(0,0,0,1), 0 0 7px rgba(0,0,0,1), 0 0 8px rgba(0,0,0,1), 0 0 9px rgba(0,0,0,1), 0 0 10px rgba(0,0,0,1);}

.container{margin: 0 auto; max-width: 1200px; width: calc(100% - 40px);}
.d-flex {display: flex; flex-wrap: wrap; justify-content: space-between;}

@media (min-width: 768px){
    .sp{display: none;}
}

@media (max-width: 767px){
    .pc{display: none;}
    html {font-size: 2vw;}
}

@media print {
    body{color-adjust: exact; -webkit-print-color-adjust: exact; print-color-adjust: exact;}
}

/* Header */
header {position: fixed; top: 0; left: 0; width: 100%; z-index: 99;}
header ul {text-align: right; font-size: 0;}
header ul li {display: inline-block;}
header ul li a img {box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);}
header ul li a:hover {opacity: 0.7;}

@media (max-width: 767px){
    header {display: none;}
}

/* Footer */
#page-top {
    position: fixed;
    right: 10px;
    bottom:10px;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px);
}
#page-top a{
    display: flex;
    justify-content:center;
    align-items:center;
    background:#666;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase; 
    text-decoration: none;
    font-size:0.6rem;
    letter-spacing: 0.1em;
    transition:all 0.3s;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 10px;
    cursor: pointer;
}

#page-top a:hover{
    background: #777;
}

#page-top.UpMove{
    animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#page-top.DownMove{
    animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

footer {background: #efe9d2; padding: 100px 0 50px;}
footer .tit {margin-bottom: 30px;}
footer .group-btn {margin-bottom: 100px;}
footer .copy-r {font-size: 1rem; text-align: center; color: #d09823;}

@media (max-width: 767px){
    #page-top {bottom: 20vw; transform: translateY(500px);}
    #page-top a {width: 50px; height: 50px; font-size: 9px;}
    footer {padding: 15vw 0 25vw;}
    footer .group-btn {margin-bottom: 10vw;}
    footer .group-btn .list-btn {width: 86%; margin: 0 auto;}
}

@keyframes UpAnime{
  from {
    opacity: 0;
    transform: translateY(250px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes DownAnime{
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(250px);
  }
}

/* Animation */
.fadeIn{opacity: 0; transition: all 1s;}
.fadeIn.is-view{opacity: 1;}

.fadeUp{opacity: 0; transform: translateY(80px); -webkit-transform: translateY(80px); transition: all 1s;}
.fadeUp.is-view{opacity: 1; transform: translateY(0); -webkit-transform: translateY(0);}

.fadeRight{opacity: 0; transform: translateX(-80px); -webkit-transform: translateX(-80px); transition: all 1s;}
.fadeRight.is-view{opacity: 1; transform: translateX(0); -webkit-transform: translateX(0);}

.fadeLeft{opacity: 0; transform: translateX(80px); -webkit-transform: translateX(80px); transition: all 1s;}
.fadeLeft.is-view{opacity: 1; transform: translateX(0); -webkit-transform: translateX(0);}

.zoomIn{opacity: 0; transform: scale(1.1); -webkit-transform: scale(1.1); transition: all .8s;}
.zoomIn.is-view{opacity: 1; transform: scale(1); -webkit-transform: scale(1);}

.slideLeft{
  transition: -webkit-clip-path 3s cubic-bezier(.19,1,.22,1) .1s;
  transition: clip-path 3s cubic-bezier(.19,1,.22,1) .1s;
  transition: clip-path 3s cubic-bezier(.19,1,.22,1) .1s,-webkit-clip-path 3s cubic-bezier(.19,1,.22,1) .1s;
  transition-delay: 0.1s, 0.1s;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 0 0 100%);
}
.slideLeft.is-view{-webkit-clip-path: inset(0 0 0 0); clip-path: inset(0 0 0 0);}

.slideRight{
  transition: -webkit-clip-path 3s cubic-bezier(.19,1,.22,1) .1s;
  transition: clip-path 3s cubic-bezier(.19,1,.22,1) .1s;
  transition: clip-path 3s cubic-bezier(.19,1,.22,1) .1s,-webkit-clip-path 3s cubic-bezier(.19,1,.22,1) .1s;
  transition-delay: 0.1s, 0.1s;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.slideRight.is-view{-webkit-clip-path: inset(0 0 0 0); clip-path: inset(0 0 0 0);}

.delay1{transition-delay: .3s;}
.delay2{transition-delay: .6s;}
.delay3{transition-delay: .9s;}
.delay4{transition-delay: 1.2s;}
.delay5{transition-delay: 1.5s;}