@charset "utf-8";
.wrapper {
  padding: 0;
  color: #fff;
}

a {
  color: #333;
  display: block;
}
a:hover {
  text-decoration: none;
}

/*共通部分*/
.sp_nav_btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.sp_nav_btn a {
  color: white;
}

.gfont {
  font-family: 'Abel', sans-serif;
  letter-spacing: 1px;
  line-height: 1;
}

.gfont_b {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 1;
}

a.ta_link:before {
  display: inline-block;
  content: '';
  font-family: "FontAwesome";
  padding-right: 4px;
  font-size: 1.4rem;
  vertical-align: middle;
}

.wrapper {
  background: #303030;
}

#sp_nav {
  background: #303030 !important;
  color: white;
}

/**********************************************************************
	下層 - className : under (白のbg / bnr mv)
***********************************************************************/
.l-outer-main {
  position: relative;
  margin: 0 auto;
  max-width: 1600px;
  background: white;
  color: #333;
  padding: 80px 2%;
}
@media only screen and (max-width: 960px) {
  .l-outer-main {
    margin: 0;
    padding: 50px 15px;
  }
}

.under {
  padding: 100px 0;
  margin: 0 1.2em;
}
.under .undermg {
  margin-bottom: 80px;
}
@media only screen and (max-width: 960px) {
  .under .undermg {
    margin-bottom: 50px;
  }
}
.under .undermg02 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 960px) {
  .under .undermg02 {
    margin-bottom: 50px;
  }
}
.under .under_bnrBox {
  position: relative;
}
.under .under_bnrBox:hover .under_bnrImg > img {
  transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
}
.under .under_bnrImg {
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.under .under_bnrImg > img {
  height: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  vertical-align: bottom;
}
.under .under_bnrText {
  color: white;
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 318px;
  text-align: left;
}
.under .under_bnrText_h {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1;
}
.under .under_bnrText_h:after {
  position: absolute;
  content: "";
  background: white;
  width: 30px;
  height: 2px;
  top: 40px;
  left: 0;
}
.under .under_bnrText_e {
  letter-spacing: 1.8px;
  background: url(../../common/images/arr.png) 45% 50% no-repeat;
  background-size: 17px 5px;
}
@media only screen and (max-width: 960px) {
  .under {
    padding: 60px 0;
    margin: 0;
  }
  .under .under_bnrText {
    bottom: 20px;
    left: 20px;
    width: 260px;
  }
  .under .under_bnrText_h {
    font-size: 2.0rem;
    position: relative;
  }
  .under .under_bnrText_h:after {
    width: 24px;
    height: 2px;
    top: 30px;
  }
  .under .under_bnrText_e {
    font-size: 1.4rem;
    letter-spacing: 1.6px;
    background: url(../../common/images/arr.png) 45% 50% no-repeat;
    background-size: 17px 5px;
  }
}

.mv {
  background: url("/common/images/mv.jpg") no-repeat center center;
  background-size: cover;
  height: 430px;
  padding: 0 20px;
  position: relative;
}
.mv .main_catch {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 960px) {
  .mv {
    height: 300px;
  }
  .mv .main_catch {
    padding: 0 15px;
  }
}

/**********************************************************************
	パンくず　- className : Breadcrumb
***********************************************************************/
.Breadcrumb .pankuzu {
  position: relative;
  width: 1600px;
  max-width: 1600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.Breadcrumb .cd-breadcrumb, .Breadcrumb .cd-multi-steps {
  background-color: #303030;
  border-radius: 0;
  padding: 0;
}
@media screen and (max-width: 1600px) {
  .Breadcrumb .cd-breadcrumb, .Breadcrumb .cd-multi-steps {
    padding: 0 1.2em;
  }
}
.Breadcrumb .cd-breadcrumb li > *, .Breadcrumb .cd-multi-steps li > * {
  color: white;
  font-size: 1.4rem;
}
.Breadcrumb .cd-breadcrumb li, .Breadcrumb .cd-multi-steps li {
  line-height: 0;
}
.Breadcrumb .cd-breadcrumb li, .Breadcrumb .cd-multi-steps li em {
  line-height: 1;
}
.Breadcrumb .cd-breadcrumb.custom-separator li::after, .Breadcrumb .cd-multi-steps.custom-separator li::after {
  content: '/';
  height: 10px;
  width: 10px;
  color: white;
  line-height: 0.8;
  font-size: 1.5rem;
  background: none;
  vertical-align: middle;
}
.Breadcrumb .custom-separator a {
  text-decoration: underline;
}
.Breadcrumb .custom-separator a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .Breadcrumb .cd-breadcrumb li, .Breadcrumb .cd-multi-steps li {
    margin: 1em 0 0;
  }
  .Breadcrumb .cd-breadcrumb.custom-separator li::after, .Breadcrumb .cd-multi-steps.custom-separator li::after {
    content: '/';
    height: 13px;
    width: 8px;
    color: white;
    line-height: 1;
    font-size: 1.3rem;
    background: none;
    vertical-align: middle;
  }
}

/**********************************************************************
	ページヘッダ - className : Header-site
***********************************************************************/
.Header-site {
  position: relative;
  margin-bottom: 0;
}
.Header-site .l-inner-site {
  max-width: 1600px;
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 20px;
}
.Header-site .l-inner-site:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}
.Header-site a:hover {
  color: white;
  text-decoration: none;
  border-bottom: 1px;
}
.Header-site .logo {
  float: left;
  width: 63px;
}
@media only screen and (max-width: 960px) {
  .Header-site .logo img {
    width: 40px;
    height: auto;
  }
}
.Header-site nav {
  float: right;
}
.Header-site ul {
  text-align: right;
}
.Header-site ul:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}
.Header-site ul li {
  float: left;
  width: auto;
  margin-right: 30px;
  text-align: center;
}
.Header-site ul li:last-child {
  margin-right: 0;
}
.Header-site ul li a {
  color: white;
  padding: 0 10px 14px;
  display: block;
  position: relative;
}
.Header-site ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #9e0012;
  transition: all .3s ease;
}
.Header-site ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.Header-site .g_nav {
  position: relative;
}
.Header-site .meganavi {
  box-sizing: border-box;
  display: none;
  height: auto;
  color: white;
  background: #393636;
  padding: 27px 20px 20px;
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 10;
}
.Header-site .meganavi:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}
.Header-site .meganavi > li {
  float: left;
  width: auto;
  margin-right: 25px;
}
.Header-site .meganavi > li:first-child {
  margin-right: 10px;
}
.Header-site .meganavi > li:last-child {
  margin-right: 0;
}
.Header-site .meganavi > li a {
  display: inline-block;
  padding: 0 4px 8px;
  font-size: 1.5rem;
  text-align: left;
  position: relative;
}
.Header-site .meganavi > li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #aaa;
  transition: all .3s ease;
}
.Header-site .meganavi > li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.Header-site .ft_nav {
  overflow: hidden;
}
.Header-site .nav_top {
  margin-bottom: 22px;
  width: 330px;
  float: right;
}
.Header-site .nav_top a {
  font-size: 1.8rem;
}
.Header-site .nav_top .english {
  color: #676767;
  font-size: 1.8rem;
}
.Header-site .nav_btm a {
  font-size: 2.0rem;
}

