html{
    color:#000;background:#FFF;
    margin:0;padding:0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;padding:0;
    font-family:sans-serif;
    -webkit-text-size-adjust: none;
}
table{
    border-collapse:collapse;border-spacing:0;
}
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;font-weight:normal;
}
li { list-style:none; } caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
    font-size:100%;font-weight:normal;
}

body{
	width:100%;
}

.kahenpic{
		max-width:100%;
}


@media screen and (min-width: 1381px) {


}/*----------------------------*/
@media screen and (min-width:600px) and (max-width: 1380px) {




}/*----------------------------*/
@media screen and (max-width: 599px) {


}/*----------------------------*/


.divsmenyu {
	z-index:110;
	position: fixed;
	top: 0;
	right: -460px;
	max-width: 460px;
 	height:100vh;
	padding: 0 14px 0 15px;
	background: #fffafa url('./../images/back01.gif') repeat ;
	border-left:4px solid #ccb0b0;
	box-sizing:border-box;
	overflow: auto;
}

#menyu01d .slide-inner {
	overflow: auto;
	overflow-x: hidden;
}






input[type="range"]{
    outline:none;
}
button {
    width: auto;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
    outline:none;
}


#leftfooter{
			display:block;
			box-sizing:border-box;
			vertical-align:top;
			color:#d9d9d9;
			font-size:13px;
			line-height:1.4;
}

#seachmenyudiv{
		display:block;
		box-sizing:border-box;
		vertical-align:top;
		background:#fff;
		border-left:2px solid #7f7677;
		border-bottom:2px solid #7f7677;
		border-right:2px solid #7f7677;

}

#seachmenyudiv li{
	display: inline-block;
	box-sizing:border-box;
	background-color: #fffafa;
	background: #fffafa url('./../images/back01.gif') repeat top;
	width: 100%;
	height: 60px;
	padding: 3px 15px;
	margin:8px 0 0 0;
	border: 3px solid #ffffff;
	border-radius: 5px;
	box-shadow: 0px 2px 3px #373737;
	text-align:left;
	font-size:19px;
	line-height:1.2;
	font-weight:normal;
	text-shadow:0 1px 1px #fff;
	color:#6e1c1c;
	vertical-align:middle;
}
#seachmenyudiv li p{
    display: table-cell;    
    vertical-align: middle;  
	margin:0 0 10px;
}
#seachmenyudiv li p img{
    vertical-align: middle;  
}
#seachmenyudiv li p:hover{
	color:red;
}








.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    width: 100%;
     margin: 0 auto;
    text-align:left;
}
.tabs2 {
    margin-top: 50px;
    padding-bottom: 40px;
    width: 100%;
     margin: 0 auto;
    text-align:center;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #a44242;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item01"],input[name="tab_item02"], input[name="tab_item04"]{
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 0 0 0;
  clear: both;
  overflow: hidden;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
tap-highlight-color:rgba(0, 0, 0, 0);
}


/*選択されているタブのコンテンツのみを表示*/
#popular01:checked ~ #popular01_content,
#newmenyu01:checked ~ #new01_content,
#popular02:checked ~ #popular02_content,
#newmenyu02:checked ~ #new02_content,
#popular04:checked ~ #popular04_content,
#newmenyu04:checked ~ #new04_content
{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #a44242;
  color: #fff;
}





/*---------------------------------------------------------*/

.menyuconte{
	max-width:650px;
	margin:0 auto;
    padding:10px 0 70px 0;
}

.menyutop{
    text-align:center;
    vertical-align: middle;
    margin:20px 0 0 0;
    height:60px;
    font-size:21px;
	text-shadow:0 1px 1px #fff;
}
.menyutop p{
    vertical-align: middle;
    margin: 0 0 10px;
}
.menyutop img{
    vertical-align: middle;
}
.menyucap{
        font-size:13px;
        color:#a44242;
        text-align:center;
}

#indexconte {
	box-sizing: border-box;
	width: 100%;
	max-width: 650px;
	text-align: left;
	margin: 0;
	box-sizing:border-box;
}

.homesubhead {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	margin:50px 0 0 0;
	padding: 7px 3px 3px 23px ;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #606600;
	vertical-align: middle;
	background: #ffffff;
	padding-right: 20px;
}
.homesubhead > img{
	background: #acacac;
}
.tagspace01 {
box-sizing: border-box;
width: 100%;
font-size: 0;
}





.tagul01 {
	box-sizing:border-box;
	margin:6px 0 0 0;
	padding:2px 0 5px 3px;
	font-size:0;	
	display:inline-block;
	width:100%;
	background:#ffffff;
	border-bottom:2px dotted #acacac
}
.tagul02 {
	box-sizing:border-box;
	margin:6px 0 0 0;
	padding:2px 0 5px 3px;
	font-size:0;	
	display:inline-block;
	width:100%;
	background:#ffffff;
	border-bottom:2px dotted #acacac;	
}
.tagul03{
	box-sizing:border-box;
	border-top:3px solid #acacac;
	margin:0;
	padding:0 3px 3px 5px;
	font-size:0;	
	display:inline-block;
	width:100%;
	background:#ffffff;
	border-bottom:2px dotted #acacac
}

