@charset "utf-8";

/* ----------------------------------------
    PC設定
---------------------------------------- */

@media screen and (min-width: 834px){

nav ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 50px 0 30px;エステあり*/
    padding: 30px 0;/*エステなし*/
    width: 95%;
    margin: 0 auto;
    max-width: 1560px;
}
nav ul li{
    margin: 0 0 0 0;
    font-size: 1.1rem;
    border-right: 1px solid #ff9966;
    /*width: 16.666%;エステ有り*/
    width: 20%;/*エステがない場合*/
    text-align: center;
}

nav ul li a{
    color: #4d4d4d;
}

nav ul li:nth-child(5){
    display: none;
}
nav ul li:last-child{
    border-right: none;
    position: relative;
}

nav ul li a:hover {
    transition: all .3s;
    color: #ff9966;
}

.navOrange {
    position: absolute;
    font-size: 0.9rem;
    background-color: #ff9966;
    color: #fff;
    border-radius: 13px;
    padding: 2px 15px;
    top: -30px;
    left: 18%;
}

@media screen and (min-width: 481px){
body {
	min-width: 481px;
}
header {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    position: relative;
}
ul.topheader{
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px 0 10px 0;
    
}

ul.topheader{
    display: flex;
    justify-content: flex-end;
}

.topheader li:first-child{
    width: 32%;
    max-width: 334px;
    margin-right: auto;
}

.topheader li:nth-child(2){
    width: 10%;
    margin-right: 2%;
}
.topheader li:nth-child(3){
    width: 22%;
}
.topheader li:nth-child(4){
    display: flex;
}
.topheader li:nth-child(4) div{
    max-width:120px;
}


.pcnone{
    display: none;
}

.spMainvisual{
    display: none;
}
.Tophead {
    position: relative;
    width: 100%;
    padding-bottom: 630px;
}
.TopheadImg {
    position: absolute;
    z-index: 100;
    background-image: url(../images/pc/TopheadImg.png);
    width: 100vw;
    height: 100%;
}
.Top_over1 {
    position: absolute;
    z-index: 1000;
    background-image: url(../images/pc/Tophead_over1.png);
    width: 100vw;
    height: 100%;
    background-size: cover;
    background-position: right center;
    opacity: 0.8;
}
.Top_over2 {
    position: absolute;
    z-index: 2000;
    width: 50%;
    left: 20%;
    top: 40px;
    max-width: 800px;
}

.Top_txt {
    position: absolute;
    z-index: 3000;
    width: 40%;
    bottom: 0;
    max-width: 625px;
    left: calc((((100vw - 90px) * 1.0) - 50vw) );
}

table.infotime{
    color: #fff;
    background: rgba(255,153,102,0.8);
    border: 1px solid #fff;
    border-collapse: collapse;
    text-align: center;
}
.Tophead table {
    position: absolute;
    z-index: 5000;
    width: 40%;
    bottom: 0;
    left: 0;
    max-width: 700px;
}

table.infotime th,table.infotime td{
    padding: 1.5% 0;
    border: 1px solid #fff;
    border-collapse: collapse;
    font-size: 1.2rem;
}
table.infotime th{
    font-weight: 500;
    width: 30%;
}

.tel_aw {
    font-size: 1.2rem;
}
.tel_aw::before{
  font-size: 1.2rem;
}
table.infotime th span{
  font-size: 0.9rem;
}

/*TOP採用情報*/

.recruit_wrap{
  background-color: #fff;
    width: 45%;
    margin: 0 auto;
    max-width: 1280px;
    border-radius: 10px;
    color: #4d4d4d;
    display: flex;
    justify-content: space-around;
    padding: .5rem 1rem;
    align-items: center;
}
.recImg_l,.recImg_r{
  width: 100px;
}
.rec_ctr{
  text-align: center;
    width: 65%;
    padding: 1rem 0;
}
ul.rec_info li{
  font-size: 1.2rem;
    line-height: 2;
}


/*TOP新着情報*/

ul.newinfoin{
    display: flex;
}
.newinfo_wrap{
    padding: 5rem 5%;
}
.newinfoto {
    font-size: 1.1rem;
}


.newinfottl{
    width:30%;
}
ol.newsttl li{
    border-bottom: solid 1px #999;
    font-size: 1.2rem;
    padding-bottom: 0.8rem;
    margin-bottom: 1.5rem;
}
dl.newnews{
    display: flex;
    flex-wrap: wrap;
}
dl.newnews dt{
    width: 25%;
}
dl.newnews dd{
    width: 75%;
}

dl.newnews dt,dl.newnews dd{
    border-bottom: solid 1px #999;
    font-size: 1.2rem;
    padding-bottom: 0.8rem;
    margin-bottom: 1.5rem;
}

.newinfotxt{
    width: 65%;
}

.moreLink{
    font-size: 1rem; 
}






/*TOP診察内容*/
.medical{
    margin-bottom: 60px;
}

.medical_wrap ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.medical_wrap ul li{
    width: 32%;
    margin-bottom: 10px;
    margin-right: 1%;
}

section.medical{
    padding: 50px 0 80px;
}
.medical_wrap ul li{
    font-size: 1.2rem;
}
.medical_wrap h2{
    font-size: 2.0rem;
    margin-bottom: 40px;
}
.medical_wrap h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}
.med_tenteki{
    display: flex;
}
.med_ten_txt{
    width: 75%;
    margin-right: 2%;
}
.med_tenteki figure{
    max-width: 240px;
}
.top_po_tenteki {
    width: 50%;
    color: #fff;
}
.top_po_tenteki::after{
  color:#fff;
}


