@charset "UTF-8";
/* * * * * * * * * * * * * * * *
  COMMON
* * * * * * * * * * * * * * * */
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  line-height: 1.71429;
  font-size: 1.4em;
  font-family: Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #444;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (-ms-high-contrast: none) {
  body {
    font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a,
.hover {
  color: inherit;
  text-decoration: none;
  transition: opacity linear 0.1s;
}

a:hover,
.hover:hover {
  text-decoration: underline;
}

input, textarea, select {
  font: inherit;
  vertical-align: top;
}

.hidden_text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 0;
}

.ta_c {
  text-align: center;
}

.ta_r {
  text-align: right;
}

.ta_l {
  text-align: left;
}

.d_b {
  display: block;
}

.d_ib {
  display: inline-block;
}

.c_red {
  color: #f00;
}

@media all and (max-width: 768px) {
  body {
    min-width: 0;
  }
}
@media all and (max-width: 480px) {
  body {
    background-size: 20px auto;
    font-size: 1.3em;
  }
}
/* clearfix */
.clf:before, .clf:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.clf:after {
  clear: both;
}

/* hide element */
@media all and (max-width: 480px) {
  .hide_s {
    display: none;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .hide_m {
    display: none;
  }
}
@media all and (min-width: 769px) and (max-width: 1000px) {
  .hide_l {
    display: none;
  }
}
@media all and (min-width: 1001px) {
  .hide_xl {
    display: none;
  }
}
/* * * * * * * * * * * * * * * *
  HEADER
* * * * * * * * * * * * * * * */
#header,
#header2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0px 10px;
  background-color: #fff;
}
#header .header_inner,
#header2 .header_inner {
  overflow: hidden;
  margin: auto;
  width: 100%;
  max-width: 1000px;
}
#header .logo,
#header2 .logo {
  float: left;
  width: 174px;
}
#header nav,
#header2 nav {
  float: right;
}
#header #gnavi,
#header2 #gnavi {
  text-align: right;
  font-size: 0;
  color: #7c6b36;
}
#header #gnavi li,
#header2 #gnavi li {
  margin-left: 44px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: bold;
}
#header #gnavi li .en,
#header2 #gnavi li .en {
  position: relative;
  display: inline-block;
  padding: 0 14px 3px;
}
#header #gnavi li .en:after,
#header2 #gnavi li .en:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #f9ee91;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#header #gnavi li .en.active:after,
#header2 #gnavi li .en.active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #f9ee91;
}
#header #gnavi li .ja,
#header2 #gnavi li .ja {
  font-weight: normal;
  font-size: 71.42857%;
}
#header #gnavi li:hover .en:after,
#header2 #gnavi li:hover .en:after {
  width: 100%;
}
#header #gnavi a,
#header2 #gnavi a {
  display: table-cell;
  height: 58px;
  vertical-align: middle;
}
#header #gnavi a:hover,
#header2 #gnavi a:hover {
  text-decoration: none;
}
#header a:hover,
#header2 a:hover {
  opacity: 1;
}

