@charset "UTF-8";
/* 赤　＝　#e50012　rgb(229,0,18) */
/* 背景　＝　#fbfaf8 */
/* ベージュ　＝　#fbe6d4　rgb(251,230,212) */
/* 黒　＝　#4d4545 */
/*===================================================================
　↓　#hero
===================================================================*/
#contents {
  padding-top: 0;
}
#hero {
  padding: 0px 0px 30px;
  position: relative;
  box-sizing: border-box;
  min-height: 568px;
}
@media screen and (max-width: 1000px) {
  #hero {
    padding: 0px 0 0;
  }
}
@media screen and (max-width: 640px) {
  #hero {
    padding: 0px 0 0;
		min-height: 670px;
  }
}
/*----------------------------------------------
　　#slide-image
----------------------------------------------*/
#slide-image {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  #slide-image .backstretch {
    border-radius: 0;
  }
}
/*----------------------------------------------
　　#scroll
----------------------------------------------*/
#scroll {
  position: absolute;
  width: 54px;
  height: 50px;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  animation: scroll-move 2s infinite;
  opacity: 1;
}
#scroll img {
  width: 100%;
  height: auto;
}
@keyframes scroll-move {
  0% { /*bottom: 50px;*/
    opacity: 1;
  }
  50% { /*bottom: 40px;*/
    opacity: 0.3;
  }
  100% { /*bottom: 50px;*/
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  #scroll {
    bottom: 10px;
  }
}
/*----------------------------------------------
　　#centre-contents
----------------------------------------------*/
#centre-contents {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 60%;
    text-align: center;
}
#centre-contents img {
    max-width: 800px;
    width: 80%;
    height: auto;
    margin: auto;
}
/*----------------------------------------------
　　#anchor_btn
----------------------------------------------*/
#anchor_btn {
  position: absolute;
  left: 0;
  top: 8%;
  width: 100%;
  padding: 0 30px 0 40px;
  box-sizing: border-box;
  text-align: left;
}
#anchor_btn ul {
  margin: 0 auto;
  padding: 0;
}
#anchor_btn ul li {
  display: inline-block;
  margin: 10px 10px 0 0;
  padding: 5px;
  background: #e50012;
}
#anchor_btn ul li a {
  color: #fff;
  text-decoration: none;
}
/*----------------------------------------------
　　#circle-wrap
----------------------------------------------*/
#circle-wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /*bottom: 6%;*/
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
}
#circle-wrap .circle {
    width: 300px;
    height: 300px;
    position: relative;
    margin: auto 12px;
    display: block;
}
#circle-wrap .circle .a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
    border-radius: 50%;
}
#circle-wrap .circle::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    /*background-color: rgba(255,255,255,0.8);*/
		background-color: rgba(252,229,230,0.9);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
#circle-wrap .circle:last-of-type::before {
    /*background-color: rgba(252,229,230,0.8);*/
}
#circle-wrap .circle-inn {
    position: relative;
    z-index: 2;
    text-align: center;
}
#circle-wrap .circle-inn .tit{
  display: inline-block;
  color: #e50012;
  line-height: 20px;
  font-size: 1.8rem;
  padding: 5px 15px;
  border-radius: 20px;
  border: 1px solid #e50012;
  box-sizing: border-box;
}
#circle-wrap .circle-inn p.sub {
  color: #e50012;
  border-right: 1px solid #e50012;
  border-left: 1px solid #e50012;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 10px;
  margin-bottom: 15px;
}
#circle-wrap .circle-inn p.en {
  color: #e50012;
  font-size: 1.9rem;
}
#circle-wrap .circle-inn p.ja {
  margin-bottom: 20px;
}
#circle-wrap .circle-inn ul li {
  display: block;
  margin: auto 1px;
}
#circle-wrap .circle-inn ul li span {
/*  display: inline-block;
  color: #e50012;
  line-height: 20px;
  font-size: 1.2rem;
  padding: 0 8px;
  border-radius: 20px;
  border: 1px solid #e50012;
  box-sizing: border-box;*/
}
#circle-wrap .circle-inn span.link {
  border-bottom: 1px solid #e50012;
  font-weight: 500;
}
@media screen and (max-width: 720px) {
  #circle-wrap {
    bottom: -25rem;
    padding: 0;
  }
  #circle-wrap .circle {
    max-width: 210px;
    max-height: 210px;
    width: fit-content;
    height: auto;
    padding: 4%;
    margin: 0;
  }
	#circle-wrap .circle:first-of-type {
			right: -8px;
	}
	#circle-wrap .circle:last-of-type {
			left: -8px;
	}
	#circle-wrap .circle::before {
			background-color: rgba(252,229,230,0.8);
      width: 100%;
      height: 100%;
	}
