@charset "UTF-8";

html {
  min-width: 1000px;  /* viewport */
}

/*=============================================
 * body
 *=============================================*/
body {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  background: #000;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/*=============================================
 * .fnt - customs
 *=============================================*/

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  width: 1000px;
}

/*=============================================
 * <header>
 *=============================================*/
header {
  position: relative;
  background: url("../img/shared/hd_bg_1.png") repeat-x center top;
}
header h1 {
  color: #90908f;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  top: 24px;
  left: 260px;
}
header .logo {
  padding-top: 28px;
}
header .tel {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 12px;
}
header .tel .fz-one {
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1px;
}
header .tel strong {
  font-size: 29px;
  position: relative;
  letter-spacing: 1.4px;
}
header .tel strong:before {
  content: url("../img/shared/tel-icon.png");
  padding: 0 6px 0 2px;
}
header .tel .fz-two {
  font-size: 13px;
  display: block;
  padding-left: 15px;
  line-height: 20px;
}
header nav {
  position: absolute;
  bottom: 84px;
  right: -7px;
}
header nav a {
  font-size: 16px;
  color: #fff;
  height: 155px;
  width: 40px;
  display: block;
  position: relative;
  line-height: 40px;
  letter-spacing: 5px;
  transition: 0.3s;
}
header nav a:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  width: 1px;
  height: 23px;
  border-left: 1px solid #fff;
  transform: translateX(-50%);
  transition: 0.3s;
}
header nav a:hover {
  text-decoration: none;
  cursor: pointer !important;
  color: #c58b4c;
}
header nav a:hover:before {
  border-left: 1px solid #c58b4c;
}
.nav-fixed {
  background: url("../img/shared/ft_line.jpg") repeat center top;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.nav-fixed nav {
  float: left;
  line-height: 70px;
}
.nav-fixed nav a + a:before {
  content: "\7C";
  display: inline-block;
  padding: 0 20px;
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-color: transparent;
}
.nav-fixed nav a:hover {
  color: #c58b4c;
  text-decoration: none;
}
.nav-fixed nav a:before {
  text-decoration: underline;
  display: inline-block;
}
.nav-fixed nav a:before, .nav-fixed nav a:hover:before {
  text-decoration: none;
  color: #fff;
}
.nav-fixed .tel {
  float: right;
  line-height: 70px;
}
.nav-fixed .tel strong {
  font-size: 29px;
  position: relative;
  letter-spacing: 1.4px;
}
.nav-fixed .tel strong:before {
  content: url("../img/shared/tel-icon.png");
  padding-right: 5px;
}
.nav-fixed.fixed {
  display: block;
}

/*=============================================
 * key
 *=============================================*/
#key {
  background: #000;
  width: 100%;
  min-height: 590px;
  position: absolute;
  top: 120px;
  left: 0;
}
#key ul {
  min-height: inherit;
}
#key li {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*=============================================
 * <section>
 *=============================================*/

/*=============================================
 * #socialbuttons
 *=============================================*/

/*=============================================
 * <footer>
 *=============================================*/
