@charset "UTF-8";

.demo img{
	width:100%;
}

*{
	margin:0;
	padding:0;
	}

html{
	margin:0;
	padding:0;
	}
body{
	margin:0;
	padding:0;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-size:13px;
	color: #000;
	-webkit-text-size-adjust: 100%;
}

img{
	border:0;
	vertical-align:bottom; /* Firefox用 */
	}

p{
	margin:0;
	padding:0;
	line-height: 150%;
	}
ul,ol{
	list-style:none;
	margin:0;
	padding:0;
	}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

header,nav{
		margin: 0;
		padding: 0;
	}

table,th,td{
			margin: 0;
		padding: 0;
}

/* link */



/*a:link {
	text-decoration: none;
}

a:visited {
	color: #b58615;
}

a:hover {
	color: #ff9900;
}*/

a:link {
	text-decoration: none;
}

a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}

a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}

/* ----------------------------------------
	共通
----------------------------------------*/

/*オレンジ
#ff9966
*/


header a,article a,footer a{
	color: #000;
}


img {
    width: 100%;
    height: auto;
}



/*ホバーボタン*/

.wh_round {
    display: inline-block;
    width: 128px;
    text-align: center;
    text-decoration: none;
    line-height: 35px;
    outline: none;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #999;
    border-radius: 5px;
    margin-bottom: 4%;
}
.wh_round:hover {
  background-color: #fdeeee;
}
/*ホバーボタン*/


/*recaptcha見えなくするのと、問い合わせページの文字装飾*/
.grecaptcha-badge { visibility: hidden; }

.recap {
    font-size: 0.8rem;
    text-align: center;
    color: #666;
}


.tel_aw {
    margin-bottom: 5px;
}
.adress{
    font-size: .9rem;
}

.con_aw::before{
  content: '\f0e0';
  font-size: 15px;
  font-weight: 400;
  margin-right: 7%;
  color:#ff9344;
  font-family: "Font Awesome 5 Free";
}

.loc_aw::before{
  content: '\f3c5';
  font-size: 15px;
  font-weight: 900;
  margin-right: 7%;
  color:#ff9344;
  font-family: "Font Awesome 5 Free";
}

.tel_aw::before{
  content: '\f095';
  font-weight: 900;
  margin-right: 2%;
  color:#60b83f;
  font-family: "Font Awesome 5 Free";
}

/*エステナビ*/

/*.est_nav{
    display: none;
}*/




/*TOP採用情報*/

section.recruit{
    background-color: #fff8dc;
}
.rec_top{
  padding: 2rem 0 0;
}
.rec_all{
  padding: 2rem 0;
}


.recruit_wrap a{
  color: #ff9344;
}

.rec_txt1{
  font-size: 1rem;
}
.rec_ctr h2{
  font-size: 1.4rem;
  margin-bottom: 1rem;
      color: #ff9344;
}
ul.rec_info{
  margin-bottom: 1rem;
}

ul.rec_info li::before{
  content: '\f14a';
  font-weight: 900;
  margin-right: 2%;
  color:#ff9344;
  font-family: "Font Awesome 5 Free";
}




/*TOP新着情報*/

section.newinfo{
    background-color: #fff8dc;
    padding: 2rem 0;
    margin-bottom: 0;
}

.newinfo_wrap{
    background-color: #fff;
    width: 76%;
    margin: 0 auto;
    max-width: 1280px;
    border-radius: 10px;
    color: #4d4d4d;
}

