@charset "UTF-8";
/**
 * Common styles
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 * 05. Responisive
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  color: #000;
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  background-color: #000;
  font-family: "FOT-筑紫明朝 Pro L", serif;
  font-size: 140%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  min-width: 980px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

/* link
   ========================================================================== */
a {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

/* image
   ========================================================================== */
img {
  line-height: 1.0;
  vertical-align: bottom;
}

table th img,
table td img {
  vertical-align: middle;
}

/* ClearFix
   ========================================================================== */
.clear {
  clear: both;
}

.clearfix,
.fbox,
#contents {
  display: block;
}

.clearfix:after,
.fbox:after,
#contents:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* float
   ========================================================================== */
.fr {
  float: right;
}

.fl {
  float: left;
}

ul.fbox li {
  float: left;
  display: inline;
}

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

/* form label
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle;
}

/* position
   ========================================================================== */
.text-r {
  text-align: right !important;
}

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important;
}

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

/* ==========================================================================
   03. Layout
   ========================================================================== */
/* wrapper
   ========================================================================== */
@media screen and (max-width: 767px) {
  #contents {
    background: url(img/contents_bg_sp.gif);
    background-size: contain;
  }
}

/* header
   ========================================================================== */
header {
  background-color: #fff;
  border-bottom: 1px solid #7f693e;
}

#head-logo {
  padding: 22px 0 18px;
  text-align: center;
}

#sp-menu {
  display: none;
}

@media screen and (max-width: 767px) {
  header {
    border-bottom-width: 2px;
    box-sizing: border-box;
    height: 55px;
    padding: 0 20px;
    position: relative;
  }
  #head-logo {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 69.6%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #sp-menu {
    display: block;
    height: 18px;
    width: 27px;
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 10;
  }
  #sp-menu a,
  #sp-menu span {
    display: inline-block;
    box-sizing: border-box;
  }
  #sp-menu span:before,
  #sp-menu span:after {
    content: '';
    display: block;
  }
  #sp-menu a {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #sp-menu span,
  #sp-menu span:before,
  #sp-menu span:after {
    background-color: #000;
    border-radius: 1px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
  }
  #sp-menu span:before {
    top: -8px;
  }
  #sp-menu span {
    top: 8px;
  }
  #sp-menu span:after {
    bottom: -8px;
  }
}

/* navigation
   ========================================================================== */
#gnav-wrap {
  background: url(img/bg_stripe.gif) repeat-x left top;
  background-size: contain;
  border-bottom: 1px solid #7f693e;
}

#gnav-wrap.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10000;
}

#gnav {
  font-size: 0;
  text-align: center;
}

#gnav li {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Linden Hill", serif;
  font-weight: normal;
  letter-spacing: .05em;
}

#gnav a {
  color: #fff;
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#gnav a:hover {
  opacity: .8;
}

#gnav span {
  display: block;
  padding: 21px 70px 18px;
}

#sp-menu-close {
  display: none;
}

@media screen and (max-width: 767px) {
  #gnav-wrap {
    background: #000 url(img/gnav_bg_sp.png) no-repeat left bottom;
    background-size: contain;
    border-bottom: none;
    box-sizing: border-box;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    padding: 75px 0;
    width: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  #gnav li {
    display: block;
    font-size: 21px;
    font-size: 2.1rem;
  }
  #gnav a {
    color: rgba(255, 255, 255, 0.7);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #gnav span {
    padding: 20px;
  }
  #sp-menu-close {
    display: block;
    position: absolute;
    right: 18px;
    top: 11px;
  }
  #sp-menu-close a,
  #sp-menu-close span {
    display: block;
    height: 30px;
    width: 30px;
  }
  #sp-menu-close span:before,
  #sp-menu-close span:after {
    background-color: #fff;
    border-radius: 1px;
    content: '';
    display: block;
    height: 2px;
    width: 27px;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  #sp-menu-close span:before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  #sp-menu-close span:after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
  }
  body.nav-open {
    height: 100vh;
    overflow: hidden;
  }
  body.nav-open #gnav-wrap {
    opacity: 1;
    visibility: visible;
  }
}

/* footer
   ========================================================================== */
footer {
  background: url("img/bg_stripe.gif") repeat-x left top;
  background-size: contain;
  height: 50px;
  position: relative;
}

#pagetop {
  position: fixed;
  bottom: 51px;
  right: 20px;
}

.foot-inner {
  margin: 0 auto;
  width: 960px;
}

.foot-sns {
  height: 100%;
  float: left;
  padding-top: 14px;
  width: 300px;
}

.foot-sns li {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  white-space: nowrap;
}

.foot-sns-fb {
  margin-right: 4px;
}

.foot-copyright {
  float: right;
  line-height: 1;
  padding-top: 19px;
}

.foot-copyright img {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  footer {
    height: auto;
  }
  .foot-inner {
    margin: 0 auto;
    width: 100%;
  }
  .foot-sns {
    height: 100%;
    float: none;
    padding-top: 15px;
    text-align: center;
    width: 100%;
  }
  .foot-sns li {
    display: inline-block;
    vertical-align: top;
  }
  .foot-sns-fb {
    margin-right: 6px;
  }
  .foot-copyright {
    float: none;
    padding: 15px 0;
    text-align: center;
  }
  .foot-copyright img {
    height: auto;
    width: 264px;
  }
}

/* ==========================================================================
   04. Parts
   ========================================================================== */
/* ボックス
   ========================================================================== */
.box-center {
  margin: 0 auto;
  max-width: 980px;
}

@media screen and (max-width: 767px) {
  .box-center {
    box-sizing: border-box;
    margin: 0 20px;
    max-width: 100%;
  }
}

/* タイトル
   ========================================================================== */
.main-ttl {
  background: url(img/main_ttl_bg.jpg) no-repeat center center;
  background-size: cover;
  color: #ba9c5d;
  line-height: 1;
  padding: 80px 0;
  text-align: center;
  font-size: 56px;
  font-size: 5.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Linden Hill", serif;
  font-weight: normal;
  letter-spacing: .05em;
  letter-spacing: .1em;
}

.main-ttl span {
  display: inline-block;
  position: relative;
}

.main-ttl span:after {
  background-color: #ba9c5d;
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 47%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .main-ttl {
    background-position: 80% center;
    padding: 50px 0;
    font-size: 35px;
    font-size: 3.5rem;
  }
}

/* Webフォント
   ========================================================================== */
.tm-l {
  font-family: 'FOT-筑紫明朝 Pro L';
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.tm-d {
  font-family: 'FOT-筑紫明朝 Pro D';
  letter-spacing: 0.02em;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

@media screen and (max-width: 767px) {
  .tm-l {
    opacity: 1 !important;
  }
  .tm-d {
    opacity: 1 !important;
  }
}

/* ==========================================================================
   05. Responisive
   ========================================================================== */
/* image
   ========================================================================== */
img {
  height: auto;
  line-height: 1.0;
  max-width: 100%;
  vertical-align: bottom;
}

/* display
   ========================================================================== */
.block {
  display: block;
}

.sp-item {
  display: none;
}

.pc-block {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp-item {
    display: block;
  }
  .pc-item {
    display: none !important;
  }
  .pc-block {
    display: inline;
  }
  .sp-block {
    display: block;
  }
}
