@charset "UTF-8";
/* ==========================================================================
//
// COMMON
//
========================================================================== */
body,html{
  font-size: 15px;
  height: 100%;
}
body{
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro" ,"メイリオ" ,"Meiryo" , sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #777777;
}
*, *:before, *:after {
  box-sizing: border-box;
}
p{
  line-height: 1.8;
}
a[href^="tel:"] {
  cursor: default;
}
img {
  max-width: 100%;
  height: auto;
}

/* clearfix
---------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

/* display
---------------------------------------------------------- */
.only-sp,
.only-tb,
.only-tb-sp{
  display: none !important;
}

/* container
---------------------------------------------------------- */
.container{
  max-width: 1024px;
  margin: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.container-small{
  margin: 0 auto;
  max-width: 900px;
}
/* web font
---------------------------------------------------------- */
@font-face {
  font-family:Roboto;
  src: url('../font/Roboto-Regular.woff') format("woff");
  font-weight: 400;
}
@font-face {
  font-family:Roboto;
  src: url('../font/Roboto-Bold.woff') format("woff");
  font-weight: 700;
}
/* ==========================================================================
// HEADER(PC)
========================================================================== */
#nav-pc .logo-wrap{
  margin: 0 auto;
  padding: 25px 0 25px 12px;
  max-width: 1200px;
}
#nav-pc .logo-wrap .logo-site a{
  transition: opacity 0.1s;
}
#nav-pc .logo-wrap .logo-site a:hover{
  opacity: 0.6;
}
#nav-pc .logo-wrap .logo-site img{
  max-width: 400px;
}
/* nav
  -------------------------------------------------------- */
#nav-pc nav{
  border-top: 5px solid #0d4da1;
  background: #999;
}
#nav-pc nav .nav-list{
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
}
#nav-pc nav .nav-list li{
  flex: 1;
  text-align: center;
}
#nav-pc nav .nav-list a{
  padding: 17px 0;
  display: block;
  color: #fff;
  transition: background 0.1s;
}
#nav-pc nav .nav-list a:hover{
  background: #0d4da1;
}

/* ==========================================================================
// HEADER(SP)
========================================================================== */
#nav-sp{
  display: none;
}
/* ==========================================================================
// FOOTER
========================================================================== */
footer{
  background: #999;
}
footer .footer-in{
  display: flex;
  max-width: 1224px;
  margin:  0 auto;
  padding: 38px 12px;
  color: #fff;
}
footer .box-info,
footer .box-nav,
footer .box-link{
  flex: 1;
}

/* box-info
  -------------------------------------------------------- */
footer .box-info{
  padding: 0 20px 0 0;
}
footer .box-info p{
  line-height: 1;
}
footer .box-info .name{
  margin: 0 0 20px;
}
footer .box-info .name img{
  max-width: 320px;
}
footer .box-info .txt-address{
  line-height: 1.75;
}
footer .box-info .sns-icon{
  margin: 10px 0 0;
  display: flex;
}
footer .box-info .sns-icon li:first-child{
  margin: 0 15px 0 0;
}

/* box-nav
  -------------------------------------------------------- */
