@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
*{
  box-sizing: border-box;
}
/*================================================
 *  一般・共通設定
 ================================================*/

  html{
 	 font-size: 62.5%;
  }
body {
	font-size:14px;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#fff;
}
.sp{
  display: none!important;
}
.inner {
	position:relative;
	width:980px;
	margin:0 auto;
}
.tp{
	width: 1200px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding: 5% 5% 1%;
  border-bottom: #ff0 solid 2px;
}
.innertp{
	display: inline-block;
	font-size: 5rem;
	color: #fff;
	font-weight: bold;

}

.innertpyl{
  text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff;
  color: #faa92e;
  -webkit-text-stroke: 1px #333;
  font-weight: bold;
}
.innertpun{
  color: #ffff00;
  background: linear-gradient(transparent 60%, #002d0d 60%);
  font-weight: bold;
  text-shadow: 0 0 10px #002d0d,0 0 30px #002d0d,0 0 20px #002d0d,0 0 3px #000,0 0 1px #000,0 0 5px #002d0d;
}


nav {
	width:100%;
	background:#fff;
	box-shadow:0 1px 2px #d0d8dc;
	⁄zoom:1;
}
nav:after {
   content:'';
   display:block;
   clear:both;
}

footer {
	width:100%;
	margin:0 auto;
}

a {
	text-decoration:none;
  color: #fff;
}
a:hover {
	text-decoration:none;
}

h2 {
	margin-bottom:0.5em;
	padding:10px 0;
	font-size:21px;
	color:#333;
	border-top:3px solid #710000;
	border-bottom:1px dotted #710000;
}

h3 {
	margin-bottom:0.25em;
	padding:2px 5px;
	color:#fff;
	font-size:16px;
	background:#333;
}

h4 {
	margin-bottom:0.25em;
	font-size:15px;
	color:#710000;
	border-bottom:3px solid #710000;
}

h5 {
	position:relative;
	margin-bottom:0.25em;
	padding-left:10px;
	color:#710000;
	font-size:14px;
	font-weight:bold;
}
h5:before {
    content:"";
    margin-top:-7px;
    position:absolute;
    top:50%;
    left:0;
    width:5px;
    height:14px;
    background:#8c0e0e;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#eee;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}
i{
	margin-left: 1%;
	margin-right: 1%;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
	nav {
		background:#9b0f0f;
		border-bottom:5px solid #710000;
		box-shadow:0 1px 3px #999;
		z-index:3;
	}
	nav ul {
		margin:0;
		padding:0;
	}
	nav li {
		position:relative;
		width:17%;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;
	}
	nav li:first-child {
		width:15%;
	}
	nav li:before {
		content:"";
		margin-top:-7px;
		position:absolute;
		top:50%;
		left:0;
		width:1px;
		height:14px;
		background:#8c0e0e;
	}
	nav li:last-child:after {
		content:"";
		margin-top:-7px;
		position:absolute;
		top:50%;
		right:0;
		width:1px;
		height:14px;
		background:#8c0e0e;
	}
	nav li:hover:before,
	nav li:hover + li:before,
	nav li:last-child:hover:after,
	nav li li:before,
	nav li li:after {
		display:none;
	}
	nav li:last-child li {
		left:-50%;
	}
	nav li a {
		display:block;
		padding:10px 0;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
	}
	nav li ul {
		display:block !important;
		position:absolute;
		top:100%;
		left:0;
		margin:0;
		padding:0;
		border-radius:0 0 3px 3px;
		z-index:3;
	}
	nav li ul li {
		overflow:hidden;
		width:150%;
		height:0;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		-o-transition:.2s;
		-ms-transition:.2s;
		transition:.2s;
	}
	nav li li:first-child {
		width:150%;
	}
	nav li ul li a {
		padding:10px 15px;
		background:#7c0c0c;
		text-align:left;
		font-weight:normal;
	}
	nav li:hover > a {
		background:#7c0c0c;
		color:#fff;
	}
	nav li:hover > a:hover {
		background:#710000;
	}

	.gnav {
		display:block !important;
	}

	#spMenu {
		display:none;
	}

	.showNav {
		background:#7c0c0c !important;
	}

	.showSub {
		overflow:visible;
		min-height:42px;
		border-bottom:2px solid #8c0e0e;
	}
	.showSub:last-child {
		border-bottom:0;
	}
	.showSub:last-child a {
		border-radius:0 0 3px 3px;
	}

	.fixed {
		position:fixed;
		top:0;
		left:0;
	}
}



/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#efede9;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
	font-size:12px;
	text-align:center;
}
.footmenu a {
	color:#333;
	text-decoration:none;
}
.footmenu a:hover {
	color:#333;
	text-decoration:underline;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#efede9;
	background:#2e2e2e;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
 .totop {
 	position:fixed;
 	bottom:15px;
 	right:15px;
  width: 100px;
 }
 .totop a {
 	display:block;
 	text-decoration:none;
 }
 .totop a:active {
 	animation: ease osuto 0.5s forwards;
 }
 @keyframes osuto {
 	0%{transform: translateY(0);}
 	100%{transform: translateY(20px); opacity: 0.5;}
 }
 .totop img{
   max-width: 100%;
}
/*================================================
 *  クラス
 ================================================*/
 .kasari{
   position: relative;
 }
 .imgcent{
 	max-width: 100%;
  margin: 2% auto;
 	display: block;
 }
 .tablet{
   display: none!important;
 }
 .list {
 	padding:0 0 0 0.5em;
 }
 .list li {
 	margin:0;
 	padding:0 0 0 15px;
 	list-style:none;
 	background:url(../images/check.png) 0 5px no-repeat;
 }
.naiyottkakomu{
  padding: 2%;
  background: #faa92e;
  color: #333;
  font-weight: bold;
  font-size: 2rem;
  border: #fff solid 4px;
  box-shadow: 5px 5px 5px #333;
  border-radius: 8px;
}
 .info dt {
 	border-bottom:none;
 }
 .info dd {
 	padding-bottom:1em;
 	border-bottom:1px solid #ddd;
 }

 .col_two_one {
 	overflow:hidden;
 }

 .col_two_one ul {
 	overflow:hidden;
 	margin:2% -2% 0 0;
 }
 .col_two_one li {
 	list-style:none;
 	float:left;
 	width:48%;
 	margin:0 2% 2% 0;
 }
 .col_two_one li:nth-child(2n+1) {
 	clear:both;
 }
 .col_two_one li img {
 	width:100%;
 	margin-bottom:2.5%;
 }

 .fuwa{
 	animation: ease 3s fufuwa forwards;
 }
 @keyframes fufuwa {
 	0%{ opacity: 0;}
 	100%{ opacity: 1;}
 }
.bgwh{
  position: relative;
  background: #fff;
}
.marker{
  background: linear-gradient(transparent 60%, yellow 60%);
}
@keyframes blink {
  0{opacity: 0;}
  50%{opacity: 1;}
  100%{opacity: 0;}
}

.ktopic{
 display: inline-block;
 padding: 1% 3%;
 background: linear-gradient(45deg,#492f00,#9e9601,#fcf34e,#9e9601,#492f00);
 font-weight: bold;
 border-radius: 8px;
 box-shadow: 2px 2px 4px inset #fff,3px 3px 2px #000;
 font-size: 3rem;
 color: #000;
 text-shadow: 0 0 3px #fff,0 0 5px #fff,0 0 8px #fff;
}



 /*form共有*/
 /*=========.inquiryform=======*/
 .inquiryform form{
  width: 90%;
  margin: 2% auto;
 }

 .inquiryform form .centerform {
  text-align: center;
 }

 .inquiryform form .centerform input[type="text"] ,.inquiryform form .centerform select {
  width: 96%;
  margin-top: 2%;
     margin-bottom: 2%;
 }

 .inquiryform .centerform textarea {
  width: 96%;
  height: 100px;
 }
 .inquiryform table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: none;
  background: none;
 }
 .inquiryform td {
  border: none;
  background: none;
  width: 65%;
  font-size: 20px;
  line-height: 2;
 }
 .inquiryform td input,.inquiryform td select {
  padding: 2%;
  font-size: 18px;
 }
 .inquiryform td textarea {
  padding: 2%;
  font-size: 18px;
 }
 .inquiryform td select {
  padding: 2%;
  font-size: 20px;
 }

 .inquiryform th {
  border: none;
  background: none;
  text-align: left;
  width: 34%;
  padding-top: 3%;
  padding-bottom: 3%;
  font-size: 20px;
  color: #00;
  font-weight: bold;
 }
 .inquiryform b {
  color: #000;
 }

 .inquiryform tr{
  border-bottom: gray 1px dashed;
 }

 .inquiryform tr:last-child{
  border-bottom: none;
 }


 .inquiryform .contactbtn{
   display: block;
   width: 90%;
   margin: 5% auto;
   color: #000;
   text-shadow: 0 0 1px red,0 0 2px red, 0 0 5px red, 0 0 10px #000, 0 0 15px red;
   font-size: 40px;
   text-align: center;
   font-weight: bold;
   padding: 2%;
   border: #000 2px solid;
   box-shadow: 0 0 1px red,0 0 2px red, 0 0 5px red, 0 0 10px #fff, 0 0 15px red, 0 0 30px #fff;
   border-radius: 10px;
   text-decoration: none;
 }
 .inquiryform .contactbtn:hover{
   box-shadow: 0 0 1px red,0 0 2px red, 0 0 5px red, 0 0 10px #fff, 0 0 15px red, 0 0 30px #fff,0 0 30px #fff inset,0 0 50px #fff inset;
   color: #fff;
   text-shadow: 0 0 1px yellow,0 0 2px yellow, 0 0 5px red, 0 0 10px #000, 0 0 15px yellow;
   border: #fff 2px solid;

 }



/******************
動画
*****************/
.tvfu{
	background: url(../images/telebi.png);
	padding: 3%;
	background-size: 100%;
}

.youtube{
	position: relative;
	width: 100%;
	padding-top:56.25%;
	margin-bottom: 10%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width:100%!important;
	height:100%!important;
}
/************
PDFデータ
*********/
.databox{
  background: rgba(255,255,255,0.7);
  padding: 2%;
  border-radius: 8px;
  box-shadow: 0 0 5px #fff;
  margin-bottom: 5%;
}
.databoxtt{
 display: inline-block;
 position: absolute;
 top: -5px;
 left: 0;
 padding: 1% 3%;
 background: linear-gradient(45deg,#492f00,#9e9601,#fcf34e,#9e9601,#492f00);
 font-weight: bold;
 border-radius: 8px;
 box-shadow: 2px 2px 4px inset #fff,3px 3px 2px #000;
 /*transform: rotate(-5deg);*/
 font-size: 3rem;
 color: #000;
 text-shadow: 0 0 3px #fff,0 0 5px #fff,0 0 8px #fff;
 z-index: 2;
}

.datalinkbox{
 display: inline-block;
 margin: 3% auto;
}
.datalinkbox a{
   color: #fff;
   padding: 2% 10% 3% 4%;
   border-radius: 50px;
   background: #f00;
   box-shadow: 3px 3px 2px #000, 0 0 2px #000;
   display: grid;
   place-items: center;
   text-decoration: none;
   font-weight: bold;
}
.datalinkbox a:hover{
 background: #ff0;
 color: #000;
 box-shadow: 3px 3px 2px inset #000;
}
.datalinkbox a:active{
 animation: osuto forwards 2s ease;
}
.datalinkbox i{
   position: absolute;
   right: 2%;
   bottom: -45%;
   font-size: 7rem;
   color:#fff;
   text-shadow: 0 0 3px #333, 2px 2px 3px #333;
}

/*================================
fadein
===============================*/
.js-fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/************************
thanks page
**********************/
#thankspage{
  z-index: 1;
}
#thankspage .shiharaibox{
  border: dashed 1px #333;
  padding: 2%;
  width: 90%;
  margin: 2% auto;
}
#thankspage .shtt{
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  color: #fff;
  text-shadow: 0 0 10px #7c0707,0 0 30px #7c0707,0 0 20px #7c0707,0 0 3px #000,0 0 1px #000,0 0 5px #7c0707;
}
#thankspage.btn a.bt_pay{
 display: block;
 background: #ffc439;
 font-weight: bold;
 text-align: center;
 width: 80%;
 margin: 3% auto;
 font-size: 3rem;
 color: #000;
 padding: 0.5%;
 border-radius: 60px;
 text-decoration:none;
}

