@charset "UTF-8";
/*(c)*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bellefair&display=swap");
@font-face {
  font-family: 'Icons';
  src: url("../font/icons.eot");
  src: url("../font/icons.eot?#iefix") format("embedded-opentype"), url("../font/icons.woff") format("woff"), url("../font/icons.ttf") format("truetype"), url("../font/icons.svg#Icons") format("svg"); }
@font-face {
  font-family: 'Form';
  src: url("../font/form.eot");
  src: url("../font/form.eot?#iefix") format("embedded-opentype"), url("../font/form.woff") format("woff"), url("../font/form.ttf") format("truetype"), url("../font/form.svg#Form") format("svg"); }
body, input, textarea, select {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "メイリオ","Meiryo", 'Noto Sans JP', "HGPｺﾞｼｯｸM",  "Osaka", "ＭＳ Ｐゴシック", sans-serif,"Century Gothic",Arial; }

html {
  overflow-y: scroll;
  font-size: 16px;
  scroll-padding-top: 150px; }
  @media screen and (max-width: 960px) {
    html {
      font-size: 15px; } }
  @media screen and (max-width: 560px) {
    html {
      font-size: 14px; } }

html:focus-within {
  scroll-behavior: smooth; }

body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, figure {
  margin: 0px;
  padding: 0px; }

body {
  background: #fff;
  text-align: center;
  line-height: 1.4;
  min-width: 100%;
  -webkit-text-size-adjust: 100%; }
  body * {
    box-sizing: border-box; }

li {
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }

i {
  font-style: normal;
  font-family: "Icons"; }

b {
  font-weight: normal; }

address {
  font-style: normal; }

img {
  border: 0px;
  vertical-align: bottom;
  box-sizing: content-box; }

input, select, option, textarea {
  font-size: 16px; }

label {
  cursor: pointer; }

input[type=checkbox] {
  display: none; }
  input[type=checkbox] + label span::before {
    content: '□';
    color: #fff;
    font-family: 'Form';
    margin-right: 10px;
    font-size: 20px;
    vertical-align: -3px;
    -webkit-text-stroke: 0.5px #999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: normal; }
  input[type=checkbox]:checked + label span::before {
    content: '■';
    color: #000;
    -webkit-text-stroke: 0px #fff; }

_:-ms-lang(x)::-ms-backdrop, input[type=checkbox] + label span::before {
  text-shadow: 0px 0px 1.5px #000; }

_:-ms-lang(x)::-ms-backdrop, input[type=checkbox]:checked + label span::before {
  text-shadow: 0px 0px 0px #fff; }

input[type=radio] {
  display: none; }
  input[type=radio] + label span::before {
    content: '○';
    color: #fff;
    font-family: 'Form';
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
    -webkit-text-stroke: 0.5px #999; }
  input[type=radio]:checked + label span::before {
    content: '●';
    color: #000;
    -webkit-text-stroke: 0px #fff; }

_:-ms-lang(x)::-ms-backdrop, input[type=radio] + label span::before {
  text-shadow: 0px 0px 1.5px #000; }

_:-ms-lang(x)::-ms-backdrop, input[type=radio]:checked + label span::before {
  text-shadow: 0px 0px 0px #fff; }

::-webkit-input-placeholder {
  color: #000;
  opacity: 0.2; }

:-moz-placeholder {
  color: #000;
  opacity: 0.2; }

:-ms-input-placeholder {
  color: #ccc; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  cursor: pointer; }

option {
  cursor: pointer; }

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ''; }

select::-ms-expand {
  display: none; }

span.select {
  display: inline-block;
  position: relative; }
  span.select::after {
    content: '↓';
    font-family: 'Icons';
    margin-left: -15px;
    font-size: 9px;
    z-index: -1;
    position: absolute;
    right: 8px;
    top: 11px; }

select {
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 5px 25px 5px 10px;
  font-size: 13px;
  background: none; }

label.Chk {
  color: #000; }

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input::-webkit-search-decoration, textarea::-webkit-search-decoration {
    display: none; }
  input::focus, textarea::focus {
    outline-offset: -2px; }

.SP {
  display: block; }

.PC {
  display: none; }

html, body {
  overflow-x: hidden;
  width: 100%; }

#Hd {
  background: #fff;
  z-index: 100;
  color: #3E250B; }
  #Hd h1 {
    display: none; }
  #Hd ul li {
    border-bottom: 1px solid #eee;
    font-size: 1.125rem; }
  #Hd ul a {
    display: block;
    padding: 2.5vh 0;
    font-weight: 500; }
  #Hd .hd-sub {
    padding: 4vh 0 0; }
    #Hd .hd-sub p {
      font-size: 1.06rem;
      font-weight: 500;
      margin-bottom: 1.25rem; }
  #Hd .hd-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #D38C00;
    margin-bottom: 1.25rem; }
    #Hd .hd-tel figure {
      margin-right: 10px;
      padding-top: 6px; }
      #Hd .hd-tel figure img {
        height: 25px; }
    #Hd .hd-tel span {
      font-size: 30px;
      line-height: 1;
      font-weight: 500; }
  #Hd .hd-fax {
    font-size: 1.25rem;
    margin-bottom: 2rem; }

#sHd {
  height: 50px;
  border-bottom: 1px solid #eee;
  position: relative;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 10; }
  #sHd .log {
    float: left; }
    #sHd .log img {
      height: 50px; }
  #sHd .hum {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100; }
    #sHd .hum a {
      display: block;
      width: 50px;
      height: 50px; }
    #sHd .hum a::before,
    #sHd .hum a::after {
      line-height: 50px;
      font-size: 18px;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 0px;
      -webkit-transition: all 0.75s ease;
      -moz-transition: all 0.75s ease;
      -o-transition: all 0.75s ease;
      -ms-transition: all 0.75s ease;
      transition: all 0.75s ease;
      color: #3E250B; }
    #sHd .hum a::before {
      content: '二';
      font-family: 'Icons';
      opacity: 1; }
    #sHd .hum a::after {
      content: '閉';
      font-family: 'Icons';
      opacity: 0; }

body.open #sHd .hum a::before {
  opacity: 0; }
body.open #sHd .hum a::after {
  opacity: 1; }

body #Hd {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50px;
  width: 100%; }

body.open #Hd {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }
