/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

/* ==========================================================================
   TOP-page
   ========================================================================== */


.idx_page .fix-header h1.top {
  display: none;
}

/* ===================
    BG-YTPlayer
   =================== */
.buttonBar {
	display:none;
}
.big-background {
  width:100%; height:100%;
	background:#1d1a19;
	opacity: 0.8; filter: alpha(opacity=80);
	z-index:1;
	position:fixed; top:0; left:0;
}
.sp_background {
	background:#3f3c3b;
}

/* ===================
    top-logo
   =================== */
.idx_top-logo {
  padding: 20% 0 30px;
  z-index: 2;
}
.idx_top-logo ul,
.idx_top-logo ul li {
  margin: 0; padding:0;
  list-style: none;
}
.idx_top-logo ul {
  margin: 0 auto;
}
@media only screen and (max-width: 749px) {	
  .idx_top-logo ul li img {
    width: 100%;
  }
  .idx_top-logo ul {
    width: 75%;
  }
  .idx_top-logo ul li {
    text-align: center;
  }
 }
@media only screen and (min-width: 750px) {	
  .idx_top-logo {
    padding-top: 10%;
  }
  .idx_top-logo ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .idx_top-logo ul li img {
    width: 360px;
  }
}

/* ===================
    top-link_btn
   =================== */

#btn_reservation {
	z-index:99;
	display:block;
	width:500px;
	margin: 50px auto 0;
	padding:4px 0;
	background-color:rgba(172,141,156,0.85);
	border:0;;
	text-align:center; text-decoration:none;
}
#btn_reservation:hover,
#btn_reservation:active {
	background-color:rgba(222,196,209,0.85);
	text-decoration: none;
}
#btn_reservation p {
	display:block;
	margin: 0 4px;
	padding:10px 20px;
	background:url(../img/cmn/btn_arrow_bk.svg) no-repeat 95% 48%;
	background-size:8px;
	border:1px solid #1d1a19;
	color:#1d1a19
}
#btn_reservation p > .eng {
	display: block;
	font-size: 28px;
	font-weight: 300;
	margin: 10px 0;
}

#btn_recruit {
	position: relative;
	z-index:99;
	width:100%;
	margin: 0 auto 0;
	padding: 35px 0 0;
}
#btn_recruit .popup_copy {
	position: absolute; top:0; left: 0;
	width:100%;
	text-align: center;
}
#btn_recruit .popup_copy > img {
	width:111px;
}
#btn_recruit .btn_lbr_opc90 {
	width:200px;
	margin: 0 auto;
	padding-top: 15px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background:url(../img/cmn/btn_arrow_bk.png) no-repeat 90% 56%;
	background-size:12px;
	background-color:#988475;
}
#btn_recruit .btn_lbr_opc90:hover {
	background-color:#b8a394;
}

/* ===================
    update-container
   =================== */

.update-container {
	z-index:99;
	margin:50px auto 0;
	text-align: center;
}
.update-container section {
	border:1px solid #66594f;
	margin-bottom:10px; padding:10px;
}
.update-container h1 {
	color:#988475;
	font-size:28px; font-weight: 200;
	margin:10px auto;
}
.update-container dl {
	margin:0 auto 16px;
}
.update-container dt {
	color:#FFF;
	font-family: 'Open Sans'; font-weight: 600;
	margin:0;
}
.update-container dd {
	color:#FFF;
	margin:0;
}
.update-container dl a {
	color:#FFF; text-decoration:none;
}
.update-container dl a:hover {
	color:#988475; text-decoration:underline;
}


/* ===================
    top-container
   =================== */

.top-container {
	z-index:99;
	margin:40px auto 80px;
	overflow:hidden;
}
.top-container section {
	position: relative;
	margin-top: 80px;
}
.top-container h1 {
	color:#988475;
	font-family: 'Raleway'; font-size:64px;
	font-weight: 200; letter-spacing:0em;
	margin:40px 0;
}
.top-container p {
	color:#d6d6d6;
}
.top-container .box_L a,
.top-container .box_R a {
	margin:26px auto 0;
}
.top-container .crossfade_L,
.top-container .crossfade_R {
	display:block;
	width:100%;
	position:relative;
}
.top-container .box_L,
.top-container .box_R {
	margin:0 auto; width:90%;
	text-align:center;
}
.top-container .box_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-container .box_link,
.top-container .box_link li {
	margin:0; padding: 0;
  list-style: none;
}

