@charset "UTF-8";

body,
html {
  height: 100%;
  margin: 0 auto;
  letter-spacing: 2px;
  min-height: 100%; /* 最小の高さ */

}


html {
  font-size:62.5%;
}
body {
  font-size:1.4rem;
  background:#f7f7f7;
  height:100%;
}
*{
	padding:0;
	margin:0;
}
*, *::before, *::after {
  box-sizing:border-box;
}
.clearfix::after {
  content:'';
  display:block;
  clear:both;
}

/*===============
トップページ
=============*/
#content_top {
	width: 100%;
	font-family: "Sawarabi Mincho";
}
.yellow {
	color: aqua;
	font-weight: bold;
}
.box01bg {
	width: 100%;
}
.toplogo {
	text-align: center;
	padding-top: 20px;
}
.toplogo img{
	width: 700px;
	margin-bottom: 20px;
}
.box01 {
	width: 800px;
	margin: auto;
	color: #f7f7f7;
	padding: 50px;
	letter-spacing: 5px;
	line-height: 32px;
	background-color: rgba(0,0,0,0.5);
	font-size: 18px;
}
.box01 a{color: aqua;}

.bg-slider {
	width: 100%;
	background-image: url('../img/bg/bgbox01.jpg');
	background-attachment: fixed;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;	
	padding-bottom: 100px;
}
.bg-slider__title{
	color: #fff;
	font-size: 48px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}

.box02bg {
	width: 100%;
	background-image: url('../img/bg/bgbox01.jpg');
	background-attachment: fixed;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}
.box02 {
	width: 800px;
	margin: auto;
	color: #f7f7f7;
	padding:100px 0;
	letter-spacing: 4px;
	line-height: 32px;
	font-size: 18px;
}
.serihubox {
	background-color: rgba(0,0,0,0.6);
	padding: 50px 20px;
}
.midashi1 {
	padding: 1rem 2rem;
	color: #d3e9ff;
	background: rgb(44, 85, 198);
	-webkit-box-shadow: 5px 5px 0 #0b3c7d;
	box-shadow: 5px 5px 0 #0b3c7d;
	margin-bottom: 30px;
	font-size: 20px;
}


/*表*/
table {
	margin: 20px;
	width: 100%;
  }
  .tbl-r02 th {
	background: #3c72a2bd;
	border: solid 1px #ccc;
	color: #fff;
	padding: 10px;
	height:65px;
	width: 70%;
  }
  .tbl-r02 td {
  　border: solid 1px #ccc;
	padding: 10px;
	background-color: rgba(0,0,0,0.5);
	width: 29%;
	color: aqua;
  }

.text_center {
	text-align: center;
	color: aqua;
	font-size: 20px;
}
.text_center a {color: aqua;}
.text_center a:hover {color: rgb(234, 255, 255);}
.text_2_2 {
	font-family: "Sawarabi Mincho";	
	font-size: 20px;
}
.text_box_2_2 ul li {
	margin: 10px 20px;
}

