@charset "UTF-8";

/* triming
---------------------------------------------------------------------------*/

/* intro-nav
------------------------------------*/
.service-intro-nav .titleImg {
	background:url(../img/triming/bg_triming.png) no-repeat 0 0 #fff;
	position: relative;
}

.service-intro-nav .titleImg .mowaru-logo {
	transform: translateY(-6px);
}

.service-intro-nav .btn-triming {
	display: none;
}

.sholder {
	text-align: center;
	margin-top: 30px;
	line-height: 2;
	margin-bottom: 40px;
	position: relative;
}

.sholder button.btn-triming {
	position: absolute;
	-webkit-appearance: none;
	border: none;
	background: none;
	top: -153px;
	right: 120px;
	padding: 0;
}

.new-menu {
	background: #fff;
	display: flex;
	align-items: center;
	padding: 23px 20px 22px 50px;
	border-radius: 10px;
	width: 700px;
	margin: 0 auto 80px;
	box-sizing: border-box;
	border: solid 3px #F59900;
}

.new-menu p:first-of-type {
	padding-right: 45px;
	color: #F49800;
	font-size: 12px;
	margin-bottom: 0;
	line-height: 1.2;
	letter-spacing: 0.28em;
	text-align: center;
	transform: translateY(-2px);
}

.new-menu p span {
	display: inline-block;
	position: relative;
	font-size: 31px;
	letter-spacing: 0.13em;
	margin-bottom: 8px;
	font-weight: 300;
	transform: translateX(1px);
}

.new-menu p span::after {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	background: #F49800;
	width: calc(100% - 6px);
	bottom: -1px;
	left: 1px;
}

.new-menu p > img {
	display: block;
	margin-bottom: 4px;
}

.new-menu ul {
	width: 100%;
}

.new-menu ul li {
	padding-left: 5px;
}

.new-menu ul li + li {
	margin-top: 13px;
	padding-top: 13px;
	border-top: solid 1px #dedede;
}

.point-area,
.point-area > p:last-of-type {
	margin-bottom: 0;
}

.point-area > p.tit {
	margin-bottom: 15px;
}


/* .salonhotel-step-box
---------------------------------------------------------------------------*/
.salonhotel-step-box ul li .tit + p {
	box-sizing: border-box;
  padding: 0 12px;
	letter-spacing: 0.06em;
}

.salonhotel-step-box ul li .anchor-btn a {
	display: inline-block;
	width: 174px;
	margin-left: -4px;
	box-sizing: border-box;
	background: #FEFFF1;
	border-radius: 5px;
	border: #F6A900 2px solid;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #F6A900;
	text-decoration: none;
	transition: all .3s ease;
}

.salonhotel-step-box ul li .anchor-btn a span {
	display: inline-block;
	padding: 10px 0 10px 23px;
	position: relative;
}

.salonhotel-step-box ul li .anchor-btn a span::before {
	display: block;
	content: "";
	position: absolute;
	background: url(../img/share/ico_arrow_orange.svg) no-repeat 0 center;
	background-size: 77%;
	transform: rotate(90deg);
	width: 10px;
	height: 16px;
	top: 11px;
	left: 2px;
}


/* present
---------------------------------------------------------------------------*/
.present {
	margin:65px 0 100px;
}

.present .title + p {
	text-align:center;
	line-height:2;
	letter-spacing:2px;
	margin-top:-20px;
}

.present ul {
	display:block;
	margin-top:30px;
}

.present ul li {
	border-radius:10px;
	background:#fff;
	padding:20px 25px;
	margin-bottom:15px;
}

.present ul li em,.present ul li strong {
	font-size:14px;
	letter-spacing:1px;
}

.present ul li strong p {
	display: inline;
	line-height: 1;
}

.present ul li em {
	color:#f39800;
	font-weight:700;
	padding-right:20px;
	letter-spacing:2px;
	border-right:1px solid #f39800;
	margin-right:20px;
	width:130px;
	display:inline-block;
}

.present ul li em.nowrap {
	white-space: nowrap;
	letter-spacing: 1px;
}


/* breed-table
---------------------------------------------------------------------------*/
.breed-table tr th,.breed-table tr td {
	position:relative;
}

.breed-table tr:nth-child(2) th {
	font-size:12px;
	background:#ffc556;
	color:#fff;
	line-height:1.9;
}
.breed-table tr:nth-child(3) th {
	padding:10px 20px;
	background:#FEF7D3;
	color:#F39800;
	letter-spacing:0;
	cursor:pointer;
}

.breed-table tr td {
	text-align:right;
}

