@charset "UTF-8";
/* 共通 */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #4a3f06;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin: 0;
  width: 100vw;
}

.content_inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

img {
  width: 100%;
  height: auto;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

header p,
footer p,
.main_top p,
.main_page p {
  line-height: 1.5em;
  margin: 0;
}
header h1,
header h2,
header h3,
header h4,
footer h1,
footer h2,
footer h3,
footer h4,
.main_top h1,
.main_top h2,
.main_top h3,
.main_top h4,
.main_page h1,
.main_page h2,
.main_page h3,
.main_page h4 {
  margin: 0;
}
header a,
footer a,
.main_top a,
.main_page a {
  display: inline-block;
  text-decoration: none;
  color: #4a3f06;
}

.main_top {
  padding: 120px 0 90px;
}
@media screen and (max-width: 540px) {
  .main_top {
    padding: 60px 0 45px;
  }
}

.main_sub {
  padding: 190px 0 120px;
}
@media screen and (max-width: 540px) {
  .main_sub {
    padding: 120px 0 60px;
  }
}

@media screen and (max-width: 540px) {
  .pc_display {
    display: none;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 820px) {
  .tab_display {
    display: block;
  }
}

.sp_display {
  display: none;
}
@media screen and (max-width: 540px) {
  .sp_display {
    display: block;
  }
}

.arrow {
  width: 50px;
  height: auto;
}
.arrow img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 540px) {
  .arrow {
    width: 25px;
  }
}

a.line_link_a {
  text-decoration: none;
  color: #4a3f06;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
}
@media screen and (max-width: 540px) {
  a.line_link_a {
    position: fixed;
    bottom: 40px;
    right: 20px;
  }
}

a.line_link_a2 {
  text-decoration: none;
  color: #4a3f06;
  position: fixed;
  bottom: 94px;
  right: 40px;
  z-index: 999;
}
@media screen and (max-width: 540px) {
  a.line_link_a2 {
    position: fixed;
    bottom: 94px;
    right: 20px;
  }
}

.line_link {
  padding: 10px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8078431373);
  border-radius: 10px;
}
.line_link .line_img {
  width: 34px;
  height: 34px;
}
.line_link .line_img2 {
  width: 80px;
  height: auto;
  margin-right: 12px;
}
.line_link span {
  font-size: 16px;
  font-weight: bold;
  padding: 0 12px;
}
@media screen and (max-width: 540px) {
  .line_link .line_img {
    width: 20px;
    height: 20px;
  }
  .line_link span {
    font-size: 14px;
  }
}

.text_center {
  text-align: center;
}

.mg_auto {
  margin: auto;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 540px) {
  .mb_20 {
    margin-bottom: 10px;
  }
}

.mb_30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 540px) {
  .mb_30 {
    margin-bottom: 15px;
  }
}

.mb_40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 540px) {
  .mb_40 {
    margin-bottom: 20px;
  }
}

.mb_50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 540px) {
  .mb_50 {
    margin-bottom: 25px;
  }
}

.mb_60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 540px) {
  .mb_60 {
    margin-bottom: 30px;
  }
}

.mb_70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 540px) {
  .mb_70 {
    margin-bottom: 35px;
  }
}

.mb_80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 540px) {
  .mb_80 {
    margin-bottom: 40px;
  }
}

.mb_100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 540px) {
  .mb_100 {
    margin-bottom: 50px;
  }
}

.mb_120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 540px) {
  .mb_120 {
    margin-bottom: 60px;
  }
}

/* ------- ttl ----------- */
.ttl_h2 h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}
.ttl_h2 h2 span {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 540px) {
  .ttl_h2 h2 {
    font-size: 24px;
  }
  .ttl_h2 h2 span {
    font-size: 18px;
  }
}

