@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  word-break: normal;
  word-wrap: break-word;
}

#wrapper {
  padding: 0;
}

html {
  line-height: 2;
  color: black;
  margin-top: 0 !important;
}

a {
  color: #333333;
}

img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

table {
  background-color: transparent;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  line-height: 1.7;
  font-weight: normal;
}

.fixedcontainer {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 0px;
}

a:visited,
a:link,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  transition: opacity 0.5s ease;
}

.red {
  color: #ed1c24;
}

.yellow {
  color: #181f38;
}

.bkyellow {
  background-color: #fff100;
}

.bold {
  font-weight: bold;
}

.btline {
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.visible-sp {
  display: none;
}

.hidden-sp {
  display: block;
}

.visible-xs {
  display: none;
}

.hidden-xs {
  display: block;
}

.visible-500 {
  display: none;
}

.hidden-500 {
  display: block;
}

.flex_part .flex_img_left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.flex_part .flex_img_left > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.flex_part .flex_body {
  flex: 1;
}
.flex_part .flex_img_right {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.flex_part .flex_img_right > img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* slick */
.slick-next::before {
  content: "";
  background: url(../images/slick_next.png) no-repeat;
}

.slick-prev::after {
  content: "";
  background: url(../images/slick_prev.png) no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100;
}

.slick-prev::after,
.slick-next::before {
  font-family: initial;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 1;
}

.slick-dots {
  bottom: -45px;
}

.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 32px;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 3px;
  content: "";
  text-align: center;
  opacity: 1;
  color: #c9caca;
  background: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 3px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  opacity: 0.3;
}
.slick-dots li.slick-active {
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #00a0e9;
}

.hover_anim {
  position: relative;
  overflow: hidden;
}

.hover_anim::after {
  background: #fff;
  content: "";
  height: 400px;
  left: -300px;
  opacity: 0.2;
  position: absolute;
  top: -80px;
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 150px;
  z-index: 100;
}

.hover_anim:hover::after {
  left: 120%;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.fade-top {
  opacity: 0.1;
  transform: translate(0, 80px);
  transition: all 1000ms ease-out 0s;
}

.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.custom_checkbox {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.custom_checkbox input[type=checkbox] {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  left: 0;
  top: 0;
}
.custom_checkbox input[type=checkbox]:focus {
  outline: none;
}
.custom_checkbox input[type=checkbox]:checked {
  background: #036eb8;
  z-index: 0;
}
.custom_checkbox input[type=checkbox]:checked + span {
  color: white;
}
.custom_checkbox span {
  z-index: 100;
}

.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s;
}

.inviewfadeInUp2 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s ease-in-out 0.2s;
}

.inviewfadeInUp3 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s ease-in-out 0.4s;
}

.inviewfadeInUp4 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s ease-in-out 0.6s;
}

.inviewfadeInUp5 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s ease-in-out 0.8s;
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
}

#header .g_nav {
  display: none;
  text-align: center;
}

/* loading
------------------------------------------------- */
#loading {
  width: 100vw;
  height: 100vh;
  background: white;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
}

#loading {
  width: 100%;
  height: 100vh;
  background: white;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  display: none;
}
#loading img {
  width: 400px;
  transform: translateY(-40px);
  transition: all 1s ease;
}
#loading.active img {
  transform: translateY(0);
  transition: all 1s ease;
}

.first_icon {
  text-align: center;
}

.second_icon {
  text-align: center;
  padding-top: 20px;
}

.loading_wrap {
  position: fixed;
  top: 50vh;
  left: 50vw;
  text-align: center;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transform: translate(-50%, -50%);
}

.loading_icon {
  animation: blur 2s ease 0s;
  -webkit-animation: blur 2s ease 0s;
  -moz-animation: blur 2s ease 0s;
}

.loading_icon2 {
  animation: opacity_animation 4s ease 0s;
  -webkit-animation: opacity_animation 4s ease 0s;
  -moz-animation: opacity_animation 4s ease 0s;
}

#line {
  margin: 50vh auto 0;
  width: 100%;
  height: 26px;
  background: white;
  position: relative;
  text-align: center;
}

#line1 {
  margin: 0 auto 0;
  width: 100%;
  height: 100%;
  background: white;
  position: relative;
  text-align: center;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.fullwidth .expand {
  width: 100%;
  height: 26px;
  margin-left: 0;
  text-align: center;
  background: url(./../images/377.gif) no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
}
@keyframes fullexpand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.font16 {
  font-size: 0.8rem;
}
.font17 {
  font-size: 0.85rem;
}
.font18 {
  font-size: 0.9rem;
}
.font19 {
  font-size: 0.95rem;
}
.font20 {
  font-size: 1rem;
}
.font21 {
  font-size: 1.05rem;
}
.font22 {
  font-size: 1.1rem;
}
.font23 {
  font-size: 1.15rem;
}
.font24 {
  font-size: 1.2rem;
}
.font25 {
  font-size: 1.25rem;
}
.font26 {
  font-size: 1.3rem;
}
.font27 {
  font-size: 1.35rem;
}
.font28 {
  font-size: 1.4rem;
}
.font29 {
  font-size: 1.45rem;
}
.font30 {
  font-size: 1.5rem;
}
.font31 {
  font-size: 1.55rem;
}
.font32 {
  font-size: 1.6rem;
}
.font33 {
  font-size: 1.65rem;
}
.font34 {
  font-size: 1.7rem;
}
.font35 {
  font-size: 1.75rem;
}
.font36 {
  font-size: 1.8rem;
}
.font37 {
  font-size: 1.85rem;
}
.font38 {
  font-size: 1.9rem;
}
.font39 {
  font-size: 1.95rem;
}
.font40 {
  font-size: 2rem;
}

#pc_menu1 {
  width: 100%;
  text-align: center;
  background: #fff;
  height: 170px;
  padding-top: 30px;
  top: 0;
  left: 0;
}
#pc_menu1 .logo1 {
  width: 79px;
}
#pc_menu1 .menu_area {
  width: 100%;
  max-width: 656px;
  padding: 0 0 0 5px;
  margin: 15px auto 0;
  text-align: left;
  display: flex;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}
#pc_menu1 .menu_area a {
  cursor: pointer;
  color: #333333;
  font-size: 0.6rem;
  display: flex;
  align-items: center;
}
#pc_menu1 .menu_area a img {
  width: 25px;
}
#pc_menu1 .menu_area a:hover {
  border-bottom: 1px solid black;
}
#pc_menu1 .menu_area a.active {
  border-bottom: 1px solid black;
}
#pc_menu1 .header_logo1 {
  display: inline-block;
  padding-top: 0;
}
#pc_menu1 .header_btnarea1 {
  padding-top: 0;
  display: flex;
  align-items: center;
}
#pc_menu1 .header_tel {
  width: 501px;
}
#pc_menu1 .header_btn1 {
  display: inline-block;
  width: 134px;
}

