@charset "utf-8";
/*
Theme Name: p-phoon-lp
Theme URI: http://
Description: p-phoon-lp
Version: 1.0
Author: 
Author URI: http://
Tags: p-phoon-lp
*/

*{margin:0;padding:0;}

html{background:#fff;}

body{
  font: 14px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  color:#252525;
}

a{color:#89024a;text-decoration:none;}
a:hover{color:#89024a;text-decoration:none;}
a:active, a:focus{outline: 0;}

/*
a:hover{
  text-decoration:none;
  opacity:0.4;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

a img:hover{
  text-decoration:none;
  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
*/

img{
  border:0;
  max-width: 100%;
  height: auto;
}

.clear{clear:both;}
p{margin-bottom: 10px;}
.center{text-align:center;}
.right{text-align:right;}

li{list-style: none;}

hr{
  border: none;
  border-top: dotted 1px #A2A2A2;
  height: 5px;
  margin: 25px 0px 25px 0px;
  width: 100%;
  clear: both;
}

.d-block > span{display: block;}
.img-resize{
  max-width: 100%;
  height: auto;
}

.telphone-text {
  font-family: 'Heebo', sans-serif;
}


/*******************************
box-sizing
*******************************/
*{
  box-sizing: border-box;  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}


/*************************
/* flex-box
*************************/
.flex-box{
  display: -webkit-flex; /* Safari */
  display: flex;
}

.flex-box-nowrap{
  -webkit-flex-wrap: nowrap; /* Safari */
  flex-wrap:         nowrap;
}

.flex-box-wrap{
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;  
}

.flex-box-row-rever{
  -webkit-flex-direction: row-reverse; /* Safari */
  flex-direction:         row-reverse;  
}

.flex-box-space-b{
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;  
}

.flex-box-space-a{
  -webkit-justify-content: space-around; /* Safari */
  justify-content:         space-around;  
}

.flex-box-space-c{
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
}

.flex-box-item-c{
  -webkit-align-items: center;
  align-items:         center;
}


/*******************************
*中央寄せ
*******************************/
.center-type1{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.center-type2{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/*******************************
*フォント
*******************************/
.font-mincho{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}


/*******************************
全体幅
*******************************/
.inner{
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

@media screen and (max-width: 767px){
  /* Mobile */
  .inner{
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1050px){
  /* PC */
  .inner{
    padding-left: 10px;
    padding-right: 10px;
  }
}


/*******************************
/* ヘッダー
*******************************/
#header{
  position:relative;
  background-image: url(images/header-bg1.png), url(images/bg-pattern2.png);
  background-repeat: no-repeat, repeat;
  background-position: center 0, center bottom;
}

#header > .inner{
  padding-top: 10px;
  padding-bottom: 110px;
}

#header h1,#header h2, #header h3{
  font-weight:normal;
  color: #252525;
  font-size: 10px;
  line-height: 1.0;
}

#header h1{margin-bottom: 45px;}

#header h2{
  margin-bottom: 20px;
  text-align: right;
}

#header h2 + p{
  background: url(images/bg-pattern3.png) repeat;
  width: 100%;
  max-width: 575px;
  padding: 5px;
  margin-left: auto;
}

#header h2 + p > span{
  display: block;
  padding: 5px;
  border: 1px solid rgba(231, 199, 167, 0.50);
}


/*******************************
コンテンツ位置
*******************************/
#container{padding: 20px 0;}

#container.home{
  padding-top: 0;
  padding-bottom: 0;
}

#main{
  width: 100%;
  padding-bottom:40px;
}

#container.home #main{
  padding-bottom: 0;
}

#sidebar{
  width: 225px;
  padding-bottom:40px;
}


/*************************
/* ボックス
*************************/
#date{
  text-align: right;
  padding-right: 5px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-weight:bold;
  color:#858585;
}

#next{
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

img.aligncenter{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright{
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft{
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

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

.box_img_border{
  border: 1px solid #cccccc;
  padding: 1px;
  margin: 1px;
}


/*************
/* 見出し
*************/
#container h3{
  margin-bottom:10px;
  padding-bottom:5px;
  color: #252525;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.0;
}

#container h2{
  padding: 0 5px 0 15px;
  font-size: 12px;
  font-weight: normal;
  color:#252525;
  line-height: 1.0;
}

#container .title-type1{
  margin-bottom: 40px;
  font-size: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #6e023a;
  text-align: center;
}

#container .title-type1 > span{
  display: inline-block;
  padding-top: 85px;
  margin-bottom: 40px;
  background: url(images/title-type1-bg1.png) no-repeat center top;
}


/*************
/* リスト
*************/
#container ul{margin-left: 5px;}

