/*
 Theme Name: BusinessPress Child
 Template:businesspress
 Description: BusinessPress Child Theme
 Theme URI: https://businesspress.jp/theme/
 Author: BusinessPress
 Author URI: https://businesspress.jp/
 Version: 1.0.0
*/

/*共通*/
h2.index-title {
	font-size: 30px;
	font-weight: bold;
	position: relative;
	/*display: inline-block;*/
	text-align:center;
}
h2.index-title::after {
	content: '';
	display: block;
	width: 85px;
	height: 5px;
	background: #000;
	margin: 30px auto 0;
}

h3.selling-point-title{
	font-size:1.3rem;
	font-weight:600;
	margin-top:40px !important;
	margin-bottom:20px;
	letter-spacing: 0.05em; /* 0.1文字分広げる */
	padding: 0.25em 1em;/*上下 左右の余白*/
    background: transparent;/*背景透明に*/
    border-left: solid 2px #ccc;/*左線*/
}

h2.title {
    display: flex;
    align-items: center;
	letter-spacing: 0.1em; 
}

h2.title:before,
h2.title:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

h2.title:before {
    margin-right: 1rem;
}

h2.title:after {
    margin-left: 1rem;
}

h2.circle {
  position: relative;
  color: #000;
  text-shadow: 0 0 2px white;
  margin-top:100px;
  letter-spacing: 0.1em; 
}
h2.circle:before {
  content: "";
  position: absolute;
  background: #deb887;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
	opacity: 0.5;
}

h2.circle_none {
  position: relative;
  color: #000;
  text-shadow: 0 0 2px white;
  margin-top:100px;
  letter-spacing: 0.1em; 
}
h2.circle_none:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
	opacity: 0.5;
}

@media screen and (max-width:782px){
.site-header .container {
    text-align: center;
}
.site-branding {
    display: inline-block;
    float: none;
    margin: 0 auto;
}
}

.site-content{
 margin:0 auto;
}

.text-center{
	text-align:center;
}

.mt-10{margin-top:10px !important;}
.mt-20{margin-top:20px !important;}
.mt-30{margin-top:30px !important;}
.mt-40{margin-top:40px !important;}
.mt-50{margin-top:50px !important;}
.mt-60{margin-top:60px !important;}
.mt-70{margin-top:70px !important;}
.mt-80{margin-top:80px !important;}
.mt-90{margin-top:90px !important;}
.mt-100{margin-top:100px !important;}

.mb-10{margin-bottom:10px !important;}
.mb-20{margin-bottom:20px !important;}
.mb-30{margin-bottom:30px !important;}
.mb-40{margin-bottom:40px !important;}
.mb-50{margin-bottom:50px !important;}
.mb-60{margin-bottom:60px !important;}
.mb-70{margin-bottom:70px !important;}
.mb-80{margin-bottom:80px !important;}
.mb-90{margin-bottom:90px !important;}
.mb-100{margin-bottom:100px !important;}

.box-deco {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 1em;
    border: solid 3px #f5deb3;
}
.box-deco .box-deco-title {
    position: absolute;
    display: inline-block;
    top: -45px;
    left: -3px;
    padding: 10px 10px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #f5deb3;
    color: #666;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box-deco p {
    margin: 0; 
    padding: 0;
}

@media screen and (min-width: 980px){
.content-area {
	width: 100% !important;
}
}

/*メニュー*/
.sub-menu {
    display: block !important; /* 表示させる */
    visibility: visible !important;
    opacity: 1 !important;
}
.dropdown-toggle{
	display:none;
}



/*固定ページヘッダー画像*/
@media screen and (min-width: 980px){
.jumbotron-content {
  padding-bottom: 205px;
  padding-top: 205px;
}
}
@media screen and (max-width:768px){
.jumbotron-content {
  padding-bottom: 105px;
  padding-top: 105px;
}
}

/*INDEXページ*/
.selling-point{
	letter-spacing: 0.15em; /* 0.1文字分広げる */
	margin-bottom:40px !important;
}


