@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
html,
input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #333333;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.clearfix {
  clear: both;
}

a img {
  border: none;
}

a {
  color: #0077cc;
  overflow: hidden;
  outline: none;
}

a:hover {
  color: #00538f;
}

.sp {
  display: block;
}

.nosp {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .nosp {
    display: block;
  }
}
input:focus,
textarea:focus {
  outline: none;
}

body {
  margin: 0;
}

#header-inner,
#contents,
#footer-inner {
  margin: auto;
  max-width: 960px;
  width: 100%;
}

#contents {
  margin-top: 73px;
  margin-bottom: 10px;
}

#contents-inner {
  margin-left: 5px;
  margin-right: 5px;
}

@media print, screen and (min-width: 769px) {
  #contents-inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 990px) {
  #contents-inner {
    margin: 0;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 57px;
  border-top: 6px solid #333333;
  border-bottom: 3px solid #f2f2f2;
  z-index: 9999;
}

header {
  position: relative;
  float: left;
  width: 280px;
  height: 100%;
  overflow: hidden;
  margin-right: -280px;
}

header h1 {
  position: absolute;
  top: 0;
  left: 0px;
  margin: 0;
  padding: 0;
}

#header,
#header-base {
  background: #f7f7f7;
}

#header-base {
  position: relative;
  overflow: hidden;
}

nav ul {
  display: none;
  margin: 0;
  padding: 1rem;
  position: fixed;
  top: 50px;
  right: 0.5rem;
  width: 10rem;
  background: #fefefe;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 6px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 6px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 6px 3px;
}

nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav ul li a {
  display: block;
  font-size: 0.9rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #cccccc;
  background: url("../common_img/navi-arrow.gif") no-repeat;
  background-position: right center;
}

nav ul li a,
nav ul li a:hover {
  color: #333333;
  text-decoration: none;
}

nav ul li span {
  display: none;
}

nav ul li#navi-close a {
  border: 1px solid #cccccc;
  margin-top: 1rem;
  margin-left: 5rem;
  padding: 0.7rem;
  text-align: center;
  background: none;
}

#navi-menu {
  display: inline;
  position: absolute;
  top: 15px;
  right: 10px;
}

@media print, screen and (min-width: 769px) {
  nav {
    float: right;
    width: 100%;
    position: relative;
  }
  nav ul {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 0px;
    width: auto;
    background: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  nav ul li {
    float: left;
  }
  nav ul li a {
    display: inline;
    text-decoration: none;
    color: #333333;
    background: none;
    border: none;
    padding: 0;
  }
  nav ul li span {
    display: inline;
    margin-left: 0;
    margin-right: 0;
    color: #999999;
  }
  nav ul li#navi-close a {
    display: none;
  }
  #navi-menu {
    display: none;
  }
}
@media print, screen and (min-width: 790px) {
  nav ul li span {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }
}
@media print, screen and (min-width: 860px) {
  nav ul li span {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }
}
#footer {
  margin-top: 10px;
  color: #ffffff;
  background: #333333;
}

footer {
  padding-bottom: 1rem;
  margin-left: 5px;
  margin-right: 5px;
}

#footer-link {
  padding-top: 10px;
  text-align: left;
  line-height: 1.8rem;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

#footer-link a {
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  margin-right: 0.5rem;
}

#copyright {
  padding: 1rem;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  footer {
    margin-left: 10px;
    margin-right: 10px;
  }
  #copyright {
    text-align: right;
    font-size: 0.9rem;
  }
}
@media print, screen and (min-width: 990px) {
  footer {
    margin-left: 0;
    margin-right: 0;
  }
}
#pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9000;
  display: none;
}

#pagetop a {
  display: block;
  color: #ffffff;
  padding: 14px 6px;
  padding: 1rem 1.5rem;
  margin: 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  background: #000000;
  opacity: 0.6;
}

#pagetop a:hover {
  opacity: 0.9;
}

#sub-navi {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 9000;
}

#sub-navi a {
  display: block;
  color: #777777;
  padding: 14px 6px;
  margin: 0;
  background-color: #DDDDDD;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

#sub-navi a:hover {
  background: #666666;
  color: #ffffff;
}

@media print, screen and (min-width: 769px) {
  #sub-navi {
    display: none;
  }
}
#main-contents {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

#main-contents article {
  margin-top: 2rem;
}

#main-contents h2 + p {
  margin-top: 0.5rem;
}

