@charset "UTF-8";
/* 山崎まさよし CSS (common.css) */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover {
  text-decoration: none !important;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

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

img, a img {
  border: none;
}

table {
  letter-spacing: .5px;
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

#content_area a:hover {
  text-decoration: underline;
}

/* ============================================
 base
============================================ */
.no_pc {
  display: inline;
}

.no_sp {
  display: none;
}

html {
  overflow-y: scroll;
}

.wf-sawarabimincho, #menu_sp ul li span, #menu_sp ul li a {
  font-family: "Sawarabi Mincho";
}

html, body {
  width: 100%;
  height: auto;
  color: #000;
  min-width: 320px;
  letter-spacing: .2px;
  font-size: 13px;
  line-height: 1.6;
  font-family: "Sawarabi Mincho","游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-text-size-adjust: 100%;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

#exterior_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.wrapper:before, .wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}

.lity {
  z-index: 10010 !important;
}

/* ============================================
 header
============================================ */
header {
  position: fixed;
  padding: 0;
  height: 60px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #000;
  z-index: 10000;
}
header a :hover {
  text-decoration: none !important;
}
header .head_wrap {
  position: relative;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #fff;
}
header .head_right {
  float: right;
  display: flex;
  border-left: 1px solid #000;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header .logo {
  z-index: 10000;
  display: inline-block;
  width: 48%;
  margin: 15px 0 0 4%;
  position: relative;
}
header .logo a {
  display: block;
  width: 170px;
  height: 30px;
  background: url("../images/img_logo-sp.png") no-repeat;
  background-size: 170px 30px;
}
header .sub_nav {
  display: none;
}

/*-----------------------------------------------------------------
  ハンバーガーメニュー
------------------------------------------------------------------*/
.menu_button_wrap {
  padding: 0 15px;
}

.menu_button, .menu_button span {
  display: inline-block;
  transition: all .4s;
}

.menu_button {
  z-index: 10000;
  position: relative;
  margin: 5px 0 0;
  width: 30px;
  height: 19px;
  /* right: 4%; */
}

.menu_button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
}

.menu_button span:nth-of-type(1) {
  top: 0;
}

.menu_button span:nth-of-type(2) {
  top: 8px;
}

.menu_button span:nth-of-type(3) {
  bottom: 0;
}

/*-----------  active  ------------*/
.menu_button.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.menu_button.active span:nth-of-type(2) {
  opacity: 0;
}

.menu_button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8x) rotate(45deg);
}

/*-----------------------------------------------------------------
  menu sp
------------------------------------------------------------------*/
.global_nav {
  display: none;
}

#menu_sp {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 59px 0 0;
  display: none;
  height: 100%;
}
#menu_sp .menu_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(97, 97, 97, 0.65);
}
#menu_sp .menu_sp_wrap {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
#menu_sp ul {
  border-bottom: solid 1px #000;
  position: relative;
}
#menu_sp ul li {
  border-top: 1px solid #000;
  background: #ffffff;
}
#menu_sp ul li span, #menu_sp ul li a {
  font-weight: bold;
  color: #464646;
  display: block;
  font-size: 14px;
  font-size: 1.0769230769rem;
  text-align: center;
  line-height: 40px;
}
#menu_sp ul li span .drawer-caret, #menu_sp ul li a .drawer-caret {
  font-size: 16px;
  font-size: 1.2307692308rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  position: absolute;
  right: 15px;
  line-height: 43px;
}
#menu_sp ul li span .drawer-caret.open, #menu_sp ul li a .drawer-caret.open {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
#menu_sp ul li.sns {
  display: flex;
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
}
#menu_sp ul li.sns .sns_item {
  margin: 0 10px;
}
#menu_sp ul li.sns .sns_item a {
  font-size: 20px;
  font-size: 1.5384615385rem;
  padding: 0 5px;
  line-height: 40px;
}

.drawer-menu {
  padding: 55px 15px 0;
}
.drawer-menu li .drawer-menu-item {
  position: relative;
  letter-spacing: 1px;
  display: block;
  padding: 0;
  text-align: right;
  text-decoration: none;
  color: #fff;
}
.drawer-menu li .drawer-menu-item img:first-child {
  width: 130px;
}
.drawer-menu li span {
  color: #6e6e6e;
}

.drawer-menu > li {
  border-bottom: 1px solid #fff;
}
.drawer-menu > li:first-child {
  border-top: 1px solid #fff;
}

.dropdown_nav.open {
  border-top: 1px solid #fff;
}

.drawer-dropdown-menu {
  display: none;
  overflow: hidden;
  border-bottom: none !important;
  border-top: none !important;
}
.drawer-dropdown-menu li {
  border: none;
  /* padding: 5px; */
  /* background: rgba(255, 255, 255, 0.2); */
  /* margin-bottom: 5px; */
}
.drawer-dropdown-menu li:first-child {
  border-top: none;
}
.drawer-dropdown-menu li:last-child {
  border-top: none;
}
.drawer-dropdown-menu li .drawer-dropdown-menu-item {
  letter-spacing: 1px;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 26px;
  color: #464646;
  background: #fff1f1;
}

/*-----------------------------------------------------------------
  gloval navi
------------------------------------------------------------------*/
.dropdown_nav {
  overflow: hidden;
  margin: 0 auto;
  padding: 12px 0 0;
  width: 100%;
  max-height: 0;
}