@media all and (min-width: 1001px) {
  #header .header_inner {
    max-width: 1028px;
  }

  #header h1.logo {
    margin-left: 14px;
  }

  #header2 .header_inner {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  #header2 .logo {
    width: 172px;
  }
}
@media all and (min-width: 801px) {
  #header #menu_toggle {
    display: none !important;
  }

  #header #gnavi {
    display: block !important;
  }

  #header2 {
    position: absolute;
    padding: 20px 0;
    background-color: transparent;
  }
  #header2 .logo {
    position: absolute;
    left: 50%;
    top: 15px;
    width: 11%;
    max-width: 240px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #header2 nav {
    float: none;
    padding-top: 1.5%;
  }
  #header2 #gnavi {
    text-align: center;
    color: #7d714b;
  }
  #header2 #gnavi li {
    margin: 0 2%;
  }
  #header2 #gnavi li:nth-child(3) {
    margin-left: 30%;
  }
}
@media all and (max-width: 800px) {
  #header {
    padding: 0 10px;
    display: block !important;
    overflow: visible !important;
  }

  #header #menu_toggle {
    float: right;
    margin-top: 12px;
    padding-top: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  #header #menu_toggle .line {
    position: relative;
    display: block;
    height: 1px;
    -webkit-background-color: #b08c1e;
    background-color: #b08c1e;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #header #menu_toggle .line:after, #header #menu_toggle .line:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-background-color: #b08c1e;
    background-color: #b08c1e;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #header #menu_toggle .line:before {
    top: -12px;
  }

  #header #menu_toggle .line:after {
    bottom: -12px;
  }

  #header #menu_toggle.open .line {
    -webkit-background-color: transparent;
    background-color: transparent;
  }

  #header #menu_toggle.open .line:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #header #menu_toggle.open .line:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #header nav {
    float: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  #header #gnavi {
    display: none;
    background-color: #fff;
  }

  #header #gnavi li {
    display: block;
    border-top: 1px solid #b08c1e;
    margin: 0;
  }

  #header #gnavi a.overlogo {
    height: 0px;
  }

  #header #gnavi li:last-child {
    border-bottom: 1px solid #b08c1e;
  }

  #header #gnavi li a {
    display: block;
    padding: 1em 10px;
    height: auto;
  }

  #header #gnavi li .en:after {
    display: none !important;
  }

  #header2 {
    display: none;
  }
  #header2 .header_inner {
    max-width: none;
  }
  #header2 #gnavi {
    background-color: transparent;
    color: #000;
  }
  #header2 #gnavi li {
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0;
  }
}
#foot_banner {
  margin-top: 160px;
  text-align: center;
}
@media (max-width: 768px) {
  #foot_banner {
    margin-top: 15%;
  }
}

/* * * * * * * * * * * * * * * *
  FOOTER
* * * * * * * * * * * * * * * */
#footer {
  position: relative;
  margin-top: 200px;
  padding-top: 40px;
  border-top: 1px solid #3ea7b7;
  text-align: center;
  color: #000;
}
@media (max-width: 768px) {
  #footer {
    margin-top: 21%;
  }
}

#footer .logo {
  margin-bottom: 0;
}

#footer .logo img {
  width: 242px;
}

#footer .sns {
  text-align: center;
  margin-top: 35px;
}

#footer .sns a:hover {
  opacity: 0.7;
}

#footer .sns img {
  margin: 0 6px;
}

#footer .copyright {
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 25px;
  padding: 5px 10px;
  font-size: 92.857143%;
  color: #8c8c8c;
}

@media all and (max-width: 800px) {
  #footer {
    padding: 6% 0 0;
  }

  #footer .company {
    padding: 10px;
  }

  #footer .company dd {
    margin-top: 10px;
  }

  #footer .company dd img {
    max-width: 50%;
  }

  #footer .copyright {
    margin-top: 6%;
  }
}
@media all and (max-width: 480px) {
  #footer {
    font-size: 92.30769%;
  }

  #footer .logo img {
    width: 50.416667%;
  }
}
/* * * * * * * * * * * * * * * *
  PARTS
* * * * * * * * * * * * * * * */
#head_img {
  width: 100%;
  height: 250px;
  margin-top: 58px;
  margin-bottom: 60px;
  background-image: url("../img/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 321.428571%;
  line-height: 250px;
  vertical-align: middle;
  text-align: center;
  color: #7c6b36;
}

@media all and (max-width: 800px) {
  #head_img {
    height: 31.25vw;
    line-height: 31.25vw;
    margin-bottom: 7.692308%;
  }
}
@media all and (max-width: 480px) {
  #head_img {
    height: 150px;
    line-height: 150px;
    margin-bottom: 36.9px;
  }
}
.index_section ~ .index_section {
  margin-top: 100px;
}

.inner {
  padding: 0;
  max-width: 1000px;
  margin: auto;
}

@media all and (max-width: 1000px) {
  .inner {
    padding: 0 10px;
    max-width: none;
  }
}
.effect_01 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in;
}
.effect_01.effectOn {
  opacity: 1;
  transform: translateY(0);
}

.head_logo {
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in;
}

.head_logo.effectOn {
  opacity: 1;
  transform: translateY(0);
}

.title_01 {
  line-height: 2;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho" ヒラギノ明朝, serif;
  font-size: 157.142857%;
  color: #444444;
  opacity: 0;
  padding-top: 34px;
  transform: translateY(20px);
  transition: all 0.5s ease-in;
}

