@charset "utf-8";
/* CSS Document */


/** PC **/
@media only screen and (max-width: 1240px){
	
}
/** PC **/




/** tab01 **/
@media only screen and (max-width: 960px){
	.accessmap{display: none;}
	.accessmap_sp{display: block;}
	.footerlogo{float: left; width: 100px; margin: 0 40px 0 0;}
}
/** tab01 **/




/** tab02 **/
@media only screen and (max-width: 740px){
	header{display: none;}
	.spHeader{display: block;}
	footer .rightBox{float: left;}


input[type="checkbox"] {
  display: none;
}

.newscontent{
	width: 90%;

}
.ukraina0306 a{
  width: 100%;
}


* { box-sizing: border-box; }
.spHeader {
  display: block;
  width: 100%;
  background: #915614;
}
.menu__icon {
  display: block;
  float: right;
  color: #fff;
  font-size: 2.4rem;
  padding: 0.25rem;/*0.25rem 0.6rem 0.5rem 2.55rem*/
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s;
}

.menu__checkbox--hidden:checked + .menu__icon {
  background-color: #fff;
  color: #915614;
}

.menu__nav {
  width: 100%;
  overflow: hidden;
  clear: both;
  height: 0;
  transition: height 0.5s;

}

.menu__nav {
	background:#915614;
}

.menu__checkbox--hidden:checked ~ .menu__nav {
  height: 18rem;
}

.menu__item {
  display: block;
  height: 3rem;
  width: 100%;
  padding: 0.3rem 0 0.5rem 1rem;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s;
}

.menu__item:last-child {
  border: none;
}

.menu__item:hover {
  background-color:#bc8546;
  color: white;
}

.menu__item li {
  list-style: none;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
	color: #fff;
}


.ennsoukai div img{
	width: 60%;
}
	
	.spHeader h1{margin: 0;}
	
.spHeader h1 img{
	width: 50%;
	position:absolute;
	left: 5px;
}
	
}
/** tab02 **/


/** sp **/
@media only screen and (max-width: 480px){
	footer,.footerlogo,footer ul,footer .both,footercop{
		width: 100%;
		text-align: center;
	}

	footer .both {
    padding: 30px 0;
}	




}
/** sp **/