@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:100,300,400,600,700);
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td {
	padding: 0;
	margin:0;
}
html {
	margin:0;
	}

body {
	font-family:'Noto Sans Japanese', sans-serif, 'Open Sans', sans-serif;
	font-size: 100%;
	line-height: 1.6em;
	margin:0 auto 0 auto;
	height:100%;
	font-style: normal;
	font-weight: 300;
	overflow-x: hidden;
	}

html>/**/body {
	font-size: 16px;
}

a:link{
	color:#000000; text-decoration:underline;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	}
a:visited{color:#000000; text-decoration:none;}
a:active{color:#623f31; text-decoration:none;}
a:hover{color:#623f31; text-decoration:none;}

.red a:link{
	color:#ff0000; text-decoration:underline;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	}
.red a:visited{color:#ff0000; text-decoration:underline;}
.red a:active{color:#ff0000; text-decoration:underline;}
.red a:hover{color:#ff0000; text-decoration:underline;}

a.arrow {
	background-image:url("/images/link_arrow.png");
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left:15px;
	display:block;
	margin-top:10px;
	}
a.arrow:link {
	text-decoration:underline;
	}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
.clearfix {
	min-height: 1px;
	}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
	}

.flexbox {
	display:flex;
	}

.br-sp {
	display:none;
	}

img {
	vertical-align: bottom;
	}

img.imgRight {
	float:right;
	margin:0 0 15px 15px;
	}

img.imgLeft {
	float:left;
	margin:0 15px 0 15px;
	}

img.w100 {
	width:100%;
	}

.divLink {
	cursor:pointer;
	}

h1 ,h2 ,h3 ,h4 {
	font-weight:normal;
	font-size:100%;
	}

h1 {
	font-size:230%;
	background-color:#e7e4e2;
	border-top:solid #beb1aa 5px;
	line-height:1.2em;
	padding:15px 10px 15px 80px;
	margin:15px 0;
	background-image:url("/images/h1icon.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	}

h2 {
	font-size:150%;
	padding:10px;
	background-color:#bdb1a9;
	margin:10px 0;
	}

h3 {
	font-size:125%;
	margin:40px 0 10px 0;
	padding-bottom:3px;
	line-height: 1.5em;
	border-bottom:solid #b0898d 3px;
	text-align:left;
	}
h3::before {
	content: "◆";
	color:#b0898d;
	}

h4 {
	font-size:115%;
	color:#b0898d;
	line-height: 1.5em;
	text-align:left;
	}

input, textarea, select {
	font-size:16px;
	padding:5px 2%;
	}

textarea {
	width:96%;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}

th {
	background-color:#e7e4e2;
	border:solid #adacab 1px;
	padding:10px;
	}

td {
	border:solid #adacab 1px;
	padding:10px;
	}


.fs130 {
	font-size:130%;
	line-height:1.5em;
	}

.fs90 {
	font-size:90%;
	}

.fs70 {
	font-size:70%;
	}

p {
	margin:0 0 20px 0;
	}

.red {
	color:#ff0000;
	}

.blue {
	color:#00479d;
	}

.yellow {
	color:#f39700;
	}

.navy {
	color:#171c61;
	}

.magenta {
	color:#e61673;
	}

.green {
	color:#006934;
	}

hr {
	height:0;
	border:0;
	border-top:1px solid #afafaf;
	border-bottom:1px solid #fff;
	margin:15px 0;
	}

.imgLiquid {
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	}

.img-right {
	float:right;
	margin-left:10px;
	}

.img-left {
	float:left;
	margin-right:10px;
	}

.mt5 {
	margin-top:5px;
	}

.mt10 {
	margin-top:10px;
	}

.mb15 {
	margin-bottom:15px;
	}

.mb20 {
	margin-bottom:20px;
	}

.mb30 {
	margin-bottom:30px;
	}

.ml10 {
	margin-left:10px;
	}

.ml20 {
	margin-left:20px;
	}

.lh20 {
	line-height:2em;
	}

header {
	border-bottom:solid #935f69 4px;
	margin-bottom:10px;
	}

header .inner {
	width:1080px;
	margin:0 auto;
	padding:10px 0;
	}

#gnavi {
	width:100%;
	height:60px;
	}

#top #gnavi {

	}

#gnavi .inner {
	width:1080px;
	margin:0 auto;
	font-weight:300;
	}

#gnavi #logo {
	float:left;
	margin:10px 25px 10px 0;
	}

#spMenu {
	display:none;
	}

#gnavi li {
	float:left;
	list-style-type:none;
	margin:15px 5px 15px 0;
	position: relative;
	}

#gnavi li a {
	padding:2px 7px;
	display:block;
	border:solid #c0b4ad 1px;
	}

#gnavi a:link{color:#000000; text-decoration:none;}
#gnavi a:visited{background-color:#e8e4e2; color:#000000; text-decoration:none;}
#gnavi a:active{background-color:#e8e4e2; color:#000000; text-decoration:none;}
#gnavi a:hover{background-color:#e8e4e2; color:#000000; text-decoration:none;}

#gnavi li.on a {
	background-color:#e8e4e2;;
	}

/*オンマウスでドロップダウンメニュー*/
#gnavi ul ul{
	display: block;
}
.has-child ul{
    /*絶対配置で位置を指定*/
	position: absolute;
	left:0;
	xtop:62px;
	z-index: 4;
    /*形状を指定*/
	background:#28BFE7;
	width:200px;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
    /*アニメーション設定*/
	transition: all .3s;
	z-index: 999;
}
#gnavi .has-child ul li{
	margin: 0;
}
#gnavi .has-child ul li a{
	box-sizing: border-box;
	background: #fff;
	width:200px;
}
#gnavi .has-child ul li a:hover{
	background: #e7e4e2;
}
/*hoverしたら表示*/
#gnavi li.has-child:hover > ul,
#gnavi li.has-child ul li:hover > ul,
#gnavi li.has-child:active > ul,
#gnavi li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}
/*スマホの場合*/
@media screen and (max-width:720px){
#gnavi li.has-child ul,
	#gnavi li.has-child ul ul{
  	position: relative;
	left:0;
	top:0;
	width:100%;
	visibility:visible;/*JSで制御するため一旦表示*/
	opacity:1;/*JSで制御するため一旦表示*/
	display: none;/*JSのslidetoggleで表示させるため非表示に*/
	transition:none;/*JSで制御するためCSSのアニメーションを切る*/
	box-shadow: none;
}
#gnavi .has-child > a{
	position: relative;
}
#gnavi .has-child > a::after{
	content: "";
	position: absolute;
	display: inline-block;
  vertical-align: middle;
  color: #3b3634;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
	right:15px;
}
#gnavi .has-child ul li {
	background: #faf8f7;
	width:100%;
}
#gnavi .has-child ul li a{
	background: #faf8f7;
	width:100%;
	padding-left:25px;
	position: relative;
}
}
/*オンマウスでアコーディオン END*/

