@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
img {vertical-align: bottom; max-width: 100%; height: auto; width: auto;}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	min-height: 1%;
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/***************/
.vis_h {
visibility: hidden;
}
.ovf_h {
  overflow: hidden;
}
.float_l {
  float: left;
}
.font_b {
  font-weight: bold;
}
.font_12 {
  font-size: 12px;
}
.line-h-1 {
  line-height: 1.4;
}
body {
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  position: relative;
}
a {
  text-decoration: none;
}
#wrapper {
  width: 960px;
  margin: 0 auto;
}
header {
  margin-bottom: 35px;
}
header + div {
/*  background-color: #000;*/
}
h1.logo {
  max-width: 250px;
  width: 26.042%;
  float: left;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
}
h1.logo:hover {
  opacity: 0.8;
}
.addbtn {
 vertical-align: middle;
 width: 95px;
 margin: 15px 0 0 10px;
 display: none;
}
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
nav#global-nav {
/*  max-width: 660px;*/
  max-width: 676px;
  width: 70.42%;
  margin: 0 1.5625%;
  float: right;
  position: relative;
  z-index: 100;
}
nav#global-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 74px;
}
nav#global-nav ul li {
  float: left;
  font-size: 0;
  height: 100%;
  transition: margin,background-color 0.2s ease;
  -webkit-transition: margin,background-color 0.2s ease;
  -moz-transition: margin,background-color 0.2s ease;
}
nav#global-nav ul li a {
  display: block;
  height: 100%;
  text-align: left;
  padding-left: 15px;
}
nav#global-nav ul li.menu-1 {
  background: url(../images/menu-1.png) top left no-repeat;
  width: 108px;
}
nav#global-nav ul li.menu-2 {
  background: url(../images/menu-2.png) top left no-repeat;
  width: 128px;
}
nav#global-nav ul li.menu-3 {
  background: url(../images/menu-3.png) top left no-repeat;
  width: 183px;
}
nav#global-nav ul li.menu-4 {
  background: url(../images/menu-4.png) top left no-repeat;
  width: 128px;
}
nav#global-nav ul li.menu-5 {
  background: url(../images/menu-5.png) top left no-repeat;
  width: 113px;
}
nav#global-nav ul li.menu-6 {
  background: url(../images/menu-6.png) top left no-repeat;
  width: 144px;
}
nav#global-nav ul li:hover,
nav#global-nav ul li.active {
  background-position: bottom left;
}
nav#global-nav ul li:hover {
  margin: 4px 0 0 0;
}
#contents {
  width: 710px;
  padding-left: 20px;
  float: right;
  height: 100%;
/*  min-height: 700px; */
  min-height: 780px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
#sidebar {
  width: 250px;
/*  height: 700px; */
  height: 780px;
  float: left;
  background-image: url(../images/sidebar-bg.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color: #000;
  padding-top: 15px;
}
#sidebar > ul > li {
  font-size: 0;
  width: 100%;
  height: 74px;
}
#sidebar > ul > li a {
  display: block;
  height: 100%;
  text-align: center;
}
#sidebar > ul > li.menu-1 {
  background: url(../images/sidemenu-1.png) top left no-repeat;
}
#sidebar > ul > li.menu-2 {
  background: url(../images/sidemenu-2.png) top left no-repeat;
}
#sidebar > ul > li.menu-3 {
  background: url(../images/sidemenu-3.png) top left no-repeat;
}
#sidebar > ul > li.menu-4 {
  background: url(../images/sidemenu-4.png) top left no-repeat;
}
#sidebar > ul > li.menu-5 {
  background: url(../images/sidemenu-5.png) top left no-repeat;
}
#sidebar > ul > li.menu-6 {
  background: url(../images/sidemenu-6.png) top left no-repeat;
}
#sidebar > ul > li:hover,
#sidebar > ul > li.active {
  background-position: bottom left;
}
#sidebar #info {
  margin: 50px 0;
  padding-left: 30px;
}
#sidebar #info {
  margin: 50px 0;
  padding-left: 30px;
}
#sidebar #info {
  margin-top: 40px;
  padding-left: 30px;
  font-size: 12px;
  color: #fff;
  line-height: 1.8;
}
#sidebar #info h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
#sidebar #info h2 p {
  font-size: 12px;
}
#sidebar #info p span {
  font-size: 10px;
}
#sidebar #info p span.line {
  font-size: 12px;
  display: inline-block;
  padding: 5px 0 0 5px;
}
#sidebar #info p span.line .title {
  font-size: 16px;
  padding-bottom: 5px;
}
#copyright {
  background-color: #000;
  color: #fff;
  margin-top: 35px;
  padding: 5px 15px;
  line-height: 1.6;
}
#youtube {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 690px;
  height: 56.25%;
}
#top_slide,
#page_top {
  max-width: 690px;
  height: 286px;
  position: relative;
  overflow: hidden;
}
#top_slide img,
#page_top img {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
#top_slide img:first-child {
  position: relative;
  opacity: 1;
}
#page_top img {
  opacity: 1;
}
#top_slide .text {
  position: absolute;
  left: 0;
  top: 12%;
  z-index: 2;
  color:#666666;
  line-height: 1.5;
  font-size: 19px;
}
#page_top .text {
  position: relative;
  left: 0;
  top: 12%;
  z-index: 2;
  color:#666666;
  line-height: 1.5;
  font-size: 19px;
}
#top_slide .text p,
#top_slide .text p {
  font-size: 25px;
}
#page_top .text p.desc {
  font-size: 12px;
  margin-top: 12px;
  line-height: 1.8;
  color: #000;
}

