/*------------------------------------------------------------------------------

Theme Name: SALON WEB テンプレート
Author: Bran-new-days
Version: 1.0.17
Description: 2022/4/11
License: Bran-new-days

------------------------------------------------------------------------------*/

/* /////////////////////////////////////////////////////////////////////////////

 全体 style

///////////////////////////////////////////////////////////////////////////// */

/* font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/* font-family: 'Oswald', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400&display=swap');

main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
	display: block;
}

html {
	font-size: 16px;
}
body {
	position: relative;
	left: 0;
	overflow: hidden;
	word-wrap: break-word;
	color: #333;
	font-size: 16px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 1.8;
	background: #FFF;
	background-attachment: fixed;
}

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #999;
	text-decoration: none;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

video, object {
	display: block;
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

/* iframeのレスポンシブ */

.youtube_container {
	position: relative;
	margin-bottom: 8px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtube_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* /////////////////////////////////////////////////////////////////////////////

 layout

///////////////////////////////////////////////////////////////////////////// */

.main {
	margin: 0 auto;
}

.contents_wrapper {
	clear: both;
	max-width: 1000px;
	margin: 0 auto 20px;
	padding: 0 15px;
}

.main_contents {
	max-width: 840px;
	margin: 0 auto;
}

.post-type-archive-menu .main_contents {
	max-width: 800px;
}


/* 背景横突き抜け：ブロック
------------------------------------------------------------- */

.contents {
	clear: both;
	overflow: hidden;
	zoom: 100%;
	padding: 40px 0;
	border-bottom: 1px solid #EEE;
}

.contents_inner {
	max-width: 840px;
	margin: 0 auto;
	padding: 0 20px;
}

.home .index_blog .contents_inner {
	max-width: 680px;
}

.gallery_single .contents_inner {
	max-width: 960px;
}


/*------------------------------------------------------------------------------

 external

------------------------------------------------------------------------------*/

.external_area {
	margin: 0;
	padding: 4px 8px;
	background: #333;
	color: #FFF;
	font-size: .8125rem;
	text-align: right;
}

.external_area a {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFF;
	text-decoration: none;
}
.external_area a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.external_area a::before {
		position: absolute;
		display: block;
		content : '';
		top: 50%;
		left: 0;
		margin-top: -6px;
		width: 12px;
		height: 12px;
	background: url('data:image/svg+xml,%3Csvg%20enable-background%3D%22new%200%200%2050%2050%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m43.7%200h-25c-3.4%200-6.7%202.8-6.7%206.2v25.1c0%203.4%203.3%206.8%206.7%206.8h25c3.4%200%206.3-3.3%206.3-6.8v-25c0-3.5-2.8-6.3-6.3-6.3zm.3%2031h-25v-25h25z%22%2F%3E%3Cpath%20d%3D%22m6.2%2025h-6.2v18.7c0%203.5%202.8%206.3%206.2%206.3h18.8v-6.3h-18.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat;
		background-size: cover;
}

.external_area a::after {
		position: absolute;
		display: block;
		content : '';
		top: 50%;
		right: 0;
		margin-top: -6px;
		width: 15px;
		height: 6px;
	background: url('data:image/svg+xml,%3Csvg%20enable-background%3D%22new%200%200%2030%2010.9%22%20height%3D%2210.9%22%20viewBox%3D%220%200%2030%2010.9%22%20width%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m30%2010.9h-30v-2h25.5l-6.6-7.6%201.5-1.3z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat;
		background-size: cover;
}



/*------------------------------------------------------------------------------

 header

------------------------------------------------------------------------------*/

.header {
	margin: 0 auto;
	background: rgba(255,255,255,.8);
	z-index: 999999;
}

.home .header {
	display: none;
}

.header_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: left;
}
.header_inner::after { /* modern */
	content : '';
	display : block;
	clear : both;
	height: 0;
}

.header_inner .logo {
	float: left;
	clear: both;
	width: 200px;
	padding: 5px 0;
	transition:all 300ms 0ms ease;
}

.header_inner .logo img {
	width: 100%;
}



/* gnavi
------------------------------------------------------------- */

.gnavi {
	float: right;
	display: -webkit-flex;
	display: flex;
	max-width: 70%;
	margin-top: 10px;
	transition:all 300ms 0ms ease;
}

.gnavi li {
	flex-grow: 1;
	vertical-align: middle;
}

.gnavi a {
	display: block;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
}

.gnavi a b {
	color: #546a85;
	font-size: 1.25rem;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}

.gnavi a span {
	display: block;
	margin-top: 2px;
	font-size: .75rem;
}



/* header_fix
------------------------------------------------------------- */

.home .header_fix {
	display: block;
}

.header_fix .header_inner .logo {
	max-width: 200px;
}

.header_fix .header_inner .logo img {
	width: auto;
	max-height: 40px;
}

.header_fix .gnavi {
	margin-top: 4px;
	margin-bottom: 4px;
}

.header_fix .gnavi a b {
	font-size: 1rem;
}


/* menu
------------------------------------------------------------- */

/* menu open btn */

.menu_btn_area {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999999;
}
.menu_btn_area label {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	background: url(./image/common/icon_menu_open13.svg) no-repeat 50% 50%;
	background-size: 32px 32px;
	text-indent: 100%;
	white-space: nowrap;
}

input[type="checkbox"]#menu_btn {
	visibility: hidden;
}

/*疑似要素で背景*/
input[type="checkbox"]#menu_btn:checked::before{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	visibility: visible;
	z-index: 2147483645;
}

/*疑似要素で閉じるボタン*/
input[type="checkbox"]#menu_btn:checked::after{
	display: block;
	visibility: visible;
	position: fixed;
	content: '\00d7';
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	font-size: 60px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	z-index: 2147483647;
}

/*メニューを格納*/
input[type="checkbox"]#menu_btn + #menu_wrapper_sp { 
	position:fixed;
	width: 80%;
	height: 100%;
	top:0;
	right: -80%;
	box-sizing: border-box;
	transition: 0.1s ease-in-out;
}

/*iframeを格納(オープン時)*/
input[type="checkbox"]#menu_btn:checked + #menu_wrapper_sp {
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
	z-index: 2147483646;
	right: 0;
}

.menu_wrapper {
	padding: 40px 20px 20px;
	background: #FFF;
}

/* saloninfo */

.menu_saloninfo {
	text-align: center;
}

.menu_saloninfo .logo {
	margin-bottom: 20px;
}
.menu_saloninfo .logo img {
	width: 50%;
}

.menu_saloninfo .txt {
	margin-bottom: 10px;
}
.menu_saloninfo .txt span {
	display: inline-block;
	font-size: .75rem;
}
.menu_saloninfo .txt em {
	display: block;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.5;
}
.menu_saloninfo .txt b {
	display: block;
	font-size: .875rem;
	font-weight: bold;
}

.menu_saloninfo .adress {
	margin-bottom: 10px;
	font-size: .875rem;
}
.menu_saloninfo .adress span {
	display: inline-block;
}

.menu_saloninfo .tel {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 2.25rem;
	font-family: 'Oswald', sans-serif ;
	line-height: 1.2;
}
.menu_saloninfo .tel a {
	text-decoration: none;
}

.contact_link {
	margin: 0 10px 20px;
}
.contact_link li {
	margin-bottom: 10px;
}
.contact_link li a {
	display: block;
	padding: 8px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.contact_link li.line a {
	background: #00c400;
}
.contact_link li.reserve a {
	background: #546a85;
}


/* 外部リンク */
.external_link a {
	display: block;
	padding: 10px 4px;
	color: #FFF;
	font-size: .75rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #333;
}


/* sns */

.sns_link {
	display: -webkit-flex;
	display: flex;
	max-width: 1000px;
	margin: 0 12px 20px;
	justify-content: center;
}

.sns_link li {
	margin: 0 8px;
}

.sns a {
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 100%;
	text-decoration: none;
}

.sns a span {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
}

.sns a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.sns li.fb a {
	background-image: url(./image/common/icon_sns_fb.svg);
}

.sns li.tw a {
	background-image: url(./image/common/icon_sns_tw.svg);
}

.sns li.insta a {
	background-image: url(./image/common/icon_sns_insta.svg);
}

.sns li.pin a {
	background-image: url(./image/common/icon_sns_pin.svg);
}

.sns li.line a {
	background-size: 100% auto;
	background-image: url(./image/common/icon_sns_line.svg);
}

.sns li.linesq a {
	background-image: url(./image/common/icon_sns_linesq.svg);
}


/* navi */

.menu_sp {
	margin-bottom: 10px;
	border-top: 1px solid #DDD;
}

.menu_sp li {
	border-bottom: 1px solid #DDD;
}

.menu_sp li a {
	display: -webkit-flex; 
	display: flex;
	justify-content: space-between;
	height: auto;
	padding: 10px 15px;
	text-decoration: none;
	line-height: 1.6;
}
.menu_sp li a b {
	display: block;
	font-weight: bold;
	font-size: 1.125rem;
	vertical-align: middle;
}
.menu_sp li a span {
	display: block;
	font-size: .75rem;
	line-height: 2.4;
	vertical-align: middle;
}



/* fix btn
------------------------------------------------------------- */

.fix_btn {
	position: fixed;
	z-index: 2147483;
	bottom: 0;
	left: 0;
	width: 100%;
}

.fixbtn_list {
	display: -webkit-flex;
	display: flex;
	padding: 10px 5px;
	background: #c4b89a;
	text-align: center;
}

.fixbtn_list li {
	width: 50%;
	padding: 0;
}
.fixbtn_list li:first-child {
	border-right: 1px solid #FFF;
}

.fixbtn_list li a {
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}


/* news important
-----------------------------------------------------------*/

.topinfo.contents {
	padding: 20px 0 40px;
	border-bottom: none;
}
.home .topinfo.contents {
	padding: 40px 0;
}

.topinfo .contents_inner {
	max-width: 840px;
	padding: 0 20px;
}
.home .topinfo .contents_inner {
	padding: 0 20px;
}


.topinfo .contents_inner {
	padding: 0 20px;
}

.topinfo_open {
	cursor: pointer;
	position: relative;
	padding: 10px;
	background: #f09da0;
	box-shadow: 0 0 20px rgba(11, 3, 6, .2);
	color: #FFF;
	text-align: center;
}

.topinfo_open:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.topinfo_open em {
	display: inline-block;
	padding: 1px 20px;
	background: #FFF;
	border-radius: 8px;
	color: #f09da0;
	font-size: .75rem;
}

.topinfo_open span {
	display: block;
	margin-top: 4px;
	font-size: .875rem;
	line-height: 1.4;
}


/* modal */

.topinfo_area {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 280px;
	margin-left: -150px;
	margin-top: -35vh;
	padding: 10px;
	z-index: 2;
}

.topinfo_area_inner {
	position: relative;
	overflow-y: auto;
	height: 60vh;
	padding: 20px;
	background:#fff;
}

.topinfo_area .topinfo_title {
	margin-bottom: 15px;
	padding: 5px 15px 15px 8px;
	border-bottom: 1px solid #CCC;
}
.topinfo_area .topinfo_title em {
	font-weight: bold;
}
.topinfo_area .data {
	font-size: 87%;
	text-align: right;
}
.topinfo_area p {
	padding: 0 8px;
	font-size: 87%;
}
.topinfo_area .btn span {
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
	width: 40px;
	height: 40px;
	background: #333;
	border-radius: 23px;
	color: #FFF;
	font-size: 35px;
	text-align: center;
	line-height: 35px;
	z-index: 99999999;
}

.layer {
	display: none;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .3);
}



