@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	text-align: center;
	font-size:15px;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#fff;
}

.inener {
	position:relative;
	width:980px;
	margin:0 auto;
}

header {
	box-sizing:border-box;
	position:relative;
	width:100%;
	background:#fcfcfc;
}

nav {
	width:100%;
	background:#fff;
	box-shadow:0 1px 2px #d0d8dc;
}
nav:after {
	content:'';
	display:block;
	clear:both;
}

#contents {
	text-align: center;
	overflow:hidden;
	width:1100px;
	margin:20px auto;
	background:#fff;
}

#main {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:72%;
}

#films {
	text-align: center;
	overflow:hidden;
	width:1100px;
	margin:30px auto;
	background:#fff;
}

#sub {
	box-sizing:border-box;
	overflow:hidden;
	float:right;
	width:24%;
}


footer {
	text-align:center;
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}

a {
	text-align:center;
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#333;
	text-decoration:none;
}

h1 {
	font-size:30px;
	padding:10px;

}
h1 a {
	font-size:27px;
	color:#878787;
	text-decoration:none;
}
h1 a:hover {
	color:#85d1c6;
}

h2 {
	margin-bottom:0.5em;
	font-size:25px;
	color:#333;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
}

h3 {
	color: #200096;
	font-size:25px;
}

h4 {
	text-align:left;
	margin-bottom:0.25em;
	font-size:19px;
	color:#e20000;
	padding:3px;
	border-bottom:1px solid #999;

}

h5 {
	color: #fff;
	margin-bottom:0.25em;
	margin-top:7px;
	padding:5px;
	font-size:18px;
	background:#242426;
}

h5:before {
	content:"";
	margin-top:-7px;
	position:absolute;
	top:50%;
	left:0;
	width:5px;
	height:14px;
	background:#221f51;
}

h6 {
	margin-bottom:0.25em;
	color:#935600;
	font-size:15px;
	padding:10px;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
	max-width: 100%;
        height: auto;
        border: 0;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd ;{
	margin-bottom:1em;
}

table {
	width:95%;
	font-size:1.2em;
  margin: 10px auto;
	border-collapse:collapse;
	border:1px solid #ddd;
}


th {
white-space: nowrap;
  padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f5f5f5;
}


td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
	background:#ffffff;
}


table.main_table tr th {
  border: 1px solid #777;
  padding: 0.5em;
  background: #f8d6fc;
}

table.main_table tr td {
  border: 1px solid #777;
  padding: 0.5em;
}

@media only screen and (max-width: 640px) {
  table.main_table tr th, table.main_table tr td {
    display: block;
    border: none;
  }
}


/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding:5px 10px;
}

