@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500&family=Noto+Serif+JP:wght@500&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
section, nav, article, aside, hgroup,
header, footer, figure, figcaption, details {
  display: block;
  margin: 0;
}

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

*:focus {
  outline: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  padding: 0;
  margin: 0;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
  font-weight: normal;
}

main {
  display: block;
}

p,
blockquote,
dl,
dd,
figure {
  margin: 0;
}

iframe {
  max-width: 100%;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol,
ul {
  padding: 0;
  margin: 0;
}
ol li,
ul li {
  list-style: none;
  margin: 0;
}

li img {
  vertical-align: bottom;
}

a, a:link, a:visited {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a:focus {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code, samp, kbd {
  font-family: monospace, sans-serif;
}

mark {
  color: black;
  background-color: yellow;
}

sub, sup {
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

br {
  letter-spacing: 0 !important;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding: 0;
  text-align: left;
}

th, td {
  text-align: left;
  padding: 0;
}

th {
  font-weight: normal;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input, button, select, textarea {
  font-size: 1em;
  color: inherit;
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳＰゴシック", "MS P Gothic", sans-serif;
}

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  vertical-align: middle;
  margin-right: 5px;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

select {
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

address {
  font-style: normal;
}

i {
  font-style: normal;
}

@media screen and (max-width: 767px) {
  * {
    max-height: 999999px;
  }
  body {
    background: none;
    -webkit-text-size-adjust: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a img {
    line-height: 100%;
    vertical-align: middle;
  }
  input, button, select, textarea {
    max-width: 100%;
  }
}
.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.blc_ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.6rem;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #876824;
}
@media screen and (max-width: 767px) {
  .blc_ttl {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
.blc_ttl span {
  font-style: "Cinzel", serif;
}

.link_wrap {
  text-align: center;
  margin: 70px 0 100px;
}
@media screen and (max-width: 767px) {
  .link_wrap {
    margin: 60px 0;
  }
}
.link_wrap .link_btn a {
  width: 300px;
}

.inner {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidePad {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .sidePad {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sideMar {
  margin-left: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .sideMar {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.tbMar {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .tbMar {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.tbPad {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .tbPad {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.tbPad10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .tbPad10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.nowrap {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .brwrap {
    display: block;
  }
}
.list_disc1 {
  margin-left: 1em;
}
.list_disc1 > li {
  list-style: disc;
}
.list_disc1 > li + li {
  margin-top: 0.5em;
}

.list_num {
  counter-reset: count-number;
}
.list_num > li {
  position: relative;
  padding-left: 1.5em;
}
.list_num > li:before {
  counter-increment: count-number;
  content: counter(count-number) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.list_num > li:not(:last-child) {
  margin-bottom: 1.5em;
}

.asterisk > li {
  position: relative;
  padding-left: 1.5em;
}
.asterisk > li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.asterisk > li + li {
  margin-top: 0.5em;
}

.pageTop {
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 1%;
  bottom: 1%;
  background: #876824;
  opacity: 0.8;
  border-radius: 50%;
  overflow: hidden;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 1px #fff;
}
.pageTop a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  color: #fff;
  padding: 30px 0 0;
  text-align: center;
}
.pageTop a:before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  margin-left: -6px;
  position: absolute;
  top: 13px;
  left: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pageTop:hover {
  bottom: 2%;
  opacity: 1;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳＰゴシック", "MS P Gothic", sans-serif;
  line-height: 1.6;
  font-size: 1.6rem;
  color: #545454;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1300px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

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

a,
a:link,
a:visited {
  color: #545454;
  text-decoration: none;
  word-break: break-all;
}
a:hover,
a:link:hover,
a:visited:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #b58932;
}

@media print, screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    color: #545454;
    text-decoration: none !important;
  }
}
.ttl_h2 {
  padding: 6rem 0;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .ttl_h2 {
    font-size: 2.3rem;
    padding: 3rem 0;
  }
}
.ttl_h2 span {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 1.4rem;
  color: #876824;
  letter-spacing: 5px;
  font-weight: normal;
}

.ico_tel {
  width: 25px;
  height: 35px;
  position: absolute;
  left: 3rem;
}

@media screen and (max-width: 767px) {
  #header {
    height: 70px;
  }
}
#header #headerTopMenu {
  display: none;
}
@media screen and (max-width: 767px) {
  #header #headerTopMenu {
    top: 0;
    right: 0;
    left: 0;
    height: 70px;
    position: absolute;
    background-color: #faf9f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
  }
}
#header #menuList {
  width: 100%;
  z-index: 10;
  background-color: #faf9f0;
}
#header #menuList .flex_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  #header #menuList .flex_wrap {
    padding: 0 10px;
  }
}
#header #menuList .flex_wrap li {
  width: 100%;
}
#header #menuList .flex_wrap li a {
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  padding: 2rem 0 3rem 0;
}
#header #menuList .flex_wrap li a p {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-right: 1px #d0d0d0 solid;
  position: relative;
  transition: 0.3s all;
}
#header #menuList .flex_wrap li a p:after {
  content: "";
  display: inline-block;
  border-top: solid 2px #876824;
  border-right: solid 2px #876824;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-radius: 2px;
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#header #menuList .flex_wrap li a span {
  font-weight: 500;
  line-height: 1;
  display: block;
  font-family: "Cinzel", serif;
  font-size: 1rem;
  color: #876824;
  letter-spacing: 3px;
}
#header #menuList .flex_wrap li a:hover {
  opacity: 1;
}
#header #menuList .flex_wrap li a:hover:not(:first-child) {
  background-color: #fff;
  color: #545454;
}
#header #menuList .flex_wrap li a:hover p:after {
  top: 5.5rem;
}
#header #menuList .flex_wrap h1 a {
  display: block;
  width: 250px;
  margin-right: 6rem;
  height: 50px;
  background: url(../images/common/logo_gold.png) no-repeat left center;
  background-size: contain;
  text-indent: -9999px;
}
#header #menuList .flex_wrap .contact_btn a span,
#header #menuList .flex_wrap .tel_btn a span {
  font-size: 1.3rem;
}

