@charset "UTF-8";
/* ==========================================================================
   Reset
============================================================================= */
html,
body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dt,
dd,
ol,
ul,
li,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 1000px;
}

img {
  border: 0;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   Base
============================================================================= */
body {
  color: #343434;
  background-color: #fff;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

a:link,
a:active,
a:visited {
  color: #74471e;
  border: 0;
  text-decoration: none;
}

a:hover {
  color: #f85400;
  border: 0;
  text-decoration: none;
}

/*base*/
.sp {
  display: none;
}

.fwb {
  font-weight: bold;
}

.ffyu {
  font-size: 1.1em;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.ffmin {
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MSP明朝", "MS PMincho", "MS 明朝", serif;
}

.f_l {
  float: left;
}

.f_r {
  float: right;
}

.line1 {
  padding: 0;
  margin: 0 auto;
  width: 943px;
}

.line1 img {
  display: block;
}

.mrb1em {
  margin-bottom: 1em;
}

.mrb2em {
  margin-bottom: 2em;
}

#bg1 {
  width: 100%;
  background: url(../img/bg1.jpg) center 0 no-repeat;
}

#bg2 {
  width: 100%;
  background: url(../img/bg2.jpg) center center no-repeat;
}

#bg2a {
  width: 100%;
  background: url(../img/bg2.jpg) center bottom no-repeat;
}

#bg3 {
  width: 100%;
  background: url(../img/bg3.jpg) center bottom no-repeat;
}

#header {
  min-width: 980px;
  width: 100%;
  background: url(../img/headbar.png) 0 0 repeat-x;
}

#header_inner {
  width: 980px;
  margin: 0 auto;
}

#header_inner p#logo {
  float: left;
  padding: 30px 20px 10px 0px;
}

#header_inner p#tel {
  float: left;
  padding: 48px 0px 10px 150px;
}

#header_inner p#tel img {
  width: 340px;
}

#header_inner p#tel2020 {
  float: left;
  padding: 48px 0px 10px 10px;
}

#header_inner p#bnr_dc {
  float: right;
  padding: 20px 0px 30px 0;
}

#header_inner p#bnr_dc a {
  padding: 0 0 0 10px;
}

#header_inner #hnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header_inner #hnavi li {
  text-align: center;
  width: 156px;
  background: url(../img/line1.png) right top 20px no-repeat;
}

#header_inner #hnavi li:nth-child(1) {
  width: 102px;
  text-align: left;
}

#header_inner #hnavi li:nth-child(7) {
  width: 113px;
}

#header_inner #hnavi li:last-child {
  text-align: right;
  background: none;
}

#header_inner h1#catch {
  font-size: 11px;
  padding: 0 0 5px 0;
  color: #318371;
}

#header_inner #mnavi {
  padding: 10px 0 20px 20px;
}

#header_inner #mnavi li {
  float: left;
  padding: 0 10px;
}

#header_inner #mnavi2 {
  padding: 7px 0 20px 12px;
  margin: 10px 0;
  background: url(../img/bar8.png) 0 0 no-repeat;
}

#header_inner #mnavi2 li {
  float: left;
  padding: 0 11px;
}

#container {
  width: 980px;
  margin: 0 auto;
}

/* ==========================================================================
   Footer
============================================================================= */
#footer {
  margin: 50px 0 0 0;
  padding: 20px 0;
  background: url(../img/foot_bg.jpg) 0 0 #036751;
}

#footer_inner {
  width: 980px;
  margin: 0 auto;
}

#footer_inner ul {
  padding: 10px 25px 10px 0;
  float: left;
}

#footer_inner ul.last {
  padding: 10px 0 10px 0;
  float: left;
}

#footer_inner ul li {
  padding: 0 0 5px 0;
  line-height: 1.2;
}

#footer_inner ul li.flink1 a {
  font-size: 11px;
  color: #ffd220;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0 0 7px;
  background: url(../img/arrow1.png) 0 center no-repeat;
}

#footer_inner ul li.flink2 a {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 7px;
  background: url(../img/arrow2.png) 0 center no-repeat;
}

#footer_inner ul li.flink2 span {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 7px;
  background: url(../img/arrow2.png) 0 center no-repeat;
}

#footer_inner ul li a:hover {
  text-decoration: underline;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.small {
  font-size: 0.8em;
}

.copyright {
  color: #fff;
  font-size: 11px;
  text-align: right;
}

.line2 {
  text-align: center;
  padding: 17px 0 30px 0;
}

#btn_up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 73px;
  height: 80px;
  z-index: 100;
}

