@charset "UTF-8";
@import 'default.css';
@import 'utility.css';
@import 'nav.css';
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Karla:400,700&display=swap");
/* ==================================
    共通箇所
================================== */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #1e1e1e;
  letter-spacing: 0px;
}

.Century {
  font-family: Century Gothic, "ヒラギノ角ゴ Pro W3", "游ゴシック", "メイリオ", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

.Crimson {
  font-family: "Crimson Text", serif;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

a {
  color: #00499c;
}

a:hover {
  opacity: 0.8;
  transition: all 0.2s ease-out;
}

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

.sp_cnt {
  display: none;
}

.map_box {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 0 5%;
}

.map_box iframe,
.map_box object,
.map_box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.detail_box {
  display: block;
  position: relative;
  width: 294px;
  height: 64px;
  margin: 20px auto 0;
}
a.detail_box span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url(../images/common/btn_icon@2x.png) no-repeat 94% center;
  background-size: 13px auto;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  border: 2px solid rgb(183, 124, 27);
  font-weight: 700;
  color: #b77c1b;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.detail_box span:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  opacity: 0;
  background-color: #e5e1d0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.detail_box span:hover:after {
  opacity: 1;
}
a.detail_box:hover {
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  a.detail_box {
    max-width: 370px;
    width: 49.3333333333%;
    height: auto;
    margin: 20px auto 0;
  }
  a.detail_box span {
    font-size: 3.2vw;
    line-height: 2.9;
  }
  .sp_cnt {
    display: block;
  }
  .pc_cnt {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  html {
    font-size: 58.333%;
  }
  a.line_btn {
    padding: 2.4% 15px 0;
  }
}
/* ==================================
    HEADER
================================== */
#header {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  padding: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header #hd_container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  width: 100%;
  height: 120px;
  padding: 0 0px 0 20px;
}
#header #hd_logo {
  max-width: 176px;
  width: 17.6%;
}
#header #hd_box {
  display: none;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  width: 82.4%;
  height: 120px;
}
#header #upside {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 20px 20px 0 0;
}
#header #upside a.contact {
  display: inline-block;
  margin: 0 0 0 40px;
  padding: 0 0 0 21px;
  background: url(../images/common/hd_icon01.png) no-repeat left center;
  background-size: 16px auto;
  font-size: 1.2rem;
  line-height: 24px;
  color: #805611;
}
#header #upside a.recruit {
  display: inline-block;
  margin: 0 0 0 40px;
  padding: 0 0 0 15px;
  background: url(../images/common/hd_icon02.png) no-repeat left center;
  background-size: 10px auto;
  font-size: 1.2rem;
  line-height: 24px;
  color: #805611;
}
#header #upside p.lang {
  margin: 0 0 0 40px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  line-height: 20px;
}
#header #upside p.lang a {
  color: #c9c9c9;
}
#header #upside p.lang a.active {
  color: #1e1e1e;
}

#sp_header {
  display: none;
}

@media screen and (max-width: 980px) {
  #header {
    display: none;
  }
  #sp_header {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
  }
  #sp_header #sp_hd_cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #sp_header #sp_hd_cnt #sp_hd_logo {
    position: relative;
    max-width: 246px;
    width: 25.1020408163%;
    margin: 2% 0 2% 2%;
    z-index: 2;
  }
  #sp_header #nav_icon {
    display: block;
  }
}
#header.is-animation {
  position: fixed;
  top: 0;
  background: rgb(255, 255, 255);
  padding: 0;
  z-index: 10;
}
#header.is-animation #hd_container {
  display: flex;
  height: 90px;
  padding: 0 0px 0 20px;
  animation-duration: 0.8s;
  animation-name: slidein;
  animation-direction: alternate;
}
#header.is-animation #hd_logo {
  max-width: 176px;
  width: 17.6%;
}
#header.is-animation #hd_box {
  display: flex;
}
#header.is-animation #gnav {
  display: block;
  width: 100%;
  position: relative;
  z-index: 100;
}
#header.is-animation #gnav ul {
  width: 100%;
}
#header.is-animation #gnav ul li a {
  padding: 17px 0 25px;
}
#header.is-animation #gnav ul .child {
  position: relative;
  transition: all 0.2s ease-out;
}
#header.is-animation #gnav ul .child:hover .sub {
  display: block;
  transition: all 0.8s ease-out;
}
#header.is-animation #gnav ul .child .sub {
  display: none;
  width: 100%;
  left: 0;
  top: 100%;
  transition: all 0.2s ease-out;
  z-index: 10000;
}
#header.is-animation #gnav ul .child .sub li {
  display: block;
  width: 100%;
  margin: 0 0 3px;
}
#header.is-animation #gnav ul .child .sub li a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  align-self: center;
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0;
  background-color: rgba(248, 248, 248, 0.5);
}
#header.is-animation #gnav ul .child .sub li a:hover:after {
  content: none;
}

