@charset "UTF-8";
/* CSS Document */
.rogo_img a{
	text-decoration: none;
	color: #333;
}
h1 {
	text-align: center;
	margin: auto;
}
.small_span {
	font-weight: bold;
}
.nav_ul {
	list-style: none;
	padding: 0;
	text-align: center;
	margin: 0;
}
.nav_li {
	display: inline-block;
	background-position: center;
	width: calc(98%/5);
}
.nav_li :hover{
	color:rgba(255,72,130,1.00)
}
.nav_li a{
	color: #333;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 0;
}

.footer_ul {
	text-align: center;
	list-style: none;
	padding: 0;
}
.footer_li {
	display: inline-block;
	margin: auto 10px;
}
small {
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: .7em;
}
.footer_p {
	text-align: center;
	margin: auto;
	color: rgba(87,87,87,1.00);
	font-size: .7em;
}
footer {
	background-image: url("../image/main/bg3.jpg");
	background-position: center;
	padding: 20px 0 0;
}
.header_p {
	font-size: .6em;
	margin: 0;
	padding: 0 0 10px;
	text-align: center;
}
.text_rogo {
	width: 30%;
	margin: auto;
}
.rogo {
	width: 60%;
	margin: auto 0 auto auto;
}
.text_rogo_summary {
	margin: auto 0;
	text-align: center;
}
.text_rogo_sp {
	width: 70%;
	margin: 0 auto;
	display: block;
}
.text_rogo_summary_sp a{
	text-decoration:none;
}
.menu-btn {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: rgba(255,72,130,1.00);
	color: #fff;
	font-size: .6em;
}
.menu-btn span::before{
	content: "メニュー"
}
#menu-btn-check {
    display: none;
}
#menu-btn-check:checked ~ .menu-btn span::before {
    content: "閉じる"/*メニューオープン時は真ん中の線を透明にする*/
}
.menu-content ul {
    padding: 0 10px 0;
    list-style: none;
	overflow: auto;
  -webkit-overflow-scrolling: touch;
	height: 90%;
}
.menu-content ul li {
    border-bottom: solid 1px rgba(194,154,106,1.00);
	padding-left: 8px;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: rgba(194,154,106,1.00);
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #fbe8c9;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    right: 0;/*メニューを画面内へ*/
}
.footer_p_sp {
	width: 90%;
	text-align: center;
	margin: auto;
	color: rgba(87,87,87,1.00);
	font-size: .7em;
}
.copyright_sp {
	font-size: .6em;
}
.fa-play {
	margin-right: 8px;
}
.bone {
	width: 10%;
	vertical-align: middle;
	margin-right: 5px;
}
.nav_li2 {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
}
.english {
	border: solid #787878;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px;
	margin: 0;
	text-decoration: line-through;
	background: #fbc0bc;
}
.header_bg {
	background-image: url("../image/main/bg3.jpg");
	padding: 10px;
	margin: 0;
}
.nav_menu {
	margin: auto;
	width: 1280px;
}
.frame {
	width: 1280px;
	margin: auto;
}
.header_p_sp {
	font-size: .6em;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.menu_banner_sp {
	vertical-align: middle;
	margin-right: 5px;
}
.menu_rogo_sp {
	width: 70%;
	margin: 0 auto;
}