@media only screen and (max-width: 639px) {
	header > h1.top {
		margin-bottom:0;
	}
	.wrapper {
		width: 90%;
		margin: 0 auto;
	}
	.top-container .crossfade_L_sp,
	.top-container .crossfade_R_sp {
		height:200px;
		position:relative;
		overflow:hidden;
	}
	.top-container .crossfade_L_sp > img,
	.top-container .crossfade_R_sp > img {
		margin:0 auto;
		width:100%;
	}
	.top-container img.alignleft {
		position:absolute; top:0; left:0;
	}
	.top-container img.alignright {
		position:absolute; top:0; right:0;
	}
	#btn_reservation {
		width:90%;
		margin: 0 auto 20px;
	}
	#btn_recruit {
		display: none;
		position: fixed; bottom:0; left: 0;
		background:rgba(29,26,25,0.85);
		padding-bottom: 10px;
	}
	.top-container + .footer-container {
		padding-bottom:100px;
	}
  .top-container .box_link li {
    width: calc((100% - 10px) / 2);
  }
  .top-container .box_link li .btn_lbr_opc90:link,
  .top-container .box_link li .btn_lbr_opc90:visited {
    width:100%;
  }
}

@media only screen and (min-width: 640px) {	
	.top-container .crossfade_L_sp,
	.top-container .crossfade_R_sp {
		height:300px;
		overflow:hidden;
	}
	.top-container .crossfade_L_sp > img,
	.top-container .crossfade_R_sp > img {
		width:100%;
	}
}

@media only screen and (min-width: 820px) {	
	.update-container {
		display:table; table-layout:fixed;
		border-collapse:separate; 
		border-spacing:5px 0;
		margin:50px auto 30px;
	}
	.update-container section {
		display: table-cell;
	}
	.update-container dl {
		display:table; table-layout:fixed;
	}
	.update-container dt {
		display: table-cell;
		padding-right:20px;
	}
	.update-container dd {
		display: table-cell;
	}
	.top-container {
		margin:150px auto 100px;
	}
	.top-container section {
		min-height:340px;
	}
	.top-container .box_L,
	.top-container .box_L a {
		float:right;
	}
	.top-container .box_R,
	.top-container .box_R a {
		float:left;
	}
	.top-container .crossfade_L, 
	.top-container .crossfade_R {
		width:68%; min-height:340px;
	}
	.top-container .crossfade_L_sp,
	.top-container .crossfade_R_sp {
		display:none;
	}
	.top-container .crossfade_L {
		position:absolute; top:0; left:0;
	}
	.top-container .crossfade_R {
		position:absolute; top:0; right:0;
	}
	.top-container .box_R {
		margin-left:70%;
		text-align:left;
	}
	.top-container .box_L {
		margin-right:70%;
		text-align:right;
	}
  .top-container .box_link {
	  justify-content: flex-start;
  }
  .top-container .box_link li + li {
    margin: 0 0 0 10px;
  }
}
@media only screen and (min-width: 1024px) {
	.wrapper {
		width: 960px;
	}
	.top-container .sub_cts {
		display:table; table-layout:fixed;
		border-collapse:separate; 
		border-spacing:70px 0;
		width:100%; margin:80px auto;
	}
	.top-container section.sub_cts section {
		display: table-cell;
		width:50%;
	}
	.top-container section.sub_cts {
		min-height:240px;
	}
	.top-container .sub_cts h1 {
		font-size:54px;
		margin:25px 0;
	}
	.top-container .sub_cts p {
		margin-bottom:0;
	}
	.top-container .sub_cts .crossfade_L,
	.top-container .sub_cts .crossfade_R {
		width:100%; min-height:200px;
	}
	.top-container section.sub_cts .box_L,
	.top-container section.sub_cts .box_R {
		text-align:left;
		margin:210px 0 0;
	}
	.top-container section.sub_cts p {
		margin:0 40% 0 0;
	}
	.top-container section.sub_cts .btn_lbr_opc90 {
		width:25%;	
	}
	.top-container section.sub_cts .box_L a,
	.top-container section.sub_cts .box_R a {
		position:absolute; bottom:0; right:0;
		margin:0;
	}
	.top-container .family .box_L,
	.top-container .family .box_L a {
		float:left;
	}
}
@media only screen and (min-width: 1280px) {
	.top-container .sub_cts {
		width:1280px;
	}
}

/* ==========================================================================
   SALON
   ========================================================================== */


