@charset "utf-8";

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,700,900&display=swap&subset=japanese');

html {
  height: 100% ;
  font-size: 62.5%;
}

body {
  height: 100%;
  font-size: 1.4rem;
  color: #4d4d4d;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "游ゴシック体", "YuGothic", "YuGothic M", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic" , sans-serif;
  font-weight: 300;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fl_left {
  float: left !important;
}

.fl_right {
  float: right !important;
}

.ta_center {
  text-align: center !important;
}

.ta_left {
  text-align: left !important;
}

.ta_right {
  text-align: right !important;
}

.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

.hidden {
  display: none !important;
}

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }

.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt90 { margin-top: 90px !important; }
.mt100 { margin-top: 100px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb100 { padding-bottom: 100px !important; }

.pt0 { padding-top: 0 !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt70 { padding-top: 70px !important; }
.pt80 { padding-top: 80px !important; }
.pt90 { padding-top: 90px !important; }
.pt100 { padding-top: 100px !important; }


/* ヘッダー, フッター */
.h-logo, .f-logo {
    margin-top: 15px;
    font-family: "ヒラギノ角ゴ Pro W8";
    font-weight: 900;
}

.h-logo a, .f-logo {
    width: 300px;
    display: flex;
    align-items: center;
}

.h-logo .logo, .f-logo .logo {
    padding-top: 5px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 20pt;
    line-height: 1em;
    letter-spacing: 0.5em;
    margin-left: 20px;
}

.f-logo .logo {
    color: #666;
}

.h-logo .logo span, .f-logo .logo span {
    font-family: "ヒラギノ角ゴ Pro W3";
    letter-spacing: 1.5em;
    font-size: 10pt;
    font-weight: 300;
}

/* ↓共通部分記述エリア↓ */

.main-visual {
  position: relative;
}

.main-visual .title {
  width: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
}

.c-contact-area {
  background: #1a9fc8;
}

.c-contact-area .tel-num:before {
  content: "";
  margin-right: 5px;
  background: url("../images/common/tel-icon.svg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
}

.c-contact-area .link {
  font-size: inherit;
  color: inherit;
}

.c-contact-area .link2 {
  text-align: center;
  color: #1a9fc8;
  font-weight: bold;
  display: block;
  background: #cce3ea;
}

.copy small {
  font-size: 1rem;
}

@media (max-width: 600px) {

  body.open {
    overflow-y: hidden;
  }

  #menu-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 50;
  }

  .main-visual {
    position: relative;
  }

  .header {
    padding: 10px;
  }

  .h-description {
    display: none;
  }

  .main-visual .title {
    font-size: 1.8rem;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
  }

  .menu-trigger {
    width: 30px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 100;
    overflow: hidden;
  }

  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger.active span {
    background: #4d4d4d;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(250%) rotate(-45deg);
    transform: translateY(250%) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
  }

  @-webkit-keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }

  @keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-250%) rotate(45deg);
    transform: translateY(-250%) rotate(45deg);
  }

  .h-logo, .f-logo {
    font-family: "ヒラギノ角ゴ Pro W8";
    font-weight: 900;
    margin: 0;
  }

  .h-logo img, .f-logo img {
      height: 40px;
  }

  .h-logo a, .f-logo a {
      width: 200px;
      display: flex;
      align-items: center;
  }

  .h-logo .logo, .f-logo .logo {
      padding-top: 5px;
      text-decoration: none;
      text-align: center;
      color: #fff;
      font-size: 14pt;
      line-height: 1em;
      letter-spacing: 0.25em;
      margin-left: 5px;
  }

  .f-logo .logo {
      color: #666;
  }

  .h-logo .logo span, .f-logo .logo span {
      font-family: "ヒラギノ角ゴ Pro W3";
      letter-spacing: 1em;
      font-size: 7pt;
      font-weight: 300;
  }


  .h-nav {
    width: 130px;
    padding-top: 40px;
    transition: all 0.2s ease 0s;
    position: fixed;
    top: 0;
    right: -140px;
    bottom: 0;
    background: #fff;
    z-index: 70;
  }

  .open .h-nav {
    right: 0;
  }

  .h-nav li {
    margin-bottom: 5px;
    font-family: "ヒラギノ角ゴ Pro W5";
    font-weight: 700;
  }

  .h-nav li a {
    padding: 3px 8px;
    font-size: 1.2rem;
    color: #4d4d4d;
    display: block;
  }

  .c-banner-area {
    width: calc(100% - 30px);
    margin: 0 auto 80px;
  }

  .c-banner-area .banner {
    margin-bottom: 15px;
  }

  .c-banner-area img {
    max-width: 100%;
  }

  .c-banner-area .banner02 a:nth-child(1) {
    margin-bottom: 20px;
  }

  .c-contact-area {
    padding: 30px 15px;
  }

  .c-contact-area .tel {
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
  }

  .c-contact-area .title {
    font-size: 1.6rem;
  }

  .c-contact-area .hour {
    font-size: 1.2rem;
  }

  .c-contact-area .tel-num {
    font-size: 2.2rem;
  }

  .c-contact-area .tel-num:before {
    width: 21px;
    height: 17.5px;
  }

  .mailform a {
    height: 40px;
    font-size: 1.4rem;
    line-height: 40px;
  }

  .footer {
    padding: 20px 15px;
    text-align: center;
  }

  .f-info {
    margin-bottom: 15px;
  }

  .f-logo {
    width: 170px;
    margin: 0 auto 10px;
  }

  .f-logo img {
    max-width: 100%;
  }

  .f-address {
    font-size: 1.4rem;
  }

  .f-tel {
    font-size: 2rem;
  }

  .f-tel .link {
    font-size: inherit;
    color: inherit;
  }

  .f-nav {
    margin-bottom: 15px;
    font-size: 0;
  }

  .f-nav li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }

  .f-nav li:first-child {
    border-top: 1px solid #ccc;
  }

  .f-nav a {
    padding: 5px 8px;
    font-size: 1.4rem;
    color: inherit;
    display: block;
    position: relative;
  }

  .f-nav a:before {
    content: "";
    width: 0;
    height: 0;
    margin-right: 5px;
    display: inline-block;
    border-color: transparent transparent transparent #4d4d4d;
    border-style: solid;
    border-width: 4px 5px;
  }

  .sp-none {
    display: none !important;
  }

}