/* ------- btn ----------- */
.btn {
  display: inline-block;
  margin-bottom: 120px;
  position: relative;
  padding: 25px 180px 25px 110px;
  border: #ece8d0 1px solid;
  font-size: 20px;
  font-weight: 300;
}
.btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 8.5px;
  background-image: url(../images/arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 40px;
  right: 110px;
}
@media screen and (max-width: 820px) {
  .btn {
    margin-bottom: 60px;
    padding: 12px 90px 12px 55px;
    font-size: 16px;
  }
  .btn::before {
    width: 25px;
    height: 4.2px;
    top: 20px;
    right: 55px;
  }
}

/* ------- guide ----------- */
.footer_guide {
  width: 100%;
  display: flex;
}
.footer_guide a {
  width: 50%;
}
.footer_guide .footer_guide_img {
  width: 100%;
  position: relative;
}
.footer_guide .footer_guide_img > img {
  width: 100%;
  height: auto;
  aspect-ratio: 640/460;
  object-fit: cover;
  filter: brightness(70%);
}
.footer_guide .footer_guide_img .footer_guide_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer_guide .footer_guide_img .footer_guide_ttl h2 {
  margin: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
}
.footer_guide .footer_guide_img .footer_guide_ttl h2 span {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
}
.footer_guide .footer_guide_img .footer_guide_ttl .footer_guide_arrow {
  margin: auto;
  width: 100px;
  height: auto;
}
@media screen and (max-width: 540px) {
  .footer_guide .footer_guide_img .footer_guide_ttl h2 {
    font-size: 20px;
  }
  .footer_guide .footer_guide_img .footer_guide_ttl h2 span {
    font-size: 16px;
  }
  .footer_guide .footer_guide_img .footer_guide_ttl .footer_guide_arrow {
    width: 78px;
  }
}

/* ------- 404 ----------- */
.content_404 {
  padding-top: 200px;
  min-height: 300px;
}
.content_404 p {
  margin-top: 50px;
  text-align: center;
}

/* header */
header {
  width: 100%;
  height: 120px;
  position: fixed;
  z-index: 999;
  padding: 0 40px;
  background-color: rgba(255, 255, 255, 0.8078431373);
}
@media screen and (max-width: 1100px) {
  header {
    padding: 0 40px;
    height: 80px;
  }
}

.header_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: revert;
}

.header_logo {
  width: 360px;
}
@media screen and (max-width: 1100px) {
  .header_logo {
    width: 64%;
  }
}

.insta_icon {
  width: 20px;
}

