@charset "UTF-8";
/*.fadein1 { background-color:#FFF; animation-name: fadein1; animation-duration: 3s; transition: 1s;}
@keyframes fadein1 {from {opacity: 0;}to {opacity: 1;}}

.fadein { opacity: 0; transform : translate(0, 50px); transition : all 3s;}
.fadein.scrollin{ opacity: 1; transform: translate(0, 0);}
.fadein2 { opacity: 0; transform : translate(0, 50px); transition : all 3s; transition-delay: 1s}
.fadein2.scrollin{ opacity: 1; transform: translate(0, 0);}

.fadein3 {opacity: 0; animation: fadein3 2s ease forwards; transform: translateY(0px);}
@keyframes fadein3 { 100% {  opacity: 1;transform: translateY(0);}}*/
.txt01 {
  animation-delay: 0.6s;
}

.txt02 {
  animation-delay: 1.6s;
}

.top-slide .top-slide-container {
  width: 90%;
  height: auto;
  aspect-ratio: 16/7.2;
  margin: 0px 5%;
  border-radius: 12px;
  overflow: hidden;
}
.top-slide .top-slide-container .top-slide-img {
  width: calc(100% + 100px);
}

/* infection---------------------------- */
.infection {
  width: 1000px;
  margin: 0 auto 200px;
}

