@charset "utf-8";
/* CSS Document */
/********************************************************************
	layout.css
*********************************************************************/

/* clearfix */
.cf{
	zoom:1;
}
.cf::before, .cf::after{
	content: "";
	display: table;
}
.cf::after{
	clear:both;
}

/*--- リンク ---*/
a:link, a:visited{
	color: #0062a9;
	text-decoration: none;
}
a:hover, a:active{
	color: #e60012;
	text-decoration:underline;
}
/*-- PDFマーク --*/
.pdf::after{
  font-family: 'FontAwesome';
  content: "\f1c1";
  margin-left: 5px;
}

/*--- ページトップ ---*/
#pagetop{
	position: fixed;
  bottom: 10px;
  right: 10px;
	z-index:10;
}
#pagetop a{
  display: block;
  color: #FFFFFF;
  height: 35px;
  line-height: 35px;
  width: 35px;
  text-align: center;
  background-color: #993333;
  /*border-radius: 4px;*/
}

/*--- フルードイメージ ---*/
/* 拡大縮小 */
.fluidimg{
	width: 100%;
	max-width: 100%;
	height:auto;
}
/* 画像サイズ内で縮小 */
.fluidimg2{
	width: auto;
	max-width: 100%;
	height:auto;
}

html{
	width:100%;
}
body{
	width: 100%;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFFF;
}
img{
  vertical-align: bottom;
}

/*==========================================================================
	レイアウト
============================================================================*/
#wapper{
	width:100%;
	color: #333333;
	font-size: 16px;
  line-height: 1.8;
}
.sp_none{
	display:none;
}
/*-- ボタン --*/
.btnA{
  margin: 40px auto;
}
.btnA a{
  text-align: center;
  color: #FFFFFF;
  background-color: #0062A9;
  line-height: 1;
  font-size: 18px;
  padding: 15px 10px;
  display: block;
  transition: .2s linear;
  position: relative;
}
.btnA a::after{
  font-family: 'FontAwesome';
  content: "\f0da";
  position: absolute;
  right: 10px;
}
/*--- リンク ---*/
.btnA a:link, .btnA a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.btnA a:hover, .btnA a:active{
	color: #FFFFFF;
	text-decoration: none;
  background-color:#199C69;
}
/*--- タイトル ---*/
.titleA{
  font-family: "Sawarabi Mincho";
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
}
.titleA span{
  color: #cc6666;
}
/*-- 下三角01 --*/
.next01{
  text-align: center;
  padding: 10px;
  margin: 5px auto;
  width: 12%;
}
.next02{
  text-align: center;
  padding: 10px;
  margin: 5px auto;
  width: 8%;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  #wapper{
		font-size: 17px;
  }
  .sp_none{
	  display:block;
  }
  .tb_none{
	  display:none;
  }
  /*--- タイトル ---*/
  .titleA{
      font-size: 30px;
  }
    
  /*-- ボタン --*/
  .btnA{
    width: 50%;
    margin: 40px auto;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  #wapper{
		font-size: 18px;
  }
  .tb_none{
	  display:block;
  }
  .pc_none{
	  display:none;
  }
  /*--- タイトル ---*/
  .titleA{
    font-size: 36px;
  }
  
  
  /*-- ボタン --*/
  .btnA{
    width: 250px;
    margin: 50px auto;
  }
}

/*==========================================================================
	ヘッダー
============================================================================*/
#header{
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  position: fixed;
	margin:0px auto;
  background: rgba(255, 255, 255, .95);
  /*background-color: #FFFFFF;*/
  z-index: 10095;
}
#header #headerinnr{
  width: 100%;
  height: 50px;
  position: relative;
}
#headerinnr #logo{
  width: 180px;
  position: absolute;
  left: 10px;
  top: 5px;
}
#headerinnr #headContBtn{
  position: absolute;
  right: 10px;
  top: 5px;
}
#headerinnr #headContBtn a{
  text-align: center;
  color: #FFFFFF;
  background-color: #993333;
  line-height: 1;
  font-size: 6px;
  padding: 15px 10px;
  display: block;
  transition: .2s linear;
  position: relative;
  border-radius: 6px;
}
/*--- リンク ---*/
#headerinnr #headContBtn a:link, #headerinnr #headContBtn a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#headerinnr #headContBtn a:hover, #headerinnr #headContBtn a:active{
	color: #FFFFFF;
	text-decoration: none;
  background-color:#bda18d;
}
#headerinnr .msg{
    display: none;
}
#headerinnr .tel{
    display: none;
}
@media print, screen and (max-width: 320px) {
  #headerinnr #logo{
    width: 140px;
    position: absolute;
    left: 10px;
    top: 5px;
  }
  #headerinnr #headContBtn a{
    font-size: 4px;
    padding: 15px 6px;
  }
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  #header #headerinnr{
    height : 151px;
  }
  #headerinnr #logo{
    position: absolute;
    right: 10px;
    top: 15px;
    width: 300px;
  }
  #headerinnr #headContBtn{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 220px;
  }
  #headerinnr #headContBtn a{
    font-size: 14px;
    padding: 30px 10px;
  }
  #headerinnr .address{
    font-size: 13px;
    position: absolute;
    left: 11px;
    top: 57px;
  }
  #headerinnr .tel{
    display: block;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 240px;
    top: 13px;
  }
  #headerinnr .tel span{
    color: #cc3333;
  }
}

