/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;900&display=swap');*/
/* ==========================================================================
	$top
========================================================================== */
#top {
  padding-top: 0;
  position: relative;
}
#top img {
  width: 100%;
  margin: 0 auto;
}
#top h1 {
  position: relative;
}
#top .top__ttl {
  position: absolute;
  top: 30px;
  left: 1%;
  width: 95%;
  max-width: 1000px;
}

/* ==========================================================================
	$about
========================================================================== */
#about {
  padding-bottom: 80px;
  background-color: #e2e2e2;
}
#about .about__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#about .about__list_item {
  width: 32%;
}
#about .about__list_item img {
  width: 100%;
  display: block;
}
#about .about__list_item a .button-wrap {
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #333;
  text-align: left;
  width: 100%;
  color: #FFF;
  padding: 10px 20px;
}
#about .about__list_item a .button-wrap::after {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 4em;
  height: 0.5em;
  background-color: #FFF;
  clip-path: polygon(0 100%, 90% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: "";
  transition: transform 0.3s;
}
#about .about__list_item a:hover .button-wrap::after {
  transform: translateY(-50%) translateX(10px);
}
#about .youtube {
  max-width: 900px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 80px auto 0;
}
#about .youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #about {
    /*padding-top: 25%;*/
  }
  #about .about__list {
    display: block;
  }
  #about .about__list_item {
    width: 100%;
    margin-bottom: 30px;
  }
  #about .about__list_item a .button-wrap {
    font-size: 14px;
  }
  #about .youtube {
    margin: 60px auto 0;
  }
}

/* ==========================================================================
	$service
========================================================================== */
#service h3 {
  color: #013a80;
  font-size: 32px;
  position: relative;
  border-bottom: 4px solid #014da7;
  margin: 0;
  padding: 0 0 10px;
}
#service h3:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: "";
  background: #ffb401;
}
#service h4 {
  width: 100%;
  text-align: center;
  background-color: #013a80;
  color: #FFF;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 100px;
}
#service table {
  border: 2px solid #014da7;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
#service tr {
  vertical-align: top;
}
#service th {
  width: 15%;
  font-size: 48px;
  line-height: 2.25rem;
  color: #FFF;
  background-color: #014da7;
  padding: 30px 0;
}
#service th span {
  font-size: 18px;
  display: block;
}
#service td {
  width: 85%;
  padding: 30px;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
#service td p {
  margin: 30px 0;
}
#service .service__table_column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
#service .service__table_column .service__table_txt {
  width: 60%;
}
#service .service__table_column .service__table_img {
  width: 30%;
}
#service .service__table_column .service__table_img img {
  width: 100%;
}
#service .service__table_column .service__table_banner {
  width: 100%;
  margin-top: 20px;
}
#service .service__table_column .service__table_banner a {
  opacity: 1;
  transition: all 0.3s;
}
#service .service__table_column .service__table_banner a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
#service .service__table_column .service__table_banner img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #service h3 {
    text-align: center;
    font-size: 28px;
  }
  #service h3:before {
    left: 50%;
    transform: translateX(-50%);
  }
  #service h4 {
    font-size: 18px;
    padding: 10px 5px;
  }
  #service tr {
    display: flex;
    flex-direction: column;
  }
  #service th {
    width: 100%;
    padding: 10px 0 20px;
  }
  #service td {
    width: 100%;
    background-size: contain;
  }
  #service .service__table_column {
    display: block;
  }
  #service .service__table_column .service__table_txt,
  #service .service__table_column .service__table_img,
  #service .service__table_column .service__table_banner {
    width: 100%;
  }
  #service .service__table_column .service__table_banner {
    margin-top: 10px;
  }
}

/* ==========================================================================
	$calendar
========================================================================== */
#calendar .business-day {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 3/2;
  margin: 0 auto 60px;
}
#calendar iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #calendar .business-day {
    aspect-ratio: 1;
  }
}

/* ==========================================================================
	$company
========================================================================== */
#company {
  background-color: #ced8e2;
  padding-bottom: 60px;
}
#company table {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
}
#company tr {
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
}
#company tr:last-child {
  border-bottom: none;
}
#company th {
  width: 15%;
  color: #FFF;
  background-color: #013a80;
  padding: 10px 20px;
}
#company td {
  width: 85%;
  color: #333;
  background-color: #FFF;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  #company tr {
    font-size: 14px;
  }
  #company th {
    width: 20%;
  }
  #company td {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  #company tr {
    display: block;
  }
  #company th {
    text-align: left;
    display: block;
    width: 100%;
  }
  #company td {
    display: block;
    width: 100%;
  }
}

/* ==========================================================================
	$access
========================================================================== */
#access h3 {
  color: #FFF;
  background-color: #014da7;
  padding: 5px 10px;
  margin: 0;
  border-radius: 100px;
}
#access .access__shop_group {
  margin-bottom: 50px;
}
#access .access__shop_column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#access .access__shop_img {
  width: 50%;
}
#access .access__shop_img img {
  width: 100%;
}
#access .access__shop_txt {
  width: 50%;
  margin-left: 30px;
}
#access dl {
  font-size: 16px;
  display: flex;
  margin: 20px;
}
#access dt {
  color: #014da7;
  font-weight: bold;
  width: 10%;
  border-right: 2px solid #e2e2e2;
}
#access dd {
  width: 90%;
  margin-left: 20px;
}
#access .map {
  width: 100%;
  height: 300px;
}
#access .map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #access .access__shop_column {
    display: block;
  }
  #access .access__shop_column .access__shop_column {
    display: flex;
  }
  #access .access__shop_img {
    width: 100%;
  }
  #access .access__shop_txt {
    width: 100%;
    margin-left: 0;
  }
  #access dl {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #access dt {
    width: 15%;
  }
  #access dd {
    width: 85%;
  }
}/*# sourceMappingURL=layout.css.map */