@charset "utf-8";
html{font-size:15px;}

body{
font:15px/1.5 Arial,"Helvetica Neue",Helvetica,'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, Meiryo, sans-serif;
color:#333;
background-color:#fffcf1;
}

*{box-sizing:border-box;}

p{
margin-bottom:1.5rem;
text-align: justify;
text-justify: inter-ideograph;
}

ul.ulGeneral li{
list-style-type:disc;
margin-bottom:1.5rem;
margin-left:20px;
}

/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:underline;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#313131;
}

a:hover, a:active{
outline: none;
color:#6f6f6f;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after,nav#mainNav .inner:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{zoom: 1;}


/***
* 追加箇所
***************************/

/***
* HEADER
**************************/
#headerLogo{
float:left;
max-width:172px;
margin:0;
}

#headerContact{
float:right;
}

#headerContact li{
width:280px;
float:right;
margin-left:1rem;
}

#headerContact li a{
position:relative;
display:inline-block;
width:100%;
background:#3E3A39;
box-shadow:0 3px 0 #231815;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}

#headerContact li.headerTEL a{  
background:#ad2f5b;
box-shadow:0 3px 0 #822142;
}

#headerContact li a:hover{
top: 3px;
box-shadow: none;
}


/***
* CONTENT
***************************/
.asideBox{
float:right;
width:31.42857%; /*** 220px ***/
margin-left:20px;
}

.contentBox{
width:2.85714%; /*** 460px ***/
}


.oneHalf-Box{
float:left;
width:48.5714286%; /*** 340px ***/
margin-right:2.85714286%; /*** 20px; ***/
}

.oneHalf-Box:nth-child(2n){
margin:0;
}



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

.sectionBasis{
margin-bottom:3rem;
}

h3.heading{
font-family: "Times New Roman", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
font-size: 18px;
color: #ffffff;
padding: 0.5rem 1.0rem;
margin-bottom: 1rem;
font-weight: bold;
background: #000000;
/*
font-family: "Times New Roman", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
font-size:18px;
color:#333333;
text-shadow:1px 1px 0px rgba(255,255,255,0.8);
padding:0 1.0rem;
margin-bottom:1rem;
line-height:3rem;
font-weight:bold;
*/
/*background: #eddc6d;*/ /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZGM2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2YyZTVhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmUwN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); */
/* background: -moz-linear-gradient(top,  #eddc6d 0%, #f2e5a4 43%, #efe07c 100%); */ /* FF3.6+ */
/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eddc6d), color-stop(43%,#f2e5a4), color-stop(100%,#efe07c)); */ /* Chrome,Safari4+ */
/* background: -webkit-linear-gradient(top,  #eddc6d 0%,#f2e5a4 43%,#efe07c 100%); */ /* Chrome10+,Safari5.1+ */
/* background: -o-linear-gradient(top,  #eddc6d 0%,#f2e5a4 43%,#efe07c 100%); */ /* Opera 11.10+ */
/* background: -ms-linear-gradient(top,  #eddc6d 0%,#f2e5a4 43%,#efe07c 100%); */ /* IE10+ */
/* background: linear-gradient(to bottom,  #eddc6d 0%,#f2e5a4 43%,#efe07c 100%); */ /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eddc6d', endColorstr='#efe07c',GradientType=0 ); */ /* IE6-8 */
}

h3.headingRD{
text-align:center;
color:#c30d23;
}

h3.headingBL{
text-align:center;
color:#2C98DA;
}

#content h4.heading{
font-family: "Times New Roman", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
font-size: 1.1rem;
color: #333333;
font-weight: bold;
margin-bottom:0.5rem;
}

#content h4.heading i{
margin-right: 0.25em;
font-family: "Urdu Typesetting","Sitka Text","Vani";
font-size: 1.3em;
font-style: normal;
}

.spNone{
display:none;
}

/* HOME
***************************/

#pageHome h2.heading, #strongHome-RD, #strongHome-BL{
display:block;
width:100%;
font-size:43px;
font-weight:bold;
text-align:center;
margin-bottom:1.5rem;
color:#ffffff;
font-family: "Times New Roman", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
}

