@charset "utf-8";
/* CSS Document */



/************************************************************
 * お知らせ一覧
************************************************************/
#newswrap {
	width:calc(90% - 10%);
	max-width: 1200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:80px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #FFF;
	padding:5%;
}
#newsinner {
	width:100%;
	max-width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.newscatemidashi {
	width:calc(100% - 20px);
	height:auto;
	margin-bottom:20px;
	text-align:center;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8B9586;

}
.newscatemidashi img {
	width:180px;
	height:15px;
}
.news {
	width:100%;
	height:auto;
	margin-bottom:25px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8B9586;
	font-size:0.95em;
}
.news .headline {
	width:100%;
	height:auto;
	margin-bottom:5px;
	overflow: hidden;
}
.news .date {
	width:7em;
	height:auto;
	margin-right:10px;
	text-align: left;
	float: left;
	font-weight: bold;
	color: #8B9586;
}
.news .title {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	float: left;
}
.news .naiyo {
	font-size: 1.1em;
	width:calc(100% - 7em - 15px);
	margin-left:calc(7em + 5px);
	text-align:left;
}
.news .naiyo table {
	width:90%;
	max-width:1000px;
	margin:10px auto 30px auto;}

.news .naiyo table tr th {
	padding:5px 20px;
	background-color: #FFDBDB !important;
	text-align:center;
	border-bottom:#999 1px dashed !important;
	vertical-align:middle;
}
.news .naiyo table tr td {
	padding:5px 10px 10px 20px;
	text-align:left;
	border-bottom:#999 1px dashed;
	vertical-align:middle;
	line-height: 1.5em;
}
.news .naiyo table tr td span.number {
	background-color:#C90;
	color:#FFF !important;
	font-weight:bold;
	padding:2px 10px;
	margin-right:20px;
	margin-bottom:3px;
	display:inline-block;
}

.news .naiyo img {
	max-width:717px;
	height:auto;
	width:100%;
	margin-top:10px;
}
.tab1 {
	color: #FFF;
	background-color: #21B6BA !important;
	text-align: left !important;
	font-weight: bold;
	border-bottom:#999 1px dashed;
	width:45%;
	line-height: 1.5em !important;
}


.tab2 {
	color: #FFF;
	background-color: #FF0000 !important;
	text-align: center !important;
	font-weight: bold;
}

.markup {
	background-color: #FFDBDB !important;
	padding-left:8px;
	padding-right:8px;
}

.news .naiyo ul {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.news .naiyo li {
	font-size: 0.95em;
	text-align:left;
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-image: url(../topimg/newsliicon.jpg);
}


.newsbnr {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	max-width:499px;
	height:auto;
	margin-bottom:30px;
}
.newsbnr img {
	width:100%;
	height:auto;
}

	

@media only screen and (max-width: 820px) {

.newswrap {
	width:85%;
}

.news {
	font-size: 1.0em;
}
.news .title {
	font-size: 1.0em;
}
.news .naiyo {
	font-size: 0.8em;
	width:100%;
	margin-left:0px;
}
.news .naiyo table tr th {
	width:25%;
	padding:5px 10px;
	background-color:#FF3300;
	text-align:center;
	border-bottom:#FFFFFF 1px dashed;
	vertical-align:middle;
}
}



/************************************************************
 * ヘアファクトリー紹介
************************************************************/


.contentswrap {
	width: 95%;
	max-width:1300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:80px;
	text-align:left;
}

.gaiyotable {
	max-width: 1000px;
	width:calc(95% - 60px);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
}

table.gaiyotable tr th {
	padding:25px;
	text-align: left;
	background-color:#8C9687;
	color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}

table.gaiyotable tr td {
	padding:25px;
	text-align: left;
	vertical-align: middle;
	background-color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8C9687;
	line-height:1.3;
}
@media only screen and (max-width: 850px) {
.gaiyotable {
	font-size:0.9em;
	width:calc(100% - 30px);
}
table.gaiyotable tr th, table.gaiyotable tr td {
	padding-top:12px;
	padding-bottom:12px;
	padding-left:12px;
	padding-right:3px;
}
}
#map {width:100%;
height:auto;
margin:10px 0;
max-width:450px;}
#map img {width:100%; height:auto;}