#salon .h1_topimg h1.title {
	position:absolute; left:0; right:0; top:45%;
}
#salon .L_text,
#salon .R_img {
	margin:70px 0;
}
#salon .L_text p {
	margin:0 0 30px;
}
#salon .R_img img {
	width:100%;
	margin:0 0 10px;
}
#salon .top_comment {
	margin:70px 0 30px;
}
#salon .flex_img {
  margin: 0; padding: 0;
}
#salon .flex_img li {
  list-style: none;
  margin: 0 0 20px; padding: 0;
}
#salon .flex_img li > img {
  width: 100%;
}
#salon #access {
	text-align:center;
	clear:both;
	margin-top:30px;
}
#salon #access h3 {
	text-align:center;
	 font-size:18px;
}
#salon #access h3 > .eng {
	font-size:24px;
}
#salon #access address span {
	margin-left:24px;
}
#map_canvas {
	width:100%;
	margin:40px auto 80px;
}
#salon #dog {
  background: #e6f0f5;
  box-sizing: border-box;
  padding: 10px 20px 30px;
  color: #3f6a80;
}
#salon #dog .txt-wrapper {
  position: relative;
  margin-bottom: 30px;
}
#salon #dog h1 {
  text-align: center;
}
#salon #dog h1 .catch {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 30px;
}
#salon #dog h1 .logo img {
  width: 75%;
}
#salon #dog .txt-wrapper .img-L,
#salon #dog .txt-wrapper .img-R {
  width: 50%;
}
#salon #dog .txt-wrapper .img-L img,
#salon #dog .txt-wrapper .img-R img {
  width: 100%;
}
#salon #dog .btn_lbr_opc90:link,
#salon #dog .btn_lbr_opc90:visited {
  margin: 0 auto;
  width: calc(100% - 40px);
  background:url(../img/cmn/btn_arrow_wt.png) no-repeat 90% 48%;
	background-size:12px;
	background-color:#3f6a80;
	color:#FFF;
}
#salon #dog .btn_lbr_opc90:hover,
#salon #dog .btn_lbr_opc90:active {
	background-color:#6595ad;
}
@media only screen and (max-width: 599px) {
  #salon #dog .txt-wrapper .img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
  }
}	
@media only screen and (min-width: 600px) {
	#salon .R_img img {
		display:inline;
		width:47%;
		margin:0 5px;
	}
  #salon #dog h1 .logo img {
    width: 254px;
  }
  #salon #dog {
    padding: 20px 30px 40px;
  }
  #salon #dog .txt-wrapper .txt {
    width: calc(100% - 50%);
    margin: 0 auto;
    text-align: center;
  }
  #salon #dog .txt-wrapper .img-L {
    position: absolute; bottom: 0; left: 0;
    margin: 0;
    width: 25%;
  }
  #salon #dog .txt-wrapper .img-R {
    position: absolute; bottom: 0; right: 0;
    margin: 0;
    width: 25%;
  }
  #salon #dog .btn_lbr_opc90:link,
  #salon #dog .btn_lbr_opc90:visited {
    width: 25em;
  }
}	
@media only screen and (min-width: 820px) {
	#salon .L_text {
		float:left;
		width:55%;
	}
	#salon .R_img {
		float:right;
		width:41%;
	}
	#salon .R_img img {
		display:block;
		width:100%;
		margin:0 0 10px 0;
	}
  #salon .top_comment {
    text-align: center;
	  margin:70px 0 50px;
  }
  #salon .flex_img {
    display: flex;
    justify-content: space-between;
  }
  #salon .flex_img li {
    margin: 0 0 50px;
    width: calc((100% - 10px) / 2);
  }
}
@media only screen and (min-width: 1024px) {
	#salon #access .hide_pc {
		display:none !important;
	}
	#salon #access .attention {
		margin:0;
	}
  #salon #dog .txt-wrapper .txt {
    width: 100%;
  }
  #salon #dog .txt-wrapper .img-L,
  #salon #dog .txt-wrapper .img-R {
    width: 160px;
  }
}


/* ==========================================================================
   MENU & PRICE
   ========================================================================== */

#menu #top_attention ul {
	margin:40px 0;
	padding:0 0 0 20px;
}
#menu #top_attention ul li {
	margin:0 0 5px;
	padding:0;
}
#menu .menu_list {
	margin-bottom:70px;
	}
#menu .menu_list h2 {
	border-bottom:2px solid #988475;
	margin:50px 0 10px;
	padding-bottom:20px;
	font-size:30px; font-weight: 400;
}
#menu .menu_list h2 > .jpn {
	font-size:12px; letter-spacing:0.1em; line-height:0;
	margin-left:10px;
}
#menu .menu_list table {
	width:100%;position: relative;
}
#menu .menu_list table th,
#menu .menu_list table td {
	border-bottom:1px solid #d9d2cc;
	padding:6px 0;
	font-weight:normal;
	vertical-align:top;
}
#menu .menu_list table th {
	text-align:left;
}
#menu .menu_list table td {
	width:12em;
	text-align:left;
}
#menu .menu_list table td:nth-child(even) {
	width:6em;
}