#pageHome h2.headingRD, #strongHome-RD{
background-color: #bf3232;
}

#pageHome h2.headingRD{
color:#FFFC00;
}

#pageHome h2.headingBL, #strongHome-BL{
background-color: #3FDABC;
}

#pageHome h2.headingBL{
color:#24185F;
}

#topQoopon02{
width:75%; /*** 525px; ***/
margin:0 auto;
}

.topCharacteristic h4, .topCharacteristic strong{
display:block;
width:100%;
font-size:46px;
font-weight:bold;
color: #FFFFFF;
background-color: #bf3232;
text-align:center;
margin-bottom:1.5rem;
}

.topCharacteristic ul{
padding-top:1.0rem;
font-size:22px;
line-height:2.0rem;
color:#000000;
/* #888888*/
margin-bottom:1.5rem;
}

#topBlog ul li{
background: url("../content/images/basis/listArrow.png") no-repeat 1rem;
display: block;
line-height: 3.0rem;
padding: 0 3.0rem;
border-bottom: 1px solid #F5F2E6;
border-top: 1px solid #ffffff;
}

#topBlog ul li time{
margin-right:1.5rem
}

#topBlog ul li .category{
margin-right:1.5rem;
background-color: #f5f2e6;
padding: 0 1rem;
border-radius: 0.33rem;
}





.topProfile{margin-bottom:1.5rem;}

.topProfile .picFrame{
float:left;
width:22.8571429%; /*** 160px ***/
margin-right:2.85714%; /*** 20px ***/
}

.topProfile h4{
font-family: "Times New Roman", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
font-size:1.5rem;
line-height:3.0rem;
}

/*
.h3Ribbon{
font-family: "Times New Roman", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
background: url(../content/images/basis/h3Ribbon.png) no-repeat;
line-height: 3rem;
font-size: 21px;
color: #ffffff;
font-weight: normal;
padding-left: 2rem;
text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
margin-bottom:1rem;
}
*/

.h2HeadingRD{
text-align: center;
font-size: 2rem;
font-weight: bold;
background-color: rgb(200, 43, 43);
color: #fffc00;
border-radius: 1rem;
margin-bottom: 1.5rem;
}

.h2HeadingRD br{
display:none;
}

.h2HeadingPK{
font-size: 1.6rem;
background-color: #E61A5F;
color: #ffffff;
}

.headingSmall{
font-size:1.6rem;
}


/* VOICE
*************************/

#pageVoice .articleVoice{
margin-bottom:3.0rem;
}

.articleVoice h4 span{
display: inline-block;
float: right;
}


/* QUESTION
***************************/

.articleQuestion{
margin-bottom:2.0rem;
}

.articleQuestion h4,.articleVoice h4{
margin-bottom:1.0rem;
font-weight:bold;
color:#a98332;
}

.articleQuestion p{
color:#666666;
}









/***
* SIDEBAR
************************/
#sidebar .sectionBasis{
background-color:#f5f2e6;
padding:0.5rem;
}

#sidebar .sectionBasis .sideInner{
background-color:#fffcf1;
padding:0.45rem;
}


#sidebar .sectionBasis p{
margin-bottom:0.25rem;
}

#sidebar h4.heading{
background-color: #FFFcf1;
font-weight: normal;
line-height: 3rem;
padding-left: 1rem;
margin-bottom: 0.5rem;
border-bottom: 2px solid rgb(216, 216, 216);
}

#sideShop dl{
}

#sideShop dt, #sideShop dd{
float:left;
}

#sideShop dd{
padding-left:0.50rem;
}

#sideShop .description{
/* font-size:0.70rem;*/
}

#sidebar #sideMenu .sideInner{
padding:0;
}

#sideMenu li a{
background: url("../content/images/basis/listArrow.png") no-repeat 1rem;
display: block;
line-height: 3.0rem;
padding: 0 2.5rem;
border-bottom: 1px solid #F5F2E6;
border-top: 1px solid #ffffff;
}

/* キャビフル
***************************/
#cav-frElement .dlTable{
margin-bottom:1.5rem;
}