/*------------------------------------------------------------------------------

 side bar

------------------------------------------------------------------------------*/

.side h4 {
	margin-bottom: 10px;
	padding: 4px 4px 10px;
	border-bottom: 2px solid #CCC;
	font-weight: bold;
}

.side_box ,
.side .wiget_box div {
	margin-bottom: 20px;
}

.side .wiget_box ul {
	margin-left: 10px;
	font-size: 87.5%;
}

.side .tagcloud {
	margin-left: 10px;
}

.side .tagcloud a {
	display: inline-block;
	margin: 0 2px 0 0;
	font-size: 14px !important;
	font-weight: bold;
	vertical-align: middle;
}
.side .tagcloud a::before {
	content: '#';
}


/* new post
-----------------------------------------------------------*/

.newpost_area {
	margin: 0 auto 20px;
}

.list_newpost li {
	clear: both;
	font-size: .875rem;
}
.list_newpost li:first-child {
	border-top: none;
}
.list_newpost a {
	display: block;
	padding: 10px 0 10px;
}
.list_newpost img {
	float: left;
	width: 110px;
	height: 110px;
	margin: 0 15px 10px 0;
}
.list_newpost em {
	font-weight: bold;
}
.list_newpost p {
}



/* calender
-----------------------------------------------------------*/

.side .calendar_wrap {
	position: relative;
	margin: 0;
}

.wp-calendar-table {
	width: 100%;
}

.wp-calendar-table th {
	padding: 4px 0;
	border-bottom: 2px solid #666;
	text-align: center;
}

.wp-calendar-table td {
	padding: 4px 0;
	border-bottom: 1px solid #999;
	text-align: center;
}

.calendar_wrap .wp-calendar-nav {
	position: absolute;
	width: 100%;
	top: 0;
}

.calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
	display: inline-block;
	float: right;
}



/* 検索フォーム
-----------------------------------------------------------*/

.side aside .search_area {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

.search_input {
	height: 34px;
	padding: 5px 65px 10px 5px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #CCC;
	border-radius: 4px;
	font-size: 87.5%;
	z-index: 10;
}

.searchsubmit {
	overflow: hidden;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 40px;
	height: 30px;
	border: none;
	background: url(./image/common/icon_search_gy.png) no-repeat 50% 0 #FFF;
	background-size: auto 100%;
	text-indent: 200%;
	white-space: nowrap;
	z-index: 20;
}


/* RSS購読するボタン
-----------------------------------------------------------*/

.rss_box a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 10px;
	box-sizing: border-box;
	box-sizing: border-box;
	background: #333;
	color: #FFF;
	font-size: 87.5%;
	text-decoration: none;
}

.rss_box a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/* -----------------------------------------------------------------------------

 footer

----------------------------------------------------------------------------- */

/*footer news
-----------------------------------------------------------*/

.contents_news {
	padding: 50px 0;
	background: #EEE;
}

.contents_news .contents_inner {
	max-width: 960px;
	margin: 0 auto;
}

.news_list {
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: .875rem;
}

.news_list dt span {
	display: inline-block;
	font-weight: normal;
}

.news_list dd {
	padding: 0 0 8px;
}

.news_list dd em {
	display: inline-block;
	font-weight: bold;
}

.contents_news .link_block {
	max-width: 960px;
	margin: 0 auto -20px;
	padding: 10px 20px 0;
	font-size: .875rem;
}



/* footer
------------------------------------------------------------- */

.footer_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 20px 60px;
}

.footer_main .footer_info {
	margin: 0 -20px 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #87878e;
	text-align: center;
}


/* info */

.footer_info .logo {
	max-width: 160px;
	margin: 0 auto 10px;
}

.footer_info h2 {
	font-weight: normal;
	line-height: 1.5;
}

.footer_info h2 em {
	display: block;
	font-size: 1.875rem;
}

.footer_info h2 b {
	font-weight: normal;
}

.footer_info .tel {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 2.5rem;
	font-family: 'Oswald', sans-serif ;
	line-height: 1.2;
}

.footer_info .tel a {
	text-decoration: none;
}

.footer_info .adress {
	font-size: .875rem;
}

.footer_info .btn_box02 {
	margin-bottom: 10px;
	padding: 10px 0 0;
}

.footer_info .btn_box02 a {
	min-width: 60%;
	padding: 8px 20px;
}

.footer_cal .link_more {
	margin-bottom: 10px;
	font-size: .875rem;
}

.footer_cal .copy {
	margin-bottom: 10px;
	font-size: .75rem;
	text-align: center;
}


/* calender wrapper */

.cal_area {
	margin: 0 -10px;
	font-size: 87.5%;
}

.cal_info {
	margin: 0 0 20px;
}

.cal_info em {
	font-weight: bold;
}

.cal_btn {
	margin-top: 20px;
	text-align: center;
}


/* calener
-----------------------------------------------------------*/

.cal_wrapper {
	padding: 0 10px 10px;
	flex-grow: 1;
}

.cal_wrapper table.cal {
	width: 100%;
}

.cal_wrapper table.cal tr th p {
	padding: 0 0 4px;
	font-weight: normal;
}

.cal_wrapper table.cal tr th .cal_ui {
	display: none;
}

.cal_wrapper table.cal tr td {
	padding: 0;
	border: solid 1px #DDD;
	text-align: center;
	vertical-align: top;
	line-height: 1.2;
}

.cal_wrapper table.cal tr.headline {
	background: #EEE;
}

.cal_wrapper table.cal tr.headline td {
	padding: 8px 0;
}

.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 2px 0 15px;
	text-align: center;
}

.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: 20px;
	left: 50%;
	padding: 8px;
	width: 100px;
	border: solid 1px #EEE;
	background: #FFF;
	box-shadow: 1px 1px 2px #999;
	z-index: 10;
	color: #333;
	font-size: 87.5%;
	text-align: center;
}

/* 日にちクラス指定 */

.cal_wrapper table.cal tr.headline td:last-child ,
.cal_wrapper table.cal tr td .Sat ,
.cal_wrapper table.cal tr td .Sat.workday ,
.cal_wrapper table.cal tr td .Sat.sworkday {
	color: #00479d;
}
.cal_wrapper table.cal tr.headline td:first-child ,
.cal_wrapper table.cal tr td .Sun ,
.cal_wrapper table.cal tr td .Sun.workday ,
.cal_wrapper table.cal tr td .Sun.sworkday {
	color: #a40000;
}
.cal_wrapper table.cal tr td .Today {
	font-weight: bold;
}
.cal_wrapper table.cal tr td .day {
	color: #a40000;
}
.cal_wrapper table.cal tr td .holyday {
	padding: 2px 0 2px;
	background: #EEE;
}
.staff_cal table.cal tr td .sholyday {
	padding: 2px 0 2px;
	background: #CCC;
}
.cal_wrapper table.cal tr td div::after {
	content: '';
	display: block;
	font-size: .75rem;
}
.cal_wrapper table.cal tr td .holyday::after ,
.cal_wrapper table.cal tr td .sholyday::after {
	content: '\4f11';
	color: #999;
}
.footer_cal .cal_wrapper table.cal tr td .sholyday::after {
	content: none;
}
.cal_info .holyday {
	display: inline-block;
	float: right;
	margin-left: 4px;
	padding: 4px 10px;
	background: #EEE;
	font-size: 87.5%;
}
.cal_info .sholyday {
	display: inline-block;
	float: right;
	padding: 4px 10px;
	color: #666;
	background: #CCC;
	font-size: .875rem;
}
.cal_wrapper table.cal tr td .workday {
	background: none !important;
}
.cal_wrapper table.cal tr td .holyday.workday::after ,
.cal_wrapper table.cal tr td .sholyday.workday::after {
	content: none;
}
.staff_cal table.cal tr td .sworkday {
	background: none;
}

.access_tag {
	display: none;
}



/* page top
-----------------------------------------------------------*/

.page_top_fx {
	position: fixed;
	overflow: hidden;
	bottom: 60px;
	right: 10px;
	z-index: 99999;
}

.page_top_fx a {
	display: block;
	cursor: pointer;
	width: 60px;
	height: 60px;
	border-radius: 50vw;
	background: url('data:image/svg+xml,%3Csvg%20enable-background%3D%22new%200%200%2036%2020%22%20height%3D%2220%22%20viewBox%3D%220%200%2036%2020%22%20width%3D%2236%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m35.6%2018.1c0%20.5-.2.9-.5%201.3-.7.7-1.8.7-2.5%200l-14.8-15.2-14.8%2015.2c-.7.7-1.8.7-2.5%200s-.7-1.8%200-2.5l16.1-16.4c.7-.7%201.8-.7%202.5%200l16%2016.4c.3.3.5.8.5%201.2z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') rgba(0,0,0,0.3)  50% 45% no-repeat;
	background-size: 40% auto;
	text-indent: 100%;
	white-space: nowrap;
}


/* /////////////////////////////////////////////////////////////////////////////

 メインコンテンツ

///////////////////////////////////////////////////////////////////////////// */

/* パンくず
-----------------------------------------------------------*/

