/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){

/* レイアウト
------------------------------------------------------------*/

#waku{
	margin:0 auto;
	background-color: #F8F2D8;
	width: 100%;
	border-radius: 0;	
	}

.main-nav  {
	width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	display: flex;
	justify-content: space-between;
  margin:0 auto 20px;
}
.main-nav li {
min-width:16.2%;
}
.main-nav a {
	margin: 10px 1px;
	border-radius: 5px;
	background: #240f00;
	color: #fff;
	display: block;
	padding: 15px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.main-nav a:hover {
  background: #c6b198;
}
.main-nav a:hover {
	background-color: #240F00;
	background-image: -webkit-linear-gradient(270deg,rgba(61,33,10,1.00) 0.52%,rgba(36,15,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(61,33,10,1.00) 0.52%,rgba(36,15,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(61,33,10,1.00) 0.52%,rgba(36,15,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(61,33,10,1.00) 0.52%,rgba(36,15,0,1.00) 100%);
}

#header{
overflow:hidden;
margin:0 auto;
	width: 95%;
}

.main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	width: 95%;
  margin:0 auto 20px;
}


.main .col-1 {
  border-radius: 5px;
  background: #c6b198;
  margin-right: 10px; 
  width: 50%;
}
.main .col-1 img{
margin:10px 0 10px 5px;
  max-width: 96%;
  height: auto;
}
.main .col-2 {
	text-align: left;
	background: #f8f2d8;
  width: 50%;
}
.main .col-2 ul.hp_box{
	display: table;
	background: #c6b198;
	padding: 10px;
	height: auto;
	border-radius: 5px;
	}
.main .col-2 ul.hp_box li{
display:table-cell;
vertical-align:top;
font-size:80%;
	}
.main .col-2 ul.hp_box li p:first-child{
font-weight:bold;
margin-bottom:5px;
font-size:130%;
	}
.main .col-2 ul.hp_box:first-child{
	margin-bottom: 11px;
	}
ul.hp_box li:first-child {
	padding-right: 10px;
	width: 90px;
}
ul.hp_box li img {
	width: 90px;
}
#wrapper, .inner{
margin:0 auto 20px;
	width: 100%;
}
#content{
float:none;
width:99%;
padding:0 0 10px;
}
.content{
	width: 95%;
	margin: 0 auto;
	}
#sidebar{
	float: none;
	width: 95%;
	padding: 10px 0;
	background-color: #C6B198;
	border-radius: 5px;
	clear: both;
	margin: 0 auto;
}
#newsbox{
	border: 5px solid #c0272d;
	margin: 0 10px 20px;
	padding: 0 10px;
	background-color: #F8F2D8;



}

#sns{
	width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
padding-top:50px;
clear:both;
	}
#sns p.banner{
	padding-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

#gaiyou{
  width: 99%;
  display: -webkit-table;
  display: -moz-table;
  display: -ms-table;
  display: -webkit-table;
	display: table;
	text-align: left;
	}
#gaiyou .acc{
	display: -webkit-table-cell;
	display: -moz-table-cell;
	display: -ms-table-cell;
	display: -webkit-table-cell;
	display: table-cell;
	vertical-align: bottom;

}
#gaiyou iframe{
	padding-bottom: 15px;
	margin-right: 5px;
	width: 90%;
	border: 10px solid #c6b198;
	height: 350px;
	border-radius: 5px;
}
#gaiyou p.acmap{
	padding-bottom: 15px;
	margin-right: 5px;
padding-right:20px;
	width: 80%;

}
#gaiyou p.acmap img{
width:100%;
max-width: 100%;
height: auto;

}
#gaiyou p{
	font-size: 80%;
	padding-bottom: 5px;
}
#footer{
	clear: both;
	background-image: url(images/footer_bg.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 180px;
} 

.thumbWrap{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
ul.thumb{	margin: 0 50px;
	}
.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;padding-top:20px;}

  
  /* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
padding:5px 3px 5px 3px;
color: #3c2f13;
font-size:80%;
font-weight:normal;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header p{
	clear: both;
	float: left;
	padding-top: 10px;
	width: 50%;
}
#header p img{
width:100%;height:auto;
}

/* コンタクトインフォメーション
----------------------------------*/
#headerInfo{
float:right;
text-align:right;
	width: 48%;
}

