@charset "utf-8";
body{
	size : 20px;
	background: #651f1f;
	display:block;
	text-align: center;	
	color:#333333;
    line-height: 115%;
    padding-top : 60px;
}

.container{

    padding-right: 0px;
    padding-left: 0px; 

}

img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

header {
	position: relative;
	text-align: center;	/*内容を中央よせ*/
}
header{
	background: url('../img/top_titile.png') no-repeat left;
	height:200px;
	margin:0px;
	padding-left:30px;
	padding-top:20px;
}



/** Layout **/
#container {
	text-align: left;
	disyplay:inline-block;
}

.contentback{

	background: #ffffff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);	/*影の設定。右へ、左へ、広げる幅。0,0,0は黒のことで0.2は透明度20%のこと。*/
}

#body{

	background: #ffffff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);	/*影の設定。右へ、左へ、広げる幅。0,0,0は黒のことで0.2は透明度20%のこと。*/
	text-align:left;
	padding : 0px 20px;
	padding-top : 2px;
	padding-bottom :30px;
	margin-bottom:30px;

}

#body h2  {
  font-size:20px;
  clear: both;
  color:#ffffff;
  margin: 30px 0px;
  padding: 10px 10px;	/*上下、左右への余白*/
  color: #ffffff;
  background: #7d2e2e;
  border-left: solid 1px #840505;/*左線*/
  border-bottom:#840505 1px solid;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);	/*影の設定。右へ、左へ、広げる幅。0,0,0は黒のことで0.2は透明度20%のこと。*/
}

#body h3  {
	clear: both;
	margin-bottom: 15px;
	padding: 5px 5px 0px 0px;	/*上下、左右への余白*/
	color:#840505;
	font-size:15px;
}

#body h3:before {
	content: "▼ ";
	color:#840505;
	font-size:25px;
	
}

#bodyTool h1 {
	clear: both;
    margin: 30px 0px;
	padding: 5px 10px 0px 0px;	/*上下、左右への余白*/
	color:#840505;
	font-size:20px;
	border-bottom:#840505 2px dotted;
}

#bodyTool h1:before {
	content: "■ ";
	color:#840505;
	font-size:25px;
	
}

#bodyTool h2 {
	clear: both;
	margin-bottom: 15px;
	padding: 5px 5px 0px 0px;	/*上下、左右への余白*/
	color:#840505;
	font-size:15px;
}
#bodyTool h2:before {
	content: "▼ ";
	color:#840505;
	
}

#body ul li :before{

	content: "■";
	font-size : 50%;
	color:#840505;
}
#body ul {

	margin : 0px;
	padding : 0px;	
}

.my-parts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.my-parts ul li a {
  display: block;
  padding: .4em .8em;
  text-decoration: none;
  background: #fff;
  color: #333;
  text-align: left;
  margin: .2em 0;
}
.my-parts ul li a:hover {
  background: #eee;
}



.StickerProfile{


}

.StickerProfile .intoroduction{

	display:inline-block;


}

.StickerProfile img{


	float:left;margin-right:10px;margin-bottom:10px

}

.StickerProfile .store img{

	float:inherit;
	margin-right:10px;
	margin-bottom:10px
	margin-left:10px;
	

}

.StickerItem{


	display:inline-block;
}
.StickerItem img{

	float:inherit;
	margin-right:5px;
	margin-bottom:5px
	margin-left:5px;
    width: 190px;
    height: 170px;
    object-fit: cover;

	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);	/*影の設定。右へ、左へ、広げる幅。0,0,0は黒のことで0.2は透明度20%のこと。*/
}
.StickerItem li{

	display:inline-block;
	margin : 0px;
	background : sky;
	

}



.home_top{

	background-image:url('../img/home/rem.png');
	background-repeat: no-repeat;
    width: 100%;
    padding-top: 67.5629%;
    background-size: contain;
    padding-bottom: 50px;
}

.twtl{

    margin-bottom: 40px;
}




#side_navi{

	max-width:200px;
	display:inline-block;
	width : 30%;
	vertical-align : top;
}

.navbar *,.navbar-inverse{
    background-color: #DD;
    border-color: #DD;
}

a{

  color : #5f1b1b;
  text-decoration: none;
}
a:hover {
    color: #f57d7d;
    text-decoration: none;
}

.navbar-brand{

 	padding : 5px 10px;

}
.navbar-brand:before{

	content:"";
	display:inline-block;
	width:120px;
	height:120px;
	background:url("../img/red_logo_top.png") no-repeat;
	background-size:contain;

}

form{

    display: contents;
}

.btn1:a{
  color         : #ffffff;     /* 文字色     */
}
.btn1:visited{
  color         : #ffffff;     /* 文字色     */
}

input[type="submit"],input[type="button"],.btn1{
  margin : 20px;
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 120%;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 8px 13px;   /* 余白       */
  background    : #990000;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 4px 4px 3px #666666;  /* 影の設定 */
  border        : 2px solid #990000;    /* 枠の指定 */
}
input[type="submit"]:hover ,input[type="button"]:hover,.btn1:hover{
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #990000;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}

p{
    margin: 10px 0 10px 0;
}


.mainClm > div {
	min-height: 6em;
}


.ActivityLink{

	


}
.box18{
    margin:2em 0;
    position: relative;
    padding: 2em 2em;
    border: solid 2px #4c0f0f;
    border-radius: 3px 0 3px 0;
    border-radius: 10px;/*角の丸み*/
}

.box18 p {
    margin: 0; 
    padding: 0;
}

footer{
	color:#a97070;
	padding : 30px 0px 10px;
}
ul, li {
     margin: 0 0px;
}

@media screen and (min-width: 2000px) {
    .navbar-expand-custom {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }