@charset "UTF-8";
/*
	Theme Name:		online salon Theme
	Theme URI:		https://webmatchingsystem.com/
	Description:	Business Matching Theme
	Author:			Business Matching Theme
	Author URI:		https://webmatchingsystem.com/
	Version:		1.0
*/

/*
初期設定カラー
背景：#fff
文字色・ベース（黒）：#444
赤：#dc3545

*/

body {
	font-family: 'Noto Sans JP', sans-serif;
}

th,
td {
	font-family: 'Noto Sans JP', sans-serif !important;
}

th {
	font-weight: 400 !important;
}

main {
	margin: 0 auto;
	background: #fff;
}

h1,
h1 a,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	color: #44adcd;
}

img {
	width: 100%;
	height: auto;
}

.um input[type="submit"].um-button,
.um input[type="submit"].um-button:focus,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active {
	background: #44adcd !important;
}

.um .um-button.um-alt,
.um input[type="submit"].um-button.um-alt {
	color: #fff !important;
}

.um .um-button.um-alt::before,
.um input[type="submit"].um-button.um-alt::before {
	color: #fff !important;
}

.bpbm-pm-button {
	display: none !important;
}

/*----------
HP color
----------*/
body {
	background-color: #ffff;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
li {
	line-height: 1.5;
}

h2 {}

h3 {}

h4,
h5,
h6 {}

i {
	font-size: 30px;
}

a {
	text-decoration: none;
	color: #44adcd;
}

a:hover {
	color: #444;
}

table th {
	background: #f0f0f0;
	border: solid 1px #ccc;
	color: #444;
}

table td {
	border: solid 1px #ccc;
}

span.normal {
	font-size: 14px;
	padding: 2px 10px;
	border: 1px solid #444;
	color: #444;
}

span.red {
	font-size: 14px;
	padding: 2px 10px;
	border: 1px solid #dc3545;
	color: #dc3545;
}

button {
	appearance: none;
	border: 0;
	border-radius: 5px;
	background: #3ba1da !important;
	color: #fff !important;
	padding: 8px 16px;
	font-size: 16px;
}

.btn-dark {
	background: #44adcd;
}

button.btn_red {
	appearance: none;
	border: 0;
	border-radius: 5px;
	background: #dc3545 !important;
	color: #fff;
	padding: 8px 16px;
	font-size: 16px;
}

button.btn_gray {
	appearance: none;
	border: 0;
	border-radius: 5px;
	background: #444 !important;
	color: #fff;
	padding: 8px 16px;
	font-size: 16px;
}

button.btn_yellow {
	appearance: none;
	border: 0;
	border-radius: 5px;
	background: #ffc136 !important;
	color: #444 !important;
	padding: 8px 16px;
	font-size: 16px;
}

button:hover {
	cursor: pointer;
	opacity: 0.8;
}

#fp00 .btn {
	width: 100%;
	background: #fff !important;
	border: none;
	padding: 10px 0;
	border-radius: 30px;
	color: #44adcd !important;
	font-size: 20px;
	font-weight: bold;
}

textarea {
	width: 100%;
}

@media (max-width: 767.98px) {
	.last td:last-child {
		border-bottom: solid 1px #ccc;
	}

	.alert {
		margin: 3vw 0;
		padding: 3vw;
	}
}

/*----------
HP size
----------*/
h1 {
	font-size: 30px;
}

h1 a img {
	width: auto;
	height: 80px;
}

h2 {
	font-size: 24px;
	padding: 30px 0;
	text-align: center;
}

h3 {
	font-size: 22px;
	margin-bottom: 0;
	padding: 5px 0;
	text-align: center;
}

