@charset "Shift_JIS";

/* ----液体釉薬 色で探す：liquid-glaze-color---- */

.liquid-glaze-color {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}
.liquid-glaze-color--item {
  flex-basis: 180px;
  overflow: hidden;
  margin: 10px;
  padding: 5px 5px 0 5px;
  border: 1px solid #CCD8FF;
  box-sizing:border-box;
}
.liquid-glaze-color--item-image {
  width: 170px;
  margin: 0 0 0 0;
}
.liquid-glaze-color--item-name {
  font-size: 16px;
  border-bottom: #444 dashed 1px;
  padding-bottom: 5px;
  margin: 0 0 0px 0;
}
.liquid-glaze-color--item-comment {
  width: 170px;
line-height: 1.7;
  margin: 10px 0 0 0;
}
.liquid-glaze-color ul {
  clear: both;
  margin: 10px 10px 0 10px;
  padding: 0;
}
.liquid-glaze-color li {
  margin: 0 0 0 2em;
  padding: 0;
  list-style: square;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* ----初めての方必見!!道具選び：beginner_goods---- */

.beginner_goods {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 50px 10px;
}
.beginner_goods--item:nth-child(2n) {
  margin: 0 0 0 30px;
}
.beginner_goods--item {
  flex-basis: 480px;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.beginner_goods--item-name {
  font-size: 16px;
  border-bottom: #444 dashed 1px;
  padding-bottom: 10px;
  margin: 0 0 20px 0;
}
.beginner_goods--item-image {
  width: 190px;
  float: left;
  margin: 0 10px 0 0;
}
.beginner_goods--item-comment {
  width: 275px;
  float: right;
}
.beginner_goods--item ul {
  clear: both;
  margin: 10px 10px 0 10px;
  padding: 0;
}
.beginner_goods--item ul li {
  margin: 0 0 0 2em;
  padding: 0;
  list-style: square;
}

/*INDEX*/
.index{
display: flex;
justify-content: center;
}
.index--box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.index--box26 .index--box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.index--box26 ul{
    padding: 5px;
    padding-right: 10px;
   column-count: 2;
}
.index--box26 ul li{
padding: 5px;
font-size: 1.2em;
}
@media screen and (max-width: 720px) {
  .index--box26 ul {
    column-count: auto;
  }
}
/* ----家庭で使う電気陶芸窯の上手な選び方：hint_kiln---- */

table.hint_kiln--sample11{
 border:1px black solid;
 margin:10px 0px;
word-break: break-all;
 } 

.hint_kiln--box1{
width: 100%;
height: 100%;
overflow-x: auto;
}

.hint_kiln--sample11 img{
width: 150px;
margin:5px 0px;
}

.hint_kiln--sample11 table{
    margin: 0;
    border-spacing: 0;

}
.hint_kiln--sample11 td{
    white-space: nowrap;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #FFF;
    padding: 5px;
text-align:center;
}
.hint_kiln--sample11 th{
    white-space: nowrap;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #f2f2f2;
    position: sticky;
    top: 0;
    left: -2pt;
width: 100px;
height: 30px;
text-align:center;
padding:10px 0
}
.hint_kiln--sample11 tr:first-child th{
    border-top: 1px solid #999;
}
.hint_kiln--sample11 th:first-child{
    border-left: 1px solid #999;
}
.hint_kiln--sample11 tr:first-child th:first-child{
    z-index: 1;
}

/* --------------------------------------------------------------------
	フリーページ　分割払いのご案内
--------------------------------------------------------------------- */
#divide {
}
#divide .attention_ {
	color:#ff0000;
}
#divide .contact_ {
	color:#ff0000;
	font-weight:bold;
}
#divide table {
	width:920px;
	margin:0 auto;
}
#divide table tr.even_ th,
#divide table tr.even_ td {
	background:#f7f5f0;
}
#divide table th {
	text-align:center;
	vertical-align:middle;
}
#divide table th .small_ {
	font-size:10px;
	display:block;
}
#divide table td {
	text-align:center;
	vertical-align:middle;
}
#divide table td.name_ {
	text-align:left;
}
#divide .box_ ul {
	margin-bottom:20px;
}
#divide .box_ ul li {
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:5px;
}

