body {
  position: relative;
  padding-bottom: 230px;
  min-height: 100vh;
}
@media print, screen and (min-width: 768px) {
  body {
    padding-bottom: 150px;
  }
}

/* ----------------------------------------
	header
---------------------------------------- */
header#masthead {
  margin-bottom: 3em;
  background: #FFF5EE;
  border-bottom: none;
}
@media print, screen and (min-width: 901px) {
  header#masthead {
    margin-bottom: 6em;
  }
}
header#masthead .inner {
  padding: 5px 3%;
  max-width: 1300px;
  width: 100%;
}
@media print, screen and (min-width: 901px) {
  header#masthead .inner {
    padding: 10px 3%;
  }
}
header#masthead .site-title {
  padding: .5em .5em .5em 0;
}
header#masthead .site-title img.logo {
  width: 160px;
  transition: all .25s ease-out;
}
@media print, screen and (min-width: 901px) {
  header#masthead .site-title img.logo {
    width: 260px;
  }
}
header#masthead .snav {
  padding-top: 1em;
}
header#masthead img.wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* ----------------------------------------
	#content
---------------------------------------- */
#main {
  margin-top: 0;
  max-width: 1080px;
  width: 100%;
  padding: 0 3%;
}
@media print, screen and (min-width: 901px) {
  #main {
    padding: 0 40px;
  }
}

#content {
  padding: 0;
}

@media screen and (min-width: 62.5em) {
  #main.two-column #content {
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
  }
}
.item_page_title {
  margin-bottom: 2em;
  padding-bottom: .5em;
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 5px dotted #FF742E;
}
@media print, screen and (min-width: 768px) {
  .item_page_title {
    text-align: left;
  }
}
.item_page_title.noline {
  padding-bottom: 0;
  border-bottom: none;
}

.storycontent {
  line-height: 1.8;
}
.storycontent #itempage #img-box {
  width: 100%;
  float: none;
}
.storycontent .detail-box {
  width: 100%;
  float: none;
}
.storycontent .detail-box .item-description p {
  line-height: 1.8;
}
.storycontent .detail-box .item-description table th {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .storycontent .detail-box .item-description table th, .storycontent .detail-box .item-description table td {
    display: block;
    width: 100%;
    border: none;
  }
}

/* ----------------------------------------
	#secondary
---------------------------------------- */
#secondary {
  float: none;
  width: 100%;
}
#secondary section {
  padding: 0;
}
#secondary .widget_title > img {
  display: none;
}

/* ----------------------------------------
	footer
---------------------------------------- */
#toTop {
  z-index: 2;
  right: 20px;
}

footer#colophon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1.6;
  color: #000000;
  background-color: #FFF5EE;
}
footer#colophon .navLink {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  footer#colophon .navLink ul {
    margin: 0 auto;
    max-width: 280px;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  footer#colophon .navLink ul {
    display: flex;
    justify-content: center;
  }
}
footer#colophon .navLink ul li {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  footer#colophon .navLink ul li {
    border-right: 1px solid #707070;
  }
  footer#colophon .navLink ul li:first-child {
    border-left: 1px solid #707070;
  }
}
footer#colophon .navLink ul li a {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 13px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  footer#colophon .navLink ul li a {
    border-bottom: 1px dotted #707070;
  }
}
@media print, screen and (min-width: 768px) {
  footer#colophon .navLink ul li a {
    padding: 0 20px;
  }
}
footer#colophon .navLink ul li a:hover {
  text-decoration: underline;
}
footer#colophon .copyright {
  font-size: 11px;
}

/* ----------------------------------------
	reCAPTCHA
---------------------------------------- */
/*reCAPTCHA*/
.grecaptcha-badge {
  visibility: hidden;
}