.notes {
	font-size:85%;
	}

.notes span {
	display:block;
	text-indent:-1em;
	margin-left:1em;
	}

/*TOP*/
#kv .imgLiquid {
	height:100px;
	display:none;
	}

#kv .imgLiquid:nth-child(2) {
	display:none;
	}

#kv .inner {
	width:1080px;
	margin:0 auto;
	padding-top:90px;
	text-align:center;
	}

#kv .inner img {
	width:60%;
	}

.maincopy {
	text-align:center;
	font-size:115%;
	line-height:2em;
	}

.information-pc {
	display:block;
	margin:15px 0;
	}

.information-sp {
	display:none;
	margin:15px 0;
	}

#blogLink {
	border:solid #935f69 5px;
	background-image:url("/images/top_blog.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 50px 10px 0px 10px;
	font-size:110%
	}

#blogLinkMachida {
	border:solid #935f69 5px;
	background-image:url("/images/top_machida_blog");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 50px 10px 0px 10px;
	font-size:110%
	}

#top-contents {
	width:1080px;
	margin:0px auto;
	}

#top-contents .case p {
	font-size:120%;
	line-height:1.8em;
	}

#top-contents .case span.red {
	color:#c30d23;
	}

#top-contents .case span.note {
	display:block;
	margin-bottom:15px;
	}

.case .tel {
	float:left;
	width:50%;
	}

.case .line {
	float:left;
	width:50%;
	}

.machida_menu .left-contents {
	float:left;
	width:522px;
	margin-right:36px;
	}

.machida_menu .right-contents {
	float:left;
	width:522px;
	}

.machida_menu ol {
	margin-top:15px;
	padding-left:20px;
	}

#left-contents {
	float:left;
	width:660px;
	}

#right-contents {
	float:left;
	width:390px;
	margin-left:30px;
	}

#instagram {
	float:right;
	}

