@charset "utf-8";

.iten_cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: none;
}

.iten {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iten_inner {
  display: block;
  padding: 5% 7%;
  background-color: #fff;
  border: 2px #000342 solid;
  border-radius: 50px;
}

.iten_content {
  display: flex;
  justify-content: space-around;
}

.iten_map {
  width: 40%;
}

.iten_maplink {
  color: #fff;
  display: inline-block;
}

.iten_maplink:hover {
  background-color: #fff;
  color: #000342;
  transition: 0.3s;
}

.iten_ttl {
  font-size: 24px;
  color: #000342;
  margin-bottom: 20px;
  text-align: center;
}

.iten_text {
  align-items: center;
}

.iten_close {
  margin: 0 auto;
  width: 100px;
  background-color: #000342;
  color: #fff;
  border: 2px #000342 solid;
  text-align: center;
  padding: 5px 10px;
  margin-top: 30px;
  transition: 0.3s;
}

.gmap {
  width: 300px;
  margin-bottom: 30px;
}

.iten_close:hover {
  background-color: #fff;
  color: #000342;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .iten {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #fff;
  }

  .iten_inner {
    display: block;
    padding: 30% 5%;
    height: 90%;
    width: 90%;
    background-color: #fff;
    border: 2px #000342 solid;
    border-radius: 50px;
  }

  .iten_map {
    display: none;
  }
}



.top_link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../common/img/top_link_bg.jpg) center top no-repeat;
  /*background-color:  #c7c7c7;*/
  z-index: 1000;
  display: none;
}

.top_link .top_link_inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 867px;
  /* background-color:  #fff; */
  transform: translateY(-50%);
  /* padding: 90px; */
}

.top_link p {
  /* width:  47.174%; */
}

.top_link p a {
  display: block;
}

.top_link p a img {}

.top_link #link_1 {}

.top_link #link_2 {
  position: relative;
  left: -2px;
}

.ref_director .top_link {
  display: none;
}

.main-visual {
  position: relative;
}

.main-visual ul {}

.main-visual ul li {
  position: relative;
}

.main-visual ul li .slid_txt {
  position: absolute;
  top: 0;
  left: 0;
}

.main-visual ul li .slid_img {}

.main-visual ul li.slid_01 .slid_txt {
  /*top: 219px;
    left: 266px;*/
  top: 32.11%;
  left: 13.85%;
  width: calc(100vw * (446 / 1920));
}

.main-visual ul li.slid_02 .slid_txt {
  /*top: 269px;
    left: 161px;*/
  top: 20%;
  left: 5%;
  width: calc(100vw * (855 / 1920));
}

.main-visual ul li.slid_03 .slid_txt {
  /*top: 274px;
    left: 1019px;*/
  top: 40.17%;
  left: 53.07%;
  width: calc(100vw * (632 / 1920));
}

.main-visual ul li.slid_04 .slid_txt {
  /*top: 95px;
    left: 140px;*/
  top: 13.93%;
  left: 7.29%;
  width: calc(100vw * (653 / 1920));
}

.main-visual ul li.slid_05 .slid_txt {
  /*top: 253px;
    left: 630px;*/
  top: 37.09%;
  left: 32.81%;
  width: calc(100vw * (653 / 1920));
}

.bx-controls {}

.bx-pager {
  position: absolute;
  /* width: 100px; */
  z-index: 100;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  /* clear:both; */
  display: inline-block;
  /* position:relative; */
  /* top: 0; */
}

.bx-pager-item {
  line-height: 1;
  width: 12px;
  height: 0;
  overflow: hidden;
  display: inline-block;
  margin: 0px 8px;
}

.bx-pager-item a {
  display: block;
  padding-top: 12px;
  height: 0;
}

.bx-pager-item a:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  border-radius: 50%;
}

.bx-pager-item a.active {}

.bx-pager-item a:hover {
  opacity: 1;
  background: none;
}

.bx-pager-item a.active:before {
  background: #283551;
}

.bx-pager-item a:hover:before {
  opacity: 1;
}

.bx-controls-direction {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.bx-controls-direction a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding-top: 40px;
  overflow: hidden;
}

.bx-controls-direction a:hover {
  background: none;
}

.bx-controls-direction .bx-prev {
  position: absolute;
  display: block;
  left: 2%;
}

.bx-controls-direction .bx-prev:before {
  content: '';
  width: 24px;
  height: 24px;
  border: 0px;
  border-bottom: solid 4px #fff;
  border-left: solid 4px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 0px;
  margin-top: -4px;
}