#pc_menu2 {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
  background: #f6f6f6;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#pc_menu2 .top_menu_link {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 16px;
  color: #814900;
  padding: 0 30px;
  border-right: 1px solid #ccc;
}
#pc_menu2 .top_menu_link span {
  font-size: 22px;
  font-weight: bold;
  color: #444;
}
#pc_menu2 .top_menu_link:last-child {
  border-right: 0px solid #ccc;
}
#pc_menu2 .top_menu_link:hover {
  opacity: 0.3;
}

#drag_menu {
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 101;
  width: 100%;
  text-align: center;
  height: 78px;
  background: #fff;
  border-bottom: 1px solid #e1e1e2;
}
#drag_menu .menu_area {
  width: 100%;
  max-width: 656px;
  padding: 0 0 0 5px;
  margin: 15px auto 0;
  text-align: left;
  display: flex;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}
#drag_menu .menu_area a {
  cursor: pointer;
  color: #333333;
  font-size: 0.6rem;
  display: flex;
  align-items: center;
}
#drag_menu .menu_area a img {
  width: 25px;
}
#drag_menu .header_logo1 {
  display: inline-block;
  width: 270px;
  padding-top: 15px;
  margin: 0 auto 0;
}

.drag_nav {
  margin: auto;
  width: 1100px;
  padding: 20px 0 0;
  text-align: center;
}
.drag_nav ul {
  width: 100%;
  line-height: 1.2em;
  list-style: none;
  display: inline-block;
  justify-content: space-between;
}
.drag_nav ul > li {
  text-align: left;
}
.drag_nav ul > li a {
  font-size: 14px;
}
.drag_nav .top_menu_link {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 13px;
  color: #814900;
  line-height: 1.4;
}
.drag_nav .top_menu_link span {
  font-size: 16px;
  font-weight: bold;
  color: #444;
}
.drag_nav .top_menu_link:hover {
  opacity: 0.3;
}

#drag_side {
  display: block;
  position: fixed;
  z-index: 101;
  right: -200px;
  top: 200px;
  width: 7%;
  max-width: 140px;
}

.top {
  width: 100%;
  position: relative;
  height: 740px;
}
.top .container {
  text-align: center;
}
.top .top_ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.top .top_txt1 {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.top .top_txt1 img {
  width: 100%;
}

.loopSlider1 {
  margin: 0;
  width: 100%;
  height: 740px;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.loopSlider1 ul {
  margin: 0;
  width: 100%;
  height: 740px;
  float: left;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}
.loopSlider1 ul li {
  float: left;
  width: 555px;
  height: 740px;
  display: inline;
  overflow: hidden;
}
.loopSlider1 ul li div {
  width: 555px;
  height: 740px;
  padding: 0;
  border: 0px solid #289cdc;
  text-align: center;
  margin: 0;
}
.loopSlider1 ul li img {
  width: 100%;
  height: auto;
  background: white;
}
.loopSlider1:after {
  content: "";
  display: none;
  clear: none;
}

.loopSliderWrap2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

.loopSlider2 {
  margin: 40px 0 0;
  width: 100%;
  height: 200px;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.loopSlider2 ul {
  margin: 0;
  width: 100%;
  height: 200px;
  float: left;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}
.loopSlider2 ul li {
  float: left;
  width: 300px;
  height: 200px;
  display: inline;
  overflow: hidden;
}
.loopSlider2 ul li div {
  width: 300px;
  height: 200px;
  padding: 0;
  border: 0px solid #289cdc;
  text-align: center;
  margin: 0;
}
.loopSlider2 ul li img {
  width: 100%;
  height: auto;
  background: white;
}

a {
  cursor: pointer;
}

.loopSliderWrap2:after {
  content: "";
  display: none;
  clear: none;
}

.loopSliderWrap1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 740px;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

.loopSliderWrap2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

/*-------------header----------------------*/
/*-----------        -----------------*/
.main_content {
  position: relative;
}
.main_content > .btn_wrapper {
  position: fixed;
  top: 300px;
  height: 161px;
  width: 40px;
  right: 0;
  margin-left: auto;
  display: block;
  z-index: 1000;
  right: 0;
}
.main_content > .btn_wrapper a {
  display: flex;
  width: 40px;
  margin-left: auto;
  margin: auto;
}
.main_content > .btn_wrapper a img {
  -o-object-fit: contain;
     object-fit: contain;
}
.main_content > .reserve {
  height: 258px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-size: 8px;
  margin: auto;
  margin-bottom: 0;
  margin-left: 3%;
  position: sticky;
  top: calc(100vh - 308px);
  white-space: nowrap;
}

body {
  background: white;
  letter-spacing: 0.02em;
}

#header {
  position: fixed;
  z-index: 101;
  top: 0;
  height: 125px;
  left: 0;
  background: white;
  width: 100%;
}
#header .header_top {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 10px auto;
  width: 90%;
}
#header .header_top h1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header_top h1 a img {
  width: 330px;
}
#header h1 {
  transition: all 0.8s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  opacity: 1;
}
#header h1 a {
  display: block;
  line-height: 1;
}
#header h1 a img {
  width: 59px;
}
#header .medical_link {
  background-color: #D9924E;
  font-size: 1.0rem;
  font-weight: bold;
  height: 3rem;
  padding: 0px 10px;
  margin-top: auto;
  margin-bottom: 15px;
}
#header .medical_link a {
  color: #fff;  
  line-height:3rem;
}
#header .site_search {
  flex: 1;
  max-width: 300px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .site_search form {
  width: 100%;
}
#header .site_search .search_wrapper {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 25px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}
#header .site_search input[type="search"] {
  flex: 1;
  border: none;
  background: transparent;
  padding: 8px 16px;
  font-size: 14px;
  outline: none;
}
#header .site_search input[type="search"]::placeholder {
  color: #999;
}
#header .site_search button {
  background: #d9924e;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  color: white;
  font-size: 16px;
  border-radius: 0;
}
#header .site_search button:hover {
  background: #c8834a;
}
#header .btn_wrapper {
  background: white;
  padding: 0 34px;
}
#header .btn_wrapper > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
#header .btn_wrapper > ul > li {
  line-height: 1;
  position: relative;
  padding: 18px 0;
}
#header .btn_wrapper > ul > li a {
  display: block;
  font-size: 13px;
}
#header .btn_wrapper > ul > li > ul {
  display: none;
  position: absolute;
  width: 243px;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 10px 0;
}
#header .btn_wrapper > ul > li > ul li {
  text-align: center;
  padding: 10px 0;
}
#header .btn_wrapper > ul > li:hover > ul {
  display: block;
}

