@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 100; }

h2 {
  font-size: 45px;
  font-weight: 400;
  color: #928178;
  text-align: center;
  line-height: 1; }

.english {
  font-size: 18px;
  text-align: center;
  color: #928178 !important;
  margin: 10px 0 30px 0; }

header {
  height: 100px;
  width: 100%;
  background-color: #928178;
  position: relative; }
  header .headerLogo {
    width: 400px;
    height: 65px;
    display: block;
    position: absolute;
    top: 25px;
    left: 100px;
    transition: .3s all; }
    header .headerLogo:hover {
      transform: translateY(-10px); }
    header .headerLogo img {
      height: 50px; }
  header ul {
    display: flex;
    justify-content: space-between;
    width: 850px;
    position: absolute;
    top: 40px;
    right: 100px; }
    header ul li a {
      color: white;
      font-size: 18px; }
    header ul li a.line {
      width: 100%;
      height: 100%;
      position: relative; }
      header ul li a.line::before, header ul li a.line::after {
        border-bottom: solid 1px white;
        bottom: -5px;
        content: "";
        display: block;
        position: absolute;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        width: 0; }
      header ul li a.line::before {
        left: 50%; }
      header ul li a.line::after {
        right: 50%; }
      header ul li a.line:hover::before, header ul li a.line:hover::after {
        width: 50%; }

#booking {
  padding: 150px 0;
  background: #d4cabd; }
  #booking > div {
    display: flex;
    justify-content: space-between;
    width: 850px;
    margin: 0 auto; }
    #booking > div a {
      background-color: #8f3255;
      width: 270px;
      border-radius: 5px;
      margin: 0 auto;
      transition: 0.3s all;
      position: relative; }
      #booking > div a img {
        position: absolute;
        top: 8px;
        left: 8px;
        height: 80px; }
      #booking > div a:hover {
        background-color: #a67c52; }
    #booking > div a:first-of-type {
      width: 270px;
      padding: 30px 0; }
      #booking > div a:first-of-type p {
        color: white;
        font-size: 24px;
        text-align: center; }
    #booking > div a:nth-of-type(2) {
      width: 500px;
      height: 96px; }
      #booking > div a:nth-of-type(2) p {
        color: white;
        font-size: 20px;
        position: absolute;
        top: 18px;
        left: 264px; }

footer {
  height: 315px;
  background-color: #1F2F54;
  position: relative; }
  footer .left {
    padding-top: 50px;
    margin: 0px 0 0 100px; }
    footer .left img {
      height: 140px;
      display: inline-block;
      vertical-align: top; }
    footer .left p {
      display: inline-block;
      vertical-align: top;
      color: #d4cabd;
      margin-left: 20px;
      line-height: 1.7; }
  footer .right {
    position: absolute;
    bottom: 50px;
    right: 100px; }
    footer .right a:first-of-type {
      width: 60px;
      height: 60px;
      border-radius: 5px;
      display: inline-block;
      background-color: #928178;
      color: #1F2F54;
      vertical-align: top;
      margin-left: 20px;
      position: relative;
      transition: 0.3s all; }
      footer .right a:first-of-type img {
        width: 100%; }
      footer .right a:first-of-type:hover {
        transform: translateY(-10px); }
    footer .right a:nth-of-type(2), footer .right a:nth-of-type(3) {
      width: 220px;
      height: 60px;
      border-radius: 5px;
      display: inline-block;
      background-color: #928178;
      color: #1F2F54;
      vertical-align: top;
      margin-left: 20px;
      position: relative;
      transition: 0.3s all; }
      footer .right a:nth-of-type(2):hover, footer .right a:nth-of-type(3):hover {
        transform: translateY(-10px); }
  footer .tel p {
    font-size: 25px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 5px;
    left: 47px; }
    footer .tel p:before {
      content: "";
      background-image: url("../img/icon_tel.svg");
      background-size: contain;
      display: inline-block;
      vertical-align: middle;
      background-repeat: no-repeat;
      width: 24px;
      height: 30px;
      position: absolute;
      top: 5px;
      left: -28px; }
    footer .tel p:after {
      content: "（受付時間 10：00〜22：30）";
      position: absolute;
      font-size: 10px;
      display: block;
      bottom: -10px;
      left: 0px;
      width: 140px; }
  footer .mail p {
    font-size: 16px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 18px;
    left: 52px; }
    footer .mail p:before {
      content: "";
      background-image: url("../img/icon_mail.svg");
      background-size: contain;
      display: inline-block;
      vertical-align: middle;
      background-repeat: no-repeat;
      width: 35px;
      height: 25px;
      position: absolute;
      top: 0px;
      left: -40px; }