#btn_up a {
  display: block;
  width: 73px;
  height: 80px;
  background: url(../img/btn_pagetop.png) 0 0 no-repeat;
  opacity: 0.5;
}

#btn_up a span {
  display: none;
}

/* ------------------------------------

SmartPhone

-------------------------------------- */
@media only screen and (max-width: 700px) {
  body {
    min-width: 0;
  }
  .sp {
    display: block;
  }
  .no_sp {
    display: none;
  }
  /* SP NAVI */
  #sp_navi_set {
    display: block;
  }
  #sp_navi {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    height: 60px;
    z-index: 1000;
  }
  #sp_navi_bt {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: -60px;
    right: 0px;
  }
  #sp_navi_bt img {
    width: 60px;
    height: 60px;
  }
  #sp_navi_list {
    display: none;
    background-color: #fff;
  }
  #sp_navi_list ul {
    border-top: solid 1px #ccc;
  }
  #sp_navi_list ul li {
    border-bottom: solid 1px #ccc;
  }
  #sp_navi_list ul li a {
    display: block;
    width: 100%;
    font-size: 17px;
    line-height: 1.4;
    text-decoration: none;
    color: #006633;
    padding: 10px 0;
    text-align: center;
    background: url(../img/arrow3.png) 20px center no-repeat;
  }
  .btn_daisuki a {
    display: block;
    padding: 10px;
    color: #006633;
    border: solid 1px #006633;
    margin: 20px;
    text-align: center;
    background: url(../img/arrow3.png) 20px center no-repeat;
  }
  #sp_navi_close {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #0f663d;
    padding: 20px 0;
    cursor: pointer;
  }
  /* header */
  #header {
    min-width: 0;
    width: 100%;
    background-image: none;
  }
  #header_inner {
    width: 100%;
    margin: 0;
  }
  #header_inner p#logo {
    float: none;
    height: 60px;
    padding: 0 150px 0px 10px;
  }
  #header_inner p#logo img {
    width: 200px;
    padding: 13px 0 0 5px;
  }
  #header_inner p#tel {
    float: none;
    text-align: center;
    padding: 20px;
    background-color: #fffcdb;
  }
  #header_inner p#tel img {
    width: 100%;
    max-width: 340px;
  }
  #header_inner p#tel2020 {
    float: none;
    text-align: center;
    padding: 20px;
    background-color: #fffcdb;
  }
  #header_inner p#tel2020 img {
    width: 100%;
    max-width: 340px;
  }
  #header_inner p#bnr_dc {
    display: none;
  }
  .sp.slide001 img {
    width: 100%;
  }
  #header_inner h1#catch {
    display: none;
  }
  #header_inner #hnavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    width: 100%;
    padding: 10px 0;
    border-bottom: dotted 1px #ccc;
  }
  #header_inner #hnavi li:nth-child(1),
  #header_inner #hnavi li:nth-child(7) {
    text-align: center;
  }
  #header_inner #hnavi li,
  #header_inner #hnavi li.hnavi_last {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    float: none;
    width: auto;
    padding: 10px 0;
    text-align: center;
    background: url(../img/line1.png) right center no-repeat;
  }
  #header_inner #hnavi li:nth-child(even),
  #header_inner #hnavi li.hnavi_last:nth-child(odd) {
    background: none;
  }
  #header_inner #mnavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    width: 100%;
  }
  #header_inner #mnavi li,
  #header_inner #mnavi li.hnavi_last {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    float: none;
    width: auto;
    padding: 10px 0;
  }
  /* contents */
  #container {
    width: 100%;
  }
  /* footer */
  #footer {
    display: none;
  }
  #footer_sp {
    width: 100%;
    text-align: center;
  }
  #footer_sp ul {
    padding: 30px 0;
    background: url(../img/foot_bg.jpg) center center #036751;
    margin: 20px 0 10px 0;
  }
  #footer_sp ul li a {
    font-size: 13px;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
  }
  #footer_sp ul li a span.small {
    font-size: 11px;
    padding: 0 0;
  }
  #footer_sp p.ds {
    margin: 20px 40px 50px;
  }
  #footer_sp p.ds a {
    color: #036651;
    font-size: 15px;
    display: block;
    padding: 10px;
    border: solid 1px #036651;
  }
  #footer_sp p.cp {
    color: #106651;
    font-size: 9px;
    text-align: center;
    padding: 15px 0;
  }
  #btn_up {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 100;
  }
  #btn_up a {
    display: block;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    opacity: 0.8;
  }
  #btn_up a span {
    display: none;
  }
}