@keyframes slidein {
  from {
    height: 0px;
  }
  to {
    height: 90px;
  }
}
/* ==================================
    HEADER　下層ページ
================================== */
#header_lower {
  position: relative;
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header_lower #hd_container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  width: 100%;
  height: 100px;
  padding: 0 0px 0 20px;
}
#header_lower #hd_logo {
  max-width: 176px;
  width: 17.6%;
}
#header_lower #hd_box {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  width: 82.4%;
  height: 120px;
}
#header_lower #upside {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 20px 20px 0 0;
}
#header_lower #upside a.contact {
  display: inline-block;
  margin: 0 0 0 40px;
  padding: 0 0 0 21px;
  background: url(../images/common/hd_icon01.png) no-repeat left center;
  background-size: 16px auto;
  font-size: 1.2rem;
  line-height: 24px;
  color: #805611;
}
#header_lower #upside a.recruit {
  display: inline-block;
  margin: 0 0 0 40px;
  padding: 0 0 0 15px;
  background: url(../images/common/hd_icon02.png) no-repeat left center;
  background-size: 10px auto;
  font-size: 1.2rem;
  line-height: 24px;
  color: #805611;
}
#header_lower #upside p.lang {
  margin: 0 0 0 40px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  line-height: 20px;
}
#header_lower #upside p.lang a {
  color: #c9c9c9;
}
#header_lower #upside p.lang a.active {
  color: #1e1e1e;
}

#sp_header_lower {
  display: none;
}

@media screen and (max-width: 980px) {
  #header_lower {
    display: none;
  }
  #sp_header_lower {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
  }
  #sp_header_lower #sp_hd_cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #sp_header_lower #sp_hd_cnt #sp_hd_logo {
    position: relative;
    max-width: 246px;
    width: 25.1020408163%;
    margin: 3% 0 3% 2%;
    z-index: 2;
  }
  #sp_header_lower #nav_icon {
    display: block;
  }
}
#header_lower.is-animation {
  position: fixed;
  top: 0;
  background: rgb(255, 255, 255);
  padding: 0;
  z-index: 10;
}
#header_lower.is-animation #hd_container {
  display: flex;
  height: 90px;
  padding: 0 0px 0 20px;
  animation-duration: 0.8s;
  animation-name: slidein;
  animation-direction: alternate;
}
#header_lower.is-animation #hd_logo {
  max-width: 176px;
  width: 17.6%;
}
#header_lower.is-animation #hd_box {
  display: flex;
}
#header_lower.is-animation #gnav {
  display: block;
  width: 100%;
  position: relative;
  z-index: 100;
}
#header_lower.is-animation #gnav ul {
  width: 100%;
}
#header_lower.is-animation #gnav ul li a {
  padding: 17px 0 25px;
}
#header_lower.is-animation #gnav ul .child {
  position: relative;
  transition: all 0.2s ease-out;
}
#header_lower.is-animation #gnav ul .child:hover .sub {
  display: block;
  transition: all 0.8s ease-out;
}
#header_lower.is-animation #gnav ul .child .sub {
  display: none;
  width: 100%;
  left: 0;
  top: 100%;
  transition: all 0.2s ease-out;
  z-index: 10000;
}
#header_lower.is-animation #gnav ul .child .sub li {
  display: block;
  width: 100%;
  margin: 0 0 3px;
}
#header_lower.is-animation #gnav ul .child .sub li a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  align-self: center;
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0;
  background-color: rgba(248, 248, 248, 0.5);
}
#header_lower.is-animation #gnav ul .child .sub li a:hover:after {
  content: none;
}