/**********************************************************************
	ft hd アコーディオン
***********************************************************************/
@media only screen and (max-width: 960px) {
  .Nav-main .Nav-main-col:nth-of-type(2n-1) {
    clear: left;
  }

  .site-menu-h {
    text-align: left;
    position: relative;
    padding: 10px 3.33333px;
    border-bottom: solid 2px #9e0012;
  }
  .site-menu-h:after {
    content: "\f067";
    font-family: FontAwesome;
    color: #9e0012;
    font-size: 1.8rem;
    position: absolute;
    right: 5px;
    top: 18px;
  }

  .Nav-main-acc_list {
    position: static;
  }
  .Nav-main-acc_list > li {
    border-bottom: solid 1px #dadbdf;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 4px;
    margin-top: 14px;
  }
}
/**********************************************************************
	ページフッタ - className : Footer-site
***********************************************************************/
.Footer-site {
  color: #333;
}
.Footer-site a {
  color: #333;
}
.Footer-site .m-btn {
  color: white;
  width: 280px;
  height: 56px;
}
.Footer-site .ftbnr_place {
  background: #303030;
}
.Footer-site .ftbnr_box {
  position: relative;
}
.Footer-site .ftbnr_box:hover .ft-img > img {
  transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
}
.Footer-site .ftbnr_h {
  text-align: center;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 318px;
  height: 72px;
  margin-left: -159px;
  margin-top: -36px;
}
.Footer-site .ft-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.Footer-site .ft-img > img {
  height: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  vertical-align: bottom;
}
.Footer-site .ftbnr_link {
  font-size: 3.2rem;
  margin-bottom: 15px;
}
.Footer-site .ftbnr_txt {
  font-size: 1.2rem;
}
.Footer-site .whbox {
  background: white;
  padding: 80px 0;
}
.Footer-site .ft_top_info {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.Footer-site .ftlogo {
  float: left;
  width: 330px;
  margin-top: 22px;
}
.Footer-site .contact_box {
  float: right;
  width: auto;
}
.Footer-site .phone {
  margin-bottom: 22px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 3px;
  padding-left: 4px;
}
.Footer-site .footer-site-colum_box {
  overflow: hidden;
}
.Footer-site .footer-site-colum {
  float: left;
  width: auto;
  margin-right: 6%;
}
.Footer-site .footer-site-colum:last-child {
  margin-right: 0;
}
.Footer-site .ft-img > img {
  width: 100%;
  height: auto;
}
.Footer-site .footer-site-menu-list {
  font-size: 1.5rem;
  margin-bottom: 2px;
}
.Footer-site .footer-site-menu-list > a:hover {
  color: #9e0012;
}
.Footer-site .site-menu-h {
  font-size: 2.5rem;
  margin-bottom: 20px;
  cursor: default;
}
.Footer-site .site-menu-h a:hover {
  color: #9e0012;
}
.Footer-site .site-menu-h:after {
  top: 12px;
}
.Footer-site .site-menu-list {
  font-size: 1.5rem;
  margin-bottom: 2px;
}
.Footer-site .site-menu-list a:hover {
  color: #9e0012;
}
.Footer-site .hidden-no_important {
  display: block;
}
.Footer-site .adress-area {
  background: #222;
  padding: 15px 0;
}
.Footer-site .adress-area .copyright {
  color: #797979;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 1165px) and (min-width: 961px) {
  .Footer-site .ftbnr_link {
    font-size: 2.5rem;
  }
  .Footer-site .footer-site-colum {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 960px) {
  .Footer-site .ft_top_info {
    overflow: visible;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .Footer-site .ftlogo {
    float: none;
    margin: 0 auto 24px;
    width: 280px;
  }
  .Footer-site .ftlogo img {
    width: 280px;
    height: auto;
  }
  .Footer-site .contact_box {
    float: none;
    width: auto;
    text-align: center;
  }
  .Footer-site .phone {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }
  .Footer-site .phone a {
    display: inline-block;
    font-size: 3.5rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding-left: 4px;
  }
  .Footer-site .footer-site-colum {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .Footer-site .hidden-no_important {
    display: none;
  }
  .Footer-site .whbox {
    padding: 40px 20px;
  }
  .Footer-site .site-menu-h {
    margin-bottom: 5px;
    font-size: 2.0rem;
  }
  .Footer-site .site-menu-h_field {
    letter-spacing: -0.8px;
  }
  .Footer-site .site-menu-list {
    font-size: 1.4rem;
  }
  .Footer-site .footer-site-colum-last {
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 20px;
  }
  .Footer-site .footer-site-colum-last ul > li {
    margin-bottom: 4px;
    padding-bottom: 4px;
  }
  .Footer-site .adress-area {
    padding: 10px 0;
  }
  .Footer-site .adress-area .copyright {
    color: #797979;
    font-size: 1.0rem;
  }
}

/**********************************************************************
	ページトップ - className : Pagetop
***********************************************************************/
.Pagetop {
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 80px;
  height: 80px;
}
.Pagetop.fixed {
  position: absolute;
  top: -40px;
}

/* c-header-spnav
--------------------------- */
.c-header-spnav-trigger {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
}

.c-header-spnav-trigger > span,
.c-header-spnav-trigger > span:before,
.c-header-spnav-trigger > span:after {
  text-indent: -9999px;
  display: block;
  width: 50%;
  height: 3px;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 25%;
}

.c-header-spnav {
  width: 0;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
}

.c-header-spnav-trigger > span:before,
.c-header-spnav-trigger > span:after {
  content: "";
  width: 100%;
  left: 0;
  margin-top: 9px;
  -webkit-transition: margin .3s .2s, width .3s, -webkit-transform .3s;
  transition: margin .3s .2s, width .3s, -webkit-transform .3s;
  transition: margin .3s .2s, width .3s, transform .3s;
  transition: margin .3s .2s, width .3s, transform .3s, -webkit-transform .3s;
}

.c-header-spnav-trigger > span:after {
  margin-top: -12px;
}

.close-header-spnav-trigger {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  cursor: pointer;
  background: white;
}
.close-header-spnav-trigger span.close-trigger {
  text-indent: -9999px;
  display: block;
  width: 50%;
  height: 3px;
  border-radius: 5px;
  background-color: #9e0012;
  position: absolute;
  top: 50%;
  left: 25%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-header-spnav-trigger span.close-trigger:before {
  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #9e0012;
  position: absolute;
  top: 0;
  left: 0;
}

#content01 {
  margin: 0 20px;
}
#content01 .sp_nav_menu {
  padding-top: 70px;
}
#content01 li {
  border-bottom: 1px solid #393636;
}
#content01 li:last-child {
  border-bottom: none;
}
#content01 .menu_under a {
  font-size: 1.7rem;
  color: white;
}
#content01 a {
  font-size: 1.8rem;
  padding: 18px 0;
}
#content01 .site-menu-h {
  font-size: 1.7rem;
  padding: 18px 3.33333px;
}
#content01 .site-menu-h_field-h {
  letter-spacing: 0.5px;
}
#content01 .site-menu-list a {
  color: white;
  font-size: 1.4rem;
  padding: 8px 0;
}
#content01 .english {
  color: #676767;
  font-size: 1.8rem;
  margin-top: 18px;
  display: block;
}

/*# sourceMappingURL=common.css.map */