#cav-frElement .dlTable dt{
width: 3.0em;
height: 3.0em;
border-radius: 50%;
text-align: center;
font-size: 2rem;
color: #ffffff;
padding:0;
/*width: 3.0em;
height: 3.0em;
border-radius: 1.5em;
padding:0.5em;
font-size: 2rem;
color:#ffffff;*/
}

#cav-frElement .dlTable:nth-child(1) dt{
background-color:#479dc1;
}

#cav-frElement .dlTable:nth-child(2) dt{
background-color:#ef8fb0;
}

#cav-frElement .dlTable:nth-child(3) dt{
background-color:#76bb46;
}

#cav-frElement .dlTable dd{
font-size:1.75rem;
}

/* OFFER
***************************/
h3.heading02{
font-family: "Times New Roman", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
font-size: 1.5rem;
line-height: 3.0rem;
}

h3.heading02 span{
font-size:3.0rem;
}




/* 求人ページ
***************************/
.Co_RD{
color:#C11E1E;
}

.Co_BL{
color: #62BDDD;
}

#recruitTable{
width:100%;
}

#recruitTable dl{
display:table;
table-layout:fixed;
width:100%;
margin-bottom:1px;
}

#recruitTable dt{
width:20%;
background-color:#F5F2E6;
}

#recruitTable dd{
width:80%;
}

#recruitFor dl{
margin-bottom:1.5rem;
}


#recruitFor dt{
background: #FD2256;
border-radius: 50%;
width: 4rem;
padding: 1.25rem 0.35rem;
color: #ffffff;
font-family: Cambria;
float: left;
font-weight: bold;
}

#recruitFor dd{
float: left;
width: 90%;
padding-left: 3%;
}

#recruitFor dd h5{
font-size: 1.5rem;
line-height: 1.3;
margin-bottom: 0.5rem;
}

#recruitImage{
border: 3px solid #ffd8d8;
border-radius: 1rem;
padding: 1rem;
}

#recruitOwner{
border: 3px solid #D0C590;
padding: 1rem;
border-radius: 1rem;
}

#recruitImage h3, #recruitOwner h3, #recruitStaff h3, #recruitQuestion h3{
font-family: "Times New Roman", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
font-size: 2rem;
font-weight: bold;
line-height:1.2;
margin-bottom:1.0rem;
}

#recruitImage h3{
text-align:center;
}

#recruitImage ul{
font-size: 140%;
text-align: center;
}

#recruitOwner .byName{
font-family: "Times New Roman", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
font-weight: bold;
text-align:right;
}

.strongBC{
background-color: rgba(255, 163, 96, 0.17);
}

.strongRD{
text-align: center;
font-size: 2rem;
font-family: "Times New Roman", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
font-weight: bold;
background-color: rgb(200, 43, 43);
color: #ffffff;
border-radius: 1rem;
margin-bottom:1.5rem;
}

.strongBL{
text-align: center;
font-size: 2rem;
font-family: "Times New Roman", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
font-weight: bold;
background-color: #3FDABC;
color: #ffffff;
border-radius: 1rem;
margin-bottom:1.5rem;
}

.strongPL{
text-align: center;
font-size: 2rem;
font-family: "Times New Roman", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
font-weight: bold;
background-color: #D9C1E5;
color: #ffffff;
border-radius: 1rem;
margin-bottom:1.5rem;
}

#recruitStaff{
border: 3px solid #D9C1E5;
padding: 1rem;
border-radius: 1rem;
}

#recruitStaff figure p{
margin-bottom:0;
}

#recruitStaff figure figcaption{
text-align:center;
}


#recruitStaff h4{
font-size:1.5rem;
}

#recruitStaff h4 i{
margin-right: 0.25em;
font-family: "Urdu Typesetting","Sitka Text","Vani";
font-size: 1.3em;
font-style: normal;
}

#recruitQuestion dl{
margin-bottom: 1.5rem;
padding-bottom: 1.5rem;
border-bottom: 1px dashed rgb(237, 236, 207);
}

#recruitQuestion dl dt, #recruitQuestion dl dd{
font-size: 1.2rem;
}