@keyframes slidein {
  from {
    height: 0px;
  }
  to {
    height: 90px;
  }
}
/* ==================================
    GNAV
================================== */
#gnav {
  display: block;
  width: 100%;
  position: relative;
  z-index: 100;
}
#gnav ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  width: 100%;
}
#gnav ul li {
  width: 14.2%;
  text-align: center;
  position: relative;
}
#gnav ul li a {
  display: block;
  position: relative;
  padding: 17px 0 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1e1e1e;
  letter-spacing: 0.1em;
}
#gnav ul li a:hover {
  text-decoration: none;
}
#gnav ul li a:hover:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #b77c1b;
  bottom: 0px;
}
#gnav ul .child {
  position: relative;
  transition: all 0.2s ease-out;
}
#gnav ul .child:hover .sub {
  display: block;
  transition: all 0.8s ease-out;
}
#gnav ul .child .sub {
  display: none;
  width: 100%;
  left: 0;
  top: 100%;
  transition: all 0.2s ease-out;
  z-index: 10000;
}
#gnav ul .child .sub li {
  display: block;
  width: 100%;
  margin: 0 0 3px;
}
#gnav ul .child .sub li a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  align-self: center;
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
#gnav ul .child .sub li a:hover:after {
  content: none;
}
@media screen and (max-width: 1240px) {
  #gnav ul li {
    width: auto;
    padding: 0 2%;
  }
  #gnav ul li a {
    padding: 17px 0px 40px;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0em;
    word-break: keep-all;
  }
  #gnav ul .child {
    position: relative;
    transition: all 0.2s ease-out;
  }
  #gnav ul .child .sub {
    display: none;
    width: 100%;
    left: 0;
    top: 100%;
    transition: all 0.2s ease-out;
    z-index: 10000;
  }
  #gnav ul .child .sub li {
    display: block;
    width: 100%;
    margin: 0 0 3px;
  }
  #gnav ul .child .sub li a {
    width: 100%;
    height: 50px;
  }
}

#sp_gnav {
  display: none;
}

@media screen and (max-width: 980px) {
  #sp_gnav {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    z-index: 1;
    padding: 10.5% 0 0 0;
  }
  #sp_gnav .lang {
    text-align: center;
    padding: 3% 0;
    color: #fff;
  }
  #sp_gnav .lang a {
    font-size: 1.8rem;
    color: #f2f2f2;
    letter-spacing: 5px;
  }
  #sp_gnav .lang .active {
    font-size: 2rem;
  }
  #sp_gnav .lang span {
    padding: 0 3%;
  }
  #sp_gnav ul {
    width: 100%;
  }
  #sp_gnav ul li {
    width: 100%;
    position: relative;
  }
  #sp_gnav ul li a {
    display: block;
    position: relative;
    padding: 3% 0 3% 5%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 3.3854166667vw;
    font-weight: 500;
    color: #f5f5f5;
    letter-spacing: 0.1em;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #sp_gnav ul li a:hover {
    text-decoration: none;
  }
  #sp_gnav ul li a:hover:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #b77c1b;
    bottom: 0px;
  }
  #sp_gnav ul .child .sub {
    display: block;
    width: 100%;
  }
  #sp_gnav ul .child .sub li {
    display: block;
    width: 100%;
    margin: 0 0 3px;
  }
  #sp_gnav ul .child .sub li a {
    width: 100%;
    height: auto;
    padding: 2% 0 2% 10%;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0);
  }
  #sp_gnav ul .child .sub li a:last-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0);
  }
  #sp_gnav ul .child .sub li a:hover:after {
    content: none;
  }
}
/* ==================================
    footer
================================== */
#footer {
  padding: 30px 0 0;
  background: #e5e1d0;
  width: 100%;
}
#footer .ft_container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 30px;
}
#footer .ft_container:nth-of-type(2) {
  align-items: flex-end;
}
#footer .ft_about {
  max-width: 210px;
  width: 21%;
}
#footer .ft_about .ft_logo {
  width: 176px;
  margin: 0 0 15px;
}
#footer address {
  font-size: 1.2rem;
  line-height: 22px;
}
#footer .ft_contact p {
  font-size: 1.2rem;
  line-height: 22px;
}
#footer #ft_nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 710px;
  width: 71%;
}
#footer #ft_nav li {
  margin: 0 0 15px;
}
#footer #ft_nav a {
  display: block;
  font-size: 1.4rem;
  color: #1e1e1e;
  letter-spacing: 0px;
}
#footer .ft_contact .ft_contact {
  font-size: 1.2rem;
  line-height: 22px;
}
#footer p.copyright {
  font-size: 1.2rem;
  line-height: 125%;
}
#footer #sns_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100%;
}
#footer #sns_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 40px;
  background: #8c7959;
}
#footer #sns_list a:nth-of-type(even) {
  background: #7c6d53;
}

