@charset "utf-8";

/* =reset
----------------------------------*/
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:none;
  text-indent: .01px; /*Firefox用*/
  text-overflow: ""; /*Firefox用*/
}

a {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
}

/* =icon fonts
----------------------------------*/
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?27579303');
  src: url('../font/fontello.eot?27579303#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?27579303') format('woff'),
       url('../font/fontello.ttf?27579303') format('truetype'),
       url('../font/fontello.svg?27579303#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* =common
----------------------------------*/
html {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

body {
  -webkit-text-size-adjust: 100%;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

a {
  color: #186de4;
}

.common-h2 {
  color: #579dff;
  font-size: 14px;
  padding-bottom: 8px;
  line-height: 1.4;
  margin-bottom: 16px;
  border-bottom: 2px solid #579dff;
  text-align: center;
  letter-spacing: 0.1em;
}

.common-h2 span {
  font-family: 'Pathway Gothic One', sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  font-size: 28px;
  color: #579dff;
}

.common-h3 {
  border-left: 8px solid #186de4;
  padding: 4px 0 6px 8px;
  margin-bottom: 8px;
  font-size: 16px;
  color: #186de4;
  line-height: 1.4;
}

/* =モジュール */
.mb-8 {
  margin-bottom: 8px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

/* =内部リンク */
a.internal:before {
  font-family: 'fontello';
  content: 'l';
  margin: 0 3px;
}

@media screen and (min-width: 768px) {
html {
  font-size: 14px;
}

.common-h2 {
  margin-bottom: 24px;
}

/* =スマートフォンのみ改行させる */
.sp-br {
  display: none;
}
}

@media screen and (min-width: 1024px) {
html {
  font-size: 16px;
}

.common-h2 {
  font-size: 16px;
  padding: 10px 16px;
}

.common-h2 span {
  font-size: 32px;
}

.common-h3 {
  border-left: 8px solid #186de4;
  padding: 6px 0 6px 16px;
  font-size: 18px;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
}

/* =ヘッダー
----------------------------------*/
header {
  border-top: 4px solid #186de4;
}

h1 {
  width: 120px;
  margin: 8px auto;
  font-size: 10px;
}

@media screen and (min-width: 1024px) {
header {
  margin: 0 auto;
}

h1 {
  width: 200px;
  margin: 16px auto;
}
}

/* =メインビジュアル
----------------------------------*/
.kv img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
}

/* =
----------------------------------*/
.wrap {
  width: 90%;
  margin: 24px auto 0 auto;
}

.company-info dt {
  margin-bottom: 8px;
  font-weight: bold;
  padding-bottom: 4px;
  width: 80px;
  float: left;
  clear:left;
  padding-right: 16px;
}

.company-info dd {
  margin-bottom: 16px;
  padding-left: 81px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 16px;
}

.history dt {
  margin-bottom: 8px;
  font-weight: bold;
  width: 100px;
  float: left;
  clear:left;
  padding-right: 16px;
}

.history dd {
  margin-bottom: 16px;
  padding-left: 101px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 16px;
}

.history dd.year {
  padding-bottom: 48px;
}

.sub-nav {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
.wrap {
  margin: 32px auto 0 auto;
}

.company-info dt {
  width: 120px;
}

.company-info dd {
  padding-left: 121px;
}

.history dt {
  width: 160px;
}

.history dd {
  padding-left: 161px;
}

.history dd.year {
  padding-bottom: 16px;
}

.taishin {
  width: 50%;
}
}

@media screen and (min-width: 1024px) {
.wrap {
  width: 920px;
}

.company-info dt {
  width: 150px;
}

.company-info dd {
  padding-left: 151px;
}

.history dt {
  width: 200px;
}

.history dd {
  padding-left: 201px;
}

.sub-nav {
  font-size: 14px;
  margin-bottom: 48px;
}
}

/* =2カラム 流し込み 画像左寄せ
----------------------------------*/
.img-l {
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
.img-l {
  float: left;
  width: 47.5%;
  margin-right: 24px;
  margin-bottom: 16px;
}
}

/* =SNSボタン
----------------------------------*/
.btn-sns {
  width: 290px;
  margin: 24px auto 16px auto;
}

.btn-sns div {
  float: left;
  margin: 0 6px;
  text-align: center;
}

.fb_iframe_widget {
  width: auto !important;
  display: inline-block !important;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

@media screen and (min-width: 768px) {
.btn-sns {
  padding: 32px 0 32px 5%;
}
}

@media screen and (min-width: 1024px) {
.btn-sns {
  padding: 32px 0;
}
}


/* =ページトップに戻る
----------------------------------*/
.page-top-sp {
  text-align: right;
  font-size: 11px;
  margin-right: 5%;
  padding-bottom: 16px;
}

.page-top-sp a:before {
  font-family: 'fontello';
  content: 't';
  margin: 0 3px;
}

.page-top {
  display: none;
}

@media screen and (min-width: 1024px) {
.page-top {
  display: inherit;
  position: fixed;
  bottom: -80px;
  right: 60px;
}

.page-top a:visited {
  color: #579dff;
}

.page-top a {
  background: url("../images/pagetop.png") no-repeat 50% 0;
  font-size: 11px;
  display: block;
  text-align: center;
  width: 120px;
  height: 80px;
  text-decoration: none;
  color: #579dff;
}

.page-top a span {
  display: block;
  padding: 57px 0 0;
}

.page-top-sp {
  display: none;
}
}

/* =Google Map
----------------------------------*/
.map-wrapper {
  max-width: 720px;
  margin: 20px auto;
  padding: 4px;
  border: 1px solid #CCC;  
}
 
.googlemap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* =フッター
----------------------------------*/
footer {
  padding: 16px 0;
  text-align: center;
  color: #fff;
  background-color: #186de4;
}

@media screen and (min-width: 1024px) {
footer {
  margin: 0 auto;
}
}

/* =ハンバーガーナビ
----------------------------------*/
/*! responsive-nav.js 1.0.34 by @viljamis */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  font-size: 14px;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

.nav-collapse li span.sp-none {
  display: none;
}

.nav-collapse li a:before {
  font-family: 'fontello';
  content: 'a';
  color: #fff;
  margin: 0 16px 0 0;
}

.nav-collapse .alt a:before {
  font-family: 'fontello';
  content: 'p';
  color: #fff;
  margin: 0 16px 0 3px;
}

.nav-collapse a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  background: #579dff;
  border-bottom: 1px solid #fff;
  padding: 0.5em 1em;
  float: left;
}

.nav-collapse .alt a {
  background: #88b9fe;
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

.nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 40px;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  background: #186de4 url("../images/hamburger.png") no-repeat 50% 50%;
}

@media screen and (min-width: 1024px) {
.nav-collapse ul {
  line-height: 1.8;
  font-size: 18px;
}

.js .nav-collapse {
  position: relative;
}

.js .nav-collapse.closed {
  max-height: none;
}

.nav-toggle {
  display: none;
}

.nav-collapse li {
  width: 25%;
}

.nav-collapse li span.sp-none {
  display: inherit;
}

.nav-collapse ul span {
  font-weight: normal;
  font-family: 'Pathway Gothic One', sans-serif;
  letter-spacing: 0.2em;
  color: #fff;
  font-size: 16px;
}

.nav-collapse a {
  margin: 0;
  padding: 1em;
  float: left;
  text-align: center;
  border-bottom: 0;
  border-right: 1px solid #fff;
}

.nav-collapse ul ul a {
  display: none;
}
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
.nav-toggle {
  background-image: url("../images/hamburger-retina.png");
  -webkit-background-size: 160px;
  -moz-background-size: 160px;
  -o-background-size: 160px;
  background-size: 160px;
}
}
