@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);

/*---------------------------------------------------------------------------------
index
---------------------------------------------------------------------------------*/

/*------------------------------------------------------------MainPhoto*/
section#mainphoto div {
	text-align: center;
	background-image: url(../img/common_img/bg.jpg);
	background-repeat: repeat;
}
section#mainphoto div img {
	width: 100%;
	height:auto;	
}
/*------------------------------------------------------------MainNavi*/
/* 折り畳み部分を隠す */
ul.mnav_accordion ul {
}
/* 背景 */
ul.mnav_accordion > li {
	background-image: url(../img/common_img/bg.jpg);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3a2e28;
}
ul.mnav_accordion > li img {
	width: 100%;
	height:auto;	
}

ul.mnav_accordion > li > ul > li {
	font-size: 14px;
	background: #999;
	border-top: 1px dotted #fff;
}


ul.mnav_accordion2  {
	margin-top: 20px;	
}

ul.mnav_accordion2 > li {
	background-image: url(../img/common_img/bg.jpg);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3a2e28;
}


ul.mnav_accordion2 > li img {
	width: 100%;
	height:auto;	
}

ul.mnav_accordion2 > li > ul > li {
	font-size: 14px;
	background: #999;
	border-top: 1px dotted #fff;
}


/*------------------------------------------------------------News01*/
section#news01 div {
	padding: 12px 10px 10px;
	border-bottom: 1px dotted #333;
	background: #FFF;
}
section#news01 div:first-of-type {
	border-top: 1px solid #333;
}
section#news01 div.news_text {
	padding: 0;
	border: none;
	background: none;
	font-size: 1.4rem;
	line-height: 1.6;
}
section#news01 div a {
	display: block;
	padding: 10px 25px 10px 10px;
}
section#news01 .date {
	font-size: 1.2rem;
	font-weight: bold;
	color: #999;
}
section#news01 .title {
	font-size: 1.6rem;
	font-weight: bold;
	color: #066;
}
section#news01 img {
	margin: 10px 0 0;
}
/*------------------------------------------------------------News02*/
section#news02 div {
	border-bottom: 1px dotted #333;
	background: #FFF url(../img/common_img/icon_arrow02.png) no-repeat 97% 50%;/*背景色のみ変更可*/
	/* ratina */
	background-size: contain;
	-webkit-background-size: auto 12px;/*Android 2.1 対策として表示させたい縦サイズを記載*/
}
section#news02 div:first-of-type {
	border-top: 1px solid #333;
}
section#news02 div a {
	display: block;
	padding: 10px 25px 10px 10px;
}
section#news02 p.date {
	font-size: 1.2rem;
	font-weight: bold;
	color: #999;
}


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

News 

