@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;
  max-width: 98%;
	margin:0 auto;
  margin-top: 5%;
  border-radius: 20px;
  padding: 1%;
}


.innerin{
  background: #fff;
  padding: 2%;
  box-shadow: 0 0 2px #000, 3px 3px 4px inset #000;
  border-radius: 20px;

}

.tp{
	width: 1200px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding: 5% 5% 1%;
  border-bottom: #f00 solid 2px;
  position: relative;
}
.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: #fff;
  font-weight: bold;
  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;
}


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

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%;
}

.tablet{
  display: none!important;
}
@media print, screen and (max-width:767px) {
  html{
    font-size: 55%;
  }
.inner {
  width:100%;
}

#contents {
  width:100%;
  padding:0 10px;
}
.tablet{
  display: block!important;
}
.pc_tablet{
  display: none!important;
}


}

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



}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@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;
	}
}


@media screen and (max-width:767px) {

	nav {
		background:#710000;
	}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner > ul {
		z-index:99;
		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:99;
		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);
	}

}

/*================================================
 *  フッター
 ================================================*/
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;
}
@media screen and (max-width:979px) {


	footer {
		width:100%;
	}



}

/*================================================
 *  ページトップへの戻り
 ================================================*/
 .totop {
 	position:fixed;
 	bottom:15px;
 	right:15px;
  width: 100px;
  z-index: 100;
 }
 .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%;
}

@media screen and (max-width:480px) {
  .totop{
    width: 15%;
  }
}
/*================================================
 *  クラス
 ================================================*/

 .kasari{
   position: relative;
 }
 .imgcent{
 	max-width: 100%;
  margin: 2% auto;
 	display: block;
 }
.display-none{
  opacity: 0!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;
 }
.sdow{
  box-shadow: 4px 4px 5px #333;
}
 .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%);
}
.marker_rd{
  background: linear-gradient(transparent 60%, #f00 60%);
}

.hidden{
  overflow: hidden;
}
.my0{
 margin-top: 0;
 margin-bottom: 0;
}
.kinkin{
  background: linear-gradient(45deg,#492f00,#9e9601,#fcf34e,#9e9601,#492f00);
}
.kukiribo{
  padding-top: 2%;
  box-shadow: 0 0 10px #000;
}
@keyframes blink {
  0{opacity: 0;}
  50%{opacity: 0.3;}
  100%{opacity: 0;}
}

@keyframes hikaru {
  0%{ filter: drop-shadow(0 0 5px rgba(255,255,255,0.8));}
  50%{ filter: drop-shadow(0 0 5px rgba(255,255,255,0));}
  100%{ filter: drop-shadow(0 0 5px rgba(255,255,255,0.8));}

}
@keyframes hikaru2 {
  0%{ filter: drop-shadow(0 0 20px rgba(255,255,255,0.8));}
  50%{ filter: drop-shadow(0 0 20px rgba(255,255,255,0));}
  100%{ filter: drop-shadow(0 0 20px rgba(255,255,255,0.8));}

}

.growu{
  filter: drop-shadow(0 0 3px rgba(0,0,0,0.2));
}

.dgboxsttt{
  margin-top: 5%;
  color: #f00;
  font-weight: bold;
  font-size: 3.5rem;
  display: grid;
  place-items: center;
}
.dgbox{
background: rgba(255,255,255,0.9);
padding: 7% 2% 2%;
border-radius: 8px;
border: double #f00 6px;
box-shadow: 0 0 5px #fff;
margin-top: 1%;
margin-bottom: 5%;
width: 80%;
margin-left: auto;
margin-right: auto;
display: grid;
place-items: center;
box-shadow: 0 0 3px #f00, 0 0 5px #f00, 0 0 10px #f00;
}
.dgboxtt{
display: inline-block;
position: absolute;
top: -20px;
left: -5%;
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;
}

.dgboxin span{
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2;
}
.medbox{
  padding:2%;
  background: #f00;
  width: 700px;
  max-width: 95%;
  margin: 2% auto;
}
.medboxin{
  background: #fff;
  color: #f00;
  font-size: 3.5rem;
  font-weight: bold;
  display: grid;
  place-items: center;
  padding: 2%;
  box-shadow: 0 0 3px inset #333, 3px 3px 3px inset #000;
}
.medboxin span{
  font-weight: bold;
}
.yajibox{
  width:400px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(transparent, #f00 50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  padding-top: 70px;
}
@media screen and (max-width: 767px) {

  .dgbox{
    width: 92%;

  }
  .dgboxin span{
    font-size: 2rem;
  }
  .yajibox{
    width:30%;
    padding-top: 10%;

  }
}




 /*form共有*/
 /*=========.inquiryform=======*/
 .inquiryform form{
  width: 90%;
  margin: 2% auto;
  padding: 2%;
  border-radius: 8px;
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 3px inset #333,3px 3px 3px inset #000;
 }

 .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;

 }


 @media screen and (max-width: 767px) {

 .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;
 }


}

/******************
動画
*****************/
.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;
}
.datalinkbox{
  display: none;
}