.breed-table tr:nth-child(2) th:first-of-type,
.breed-table tr:nth-child(3) th:first-of-type {
	border-bottom: none;
}

.breed-table tr:nth-child(2) th:first-of-type,
.breed-table tr:nth-child(3) th:first-of-type {
	background-color: #F49800;
}

.breed-table tr td:first-of-type {
	color:#F39800;
	text-align:left!important;
	line-height:1.7;
	white-space:nowrap;
}

.breed-table tr:hover:not(.chapter) {
	background:#f8f8f8;
}

/* icon + explain
------------------------------------*/
.breed-table tr th .ico-question {
	width:24px;
	display:block;
	text-align:center;
	margin:7px auto 6px;
}

.breed-table tr th .ico-question img {
	width:100%;
	height:auto;
}

.breed-table tr th .explain {
	position:absolute;
	top:90px;
	display:none;
	background:#fff;
	text-align:left;
	width:400px;
	padding:20px;
	border:3px solid #F39800;
	z-index:3000;
	border-radius:5px;
}

.breed-table tr th .explain:after {
	content:'';
	margin:0;
	padding:0;
	position:absolute;
	top:-25px;
	z-index:9999;
	width:0;
	height:6px;
	border:6px solid transparent;
	border-bottom:12px solid #F39800;
}

.breed-table tr th:nth-child(3) .explain,
.breed-table tr th:nth-child(4) .explain { left: 7px; }

.breed-table tr th:nth-child(3) .explain:after,
.breed-table tr th:nth-child(4) .explain:after { left: 41px; }

.breed-table tr th:nth-child(5) .explain,
.breed-table tr th:nth-child(6) .explain { right: 26px; }

.breed-table tr th:nth-child(5) .explain:after,
.breed-table tr th:nth-child(6) .explain:after { right: 32px; }

.breed-table tr:nth-child(3) th:hover .explain { display: block; }

.breed-table tr th .explain strong {
	font-size:16px;
	font-weight:700;
	display:block;
	margin-bottom:8px;
}

.breed-table tr th .explain p {
	color:#666;
	text-align:justify;
	letter-spacing:0;
	font-size:12px;
	background:#FDF9E0;
	padding:15px;
}

.hotelsalon-first .table table th,
.hotelsalon-first .table table td {
	padding-right: 15px;
	padding-left: 15px;
}

.hotelsalon-first .table table th.narrow {
	width: 700px;
}

.hotelsalon-first .table table th > small {
	position: absolute;
	font-size: 11px;
	top: 17px;
	right: 92px;
}

.hotelsalon-first .table table td.price-fix {
	padding-right: calc(15px + 1em);
}

.hotelsalon-first .table table th:first-of-type,
.hotelsalon-first .table table td:first-of-type {
	padding-right: 25px;
	padding-left: 25px;
}


/* triming-box
---------------------------------------------------------------------------*/
.triming-box {
	position:relative;
}

.triming-box .character1 {
	position:absolute;
	right:41px;
	bottom:-2px;
}

.triming-box p.btn-link {
	padding: 0 18px;
	margin-top: 23px;
}

.triming-box .point-area ul.list-dot {
	padding: 0 6px;
}

.triming-box .point-area ul.list-dot + p.tit {
	margin-top: 30px;
}

.triming-box .point-area ul.list-dot li {
	padding: 0 0 4px 1.5em;
	text-indent: -1.5em;
	line-height: 1.8;
}

.triming-box .point-area ul.list-dot li::before {
	content: "・";
}

.triming-box .point-area.vaccine {
	margin-bottom: 0;
}

.point-area.vaccine .at-txt {
	padding: 25px 16px 8px 120px;
	line-height: 1.8;
}

/* ul
-----------------------------------------*/
.triming-box .ul1 {
	padding:25px 15px 0;
}

.triming-box .ul1 li {
	padding:0 0 10px 1.5em;
	text-indent:-1.5em;
	line-height:1.8;
}

.triming-box .ul1 li:before {
	content:"・ ";
}

/* dl
-----------------------------------------*/
.triming-box .dl1 {
	padding:0 15px;
	margin:35px 4px 0;
	overflow:hidden;
	font-size:14px;
}

.triming-box .dl1 dt {
	width:100px;
	float:left;
	background:url(../img/share/ico_line_orange.png) repeat-x 0 center;
}

.triming-box .dl1 dt span {
	display:inline-block;
	padding:0 15px 0 0;
	background:#fff;
	color:#F39800;
}

.triming-box .dl1 dd {
	width:320px;
	float:left;
	padding:0 0 20px 10px;
	letter-spacing:2px;
}