.bx-controls-direction .bx-next {
  position: absolute;
  display: block;
  right: 2%;
}

.bx-controls-direction .bx-next:before {
  content: '';
  width: 24px;
  height: 24px;
  border: 0px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 0px;
  margin-top: -4px;
}

#sec1 {
  padding: 38px 0 0;
  margin-bottom: 145px;
}

#sec1 h2 {}

#sec1 h2 span {}

#sec1 p {
  line-height: 2.38;
  text-align: center;
}

#sec2 {
  max-width: 100%;
  margin-bottom: 140px;
  overflow: hidden;
}

#sec2 h2 {
  margin-bottom: 59px;
}

#sec2 h2 span {}

#sec2 p {}

#sec2 ul {}

#sec2 ul li {
  height: 340px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/*#sec2 ul li:nth-child(1) {
	background: url(../img/top/sec2_bg01.jpg) left top no-repeat;
}*/
#sec2 ul li a {}

#sec2 ul li .sec2_li_txt {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% + 31px);
  height: 100%;
  background: url(../img/top/im06-r.png) left top no-repeat;
  z-index: 1;
}

#sec2 ul li:nth-child(even) .sec2_li_txt {
  background: url(../img/top/im06-l.png) right top no-repeat;
  right: auto;
  left: 0;
  /* width: 50%; */
}

#sec2 ul li .sec2_li_txt p {
  padding: 200px 29% 0 16.75%;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0;
  /* z-index: 1; */
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.1em;
}

#sec2 ul li:nth-child(even) .sec2_li_txt p {
  padding: 200px 26% 0 13.62%;
  /* right: auto; */
  /* left: 0; */
  color: #323232;
}

#sec2 ul li h3 {
  position: absolute;
  top: 0;
  /* right: 0; */
  /* left: 48.4%; */
  /* background-color: #333; */
  /* width: 51.6%; */
  /* width: calc(50% + 31px); */
  /* height: 100%; */
  /* z-index: 1; */
  padding: 85px 0 0 16.75%;
}

#sec2 ul li:nth-child(even) h3 {
  padding: 85px 0 0 13.62%;
}

/*#sec2 ul li:nth-child(odd) h3 {
	background: url(../img/top/im06-r.png) left top no-repeat;
}*/
#sec2 ul li p {}

#sec2 ul li .sec2_li_img {
  position: absolute;
  top: 0;
  left: 0;
  /* right: 50%; */
  width: 50%;
  height: 100%;
  z-index: 0;
}

#sec2 ul li:nth-child(even) .sec2_li_img {
  left: auto;
  right: 0;
}

#sec2 ul li:nth-child(1) .sec2_li_img {
  background: url(../img/top/sec2_bg01.jpg) center top no-repeat;
}

#sec2 ul li:nth-child(2) .sec2_li_img {
  background: url(../img/top/sec2_bg02-ver2.jpg) center top no-repeat;
}
#sec2 ul li:nth-child(3) .sec2_li_img {
  background: url(../img/top/sec2_bg03.jpg) center top no-repeat;
}

#sec2 ul li:nth-child(4) .sec2_li_img {
  background: url(../img/top/sec2_bg04.jpg) center top no-repeat;
}

#sec2 ul li:nth-child(5) .sec2_li_img {
  background: url(../img/top/sec2_bg05.jpg) center top no-repeat;
}

#sec3 {
  margin-bottom: 100px;
  max-width: 1920px;
}

#sec3 h2 {}

#sec3 h2 span {}

#sec3 p {}

.tabs * {
  margin: 0;
  padding: 0;
}

.tabs li {
  float: left;
  list-style: none;
  width: 16.66%;
}

.tabs {
  position: relative;
  width: 100%;
  height: 922px;
  /* height: 100%; */
  margin: 0 auto 70px;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs label {
  background: #fff;
  transition: all 0.3s;
  border: 1px solid #dcdcdc;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 54px;
}

.tabs label:hover {
  background: aliceblue;
  /* color: #fff; */
  border-color: aliceblue;
}

.tabs .content {
  position: absolute;
  top: 54px;
  left: 0;
  visibility: hidden;
  opacity: 0.15;
  transition: opacity 0.6s;
  width: 100%;
  height: 100%;
  padding-top: 36px;
}

.tabs [id^="page"]:checked+label {
  display: block;
  background: #283551;
  color: #fff;
}

.tabs [id^="page"]:checked~[class^="content"] {
  visibility: visible;
  opacity: 1.0;
}

#sec3 ul.news {
  /* max-width: 1100px; */
  /* margin: 0 auto; */
  justify-content: flex-start;
}

