html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, ins, kbd,
q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
}
article,
aside,
details,i
figcaption,
figure,hea
footer,
header,
hgroup,
nav,
section {
	display: block;
}
a { outline:none !important; color:#fff; text-decoration: none; }
a:focus { outline:none !important; color:#fff; text-decoration:none; }
a:active { outline:none !important; color:#fff; text-decoration:none; }
a:hover { color:#fff; text-decoration:none; }
a:visit { color:#fff; text-decoration:none;}
a {
	-webkit-transition:0.20s;
	        transition:0.20s;
}
a:hover {
	opacity:0.75;
}
address {
	margin-top:0;
}
b,strong {
	font-weight: 700;
}
em,i,b {
	font-weight:700;
}
p {
	margin-bottom: 20px;
}
ul,ol {
	list-style: none;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0;
	width: 100%;
}

/*---------------------------------------- スクロールフェードイン ----------*/
.sa,
.sa-prof {
	opacity: 0;
	transition: all 2s ease;
}
.sa.show,
.sa-prof.show
.sa-m.show {
	opacity: 1;
	transform: none;
}
.sa--up {
	-webkit-transform: translate(0, 40px);
			transform: translate(0, 40px);
}
.sa--left {
	-webkit-transform: translate(-40px, 0);
			transform: translate(-40px, 0);
}
.sa--right {
	-webkit-transform: translate(40px, 0);
			transform: translate(40px, 0);
}

/*-----------------------------------------------------------------------------------------
	body
-----------------------------------------------------------------------------------------*/
body {
	font-family:'Lucida Grande',
				'メイリオ',
				Meiryo,
				'Hiragino Kaku Gothic ProN',
				'ヒラギノ角ゴ ProN W3',
				sans-serif;
	font-size:16px;
	line-height:180%;
	color:#fff;
	background:#000;
}
html, body {
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
}
main {
	position: relative;
}

/*-----------------------------------------------------------------------------------------
	header
-----------------------------------------------------------------------------------------*/
header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:rgba(0,0,0,0.85);
	z-index: 9999;
}
header div {
	position: relative;
	width:1100px;
	margin:25px auto;
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
}

/*------------------------------ ロゴ ----------*/
header #logo {
	position: relative;
	padding: 0 0 0 20px;
}

/*------------------------------ グローバルナビ ----------*/
#gnav {}
#gnav ul {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
#gnav ul li {
	position: relative;
	font-family: 'Cutive Mono', monospace;
	line-height: 100%;
	width: 150px;
	font-size: 24px;
	letter-spacing: 1px;
	text-align: center;
}
#gnav ul li a {
	display: block;
	width:100%;
	height: 100%;
	text-decoration:none;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#gnav ul li:last-child {
	display: none;
}

/*-----------------------------------------------------------------------------------------
	フッター
-----------------------------------------------------------------------------------------*/
footer {
	position: relative;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

/*------------------------------ フッターメニュー ----------*/
#footerWrap {
	position: relative;
	margin:0 auto;
	width: 1100px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
}
#footerWrap dl div {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: start;
			justify-content: start;
}
#footerWrap dl div dt {
	padding-right: 20px;
}
#footerWrap dl div dd {
	position: relative;
	padding-right: 20px;
}
#footerWrap dl div.tel dd:first-of-type {
	padding-right: 35px;
}
#footerWrap dl div.tel dd:first-of-type:after {
	position: absolute;
	top:0;
	right:15px;
	content:"/";
}

/*------------------------------ フッター固定ボタン ----------*/
#fBtn {
	display: none;
}

/*------------------------------ コピーライト ----------*/
footer small {
	display: block;
	padding-right: 10px;
}

/*-----------------------------------------------------------------------------------------
	トップページ
-----------------------------------------------------------------------------------------*/

/*------------------------------ スライダー ----------*/
#sliderWrap {
	position:relative;
	clear: both;
	overflow: hidden;
	min-width: 1100px;
}
#slider li img {
	width:100%;
	height: auto;
}
#logo-m {
	position: absolute;
	top:29%;
	left:50%;
	width:17%;
	max-width:220px;
	margin:0 0 0 -110px;
}
#logo-m img {
	width:100%;
	height: auto;
}