/* ----制作工程から探す：process-style-p ---- */

.process-style-p {
/* ----  padding-top: 30px;
  border-top: 1px #dcdcdc solid; ---- */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 50px 0 50px 10px;
}
.process-style-p--item:nth-child(2n) {
  margin: 0 0 40px 40px;
}
.process-style-p--item {
  flex-basis: 273px;
  overflow: hidden;
  margin: 0 0 40px 40px;
}
.process-style-p--item:nth-child(3n+1) {
  margin-left: 0;
}
.process-style-p--item-name {
  font-size: 16px;
  border-bottom: #ccc dotted 1px;
  clear: both;
  padding-left: 20px;
  position: relative;
}
.process-style-p--item-name:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ccc;
}
.process-style-p--item-name a {
  display: block;
  text-decoration: none;
  padding-bottom: 10px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}
.process-style-p--item-name a:hover {
  opacity: 0.5;
}
.process-style-p--item-image {
  width: 190px;
  float: left;
  margin: 10px 0 0 0;
}
.process-style-p--item-image a {
  display: flex;
  width: 190px;
  height: 190px;
  justify-content: center;
  align-items: center;
}
.process-style-p--item-image a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  text-align:center;
}
.process-style-p--item-comment {
  width: 275px;
  float: right;
position: relative; 
right: -2px; 
line-height:1.7;
}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
  margin: 0 10px 0 10px;
}

.btn-flat-border:hover {
  background: #67c5ff;
  color: #FFFFFF;
}

.process {
  border-bottom: dashed 1px black;
  width:100%;
  font-size: 16px;
  margin: 30px 0 10px 10px;
  font-weight: bold;
}

.nexttriangle{
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #67c5ff;
  float: left;
  margin: 6px 5px 0 0;
}

.backtriangle{
  border-top: 8px solid transparent;
  border-right: 8px solid #67c5ff;
  border-bottom: 8px solid transparent;
  float: left;
  margin: 6px 5px 0 0;
}

.backtriangle:hover {
  border-right: #FFFFFF;
}

/* --------------------------------------------------------------------
	フリーページ　全国の陶芸教室一覧
--------------------------------------------------------------------- */
#school_list {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  line-height: 200%;
}
#school_list #school_map {
	width:960px;
	height:510px;
	position:relative;
	text-align:center;
}
#school_list .notice_text_ {
	position:absolute;
	top:10px;
	left:10px;
}
#school_list .school_frame_ {
	width:960px;
	overflow:hidden;
}
#school_list .school_line_ {
	width:105%;
	margin-bottom:20px;
	clear:both;
	overflow:hidden;
}
#school_list .school_item_ {
	width:305px;
	margin:0 20px 0 0;
	float:left;
	overflow:hidden;
}
#school_list .school_item_.long_ {
	width:633px;
}
#school_list .school_item_ h2 {
	height:30px;
	margin-bottom:10px;
	padding:0 10px;
	line-height:15px;
	color:#fff;
	padding: 0.5em;/*文字まわり（上下左右）の余白*/
	border-radius: 0.5em;/*角丸*/
	font-size: 1rem; /* 文字サイズ指定 */
}
#school_list .school_item_ h2#area01 {
	/*background:url(../img/usr/freepage/school_list/area01.gif) left top no-repeat;*/
  background: #2aa9e0;/*背景色*/
}
#school_list .school_item_ h2#area02 {
	/*background:url(../img/usr/freepage/school_list/area02.gif) left top no-repeat;*/
  background: #4dc8f1;/*背景色*/
}
#school_list .school_item_ h2#area03 {
	/*background:url(../img/usr/freepage/school_list/area03.gif) left top no-repeat;*/
  background: #5eac60;/*背景色*/
}
#school_list .school_item_ h2#area04 {
	/*background:url(../img/usr/freepage/school_list/area04.gif) left top no-repeat;*/
  background: #41d4c6;/*背景色*/
}
#school_list .school_item_ h2#area05 {
	/*background:url(../img/usr/freepage/school_list/area05.gif) left top no-repeat;*/
  background: #41d4c6;/*背景色*/
}
#school_list .school_item_ h2#area06 {
	/*background:url(../img/usr/freepage/school_list/area06.gif) left top no-repeat;*/
  background: #84bf85;/*背景色*/
}
#school_list .school_item_ h2#area07 {
	/*background:url(../img/usr/freepage/school_list/area07.gif) left top no-repeat;*/
  background: #84b54c;/*背景色*/
}
#school_list .school_item_ h2#area08 {
	/*background:url(../img/usr/freepage/school_list/area08.gif) left top no-repeat;*/
  background: #84b54c;/*背景色*/
}
#school_list .school_item_ h2#area09 {
	/*background:url(../img/usr/freepage/school_list/area09.gif) left top no-repeat;*/
  background: #c4cf42;/*背景色*/
}
#school_list .school_item_ h2#area10 {
	/*background:url(../img/usr/freepage/school_list/area10.gif) left top no-repeat;*/
  background: #f99d5a;/*背景色*/
}
#school_list .school_item_ h2#area11 {
	/*background:url(../img/usr/freepage/school_list/area11.gif) left top no-repeat;*/
  background: #f68833;/*背景色*/
}
#school_list .school_item_ ul {
	margin:0 10px;
}
#school_list .school_item_ ul li {
	margin-bottom:2px;
	padding-left:15px;
	background: url(../img/usr/tree1.png) left center no-repeat;
}
#school_list .school_item_ ul li:before {
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #ccc;
    content: "";
    position: absolute;
    margin: 10px 0 0 -10px;
}

