@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}

a.email {
    display:inline;
}
a:hover { 
    color: #999;
}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 1rem;
	border: 2px solid #000;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: #f7f7f7;    
}
nav a {
    padding: 0.5rem;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 768px){
.header {
	flex-direction: column;
    margin-bottom: 10px;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
	flex-direction: column;
}
.header li {
	padding-top: 0;
}
/* スマホ時はMENUボタンを表示 */
#open,#close  {
    display: block;
    width: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}
    
/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 0 0;
}
section {
	margin: 5rem 0;
	padding: 3rem 0;
}
.gray-back {
	background-color: #f4f4f4;
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
}
.under {
  /*  border-bottom: 0.1rem solid #000;*/
    padding:0 1rem 0.3rem 1rem;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #f7f7f7;
    padding: 5rem 0;
}
footer h4 {
    border-bottom: 3px solid #ccc;
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #000;
}
.copyright a {
    color: #fff;
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #000;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #666;
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}
}










/*20201109 mk追加
-------------------------------------*/

.catch {
margin: 0 auto 30px;
max-width: 1000px;
padding: 0 15px;
}

.catch h2{
	color: #A03C3D;
	font-weight: bold;
	background: url("../img/st_midashi.png") bottom center no-repeat;
	padding: 25px 0;
	margin: 0 0 20px 0;
	font-size: 2.5rem;
}

.copyright {
	font-size:0.6em;
}

/* PCでは横幅500pxで表示 */
.fb-wrap{
max-width: 500px;
width: 500px;
}

.fb-wrap{
width: 100%;
text-align: center !important;
margin: 0 auto !important;
}
.fb-page {
text-align: center !important;
margin: 0 auto !important;
}

.guest h2{
	text-align: center;
	color: #A03C3D;
	font-weight: bold;
	background: url(../img/st_midashi.png) bottom center no-repeat,url(../img/st_midashi.png) top center no-repeat;
	padding: 25px 0;
	margin: 0 15px 20px 15px;
}

.guest span.name{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 2em;
	font-weight: bold;
	color: #A03C3D;
	display: block;
	margin: 20px 0 20px 0;
}

.schedule{
margin: 0 auto 30px;
max-width: 1000px;
padding: 0 15px;
}

.schedule h2{
	text-align: center;
	color: #A03C3D;
	font-weight: bold;
	background: url(../img/st_midashi.png) bottom center no-repeat,url(../img/st_midashi.png) top center no-repeat;
	padding: 25px 0;
	margin: 0 0 30px 0;
}

.schedule h4{
	border-bottom:1px solid #A03C3D;
	color: #A03C3D;
}

.schedule span.time{
	color: #A03C3D;
	font-weight: bold;
	display: block;
	margin: 0 0 20px 0;
}

.participation{
	padding: 25px 15px;
}

.participation h2{
	text-align: center;
	color: #A03C3D;
	font-weight: bold;
	background: url(../img/st_midashi.png) bottom center no-repeat,url(../img/st_midashi.png) top center no-repeat;
	padding: 25px 0;
	margin: 0 0 30px 0;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #A03C3D;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #811e1f;
}

a.btn{
text-align: center;
display: block;
width: 50%;
margin: 0 auto;
}

.access{
	padding: 25px 15px;
	text-align: center;
}

.access h2{
	text-align: center;
	color: #A03C3D;
	font-weight: bold;
	background: url(../img/st_midashi.png) bottom center no-repeat,url(../img/st_midashi.png) top center no-repeat;
	padding: 25px 0;
	margin: 0 0 30px 0;
}

.visit{
	padding: 25px 15px;
}

.visit h2{
	text-align: center;
	color: #A03C3D;
	font-weight: bold;
	background: url(../img/st_midashi.png) bottom center no-repeat,url(../img/st_midashi.png) top center no-repeat;
	padding: 25px 0;
	margin: 0 0 30px 0;
}


/*20220923 mk追加
-------------------------------------*/
h3.stage{
text-align: center;
color: #A03C3D;
font-weight: bold;
}

.artist_info{
margin: 0 0 40px 0;

}

.artist_info .name{

}

.artist_info .image{
text-align: center;
}

.artist_info .time_price{

}

.artist_info .tex{

}

.artist_info .sub_name{
color: #A03C3D;
}


/*20230616 mk追加
-------------------------------------*/
.link_btn{
margin: 30px 0 30px 0;
}

.link_btn a{
color: #ffffff;
background: #A03C3D;
padding: 20px 10px;
margin: 0 20px;
border-radius: 5px;
}

.link_btn a:hover{
background: #b55c5d;
}



/*20250915 mk追加
-------------------------------------*/

.artist_info h5{
margin: 0;
color: #A03C3D;
font-weight: bold;
font-size: 1em;
}

.artist_info .artist-img{
text-align: center;
margin: 0;
}

.artist_info .artist-img p{
}







/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){

a.btn{
width: 75%;
}

}