.breadcrumb {
	clear: both;
	max-width: 1040px;
	margin: 10px auto 20px;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: .875rem;
}

.breadcrumb li {
	display: inline-block;
	padding: 0 8px 0 0;
}



/* タイトル
-----------------------------------------------------------*/

.title_block {
	margin-bottom: 20px;
	text-align: center;
}

.title_block h1 b {
	display: block;
	color: #546a85;
	font-size: 2rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	vertical-align: middle;
}

.title_block h1 span {
	color: #666;
	font-size: .875rem;
	font-weight: normal;
}

.home .contents .title_block h1 span {
	font-size: .75rem;
}

.title_block p span {
	display: inline-block;
}

.title_block_min h2 {
	color: #546a85;
	font-size: 1.5rem;
}

.title_block_min h3 {
	color: #546a85;
	font-size: 1.25rem;
}


/* ページネーション/ページャー
-----------------------------------------------------------*/

.pagination {
	clear: both;
	position: relative;
	padding: 20px 0;
	font-size: .875rem;
	text-align: center;
}

.pagination span,
.pagination a {
	display: inline-block;
	width: 2.6em;
	height: 2.6em;
	margin-right: 4px;
	border-radius: 50vw;
	line-height: 2.6;
}

.pagination a {
	border: 1px solid #CCC;
	background: #FFF;
	text-decoration: none;
}

.pagination a:hover {
	border: 1px solid #EEE;
	background: #EEE;
}

.pagination span {
	display: none;
}

.pagination span.current {
	display: inline-block;
	border: 1px solid #CCC;
	background: #CCC;
}


/* リンクモア
-----------------------------------------------------------*/

.link_more {
	text-align: right;
}

.link_more a {
	display: inline-block;
}

.link_more a::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 12px;
	margin-left: 8px;
	background-image: url('data:image/svg+xml,%3Csvg%20enable-background%3D%22new%200%200%2030%2010.9%22%20height%3D%2210.9%22%20viewBox%3D%220%200%2030%2010.9%22%20width%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m30%2010.9h-30v-2h25.5l-6.6-7.6%201.5-1.3z%22%2F%3E%3C%2Fsvg%3E');
	background-position: 0% 50%;
	background-repeat: no-repeat;
	background-size: 20px auto;
}



/* ボタンボックス
-----------------------------------------------------------*/

.btn_box {
	clear: both;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

.btn_box a {
	display: inline-block;
	min-width: 60%;
	padding: 12px 0;
	border: 3px solid #546a85;
	color: #546a85;
	font-weight: bold;
	text-decoration: none;
}

.btn_box a:hover {
	background: #546a85;
	color: #FFF;
}

.btn_box a span {
	display: inline-block;
}

.btn_box02 a {
	background: #546a85;
	color: #FFF;
}

.btn_box02 a:hover {
	background: none;
	color: #546a85;
}


.btn_box .line a {
	display: inline-block;
	width: 240px;
	max-width: 100%;
	padding: 8px 16px;
	border-radius: 8px;
	background: #43964e;
	color: #FFF;
	font-size: 3.5vw;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}
.btn_box .line a::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
	width: 21px;
	height: 20px;
	background: url(./image/common/icon_sns_linewh.svg) no-repeat;
	background-size: cover;
	vertical-align: middle;
}
.btn_box .line a:hover {
	background: #19ba43;
}



/* /////////////////////////////////////////////////////////////////////////////

 投稿 post

///////////////////////////////////////////////////////////////////////////// */

/*------------------------------------------------------------------------------

 アーカイブ archive / blog

------------------------------------------------------------------------------*/

/* アーカイブ一覧表示
-----------------------------------------------------------*/

.entry_list {
	max-width: 640px;
	margin: 0 auto;
}
.kanren_area .entry_list {
	max-width: 100%;
}
.staff_blog_area .entry_list {
	max-width: 100%;
}

.entry_list a {
	text-decoration: none;
}

.entry_list dt {
	position: relative;
	clear: both;
	float: left;
	width: 140px;
}

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

.entry_list .cate_box {
	position: absolute;
	display: block;
	top: -2px;
	left: -2px;
}

.entry_list .cate_box a {
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 4px 15px;
	background: #c4b89a;
	color: #FFF;
	font-size: .75rem;
	text-decoration: none;
	vertical-align: middle;
}

.entry_list .auther {
	position: absolute;
	bottom: -10px;
	right: -10px;
	width: 50px;
}

.entry_list .auther img {
	border-radius: 50%;
}

.entry_list dd {
	min-height: 140px;
	margin-bottom: 40px;
	padding-left: 160px;
}
.entry_list dd:last-child {
	border-style: none;
}

.entry_list dd em ,
.entry_list dd a em {
	display: block;
	margin-bottom: 15px;
	color: #546a85;
	font-weight: bold;
}

.entry_list dd .entry_info {
	margin-bottom: 8px;
	font-size: .75rem;
	line-height: 1.2;
}

.entry_list dd .entry_txt {
	font-size: .875rem;
}

.entry_list dd .tag_box a {
	display: inline-block;
	margin: 0 2px 0 0;
	font-size: 82%;
	font-weight: bold;
	vertical-align: middle;
}
.entry_list dd .tag_box a::before {
	content: '#';
}



/* アーカイブ一覧表示 block
-----------------------------------------------------------*/