#thankspage.btn a.bt_pay:hover{
 background: #000;
 color: #fff;

}

#thankspage.btn a.bt_pay:active{
	box-shadow: none;
	animation: 0.1s ease osubt forwards;
}



#thankspage p{
 font-weight: bold;
 font-size: 2.1rem;
 color: #000;
}
#thankspage .paytt{
  background: #000;
  padding: 2%;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5%;
  margin-top: 8%;
}
#thankspage .inner{
 background: rgba(255,255,255,0.8);
 margin-top: 5%;
 border-radius: 20px;
 padding: 2%;
 box-shadow: 2px 2px 10px #f00,-2px -2px 10px #f00,0 0 15px #fff,0 0 25px #fff,inset 2px 2px 10px #000,inset -2px -2px 10px #000;
}
#thankspage a{
  color: #f00;
}
#thankspage a.bt{
  color: #fff;
}
#thankspage a.bt:hover{
  color: #000;
}




/*================================================
 *  ヘッダー
 ================================================*/
header{
  background: #fff;
  position: relative;
  z-index: 5;
}
header h1{
  text-align: center;
  font-weight: bold;
  font-size: 2.0rem;
  padding: 2%;
  padding-right: 50px;
}

/*================================================
 *  headshirase
 ================================================*/
#headshirase{
  text-align: center;
  background: #000;
  padding: 2%;
  font-size: 2rem;
  color: #fff;
}
#headshirase p{
  margin: 0;
  font-weight: bold;

}