---------------------------------------------------------------------------------------------------------------------------------------- */  
/*NewsBox*/
.newsbox {
	padding: 0px 10px;
	clear: both;
}
.newsbox .news_text {
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	line-height: 1.4;
	font-size: 1.2rem; /* 12px */
}
.newsbox img {
	margin-bottom: 10px;
	text-align: center;
	height: auto;
	width: 100%;
}
.newsbox h1 {
	font-size: 20px;
	font-weight: bold;
}
.newsbox h2 {
	font-size: 18px;
	font-weight: bold;
}
.newsbox h3 {
	font-size: 16px;
	font-weight: bold;
}
.newsbox h4 {
	font-size: 14px;
	font-weight: bold;
}
.newsbox h5 {
	font-weight: bold;
}
.newstitle {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #f15823;
	margin-bottom: 15px;
}
.newstitle span {
	font-size: 11px;
	font-weight: normal;
}
.news_ph {
	clear: both;
	text-align: center;
}
.newsbox .more-link {
	float: right;
	margin: 10px 0;
}
.postinfo {
	margin-top: 10px;
	text-align: right;
	clear: both;
	background: #EEEEEE;
	/* CSS3 */
	border-radius: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/*Program*/
.pagelink {
	margin: 0px 10px;
	clear: both;
}
.pagelink .oldpage {
	float: left;
}
.pagelink .newpage {
	float: right;
}
.listlink {
	clear: both;
	margin: 20px 0;
	text-align: center;
}
.listlink a {
	color: #666666;
	text-decoration: none;
	padding: 5px 10px;
	margin: 3px;
	border: 1px solid #CCC;
	background: #F2F2F2;
	/* CSS3 */
	border-radius: 3px;
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
    -webkit-border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/* Firefox */
    -moz-border-radius: 3px;
	background: -moz-linear-gradient(top, #fff, #eee);
	/* IE10 */ 
	background: linear-gradient(to bottom, #fff, #eee);	
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
}
.listlink a:hover {
	background: #DFDFDF;
}
/*wp-calendar*/
#calendar_wrap {
	background: #EEEEEE;
	/* CSS3 */
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
}
#wp-calendar {
	color: #333333;
	width: 180px;
	padding-bottom: 10px;
}

#wp-calendar td, #wp-calendar th {
	text-align: center;
	padding: 5px 7px;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted #1F5968;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#wp-calendar #prev {
	text-align: left;
	padding-top: 3px;
}
#wp-calendar #next {
	text-align: right;
	padding-top: 3px;
}
/*search*/
#news_search {
	margin: 0px 10px 20px;
}
#news_search_title {
	font-weight: bold;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #f15823;
	margin-bottom: 5px;
	padding-left: 5px;
}
.screen-reader-text {
	display: none;
}
#news_search #s {
	margin: 0;
	border:1px solid #BFBFBF;
	padding: 3px;
	background: #fff;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	background: -webkit-gradient( linear, left top, left bottom, from(#F1F1F1), to(#fff) );
	/* Firefox */
	-moz-border-radius: 3px;
	background: -moz-linear-gradient( top, #F1F1F1, #fff );
}

/*---------------------------------------------------------------------------------
contact
---------------------------------------------------------------------------------*/

/*form*/
#contact_form {
	margin: 0px 10px 0px;
}
#contact_form form {
	margin: 20px 0px 0px;
	border-top: 1px dotted #000000;
}
#contact_form dl {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px dotted #000000;
}
#contact_form dl dt {
	font-weight: bold;
	margin-bottom: 10px;
}
#contact_form dl dd {
	padding: 0px 0px 0px 0px;
}
#contact_form dl dd.dd_child {
	padding-top: 15px;
}
/*Attention*/
#contact_form p.attention {
	margin: 0 0 3px;
	padding: 0;
	color: #900;
}
#contact_form strong {
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 3px;
	padding: 0;
	color: #900;
}
/*Txt Area*/
.inp_text, .inp_text_s, textarea, .dropdown {
	padding: 5px;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */	
	-webkit-border-radius: 3px;
	/* Firefox */	
	-moz-border-radius: 3px;
	border:1px solid #BFBFBF;
	background: #fff;
	/* Webkit */	
	background: -webkit-gradient( linear, left top, left bottom, from(#F1F1F1), to(#fff) );
	/* Firefox */	
	background: -moz-linear-gradient( top, #F1F1F1, #fff );
}
.dropdown option {
	margin-right: 10px;
}
/*Txt Area _テキストエリア選択時の装飾*/
.inp_text_focus {
	border:1px solid #BFBFBF;
	background: #E6EFFD;
	padding: 5px;
	/* CSS3 */
    border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	/* Firefox */
	-moz-border-radius: 3px;
}
/*Txt Area _テキストエリアのサイズ*/
.inp_text {
	width: 90%;
}
.inp_text_s {
	width: 20%;
}
textarea {
	width: 90%;
}
/*Button*/
.inp_button {
	border:1px solid #BFBFBF;
	background: #CCC;
	/* CSS3 */
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(5%, #ccc), color-stop(100%, #eee));
	/* Firefox */
    background: -moz-linear-gradient(top, #fff 0%, #ccc 5%, #eee 100%);
	/* IE10 */ 
	background: linear-gradient(to bottom, #fff, #eee);	
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
	padding: 2px 7px;
	cursor: pointer;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	/* Firefox */
	-moz-border-radius: 3px;
}
.submit_btn {
	text-align: center;
	margin: 20px 0px;
}
.inp_submit01 {
	border:1px solid #5A6476;
	color: #fff;
	/* CSS3 */
	text-shadow:1px 1px 0 #28343b;
	/* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5bdc8), color-stop(5%, #828c95), color-stop(100%, #28343b));
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */
    background: -moz-linear-gradient(top, #b5bdc8 0%, #828c95 5%, #28343b 100%);
	-moz-box-shadow: 1px 1px 1px #fff;
	/* IE10 */ 
	background: linear-gradient(to bottom, #b5bdc8, #28343b);	
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b', GradientType=0 );
	zoom: 1;
	padding: 5px 30px;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	/* Firefox */
	-moz-border-radius: 3px;
}
/*news*/
#news {
	position: relative;
	margin-bottom: 27px;
	margin-top: 20px;
}
#news h3 {
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b09f8b;
}
#news .btn {
	position: absolute;
	top: 8px;
	right: 0;
}
#news dl {
	overflow: hidden;
	background-size: 5px 10px;
	background-image: url(../img/common_img/arrow01.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#news dl dt {
	font-size: 12px;
	line-height: 170%;
	color: #f46e2c;
	padding-left: 10px;
}
#news dl dd {
}
#news dl dd p {
	font-size: 12px;
	line-height: 170%;
}
#news dl dd p a {
	text-decoration: underline;
	color: #3a2e28;
}
#news dl dd p a:hover {
	text-decoration: underline;
}
/*top banner*/
ul#top_bnr {
	list-style-type: none;
}
ul#top_bnr li {
	
}
ul#top_bnr li:first-child {
	
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

