@charset "utf-8";
/* CSS Document */
/* style.css */

body {
	font-family: "Noto Sans JP", sans-serif;
}
.h55 {
	font-size: 1.125rem !important;
}
.text-brand {
  color: #FF9D47 !important;
}
.bg-brand {
	background-color: #FF9D47 !important;
}
.text-sub {
  color: #846c56 !important;
}
.bg-sub {
	background-color: #846c56 !important;
}

.hero-section {
  background: url('img/bg_000.jpg') center center / cover no-repeat;
  height: 75vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section {
  background: url('img/bg_000.jpg') center center / cover no-repeat;
  height: 75vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .hero-section {
    height: 40vh;
  }
}
.hero-section-01 {
  background: url('img/bg_000.jpg') center center / cover no-repeat;
  height: 35vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section-02 {
  background: url('img/bg_001.jpg') center center / cover no-repeat;
  height: 35vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .hero-section-02 {
    height: 20vh;
  }
}

@media (min-width: 767px) {
.circle-content {
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
/*  box-shadow: 0 4px 8px rgba(0,0,0,0.3);*/
}
.circle-content img {
	width: 300px;
}
}
@media (max-width: 766.98px) {
.circle-content {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}
.circle-content img {
	margin-top: 90px;
	width: 200px;
}
}
@media (min-width: 992px) {
  .top-lg-mt-up {
    margin-top: -150px;
  }
}
.main-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 画像3つを自由配置（例：右上・左下・中央左など） */
.floating-img {
  position: absolute;
  width: 60px;
  opacity: 0.85;
}

.img1 { top: 20px; left: 130px; }
.img2 { bottom: 30px; right: 40px; }
.img3 { bottom: -20px; left: 0px; transform: translateY(100%); }

/* タブ型リンク（右上・右下） */

.tab-group {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}
.tab-link {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: #ffffffcc;
  color: #007bff;
  padding: 0.5rem 0.6rem;
  border-radius: 0.5rem 0 0 0.5rem;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
}


/* 左上角丸リンク */
.rounded-link {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #00c9a7;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.service-box {
  aspect-ratio: 3 / 2; /* 幅:高さ = 4:3 */
  width: 100%;         /* コンテナ幅にフィット */
  background-image: url('img/bg-endoscope.jpg');
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}
.service-box:hover {
  transform: scale(1.1);
  transition: all 0.3s ease;

}

.custom-nav .nav-link {
  color: #333;
  font-size: 1em;
  text-align: center;
  padding: 0.5rem 0.8rem;
  line-height: 1.2;
}

.custom-nav .nav-link small {
  color: #ff9d47; /* 英語部分の色 */
  font-size: 0.8rem;
}
.custom-nav .nav-slash {
  display: flex;
  align-items: center;
  color: #ff9d47;
  padding: 0 0.3rem;
  font-size: 2.5rem;
	font-weight: lighter;
  user-select: none;
	margin-top: -10px;
}
@media (max-width: 991.98px) {
  .nav-link br,
  .nav-link small,
  .custom-nav .nav-slash {
    display: none;
  }
}
.white-nav .nav-link,
.white-nav .nav-link span,
.white-nav .nav-link small,
.white-nav .nav-slash {
  color: #fff !important;
}
.white-nav .nav-link {
  color: #fff !important;
  transition: opacity 0.3s ease;
}

.white-nav .nav-link:hover {
  opacity: 0.5;
}
/*.container {
	width: 1200px;
}*/
.link-fade:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.vertical-text {
  writing-mode: vertical-rl;
  letter-spacing: 0.2em; /* 文字と文字の上下の間隔 */
}
.bg-endoscope {
  background-image: url('img/tne_002.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	min-height: 250px;
}

.bg-lehabilitation {
  background-image: url('img/lehabili_001.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	min-height: 250px;
}

.bg-access {
  background-image: url('img/access_001.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	min-height: 250px;
}

.bg-dermatology {
  background-image: url('img/bg-dermatology.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}
.text-outline-white {
  text-shadow:
    0 0 2px #fff,
    0 0 2px #fff,
    1px 1px 0 #fff,
   -1px 1px 0 #fff,
    1px -1px 0 #fff,
   -1px -1px 0 #fff;
}
.tit01 {
  text-align: center;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 2rem;
  position: relative;
  display: block;
  font-weight:normal;
}

/* 上段の TOPICS を別行に */
.tit01 span {
  display: block;
  font-size: 1rem;
  color: #FF9D47;
  font-weight: normal;
  margin-bottom: 0.3em;
  letter-spacing: 0.1em;
}

/* アンダーバー（下線） */
/*.tit01::after {
  content: "";
  display: block;
  width: 60px;                
  height: 3px;               
  background-color: #FF9D47; 
  margin: 0.6em auto 0;      
  border-radius: 2px;        
}*/
.tit02 {
  text-align: center;
  color: #FF9D47;
  line-height: 2;
  margin-bottom: 2rem;
  position: relative;
  display: block;
  font-weight:normal;
  letter-spacing: 0.1em;
}

/* 上段の TOPICS を別行に */
.tit02 span {
  display: block;
  font-size: 1rem;
  color: #FF9D47;
  font-weight: normal;
  margin-bottom: 0.3em;
  letter-spacing: 0.1em;
}

.notice-list {
  display: inline-block;    /* 幅に応じて中央揃え */
  text-align: left;         /* 中のテキストは左揃えに */
  padding-left: 1rem;       /* 必要に応じてインデント調整 */
  margin: 0 auto;
}
.notice-list li::marker {
    color: #FF9D47; /* 赤 */
}
.circle-label {
  width: 100px;               /* 幅 */
  height: 100px;              /* 高さ（幅と同じに） */
  border-radius: 50%;         /* 真円化 */
  background-color: rgba(255,157,71,0.70);  /* 背景色 */
  color: #fff;                /* 文字色 */
  display: flex;              /* 中央揃えのためにFlexbox */
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.1rem;          /* 文字サイズは必要に応じて調整 */
  margin: 0;               /* 中央寄せ（オプション） */
}
.circle-label:hover {
  transform: none !important; /* ← 拡大を無効化 */
}
.tne_table {
widows: calc(100% - 20px) !important;
height: calc(100% - 4px) !important;
}

.transition {
      transition: top 0.3s ease, box-shadow 0.3s ease;
    }
    /* 擬似コンテンツ用のダミー */
.photo-soft {
    filter:
        saturate(80%)
        brightness(1.1)
        contrast(0.85)
		sepia(0.08);
}

.map-wrap{
    height:500px;
    border-radius:12px;
    overflow:hidden;
}

.map-wrap iframe{
    width:100%;
    height:100%;
    border:0;
}

@media (max-width: 767.98px) {
    .container {
        padding-left: 6.5vw;
        padding-right: 6.5vw;
    }
}
.text-body {
font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.02em;
    font-family: "Noto Sans JP", sans-serif;
	
}
@media (min-width: 768px) {
	.text-body {
		font-size: 1rem;
	}
}