#headerInfo img{
padding-top:15px;
width:100%;height:auto;
}

/* よくある質問 */
#s_box{
	border-bottom: 1px solid #240f00;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
#s_box p.question{
	padding-left: 30px;
	background-image: url(images/qu.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 100%;
}
#s_box p.answer{
	padding-left:30px;
	background-image: url(images/ae.png);
	background-position:left top;
	background-repeat: no-repeat;}




/* 固定ページ　メイン画像
----------------------------------*/
#mainImg{
	line-height: 0;
	text-align: center;
	background: #ded9bb;
	z-index: 0;
	margin-bottom: 20px;
}
#mainImg img{
	width:95%;
	height:auto;
}

/* タイポグラフィ
*****************************************************/
h2.title{
	clear: both;
	margin: 0 0 20px;
	padding: 5px 0;
	font-size: 150%;
	color: #240f00;
	border-bottom: 3px solid #240f00;
	font-weight: bold;
}

h2.first{margin-top:0;}

.dateLabel{
margin:-10px 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.posts{padding: 0 30px 100px;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}



.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color: #252525;
border-bottom:2px solid #3c2f13;
}

.post h3{
margin:10px 0;
font-size:120%;
font-weight:normal;
color:#2e2c2c;
border-bottom:1px solid #3c2f13;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

p.gaiyouimg img{
	width:150px;
	height:auto;}
.post table.stats{
	border: 1px #2e2c2c solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 20px;
	width: 75%;
}

.post table.stats th{
	padding: 7px;
	border: #2e2c2c solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	background: #ded9bb;
	width: 20%;
}

.post table.stats td{
padding:7px;
border: 1px #2e2c2c solid;
border-width: 0 0 1px 1px;
background:#fff;
}
.post table.stats td a{
color:#252525;
}
.post table.stats td a:hover{
color:#aaa;
}
.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}

/* 記事一覧 */
dl.list{padding-top:20px;
margin:0 30px 30px;}
dl.list dd{
margin-bottom:30px;
border-bottom:1px dotted #240f00;
padding-bottom:0;}
/* --- ギャラリー --- */

/* --- ワークショップ --- */
.flexbox2 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
ul.thumbnail {
	width: 49%; /* リストエリアの幅 */
	margin: 0;
	padding: 0;
	border: 1px #240F00 solid; /* リストエリアの上境界線 */
	list-style-type: none;
		border-radius: 5px;
}
ul.thumbnail h3{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #FFFFFF;
	background-color: #240F00;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 140%;
}
/* --- リスト項目 --- */
ul.thumbnail li {
padding: 10px 10px 5px; 
	background-image: none;
}

/* --- 項目内容 --- */
ul.thumbnail dl {
width: 100%;
margin: 0;
font-size: 80%;
}

/* --- 写真エリア --- */
ul.thumbnail dt.photo {
width: 120px;
float: left;
}
ul.thumbnail dt.photo img {
border: 1px #808080 solid; /* 写真の境界線 */
}

/* --- キャプションエリア --- */
ul.thumbnail dt.title,
ul.thumbnail dd {
margin: 0 0 0 130px; /* キャプションエリアのマージン（上右下左） */
}

/* --- タイトルエリア --- */
ul.thumbnail dt.title {
	margin-bottom:10px;
	line-height: 150%;
	background-color: #f7e432;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	width:auto;
	min-width: 150px;
max-width:300px;
}

/* --- コメントエリア --- */
ul.thumbnail dd {
line-height: 150%;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}




/* 更新情報
-------------*/
.newsTitle{
clear:both;
margin:10px 0 15px;
padding:5px 0;
border-bottom:2px solid #c0272d;
}

.newsTitle h2.ntitle{
float:left;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
}

.news{
	padding-bottom:40px;
	overflow: scroll;
	}

.news dl{
clear:both;
padding-bottom:2px;
font-size:100%;
width:95%;

}

.news dt{
color:#252525;
font-size:90%;
}