#footerBtn {
  display: none; }

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

  footer {
    height: 380px;
    background-color: #1F2F54;
    position: relative; }
    footer .right {
      display: none; }
    footer .left {
      padding-top: 50px;
      width: 90%;
      display: block;
      margin: 0 auto; }
      footer .left img {
        height: 100px;
        display: inline-block;
        margin-bottom: 10px; }
      footer .left p {
        display: inline-block;
        vertical-align: top;
        color: #d4cabd;
        margin-left: 20px;
        line-height: 1.7; }
        footer .left p span {
          font-size: 12px; }

  #booking {
    padding: 70px 0;
    background: #d4cabd; }
    #booking > div {
      display: block;
      width: 90%;
      margin: 0 auto; }
      #booking > div a {
        background-color: #8f3255;
        width: 100%;
        border-radius: 5px;
        margin: 0 auto;
        transition: 0.3s all;
        position: relative;
        display: block; }
        #booking > div a img {
          position: absolute;
          top: 8px;
          left: 8px;
          height: 80px; }
        #booking > div a:hover {
          background-color: #a67c52; }
      #booking > div a:first-of-type {
        padding: 30px 0;
        margin-bottom: 30px;
        width: 80%; }
        #booking > div a:first-of-type p {
          color: white;
          font-size: 24px;
          text-align: center; }
      #booking > div a:nth-of-type(2) {
        height: auto;
        width: 80%;
        padding: 20px 0; }
        #booking > div a:nth-of-type(2) img {
          display: block;
          margin: 0 auto 20px auto;
          height: auto;
          width: 90%;
          position: static;
          top: auto;
          left: auto; }
        #booking > div a:nth-of-type(2) p {
          color: white;
          font-size: 20px;
          position: static;
          top: auto;
          left: auto;
          display: block;
          margin: 0 auto;
          width: fit-content; }

  #footerBtn {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: block; }
    #footerBtn a {
      width: 49.5%;
      background: #a67c52;
      margin-right: 1%;
      display: inline-block;
      height: 60px;
      font-size: 18px;
      text-align: center;
      padding-top: 15px;
      color: white; }
      #footerBtn a:last-of-type {
        margin-right: 0; } }
.pc {
  display: block; }

.sp {
  display: none; }

/*スライドショー*/
.slidePC {
  display: block; }

.slideSP {
  display: none; }

.swiper-container {
  width: 100%;
  height: 700px;
  position: relative;
  z-index: 1; }
  .swiper-container a {
    font-size: 20px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    position: absolute;
    left: 50px;
    bottom: 50px;
    background-color: white;
    padding: 10px;
    display: block;
    transition: all 0.5s 0s ease;
    z-index: 999; }
    .swiper-container a:hover {
      color: white; }

.swiper-slide {
  padding-top: 0px;
  /* 画像位置の調整用 */
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

#section01 {
  padding: 150px 0;
  background-color: #d4cabd; }
  #section01 p:nth-of-type(2) {
    font-size: 20px;
    text-align: justify;
    display: table;
    margin: 0 auto 0 auto;
    line-height: 1.8;
    width: 630px; }
  #section01 ul {
    display: flex;
    margin: 70px auto 0 auto;
    justify-content: space-between;
    width: 1000px; }
    #section01 ul li img {
      width: 300px;
      outline: 1px solid white;
      outline-offset: -10px; }
  #section01 .reLA {
    width: 500px;
    display: block;
    margin: 100px auto 0 auto; }
  #section01 a {
    background-color: #928178;
    width: 520px;
    border-radius: 5px;
    display: block;
    margin: 70px auto;
    transition: 0.3s all;
    padding: 10px 0;
    /*img {
        
        width: 220px;
        display: inline-block;
        margin: 15px 0 0 15px;
    }*/ }
    #section01 a p {
      color: white;
      font-size: 24px;
      text-align: center; }
    #section01 a:hover {
      background-color: #a67c52; }