.header2 {
  position: fixed;
  width: 7.5%;
  right: 0;
  height: 100vh;
  top: 0;
  z-index: 100;
}
.header2 .menu-trigger {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 3px;
  width: 25px;
  height: 25px;
  z-index: 1002;
}
.header2 .menu-trigger p {
  position: absolute;
  bottom: 12px;
  font-size: 13px;
  text-align: center;
  width: 100%;
  color: #181f38;
  writing-mode: vertical-lr;
  height: auto;
  white-space: nowrap;
  top: calc(100% + 20px);
  left: 100%;
  transform: translateX(-50%);
  line-height: 0;
  right: auto;
}
.header2 .menu-trigger p.close {
  display: none;
}
.header2 .menu-trigger.active p.open {
  display: none;
}
.header2 .menu-trigger.active p.close {
  display: block;
}
.header2 .menu-trigger:hover {
  opacity: 1;
}
.header2 .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
  float: right;
  position: absolute;
  width: 25px;
  height: 2px;
  left: 0;
  background: #181f38;
  right: 0;
  margin: auto;
}
.header2 .menu-trigger span:nth-of-type(1) {
  top: 8px;
}
.header2 .menu-trigger span:nth-of-type(2) {
  top: 20px;
}
.header2 .menu-trigger span:nth-of-type(3) {
  top: 32px;
}
.header2 .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(6.5px) rotate(-45deg);
}
.header2 .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
.header2 .menu-trigger.active span:nth-of-type(2) {
  transform: translateY(-6.5px) rotate(45deg);
}

.g_nav {
  position: fixed;
  width: 394px;
  right: 0;
  background: white;
  height: 100vh;
  top: 0;
  z-index: 100;
  display: none;
  text-align: center;
}
.g_nav.commercial a, .g_nav.privacy a {
  font-size: 14px;
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.g_nav ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  letter-spacing: 0.1em;
  padding-bottom: 5vw;
  padding-top: 100px;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 220px;
  transform: translateY(-20px);
  animation: slideUp 1s ease-in-out;
  opacity: 0;
}
.g_nav.active ul {
  transform: translateY(0);
  opacity: 1;
  animation: slideDown 1s ease-in-out;
}

.g_nav ul li {
  float: none;
  width: 100%;
  font-size: 16px;
  padding: 12px 0;
  margin: 0;
  text-align: left;
}
.g_nav ul li.commercial {
  padding-top: 30px;
}
.g_nav ul li.privacy {
  padding-top: 0;
}

.g_nav ul li a {
  display: inline-block;
  padding: 0 0;
  color: #181f38;
  text-decoration: none;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.2em;
}
.g_nav ul li a .logo {
  max-width: 171px;
  margin-bottom: 35px;
}
.g_nav ul li a .insta {
  width: 18px;
}

.g_nav ul li a:hover {
  opacity: 0.9;
  color: #181f38;
  position: relative;
}
.g_nav ul li a:hover.insta::after {
  content: none;
}

a.left_arrow {
  position: relative;
}
a.left_arrow::after {
  position: absolute;
  content: "";
  right: 13px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  width: 6px;
  height: 6px;
  display: block;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}

.lightbox {
  position: fixed;
  z-index: 1001;
  width: calc(100% - 85px);
  display: none;
  height: 100vh;
  top: 0;
  right: 0;
}
.lightbox .bg {
  background: rgba(240, 240, 240, 0.8);
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.lightbox .bg .slicker_part img {
  height: 100vh;
}
.lightbox .boxcontent {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lightbox .boxcontent .close_btn {
  position: absolute;
  right: 0;
  top: -80px;
}
.lightbox .boxcontent .flex_img {
  width: 590px;
  margin: auto;
}
.lightbox .boxcontent .flex_img img {
  width: 100%;
  mix-blend-mode: darken;
}

#lightbox_wrapper {
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#lightbox_wrapper .lightbox {
  display: block;
}

textarea {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Meiryo, YuGothic, "游ゴシック", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Meiryo, YuGothic, "游ゴシック", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #181f38 !important;
  line-height: 2;
  background: white;
}

:root :where(body) {
  background: white;
}

@keyframes discoverAnimatin {
  0% {
    background-position: bottom 0 center;
  }
  20% {
    background-position: bottom -50px center;
  }
  60% {
    background-position: bottom -50px center;
  }
  80% {
    background-position: bottom -100px center;
  }
  100% {
    background-position: bottom -100px center;
  }
}
.modal.alertModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.modal .modal-bg {
  width: 100%;
  height: 100%;
}
.modal .modal-body {
  position: absolute;
  width: 400px;
  padding: 40px;
  background: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-body .close_btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background: none;
  padding: 0;
  border: none;
  outline: none;
}
.modal .modal-body p {
  font-size: 0.8rem;
}

.template-search_block {
  background: #f7e9db;
  padding: 22px 20px;
}
.template-search_block .piece1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.template-search_block .piece1 .input_wrapper {
  flex: 1;
  position: relative;
}
.template-search_block .piece1 .input_wrapper .search_icon {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
}
.template-search_block .piece1 .input_wrapper .delete_icon {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  cursor: pointer;
}
.template-search_block .piece1 .input_wrapper .delete_icon button {
  background: none;
  border: none;
  outline: none;
}
.template-search_block .piece1 .input_wrapper .current_position_block {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.template-search_block .piece1 .input_wrapper .current_position_block button {
  display: flex;
  background: white;
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 60px;
  padding: 10px;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.5rem;
  color: #999;
  border-radius: 5px;
}
.template-search_block .piece1 .input_wrapper .current_position_block button:hover {
  background: #f5f5f5;
}
.template-search_block .piece1 .input_wrapper .current_position_block button img {
  margin-left: 2rem;
  margin-right: 2rem;
  width: 2rem;
  height: 2rem;
}
.template-search_block .piece1 .address {
  height: 90px;
  border: 2px solid #d9d9d9;
  border-radius: 6px;
  font-size: 1.5rem;
  width: 100%;
  padding-left: 100px;
}
.template-search_block .piece1 .submit_btn {
  height: 60px;
  background: #d9924e;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
  width: 170px;
  border: none;
  outline: none;
  margin-left: 1rem;
}
.template-search_block .piece1 .submit_btn:hover {
  opacity: 0.8;
}
.template-search_block .piece2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.template-search_block .piece2 .fields1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Custom checkbox appearance when checked */
  /* Adjust the label's position */
}
.template-search_block .piece2 .fields1 label {
  font-size: 1rem;
  margin-right: 20px;
}
.template-search_block .piece2 .fields1 .alert_btn {
  background: white;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.template-search_block .piece2 .fields1 .custom-checkbox input[type=checkbox] {
  display: none;
}
.template-search_block .piece2 .fields1 .custom-checkbox .custom-checkbox-box {
  width: 20px;
  height: 20px;
  background: url(./../images/uncheck.png) no-repeat;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
}
.template-search_block .piece2 .fields1 .custom-checkbox input[type=checkbox]:checked + .custom-checkbox-box {
  background: url(./../images/check.png) no-repeat;
}
.template-search_block .piece2 .fields1 .custom-checkbox input[type=checkbox]:checked + .custom-checkbox-box::after {
  content: "";
  /* Checkmark icon */
  background: url(./../images/check.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 1;
}
.template-search_block .piece2 .fields1 .custom-checkbox span.custom-checkbox-box + span {
  margin-left: 5px;
}
.template-search_block .piece2 .fields2 {
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
}
.template-search_block .progress-container {
  width: 100%;
  height: 20px;
  background-color: white;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  border: 2px solid #d9924e;
}
.template-search_block .progress-bar {
  height: 100%;
  border: 2px solid #d9924e;
  background-color: #d9924e;
  width: 56.25%;
  border-radius: 0;
  transition: width 0.25s;
}
.template-search_block .progressLength {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  padding: 0;
  position: relative;
  margin-top: 0;
}
.template-search_block .progressLength span {
  font-size: 0.8rem;
  font-weight: normal;
}
.template-search_block .progressLength .current {
  font-weight: bold;
  left: 56.25%;
  position: absolute;
  color: #d9924e;
  transform: translateX(-50%);
}

.template-breadcrumb {
  margin-top: 125px;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-top: 1px solid #d9d9d9;
}
.template-breadcrumb ol {
  display: flex;
  list-style: none;
  padding: 0;
  font-size: 0.8rem;
  color: #666666;
  gap: 10px;
}
.template-breadcrumb ol a {
  color: #4e95d9;
}

.pagination {
  display: flex;
  margin-top: 68px;
  gap: 10px;
  justify-content: center;
}
.pagination span, .pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 48px;
  border: 1px solid #d9924e;
  background: white;
  color: #d9924e;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
}
.pagination span:not(.dots) {
  background: #d9924e;
  color: white;
}

.paginationCount {
  text-align: center;
  font-weight: bold;
  font-size: 0.8rem;
  margin-bottom: 60px;
  margin-top: 10px;
}

#sec1 {
  padding: 0;
  top: 0;
  left: 0;
  height: 300px;
  z-index: 1;
  overflow: hidden;
  position: relative;
  margin-top: 125px;
}
#sec1 .bg {
  height: 300px;
  width: 100%;
  background: url(./../images/fv_bg.jpg) repeat-x;
  background-size: auto 100%;
}
#sec1 .sec1_body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sec1 .sec1_body h1 {
  font-size: 1.5rem;
  color: #82572e;
  text-align: left;
  letter-spacing: 0.04em;
  font-weight: bold;
}
#sec1 .sec1_body p {
  font-size: 1rem;
  color: #82572e;
  text-align: left;
  margin-top: 0.8rem;
}