Menu 

---------------------------------------------------------------------------------------------------------------------------------------- */  
.menubox {
	margin-bottom: 30px;
	margin-top: -15px;
}
.menubox dl {
	overflow: hidden;
	border-bottom: 1px dotted #b09f8b;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.menubox dl:nth-child(2n) {
	background: #fff;
}
.menubox dl dt {
	font-size: 14px;
	font-weight: bold;
	float: left;
	background: url(../img/common_img/arrow01.png) no-repeat left center;
	background-size: 5px 10px;
	padding-left: 10px;
}
.menubox dl dt .caption {
	font-size: 12px;
	font-weight: normal;
}
.menubox dl dd {
	float: right;
	padding-top: 5px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

Salon 

---------------------------------------------------------------------------------------------------------------------------------------- */  
/*info*/
.sheet_info {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-top: -15px;
}
.sheet_info th, .sheet_info td {
	font-size: 12px;
	line-height: 170%;
	font-weight: normal;
	border-bottom: 1px dotted #b09f8b;
}
.sheet_info th {
	text-align: left;
	white-space: nowrap;
	padding: 10px 10px 10px 0;
}
.sheet_info td {
	background: url(../img/common_img/arrow01.png) no-repeat left center;
	background-size: 5px 10px;
	padding: 10px 0 10px 20px;
}
/*phlist*/
.phlist {
	list-style-type: none;
	margin-bottom: 40px;
	overflow: hidden;
}
.phlist li {
	margin-bottom:10px;
	
}
.phlist li:last-child {
}
/*map*/
#mapbox {
	
}
#sp_box #mapbox iframe {
	display: none;
}

#mapbox .maplink {
	
}

#mapbox .maplink a {
	width: 100%;
	margin: 3px 0;
	font-weight: bold;
	line-height: 33px;
	-webkit-border-radius: 4px;
	display: inline-block;
	color: #FFF;
	text-shadow: 0 -1px -1px #000;
	box-shadow: 0 1px 1px #666;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#473d2e+1,3a2e28+100 */
	background: rgb(71,61,46); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(71,61,46,1) 1%, rgba(58,46,40,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(71,61,46,1)), color-stop(100%,rgba(58,46,40,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(71,61,46,1) 1%,rgba(58,46,40,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(71,61,46,1) 1%,rgba(58,46,40,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(71,61,46,1) 1%,rgba(58,46,40,1) 100%); /* IE10+ */
	text-decoration: none;
	text-align: center;
}

#sp_box #news h3 {
	margin-top: 20px;
}
#sp_box #greeting .txbox h2 {
	margin-top: 20px;
}
#pagetitle01 h2 img {
	height: auto;
	width: 100%;
}
.hnav_accordion {
	margin-top: 10px;
}
#sp_box .newsbox .phbox_r a img {
	text-align: center;
	width: 100%;
	height: auto;
}
#calendar_wrap #wp-calendar {
	width: 100%;
}