.link_wrap {
  text-align: center;
  margin: 70px 0 100px;
}
@media screen and (max-width: 767px) {
  .link_wrap {
    margin: 60px 0;
  }
}

.link_btn a {
  width: 250px;
  border: 1px #876824 solid;
  padding: 1.3rem 3rem 1.3rem 2rem;
  display: inline-block;
  color: #876824;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  font-size: 2rem;
}
.link_btn a:hover {
  color: #fff;
  background-color: #876824;
}
@media screen and (max-width: 767px) {
  .link_btn a {
    width: 200px;
    padding: 1rem 3rem 1rem 2rem;
    font-size: 1.6rem;
  }
}

.arrow a {
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.arrow a:after {
  content: "";
  display: block;
  position: absolute;
  right: 3rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-top: solid 2px #876824;
  border-right: solid 2px #876824;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.arrow a:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  right: 2rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#top_conatct,
.foot_contact {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #top_conatct,
  .foot_contact {
    display: block;
  }
}
#top_conatct a,
.foot_contact a {
  text-align: center;
  margin: 0 auto;
  width: 300px;
  padding: 1.5rem 0;
  font-family: "Cinzel", serif;
  font-size: 2.3rem;
  letter-spacing: 6px;
  display: block;
  line-height: 1.5;
}
#top_conatct a span,
.foot_contact a span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳＰゴシック", "MS P Gothic", sans-serif;
  font-size: 1.4rem;
  display: block;
  letter-spacing: 0;
  line-height: 1;
}

.tel_btn a::before {
  content: "";
  background: url(../images/common/ico_tel_br.svg) no-repeat;
  display: inline-block;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: relative;
  top: 4px;
}

.contact_btn a {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.contact_btn a::before {
  content: "";
  background: url(../images/common/ico_mail_br.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: 9px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.contact_btn a:hover::before {
  background: url(../images/common/ico_mail_br.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#top_conatct a {
  color: #fff;
  border: 1px solid #fff;
}

.foot_contact a {
  color: #876824;
  border: 1px solid #876824;
}
.foot_contact a:hover {
  color: #fff;
  background-color: #876824;
  opacity: 1;
}
.foot_contact .contact_btn a::before {
  background: url(../images/common/ico_mail_br.svg) no-repeat;
  background-size: contain;
}
.foot_contact .contact_btn a:hover::before {
  background: url(../images/common/ico_mail.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.foot_contact .tel_btn a::before {
  background: url(../images/common/ico_tel_br.svg) no-repeat;
  background-size: contain;
}

.youtube,
.instagram {
  position: relative;
}
.youtube svg,
.instagram svg {
  height: 28px;
  width: 28px;
  position: absolute;
  left: 2rem;
  top: 1rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.youtube svg:hover,
.instagram svg:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}

@media screen and (max-width: 767px) {
  .hd_top {
    display: none;
  }
}
.hd_top .contact_btn a:hover::before {
  background: url(../images/common/ico_mail.svg) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .hours {
    display: none;
  }
}

/*
#concept{
  position: relative;
  z-index: 10;
  h2{
    text-align: center;
    position: relative;
    margin-bottom: 6rem;
    @include MQmax{
      margin: 4rem 0;
      padding: 0 15px 2rem;
      line-height: 1.6;
      font-size: 2rem;
    }
    .transform{transform: rotate(180deg);}
    .underline{background: linear-gradient(transparent 70% , yellow 70%);}

    &::before,
    &::after{
      content:"";
      background: url(../img/ttl-frame01.png)no-repeat;
      background-size: contain;
      display: inline-block;
      width:118px;
      height:32px;
      margin:0 2rem;
      position: absolute;
      top:2rem;
      @include MQmax{
        display: none;
        width: 60px;
        top: auto;
        bottom: 0;
        margin:0 1rem;
      }
    }
    &::before{left:7rem; transform: scaleX(-1);}
    &::after{right:7rem;}

    @include MQmax{
      &::before{top:auto; left:11rem;}
      &::after{right:11rem; bottom:-2rem;}
    }
  }//h2
}*/
.page_title .jp {
  font-size: 1.4rem;
  float: left;
}
@media screen and (max-width: 767px) {
  .page_title .jp {
    line-height: 1.8rem;
    padding-bottom: 5px;
    background: url(../images/common/line-bg.png) repeat-x bottom center;
  }
}

.page-body {
  position: relative;
}
.page-body .inner {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 300px;
}
@media print, screen and (min-width: 768px) {
  .page-body .inner {
    margin-top: -150px;
  }
}
@media screen and (max-width: 767px) {
  .page-body .inner {
    padding: 20px 10px 20px 10px;
  }
}

.breadcrumb {
  background-color: #faf9f0;
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .breadcrumb {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0 10px;
  }
  .breadcrumb ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 500px) {
  .breadcrumb {
    font-size: 1.2rem;
  }
}
.breadcrumb > div {
  height: 87px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .breadcrumb > div {
    height: auto;
    padding: 1rem 0;
  }
}
.breadcrumb h2 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb h2 {
    font-size: 1.6rem;
  }
}
.breadcrumb span {
  margin-left: 10px;
}
.breadcrumb li {
  display: table-cell;
}
.breadcrumb li a {
  padding: 15px 10px;
  position: relative;
}
.breadcrumb li a:last-of-type {
  margin-right: 10px;
}
.breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 8px;
  height: 8px;
  margin: auto;
  vertical-align: middle;
  border-top: 1px solid #545454;
  border-right: 1px solid #545454;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.breadcrumb li:last-child a {
  margin-right: 0;
}
.breadcrumb li:last-child a:after {
  display: none;
}

#footer {
  position: relative;
  background-color: #faf9f0;
}
@media screen and (max-width: 767px) {
  #footer {
    margin-bottom: 15%;
  }
}
@media screen and (max-width: 1200px) {
  #footer .blc_footer {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #footer .blc_footer {
    display: none;
  }
}
#footer .blc_footer .footer_li {
  padding: 7rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #footer .blc_footer .footer_li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#footer .blc_footer .footer_li:first-child {
  border-bottom: 1px solid #876824;
}
@media screen and (max-width: 767px) {
  #footer .blc_footer .footer_li .foot-list {
    width: 100%;
  }
}
#footer .blc_footer .footer_li .foot-list dt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 3px;
  margin-bottom: 0.8rem;
}
#footer .blc_footer .footer_li .foot-list dt span {
  font-family: "Cinzel", serif;
  font-size: 1.4rem;
  color: #876824;
  display: block;
  letter-spacing: 3px;
  line-height: 1;
  font-weight: 500;
}
#footer .blc_footer .footer_li .foot-list li {
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
#footer .blc_footer .footer_li .foot-list .foot_logo_inner img {
  width: 212px;
}
#footer .blc_footer .left_blc {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#footer .blc_footer .left_blc .foot-list {
  width: 20%;
}
#footer .blc_footer .sns_address {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #footer .blc_footer .sns_address {
    display: block;
  }
}
#footer .blc_footer .foot_logo {
  width: 630px;
}
@media screen and (max-width: 767px) {
  #footer .blc_footer .foot_logo {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#footer .blc_footer .foot_logo h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  font-size: 2.7rem;
  letter-spacing: 6px;
}
#footer .blc_footer .foot_logo .sns_li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
}
#footer .blc_footer .foot_logo .sns_li li {
  width: 70px;
}
#footer #pagetop {
  display: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  #footer #pagetop {
    bottom: 20px;
  }
}
#footer #pagetop a {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 60px;
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 800;
  display: block;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #footer #pagetop a {
    width: 42px;
    bottom: 19vw;
  }
}
#footer #pagetop a img {
  -webkit-box-shadow: 0 0 6px #fff;
          box-shadow: 0 0 6px #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  #footer #pagetop a img {
    width: 100%;
    height: 100%;
  }
}
#footer .copy {
  font-size: 1.4rem;
  text-align: right;
  padding: 15px 0;
  color: #FFF;
  background-color: #876824;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer .copy {
    font-size: 1.3rem;
  }
}
#footer .copy a,
#footer .copy a:link,
#footer .copy a:visited {
  color: #fff;
}