.entryblock_list {
	margin: 0 -15px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.entryblock_list li {
	flex-grow: 0;
	width: 50%;
}
.entryblock_list li > div {
	padding: 0 15px 20px;
}

.entryblock_list a {
	display: block;
}

.entryblock_list .thumb {
	position: relative;
	display: block;
}

.entryblock_list .thumb img {
	width: 100%;
	height: auto;
}

.entryblock_list .thumb .cate_box {
	position: absolute;
	display: block;
	top: -2px;
	right: -2px;
}

.entryblock_list .cate_box a {
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 4px 15px;
	background: #c4b89a;
	color: #FFF;
	font-size: .75rem;
	text-decoration: none;
	vertical-align: middle;
}

.entryblock_list em {
	display: block;
	position: relative;
	overflow: hidden;
	height: 2.8em;
	margin: 8px 0 8px;
	line-height: 1.4;
}
.entryblock_list em::before ,
.entryblock_list em::after {
	position: absolute;
	background: #FFF;
}
.entryblock_list em::before {
	content: '･･･';
	bottom: 0;
	right: 0;
	padding-left: 3px;
}
.entryblock_list em::after {
	content: '';
	width: 100%;
	height: 100%;
}

.entryblock_list em.one_line {
	height: 1.4em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.entryblock_list .entry_info {
	height: 1.2em;
	margin: 8px 0 8px;
	font-size: 87.5%;
	line-height: 1.2;
}

.entryblock_list .auther {
	display: block;
	min-height: 60px;
	margin-bottom: 40px;
	font-size: 87.5%;
	padding-right: 20px;
}

.entryblock_list .auther img {
	display: inline-block;
	width: 60px;
	margin-right: 10px;
	border-radius: 50vw;
	vertical-align: middle;
}

.entryblock_list .auther span {
	display: inline-block;
	padding-left: 0.2em;
	font-weight: bold;
	vertical-align: middle;
	letter-spacing: 0.2em;
}



/* staff list
-----------------------------------------------------------*/

.staff_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.staff_list li {
	position: relative;
	flex-grow: 0;
	width: 50%;
}
.staff_list li > div {
	padding: 0 20px 74px;
}
.staff_list a {
	display: block;
	text-decoration: none;
}

.staff_list .thumb {
	position: relative;
	display: block;
}

.staff_list .thumb img {
	width: 100%;
	height: auto;
}

.staff_list .staff_job {
	position: absolute;
	top: 0;
	left: 0;
	font-style: normal;
}

.staff_list .staff_job span {
	display: block;
	padding: 4px 10px;
	background: #c4b89a;
	font-size: .6875rem;
	color: #FFF;
}

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

.staff_list em {
	display: block;
	margin-top: 16px;
	margin-bottom: 8px;
	color: #546a85;
	line-height: 1.4;
}

.staff_list em b {
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
}

.staff_list em span {
	font-size: .875rem;
	font-weight: normal;
}

.staff_list .staff_posi {
	display: block;
	margin-top: 8px;
	font-size: .75rem;
}

.staff_list .staff_btn {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
	text-align: center;
}

.staff_list .staff_btn a {
	display: inline-block;
	width: 60%;
	padding: 4px;
	background: #253f50;
	color: #FFF;
}

.staff_list .staff_btn a i {
	margin-right: 8px;
}



/* gallery list
-----------------------------------------------------------*/

.gallery_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.gallery_list li {
	flex-grow: 0;
	width: 50%;
}
.gallery_list li > div {
	padding: 0 20px 20px;
}
.gallery_list a {
	display: block;
	text-decoration: none;
}

.gallery_list .thumb {
	position: relative;
	display: block;
	padding-bottom: 20px;
}

.gallery_list .thumb > img {
	width: 100%;
	height: auto;
}

.gallery_list .thumb .auther {
	position: absolute;
	bottom: 0;
	right: -20px;
	width: 60px;
}

.gallery_list .thumb .auther img {
	border-radius: 50%;
}

.gallery_list em {
	display: block;
	margin-top: 16px;
	color: #546a85;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

.gallery_list p {
	margin-top: 8px;
	font-size: .8125rem;
}


/* new archive list
-----------------------------------------------------------*/

.newsa_list {
	margin-bottom: 40px;
	border-bottom: 1px solid #EEE;
}

.newsa_list dt {
	border-top: 1px solid #EEE;
	padding: 15px 10px 10px;
}

.newsa_list dt span {
	display: block;
}

.newsa_list dt em {
	display: block;
	font-weight: bold;
}

.newsa_list dd {
	padding: 0 10px 15px;
}



/* product
-----------------------------------------------------------*/

.product_cate_area {
	margin-bottom: 40px;
}

.product_cate_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.product_cate_list li {
	position: relative;
	flex-grow: 0;
	width: 50%;
}

.product_cate_list a {
	display: block;
	overflow: hidden;
	height: 1.8em;
	margin: 0 8px 16px;
	padding: 8px;
	border: 1px solid #999;
	border-radius: 4px;
	background: rgba(255,255,255,.5);
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}



/*------------------------------------------------------------------------------

 記事 single / page

------------------------------------------------------------------------------*/

.post {
	margin: 0 -20px 20px;
	padding: 20px;
	background: #FFF;
	line-height: 1.8;
}

.pages {
	line-height: 1.8;
}

.entry_content {
}

.entry_content > p {
	margin-bottom: 1.6em;
	text-align: left;
}

.entry_content hr {
	margin-bottom: 1.6em;
}

.entry_content em {
	display: inline-block;
	font-weight: bold;
}


/* 目次 */

#toc_container {
	width: 100%;
	padding: 25px 30px;
	box-sizing: border-box;
}
#toc_container ul > li::before {
	content: none;
}

/* カード */

.lkc-external-wrap, .lkc-internal-wrap, .lkc-this-wrap {
	max-width: 100%;
}

.lkc-internal-wrap {
	border: 1px solid #CCC;
	background: #F2F2F2;
}

.lkc-card {
	margin: 15px;
}



/* 記事内見出し ----------------------------- */

.entry_content h1 ,
.entry_content h2 {
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 5px 0 5px 20px;
	border-left: 4px #333 solid;
	font-size: 1.25rem;
}

.entry_content h3 {
	margin-bottom: 20px;
	padding: 10px;
	border-bottom: 1px #999 dotted;
	font-size: 1.25rem;
}

.entry_content h4 {
	margin-bottom: 20px;
	padding: 8px 0 8px 10px;
	background: #f2f2f2;
}

.entry_content h5 {
	margin-bottom: 15px;
}

.entry_content h6 {
	margin-bottom: 15px;
}

/* テーブル ----------------------------- */

.entry_content table {
	min-width: 70%;
	margin: 10px 0 30px 10px;
	border-collapse: collapse;
	text-align: left;
}
.entry_content table th {
	padding: 10px;
	border: 1px solid #CCC;
	font-weight: bold;
}
.entry_content table td {
	padding: 10px;
	border: 1px solid #CCC;
}


/* リスト ----------------------------- */

.entry_content ul {
	margin-bottom: 30px;
	padding-left: 30px;
	text-align: left;
}
.entry_content ul li {
	list-style-type: disc;
}

.entry_content ol {
	margin-bottom: 30px;
	padding-left: 30px;
	text-align: left;
}
.entry_content ol li {
	list-style-type: decimal;
}


/* 引用  ------------------------------- */
/* 引用じゃないけど引用と同じデザインにしたい時 */

.entry_content blockquote ,
.quote_area {
	margin: 20px 0 20px 10px;
	padding: 30px 20px 20px 40px;
	background: url(./image/common/icon_quotation.png) #f2f2f2 no-repeat 10px 10px;
}

.entry_content blockquote p ,
.quote_area p {
	margin: 0;
}

/* 画像 ------------------------------- */

/* 投稿画像 */

img.size-full ,
img.size-large {
	margin-bottom: 10px;
}

.image_iblock {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 44%;
	margin: 10px 10px 20px;
	font-size: 75%;
	vertical-align: top;
}

.image_iblock .wp-caption {
	position: relative;
	max-width: 100%;
	height: auto;
}

.image_iblock .wp-caption-text {
	position: absolute;
	bottom: -10px;
	width: 100%;
	margin-bottom: 0;
	padding: 5px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	text-align: center;
}

.image_iblock .wp-caption-text a,
.image_iblock .wp-caption-text {
	font-size: 100%;
	color: #FFF;
}

image_iblock .wp-caption-text a,
image_iblock .wp-caption-text {
	color: #666;
	font-size: 75%;
}

/* 画像位置 */

img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
}
img.float-right {
	float: right;
}
.wp-caption {
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.ie8 img {
	width: auto;
}


/* title 周り
-----------------------------------------------------------*/

.entry_title {
	margin-bottom: 20px;
	padding: 10px 8px;
	border-bottom: 1px solid #CCC;
	font-size: 1.5rem;
	text-align: left;
}

.entry_title a {
	text-decoration: none;
}

.post .entry_info {
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: 87.5%;
}
.post .entry_info p {
	margin: 0;
}

.post .cate_box {
	float: left;
}
.post .cate_box a {
	display: inline-block;
	margin: 0 4px 4px 0;
	padding: 4px 15px;
	background: #c4b89a;
	color: #FFF;
	text-decoration: none;
	vertical-align: middle;
}

.post .data_box {
	padding: 0 8px;
	text-align: right;
}

.post .tag_box a {
	display: inline-block;
	margin: 0 4px 0 0;
	font-size: 82%;
	font-weight: bold;
	vertical-align: middle;
}
.post .tag_box a::before {
	content: '#';
}


/* salon info
-----------------------------------------------------------*/

.entry_salon_area {
	position: relative;
	margin: 40px 0;
	padding: 30px 30px 20px;
	background: #EEE;
}
.entry_salon_area::before {
	position: absolute;
	content: '\5E97\8217\60C5\5831';
	top: -15px;
	left: -5px;
	padding: 4px 30px;
	background: #253f50;
	color: #FFF;
	font-size: .875rem;
}

.entry_salon_area .thumb {
	display: block;
	width: 80%;
	margin: 0 auto 10px;
}
.entry_salon_area .thumb img {
	box-shadow: 8px 8px 0px rgba(0,0,0,0.2);
}

.entry_salon_area .title_block {
	margin-bottom: 10px;
}
.entry_salon_area .title_block h1 b {
	font-size: 1.5rem;
}

.entry_salon_area .salon_info p {
	font-size: .7875rem;
}

.entry_salon_area .btn_box {
	padding: 30px 0 0;
}

.entry_salon_area .btn_box a {
	padding: 8px 0;
	font-size: .875rem;
}



/* SNS share
-----------------------------------------------------------*/

.share_area {
	margin: 20px -2px;
}
 
.share_list {
	display: -webkit-flex;
	display: flex;
}
 
.share_list li {
	width: 33.33333%;
	font-size: 1.3em;
	padding: 2px;
	box-sizing: border-box;
}

.share_list li span {
	display: none;
}

.share_list li a {
	display: block;
	padding: 8px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

.share_list li a:hover {
	opacity: .8;
}

.share_list .tweet a {
	background: #55acee;
}
.share_list .facebook a {
	background: #315096;
}
.share_list .googleplus a {
	background: #dd4b39;
}
.share_list .hatena a {
	background: #008fde;
}
.share_list .line a {
	background: #06C755;
}

.fa-hatena::before {
	content: 'B!';
	font-family: Verdana;
	font-weight: bold;
}

.fa-line::before {
	content: '';
	padding: 2px 18px 2px 0;
	background: url('data:image/svg+xml,%3Csvg%20enable-background%3D%22new%200%200%2031.9%2030.6%22%20height%3D%2230.6%22%20viewBox%3D%220%200%2031.9%2030.6%22%20width%3D%2231.9%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m31.9%2013c0-7.2-7.2-13-15.9-13s-16%205.8-16%2013c0%206.4%205.7%2011.8%2013.3%2012.8.5.1%201.2.3%201.4.8.1.5.1%201%20.1%201.5l-.2%201.4c-.1.4-.3%201.6%201.4.9s9.2-5.4%2012.5-9.3c2.1-2.2%203.3-5.1%203.4-8.1zm-21.6%203.9c0%20.2-.1.3-.3.3h-4.5c-.1%200-.2%200-.2-.1-.1-.1-.1-.1-.1-.2v-7c0-.2.1-.3.3-.3h1.1c.2%200%20.4.1.4.3v5.6h3c.2%200%20.3.1.3.3zm2.7%200c0%20.2-.1.3-.3.3h-1.1c-.2%200-.3-.1-.3-.3v-7c0-.2.1-.3.3-.3h1.1c.2%200%20.3.1.3.3zm7.7%200c0%20.2-.1.3-.3.3h-1.1-.1s0%200%200%200-.1%200-.1-.1l-3.2-4.3v4.2c0%20.2-.1.3-.3.3h-1.1c-.2%200-.3-.1-.3-.3v-7c0-.2.1-.3.3-.3h1.1s0%200%200%200l3.4%204.3v-4.1c0-.2.1-.3.3-.3h1.1c.2%200%20.3.1.3.3zm6.2-5.9c0%20.2-.1.3-.3.3h-3v1.2h3c.2%200%20.3.1.3.3v1.1c0%20.2-.1.3-.3.3h-3v1.2h3c.2%200%20.3.1.3.3v1.1c0%20.2-.1.3-.3.3h-4.5c-.1%200-.2%200-.2-.1-.1-.1-.1-.1-.1-.2v-7c0-.1%200-.2.1-.2h.2%204.5c.2%200%20.3.1.3.3z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat;
	background-size: 100% auto;
}



/* 記事内/関連記事
-----------------------------------------------------------*/

.related_area {
	position: relative;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 15px 10px 0 15px;
	border: 1px solid #CCC;
}

.related_area em {
	position: absolute;
	top: -1em;
	left: 15px;
	display: inline-block;
	padding: 4px 15px;
	background: #c9c9c9;
	color: #FFF;
}

.related_list {
}

.related_list-item {
	padding: 15px 0;
	border-bottom: 1px solid #CCC;
}
.related_list-item:last-child {
	border-bottom: none;
}

.related_list-item a {
	display: -webkit-flex; 
	display: flex;
}
.related_list-item .fig {
	width: 20%;
}
.related_list-item .txt {
	flex: 1;
	margin-left: 10px;
}


/* 関連記事
-----------------------------------------------------------*/

.kanren_area {
	margin-bottom: 40px;
}

.kanren_area h3 {
	margin-bottom: 20px;
	font-size: 1.125rem;
}

.comments_area {
	margin-bottom: 20px;
	padding: 20px;
	background: #f2f2f2;
}

.commets-list {
	padding-left: 0px;
	list-style-type: none;
}

.comment-body p {
	padding-bottom: 10px;
}

.comment-author.vcard .avatar {
	float: left;
	margin-right: 10px;
}

/* 投稿者名 より */
.commets-list .fn {
	font-size: 87.5%;
	font-style: normal;
	font-size: 75%;
}
 .commets-list .says {
	font-size: 87.5%;
}

.commentmetadata {
	padding-bottom: 20px;
	font-size: 87.5%;
}

/* 返信 */
.commets-list .reply {
	font-size: 87.5%;
	text-align: right;
}
.commets-list .reply a {
	display: inline-block;
	padding: 4px 20px;
	background: #777;
	border-radius: 4px;
	color: #FFF;
	line-height: 1.4;
	text-decoration: none;
}

.comment-respond {
	margin-bottom: 10px;
}

/* コメント欄の下にある使用できるタグ */
.form-allowed-tags {
	display: none;
}

.comments_area h3 {
	margin-bottom: 10px;
	font-size: 112%;
}

.comments_area textarea {
	width: 100%;
	border: 1px #CCC solid;
	box-sizing: border-box;
}
.comments_area input {
	border-radius: 2px;
	border: 1px #CCC solid;
	box-sizing: border-box;
}
.comments_area input[type="text"] {
	width: 100%;
}
.comments_area input[type="checkbox"] {
	margin-right: 8px;
}

.logged-in-as {
	font-size: 87.5%;
}

.comment-form-cookies-consent {
	font-size: 87.5%;
}

.comment-form p {
	margin-bottom: 10px;
}

/* コメントボタン */

.form-submit {
	margin: 20px 0;
}
.comments_area input[type="submit"] {
	max-width: 80%;
	padding: 10px 30px;
	border-radius: 4px;
	background-color: #777;
	-webkit-appearance: none;
	color: #FFF;
}

.comment-notes {
	font-size: 87.5%;
}



/* PREV NEXT
-----------------------------------------------------------*/

.p-navi {
	margin-bottom: 40px;
	padding: 20px 0 15px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	font-size: .875rem;
}

.p-navi img {
	margin-bottom: 5px;
}

.p-navi .prev {
	float: right;
	width: 50%;
	text-align: right;
}
.p-navi .prev div {
	padding: 0 15px 0 10px;
}
.p-navi .prev img {
	float: right;
	width: 100px;
	margin-left: 15px;
}

.p-navi .next {
	float: left;
	width: 50%;
}
.p-navi .next div {
	padding: 0 10px 0 15px;
	border-right: 1px solid #CCC;
}
.p-navi .next img {
	float: left;
	width: 100px;
	margin-right: 15px;
}

.p-navi a {
	display: block;
	text-decoration: none;
}

.p-navi a span {
	display: block;
}

.p-navi a em {
	display: inline-block;
	margin-bottom: 8px;
	padding: 2px 10px;
	background: #c4b89a;
	color: #FFF;
}

.p-navi a b {
	display: block;
	font-weight: normal;
}


/* PREV NEXT
-----------------------------------------------------------*/

.gl-navi {
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: .875rem;
}

.gl-navi .prev {
	float: right;
}

.gl-navi .next {
	float: left;
}

.gl-navi a {
	display: inline-block;
	text-decoration: none;
}

.gl-navi a span {
	position: relative;
	display: inline-block;
	margin-bottom: 8px;
	padding: 2px 10px;
	background: #c4b89a;
	color: #FFF;
	vertical-align: middle;
}

.gl-navi .prev a span::after ,
.gl-navi .next a span::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border: 2px solid;
	transform: rotate(45deg);
}
.gl-navi .prev a span::after {
	border-color: #FFF #FFF transparent transparent;
}
.gl-navi .next a span::before {
	border-color: transparent transparent #FFF #FFF;
}



/* /////////////////////////////////////////////////////////////////////////////

 ページ

///////////////////////////////////////////////////////////////////////////// */

/* -----------------------------------------------------------------------------

 index

----------------------------------------------------------------------------- */

/* cover
----------------------------------------------------------- */

.cover_wrapper {
	margin-bottom: -180px;
}

.cover_container {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}

.cover_swiper {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

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

.slide_img {
	padding-top: 125%;
	background-size: cover;
	background-position: center center;
}

.cover_layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(135,170,212,.4);
	background: linear-gradient(90deg, rgba(135,170,212,.4) 0%, rgba(178,217,203,.4) 100%);
	z-index: 2;
}

/* video */

.cover_video {
	overflow: hidden;
	position: relative;
	height: 0;
	width: 220%;
	margin-left: -110%;
	padding-top: 110%;
	z-index: 9999;
}

.cover_video video, 
.cover_video img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}


/* スマホ用 */
.cover_layer > .logo_sp {
	position: absolute;
	top: 0;
	left: 20px;
	width: 120px;
}

.header_info {
	position: absolute;
	bottom: 180px;
	left: 0;
	width: 100%;
}

.header_info_inner {
	max-width: 920px;
	margin: 0 auto;
	padding: 0 20px;
}

.header_info_inner .logo {
	float: left;
	position: relative;
	top: auto;
	left: auto;
	width: 160px;
}

.header_info_inner .txt {
	float: right;
	color: #FFF;
	text-align: right;
}

.header_info_inner .txt h1 {
	padding-top: 8px;
	font-size: .9375rem;
	font-weight: normal;
	line-height: 1.25;
}

.header_info_inner .txt h1 em {
	display: block;
	margin-top: 10px;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.5;
}
.header_info_inner .txt h1 b {
	display: block;
	font-size: 1.375rem;
	font-weight: bold;
}


/* top news
-----------------------------------------------------------*/

.home .contents.topnews {
	border-bottom: none;
}

.contents.topnews h2 {
	margin-bottom: 10px;
}

.contents.topnews p {
	font-size: .9375rem;
	line-height: 2;
}



/* セールスポイント スライド
----------------------------------------------------------- */

.point_wrapper {
	margin-bottom: 20px;
}

.point_wrapper h1 {
	margin-bottom: 20px;
	font-size: 1.375rem;
	text-align: center;
}

.point_container {
	position: relative;
	padding: 25px 0 5px;
	z-index: 999999;
}

.point_swiper {
	position: relative;
	max-width: 680px;
	margin: 0 auto 20px;
	padding: 0 40px;
	z-index: 4;
}

.point_container .swiper-button-prev,
.point_container .swiper-button-next {
	width: 18px;
	height: 30px;
	margin-top: -16px;
	background-size: cover;
}
.point_container .swiper-button-next {
	right: 10px;
}
.point_container .swiper-button-prev {
	left: 10px;
}


/* 内容 */

.point_container a {
	text-decoration: none;
}

.point_inner {
	padding: 20px 20px 20px 20px;
	background: #FFF;
	box-shadow: 0 0 20px rgba(11, 3, 6, .2);
}

.point_inner .thumb {
		padding-bottom: 5px;
}

.point_inner .thumb {
	padding-bottom: 15px;
}

.point_inner .txt h2 {
	margin-bottom: 8px;
	color: #546a85;
	font-size: .9375rem;
}

.point_inner .txt p {
	height: 10em;
	font-size: .875rem;
	line-height: 1.5;
}


/* ピックアップメニュー
-----------------------------------------------------------*/

.pickup_menu_list li {
	margin-bottom: 30px;
}

.pickup_menu_list li > div ,
.pickup_menu_list li a > div {
	display: block;
	padding: 25px 30px 25px;
	border: 1px solid #85858d;
}

.pickup_menu_list a {
	text-decoration: none;
}

.pickup_menu_list a:hover > div {
	border: 1px solid #546a85;
}
.pickup_menu_list .thumb {
	display: block;
	margin-bottom: 15px;
}

.pickup_menu_list .txt h2 {
	margin-bottom: 10px;
	color: #546a85;
	font-size: 1.25rem;
}

.pickup_menu_list .txt p {
	font-size: .875rem;
}

.pickup_menu_list a:hover .txt h2 {
	opacity: 0.5;
}


/* サロン情報
----------------------------------------------------------- */

.index_salon .contents_inner .thumb {
	display: block;
}

.home .index_salon .txt_inner em {
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
}



/* セールスポイント  archive
-----------------------------------------------------------*/

.point_list li > div ,
.point_list li a > div {
	display: block;
	padding: 30px 30px;
	border-top: 1px solid #85858d;
}

.point_list li:first-child > div ,
.point_list li:first-child a > div {
	border-top: none;
}

.point_list a {
	text-decoration: none;
}

.point_list .thumb {
	display: block;
	margin-bottom: 15px;
}

.point_list .txt h2 {
	margin-bottom: 10px;
	color: #546a85;
	font-size: 1.125rem;
}

.point_list a:hover .txt h2 {
	opacity: 0.5;
}


/* -----------------------------------------------------------------------------

 salon

----------------------------------------------------------------------------- */

.salon_slide_area {
	margin-bottom: 40px;
}

.salon_swiper {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 0 auto;
	padding-bottom: 10px;
}

.salon_swiper .swiper-button-prev ,
.salon_swiper .swiper-button-next {
	width: 18px;
	height: 30px;
	margin-top: -9px;
	background-size: 18px auto;
}

.salon_slide_area .thumb_list {
	display: -webkit-flex; 
	display: flex;
	margin: 0 -5px;
}

.salon_slide_area .thumb_list li {
	flex-grow: 0;
	width: 12%;
	padding: 5px;
	box-sizing: border-box;
}


/* info
-----------------------------------------------------------*/

.salon_info {
	max-width: 800px;
	margin: 0 auto;
}

.salon_info .txt {
	margin-bottom: 50px;
}

.salon_info .txt h2 {
	margin-bottom: 20px;
	color: #546a85;
	font-size: 1.25rem;
}

.salon_info .tbl {
	margin-bottom: 50px;
	border-top: 1px dotted #999;
	font-size: .875rem;
}

.salon_info .tbl dt {
	padding: 15px 10px 0 10px;
	font-weight: bold;
}

.salon_info .tbl dd {
	padding: 5px 10px 15px;
	border-bottom: 1px dotted #999;
}

.map_area {
	margin-bottom: 40px;
}

.map_area p {
	font-size: .875rem;
	text-align: right;
}

.map_area iframe {
	width: 100%;
	height: 300px;
}

.salon_info .title_block h2 ,
.salon_menu .title_block h2 {
	margin-bottom: 0;
}



/* -----------------------------------------------------------------------------

 staff

----------------------------------------------------------------------------- */

.staff_single .staff_thumb {
	position: relative;
	margin: 0 auto 30px;
	text-align: center;
}

.staff_gallery_area ,
.staff_blog_area {
	margin: 0 auto 40px;
}

.staff_info_area .staff_name {
	margin-bottom: 20px;
	text-align: center;
}

.staff_info_area .staff_name .staff_posi {
	display: inline-block;
	font-size: .875rem;
	font-weight: normal;
}

.staff_info_area .staff_name em {
	display: block;
	padding-left: 0.2em;
	color: #546a85;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
}

.staff_info_area .staff_name .staff_job {
	font-weight: normal;
}

.staff_info_area .staff_name .name_under_txt {
	margin-bottom: 10px;
}

.staff_info_area .staff_txt {
	margin-bottom: 40px;
	line-height: 1.75;
}

.staff_info_area .staff_txt h2 {
	margin-bottom: 10px;
}

.staff_info_area .staff_txt p {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}

.staff_info_area .staff_cal {
	margin-top: -40px;
	margin-bottom: 40px;
	padding-top: 80px;
}

.staff_info_area .staff_cal .title_block {
	margin-bottom: 10px;
}


/* staff salo */

.staff_salon_area {
}

.staff_salon_list li {
	position: relative;
	clear: both;
	margin-bottom: 20px;
	background: #FFF;
}

.staff_salon_list .thumb {
	width: 80%;
	margin: 0 auto;
}

.staff_salon_list .txt {
	overflow: hidden;
	padding-top: 20px;
	text-align: center;
}

.staff_salon_list .txt em {
	display: block;
	margin-bottom: 10px;
	font-size: 125%;
	font-weight: bold;
}

.staff_intro {
	margin-bottom: 20px;
	padding: 10px;
	background: #EEE;
}

.staff_intro h3 {
	margin-bottom: 10px;
	padding-left: 0.1em;
	color: #546a85;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	text-align: center;
}

.staff_intro h3 span {
	display: inline-block;
}

.staff_intro h3 span em {
	padding-left: 0.25em;
	font-size: 1.5rem;
}

.staff_intro .inner {
	padding: 20px;
	border-bottom: 1px dotted #666;
}

.staff_intro .inner .fig {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.staff_intro .inner .fig img {
	width: 100%;
}

.staff_intro .inner .txt {
	overflow: hidden;
}

.staff_intro .inner:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.staff_intro .inner .txt em {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding: 4px 0 4px 45px;
	font-weight: bold;
}
.staff_intro .inner .txt em::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background: #FFF;
	border-radius: 50%;
	color: #339;
	text-align: center;
	line-height: 36px;
}

.staff_intro .inner:nth-child(2) .txt em::before {
	content: '1';
}
.staff_intro .inner:nth-child(3) .txt em::before {
	content: '2';
}
.staff_intro .inner:nth-child(4) .txt em::before {
	content: '3';
}


/* -----------------------------------------------------------------------------

 menu

----------------------------------------------------------------------------- */

.menu_block {
	margin-bottom: 40px;
}

.menu_block h2 {
	padding: 15px 20px;
	background: #EEE;
}

.menu_block .menu_desc {
	padding: 15px 20px 10px;
	font-size: .875rem;
}

.menu_list {
	padding-bottom: 15px;
	font-size: .875rem;
}

.menu_list dt {
	display: -webkit-flex;
	display: flex;
	border-top: 1px solid #CCC;
	margin-top: 15px;
	padding: 15px 5px 0;
}

.menu_list dt:first-child {
	margin-top: 0;
	border-top: none;
}

.menu_list dt em ,
.menu_list dt em a {
	display: block;
	width: 60%;
	color: #546a85;
	font-weight: bold;
}

.menu_list dt .time {
	display: block;
	width: 20%;
	text-align: center;
}

.menu_list dt .price {
	display: block;
	width: 20%;
	color: #546a85;
	font-weight: bold;
	text-align: right;
}

.menu_list dd {
	padding: 5px 5px 0;
	font-size: .8125rem;
}


/* -----------------------------------------------------------------------------

 gallery

----------------------------------------------------------------------------- */

.gallery_image {
	margin-bottom: 20px;
}

.gallery_info {
}

.gallery_mainimg {
	position: relative;
	overflow: hidden;
	padding: 20px;
	background: #EEE;
	text-align: center;
}

.gallery_mainimg div {
	height: 460px;
	font-size: 0;
}

.gallery_mainimg div::before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.gallery_mainimg div img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

.gallery_mainimg p {
	margin-top: 10px;
	font-size: .875rem;
}

.gallery_image .thumb_list {
	display: -webkit-flex; 
	display: flex;
	margin: 5px -5px;
}

.gallery_image .thumb_list li {
	flex-grow: 0;
	position: relative;
	overflow: hidden;
	width: 20%;
	margin: 5px;
	box-sizing: border-box;
}

.gallery_info h2 {
	margin-bottom: 20px;
}

.gallery_info h3 {
	margin-bottom: 5px;
	padding: 8px;
	background: #EEE;
	font-size: .875rem;
}

.gallery_info .gallery_txt {
	margin-bottom: 20px;
}

.gallery_tbl {
	margin-bottom: 20px;
	font-size: .875rem;
}

.gallery_tbl dt {
	clear: both;
	float: left;
	width: 4.5em;
	padding: 8px 0;
}
.gallery_tbl_icon dt {
}

.gallery_tbl dd {
	padding: 8px 0 8px 5em;
	border-bottom: 1px solid #CCC;
}
.gallery_tbl_icon dd {
}

.gallery_tbl dd span {
	display: inline-block;
	width: 30%;
	margin-left: 4px;
	margin-bottom: 2px;
	padding: 4px 2px;
	box-sizing: border-box;
	background: #DDD;
	color: #999;
	font-size: .8125rem;
	text-align: center;
	line-height: 1.2;
}

.gallery_tbl dd span.active {
	background: #e7899f;
	color: #FFF;
}



/* stylist
-----------------------------------------------------------*/

.gallery_stylist {
	text-align: center;
}

.gallery_stylist .auther {
	display: inline-block;
	min-height: 100px;
	padding-right: 20px;
}

.post .auther {
	margin-bottom: 40px;
	text-align: center;
}

.post .auther img ,
.gallery_stylist .auther img {
	display: inline-block;
	width: 100px;
	margin-right: 10px;
	border-radius: 50px;
	vertical-align: middle;
}

.post .auther em ,
.gallery_stylist .auther em {
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
}

.post .auther em span ,
.gallery_stylist .auther em span {
	margin-bottom: 4px;
	font-size: .875rem;
}

.post .auther em b ,
.gallery_stylist .auther em b {
	display: block;
	font-size: 1.5rem;
}

.post .auther a ,
.gallery_stylist .auther a {
	display: block;
	text-decoration: none;
}

.post .auther em i ,
.gallery_stylist .auther em i {
	display: none;
	font-size: .875rem;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
}

.post .auther a em i ,
.gallery_stylist .auther a em i {
	display: inline-block;
}


/* -----------------------------------------------------------------------------

 reserve

----------------------------------------------------------------------------- */

.reserve_link {
	margin: 30px auto;
}

.reserve_link li div {
	padding: 20px 10px;
	text-align: center;
}

.reserve_link em {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.reserve_link .tel i {
	display: block;
	margin-bottom: 8px;
	font-size: 2.5rem;
	font-family: 'Oswald', sans-serif ;
	font-style: normal;
	line-height: 1.2;
	white-space: nowrap;
}

.reserve_link .tel a {
	text-decoration: none;
}

.reserve_link .btn_box a {
	width: 90%;
}

.reserve_title {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	text-align: center;
}

.reserve_staff_link {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.reserve_staff_link li {
	position: relative;
	flex-grow: 0;
	width: 50%;
}
.reserve_staff_link li > div {
	padding: 0 10px 40px;
	text-align: center;
}
.reserve_staff_link a {
	display: block;
	text-decoration: none;
}

.reserve_staff_link .thumb {
	position: relative;
	display: block;
}

.reserve_staff_link .thumb img {
	width: 80%;
	height: auto;
	border-radius: 50vw;
}

.reserve_staff_link em {
	display: block;
	margin-top: 16px;
	margin-bottom: 8px;
	color: #546a85;
	line-height: 1.4;
}

.reserve_staff_link em b {
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
}

.reserve_staff_link em span {
	font-size: .875rem;
	font-weight: normal;
}

.reserve_staff_link .btn_box {
	padding: 0;
}

.reserve_staff_link .btn_box a {
	padding: 8px 4px;
}



/* -----------------------------------------------------------------------------

 product

----------------------------------------------------------------------------- */

.product_upper_area ,
.product_info_area {
	margin-bottom: 40px;
}

.product_info_area .txt {
	margin-top: 15px;
}
.product_info_area .txt em {
	display: block;
	margin-bottom: 15px;
}

.product_info_area .btn_box {
	text-align: left;
}
.product_info_area .btn_box a {
	text-align: center;
}



/* -----------------------------------------------------------------------------

 lp

----------------------------------------------------------------------------- */

/* layout
------------------------------------------------------------- */

.lp_wrapper .header ,
.lp_wrapper .contents_wrapper ,
.lp_wrapper .footer {
	max-width: 800px;
	margin: 0 auto;
}

.lp_wrapper .header {
	margin-bottom: 15px;
}

.lp_wrapper .header .lp_catch {
	float: right;
	padding-top: 10px;
	font-size: .8125rem;
	font-weight: normal;
	text-align: right;
}


/* slide
------------------------------------------------------------- */

.lp_slide_wrapper {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-bottom: 20px;
}
.lp_slider {
	display: -webkit-flex;
	display: flex;
}
.lp_slider-item {
	width: 240px;
}
.lp_slide_img {
	width: 100%;
	height: 0;
	padding-top: 150%;
	background-position: 50% 50%;
	background-size: cover;
}

.lp_slider {
	display: flex;
	animation: loop-slide 30s infinite linear 1s both;
}

@keyframes loop-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}


/* LP content
------------------------------------------------------------- */

.lp_content {
	padding: 15px;
	background: #FFF;
	font-size: .875rem;
}

.lp_content > p {
	margin-bottom: 1.6em;
	text-align: left;
}

.lp_content hr {
	margin-bottom: 1.6em;
}

.lp_content h1 ,
.lp_content h2 ,
.lp_content h3 ,
.lp_content h4 {
	margin-bottom: 20px;
}

.lp_content h5 ,
.lp_content h6 {
	margin-bottom: 15px;
}

.lp_content h1 {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	font-size: 1rem;
}

/* point list */

.point_list {
	margin: 1em 0 2em;
	padding-left: 1em;
	color: #d73742;
	font-weight: bold;
}

.point_list li {
	list-style-type: disc;
}


/* fig txt block */

.fig_txt_block {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-top: 1.5em;
	margin-bottom: 2em;
}

.fig_txt_block .fig {
	display: block;
	width: 40%;
}

.fig_txt_block .txt {
	font-size: 1rem;
}

.fig_txt_block img {
	border-radius: 50%;
}


/* image list */

.image_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -5px;
}

.image_list li {
	flex-grow: 0;
	width: 25%;
}

.image_list.image_list03 li {
	width: 33.33333%;
}

.image_list li > div {
	padding: 0 5px 15px;
}

.image_list.image_list_circle img {
	border-radius: 50%;
}





/* -----------------------------------------------------------------------------

 aboutus

----------------------------------------------------------------------------- */

/* company
------------------------------------------------------------- */

.tbl {
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
}
.tbl th {
	padding: 25px 40px;
	border-bottom: 1px solid #CCC;
	text-align: center;
	white-space: nowrap;
}
.tbl td {
	padding: 25px 40px;
	border-bottom: 1px solid #CCC;
}


/* -----------------------------------------------------------------------------

 contact

----------------------------------------------------------------------------- */

.form_info {
	max-width: 800px;
	margin: 0 auto 20px;
}

.form_info > p {
	margin-bottom: 20px;
}

.form_info .privacy_area {
	overflow-y: auto;
	height: 140px;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 87.5%;
	border: 1px solid #CCC;	
}

.form_info .privacy_area p {
	margin-bottom: 1.6em;	
}

.contact_txt {
	max-width: 800px;
	margin: 0 auto 40px;
}

.contact_txt .catch {
	margin-bottom: 20px;
	font-weight: bold;
}


/* step
------------------------------------------------------------- */

.form_step {
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto 40px;
	background: #c4b89a;
	font-size: 100%;
}

.form_step li {
	float: left;
	width: 34%;
}
.form_step li:first-child {
	width: 32%;
}

.form_step em {
	position: relative;
	display: block;
	padding: 10px 0 10px 25px;
	background: #DDD;
	font-size: .875rem;
	text-align: center;
	text-decoration: none;
}
	.form_step em span {
		display: block;
	}

.form_step li:first-child em {
	padding-left: 20px;
}

.form_step em::after,
.form_step em::before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -45px;
	border-top: 45px solid transparent;
	border-bottom: 45px solid transparent;
	border-left: 30px solid;
	right: -30px;
}