.box03bg {
	width: 100%;
	background-image: url('../img/bg/bg_top3.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.box03 {
	width: 800px;
	margin: auto;
	color: #f7f7f7;
	padding: 50px 0;
	letter-spacing: 3px;
	line-height: 27px;
}
.midashi2 {
	padding: 1rem 2rem;
	color: #ffd8d8;
	background: rgb(198, 44, 44);
	-webkit-box-shadow: 5px 5px 0 #5a0000;
	box-shadow: 5px 5px 0 #5a0000;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}
.bord {
	font-size: 20px;
	font-weight: bold;
	color: red;
}

li.indent{
	padding-left: 2em;
	text-indent: -2em;
	list-style: none;
	color: #ccc;
}

.box04bg {
	width: 100%;
	background-image: url('../img/bg/bg_top4.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.box04 {
	width: 760px;
	margin: auto;
	color: #171717;
	padding:50px 0;
	letter-spacing: 3px;
	line-height: 27px;
	font-family: "Sawarabi Gothic";
}
.qanda {text-align: center;}
.qanda img {width:650px;}

.qandabox {
	background-color: #fce686aa;
	box-shadow: 5px 5px 0 #ffcf3e;
	padding: 20px;
}
.qatitle {
	font-size: 20px;
	color: red;
}
.qatitle2 {
	font-size: 20px;
	color: rgb(0, 85, 255);
}

.pcbr {display: block;}
.mbr {display: none;}
@media screen and (max-width: 810px) {
	.pcbr {display: none;}
	.mbr {display: block;}
	.bg-slider {
		width: 100%;
		height: 100%;
		background-position:center center;
		background-size: cover;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.box01bg {padding: 14px;}
	.box02bg {
		width: 100%;
		background-image: url('../img/bg/bgbox01_m.jpg');
		background-attachment: fixed;
		background-position: top;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.box01,.box02,.box03,.box04 {
		width:98%;
		padding: 10px;
	}
	.toplogo img{width: 90%;}
	.last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	  }
	  .tbl-r02 {
		width: 90%;
	  }
	  .tbl-r02 th,
	  .tbl-r02 td {
	　　border-bottom: none;
		display: block;
		width: 100%;
	  }
	  .tbl-r02 th {
		height:100%;
	  }
	  .midashi1.midashi2 {
		width:90%;
	}
	.qanda img {width:98%;}
}


.box13 {
    margin: 2em auto;
    color: #FFF;
    background: #5a31ff;
    border-bottom: solid 6px #0020b0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
	text-align: center;
	width: 800px;
	font-size: 20px;
}
.box13 p {
    margin: 0; 
    padding: 0;
}

.box13 a {
	display: block;
    width: 100%;
    height: 100%;
	padding: 20px 0;
	color: aqua;
}
.box13 a:hover {
	background: #95cfff;
	transition : all 0.5s ease 0s;
	border-radius: 9px;
	color: rgb(1, 153, 255);
}

/*パッチセット画像追加*/
.patch_box {
	display: flex;
	align-items: center;
}
.patchtext {padding: 0 25px;}
@media screen and (max-width: 810px) {
	.box13 {
		width: 98%;
	}

	.patch_box {
		display: block;		
	}
	.patchimg {text-align: center;}
}

footer {
	text-align:center;
	font-size:10px;
	color:#fff;
	background:#363636;
	padding:20px 0;
}

.f_link {
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}
.f_link a{color: #d3e9ff;}

#content_top2 {
	width: 100%;
	font-family: "Sawarabi Mincho";
	background-color: #000;
	width: 100%;
	background-image: url('../img/bg/cvbg.png');
	background-attachment: fixed;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;

}
.chara1,.img1 {width:200px;}
.toplogo2 {
	text-align: center;
	padding-top: 20px;
}
.toplogo2 img{
	width: 600px;
	text-align: center;
	margin-bottom: 20px;
}
.samplebox {
	width:800px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	color: #95cfff;
	justify-content: center;
	padding-bottom: 20px;
}

.samplebox::after{
	content:"";
	display: block;
	width:200px;
}

.header_pan {
	position: fixed;
	top:0;
	background-color: #000;
	width: 100%;
	font-size: 12px;
	color: #d3e9ff;
	font-family: "Sawarabi Gothic";
	padding: 5px 0 5px 10px;
}
.header_pan a {color: #d3e9ff;}

@media screen and (max-width: 810px) {
	.toplogo2 {
		text-align: center;
		padding-top: 50px;
	}
	.toplogo2 img{
		width: 100%;
	}
	.samplebox {
		width:100%;
	}
	.chara1,.img1 img {width:150px;}
	.samplebox::after{
		content:"";
		display: block;
		width:0px;
	}
}

.shop_kikan {
	color: aqua;
	border-bottom: aqua  5px double;
}
.fontzikan {letter-spacing: 0px;}