.hotpperbnr {
	width:100%;
	height:auto;
	max-width:500px;
	margin:10px auto 0 auto;}
.hotpperbnr img {
	width:100%;
	height:auto;}


/*** コンセプト***/
#conseptwrap {
	width:90%;
	max-width: 1200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size:0.95em;
	overflow:hidden; 
	margin-bottom:100px;
}
#conseptwrap .phbox {
	float:right;
	margin-left:20px;
	max-width:448px;
	height:auto;
	width:40%;
}
#conseptwrap .phbox img {
	height:auto;
	width:100%;
}
#konnakatani {
	height:auto;
	width:90%;
	max-width:662px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
#konnakatani img {
	height:auto;
	width:100%;
}
.kanakoname {
	width:90%;
	text-align:right;
	margin-bottom:80px;
	font-size:0.9em;
}
.kanakoname .name {
	font-size:1.5em;
}


@media only screen and (max-width: 650px) {
#conseptwrap {
	width:90%;
	font-size:0.90em;
	overflow:none;
}
#conseptwrap .phbox {
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	max-width:448px;
	height:auto;
	width:100%;
}
.kanakoname {
	font-size:0.85em;
}
.kanakoname .name {
	font-size:1.3em;
}
}

/***店内の様子写真***/

#naikanphwrap {
	width:95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.naikanph {
	width:20%;
	margin-left:2%;
	margin-right:2%;
	display:inline-block;
	vertical-align:top;
	margin-bottom:25px;
	max-width:350px;
	height:auto;
}
.naikanph img {
	width:100%;
	height:auto;
}

.naikanph .phcap {
	width:100%;
	height:auto;
	text-align:right;
	font-size:0.8em;
	margin-top:5px;
}
@media only screen and (max-width: 1000px) {
.naikanph {
	width:30%;
	margin-left:1%;
	margin-right:1%;
}}

@media only screen and (max-width: 800px) {
.naikanph {
	width:47%;
	margin-left:1%;
	margin-right:1%;
}}



















.facwrap {
	max-width: 1000px;
	width:95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	overflow: hidden;
	font-size:0.95em;
}


#hairtitle {
	height: auto;
	max-width: 1000px;
	width:100%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display:block !important;
}
#hairtitle_mp {
	display:none !important;
}
#hairtitle img, #hairtitle_mp img {
	width:100%;
	height:auto;
}

@media only screen and (max-width: 500px) {
#hairtitle_mp {
	height: auto;
	max-width: 500px;
	width:100%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display:block !important;
}
#hairtitle {
	display:none !important;
}
}

#nailtitle {
	height: auto;
	max-width: 1000px;
	width:100%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display:block !important;
}
#nailtitle_mp {
	display:none !important;
}
#nailtitle img, #nailtitle_mp img {
	width:100%;
	height:auto;
}

@media only screen and (max-width: 500px) {
#nailtitle_mp {
	height: auto;
	max-width: 500px;
	width:100%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display:block !important;
}
#nailtitle {
	display:none !important;
}
}


#bridaltitle {
	height: auto;
	max-width: 1000px;
	width:100%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display:block !important;
}
#bridaltitle_mp {
	display:none !important;
}
#bridaltitle img, #bridaltitle_mp img {
	width:100%;
	height:auto;
}

@media only screen and (max-width: 500px) {
#bridaltitle_mp {
	height: auto;
	max-width: 500px;
	width:100%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display:block !important;
}
#bridaltitle {
	display:none !important;
}
}