/*３ポイント特徴*/

.point_wrap{
    display: flex;
    justify-content:space-between;
    max-width: 1280px;
}
.point_wrap ul{
    width: 30%;
}
.point_wrap ul li:first-child{
    font-size: 1.2rem;
    margin-bottom: 2rem;
}
.point_wrap ul li:nth-child(2){
    padding: 3rem 0;
}
.point_wrap ul li:nth-child(2) img{
    width: 20%;
    margin: 0 auto 2rem;
}
.point_wrap ul li:nth-child(3),.point_wrap ul li:nth-child(5){
    margin-top: 2rem;
    font-size: 1.0rem;
    margin-bottom: 2rem;
}
.po_time{
    font-size: 1.2rem;
}
.point {
    padding-top: 6rem;
}
.point_wrap ul li:nth-child(2) span{
    font-size: 1.4rem;
}

/*フッター*/

.footwrap{
    display: flex;
    width: 95%;
    max-width: 1280px;
}
.foot_left div.logo{
    width: 70%;
    /* max-width: 334px; */
    margin-bottom: 2rem;
}
.footin2{
    display: flex;
}
.foot_left,.foot_right{
    width: 49%;
}

.footin_left{
    margin-bottom: 2rem;
    width: 50%;
}
.footin2 ul{
    margin-left: 2rem;
}
ul.footnav li{
    width: 49%;
    margin-bottom: 0.7rem;
    font-size: 0.9rem;
}
ul.footnav li::before{
  margin-right: 2%;
}
.footwrap{
    margin:2rem auto;
}
.copyright{
    background-color: #60b83f;
}


/*下層ページ*/


.abouthead,.medicalhead,.cavihead,.driphead,.newshead,.hadamihead {
    background-size: cover;
}
section.subabout{
    background-position: center -80px;
}


.sub_ttl {
    height: 200px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    position: relative;
}
.sub_ttl ul li{
    font-size: 1.6rem;
}
.sub_ttl ul li h2{
    font-size: 1.8rem;
}
.sub_ttl ul{
    left: 5%;
    top:50px;
}
.aboutlogo {
    width: 45%;
    padding: 10rem 0 0;
    margin: 0 auto;
}
.abouttxt{
    width: 50%;
    margin: 5rem auto 3rem;
}
.contentswrap{
    max-width: 1280px;
}

/*aboutの下層ページ*/

section.about {
    background-size: 100%;
}
.doc_wrap {
    display: flex;
    margin-top: 5rem;
}
.doc_img {
    width: 30%;
}
ul.doc_txt {
    margin-right: 10rem;
}
/*aboutのlightbox*/


.aboutlb ul{
  padding: 15px 15px 0px 15px;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    border-radius: 5px;
}

.aboutlb ul li{
  margin-bottom: 5px;
    width: 33%;
    box-sizing: border-box;
}
.aboutlb ul li h5, .page_in ul li h5 {
    height: 30px;
    font-size: 1.1em;
    line-height: 2.2;
}









.halfwrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.halfwrap dl{
    margin-right: 2%;
}
.halfwrap h4,.halfwrap dl{
    width: 49%
}

h2.contentsttl {
  font-size: 1.5rem;
}

