@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; }

#hero {
  background-image: url("../img/info_top.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 360px;
  width: 100%; }

#section01 {
  padding: 150px 0; }
  #section01 dl dt {
    color: #A67C52;
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 70px; }
  #section01 dl dd {
    color: #333;
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 50px; }

#section02 {
  width: 900px;
  display: block;
  margin: 0 auto; }
  #section02 li {
    margin-bottom: 70px; }
  #section02 dt {
    font-size: 25px;
    padding: 5px 50px;
    width: 100%;
    color: white;
    background-color: #928178;
    margin-bottom: 30px; }
  #section02 dd {
    padding-left: 50px;
    font-size: 20px;
    color: #333;
    line-height: 1.8; }

#section03 {
  margin-top: 180px; }
  #section03 > div {
    width: 780px;
    margin: 0 auto; }
    #section03 > div ul li {
      background-color: #F7EFE7;
      padding: 50px 70px;
      margin-bottom: 120px;
      position: relative; }
      #section03 > div ul li h3 {
        width: 500px;
        padding: 20px 0;
        text-align: center;
        display: block;
        box-shadow: 3px 3px 9px 0px #c9c9c9;
        color: #928178;
        font-size: 30px;
        background-color: white;
        position: absolute;
        top: -70px;
        left: -70px; }
      #section03 > div ul li dl dt {
        color: #A67C52;
        font-size: 27px;
        text-align: center; }
      #section03 > div ul li dl dd {
        font-size: 20px;
        line-height: 1.8;
        color: #333;
        text-align: justify; }

#section04 {
  padding: 0 0 150px 0; }
  #section04 ul {
    display: table;
    margin: 50px auto 0 auto; }
    #section04 ul li {
      margin-bottom: 80px; }
      #section04 ul li div {
        display: inline-block;
        vertical-align: top; }
        #section04 ul li div:first-of-type {
          margin-right: 25px; }
        #section04 ul li div .face {
          width: 280px;
          display: block;
          outline: 1px solid white;
          outline-offset: -10px; }
        #section04 ul li div dl {
          display: block;
          margin-top: 10px;
          position: relative; }
          #section04 ul li div dl .name {
            position: absolute;
            top: 0px;
            left: 20px;
            width: 250px; }
          #section04 ul li div dl dt {
            font-size: 18px;
            line-height: 1;
            margin-bottom: 5px; }
          #section04 ul li div dl dd {
            font-size: 27px;
            line-height: 1; }
        #section04 ul li div p {
          width: 440px;
          font-size: 23px;
          line-height: 1.5;
          padding-bottom: 15px;
          color: #A67C52;
          text-align: center; }
        #section04 ul li div .text {
          width: 350px;
          display: block;
          margin: 40px auto 10px auto; }
        #section04 ul li div .tel {
          width: 350px;
          display: block;
          margin: 0 auto; }
          #section04 ul li div .tel img {
            width: 100%;
            transition: 0.3s all; }
            #section04 ul li div .tel img:hover {
              opacity: 0.7; }

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

  .sp {
    display: block; }

  #section01 {
    padding: 100px 0; }
    #section01 dl dt {
      color: #A67C52;
      font-size: 22px;
      text-align: center;
      margin-bottom: 30px;
      margin-top: 50px; }
    #section01 dl dd {
      color: #333;
      font-size: 18px;
      line-height: 1.8;
      text-align: center;
      margin-bottom: 50px; }

  #section02 {
    width: 90%;
    display: block;
    margin: 0 auto; }
    #section02 li {
      margin-bottom: 70px; }
    #section02 dt {
      font-size: 22px;
      padding: 5px 50px;
      width: 100%;
      color: white;
      background-color: #928178;
      margin-bottom: 30px;
      text-align: center; }
    #section02 dd {
      padding-left: 0px;
      font-size: 18px;
      color: #333;
      line-height: 1.8;
      width: 90%;
      display: block;
      margin: 0 auto;
      text-align: justify; }

  #section03 > div {
    width: 90%;
    margin: 0 auto; }
    #section03 > div ul li {
      background-color: #F7EFE7;
      padding: 30px;
      margin-bottom: 120px;
      position: relative; }
      #section03 > div ul li h3 {
        width: 330px;
        padding: 20px 0;
        text-align: center;
        display: block;
        box-shadow: 3px 3px 9px 0px #c9c9c9;
        color: #928178;
        font-size: 22px;
        background-color: white;
        position: absolute;
        top: -70px;
        left: -10px; }
      #section03 > div ul li dl dt {
        color: #A67C52;
        font-size: 22px;
        text-align: center;
        margin-bottom: 0px; }
      #section03 > div ul li dl dd {
        font-size: 17px;
        line-height: 1.8;
        color: #333; }

  #section04 {
    padding: 0 0 50px 0; }
    #section04 ul {
      display: block;
      margin: 50px auto 0 auto;
      width: 90%; }
      #section04 ul li {
        margin: 0 auto 80px auto; }
        #section04 ul li div {
          display: block; }
          #section04 ul li div:first-of-type {
            margin-right: 0px; }
          #section04 ul li div .face {
            width: 100%;
            display: block;
            outline: 1px solid white;
            outline-offset: -10px; }
          #section04 ul li div dl {
            display: block;
            margin-top: 10px;
            position: relative;
            /*                    dt {
                                    
                                    font-size: 18px;
                                    line-height: 1;
                                    margin-bottom: 5px;
                                    
                                }
                                
                                dd {
                                    
                                    font-size: 27px;
                                    line-height: 1;
                                    
                                    
                                    
                                }*/ }
            #section04 ul li div dl .name {
              position: static;
              top: auto;
              left: auto;
              width: 80%;
              display: block;
              margin: 20px auto; }
          #section04 ul li div p {
            width: 100%;
            font-size: 20px;
            line-height: 1.5;
            padding-bottom: 15px;
            color: #A67C52;
            text-align: center;
            margin-top: 40px; }
          #section04 ul li div .text {
            width: 100%;
            display: block;
            margin: 40px auto 10px auto; }
          #section04 ul li div .tel {
            width: 100%;
            display: block;
            margin: 0 auto; }
            #section04 ul li div .tel img {
              width: 100%; } }
