@charset "UTF-8";
/* =======================================

CSS BrowserReset BaseElements

(C)BLACKFLAG.NET ALL RIGHTS RESERVED.
http://black-flag.net/

 ======================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, figure, figcaption, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; /*	outline: 0;*/
}

html {
  /* font-size: 75%; */
  -webkit-text-size-adjust: none;
}

img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

a {
  -webkit-tap-highlight-color: transparent;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse; /*	border-collapse: separate;*/
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  /*\*/
  /* overflow: hidden; */
}

option {
  padding-right: 10px;
}

main {
  display: block;
}

/* ------------------------------
HTML5 ELEMENTS
------------------------------ */
header, article, aside, section, footer, nav, menu, details, hgroup, summary {
  display: block;
}

a:link {
  text-decoration: none;
  color: #422e19;
}

a:visited {
  text-decoration: none;
  color: #422e19;
}

a:active {
  text-decoration: none;
  color: #422e19;
}

a:hover {
  text-decoration: none;
  color: #422e19;
}

/*---------------------------------------
    スマホ・ボタンCSSのリセット
---------------------------------------*/
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-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;
}

/*---------------------------------------
    シンプルブック用css
---------------------------------------*/
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style img {
  width: auto;
  height: auto;
}

/*---------------------------------------
    リッチエディタ内のベーススタイリング
---------------------------------------*/
@media screen and (min-width: 767px) {
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 28px;
    padding-bottom: 8px;
    border-bottom: 1px solid #422e19;
  }
  .sb_style h2 {
    padding-left: 10px;
    font-size: 26px;
    border-left: 3px solid #422e19;
  }
  .sb_style h3 {
    font-size: 24px;
    padding: 5px 10px;
    background: #422e19;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 8px;
    font-size: 20px;
    position: relative;
  }
  .sb_style h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #422e19;
  }
  .sb_style h5 {
    font-size: 18px;
    padding: 5px 10px;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 16px;
    color: #422e19;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #422e19;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #422e19;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #422e19;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #422e19;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #422e19;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
/*---------------------------------------
    追加
---------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-feature-settings: "pkna" 1;
}

img {
  max-width: 100%;
  height: auto;
}

a, img {
  transition: 0.4s;
}

iframe {
  max-width: 100%;
}

a[href^=fax] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

@media screen and (min-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}