@charset "UTF-8";

/* ----------------------------------------------------------
 html5 elements
---------------------------------------------------------- */
article, aside, figure, figcaption, footer, header, nav, section
{ display: block;}
/* ----------------------------------------------------------
 reseting
---------------------------------------------------------- */
body {
  line-height: 1.6;
  color: #40210f;
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
}
body, input, textarea, select, button {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  /* 明朝フォン��?
  font-family: "ヒラギノ�?�朝 Pro", "Hiragino Mincho Pro", "游明朝��?", "Yu Mincho", YuMincho, serif;*/
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
input, textarea, select
{ /*-webkit-appearance: none;*/}
textarea
{ resize: none;}
button
{ border: none; overflow: visible; background: none; vertical-align: top;  font-size: 100%; color: inherit; cursor: pointer; -webkit-appearance: none;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ height: auto; vertical-align: top;}
address, caption, code, em, th,
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6, strong, em
{ font-size: 100%; font-weight: normal;}
a, input
{/* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/}
sup, sub
{ font-size: 63%;}
sup
{ vertical-align: top;}
sub
{ vertical-align: baseline;}
*
{ box-sizing: border-box; -webkit-box-sizing: border-box;}
/* ----------------------------------------------------------
 base Link
---------------------------------------------------------- */
a {
  color: #40210f;
  text-decoration: none;
}
a:visited {}
a:hover,
a:active,
a:focus { text-decoration: underline;}
/* ----------------------------------------------------------
 clearfix
---------------------------------------------------------- */
.clearfix:before, .clearfix:after,
.contents:before, .contents:after
{
  content: "";
  display: table;
}
.clearfix:after,
.contents:after
{
  clear: both;
}
/* For IE 6/7
---------------------------------------------------------- */
.clearfix,
.contents
{
  *zoom: 1;
}
/* ----------------------------------------------------------
 layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { text-align: center;}
/* ----------------------------------------------------------
 wrapper
---------------------------------------------------------- */
.wrapper {
  overflow: hidden;
  width: 100%;
}
/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
.header {
  width: 100%;
}
  .header-in {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 80px 20px;
    text-align: left;
    background: #fff5e8;
  }
  .header-logo { padding-top: 25px;}
    .header-logo img {
      width: 245px;
    }
  .header-info {
    margin-top: 10px;
  }
  .header-info .box-detail p {
    font-size: 1.3em;
  }
  .header-info .box-detail ul {
    margin-left: -7px;
  }
  .header-info .box-detail li {
    font-size: 0.8em;
  }
    .header-info .box-detail li:first-child {
      width: 60%;
      margin-left: 0;
      float: left;
      text-indent: -4.2em;
      padding-left: 4.2em
    }
      .header-info ul.list-category {
        width: 100%;
        margin-top: 10px;
        letter-spacing: -.40em;
        text-align: center;
      }
        .header-info ul.list-category li {
          display: inline-block;
          margin-right: 8px;
          padding: 1px 14px 0 14px;
          letter-spacing: normal;
          color: #f6921e;
          border:1px solid #f6921e;
        }
        .header-info ul.list-category li:nth-child(1) { margin-left: 4px;}
        .header-info ul.list-category li:nth-child(5n) { margin-right: 0px;}
        .header-info ul.list-category li:nth-child(6) { margin-left: 4px;}
        .header-info ul.list-category li.s-mt-10 { margin-top: 10px;}
/* ----------------------------------------------------------
 container
---------------------------------------------------------- */
.container {
  position: relative;
  width: 100%;
  border: 1px solid #42210b;
  z-index: 1;
}


/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */
.contents {
  width: 100%;
  margin: -60px auto 0 auto;
  padding: 0 20px 0 20px;
  text-align: left;
}
.contents-main {
  position: relative;
  float: right;
  width: 100%;
}
/* tab
---------------------------------------------------------- */
.area-tab {
  width: 100%;
  position: relative;
}
  .area-tab ul { margin: 0 -4px;}
    .area-tab ul li {
      display: inline-block;
      width: 33.3%;
      float: left;
      padding: 8px 4px 0 4px;
      font-weight: bold;
    }
    .area-tab ul li a{
      display: table;
      width: 100%;
      height: 51px;
      text-align: center;
      border: 1px solid #40210f;
      border-radius: 8px 8px 0 0;
      border-bottom: none;
      background: #fff;
      z-index: 0;
      color: #c59b6d;
    }
    .area-tab ul li a span {
      display: table-cell;
      vertical-align: middle;
    }
    .area-tab ul li:last-child a { margin-right: -5px;}
    .area-tab ul li.is-current {
      width: 33.4%;
      padding: 9px 4px 0 4px;
    }
    .area-tab ul li.is-current a { color: #42210b;}
/* anchor
---------------------------------------------------------- */
.list-anchor-01 {
  margin-top: 80px;
  letter-spacing: -.40em;
}
  .list-anchor-01 li {
    display: inline-block;
    letter-spacing: normal;
    width: 24%;
    margin-right: 1px;
    text-align: center;
    font-weight: bold;
    border-left: 1px solid #f6921e;
  }
  .list-anchor-01 li:nth-child(3) { width: 17%;}
  .list-anchor-01 li:last-child {
    width: 32.6%;
    margin-left: -1px;
    border-right: 1px solid #f6921e;
  }
    .list-anchor-01 li a,
    .list-anchor-02 li a { color: #f6921e;}
.list-anchor-02 {
  width: 100%;
  margin-top: 80px;
  letter-spacing: -.40em;
}
  .list-anchor-02 li {
    display: inline-block;
    letter-spacing: normal;
    width: 49.2%;
    margin-left: 1px;
    padding: 2% 0;
    text-align: center;
    font-weight: bold;
    border-left: 1px solid #f6921e;
  }
  .list-anchor-02 li:last-child { border-right: 1px solid #f6921e;}
/*list-service
---------------------------------------------------------- */
.list-service {}
.list-service p { margin: 0 0 10px 15px;}
.list-service p.txt-attention-01 {
  width: 100%;
  margin-left: 0;
  text-indent: -1em;
  padding-left: 1em;
}
.list-service > li {
  margin-bottom: 20px;
  border-left: 5px solid #f6921e;
}
.list-service li > ul > li {
  position: relative;
  height: 10%;
  margin-left: 30px;
  font-size: 1.2em;
}
.list-service > li > ul > li span{
  font-weight: bold;
  font-size: 1.1em;
  color: #40210f;
}
.list-service li > ul > li:before {
  position: absolute;
  top: 7px;
  left: -17px;
  content:"";
  width: 15px;
  height: 15px;
  background: url("/sp/img/ico_service_01.png") no-repeat;
  background-size: 100%;
}
/*list-flow
---------------------------------------------------------- */
.list-flow {}
  p.txt-attention-02 { margin-top: 30px;}
  .list-flow li {
    position: relative;
    margin: 0 0 60px 70px;
  }
  .list-flow li.list-01:before {
    position: absolute;
    top: 5px;
    left: -70px;
    content: "";
    width: 60px;
    height: 60px;
    background: url("/sp/img/ico_sejutu_01.png") no-repeat;
    background-size: 100%;
  }
  .list-flow li.list-02:before {
    position: absolute;
    top: 5px;
    left: -70px;
    content: "";
    width: 60px;
    height: 60px;
    background: url("/sp/img/ico_sejutu_02.png") no-repeat;
    background-size: 100%;
  }
  .list-flow li.list-03:before {
    position: absolute;
    top: 5px;
    left: -70px;
    content: "";
    width: 60px;
    height: 60px;
    background: url("/sp/img/ico_sejutu_03.png") no-repeat;
    background-size: 100%;
  }
  .list-flow li:after {
    position: absolute;
    top: 120%;
    left: 40%;
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 20px solid #f6921e;
  }
  .list-flow li:last-child { margin-bottom: 20px;}
  .list-flow li:last-child:after { border: none;}
  .list-flow li span {
    position: relative;
    font-size: 1em;
   }
    .list-flow li > .txt-title {
      margin-bottom: -20px;
      font-size: 1.6em;
    }
/*list-info
---------------------------------------------------------- */
.list-info {}
  .list-info li {
    border-top: 1px solid #c59b6d;
  }
  .list-info li:last-child {
    border-bottom: 1px solid #c59b6d;
  }
    .list-info li dl { margin-bottom: 15px;}
      .list-info li dl dt {
        float: left;
        padding-right: 3px;
      }
      .list-info li dl dd {}
      .list-info li dl dd:before {
        content:":";
        padding-right: 3px;
      }

/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
.footer {
  width: 100%;
}
  .footer-in {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 0 20px;
    text-align: left;
  }
  .footer-utility { }
    .footer-links {
      width: 100%;
      text-align: center;
    }
      .footer-links ul {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding-left: 5px;
        text-align: center;
      }
        .footer-links li {
          position: relative;
          display: inline-block;
          margin: 0 8px 0 10px;
        }
        .footer-links li:first-line {
          width: 80%;
          margin: 0 auto;
          text-align: center;
        }
        .footer-links li:nth-child(7) { margin-right: -5px;}
        .footer-links li:before {
          position: absolute;
          top: 2px;
          left: -16px;
          content: "";
          width: 15px;
          height: 15px;
          background: url(/sp/common/img/ico_footer_link_01.png) no-repeat;
          background-size: 100%;
        }
        .footer-links li { text-align: center;}

  .footer-logo {
    margin: 10px 10px 0 0;
  }
    .footer-logo img {
      width: 70%;
    }
  .footer-copyright {
    width: 58%;
    margin: 10px 0 20px 0;
    color: #000;
    font-size: 0.9em;
  }

/* ----------------------------------------------------------
 section
---------------------------------------------------------- */
/* sec-cmn
---------------------------------------------------------- */
.sec-cmn-01 {
  margin-bottom: 22px;
  position: relative;
}
/* section last margin */
section:last-of-type {
  margin-bottom: 0;
}
/* ----------------------------------------------------------
 box
---------------------------------------------------------- */
.box-buttonlink {
  margin-bottom: 15px;
}
.box-profile {
  color: #f6921e;
  overflow: hidden;
}
  .box-profile .txt-01 {
    position: relative;
    margin-bottom: 10px;
    padding-top: 5px;
    font-size: 1.3em;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
    color: #e85513;
  }
  .box-profile .txt-01:after {
    position: absolute;
    top: 16px;
    left: 62px;
    content: "";
    width: 100%;
    height: 5px;
    background: url(/sp/img/bg_dotted_01.jpg) repeat-x;
    background-size: 5px;
  }
  .box-profile .txt-02 a {
    color: #f6921e;
    text-decoration: underline;
  }
  .box-profile .txt-02:after {
    position: absolute;
    bottom: -12px;
    left: 0;
    content: "";
    width: 100%;
    height: 5px;
    background: url(/sp/img/bg_dotted_01.jpg) repeat-x;
    background-size: 5px;
  }

/* ----------------------------------------------------------
 hero
---------------------------------------------------------- */
/* hero-cmn
---------------------------------------------------------- */
.hero-cmn {
  width: 100%;
}
  .hero-cmn img {
    width: 100%;
  }
/* ----------------------------------------------------------
 module
----------------------------------------------- */
.mod-sns-01 {
  text-align: center;
}
  .mod-sns-01 li {
    display: block;
    width: 49%;
    margin: 7px 7px 0 0;
    float: left;
    font-weight: bold;
    border: 1px solid #989898;
    background: -webkit-gradient(bottom, #fefefe, #cdcdcd);
    background: -moz-linear-gradient(bottom, #fefefe, #cdcdcd);
    background: linear-gradient(to bottom, #fefefe, #cdcdcd);
    border-radius: 8px;
  }
  .mod-sns-01 li:nth-child(1),
  .mod-sns-01 li:nth-child(2) {
    margin-top: 0;
  }
  .mod-sns-01 li:nth-child(2n) {
    margin-right: -7px;
  }
    .mod-sns-01 li a {
      display: block;
      padding: 15px 5px 15px 30px;
    }
    .mod-sns-01 li a span {
      position: relative;
    }
    .mod-sns-01 li a.line span:before {
      position: absolute;
      top: -6px;
      left: -27px;
      content: "";
      width: 25px;
      height: 25px;
      background: url(/sp/common/img/ico_line_01.png) no-repeat;
      background-size: 100%;
    }
    .mod-sns-01 li a.mail span:before {
      position: absolute;
      top: -3px;
      left: -28px;
      content: "";
      width: 25px;
      height: 25px;
      background: url(/sp/common/img/ico_mail_01.png) no-repeat;
      background-size: 100%;
    }
    .mod-sns-01 li a.facebook span { padding-left: 5px;}
    .mod-sns-01 li a.facebook span:before {
      position: absolute;
      top: -7px;
      left: -22px;
      content: "";
      width: 25px;
      height: 25px;
      background: url(/sp/common/img/ico_fb_01.png) no-repeat;
      background-size: 100%;
    }
    .mod-sns-01 li a.twitter span { padding-left: 5px;}
    .mod-sns-01 li a.twitter span:before {
      position: absolute;
      top: -6px;
      left: -23px;
      content: "";
      width: 25px;
      height: 25px;
      background: url(/sp/common/img/ico_tw_01.png) no-repeat;
      background-size: 100%;
    }
.mod-button-01 {
  text-align: center;
  margin-top: 15px;
}
  .mod-button-01 li {
    width: 100%;
    margin: 5px auto 0 auto;
    padding: 7px 0 7px 0;
    font-weight: bold;
    background: -webkit-gradient(bottom, #faae3a, #f6921e);
    background: -moz-linear-gradient(bottom, #faae3a, #f6921e);
    background: linear-gradient(to bottom, #faae3a, #f6921e);
    border-radius: 8px;
  }
    .mod-button-01 li a {
      display: block;
      font-size: 1.2em;
      color: #fff;
    }

.mod-button-chenge {
  margin: 20px 0 10px 0;
}
  .mod-button-chenge ul {
    border: 1px solid #b2b2b2;
    border-radius: 8px;
  }
    .mod-button-chenge ul li{
      display: inline-block;
      width: 49%;
      padding: 10px 0;
      text-align: center;
      background: #b2b2b2;
      background-size: 9.7px 61.8px;
      border-radius: 7px 0 0 7px;
    }
    .mod-button-chenge ul li.is-current{
      width: 49%;
      background: #fff;
      border-radius: 0 8px 8px 0;
    }
      .mod-button-chenge ul li a {
        position: relative;
        display: block;
        font-weight: bold;
        padding-left: 10px;
      }
      .mod-button-chenge ul li.btn-pc a:before {
        position: absolute;
        top: 2px;
        left: 28%;
        content: "";
        width: 20px;
        height: 15px;
        background: url("/sp/common/img/ico_pc_01.png") no-repeat;
        background-size: 100%;
      }
      .mod-button-chenge ul li.btn-sp a:before {
        position: absolute;
        top: 0;
        left: 28%;
        content: "";
        width: 20px;
        height: 20px;
        background: url("/sp/common/img/ico_sp_01.png") no-repeat;
        background-size: 12px;
        z-index: 1;
      }
/* ----------------------------------------------------------
 title
---------------------------------------------------------- */
.ttl-type-01,
.ttl-type-02,
.ttl-type-03,
.ttl-type-04 {
  width: 100%;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.ttl-type-01 {
  width: 100%;
  height: 30%;
  margin: 20px 0 10px 0;
  padding: 2px 0 4px 10px;
  font-size: 1.4em;
  color: #fff;
  background: url("/sp/common/img/bg_title_01.jpg") no-repeat;
  background-size: 100%;
}
.title {
  margin-top: 83px;
}
.ttl-type-02 {
  margin: 20px 0;
  font-size: 1.7em;
  line-height: 1.4;
}
.ttl-type-02.s-ta-c {
  text-align: center;
  margin: 15px 0 10px 0;
}
.ttl-type-03 {
  margin-left: 15px;
  font-size: 1.8em;
  color: #f05a24;
}
.ttl-type-04 {
  margin: 20px 0 15px 0;
  padding-left: 5px;
  font-size: 1.4em;
  border-left: 4px solid #f6921e;
  border-bottom: 1px solid #f6921e;
}
.ttl-type-05 {
  font-weight: bold;
  font-size: 1.4em;
}
.ttl-ribbon-01 {
  width: 55%;
  margin: 15px 0 8px 0;
  padding: 4px 0;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #fff;
  background: url("/sp/img/bg_news_01.png") no-repeat;
  background-size: 100%;
}
.ttl-ribbon-02 {
  width: 55%;
  margin:15px 0 8px 0;
  padding: 4px 0;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #fff;
  background: url("/sp/img/bg_news_02.png") no-repeat;
  background-size: 100%;
}

/* ----------------------------------------------------------
 button
---------------------------------------------------------- */
.btn-map {
  position: relative;
  float: right;
}
  .btn-map img{
    position: absolute;
    top: -49px;
    right: 0;
    width: 70px;
  }
  .btn-youtube {
  margin-bottom: 10px;
  padding: 10px 0 10px 10px;
  background-color: #ff0000;
  border-radius: 8px;
  text-align: center;
}

  .btn-tiktok {
  margin-bottom: 10px;
  padding: 10px 0 10px 10px;
  background-color: #000000;
  border-radius: 8px;
  text-align: center;
}

  .btn-line {
  margin-bottom: 10px;
  padding: 10px 0 10px 10px;
  background-color: #00C34D;
  border-radius: 8px;
  text-align: center;
}

  .btn-youtube a {
    display: block;
    position: relative;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
  }
  .btn-tiktok a {
    display: block;
    position: relative;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
  }
  .btn-line a {
    display: block;
    position: relative;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
  }
  .btn-youtube a span {
    position: relative;
  }
  .btn-tiktok a span {
    position: relative;
  }
  .btn-line a span {
    position: relative;
  }
  .btn-youtube a span:before {
    position: absolute;
    width: 26px;
    height: 26px;
    content: "";
    top: -5px;
    left: -30px;
    background-size: 100%;
  .btn-tiktok a span:before {
    position: absolute;
    width: 26px;
    height: 26px;
    content: "";
    top: -5px;
    left: -30px;
    background-size: 100%;
  .btn-line a span:before {
    position: absolute;
    width: 26px;
    height: 26px;
    content: "";
    top: -5px;
    left: -30px;
    background-size: 100%;
  }
/* pagetop
---------------------------------------------------------- */
.btn-cmn-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  background: #c6b198;
  border-radius: 8px;
  z-index: 9999;
}
  .btn-cmn-pagetop a {
    display: block;
    position: relative;
    padding-top: 23px;
    line-height: 1.3;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
    font-weight: bold;
    text-decoration: none;
  }
  .btn-cmn-pagetop a:before {
    position: absolute;
    top: 7px;
    right: 8px;
    content: "";
    width: 30px;
    height: 20px;
    background: url("/sp/common/img/ico_pagetop_01.png") no-repeat;
    background-size: 60%;
  }
/* ----------------------------------------------------------
 link
---------------------------------------------------------- */
/* link-cmn
---------------------------------------------------------- */
.link-cmn {
}
/* ----------------------------------------------------------
 icon
---------------------------------------------------------- */
/* ico-cmn
---------------------------------------------------------- */
.ico-cmn {
}
/* ----------------------------------------------------------
 figure
---------------------------------------------------------- */
.fig-top-01 {
  display: table;
  text-align: right;
}
.fig-top-01 img { width: 100%;}
.fig-bunner-01 {}
  .fig-bunner-01 img {
    width: 100%;
    margin-bottom: 15px;
  }
  .fig-cap-01{
    display: table-cell;
    width: 50%;
    padding-left: 15px;
    text-align: left;
    font-size: 1.8em;
    font-weight: bold;;
    font-family: "ヒラギノ�?�朝 Pro", "Hiragino Mincho Pro", "游明朝��?", "Yu Mincho", YuMincho, serif;
    vertical-align: middle;
  }
  .fig-cap-01 span {
    font-size: 0.9em;
  }
/* ----------------------------------------------------------
 style
---------------------------------------------------------- */
.s-fw-n     { font-weight: normal;}
.s-fw-b     { font-weight: bold;}
.s-ta-l     { text-align: left !important;}
.s-ta-c     { text-align: center !important;}
.s-ta-r     { text-align: right !important;}
.s-va-t     { vertical-align: top !important;}
.s-va-m     { vertical-align: middle !important;}
.s-va-b     { vertical-align: bottom !important;}
.s-ov-h     { overflow: hidden;}
.s-clear    { clear: both;}
.s-hide     { display: none;}
.s-txt-hide { text-indent: 100%; white-space: nowrap; overflow: hidden;}
.s-bg-n     { background: none !important;}
.s-mt-00    { margin-top: 0 !important;}
.s-mb-00    { margin-bottom: 0 !important;}
.s-ml-00    { margin-left: 0 !important;}
.s-mr-00    { margin-right: 0 !important;}

/* sp
---------------------------------------------------------- */
@media screen and (max-width: 640px) {
.only-pc,
.no-sp,
.only-tb,
img.only-tb  { display: none !important;}
.only-sp,
.no-pc,
.no-tb     { display: block !important;}
img.only-sp,
img.no-pc,
img.no-tb  { display: inline-block !important;}
}
/*
