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

/* 全体 */
html{ color:#333;background:#fff;}
legend{ color:#333; } 

a{
	color:#e40c14;
}
a:hover{
	color:#f44249;
	text-decoration:none;
}


/* テキストボタン */
.button a{
	background-color:#e40c14;
	color:#fff;
}
.button a:hover{
	background-color:#f44249;
}

/* メイン画像 */
#main-image{
	text-align:center;
	padding: 0;
}


/* タイトルパターン */
/* タイトルパターン */
#main h2 {
  position: relative;
  padding: .8rem .5rem;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
}

#main h2:before,
#main h2:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background-image: -webkit-linear-gradient(right, #ED1C24 0%, #f69a8e 50%, #ED1C24 100%);
  background-image: linear-gradient(to left, #ED1C24 0%, #f69a8e 50%, #ED1C24 100%);
}

#main h2:before {
  top: 0;
}

#main h2:after {
  bottom: 0;
}

.sidebar .widget h3{
	padding-bottom:8px;
	border-bottom:3px solid #ED1C24;
	font-size:1.1em;
	font-weight:bold;
}

#main h3{
	border-bottom:double #ED1C24 3px;
	margin-bottom:10px;
	padding-bottom:8px;
	font-size:1.1em;
	font-weight:bold;
}

/* -------------------------------------------
	WordPress Editor
---------------------------------------------- */
.wp-caption {
	background: #f1f1f1;
	color: #888;
}

#main .post-content blockquote{
	color:#999;
}



@media all and (min-width:641px){
/* ------------------------------------------
	PC用のスタイル記述
--------------------------------------------- */

/* Navigation 
------------------------------------ */

#header nav{
	background-color:#ED1C24;
}


#globalnavi li{
}
#globalnavi li a{
	border-left:1px solid #f0354f;
	color:#fff;
}

#globalnavi li:last-child a{
	border-right:1px solid #f0354f;
}
#globalnavi a:hover{
background: rgb(255,44,0);
background: linear-gradient(0deg, rgba(255,44,0,1) 0%, rgba(239,106,38,1) 100%);
	}


/* Sidebar
------------------------------------ */
.sidebar .widget li a{
	border-bottom:1px dotted #999;
	color:#333;
}
.sidebar .widget a:hover{
	background-color:#e8495f;
	color:#fff;
}

/* Footer
------------------------------------ */
#pagetop a{
	background-color:#e40c14;
	color:#fff;
}
#pagetop a:hover{
	background-color:#f44249;
	color:#fff;
}
#footer{
	background-color:#e40c14;
	color:#fff;
}
#footer .inner li{
	border-right:1px solid #fff;
}


#footer a{
	color:#fff;
}



/* ------------------------------------------
	PC用の下層ページスタイル記述
--------------------------------------------- */

/* ブログ
----------------------------- */

.article{ /* 記事ボックス */
	border:1px solid #ccc;
	background-color:#fff;
	box-shadow:0 0 3px #ccc;
}

.article .post-content{ /* 記事本文 */
	border-bottom:1px dotted #ccc;
}

/* コメント部分 
----------------------------- */
#com h3{/* コメントタイトル */
	border-bottom:1px solid #999;
	background-color:#eee;
}
#com .compost{ /* コメント本文 */
	border-bottom:1px dotted #ddd;
}

/* よくある質問
----------------------------- */

#main .faq-article h3{/* Qの背景はここで指定 */
}

#main .faq-comment{/* Aの背景はここで指定 */
}


/* 店舗・会社案内
----------------------------- */
#table_information th,
#table_information td{
	border-bottom:1px dotted #ccc;
}

#table_information td{
}


/* 問い合わせ
----------------------------- */

.form_box .mailform-tbl th,
.form_box .mailform-tbl td{
	border:1px solid #ccc;
}
.form_box .mailform-tbl th{
	background-color:#f0f0f0;
}

.form_box .mailform-tbl td{
	background-color:#fff;
}

/* コース案内
----------------------------- */
.page-course{}

.course-cf dl{/* 各ブロック */
	border:1px solid #ccc;
}
.course-cf dt{
	border-bottom:1px solid #ccc;
	padding-bottom:7px;
}
.course-cf dd .course-price{
}
.course-cf .course-content02{/* 下部コメント */
}



