@charset "UTF-8";
/*	font */
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP_Regular.woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/NotoSansJP_Medium.woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 900;
  src: url("../fonts/NotoSansJP_Bold.woff2");
  font-display: swap;
}
@font-face {
  font-family: "AzoSans";
  font-weight: 400;
  src: url("../fonts/AzoSans-Regular.woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  font-weight: 700;
  src: url("../fonts/NotoSans_Bold.woff2");
  font-display: swap;
}
body {
  color: #6c5546;
  background: url("../img/common/bg_dark.jpg") repeat top left;
  font-size: 15px;
  font-family: "NotoSansJP", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
  position: relative;
  line-height: 1.75em;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 17px;
    background: url("../img/common/bg_light.jpg") repeat top left;
  }
}

a {
  color: #6c5546;
  text-decoration: none;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    min-width: 100%;
    overflow: hidden;
  }
}
.wrapper img {
  width: 100%;
}

/*	共通info */
#cheader_wrap {
  position: fixed;
  top: 0;
  z-index: 1002;
}
@media screen and (max-width: 768px) {
  #cheader_wrap {
    width: 100%;
    min-width: 100%;
  }
}
#cheader_wrap #cheader {
  background: #062540;
  width: 100%;
  max-width: 1100px;
  min-width: auto;
}
#cheader_wrap #cheader .tel-link {
  width: 382px;
  display: flex;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #cheader_wrap #cheader .logo {
    top: 11px;
    left: 6px;
    width: 21%;
  }
  #cheader_wrap #cheader .top_tel {
    top: 9px;
    right: 6px;
    width: 39%;
  }
}
@media screen and (max-width: 480px) {
  #cheader_wrap #cheader .logo {
    top: 11px;
    left: 6px;
    width: 35%;
  }
  #cheader_wrap #cheader .top_tel {
    top: 9px;
    right: 6px;
    width: 57%;
  }
}

#cinfo_wrap {
  overflow: hidden;
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  #cinfo_wrap {
    width: 100%;
    min-width: 100%;
  }
}
#cinfo_wrap #cinfo {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #cinfo_wrap #cinfo {
    width: 100%;
    min-width: 100%;
  }
}
#cinfo_wrap #cinfo li {
  margin: 0;
}
#cinfo_wrap #cinfo li span {
  width: 100%;
  font-size: 0.8em;
}

/*---------------- パーツ ----------------*/
/* リンクホバー */
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 見出し */
h2 {
  font-weight: 700;
  font-size: 2.13333em;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.066666em;
    line-height: 1.2em;
  }
}

h3 {
  font-weight: 700;
  letter-spacing: 0.14em;
}

.title_ruby {
  font-size: 14px;
  color: #fab00c;
  letter-spacing: 0.05em;
  font-family: "AzoSans", Arial, sans-serif;
  font-weight: 400;
  line-height: 3em;
}
@media screen and (max-width: 480px) {
  .title_ruby {
    font-size: 12px;
  }
}

/* テキスト */
p {
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  p {
    text-align: left;
  }
}

.color_y {
  color: #fab00c;
}

.bold {
  font-weight: 900;
}

/* アイコン */
.ico {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 7px 10px 0 0;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .ico {
    width: 15px;
    height: 15px;
  }
}
.ico.location {
  background-image: url(../img/common/ico_location.gif);
}
.ico.tel {
  background-image: url(../img/common/ico_tel.gif);
}
.ico.fax {
  background-image: url(../img/common/ico_fax.gif);
}

/* ボタン */
.btn_detail {
  position: relative;
  border-radius: 32px;
  display: inline-block;
  padding: 20px;
  min-width: 385px;
  position: relative;
  text-align: center;
  transition: 0.15s linear;
  z-index: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .btn_detail {
    min-width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .btn_detail {
    min-width: 100%;
    padding: 10px 15px;
  }
}
.btn_detail::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  background: url(../img/common/btn_detail_bg.gif);
  background-repeat: repeat;
  background-size: 100%;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.15s linear;
}
.btn_detail:hover {
  transition: 0.15s linear;
}
.btn_detail:hover span {
  color: #6c5546;
}
.btn_detail:hover::before {
  opacity: 0;
}
.btn_detail:hover::after {
  background-image: url("../img/common/ico_btn_arrow.gif");
  transition: 0.15s linear;
}
.btn_detail span {
  color: #fff;
  transition: 0.3s linear;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 480px) {
  .btn_detail span {
    font-size: 0.85em;
  }
}
.btn_detail:after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  width: 13px;
  height: 15px;
  background-image: url(../img/common/btn_detail_arrow.gif);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 480px) {
  .btn_detail:after {
    right: 15px;
    width: 11px;
    height: 11px;
  }
}