.newinfottl{
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.newinfottl::before{
  content: '\f05a';
  font-size: 1.6rem;
  font-weight: 900;
  margin-right: 2%;
  color:#60b83f;
  font-family: "Font Awesome 5 Free";    
}

.newinfoto {
    text-align: right;
    font-size: 1.1rem;
}

.newinfoto::after{
  content: '\f04b';
  font-size: 1.0rem;
  font-weight: 900;
  margin-left: 1%;
  color:#ff9344;
  font-family: "Font Awesome 5 Free";    
}


ol.newsttl li{
    border-bottom: solid 1px #999;
    font-size: 1.2rem;
}

.new_label{
    font-size: 0.8rem;
    background-color: #fae305;
    color: #fff;
    padding:0.2rem 0.5rem;
    margin:0 0 0 1rem;
    border-radius: 5px;
}
.moreLink{
    text-align: right;
}

.moreLink::after {
    content: '\f04b';
    font-size: 1.0rem;
    font-weight: 900;
    margin-left: 0.5rem;
    color: #60b83f;
    font-family: "Font Awesome 5 Free";
}



/*TOP診察内容*/

section.medical{
    background-image: url(../images/common/green_bg.jpg);
    background-repeat: repeat;
    padding:50px 0 20px;
}

.medical_wrap{
    width: 80%;
    margin: 0 auto;
    max-width: 1280px;
    padding:10px;
    color: #fff;
    text-align:center;
}

.medical_wrap h2{
    font-weight: 600; 
}


.medical_wrap ul li{
    background: rgba(255,255,255,0.3);
    padding: 15px 0;
    border-radius: 7px;
}

.med_ten_txt{
    text-align: left;
    font-size: 1.0rem;
    line-height: 1.8;
}
.medical_wrap ul li a{
  color: #fff;
}


/*３ポイント特徴*/

.point_wrap{
    width: 95%;
    margin: 0 auto;
}

.point_wrap ul li:first-child{
    text-align: center;
}

.point_wrap ul li:nth-child(2){
    border-bottom: 1px #ff9966 solid;
    border-top: 1px #ff9966 solid;
    padding: 3rem 0;
    text-align: center;
}
.point_wrap ul li:nth-child(2) span{
    font-weight: 600;
    display: block;
}
.point_wrap ul li:nth-child(3),.point_wrap ul li:nth-child(5){
    line-height: 1.75;
}
.po_time{
    text-align: center;
    line-height: 1.9;
}
.po_res img{
    max-width: 120px;
}

.po_tenteki {
    font-size: 1.0rem;
    display: inline-block;
    width: 75%;
    text-align: center;
    line-height: 35px;
    outline: none;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #ff9966;
    border-radius: 5px;
    margin-bottom: 4%;
    color: #ff9966;
}
.po_tenteki:hover {
    background-color: #fdeeee;
}

.po_tenteki::after{
  content: '\f054';
  font-size: 1.0rem;
  font-weight: 900;
  margin-left: 2%;
  color:#ff9344;
  font-family: "Font Awesome 5 Free";    
}

.top_po_tenteki {
    font-size: 1.0rem;
    display: block;
    text-align: center;
    line-height: 35px;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 1rem auto;
}
.top_po_tenteki:hover {
    background-color: #ffffff50;
}

.top_po_tenteki::after{
  content: '\f054';
  font-size: 1.0rem;
  font-weight: 900;
  margin-left: 2%;
  font-family: "Font Awesome 5 Free";
}


.cavibnr {
    width: 100%;
    text-align: center;
}
.cavibnr img{
    max-width: 1280px;
}


/*フッター*/
.copyright{
    background-color: #60b83f;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}


.footin2 ul{
    display: flex;
}
.footin2 ul li{
    width: 15%;
    margin-right: 1rem;
}
.footin2 ul li img{
    max-width: 100px;
}
ul.footnav{
    display: flex;
    flex-wrap:wrap;
}

ul.footnav li::before{
  content: '\f04b';
  font-size: 1.0rem;
  font-weight: 900;
  margin-right: 2%;
  color:#ff9344;
  font-family: "Font Awesome 5 Free";    
}
.footres{
    margin-bottom: 3rem;
}
.footres img{
    max-width: 120px;
}

.foottbl table{
    width: 100%;
}


/* ここから下層ページ */

.abouthead {
    background-image: url(../images/common/about.png);
}
.medicalhead {
    background-image: url(../images/common/medical.png);
}
.driphead {
    background-image: url(../images/common/drip.png);
}
.contacthead {
    background-image: url(../images/common/contact.png);
}
.cavihead {
    background-image: url(../images/common/cavihead.png);
}
.newshead {
    background-image: url(../images/common/newshead.png);
}


.sub_ttl{
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
}
.sub_ttl ul{
    position: absolute;
}


/*aboutの下層ページ*/

section.subabout{
    background-image: url(../images/common/green_about.png);
    margin: 0;
    background-repeat: no-repeat;
}
.contentswrap{/*共通*/
    width: 95%;
    margin:0 auto;
}

h2.contentsttl {
  position: relative;
  padding: 0 65px;
  text-align: center;
  margin-bottom: 2rem;
}

h2.contentsttl:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

h2.contentsttl span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

ul.doc_txt {
    font-size: 1rem;
    line-height: 1.8;
}
.doc_ttl{
    color: #ff9344;
    padding: 0.2rem 1rem;
    border-left: 4px solid #ff9344;
    font-size: 1.2rem;
    line-height: 3;
}
.doc_img img{
    margin-bottom: 1rem;
}
.doc_name {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    text-align: center;
}
ul.doc_txt li{
    margin-bottom: 2rem;
}
.p_access,.roomphoto {
    padding-bottom: 3rem;
}

.p_access dt {
    color: #ff9344;
    padding: 0.2rem 1rem;
    border-left: 4px solid #ff9344;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}
.p_access dd{
    margin-bottom: 2rem;
    font-size: 1rem;
}
ul.roomphoto{
    justify-content:space-between;
    flex-wrap: wrap;
}

ul.roomphoto li{
    width: 49%;
    margin-bottom: 1rem;
}
ul.roomphoto li img{
    width: 100%;
}

/*aboutのlightbox*/

.aboutlb{
  margin-bottom: 3rem;
}
/*.lb-container 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{
  position: relative;

}

.aboutlb ul li h5{
  background-color: #00000057;
    color: #fff;
    position: absolute;
    width: 90%;
    bottom: 0;
    padding: 0 5%;
    letter-spacing: 1.8px;
}





.soon {
    text-align: center;
    font-size: 1.6rem;
    padding:6rem 0 10rem;
    color: #979393;
}

.submedical_wrap{
    margin: 0 auto;
    max-width: 1280px;
    padding:10px;
    text-align:center;
}

.submedical_wrap h2{
    font-weight: 600; 
}


.submedical_wrap ul li{
    background-color: #81c56a;
    padding: 15px 0;
    border-radius: 7px;
    color: #fff;
}


/*下層　点滴メニュー*/
td.grayout {
    background-color: #867c7c!important;
    color: #0000001f!important;
}

td.grayout span{
  color: #0000001f!important;
}

td.sold{
    background-image: url(../images/common/sold.jpg);
    background-repeat: no-repeat;
}



span.orange{
    color: #ff9344;
    line-height: 3;
}
.con2drip{
    margin-bottom: 5rem;
}
.subdrip h3{
    text-align: center;
    margin-bottom: 2rem;
}
.subdrip h3 a{
    color: #ff9966;
}
.subdrip h4{
    font-size: 1rem;
    background-color: #31459d;
    border-radius: 10px;
    color: #fff;
    margin: 0 auto 2rem;
}

table.drip{
    margin:0 auto 3rem;
}

table.drip td:nth-child(2),table.drip td:nth-child(3){
    text-align: center;
}
table.col1ta th{/*ヘッダー背景色*/
    background-color: #d5d8fb;
}
table.col1ta td{/*背景色*/
    background-color: #f3f4ff;
}
table.col2ta th{/*ヘッダー背景色*/
    background-color: #fddede;
}
table.col2ta td{/*背景色*/
    background-color: #fff3f3;
}
table.col3ta th{/*ヘッダー背景色*/
    background-color: #fac0d4;
}
table.col3ta td{/*背景色*/
    background-color: #fff4ff;
}


table.drip th,table.drip td{
    padding: 1.5% 0;
    border: 1px solid #fff;
    border-collapse: collapse;
    font-size: 1rem;
}

.dripttl {
    font-weight: 600;
    line-height: 2.8;
}
.col1{/*タイトル文字*/
    color: #990033;
    border-left: 4px solid #990033;   
}
.col2{/*タイトル文字*/
    color: #ff6600;
    border-left: 4px solid #ff6600;   
}
.col3{/*タイトル文字*/
    color: #fa005a;
    border-left: 4px solid #fa005a;   
}

.driptxt{
    font-size: .8rem;
    color: #000;
}
span.kouka {
    color: #c41373;
    font-weight: 600;
}

span.taxin{
    margin-left: 0.2rem;
    font-weight: normal;
    color: #666;
}
/*点滴メニューの新しい調整*/
.newMenuTop{
  position: relative;
}
.newMenu {
    font-size: 1rem;
    color: #fff;
    background-color: #cf2e2e;
    display: inline;
    padding: 0.3rem 0.5rem;
    position: absolute;
    z-index: 10000;
    top: -20px;
}

.newMenu_option {
    font-size: 0.8rem;
    font-weight: 600;
}





/*下層お問い合わせ*/

ul.conLinettl li:nth-child(3) {
    text-align: center;
}
.contact_wrap h2 {
    background-color: #eee;
    padding: 10px 0;
    border-radius: 4px;
    text-align: center;
}
.contents_wrap p {
    line-height: 1.8;
    font-size: 15px;
}
.entry-tbl dl {
    margin: 40px auto 3rem;
    font-size: 1.0rem;
}
.entry-tbl dl dt {
    text-align: left;
}


.att {
    color: #ed828b;
    margin-left: 1rem;
}
.con_btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #5bc8ac;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.txt_spc {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  background: #eaedf2;
  font-size: 18px;
}
.txt_are {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  background: #eaedf2;
  font-size: 18px;
}






.noway div{
    font-size: 1.2rem;
    padding:5rem 0;
    text-align: center;
    }

.contents_wrap{
    width: 85%;
    margin: 0 auto 60px;
    background-color: #fff;
    padding: 70px 5%;
    max-width: 1280px;
}

.contact_wrap h2{
    background-color: #eee;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
}
p.btn_op {
    text-align: center;
}




/*キャビゼロ*/
.subcavi h3{
    text-align: center;
}

.subcavi h4 {
    text-align: center;
}

.subcavi h4 span{
    color: red;
    border: 1px solid red;
    padding: 0.4rem 0.6rem;
    margin-right: .5rem;
    font-weight: 600;
}
ul.col2cavi{
    display: flex;
    column-gap: 10px;
    justify-content: space-between;

}

ul.col2cavi li{
    background-color: #3b2fbb;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}
table.cavitbl td,table.cavitbl th{
    font-size: 1.2rem;
}

table.cavitbl td{
    width: 50%;
    
}
table.cavitbl th {
    background-color: #fddede;
}
table.cavitbl td {
    background-color: #fff3f3;
    text-align: center;
}
table.cavitbl td:nth-child(2){
    font-weight: 600;
}
figure.caviImg4{
    width: 42%;
    max-width: 400px;
}
.col1cavi span{
    color: #ff9344;
    padding: 0.2rem 1rem;
    border-left: 4px solid #ff9344;
}



/*投稿ページ*/

/*パンくず*/

.bread ol{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 2rem;
}


.bread li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}

h2.single_title {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.archive h2{
    font-size: 1.2rem;
    background-color:#ff9344;
    padding: 0.5rem 0 .5rem 1rem;
    color: #fff;
    margin-bottom: 1rem;
}
.single_content p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}
.single_content p a{
    color: #ff9344;
}

.bread li {
  display: inline-block;
}

.bread li a {
  font-size: .85em;
  padding: 5px;
  text-decoration: none;
}
.bread li a[href]:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.bread li:after {
  content: '\003e';
  color: #888;
}
.bread li:last-child:after {
  content: none;
}
.bread i {
  font-size: 1em;
}
.bread span {
  display: inline-block;
  margin-left: 0.5rem;
}

.postLinks {
  display: flex;
  justify-content: space-between;
}


/*カテゴリー*/

h2.page-title {
    margin-bottom: 2rem;
    text-align: center;
}


.meta {
    margin-bottom: 0.5rem;
}
.single_left article {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #ff9344;
}


img.single1215 {
    width: 20%;
    margin-top: 2rem;
}




/*エステ*/

.hadami{
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.hadamilogo {
    font-weight: 600;
    color: #55a2ef;
    text-align: center;
}

.hadaminame:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #5d8eea;
}
.toline_hadami{
  text-align: center;
}

.hadami h5 img{
  color: red;
}

.hadami h4 {
    font-size: 1.2rem;
    text-align: center;
    line-height: 2.2;
    color: #666;
}

.hadattl {
    text-align: center;
    color: #55a2ef;
    letter-spacing: 0.4rem;
}

.hadami h3{
    color: #666;
    max-width: 960px;/*pc*/
    width: 95%;
}
.hadamihead {
    background-image: url(../images/common/hada.png);
}


.salonMenu h2{
    text-align: center;
      position: relative;
  padding: 1.5rem 1rem;
  margin-bottom: 2rem;
  color: #55a2ef;
}

.salonMenu h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #55a2ef, #55a2ef 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #55a2ef, #55a2ef 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.salonMenuBox{
    background-color: #e4dede45;
    margin: 0 auto 2rem;
}

.salon_menuttl{
    margin-bottom: 1rem;
    text-align: center;
    line-height:2;
}
.salon_menuttl span{
    font-weight: 600;
    color: #fa9305;
}
.salonMenuBox ul{
    text-align: center;
}
.salonMenuBox ul li,.salonMenuBox ol li{
    color: #666;
}
.salonMenuBox ul li:not(:last-child):after{
  font-family: 'FontAwesome';
  content: '\f063';
  display: block;/*前後に改行*/
  color: #55a2ef;/*色*/
  font-weight: 900;
}
.menutxt_select{
    margin: 0 auto 1rem;
    background-color: #dbdce396;
    border-radius: 1rem;
    line-height: 2;
    }
.menutxt_select span{
    margin-right: 1rem;
    color: #000;
}
.salonMenuBox ol li span{
        font-weight: 600;
    color: #fa9305;
    margin-left: 1rem;
}
.salonMenu_txt2{
    font-size: 1.1rem;
    background-color: #fff;
    padding:1rem 0.5rem;
    text-align: center;
}

.salonMenu3_txt{
    line-height: 1.8;
    color: #666;
}

dl.Itemarea dd span{
    font-size: 1.2rem;
    color: #55a2ef;
    /* margin-bottom: 0.5rem; */
    /* display: block; */
    font-weight: 600;
    line-height: 2.5;
}
.eleimg{
    max-width: 690px;
    margin:0 auto 2rem;
}
.eletxt {
    line-height: 1.8;
    color: #666;
}
.mb2r{
    margin-bottom: 2rem;
}

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

/*主な共通部分は省略*/

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #ff9344;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #e86d12;
}