@media (min-width: 601px) {

  body {
    min-width: 1100px;
  }

  .header {
    max-width: 1100px;
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
  }

  .h-description {
    margin-bottom: 8px;
    font-size: 1.0rem;
    color: #fff;
    font-weight: normal;
  }

  .main-visual .title {
    font-size: 3rem;
  }

  .h-nav {
    position: absolute;
    top: 30px;
    right: 0;
  }

  .h-nav li {
    margin-right: 25px;
    float: left;
  }

  .h-nav li:last-child {
    margin-right: 0;
  }

  .h-nav a {
    font-size: 1.4rem;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W5";
    font-weight: 700;
 }

  .h-nav a:hover {
    text-decoration: underline;
  }

  .c-banner-area {
    width: 1000px;
    margin: 0 auto;
  }

  .c-banner-area a:hover {
    opacity: .7;
  }

  .c-banner-area .banner {
    margin-bottom: 50px;
  }

  .c-banner-area .banner02 {
    width: 1000px;
    height: 393px;
    padding-top: 61px;
    margin-bottom: 80px;
    background: url("../images/common/lease-ban-bg.jpg") no-repeat;
  }

  .c-banner-area .banner02 a {
    margin: 0 auto;
    display: block;
    background: #fff;
  }

  .c-banner-area .banner02 a:nth-child(1) {
    width: 981px;
  }

  .c-banner-area .banner02 a:nth-child(2) {
    width: 400px;
  }

  .c-contact-area {
    padding: 60px calc((100% - 1000px) / 2);
  }

  .c-contact-area .tel {
    width: 350px;
    float: left;
    color: #fff;
    font-weight: bold;
  }

  .c-contact-area .title {
    font-size: 2rem;
  }

  .c-contact-area .hour {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }

  .c-contact-area .tel-num {
    font-size: 3.0rem;
  }

  .c-contact-area .tel-num:before {
    width: 30px;
    height: 25px;
  }

  .mailform {
    width: 480px;
    height: 60px;
    margin-top: 25px;
    float: right;
  }

  .mailform a {
    height: 60px;
    font-size: 1.6rem;
    line-height: 60px;
  }

  .mailform a:hover {
    opacity: .7;
  }

  .footer {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
  }

  .f-info {
    width: 350px;
    float: left;
  }

  .f-logo {
    margin-bottom: 10px;
  }

  .f-address {
    font-size: 1.3rem;
  }

  .f-tel {
    font-size: 2.6rem;
    font-weight: bold;
  }

  .f-nav {
    margin-bottom: 10px;
    padding-top: 80px;
    font-size: 0;
    float: right;
  }

  .f-nav li {
    display: inline-block;
  }

  .f-nav li:not(:last-child):after {
    content: "　｜　";
    display: inline-block;
    font-size: 1.2rem;
  }

  .f-nav a {
    font-size: 1rem;
    color: inherit;
  }

  .f-nav a:hover {
    text-decoration: underline;
  }

  .copy {
    float: right;
  }

  .pc-none {
    display: none !important;
  }

}
