@charset "UTF-8";
/* 全体の初期設定 */
*{
margin:0px;
padding:0px;
text-decoration:none;
background-repeat:no-repeat;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
ul , li{
list-style:none;
}
img{
vertical-align:bottom;
border:none;
}
body{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-serif;
font-size:12px;
text-align:center;
background-color:#ffffff;
color:#000000;
}
h1 , h2 , h3 , h4 , h5 , h6{
font-size: 100%;
}

/* floatの解除設定 */
.clearfix:before , .clearfix:after{
content: " ";
display:table;
}
.clearfix:after{
clear:both;
}
.clearfix{
*zoom:1;
}

.wrap {
width:1100px;
margin:0 auto;
margin-top:220px;
}

/* タイトル */
.title_wrap{
width:1100px;
height:auto;
margin:0 auto;
}
.title{
width:1100px;
height:36px;
margin:50px 0px 30px 0px;
background-image: url("images/border.png");
}
.title h2{
width:220px;
height:36px;
line-height:36px;
font-size:20px;
background-color:#fff;
margin:0 auto;
}

/* お悩みコンテンツ */
.section{
margin:0 auto;
}

.second_title{
margin:0 auto;
margin-top:40px;
margin-bottom:40px;
padding:8px 0px 8px 0px;
width:980px;
border-top:solid 1px #BA9153;
border-bottom:solid 1px #BA9153;
}
.second_title h3{
color:#BA9153;
font-size:18px;
margin:0px;
font-family:serif;
font-weight:normal;
letter-spacing: 0.1em;
}

.box_big{
margin:0 auto;
width:850px;
position: relative;
}

.box_txt{
float:left;
width:380px;
text-align:left;
font-family:serif;
font-size:14px;
font-weight:bold;
position: absolute;
top: 50%;
left: 80%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.box_txt2{
float:left;
width:380px;
text-align:left;
font-family:serif;
font-size:14px;
font-weight:bold;
position: absolute;
top: 50%;
left: 20%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.box_txt img{
vertical-align:top;
margin:0px 8px 0px 0px;
}
.box_txt2 img{
vertical-align:top;
margin:0px 8px 0px 0px;
}

.box_photo{
float:left;
width:420px;
}
.box_photo2{
float:right;
width:420px;
}

/* リスト項目 — 縦並び・画像バレット */
.box_txt li{
list-style-type: circle;
margin-bottom:7px;
padding-left:0.5em;
list-style-image: url("/konoyona/images/logomini.png");
}
.box_txt2 li{
list-style-type: circle;
margin-bottom:7px;
padding-left:0.5em;
list-style-image: url("/konoyona/images/logomini.png");
}

/* お問い合わせCTA */
.section2{
font-family:serif;
font-size:28px;
font-weight:bold;
}
.ten{
font-size:6px;
line-height: 2.8em;
margin-bottom:30px;
}
.section2 h3{
font-size:60px;
font-weight:normal;
}
.section2 .txt2{
padding:25px 0px 25px 0px;
}
.section2 h3 p{
color:#BA9153;
display:inline-block;
margin:0px;
}
.section2 h4{
font-size:22px;
}
.section2 .txt3{
padding:0px 0px 25px 0px;
color:#BA9153;
font-size:22px;
}
.store_wrap a img{
margin-bottom:50px;
}
