@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#50505a;
  margin:0;
  padding:0;
  background:#FFFFFF;
  font-family: 'Noto Serif JP', serif;
/*
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
  text-align:center;
  font-size:100%;
  -webkit-text-size-adjust: none;
  position:relative;
}

a:link,
a:visited,
a:hover,
a:active { color:#50505a;text-decoration:none;}

ul{ list-style:none;}

img {
  padding:0px;
  margin:0px;
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.4s ease-out;
}
a:hover {
  opacity:0.7;
}

.bk_gray{
    background: #514743 !important;
}
/*
html ----------------------------------------------------------*/

/*
font-family: 'Cormorant Garamond', serif;
font-family: 'Glass Antiqua', cursive;
font-family: 'Noto Serif JP', serif;
*/

/* body base
===============================================================*/

.l-inner {
  max-width: 1176px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 32px;
}
.l-wrap {
  padding: 104px 0 232px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 20px;
  }
  .l-wrap {
    padding: 60px 0 150px;
  }
}

.p-header {
  padding: 0 26px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #FFF;
  z-index: 10000;
}
.p-headerWrap {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 104px;
}
.p-header__logo {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  color: #50505a;
}
.p-header__logoName {
/*
  font-family: 'Glass Antiqua', cursive;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
*/
  max-width: 260px;
}
.p-header__logoArea {
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  margin-left: 16px;
  padding-bottom: 2px;
}

.p-header__right {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-header__sns {
}
.p-header__snsList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-header__snsList li {
  max-width: 38px;
}
.p-header__snsList li + li {
  margin-left: 10px;
}
.p-header__tel {
  margin: 0 48px 0 35px;
}
.p-header__telInner {
  
}
.p-header__telTxt {
  font-size: 14px;
  line-height: 1.3;
}
.p-header__telNum {
  font-size: 24px;
  line-height: 1;
}
.p-header__telNum span {
  font-family: 'Glass Antiqua', cursive;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  display: inline-block;
  margin-right: 5px;
}
.p-header__rev {
  width: 193px;
  margin-right: 47px;
}
a.p-header__revBtn {
  display: block;
  background: #937218;
  color: #FFF;
  font-size: 16px;
  line-height: 1.2;
  padding: 8px 0 10px;
  position: relative;
}
a.p-header__revBtn:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-header__time {
  font-size: 16px;
  line-height: 1.3;
}
.p-header__timeInner {
  display: inline-block;
  width: 180px;
}
.p-header__timeList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}
.p-header__timeList dt {
  width: 76px;
}
.p-header__timeList dd {
  width: calc(100% - 76px);
}
.p-header__timeList dt:nth-of-type(n + 2) ,
.p-header__timeList dd:nth-of-type(n + 2) {
  margin-top: 3px;
}

@media screen and (max-width: 1300px) {
  .p-header {
    padding: 0 26px;
  }
  .p-headerWrap {
    height: 104px;
  }
  .p-header__logo {
  }
  .p-header__logoName {
    max-width: 240px;
  }
  .p-header__logoArea {
    font-size: 18px;
    line-height: 1;
    margin-left: 16px;
    padding-bottom: 2px;
  }

  .p-header__right {
  }
  .p-header__snsList li {
    max-width: 30px;
  }
  .p-header__snsList li + li {
    margin-left: 5px;
  }
  .p-header__tel {
    margin: 0 38px 0 25px;
  }
  .p-header__telInner {

  }
  .p-header__telTxt {
    font-size: 12px;
    line-height: 1.3;
  }
  .p-header__telNum {
    font-size: 20px;
    line-height: 1;
  }
  .p-header__telNum span {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2px;
    margin-right: 5px;
  }
  .p-header__rev {
    width: 160px;
    margin-right: 37px;
  }
  a.p-header__revBtn {
    font-size: 16px;
    line-height: 1.2;
    padding: 8px 0 10px;
  }
  a.p-header__revBtn:before {
    left: 20px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  .p-header__time {
    font-size: 14px;
    line-height: 1.3;
  }
  .p-header__timeInner {
    width: 160px;
  }
  .p-header__timeList {
  }
  .p-header__timeList dt {
    width: 66px;
  }
  .p-header__timeList dd {
    width: calc(100% - 66px);
  }
  .p-header__timeList dt:nth-of-type(n + 2) ,
  .p-header__timeList dd:nth-of-type(n + 2) {
    margin-top: 3px;
  }
}
@media screen and (max-width: 1100px) {
  .p-header__sns {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .p-header__tel {
    display: none;
  }
  .p-header__rev {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-header {
    padding: 0 20px;
  }
  .p-headerWrap {
    height: 60px;
  }
  .p-header__logo {
  }
  .p-header__logoName {
    max-width: 140px;
  }
  .p-header__logoArea {
    font-size: 12px;
    line-height: 1;
    margin-left: 10px;
    padding-bottom: 2px;
  }
  .p-header__time {
    font-size: 10px;
    line-height: 1.3;
  }
  .p-header__timeInner {
    width: 110px;
  }
  .p-header__timeList {
  }
  .p-header__timeList dt {
    width: 46px;
  }
  .p-header__timeList dd {
    width: calc(100% - 46px);
  }
  .p-header__timeList dt:nth-of-type(n + 2) ,
  .p-header__timeList dd:nth-of-type(n + 2) {
    margin-top: 3px;
  }
}


.p-footer {
  background: #f1eee6;
  padding: 22px 0 22px 0;
/*
  padding: 152px 0 22px 0;
*/
}
.p-footerWrap {
  max-width: 1176px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 32px;
  text-align: left;
}
.p-footer__title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 23px;
}
.p-footerCompany {
  
}
.p-footerCompany li {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-footerCompany li + li {
  margin-top: 15px;
}
.p-footerCompany__title {
  font-size: 16px;
  line-height: 1.75;
  color: #937218;
  width: 94px;
}
.p-footerCompany__txt {
  font-size: 16px;
  line-height: 1.75;
  width: calc(100% - 94px);
}
.p-footerCopy {
/*
  margin-top: 75px;
*/
}
.p-footerCopy__txt {
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .p-footer {
    padding-bottom: 82px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding: 22px 0 82px 0;
  }
  .p-footerWrap {
    padding: 0 20px;
  }
  .p-footer__title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 23px;
  }
  .p-footerCompany li + li {
    margin-top: 10px;
  }
  .p-footerCompany__title {
    font-size: 14px;
    line-height: 1.75;
    width: 74px;
  }
  .p-footerCompany__txt {
    font-size: 14px;
    line-height: 1.75;
    width: calc(100% - 74px);
  }
  .p-footerCopy {
/*
    margin-top: 75px;
*/
  }
  .p-footerCopy__txt {
    font-size: 10px;
    line-height: 1.5;
  }
}


.p-flowBtnOuter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 500;
}
.p-flowBtn {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.p-flowBtn a {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #FFF;
  width: 50%;
  height: 60px;
  font-size: 14px;
  line-height: 1.3;
}
.p-flowBtn a.is-tel {
  background: #658f70;
}
.p-flowBtn a.is-tel > span > span {
  display: block;
}
.p-flowBtn a.is-tel > span > span.is-tel1 {
  font-size: 12px;
}
.p-flowBtn a.is-tel > span > span.is-tel2 {
  font-size: 16px;
}
.p-flowBtn a.is-web {
  background: #937218;
}
@media screen and (max-width: 960px) {
  .p-flowBtnOuter {
    display: block;
  }
}