#sec2 {
  margin-top: 50px;
}
#sec2 .part1 h2 {
  background-color: #e8bd94;
  color: white;
  font-size: 1.5rem;
  padding: 0.4rem 20px;
  font-weight: bold;
}
#sec2 .part1 h3 {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 0.8rem;
}
#sec2 .part1 > p {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

#sec3 .part1 {
  margin-top: 60px;
}
#sec3 .part1 h2 {
  background: #e8bd94;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5rem 1.5rem 0.3rem;
}
#sec3 .part1 .btn_wrapper {
  text-align: right;
  color: #4e95d9;
  font-size: 0.8rem;
  margin: 0.8rem 2rem;
}
#sec3 .part1 .btn_wrapper a {
  color: #4e95d9;
}
#sec3 .part1 .news_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#sec3 .part1 .news_container .block img {
  height: auto;
  aspect-ratio: 1000/350;
  border-radius: 8px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#sec3 .part1 .news_container .block h5 {
  padding: 10px;
  text-align: left;
  color: #4e95d9;
  font-weight: normal;
}

#sec4 .part1 {
  margin-top: 60px;
  margin-bottom: 60px;
}
#sec4 .part1 h2 {
  background: #e8bd94;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5rem 1.5rem 0.3rem;
}
#sec4 .part1 .btn_wrapper {
  text-align: right;
  color: #4e95d9;
  font-size: 0.8rem;
  margin: 0.8rem 2rem;
}
#sec4 .part1 .btn_wrapper a {
  color: #4e95d9;
}
#sec4 .part1 .news_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#sec4 .part1 .news_container .block img {
  height: auto;
  aspect-ratio: 1000/350;
  border-radius: 8px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#sec4 .part1 .news_container .block h5 {
  padding: 10px;
  text-align: left;
  color: #4e95d9;
  font-weight: normal;
}

#sec5 .part1 {
  margin-top: 60px;
  margin-bottom: 60px;
}
#sec5 .part1 h2 {
  background: #e8bd94;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5rem 1.5rem 0.3rem;
}
#sec5 .part1 .btn_wrapper {
  text-align: right;
  color: #4e95d9;
  font-size: 0.8rem;
  margin: 0.8rem 2rem;
}
#sec5 .part1 .btn_wrapper a {
  color: #4e95d9;
}
#sec5 .part1 .news_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#sec5 .part1 .news_container .block img {
  height: auto;
  aspect-ratio: 1000/350;
  border-radius: 8px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#sec5 .part1 .news_container .block h5 {
  padding: 10px;
  text-align: left;
  color: #4e95d9;
  font-weight: normal;
}



#pickups_sec1 .news_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
}
#pickups_sec1 .news_container .block img {
  height: auto;
  aspect-ratio: 1000/350;
  border-radius: 8px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#pickups_sec1 .news_container .block h5 {
  padding: 10px;
  text-align: left;
  color: #4e95d9;
  font-weight: normal;
}

.main_content {
  min-height: 670px;
}

.header_text {
  background: #f5f5f5;
  color: #666;
  font-size: 0.7rem;
  padding: 0.2rem 0;
}

.page-container {
  max-width: 1000px;
  margin-bottom: 60px;
}
.page-container h1 {
  color: #181f38 !important;
}
.page-container .user {
  text-align: right;
  font-size: 1rem;
  margin-top: 2rem;
}
.page-container .user .name {
  font-size: 2rem;
  color: #8b7158;
  font-weight: bold;
  margin-left: 20px;
}
.page-container table {
  width: 100%;
  margin-bottom: 30px;
}
.page-container table tr th {
  border-top: 1px solid black;
  padding: 15px 10px;
  text-align: left;
  width: 180px;
  vertical-align: top;
}
.page-container table tr td {
  border-top: 1px solid black;
  padding: 15px 10px;
  line-height: 1.7;
}
.page-container table tr td p {
  white-space: pre-line;
}
.page-container table tr:last-child td {
  border-bottom: 1px solid black;
}
.page-container table tr:last-child th {
  border-bottom: 1px solid black;
}
.page-container .form_container {
  max-width: 800px;
  margin: auto;
}
.page-container .form_container .form-group {
  width: 100%;
  flex: 1;
  margin-bottom: 1rem;
}
.page-container .form_container .form-group label {
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
.page-container .form_container .form-group .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.page-container .form_container .form-group .wpcf7-form-control-wrap input {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding: 0 1rem;
  font-size: 1rem;
}
.page-container .form_container .form-group .wpcf7-form-control-wrap textarea {
  width: 100%;
  font-size: 1rem;
  border-radius: 5px;
  height: 200px;
  border: 1px solid #d9d9d9;
  padding: 0.5rem 1rem;
}
.page-container .form_container .acceptance-group {
  margin-bottom: 30px;
}
.page-container .form_container .acceptance-group a {
  color: #4e95d9;
}
.page-container .form_container .submit_btn input {
  height: 80px;
  background: #d9924e;
  border: none;
  border-radius: 5px;
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 24px;
  color: white;
  cursor: pointer;
}
.page-container .form_container .submit_btn input:disabled {
  background: #e8bd94;
  opacity: 0.8;
  cursor: initial;
}
.page-container .form_container .submit_btn input:hover {
  opacity: 0.8;
}
.page-container .form_container .submit_btn input.wpcf7-previous {
  background: none;
  border: 1px solid #8b7158;
  color: #8b7158;
}
.page-container .form_container .form-multiple {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 45px;
}
.page-container .about-content {
  font-size: 1rem;
  line-height: 2;
}
.page-container h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.page-container ol {
  margin-left: 40px;
  margin-top: 0.5rem;
  margin-bottom: 20px;
}
.page-container ol li {
  font-size: 1rem;
  line-height: 2;
}
.page-container.thanks {
  text-align: center;
}
.page-container.thanks h3 {
  text-align: center;
  font-size: 2rem;
  color: #181f38;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 50px;
}
.page-container.thanks img {
  width: 350px;
}
.page-container.thanks .back_top {
  height: 80px;
  background: #d9924e;
  border: none;
  border-radius: 5px;
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 24px;
  color: white;
  margin-top: 50px;
}

.single-content h1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 2rem;
  color: #d9924e;
  font-weight: bold;
  padding: 0.8rem 0 1.2rem;
}
.single-content h1 .title {
  flex: 1;
}
.single-content h1 .date {
  font-size: 0.8rem;
  color: #181f38;
  font-weight: normal;
}
.single-content h2 {
  color: #8b7158;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 2rem;
  padding-bottom: 0.4rem;
}
.single-content p {
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
}

