@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
:root {
  --clr-background: #C4C4C4;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

h2,
h3,
h4 {
  font-weight: 600;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
  font-weight: 500;
}

h6 {
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #070707;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  color: #6A6A6A;
}

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

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

figure {
  margin-bottom: 0;
}

input:not([type=submit]) {
  padding-left: 20px;
  border-radius: 4px;
  border: 2px solid #838383;
  height: 60px;
  text-align: center;
}

::-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

.page {
  margin-bottom: 0;
}

/* Some Bootstrap resets*/
/* accordion resets */
.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion ul {
  list-style: disc;
  list-style-position: inside;
}
.accordion-item {
  border: 1px solid #dddddd;
}
.accordion p {
  margin-bottom: 0;
}
.accordion-button {
  border-radius: 0;
}
.accordion-button[aria-expanded=true] {
  background-color: #fff;
  color: #000;
}
.accordion-button:focus, .accordion-button:hover {
  box-shadow: none;
}
.accordion-body, .accordion-button {
  padding: 20px;
  color: #000;
}
@media (min-width: 768px) {
  .accordion-body, .accordion-button {
    padding: 20px 24px 20px 67px;
  }
}
.accordion-body {
  background-color: #dddddd;
}

/* btn resets */
.btn, .fujiidera-form input[type=submit] {
  width: 280px;
  text-align: center;
  padding: 20px 0;
  font-size: 15px;
  border-radius: 100px;
  border: none;
  transition: all 0.4s ease-in-out;
}
.btn:hover, .fujiidera-form input[type=submit]:hover, .btn:focus, .fujiidera-form input[type=submit]:focus {
  outline: none;
  box-shadow: none;
}
.btn-primary {
  background-color: #6A6A6A;
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #373737;
}
.btn-rect, .fujiidera-form input[type=submit] {
  width: 100%;
  border-radius: 4px;
  background-color: #6A6A6A;
  color: #fff !important;
}
.btn-rect:hover, .fujiidera-form input[type=submit]:hover, .btn-rect:focus, .fujiidera-form input[type=submit]:focus {
  background-color: #373737;
}

.btn-full {
  width: 100%;
  color: #000;
  background-color: #F5F5F5;
  border-radius: 0;
}
.btn-full:hover, .btn-full:focus {
  background-color: gainsboro;
}

/* card resets */
.card {
  border: none;
  border-radius: 0;
}
.card-title {
  font-size: 22px;
  font-weight: 400;
}
.card .discription {
  color: #000;
}
.card p {
  margin-bottom: 0;
}

.normal-card .card-img img {
  aspect-ratio: 2.46;
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.normal-card .card-title {
  cursor: pointer;
  font-size: 21px;
  line-height: 1.8;
  margin-bottom: 13px;
}
.normal-card .card-title a {
  color: #838383;
}
.normal-card .card-title a:hover {
  color: #000;
}
.normal-card .discription {
  font-size: 13px;
  line-height: 2;
}
.normal-card .card-body {
  border: 1px solid #dddddd;
  padding: 20px;
}
@media (min-width: 992px) {
  .normal-card .card-body {
    padding: 45px;
  }
}
.normal-card .card-body .thumbnail {
  text-align: center;
  margin-top: 13px;
}
.normal-card .card-info {
  margin-top: 13px;
}
.normal-card .card-info .info-title {
  font-size: 16px;
  color: #000;
}
.normal-card .card-info .discription:not(:last-child) {
  margin-bottom: 30px;
}

.horizontal .row {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #DDDDDD;
}
.horizontal .row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.horizontal .row:nth-child(even) {
  flex-direction: row-reverse;
}
.horizontal .card-title,
.horizontal .discription {
  margin-bottom: 20px;
}
.horizontal .card-title {
  color: #838383;
}
.horizontal .discription {
  font-size: 21px;
}
.horizontal .card-img img {
  aspect-ratio: 1.5666666667;
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-title {
  font-size: 15px;
  font-weight: 400;
}

.surgery-card {
  background-color: transparent;
  color: #000;
  font-size: 13px;
  margin-bottom: 50px;
  line-height: 2;
}
.surgery-card .card-img img {
  aspect-ratio: 1.4285714286;
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.surgery-card .card-title {
  font-size: 13px;
}
.surgery-card .card-list {
  margin-top: 35px;
}
.surgery-card .list-title {
  font-size: 15px;
}
.surgery-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .surgery-card .card-body {
    padding: 36px 45px;
    min-height: 244px;
  }
}

.list {
  list-style: disc;
  list-style-position: inside;
  font-size: 15px;
  font-weight: 700;
}
.list span {
  font-size: 13px;
  font-weight: 400;
}

.divider-center {
  position: relative;
}
.divider-center::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.card-style .card-title a {
  color: #fff;
}
.card-style .card-title a:hover {
  color: #000;
}
.card-style .card-img img {
  aspect-ratio: 1.5151515152;
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-style .card-body {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  padding-top: 40px;
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.facility-card {
  text-align: center;
}
.facility-card .card-img {
  margin-bottom: 20px;
}
.facility-card .card-img img {
  max-width: 150px;
  aspect-ratio: 1;
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .facility-card .card-img img {
    max-width: 220px;
  }
}
.facility-card .card-title {
  font-size: 18px;
}
.facility-card .card-body {
  padding: 0;
}

.icon-card {
  padding: 20px 30px;
  color: #000;
}
.icon-card .card-title {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
.icon-card .card-icon {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background-color: #C4C4C4;
  margin: 17px auto;
  color: #fff;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-card .card-icon span,
.icon-card .card-icon p {
  display: inline-block;
  max-width: 40px;
  line-height: 1.5;
}
.icon-card .card-body {
  padding: 0;
  font-size: 14px;
  line-height: 2;
}

/* Some usefull global class */
.section-title {
  color: #000;
  display: inline-block;
  font-size: clamp(22px, 2.5vw, 24px);
  line-height: 1;
  position: relative;
  padding-top: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 66px;
  }
}
.section-title::after {
  content: "";
  width: 120px;
  height: 3px;
  background-color: #838383;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.title {
  font-size: 14px;
  text-transform: uppercase;
  color: #838383;
  font-weight: 500;
}

.subtitle {
  margin-top: 20px;
  font-size: clamp(22px, 2.5vw, 30px);
  color: #070707;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .subtitle {
    margin-bottom: 64px;
  }
}

.block {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .block {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .block {
    padding: 160px 0;
  }
}

.block-md {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .block-md {
    padding: 80px 0;
  }
}

.block-sm {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .block-sm {
    padding: 50px 0;
  }
}

.content-space {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .content-space {
    margin-top: 50px;
  }
}

.thumb-style {
  position: relative;
}
.thumb-style .thumbnail img {
  aspect-ratio: 1;
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .thumb-style .thumbnail img {
    aspect-ratio: 2.4;
    inline-size: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.text-sm-width {
  font-size: 19px;
  line-height: 42px;
  display: flex;
  justify-content: center;
  gap: 28px;
  z-index: 2;
  color: #fff;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .text-sm-width {
    padding: 0;
  }
}
.text-sm-width p,
.text-sm-width span,
.text-sm-width h1 {
  width: 31px;
  margin-bottom: 0;
}

.first-view-title {
  width: 150px;
  height: 150px;
  background-color: #6A6A6A;
  color: #fff;
  padding: 39px 28px;
  font-size: 15px;
  line-height: 1.6;
  text-transform: uppercase;
  text-align: center;
  display: grid;
  align-items: center;
}
.first-view-title p,
.first-view-title span {
  margin-bottom: 0;
}

.detail-text {
  text-align: start;
  line-height: 2.6;
  color: #000;
}

.detail-content .detail-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .detail-content .detail-text {
    margin-bottom: 60px;
  }
}

/* Title banner and Page header */
.page-header {
  padding: 30px 0 80px 0;
}
@media (min-width: 768px) {
  .page-header {
    padding: 58px 0 118px 0;
  }
}

.title-banner {
  aspect-ratio: 3;
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  background-color: #C4C4C4;
  display: grid;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.title-banner h1 {
  font-size: 24px;
  line-height: 2;
  text-transform: uppercase;
}
.title-banner .first-view-title {
  position: absolute;
  left: 0;
  top: 0;
}

/* End of page header and page banner */
/* Header starts from here */
.site-header {
  background-color: #fff;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
}
.site-header img,
.site-header a {
  transition: all 0.4s ease-in-out;
}
.site-header.fixed .site-branding img {
  max-width: 200px;
}
.site-header.fixed .nav-menu a {
  padding: 30px 0;
}
.site-header.fixed .sub-menu a {
  padding: 20px 25px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-inner .main-navigation {
  width: auto;
}

.nav-menu {
  justify-content: end;
  gap: 30px;
}
.nav-menu a {
  font-size: 14px;
  padding: 40px 0;
  color: #000;
}
.nav-menu a:hover {
  color: #6A6A6A;
}

/* Footer starts from here */
.partner .row .col-md-3:nth-child(odd) {
  background-color: #C4C4C4;
}
.partner .row .col-md-3:nth-child(even) {
  background-color: #B2B2B2;
}
.partner .widget {
  margin-bottom: 0;
}
.partner .partner-item {
  font-size: 14px;
  line-height: 1;
  display: block;
  color: #fff;
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .partner .partner-item {
    padding: 70px 30px;
  }
}
.partner .partner-item:hover {
  color: #000;
}

.top-footer {
  padding: 24px 0;
  background-color: #F4F4F4;
  text-align: center;
}
@media (min-width: 768px) {
  .top-footer {
    text-align: start;
  }
}
.top-footer ul li {
  margin-bottom: 8px;
}
.top-footer ul li:last-child {
  margin-bottom: 0;
}
.top-footer .menu li a {
  color: #000;
}
.top-footer .menu li a:hover {
  color: #6A6A6A;
}

.btm-footer {
  background-color: #6A6A6A;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.btm-footer p {
  padding-top: 1.5rem;
}

/* Banner starts from here */
.text-gap {
  letter-spacing: 20px;
}

.text-md {
  font-size: 24px;
}

.text-light {
  color: #838383 !important;
}

.contact-item {
  display: flex;
  align-items: center;
}
.contact-item p {
  margin-bottom: 0;
}

.contact-icon {
  border-radius: 50%;
  text-align: center;
}

.contact-info {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contact-info {
    flex-direction: row;
  }
}
.contact-info .contact-item {
  padding: 10px 20px;
  gap: 30px;
  min-width: 300px;
}
.contact-info .contact-item a {
  color: #fff;
}
.contact-info .contact-icon {
  width: 40px;
  height: 40px;
  background-color: #fff;
  line-height: 40px;
  font-size: 22px;
}

.banner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 206px;
  color: #fff;
}
.banner .contact-info {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.banner .contact-info .contact-item:nth-child(even) {
  background-color: #6A6A6A;
  color: #6A6A6A;
}
.banner .contact-info .contact-item:nth-child(odd) {
  background-color: #838383;
  color: #838383;
}
.banner .contact-info .contact-item .contact-text {
  color: #fff;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-22 {
  font-size: 22px;
}

.about {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .about {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .about {
    padding: 115px 0;
  }
}
.about .detail-text {
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 0;
}

/* feature section starts here */
.feature {
  background-color: #C4C4C4;
}
.feature .card {
  margin-bottom: 1.5rem;
}

/* message section starts from here */
.message-img img {
  aspect-ratio: 2.2321428571;
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.message .thumb-style {
  position: relative;
  background-color: var(--clr-background);
}
.message .thumb-style .text-sm-width {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.message-content {
  padding: 25px;
  background-color: #F5F5F5;
}
@media (min-width: 768px) {
  .message-content {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .message-content {
    padding: 103px 124px;
  }
}
.message-content .info-text {
  line-height: 2;
}
.message-content .detail-text {
  margin-bottom: 0;
}
.message-content .author-info {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .message-content .author-info {
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  .message-content .author-info {
    padding: 104px 0;
  }
}
.message-content .table {
  margin: 0;
}
.message-content .table thead th {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .message-content .table thead th {
    padding-bottom: 50px;
  }
}
.message-content .table th {
  font-weight: normal;
}

.author-info {
  text-align: center;
}
.author-info p {
  text-transform: uppercase;
}
.author-info p:not(:last-child) {
  margin-bottom: 10px;
  color: #000;
}
.author-info p:last-child {
  color: #6A6A6A;
}

/* access section starts here */
.access-content {
  padding: 60px;
  background-color: #F5F5F5;
  aspect-ratio: 1;
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .access-content {
    padding: 90px 70px;
  }
}
.access-content .access-item p {
  color: #070707;
  margin-bottom: 10px;
}
.access-content .access-item:not(:last-child) {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .access-content .access-item:not(:last-child) {
    margin-bottom: 50px;
  }
}

.map {
  height: 100%;
}
.map iframe {
  min-height: 500px;
  width: 100%;
}
@media (min-width: 768px) {
  .map iframe {
    min-height: 100%;
  }
}

.con-sep {
  display: block;
  width: 280px;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
}

.contact {
  background-color: #6A6A6A;
  color: #fff;
}
.contact p {
  margin-bottom: 0;
}
.contact .thumbnail {
  margin-top: 10px;
}
.contact .subtitle {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}
.contact .examination-time {
  margin-bottom: 32px;
}
.contact .examination-time p {
  margin-top: 1rem;
}
.contact .examination-time p:last-child {
  margin-bottom: 0;
}
.contact .contact-list {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}
.contact .contact-list .btn, .contact .contact-list .fujiidera-form input[type=submit], .fujiidera-form .contact .contact-list input[type=submit] {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .contact .contact-list .btn, .contact .contact-list .fujiidera-form input[type=submit], .fujiidera-form .contact .contact-list input[type=submit] {
    font-size: 14px;
  }
}
.contact .contact-list .btn img, .contact .contact-list .fujiidera-form input[type=submit] img, .fujiidera-form .contact .contact-list input[type=submit] img {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .contact .contact-list .btn img, .contact .contact-list .fujiidera-form input[type=submit] img, .fujiidera-form .contact .contact-list input[type=submit] img {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .contact .contact-list .btn img, .contact .contact-list .fujiidera-form input[type=submit] img, .fujiidera-form .contact .contact-list input[type=submit] img {
    margin-left: 8px;
  }
}
@media (min-width: 768px) {
  .contact .contact-list {
    margin-bottom: 0;
  }
}
.contact .contact-item {
  background-color: #fff;
  color: #000;
  padding: 10px;
  gap: 10px;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .contact .contact-item {
    gap: 30px;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .contact .contact-item.item-2 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .contact .contact-item.item-2 {
    gap: 50px;
  }
}
.contact .contact-item.item-2 .contact-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #6A6A6A;
  color: #fff;
}
.contact .contact-item.item-2 .info-text {
  display: flex;
  gap: 20px;
  align-items: center;
}
.contact .contact-item.item-2 a {
  color: #000;
}
.contact .bi-plus::before {
  transform: rotate(45deg);
}
.contact table {
  text-align: center;
  color: #000;
}
.contact table td,
.contact table th {
  border: 1px solid #838383;
  padding: 5px;
}
.contact table th {
  font-weight: 400;
}
.contact table td {
  min-width: 30px;
}
@media (min-width: 992px) {
  .contact table td {
    min-width: 50px;
    height: 60px;
  }
}
.contact table p {
  margin-bottom: 0;
}

/*======================================================================
                    09-01_Contact-factory_Onlineshop
========================================================================*/
.card-text span {
  font-size: 18px;
}

.online-shop-card .card-title {
  margin-bottom: 16px;
}

.online-shop-card .thumbnail img {
  aspect-ratio: 1.3333333333;
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.online-shop .row .col-md-6:not(:last-of-type) .card {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .online-shop .row .col-md-6:not(:last-of-type) .card {
    margin-bottom: 80px;
  }
}

/*======================================================================
                    contact-factory
========================================================================*/
.cf-btn-wrapper {
  margin-bottom: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .cf-btn-wrapper {
    flex-direction: row;
    gap: 100px;
  }
}
@media (min-width: 768px) {
  .cf-btn-wrapper {
    gap: 175px;
  }
}

/*======================================================================
                    07-01_About_ION-Fujiidera
========================================================================*/
.sec-message-info {
  border: 1px solid #dddddd;
}
.sec-message-info .sec-message-info-text {
  padding: 25px;
}
@media (min-width: 768px) {
  .sec-message-info .sec-message-info-text {
    padding: 50px 40px;
  }
}
@media (min-width: 992px) {
  .sec-message-info .sec-message-info-text {
    padding: 58px;
  }
}
@media (min-width: 1200px) {
  .sec-message-info .sec-message-info-text {
    padding: 90px 70px;
  }
}
.sec-message-info .secondary-title {
  font-weight: 400;
}
.sec-message-info a {
  margin-bottom: 20px;
}
.sec-message-info .thumbnail img {
  aspect-ratio: 1;
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .sec-message-info .thumbnail img {
    aspect-ratio: 0.5;
    inline-size: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 992px) {
  .sec-message-info .thumbnail img {
    aspect-ratio: 1;
    inline-size: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sec-message-info .position {
  margin: 20px 0 0 0;
  color: #000;
}
.sec-message-info .info-text {
  margin: 15px 0 25px 0;
  line-height: 2;
}
@media (min-width: 768px) {
  .sec-message-info .info-text {
    margin: 30px 0 45px 0;
  }
}

/* About Hajinosato Page Starts Here */
.about-clinic .thumbnail {
  margin-bottom: 32px;
}

/* About Hajinosato Page Starts Here */
.clinic-info .card {
  margin-bottom: 1.5rem;
}

.facility .card {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .facility .card {
    margin-bottom: 60px;
  }
}

.our-group .card .row {
  justify-content: center;
}

/* Medical Examination and pediatric ophthalmology starts frome here */
.medical-examination .row .col-md-6:last-child .card,
.pediatric-ophthalmology .row .col-md-6:last-child .card {
  margin-bottom: 0;
}
.medical-examination .card,
.pediatric-ophthalmology .card {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .medical-examination .card,
.pediatric-ophthalmology .card {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .medical-examination .card,
.pediatric-ophthalmology .card {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .pediatric-ophthalmology .card {
    margin-bottom: 0;
  }
}

/* Surgical Guidance starts frome here */
.surgery-content {
  padding: 25px;
  background-color: #F5F5F5;
}
@media (min-width: 768px) {
  .surgery-content {
    padding: 50px;
  }
}
.surgery-content .card {
  margin-bottom: 40px;
}
.surgery-content .card:last-child {
  margin-bottom: 0;
}

._2p3a {
  width: 100% !important;
}

.slicknav_arrow {
  float: right;
}

/* slicknav */
.slicknav_menu {
  display: none;
  padding: 0;
}

.menu-toggle {
  display: none;
}

.slicknav_nav .nav-menu {
  background-color: #fff;
  margin-left: 0;
  text-align: center;
}

.slicknav_nav a {
  color: #fff;
}

.slicknav_nav a,
.slicknav_nav .slicknav_item {
  padding: 20px 25px;
  margin: 0;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
  color: #fff;
  background-color: #000;
  border-radius: 0;
}

.slicknav_nav .slicknav_row:hover a {
  color: #fff;
}

.slicknav_menu .slicknav_icon-bar {
  width: 25px;
  height: 2px;
  background-color: #000;
  box-shadow: none;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 6px;
}

.slicknav_btn.slicknav_open .slicknav_icon-bar {
  display: none;
  transition: ease all 0.3s;
}

.slicknav_btn.slicknav_open .slicknav_icon-bar:first-child,
.slicknav_btn.slicknav_open .slicknav_icon-bar:last-child {
  display: block;
}

.slicknav_btn.slicknav_open .slicknav_icon-bar:first-child {
  transform: rotate(45deg);
  transition: ease all 0.3s;
}

.slicknav_btn.slicknav_open .slicknav_icon-bar:last-child {
  margin: -1px;
  transform: rotate(-45deg);
  transition: ease all 0.3s;
}

@media screen and (max-width: 992px) {
  .site-header .site-branding {
    padding: 10px 0;
  }
  .site-header .slicknav_btn {
    margin-top: -60px;
    background-color: #fff;
  }
  .site-header.fixed .slicknav_btn {
    margin-top: -50px;
    background-color: #fff;
  }
  .site-header .slicknav_nav {
    max-height: 400px;
    overflow-y: scroll;
  }
  .site-header .slicknav_nav::-webkit-scrollbar {
    width: 0px;
  }

  #primary-menu {
    display: none;
  }

  .slicknav_menu {
    display: block;
    background-color: transparent;
  }

  .slicknav_nav {
    margin-top: 10px;
    background-color: #6A6A6A;
  }
}
.main-navigation {
  width: auto;
}
.main-navigation .sub-menu a:hover {
  background-color: #373737;
}

.main-navigation ul .sub-menu {
  display: block;
  color: #fff;
  background-color: #6A6A6A;
  transition: ease all 0.4s;
}
.main-navigation ul .sub-menu li a {
  color: #fff;
  padding: 20px;
}

/* ION Fujiidera Book starts from here */
.header-img {
  padding-top: 80px;
  padding-bottom: 45px;
}

.button-wrap {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

.book-content {
  color: #000;
  margin-top: 52px;
  padding: 30px;
  background-color: #F4F4F4;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .book-content {
    padding: 40px 50px;
  }
}
@media (min-width: 992px) {
  .book-content {
    padding: 80px 124px;
  }
}
.book-content p {
  margin-bottom: 0;
}
.book-content ul {
  list-style-type: disc;
  list-style-position: inside;
}

/* form settings */
.form-group {
  display: flex;
  flex-direction: column;
}
.form-group label {
  padding: 15px 0;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fujiidera-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: #000;
}
.fujiidera-form > span input {
  width: 100%;
  border: none;
  border-radius: 0px;
  border-bottom: 2px solid #838383;
  border-radius: 0;
}
.fujiidera-form p {
  margin: 0;
}
.fujiidera-form input[type=submit] {
  line-height: 1.5;
}
.fujiidera-form .form-group input {
  width: calc(100% - 50px);
}
.fujiidera-form .input-group {
  align-items: center;
}
.fujiidera-form .input-group span {
  display: block;
  width: calc(100% - 50px);
}
.fujiidera-form .input-group input {
  width: 100%;
}
.fujiidera-form .input-group .date-text {
  width: 50px;
  text-align: center;
}
.fujiidera-form .input-wrap {
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  row-gap: 24px;
}
@media (min-width: 992px) {
  .fujiidera-form .input-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

#scroll-top {
  cursor: pointer;
  display: inline-block;
  background-color: #5C5C5C;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 99;
}
@media (min-width: 768px) {
  #scroll-top {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
}
#scroll-top:hover, #scroll-top:focus {
  background-color: #373737;
}

.single .entry-title {
  margin-bottom: 30px;
}/*# sourceMappingURL=style.css.map */