/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
body {
  color: #786a3e;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  line-height: 1.5;
  overflow: visible;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

main {
  padding-top: 30px !important;
  padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  main {
    padding-bottom: 60px;
    padding-top: 30pxt;
  }
}

#container {
  padding-top: 50px;
}
@media screen and (max-width: 800px) {
  #container {
    padding-top: 0;
  }
}

.outTitle {
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
  margin-top: 50px;
  letter-spacing: 4px;
}
@media print, screen and (max-width: 1023.9px) {
  .outTitle {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

h3 {
  font-size: 18px;
  text-align: left;
  background: none;
  width: 100%;
  max-width: none;
  letter-spacing: 0;
  padding: 0;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media print, screen and (max-width: 1023.9px) {
  h3 {
    font-size: 16px;
  }
}

h3:after {
  content: none;
}

.outTable {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 40px;
  color: #333;
}
@media screen and (max-width: 800px) {
  .outTable {
    border-top: 1px solid #ccc;
  }
}

.outTable td,
.outTable th {
  border: 1px solid #ccc;
  padding: 12px 15px 12px;
  font-size: 14.5px;
  vertical-align: middle;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .outTable td,
  .outTable th {
    display: block;
    font-size: 13px;
    padding: 10px 6px 9px 10px;
  }
}

.outTable th {
  background: #fdfbf3;
  font-weight: normal;
  width: 30%;
  padding: 12px 5px 12px;
}
@media screen and (max-width: 800px) {
  .outTable th {
    width: 100%;
    border-top: none;
    border-bottom: none;
    text-align: left;
    padding: 10px 6px 9px 10px;
    font-weight: bold;
  }
}

.outTable td {
  font-weight: normal;
  background: #FFF;
}

.outTable sup {
  font-size: 9px;
  vertical-align: super;
}

.outCap {
  font-size: 12px;
  margin-top: -5px;
  font-weight: normal;
  color: #333;
}

.-update {
  margin-top: 40px;
}

.w1100 {
  max-width: 1100px;
}

.btArea {
  margin-top: 34px;
}
.btArea li {
  margin-bottom: 18px;
}
@media screen and (max-width: 800px) {
  .btArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    max-width: 410px;
    margin: 30px auto 0;
  }
  .btArea li {
    width: 48.5%;
    margin-bottom: 10px;
  }
}

.mapBtn {
  max-width: 300px;
  margin: 0 auto;
}
.mapBtn a {
  width: 100%;
  height: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  color: #fff;
  font-size: 1.7rem;
  border: 1px solid #000;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  line-height: 1;
}
.mapBtn a:hover {
  background: #fff;
  color: #000;
}

@media screen and (min-width: 800px) {
  .sp {
    display: none !important;
  }
}
.kankyo {
  max-width: 400px;
  margin: 40px auto 0;
}
@media print, screen and (max-width: 1023.9px) {
  .kankyo {
    width: 86%;
  }
}