@charset "UTF-8";

body {
    font-family: "A+EqpB-游ゴシック体 Pr6N M", "Yu Gothic", 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, verdana, sans-serif;
    background-color: #F9FAFB ！important;
}
html {
	 overflow: hidden;
   
    background-color: #F9FAFB ！important;
}



/*--ヘッダー部分のデザイン--*/
.top_header {
    display: flex;
    background-color: #F5F5F5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1000;
    white-space: nowrap;
    justify-content: space-between;
}
/*--LOGOの位置--*/
.logo {
    margin-left: 30px;
    margin-top: 28px;
}
.logo img{
    width: 150px;
}
/*--タブのデザイン--*/
.top_tab {
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.consultation-link,
 .member-link, 
 .aboutus-link,
 .service-link,
 .doctor_search-link,
 .lifeplan-link,
 .colum-link {
    text-decoration: none;
}
/*--タブの間隔とフォントサイズ--*/
.consultation>.consultation-link,
.member_login>.member-link,
.our_story>.aboutus-link,
.service>.service-link,
.product_search>.product_search-link,
.life_plan>.lifeplan-link,
.column>.colum-link {
    margin-left: 50px;
    font-size: 15px;
    font-weight: bold;
    color: #4D4D4D;
    transition: color 0.3s ease;
    text-decoration: none;
}
/*--タブ押すの色変え--*/
.consultation > .consultation-link:hover,
.member_login > .member-link:hover,
.our_story > .aboutus-link:hover,
.service > .service-link:hover,
.product_search > .product_search-link:hover,
.life_plan > .lifeplan-link:hover,
.column > .colum-link:hover {
    color:#FDB2B7
}

/* ドロップダウンのデザイン */
.member_login {
    position: relative;
}
/* ドロップダウンの大きさと配置 */
.dropdown_content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 110px;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: 50%; 
    transform: translateX(-50%); 
    margin-top: 10px; 
    margin-left: 25px;
}

.dropdown_content a {
    color: #4D4D4D;
    padding: 10px 10px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
}
.member_login_general {
    padding-bottom: 5px;
}
.member_login_doctor {
    padding-top: 5px;
}
.dropdown_content a:hover {
    color: #FDB2B7;
}

/* ドロップダウンの様式 */
.show {
    display: block;
}

/* アカウント */
.member-name {
    margin: 0;
    color: #4D4D4D;
    font-size:15px;
    font-weight: bold;
}
.account_button {
    display: flex;
    align-items: center;
    margin-left: 50px;
    padding-block: 0.5rem;
    padding-inline: 1rem;
    border-radius: 9999px;
    /* border-width: 1px;
    border-color: rgb(229, 233, 240); */
    border: 1px solid rgb(193, 193, 194);
    background: rgb(255, 255, 255);
    text-decoration: none;
    transition: 0.3s;
}
.account_button:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



/* -------------------------------------------------------------------- */


/*doctor search page*/
.doctorSearch_body {
    position: relative;
    top: 50px;
 
    display: flex;
    flex-direction: row-reverse; 
}

.doctorSearch_leftMargin,
.doctorSearch_rightMargin {
    width: 1%;
}


.doctorSearch_body_left {
    width: 50%;
    margin: 10px;
}

.doctorSearch_body_left_title {
    font-size: 1.25em;
    font-weight: 700;
}

.doctorSearch_doctor_profile {
    height: 400px;
    width: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.doctorSearch_img {
    width: 200px;
    height: 200px;
}

.doctorSearch_img img {
    /* border-radius: 50%; */
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    object-position: 50% 20%;
}



.doctorSearch_highlevel_4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.department_highlevel {
    font-weight: 600;
    background-color: #FFE6DC;
    border-radius: 10px;
    padding: 2px 5px;
}

.doctorSearch_body_right {
    width: 20%;
    position: fixed;
    left: 50px;
    top: 110px;
    z-index: 100;
}


.doctorSearch_searchFieldArea {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20%;
    width: 100%;

}


#doctorSearch_searchField {
    height: 30px;
    width: 400px;
    border-radius: 10px;
}

