@charset "utf-8";

/* ========================
main
========================= */
/* article header */

.article__header {
    text-align: center;
    height: 500px;
    position: relative;
}

.main {
    padding-top: 70px;
}

.txt05 {
    transform: translateY(-185px);
}

.mv__sp {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mv__pc {
    display: none;
}

.slideConts_txt {
    color: var(--primary-white,#FFFFFF);
    text-align: center;
    text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.30);
    font-family: "Bilbo Swash Caps";
    font-size: 3.4rem;
    letter-spacing: 1.7px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 335px;
}

.txt01 {
    display: none;
}

.slideConts{
    opacity: 0;
}
.slide{
  animation: slideAnime 2s ease forwards;
}
@keyframes slideAnime {
  from {
  opacity: 0;
  }

  to {
  opacity: 1;
  }
}
.txt02 {animation-delay: 0.5s;}
.txt03 {animation-delay: 1.3s;}
.txt04 {animation-delay: 2.1s;}
.txt05 {animation-delay: 2.9s;}

/* article header pc */
@media screen and (min-width: 769px) {
    .main {
        padding-top: 90px;
    }
    
    .slideConts_txt {
        font-size: 6.7rem;
        letter-spacing: 3.35px;
        width: 100%;
    }

    .txt01 {
        display: block;
    }

    .txt02 {
        display: none;
    }

    .txt03 {
        display: none;
    }

    .mv__sp {
        display: none;
    }

    .mv__pc {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .txt05 {
        height: 30px;
        transform: translateY(-267px);
    }   
    
    .article__header {
        height: 750px;
    }

    @keyframes slideAnime {
        from {
        opacity: 0;
        }
      
        to {
        opacity: 1;
        }
      }
      .txt01 {animation-delay: 0.5s;}
      .txt04 {animation-delay: 1.3s;}
      .txt05 {animation-delay: 2.1s;}
      
} /* pc */

/* concept */
.concept {
    text-align: center;
    padding: 100px 25px;
    background-image: url(../images/background_concept.png);
    position: relative;
}

.topic_concept::before {
    position: absolute;
    border-bottom: 2px solid #86756A;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 150px;
}

.concept01 {
    position: relative;
}

.concept__txt {
    font-size: 1.5rem;
    letter-spacing: 0.75px;
    margin-top: 40px;
    line-height: 2.5;
}

.concept__item {
    margin-top: 10px;
    transform: translateX(20px);
    overflow: hidden;
    position: absolute;
    right: 0;
}

.calla__pc {
    display: none;
}

.concept__txt02 {
    font-size: 1.5rem;
    letter-spacing: 0.75px;
    text-align: left;
    line-height: 2.5;
    margin-top: 110px;
}

.concept02 {
    margin-top: 40px;
}

.conceptImg__sp {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.conceptImg-waku {
    max-width: 50%;
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
}

.conceptImg-waku::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid#86756A;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.conceptImg-waku img {
    position: relative;
    z-index: 2;
}

.conceptImg__pc {
    display: none;
}

.saloninfo__btn {
    width: 190px;
    height: 40px;
    margin-top: 60px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.saloninfo__btn:hover {
    transform: scale(1.1,1.1);
  }

/* concept pc */
@media screen and (min-width: 769px) {
    .concept__txt {
        font-size: 16px;
        line-height: 50px; /* 312.5% */
        letter-spacing: 0.8px;
        text-align: left;
        flex: 2;
        margin-top: 0;
    }

    .concept {
        padding: 100px 50px;
    }

    .spBr {
        display: none;
    }

    .concept__item {
        display: none;
    }

    .calla__pc {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .conceptImg-wakuPc {
        position: relative;
        flex: 1;
        max-width: 300px;
        max-height: 400px;
    }

    .conceptImg-wakuPc::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        border: 2px solid#86756A;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1;
    }

    .conceptImg-wakuPc img {
        position: relative;
        z-index: 2;
        max-width: 300px;
        max-height: 400px;
    }

    .concept__txt02 {
        font-size: 1.6rem;
        line-height: 46px; /* 287.5% */
        letter-spacing: 0.16px;
        flex: 2;
    }

    .conceptImg__sp {
        display: none;
    }

    .conceptImg__pc {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .conceptImg-waku {
        max-width: 300px;
        max-height: 400px;
        position: relative;
        margin: 0;
        flex: 1;
    }

    .conceptImg-waku::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        border: 2px solid#86756A;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1;
    }

    .conceptImg-waku img {
        position: relative;
        z-index: 2;
        max-width: 300px;
        max-height: 400px;
    }

    .concept01 {
        display: flex;
        align-items: center;
        padding: 30px 150px;
        gap: 66px;
    }

    .concept02 {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
        padding: 0 150px 30px 150px;
        margin-top: 0;
        gap: 40px;
    }

    .saloninfo__btn {
        width: 200px;
        height: 50px;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .topic_concept {
        transform: translateX(70px);
        font-size: 6.5rem;
        letter-spacing: 3.25px;
        text-align: left;
    }

    .topic_concept::before {
        left: 13%;
        width: 230px;
        top: 115%;
    }

}/* pc */

/* menu */
.menu {
    text-align: center;
    padding: 100px 30px;
    background-color: #F0EBE3;
}

.topic_menu {
    position: relative;
}

.topic_menu::before {
    position: absolute;
    border-bottom: 2px solid #86756A;
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
    width: 85px;
    content: '';
}

.menu__container {
    list-style: none;
    margin:0 auto;
    margin-top: 40px;
    max-width: 500px;
}

.menuBox {
    margin-bottom: 7px;
}

.pc__img {
    font-size: 1.4rem;
} 

.acd__summary {
    position: relative;
    cursor: pointer;
    padding: 15px 40px 15px 10px;
    width: 100%; /* 見出しの横幅 */
    font-family: Poppins;
    font-size: 2.4em; /* 見出しの文字サイズ */
    font-weight: 500; /* 見出しの太さ */
    appearance: none; /* buttonのスタイルリセット */
    border: none; /* buttonのスタイルリセット */
    text-align: start; /* buttonのスタイルリセット */
    border-bottom: 2px solid #333333;
}

.acd__summary::after {
    content: url(../images/arrow-down.svg);
    font-size: 1em; /* 記号のサイズ */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.acd__summary--open::after {
    content: url(../images/arrow-up.svg);
}

.acd__detail {
    display: none;
    padding: 4px 10px;
    margin: 10px 0;
}

.large__txt {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
}

.small__txt {
    font-size: 1.4rem;
}

.line {
    position: relative;
    top: calc(50% - 1px);
    border: none;
    border-top: solid 1px #333333;
    margin: 0 20px;
    flex: 1;
}

.price {
    font-size: 1.8rem;
    font-family: "Open Sans";
}

.menu__txt {
    text-align: left;
}

.menu__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.attention__title {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    transform: translateY(-50%);
}

.attention__title span {
    background-color:#F0EBE3;
    display: inline-block;
    padding: 0 20px;
}

.attention {
    border: 2px solid #333333;
    padding: 0 20px 20px;
    margin: 40px auto;
    max-width: 600px;
}

.attention__txt {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.45px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.attention__txt span {
    font-weight: 700;
}

.attention__list {
    font-size: 1.5rem;
}

.attention__price {
    font-size: 1.7rem;
    font-family: "Open Sans";
}

.attention__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 50px;
    flex-wrap: wrap;
}

.lead__txt {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.menu__lead {
    text-align: left;
    margin-top: 30px;
}

/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#86756A;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:1rem;
	transition:all 0.3s;
}

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

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 3%;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/
#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);
  }
}

/* menu pc */
@media screen and (min-width: 769px) {
    .menu {
        padding: 100px 50px;
    }

    .topic_menu {
        text-align: center;
        padding-left: 0;
        font-size: 6.5rem;
        letter-spacing: 3.25px;
    }

    .topic_menu::before {
        width: 120px;
    }

    .small__txt {
        font-size: 1.6rem;
    }

    .menu__container {
        max-width: none;
    }

    .menuBox {
        margin-top: 0;
        flex: 1;
        max-width: 450px;
        min-width: 350px;
    }

    .menu__item {
        margin-bottom: 20px;
    }

    .menu__list {
        margin-top: 20px;
    }

    .menuPc {
        display: flex;
        gap: 80px;
        justify-content: center;
        margin: 60px 100px 0;
    }

    .acd__summary {
        font-size: 4rem;
        font-weight: 600;
    }

    .acd__detail {
        display: block!important;
      }

    .pc__img {
        font-size: 1.8rem;
    } 

    .acd__summary::after {
        content: none;
    }

    .attention__title {
        font-size: 2.8rem;
    }

    .attention__txt {
        font-size: 1.8rem;
        line-height: 2; 
        letter-spacing: 0.54px;
    }

    .attention__list {
        font-size: 1.8rem;
    }

    .attention__price {
        font-size: 2rem;
    }

    .attention {
        margin: 80px auto;
        max-width: 950px;
        padding: 0 130px;
    }

    .attention__menu {
        margin: 0 auto;
        max-width: 380px;
    }

    .attention__menu:nth-of-type(2) {
        margin-bottom: 20px;
    }

    .menu__lead {
        margin: 30px auto;
        max-width: 950px;
    }

    .lead__txt {
        font-size: 1.8rem;
    }

}/* pc */

/* info */
.info {
    text-align: center;
    padding: 100px 20px 50px;
}

.topic_info {
    position: relative;
}

.topic_info::before {
    position: absolute;
    border-bottom: 2px solid #86756A;
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
    width: 145px;
    content: '';
}

.sp__list {
    flex: 1;
}

.small__img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.small__title {
    font-size: 1.4rem;
    margin-top: 10px;
}

.small__number {
    position: absolute;
    transform: translateY(-40%);
}

.info__sp {
    display: flex; 
    justify-content: space-between;
    margin-top: 80px;
    flex-wrap: wrap;
    gap: 10px;
}

.info__list {
    text-align: center;
    margin-top: 40px;
}

.info__img {
    border-radius: 50%;
    max-width: 190px;
    max-height: 190px;
    object-fit: cover;
}

.info__title {
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 15px;
}

.info__txt {
    font-size: 1.5rem;
    margin-top: 8px;
    line-height: 1.7;
}

.info__pc {
    padding: 10px;
    text-align: center;
}

.info__subtitle {
    font-weight: 700;
}

.info__number {
    width: 80px;
    position: absolute;
    top: -5%;
    left: 10px;
    transform: translateX(15%); 
}

.info__item {
    position: relative;
}

/* info pc */
@media screen and (min-width: 769px) {
    .info {
        padding: 100px 50px;
    }

    .topic_info {
        text-align: center;
        padding-left: 0;
        font-size: 6.5rem;
        letter-spacing: 3.25px;
    }

    .info__sp {
        display: none;
    }

    .info__txt {
        font-size: 1.6rem;
        margin-top: 15px;
        line-height: 1.5;
        text-align: left;
    }

    .info__list {
        flex: 1;
        padding: 10px;
    }

    .info__title {
        margin-top: 20px;
    }

    .info__pc {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
        gap: 20px;
        padding: 0;
    }

    .topic_info::before {
        width: 250px;
    }
}/* pc */

/* access */
.access {
    padding: 100px 20px 50px;
    text-align: center;
}

.topic_access {
    position: relative;
}

.topic_access::before {
    position: absolute;
    border-bottom: 2px solid #86756A;
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
    width: 125px;
    content: '';
}

.directions {
    padding: 60px 0;
}

.directions__title {
    font-size: 1.6rem;
    font-weight: 700;
    width: 30%;
    text-align: left;
}

.address {
    font-size: 1.6rem;
}

.address__group {
    width: 70%;
    text-align: left;
}

.address__sub {
    font-size: 1.3rem;
    text-align: left;
    margin-top: 5px;
    display: none;
}

.address__txt {
    font-size: 1.4rem;
    margin-top: 5px;
}

.map {
    font-size: 1.6rem;
    text-align: left;
    margin-top: 5px;
    text-decoration: underline;
    color: #86756A;
    cursor: pointer;
}

.tel {
    font-size: 1.6rem;
    width: 70%;
    text-align: left;
} 
.time {
    font-size: 1.6rem;
    text-align: left;
    width: 70%;
}
.txt {
    font-size: 1.6rem;
    width: 70%;
    text-align: left;
}

.directions__sub {
    font-weight: 700;
}

.directions__container01 {
    margin: 0 auto;
    max-width: 400px;
}

.directions__item01 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.directions__item02 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;

}

.directions__item03 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.directions__item04 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.directions__item05 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.directions__item06 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.directions__item07 {
    display: flex;
    align-items: flex-start;
    max-width: 400px;
    margin: 0 auto;
}

.directions__item {
    margin: 30px 20px 0;
}

.directions__item p {
    line-height: 1.6;
    text-align: left;
    width: 100%;
}

.parking-map {
    margin-top: 15px;
    padding: 0 30px;
    max-width: 500px;
}

.iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%; /* 比率を4:3に固定 */
  }

/* Google Mapのiframe */
.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

/* access pc */
@media screen and (min-width: 769px) {
    .access {
        padding: 100px 50px;
        margin: 0 auto;
    }
    
    .directions {
        padding: 100px 50px 40px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 50px;
        max-width: 1000px;
        margin: 0 auto;
    }


    .parking-map {
        height: 200px;
        padding: 0;
    }

    .directions__container01 {
        flex: 1;
        max-width: none;
    }

    .directions__container02 {
        padding: 0;
        text-align: left;
        flex: 1;
    }

    .directions__item {
        text-align: center;
        margin: 10px 0 0 0;
    }

    .directions__item07 {
        margin: 0;
        width: 100%;
    }

    .iframe {
        padding-top: 30%;
    }

    .topic_access {
        font-size: 6.5rem;
        letter-spacing: 3.25px;
        transform: translateX(70px);
        text-align: left;
    }

    .topic_access::before {
        left: 10%;
        width: 180px;
    }
}/* pc */

/* recruit */
.recruit {
    text-align: center;
    padding: 100px 20px;
}

.topic_recruit {
    position: relative;
}

.topic_recruit::before {
    position: absolute;
    border-bottom: 2px solid #86756A;
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
    width: 125px;
    content: '';
}

.recruit__txt {
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    margin: 50px 15px 10px 15px;
    line-height: 1.5;
}

.tel__item img {
    width: 20px;
}

.tel__txt {
    font-family: "Open Sans";
    font-size: 2.5rem;
    font-weight: 400;
}

.tel__Sp {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 7px;
    margin-bottom: 5px;
}

.recruit_img {
    width: 330px;
    height: 230px;
    margin-top: 10px;
    object-fit: cover;
}

.recruit__svg {
    position: absolute;
    transform: translateY(19px);
    right: 0;
    overflow: hidden;
}

/* recruit pc */
@media screen and (min-width: 769px) {
    .recruit {
        padding: 100px 50px;
    }

    .topic_recruit {
        text-align: center;
        padding-left: 0;
        font-size: 6.5rem;
        letter-spacing: 3.25px;
    }

    .recruit__txt {
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: 0.8px;
        margin: 15px 0 0 0 ;
    }

    .recruit-box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
        gap: 30px;
        margin-top: 80px;
    }

    .recruit__svg {
        width: 250px;
    }

    .topic_recruit::before {
        width: 200px;
    }
}/* pc */