#youtube iframe {
  width: 100%;
  height: 100%;
}
.box-1_wrapper {
  font-size: 0;
  margin-top: 10px;
  text-align: center;
  display: table;
  border-collapse: collapse;
}
.box-1 {
  width: 50%;
  display: table-cell;
  padding: 13px;
  background-color: #F2F2F2;
  border-left: solid 10px #fff;
}
.box-1:first-child {
  border: none;
  border-right: solid 10px #fff;
}
.box-2_wrapper {
  font-size: 0;
  margin-top: 10px;
  margin-left: -10px;
}
.box-2 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  background-color: #F2F2F2;
  border-left: solid 10px #fff;
}

.box-1 p,
.box-2 p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}
.title-1 {
  margin: 40px 0 15px;
  padding-left: 25px;
  background: url(../images/about/icon.jpg) center left no-repeat;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.title-2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding-left: 10px;
  border-left: solid 4px red;
}
.mg-t10 {
margin-top: 10px;
}
.pagelinks {
margin-top: 30px;
text-align: center;
font-size: 0;
}
.pagelinks a, .pagelinks span {
display: inline-block;
width: 40px;
line-height: 50px;
font-size: 16px;
text-align: center;
color: #CDD6DD;
}
.pagelinks .current, .pagelinks a:hover {
color: red;
}
.pagelinks .to {
width: 50px;
border: solid 2px #CDD6DD;
border-radius: 10px;
background-color: #FAFAFA;
margin-left: 10px;
margin-right: 10px;
font-size: 22px;
font-weight: bold;
}
#about {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}
#about td {
  border: solid 1px #CCCCCC;
  border-top: solid 10px transparent;
  border-left: none;
  padding: 4px 10px 10px;
  font-size:12px;
  min-width: 90px;
}
@media screen and (max-width: 800px){
  .eng {
    font-size: 18px;
    font-weight: bold;
  }
  #wrapper {
    width: auto;
  }
  header + div {
    background-color: transparent;
  }
  h1.logo {
    width: auto;
  }
  h1.logo img {
    height: 60px;
  }
  .addbtn {
    display: inline-block;
  }
  #mobile-head {
    height: 74px;
    background-color: #fff;
    z-index: 101;
    position: relative;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(550px);
    -webkit-transform: translateY(550px);
    transform: translateY(550px);
  }
  nav#global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -475px;
    background: #fff;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  nav#global-nav > img {
    display :none;
  }
  nav#global-nav ul {
    position :static;
  }
  nav#global-nav ul li.menu,
  #sidebar > ul > li.menu {
    background: none;
    font-size: 14px;
    width: auto;
    float: none;
  }
  nav#global-nav ul li.menu {
    padding: 15px 0;
    border-bottom: solid 1px #444;
    background-color: #fff;
  }
  nav#global-nav ul li.menu:first-child {
    border-top: solid 1px #444;
  }
  nav#global-nav ul li:hover {
    margin: 0;
  }
  nav#global-nav ul li.menu a {
    color: #808080;
    font-size: 14px;
  }
  nav#global-nav ul li.active a {
    color: #000;
  }
  nav#global-nav ul li.active {
    background-color: #eee;
  }
  nav#global-nav ul li.active2 {
    background-color: #ccc;
  }
  nav#global-nav ul li.active2 a {
    color: #000;
  }
  #contents {
    float: none;
    max-width: 710px;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 10px;
    min-height: inherit;
  }
  #sidebar {
    float: none;
    width: auto;
    height: auto;
    margin-top: 20px;
    background-image: none;
    padding-bottom: 30px;
  }
  #sidebar > ul {
    margin: 10px;
    border-radius:10px;
    border: solid 1px #444;
    overflow: hidden;
  }
  #sidebar > ul > li.menu {
    height: auto;
    padding: 15px;
    border-top: solid 1px #444;
    background-color: #222;
  }
  #sidebar > ul > li.menu:first-child {
    border-top: none;
  }
  #sidebar > ul > li.active2 {
    opacity: 0.6;
  }
  #sidebar > ul > li.menu a {
    color: #fff;
    font-size: 14px;
  }
  #sidebar > ul > li.active a,
  #sidebar > ul > li.active2 a {
    color: #999;
  }
  #youtube {
    position: relative;
    width: auto;
/*    height: auto; */
  }
  #top_slide,
  #page_top {
    height: auto;
  }
  #top_slide .text,
  #page_top .text {
    top: 5%;
    font-size: 15px;
  }
  #top_slide .text p,
  #page_top .text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 430px){
  .box-1_wrapper,
  .box-1,
  .box-1:first-child {
    display: block;
    width: auto;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    border: none;
  }
  .box-1:first-child,
  .box-2:first-child {
    margin-bottom: 10px;
  }
  .box2_wrapper {
    margin-left: auto;
  }
  .box-2 {
    display: block;
    width: auto;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    border: none;
  }
}
@media screen and (max-width: 320px){
  h1.logo {
    max-width: 150px;
  }
  h1.logo img {
    height: auto;
  }
  .addbtn {
    margin-top: 8px;
  }
}
