/*
Theme Name: femust
Theme URI: https://femust-femust.jp
Description: femust記事
Version: 1.0
Author: femust
Author URI: https://femust-femust.jp
*/

body{
    line-height: 28px;
    font-size: 15px;
}
/********************************************
 * nav_header_footer
 ********************************************/
header{
    padding: 0px;
    margin: 0px auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
}
#header{
    width: 100%;
    text-align: center;
    padding: 15px 0px;
}
.m_fixed{
    background: rgba(255,255,255,0.8);
}
#logo{
    float: left;
    width: 250px;
    padding: 5px 0px;
    margin-left: 5%;
	position: relative;
	z-index:2;
}
#logo img{
    height: auto;
    width: 100%;
    padding: 0;
    display: block;
    vertical-align: bottom;
}
.pure-container{
    width: 95%;
    position: relative;
    text-align: right;
    padding: 0px 0px;
    margin-right: 5%;
}
.pure-container input{
    display: none;
}
#g_nav{
    display: inline-block;
}
#g_nav li{
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
#g_nav li a{
    display: block;
    color: #3f2520;
    padding: 5px 20px;
    font-weight: bold;
}

#g_nav .current_page_item a,
#g_nav .current-menu-item a{
    text-decoration:none;
    color: #008cd0;
}
#g_nav a:hover{
	text-decoration:none;
    color: #008cd0;
}
#g_nav li.hd_btn{
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
#g_nav li.hd_btn a{
    display: block;
    background: url(images/i_cart.png) no-repeat left center;
    background-size: 40px;
    padding: 5px 0px 5px 50px;
    font-weight: bold;
    color: #3f2520;
    -webkit-transition: all .5s ease;
	transition: all .5s ease;
}

footer{
}
.ft_nav{
    float: left;
    width: 50%;
}
.ft_nav a{
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.ft_nav span{
    display: inline-block;
    vertical-align: middle;
}
#copyright,
#copyright a{
    color: #b5b5b5;
    font-size: 12px;
    line-height: 22px;
    text-align: right;
}

/********************************************
 * 共通要素
 ********************************************/

.txt_inline{
    display: inline-block;
}
.txt_s{
    font-size: 13px;
    line-height: 22px;
}
.txt_normal{
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
}
.txt_m,
.box1 h3,
.faqbox h3,
.p_txt1{
    font-size: 24px;
    line-height: 40px;
}
.lh40{
    line-height: 40px;
}
.txt_b,
.titleh3 h3,
.titleh2 span,
.listtxt h3{
    font-size: 28px;
    line-height: 44px;
}
.txt_b,
.txt_m,
.titleh3 h3,
.listtxt h3{
    font-weight: bold;
}
.txt_c{
    text-align: center;
}
.txt_r{
    text-align: right;
}
.mgat{
    margin: 0 auto;
}
.wid_1{
    width: 380px;
}
.wid_2{
    width: 200px;
}
.pc_none{
	display:none;
}

