@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{
	font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	color:#333;
	background:#000;
}

.inner{
	position:relative;
	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;
	?zoom:1;
}
nav::after{
	content:'';
	display:block;
	clear:both;
}

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

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

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

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:0.3em;

}

h1 a{
	color:#fbfbfb;
	text-decoration:none;
}
h1 a:hover{
	color:#85d1c6;
}

h2{
  font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
  letter-spacing:-0.05em;
  padding:0.1em;
	margin-bottom:0.5em;
	font-size:25px;
	color:#333;
	border-top:1px solid #999;
	border-bottom:1.5px solid #999;
}

h3{
	color: #200096;
	font-size:23px;
  line-height:1.4em;
}

h3 a:visited{
	color:#551A8B;
text-decoration:underline;
}

h3 a:hover{
	color:#200096;
}

h4{
	color: #200096;
  line-height:1.3em;
	font-size:20px;
	padding:5px;
}

h4 a:visited{
	color:#551A8B;
text-decoration:underline;
}

h4 a:hover{
	color:#200096;
}


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

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

h6{
	color:#201aa8;
	font-size:17px;
	padding:3px;
}

p{
	margin:0.8em;
}

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

em{
	font-weight:bold;
}

strong{
	font-weight:bold;
}

b{
	font-weight:bold;
	color:#4642a3;
}

b a:link{
	font-weight:bold;
	color:#4642a3;
}

b a:hover{
	font-weight:bold;
	color:#605ce0;
}

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%;
  margin: 0px auto;
	border-collapse:collapse;
	border:1px solid #ddd;
}

#table01{
	border-collapse:separate;
	border-spacing:0px 10px;
	border:0px solid #ddd;
}

th{
  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:#4642a3;
	}

	/* 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::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;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li{
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a::before{
	content:"\0025a0";
	color:#000;
}
.submenu li a{
	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(../2019/check.png) 0px 5px / auto auto no-repeat scroll padding-box border-box transparent;
}

.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:0 -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_one{
	overflow:hidden;
}

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


.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{
  width:200px;
	float:left;
  margin:0 0.5em 0.5em 0;
}

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


.box7{
	width:90%;
	line-height:2;
    margin: 1.2em auto;
    text-align:center;

    padding: 0.5em 1em;
    color: #474747;
    background: whitesmoke;/*背景色*/
    border-left: double 7px #4ec4d3;/*左線*/
    border-right: double 7px #4ec4d3;/*右線*/
}
.box7 p {
    margin: 0; 
    padding: 0;
}


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

}

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


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

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