a.btn--radius {
   border-radius: 100vh;
   padding: 0.75rem 2rem;
}
.aclink_wrap{
    font-size: 1.0rem;
}










/*トップページに置いたエステバナー*/

.esbnr_txt h4{
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #575454;
}

.esbnr_txt h2{
    letter-spacing: 0.4em;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #eb6c1d;
}
.esbnr_txt1{
    line-height: 2.2;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #575454;
}

.po_esbnr  {
    display: inline-block;
    text-align: center;
    line-height: 35px;
    outline: none;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #ff9966;
    border-radius: 5px;
    margin-bottom: 4%;
    color: #ff9966;
}
.po_esbnr::after {
    content: '\f054';
    font-size: 1.0rem;
    font-weight: 900;
    margin-left: 2%;
    color: #ff9344;
    font-family: "Font Awesome 5 Free";
}

/*診察内容に検査を追加*/
.medi_sgl{
    background: rgba(255,255,255,0.3);
    padding: 15px 0;
    border-radius: 7px;
}
.medi_sgl_txt{
  text-align: left;
    font-size: 1.0rem;
    line-height: 1.8;
}
.medi_sgl_gr{
  background-color: #81c56a;
    padding: 15px 0;
    border-radius: 7px;
    color: #fff;
}


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

.mov_acce{
  font-size: 1.2rem;
  text-align: center;
  color: #ff9344;
}
.mov_acce_ab{
  margin-bottom: 2rem;
}