/* --------------------------------------------------------------------
	教室・美術館・画廊情報
-------------------------------------------------------------------- */
.hall_ {
	/* width:960px; */
	margin:0 auto;
	overflow:hidden;
}
.hall_ ul.hall_list_frame_ {
	/* width:105%; */
	/* overflow:hidden; */
	/* display: inline-block; */
	/* vertical-align: top; */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 0 0 35px;
}
.hall_ ul.hall_list_frame_ li {
	/* width:470px; */
	/* margin:0 20px 20px 0; */
	/* padding:0 0 0 0; */
	/* background: #fff; */
	position:relative;
	/* float:left; */
	border: solid 1px #ccc;
	border-radius: 0.5em;
	flex-basis: 450px;
	overflow: hidden;
	margin: 0 30px 30px 0;
}
.hall_ ul.hall_list_frame_ li .hall_item_ .name_ {
	padding:12px 130px 2px 15px;
	margin-bottom:0;
	color:#fff;
	font-size:14px;
	font-weight: normal;
	background: #172F5A;
	border-radius: 0.5em 0.5em 0 0;
}
.hall_ ul.hall_list_frame_ li .hall_item_ .kana_ {
	padding:0 15px 8px;
	color:#fff;
	font-size:10px;
	font-weight:normal;
	background: #172F5A;
}
.hall_ ul.hall_list_frame_ li .hall_item_ .hall_details_ {
	padding:5px 15px 5px;
	overflow:hidden;
}
.hall_ ul.hall_list_frame_ li .hall_item_ .url_ {
	/*text-indent:-9999px;*/
}
 .hall_ ul.hall_list_frame_ li .hall_item_ .url_ a {
	width:45px;
	height:20px;
	display:block;
	/* background: url(../img/usr/common/ico_hp.png) top left no-repeat; */
	position:absolute;
	top:10px;
	right:10px;
} 
.hall_ ul.hall_list_frame_ li .hall_item_ .mail_ {
	/*text-indent:-9999px;*/
}
.hall_ ul.hall_list_frame_ li .hall_item_ .mail_ a {
	width:56px;
	height:20px;
	display:block;
	/* background: url(../img/usr/common/ico_mailad.png) top left no-repeat; */
	position:absolute;
	top:10px;
	right:65px;
}
.hall_ ul.hall_list_frame_ li .hall_item_ .pref_ {
	padding:10px 0 5px;
	clear:both;
}
.hall_ ul.hall_list_frame_ li .hall_item_ .tel_,
.hall_ ul.hall_list_frame_ li .hall_item_ .fax_ {
	padding:3px 0;
	clear:both;
}
.hall_ ul.hall_list_frame_ li .hall_item_ .comment_ {
	padding:10px 0 5px;
	margin-top:5px;
	border-top:#ccc 1px dotted;
	clear:both;
}
#site_egazai .hall_ ul.hall_list_frame_ li .hall_item_ .name_ {
	background: url(../img/usr/common/gazai/hall_name_bg.jpg) center top no-repeat;
}
#site_egazai .hall_ ul.hall_list_frame_ li .hall_item_ .kana_ {
	background: url(../img/usr/common/gazai/hall_name_bg.jpg) center bottom no-repeat;
}

