@charset "UTF-8";

/*　共通設定--------------------------------　*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4, ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
	margin: 0;
	padding: 0;}

img { border: 0; vertical-align:bottom }

body {
	width: 100%;
	background-color:#fcf1e8;
/*	font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif; */
	font-size: 14px;
	line-height: 2em;
	-webkit-text-size-adjust: 100%;
	}
.sp-only{
	display: block;
}

/*　ヘッダー・スライドバー--------------------------------　*/
#head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    width: 100%;
}
#head h1 {
	text-align: center;
}
#head h1 a {
	margin: 5px 0;
}

#head .sb-toggle-right{
	position: absolute;
	right: 10px;
	top: 14px;
}


/* slimmenu.js内の .menu-collapseに上書き */
.menu-collapser {
	height:60px;
	text-align:left; /* ロゴの位置 */
	background-color:#ccc;
	line-height: 60px;
	color: #ffff;
	font-size: 130%;
    padding-left: 15px;
}
.collapse-button{
	display: none;
}
/* menu内のロゴ画像設定 */
.menu-collapser img#spHeadLogo{
	margin:5px 20px 0 auto;
	max-height:50px;
	width: auto;
}
.sb-close{
	position: absolute;
	top: 14px;
	right: 10px;
	z-index: 11;
}




/*　ビジュアル--------------------------------　*/

#visual {
	width: 100%;
    height: auto;
    padding: 0 0 0 0;
	padding-top: 64%;
	margin-top:60px;
}




table td {
	line-height:1.8em }

table td hr {
	margin:0 0 1em 0;
    border: 0;
    height: 1px;
    background: url(../img/hr.gif) repeat-x ;
}

body.index .theme-default .nivoSlider {
    margin-bottom: 0 !important;
}


/*　ヘッダー--------------------------------　*/
body.index #head h1 a {
	display: block;
}


/*　ナビ表示--------------------------------　*/

/*　背景　*/
.sb-slidebar {
	border-left:1px solid #999;/* 左側にborder */
	background:#fff !important; /* slideber.cssの設定を上書き */
	}

#navi-box {
	width:100%;
	height:60px;/* naviの高さ */
	position:fixed;
	top: 0;
	left:0;
	z-index:2 ;
	}

#navi {
	text-decoration: none;
	width: 100%;
	height:60px;
	margin: 0 0 0px 0;
	background:none;
	z-index:2 ;
	}

#navi h1 {
	display:none;}

#navi ul {
	display: block;
	width: 100%;
	height:auto;
	background:none;
	border-bottom: 1px solid #999;
	margin: 0 auto 10px;
	} /* ナビ下のborder */

#navi li {
	float:none;
	list-style: none;
	text-align: left;
	width: 100%;
	max-width: inherit;
}

#navi li a {
	text-decoration: none;
	padding: 5px;
	height:auto;
	width:100%;
	display: block;
	font-weight: normal;
	border-top: solid 1px #999;/* li上のborder */
	color: #333 !important;/* 文字色 */
	background:#fff;/* リンク背景 */
}

#navi li a span{
	display:none;
	}


/* スマホ用ナビを表示 */
#navi li.spnavi {
	display:inline;
}

/* hover時の設定 */
#navi li a:hover ,
body.index li a#navi-index ,
body.teacher li a#navi-teacher ,
body.lesson li a#navi-lesson ,
/* スマホ用ナビ */
body.contact li a#navi-contact {
	background:none;
	color:#fff !important;
	background-color:#bbb;
}

li a#navi-index {
	margin-left:0px;
}

/*　スクロール時のナビ固定　jquery連動*/
.fixed {
	position: fixed;
	top: 0px;}

.pc-only{
	display: none;
}

.sp-only{
	display: block;
}







/*　パンくずリスト--------------------------------　*/
#bread {
	width:96%;
	}

/*　コンテンツ外枠--------------------------------　*/
#contents {
	padding: 60px 2% 0;
}


/*　コンテンツ　メインカラム--------------------------------　*/

#contents-main{
	width:100%;
	padding: 30px 0 30px 0;
	margin:0px auto 0px auto;
}

#contents-main .w-box {
	border-radius: 20px;
	padding: 4.1% 4.1%;
	margin: 0 0 6.85%;
	width: 100%;
}
#contents-main img, #contents-main p img {
    max-width: 100%;
}
/*　コンテンツ　サブカラム--------------------------------　*/

#contents-sub ul li {
    margin-bottom: 25px;
}

#contents-main h2 {
	margin: 0.5em auto 1em;
	font-size: 170%;
}

#contents-main h3 {
	font-size:120% ;
	padding: 0.5em 0;
}
#contents-main .wf-roundedmplus1c {
	font-size: 150%;
}
#contents-sub h2 {
	margin: 0 auto 30px;
	font-size: 130%;
}


/* 行間設定 */
#contents-main p {
	line-height:1.9em;
}

#contents-main p img {
	width:100%;
	height:auto;
	margin:0 0 1em 0;
	}

