 @import "base.css";
/* ------------------------------------------------------------

基本スタイル（編集不可）

------------------------------------------------------------ */
/* 基本class*/
html>body {
	font-size: 15px;
}
*html body {
	font-size: 96%;
}
*+html body {
	font-size: 96%
}
.cb {
	clear: both;
	line-height: 0%;
	height: 0px;
}
.right-top {
	float: right;
}
.left-top {
	float: left;
}
.right-txt {
	text-align: right;
}
.left-txt {
	text-align: left;
}
.center-txt {
	text-align: center;
}
.sf {
	font-size: 90%;
}
.bf {
	font-weight: bold;
}


.margin-t{
	margin-top:90px;
}

/*画像をウインドウサイズに合わせて可変*/
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
　/*IE8のみ適用*/
}
/* 
------------------------------------------------------------ */
.cf {
	zoom: 1;/*for IE 5.5-7*/
}
.cf:after {/*for modern browser*/
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/* 
------------------------------------------------------------ */

a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover {
	color: #000000;
	text-decoration: none;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
/**/
#contents-wrapper a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents-wrapper a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
body {
	color: #222222;
	margin: 0;
	padding: 0;
	/*font-family:'UD新ゴ L','ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;*/
	font-family: Helvetica, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 190%;
	background-color: #FDFFFA;
	text-align: center;
}
/* 背景を可変 
body {
	background-size:cover;/*背景画像で全体を覆う
	background-size:100% auto; 背景画像を横幅いっぱいに表示
}*/	

#main-container {
}
#wrapper {
	position: relative;
	font-size: 95%;
 font-weight:
}
/* ------------------------------------------------------------

font-weight設定
※フォント太さは最終的にwebフォント指定となります。

------------------------------------------------------------ */

/*通常太さに戻す場合*/
.font-n {
	/*font-family:'UD新ゴ L','ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;*/
	font-weight: normal !important;
}
/*ミディアム*/
.font-m {
	/*font-family:'UD新ゴ M','ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;*/
	font-weight: 600;
}
/*ボ−ルド*/
.font-b {
	/*font-family:'UD新ゴ DB', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	font-weight: bold;
}
/* ------------------------------------------------------------

スタイルここから
※font-weightは個別に指定しない。太さを変える時は上記クラスを追加。

------------------------------------------------------------ */

/*共通*/	

.inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
 
.inner:after {
  content:"";
  clear: both;
  display: block;
}
 
/*--------header-----------*/
 
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 20px 0 10px 0;
  line-height: 1;
  z-index: 999;
	height: 105px;
	background-color: rgba(255,255,255,0.8);
}
 
#top-head a,
#top-head {
    color: #000;
    text-decoration: none;
	font-weight: bold;
}
 
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    position: relative;
    font-size: 36px;
    height: 0px;
}
 
#top-head .logo a {
  position: absolute;
  width: 100%;
  height: 100px;
}
 
#global-nav ul {
    list-style: none;
    position: absolute;
    top: 40px;
    right: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
    padding:0 30px;
}
#global-nav ul li a {
    padding: 5px 5px;
    position: relative;
    display: inline-block;
}
 
#global-nav ul li a::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   background: rgba(255,255,255,.8);
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
	text-decoration: underline 1px solid #000;
}
 
#global-nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
 
nav span{
    background:#666;
    height:2px;
    display:block;
    position:relative;
    width:50px;
    left:0;
}
 
 
/*--------固定化されたときのCSS-----------*/
 
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    background: rgba(255,255,255,.8);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
 
#top-head.fixed .logo {
  position: relative;
    font-size: 24px;
    color: #333;
}
 
#top-head.fixed .logo a {
  position: absolute;
  width: 100%;
  height: 0px;
 
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
    padding-bottom: 10px;
}
 
 
 
