@charset "UTF-8";
/* ==============================
　style
============================== */

/* ----------------------------
*  mv slider
* ---------------------------- */
.slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: -3;
}

.slide p {
    padding: 50px;
    position: relative;
    z-index: 20;
}

.screen p {
    color: #fff;
}

.screen::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.5s ease 0s;
    z-index: -1;
}

.screen.show::before,
.first.show::before {
    opacity: 1;
}
.screen.bg__01::before {
  background: url("../assets/images/top-visual_02.jpg") no-repeat;
  background-size: cover;
}
.screen.bg__02::before {
  background: url("../assets/images/top-visual_03.jpg") no-repeat;
  background-size: cover;
}
.first::before {
  background: url("../assets/images/top-visual_01-1.jpg") no-repeat;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: -3;
}
.main-visual {
  position: relative;
}
.main-visual-logo {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
}
.show .main-visual-logo {
  opacity: 1;
transition: ease all 2s;
}
.main-visual-logo img {
  max-width: 200px;
}
.fuwa {
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 100%;
  transition: ease all 2s;
}
.fuwa_last {
  position: absolute;
  bottom: 7.7%;
  right: 10%;
  width: 31vw;
}
.fuwa_last .fuwa-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.7vw;
}
.fuwa_last .fuwa-txt::before {
  content: "";
  background: url("../assets/images/icon_arrow_m.svg") no-repeat;
  background-size: auto;
  background-size: contain;
  width: 2vw;
  height: 2vw;
  position: absolute;
  right: 7%;
  top: 41%;
}
.fuwa_last .fuwa-txt strong {
  font-size: 3vw;
  font-weight: 500;
  letter-spacing: 0.1vw;
}
.fuwa-txt .f-s {
  font-size: 80%;
  letter-spacing: 0.08vw;
}
.show .fuwa {
  opacity: 1;
}
.first .fuwa {
  width: 31vw;
  top: 50%;
  right: 10%;
  margin: inherit;
}
.first .fuwa p {
  position: absolute;
}
.first .fuwa-txt,
.fuwa .fuwa-txt {
  padding: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding-top: 1.7vw;
  padding-left: 1.2vw;
}
.first .fuwa-txt span {
  padding: 0;
  line-height: 1.5em;
}
.first .fuwa-txt span:nth-child(1) {
  letter-spacing: 0.2rem;
  font-size: 2vw;
  font-weight: 500;
}

.first .fuwa-txt span:nth-child(2) {
  letter-spacing: 0.13rem;
  font-size: 1.7vw;
  font-weight: 500;
}
.fuwa .fuwa-txt {
  position: absolute; 
}
.screen:nth-child(3) .fuwa .fuwa-txt {
  padding-top: 2.8vw;
}
.screen:nth-child(3) .fuwa .fuwa-txt span:nth-child(1) {
  letter-spacing: 0.2rem;
  font-size: 1.5vw;
  padding-bottom: 1vw;
}
.screen:nth-child(3) .fuwa-txt span:nth-child(2) {
  letter-spacing: 0;
  font-size: 1.7vw;
  font-weight: 500;
  line-height: 2vw;
  padding-bottom: 0.3vw;
}
.screen:nth-child(3) .fuwa-txt span:nth-child(2) strong {
  font-size: 2.7vw;
  font-weight: 500;
}
.screen:nth-child(3) .fuwa-txt span:nth-child(3) {
  font-size: 1.7vw;
  font-weight: 500;
  line-height: 2vw;
  padding-bottom: 1vw;
}
.screen:nth-child(3) .fuwa-txt span:nth-child(4) {
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.3vw;
}
.screen:nth-child(4) .fuwa .fuwa-txt {
  padding-top: 0;
  margin-top: -0.1vw;
}
.screen:nth-child(4) .fuwa .fuwa-txt span:nth-child(1) {
  letter-spacing: 0.25rem;
  font-size: 1.6vw;
}
.screen:nth-child(4) .fuwa .fuwa-txt span:nth-child(2) {
  letter-spacing: 0.25rem;
  font-size: 1.6vw;
}
.screen:nth-child(4) .fuwa .fuwa-txt span:nth-child(3) {
  letter-spacing: 0.25rem;
  font-size: 2.8vw;
}
.screen:nth-child(4) .fuwa .fuwa-txt span:nth-child(4) {
  letter-spacing: 0.05rem;
  font-size: 1.4vw;
  font-weight: 400; 
}

.bg__01 .fuwa {
  width: 31vw;
  top: 50%;
  left: 10%;
}
.bg__02 .fuwa {
  width: 31vw;
  top: 50%;
  right: 10%;
}
.icon {
  max-width: 25px;
  display: block;
}

