@charset "UTF-8";
/*----------------全ページ共通*/
body {
  overflow-x: scroll;
  min-width: 1200px;
  color: #040000;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.center {
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}

.w1560 {
  max-width: 1560px;
}

@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .w1200 {
    width: auto;
    padding: 0 3vw;
  }
  .w1560 {
    width: auto;
  }
}

/*-----------------font関連*/
@font-face {
  font-family: 'satsuki';
  src: url("../font/SatsukiGendaiMincho-M.ttf") format("truetype");
}

@font-face {
  font-family: 'myfont';
  src: url("../font/Candara.ttf") format("truetype");
}

.satsuki {
  font-family: 'satsuki';
}

.myfont {
  font-family: 'myfont';
}

.m-text {
  font-size: 26px;
}

.s-text {
  font-size: 22px;
  line-height: 2.09091;
}

.text {
  font-size: 16px;
  line-height: 1.5;
}

.orange {
  color: #d34e15;
}

.title {
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 0;
}

.line-ttl {
  padding-left: 36px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}

.line-ttl:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 1px;
  background-color: #c74d1b;
  content: "";
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 40px;
  }
  .text {
    font-size: 14px;
  }
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .line-ttl {
    padding-left: 47px;
    font-size: 18px;
  }
  .line-ttl:before {
    width: 16px;
    height: 1px;
    left: 5.2vw;
  }
  .m-text {
    font-size: 18px;
  }
  .s-text {
    font-size: 15px;
    line-height: 1.33333;
  }
}

/*---------------------header配置*/
.header {
  width: 100%;
  position: relative;
  background-color: #fff;
  height: 68px;
}

.header .navi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header .logo a {
  padding: 6px 0 6px 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14.79167%;
  z-index: 10;
}

.header .g-navi {
  width: 960px;
  margin: 0px 0 0px auto;
  padding: 16px 36px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .g-navi > li {
  width: 16%;
  text-align: center;
}

.header .label > a {
  padding: 26px 0;
  pointer-events: none;
}

.header .single > a {
  pointer-events: all;
}

/*---------------------g-navi*/
.header .label > a {
  padding: 8px 0;
}

.header .label {
  cursor: pointer;
}

.header .label:hover > a {
  border-bottom: 3px solid #d34e15;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header {
  z-index: 20;
}

.header .label {
  position: relative;
}

.header .child {
  background-color: #fff;
}

.header .child a {
  padding: 10px 0;
}

.header .child a:hover {
  background-color: #d34e15;
  color: white;
}

/*---------------------.pc-fixed*/
.pc-fixed {
  display: none;
}

.pc-fixed.pc.fixed {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 54px;
  z-index: 20;
}

.pc-fixed.pc.fixed .logo a {
  width: 210px;
  height: auto;
  padding: 8px 0 4px 12px;
}

.pc-fixed.pc.fixed .flex {
  width: 732px;
  margin: 0 0 0 auto;
  padding-right: 22px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
}

.pc-fixed.pc.fixed .flex > li {
  width: 16.5%;
  text-align: center;
}

.pc-fixed.pc.fixed .flex > li > a {
  padding: 16px 0;
  font-size: 14px;
}

.pc-fixed.pc.fixed .flex .child {
  margin-top: -4px;
}

.pc-fixed.pc.fixed .flex .child a {
  padding: 8px 0;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .header .g-navi {
    width: auto;
  }
  .pc-fixed.fixed {
    display: none;
  }
}

/*---------------------header sp*/
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    height: 56px;
  }
  .header .logo a {
    width: auto;
    max-width: 398px;
    height: auto;
  }
  .header .logo img {
    width: 200px;
  }
  .hamburger-btn {
    margin: 17px 14px 14px auto;
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
    z-index: 40;
  }
  .hamburger-btn span {
    width: 100%;
    height: 2px;
    display: inline-block;
    background-color: #4c4c4c;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    right: 0;
  }
  .hamburger-btn span:nth-of-type(1) {
    top: 0;
  }
  .hamburger-btn span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .hamburger-btn span:nth-of-type(3) {
    bottom: 0;
  }
  .hamburger-btn.sp.open span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 10px;
  }
  .hamburger-btn.sp.open span:nth-of-type(2) {
    background-color: transparent;
  }
  .hamburger-btn.sp.open span:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 10px;
  }
}

.navi.open {
  -webkit-transform: translate(0);
          transform: translate(0);
  z-index: 30;
  background-color: #f6f6f6;
}

.navi.open .sp-navi {
  padding: 65px 2vw 35px;
}

.navi.open .sp-navi .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navi.open .sp-navi li {
  width: 49.5%;
  background-color: #fff;
  margin-bottom: 3px;
}

.navi.open .sp-navi li a {
  padding: 25px 0;
  text-align: center;
}

.navi.open .hamburger_tel {
  margin-top: 30px;
  margin-bottom: 25px;
  text-align: center;
}

.navi.open .hamburger_tel a {
  padding: 10px 0;
  font-size: 30px;
}

.navi.open .hamburger_tel span {
  font-weight: bold;
  line-height: 1;
}

.navi.open .hamburger_tel img {
  vertical-align: text-top;
  padding-right: 8px;
}

.navi.open .cite {
  display: block;
  font-size: 14px;
}

/*---------------------header navi*/
@media screen and (max-width: 768px) {
  .navi {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}

/*---------------------.footer*/
.footer {
  margin-top: 150px;
}

.footer ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer li {
  width: 396px;
  height: 396px;
  text-align: center;
  background-color: #fff;
  padding-top: 84px;
  padding-bottom: 72px;
}

.footer li > img {
  margin-bottom: 64px;
}

.footer li:nth-of-type(2) a {
  margin-top: 12px;
}

.footer li:nth-of-type(2) > img {
  padding-top: 0;
}

.footer a {
  color: #d34e15;
}

.footer a span {
  display: inline-block;
  font-weight: bold;
  padding: 10px 48px 10px 38px;
  border-bottom: 2px solid #c74d1b;
  position: relative;
}

.footer a span:after {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/top/pc-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
}

.footer .contact-form1, .footer .contact-form2 {
  position: relative;
  padding: 10px 28px 10px 10px;
  font-weight: bold;
  border-bottom: 2px solid #c74d1b;
  width: auto;
}

.footer .contact-form1:after, .footer .contact-form2:after {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/top/pc-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
}

.footer .tel {
  color: #d34e15;
  font-size: 34px;
  font-weight: bold;
}

.footer .tel img {
  vertical-align: middle;
}

.footer .day {
  font-size: 16px;
  margin-bottom: 70px;
  display: block;
}

.small {
  text-align: center;
  margin-top: 150px;
}

.small small {
  font-size: 16px;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .footer {
    margin-top: 50px;
  }
  .footer li {
    width: auto;
    padding: 40px 3vw 20px;
    height: auto;
    margin-bottom: 15px;
  }
  .footer li > img, .footer .day {
    margin-bottom: 20px;
  }
  .small {
    margin-top: 20px;
  }
  .small small {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer li > img {
    width: 60px;
    height: auto;
  }
}

@media screen and (max-width: 374px) {
  .footer .tel {
    font-size: 28px;
  }
  .footer li > img {
    width: 60px;
    height: auto;
  }
}
/*# sourceMappingURL=common.css.map */