.infection .flex_wrap {
  width: 770px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.infection .flex_wrap img {
  width: 300px;
  height: auto;
}

.infection h2 {
  font-size: 20px;
}

.infection .btn {
  margin: -35px 0 0 auto;
}

.linked-list ul {
  display: flex;
  width: 100%;
  font-size: 0.6em;
  margin-bottom: 60px;
}
.linked-list ul li:after {
  content: " > ";
  padding: 0 1em;
}
.linked-list ul li:last-child:after {
  content: "";
}

html {
  scroll-padding-top: 120px;
}

/* clinic---------------------------- */
.fixed-bg {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-bg p {
  font-size: 26px;
  color: #FFF;
}

.clinic {
  padding: 100px 0 50px;
}

.clinic h2 {
  font-size: 36px;
  line-height: 1;
  margin: 0 0 30px;
}

.clinic .box1 {
  width: 1090px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.clinic .box1 p.text {
  position: relative;
  font-size: 24px;
  margin: 50px 0 70px;
}

.clinic .box1 p.text:before {
  position: absolute;
  top: 22px;
  right: 330px;
  content: "";
  border-bottom: #AEAEAE 1px dashed;
  width: 2000px;
  height: 1px;
}

.clinic .box1 p.text:after {
  position: absolute;
  top: 22px;
  left: 235px;
  content: "";
  border-bottom: #AEAEAE 1px dashed;
  width: 135px;
  height: 1px;
}

.clinic .box1 p.text2:before {
  top: 22px;
  right: 327px;
  width: 43px;
}

.clinic .box1 p.text2:after {
  top: 22px;
  left: 178px;
  width: 2000px;
}

.clinic .box1 .text_box {
  position: relative;
  width: 300px;
  height: 715px;
}

.clinic .box1 .img_box {
  width: 720px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.clinic .box1 .img_box li {
  position: relative;
  width: 350px;
}

.clinic .box1 .img_box li:first-child {
  width: 100%;
  margin-bottom: 10px;
}

.clinic .box1 .img_box li img {
  border-radius: 10px;
}

.clinic .box1 .img_box li span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 1;
  width: 50px;
  height: 50px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0 10px 0;
}

.clinic dl {
  border-bottom: #EFEFEF 1px solid;
  padding: 18px 0 20px;
}

.clinic dl:last-child {
  border: none;
}

.clinic dl.b_none {
  border: none;
}

.clinic dt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.clinic dt span {
  font-size: 30px;
  font-weight: 400;
  margin-right: 15px;
  line-height: 1;
}

.clinic dd {
  padding-left: 30px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.clinic .btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

/*  MVスライダー ------------------------------ */
@keyframes zoomUp {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(50px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .slide-img img {
    display: block;
    width: calc(100% + 38vw);
    max-width: none;
    margin-left: -100px;
  }
}
.mv-wrap a:first-letter {
  font-size: 0.3em;
}

.mv_wrap {
  position: relative;
  width: 100%;
  padding-top: 80px;
}

.mv_wrap .catch_text0 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.13em;
  padding-right: 75px;
  margin: 50px 0 0px;
  text-align: right;
}

.mv_wrap .catch_text1 {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.13em;
  padding-right: 75px;
  margin: 10px 0 25px;
  text-align: right;
}

.mv_wrap .catch_text2 {
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  padding-right: 75px;
  margin: 0 0 40px;
  text-align: right;
}

.mv {
  line-height: 0;
  overflow: hidden;
  width: calc(100% - 200px);
  height: 28vw;
  margin: 0 auto 40px auto;
  border-radius: 10px;
}

.mv img {
  height: 100%;
}

.swiper-container {
  margin-bottom: 40px;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img img {
  display: block;
  width: calc(100% + 200px);
  max-width: none;
  margin-left: -100px;
  margin-top: -100px;
}

.news dl span:hover {
  background: #FFE8EF;
  border-radius: 20px;
}

.btn {
  position: relative;
  text-align: center;
  width: 300px;
  display: block;
  padding-bottom: 5px auto 10px;
  border: #333 1px solid;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.btn:after {
  content: "▶︎";
  position: relative;
  font-size: 0.5em;
  vertical-align: middle;
  transition: left 0.5s ease-in-out, color 0.5s ease-in-out;
  left: 0px;
  color: #333;
}

.btn:hover {
  border: #59be79 1px solid;
  color: #59be79;
  transition: color 0.5s ease-in-out, border 0.5s ease-in-out;
}

.btn:hover:after {
  left: 20px;
  color: #59be79;
}

/* info---------------------------- */
.info {
  width: 1000px;
  margin: 120px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info img {
  width: 395px;
  transition: 0.5s;
}

.info img:hover {
  opacity: 0.7;
}

.info ul {
  position: relative;
  width: 500px;
}

.info .container-schedule:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -52px;
  content: "";
  background: #000;
  width: 1px;
  height: 50px;
}

.table-schedule {
  width: 100%;
  margin-bottom: 2em;
}
.table-schedule thead th {
  text-align: center;
  border-bottom: solid #333 1px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  padding: 0.2em;
}
.table-schedule tbody th {
  text-align: right;
  padding: 0.2em;
  padding-right: 2em;
  border-bottom: solid #888 1px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
}
.table-schedule tbody td {
  text-align: center;
  border-bottom: solid #888 1px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  padding: 0.2em;
}

.link_wrap .tel small {
  display: block;
  font-size: 0.8em;
}

.news {
  width: 1000px;
  margin: 110px auto;
}

.news h2 {
  position: relative;
  font-size: 20px;
  text-align: center;
  padding-top: 25px;
  margin-bottom: 45px;
}

.news h2:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-size: contain;
  width: 24px;
  height: 22.5px;
}

.news dl {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-left: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: #fff 1px dotted;
  border-radius: 4px;
  background-color: #feeef3;
}

.news dl span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 45px;
  font-size: 12px;
  width: 140px;
  height: 40px;
  background: #EFEFEF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.news dl span:hover {
  background: #E5AEB8;
}

.news dt {
  width: 20%;
  margin-right: 60px;
}

.news dt,
.news dd {
  text-align: center;
  font-size: 16px;
  padding: 1.5em 1em 1.5em;
  border-bottom: 1px solid #fff;
}

.news dd {
  width: 60%;
}

.clinic .box1 {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  transition: 0.5s;
}
.clinic .box1 h2 {
  display: none;
}
.clinic .box1 p {
  display: none;
}
.clinic .full {
  width: 100%;
  height: 500px;
  background-size: contain;
}
.clinic .box2 {
  width: 1090px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  transition: 0.5s;
}
.clinic .box2 h2 {
  display: none;
}
.clinic .box2 p {
  display: none;
}
.clinic .box3 {
  width: 1090px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  transition: 0.5s;
}
.clinic .box3 h2 {
  display: none;
}
.clinic .box3 p {
  display: none;
}
.clinic .box1:hover, .clinic .box2:hover, .clinic .box3:hover {
  opacity: 0.76;
}

.container-links {
  background: #f2fff6;
  padding: 20px 20px;
}

.links {
  width: 1000px;
  margin: 10px auto;
  text-align: center;
}
.links h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row .col-md-4 {
  width: 33.33%;
  padding: 10px;
}
.row .col-md-4 img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 2px;
}

.headline {
  text-align: center;
  margin: 20px 0px 50px;
  padding: 40px 10px;
  background: #d7ffe5;
}

.btn-holder img {
  width: 500px;
  height: auto;
  transition: opacity 0.5s;
}
.btn-holder img:hover {
  opacity: 0.4;
}

.news h2:before {
  background: url(../images/head_news.png) no-repeat center top;
  background-size: 16px 16px;
}

.dual {
  width: 100%;
  height: 100vh;
  max-height: 800px;
  display: flex;
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
}
.dual .col-6 {
  width: 50%;
  height: 100%;
  max-height: 800px;
  position: relative;
  background: #ffffff;
}
.dual .col-6 div {
  cursor: pointer;
  position: relative;
  border: 1px solid #e0e0e0;
}
.dual .col-6 h1 {
  transition: 1s;
  width: 100%;
  line-height: 1;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 100;
  font-size: 4.5vw;
  position: absolute;
  bottom: 30%;
  left: 0px;
}
.dual .col-6 h1 span {
  padding: 2.5vw 0 3vw;
  color: #333;
  border-radius: 2px;
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
}
.dual .col-6 h2 {
  transition: 1s;
  width: 100%;
  line-height: 1;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 100;
  font-size: 5vw;
  position: absolute;
  bottom: 26%;
  left: 0px;
}
.dual .col-6 h2 span {
  color: rgba(1, 1, 2, 0.35);
  border-radius: 2px;
  display: block;
  text-align: center;
  letter-spacing: 0;
}
.dual .col-6 h3 {
  text-align: center;
  width: 90%;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
  color: #333;
  font-size: 2vw;
  position: absolute;
}
.dual .col-6 h3.vertical {
  width: 1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.dual .col-6 div:hover h1 span {
  backdrop-filter: blur(10px);
}

.pic-right {
  float: right;
  width: 50%;
}
.pic-right img {
  display: block;
  margin: auto;
  width: 90%;
  height: auto;
}

.pic-left {
  float: left;
  width: 50%;
}
.pic-left img {
  display: block;
  margin: auto;
  width: 90%;
  height: auto;
}

.fixed-bg {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer {
  background-color: #fefefe;
}

.infection {
  margin-bottom: 50px;
}

.btn-top {
  padding: 0.5em;
  border: 1px solid #333;
  margin-right: 10px;
  border-radius: 2px;
}

.btn-top:hover {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}

.btn-staff {
  font-size: 21px;
}

.container {
  max-width: 1100px;
  margin: 10px auto;
  padding: 10px 20px;
}
.container h1 {
  clear: both;
}
.container .img-right {
  min-width: 20vw;
  min-height: 15vw;
  width: 30vw;
  height: auto;
  float: right;
  display: block;
  margin: 10px;
}
.container .img-left {
  min-width: 20vw;
  min-height: 15vw;
  width: 30vw;
  height: auto;
  float: left;
  display: block;
  margin: 10px;
}
.container .img-border {
  border: 1px solid silver;
}
.container p {
  margin-bottom: 1em;
}
.container p.header {
  clear: both;
  letter-spacing: 0.2em;
  margin-top: 2em;
  font-weight: bold;
  font-size: 1.5em;
}
.container h4 {
  position: relative;
  clear: both;
  letter-spacing: 0.2em;
  margin-top: 2em;
  font-weight: bold;
  font-size: 1.5em;
}

.news {
  position: relative;
}
.news .btn {
  width: 200px;
  font-size: 14px;
  position: absolute;
  top: 3em;
  right: 0px;
}

.container-information h1,
.container-staff h1,
.container-facilities h1,
.container-contact h1,
.container-access h1 {
  padding-top: 120px;
  font-size: 2em;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
}
.container-information h2,
.container-staff h2,
.container-facilities h2,
.container-contact h2,
.container-access h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 1.5em;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
}

.container-staff .pickup {
  clear: both;
  background: #d7ffe5;
  margin: 20px 0px;
  padding: 20px 30px 10px;
  letter-spacing: 0.1em;
}
.container-staff .pickup p {
  font-weight: bold;
}
.container-staff ul {
  margin: 20px 0px;
}
.container-staff ul li {
  border-bottom: dotted 1px #d7ffe5;
  margin: 1em;
}

h1.banner {
  text-align: center;
  margin-top: 20px;
  border: 0;
}

.img-center {
  max-width: 600px;
  height: auto;
}

.container-information {
  margin-top: 4px;
}

#information-news-2408 {
  border: 1px solid #333300;
  border-radius: 4px;
  padding: 2rem;
  margin-bottom: 1rem;
}
#information-news-2408 p {
  margin: 0.5rem 1rem;
}
#information-news-2408 .text-right {
  text-align: right;
  padding-right: 3em;
}
#information-news-2408 .text-sig {
  text-align: right;
}
#information-news-2408 .name {
  font-size: 1.4rem;
}