#recruitQuestion dl dt{
margin-bottom: 0.5rem;
}

#recruitQuestion dl dt i, #recruitQuestion dl dd i{
font-size: 2rem;
float: left;
margin: 0 0.2em 0 0;
padding: 0 0.75rem;
font-family: "Times New Roman", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
color: #FFFFFF;
font-weight: bold;
font-style: normal;
line-height: 3.3rem;
}

#recruitQuestion dl dt i{
background: #3cbddf;
}

#recruitQuestion dl dd i{
background: #ec7395;
}

#recruitContact{
font-size: 2.0rem;
font-weight: bold;
color: #994700;
text-align: center;
}

#recruitNumber{
font-size: 1.5rem;
font-weight: bold;
text-align: center;
}




/* 痩身
***************************/
#slimmingRecomendation ul{
font-size:1.25rem;
}

#slimmingRecomendation ul li{
background:url(../content/images/share/basis/listCheck.png) 0 2px no-repeat;
padding-left:2.0rem;
}

#content h3.heading03{
font-family: "Times New Roman", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
font-size: 2.5rem;
font-weight: bold;
line-height: 1.2;
margin-bottom: 1.0rem;
}

#content h4.heading03{
font-size:1.5rem;
}

#content h4.heading03 i{
margin-right: 0.25em;
font-family: "Urdu Typesetting","Sitka Text","Vani";
font-size: 1.3em;
font-style: normal;
}

.slimmingFee h4.heading03, .facialFee h4.heading03{
text-align:center;
margin-bottom:1.5rem;
}

.dlTable{
display: table;
table-layout: fixed;
}

.slimmingFee .dlTable, .facialFee .dlTable{
margin-bottom:3.0rem;
}



.dlTable dt, .dlTable dd{
display: table-cell;
vertical-align: middle;
padding: 0.5rem;
}

.slimmingFee .dlTable dt, .facialFee .dlTable dt{
background-color: #c30d23;
color: #ffffff;
width: 29%;
text-align:center;
font-size:0.8rem;
}

.facialFee .dlTable dt{
background-color:#3FDABC;
}

.slimmingFee .dlTable dt b, .facialFee .dlTable dt b{
font-size:0.9rem;
}

.slimmingFee .dlTable dd, .facialFee .dlTable dd{
border: 1px solid #c30d23;
font-size: 1.25rem;
}

.facialFee .dlTable dd{
border: 1px solid #3FDABC;
}

.slimmingFee ul{
margin-bottom:1.5rem;
}

.strongCenter{
text-align:center;
font-size:1.5rem;
}

#slimmingCream .byName{
font-size:1.4rem;
text-align:right;
}

/* フェイシャル
**************************/
#facialWhich{
text-align:center;
}

#facialWhich .oneHalf-Box, #facialMenu01, #facialMenu02, #facialMenu03{
border: 5px solid rgb(255, 216, 216);
border-radius: 1rem;
padding: 1rem;
margin-bottom:1.5rem;
}

#facialWhich .oneHalf-Box:first-child, #facialMenu01{
border: 5px solid #D9C1E5;
}

#facialMenu01, #facialMenu02, #facialMenu03 {
margin-bottom:1.5rem;
}

#facialMenu01 p, #facialMenu02 p, #facialMenu03 p{
text-align:center;
}

#facialMenu01 h4, #facialMenu02 h4, #facialMenu03 h4{
margin-bottom:0;
}


#facialMenu03{
border: 5px solid #3FDABC;
}

#facialWhich .oneHalf-Box ul{
border-bottom: 2px solid rgb(255, 216, 216);
margin-bottom: 0.5rem;
}

#facialWhich .oneHalf-Box:first-child ul{
border-bottom:2px solid #D9C1E5;
}

#facialWhich .oneHalf-Box p{
margin-bottom: 0;
text-align: center;
}



h5.heading{
font-size:1.0rem;
margin-bottom: 1.0rem;
font-weight: bold;
color: #a98332;
}


/* 初めての方へ
************************/
#pageFirst h3{
text-align:center;
}