#instagram img {
	float:right;
	margin-left:10px;
	}


#main-contents {
	width:1080px;
	margin:0 auto;
	padding:10px 0;
	}

.season_color {
	float:left;
	width:534px;
	}

.season_color .item {
	float:left;
	width:227px;
	margin-right:40px;
	}

.tag {
	margin-left:30px;
	}

.tag_navy {
	background-color:#171c61;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:#ffffff;
	display:inline-block;
	font-size:90%;
	padding:5px;
	margin-bottom:10px;
	}

.tag_magenta {
	background-color:#e61673;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:#ffffff;
	display:inline-block;
	font-size:90%;
	padding:5px;
	margin-bottom:10px;
	}

.tag_green {
	background-color:#006934;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:#ffffff;
	display:inline-block;
	font-size:90%;
	padding:5px;
	margin-bottom:10px;
	}

/*adviser*/
.adviser .item {
	width:340px;
	float:left;
	font-size:85%;
	line-height:1.5em;
	margin-bottom:30px;
	margin-right:30px;
	}

.adviser .item:nth-child(3n) {
	margin-right:0px;
	}

.adviser .item .image {
	width:128px;
	float:left;
	}

.adviser .item .image .linkBtn {
	margin-top:5px;
	}

.adviser .item .image .linkBtn img {
	margin-right:5px;
	}

.adviser .item .text {
	width:202px;
	float:left;
	margin-left:10px;
	}

.adviser .separator {
	color:#935f69;
	display:block;
	text-align:center;
	}

.adviser .btn a {
	padding:5px;
	width:95%;
	margin-bottom:5px;
	}

.adviserReserve {
	background-color:#e7e4e2;
	margin:0 0 30px 0;
	padding:15px;
	}

.adviserReserve a {
	padding:10px 30px;
	font-size:150%;
	}

/*machidaStaff*/
.machidaStaff .item {
	width:325px;
	float:left;
	font-size:85%;
	line-height:1.5em;
	margin-bottom:30px;
	margin-right:10px;
	}

.machidaStaff .item:nth-child(2n) {
	margin-right:0px;
	}

.machidaStaff .item .image {
	width:128px;
	float:left;
	}

.machidaStaff .item .image .linkBtn {
	margin-top:5px;
	}

.machidaStaff .item .image .linkBtn img {
	margin-right:5px;
	}

.machidaStaff .item .text {
	width:185px;
	float:left;
	margin-left:10px;
	}

.machidaStaff .separator {
	color:#935f69;
	display:block;
	text-align:center;
	}

.machidaStaff .btn a {
	padding:5px;
	width:95%;
	margin-bottom:5px;
	}

.adviserReserve {
	background-color:#e7e4e2;
	margin:0 0 30px 0;
	padding:15px;
	}

.adviserReserve a {
	padding:10px 30px;
	font-size:150%;
	}


/*map*/
iframe.accessmap {
	width:100%;
	height:500px;
	}

.access {
	width:50%;
	margin-bottom:20px;
	border:solid #cccccc 1px;
	margin-left:10px;
	}

/*contact*/

.contactForm th {
	text-align:left;
	}

.btn {
	text-align:center;
	}

.btn a {
	background-color:#935f69;
	display:inline-block;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	}

.contactForm .btn a {
	padding:10px 30px;
	}