.facleftbox {
	float: left;
	width: 47%;
	margin-right: 2%;
	margin-left: 0;
	margin-bottom: 30px;
	text-align:left;
}
.facbox {
	width: 896px;
	margin-left: 39px;
	text-align: left;
}

.factelbox {
	height: auto;
	max-width: 350px;
	width:100%;
}
.factelbox img {
	height: auto;
	width: 100%;
}


.faceigyo {
	height: auto;
	max-width: 316px;
	width:100%;
	margin-bottom: 15px;
	text-align: left;
}
.faceigyo img {
	height: auto;
	width: 100%;
}
.factxth {
	width: 100%;
	text-align: left;
}
.fac_pagebtn1 {
	height: auto;
	max-width: 416px;
	width:100%;
	margin-top: 20px;
}
.fac_pagebtn1 img {
	height: auto;
	width:100%;
}
.facphwrap {
	width: 49%;
	float: left;
	height: auto;
	margin-bottom: 25px;
	text-align:center;
}


.facphwrap img {
	max-width:456px;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}


#facbridalbox {
	width: 100%;
	background-image: url(../topimg/con_bg_b.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
}

.factxtb {
	width: 100%;
	text-align: left;
	margin-top:20px;
}

@media only screen and (max-width: 700px) {

.facleftbox {
	float: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	text-align:center;
}

#facbridalbox {
	width: 90%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
.factxtb {
	width: 100%;
	text-align: left;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
.fac_pagebtn1 {
	margin-right:auto;
	margin-left:auto;
}
.facphwrap {
	width: 90%;
	float: none;
	height: auto;
	margin-bottom: 25px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}
}










/************************************************************
 * SNSセット
************************************************************/

.wrap1000 {
	width:100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
	overflow: hidden;
	border-radius:10px;	
	background-color: #F7F3EC;
}

.fb-container {
	width:49%;
	margin-right:1%;
	height:auto;
	float: left;
	max-height:860px;
}

.fb-page {
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#linkbox {
	padding:20px;
	float: left;
	height: auto;
	width: 49%;
	margin-bottom: 32px;
	box-sizing:border-box;
}
.btn_blog {
	height: auto;
	width: 100%;
	max-width:422px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BDBFB1;
	padding-bottom:25px;
}
.btn_blog img {
	height: auto;
	width: 100%;
}
#mapbox {
	height: auto;
	max-width: 472px;
	width:100%;
	margin-right:auto;
	margin-left:auto;
}

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


@media only screen and (max-width: 780px) {

.fb-container {
	width:90%;
	margin-right:auto;
	margin-left:auto;
	max-width:500px;
	height:auto;
	float: none;
	max-height:860px;
	margin-bottom:40px;
}

#linkbox {
	padding-top:30px;
	float: none;
	height: auto;
	width: 90%;
	margin-bottom: 32px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.btn_blog {
	height: auto;
	width: 90%;
	max-width:422px;
	margin-top: 14px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BDBFB1;
	padding-bottom:17px;
}

#mapbox {
	margin-top:30px;
	height: auto;
	max-width: 472px;
	width:90%;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:20px;
}
}



/************************************************************
 * コロナ対策
************************************************************/
#coronabaster {
	width:calc(90% - 100px);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	text-align:left;
	padding:30px 50px;
	background-color:#FFFFFF;
	font-size:0.95em;
	max-width:1200px;
}
.titlecorona {
	display: inline-block; /* そろえて並べる */
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	background-color:#000;
	color:#FFFFFF;
	text-align:center;
	padding:8px;
	font-weight:bold;
	width: calc(100% - 18px);
	height:auto;
}

#coronabaster ul {
	margin-bottom:20px;
	margin-left:20px;
}
#coronabaster ul li {
	margin-bottom:5px;
}


@media only screen and (max-width: 600px) {#coronabaster {
	width:calc(90% - 60px);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	text-align:left;
	padding:30px 30px;
	background-color:#FFFFFF;
	font-size:0.9em;
}