html,body{
  height:100%;
  overflow-x: hidden;
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
.underline{
  border-bottom: solid 2px var(--darken-color);
}
.underline:after{
  display: block;
  margin-bottom: 2px;
  border-bottom: solid 1px var(--darken-color);
}
h2.logo {
  margin:0.25em 0;
  padding: 0;
  line-height: 1.5em;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color:var(--main-color);
}
a:hover {
  color:var(--darken-color);
}
.logo img{
  max-height: 50px;
  width: auto;
}
nav ul{
  margin:0;
  padding: 0;
  list-style: none;
  text-align: right;
}
nav ul li{
  display: inline-block;
  line-height: 64px;
}
nav ul li{
  display: inline-block;
  margin-left: 2em;
}
p {
  font-size: 16px;
  line-height: 1.5em;
}
/*
nav{
  background: linear-gradient(var(--main-color), var(--darken-color));
}
nav ul{
  margin:0;
  padding: 0;
  list-style: none;
}
nav ul li{
  border-right: solid 1px #fff;
}
nav ul li a{
  display: inline-block;
  color:#fff;
  line-height: 4em;
  text-align: center;
  float:left;
  width: 14.2857143%
}
nav ul li a:hover{
  background-color: var(--darken-color);
  color:#fff;
}
*/
main{
  width: 100%;
  /*min-height: 75%;
  margin-left: 22.5%;*/
  margin-top: 1em;
}
.mid{
  position: relative;
  min-height:100%;
}
footer{
  background-color: var(--liten-color);
  padding: 1em;
}
footer .copyright{
  text-shadow:1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
}
.comment1{
  border: solid 1px var(--darken-color);
  padding: 2em;
  border-radius: 3px;
  margin: 2em 0;
}
.comment1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comment1 ul li{
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom:solid 1px #ccc;
}
.comment1 ul li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom:none;
}
h3{
  background-color: var(--darken-color);
  line-height: 2em;
  color:#fff;
  text-align: center;
  margin: 0;
  padding: 0;
}
h3.nomal{
  background-color: #fff;
  line-height: 1.5em;
  font-size:2.5em;
  color:var(--darken-color);
  text-align: left;
}
h4{
  background-color: #fff;
  line-height: 2.5em;
  color:#000;
  text-align: center;
  border-bottom: solid 1px var(--liten-color);
}
.waku{
  border: solid 1px var(--liten-color);
}
.waku .inner{
  padding:2em;
}
thead th {
  background-color: var(--liten-color);
  color:#fff;
}
.noWaku{
  padding:2em;
}
.noWaku2{
  padding:4em;
}
.noWaku table{
  margin-bottom:0;
}
.mainHead{
  height: 50px;
  background-image: url(https://pcr.tls-kmj.com/img/3061/item_20211014151223.png);
}
@media screen and (max-width:879px){
  .noWaku,.noWaku2{
    padding:0;
  }
  .waku .inner{
    padding:1em;
  }
  h3.nomal{
    background-color: #fff;
    line-height: 1.5em;
    font-size:1.5em;
    color:var(--darken-color);
    text-align: left;
    margin: 1em 0;
  }
}






.gallery ul{
  margin: 0 0 2em;
  padding: 0;
  list-style: none;
}
.gallery li{
  height: 18vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  border:solid 1px #fff;
  position: relative;
}
.gallery li a{
  display: block;
  width: 100%;
  height:100%;
  position: absolute;
}
.faq .question {
  font-size: 18px;
  font-weight: bold;
  color:var(--darken-color);
}
.faq ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq .question:before {
  content: "\f128";
  font-family: "FontAwesome";
  font-size: 36px;
  color:var(--liten-color);
  margin-right: .5em;
}

.iframe-responsive {
  position: relative;
  width: 100%;
  padding: calc(315 / 560 * 100%) 0 0;
}
.iframe-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal_box .row,.common .row,.common2 .row{
  border-bottom: solid 1px #f3f3f3;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.loadingWrapper{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  left: 0;
  top:0;
  display: none;
}
.loading{
  position: absolute;
  width: 100px;
  height: 120px;
  background: #fff;
  left: 50%;
  top:50%;
  margin-left:-50px;
  margin-top:-60px;
  line-height: 100px;
  text-align: center;
  border-radius: 5px;
}

.toggle-nav{
  display: none;
}
@media screen and (max-width:879px){
  nav {
    width: 100%;
    float: none;
    left:0;
    display: none;
    position: relative;
    z-index: 1;
  }
  nav ul {
    position: absolute;
    top: 50px;
    width: 100%;
    background-color: #fff;
    padding: 1em;
  }
  nav ul li{
    border-right: none;
    line-height: 2em;
  }
  nav ul li a{
    float:none;
    width: 100%;
    text-align: left;
    border-bottom: solid 1px var(--liten-color);
    display: block;
  }
  nav ul li:last-child a{
    border-bottom: none;
  }
  main {
    margin-left: 0;
  }
  .toggle-nav{
    display: inline-block;
    position: absolute;
    right:1em;
    top:1em;
  }
}