h4 {
	font-size: 20px;
	border-bottom: 3px solid;
	margin-bottom: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p,
th,
td,
li {
	font-size: 16px;
}

table {
	width: 100%;
}

table th {
	width: 30%;
	padding: 10px;
	text-align: center;
}

table td {
	width: 70%;
	padding: 10px;
}

@media (max-width: 767.98px) {
	h1 {
		font-size: 6vw;
	}

	h2 {
		font-size: 6vw;
		padding: 3vw 0;
	}

	h3 {
		font-size: 5.5vw;
		padding: 1vw 0;
	}

	h4 {
		border-bottom: .5vw solid;
		margin-bottom: 2vw;
	}

	h5 {
		font-size: 4.5vw;
	}

	h6 {
		font-size: 4vw;
	}

	p,
	th,
	td,
	li,
	button,
	input,
	label,
	select,
	textarea {
		font-size: 3.5vw;
	}

	.last td:last-child {
		width: 100%;
	}

	table th,
	table td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
}

/*----------
Header
----------*/
.header_logo {
	padding: 20px;
	text-align: center;
}

.header_logo h1 {
	margin-bottom: 0;
}

.header_logo span {
	background: #44adcd;
	color: #fff;
	font-size: 14px;
	padding: 3px 10px;
}

@media (max-width: 767.98px) {
	.header_logo {
		padding: 3vw 0;
	}

	.header_logo span {
		font-size: 3vw;
		padding: 1vw;
	}
}




/*----------
Footer
----------*/
footer {
	padding: 70px 0 0;
}

.footer_logo {
	margin-bottom: 70px;
}

.copy {
	background: #44adcd;
	padding: 10px;
}

.copy p {
	margin-bottom: 0;
	color: #fff;
}

.footer_menu_wrap ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	width: 100%;
}

.footer_menu_wrap li {
	display: flex;
	align-self: auto;
	flex: 1;
	border-right: 1px solid #ccc;
	min-width: 0;
}

.footer_menu_wrap li:first-child {
	border-left: 1px solid #ccc;
}

.footer_menu_wrap li a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	text-decoration: none;
	text-align: center;
	word-break: break-all;
	box-sizing: border-box;
}

.copy p {
	font-size: 14px;
}

@media (max-width: 767.98px) {
	footer {
		padding: 7vw 0 0;
	}

	.footer_logo {
		margin-bottom: 5vw;
	}

	.footer_menu_wrap ul {
		display: block;
	}

	.footer_menu_wrap li {
		border-right: none;
		border-bottom: 1px solid #ccc;
		padding: 3vw;
	}

	.footer_menu_wrap li:first-child {
		border-left: none;
	}

	.copy {
		padding: 1vw;
	}

	.copy p {
		font-size: 3vw;
	}
}


/*----------
Sidebar
----------*/
/*common*/
@media (max-width: 767.98px) {}

/*original*/
@media (max-width: 767.98px) {}




/*----------
Page
----------*/
.fp {
	padding: 70px 0;
}

.fp h2 {
	font-family: 'EB Garamond', serif;
	font-size: 30px;
}

.fp i {
	color: #44adcd;
}

#fp02 {
	background: #e0f1f7;
}

#fp02 .col-md-4 {
	margin-bottom: 30px;
}

#fp02 .col-md-4 h3 {
	padding: 20px 0 10px;
}

#fp02 .col-md-4 p {
	text-align: left !important;
}

.salon_wrap {
	background: #fff;
	height: 100%;
	padding: 30px 10px 0px 10px;
}

.fp_160f69 {
	background: #44adcd;
}

.fp_160f69 h2 {
	color: #fff !important;
	padding: 0;
}

.fp_160f69 p {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

/*common*/
.page_wrap {
	padding: 70px 0;
}

img.company01 {
	width: auto;
	height: 15.5px;
	vertical-align: baseline;
	margin: 5px 0 0;
}

img.company02 {
	width: auto;
	height: 63px;
	vertical-align: baseline;
	margin: 5px 0 0;
}

img.company03 {
	width: auto;
	height: 63px;
	vertical-align: baseline;
}

.post_wrap {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	padding: 10px;
}

.post_wrap a {
	display: block;
}

.post_wrap p {
	margin-top: 10px;
	margin-bottom: 0;
}

.singlepage img {
	width: 100%;
	margin-bottom: 30px;
}

#comment_area {
	border-top: 1px solid #ccc;
	margin-top: 50px;
	padding-top: 50px;
}