.global_nav ul {
  list-style: none;
  display: flex;
  justify-content: end;
}
.global_nav ul li {
  padding-left: 30px;
}
.global_nav ul.global_nav_time {
  font-size: 14px;
  align-items: baseline;
}
.global_nav ul.global_nav_time li:nth-of-type(1) {
  font-weight: 700;
}
.global_nav ul.global_nav_time li:nth-of-type(2) {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.global_nav ul.global_nav_time li:nth-of-type(2) span {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .global_nav {
    display: none;
  }
}

.hamburger {
  display: none;
}

@media screen and (max-width: 1100px) {
  .hamburger {
    display: block;
    position: fixed;
    z-index: 999;
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp_global_nav {
  display: none;
  height: 100vh;
  overflow: auto;
  position: fixed;
  background: #fff;
  z-index: 555;
  top: 0;
  right: 0;
  color: #4a3f06;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  padding: 60px 5%;
  font-size: 16px;
}
.sp_global_nav .header_logo {
  margin: auto;
  margin-bottom: 30px;
}
.sp_global_nav ul {
  list-style: none;
  padding: 0;
  max-width: 400px;
  margin: auto;
}
.sp_global_nav ul li {
  text-align: center;
  padding: 15px 0;
}
.sp_global_nav ul.global_nav_time {
  font-size: 14px;
  align-items: baseline;
  margin-bottom: 30px;
}
.sp_global_nav ul.global_nav_time li:nth-of-type(1) {
  padding: 0;
  font-weight: 700;
}
.sp_global_nav ul.global_nav_time li:nth-of-type(2) {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  padding: 0;
}
.sp_global_nav ul.global_nav_time li:nth-of-type(2) span {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .sp_global_nav {
    display: block;
  }
  .sp_global_nav .header_logo {
    width: 50%;
  }
}
@media screen and (max-width: 540px) {
  .sp_global_nav .header_logo {
    width: 76%;
    margin-left: 0;
  }
  .sp_global_nav ul li {
    text-align: left;
  }
}

.sp_global_nav.active {
  overflow: auto;
  z-index: 555;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/* footer */
footer {
  background-color: #fffdf2;
}
footer .content_inner {
  padding: 90px 0 50px;
  display: flex;
}
footer .content_inner .footer_content {
  width: 50%;
}
footer .content_inner .footer_content .footer_logo {
  width: 360px;
  height: auto;
  margin-bottom: 30px;
}
footer .content_inner .footer_content p {
  font-size: 16px;
  margin-bottom: 20px;
}
footer .content_inner .footer_content p span {
  color: #a29b72;
}
footer .content_inner .footer_content p .tel {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #4a3f06;
}
footer .content_inner .footer_content p .telno {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #4a3f06;
}
footer .content_inner .footer_content p.mb_10 {
  margin-bottom: 10px;
}
footer .content_inner .footer_content .business_hours {
  border-top: #ece8d0 1px solid;
  border-bottom: #ece8d0 1px solid;
  width: fit-content;
  margin-bottom: 20px;
}
footer .content_inner .footer_content .business_hours p {
  font-size: 12px;
  text-align: right;
}
footer .content_inner .footer_content .business_hours table th {
  padding: 10px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
footer .content_inner .footer_content .business_hours table th span {
  font-size: 12px;
}
footer .content_inner .footer_content .business_hours table td {
  padding: 10px;
  text-align: center;
  font-size: 14px;
}
footer .content_inner .footer_content .business_hours table td.kome {
  position: relative;
}
footer .content_inner .footer_content .business_hours table td.kome::after {
  content: "※";
  position: absolute;
  display: block;
  font-size: 10px;
  top: 2px;
  right: 12px;
}
footer .content_inner .footer_map {
  width: 50%;
}
footer .up_link {
  background-color: #fff;
  padding: 15px 0 0;
  text-align: center;
}
footer .up_link .up_link_img {
  width: 35px;
  margin: auto;
}
footer .footer_copy {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 40px;
}
@media screen and (max-width: 820px) {
  footer .content_inner {
    padding: 45px 0 25px;
    display: block;
  }
  footer .content_inner .footer_content {
    width: fit-content;
    margin: auto;
    margin-bottom: 30px;
  }
  footer .content_inner .footer_map {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  footer .content_inner .footer_content .footer_logo {
    width: 300px;
  }
  footer .content_inner .footer_content .business_hours table th {
    padding: 5px 0;
    font-size: 12px;
  }
  footer .content_inner .footer_content .business_hours table th span {
    font-size: 10px;
  }
  footer .content_inner .footer_content .business_hours table td {
    padding: 6px;
    font-size: 12px;
  }
  footer .content_inner .footer_content .business_hours table td.kome::after {
    font-size: 10px;
    top: 2px;
    right: 12px;
  }
}

/* top トップページ */
.main {
  width: 100%;
}

.main_view {
  width: 100%;
}

.sliders {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}
.sliders .swiper {
  width: 100%;
  height: 100%;
}
.sliders .sliders_img img {
  object-fit: cover;
  height: 100vh;
  width: 100vw;
  filter: brightness(70%);
}

.swiper-slide-active .sliders_img,
.swiper-slide-duplicate-active .sliders_img,
.swiper-slide-prev .sliders_img {
  animation: zoomanime 5s linear 0s normal both;
}

@keyframes zoomanime {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
p.catchcopy {
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  p.catchcopy {
    font-size: 22px;
  }
}

.t_news {
  width: 90%;
  max-width: 900px;
  margin: auto;
}
.t_news .ttl_h2 {
  margin-bottom: 40px;
}
.t_news .news_list {
  border-top: #ece8d0 1px solid;
}
.t_news .news_list a {
  display: block;
}
.t_news .news_list .news_item {
  padding: 30px 0;
}
.t_news .news_list .news_item .news_text {
  display: flex;
  justify-content: left;
  flex-direction: row-reverse;
}
.t_news .news_list .news_item .news_text h3 {
  padding-left: 40px;
  font-size: 18px;
  font-weight: 300;
}
.t_news .news_list .news_item .news_text time {
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .t_news .ttl_h2 {
    margin-bottom: 20px;
  }
  .t_news .news_list .news_item {
    padding: 15px 0;
  }
  .t_news .news_list .news_item .news_text {
    display: block;
  }
  .t_news .news_list .news_item .news_text h3 {
    padding-left: 0;
    font-size: 16px;
  }
  .t_news .news_list .news_item .news_text time {
    font-size: 14px;
  }
}

.instagram {
  padding: 50px 0;
}

/* 診療案内 */
.service h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}
.service h4 {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 540px) {
  .service h3 {
    font-size: 24px;
  }
  .service h4 {
    font-size: 24px;
  }
}

.service_time,
.service_subject_box {
  width: 90%;
  max-width: 750px;
  margin: auto;
}

.service_time .business_hours {
  padding: 10px 0 30px;
  border-top: #ece8d0 1px solid;
  border-bottom: #ece8d0 1px solid;
  width: fit-content;
  margin: auto;
  margin-bottom: 90px;
}
.service_time .business_hours p {
  font-size: 20px;
  text-align: right;
}
.service_time .business_hours table th {
  text-align: right;
  padding: 20px 5;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 27px;
}
.service_time .business_hours table th span {
  font-size: 20px;
}
.service_time .business_hours table td {
  padding: 19px;
  text-align: center;
  font-size: 24px;
}
.service_time .business_hours table td.kome {
  position: relative;
}
.service_time .business_hours table td.kome::after {
  content: "※";
  position: absolute;
  display: block;
  font-size: 17px;
  top: 10px;
  right: 25px;
}
@media screen and (max-width: 820px) {
  .service_time .business_hours p {
    font-size: 12px;
  }
  .service_time .business_hours table th {
    padding: 5px 0;
    font-size: 12px;
  }
  .service_time .business_hours table th span {
    font-size: 10px;
  }
  .service_time .business_hours table td {
    padding: 6px;
    font-size: 12px;
  }
  .service_time .business_hours table td.kome::after {
    font-size: 10px;
    top: 2px;
    right: 12px;
  }
}

.service_time_textBox {
  padding: 30px 40px 10px;
  background-color: #fffdf2;
  margin-bottom: 90px;
}
.service_time_textBox ul {
  list-style: none;
}
.service_time_textBox ul li {
  position: relative;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}
.service_time_textBox ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 16px;
  background-image: url(../images/paws.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 4px;
  left: -32px;
}
.service_time_textBox ul li span.line {
  border-bottom: #4a3f06 1px solid;
}
.service_time_textBox ul li span.font_s {
  font-size: 14px;
}
.service_subject .service_subject_p {
  font-size: 18px;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 40px;
}

.service_subject_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.service_subject_list .service_subject_item {
  text-align: center;
}
.service_subject_list .service_subject_item a {
  position: relative;
  padding: 30px 120px 30px 70px;
  border: #ece8d0 1px solid;
  font-size: 20px;
}
.service_subject_list .service_subject_item a::after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../images/arrow_dn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 36px;
  right: 30px;
}
@media screen and (max-width: 540px) {
  .service_subject_list {
    gap: 12px;
  }
  .service_subject_list .service_subject_item a {
    padding: 15px 50px 16px 36px;
    border: #ece8d0 1px solid;
    font-size: 16px;
  }
  .service_subject_list .service_subject_item a::after {
    width: 12px;
    height: 12px;
    top: 23px;
    right: 23px;
  }
}

.service_subject_box {
  padding: 120px 0 60px;
  width: 90%;
  max-width: 750px;
  margin: auto;
  text-align: center;
}
.service_subject_box p {
  font-size: 18px;
  line-height: 1.5em;
}

#service_subject1,
#service_subject2,
#service_subject3,
#service_subject4 {
  border-bottom: #ece8d0 1px solid;
}

/* 当院の想い */
.phirosophy {
  position: relative;
}
.phirosophy .phirosophy_content {
  width: 90%;
  max-width: 750px;
  margin: auto;
  margin-bottom: 120px;
}
.phirosophy p.phirosophy_text {
  line-height: 2.4em;
  text-align: center;
}
.phirosophy .phirosophy_img {
  width: 100%;
  height: auto;
  margin-bottom: 90px;
}
.phirosophy .phirosophy_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1280/627;
  object-fit: cover;
}
.phirosophy .phirosophy_img1 {
  position: absolute;
  width: 400px;
  height: auto;
  bottom: 32%;
  right: -70px;
}
.phirosophy .phirosophy_img2 {
  position: absolute;
  width: 340px;
  height: auto;
  bottom: 15%;
  left: -33px;
}
@media screen and (max-width: 1100px) {
  .phirosophy .phirosophy_content {
    margin-bottom: 420px;
  }
  .phirosophy .phirosophy_img1 {
    width: 35%;
    bottom: 10%;
    right: -30px;
  }
  .phirosophy .phirosophy_img2 {
    width: 30%;
    bottom: 7%;
    left: -20px;
  }
}
@media screen and (max-width: 540px) {
  .phirosophy .phirosophy_content {
    margin-bottom: 280px;
  }
  .phirosophy p.phirosophy_text {
    font-size: 14px;
  }
  .phirosophy .phirosophy_img1 {
    width: 45%;
    bottom: 10%;
    right: 0;
  }
  .phirosophy .phirosophy_img2 {
    width: 40%;
    bottom: 7%;
    left: 0;
  }
}

/* 施設紹介 */
.about_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
}
.about_list .about_item .about_img_wrap {
  width: 100%;
  position: relative;
}
.about_list .about_item .about_img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.about_list .about_item .about_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 480/280;
}
.about_list .about_item .about_plus {
  position: absolute;
  width: 16%;
  bottom: 0;
  right: 0;
}
.about_list .about_item h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}
.about_list .about_item p {
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 540px) {
  .about_list .about_item h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .about_list .about_item p {
    font-size: 14px;
  }
}