#sec3 ul.news li {
  width: 23.6%;
  max-width: 270px;
  margin-bottom: 60px;
  margin-right: 1.86%;
  position: relative;
}

#sec3 ul.news li:nth-child(2n) {}

#sec3 ul.news li:nth-child(4n) {
  margin-right: 0;
}

#sec3 ul.news li a {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 385px;
  padding: 0;
  border: 1px solid #ebebeb;
  background-color: #fff;
}

#sec3 ul.news li p {}

#sec3 ul.news li .news_img {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  width: 100%;
}

#sec3 ul.news li .news_cat {
  background-color: #fff;
  color: #000;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  z-index: 2;
}

#sec3 ul.news li .news_tit {
  line-height: 2.2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
  padding: 0 18px;
}

#sec3 ul.news li .news_date {
  margin-bottom: 10px;
  padding: 0 18px;
}

#sec3 ul.news li .news_txt {
  margin-bottom: 35px;
  padding: 0 18px;
}

#sec3 ul.news li .news_link {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 13px;
  font-weight: bold;
  padding-right: 36px;
  /* padding-left: 5px; */
  background-color: #362e2b;
  color: #fff;
  line-height: 35px;
  width: 135px;
}

#sec3 ul.news li .news_link a {
  /*padding-right: 30px;
	padding-left: 5px;*/
}

#sec3 ul.news li .news_link:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4.5px;
}

.btn_link {
  text-align: center;
  z-index: 5;
  position: relative;
}

.btn_link a {
  display: inline-block;
}

.btn_link a img {}

#sec3 .sec3_b {
  margin-top: 190px;
}

#sec3 .sec3_b ul {}

#sec3 .sec3_b ul li {
  width: calc(100% / 3);
}

#sec3 .sec3_b ul li a {}

#sec3 .sec3_b ul li h3 {}

#sec3 .sec3_b ul li p {}

#sec3 .bnr_link {
  display: block;
  position: relative;
  border: 1px solid #fff;
}

#sec3 .bnr_link:after {
  content: '';
  width: 10.5px;
  height: 10.5px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -7px;
  z-index: 1;
}

#sec3 .bnr_link .bnr_bg {}

#sec3 .bnr_link .bnr_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(64, 64, 64, 0.6); 
  z-index: 1;
  pointer-events: none; 
}

#sec3 .bnr_link .bnr_img {
  position: absolute;
  top: 89px;
  top: 30%;
  left: 0;
  right: 0;
  text-align: center;
  height: 20.52%;
  z-index: 1;
  /* padding: 2em; */
}

#sec3 .bnr_link .bnr_img img {
  height: 100%;
}

#sec3 .bnr_link .bnr_txt {
  position: absolute;
  top: 195px;
  top: 57.2%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  z-index: 1;
}

#sec4 {
  margin-bottom: 130px;
  max-width: 1920px;
}

#sec4 h2 {}

#sec4 h2 span {}

#sec4 p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 45px;
}

#sec4 ul {}

#sec4 ul li {}

#sec4 ul li a {}

#sec4 ul li a img {}

#sec5 {
  margin-bottom: 45px;
  max-width: 1920px;
}

#sec5 h2 {}

#sec5 h2 span {}

#sec5 p {}

#sec5 .map {
  margin: 0 auto 115px;
}

#sec5 .map iframe {}

#sec5 .sec5_b {
  max-width: 1100px;
  margin: 0 auto 60px;
}

#sec5 address {}

#sec5 address p {
  line-height: 1;
}

#sec5 address .address {
  margin-bottom: 26px;
}

#sec5 address .address span {
  margin-left: 10px;
}

#sec5 address .tel {
  font-size: 25px;
  font-weight: bold;
  color: #000342;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

#sec5 address .tel span {
  margin-left: 1em;
}

#sec5 address .p_01 {
  font-size: 17px;
  margin-bottom: 25px;
}

#sec5 address .p_02 {
  font-size: 14px;
  line-height: 1.8;
}

#sec5 .tbl_time {
  /* width: 48.3%; */
  width: 41%;
}

#sec5 .tbl_time table {
  width: 100%;
}

#sec5 .tbl_time table tr {
  border-bottom: 1px solid #bfbfbf;
}

#sec5 .tbl_time table tr:first-child {
  border-top: 1px solid #bfbfbf;
}

