@charset "UTF-8";
@import url(import/reset.css);
@import url(import/util.css);
/* common */
html,
body {
  box-sizing: border-box;
  overflow-x: hidden;
}

html *,
body * {
  box-sizing: border-box;
}

body {
  color: #3a3939;
  font-size: 14px;
  line-height: 27px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body * {
  zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

.article .inner {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

#Pagetop {
  display: none;
  position: fixed;
  right: 35px;
  bottom: 40px;
}

@media only screen and (max-width: 640px) {
  #Pagetop {
    right: 10px;
    bottom: 10px;
  }
}
/* parts */
.sp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp img,
  .sp span {
    display: inline;
  }
}
.hr_sp {
  display: none;
}

@media only screen and (max-width: 1130px) {
  .hr_pc {
    display: none;
  }
  .hr_sp {
    display: block;
  }
}
.serif {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a {
  color: #3a3939;
  transition: 0.4s ease;
  text-decoration: none;
}

a.ohover:hover {
  opacity: 0.6;
}

.ohoverArea a:hover {
  opacity: 0.6;
}

.sNav {
  padding: 15px 10px;
  background: url(../imgs/bg03.jpg);
  text-align: center;
}

.sNav ul {
  letter-spacing: -1em;
}

.sNav ul li {
  display: inline-block;
  padding: 0 40px;
}

.sNav ul li a {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}

.sNav ul li a img {
  opacity: 0;
}

@media only screen and (max-width: 1130px) {
  .sNav ul li {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 920px) {
  .sNav {
    padding: 0;
  }
  .sNav ul li {
    padding: 0;
    width: 50%;
  }
  .sNav ul li a {
    padding: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .sNav ul li {
    width: 100%;
  }
}
.titA {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 32px;
  line-height: 1.6em;
  font-weight: bold;
}

.titA span {
  display: none;
}

.titA span > span {
  color: #b81c25;
  font-size: 18px;
  line-height: 1.6em;
}

.titA span > span.white {
  color: white;
}

@media only screen and (max-width: 1130px) {
  .titA img {
    display: none;
  }
  .titA span {
    display: inline;
  }
}
/* header */
#gHeader {
  padding-left: 10px;
}

#gHeader .inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

#gHeader .siko {
  float: left;
  padding: 30px 0 20px;
  text-align: center;
}

#gHeader .siko .logo {
  margin-bottom: 25px;
}

#gHeader .gNav {
  float: right;
  background: url(../imgs/bg03.jpg);
  height: 200px;
  padding: 20px 50px;
}

#gHeader .gNav dl {
  float: right;
  margin-left: 14px;
}

#gHeader .gNav dl:last-child {
  margin-left: 0;
}

#gHeader .gNav dl dt {
  float: right;
}

#gHeader .gNav dl dd {
  float: right;
  padding: 40px 0 0;
  background: url(../imgs/line.png) repeat-x top 25px center;
}

#gHeader .gNav dl a,
#gHeader .gNav dl p {
  display: block;
  padding: 0 10px;
  background-position: center;
  background-repeat: no-repeat;
}

#gHeader .gNav dl a img,
#gHeader .gNav dl p img {
  transition: 0.3s ease;
}

#gHeader .gNav dl a:hover img,
#gHeader .gNav dl p:hover img {
  opacity: 0.7;
}

@media only screen and (max-width: 1200px) {
  #gHeader {
    padding: 0;
  }
  #gHeader .siko {
    float: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #gHeader .gNav {
    float: none;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 960px) {
  #gHeader .gNav {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 640px) {
  #gHeader .siko {
    padding: 10px 10px 20px;
  }
  #gHeader .gNav {
    float: none;
    padding: 20px 10px;
    height: auto;
  }
  #gHeader .gNav dl {
    float: none;
    margin: 0;
    padding: 10px 0;
    border-left: 1px dotted #ccc;
  }
  #gHeader .gNav dl:first-child {
    border-right: 1px dotted #ccc;
  }
  #gHeader .gNav dl dt {
    float: none;
  }
  #gHeader .gNav dl dd {
    display: none;
  }
}
#gHeader .hdrTel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 390px;
}
@media only screen and (max-width: 640px) {
  #gHeader .hdrTel {
    width: 100%;
  }
}
#gHeader .hdrTel__contact {
  margin-right: 10px;
}
#gHeader .hdrTel__tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#gHeader .hdrTel__tel a {
  line-height: 1;
}
#gHeader .hdrTel__tel a + a {
  margin-top: 7px;
}