.box14{
	  width:90%;
    overflow: hidden;
	  font-size:15px;
  	margin:10px auto;
    padding: 1em;
    text-align:left;
    color: #2b2b2b;/*文字色*/
    background: #efeecb;/*背景*/
    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{
	  font-size:16px;
 	  width:95%;
	  text-align:left;
  	padding:10px;
    margin:0px auto;
    color: #0a0a0a;/*文字色*/
    background: #ecf1f8;
}

.box18{
	  font-size:16px;
 	  width:90%;
	  text-align:left;
  	padding:10px;
    margin:10px auto;
    color: #0a0a0a;/*文字色*/
    background: #f8f3ec;
}


.box20{
	  width:90%;
    overflow: hidden;
	  font-size:15px;
  	margin:10px auto;
    padding: 1em;
    text-align:left;
    color: #2b2b2b;/*文字色*/
    background-image: url("http://web.kyoto-inet.or.jp/org/asny1/concert/2021/4991863.jpg");
    background-size: cover;
    border: solid 2px #ffffff;/*線*/
    border-radius: 10px;/*角の丸み*/

}


.box28 {
	  font-size:15px;
    position: relative;
    margin: 1.5em 1em;
    padding: 25px 10px 10px;
    text-align: center;
    border: solid 2px #FFC107;
    color: #212121;
    background: #ffffff;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    width: 180px;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}



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



.box31 {
    position: relative;
    margin: 1.5em 1em;
    padding: 25px 10px 10px;
    text-align: left;
    border: solid 2px #FFC107;
    color: #212121;
    background: #ffffff;
}
.box31 .box-title {
    position: absolute;
    display: inline-block;
    width: 180px;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box31 p {
    margin: 0; 
    padding: 0;
}


.box32 {
     font-size:15px;
    position: relative;
    margin: 1.5em 1em;
    padding: 25px 10px 10px;
    text-align: center;
    border: solid 2px #0766ff;
    background: #ffffff;
}
.box32 .box-title {
    position: absolute;
    display: inline-block;
    width: 180px;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #0766ff;
    color: #ffffff;
    font-weight: bold;
}
.box32 p {
    margin: 0; 
    padding: 0;
}

/*予約　押し込み式のボタン*/

.btn-square {
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.5em 1em;
  margin-top: 0.5em; 
  text-decoration: none;
  background: #240f91;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 2px;
}
.btn-square:hover {
  /*ボタンの上にカーソルを乗せたとき*/
  color: #FFF;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
  color: #FFF;
}


/*予約　色違い（キャンセル）のボタン*/

.btn-square2 {
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.5em 1em;
  margin-top: 0.5em; 
  color: #FFF;
  text-decoration: none;
  background: #0f063d;/*ボタン色*/
  border-bottom: solid 4px #627295;
  border-radius: 2px;
}
.btn-square2:hover {
  /*ボタンの上にカーソルを乗せたとき*/
  color: #FFF;
}
.btn-square2:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
  color: #FFF;
}


/*スクエアボタン*/

.square_btn{
  display: inline-block;
  background-color: #4642a3;/*背景色*/
  color: #FFF;/*文字色*/
  font-size: 1.3em;/*文字サイズ*/
  line-height: 1.5em;
  text-decoration: none;
  padding: 0.2em 1em;/*ボタン内の余白*/
  border-radius: 2px;/*角の丸み*/
    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:0px auto;
  	margin:1em;
    text-decoration: none;
    color: #258ca6;
    border: solid 2px #258ca6;
    border-radius: 3px;
    transition: .4s;
  }

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


.square_btn02{
    font-size: 1.2em;/*文字サイズ*/
    display: inline-block;
    padding: 0.5em 1em;
  	margin: 0.5em;
    line-height: 1.2em;
    text-decoration: none;
    background: #fff;
    border-left: solid 6px #9cd6e2;/*左線*/
    color: #002c96;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.square_btn02:active{
    box-shadow: inset 0 0 2px rgba(32, 0, 150, 0.1);
    transform: translateY(2px);
}

  span.newline{
   display: inline-block;
}


/*リンクの位置調整*/
span.link{
	position: relative;
top: -100px;/*左の数値を変えると、上下に調整します*/
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;
}
}




/* 重要なお知らせボックス　赤 */
.cautionbox{
  margin: 1em;
  background-color: #ffebee;
  padding: 1em;
}

.cautionbox-title{
  color: #ef5350;
  font-size: 18px;
  font-weight: bold;
}


.cautionbox p{
  margin: 0;
  padding: 0;
}


.cautionbox ul li{
  list-style: none;
  text-align:left;
  margin: 0;
  padding: 0 1.5em;
}

  

/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.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;
}


/* フローティングメニュー */

.floating-nav {
  position: fixed;
  width: 50px;
  right: 0;
  top: 25%;
  cursor: pointer;
}

.floating-nav a {
  color: white;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-decoration: none;
}


/*================================================
 *  ルビのcss
 ================================================*/





/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して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{
		text-align:center;
	　font-size:9px;
		margin-top:15px;
  	position:relative;
		top:auto;
		right:auto;
  }

  	.p summary{
  }
  
  
  #main{
		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:#221f51;
	}

	.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_two_one ul{
		margin-right:0;
	}
	.col_two_one li{
		width:100%;
	}
	.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;
	}
  
   table, tbody, tr, th, td{
   display: block;
}
  
  .table01{
   display: block;
   word-wrap:break-word;
}
  
	.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{
  font-size: 145%;
margin : 0.3em 0 0.2em 0 ;
  }

  h3{

margin : 0.3em 0 0.2em 0 ;
  }
  
  h2, h3, h4{
	margin : 0.3em 0 0.3em 0 ;
  }


	.atelier li{
		width:48%;
	}
  

  table{
	width:100%;
  margin: 0px auto;
	border-collapse:collapse;
	border:1px solid #ddd;
}
  
  
  .box11{
    max-width: 95%;
	  margin:7px auto;
}
 
  .box12{
    max-width: 95%;
	  margin:0 auto;
}

  .box13{
    max-width: 92%;
 	  margin:0 auto;
}

　.box14{
    max-width: 95%;
	  margin:0 auto;
		padding:10px 10px;
}
  
  .box15{
    max-width: 92%;
	  margin:0 auto;
		padding:10px 10px;
}


  .box17{
    max-width: 92%;
		padding:10px auto;
}

    .box18{
    max-width: 92%;
		padding:10px 10px;
}
  
　.box20{
    max-width: 95%;
	  margin:0 auto;
		padding:10px 10px;
}  
.nondisplayFrame{
  display:none;
}

  .none{
  display:none;
}


}