@charset "UTF-8";
/* CSS Document */
/*===================================================
	共通CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	共通設定
///////////////////////////////////////////////////////////*/
/* --------------------------------------------------
	base
-------------------------------------------------- */
* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  color: #101211;
  font-size: 16px;
  background: #ffffff;
  transition: 2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

.txt {
  line-height: 2.5;
  letter-spacing: 0.1em;
}

/*リンク */
a {
  color: #101211;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* 画像幅 */
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* clearfix */
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.spBreak {
  display: none;
}

@media (min-width: 1025px) {
  a {
    transition: 0.6s;
  }

  a:hover {
    opacity: 0.6;
  }
}
@keyframes spinZ {
  0% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes border_anim_w {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border_anim_h {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/* --------------------------------------------------
	header
-------------------------------------------------- */
@media (min-width: 1025px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: 0.6s;
  }
  .header .headWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    padding: 30px 0 30px 10px;
  }
  .header .logoBox {
    width: 150px;
  }
  .header .logoBox .logo a {
    display: block;
  }
  .header .logoBox .logo02 {
    display: none;
  }
.header .navBox {
    width: calc(100% - 200px);
    max-width: 1270px;
}
  .header .humberger {
    display: none;
  }
  .header.fixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.4);
  }
  .header.fixed .logoBox .logo01 {
    display: none;
  }
  .header.fixed .logoBox .logo02 {
    display: block;
  }
  .header.fixed .navBox .navList .ul a {
    color: #101211;
  }
  .header.fixed .navBox .navItem {
    background: rgba(255, 255, 255, 0.8);
  }
  .header.fixed .navBox .navItem .ul .li + .li {
    border-left: 1px solid #101211;
  }
  .header.fixed .navBox .navItem .ul a {
    color: #101211;
  }
}
/* --------------------------------------------------
	nav
-------------------------------------------------- */
@media (min-width: 1025px) {
  .navBox {
    padding: 0 350px 0 0;
    text-align: center;
    font-size: 12px;
  }
  .navBox .navList .ul {
    display: flex;
    justify-content: space-between;
  }
  .navBox .navList .ul .li {
    width: 16.6666666667%;
  }
  .navBox .navList .ul a {
    display: inline-block;
    color: #ffffff;
  }
  .navBox .navList .ul .span {
    font-size: 12px;
  }
  .navBox .navItem {
    position: absolute;
    top: 20px;
    right: 0;
    width: 350px;
    padding: 15px 0 5px;
    background: rgba(255, 255, 255, 0.2);
  }
  .navBox .navItem .ul {
    display: flex;
  }
  .navBox .navItem .ul .li {
    width: 50%;
  }
  .navBox .navItem .ul .li + .li {
    border-left: 1px solid #ffffff;
  }
  .navBox .navItem .ul a {
    display: block;
    color: #ffffff;
  }
  .navBox .navItem .ul .span {
    font-size: 12px;
  }
}
/* --------------------------------------------------
	main
-------------------------------------------------- */
.main {
  overflow: hidden;
}

.pageKv {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 600px;
  margin: 0 0 150px;
  padding: 0 10px 60px;
}
.pageKv .kvTtl {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}
.pageKv .kvTtl h1 {
  margin: 10px 0 0;
  font-size: 22px;
  letter-spacing: 0.1em;
  text-indent: -3em;
}

.secWrap {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 10px;
}

.secWrap01 {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
.secgree{
    max-width: 1015px;
    margin: 0 auto;
    padding: 0 10px;
}
.secinfor{
    max-width: 950px;
    margin: 0 auto;
    padding: 0 10px;
}
.secWrap02 {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}

.secTtlBox {
  margin: 0 0 40px;
}
.secTtlBox .secTtl {
  position: relative;
  padding: 0 0 10px;
  text-align: center;
}
.secTtlBox .secTtl:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  margin: 0 auto;
  background: #101211;
}
.secTtlBox .secTtl h2 {
  font-size: 15px;
}
.secTtlBox .secTtl p {
  font-size: 34px;
  letter-spacing: 0.1em;
}