.search_img_icon {
    border: #FDB2B7 2px solid;
    background-color: #FDB2B7;
    border-radius: 10px;
}

.search_img_icon_field {
    display: flex;
    justify-content: center;
}

.doctorSearch_search {
    height: 30px;
    width: 30px;
    padding: 0;
}

.resultAlert {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
}

.doctorSearch_detail_search {
    background-color: #FFE6DC;
    padding: 10px;
    border-radius: 10px;
}

.doctorSearch_detail_search_title {
    font-size: 1.5em;
    font-weight: 1000;
    display: flex;
    justify-content: flex-start;
}

.detail_search_title_span {
    margin: 10px;
}


.department{
    margin-top: 50px;
    margin-bottom: 50px;
}
.symptoms,
.department,
.treatment {
    display: grid;
    justify-content: center;
    align-items: center;
}

#symptoms,
#department,
#treatment {
    width: 200px;
    height: 30px;
    border-radius: 20px;
}

.reservation_date {
    display: flex;
    justify-content: flex-start;
    padding: 20px 40px;
}

.access {
    padding: 20px 40px 0;
}

.access_search {
    /* display: flex;
    justify-content: flex-start; */
    padding: 20px 40px;
}

#reservation_date {
    margin-left: 20px;
}

#access_todofuken,
#access_shicyoukuson {
    margin: 5px;
}

.detail_search_button {
    display: flex;
    justify-content: center;
}

#detail_search_button {
    margin: 0;
    width: 200px;
    background-color: #FDB2B7;
    border: #FDB2B7;
    height: 30px;
    border-radius: 20px;
}

/*---------------------------------------------------*/

/*doctor detail page*/
.doctorDetail_body {

    display: flex;
    justify-content: flex-end;
  

}

.doctorDetail_leftMargin,
.doctorDetail_rightMargin {
    width: 10%;
}

.doctorDetail_body_main {
    display: flex;
    justify-content: center;
}

.doctorDetail_body_center {
    width: 90%;
}

/* .product_detail_body_title{
    position: relative;
    top: 100px;
} */
/* .doctorDetail_searchFieldArea{
    position: relative;
    top: 100px;
} */

.doctorDetail_searchFieldArea {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 20%;
    width: 100%;
    margin: 20px;

}

#doctorDetail_searchField {
    height: 30px;
    width: 400px;
}




.ResultView {
    display: flex;

}

.ResultView>div {
    width: 800px;
    height: 280px;

}

.RVbody {
    background-color: #FFE6DC;

    margin: 8px;
    padding: 10px;
    border-radius: 50px;
}

.RVtop {
    display: flex;
    align-items: center;
    font-size: 1.1em;
}

.RVdoctorImg {
    height: 100px;
    width: 100px;
    background-color: black;
    border-radius: 50%;
}

.RVclinicName {
    margin: 2px 20px 2px 10px;
}

.RVname {
    margin: 2px 20px 2px 10px;
}

.RVintroduceArea {
    height: 90px;
    width: 350px;
    /* background-color: green; */
    font-size: 0.8em;
    padding: 2px;
    margin: 5px;
    overflow-y: scroll;
}

.RVtreatment {
    margin: 5px;
    font-size: 1.1em;
}

.RVclinic_url {
    width: 50%;
    height: 150px;
    padding: 3px;
    /* background-color: aqua; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.RVclinic_url>img {
    border-radius: 20px;
}

.RVads {
    width: 50%;
    height: 150px;
    padding: 3px;
    /* background-color: rgb(66, 250, 91); */
}

.RVbottom {
    display: flex;
    justify-content: space-around;
}

.RVreservationButtonArea {
    display: flex;
    justify-content: center;
    height: 30px;
    align-items: center;
    margin-top: 5px;
}

.RVreservationButton,
.RVSaveButton {
    width: 150px;
    font-weight: 600;
    background-color: #FFE6DC;
    border-radius: 10px;
    padding: 2px 5px;
}

/*-----------------------------------------------------------------------*/
/* doctor_Reservation */

.doctorReservation_body {
    position: relative;
    top: 100px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;

}

.doctorReservation_leftMargin,
.doctorReservation_rightMargin {
    width: 10%;
}

.doctorReservation_center {
    width: 60%;
}

.doctorReservation_title_main {
    font-size: 1.5em;
}

.doctorReservation_middle {
    display: flex;
    justify-content: center;
    background-color: #DDDDDD;
}

.doctorReservation_navi {
    width: 750px;
    /* height: 50px; */
}

.doctorReservation_subtitle {
    margin: 10px 0 0 0;
    font-weight: 600;
    font-size: 1em;
}

.doctorReservation_navi_main {
    padding: 10px 0;
}

.svg_reservation,
.svg_request,
.svg_confirm {
    font-size: 1.2em;
}

.doctorReservation_navi_main_body {
    margin: 20px 0;
    display: flex;
    justify-content: center;

}

.doctorReservation_navi_main_body_title {
    font-size: 1.2em;
    font-weight: 800;
}

.doctorReservation_navi_main_body_main {
    background-color: #FEFEFE;
    width: 600px;
}

.doctorReservation_navi_main_body_main_p {
    padding: 5px;
}

.doctorReservation_navi_main_body_main_bottom {
    display: flex;
    justify-content: center;
}

.doctorReservation_navi_main_body_main_bottom_button {
    background-color: #ff99cc;
    padding: 8px 10px;
}

.hidden {
    visibility: hidden;
}

/*------calender-------------------------------------------*/
.calender_reservation {
    display: flex;
    justify-content: center;
}


.lastWeek {
    width: 60px;
    height: 40px;
    background-color: #CCCCCC;
    border: 1px black solid;
    display: flex;
    justify-content: center;
    align-items: center;

}

span.disablelastWeek,
span.disablenextWeek {
    color: white;
}

.lastWeek.disablelastWeek:hover,
.nextWeek.disablelastWeek:hover {
    width: 60px;
    height: 40px;
    background-color: #CCCCCC;
    border: 1px black solid;
    display: flex;
    justify-content: center;
    align-items: center;

}

.lastWeek:hover {
    width: 60px;
    height: 40px;
    background-color: #e7ff61;
    border: 1px black solid;
    display: flex;
    justify-content: center;
    align-items: center;

}