.tagul04{
	box-sizing:border-box;
	border-top:2px solid #444444;
	border-bottom:2px dotted #acacac;
	margin:0;
	padding:5px 5px 5px 5px;
	font-size:0;	
	display:inline-block;
	width:100%;
	background:#ffffff;

}


.tagul01 li{
	box-sizing:border-box;
	display:inline-block;
	width:33%;
	text-align:center;
	letter-spacing: normal;
	margin:0;
	padding:0;	
}
.tagul01 li a:link{
	box-sizing:border-box;
	display:inline-block;  
	font-size:12px;
	line-height:1.5em;
	padding:10px 0;
	color:#ffffff;
	width:100%;
	text-decoration:none;
	background-color:#d68bad;
	border:2px solid #ffffff;
}
.tagul01 li a:visited{
	color:#fff;
	text-decoration:none;
}
.tagul01 li a:hover{
	color:#ffb6c1;
	background-color:#dfadb4;
	text-decoration:none;
}




.tagul02 li{
	box-sizing:border-box;
	display:inline-block;
	width:33%;
	text-align:center;
	letter-spacing: normal;
	margin:0;
	padding:0;	
	background:#ffffff;
}
.tagul02 li a:link{
	box-sizing:border-box;
	display:inline-block;  
	font-size:12px;
	line-height:1.5em;
	padding:10px 0;
	color:#ffffff;
	width:100%;
	text-decoration:none;
	background-color:#8badd6;
	border:2px solid #ffffff;
}
.tagul02 li a:visited{
	color:#fff;
	text-decoration:none;
}
.tagul02 li a:hover{
	color:#8badd6;
	background-color:#c0c0c0;
	text-decoration:none;
}

.tagul03 li{
	display:inline-block;
	width:calc(50% - 3px);
	text-align:center;
	letter-spacing: normal;
	margin:3px 3px 0 0;
	padding:0;	
}
.tagul03 li a:link{
	display:inline-block;  
	font-size:12px;
	line-height:1.5em;
	padding:10px 0;
	color:#ffffff;
	width:100%;
	text-decoration:none;
	background-color:#d68bad;

}
.tagul03 li a:visited{
	color:#fff;
	text-decoration:none;
}
.tagul03 li a:hover{
	color:#ffb6c1;
	background-color:#c0c0c0;
	text-decoration:none;
}


.tagul04 li{
	display:inline-block;
	width:100%;
	text-align:center;
	letter-spacing: normal;
	margin:0;
	padding:0;	
	background:#ffffff;
	
}
.tagul04 li a:link{
	display:inline-block;  
	font-size:12px;
	line-height:1.5em;
	padding:10px 0;
	color:#ffffff;
	width:100%;
	text-decoration:none;
	background-color:#8badd6;
}
.tagul04 li a:visited{
	color:#fff;
	text-decoration:none;
}
.tagul04 li a:hover{
	color:#8badd6;
	background-color:#c0c0c0;
	text-decoration:none;
}

.komidashi01{
    font-size:14px;
    margin:30px 0 10px 40px;
}