.articleGD{
border: 1px solid #D0C590;
border-radius: 1rem;
padding: 1.5rem 1.5rem 0;
}

.conceptBlock{
display: block;
}

/* ご予約状況
****************************/

#reservationAttention{
background-color:#FFF9EC;
padding:0.5rem 1.0rem;
border:1px solid #FFEBCB;
border-radius:1.0rem;
}

#reservationAttention h5{
font-size:1.3rem;
font-weight:bold;
text-align:center;
margin-bottom:1.5rem;
}

#reservationAttention p{
text-align:center;
color:#d33919;
margin-bottom:0;
}

#reservationAbout h5{
font-size:1.33rem;
}

/* カレンダー　レスポンシブ*/


.calendar-container {
    position: relative;
margin-bottom:1.5rem;
    max-width:100%;
    padding-bottom: 71.4285714%;
overflow:hidden;
height:auto;
}
 
.calendar-container iframe,
.calendar-container object,
.calendar-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}










/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:940px;
}

#header{
overflow:hidden;
}

#content{
float:right;
width:700px;
margin-top:1.5rem;
}

#sidebar{
float:left;
width:220px;
margin-top:1.5rem;
}

#footer{
clear:both;
} 


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
padding:5px 0;
font-size:80%;
font-weight:normal;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:20px 5px 15px;
color: #515151;
font-size:160%;
font-weight:bold;
}


/* コンタクト
----------------------------------*/
.contact{
float:right;
padding:10px 0 0;
text-align:right;
color:#000;
font-size:90%;
}

.contact .tel{
margin-bottom:-3px;
font-size:180%;
font-family:Arial, Helvetica, sans-serif;
}

/* ブライダル
****************************/



/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
line-height:0;
text-align:center;
z-index:0;
background: #f5f2e6;
padding:1.0rem 0;
}

#mainImg img{
max-width:940px;
margin:0 auto;
}

.post{
margin:0 0 20px 0;
padding:20px 10px 20px 20px;
border:1px solid #d5d5d5;
background: #fff;
}

.toppage h4{
margin:0 0 10px;
font-size:16px;
font-weight:normal;
color:#333;
}

.toppage{padding:10px 10px 20px 20px;}


/* 記事ループ
*****************************************************/
.list{
padding:10px 0;
border-bottom:1px dashed #dcdcdc;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
color:#000;
border:1px solid #d5d5d5;
border-bottom:0;
background:#fff url(../images/headingBg.png) repeat-x 0 100%;
}

.dateLabel{
text-align:right;
font-weight:bold;
color:#858585;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(../images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color: #333;
border-bottom:2px solid #515151;
}

.post h3{
margin:10px 0;
font-size:100%;
font-weight:normal;
color:#2e2c2c;
border-bottom:1px solid #515151;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:10px;
border: #ccc solid;
border-width: 0 0 1px 1px;
background:#efede7;
}

.post table td{
padding:10px;
border: 1px #ccc solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 10px 10px 15px 15px;
display:inline;
}

img.alignleft{margin:10px 15px 15px 10px;}

.alignright{float:right;}
.alignleft{float:left;}

#gallery-1 img{
border:1px solid #eaeaea !important;
padding:5px;
background:#fff;
}

#gallery-1 img:hover{background:#fffaef;}



/* サイドバー　ウィジェット
*****************************************************/
section.widget ul, .widget_search, #calendar_wrap, .textwidget{
margin:0 0 20px 0;
padding:10px 10px 10px 17px;
border:1px solid #d5d5d5;
background: #fff;
}

section.widget ul ul{
border:0;
margin:0;
padding:0 0 0 10px;
}

p.banner{padding-bottom:15px;}

p.banner img{
max-width:233px;
height:auto;
}

p.banner img:hover{
cursor:pointer;
opacity:.8;
}

section.widget h3{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
border:1px solid #d5d5d5;
border-bottom:0;
color:#000;
background:#fff url(../images/headingBg.png) repeat-x 0 100%;
}

section.widget li a{
display:block;
padding:7px 0 7px 12px;
background:url(../images/arrow.gif) no-repeat 0 12px;
border-bottom:1px dashed #dcdcdc;
}