/*================================================
 *  tcatue
 ================================================*/

#catue::before{
  content: "";
  position: fixed;
  background: url(../images/pi_cas.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 10px inset #000,0 0 20px inset #000,0 0 50px inset #000,0 0 100px inset #000, 0 0 200px inset #000, 0 0 300px inset #000;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
#catue .tueuecb{
  background: rgba(0,0,0,0.8);
}

#catue img{
  margin-bottom: 0;
  margin-top: 0;

}
/*================================================
 *  tueue
 ================================================*/
#tueue{
z-index: 2;
}
#tueue .tueuecb{
  background: rgba(0,0,0,0.5);
}
#tueue .tue_sen{
  background: rgba(255,255,255,0.7);
  padding: 0.5% 50px 0.5% 0.5%;
}
#tueue .tue_senin{
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  font-size: 3rem;
  font-weight: bold;
  display: grid;
  place-items: center;
}
#tueue .tue_senst{
  padding: 1%;
  background: #000;

}
#tueue .tue_senstin{
  width: 700px;
  max-width: 90%;
  color: #ff0;
  margin-left: auto;
  margin-right: auto;
  font-size: 4rem;
  font-weight: bold;
  display: grid;
  place-items: center;

}
#tueue .tue_senlogo{
  padding: 1%;
}
#tueue .tue_senstlogo{
  width: 1200px;
  max-width: 98%;
  color: #ff0;
  margin-left: auto;
  margin-right: auto;
  font-size: 4rem;
  font-weight: bold;
  display: grid;
  place-items: center;

}
#tueue .tuebox{
}
#tueue .tueboxri{
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
#tueue .tueboxshoboxim{
  margin-left:2%;
  display: block;
  max-width: 100%;
}
#tueue .imguesho{
  width: 50%;
}

#tueue .tueboxshobox{
  position: absolute;
  left: 0;
  top: 0%;
  width: 35%;
}

#tueue .tueboxrist{
  margin-top: 5%;
  background: rgba(3,73,11,0.8);
  box-shadow: 0 0 5px #ff0;
}
#tueue .tueboxristinsoto{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
#tueue .tueboxristin{
  width: 600px;
  max-width: 100%;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}
#tueue .tueboxriim{
  position: absolute;
  top: -50%;
  left: -15%;
  width: 50%;
}

#tueue .tueboxristdt{
  color: #fff;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 2;
  padding: 2%;
  text-shadow: 2px 2px 0px #000, -2px -2px 0px #000,
           -2px 2px 0px #000,  2px -2px 0px #000,
            2px 0px 0px #000, -2px -0px 0px #000,
            0px 2px 0px #000,  0px -2px 0px #000;
}

#tueue .tueboxst{
  background: #000;
  padding: 1%;
  margin-top: 3%;
}
#tueue .tueboxstdt{
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  display: grid;
  place-items: center;


}

.introthanksdt{
  font-size: 2rem;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.introthanksdt a{
  color: #08525e;
}
.introthanksdt a:hover{
  opacity: 0.8;
}
.btn{
	padding: 3%;
	position: relative;
  background: rgba(255,255,255,0.7);
  color: #000;
}

.btn .bt{
 display: block;
 background: #000;
 font-weight: bold;
 text-align: center;
 width: 70%;
 margin: 3% auto;
 font-size: 3rem;
 color: #fff;
 padding: 2%;
 border-radius: 10px;
 box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.4);
 border: #fff 5px solid;
 text-decoration:none;
}

