@charset "UTF-8";
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 15px;
  position: relative;
  min-width: 1080px;
  background: #fff;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
}
@media screen and (max-width: 480px) {
  body {
    min-width: 0;
  }
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object {
  margin: 0;
  padding: 0;
}

header,
section,
navi,
footer {
  display: block;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

input,
textarea {
  font-weight: normal;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

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

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
brockquote,
pre,
table,
caption,
th,
td,
address {
  line-height: 1.8;
  color: #000;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  letter-spacing: 0;
}

a {
  color: #000;
}
li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 480px) {
  br.pcn {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  br.spn {
    display: none;
  }
}

.table {
  display: table;
}
.table .t-tr {
  display: table-row;
}
.table .t-tr .t-th,
.table .t-tr .t-td {
  display: table-cell;
}

@media screen and (max-width: 480px) {
  .onlyPC {
    display: none;
  }
}

.onlySP {
  display: none;
}
@media screen and (max-width: 480px) {
  .onlySP {
    display: initial;
  }
}

.anime {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.99, 0.99);
  transform: translateY(-10px) scale(0.99, 0.99);
  -webkit-transition: 1s;
  transition: 1s;
}

.move {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}

.anime-r {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-r {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-l {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-l {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-d {
  opacity: 0;
  -webkit-transform: translatedY(-50px);
  transform: translatedY(-50px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.move-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.anime-b {
  opacity: 0;
  -webkit-transform: translatedY(50px);
  transform: translatedY(50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  top: 5px;
  right: 7px;
  z-index: 10000;
  display: none;
}
@media screen and (max-width: 480px) {
  .hnavi_btn {
    display: block;
  }
}

.menu-button {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 100000;
  background: #fff;
}
.menu-button i {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background: #618696;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  right: 5px;
  top: 14px;
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background: #618696;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.menu-button i:before {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.menu-button i:after {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.hnavi_btn.active .menu-button i {
  background: none;
}
.hnavi_btn.active .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.hnavi_btn.active .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

.wrap_header {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .wrap_header {
    padding: 0;
  }
}

.header {
  width: 1080px;
  margin: 0 auto 18px;
  padding-top: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .header {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 7px;
    margin-bottom: 0;
  }
}
.header .hlogo {
  font-size: 0;
}
.header .hlogo img {
  width: 70px;
}
@media screen and (max-width: 480px) {
  .header .hlogo {
    width: 100%;
    margin-left: 10px;
    line-height: 1.2;
    text-align: center;
    position: relative;
    z-index: 10000;
  }
  .header .hlogo img {
    width: 45px;
  }
}
.header .gnavi {
  padding-top: 28px;
}
@media screen and (max-width: 480px) {
  .header .gnavi {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 30px;
    z-index: 9000;
    background: #fff;
    border-bottom: 2px solid #39986d;
    border-top: 2px solid #39986d;
  }
}
.header .gnavi ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.header .gnavi ul li {
  width: 140px;
  text-align: center;
  height: 59px;
  border-left: 1px solid #39986d;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
}
@media screen and (max-width: 480px) {
  .header .gnavi ul li {
    width: 33%;
    border-left: none;
    height: auto;
    min-height: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .gnavi ul li:nth-of-type(3n) {
    border-right: none;
  }
}

.side_nav {
  position: fixed;
  right: 0;
  top: calc(50% - 80px);
  width: 44px;
  text-align: center;
  background: #fff;
  border-radius: 5px 0 0 5px;
  border: 3px solid #39986d;
  border-right: none;
  padding: 10px 5px 8px;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .side_nav {
    position: absolute;
    top: 15px;
    left: 8px;
    right: auto;
    border: none;
    width: auto;
    padding: 0;
  }
}
.side_nav li {
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  .side_nav li {
    display: inline-block;
    width: 26px;
  }
}
@media screen and (max-width: 360px) {
  .side_nav li {
    width: 22px;
  }
}
.side_nav li:last-of-type {
  margin-bottom: 0;
}

.page {
  padding-top: 120px;
}
@media screen and (max-width: 480px) {
  .page {
    padding-top: 70px;
  }
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 100;
}
@media screen and (max-width: 480px) {
  .pagetop {
    right: 10px;
    bottom: 5px;
  }
  .pagetop img {
    width: 40px;
  }
}

.fsns {
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.fsns li {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .fsns li {
    width: 100%;
  }
}
.fsns li a {
  background: #36558f;
  width: 100%;
  height: 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.fsns li a img {
  width: 160px;
}
@media screen and (max-width: 480px) {
  .fsns li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 60px;
  }
  .fsns li a img {
    width: 120px;
    height: auto;
  }
}
.fsns li:nth-of-type(2) a {
  background: #000;
}

.wrap_footer {
  background: #39986d;
  padding: 50px 0;
}
@media screen and (max-width: 480px) {
  .wrap_footer {
    padding: 40px 20px;
  }
}
.wrap_footer .footer {
  width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .wrap_footer .footer {
    width: 100%;
  }
}
.wrap_footer .footer .fnavi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .wrap_footer .footer .fnavi {
    display: block;
  }
}
.wrap_footer .footer .fnavi dl a {
  color: #fff;
}
.wrap_footer .footer .fnavi dl dt {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .wrap_footer .footer .fnavi dl dt {
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 16px;
  }
}
.wrap_footer .footer .fnavi dl dd {
  font-size: 13px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .wrap_footer .footer .fnavi dl dd {
    display: inline-block;
    font-size: 14px;
  }
}
.wrap_footer .footer .fnavi dl dd span {
  display: block;
  margin-left: 1em;
}
@media screen and (max-width: 480px) {
  .wrap_footer .footer .fnavi dl dd span {
    display: inline;
    margin-left: 0;
  }
}
.wrap_footer .footer .flogo {
  text-align: center;
  margin-bottom: 10px;
}
.wrap_footer .copyright {
  text-align: center;
  color: #fff;
}

.wrap_container {
  width: 100%;
  overflow-x: hidden;
}

.top_mv {
  width: 100%;
  height: 350px;
  margin: 0 0 50px;
  overflow: visible;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .top_mv {
    height: auto;
  }
}
.top_mv ul {
  width: 100%;
}
.top_mv ul li {
  width: 800px;
}
@media screen and (max-width: 480px) {
  .top_mv ul li {
    width: 100%;
  }
}
.top_mv .swiper-button-prev,
.top_mv .swiper-button-next {
  width: 50px;
  height: 50px;
  background: none;
}
@media screen and (max-width: 480px) {
  .top_mv .swiper-button-prev,
  .top_mv .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.top_mv .swiper-button-prev {
  left: -36px;
}
@media screen and (max-width: 1300px) {
  .top_mv .swiper-button-prev {
    left: 10px;
  }
}
.top_mv .swiper-button-next {
  right: -36px;
}
@media screen and (max-width: 1300px) {
  .top_mv .swiper-button-next {
    right: 10px;
  }
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.top_info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 980px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 480px) {
  .top_info {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.top_info .top_info_l {
  width: 470px;
}
@media screen and (max-width: 480px) {
  .top_info .top_info_l {
    width: 100%;
  }
}
.top_info .top_info_l .info_ttl {
  border-bottom: 1px solid #39986d;
  margin-bottom: 10px;
}
.top_info .top_info_l .info_ttl:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  vertical-align: sub;
  margin-right: 8px;
}
@media screen and (max-width: 480px) {
  .top_info .top_info_l .top_news {
    margin-bottom: 30px;
  }
}
.top_info .top_info_l .top_news .info_ttl:before {
  background: #39986d;
}
.top_info .top_info_l .top_news ul li .cat a {
  width: 90px;
}
.top_info .top_info_l .top_blog .info_ttl:before {
  background: #fc2a54;
}
.top_info .top_info_l ul {
  display: table;
}
@media screen and (max-width: 480px) {
  .top_info .top_info_l ul {
    display: block;
    margin-bottom: 20px;
  }
}
.top_info .top_info_l ul li {
  display: table-row;
}
@media screen and (max-width: 480px) {
  .top_info .top_info_l ul li {
    display: block;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 0;
    margin-bottom: 12px;
  }
}
.top_info .top_info_l ul li span {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 8px;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .top_info .top_info_l ul li span {
    display: inline-block;
  }
}
.top_info .top_info_l ul li span.cat {
  padding-right: 15px;
}
.top_info .top_info_l ul li span.cat a {
  display: block;
  text-align: center;
  width: 120px;
  line-height: 21px;
  font-size: 12px;
  color: #fff;
  letter-spacing: -0.03em;
}
.top_info .top_info_l ul li span.cat.info a {
  background: #1381c0;
}
.top_info .top_info_l ul li span.cat.event a {
  background: #c1272d;
}
.top_info .top_info_l ul li span.cat.estate a {
  background: #1bb75d;
}
.top_info .top_info_l ul li span.cat.kofu a {
  background: #539570;
}
.top_info .top_info_l ul li span.cat.ryuo a {
  background: #e86299;
}
.top_info .top_info_l ul li span.cat.showa a {
  background: #3d93d9;
}
.top_info .top_info_l ul li span.cat.sell a {
  background: #f15a24;
}
.top_info .top_info_l ul li span.cat.renovation a {
  background: #0071b4;
}
.top_info .top_info_l ul li span.cat.salon a {
  background: #0071b4;
}
.top_info .top_info_l ul li span.cat.coc a {
  background: #0071b4;
}
.top_info .top_info_l ul li span.cat.kanri a {
  background: #0071b4;
}
.top_info .top_info_l ul li span.cat.other a {
  background: #0071b4;
}
.top_info .top_info_l ul li span.cat.voice a {
  background: #d76437;
}
.top_info .top_info_l ul li span.cat.keyarin {
  margin: 0;
}
.top_info .top_info_l ul li span.cat.keyarin a {
  background: #ea98a4;
}
.top_info .top_info_l ul li span.cat.sell a {
  background: #0097e0;
}
.top_info .top_info_l ul li span.cat.estate a {
  background: #1baf5d;
}
.top_info .top_info_l ul li span.cat.news a {
  background: #1380b8;
}
.top_info .top_info_l ul li span.cat.recruit a {
  background: #d76437;
}
.top_info .top_info_l ul li span.date {
  padding-right: 20px;
}
@media screen and (max-width: 480px) {
  .top_info .top_info_l ul li span.ttl {
    width: 100%;
  }
}
.top_info .top_info_l .btn {
  text-align: right;
}
.top_info .top_info_l .btn a {
  background: #39986d;
  display: inline-block;
  color: #fff;
  width: 90px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
}
.top_info .top_info_r {
  width: 470px;
}
@media screen and (max-width: 480px) {
  .top_info .top_info_r {
    width: 100%;
  }
}
.top_info .top_info_r .info_ttl {
  border-bottom: 1px solid #39986d;
  margin-bottom: 10px;
}
.top_info .top_info_r .info_ttl:before {
  content: "";
  display: inline-block;
  background: #0099e4;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  vertical-align: sub;
  margin-right: 8px;
}

.top_logo {
  text-align: center;
  margin-bottom: 15px;
}

.top_copy {
  font-size: 50px;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .top_copy {
    font-size: 26px;
    padding: 0 20px;
  }
}

.top_lead {
  font-size: 34px;
  text-align: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 480px) {
  .top_lead {
    font-size: 18px;
    padding: 0 20px;
    text-align: left;
  }
}

.top_select {
  margin-bottom: 68px;
}
.top_select li {
  margin-bottom: 0;
}
.top_select li a {
  display: block;
  line-height: 96px;
  font-size: 39px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .top_select li a {
    font-size: 24px;
    line-height: 60px;
  }
}
.top_select li:first-of-type a {
  background: #39986d;
}
.top_select li:nth-of-type(2) a {
  background: #b1d5c5;
}

.sec_ttl {
  font-size: 30px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .sec_ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.top_nav {
  margin-bottom: 60px;
}
.top_nav .top_nav_cnt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .top_nav .top_nav_cnt {
    width: 100%;
  }
}
.top_nav .top_nav_cnt ul {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .top_nav .top_nav_cnt ul {
    width: 100%;
  }
}
.top_nav .top_nav_cnt ul li {
  line-height: 0.7;
  height: 160px;
  margin-bottom: 0;
}
.top_nav .top_nav_cnt ul li a {
  height: 100%;
  width: 100%;
  line-height: 0.7;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 480px) {
  .top_nav .top_nav_cnt ul li a {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.top_nav .top_nav_cnt ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.top_nav .top_nav_cnt ul li a img {
  position: relative;
  z-index: 10;
}
.top_nav .top_nav_cnt p {
  width: 50%;
  height: 320px;
  line-height: 0.7;
  position: relative;
}
@media screen and (max-width: 480px) {
  .top_nav .top_nav_cnt p {
    width: 100%;
  }
}
.top_nav .top_nav_cnt .top_nav01 a {
  background: url("../img/top/top_navibg01.jpg") no-repeat;
  background-size: cover;
}
.top_nav .top_nav_cnt .top_nav02 a {
  background: url("../img/top/top_navibg02.jpg") no-repeat;
  background-size: cover;
}
.top_nav .top_nav_cnt .top_nav03 a {
  background: url("../img/top/top_navibg03.jpg") no-repeat;
  background-size: cover;
}
.top_nav .top_nav_cnt .top_nav04 a {
  background: url("../img/top/top_navibg04.jpg") no-repeat;
  background-size: cover;
}
.top_nav .top_nav_cnt .top_nav05 {
  margin-bottom: 3px;
}
.top_nav .top_nav_cnt .top_nav05 a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: url("../img/top/top_navibg05.jpg") no-repeat;
  background-size: cover;
}
.top_nav .top_nav_cnt .top_nav05 a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  .top_nav .top_nav_cnt .top_nav05 {
    height: auto;
  }
  .top_nav .top_nav_cnt .top_nav05 a {
    display: block;
    padding: 15px 0;
  }
}
.top_nav .top_nav_cnt .top_nav06 {
  margin-right: 3px;
  width: calc(50% - 3px);
  margin-bottom: 3px;
}
@media screen and (max-width: 480px) {
  .top_nav .top_nav_cnt .top_nav06 {
    height: 240px;
    width: 100%;
    margin-right: 0;
  }
}
.top_nav .top_nav_cnt .top_nav06 a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: url("../img/top/top_navibg06.png") no-repeat center;
}
.top_nav .top_nav_cnt .top_nav06 a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.top_nav .top_nav_cnt .top_nav06 a img {
  position: relative;
  z-index: 10;
}
.top_nav .top_nav_cnt .top_nav07 a {
  background: url("../img/top/top_navibg07.jpg") no-repeat;
  background-size: cover;
}
.top_nav .top_nav_cnt .top_nav08 {
  height: 159px;
}
.top_nav .top_nav_cnt .top_nav08 a {
  background: url("../img/top/top_navibg08.jpg") no-repeat;
  background-size: cover;
}
.top_nav .top_nav_cnt .top_nav09 {
  margin-right: 3px;
  width: calc(50% - 3px);
}
@media screen and (max-width: 480px) {
  .top_nav .top_nav_cnt .top_nav09 {
    height: 240px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 3px;
  }
}
.top_nav .top_nav_cnt .top_nav09 a {
  background: url("../img/top/top_navibg09.jpg") no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.top_nav .top_nav_cnt .top_nav09 a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.top_nav .top_nav_cnt .top_nav09 a img {
  position: relative;
  z-index: 10;
}
.top_nav .top_nav_cnt .top_nav10 a {
  background: url("../img/top/top_navibg10.jpg") no-repeat center;
}
@media screen and (max-width: 480px) {
  .top_nav .top_nav_cnt .top_nav10 a {
    background-size: 80%;
  }
}
.top_nav .top_nav_cnt .top_nav11 a {
  background: url("../img/top/top_navibg11.jpg") no-repeat center;
  background-size: cover;
}
.top_nav .top_nav_cnt .top_nav_cnt1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.top_nav .top_nav_cnt .top_nav_cnt1 li {
  width: calc(50% - 3px);
  margin-right: 3px;
  margin-bottom: 3px;
  height: 158px;
}
@media screen and (max-width: 480px) {
  .top_nav .top_nav_cnt .top_nav_cnt1 li {
    width: calc(50% - 1px);
    margin-right: 0;
  }
  .top_nav .top_nav_cnt .top_nav_cnt1 li:nth-of-type(even) {
    width: calc(50% - 2px);
  }
}
.top_nav .top_nav_cnt .top_nav_cnt2 li {
  width: 100%;
  margin-bottom: 3px;
  height: 158px;
}
.top_nav .top_nav_cnt .top_nav_cnt3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.top_nav .top_nav_cnt .top_nav_cnt3 li {
  height: 320px;
  width: 50%;
}
@media screen and (max-width: 480px) {
  .top_nav .top_nav_cnt .top_nav_cnt3 li {
    height: 240px;
  }
}
.top_nav .top_nav_cnt .top_nav_cnt3 li.top_nav10 {
  margin-right: 3px;
  width: calc(50% - 3px);
}

.note_bnr {
  text-align: center;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .note_bnr {
    padding: 0 15px;
    margin-bottom: 15px;
  }
}

.top_nyukyo_info {
  margin-bottom: 60px;
}
.top_nyukyo_info ul {
  background: #ecf5f1;
  text-align: center;
  height: 317px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .top_nyukyo_info ul {
    height: auto;
    padding: 40px 20px 30px;
  }
}
.top_nyukyo_info ul li {
  margin: 0 10px;
  width: 150px;
}
@media screen and (max-width: 480px) {
  .top_nyukyo_info ul li {
    width: 30%;
    margin: 0 2% 5px 0;
  }
  .top_nyukyo_info ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}

.top_link {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .top_link {
    margin-bottom: 60px;
    padding: 0 20px;
  }
}
.top_link ul {
  width: 1210px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .top_link ul {
    width: 100%;
    display: block;
  }
}

.recruit_entry_btn {
  width: 360px;
  text-align: center;
  background: #ff0000;
  margin: 0 auto 100px;
  padding: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .recruit_entry_btn {
    width: 100%;
  }
}
.recruit_entry_btn a {
  border: 1px solid #fff;
  color: #fff;
  height: 80px;
  font-size: 18px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_ttl {
  text-align: center;
  margin-bottom: 50px;
}
.page_ttl span {
  display: inline-block;
  padding: 4px 20px 1px;
  min-width: 170px;
  font-size: 30px;
  line-height: 1.3;
  border: 2px solid #39986d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page_ttl span {
    font-size: 20px;
    padding: 7px 15px 2px;
  }
}

.pan {
  background: #ecf5f1;
  margin-bottom: 20px;
}
.pan ul {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 31px;
}
@media screen and (max-width: 480px) {
  .pan ul {
    font-size: 14px;
    width: 100%;
    display: block;
    height: auto;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .pan ul li {
    display: inline-block;
  }
}
.pan ul li:after {
  content: "＞";
  margin-left: 15px;
  margin-right: 15px;
}
.pan ul li:last-of-type:after {
  display: none;
}

.sub_navi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .sub_navi {
    margin: 0 20px;
    border-bottom: 1px solid #39986d;
    margin-bottom: 40px;
  }
}
.sub_navi li {
  margin: 0 5px;
}
@media screen and (max-width: 480px) {
  .sub_navi li {
    width: 100%;
    margin: 0;
  }
}
.sub_navi li a {
  display: block;
  min-width: 192px;
  padding: 0 25px 0 15px;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .sub_navi li a {
    width: 100%;
    border-bottom: none;
    line-height: 38px;
  }
}
.sub_navi li a:after {
  content: "";
  display: block;
  background: url("../img/common/arrow_g_d.svg") no-repeat;
  background-size: 9px;
  width: 9px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 8px;
}
@media screen and (max-width: 480px) {
  .sub_navi li a:after {
    top: 14px;
  }
}

.page_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.page_ttl span {
  display: inline-block;
  padding: 5px 15px;
  font-size: 28px;
  border: 1px solid #000;
}
@media screen and (max-width: 480px) {
  .page_ttl span {
    font-size: 20px;
    padding: 5px 12px;
  }
}
.page_ttl.uline {
  border-bottom: 2px solid #39986d;
  padding-bottom: 50px;
}

.sec_ttl2 {
  font-size: 28px;
  border-bottom: 2px solid #39986d;
  text-align: center;
  margin-bottom: 40px;
}

.main_img {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .main_img {
    padding: 0 15px;
  }
}

.owner_sec .main_img {
  margin-top: 30px;
}
.owner_sec .main_img img {
  width: 580px;
}

.owner_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}

.strong3 {
  padding: 30px 0 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .strong3 {
    padding: 30px 15px 20px;
  }
}
.strong3 h3 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 20px;
}
.strong3.shukyaku {
  background: #d0eae1;
}
.strong3.shukyaku h3,
.strong3.shukyaku a {
  color: #39906d;
}
.strong3.kanri {
  background: #d2d3e6;
}
.strong3.kanri h3,
.strong3.kanri a {
  color: #1d2080;
}
.strong3.teian {
  background: #d2eaf9;
}
.strong3.teian h3,
.strong3.teian a {
  color: #0097e0;
}
.strong3 ul {
  width: 980px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .strong3 ul {
    width: 100%;
  }
}
.strong3 ul li {
  width: 225px;
  margin-bottom: 40px;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .strong3 ul li {
    width: 100%;
  }
}
.strong3 ul li span {
  display: block;
}
.strong3 ul li a {
  display: block;
}

.owner_detail {
  border-bottom: 2px solid #39986d;
  margin-bottom: 60px;
  padding-bottom: 20px;
}
.owner_detail h2 {
  text-align: center;
  margin-bottom: 60px;
}
.owner_detail h2 img {
  width: 200px;
}
@media screen and (max-width: 480px) {
  .owner_detail h2 img {
    width: 160px;
  }
}
.owner_detail.shukyaku .img {
  color: #39906d;
}
.owner_detail.kanri .img {
  color: #1d2080;
}
.owner_detail.kanri ul .cnt .btn {
  background: #1d2080;
}
.owner_detail.teian {
  border: none;
}
.owner_detail.teian .img {
  color: #0097e0;
}
.owner_detail.teian ul .cnt .btn {
  background: #0097e0;
}
.owner_detail > ul {
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .owner_detail > ul {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.owner_detail > ul > li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 70px;
  margin-top: -140px;
  padding-top: 140px;
}
@media screen and (max-width: 480px) {
  .owner_detail > ul > li {
    display: block;
  }
}
.owner_detail > ul > li .img {
  font-size: 16px;
  width: 210px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .owner_detail > ul > li .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .owner_detail > ul > li .img img {
    display: block;
    margin: 0 auto 5px;
  }
}
.owner_detail > ul > li#kanri04 .img2 {
  width: 310px;
}
@media screen and (max-width: 480px) {
  .owner_detail > ul > li#kanri04 .img2 {
    width: auto;
  }
}
.owner_detail > ul > li .cnt {
  width: calc(100% - 260px);
  position: relative;
}
@media screen and (max-width: 480px) {
  .owner_detail > ul > li .cnt {
    width: 100%;
  }
}
.owner_detail > ul > li .cnt.fsb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .owner_detail > ul > li .cnt.fsb {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .owner_detail > ul > li .cnt .bnr {
    margin-top: 20px;
    text-align: center;
  }
}
.owner_detail > ul > li .cnt .bnr li {
  width: 160px;
}
.owner_detail > ul > li .cnt .bnr_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .owner_detail > ul > li .cnt .bnr_list {
    margin-top: 20px;
    display: block;
  }
}
.owner_detail > ul > li .cnt .bnr_list li {
  margin-right: 5px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .owner_detail > ul > li .cnt .bnr_list li {
    text-align: center;
    margin: 0 0 8px;
  }
}
.owner_detail > ul > li .cnt .bnr_list2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .owner_detail > ul > li .cnt .bnr_list2 {
    margin-top: 20px;
    display: block;
  }
}
.owner_detail > ul > li .cnt .bnr_list2 li {
  margin-right: 5px;
  margin-bottom: 0;
  width: 140px;
}
@media screen and (max-width: 480px) {
  .owner_detail > ul > li .cnt .bnr_list2 li {
    text-align: center;
    margin: 0 0 8px;
    width: auto;
  }
}
.owner_detail > ul > li .cnt .img2 {
  line-height: 0.7;
}
.owner_detail > ul > li .cnt table {
  border-collapse: collapse;
  margin-top: 15px;
}
.owner_detail > ul > li .cnt table th,
.owner_detail > ul > li .cnt table td {
  border: 1px solid #1d2080;
  vertical-align: middle;
  padding: 5px 20px;
}
.owner_detail > ul > li .cnt table th {
  text-align: left;
  white-space: nowrap;
}
.owner_detail > ul > li .cnt .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 280px;
  height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #00692c;
  border: 1px solid #00692c;
}
@media screen and (max-width: 480px) {
  .owner_detail > ul > li .cnt .btn {
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 30px;
  }
}
.owner_detail > ul > li .cnt .btn a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

.sec_lead {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .sec_lead {
    padding: 0 20px;
    text-align: left;
  }
}

.estate_bnr {
  width: 980px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}
.estate_bnr li img {
  width: 220px;
}
@media screen and (max-width: 480px) {
  .estate_bnr {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .estate_bnr li {
    width: 48%;
  }
  .estate_bnr li:nth-of-type(odd) {
    margin-right: 4%;
  }
}

.wakuwaku_sec {
  margin-bottom: 100px;
  margin-top: -130px;
  padding-top: 130px;
}
.wakuwaku_sec .copy {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .wakuwaku_sec .copy {
    font-size: 24px;
  }
}
.wakuwaku_sec.sec1 {
  text-align: center;
}
.wakuwaku_sec.sec1 .ttl {
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .wakuwaku_sec.sec1 .ttl {
    padding: 0 15px;
  }
}
.wakuwaku_sec.sec1 .txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .wakuwaku_sec.sec1 .txt {
    padding: 0 15px;
  }
}
.wakuwaku_sec.sec1 .img {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .wakuwaku_sec.sec1 .img {
    padding: 0 15px;
  }
}
.wakuwaku_sec .btn {
  width: 360px;
  height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #00692c;
  border: 1px solid #00692c;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .wakuwaku_sec .btn {
    width: calc(100% - 30px);
  }
}
.wakuwaku_sec .btn a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.wakuwaku_sec .kaikaku {
  background: #d2e3da url("../img/wakuwaku/kaikaku_bg.jpg") no-repeat center top;
  background-size: 1180px;
  padding: 0 50px 50px;
  min-height: 465px;
  width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .wakuwaku_sec .kaikaku {
    background-size: 100%;
    width: 100%;
    padding: 10px 15px 5px;
  }
}
.wakuwaku_sec .kaikaku .ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .wakuwaku_sec .kaikaku .ttl {
    margin-bottom: 30px;
  }
}
.wakuwaku_sec .kaikaku .kaikaku2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
}
.wakuwaku_sec .kaikaku .kaikaku2 .cnt {
  width: 48%;
}
.wakuwaku_sec .kaikaku .kaikaku2 .ttl2 {
  margin-bottom: 5px;
}
.wakuwaku_sec .kaikaku .kaikaku2 .txt {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 480px) {
  .wakuwaku_sec .kaikaku .kaikaku2 .txt {
    margin-bottom: 40px;
  }
}
.wakuwaku_sec .salon {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .wakuwaku_sec .salon {
    width: 100%;
  }
}
.wakuwaku_sec .salon .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .wakuwaku_sec .salon .img {
    padding: 0 15px;
  }
}
.wakuwaku_sec .salon .txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .wakuwaku_sec .salon .txt {
    padding: 0 15px;
  }
}
.wakuwaku_sec .col2sb {
  width: 980px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .wakuwaku_sec .col2sb {
    width: 100%;
  }
}
.wakuwaku_sec .col2sb p {
  width: 60%;
}
@media screen and (max-width: 480px) {
  .wakuwaku_sec .col2sb p {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 30px;
  }
}
.wakuwaku_sec .col2sb p.img {
  width: 40%;
  text-align: center;
}
.wakuwaku_sec .col2sb p.img img {
  margin-bottom: 10px;
  display: inline-block;
}

.about_sec {
  margin-bottom: 80px;
  margin-top: -140px;
  padding-top: 140px;
}
.about_sec .main_img {
  text-align: center;
  margin-bottom: 30px;
}
.about_sec .main_img img {
  width: 450px;
}
.about_sec .table_list {
  border-collapse: collapse;
  border: 1px solid #000;
  width: 880px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 480px) {
  .about_sec .table_list {
    width: 100%;
    display: block;
    border: none;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .about_sec .table_list tr {
    display: block;
  }
}
.about_sec .table_list tr th {
  background: #39986d;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  padding: 6px 0 1px;
}
@media screen and (max-width: 480px) {
  .about_sec .table_list tr th {
    display: none;
  }
}
.about_sec .table_list tr td {
  border: 1px solid #000;
  text-align: center;
  padding: 10px 20px 6px;
  color: #000;
  font-size: 16px;
}
@media all and (-ms-high-contrast: none) {
  .about_sec .table_list tr td {
    font-size: 15px;
  }
}
.about_sec .table_list tr td:last-of-type {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .about_sec .table_list tr td {
    display: block;
  }
  .about_sec .table_list tr td.tenpo {
    background: #39986d;
    color: #fff;
    margin-top: 15px;
  }
}
.about_sec .sec1_cnt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 880px;
  margin: 0 auto;
  padding: 30px;
  background: #d2e3da;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .about_sec .sec1_cnt {
    width: 100%;
    padding: 40px 15px 10px;
  }
}
.about_sec .sec1_cnt .cnt {
  width: 400px;
}
@media screen and (max-width: 480px) {
  .about_sec .sec1_cnt .cnt {
    width: 100%;
    margin-bottom: 40px;
  }
}
.about_sec .sec1_cnt .cnt .txt {
  padding: 0 10px;
}
@media screen and (max-width: 480px) {
  .about_sec .sec1_cnt .cnt .txt {
    padding: 0;
  }
}
.about_sec .table {
  width: 870px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .about_sec .table {
    width: calc(100% - 30px);
  }
}
.about_sec .table .t-tr .t-th,
.about_sec .table .t-tr .t-td {
  border-bottom: 1px solid #39986d;
  padding: 10px 0;
}
.about_sec .table .t-tr .t-th {
  width: 200px;
}
@media screen and (max-width: 480px) {
  .about_sec .table .t-tr .t-th {
    width: 90px;
    padding-right: 18px;
  }
}
.about_sec .message {
  width: 940px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 480px) {
  .about_sec .message {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
}
.about_sec .message .txt {
  width: 470px;
}
@media screen and (max-width: 480px) {
  .about_sec .message .txt {
    width: 100%;
  }
}
.about_sec .message .txt p {
  margin-bottom: 15px;
  font-size: 15px;
}
.about_sec .message .img {
  width: 420px;
}
@media screen and (max-width: 480px) {
  .about_sec .message .img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.about_sec .message .img .ttl {
  font-size: 28px;
  color: #3d8e6e;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .about_sec .message .img .ttl {
    font-size: 28px;
  }
}
.about_sec .message .img .name {
  text-align: right;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .about_sec .message .img .name {
    font-size: 16px;
  }
}
.about_sec .sec3_box {
  margin-top: -100px;
  padding-top: 100px;
  margin-bottom: 70px;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .about_sec .sec3_box {
    width: 100%;
  }
}
.about_sec .sec3_box .ttl {
  font-size: 27px;
  color: #3d8e6e;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .about_sec .sec3_box .ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  .about_sec .sec3_box .ttl {
    font-size: 20px;
  }
}
.about_sec .sec3_box .img {
  height: auto;
}
@media screen and (max-width: 480px) {
  .about_sec .sec3_box .img {
    height: auto;
  }
}
.about_sec .sec3_box .gmap iframe {
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 480px) {
  .about_sec .sec3_box .gmap iframe {
    height: 280px;
  }
}
.about_sec .sec4_box {
  margin-bottom: 60px;
  margin-top: -130px;
  padding-top: 130px;
}
.about_sec .sec4_box .ttl {
  font-size: 27px;
  color: #3d8e6e;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .about_sec .sec4_box .ttl {
    margin-bottom: 40px;
  }
}
.about_sec .sec4_box ul {
  width: 880px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .about_sec .sec4_box ul {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.about_sec .sec4_box ul li {
  margin-bottom: 50px;
  width: 30%;
  margin-right: 5%;
  text-align: center;
}
.about_sec .sec4_box ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .about_sec .sec4_box ul li {
    width: 100%;
  }
}
.about_sec .sec4_box ul li .name {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 3px;
}
.about_sec .sec4_box ul li .shozoku {
  font-size: 15px;
  color: #39916d;
}

.search_room {
  margin-top: 60px;
}
.search_room .main_img {
  background: #019c6a;
  margin-bottom: 30px;
  text-align: center;
}
.search_room .lead {
  text-align: center;
  font-size: 23px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .search_room .lead {
    padding: 0 20px;
    font-size: 20px;
  }
}
.search_room ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 120px;
}
@media screen and (max-width: 480px) {
  .search_room ul {
    display: block;
    padding: 0 20px;
  }
}
.search_room ul li {
  width: 390px;
  margin: 0 8px;
}
@media screen and (max-width: 480px) {
  .search_room ul li {
    width: 100%;
    margin: 0 0 20px;
  }
}
.search_room ul li a {
  width: 390px;
  height: 328px;
  border: 3px solid #1d2088;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 22px;
}
@media screen and (max-width: 480px) {
  .search_room ul li a {
    width: 100%;
  }
}
.search_room ul li:nth-of-type(2) a {
  width: 390px;
  height: 328px;
  border: 3px solid #72bf44;
}
@media screen and (max-width: 480px) {
  .search_room ul li:nth-of-type(2) a {
    width: 100%;
  }
}
.search_room ul li:nth-of-type(3) a {
  width: 390px;
  height: 328px;
  border: 3px solid #ca0a37;
}
@media screen and (max-width: 480px) {
  .search_room ul li:nth-of-type(3) a {
    width: 100%;
  }
}
.search_room ul .img {
  margin-bottom: 10px;
}