section.widget li:last-child a{border:0;}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:90px;
vertical-align:bottom;
}

/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6),#calendar_wrap table td:nth-child(6){color:#0034af;}
#calendar_wrap table th:nth-child(7),#calendar_wrap table td:nth-child(7){color:#950000;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap a{font-weight:bold;}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
border:1px solid #d5d5d5;
border-bottom:0;
color:#000;
background:#fff url(../images/headingBg.png) repeat-x 0 100%;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(../images/arrow.gif) no-repeat 0 5px;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom:1px dashed #dcdcdc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#6f6f6f;}



/* フッター
*****************************************************/
#footer ul{
padding:15px 0 25px;
text-align:center;
font-size: 0.88rem;
}

#footer li{
    display: inline-block;
    padding: 5px 14px;
    border-left: 1px dotted #d5d5d5;
}
*:first-child+html #footer li{display:inline;}

#footer li:first-child{border:0;}

#footer li a{
text-decoration:none;
color:#000;
}

#footer li a:hover{color:#999;}

#footer ul ul{display:none;}

#copyright{
clear:both;
padding:10px 0 37px;
text-align:center;
color:#000;
font-size:10px;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事4件
------------------------------------------------------------*/
ul.post{
padding:0;
}

ul.post li{
margin:0 10px;
padding:20px 0 15px;
border-bottom:1px dashed #dcdcdc;
}

ul.post li:last-child{border:0;}

ul.post img{
float:left;
margin:0 15px 5px 10px;
}

ul.post h3{
margin:0 0 10px 10px;
font-size:14px;
font-weight:normal;
color:#333;
border:0;
}



/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
nav#mainNav{
clear:both;
position:relative;
z-index:200;
width:100%;

background:#000000;
}

nav#mainNav .inner{
}

nav#mainNav ul li{
float: left;
position: relative;
}

nav#mainNav ul li a{
display: block;
width: 118.8px;
text-align: center;
border-right: 1px solid #555555;
color: #fff;
height: 50px;
line-height: 45px;
padding: 11px 0;
box-sizing: border-box;
text-decoration:none;
}

nav#mainNav ul li:first-child a{
border-left: 1px solid #555555;
}

nav#mainNav ul li a span,nav#mainNav ul li a strong{
display:block;
font-size:90%;
line-height:1.4;
font-weight:normal;
}

nav#mainNav ul li a span{
font-size:70%;
color:#f7eec1;
font-weight:normal;
}

nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover span, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-parent a{
color:#f7eec1;
}

nav#mainNav ul ul{
width:160px;
border-top:0;
}

nav#mainNav ul li ul{display: none;}

nav#mainNav ul li:hover ul{
display: block;
position: absolute;
top:45px;
left:-1px;
z-index:500;
}

nav#mainNav ul li li{
margin:0;
float: none;
height:40px;
line-height:40px;
width:160px;
background:#000000;
border-bottom:1px dotted #555555;
}

nav#mainNav ul li li:last-child{border:0;}

nav#mainNav ul li li a{
width:100%;
height:40px;
padding:0 0 0 10px;
line-height:40px;
font-size:95%;
text-align:left;
}

nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover{color:#f7eec1;}

nav div.panel{
display:block !important;
float:left;
}
  
a#menu{display:none;}

.pcNone{
display:none;
}

.spNone{
display:block;
}

}



/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:959px){
#headerLogo, #headerContact, #headerContact li{
float:none;
margin:0 auto;
}

#headerLogo{
margin:1.0rem auto;
}