/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  #header #headerinnr{
    /*max-width: 1200px;*/
    margin: 0 auto;
    position: relative;
  }
  #headerinnr #logo{
    position: absolute;
    right: 10px;
    top: 15px;
    width: 360px;
  }
  #headerinnr #headContBtn{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 260px;
  }
  #headerinnr #headContBtn a{
    font-size: 18px;
    padding: 30px 10px;
  }
  #headerinnr .address{
    font-size: 14px;
    position: absolute;
    left: 11px;
    top: 63px;
  }
  #headerinnr .msg{
    display: block;
    font-size: 12px;
    line-height: 1.4;
    text-align: right;
    position: absolute;
    right: 280px;
    top: 13px;
  }
  #headerinnr .tel{
    font-size: 20px;
    position: absolute;
    right: 300px;
    top: 57px;
  }
  
}
@media print, screen and (min-width: 1024px) and (max-width: 1200px) {
  #headerinnr #logo{
    width: 300px;
  }
  #headerinnr .msg{
    font-size: 10px;
  }
}

/*==========================================================================
	メイン画像
============================================================================*/
.mainimg{
  /* 固定ヘッダーの高さ分あける*/
  padding-top: 50px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
    /* 固定ヘッダーの高さ分あける*/
  .mainimg{
    padding-top: 100px;
  }
}
/*****************************************************
	1400px以上【PC】
******************************************************/
/*
@media print, screen and (min-width: 1500px) {
  .mainimg {
    max-width: 1500px;
    text-align: center;
    margin: 0px auto;
  }
}*/