@media only screen and (max-width: 750px) {
	#menu .menu_list table th,
	#menu .menu_list table td {
		font-size:12px;
	}
}
@media only screen and (min-width: 820px) {
	#menu .menu_list h2 {
		margin:20px 0 10px;
	}
	#menu .menu_list {
		width:47.5%;
	}
	#menu #cut,
	#menu #peam,
	#menu #reform,
	#menu #other {
		float:left;
	}
	#menu #color,
	#menu #straight,
	#menu #treatment {
		float:right;
	}
}


/* ==========================================================================
   FAMILY
   ========================================================================== */

#family .wrapper {
    width: 100%;
    margin: 0;
}
#family_prof {
	margin:40px 0; padding:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}
#family_prof li {
	margin:0 0 40px; padding:0;
	list-style:none;
	width:320px;
}
.prof_img {
	width:320px; height:510px;
	overflow:hidden;
	cursor:pointer;
	position:relative;
}
.prof_img.dog {
	height:290px;
}
.prof_img .message {
	display:none;
	position: absolute;
	top:150px; left:45px;
	width:230px; height:300px;
	background:rgba(55,44,40,0.9);
	z-index: 99;
}
.prof_img.dog .message {
	height:140px;
}
.prof_img .message p {
	margin:16px 16px 8px;
	color: #FFF; font-size:12px; line-height:1.5em;
}
.prof_img .message dl {
	margin:16px;
	color: #FFF; font-size:12px; line-height:1.5em;
}
.prof_img .message dl dt {
	float:left; width:40px;
	padding:0; margin:0 0 8px;
}
.prof_img .message dl dt:nth-child(2n+1) {
	clear:left;
}
.prof_img .message dl dd {
	float:left; width:150px;
	padding:0; margin:0 0 8px;
}
.prof_img .message:after {  content: "";
	width: 46px; height: 35px;
	background: url(../img/family/message_arrow.png);
	display: block;
	position: absolute;
	left: 20px;
	top: -35px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2)  {
	.prof_img .message:after {
		background: url(../img/family/message_arrow@2x.png);
		background-size:contain;
	}
}
.prof_img .message .close {
	position: absolute; bottom:10px; right:10px;
	width: 22px; height: 22px;
	cursor: pointer;
	border:1px solid #FFF;
	color: #FFF;
	display: inline-block;
	font-size: 18px; line-height: 22px;
	text-align: center;
}
.prof_img > img {
	display:none;
}
.prof {
	text-align:center;
	margin:0 0 20px;
}
.prof > .eng {
	color:#988475;
	font-size:18px;
}
.prof > hr {
	width:20%;
	color:#988475;
	margin:14px auto;
}
.prof > .name {
	margin:0; padding:0;
	font-size:16px;
}
.prof > .sub {
	margin:0; padding:0;
	font-size:12px;
}

#family_prof .frame1 { background-repeat: no-repeat; background-position:0 0; }
#family_prof .frame2 { background-repeat: no-repeat; background-position:-320px 0; }
#family_prof .frame3 { background-repeat: no-repeat; background-position:-640px 0; }
	
#momose .prof_img { background-image: url(../img/family/momose.jpg); }
#shiji .prof_img { background-image:url(../img/family/shiji.jpg); }
#wada .prof_img { background-image:url(../img/family/wada.jpg); }
#aruga .prof_img { background-image:url(../img/family/aruga.jpg); }
#nitta .prof_img { background-image:url(../img/family/nitta.jpg); }
#momose-r .prof_img { background-image:url(../img/family/momose_r.jpg); }
#mamma .prof_img { background-image:url(../img/family/mamma.jpg); }

@media only screen and (-webkit-min-device-pixel-ratio: 2)  {
	
	#family_prof .prof_img { background-size:960px 510px; }
	#family_prof #mamma .prof_img { background-size:960px 290px; }

	#momose .prof_img { background-image: url(../img/family/momose@2x.jpg); }
	#shiji .prof_img { background-image:url(../img/family/shiji@2x.jpg); }
	#wada .prof_img { background-image:url(../img/family/wada@2x.jpg); }
	#aruga .prof_img { background-image:url(../img/family/aruga@2x.jpg); }
	#nitta .prof_img { background-image:url(../img/family/nitta@2x.jpg); }
	#momose-r .prof_img { background-image:url(../img/family/momose_r@2x.jpg); }
	#mamma .prof_img { background-image:url(../img/family/mamma@2x.jpg); }
}

