@charset "UTF-8";
/* CSS Document */
/*--- common ---*/
* {
  margin: 0;
  padding: 0;
  font-family: 'Kiwi Maru', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
html {
  font-size: 100%;
  color: #6e5c23;
}
section {
  line-height: 0;
}
a:link {
  text-decoration: none;
}
/*--- SP ---*/
@media screen and (max-width:767px) {
  body {
    width: 100%;
    max-width: 767px;
    text-align: center;
    color: #6e5c23;
    position: relative;
  }
  #top-head {
    position: absolute;
  }
  .inner {
    width: 100%;
    padding: 0;
  }
  #mobile-head {
    width: 100%;
    z-index: 999;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logo {
    width: 20%;
    line-height: 0;
    margin: 20px 0 0 5%;
  }
  .logo a {
    display: block;
  }
  .logo a img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
  }
  .logo a img:hover {
    opacity: 0.7;
  }
  #global-nav {
    position: absolute;
    top: -566px;
    background: #fff;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 9;
    padding-top: 100px;
  }
  #global-nav ul {
    list-style: none;
    margin-bottom: 50px;
  }
  #global-nav ul li {}
  #global-nav ul li a {
    width: 100%;
    display: block;
    color: #6e5c23;
    padding: 18px 0;
    text-decoration: none;
    transition: all 0.3s;
  }
  #global-nav ul li a:hover {
    background: #6e5c23;
    color: #fff;
  }
  #nav-toggle {
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 101;
    background: #fff;
    padding: 20px;
    border-radius: 40px;
    margin: 20px 5% 0 0;
  }
  #nav-toggle div {
    position: relative;
    background: #fff;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #c1a33f;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .open #global-nav {
    -moz-transform: translateY(566px);
    -webkit-transform: translateY(566px);
    transform: translateY(566px);
  }
  section {
    width: 100%;
    margin: 0;
  }
  .sp_none {
    display: none;
  }
  #fv {
    position: relative;
/*    padding-top: 10vw;*/
  }
  .fv_pc {
    display: none;
  }
  .fv_sp img {
    width: 100%;
  }
  .main_pc {
    display: none;
  }
  .main_sp img {
    width: 100%;
  }
  footer {
    background: #e8e4d8;
/*    margin-top: 5vw;*/
  }
  .footer_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
  }
  .footer_img {
    width: 20%;
    margin-bottom: 25px;
  }
  .footer_img a {
    display: block;
  }
  .footer_img a img {
    width: 100%;
    transition: all 0.3s;
  }
  .footer_img a img:hover {
    opacity: 0.7;
  }
  .footer_inner {}
  .footer_inner ul {
    list-style: none;
    text-align: left;
  }
  .footer_name {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-bottom: 25px;
  }
  .footer_txt {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
  }
  .footer_tel {
    text-align: center;
  }
  .footer_tel a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1em;
    font-weight: bold;
    color: #6e5c23;
    transition: all 0.3s;
  }
  .footer_tel a:hover {
    opacity: 0.7;
  }
  .footer_logo {
    width: 30%;
    margin: 30px auto;
  }
  .footer_logo img {
    width: 100%;
  }
  .footer_copyright {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.5rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    padding-bottom: 10px;
  }
}
/*--- PC ---*/
@media screen and (min-width:768px) {
  body {
    width: 100%;
    max-width: 1920px;
    text-align: center;
    color: #6e5c23;
    position: relative;
  }
  #top-head {
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: 1;
  }
  .inner {
    margin: 20px 4%;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .inner:after {
    content: "";
    clear: both;
    display: block;
  }
  #mobile-head {
    width: 7%;
    margin-right: 18%;
    position: relative;
  }
  .logo {
    text-align: left;
    line-height: 0;
    margin: 0;
  }
  .logo a img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
  }
  .logo a img:hover {
    opacity: 0.7;
  }
  #global-nav {
    width: 75%;
    background: #fff;
    border-radius: 20px;
  }
  #global-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  #global-nav ul li {
    flex: 1;
    flex-basis: auto;
    padding: 10px 0 12px;
  }
  #global-nav ul li a {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    color: #6e5c23;
    transition: all .3s;
  }
  #global-nav ul li a:hover {
    opacity: 0.7;
  }
  #nav-toggle {
    display: none;
  }
  section {
    width: 100%;
    margin: 0;
  }
  .pc_none {
    display: none;
  }
  #fv {
    position: relative;
/*    padding-top: 5vw;*/
  }
  .fv_pc img {
    width: 100%;
    max-width: 1920px;
  }
  .fv_sp {
    display: none;
  }
  .main_pc img {
    width: 100%;
    max-width: 1920px;
  }
  .main_sp {
    display: none;
  }
  footer {
    background: #e8e4d8;
    margin: 0;
  }
  .footer_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
  }
  .footer_img {
    width: 10%;
    margin-right: 3%;
  }
  .footer_img img {
    width: 100%;
  }
  .footer_img a img {
    transition: all 0.3s;
  }
  .footer_img a img:hover {
    opacity: 0.7;
  }
  .footer_inner {}
  .footer_inner ul {
    list-style: none;
    text-align: left;
  }
  .footer_name {
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-bottom: 25px;
  }
  .footer_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    margin-bottom: 25px;
  }
  .footer_tel {}
  .footer_tel a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    font-weight: bold;
    color: #6e5c23;
    transition: all 0.3s;
  }
  .footer_tel a:hover {
    opacity: 0.7;
  }
  .footer_logo {
    width: 15%;
    margin: 100px auto;
  }
  .footer_logo img {
    width: 100%;
  }
  .footer_copyright {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.0vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    padding-bottom: 25px;
  }
}