@charset "UTF-8";

/*------------- CSS reset -------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

/*------------- body ---------------------------------*/
body {
	font-size:14px;
	color: #000b00;	/*---濡羽色---*/
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#ffffff;	/*---白---*/
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.load-fade {opacity : 0; transition : all 2s/*処理にかかる時間*/;}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*------------- header -------------------------------*/
header {
	box-sizing:border-box;
	position:relative;
	width:100%;
	height:300px;
	color:#ffffff;	/*---白---*/
	padding:5px 0px 0px 10px;
	background: linear-gradient(45deg, rgba(255, 62, 28, .9), rgba(255, 140, 0, 0.5)),
	url(../images/s-oldjazz.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

/*------------- footer -------------------------------*/
footer {
	clear:both;
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	background: linear-gradient(45deg, rgba(255, 62, 28, .9), rgba(255, 140, 0, 0.8));
}
.copyright {
	clear:both;
	padding:10px 0;
	font-size:12px;
	text-align:center;
	color:#ffffff;	/*---白---*/
}

/*------------- nav ----------------------------------*/
nav {
	width:100%;
	background:#ffffff;	/*---白---*/
	⁄zoom:1;
}
nav:after {
	content:'';
	display:block;
	clear:both;
}

/*------------- contents ------------------------------*/
.inner {
	position:relative;
	width:980px;
	margin:0 auto;
}

#contents {
	overflow:hidden;
	width:980px;
	margin:20px auto;
}
#main {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:74%;
}
.info {
	overflow:hidden;
	float:left;
	font-size:16px;
	overflow:hidden;
}

.info ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.info li {
	list-style:none;
	float:left;
	width:30%;
	margin:0 0 0 3%;
}
.info li:nth-child(3n+1) {
	clear:both;
}
.info img {
	width:30px;
}
.info a:hover {
	opacity:0.8;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.info dt {
}
.info dd {
	padding-bottom:3px;
}

.info2 {
	overflow:hidden;
	float:left;
	font-size:14px;
}

.info2 ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.info2 li {
	list-style:none;
	float:left;
	width:45%;
	margin:0 0 0 3%;
}
.info2 li:nth-child(2n+1) {
	clear:both;
}
.info2 img {
	padding:0 0 0 20px;
}
.info2 a:hover {
	opacity:0.8;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.info3 {
	overflow:hidden;
	font-size:14px;
}
.info3 ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.info3 li {
	list-style:none;
	float:left;
	width:16%;
	margin:0 0 3% 3%;
	border-bottom:2px solid #f08300;	/*---蜜柑色---*/
}
.info3 li:nth-child(5n+1) {
	clear:both;
}
.info3 img {
	padding:0;
	width:100%;
}
.info3 a:hover {
	opacity:0.8;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.info4 {
	overflow:hidden;
	font-size:16px;
}
.info4 ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.info4 li{
	list-style:none;
	float:left;
	width:20%;
	margin:0 0 3% 3%;
}
.info4 li:nth-child(4n+1) {
	clear:both;
}
.info4 img {
	width:100%;
}
.info4 a:hover {
	opacity:0.8;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}



/*------------- about -------------------------------*/
#main_about {
	margin:10px auto;
	box-sizing:border-box;
	overflow:hidden;
	width:80%;
}

/*------------- common -------------------------------*/
a {
	color:#000b00;	/*---濡羽色---*/
	text-decoration:none;
}
a:hover {
	color:#9e3d3f;	/*---蘇芳---*/
	text-decoration:none;
}

h1 {
	padding:0 0 0 20px;
	font-size:40px;
	color:#ffffff;	/*---白---*/
}
h2 {
	padding:0 0 0 50px;
	font-size:18px;
	color:#ffffff;	/*---白---*/
}
h2 span {
	font-size:14px;
}

h3 {
	margin-bottom:0.25em;
	padding:5px 10px;
	color: #000b00;	/*---濡羽色---*/
	font-size:20px;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

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

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #dcdddd;	/*---白鼠---*/
	background:#fff;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #dcdddd;	/*---白鼠---*/
	background:#eee;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #dcdddd;	/*---白鼠---*/
}
.frame {
	display: inline-block;
	position: relative;
	animation: fadeIn 2s ease-in-out 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;
}
.frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
	transform: rotate(5deg); /* 回転させる */
	background: #fff;
	z-index: -1;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:480px) {
	nav {
		background-color: rgba( 255, 255, 255, 0 );
		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-color: rgba( 255, 255, 255, 0 );
		color:#fff;
		font-size:16px;
		line-height:1;
		text-decoration:none;
	}

	nav ul li:hover > a {
		color:#f5e56b;	/*---刈安色---*/
		background-color: rgba( 255, 255, 255, 0 );
	}

	nav ul.gnav > li {
		position:relative;
		width:15%;
		float:left;
		margin:0 auto;
		padding:0;
		text-align:center;
		list-style:none;
	}

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

	#spMenu {
		display:none;
	}


}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#f08300;	/*---蜜柑色---*/
}
.totop img:hover {
	background:#f5e56b;	/*---刈安色---*/
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:960px) {
	.inner {
		width:100%;
	}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
	footer {
		width:100%;
	}
	nav ul li a {
		font-size:14px;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:480px) {
	.lock {
		overflow:hidden;
	}
	header {
		z-index:2;
		box-sizing:border-box;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:150px;
		padding:15px 10px;
	}
	#main {
		float:none;
		width:100%;
	}
	#main_about {
		width:100%;
	}
	#sub {
		float:none;
		width:100%;
	}
	h1 {
		padding:0 0 0 0px;
		font-size:26px;
	}
	h2 {
		padding:0 0 0 5px;
		font-size:12px;
	}
	h2 span {
		font-size:12px;
	}
	nav {
		background:#f08300	/*---蜜柑色---*/
	}
	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 #f08300;	/*---蜜柑色---*/
		background:#f08300;	/*---蜜柑色---*/
	}

	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:#f08300;	/*---蜜柑色---*/
	}
	nav li a:hover {
		color:#f5e56b;	/*---刈安色---*/
		background:#f08300;	/*---蜜柑色---*/
	}
	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:#f08300;	/*---蜜柑色---*/
	}
	.subnav a:hover:after {
	  background:#f08300;	/*---蜜柑色---*/
	}

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

	.gnav {
		display:none;
	}

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

	#navBtn {
		display:inline-block;
		position:relative;
		width:30px;
		height:30px;
		border-radius:5%;
		background:#f08300;	/*---蜜柑色---*/
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#dcdddd;	/*---白鼠---*/
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#dcdddd;	/*---白鼠---*/
		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%;
	}
	.col_three_one li:nth-child(2n+1) {
		clear:both;
	}

	.info ul {
		margin-right:0;
	}
	.info li {
		width:95%;
	}
	.info li:nth-child(1n+1) {
		clear:both;
	}
	.info2 ul {
		margin-right:0;
	}
	.info2 li {
		width:95%;
	}
	.info2 li:nth-child(1n+1) {
		clear:both;
	}
	.info3 ul {
		margin-right:0;
	}
	.info3 li {
		width:45%;
	}
	.info3 li:nth-child(2n+1) {
		clear:both;
	}

	.info4 ul {
		margin-right:0;
	}
	.info4 li {
		width:45%;
	}
	.info4 li:nth-child(2n+1) {
		clear:both;
	}

}