@media only screen and (min-width: 960px) {
	#family .main-container {
		width:100%; 
	}
}


/* ==========================================================================
   CONTACT
   ========================================================================== */
   
#contact .top_comment {
	margin:0 auto; padding:0;
}
#contact .top_comment {
	width:85%;
	margin-bottom: 40px;
}
#contact .top_comment li {
	margin:0 0 10px; padding:0;
	list-style:none;
	text-align:center;
}
#contact #form-container {
	margin:0 auto 80px;  padding:30px 0 50px;
	border-top:#988475 1px solid;
}
#form-container fieldset {
	clear:both;
	width:85%; margin:30px auto;
	overflow:auto;
}
#form-container fieldset > legend,
#form-container fieldset > label {
	float:left;
	width:24%;
	margin:10px 0 0;
}
#form-container .input_area {
	float:left;
	text-align:left;
	width:76% ;
}
#form-container .input_area label {
	margin-right:1em;
}
#form-container .input_area label:last-child {
	margin-right:0;
}
#form-container .input_area.pt10 {
	padding-top:10px;
}
#form-container input {
	margin-right:0.5em;
}
#form-container .input_area p {
	margin:9px 0;
}
#form-container .input_area .grid_wrap {
	width: 95%;
	display: flex;
	flex-wrap: nowrap;
}
#form-container .input_area .grid_wrap label {
	flex-grow: 1;
}
#form-container .input_area .grid_wrap label:nth-child(2) {
	padding-left: 10px;
}
#form-container input[type=text].name {
	width: 100%;
}
#form-container input[type=text],
#form-container input[type=tel],
#form-container input[type=fax],
#form-container input[type=email] {
	background:#f8f2ee;
	border:none; border-radius: 0;
	padding:0 5px;
	height:36px;
	-webkit-appearance: none;
}
#form-container input[type=text]#age {
	width:3em;	
}
#form-container input[type=tel],
#form-container input[type=fax],
#form-container input[type=email] {
	width:60%;	
}
#form-container textarea {
	width:70%;	 height:150px;
	margin-top:14px;
}
#form-container select {
	border:1px solid #988475;
	margin-top:5px;
}
#form-container input[type=radio] {
	margin-left:2px;
}
#form-container .attention {
	width:85%;
	margin:40px auto;
	border:1px solid #988475;
}
#form-container .attention > h3 {
	margin:20px;
	font-size:14px; text-align:left;
}
#form-container .attention > p {
	margin:28px;
}
#form-container .button_block,
#form-container .button_block li {
	margin:0 auto; padding:0;
}
#form-container button.mail_form {
	width:18em;
	margin:0 auto 10px; padding:16px 20px;
	font-weight:normal;
}
.form_check {
	clear:both;
	width:85%; margin:30px auto
}
.form_check dt {
	float:left;
	width:24%; 
	padding:10px 0; margin-bottom:20px;
	text-align:left;
}
.form_check dt:nth-child(2n+1) {
	clear:left;
}
.form_check dd {
	width:76%;
	margin:0 0 30px 24%;
}
.form_check dd > p {
	min-height:1.75em;
	padding:10px;
	background:#f8f2ee;
	text-align:left;
}

@media only screen and (max-width: 640px) {
	
	#contact #form-container {
		padding:0;
	}
	#form-container fieldset {
		margin:10px auto;
		padding-bottom:20px;
		border-bottom:1px dotted #988475;
	}
	#form-container fieldset > legend,
	#form-container fieldset > label {
		clear:both;
		width:99%;
		margin:10px 0;
	}
	#form-container .input_area {
		clear:both;
		width:99% ;
		margin:0 auto;
	}
	#form-container .input_area.pt10 {
		padding-top:0;
	}
	#form-container input[type=tel],
	#form-container input[type=fax],
	#form-container input[type=email],
	#form-container textarea {
		width:100%;
	}
	#form-container .time  {
		font-size: 12px;
	}
	#form-container .attention > h3 {
		margin:20px 18px;
	}
	#form-container .attention > p {
		margin:18px;
	}
	.form_check {
		width:98%;
		margin:10px 0 0;
	}
	.form_check dt {
		clear:both;
		width:100%;
		margin:0;
	}
	.form_check dd > p {
		margin:0 0 20px 0;
	}
	.form_check dd {
		clear:both;
		width:100%;
		margin:0 0 10px 0;
		border-bottom:1px dotted #988475;
	}
	#form-container .button_block li {
		clear:both;
	}
}
@media only screen and (min-width: 600px) {
	#form-container .button_block{
		display: flex;
		justify-content: center;
	}
	#form-container .button_block li {
		float:left;
		margin:0 10px; padding:0;
		list-style:none;
	}
	#form-container button.mail_form {
		width:250px;
	}
}
@media only screen and (min-width: 819px) {
	#contact .hide_pc {
		display:none !important;
	}
	#contact .top_comment + #btn_hotpepper {
		width:60%;
	}
}
@media only screen and (max-width: 1023px) {
	#contact p.top_comment,
	#form-container fieldset,
	#form-container input[type=tel],
	#form-container input[type=fax],
	#form-container input[type=email],
	#form-container textarea,
	#form-container .attention {
		width:90%;
	}
	#form-container small {
		clear:both;
		display:block;
	}
}