.news dd{
color:#624e24;
border-bottom: 1px dotted #bab48d;
margin-bottom:20px;
padding:5px 0;
}

.news dd a:hover{color:#927a49;}



/* フッター
*****************************************************/
#footerLogo{
	float: left;
	width: 150px;
}

#footerLogo img{
max-width:150px;
height:auto;
	padding-top: 10px;
	padding-left: 20px;
}


#footer #ftright{
float:right;
width:75%;
}
#footer ul{
font-size:95%;
padding-top:20px;
padding-bottom:20px;
text-align:center;
}
#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-left:15px;
background:url(images/arrow.png) no-repeat 0 9px;
}

#footer ul li	a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
}

#footer ul li a:hover{text-decoration:underline;}



*:first-child+html #footer ul li{display:inline;}

#copyright{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:80%;
zoom:1;
margin-right:20px;
}






/* トップページ 3件 + お勧めリンク
------------------------------------------------------------*/
.thumbWrap{
	margin-right: -10px;
	padding-top: 0;
clear: both;
}
.thumbWrap:after{clear: both;}
.thumbWrap li{
float:left;
width: 30%;
margin:0 10px 0 0;
padding:2px 0 20px;
background:none;
}


/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #bcbcbc;
}

ul.thumb h3 span{
display:block;
padding:2px 3px;
background:#dedabc;
}

