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

/*メニュー
----------------------------------------------*/
nav { width: 100%; background: #000; text-align: center; padding-top: 30px; }
nav h1 { margin-bottom: 10px; }
nav h1 img { width:600px;}
#menu { width: 960px; margin: 0 auto;  font-family: "Pirata One", system-ui; font-size: 18px; display: flex; justify-content: space-around; color: #3f0121; }
#menu li { width: 100%; text-align: center; border-right: 1px solid #000; }
#menu li:first-child { border-left: 1px solid #000; }
#menuline { background: url(../img/common/bg_pink_sub.svg) repeat-x; width: 100%; height: 25px; position: relative; z-index: 999; }

.submenuline { background: #3f0121 url(../img/common/bg_pink_sub.svg) repeat-x !important; }
#submenu { background: #3F0121; font-size: 12px; display: flex; justify-content: center; padding: 15px 0; }
#submenu li { margin: 0 15px; }
#submenu img { margin-right: 5px; }
#submenulineUnder { background: url(../img/common/bg_pink_sub.svg) repeat-x; width: 100%; height: 25px; position: relative; z-index: 999; opacity: 0.25; margin-bottom: 50px; }

/*中身
----------------------------------------------*/
#con { width: 960px; margin: 60px auto 30px; }
#con p { margin-bottom: 15px; }
.cen { text-align: center; }

/*
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
ლ(╹◡╹ლ) 
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
*/
@media screen and (max-width: 720px) {
	#con { width: 95%; }
	
	/*メニュー
	----------------------------------------------*/
	#menu { width: 100%; flex-wrap: wrap; }
	#menu li { width: 30%; border: none; }
	#menu li:first-child { border-left: none; }
}