#headerContact li img{
width:95%;
margin:0 auto;
}





	nav#mainNav{
	clear:both;
	width:880px;
	margin:20px auto 10px;
	background:#fbfaf9 url(../images/mainnavBg.png) repeat-x 0 -5px;
	border:1px solid #e8e5e0;
	border-radius:6px;
	}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:37px;
	line-height:37px;
	font-weight: bold;
	text-align:left;
  background: url(../images/menuOpen.png) no-repeat 5px 8px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	border-radius:6px 6px 0 0;
	background: url(../images/menuOpen.png) no-repeat 5px -34px;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #e5e5e5;
	background:#fbfaf9;
	}
	
	nav#mainNav ul li:last-child a{border:0;border-radius:0 0 6px 6px;}
	nav#mainNav ul li li:last-child a{border:0;border-radius:0;}
	nav#mainNav ul li li:last-child a{border-bottom:1px dashed #e5e5e5;}

 	nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	background:#fff;
	}
	
	nav#mainNav ul li.current-menu-item li a{color:#777}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
  padding-left:40px;
	background:#fbfaf9 url(../images/sub1.png) no-repeat 20px 18px;}

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
		background:#fff url(../images/sub1.png) no-repeat 20px -62px;}
	
	nav#mainNav ul li li:last-child a{background:#fbfaf9 url(../images/subLast.png) no-repeat 20px 20px;}
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#fff url(../images/subLast.png) no-repeat 20px -65px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, .inner{width:100%;}

	#header{width:100%;}
	#header{text-align:center;}
	.contact{padding:0;}

  nav#mainNav{width:95%;}

	nav#mainNav ul{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainImg img{width:98%;height:auto;}

	#content, #sidebar{
	clear:both;
	width:100%;
	float:none;
	margin:0 auto;
	}
	
	.banner{width:100%;margin:0 auto;text-align:center;}
  p.banner img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}
	
	#footer {display:none;}
	
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	body{background-position:0 -25px;}
	#header h1{color:#333;}
	#header h2 img{max-width:90%;}
	nav#mainNav{width:98%;}
	#header h2,.contact{float:none;}
	.contact{padding:0 0 20px;}
	.contact p{text-align:center;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	#content h2.heading, #strongHome-RD, #strongHome-BL, .strongBL{font-size:1.25rem;} 
        .topCharacteristic ul{font-size:1.0rem;}
        .topCharacteristic .oneHalf-Box{
float:none;
display:block;
margin:0 auto;        
}

.h2HeadingRD{
font-size:1.2rem;
border-radius:0;
}

.h2HeadingRD br{
display:inline;
}

#topBlog ul li{
line-height:1.5rem;
padding-top:0.5rem;
padding-bottom:0.5rem;
}

#topBlog ul li a{
display:block;
}

.topProfile h4{
font-size:1.25rem;
}

.topCharacteristic ul{
text-align:center;
}

.strongRD{
font-size:1.25rem;
border-radius:0;
}

#cav-frElement .dlTable dd{
font-size:1.0rem;
}

#content h3.heading03{
font-size:1.05rem;
}

#slimmingRecomendation ul li{
background-size: 1rem;
padding-left: 1.5rem;
font-size: 1.0rem;
}

#content h4.heading03{
font-size:1.0rem;
font-weight:bold;
}

.slimmingFee .dlTable, .slimmingFee .dlTable dt, .slimmingFee .dlTable dd, .facialFee .dlTable, .facialFee .dlTable dt, .facialFee .dlTable dd {
display:block;
width:100%;
}

.slimmingFee .dlTable dt, .slimmingFee .dlTable dd, .facialFee .dlTable dt, .facialFee .dlTable dd{
padding:0.25rem;
}

.slimmingFee .dlTable dd, .facialFee .dlTable dd, .facialFee .dlTable dt, .facialFee .dlTable dd{
font-size:1.0rem;
}

#slimmingCream .byName{
font-size:1.0rem;
}

h3.heading{
font-size:1.0rem;
}

#content h4.heading03 i{
font-size:1.1rem;
}

#facialWhich .oneHalf-Box{
width:100%;
}

#bridalFigure .oneHalf-Box{
width:100%;
margin-right:0;
float:none;
}

#bridalFigure .oneHalf-Box:nth-child(2){
max-width:52.795031055%;
margin-left:auto;
margin-right:auto;
}

.conceptBlock{
display: inline;
}

/*求人情報*/
#recruitTable dl{
display:block;
margin-bottom:0;
}

#recruitTable dt, #recruitTable dd{
display:block;
width:100%;
}





}