@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}
html {
  font-size: 62.5%;
}
body, table, input, textarea, select, option {
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-family: "A1 Mincho", "A1明朝", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a, a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: #24130d;
  /*font-size: 1.5rem;*/
  font-size: 1.5rem;
  line-height: 1.85;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  /*  background-color: #E5DDD0;
    background-color: #eee8de;  */
  background-color: #f9f8f4;
}
#container {
  position: relative;
  text-align: left;
}
#main {
  overflow: hidden;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.2rem;
  }
  a:hover, a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  width: calc(100% - 80px);
  position: absolute;
  top: 40px;
  left: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#gHeader h1, #gHeader p#logomark {
  width: 26.9%;
}
#gNavi {
  margin-top: 3px;
  width: calc(79% - 420px);
  text-align: right;
}
#gNavi li {
  margin-left: 15px;
  display: inline-block;
}
#gNavi li:first-child {
  margin-left: 0;
}
#gNavi li a {
  color: #fff;
  font-weight: 100;
  letter-spacing: 1.8px;
}
#gHeader .hUl {
  width: 282px;
  display: flex;
  border: 1px solid #fff;
  position: relative;
}
#gHeader .hUl li:first-child {
  width: 184px;
}
#gHeader .hUl li:last-child {
  width: calc(100% - 184px);
}
#gHeader .hUl li a {
  padding: 1px 5px 2px 8px;
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 1.55rem;
  letter-spacing: 1.5px;
  box-sizing: border-box;
}
#gHeader .hUl a span {
  padding-left: 21px;
}
#gHeader .hUl .tel {
  padding-top: 0;
  font-size: 1.7rem;
  letter-spacing: 3.4px;
  border-right: 1px solid #fff;
}
#gHeader .hUl .access {
  padding: 2px 0 2px 10px;
  font-size: 1.4rem;
  letter-spacing: 2.4px;
}
#gHeader .hUl .tel span {
  background: url("../../img/common/tel_icon.png") no-repeat left 2px top 6px;
}
#gHeader .hLink .tel span {
  background: url("../../img/common/tel_icon.png") no-repeat left center;
}
#gHeader .hUl .access span {
  padding-left: 17px;
  background: url("../../img/common/access_icon.png") no-repeat left top 3px;
}
#gHeader .hLink .letter span {
  background: url("../../img/common/letter_icon.png") no-repeat left center / 15px;
}
.menu {
  margin: 9px 3px 0 0;
  height: 27px;
  width: 35px;
  position: absolute;
  top: 7px;
  left: 20px;
  z-index: 100;
}
.menu span {
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transition: all .35s ease;
  cursor: pointer;
}
.menu span:nth-of-type(2) {
  top: 13px;
  width: 25px;
}
.menu span:nth-of-type(3) {
  top: 25px;
  width: 15px;
}
.menu.active .top {
  transform: translateY(7px) rotate(-45deg);
  width: 30px;
  height: 1px;
}
.menu.active .middle {
  opacity: 0;
}
.menu.active .bottom {
  transform: translateY(-18px) rotate(45deg);
  width: 30px;
  left: 0;
  height: 1px;
}
@media all and (min-width: 897px) {
  #gNavi {
    display: block !important;
  }
  #gNavi li a:hover {
    opacity: 0.7;
  }
  #gHeader .hUl li a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 1512px) {
  #gHeader {
    width: calc(100% - 50px);
    left: 25px;
  }
  #gHeader h1, #gHeader p#logomark {
    width: 19%;
  }
  #gNavi {
    margin-top: 0;
    width: calc(79% - 210px);
  }
  #gNavi li {
    margin: 0 4px;
  }
  #gNavi li a {
    letter-spacing: 1.4px;
    font-size: 1vw;
  }
  #gHeader .hUl {
    width: 200px;
  }
  #gHeader .hUl li:first-child {
    width: 56%;
  }
  #gHeader .hUl li:last-child {
    width: 34%;
  }
  #gHeader .hUl .tel {
    padding-top: 1px;
    font-size: 1vw;
    letter-spacing: 0.4px;
  }
  #gHeader .hUl .access {
    padding: 2px 0 2px 5px;
    font-size: 1vw;
    letter-spacing: -3px;
  }
  #gHeader .hUl a span {
    padding-left: 17px;
  }
  #gHeader .hUl .tel span {
    background-size: 11%;
    background-position: center left;
  }
  #gHeader .hUl .access span {
    padding-left: 10px;
    background-size: 16%;
    background-position: center left;
  }
}
@media all and (min-width: 897px) and (max-width: 1075px) {
  #gNavi .naviUl {
    height: 20px;
    line-height: 1;
  }
  #gHeader .hUl {
    height: 20px;
    line-height: 1.8;
  }
}
@media all and (max-width: 896px) {
  #gHeader {
    width: 100%;
    top: 3px;
    left: auto;
  }
  #gHeader h1, #gHeader p#logomark {
    padding-bottom: 18px;
    width: 172px;
    position: relative;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
  }
  #gNavi {
    margin-top: 0;
    padding: 42px 27px 33px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  #gNavi.on {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #gNavi li {
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  #gNavi li.on {
    opacity: 1;
  }
  #gNavi .naviUl {
    margin: 0 0 23px;
    padding-bottom: 24px;
    width: auto;
    text-align: right;
    border-bottom: 1px solid #DADADA;
  }
  #gNavi .naviUl li {
    margin: 0 0 25px;
    display: block;
    width: 100%;
    text-align: left;
  }
  #gNavi .naviUl li:last-child {
    margin-bottom: 0;
  }
  #gNavi .naviUl li a {
    padding-right: 18px;
    width: 100%;
    display: block;
    color: #C2B698;
    font-size: 1.65rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 1.7px;
    background: url("../../img/common/arrow_icon05.png") no-repeat right center / 18px;
    box-sizing: border-box;
  }
  #gHeader .hLink {
    margin: -23px auto 0;
    width: auto;
    height: auto;
    display: block;
    border: none;
  }
  #gHeader .hLink li {
    margin: 23px 0 0;
    width: 100%;
    background: #362E2B;
  }
  #gHeader .hUl {
    margin: 16px 20px 0 0;
    width: 73px;
    text-align: center;
  }
  #gHeader.on {
    background-color: #302E2F;
  }
  #gHeader.on .hUl {
    display: none;
  }
  #gHeader .hUl li:first-child {
    width: 50%;
  }
  #gHeader .hUl li:last-child {
    width: 50%;
  }
  #gHeader .hUl a {
    letter-spacing: 0;
  }
  #gHeader .hUl .tel {
    padding: 13px 0 4px;
    font-size: 0.8rem;
  }
  #gHeader .hUl .access {
    padding: 13px 0 4px;
    font-size: 0.9rem;
    letter-spacing: 0;
  }
  #gHeader .hUl .tel span {
    background: url("../../img/common/tel_icon.png") no-repeat top 3px center / 10px;
  }
  #gHeader .hUl .access span {
    padding-left: 0;
    /*        background: url("../../img/common/access_icon.png") no-repeat top 4px center / 8px;*/
    background-size: 8px;
    background-position: top 4px center;
  }
  #gHeader .hUl a span {
    padding: 13px 0 0;
  }
  #gHeader .hLink li a {
    padding: 15px 15px 16px;
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.7rem;
    letter-spacing: 1.5px;
    text-align: center;
    box-sizing: border-box;
  }
  #gHeader .hLink a span {
    padding-left: 21px;
  }
}
@media all and (max-width: 374px) {
  #gHeader h1, gHeader p#logomark {
    width: 138px;
  }
  #gNavi .naviUl li a {
    letter-spacing: -0.5px;
  }
  #gHeader .hUl {
    margin-right: 10px;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding-bottom: 53px;
}
#gFooter .fBox {
  margin-bottom: 35px;
  padding-top: 65px;
  border-top: 1px solid #E4E4E4;
}
#gFooter .fBox .comBox {
  width: calc(100% - 45px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#gFooter .fNavi {
  margin-top: -7px;
  width: calc(100% - 227px);
  display: flex;
}
#gFooter .fNavi > li {
  width: calc(100%/4);
}
#gFooter .fNavi > li a {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1.2px;
}
#gFooter .fNavi > li ul li {
  margin-bottom: 19px;
}
#gFooter .fNavi li .list {
  margin-top: 4px;
}
#gFooter .fNavi li .list li {
  margin-bottom: 0;
}
#gFooter .fNavi li .list a {
  color: #5b5852;
  font-weight: 100;
  font-size: 1.4rem;
  letter-spacing: 1.1px;
}
#gFooter address {
  font-size: 1.5rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 3.1px;
  text-align: center;
}
@media all and (min-width: 897px) {
  #gFooter .fNavi > li a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 1014px) {
  #gFooter .fNavi > li:first-child {
    width: 20%;
  }
  #gFooter .fNavi li .list a {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 896px) {
  #gFooter {
    padding-bottom: 100px;
  }
  #gFooter .fNavi {
    display: none;
  }
  #gFooter .fBox {
    margin-bottom: 28px;
    padding-top: 0;
    border-top: none;
  }
  #gFooter .fBox .comBox {
    display: block;
  }
  #gFooter .fBox .fLogo {
    margin: 0 auto;
    width: 50%;
    text-align: center;
  }
  #gFooter address {
    font-size: 1.4rem;
    letter-spacing: 1.2px;
  }
}
@media all and (max-width: 374px) {
  #gFooter address {
    font-size: 1rem;
  }
}
/*------------------------------------------------------------
	スクロール
------------------------------------------------------------*/
.tscl {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.tscl::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}
.tscl::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*------------------------------------------------------------
	● アイコンリスト用