/*------------------------------ コンセプト ----------*/
#concept {
	position: relative;
	font-family: "Sawarabi Mincho";
	padding: 150px 0;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#concept h1 {
	position: relative;
	font-size: 50px;
	margin-bottom: 70px;
	color:#ddd;
	display: inline-block;
}
#concept h1:before {
	position: absolute;
	content:'';
	top:-40px;
	left:-60px;
	width:40px;
	height:40px;
	border-top:1px solid #efefef;
	border-left:1px solid #efefef;
}
#concept h1:after {
	position: absolute;
	content:'';
	bottom:-40px;
	right:-70px;
	width:40px;
	height:40px;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
}
#concept p {
	position: relative;
	font-size: 22px;
	margin-bottom: 0;
	line-height: 300%;
	color:#ddd;
}
#concept p br {
		display: none;
	}

/*------------------------------ メニュー ----------*/
#menu {
	position: relative;
}
#menu:before {
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background:url(../img/bg/menu.jpg) 50% 100% no-repeat;
	z-index: 0;
	
}
#menu .box {
	position: relative;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
	width:55%;
	height: 800px;
	float:right;
}
#menu .box .in-box {
	padding-left:50px;
}
#menu .box p {
	text-align: left;
}

/*------------------------------ アクセス ----------*/
#access {
	position: relative;
}
#access:before {
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background:url(../img/bg/access.jpg) 50% 100% no-repeat;
	z-index: 0;
}
#access .box .in-box {
	padding-right:70px;
}
#access .box {
	position: relative;
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
	width:55%;
	height: 800px;
}

/*------------------------------ メニュー・アクセス共通 ----------*/
#menu,
#access {
	position: relative;
	clear: both;
	overflow: hidden;
	min-width: 1100px;
}
.in-box {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto auto auto auto;
	width:450px;
	height: 50%;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.in-box h1 {
	position: relative;
	/*font-family: 'Cutive Mono', monospace;*/
	font-family: 'Allura', cursive;
	font-size: 90px;
	padding-left:100px;
	line-height: 110px;
	display: inline-block;
	margin:0 auto 70px auto;
	background: url(../img/parts/sakura.png) 0 0 no-repeat;
	background-size: 75px auto;
}
.in-box p {
	position: relative;
	margin-bottom:20px;
	font-size: 20px;
	line-height: 200%;
}
.more {
	position: relative;
	margin:50px auto 0 auto;
	width:250px;
}
.more a {
	display: block;
	width:100%;
	height: 100%;
	line-height: 50px;
	border-top:1px solid rgba(255,255,255,0.70);
	border-bottom:1px solid rgba(255,255,255,0.70);
	-webkit-transition:0.7s;
	        transition:0.7s;
}
.more a:after {
	position: absolute;
	content:'';
	top:50%;
	right:15px;
	width:14px;
	height:14px;
	margin-top:-7px;
	border-top:1px solid rgba(255,255,255,0.70);
	border-right:1px solid rgba(255,255,255,0.70);
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
.more a:hover {
	background: #fff;
	color: #000;
	opacity: 1 !important;
}
.more a:hover:after {
	border-top:1px solid #000;
	border-right:1px solid #000;
}

/*------------------------------ トピックス ----------*/
#topics {
	position: relative;
	padding:100px 0;
	min-width: 1100px;
}
#topics h1 {
	position: relative;
	font-size: 30px;
	margin:0 0 50px 0;
	letter-spacing: 5px;
	text-align: center;
}
#topics dl {
	position: relative;
	width:900px;
	margin: 0 auto;
	min-height: 400px;
}
#topics dl div {
	padding: 20px 10px;
	display: -webkit-flex;
	display: flex;
	/*
	border-bottom:1px solid #222;
	*/
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
#topics dl div dt {
	width:10%;
}
#topics dl div dd {
	width:85%;
}
#topics dl div dd a {
	text-decoration: underline;
}
#topics dl div dd .new {
	margin-left:10px;
	font-weight: 700;
	font-style: italic;
	color:#C30D23;
}

