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

h1 { background: #D10000 url(../img/index/main.jpg) 50% 0 no-repeat; width: 100%; height: 800px; text-indent: -9999px; }

/*メニュー
----------------------------------------------*/
#con { position: relative; top: -50px; }
#menuline { background: url(../img/common/bg_black.svg) repeat-x; width: 100%; height: 70px; position: relative; z-index: 999; }
#menu { width: 960px; background: #000; margin: 0 auto 30px; font-family: "Pirata One", cursive, serif; font-size: 20px; display: flex; justify-content: space-around; color: #2E2E2E; }
#menu li { width: 100%; text-align: center; border-right: 1px solid #2E2E2E; position: relative; }
#menu li:first-child { border-left: 1px solid #2E2E2E; }
#menu li img { position: absolute; top: 0; right: 5px; }


/*中身
----------------------------------------------*/
#info { width: 960px; margin: 0 auto; display: flex; justify-content: space-between; }

#info1 { width: 370px; position: relative; }
#info1 h2 { background: url(../img/index/line.png) 100% 50% no-repeat; font-size: 20px; color: #D10000; font-family: "Pirata One", cursive, serif; margin-bottom: 10px; letter-spacing: 2px; }
#info1 img { border: 1px solid #D10000; }
#info1 table { width: 240px; font-size: 10px; margin: 0 auto; border-collapse: collapse; border-top: 1px solid #D10000; border-bottom: 1px solid #D10000; position: absolute; top: 30px; left: 130px; }
#info1 tr { border-bottom: 1px solid #D10000; }
#info1 th { padding: 5px; text-align: center; }
#info1 td { text-align: left; padding: 5px; }
#info1 tr:nth-child(odd) { background: #2E2E2E; }

#info2 li { margin-bottom: 10px; }

/*
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
ლ(╹◡╹ლ) 
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
*/
@media screen and (max-width: 720px) {	
	h1 { height: auto; padding-bottom: 62.5%; background-size: contain; }
	
	/*メニュー
	----------------------------------------------*/
	#con { top: -75px; }
	#menu { width: 100%; flex-wrap: wrap; }
	#menu li { width: 30%; border: none; }
	#menu li:first-child { border-left: none; }
	
	/*中身
	----------------------------------------------*/
	#info { width: 95%; margin: 0 auto; flex-wrap: wrap; }
	#info1 { width: 100%; margin-bottom: 10px; }
	#info1 p { text-align: center; margin-bottom: 10px; }
	#info1 img { width: 120px; }
	#info1 table { width: 100%; position: static; }
	#info2 { width: 100%; }
	#info2 li { text-align: center; }
	#info3 { width: 250px; margin: 0 auto; }
	
}