@charset "UTF-8";
/* CSS Document */
.rogo {
	margin: auto 1% auto 3%;
	color: #000;/*//非対応のブラウザでの文字色を設定*/
  	background: url("../image/rogo_bg.png");/*//使用する背景画像のURL*/
  	-webkit-background-clip: text;/*//テキストでくり抜く*/
  	-webkit-text-fill-color: transparent;/*//くり抜いた部分は背景を表示*/
	background-position: center;
	font-weight: bold;
	width: 20%;
	text-align: center;
}

.header_flex {
	display: flex;
	margin: 0 10px;
	justify-content: space-around;
}

.rogo2 {
	width: 15%;
	margin: auto auto auto 0;
}
.buttun2{
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 90%;
	margin: 0 auto 20px;
}
.buttun2 a{
	text-decoration: none;
	color: #fff;
	display: inline-block;
	width: 100%;
	margin: auto;
	padding: 10px;
	background-color: #ffa300;
	box-shadow: 0 3px 0 #d37800;
	border-radius: 8px;
}


.header_right {
	margin: auto;
	width: 23%;
}

.top_infomation {
	padding: 0;
	margin: 0 auto;
}
h1 {
	font-size: 32px;
}

.menu-btn {
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
	#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
	#menu-btn-check {
    display: none;
}
	.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 80;
}
.menu-content ul {
    padding: 10px 30px 30px;
}
.menu-content ul li {
    border-bottom: solid 1px #000;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#000;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
	
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    /*background-color: #E5E5E5;*/
	background-color: #fff;
    transition: all 0.5s;/*アニメーション設定*/
}
	#menu-btn-check:checked ~ .menu-content {
    right:  0;/*メニューを画面内へ*/
}
.top_p_sp {
	font-size: 12px;
	padding: 0;
	margin: 1px 5px;
	width: 80%;
	margin: auto;
}

.sp_h1 {
	width: 70%;
	margin: auto;
}

.rogo_sp {
	margin: auto;
	color: #000;/*//非対応のブラウザでの文字色を設定*/
  	background: url("../image/rogo_bg.png");/*//使用する背景画像のURL*/
  	-webkit-background-clip: text;/*//テキストでくり抜く*/
  	-webkit-text-fill-color: transparent;/*//くり抜いた部分は背景を表示*/
	background-position: center;
	font-weight: bold;
	width: 80%;
	text-align: center;
	margin: auto;
}

.rogo_p_sp2 {
	width: 80%;
	margin: auto;
}

.top_img2_sp {
	width: 100%;
	height: 700px;
	overflow: hidden;
	background-image: url("../image/top_img2_sp.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}

.top_img_sp {
	width: 100%;
	height: 700px;
	overflow: hidden;
	background-image: url("../image/top_img_sp.jpg");
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
}

.top_h2_sp {
	color: #fff;
	text-shadow:2px 2px 2px #000000;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translate(0,-50%);
	line-height: 2em;
	font-size: 1.8em;
}