.spbnr_fixed {
  display: none;
}

@media screen and (max-width: 767px) {
  .spbnr_fixed {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 999;
    bottom: -6px;
  }
  .spbnr_fixed a {
    background: url(../images/common/bg.gif);
    color: #FFF;
    font-size: 2rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    display: block;
    text-align: center;
    padding: 1rem;
    line-height: 1.2;
  }
  .spbnr_fixed a:hover {
    color: #FFF;
  }
  .spbnr_fixed ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .spbnr_fixed ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .tel_bnr a {
    border-right: 1px solid #fff;
  }
  .tel_bnr a::before {
    content: "";
    background: url(../images/common/ico_fixed_tel_wh.svg) no-repeat;
    background-size: contain;
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    margin: auto;
  }
  .contact_bnr a::before {
    content: "";
    background: url(../images/common/ico_fixed_mail_wh.svg) no-repeat;
    background-size: contain;
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    margin: auto;
  }
}
.h1 {
  height: 70px;
  position: absolute;
  background-color: #faf9f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.h1 a {
  display: block;
  width: 250px;
  height: 70px;
  background: url(../images/common/logo_gold.png) no-repeat left center;
  background-size: 100%;
  text-indent: -9999px;
}

#menuOverlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  z-index: 9997;
}

#switchBtnArea #switchBtn {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: block;
  position: fixed;
  border-radius: 5px;
  z-index: 9998;
  opacity: 1;
  -webkit-filter: drop-shadow(1px 1px 2px #fff);
          filter: drop-shadow(1px 1px 2px #fff);
}
#switchBtnArea #switchBtn span {
  left: 20%;
  width: 60%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #876824;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#switchBtnArea #switchBtn span:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
#switchBtnArea #switchBtn span:nth-of-type(2) {
  top: 18px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#switchBtnArea #switchBtn span:nth-of-type(3) {
  bottom: 10px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
#switchBtnArea #switchBtn.btnClose {
  background: transparent;
}
#switchBtnArea #switchBtn.btnClose span {
  background-color: #fff;
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
  bottom: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#rwdMenuWrap {
  top: 0;
  left: -260px;
  width: 260px;
  height: 100%;
  overflow: auto;
  position: fixed;
  z-index: 9999;
  background: url(../images/common/bg.gif);
}
#rwdMenuWrap .order01 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#rwdMenuWrap ul {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#rwdMenuWrap ul > li {
  width: 100%;
}
#rwdMenuWrap ul > li dt, #rwdMenuWrap ul > li label, #rwdMenuWrap ul > li a {
  color: #fff;
  padding: 10px 10px 5px 10px;
  text-align: left;
  display: block;
  position: relative;
  text-decoration: none;
}
#rwdMenuWrap ul > li label {
  font-size: 1.4rem;
}
#rwdMenuWrap ul > li dt {
  font-size: 2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  border-bottom: 1px solid #d1a16f;
  cursor: pointer;
}
#rwdMenuWrap ul > li dt span {
  font-size: 1.3rem;
  font-family: "Cinzel", serif;
  margin-right: 0.5rem;
  display: block;
  line-height: 1.2;
  letter-spacing: 2px;
}
#rwdMenuWrap ul > li dt::after {
  content: "";
  margin-top: -4px;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  color: #888;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  display: block;
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#rwdMenuWrap ul > li dd {
  border-bottom: 1px solid #d1a16f;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳＰゴシック", "MS P Gothic", sans-serif;
  font-size: 13px;
  display: none;
}
#rwdMenuWrap ul > li input.accordion {
  display: none;
}
#rwdMenuWrap ul > li #links01 li {
  border-bottom: none;
  border-top: dotted 1px #fff;
  background: rgba(255, 255, 255, 0.1);
}
#rwdMenuWrap ul > li #links01 li a {
  padding: 15px 20px 15px 30px;
}
#rwdMenuWrap ul > li .click-arrow::after {
  content: "";
  margin-top: -4px;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  color: #888;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  display: block;
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#rwdMenuWrap ul .drawer_logo {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding: 1rem;
  background-color: #faf9f0;
}
@media screen and (max-width: 768px) {
  #rwdMenuWrap ul .drawer_logo {
    padding: 0;
  }
}
#rwdMenuWrap ul .drawer_logo h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.3rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #rwdMenuWrap ul .drawer_logo h3 {
    display: none;
  }
}
#rwdMenuWrap ul .drawer_logo .sns_address {
  display: block;
}
@media screen and (max-width: 768px) {
  #rwdMenuWrap ul .drawer_logo .sns_address {
    display: none;
  }
}
#rwdMenuWrap ul .drawer_logo .sns_address .address {
  font-size: 1.3rem;
}
#rwdMenuWrap ul .drawer_logo .sns_address .sns_li {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#rwdMenuWrap ul .drawer_logo .sns_address .sns_li li {
  margin: 2rem 1rem;
}
#rwdMenuWrap ul .drawer_logo .sns_address .sns_li li a::after {
  content: none;
}
#rwdMenuWrap ul .drawer_logo .sns_address .sns_li .youtube svg, #rwdMenuWrap ul .drawer_logo .sns_address .sns_li .instagram svg {
  left: 0;
  right: 0;
  margin: auto;
}
#rwdMenuWrap ul .drawer_logo .drawer_contact a {
  width: 100%;
  color: #876824;
  padding: 1rem;
  text-align: center;
  letter-spacing: 1px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  font-size: 2.1rem;
}
#rwdMenuWrap ul .drawer_logo .drawer_contact a span {
  font-size: 1.4rem;
  display: block;
  line-height: 1.2;
}
#rwdMenuWrap ul .drawer_logo .drawer_contact .tel_btn {
  border-bottom: 1px solid #876824;
}
#rwdMenuWrap ul .drawer_logo .drawer_contact .tel_btn a::before {
  background: url(../images/common/ico_tel_br.svg) no-repeat;
  left: 0;
  width: 20px;
  height: 22px;
  background-size: contain;
}
#rwdMenuWrap ul .drawer_logo .drawer_contact .contact_btn a::before {
  background: url(../images/common/ico_mail_br.svg) no-repeat;
  left: 0;
  width: 21px;
  height: 21px;
  background-size: contain;
}
#rwdMenuWrap .drawer_logo_inner {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #rwdMenuWrap .drawer_logo_inner {
    margin-bottom: 0;
    padding: 1rem;
    background-color: #faf9f0;
  }
}
#rwdMenuWrap .drawer_logo_inner a::after {
  content: none;
}
/*# sourceMappingURL=base.css.map */