@charset "UTF-8";
/*  全体　基本設定
---------------------------------------------*/
html, body {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.0em;
  letter-spacing: 0;
  text-align: center;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  color: #222;
}

a {
  display: inline-block;
  color: #241d19;
  text-decoration: none;
}

.font-en {
  font-family: 'Tangerine', cursive;
  font-weight: 700;
}


/* 　ローディング設定
---------------------------------------------*/
.spinner {
  width: 200px;
  height: 200px;
  margin: 100px auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
/*  Loading
---------------------------------------------*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #f38300;
  z-index: 99998;
}
#loader {
  display: none;
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999;
}



/* 　コンテナー　設定
---------------------------------------------*/
#container {
  position: relative;
  background: #f38300;
}


.inner {
  width: 1000px;
  min-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  text-align: left;
}

.section-a {
  background: #fff5e7;
}

.section-b {
  background: #fff;
}

.section-a, .section-b {
  padding:180px 0;
}

@media screen and (max-width: 800px) {
  #container {
    padding-top: 70px;
  }

  .inner {
    width: auto;
    min-width: auto;
    margin-left: 2%;
    margin-right: 2%;
    line-height: 1.5;
    text-align: left;
  }

  .section-a, .section-b {
    padding:80px 0;
  }
}
/* 　タイトル　設定
---------------------------------------------*/
.title-content {
  padding: 0 0 60px;
}
.title-content h1 {
  width: 1000px;
  margin: 0 auto;
  color: #241d19;
  font-size: 80px;
  font-size: 8.0rem;
  text-align: center;
  line-height: 1.2;
}

.title-content h1 span {
  display: block;
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-size: 2.0rem;
}


@media screen and (max-width: 800px) {
  .title-content {
  }
  .title-content h1 {
    width: auto;
    margin: 0 auto;
    font-size: 60px;
    font-size: 6.0rem;
    text-align: center;
  }

  .title-content h1 span {
    display: block;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* 　ヘッダー　設定
---------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  height: 70px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}

#header.active {
  background-color: rgba(255,255,255,0.7);
}

#header .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .site-logo {
  width: 390px;
  line-height: 70px;
}

#header h1 {
  font-size: 20px;
  font-size: 2.0rem;
}
#header .site-nav {
  width: 500px;
}
#header .nav-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  font-size: 28px;
  font-size: 2.8rem;
}

#header .nav-menu li {
  padding: 0 20px;
}

#header .site-nav .btn-open {
  display: none;
}



@media screen and (max-width: 800px) {
  #header {
    position: fixed;
    width: 100%;
    height: 70px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 0;
    background: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
  }

  #header .inner {
    display: block;
  }
  #header .site-logo {
    width: 100%;
    text-align: center;
  }
  #header h1 {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
  #header .site-nav {
   display: none;
  }

}
/* 　フッター　設定
---------------------------------------------*/
#footer {
  padding: 120px 0;
  background: #f38300;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

/*  メインビジュアル
---------------------------------------------*/
.section-main .inner {
  position: relative;
  min-height: 900px;
}
.section-main .site-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 90px;
  font-size: 9.0rem;
  color: #ffecd3;
  text-align: center;
}

.section-main .site-title p {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 40px;
  font-size: 4.0rem;
}


@media screen and (max-width: 800px) {
  .section-main {

  }
  .section-main .inner {
    position: relative;
    min-height: 600px;
  }
  .section-main .site-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 60px;
    font-size: 6.0rem;
    text-align: center;
  }


  .section-main .site-title p {
    font-size: 20px;
    font-size: 2.0rem;
  }
}
/* 　about
---------------------------------------------*/
.section01 {
}
.section01 .inner {
  text-align: center;
}
.section01 p {
  margin-top: 20px;
  line-height: 3;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 800px) {
  .section01 p {
    margin-top: 20px;
    padding: 0 10%;
    line-height: 3;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
}


/* 　Company
---------------------------------------------*/
.section02 {
}
.section02 .inner {
  text-align: center;
}

.section02 table {
  width: 800px;
  margin: 60px auto 0;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
}

.section02 th {
  width: 200px;
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #dadada;
}

.section02 td {
  padding: 20px 0 20px 20px;
  width: 600px;
  border-bottom: 1px solid #dadada;
}

@media screen and (max-width: 800px) {
  .section02 table {
    width: 90%;
    margin: 30px auto 0;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }

  .section02 th {
    display: block;
    width: 100%;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #dadada;
  }

  .section02 td {
    display: block;
    padding: 10px 0 10px 10px;
    width: 100%;
    border-bottom: 1px solid #dadada;
  }
}

/* 　Contact
---------------------------------------------*/
.section03 p {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 3;
}

.section03 .headline {
  margin: 40px 0 0;
}


.section03 .mail img {
  display: block;
  margin: 0 auto;
  width: 293px;
  -webkit-backface-visibility: hidden;
}

.section03 .disnon-pc {
  display: none;
}

@media screen and (max-width: 800px) {
  .section03 p {
    padding: 0 10%;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 3;
  }

  .section03 .headline {
    margin: 20px 0 0;
  }

  .section03 .disnon-pc {
    display: block;
  }
}
