@charset "UTF-8";

html, body, .container {
  height: 100%;
  width: 100%;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
  background-image: url(../img/bgw.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#load {
	width: 65px;
	height: 65px;
	margin: -68px 0 0 -68px;
	opacity: 1;
  background-color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
  z-index: 999;
}

#load p{
  font-size: 80%;
  text-align: center;
  color: #000;
}

#wrap{
  width: 1050px;
	margin: 0 auto;
	padding-top: 5px;
	margin-bottom: 10px;
	/* box-shadow */
  box-shadow:rgba(123,212,255, 0.65098) 0px 0px 6px 4px;
	-webkit-box-shadow:rgba(123,212,255, 0.65098) 0px 0px 6px 4px;
	-moz-box-shadow:rgba(123,212,255, 0.65098) 0px 0px 6px 4px;
	background-attachment: scroll;
	background-image: url(../img/bg.png);
	background-repeat: repeat;
  z-index: 1;
}

#wrap_menu{
  width: 1050px;
	margin: 0 auto;
}

.menu{
  z-index: 100;
  text-align: center;
  width: 1050px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  position: fixed;
  background-color: transparent;
}

.menu hr{
  border: 0;
  margin: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
}

nav a {
	position: relative;
	display: inline-block;
	margin: 0px 0px 10px 0px;
	outline: none;
}

nav a:hover,
nav a:focus {
	outline: none;
}

.cl-effect-3 a {
	padding: 1px 0;
}

.cl-effect-3 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1.5px;
	background: rgba(255,67,101,0.8);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

nav a.active {
	position: relative;
	display: inline-block;
	margin: 0px 0px 10px 0px;
	outline: none;
}

nav a.active:hover,
nav a.active:focus {
	outline: none;
}

.cl-effect-3 a.active {
	padding: 1px 0;
}

.cl-effect-3 a.active::after {
	position: absolute;
  display: none;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1.5px;
	background: rgba(255,67,101,0);
}

#activebar_wrap{
  width: 1050px;
  margin: 69px auto 0px auto;
  position: fixed;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  z-index: 101;
}

.activebar{
  width: 145px;
  height: 1.5px;
	background: rgba(255,67,101,0.8);
  z-index: 101;
}

.nonactivebar{
  width: 145px;
  height: 1.5px;
	background: rgba(255,67,101,0);
  z-index: 101;
}

#wrap_contact{
  width: 1050px;
  background: url(../img/mahoujin.png) no-repeat center center fixed;
}

.title{
  position: relative;
  width: 1050px;
  text-align: center;
  padding-top: 100px;
}

.contact{
  position: relative;
  width: 750px;
  height: 1300px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
	z-index: 10;
//  background-color: rgba(255, 255, 255, 0.90);
  /* border-radius */
/*  border-radius:25px;
  -webkit-border-radius:25px;
  -moz-border-radius:25px;
*/
  /* box-shadow */
/*  box-shadow:rgba(89, 89, 89, 0.65098) 0px 0px 6px 3px;
  -webkit-box-shadow:rgba(89, 89, 89, 0.65098) 0px 0px 6px 3px;
  -moz-box-shadow:rgba(89, 89, 89, 0.65098) 0px 0px 6px 3px;
*/
}

.contact hr {
  width: 700px;
  background-color: transparent;
  border: none;
	border-top: 2.5px dashed rgba(184, 210, 0, 0.8);
  margin-top: 55px;
  margin-bottom: 55px;
}

.banner{
  width: 630px;
  height: auto;

}


.banner1{
  width: 600px;
  height: 600px;
  text-align:center;
}

.banner2{
  width: 600px;
  height: 650px;
}

.banner3{
  width: 600px;
  height: 200px;
}

.bannerlink {
	font-size: 10px;
	border: 1px solid #B9C9CE;
	border-radius:5px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	resize: none;
}
.chrome .bannerlink{
  -webkit-transform: scale(0.5);
  -webkit-transform-origin:0 0;
}
.hidari {
	float: left;
}

.banner a img{
  transition: 0.5s;
  -webkit-transition: 0.5s;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  box-shadow:rgba(255, 212, 214, 0.619608) 0px 0px 6px 5px;
  -webkit-box-shadow:rgba(255, 212, 214, 0.619608) 0px 0px 6px 5px;
  -moz-box-shadow:rgba(255, 212, 214, 0.619608) 0px 0px 6px 5px;
}

.banner a:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    opacity:0.6;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    zoom:1;
}

#footer{
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(253, 211, 70, 0.95);
  box-shadow:0 8px 12px -8px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow:0 8px 12px -8px rgba(0, 0, 0, 0.75) inset;
  -moz-box-shadow:0 8px 12px -8px rgba(0, 0, 0, 0.75) inset;
}

.fcontainer{
  width: 1050px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
  margin: 0 auto;
  text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
               0px -5px 16px rgba(255,255,255,0.3);
}

.flogo{
  text-align: center;
  width: 500px;
  margin: 0;
  padding: 0;
}
.flogo2{
  text-align: center;
  width: 500px;
  margin-top: 20px;
  padding: 0;
}

.copyright{
  width: auto;
  text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
               0px -5px 16px rgba(255,255,255,0.3);
}
.copyright p{
  text-align: center;
  font-size: 15px;
  font-family: 'Cabin', sans-serif;
  color:#333333;
  padding-left: 14px;
  line-height: 0.8em;
}

.patch_header{
  width: 1050px;
  margin-top: 25px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
}
.patch_header p{
  font-size: 18px;
  color: rgba(20,20,20,1);
  padding-left: 80px;
  background: url("../img/dhead.png") 65px 50% no-repeat;
  margin: 0;
  text-shadow: -1px 1px 0 rgba(255,255,255,1);
}

.patch_header hr{
  width: 900px;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  height: 0;
  border-top: 1px solid #ffb100;
}