#section02 {
  height: 360px;
  background-image: url("../img/topImg11.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

#news {
  padding: 150px 0; }
  #news ul {
    width: 750px;
    margin: 0 auto; }
    #news ul li {
      color: #333;
      padding: 15px 0;
      border-top: solid thin #333; }
      #news ul li a {
        color: #333; }
        #news ul li a:hover {
          opacity: 0.5; }
      #news ul li:last-of-type {
        border-bottom: solid thin #333; }
      #news ul li .date {
        display: inline-block;
        vertical-align: top;
        font-size: 17px;
        margin-right: 20px; }
      #news ul li .title {
        display: inline-block;
        vertical-align: top;
        font-size: 17px; }

#section03 {
  padding: 150px 0;
  background-color: #d4cabd; }
  #section03 ul {
    display: flex;
    margin: 70px auto 0 auto;
    justify-content: space-between;
    width: 630px;
    flex-wrap: wrap; }
    #section03 ul li {
      width: 300px;
      height: 220px;
      margin-bottom: 35px;
      position: relative;
      overflow: hidden; }
      #section03 ul li a.img {
        width: 300px;
        height: 220px;
        display: block;
        outline: 1px solid #a67c52;
        outline-offset: -5px; }
        #section03 ul li a.img p {
          position: absolute;
          bottom: 0;
          left: 0;
          padding: 5px 0 5px 20px;
          background-color: #5c514e;
          width: 100%;
          color: white;
          transition: 0.3s all; }
          #section03 ul li a.img p span img {
            height: 20px;
            width: 20px;
            content: "";
            background-image: url("../img/arrow.svg");
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            bottom: 8px;
            right: 20px; }
        #section03 ul li a.img:hover p {
          bottom: 10px; }
        #section03 ul li a.img img {
          width: 300px; }

#section04 {
  height: 360px;
  background-image: url("../img/topImg03.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

#section05 {
  padding: 150px 0; }
  #section05 ul {
    display: table;
    margin: 50px auto 0 auto; }
    #section05 ul li {
      margin-bottom: 80px; }
      #section05 ul li div {
        display: inline-block;
        vertical-align: top; }
        #section05 ul li div:first-of-type {
          margin-right: 25px; }
        #section05 ul li div .face {
          width: 280px;
          display: block;
          outline: 1px solid white;
          outline-offset: -10px; }
        #section05 ul li div dl {
          display: block;
          margin-top: 10px;
          position: relative; }
          #section05 ul li div dl .name {
            position: absolute;
            top: 20px;
            left: 20px;
            width: 250px; }
          #section05 ul li div dl dt {
            font-size: 18px;
            line-height: 1;
            margin-bottom: 5px; }
          #section05 ul li div dl dd {
            font-size: 27px;
            line-height: 1; }
          #section05 ul li div dl .tomita:after {
            font-size: 18px;
            color: #a67c52;
            display: inline-block;
            content: "Shizuka Tomita";
            margin-left: 15px; }
          #section05 ul li div dl .nagata:after {
            font-size: 18px;
            color: #a67c52;
            display: inline-block;
            content: "Aya Nagata";
            margin-left: 15px; }
          #section05 ul li div dl .kanai:after {
            font-size: 18px;
            color: #a67c52;
            display: inline-block;
            content: "Kimiko Kazekoshi";
            margin-left: 15px; }
          #section05 ul li div dl .okame:after {
            font-size: 18px;
            color: #a67c52;
            display: inline-block;
            content: "Aya Ookame";
            margin-left: 15px; }
        #section05 ul li div p {
          width: 600px;
          font-size: 23px;
          line-height: 1.8;
          border-bottom: solid thin gray;
          padding-bottom: 15px; }
        #section05 ul li div p:nth-of-type(2) {
          padding-top: 15px;
          border-bottom: none;
          text-align: justify;
          font-size: 20px; }