#gHeader .floating_btn {
  position: fixed;
  top: 16%;
  right: 0;
  width: 62px;
  height: 220px;
  border-radius: 6px 0 0 6px;
  background-color: #b81c25;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  #gHeader .floating_btn {
    width: 43.4px;
    height: 154px;
    font-size: 14px;
    gap: 5px;
  }
}
#gHeader .floating_btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}
#gHeader .floating_btn .text {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
#gHeader .floating_btn .calendar {
  width: 26px;
}
@media only screen and (max-width: 768px) {
  #gHeader .floating_btn .calendar {
    width: 18.2px;
  }
}

/* footer */
#gFooter {
  padding-left: 10px;
  padding-top: 70px;
}

#gFooter .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#gFooter .siko {
  float: left;
  text-align: center;
}

#gFooter .siko .logo {
  margin-bottom: 25px;
}

#gFooter .fNav {
  float: right;
  height: 200px;
  padding: 0 40px;
}

#gFooter .fNav dl {
  float: right;
  margin-left: 10px;
}

#gFooter .fNav dl:last-child {
  margin-left: 0;
}

#gFooter .fNav dl dt {
  float: right;
}

#gFooter .fNav dl dd {
  float: right;
  padding: 40px 0 0;
  background: url(../imgs/line02.png) repeat-x top 25px center;
}

#gFooter .fNav dl a,
#gFooter .fNav dl p {
  display: block;
  padding: 0 10px;
  background-position: center;
  background-repeat: no-repeat;
}

#gFooter .fNav dl a img,
#gFooter .fNav dl p img {
  transition: 0.3s ease;
}

#gFooter .fNav dl a:hover img,
#gFooter .fNav dl p:hover img {
  opacity: 0.7;
}

#gFooter .copy {
  padding: 80px 10px 10px;
  font-size: 10px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  #gFooter .fNav {
    padding: 0 20px;
  }
  #gFooter .siko {
    float: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #gFooter .fNav {
    float: none;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 960px) {
  #gFooter .fNav dl dd {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #gFooter {
    padding: 20px 0 0;
  }
  #gFooter .siko {
    float: none;
    padding: 10px 10px 0;
  }
  #gFooter .fNav {
    float: none;
    padding: 20px 10px;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  #gFooter .fNav dl {
    margin: 0;
    padding: 10px 0px;
    border-left: 1px dotted #ccc;
  }
  #gFooter .fNav dl:first-child {
    border-right: 1px dotted #ccc;
  }
  #gFooter .copy {
    padding-top: 20px;
  }
}
#gFooter .ftrTel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 390px;
}
@media only screen and (max-width: 640px) {
  #gFooter .ftrTel {
    width: 100%;
  }
}
#gFooter .ftrTel__contact {
  margin-right: 10px;
}
#gFooter .ftrTel__tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#gFooter .ftrTel__tel a {
  line-height: 1;
}
#gFooter .ftrTel__tel a + a {
  margin-top: 7px;
}

.c_cardA {
  display: block;
}
.c_cardA__image {
  aspect-ratio: 3/2;
}
.c_cardA__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c_cardA__name {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 10px;
}
.c_cardA__title {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
.c_cardA__prof {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 5px;
}
.c_cardA__date {
  font-size: 16px;
  color: #898989;
  margin-top: 5px;
}

.wp-pagenavi {
  margin-top: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 640px) {
  .wp-pagenavi {
    margin-top: 100px;
    gap: 10px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  width: 40px;
  height: 40px;
  border: 1px solid #898989;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: #2f2725;
}
.wp-pagenavi span {
  color: white;
  background: #2f2725;
}

span.wpcf7-list-item {
  margin: 0 !important;
}

#gFooter .sns_box {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media only screen and (max-width: 1130px) {
  #gFooter .sns_box {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 640px) {
  #gFooter .sns_box {
    margin: 30px 0 10px;
  }
}
#gFooter .sns_box .instagram_img {
  width: 32px;
}
#gFooter .sns_box .x_img {
  width: 31px;
}

/* online_section */
.online_section {
  padding: 50px 0;
}
.online_section__lp {
  padding: 50px 0 0 0;
}
.online_section__p0 {
  padding: 0;
}
.online_section .stit {
  margin-bottom: 20px;
}
.online_section .stit .online_text {
  width: 124px;
}
.online_section .stit .re_text {
  width: 140px;
}

.online_section__table {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 15px;
}
.online_section__table th,
.online_section__table td {
  border: 1px solid #221613;
  padding: 12px 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .online_section__table th th,
  .online_section__table th td,
  .online_section__table td th,
  .online_section__table td td {
    padding: 10px 8px;
    font-size: 1.2rem;
  }
}
.online_section__table thead th {
  background-color: #003876;
  color: #fff;
  font-weight: 600;
}
.online_section__table thead th:first-child {
  width: 30%;
}
.online_section__table tbody th {
  width: 30%;
  font-weight: 600;
  color: #003876;
}/*# sourceMappingURL=main.css.map */