@charset "UTF-8";
/******* setting.scss *******/
/******* mixin.scss *******/
@import url("https://fonts.googleapis.com/css?family=Didact+Gothic");
header nav ul li a, footer .footCont ul li a, footer .footCopy, main .secCont h1 span {
  font-family: 'Didact Gothic', sans-serif; }

/******* reset.scss *******/
html {
  font-size: 62.5%; }

html,
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 0;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  -webkit-text-size-adjust: 100%; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textarea, p, blockquote, table, th, td, address, textarea, input {
  font-weight: 400;
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 150%;
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

caption, th {
  text-align: left; }

td, th {
  vertical-align: top; }

fieldset, img, abbr {
  border: none; }

li {
  list-style-type: none; }

strong {
  font-weight: bold; }

a {
  color: #000;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

img {
  vertical-align: bottom; }

.wrapper {
  margin: 0 auto;
  text-align: left;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1380px) {
    .wrapper:before {
      left: auto; } }

br.sp {
  display: none; }

img.sp {
  display: none; }

/******header******/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: #2B190D 3px solid; }
  header .headCont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
    position: relative;
    transition: all 0.6s; }
  header .headLogo a {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 60px;
    width: 261px;
    background-image: url(../img/common/logo.png);
    transition: opacity 0.6s;
    text-decoration: none; }
    header .headLogo a:hover {
      opacity: 0.7; }
  header .spMenu {
    display: none; }
  header .headNav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: top 0.6s; }
  header nav ul {
    display: flex; }
    header nav ul li {
      letter-spacing: 0.1em;
      border-left: 1px dotted #333;
      padding: 0 30px; }
      header nav ul li.tel {
        font-size: 140%; }
      header nav ul li:last-child {
        background: url("../img/common/mailIcon.png") right 14px top 50% no-repeat;
        text-indent: -9999px;
        padding-right: 0; }
        header nav ul li:last-child a {
          width: 50px; }
      header nav ul li a {
        display: inline-block;
        padding-bottom: 4px;
        text-decoration: none;
        position: relative;
        transition: .3s;
        display: table-cell;
        vertical-align: middle;
        height: 30px; }
        header nav ul li a:after {
          content: "";
          height: 5px;
          background: #2B190D;
          position: absolute;
          bottom: 0;
          top: 59px;
          left: 50%;
          transition: .3s;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 0; }
        header nav ul li a.c:after, header nav ul li a:hover:after {
          width: 100%; }
  @media screen and (max-width: 1080px) {
    header nav ul li {
      margin-right: 20px; }
    header .headSns li {
      margin-left: 15px; }
      header .headSns li:first-child {
        margin-left: 20px; } }

/******footer******/
.contactArea {
  background: url("../img/common/footContactAreaBg.jpg") 50% 50% no-repeat;
  padding: 80px 0; }
  .contactArea h2 {
    color: #fff;
    margin: 0 auto 20px;
    font-size: 425%;
    text-align: center; }
  .contactArea .secCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto; }
    .contactArea .secCont .btn {
      width: 580px;
      margin: 0; }
      .contactArea .secCont .btn a {
        max-width: 580px;
        border: 1px solid #fff;
        background: none;
        transition: 0.3s; }
        .contactArea .secCont .btn a:hover {
          border: 1px solid #2B190D;
          background-color: #2B190D;
          opacity: 1; }

.mapArea {
  width: 100%;
  height: 330px; }

footer {
  background-color: #fff;
  position: relative;
  background-color: #333; }
  footer .footCont {
    margin: 0 auto;
    padding: 80px 0;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer .footCont h2 {
      display: block;
      width: 311px;
      height: 66px;
      text-indent: -9999px;
      background: url("../img/common/footLogo.png") 50% 50% no-repeat; }
    footer .footCont .footLeft {
      text-align: right; }
    footer .footCont ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      max-width: 1200px;
      margin: 0 auto; }
      footer .footCont ul li {
        margin-left: 45px;
        margin-bottom: 15px;
        padding-left: 35px;
        position: relative;
        color: #fff; }
        footer .footCont ul li:before {
          background-color: #fff;
          content: "";
          height: 15px;
          display: block;
          transform: rotate(25deg);
          width: 1px;
          position: absolute;
          top: 3px;
          left: 0px; }
        footer .footCont ul li:first-child {
          margin-left: 0;
          padding-left: 0; }
          footer .footCont ul li:first-child:before {
            display: none; }
        footer .footCont ul li a {
          color: #fff; }
  footer .footCopy {
    text-align: center;
    background-color: #362519;
    color: #fff;
    padding: 10px 0; }

/******main******/
main {
  background: url(../img/common/mainVisual.jpg) no-repeat 50% 0;
  background-size: contain;
  padding-top: 276px;
  position: relative; }
  @media screen and (max-width: 1920px) {
    main {
      background-size: 1920px; } }
  main h1 {
    font-size: 161%;
    color: #fff;
    text-align: center;
    margin-bottom: 140px; }
    main h1 strong {
      font-size: 261%;
      font-weight: normal; }
  main .topics {
    padding: 10px 0; }
    main .topics ul {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap; }
      main .topics ul li {
        padding: 0 27px 0 0;
        background: url("../img/common/topicsIcon.jpg") right 50% no-repeat;
        margin-right: 20px; }
        main .topics ul li:last-child {
          padding: 0;
          margin: 0;
          background: none; }
  main .grayBg {
    background-color: rgba(238, 238, 238, 0.9); }
  main .secCont {
    max-width: 1200px;
    margin: 80px auto; }
    main .secCont.wAll {
      max-width: 100%;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0; }
      main .secCont.wAll .secCont {
        padding-bottom: 80px;
        padding-top: 80px; }
      main .secCont.wAll section:last-of-type .secCont {
        padding-bottom: 155px; }
    main .secCont h1 {
      margin: 0 auto 60px;
      text-align: center; }
      main .secCont h1 span {
        color: #362519;
        font-size: 425%;
        line-height: 130%;
        margin-bottom: 20px;
        letter-spacing: 0.1em;
        display: block; }
  main p {
    margin-bottom: 60px; }

.btn {
  margin: 0 auto;
  width: 400px; }
  .btn a {
    background-color: #2B190D;
    color: #fff;
    font-size: 125%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    position: relative;
    transition: opacity 0.6s;
    text-decoration: none; }
    .btn a:hover {
      opacity: 0.7; }
    .btn a:after {
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
      content: "";
      height: 10px;
      transform: rotate(-45deg);
      margin-top: -5px;
      position: absolute;
      top: 50%;
      right: 20px;
      width: 10px; }

span.small {
  font-size: 85%; }
span.keyColor01 {
  color: #362519; }

.alCenter {
  text-align: center; }

.alRight {
  text-align: right; }

.pt0 {
  padding-top: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb80 {
  margin-bottom: 75px !important; }
