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

/* --- 設定用CSS　---*/

body,input,textarea,button,.button,.faux-button,.wp-block-button__link,.wp-block-file__button,.has-drop-cap:not(:focus)::first-letter,.has-drop-cap:not(:focus)::first-letter,.entry-content .wp-block-archives,.entry-content .wp-block-categories,.entry-content .wp-block-cover-image,.entry-content .wp-block-latest-comments,.entry-content .wp-block-latest-posts,.entry-content .wp-block-pullquote,.entry-content .wp-block-quote.is-large,.entry-content .wp-block-quote.is-style-large,.entry-content .wp-block-archives *,.entry-content .wp-block-categories *,.entry-content .wp-block-latest-posts *,.entry-content .wp-block-latest-comments *,.entry-content p,.entry-content ol,.entry-content ul,.entry-content dl,.entry-content dt,.entry-content cite,.entry-content figcaption,.entry-content .wp-caption-text,.comment-content p,.comment-content ol,.comment-content ul,.comment-content dl,.comment-content dt,.comment-content cite,.comment-content figcaption,.comment-content .wp-caption-text,.widget_text p,.widget_text ol,.widget_text ul,.widget_text dl,.widget_text dt,.widget-content .rssSummary,.widget-content cite,.widget-content figcaption,.widget-content .wp-caption-text {
	font-family:'Noto Serif JP', serif; 
	font-weight: 200;
	font-size:16px;
	letter-spacing:0;
}
@media screen and (max-width:599px) {
body,input,textarea,button,.button,.faux-button,.wp-block-button__link,.wp-block-file__button,.has-drop-cap:not(:focus)::first-letter,.has-drop-cap:not(:focus)::first-letter,.entry-content .wp-block-archives,.entry-content .wp-block-categories,.entry-content .wp-block-cover-image,.entry-content .wp-block-latest-comments,.entry-content .wp-block-latest-posts,.entry-content .wp-block-pullquote,.entry-content .wp-block-quote.is-large,.entry-content .wp-block-quote.is-style-large,.entry-content .wp-block-archives *,.entry-content .wp-block-categories *,.entry-content .wp-block-latest-posts *,.entry-content .wp-block-latest-comments *,.entry-content p,.entry-content ol,.entry-content ul,.entry-content dl,.entry-content dt,.entry-content cite,.entry-content figcaption,.entry-content .wp-caption-text,.comment-content p,.comment-content ol,.comment-content ul,.comment-content dl,.comment-content dt,.comment-content cite,.comment-content figcaption,.comment-content .wp-caption-text,.widget_text p,.widget_text ol,.widget_text ul,.widget_text dl,.widget_text dt,.widget-content .rssSummary,.widget-content cite,.widget-content figcaption,.widget-content .wp-caption-text {
	font-size:15px;
}	
}

section h2 {
	font-size:250%;
	font-family: 'Cinzel', serif;
	font-weight:400;
	text-align:center;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	color: #604b44;
}
.widgettitle {
	border-bottom:1px solid #604b44;
}

.home-content figure img {
	width:100%;
	max-width:734px;　/* トップメインイメージ用　※デモ固有 */
}

nav {
	font-family: 'Cinzel', serif;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

section#menu h3{
	font-family: 'Cinzel', serif;
	color:white;
}
section#under_block h3 {
	color:white;
}

/* ボタン01 開閉ボタン　上へ戻るボタン　下層ページ表題*/

p.btn01 a, 
#menu_btn a,
#page-top a:before {
box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

p.btn01 a, 
#menu_btn a,
#page-top a:before,
section#menu h3,
section#under_block h3,
section#contact{
background: #604b44; /* Old browsers */
background: -moz-linear-gradient(top,  #604b44 0%, #443b30 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #604b44 0%,#443b30 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #604b44 0%,#443b30 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#604b44', endColorstr='#443b30',GradientType=0 ); /* IE6-9 */
}
section#menu h3,
section#under_block h3{
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

section#menu h4{
	color:#59493f;
}
a,
section#menu h3+p {
	color:orangered;
} 

section#news,
section#news-text,
section#shop,
section#menu,
section#shop_multi,
section#sns{
	background:white;
}
section#style,
section#staff,
section#recruit{
	background:rgba(255,255,255,0.7);
}
#under_block section#news,
#under_block section#news-text,
#under_block section#shop,
#under_block section#menu,
#under_block section#shop_multi,
#under_block section#sns,
#under_block section#style,
#under_block section#staff,
#under_block section#recruit{
	background:none;
}
section#contact h2{
	color:white;
}
section#news-text{
	margin-top:3px;
}
#shop table {
	border-top:1px dotted silver;
}
#shop table th,
#shop table td,
#shop_multi table th,
#shop_multi table td{
	border-bottom:1px dotted silver;
}

/* コンセプト */
section#concept {
	background:url('http://salon01.materiart.net/wp-content/uploads/2019/12/main02.jpg');
	background-attachment:fixed;
	background-size:cover;
}
section#concept h2 {
	color:white;
}
@media screen and (max-width:599px) {
section h2 {
	font-size:200%;	
	}
section#concept {
	background:url('http://salon01.materiart.net/wp-content/uploads/2019/12/main02.jpg') center center no-repeat;
	background-attachment:none;
	background-size:auto 100% ;
}	
}