.btnMore {
  width: 240px;
}
.btnMore a {
  position: relative;
  display: block;
  padding: 1px;
  text-align: center;
  border: 1px solid #496a53;
  background: #ffffff;
}
.btnMore a div {
  padding: 7px 10px;
}
.btnMore a div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #04101a;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.btnMore a div p {
  position: relative;
  z-index: 1;
}
.btnMore a:hover {
  opacity: 1;
  color: #ffffff;
}
.btnMore a:hover div::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.mapBox {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 50%;
}
/*.mapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}*/
.mapBox iframe {
    position: absolute;
    top: 0;
    left: -40px;
    width: 100% !important;
    height: 100% !important;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer .footContact {
  padding: 60px 0;
  background: #d8e3dc;
}
.footer .footContact .telBox {
  display: flex;
  margin: 0 0 40px;
  padding: 0 0 15px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #c9c7c2;
}
.footer .footContact .telBox > * {
  width: 50%;
}
.footer .footContact .telBox .tel {
  text-align: center;
}
.footer .footContact .telBox .tel a {
  display: inline-block;
}
.footer .footContact .ul {
  display: flex;
  justify-content: space-between;
  max-width: 840px;
  margin: 0 auto;
}
.footer .footContact .ul .li {
  width: 48%;
}
.footer .footContact .ul a {
  display: block;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
.footer .footContact .ul a p {
  display: inline-block;
  padding: 0 0 0 30px;
}
.footer .footContact .ul .reserve a {
  background: #bdb8ad;
}
.footer .footContact .ul .reserve a p {
  background: url(https://yamada-biyoushitsu.jp/system_panel/uploads/images/footer_icon_tel.png) left center no-repeat;
}
.footer .footContact .ul .contact a {
  color: #edf1ee;
  background: #496a53;
}
.footer .footContact .ul .contact a p {
  background: url(https://yamada-biyoushitsu.jp/system_panel/uploads/images/footer_icon_mail.png) left center no-repeat;
}
.footer .pagetopPanel {
  text-align: center;
  background: #1d221e;
}
.footer .pagetopPanel .pagetop {
  display: inline-block;
  padding: 20px 10px;
  color: #f1f4f2;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.footer .footPanel {
  padding: 90px 0 10px;
  color: #ffffff;
  text-align: center;
  background: #31503a;
}
.footer .footPanel .topBox {
  margin: 0 0 60px;
}
.footer .footPanel .logo {
  width: 240px;
  margin: 0 auto 20px;
}
.footer .footPanel .txt {
  margin: 0 0 30px;
}
.footer .footPanel .sns .icon {
  display: inline-block;
  width: 35px;
}
.footer .footPanel .sns .icon + .icon {
  margin: 0 0 0 20px;
}
.footer .footPanel .sns a {
  display: inline-block;
}
.footer .footPanel .footNav {
  margin: 0 0 100px;
}
.footer .footPanel .footNav .ul {
  display: flex;
  justify-content: space-between;
}
.footer .footPanel .footNav .ul .li {
  width: calc(14.2857142857% - 50px);
}
.footer .footPanel .footNav .ul a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
}
.footer .footPanel .footNav .ul .span {
  font-size: 12px;
}

/* --------------------------------------------------
	fadeAnimation
-------------------------------------------------- */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値では非表示 */
  -webkit-transition: opacity 0.8s ease;
  /* アニメーション時間は 0.8秒 */
  -ms-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

/*body要素に.fadeoutセレクタがある場合には、レイヤーが表示されるようにopacityを１に設定します。*/
body.fadeout::after {
  opacity: 1;
}

/*お好みで、.fadeoutセレクタ以下の他の要素にもアニメーション用のCSSを定義します*/
/*DEMOではページ遷移時にarticle要素のスケールもアニメーションさせています*/
body.fadeout article {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media (min-width: 1400px) {
  .navBox {
    font-size: 16px;
  }
}

.shopBtn{
  position: fixed;
  bottom: 54px;
  right: 18px;
  z-index: 99;
}
.shopBtn::before{
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 100%;
    height: 100%;
    background: #668E68;;
    z-index: -1;
    transition: all .3s;
}
.shopBtn_link{
    border: 1px solid #fff;
    position: static;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
}
.shopBtn_mainText{
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    font-family: "Cinzel", serif;
    font-style: normal;
    font-weight: 700;
}
.shopBtn_subText{
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 5px 0 0;
    font-weight: 400;
    line-height: 1.5;
}
@media (max-width: 767px) {
  .shopBtn_link{
    padding: 16px;
  }
  .shopBtn_mainText{
    font-size: 16px;
  }
  .shopBtn_subText{
    font-size: 14px;
  }
}