@charset "utf-8";

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

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

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

a {
  color: inherit;
  text-decoration: none;
  transition: .3s;
}

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; }

/*
 * ブレークポイント
 */
 /*スマホとタブレットのみに適用*/
@media (max-width: 979px) {
  .sp-tablet-none {display: none;}
}
/*タブレットとPCのみに適用*/
@media (min-width: 768px) {
  .tablet-pc-none {display: none;}
}
/*スマホのみに適用*/
@media (max-width: 767px) {
  .sp-none {display: none;}
}
/*タブレットのみに適用*/
@media (min-width: 768px) and (max-width: 979px) {
  .tablet-none {display: none;}
}
/*PCのみに適用*/
@media (min-width: 980px) {
  .pc-none {display: none;}
}

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

img {
  max-width: 100%;
}

.eiji {
  font-family: 'Didact Gothic', sans-serif;
}

.header {
  position: relative;
}

.main-img:not(.top) .page-title {
  width: 100%;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.4));
}

.content {
  letter-spacing: 1px;
}

.common-title {
  width: 100%;
  margin-bottom: 25px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
}

.common-title:after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  margin: 0 auto;
  background: #8bccff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.common-title3 {
  margin-bottom: 15px;
  font-size: 2rem;
  border-bottom: 4px solid #fff;
  position: relative;
}

.common-title3.gray {
  border-bottom: 4px solid #e5e5e5;
}

.common-title3:after {
  content: "";
  width: 100px;
  height: 4px;
  background: #3972b7;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.btn-area {
  padding: 40px 15px;
  text-align: center;
}

.btn-area .sns {
  margin-bottom: 20px;
}

.btn-area .sns li {
  width: 20%;
  margin-left: 10px;
  display: inline-block;
}

.btn-area .sns li:first-child {
  margin-left: 0;
}

.btn-area .sns li img {
  -webkit-box-shadow: 3px 3px 1px #8bccff;
  box-shadow: 3px 3px 1px #8bccff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.btn-area .btn {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 50px;
  display: block;
  background: #fff;
  border: 2px solid #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.btn-area .btn {
  margin-bottom: 15px;
}

.btn-area .btn:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 18px;
  margin-right: 10px;
  background: url(../images/common/mail.svg) no-repeat center;
  -webkit-background-size: 25px 18px;
  background-size: 25px 18px;
  vertical-align: middle;
}

.btn-area .tel {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  margin-bottom: 15px;
}

.footer-bottom {
  padding: 40px 20px;
  background: #8bccff;
}

.f-info {
}

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

.footer-bottom .text {
  font-size: 1.1rem;
}

.f-nav ul {
  text-align: center;
}

.f-nav li {
  display: inline-block;
  margin-right: 8px;
}

.f-nav a {
  font-size: 1.2rem;
  color: #333;
}

.copy {
  padding: 15px 0;
  text-align: center;
  line-height: 1.2;
}

.copy small {
  font-size: 1.0rem;
  color: #333;
}

/* スマートフォンのみに適用 */
@media (max-width: 767px) {

  .sp-none {
    display: none;
  }

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

  .open {
    overflow-y: hidden;
  }

  .header {
    width: 100%;
    padding: 8px;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
  }

  .h-logo {
    width: 80px;
    float: left;
  }

  .h-logo img {
    vertical-align: top;
  }

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

  .menu-trigger {
    width: 26px;
    height: 20px;
    margin: auto;
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 10001;
    overflow: hidden;
  }

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

  .open .menu-trigger span {
    background-color: #333;
  }

  .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:nth-of-type(1) {
    -webkit-transform: translateY(200%) rotate(-45deg);
    transform: translateY(200%) 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(-200%) rotate(45deg);
    transform: translateY(-200%) rotate(45deg);
  }

  nav {
    padding-top: 50px;
    background: #fff;
    transition: all 0.2s ease 0s;
    position: fixed;
    top: 0;
    right: -200px;
    bottom: 0;
    overflow-y: auto;
    z-index: 1000;
  }

  .open nav {
    overflow: hidden;
    right: 0;
  }

  nav a {
    padding: 8px 36px 8px 20px;
    display: block;
    border-bottom: 1px solid #ececec;
    position: relative;
    overflow: hidden;
  }

  nav a:after {
    content: "";
    width: 8px;
    height: 8px;
    margin: auto 0;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    display: block;
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .main-img:not(.top) .container {
    padding-top: 46.88%;
    position: relative;
  }

  .to_pagetop {
    display: none !important;
  }

  .footer-bottom .text {
    text-align: center;
  }

}

/* PCのみに適用 */
@media (min-width: 768px) {

  .pc-none {
    display: none;
  }

  body {
    min-width: 1200px;
  }

  .header {
    height: 65px;
    background: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
  }

  .h-logo {
    width: 131px;
    float: left;
    margin: 5px 0 0 17px;
  }

  .nav {
    float: right;
  }

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

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

  .nav a {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 62px;
  }

  .nav .h_contact a {
    width: 120px;
    height: 65px;
    text-align: center;
    line-height: 85px;
    display: block;
    background-color: #8bccff;
    position: relative;
  }

  .nav .h_contact a:before {
    content: url(../images/common/mail.svg);
    width: 25px;
    height: 18px;
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    margin: auto;
  }

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

  .main-img:not(.top) {
    margin-top: 65px;
  }

  .main-img:not(.top) .container {
    height: 320px;
    position: relative;
  }

  .main-img:not(.top) .page-title {
    font-size: 3.5rem;
    left: 0;
  }

  .main-img:not(.top) .eiji {
    padding-bottom: 6px;
    font-size: 2.0rem;
    font-weight: normal;
  }

  .container {
    width: 100%;
    max-width: 1200px;
    padding: 0 50px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .common-title {
    margin-bottom: 30px;
    font-size: 2.8rem;
    text-align: center;
    position: relative;
  }

  .common-title2 {
    margin-bottom: 20px;
    font-size: 3rem;
  }

  .common-title3 {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }

  .common-title3:after {
    width: 300px;
  }

  .btn-area {
    padding: 80px 0 100px;
  }


  .btn-area .sns li {
    width: 9%;
    margin-left: 4%;
    display: inline-block;
    transition: .3s
  }

  .btn-area .sns li:hover {
    opacity: .7;
  }

  .btn-area .btn {
    width: 50%;
    height: 70px;
    line-height: 64px;
    margin: 0 auto;
  }

  .btn-area .btn:before {
    width: 40px;
    height: 31px;
    margin-right: 10px;
    -webkit-background-size: 40px 31px;
    background-size: 40px 31px;
    vertical-align: middle;
  }

  .btn-area .btn:hover {
    background: #8bccff;
    border: 2px solid #fff;
  }

  .btn-area .tel {
    font-size: 40px;
  }

  a[href^="tel:"] {
    cursor: default;
  }


  .footer-bottom {
    padding: 50px 0;
  }

  .footer-bottom .container {
    position: relative;
  }

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

  .f-logo {
    margin: 0 0 20px 0;
    width: 171px;
  }

  .f-nav {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .f-nav li {
    float: left;
  }

  .f-nav li:not(:nth-last-of-type(-n+1)):after {
    content: "　｜　";
    display: inline-block;
    font-size: 1.2rem;
    color: #333;
  }

  .f-nav a {
    font-size: 1.2rem;
  }

  .f-nav a:hover {
    opacity: .7;
  }

  .to_pagetop {
    position: fixed;
    right: 0;
    bottom: 55px;
  }

}