/*---------------- header ----------------*/
header {
  background-color: #fff;
  height: 100px;
  z-index: 1002;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header {
    display: none;
  }
}
header #pc_head_menu {
  display: none;
  margin-left: auto;
}
@media screen and (min-width: 1310px) {
  header #pc_head_menu {
    display: block;
    margin-right: 50px;
  }
}
header #head_logo {
  width: 283px;
  margin-left: 25px;
}
@media screen and (min-width: 1310px) {
  header #head_logo {
    display: block;
  }
}

/* グロナビ */
#pc_head_menu ul {
  display: flex;
}
#pc_head_menu ul li {
  margin-right: 50px;
  line-height: 50px;
}
#pc_head_menu ul li:last-child {
  margin-right: 0;
}
#pc_head_menu ul li a {
  position: relative;
  display: block;
}
#pc_head_menu ul li a:hover::after {
  -webkit-animation: fadeDown 0.3s forwards;
          animation: fadeDown 0.3s forwards;
  content: "";
  background-color: #fab00c;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  opacity: 0;
}

/*	グロナビ開閉 */
.menu_button {
  transition: all 0.3s;
  width: 50px;
  height: 28px;
  cursor: pointer;
  position: relative;
  z-index: 1002;
  margin: 0 50px 0 auto;
  display: none;
}
.menu_button span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.6s;
  background-color: #6c5546;
}
.menu_button span:nth-of-type(1) {
  top: 0;
}
.menu_button span:nth-of-type(2) {
  top: 13px;
}
.menu_button span:nth-of-type(3) {
  bottom: 0;
}
.menu_button.active span:nth-of-type(1) {
  transform: translateY(13px) rotate(-37deg);
}
.menu_button.active span:nth-of-type(2) {
  opacity: 0;
}
.menu_button.active span:nth-of-type(3) {
  transform: translateY(-13px) rotate(36.5deg);
}

#main_menu_wrapper {
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.6s, visibility 0s ease 0.6s;
  visibility: hidden;
  width: 100%;
  z-index: 1001;
  position: fixed;
  top: 0;
}
#main_menu_wrapper.open {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1310px) {
  #main_menu_wrapper.open {
    display: none;
  }
}
#main_menu_wrapper::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/common/green_left01.png);
  width: 395px;
  height: 590px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  #main_menu_wrapper::before {
    background-image: url(../img/common/green_left_sp_01.png);
    width: 42%;
  }
}
#main_menu_wrapper::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/common/green_right01.png) top right;
  width: 452px;
  height: 368px;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #main_menu_wrapper::after {
    display: none;
  }
}
#main_menu_wrapper #main_menu {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: auto;
  height: 100vh;
  align-items: center;
  padding: 250px 0 80px;
}
@media screen and (max-width: 480px) {
  #main_menu_wrapper #main_menu {
    flex-flow: column;
    padding: 30px 0 80px;
  }
}
#main_menu_wrapper #main_menu #main_menu_logo {
  width: 60%;
  margin: 0 auto 30px;
  display: none;
}
@media screen and (max-width: 480px) {
  #main_menu_wrapper #main_menu #main_menu_logo {
    display: block;
  }
}
#main_menu_wrapper #main_menu #main_menu_giraffe {
  margin: 0 20px 0 -10px;
  width: 33%;
}
@media screen and (max-width: 480px) {
  #main_menu_wrapper #main_menu #main_menu_giraffe {
    order: 1;
    width: 58%;
    margin: 0 auto 0 30%;
  }
}
#main_menu_wrapper #main_menu #main_menu_contents {
  padding: 0 140px 0 105px;
}
@media screen and (max-width: 768px) {
  #main_menu_wrapper #main_menu #main_menu_contents {
    padding: 0 20px 0 25px;
  }
}
@media screen and (max-width: 480px) {
  #main_menu_wrapper #main_menu #main_menu_contents {
    order: 0;
    width: 72%;
    padding: 0;
    margin-bottom: -150px;
  }
}
#main_menu_wrapper #main_menu #main_menu_contents li {
  line-height: 2.5em;
  font-size: 1.066667em;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #main_menu_wrapper #main_menu #main_menu_contents li {
    font-size: 0.8em;
    background-image: url(../img/common/txt_underline.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    line-height: 3em;
    padding-bottom: 0;
  }
}
#main_menu_wrapper #main_menu #main_menu_contents li a {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  #main_menu_wrapper #main_menu #main_menu_contents li a {
    display: block;
    padding: 0 8%;
  }
}
#main_menu_wrapper #main_menu #main_menu_contents li a:hover::after {
  -webkit-animation: fadeDown 0.6s forwards;
          animation: fadeDown 0.6s forwards;
  content: "";
  background-color: #fab00c;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  #main_menu_wrapper #main_menu #main_menu_contents li a:hover::after {
    display: none;
  }
}

