@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
	-webkit-overfrow-scrolling: touch;
}
body {
  color: #333; /* RGB */
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: left;
  font-family: kinuta-mincho-stdn, sans-serif;
  font-style: normal;
  font-weight: 300;
  display: block;
  /*    color: #556644;*/
}
a {
  text-decoration: none;
  color: #333;
}
h1 {
  font-size: 3.0rem;
  padding: 80px 0 0 50px;
}
body {
  font-family: kinuta-mincho-stdn, sans-serif;
  font-style: normal;
  font-weight: 300;
}
#header {
  width: 1000px;
  margin: 0 auto;
}

.header__flex {
  display: flex;
  justify-content: center;
}
.header__flex :first-child {
  margin-right: auto;
}
.header__flex div {
  font-size: 2.0rem;
  padding: 14px;
  text-align: center;
  margin: auto 0;
  font-weight: 700;
}
.header__flex div span {
  color: #8d0000;
  font-size: 1.4rem;
}
.header__logo img {
  width: 150px;
  padding-left: 20px;
}
.menu_list {
  margin: 0 150px;
}
.menu_list-flex {
  display: flex;
  justify-content: center;
}
.menu_list-flex div td {
  padding: 0px 20px;
  font-size: 2.0rem;
  text-align: 4.0rem;
}
h2 {
  font-size: 2.6rem;
  display: block;
  text-align: center;
  padding: 20px;
}
.access_wrap {
  margin: 0px 100px 0;
  padding-top: 20px;
}
.access__table {
  padding-top: 30px;
  text-align: left;
  margin: 0 30%;
  padding-bottom: 50px;
}
.access__table td {
  line-height: 3rem;
  padding-right: 20px;
  padding-top: 6px;
}
.footer {
  background-color: #FFF4D2;
}
.footer h4 {
  text-align: center;
  padding: 10px;
}
.footer_flex {
  display: flex;
}
.footer_flex .footer_nav-list {
  margin: 0 auto;
  padding: 100px 0;
}
.footer_flex .footer_nav-list div {
  line-height: 4.0rem;
}
.footer_flex .footer_nav-list div span {
  font-size: 3.0rem;
}
.footer_flex .sns {
  margin: 0 auto;
  padding: 100px 0;
}
.footer_flex img {
  width: 300px;
}
.footer_phone {
  font-size: 2.6rem;
  padding-top: 20px;
}