.residents_info {
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .residents_info {
    margin-bottom: 80px;
  }
}
.residents_info .main_lead {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .residents_info .main_lead {
    padding: 0 15px;
    text-align: left;
  }
}
.residents_info ul {
  width: 780px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .residents_info ul {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.residents_info ul.jcc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.residents_info ul.jcc li {
  margin: 0 30px 60px;
}
@media screen and (max-width: 480px) {
  .residents_info ul.jcc li {
    width: 48%;
    margin: 0 4% 10px 0;
  }
  .residents_info ul.jcc li:nth-of-type(even) {
    margin-right: 0;
  }
}
.residents_info ul li {
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .residents_info ul li {
    width: 48%;
    margin: 0 4% 10px 0;
  }
  .residents_info ul li:nth-of-type(even) {
    margin-right: 0;
  }
}
.residents_info ul li img {
  width: 220px;
}
@media screen and (max-width: 480px) {
  .residents_info ul li img {
    width: auto;
  }
}

.gomi {
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .gomi {
    margin-top: 40px;
  }
}
.gomi .copy {
  font-size: 36px;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .gomi .copy {
    font-size: 22px;
    padding: 0 15px;
  }
}
.gomi ul {
  width: 920px;
  margin: 0 auto 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  .gomi ul {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.gomi ul li {
  margin-bottom: 60px;
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 480px) {
  .gomi ul li {
    width: 46%;
    margin: 0 8% 10px 0;
  }
  .gomi ul li:nth-of-type(even) {
    margin-right: 0;
  }
}

.archive,
.single {
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .archive,
  .single {
    margin-top: 40px;
  }
}
.archive .wrap,
.single .wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 980px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 480px) {
  .archive .wrap,
  .single .wrap {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    margin-bottom: 80px;
  }
}
.archive .wrap .main_cnt,
.single .wrap .main_cnt {
  width: 720px;
}
@media screen and (max-width: 480px) {
  .archive .wrap .main_cnt,
  .single .wrap .main_cnt {
    width: 100%;
    margin-bottom: 40px;
  }
}
.archive .wrap .main_cnt .data,
.single .wrap .main_cnt .data {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive .wrap .main_cnt .data span.cat,
.single .wrap .main_cnt .data span.cat {
  padding-right: 15px;
}
.archive .wrap .main_cnt .data span.cat a,
.single .wrap .main_cnt .data span.cat a {
  display: block;
  text-align: center;
  min-width: 73px;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.archive .wrap .main_cnt .data span.cat.info a,
.single .wrap .main_cnt .data span.cat.info a {
  background: #1381c0;
}
.archive .wrap .main_cnt .data span.cat.event a,
.single .wrap .main_cnt .data span.cat.event a {
  background: #c1272d;
}
.archive .wrap .main_cnt .data span.cat.estate a,
.single .wrap .main_cnt .data span.cat.estate a {
  background: #1bb75d;
}
.archive .wrap .main_cnt .data span.cat.kofu a,
.single .wrap .main_cnt .data span.cat.kofu a {
  background: #539570;
}
.archive .wrap .main_cnt .data span.cat.ryuo a,
.single .wrap .main_cnt .data span.cat.ryuo a {
  background: #e86299;
}
.archive .wrap .main_cnt .data span.cat.showa a,
.single .wrap .main_cnt .data span.cat.showa a {
  background: #3d93d9;
}
.archive .wrap .main_cnt .data span.cat.sell a,
.single .wrap .main_cnt .data span.cat.sell a {
  background: #f15a24;
}
.archive .wrap .main_cnt .data span.cat.renovation a,
.single .wrap .main_cnt .data span.cat.renovation a {
  background: #0071b4;
}
.archive .wrap .main_cnt .data span.cat.salon a,
.single .wrap .main_cnt .data span.cat.salon a {
  background: #0071b4;
}
.archive .wrap .main_cnt .data span.cat.coc a,
.single .wrap .main_cnt .data span.cat.coc a {
  background: #0071b4;
}
.archive .wrap .main_cnt .data span.cat.kanri a,
.single .wrap .main_cnt .data span.cat.kanri a {
  background: #0071b4;
}
.archive .wrap .main_cnt .data span.cat.other a,
.single .wrap .main_cnt .data span.cat.other a {
  background: #0071b4;
}
.archive .wrap .main_cnt .data span.cat.voice a,
.single .wrap .main_cnt .data span.cat.voice a {
  background: #d76437;
}
.archive .wrap .main_cnt .data span.cat.recruit a,
.single .wrap .main_cnt .data span.cat.recruit a {
  background: #d76437;
}
.archive .wrap .main_cnt .date,
.single .wrap .main_cnt .date {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .archive .wrap .main_cnt .date,
  .single .wrap .main_cnt .date {
    font-size: 15px;
  }
}
.archive .wrap .main_cnt .ttl,
.single .wrap .main_cnt .ttl {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .archive .wrap .main_cnt .ttl,
  .single .wrap .main_cnt .ttl {
    font-size: 20px;
    margin: 5px 0 10px;
  }
}
.archive .wrap .main_cnt .txt,
.single .wrap .main_cnt .txt {
  font-size: 15px;
}
.archive .wrap .main_cnt .pagenation,
.single .wrap .main_cnt .pagenation {
  width: 400px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .archive .wrap .main_cnt .pagenation,
  .single .wrap .main_cnt .pagenation {
    width: 100%;
  }
}
.archive .wrap .main_cnt .pagenation .back a,
.single .wrap .main_cnt .pagenation .back a {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 13px;
}
.archive .wrap .side,
.single .wrap .side {
  width: 200px;
}
@media screen and (max-width: 480px) {
  .archive .wrap .side,
  .single .wrap .side {
    width: 100%;
  }
}
.archive .wrap .side .side_cnt,
.single .wrap .side .side_cnt {
  margin-bottom: 20px;
}
.archive .wrap .side .side_cnt .side_ttl,
.single .wrap .side .side_cnt .side_ttl {
  border: 1px solid #000;
  height: 34px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 14px;
  margin-bottom: 3px;
}
.archive .wrap .side .side_cnt ul.side_month_list li:last-of-type,
.single .wrap .side .side_cnt ul.side_month_list li:last-of-type {
  display: none;
}
.archive .wrap .side .side_cnt ul li,
.single .wrap .side .side_cnt ul li {
  margin-bottom: 1px;
}
.archive .wrap .side .side_cnt ul li a,
.single .wrap .side .side_cnt ul li a {
  background: #39986d url("../img/common/arrow_w_r.svg") no-repeat left 10px center;
  background-size: 7px;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  height: 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2px;
}

.archive .main_cnt .entry_list {
  margin-bottom: 100px;
}
.archive .main_cnt .entry_list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
}
.archive .main_cnt .entry_list li .img {
  width: 250px;
}
@media screen and (max-width: 480px) {
  .archive .main_cnt .entry_list li .img {
    width: 100%;
  }
}
.archive .main_cnt .entry_list li .cnt {
  width: calc(100% - 280px);
  margin-top: -5px;
}
@media screen and (max-width: 480px) {
  .archive .main_cnt .entry_list li .cnt {
    width: 100%;
  }
}
.archive .main_cnt .pagenation {
  width: 400px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .archive .main_cnt .pagenation {
    width: 100%;
  }
}

.single .main_cnt .entry {
  margin-bottom: 100px;
}
.single .main_cnt .entry .ttl {
  margin-bottom: 20px;
}
.single .main_cnt .entry .body {
  margin-bottom: 80px;
}
.single .main_cnt .entry .body p {
  margin-bottom: 30px;
}
.single .main_cnt .entry .sns_btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.single .main_cnt .entry .sns_btn li {
  margin: 0 20px;
}
.single .main_cnt .entry .sns_btn li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  font-size: 28px;
}
.single .main_cnt .entry .sns_btn li:first-of-type a {
  background: #445fac;
}
.single .main_cnt .entry .sns_btn li:nth-of-type(2) a {
  background: #34aaf2;
}
.single .main_cnt .pagenationSingle {
  width: 400px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .single .main_cnt .pagenationSingle {
    width: 100%;
  }
}
.single .main_cnt .pagenationSingle .back {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single .main_cnt .pagenationSingle .back a {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 13px;
  background: #39986d;
}

.mp {
  margin: 60px auto 60px;
}
@media screen and (max-width: 480px) {
  .mp {
    width: 100%;
    margin-bottom: 80px;
  }
}
.mp .main_img {
  text-align: center;
  margin-bottom: 60px;
}
.mp .main_img img {
  width: 980px;
}
@media screen and (max-width: 480px) {
  .mp .main_img img {
    width: auto;
  }
}
.mp .sec_ttl {
  margin-bottom: 50px;
}
.mp .mp_sec {
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .mp .mp_sec {
    padding: 0 20px;
  }
}
.mp .mp_sec p {
  margin-bottom: 30px;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .mp .mp_sec p {
    font-size: 18px;
  }
}
.mp .mp_sec .float_box {
  overflow: hidden;
  margin-bottom: 30px;
}
.mp .mp_sec .float_box .img {
  float: left;
  margin: 0 20px 20px 0;
}
.mp .mp_sec .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 980px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 480px) {
  .mp .mp_sec .list {
    width: 100%;
  }
}
.mp .mp_sec .list li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .mp .mp_sec .list li {
    width: 100%;
    margin-right: 0;
  }
}
.mp .mp_sec .list li:nth-of-type(even) {
  margin-right: 0;
}
.mp .mp_sec .list li .img {
  margin-bottom: 10px;
}
.mp .mp_sec .list li .cnt {
  padding: 0 8px;
}
.mp .mp_sec .list li .data {
  margin-bottom: 0;
}
.mp .mp_sec .list li .data span.cat a {
  display: block;
  text-align: center;
  width: 73px;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  background: #e95a24;
}
.mp .mp_sec .list li .date {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .mp .mp_sec .list li .date {
    font-size: 15px;
  }
}
.mp .mp_sec .list li .ttl {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .mp .mp_sec .list li .ttl {
    font-size: 22px;
  }
}
.mp .mp_sec .list li .txt {
  font-size: 16px;
}

.keyarin {
  margin-bottom: 120px;
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .keyarin {
    margin-bottom: 80px;
  }
}
.keyarin .main_img {
  text-align: center;
  margin-bottom: 15px;
}
.keyarin .main_img img {
  width: 980px;
}
@media screen and (max-width: 480px) {
  .keyarin .main_img img {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .keyarin .keyarin_sec {
    padding: 0 20px;
  }
}
.keyarin .keyarin_sec .sec_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .keyarin .keyarin_sec .sec_ttl {
    font-size: 28px;
  }
}
.keyarin .lead {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .keyarin .lead {
    text-align: left;
  }
}
.keyarin .entry_list {
  width: 980px;
  margin: 0 auto 60px;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 480px) {
  .keyarin .entry_list {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.keyarin .entry_list li {
  width: 180px;
  height: 80px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .keyarin .entry_list li {
    width: 100%;
    margin-right: 0;
  }
}
.keyarin .entry_list li:nth-of-type(5n) {
  margin-right: 0;
}
.keyarin .entry_list li a {
  display: block;
  background: #f2c0c3;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.keyarin .entry_list li a .ttl {
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .keyarin .entry_list li a .ttl {
    font-size: 18px;
  }
}
.keyarin .entry_list li a .date {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .keyarin .entry_list li a .date {
    font-size: 15px;
  }
}
.keyarin .pagenation {
  width: 400px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .keyarin .pagenation {
    width: 100%;
  }
}
.keyarin .pagenation .back a {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 13px;
}

article.calendar {
  width: 900px;
  margin: 50px auto 120px;
}
@media screen and (max-width: 480px) {
  article.calendar {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 80px;
  }
}
article.calendar .fc-event-container .cal-kofu {
  background: #539570;
  border: 1px solid #539570;
}
article.calendar .fc-event-container .cal-ryuo {
  background: #e86299;
  border: 1px solid #e86299;
}
article.calendar .fc-event-container .cal-showa {
  background: #3d93d9;
  border: 1px solid #3d93d9;
}
article.calendar .fc-event-container .cal-kanri {
  background: #1a257b;
  border: 1px solid #1a257b;
}
article.calendar .fc-event-container .cal-sogo {
  background: #1212db;
  border: 1px solid #1212db;
}
article.calendar .fc-event-container .cal-holiday {
  background: #f00;
  border: 1px solid #f00;
}
article.calendar #biz_calendar {
  max-width: none;
  margin-bottom: 30px;
  margin-top: 50px;
}
article.calendar #biz_calendar table {
  border-collapse: collapse;
}
article.calendar #biz_calendar table td {
  height: 80px;
  font-size: 24px;
  border: 3px solid #ddd;
}
@media screen and (max-width: 480px) {
  article.calendar #biz_calendar table td {
    height: 40px;
    font-size: 20px;
  }
}
article.calendar #biz_calendar table th {
  font-size: 24px;
  border: 3px solid #ddd;
  background: #fff;
}
article.calendar #biz_calendar table tbody tr:first-of-type {
  background: #39986d;
}
article.calendar #biz_calendar table .calmonth {
  background: #39986d;
  height: 36px;
  color: #fff;
  padding-left: 30px;
}
article.calendar #biz_calendar table .calbtn {
  background: #39986d;
  text-align: center;
  height: 40px;
}

