@charset "UTF-8";
/* ---------------------------------------------
browser initialization
--------------------------------------------- */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

/* ---------------------------------------------
common format
--------------------------------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #3c2130;
  text-decoration: underline;
}

a:hover {
  color: #3c2130;
  text-decoration: none;
}

a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 1.6em 0px;
}

/* ---------------------------------------------
site common class
--------------------------------------------- */
.bold {
  font-weight: bold;
}

.mini_10 {
  font-size: 10px;
}

.mini_12 {
  font-size: 12px;
}

.normal {
  font-size: 14px;
}

.large_16 {
  font-size: 16px;
}

.large_18 {
  font-size: 18px;
}

.large_20 {
  font-size: 20px;
}

.large_22 {
  font-size: 22px;
}

.large_24 {
  font-size: 24px;
}

.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

.valign_top {
  vertical-align: top;
}

.valign_middle {
  vertical-align: middle;
}

.valign_baseline {
  vertical-align: baseline;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

/* ---------------------------------------------
site common query
--------------------------------------------- */
@media print, screen and (min-width: 481px) and (orientation: portrait), screen and (min-height: 481px) and (orientation: landscape) {
  .inner {
    margin: 0px auto;
    width: 1150px;
  }

  .pc_hide {
    display: none;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait), screen and (max-height: 480px) and (orientation: landscape) {
  .inner {
    margin: 0px 10px;
  }

  .sp_hide {
    display: none;
  }
}
/* ---------------------------------------------
header format
--------------------------------------------- */
#site_header {
  min-width: 1150px;
  overflow: hidden;
}
#site_header .header_left {
  float: left;
}
#site_header .header_left .site_logo {
  margin-right: 20px;
  float: left;
}
#site_header .header_left .site_logo img {
  display: block;
}
#site_header .header_left h1 {
  margin-top: 25px;
  font-size: 12px;
  line-height: 1.5em;
  color: #fff;
  float: left;
}
#site_header #btn_spmenu {
  display: none;
}

#site_header nav {
  margin: 0px 0px -10px;
  background: url(../img/hyu102.png);
  text-align: center;
  float: right;
}
#site_header nav ul {
  height: 60px;
  overflow: hidden;
}
#site_header nav ul li {
  border-right: #000000 solid 1px;
  height: 44px;
  padding-right: 2%;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2em;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  text-align: center;
  float: left;
}
#site_header nav ul li:first-child {
  margin-left: 5%;
  border-left: #000000 solid 1px;
  padding-left: 3%;
  padding-right: 3%;
}
#site_header nav ul li a {
  padding: 15px 10px 35px;
  color: #000000;
  text-decoration: none;
  display: block;
}
#site_header nav ul li a.line2 {
  padding: 8px 10px 28px;
}
#site_header nav ul li a:hover, #site_header nav ul li a.active {
  border-bottom: #fff solid 0px;
  color: #fff;
}

@media screen and (max-width: 480px) and (orientation: portrait), screen and (max-height: 480px) and (orientation: landscape) {
  #site_header {
    padding: 10px 0px;
    min-width: 100%;
  }
  #site_header .header_left .site_logo {
    margin: 0px;
    padding: 0px;
    float: none;
  }
  #site_header .header_left .site_logo img {
    width: 50px;
  }
  #site_header .header_left h1 {
    display: none;
  }
  #site_header #btn_spmenu {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    color: #fff;
    display: block;
    float: right;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D8A88E), color-stop(1, #B08166));
    background-image: -o-linear-gradient(bottom, #D8A88E 0%, #B08166 100%);
    background-image: -moz-linear-gradient(bottom, #D8A88E 0%, #B08166 100%);
    background-image: -webkit-linear-gradient(bottom, #D8A88E 0%, #B08166 100%);
    background-image: -ms-linear-gradient(bottom, #D8A88E 0%, #B08166 100%);
    background-image: linear-gradient(to bottom, #d8a88e 0%, #b08166 100%);
  }
  #site_header nav {
    background-color: #fff;
    margin: 0px;
    width: 80%;
    float: none;
    position: absolute;
    top: 76px;
    left: -100%;
    z-index: 2000;
  }
  #site_header nav ul {
    border-bottom: #a6775c solid 1px;
    height: auto;
  }
  #site_header nav ul li {
    border: none !important;
    height: auto;
    font-size: 14px;
    line-height: 1.2em;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    text-align: left;
    float: none;
  }
  #site_header nav ul li a {
    border-top: #a6775c solid 1px;
    border-right: #a6775c solid 8px;
    padding: 14px 10px;
  }
  #site_header nav ul li a.line2 {
    padding: 14px 10px;
  }
  #site_header nav ul li a:hover, #site_header nav ul li a.active {
    border-bottom: none;
    border-right: #3c2130 solid 8px;
  }
}
/* ---------------------------------------------
footer format
--------------------------------------------- */

#pagetop {
  text-align: center;
}

#site_footer {
  background-image: url(../img/hai131.png);
  background-color: none;
  margin-top: 15px;
  padding: 30px 0px 20px;
  min-width: 1150px;
}
#site_footer .site_logo {
  line-height: 1em;
  text-align: center;
}
#site_footer nav {
  margin-top: 10px;
  text-align: center;
}
#site_footer nav a {
  margin: 0px 20px;
  color: ;
}
#site_footer small {
  margin-top: 30px;
  font-size: 10px;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  display: block;
}
#account_login {
  position: fixed;
  top: 108px;
  right: 0px;
  z-index: 5000;
}
#account_login a {
  background: url(../img/icon_login.png) center 10px no-repeat;
  background-color: #d81e43;
  padding: 41px 15px 10px;
  width: 1em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1em;
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-box-shadow: rgba(89, 4, 28, 0.75) 0px 3px 0px;
  -webkit-box-shadow: rgba(89, 4, 28, 0.75) 0px 3px 0px;
  box-shadow: rgba(89, 4, 28, 0.75) 0px 3px 0px;
}
#account_login a span span {
  display: inline-block;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#account_login a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#account_login a.logout {
  background: url(../img/icon_logout.png) center 10px no-repeat;
  background-color: #d81e43;
  padding: 45px 15px 10px;
}

@media screen and (max-width: 480px) and (orientation: portrait), screen and (max-height: 480px) and (orientation: landscape) {
  #pagetop {
    margin-top: 60px;
    min-width: 100%;
  }

  #site_footer {
    padding: 20px 0px;
    min-width: 100%;
  }
  #site_footer nav {
    margin-top: 10px;
    text-align: center;
  }
  #site_footer nav a {
    background-color: #fff;
    margin: 10px auto;
    padding: 5px 0px;
    width: 80%;
    color: #3c2130;
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  #site_footer nav a:hover {
    background-color: #6f5463;
    color: #fff;
  }
  #site_footer small {
    margin-top: 20px;
  }

  #account_login {
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0px;
    left: 0px;
  }
  #account_login a {
    background: none;
    background-color: #d81e43;
    width: 100%;
    padding: 10px 0px;
    font-size: 18px;
    line-height: 1.1em;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #account_login a > span {
    background: url(../img/icon_login.png) left top no-repeat;
    background-size: auto 18px;
    padding-left: 20px;
  }
  #account_login a > span span {
    display: inline;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #account_login a:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
  #account_login a.logout {
    background: none;
    background-color: #d81e43;
    padding: 10px 0px;
  }
  #account_login a.logout span {
    background: url(../img/icon_logout.png) left top no-repeat;
    background-size: auto 18px;
    padding-left: 20px;
  }
  #account_login + #site_footer {
    padding-bottom: 60px;
  }
}