/* フッター--------------------------------　*/
#footer .footer_inner .eventname {
	position: relative;
    bottom: inherit;
    font-size: 13px;
    line-height: 1.4;
}
#footer #copyright {
	position: absolute;
	bottom: 0;
}

/* ページトップ（非表示にする設定） */
#footer p.pagetop {
	display: none;
}
#footer p.pagetop a {
	display: none;
}





/* ★トップページのみ--------------------------------　*/
body.index #contents {
	padding-top: 0;
}

body.index #contents-main {
	width:100%;
	padding:30px 0;
	margin-right: 0;
}
body.index #contents-sub {
	width: 100%;
	max-width: inherit;
	padding: 0;
	margin: 0 auto;
	float: none;
}
#contents-sub ul{
	clear: both;
	overflow: hidden;
	margin-bottom: 2em;
}
#contents-sub ul li {
    margin-bottom: 25px;
    width: 31%;
    float: left;
    margin: 0 1%;
}


body.index #contents-main .notice {
	border-radius: 20px;
}

body.index #contents-main #top-info {
	width:100%;
	border-radius: 20px;
}
body.index #contents-main #top-info h2 {
    margin: 0px auto 10px;
}
body.index #contents-main #top-info li {
    padding-left: 20px;
    background: url(../img/top_info_li.png) no-repeat left top 4px;
	background-size: 15px;
	line-height: 1.8;
}

/* ★出店者紹介--------------------------------　*/
body.creators .creator-box{
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	font-size: 100%;
}

#contents-main .category-link {
    margin-bottom: 10px;
}
#contents-main .category-link li {
	margin-bottom: 5px;
}
body.creators #contents-main .creator-profile {
    min-height: inherit;
}

#mokkozakka, #accessory,#clothes, #leather, #flower,
#knitting, #japanese, #creation, #material, #others, #food, #workshop{
	margin-top: -60px;
	padding-top: 60px;
	margin-bottom: 30px;
}
.anchor-link{
	margin-top: -60px;
	padding-top: 60px;
	margin-bottom: 30px;
}


/* ★ワークショップ--------------------------------　*/
/* #contents-main #workshop{
	margin-top: 25px;
}
 */



/* ★ブログページのみ--------------------------------　*/

body #contents-main .entry p img{
	width:100%;
	margin:0 0 1em 0;
	height:auto;
}





/* ★公式ブログページ　個別設定-------------------------------- */

/* 一覧・詳細　共通設定　-----*/
body.blog #contents {
	width:96%;
	}
body.blog #contents-main {
	width:100%;
	float:none;
	padding-top:0px;
	}

/* 記事件名 */
body.blog #contents-main h2{
	font-size:14px;
	margin-bottom:1em;
}
body.blog #contents-main .entry {
	margin-bottom:1em;
	}

/* ブログ・カテゴリタイトル表示用 */
body.blog #contents-main .category-ti {
	font-size:16px;
	margin:0 auto 1em auto  ;
	}
body.detail #contents-main .category-ti {
	margin:0 auto 1em auto  ;
}

/* サイドメニュー */
body.blog #contents-banner {
	width:100%;
	float:none;
	padding-top:0px;
	}
body.blog #contents-banner .banner-box {
	margin-bottom:2em;
	}

body.blog #contents-banner h2 {
	font-size:13px;
	margin-bottom:1em;
	}
body.blog #contents-banner ul {
	font-size:13px;
	}
body.blog #contents-banner ul li{
	margin-left:20px;
	}





/* ブログ　一覧ページ　-----*/

/* 記事ブロック */
body.list #contents-main .entry {
	width:100%;
	float:none;
	margin:0px;
	padding:0;
	}

/* サムネイル画像 */
body.list #contents-main .entry p.thumb img {
	width:100% ;
}

/* 記事件名 */
body.list #contents-main h2 {
	font-size:14px;
	margin-bottom:0.5em;
	background:url(../img/top_info_li.jpg) no-repeat 0 6px ;
	}





/* ★お問い合わせ-------------------------------- */

/* お問い合わせ　テーブル設定 */
body #contents-main table#inquiry_form  th {
	width:auto;
	display: block;
	margin-top: 10px;
	padding: 2px 6px;
	}

/* nest table用 */
body #contents-main table#inquiry_form table{
	width:30%;
}

/* テキストボックスなどの長さ */

body #contents-main table#inquiry_form  tr.require{
	display: block;
}
body #contents-main table#inquiry_form td {
	display: block;
	padding: 1em 10px;
	font-size: 16px;
}

body #contents-main table#inquiry_form  td input.name{
	width:100%;
	display: block;
}
body #contents-main table#inquiry_form  td input.mail{
	width:100%;
	display: block;
}
body #contents-main table#inquiry_form  td input.tel{
	width:100%;
	display: block;
}
body #contents-main table#inquiry_form  td text {
	width:100%;
	display: block;}



/* -----*/




/* ★-------------------------------- */

