@charset "UTF-8";
/* ----------------------------------------------------------------
	reset
---------------------------------------------------------------- */
*, ::before, ::after {
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
  font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
main {
  display: block;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted inherit;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
  border-color: inherit;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
img {
	max-width: 100%;
  height: auto;
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	   -moz-user-drag: none;
	    -ms-user-drag: none;
}
img[src$=".svg"] {
	width: 100%;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  outline: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
body {
  font-family: 'Noto Serif JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-optical-sizing: auto;
  background: #fff;
	font-size: 22px;
  font-weight: 400;
  font-style: normal;
	line-height: 1.82;
	color: #623f1f;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
  word-wrap: break-word;
  outline: none;
  width: 100%;
}
.object-fit {
  object-fit: cover;
	font-family: 'object-fit: cover;';
}
.pc {display: block;}
.sp {display: none;}
a.disabled:hover {
  opacity: 1;
  cursor: default;
}
a.btn {
  display: block;
  width: min(33.33vw,400px);
  margin: 0 auto min(3vw,36px);
  font-size: min(1.67vw,20px);
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  border: min(0.5vw,6px) solid #efece9;
  padding: min(1vw,12px) 0 min(1vw,12px); 
  color: #623f1f;
}
a.btn span {
  text-decoration: underline;
}
a.btn p {
  font-size: min(1.5vw,18px);
}

/* Smartphone
----------------------------------------------- */
@media screen and (max-width: 767px) {
  body {
    font-size: 3.73vw;
    min-width: inherit;
    width: 100%;
  }
  .pc {display: none;}
  .sp {display: block;}
  a:hover {
    opacity: 1;
  }
  a.btn {
    width: 66.67vw;
    margin: 0 auto 5.73vw;
    font-size: 3.47vw;
    line-height: 1.46;
    border: 0.93vw solid #efece9;
    padding: 2.67vw 0 2.67vw;
  }
  a.btn p {
    font-size: 2.93vw;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
	header
---------------------------------------------------------------- */
header {
  position: fixed;
  top: 25px;
  right: 38px;
  width: 76px;
  height: 76px;
  z-index: 999;
}
#nav-toggle {
  position: relative;
  width: 76px;
  height: 76px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1000;
}
#nav-toggle > div {
  position: relative;
  width: 60px;
  height: 36px;
  left: 8px;
  top: 18px;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #623f1f;
  position: absolute;
  transition: transform 0.3s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 18px;
}
#nav-toggle span:nth-child(3) {
  bottom: 0;
}
.open #nav-toggle {
  background: #623f1f;
}
.open #nav-toggle span {
  background: #fff;
  width: 100%;
}
.open #nav-toggle span:nth-child(1) {
  top: 18px;
  transform: rotate(225deg);
}
.open #nav-toggle span:nth-child(2) {
  display: none;
}
.open #nav-toggle span:nth-child(3) {
  top: 18px;
  transform: rotate(-225deg);
}
#gloval-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
  font-size: min(4.17vw,50px);
  font-weight: 400;
  opacity: 0;
  background: #623f1f;
  color: #fff;
}
#gloval-nav a {
  display: block;
  color: #fff;
  font-size: min(4.17vw,50px);
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: 0.08em;
  text-decoration: none;
  padding: min(3vw,36px) min(3vw,36px);
}
#gloval-nav a span {
  display: block;
  font-size: min(1.67vw,20px);
  padding-top: min(1.67vw,20px);
  letter-spacing: 0.08em;
}
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 767px) {
  header {
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
  }
  #nav-toggle {
    width: 45px;
    height: 45px;
  }
  #nav-toggle > div {
    width: 35px;
    height: 24px;
    left: 5px;
    top: 10px;
  }
  #nav-toggle span {
    height: 2px;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 12px;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 12px;
  }
  #gloval-nav {
    font-size: 8.53vw;
  }
  #gloval-nav a {
    font-size: 8.53vw;
    padding: 5.33vw 5.33vw;
  }
  #gloval-nav a span {
    font-size: 3.73vw;
    padding-top: 2.93vw;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
	#main