------------------------------------------------------------*/
#localnav {
  padding: 60px 0;
  background: #fff;
}
@media all and (max-width: 896px) {
  #localnav {
    padding: 30px 0;
  }
}
ul.iconLinkList {
  /*	オンマウスアニメーションは　.movingLine　のクラスでコントロール　*/
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  ul.iconLinkList {
    flex-wrap: wrap;
  }
}
ul.iconLinkList li {
  text-align: center;
  width: calc(100% / 6 - 12px);
}
@media all and (max-width: 896px) {
  ul.iconLinkList li {
    width: calc(100% / 3 - 0px);
  }
}
ul.iconLinkList li img {
  display: block;
  margin: 0 auto;
}
ul.iconLinkList li span {
  display: block;
  margin-top: 10px;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  ul.iconLinkList li span {
    font-size: 1rem;
  }
}
/*------------------------------------------------------------
	● ボタン用　罫線の動きあり
		基本形：　<div class="btn btnLine"><a href="#"><span class="text">ボタン</span></a></div>
------------------------------------------------------------*/
.btn.btnLine {
  max-width: 400px;
  display: block;
  margin: 30px 0 0 0;
  font-size: 1.5rem;
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.btn.btnLine.btnLine02 {
  margin: 0 0 60px 0;
}
@media all and (max-width: 896px) {
  .btn.btnLine {
    width: auto;
    margin: 0;
  }
  .btn.btnLine.btnLine02 {
    margin: 0 0 30px 0;
  }
}
.btn.btnLine a {
  padding: 10px 10px 10px 0;
  display: block;
  position: relative;
  border-bottom: 1px solid black;
}
.btn.btnLine a .text {
  line-height: 48px;
}
.btn.btnLine a .text:before {
  content: "・";
  font-size: 3rem;
  color: #828282;
  line-height: 48px;
  vertical-align: bottom;
}
.btn.btnLine a .text:after {
  content: "→";
  position: absolute;
  right: 3%;
  font-size: 2rem;
}
.btn.btnLine a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid black;
  background-color: #000;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.btn.btnLine a:hover:before {
  width: 100%;
}
/*------------------------------------------------------------
	● ボタン用　罫線の動き
		基本形：
		<div class="btn btnBg"><a href="#"><span class="Btn-Text"><span class="text">ボタン</span></span></a></div>
------------------------------------------------------------*/
.btn.btnBg {
  width: 100%;
  display: block;
  margin: 30px 0 0 0;
}
@media all and (max-width: 896px) {
  .btn.btnBg {
    width: auto;
    margin: 30px 0;
  }
}
.btn.btnBg a {
  text-decoration: none;
  position: relative;
  border: 1px solid #000;
  width: auto;
  height: 68px;
  line-height: 68px;
  display: flex;
  background: #fff;
  font-size: 1.5rem;
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
}
.btn.btnBg a .text {
  padding-left: 3%;
  line-height: 68px;
}
.btn.btnBg a .text:before {
  content: "・";
  font-size: 3rem;
  color: #828282;
  line-height: 68px;
  vertical-align: bottom;
}
.btn.btnBg a .text:after {
  content: "→";
  position: absolute;
  right: 3%;
  font-size: 2rem;
}
.btn.btnBg a .Btn-Text {
  width: 100%;
  height: 100%;
  color: #000;
  z-index: 10;
}
.btn.btnBg a .Btn-Text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #e9e3d9;
  z-index: -1;
  transition: .2s;
}
.btn.btnBg a .Btn-Text:hover {
  color: #000;
}
.btn.btnBg a .Btn-Text:hover:before {
  width: 100%;
}
/*------------------------------------------------------------
	● .btn以外用
		一つ外側のdivに　.movingLine 追加で罫線の動くだけのクラス
		例： <ul class="movingLine">
          <li><a href="#">ボタン</a></li>
          <li><a href="#">ボタン</a></li>
        </ul>
------------------------------------------------------------*/
.movingLine a {
  display: block;
  padding: 20px 0;
  border-radius: 5px;
  position: relative;
}
@media all and (max-width: 896px) {
  .movingLine a {
    padding: 10px;
  }
}
.movingLine a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.movingLine a:hover:before {
  width: 100%;
}
.head-ttl {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 7px 0 0 0;
  color: #e7e7e7;
}
@media all and (max-width: 897px) {
  .head-ttl {
    font-size: 1.0rem;
  }
}
@media (max-width: 896px) {
  #gHeader h1 {
    padding-bottom: 18px;
    width: 230px;
    position: relative;
    top: 13px;
    left: 45%;
    transform: translateX(-50%);
  }
}
.fLogo {
  text-align: center;
}
a.twitter img {
  width: 50px;
  margin: 20px auto 0 auto;
  text-align: center;
}
a.twitter {
  position: static;
}
@media all and (max-width: 599px) {
  a.twitter {}
}
#footerFloatingMenu {
  display: none;
}
@media all and (max-width: 767px) {
  #footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 50;
    text-align: center;
    padding: 0 auto;
    font-size: 11px;
  }
  #footerFloatingMenu img {
    max-width: 99%;
  }
  .float__box {
    position: relative;
    z-index: 200;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #023432;
  }
  .float__box div {
    width: 50%;
    text-align: center;
  }
  .float__box div:first-of-type {
    border-right: 1px solid #fff;
  }
  .float__box div a {
    padding: 15px 0;
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    font-size: 14px;
    text-decoration: none;
  }
  .fl-copy {
    font-size: 11px;
  }
  .fl-tel {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 400;
  }
}