@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:15px;
	letter-spacing:0;
	color:white;
}
@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: white;
}
.widgettitle {
	border-bottom:1px solid #604b44;
}

.home-content figure img {
	width:100%;
	max-width:734px;　/* トップメインイメージ用　※デモ固有 */
}
@media screen and (max-width:599px) {
.home-content figure img {
	width:80%;
}
#site-header {
	background:none;
}
}
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: #999999; /* Old browsers */
background: linear-gradient(to bottom,  #333333 0%,#000000 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{
	color:skyblue;
	text-decoration:none;
} 
a:hover{
	text-decoration:underline;
} 
section#news,
section#news-text,
section#shop,
section#menu,
section#shop_multi,
section#sns{
	background:black;
}
section#style,
section#staff,
section#recruit{
	background:rgba(0,0,0,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("https://mtsuji.com/wp-content/uploads/2020/12/back04.jpg");
	background-attachment:fixed;
	background-size:cover;
}
section#concept h2 {
	color:white;
}
section#concept div.flex {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
section#concept div.flex > div {
	width:50%;
	flex:none;
}
section#concept div.flex > div img {
	max-width:70%;
}
section#concept div.flex > div h3{
	margin:0;
}
section#concept div.flex > div p {
	margin:15px 0;
}	
	
@media screen and (max-width:599px) {
section h2 {
	font-size:200%;	
	}
section#concept {
		background:url("https://mtsuji.com/wp-content/uploads/2020/12/back04.jpg") center center no-repeat;
	background-attachment:none;
	background-size:auto 100% ;
}
section#concept div.flex {
	display:block;
}
section#concept div.flex > div {
	width:100%;
	flex:none;
}	
	
	
}
#style {
	text-align:center;
}
#style a {
	color:white;
}
#contact p {
	text-align:center;
}


#discography_icon {
	font-size:70%;
	margin-top:10px;
}
#discography_icon span {
}
#discography_icon span:nth-of-type(1){
	color:lightgray;
	border:1px solid lightgray;
	padding:3px;
	line-height:1;
}
#discography_icon span:nth-of-type(2) {
	margin-left:5px;
	color:darkorange;
	border:1px solid darkorange;
	padding:3px;
	line-height:1;
}