ul.thumb h3:hover{background:#f1efe4;}

ul.thumb h3:hover span{background:#e3dfc4;}

/* お問合せ */
div.mailform{margin-bottom:20px; padding:10px 0; border-radius:5px;}
div.mailform p{margin-left:20px;}
.tsc_form_contact_dark { 
margin:0 auto 20px; 
width: 99%; 
text-align: left;
 }

.tsc_form_contact_dark .form-input {
	 display: block;
	  width: 93%; 
	 height: 24px;
	  padding: 6px 10px; 
	 margin-bottom: 20px; 
	 color: #23282d;
	  border: 1px solid #222; 
	 outline: none; 
	 -moz-border-radius:    5px;
	  -webkit-border-radius: 5px ;
	  border-radius: 5px ;
	  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.4) inset #aaa;
	  }

.tsc_form_contact_dark textarea.form-input { 
width: 93%; 
height: 200px;
 overflow: auto;
	 margin-bottom: 30px;  
 }

.tsc_form_contact_dark .form-input:focus {
	border: 1px solid #7fbbf9; 
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #7fbbf9;
	 -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #7fbbf9; 
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #7fbbf9; 
	}

.tsc_form_contact_dark .form-input:-moz-ui-invalid { 
border: 1px solid #e00; -moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00; -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00; box-shadow:  inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00;
}
.tsc_form_contact_dark .form-input.invalid { 
border: 1px solid #e00; -moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00; -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00; box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00; }

.tsc_form_contact_dark.nolabel ::-webkit-input-placeholder { color: #888;}
.tsc_form_contact_dark.nolabel :-moz-placeholder { color: #888;}

.tsc_form_contact_dark .form-btn { 
padding: 0 15px; 
height: 35px; 
text-align: center;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
cursor: pointer;
border: 1px solid #0d3d6a;
outline: none; 
position: relative; 
 background:#e6433d; 
 background:-webkit-gradient(linear, left top, left bottom, from(#f8674b), to(#d54746)); background:-moz-linear-gradient(top, #f8674b, #d54746); border-color:#d1371c #d1371c #9f220d; color:#fff; text-shadow:0 1px 1px #961a07; -webkit-box-shadow:0 1px 2px #d6d6d6, inset 0 1px 0 #ff9573; -moz-box-shadow:0 1px 2px #d6d6d6, inset 0 1px 0 #ff9573; box-shadow:0 1px 2px #d6d6d6, inset 0 1px 0 #ff9573;}
.tsc_form_contact_dark .form-btn:hover,
.tsc_form_contact_dark .form-btn:focus { background:#dd3a37; background:-webkit-gradient(linear, left top, left bottom, from(#ff7858), to(#cc3a3b)); background:-moz-linear-gradient(top, #ff7858, #cc3a3b); border-color:#961a07; -webkit-box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #ff9573; -moz-box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #ff9573; box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #ff9573;}


.tsc_form_contact_dark .form-btn:active {
	 border: 1px solid #1d83e2;background:#e6433d; border-color:#961a07; -webkit-box-shadow:0 1px 0 #fff, inset 0 0 5px #961a07; -moz-box-shadow:0 1px 0 #fff, inset 0 0 5px #961a07; box-shadow:0 1px 0 #fff, inset 0 0 5px #961a07;
}
.tsc_form_contact_dark input[type=submit]::-moz-focus-inner {
	 border: 0; 
	 padding: 0;
	 }

.tsc_form_contact_dark label { 
margin-bottom: 10px;
 display: block; 
font-size: 15px; 
font-weight: bold; 
}
.tsc_form_contact_dark label span { 
font-size: 13px; 
 font-weight: normal;
  }

.tsc_form_contact_dark.frame {
	 padding: 20px; 
	 }

.tsc_form_contact_dark.tbar { 
padding: 20px 0; 
 }
/*.tsc_form_contact_dark.tbar p { 
font-size: 18px; 
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7); 
padding: 20px 20px 0; 
margin: 0 -20px 20px -20px; 
}-*/
.tsc_form_contact_dark.tbar .form-input {
	 background: #ded9bb; 
	 }

.tsc_form_contact_dark.tbar.nolabel ::-webkit-input-placeholder {
	 color: #999;
	 }
.tsc_form_contact_dark.tbar.nolabel :-moz-placeholder { 
color: #999;
}
/* 外国人向けお問合せ */
div.foreign{
width:90%;
max-width:700px;
	margin:20px auto 0;
}
div.foreign p.national {
  margin-left: 0px;
  font-size: 110%;
  font-weight: bold;
}	
.post .foreign ul.popup-txt {
  margin: 0 0 30px 0px;
  font-size: 99%;
}	
/*「Jetpack」 | SNS共有ボタンを好きな場所に表示-------------------------------*/
div.sharedaddy .sd-content {
    width: auto!important;
}
div.sharedaddy div.sd-block {
border:none!important;
padding-top:0!important;
}

/*予約カレンダー表示-------------------------------*/
.monthly-calendar {
padding-top:30px;
margin-left:auto;
margin-right:auto;
    width: 95%;
}


.snapwidget-widget{
border:none;
 overflow:hidden; 
max-width:99%;
 height:150px}




/*代理店ページ-------------------------------*/

.p1 { 
    width:45%;
}
.p1 img{ 
    width:100%;
    max-width:100%;
    height:auto;    
}
.p2 { 
    width:55%;
}
table.dairitable {
font-size:13px;
    margin-left: 20px;
    width:95%;
}

.p4{ 
    width:35%;
}
.p4 img{ 
    width:100%;
    max-width:100%;
    height:auto;
}

.post .dairithumbWrap li{
    float: left;
    width: 22%;
    margin: 0 10px 30px 0;
    padding: 2px 0 21px;
    list-style-type: none!important;
}
.post .dairithumbWrap li img{
    width:100%;
    max-width:100%;
    height:auto;
}


/*代理店一覧頁--------------------------------*/
.tab_inh{
    display: inherit;
}
.ichiranhbox2 div.p_left{
    padding:0 20px 0 0;
}

.square_btn3 {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background-color: #4e3018;
    border: solid 1px #333;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    text-align: center;
   padding:10px 50px;
    margin-bottom: 10px;
font-size:80%;
}
.ichiranhbox2 div.p_right{
    align-self: flex-end!important;
    text-align:right;
    padding:0;
}


/*セミオーダー*/
.post .semiorder{
		width:100%;
}
.post ul.semi {
display: -webkit-box;
display: -moz-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: flex;
	border:1px solid #8cc33e;
	background-color:#f0f7e4;
	list-style-type: none;
	align-items:center;
	margin:10px 0px 15px;
    background-image: none;

}
.post ul.semi li table.semitable td{
    text-align: center;
    padding: 10px 10px 1px;
    vertical-align: middle;
}
.post ul.semi li table.semitable td img{
width:100%;
max-width:243px;
	max-height:210px;
height:auto;
}

}