.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: block;
   text-decoration: none;
   font-weight: bold;
   width: 95%;
   margin-left: auto;
   margin-right: auto;
   font-size: 3vw;
}
.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;
}

.dgdddt{
  margin-top: 5%;
  font-weight: bold;
  font-size: 5rem;
  text-align: center;
  text-shadow: 0 0 3px #000,0 0 5px #000,0 0 10px #000,0 0 15px #000;
  color: #fff;
  background: linear-gradient(transparent, transparent 20%,#f00 45%,#f00 50%, #f00 55%,transparent 80%, transparent );

}
.dgyuchumo{
  color: #ff0;
  font-weight: bold;
  font-size: 130%;
}

.dgddchumo{
  font-size: 140%;
  font-weight: bold;
  text-shadow: 0 0 2px #fff,0 0 5px #fff,0 0 10px #fff;
}
.dgddchumord{
  font-weight: bold;
  color: #f00;
}
.grcenter{
  display: grid;
  place-items: center;
}
.rocknroll-one-regular {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {

.databox iframe{
height: 50vw;
}
}

@media screen and (max-width: 480px) {
.datalinkbox{
 margin: 3% auto;
 display: block!important;
}}
/*================================
fadein
===============================*/
.js-fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


/*================================================
 *  ヘッダー
 ================================================*/
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;

}

@media screen and (max-width: 767px) {
#headshirase{
  padding-right: 50px;
}

}


#zenbg{
  content: "";
  position: 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;
  width: 100%;
  height: 100vh;
  z-index: -1;
  animation: ease 7s topbg infinite;

}
@keyframes topbg {
0%{background: #000;}
5%{background: url(../images/bg_bra.jpg);background-repeat: no-repeat;background-position: top center; background-size: cover;background-color: rgba(0,0,0,1);background-blend-mode: darken;
}
20%{background: url(../images/bg_bra.jpg);background-repeat: no-repeat;background-position: top center; background-size: cover;background-color: rgba(0,0,0,0);background-blend-mode: darken;
}
60%{background: url(../images/bg_bra.jpg);background-repeat: no-repeat;background-position: top center; background-size: cover;background-color: rgba(0,0,0,0);background-blend-mode: darken;
}
70%{background: url(../images/bg_bra.jpg);background-repeat: no-repeat;background-position: top center; background-size: cover;background-color: rgba(0,0,0,1);background-blend-mode: darken;
}

75%{background: url(../images/bg_mi6.jpg);background-repeat: no-repeat;background-position: top center; background-size: cover;background-color: rgba(0,0,0,1);background-blend-mode: darken;
}
95%{background: url(../images/bg_mi6.jpg);background-repeat: no-repeat;background-position: top center; background-size: cover;background-color: rgba(0,0,0,0);background-blend-mode: darken;}

100%{background: url(../images/bg_mi6.jpg);background-repeat: no-repeat;background-position: top center; background-size: cover;background-color: rgba(0,0,0,1);background-blend-mode: darken;}



}
}