/*下層　診察内容*/
.submedical_wrap ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.submedical_wrap ul li{
    width: 32%;
    margin-bottom: 10px;
    margin-right: 1%;
}
.submedical_wrap{
    width: 80%;
    margin-bottom: 3rem;
}

#mainContent section{
    padding: 5rem 0;
}

.subabout{
    padding:0!important;
}

.submedical_wrap ul li{
    font-size: 1.2rem;
}
.submedical_wrap h2{
    font-size: 2.0rem;
    margin-bottom: 40px;
}
.submedical_wrap h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}
/*下層　点滴メニュー*/

td.sold{
    background-size: 285px;
    background-position: center;
}


.con1drip li:first-child,.con2drip li:last-child{
    font-size: 1.1rem;
}
.con2drip li:first-child,.con1drip li:last-child{
    width: 40%;
    max-width: 240px;
}
.con1drip li:first-child,.con2drip li:first-child{
    margin-right: 5rem;
}
span.orange{
    font-size: 1.2rem;
    line-height: 3;
}
.con1drip{
    justify-content:space-between;
    margin-bottom: 1rem;
}

table.drip{
    width: 90%;
}
table.drip td:first-child{
    padding: 1rem 2rem;
}

/*.driptxt{
    padding-left: 2rem;
}*/
table.drip th:nth-child(2),table.drip th:nth-child(3){
    width: 15%;
}
.dripttl {
    padding: 0.2rem 1% 0.2rem 1%;
}
.subdrip h4 {
    width: 87%;
    padding: .5rem 0 .5rem 2rem;
}
span.taxin{
    font-size: .8rem;
}
/*点滴メニューの新しい調整*/
.newMenu {
    left: 90px;
}
.newMenu_option {
    margin-top: 1.2rem;
}




/*下層お問い合わせ*/
ul.conLinettl {
    margin: 0 auto 6rem;
    width: 85%;
}


ul.conLinettl li {
    margin-bottom: 2rem;
}
ul.conLinettl li:nth-child(2) {
    font-size: 1.0rem;
}
ul.conLinettl li {
    margin-bottom: 2rem;
}
.contact_wrap h2 {
    font-size: 1.6rem;
    letter-spacing: 10px;
    width: 60%;
    margin: 0 auto 15px;
    padding: 10px 0;
}
ul.conLinettl li img {
    width: 20%;
}
ul.conLinettl li:first-child {
    font-size: 1.4rem;
    font-weight: 700;
}

ul.conLinettl li:nth-child(2) {
    font-size: 1.0rem;
}



.entry-tbl dl {
    width: 90%;
    margin: 0 auto;
    max-width: 860px;
}

.entry-tbl dl dt {
    width: 80%;
    margin: 0 auto 1rem;
}
.entry-tbl dl dd {
    width: 80%;
    margin: 0 auto 2rem;
}

.txt_spc {
  width: 100%;
}
.txt_are {
  width: 100%;
}


textarea.txt_are {
    width: 100%;
    height: 300px;
}


/*キャビゼロ*/
.col1cavi{
    column-gap: 30px;
    justify-content: space-between;
    margin-bottom: 4rem 
}
ul.col1cavi li {
    width: 50%;
    font-size: 1rem;
    line-height: 1.8;
}
.reverse {
    flex-direction: row-reverse;
}
.col1cavi span{
    font-size: 1.2rem;
    line-height: 3;
}
.subcavi h3{
    font-size: 1.8rem;
    margin:4rem 0;
}

ul.col2cavi li{
    width: 25%;
    font-size: 1.4rem;
        padding: 1rem 2rem;
}
.subcavi h4 {
    font-size: 1.8rem;
    line-height: 2;
    margin: 2rem 0 3rem;
}
ul.col2cavi{
    margin: 2rem 0 4rem;
}
.subcavi figure{
    width: 75%;
    margin:0 auto 4rem;
}


/*投稿ページ*/
.article_wrap{
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
}
.single_left{
    width: 80%;
}
.sidebar{
    width: 20%;
}
.single_content {
    margin-bottom: 15rem;
}
.newshead {
    background-size: cover;
    background-position: center bottom;
}

/*エステ*/