.formbox0{
    box-sizing:border-box;
    text-align:center;
    width: 90%;
    padding:15px 0;
    min-height: 65px;
    margin:0 auto 70px auto;
    border: 1px solid #ececec;
    border-radius: 5px;
    background-color: #ececec;
    box-shadow: 0px 0px 4px #aaaaaa inset;
}
.txt0 {
    display:inline-block;
    border: 0;
    width: 50%;
    height: 33px;
    font-size: 15px;
    line-height: 1em;
    color: #c6156e;
    padding: 0 10px;
    margin:0 30px 0 0;
}
.sousin0 {
    display:inline-block;
    width:50px;
    height: 33px;
    font-size: 13px;
    border: solid 1px #bbb;
    line-height: 1em;
    color: #444444;
    background: linear-gradient( #aaa, #ccc);
    border-radius: 3px;
    outline: none;
}

.txt5 {
    display:inline-block;
    border: 0;
    width: 50%;
    height: 33px;
    font-size: 15px;
    line-height: 1em;
    color: #c6156e;
    padding: 0 10px;
    margin:0 5px 0 0;
}

.formbox5{
    box-sizing:border-box;
    text-align:center;
    width: 100%;
    padding:15px 0;
    min-height: 65px;
    margin:0 auto 10px auto;
    border: 1px solid #ececec;
    border-radius: 5px;
    background-color: #ececec;
    box-shadow: 0px 0px 4px #aaaaaa inset;
}
.tuika5 {
    display:inline-block;
    width:80px;
    height: 33px;
    font-size: 13px;
	text-align:center;
    border: solid 1px #bbb;
    line-height: 1em;
    color: #111;
    background: linear-gradient( #fff, #d4d4d4);
    border-radius: 3px;
    outline: none;
}
.tuika5time {
    display:block;
    width:90%;
	margin:0 auto 20px auto;
	padding:0 0 0 10px;
    height: 45px;
    font-size: 14px;
	line-height:1rem;
    border: solid 1px #bbb;
    line-height: 1em;
    color: #010083;
    background: linear-gradient( #fff, #d4d4d4);
    border-radius: 3px;
    outline: none;
}

.aindi{
    display:inline-block;
    vertical-align:top;
    width: 110px;
    margin:5px 0 0 0;
    padding:5px 0 0 0;
    height: 132px;
    font-size: 11px;
    line-height: 1.1em;
    overflow: hidden;
    color: #42000;
    background: #d9948d;
    text-align: center;
    border: 5px solid #fff6f5;
}
.aindi  img {
    margin:0 0 5px 0;
}

.aindi  img:hover {
    opacity:0.6;
}

.makerul{
    padding:25px 10px;
    border:3px solid #fff;
}

.makerul li {
        margin:0 0 10px 0;
}

.makerul li a  p {
     display: inline-block;
    vertical-align:middle;
    line-height:38px;
    width:100%;
    white-space: nowrap;
    overflow:hidden;
    text-overflow : ellipsis;
}

.makerul li  a  p >  img{
     display: inline-block;
    vertical-align:middle;
    margin:0 10px 0 0;
}
.makerul li  a:link{       
        display: inline-block;
        box-sizing:border-box;
        font-size:1rem;
        color:#111;
        width:100%;
        background:#fff;
        border:1px solid #acacac;
}

.makerul li  a:visited{
        border:1px solid #acacac;
        color:#111;
        background:#fff;

}
.makerul li  a:hover{
        border:1px solid red;
        color:red;

}



.makercap{
        padding:5px 10px;
        font-size:12px;
        color:#a44242;
        line-height:1.3;
}

/*-----------------------------------*/
.tuikaucap{
	font-size: 25px;
	line-height:1;
	margin:10px 0 20px 0;
	font-weight: bold;
	color: rgb(29, 0, 149);
	text-align: center;
	font-family: serif;
}
.kenparam{
	box-sizing:border-box;
	width:95%;
	min-height:100px;
	margin:20px auto  0 auto;
	padding:8px;
	border:5px solid rgb(15, 141, 167);
	border-radius:2px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow:0px 2px 4px rgba(45, 23, 23, 0.5);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(227, 245, 255, 0.95) 4px, rgba(227, 245, 255, 0.95) 14px );
	font-size: 20px;
	line-height:1.4;
	color: rgb(236, 0, 168);
	text-align: center;
}
.imgcenter{
	text-align:center;
}
.tuisubdiv{
    width:80%;
	margin:40px auto 60px auto;
}
.sousin5{
	cursor:pointer;
    display:block;
	width:100%;
    height: 60px;
    font-size: 20px;
    line-height: 1em;
    color: #01008f;
    background: linear-gradient(#017fba, #40daea);
	border:4px solid #c1e6f5;
    border-radius: 8px;
    outline: none;
	box-shadow:0 2px 5px rgba(0,0,0,0.6);
	text-shadow:0 -1px 7px rgba(255,255,255,1)
}
.sousin5:hover{
	    color: rgb(135, 131, 0);
}
.sousin5:focus{
    outline:0;

}
.sousin6{
    display:inline-block;
    width:30%;
    height: 30px;
	margin:30px 0 0 0;
    font-size: 15px;
	text-align:center;
    border: solid 1px #bbb;
    line-height: 30px;
    color: #01008f;
    background: linear-gradient(#fff, #aaa);
	border:2px solid #c8c8c8;
    border-radius: 4px;
    outline: none;
	text-shadow:0 -1px 7px rgba(255,255,255,1)
}
.sousin7{
    display:block;
    width:30%;
    height: 30px;
	margin:0 auto 30px auto;
    font-size: 15px;
	text-align:center;
    border: solid 1px #bbb;
    line-height: 30px;
    color: #01008f;
    background: linear-gradient(#fff, #aaa);
	border:2px solid #c8c8c8;
    border-radius: 4px;
    outline: none;
	text-shadow:0 -1px 7px rgba(255,255,255,1)
}
.sousin6:link,.sousin7:link{
	text-decoration:none;
}

.tuigekip{
	margin:-20px 0 20px 0;
	font-size:17px;
	color:rgb(135, 131, 0);
	text-align:center;
	animation: flash 0.3s linear infinite;
}
.tuigekideka{
	margin: 10px 0 0 10px;
	font-size: 17px;
	color: rgb(135, 131, 0);
	text-align: center;
	animation: flash 0.3s linear infinite;
	float: left;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.linknewst:link{
	display:block;
	color:#6e1c1c;
	text-decoration:none;
  	width:100%;
 	 height:100%;
}
.linknewst:visited{
	color:#6e1c1c;
	text-decoration:none;
}
.linknewst:hover{
	color:red;
	text-decoration:none;
}