.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);}
}
#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;
}
.wh{
  background: #fcecd9;
}
.zenbg{
  background: radial-gradient(ellipse at top, rgba(181,16,22,0.2), #6b0202 70%),
              radial-gradient(ellipse at bottom, rgba(199,5,6,0.2),#6b0202 70%),url(../images/gr.jpg);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
position:fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
z-index: -1;
}
@media screen and (max-width: 1800px) {
  .zenbg{
  background-size: 100%;
}
}
@media screen and (max-width: 1500px) {
  .zenbg{
    background: radial-gradient(ellipse at top, rgba(181,16,22,0.2), #6b0202),
                radial-gradient(ellipse at bottom, rgba(199,5,6,0.2),#6b0202),url(../images/gr.jpg);
                background-size: 150%;
                background-position: top center;
                background-repeat: no-repeat;
}
}

/*================================================
 *  prk
 ================================================*/
.prk .prkbox{
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.prk .prkin{
  font-weight: bold;
  font-size: 4rem;
}
.prk .priro{
  font-weight: bold;
  color: #ff5400;
  font-size: 170%;
  text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff,
         -2px 2px 0px #fff,  2px -2px 0px #fff,
          2px 0px 0px #fff, -2px -0px 0px #fff,
          0px 2px 0px #fff,  0px -2px 0px #fff, 4px 4px 1px #333;
          transform: rotate(-3deg);
}
.prk .prklr{
  font-size: 4rem;
}
.prk .prkmi{
  padding-top: 2%;
  padding-bottom: 2%;
}
.prk .prkin{
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.prk .prki{
  font-weight: 600;
}

.prk .prsp{
  font-size: 30%;

}

@media screen and (max-width: 576px) {
.prk .prkin{
  font-size: 7vw;
}
}

/*================================================
 *  ygn
 ================================================*/
.ygn{
  display: grid;
  place-items: center;
}
.ygn .ygnin{
  color: #ff5a00;
  font-weight: bold;
  font-size: 3rem;
  border-bottom: solid #ff5a00 5px;
  padding-bottom: 0.3%;
  padding-left: 1%;
  padding-right: 1%;
  margin-top: 1%;
  margin-bottom: 1%;
}

/*================================================
 *  ko_ue
 ================================================*/

.ko_ue{
  background: linear-gradient(transparent 5%, #ff5a00 5%);
  background-size: cover;
  background-position: center;
}
.ko_ue .ko_uein{
  width: 1500px;
  max-width: 98%;
  margin: auto;
}
.ko_ue img{
  margin-bottom: 0;
}

/*================================================
 *  topi
 ================================================*/

 .topi{
   background: #fcb9a1;
   padding-top:30px;
 }
  .topi .inner{
    padding-top: 0;
  }
 .topi p{
   font-size: 4.5rem;
   font-weight: bold;
   color: #6b0202;

 }
 .topi i{
   font-size: 10rem;
   font-weight: bold;
   color: #6b0202;
   margin: 0;
 }

 /*================================================
  *  機能
  ================================================*/

  .eap{
    background: #fcecd9;
    padding: 5% 0;
  }

.pinner{
  width: 1200px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 15px;
  padding: 3%;
}

.ptt{
  font-size: 5rem;
  color: #ff5a00;
}

.pinbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pim{
  width: 30%;
}
.ptx{
  padding: 2%;
}
.pdt{
  color: #000;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2;
}
.ptbj{
  font-size: 160%;
  font-weight: bold;
  text-shadow: 2px 2px 1px #000;
  color: #ff5a00;
}
@media screen and (max-width: 767px) {
  .pinbox{
    justify-content: center;
  }
  .pim{
    width: 50%;
  }
  .ptx{
    width: 100%;
  }

}
@media screen and (max-width: 576px) {
  .pim{
    width: 90%;
  }
}


.plin{
 background: linear-gradient(to right,#fff 50%, transparent 50%);
}

.prin{
 background: linear-gradient(to left,#fff 50%, transparent 50%);
}

 /*================================================
  *  styaji
  ================================================*/
.styaji{
  background: #ff5a00;
  margin-top: -1px;
  height: 80px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/*================================================
 *  tkc
 ================================================*/
.tkc{
  background: #fff;
  padding-bottom: 5%;

}
.tkc .tkcbox{
  background: #ff5a00;
  padding: 3%;
  border-radius: 8px;
}

.tkc .tkctt{
  color: #fff;
  font-size:5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3%;
  letter-spacing: 10px;
}

.tkc .tkcdtsoto{
  background: #fff;
  border-radius: 8px;
  padding: 2%;
}

.tkc .tkcdt{
  line-height: 2;
  font-size: 2.3rem;
  font-weight: bold;

}
.tkc .tkcdttext{
  text-indent: -20px;
  padding-left: 20px;
  list-style: none;
  font-weight: bold;
}
.tkc .tkcdt i{
  font-size: 120%;
  color:  #ff5a00;
  margin-right: 3%;
}

.tkc .tkcsinbox{
  background: #fcecd9;
  padding: 2%;
  border-radius: 8px;
  margin-top: 5%;
}

.tkc .tkcsinboxtt{
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2%;
  color:  #ff5a00;
}
.tkc .tkcsinboxdt{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tkc .tkcsinboxea{
  width: 49%;
  border-radius: 8px;
  background: #fff;
  padding: 2%;
  font-size: 2rem;
  border: dashed 3px #ff5a00;
}
.tkc .tkcsinboxea .marker{
  font-weight: bold;
}
.tkc .kyug{
  display: none;
}

@media screen and (max-width: 950px) {
 .tkc .kyug{
   display: block;
 }
}

@media screen and (max-width: 767px) {
  .tkc .tkcsinboxdt{
    justify-content: center;
}
  .tkc .tkcsinboxea{
    width: 95%;
    margin-bottom: 2%;
}
.tkc .kyug{
  display: none;
}
}



/*================================================
 *  honbun
 ================================================*/
.honbun{
 padding-top:5%;
 padding-bottom: 5%;
}
.honbun .honbunin{
  background: #fff;
  width: 1000px;
  max-width: 95%;
  margin: auto;
}
.honbun .honbun_inner{
  width: 95%;
  margin: auto;
  font-size: 3rem;
  font-weight: bold;
  line-height: 2;
}
.honbun .honbuntt{
  background: #03b724;
  color: #fff;
  font-weight: bold;
  font-size: 4rem;
  display: grid;
  place-items: center;
  padding: 1%;
  padding-top: 3%;
  border-radius: 8px 8px 0 0;
}
.honbun .honbundt{
  border-radius: 0 0 8px 8px;
  border: dashed 3px #03b724;
  border-top: none;
  padding-bottom: 5%;
  padding-top: 85px;
  background: #fff;
  margin-top: -80px;

}

.honbun button.shsk_inbox_in_moshi,.honbun a.shsk_inbox_in_moshi{
 display: block;
 background: #03b724;
 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
}


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

}

.honbun button.shsk_inbox_in_moshi:active,.honbun a.shsk_inbox_in_moshi:active{
	box-shadow: none;
	animation: 0.1s ease osubt forwards;
}

.honbun input::placeholder{
  text-align: center;
}

.honbun .hbyaji{
  background: #03b724;
  margin-top: -1px;
  height: 80px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@keyframes osubt {
	0%{transform: translateY(0);}
	100%{transform: translateY(10px);}
}


.honbun p{
  font-size: 2rem;

}

.honbun .honbunrd{
  color: red;
  font-weight: bold;
}


.honbun .chlibox,.honbun .monibox{
  background: #ccc;
  padding: 2%;
  margin-top: 5%;
  margin-bottom: 5%;
}
.honbun .monibox{
  margin-bottom: 0;
}
.honbun .chliboxin{
  background: #fff;
  padding: 2%;
}
.honbun .moniboxea{
  background: #fff;
  padding: 2%;
  margin-bottom: 3%;
}
.honbun .moniboxea:last-child{
  margin-bottom: 0;
}

.honbun .chlibox i{
  margin-right: 2%;
  font-size: 120%;
}
.honbun .chlibox p{
  font-weight: bold;
  font-size: 2.3rem;
  border-top: solid #ccc 1px;
  padding-top: 2%;
  margin-top: 2%;
}
.honbun .chlibox p:first-child{
  border:none;
}

.honbun .hakboxsi{
  width: 80%;
}


.honbun .thp{
  padding-top:5%;
  font-weight: bold;
}
.honbun .liqr{
  width: 200px;
  max-width: 60%;
  margin: 2% auto;
  display: block;
}


@media screen and (max-width: 767px) {
.honbun button.shsk_inbox_in_moshi{
  font-size: 4vw;
}
.honbun .hakboxsi{
  width: 100%;
}
.honbun .honbuntt{
font-size: 6vw;
}
.honbun .honbundt{
  padding-top: 45px;
    margin-top: -40px;
}
.honbun .hbyaji{
  height: 40px;
}
}

/*================================================
 *  otoiawase
 ================================================*/
 .otoiawase_new{
 	padding: 2%;
	background: #000;
	position: relative;
  background-size: cover;
 }
  .otoiawase_new .inner{
    margin-top: 0;
  }
  .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;
}
@media screen and (max-width:350px) {
	.otoiawase_newfl{
		display: block;
	}
		.otoiawase_newfl a{
			display: block;
			width: 80%;
			margin: 2% auto;
		}
}
