/* Global Styles */

/* Header */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: sans-serif;
background-color: #EBEBEB;
}
.L-tewelve {
  background-color: white;
}

.wrapper {
  position: relative;
  height: 600px;
}
.header {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: white;
  z-index: 10;
  background-color: rgba(255,255,255,0.0);
  -webkit-transition: all 0.4s linear 0s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.header .logo-container {
    width:360px;
  height: auto;
  margin-left: 40px;
  float: left;
  border: 0px solid black;
  animation: none;
}
.header .logo-container h1 {
  text-align: center;
  color: white;
  -webkit-transition: all 0.4s linear 0s;
}
.header ul {
  margin: 0 50px 0 0;
  list-style-type: none;
  padding: 0;
  float: right;
  border: 0px solid black;
}
.header ul li {
  display: table-cell;
  border: 0px solid crimson;
}
.header ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 26px 14px;
  color: white;
  border-top: 5px solid transparent;
  -webkit-transition: padding 0.4s linear 0s;
  font-size: 16px;
}
.header ul li a:hover {
  border-top: 5px solid white;
}
.toggle-btn {
    display: none;
    position: absolute;
    top: 8px;
    left: auto;
    right: 30px;
    font-size: 25px;
    cursor: pointer;
    z-index: 100;
  }
.header-scroll {
  height: 60px;
  background-color: rgba(255,255,255,1);
  animation: top-in-basic 1 0.4s 0s;
  -webkit-box-shadow: 0px 0px 2px 2px #ccc;
  box-shadow: 0px 0px 2px 2px #ccc;
}
.header-scroll ul li a {
  padding: 15px 15px;
  color: #1e1e1e;
}
.header-scroll ul li a:hover {
  border-top: 5px solid black;
}
.header-scroll .logo-container {
  animation: left-in-basic 1 0.8s 0s;
}
.header-scroll .logo-container h1 {
  margin: 10px 0px;
  color: #1e1e1e;
}
.display-none-mobile {
  display: table;
}
.display-block {
  display: table;
}
.foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
}
.banner-wrapper-fixed .foreground h1 {
  text-align: center;
  color: white;
  margin-top: 250px;
  font-size: 38px;
  padding: 0px 30px;
}
.heading {
  padding: 20px 0px;
  font-size: 32px;
  margin: 0;
  text-align: center;
}
.section {
  position: relative;
  width: 100%;
  height: auto;
  background-color: white;
}
.box {
	position: relative;
	width: 100%;
	padding:20px;
	background-color: white;

}
.footer {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #1e1e1e; 
}
.footer p {
  text-align: center;
  margin: 0;
  color: white;
  padding: 10px 0px;
  font-size: 12px;
}
.heart {
  font-size: 18px;
  margin: 0 4px;
  color: crimson;
}
.top-in-basic {
  animation: top-in-basic 1 1s 0s;
}
.left-in-basic {
  animation: left-in-basic 1 1s 0s;
}
.fade {
  animation: fade 1 1s 0s;
}
@keyframes flip {
  0% {transform: rotateY(-45deg);}
  100%{transform: rotateY(0deg);}
}
@keyframes fade {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes top-in-basic {
  0%{transform: translateY(-2000px)}
  100%{transform: translateY(0px)}
}
@keyframes left-in-basic {
  0%{transform: translateX(-2000px)}
  100%{transform: translateX(0px)}
}
@media (max-width:768px){
  .header {
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
  }
  .header .logo-container {
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 10;
    border-bottom: 5px solid #ccc;
    background-color: white;
  }
  .header .logo-container h1 {
    color: black;
    padding-left: 20px;
    margin: 10px;
    text-align: left;
  }
  .header-scroll .logo-container {
    animation: none;
  }
  .header ul {
    float: none;
    width: 100%;
    margin: 63px 0 0 0;
    z-index: 9;
    background-color: white;
    border: 0px solid black;
  }
  .display-none-mobile {
    display: none;
  }
  .display-block {
    display: block;
  }
  .header ul li {
    display: block;
    margin: 0;
    text-align: center;
  }
  .header ul li a {
    width: 100%;
    color: black;
    margin: 0;
    padding: 20px 0 20px 0;
  }
  .header ul li a:hover {
    background-color: black;
    color: white;
  }
  .toggle-btn {
    display: block;
  }
  .banner-wrapper-fixed {
  }
}

#block03 {
	width:100%;
}
#block04 {
  padding: 0px;
  margin-left:auto;
  margin-right:auto;
}
.buttona {
  display       : inline-block;
  border-radius : 20%;          /* 角丸       */
  font-size     : 14pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 14px 14px;   /* 余白       */
  background    : #00A3D9;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 5px 5px 3px #666666;  /* 影の設定 */
  border        : 2px solid #000066;    /* 枠の指定 */
}
.buttona:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #000066;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}

.button1 {
  display       : inline-block;
  border-radius : 20%;          /* 角丸       */
  font-size     : 16pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 12px;   /* 余白       */
  background    : #ff9326;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 6px 6px 3px #666666;  /* 影の設定 */
  border        : 2px solid #000066;    /* 枠の指定 */
}
.button1:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #000066;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}
.button2 {
  display       : inline-block;
  border-radius : 20%;          /* 角丸       */
  font-size     : 12pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 9px 9px;   /* 余白       */
  background    : #008C8C;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 4px 4px 2px #666666;  /* 影の設定 */
  border        : 2px solid #000066;    /* 枠の指定 */
}
.button2:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #000066;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}

#menu{
	width:100%;
	height:30px;
	background-color:#CCC;
}
#sen{
	width:100%;
	height:5px;
	background-color:#FC6;
}
.kasaneru{
    position: relative;
}

.kasaneru div.text{
    position: absolute; 
    left: 5px; 
    top: 5px; 
    font-size: 12px;
	font-weight:bold;
	color:#FFF;
	background-color:#000;
	opacity:1;
	line-height:14px;
}
.skasaneru{
    position: relative;
}

.skasaneru div.text{
    position: absolute; 
    left: 5px; 
    top: 5px; 
    font-size: 12px;
	font-weight:bold;
	color:#FFF;
	background-color:#000;
	opacity:1;
	line-height:14px;
}