.form_step em::after {
	z-index: 2;
	border-left-color: #DDD;
}

.form_step em::before {
	border-left-color: #FFF;
	right: -32px;
	z-index: 1;
}

.form_step .active {
	color: #FFF;
	font-weight: bold;
	background: none;
}

.form_step .active::after {
	z-index: 2;
	border-left-color: #c4b89a;
}

.form_step li:last-child::before ,
.form_step li:last-child::after {
	content: normal;
}




/* form
------------------------------------------------------------- */

.form_box {
	max-width: 840px;
	margin: 0 auto 20px;
	border-top: 1px solid #CCC;
}

.form_box dt {
	padding: 10px 10px 5px;
}

.form_box dt em {
	display: inline-block;
	margin-left: 10px;
	padding: 4px 8px;
	border-radius: 2px;
	background: #E7CACA;
	color: #C00;
	font-size: .875rem;
	font-weight: normal;
	line-height: 1.4;
	white-space: nowrap;
}

.form_box dd {
	padding: 0 10px 10px;
	border-bottom: 1px solid #CCC;
}


.form_box .horizontal-item {
	display: inline-block;
	margin-right: 15px;
}

.mw_wp_form .form_box .horizontal-item + .horizontal-item {
	margin-left: 0;
}

.form_box input[type="text"] ,
.form_box input[type="email"] ,
.form_box textarea {
	box-sizing: border-box;
	border: 1px solid #CCC;
	border-radius: 4px;
}

