@charset "utf-8";
/* --------------------------------------------------
    リセット
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
  vertical-align: bottom;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
ol, ul {
  letter-spacing: -.4em;
}
li {
  letter-spacing: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
img {
  vertical-align: bottom;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* --------------------------------------------------
    ベース
-------------------------------------------------- */
html {
  height: 100%;
  overflow-x: hidden;
}
body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  min-width: 1200px;
  overflow-x: hidden;
}
a {
  color: #666;
  text-decoration: none;
}
a.op:hover img {
  opacity: 0.7;
}
#mainContents a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
}

@media screen and (max-width: 640px) {
body {
  max-width: 640px;
  min-width: 100%;
  -webkit-text-size-adjust: 100%;
}
body.openNav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}
img:not([data-src]),
img.lazy-loaded {
  height: auto;
}
}
/* --------------------------------------------------
    【structure】
-------------------------------------------------- */
#mainContents {
  padding: 20px 0 60px;
  margin: 0 auto;
}
.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 640px) {
#mainContents {
  padding: 40px 0;
}
.inner {
  width: 90%;
}
#header .inner,
#footer .inner {
  width: 98%;
}
}

/* --------------------------------------------------
    【header】
-------------------------------------------------- */
.h1{
  background: #222;
  font-size: 12px;
  color: #fff;
  padding: 5px 0;
}
.hdrLogo{
  float: left;
  line-height: 1.2;
}
.hdrLogo a{
  color: #222;
}
.hdrLogo span{
  font-size: 12px;
  display: block;
  padding-left: 55px;
}
.hdrContact{
  float: right;
}
.hdrContact li:first-child{
  padding: 10px 0 0 0;
}
.hdrContact .btn01{
  margin: 0 0 0 20px;
}
.hdrContact .btn01 > a{
  font-size: 18px;
  font-weight: bold;
  padding: 15px 20px;
}
@media screen and (max-width: 640px) {
  .hdrLogo{
    float:none;
    width: 300px;
    margin: 0 auto 20px;
  }
  .hdrContact{
    float: none;
    text-align: center;
  }
  .hdrContact.flex{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hdrContact a{
    color:#aacc03;
  }
  .hdrContact .btn01{
    margin: 10px 0 0 0;
  }
}

/* --------------------------------------------------
    【footer】
-------------------------------------------------- */
footer{
  padding: 80px 0;
}
footer dl{
  width: 670px;
  margin: 0 auto;
}
footer dt{
  float: left;
  clear: left;
  width: 180px;
}
.copyright {
  text-align: center;
  background: #222;
  color: #fff;
  font-size: 12px;
  padding: 5px;
}
.sanzen {
  font-size: 12px;
  text-align: right;
  padding: 5px;
}
.sanzen a {
  color: #cae4f1;  
}

@media screen and (max-width: 640px) {
  footer dl{
    width: 90%;
  }
  footer dt{
    float: none;
    width: 100%;
    font-weight: bold;
  }
  footer dd{
    border-bottom: #ccc 1px solid;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  footer dd:last-of-type{
    margin: 0;
  }
}

/* --------------------------------------------------
    【追従】
-------------------------------------------------- */
/* ページトップ */
#fixedTop {
  width: 80px;
  display: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 99;
}
#fixedTop img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
/* ページトップ */
#fixedTop {
  width: 48px;
  bottom: 30px;
  right: 10px;
}
}

/* --------------------------------------------------
    【テキストスタイル】
-------------------------------------------------- */
.center {text-align: center !important;}
.right {text-align: right !important;}
.left {text-align: left !important;}
.top {vertical-align: top !important;}
.bottom {vertical-align: bottom !important;}

.bold{ font-weight:bold; }
.normal {font-weight:normal;}
.underline {text-decoration:underline;}
.italic {font-style:italic;}

.f10 {font-size:10px !important;}
.f11 {font-size:11px !important;}
.f12 {font-size:12px !important;}
.f13 {font-size:13px !important;}
.f14 {font-size:14px !important;}
.f15 {font-size:15px !important;}
.f16 {font-size:16px !important;}
.f18 {font-size:18px !important;}
.f20 {font-size:20px !important;}
.f22 {font-size:22px !important;}
.f24 {font-size:24px !important;}
.f30 {font-size:30px !important;}
.f36 {font-size:36px !important;}
.f40 {font-size:40px !important;}

.fMincho {font-family: 'Noto Serif JP', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.fGothic {font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}

.lh10 {line-height:1;}
.lh12 {line-height:1.2;}
.lh15 {line-height:1.5;}
.lh20 {line-height:2;}

.fcRed{color:#e70012;}

/* --------------------------------------------------
    【余白】	5px未満は個別に追加
-------------------------------------------------- */
.mt00 {margin-top: 0 !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt60 {margin-top: 60px !important;}
.mt80 {margin-top: 80px !important;}
.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb80 {margin-bottom: 80px !important;}
.ml00 {margin-left: 0px !important;}
.ml05 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml30 {margin-left: 30px !important;}
.ml40 {margin-left: 40px !important;}
.mr00 {margin-right: 0px !important;}
.mr05 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.mr40 {margin-right: 40px !important;}

.pt00 {padding-top: 0px !important;}
.pt05 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pt40 {padding-top: 40px !important;}
.pb00 {padding-bottom: 0px !important;}
.pb05 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}
.pl00 {padding-left: 0px !important;}
.pl05 {padding-left: 05px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl30 {padding-left: 30px !important;}
.pl40 {padding-left: 40px !important;}
.pr00 {padding-right: 00px !important;}
.pr05 {padding-right: 05px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr30 {padding-right: 30px !important;}
.pr40 {padding-right: 40px !important;}


/* --------------------------------------------------
    【フロート】	#は削除
-------------------------------------------------- */
.fltL { float:left; }
.fltR { float:right; }
.both 	{ clear:both; }
.both05 { clear:both;height:05px;line-height:1;font-size:1px; }
.both10 { clear:both;height:10px;line-height:1;font-size:1px; }
.both15 { clear:both;height:15px;line-height:1;font-size:1px; }
.both20 { clear:both;height:20px;line-height:1;font-size:1px; }
.both30 { clear:both;height:30px;line-height:1;font-size:1px; }
.both40 { clear:both;height:40px;line-height:1;font-size:1px; }
.both50 { clear:both;height:50px;line-height:1;font-size:1px; }

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

#mfp_buttons li {
  margin: 0;
  padding: 0;
}
/* --------------------------------------------------
    forms
-------------------------------------------------- */
input[type=text], input[type=email], input[type=tel], input[type=date], input[type=time], input[type=number], input[type=password], textarea, select {
  font-size: 16px;
  padding: 5px 10px;
  margin: 2px;
  border: #ccc 1px solid;
  border-radius: 3px;
}
input[type=checkbox], input[type=radio] {
  font-size: 16px;
  margin: 3px 3px 0 5px;
}
input[type=submit], button {
  background: #eee;
  font-size: 16px;
  padding: 10px 20px;
  cursor: pointer;
  border: #ccc 1px solid;
  border-radius: 5px;
}
input[type=submit]:hover, button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
input[type=text], textarea {
  width: 100%;
}
input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
}