.hada_img {
    width: 90%;
    margin: 0 auto;
    max-width: 960px;
}
.hadami h4 {
    margin: 0 0 4rem;
}
.hadamilogo {
    font-size: 2.6rem;
}
.hadaminame {
    font-size: 3rem;
    margin: 3rem 0 5rem;
}
.hadami h4 img{
    width: 20%;
}
.hadami h3{
    margin: 1rem auto 5rem;
    line-height: 2.2;
    font-size: 1.1rem;
}
.hadattl {
    font-size: 1.8rem;
}
.salonMenuBox{
    width: 60%;
    padding:2rem 10% 3rem;
    max-width: 960px;
}
.salon_menuttl{
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
.salon_menuttl span{
    margin-left: 3rem;
}
.salonMenuBox ul li:not(:last-child):after{
  font-size: 2em;/*アイコンサイズ*/
  padding: 0.3em;/*余白*/
}
.salonMenuBox ul li{
    font-size: 1.0rem;
}
.salonMenu h2{
    font-size: 1.8rem;
}
.menutxt_select{
    font-size: 1rem;
    }
.menutxt_select span{
    font-size: 1.2rem;
}
.menutxt_select{
    padding: 1rem 1.5rem;
    }
.salonMenuBox ol li {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 2rem;
}
.salonMenu_txt2:after{
  font-family: 'FontAwesome';
  content: '\f06a';
  color: #e93030;/*色*/
  font-weight: 900;
  margin-left: 1rem;
  font-size: 1.6rem;
}
.salonMenu_txt2:before{
  font-family: 'FontAwesome';
  content: '\f06a';
  color: #e93030;/*色*/
  font-weight: 900;
  margin-right: 1rem;
  font-size: 1.6rem;
}
dl.Itemarea{
    display: flex;
        align-items: center;
}
dl.Itemarea{
    display: flex;
    align-items: center;
}
dl.Itemarea dt{
    width: 25%;
    margin-right: 1%;
}
dl.Itemarea dd{
    width: 74%;
    font-size: 0.9rem;
    line-height: 1.8;
    align-items: center;
    max-width: 820px;
}
.mb4r{
    margin-bottom: 4rem;
}
.salonMenu3_txt{
    margin: 1rem auto 3rem;
    font-size: 1.15rem;
}
.eletxt {
    margin: 1rem auto 3rem;
    font-size: 1.15rem;
    max-width: 690px;
}
.max690{
    max-width: 690px;
}
.reslineimg {
    width: 20%;
    margin: 2rem auto 0;
}
.hadami h5 {
    font-size: 1.2rem;
    text-align: center;
    line-height: 2.2;
    color: #666;
    margin-bottom: 2rem;
}
.hadaminame {
    position: relative;
    padding: 1.5rem;
    text-align: center;
    letter-spacing: 0.4rem;
    font-weight: 600;
    color: #5d8eea;
}



/*エステバナー*/
.esbnr_txt{
    text-align: center;
    padding:1.5rem 0;
}
.bg-obj-2 {
    position: relative;
    padding:2rem 0;
}
.bg-obj-2::after {
    content: "";
    background-color: rgba(255,153,102,0.25);
    width: 100%;
    height: 70%;
    position: absolute;
    top: 10%;
    left: 0;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
    z-index: -2;
}

.rows-2{
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 0;
    overflow: hidden;
}
.va-m{
    width: 49.99%;
}
.container-lg {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
/*    padding-right: 20px;
    padding-left: 20px;*/
}
.esbnr_txt h2{
    font-size: 2.6rem;
}
.esbnr_txt h4{
    letter-spacing: 0.8em;
}
.esbnr_txt1{
    font-size: 1rem;
}
.po_esbnr  {
    font-size: 1.0rem;
    width: 75%;
}

.toline_hadami img{
  max-width: 700px;
}

.es_acce ul li:first-child{
    margin: 1rem auto 3rem;
    line-height: 1.8;
    font-size: 1.0rem;
    text-align: center;
}


.es_acce ul li:last-child{
    text-align: center;
}

.es_acce ul li:last-child video{
  width:450px;
}
.aclink_wrap{
    margin-bottom: 5rem;
}

/*診察内容に検査を追加*/

.medi_sgl {
    width: 32%;
    margin: 0 auto 10px;
    font-size: 1.2rem;
}
.medi_sgl_txt{
  text-align: center;
}

.medi_sgl_gr{
    width: 32%;
    margin: 0 auto 10px;
    font-size: 1.2rem;
}

/*20240402 アクセス動画追加*/

section.topaccess {
    max-width: 1280px;
}








}