.title_01.effectOn {
  opacity: 1;
  transform: translateY(0);
}

h2.title_02 {
  line-height: 1;
  text-align: center;
  font-size: 214.285714%;
  color: #010101;
  margin-bottom: 8%;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in;
}

h2.title_02.sol {
  margin-bottom: 4%;
}

#contact h2.title_02 {
  margin-bottom: 0px;
}

h2.title_02:before {
  content: "";
  background-image: url("../img/logo_t.png");
  display: block;
  margin-bottom: 3%;
  width: 100%;
  height: 80px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

h2.title_02 span {
  line-height: 55px;
}

h2.title_02.effectOn {
  opacity: 1;
  transform: translateY(0);
}

.title_03 {
  font-size: 157.142857%;
  line-height: 2;
  text-align: center;
  margin-bottom: 2%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho" ヒラギノ明朝, serif;
}

@media all and (max-width: 800px) {
  .title_01 {
    margin-top: 34px;
    padding-top: 0;
  }

  .title_02 {
    line-height: 1.2;
    font-size: 214.28571%;
  }
}
@media all and (max-width: 480px) {
  .title_01 {
    font-size: 153.846154%;
  }

  .title_02 {
    line-height: 1.2;
    font-size: 214.28571%;
  }

  .title_03 {
    font-size: 169.230769%;
  }
}
.lead_01 {
  text-align: center;
}

.lead_01 .lead_inner {
  line-height: 2.25;
  display: inline-block;
  font-size: 114.285714%;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in;
}

.lead_01 .lead_inner.effectOn {
  opacity: 1;
  transform: translateY(0);
}

.title_01 + .lead_01 {
  margin-top: 35px;
  margin-bottom: 78px;
}

.lead_02 {
  font-size: 114.285714%;
  line-height: 2.25;
  margin-bottom: 3.5%;
  text-align: center;
}

.lead_03 {
  color: #7c6b36;
  font-size: 114.285714%;
  line-height: 1.625;
  margin-bottom: 6%;
  text-align: center;
}

.lead_03:before {
  content: "";
  width: 153px;
  height: 1px;
  display: block;
  background-color: #7c6b36;
  color: #7c6b36;
  margin: 0 auto 3.5%;
}

@media all and (max-width: 768px) {
  .lead_01 .lead_inner {
    font-size: 114.285714%;
  }

  .title_01 + .lead_01 {
    margin-top: 3%;
    margin-bottom: 6%;
  }
}
@media all and (max-width: 480px) {
  .title_01 + .lead_01 {
    margin-top: 6%;
    margin-bottom: 9%;
  }
}
.fixNav {
  position: fixed;
  right: 0;
  bottom: 0;
}

.fixNav a {
  display: block;
  line-height: 0;
}

.fixNav .spToTop {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
  background-color: #3ea7b7;
}

.fixNav .spToTop > svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 12px;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible;
}

#cboxOverlay {
  background: #fff;
}

#cboxClose {
  position: absolute;
  top: -50px;
  right: -10px;
  width: 50px;
  height: 50px;
  text-indent: 0;
  font-size: 50px;
  line-height: 1;
  background: none;
  color: #000;
  /*
  background: url(../img/controls.png) no-repeat -50px -25px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  */
}

#cboxCurrent {
  display: none !important;
}

#cboxPrevious,
#cboxNext {
  top: 50%;
  width: 50px;
  height: 50px;
  text-indent: 0;
  font-size: 50px;
  line-height: 1;
  display: none !important;
}

#cboxPrevious {
  left: -50px;
  right: auto;
}

#cboxNext {
  left: auto;
  right: -50px;
}

.animsition-overlay-slide {
  z-index: 1000;
  background-color: #fff;
}

.animsition-loading {
  z-index: 1005;
  background-color: #fff;
  background: url(../img/icn_loading.png) center center no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  border: 0;
  overflow: visible;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  border-radius: 0;
}

.animsition-loading:before, .animsition-loading:after {
  display: none;
}

.animsition-loading * {
  display: none;
}

@media all and (max-width: 480px) {
  .animsition-loading {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }
}