.container-facilities h4 {
  padding-left: 40px;
  margin-bottom: 20px;
}
.container-facilities h4:before {
  content: url(../images/header_deco.png);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10px;
  height: 10px;
  z-index: 10;
}
.container-facilities .spacer {
  height: 100px;
}
.container-facilities img {
  cursor: pointer;
}

#lightbox-container {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#lightbox-container .close {
  cursor: pointer;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50px;
  right: 50px;
  transition: 0.5s;
}
#lightbox-container .close span:first-child {
  transform: rotate(45deg);
  border-bottom: 1px solid #333;
  width: 100%;
  display: block;
  position: absolute;
}
#lightbox-container .close span:nth-child(2) {
  transform: rotate(-45deg);
  border-bottom: 1px solid #333;
  width: 100%;
  display: block;
  position: absolute;
}
#lightbox-container .close:hover span {
  border-color: #000;
}

#lightbox-img {
  margin: 10% auto;
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  display: block;
}

.info-box-dif {
  clear: both;
  margin: 40px 0px 20px;
  background: #ffffff;
}
.info-box-dif p {
  margin: 0 0 2em;
}
.info-box-dif .bold {
  font-weight: bold;
}

.clearfix {
  width: 100%;
  clear: both;
  display: block;
}

.info-box1 {
  margin: 10px 30px;
  padding: 20px;
  background-color: #fefefe;
  border-radius: 4px;
}
.info-box1 strong {
  font-weight: bold;
  font-size: 1.1em;
}
.info-box1 .infect-info {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #eefeeb;
}
.info-box1 .infect-info em {
  font-weight: bold;
}

