@charset "UTF-8";
/* sub_common
----------------------------------------------------------- */
.sub-visual {
  width: 100%;
  position: relative;
  height: 300px;
  background: #ccc;
}

.sub-page-ttl {
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 4rem;
  letter-spacing: 0.3em;
  text-shadow: 0px 0px 30px black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.breadCrumb {
  width: 100%;
  position: relative;
  text-align: right;
  padding: 1em 0;
}
.breadCrumb li {
  display: inline-block;
  font-size: 1.3rem;
}
.breadCrumb li a {
  color: #77BDB3;
  text-decoration: underline;
}
.breadCrumb li::after {
  content: ">";
  margin-left: 1em;
  padding-right: 0.5em;
}
.breadCrumb li:last-child::after {
  content: "";
}

main {
  width: 100%;
  position: relative;
  padding-top: 60px;
}

section {
  width: 100%;
  position: relative;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}

/* sub-contents
----------------------------------------------------------- */
.temp {
  padding-bottom: 100px;
}
.temp .ttl-base {
  margin-bottom: 1em;
}

.temp-flex01 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
}
.temp-flex01 .item {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
  margin-bottom: 10px;
}
.temp-flex01 .item:nth-child(3n) {
  margin-right: 0;
}
.temp-flex01 img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: 100% 100%;
  filter: brightness(0.8) contrast(150%);
}

.temp-font p {
  font-size: clamp(1.6rem, 1vw, 3rem);
  text-align: center;
}

.temp-img {
  width: clamp(320px, 92%, 1200px);
  margin: 0 auto;
}
.temp-img img {
  width: 100%;
}

.temp-dl {
  width: 1200px;
  margin: 0 auto;
}
.temp-dl dl {
  display: flex;
  justify-content: space-between;
  line-height: 1.6;
  background-color: rgba(0, 0, 0, 0.1);
}
.temp-dl dt {
  padding: 20px 30px;
  width: 230px;
  border-bottom: 1px solid #0277b4;
}
.temp-dl dd {
  padding: 20px 30px;
  width: calc(100% - 230px);
  border-bottom: 1px solid #ccc;
}

.tb02 {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}

.tb02 th,
.tb02 td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
}

.tb02 th {
  background-color: #eee;
  text-align: left;
}

.tb03 {
  width: 100%;
  border-right: #3EB1C6 solid 1px;
  border-collapse: collapse;
}

.tb03 thead th {
  background: #3EB1C6;
  color: #FFF;
  padding: 10px 15px;
  border-right: #FFF solid 1px;
  border-bottom: #FFF solid 1px;
}

.tb03 thead th:last-child {
  border-right: #3EB1C6 solid 1px;
}

.tb03 tbody th {
  background: #3EB1C6;
  color: #FFF;
  padding: 10px 15px;
  border-bottom: #FFF solid 1px;
  vertical-align: top;
}

.tb03 tbody tr:last-child th {
  border-bottom: #3EB1C6 solid 1px;
}

.tb03 tbody td {
  background: #FFF;
  padding: 10px 15px;
  border-left: #3EB1C6 solid 1px;
  border-bottom: #3EB1C6 solid 1px;
  vertical-align: top;
}

.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* contact
----------------------------------------------------------- */
.sup {
  background: #ce6448;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.3em 0.6em;
  margin-left: 0.6em;
  vertical-align: middle;
}

.err {
  color: #ce6448;
  margin-bottom: 2em;
}

.error {
  color: #ce6448;
  margin-top: 1em;
}

.contact-input th {
  width: 30%;
  vertical-align: top;
}
.contact-input td {
  width: 70%;
}

.contact-input input {
  border: 1px solid #d1c0a5;
  background: #FFF;
  font-size: 1.6rem;
}
.contact-input input.middle {
  width: 320px;
  height: 40px;
}
.contact-input input.long {
  width: 560px;
  height: 40px;
}
.contact-input textarea {
  width: 560px;
  height: 200px;
  border: 1px solid #d1c0a5;
  background: #FFF;
  font-size: 1.6rem;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.contact-input label {
  line-height: 2.0;
}

.submit.btn {
  display: block;
}
.submit.btn input {
  cursor: pointer;
  background: #c09f81;
  border: 1px solid #FFF;
  color: #FFF;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  outline: none;
  transition: all .3s;
  margin: 60px auto 0;
  padding-top: 4px;
  width: 36%;
}
.submit.btn input:hover {
  text-decoration: none;
  background: #FFF;
  border: 1px solid #c09f81;
  color: #c09f81;
}

.soushin.btn {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.soushin.btn input {
  cursor: pointer;
  background: #c09f81;
  border: 1px solid #FFF;
  color: #FFF;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 60px;
  outline: none;
  transition: all .3s;
  margin: 60px auto 0;
  padding-top: 4px;
  width: 36%;
}
.soushin.btn input:hover {
  text-decoration: none;
  background: #FFF;
  border: 1px solid #c09f81;
  color: #c09f81;
}
.soushin.btn input.inback {
  background: #aaa;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 40px;
  position: absolute;
  top: -50px;
  left: 0;
  width: 18%;
}
.soushin.btn input.inback:hover {
  background: #FFF;
  border: 1px solid #aaa;
  color: #aaa;
}

.finish-info {
  border: 1px solid rgba(43, 36, 33, 0.2);
  text-align: center;
  padding: 30px 0;
  margin: 40px 0;
}
.finish-info p {
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.0;
  font-weight: 600;
}

.finish-back {
  width: 100%;
  margin: 0 auto;
}
.finish-back .btn {
  display: inline;
  margin-right: 1em;
}
.finish-back .btn a {
  display: inline-block;
  font-size: 1.3rem;
  width: 200px;
  background: #333;
  line-height: 40px;
}
.finish-back .btn a:hover {
  background: #9C7D64;
  color: #FFF;
}

/* WordPress
----------------------------------------------------------- */
.pagenav {
  color: #EEE;
  margin: 4em auto 1em auto;
  line-height: 2em;
  text-align: left;
}
.pagenav a {
  display: inline;
  color: #EEE;
}

.pagenav a.page-numbers, .pagenav .current {
  padding: .8em;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  background: #FFF;
  border: 1px solid #EEE;
}

.pagenav .current {
  background: #EEE;
  color: #fff;
  font-weight: bold;
}

.pagenav a.page-numbers:hover {
  color: #FFF;
  background: #EEE;
}

.info-detail-content strong {
  font-weight: bold;
}

.info-detail-content strong span {
  font-weight: bold;
}

.info-detail-content em {
  font-style: italic;
}

.info-detail-content img.alignright {
  display: block;
  margin: 0 0 0 auto;
}

.info-detail-content img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}

.info-detail-content img.aligncenter {
  display: block;
  margin: 0 auto;
}

.info-detail-content a {
  color: #ee5e46;
  text-decoration: underline;
}

.info-detail-content a:hover {
  text-decoration: none;
}

.info-detail-content p {
  margin-bottom: 1em;
}

.info-detail-content ul {
  list-style: disc;
}
.info-detail-content ol {
  list-style-type: decimal;
}
.info-detail-content ul, .info-detail-content ol {
  padding-left: 1.3em;
}
.info-detail-content ul ul, .info-detail-content ul ol, .info-detail-content ol ul, .info-detail-content ol ol {
  margin-top: 0.7em;
  padding-inline-start: 40px;
}
.info-detail-content li {
  line-height: 1.6;
  margin-bottom: 0.5em;
}