footer {
  position: relative;
}
footer:before {
  content: '';
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%;
  height: 70px;
  background: url("../img/shared/ft_line.jpg") repeat-x center top;
}
footer .logo {
  padding-left: 70px;
}
footer .tel {
  padding-top: 36px;
}
footer .tel .fz-one {
  display: inline-block;
  vertical-align: top;
}
footer .tel strong {
  font-size: 29px;
  position: relative;
  letter-spacing: 1.4px;
}
footer .tel strong:before {
  content: url("../img/shared/tel-icon.png");
}
footer .tel .fz-two {
  font-size: 13px;
  display: block;
  padding-left: 15px;
  line-height: 20px;
}
footer .ft-blk1 {
  position: relative;
  padding: 100px 0 56px;
}
footer .ft-blk1 .img1 {
  position: absolute;
  top: 100px;
  right: -50px;
}
footer .ft-blk1 .info1 {
  padding-top: 35px;
}
footer .ft-blk1 .info1 dl {
  line-height: 25px;
}
footer .ft-blk1 .info1 dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
footer .ft-blk1 .info1 dl dt {
  float: left;
  padding-left: 15px;
  position: relative;
  width: 86px;
}
footer .ft-blk1 .info1 dl dt:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #fff;
}
footer .ft-blk1 .info1 dl dt span {
  float: right;
}
footer .ft-blk1 .info1 dl dd {
  float: left;
}
footer .ft-blk2 {
  position: relative;
}
footer .ft-blk2 h3 {
  margin: 0 -100px;
}
footer .ft-blk2 .ft-ttl {
  padding: 53px 0 0 75px;
}
footer .ft-blk2 .col1 .fl {
  width: 280px;
  padding-top: 27px;
}
footer .ft-blk2 .col1 .fl + .fl {
  width: 200px;
  margin-left: 53px;
}
footer .ft-blk2 .col1 dl {
  font-size: 15px;
  line-height: 29px;
  padding-bottom: 34px;
}
footer .ft-blk2 .col1 dl dt {
  position: relative;
  padding-left: 18px;
  font-weight: bold;
}
footer .ft-blk2 .col1 dl dt:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 2px;
  width: 12px;
  height: 12px;
  background: #fff;
}
footer .ft-blk2 .col2 {
  background: url("../img/shared/ft_bg_1.jpg") repeat center top;
  position: relative;
  width: 460px;
  box-sizing: border-box;
  margin: 42px -30px 0 7px;
  padding: 60px 25px 24px 25px;
  text-align: center;
}
footer .ft-blk2 .col2:before {
  content: '';
  position: absolute;
  top: 26px;
  left: 25px;
  bottom: 300px;
  right: 25px;
  background: url("../img/shared/ft_bg_2.png") repeat center top;
  border-radius: 10px;
}
footer .ft-blk2 .col2 p {
  position: relative;
  z-index: 1;
}
footer .ft-blk2 .col2 p:nth-child(1) {
  color: #fccc38;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 4px;
  font-size: 23px;
  position: relative;
}
footer .ft-blk2 .col2 p:nth-child(1):before {
  content: '';
  position: absolute;
  top: -6px;
  left: 44px;
  width: 1px;
  height: 80px;
  border-left: 1px solid #fccc38;
  -webkit-transform: rotate(-28deg);
  -ms-transform: rotate(-28deg);
  -o-transform: rotate(-28deg);
  transform: rotate(-28deg);
}
footer .ft-blk2 .col2 p:nth-child(1):after {
  content: '';
  position: absolute;
  top: -6px;
  right: 44px;
  width: 1px;
  height: 80px;
  border-left: 1px solid #fccc38;
  -webkit-transform: rotate(28deg);
  -ms-transform: rotate(28deg);
  -o-transform: rotate(28deg);
  transform: rotate(28deg);
}
footer .ft-blk2 .col2 p:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 1px;
  padding: 14px 0 6px;
}
footer .ft-blk2 .col2 p:nth-child(2) span {
  font-size: 18px;
}
footer .ft-blk2 .col2 p:nth-child(3) {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1px;
}
footer .ft-blk2 .col2 p:nth-child(3) span {
  font-size: 20px;
  color: #fccc38;
}
footer .ft-blk2 .col2 p:nth-child(4) {
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 1px;
  font-weight: bold;
  border: 1px solid #9a8e84;
  margin: 46px 0 21px;
  padding: 17px 0 17px;
  position: relative;
}
footer .ft-blk2 .col2 p:nth-child(4):before {
  content: '';
  position: absolute;
  top: -36px;
  left: -21px;
  width: 60px;
  height: 62px;
  background: url("../img/shared/ft_deco_1.png") no-repeat center top/100% auto;
}
footer .ft-blk2 .col2 p:nth-child(4):after {
  content: '';
  position: absolute;
  bottom: -26px;
  right: -20px;
  width: 48px;
  height: 80px;
  background: url("../img/shared/ft_deco_2.png") no-repeat center top/100% auto;
}
footer .ft-blk2 .col2 p:nth-child(5) {
  font-size: 20px;
}
footer .ft-blk2 .col2 p:nth-child(6) {
  font-size: 15px;
  padding-top: 10px;
}
footer .ft-blk2 .col2 p:nth-child(6) strong {
  font-size: 30px;
  color: #fccc38;
  letter-spacing: 1.5px;
}
footer .ft-blk2 .col2 p:nth-child(7) {
  font-size: 15px;
}
footer nav {
  text-align: center;
  padding: 70px 0 57px;
}
footer nav a {
  padding-right: 0;
}
footer nav a + a:before {
  padding: 0 20px;
}
footer nav a:before {
  text-decoration: underline;
  display: inline-block;
}
footer nav a:before, footer nav a:hover:before {
  text-decoration: none;
}

/*=============================================
 * copyright
 *=============================================*/
address {
  font-size: 13px;
  color: #939392;
  line-height: 32px;
  letter-spacing: 1px;
  padding: 12px 0 18px !important;
}

address a{
 font-size: 10px;
 text-align: center;
 color: #939392;
 display: block;
 text-decoration: none;
}


.btn01 a {
  display: block;
  font-size: 22px;
  border: 1px solid #a9a59f;
  position: relative;
  width: 460px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: 5px;
  transition: 0.3s;
}
.btn01 a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  width: 14px;
  height: 12px;
  background: url("../img/shared/btn-icon.png") no-repeat center top/cover;
  transform: translateY(-50%);
}
.btn01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*=============================================
 * Responsive
 *=============================================*/