.insuta{
width: 100%;
}



/* ----------------------------
* contents - top
* ---------------------------- */
main {

}
.contents {
  background: #fff;
}
._schedule .txt {
  padding-bottom: 1.4vw;
  border-bottom: 1px solid #999;
}
._schedule .sub_ti {
  padding: 1px 10px;
  margin: 0 5px 0 auto;
  font-size: 95%;
}
._schedule .button-item,
._news .button-item,
._obstetrics .button-item {
  width: 40%;
  margin: 2.5vw auto auto; 
}

.news_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 0;
}
.label {
  padding: 0px 5px;
  margin-right: 5px;
  background: #bcad79;
  color: #fff;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.label.cate02 {
  background: #AAB987;
}
.news_data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3px 10px;
  letter-spacing: 0.03rem;
}
.news_title {
  width: 100%;  
}
.day {
  color: #4d4d4d;
}
.news_title a {
  border-bottom: 1px solid #fff;
  color: #4d4d4d;
}
.news_title a:hover {
  border-bottom: 1px solid #4d4d4d; 
}
.schedule_txt_note {
  display: flex;
  gap: 0 2vw;
  align-items: center;
  margin: 1.5vw auto;
}
.schedule_txt_note li:first-child {
  font-size: 110%;
  font-weight: 600;
  color: #7a8c64;
}
.schedule_txt_note li:nth-child(2) {
  color: #4d4d4d;
  font-size: 90%;
}

/* section */
._pregnant .txt,
._obstetrics .txt {
  line-height: 1.7;
  font-size: 100%;
  padding-top: 20px;
}
._pregnant
.button-item {
  margin: 1.5vw auto auto;
}
.contents-head {
  text-align: center;
}
._obstetrics .inner:nth-child(1) .twin__wrap {
  margin: 3vw auto auto;
}
._obstetrics .heading {
  letter-spacing: 0.08rem;
  font-weight: 500;
  font-size: 105%;
  padding-top: 30px;
}
._obstetrics .button-item {
  margin: 2vw auto 3vw;
}
._project .heading,
._bellnet .contents-head .heading,
._bellnet .heading {
  letter-spacing: 0.08rem;
  padding-top: 30px;
  font-size: 1.1vw;
  font-weight: 400;
}






/* section */
.logo_item {
  width: 160px;
}
.plus {
  max-width: 20vw;
  margin: 0 auto;
  padding: 0;
  min-width: 300px;
  position: relative;
}
.plus::after {
  content: "";
  background: #fff;  
  position: absolute;
  width: 0px;
  height: 1px;
  top: 50%;
  right: 0;
}
.plus::before {
  content: "";
  background: #fff;  
  position: absolute;
  width: 0px;
  height: 1px;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.5s;
}
.plus.open::before {
transform: translateY(-50%) rotate(0deg);
}
.obstetrics_lsit {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px 2px;
}
.obstetrics_lsit .Btn02 {
  min-height: 58px;
}
.bg-purple .button .Btn02:hover {
color: #b7abbb;
}
.bg-purple .button .Btn02:hover:before {
  background: url("../assets/images/icon_arrow_p.svg") no-repeat;
  background-size: contain;
}
.tile_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5% 1%;
  padding-bottom: 2%;
}
.tile_list li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tile_list li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.tile_list .tile_txt {

  position: absolute;
  color: #fff;
  z-index: 1;
  font-size: 110%;
  letter-spacing: 0.05rem;
  font-weight: 400;
  text-align: center;
}
.triple__wrap .wrap__parts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 5px;
}
.popular_list {
  margin: 15px auto;
  list-style: none;
  width: 75%;
  padding-left: 10px;
}
.popular_list li {
  padding: 3px;
}
.popular_list li a {
  color: #4d4d4d;
  position: relative;
  font-size: 100%;
  display: block;
  border-bottom: 1px solid #fff;
  transition: ease all 0.5s;
}
.popular_list li a:hover {
  border-color: #4d4d4d;
}
.popular_list li a::after {
  content: "";
  background: url("../assets/images/icon_arrow_g.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 4px;
}
.popular_list li a::before {
  content: "・";
}
.popular_title {
  font-size: 17px;
}
/* bellnet */
._bellnet .twin__wrap {
  gap: 3% 1%;
  padding-bottom: 1%;
}
._bellnet .button-item .button {
  width: 100%;
}
._bellnet .button-item .Btn01 {
  width: 100%;
  max-width: 100%;
  font-size: 18px;
}


.clinic_banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clinic_banner::before {
  position: absolute;
  content: "";
  background: url("../assets/images/bellnet.png") no-repeat;
    background-size: auto;
  background-size: contain;
  width: 20%;
  height: 15vw;
  z-index: 1;
  background-position: center;
}
._bellnet .contents-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
._bellnet .contents-head .icon {
  max-width: 45px;
}
.instagram_list {
    display: block;
}
._access .icon {
  max-width: 50px;
  width: 25%;
}
._access ._txt {
  width: 75%;
}
/* access */
.access-list li {
  display: flex;
  flex-flow: wrap;
  gap: 4%;
  justify-content: center;
  align-items: center;
  font-size: 1.1vw;
  color: #4d4d4d;
  letter-spacing: 0.08rem;
  flex-direction: row;
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
  padding: 0 0 0.5vw;
}
#contents_map .inner {
  padding: 45px 0 60px;
}
#contents_map .map {
  margin: 45px auto 0;
}
.access-list .time {
  font-size: 1.7vw;
  font-weight: 500;
  padding: 0 10px;
}
.accordion {
  cursor: pointer;
}
.panel {
  opacity: 0;
  transition: ease all 0.5s;
  overflow: hidden;
  max-height: 0;

}
.panel.open {
  opacity: 1;
}


