@charset "UTF-8";
/* web font setting
------------------------------------*/
@font-face {
  font-family: "こころ明朝";
  src: url("/font/Kokoro_web.woff2") format("woff2");
}
/* common setting
------------------------------------*/
/* line 17, ../../_scss/common/common.scss */
html {
  min-width: 1100px;
  line-height: 1.4;
  font-family: "こころ明朝", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
  color: #333;
}

/* line 25, ../../_scss/common/common.scss */
body {
  font-size: 10px;
  font-size: 1.0rem;
  -webkit-text-size-adjust: 100%;
}
/* line 29, ../../_scss/common/common.scss */
body.modeNav {
  overflow: hidden !important;
  height: 100vh;
}

/* line 35, ../../_scss/common/common.scss */
img {
  width: 100%;
  line-height: 0;
}

/* line 41, ../../_scss/common/common.scss */
a:hover, a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}
/* line 47, ../../_scss/common/common.scss */
a:link, a:visited {
  text-decoration: none;
  color: #333;
}
/* line 52, ../../_scss/common/common.scss */
a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}

/* line 58, ../../_scss/common/common.scss */
.onlySP {
  display: none;
}

/* header setting
------------------------------------*/
/* line 68, ../../_scss/common/common.scss */
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  box-sizing: border-box;
  background: rgba(248, 246, 243, 0.8);
  width: 100%;
  min-width: 1100px;
  height: 120px;
}
/* line 78, ../../_scss/common/common.scss */
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
/* line 83, ../../_scss/common/common.scss */
header .inner p {
  margin: 0 0 0 35px;
  width: 188px;
  text-align: center;
}
/* line 87, ../../_scss/common/common.scss */
header .inner p span {
  display: block;
  margin: 0 0 10px;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  color: #535c36;
}
/* line 97, ../../_scss/common/common.scss */
header .inner nav ul#gNavi {
  display: flex;
}
/* line 99, ../../_scss/common/common.scss */
header .inner nav ul#gNavi li {
  margin: 0 0 0 25px;
}
/* line 101, ../../_scss/common/common.scss */
header .inner nav ul#gNavi li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 130px;
  height: 120px;
  text-align: center;
}
/* line 108, ../../_scss/common/common.scss */
header .inner nav ul#gNavi li a span {
  display: block;
  margin: 0 0 -35px;
  width: 100%;
  height: 22px;
  font-size: 22px;
}
/* line 115, ../../_scss/common/common.scss */
header .inner nav ul#gNavi li a em {
  display: block;
  margin: -35px 0 0;
  width: 100%;
  height: 10px;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
}
/* line 124, ../../_scss/common/common.scss */
header .inner nav ul#gNavi li:last-child {
  background: #bea487;
  margin: 0 0 0 45px;
}
/* line 127, ../../_scss/common/common.scss */
header .inner nav ul#gNavi li:last-child a {
  width: 210px;
}
/* line 129, ../../_scss/common/common.scss */
header .inner nav ul#gNavi li:last-child a:link, header .inner nav ul#gNavi li:last-child a:visited {
  color: #fff;
}

/* Footer setting
------------------------------------*/
/* line 148, ../../_scss/common/common.scss */
footer {
  background: #878e31;
  width: 100%;
  min-width: 1100px;
  text-align: center;
  color: #fff;
}
/* line 154, ../../_scss/common/common.scss */
footer #breadCrumbs {
  background: #e7e8d6;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
}
/* line 158, ../../_scss/common/common.scss */
footer #breadCrumbs ul {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 1200px;
  height: 35px;
  text-align: left;
}
/* line 166, ../../_scss/common/common.scss */
footer #breadCrumbs ul li a {
  display: block;
}
/* line 170, ../../_scss/common/common.scss */
footer #breadCrumbs ul li:nth-child(1) a {
  background: url("/img/common/ico_home.png") 0 0/cover no-repeat;
  width: 13px;
  height: 13px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* line 179, ../../_scss/common/common.scss */