.single-footer h3 {
  color: #181f38;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 66px;
  margin-bottom: 15px;
}
.single-footer h3 span {
  color: #82572e;
}
.single-footer .related_singles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}
.single-footer .related_singles .block img {
  height: auto;
  aspect-ratio: 1000/350;
  border-radius: 8px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-footer .related_singles .block h5 {
  padding: 10px;
  text-align: left;
  color: #4e95d9;
  font-weight: normal;
}

footer {
  position: relative;
  z-index: 3;
  background: #f7e9db;
  background-position: top center;
  background-size: cover;
  padding: 20px 0 0;
}
.to_doctor {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color:rgba(255, 255, 255, 0.5); 
  position: fixed; 
  bottom: 0; 
  left: 0; 
  width: 100%;
  z-index: 9;
}
.to_doctor p {
  text-align: center;
  font-size: 1.5rem;
}
.to_doctor p a {
  display: inline-block;
  width: 300px; 
  background-color: #FF0000; 
  color: #fff;
}
.pagetop {
  position: fixed;
  bottom: 0;
  top: auto;
  right: 20px;
  display: none;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  z-index: 99;
}
footer .part_logo {
  text-align: center;
  padding-bottom: 35px;
}
footer .part_logo img {
  width: 183px;
}
footer .part1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
footer .part1 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
}
footer .part1 ul li a {
  line-height: 2;
  color: #181f38;
  font-size: 0.8rem;
  display: block;
}
footer .part1 ul li a img {
  width: 17px;
}
footer .part2 {
  padding-top: 15px;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 10px;
}
footer .part2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
footer .part3 {
  position: relative;
  text-align: center;
  font-size: 0.8rem;
  margin-top: 10px;
  padding-bottom: 24px;
}
footer .part3 .logo {
  position: absolute;
  width: 220px;
  right: 0;
  transform: translateY(-30%);
}

#search_sec1 .googlemap {
  margin-top: 30px;
}
#search_sec1 .googlemap #map {
  height: 460px;
  width: 100%;
}
#search_sec1 .search_results {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#search_sec1 .search_results .block {
  border: 1px solid #181f38;
  padding: 10px 20px;
  min-width: 360px;
  max-width: 480px;
  flex: 1;
}
#search_sec1 .search_results .block h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #d9d9d9;
}
#search_sec1 .search_results .block .postalcode {
  font-size: 1rem;
  color: #181f38;
}
#search_sec1 .search_results .block .distance {
  border-top: 1px solid #d9d9d9;
  text-align: right;
  font-weight: bold;
  margin-top: 10px;
}
#search_sec1 .search_results .block .distance span {
  color: #d9924e;
  font-size: 2rem;
  font-weight: normal;
}
#search_sec1 .search_results .empty {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
}
#search_sec1 .search_results .empty img {
  width: 350px;
}
#search_sec1 .search_results .empty p {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 20px;
}

.single_header {
  margin-top: 125px;
  border-top: 1px solid #d9d9d9;
  padding-top: 45px;
}
.single_header h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #d9924e;
  margin-top: 0.8rem;
}
.single_header h1 a {
  color: #d9924e;
  text-decoration: none;
}
.single_header h1 a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.single_header .header_spec {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1rem;
  font-weight: normal;
  flex-wrap: wrap;
}
.single_header .header_spec .info {
  max-width: 650px;
}
.single_header .header_spec .info .address {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0.6rem;
}
.single_header .header_spec .post_meta {
  line-height: 1.2;
}
.single_header .header_spec .post_meta li {
  list-style: none;
  color: #8b7158;
  text-align: right;
  font-weight: normal;
}
.single_header .header_spec .post_meta li .number {
  font-size: 2rem;
  font-weight: bold;
  margin-left: 0.8rem;
  margin-right: 0.5rem;
}
.single_header .categories {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.single_header .categories .category_block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single_header .categories .category_block span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
  font-weight: bold;
}
.single_header .categories .category_block span .mark {
  color: #D9924E;
  margin-right: 8px;
}
.single_header .categories .category_block span .mark2 {
  color: #D94E50;
}
.single_header .categories .category_block span img {
  margin-right: 5px;
}
.single_header .categories .sns_btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.single_content .content1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  border-top: 1px solid #d9d9d9;
  margin-top: 10px;
  padding-top: 10px;
}
.single_content .content1 .block1, .single_content .content1 .block2 {
  flex: 1;
}
.single_content .content1 .block1 h3, .single_content .content1 .block2 h3 {
  color: #82572e;
  font-size: 1.2rem;
  font-weight: bold;
}
.single_content .content1 .block1 table, .single_content .content1 .block2 table {
  width: 100%;
  margin-top: 10px;
}
.single_content .content1 .block1 table th, .single_content .content1 .block2 table th {
  padding: 10px 10px;
  text-align: left;
  font-size: 1rem;
  font-weight: normal;
  background: #f5f5f5;
  border: 1px solid white;
}
.single_content .content1 .block1 table td, .single_content .content1 .block2 table td {
  padding: 10px 10px;
  width: 110px;
  background: white;
  border: 1px solid #f5f5f5;
  text-align: right;
  font-weight: bold;
}
.single_content .content2 p {
  color: #666666;
  font-size: 0.8rem;
  margin-top: 10px;
}
.single_content .block3 {
  flex: 1;
  margin-top: 30px;
}
.single_content .block3 h3 {
  color: #82572e;
  font-weight: bold;
  font-size: 1.2rem;
}
.single_content .block3 table {
  width: 100%;
  margin-top: 10px;
}
.single_content .block3 table th {
  padding: 10px 10px;
  text-align: left;
  font-size: 1rem;
  font-weight: normal;
  background: #f5f5f5;
  border: 1px solid white;
}
.single_content .block3 table td {
  padding: 10px 10px 10px 10px;
  width: 110px;
  background: white;
  border: 1px solid #f5f5f5;
  text-align: right;
  font-weight: bold;
}