.table-information {
  margin: 30px 10px;
}
.table-information th {
  font-weight: 400;
  border: 1px solid #666;
  padding: 4px;
  font-size: 0.8rem;
}
.table-information td {
  border: 1px solid #666;
  padding: 4px;
  font-size: 0.9rem;
}

.container-greetings h2, .container-introduction h2 {
  margin: 20px 0px;
  font-size: 2em;
  border-bottom: 1px solid #333;
}
.container-greetings strong, .container-introduction strong {
  color: #333333;
  font-weight: 400;
}
.container-greetings .img-incho, .container-introduction .img-incho {
  float: right;
  display: block;
  margin: 10px;
  width: 30%;
  height: auto;
}
.container-greetings .img-center, .container-introduction .img-center {
  display: block;
  margin: 10px auto;
}
.container-greetings .text-right, .container-introduction .text-right {
  clear: both;
  text-align: right;
}
.container-greetings h3, .container-introduction h3 {
  margin-top: 50px;
  font-size: 1.5em;
  border-bottom: 1px solid #333;
}
.container-greetings .row, .container-introduction .row {
  gap: 10px;
}
.container-greetings .row .col-md-6, .container-introduction .row .col-md-6 {
  width: calc(50% - 20px);
}
.container-greetings .row .col-md-6 .doctor-name, .container-introduction .row .col-md-6 .doctor-name {
  font-weight: bold;
  margin: 10px 0px;
  text-align: center;
}
.container-greetings .row .col-md-6 img, .container-introduction .row .col-md-6 img {
  width: 50%;
  height: auto;
  display: block;
  margin: 10px auto;
}
.container-greetings .row .col-md-6 dt, .container-introduction .row .col-md-6 dt {
  font-weight: bold;
  font-size: 0.8em;
}
.container-greetings p, .container-introduction p {
  margin: 10px 0px 30px;
  line-height: 2;
}

