﻿.copy {
	text-align: center;
	margin-top: 20px;
	color: #FFE200;
}
@media screen and (min-width: 461px){
/* PC設定 */
#header_top {
	background: #150C15;
	padding: 0 10px;
	box-sizing: border-box;
}
h1 {
	color: #FFE200;
	font-size: 10px;
	margin: 0;
}
#header {
	background: #303967;
	padding: 10px 0;
	box-sizing: border-box;
}
.header_in {
	width: 1000px;
	margin: 0 auto;
}
.header_in_left {
	width: 350px;
	float: left;
}
.header_in_right {
	width: 600px;
	float: right;
}
.header_list{
	float: right;
}
.header_list ul li{
	display: inline-block;
	margin-left: 10px;
}
.header_list ul li a {
	color: #FFF;
	text-decoration: none;
}
.header_list ul li a:hover{
	color: #FFE200;
}

.header_entry {
	width: 120px;
	text-align: center;
	background: #e60012;
	color: #FFF;
	font-weight: bold;
	border-radius: 10px;
}
.header_entry:hover {
	background: #FFF;
	color: #E60012;
	text-decoration: none;
}
.main_list {
	margin-top: 20px;
	text-align: right;;
}
.main_list ul li{
	display: inline-block;
	margin-left: 15px;
	font-weight: bold;
}
.main_list ul li a{
	color: #FFE200;
	text-decoration: none;
}
.main_list ul li a:hover{
	color: #FFF;
}
#header_phone { display: none;}
#header_phone_in { display: none;}

#footer {
	background: #303967;
	color: #FFF;
	padding: 20px 0;
}
.footer_split {
	width: 300px;
	float: left;
}
.footer_link ul li a{
	color: #FFF;
	text-decoration: none;
}
.footer_link ul li a:hover{
	color: #FCF7B0;
	text-decoration: none;
}
.footer_link ul li:before {
  content: "・";
}
/* PC設定END */
}
@media screen and (max-width: 460px){
/* スマホ設定 */
#header_top { display: none; }
#header { display: none; }

#footer {
	background: #303967;
	color: #FFF;
}
.footer_split {
	font-size: 12px;
	float: left;
	width: 48%;
	padding: 10px;
	box-sizing: border-box;
}
.footer_link ul li a{
	color: #FFF;
	text-decoration: none;
}
.footer_link ul li a:hover{
	color: #FCF7B0;
	text-decoration: none;
}
.footer_link ul li:before {
  content: "・";
}
/* ハンバーガーメニュー */
#header_phone {
	margin-top: 0px;
	position: fixed;
	width: 100%;
	height: 60px;
	background: #303967;
	z-index: 999;
}
#header_phone_in {
	width: 100%;
	height: 60px;
}
h1 {
	margin: 0;
}
@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#overlay-button {
  position: fixed;
  right: 0.5em;
  top: 0.3em;
  padding: 26px 11px;
  z-index: 99;
  cursor: pointer;
  user-select: none;
}
#overlay-button span {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #ffe200;
  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: #ffe200;
  position: absolute;
  content: "";
  transition: all .2s ease-in-out;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background: #ffe200;
}

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 {
  height: 100vh;
  width: 100vw;
  background: #004C83;
  z-index: 2;
  visibility: hidden;
  position: fixed;
}
#overlay.active {

}
#overlay ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 80%;
  padding-left: 0;
  list-style-type: none;
}
#overlay ul li {
	padding: 0.8em;
}
#overlay ul li a {

  color: #FFe200;
  text-decoration: none;
  font-size: 18px;
}
#overlay ul li a:hover {
  color: #FFF!important;
}
#overlay ul li i{
	margin: 0 10px;
}
/* スマホ設定END */
}