@media (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  .swiper-container {
    width: 100%;
    height: 100vh; }
    .swiper-container a {
      font-size: 20px;
      left: 20px;
      top: 50px;
      margin: 0;
      z-index: 1;
      display: table; }
    .swiper-container .scrolldown1 {
      display: none; }

  .slidePC {
    display: none; }

  .slideSP {
    display: block; }
    .slideSP .logo {
      position: absolute;
      top: 30px;
      left: 30px;
      z-index: 100;
      width: 200px; }

  #section01 {
    padding: 100px 0;
    background-color: #d4cabd; }
    #section01 p:nth-of-type(2) {
      font-size: 18px;
      text-align: justify;
      display: table;
      margin: 0 auto 0 auto;
      line-height: 1.8;
      width: 80%; }
    #section01 ul {
      display: block;
      margin: 50px auto 0 auto;
      width: 100%; }
      #section01 ul li img {
        width: 90%;
        margin: 0 auto 20px auto;
        display: block; }
    #section01 .reLA {
      width: 90%;
      display: block;
      margin: 100px auto 0 auto; }
    #section01 a {
      background-color: #928178;
      width: 80%;
      border-radius: 5px;
      display: block;
      margin: 70px auto;
      padding: 10px 0;
      /*img {
          
          width: 220px;
          display: inline-block;
          margin: 15px 0 0 15px;
      }*/ }
      #section01 a p {
        color: white;
        font-size: 24px;
        text-align: center; }
      #section01 a:hover {
        background-color: #a67c52; }

  #section02 {
    height: 200px;
    background-image: url("../img/topImg03.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

  #news {
    padding-top: 150px; }
    #news ul {
      width: 90%;
      margin: 0 auto; }
      #news ul li {
        color: #333;
        padding: 15px 0;
        border-top: solid thin #333; }
        #news ul li a {
          color: #333; }
          #news ul li a:hover {
            opacity: 0.5; }
        #news ul li:last-of-type {
          border-bottom: solid thin #333; }
        #news ul li .date {
          display: inline-block;
          vertical-align: top;
          font-size: 17px;
          margin-right: 20px; }
        #news ul li .title {
          display: inline-block;
          vertical-align: top;
          font-size: 17px; }

  #section03 {
    padding: 100px 0; }
    #section03 ul {
      display: block;
      margin: 70px auto 0 auto;
      width: 300px; }
      #section03 ul li {
        width: 300px;
        height: 220px;
        margin-bottom: 35px;
        position: relative;
        overflow: hidden; }
        #section03 ul li a.img {
          width: 300px;
          height: 220px;
          display: block;
          outline: 1px solid #a67c52;
          outline-offset: -5px; }
          #section03 ul li a.img p {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 5px 0 5px 20px;
            background-color: #5c514e;
            width: 100%;
            color: white;
            transition: 0.3s all; }
            #section03 ul li a.img p span img {
              height: 20px;
              width: 20px;
              content: "";
              background-image: url("../img/arrow.svg");
              background-size: contain;
              background-repeat: no-repeat;
              position: absolute;
              bottom: 8px;
              right: 20px; }
          #section03 ul li a.img:hover p {
            bottom: 10px; }
          #section03 ul li a.img img {
            width: 300px; }

  #section04 {
    height: 200px;
    background-image: url("../img/topImg03.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

  #section05 {
    padding: 70px 0 0 0; }
    #section05 ul {
      display: block;
      margin: 50px auto 0 auto;
      width: 90%; }
      #section05 ul li {
        margin-bottom: 60px;
        width: 100%; }
        #section05 ul li div {
          display: block; }
          #section05 ul li div:first-of-type {
            margin-right: 0px; }
          #section05 ul li div .face {
            width: 100%;
            display: block;
            outline: 1px solid white;
            outline-offset: -10px;
            margin-bottom: 20px; }
          #section05 ul li div dl {
            display: block;
            margin-top: 10px;
            position: relative; }
            #section05 ul li div dl .name {
              position: static;
              top: auto;
              left: auto;
              width: 250px;
              display: block;
              margin: 0 auto; }
            #section05 ul li div dl dt {
              font-size: 18px;
              line-height: 1;
              margin-bottom: 5px; }
            #section05 ul li div dl dd {
              font-size: 27px;
              line-height: 1; }
          #section05 ul li div p:first-of-type {
            width: 100%;
            font-size: 21px;
            line-height: 1.5;
            border-bottom: solid thin gray;
            padding-bottom: 15px;
            text-align: center;
            margin-top: 30px; }
          #section05 ul li div p:nth-of-type(2) {
            padding-top: 15px;
            border-bottom: none;
            text-align: justify;
            font-size: 18px;
            width: 100%; } }