/* --------------------------------------------------------------------
	ギャラリー一覧
-------------------------------------------------------------------- */
div.gallery_top_comment_ {
	margin:0 10px;
	line-height:1.6;
}
#gallery_list {
	overflow:hidden;
}
#gallery_list ul.gallery_frame_ {
	width:105%;
	margin:0 0 20px 0;
	overflow:hidden;
}
ul.gallery_frame_ li.gallery_line_ {
	width:175px;
	margin:0 21px 0 0;
	float:left;
}
div.gallery_item_ {
	text-align:center;
}
div.gallery_item_ div.flag_onsale_ {
	margin-bottom:5px;
	text-align:left;
}
div.gallery_item_ div.flag_onsale_ span {
	width:20px;
	height:20px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	display:block;
	background:#063;
	border:#f2f2f2 1px solid;
}
div.gallery_item_ div.img_ {
	width:173px;
	min-height:50px;
	margin-bottom:10px;
	border:#ccc 1px solid;
	text-align:center;
}
div.gallery_item_ div.img_ img {
	max-width:173px;
}
div.gallery_item_ div.name_ {
	margin-bottom:5px;
}
div.gallery_item_ div.title_ {
	margin-bottom:20px;
	font-weight:bold;
}
div.gallery_item_ div.title_ a {
	text-decoration:none;
}

/* --------------------------------------------------------------------
	ギャラリー詳細
-------------------------------------------------------------------- */
#gallery_detail {
}
#gallery_detail .tmpl_top_ {
	margin-bottom:20px;
}
#gallery_detail .image_ {
	margin-bottom:30px;
}
#gallery_detail .img2_ {
	text-align:center;
	margin-bottom:10px;
}
#gallery_detail .img3_ {
	text-align:center;
	margin-bottom:10px;
}
#gallery_detail .comment_entry_ p.prease_ {
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
#gallery_detail table.galleryartist_ {
	width:100%;
	margin-bottom:30px;
}
#gallery_detail table.galleryartist_ th {
	width:200px;
}
#gallery_detail table.gallerycomment_ {
	width:100%;
	margin-bottom:30px;
}
#gallery_detail table .nikname_ {
	width:200px;
	vertical-align:top;
	border-right:#CCC 1px dotted;
}
#gallery_detail table .comment_ {
	word-wrap: break-word;      /* IE 5+ */
	word-break: break-all;
}
#gallery_detail table .date_ {
	width:150px;
	border-left:#CCC 1px dotted;
}

/* メインフレーム */
div.mainframe_ {
	float: right;
	zoom:1;
}
div.mainframe_:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
div.container_ div.contents_ {
	width: 760px;
}
div.container_ div.mainframe_, 
div.container_ div.mainframe_ .event_ .goods_,
div.container_ div.contents_ div.mainframe_, 
div.container_ div.contents_ div.mainframe_ .event_ .goods_ {
	width: 560px;
}
/**/
div.single_mainframe_ {
	float: right;
	display: inline;
	overflow: hidden;
}
div.col1_ {
	width:1000px; 
	margin:0 auto 50px;
	zoom:1;
}
div.col1_:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}

/* 見出し表現 */
div.freepage_ .freepage_h2_l_ {
    height: 39px;
    padding: 0 20px;
    line-height: 39px;
    font-size: 16px;
    color: #fff;
    /* background: url(../img/usr/freepage/h2_bg960.gif) left top no-repeat; */
    background: #172F5A;
    border-radius: 0.5em 0.5em 0 0;
    margin: 0;
}

div.freepage_ .section_inner_ {
    padding: 20px;
    border: solid 1px #ccc;
    border-radius: 0 0 0.5em 0.5em;
}

