@charset "utf-8";

#topSearchArea,
#searchArea {
  margin-bottom: 30px;
}
#topSearchArea *,
#searchArea * {
  box-sizing: border-box;
  line-height: 1.3em;
}
.searchBox {
  border: 2px solid #0194C7;
  margin-bottom: 20px;
}
.searchBox:after {
  content: "";
  display: block;
  clear: both;
}
.searchBox .left {
  float: left;
  width: 25%;
  padding: 20px;
  font-size: 16px;
}
.searchBox .left p {
  padding-left: 1.1em;
  position: relative;
  line-height: 1.2em;
}
.searchBox .left p:before {
  content: "\f18e";
  font-family: FontAwesome;
  color: #0194C7;
  position: absolute;
  left: 0;
  top: 0;
}
.searchBox .right {
  float: right;
  width: 75%;
  padding: 20px 20px 5px 20px;
}
.searchBox .right dl {
  margin-bottom: 15px;
}
.searchBox .right dl dt {
  display: inline-block;
  width: 18%;
  position: relative;
}
.searchBox .right dl dt:after {
  display: block;
  content: "\f0da";
  font-family: FontAwesome;
  color: #0194C7;
  position: absolute;
  right: 0;
  top: 0;
}
.searchBox .right dl dd {
  display: inline-block;
}
.searchBox .right dl dd:not(:last-child):after {
  content: "｜"
}
.searchBox .right dl dd a {
  text-decoration: underline;
}
.searchBox .right ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.searchBox .right ul li a {
  text-decoration: underline;
}
.searchBox .right ul li:before {
  content: "\f0a9";
  font-family: FontAwesome;
  margin-right: 3px;
  color: #0194C7;
}

.searchListClm {
  border: 1px solid #0194C7;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  background-color: #fff;
}
.clmBody {
  display: flex;
}
.clmHeading {
  font-size: 17px;
  color: #fff;
  padding: 10px 10px;
  background-color: #0194C7;
  font-weight: bold;
  margin-bottom: 15px;
}
.clmThumb {
  margin-right: 10px;
}
.clmThumb img {
  transition: opacity .2s;
}
.clmThumb a:hover img {
  opacity: 0.8;
}
@media screen and (min-width: 641px){
  .clmThumb {
    width: 250px;
  }
  .clmThumb img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 640px){
  .clmBody {
    display: block;
  }
}

