@charset "UTF-8";
/*薄いベージュ*/
BODY {
  background: #fff;
  font-style: normal;
  text-align: center;
  text-indent: 0pt;
  letter-spacing: 0em;
  color: #231815;
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-family: "Sawarabi Mincho", sans-serif;
  font-weight: 400;
}

a {
  outline: none;
}

a:link {
  color: #231815;
  text-decoration: none;
}

a:visited {
  color: #231815;
}

a:hover {
  color: #231815;
  text-decoration: none;
}

a:active {
  color: #231815;
  text-decoration: none;
}

#pageTop {
  position: fixed;
  bottom: 40px;
  right: 10px;
  width: 65px;
  height: 65px;
}
#pageTop a {
  display: block;
  position: absolute;
  z-index: 999;
  padding: 14px 0 0 2px;
  width: 65px;
  height: 65px;
  line-height: 1.4;
  background-color: #CCC;
  border-radius: 50%;
  border: 1px #fff solid;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
#pageTop a:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-pagetop {
  transition: all 0.7s;
  pointer-events: none;
  opacity: 0;
}

.pageTopBtn-in {
  opacity: 1;
  pointer-events: auto;
}

.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flexbox .col3_2box {
  width: 66%;
}
.flexbox .col3_1box {
  width: 30%;
}
.flexbox .col5_2box {
  width: 40%;
}
.flexbox .col5_3box {
  width: 55%;
}
.flexbox .col2box {
  width: 48%;
}
.flexbox .col3box {
  width: 31%;
}
.flexbox .col4box {
  width: 22%;
}
.flexbox .col2fullbox {
  width: 50%;
}

.site-navigation-pc li {
  display: inline-block;
}
.site-navigation-pc a {
  width: 100%;
  display: block;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 0.9em;
  padding: 2px 10px;
}

header {
  margin-bottom: 50px;
  width: 1200px;
  margin: 0 auto;
}
header #headerinner {
  width: 1000px;
  margin: 0 auto;
}
header #logo {
  margin-top: 40px;
}
header .site-navigation-over li {
  display: inline-block;
}
header .site-navigation-over li a {
  padding: 0 20px;
  display: block;
}

.site-navigation-tel a {
  display: block;
  width: 320px;
  margin: 30px auto 0;
  padding: 15px 0;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  border: 2px solid #000;
  color: #000;
  font-size: 18px;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.site-navigation-tel a:hover {
  opacity: 0.6;
}

footer {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 60px;
}
footer .site-navigation-pc p img {
  width: 10px;
  margin-right: 10px;
}
footer .site-navigation-pc ul {
  margin-top: 20px;
}
footer .site-navigation-pc li a {
  padding: 2px 20px;
  border-left: 1px #333 solid;
}
footer .site-navigation-pc li:last-child {
  border-right: 1px #333 solid;
}

table.bacetable {
  width: 100%;
  border: 1px #3B693F solid;
}
table.bacetable th {
  border: 1px #3B693F solid;
  padding: 10px 20px;
  background-color: #d7e1d9;
  font-weight: 500;
  text-align: left;
}
table.bacetable td {
  border: 1px #3B693F solid;
  padding: 10px;
  text-align: left;
}

.contentsinner {
  width: 1200px;
  margin: 0 auto;
}

.contentsinner2 {
  width: 1000px;
  margin: 0 auto;
}