/*---------------- サブメニュー ----------------*/
#sub_menu {
  width: 83px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1003;
  -webkit-animation: fadeIn 0.6s;
          animation: fadeIn 0.6s;
  perspective: 1000;
  position: fixed;
}
#sub_menu.scroll, #sub_menu.hide {
  display: none;
}
@media screen and (max-width: 768px) {
  #sub_menu {
    border: #6c5546 2px solid;
    height: 74px;
    width: 100%;
    bottom: 0;
    background: #fff;
    top: auto;
    transform: none;
  }
}
#sub_menu ul {
  height: 100%;
}
@media screen and (max-width: 768px) {
  #sub_menu ul {
    display: flex;
  }
}
#sub_menu ul li {
  text-align: center;
  width: 83px;
  transition: 0.15s linear;
}
@media screen and (max-width: 768px) {
  #sub_menu ul li {
    width: 25%;
    border-right: #6c5546 2px solid;
  }
  #sub_menu ul li:last-child {
    border-right: none;
  }
}
#sub_menu ul li#sub_menu_btn {
  display: none;
}
@media screen and (max-width: 768px) {
  #sub_menu ul li#sub_menu_btn {
    display: block;
    background-color: #fab00c;
  }
}
#sub_menu ul li#sub_menu_btn .menu_button {
  display: block;
  margin-right: auto;
  transform: translateY(70%);
}
#sub_menu ul li#sub_menu_btn .menu_button span {
  background-color: #fff;
}
#sub_menu ul li a {
  display: block;
  height: 83px;
  padding-top: 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sub_menu ul li a {
    background-image: none;
    padding-top: 0;
    height: auto;
  }
}
#sub_menu ul li a:hover::before, #sub_menu ul li a:active::before {
  opacity: 0;
}
#sub_menu ul li a:hover::after, #sub_menu ul li a:active::after {
  opacity: 1;
}
#sub_menu ul li a:hover span, #sub_menu ul li a:active span {
  color: #6c5546;
}
#sub_menu ul li a::before {
  content: "";
  display: block;
  width: 83px;
  height: 83px;
  padding-top: 8px;
  background-image: url(../img/common/btn_submenu_bg_b.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.15s linear;
}
@media screen and (max-width: 768px) {
  #sub_menu ul li a::before {
    display: none;
  }
}
#sub_menu ul li a::after {
  content: "";
  display: block;
  width: 83px;
  height: 83px;
  padding-top: 8px;
  background-image: url(../img/common/btn_submenu_bg_w.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.15s linear;
}
@media screen and (max-width: 768px) {
  #sub_menu ul li a::after {
    display: none;
  }
}
#sub_menu ul li a span {
  font-size: 0.8em;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #sub_menu ul li a span {
    color: #6c5546;
  }
}
#sub_menu ul li a span::before {
  content: "";
  width: 30px;
  height: 30px;
  margin: 11px auto -5px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
}
#sub_menu ul #sub_menu_tel a span::before {
  background-image: url(../img/common/sub_menu_ico_tel_w.png);
}
@media screen and (max-width: 768px) {
  #sub_menu ul #sub_menu_tel a span::before {
    background-image: url(../img/common/sub_menu_ico_tel.png);
  }
}
#sub_menu ul #sub_menu_tel a:hover span::before, #sub_menu ul #sub_menu_tel a:active span::before {
  background-image: url(../img/common/sub_menu_ico_tel.png);
}
#sub_menu ul #sub_menu_contact a span::before {
  background-image: url(../img/common/sub_menu_ico_mail_w.png);
}
@media screen and (max-width: 768px) {
  #sub_menu ul #sub_menu_contact a span::before {
    background-image: url(../img/common/sub_menu_ico_mail.png);
  }
}
#sub_menu ul #sub_menu_contact a:hover span::before, #sub_menu ul #sub_menu_contact a:active span::before {
  background-image: url(../img/common/sub_menu_ico_mail.png);
}
#sub_menu ul #sub_menu_facebook a::before {
  background-image: url(../img/common/btn_submenu_bg_y.png);
}
@media screen and (max-width: 768px) {
  #sub_menu ul #sub_menu_facebook a::before {
    background-image: none;
  }
}
#sub_menu ul #sub_menu_facebook a span::before {
  background-image: url(../img/common/sub_menu_ico_facebook_w.png);
}
@media screen and (max-width: 768px) {
  #sub_menu ul #sub_menu_facebook a span::before {
    background-image: url(../img/common/sub_menu_ico_facebook.png);
  }
}
#sub_menu ul #sub_menu_facebook a:hover::before, #sub_menu ul #sub_menu_facebook a:active::before {
  background-image: url(../img/common/btn_submenu_bg_w.png);
}
#sub_menu ul #sub_menu_facebook a:hover span::before, #sub_menu ul #sub_menu_facebook a:active span::before {
  background-image: url(../img/common/sub_menu_ico_facebook.png);
}