.form_box input[type="text"] ,
.form_box input[type="email"] {
	max-width: 100%;
}
.form_box .propertydd input[type="text"] {
	max-width: 90%;
}

.form_box textarea {
	width: 100%;
}

.form_btn_box {
	text-align: center;
}

.form_btn_box p {
	margin-bottom: 20px;
}

::placeholder{
	color: #999;
}


.form_btn_box .btn_confm {
	position: relative;
	display: inline-block;
	width: 100%;
}
.mw_wp_form_confirm .form_btn_box .btn_confm {
	display: none;
}
.form_btn_box .btn_confm button {
		width: 65%;
}

.form_btn_box input {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 16px 10px;
	border: none;
	background: #c4b89a;
	color: #FFF;
	font-size: 116%;
}

.form_btn_box button {
	cursor: pointer;
	position: relative;
	display: inline-block;
	min-width: 30%;
	margin: auto 4px;
	padding: 16px 10px;
	border: none;
	background: #c4b89a;
	color: #FFF;
	font-size: 116%;
}

.form_btn_box button.back {
	background: #CCC;
}


.form_btn_box .btn_confm button::before ,
.form_btn_box button.send::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border: 0px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 99999;
}

.form_btn_box button.back::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border: 0px;
	border-bottom: solid 2px #FFF;
	border-left: solid 2px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}




