@charset "utf-8";

* { box-sizing:border-box; }

html { overflow:auto; -webkit-text-size-adjust:100%; }
body {
  margin:0; padding:0;
  font-size:16px; color:#222222; line-height:1.7; letter-spacing:0.03em; overflow: hidden; 
  -webkit-font-smoothing: antialiased;
  font-family:
    "游明朝", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 ProN W6", "HiraMinProN-W6",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
h1, h2, h3, h4, dl, dd, ul, form, textarea, figure { margin:0; padding:0; font-size:100%; }
article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; }

/* clearfix 回り込み解除 ------------------------ */
.clearfix:after { content:""; clear:both; display:block; }

/* 共通 ------------------------ */
a { color:#0d548c; outline:none; }
a:not(.fade) { transition:all .3s; }
a:active, a:hover { color:#b73019; }

strong { font-size:1.05em; font-weight:700; }
em { font-style:normal; font-weight:bold; }

fieldset { border:none; }
table { border-collapse:collapse; border-spacing:0; }
map area:focus, map area:active { outline:none; border:0; }
button{ outline:none; }

ul { list-style-type:none; }
ul.disc, ul.square { padding-left:1.3em; }
.disc li { list-style-type:disc; }
.square li { list-style-type:square; }
.decimal li { list-style-type:decimal; }
.kome{ padding-left:1em; }
.kome li{ position:relative; padding-left:1em; text-indent:-1em; }
.kome li::before{ position:absolute; content:"※"; left:0; top:0; }
p.kome { text-indent:-1em; }

img { max-width:100%; height: auto; font-size:0; line-height:0; border-width:0px; vertical-align:bottom; }
img.middle { vertical-align:middle; }

.fleft  { float:left; }
.fright { float:right; }

.left   { text-align:left; }
.center { text-align:center; }
.right  { text-align:right; }

.big    { font-size:1.3em; }
.small  { font-size:.85em; }
.bold   { font-weight:bold; }

.clear  { clear:both; }
.hide   { display:none; }
.iblock { display:inline-block; }
.wide   { width:100% !important; }
.indent { text-indent:-1em; padding-left:1em; }
.shadow { box-shadow:0 0 10px rgba(0,0,0,0.08); }

.red, .err { color:#ce4545; }
.orange { color:#e3500f; }

.flex { display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; }
.flex-between { -webkit-justify-content:space-between; justify-content:space-between; }
.flex-center  { -webkit-justify-content:center; justify-content:center; }
.flex-align-center { -webkit-box-align:center; -webkit-align-items:center; align-items:center; }

.vh_ctr {
  position:absolute; top:50%; left:50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  }

.is-fixed { position:fixed !important; top:0; left:0; z-index:2; }
.is-hide { transform: translateY(-100%); }
.is-empty {
  height: 0;
  padding-top:0 !important;
  padding-bottom:0 !important;
  margin-top:0 !important;
  margin-bottom:0 !important;
  border:none !important;
}

.ef{ font-family: 'Century Gothic', Futura; }
.mincho{ font-family:
    "游明朝", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 ProN W6", "HiraMinProN-W6",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
.gothic{ font-family:
    "Century Gothic", 'Avenir-Light',
    "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", Osaka, sans-serif; }

.vertical{ -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; }

@media screen {
  .fw { margin-left:-500%; margin-right:-500%; padding-left:500%; padding-right:500%; /*Full Width*/ }
}

/*横スクロール*/
.scroll-x { max-width:100%; padding-bottom:5px; overflow-x:auto; -webkit-overflow-scrolling:touch; }

/* form ------------------------ */
label { display:inline-block; }
select { padding:3px 8px 6px; }

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
  border-radius:3px; padding:4px 8px; border: 1px solid #DDD;
  }
input[type="submit"], input[type="button"], button {
  cursor:pointer;
  font-family:
  "游明朝", "Yu Mincho", YuMincho,
  "ヒラギノ明朝 ProN W6", "HiraMinProN-W6",
  "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  border:none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  }
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type="text"], textarea, select { margin:3px 0; }

input.t { width:15%; }
input.s { width:30%; }
input.m { width:60%; }
input.l { width:98%; }
textarea { width:98%; }
label input { margin:0; }
form .submit input{ margin:0 auto; padding:0.5em 2em; font-size: 1.1em;
  cursor:pointer; color:#FFF; background:#992e0e; border:none; transition:all 0.5s ease 0s; }
form .submit input:hover{ background:#c9522f; }

/* pagination ページ送り ----------- */
.pagination{ clear:both; margin:30px 0 0; text-align:center; }
.pagination a, .pagination span { display:inline-block; margin:3px; padding:4px 10px 3px; }
.pagination a{ color:#2b3342; text-decoration:none; background-color:#c5ccd9; border:1px solid #c5ccd9; }
.pagination a:hover{ color:#FFF; background-color:#2b3342; border:1px solid #2b3342; }
.pagination span.current{ color:#FFF; background-color:#992e0e; border:1px solid #992e0e; }
.pagination span.disabled { border:1px solid #CCC; color:#CCC; }

/* media width ------------------------ */
.pc_none, .sp_only { display:none; }

/* Footer------------------------ */
#pagetop { position: fixed; bottom: 0; right: 30px; width: 86px; margin:0; z-index: 400; }

/* 電話番号リンク　PCで無効 */
@media screen and (min-width: 959px) {
  a[href^='tel:'] { cursor:default; pointer-events:none; }
}

/*959px 以下 */
@media screen and (max-width:959px) {
  .sp_none { display: block; }
  #pagetop { display:none; }
  }

/*759px 以下  600px-759px */
@media screen and (max-width: 759px) {
  .pc_only{ display:none; }
  }

/*599px 以下  */
@media screen and (max-width: 599px) {
  .pc_none, .sp_only { display: block; }
  .sp_none { display:none; }
  .sp_wide { width:100%; }

  /* Footer */
  }
/*480px 以下*/
@media screen and (max-width: 480px) {
  input.t { width:15%; }
  input.s { width:40%; }
  input.m { width:96%; }
}