/* ===================
    contact_thanks
   =================== */

#contact_thanks {
	text-align:center;
}
#contact_thanks .main-container {
	border-top:1px solid #988475;
}
#contact_thanks h2 {
	font-size:24px;
	line-height: 1.5;
}
#contact_thanks .explain {
	text-align:left;
}
#contact_thanks a {
	margin:60px auto 80px;
}
@media only screen and (min-width: 1024px) {
	#contact_thanks .explain {
		text-align:center;
	}
}


/* ==========================================================================
   RECRUIT
   ========================================================================== */
   
#recruit table {
	margin:40px auto 20px; padding:0;
}
#recruit table th,
#recruit table td {
	padding-bottom: 30px;
}
#recruit table th {
	vertical-align: top;
	text-align: left;
	width:6.5em;
}
#recruit .inquiry {
	margin:0 auto 60px;
	padding: 28px 0;
	border:1px solid #988475;
	text-align: center;
}
#recruit .inquiry > p {
	margin:0 30px 20px;
}
#recruit .inquiry .tel {
	font-size:22px;
	margin-right: 30px;
}
#recruit .inquiry .btn_lbr_opc90 {
  width: auto;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 40px 10px 20px;
}
@media only screen and (max-width: 749px) {
	#recruit table {
		margin:30px auto 10px;
	}
	#recruit table th,
	#recruit table td {
		padding-bottom: 15px;
	}
}

/* ==========================================================================
   RESERVATION
   ========================================================================== */
 

