@charset "UTF-8";
/*============================================
responsive
============================================*/
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
.wow {
  visibility: hidden; }

/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/* flex */
.flex, .flexA, .flexB, .flexC {
  display: flex;
  flex-wrap: wrap; }

.flexA {
  justify-content: space-around; }

.flexB {
  justify-content: space-between; }

.flexC {
  justify-content: center; }

p {
  /*  text-align: justify;
  text-justify: inter-ideograph;*/ }

a {
  transition: .3s; }
  a:hover {
    opacity: 0.7; }

#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 50px;
  opacity: 0.6;
  z-index: 20; }
  #page_top a {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none; }
    #page_top a::before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\f102';
      font-size: 25px;
      color: #222;
      position: absolute;
      width: 25px;
      height: 25px;
      top: -40px;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center; }
    #page_top a::after {
      content: 'PAGE TOP';
      font-size: 13px;
      position: absolute;
      top: 45px;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center;
      color: #222; }

/*============================================
link_btn
============================================*/
.link_btn {
  display: table; }
  .link_btn a {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #FD8603;
    padding: 10px 30px;
    text-align: center;
    outline: none;
    color: #FD8603;
    transition: all .5s ease; }
    .link_btn a::after {
      content: "";
      display: inline-block;
      width: 24px;
      height: 24px;
      margin-left: auto;
      margin-right: auto;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("../../img/common/icon_org.png");
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2; }
    .link_btn a span {
      position: relative;
      z-index: 3;
      display: block;
      min-width: 290px;
      color: #FD8603;
      transition: all .5s ease; }
    .link_btn a:hover {
      border-color: #FD8603;
      opacity: 1; }
      .link_btn a:hover span {
        color: #fff; }
      .link_btn a:hover::after {
        background-image: url("../../img/common/icon_ft_contact_btn.png"); }
    .link_btn a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      background: #FD8603;
      width: 100%;
      height: 100%;
      transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
      transform: scale(0, 1);
      transform-origin: right top; }
    .link_btn a:hover:before {
      transform-origin: left top;
      transform: scale(1, 1); }
  .link_btn.btn_wt a {
    border-color: #fff;
    color: #fff; }
    .link_btn.btn_wt a::after {
      background-image: url("../../img/common/icon_ft_contact_btn.png"); }
    .link_btn.btn_wt a span {
      color: #fff; }
    .link_btn.btn_wt a:hover span {
      color: #1C1C24; }
    .link_btn.btn_wt a:hover::after {
      background-image: url("../../img/common/icon_bk.png"); }
    .link_btn.btn_wt a:before {
      background: #fff; }
  .link_btn.btn_ct {
    margin-left: auto;
    margin-right: auto; }

@media screen and (max-width: 1190px) {
  .link_btn a {
    font-size: 4vw; } }
@media screen and (max-width: 1190px) {
  .link_btn a span {
    min-width: 230px; } }
p + .link_btn, div + .link_btn {
  margin-top: 30px; }

/*============================================
btn sp
============================================*/
@media screen and (max-width: 1190px) {
  .btn_am {
    width: 89%; }
    .btn_am .btn {
      display: block;
      margin: 0 auto; }
      .btn_am .btn span {
        min-width: inherit; }
    .btn_am.btn_ct {
      margin-left: auto;
      margin-right: auto; }
    .btn_am.btn_news {
      margin-bottom: 30px;
      width: auto;
      display: block; }
      .btn_am.btn_news .btn {
        border-radius: 10px;
        font-size: 2rem;
        padding: 10px 30px; }
        .btn_am.btn_news .btn span {
          min-width: inherit; } }
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.wrapper {
  padding: 100px 0 0 0; }
  @media screen and (max-width: 897px) {
    .wrapper {
      padding: 60px 0 0 0; } }

#header {
  z-index: 99;
  width: 98%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  padding: 0 1%; }

#gNav a:hover {
  color: #999; }

nav li a {
  font-size: 1.3rem;
  letter-spacing: 0.2em; }

nav .sub-menu, .mean-container .mean-nav ul ul {
  background: #fff;
  /*background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);*/
  background-image: linear-gradient(to top, #e7e7e7 0%, #f7f7f7 100%); }

nav li.rec {
  padding: 0 0 0 30px; }

nav li.rec::before {
  content: "|";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0; }

nav li.rsv span {
  background: #5D8C9B;
  padding: 10px;
  color: #fff;
  border-radius: 5px; }

@media only screen and (max-width: 768px) {
  nav li.rec {
    padding: 0; }

  nav li.rec::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }

  nav li.rsv span {
    background: #5D8C9B;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    display: block;
    text-align: center;
    margin: 0 0 10px 0; }

  #header {
    padding: 0;
    height: 60px;
    width: 100%; }

  .h_logo {
    width: 200px;
    position: absolute;
    top: 18px;
    left: 10px;
    z-index: 100; }

  #gNav .nav {
    overflow-y: auto;
    height: 100vh; }

  .mean-nav .container {
    padding: 0; }

  nav li .fa {
    display: none; } }
@media print, screen and (min-width: 769px) {
  #header {
    height: 80px; }

  .h_logo img {
    width: 300px; }

  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center; }

  #gNav ul {
    position: relative;
    display: flex; }

  #gNav li {
    position: relative;
    margin-right: 2.0rem; }

  #gNav li:last-child {
    margin-right: 0; }

  #gNav li i {
    font-size: 16px;
    margin-left: 5px; }

  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px; }

  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }

  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em; }

  #gNav .sub-menu a:hover:after {
    content: none; }

  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0; }

  #gNav .sub-menu li:last-child {
    border-bottom: none; }

  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s; }

  #gNav ul > li:hover a, #gNav .current-menu-item a, #gNav .current-menu-parent a {
    color: #bfd0ff; }

  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999; }

  #gNav li ul li:after {
    content: none; }

  #gNav li:hover ul.sub-menu a {
    color: #111; }

  #gNav .sub-menu li a:hover {
    background: #fff; }

  #gNav .contact_btn a:hover {
    color: #fff; } }
.fcamp {
  padding: 8px 0 0 0;
  line-height: 1.5; }
  @media screen and (max-width: 897px) {
    .fcamp {
      font-size: 1.4rem; } }

.fcafe {
  line-height: 1.5;
  padding: 15px 0 0 0; }
  @media screen and (max-width: 897px) {
    .fcafe {
      font-size: 1.4rem; } }
