@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
fontsize mixin
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.header .header_btn > a, .header .header_list > li > a:after, .header .header_list > li.header_item4 > a:after, .header .header_list > li.header_item4 > a .header_txt2 span, .footer .footer_list > li > a:after, .footer .footer_list > li.footer_item4 > a:after, .footer .footer_list > li.footer_item4 > a .footer_txt2 span, .btn:after, .heading .heading_ttl1:before, .heading .heading_ttl2, .media .media_label {
  background: url('../img/sprites.png') no-repeat;
          background-size: 136px 455px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /*1*/
  line-height: 1.6;
  font-size: 12px;
  font-size: 0.75rem;
  color: #392214;
  word-break: break-all;
}

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

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

.wrap {
  overflow: hidden;
  min-width: 320px;
}

.header {
  position: relative;
  z-index: 10000;
  height: 44px;
  padding: 8px 0;
  background-color: #fff;
}
.header .header_colset {
  margin: 0 auto;
  padding: 0 10px;
}
.header .header_colset:after {
  content: "";
  display: block;
  clear: both;
}
.header .header_col1 {
  float: left;
  padding: 10px 0;
}
.header .header_col2 {
  float: right;
}
.header .header_logo {
  line-height: 0;
}
.header .header_logo img {
  height: 24px;
  width: auto;
}
.header .header_btn > a {
  display: block;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 44px;
  height: 44px;
  background-position: 0 0;
}
.header .header_nav {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #e2ddb8;
}
.header .header_list > li {
  border-bottom: 1px solid #fff;
}
.header .header_list > li:last-child {
  border-bottom: none;
}
.header .header_list > li > a {
  position: relative;
  display: block;
  padding: 12px;
  text-decoration: none;
  color: #392214;
}
.header .header_list > li > a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  content: '';
  width: 12px;
  height: 7px;
  background-position: 0 -115px;
}
.header .header_list > li.header_item4 > a:after {
  margin-top: -4px;
  right: 12px;
  content: '';
  width: 7px;
  height: 12px;
  background-position: 0 -103px;
}
.header .header_list > li.header_item4 > a .header_blog {
  position: relative;
  padding-right: 54px;
  display: inline-block;
}
.header .header_list > li.header_item4 > a .header_txt2 {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 0;
}
.header .header_list > li.header_item4 > a .header_txt2 span {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 37px;
  height: 30px;
  background-position: 0 -396px;
}

.footer .footer_pagetop {
  padding: 30px 10px;
  text-align: center;
  line-height: 0;
}
.footer .footer_pagetop img {
  width: 90px;
  height: auto;
}
.footer .footer_row1 {
  background: #fff;
}
.footer .footer_row2 {
  padding: 10px;
  background: #38973f;
}
.footer .footer_col2 {
  padding: 40px 10px;
}
.footer .footer_nav {
  background: #e2ddb8;
}
.footer .footer_list > li {
  border-bottom: 1px solid #fff;
}
.footer .footer_list > li:last-child {
  border-bottom: none;
}
.footer .footer_list > li > a {
  position: relative;
  display: block;
  padding: 12px;
  text-decoration: none;
  color: #392214;
}
.footer .footer_list > li > a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  content: '';
  width: 12px;
  height: 7px;
  background-position: 0 -96px;
}
.footer .footer_list > li.footer_item4 > a:after {
  margin-top: -4px;
  right: 12px;
  content: '';
  width: 7px;
  height: 12px;
  background-position: 0 -103px;
}
.footer .footer_list > li.footer_item4 > a .footer_blog {
  position: relative;
  padding-right: 54px;
  display: inline-block;
}
.footer .footer_list > li.footer_item4 > a .footer_txt2 {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 0;
}
.footer .footer_list > li.footer_item4 > a .footer_txt2 span {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 37px;
  height: 30px;
  background-position: 0 -396px;
}
.footer .footer_logo {
  text-align: center;
  line-height: 0;
}
.footer .footer_logo > img {
  height: 30px;
  width: auto;
}
.footer .footer_txt {
  margin-top: 16px;
  text-align: center;
}
.footer .footer_copyright {
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
}