footer #breadCrumbs ul li:has(a) {
  position: relative;
  margin: 0 28px 0 0;
}
/* line 182, ../../_scss/common/common.scss */
footer #breadCrumbs ul li:has(a):after {
  content: '';
  position: absolute;
  top: 2px;
  right: -20px;
  display: block;
  background: url("/img/common/ico_arrow-breadcrumbs.png") 0 0/cover no-repeat;
  width: 5px;
  height: 9px;
}
/* line 196, ../../_scss/common/common.scss */
footer .inner {
  padding: 42px 0 0;
}
/* line 198, ../../_scss/common/common.scss */
footer .inner p {
  padding: 0 0 42px;
}
/* line 200, ../../_scss/common/common.scss */
footer .inner p span {
  display: block;
  margin: 0 0 10px;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
}
/* line 206, ../../_scss/common/common.scss */
footer .inner p em {
  display: block;
  margin: 0 auto 25px;
  width: 183px;
}
/* line 211, ../../_scss/common/common.scss */
footer .inner p strong {
  font-size: 16px;
}
/* line 213, ../../_scss/common/common.scss */
footer .inner p strong a {
  margin: 0 0 0 5px;
  font-size: 26px;
  color: #fff;
}
/* line 220, ../../_scss/common/common.scss */
footer .inner ul {
  display: flex;
  justify-content: center;
}
/* line 223, ../../_scss/common/common.scss */
footer .inner ul li {
  margin: 0 30px 45px;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
}
/* line 228, ../../_scss/common/common.scss */
footer .inner ul li a:link, footer .inner ul li a:visited {
  color: #fff;
}
/* line 235, ../../_scss/common/common.scss */
footer .inner small {
  display: block;
  padding: 0 0 30px;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
}