.mainclm{
    width: 100%;
    padding-top: 110px;
    padding-bottom: 80px;
    position: relative;
    background: #ffffff;
    background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 60%, #f2eaea 60%, #f2eaea 100%);
    background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 60%,#f2eaea 60%,#f2eaea 100%);
    background: linear-gradient(to right,  #ffffff 0%,#ffffff 60%,#f2eaea 60%,#f2eaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2eaea',GradientType=1 );
    position: relative;
}
.mainimg{
    width: 51%;
    height: 840px;
    margin-top: 20px;
    background: url(images/main.jpg) no-repeat center center;
    background-size: cover;
    float: right;
    position: relative;
    z-index: 2;
}

.maintxt{
    width: 49%;
    float: left;
}
.maininner{
    float: right;
    width: 600px;
    osition: relative;
    z-index: 2;
}
.img1{
    position: relative;
    z-index: 2;
}
.mainbox{
    padding-bottom: 100px;
    text-align: center;
    position: relative;
}
.mainbox::after{
    content: '';
    width: 340px;
    height: 340px;
    background: #f2eaea;
    border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -170px;
    z-index: 1;
}
.txt1{
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 34px;
    line-height: 60px;
    letter-spacing: 3px;
    padding-bottom: 30px;
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.txt1 h2{
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 50px;
    line-height: 80px;
    letter-spacing: 3px;
    font-weight: bold;
}
.re_dot {
    width: 420px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.re_dot ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
justify-content: center;
}
.re_dot li{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    width: 33.3%;
}
.re_bg1{
    width: 110px;
    height: 110px;
    line-height: 110px;
    margin: 10px auto 0px;
    box-sizing: border-box;
    border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
    background: #daa1ae;
background: -moz-linear-gradient(left,  #daa1ae 0%, #bac5dd 100%);
background: -webkit-linear-gradient(left,  #daa1ae 0%,#bac5dd 100%);
background: linear-gradient(to right,  #daa1ae 0%,#bac5dd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daa1ae', endColorstr='#bac5dd',GradientType=1 );
}
.re_bg2{
    width: 140px;
    height: 140px;
    line-height: 140px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
    background: #d5a4b7;
background: -moz-linear-gradient(left,  #d5a4b7 0%, #eabcaa 100%);
background: -webkit-linear-gradient(left,  #d5a4b7 0%,#eabcaa 100%);
background: linear-gradient(to right,  #d5a4b7 0%,#eabcaa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5a4b7', endColorstr='#eabcaa',GradientType=1 );
}
.re_bg3{
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    padding-top: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #d5a4b7;
    background: -moz-linear-gradient(left,  #d5a4b7 0%, #eabcaa 100%);
    background: -webkit-linear-gradient(left,  #d5a4b7 0%,#eabcaa 100%);
    background: linear-gradient(to right,  #d5a4b7 0%,#eabcaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5a4b7', endColorstr='#eabcaa',GradientType=1 );
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    display: table-cell;
}
.ad_dot1{
    width: 300px;
    height: 300px;
    background: #f2eaea;
    border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
    position: absolute;
    top: 0px;
    left: -150px;
    z-index: 1;
}
.ad_dot2{
    width: 160px;
    height: 160px;
    background: #f2eaea;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: 360px;
    left: 60px;
    z-index: 1;
}
.ad_dot3{
    width: 300px;
    height: 300px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: 20px;
    right: -50px;
    z-index: 1;
}
.ad_dot4{
    width: 150px;
    height: 150px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: 380px;
    right: 10%;
    z-index: 1;
}
.ad_dot5{
    width: 150px;
    height: 150px;
    background: #f7f7f7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: 40px;
    right: 40%;
    z-index: 1;
}
.arrow1{
    width: 130px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.titleh2{
    padding-bottom: 30px;
}
.titleh2 h2{
    font-size: 45px;
    line-height: 56px;
    letter-spacing: 3px;
    font-weight: bold;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.titleh2 span{
    letter-spacing: 2px;
    font-weight: bold;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.titleh2 h2 .dot-text {
    /*background-position: top left 0px;
    background-repeat: repeat-x;
    background-size: 1.0em .3em;
    background-image: radial-gradient(.15em .15em at center center,#ffffff,#ffffff 100%,transparent,transparent);
  padding-top: .6em;*/
    text-emphasis: dot #ffffff;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 3px;
    font-weight: bold;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.check2 ul{
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
}
.check li,
.check2 li{
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    color: #ffffff;
    background: url(images/check.png) no-repeat left 5px;
    background-size: 25px;
    padding-left: 35px;
    margin-top: 20px;
}
.clmtxt1{
    width: 50%;
    float: right;
}
.clmimg1{
    width: 50%;
    float: left;
}
.clmtb2{
    display: table;
    width: 100%;
}
.clmimg2{
    display: table-cell;
    vertical-align: middle;
}
.clmtxt2{
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}

.inner2{
    width: 600px;
    padding-left: 50px;
    box-sizing: border-box;
}
.topbg1{
    background: url(images/top1.jpg) no-repeat center center;
    background-size: cover;
    height: 400px;
}
.topbg2{
    background: url(images/top2.jpg) no-repeat center center;
    background-size: cover;
    aspect-ratio: 8/5;
}
.voicebox{
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
    padding-top: 15px;
}
.voicebox dt{
    background: #eeeeee;
    padding: 10px 15px;
}
.voicebox dt h3{
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    float: left;
    width: 70%;
}
.voicebox dt p{
    display: inline-block;
    float: right;
    font-weight: bold;
}
.voicebox dd{
    color: #666666;
    padding: 20px 15px 30px 70px;
    background: url(images/face.png) no-repeat left 20px;
    background-size: 50px;
}
.box1 h3,
.faqbox h3{
    background: #f2eaea;
    text-align: center;
    padding: 15px;
    font-weight: bold;
}
.inner1{
    background: #ffffff;
    padding: 30px;
}
.itemtb1{
    display: table;
    width: 100%;
}
.itemimg{
    display: table-cell;
    vertical-align: top;
    width: 280px;
}
.itemtxt{
    display: table-cell;
    padding-left: 30px;
}
.itemtxt h4{
    font-size: 18px;
    line-height: 36px;
    padding-bottom: 5px;
    font-weight: bold
}
.price{
    width: 55%;
    float: left;
    display: table;
}
.pricetxt{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.p_txt1{
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-style: italic;
    color: #bf8177;
}
.p_txt2{
    font-size: 45px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 1px;
    font-style: italic;
    color: #bf8177;
}
.p_txt2 span{
    font-size: 17px;
    color: #bf8177;
}
.storesbtn{
    width: 45%;
    float: right;
}
.storesbtn a{
    font-size: 24px;
    line-height: 40px;
    padding: 25px 10px;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    display: block;
    background: #3f2520 url(images/i_cart2.png) no-repeat 15px center;
    background-size: 40px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	margin-top: 5px;
}
.storesbtn a:hover{
    background: #bf8177 url(images/i_cart2.png) no-repeat 15px center;
    background-size: 40px;
}
.point li{
    display: table;
    width: 100%;
    padding: 15px 0px;
}
.point h3{
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.pointtxt{
    display: table-cell;
    vertical-align: middle;
    width: 120px;
}
.pointtxt span{
    color: #bf8177;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}
.number{
    color: #ffffff;
    background: #bf8177;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 64px;
    width: 64px;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.boxlist li{
    padding-bottom: 40px;
    padding-top: 10px;
}
.boxlist li:last-child{
    padding-bottom: 0px;
}
.listimg{
    width: 360px;
    float: left;
}
.listtxt{
    padding-left: 400px;
}
.box2,
.box3{
    width: 100%;
    padding-top: 20px;
    display: table;
}
.box2 h4,
.box3 h4{
    /*display: table-cell;
    vertical-align: middle;*/
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    width: 90px;
    height: 90px;
    line-height: 84px;
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.box2 h4{
    /*color: #bf8177;
    border: 3px solid #bf8177;*/
    color: #b6b6b6;
    border: 3px solid #b6b6b6;
}
.box3 h4{
    color: #b6b6b6;
    border: 3px solid #b6b6b6;
}
.listcell{
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    font-weight: bold;
}
.box3 .listcell{
    color: #777777;
}
.clmtb3{
    display: table;
    width: 100%;
}
.clmtxt3{
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
}
.clmimg3{
    display: table-cell;
    vertical-align: middle;
}
.inner3{
    margin-top: 100px;
    padding: 60px 100px;
    background: #ffffff;
    position: relative;
}
.ad1{
    position: absolute;
    left: 20px;
    top: -70px;
    z-index: 1;
    width: 322px;
}
.table1 table{
    border-right:1px solid #dddddd;
}
.table1 th,
.table1 td{
    padding: 15px 10px;
    border-top:1px solid #dddddd;
    border-left:1px solid #dddddd;
}
.table1 th{
    font-weight: 18px;
    font-weight: bold;
    background: #e9e9e9;
    width: 225px;
}
.table1 td{
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}
.td_bg1,
.td_bg2{
    color: #ffffff;
    font-size: 15px!important;
    line-height: 22px!important;
    text-align: center;
}
.td_bg1{
    background: #c48f87;
}
.td_bg2{
    background: #333333;
}
.table1 th.th_bg1{
background: #d5a4b7;
background: -moz-linear-gradient(left,  #d5a4b7 0%, #eabcaa 100%);
background: -webkit-linear-gradient(left,  #d5a4b7 0%,#eabcaa 100%);
background: linear-gradient(to right,  #d5a4b7 0%,#eabcaa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5a4b7', endColorstr='#eabcaa',GradientType=1 );
    background: #d5a4b7 url(images/i_th.png) no-repeat 15px center;
    background-size: 40px;
    color: #ffffff;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    letter-spacing: 2px;
}
.bd_1,
.bd_2,
.bd_3{
    border-top: 4px solid #c48f87!important;
    border-bottom: 4px solid #c48f87;
}
.bd_1{
    border-left: 4px solid #c48f87!important;
}
.bd_3{
    border-right: 4px solid #c48f87!important;
}
.boxlist2 li{
    padding-top: 40px;
}
.boxlist2 li:first-child{
    padding-top: 0px;
}
.clmimg4{
    width: 120px;
    float: left;
}
.clmimg4 img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.clmtxt4{
    padding-left: 150px;
    padding-top: 5px;
}
.clmimg5{
    width: 360px;
    float: left;
}
.clmtxt5{
    padding-left: 400px;
}
.clmimg6{
    width: 380px;
    float: left;
}
.clmtxt6{
    padding-left: 420px;
}
.line1{
    border-top: 1px solid #dddddd;
    padding-top: 60px;
    margin-top: 60px;
}
.line2{
    border-top: 1px solid #dddddd;
    padding-top: 30px;
    margin-top: 30px;
}
.inner4{
    background: #ffffff;
    padding: 50px;
}
.faqbox dt,
.faqbox dd{
    padding: 5px 0px 5px 70px;
    position: relative;
}
.faqbox dt{
    font-size: 20px;
    line-height: 45px;
    font-weight: bold;
    margin-top: 40px;
}
.faqbox dd{
    margin-top: 5px;
    color: #666666;
}
.faqbox dt::before,
.faqbox dd::before{
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    left: 0px;
    top: 0px;
    border: 3px solid #bf8177;
}
.faqbox dt::before{
    content: 'Q';
    background: #bf8177;
    color: #ffffff;
}
.faqbox dd::before{
    content: 'A';
    background: #ffffff;
    color: #bf8177;
}
.co_t_pc {
   
}

@media screen and (max-width: 1280px) {
.inner2{
    width: 90%;
    padding-left: 0px;
    box-sizing: border-box;
    margin: 0 auto;
}
.mainimg{
    width: 48%;
    height: 770px;
    margin-top: 20px;
}

.maintxt{
    width: 50%;
    float: left;
}
.maininner{
    width: 95%;
}
    
.clmimg2{
    width: 50%;
}
.p_txt2{
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0px;
}
.p_txt2 span{
    font-size: 15px;
}
.topbg2{
    background: url(images/top2.jpg) no-repeat center center;
    background-size: cover;
    aspect-ratio: auto;
    height: 400px;
}
.inner3{
    padding: 60px 40px;
}
.ad1{
    left: 0px;
    /*width: 322px;*/
    width: 280px;
}
.clmtxt1{
    width: 60%;
}
.clmimg1{
    width: 40%;
}
}
@media screen and (max-width: 1100px) {

#g_nav li a{
    padding: 5px 15px;
}
}