.pc {
  display: block;
}
.sp {
  display: none;
}
@media only screen and (max-width:768px) {
  .fnt-mincho {
    font-family: 'Sawarabi Mincho', sans-serif;
  }
  html {
    min-width: auto;
  }
  body {
    font-family: 'Sawarabi Mincho', sans-serif;
  }
  .wrap {
    width: auto;
    padding: 0 20px;
  }
  img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header .hd-top {
    background: #000 url("../img/shared/hd_bg_1.png") repeat center top;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 20px;
    z-index: 9999;
    box-sizing: border-box;
    width: 100%;
  }
  header .hd-top ul {
    float: right;
    width: 50%;
    max-width: 180px;
    vertical-align: top;
  }
  header .hd-top ul:after {
    content: "." !important;
    clear: both !important;
    display: block !important;
    height: 0 !important;
    visibility: hidden !important;
  }
  header .hd-top ul li {
    float: left;
    width: 35%;
  }
  header .logo {
    float: left;
    width: 40%;
    max-width: 140px;
    padding: 5px 0 0;
    vertical-align: top;
  }
  header h1 {
    position: static;
  }
  header #menu-toggle {
    background: #000 url("../img/shared/hd_bg_1.png") repeat center top;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    z-index: 9999;
    padding: 80px 20px 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
  }
  .hamburger {
    position: fixed;
    top: 10px;
    right: 20px;
    width: 50px;
    z-index: 99999;
  }
  .hamburger img {
    display: block;
  }
  .hamburger img + img {
    display: none;
  }
  .hamburger.is-active img {
    display: none;
  }
  .hamburger.is-active img + img {
    display: block;
  }
  #key {
    position: static;
  }
  .nav-fixed {
    display: none !important;
  }
  .nav--opened {
    overflow: hidden;
  }
  .nav--opened #menu-toggle {
    opacity: 1;
    visibility: visible;
  }
  footer:before {
    display: none;
  }
  footer .logo {
    padding-left: 0;
    text-align: center;
  }
  footer .tel {
    text-align: center;
  }
  footer .tel strong {
    font-size: 25px;
    letter-spacing: 0;
  }
  footer .tel .fz-two {
    font-size: 12px;
  }
  footer .ft-blk1 {
    padding: 70px 0 50px;
  }
  footer .ft-blk1 .img1 {
    position: static;
    padding-top: 20px;
  }
  footer .ft-blk1 .info1 dl dd {
    width: calc(100% - 101px);
  }
  footer .ft-blk2 h3 {
    margin: 0;
  }
  footer .ft-blk2 .ft-ttl {
    text-align: center;
    padding: 0;
    max-width: 280px;
    margin: 20px auto 10px;
  }
  footer .ft-blk2 .col1 {
    float: none;
    text-align: center;
  }
  footer .ft-blk2 .col1 .fl {
    float: none;
    width: 45%;
    padding-top: 0;
    display: inline-block;
    vertical-align: top;
  }
  footer .ft-blk2 .col1 .fl + .fl {
    margin-left: 2%;
    width: auto;
  }
  footer .ft-blk2 .col1 dl {
    padding-bottom: 20px;
    text-align: left;
  }
  footer .ft-blk2 .col1 dl dt {
    font-weight: 500;
  }
  footer .ft-blk2 .col2 {
    float: none;
    width: 335px;
    margin: 0 auto;
    padding: 60px 15px 24px;
  }
  footer .ft-blk2 .col2:before {
    right: 15px;
    left: 15px;
  }
  footer .ft-blk2 .col2 p:nth-child(1) {
    font-weight: 500;
    font-size: 20px;
  }
  footer .ft-blk2 .col2 p:nth-child(1):before {
    left: 15px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  footer .ft-blk2 .col2 p:nth-child(1):after {
    right: 15px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  footer .ft-blk2 .col2 p:nth-child(2) {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
  }
  footer .ft-blk2 .col2 p:nth-child(2) span {
    font-size: 14px;
  }
  footer .ft-blk2 .col2 p:nth-child(3) {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0;
  }
  footer .ft-blk2 .col2 p:nth-child(4) {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
    padding: 25px 0;
  }
  footer .ft-blk2 .col2 p:nth-child(5) {
    font-weight: 500;
    font-size: 16px;
  }
  footer .ft-blk2 .col2 p:nth-child(6) {
    font-weight: 500;
    font-size: 12px;
  }
  footer .ft-blk2 .col2 p:nth-child(6) strong {
    font-size: 22px;
    letter-spacing: 0;
  }
  footer .ft-blk2 .col2 p:nth-child(7) {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -1px;
  }
  footer #socialbuttons {
    padding: 20px 0 0;
    text-align: center;
  }
  #pagetop {
    width: 50px;
	bottom: 75px;
  }
}


.ins_botan a{
	background-color: #53090f;
	margin: 20px auto;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	color:#fff;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
}

.pb15{
	padding-bottom: 15px;
}