@charset "UTF-8";
/* CSS Document */
/*---------------------------
SP/PC共通
---------------------------*/
main {
  color: #333;
}
.text-center{
  text-align:center;
}
/*スライドトグル*/
.read {
  position: relative;
  margin-top: 40px;
}
.read-btn {
  text-align: center;
  width: 100%;
  max-width: 300px;
  padding: 10px;
  color: #ab9e97;
  background-color: ＃fff;
  border-radius: 5px;
  position: absolute;
  bottom: -2em;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all .3s;
  z-index: 1;
  cursor: pointer;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.read-btn::before {
  content: ' 続きを読む';
}
.read__content {
  height: 80px;
  overflow: hidden;
  position: relative;
}
.read__content::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
/* クリック後のcss*/
.read-btn.open {
  bottom: -30px;
  /* background-color: #ccc; */
}
.read-btn.open::before {
  content: ' 閉じる';
}
.read__content.open {
  height: auto;
  padding-bottom: 20px;
}
.read__content.open::before {
  content: none;
}


/*---------------------------
PC
---------------------------*/
@media print, screen and (min-width: 761px) {
  .nav_clinic {
    width: 1200px;
    margin: 0 auto;
  }
  .nav_clinic_list {
    display: flex;
    flex-flow: wrap;
    /* gap:10px 20px; */
    margin: 0 0 40px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .nav_clinic_list li {
    width: calc(100% / 4);
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 50px;
    font-size: 18px;
    background: #f68c8f;
    color: #fff;
    letter-spacing: 4px;
  }
  .nav_clinic_list li a {
    background: #fff;
    display: block;
    color: #333;
    position: relative;
  }
  a span.fa-angle-right {
    right: 15px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    font-size: 20px;
    color: #ccc;
  }
.nav_menu_ttl{
  text-align:center;
  /* font-weight: bold; */
  margin-bottom: 1em;
  color: #333;
  font-size: 16px;
}
  
  .nav_menu_list {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
    margin-bottom: 40px;
    justify-content: center;
  }

  .menu_item{
    font-size: 20px;
    color: #fff;
    border-radius: 20px;
    padding: 0.5em 1em;
    background: #c49192;
  }
  .menu_item input:checked + span {
    color: #FFF;
    background: #f68c8e;
  }
  .monitor_mv {
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 33vw;
    position: relative;
    justify-content: center;
    /* margin-bottom:30px; */
  }
  .ginza-monitor .monitor_mv {
    background-image: url(../images/monitor2025/monitor_ginza_top.jpg);
  }
  .shinjuku-monitor .monitor_mv {
    background-image: url(../images/monitor2025/monitor_shinjuku_top.jpg);
  }
  .ikebukuro-monitor .monitor_mv {
    background-image: url(../images/monitor2025/monitor_ikebukuro_top.jpg);
  }
  .nagoya-monitor .monitor_mv {
    background-image: url(../images/monitor2025/monitor_nagoya_top.jpg);
  }
  .osaka-monitor .monitor_mv {
    background-image: url(../images/monitor2025/monitor_osaka_top.jpg);
  }
  .sendai-monitor .monitor_mv {
    background-image: url(../images/monitor2025/monitor_sendai_top.jpg);
  }
  .yokohama-monitor .monitor_mv {
    background-image: url(../images/monitor2025/monitor_yokohama_top.jpg);
  }
  .fukuoka-monitor .monitor_mv {
    background-image: url(../images/monitor2025/monitor_fukuoka_top.jpg);
  }
  .lead-text {
    background: #c39192;
    color: #fff;
    margin-bottom: 30px;
    padding: 20px 0;
    font-size: 18px;
    text-align: center;
  }
    .lead-text  a{
      display:inline-block;
      background:#fff;
      color: #e9676a;
      padding: 0.1em 0.5em;
      border-radius:5px;
      /* font-size:90%; */
      margin-top: 20px;
    }
  .monitor_mv > .auto {
    height: 33vw;
  }
  .monitor-page-ttl {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .monitor_conts {
    background: #f3ecec;
    padding-bottom: 100px;
  }
  .monitor_cat{
    /* padding-bottom:40px; */
  }
  .monitor_cat_ttl {
    padding: 20px;
    font-size: 24px;
    background: #ab9d97;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
    letter-spacing: 0.2em;
  }
  .monitor_item {
    padding: 40px;
    width: 1100px;
    margin: 0 auto 100px;
    /* border-radius: 10px; */
    background: #fff;
    position: relative;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .monitor_cat:last-child .monitor_item:last-child {
    margin-bottom: 0;
  }
  .monitor_item.new::Before {
    content: "New!";
    font-family: "WindSong", cursive;
    font-weight: 500;
    font-style: normal;
    font-size: 68px;
    color: #f69797;
    position: absolute;
    top: -20px;
    right: -20px;
    transform: rotateZ(14deg);
    text-shadow: 2px 2px 3px rgb(204 204 204 / 50%);
  }
  .monitor_item_new {
    font-family: "WindSong", cursive;
    font-weight: 500;
    font-style: normal;
    font-size: 70px;
    color: #ff7575;
    position: absolute;
    top: -55px;
    left: -30px;
    transform: rotateZ(350deg);
  }
 .monitor_item .set_list{
      flex-flow: wrap;
      display:flex;
      background: #f9f6f6;
      padding: 10px 20px;
      width:100%;
      margin-bottom:20px;
      gap: 1em;
    }
 .monitor_item .set_list .set_ttl{
        text-align: center;
        color: #df8789;
        font-weight: bold;
        font-size: 1.2rem;
        border-bottom: 1px dotted #849b9b;
        margin-bottom: 1em;
        padding-bottom: 0.5em;
        width: 100%;
      }
 .monitor_item .set_list .set_item{
        margin-bottom:0.25em;
        /* width: 50%; */
      }
  

  
  .monitor_item_ttl {
    font-size: 44px;
    /* font-weight: bold; */
    /* color: #9f7c7c; */
    display: flex;
    flex-flow: wrap;
    /* line-height: 1; */
    color: #c49192;
    margin-bottom: 20px;
    letter-spacing: 1px;
    margin: 0 auto 20px;
    text-align: center;
    align-items: baseline;
    justify-content: center;
  }
  .monitor_item_ttl span {
    font-size: 26px;
    letter-spacing: 0;
    display: block;
  }
  .monitor_item_type {
    background: #C58181;
    color: #fff;
    padding: 0.25em 0.5em;
    margin-right: 0.5em;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.5em;
    float: left;
  }
  .monitor_item_lead {
    font-size: 16px;
    line-height: 1.6;
    /* font-weight: bold; */
    /* color: #c58181; */
    margin: 0 0 10px;
    margin: 0 auto 10px;
  }
  .monitor_price_wrap {
    display: flex;
    justify-content: center;
    font-size: 20px;
    border: #c49192 2px solid;
    /* margin-bottom: 10px; */
    flex-flow: wrap;
    width: 100%;
    flex-direction: column;
  }
  .monitor_price_wrap:last-of-type {
    margin-bottom: 10px;
  }
  .monitor_price_text {
    width: 100%;
    text-align: center;
    font-size: 80%;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background: #c49192;
    padding: 0.25em 1em;
    margin-bottom: 5px;
    justify-content: center;
    letter-spacing: 1px;
  }

  .monitor_price_text  a{
    border-bottom:1px dotted #fff;
    padding-bottom:0.1em
  }
  
  .monitor_price {
    margin: 0.25em;
    /* width: 100%; */
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  .monitor_price span.bold {
    font-size: 30px;
    color: #e9676a;
    margin-left: 0.25em;
  }
  .monitor_price_tax {
    margin-left: 0.5em
  }
  .monitor_price_compact {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .monitor_price_compact .monitor_price_wrap {
    width: calc((100% - 20px) / 2);
    margin-bottom: 10px;
  }
  .monitor_price_compact .monitor_price_wrap:nth-of-type(2n) {
    /* border-left: none; */
  }
  .monitor_price_compact .monitor_price {
    font-size: 80%;
    margin: 0;
  }
  .monitor_price_compact .monitor_price_text {
    padding: 0.25em 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    line-height: 1.2;
  }
  .monitor_option {
    font-size: 14px;
    /* text-align: center; */
    /* margin-bottom: 40px; */
  }
  .monitor_dr {
    margin: 0 auto;
    /* width: 100%; */
    display: flex;
    background: #eee;
    padding: 10px 20px;
  }
  .monitor_dr dt {
    /* background:#ccc; */
    text-align: center;
  }
  .monitor_dr dt::after {
    content: "：";
  }
  .monitor_dr dd {
    /* padding:0.5em 0; */
  }
  .monitor_item_textgroup {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    position: relative;
    align-items: baseline;
    margin: 0 auto 20px;
  }
    .monitor_item_textgroup::before{
  content: "  MONITOR";
  background: #df8789;
  padding:0.25em 2em;
  color:#fff;
  letter-spacing:2px;
  border-radius:50px;
  margin-bottom: 15px;
  box-shadow: 5px 5px 0 rgb(152 152 152 / 16%);
  margin: 0 auto 20px;
}  
  .monitor_item .monitor_item_bnr {
    width: 40%;
    float: left;
    box-shadow: 10px 10px 0 rgb(152 152 152 / 16%);
    display: flex;
  }
  .btn_group {
    display: flex;
    gap: 0 20px;
    justify-content: center;
    font-size: 18px;
    width: 100%;
    clear: both;
    margin: 40px 0 0;
    flex-flow: wrap;
    padding: 0 0 40px;
    /* background: #ececec; */
  }
  .btn_group_ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 22px;
  }
  .btn_group li {
    width: calc((100% - 60px) / 3);
    display: flex;
    align-items: stretch;
    align-content: center;
  }
  .btn_group li a {
    display: flex;
    color: #fff;
    text-align: center;
    padding: 0.5em;
    position: relative;
    letter-spacing: 1px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
    line-height: 1.2;
    border-radius: 5px;
  }
  .btn_group li a .fa-angle-right {
    color: #fff;
  }
  .btn_group li a .subtext {
    display: flex;
    flex-direction: column;
    font-size: 14px;
  }
  .reserve_line a {
    background: #57bc6a;
  }
  .reserve_web a {
    background: #e89192;
  }
  .link_detail a {
    background: #999;
  }
  .monitor_case_wrap {
    margin: 0;
    padding: 40px;
    border: 6px solid #f4f3f0;
    /* border-radius: 10px; */
    width: 100%;
  }
  .monitor_case {
    position: relative;
    margin-bottom: 40px;
  }
  .monitor_case .swiper-button-next {
    right: -30px;
    filter: grayscale(100%);
  }
  .monitor_case .swiper-button-prev {
    left: -30px;
    filter: grayscale(100%);
  }
  .monitor_case .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -20px;
  }
  .monitor_case_wrap .swiper-pagination-bullet-active {
    opacity: 1;
    background: #D89D9D;
  }
  .monitor_case_wrap .slick-slide {
    margin: 0 10px;
  }
  .monitor_case_wrap .slick-track {
    margin: 0 auto;
  }
  .case_risk {
    line-height: 1.8;
    margin-bottom: 1em
  }
  .case_risk:only-of-type, .case_risk:last-of-type {
    margin-bottom: 0;
  }
.monicam-link{
  background: #ecf2f3;
  padding: 40px 0;
}
.monicam-link p{
  text-align:center;
  font-weight:bold;
  font-size:20px;
  margin-bottom:1rem;
}
.monicam-link a{
  width: 60%;
  background:#fff;
  padding: 20px;
  display: block;
  border: 4px solid #7dc2be;
  margin: 0 auto;
}

}
/*---------------------------
SP
---------------------------*/
@media screen and (max-width: 760px) {
  .monitor_mv {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vw;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  .ginza-monitor .monitor_mv {
    background-image: url(../images/monitor2025/monitor_ginza_top_s.jpg);
  }
  .shinjuku-monitor .monitor_mv {
    background-image: url(../images/monitor2025/monitor_shinjuku_top_s.jpg);
  }
  .ikebukuro-monitor .monitor_mv {
    background-image: url(../images/monitor2025/monitor_ikebukuro_top_s.jpg);
  }
  .nagoya-monitor .monitor_mv {
    background-image: url(../images/monitor2025/monitor_nagoya_top_s.jpg);
  }
  .osaka-monitor .monitor_mv {
    background-image: url(../images/monitor2025/monitor_osaka_top_s.jpg);
  }
  .sendai-monitor .monitor_mv {
    background-image: url(../images/monitor2025/monitor_sendai_top_s.jpg);
  }
  .yokohama-monitor .monitor_mv {
    background-image: url(../images/monitor2025/monitor_yokohama_top_s.jpg);
  }
  .fukuoka-monitor .monitor_mv {
    background-image: url(../images/monitor2025/monitor_fukuoka_top_s.jpg);
  }
  .lead-text {
    background: #c39192;
    color: #fff;
    padding: 20px;
    font-size: 14px;
  }
    .lead-text  a{
      display:block;
      background:#fff;
      color: #e9676a;
      padding: 0.5em;
      border-radius:5px;
      font-weight:bold;
      margin-top: 20px;
      text-align:center;
    }

  
  .monitor-page-ttl {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .nav_clinic_list {
    display: flex;
    flex-flow: wrap;
    /* gap:10px 20px; */
    margin: 0 0 30px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .nav_clinic_list li {
    width: calc(100% / 4);
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 44px;
    font-size: 14px;
    background: #f68c8f;
    color: #fff;
    letter-spacing: 2px;
  }
    .nav_menu_ttl {
        text-align: center;
        font-weight: bold;
        margin-bottom: 1em;
        color: #333;
        font-size: 14px;
    }
  
  .nav_menu_list {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    margin-bottom: 30px;
    justify-content: center;
  }
  .nav_clinic_list li a {
    background: #fff;
    display: block;
    color: #333;
    position: relative;
  }
  .nav_clinic_list a span.fa-angle-right {
    right: 2px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    font-size: 20px;
    color: #ccc;
  }
  .nav_menu_list li {
    /* margin-bottom: 20px; */
  }
  .menu_item input {
    display: none; /* デフォルトのinputは非表示にする */
  }
  .menu_item{
    font-size: 15px;
    color: #fff;
    border-radius: 100px;
    padding: 0.5em 1em;
    background: #c49192;
    display: block;
  }
  .menu_item input:checked + span {
    color: #FFF;
    background: #f68c8e;
  }
  .monitor_conts {
    background: #f3ecec;
  }
    .monitor_cat {
       padding-bottom: 40px; 
    }
  
  .monitor_cat_ttl {
    padding: 15px;
    font-size: 28px;
    background: #ab9d97;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    letter-spacing: 0.2em;
  }
  .monitor_item {
    width: calc(100% - 40px);
    margin: 0 auto 40px;
    padding: 20px 20px 40px 20px;
    background: #fff;
    position: relative;
  }
 .monitor_item:last-of-type{
   margin-bottom:0
 }
  
  .monitor_item.new {
    /* border: 4px solid #f2b3b3; */
  }
  .monitor_item.new::Before {
    content: "New!";
    font-family: "WindSong", cursive;
    font-weight: 500;
    font-style: normal;
    font-size: 58px;
    color: #f69797;
    position: absolute;
    top: -40px;
    left: -15px;
    transform: rotateZ(350deg);
    text-shadow: 2px 2px 3px rgb(204 204 204 / 50%);
  }
  .monitor_item_type {
    background: #C58181;
    color: #fff;
    padding: 0.25em 0.5em;
    margin-right: 0.5em;
    font-weight: normal;
    font-size: 14px;
    display: block;
    vertical-align: middle;
    margin-bottom: 0.5em;
    width: 6em;
    text-align: center;
    margin: 0 auto 10px;
    letter-spacing: 0.2rem;
  }
  .monitor_item_ttl {
    font-size: 6.8vw;
    color: #c49192;
    /* vertical-align: middle; */
    line-height: 1.2;
    text-align: center;
    margin: 0 auto 20px;
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    align-items: baseline;
    justify-content: center;
  }
  .monitor_item_ttl span {
    /* display: block; */
    font-size: 70%;
  }
  .monitor_item .set_list{
      display:flex;
      flex-direction:column;
      background:#f9f6f6;
      padding: 10px 20px;
      width:100%;
      margin-bottom:20px
    }
  .monitor_item .set_list .set_ttl{
        text-align: center;
        color: #df8789;
        font-weight: bold;
        font-size: 1.2rem;
        border-bottom: 1px dotted #849b9b;
        margin-bottom: 1em;
        padding-bottom: 0.5em;
      }
  .monitor_item .set_list .set_item{
        margin-bottom:0.25em
      }
  
  
  .monitor_price_compact {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .monitor_price_compact .monitor_price_wrap {}
  .monitor_item_lead {
    font-size: 3.4vw;
    line-height: 1.6;
    margin: 0 0 0.5em;
    /* font-weight:bold; */
    /* color:#c58181; */
    text-align: center;
  }
  .monitor_price_wrap {
    display: flex;
    justify-content: center;
    font-size: 16px;
    border: #c49192 2px solid;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .monitor_price_compact .monitor_price_wrap {
    width: calc(100% / 2);
    justify-content: flex-start;
  }
  .monitor_price_compact .monitor_price_wrap:nth-of-type(2n) {
    border-left: none;
  }
  .monitor_price_text {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background: #c49192;
    padding: 0.25em 0.5em;
    text-align: center;
  }
  .monitor_price_text  a{
    border-bottom:1px dotted #fff;
    padding-bottom:0.1em
  }
  
  
  .monitor_price_compact .monitor_price_wrap .monitor_price_text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    line-height: 1.2
  }
  .monitor_price {
    font-size: 16px;
    align-items: baseline;
    text-align: center;
    line-height: 1.3;
    padding: 5px 10px;
  }
  .monitor_price span.bold {
    font-size: 28px;
    color: #e9676a;
    margin-left: 0.25em;
  }
  .monitor_price_tax {
    display: block;
    font-size: 14px;
  }
  .monitor_option {
    margin: 1em 0;
    text-align: center;
  }
  .monitor_dr {
    margin: 1em 0;
    font-size: 16px;
  }
  .monitor_dr dt {
    background: #eee;
    text-align: center;
    padding: 0.25em 0.5em;
  }
  .monitor_dr dd {
    padding: 0.5em 0;
    text-align: center;
  }
  .monitor_item_textgroup {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .monitor_item_textgroup::before{
  content: "MONITOR";
  background: #df8789;
  padding:0.25em 2em;
  color:#fff;
  letter-spacing:2px;
  border-radius:50px;
  margin-bottom: 15px;
  box-shadow: 5px 5px 0 rgb(152 152 152 / 16%);
}  
  .monitor_item .monitor_item_bnr {
    width: 100%;
    margin: 0 auto 20px;
  }
  .btn_group {
    display: flex;
    gap: 0 20px;
    justify-content: space-between;
    font-size: 18px;
    width: 100%;
    flex-direction: column;
    margin-bottom: 0px;
  }
  .btn_group_ttl {
    text-align: center;
    width: 100%;
    margin-bottom: 0.5em;
  }
  .btn_group li {
    width: 100%;
    display: flex;
    align-content: center;
    margin-bottom: 20px;
    flex-direction: column;
    align-content: center;
    font-size: 16px;
  }
  .btn_group li a {
    color: #fff;
    text-align: center;
    padding: 0.5em;
    position: relative;
    letter-spacing: 1px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
    line-height: 1.2;
    display: flex;
    border-radius: 5px;
  }
  .btn_group li a .fa-angle-right {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%) ;
  }
  .btn_group li a .subtext {
    display: flex;
    flex-direction: column;
    font-size: 14px;
  }
  .reserve_line a {
    background: #57bc6a;
  }
  .reserve_web a {
    background: #e89192;
  }
  .link_detail a {
    background: #888888;
    min-height: calc(1.8em + 14px + 0.5em);
  }
  .monitor_case {
    clear: both;
    position: relative;
    margin-bottom: 40px;
    /* width: 85%; */
    margin: 0;
  }
  .monitor_case .swiper-button-next {
    right: -40px;
    filter: grayscale(100%);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    transform: translateY(-50%) translateX(-50%);
    margin: 0;
  }
  .monitor_case .swiper-button-prev {
    left: -19px;
    filter: grayscale(100%);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    transform: translateY(-50%) translateX(-50%);
    margin: 0;
  }
  .monitor_case .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -20px;
  }
  .monitor_case_wrap .swiper-pagination-bullet-active {
    opacity: 1;
    background: #D89D9D;
  }
  .case_risk {
    line-height: 1.8;
  }

.monicam-link{
  background: #ecf2f3;
  padding:20px 0
  
}
.monicam-link p{
  text-align:center;
  font-weight:bold;
  font-size:16px;
  margin-bottom:1rem;
}
.monicam-link a{
  width: 90%;
  background:#fff;
  padding: 10px;
  display: block;
  border: 4px solid #e6a3ab;
  margin: 0 auto;
}


}