.clmDesc {
  
}
.clmDesc div {
  font-size: 15px;
}
.clmCity {
  margin-bottom: 7px;
}
.clmAddr {
  margin-bottom: 15px;
  line-height: 1.3em;
}
.clmSubject {
  margin-top: 10px;
}
.clmSubject p {
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid #8E8E8E;
  margin-right: 10px;
  margin-top: 5px;
}
.clmAnker {
  text-align: right;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #0194C7;
}
.clmAnker p {
  display: inline-block;
}
.clmAnker p:before {
  content: "\f0a9";
  font-family: FontAwesome;
  color: #0194C7;
  margin-right: 4px;
}
.ankerAll {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.freeSearch {
  margin-bottom: 20px;
  background-color: #0194C7;
  padding: 10px 20px;
}
.freeSearch p.glass {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
}
.freeSearch p.strong {
  font-size: 19px;
  margin-bottom: 8px;
  color: #fff;
}
.freeSearch p.glass:before {
  content: "\f002";
  font-family: FontAwesome;
}
.freeSearch input[type="text"] {
  border: solid 1px #ABABAB;
  padding: 0.2em 0.5em;
  margin-right: 6px;
}
.freeSearch input[type="submit"] {
  -webkit-appearance: none;
  background-color: #ff7f00;
  border-style: none;
  color: #fff;
  cursor: pointer;
}
.freeSearch input[type="submit"]:hover {
  opacity: 0.8;
}

.singleH2Area {
  padding: 15px;
  color: #fff;
  background-color: #0194C7;
  position: relative;
}
.singleH2Area h1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.singleH2Area h2 {
  font-size: 16px;
  margin-bottom: 5px;
}
.singleH2Area h1,
.singleH2Area p {
  width: 60%;
}
.singleH2Area a {
  display: block;
  width: 33%;
  padding: 10px 0;
  text-align: center;
  background-color: #6ABE6A;
  color: #fff;
  border: 3px solid #fff;
  position: absolute;
  top: 32px;
  right: 15px;
}
.searchSingle {
  border: 1px solid #9E9E9E;
  border-top-style: none;
  padding: 20px;
  background-color: #fff;
}
.sCharaList {
  margin-bottom: 30px;
}
.sCharaList ul {
  text-align: center;
}
#searchArea .sCharaList li {
  display: inline-block;
  width: 123px;
  text-align: center;
  line-height: 34px;
  border: 1px solid #0194C7;
  color: #0194C7;
  margin-bottom: 5px;
  opacity: 0.5;
  font-size: 12px;
}
#searchArea .sCharaList li.active {
  opacity: 1;
  color: #fff;
  background-color: #0194C7;
}
.sSingleSec {
  margin-bottom: 30px;
}
.sSingleH3 {
  color: #0194C7;
  font-size: 18px;
  margin-bottom: 20px;
}
.sSingleH3:before {
  content: "\f18e";
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 4px;
}
.sSingleH4 {
  font-size: 16px;
  padding-bottom: 6px;
  margin-bottom: 20px;
  border-bottom: 1px solid #0194C7;
}
.sSingleComment {
  margin-bottom: 40px;
}
.sThumbList li {
  float: left;
  margin-right: 18px;
  margin-bottom: 18px;
  width: 320px;
}
.sThumbList li:nth-child(2n) {
  margin-right: 0;
}
.sThumbList li:nth-child(2n+1) {
  clear: both;
}
.sTimeSchedule {
  width: 100%;
}
.sTimeSchedule thead {
  background-color: #0194C7;
  color: #fff;
}
.sTimeSchedule thead td {
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}
.sTimeSchedule tbody th,
.sTimeSchedule tbody td {
  border: 1px solid #878787;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.sSubjectList {
  text-align: left;
}
.sSubjectList li {
  width: 146px;
  padding: 15px;
  border: 1px solid #0194C7;
  font-size: 16px;
  display: inline-block;
  text-align: center;
}
.sLastTable {
  width: 100%;
  border-top: 1px solid #9C9C9C;
}
.sLastTable tr {
  border-bottom: 1px solid #9C9C9C;
}
.sLastTable th {
  width: 20%;
  text-align: left;
  vertical-align: top;
  padding: 15px 5px 15px 0;
}
.sLastTable td {
  text-align: left;
  vertical-align: top;
  padding: 15px 5px 15px 0;
}
@media screen and (max-width: 750px){
  .sLastTable,
  .sLastTable tbody,
  .sLastTable tr,
  .sLastTable th,
  .sLastTable td {
    width: 100%;
    display: block;
  }
}
span.slash:not(:last-child):after {
  content: "／";
}
.cityClm {
  margin-bottom: 40px;
}
.cityClm h3 {
  font-size: 17px;
  padding-bottom: 6px;
  margin-bottom: 15px;
  border-bottom: 1px solid #0194C7;
}
.cityClm h3:before {
  content: "\f002";
  font-family: FontAwesome;
  margin-left: 2px;
  margin-right: 4px;
}
.cityClm li {
  float: left;
  width: 20%;
  padding-right: 1%;
  height: 33px;
  margin-bottom: 6px;
}
@media screen and (min-width: 641px){
  .cityClm li:nth-child(5n) {
    padding-right: 0;
  }
}
#searchArea .cityClm li a {
  display: block;
  background-color: #F9F9F9;
  line-height: 33px;
  font-size: 13px;
  text-align: center;
}
#map {
  width: 100%;
  height: 300px;
}
span.dot:last-child {
  display: none;
}
.modalBox {
  position: fixed;
  background-color: #fff;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%,-50%) scale(0);
  border: 1px solid #848484;
  height: 90vh;
  width: 90vw;
  max-width: 1000px;
  overflow: auto;
  opacity: 0;
  transition: opacity .3s;
}
.modalBox.active {
  opacity: 1;
  transform: translate(-50%,-50%) scale(1);
}
.blackSmoke {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.80);
  z-index: 999;
  display: none;
}
.blackSmoke.active {
  display: block;
}
.modalHeading {
  background-color: #0194C7;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.modalWrap {
  padding: 20px;
}
.moreList {
  border: 1px solid #969696;
  padding: 20px 20px 5px;
  margin-bottom: 40px;
}
.moreList li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}
.moreBtnArea {
  padding-top: 20px;
  border-top: 1px solid #0194C7;
  text-align: right;
}
.moreBtnArea p {
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}
.moreBtnArea p span {
  background-color: #BCBCBC;
  display: block;
  width: 120px;
  line-height: 32px;
  cursor: pointer;
}
.moreBtnArea p input {
  -webkit-appearance: none;
  background-color: #6bbf6b;
  color: #fff;
  display: block;
  width: 120px;
  line-height: 32px;
  cursor: pointer;
  border-style: none;
}
.moreBtnArea p span:hover,
.moreBtnArea p input:hover {
  opacity: 0.8;
}
.moreSearchBtn {
  padding: 20px 0;
  text-align: center;
  margin-bottom: 30px;
  background-color: #EBF5FB;
  border: 1px solid #0194C7;
}
.moreSearchBtn p {
  background-color: #67BD67;
  display: inline-block;
  color: #fff;
  padding: 15px 0;
  width: 280px;
  font-size: 16px;
  cursor: pointer;
}
.moreSearchBtn p:hover {
  opacity: 0.8;
}
select[name="prefCheck"] {
  font-size: 15px;
  padding: 0.5em;
  width: 100%;
  margin-bottom: 20px;
}
.prefChangeArea ul {
  display: none;
}
.prefChangeArea ul.active {
  display: block;
}
.entryTable th {
  width: 20%;
  vertical-align: top;
}
.entryTable td input[type="text"],
.entryTable td input[type="tel"],
.entryTable td select,
.entryTable td textarea {
  padding: 0.2em 0.5em;
}
.entryTable td label {
  display: inline-block;
}
.entryTable td .small {
  width: 160px;
}
.entryTable td .middle {
  width: 360px;
}
.entryTable td .large,
.entryTable td textarea {
  width: 100%;
}
.submitBtn {
  text-align: center;
}
.submitBtn input {
  -webkit-appearance: none;
  width: 240px;
  line-height: 60px;
  color: #fff;
  border-style: none;
  background-color: #4dB4D7;
  font-size: 16px;
}
.submitBtn input:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media screen and (max-width: 640px){
  img {
    max-width: 100%;
    height: auto;
  }
  .cityClm li {
    width: 33.3%;
    padding-right: 1%;
  }
  .cityClm li:nth-child(3n) {
    padding-right: 0;
  }
  .freeSearch p {
    display: none;
  }
  .freeSearch input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
    padding: 0.5em 1em;
  }
  .freeSearch input[type="submit"] {
    padding: 15px;
    width: 100%;
  }
  .searchBox .left {
    float: none;
    width: 100%;
    padding: 20px;
    font-size: 16px;
  }
  .searchBox .right {
    float: none;
    width: 100%;
  }
  .searchBox .right dl dt {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #0194C7;
  }
  .searchBox .right dl dt:after {
    display: none;
  }
  .singleH2Area h1, .singleH2Area p {
    width: 100%;
    margin-bottom: 10px;
  }
  .singleH2Area a {
    width: 100%;
    position: static;
  }
  .sCharaList li {
    width: 32%;
    font-size: 3vw;
  }
  .sThumbList li {
    float: none;
    width: 100%;
    text-align: center;
  }
  .sSubjectList {
    display: block;
  }
  .sSubjectList li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .sCharaList {
    text-align: center;
    font-size: 0px;
  }
  #searchArea .sCharaList li {
    text-align: center;
    width: 32%;
    margin: 0 0.5% 0.5vw;
    font-size: 2.5vw;
  }
  .sTimeSchedule th,
  .sTimeSchedule td {
    font-size: 2vw;
  }
  .searchBox .right dl dd {
    margin-bottom: 10px;
  }
  .clmThumb {
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .clmDesc {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 340px){
  #searchArea .sCharaList li {
    text-align: center;
    width: 48%;
    margin: 0 0.5% 0.5vw;
    font-size: 3vw;
  }
}

.tdMap iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 750px){
  .tdMap iframe {
    width: 100%;
    height: 180px;
  }
}