.btn .bt:hover{
 background: #fff;
 color: #000;
 border: #000 5px solid

}

.btn .bt:active{
	box-shadow: none;
	animation: 0.1s ease osubt forwards;
}
@keyframes osubt {
	0%{transform: translateY(0);}
	100%{transform: translateY(10px);}
}

/*================================================
 *  setume
 ================================================*/
 #setume{
	 padding: 2%;
   background: linear-gradient(transparent,rgba(145,135,2,0.7) 2%);
 }
 #setume .catchtt{
   filter: drop-shadow(0 0 10px #fff);
 }
 #setume .inner{
 	background: linear-gradient(to top right,#000,#35600e,#376803,#35600e,#000);
  background-blend-mode: lighten;
 	margin-top: 5%;
 	border-radius: 20px;
 	padding: 2%;
 	box-shadow: inset 2px 2px 5px #333,2px 2px 10px #fff,-2px -2px 10px #fff,inset 2px 2px 10px #fcbd5f,inset -2px -2px 10px #fcbd5f;
 }
 #setume p{
 	font-weight: bold;
	font-size: 2.1rem;
  color: #fff;
 }
#setume .setume_ddk{
  font-size: 7rem;
  color: #fff;
  text-shadow: 0 0 3px #000, 0 0 5px #000, 0 0 2px #000, 0 0 10px #000;
  margin-bottom: 0;
}
#setume .datamj{
  background: #000;
  color: #fff;
  font-size: 2.7rem;
  padding: 2%;
  border-radius: 8px;
  margin-top: 2%;
}


#setume .datadoga{
  padding-top: 10%;
}
#setume .datadoga_02{
  padding-top: 20%;
}
/*================================================
 *  int
 ================================================*/
 #int{
   background:linear-gradient(rgba(145,135,2,0.7),transparent,#000 90%);
   padding-top: 2%;
   padding-bottom: 2%;
 }
 #int .innertp{
 text-shadow: 0 0 10px #002d0d,0 0 30px #002d0d,0 0 20px #002d0d,0 0 3px #000,0 0 1px #000,0 0 5px #002d0d;
}

 /*#int .intinbg{
   background-image: url(../images/pi_ca.png);
   background-size: 300px;
   padding: 2%;
}*/
 #int .inner{
 	background: rgba(255,255,255,0.8);
 	margin-top: 5%;
 	border-radius: 20px;
 	padding: 2%;
 	box-shadow: inset 2px 2px 5px #333,2px 2px 10px #fff,-2px -2px 10px #fff,inset 2px 2px 10px #fcbd5f,inset -2px -2px 10px #fcbd5f;
 }
 #int p{
 	font-weight: bold;
	font-size: 2.1rem;
  color: #000;
 }

 /*================================================
 *  toha
 ================================================*/
 #toha{
   background: #000;
 }
 #toha .tohainbg{
   background-blend-mode: darken;
   background-image: url(../images/pi_ma.png);
   background-size: 300px;
   padding: 2%;
   animation: arns ease infinite 3s;
}
@keyframes arns {
  0%{background-color: rgba(0,0,0, 0.6);}
  50%{background-color: rgba(0,0,0, 1);}
  100%{background-color: rgba(0,0,0, 0.6);}
}
#toha .tohainbgbu{
  background-image: url(../images/pi_bu.png);
  background-position: bottom right;
  width: 1200px;
  max-width: 100%;
  padding-bottom: 30%;
  background-size: 40%;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
 #toha .inner{
 	background: rgba(107,3,3,0.7);
 	margin-top: 5%;
 	border-radius: 20px;
 	padding: 2%;
 	box-shadow: inset 2px 2px 5px #333,2px 2px 10px #fff,-2px -2px 10px #fff,inset 2px 2px 10px #fcbd5f,inset -2px -2px 10px #fcbd5f;
 }
 #toha p{
 	font-weight: bold;
	font-size: 2.1rem;
  color: #fff;
 }
#toha .toha_ddk{
  font-size: 4rem;
  color: #fff;
  text-shadow: 0 0 3px #000, 0 0 5px #000, 0 0 2px #000, 0 0 10px #000;
  margin-bottom: 0;
}

#toha .imgtohari{
  float: right;
  width: 35%;
  margin-left: 2%;
}

/*================================================
*  ikr
================================================*/
#ikr{
background: linear-gradient(to top right,rgba(0,0,0,0.5),#35600e,#fff100,#35600e,rgba(0,0,0,0.5));
padding: 2%;
box-shadow: 0 0 10px inset #000,0 0 20px inset #000,0 0 50px inset #000,0 0 100px inset #000, 0 0 200px inset #000, 0 0 300px inset #000;

}
#ikr .inner{
 background: linear-gradient(to top right,#8e8700,#f4eb38,#fff,#bfa82a,#f9e46b);
 background-blend-mode: lighten;
 background-color: rgba(255,255,255,0.4);
 margin-top: 5%;
 border-radius: 20px;
 padding: 2%;
 box-shadow: inset 2px 2px 5px #333,2px 2px 10px #fff,-2px -2px 10px #fff,inset 2px 2px 10px #fcbd5f,inset -2px -2px 10px #fcbd5f;
}
#ikr p{
 font-weight: bold;
 font-size: 2.1rem;
}
#ikr .ikr_ddk{
 font-size: 4rem;
 color: #fff;
 text-shadow: 0 0 3px #000, 0 0 5px #000, 0 0 2px #000, 0 0 10px #000;
 margin-bottom: 0;
}
#ikr .kohi{
  filter: drop-shadow(0 0 5px #fff);
  position: absolute;
  right: 0;
  top: -5%;
  width: 30%;
}