#reservation .main-container {
	overflow: visible;
}
#reservation .top_link {
	display: grid;
	display: -ms-grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-columns: 1fr 10px 1fr 10px 1fr;
	margin: 0; padding: 0;
}
#reservation .top_link li {
	border:2px solid #988475;
	box-shadow: 3px 5px 0 0 rgba(234,230,227,1);
	list-style: none;
	text-align: center;
}
#reservation .top_link li:nth-child(1) {
  -ms-grid-column: 1;
}
#reservation .top_link li:nth-child(2) {
  -ms-grid-column: 3;
}
#reservation .top_link li:nth-child(3) {
  -ms-grid-column: 5;
}
#reservation .top_link li a {
	text-decoration: none;
	color: #1d1a19;
	width: 100%;
	display: block;
	font-size:12px; line-height:1.5em;
}
#reservation .top_link li p {
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	font-size:12px; line-height:1.5em;
}
#reservation .top_link li .link_icon {
	text-align: center;
}
#reservation .top_link li .arrow img {
	width: 13px;
}
#reservation .top_link li.hotpepper .arrow img {
	width: 17px;
}
#reservation .top_link li.hotpepper .salon_link a {
  display: inline;
  color: #8f3356;
  text-decoration: underline;
}
#reservation .top_link li a:hover {
	background-color: #faf2eb;
}
#reservation .top_link li.hotpepper .salon_link a:hover {
  background: none;
  text-decoration: none;
  opacity: 0.6; filter: alpha(opacity=60);
}
#reservation .tel {
	border:1px solid #988475;
	margin: 30px 0 0;
	padding: 10px 0;
	text-align: center;
}
#reservation .tel h3 {
	font-size: 16px;
}
#reservation .tel ul,
#reservation .tel ul li {
	font-size: 18px;
  margin: 0 0 5px; padding: 0;
  list-style: none;
}
#reservation .tel .num {
	font-size: 24px;
  color: #988475;
}
#reservation .section_h1 {
	font-size: 26px;
	font-weight: normal;
	color: #FFF;
	background: #333030;
	padding: 20px 0 15px;
	text-align: center;
	margin: 60px 0 20px;
}
#reservation .section_h2 {
	color: #1d1a19;
	font-size: 22px;
	line-height: 1.5;
	font-weight: normal;
	padding: 20px 0 15px;
	text-align: center;
	margin: 40px 0 20px;
	border-bottom: 1px solid #333030;
}
#reservation #coni_app .app_point {
	display: grid;
	display: -ms-grid;
  grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-columns: 1fr 10px 1fr 10px 1fr;
	gap:0 10px;
	width:100%;
	margin: 0 auto;
	padding: 0;
}
#reservation #coni_app .app_point li {
	margin: 0 0 10px; padding: 15px 0 0;
	list-style: none;
	position: relative;
}
#reservation #coni_app .app_point li:nth-child(1) {
  -ms-grid-column: 1;
}
#reservation #coni_app .app_point li:nth-child(2) {
  -ms-grid-column: 3;
}
#reservation #coni_app .app_point li:nth-child(3) {
  -ms-grid-column: 5;
}
#reservation #coni_app .app_point li .num{
	position: absolute; top:0; left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
}
#reservation #coni_app .app_point li .num img {
	width: 50px;
}
#reservation #coni_app .app_point li .txt_wrapper {
	width:100%;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background: #f8ebe0;
	text-align: center;
	margin: 0;
}
#reservation #coni_app .app_point li .txt_wrapper span {
	display: block;
	padding: 30px 0 15px;
	margin: 0 10px;
}
#reservation #coni_app #dl_howto h3 {
	color: #1d1a19;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	margin: 50px 0 10px;
	text-align: center;
}
#reservation #coni_app .inner_wrap {
	width:92%;
	margin: 0 auto;
	padding: 0;
}
#reservation #coni_app #dl_howto .inner_wrap img {
	width:100%;
}
#reservation #coni_app #dl_howto .qr_img img {
	width: 100%;
}
#reservation #coni_app #dl_howto .app_link img {
	width: auto;
	height: 50px;
}
#reservation #coni_app #dl_howto .app_link {
	margin: 20px 0 0;
	padding: 0;
	display: flex;
}
#reservation #coni_app #dl_howto .app_link li {
	padding: 0;
	list-style: none;
	margin: 0 10px 10px 0;
}
#reservation #coni_app #dl_howto .app_link a:hover {
	opacity: 0.6; filter: alpha(opacity=60);
}
#reservation #coni_app #dl_howto .R_col > img {
		width:280px;
}
#reservation #coni_app #dl_entry .inner_wrap {
	width:100%;
	margin: 20px auto 0;
	position: relative;
	display: grid;
	display: -ms-grid;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-columns: 1fr 1fr 1fr;
}
#reservation #coni_app #dl_entry .inner_wrap li {
	list-style: none;
	margin-bottom: 20px;
	text-align: center;
}
#reservation #coni_app #dl_entry .inner_wrap li:nth-child(1) {
  -ms-grid-column: 1;
}
#reservation #coni_app #dl_entry .inner_wrap li:nth-child(2) {
  -ms-grid-column: 2;
}
#reservation #coni_app #dl_entry .inner_wrap li:nth-child(3) {
  -ms-grid-column: 3;
}
#reservation #coni_app #dl_entry .inner_wrap li img {
	width:80%;
}
#reservation #form-container form {
	border-top:#988475 1px solid;
	margin: 30px auto 80px;
}
@media only screen and (max-width: 374px) {
	#reservation .top_link li .link_txt .br_s {
		display: none;
	}
	#reservation #coni_app #dl_howto h3 {
		font-size:16px;
	}
}
@media only screen and (max-width: 640px) {
	#reservation h1.title {
		font-size:11vw;
	}
	#reservation .txt_center {
		text-align: left;
	}
	#reservation .top_link {
		grid-template-columns: 1fr;
		-ms-grid-columns: 1fr;
	}
	#reservation .top_link li a,
  	#reservation .top_link li div.no_link {
		padding: 12px 0;
		display: grid;
		display: -ms-grid;
		grid-template-columns: 90px 1fr 40px;
		-ms-grid-columns: 90px 1fr 40px;
		align-items: center;
	}
	#reservation .top_link li.hotpepper .salon_link {
    text-align: left;
    margin-top: 5px;
	}
	#reservation .top_link li .link_icon {
		-ms-grid-column: 1;
	}
	#reservation .top_link li.app .link_icon > img {
		width: 20px;
	}
	#reservation .top_link li.form .link_icon > img {
		width: 32px;
	}
	#reservation .top_link li.hotpepper .link_icon > img {
		width: 60px;
	}
	#reservation .top_link li .link_txt {
		-ms-grid-column: 2;
		text-align: left;
	}
	#reservation .top_link li .arrow {
		-ms-grid-column: 3;
		text-align: center;
	}
	#reservation .section_h1 {
		font-size: 18px;
		margin: 40px 0 20px;
	}
	#reservation .section_h2 {
		margin: 10px 0 20px;
	}
	#reservation .tel {
		margin: 15px 0 0;
	}
	#reservation .tel .font_s {
		font-size: 12px;
		line-height: 1.5;
		display: block;
	}
	#reservation #coni_app .app_point {
		width:90%;
		grid-template-columns: 1fr;
		-ms-grid-columns: 1fr;
	}
	#reservation #coni_app .app_point li:nth-child(1) {
		-ms-grid-column: 1;
	}
	#reservation #coni_app .app_point li:nth-child(2) {
		-ms-grid-column: 3;
	}
	#reservation #coni_app .app_point li:nth-child(3) {
		-ms-grid-column: 5;
	}
	#reservation #coni_app #dl_howto h3 {
		margin: 20px 0 10px;
	}
	#reservation #coni_app #dl_howto .app_link li {
		width:47%;
		margin: 0 10px 10px 0;
	}
	#reservation #coni_app #dl_howto .app_link li:last-child {
		margin-right: 0;
		width:53%;
	}
	#reservation #coni_app #dl_howto .qr_img {
		margin: 20px 0 50px;
		text-align: center;
	}
	#reservation #coni_app #dl_entry .inner_wrap .txt_center {
		text-align: center;
	}
	#reservation #coni_app #dl_entry .inner_wrap {
		grid-template-columns: 1fr;
		-ms-grid-columns: 1fr;
	}
}
@media only screen and (min-width: 376px) {
	#reservation #coni_app #dl_howto .R_col > img {
		width:355px;
	}
}
@media only screen and (min-width: 641px) {
  #reservation .top_link li {
		position: relative;
	}
	#reservation .top_link li a {
		height: 176px;
	}
	#reservation .top_link li p {
		width: 100%;
	}
	#reservation .top_link li .link_icon {
		text-align: center;
	}
	#reservation .top_link li.app .link_icon {
		position: absolute; top:20px; left: 0;
	}
	#reservation .top_link li.form .link_icon {
		position: absolute; top:27px; left: 0;
	}
	#reservation .top_link li.hotpepper .link_icon {
		position: absolute; top:24px; left: 0;
	}
	#reservation .top_link li .link_txt {
		position: absolute; top:80px; left: 0;
	}
	#reservation .top_link li .arrow {
		position: absolute; bottom:0; left: 0;
		height: 30px;
	}
	#reservation .top_link li.hotpepper .salon_link {
		position: absolute; bottom:10px; left: 0;
	}
	#reservation .top_link li.app .link_icon > img {
		width: 24px;
	}
	#reservation .top_link li.form .link_icon > img {
		width: 36px;
	}
	#reservation .top_link li.hotpepper .link_icon > img {
		width: 95px;
	}
  #reservation .tel ul {
    display: flex;
    align-items: center;
	  justify-content: center;
  }
  #reservation .tel ul li + li {
    margin-left: 2em;
  }
	#reservation .section_h1 {
		margin: 80px 0 20px;
	}
	#reservation .section_h2 {
		margin: 60px 0 20px;
	}
	#reservation #coni_app .app_point {
		gap: 10px;
		}
	#reservation #coni_app #dl_howto h3 {
		text-align: left;
	}
	#reservation #coni_app #dl_howto .qr_img {
		text-align: left;
	}
	#reservation #coni_app #dl_howto .qr_img img {
		width: 510px;
	}
}
@media only screen and (min-width: 1024px) {
	#reservation .top_link li a {
		font-size:14px; line-height:1.5em;
	}
	#reservation #coni_app #dl_howto .inner_wrap {
		width:950px;
		display: grid;
		display: -ms-grid;
		grid-template-columns: 580px 1fr;
		-ms-grid-columns: 580px 1fr;
	}
	#reservation #coni_app #dl_howto .inner_wrap .L_col {
		-ms-grid-column: 1;
	}
	#reservation #coni_app #dl_howto .inner_wrap .R_col {
		-ms-grid-column: 2;
	}
	#reservation #coni_app #dl_entry .inner_wrap {
		width:950px;
	}
	#reservation #coni_app #dl_entry .inner_wrap li img {
		width:310px;
	}
}	