.lightbox {
  display: none;
}

/* スタッフ紹介 */
.staff .btn {
  margin-bottom: 0;
}

.staff_greeting {
  background-color: #fffdf2;
  padding: 60px 0 90px;
}
.staff_greeting .content_inner {
  position: relative;
}
.staff_greeting .profile_box {
  width: 55%;
  padding: 0 0 40px;
}
.staff_greeting .profile_box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.staff_greeting .profile_box h4 {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 40px;
}
.staff_greeting .profile_box h4 span {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}
.staff_greeting .profile_box table {
  width: 100%;
}
.staff_greeting .profile_box table th,
.staff_greeting .profile_box table td {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.staff_greeting .profile_box table th {
  vertical-align: top;
  text-align: left;
}
.staff_greeting .profile_box table td {
  padding-left: 20px;
}
.staff_greeting .staff_greeting_box {
  width: 90%;
  max-width: 750px;
  margin: auto;
  padding-top: 100px;
}
.staff_greeting .staff_greeting_box p {
  line-height: 2em;
}
.staff_greeting .profile_img {
  position: absolute;
  width: 45%;
  right: 0;
  top: -160px;
}
.staff_greeting .profile_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 450/520;
  object-fit: cover;
}
@media screen and (max-width: 820px) {
  .staff_greeting {
    padding: 60px 0 50px;
  }
  .staff_greeting .profile_box {
    width: 100%;
    padding: 110px 0 40px;
  }
  .staff_greeting .profile_box h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .staff_greeting .profile_box h4 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .staff_greeting .profile_box h4 span {
    font-size: 18px;
  }
  .staff_greeting .staff_greeting_box {
    padding-top: 50px;
  }
}
@media screen and (max-width: 540px) {
  .staff_greeting .profile_box table {
    width: 100%;
  }
  .staff_greeting .profile_box table th,
  .staff_greeting .profile_box table td {
    display: block;
  }
}