/*商品リスト*/
.goods_list{
  width:100%;
}
.goods_list-comment{
  width:250px;
}
.goods_list-title{
  width:250px;
  font-size:16px;
  font-weight:bold;
  text-align:center;
}
.goods_list-image{
  text-align:center;
  width:250px;
  margin:10px 0;
}
.goods_list-goods{
  padding: 0 10px;
  margin:10px;
  border: 1px solid #CCD8FF;
}
.goods_list ul{
    width:100%;
    margin: 0 auto;
}
.goods_list li{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
   /* justify-content: center;*/
}
.goods_list p{
    margin-bottom:10px;
}

/* --------------------------------------------------------------------
	フリーページ　オリジナル粘土物性表
--------------------------------------------------------------------- */
#original_nendo {
}
#original_nendo ul {
	width:930px;
	margin:0 auto 20px;
	overflow:hidden;
	display: flex;
}
#original_nendo #page_nav ul.parent_ li {
	margin:0 30px 10px 0;
}
#original_nendo #page_nav ul.parent_ li:before {
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #ccc;
    content: "";
    position: absolute;
    margin: 10px 0 0 -10px;
}
#original_nendo .nendo_frame_ {
	width:920px;
	background:url(../img/usr/freepage/original_nendo/line.gif) 460px top repeat-y;
	overflow:hidden;
}
#original_nendo .nendo_line_ {
	width:105%;
	margin-bottom:10px;
	border-bottom:#ccc 1px dashed;
	clear:both;
	overflow:hidden;
}
#original_nendo .nendo_line_.last_ {
	width:105%;
	margin-bottom:0;
	border-bottom:none;
	clear:both;
	overflow:hidden;
}
#original_nendo .nendo_item_ {
	width:440px;
	margin:0 40px 0 0;
	float:left;
	overflow:hidden;
}
#original_nendo .nendo_item_ h2 {
	margin-bottom:10px;
	font-weight:bold;
}
#original_nendo .nendo_item_ .detail_ {
	padding:5px 0 0 0;
	margin-bottom:10px;
}
#original_nendo .nendo_item_ .detail_inner_ {
	padding:5px 10px 5px 10px;
	/*background:url(../img/usr/freepage/original_nendo/detail_bg.gif) left bottom no-repeat;*/
	overflow:hidden;
    background: #eee;
    border-radius: 5px;
}
#original_nendo .nendo_item_ .detail_ dl {
	overflow:hidden;
}
#original_nendo .nendo_item_ .detail_ dt {
	margin-top:4px;
	margin-bottom:4px;
	height:17px;
	line-height:17px;
	font-size:13px;
	/*color:#002d66;*/
	float:left;
}
#original_nendo .nendo_item_ .detail_ dt.odd_ {
	clear:both;
}
#original_nendo .nendo_item_ .detail_ dt.even_ {
	margin-left:15px;
	padding-left:15px;
	border-left:#49382A 1px solid;
}
#original_nendo .nendo_item_ .detail_ dd {
	margin-top:4px;
	margin-bottom:4px;
	height:17px;
	line-height:17px;
	font-size:13px;
	float:left;
}
/* レイアウト */
div.freepage_ .section_ {
	width:960px;
	margin-bottom: 40px;
	overflow:hidden;
}
div.freepage_ .section_inner_ {
	padding:20px;
}
div.freepage_ .section_innerBox_ {
	padding-bottom:5px;
}
div.freepage_ .section_innerBody_ {
	padding:18px;
	border:#ccc 1px solid;
        border-radius: 0 0 0.6em 0.6em
}
div.freepage_ .box_ {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

/* ページナビ */
#page_nav {
    padding: 5px 50px;
    margin: 30px;
    border: solid 1px #ccc;
    border-radius: 0.5em;
}
#page_nav ul {
    overflow: hidden;
}
#page_nav ul.parent_ li.tree_ {
    float: left;
    margin: 10px 30px;;
}
#page_nav ul.parent_ li ul.child_ {
    padding: 0 0 0 20px;
    overflow: hidden;
}
#page_nav ul li:before {
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #ccc;
    content: "";
    position: absolute;
    margin: 10px 0 0 -10px;
}