@charset "utf-8";
/* CSS Document */

#entry {
	position: fixed;
	right: 10px;
	z-index: 99;
}

#entry a {
	display: block;
	background: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

#entry a span {
	font-size: 1.2rem;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

#head {
	width: 100%;
	position: fixed;
	background: #FFFFFF;
	z-index: 100;
}

#head h1 a {
	text-decoration: none;
}

#head h1 span {
	padding:  3px 8px;
	background: #FF0000;
	color: #FFFFFF;
}

#head #main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 1.8rem;
	font-size: 18px;
	padding:  5px 15px;
}

#head #main-navigation a span {
	display: block;
}


#head #sub-navigation a {
	font-size: 1.3rem;
	font-size: 13px;
}

#mainimage {
	position: relative;
	background-image: url("../images/mainimage.png");
	background-size: cover;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	height: 100%;
}

#mainimage .catch {
	position: absolute;
	top: 50%;
}

#mainimage .overlay,
#pagetitle .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.70);
}

#pagetitle {
	
}

#pagetitle h1 {
	width: 100%;
	text-align: center;
}

#pagetitle .catch {
	width: 100%;
	max-height: 600px;
	overflow: hidden;
	height: auto;
	position: relative;
}

#pagetitle .catch h1 {
	position: absolute;
	bottom: 0;
	color: #FFFFFF;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-transform: uppercase;
}

#pagetitle .catch img {
	width: 100%;
	height: auto;
}

#content {
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

#goto-top {
}

#goto-top a {
	display: block;
	padding: 15px 0;
	background: #434343;
	font-size: 2.4rem;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	text-decoration:  none;
}

#foot {
	padding: 20px 10px;
}


#copy {
	text-align: center;
	padding: 15px 0 10px
}

@media screen and (max-width:767.98px) {
/* ここにSP向けのCSS指定 */
	
	#entry {
		bottom: 30px;
	}
	
	#entry a {
		padding: 5px 15px;
		font-size: 2.4rem;
		font-size: 24px;
	}
	
	#head {
		min-height: 60px;
	}
	
	#head .menu-btn {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 5;
	}
	
	#head .menu-text {
		position: absolute;
		top: 25px;
	}
	
	#head .menu-trigger,
	#head .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	
	#head .menu-trigger {
		position: relative;
		width: 45px;
		height: 30px;
	}
	
	#head .menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #000000;
		border-radius: 4px;
	}
	
	#head .menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	
	#head .menu-trigger span:nth-of-type(2) {
		top: 13px;
	}
	
	#head .menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	
	#head .menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(15px) rotate(-45deg);
	}
	
	#head .menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	
	#head .menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
	
	#head-nav {
		clear: both;
		display: none;
		overflow: hidden;
	}
	
	#head #main-navigation ul li {
		border-bottom: 1px #000000 solid;
		
	}
	
	#head #sub-navigation ul {
		text-align:  right;
	}
	
	#head #sub-navigation ul li {
		display: inline;
		margin-left: 6px;
	}
	
	#head #sub-navigation li:first-child::before {
		content:  "";
	}
	
	#head #sub-navigation li::before {
		content: "/";
		font-size: 1.0rem;
		font-size: 10px;
		margin-right: 6px;
	}
	
	#mainimage h1 {
		font-size: 2.8rem;
		font-size: 28px;
		color: #FFF;
	}
	
	
	#pagetitle h1 {
		font-size: 2.0rem;
		font-size: 20px;
	}
	
	#pagetitle .catch h1 {
		font-size: 2.8rem;
		font-size: 28px;
	} 
	
	#other ul {
		margin:  20px 0;
	}
	
	#other ul li {
		margin: 15px 10px;
	}
	
	#other ul li a {
		display: table-cell;
		vertical-align: middle;
		width: 100vw;
		height: 60px;
		padding: 5px 10px;
		background: #CCCCCC;
		text-align: center;
		text-decoration: none;
	}
	
}

@media screen and (min-width:768px) {
/* ここにPC向けのCSS指定 */
	
	#entry {
		bottom: 80px;
	}
	
	#entry a {
		padding: 10px 30px;
		font-size: 3.6rem;
		font-size: 36px;
	}
	
	#entry a span {
		display: block;
	}
	
	#head {
		box-sizing: border-box;
		padding: 10px 10px 0;
	}
	
	#head h1 {
		float: left;
	}
	
	#head .menu-btn {
		display: none;
	}
	
	#head-nav {
		display: block !important;
	}
	
	#head #main-navigation {
		float: right;
	}
	
	#head #main-navigation li {
		float: left;
	}
	
	#head #sub-navigation {
		clear: both;
	}
	
	#head #sub-navigation ul {
		float:  right;
	}
	
	#head #sub-navigation li {
		float: left;
		margin: 0 6px;
	}
	
	#head #sub-navigation li:first-child::before {
		content:  "";
	}
	
	#head #sub-navigation li::before {
		content: "/";
		font-size: 1.0rem;
		font-size: 10px;
		margin-right: 6px;
	}
	
	#head #sub-navigation li a {
		line-height:  1.2rem;
	}
	
	#mainimage h1 {
		font-size: 4.8rem;
		font-size: 48px;
		color: #FFF;
	}
	
	
	#pagetitle h1 {
		font-size: 2.4rem;
		font-size: 24px;
	}
	
	#pagetitle .catch h1 {
		font-size: 6.0rem;
		font-size: 60px;
	} 
	
	
	#other ul {
		display: flex;
		margin:  60px 0;
    	justify-content: center;
    	align-items: center;
	}
	
	#other ul li {
		display: flex;
    	justify-content: center;
    	align-items: center;
		width: 260px;
		height: 260px;
		margin:  0 30px;
		background: #CCCCCC;
		text-align: center;
	}
	
	#other ul li a {
		font-size: 2.4rem;
		font-size: 24px;
		text-decoration: none;
	}
	
	#foot ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	#foot ul li {
		margin: 0 6px;
	}

	#foot ul li:first-child::before {
		content:  "";
	}

	#foot ul li::before {
		content: "/";
		margin-right: 6px;
	}
	
	#copy {
		padding-bottom: 60px
	}

	
}