.twin__wrap.belltopi {
  grid-template-columns: 1fr 1fr;
}


 /* beauty */   
._beauty h3{
    font-size: 100%;    
    }  


 /* outline */  
.wrapbox01 {
display: grid;
  grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
}

._outline .copy {
	width: 440px;
}

._outline .copy .yazirusi {
    display: inline-block;
    width: 350px;
    position: relative;
    text-align: left;
    letter-spacing: 0.1em;
    padding-bottom: 8px;
    box-sizing: border-box;
}

._outline .copy .yazirusi .yazirusibtn{
      display: flex;
    flex-direction: column;
}

._outline .copy .yazirusi .yazirusibtn::after {
  content: '';
  width: 250px;
  height: 15px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}
._outline .copy h2 {
	width: 100%;
	position: relative;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 2em;
	margin-bottom: 15px;
}

._outline .copy p {
	font-size: 15px;
	line-height: 2em;
	letter-spacing: 0.1em;
	margin-bottom:20px;
}
._outline .copy_r {
    width: 85%;
}




/* ==============================
 window size - sp
============================== */
@media (max-width: 767px) {

/* mv */
.screen.bg__01::before {
  background: url("../assets/images/top-visual_02_sp.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.screen.bg__02::before {
  background: url("../assets/images/top-visual_03_sp.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.first::before {
  background: url("../assets/images/top-visual_01_sp.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.main-visual-logo img {
max-width: 34%;
}
.first .fuwa {
width: 90vw;
top: 65%;
right: inherit;
left: -12%;
}
.bg__01 .fuwa {
left: 15%;
width: 90vw;
}
.bg__02 .fuwa {
width: 90vw;
right: 15%;
}
.first .fuwa-txt span:nth-child(1) {
font-size: 4vw;
}
.first .fuwa-txt span:nth-child(2) {
font-size: 4.8vw;
}
.screen:nth-child(3) .fuwa .fuwa-txt span:nth-child(1) {
  font-size: 4.8vw;
  padding: 0;
}
.screen:nth-child(3) .fuwa-txt span:nth-child(2) {
font-size: 4.8vw;
line-height: inherit;
}
.screen:nth-child(3) .fuwa-txt span:nth-child(2) strong {
font-size: 190%;
}
.screen:nth-child(3) .fuwa-txt span:nth-child(3) {
font-size: 4.8vw;
line-height: 4vw;
}
.screen:nth-child(3) .fuwa-txt span:nth-child(4) {
font-size: 3vw;
line-height: 7vw;
}
.screen:nth-child(3) .fuwa .fuwa-txt {
  padding-top: 7.8vw;
}
.screen:nth-child(4) .fuwa .fuwa-txt span:nth-child(1) {
font-size: 4.8vw;
}
.screen:nth-child(4) .fuwa .fuwa-txt span:nth-child(2) {
font-size: 4.8vw;
}
.screen:nth-child(4) .fuwa .fuwa-txt span:nth-child(3) {
font-size: 8.5vw;
font-weight: 600;
}
.screen:nth-child(4) .fuwa .fuwa-txt span:nth-child(4) {
font-size: 4vw;
}


/* top contents */
/* schedule */
._schedule .txt {
  font-size: 3vw;
  text-align: left;
}
._schedule .txt .sub_tx {
  display: block;
  margin: 5px auto;
}
.button .Btn01::before {
  top: 4.2vw;
}
._schedule .button-item,
._news .button-item,
._obstetrics .button-item {
width: 100%;
margin: 7vw auto auto;
}
.schedule_txt_note {
display: grid;
margin: 5vw auto;
gap: 2vw 0;
}
.schedule_txt_note li:first-child {
font-size: 3.8vw;
}
.schedule_txt_note li:nth-child(2) {
/*font-size: 3vw;*/
}
.fuwa_last {
width: 90vw;
right: auto;
left: 0;
}
.fuwa_last .fuwa-txt {
font-size: 5.5vw;
}
.fuwa_last .fuwa-txt strong {
font-size: 10vw;
}


/* news */
.news_list {
grid-template-columns: 1fr;
font-size: 90%;
}
.label {
font-size: 90%;
}
._pregnant
.twin__wrap {
grid-template-columns: 1fr;
gap: 3%;
}
._pregnant .txt, ._obstetrics .txt {
font-size: 4vw;
padding: 1vw 0;
}
._pregnant .button-item {
margin: 5vw auto auto;
}
.logo_item {
width: 38vw;
}
._obstetrics .heading {
font-size: 4.5vw;
}
._obstetrics .twin__wrap {
grid-template-columns: 1fr;
gap: 3%;
margin: 10vw auto;
}
._obstetrics h2 {
font-size: 6vw;
font-weight: 500;
margin: 3vw auto 5vw;
}
.obstetrics_lsit {
grid-template-columns: 1fr 1fr;
    gap: 5px 0px;
}
._obstetrics .button .Btn02 {
  font-size: 3.8vw;
  line-height: 1.3em;
  padding: 1vw 0 2vw;
  min-height: 13.5vw;
  padding-right: 2vw;
}
._obstetrics .button .Btn02::before {
width: 3.4vw;
height: 3.4vw;
top: 35%;
}
._project .heading, ._bellnet .contents-head .heading, ._bellnet .heading {
font-size: 4.8vw;
padding: 5vw 0 0;
}
._project .heading, ._bellnet .contents-head .heading, ._bellnet .heading {
font-size: 4.8vw;
padding: 5vw 0 0;
}
._project .twin__wrap.x1x1 {
  grid-template-columns: 1fr;
  gap: 3%;
}
.tile_list .tile_txt {
font-size: 4.5vw;
}
._project .inner {
max-width: 100%;
}
._project .triple__wrap {
grid-template-columns: 1fr;
        width: 90%;
        margin: 0 auto;
    }
._project .wrap__parts.bdrr {
border: none;
border-bottom: 1px solid #7A8C64;
}
.triple__wrap .wrap__parts {
width: 90%;
padding: 0 0 3vw;
margin: 3vw auto;
}
._bellnet .body_900 {
max-width: 100%;
}
._bellnet .button-item .Btn01._yakujibtn{
    font-size: 80%;
}

.clinic_banner::before {
height: 26vw;
}
.popular_list li a {
font-size: 4vw;
}
.instagram_list iframe {
  width: 90%;
  margin: 0 auto;
}



    
/* section */
._access .icon {
  max-width: 12%;
  margin: 1vw auto 3vw;
}
.access-list li {
  margin: 0 auto 3vw;
  }
._access p span {
font-size: 160%;
}
.map iframe {
height: 210px;
}
#contents_map .inner {
padding: 10vw 0;
}
#contents_map .map {
margin: 10vw auto auto;
}
.access-list ._txt {
  font-size: 3.8vw;
  width: 85%;
}
.access-list .time {
  font-size: 5vw;
  padding: 0 2px;
}

.access-list li {
  display: grid;
  grid-template-columns: 1fr;
}
.wrapbox01 {
display: grid;
 grid-template-columns: 1fr;
}
    
.fuwa_last .fuwa-txt::before {
width: 6vw;
height: 7vw;
top: 40%;
}

.twin__wrap.belltopi {
  grid-template-columns: 1fr;
    margin-bottom: 80px;
  }

 /* beauty */   
._beauty h3{
    font-size: 80%;
    letter-spacing: 0.2rem
    }  


  /* outline */ 
.wrapbox01 {
display: grid;
  grid-template-columns: 1fr;
}

    
._outline .copy {
	width: 100%;
}

._outline .copy .yazirusi {
    display: inline-block;
    width: 300px;
    position: relative;
    text-align: left;
    letter-spacing: 0.1em;
    padding-bottom: 8px;
    box-sizing: border-box;
}


._outline .copy .yazirusi .yazirusibtn::after {
  width: 200px;
}


._outline .copy p {
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	margin-bottom:20px;
}
._outline .copy_r {
    width: 100%;
}

    



}