@charset "utf-8";

*{zoom:1;}

body {
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: Meiryo, sans-serif;
	color: #765C2F;
	-webkit-text-size-adjust: none;
}
    
h1, h2, h3, h4, h5, p, ul, ol,  li, dl, dt, dd, address, form, th, td {
    margin: 0;
    padding: 0;
    line-height: 160%;
    font-size: 14px;
}
    
img, iframe {
    border: 0;
    max-width: 100%;
}
    
a {
    text-decoration: none;
    /*color: #166aa2;*/
    color: #de3f64;
}

a:hover {
     /*color: #34a8c1;*/
     color: #f3738e;
}
    
ul {
    list-style-type: none;
    }
  
.left, .pc-left { float: left; }
.right, .pc-right { float: right; }
.clear { clear: both; }
.center { text-align: center; }
.tal { text-align: left; }
.tar { text-align: right; }

.hidden { display: none; }

.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }

.relate { position: relative; }
.bold { font-weight: bold; }

.leftimg {
    float: left;
	margin: 0 20px 20px 0;
    }

.rightimg {
    float: right;
	margin: 0 0 20px 20px;
    }

.border { border: 1px solid #999; }
.block { display: block; }

em {
    color: #E84566;
	font-weight: bold;
	font-style: normal;
}

.pink { color: #E84566; }
	
.small {
    font-size: 12px;
	line-height: 140%;
}
	
address {
	font-style: normal;
	line-height: 140%;
	font-size: 10px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.sp {
	display: none;
}

select {
	font-size: 16px;
}

/*
------------------------------------------------------
WIRE
------------------------------------------------------
*/

body {
	background: url(../img/bg2.jpg);
}

#container {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

header {
	padding-top: 10px;
	height: 90px;
	margin-bottom: 15px;
	background: url(../img/header_image.png) 230px 10px no-repeat;
}

h1 {
	float: left;
	width: 190px;
	margin-top: 10px;
}

#tel {
	float: right;
	width: 394px;
	height: 79px;
}

footer {
	clear: both;
	border-top: 1px solid #765C2F;
	padding: 10px 5px 20px 5px;
}

footer ul {
	float: left;
}

footer li {
	display: inline;
	font-size: 12px;
	margin-right: 10px;
}

#copyright {
	text-align: right;
	font-size: 12px;
	padding-top: 2px;
}

article {
	float: left;
	text-align: left;
	margin-bottom: 20px;
	width: 77%;
}

aside {
	width: 20%;
	float: right;
	text-align: left;
	margin-bottom: 20px;
}

#fb-box, #home-fb-box {
	margin-bottom: 10px;
	padding-left: 5px;
}

#bnr-box {
	padding-left: 5px;
}

#side-menu {
	margin-bottom: 20px;
}

#side-menu a, #side-menu img {
	display: block;
}

article h2 {
	color: #E84566;
	border-bottom: 5px solid #E84566;
	font-size: 18px;
	padding-bottom: 4px;
	margin-bottom: 2px;
	background: url(../img/mark_heart_l.png) 0px 5px no-repeat;
	padding-left: 22px;
}

article p {
	margin-bottom: 15px;
}

.title-block {
	border-bottom: 2px solid #E84566;
	margin-bottom: 25px;
}

#fb-box iframe, #home-fb-box iframe {
	border:none;
	width: 100% !important;
	height:340px;
	background-color: #FFF;
}

#sp-fb-box {
	background-color: #FFF;
	border: 1px solid #999;
	padding: 10px;
	text-align: left;
}

.fb-like {
	margin-left: 60px;
	display: block;
	float: left;
}
#sp-fb-box iframe {
	/*margin-left: 60px;*/
}

#sp-fb-box span {
	font-size: 14px;
	color: #3B5998;
	font-weight: bold;
	line-height: 100%;
	font-family: Arial;
	display: block;
}

#sp-menu {
	clear: both;
	padding: 10px 0;
	display: none;
}

#totop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
}

.mark-right {
	background: url(../img/mark_right.png) 0px 2px no-repeat;
	padding-left: 19px;
}

.mark-down {
	background: url(../img/mark_down.png) 0px 2px no-repeat;
	padding-left: 19px;
}

/*
------------------------------------------------------
HOME
------------------------------------------------------
*/