.contact {
  margin-bottom: 120px;
}
@media screen and (max-width: 480px) {
  .contact {
    margin-bottom: 80px;
  }
}
.contact .page_ttl {
  margin-top: 50px;
  margin-bottom: 50px;
}
.contact .contact_nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  justify-content: center;
  width: 750px;
  column-gap: 14px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .contact .contact_nav {
    column-gap: 64px;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 480px) {
  .contact .contact_nav {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.contact .contact_nav li {
  width: 30%;
  max-width: 140px;
}
.contact .table_list {
  border-collapse: collapse;
  border: 1px solid #000;
  width: 880px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 480px) {
  .contact .table_list {
    width: 100%;
    display: block;
    border: none;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .contact .table_list tr {
    display: block;
  }
}
.contact .table_list tr th {
  background: #39986d;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  padding: 6px 0 1px;
}
@media screen and (max-width: 480px) {
  .contact .table_list tr th {
    display: none;
  }
}
.contact .table_list tr td {
  border: 1px solid #000;
  text-align: center;
  padding: 10px 20px 6px;
  color: #000;
  font-size: 16px;
}
@media all and (-ms-high-contrast: none) {
  .contact .table_list tr td {
    font-size: 15px;
  }
}
.contact .table_list tr td:last-of-type {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .contact .table_list tr td {
    display: block;
  }
  .contact .table_list tr td.tenpo {
    background: #39986d;
    color: #fff;
    margin-top: 15px;
  }
}
.contact .form {
  width: 880px;
  margin: 0 auto;
  margin-top: -130px;
  padding-top: 130px;
}
@media screen and (max-width: 480px) {
  .contact .form {
    width: 100%;
  }
}
.contact .form .form_ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .contact .form .form_ttl {
    font-size: 24px;
  }
}
.contact .form .table {
  display: block;
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .contact .form .table {
    display: block;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.contact .form .table .t-tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .contact .form .table .t-tr {
    display: block;
  }
}
.contact .form .table .t-tr .t-th,
.contact .form .table .t-tr .t-td {
  display: block;
  color: #000;
  padding-bottom: 30px;
  vertical-align: top;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .contact .form .table .t-tr .t-th,
  .contact .form .table .t-tr .t-td {
    display: block;
    padding-bottom: 0;
    font-size: 16px;
  }
}
.contact .form .table .t-tr .t-th {
  width: 300px;
  padding-right: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .contact .form .table .t-tr .t-th {
    width: 100%;
    margin-bottom: 5px;
    white-space: normal;
  }
}
.contact .form .table .t-tr .t-td {
  width: calc(100% - 280px);
}
@media screen and (max-width: 480px) {
  .contact .form .table .t-tr .t-td {
    margin-bottom: 20px;
    width: 100%;
  }
}
.contact .form .table .t-tr .t-td input[type=text],
.contact .form .table .t-tr .t-td input[type=tel],
.contact .form .table .t-tr .t-td input[type=email] {
  font-size: 16px;
  padding: 10px 8px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .contact .form .table .t-tr .t-td input[type=text],
  .contact .form .table .t-tr .t-td input[type=tel],
  .contact .form .table .t-tr .t-td input[type=email] {
    width: 100%;
  }
}
.contact .form .table .t-tr .t-td input[type=text].nengetsu,
.contact .form .table .t-tr .t-td input[type=tel].nengetsu,
.contact .form .table .t-tr .t-td input[type=email].nengetsu {
  width: 100px;
}
.contact .form .table .t-tr .t-td input[type=text].room_number,
.contact .form .table .t-tr .t-td input[type=tel].room_number,
.contact .form .table .t-tr .t-td input[type=email].room_number {
  width: 108px;
}
.contact .form .table .t-tr .t-td input[type=text].etc,
.contact .form .table .t-tr .t-td input[type=tel].etc,
.contact .form .table .t-tr .t-td input[type=email].etc {
  width: 580px;
}
@media screen and (max-width: 480px) {
  .contact .form .table .t-tr .t-td input[type=text].etc,
  .contact .form .table .t-tr .t-td input[type=tel].etc,
  .contact .form .table .t-tr .t-td input[type=email].etc {
    width: 100%;
  }
}
.contact .form .table .t-tr .t-td select {
  background-color: #fff;
  font-size: 16px;
  padding: 10px 8px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;    padding: 10px 8px;
          box-sizing: border-box;
  width: auto;
  padding-right: 50px;
  background-size: 12px;
}
.contact .form .table .t-tr .t-td textarea {
  font-size: 16px;
  width: 100%;
  height: 350px;
  padding: 8px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .contact .form .table .t-tr .t-td textarea {
    width: 100%;
    height: 280px;
  }
}
.contact .form .table .t-tr .t-td .wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
}
.contact .form .table .t-tr .t-td .ngp {
  margin-right: 30px;
  display: inline-block;
  width: 130px;
}
@media screen and (max-width: 480px) {
  .contact .form .table .t-tr .t-td .ngp {
    width: 31%;
    margin-right: 2%;
    font-size: 15px;
  }
  .contact .form .table .t-tr .t-td .ngp:last-of-type {
    margin-right: 0;
  }
}
.contact .form .table .t-tr .t-td .ngp input {
  margin-right: 5px;
  width: 100px;
}
@media screen and (max-width: 480px) {
  .contact .form .table .t-tr .t-td .ngp input {
    width: calc(100% - 25px) !important;
  }
}
.contact .form .table .t-tr .t-td .kubun .wpcf7-list-item {
  display: block;
}
.contact .form .table .t-tr .t-td .riyu .wpcf7-list-item {
  min-width: 130px;
  white-space: nowrap;
  margin-bottom: 15px;
}
.contact .form .table .t-tr .t-td .taishutsu_time .wpcf7-list-item {
  margin-bottom: 8px;
}
.contact .form .table .t-tr .t-td.koza p {
  margin-bottom: 25px;
}
.contact .form .table .t-tr .t-td.koza p .henkin_ttl {
  display: inline-block;
}
.contact .form .table .t-tr .t-td p {
  color: #000;
}
.contact .form .pp {
  background: #cfc5be;
  padding: 30px 50px 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .contact .form .pp {
    margin: 0 20px 40px;
    padding: 20px 30px 10px;
  }
}
.contact .form .pp p {
  color: #000;
  margin-bottom: 20px;
}
.contact .form .his_txt {
  text-align: center;
  margin-bottom: 20px;
  color: #000;
  font-size: 17px;
}
.contact .form .pp_chk {
  text-align: center;
  color: #000;
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .contact .form .pp_chk {
    font-size: 16px;
  }
}
.contact .form .pp_chk .wpcf7-list-item {
  margin-left: 0;
}
.contact .form .pdf_chk {
  text-align: center;
  margin-bottom: 48px;
}
.contact .form .pdf_chk p {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.contact .form .pdf_chk p span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 28px;
  margin-top: -3px;
  line-height: 1;
}
.contact .form .pdf_chk a {
  text-decoration: underline;
  color: #000;
}
.contact .form .submit {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .contact .form .submit {
    padding: 0 20px;
  }
}
.contact .form .submit.disabled input {
  pointer-events: none;
  opacity: 0.4;
}
.contact .form .submit .ajax-loader {
  display: block;
}
.contact .form .submit input {
  margin: 0 8px;
  width: 380px;
  height: 50px;
  background: #000;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
  .contact .form .submit input {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 10px;
  }
}
.contact .form .submit input:disabled {
  opacity: 0.4;
  cursor: default;
}

.shop {
  margin: 50px 0 120px;
}
@media screen and (max-width: 480px) {
  .shop {
    margin-bottom: 80px;
  }
}
.shop .sub_navi {
  display: none;
}
@media screen and (max-width: 480px) {
  .shop .sub_navi {
    display: block;
  }
}
.shop .area {
  width: 1085px;
  margin: 0 auto 60px;
  position: relative;
  background: url("../img/shop/area1.jpg") no-repeat left top;
}
@media screen and (max-width: 480px) {
  .shop .area {
    display: none;
  }
}
.shop .area.shop_kofu {
  background: url("../img/shop/area1.jpg") no-repeat left top;
}
.shop .area.shop_kofu .area1 {
  display: block;
}
.shop .area.shop_ryuo {
  background: url("../img/shop/area2.jpg") no-repeat left top;
}
.shop .area.shop_ryuo .area2 {
  display: block;
}
.shop .area.shop_showa {
  background: url("../img/shop/area3.jpg") no-repeat left top;
}
.shop .area.shop_showa .area3 {
  display: block;
}
.shop .area img {
  position: relative;
  z-index: 10;
}
.shop .area .area1,
.shop .area .area2,
.shop .area .area3 {
  width: 100%;
  height: 907px;
  position: absolute;
  top: 0;
  left: 0;
}
.shop .area .area1 {
  display: none;
  background: url("../img/shop/area1.jpg") no-repeat left top;
}
.shop .area .area2 {
  display: none;
  background: url("../img/shop/area2.jpg") no-repeat left top;
}
.shop .area .area3 {
  display: none;
  background: url("../img/shop/area3.jpg") no-repeat left top;
}
.shop .area_img {
  display: none;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .shop .area_img {
    display: block;
  }
}
.shop .shop_cnt .shop_ttl {
  border-bottom: 3px solid #39986d;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}
.shop .gmap iframe {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 480px) {
  .shop .gmap iframe {
    height: 320px;
  }
}

.loopSliderWrap {
  top: 0;
  left: 0;
  height: 280px;
  overflow: hidden;
  position: absolute;
}

.shop_entry {
  margin: 0 auto;
  width: 100%;
  height: 280px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .shop_entry {
    height: 180px;
  }
}
.shop_entry ul {
  height: 280px;
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .shop_entry ul {
    height: 180px;
  }
}
.shop_entry ul li {
  width: 380px;
  height: 280px;
  float: left;
  display: inline;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .shop_entry ul li {
    height: 180px;
    width: 318px;
  }
}/*# sourceMappingURL=style.css.map */