.single_info {
  margin-top: 10px;
  margin-bottom: 60px;
}
.single_info #tabs {
  border: 1px solid #d9d9d9;
  padding: 10px;
}
.single_info #tabs .tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.single_info #tabs .tabs .tab {
  flex: 1;
  height: 60px;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.single_info #tabs .tabs .tab.active {
  background: #d9924e;
  border-color: #d9924e;
  color: white;
}
.single_info #tabs .tab-containers .tab-container {
  display: none;
  padding: 1rem 0 1rem;
}
.single_info #tabs .tab-containers .tab-container .tab_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.single_info #tabs .tab-containers .tab-container .tab_wrapper .profile_image {
  text-align: center;
  padding: 0 0;
}
.single_info #tabs .tab-containers .tab-container .tab_wrapper .profile_image h4 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 1rem;
  padding-top: 20px;
}
.single_info #tabs .tab-containers .tab-container .tab_wrapper .profile_image h4 span {
  margin-top: 0;
}
.single_info #tabs .tab-containers .tab-container .tab_wrapper .profile_image h4 .name {
  margin-left: 10px;
  margin-top: 0;
  font-weight: bold;
  font-size: 1.5rem;
  color: #82572e;
  line-height: 1;
}
.single_info #tabs .tab-containers .tab-container .tab_wrapper .profile_image h4 .name small {
  font-size: 1rem;
  font-weight: normal;
}
.single_info #tabs .tab-containers .tab-container .tab_wrapper .tab_body {
  flex: 1;
  margin-left: 20px;
}
.single_info #tabs .tab-containers .tab-container.active {
  display: block;
}
.single_info #tabs .tab-containers .tab-container .staff_omidashi {
  margin-bottom: 20px;
}
.single_info #tabs .tab-containers .tab-container .profile,
.single_info #tabs .tab-containers .tab-container .omidashi,
.single_info #tabs .tab-containers .tab-container .staff_omidashi,
.single_info #tabs .tab-containers .tab-container .hsp_omidashi {
  font-size: 1.5rem;
  color: #82572e;
  font-weight: bold;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
}
.single_info #tabs .tab-containers .tab-container iframe {
  width: 100%;
}
.single_info #tabs .tab-containers .tab-container .yakusyoku,
.single_info #tabs .tab-containers .tab-container .name_kanji,
.single_info #tabs .tab-containers .tab-container .name_kana {
  font-weight: bold;
  font-size: 1.2rem;
}
.single_info #tabs .tab-containers .tab-container .honbun {
  line-height: 2;
  margin-top: 10px;
}

.related_healthcares {
  margin-bottom: 30px;
}
.related_healthcares h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #181f38;
}
.related_healthcares h2 .mark {
  color: #8b7158;
}
.related_healthcares .healthcares {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 10px;
}
.related_healthcares .healthcares .healthcare {
  border: 1px solid #8b7158;
  padding: 10px 20px;
  text-decoration: none;
}
.related_healthcares .healthcares .healthcare h3 {
  font-size: 1rem;
  font-weight: normal;
  color: #8b7158;
}

.back_btns {
  margin-bottom: 60px;
}
.back_btns a {
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  background: #d9924e;
  color: white;
  font-size: 1.2rem;
}

#common_sec1 {
  background-size: cover;
  margin: auto;
  background-position: bottom;
  height: 656px;
  z-index: 1;
  top: 0;
  left: 0;
  position: relative;
  margin-top: 105px;
}
#common_sec1.about {
  background-image: url(./../images/about_fv.jpg);
  background-repeat: no-repeat;
}
#common_sec1.contact {
  background-image: url(./../images/contact_fv.jpg);
  background-repeat: no-repeat;
  height: 510px;
}
#common_sec1.pdp {
  background-image: url(./../images/pdp_fv.jpg);
  background-repeat: no-repeat;
}
#common_sec1.animal {
  background-image: url(./../images/animal_fv.jpg);
  background-repeat: no-repeat;
}
#common_sec1.animal .part1 {
  top: 83px;
  left: 20px;
  transform: none;
}
#common_sec1.privacy {
  background-image: url(./../images/privacy_fv.jpg);
  background-repeat: no-repeat;
  height: 510px;
}
#common_sec1.medical {
  background-image: url(./../images/medical_fv.jpg);
  background-repeat: no-repeat;
}
#common_sec1.news {
  background-image: url(./../images/news_fv.jpg);
  background-repeat: no-repeat;
  height: 510px;
}
#common_sec1.seisan {
  background-image: url(./../images/seisan_fv.jpg);
  background-repeat: no-repeat;
  height: 510px;
}
#common_sec1 .part1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#common_sec1 .part1 h2 {
  font-size: 46px;
  color: white;
  text-align: center;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.04em;
}
#common_sec1 .part1 p {
  font-size: 20px;
  color: white;
  text-align: center;
  letter-spacing: 4px;
}

#contact_sec1 .part1 {
  margin-top: 64px;
  margin-bottom: 62px;
}
#contact_sec1 .part1 h2 {
  text-align: center;
  margin-bottom: 31px;
  font-size: 23px;
  color: #3da980;
  font-weight: bold;
}
#contact_sec1 .part1 p {
  text-align: center;
  font-size: 15px;
}
#contact_sec1 .part1 p:last-child {
  margin-top: 48px;
}
#contact_sec1 .part1 .part_body {
  max-width: 678px;
  margin: auto;
}
#contact_sec1 .part1 .part_body .block {
  padding: 15px 0;
  border-top: 1px solid #bbbbbb;
}
#contact_sec1 .part1 .part_body .block:last-child {
  border-bottom: 1px solid #bbbbbb;
}
#contact_sec1 .part1 .part_body .block h3 {
  margin-top: 25px;
  padding-left: 12px;
  border-left: 5px solid #3da980;
  line-height: 1;
  font-size: 20px;
  margin-bottom: 30px;
}
#contact_sec1 .part1 .part_body .block dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
#contact_sec1 .part1 .part_body .block dl dt {
  font-size: 15px;
  width: 322px;
}
#contact_sec1 .part1 .part_body .block dl dd {
  flex: 1;
  font-size: 15px;
}
#contact_sec1 .part1 .part_footer {
  margin-top: 80px;
  padding-bottom: 30px;
}
#contact_sec1 .part1 .part_footer a {
  width: 670px;
  height: 80px;
  border: 2px solid #3da980;
  font-size: 20px;
  font-weight: bold;
  color: #3da980;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
