@charset "utf-8";
/* CSS Document */


/* PC向けスタイル */
@media (min-width: 768px) {
body {
 font-size: 18px;
/* 他のPC向けのスタイル設定 */
}

.linkbox {
 width: 600px;
 margin:0 auto;
 background:#fff;
 color:#333;
}

.junlebtn {
border: 1px solid #9999997a;
 color: #fff;
 font-size: 1em;
 border-radius: 5px;
 text-align: center;
 margin: 10px;
 background-color: #ff3f3fe6;
 width:200px;
}

.foot_access {
display:none;
}
}

/* モバイル向けスタイル */
@media (max-width: 767px) {
body {
 font-size: 14px;
/* 他のモバイル向けのスタイル設定 */
}

.linkbox {
 margin: 6px;
 background:#fff;
 color:#333;
}

.junlebtn {
border: 1px solid #9999997a;
 color: #fff;
 font-size: 1em;
 border-radius: 5px;
 text-align: center;
 margin: 10px;
 background-color: #ff3f3fe6;
 width:100px;
}
}


h1.title {
 font-size: 32px;
 color: #fff;
 text-shadow: 0 0 5px #a64eff,0 0 10px #a64eff,0 0 20px #a64eff,0 0 40px #b266ff,0 0 80px #cc80ff;
 font-weight: bold;
 background-color: #000; /* 黒背景で発光が際立つ */
 padding: 20px;
 line-height: 44px;
}

a.title {
 text-decoration: none;
}

.homebox {
	background-color:#FFF;
	color:#FF0;
	text-decoration:none;
}

.textbox1 {
	background-color: #FFF;
	font-size: 18px;
	line-height: 26px;
	padding: 5px;
}

.textbox2 {
	background-color: #FFF;
	font-size: 16px;
	line-height: 22px;
	padding: 5px;
}

.list {
 backgroud: #fff;
 text-align: center;
}

.about1 {
 background: #fff;
 text-align: left;
 font-size: 16px;
}


.neon {
	width:80%;
	margin:0 auto;
	color: #ffffff; /* 白文字 */
	padding: 12px 20px;
	border-radius: 10px;
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	/* 文字のネオン発光 */
  text-shadow:
 0 0 3px #ffffff, 0 0 6px #00d9ff, 0 0 10px #00d9ff, 0 0 15px #00bfff;
	/* ボックス全体の発光（ネオン背景） */
  box-shadow:
 0 0 5px #00aaff, 0 0 10px #00cfff, 0 0 20px #00eaff;
 margin-top: 50px;
}

.neonchild {
	width:100%;
	font-size: 18px;
	color: #fff;
	text-shadow:
 0 0 5px #a64eff, 0 0 10px #a64eff, 0 0 20px #a64eff, 0 0 40px #b266ff, 0 0 80px #cc80ff;
	font-weight: bold;
	background-color: #000; /* 黒背景で発光が際立つ */
	padding: 20px;
	display: inline-block;
	margin-top: 20px;
}

#fixad {
	background: #000000 none repeat scroll 0 0;
	left: 0;
	max-width: 100%;
	padding: 3px 0 0;
	position: fixed;
	z-index: 100;
}

#fixad img {
	max-width: 100% !important;
}

.siteshokai img {
	width:250px;
}

.siteshokai h3 {
	position: relative;
	line-height: 2em;
	text-indent: 0em;
	margin-bottom: 15px;
	background: #bfdfff;
	text-align: center;
	border-left: 5px solid #0055ff;
	border-bottom: 1px solid #0055ff;
}

.siteshokai a {
	text-decoration:none;
}

.area-list {
	background-color: #ffffff; /* 背景白 */
	padding: 20px;
	font-size: 18px;
}

.area-list dt.bicarea {
	background-color: #007BFF; /* 青背景 */
	color: #ffffff;
	padding: 8px 12px;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 20px;
	display: block; /* 改行するため */
}

.area-list dd.smallarea {
	display: inline-block; /* 横並び */
	margin: 5px 10px 10px 0;
}


.buttonmsbbs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin: 0 auto;
    padding: .9em 2em;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 3px #a65ab5;
    background-color: #a65ab5;
    color: #fff;
    font-weight: 600;
    font-size: 1.4em;
	margin-top: 15px;
}


.comfoot2 {
	float: right;
    margin: 3px 0 5px;
    margin-right: 10px;
}

.comfoot2 li a {
	background-color: #bf2424;
    box-shadow: 0 1px 0 #333;
    color: #FFF;
    display: block;
    margin: 0 0 0 3px;
    padding: 10px 13px;
    text-decoration: none;
}

.bbslinkiconbox{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
}


/*アイコン画像*/
.kadomaru {
border-radius:20px;
margin-top: 20px;
}

.kasanetext{
position: relative;
text-align: center;
}
.kasanetext p{
  position: absolute;
  color: #fff;
  font-size: 1rem;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  background: #F06;
  opacity: 0.7;
  padding: 0.5rem;
}

@media screen and (max-width: 768px){
.kasanetext p{
  font-size: 1rem;
  width: 100%;
}
}/*SP END*/