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

header {
	width:100%;
	margin:10px auto;
}

nav {
	width:100%;
}

#top_contents {
	width:900px;
	margin:10px auto;
}

#top_contents_img_area {
	width:100%;
	margin:10px auto;
	background:#fff;
}

#top_contents_img {
	width:100%;
	margin:10px auto;
}

#top_contents_img img {
	width:100%;
	margin:0px auto;
}

#top_contents_title {
	width:900px;
	margin:15px auto 20px;
}

#top_contents_title img {
	width:40%;
	margin:0px auto 30px;
}

#contents {
	width:900px;
	margin:30px auto;
}

#main {
	width:100%;
	padding:20px 0 30px;
}

#contents_parts {
	width:900px;
	margin:10px auto;
	margin:0 auto;
}

#main_parts {
	width:100%;
}

#sub {
	float:left;
	width:31.25%;
}

#subnav {
	display:none;
}

#modelcontents {
	width:900px;
	margin:10px auto 30px;
}

#modelmain {
	width:100%;
	background:#000000;
	margin:30px 0 10px;
	padding-top:10px;
	padding-bottom:10px;
}



a.normal {
	color:#fff;
	text-decoration: underline;
}

a {
	color:#000;
	position: relative;
	display: inline-block;
	text-decoration: none;
}
a::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #e70012;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .5s;
}
a:hover::after {
	transform: scale(1, 1);
}


h1 {
	color:#333333;;
	font-size:14px;
	line-height:1.2;
}
h1 a {
	color:#000;
	text-decoration:none;
}
h1 a:hover {
	color:#e78f00;
	text-decoration:underline;
}

h2 {
	margin-bottom:0.5em;
	padding-left:10px;
	font-size:18px;
	color:#000;
	border-left:5px solid #000000;
}

h3 {
	margin-bottom:0.5em;
	padding:2px 5px;
	color:#e78f00;
	font-size:16px;
	border-bottom:1px solid #e78f00;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#333;
}
h4:before {
	content:"\002605";
	color:#f19500;
}

h5 {
	margin-bottom:0.25em;
	padding:2px;
	color:#000;
	font-size:16px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background:#f1f1f1;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#f19500;
}

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:1em;
}

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

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px 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;
}

.red_text {
	color:#f00;
}

/*-----------------------------追加----------------------------------------*/
.bold {
	font-weight:bold;
}

.address {
	text-align:right;
	margin: 0 0 0 0;
}

.square_btn{
	display: inline-block;
	position: relative;
	padding: 1.2em 5.0em;
	text-decoration: none;
	background: #044bd0;/*ボタン色*/
	color: #FFF;
}

.mgT30{
	margin-top:30px;
}
.mgB30{
	margin-bottom:30px;
}

.fs12{
	font-size:12px;
}

.fs14{
	font-size:14px;
}

.fs16{
	font-size:16px;
}

.fs18{
	font-size:18px;
}

.tBold{
	font-weight:bold;
}

.sp_main{
	display: none;
}

ul li{
	list-style:none;
}

.b_line{
	text-decoration: underline;
}
.t_wh{
	color:#fff;
}

.t_gray{
	color:#777;
}

/*追加分20180905*/
	
/* for Scroll Fix Header */
 
	header{
		width:100%;
		text-align: center;
	}
 
.fix-header {
	background-color:#e70012;
	line-height: 66px;
	top: -66px;/* 上に隠す高さ */
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	/*padding-top:15px;*/
	position: fixed;
	opacity:0;/* 	最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
/*	opacity: 0; */
	}
 
.fix-header-contents{
	width:900px;
	margin: 0 auto;
}
 
.fix-header ul{
	list-style-type: none;
}
 
.fix-header li{
	float:left;
	margin-right:32px;
}
 
.fix-header li a,.fix-header li a:visited{
	color: #fff;
	text-decoration: none;
}
.fix-header li:last-child{
	margin-right:0;
}
#fix-header-logo{
	float:left;
}
 
#fix-header-logo img{
	width:462px;
}

 
#fix-header-menus{
	float:right;
	text-align: right;
}
#scroll-fix-menu img{
	padding-bottom: 5px;
	border-bottom:2px solid #fff;
}
 