#top-header {
	background: none;
}

#top-image {
	margin-bottom: 10px;
	position: relative;
	height: 380px;
}

.slide {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	z-index: 1;
}

#icon-fb {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 36px;
}

#icon-insta {
	position: absolute;
	right: 42px;
	top: 0;
	z-index: 10;
	width: 36px;
}

#icon-line {
	position: absolute;
	right: 84px;
	top: 0;
	z-index: 10;
	width: 36px;
}

#icon-box {
	margin: 20px 0 0 5px;
	text-align: center;
}

#side-icon-line {
	float: left;
	width: 28%;
}

#side-icon-fb {
	float: right;
	width: 28%;
}

#side-icon-insta {
	width: 28%;
}

#top-news ul {
	height: 20px;
	border-top: 1px dashed #765C2F;
	border-bottom: 1px dashed #765C2F;
	padding: 8px 5px;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
}

#top-news li {
	margin-bottom: 15px;
}

#top-news span {
	/*color: #E84566;*/
	width: 120px;
	background: url(../img/mark_heart.png) 0px 5px no-repeat;
	padding-left: 20px;
	display: inline-block;
}

#top-menu {
	margin-bottom: 10px;
}

#top-menu li {
	width: 16.6%;
	float: left;
}

#calendar {
	margin-bottom: 25px;
	display: none;
	padding: 0 10px;
}

.cal-header {
	color: #de3f64;
	font-size: 18px;
	margin-bottom: 10px;
}

#reserve-link {
	text-align: left;
	margin-bottom: 10px;
}

#reserve-link li {
	display: inline;
	margin-right: 15px;
}

#month {
	color: #FFF;
	background-color: #ED97A2;
	font-weight: bold;
	padding: 5px 0;
	font-size: 20px;
}

#calendar table {
	width: 100%;
	background-color: #ED97A2;
	border-collapse: collapse;
	box-sizing: border-box;
	border: 10px solid #ED97A2;
	border-top: none;
	margin-bottom: 10px;
}

#calendar th {
	border-right: 1px solid #ED97A2;
	background-color: #FFF;
	padding: 5px 0;
}

#calendar td {
	border-right: 1px solid #ED97A2;
	border-top: 1px dashed #ED97A2;
	background-color: #FFF;
	width: 14.3%;
	font-weight: bold;
	font-size: 16px;
	vertical-align: top;
}

.cal-inner {
	min-height: 80px;
	text-align: left;
	padding: 0 5px 5px 5px;
}

.cal-inner h2 {
	display: none;
	margin-bottom: 5px;
}

.cal-inner h3 {
	line-height: 130%;
	margin-bottom: 3px;
}

.cal-inner p {
	line-height: 130%;
	font-weight: normal;
}

.cal-inner p.holiday-txt {
	text-align: center;
	padding-top: 20px;
}

.date {
	display: inline-block;
	padding: 10px 0 0 0;
	line-height: 100%;
}

#calendar td.is-schedule {
	background-color: #FCE3E9;
}

#calendar table.rent td.is-schedule {
	background-color: #FFF;
}

#calendar td.holiday {
	background-color: #F6F6F6;
}

.month-btn {
	display: block;
	width: 60px;
	background-color: #FFF;
	border: 1px solid #de3f64;
	font-weight: normal;
	font-size: 14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 4px;
	box-sizing: border-box;
}

#preMonth {	
	float: left;
	margin-left: 10px;
	background: #FFF url(../img/mark_left.jpg) 5px 2px no-repeat;
	padding-left: 15px;
}

#nextMonth {
	float: right;
	margin-right: 10px;
	background: #FFF url(../img/mark_right.jpg) 40px 2px no-repeat;
	padding-right: 15px;
}

.sun {
	color: #FF0000;
}

.sat {
	color: #0076ff;
}

.cal-cap {
	margin-right: 20px;
}

.s-color {
	background-color: #1a8bde;
	padding: 0 8px;
	margin-right: 5px;
}

.f-color {
	background-color: #229f5b;
	padding: 0 8px;
	margin-right: 5px;
}

.rent-1 {
	padding: 0 3px;
}

.rent-2 {
	background-color: #aef3c1;
	padding: 0 3px;
}

