﻿@charset "utf-8";
@import url("reset.css");
@import url("default.css");

/* --------------------------------------------------------------------
		Font-size Adjustment.
			77% = 10px	|	123.1% = 16px	|	167% = 22px
			85% = 11px	|	131% =  17px	|	174% = 23px 
			93% = 12px	|	138.5% = 18px	|	182% = 24px 
			100% = 13px	|	146.5% = 19px	|	189% = 25px 
			108% = 14px	|	153.9% = 20px	|	197% = 26px 
			116% = 15px	|	161.6% = 21px	| 
-------------------------------------------------------------------- */
html {
	color: #333;
}
body {
	background-color: #3e0857;
}
header {
    margin: 0 auto;
    position: relative;
    max-width: 964px;
}
article {
    margin: 0 auto;
    max-width: 964px;
    padding: 0 30px;
}
footer {
    background-color: #300c4f;
}
footer > div {
    margin: 0 auto;
    max-width: 964px;
    padding: 30px;
}
footer p {
    margin: 10px 0 0 0;
    color: #fff;
}
.footer-logo {
    margin: 0;
}
.footer-logo img {
    max-width: 120px;
    width: 100%;
    height: auto;
}
footer > div > div > ul {
    margin: 30px 0 30px 0;
    color: #fff;
    list-style-type: square;
}
footer > div > div > ul > li {
    margin: 10px 0;
    list-style-type: square;
}
footer > div > div > ul > li > a {
    color: #fff;
}
footer > div > div > ul > li > a:link {
    color: #fff;
}
footer > div > div > ul > li > a:visited {
    color: #fff;
}
footer > div > div > ul > li > a:hover {
    color: #aaa;
    text-decoration: none;
}
.footer-tenpo {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
footer dl {
    color: #fff;
    margin: 0 30px 0 0;
}
footer dt {
    width: 80px;
    padding: 6px 12px;
    background-color: #e20909;
    border-radius: 12px;
    text-align: center;
    font-weight: bold;
}
.copyright {
    margin: 30px 0;
    color: #fff;
    text-align: center;
}
@media screen and (min-width:480px){
}
@media screen and (min-width:768px){
}

/* start slidemenu */
#overlay-button {
    position: absolute;
    right: 30px;
    top: 0;
    padding: 24px 11px 37px 11px;
    z-index: 20;
    cursor: pointer;
    user-select: none;
    background-color: #e20909;
    border-radius: 10px;
}
#overlay-button:after {
	position: absolute;
	content: "Menu";
	font-size: 13px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #fff;
	top: 45px;
}
#overlay-button span {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: white;
  position: relative;
  display: block;
  transition: all .2s ease-in-out;
}
#overlay-button span:before {
  top: -10px;
  visibility: visible;
}
#overlay-button span:after {
  top: 10px;
}
#overlay-button span:before, #overlay-button span:after {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: white;
  position: absolute;
  content: "";
  transition: all .2s ease-in-out;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background: #fff;
}
input[type=checkbox] {
  display: none; 
}
input[type=checkbox]:checked ~ #overlay {
  visibility: visible; 
}
input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}
input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);
}
input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);
}
#overlay {
    position: absolute;
    top: 0;
    left: 0;
	height: 100vh;
	width: 100%;
	background: #3e0857;
	z-index: 15;
	visibility: hidden;
	position: fixed;
}
#overlay.active {
}
#overlay ul {
    margin: 0 auto;
	max-width: 240px;
	width: 100%;
    list-style-type: none;
}
#overlay ul li {
    position: relative;
	margin: 20px 0;
	padding: 10px;
	list-style-type: none;
}
#overlay ul li a {
    position: absolute;
    display: block;
    padding: 10px;
    width: 200px;
    color: #fff;
    text-decoration: none;
    font-size: 1em;
}
#overlay ul li a:hover {
    color: #fff !important;
    background-color: #6e3887;
    border-radius: 10px;
}
.overlay-logo {
    margin: 30px 0 30px 0;
    text-align: center;
}
.overlay-logo img {
	max-width: 120px;
	width: 100%;
}
/* start: clearfix -------------------------------- */
.clearfix:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
} 
.clearfix {
	display: inline-block;
}
/* Hides from Mac IE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hide from Mac IE */
/* end: clearfix -------------------------------- */
/* start: Highlight -------------------------------- */
.Highlight a:hover img {
filter: alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}
/* end: Highlight -------------------------------- */
.hoverimg a:hover img {
    transition: all 0.5s;/*状態変化の時間を指定*/
    -webkit-transition: all 0.5s;
    transform: scale(1.08);
}
/* start: Page-top -------------------------------- */
#Page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: .6em;
}
#Page-top a {
	background: #e20909;
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 5px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#Page-top a:hover {
	text-decoration: none;
	background: #ff3939;
}
/* end: Page-top -------------------------------- */