#scroll-fix-menu .current-menu-item img{
	border-bottom:2px solid #0f142a;
}
 
#scroll-fix-menu a img:hover{
	border-bottom:2px solid #0f142a;
	transition:border-color 0.6s ease-out;
}
 
/* micro clearfx */
.cf:before, .cf:after {
	content:"";
	display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */
 
	nav{
		width:100%;
		background-color: #646464;
	}
	.nav-container{
		width:800px;
		margin: 0 auto;
	}
	
	nav ul{
		padding:0;
		list-style: none;
	}
	
	nav ul li{
		float:left;
		margin:10px 30px 10px 0;
	}
	
	nav ul li a,nav ul li a:visited{
		color: #fff;
		text-decoration: none;
	}
	
	article{
		width:800px;
		margin:20px auto ;
	}
/*-----------------------------追加----------------------------------------*/


/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}
header h1 {
	margin-bottom:20px;
}

.contact {
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
}
.contact a {
	display:block;
	padding:5px 10px 5px 29px;
	color:#fff;
	background:#f19500;
	border-radius:4px;
	text-decoration:none;
}
.contact a:hover {
	color:#fff;
}

.summary {
	clear:both;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	margin-bottom:10px;
	padding:0;
	background:#f7f5f1;
	overflow:hidden;
}
nav ul {
	width:960px;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	width:16.666%;
	margin:0;
	padding:0;
}
nav li a {
	display:block;
	padding:10px 0;
	color:#000;
	text-align:center;
	text-decoration:none;
}
nav li a:hover {
	color:#000;
	text-decoration:none;
	background:#ddd;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}


.submenu li a {
	display:block;
	padding:5px 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 p {
	font-size:12px;
	text-align:center;
	margin:0;
}
/*-----------------------------追加----------------------------------------*/

.footmenu {
	/*width:900px;←消している*/  
	color:#fff;
	margin:0 auto;
	padding:15px 0 3px 0;
	overflow:hidden;
	/*border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;←消している*/
	background-color:#000;
}
.footmenu ul {
	position:relative;
/*	float:left;
	left:50%;*/
	margin:0;
}
.footmenu li {
	/*position:relative;←消している*/
	/*	left:-50%;
	float:left;*/
	text-align: center;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	/*text-align:left;←消している*/
}


.copyright {
	color:#777;
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	background-color:#000;
}

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


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

.textR {
	text-align:right;
}
/*-----------------------------追加----------------------------------------*/
.textC {
	text-align:center;
}
/*-----------------------------追加end----------------------------------------*/
.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;
}

p.txtDate {
	font-size:36px;
	color:#000;
	font-weight:bold;
}

.txtTime {
	font-size:28px;
	color:#000;
	font-weight:bold;
}

.txtPlace {
	font-size:24px;
	color:#FFF;
	font-weight:bold;
	background:#000;
	padding:5px 10px;
	margin:20px 20px 20px 0px;
}

.txtAddress {
	font-size:24px;
	color:#000;
	font-weight:bold;
	padding:5px 10px;
	margin:20px 20px 20px 0px;
}

.txtNyujo {
	font-size:36px;
	color:#FFF;
	font-weight:bold;
	background:#F00;
	padding:5px 10px;
	margin:20px 20px 20px 0px;
}

p.txtbasyo {
	padding:5px 0px;
	margin:0px 20px 20px 0px;
	font-size:24px;
	color:#000;
	font-weight:bold;
}

.photo {
	overflow:hidden;
	margin:0px 0px 20px;
	padding:5px 0;
/*	border:5px solid #ddd;*/
	background:#fff;
}

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

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

.LogoimgR {
	float:right;
	margin:20px 0 0.5em 0.5em;
}

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

#main_parts h2 {
	margin-bottom:0.5em;
	margin-top:50px;
	padding-left:10px;
	font-size:20px;
	color:#000;
	border-left:5px solid #000000;
}