section.topaccess {
    margin: 0 auto;
    width: 95%;
}


/*20240425 診察内容*/

.submedical_wrap ul li a{
  color: #fff;
}


/*共有*/

.mb5rem{
    margin-bottom: 5rem;
}
.mb1r{
    margin-bottom: 1rem;
}
.mt2r{
    margin-top: 2rem;
}
.lh5{
    line-height: 5;
}

.Linkcol{
  color: #ff9966;
}




/*ここからESTATE*/























/*footer*/








/*線入りボタン*/


.btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 60px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

.btn a:hover {
    color: #f2f2f2;
}

.btn01 a {
    background-color: #000;
    color: #fff;
}

.btn01 a:hover {
    background-color: #000;
    border: 1px solid #333;
}

.btn01 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
    width: 70px;
    height: 1px;
    background-color: #cc9900;
}



/* ----------------------------------------
    下層
----------------------------------------*/






/*施工事例の各ページ*/




























/*共有*/
.mr5{
    margin-right: 5px;
}
.mr25{
    margin-right: 25px;
}
.mt25{
    margin-top: 25px;
}
.mb60{
    margin-bottom: 60px;
}
.mb120{
    margin-bottom: 120px;
}
.mb12rem{
    margin-bottom: 12rem;
}

#pageTop {
    display:none;
    position: fixed;
    bottom: 60px;
    right: 60px;
}