/*---------------- フッター ----------------*/
footer {
  background: url("../img/common/bg_light.jpg") repeat top left;
}

#footer_inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #footer_inner {
    width: 83%;
    margin-bottom: 40px;
  }
}
#footer_inner #sitemap {
  padding-bottom: 20px;
  background-image: url(../img/common/txt_underline.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
  font-size: 1.125em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #footer_inner ul {
    display: none;
  }
}
#footer_inner ul li {
  margin-right: 1.4em;
  display: inline-block;
}
#footer_inner ul li a {
  position: relative;
  display: block;
  padding-bottom: 10px;
}
#footer_inner ul li a:hover::after {
  -webkit-animation: fadeDown 0.3s forwards;
          animation: fadeDown 0.3s forwards;
  content: "";
  background-color: #fab00c;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  opacity: 0;
}

#footer_inner ul, #footer_copy {
  width: 1088px;
  margin: 0 auto;
  text-align: left;
  color: #5f5f5f;
}
@media screen and (max-width: 768px) {
  #footer_inner ul, #footer_copy {
    width: 90%;
  }
}

#footer_inner ul {
  padding-bottom: 30px;
}

#footer_copy {
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  #footer_copy {
    padding-bottom: 0;
    font-size: 0.8em;
  }
}

/*---------------- link_go_top ----------------*/
#link_go_top {
  right: 0;
  z-index: 1000;
  display: none;
  width: 170px;
  height: 160px;
}
@media screen and (max-width: 768px) {
  #link_go_top {
    width: 120px;
    right: -30px;
    height: 134px;
  }
}

.owl_move::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 72px;
  top: 0;
  left: 34px;
  background: url(../img/common/btn_pagetop.png) no-repeat left top;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .owl_move::before {
    width: 34px;
    height: 421px;
    top: 0;
    left: 30px;
  }
}
.owl_move img {
  position: absolute;
  left: 0;
  top: 72px;
}
@media screen and (max-width: 768px) {
  .owl_move img {
    top: 45px;
  }
}

/*---------------- 出し分け用パーツ ----------------*/
@media screen and (min-width: 960px) {
  .pc_hide {
    display: none;
  }
  .sp_hide {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .pc_hide {
    display: inline;
  }
  .sp_hide {
    display: none;
  }
}
/*# sourceMappingURL=common.css.map */