#main_parts h2.h2access {
	margin-bottom:0.5em;
	padding-left:0px;
	font-size:20px;
	color:#000;
	border-left:none;
}

#txtL {
	float:left;
	margin:0 20px 20px 0;
}

.txtKaijo {
	font-size:18px;
	color:#fff;
	font-weight:bold;
	background:#000;
	padding:5px 10px;
	margin:20px 20px 20px 0px;
	border:1px solid #000;
}

.h3parts {
	max-width: 420px;
	margin-bottom:0.5em;
	margin-right:20px;
	padding:2px 0px 2px 0px;
	color:#000000;
	font-size:16px;
	border-bottom:1px solid #000000;
}

#main_parts h3.h3i3 {
	color:#000000;
	font-size:15px;
	font-weight:bold;
	border-bottom:none;
	padding:2px 0px;
}

p.txtExc {
	font-size:12px;
}

.h3access {
	max-width: 420px;
	margin-bottom:0.5em;
	margin-right:20px;
	padding:2px 0px 2px 0px;
	color:#FFFFFF;
	font-size:16px;
	background:#717071;
	border-bottom:none;
}

/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
/*	display:none;*/
	position:relative;
/*	overflow:hidden;*/
}

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

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

.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:#f19500;
}

/* トップナビ */
* html .topNavi {
	height:1em;
	overflow:visible;
}

.topNavi {
	overflow:hidden;
	position:relative;
	margin-right:-1.030%;
	margin-top:40px;
	margin-bottom:20px;
	background:#000000;
	color:#FFFFFF;
}

.topNavi h2 {
	margin-bottom:20px;
	padding-left:10px;
	font-size:18px;
	color:#FFF;
	border-left:5px solid #FFFFFF;
	margin-top:0px;
}

.topNaviColumn {
	display:inline;
	width:32.302%;
	float:left;
	margin-right:1.030%;
}

.topNaviCon {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:0px;
	text-decoration:none;
	color:#FFF;
	background:#000000;
/*	border:1px solid #000000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	border-radius:4px;*/
}
.topNaviCon:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.topNaviCon h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	border:none;
}
.topNaviCon:hover h2 {
	color:#FFFFFF;
}
.topNaviCon p {
	margin:10px;
	color:#FFFFFF;
}

.topNaviCon:hover p {
	color:#FFFFFF;
}

.topNaviPhoto img {
	width:100%;
}

.partslist {
	margin:0 0px 0 0;
	float:left;
}

.partslist ul {
	margin:0 0px 0 0;
	list-style:disc outside !important;
}
.partslist ul li {
	list-style:disc outside;
	margin:0 5px 0 20px;
	padding:0px 0px;
	font-size:12px;
	text-align:left;
}

.parttext {
	clear:left;
	padding:10px 0px;
	font-size:12px;
}

ul.accesslist {
	margin:0px 0px 0px 0px;
	padding-left:0px;
}

ul.accesslist li {
	list-style:square outside !important;
	padding:10px 0px 0px 0px;
	font-size:14px;
	text-align:left;
	margin-left:1em;
}

ul.accesslist li ul {
	margin:0px 0px 0px 8px;
	padding-left:8px;
}

ul.accesslist li ul li {
	list-style:disc outside !important;
	margin:0px 0px;
	padding:0px 0px;
	font-size:12px;
	text-align:left;
	margin-left:0px;
}

.accessmap {
	margin-bottom:0.5em;
	padding:2px 0px 10px 0px;
}

/*-----------------------------追加----------------------------------------*/
/*追加（2018/08/30）*/
.title{
	text-align:center; 
	font-size:52px; 
	font-weight:bold; 
	color:#f00; 
	margin:0 0 0 0;
	letter-spacing: 
	-1px; font-family:arial;
}
.date{
	text-align:center; 
	font-size:35px; 
	font-weight:bold;
	line-height:33px;
	margin: 35px 0 5px 0;
}
.date_s{
	font-size:20px; 
	font-weight:bold;
}
.place{
	text-align:center; 
	font-size:26px; 
	font-weight:bold;
}

