@charset "UTF-8";
/* *************************************************************** */
/* ! SITE SETTING */
/* *************************************************************** */
/*! --------------------------------------------------------------- */
/*!	File Name	：base.scss											*/
/*!	Last Update	：2015/1/7											*/
/*! --------------------------------------------------------------- */
#language_nav ul, #button_nav ul {
  *zoom: 1; }
  #language_nav ul:after, #button_nav ul:after {
    content: "";
    display: table;
    clear: both; }

html,
body {
  height: 100%; }

html {
  font-size: 62.5%;
  background: #78C424; }

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-font-smoothing: antialiased;
  color: #365C0A;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background: #78C424;
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0;
  margin-top: .8em;
  text-align: justify;
  line-height: 1.6; }
  p a {
    color: #333;
    padding: 2px;
    background: rgba(237, 246, 136, 0.5);
    padding: 4px; }
    p a:hover {
      background: #edf688; }
  p a[href*=".jpg"] {
    padding: 0;
    background: none; }

address {
  font-style: normal; }

ul {
  list-style-type: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
  position: relative; }

/*! --------------------------------------------------------------- */
/*!	File Name	：layout.scss										*/
/*!	Last Update	：2014/9/30											*/
/*! --------------------------------------------------------------- */
header,
footer {
  background: #78C424; }

header {
  height: 50px;
  position: fixed;
  padding-top: 10px;
  position: fixed;
  z-index: 10000;
  width: 100%;
  background: rgba(120, 196, 36, 0.9);
  top: 0; }

h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 7px;
  z-index: 60;
  margin-left: 7px; }
  h1 a {
    display: block;
    background: url(../image/common/logo.png) left top no-repeat;
    width: 97px;
    height: 46px;
    background-size: cover; }

#btn_global_nav {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 60; }

#overlay {
  display: none;
  background: rgba(95, 156, 26, 0.9);
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 50; }

#global_nav {
  position: fixed;
  top: 60px;
  left: 0;
  display: none;
  border-bottom: none;
  z-index: 10000;
  width: 100%; }
  #global_nav ul {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #cccccc;
    font-size: 15px;
    font-size: 1.5rem; }
    #global_nav ul li {
      float: none;
      display: block;
      border-bottom: 1px solid #cccccc;
      border-left: none;
      margin-bottom: 0; }
      #global_nav ul li a {
        display: block;
        width: 100%;
        color: #FFF;
        padding: 1em 0;
        text-align: center;
        background-color: rgba(95, 156, 26, 0.7);
        text-decoration: none; }
        #global_nav ul li a:hover {
          background-color: rgba(95, 156, 26, 0.9); }

#language_nav {
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 60; }
  #language_nav li {
    float: left;
    margin-left: 5px; }
    #language_nav li a {
      display: block;
      position: relative;
      background: #84CD35;
      width: 30px;
      height: 52px;
      -moz-border-radius: 0 0 15px 15px;
      -webkit-border-radius: 0;
      border-radius: 0 0 15px 15px; }
      #language_nav li a img {
        position: absolute;
        top: 3px;
        left: 50%;
        margin-left: -6px; }
      #language_nav li a.en img {
        margin-left: -4px; }
      #language_nav li a.active {
        background: #DEEF33; }

.container {
  margin: 0 auto;
  background: #A1D451;
  padding: 65px 0 5px 0; }

.content {
  position: relative;
  margin-bottom: 5px;
  margin: 0 5px 5px 5px; }
  .content .course_title {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -60px;
    z-index: 10; }

#button_nav {
  margin: 0 5px;
  overflow: hidden; }
  #button_nav ul {
    margin: 0 0 -5px 0; }
  #button_nav li {
    margin-bottom: 5px; }
    #button_nav li:nth-child(odd) {
      float: left; }
    #button_nav li:nth-child(even) {
      float: right; }

.page_title {
  background: #78C424;
  padding: .7em .5em;
  margin-bottom: 10px;
  line-height: 1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem; }
  .page_title span {
    font-size: 11px;
    font-size: 1.1rem;
    display: inline-table;
    padding: 0;
    margin-top: -2.5px;
    margin-left: .5em; }

.icn_course_title {
  padding-left: 50px;
  margin-top: 5px;
  position: relative; }
  .icn_course_title span {
    position: absolute;
    top: -7px;
    left: -4px; }

.inner {
  padding: 10px; }

.box_bg {
  background: #C6E595;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.btn {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center; }
  .btn a {
    display: block;
    padding: 0;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem; }
    .btn a span {
      padding: 8px 0;
      margin: 5px;
      display: block;
      border: 2px solid #FFF;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      line-height: 14px; }

.btn_short {
  width: 49.25%; }

.btn_long {
  width: 100%; }

.btn_detail {
  margin-top: 10px; }
  .btn_detail a {
    padding: .5em 0;
    text-align: center;
    display: block;
    background: #78C424;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem; }

.clr_a {
  background: #f5a628; }

.clr_b {
  background: #f35f5e; }

.clr_c {
  background: #1fbdde; }

.clr_d {
  background: #8c87bb; }

.clr_e {
  background: #67a024; }

.clr_f {
  background: #7f705d; }

.clr_g {
  background: #959595; }

.clr_h {
  background: #5476b3; }

.clr_com {
  background: rgba(255, 255, 255, 0.8); }

.fb-comments.fb_iframe_widget {
  width: 100% !important; }
  .fb-comments.fb_iframe_widget > span {
    width: 100% !important; }
    .fb-comments.fb_iframe_widget > span > iframe {
      width: 100% !important; }

.clr_def {
  background: #5C9A1A; }

.clr_fb {
  background: #3A5998;
  text-indent: 1.6em;
  position: relative; }
  .clr_fb span {
    background: #3A5998 url(../image/common/logo_fb@2x.png) 5px center no-repeat;
    background-size: 20px; }

.icn_fb {
  background: #3A5998 url(../image/common/logo_fb@2x.png) 5px center no-repeat;
  background-size: 20px; }

/* ！FOOTER				******************************************* */
footer {
  color: #FFF;
  padding: 7px 0;
  text-align: center;
  font-size: 10px;
  font-size: 1rem; }

html,
body {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.adp-warnbox {
  display: none; }

body > #map_canvas {
  height: auto; }

body > #route {
  height: auto; }