#container ul li{
  margin-bottom: 8px;
  padding: 0 5px 0 12px;
}

#sidebar ul{margin-left:3px;}


/*************
/* 汎用クラス
*************/
.btn-type1{background: #89024a;}

.btn-type1 > a{
  height: 43px;
  padding: 8px 15px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.btn-type1 a::before {
  content: "\f105";
  margin-right: 10px;
  font-size: 29px;
  font-family: FontAwesome;
  vertical-align: sub;
}

.btn-type1 span{padding-top: 2px;}

.salonname{
  padding-bottom: 4px;
  margin-bottom: 5px;
  font-size: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #010101;
  border-bottom: 1px dotted #89024a;
  line-height: 1.0;
}

.salonaddress{
  padding: 0 0 0 20px;
  margin-bottom: 3px;
  font-size: 13px;
  background: url(images/icon-marker1.png) no-repeat 0 0;
}

.salontime{
  padding: 0 0 0 20px;
  margin-bottom: 3px;
  font-size: 12px;
  background: url(images/icon-clock1.png) no-repeat 0 0;
}

.salontelphone{
  padding: 0 0 0 20px;
  margin-bottom: 4px;
  font-size: 22px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #89024a;
  line-height: 1.2;
  background: url(images/icon-telphone1.png) no-repeat 0 0;
}

.salontelphone::before{
  content: "TEL";
  margin-right: 3px;
  font-size: 15px;
}


/*************
/* トップページ
*************/
/* home-menu */
.home-menu{
  padding-top: 20px;
  padding-bottom: 30px;
  background: url(images/bg-pattern2.png) repeat center top;
}

.home-menu div.flex-box > div{
  -webkit-flex: 0 0 302px;
  flex: 0 0 302px;
  margin-bottom: 50px;
}

.home-menu div.thumnail{margin-bottom: 20px;}

#container .home-menu h3{
  margin-bottom: 15px;
  padding-bottom: 0;
  font-size: 20px;
  color: #89024a;
  line-height: 1.5;
}

.home-menu h3::before{
  position: relative;
  left: -1px;
  font-family: FontAwesome;
  content: '\f105';
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  font-size: 27px;
  color: #fff;
  background: #89024a;
  text-align: center;
}

.home-menu h3 + p{
  margin-bottom: 15px;
  font-size: 13px;
}


.home-menu p.home-menu-end-attention{
	color: #89024a;
	font-size: 13px;
	text-align:center;
	padding:0.6em 0;
	border:3px double #bf97ac;
	margin: 20px 0;
}


@media screen and (max-width: 767px){
  /* Mobile */
  .home-menu div.flex-box > div{
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 302px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1050px){
  /* PC */
  .home-menu div.flex-box > div{
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 302px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* home-voice */
.home-voice{
  padding-top: 60px;
  padding-bottom: 100px;
}

.home-voice div.flex-box{
  padding-left: 50px;
  padding-right: 50px;
}

.home-voice div.flex-box > div{
  -webkit-flex: 0 0 30%;
  flex: 0 0 30%;
}

.home-voice div.thumnail{
  margin-bottom: 40px;
  text-align: center;
}

.home-voice div.thumnail > span{
  display: inline-block;
  width: 170px;
  height: 170px;
  background: #ddd3d3;
}

#container .home-voice h3{font-size: 13px;}
.home-voice h3 + p{font-size: 13px;}

@media screen and (max-width: 767px){
  /* Mobile */
  .home-voice div.flex-box{
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-voice div.flex-box > div{
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .home-voice div.flex-box > div:not(:last-child){
    margin-bottom: 30px;
  }
}


/* .home-staff */
.home-staff{
  padding-top: 50px;
  padding-bottom: 90px;
  background: #fbfbed;
}

#container .home-staff h2{margin-bottom: 10px;}
#container .home-staff h2 > span{margin-bottom: 20;}
.home-staff h2 + p{
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: bold;
  color: #89024a;
  text-align: center;
}

.home-staff div.box-left,
.home-staff div.box-right{
  -webkit-flex: 0 0 49%;
  flex: 0 0 49%;  
}

.home-staff .staff-box1{
  -webkit-flex: 0 0 49%;
  flex: 0 0 49%;
  position: relative;
  padding: 8px;
}

.home-staff .staff-box1:not(:last-of-type){
  margin-bottom: 25px;
}

.home-staff .staff-box1 > div.box-in{
  padding: 5px;
  background: #fff;
  border: 5px solid #997d57;
  border-radius: 15px;
}

.home-staff .staff-box1 > div.box-in > div.box-in-in{
  height: 100%;
  padding: 24px;
  border: 1px solid #a68d6c;
  border-radius: 7px;
}

#container .home-staff .staff-box1 h3{
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #89024a;
  text-align: center;
}

.home-staff .staff-box1 .list{margin-bottom: 15px;}
.home-staff .staff-box1 .list::before,
.home-staff .staff-box1 .list::after{
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  background: url(images/parts2.png) no-repeat center 0;
}

.home-staff .staff-box1 .list::before{
  margin-bottom: 15px;
}

.home-staff .staff-box1 .list::after{
  margin-top: 15px;
}

.home-staff .staff-box1 .list-box:not(:last-of-type){
  margin-bottom: 20px;
}

.home-staff .staff-box1 .list-box .staff-img{
  -webkit-flex: 0 0 108px;
  flex: 0 0 108px;
}

.home-staff .staff-box1 .list-box .box-text{
  -webkit-flex: 1;
  flex: 1;
  margin-left: 10px;
}

.home-staff .staff-box1 .list-box h4{
  margin-bottom: 10px;
  color: #89024a;
  line-height: 1.0;
}

.home-staff .staff-box1 .list-box h4 + p{
  margin-bottom: 0;
  color: #666666;
  line-height: 1.2;
}

.home-staff .staff-box1 .part-type1{
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
}

.home-staff .staff-box1 .img1{
  top: 0;
  left: 0;
  background: url(images/parts1-1.png) no-repeat 0 0;
}

.home-staff .staff-box1 .img2{
  top: 0;
  right: 0;
  background: url(images/parts1-2.png) no-repeat 0 0;
}

.home-staff .staff-box1 .img3{
  bottom: 0;
  left: 0;
  background: url(images/parts1-3.png) no-repeat 0 0;
}

.home-staff .staff-box1 .img4{
  bottom: 0;
  right: 0;
  background: url(images/parts1-4.png) no-repeat 0 0;
}

.home-staff .salon-box1 div.img img{
  position: relative;
  z-index: 0
}

.home-staff .salon-box1 div.img div::before{
  content: "";
  display: block;
  width: 186px;
  height: 158px;
  position: absolute;
  border: 5px solid rgba(255, 255, 255, 0.3);
  z-index: 100;
  box-sizing: border-box;
}

.home-staff .salon-box1 .saloninfo{
  -webkit-flex: 0 0 196px;
  flex: 0 0 196px;
}

.home-staff .salon-box1 .btn-type1 > a{height: 35px;}
.home-staff .salon-box1 .btn-type1 a::before{font-size: 23px;}
.home-staff .home-staff-img1{text-align: center;}

@media screen and (min-width: 320px) and (max-width: 374px){
  /* Mobile */
  .home-staff .staff-box1 .list-box .staff-img{
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .home-staff .staff-box1 .list-box .box-text{
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 0px;
  }

  .home-staff .staff-box1 .list-box h4{
    text-align: center;
  }
}

@media screen and (max-width: 767px){
  /* Mobile */
  .home-staff div.box-left,
  .home-staff div.box-right{
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .home-staff .salon-box1 div.img{
    -webkit-flex: 0 0 186px;
    flex: 0 0 186px;
    margin: 0 auto 10px;
    text-align: center;
  }

  .home-staff .salon-box1 .saloninfo{
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  
  .home-staff .salon-box1 .btn-type1{
    width: 100%;
    max-width: 196px;
    margin: 0 auto;
  }

}

@media screen and (min-width: 768px) and (max-width: 1050px){
  /* PC */
  .home-staff .salon-box1 div.img{
    -webkit-flex: 0 0 186px;
    flex: 0 0 186px;
    margin: 0 auto 10px;
    text-align: center;
  }

  .home-staff .salon-box1 .saloninfo{
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .home-staff .salon-box1 .btn-type1{
    width: 100%;
    max-width: 196px;
    margin: 0 auto;
  }

}


/* home-flow */
.home-flow{
  padding-top: 100px;
  padding-bottom: 50px;
  background: url(images/bg-pattern1.png) repeat;
}

.home-flow > .inner{
  padding-left: 40px;
  padding-right: 70px;
}

#container .home-flow h2{color: #fff;}
#container .home-flow h2 > span{
  background-image: url(images/title-type1-bg2.png);
}

.flow-num{
  position: relative;
  margin-bottom: 15px;
  color: #fff;
}

#container .flow-num h3{
  margin-bottom: 25px;
  padding-left: 138px;
  padding-bottom: 12px;
  font-size: 30px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.flow-num .circle-type1{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.circle-type1{
  width: 93px;
  height: 93px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.circle-type1 > span{
  font-size: 30px;
  color: #7b0242;
}

.flow-num div.flex-box{
  padding-left: 138px;
  font-size: 16px;
}

.flow-num div.flex-box > div.box-text{
  -webkit-flex: 0 0 490px;
  flex: 0 0 490px;
}

.flow-num div.flex-box > div.img{
  -webkit-flex: 0 0 216px;
  flex: 0 0 216px;
}

.flow-num dt{margin-bottom: 5px;}
.flow-num dd:not(:last-of-type){margin-bottom: 30px;}

.home-flow .btn-type1{
  width: 100%;
  max-width: 535px;
  margin: 60px auto 0;
  background: #bfaf67;
}

.home-flow .btn-type1 > a{
  height: 74px;
  font-size: 20px;
}

.home-flow .btn-type1 > a::before{
  font-size: 35px;
}


@media screen and (max-width: 767px){
  /* Mobile */
  .home-flow > .inner{
    padding-left: 10px;
    padding-right: 10px;
  }

  .flow-num{
    margin-bottom: 30px;
  }

  #container .flow-num h3{
    padding-left: 50px;
    padding-top: 6px;
    padding-bottom: 12px;
  }

  .flow-num .circle-type1{
    width: 40px;
    height: 40px;
  }

  .flow-num div.flex-box{
    padding-left: 10px;
    padding-right: 10px;
  }


  .flow-num div.flex-box > div.box-text{
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 15px;
  }

  .flow-num div.flex-box > div.img{
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;    
  }

}

@media screen and (min-width: 768px) and (max-width: 1050px){
  /* PC */
  .flow-num{
    margin-bottom: 30px;
  }

  #container .flow-num h3{
    padding-left: 110px;
    font-size: 24px;
  }

  .flow-num div.flex-box{
    padding-left: 110px;
  }
  
  .flow-num .circle-type1{
    width: 75px;
    height: 75px;
  }

}

@media screen and (min-width: 768px) and (max-width: 929px){
  .flow-num:nth-of-type(1) > div.flex-box > div.img{
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 10px;
    font-size: 0;
  }

  .flow-num:nth-of-type(1) div.img > div{
    display: inline-block;
    width: 33.3%;
  }

}



/* home-hotpepper */
.home-hotpepper{
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f9e8e8;
}

.home-hotpepper div.flex-box > div{
  -webkit-flex: 0 0 290px;
  flex: 0 0 290px;
}

.hotpepper-box{
  position: relative;
}

.hotpepper-box .parts1{
  position: absolute;
  top: 10px;
  display: block;
  width: 100%;
  text-align: center;
}

.hotpepper-box .parts2{
  position: absolute;
  top: 46%;
}

.hotpepper-box .salon-name{
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 5px 10px;
  font-size: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.40);
  line-height: 1.05;
  text-align: center;
}

.hotpepper-box .salon-name > span:nth-child(1)::after{
  content: "パックポーン";
  margin-left: 8px;
  font-size: 20px;
}

@media screen and (max-width: 767px){
  /* Mobile */
  .home-hotpepper div.flex-box > div{
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 290px;
    margin: 0 auto;
  }

  .home-hotpepper div.flex-box > div:not(:last-child){
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1050px){
  /* PC */
  .home-hotpepper div.flex-box > div {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 290px;
    margin: 0 auto 20px;
  }
}




/*****************
/* カテゴリ・投稿ページ
*****************/
#container .pagenavi{
  margin: 100px 0 50px;
}


/*************
サイド（右側）コンテンツ
*************/
#sidebar p{margin-bottom:20px;}
#sidebar ul{margin-bottom:10px;}


/*************
ページトップ
*************/
#page-top{
  position: fixed;
  bottom: 5%;
  right: 5%;
  font-size: 77%;
}

#page-top a{
  text-decoration: none;
  color: #bfaf67;
  width: 70px;
  padding: 20px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover{
  text-decoration: none;
  color: #B1B1B1;
}


/*******************************
/* フッター
*******************************/
#footer{font-size:11px;}

#footer::before{
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  background: url(images/bg-pattern1.png) repeat;
}

#footer > .inner{
  padding-top: 70px;
  padding-bottom: 100px;
}

#footer div.box1{
  width: 100%;
  max-width: 385px;
  margin: 0 auto 30px;
  text-align: center;
}

#footer h2{
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: normal;
  color: #89024a;
}

#footer div.logo{margin-bottom: 30px;}

#footer .btn-lang li {
  margin: 0 10px;
  padding: 0 0 0 0;
	/* background: url(images/bullet.gif) no-repeat 0 4px; */
}

#footer .copyright{
  font-size: 10px;
  text-align:center;
}