#appli{
	height:200px;
	/*width:100%;*/
	border:#f00 3px solid;
	margin: 30px 0 0 0;
	padding: 30px 15px 30px 15px;
}
/*-----------------------------追加----------------------------------------*/




/* フローティングバナーのラップ要素 */
#fixed_right_banner{
	/* 右端の上から20pxの位置に固定表示 */
	position: fixed;
	bottom: 94px;
	right: 0;
	z-index:100000;
}
 
/* 画像の共通設定 */
#fixed_right_banner > *
{
	/* 横幅 */
	width: 100px;
}
 
/* 2個目以降の画像の上部に余白を作る */
#fixed_right_banner > * ~ * { margin-top: 10px; }
 
/* リンク要素 */
#fixed_right_banner > a{
	/* ブロック要素に変更 */
	display: block;

	/* 透過変更をスムーズにする(任意) */
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

/* マウスオーバー時の表現 */
#fixed_right_banner > a:hover{
	/* 20%透過させる */
	opacity: .8;
}

/* コンテンツに被らないようにするメディアクエリ */
@media (max-width: 979px){
	#fixed_right_banner { display: none; }
}




	.tab{
	display:none;
	}




/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:979px) {
	body {
		box-sizing:border-box;
		width:100%;
	}

	header {
		width:100%;
	}

	nav ul {
			width:100%;
	}

	#top_contents_title,
	#top_contents_title img,
	#top_contents,
	#top_contents_img_area,
	#top_contents_img,
	#top_contents_img img,
	#contents_parts,
	#contents {
		width:100%;
	}

	#main_parts,
	#modelcontents,
	#top_contents,
	#top_contents_title img,
	#top_contents_img img,
	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	#top_contents img {
		width:50%;
	}

	#top_contents_title.tab img {
		width:50%;
	}


	.photo img {
		width:80%;
	}

	footer {
		width:100%;
	}

	p.txtDate {
		font-size:24px;
		color:#000;
		font-weight:bold;
	}

	.txtTime {
		font-size:18px;
		color:#000;
		font-weight:bold;
	}

	.txtAddress {
		font-size:18px;
		color:#000;
		font-weight:bold;
		padding:5px 10px;
		margin:20px 20px 20px 0px;
	}
	.txtNyujo {
		font-size:20px;
		color:#FFF;
		font-weight:bold;
		background:#F00;
		padding:5px 10px;
		margin:20px 20px 20px 0px;
	}

	.h3parts {
		max-width: 1000px;
		margin-bottom:0.5em;
		margin-right:0px;
		padding:2px 0px 2px 0px;
		color:#000000;
		font-size:16px;
		border-bottom:1px solid #000000;
	}

	.h3access {
		max-width: 1000px;
		margin-top:0.5em;
		margin-bottom:0.5em;
		margin-right:0px;
		padding:2px 0px 2px 5px;
		color:#FFFFFF;
		font-size:16px;
		background:#717071;
		border-bottom:none;
	}

	.accessmap {
		margin-bottom:0.5em;
		padding:2px 0px 10px 5px;
	}

	.footmenu {
		width:100%;
	}

/*-----------------------------追加----------------------------------------*/
	.title{
		text-align:center; 
		font-size:25px; 
		font-weight:bold; 
		color:#f00; 
		margin:0 0 0 0;
		letter-spacing: 
		-1px; font-family:arial;
	}
	/*.date{
		text-align:center; 
		font-size:20px; 
		font-weight:bold;
		line-height:33px;
	}
	.date_s{
		font-size:10px; 
		font-weight:bold;
	}*/
	.place{
		text-align:center; 
		font-size:20px; 
		font-weight:bold;
	}
/*-----------------------------追加----------------------------------------*/

	.fix-header-contents{
		width:100%;
		margin: 0 auto;
	}

	.fix-header li{
		/*float:left;*/
		margin-right:32px;
	}

	footer{
		margin:0 0 70px 0;
	}
	.tab{
	display:block;
	}
	.fix_menu_smartphone{
		position: fixed;
		bottom: 0px;
		left: 0px;
		z-index: 10000;
		background-color:#f00;
		height:70px;
		width:100%;
		text-align:center;
		color:#fff;
		padding:10px 0 0 0;
	}
	.fix_menu_smartphone a{
		padding:2px 13px 2px 13px;
		border:2px solid #fff;
		color:#fff;	
	}

	.pc{
		display:none;
	}


}



