@charset "utf-8";
/*======================
common
=======================*/
html {
  font-size: 62.5%;
  font-family: "Open Sans", sans-serif;
}

body {
  font-family: "Times New Roman", serif;
}

.justfy {
  text-align: justify;
  text-justify: inter-ideograph;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  body {
    background-color: #251e1c;
    color: #fff;
    /*font-family: 'Times New Roman', serif;*/
    font-size: 1.4rem;
    letter-spacing: 0.08rem;
    /* MENUオープン時に背景画面を固定する */
  }
  body.fixed {
    /*position: fixed;*/
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  body .disp_pc {
    display: none;
  }
  body .disp_sp {
    display: block;
  }
  body img {
    max-width: 100%;
    height: auto;
  }
  .container {
    width: auto;
    margin: 0 auto;
    position: relative;
  }
  .main-column {
    width: auto;
  }
  .main-column .link_japanese {
    display: none;
  }
  .main-column .contents {
    line-height: 2rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 768px) {
  body {
    background-color: #251e1c;
    color: #fff;
    /*font-family: 'Times New Roman', serif;*/
    font-size: 1.7rem;
  }
  body .disp_pc {
    display: block;
  }
  body .disp_sp {
    display: none;
  }
  .container {
    background-image: url(../img/common/gnavi_bg.png);
    background-position: left;
    background-repeat: repeat-y;
    width: 970px;
    margin: 0 auto;
    position: relative;
  }
  .main-column {
    float: right;
    width: 746px;
    padding: 10px 0 100px 0;
    line-height: 3rem;
    letter-spacing: 0.15rem;
  }
  .main-column .link_japanese {
    text-align: right;
  }
  .main-column .link_japanese a {
    background-image: url(../img/common/footer_allow.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 6px auto;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    text-decoration: none;
    padding: 0 0 0 14px;
  }
  .main-column .link_japanese a:hover {
    text-decoration: underline;
  }
  .main-column .contents {
    /* font-siz指定 */
  }
  .main-column .contents p {
    letter-spacing: 0.09rem;
  }
  .main-column .contents p.small {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
/* メインビジュアル slider */
.bx-wrapper {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}
.bx-wrapper img {
  max-width: 100%;
  height: auto;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #dcdcdc !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #a7820c !important;
}

/* footer */
@media screen and (max-width: 767px) {
  #footer {
    background-color: #595858;
    text-align: center;
    margin: 100px 0 0 0;
    padding: 5px 0 0 0;
    position: relative;
  }
  #footer .inner {
    font-size: 1.5rem;
    border-top: 1px solid #fff;
    padding: 40px 0 50px 0;
  }
  #footer .inner .logo {
    display: block;
    margin: 5px 0 25px 0;
  }
  #footer .inner .logo img {
    width: 50vw;
    height: auto;
  }
  #footer .inner .shoulder {
    font-size: 1rem;
  }
  #footer .inner .name {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  #footer .inner .address {
    display: none;
  }
  #footer .inner a.contact, #footer .inner a.jp_link {
    color: #fff;
    margin: 25px auto 0 auto;
    padding: 0 0 0 12px;
    background-image: url(../img/common/footer_allow.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 6px 8px;
    display: inline-block;
    font-size: 4vw;
  }
  #footer .inner a.jp_link {
    margin: 15px auto 0 auto;
    width: auto;
  }
  #footer .copyrights {
    background-color: #fff;
    color: #595858;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 20px 0 10px 0;
  }
  #footer .pagetop {
    position: absolute;
    width: auto;
    margin: 10px;
    top: -55px;
    left: 0;
    right: 0;
    text-align: right;
  }
  #footer .pagetop img {
    width: 100px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  #footer {
    background-color: #595858;
    text-align: center;
    padding: 5px 0 0 0;
    position: relative;
  }
  #footer .inner {
    font-size: 1.5rem;
    border-top: 1px solid #fff;
    padding: 40px 0 50px 0;
  }
  #footer .inner .logo {
    display: block;
    margin: 5px 0 45px 0;
  }
  #footer .inner .logo img {
    width: 300px;
    height: auto;
  }
  #footer .inner .shoulder {
    font-size: 1.6rem;
  }
  #footer .inner .name {
    margin-bottom: 15px;
  }
  #footer .inner a.contact, #footer .inner a.jp_link {
    color: #fff;
    display: inline-block;
    margin: 25px auto 0 auto;
    padding: 0 0 0 12px;
    background-image: url(../img/common/footer_allow.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 6px 8px;
  }
  #footer .inner a.jp_link {
    display: none;
  }
  #footer .copyrights {
    background-color: #fff;
    color: #595858;
    font-size: 1rem;
    letter-spacing: 0.15rem;
    padding: 20px;
  }
  #footer .pagetop {
    position: absolute;
    width: 970px;
    margin: auto;
    top: -55px;
    left: 0;
    right: 0;
    text-align: right;
  }
  #footer .pagetop a img {
    width: 102px;
    height: auto;
  }
}
/*=======================
global navi
========================*/
@media screen and (max-width: 767px) {
  .sp-header {
    background-color: #fff;
    height: 45px;
    position: relative;
  }
  .sp-header a.logo {
    width: 142px;
    height: 15px;
    display: block;
    position: absolute;
    z-index: 1000000;
    top: 15px;
    left: 15px;
  }
  ul.menu {
    display: none;
  }
  .mask {
    background: rgba(0, 0, 0, 0.6);
    top: 45px;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    display: none;
  }
  .pc-gnavi {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-gnavi {
    display: block;
    width: 200px;
    float: left;
  }
  .pc-gnavi a.logo {
    display: block;
    width: 160px;
    margin: 0 auto;
    padding: 45px 0 30px 0;
  }
  .pc-gnavi ul.menu {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: calc(100vh - 222px - 250px);
  }
  .pc-gnavi ul.menu li {
    background-image: url(../img/common/gnavi_li_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
    padding: 30px 10px;
  }
  .pc-gnavi ul.menu li a {
    display: block;
    background-image: url(../img/common/gnavi_a_allow.png);
    background-position: right 5px top 8px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.08rem;
    text-decoration: none;
  }
  .pc-gnavi ul.menu li.current a {
    background-position: right 3px bottom 6px;
    color: #ba9326;
  }
  .pc-gnavi ul.menu li.current ul.sub-menu {
    display: block;
  }
  .pc-gnavi ul.menu li.current ul.sub-menu li a {
    color: #fff;
  }
  .pc-gnavi ul.menu li.current ul.sub-menu li.current a {
    background: none;
    color: #ba9326;
  }
  .pc-gnavi ul.menu li ul.sub-menu {
    display: none;
    height: auto;
    padding: 20px 0 0 0;
  }
  .pc-gnavi ul.menu li ul.sub-menu li {
    background-image: none;
    padding: 5px 0;
  }
  .pc-gnavi ul.menu li ul.sub-menu li a {
    background-image: none;
    font-size: 1.4rem;
  }
  .pc-gnavi ul.menu li ul.sub-menu li a:hover {
    text-decoration: underline;
  }
  .sp-header {
    display: none;
  }
}
/*=====================

======================*/