@charset "utf-8";
/* reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* /reset */



/* -----public CSS ----- */



/* body */
::selection{
	background:#444;
	color:#FFF;
}
body{
	font-family: "游ゴシック", "Yu Gothic" ,"sans-serif";
	background:#ddd;
	color:#333;
	font-size: 14px;
	line-height: 24px;
}
p{
	margin:0 0 15px;
}
dl{
	margin:0 0 10px;
}
dd{
	padding-left:25px;
}
h2{
	font-size:1.8em;
	margin:0 0 10px;
}
/* /body */


/* header */
#header_bg{
	width:100%;
	height:60px;
	background:#666;
}
#header{
	width:1000px;
	height:60px;
	margin:0 auto;
	padding-top:12.5px;
	text-align:center;
	font-size:1.0em;
}
#header #header_left{
	float:left;
}
#header #navi{
	float:right;
	font-size:30px;
	text-align:center;
}
#header #navi li{
	display: inline;
	border-right:1px solid #FFF;
	list-style-type: none;
}
#header #navi li.lilast{
	border:none;
}

/* /header */


/* container */

#container_bg{
	width:1040px;
	min-height:800px;
	margin:0 auto;
	background: #f9f9f9;
}
#container{
	width:1000px;
	height: 100%;
	margin:0 auto;
	font-size:1.0em;
}
#container a{
	color:#333;
	text-decoration:underline;
}
#container a:hover{
	text-decoration:none;
}
#container #forsmp{
	display:none;
}
#container #fade #kv img{
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	box-shadow:0 0 5px #666;
}
#container .top_text{
	margin:20px 0 10px;
	padding:10px;
	border:1px solid #666;
	border-radius:10px;
}
#container .top_text img{
	padding:5px;
	border:1px solid #999;
	border-radius:10px;
}
#container #kousin{
	margin-bottom:10px;
	padding:0 0 10px;
	border-bottom:1px solid #666;
	text-align:center;
}
#container .description{
	margin:10px 0 10px;
	padding:10px;
	border-left:3px solid #666;
	border-bottom:1px solid #666;
}
#container .description p{
	margin:0;
}
#container .main_text{
	padding:10px;
}


/* pagetop */
#pagetop img{
	position:fixed;
	z-index:100;
	right:50px;
	bottom:50px;
	border-radius:10px;
	box-shadow:0 0 5px #333;
}

/* /pagetop */


/* footer */
#footer{
	width:100%;
	padding:10px 0 20px;
	background:#666;
	color:#FFF;
	font-size:0.8em;
	text-align:center;
}
#footer p{
	margin:0;
}
#footer a{
	color:#FFF;
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;
}
/* /footer */



/* -----private css----- */



/* mascot */
#mascot{
	text-align:center;
}
#mascot img{
	border:1px solid #999;
	border-radius:10px;
}
/* /mascot */



/* gallery */
#container #button{
	width:1000px;
	height:30px;
	margin:20px auto;
	text-align:center;
}
#container ul.tab_button li{
	width:100px;
	height:30px;
	margin:0 5px;
	display:inline;
}
#container ul.tab_button li img{
	padding:5px;
	border:1px solid #999;
	border-radius:10px;
}
#container #tabs{
	text-align:center;
}
#container #tabs li{
	margin:0 5px;
	display:inline;
}
#container #tabs #panel2,
#container #tabs #panel3,
#container #tabs #panel4,
#container #tabs #panel5{
	display: none;
}
#container #tabs img{
	padding:5px;
	border:1px solid #999;
	border-radius:10px;
}
/* /gallery */

.flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex p{
  margin: 0 10px;
}
.linkArea{
  padding: 0 0 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #666;
}
.linkArea:first-of-type{
  padding: 25px 0 40px;
}
.linkArea:last-of-type{
  border-bottom:none;
}
.linkArea p{
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.linkArea p:has(img){
  margin-bottom: 0;
}
.linkArea p img{
  max-width: 100%;
  vertical-align: middle;
}
.linkArea p img:not(.fantia):not(.fanbox){
  max-height: 50px;
}
.linkArea p img.fantia{
  max-height: 100px;
}
.linkArea p img.fanbox{
  max-height: 30px;
}
.linkArea .txt-inline{
  display: inline-block;
}