@charset "shift_JIS";
/* CSS Document */
html {
  overflow-y: scroll;
}
body {
  width: 100%;
  height: 100%;
  color: #603813;
  font-family: "Zen Maru Gothic", 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 0.5rem + 0.63vw, 1.25rem);
  line-height: 0;
  background-image: url("../images/side_bg.png");
  background-repeat: repeat-y;
  background-position: center center;
  background-size: 100%;
}
*, *:before, *:after {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
a img {
  border: none;
  outline: none;
}
/*
---------------------------------------------------ヘッダー
*/
header #headerFrame {
  position: relative;
  width: 75%;
  height: auto;
  margin: auto;
  padding: 1em 2em;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 1em;
  border: 2px dashed #74A64C;
  -webkit-box-shadow: 0px 0px 0px 8px #fff;
  box-shadow: 0px 0px 0px 8px #fff;
}
#home header #headerFrame {
  position: absolute;
  margin-top: -5vw;
  left: 0;
  right: 0;
}
header h1 {
  width: auto;
}
#lower header #headerFrame {
  position: relative;
  margin-top: 1vw;
  left: 0;
  right: 0;
}
/*
---------------------------------------------------ナビ
*/
nav {
  display: block;
  position: absolute;
  margin: auto;
  right: 0;
  bottom: 0.5em;
}
nav .naviBtn {
  display: none;
}
nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  line-height: 2rem;
}
nav ul li {
  font-size: 0.9em;
  list-style: none;
  padding: 0 1em;
  text-align: center;
}
nav ul li img {
  display: block;
  margin: auto;
  width: auto;
  height: 80%;
}
nav ul li img::after {
  content: "\A";
  white-space: pre;
}
nav ul li a {
  display: block;
  text-decoration: none;
  color: #EA5532;
}
nav ul li a:hover {
  position: relative;
  top: -0.5em;
}
/*
---------------------------------------------------メインカラム
*/
#home main {
  display: block;
  position: relative;
  clear: both;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  margin: 150px 0 0;
}
#lower main {
  display: block;
  position: relative;
  clear: both;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  margin: 50px 0 0;
}
main a {
  text-decoration: none;
  color: #EA5532;
}
main a:hover {}
main ul {
  margin: 0 auto 1rem;
  list-style-position: inside;
}
main ul li {
  padding: 0.5rem 1rem;
  vertical-align: middle;
  text-indent: -1em;
}
main ol {
  margin: 0 auto 1rem;
  list-style-position: inside;
}
main ol li {
  padding: 0.5rem 0 0.5rem 1rem;
  vertical-align: middle;
  text-indent: -1em;
}
main table {
  width: 100%;
  border: 2px solid rgba(96, 56, 19, 0.3);
  border-collapse: collapse;
}
main table tr th {
  padding: 0.5rem 1rem;
  border: 1px solid rgba(96, 56, 19, 0.3);
  text-align: left;
}
main table tr td {
  padding: 0.5rem 1rem;
  border: 1px solid rgba(96, 56, 19, 0.3);
}
/*
---------------------------------------------------フッター
*/
footer {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 150px;
  clear: both;
  background-image: url("../images/footer_bg.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  z-index: 1;
}
footer .enName {
  text-align: center;
  font-size: 0.9em;
  line-height: 2em;
  padding: 1em 0;
}
footer .phoneBtn {
  width: fit-content;
  margin: 0 auto 1em;
  text-align: center;
  z-index: 100;
}
footer .phoneBtn::before {
  content: "";
  display: block;
  position: relative;
  width: 60%;
  height: 2em;
  z-index: -1;
  top: 0.5em;
  left: -2em;
  background-image: url("../images/phone_notice.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
footer .phoneBtn span {
  font-size: 1.3em;
  margin-right: 1rem;
  vertical-align: text-bottom
}
footer .phoneBtn a {
  display: block;
  background: #fff;
  padding: 0.5em 2em;
  border-radius: 0.5em;
  color: #EA5532;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
}
footer .phoneBtn a:hover {
  color: #fff;
  background: #EA5532;
}
.pagetop {
  display: block;
  position: absolute;
  width: fit-content;
  right: 0;
  bottom: 0;
  text-align: right;
  z-index: 1;
}
.copyright {
  font-size: 0.6em;
  text-align: center;
  line-height: 1rem;
  color: #fff;
}
/*
---------------------------------------------------レスポンシブ1600
*/
@media screen and (max-width:1600px) {
  header #headerFrame {
    width: 90%;
  }
  /*
---------------------------------------------------1600ここまで
*/
}
/*
---------------------------------------------------レスポンシブ1200
*/
@media screen and (max-width:1200px) {
  body {
    background-image: url("../images/side_bg2.png");
  }
  #home header #headerFrame {
    position: absolute;
    margin-top: -15vw;
  }
  header #headerFrame h1 {
    width: fit-content;
    margin: auto;
    text-align: center;
  }
  nav .naviBtn {
    display: block;
    position: fixed;
    top: 1vh;
    right: 5vw;
    width: 4em;
    height: 4em;
    margin: 0px auto;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.5em;
  }
  nav .naviBtn span {
    display: block;
    font-size: 3em;
  }
  nav .naviBtn span::after {
    content: "\A";
    white-space: pre;
  }
  nav ul {
    width: 80%;
    height: auto;
    margin: 0px auto;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  nav ul li {
    width: 100%;
    font-size: 1.2em;
  }
  nav .naviBtn.naviClose {
    display: none;
  }
  nav .naviBtn.naviOpen {
    display: block;
    width: 100%;
    margin: 0px auto;
  }
  nav .naviContent.slide-in {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 1em;
    z-index: 9997;
    background-color: #F5F3F0;
  }
  /*
---------------------------------------------------768ここまで
*/
}
/*
---------------------------------------------------レスポンシブ480
*/
@media screen and (max-width:480px) {
  body {
    background-color: rgba(255, 255, 255, 0.4);
    background-blend-mode: overlay;
    background-image: url("../images/side_bg2.png");
  }
  header #headerFrame {
    width: 90%;
  }
  #home header #headerFrame {
    position: absolute;
    margin-top: -30vw;
    left: 0;
    right: 0;
  }
  header #headerFrame h1 {
    width: 80%;
    margin: auto;
    text-align: center;
  }
  header #headerFrame h1 img {
    width: 100%;
    height: auto;
  }
  footer .phoneBtn {
    padding-bottom: 120px;
  }
  /*
---------------------------------------------------480ここまで
*/
}