.dropdown_nav_open {
  max-height: 1000px;
  opacity: 1;
  z-index: 9999;
  position: relative;
}

/*-----------------------------------------------------------------
  SNS
------------------------------------------------------------------*/
.d_nav_sns {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.d_nav_sns ul li {
  display: inline-block;
  width: 45px;
}
.d_nav_sns ul li a {
  font-size: 18px;
  font-size: 1.3846153846rem;
  color: #fff;
}

/* ============================================
 contents
============================================ */
#content_area {
  width: 100%;
  padding-top: 60px;
}

footer {
  padding: 20px 0 20px;
  position: relative;
  background: #000;
  background-size: cover;
  color: #fff;
}
footer .copyrights {
  text-align: center;
  font-size: 10px;
  font-size: 0.7692307692rem;
  letter-spacing: 1px;
}

.fadein, .fadein_sc {
  opacity: 0;
  -ms-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.45s linear;
  transition: all 0.45s linear;
}

.fadein_slow, .fadein_sc {
  opacity: 0;
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.fadein.scrolling,
.fadein_slow.scrolling {
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.delay2 {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}

.delay3 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}

.delay4 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms;
}

/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 900px) {
  .no_pc {
    display: none;
  }

  .no_sp {
    display: inline;
  }

  #menu_sp {
    display: none;
  }

  /* ============================================
   header
  ============================================ */
  header {
    position: relative;
    padding: 0;
    height: auto;
    background: #fff;
    z-index: 9999;
  }
  header a :hover {
    text-decoration: none !important;
  }
  header .head_wrap {
    position: relative;
    z-index: 10000;
    width: 100%;
    height: auto;
    background: #fff;
  }
  header .logo {
    z-index: 10000;
    display: block;
    width: 100%;
    padding: 25px 0 0 0;
    margin: 0;
    position: relative;
    text-align: center;
  }
  header .logo a {
    display: inline-block;
    width: 235px;
    height: 69px;
    background: url("../images/img_logo.png") no-repeat;
    background-size: 235px 69px;
  }
  header .head_right {
    float: none;
    display: flex;
    border-left: none;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  header .head_right .btn_contact {
    font-size: 14px;
    font-size: 1.0769230769rem;
    border-left: 1px solid #000;
    border-right: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    color: #fff;
    height: 100%;
    background: #dab084;
    font-weight: bold;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  header .head_right .btn_contact:hover {
    background: #f1c0b8;
  }
  header .sub_nav {
    display: block;
    position: absolute;
    right: 4%;
    top: -10px;
    text-align: right;
    font-size: 10px;
    font-size: 0.7692307692rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }

  /*-----------------------------------------------------------------
  ハンバーガーメニュー
  ------------------------------------------------------------------*/
  .menu_button_wrap, .menu_button, .menu_button span {
    display: none;
  }

  /*-----------------------------------------------------------------
    global_nav
  ------------------------------------------------------------------*/
  .global_nav {
    overflow: visible;
    margin: 25px auto;
    display: block;
    background: transparent;
    padding: 0;
    border: none;
    width: auto;
    max-height: none !important;
    height: 100%;
  }

  .nav_top {
    padding: 0;
    height: 100%;
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .nav_top li {
    height: 100%;
    border-left: none;
    position: relative;
  }
  .nav_top li.sns {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .nav_top li.sns .sns_item a {
    font-size: 20px;
    font-size: 1.5384615385rem;
    margin: auto 10px;
  }
  .nav_top a {
    margin: 0 13px;
    font-size: 18px;
    font-size: 1.3846153846rem;
    height: 100%;
    letter-spacing: .1px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .nav_top a:hover {
    opacity: .5;
  }

  .menu__second-level li {
    border-bottom: 1px solid #000;
    height: auto;
    width: 100%;
    text-align: center;
    border-left: none;
  }

  .menu__second-level li a:hover {
    background: #dab084;
    color: #fff;
  }

  .menu__single ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 70px;
    left: -1px;
    width: calc(100% + 2px);
    display: flex;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.95);
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }

  .menu__single > a:after {
    position: absolute;
    bottom: 5px;
    width: 100%;
    font-size: 14px;
    font-size: 1.0769230769rem;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: bold;
    line-height: 1;
  }

  .menu__single:hover ul.menu__second-level {
    top: 85px;
    visibility: visible;
    opacity: 1;
  }

  /* ============================================
   contents
  ============================================ */
  #content_area {
    width: 100%;
    padding: 0;
  }

  footer {
    padding: 40px 0 40px;
    position: relative;
    background: #000;
    background-size: cover;
    color: #fff;
  }
  footer .copyrights {
    text-align: center;
    font-size: 12px;
    font-size: 0.9230769231rem;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1100px) {
 /* ============================================
 header
============================================ */
  /*-----------------------------------------------------------------
    gloval navi
  ------------------------------------------------------------------*/
  .wrapper {
    position: relative;
    /* padding: 0 70px; */
    margin: 0 auto;
  }

  .parallax-window {
    padding: 0;
  }

  #page_top {
    position: fixed;
    font-size: 30px;
    font-size: 2.3076923077rem;
    color: #333;
    right: 50%;
    margin-right: -480px;
    bottom: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

/*# sourceMappingURL=common.css.map */
