@charset "utf-8";

body {
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.menu_top h1 {
	padding: 10px;
	font-size: 30px;
	text-align: center;
	background-color: #f00;
	color: white;
	margin-bottom: 0px;
	margin-top: 80px;
}
article h1,article h2 {
	color: black;
	padding: 3px;
	text-align: center;
	margin: 20px 0 20px 0;
	border-radius: 50px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.94, #ffe5e5), color-stop(0.00, #fb091e));
	background: -webkit-linear-gradient(top, #fb091e 0%, #ffe5e5 94%);
	background: -moz-linear-gradient(top, #fb091e 0%, #ffe5e5 94%);
	background: -o-linear-gradient(top, #fb091e 0%, #ffe5e5 94%);
	background: -ms-linear-gradient(top, #fb091e 0%, #ffe5e5 94%);
	background: linear-gradient(to bottom, #fb091e 0%, #ffe5e5 94%);
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
	color: white;
	text-decoration: none;
}

article p {
	font-size: 18px;
	color: white;
	margin: 0;
	padding: 0;
}
/*  ヘッダー  */

.logo_number {
	width: 100%;
	line-height: 80px;
	background-color: rgba(255,0,0,0.8);
	z-index: 5;
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

.logo {
	float: left;
	width: 15%;
	margin-right: 12%;
}

.logo_img {
	width: 200px;
	height: 79px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*  ナビゲーション  */

div.navi {
	float: left;
	width: 50%;
}

div.navi ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.navi li {
	float: left;
	list-style: none;
	width: 16.6666%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


div.navi a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0px;
	text-align: center;
	font-size: 18px;

}

div.navi a:hover {
	text-decoration: none;
	color: #000;
	background-color: rgba(255,255,255,0.5);
}
div.navi a p {
	padding: 0;
	margin: 0;
}

/*  SNSボタン  */

.social {
	float: right;
	width: 20%;
	line-height: 20px;
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.social p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
}
.social h1 {
	margin: 0;
	padding: 0;
	font-size: small;
	color: #fff;
}

.social-button {
	display: inline-block;
	vertical-align: top;
}


/*  コンテンツ幅・背景  */

#contents {
	width: 100%;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/6.png);
}
article {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	background-color: rgba(0,0,0,1);
}

.menu_top img {
	width: 100%;
}
.menu_top p {
	text-align: center;
}



/*  メニュー  */

.ra-men p {
	font-size: 25px;
}

p.if {
	color: yellow;
	text-decoration: underline;
}

p.osusume {
	color: red;
}
.menu {
	width: 100%;
}
.menubox {
	width: 100%;
	margin: 100px 0px;
}
.menubox h3 {
	text-align: center;
	margin: 20px 0 50px 0;
	font-size: 30px;

}

.menubox h3 span {
	color: black;
	padding: 3px;
	border-radius: 50px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.94, #ffe5e5), color-stop(0.00, #fb091e));
	background: -webkit-linear-gradient(top, #fb091e 0%, #ffe5e5 94%);
	background: -moz-linear-gradient(top, #fb091e 0%, #ffe5e5 94%);
	background: -o-linear-gradient(top, #fb091e 0%, #ffe5e5 94%);
	background: -ms-linear-gradient(top, #fb091e 0%, #ffe5e5 94%);
	background: linear-gradient(to bottom, #fb091e 0%, #ffe5e5 94%);
	padding: 5px 150px;
}
.menu_img1,.menu_img2 {
	width: 50%;
	height: 500px;
	float: left;
	position: relative;
}
.menu_img1 img,.menu_img2 img{
	width: 80%;
	top: 3%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;

}


.menu_text {
	position: absolute;
	text-align: center;
	top: 5%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 5px;

}
.menu_text span {
	font-size: 30px;
	color: #FF530D;
	background-image: url(../images/sen.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}


.menu_text p {
	font-size: 25px;
	font-weight: bold;
	text-shadow: 2px 2px 1px #000;
}
.menu_text p img{
	width: 50px;
	position: static;
}

.menu_img2 {
	width: 50%;
	float: right;

}
.menu_topping_img {
	width: 25%;
	float: left;
	text-align: center;

}
.menu_img img {
	width: 100%;

}
.menu_topping_img img {
	width: 80%;
}
/*  フッター  */
footer {
	width: 100%;
	height: 120px;
	background-color: rgba(255,0,0,0.8);
	color: #fff;
	margin-top: 10px;
	padding: 0px 0;

}

address,.time {
	float: left;
	margin-left: 25px;
}
address p,.time p {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.copyright {
	text-align: center;
	background-color: black;
}
.copyright p {
	margin: 0;
	padding: 0;
}






.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/*  トップへ戻るボタン  */

.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 20px ;
	bottom: 20px ;
}
 
.move-page-top
{
	display: block ;
	width: 120px ;
	height: 120px ;
	cursor: pointer ;
	line-height: 80px;
	vertical-align: ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

/*////////  1600px以上  ////////*/

@media (min-width:1600px) {
article {
	width: 85%;
}
.menu_top img {
	width: 85%;
}

}
/*////////  768px以上1024px以下  ////////*/

@media (min-width:768px) and (max-width:1024px) {

	.logo_number {
		line-height: 50px;

	}

	.logo_img {
		width: 150px;
		height: 50px;
	}
	
	div.navi a {
		font-size: 18px;
	}

	.social h1,.social p {
		display: none;
	}
	div.navi li {
		float: none;
		border-left: none;
		width: 100%;
	}


	.li_last {
		border-right: none;
	}
	.naver-handle {
	padding: 0px;
	}
	
/*  記事  */
.menu_img1 p,.menu_img2 p{
	text-align: center;
}

.menu_img1,.menu_img2 {
	float: none;
	width: 100%;
	height: auto;
}

.menu_img1 img,.menu_img2 img{
	position: static;
}
.menu_text {
	position: static;
}


/*  フッター  */
footer {
	height: 110px;
}
address,.time {
	margin-left: 15px;
}
address p,.time p {
	font-size: 15px;
}


}


/*////////  767px以下  ////////*/

@media (max-width:767px) {

	.logo_number {
		line-height: 50px;

	}

	.logo_img {
		width: 150px;
		height: 50px;
	}
	
	div.navi a {
		font-size: 18px;
	}

	.social h1,.social p {
		display: none;
	}
	div.navi li {
		float: none;
		border-left: none;
		width: 100%;
	}


	.li_last {
		border-right: none;
	}
	.naver-handle {
	padding: 0px;
	}
	



	.header_box1 {
		float: none;
		width: 100%;
	}
	.header_box2 {
		display: none;
	}
	.logomark {
		width: 90%;
		height: 50%;
	}

	
	div.navi a {
		font-size: 18px;
	}

	.social h1,.social p {
		display: none;
	}

	div.navi li {
		float: none;
		list-style: none;
		width: 100%;
	}
	
	
/*  メニュー  */

.ra-men p {
	font-size: 20px;
}
.menu_img1 p,.menu_img2 p{
	text-align: center;
}

.menu_img1 img,.menu_img2 img{
	width: 85%;
}
.menu_text span {
	font-size: 23px;
}

h1 {
	font-size: 27px;
}


.menu_img1,.menu_img2 {
	float: none;
	width: 100%;
	height: auto;
}

.menu_img1 img,.menu_img2 img{
	position: static;
}
.menu_text {
	position: static;
}
.menu_topping_img {
	float: none;
	width: 100%;
}
.move-page-top
{
	width: 100px ;
	height: 100px ;
}
/*  フッター  */
footer {
	height: 80px;
}

address,.time {
	margin-left: 10px;
}
address p,.time p {
	font-size: 10px;
}

.copyright p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}


}


/*////////  499px以下  ////////*/

@media (max-width:499px) {


.logo_img {
	display: none;
}

.social {
	display: none;
}

div.navi {
	float: none;
	width: 100%;
}

.logo_number {
	line-height: 40px;

}

div.navi a {
	font-size: 15px;

}
/*  メニュー  */

.ra-men p {
	font-size: 18px;
}
.menu_img1 img,.menu_img2 img{
	width: 100%;
}
.menu_text span {
	font-size: 20px;
}

.menubox h3 {
	font-size: 20px;

}

.menubox h3 span {
	padding: 5px 50px;
}


.menubox span {
	padding: 5px 0px;
}
.menu_topping_img {
	width: 80%;
	margin: 0 auto;
}

h1 {
	font-size: 25px;
}

.move-page-top
{
	width: 80px ;
	height: 80px ;
}
/*  フッター  */
footer {
	height: 80px;
}

address {
	margin-left: 5px;
}
address p {
	font-size: 14px;
}

.time {
	display: none;
}
.copyright {
	text-align: center;
}
.copyright p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

}
