@charset "utf-8";

body.front main .inner {
  max-width: 1320px;
  margin: auto;
  padding: 0 20px;
}

body.front main h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
}

body.front main h3 {
  font-size: 30px;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  body.front main h2 {
    font-size: 28px;
    margin-bottom: 28px;
  }

  body.front main h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 960px){
  .top__bulletin__board__box {
    padding-left: 2em;
  }
}

/*==================================================================

メイン画像上のテキスト

==================================================================*/

.mainvisual {
  position: relative;
}

/*
.mainvisual::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(90deg, #fff, transparent);
  z-index: 1;
}
*/

.mainvisual_contents_inner {
  position: absolute;
  top: 50%;
  left: 7%;
  display: grid;
  align-items: center;
  font-size: 32px;
  padding: 20px;
  min-height: fit-content;
  gap: 2.1vw;
  translate: 0 -50%;
  z-index: 2;
}
.mainvisual_contents_inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
  filter: blur(2px);
}

.mainvisual_contents_title {
/*
  font-size: 3.5vw;
  font-size: 3vw;
*/
  font-size: 2.6vw;
  font-weight: bold;
  line-height: 1.1;
  font-family: "Zen Old Mincho", serif;  
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.mainvisual_contents_text {
  font-size: 1.42vw;
}

.mainvisual_contents_btn {
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  max-width: fit-content;
  gap: 30px;
  margin: 0 auto;
}

.mainvisual_contents_btn a {
  text-decoration: none;
  display: inline-block;
  padding: 0.7em 2.1em;
  padding: 0.6em 1.8em;
  font-size: 1.2vw;
  letter-spacing: 0;
  background: #fff;
  text-align: center;
  border-radius: 0.2em;
  border: 3px solid rgb(0, 185, 194);
  font-weight: bold;
  color: rgb(0, 185, 194);
}

.mainvisual_contents_btn .mainvisual_contents_btn_yoyaku a {
  background: rgb(0, 185, 194);
  color: #fff;
}

@media (max-width: 959px) {
  .mainvisual_contents_inner {
    top: 70%;
    left: 0;
    right: 0;
    max-width: fit-content;
    margin: auto;
  }
  .mainvisual_contents_title {
    font-size: max(4vw, 28px);
  }

  .mainvisual_contents_text {
    font-size: max(2.5vw, 20px)
  }

  .mainvisual_contents_btn a {
    font-size: max(2vw, 18px);
  }
}

@media (max-width: 559px) {
  .mainvisual_contents_inner {
    top: 50%;
    left: 0;
  }
  .mainvisual_contents_btn {
/*
    display: flex;
    flex-wrap: wrap;
*/
    grid-template-columns: unset;
  }
  .mainvisual_contents_btn a {
    padding: 0.9em 1.2em;
  }
}


/*==================================================================

お知らせ

==================================================================*/

.top_clinic_info_wrap {
  display: grid;
  max-width: 1320px;
  padding: 40px 3.75%;
  gap: 100px;
  margin-bottom: 40px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 40px;
}
@media (max-width: 1239px) {
  .top_clinic_info_wrap {
    gap: 40px;
  }
}
@media (max-width: 959px) {
  .top_clinic_info_wrap {
    grid-template-columns: unset;
    grid-template-rows: auto auto;
  }
  .top__bulletin__board__box {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
body.front .top_clinic_info h2 {
  color: #000;
  text-align: center;
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: bold;
  position: relative;
}
body.front .top_clinic_info h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
/* .top_clinic_info {
  padding: 40px;
  background: rgba(0, 185, 194, 0.1);
  margin: 40px auto;
  max-width: min(90vw, 620px);
}

body.front .top_clinic_info h2 {
  color: #000;
  text-align: left;
  padding-left: 63px;
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
}

.top_clinic_info h2::before {
  content: "\ef9a";
  font-family: remixicon;
  position: absolute;
  left: 0;
  color: rgb(0, 185, 194);
  font-size: 150%;
  font-weight: normal;
  top: 50%;
  translate: 0 -50%;
} 
.top_blog_list {
  background: #fff;
  padding: 20px;
}
  */

.top_blog_list li {
  border-bottom: 1px dashed #000;
}

.top_blog_list li:last-child {
  margin-bottom: 0;
  /* border-bottom: 0; */
}

.top_blog_list li a {
  /* background: #fff; */
  padding: 10px 20px 10px 25px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  gap: 0 10px;
  position: relative;
}
.top_blog_list li a::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 10px;
  height: 10px;
  rotate: -45deg;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.top_blog_list .post_date {
  letter-spacing: 0;
}

@media (max-width: 959px) {
  body.front .top_clinic_info h2 {
    font-size: 22px;
    /* padding-left: 43px; */
  }

}
@media (max-width: 559px) {
  .top_blog_list {
    padding: 5px 20px;
  }
  .top_blog_list li a {
    display: block;
  }
  .top_blog_list li a .post_title {
    display: block;
  }
  .top_blog_list li a::before {
    top: 20px;
    width: 8px;
    height: 8px;
  }
}

/*==================================================================

ご挨拶

==================================================================*/

.top_greeting {
  /* background: linear-gradient(180deg, rgb(255, 255, 255), rgba(0, 185, 194, 0.1)); */
  margin-bottom: 80px;
}

.top_greeting h2 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}
.top_greeting_title_inner {
  display: grid;
  max-width: fit-content;
  margin: auto;
  padding: 6px 90px 0;
  position: relative;
}
.top_greeting_title_inner::before,
.top_greeting_title_inner::after {
  content: "";
  position: absolute;
  width: 70px;
  top: 0;
  bottom: 0;
  mask: url(../../../uploads/2026/03/img_tubasa_wing.png) 50% 0 / 100% auto no-repeat;
  background: linear-gradient(90deg,rgb(0, 185, 194),rgb(0, 138, 146));
}
.top_greeting_title_inner::before {
  left: 0;
  transform: rotateY(180deg);
}
.top_greeting_title_inner::after {
  right: 0;
}
.top_greeting h2 .en {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
@media (max-width: 559px){
  .top_greeting_title_inner {
    padding-left: 70px;
    padding-right: 70px;
  }
  .top_greeting_title_inner::before,
  .top_greeting_title_inner::after {
    width: 60px;
  }
  .top_greeting h2 .en {
    font-size: 16px;
  }
}

.top_greeting_inner {
  display: grid;
  grid-template-columns: 40% 40%;
  gap: 40px;
  align-items: center;
  max-width: min(90%, 1440px);
  padding: 0 5%;
  margin: auto;
  justify-content: center;
  direction: rtl;
  overflow: hidden;
}
.top_greeting_img {
  position: relative;
  align-self: stretch;
}
.top_greeting_img::before {
 content: "";
 position: absolute;
 top: 0;
 /* right: 0; */
 left: -70%;
 bottom: 0;
 width: 250%;
 background: url(https://dental-tsubasa.com/wp-content/uploads/2025/12/img_top_greeting.webp) 50% 50% no-repeat;
 mask-image: linear-gradient(to right, transparent 7%, black 30% ,black 60% ,rgba(0,0,0,0.4) 76%,rgba(0,0,0,0.2) 85%,rgba(0,0,0,0) 100%);
}
.top_greeting_img img {
  /* border-radius: 20px; */
  /* box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); */
  max-width: unset;
  object-position: 50% 50%;
  position: absolute;
  left: -50%;
  top:0;
  display: none;
}
.top_greeting_text {
  position: relative;
}
.top_greeting_text h3 {
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1.2;
  direction: ltr;
    text-align: left;
}

.top_greeting_text .text {
  margin-bottom: 30px;
  direction: ltr;
    text-align: left;
}

.top_greeting_text p:not(:last-child) {
  margin-bottom: 20px;
}

.top_greeting_text .position .clinicname {
  font-size: 120%;
  font-weight: bold;
}
@media (max-width: 1459px) {
  .top_greeting_inner {
    max-width: unset;
    grid-template-columns: 45% 45%;
  }
}

@media (max-width: 959px) {
  .top_greeting {
    margin-bottom: 20px;
  }
  .top_greeting_inner {
    display: block;
    padding-bottom: 0%;
    position: relative;
  }

  .top_greeting_img {
    max-width: 560px;
    margin: 0 auto 60px;
    position: unset;
    padding-top: 70%;
  }
  .top_greeting_img::before {
    content: none;
  }
  .top_greeting_img img {    
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    display: block;
  }
  .top_greeting_text {
    max-width: 560px;
    margin: 0 auto 40px;
  }
}

@media (max-width: 559px) {
  .top_greeting_img {
    max-width: 95%;
  }

  .top_greeting_text {
    max-width: 95%;
  }
}

/*==================================================================

特徴

==================================================================*/

.top_feature {
  padding: 0 0 100px;
}

.top_feature h2 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}
.top_feature_title_inner {
  display: grid;
  max-width: fit-content;
  margin: auto;
  padding: 6px 90px 0;
  position: relative;
}
.top_feature_title_inner::before,
.top_feature_title_inner::after {
  content: "";
  position: absolute;
  width: 70px;
  top: 0;
  bottom: 0;
  mask: url(../../../uploads/2026/03/img_tubasa_wing.png) 50% 0 / 100% auto no-repeat;
  background: linear-gradient(90deg,rgb(0, 185, 194),rgb(0, 138, 146));
}
.top_feature_title_inner::before {
  left: 0;
  transform: rotateY(180deg);
}
.top_feature_title_inner::after {
  right: 0;
}
.top_feature h2 .en {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
@media (max-width: 559px){
  .top_feature_title_inner {
    padding-left: 70px;
    padding-right: 70px;
  }
  .top_feature_title_inner::before,
  .top_feature_title_inner::after {
    width: 60px;
  }
  .top_feature h2 .en {
    font-size: 16px;
  }
}

.top_feature_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: min(90%, 1440px);
  margin: auto;
  gap: 40px;
}

.top_feature_item a {
  background: rgba(0, 185, 194, 0.1);
  border-radius: 10px;
  padding: 25px;
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
  gap: 10px;
  align-items: center;
}  

.top_feature_item a:hover {
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.top_feature_item .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: rgb(0, 185, 194);
  color: #fff;
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  /* margin: 0 auto 25px; */
  border-radius: 50%;
}

.top_feature_item .title {
  font-size: 20px;
  font-weight: bold;
    line-height: 1.3;
  /* margin-bottom: 15px; */
}

.top_feature_item .text {
  font-size: 18px;
  grid-column: 1 / 3;
    align-self: baseline;
}

@media (max-width: 959px) {
  .top_feature_items {
    grid-template-columns: 1fr 1fr;
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  .top_feature_items {
    max-width: 94%;
    gap: 4vw;
  }
}
@media (max-width: 559px) {
  .top_feature_items {
    grid-template-columns: 1fr;
  }
}


/*==================================================================

メニュー

==================================================================*/

.top_menu {
  padding: 50px 0 100px;
  background: linear-gradient(0deg, rgb(255, 255, 255), rgba(0, 185, 194, 0.1));
}

.top_menu h2 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}
.top_menu_title_inner {
  display: grid;
  max-width: fit-content;
  margin: auto;
  padding: 6px 90px 0;
  position: relative;
}
.top_menu_title_inner::before,
.top_menu_title_inner::after {
  content: "";
  position: absolute;
  width: 70px;
  top: 0;
  bottom: 0;
  mask: url(../../../uploads/2026/03/img_tubasa_wing.png) 50% 0 / 100% auto no-repeat;
  background: linear-gradient(90deg,rgb(0, 185, 194),rgb(0, 138, 146));
}
.top_menu_title_inner::before {
  left: 0;
  transform: rotateY(180deg);
}
.top_menu_title_inner::after {
  right: 0;
}
.top_menu h2 .en {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
@media (max-width: 559px){
  .top_menu_title_inner {
    padding-left: 70px;
    padding-right: 70px;
  }
  .top_menu_title_inner::before,
  .top_menu_title_inner::after {
    width: 60px;
  }
  .top_menu h2 .en {
    font-size: 16px;
  }
}

.top_menu_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: min(90%, 940px);
  margin: auto;
  gap: 30px;
}

.top_menu_item a {
  /* background: rgba(255, 255, 255, 0.5);
   */
  text-align: center;
  display: grid;
  text-decoration: none;
  color: #fff;
  height: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  /* display: grid;
  align-items: center;
  grid-template-rows: 1fr auto 1fr; */
  /* text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.5), -1px -1px 4px rgba(255, 255, 255, 0.5); */
  background: #008a92;
  line-height: 1.4;
  justify-content: center;
  align-items: center;
  padding: 10px;
}


.top_menu_item a:hover {
  opacity: 0.7;
}
.top_menu_item {
  background: 50% 50% / cover no-repeat;
  overflow: hidden;
}
.top_menu_item a img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.top_menu_item .icon {
  width: 80px;
  height: 80px;
  background: rgba(0, 185, 194, 0.1);
  color: rgb(0, 185, 194);
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin: 0 auto 25px;
  border-radius: 50%;
}

.top_menu_item .title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.top_menu_item .text {
  font-size: 18px;
  grid-row: 3/4;
}

.top_menu_item_inner {
  background: rgba(0,138,146,0.8);
  padding: 25px;
  height: 100%;
  background: 50% 50% / contain no-repeat;
  background-color: rgba(0, 138, 146, 0.8);
  background-blend-mode: soft-light;
  display: grid;
  align-items: center;
  backface-visibility: hidden;
  transition: all 0.6s;
  transform: rotateY(0deg);
  border-radius: 10px;
}
.top_menu_item_inner_ura {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg);
  backface-visibility: hidden;
  transition: all 0.6s;
    border-radius: 10px;
    overflow: hidden;
}
.top_menu_item a:hover .top_menu_item_inner {
  transform: rotateY(-180deg);
}
.top_menu_item a:hover .top_menu_item_inner_ura {
  transform: rotateY(0deg);
}
.top_menu.lazyloaded .top_menu_item_general .top_menu_item_inner {
  background-image: url(https://dental-tsubasa.com/wp-content/uploads/2025/12/img_menu_general.jpg);
}

.top_menu.lazyloaded .top_menu_item_pediatric .top_menu_item_inner {
  background-image: url(https://dental-tsubasa.com/wp-content/uploads/2025/12/img_menu_child.jpg);
}

.top_menu.lazyloaded .top_menu_item_ortho .top_menu_item_inner {
  background-image: url(https://dental-tsubasa.com/wp-content/uploads/2025/12/img_menu_ortho.jpg);
}

.top_menu.lazyloaded .top_menu_item_surgery .top_menu_item_inner {
  background-image: url(https://dental-tsubasa.com/wp-content/uploads/2025/12/img_menu_surgery.jpg);
}

.top_menu.lazyloaded .top_menu_item_preventive .top_menu_item_inner {
  background-image: url(https://dental-tsubasa.com/wp-content/uploads/2025/12/img_menu_preventive.jpg);
}

.top_menu.lazyloaded .top_menu_item_esthetic .top_menu_item_inner {
  background-image: url(https://dental-tsubasa.com/wp-content/uploads/2025/12/img_menu_esthetic.jpg);
}

.top_menu.lazyloaded .top_menu_item_whitening .top_menu_item_inner {
  background-image: url(https://dental-tsubasa.com/wp-content/uploads/2025/12/img_menu_whitening.jpg);
}

.top_menu.lazyloaded .top_menu_item_implant .top_menu_item_inner {
  background-image: url(https://dental-tsubasa.com/wp-content/uploads/2025/12/img_menu_implant.jpg);
}

@media (max-width: 959px) {
  .top_menu_items {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 94%;
    gap: 3vw;
  }
  .top_menu_item_inner {
    padding: 1.5vw;
    line-height: 1.3;
  }
  .top_menu_item .title {
    font-size: 2.9vw;
  }
}
@media (min-width: 960px) {
  .top_menu_items {
    grid-template-columns: repeat(20,1fr);
    max-width: min(90%, 1100px);
  }
  .top_menu_item {
    grid-column: span 4;
  }
  .top_menu_item:first-child {
    grid-column: 3/7;
  }
  .top_menu_item .title {
    line-height: 1.2;
  }
}

/*==================================================================

アクセス

==================================================================*/

.top_access {
  padding-bottom: 80px;
}

.top_access h2 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}
.top_access_title_inner {
  display: grid;
  max-width: fit-content;
  margin: auto;
  padding: 6px 90px 0;
  position: relative;
}
.top_access_title_inner::before,
.top_access_title_inner::after {
  content: "";
  position: absolute;
  width: 70px;
  top: 0;
  bottom: 0;
  mask: url(../../../uploads/2026/03/img_tubasa_wing.png) 50% 0 / 100% auto no-repeat;
  background: linear-gradient(90deg,rgb(0, 185, 194),rgb(0, 138, 146));
}
.top_access_title_inner::before {
  left: 0;
  transform: rotateY(180deg);
}
.top_access_title_inner::after {
  right: 0;
}
.top_access h2 .en {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
@media (max-width: 559px){
  .top_access_title_inner {
    padding-left: 70px;
    padding-right: 70px;
  }
  .top_access_title_inner::before,
  .top_access_title_inner::after {
    width: 60px;
  }
  .top_access h2 .en {
    font-size: 16px;
  }
}

.top_access_inner {}
.top_access_info {
  display: grid;
  gap: 40px;
  /* grid-template-rows: subgrid;
  grid-row: span 2; */
}
.top_access_info_item {
  border-radius: 20px;
  background: rgba(0, 185, 194, 0.1);
  padding: 20px;
  container-type: inline-size;
}

.top_access_info_item dl {
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.7;
}

.top_access_info_item dl:last-child {
  margin-bottom: 0;
}

.top_access_info_item dl::before {
  font-family: remixicon !important;
  position: absolute;
  left: 0;
  font-size: 30px;
  top: 50%;
  translate: 0 -50%;
  color: rgb(0, 185, 194);
}

.top_access_info_item dl.clinic::before {
  content: "\00EE37";
}

.top_access_info_item dl.address::before {
  content: "\00EF14";
}

.top_access_info_item dl.tel::before {
  content: "\00EFEC";
}

.top_access_info_item dl.access::before {
  content: "\00F223";
}
.top_access_info_item dl.menu::before {
  content: "\00EA7E";
}

.top_access_info_item dl.tel a {
  text-decoration: none;
  color: rgb(0, 185, 194);
  font-size: 150%;
}

.top_access_info_item dt {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.2;
}
.top_access_group {
  display: grid;
  gap: 40px;
  grid-template-rows: auto 1fr;
  /* grid-template-rows: subgrid;
  grid-row: span 2; */
}
.top_access_photo {
  border-radius: 20px;
}

.top_access_map {
  border-radius: 20px;
  position: relative;
  padding-top: 500px;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}

.top_access_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 960px) {
  .top_access_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    justify-content: center;
    max-width: min(95%, 1440px);
    margin: auto;
  }

  .top_access_info_item {
    margin-bottom: 0;
  }
  .top_access_photo {
    margin-bottom: 0;
  }
  .top_access_map {
    padding-top: 0;
    height: 100%;
  }
}

@media (max-width: 959px) {
  .top_access {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .top_access_info {
    margin-bottom: 40px;
  }
}



.week_calender {
--boder-color: #fff;
--background-color: #008a92;
}
.week_calender {
	display: grid;
	/* grid-template-columns: repeat(7,1fr); */
  grid-template-columns: repeat(8,1fr);
	text-align: center;
	font-family: 'Sawarabi Gothic', sans-serif;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.week_calender dl {
	box-sizing: border-box;
}
.week_calender dt {
	font-size: 25px;
	border: 1px solid var(--boder-color);
	padding: 5px;
	background:  var(--background-color);
	height: 63px;
	line-height: 1.2;
	color: #fff;
	box-sizing: border-box;
	display: grid;
	align-items: center;
}
.week_calender dd {
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid var(--background-color);
	/* font-size: 30px; */
	font-size: 20px;
	box-sizing: border-box;
}
.week_calender .youbi {
	display: block;
	/* font-size: 10px; */
    font-size: 13px;
}
.week_calender .week_calender_time {
	font-size: 14px;
}
.week_calender dl {
	margin: 0;
}
.week_calender dl:not(:first-child) dd {
	border-left-width: 0;
}
.week_calender dl:last-child dt {
	border-right-width: 0;
}
.week_calender dl dt {
	border-left-width: 0;
}
	.week_calender dl:nth-child(8n) dt {
		border-right-width: 0;
	}
	.week_calender dl:nth-child(8n+1) dd {
		border-left-width: 1px;
	}
@media (max-width: 959px){
	.week_calender {
  	grid-template-columns: repeat(4,1fr);
	}
	.week_calender dt,
	.week_calender dd {
		/* height: 76px; */
	}
	.week_calender dt {
		padding: 5px 0;
	}
	.week_calender .youbi {
		letter-spacing: 0;
	}
	/* .week_calender dl:nth-child(8n) dt {
		border-right-width: 1px;
	}
	.week_calender dl:nth-child(8n+1) dd {
		border-left-width: 0px;
	} */
	.week_calender dl:nth-child(4n) dt {
		border-right-width: 0;
	}
	.week_calender dl:nth-child(4n+1) dd {
		border-left-width: 1px;
	}
}


.top_info {
  padding: 40px 0;
  background: rgba(0,138,146,0.1);
  margin: 40px 0;
}
.top_info_inner {
  max-width: 780px;
  padding: 0 3.75%;
  margin: 0 auto;
}
.top_info h2 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}
.top_info_title_inner {
  display: grid;
  max-width: fit-content;
  margin: auto;
  padding: 6px 90px 0;
  position: relative;
}
.top_info_title_inner::before,
.top_info_title_inner::after {
  content: "";
  position: absolute;
  width: 70px;
  top: 0;
  bottom: 0;
  mask: url(../../../uploads/2026/03/img_tubasa_wing.png) 50% 0 / 100% auto no-repeat;
  background: linear-gradient(90deg,rgb(0, 185, 194),rgb(0, 138, 146));
}
.top_info_title_inner::before {
  left: 0;
  transform: rotateY(180deg);
}
.top_info_title_inner::after {
  right: 0;
}
.top_info h2 .en {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
@media (max-width: 559px){
  .top_info_title_inner {
    padding-left: 70px;
    padding-right: 70px;
  }
  .top_info_title_inner::before,
  .top_info_title_inner::after {
    width: 60px;
  }
  .top_info h2 .en {
    font-size: 16px;
  }
}