---------------------------------------------------------------- */
#main {
  width: 100%;
  padding: min(10.83vw,130px) 0 min(6.67vw,80px) 0;
}
#main .container {
  width: min(66.67vw,800px);
  margin: 0 auto;
}
#main .container h1 {
  width: min(28.33vw,340px);
  margin: 0 auto min(9.33vw,112px);
}
#main .container h2 {
  font-size: min(4.17vw,50px);
  text-align: center;
  font-weight: 500;
  margin: 0 auto min(5vw,60px);
}
#main .container ul {
  margin: 0 auto;
  padding-bottom: min(3vw,36px);
}
#main .container ul li {
  font-size: min(1.67vw,20px);
  line-height: 1.9;
  margin: 0 auto min(3.33vw,40px);
}

/* Smartphone
------------------------------------- */
@media print,screen and (max-width: 767px) {
  #main {
    padding: 23.73vw 0 13.87vw 0;
  }
  #main .container {
    width: 85.33vw;
  }
  #main .container h1 {
    width: 56vw;
    margin: 0 auto 15.2vw;
  }
  #main .container h2 {
    font-size: 7.2vw;
    margin: 0 auto 6.67vw;
  }
  #main .container ul {
    padding-bottom: 1.6vw;
  }
  #main .container ul li {
    font-size: 3.47vw;
    line-height: 1.54;
    margin: 0 auto 5.33vw;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
	#overview
---------------------------------------------------------------- */
#overview {
  position: relative;
  width: 100%;
  padding: 0 0 min(7.5vw,90px) 0;
  background: #623f1f;
}
#overview::after {
  content: "";
  display: block;
  width: 100%;
  height: min(16.67vw,200px);
  background: #fff;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 0;
}
#overview .overview_container {
  width: min(66.67vw,800px);
  margin: 0 auto;
}
#overview p {
  position: relative;
  z-index: 1;
  margin: 0 auto min(6.33vw,76px);
  width: min(53.33vw,640px);
}
#overview h2 {
  font-size: min(4.17vw,50px);
  font-weight: 500;
  color: #fff;
  line-height: 1.34;
  margin-bottom: min(4.67vw,56px);
}
#overview dl div {
  margin-bottom: min(1.67vw,20px);
}
#overview dl dt {
  font-size: min(2vw,24px);
  color: #fff;
  font-weight: 500;
  line-height: 1.82;
  letter-spacing: 0.08em;
}
#overview dl dd {
  font-size: min(1.83vw,22px);
  font-weight: 400;
  color: #fff;
  line-height: 1.82;
  letter-spacing: 0.06em;
}
#overview dl dd.att {
  font-size: min(1.33vw,16px);
}
#overview dl:last-child dd:nth-child(odd) {
  margin-bottom: min(1.33vw,16px);
  text-align: left;
}

/* Smartphone
------------------------------------- */
@media print,screen and (max-width: 767px) {
  #overview {
    padding: 0 0 8vw 0;
  }
  #overview::after {
    height: 27.73vw;
  }
  #overview .overview_container {
    width: 85.33vw;
  }
  #overview p {
    margin: 0 auto 8.27vw;
    width: 100%;
  }
  #overview h2 {
    font-size: 7.2vw;
    line-height: 1.24;
    margin-bottom: 8vw;
  }
  #overview dl div {
    margin-bottom: 5.33vw;
  }
  #overview dl dt {
    font-size: 4vw;
    line-height: 1.33;
    margin-bottom: 2vw;
  }
  #overview dl dd {
    font-size: 3.73vw;
    line-height: 1.71;
  }
  #overview dl dd.att {
    font-size: 3.2vw;
  }
  #overview dl:last-child dd:nth-child(odd) {
    margin-bottom: 3.73vw;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
	footer
---------------------------------------------------------------- */
footer {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: min(5vw,60px) 0 min(3.33vw,40px);
  text-align: center;
}
a.igBtn {
  display: block;
  width: min(20vw,240px);
  margin: 0 auto min(5.83vw,70px);
} 
footer small {
  font-size: min(1.17vw,14px);
  font-weight: 400;
  color: #623f1f;
  line-height: 1.0;
  text-align: center;
  padding-top: min(2.5vw,30px);
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 767px) {
  footer {
    padding: 8vw 0 3.733.73vw;
  }
  a.igBtn {
    width: 34.4vw;
    margin: 0 auto 9.33vw;
  } 
  footer small {
    font-size: 2.13vw;
    padding-top: 5.33vw;
  }
}/* Smartphone End */