/*================================================
*  kans
================================================*/
#kans{

}
#kans .kansbgin{
  background-image: url(../images/bg_kn.png);
  background-size: 500px;
  box-shadow: 0 0 10px inset #000,0 0 20px inset #000,0 0 50px inset #000,0 0 100px inset #000, 0 0 200px inset #000, 0 0 300px inset #000;
}
#kans .kansbginin{
  padding: 2%;
  background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)15%,rgba(253,250,189,0.7) 30%,rgba(253,250,189,0.7) 90%,rgba(0,0,0,0.5));
}
#kans .inner{
 background: linear-gradient(to top right,#8e8700,#f4eb38,#fff,#bfa82a,#f9e46b);
 background-blend-mode: lighten;
 background-color: rgba(255,255,255,0.4);
 margin-top: 5%;
 border-radius: 20px;
 padding: 2%;
 box-shadow: inset 2px 2px 5px #333,2px 2px 10px #fff,-2px -2px 10px #fff,inset 2px 2px 10px #fcbd5f,inset -2px -2px 10px #fcbd5f;
}
#kans p{
 font-weight: bold;
 font-size: 2.1rem;
}
#kans .kanschumo{
 font-size: 4rem;
 color: #fff;
 text-shadow: 0 0 3px #000, 0 0 5px #000, 0 0 2px #000, 0 0 10px #000;
 margin-bottom: 0;
}
#kans .imsof{
  float: right;
  width: 35%;
  margin: 2%;
}
/*================================================
*  mmt
================================================*/
#mmt{
  background: rgba(0,0,0,0.7);
  padding: 2%;
  box-shadow: 0 0 10px inset #000,0 0 20px inset #000,0 0 50px inset #000,0 0 100px inset #000, 0 0 200px inset #000, 0 0 300px inset #000;

}
#mmt .inner{
 background: linear-gradient(to top right,#8e8700,#f4eb38,#fff,#bfa82a,#f9e46b);
 background-blend-mode: lighten;
 background-color: rgba(255,255,255,0.4);
 margin-top: 5%;
 border-radius: 20px;
 padding: 2%;
 box-shadow: inset 2px 2px 5px #333,2px 2px 10px #fff,-2px -2px 10px #fff,inset 2px 2px 10px #fcbd5f,inset -2px -2px 10px #fcbd5f;
}


/*================================================
*  kku
================================================*/
#kku{
  background: url(../images/pi_cas.jpg);
  background-color: rgba(0,0,0,0.5);
  background-blend-mode: darken;
  padding: 2%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 10px inset #000,0 0 20px inset #000,0 0 50px inset #000,0 0 100px inset #000, 0 0 200px inset #000, 0 0 300px inset #000;
}
#kku .innertp{
  text-shadow: 0 0 3px #000,0 0 5px #000,0 0 8px #000;
}
#kku .inner{
 background: linear-gradient(to top right,#8e8700,#f4eb38,#fff,#bfa82a,#f9e46b);
 background-blend-mode: lighten;
 background-color: rgba(255,255,255,0.4);
 margin-top: 5%;
 border-radius: 20px;
 padding: 2%;
 box-shadow: inset 2px 2px 5px #333,2px 2px 10px #fff,-2px -2px 10px #fff,inset 2px 2px 10px #fcbd5f,inset -2px -2px 10px #fcbd5f;
}

#kku p{
 font-weight: bold;
 font-size: 2.1rem;
}

#kku .kkubox{
  width: 800px;
  margin: 5% auto;
  max-width: 97%;
  padding: 2%;
  border: dashed #333 2px;
  border-radius: 8px;
  background: rgba(0,0,0,0.1);
  position: relative;
}

#kku .kkuboxin{
  display :flex;
  flex-wrap: wrap;
  margin-bottom: 3%;
  background: #fff;
  align-items: center;
  box-shadow: 2px 2px 2px #333;
}
#kku .kkuboxlf{
  width: 35%;
  background: #000;
  color: yellow;
  font-weight: bold;
  font-size: 2.5rem;
  padding: 3%;
}
#kku .kkuboxri{
  width: 65%;
  background: #fff;
  color: #000;
  font-weight: bold;
  font-size: 2.2rem;
  padding: 3%;

}
#kku .kkuboxst{
  width: 100%;
}

#kku .kank{
  width: 600px;
  max-width: 95%;
  margin: 6% auto 0;
  border: solid 2px #f00;
}
#kku .kanktt{
  background: #f00;
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  padding: 2%;
}
#kku .kankdt{
  background: #fff;
  color: #f00;
  font-weight: bold;
  font-size: 2.3rem;
  text-align: center;
  padding: 2%;
}
/***************************
shohinshokai
*****************************/

#shohinshokai{
  background-image: url(../images/pi_maa.png);
  background-size: 300px;
  background-color: rgba(0,0,0,0.5);
  background-blend-mode: darken;
	padding: 5% 2%;
  box-shadow: 0 0 10px inset #000,0 0 20px inset #000,0 0 50px inset #000,0 0 100px inset #000, 0 0 200px inset #000, 0 0 300px inset #000;
}
#shohinshokai .inner{
	background: rgba(255,255,255,0.9);
	border-radius: 20px;
	padding: 2%;
	box-shadow: 2px 2px 10px #fff,-2px -2px 10px #fff,inset 2px 2px 10px #fcbd5f,inset -2px -2px 10px #fcbd5f;
  margin-bottom: 7%;
}

#shohinshokai p{
	font-size: 2.2rem;
	font-weight: bold;
}
#shohinshokai .innertp{
	font-size: 3rem
}
#shohinshokai .shohinshokaibj{
	font-size: 10rem;
	font-weight: bold;
	color: #faa92e;
  -webkit-text-stroke: 1px #333;
}
/***************************
商品ボックス共通
*****************************/
#allshohin{

}

#allshohin p{
	margin: 0;
}
#allshohin .tukalist{
  display: flex;
  justify-content: space-around;
  margin-bottom: 5%;
}

