@charset "utf-8";
/* CSS Document */
* {margin: 0;
  box-sizing:border-box;
}
html,body {
margin: 0;
  height:100%;
}

body {background-color: #000;
}
body:before{
	content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
	background-image: url("bg.jpg");
	background-size: cover;}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 1vw;
	line-height: 1.5em;
	text-align: center;	
	color: #fff;
}
.red:hover {color: red;}
a {text-decoration: none;
color: #333;
cursor: pointer;
}
.botton {
	padding: 2%;
	background-color: #C00306;
	width: 40%;
	display: block;
	margin: 0 auto;
	transition: all 0.2s ease;
	margin-top: 1%;
	margin-bottom: 1%;
	color: #fff;
	border-radius: 30px;
}
.botton:hover {background-color: #7A0002;}
.btn-shine {
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  width: 40%;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}

.btn-shine:hover {
  color: red;
  border-color: red;
  box-shadow: inset 0 0 20px rgba(255, 0, 0, 0.5), 0 0 20px rgba(255, 0, 0, 0.2);
  outline-color: transparent;
  outline-offset: 32px;
}

.dot_line {border-bottom: 5px  dotted #222;}
.top_img {width: 100%;
	vertical-align:top;
	padding: 0 5%;
}
.text-img {width: 60%;
margin: 2% 0;
}
.text-img2 {width: 80%;
margin-top: 2%;
}
#top_img {width:100%;
display:block;
margin: 0 auto;
background-image: url(top-bg.png);
background-size: cover;
padding-bottom: 5%;
}

h1 {
	color: white;
	text-shadow: 2px 2px 15px #000;
	letter-spacing: 7px;
	position: relative;
	padding: 2% 0 1% 0;
	background-image:url(); background-repeat:no-repeat ;
	text-align: center;
	margin-bottom: 20px;
        font-size: 24px; 
width: 100%;
}
h2 {font-family: ryo-gothic-plusn, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 2.5vw;
margin: 2% 0;
}
h3 {font-family: prohibition, sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 5.5vw;
	width: 90%;
	clear: both;
	margin: 3% 5%;
	padding-bottom: 5px;
	border-bottom: solid 1px;
	color: #fff;
}
.h-icon {width: 10%;
height: auto;
}
.h-p {padding: 2%;}
label {
    color: #fff;
    padding: 10px;
    display: block;
    margin: 0 auto;
	text-align: center;
}

input[type="checkbox"].on-off{
    display: none;
}

.menu ul {
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: auto;
}
.map_g {width: 90%;}
.fade-in {
  transition: opacity 0.7s;
}
.fade-up {
  transition: opacity 0.7s;
    transition: transform 0.4s;
}

.logo {width: 34%;
height: auto;
position: absolute;
top: 55%;
right: 33%;
}
#wrap {text-align: center;
	height: auto;
	width: 1080px;
	display: block;
	margin: 0 auto;
	background-size: contain;
	background-color: rgba(0,0,0,.4);
	box-shadow: -1px 2px 30px rgba(0,0,0,0.13);
}
#text {width:100%;
overflow: auto;
margin-bottom: 20px;
}
table {
  font-family: fot-cezanne-pron;
  width: 100%;
 padding: 1% 10%;
margin: 0 auto;
  border-spacing: 5px;
  background-color: #fff;
  margin-bottom: 3%;
}
.tbl-r01 th {width: 30%;
  background-color: #fff;
  color: #222;
  font-size: 1.2vw;
border-bottom: 1px solid #222;	
}
.tbl-r01 td {
  font-size: 1vw;
  padding: 1%;
  color: #222;
	background-color: #fff;
}
.th-icon {width: 4%;}
#pc {}
#smart {display: none;}
.box {display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	height: auto;
}
	.item-box {max-width: 31%;
	height: auto;
	margin: 1%;
	}
	.item-box img {width: 95%;
height: auto;
}
.item {
  border: 1px solid transparent;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}
.item:hover {
 border-color: red;
  box-shadow: inset 0 0 40px rgba(255, 0, 0, 0.5), 0 0 40px rgba(255, 0, 0, 0.2);
}
.send-form {width: 50%;
height: auto;
}
#text {margin-top: 3%;}
#twitter {width: 100%;
	margin: 0 auto;
overflow: auto;
}
.twitter {width: 43%;
float: left;
margin: 3%;
}
#fotter {overflow: auto;
	background-color: #000;
width: 100%;
}
#fotter p {padding: 1%;}
.fotter {width: 100%;}
@media screen and (min-width: 1081px) {
#wrap {padding:2% 5%;}
	p {font-size: 1.3vw;}
h3 {font-size: 4vw;}
.pc {display: block;}
	.smart {display: none;}
#item {	height: auto;
}
#item p {text-align: center;
font-size: 90%;
}
#block_wrap1  {padding-bottom: 20px;}
#block03 {
	width:90%;
	display: block;
	margin: 0 auto;
	height: auto;
    margin-bottom: 20px;
}
.tokuten {width:80%;
height: auto;
}

.table_title {width: 100%;
font-size: 2vw;
}

h4 {line-height: 1.5em;}

.font-size {font-size: 1.5vw; margin-top: 3%;}
#fotter {overflow: auto;
	text-align: center;
height:auto;
	background-color: #000;
}
#fotter p {text-align: center;
	color: #fff;
}
}
@media screen and (max-width: 1080px) {
	body:before{
	content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
	background-image: url("bg.jpg");}
	p {font-size: 1.4vw;
	text-align: center;
	}
	h2 {font-size: 120%;
	margin-top: 1%;
	}
	h3 {font-size: 5vw;}
	#globalNavi li {text-align: center;
	}
	.pc {display: block;}
	.smart {display: none;}
	.h_img {width: 100%;
	height: auto;
	}
	#wrap {width: 100%}
	.tokuten {width: 10%;
	margin-top: 3%;
	height: auto;
	}
	table {width: 70%;}
	.tbl-r02 td {font-size: 1.5vw;}
	
		#text {margin-bottom: 0;}
}
@media screen and (max-width: 500px) {	
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url("bg.jpg")center;
  background-size:cover;
}
	p {font-size: 3vw;
	padding: 3%;}
	h2 {font-size: 3.8vw;
		letter-spacing: -1px;
	padding: 0 3%;
	margin: 2% 0;
	}
	h3 {font-size: 7vw;}
	h4 {font-size: 3.2vw;}
	.pc {display: none;}
	.smart {display: block;}
	.top_img {padding: 0;}
	.text-img2 {width: 90%;}	
	.tokuten {width: 90%;
	margin-top: 5%;
	}
	table {}
	.tbl-r01 {
    width: 80%;
  }
	.tbl-r01 th {color: #222;
	font-size: 4vw;
	background-color: #DCDCDC;
	}
	.tbl-r01 td {color: #222;
	font-size: 2.5vw;
	padding: 3% 1%;
	}
	.th-icon {width: 10%;}
  .tbl-r01 th,
  .tbl-r01 td {
　　border-bottom: none;
    display: block;
    width: 100%;
	padding: 2%;
	 text-align: center;
	  line-height: 1.5em;
	  border-bottom: none;
  }
	.box {display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
	.item-box {width: 100%;
	}
	.item-box img {width: 100%;
	}
	.botton {width: 0%;
	padding: 3%;
	font-size: 3vw;
	background-color: #E3171B;
	}
	#text {margin-bottom: 0;
	margin-top: 0;
	font-size: 40%;
	}
	.font-size {font-size: 3vw; margin-top: 3%;}
	#wrap_box {
	margin-top: 5%;
	}
	#twitter {width: 80%;
	}
	.twitter {width: 100%;
	float: none;
	margin: 0 auto;
	}
	#fotter {font-size: 20%;}
}