/* /////////////////////////////////////////////////////////////////////////////

 汎用CSS

///////////////////////////////////////////////////////////////////////////// */

/* テキスト関係 --------------------- */

.attention { /* 注意色(基本赤) */
	color: #CC0000;
}

.attentionB { /* 注意色(基本赤) */
	color: #CC0000;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.text_SS {
	font-size: 75%;
}

.text_S {
	font-size: 86%;
}

.text_L {
	font-size: 120%;
}

.text_LL {
	font-size: 150%;
}

.text_LLL {
	font-size: 180%;
}


/* テキスト位置設定 ---------------- */

.post p.center ,
.center {
	margin: auto;
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


/* マージン関係 ------------------- */

.m0 {
	margin: 0;
}

.m10 {
	margin: 10px;
}

.mT10 {
	margin-top: 10px;
}

.mT20 {
	margin-top: 20px;
}

.mB5 {
	margin-bottom: 5px;
}

.mB10 {
	margin-bottom: 10px;
}

.mB20 {
	margin-bottom: 20px;
}

.mR5 {
	margin-right: 5px;
}

.mR10 {
	margin-right: 10px;
}

.mR20 {
	margin-right: 20px;
}

.mL5 {
	margin-left: 5px;
}

.mL10 {
	margin-left: 10px;
}

.mL20 {
	margin-left: 20px;
}

.mRL10 {
	margin: auto 10px;
}

/*　パディング関係 ------------------ */
.p0 {
	padding: 0;
}

.p10 {
	padding: 10px;
}

.pT5 {
	padding-top: 5px;
}

.pT10 {
	padding-top: 10px;
}

.pB10 {
	padding-bottom: 10px;
}

.pR10 {
	padding-right: 10px;
}

.pL10 {
	padding-left: 10px;
}

.pB20 {
	padding-bottom: 20px;
}

.pRL10 {
	padding: auto 10px;
}

/* フロート関係 ------------------- */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear,
.clearBoth {
	clear: both;
}

.clearfix {
	/zoom : 1; /* IE6-7 */
}

.clearfix::after { /* modern */
	content : '';
	display : block;
	clear : both;
	height: 0;
}


/* 画像関係
-----------------------------------------------------------*/

.figOne {
	margin-bottom: 40px;
}

.figLeft,
.figRight {
	display: block;
	margin: 0 auto 15px;
	text-align: center;
}

.fig_list {
	margin: 0 -10px 20px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.fig_list li {
	flex-grow: 0;
	width: 33.33333%;
}

.fig_list li div {
	padding: 0 10px 20px;
}



/* /////////////////////////////////////////////////////////////////////////////

 デバイス別

///////////////////////////////////////////////////////////////////////////// */

/*media Queries スマホ
-----------------------------------------------------------*/

@media only screen and (max-width: 768px) {
	.sp_hide ,
	.external_area ,
	.gnavi_block ,
	.header_info_inner .logo {
		display: none;
	}
	
	/* main ////////////////////////// sp */
	/* page ////////////////////////// sp */
	/* index ------------------------- sp */
	.point_swiper .swiper-button-next.swiper-button-white,
	.point_swiper .swiper-container-rtl .swiper-button-prev.swiper-button-white {
		background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	}
	.point_swiper .swiper-button-prev.swiper-button-white,
	.point_swiper .swiper-container-rtl .swiper-button-next.swiper-button-white {
		background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	}
}

/* iphone6用 375x667  */
@media only screen and (max-width: 375px) {
}

/* iphone5用 320x568  */
@media only screen and (max-width: 320px) {
	.header_info_inner .txt h1 {
		font-size: .875rem;
	}
	.entry_list dt {
		width: 110px;
	}
	.entry_list dd {
		min-height: 110px;
		padding-left: 130px;
	}
}



/*media Queries タブレット 〜 PCサイズ
-----------------------------------------------------------*/

@media only screen and (min-width: 769px) {
	html ,
	body {
		font-size: 16px;
	}
	.pc_hide ,
	.cover_layer > .logo_sp ,
	.fix_btn {
		display: none;
	}
	.header_wrapper {
		min-height: 106px;
	}
	.home .header_wrapper {
		min-height: auto;
	}
	.contents_wrapper {
		display: -webkit-flex;
		display: flex;
		margin: 0 auto 40px;
		padding: 0 20px;
	}
	.main_contents {
		flex: 1;
	}
	.side {
		width: 240px;
		margin-left: 50px;
	}
	.header_inner {
		padding: 20px 20px;
	}
	.header_fix {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		box-shadow: 0 0 10px rgba(0,0,0,.25);
		z-index: 9999999;
	}
	.header_fix .header_inner {
		padding: 0 20px;
	}
	.header_inner .logo ,
	.header_fix .header_inner .logo {
		width: 200px;
		padding: 10px 0;
	}
	.header_fix .header_inner .logo img {
		max-height: auto;
	}
	.menu_btn_area {
		display: none;
	}
	.topinfo_open span {
		display: inline-block;
		margin-top: 0;
		margin-left: 20px;
	}
	.topinfo_open::after {
		position: absolute;
		display: block;
		content : '';
		top: 50%;
		right: 10px;
		margin-top: -5px;
		width: 48px;
		height: 10px;
		background: url(./image/common/icon_arrow03wh.svg);
		background-size: cover;
	}
	.topinfo_area {
		width: 600px;
		height: 460px;
		margin-left: -300px;
		margin-top: -230px;
	}
	.topinfo_area .btn span {
		width: 46px;
		height: 46px;
		line-height: 40px;
	}
	.contents_news .contents_inner {
		display: -webkit-flex;
		display: flex;
	}
	.contents_news .title_block {
		width: 35%;
		margin-top: 25px;
		margin-bottom: 0;
	}
	.contents_news .title_block .title_01 {
		margin-top: 30px;
	}
	.contents_news .news_list {
		width: 65%;
	}
	.news_list dt {
		clear: both;
		float: left;
		width: 8.5em;
		padding: 8px 0;
	}
	.news_list dd {
		padding: 8px 0 8px 10em;
	}
	.footer_main {
		display: -webkit-flex;
		display: flex;
	}
	.footer_main .footer_info {
		width: 45%;
		margin: 0;
		padding-bottom: 0;
		border-bottom: none;
		text-align: left;
	}
	.footer_main .footer_cal {
		width: 55%;
	}
	.footer_info .logo {
		margin: 0 auto 10px 0;
	}
	.footer_info .btn_box02 {
		text-align: left;
	}
	.footer_info .btn_box02 a {
		min-width: auto;
	}
	.footer_info .sns_link {
		margin: 0 -8px 20px;
		justify-content: flex-start;
	}
	.footer_cal .copy {
		text-align: right;
	}
	.page_top_fx {
		bottom: 20px;
		right: 20px;
	}
	
	/* main ////////////////////////// pc */
	.title_block {
		margin-bottom: 40px;
	}
	.btn_box a {
		min-width: 200px;
	}
	
	/* archive ----------------------- pc */
	.entry_list dt {
		width: 250px;
		padding: 0;
	}
	.entry_list .thumb .auther {
		bottom: -15px;
		right: -15px;
	}
	.entry_list dd {
		min-height: 250px;
		margin-bottom: 50px;
		padding-left: 280px;
	}
	.entry_list dd .entry_info {
		margin-bottom: 20px;
	}
	.entry_list dd em {
		margin-bottom: 20px;
		font-size: 1.5rem;
	}
	.kanren_area .entry_list dd em {
		font-size: 1.25rem;
	}
	.entry_list dd .entry_txt {
		display: block;
		margin-bottom: 20px;
	}
	.entryblock_list {
		margin: 0 -15px;
	}
	.entryblock_list li {
		width: 33.33333%;
	}
	.entryblock_list li > div {
		padding: 0 15px 30px;
	}
	.staff_list li ,
	.gallery_list li {
		flex-grow: 0;
		width: 33.3333333%;
	}
	.home .staff_list li:nth-child(n+4) ,
	.home .gallery_list li:nth-child(n+4) {
		display: none;
	}
	.newsa_list dt {
		display: -webkit-flex;
		display: flex;
		padding: 15px 0;
	}
	.newsa_list dt span {
		width: 8em;
		padding-left: 1em;
	}
	.newsa_list dt em {
		flex: 1;
		font-weight: bold;
	}
	.newsa_list dd {
		padding: 0 0 15px 9em;
	}
	.product_cate_list li {
		width: 33.33333%;
	}
	
	/* single ------------------------- pc */
	.post {
		margin: 0 0 20px;
		padding: 30px;
		border: 1px solid #DDD;
	}
	#toc_container {
		width: auto;
	}
	.kanren_area h3 {
		font-size: 1.25rem;
	}
	.entry_salon_inner {
		display: -webkit-flex;
		display: flex;
	}
	.entry_salon_area .thumb {
		width: 36%;
		margin: 0 4% 0 0;
	}
	.entry_salon_area .salon_info {
		width: 60%;
	}
	.share_area {
		margin: 40px -2px;
	}
	.share_list li span {
		display: inline-block;
	}
	.share_list li i::before {
		margin-right: 4px;
	}
	.image_iblock {
		width: 44%;
		width: auto;
	}
	.comments_area {
		padding: 20px;
	}
	
	/* page ////////////////////////// pc */
	/* index ------------------------- pc */
	.cover_swiper {
		margin-bottom: 20px;
	}
	.slide_img {
		padding-top: 50%;
	}
	.cover_video {
		width: 100%;
		margin-left: 0;
		padding-top: 50%;
	}
	.contents.topnews {
		text-align: center;
	}
	.contents.topnews h2 {
		margin-bottom: 15px;
		font-size: 1.125rem;
	}
	.point_inner {
		display: -webkit-flex;
		display: flex;
		padding: 40px 20px 40px 40px;
	}
	.point_inner .thumb {
		flex-basis: 32%;
		padding-right: 4%;
		padding-bottom: 5px;
	}
	.point_inner .txt {
		flex-basis: 64%;
	}
	.point_inner .txt h2 {
		margin-bottom: 15px;
	}
	.point_inner .txt p {
		height: 7.5em;
	}
	
	.pickup_menu_list li {
		margin-bottom: 40px;
	}
	.pickup_menu_list li > div ,
	.pickup_menu_list li a > div {
		display: -webkit-flex;
		display: flex;
		padding: 30px 40px 30px;
	}
	.pickup_menu_list .thumb {
		flex-basis: 32%;
		padding-right: 4%;
		margin-bottom: 0;
	}
	.pickup_menu_list .txt {
		flex-basis: 64%;
	}
	.pickup_menu_list .txt h2 {
		margin-bottom: 15px;
	}
	
	.index_salon .contents_inner {
		display: -webkit-flex;
		display: flex;
	}
	.index_salon .contents_inner .thumb {
		max-width: 60%;
		min-width: 50%;
		margin-right: 40px;
	}
	
	.point_list li > div ,
	.point_list li a > div {
		display: -webkit-flex;
		display: flex;
		align-items: center;
		padding: 40px 40px;
	}
	.point_list li:nth-child(2n) > div ,
	.point_list li:nth-child(2n) a > div {
		flex-direction: row-reverse;
	}
	.point_list .thumb {
		flex-basis: 42%;
		padding-right: 4%;
		margin-bottom: 0;
	}
	.point_list li:nth-child(2n) .thumb {
		padding-left: 4%;
		padding-right: 0;
	}
	.point_list .txt {
		flex-basis: 54%;
	}
	.point_list .txt h2 {
		margin-bottom: 15px;
	}
	
	/* salon ------------------------- pc */
	.salon_info .tbl dt {
		clear: both;
		float: left;
		width: 8em;
		padding: 20px 0 20px 2em;
	}
	.salon_info .tbl dd {
		min-height: 1.6em;
		padding: 20px 1em 20px 11em;
	}
	
	/* staff ------------------------- pc */
	.staff_single .staff_thumb img {
		width: 75%;
	}
	.cal_area {
		display: -webkit-flex;
		display: flex;
	}
	.btn_box .line a {
		font-size: .875rem;
	}
	.staff_salon_list .thumb {
		float: left;
		width: 330px;
	}
	.staff_intro {
		margin-bottom: 40px;
		padding: 20px;
	}
	.staff_intro .inner {
		display: -webkit-flex;
		display: flex;
		flex-direction: row-reverse;
	}
	.staff_intro .inner .fig {
		width: 36%;
		margin-left: 4%;
	}
	.staff_intro .inner .txt {
		width: 60%;
	}
	
	/* menu -------------------------- pc */
	.menu_block h2 {
		margin-bottom: 10px;
	}
	.menu_list {
		margin: 0 20px;
	}
	.menu_list dt {
		padding: 15px 15px 0;
	}
	.menu_list dd {
		padding: 5px 15px 0;
	}
	
	/* gallery ------------------------ pc */
	.gallery_content {
		display: -webkit-flex; 
		display: flex;
	}
	.gallery_image {
		flex-grow: 0;
		width: 500px;
	}
	.gallery_info {
		flex-grow: 1;
		margin-left: 40px;
	}
	.gallery_mainimg div {
		width: 460px;
		height: 460px;
	}
	.gallery_image .thumb_list li {
		width: 15%;
	}
	
	/* reserve ----------------------- pc */
	.reserve_link {
		display: -webkit-flex;
		display: flex;
		justify-content: center;
	}
	.reserve_link li {
		width: 50%;
	}
	.reserve_staff_link {
		margin: 0 -20px;
	}
	.reserve_staff_link li > div {
		padding: 0 20px 40px;
	}
	.reserve_staff_link li {
		width: 33.33333%;
	}
	.reserve_staff_link .thumb img {
		width: 65%;
	}
	
	/* product ------------------------- pc */
	.product_info_area {
		display: -webkit-flex;
		display: flex;
	}
	.product_info_area .thumb {
		width: 40%;
		margin-right: 20px;
	}
	.product_info_area .txt {
		flex: 1;
		max-width: 100%;
	}
	
	/* lp ---------------------------- pc */
	.lp_wrapper .header .lp_catch {
		font-size: 1rem;
	}
	.lp_slide_wrapper {
		margin-bottom: 40px;
	}
	.lp_slider-item {
		width: 280px;
	}
	.lp_content {
		padding: 25px;
		font-size: 1rem;
	}
	.lp_content h1 {
		font-size: 1.25rem;
	}
	.fig_txt_block {
	}
	.fig_txt_block .txt {
		margin-left: 20px;
		font-size: 1.5rem;
	}
	.image_list {
		margin: 0 -10px;
	}
	.image_list li > div {
		padding: 0 10px 20px;
	}
	
	/* contact ----------------------- pc */
	.form_info {
		margin-bottom: 40px;
	}
	.form_step em {
		padding: 20px 15px 20px 45px;
		font-size: 1rem;
	}
	.form_step em span {
		display: inline-block;
	}
	.form_box {
		line-height: 2;
	}
	.form_box dt {
		clear: both;
		float: left;
		width: 25%;
		padding: 15px 0 15px;
	}
	.form_box dd {
		padding: 15px 0 15px 25%;
		min-height: 2em;
	}
	.form_btn_box .btn_confm button {
		width: 30%;
	}
	.form_btn_box button {
		min-width: 30%;
	}
	
	/* common //////////////////////// pc */
	.figLeft {
		float: left;
		margin-right: 30px;
		margin-bottom: 10px;
	}
	.figRight {
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
	}
}

/*media Queries PCサイズ
----------------------------------------------------*/

@media only screen and (min-width: 1000px) {
	.lp_slider-item {
		width: 320px;
	}
	/* ----- ここまで ----- */
}





