@charset "utf-8";
/* 1080px以下（タブレット対応） */
/* 共通 */
.pc_no{
 display: block;
}
.tb_no{
	display: none;
}

body{
	min-width:100%;
}
article {
	text-align: left;
}
.w_100per,
.w_1080 {
	width: 100%;
	margin: 0 auto;
}
/* //共通 */
h1{
	text-align: center;
}
h1 img {
	width: 50%;
	max-width: 400px;
	margin: 30px auto;
}
img {
 max-width: 100%;
}
/* メインコンテンツ */
.container{
 padding: 100px 3%;
}

/* h2 */
.cont_title_txt {
 padding-left: 10px;
}
.cont_title_txt p {
	font-size: 2.8rem;
 padding-bottom: 10px;
}
.cont_title_txt h2{
	font-size: 1.2rem;
}
/* タイトル */
.cont_title{
 min-height: 180px;
}
.cont_title_img img{
 width: 100%;
}
/* //タイトル */
/* //h2 */


/* h3 */
 h3 {
	font-size: 2rem;
 line-height: 1.0;
 margin: 0 0 30px 0;
 padding-bottom: 0;
 text-align: left;
}
 h3::before{
 width: 20px;
 margin: 0 5px 10px 0;
 display: inline-block;
}
 h3 span{
 color: #808080;
	font-size: 1rem;
 display: block;
 margin-left: 25px;
}
/* //h3 */

/* キャッチコピー */
.cont_catch {
 font-size: 1.6rem;
 padding-bottom: 20px;
}
.cont_catch:before,
.cont_catch:after {
 top: -0.6rem;
 height: 6rem;
}
.cont_catch:before {
 margin-left: -3rem;
}
 .cont_catch:after {
 margin-left: 3rem;
}
/* //キャッチコピー */


/* 営業時間 */
.cont_time{
 font-size: 1.5rem;
}
.cont_time li span{
 padding: 20px 0;
}
.cont_time p{
 padding:20px;
}
/* //営業時間 */

/* 600px以下（スマホ対応）*/
@media (max-width: 599px) {
.tb_no{
	display: block;
}
.sp_no{
	display: none;
}

/* タイトル */
.cont_title{
 margin-bottom: 0;
 min-height: 100px;
}
.cont_title_txt {
 text-shadow: #fff 2px 2px 0;
}
.cont_title_img{
 min-width: 60%;
}
/* //タイトル */

/* メインコンテンツ */
.container{
 padding: 50px 3%;
}

/* キャッチコピー */
.cont_catch {
 font-size: 0.9rem;
 margin: 50px 0;
 padding-bottom: 20px;
}
.cont_catch:before,
.cont_catch:after {
 top: -0.4rem;
 height: 4rem;
}
.cont_catch:before {
 margin-left: -1.2rem;
}
 .cont_catch:after {
 margin-left: 1.2rem;
}
/* //キャッチコピー */

 /* 2カラム */
.two_column_01{
 display: block;
 display: -webkit-block;
}
.two_column_01 p{
 width: 100%;
 margin-bottom: 20px;
}
.two_column_01 p big{
 font-size: 1.1rem;
}
.two_column_01 div{
 width: 50%;
 margin: 0 auto;
}

/* //2カラム */

/* features*/
.cont_features{
 width: 100%;
 display: block;
}
[class^="cont_features_img"]{
 width: 70%;
 margin: 0 auto;
}
[class^="cont_features_txt"]{
 width: 100%;
 display: block;
}
[class^="cont_features_title"]{
 font-size: 1.5rem;
 display: block;
 width: 50%;
 text-align: center;
 padding: 2% 4% 2.5% 4%;
 margin: 0 auto 2% auto;;
 }
/* //features*/

/* 営業時間 */
.cont_time{
 font-size: 1rem;
}
.cont_time li span{
 width: 25%;
 padding: 10px 5px;
}
.cont_time p{
 width: 75%;
 padding:10px;
}
.cont_time small{
 font-size: .8rem;
}

/* //営業時間 */

}
