@charset "utf-8";
/* ====================================
common
=====================================*/

:root {
    --primary-white: #F9F5EF;
    --primary-whiteLow: #8D5904; /* 薄さ15％にして活用　主にメニューや悩み、FAQとかの背景 */
    --primary-black: #231815;
    --primary-beige: #9F804D; /* 薄さ70％にして活用　SNSの部分 */
    --primary-red: #A03E22;
    --contentWidth: 80%; /* sp サイドの余白 */
    --contentPadding: 10%; /* sp サイドの余白 */
}

html {
    font-size: 62.5%;
}

body {
    font-family:
        YakuHanMP, 
        "Shippori Mincho",
        "Libre Caslon Text",
         serif;
    color: var(--primary-black, #231815);
    line-height: 1;
}

img {
    max-width: 100%;
    height: auto;
}


/* ==============================
header
============================== */

.header {
    padding: 0 4.2%;
    height: 100vh;
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 40px;
    height: 70px;
    margin: 16px 0;
}

.header__btn {
    width: 40px;
    height: 40px;
    margin-top: 16px;
    margin-right: 4.2%;
    z-index: 11;
    position: absolute;
    right: 0;
    position: fixed;
}

.header__btn__menu {
    padding: 0 0 0 0;
    height: 80px;
    display: flex;
    justify-content: space-between;
}

/* .nav初期表示 */

.nav {
    background-image: url(../images/background01.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__header {
    padding: 0 0 0 4.2%;
    height: 80px;
    display: flex;
    justify-content: space-between;
}

.nav__btn {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 16px;
    margin-right: 4.2%;
}

.nav__list {
    margin-top: 60px;
}

.nav__item {
    color: var(--primary-black);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08rem;
    margin-top: 36px;
    text-align: center;
}

.nav__group {
  padding: 0 30%;
}

.nav__group__item1 {
    color: var(--primary-white);
    background-color: var(--primary-red);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.056rem;
    padding: 10px 1px;
    text-align: center;
    /* width: 155px;
    height: 38px; */
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 50px;
}

.nav__group__item {
    color: var(--primary-black);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.056rem;
    padding: 10px 1px;
    text-align: center;
    /* width: 155px;
    height: 38px; */
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 50px;
    border: 1px solid rgba(35, 24, 21, 0.50);
}

/* .nav.activeの表示 */

.nav.active {
    transform: translateX(0);
}

.pc__sidebar {
    display: none;
}





/*=============================================================================
 header pc 
 =============================================================================*/
 @media screen and (min-width: 960px){

    .header {
    padding: 0 4.2%;
    height: 52vw;
    display: flex;
    justify-content: space-between;
}
    
  .nav {
      display: none;
  }

  .header__btn__menu {
      display: none;
  }

  .pc__sidebar {
      display: block;
      position: fixed;
      top: 260px;
      left: 4%;
      z-index: 999;
      mix-blend-mode: normal;
      color: var(--primary-white);
  }


  .sidebar__nav__item {
      color: var(--primary-white);
      font-family: "Shippori Mincho";
      font-size: 1.6rem;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 0.064rem;
      margin-top: 22px;
      /* z-index: 999; */
  }

    .sidebar__nav__item.black {
    color: var(--primary-black);
  }

  .sidebar__nav__item.hide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  

  .logo {
      width: 54px;
      height: 94px;  
      position: fixed;
      top: 30px;
      left: 4%;
      z-index: 200;
  }

  .logo.fade-out {
      opacity: 0;
      transition: opacity 0.2s ease;
      pointer-events: none;
    }

    .logo.fade-in {
      opacity: 1;
      transition: opacity 0.2s ease;
      pointer-events: auto;
    }

}

/* header pc end */





/* ==================================
reservation
===================================*/

.section--reservation {
  background-image: url(../images/about_main_sp.png);
  padding: 100px 0;
  width: 100%;
  min-height: 580px;
  position: relative;
  background-size: cover;
}

.reservation__group {
  padding: 0 6%;
  margin: 0 auto;
}

.r__topic__sub {
  color: var(--primary-white);
  font-family: "Libre Caslon Text";
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.048rem;
  margin-left: 2px;
}

.r__topic__main {
  color: var(--primary-white);
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08rem;
  margin-top: 10px;
}

.reservation__item {
  position: absolute;
}

.reservation__txt {
  color: var(--primary-white);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 240%; /* 29.4px */
  letter-spacing: 0.112rem;
  width: 300px;
  margin-top: 80px;
}

.reservation__btn {
  margin-top: 280px;   
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.btn__out {
  position: absolute;
  color: var(--primary-white);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14rem;
  display: flex;
  align-items: center;
  width: 200px;
  height: 46px;
  border: 1px solid rgba(249, 245, 239, 0.50);
  border-radius: 50px;
  padding: 0 12px 0px 36px;
}

.btn__out::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/external-link-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 0 0 15px;
}

  .btn__out:hover::after {
    background-image: url(../images/external-link.svg);
  }

.btn__out:hover {
  background: var(--primary-white);
  color: var(--primary-black);
  transition: 0.4s;
}


/*=============================================================================
768px 
 =============================================================================*/
 @media screen and (min-width: 768px) and (max-width: 959px){

  .section--reservation {
    background-image: url(../images/about_main_sp.png);
    padding: 80px 0;
    width: 100%;
    min-height: 580px;
    position: relative;
    background-size: cover;
  }
  
  .reservation__group {
    padding: 0 24%;
    width: 100%;
  }
  
  .r__topic__sub {
    color: var(--primary-white);
    font-family: "Libre Caslon Text";
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.048rem;
    margin-left: 2px;
  }
  
  .r__topic__main {
    color: var(--primary-white);
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08rem;
    margin-top: 10px;
  }
  
  .reservation__item {
    position: absolute;
  }
  
  .reservation__txt {
    color: var(--primary-white);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 240%; /* 29.4px */
    letter-spacing: 0.112rem;
    width: 400px;
    margin-top: 80px;
  }

  .reservation__txt br {
    display: none;
  }
  
  .reservation__btn {
    margin-top: 280px;   
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
  }
  
  .btn__out {
    position: absolute;
    color: var(--primary-white);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.14rem;
    display: flex;
    align-items: center;
    width: 200px;
    height: 46px;
    border: 1px solid rgba(249, 245, 239, 0.50);
    border-radius: 50px;
    padding: 0 12px 0px 36px;
  }
  
  .btn__out::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/external-link-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 2px 0 0 15px;
  }

    .btn__out:hover::after {
    background-image: url(../images/external-link.svg);
  }

.btn__out:hover {
  background: var(--primary-white);
  color: var(--primary-black);
  transition: 0.4s;
}

 }







/* ================================================================
reservation pc 
====================================================================*/
@media screen and (min-width: 960px){

  .section--reservation {
      background-image: url(../images/background01.png);
      padding: 0 0 0 16.31%;
      width: 100%;
      position: relative;
      background-size: cover;
  }
  
  .reservation__group {
      width: 100%;
      height: 100%;
      background-image: url(../images/reservation_pc.png);
      background-size: cover;
      padding: 70px 0 70px 11.12%;
  }
  
  .r__topic__sub {
      color: var(--primary-white);
      font-family: "Libre Caslon Text";
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.064rem;
      margin-left: 6px;
  }
  
  .r__topic__main {
      color: var(--primary-white);
      font-size: 3.2rem;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.128rem;
      margin-top: 12px;

  }
  
  .reservation__item {
      position: absolute;
  }
  
  .reservation__txt {
      color: var(--primary-white);
      font-size: 1.6rem;
      font-style: normal;
      font-weight: 400;
      line-height: 240%; /* 29.4px */
      letter-spacing: 0.112rem;
      width: 500px;
      margin-top: 80px;
      margin-left: 8px;
  }

  .reservation__txt br {
    display: block;
  }

  .reservation__txt br:nth-child(3) {
      display: none;
  }
  
  .reservation__btn {
      /* margin-top: 280px;    */
      display: block;
      /* margin-bottom: 100px; */
      margin-left: 8px;
      padding-bottom: 1px;
  }
  
  .btn__out {
      position: absolute;
      color: var(--primary-white);
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.14rem;
      display: flex;
      align-items: center;
      width: 280px;
      height: 60px;
      border: 1px solid rgba(249, 245, 239, 0.50);
      border-radius: 50px;
      padding: 0 20px 0px 60px;
  }
  
  .btn__out::after {
      content: '';
      display: inline-block;
      width: 24px;
      height: 24px;
      background-image: url(../images/external-link-white.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      margin: 2px 0 0 30px;
  }

    .btn__out:hover::after {
    background-image: url(../images/external-link.svg);
  }

.btn__out:hover {
  background: var(--primary-white);
  color: var(--primary-black);
  transition: 0.4s;
}

}
/* reservation pc end */




/* ==================================
access
===================================*/

.section--access {
  padding: 80px 6% 60px;
  background-image: url(../images/background01.png);
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.section--access::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -10%;
  width: 120%;
  height: 120%;
  background: url(../images/gradation01.png) center/cover no-repeat;
  opacity: 0.5;
  z-index: -1; /* テキストより後ろ、背景より前にしたい場合は要調整 */
  pointer-events: none;
}

.topic__main {
    color: var(--primary-black, #231815);
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08rem;
}

.topic__sub {
    color: var(--primary-red, #A03E22);
    font-family: "Libre Caslon Text";
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.048rem;
}

.access__txt__group {
  margin: 0 auto;
}

.access__list {
  margin-top: 40px;
}

.access__item {
  display: flex;
  margin-top: 10px;
}

.access__item:first-of-type {
  margin-top: 0;
}

.access__item__main {
  color: var(--primary-black);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 240%;
  letter-spacing: 0.056rem;
  width: 100px;
}

.access__item__sb {
  color: var(--primary-black);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 240%;
  letter-spacing: 0.056rem;
}

.access__item__txt {
  color: var(--primary-black);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 210%;
  letter-spacing: 0.056rem;
  margin-top: 30px;
}

.access__group iframe {
  width: 100%;
  min-height: 250px;
  margin-top: 40px;
}


/*=============================================================================
768px 
 =============================================================================*/
 @media screen and (min-width: 768px) and (max-width: 959px){

  .section--access {
    padding: 80px 24% 60px;
    background-image: url(../images/background01.png);
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  
  .section--access::before {
    content: "";
    position: absolute;
    top: -70%;
    left: -60%;
    width: 180%;
    height: 180%;
    background: url(../images/gradation01.png) center/cover no-repeat;
    opacity: 0.5;
    z-index: -1; /* テキストより後ろ、背景より前にしたい場合は要調整 */
    pointer-events: none;
  }

  .topic__sub {
    color: var(--primary-red);
    font-family: "Libre Caslon Text";
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.048rem;
    margin-left: 2px;
  }
  
  .topic__main {
    color: var(--primary-black);
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08rem;
    margin-top: 10px;
  }
  
  .access__txt__group {
    margin: 0 auto;
  }
  
  .access__list {
    margin-top: 40px;
  }
  
  .access__item {
    display: flex;
    margin-top: 10px;
  }
  
  .access__item:first-of-type {
    margin-top: 0;
  }
  
  .access__item__main {
    color: var(--primary-black);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 240%;
    letter-spacing: 0.056rem;
    width: 100px;
  }
  
  .access__item__sb {
    color: var(--primary-black);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 240%;
    letter-spacing: 0.056rem;
  }
  
  .access__item__txt {
    color: var(--primary-black);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 210%;
    letter-spacing: 0.056rem;
    margin-top: 30px;
  }
  
  .access__group iframe {
    width: 100%;
    min-height: 250px;
    margin-top: 40px;
  }


 }






/* =======================================================
access pc 
=========================================================*/
@media screen and (min-width: 960px){

  .section--access {
    padding: 100px 0 100px 25.69%;
    background-image: url(../images/background01.png);
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  
  .section--access::before {
    content: "";
    position: absolute;
    top: 0%;
    left: -5%;
    width: 100%;
    height: 100%;
    background: url(../images/gradation01.png) center/cover no-repeat;
    opacity: 0.5;
    z-index: -1; /* テキストより後ろ、背景より前にしたい場合は要調整 */
    pointer-events: none;
  }
  
  .access__txt__group {
      width: 100%;
  }

  /* .topic__main {
      margin-left: -6px;
  }

  .topic__sub {
      margin-left: -2px;
  } */

  .topic__sub {
      color: var(--primary-red);
      font-family: "Libre Caslon Text";
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.064rem;
      margin-left: 3px;
  }
  
  .topic__main {
      color: var(--primary-black);
      font-size: 3.2rem;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.128rem;
      margin-top: 12px;
  }

  .access__group {
      display: flex;
      width: 100%;
  }
  
  .access__list {
      margin-top: 40px;
  }
  
  .access__item {
      display: flex;
      margin-top: 10px;
  }
  
  .access__item:first-of-type {
      margin-top: 0;
  }
  
  .access__item__main {
      color: var(--primary-black);
      font-size: 1.6rem;
      font-style: normal;
      font-weight: 400;
      line-height: 240%;
      letter-spacing: 0.056rem;
      width: 120px;
  }
  
  .access__item__sb {
      color: var(--primary-black);
      font-size: 1.6rem;
      font-style: normal;
      font-weight: 400;
      line-height: 240%;
      letter-spacing: 0.056rem;
  }
  
  .access__item__txt {
      color: var(--primary-black);
      font-size: 1.4rem;
      font-style: normal;
      font-weight: 400;
      line-height: 210%;
      letter-spacing: 0.056rem;
      margin-top: 30px;
      max-width: 370px;
  }
  
  .access__group iframe {
      width: 450px;
      height: 350px;
      margin-top: 50px;
      margin-left: 16%;
  }

  /* .access__gradation01 {
      position: absolute;
      opacity: 0.5;
      width: 150%;
      max-width: 150%;
      left: -900px;
      top: 3800px;
  } */
}

/* access pc end */







/* ==================================
  section--sns
  ===================================*/

.section--sns {
  background-image: url(../images/background01.png);
  padding: 20px 6% 60px;
}

.sns__instagram {
  background-color: rgba(141, 89, 4, 0.15);
  padding: 40px 6% 30px;
}

.sns__topic h2 {
  color: var(--primary-black);
  font-family: "Libre Caslon Text";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.sns__topic p {
  color: var(--primary-black);
  font-family: "Shippori Mincho";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 210%;
  letter-spacing: 0.056rem;
  margin-top: 30px;
}

.sns__btn {
    margin-top: 30px;   
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
  
  .btn__out__sns {
    position: absolute;
    color: var(--primary-black);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.14rem;
    display: flex;
    align-items: center;
    width: 300px;
    height: 46px;
    border: 1px solid rgba(35, 24, 21, 0.50);
    border-radius: 50px;
    padding: 0 12px 0px 36px;
  }
  
  .btn__out__sns::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/external-link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 2px 0 0 15px;
  }

   .btn__out__sns:hover::after {
    background-image: url(../images/external-link-white.svg);
  }

  .btn__out__sns:hover {
  background: var(--primary-red);
  color: var(--primary-white);
  transition: 0.4s;
}


.sns__LINE {
  background-color: rgba(141, 89, 4, 0.15);
  padding: 40px 6% 30px;
  margin-top: 40px;
}

.sns__topic h2 {
  color: var(--primary-black);
  font-family: "Libre Caslon Text";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.sns__topic p {
  color: var(--primary-black);
  font-family: "Shippori Mincho";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 210%;
  letter-spacing: 0.056rem;
  margin-top: 30px;
}

.sns__btn__line {
    margin-top: 30px;   
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
  
  .btn__out__sns__line {
    position: absolute;
    color: var(--primary-black);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.14rem;
    display: flex;
    align-items: center;
    width: 300px;
    height: 46px;
    border: 1px solid rgba(35, 24, 21, 0.50);
    border-radius: 50px;
    padding: 0 12px 0px 70px;
  }
  
  .btn__out__sns__line::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/external-link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 2px 0 0 35px;
  }

   .btn__out__sns__line:hover::after {
    background-image: url(../images/external-link-white.svg);
  }

  .btn__out__sns__line:hover {
  background: var(--primary-red);
  color: var(--primary-white);
  transition: 0.4s;
}



/*=============================================================================
768px 
 =============================================================================*/
 @media screen and (min-width: 768px) and (max-width: 959px){

  .section--sns {
  background-image: url(../images/background01.png);
  padding: 20px 6% 60px;
}


.sns__group {
  display: flex;
  gap: 20px;
}


.sns__instagram {
  background-color: rgba(141, 89, 4, 0.15);
  padding: 40px 6% 10px;
}

.sns__topic h2 {
  color: var(--primary-black);
  font-family: "Libre Caslon Text";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.sns__topic p {
  color: var(--primary-black);
  font-family: "Shippori Mincho";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 210%;
  letter-spacing: 0.056rem;
  margin-top: 30px;
}

.sns__btn {
    margin-top: 30px;   
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
  
  .btn__out__sns {
    position: absolute;
    color: var(--primary-black);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.14rem;
    display: flex;
    align-items: center;
    width: 300px;
    height: 46px;
    border: 1px solid rgba(35, 24, 21, 0.50);
    border-radius: 50px;
    padding: 0 12px 0px 36px;
  }
  
  .btn__out__sns::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/external-link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 2px 0 0 15px;
  }

   .btn__out__sns:hover::after {
    background-image: url(../images/external-link-white.svg);
  }

  .btn__out__sns:hover {
  background: var(--primary-red);
  color: var(--primary-white);
  transition: 0.4s;
}


.sns__LINE {
  background-color: rgba(141, 89, 4, 0.15);
  padding: 40px 6% 10px;
  margin-top: 0px;
}

.sns__topic h2 {
  color: var(--primary-black);
  font-family: "Libre Caslon Text";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.sns__topic p {
  color: var(--primary-black);
  font-family: "Shippori Mincho";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 210%;
  letter-spacing: 0.056rem;
  margin-top: 30px;
}

.sns__btn__line {
    margin-top: 30px;   
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
  
  .btn__out__sns__line {
    position: absolute;
    color: var(--primary-black);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.14rem;
    display: flex;
    align-items: center;
    width: 300px;
    height: 46px;
    border: 1px solid rgba(35, 24, 21, 0.50);
    border-radius: 50px;
    padding: 0 12px 0px 70px;
  }
  
  .btn__out__sns__line::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/external-link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 2px 0 0 35px;
  }

   .btn__out__sns__line:hover::after {
    background-image: url(../images/external-link-white.svg);
  }

  .btn__out__sns__line:hover {
  background: var(--primary-red);
  color: var(--primary-white);
  transition: 0.4s;
}
 
}


  
  
  /* ==================================================
section--sns pc
==================================================== */
@media screen and (min-width: 960px){

    .section--sns {
  background-image: url(../images/background01.png);
  padding: 0px 4% 60px 16.31%;
}


.sns__group {
  display: flex;
  gap: 40px;
}


.sns__instagram {
  background-color: rgba(141, 89, 4, 0.15);
  padding: 40px 6% 40px;
}

.sns__topic h2 {
  color: var(--primary-black);
  font-family: "Libre Caslon Text";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.sns__topic p {
  color: var(--primary-black);
  font-family: "Shippori Mincho";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 210%;
  letter-spacing: 0.056rem;
  margin-top: 30px;
}

.sns__btn {
    margin-top: 30px;   
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
  
  .btn__out__sns {
    position: absolute;
    color: var(--primary-black);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.14rem;
    display: flex;
    align-items: center;
    width: 330px;
    height: 60px;
    border: 1px solid rgba(35, 24, 21, 0.50);
    border-radius: 50px;
    padding: 0 12px 0px 36px;
  }
  
  .btn__out__sns::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/external-link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 2px 0 0 15px;
  }

   .btn__out__sns:hover::after {
    background-image: url(../images/external-link-white.svg);
  }

  .btn__out__sns:hover {
  background: var(--primary-red);
  color: var(--primary-white);
  transition: 0.4s;
}


.sns__LINE {
  background-color: rgba(141, 89, 4, 0.15);
  padding: 40px 6% 40px;
  margin-top: 0px;
}

.sns__topic h2 {
  color: var(--primary-black);
  font-family: "Libre Caslon Text";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.sns__topic p {
  color: var(--primary-black);
  font-family: "Shippori Mincho";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 210%;
  letter-spacing: 0.056rem;
  margin-top: 30px;
}

.sns__btn__line {
    margin-top: 30px;   
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
  
  .btn__out__sns__line {
    position: absolute;
    color: var(--primary-black);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.14rem;
    display: flex;
    align-items: center;
    width: 330px;
    height: 60px;
    border: 1px solid rgba(35, 24, 21, 0.50);
    border-radius: 50px;
    padding: 0 12px 0px 70px;
  }
  
  .btn__out__sns__line::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/external-link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 2px 0 0 35px;
  }

   .btn__out__sns__line:hover::after {
    background-image: url(../images/external-link-white.svg);
  }

  .btn__out__sns__line:hover {
  background: var(--primary-red);
  color: var(--primary-white);
  transition: 0.4s;
}
 
}













  
  
  
  
  
  /* ==================================
  footer
  ===================================*/
  

  .footerNav {
    background-image: url(../images/footer_bg.png);
    padding: 40px 6% 0;
  }

  
  .footer__logo img {
    width: 40px;
    height: 70px;
    margin-top: 0px;
  }
  
  /* .footerNav__group {
    margin: 0 auto;
  } */
  
  .footerNav__list {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  
  .footerNav__item {
    color: var(--primary-white);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.056rem;
    margin-top: 24px;
  }
  
  .footer__copy {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  
  .privacypolicy {
    color: var(--primary-white);
    font-family: "Libre Caslon Text";
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 40px;
  }
  
  .copy {
    color: var(--primary-white);
    font-family: "Shippori Mincho";
    font-size: 1.0rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: 14px;
  }
  
  .footer__btn {
    width: 120px;
    height: 34px;
    border-radius: 10px 10px 0px 0px;
    background: rgba(249, 245, 239, 0.50);
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.048rem;
    padding: 10px 16px 6px;
    position: fixed;
    z-index: 11;
    right: 22px;
    bottom: 0;
  }




/*=============================================================================
768px 
 =============================================================================*/
 @media screen and (min-width: 768px) and (max-width: 959px) {

    .footerNav {
    background-image: url(../images/footer_bg.png);
    padding: 20px 6% 0;
  }

  
  .footer__logo img {
    width: 40px;
    height: 70px;
    margin-top: 30px;
  }

  .footer__group {
    display: flex;
  }
  
  .footerNav__group {
    margin-top: 30px;
  }
  
  .footerNav__list {
    display: flex;
    margin-top: 30px;

  }
  
  .footerNav__item {
    color: var(--primary-white);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.056rem;
    margin-top: 0px;
    margin-left: 28px;
  }
  
  .footer__copy {
    padding: 50px 4% 30px 2%;
  
  }
  
  .privacypolicy {
    color: var(--primary-white);
    font-family: "Libre Caslon Text";
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 40px;
  }
  
  .copy {
    color: var(--primary-white);
    font-family: "Shippori Mincho";
    font-size: 1.0rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: 14px;
  }
  
  .footer__btn {
    width: 120px;
    height: 34px;
    border-radius: 10px 10px 0px 0px;
    background: rgba(249, 245, 239, 0.50);
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.048rem;
    padding: 10px 16px 6px;
    position: fixed;
    z-index: 11;
    right: 6%;
    bottom: 0;
  }

 }



  


  /* ================================================
footer pc
================================================= */
@media screen and (min-width: 960px){

   .footerNav {
    background-image: url(../images/footer_bg.png);
    padding: 30px 4% 0;
  }

  .footer__logo img {
    width: 54px;
    height: 94px;
    margin-top: 30px;
  }

  .footer__group {
    display: flex;
  }
  
  .footerNav__group {
    margin-top: 30px;
    margin-left: 15.69%;
  }
  
  .footerNav__list {
    display: flex;
    margin-top: 30px;
  }
  
  .footerNav__item {
    color: var(--primary-white);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.056rem;
    margin-top: 0px;
    margin-left: 56px;
  }
  
  .footer__copy {
    padding: 50px 4% 30px 0%;
  
  }
  
  .privacypolicy {
    color: var(--primary-white);
    font-family: "Libre Caslon Text";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 40px;
  }
  
  .copy {
    color: var(--primary-white);
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: 14px;
  }
  
  .footer__btn {
      position: fixed;
      right: 0;
      bottom: 30px;
      writing-mode: vertical-rl;
      width: 56px;
      height: 160px;
      border-radius: 20px 0px 0px 20px;
      background: rgba(249, 245, 239, 0.50);
      color: var(--primary-black);
      font-family: "Shippori Mincho";
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.048rem;
      padding: 23px 17px 17px 23px;
      z-index: 11;
      cursor: pointer;
      transition: .3s;
  }



}