/* form-nav */
.progressbar {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.progressbar .item {
	position: relative;
	width: 33%;
	text-align: center;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 13px 0;
	line-height: 1.5;
	background: #f0f0f0;
	color: #999999;
}

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 100%;
	content: '';
	border: 37px solid transparent;
	border-left: 20px solid #f0f0f0;
	margin: auto;
}

.progressbar .item:not(:last-child)::before {
	margin-left: 1px;
	border-left-color: #FFF;
}

@media screen and (max-width: 767px) {
	.progressbar .item {
		font-size: 11px;
		line-height: 1.4;
		padding: 10px 0;
	}

	.progressbar .item:not(:last-child)::before,
	.progressbar .item:not(:last-child)::after {
		border-width: 25px;
		border-left-width: 12px;
	}
}

/* active */
.progressbar .item.active {
	z-index: 1;
	background: #44adcd;
	color: #FFF;
}

.progressbar .item.active:not(:last-child)::after {
	border-left-color: #44adcd;
}

.progressbar .item.active:not(:last-child)::before {
	border-left: none;
}

@media (max-width: 767.98px) {
	.page_wrap {
		padding: 3.5vw 0;
	}

	img.company01 {
		height: 3.2vw;
		vertical-align: baseline;
		margin: 0;
	}

	img.company02 {
		height: 7.6vw;
		vertical-align: baseline;
		margin: 0;
	}

	img.company03 {
		height: 12.69vw;
		vertical-align: baseline;
		margin: 0;
	}

	table {
		border-bottom: solid 1px #ccc;
	}
}


/*----------
Sidebar
----------*/
h4.sidebar {
	margin-bottom: 3px;
}

.menu-sidebar-container {
	margin-bottom: 40px;
}

#sidebar ul {
	list-style: none;
	padding-left: 1rem;
}

#sidebar ul li {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

/*original*/
@media (max-width: 767.98px) {}


/*----------
Page
----------*/
/*common*/
@media (max-width: 767.98px) {}

/*original*/
@media (max-width: 767.98px) {}

#bbpress-forums fieldset.bbp-form input[type=password],
#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form select {
	height: auto !important;
}

.logged-in-as {
	display: none !important;
}

/*チャット機能*/
.mass-message {
	display: none !important;
}

/*コメント機能*/
#comments {
	margin-top: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#comments ul {
	list-style: none;
}

#comments span {
	display: block;
}

#comments span.required {
	display: inline;
	color: red;
}

h5#resp {
	font-size: 20px;
	color: #44adcd;
}

h3#reply-title {
	font-size: 20px;
	color: #44adcd;
}

.comment-listCon {
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 10px;
	background: #f9f9f9;
}

.comment-name .fn {
	font-size: 16px;
	font-weight: bold;
}

.comment-name .says {
	font-size: 16px;
	font-weight: bold;
}

.comment-date-edit {
	font-size: 16px;
	font-weight: bold;
}

#comments .form-submit {
	text-align: center;
}

#comments input[type="submit"] {
	background: #44adcd;
	color: #fff;
	border-radius: 25px;
	border: none;
	padding: 10px 20px;
}

.um-provider-user-photo {
	display: none !important;
}

.um-social-login-wrap .um {
	overflow: inherit !important;
	padding: 0 !important;
}

.um-social-login-cancel {
	font-size: 40px !important;
	color: #ccc !important;
}

.um-message-header img.um-avatar {
	width: auto;
}

.um-message-send {
	padding: 7px 15px 10px !important;
	font-size: 16px;
	line-height: 1;
}

.um-message-send i {
	font-size:20px;
}