.summary {
	position:absolute;
	top:0;
	right:10px;
	margin:0;
	text-align:right;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
	nav {
		background:#4642a3;
		border-bottom:5px solid #2d2a6b;
		box-shadow:0 1px 3px #999;
		z-index:3;
	}

	/* 共通 */
	nav ul {
		margin:0;
		padding:0;
	}

	nav ul li {
		position:relative;
		margin:0;
		padding:0;
		list-style:none;
	}

	nav ul li a {
		display:block;
		margin:0;
		padding:16px 0;
		background:#4642a3;
		color:#fff;
		font-size:14px;
		font-weight:bold;
		line-height:1;
		text-decoration:none;
	}

	nav ul li:hover > a {
		color:#fff;
		background:#1e1c49;
	}

	/* 1段目 */
	nav ul.gnav > li {
		position:relative;
		width:17%;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;
	}

	nav ul.gnav > li:first-child {
		width:15%;
	}

	nav ul.gnav > li.subnav a {
		padding-right:20px;
	}

  	nav ul.gnav > li.subnav a:hover {
		background:#1e1c49;
	}
  
	nav ul.gnav > li.subnav > a:after {
		position:absolute;
		content:"";
		top:20px;
		width:0;
		height:0;
		margin-left:10px;
		border:5px solid transparent;
		border-top-color:#fff;
	}

	/* 2段目 */
	nav ul li ul {
		position:absolute;
		z-index:3;
		top:100%;
		left:0;
		width:100%;
		margin:0;
		padding:0;
	}

	nav ul li ul li {
		overflow:hidden;
		width:150%;
		height:0;
		color:#fff;
		transition:.2s;
	}

	nav ul li ul li a {
		padding:13px 15px;
		text-align:left;
		background:#2d2a6b;
		font-weight:normal;
	}

	nav ul li:hover > ul > li {
		overflow:visible;
		height:40px;
		border-bottom:1px solid #221f51;
	}

	nav ul li:hover ul li:last-child {
		border-bottom:none;
	}

	nav ul.gnav > li:last-child > ul {
		left:-50%;
	}

	nav ul li ul li ul:before {
		position:absolute;
		content:"";
		top:13px;
		left:-20px;
		width:0;
		height:0;
		border:5px solid transparent;
		border-left-color:#fff;
	}

	nav ul.gnav > li:last-child ul li ul:before {
		position:absolute;
		content:"";
		top:13px;
		left:200%;
		margin-left:-20px;
		border:5px solid transparent;
		border-right-color:#fff;
	}

	/* 3段目 */
	nav ul li ul li ul {
		top:0;
		left:100%;
	}

	nav ul li ul li ul li {
		width:100%;
	}

	nav ul li ul li:hover > ul > li {
		border-bottom:1px solid #221f51;
	}

	nav ul.gnav > li:last-child > ul li ul {
		left:-100%;
	}

	nav ul li ul li ul li a {
		background:#221f51;
	}

	nav ul li ul li ul li a:hover {
		background:#4642a3;
	}

e	.gnav {
		display:block !important;
	}

	#spMenu {
		display:none;
	}

	.fixed {
		position:fixed;
		top:0;
		left:0;
	}
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	text-align:left;
	font-size:12px;
	margin-bottom:20px;
	padding:2px;
	background:#f1f1f1;
}

/*================================================
 *  topNaviCon
 ================================================*/
.topNaviCon {
	text-align: left;
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	border:1px solid #f1f1f1;
	border-radius:4px;
}
.topNaviCon:hover {
	color:#000;
	background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}
.submenu li a {
	text-align: left;
	display:block;
	padding:10px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#e3effc;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;

}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	text-align:center;
}

.footmenu a {
	color:#000000;
	text-decoration:none;
}
.footmenu a:hover {
	color:#fbfbfb;
}