/* メニュー一覧表示
----------------------------- */
#main #item-list li{
	box-shadow:0 0 3px #ccc;
	border:1px solid #ccc;
}




/* 商品メニュー詳細
----------------------------- */

#imagewrap img{
	box-shadow:0 0 3px #aaa;
}

/* タクソノミーTAB風一覧 */
#container #gallery-taxonomy-list{
	border-bottom:2px solid #dc0c29;
}

#container #gallery-taxonomy-list li a{
	background-color:#dc0c29;
	color:#fff;
}
#container #gallery-taxonomy-list li.current-cat a{
}
#container #gallery-taxonomy-list li a:hover{
	background-color:#fe7d83;
}


}
@media screen and (max-width:768px)
 and (min-width:641px){
/* ------------------------------------------
	タブレット用のスタイル記述
--------------------------------------------- */

}
@media screen and (max-width:640px){
/* ------------------------------------------
	スマホ用のスタイル記述
--------------------------------------------- */
/* メイン画像 */
#main-image{
	padding:0;
}


#globalnavi li a{
	background: #e40c14;
	border-bottom:1px solid #f78e76;
	text-decoration:none;
	color:#fff;
	display:block;
	padding:15px 10px;
}
#openmenu2{
	background-color:#ff6000;
	color:#fff;
}
.open_menu #openmenu2{
	background:url(images/mobile/icon-list-up.gif) no-repeat 98% center #ff6000;
}

#main h2,
.sidebar .widget h3{
/* サイトごとに変更 */
}
.sidebar .widget li a{
/* サイトごとに変更 */
	border-bottom:1px dotted #999;
	color:#6c6b6b;
}


/*footer*/
#pagetop a{
	background-color:#e40c14;
	color:#fff;
}

#footer{
	background-color:#e40c14;
	color:#fff;
}
#footer li a{
	background:url(images/mobile/icon-list.gif) no-repeat 97% center;
	border-bottom:1px solid #f78e76;
	color:#fff;
	text-decoration:none;
}
#footer #copy{
}
#footer-bottom{
	background-color:#ff6000;
}
#footer-bottom a{
	color:#fff;
	border:1px solid #fff;
}
#footer-bottom #f-map a{
}
/* ------------------------------------------
	スマホ用の下層ページスタイル記述
--------------------------------------------- */
/* INDEX
------------------------------------ */
.cont03 li{
	border-bottom:1px solid #ccc;
}

/* よくある質問
----------------------------- */

#main .faq-article h3{
	background-color:#999;
	color:#fff;
}
#main .faq-comment{
	border:1px solid #ccc;
	border-radius:0 0 5px 5px;
}

/* 店舗・会社案内
----------------------------- */

#table_information th,
#table_information td{
	border-bottom:1px dotted #ccc;
}


/* ブログ
----------------------------- */
.article{
	border:1px solid #ccc;
	background-color:#fff;
	box-shadow:0 0 3px #ccc;
}

/* 問い合わせ
----------------------------- */
.form_box .mailform-tbl{
}
.form_box .mailform-tbl th,
.form_box .mailform-tbl td{
	border:1px solid #ccc;
}
.form_box .mailform-tbl th{
	background-color:#f0f0f0;
}



/* コース案内
----------------------------- */
.page-course{}

.course-cf dl{/* 各ブロック */
	border:1px solid #ccc;
	border-radius:10px;
}
.course-cf dt{
	border-bottom:2px solid #ccc;
	padding-bottom:7px;
}
.course-cf .course-content02{/* 下部コメント */
}


/* メニュー1行表示
----------------------------- */


/* メニュー一覧表示
----------------------------- */
#item-list{
}
#main #item-list li{
	border:1px solid #ccc;
}
#main #item-list li h3{ /* 1行を超える前に[・・・]で省略 */
}




/* 商品詳細
------------------------------------ */


/* タクソノミータブ
------------------------------------ */

#gallery-taxonomy-list li a{
	color:#fff;
	background:#dc0c29;
	border-radius:5px;
}

}