.rent-3 {
	background-color: #acd5fa;
	padding: 0 3px;
}

.closeBtn {
	display: none;
}

.time-txt {
	font-size: 12px;
}

#new-post {
	text-align: left;
	margin: 0 5px 5px 5px;
}

#new-post h2 {
	margin-bottom: 5px;
	background: url(../img/mark_heart_l.png) 0px 1px no-repeat;
	padding-left: 22px;
}

#new-post dt {
	float: left;
	width: 140px;
	margin-bottom: 8px;
	padding-top: 8px;
	clear: both;
	border-top: 1px dashed #666;
}

#new-post dd {
	/*float: left;
	max-width: 850px;
	width: 100%;*/
	margin-left: 140px;
	margin-bottom: 8px;
	padding-top: 8px;
	border-top: 1px dashed #666;
}



/*
------------------------------------------------------
ABOUT
------------------------------------------------------
*/

#about-image {
	float: left;
	margin: 10px 30px 10px 0;
}

#sche-image {
	width: 250px;
	float: left;
	margin: 0 30px 10px 0;
}

/*
------------------------------------------------------
PRIVACY
------------------------------------------------------
*/

#privacy h3 {
	margin-bottom: 10px;
}

#privacy ol {
	margin-bottom: 15px;
	padding: 0 10px 0 25px;
}

/*
------------------------------------------------------
CONTACT
------------------------------------------------------
*/

input[type="text"], textarea {
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
}

.btn {
	height: 26px;
	display: inline-block;
	background-color: #FFF;
	color: #E84566;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #E84566;;
	box-sizing: border-box;
	width: 100px;
	margin: 10px;
	cursor: pointer;
	-webkit-appearance:none;
	padding-top: 2px;
}

.btn:hover {
	background-color: #f5e7f0;
}

.form {
	border-bottom: 1px dashed #765C2F;
	margin: 20px 0 10px 0;
}

.form dt {
	width: 25%;
	float: left;
	border-top: 1px dashed #765C2F;
	font-weight: bold;
	padding: 15px 0;
	clear: both;
}

.form dd {
	margin-left: 25%;
	border-top: 1px dashed #765C2F;
	padding: 15px 0;
	min-height: 22px;
}

.txt-m {
	max-width: 300px;
}

.txt-s {
	max-width: 150px;
}

/*
------------------------------------------------------
SALON
------------------------------------------------------
*/

#rules {
	display: none;
	margin-bottom: 30px;
}

#rules h3 {
	margin-bottom: 20px;
	border-top: 1px dashed #765C2F;
	border-bottom: 1px dashed #765C2F;
	padding: 8px 2px;
}

#rules h4 {
	font-size: 14px;
	margin-bottom: 10px;
}

#rules ul {
	list-style-type: disc;
	margin-bottom: 15px;
	padding-left: 30px;
}

/*
------------------------------------------------------
BLOG
------------------------------------------------------
*/

article.type-post, article.comment-body {
	width: 100%;
}

article .entry-title {
	color: #de3f64;
	border: none;
	padding: 0;
	margin-bottom: 15px;
	background: none;
	background-image: none;
}

.entry-footer {
	font-size: 14px;
}

.avatar {
	display: none;
}

.byline, .posted-on, .comments-link {
	margin-right: 10px;
}

.byline, .comments-link {
	display: none;
}

.page-title {
	margin-bottom: 15px;
}

body.date {
	display: block;
	padding: 0;
	line-height: 160%;
}

.widget {
	margin: 0 10px 10px 10px;
}

#archives-2 {
	margin-bottom: 15px;
}

.widget-title {
	font-size: 16px;
	background: url(../img/mark_heart_l.png) 0px 2px no-repeat;
	padding-left: 22px;
}

.comment-list {
	list-style-type: none;
}

.commentform label {
	display: block;
}

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

.nav-links {
	font-size: 14px;
}

/*
--------------------------------------
1000px or less
--------------------------------------
*/

@media screen and (max-width: 1000px) {
	body {
		padding: 0 20px;
	}
	
	header {
		background: none;
	}
}

/*
--------------------------------------
800px or less
--------------------------------------
*/

