@charset "UTF-8";

/* body
===========================================*/
body {
  position: relative;
  background: url(../images/index_content_bg.jpg);
}

.en p { word-break: normal; }

a:hover { text-decoration: none; }

.belt {
  padding: 5px 0 4px;
  text-align: center;
  background-color: #000;
  color: #fff;
}

.logo {
  margin-top: 45px;
  text-align: center;
}

.logo_txt {
  margin-top: 15px;
  text-align: center;
}

.bg_left,
.bg_right {
  position: absolute;
  z-index: -100;
}

.bg_left img,
.bg_right img {
  opacity: .5;
  -ms-filter: "alpha(opacity=50)";
}

.bg_left { left: 0; }
.bg_right { right: 0; }

/* #header
===========================================*/
#header {
  position: relative;
}

#header .bg_left,
#header .bg_right { top: 18px; }

.language {
  overflow: hidden;
  position: absolute;
  top: 42px;
  right: 15px;
}

.language li {
  float: left;
  background-color: #d5b481;
  border-radius: 5px;
  margin: 0 2px;
  width: 71px;
  padding: 2px 0 1px;
  text-align: center;
  font-size: 15px;
  font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
}

.language li a {
  display: block;
  color: #fff;
}

.language li:hover {
  -webkit-transition: background-color .7s;
     -moz-transition: background-color .7s;
      -ms-transition: background-color .7s;
          transition: background-color .7s;
  background-color: #c19e6f;
}

.language .active {
  background-color: #c19e6f;
  color: #fff;
}

.gnav {
  margin: 25px auto 0;
  display: table;
}

.gnav li {
  display: table-cell;
  vertical-align: middle;
  font-size: 25px;
  color: #565146;
}
.gnav li.hr {
  padding:0 15px;
}



.gnav a img {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  margin-top: 6px;
}

.gnav a img:hover {
  -webkit-transition: opacity .7s;
     -moz-transition: opacity .7s;
      -ms-transition: opacity .7s;
          transition: opacity .7s;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

/*------ @ BreakPoint 480px～ ------*/
@media screen and (max-width: 480px) {
.gnav li {
  font-size: 14px;
}
}

/* locations_netes
===========================================*/
#locations_notes{
    text-align:center;
    background:url(../images/location_map_bg.jpg) no-repeat;
    background-size:cover;
}

#locations_notes .notes_ti{
    background:#000;
    padding: 6px 10px;
}

#locations_notes .center{
    margin:40px 0 25px 0;
}

#locations_notes p.notes{
    font-size:25px;
    margin-bottom:40px;
    color: #3f3421;
    font-weight:bold;
    font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝", sans-serif;
}

#locations_notes .gnav{
    margin-top:0px;
}

#locations_notes .gnav_border{
    border-top:1px solid #fff;
    padding: 15px;
}


/* #footer
===========================================*/
#footer {
  position: relative;
  font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
}

#footer .bg_left,
#footer .bg_right { bottom: 0; }

.gotop {
  position: fixed;
  right: 12px;
  bottom: 42px;
  z-index: 10;
  text-align: center;
  cursor: pointer;
  padding: 9px 15px;
  background-color: rgba(0,0,0,0.7);
  border-radius: 18px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.gotop img {
  width: 40%;
}

.gotop:hover {
  -webkit-transition: opacity .7s;
     -moz-transition: opacity .7s;
      -ms-transition: opacity .7s;
          transition: opacity .7s;
  opacity: .7;
}

/* ie8 */
.ie8 .gotop {
  background: url(../images/ie8_index_bg01.png);
}

#footer .logo {
  margin: 20px auto;
}

#footer .belt small { font-size: 14px; }

#footer .belt small a {
  text-decoration: underline;
  color: #fff;
}