.greeting-list {
  margin: 50px auto;
  padding: 10px;
  max-width: 800px;
  background-color: #dcf2e3;
}
.greeting-list li {
  list-style-position: inside;
  list-style-type: numbered;
  margin: 20px 10px;
}

.sp-fix li i {
  display: block;
  margin: 2px auto;
}
.sp-fix li a,
.sp-fix li p {
  color: #666;
}

/*  responsive ------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .top-slide .top-slide-container {
    width: 98%;
    height: auto;
    aspect-ratio: 9/7;
    margin: 0px 1%;
    border-radius: 12px;
    overflow: hidden;
  }
  .top-slide .top-slide-container .top-slide-img {
    width: calc(100% + 50px);
    height: auto;
  }
  .top-slide .top-slide-container .top-slide-img img {
    max-width: 100%;
    max-height: 100%;
  }
  .info {
    display: block;
  }
  .container-schedule {
    width: 100%;
  }
  .container-schedule ul {
    width: 100%;
    margin: 0px auto;
  }
  .table-schedule {
    width: 100%;
    margin: auto auto 20px;
  }
  .news dl {
    display: flex;
    padding-left: 10px;
  }
  .news dl dt {
    width: 200px;
    margin-right: 10px;
    padding: 0.2em;
  }
  .news dl dd {
    padding: 0.3em;
  }
  .news dl span {
    position: relative;
    top: auto;
  }
  .btn-top {
    font-size: 12px;
  }
  .btn-staff {
    font-size: 14px;
  }
  .clinic .box1 .text_box {
    height: auto;
  }
  .mv_wrap .catch_text0 {
    margin-top: 10px;
    padding: 4px 10px;
    font-size: 3.8vw;
    margin-bottom: 2px;
  }
  .mv_wrap .catch_text1 {
    padding: 4px 10px 10px;
    font-size: 3.9vw;
    margin-bottom: 10px;
    margin-top: 2px;
  }
  .mv_wrap .catch_text2 {
    padding: 2px 10px;
    margin: 0;
    font-size: 4vw;
    line-height: 3;
  }
  section {
    width: 100% !important;
  }
  .infection .flex_wrap {
    display: block;
    width: 100%;
  }
  .infection .flex_wrap img {
    display: block;
    width: 50%;
    height: auto;
  }
  .infection .flex_wrap h2 {
    padding: 2px 10px;
    display: block;
    font-size: 14px;
  }
  .infection .btn {
    margin-top: 30px;
  }
  .news {
    margin: 20px auto;
  }
  .news dl {
    margin-top: 3em;
    width: 100%;
    display: block;
    height: auto;
  }
  .news dl dt {
    text-align: left;
  }
  .news .btn {
    top: 5em;
    right: 10px;
  }
  .clinic.sp {
    padding-bottom: 10px;
  }
  .clinic {
    padding-top: 20px;
  }
  .clinic .box1 {
    background-size: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 2/1;
    margin-bottom: 30px;
    transition: 0.5s;
  }
  .clinic .box2 {
    background-size: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 120/45;
    margin-bottom: 30px;
    transition: 0.5s;
  }
  .clinic .box3 {
    background-size: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 4/1;
    margin-bottom: 30px;
    transition: 0.5s;
  }
  .info {
    width: 100%;
    margin-top: 10px;
  }
  .info ul {
    padding-left: 0;
  }
  .info img {
    width: 50%;
  }
  img {
    max-width: 100%;
    max-height: 50vw;
    width: auto;
    height: auto;
  }
  .mv {
    width: 98%;
    height: 180px;
  }
  .slide-img img {
    width: 500px;
    margin-top: 0;
    height: auto;
    aspect-ratio: 7/9;
  }
  .dual {
    width: 100%;
    height: auto;
    max-height: auto;
    display: block;
    border-top: 3px solid #333;
    border-bottom: 3px solid #333;
  }
  .dual .col-6 {
    width: 100%;
    height: 100%;
    position: relative;
    background: #ffffff;
    cursor: pointer;
  }
  .dual .col-6 h1 {
    font-size: 12vw;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .row .col-md-4 {
    margin-top: 10px;
    border-top: 1px solid silver;
    width: 100%;
    padding: 10px;
  }
  .row .col-md-4 img {
    max-width: 80%;
    margin: 10px auto;
    display: block;
    width: auto;
    height: auto;
    border-radius: 2px;
  }
  .fixed-bg.sp {
    height: 300px;
  }
  .dual {
    width: 100%;
    height: 100vh;
    max-height: auto;
    display: block;
    border-top: 3px solid #333;
    border-bottom: 3px solid #333;
  }
  .dual .col-6 {
    width: 100%;
    height: 50vh;
    position: relative;
    background: #ffffff;
  }
  .dual .col-6 h3 {
    font-size: 4vw;
  }
  .links {
    width: 90%;
    margin: 10px auto;
  }
  .links h3 {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .links .btn {
    width: 90%;
    font-size: 0.9em;
  }
  footer .sitemap {
    display: block;
  }
  footer dl {
    width: 100%;
  }
  footer dl dt {
    margin-bottom: 2px;
    padding-bottom: 2px;
  }
  footer ul li {
    padding-left: 2em;
  }
  .sp-fix .label {
    position: absolute;
    bottom: 15px;
    padding-left: 2em;
    right: 33.3333333333%;
    font-size: 6vw;
  }
  .container .img-right {
    float: none;
    width: 100%;
    margin: 10px auto;
  }
  .container .img-left {
    float: none;
    width: 90%;
    margin: 10px auto;
  }
  .pic-right {
    float: none;
    width: 80%;
    margin: 10px auto;
  }
  .info-box1 {
    margin: 10px 5px;
    padding: 5px;
  }
  .infect-info .pic-right {
    float: none;
    width: 100%;
  }
  #lightbox-img {
    margin-top: 130px;
  }
  .container-greetings .img-incho, .container-introduction .img-incho {
    float: none;
    display: block;
    margin: 10px auto;
    width: 200px;
    height: 200px;
  }
  .container-greetings .row, .container-introduction .row {
    display: block;
  }
  .container-greetings .row .col-md-6, .container-introduction .row .col-md-6 {
    margin-top: 20px;
    width: 100%;
    border-bottom: 1px solid silver;
  }
  .foot_info .map_box {
    margin-bottom: 20px;
  }
  html {
    scroll-padding-top: 70px;
  }
}
strong.em {
  font-weight: bold;
}
