/* ▼ スマホ(767px以下)の場合 */ 

@media screen and (max-width: 767px) {



/* リセット
================================================== */

.pc_no{display:block !important;}
.sp-img{display:inline !important;}
.sp_no{display:none !important;}
.pc-img{display:none !important;}
img{height:auto;}

/* PCリセット
================================================== */
.fl_left{float: none;}
.fl_right{float: none;}

/* メイン
================================================== */

body {
	font-size: 13px;
}

/* スライドWP
================================================== */
#top_wp{
	width: 100%;	
	max-width: 100%;	
	margin: 15px auto 0;
	position: relative;
	overflow: hidden;
}
img.logo{
	position:static;
	margin: 0 auto 10px;
	width: 200px;
	display:block;
}
.text {
	float:none;
	width: 90%;
	margin: 0 auto 0;
	-webkit-writing-mode:horizontal-tb;
	-ms-writing-mode:lr-tb;
	writing-mode:horizontal-tb;
}
.text p{
	margin: 15px 0;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.7em;
}
img.topimg{
	float:none;
	width:90%;
	margin: 0 auto 30px;
	max-width:400px;
}



/* TOPページ
================================================== */
#page_wp{
	background: url("images/side_logo.png") no-repeat right 1.5% top 30%;
	background-size: 10px auto;
	background-attachment: fixed;
}
.contents_reverse{
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.contents_reverse:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 35%;
	margin: 2% -10% 0;
	background: #ededed;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	z-index: -1;
}
.contents_reverse:after {
	content: '';
	position: absolute;
	top: 10%;
	left: 0;
	width: 120%;
	height: 30%;
	margin: 0 -10% 0;
	background: #eef281;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	transform: rotate(7deg);
	z-index: -2;
}
.contents_double{
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 10px 0;
}
.contents_double:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 90%;
	margin: 2% -10% 0;
	background: #434343;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	z-index: -1;
}
.contents_double:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 90%;
	margin: 2% -10% 0;
	background: #eef281;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: -2;
}
.contents_inner {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 850px;
	height: 100%;
	margin: 0 auto;
	padding: 50px 10px 35px;
	color: #fff;
	text-align: center;
}
.contents_wap{
	clear: both;
	width:90%;
	margin: 0 auto;
	padding: 0;
}
h2.top_title{
	font-family: 'Oswald', sans-serif;
	text-align:center;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}
