@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;
}
figure:not(.wp-block-image) {
  margin: 0;
}
figure:not(.wp-block-image) img {
  line-height: 1;
}
*, *::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;
}
h1, h2, h3 {
  font-family: 'Noto Serif JP', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a {
  color: #222;
  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】
-------------------------------------------------- */
#header {
  position: relative;
  z-index: 1;
}
#header .h1 {
  background: #222;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
}
.logo > a {
  background: url("../images/common/logo.png") no-repeat left center / 54px auto;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
  padding-left: 65px;
}
.logo > a:hover {
  opacity: 0.7;
}
.logo .manage {
  width: 140px;
  background: linear-gradient(to bottom right, #1a375d 50%, #00204b 50%);
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
  padding: 8px 0;
  margin-left: 10px;
  position: relative;
  z-index: 1;
}
.logo .manage::before {
  width: 100%;
  height: 50%;
  content: '';
  background: linear-gradient(to bottom right,rgba(255,255,255,0) 50%, #001639 50%) no-repeat top left / 50% 100%, linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #001639 50%) no-repeat bottom right / 50% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.hdrContact {
  padding: 30px 0;
}
.hdrTel {
  font-size: 14px;
  padding-left: 20px;
  margin-right: 10px;
  border-left: #aaa 1px solid;
}
.hdrTel dl dt {
  padding-left: 17px;
  position: relative;
}
.hdrTel dl dt::before {
  width: 12px;
  height: 12px;
  content: '';
  background: #00204b;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}
.hdrTel .tel {
  background: url("../images/common/icon_phone.png") no-repeat left center / 15px auto;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding-left: 20px;
}
.hdrTel .hours {
  background: #f5f5f5;
  font-size: 12px;
  line-height: 1.6;
  padding: 8px 10px;
  margin-left: 10px;
}
.hdrBtn a {
  background: #cc9a56;
  color: #fff;
  display: block;
  padding: 20px 30px;
  position: relative;
}
.hdrBtn a::before {
  content: '';
  margin: 5px;
  border: #fff 1px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}
.hdrBtn a:hover {
  background: #d7af7a;
}
.hdrBtn a span {
  background: url("../images/common/icon_mail.png") no-repeat left center / 20px auto;
  display: inline-block;
  padding-left: 25px;
}

@media screen and (max-width: 640px) {
  #header .h1 {
    font-size: 11px;
    padding: 5px 50px 5px 5px;
  }
  .logo {
    flex-direction: column;
    margin: 15px auto;
    position: relative;
  }
  .logo > a {
    background-size: 40px auto;
    font-size: 20px;
    padding-left: 50px;
  }
  .logo > a:hover {
    opacity: 0.7;
  }
  .logo .manage {
    font-size: 11px;
    flex: 0 0 auto;
    margin: 10px 50px 0 0;
  }
  .logo .tel {
    position: absolute;
    bottom: 5px;
    right: 20px;
  }
  .logo .tel a {
    width: 40px;
    height: 40px;
    background: url("../images/common/icon_phone.png") no-repeat center / 15px auto;
    display: block;
    border: #cc9a56 2px solid;
    border-radius: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #header .hdrContact {
    display: none;
    padding: 0;
    margin: 20px -5% 0;
  }
  #header.openNav .hdrContact {
    display: flex;
    flex-direction: column;
  }
  .hdrTel {
    padding-left: 0;
    margin: 0 auto 10px;
    border-left: none;
  }
  .hdrTel .hours {
    padding: 5px;
  }
  .hdrBtn a {
    padding: 15px 40px;
  }
}
/* --------------------------------------------------
    【navi】
-------------------------------------------------- */
nav {
  background: rgba(0,32,75, 0.9);
  padding: 20px 0;
}
.gNav > li:not(:first-child) {
  margin-left: 25px;
}
.gNav > li > a {
  color: #fff;
  display: block;
  line-height: 1.5;
}
.gNav > li > a:hover {
  opacity: 0.5;
}
/* プルダウン */
nav .gNav li {
  position: relative;
}
nav .child {
  width: 250%;
  display: none;
  overflow: hidden;
  position: absolute;
  left: -75%;
  z-index: 99;
}
nav .child li {
  display: block;
  border-bottom: #fff 1px solid;
}
nav .child li:last-child {
  border-bottom: none;
}
nav .child li a {
  background: #222;
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 10px 5px;
}
nav .child li a:hover {
  background: #444;
}
/* トグルボタン */
#navToggle {
  width: 40px;
  height: 40px;
  background: #fff;
  display: none;
  padding: 6px 3px;
  border: #999 2px solid;
  position: absolute;
  top: 10px;
  right: 5px;
  cursor: pointer;
  z-index: 99;
}
#navToggle div {
  width: 100%;
  height: 100%;
  position: relative
}
#navToggle span {
  width: 100%;
  height: 3px;
  background: #999;
  display: block;
  position: absolute;
  transition: 0.35s ease-in-out;
}
#navToggle span:nth-child(1) {
  top: 0;
}
#navToggle span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
#navToggle span:nth-child(3) {
  bottom: 0;
}
@media screen and (max-width: 640px) {
  nav {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);
    display: none;
    padding: 40px 5%;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: auto;
  }
  nav .gNav {
    display: block;
  }
  nav .gNav li {
    display: block !important;
    margin-left: 0 !important;
    border-bottom: #ccc 1px solid;
  }
  nav .gNav li a {
    color: #222;
    font-size: 14px;
    line-height: 40px;
    padding: 0 40px 0 20px;
  }
  /* プルダウン */
  nav .child {
    width: 100%;
    background: rgba(229,229,229,0.4);
    padding: 5px 0;
    border-top: #ccc 1px dashed;
    position: static;
  }
  nav .child li {
    border-bottom: none;
  }
  nav .child li a {
    background: none !important;
    text-align: left;
    line-height: 1.5;
    padding: 5px 10px 5px 30px;
  }
  nav .subMenu_toggle {
    width: 40px;
    height: 40px;
    border-left: #ccc 1px dashed;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  nav .subMenu_toggle span::before,
  nav .subMenu_toggle span::after {
    content: '';
    background: #aaa;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.35s;
  }
  nav .subMenu_toggle span::before {
    width: 10px;
    height: 1px;
  }
  nav .subMenu_toggle span::after {
    width: 1px;
    height: 10px;
  }
  nav .subMenu_toggle.open span::before {
    -wbkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  nav .subMenu_toggle.open span::after {
    -wbkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* トグルボタン */
  #navToggle {
    display: block;
  }
  /* トグルボタン クリック時 */
  .openNav #navToggle span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .openNav #navToggle span:nth-child(2) {
    opacity: 0;
  }
  .openNav #navToggle span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/* --------------------------------------------------
    【footer】
-------------------------------------------------- */
#footer {
  padding-bottom: 60px;
  position: relative;
}
#footer::before {
  width: 100%;
  height: 30px;
  content: '';
  background: #f5f5f5 url("../images/common/bg_dot.png") left top / 6px auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ftrBnr {
  padding: 40px 0;
  border-top: #00204b 1px solid;
}
.ftrBnr ul li:first-child,
.ftrBnr ul li:nth-child(2){
  margin-right: 40px;
}
.ftrContact {
  background: url("../images/common/ftrContact_bg.jpg") no-repeat center / cover;
  background-attachment: fixed;
  color: #fff;
  padding: 80px 0;
}
.ftrContact .title {
  font-size: 32px;
  text-align: center;
}
.ftrContact .title span {
  border-bottom: #fff 1px solid;
}
.ftrContact .phone dl {
  flex-grow: 1;
}
.ftrContact .phone dl dt {
  background: #000;
  flex: 0 0 140px;
  text-align: center;
}
.ftrContact .phone dl dd {
  background: #fff;
  color: #222;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}
.ftrContact .phone dl dd::before {
  content: '';
  margin: 5px;
  border-top: #aaa 1px solid;
  border-bottom: #aaa 1px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.ftrContact .phone .tel {
  background: url("../images/common/icon_phone.png") no-repeat left center / 20px auto;
  color: #222;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  padding-left: 25px;
  margin-right: 15px;
}
.ftrContact .mail a {
  background: #cc9a56;
  color: #fff;
  font-size: 22px;
  flex-grow: 1;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.ftrContact .mail a:hover {
  background: #d7af7a;
}
.ftrContact .mail a::before {
  content: '';
  margin: 5px;
  border: #fff 1px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.ftrContact .mail a::after {
  width: 60px;
  height: 8px;
  content: '';
  background: url("../images/common/arrow_white.png") no-repeat center / cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 40px;
  transition: 0.3s;
}
.ftrContact .mail a:hover::after {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.ftrContact .mail a > span {
  background: url("../images/common/icon_mail.png") no-repeat left center / 25px auto;
  display: inline-block;
  padding-left: 35px;
  position: relative;
}
.ftrContact .mail .time {
  font-size: .75em;
}
.ftrContents {
  padding: 160px 0;
}
.ftrMenu ul {
  padding-left: 20px;
}
.ftrMenu ul:not(:last-child) {
  border-right: #aaa 1px solid;
}
.ftrMenu a:hover {
  color: #aaa;
}
.copyright {
  background: #00204b;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 5px;
}
@media screen and (max-width: 640px) {
  #footer {
    padding-bottom: 40px;
  }
  #footer::before {
    height: 20px;
  }
  .ftrBnr ul {
    flex-direction: column;
  }
  .ftrBnr ul li:first-child,
  .ftrBnr ul li:nth-child(2){
    margin: 0 auto 20px;
  }
  .ftrContact {
    background-attachment: scroll;
    padding: 60px 0;
  }
  .ftrContact .inner {
    width: 90% !important;
  }
  .ftrContact .title {
    font-size: 22px;
  }
  .ftrContact .title + p {
    text-align: left !important;
  }
  .ftrContact .flex-col2 {
    width: 280px !important;
    margin: 0 auto;
  }
  .ftrContact .phone {
    margin-bottom: 20px;
  }
  .ftrContact .phone dl dt {
    display: block;
    padding: 5px;
  }
  .ftrContact .phone dl dd {
    flex-direction: column;
    padding: 15px 0;
  }
  .ftrContact .phone .tel {
    background-size: 15px auto;
    font-size: 24px;
    line-height: 1;
    padding-left: 20px;
    margin-right: 0;
  }
  .ftrContact .phone .tel + span {
    font-size: 12px !important;
  }
  .ftrContact .mail a {
    /* font-size: 18px; */
    font-size: 16px;
    line-height: 1.5;
    /* padding: 15px 60px 15px 15px; */
    padding: 15px;
  }
  .ftrContact .mail a::after {
    content: none;
    /* width: 40px;
    background-position: right center;
    right: 20px; */
  }
  .ftrContents {
    padding: 40px 0;
  }
  .ftrContents .inner {
    flex-direction: column;
    align-items: center;
  }
  .ftrContents .flex-col2 {
    width: auto !important;
  }
  .ftrContents .logo + p {
    font-size: 12px !important;
  }
  .ftrContents .logo .manage {
    margin-right: 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: 20px;
    right: 10px;
  }
}
/* --------------------------------------------------
  【追従バナー】
-------------------------------------------------- */
#fltBnr {
  display: none;
  position: fixed;
  bottom: 135px;
  right: 30px;
  z-index: 98;
}
#fltBnr .bnrWrap {
  padding: 20px;
  background: #fff;
  border: 1px solid #00204b;
  position: relative;
}
#fltBnr .close {
  width: 30px;
  height: 30px;
  background: #00204b;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}