#allshohin .shohintt{
  text-shadow: 0 0 10px #7f0101,0 0 30px #7f0101,0 0 20px #7f0101,0 0 3px #000,0 0 1px #000,0 0 5px #7f0101;
  font-size: 5rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5%;
}
#allshohin .shohinshokaibox{
	/*margin-top: 2%;*/
	margin-right: 2%;
}

#allshohin .shsk_inbox_lf{
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}

#allshohin .shsk_inbox_ri{
	display: inline-block;
	width: 49%;
	vertical-align: middle;
}
#allshohin .uebox{
	background: #AA9900;
	padding: 3%;
	box-shadow: 3px 3px 5px #333;
}
#allshohin .ueboxin{
	background: #fff;
	padding: 3%;
	box-shadow: 0 0 3px #333;
}
#allshohin .uebox p{
	font-size: 2.6rem;
	text-align: center;
}
#allshohin .uebox i{
	display: block;
	font-size: 6rem;
	margin-left: auto;
	margin-right: auto;
}
#allshohin .uebox .shsk_inbox_list{
	border-bottom: dotted #333 2px;
	padding-bottom: 2%;
	margin-bottom: 2%;
	border-radius: 0;
}
#allshohin .uebox .shsk_inbox_listin{
  font-size: 70%;
  font-weight: bold;
}
#allshohin .uebox .shsk_inbox_ngstm{
  text-align: left;
  font-size: 2rem;
  line-height: 2;
}
#allshohin .shsk_inbox_lfeachshohin{
	width: 46%;
}

#allshohin .shsk_inbox_rieachshohin{
	width: 53%;
}


#allshohin .shsk_inbox_intt{
	color: #fff;
	text-shadow: 0 0 5px #000, 0 0 10px #333;
	font-weight: bold;
	font-size: 4.5rem;
	text-align: left;
	padding: 1%;
	/*border-bottom: 3px solid #fff;*/
}
#allshohin .shsk_inbox_inttsm{
  font-size: 3rem;
  font-weight: bold;
}

#allshohin .shsk_inbox_line{
	border: none;
	border-bottom: 3px solid #fff;
	box-shadow: 0 0 5px #333, 0 0 10px #333;
	margin: 0;
	padding: 0;
	margin-bottom: 5%;
}


#allshohin .shsk_otbox{
	padding:2%;
	background: rgba(255,255,255,0.7);
	border-radius: 10px;
	border: solid #aa9900 10px;
	box-shadow: 0 0 10px #333,0 0 10px #333 inset,0 0 20px #333 inset;
}


#allshohin .shsk_inbox_in{
	color: #333333;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	background-color: #ffffff;
	padding: 1%;
	border-radius: 10px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5%;
}

#allshohin .shsk_inbox_list{
	color: #333333;
	font-weight: bold;
	font-size: 2rem;
	padding: 1%;
	border-radius: 10px;
	margin-bottom: 0.5%;
	text-align: left;
}


#allshohin .shohinbig{
	font-size: 2.5rem;
}

#allshohin .shsk_inbox_kankyo{
	border: #000 dashed 4px;
	padding: 2%;
	width: 90%;
	margin: 2% auto;
	border-radius: 10px;
	background: rgba(255,255,255, 0.6);
}

#allshohin .shsk_inbox_kankyodt{
	color: #333333;
}
 #allshohin .shohinshokaibox p,#allshohin .shsk_otbox p{
	font-weight: bold;
	margin-bottom: 0.5%;
	margin-top: 0.5%;
	line-height: 1.5;

}
#allshohin p.shohinboxalleft{
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;

}


#allshohin .shsk_inbox_kankyo_tt{
	background: #000;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	padding: 1%;
	color: #fff;
	text-shadow: 0 0 10px #000;
}


#allshohin .productsetumesho{
 margin-top: 5%;
 margin-bottom: 5%;
}

#allshohin .shsk_inbox_inteika{
 font-size: 3.5rem;
}


#allshohin .shsk_inbox_in_teikap{
 text-decoration: line-through;
}

#allshohin .shsk_inbox_in_kakaku{
 font-size: 3.5rem;
 color: #ff0000;
 margin-bottom: 0;
 text-shadow: 0 0 3px #fff, 0 0 5px #fff;

}
#allshohin .shohinshokaibox p.kakakusoto{
  text-align: center;
  margin-top: 5%;
}

#allshohin .shsk_inbox_in_price{
 font-size: 5.5rem;
 text-shadow: 0 0 3px #fff, 0 0 5px #fff,4px 4px 3px #000;

}


#allshohin .shsk_inbox_in_gentei{
 font-size: 4rem;
 color: #ff0000;
 margin-bottom: 0;
 text-shadow: 2px 2px 2px #333333;
}
#allshohin .shsk_in_smt{
  font-size: 3rem;
}

#allshohin .shohinboxnakasetume{
 margin: 1% 2% 5% 2%;
 padding: 2%;
 border: #cccccc solid 1px;
 background-color: rgba(255, 255, 255, 0.5);
 border-radius: 10px;
 box-shadow: 2px 2px 2px #000000;
 line-height: 1.8;
 text-align: left;
}

#allshohin .shohinboxmes{
 font-size: 1.5rem;
 text-align: left;
 margin: 5% 2% 0 2%;
}

#allshohin button.shsk_inbox_in_moshi{
 display: block;
 background: #000;
 font-weight: bold;
 text-align: center;
 width: 80%;
 margin: 3% auto;
 font-size: 3rem;
 color: #fff;
 padding: 2%;
 border-radius: 10px;
 box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.4);
 border: #fff 5px solid
}


#allshohin button.shsk_inbox_in_moshi:hover{
 background: #fff;
 color: #000;
 border: #000 5px solid

}

#allshohin button.shsk_inbox_in_moshi:active{
	box-shadow: none;
	animation: 0.1s ease osubt forwards;
}
@keyframes osubt {
	0%{transform: translateY(0);}
	100%{transform: translateY(10px);}
}