.btn a:link{
	color:#ffffff; text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	}
.btn a:visited{color:#ffffff; text-decoration:none;}
.btn a:active{color:#ffffff; text-decoration:none;}
.btn a:hover{background-color:#e8e4e2; color:#000000; text-decoration:none;}


.btn input {
	background-color:#935f69;
	display:inline-block;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:#ffffff; text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	border:none;
	}

.btn input {
	padding:10px 30px;
	}

.btn input:hover{background-color:#e8e4e2; color:#000000; text-decoration:none;}

.link img {
	margin-bottom:20px;
	}

/*resist*/
.resist th {
	text-align:left;
	}

.resist input[type="submit"] {
	background-color:#935f69;
	display:inline-block;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:none;
	color:#ffffff;
	padding:10px 30px;
	cursor:pointer;
	}
.resist input[type="submit"]:hover{
	background-color:#e8e4e2;
	color:#000000;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	}

.resist input[type="submit"].zipcode {
	padding:5px;
	}

.resist .back {
	float:left;
	}

.resist .reserveTable {
	font-size:75%;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
	}

.resist th {
	padding:5px;
	}

.resist td {
	padding:5px;
	}

/*Footer*/
footer {
	background-color:#bdb1a9;
	padding:20px 10px 50px 10px;
	margin:20px 0 0 0;
	}

footer .inner {
	width:1080px;
	margin:0 auto;
	padding:10px 0;
	}


/*wp*/
#blogcontent {
	float:left;
	width:800px;
	}

.widget-area {
	float:left;
	width:230px;
	margin-left:50px;
	}

.widget-area li {
	list-style-type: none;
	}

.widget-area a {
	background-image:url("/images/link_arrow.png");
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left:15px;
	display:block;
	margin-top:10px;
	}

.screen-reader-text {
	display:none;
	}

.posts-navigation {
	margin-top:50px;
	}

.posts-navigation .nav-next {
	float:right;
	}

.posts-navigation .nav-previous {
	float:left;
	}

.mt30{
	margin-top:30px;
	font-size:12px;
}
.mb10{
	margin-bottom:10px;
}
.mr10{
	margin-right:10px;
}

.navigation {
	clear:both;
	height:40px;
	}

.nav-previous {
	float:left;
	}

.nav-next {
	float:right;
	}

#main-contents ul li {
	list-style-type: none;
	}

ul.mens {
	margin-left:2em;
	}

.mens li {
	text-indent: -1em;
	}

.mens li:before{
	content: '◆';
	color:#935f69;
	}

.facetype li:before{
	content: '◆';
	color:#935f69;
	}


.twelveStyling .button {
	float:left;
	margin-right:30px;
	}

.twelveStyling .subtitle {
	margin:30px 0 10px 0;
	}

.twelveStyling .uploadImage {
	width:100px;
	}

.twelveStyling .uploadImageBox {
	margin:0px 0 20px 0;
	}

.twelveStyling .modalImage {
	height:600px;
	}

	@keyframes modal{
  0% {top:-100%}
  100% {top:50%}
}
@keyframes modalClose {
  0% {top:50%}
  100% {top:100%}
}

.size-full {
	max-width:600px;
	height:auto;
	}

/*------------------------サブメニュー*/
.sub_menu{
	width:100%;
	max-width:540px;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom: 30px;
}
.sub_menu ul{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.sub_menu ul li{
	width:calc(100%/3);
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}
.sub_menu ul li:first-child{
	border-left: none;
}
.sub_menu ul li a{
	display: inline-block;
	width:100%;
	padding:5px 0;
	text-align: center;
	transition: 0.3s;
	box-sizing: border-box;
}
.sub_menu ul li a:hover{
	background: #e7e4e2;
}
.pc4seasen ul .pc4seasen_li a , .pc16type ul .pc16type_li a , .pc4d ul .pc4d_li a{
	background: #e7e4e2;
	text-decoration: none;
}

.sub_menu02{
	width:100%;
	max-width:540px;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom: 30px;
}
.sub_menu02 ul{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.sub_menu02 ul li{
	width:calc(100%/2);
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}
.sub_menu02 ul li:first-child{
	border-left: none;
}
.sub_menu02 ul li a{
	display: inline-block;
	width:100%;
	padding:5px 0;
	text-align: center;
	transition: 0.3s;
	box-sizing: border-box;
}
.sub_menu02 ul li a:hover{
	background: #e7e4e2;
}
.facetype_ul ul .facetype_li a , .mens_facetype_ul ul .mens_facetype_li a {
	background: #e7e4e2;
	text-decoration: none;
}

.btn_salon {
	margin:0 0 30px 0;
	padding:15px;
	text-align:center;
	}

.btn_salon a {
	background-color:#935f69;
	padding:5px 30px;
	font-size:150%;
	margin:auto;
	border-radius:9999px;
	}
.btn_salon a:link{
	color:#ffffff; text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	}
.btn_salon a:visited{color:#ffffff; text-decoration:none;}
.btn_salon a:active{color:#ffffff; text-decoration:none;}
.btn_salon a:hover{
	color:#ffffff; text-decoration:none;
	background-color:#bdb1a9;
	}

/* Form */

#form .btn-primary {
	background-color:#935f69;
	border:0;
	transition: all  0.5s ease;
	}

#form .btn-primary:hover{background-color:#e8e4e2; color:#000000; text-decoration:none;}

#form .form-group {
	padding:10px;
	border:solid 1px #beb1aa;
	margin-bottom:5px;
	}

#form span {
	color:#ff0000;
	}