#sec5 .tbl_time table th,
#sec5 .tbl_time table td {
  font-size: 15px;
  text-align: center;
  line-height: 50px;
  border-right: 1px solid #bfbfbf;
  padding: 0 5px;
  white-space: nowrap;
}

#sec5 .tbl_time table th {
  background-color: #362e2b;
  color: #fff;
}

#sec5 .tbl_time table th:first-child {
  border-left: 1px solid #bfbfbf;
}

#sec5 .tbl_time table td {}

#sec5 .tbl_time table td.empty {
  background: url(../img/top/table_empty_bg.png) no-repeat;
  background-size: 100% 100%;
}

#sec5 .sec5_card {
  width: 22%;
}

#sec5 .sec5_card p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}

#sec5 .sec5_card figure {
  text-align: center;
}

#sec5 .sec5_card figure img {}

.f_bnr_link {
  margin-bottom: 100px;
}

.f_bnr_link ul {
  justify-content: center;
}

.f_bnr_link ul li {
  width: 18.55%;
  max-width: 204px;
  margin: 0 20px;
}

.f_bnr_link ul li:first-child {}

.f_bnr_link ul li:last-child {}

.f_bnr_link ul li:nth-child(2n) {}

.f_bnr_link ul li a {}

.f_bnr_link ul li a img {}

/*---------------------------------------------------------
	w1400px
---------------------------------------------------------*/
@media screen and (max-width: 1400px) {
  #sec2 ul li h3 {
    padding: 60px 0 0 80px;
  }

  #sec2 ul li .sec2_li_txt p {
    top: -32px;
    padding: 200px 70px 0 80px;
  }

  #sec2 ul li:nth-child(even) h3 {
    padding: 60px 0 0 13.62%;
  }

  #sec2 ul li:nth-child(even) .sec2_li_txt p {
    padding: 200px 100px 0 13.62%;
  }
}