.staff_list {
  padding: 90px 0 60px;
}
@media screen and (max-width: 540px) {
  .staff_list {
    padding: 45px 0 30px;
  }
}

.staff_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.staff_item .staff_img {
  width: 42%;
  height: auto;
}
.staff_item .staff_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 450/320;
  object-fit: cover;
}
.staff_item .staff_text {
  width: 43%;
  padding: 30px 0;
}
.staff_item .staff_text h4 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 30px;
}
.staff_item .staff_text h4 span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.staff_item .staff_text p {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 820px) {
  .staff_item {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .staff_item .staff_img {
    width: 100%;
  }
  .staff_item .staff_text {
    width: 100%;
    padding: 30px 0;
  }
  .staff_item .staff_text h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .staff_item .staff_text h4 span {
    font-size: 14px;
  }
  .staff_item .staff_text p {
    font-size: 16px;
    font-weight: 400;
  }
}

.staff_img0 {
  margin-bottom: 200px;
}
.staff_img0 img {
  width: 100%;
  height: auto;
  aspect-ratio: 1280/627;
  object-fit: cover;
}

/* 投稿一覧 */
.blog_archive {
  width: 90%;
  max-width: 750px;
  margin: auto;
}
.blog_archive .ttl_h2 {
  margin-bottom: 90px;
}
@media screen and (max-width: 540px) {
  .blog_archive .ttl_h2 {
    margin-bottom: 45px;
  }
}

/* ------- news_list ----------- */
.news_list {
  margin-bottom: 120px;
}
.news_list a {
  display: block;
}
.news_list .news_item {
  padding: 30px 0;
  border-bottom: #ece8d0 1px solid;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_list .news_item h3 {
  font-size: 22px;
  font-weight: 400;
}
.news_list .news_item time {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 540px) {
  .news_list {
    margin-bottom: 60px;
  }
  .news_list .news_item {
    padding: 16px 0;
  }
  .news_list .news_item h3 {
    font-size: 20px;
  }
  .news_list .news_item time {
    font-size: 12px;
  }
}

/* ページナビ */
.page_navi {
  padding: 20px;
  margin: auto;
  margin-bottom: 50px;
}
.page_navi img.nav_left,
.page_navi img.nav_right {
  width: 14px;
  height: 14px;
}

.pagination {
  text-align: center;
}

.nav-links,
.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.nav-links a,
.page-numbers a {
  text-decoration: none;
}

.nav-links a.page-numbers,
.nav-links .current,
.nav-links .dots {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background: #fff;
  color: #4a3f06;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  border: #ece8d0 1px solid;
}
.nav-links a.page-numbers:hover {
  color: #fff;
  background-color: #555;
  opacity: 0.6;
}
.nav-links .current {
  background: #ece8d0;
  color: #ffffff;
  padding: 0;
}
.nav-links a.prev,
.nav-links a.next {
  background: none;
  box-shadow: none;
  position: relative;
  width: 80px;
  height: 80px;
  border: #ece8d0 1px solid;
}
.nav-links a.prev:hover,
.nav-links a.next:hover {
  background-color: transparent;
}
.nav-links .dots {
  background: transparent;
  border: none;
}
@media screen and (max-width: 820px) {
  .nav-links a.page-numbers,
  .nav-links .current,
  .nav-links .dots {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    font-size: 16px;
  }
  .nav-links a.prev,
  .nav-links a.next {
    width: 40px;
    height: 40px;
  }
}

/* single */
.single_sec {
  width: 90%;
  max-width: 750px;
  margin: auto;
}
.single_sec .single_ttl {
  margin-bottom: 30px;
}
.single_sec .single_ttl h2 {
  font-size: 28px;
  font-weight: 500;
}
.single_sec .single_ttl time {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 820px) {
  .single_sec .single_ttl {
    margin-bottom: 20px;
  }
  .single_sec .single_ttl h2 {
    font-size: 22px;
  }
  .single_sec .single_ttl time {
    font-size: 16px;
  }
}
@media screen and (max-width: 540px) {
  .single_sec {
    margin-bottom: 16px;
  }
  .single_sec .single_ttl h2 {
    font-size: 18px;
  }
  .single_sec .single_ttl time {
    font-size: 14px;
  }
}

.single_content {
  min-height: 350px;
  margin-bottom: 90px;
}

.single_link {
  width: fit-content;
  margin: auto;
  font-size: 20px;
  font-weight: 300;
  display: flex;
  list-style: none;
  padding: 0;
}
.single_link li a {
  text-decoration: none;
  color: #4a3f06;
}
.single_link li.single_link_b {
  padding: 25px;
}
.single_link li.single_link_b img {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 820px) {
  .single_link li.single_link_b {
    padding: 10px;
  }
  .single_link li.single_link_b img {
    width: 16px;
    height: 16px;
  }
}

.single_link_btn {
  display: inline-block;
  position: relative;
  padding: 25px 180px 25px 110px;
  border: #ece8d0 1px solid;
  font-size: 20px;
  font-weight: 300;
}
.single_link_btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 8.5px;
  background-image: url(../images/arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 40px;
  right: 110px;
}
@media screen and (max-width: 820px) {
  .single_link_btn {
    padding: 12px 90px 12px 55px;
    font-size: 16px;
  }
  .single_link_btn::before {
    width: 25px;
    height: 4.2px;
    top: 20px;
    right: 55px;
  }
}

/* contact お問い合わせ */
.contact {
  padding-bottom: 136px;
}
@media screen and (max-width: 540px) {
  .contact {
    padding-bottom: 68px;
  }
}

.contact_form {
  width: 80%;
  max-width: 960px;
  margin: auto;
}
.contact_form table {
  width: 100%;
  margin-bottom: 100px;
}
.contact_form table th {
  width: 20%;
  padding: 15px 0 0;
}
.contact_form table th p {
  padding: 15px 0;
  position: relative;
}
.contact_form table td {
  padding: 15px 0;
}
.contact_form table td input::placeholder,
.contact_form table td textarea::placeholder {
  color: #d9d9d9;
}
.contact_form table td input,
.contact_form table td textarea {
  background-color: #fff;
  padding: 15px;
}
.contact_form table td select {
  background-color: #fff;
  padding: 6px 15px;
  border-radius: 4px;
  border: 1px solid #231815;
}
.contact_form table td input.add_form {
  padding: 6px 15px;
}
.contact_form table td input:focus,
.contact_form table td textarea:focus,
.contact_form table td select:focus {
  outline: none;
}
.contact_form table td.inquiry_item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.contact_form table td.inquiry_item span.horizontal-item {
  margin-left: 0;
  display: inline-block;
}
.contact_form table td.input_width input[type=text],
.contact_form table td.input_width input[type=email],
.contact_form table td.input_width textarea {
  width: 92%;
}
.contact_form table td.radio_pd {
  padding: 30px 0;
}
.contact_form .required {
  position: relative;
}
.contact_form .required::after {
  position: absolute;
  content: "※必須";
  display: inline-block;
  font-size: 13px;
  color: #f51a1a;
  top: 32px;
  left: 0;
}
@media screen and (max-width: 820px) {
  .contact_form {
    width: 90%;
  }
  .contact_form table th {
    width: 25%;
  }
  .contact_form table td.inquiry_item {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .contact_form table td.inquiry_item span.horizontal-item {
    margin-left: 0;
    display: inline-block;
  }
}
@media screen and (max-width: 540px) {
  .contact_form {
    width: 90%;
  }
  .contact_form table {
    width: 100%;
    margin-bottom: 60px;
  }
  .contact_form table th {
    display: block;
    width: 100%;
    padding: 6px 0 0;
  }
  .contact_form table th p {
    padding: 6px 0;
  }
  .contact_form table td {
    display: block;
    padding: 6px 0;
  }
  .contact_form table td input,
  .contact_form table td textarea {
    padding: 6px;
  }
  .contact_form table td select {
    padding: 6px 15px;
  }
  .contact_form table td input.add_form {
    padding: 6px 15px;
  }
  .contact_form table td.input_width input[type=text],
  .contact_form table td.input_width input[type=email],
  .contact_form table td.input_width textarea {
    width: 92%;
  }
  .contact_form table td.radio_pd {
    padding: 15px 0;
  }
  .contact_form .required {
    position: relative;
  }
  .contact_form .required::after {
    position: relative;
    content: "※必須";
    display: inline-block;
    font-size: 13px;
    color: #f51a1a;
    top: 0;
  }
}

.required2 {
  position: relative;
}
.required2::after {
  position: absolute;
  content: "水泳を選択された方 ※必須";
  display: inline-block;
  font-size: 13px;
  color: #f51a1a;
  top: 32px;
  left: 0;
}
@media screen and (max-width: 540px) {
  .required2::after {
    position: relative;
    top: 0;
  }
}

.page-id-35 .contact_form {
  width: 90%;
}

.eventEntry_form {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.eventEntry_form .event_tb_wrap th {
  padding: 15px 5px;
}
.eventEntry_form .event_tb_wrap td {
  padding: 15px;
}
.eventEntry_form td.input_width input[type=text],
.eventEntry_form td.input_width input[type=email],
.eventEntry_form td.input_width textarea {
  width: 100%;
}

.event_tb_wrap {
  background: #fff8d2;
  padding: 55px 64px 110px;
  margin-bottom: 80px;
}
.event_tb_wrap table {
  background: #fff;
  margin-bottom: 24px;
}
.event_tb_wrap table td input,
.event_tb_wrap table td textarea,
.event_tb_wrap table td select {
  background-color: #ececec;
}
.event_tb_wrap table td input[type=text] {
  width: 100%;
}
.event_tb_wrap table td.swimming_text input[type=text] {
  width: 90px;
  padding: 6px;
  margin-bottom: 6px;
}
.event_tb_wrap table td.event_tb_width {
  width: 400px;
}

.event_form {
  padding: 0 110px;
}
.event_form table th {
  width: 22%;
}
.event_form table td.input_width input[type=text],
.event_form table td.input_width input[type=email],
.event_form table td.input_width textarea {
  width: 100%;
}
.event_form table td.input_width input.school_form {
  width: 40%;
  margin-right: 10px;
}
.event_form table td.input_width .school_select {
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  .event_form {
    padding: 0;
  }
}

.privacy_policy_box {
  height: 280px;
  padding: 2em;
  border: 1px solid #111;
  overflow-y: scroll;
}
@media screen and (max-width: 540px) {
  .privacy_policy_box {
    padding: 1em;
  }
  .privacy_policy_box h2 {
    font-size: 20px;
  }
  .privacy_policy_box p {
    font-size: 14px;
  }
  .privacy_policy_box ol {
    margin-left: 1em;
  }
  .privacy_policy_box ol li {
    font-size: 14px;
  }
}

.privacy_wrap {
  width: 800px;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .privacy_wrap {
    width: 90%;
  }
}

.submit_area {
  display: flex;
  justify-content: center;
}

.mw_wp_form_confirm .reset-button {
  display: none;
}

.mw_wp_form_confirm .privacy_wrap {
  display: none;
}

.mw_wp_form_confirm table td {
  padding: 30px 15px;
}

.input_display,
.confirm_display,
.complete_display {
  display: none;
}

.mw_wp_form_input .input_display {
  display: block;
}

.mw_wp_form_confirm .confirm_display {
  display: block;
}

.mw_wp_form_complete .complete_display {
  display: block;
}

.contact_form table.dis_tb {
  width: 80%;
  display: block;
  margin: auto;
}
.contact_form table.dis_tb th,
.contact_form table.dis_tb td {
  width: 100%;
  display: block;
}

.input_minwidth input[type=text] {
  width: 150px;
}