@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');
/*~~*/
html {
	width: 100%; font-size: 62.5%;
}
body {
	width: 100%; background-color: #efefef; font-size: 1.2rem; line-height: 130%; font-family: 'Noto Sans JP', sans-serif; color: #000000;
}
* {
	margin: 0; padding: 0; box-sizing: border-box; vertical-align: top;
}
a {
	color: #000000; text-decoration: none;
}
a:hover {
	cursor: pointer;
}
li {
	list-style-type: none;
}
img {
	max-width: 100%; height: auto; width : auto; border: 0; /*margin-bottom: 40px;*/
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
header {
	width: 100%; background: #FFFFFF;
}
header li {
	color: #ffffff;
}
header li.archive {
	background: linear-gradient(#d84f3e, #c6000a);
}
header li.facebook {
	background: linear-gradient(#516590, #314a7e);
}
header li.twitter {
	background: linear-gradient(#5cabca, #339bc1);
}
header li.x {
	background: linear-gradient(#666666, #2A2A2A);
}
header li.instagram {
	background: linear-gradient(#f970d7, #ff33cc);
}
header li.youtube {
	background: linear-gradient(#ff3736, #ff0000);
}
header li.present {
	background: linear-gradient(#7d7d7d, #505050);
}
header li a {
	width: 100%; height: 100%; color: #ffffff;
}
header li a span::before {
	font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1;
	/* Better Font Rendering  */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*~~*/
#main {
	width: 100%; background: #FFFFFF;
}
/*~~*/
footer {
	width: 100%; background: #efefef;
}
footer .sponsor1 {
	background: #2e2e2e;
}
footer .sponsor2 {
	background: #4f4f4f;
}
footer .sponsor1 dt,
footer .sponsor2 dt {
	color: #ffffff;
}
footer .sponsor1 dd a,
footer .sponsor2 dd a {
	color: #ffffff; display: block;
}
footer .sponsor1 dd a::after,
footer .sponsor2 dd a::after {
	font-family: 'icomoon'; content: '\e90c'; color: #ff9900;
}
/**/
footer .gattsuri {
	background: #000000;
}
footer .gattsuri dl {
	display: flex; justify-content: center; align-items: center;
}
footer .gattsuri dt {
	color: #ffffff;
}
footer .gattsuri dd {
	margin-left: 15px;
}
footer .gattsuri dd a {
	width: 36px; height: 36px; border-radius: 36px; color: #ffffff; display: block; text-align: center;
}
footer .gattsuri dd a span {
	font-size: 20px; line-height: 36px;
}
footer .gattsuri dd a.facebook {
	background: #314a7e;
}
footer .gattsuri dd a.twitter {
	background: #339bc1;
}
footer .gattsuri dd a.x {
	background: #2A2A2A;
}
footer .gattsuri dd a.instagram {
	background: #ff33cc;
}
footer .gattsuri dd a.youtube {
	background: #ff0000;
}
footer .gattsuri dd a:hover {
	background: #323232;
}
footer .gattsuri li.banner {
	display: flex; justify-content: center; align-items: center; color: #ffffff;
}
footer .gattsuri li.banner a {
	width: 36px; height: 36px; margin-right: 10px; border-radius: 36px; background: #ffffff; display: flex; justify-content: center; align-items: center;
}
footer .gattsuri li.banner a:hover {
	background: #323232;
}
footer .gattsuri .banner a img {
	width: 30px;
}
/**/
footer .txbottom {
	background: #efefef;
}
footer .txbottom li {
	font-size: 1.6rem; font-weight: bold;
}
footer .txbottom li small {
	font-size: 1.0rem; font-weight: normal;
}
/*~~*/
.navtop {
	margin: 0 auto; background: rgba(0,0,0,0.5); text-align: center; position: fixed; z-index: 9000; display: block; cursor: pointer;
}
.navtop:hover {
	background: rgba(0,0,0,0.75);
}
.navtop span {
	color: #FFF;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media all and (max-width: 768px) {
/****************************************************************************************************************************************************************/
header {
	position: relative;
}
header .logo {
	padding: 10px 0; text-align: center;
}
header .logo img {
	width: 180px;
}
header .menu {
	position: absolute; top: 35px; right: 15px;
}
header .menu span {
	font-size: 32px; cursor: pointer;
}
header ul {
	display: none; padding-bottom: 15px;
}
header li {
	border-top: 1px solid #ffffff;
}
header li a {
	padding: 15px; display: block;
}
header li a span {
	font-size: 14px; line-height: 18px;
}
header li a span::before {
	margin-right: 5px; font-family: 'icomoon'; font-size: 18px; color: #ffffff;
}
header li.archive a span::before {
	content: '\e913';
}
header li.facebook a span::before {
	content: '\ea90';
}
header li.twitter a span::before {
	content: '\ea96';
}
header li.x a span::before {
	content: '\e900';
}
header li.instagram a span::before {
	content: '\ea92';
}
header li.youtube a span::before {
	content: '\ea9d';
}
/*~~*/
footer .sponsor1,
footer .sponsor2 {
	text-align: center;
}
footer .sponsor2 {
	border-top: 1px solid #7d7d7d;
}
footer .sponsor1 dt,
footer .sponsor2 dt {
	padding: 5px 0; background: #000000;
}
footer .sponsor1 dd,
footer .sponsor2 dd {
	border-top: 1px solid #646464; position: relative;
}
footer .sponsor1 dd a,
footer .sponsor2 dd a {
	padding: 15px;
}
footer .sponsor1 dd a::after,
footer .sponsor2 dd a::after {
	position: absolute; right: 15px;
}
footer .sponsor1 dd a,
footer .sponsor2 dd a {
	display: block;
}
/**/
footer .gattsuri {
	border-top: 1px solid #ffffff; text-align: center;
}
footer .gattsuri .content {
	padding: 0 15px;
}
footer .gattsuri li {
	padding: 15px 0; border-top: 1px solid #ffffff;
}
footer .gattsuri li:first-child {
	border-top: none;
}
/**/
footer .txbottom {
	text-align: center;
}
footer .txbottom .content {
	padding: 0 15px;
}
footer .txbottom li {
	padding: 10px 0;
}
/*~~*/
.navtop {
	width: 30px; height: 30px; padding: 3px 0; border-radius: 30px; right: 15px; bottom: 42px;
}
.navtop span {
	font-size: 23px;
}
/****************************************************************************************************************************************************************/
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media all and (min-width: 769px) {
/****************************************************************************************************************************************************************/
body {
	min-width: 1160px;
}
.content {
	width: 1160px; margin: 0 auto; padding: 0 10px;
}
/*~~*/
header {
	background-image: linear-gradient(to right, #efefef, #efefef); background-size: 10px 10px; background-position: top; background-repeat: repeat-x;
}
header .content {
	height: 115px; display: flex; justify-content:space-between; /*background: #333333;*/
}
header .logo {
	width: 220px; padding: 0px; background: #efefef; border-left: 1px solid #cccccc; border-right: 1px solid #969696; border-bottom: 1px solid #969696; border-radius: 0 0 5px 5px; text-align: center;
}
/*
header .logo {
	width: 250px; padding-top: 10px; background: #efefef; border-left: 1px solid #cccccc; border-right: 1px solid #969696; border-bottom: 1px solid #969696; border-radius: 0 0 5px 5px; text-align: center;
}
*/
header .menu {
	display: none;
}
header ul {
	width: 570px; display: flex; justify-content:space-between; flex-wrap: wrap;
}
header li {
	width: 106px; height: 70px; border-left: 1px solid #cccccc; border-right: 1px solid #969696; border-bottom: 1px solid #969696; border-radius: 0 0 5px 5px; font-size: 1.4rem;
}
header li a {
	display: flex; justify-content: center; align-items: center;
}
header li a:hover {
	border-radius: 0 0 5px 5px; background: #323232;
}
header li a span {
	margin-bottom: 5px; text-align: center; font-weight: bold;
}
header li a span::before {
	font-family: 'icomoon'; font-size: 24px; line-height: 30px; color: #ffffff; white-space: pre;
}
header li.archive a span::before {
	content: '\e913\A';
}
header li.facebook a span::before {
	content: '\ea90\A';
}
header li.twitter a span::before {
	content: '\ea96\A';
}
header li.x a span::before {
	content: '\e900\A';
}
header li.instagram a span::before {
	content: '\ea92\A';
}
header li.youtube a span::before {
	content: '\ea9d\A';
}
header li.present {
	width: 338px; height: 30px; margin-left: 116px; margin-top: 10px; border-radius: 30px; border-top: 1px solid #cccccc; font-size: 1.2rem;
}
header li.present a:hover {
	border-radius: 30px; background: #323232;
}
/*~~*/
main {
}
/*~~*/
footer .sponsor2 {
	border-top: 1px solid #ffffff;
}
footer .sponsor1 dl,
footer .sponsor2 dl {
	height: 40px; display: flex; align-items: center;
}
footer .sponsor1 dt,
footer .sponsor1 dd,
footer .sponsor2 dt,
footer .sponsor2 dd {
	height: 100%; border-right: 1px solid #ffffff; display: flex; align-items: center;
}
footer .sponsor1 dt,
footer .sponsor2 dt {
	width: 100px;
}
footer .sponsor2 dt {
	letter-spacing: 6px;
}
footer .sponsor1 dd,
footer .sponsor2 dd {
	/* width: 160px; /*　0418 能勢　200px→160pxに変更　*/
	width: auto;
	padding: 0 2.2em;
}
footer .sponsor1 dd a,
footer .sponsor2 dd a {
	width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;
}
footer .sponsor1 dd a:hover::after,
footer .sponsor2 dd a:hover::after {
	color: #ff0000;
}
footer .sponsor1 dd a::after,
footer .sponsor2 dd a::after {
	margin-left: 10px;
}
/**/
footer .gattsuri {
	border-top: 2px solid #ffffff;
}
footer .gattsuri ul {
	height: 70px; display: flex; justify-content: flex-start; align-items: center;
}
footer .gattsuri dl {
	margin-left: 30px; display: flex; justify-content: center; align-items: center;
}
footer .gattsuri li.banner {
	margin-left: 15px; padding-left: 15px; border-left: 1px solid #cccccc;
}
/**/
footer .txbottom ul {
	height: 50px; display: flex; justify-content:space-between; align-items: center;
}
/*~~*/
.navtop {
	width: 40px; height: 40px; padding: 5px 0; border-radius: 40px; right: 15px; bottom: 15px;
}
.navtop span {
	font-size: 30px;
}
/****************************************************************************************************************************************************************/
}