.copyright {
	clear:both;
	padding:15px 0;
	font-size:12px;
	text-align:center;
	color:#ffffff;
	background:#181d21;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#2d2a6b;
}
.totop img:hover {
	background:#221f51;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

.col_two_one {
	overflow:hidden;
}

.col_two_one ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_two_one li {
	list-style:none;
	float:left;
	width:48%;
	margin:0 2% 2% 0;
}
.col_two_one li:nth-child(2n+1) {
	clear:both;
}
.col_two_one li img {
	width:100%;
	margin-bottom:2.5%;
}

.col_three_one {
	overflow:hidden;
}

.col_three_one ul {
	overflow:hidden;
	margin:0 -2% 0 0;
}
.col_three_one li {
	list-style:none;
	float:left;
	width:32%;
	margin:0 1% 1% 0;
}
.col_three_one li:nth-child(3n+1) {
	clear:both;
}
.col_three_one li img {
	width:100%;
	margin-bottom:2.5%;
}


.col_one {
	overflow:hidden;
}

.col_one ul {
	overflow:hidden;
	margin:0 1% 1% 0;
}
.col_one li {
	list-style:none;
	float:left;
	width:100%;
	margin:0 1% 1% 0;
}
.col_one li:nth-child(2n+1) {
	clear:both;
}
.col_one li img {
	width:100%;
	margin-bottom:1%;
}



.col_two_one_mini {
	overflow:hidden;
}

.col_two_one_mini ul {
	overflow:hidden;
	margin:0 -2% 0 0;
}
.col_two_one_mini li {
	list-style:none;
	float:left;
	width:48%;
	margin:0 2% 2% 0;
}
.col_two_one_mini li:nth-child(2n+1) {
	clear:both;
}
.col_two_one_mini li img {
	width:100%;
	margin-bottom:2.5%;
}



.atelier {
	overflow:hidden;
}
.atelier ul {
	overflow:hidden;
	margin:1.492% -1.492% 0 0;
}
.atelier li {
	list-style:none;
	float:left;
	width:23%;
	margin:0 1.492% 1.492% 0;
}
.atelier li img {
	width:100%;
}

.imgL {
	float:left;
	margin:0 0.5em 0.5em 0;
}

.imgR {
	float:right;
	margin:0 0 0.5em 0.5em;
}


.box10{
	line-height:1.6;
    font-weight: bold;
    text-align:center;
    color: #6091d3;/*文字色*/
    background: #092974;

}

.box11{
	width:600px;
	line-height:2;
  	padding:10px;
    margin: 10px auto;
    text-align:center;
    color: #0a0a0a;/*文字色*/
    background: #f7f7f7;
    border: solid 1.5px #bfbfbf;/*線*/
    border-radius: 5px;/*角の丸み*/
}


.box12{
	width:890px;
	line-height:1.6;
    margin: 10px auto;
    font-weight: bold;
    text-align:center;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}

/* 京都アスニーお問い合わせ */
.box13{
	overflow:hidden;
	  width:90%;
    line-height:1.6;
  	padding-top:1em;
  	padding:2em;
    margin: 0 auto;
  	margin: 1em;
    text-align:center;
    color: #0a0a0a;/*文字色*/
    background: #f7f7ff;
    border: solid 1.5px #bfbfbf;/*線*/
    border-radius: 5px;/*角の丸み*/
}

.box14{
	  font-size:15px;
	  width:90%;
  	margin:10px auto;
    padding: 1em;
    text-align:left;
    color: #2b2b2b;/*文字色*/
    background: #fffda0;/*背景*/
    border: solid 2px #ffffff;/*線*/
    border-radius: 10px;/*角の丸み*/

}

.box15{
	  width:95%;
	  line-height:1.6;
    margin: 10px auto;
    padding: 1em;
    text-align:left;
    color: #0a0a0a;/*文字色*/
    background: #FFF;
    border: solid 1.5px #0a0a0a;/*線*/
    border-radius: 5px;/*角の丸み*/
}


.box17{
    float: left;
	  font-size:16px;
 	  width:90%;
	  text-align:center;
  	padding:10px;
    margin:15px;
    color: #0a0a0a;/*文字色*/
    background: #98e0d3;
    border: solid 1.5px #3d1511;/*線*/
    border-radius: 20px;/*角の丸み*/
}


.box29 {
	  font-size:15px;
    margin: 2em 0;
    background: #dcefff;
}
.box29 .box-title {
    font-size: 1.4em;
    background: #5fb3f5;
    padding: 1em;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 1em;
    margin: 0;
    text-align:left;

}



.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



.square_btn{
  display: inline-block;
  background-color: #874aa8;/*背景色*/
  color: #FFF;/*文字色*/
  font-size: 1.5em;/*文字サイズ*/
  line-height: 2em;
  text-decoration: none;
  letter-spacing: 0.05em;/*字間*/
  padding: 0.2em 1em;/*ボタン内の余白*/
  border-radius: 3px;/*角の丸み*/
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;/*変化を緩やかに*/

}

.square_btn:hover {
   color: #FFF;/*文字色*/
   box-shadow: 0 4px 4px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
}


.square1_btn{
  font-size: 1.2em;/*文字サイズ*/
    position: relative;
    display: inline-block;
    padding: 0.5em;
    line-height: 2em;
  	margin:5px auto;
    text-decoration: none;
    color: #258ca6;
    border: solid 2px #258ca6;
    border-radius: 3px;
    transition: .4s;
  }

.square1_btn:hover {
    background: #258ca6;
    color: white;
}

  span.newline {
   display: inline-block;
}

/*リンクの位置調整*/
span.link {
position: relative;
top: -120px;/*左の数値を変えると、上下に調整します*/
display: block;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
	margin:20px 0;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#2d2a6b;
}



/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	.inner {
		width:100%;
	}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	footer {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

	.lock {
		overflow:hidden;
	}

	header {
		z-index:2;
		box-sizing:border-box;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		padding:6px 10px;
	}

	.summary {
	　font-size:11px;
		position:relative;
		top:auto;
		right:auto;
		margin-top:15px;
	}

	#main {
		float:none;
		width:100%;
	}

  #films {
		float:none;
		width:100%;
	}
  
	#sub {
		float:none;
		width:100%;
	}

	nav {
		background:#2d2a6b;
	}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner > ul {
		z-index:2;
		overflow:auto;
		position:fixed;
		top:53px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #221f51;
		background:#4642a3;
	}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:10px 30px;
		color:#fff;
		text-decoration:none;
		background:#4642a3;
	}
	nav li a:hover {
		color:#fff;
		background:#221f51;
	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}

	nav li li li a {
		padding:10px 30px 10px 70px;
	}

	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#f1f1f1;
	}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#4642a3;
	}
	.subnav a:hover:after {
	  background:#1e1c49;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.gnav {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:2;
		position:fixed;
		top:10px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:40px;
		height:40px;
		border-radius:15%;
		background:#2d2a6b;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#f1f1f1;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#f1f1f1;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

	.col_three_one ul {
		margin-right:0;
	}
	.col_three_one li {
		width:100%;
		margin-bottom:15px;
  	background:#f7f7f7;
	}
	.col_three_one li:nth-child(3n+1) {
		clear:both;
	}

	.col_two_one ul {
		margin-right:0;
	}
	.col_two_one li {
		width:100%;
		margin-bottom:15px;
  	background:#f7f7f7;
	}
	.col_two_one li:nth-child(2n+1) {
		clear:both;
	}
  
  	.col_one ul {
		margin-right:0;
	}
	.col_one li {
		width:100%;
	}
	.col_one li:nth-child(2n+1) {
		clear:both;
	}

	.col_two_one_mini ul {
		margin-right:0;
	}
	.col_two_one_mini li {
		float:left;
		width:48%;
  	background:#f7f7f7;
	}
	.col_two_one_mini li:nth-child(2n+1) {
		clear:both;
	}

  
   table, tbody, tr, th, td {
   display: block;
}
	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}
  img {
    max-width: 100%;
    height: auto;
        }
  h1 {
margin : 0.3em 0 0.2em 0 ;
  }
  
  h3 {
margin : 1em 0 0.8em 0 ;
  }

  
  
	.atelier li {
		width:48%;
	}
  

  
  .box11{
    max-width: 95%;
	  margin:0 auto;
}
 
  .box12{
    max-width: 95%;
	  margin:0 auto;
}

  .box13{
    max-width: 92%;
 	  margin:0 auto;
		padding:1em 10px;
}

  .box13 p{
  	text-align:left;
  }
  
  .box15{
    max-width: 92%;
	  margin:0 auto;
		padding:10px 10px;
}

　.box14{
    max-width: 95%;
	  margin:0 auto;
}

  .box17{
    max-width: 95%;
	  margin:8px auto;
		padding:10px 10px;
}

　.box29{
    max-width: 95%;
	  margin:0 auto;
		padding:1em;
}
  
  
.nondisplayFrame {
  display:none;
}

}