@charset "UTF-8";
/*====================================================*/
/* 共通 */
/*====================================================*/
body {
    background-color: #000;
}

/* タイトル */
.title {
    font-size: 1.2rem;
    text-align: center;
}
.title span {
    display: block;
    margin-bottom: 5px;
    font-size: 2rem;
    font-weight: 900;
}
@media print,screen and (min-width: 1025px){
    .title {
        font-size: 2.5rem;
    }
    .title span {
        font-size: 7.8rem;
    }
}

/* リンクボタン */
.more-btn {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    position: relative;
    transition: var(--hover-transition);
}
.more-btn::after {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    background-image: url(../img/common/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.more-btn:hover {
    opacity: 0.6;
}
@media print,screen and (min-width: 1025px){
    .more-btn {
        font-size: 1.8rem;
    }
    .more-btn::after {
        width: 8px;
        height: 13px;
    }
}

/*====================================================*/
/* アニメーション */
/*====================================================*/
.sakura {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -10;
}
.sakura img {
    display: block;
}

.hanabira {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hanabira li{
  position: absolute;
  list-style: none;
  top: -50px;
  background: #f7c8d6B3;
  background: linear-gradient(90deg,rgba(252, 229, 232, 0.3) 0%, rgba(247, 200, 214, 0.3) 80%, rgba(242, 156, 151, 0.3) 100%);
  border-radius: 0% 70%;  
}
.sakura.anime .hanabira li{ 
    animation: fall 4s linear infinite, sway 2s ease-in-out infinite alternate;
}
@keyframes fall {
  to {
    top: 120%;
  }
}
@keyframes sway1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(200px) rotate(-45deg);
  }
}

@keyframes sway2 {
  from {
    transform: translateX(200px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}

.hanabira li:nth-child(1) {
  left: 0%;
  width: 24px;
  height: 15px;
}
.sakura.anime .hanabira li:nth-child(1) {
  animation: fall 10s linear infinite, sway1 3s ease-in-out infinite alternate;
  animation-delay: 2s;
}

.hanabira li:nth-child(2) {
  left: 5%;
  width: 13px;
  height: 9px;
}
.sakura.anime .hanabira li:nth-child(2) {
  animation: fall 15s linear infinite, sway1 2s ease-in-out infinite alternate;
  animation-delay: 6s;
}

.hanabira li:nth-child(3) {
  left: 15%;
  width: 16px;
  height: 10px;
}
.sakura.anime .hanabira li:nth-child(3) {
  animation: fall 9s linear infinite, sway1 3.5s ease-in-out infinite alternate;
  animation-delay: 8s;
}

.hanabira li:nth-child(4) {
  left: 30%;
  width: 16px;
  height: 10px;
}
.sakura.anime .hanabira li:nth-child(4) {
  animation: fall 8s linear infinite, sway2 4s ease-in-out infinite alternate;
  animation-delay: 7s;
}

.hanabira li:nth-child(5) {
  left: 40%;
  width: 16px;
  height: 10px;
}
.sakura.anime .hanabira li:nth-child(5) {
  animation: fall 10s linear infinite, sway1 4s ease-in-out infinite alternate;
  animation-delay: 0s;
}

.hanabira li:nth-child(6) {
  left: 50%;
  width: 18px;
  height: 12px;
}
.sakura.anime .hanabira li:nth-child(6) {
  animation: fall 12s linear infinite, sway1 3s ease-in-out infinite alternate;
  animation-delay: 4s;
}

.hanabira li:nth-child(7) {
  left: 15%;
  width: 15px;
  height: 9px;
}
.sakura.anime .hanabira li:nth-child(7) {
  animation: fall 9s linear infinite, sway2 2.5s ease-in-out infinite alternate;
  animation-delay: 3s;
}

.hanabira li:nth-child(8) {
  left: 25%;
  width: 20px;
  height: 13px;
}
.sakura.anime .hanabira li:nth-child(8) {
  animation: fall 13s linear infinite, sway1 3.5s ease-in-out infinite alternate;
  animation-delay: 3s;
}

.hanabira li:nth-child(9) {
  left: 35%;
  width: 14px;
  height: 10px;
}
.sakura.anime .hanabira li:nth-child(9) {
  animation: fall 11s linear infinite, sway2 4s ease-in-out infinite alternate;
  animation-delay: 7s;
}

.hanabira li:nth-child(10) {
  left: 45%;
  width: 16px;
  height: 10px;
}
.sakura.anime .hanabira li:nth-child(10) {
  animation: fall 10s linear infinite, sway1 2.8s ease-in-out infinite alternate;
  animation-delay: 4s;
}

.hanabira li:nth-child(11) {
  left: 55%;
  width: 13px;
  height: 8px;
}
.sakura.anime .hanabira li:nth-child(11) {
  animation: fall 14s linear infinite, sway2 3.2s ease-in-out infinite alternate;
  animation-delay: 7s;
}

.hanabira li:nth-child(12) {
  left: 65%;
  width: 19px;
  height: 12px;
}
.sakura.anime .hanabira li:nth-child(12) {
  animation: fall 12s linear infinite, sway1 3.8s ease-in-out infinite alternate;
  animation-delay: 0s;
}

.hanabira li:nth-child(13) {
  left: 60%;
  width: 18px;
  height: 12px;
}
.sakura.anime .hanabira li:nth-child(13) {
  animation: fall 11s linear infinite, sway1 3.3s ease-in-out infinite alternate;
  animation-delay: 1s;
}

.hanabira li:nth-child(14) {
    right: 70%;
  width: 15px;
  height: 9px;
}
.sakura.anime .hanabira li:nth-child(14) {
  animation: fall 10s linear infinite, sway2 2.8s ease-in-out infinite alternate;
  animation-delay: 0.5s;
}

.hanabira li:nth-child(15) {
    right: 80%;
  width: 13px;
  height: 8px;
}
.sakura.anime .hanabira li:nth-child(15) {
  animation: fall 13s linear infinite, sway1 4s ease-in-out infinite alternate;
  animation-delay: 2.2s;
}

.hanabira li:nth-child(16) {
    right: 85%;
  width: 16px;
  height: 11px;
}
.sakura.anime .hanabira li:nth-child(16) {
  animation: fall 12s linear infinite, sway2 3.6s ease-in-out infinite alternate;
  animation-delay: 1.8s;
}

.hanabira li:nth-child(17) {
    right: 90%;
  width: 17px;
  height: 10px;
}
.sakura.anime .hanabira li:nth-child(17) {
  animation: fall 14s linear infinite, sway1 3.5s ease-in-out infinite alternate;
  animation-delay: 3s;
}

.hanabira li:nth-child(18) {
  right: 95%;
  width: 20px;
  height: 14px;
}
.sakura.anime .hanabira li:nth-child(18) {
  animation: fall 11s linear infinite, sway2 3s ease-in-out infinite alternate;
  animation-delay: 0s;
}

.hanabira li:nth-child(19) {
    right: 50%;
  width: 14px;
  height: 10px;
}
.sakura.anime .hanabira li:nth-child(19) {
  animation: fall 13s linear infinite, sway1 3.7s ease-in-out infinite alternate;
  animation-delay: 1s;
}

.hanabira li:nth-child(20) {
  right: 75%;
  width: 15px;
  height: 9px;
}
.sakura.anime .hanabira li:nth-child(20) {
  animation: fall 10s linear infinite, sway2 2.5s ease-in-out infinite alternate;
  animation-delay: 0.2s;
}



/* 横に流れるアニメーション */
.sakura.anime .hitohana {
    /* 回転の基準をオブジェクトの中央に */
    transform-box:fill-box;
    transform-origin:center;
    animation:hitohana 2s linear infinite;
}
@keyframes hitohana {
    to {
        transform:rotateZ(1turn) rotateY(0.5turn);
    }
}
.sakura.anime #kaze {
    animation:kaze 8s linear;
}
.sakura.anime #kaze02 {
    animation:kaze 8s linear;
}
@keyframes kaze {
    from {
        transform:translate(-5%,-5%);
    }
    to {
        transform:translate(100%,20%);
    }
}


/*====================================================*/
/* mv */
/*====================================================*/
.front {
    width: 100%;
    overflow: hidden;
}
.mv {
    width: 100%;
    position: relative;
}
.mv picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mv::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.mv .logo {
    width: min(44vw, 161px);
    position: absolute;
    top: 14.5rem;
    left: calc( 30 * 100% / 750 );
    z-index: 10;
}
.mv .logo p {
    margin-right: 7px;
}
.mv-textcon {
    width: 100%;
    padding-left: calc( 30 * 100% / 750 );
    padding-right: calc( 44 * 100% / 750 );
    position: absolute;
    bottom: 12rem;
    left: 0;
    z-index: 10;
}
.mv-catch {
    font-weight: 900;
    line-height: 1.75;
    letter-spacing: normal;
}
.mv-catch h1 {
    margin-bottom: 1em;
    font-size: 1.6rem;
}
@media print,screen and (max-width: 1024px){
    .mv-info {
        display: none;
    }
}
@media print,screen and (min-width: 1025px) and (max-width: 1200px){
    .mv {
        height: 650px;
    }
}
@media print,screen and (min-width: 1025px){
    .mv {
        max-width: 1500px;
        margin: auto;
    }
    .mv .logo {
        width: min(20vw, 215px);
        top: 5rem;
        left: calc( 100 * 100% / 1500 );
    }
    .mv-textcon {
        display: flex;
        align-items: end;
        justify-content: space-between;
        padding-left: calc( 100 * 100% / 1500 );
        padding-right: calc( 100 * 100% / 1500 );
        bottom: 7rem;
    }
    .mv-catch {
        font-size: clamp(13px, 1.2vw, 16px);
    }
    .mv-catch h1 {
        margin-bottom: 3.5rem;
        font-size: clamp(21px, 2vw, 30px);
    }
    .mv-info {
        padding-bottom: 3.5rem;
        border-bottom: 1px solid #ccc;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
    }
    .mv-info > p {
        margin-bottom: 3rem;
        padding: 3rem 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        font-size: 1.2rem;
        text-align: center;
        font-weight: 700;
    }
    .mv-info > p span {
        display: block;
        font-size: 1.6rem;
        font-weight: 900;
        letter-spacing: 0.25em;
    }
    .mv-info div:first-of-type dl {
        display: flex;
        justify-content: space-between;
        margin-bottom: 2rem;
        font-weight: 900;
    }
    .mv-info div:first-of-type dt {
        letter-spacing: 0.2em;
    }
    .mv-info div:first-of-type dd {
        letter-spacing: 0.15em;
        text-align: right;
    }
    .mv-info div:first-of-type dd span {
        display: block;
        margin-top: 1rem;
        font-size: 1.2rem;
        letter-spacing: 0.18em;
    }
    .mv-info div:last-of-type {
        margin: 3.5rem 0;
    }
    .mv-info div:last-of-type dl {
        display: grid;
        grid-template-columns: 4.5em 1fr;
        align-items: center;
        margin-bottom: 1rem;
        font-weight: 900;
    }
    .mv-info > a {
        padding: 0.7em 1em;
        border: 0.5px solid #ccc;
        text-align: center;
        font-weight: 900;
        transition: var(--hover-transition);
    }
    .mv-info > a:hover {
        opacity: 0.5;
    }
}
@media print,screen and (min-width: 1500px){
    .front {
        max-width: 1500px;
        margin: auto;
    }
}

/*====================================================*/
/* お知らせ */
/*====================================================*/
.front-news {
    padding-top: 7rem;
    padding-bottom: 7rem;
    padding-left : calc( 30 * 100% / 750 );
    padding-right : calc( 44 * 100% / 750 );
    position: relative;
    z-index: 10;
}
.news-list {
    margin: 3rem 0 2rem;
}
.news-list li {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ccc;
    font-size: 1.2rem;
}
.news-list li a {
    position: relative;
}
.news-list li a::after {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    background-image: url(../img/common/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.news-list li a > div {
    display: flex;
    align-items: center;
    margin-bottom: 1.3rem;
}
.news-list li a time {
    display: inline-block;
    margin-right: 1.5rem;
    font-family: var(--font-Marcellus);
}
.front-news > a {
    width: 11em;
    margin-left: auto;
}
.front-news .sakura {
    top: -5rem;
    z-index: -5;
}
.front-news .sakura img {
    width: 230px;
    margin-left: -1rem;
}
.front-news .nami {
    width: 210px;
    position: absolute;
    bottom: 6rem;
    right: 0;
    z-index: -10;
}
@media print,screen and (min-width: 1025px){
    .front-news {
        padding-top: 12rem;
        padding-bottom: 12rem;
        padding-left : calc( 100 * 100% / 1500 );
        padding-right : calc( 100 * 100% / 1500 );
    }
    .news-list {
        margin: 6.5rem 0 4rem;
    }
    .news-list li {
        display: flex;
        align-items: center;
        padding-top: 2rem;
        padding-bottom: 2.5rem;
        font-size: 1.8rem;
    }
    .news-list li a {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        justify-content: space-between;
        align-items: center;
    }
    .news-list li a::after {
        width: 8px;
        height: 13px;
    }
    .news-list li a > div {
        margin-bottom: 0;
    }
    .news-list li a time {
        margin-right: 4.5rem;
    }
    .front-news > a {
        width: 10em;
    }
    .front-news .sakura img {
        width: 510px;
    }
    .front-news .nami {
        width: 250px;
        bottom: 10rem;
    }
}

/*====================================================*/
/* 思い */
/*====================================================*/
.concept-imgcon {
    width: 100%;
    position: relative;
}
.concept-imgcon figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.concept-imgcon p {
    color: #ffffff80;
    font-size: 2.8rem;
    font-weight: 900;
    position: absolute;
    bottom: -5rem;
    left: 0;
}
.concept-imgcon > img {
    width: min(35vw, 128px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.concept-textcon {
    margin-top: 8rem;
    margin-bottom: 7rem;
    padding-left: calc( 30 * 100% / 750 );
    padding-right: calc( 44 * 100% / 750 );
}
.concept-textcon p {
    margin-top: 3rem;
    font-size: 1.2rem;
}
@media print,screen and (min-width: 1025px){
    .front-concept {
        display: grid;
        grid-template-columns: 56% 40%;
        grid-column-gap: 6rem;
        align-items: center;
        padding-bottom: 26rem;
    }
    .concept-imgcon p {
        font-size: 6.5rem;
        bottom: -10.5rem;
    }
    .concept-imgcon > img {
        width: 287px;
        left: min(30vw, 29rem);
        bottom: -10rem;
        transform: none;
    }
    .concept-textcon {
        margin: 0;
        padding-left: 0;
        padding-right: calc( 100 * 100% / 1500 );
    }
    .concept-textcon p {
        margin-top: 6.5rem;
        font-size: 1.6rem;
        line-height: 1.75;
    }
}


/*====================================================*/
/* メニュー */
/*====================================================*/
.front-menu {
    padding-left: calc( 30 * 100% / 750 );
    padding-right: calc( 44 * 100% / 750 );
}
.front-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}
.front-menu li {
    width: calc(90% / 3);
}
.front-menu li:not(:last-of-type) {
    margin-right: 4.5rem;
}
.front-menu li a {
    font-size: 1.2rem;
    position: relative;
}
.front-menu li a::after {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    background-image: url(../img/common/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
@media print,screen and (min-width: 1025px){
    .front-menu {
        padding-left: calc( 100 * 100% / 1500 );
        padding-right: calc( 100 * 100% / 1500 );
    }
    .front-menu ul {
        margin-top: 7rem;
    }
    .front-menu li {
        width: auto;
    }
    .front-menu li:not(:last-of-type) {
        margin-right: 0;
    }
    .front-menu li:nth-of-type(2) {
        margin-right: 12.5rem;
        margin-left: 13rem;
    }
    .front-menu li a {
        font-size: 2rem;
    }
    .front-menu li a::after {
        display: inline-block;
        width: 0.8em;
        height: 0.8em;
        margin-left: 1.5em;
        margin-bottom: 0.25em;
        position: relative;
        transform: none;
        vertical-align: middle;
    }
}


/*====================================================*/
/* 店舗情報 */
/*====================================================*/
.front-info {
    margin: 6.5rem 0 7rem;
    padding-left: calc( 30 * 100% / 750 );
    padding-right: calc( 44 * 100% / 750 );
    position: relative;
}
.info-list {
    margin-top: 3rem;
    font-size: 1.2rem;
    line-height: 1.6;
}
.info-list dl {
    display: grid;
    grid-template-columns: 10em 1fr;
    padding: 1.5rem 0;
    border-bottom: 1px solid #ccc;
}
.info-list dd p {
    display: grid;
    grid-template-columns: 4em 1fr
}
.reserve-btn {
    margin-top: 2.5rem;
}
.reserve-btn > p {
    color: #ffffff80;
    font-size: clamp(18.5px, 5vw, 20px);
    font-weight: 900;
    white-space: nowrap;
    text-align: center;
}
.reserve-btn > a {
    width: min(60vw, 220px);
    margin: -1rem auto 0;
    padding: 1em 0;
    background-color: #000;
    border: 0.5px solid #ccc;
    font-size: 1.2rem;
    text-align: center;
    position: relative;
}
.reserve-btn > a span {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
}
.front-info .sakura {
    top: 8rem;
}
.front-info .sakura img {
    width: 230px;
    margin-right: -1rem;
    margin-left: auto;
}
.front-info .sakura .hanabira {
    transform: scale(-1, 1);
}
@media print,screen and (min-width: 1025px){
    .front-info {
        margin: 25.5rem 0 11.5rem;
        padding-left: calc( 100 * 100% / 1500 );
        padding-right: calc( 100 * 100% / 1500 );
    }
    .front-info .title {
        text-align: left;
    }
    .front-info .title span {
        display: inline-block;
        margin-top: -0.25em;
        margin-right: 2.5rem;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .info-list {
        margin-top: 3.5rem;
        font-size: 1.8rem;
        line-height: 1.75;
    }
    .info-list dl {
        grid-template-columns: 20em 1fr;
        align-items: center;
        padding: 3rem 0;
        border-bottom-width: 0.5px;
    }
    .info-list dd .pc_only {
        display: inline-block;
        width: 1em;
        height: 1em;
    }
    .reserve-btn {
        margin-top: 9rem;
    }
    .reserve-btn > p {
        font-size: clamp(50px, 4.9vw, 65px);
    }
    .reserve-btn > a {
        width: 452px;
        margin-top: -3.5rem;
        padding: 1.5em 0;
        font-size: 1.6rem;
    }
    .reserve-btn > a span {
        font-size: 4rem;
    }
    .front-info .sakura {
        top: 0;
    }
    .front-info .sakura img {
        width: 460px;
        margin-right: -2rem;
    }
}
@media print,screen and (min-width: 1500px){
    .front-info {
        padding-left : calc( ( 100% - 1300px ) / 2 );
        padding-right : calc( ( 100% - 1300px ) / 2 );
    }
}



/*====================================================*/
/* 交通案内 */
/*====================================================*/
.front-access {
    padding-left: calc( 30 * 100% / 750 );
    padding-right: calc( 44 * 100% / 750 );
    position: relative;
}
.front-access > div:not(.sakura) {
    margin-top: 2.5rem;
}
.front-access > div dl {
    display: grid;
    grid-template-columns: 5em 1fr;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}
.front-access .map {
    display: block;
    width: 100%;
    filter: grayscale(100%);
    position: relative;
}
.front-access .map > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.front-access .map iframe {
    width: 100%;
    aspect-ratio: 169 / 29;
}
.front-access .sakura.one {
    height: 100px;
}
.front-access .sakura.two {
    height: 100px;
    top: auto;
    bottom: -4rem;
    right: 0;
    transform: scale(-1, 1);
}
@media print,screen and (min-width: 1025px){
    .front-access {
        padding-left: calc( 100 * 100% / 1500 );
        padding-right: calc( 100 * 100% / 1500 );
    }
    .front-access .title {
        text-align: left;
    }
    .front-access .title span {
        display: inline-block;
        margin-top: -0.25em;
        margin-right: 2.5rem;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .front-access > div:not(.sakura) {
        margin-top: 5.5rem;
    }
    .front-access > div:first-of-type {
        margin-bottom: 7.5rem;
    }
    .front-access > div dl {
        margin-bottom: 2rem;
        font-size: 1.8rem;
    }
    .front-access .map iframe {
        aspect-ratio: 650 / 111;
    }

    .front-access .sakura.one {
        height: 250px;
    }
    .front-access .sakura.two {
        height: 250px;
        bottom: -8rem;
    }
}
@media print,screen and (min-width: 1500px){
    .front-access {
        padding-left : calc( ( 100% - 1300px ) / 2 );
        padding-right : calc( ( 100% - 1300px ) / 2 );
    }
}



/*====================================================*/
/* 採用情報 */
/*====================================================*/
.front-recruit {
    margin-top: 7rem;
    margin-bottom: 7rem;
    margin-left : calc( 30 * 100% / 750 );
    margin-right : calc( 44 * 100% / 750 );
}
.front-recruit .more-btn {
    width: 10em;
    margin: 3rem auto 0;
}
@media print,screen and (min-width: 1025px){
    .front-recruit {
        margin-top: 12.5rem;
        margin-bottom: 0;
        margin-left: calc( 100 * 100% / 1500 );
        margin-right: calc( 100 * 100% / 1500 );
    }
    .front-recruit .more-btn {
        width: 10em;
        margin-top: 7rem;
    }
}
@media print,screen and (min-width: 1500px){
    .front-recruit {
        margin-left : calc( ( 100% - 1300px ) / 2 );
        margin-right : calc( ( 100% - 1300px ) / 2 );
    }
}