#fltBnr .close::after {
  content: '×';
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#fltBnr ul li {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
}
#fltBnr .contact a, #fltBnr .phone {
  position: relative;
}


#fltBnr .tel {
  background: url(../images/common/icon_phone.png) no-repeat left center / 14px auto;
  font-size: 22px;
  color: #222;
  display: inline-block;
  line-height: 1;
  padding-left: 20px;
}
#fltBnr .contact .sub span {
  display: inline-block;
  padding: 0 4px;
  margin: 0 4px;
  border: 1px solid #222;
}
#fltBnr .contact a {
  background: #cc9a56;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  margin: 4px 0;
}
#fltBnr .contact a:hover {
  opacity: 0.7;
}
#fltBnr .mail {
  font-size: 18px;
  background: url(../images/common/icon_mail.png) no-repeat left top 5px / 24px auto;
  display: inline-block;
  padding-left: 30px;
}
#fltBnr .contact .time {
  font-size: 14px;
  display: block;
  font-weight: normal;
  padding-right: 30px;
}
@media screen and (max-width: 640px) {
  #fltBnr {
    width: 100%;
    padding-right: 60px;
    bottom: 20px;
    left: 10px;
    right: auto;
  }
  #fltBnr .bnrWrap {
    padding: 0;
    background: none;
    border: none;
  }
  #fltBnr .close {
    display: none;
  }
  #fltBnr .f24 {
    display: none;
  }
  #fltBnr ul {
    display: -webkit-flex;
    display: flex;
  }
  #fltBnr ul li {
    flex: 0 0 65px;
    margin: 0 5px 0 0 !important;
    position: relative;
  }
  #fltBnr ul li::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #fltBnr .phone, #fltBnr .phone .time, #fltBnr .contact a {
    height: 50px;
    font-size: 0!important;
  }
  #fltBnr .sub, #fltBnr .hours, #fltBnr .mail {
    display: none;
  }
  #fltBnr .phone {
    background: #00204b;
    color: #fff;
  }
  #fltBnr .tel {
    font-size: 0;
  }
  #fltBnr .tel a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  #fltBnr .contact a {
    border: 1px solid #fff;
    background: #cc9a56;
    font-size: 0;
    display: block;
    padding: 0;
    margin: 0;
  }
  #fltBnr .phone::after, #fltBnr .contact a::after {
    font-size: 10px;
    font-weight: normal;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  #fltBnr .phone::after {
    content: 'お電話';
    background: url(../images/common/icon_phone_wh.png) no-repeat center top 22px/15px auto;
    padding-top: 4px;
  }
  #fltBnr .contact a::after {
    content: 'メール';
    background: url(../images/common/icon_mail.png) no-repeat center top 25px/20px auto;
    padding-top: 2px;
  }
}
/* --------------------------------------------------
    【テキストスタイル】
-------------------------------------------------- */
.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;}
.f26 {font-size:26px !important;}
.f28 {font-size:28px !important;}
.f30 {font-size:30px !important;}
.f36 {font-size:36px !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:#b51616;}
.fcBlue{color:#00204b;}
.fcGold{color:#cc9a56;}

/* --------------------------------------------------
    【余白】	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], input[type=file], textarea {
    width: 100%;
  }
  input[type=submit], button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
