@charset "UTF-8";
html {
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

html.wf-active, html.loading-delay {
  opacity: 1;
  pointer-events: auto;
}

body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #666666;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  margin: 0 auto;
  padding: 0;
}

#wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}

/*レイアウト*/
.main_in, .content {
  padding: 0 2rem;
  height: 100%;
  width: 100%;
  margin: 0 auto !important;
}
@media screen and (min-width: 600px) {
  .main_in, .content {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.container {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .container {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 600px) {
  .sp_only {
    display: none;
  }
}

/* 
ゴシック
font-weight: 200;
font-weight: 500;
font-weight: 700;
明朝
font-weight: 400;
font-weight: 500;

line-height
padding - タイトルのfont-size * (タイトルのline-height - 1) / 2
*/
/* font 14px~16px */
:root {
  font-size: calc(0.875rem + (1vw - 4.8px) * 0.1389);
  line-height: 1.5;
  text-align: justify;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  :root {
    font-size: 16px;
  }
}

p {
  line-height: 1.5;
}

.text {
  margin-top: 1rem;
  line-height: 2;
}
.text p {
  overflow: hidden;
  line-height: 2;
}
.text figure {
  overflow: hidden;
}

.font_mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.line {
  background: #ffffb7;
}

.break {
  display: inline-block;
}

.enpasis {
  color: #a78e23;
}

.marking {
  background: #ffffb7;
}

p.attention {
  font-size: 0.8rem;
  text-align: right;
  max-width: 600px;
  margin: 0.5rem auto 0;
}

.small {
  font-size: 0.8rem;
  margin-bottom: 1.5rem;
  text-align: right;
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
header .attention {
  margin-bottom: 0.5rem;
  margin-top: 0;
  max-width: 100%;
}
header .attention ul.contact {
  margin-top: 0.5rem;
}

ul.contact {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
ul.contact li img {
  width: 100%;
  max-width: 250px;
}
ul.contact .tel:hover {
  cursor: default;
}

header {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
}

#header_nav {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-top: -1px;
}
#header_nav .container {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

#gNav a:hover {
  color: #999;
}

nav li a {
  font-size: 13px;
  letter-spacing: 0.2em;
}

nav .sub-menu, .mean-container .mean-nav ul ul {
  background: linear-gradient(to top, #ececec 0%, #e5ddbd 100%);
}

@media only screen and (max-width: 768px) {
  #header_top .item:nth-child(1), #header_top .item:nth-child(2) {
    display: none;
  }
  #header_nav {
    padding: 10px 0;
    height: 60px;
    background: #e5ddbd;
  }
  .h_logo {
    position: absolute;
    left: 10px;
    z-index: 100;
  }
  .h_logo img {
    width: 100%;
    padding-top: 8px;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav .blog_pc {
    display: none;
  }
  nav li .fa {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  #header_top {
    position: relative;
    background: linear-gradient(135deg, #f2f2f2 0%, #ffffff 100%);
    padding: 0 2rem;
  }
  #header_top .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  #header_top .item:nth-child(1) {
    display: block;
    width: 30%;
  }
  #header_top .item:nth-child(1) img {
    max-width: 100%;
    padding: 10px 0;
  }
  #header_top .item:nth-child(2) {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #header_top .item:nth-child(2) ul {
    margin-top: 0;
  }
  #header_top .item:nth-child(2) ul li {
    padding-right: 0;
  }
  #header_nav {
    padding: 0;
  }
  .h_logo img {
    display: none;
  }
  #h_top {
    background: #e5ddbd;
  }
  .h_nav {
    margin: 0 auto;
    position: relative;
    padding: 0;
  }
  #gNav ul {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  #gNav li {
    position: relative;
    padding: 5px 0;
    width: 16.6666666%;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li:last-child a {
    border-right: none;
  }
  #gNav li i {
    font-size: 1rem;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 30px;
    padding: 0 1rem;
    color: #666666;
  }
  #gNav li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 100%;
    border-right: 1px solid #d3c691;
    border-left: 1px solid #f1edde;
  }
  #gNav ul li:first-child a:after {
    border: none;
  }
  #gNav .sub-menu {
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    display: block;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-top: 5px;
    margin-left: -100px;
    width: 200px !important;
    background: linear-gradient(to top, #ececec 0%, #e5ddbd 100%);
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
    border-right: none;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu a:after {
    border: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover a, #gNav .current-menu-item a, #gNav .current-menu-parent a {
    color: #a78e23;
  }
  #gNav li:hover ul.sub-menu {
    top: 30px;
    opacity: 1;
    pointer-events: auto;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
  #gNav li:hover ul.sub-menu a {
    color: #666666;
  }
  #gNav li:hover ul.sub-menu a:hover {
    color: #d3c691;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #d3c691;
  }
  nav .blog_sp,
  nav .btn_nav {
    display: none;
  }
}
/*リンク*/
.more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.more img {
  display: block;
  max-width: 225px;
}
@media screen and (min-width: 600px) {
  .more {
    margin-top: 3rem;
  }
  .more img {
    max-width: 300px;
  }
}

a {
  flex-wrap: wrap;
  transition: 0.5s;
  color: #a78e23;
}
a:hover {
  color: #d3c691;
}
a img {
  transform: 0.5s;
}
a:hover img {
  opacity: 0.8;
}

