    /*
    Theme Name: towinco-wp-salon
    Description:オーガニックカラー専門店サロン トウィンコ
    Theme URI: https://www.towinco.jp/
    Author: 株式会社エルテ
    Author URI: http://erte-works.com/
    Version: バージョン
    License: 株式会社エルテ
    License URI: http://erte-works.com/
    */


/* IMPORT RESET */
@import url("css/reset.css");

/* Utility */
@import url("css/utility.css");

/* top.css */
@import url("css/top.css");

/* Font Awesome BootstrapCDN */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");

/* content.css */
@import url("css/content.css");

/* nivo-SLIDER */
@import url("css/nivo-slider.css");

/* ==================================================
	basic layout
================================================== */
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
  overflow-x: hidden;
  font-size: 1.4rem;
}

/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  #wrapper {
    min-width: 1000px;
  }
}
/* ========== end △ */
/* サイト幅
-------------------------------------------------- */
.site_wrap {
  box-sizing: border-box;
  width: 100%;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  .site_wrap {
    width: 1200px;
    margin: 0 auto;
  }
}
/* ========== end △ */
/* ==================================================
	header
================================================== */
#header{
  width:100%;
  padding:0px 0;
  z-index:1000;
  background:#e9ddba;
  border-bottom:solid 1px #ccc;
  position:static;
}

.header_inner{
}

#header h1 {
  float:left;
  width:180px;
  padding:10px 0 10px;
}

.header_info{
  float:right;
  width:135px;
  padding:8px 32px 10px 0px;
}
.header_info li{
float:left;
width:44px;
padding:2px;
}

.header_pc_tel{display:none;}
.header_sp_tel{display:block;}

/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {

#header{
  border-bottom:none;
  position:static;
}

#header h1 {
  width:300px;
}

.header_inner{
background:none;
position:absolute;
z-index: 5;
}

.header_inner_kaso{
background:none;
position:static;
z-index: 5;
}


.header_pc_tel{display:block;}
.header_sp_tel{display:none;}

}



@keyframes fadeslideIn {
    0% {opacity: 0;transform: translateY(-50px);}
    100% {opacity: 1;transform: translateY(0);}
}

@-webkit-keyframes slideIn {
    0% {opacity: 0;transform: translateY(-50px);}
    100% {opacity: 1;transform: translateY(0);}
}




/* ==================================================
	gnav
================================================== */


.menu a{
    text-decoration:none !important;
}

.menu-mobile{
    width: 40px;
    height:40px;
    text-align:center;
    background:#b52b4d;
    position:absolute;
    top: 10px;
    right: 5px;
    padding: 0px;
}

.menu-mobile:after {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 2.3rem;
    padding: 0;
    float: none;
    color:#fff;
    position: relative;
    top: 12%;
}

.menu-dropdown-icon:before {
    content: "\f067";
    font-family: "FontAwesome";
    cursor: pointer;
    float: right;
    padding: 1em;
    background: #0e3673;
    color: #fff;
}

    .menu > ul {
        display: none;
        background:#b52b4d;
    }

    .menu > ul.show-on-mobile{
        display: block;
    }
    .menu > ul > li {
        width: 50%;
        float: left;
        display: block;
        border-top:dotted 1px #fff;
        border-bottom:none;
        background:none;
    }

    .menu > ul > li:first-child{
    background:none;
    border-top:none;
    width: 100%;
    }

    .menu > ul > li a {
        padding: 1em;
        width: 100%;
        display: block;
        text-align:left;
        color:#fff;
    }

.menu > ul > li > ul {
    display: none;
    width: 30%!important;
    background: rgba(0,30,73,0.8);
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: #fff;
    padding: 0.8em 0 !important;
    width: 100%;
    display: block;
    text-align:left;
    border-bottom: 1px dotted #fff!important;
}

.menu > ul > li a:before {
    content: "\f0a9";
    font-family: "FontAwesome";
    margin-right:10px;
}

.menu > ul > li > ul > li a:hover{
    background:rgba(0,30,73,1.0);
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 100%!important;
    left: auto;
    padding: 10px 20px;
    position: relative;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 0.5em 0 !important;
}


/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {

.menu{
    width: 100%;
    margin: 0px auto 0;
    background: linear-gradient(#bf3759, #c93e61);
}


.menu-mobile {
    display: none;
}

.menu > ul {
    display: block;
    margin: 0 auto;
    width: 1000px;
    list-style: none;
    padding: 0;
    position: relative;
    background:none;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}


.menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
    width:15.0%;
    border-top:none;
    background:url(common_img/li_bg.png) no-repeat right center;
}


.menu > ul > li:first-child{
    width:10%;
    background:url(common_img/li_bg.png) no-repeat left center,url(common_img/li_bg.png) no-repeat right center;
}

.menu > ul > li a {
    padding: 1.6em 1.5em;
    display: block;
    text-align:center;
}

.menu > ul > li:hover {
    background:#b52b4d;
}

.menu-dropdown-icon:before {
    display: none;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 300px!important;
    left: auto;
    padding: 10px 20px;
    position: absolute!important;
    z-index:1000;
}


}

/* ========== end △ */
/* ==================================================
	content_area
================================================== */


