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

body {
	color: #fff;
	background: #313131;/*？変化なし*/
}

#access {
	background: #000;/*？変化なし*/
}

footer {
	background: #000;
}

/***********************************
　　　　　　　予約ボタンここから
************************************/

.Contact_Wrap {
	border: 1px solid #777;
}
.buttons {
	background: linear-gradient(#c80000, #7e0000);
}

.web_btn {
	color: #fff;/*？変化なし*/
}
.tel_btn {
	color: #fff;/*？変化なし*/
}
/***********************************
　　　　　　　予約ボタンここまで
************************************/

/***********************************
　　　　　　　NEWSここから
************************************/

#news {/*ここに「background」を追加するとnewsに背景色が入る*/
	border: 1px solid #777;
}
.News_Title {
	background: #000;
}
.news_area{
	border-top: 1px solid #777;
}
/***********************************
　　　　　　　NEWSここまで
************************************/
/***********************************
　　　　　　CONTENTS01ここから
************************************/

#contents01 h2 {
	border-bottom: 2px solid #777;
 }
.txt_list01 h4,
.txt_list02 h4 {
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}
/***********************************
　　　　　　CONTENTS01ここまで
************************************/
/***********************************
　　　　　　CONTENTS02ここから
************************************/

#contents02 h2 {/*ここに「background」を追加するとcontents02見出しに背景色が入る*/
	border-bottom: 2px solid #777;
}
.contents02_Wrap {/*ここに「background」を追加するとcontents02テキスト箇所に背景色が入る*/
	border-bottom: 1px solid #777;
}
/***********************************
　　　　　　CONTENTS02ここまで
************************************/
/***********************************
　　　　　　CONTENTS03ここから
************************************/

#contents03 h2 {/*ここに「background」を追加するとcontents03見出しに背景色が入る*/
	border-bottom: 2px solid #777;
}
/***********************************
　　　　　　CONTENTS03ここまで
************************************/
/***********************************
　　　　　　　ACCESSここから
************************************/

.access_Wrap table th {
	background: #313131;/*？変化なし*/
}
/***********************************
　　　　　　　ACCESSここまで
************************************/

.pageTop a {
	color: #000;
	background: #ddd;/*？変化なし*/
}

/***********************************
　　　　　　追加コンテンツここから
************************************/
/*コンテンツの背景色*/
#contents00 {
	background: #f1e0c6;/*contents00の背景色*/
}
/*コンテンツのタイトル部分*/
#contents00 .contents00_wrap h2 {
    border-bottom: 2px solid #4b0000;
}

/*コンテンツ間の分割線*/
#contents00 .contents00_wrap:nth-of-type(n+2)::before,
.contents01_Box::after {
	background: #b18118;
}

/* 固定footer */
.fixed_btn {
	background: #fff;/*固定フッターの背景色*/
}
.fixed_btn_wrap a {
	background: linear-gradient(#c80000, #7e0000);/*固定CVボタンの上部カラー＆下部カラー（グラデ可能）*/
	color: #fff;/*ボタンの文字色*/
}




/*CVボタンは必要な時以外は非表示にしておく*/
.Contact_Wrap {
	display: none;/*看板下とcontents03下につくCVボタン*/
}
.Contents01_Btn_Area {
	display: none;/*contents01の各項目下につくCVボタン*/
}


/***********************************
　　　　　　　変更点ここから
************************************/
#Main_img img:nth-of-type(2) {
	display: none;/*？変更なし*/
}

body {
	color: #000;
	background: #fff6e7;/*全体の背景色（NEWSやcontents01は背景設定がないと黒だと潰れる）*/
}

#access {
	color: #000;
	background: #f1e0c6;/*店舗情報枠の背景色*/
}
#access a {
	color: #000!important;
}

footer {*？変化なし*/
	color: #000;
	background: #fff6e7;/
}
.access_Wrap table th {
	color: #000;
	background: #fff6e7;/*店舗情報の「店名」「電話番号」等の項目バーの色*/
}
.pageTop a {
	color: #fff;
	background: #4b0000;/*？変化なし*/
}

.news_txt p {
	word-break: break-all;/*？変化なし*/
}
.news_txt a {/*？変化なし*/
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}
.news_txt a:hover {
	text-decoration: underline;
	cursor: pointer;
}
.news_txt a:visited {
	color:#000;
} 
/***********************************
　　　　　　　変更点ここまで
************************************/