#contact_sec1 .part2 {
  padding: 0 62px;
}
#contact_sec1 .part2 h2 {
  text-align: center;
  margin-top: 81px;
  color: #3da980;
  font-weight: bold;
  font-size: 23px;
}
#contact_sec1 .part2 .part_body {
  margin: auto;
  padding-top: 63px;
  display: flex;
  gap: 29px;
  align-items: flex-start;
}
#contact_sec1 .part2 .part_body .block {
  flex: 1;
  display: block;
  justify-content: space-between;
  margin-bottom: 82px;
}
#contact_sec1 .part2 .part_body .block img {
  width: 100%;
}
#contact_sec1 .part2 .part_body .block h3 {
  margin-top: 25px;
  padding-left: 12px;
  border-left: 5px solid #3da980;
  line-height: 1;
  font-size: 20px;
  margin-bottom: 20px;
}
#contact_sec1 .part2 .part_body .block p {
  font-size: 15px;
  margin-top: 18px;
}
#contact_sec1 .part2 .part_footer .block {
  margin-bottom: 65px;
}
#contact_sec1 .part2 .part_footer .block h3 {
  margin-top: 25px;
  padding-left: 12px;
  border-left: 5px solid #3da980;
  line-height: 1;
  font-size: 20px;
  margin-bottom: 30px;
}
#contact_sec1 .part2 .part_footer .block p {
  font-size: 15px;
  margin-top: 18px;
}
#contact_sec1 .part2 .part_footer .block dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 17px 0;
  border-bottom: 1px solid #bbbbbb;
}
#contact_sec1 .part2 .part_footer .block dl:first-child {
  border-top: 1px solid #bbbbbb;
}
#contact_sec1 .part2 .part_footer .block dl dt {
  font-size: 15px;
  width: 83px;
}
#contact_sec1 .part2 .part_footer .block dl dd {
  flex: 1;
  font-size: 15px;
}
#contact_sec1 .part2 .part_footer .block dl dd a {
  text-decoration: underline;
}
#contact_sec1 .part2 .part_footer .block ul {
  border-top: 1px solid #bbbbbb;
  padding: 30px 0;
}
#contact_sec1 .part2 .part_footer .block ul li {
  font-size: 15px;
  line-height: 2.2;
}
#contact_sec1 .part3 {
  padding-top: 20px;
}
#contact_sec1 .part3 h2 {
  text-align: center;
  margin-bottom: 40px;
}
#contact_sec1 .part3 h2 img {
  width: 402px;
}
#contact_sec1 .part3 p {
  text-align: center;
  font-size: 15px;
}
#contact_sec1 .part4 {
  max-width: 950px;
  margin: auto;
  width: 100%;
}
#contact_sec1 .part4 .block {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 85px;
}
#contact_sec1 .part4 .block .flex_img {
  width: 255px;
  position: relative;
}
#contact_sec1 .part4 .block .flex_img .map {
  max-width: 655px;
  position: absolute;
  left: 295px;
  top: 0;
  opacity: 0;
}
#contact_sec1 .part4 .block .flex_img .map.normal {
  opacity: 1;
  transition: all 0.4s ease;
}
#contact_sec1 .part4 .block .flex_img .map.map_sea {
  opacity: 0;
  transition: all 0.4s ease;
}
#contact_sec1 .part4 .block .flex_img .map.map_mountain {
  opacity: 0;
  transition: all 0.4s ease;
}
#contact_sec1 .part4 .block .flex_img .map.map_port {
  opacity: 0;
  transition: all 0.4s ease;
}
#contact_sec1 .part4 .block .flex_img a {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  position: relative;
  padding-top: 20px;
}
#contact_sec1 .part4 .block .flex_img a .img {
  width: 100%;
  margin-top: 15px;
}
#contact_sec1 .part4 .block .flex_img a .text {
  position: absolute;
  top: 0;
  opacity: 1;
  transition: all 0.4s ease;
}
#contact_sec1 .part4 .block .flex_img a .hover_text {
  opacity: 0;
  transition: all 0.4s ease;
}
#contact_sec1 .part4 .block .flex_img a:hover .text {
  opacity: 0;
  transition: all 0.4s ease;
}
#contact_sec1 .part4 .block .flex_img a:hover .hover_text {
  opacity: 1;
  transition: all 0.4s ease;
}
#contact_sec1 .part4 .block .flex_img a.btn1 .text {
  width: 155px;
}
#contact_sec1 .part4 .block .flex_img a.btn1:hover ~ .normal {
  opacity: 0;
  transition: all 0.4s ease;
}
#contact_sec1 .part4 .block .flex_img a.btn1:hover ~ .map_sea {
  opacity: 1;
  transition: all 0.4s ease;
}
#contact_sec1 .part4 .block .flex_img a.btn2 .text {
  width: 165px;
}
#contact_sec1 .part4 .block .flex_img a.btn2:hover ~ .normal {
  opacity: 0;
  transition: all 0.4s ease;
}
#contact_sec1 .part4 .block .flex_img a.btn2:hover ~ .map_port {
  opacity: 1;
  transition: all 0.4s ease;
}
#contact_sec1 .part4 .block .flex_img a.btn3 .text {
  width: 230px;
}
#contact_sec1 .part4 .block .flex_img a.btn3:hover ~ .normal {
  opacity: 0;
  transition: all 0.4s ease;
}
#contact_sec1 .part4 .block .flex_img a.btn3:hover ~ .map_mountain {
  opacity: 1;
  transition: all 0.4s ease;
}
#contact_sec1 .part4 .block .flex_body {
  text-align: right;
}
#contact_sec1 .part4 .block .flex_body img {
  max-width: 655px;
}

#contact_part {
  padding: 60px 0 80px;
}
#contact_part h3 {
  font-size: 16px;
  color: #3da980;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#contact_part .tel {
  margin-top: 23px;
  text-align: center;
}
#contact_part .tel a {
  font-size: 21px;
  font-weight: bold;
  color: #3da980;
  line-height: 1;
}
#contact_part .contact_form {
  margin-top: 30px;
}
#contact_part .contact_form a {
  width: 669px;
  height: 79px;
  font-weight: bold;
  border: 1px solid #3da980;
  color: #3da980;
  font-size: 21px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.enssential {
  font-size: 0.8rem;
  padding: 0.2rem;
  background: red;
  color: white;
  margin-left: 20px;
}

label.error {
  color: red !important;
  padding-top: 10px;
}

.wpcf7-not-valid-tip {
  font-size: 15px;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #edeeee;
  display: block;
  font-size: 15px;
  text-align: center;
}