#content_area_top,#content_area,#content_area_concept{
  padding:0 15px 0;
}

  #content_area_concept {
    background:url(common_img/bg02.png) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
    min-height:500px;
    padding:60px 0px 0px;
  }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 800px) {
  #content_area_top {
    margin-bottom: 0px;
    min-height:600px;
    background:url(common_img/bg01.png) repeat-y center top;
    background-attachment: fixed;
    background-size: 100%;
    padding:0 0px 0;
  }
  #content_area {
    margin-top: 30px;
    margin-bottom: 0px;
    min-height:600px;
    padding:0 0px 60px;
  }
  #content_area_concept {
    margin-bottom: 0px;
    min-height:1000px;
    padding:80px 0px 0px;
  }
}
/* ========== end △ */
/* title set
-------------------------------------------------- */

/* ========== end △ */
.tt_style01 {
font-size:140%;
color:#000;
text-align:center;
padding:0px 0px 30px 0px ;
margin:30px 0 20px;
font-weight:bold;
background:url(common_img/tt_bg_01.png) no-repeat center bottom;
}


.tt_style_lead {
color:#000;
text-align:center;
padding:10px 0px 30px 0px ;
font-weight:normal;
background:url(common_img/tt_bg_02.png) no-repeat center 0;
background-size:280px;
}

.tt_style_lead span{
font-size:160%;
display:block;
margin:0 0 15px;
text-align:center;
}


/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
.tt_style01 {
    margin: 30px 0 20px;
    font-size:200%;
    padding:0px 0px 15px 0px ;
  }

  #content_area section:first-child .tt_style01 {
    margin: 0px 0 20px;
  }
}
/* ========== end △ */
.tt_style01 span {
  display: block;
  position: relative;
  color:#c0385a;
  font-size:85%;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
.tt_style01 span {
    font-size: 2.0rem;
  }

.tt_style_lead {
font-size:120%;
background-size:400px;
}

}
/* ========== end △ */
.tt_style02 {
  margin-top: 25px;
  margin-bottom: 15px;
  padding: 10px 20px;
  font-size: 1.6rem;
  color:#fff;
  background:#c73d60;
  border-bottom: 6px solid #b31d43;
}

.tt_style03 {
  margin:0px 0 15px;
  padding: 5px 15px 3px 5px;
  border-bottom: 2px dotted #d0bf8c;
  font-size: 1.6rem;
  color:#937a30;
}

.tt_style04 {
  margin:15px 0 15px;
  padding: 0px 0px 5px;
  font-size: 1.6rem;
  color:#000;
  font-weight:bold;
}

.tt_style05 {
  margin:0px 0 15px;
  padding: 5px 15px 5px;
  font-size: 1.6rem;
  color:#fff;
  background:#006baf;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
.tt_style02 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight:bold;
  }

.tt_style03 {
  font-size: 1.8rem;
  padding: 8px 15px 8px 5px;
  margin:40px 0 15px;
}

main section:first-child .tt_style03 {
  margin:0px 0 25px;
}

}

/* ========== end △ */


/* ==================================================
	フッター上部のフローター
================================================== */



/* ========== end △ */
/* ==================================================
	footer
================================================== */
#footer {
  background: linear-gradient(#e9ddba, #d5c8a1);
}

#copy{
text-align:center;
padding:20px 0 40px;
color:#fff;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  #footer {
    padding: 15px 0;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  #footer {
    padding: 25px 0;
  }

#copy{
padding:20px 0 40px;
}
}
/* ========== end △ */

/* page_top
----------------------------- */
#page_top{
  width: 50px;
  position: fixed;
  right: 50px;
  bottom:50px;
  z-index: 20;
}
#page_top a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

@media only screen and (max-width: 768px) {

#page_top{
  right: 5px;
  bottom:5px;
}

}


.f_link{
text-align:center;
padding:30px 0 0;
}

.f_link img{
margin:5px;
}

.f_logo{
width:70%;
text-align:left;
float:none;
margin:20px auto 30px;
}

#fnav{
    float:none;
    width:100%;
    margin:35px 0 0;
    padding:0 0 40px;
  }

.f_logo dt{
text-align:center;
}

.f_logo dd{
padding:0px 0px;
font-size:110%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 1024px) {


  #fnav li {
    border-top: 1px dotted #fff;
    display:block;
    color:#fff;
    font-weight:bold;
    padding:10px 0 0 20px;
  }

  #fnav li a{
    font-weight:normal;
    padding:0px 0 10px 0px!important;
  }

  #fnav li ul{
    padding:0 0 0 20px;
  }

  #fnav li ul li{
    border-top:none;
     border-bottom:dotted 1px #ccc;
  }
  #fnav li ul li:last-child{
    border-top:none;
     border-bottom:none;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 1024px) {
  #fnav{
    float:right;
    width:70%;
    margin:35px 0 0;
  }

.f_logo{
width:29%;
text-align:left;
float:left;
margin:0 auto 30px;
}

  #fnav li {
    display:table-cell;
    color: #fff;
    text-align:center;
    font-weight:bold;
  }
  #fnav li.first_home{
    width:10%;
  }


  #fnav li a{
    font-weight:bold;
    display:block;
    text-align:left;
    padding:0 0 0 20px;
  }

  #fnav li a::before {
    content: "\f105";
    float: right;
    margin-left: 15px;
    font-family: FontAwesome;
  }

}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #fnav li a {
    display: block;
    padding: 10px 0 10px 15px;
  }
  #fnav li a::before {
    content: "\f105";
    float: right;
    margin-right: 15px;
    font-family: FontAwesome;
  }
}
/* ========== end △ */