@media screen and (max-width: 750px) {
  #footer {
    padding: 8% 0 0;
  }
  #footer .ft_container {
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 8%;
  }
  #footer .ft_container:nth-of-type(2) {
    align-items: flex-end;
  }
  #footer .ft_about {
    max-width: none;
    width: 100%;
  }
  #footer .ft_about .ft_logo {
    max-width: 281px;
    width: 43.90625%;
    margin: 0 auto 4.4%;
  }
  #footer address {
    font-size: 3.2vw;
    line-height: 2;
  }
  #footer .ft_contact p {
    font-size: 3.2vw;
    line-height: 2;
  }
  #footer #ft_nav {
    display: none;
  }
  #footer .ft_contact .ft_contact {
    font-size: 1.2rem;
    line-height: 22px;
  }
  #footer p.copyright {
    display: block;
    width: 100%;
    margin: 6.6666666667% 0 0;
    font-size: 2.4vw;
    line-height: 125%;
    letter-spacing: 2px;
  }
}
/* #footer */
#page_top {
  width: 100%;
}
#page_top a {
  display: flex;
  justify-content: center;
  align-items: center;
  widows: 100%;
  height: 60px;
}

.fixd_icon {
  display: none;
}

@media screen and (max-width: 750px) {
  #pageTop {
    position: fixed;
    display: block;
    bottom: 14.6666666667%;
    right: 6.6666666667%;
    z-index: 20;
    font-size: 5rem;
    color: #c5c5c5;
  }
  #sp_copyright {
    display: block;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    font-size: 2.4vw;
    text-align: center;
    margin: 0 0 0px;
  }
  .fixd_icon {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 4.6666666667% 0 3.0666666667%;
    background: rgba(255, 255, 255, 0.76);
  }
  .fixd_icon a {
    display: block;
  }
  .fixd_icon .icon01 {
    max-width: 58px;
    width: 7.7333333333%;
  }
  .fixd_icon .icon02 {
    max-width: 76px;
    width: 10.1333333333%;
  }
  .fixd_icon .icon03 {
    max-width: 88px;
    width: 11.7333333333%;
  }
  .fixd_icon .icon04 {
    max-width: 44px;
    width: 5.8666666667%;
  }
  .scroll {
    overflow: auto;
    white-space: nowrap;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .scroll:before {
    content: "※横にスクロールします。";
    font-size: 82.5%;
    display: block;
    margin: 0px 0 5px;
  }
  .scroll:after {
    content: "※横にスクロールします。";
    font-size: 82.5%;
    display: block;
    margin: 5px 0 20px;
  }
  .scroll table {
    table-layout: inherit;
    max-width: 100%;
    white-space: nowrap;
  }
  .scroll table th[scope=col] {
    padding: 15px 15px;
  }
  .scroll table th[scope=row] {
    padding: 15px 10px;
  }
  .scroll table td {
    padding: 15px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 750px) and (max-width: 414px) {
  #pageTop {
    position: fixed;
    display: block;
    bottom: 14.6666666667%;
    right: 6%;
    z-index: 20;
    font-size: 5rem;
    color: #c5c5c5;
  }
}
.video {
  aspect-ratio: 16/9;
  width: 560px;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .video {
    width: 100%;
  }
}/*# sourceMappingURL=common.css.map */