#contact_sec2 {
  padding-top: 180px;
  position: relative;
  z-index: 2;
}
#contact_sec2 .part1 {
  width: 680px;
  margin: auto;
  margin-bottom: 80px;
}
#contact_sec2 .part1 .form_wrapper {
  width: 640px;
  padding-bottom: 0;
}
#contact_sec2 .part1 .form_wrapper form .flex_multi {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 18px;
}
#contact_sec2 .part1 .form_wrapper form .form-group {
  margin-bottom: 18px;
  flex: 1;
}
#contact_sec2 .part1 .form_wrapper form .form-group label {
  display: block;
  font-size: 14px;
  padding-bottom: 12px;
}
#contact_sec2 .part1 .form_wrapper form .form-group input[type=text], #contact_sec2 .part1 .form_wrapper form .form-group input[type=email], #contact_sec2 .part1 .form_wrapper form .form-group select, #contact_sec2 .part1 .form_wrapper form .form-group input[type=tel] {
  width: 100%;
  height: 48px;
  font-size: 14px;
  border: 1px solid #C8C8C8;
  padding-left: 18px;
  border-radius: 5px;
  color: #333;
}
#contact_sec2 .part1 .form_wrapper form .form-group .text {
  font-size: 16px;
}
#contact_sec2 .part1 .form_wrapper form .form-group textarea {
  height: 120px;
  border: 1px solid #C8C8C8;
  width: 100%;
  padding: 5px 18px;
  border-radius: 5px;
  resize: none;
}
#contact_sec2 .part1 .form_wrapper form .complete_wrapper {
  font-size: 14px;
  padding-top: 140px;
  padding-bottom: 200px;
  line-height: 2.2;
}
#contact_sec2 .part1 .form_wrapper form .privacy_policy_wrapper {
  height: 200px;
  background: #E8E8E8;
  border: 1px soli #C8C8C8;
  margin-bottom: 34px;
  padding: 15px;
  font-size: 14px;
  overflow: auto;
}
#contact_sec2 .part1 .form_wrapper form .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#contact_sec2 .part1 .form_wrapper a, #contact_sec2 .part1 .form_wrapper button, #contact_sec2 .part1 .form_wrapper input[type=button] {
  width: 100%;
  letter-spacing: 0.1em;
  font-size: 14px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3da980;
  color: white;
  border: none;
}
#contact_sec2 .part1 .submit_btn {
  text-align: center;
}
#contact_sec2 .part1 .submit_btn input {
  background: #3da980;
  width: 100%;
  color: white;
  border: none;
  display: inline-flex;
  justify-content: center;
  font-size: 15px;
  align-items: center;
  height: 48px;
  border: none;
  outline: none;
}
#contact_sec2 .part1 p {
  font-size: 14px;
  text-align: center;
}

.right_bar .banner {
  margin-bottom: 20px;
  display: block;
}

.right_bar .banner {
  margin-bottom: 20px;
  display: block;
}

#commercial_sec1 h2 {
  text-align: center;
  padding: 75px 0 70px;
  color: black;
  font-size: 19px;
}
#commercial_sec1 .part1 {
  padding: 92px 0;
  width: 754px;
  margin: auto;
  line-height: 2;
}
#commercial_sec1 .part1 h3 {
  font-size: 15px;
  margin-bottom: 25px;
  color: #3da980;
}
#commercial_sec1 .part1 p {
  font-size: 15px;
  margin-bottom: 25px;
}
#commercial_sec1 .part2 .link_group {
  color: black;
  text-align: center;
  padding-top: 45px;
  line-height: 1;
  font-size: 15px;
}
#commercial_sec1 .part2 .link_group a {
  color: black;
  font-size: 15px;
}
#commercial_sec1 .bottom_btn {
  padding-top: 70px;
  padding-bottom: 100px;
  text-align: center;
  color: black;
}
#commercial_sec1 .bottom_btn a {
  font-size: 15px;
  color: black;
}

#search-results-placeholder {
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

#loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: none;
}
#loading.active {
  opacity: 0;
  transition: all 0.2s ease;
}
#loading img {
  width: 600px;
}

.single-content h1 {
  flex-direction: column;
  line-height: 1.4;
}
.single-content h1 .title {
  margin-bottom: 1.2rem;
  display: block;
  width: 100%;
}
.single-content h1 .date {
  display: block;
  width: 100%;
  text-align: right;
}
/*# sourceMappingURL=style.css.map */

/* アイコン表示のスタイル */
.accepter-icon-wrapper {
    display: inline-flex;
    vertical-align: sub;
    align-items: center;
    flex-wrap: wrap;
}

.accepter-icon {
    height: 32px;
    width: auto;
    margin-right: 5px;
    vertical-align: middle;
}

/* サイト内検索結果ページのスタイル */
.search_results_section {
  margin-top: 30px;
}

.search_form_container {
  margin-bottom: 40px;
  text-align: center;
}

.search_form {
  display: inline-block;
  max-width: 600px;
  width: 100%;
}

.search_input_wrapper {
  display: flex;
  align-items: center;
  background: white;
  border: 2px solid #d9924e;
  border-radius: 6px;
  overflow: hidden;
}

.search_input {
  flex: 1;
  height: 50px;
  border: none;
  outline: none;
  padding: 0 20px;
  font-size: 1.1rem;
}

.search_submit_btn {
  height: 50px;
  background: #d9924e;
  color: white;
  border: none;
  padding: 0 30px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
}

.search_submit_btn:hover {
  background: #c8834a;
}

.search_results_header {
  margin-bottom: 30px;
  border-bottom: 2px solid #e8bd94;
  padding-bottom: 15px;
}

.search_results_header h2 {
  color: #d9924e;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.search_results_count {
  font-size: 1rem;
  color: #666;
}

.search_results_list {
  margin-bottom: 40px;
}

.search_result_item {
  border-bottom: 1px solid #e0e0e0;
  padding: 25px 0;
  margin-bottom: 0;
}

.search_result_item:last-child {
  border-bottom: none;
}

.result_content {
  max-width: 100%;
}

.result_title {
  margin-bottom: 10px;
}

.result_title h3 {
  margin: 0;
  line-height: 1.4;
}

.result_title a {
  color: #4e95d9;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4;
}

.result_title a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.result_meta {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #666;
}

.result_date {
  color: #82572e;
}

.result_type {
  background: #e8bd94;
  color: white;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: bold;
}

.result_excerpt {
  line-height: 1.7;
  color: #333;
  font-size: 1rem;
}

.result_excerpt mark {
  background-color: #fff100;
  padding: 2px 4px;
  font-weight: bold;
  border-radius: 2px;
}

.search_pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 40px 0 20px;
}

.search_pagination span, 
.search_pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 48px;
  border: 1px solid #d9924e;
  background: white;
  color: #d9924e;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
}

.search_pagination span:not(.dots) {
  background: #d9924e;
  color: white;
}

.search_pagination a:hover {
  background: #f5f5f5;
  opacity: 1;
}

.search_pagination_count {
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 40px;
}

.search_no_results,
.search_no_query {
  text-align: center;
  padding: 60px 0;
}

.no_results_content,
.no_query_content {
  max-width: 600px;
  margin: 0 auto;
}

.no_results_content h2,
.no_query_content h2 {
  color: #d9924e;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.no_results_content p,
.no_query_content p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.6;
}

.retry_search_form,
.main_search_form {
  margin-top: 30px;
}

.retry_search_form .search_form,
.main_search_form .search_form {
  max-width: 500px;
}

.retry_search_form .search_input_wrapper,
.main_search_form .search_input_wrapper {
  background: #f5f5f5;
  border: 2px solid #d9d9d9;
}

.retry_search_form .search_input,
.main_search_form .search_input {
  background: transparent;
}