/*---------------------------------------------------------
	w1200px
---------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  #sec3 .bnr_link .bnr_txt {
    font-size: 17px;
  }
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 640px) {

  .top_link {
    background: #fff;
  }

  .top_link .top_link_inner {
    padding: 40px;
  }

  .top_link p {}

  .top_link p a {}

  .top_link p a img {}

  .top_link #link_1 {}

  .top_link #link_2 {
    left: 0;
  }

  .main-visual {}

  .main-visual ul {}

  .main-visual ul li {}

  .main-visual ul li .slid_txt {}

  .main-visual ul li .slid_img {}

  .main-visual ul li.slid_01 .slid_txt {}

  .main-visual ul li.slid_02 .slid_txt {}

  .main-visual ul li.slid_03 .slid_txt {}

  .main-visual ul li.slid_04 .slid_txt {}

  .main-visual ul li.slid_05 .slid_txt {}

  .bx-controls {}

  .bx-pager {
    bottom: 0px;
  }

  .bx-pager-item {}

  .bx-pager-item a {}

  .bx-pager-item a:before {}

  .bx-pager-item a.active {}

  .bx-pager-item a:hover {}

  .bx-pager-item a.active:before {}

  .bx-pager-item a:hover:before {}

  .bx-controls-direction {
    height: 20px;
  }

  .bx-controls-direction a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding-top: 20px;
  }

  .bx-controls-direction a:hover {}

  .bx-controls-direction .bx-prev {}

  .bx-controls-direction .bx-prev:before {
    width: 12px;
    height: 12px;
    border-width: 2px;
    top: 5px;
    right: 0px;
    margin-top: -2px;
  }

  .bx-controls-direction .bx-next {}

  .bx-controls-direction .bx-next:before {
    width: 12px;
    height: 12px;
    border-width: 2px;
    top: 5px;
    left: 0px;
    margin-top: -2px;
  }

  #sec1 {
    padding: 19px 0 0;
    margin-bottom: 60px;
  }

  #sec1 h2 {}

  #sec1 h2 span {}

  #sec1 p {
    line-height: 2;
  }

  #sec2 {
    margin-bottom: 60px;
  }

  #sec2 h2 {
    margin-bottom: 23px;
  }

  #sec2 h2 span {}

  #sec2 p {}

  #sec2 ul {}

  #sec2 ul li {
    height: 250px;
  }

  #sec2 ul li a {}

  #sec2 ul li .sec2_li_txt {
    background-position: left center;
  }

  #sec2 ul li:nth-child(even) .sec2_li_txt {
    background-position: right center;
  }

  #sec2 ul li .sec2_li_txt p {
    padding: 100px 0.5em 0 40px;
    margin: 0 2%;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0;
    top: 0;
  }

  #sec2 ul li .sec2_li_txt .implant {
    padding: 100px 0.5em 0 40px;
    margin: 0 2%;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0;
    top: 0;
  }

  #sec2 ul li:nth-child(even) .sec2_li_txt p {
    padding: 100px 40px 0 10px;
  }

  #sec2 ul li h3 {
    /* width: 75%; */
    margin: 0 10px;
    padding: 40px 0 0 40px;
  }

  #sec2 ul li h3 img {
    height: 38px;
  }

  #sec2 ul li:nth-child(even) h3 {
    padding: 40px 20% 0 2%;
  }

  #sec2 ul li p {}

  #sec2 ul li .sec2_li_img {}

  #sec2 ul li:nth-child(even) .sec2_li_img {}

  #sec2 ul li:nth-child(1) .sec2_li_img {
    background-size: cover;
  }

  #sec2 ul li:nth-child(2) .sec2_li_img {
    background-size: cover;
  }

  #sec2 ul li:nth-child(3) .sec2_li_img {
    background-size: cover;
  }

  #sec2 ul li:nth-child(4) .sec2_li_img {
    background-size: cover;
  }

  #sec2 ul li:nth-child(5) .sec2_li_img {
    background-size: cover;
  }

  #sec3 {
    margin-bottom: 60px;
  }

  #sec3 h2 {}

  #sec3 h2 span {}

  #sec3 p {
    /* max-width: 320px; */
    /* margin: 0 auto; */
  }

  .tabs li {
    width: 33.33%;
  }

  #sec3 ul.news {
    max-width: 540px;
  }

  .tabs .content {
    /*padding-top: 81px;*/
    padding-top: 0;
    margin-top: 81px;
  }

  #sec3 ul.news li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
  }

  #sec3 ul.news li:nth-child(2n) {
    margin-right: 0;
  }

  #sec3 ul.news li:nth-child(4n) {}

  #sec3 ul.news li a {}

  #sec3 ul.news li p {}

  #sec3 ul.news li .news_img {}

  #sec3 ul.news li .news_cat {}

  #sec3 ul.news li .news_tit {}

  #sec3 ul.news li .news_date {}

  #sec3 ul.news li .news_txt {}

  #sec3 ul.news li .news_link {
    font-size: 14px;
  }

  #sec3 ul.news li .news_link a {}

  #sec3 ul.news li .news_link:after {}

  .btn_link {
    max-width: 250px;
    margin: 0 auto;
  }

  .btn_link a {}

  .btn_link a img {}

  #sec3 .sec3_b {
    margin-top: 60px;
  }

  #sec3 .sec3_b ul {}

  #sec3 .sec3_b ul li {
    width: 100%;
  }

  #sec3 .sec3_b ul li a {}

  #sec3 .sec3_b ul li h3 {}

  #sec3 .sec3_b ul li p {}


  #sec3 .bnr_link .bnr_img { 
    height: initial;
  }
  
  #sec3 .bnr_link .bnr_img img {
    height: 100%;
    height: 24px;
  }

  #sec3 .bnr_link .bnr_img.insta img {
    height: 100%;
    height: 40px;
  }

  

  #sec3 .bnr_link .bnr_txt {
    font-size: 14px;
  }


  #sec4 {
    margin-bottom: 60px;
  }

  #sec4 h2 {}

  #sec4 h2 span {}

  #sec4 p {
    font-size: 14px;
    margin-bottom: 25px;
  }

  #sec4 ul {}

  #sec4 ul li {}

  #sec4 ul li a {}

  #sec4 ul li a img {}

  #sec5 {}

  #sec5 h2 {}

  #sec5 h2 span {}

  #sec5 p {}

  #sec5 .map {
    margin-bottom: 60px;
  }

  #sec5 .map iframe {
    height: 250px;
  }

  #sec5 .sec5_b {}

  #sec5 address {
    margin: 0 auto 30px;
    text-align: center;
  }

  #sec5 address p {}

  #sec5 address .address {}

  #sec5 address .address span {}

  #sec5 address .tel {
    font-size: 20px;
  }

  #sec5 address .tel span {}

  #sec5 address .p_01 {
    font-size: 15px;
  }

  #sec5 address .p_02 {
    font-size: 12px;
  }

  #sec5 .tbl_time {
    width: 100%;
  }

  #sec5 .tbl_time table {}

  #sec5 .tbl_time table tr {}

  #sec5 .tbl_time table tr:first-child {}

  #sec5 .tbl_time table th,
  #sec5 .tbl_time table td {
    font-size: 12px;
    line-height: 40px;
  }

  #sec5 .tbl_time table th {}

  #sec5 .tbl_time table th:first-child {}

  #sec5 .tbl_time table td {}

  #sec5 .sec5_card {
    width: 100%;
    margin-top: 40px;
  }

  #sec5 .sec5_card p {}

  #sec5 .sec5_card figure {}

  #sec5 .sec5_card figure img {}


  .f_bnr_link {
    margin-bottom: 50px;
  }

  .f_bnr_link ul {
    max-width: 400px;
    margin: 0 auto;
  }

  .f_bnr_link ul li {
    /* width: 48.5%; */
    width: 100%;
    margin: 0 auto 10px;
    /* margin-bottom: 10px; */
  }

  .f_bnr_link ul li:first-child {}

  .f_bnr_link ul li:last-child {
    margin-bottom: 0;
  }

  .f_bnr_link ul li:nth-child(2n) {}

  .f_bnr_link ul li a {}

  .f_bnr_link ul li a img {}


}