#circle-wrap .circle-inn .tit{
  display: inline-block;
  color: #e50012;
  line-height: 20px;
  font-size: 1.2rem;
  padding: 2px 15px;
  border-radius: 20px;
  border: 1px solid #e50012;
  box-sizing: border-box;
	margin-bottom:.5rem;
}
  #circle-wrap .circle-inn p.sub {
    /*border: none !important;
    font-size: 1rem;
    padding: 0;
    margin-bottom: 5px;*/
  }
  #circle-wrap .circle-inn p.en {
    font-size: 1.2rem;
  }
  #circle-wrap .circle-inn p.ja {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  #circle-wrap .circle-inn ul {
    margin-bottom: 0;
  }
  #circle-wrap .circle-inn ul li {
    box-sizing: border-box;
		font-size: 1.2rem;
		line-height:1.4;
		
  }
  #circle-wrap .circle-inn ul li span {
    /*line-height: 15px;
    font-size: 1rem;
    padding: 0 4px;
    border-radius: 15px;
    width: 100%;*/
  }
  #circle-wrap .circle-inn span.link {
    font-size: 1rem;
  }
}
/*===================================================================
　↓　#sp-add
===================================================================*/
#sp-add {
  padding-top: 50px !important;
}
#sp-add div {
  border: 1px solid #e50012; /*赤*/ border-radius: 5px;
  padding: 0 15px;
  box-sizing: border-box;
}
#sp-add table {
  width: 100%;
}
#sp-add table tr {
  border-bottom: 1px solid #ccc;
}
#sp-add table tr:last-child {
  border-bottom: none;
}
#sp-add table tr th {
  font-weight: 500;
  color: #e50012; /*赤*/ white-space: nowrap;
}
#sp-add table tr td {
  padding: 10px 0 10px 10px;
}
#sp-add table tr td a {
  display: inline-block;
  background-color: #e50012;
  color: #fff;
  font-size: 1.2rem;
  white-space: nowrap;
  border-radius: 5px;
  padding: 5px 6px 5px 5px;
  vertical-align: middle;
}
#sp-add table tr td a img {
  width: 16px;
  padding-right: 4px;
  vertical-align: middle;
}
/*===================================================================
　↓　#topics
===================================================================*/
#topics {
  margin: auto auto 50px;
  padding-top: 120px;
  max-width: 860px !important;
  position: relative;
}
#topics h2 {
  color: #e50012; /*赤*/ font-size: 2.8rem;
  border-bottom: 1px solid #e50012; /*赤*/ padding-bottom: 10px;
  margin-bottom: 30px;
}
#topics ul li {
  margin-bottom: 20px;
}
#topics ul li:last-child {
  margin-bottom: 0;
}
#topics ul li span {
  display: inline-block;
  margin-right: 8px;
}
#topics ul li span.cat {
  padding: 5px 0;
  background-color: rgba(229, 0, 18, 0.1);
  color: #e50012;
  width: 116px;
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
}
#topics ul li h3 {
  display: inline;
}
#topics ul li h3 a {
  color: #4d4545;
  border-bottom: 1px solid rgba(229, 0, 18, 0);
  padding-bottom: 3px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.6em !important;
}
#topics ul li h3 a:hover {
  color: #e50012; /*赤*/ border-bottom: 1px solid #e50012;
}
@media screen and (max-width: 1000px) {
  #topics {
    max-width: 740px !important;
  }
}
@media screen and (max-width: 640px) {
  #topics {
    padding-top: 0;
  }
  #topics h2 {
    font-size: 2.2rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  #topics ul li h3 {
    display: block;
    margin-top: 6px;
  }
  #topics ul li h3 a {
    padding-bottom: 2px;
  }
}
/*===================================================================
　↓　#news
===================================================================*/
#news {
  margin: auto auto 50px;
  padding-top: 120px;
  max-width: 860px !important;
  position: relative;
}
#news h2 {
  color: #e50012; /*赤*/ font-size: 2.8rem;
  border-bottom: 1px solid #e50012; /*赤*/ padding-bottom: 10px;
  margin-bottom: 30px;
}
#news ul li {
  margin-bottom: 20px;
}
#news ul li:last-child {
  margin-bottom: 0;
}
#news ul li span {
  display: inline-block;
  margin-right: 8px;
}
#news ul li span.cat {
  padding: 5px 0;
  background-color: rgba(229, 0, 18, 0.1);
  color: #e50012;
  width: 116px;
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
}
#news ul li h3 {
  display: inline;
}
#news ul li h3 a {
  color: #4d4545;
  border-bottom: 1px solid rgba(229, 0, 18, 0);
  padding-bottom: 3px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.6em !important;
}
#news ul li h3 a:hover {
  color: #e50012; /*赤*/ border-bottom: 1px solid #e50012;
}
@media screen and (max-width: 1000px) {
  #news {
    max-width: 740px !important;
  }
}
@media screen and (max-width: 640px) {
  #news {
    padding-top: 0;
  }
  #news h2 {
    font-size: 2.2rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  #news ul li h3 {
    display: block;
    margin-top: 6px;
  }
  #news ul li h3 a {
    padding-bottom: 2px;
  }
}
/*===================================================================
　↓　#medical-stance
===================================================================*/
#medical-stance {
  max-width: 860px !important;
}
#medical-stance .medical-stance-inn {
  background-color: #fff;
  padding: 60px;
  box-sizing: border-box;
  border-radius: 10px;
}
#medical-stance h2 {
  color: #e50012; /*赤*/ font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 20px;
  text-align: center;
}
#medical-stance h2 span {
  font-size: 1.4rem;
  font-weight: 400;
}
#medical-stance p {
  font-size: 1.4rem;
  line-height: 2.2em;
  text-align: left;
  margin-bottom: 20px;
}
#medical-stance img {
  max-width: 610px;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #medical-stance .medical-stance-inn {
    padding: 40px;
  }
}
@media screen and (max-width: 640px) {
  #medical-stance h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  #medical-stance h2 span {
    font-size: 1.2rem;
  }
  #medical-stance .medical-stance-inn {
    padding: 35px 20px;
  }
}
/*===================================================================
　↓　#thought
===================================================================*/
/*----------------------------------------------
　　.image
----------------------------------------------*/
#thought .image {
  position: relative;
}
#thought .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
#thought .image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  left: 20px;
  border-radius: 10px;
  background-color: rgba(229, 0, 18, 0.1);
  z-index: 1;
}
#thought .image p.copy {
  line-height: 2.8em;
  font-size: 2rem;
  position: absolute;
  bottom: 30px;
  left: -15px;
  z-index: 2;
}
#thought .image p.copy span {
  background-color: #fff;
  color: #e50012; /*赤*/ padding: 0 20px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 0 50rem 50rem 0;
}
/*----------------------------------------------
　　.text
----------------------------------------------*/
#thought .text {
  position: relative;
  z-index: 2;
  margin-left: 50px;
  padding-left: 20px;
  border-left: 2px solid #e50012; /*赤*/ box-sizing: border-box;
  padding-top: 70px;
  padding-bottom: 15px;
  margin-top: -20px;
}
#thought .text p {
  line-height: 2.2em;
}
@media screen and (max-width: 768px) {
  #thought .image p.copy {
    line-height: 2.2em;
    font-size: 1.6rem;
    left: -10px;
  }
  #thought .image p.copy span {
    padding: 0 10px;
  }
  #thought .text {
    margin-left: 30px;
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  #thought .image {
    margin-left: -20px;
    margin-right: -20px;
  }
  #thought .image img {
    border-radius: 0;
  }
  #thought .image::before {
    display: none;
  }
  #thought .image p.copy {
    line-height: 2em;
    font-size: 1.6rem;
    position: relative;
    bottom: 15px;
    left: 20px;
  }
  #thought .image p.copy span {
    margin-bottom: 0;
  }
  #thought .text {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 0;
  }
}
/*===================================================================
　↓　#taigai（#otherのなか）
===================================================================*/
#taigai {
  margin-bottom: 40px !important;
}
#taigai > div {
  background-color: #fff;
  padding: 50px 40px;
  border-radius: 10px;
  box-sizing: border-box;
}
#taigai .taigai-wrap {
  max-width: 860px !important;
  margin: auto;
}
#taigai .taigai-wrap .box-left {
  width: 60%;
  float: left;
}
#taigai .taigai-wrap .box-left img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#taigai .taigai-wrap .box-right {
  width: 40%;
  float: right;
  padding-left: 30px;
  box-sizing: border-box;
}
#taigai .taigai-wrap .box-right h2 {
  font-size: 1.8rem;
  color: #e50012;
  margin-bottom: 10px;
  border-bottom: 2px solid #e50012;
  margin-left: -60px;
  padding-left: 60px;
  padding-bottom: 10px;
}
#taigai .taigai-wrap .box-right p {
  line-height: 2em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  #taigai {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  #taigai {
    margin-bottom: 25px !important;
  }
  #taigai .taigai-wrap .box-right h2 {
    font-size: 1.6rem;
    margin-bottom: 6px;
    padding-bottom: 6px;
  }
  #taigai .taigai-wrap .box-right p {
    line-height: 1.9em;
  }
}
@media screen and (max-width: 640px) {
  #taigai > div {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 2px dotted #ccc;
    border-radius: 0;
  }
  #taigai .taigai-wrap .box-left {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 10px;
  }
  #taigai .taigai-wrap .box-right {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
  }
  #taigai .taigai-wrap .box-right h2 {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    border-bottom: none;
    font-size: 1.8rem;
  }
  #taigai .taigai-wrap .box-right p {
    text-align: left;
    margin-bottom: 15px;
  }
}
/*2021*/
h2.serif {
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 500;
  font-size: 5rem;
  color: #e50012;
  margin-bottom: 2rem;
}
h2.serif span {
  font-size: 1.8rem;
  color: #333;
  display: block;
  font-family: YakuHanJP, 'Lato', 'Noto Sans JP', sans-serif;
}
html .medical_btns a {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  h2.serif {
    font-size: 2.5rem;
  }
  h2.serif span {
    font-size: 1.4rem;
  }
}