#allshohin .formshita{
	border-radius: 20px;
	padding: 2%;
	font-size: 1.5rem;
  border: dashed 3px #333;
  border-radius: 8px;
  margin: 2% auto;
  width: 80%;
}
#allshohin .formshita span.marker{
  font-weight: bold;
}


#allshohin .shokaichui{
  padding: 2%;
  border-radius: 10px;
  border: #333 solid 1px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  background: #fff;
}

#allshohin .shokaird{
  color: red;
  font-weight: bold;
}

/*================================================
*  tokuten
================================================*/
#tokuten{
background: linear-gradient(45deg,#492f00,#9e9601,#fcf34e,#9e9601,#492f00);  background-color: rgba(0,0,0,0.5);
  padding: 2%;
}
#tokuten .innertp{
  text-shadow: 0 0 3px #000,0 0 5px #000,0 0 8px #000;
}
#tokuten .innersoto{
    width: 980px;
    max-width: 98%;
    margin: 0 auto;
    background: linear-gradient(to top right,#000,#951515,#a71616,#951515,#000);
    padding: 2%;
    box-shadow: inset 2px 2px 5px #333,2px 2px 10px #fff,-2px -2px 10px #fff,inset 2px 2px 10px #fcbd5f,inset -2px -2px 10px #fcbd5f;
    border-radius: 20px;
    margin-top: 5%;
}
#tokuten .inner{
  margin-top: 0!important;
  position: relative;
  width: 100%;
 background:#fff;
 margin-top: 5%;
 border-radius: 20px;
 padding: 2%;
 box-shadow: inset 2px 2px 5px #333,0 0 2px #333;;
}
#tokuten .inner::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background:url(../images/bg_r03.jpg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 90% 5%;
  opacity: 0.2;
}

#tokuten p{
 font-weight: bold;
 font-size: 2.1rem;
 position: relative;
 margin-top: 5%;
}
#tokuten .ktopic{
  position: relative;
}
#tokuten .datadoga{
  padding-top: 10%;
  background-color: #fdfa12;
}

/*================================================
*  qa
================================================*/
#qa{
  background-color: rgba(0,0,0,1);
  padding: 2%;
  box-shadow: 0 0 10px inset #000,0 0 20px inset #000,0 0 50px inset #000,0 0 100px inset #000, 0 0 200px inset #000, 0 0 300px inset #000;

}
#qa .inner{
 margin-top: 5%;
 border-radius: 20px;
 padding: 2%;
}
#qa p{
 font-weight: bold;
 font-size: 2.1rem;
 margin: 0;
}
#qa .qaboxsoto{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#qa .order2{
  order: 2;
}
#qa .order1{
  order: 1;
}
#qa .qaboxim{
  width: 35%;
  filter: drop-shadow(0 0 5px #fff);
}
#qa .qabox{
  width: 65%;
  margin: 2% auto;
  box-shadow: 0 0 3px #fff,0 0 10px #fff;
}
#qa .qa_q{
  display: flex;
  justify-content: stretch;
  font-weight: bold;
}
#qa .qa_qs{
  background: #000;
  padding: 2%;
  text-align: center;
  color: #fff;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qa .qa_qdt{
  background: #fff;
  color: #000;
  padding: 2%;
  width: 70%;
  border-top: 5px #000 solid;
  border-bottom: 5px #000 solid;
  border-right: 5px #000 solid;
  border-style: inset;
}
#qa .qa_a{
  background-position: center top;
  padding-bottom: 2%;
  background: #5f2b7f;
}
#qa .qa_as{
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 2%;
  animation: blink 2s ease infinite;
}
#qa .qa_as i{
  margin-left: 1%;
  margin-right: 1%;
}
#qa .qa_adt{
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 1%;

}
/*================================================
*  voice
================================================*/
#voice{
  background:url(../images/pi_tr.png);
  background-size: 300px;
}

#voice .innertp {
  text-shadow: 0 0 5px #000,0 0 15px #000,0 0 25px #000;
}
#voice .voiceinbg{
  box-shadow: 0 0 10px inset #000,0 0 20px inset #000,0 0 50px inset #000,0 0 100px inset #000, 0 0 200px inset #000, 0 0 300px inset #000;
  padding: 2%;
  background-image: radial-gradient( circle 902px at 10% 20%,  rgba(18,50,90,0.8) 0%, rgba(207,199,252,0.8) 100.2% );
}
#voice .inner{
 background: rgba(255,255,255,0.7);
 margin-top: 5%;
 border-radius: 20px;
 padding: 2%;
 box-shadow: inset 2px 2px 5px #333,2px 2px 10px #fff,-2px -2px 10px #fff,inset 2px 2px 10px #fcbd5f,inset -2px -2px 10px #fcbd5f;
}
#voice p{
 font-weight: bold;
 font-size: 2.1rem;
 margin: 0;
}
/*================================================
*  tui
================================================*/
#tui{
  background: url(../images/bg_krkami.jpg);
  padding: 2%;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: 0 0 10px inset #000,0 0 20px inset #000,0 0 50px inset #000,0 0 100px inset #000, 0 0 200px inset #000, 0 0 300px inset #000;

}
#tui .inner{
}
#tui p{
 font-size: 2.3rem;
 margin: 0;
   font-family: “HGP行書体”, “ＭＳ Ｐ明朝”, “MS PMincho”, serif!important;
}
#tui .tuibox{
  background: url(../images/bg_kami.jpg);
  background-color: rgba(255,255,255,0.7);
  background-blend-mode: lighten;
  background-repeat: repeat;
  box-shadow: 0 0 10px inset #965260, 0 0 30px inset #440202, 0 0 10px #fff, 0 0 20px #fff;
  margin-top: 10%;
}
#tui .tuibox img{
  box-shadow: 5px 5px 5px #333;
}
#tui .tuimark{
  background: url(../images/pi_ca.png);
  background-color: rgba(255,255,255,0.5);
  background-blend-mode: lighten;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 6% 3%;
}
#tui .sign{
  text-align: right;
}

