@charset "UTF-8";

* {
  color: #260e05;
  margin: 0;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
  font-family: 'GenJyuuGothic';
  letter-spacing: 1px;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
a:hover {
  color: #fff;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #fff;
}

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.img_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

#containar {
  width: 100%;
  margin: auto;
}

h2 {
  padding: 20px;
}
.bg_color {
  background: #fffff1;
}

.sp_img {
  display: none;
}
.input-hidden {
  display: none;
}
header {
  width: 100%;
}
header p {
  height: 110px;
  padding-top: 10px;
}
header p img {
  padding: 15px;
}
header nav {
  background: #ee8645;
  color: #fff;
  padding-top: 0.12rem;
  padding-bottom: 0.12rem;
}
header nav ul {
  max-width: 1440px;
  list-style: none;
  text-align: right;
  color: #fff;
  display: flex;
  justify-content: right;
  align-items: right;
  margin: auto;
  padding: 0;
}

header nav ul li {
  font-size: 80%;
  margin-right: 5px;
  padding: 2px 3px;
}
header nav ul li:nth-of-type(4) {
  padding-right: 20px;
}
header nav ul li img {
  width: 21px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
header nav ul li a {
  display: block;
}
figure {
  max-width: 1440px;
  margin: auto;
}
figure ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
figure ul li {
  list-style: none;
  width: 100%;
}
figure img {
  width: 100%;
}
#tokucho {
  width: 70%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 0 0 0 5%;
}
.text_center {
  text-align: center;
  margin-bottom: 10px;
}
#tokucho ul {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin: auto;
}

#tokucho ul li {
  width: 100%;
  list-style: none;
}
#tokucho ul li p {
  font-size: 15px;
  width: 85%;
  text-align: justify;
}
#tokucho ul li p img {
  width: 100%;
}
#cost {
  padding-bottom: 30px;
}
#cost_month {
  width: 60%;
  margin: auto;
  border: 2px solid #ee8645;
  border-radius: 20px;
  background: #fff;
  padding: 20px;
}

#cost_month ul {
  margin: auto;
  list-style: none;
  display: flex;
}

#month {
  width: 70%;
  margin: auto;
  padding: 5px;
}
#month ul li {
  margin: auto;
}
#item {
  width: 60%;
  margin: auto;
  padding-left: 20px;
  border-top: 2px solid #ee8645;
}
#item p:nth-of-type(1) {
  margin-top: 10px;
}
#cost_month span {
  font-size: 1.6em;
  font-weight: bold;
}
#cost table {
  width: 45%;
  margin: auto;
  border-collapse: collapse;
  margin-top: 30px;
}
#cost table th {
  padding: 10px;
  border: 2px solid #ee8645;
  text-align: center;
  background: #ee8645;
  color: #fff;
}
#cost table td {
  width: 295px;
  padding: 10px;
  background: #fff;
  text-align: left;
  border: 2px solid #ee8645;
}
.nagare {
  width: 80%;
  margin: auto;
}
.nagare img {
  width: 100%;
}
#contact {
  padding-bottom: 30px;
}
#contact p {
  text-align: center;
}
#contact a {
  color: #260e05;
  font-size: 110%;
}
#contact p:nth-of-type(1) {
  font-size: 1.5em;
}
#contact p:nth-of-type(3) {
  font-size: 1.4em;
}
#contact p:nth-of-type(2n) {
  font-size: 0.8em;
}
#access {
  width: 70%;
  margin: auto;
}
@media (max-width: 900px) {
  #month ul {
    display: block;
  }

  #access {
    width: 100%;
  }
  #access ul li:nth-of-type(1) {
    margin: 0;
  }
}

.access_img {
  width: 100%;
  min-width: 200px;
  height: auto;
}
#access ul {
  list-style: none;
  display: flex;
  margin: auto;
  justify-content: center;
}
#access ul li:nth-of-type(1) {
  padding: 5%;
}
.map_img {
  min-width: 250px;
  max-width: 500px;
  height: auto;
}
.map_img img {
  width: 100%;
  height: auto;
}
#access ul li:nth-of-type(1) {
  margin-top: 50px;
}
#access ul li p:nth-of-type(2) {
  font-size: 1.4em;
}
#access ul li p:nth-of-type(4) {
  font-size: 1.3em;
  color: #ee8645;
}
footer {
  background: #376ea7;
}

footer nav ul {
  color: #fff;
  display: flex;
  list-style: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
footer nav ul li {
  width: 150px;
  border-left: 1px solid #fff;
}

.border_right {
  border-right: 1px solid #fff;
}