.top_l,
.top_r{
	float:none;
	width: 95%;
	margin: 20px auto;
}
.top_l h3,
.top_r h3{
	font-size: 15px;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
}
.top_r h3{
	padding-top: 10px;
}
dl.about dt {
	float:left;
	clear:left;
	width: 5em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
dl.about dd {
	padding-left: 5.5em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
dl.about dd ul li{
	list-style-type: decimal;
	line-height: 1.5em;
	margin-bottom: 5px;
	margin-left: 19px;
}

dl.list {
	margin: 0 20px;
	text-align:left;
}
dl.list dt {
	float:none;
	width:8em;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 5px;
	font-size: 12px;
}
dl.list dd {
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(51,51,51,1);
    box-shadow: 0 1px 0 rgba(85,85,85,1);

}
dl.list dd a{color: #fff;}
dl.list dd a:hover{	color:#eef281;}
.square_btn{
	margin-top: 10px;
    position: relative;
    display: inline-block;
    padding: 0.3em 1.5em;
    text-decoration: none;
    color: #333;
    background: #fff;
    transition: .4s;
	font-size: 12px;
	letter-spacing: 0.1em;
  }

.square_btn:hover {
    background: #eef281;
    color: #000!important;
}
/*　店舗案内
================================================== */
.back_gry{
	margin: 20px auto;
	padding: 20px 0;
}
p.s_title{
	font-size: 14px;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}
.tenpo{
	padding: 20px;
	vertical-align:top;
	}
@media screen and (max-width: 580px) {
.tenpo{
	display:block;
	width:100%;
	margin:1.5% 0;
	padding: 30px;
	}
}
.tenpo img{
	width:100%;
	max-width:550px;
	display:block;
	margin: 0 auto;
}
.title_bx {
	position:relative;
	margin-top: 15px;
}
.title_bx a {
	display:block;
	position:absolute;
	line-height:1;
	width:90px;
	right: 0;
	bottom:0;
	text-align:center;
	background:#fff;
	font-size:12px;
	padding:6px 0;
	color:#63aac8;
	border: 1px solid #6eb5d3;
	letter-spacing: 0.05em;
	transition: .4s;
}
.tenpo h4{
	font-size: 14px;
	margin-bottom: 5px;
}
.tenpo ul li{
	letter-spacing: 0.05em;
}
.tenpo ul li.tel{
	background: url("images/tel_icon") no-repeat left top 0.2em;
	background-size: 16px;
	padding: 0 0 0 20px;
	display:block;
	margin-right: 0;
}
.tenpo ul li.time{
	background: url("images/time_icon") no-repeat left top 0.2em;
	background-size: 16px;
	padding: 0 0 0 20px;
	display:block;
}
.t_map{
	width: 100%;
	height: 250px;
	margin-top: 15px;
}

.pillow_l{
	width:100%;
	float:none;
	text-align:center;
}
.pillow_l h2{
	font-size: 18px;
	margin-bottom: 15px;
}
.pillow_l p{
	text-align:left;
	line-height: 1.6em;
}
.pillow_l img,
.pillow_r img{
	margin: 0 auto 10px;
	width:90%;
	max-width: 500px;
	display:block;	
}
.pillow_r{
	width:100%;
	float:none;
	margin-top: 20px;
}
.blue_btn{
	margin: 20px 10px 0;
	 padding: 0.3em 1.5em;
	font-size: 12px;
}
@media screen and (max-width: 580px) {
.blue_btn{
	margin: 20px 5px 0;
    position: relative;
    padding: 0.5em 1.2em;
	width: 130px;
    text-decoration: none;
	border: 1px solid #6eb5d3;
    color: #63aac8!important;
    background: #fff;
    transition: .4s;
	font-size: 12px;
  }

.blue_btn:hover {
    background:#6eb5d3;
    color: #fff!important;
}
	}
/*　フッター
================================================== */
footer{
	color: #333;
	text-align:center;
	padding: 0;
	font-size: 9px;
}

/*　以下ブログテーマのスタイル
================================================== */
.contents_bk{
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.contents_bk:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 30%;
	margin: 0 -10% 0;
	background: #f0efee;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	z-index: -1;
}
.contents_bk:after {
	content: '';
	position: absolute;
	top: 10%;
	left: 0;
	width: 120%;
	height: 23%;
	margin: 0 -10% 0;
	background: #eef281;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	transform: rotate(7deg);
	z-index: -2;
}
#page_head{
	clear: both;
	width:90%;
	max-width:1050px;
	margin: 15px auto 0;
}
.contentspage_wap{
	clear: both;
	width:100%;
	max-width:1050px;
	margin: 0 auto;
	padding: 0;
}
img.news_logo{
	margin: 0 auto 10px;
	width: 200px;
	display:block;
}
#page_content {
	float: none;
	width: 90%;
	margin:30px auto;
}

#page_content p{
	margin-bottom: 15px;
}
#sidebar{
	float: none;
	width: 90%;
	margin: 20px auto;
}

h3.widget_title{
	padding: 5px 10px;
	font-size: 13px;
}
#sidebar .widget-area ul{
	margin-bottom: 1em;
	border: 1px solid #eee;	
	padding: 1em;
	background:#fff;
}

h2.newstop_title{
	font-size: 12px;
	margin-bottom: 20px;
	letter-spacing: 0.03em;
}
h2.newstop_title span{
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin-right: 15px;
}
/*　お知らせ
================================================== */

ul li.news_list{
	margin-bottom: 1em;
}
ul li.news_list p.news_title a {
  padding: 0 25px 10px 10px;
	font-size: 13px;
}
.ar_cnt{
	clear: both;
}
.ar_cnt .date{
	margin:2px 0 3px!important;
	padding-left: 10px;
	font-size: 12px;
}
  