footer .box-nav{
  padding: 10px 20px 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
footer .box-nav .btn-members{
  display: block;
  margin: 0 0 25px;
  padding: 14px 10px;
  background: #0d4da1;
  border-radius: 5px;
  text-align: center;
  transition: background 0.1s;
}
footer .box-nav .btn-members:hover{
  background: #1569b5;
}
footer .box-nav .btn-members img{
  width: 85%;
  max-width: 193px;
  vertical-align: middle;
}
footer .box-nav .list li + li{
  margin: 14px 0 0;
}
footer .box-nav .list li:before{
  content: "・";
}
footer .box-nav .list li a{
  color: #eee;
  transition: opacity 0.1s;
}
footer .box-nav .list li a:hover{
  opacity: 0.6;
}
/* box-link
  -------------------------------------------------------- */
footer .box-link{
  padding: 15px 20px 8px 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
footer .box-link dt{
  margin: 0 0 18px;
  font-size: 18px;
}
footer .box-link li{
  padding: 0 0 0 1em;
  text-indent: -1em;
}
footer .box-link li + li{
  margin: 14px 0 0;
}
footer .box-link li:before{
  content: "・";
}
footer .box-link li a{
  color: #eee;
  transition: opacity 0.1s;
}
footer .box-link li a:hover{
  opacity: 0.6;
}
/* copyright
  -------------------------------------------------------- */
footer .copyright{
  padding: 18px 10px;
  background: #f6f6f6;
  color: #808080;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 12px;
}
/* ==========================================================================
//
// TABLET & SMARTPHONE
//
========================================================================== */
@media screen and (max-width:1024px) {
  /* ========================================================================
  // COMMON
  ======================================================================== */
  body{
    padding-top: 50px;
  }
  /* Display
  -------------------------------------------------------- */
  .only-tb,
  .only-tb-sp{
    display: block !important;
  }
  .only-pc{
    display: none !important;
  }
  /* ========================================================================
  // HEADER(PC)
  ======================================================================== */
  #nav-pc{
    display: none;
  }
  /* ========================================================================
  // HEADER(SP)
  ======================================================================== */
  #nav-sp{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
    justify-content: space-between;
    z-index:500;
    box-shadow:0px 0px 3px 3px rgba(0,0,0,0.3);
  }
  #nav-sp .logo-site{
    padding: 5px 10px;
  }
  #nav-sp .logo-site img{
    max-width: 220px;
  }
  #nav-sp .ico-nav{
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background: #666;
  }
  #nav-sp .ico-nav .trigger,
  #nav-sp .ico-nav .trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  #nav-sp .ico-nav .trigger {
    position: relative;
    width: 30px;
    height: 24px;
  }
  #nav-sp .ico-nav .trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
  #nav-sp .ico-nav .trigger span:nth-of-type(1) {
    top: 0;
  }
  #nav-sp .ico-nav .trigger span:nth-of-type(2) {
    top: 10px;
  }
  #nav-sp .ico-nav .trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #nav-sp .ico-nav .trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  #nav-sp .ico-nav .trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #nav-sp .ico-nav .trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }

  /* nav-list */
  #nav-sp .nav-list{
    display: none;
    width: 100%;
    padding: 0 10px;
    background: #0d4da1;
  }
  #nav-sp .nav-list li{
    padding: 5px 0;
    text-align: center;
  }
  #nav-sp .nav-list li + li{
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #nav-sp .nav-list li a{
    display: block;
    padding: 10px;
    color: #fff;
  }
  /* ========================================================================
  // FOOTER
  ======================================================================== */
  footer .footer-in{
    display: block;
  }
  /* box-info
  ------------------------------------------------------ */
  footer .box-info{
    padding-bottom: 20px;
    text-align: center;
  }
  footer .box-info .name{
    margin-bottom: 5px;
  }
  footer .box-info .name img{
    width: 70%;
  }
  footer .box-info .txt-address{
    font-size: 14px;
    line-height: 1.6;
  }
  footer .box-info .sns-icon{
    justify-content: center;
  }
  /* box-nav
  ------------------------------------------------------ */
  footer .box-nav{
    padding: 20px 0 30px;
    border-left:none;
    border-top:1px solid rgba(255, 255, 255, 0.5);
  }
  footer .box-nav .btn-members{
    padding: 18px 10px;
  }
  footer .box-nav .list li{
    position: relative;
    padding: 5px 0;
    text-align: center;
  }
  footer .box-nav .list li:nth-child(odd){
    background: #fff;
  }
  footer .box-nav .list li:nth-child(odd) a{
    color: #777;    
  }
  footer .box-nav .list li:before{
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #fff; 
  }
  footer .box-nav .list li:nth-child(odd):before{
    border-color: transparent transparent transparent #999;   
  }
  footer .box-nav .list li + li{
    margin-top: 0;
  }
  footer .box-nav .list li a{
    display: block;
    padding: 10px;
  }
  /* box-link
  ------------------------------------------------------ */
  footer .box-link{
    padding: 20px 0;
    border-left:none;
  }
  footer .box-link dt{
    padding: 0 0 10px;
    border-bottom:1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
  }
  footer .box-link li{
    font-size: 14px;
  }
  footer .box-link li + li{
    margin-top: 18px;
  }
}


/* ==========================================================================
//
// SMARTPHONE
//
========================================================================== */
@media screen and (max-width:480px) {
  /* ========================================================================
  // COMMON
  ======================================================================== */
  body,html{
    font-size: 15px;
  }
  /* Display
  -------------------------------------------------------- */
  .only-tb,
  .only-pc-tb{
    display: none !important;
  }
  .only-sp{
    display: block !important;
  }
  /* ========================================================================
  // HEADER
  ======================================================================== */
  /* ========================================================================
  // FOOTER
  ======================================================================== */
  footer .footer-in{
    padding-bottom: 10px;
  }
  /* box-nav
  -------------------------------------------------------- */
  footer .box-nav .btn-members img{
    width: 50%;
  }
}