#tui .tuiko{
  width: 400px;
  max-width: 60%;
  margin-top: -5%;
}


/*================================================
 *  otoiawase
 ================================================*/
 .otoiawase_new{
 	padding: 5% 2%;
	background: #000;
	position: relative;
  background-size: cover;
 }
  .otoiawase_new .otoiawase_new_ue{
 	 text-align: center;
 	 font-weight: bold;
 	 color: #fff;
 	 font-size: 2.0rem;
  }
.otoiawase_newfl{
	display: flex;
	justify-content: stretch;
}
.otoiawase_newfl a{
	font-weight: bold;
	font-size: 2rem;
	text-decoration: none;
	background: #1d97f4;
	border-radius: 8px;
	padding: 2%;
	margin: 1%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-grow: 1;
	background: #fff;
	box-shadow: 2px 2px 5px inset #513300;
  color: #333;
}





/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	html{
		font-size: 50%;
	}
	.inner {
		width:100%;
	}

	#contents {
		width:100%;
		padding:0 10px;
	}

	footer {
		width:100%;
	}

  #tueue .tueboxriim{
    left: 15%;
  }
  #tueue .tueboxst{
    margin-top: 15%;
  }
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.tablet{
		display: block!important;
	}
	.pc_tablet{
		display: none!important;
	}
	html{
		font-size: 45%;
	}


	.col_two_one ul {
		margin-right:0;
	}
	.col_two_one li {
		width:100%;
	}
	.col_two_one li:nth-child(2n+1) {
		clear:both;
	}
	nav {
		background:#710000;
	}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner > ul {
		z-index:2;
		overflow:auto;
		position:fixed;
		top:50px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #fff;
	}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:10px 30px;
		color:#fff;
		text-decoration:none;
		background:#000;
	}
	nav li a:hover {
		color:#000;
		background:#AA9900;
		font-weight: bold;
	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}

	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#f1f1f1;
	}
	.subnav > a:hover:before {
		background: #000;
}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#000;
	}
	.subnav a:hover:after {
	  background: #AA9900;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.gnav {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:2;
		position:fixed;
		top:10px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:30px;
		height:30px;
		border-radius:5%;
		background:#AA9900;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#000;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#000;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

	.inquiryform td {
   display: block;
   width: 100%;
   font-size: 18px;
  }
  .inquiryform td input::placeholder,.inquiryform td textarea::placeholder,.inquiryform td select{
   font-size: 3vw;
  }

   .inquiryform th {
     display: block;
     width: 100%;
     font-size: 16px;

   }
     .inquiryform .button,.inquiryform .buttona {
       width: 90%;
       font-size: 3vw;
       margin-left: auto;
       margin-right: auto;
     }
       .inquiryform label {
         width: 100%;
         display: block;
       }
  .inquiryform .contactbtn{
    font-size: 5vw;
  }

  .databox iframe{
  height: 50vw;
}

  .totop{
    width: 15%;
  }
  #headshirase{
    padding-right: 50px;
}
#catue .tueuecb{
  padding-top: 40px;
}
#tueue .tueboxshobox{
  position: static;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
#tueue .tueboxri{
  text-align: center;

}
#tueue .imguesho{
  width: 70%;
  margin-top: -30%;
}
#tueue .tueboxriim{
  left: -20%;
      top: -80%;
}
#tueue .tueboxristdt{
  font-size: 3rem;
}
#tueue .tueboxst{
  margin-top: 5%;
}
#ikr .kohi{
  width: 20%;
  right: 2%;
      top: -2%;
}

#kku .inner::before{
  opacity: 0.2;
  background-size: 80%;
  background-position: 50% 3%;
}
	#allshohin .shsk_inbox_lf,#allshohin .shsk_inbox_lfeachshohin{
		width: 70%;
		display: block;
		margin: 0% 20% 2% 10%;
}
	#allshohin .shsk_inbox_ri,#allshohin .shsk_inbox_rieachshohin{
		width: 90%;
		display: block;
		margin: 2% auto;
}

	#allshohin .shsk_inbox_in{
		width: 100%;
		font-size: 15px;
	}
		#allshohin p.shohinboxalleft{
			margin-left: 2%;
			margin-right: 2%;
	}
	#allshohin .shsk_otbox p.shsk_inbox_in_kakaku{
		 text-align: center;
	}
	#allshohin button.shsk_inbox_in_moshi{
		font-size: 4vw;
}
#tokuten .inner::before{
display: none;
}

}

@media screen and (max-width:700px) {
#tueue .tueboxriim{
  left: 0%;
  top:-50%;
}
}

@media screen and (max-width:480px) {
html{
	font-size: 45%;
}
.sp{
  display: inline-block!important;
}
.tp{
	background-size: 120%;
}
.innertp{
	font-size: 5vw;
}

#tueue .tueboxriim{
  top: -5%;
}

#catch .catchtt{
  font-size: 3rem;
}
#setume .databoxdata{
  padding-top: 10%;
}
#setume .databoxdata{
  padding-top: 10%;
}
#setume .datadoga_02 {
    padding-top: 28%;
}

#kans .imsof{
  float: none;
  width: 90%;
  display: block;
  margin: 2% auto;
}

#shohinshokai .shohinshokaibj {
	font-size: 6rem;
}
#allshohin .formshita{
  width: 100%;
}
#qa .qaboxim{
  display: none;
}
#qa .qabox{
  width: 95%;
}
}

@media screen and (max-width:350px) {
	.otoiawase_newfl{
		display: block;
	}
		.otoiawase_newfl a{
			display: block;
			width: 80%;
			margin: 2% auto;
		}
}
