@charset "UTF-8";
/*
Theme Name: jfeelshort
Author: jfeel
*/
/*リセット*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  font-family: 'Noto Sans JP', sans-serif,"游ゴシック",YuGothic,Helvetica,Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Roboto,"Droid Sans",Meiryo, "メイリオ",Verdana, "ＭＳ Ｐゴシック";
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  color: #252525;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: #252525;
  text-decoration: none;
}

img {
  display: block;
}

p {
  line-height: 1.5em;
}

table {
  border-collapse: collapse;
}

@media (max-width: 768px) {
  table table {
    width: 100%;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

header {
  min-width: 1200px;
  position: relative;
  background-color: #e3e3e3;
  display: flex;
  border-top: 1px solid #c7161e;
}

@media (max-width: 768px) {
  header {
    min-width: auto;
  }
}

header .logo {
  margin-left: 50px;
  padding: 10px 0;
}

@media (max-width: 768px) {
  header .logo {
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  header .logo img {
    width: 50%;
  }
}

header .nav {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  header .nav {
    top: 0;
    transform: translateY(0);
    position: fixed;
    right: -300px;
  }
}

header .main_tx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header .main_tx img {
  width: 100%;
}

header .main_vi img {
  width: 100%;
}

.open {
  overflow: hidden;
}

.open #nav_toggle {
  z-index: 400;
}

.open #nav_toggle span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}

.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav_toggle span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
}

.open #overlay {
  display: block;
  z-index: 200;
}

.open nav {
  z-index: 300;
  transform: translate3d(-300px, 0, 0);
}

#nav_toggle {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  height: 32px;
}

@media (max-width: 768px) {
  #nav_toggle {
    display: block;
    z-index: 10;
  }
}

#nav_toggle div {
  position: relative;
  width: 32px;
}

#nav_toggle div span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #000000;
  position: absolute;
  transition: .35s ease-in-out;
}

#nav_toggle div span:nth-child(1) {
  top: 0;
}

#nav_toggle div span:nth-child(2) {
  top: 11px;
}

#nav_toggle div span:nth-child(3) {
  top: 22px;
}

#overlay {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

nav {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (max-width: 768px) {
  nav {
    min-width: auto;
    margin: 0;
    padding: 120px 0 0;
    top: 0;
    height: 100%;
    width: 180px;
    color: #333333;
    background: #ffffff;
    transition: .35s ease-in-out;
    z-index: 400;
  }
}

nav ul {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  nav ul {
    display: block;
  }
}

nav ul li {
  padding: 16px 0;
  margin-right: 30px;
}

@media (max-width: 768px) {
  nav ul li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: none;
    text-align: center;
    margin-right: 0;
  }
}

nav ul li a {
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s;
}

nav ul li a:hover {
  color: #c7161e;
}

@media (max-width: 768px) {
  nav ul li a {
    color: #252525;
    font-size: 4vw;
  }
}

nav ul .contactlink:hover {
  color: #252525;
}

nav ul .sp_m {
  display: none;
}

@media (max-width: 768px) {
  nav ul .sp_m {
    display: block;
  }
}

footer {
  margin-top: 200px;
  padding: 60px 0;
  background-color: #f5f5f5;
}

@media (max-width: 768px) {
  footer {
    padding: 60px 10px 20px;
    margin-top: 100px;
  }
}

footer ul {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  footer ul {
    display: block;
    text-align: center;
  }
}

footer ul li {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  color: #4f4f4f;
  margin-right: 30px;
}

footer ul li:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  footer ul li {
    margin-right: 0;
    line-height: 3em;
    font-size: 3vw;
  }
}

footer ul li a {
  font-weight: bold;
  transition: 0.6s;
}

footer ul li a:hover {
  color: #c7161e;
}

footer .companyinfo {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin-top: 50px;
}

footer .companyinfo .companyname {
  font-size: 18px;
  color: #4f4f4f;
}

@media (max-width: 768px) {
  footer .companyinfo .companyname {
    font-size: 4vw;
  }
}

footer .companyinfo address {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #4f4f4f;
  font-style: normal;
}

@media (max-width: 768px) {
  footer .companyinfo address {
    font-size: 3vw;
  }
}

footer .companyinfo a {
  font-size: 15px;
  border-bottom: 1px solid #636363;
}

@media (max-width: 768px) {
  footer .companyinfo a {
    font-size: 3vw;
    line-height: 1.5em;
  }
}

footer .copyright {
  margin-top: 50px;
  text-align: center;
  font-size: 11px;
  color: #4f4f4f;
}

.header_change {
  width: 100%;
  display: flex;
  border-top: 1px solid #c7161e;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  transition: 0.5s;
  z-index: 1000;
  top: -111px;
}

@media (max-width: 768px) {
  .header_change {
    display: none;
  }
}

.header_change img {
  margin-left: 60px;
  padding: 10px 0;
}

.header_change ul {
  position: absolute;
  display: flex;
  right: 60px;
  top: 42%;
  transform: rotateY(-42%);
}

.header_change ul li {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  margin-right: 30px;
}

.header_change ul li a {
  font-weight: bold;
  transition: 0.6s;
}

.header_change ul li a:hover {
  color: #c7161e;
}

.n_show {
  top: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .n_show {
    display: none;
  }
}

.titlearea {
  min-width: 1200px;
}

@media (max-width: 768px) {
  .titlearea {
    min-width: 100%;
  }
}

.titlearea .title {
  padding: 85px 0;
  margin: 70px 0 0 auto;
  width: 96%;
  text-align: center;
  background-color: #c79fa1;
}

@media (max-width: 768px) {
  .titlearea .title {
    width: 100%;
    margin: 0;
    padding: 30px 0;
  }
}

.titlearea .title h1 img {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .titlearea .title h1 img {
    width: 60%;
  }
}

.titlearea .title p {
  margin-top: 18px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .titlearea .title p {
    font-size: 4vw;
    margin-top: 8px;
  }
}

.titlearea .breadcrumb {
  font-family: 'Noto Sans JP', sans-serif,"游ゴシック",YuGothic;
  margin-top: 10px;
  margin-left: 4%;
}

.titlearea .breadcrumb ol {
  display: flex;
}

.titlearea .breadcrumb ol li {
  font-size: 12px;
}

@media (max-width: 768px) {
  .titlearea .breadcrumb ol li {
    font-size: 10px;
  }
}

.titlearea .breadcrumb ol li:after {
  content: ">";
  margin: 0 8px;
}

.titlearea .breadcrumb ol li:last-child:after {
  content: "";
  margin: 0;
}

.contact_step {
  margin: 80px auto 0;
  width: 920px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .contact_step {
    width: auto;
    padding: 0 10px;
    margin: 10px auto 0;
  }
}

.contact_step .step1 {
  width: 280px;
  border-top: 10px solid #d6d6d6;
}

@media (max-width: 768px) {
  .contact_step .step1 {
    width: 30%;
  }
}

.contact_step .step1 p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .contact_step .step1 p {
    font-size: 2vw;
  }
}

.contact_step .step2 {
  width: 280px;
  border-top: 10px solid #d6d6d6;
}

@media (max-width: 768px) {
  .contact_step .step2 {
    width: 30%;
  }
}

.contact_step .step2 p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .contact_step .step2 p {
    font-size: 2vw;
  }
}

.contact_step .step3 {
  width: 280px;
  border-top: 10px solid #c7161e;
}

@media (max-width: 768px) {
  .contact_step .step3 {
    width: 30%;
  }
}

.contact_step .step3 p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .contact_step .step3 p {
    font-size: 2vw;
  }
}

.btn {
  margin-top: 100px;
  text-align: center;
}

@media (max-width: 768px) {
  .btn {
    margin-top: 50px;
    padding: 0 10px;
  }
}

.btn a {
  display: inline-block;
  color: #c7161e;
  padding: 20px 90px;
  border: 1px solid #c7161e;
  transition: 0.6s;
}

.btn a:hover {
  background-color: #c7161e;
  color: #ffffff;
}

@media (max-width: 768px) {
  .btn a {
    width: 100%;
    font-size: 4vw;
  }
}

.send_message {
  width: 1000px;
  margin: 60px auto 0;
}

@media (max-width: 768px) {
  .send_message {
    width: auto;
    padding: 0 10px;
    margin: 30px auto 0;
  }
}

.send_message h2 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .send_message h2 {
    font-size: 6vw;
    padding-bottom: 10px;
  }
}

.send_message p {
  text-align: center;
  margin-top: 50px;
  line-height: 2em;
  font-size: 18px;
}

@media (max-width: 768px) {
  .send_message p {
    font-size: 4vw;
    margin-top: 20px;
  }
}

.send_message p span {
  font-weight: bold;
  font-size: 24px;
  margin-top: 30px;
  display: inline-block;
}

@media (max-width: 768px) {
  .send_message p span {
    margin-top: 20px;
    font-size: 5vw;
  }
}
/*# sourceMappingURL=style_end.css.map */