a.page_link {
  font-size: 1rem;
  display: block;
  padding: 8px 20px;
  border-radius: 25px;
  text-decoration: none;
  background: #d3c691;
  color: #fff;
  transition: 0.5s;
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin: 1rem auto 0;
}
a.page_link:hover {
  background: rgba(211, 198, 145, 0.8);
}

@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    cursor: default;
  }
  a[href^="tel:"] img:hover {
    opacity: 1 !important;
  }
}

.footer_set {
  clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
  background: #d3c691;
  width: 100%;
  /*IEのみ*/
}
@media all and (-ms-high-contrast: none) {
  .footer_set {
    border-top: 4px solid #d3c691;
  }
}
.footer_set .footer_set_in {
  clip-path: polygon(0 5.3%, 100% 0.3%, 100% 100%, 0 100%);
  background: url("../img/main_ba.png"), url(../img/white_ba.webp);
  background-color: #fff;
  width: 100%;
  padding: 3rem 0;
}
.footer_set .logo_02 {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  padding-top: 3rem;
}
@media screen and (min-width: 600px) {
  .footer_set .logo_02 {
    padding: 8rem 0 0;
  }
}
.footer_set table {
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  margin-top: 1.5rem;
  background: #fff;
  text-align: center;
}
.footer_set th, .footer_set td {
  border-top: 1px solid #d3c691;
  padding: 0.5rem;
}
.footer_set td {
  border-left: 1px solid #d3c691;
}
.footer_set tr:first-of-type th {
  background: #ececec;
  border-top: none;
  border-left: 1px solid #d3c691;
}
.footer_set tr:first-of-type th:nth-child(1) {
  border-left: none;
}
.footer_set tr:first-of-type td {
  border-top: none;
}
.footer_set p {
  text-align: center;
  margin: 1.5rem 0;
}
.footer_set .attention {
  text-align: left;
  width: 100%;
  margin: 1px auto 0;
}
.footer_set .more {
  margin: 1rem auto !important;
  max-width: 300px;
}
.footer_set .container {
  padding: 0 2rem;
}
.footer_set .container .item {
  width: 100%;
  border: 1px solid #d3c691;
  margin-bottom: 1rem;
  background: #fff;
}
.footer_set .container #map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.footer_set .container #map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .footer_set .container #map {
    background: #ccc;
    min-height: 250px;
  }
}
@media screen and (min-width: 600px) {
  .footer_set .container {
    padding: 0 1rem;
  }
  .footer_set .container .item {
    width: 50%;
    margin: 0 0.5rem 1rem;
  }
  .footer_set .container #map {
    height: 100%;
    background: #ccc;
  }
}

.footer_link {
  padding: 0 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.footer_link .item {
  width: 50%;
  padding: 0 0.5rem;
}
.footer_link p {
  border-bottom: 1px solid #a78e23;
  font-size: 1.1rem;
  text-align: left;
  margin: 2rem 0 0.5rem 0;
  padding: 0;
}
.footer_link a {
  color: #666666;
}
.footer_link a:hover {
  color: #a78e23;
}
.footer_link ul {
  font-size: 0.9rem;
}
.footer_link li {
  padding: 5px 0;
}
.footer_link li:before {
  content: "・";
}
.footer_link.external .item {
  width: 100%;
}
.footer_link.external .item.instagram .feed > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem -0.5rem;
}
.footer_link.external .item.instagram .feed > ul > li {
  flex: 0 0 auto;
  width: 25%;
  padding: 0.5rem;
}
.footer_link.external .item.instagram .feed > ul > li:before {
  display: none;
}
.footer_link.external .item.instagram .feed > ul > li > a {
  display: block;
  padding-bottom: 100%;
  background: center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  .footer_link .item {
    width: 33.3333333%;
    padding: 0 1rem !important;
  }
  .footer_link ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_link li {
    width: 50%;
  }
  .footer_link.external .item {
    width: 33.3333%;
    min-width: 460px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer_link.external .item.instagram {
    flex: 1 1 auto;
  }
}

.copy {
  background: #e5ddbd;
  text-align: center;
  font-size: 0.8rem;
  padding: 0.5rem 2rem;
  width: 100%;
}
.copy a {
  color: #666666;
}

footer {
  margin-top: auto;
  display: block;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  footer {
    margin-bottom: 0;
  }
}

.footer_area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: linear-gradient(to top, #ececec 0%, #e5ddbd 100%);
}
.footer_area ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 8px;
  width: 100%;
  height: 100%;
  padding: 13px;
}
.footer_area ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  border-radius: 2px;
  background-color: white;
  color: #666;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 0 3px #a78e23;
}
.footer_area img {
  max-width: 114px;
}

@media screen and (min-width: 500px) {
  .footer_area {
    display: none;
  }
}
/* 上へ　*/
#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 10px;
  z-index: 100;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
  #page_top {
    display: none;
  }
}

#page_top a {
  position: relative;
  background: rgba(167, 142, 35, 0.8);
  margin: 0;
  width: 50px;
  height: 50px;
  padding: 10px 0 0 0;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
}

/*
背景比率拡大　縦÷横×100/2をパディングに
*/