/*-----------スマホのトグルボタンのCSS-------------*/
 
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 20px;
    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: #000;
    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;
}
 
 
/*---------gnav sp--------------*/
/*-----------スマホ-------------*/
@media screen and (max-width: 767px) {
    .head-inner {
      display: none;
    }
 
    .slick-next {
      right: 0;
    }
 
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: rgba(255,255,255,.8);
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        height: 50px;
        top: 15px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #000;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
        padding: 18px 0;
        color: #fff;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #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(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}
 
/*------------タブレット用------------------*/
 
@media screen and (max-width: 1024px) {
  .head-inner {
    display: none;
  }
 
  .slick-next {
    right: 0;
  }
 
  #top-head,
  .inner {
      width: 100%;
      padding: 0;
  }
  #top-head {
      top: 0;
      position: fixed;
      margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
      padding-top: 0;
      background: transparent;
  }
  #mobile-head {
      background: #fff;
      width: 100%;
      height: 120px;
      z-index: 999;
      position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
      position: absolute;
      left: 13px;
      height: 120px;
      top: 15px;
      color: #333;
      font-size: 26px;
  }
  #global-nav {
      position: absolute;
      /* 開いてないときは画面外に配置 */
      top: -500px;
      background: #fff;
      width: 100%;
      text-align: center;
      padding: 10px 0;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
  }
  #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 14px;
  }
  #global-nav ul li {
      float: none;
      position: static;
      padding: 18px 0;
      color: #000;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
      width: 100%;
      display: block;
      color: #000;
      padding: 18px 0;
	  top: 30px;
  }
  #nav-toggle {
      display: block;
      right: 25px;
      top: 20px;
  }
  /* #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(556px);
      -webkit-transform: translateY(556px);
      transform: translateY(556px);
  }
 
 
}


#contents-inner {
	margin-top: 50px;
	overflow: hidden;
}
.conbox {
	margin-top: 50px;
	margin-bottom: 110px;
}
.conbox p {
	font-size: 125%;
	line-height:180%;
}
.conbox img {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.conbox h3, .conbox h4 {
	font-size: 180%;
	margin-bottom: 55px;
}
.txt-btn01 a {
	display: block;
	border: 2px solid #666666;
	text-align: center;
	padding: 10px 0 9px 0;
	font-size: 130%;
	font-weight: bold;
}
.txt-btn02 a {
	display: block;
	border: 2px solid #666666;
	text-align: center;
	padding: 7px 0 6px 0;
}
.txt-btn01 a:hover, .txt-btn02 a:hover {
	background: #666666;
	color: #ffffff;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#top-movie {
	text-align: center;
	width: 100%;
	margin: 100px auto;
}
#oubtxt {
	margin: 0 auto;
	font-size: 130%;
	margin-bottom: 55px;
}
a.anchor {
	padding-top: 100px;
	margin-top: -100px
}

.pb25 {margin-bottom:30px!important;}
.mb100 {margin-bottom:150px;}

/*トップ*/	

#logo {
	margin-bottom: 70px;
}
#top-logobottom {
	width: 100%;
	margin-bottom: 82px;
}
#top-txt {
	margin: 0 auto;
	font-size: 180%;
	line-height: 150%;
	margin-bottom: 65px;
}
#infomation {
	overflow-y: scroll;
}
.list table {
	display: block;
	font-size: 130%;
}
.list table td {
	border-bottom: 1px solid #030000;
	padding: 25px 0 15px 0;
	margin-bottom: 30px;
	line-height: 120%;
}
.awardbox {
	float: left;
	margin-bottom: 20px;
	position: relative;
}
.more-btn {
	position: absolute;
	bottom: 0;
	width: 100%;
}

table#shushokutable {
	width: 94%;
	margin-top: 20px;
	margin: 20px auto;
}
table#shushokutable th, table#shushokutable td {
	text-align: center;
	vertical-align: middle;
	padding: 7px;
	border: 1px solid #95989A;
}
table#shushokutable th{
	font-weight: bold;
}
table#shushokutable thead {
	background: #FCFCCA;
	border: 1px solid #95989A;
	border-width: 1px 0 1px 0;
}
table#shushokutable tbody {
	background: #FCFCCA;
	border: 1px solid #95989A;
	border-width: 1px 0 1px 0;
}
table#shushokutable td {
	background: #fff;
	border: 1px solid #95989A;
}
table#shushokutable td.blue {
	background: #CFF0FA;
	border: 1px solid #95989A;
}

#shushokubottom {
	display: none;
}

p.midashi {
	margin-bottom: 8px;
}
#returnbtn {
	text-align: right;
	font-size: 130%;
}
.mt10 {
	margin-top:10px!important;
}
.mt20 {
	margin-top:20px!important;
}
.mt40 {
	margin-top:40px!important;
}
.txt140 {
	font-size: 140%;
}