@media screen and (max-width: 800px) {
	.form {
		border: none;
		margin: 10px 0 0 0;
	}

	.form dt {
		width: auto;
		float: none;
		border: none;
		font-weight: bold;
		padding: 0;
		clear: both;
	}

	.form dd {
		margin: 0 0 10px 0;
		border: none;
		padding: 0;
	}
}

/*
--------------------------------------
640px or less
--------------------------------------
*/

@media screen and (max-width: 640px) {
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	.pc-left, .pc-right {
		float: none;
		width: 100%;
	}
	
	body {
		padding: 5px 15px;
	}
	
	header {
		height: auto;
		margin-bottom: 20px;
	}
	
	header a {
		color: #E84566;
	}
	
	h1 {
	width: 180px;
	margin-top: 0;
	}
	
	article {
		float: none;
		width: 100%;
	}
	
	aside {
		float: none;
		width: 100%;
	}
	
	#side-menu {
		display: none;
	}
	
	#fb-box, #home-fb-box {
		padding: 0;
	}
	
	#fb-box iframe, #home-fb-box iframe {
		height:70px;
	}
	
	#bnr-box {
		padding: 0;
	}
	
	footer ul {
		float: none;
		text-align: center;
	}

	footer li {
		font-size: 14px;
		margin: 0 5px;
	}

	#copyright {
		text-align: center;
		font-size: 14px;
		padding-top: 2px;
	}
	
	#top-news ul {
		height: auto;
		margin-bottom: 20px;
		background-color: #FFF;
		border-left: 1px dashed #765C2F;
		border-right: 1px dashed #765C2F;
	}
	
	#top-news span {
		display: block;
	}
	
	#top-news li {
		margin: 0 5px 3px 5px;
	}
	
	#sp-top-image {
		padding: 0 10px 15px 10px;
	}
	
	#calendar {
		display: block;
		padding: 0;
	}
	
	#sp-tel {
		color: #E84566;
		clear: both;
		text-align: center;
		padding-top: 10px;
	}
	
	#sp-tel span {
		font-size: 24px;
		padding-left: 38px;
		background: url(../img/sp_icon_dial.png) 0px 3px no-repeat;
		font-weight: bold;
	}
	
	#sp-menu {
		display: block;
	}
	
	#sp-menu ul {
		border: 1px solid #E84566;
		background-color: #FFF;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	}
	
	#sp-menu a {
		color: #E84566;
		display: block;
		padding: 6px 0;
		border-bottom: 1px solid #E84566;
		font-weight: bold;
	}
	
	#sp-menu li:last-child a {
		border: none;
	}
	
	#g-map {
		height: 320px;
	}
	
	.btn {
		font-size: 16px;
		height: 30px;
	}
	
	#sche-image {
		float: none;
		margin: 0 auto 20px auto;
		display: block;
		width: 100%;
	}
	
	.txt-m {
		max-width: 100%;
	}
	
	#month {
		padding: 5px 0 0 0;
	}
	
	#calendar table {
		border: 5px solid #ED97A2;
	}
	
	#calendar th {
		padding: 2px 0;
	}
	
	#calendar td {
		padding: 4px 0;
	}
	
	.cal-inner {
		display: none;
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
		background-color: #FFF;
		padding: 10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		width: 80%;
		min-height: 100px;
		box-shadow: 0 0 10px #666;
		-moz-box-shadow: 0 0 10px #666;
		-webkit-box-shadow: 0 0 10px #666;
	}
	
	.date {
		padding: 5px 0;
	}
	
	.cal-cap {
		margin: 0;
		display: block;
	}
	
	#rentLink, #eventLink {
		clear: both;
		padding-top: 10px;
		text-align: left;
	}
	
	#calendar td.is-schedule {
		cursor: pointer;
	}
	
	#calendar table.rent td.is-schedule {
		background-color: #FCE3E9;
	}
	
	.closeBtn {
		display: inline;
		position: absolute;
		top: -12px;
		right: -12px;
		z-index: 110;
	}
	
	.time-txt {
		font-size: 14px;
	}
	
	.sp-block {
		display: block;
	}
	
	#icon-box {
		margin: 20px 0 20px 0;
	}
	
	#new-post dl {
		margin-bottom: 20px;
		border-bottom: 1px dashed #666;
	}
	
	#reserve-link li {
		display: block;
		margin-bottom: 5px;
	}
}