@media screen and (max-width: 414px) {
  #sec3 .bnr_link .bnr_txt {
    font-size: 12px;
  }
}

@media screen and (max-width: 375px) {
  #sec2 ul li h3 {
    padding: 30px 0 0 40px;
  }

  #sec2 ul li .sec2_li_txt p {
    padding: 85px 0 0 40px;
  }

  #sec2 ul li:nth-child(even) h3 {
    padding: 30px 20% 0 2%;
  }

  #sec2 ul li:nth-child(even) .sec2_li_txt p {
    padding: 85px 35px 0 10px;
  }
}

@media screen and (max-width: 320px) {
  #sec3 .bnr_link .bnr_txt {
    font-size: 10px;
  }
}

/* 重要なお知らせ 2024.01 */
.important__info {
  padding: 30px 0 90px;
}
@media screen and (max-width: 880px) {
  .important__info {
    padding: 15px 0 45px;
  }
}

.important__info__title{
  text-align: center;
  background-color: #e60012;
  color: #fff;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  font-size: 18px;
}
.important__info__title::before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/img/top/exclamation_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 880px) {
  .important__info__title{
    font-size: 15px;
  }
  .important__info__title::before{
    width: 18px;
    height: 18px;
  }
}

.important__info__content{
  border-left: 2px solid #e60012;
  border-right: 2px solid #e60012;
  border-bottom: 2px solid #e60012;
  padding: 30px 30px;
}

@media screen and (max-width: 880px) {
  .important__info__content{
    padding: 15px 15px;
  }
}

.important__info__content > *{
  margin-bottom: 30px;
}
@media screen and (max-width: 880px) {
  .important__info__content > *{
    margin-bottom: 15px;
  }
}
.important__info__content::after{
  content: "";
  clear: both;
  display: block;
}
.important__info__content > *:last-child{
  margin-bottom: 0;
}

.important__info__content ul{
  list-style: disc;
  margin-left: 15px;
}

.important__info__content ol{
  list-style: decimal;
  margin-left: 20px;
}
@media screen and (max-width: 880px) {
  .important__info__content ul{
    margin-left: 10px;
  }
  .important__info__content ol{
    margin-left: 15px;
  }
}

.important__info__content a{
  text-decoration: underline;
}
.important__info__content a:hover{
  text-decoration: none;
}

.important__info__content h1{
  font-size: 180%;
}
.important__info__content h2{
  font-size: 160%;
}
.important__info__content h3{
  font-size: 140%;
}
.important__info__content h4{
  font-size: 120%;
}
.important__info__content h5{
  font-size: 110%;
}

.important__info__content .alignleft{
  float: left;
  margin-right: 30px;
}
.important__info__content .alignright{
  float: right;
  margin-left: 30px;
}
.important__info__content .aligncenter{
  margin: 0 auto 30px;
  display: block;
}

@media screen and (max-width: 880px) {
  .important__info__content .alignleft{
    margin-right: 15px;
  }
  .important__info__content .alignright{
    margin-left: 15px;
  }
  .important__info__content .aligncenter{
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 375px) {
  .important__info__content .alignleft{
    float: none;
    margin: 0 auto 15px;
    display: block;
  }
  .important__info__content .alignright{
    float: none;
    margin: 0 auto 15px;
    display: block;
  }
  .important__info__content .aligncenter{
    margin: 0 auto 15px;
  }
}