#main-contents p.kome {
  padding-left: 1rem;
  text-indent: -1rem;
}

#main-contents p img {
  vertical-align: middle;
}

#main-contents p,
#main-contents dt,
#main-contents dd,
#main-contents li {
  line-height: 1.4rem;
}

#main-contents em {
  font-style: normal;
}

@media print, screen and (min-width: 769px) {
  #main-contents article {
    margin-left: 10px;
    margin-bottom: 1rem;
  }
}
#main-contents h1 {
  margin: 0;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.429rem;
  font-weight: bold;
  color: #997f66;
  color: #b34c4c;
  line-height: 1.3rem;
}

#main-contents h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 0.3rem;
  font-size: 1.286rem;
  color: #997f66;
  color: #74604d;
  margin-top: -75px;
  padding-top: 75px;
  line-height: 1.3rem;
}

@media print, screen and (min-width: 769px) {
  #main-contents article h2 {
    margin-left: -10px;
  }
}
#pankuzu {
  font-size: 0.8rem;
  color: #666666;
}

#pankuzu a {
  color: #666666;
  text-decoration: none;
}

ul.image {
  margin: 0px;
  padding: 0px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

ul.image li {
  float: none;
  margin: 0px;
  margin-bottom: 0.5rem;
  padding: 0px;
  width: 100%;
  list-style: none;
  text-align: center;
  line-height: 1rem;
}

ul.image li img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 1px solid #cccccc;
}

ul.image li span {
  display: block;
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.2rem;
}

ul.image li span.fancycomment {
  display: none;
}

ul.noborder li img {
  border: none;
}

.image-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 0.5rem;
}

.imagebase {
  border: 1px solid #cccccc;
  background: #ffffff;
  line-height: 0;
}

.imagebase img {
  margin: 3px;
}

@media print, screen and (min-width: 480px) {
  ul.image2 {
    margin-left: -2%;
    margin-bottom: 1rem;
  }
  ul.image2 li {
    float: left;
    width: 48%;
    margin-left: 2%;
  }
  ul.image li img {
    max-width: 100%;
  }
  ul.image li span {
    text-align: center;
  }
}
@media print, screen and (min-width: 600px) {
  ul.image3 {
    margin-left: -2%;
    margin-bottom: 1rem;
  }
  ul.image3 li {
    float: left;
    width: 31.3%;
    margin-left: 2%;
  }
  ul.image3 li.double {
    width: 64.6%;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  empty-cells: show;
  margin-bottom: 2rem;
}

table th {
  display: block;
  padding: 0.5rem 0 0 0;
  background: #ffffff;
  text-align: left;
  font-weight: bold;
  border: none;
  line-height: 1.5rem;
}

table td {
  display: block;
  padding: 0px;
  padding-bottom: 0.5rem;
  border: none;
  line-height: 1.5rem;
}

@media print, screen and (min-width: 480px) {
  table th,
  table td {
    display: table-cell;
    padding: 0.8rem;
    border: 1px solid #cccccc;
  }
  table th {
    white-space: nowrap;
    font-weight: bold;
    background: #f9f9f9;
    width: 20%;
  }
  table tr.line0 th,
  table tr.line0 td {
    background: #ffffff;
  }
  table tr.line1 th,
  table tr.line1 td {
    background: #f9f9f9;
  }
}
table.noresponsive th,
table.noresponsive td {
  display: table-cell;
  padding: 0.1rem;
  border: 1px solid #cccccc;
}

table.noresponsive th {
  white-space: nowrap;
  font-weight: bold;
  background: #f9f9f9;
  width: 20%;
}

table.noresponsive tr.line0 th,
table.noresponsive tr.line0 td {
  background: #ffffff;
}

table.noresponsive tr.line1 th,
table.noresponsive tr.line1 td {
  background: #f9f9f9;
}

@media print, screen and (min-width: 769px) {
  table.noresponsive th,
  table.noresponsive td {
    padding: 0.8rem;
  }
}
#sns-buttons ul {
  margin: 0;
  padding: 0;
  margin-bottom: 0.5rem;
}

#sns-buttons li {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 25px;
}

#sns-buttons li#facebook {
  width: 115px;
}

#sns-buttons li#line {
  margin-right: 10px;
}

#underie8 {
  border: 3px solid #ff0000;
  color: #ff0000;
  padding: 1rem;
  margin-top: 75px;
  margin-bottom: 1rem;
}/*# sourceMappingURL=style.css.map */