/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.contact {
		position:relative;
		float:right;
		margin:10px 0;
	}

	header h1 {
		margin-bottom:0;
	}

	#top_contents_title,
	#top_contents_title img,
	#top_contents,
	#top_contents_img_area,
	#top_contents_img,
	#top_contents_img img,
	#modelcontents,
	#contents_parts,
	#main {
		float:none;
		width:100%;
	}

	/*#top_contents_img_area, ←消した
	#modelcontents {
		background:#000000;
	}
	*/
	#top_contents img {
		width:50%;
	}

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

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}

	/* メインメニュー */
	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav h3 {
		cursor:pointer;
		margin-bottom:0;
		color:#fff;
		background:#999;
		border:none;
	}
	nav h3:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	nav h3.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	nav ul {
		width:100%;
	}

	nav li {
		width:33.33%;
		margin:0;
		padding:0;
		list-style:none;
	}
	nav li:first-child a {
		width:100%;
	}

	nav li a {
		display:block;
		width:100%;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}

	/* トップナビ */
	.topNavi {
		margin-right:0;
	}

	.topNaviColumn {
		display:block;
		box-sizing:border-box;
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}

	.footmenu ul {
		width:100%;
	}

	.footmenu li {
		width:100%;
		margin:0;
		padding:0;
		list-style:none;
	}
	.footmenu li:first-child a {
		width:100%;
	}

	.footmenu li a {
		display:block;
		width:100%;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}

	.photo img {
		width:100%;
	}

/*-----------------------------追加----------------------------------------*/

	.sp{
		display:none;
	}
	.sp_main{
		display:block;
	}

	#top_contents_title.sp_main img{
		width:70%;
	}

	.imgR {
		margin:0 0 0 0;
	}
	.footmenu dl {
		width:100%;
		padding:0 10px;	
	}
	.footmenu dl dd {
		font-size:12px;
		padding:0 10px;	
	}
	.pc{
		display:none;
	}
	.title{
		text-align:center; 
		font-size:22px; 
		font-weight:bold; 
		color:#f00; 
		margin:0 0 10px 0;
		letter-spacing: -1px; 
		font-family:arial;
	}
	.date{
		margin:0 0 0 0;
		text-align:center; 
		font-size:16px; 
		font-weight:bold;
		line-height:33px;
		letter-spacing: -0.5px; 
	}
	.date_s{
		font-size:10px; 
		font-weight:bold;
	}
	.place{
		text-align:center; 
		font-size:15px; 
		font-weight:bold;
	}
	#appli{
		height:350px;
		width:0 important!;
		border:#f00 3px solid;
		margin: 30px 0 0 0;
		padding: 30px 15px 0px 15px;
	}
	.date{
		text-align:center; 
		font-size:26px; 
		font-weight:bold;
		line-height:26px;
		margin: 30px 0 10px 0;
	}
	.date_s{
		font-size:18px; 
		font-weight:bold;
	}
	.final_adm{
		font-size:14px; 
		font-weight:bold;
		
	}
	.place{
		text-align:center; 
		font-size:18px; 
		font-weight:bold;
	}

	footer{
		margin:0 0 70px 0;
	}
	.fix_menu_smartphone{
		position: fixed;
		bottom: 0px;
		left: 0px;
		z-index: 10000;
		background-color:#f00;
		height:70px;
		width:100%;
	}
	.fix_menu_smartphone p{
		/*padding:7px 0 10px 0;*/
		text-align:center;
		color:#fff;
	}
	.fix_menu_smartphone a{
		padding:2px 13px 2px 13px;
		border:2px solid #fff;
		text-align:center;
		color:#fff;	
	}


.topNavi {
	margin-top:0px;
}

/*-----------------------------追加----------------------------------------*/

p.g_site{
	font-size:11px;
	margin:0 10px 0 0;
}

}