.tag{
	margin: 0 1em;
	padding: 0.3em 0.5em;
	font-size: 11px;
	color:#fff;
	background: #434343;
}

h3.news_title{
	text-shadow: 0 0 5px white;
	border-left: solid 7px #eef281;
	margin-bottom: 10px;
	padding: 5px 10px 5px;
	font-size: 13px;
	border-radius: 0 3px 3px 0;
}
.column_in{
	clear:both;
	padding: 10px 0 50px;
}
.column_in p{
	margin: 5px 10px 20px;
}
.column_in h3{
	letter-spacing: 0.05em;
	padding: 0.5em 1em;
	background:linear-gradient(#fafafa,#f7f6f5);
	font-size: 16px;
	font-weight:normal;
	margin: 40px 0 10px;
}
.column_in h4{
	border-left: solid 5px #e62334;
	padding: 0 1em;
	margin: 15px 10px 10px;
	font-size: 16px;
}

img.alignright {
  clear: both;
	display: block;
	margin: 10px auto;
}

img.alignleft {
  clear: both;
	display: block;
	margin: 10px auto;
}
.alignright {
	float: none;
}
.alignleft {
	float: none;
}

/* ページネーション
================================================== */

ul.post_navigation{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 0;
	font-size: 11px;
}

ul.post_navigation li{
	margin: 2px;
	display: inline-block;
	letter-spacing: 0;
}

ul.post_navigation li.left a{
	padding: 0.5em 1em 0.5em 2em;
	background:url("images/arw_l.png") #434343 no-repeat left 0.5em center;
	background-size: 11px auto;
}

ul.post_navigation li.right a{
	padding: 0.5em 2em 0.5em 1em;
	background:url("images/arw_r.png") #434343 no-repeat right 0.5em center;
	background-size: 11px auto;
}

ul.post_navigation li.center a{
	padding: 0.5em 1em 0.5em 1em;
	text-decoration: none;
}

ul.post_navigation li.left a:hover{	
	background:url("images/arw_l_y.png") #434343 no-repeat left 0.5em center;
	background-size: 11px auto;
}

ul.post_navigation li.right a:hover{
	background:url("images/arw_r_y.png") #434343 no-repeat right 0.5em center;
	background-size: 11px auto;
}
/****************************************
          お問い合わせ
*****************************************/

table.contact-form{
	width: 100%;
	margin: 20px auto 0;
	text-align:left;
}

table.contact-form ul li{
	font-size: 11px;
	margin-bottom: 15px;
}
table.contact-form th, table.contact-form td{
	width: 100%;
	display: block;
        border-top: none;
}

table.contact-form th{
	background-color: #f7f7f7;
	padding: 10px;
}


table.contact-form tr:first-child th   { border-top: 1px solid #ddd; }
table.contact-form td.name1 span{display:inline-block !important; margin-left:5px;}
label{font-weight: normal!important; margin: 0;}

textarea{
	font-weight: normal;
  	color: #666;
  	padding: 3px 5px;
  	font-size: 14px;
	margin: 5px 0 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input,
select{
	font-weight: normal;
  	color: #666;
  	padding: 3px 3px;
  	font-size: 13px;
	margin: 5px 0 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



#c-name,#name,#your-mail,#tel{width:97%;}
table.contact-form textarea{width:97%; padding: 5px;}

.form_bt{text-align:center; margin:10px 0 30px;}

.form_bt input[name="submitConfirm"] { margin-top: 15px;  background-color: #339933; }

.form_bt input[name="submitBack"] { margin-top: 15px;  background-color: #339933; }

.form_bt input[name="submit"] { margin-top: 15px;  background-color: #339933; }

.form_bt input{
  	line-height: 1.5em;
	padding: 10px 0;
	width:180px;
	background-color:#339933;
	color:#fff;
	font-size:15px;
	border: 1px solid #339933;
	border-radius:3px!important;
	 margin-left:10px;
}

.form_bt input:hover{
	background-color:#339933;
}

}