/*==========================================================================
	セクション1 (こんなことございませんか)
============================================================================*/
.sec01{
  background-color: #f5e8de;
  padding-bottom: 30px;
}
.sec01 .ttl{
  background-color: #bda18d;
  text-align: center;
  padding: 15px 10px;
  /*margin-bottom: 20px;*/
}
.sec01 .sec01innr{
  padding: 0px 10px;
}
/*-- リスト --*/
.sec01 .faqbox{
  padding: 0px 10px;
  list-style: none;
  font-size: 14px;
  font-weight: bold;
}
.sec01 .faqbox li{
  margin-bottom: 15px;
}
.sec01 .faqbox li .inwap{
  background-color: #FFFFFF;
}
.sec01 .faqbox li p{
  padding: 15px;
  text-align: center;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .sec01 .sec01innr{
    padding: 0px 10px;
  }
  /*-- リスト --*/
  .sec01 .faqbox li{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0px 3px;
    margin-bottom: 6px;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  .sec01 .sec01innr{
    padding: 0px;
    max-width: 1200px;
    margin: 0px auto;
  }
  /*-- リスト --*/
  .sec01 .faqbox{
    padding: 0px;
    max-width: 1206px;
    margin: 0px auto;
  }
  .sec01 .faqbox li{
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 0px 3px;
  }
}
/*==========================================================================
	セクション2 (でも・・・こんなお悩みございませんか？)
============================================================================*/
.sec02{
  padding: 30px 0px;
  background-size: cover;
  background-image: url(../img/sec02bg.jpg);
  background-position: center;
}
.sec02 .sec02innr{
    padding: 0px 10px;
}
.sec02 .sec02innr .faqArea{
  overflow: hidden;
}
.sec02 .sec02innr .faqArea .textArea{
  background: rgba(255, 255, 255, .95);
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 10px;
  line-height: 2.3;
}
.sec02 .sec02innr .faqArea .textArea h3{
  color: #cc6666;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}
.sec02 .sec02innr .faqArea .picArea{
  text-align: center;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .sec02 .sec02innr .faqArea .textArea{
    float: left;
    padding: 30px;
    width: 65%;
    box-sizing: border-box;
  }
  .sec02 .sec02innr .faqArea .textArea h3{
    font-size: 22px;
  }
  .sec02 .sec02innr .faqArea .picArea{
    float: right;
    width: 35%;
    padding: 30px;
    box-sizing: border-box;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  .sec02 .sec02innr{
    padding: 0px;
    max-width: 960px;
    margin: 0px auto;
  }
}
/*==========================================================================
	セクション3 (コスメブランディング ドットコムにお任せください)
============================================================================*/
.sec03{
  padding: 30px 0px;
  background-size: cover;
  background-image: url(../img/sec03bg.jpg);
  background-position: center;
}
.sec03 .sec03innr{
    padding: 0px 10px;
}
.sec03 .sec03innr .faqArea{
  overflow: hidden;
}
.sec03 .sec03innr .faqArea .textArea{
  background: rgba(255, 255, 255, .95);
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 10px;
  line-height: 2.3;
}
.sec03 .sec03innr .faqArea .textArea h3{
  color: #cc6666;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}
.sec03 .sec03innr .faqArea .picArea{
  text-align: center;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .sec03 .sec03innr .faqArea .textArea{
    float: left;
    padding: 30px;
    width: 65%;
    box-sizing: border-box;
  }
  .sec03 .sec03innr .faqArea .textArea h3{
    font-size: 22px;
  }
  .sec03 .sec03innr .faqArea .picArea{
    float: right;
    width: 35%;
    padding: 30px;
    box-sizing: border-box;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  .sec03 .sec03innr{
    padding: 0px;
    max-width: 960px;
    margin: 0px auto;
  }
}
/*==========================================================================
	セクション4 (ホームページを活用しブランディング)
============================================================================*/
.sec04{
  padding: 30px 0px;
}
.sec04 .sec04innr{
    padding: 0px 10px;
}
.sec04 .sec04innr .branBox01{
  overflow: hidden;
  margin-bottom: 30px;
}
.sec04 .sec04innr .branBox01 .picArea{
  text-align: center;
  margin-bottom: 10px;
}
.sec04 .sec04innr .branBox01 .textArea{
  background-color: #f5e8de;
  background-image: url(../img/yaji.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 25px;
}
.sec04 .sec04innr .branBox01 .textArea .txt01{
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}
.sec04 .sec04innr .branBox01 .textArea .txt02{
  font-size: 16px;
}
.sec04 .sec04innr .branBox02{
  overflow: hidden;
  list-style: none;
  margin-bottom: 30px;
}
.sec04 .sec04innr .branBox02 li{
  margin-bottom: 10px;
}
.sec04 .sec04innr .branBox02 li .inwap{
  background-color: #f5e8de;
}
.sec04 .sec04innr .branBox02 li .inwap p{
  padding: 20px;
}
.sec04 .sec04innr .msgbox{
  border: solid 1px #cc6666;
  border-radius: 6px;
  padding: 30px;
  margin: 30px 0px;
  text-align: center;
}
.sec04 .sec04innr .msgbox .txt01{
  margin-bottom: 30px;
  font-size: 12px;
}
.sec04 .sec04innr .msgbox .txt02{
  margin-bottom: 30px;
  font-family: "Sawarabi Mincho";
}
.sec04 .sec04innr .msgbox .txt02 span{
  color: #cc6666;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .sec04 .sec04innr .branBox01 .picArea{
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  .sec04 .sec04innr .branBox01 .textArea{
    float: right;
    width: 50%;
    box-sizing: border-box;
  }
  .sec04 .sec04innr .branBox02 li{
    margin-bottom: 6px;
    padding: 0px 3px;
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  .sec04 .sec04innr .msgbox{
    padding: 50px;
    margin: 30px 0px;
  }
  .sec04 .sec04innr .msgbox .txt01{
    font-size: 14px;
  }
  .sec04 .sec04innr .msgbox .txt02{
    font-size: 26px;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  .sec04 .sec04innr{
    max-width: 1220px;
    margin: 0px auto;
    padding: 0px 10px;
  }
  .sec04 .sec04innr .branBox02 li{
    margin-bottom: 10px;
    padding: 0px 10px;
    float: left;
    width: 25%;
    box-sizing: border-box;
  }
  .sec04 .sec04innr .msgbox{
    margin: 30px auto;
    max-width: 960px;
  }
  .sec04 .sec04innr .msgbox .txt01{
    font-size: 16px;
  }
  .sec04 .sec04innr .msgbox .txt02{
    font-size: 30px;
  }
}

/*==========================================================================
	お問い合わせコンタクト
============================================================================*/
.seccontact{
  padding: 30px 0px;
  background-color: #f4fedf;
}
.seccontact .seccontactinnr{
  padding: 0px 10px;
}
.seccontact .seccontactinnr .btnArea{

  text-align: center;
}
.seccontact .seccontactinnr .btnArea .btn01{
  margin-bottom: 10px;
}
.seccontact .seccontactinnr .btnArea .btn02{
  margin-bottom: 10px;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .seccontact .seccontactinnr .btnArea .btn01{
    margin-bottom: 10px;
    float: left;
    width: 50%;
    padding: 0px 5px;
    box-sizing: border-box;
  }
  .seccontact .seccontactinnr .btnArea .btn02{
    margin-bottom: 10px;
    float: right;
    width: 50%;
    padding: 0px 5px;
    box-sizing: border-box;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  .seccontact .seccontactinnr{
    padding: 0px;
    max-width: 960px;
    margin: 0px auto;
  }
}

/*==========================================================================
	セクション5 (各種サービス)
============================================================================*/
.sec05{
  padding: 30px 0px;
}
.sec05 .sec05innr{
    padding: 0px 10px;
}
.sec05 .sec05innr .servicelst{
  border-bottom: 1px solid #CCCCCC;
  padding: 30px 0px;
  margin-bottom: 30px;
  overflow: hidden;
}
.sec05 .sec05innr .servicelst dt{
  margin-bottom: 10px;
}
.sec05 .sec05innr .servicelst dd {
  
}
.sec05 .sec05innr .servicelst dd h3{
  margin-bottom: 15px;
  font-size: 24px;
}
.sec05 .sec05innr .servicelst dd .cap{
  margin-bottom: 15px;
  font-size: 12px;
}
/*-- 著作権について　--*/
.sec05 .sec05innr .copybox{
  padding: 30px;
  background-color: #f2f2f2;
}
.sec05 .sec05innr .copybox h3{
  margin-bottom: 15px;
  font-size: 24px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .sec05 .sec05innr .servicelst dt{
    width: 35%;
    float: left;
    box-sizing: border-box;
    padding-right: 15px;
    text-align: left;
  }
  .sec05 .sec05innr .servicelst dd{
    width: 65%;
    float: right;
    box-sizing: border-box;
    padding-left: 15px;
    text-align: left;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  .sec05 .sec05innr{
    padding: 0px;
    max-width: 1200px;
    margin: 0px auto;
  }
}

/*==========================================================================
	セクション6 (制作過程のご案内)
============================================================================*/
.sec06{
  padding: 30px 0px;
}
.sec06 .sec06innr{
    padding: 0px 10px;
}
.sec06 .sec06innr .flowArea{
  background-color: #f2f2f2;
  padding: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}
.sec06 .sec06innr .flowArea dt{
  float: left;
  width: 30px;
  text-align: center;
}
.sec06 .sec06innr .flowArea dd{
  float: none;
  width: auto;
  margin-left: 50px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .sec06 .sec06innr .flowArea dt{
    width: 70px;
    text-align: center;
  }  
  .sec06 .sec06innr .flowArea dd{
    margin-left: 90px;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  .sec06 .sec06innr{
    padding: 0px;
    max-width: 960px;
    margin: 0px auto;
  }
}

/*==========================================================================
	テキスト（ご利用規約、プライバシーポリシー）
============================================================================*/
.secText{
  padding: 30px 0px;
  background-color: #f2f2f2;
}
.secText .secTextinnr{
  padding: 0px 10px;
}
.secText .secTextinnr .textArea{
  padding: 25px;
  background-color: #FFFFFF;
  margin-bottom: 35px;
}
.secText .secTextinnr .textArea h3{
  font-size: 18px;
}
.secText .secTextinnr .textArea p{
  font-size: 12px;
  margin-bottom: 30px;
}

/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  .secText .secTextinnr .textArea{
    max-width: 960px;
    margin: 0px auto;
  }
}



/*==========================================================================
	フッダー
============================================================================*/
#footer{
  padding: 10px 0px;
  background-color: #bda18d;
}
#footer .footerinnr{
  padding: 0px 10px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
/*****************************************************
	320px以下【sp】
******************************************************/
@media print, screen and (max-width: 320px) {
 
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  
}