.content {
  margin-bottom: -122px;
}

.sec {
  padding: 30px 10px;
}
.sec .sec_inner {
  padding: 0 10px;
}
.sec:nth-child(odd) {
  background-color: #fff;
}
.sec:nth-child(even) {
  background-color: #f9f8ee;
}
.sec:last-child {
  padding-bottom: 118px;
}
.sec .sec_header {
  text-align: center;
  margin-bottom: 24px;
}
.sec.sec1 {
  padding-top: 0;
  padding-bottom: 0;
}

.btn {
  padding: 10px 25px;
  border: 2px solid #38973f;
          border-radius: 22px;
  display: block;
  position: relative;
  color: #38973f;
  text-align: center;
}
.btn:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  content: '';
  width: 5px;
  height: 8px;
  background-position: 0 -88px;
}

.heading .heading_ttl1,
.heading .heading_ttl2 {
  display: block;
  line-height: 0;
}
.heading .heading_ttl1 {
  position: relative;
  padding-left: 18px;
  margin-bottom: 14px;
}
.heading .heading_ttl1:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  content: '';
  width: 13px;
  height: 18px;
  background-position: 0 -122px;
}
.heading .heading_ttl2 {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.heading.heading_plan .heading_ttl2 {
  width: 125px;
  height: 43px;
  background-position: 0 -140px;
}
.heading.heading_hiramarien .heading_ttl2 {
  width: 136px;
  height: 42px;
  background-position: 0 -183px;
}
.heading.heading_sone .heading_ttl2 {
  width: 133px;
  height: 43px;
  background-position: 0 -225px;
}
.heading.heading_hinata .heading_ttl2 {
  width: 65px;
  height: 42px;
  background-position: 0 -268px;
}
.heading.heading_kasumisou .heading_ttl2 {
  width: 94px;
  height: 43px;
  background-position: 0 -310px;
}
.heading.heading_kirigaoka .heading_ttl2 {
  width: 133px;
  height: 43px;
  background-position: 0 -353px;
}

.heading2 {
  line-height: 0;
}

.list > li {
  background: url("../img/bg_line_02.png") repeat-x left bottom;
  background-size: 8px 1px;
}
.list > li:last-child {
  background: transparent;
  padding-bottom: 0;
}

.list2 {
  padding: 15px 10px;
  background: url("../img/bg_line_01.png") repeat-x left bottom;
  background-size: 8px 1px;
}
.list2:first-child {
  padding-top: 0;
}
.list2 > dt {
  margin-bottom: 10px;
  line-height: 0;
}
.list2 > dd {
  color: #6f5240;
}
.list2.list2_service {
  padding: 15px 10px;
}

.list3 {
  margin-bottom: 10px;
}
.list3:last-child {
  margin-bottom: 0;
}

.list4 {
  background-color: #f9f8ee;
}
.list4 .list4_item {
  line-height: 0;
  text-align: center;
}
.list4 .list4_item img {
  display: inline-block;
}

.list5 > li {
  margin-bottom: 5px;
}
.list5 > li:last-child {
  margin-bottom: 0;
}

.media {
  display: block;
  position: relative;
  padding: 30px 0 30px 120px;
}
.media .media_btn2 {
  display: none;
}
.media .media_btn {
  margin-top: 20px;
}
.media .media_body {
  width: 100px;
  position: absolute;
  left: 0;
  top: 30px;
}
.media .media_label {
  position: absolute;
  left: -18px;
  top: -18px;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 49px;
  height: 29px;
  background-position: 0 -426px;
}

.is_close.header .header_btn > a {
  width: 44px;
  height: 44px;
  background-position: 0 -44px;
}
