@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Alata&display=swap');

/*############## clearfix ##############*/
/*フロート解除用のハック*/
.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child+html .clearfix {
  zoom: 1;
}

* {
  box-sizing: border-box
}

/*############## common ##############*/
html {
  font-size: 62.5%;
  line-height: 1.6;
}

body {
  font-size: 1.6em;
  width: 100%;
  color: #333;
  background-color: #fff;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
  font-weight: 500;
}

html,
body {
  height: 100%;
  width: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #333;
  display: block;
}

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

section {
  width: 100%;
  margin-bottom: 7%;
}

/*############## class ##############*/
.inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 2%;
}

.pos-r {
  position: relative;
}

.mgl-auto {
  margin-left: auto;
}

.sp_bl {
  display: none;
}

/*############## btn ##############*/
.btn a {
  background-color: #be9a5c;
  color: #fff;
  position: relative;
  text-align: center;
  border-radius: 25px;
  letter-spacing: 0.2rem;
}

.btn a:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  content: "\f105";
  top: 0;
  right: 15px;
}

/* お問い合わせボタン */
.contact_btn {
  background: linear-gradient(#be9a5c 50%, #b59358 50%, #b59358);
  width: 220px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact_btn a {
  position: relative;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: 600;
}

.contact_btn a:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  content: "\f105";
  top: 10px;
  right: 15px;
}

/* hover */
.btn a:hover {
  background-color: #dd7373;
  transition: all .3s;
}

.contact_btn:hover,
.sns li:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

/*############## mainTtl(下層) ##############*/
#main_ttl {
  background: url("../img/main_ttl.jpg") no-repeat center top;
  background-size: cover;
  width: 100%;
  margin-bottom: 3%;
}

#main_ttl .ttlBox {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}

#main_ttl h2 {
  text-shadow: 2px 2px 12px rgba(255, 255, 255, 0.45),
    -2px 2px 12px rgba(255, 255, 255, 0.45),
    2px -2px 12px rgba(255, 255, 255, 0.45),
    -2px -2px 12px rgba(255, 255, 255, 0.4);
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 1.7px;
}

#main_ttl h2 span {
  font-size: 1.6rem;
  font-family: 'Alata', sans-serif;
  color: #be9a5c;
  display: block;
  margin-top: 5px;
}


/*############## header ##############*/
header {
  width: 100%;
  margin-bottom: 15px;
}

h1 {
  font-size: 1.2rem;
  margin: 5px 0;
}

.headerBox {
  display: flex;
  justify-content: flex-end;
}

header .logo {
  margin-right: auto;
  transform: translateY(15px);
}

header .infoBox {
  margin-right: 40px;
}

.telInfo {
  float: left;
}

.infoBox .tel {
  font-family: 'Alata', sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 30px;
}

.infoBox .time,
.infoBox .tel span {
  font-size: 1.4rem;
  margin-right: 5px;
}

/* 予約制の円 */
.reserve {
  float: left;
  width: 55px;
  height: 55px;
  background-color: #dd7373;
  border-radius: 50%;
  display: inline-block;
  line-height: 55px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  margin-right: 13px;
  letter-spacing: 0.1rem;
}

/*############## nav ##############*/
.globalNav {
  float: right;
}

.globalNav ul {
  display: flex;
}

.globalNav ul li+li {
  margin-left: 40px;
}

.globalNav ul li a:hover {
  color: #b59358;
}

.globalNav ul li a::after {
  content: '';
  display: block;
  border-bottom: solid 1px #b59358;
  margin: 5px 0 auto;
  width: 0;
  transition: 0.3s ease-in-out;
}

.globalNav ul li a:hover::after {
  width: 100%;
}

/*############## footer(sns) ##############*/
.sns {
  display: flex;
  justify-content: center;
  font-family: 'Alata', sans-serif;
  color: #fff;
  font-size: 1.8rem;
}

.sns li {
  width: 30%;
  border-radius: 10px;
  margin: 0 12px;
}

.sns li a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.2rem;
  color: #fff;
}

.sns li:nth-child(1) {
  background-color: #00acee;
}

.sns li:nth-child(2) {
  background-color: #1877f2;
}

.sns li:nth-child(3) {
  background-color: #00B900;
  font-weight: 600;
}

.line_i img {
  margin: 13px;
}

.fab {
  margin-right: 20px;
}

/*############## footer ##############*/
footer {
  margin-top: 120px;
}

.footerBox {
  display: flex;
  justify-content: space-between;
}

.footerContents {
  background-color: #f5ebd7;
  padding: 3% 0;
  margin-top: 30px;
}

.footerContents .logo,
.footerContents address {
  margin-bottom: 10px;
}

.footerContents .contact_btn {
  width: 250px;
  margin-top: 15px;
}

.footerContents .footerInfo {
  width: 40%;
}

.footerContents dl {
  width: 30%;
  margin-left: 3%;
}

.footerContents dl dt {
  font-weight: bold;
  border-bottom: solid 1px #b59358;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.footerContents dl dd {
  padding: 0 0 7px 7px;
}

.footerContents .footerBox>dl dd a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  content: "\f105";
  padding-right: 10px;
  color: #b59358;
}

.footerContents .footerBox>dl dd a:hover {
  color: #b59358;
}

footer #copyright {
  background-color: #603e2f;
}

footer small {
  color: #fff;
  text-align: center;
  display: block;
  padding: 8px 0;
}

/*############## pageTop ##############*/
#pageTop {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 1;
}

#pageTop a:hover {
  opacity: 0.85;
}


/*############## 896px以下 ##############*/
@media screen and (max-width:896px) {
  section {
    margin-bottom: 12%;
  }

  /* main_ttl */
  #main_ttl .ttlBox {
    height: 120px;
  }

  #main_ttl h2 {
    font-size: 2.4rem;
  }

  #main_ttl h2 span {
    font-size: 1.4rem;
  }


  /* header */
  .globalNav {
    display: none;
  }

  .headerBox {
    display: block;
  }

  header .logo {
    float: left;
    transform: translateY(6px);
    width: 240px;
  }

  header .infoBox {
    float: right;
    margin-bottom: 10px;
  }

  .reserve {
    float: none;
    display: block;
    width: 210px;
    height: 20px;
    border-radius: 25px;
    line-height: 20px;
  }

  .infoBox .tel {
    font-size: 2.3rem
  }

  header .contact_btn {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
  }

  /* footer */
  footer .logo {
    width: 240px;
  }

  .footerContents dl:first-of-type {
    display: none;
  }

  .footerContents dl:last-of-type {
    width: 50%;
  }
}

/*############## 560px以下 ##############*/
@media screen and (max-width:560px) {
  #main_ttl {
    margin-bottom: 8%;
  }

  section {
    margin-bottom: 20%;
  }

  .sp_bl {
    display: block;
  }

  .logo {
    float: none !important;
    transform: none !important;
    margin: 0 auto 15px;
  }

  header .infoBox {
    float: none;
    margin-right: 0;
  }

  .reserve {
    margin: 0 auto;
  }

  .telInfo {
    float: none;
    text-align: center;
  }

  /* footer */
  .sns {
    display: block;
  }

  .sns li {
    width: 100%;
    margin-bottom: 10px;
  }

  .footerContents {
    padding: 5% 0;
  }

  .footerBox {
    display: block;
  }

  .footerContents .footerInfo {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }

  footer .contact_btn {
    width: 80%;
    margin: 0 auto;
  }

  .footerContents dl:last-of-type {
    width: 90%;
    margin: 0 auto
  }

  #pageTop {
    width: 60px;
    right: 10px;

  }
}