/* ------------------------------------------------------------------------
	Ajustment For Small PC Window 
------------------------------------------------------------------------ */
@media (max-height: 780px) {
  /* header setting
  ------------------------------------*/
  /* line 254, ../../_scss/common/common.scss */
  header {
    height: 80px;
  }
  /* line 256, ../../_scss/common/common.scss */
  header .inner {
    height: 80px;
  }
  /* line 261, ../../_scss/common/common.scss */
  header .inner nav ul#gNavi li {
    margin: 0 0 0 25px;
  }
  /* line 263, ../../_scss/common/common.scss */
  header .inner nav ul#gNavi li a {
    height: 80px;
  }
  /* line 265, ../../_scss/common/common.scss */
  header .inner nav ul#gNavi li a span {
    margin: 0 0 -20px;
  }
  /* line 268, ../../_scss/common/common.scss */
  header .inner nav ul#gNavi li a em {
    margin: -15px 0 0;
  }
}
/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* common setting
  ------------------------------------*/
  /* line 290, ../../_scss/common/common.scss */
  html {
    min-width: 100vw;
  }

  /* line 294, ../../_scss/common/common.scss */
  body {
    min-width: 100vw;
    min-height: 100%;
  }

  /* line 299, ../../_scss/common/common.scss */
  body.modeNav {
    overflow: hidden !important;
    position: fixed;
    /* only iOS */
    height: auto;
  }

  /* line 305, ../../_scss/common/common.scss */
  .onlyPC {
    display: none;
  }

  /* line 309, ../../_scss/common/common.scss */
  .onlySP {
    display: block;
  }

  /* line 314, ../../_scss/common/common.scss */
  a:hover, a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
  /* line 320, ../../_scss/common/common.scss */
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }

  /* header setting
  ------------------------------------*/
  /* line 332, ../../_scss/common/common.scss */
  header {
    width: 100vw;
    min-width: 100vw;
    height: 14vw;
  }
  /* line 336, ../../_scss/common/common.scss */
  header .inner {
    width: 100vw;
    height: 14vw;
  }
  /* line 339, ../../_scss/common/common.scss */
  header .inner p {
    margin: 0;
    width: 100vw;
  }
  /* line 342, ../../_scss/common/common.scss */
  header .inner p span {
    margin: 0 0 1.7333333vw;
    font-size: 2.4vw;
  }
  /* line 346, ../../_scss/common/common.scss */
  header .inner p em {
    display: block;
    margin: 0 auto;
    width: 32.8vw;
  }
  /* line 354, ../../_scss/common/common.scss */
  header .inner nav ul#spBtn {
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 359, ../../_scss/common/common.scss */
  header .inner nav ul#spBtn li#btnMenu {
    position: relative;
    background: #bea487;
    width: 14vw;
    height: 14vw;
    min-height: 14vw;
  }
  /* line 365, ../../_scss/common/common.scss */
  header .inner nav ul#spBtn li#btnMenu i {
    display: block;
    position: absolute;
    left: 5vw;
    background: #fff;
    width: 4vw;
    height: 0.5333333vw;
    transition: all 0.3s;
  }
  /* line 373, ../../_scss/common/common.scss */
  header .inner nav ul#spBtn li#btnMenu i:nth-child(1) {
    top: 5.4666667vw;
  }
  /* line 376, ../../_scss/common/common.scss */
  header .inner nav ul#spBtn li#btnMenu i:nth-child(2) {
    top: 6.8vw;
  }
  /* line 379, ../../_scss/common/common.scss */
  header .inner nav ul#spBtn li#btnMenu i:nth-child(3) {
    top: 8.1333333vw;
  }
  /* line 386, ../../_scss/common/common.scss */
  header .inner nav ul#gNavi {
    position: fixed;
    opacity: 0;
    top: 14vw;
    right: -100vw;
    z-index: 9;
    display: block;
    background: rgba(255, 255, 255, 0.95);
    margin: 0;
    padding: 8vw 0;
    width: 100vw;
    height: 100%;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    overflow-y: scroll;
    text-align: center;
    color: #000;
  }
  /* line 403, ../../_scss/common/common.scss */
  header .inner nav ul#gNavi li {
    border-bottom: 0.2666667vw solid #ebebeb;
    margin: 0;
    width: 100vw;
  }
  /* line 407, ../../_scss/common/common.scss */
  header .inner nav ul#gNavi li a {
    width: 100vw;
    height: 20vw;
  }
  /* line 410, ../../_scss/common/common.scss */
  header .inner nav ul#gNavi li a span {
    margin: 0 0 -5.4vw;
    height: 5.4vw;
    font-size: 5.4vw;
  }
  /* line 415, ../../_scss/common/common.scss */
  header .inner nav ul#gNavi li a em {
    margin: -3.2vw 0 0;
    height: 2.4vw;
    font-size: 2.4vw;
  }
  /* line 421, ../../_scss/common/common.scss */
  header .inner nav ul#gNavi li:last-child {
    background: none;
    margin: 0;
  }
  /* line 424, ../../_scss/common/common.scss */
  header .inner nav ul#gNavi li:last-child a {
    width: 100vw;
  }
  /* line 426, ../../_scss/common/common.scss */
  header .inner nav ul#gNavi li:last-child a:link, header .inner nav ul#gNavi li:last-child a:visited {
    color: #333;
  }

  /* line 447, ../../_scss/common/common.scss */
  body.modeNav header .inner nav ul#spBtn li#btnMenu i:nth-child(1) {
    transform: translateY(1.35vw) rotate(45deg);
  }
  /* line 450, ../../_scss/common/common.scss */
  body.modeNav header .inner nav ul#spBtn li#btnMenu i:nth-child(2) {
    transform: scale(0, 1);
  }
  /* line 453, ../../_scss/common/common.scss */
  body.modeNav header .inner nav ul#spBtn li#btnMenu i:nth-child(3) {
    transform: translateY(-1.35vw) rotate(-45deg);
  }
  /* line 460, ../../_scss/common/common.scss */
  body.modeNav header .inner nav ul#gNavi {
    right: 0;
    z-index: 9;
    opacity: 1;
  }

  /* Footer setting
  ------------------------------------*/
  /* line 477, ../../_scss/common/common.scss */
  footer {
    min-width: 100vw;
    height: auto;
  }
  /* line 481, ../../_scss/common/common.scss */
  footer #breadCrumbs ul {
    box-sizing: border-box;
    width: 100vw;
    padding: 0 4vw;
    height: 9.3333333vw;
    font-size: 2.4vw;
  }
  /* line 489, ../../_scss/common/common.scss */
  footer #breadCrumbs ul li:nth-child(1) a {
    width: 3.466667vw;
    height: 3.466667vw;
  }
  /* line 494, ../../_scss/common/common.scss */
  footer #breadCrumbs ul li:has(a) {
    margin: 0 5.4666667vw 0 0;
  }
  /* line 496, ../../_scss/common/common.scss */
  footer #breadCrumbs ul li:has(a):after {
    top: 1vw;
    right: -3.3333333vw;
    width: 0.6666667vw;
    height: 1.2vw;
  }
  /* line 506, ../../_scss/common/common.scss */
  footer .inner {
    padding: 12vw 0;
  }
  /* line 508, ../../_scss/common/common.scss */
  footer .inner p {
    padding: 0 0 6vw;
  }
  /* line 510, ../../_scss/common/common.scss */
  footer .inner p span {
    margin: 0 0 2vw;
    font-size: 2.4vw;
  }
  /* line 514, ../../_scss/common/common.scss */
  footer .inner p em {
    margin: 0 auto 8vw;
    width: 50vw;
  }
  /* line 518, ../../_scss/common/common.scss */
  footer .inner p strong {
    font-size: 3.2vw;
  }
  /* line 520, ../../_scss/common/common.scss */
  footer .inner p strong a {
    margin: 0 0 0 5px;
    font-size: 8.4vw;
  }
  /* line 527, ../../_scss/common/common.scss */
  footer .inner ul li {
    margin: 0 4vw 8ve;
    font-size: 3.2vw;
  }
  /* line 532, ../../_scss/common/common.scss */
  footer .inner small {
    padding: 0;
    font-size: 3.2vw;
  }
}
/* ------------------------------------------------------------------------
	Animation Key Frame Settings 
------------------------------------------------------------------------ */
@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes anime2 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1.2);
  }
}
