@charset “UTF-8”;

.main-x { width: 94%;
padding: 23px;
margin: 0 auto;
}

.bana{
	text-align: center;
	width: 100%;
	}
.title {
	width: 97%;
 	font-size:1.5em;
	color:#fff;
	letter-spacing: 3px;
  background: #6495ed;
  box-shadow: 0px 0px 0px 5px #6495ed;
  border-radius:8px;
  border: dashed 2px white;
	margin:1.5em 0 0.2em;
  padding: 0.5em 0.7em;
}

.title_k {
	 	width: 95%;
 	font-size:1.3em;
  padding: 0.5em 1.2em;
	margin:1.5em auto 0.2em;
background: #1e90ff;
  border-radius:30px;
  	color:#fff;
}	

.title_mini{
 	width: 83%;
 	font-size:1.1em;
  padding: 0.5em 1em;
	margin:1.5em auto 0.2em;
background: #00bfff;
  border-radius:30px;
  	color:#fff;
	text-align: center;
}

.title_item{
	width: 50%;
	color:#1e90ff;
	font-size:1.3em;
padding: 0.25em 0 0.3em 0.75em;
	margin:1.0em 0.5em 0 2.8em;
  border-left: 6px solid #1e90ff;
  border-bottom: 1px solid #1e90ff;
}



/*---------------------------------
金魚用タイトル用
---------------------------------*/

.title_kin {
	width: 97%;
	font-size:1.5em;
	color:#fff;
	letter-spacing: 3px;
  background: #dc143c;
  box-shadow: 0px 0px 0px 5px #dc143c;
  border-radius:8px;
  border: dashed 2px white;
	margin:1.5em 0 0.2em;
  padding: 0.5em 0.7em;
}

.title_k_kin {
	 	width: 95%;
 	font-size:1.3em;
  padding: 0.5em 1.2em;
	margin:1.5em auto 0.2em;
background: #ff4500;
  border-radius:30px;
	color:#000000;
}	

.title_mini_kin{
 	width: 83%;
 	font-size:1.1em;
  padding: 0.5em 1em;
	margin:1.5em auto 0.2em;
background: #ff6347;
  border-radius:30px;
	text-align: center;
	color:#000000;
}

.title_item_kin{
	width: 50%;
	color:#dc143c;
	font-size:1.3em;
padding: 0.25em 0 0.3em 0.75em;
	margin:1.0em 0.5em 0 2.8em;
  border-left: 6px solid #dc143c;
  border-bottom: 1px solid #dc143c;
}





.txt{
width: 90%;
font-size:1.0em;
  padding: 0.5em 0.8em;
	margin:1.0em auto 0.2em;
	  border-radius:8px;
}


.attention {
 width: 80%;
   position: relative;
margin:1.0em auto 0.2em;
    padding: 1.5em 1.8em;
    border: solid 3px #ffa500;
    border-radius: 8px;
}
.attention .attention-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 17px;
    padding: 0 9px;
    line-height: 1;
    font-size: 1.3em;
    background: #FFF;
    color: #ffa500;
    font-weight: bold;
}
.attention p {
    margin: 0; 
    padding: 0;
font-size:1.0em;
}

/*---------------------------------
  ポイント囲みbox
---------------------------------*/
.point {
 width: 80%;
   position: relative;
margin:1.0em auto 0.2em;
    padding: 1.5em 1.8em;
    border: solid 3px #dc143c;
    border-radius: 8px;
}
.point .point-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 17px;
    padding: 0 9px;
    line-height: 1;
    font-size: 1.3em;
    background: #FFF;
    color: #dc143c;
    font-weight: bold;
}
.point p {
    margin: 0; 
    padding: 0;
font-size:1.0em;
}





.joken table {
width: 550px;
margin:0.5em auto 2.5em;
border-radius: 10px;
}

.joken td,
.joken th {
  border: solid 2px #9acd32;
  padding: 20px;
}


.joken th {
  background: #9acd32;
  color: #fff;
font-size:1.2em;
vertical-align: middle;
border-radius: 8px 0 0 8px;
}
.joken td {
font-size:1.0em;
border-radius: 0 8px 8px 0;

}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #9acd32;
    width: 100%;
  }
  .joken {
    width: 100%;
  }
  .joken th,
  .joken td {
display: block;
width: 100%;
padding: 10px;
  }
  
  .joken th {
border-radius: 8px 8px 0 0;
}
.joken td {
border-radius: 0 0 8px 8px;

}
 
}
 


.shop{
width: 94%;
margin: 10px auto;
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.item ul{
list-style: none;
padding: 4px;
}

.item li{
width: calc( 370%/4 );
max-width:190px; 
margin:5px;
text-align: center;
list-style: none;
}

.item li a{
width:180px;
font-size:1.0em;
color:#653200;
text-align: center;
}

.item li img{
width:180px;
text-align: center;
}


.shopbana{
text-align: center;
list-style-type: none;
padding: 5px;
	}
.shopbana img { width: 90%;
max-width:850px; 
}