/*------------------------------ お知らせ詳細 ----------*/
#content {
	position: relative;
	clear:both;
	overflow: hidden;
	width:900px;
	margin:100px auto;
}
#content header {
	position: relative !important;
	top:auto;
	left:auto;
	background: none;
	z-index: 1;
}
#content header h1 {
	position: relative;
	font-size:36px;
	text-align: center;
	margin-bottom: 70px;
	line-height: 150%;
}
#content header h1:after {
	position: absolute;
	content:'';
	bottom:-40px;
	left:50%;
	width:60px;
	margin-left:-30px;
	border-top:1px solid rgba(255,255,255,0.50);
}
.datetime {
	width:150px;
	margin: 0 auto 40px auto;
	line-height: 40px;
	text-align: center;
}
.back {
	width:250px;
	margin: 0 auto 40px auto;
	text-align: center;
}
.back a {
	display: block;
	color:#fff;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	background:#C30D23;
	-webkit-box-shadow: 0 5px 0 rgba(255,255,255,0.10);
			box-shadow: 0 5px 0 rgba(255,255,255,0.10);
}
.notice {
	position: relative;
	clear:both;
	overflow: hidden;
	border-radius: 20px;
	background-color:rgba(255,255,255,0.10);
	padding:40px;
	margin-bottom: 50px;
	min-height: 500px;
}

/*------------------------------ お問い合わせ ----------*/
#contact {
	position: relative;
	height: 500px;
	background: url(../img/bg/contact.jpg) 50% 50% no-repeat;
}
#contact .box {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto auto auto auto;
	width:650px;
	height: 65%;
	text-align: center;
	padding:20px 50px;
	background:rgba(0,0,0,0.70);
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
}
#contact .box div {
	width:68%;
}
#contact #logo-c {
	width:24%;
	height: auto !important;
}
#contact .ttl-contact {
	position: relative;
	font-family: "Sawarabi Mincho";
	letter-spacing: 5px;
	font-size: 40px;
	padding:10px 0 0 75px;
	line-height: 65px;
	display: inline-block;
	margin:0 auto 20px auto !important;
	background: url(../img/parts/sakura.png) 15px 10px no-repeat;
	background-size: 45px auto;
}
#contact .tel-contact {
	position: relative;
	font-family: 'Cutive Mono', monospace;
	font-size: 30px;
	font-weight: 700;
	margin:0 auto 20px auto;
}
#contact .more-tel {
	display: block;
	width:100%;
	height: 100%;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 2px;
	text-align: center;
	border-top:1px solid rgba(255,255,255,0.70);
	border-bottom:1px solid rgba(255,255,255,0.70);
}

/*-----------------------------------------------------------------------------------------
	下層ページ（共通）
-----------------------------------------------------------------------------------------*/
article {
	position: relative;
}
article section {
	position: relative;
	clear:both;
	overflow: hidden;
	padding:100px 0;
	min-width:1100px;
}
article section h1 {
	position: relative;
	font-size:24px;
	text-align: center;
	margin-bottom:100px;
}
article section h1:after {
	position: absolute;
	content:'';
	bottom:-40px;
	left:50%;
	width:60px;
	margin-left:-30px;
	border-top:1px solid rgba(255,255,255,0.50);
}
#ttl {
	position: relative;
	clear:both;
	overflow: hidden;
	font-family: 'Cutive Mono', monospace;
	padding-top:300px;
	background:url(../img/slider/slider03.jpg) 50% 30% no-repeat;
	font-size: 35px;
	text-align: center;
	color:#fff;
	letter-spacing: 2px;
}
#ttl h1 {
	background:rgba(17,17,17,0.30);
	line-height: 150px;
}

/*-----------------------------------------------------------------------------------------
	下層ページ（アクセス）
-----------------------------------------------------------------------------------------*/
.box-access {
	position: relative;
	width:1100px;
	margin:0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: start;
			align-items: start;
}
.box-access iframe {
	width:50%;
	height:400px;
}
.box-access dl {
	width:45%;
}
.box-access dl div {
	margin-bottom:30px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: start;
			align-items: start;
}
.box-access dl div dt {
	width:20%;
}
.box-access dl div dd {
	width:70%;
}

/*-----------------------------------------------------------------------------------------
	SP
-----------------------------------------------------------------------------------------*/
@media only screen and (max-width:680px) {
	a {
		-webkit-transition:0;
				transition:0;
	}
	a:hover {
		opacity:1;
	}
	address {}
	b,strong {}
	em,i,b {}
	p {
		margin-bottom: 4%;
	}
	ul,ol {}
	img {}
	table {}

	/*---------------------------------------- スクロールフェードイン ----------*/
	.sa,
	.sa-prof {}
	.sa.show,
	.sa-prof.show
	.sa-m.show {}
	.sa--up {}
	.sa--left {}
	.sa--right {}

	/*-----------------------------------------------------------------------------------------
		body
	-----------------------------------------------------------------------------------------*/
	body {
		font-size:16px;
	}
	html, body {}
	main {}

	/*-----------------------------------------------------------------------------------------
		header
	-----------------------------------------------------------------------------------------*/
	header {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		background:rgba(0,0,0,0.85);
		z-index: 9999;
		height: 60px;
	}
	header div {
		width:100%;
		margin:0;
		display: block !important;
	}

	/*------------------------------ ロゴ ----------*/
	header #logo {
		padding: 3% 0 0 2%;
	}
	header #logo img {
		width:40% !important;
		height: auto !important;
	}

	/*------------------------------ グローバルナビ・メニューボタン ----------*/
	#panel-btn {
		display: inline-block;
		position: fixed;
		top:0;
		right:0;
		width: 80px;
		height: 60px;
		margin-top:0;
		z-index:9999;
	}
	#panel-btn:after {
		position: absolute;
		content: 'MENU';
		left:24px;
		bottom:2px;
		color:#fff;
		font-size: 10px;
		font-weight: 700;
		letter-spacing: 0;
		width:40px;
	}
	#panel-btn-icon {
	  display: block;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 30px;
	  height: 1px;
	  margin:-10px 0 0 -15px;
	  background: #fff;
	  transition: .2s;
	}
	#panel-btn-icon:before,
	#panel-btn-icon:after {
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		display: block;
		width: 30px;
		height: 1px;
		background: #fff;
		-webkit-transition: .3s;
				transition: .3s;
	}
	#panel-btn-icon:before {
		margin-top: -8px;
	}
	#panel-btn-icon:after {
		margin-top: 6px;
	}
	#panel-btn .close {
		background: transparent;
	}
	#panel-btn .close:before,
	#panel-btn .close:after {
		margin-top: 0;
		background: #fff;
	}
	#panel-btn .close:before{
	  -webkit-transform: rotate(-45deg);
			  transform: rotate(-45deg);
	}
	#panel-btn .close:after{
	  -webkit-transform: rotate(-135deg);
			  transform: rotate(-135deg);
	}
	#gnav {
		position:fixed;
		top:60px !important;
		left:0;
		margin:0;
		display: none;
		width: 100%;
		height: 100%;
		z-index:150000;
		background:rgba(0,0,0,0.95) !important;
	}
	#gnav ul {
		-webkit-display: block !important;
				display: block !important;
		margin:5% auto 0 auto;
		width:90%;
	}
	#gnav ul li {
		font-size: 17px;
		width:100%;
		line-height: 50px;
		text-align: left;
		border-bottom: 1px solid rgba(255,255,255,0.20);
		letter-spacing: 1px;
	}
	#gnav ul li:before {
		display: none;
	}
	#gnav ul li:last-child:after {
		display: none;
	}
	#gnav ul li a:before {
		position: absolute;
		content: "";
		top:50%;
		right:3%;
		background:none;
		margin-top:-5px;
		width: 10px;
		height: 10px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	#gnav ul li:nth-child(3) {
		display: none;
	}
	#gnav ul li:last-child {
		display: block;
	}

	/*-----------------------------------------------------------------------------------------
		フッター
	-----------------------------------------------------------------------------------------*/
	footer {
		padding: 5% 0 120px 0;
	}

	/*------------------------------ フッターメニュー ----------*/
	#footerWrap {
		margin:0;
		width: 100%;
		display: block !important;
	}
	#footerWrap dl {
		display: none;
		/*
		margin:0 auto 5% auto;
		width:75%;
		*/
	}
	#footerWrap dl div {
		/*
		font-size: 12px;
		*/
	}
	#footerWrap dl div dt {
		/*
		padding-right: 10px;
		*/
	}
	#footerWrap dl div dd {
		/*
		padding-right: 10px;
		*/
	}
	#footerWrap dl div.tel dd:first-of-type {
		/*
		padding-right: 15px;
		*/
	}
	#footerWrap dl div.tel dd:first-of-type:after {}

	/*------------------------------ フッター固定ボタン ----------*/
	#fBtn {
		position: fixed;
		bottom:0;
		left:0;
		display: block;
		background: #111;
		padding: 5% 0;
		width:100%;
		z-index: 9000;
	}
	#fBtn p {
		margin: 0 auto;
		width:80%;
		text-align: center;
		
	}
	#fBtn p a {
		display: block;
		border-radius: 70px;
		line-height: 50px;
		color: #fff;
		background:#C30D23;
		-webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.10);
				box-shadow: 0 5px 0 rgba(0,0,0,0.10);
	}

	/*------------------------------ コピーライト ----------*/
	footer small {
		padding-right:0;
		text-align: center;
	}

	/*-----------------------------------------------------------------------------------------
		トップページ
	-----------------------------------------------------------------------------------------*/

	/*------------------------------ スライダー ----------*/
	#sliderWrap {
		min-width: 100%;
	}
	#slider li img {
		width:880px;
		margin-left:-440px;
	}
	#slider li:nth-child(2) img {
		margin-left:-100px !important;
	}
	#slider li:nth-child(3) img {
		margin-left:-150px !important;
	}
	#logo-m {
		position: absolute;
		top:33%;
		left:0;
		right:0;
		bottom:0;
		width:30%;
		max-width:30%;
		margin:auto auto auto auto;
	}
	#logo-m img {}

	/*------------------------------ コンセプト ----------*/
	#concept {
		padding: 20% 0;
	}
	#concept h1 {
		font-size: 36px;
		margin-bottom: 10%;
	}
	#concept h1:before {
		top:-10px;
		left:-20px;
		width:20px;
		height:20px;
	}
	#concept h1:after {
		bottom:-10px;
		right:-20px;
		width:20px;
		height:20px;
	}
	#concept p {
		font-size: 16px;
		line-height: 250%;
		margin:0 auto;
		width:90%;
	}
	#concept p br {
		display: block;
	}

	/*------------------------------ メニュー ----------*/
	#menu {
		padding-top:80%;
	}
	#menu:before {
		width:100%;
		height: 100%;
		background:url(../img/bg/menu.jpg) 0 0 no-repeat;
		background-size:170% auto;
	}
	#menu .box {
		background: #000;
		width:100%;
		height: auto;
		float:none;
	}
	#menu .box .in-box {
		padding:10% 0;
	}
	#menu .box p {
		text-align: left;
	}

	/*------------------------------ アクセス ----------*/
	#access {
		padding-top:80%;
	}
	#access:before {
		width:100%;
		height: 100%;
		background:url(../img/bg/access.jpg) 100% 0 no-repeat;
		background-size:170% auto;
	}
	#access .box .in-box {
		padding:10% 0;
	}
	#access .box {
		background: #000;
		width:100%;
		height: auto;
	}

	/*------------------------------ メニュー・アクセス共通 ----------*/
	#menu,
	#access {
		min-width: 100%;
	}
	.in-box {
		position: relative;
		margin:0 auto;
		width:80%;
		height: auto;
	}
	.in-box h1 {
		font-size: 60px;
		padding-left:60px;
		line-height: 60px;
		margin:0 auto 5% auto;
		background-size: 45px auto;
	}
	.in-box p {
		margin-bottom:4%;
		font-size: 16px;
	}
	.more {
		margin:10% auto 0 auto;
		width:70%;
	}
	.more a {
		-webkit-transition:0;
				transition:0;
	}
	.more a:after {}
	.more a:hover {}
	.more a:hover:after {}

	/*------------------------------ トピックス ----------*/
	#topics {
		padding:10% 0;
		min-width: 100%;
		background: #222;
	}
	#topics h1 {
		font-size: 24px;
		margin:0 0 5% 0;
	}
	#topics dl {
		width:90%;
		margin: 0 auto;
		min-height: 300px;
	}
	#topics dl div {
		padding: 3% 2%;
		display: block;
		border-bottom:1px solid rgba(255,255,255,0.20);
	}
	#topics dl div dt {
		width:100%;
		margin-bottom:2%;
		color:#777;
	}
	#topics dl div dd {
		width:100%;
	}
	#topics dl div dd a {}
	#topics dl div dd .new {
		margin-left:10px;
		font-weight: 700;
		font-style: italic;
		color:#C30D23;
	}

	/*------------------------------ お知らせ詳細 ----------*/
	#content {
		width:90%;
		margin:10% auto;
	}
	#content header {
		margin-bottom: 4%;
		
	}
	#content header h1 {
		font-size:24px;
		text-align: left;
		margin-bottom: 4%;
		line-height: 150%;
		padding-bottom:4%;
		border-bottom:1px solid rgba(255,255,255,0.50);
	}
	#content header h1:after {
		display: none;
	}
	.datetime {
        display: block;
		margin: 10% 0 4% 0 !important;
		background:rgba(255,255,255,0.10);
		width:120px;
		font-size: 12px;
		line-height: 35px;
	}
	.back {
		width:50%;
		margin: 0 auto 8% auto;
	}
	.back a {}
	.notice {
		border-radius: 0;
		background-color:rgba(255,255,255,0);
		padding:4%;
		margin-bottom: 10%;
		min-height: 300px;
	}
	.notice img {
		display: block;
		width:100% !important;
		height: auto !important;
	}

	/*------------------------------ お問い合わせ ----------*/
	#contact {
		padding:10% 0;
		height: auto;
		background-size:cover;
	}
	#contact .box {
		position: relative;
		margin:0 auto;
		width:90%;
		height: auto;
		padding:3%;
		display: block;
	}
	#contact .box div {
		width:100%;
	}
	#contact #logo-c {
		width:24%;
		height: auto !important;
		margin:0 auto;
	}
	#contact .ttl-contact {
		letter-spacing: 3px;
		font-size: 24px;
		padding:0 0 0 50px;
		line-height: 55px;
		margin:0 auto 4% auto !important;
		background: url(../img/parts/sakura.png) 0 5px no-repeat;
		background-size: 35px auto;
	}
	#contact p.tel-contact {
		font-size: 24px !important;
		font-weight: bold;
		margin:0 auto 4% auto;
	}
	#contact p,
	#contact .more-tel {
		font-size: 14px;
	}

	/*-----------------------------------------------------------------------------------------
		下層ページ（共通）
	-----------------------------------------------------------------------------------------*/
	article {}
	article section {
		padding:10% 0;
		min-width:100%;
	}
	article section h1 {
		font-size:24px;
		margin-bottom:10%;
	}
	article section h1:after {
		bottom:-20px;
	}
	#ttl {
		padding-top:35%;
		background-size:100% auto;
		font-size: 20px;
	}
	#ttl h1 {
		line-height: 70px;
	}

	/*-----------------------------------------------------------------------------------------
		下層ページ（アクセス）
	-----------------------------------------------------------------------------------------*/
	.box-access {
		width:90%;
		margin:0 auto;
		display: block;
	}
	.box-access iframe {
		width:100%;
		display: block;
		margin-bottom: 5%;
	}
	.box-access dl {
		width:90%;
		margin:0 auto;
	}
	.box-access dl div {
		margin-bottom:6%;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: start;
				align-items: start;
	}
	.box-access dl div dt {
		width:30%;
	}
	.box-access dl div dd {
		width:70%;
	}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}






