.nav-tabs {
  border-bottom:none;
}

.tabs .nav-tabs .nav-link {
  position: relative;
  border: none;
  padding: 1rem 2rem;
  background-color: rgba(229, 0, 18, 0.1);
  color: #e50012;
  margin-left:.5em;
}

.tabs .nav-tabs .eng{
  display: inline-block;
  padding:0 .5em;
}

.tabs .nav-tabs .nav-link {
  border-radius: 5px;
  text-align: center;
}

.tabs .nav-tabs .nav-link.active {
  background-color:#e50012 !important;
  font-weight: bold;
  color: #fff;
}

/* .tabs .nav-tabs .nav-link.active:after {
  position: absolute;
  left: 50%;
  display: block;
  bottom: -1.2em;
  margin-left: -9px;
  border: 9px solid transparent;
  border-top: 9px solid #e50012;
  content: "";
  z-index: 1;
} */


/* a.nav-link{
  color: inherit;
} */



.tabs .tab-pane.active .tab-pane-header {
  padding:2rem 1rem;
  margin-bottom:1rem;
}

.tabs .tab-pane .tab-pane-header  ul li{
  border-bottom: 1px solid #ddd;
}

.tabs .tab-pane .tab-pane-header  ul li a {
    display: block;
    padding: 26px 0 26px 0;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
    transition: 0.4s;
    color: inherit;
}

.tabs .tab-pane .tab-pane-header  ul li.d-lg-flex{
  align-items: center;
}


.tabs .tab-pane .tab-pane-header  ul li a .day{
  color: #4d4545;
}

.tab-pane.active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}



@media screen and (max-width: 768px) {
  .tabs .nav-tabs {
    font-size: 1.2rem;
  }
  .nav.nav-tabs{
    width: 100%;
    flex-wrap: wrap;
    gap: .5em;
    padding: 1rem 1rem;
  }

  
  .nav.nav-tabs li{  
    width: calc(100% / 2 - 3px);
   }

   .nav.nav-tabs li a.nav-link{
    margin-left:initial;
   }

  .nav.nav-tabs li a.nav-link {
   width:100%;
  }

  .tabs .nav-tabs .nav-link.active:after {
    content: none;
  }
}