.tac{
    text-align: center;
}



/*ナビ内容*/

#splogo{
    display:none;
}
#splogo a{
    color: #000;
}
#splogo a span{
    font-size: 1.0rem;
    line-height: 65px;
    font-weight: 600;
}

#navToggle {
    display:none; /*通常時は非表示にしておきます*/
    position:absolute; /*bodyに対しての絶対位置指定です*/
    right:15px;
    top:15px;
    width:30px;
    height:25px;
    cursor:pointer;
    z-index: 15000;
    }
#navToggle div {position:relative} /*spanの絶対位置指定の親にします*/
#navToggle span {
    display:block;
    position:absolute; /*#navToggle div に対して*/
    width:100%;
    border-bottom:solid 3px #999;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out}
#navToggle span:nth-child(1) {top:0}
#navToggle span:nth-child(2) {top:11px}
#navToggle span:nth-child(3) {top:22px}








}

/*タブレット＆スマホ*/
@media screen and (max-width: 896px){


header ul li a {
    display:block;
}
header ul li::after {content:''}


nav ul{
    align-items: center;
    padding: 30px 0 10px;
    width: 95%;
}
nav ul li a{
    color: #000;
}





#navToggle {
    display:block;
}

.openNav #navToggle span:nth-child(1) {
    top: 11px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
        }
.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
    top: 11px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg)}
.openNav nav {
    -moz-transform: translateY(450px);
    -webkit-transform: translateY(450px);
    transform: translateY(450px);
        }
#splogo{
    display:block;
}

#splogo img{
    width: auto;
    height: 50px;
    margin: 10px 15px;
}
}

/*タブレットのみ*/
@media screen and (min-width: 481px) and (max-width: 896px) {
header ul li {
    font-size: 1.2rem;
}
.telnum {
    font-size: 1.2rem;
}
section h2 span {
    font-size: 0.9rem;
}
}