.nextWeek {
    width: 60px;
    height: 40px;
    background-color: #CCCCCC;
    border: 1px black solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nextWeek:hover {
    width: 60px;
    height: 40px;
    background-color: #e7ff61;
    border: 1px black solid;
    display: flex;
    justify-content: center;
    align-items: center;

}

table.reservationView {
    border-collapse: collapse
}

.reservationView {
    border: 1px black solid;
}

.reservationView th {
    border: 1px black solid;
}

.reservationView th .yearMonth {
    width: 80px;
}

.reservationView th[class^="day day"] {
    width: 60px;
}

.reservationView td {
    border: 1px black solid;
}

.reservationView td.time {
    display: flex;
    justify-content: center;
}

.reservationView td .date {
    display: flex;
    justify-content: center;
}

.date.circle {
    height: 20px;
    width: 20px;
    border: 2px solid black;
    border-radius: 50%;
}

.date.circle:hover {
    height: 20px;
    width: 20px;
    border: 2px solid #ff99cc;
    background-color: #ff99cc;
    border-radius: 50%;
}

.year {
    font-weight: initial
}

.month {
    font-size: 1.5em;
}

/*-----------------------------request--------------------------------------------------------- */

.doctorReservation_navi_main_body_request {
    display: flex;
    justify-content: center;
    /* width: 80%; */
    padding: 20px;
}



.Reservation_request_title1,
.Reservation_request_title2 {
    font-size: 1.2em;
    font-weight: 600;
}

.Reservation_request_title2_other_div {
    display: flex;
}

.Reservation_request_title2_other_textarea {
    width: 100%;
    height: 100px;
}

.Reservation_request_body_main_bottom {
    display: flex;
    justify-content: center;
    margin: 10px;
}

.Reservation_request_body_main_bottom_button {
    background-color: #ff99cc;
    padding: 8px 10px;
}

/* ----------confirm---------------------------------------------------- */
.doctorReservation_navi_main_body_confirm {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.Reservation_confirm {
    display: flex;
    justify-content: center;
    width: 90%;
}

.Reservation_confirm_content {
    width: 100%;
}

.content {
    font-weight: bolder;
}


.Reservation_confirm_content>.divpatient,
.Reservation_confirm_content>.divclinic,
.Reservation_confirm_content>.divrequest,
.Reservation_confirm_content>.divaddition,
.Reservation_confirm_content>.divdate,
.Reservation_confirm_content>.divcost {
    margin: 5px 5px 10px 5px;
}

.Reservation_confirm_content>.divbutton {
    margin-top: 30px;
}

.divbutton {
    display: flex;
    justify-content: center;
}

.divbutton button {
    background-color: #ff99cc;
    padding: 8px 10px;
}

.divpatientDiv,
.divclinicDiv,
.divrequestDiv,
.divdateDiv,
.divcostDiv {
    display: flex;
    justify-content: center;
}






.doctorDetail_searchFieldArea {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 20%;
    width: 100%;

}

#doctorDetail_searchField {
    height: 30px;
    width: 400px;
}

.resultArea {
    margin-top: 200px;
    width: 100%;  
    max-width: 950px;
    display: flex;
    justify-content: flex-start;  
    flex-wrap: wrap;
    gap: 30px;  
    overflow-x: visible; 
    overscroll-behavior: none; 
    overflow-y: auto;
    height: 500px;

}
  
  .ResultView {
    width: calc(33.333% - 20px);  
    box-sizing: border-box;
  }

.compo_body {
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    border-radius: 20px;

}


.RVdoctorImg {
    height: 100px;
    width: 100px;
    background-color: black;
    border-radius: 50%;
}

p{
    margin: 0;
}

.RVclinicName {
    margin: 2px 20px 2px 10px;
}

.RVname {
    margin: 2px 20px 2px 10px;
}

.RVintroduceArea {
    height: 90px;
    width: 350px;
    /* background-color: green; */
    font-size: 0.8em;
    padding: 2px;
    margin: 5px;
    overflow-y: scroll;
}

.RVtreatment {
    margin: 5px;
    font-size: 1.1em;
}

.RVclinic_url {
    width: 50%;
    height: 150px;
    padding: 3px;
    /* background-color: aqua; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.RVclinic_url>img {
    border-radius: 20px;
}

.RVads {
    width: 50%;
    height: 150px;
    padding: 3px;
    /* background-color: rgb(66, 250, 91); */
}



.RVreservationButtonArea {
    display: flex;
    justify-content: center;
    height: 30px;
    align-items: center;
    margin-top: 5px;
}

.RVreservationButton,
.RVSaveButton {
    width: 150px;
    font-weight: 600;
    background-color: #FDB2B7;
    border-radius: 10px;
    padding: 2px 5px;
    border: #FDB2B7;
    margin: 5px 10px;
}
.header-search-container{
    display: flex;
}

.product_detail_body_title{
white-space: nowrap;
font-size: 20px;
font-weight: bold;
position: fixed;
margin-top: 40px;

}
/*-----------------------------------------------------------------------*/
/* doctor_Reservation */

.doctorReservation_body {
    position: relative;
    top: 100px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;

}

.doctorReservation_leftMargin,
.doctorReservation_rightMargin {
    width: 10%;
}

.doctorReservation_center {
    width: 60%;
}

.doctorReservation_title_main {
    font-size: 1.5em;
}

.doctorReservation_middle {
    display: flex;
    justify-content: center;
    background-color: #DDDDDD;
}

.doctorReservation_navi {
    width: 750px;
    /* height: 50px; */
}

.doctorReservation_subtitle {
    margin: 10px 0 0 0;
    font-weight: 600;
    font-size: 1em;
}

.doctorReservation_navi_main {
    padding: 10px 0;
}

.svg_reservation,
.svg_request,
.svg_confirm {
    font-size: 1.2em;
}

.doctorReservation_navi_main_body {
    margin: 20px 0;
    display: flex;
    justify-content: center;

}

.doctorReservation_navi_main_body_title {
    font-size: 1.2em;
    font-weight: 800;
}

.doctorReservation_navi_main_body_main {
    background-color: #FEFEFE;
    width: 600px;
}

.doctorReservation_navi_main_body_main_p {
    padding: 5px;
}

.doctorReservation_navi_main_body_main_bottom {
    display: flex;
    justify-content: center;
}

.doctorReservation_navi_main_body_main_bottom_button {
    background-color: #ff99cc;
    padding: 8px 10px;
}

.hidden {
    visibility: hidden;
}

/*------calender-------------------------------------------*/


  
  .compo_img {
    flex: 1;
    position: relative;
    display: grid;
    place-items: center;
  }
  
  .compo_img img {
    width: 70%;
    height: 170px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
}
  
  
  .compo_price {

    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    border-radius: 15px;
    font-weight: bold;
  }
  
  .compo_content {
    margin-left: 40px;
    flex: 2;
    display: flex;
    flex-direction: column;
  }
  
  .compo_name {
    margin: 0 0 10px 0;
    font-size: 1.2em;
  }
  
  .RVcategory {
    color: #666;
    margin-bottom: 10px;
    font-size: 0.9em;
  }
  
  
  .goods_tag {
    background-color: #f0f0f0;
    margin-bottom: 5px;
    border-radius: 15px;
    font-size: 10px;
    margin-right: 5px;
  }
  .goods_tags {
  margin-right: 40px;
}

  .goods_description {
    font-size: 10px;

    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.4;
    max-height: 4.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  
  .RVdetailLink {
    margin-top: auto;
    align-self: flex-start;
  }
  
  .RVdetailButton {
    
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    background-color: #f0f0f0;
    color: #333;
    transition: background-color 0.3s;
  }
  
.access_group1and2 {
    right: 25px;
    top: 130px;
	z-index: 5;
	position: fixed;
    background-color: #F9FAFB;
}
.access_group1and2 > div {
    display: flex;
    justify-content: space-between;
    gap: 55px; 
}
  /* access tag group */

  .access_group1and2 img{
    width: 30px;
  }


  .access_tag1,
  .access_tag2{
  justify-content: space-between;
  display: flex;
  padding: 10px;
  margin-top: -11px;
}
.access_tag1 div{
    width: 200px;
}
.access_tag2 div{
    width: 200px;
}
.category1,.category2,.category3,.category4,.category5,.category6{
background: white;
position: relative;
display: flex;
justify-content: center;
align-items: center;
max-width: 130px;
padding: 10px 20px;
color: #4D4D4D;
transition: 0.3s ease-in-out;
font-weight: 600;
border: 1px solid #ddd;
overflow: hidden;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
max-width: 210px;
border-radius: 10px ; 
cursor: pointer;
}

.category1:hover,
.category2:hover,
.category3:hover,
.category4:hover,
.category5:hover,
.category6:hover{
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
.access_group1and2 img {
    width: 30px;
    left: 20px;
    position: absolute;
}

body {
    opacity: 0;
    animation: fadeIn 0.3s ease-in forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