/*料金・施術メニューページ*/
h2.price-title {
  position: relative;
  margin-top: 100px;
  font-size: 26px;/*フォントサイズ*/
  text-align: center;
}

h2.price-title::before {
  position: absolute;
  top: -50px;/*文字上からの位置*/
  left: 50%;/*文字左からの位置*/
  transform: translateX(-50%);
  color: #F6E9E4;/*フォントカラー*/
  font-size: 90px;/*背景フォントサイズ*/
  content: 'SalonJ';/*背景文字*/
  z-index: -1;
}

h3.price-subtitle {
    color: #333337;/*文字色*/
    position: relative;
	padding-bottom: 20px;
	text-align: center;/*中央揃え*/
}

h3.price-subtitle::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
    border-width: 10px 8px 0 8px;
	border-style: solid;
	border-color: #78c8c7 #fff #fff #fff;/*三角印のカラー 1番目のカラーコード #78c8c7 の部分のみを変更してください*/
}

.price-bg{
	background:#f4f5f6;
	text-align:center;
}
.price-right{
	text-align:right;
}

/*お問合せ*/
.contact-bg{
	background: #f5f5f5;
	text-align:center;
}


/*Booking Package*/
#booking-package_schedulePage .closed{
	cursor:not-allowed !important;
}



/************************************
** ContactForm7
************************************/
#cf-tbl{
width: 100%;
}

#cf-tbl table{
width: 100%;
border-collapse: collapse;
border: 3px solid #e5e5e5;
color: #444;
}
#cf-tbl table tr th,
#cf-tbl table tr td{
padding: 0.5em;
text-align: left;
vertical-align: top;
border: solid #e5e5e5;
border-width: 1px;
vertical-align: middle;
}
#cf-tbl table tr th{
width: 35%;
background: #f5f5f5;
}
#cf-tbl table tr th p,
#cf-tbl table tr td p{
		margin:0px;
	}
@media screen and (max-width:768px){
#cf-tbl{
width: 100%;
}

#cf-tbl table,
#cf-tbl table tbody,
#cf-tbl table tr,
#cf-tbl table tr th,
#cf-tbl table tr td{
display: block;
}

#cf-tbl table{
width: 100%;
border-width: 0 0 1px 0;
}

#cf-tbl table tr th p,
#cf-tbl table tr td p{
		margin:0px;
	}
#cf-tbl table tr th,
#cf-tbl table tr td{
width: 90%;
padding: 3% 5%;
}

#cf-tbl table tr td{
border-width: 0px 1px 0px 1px;
}
}
/*「必須」文字デザイン*/
.must{
font-size:.8em;
padding: 5px;
background: #dc143c;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/*「任意」文字デザイン*/
.any{
font-size:.8em;
padding: 5px;
background: #4169e1;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 2px solid #d0d5d8;
	border-radius: 3px;
	background-color: #fffaf0;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 15px auto 0
}
@media screen and (max-width:768px){
input.wpcf7-submit {
width: 250px;
}
}

input.wpcf7-submit:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
	opacity:0.7;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}

/*タイムライン*/
.Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.List-Item {
  border-top: 1px solid #ddd;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .List-Item {
    border-top: 0;
  }
}
.List-Item:nth-of-type(1) {
  border-top: 0;
}
.List-Item-Content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .List-Item-Content {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
  }
}
.List-Item-Content.one {
  padding-top: 0;
}
.List-Item-Content-Number {
  position: relative;
  margin-right: 40px;
  border-radius: 50%;
	border:solid 3px #000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  color: #000;
  font-size: 24px;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Number {
    margin-right: 10px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
  }
}
.List-Item-Content-Number-Line {
  position: absolute;
  top: -55%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 4px;
  height: 66px;
  background: #000;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Number-Line {
    top: -80%;
    width: 2px;
    height: 72px;
	display: none;
  }
}
.List-Item-Content-Title {
  margin-right: 48px;
  /*flex-basis: 298px;*/
  color: #000;
  font-size: 24px;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Title {
    margin-right: 0;
    font-size: 18px;
  }
}

