@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: #080404;
  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: 'Zen Kaku Gothic New', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-optical-sizing: auto;
  background: #fff;
	font-size: 16px;
  font-weight: 400;
  font-style: normal;
	line-height: 2;
	color: #111;
	-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%;
}
.en {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.object-fit {
  object-fit: cover;
	font-family: 'object-fit: cover;';
}
.pc {display: block;}
.sp {display: none;}


/* Smartphone
----------------------------------------------- */
@media screen and (max-width: 999px) {
  body {
    min-width: inherit;
    width: 100%;
  }
  .pc {display: none;}
  .sp {display: block;}
  a:hover {
    opacity: 1;
  }
}/* Smartphone End */




/* ----------------------------------------------------------------
	#main
---------------------------------------------------------------- */
#main .container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 60px);
}
#main ul {
  width: 100%;
}
#main ul li {
  text-align: center;
}
#main ul li:nth-child(1) {
  width: 22%;
  margin: 0 auto;
}
#main ul li:nth-child(2) {
  margin-top: min(3.6vw,36px);
}
#main ul li:nth-child(2) span {
  font-size: min(2vw,20px);
  font-weight: 600;
  line-height: 1.1;
  color: #8b5c36;
  display: inline-block;
  border-bottom: 2px solid #8b5c36;
  padding-bottom: 5px;
}
#main ul li h2 {
  font-size: min(3.6vw,36px);
  font-weight: 600;
  line-height: 1.1;
  color: #8b5c36;
  margin-top: min(3.6vw,36px);
  display: inline-block;
  border-bottom: 3px solid #8b5c36;
  padding-bottom: 2px;
}

/* Smartphone
------------------------------------- */
@media print,screen and (max-width: 999px) {
#main .container {
  min-height: calc(100vh - 12.66vw);
}
  #main ul li:nth-child(1) {
    width: 54%;
    margin: 0 auto;
  }
  #main ul li:nth-child(2) {
    margin-top: 6.33vw;
  }
  #main ul li:nth-child(2) span {
    font-size: 4.05vw;
    border-bottom: 0.51vw solid #8b5c36;
    padding-bottom: 0.51vw;
  }
  #main ul li h2 {
    font-size: 6.84vw;
    margin-top: 6.33vw;
    border-bottom: 0.76vw solid #8b5c36;
    padding-bottom: 0.38vw;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
	footer
---------------------------------------------------------------- */
footer {
  width: 90%;
  height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
  margin: 0 auto;
}
footer small {
  font-size: 12px;
  font-weight: 400;
  color: #8b5c36;
  line-height: 1.1;
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 767px) {
  footer {
    height: 12.66vw;
  }
  footer small {
    font-size: 2.53vw;
  }
}/* Smartphone End */



