/* Scss Document */
@import url("https://fonts.googleapis.com/css?family=Oswald:700");
/* layout */
body, html {
  margin: 0;
  padding: 0; }

body {
  font-weight: 500;
  color: #231815;
  font-size: 15px;
  line-height: 1.65em; }

p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.65em; }

#content {
  width: 100%; }

.w1000 {
  width: 1000px;
  max-width: 100%;
  margin: auto; }

.hamburger {
  display: none !important; }

/*header*/
header {
  color: #231815;
  padding-bottom: 15px; }
  header a {
    color: #231815;
    text-decoration: none; }
  header .header_logo {
    width: 253px;
    margin-bottom: 0;
    padding: 15px 0; }
    header .header_logo h1 {
      margin: 0;
      padding: 0; }
    header .header_logo .logo-img .logo {
      margin: 0;
      padding: 0; }
    header .header_logo .logo-img .logo a {
      background-image: url("./images/logo.png");
      background-repeat: no-repeat;
      background-size: auto 67px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      height: 67px;
      line-height: 67px;
      width: 253px;
      display: block;
      margin-top: 0; }
  header .top_nav {
    width: -webkit-calc(100% - 253px);
    width: calc(100% - 253px);
    padding: 15px 0;
    margin-bottom: 0; }
    header .top_nav ul {
      margin: 0;
      padding: 0;
      width: 100%;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
      header .top_nav ul li {
        text-align: center;
        margin-right: 15px; }
      header .top_nav ul li a {
        display: block;
        width: 230px;
        height: 60px;
        line-height: 54px;
        border: 3px solid #FBAE21;
        box-sizing: border-box;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold; }
      header .top_nav ul li.nav_rent a {
        border: 3px solid #FBAE21;
        color: #FBAE21;
        background-color: #fff; }
        header .top_nav ul li.nav_rent a:hover {
          color: #fff;
          background-color: #FBAE21; }
      header .top_nav ul li.nav_buy a {
        border: 3px solid #39B54A;
        color: #39B54A;
        background-color: #fff; }
        header .top_nav ul li.nav_buy a:hover {
          color: #fff;
          background-color: #39B54A; }
      header .top_nav ul li.nav_contact {
        margin-right: 0; }
      header .top_nav ul li.nav_contact a {
        background-color: #F15A24;
        color: #fff;
        width: 68px;
        border: none;
        font-size: 12px;
        padding-top: 8px;
        line-height: 1.8em; }
        header .top_nav ul li.nav_contact a i {
          font-size: 25px;
          display: block; }
  header nav {
    position: relative; }
    header nav ul {
      display: block;
      margin: 0;
      font-size: 17px; }
      header nav ul li a {
        text-decoration: none;
        color: #000;
        display: block; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  header .header_logo .tel:before {
    left: 3px; } }
/* news */
.single_page .news_single time {
  font-size: 13px;
  color: #333; }

.single_page .news_single .content p {
  padding-top: 0;
  margin-top: 0; }

.news_single {
  padding-bottom: 100px; }

.news {
  background-color: #f2f2f2;
  padding: 15px 0; }
  .news .new_ico {
    display: inline-block;
    color: #f00;
    font-weight: bold;
    padding-left: 5px; }
  .news .loop {
    width: 800px;
    margin: auto;
    max-width: 100%;
    border-radius: 5px;
    background-color: #fff; }
  .news a {
    color: #333;
    text-decoration: none; }
  .news dl {
    font-size: 14px;
    padding: 0;
    margin: 0; }
    .news dl dt {
      width: 144px;
      padding: 5px;
      box-sizing: border-box;
      text-align: center;
      padding-bottom: 0; }
    .news dl dd {
      margin: 0;
      box-sizing: border-box;
      padding: 5px;
      padding-left: 15px;
      padding-bottom: 0;
      box-sizing: border-box;
      width: -webkit-calc(100% - 144px);
      width: calc(100% - 144px); }

.news_archive {
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 100px; }

/* loop */
#head_img {
  width: 100%;
  height: 400px;
  margin: auto; }

.swiper-slide {
  width: 200px;
  height: 200px; }
  .swiper-slide .page_img a span img {
    margin: auto;
    display: block;
    margin-bottom: 10px; }
  .swiper-slide .img a div.new_ico {
    z-index: 3;
    margin-top: 0 !important;
    background-color: #ED1C24;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 10px;
    display: inline-block; }
  .swiper-slide .img {
    width: 100%; }
    .swiper-slide .img a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-flow: wrap;
      flex-direction: column;
      flex-flow: column;
      position: relative;
      padding: 15px;
      box-sizing: border-box; }
      .swiper-slide .img a:before {
        content: "";
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        transition: 0.5s ease;
        background-color: transparent; }
      .swiper-slide .img a:hover:before {
        background-color: rgba(0, 0, 0, 0.3); }
      .swiper-slide .img a span {
        z-index: 2;
        position: relative;
        text-shadow: 0 0 2px #333 ,0 0 4px #333,0 0 5px #333;
        line-height: normal;
        font-feature-settings: "palt"; }
        .swiper-slide .img a span:first-child {
          width: 100%; }
      .swiper-slide .img a div {
        margin-top: 10px;
        display: inline-block;
        height: auto; }
  .swiper-slide .order1 {
    order: 1; }
  .swiper-slide .order2 {
    order: 2; }
  .swiper-slide div {
    height: 100%; }
  .swiper-slide a {
    text-align: center;
    color: #fff;
    text-decoration: none;
    height: 100%;
    background-position: center;
    background-size: cover;
    font-weight: bold;
    vertical-align: middle; }

.w2 span {
  font-size: 1.8em; }

.w2, .w3 {
  height: 400px;
  width: 400px; }

.header_menu {
  background-color: #F7F4F1;
  padding: 10px 0; }

#head_nav {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  text-wrap: none; }
  #head_nav li {
    line-height: 1.5em;
    font-size: 14px;
    text-align: center; }
    #head_nav li a {
      box-sizing: border-box;
      position: relative;
      padding: 0 15px;
      transition: 0.2s ease; }
      #head_nav li a:hover {
        color: #F15A24; }
      #head_nav li a:before {
        position: absolute;
        content: "";
        display: block;
        left: 0;
        width: 1px;
        height: 1.5em;
        background-color: #333;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
  #head_nav .tel {
    line-height: 1em;
    font-size: 24px;
    width: 250px; }
    #head_nav .tel a {
      font-weight: bold;
      color: #F15A24;
      position: relative;
      padding-left: 50px; }
      #head_nav .tel a:before {
        content: "\f095";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        display: inline-block;
        margin-right: 0.2em;
        margin-left: 0.2em;
        font-size: 0.7em;
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
        position: absolute;
        left: 0px;
        top: 3px;
        color: #fff;
        text-align: center;
        line-height: 38px;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background-color: #F15A24; }
    #head_nav .tel span {
      display: block;
      font-size: 0.6em; }

.search, .sidebar_search {
  background-color: #EBE3DA;
  margin: 20px 0;
  margin-bottom: 0;
  padding: 15px 0 19px 0; }
  .search ul, .sidebar_search ul {
    margin: 0;
    padding: 0;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    .search ul li, .sidebar_search ul li {
      font-weight: bold;
      font-size: 18px;
      padding-left: 1em; }
      .search ul li a, .sidebar_search ul li a {
        color: #fff;
        text-align: center;
        text-decoration: none;
        line-height: 50px;
        width: 200px;
        box-sizing: border-box;
        display: block;
        padding: 0 1.5em;
        border-radius: 5px;
        box-shadow: 0px 4px 0 #1A1A1A;
        transition: 0.1s ease; }
        .search ul li a:after, .sidebar_search ul li a:after {
          content: "\f105";
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          display: inline-block;
          margin-right: 0.2em;
          margin-left: 0.4em; }
        .search ul li a:hover, .sidebar_search ul li a:hover {
          box-shadow: 0 0 0 #fff;
          margin-top: 4px;
          margin-bottom: -4px; }
      .search ul li i, .sidebar_search ul li i {
        font-size: 26px;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin-right: 10px; }
    .search ul li.btn_rent a, .sidebar_search ul li.btn_rent a {
      background-color: #39B54A; }
    .search ul li.btn_buy a, .sidebar_search ul li.btn_buy a {
      background-color: #F15A24; }
    .search ul li.btn_search a, .sidebar_search ul li.btn_search a {
      background-color: #3E3531; }

.side_inner .widget > ul > li:nth-child(1) h3 {
  color: #F9AC21; }
  .side_inner .widget > ul > li:nth-child(1) h3:after {
    background-color: #F9AC21; }
.side_inner .widget > ul > li:nth-child(2) h3 {
  color: #39B34A; }
  .side_inner .widget > ul > li:nth-child(2) h3:after {
    background-color: #39B34A; }
.side_inner ul {
  margin: 0;
  padding: 0; }
  .side_inner ul li.widget-container ul {
    margin-left: 15px;
    margin-bottom: 30px; }
    .side_inner ul li.widget-container ul li a {
      color: #000;
      text-decoration: none;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      .side_inner ul li.widget-container ul li a:hover {
        color: #0071BB; }
      .side_inner ul li.widget-container ul li a:before {
        content: "\f105";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        display: inline-block;
        margin-right: 0.5em;
        margin-left: 0.2em; }
  .side_inner ul li.widget-container h3 {
    text-align: center; }
    .side_inner ul li.widget-container h3:after {
      content: "";
      width: 53px;
      margin: auto;
      margin-top: 15px;
      height: 1px;
      display: block; }

.sidebar_search {
  background-color: #fff;
  border: 1px solid #EBE3DA;
  box-sizing: border-box;
  padding-top: 0; }
  .sidebar_search ul {
    margin: 0;
    padding: 0; }
    .sidebar_search ul li.search__title {
      width: 100%;
      text-align: center;
      line-height: 60px;
      height: 60px;
      margin-bottom: 25px;
      background-color: #EBE3DA; }
  .sidebar_search ul li {
    margin-bottom: 15px;
    padding-left: 0; }

#house .title_area {
  text-align: center;
  padding: 40px 0; }
  #house .title_area .title_area_h2 {
    font-size: 30px; }
  #house .title_area .title_area_catch {
    font-size: 16px; }
#house .house_thumb {
  position: relative;
  margin-bottom: 10px; }
  #house .house_thumb a {
    display: block;
    background-size: cover;
    background-position: center; }
    #house .house_thumb a:before {
      content: "";
      display: block;
      padding-top: 75%; }
    #house .house_thumb a img {
      vertical-align: top; }
    #house .house_thumb a .cats_icon {
      position: absolute;
      bottom: 10px;
      left: 10px; }
      #house .house_thumb a .cats_icon img {
        width: 30px;
        height: auto; }
  #house .house_thumb .new_ico {
    background-color: #ED1C24;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 10px;
    display: inline-block; }
#house .house_title .title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold; }
#house .house_text p {
  font-size: 14px;
  color: #333;
  margin-top: 0;
  border-bottom: 1px dotted #333;
  padding-bottom: 10px;
  margin-bottom: 10px; }
#house .meta {
  font-size: 12px;
  color: #333;
  margin-top: 10px; }

#blog {
  padding-top: 40px; }
  #blog h2 {
    text-align: center;
    margin-bottom: 3em; }
    #blog h2:after {
      content: "";
      display: block;
      height: 16px;
      margin: auto;
      width: 123px;
      background-repeat: no-repeat;
      background-color: #fff;
      margin-top: 20px;
      position: relative;
      top: 0px; }
  #blog article {
    width: 220px; }
  #blog .thumb a {
    width: 220px;
    height: 200px;
    background-size: cover;
    display: block; }
  #blog .meta {
    position: relative;
    top: -17px;
    display: block;
    width: 115px;
    background-color: #000;
    margin: auto;
    padding: 0;
    line-height: 34px;
    color: #fff;
    text-align: center;
    font-family: 'Fjalla One', sans-serif; }
  #blog .title {
    margin-top: 0;
    margin-bottom: 10px; }
    #blog .title a {
      font-weight: bold;
      text-align: center;
      color: #000;
      font-size: 15px;
      font-family: YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #blog p {
    font-family: YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.4em; }

.top_content {
  position: relative;
  margin: 80px 0 0 0; }
  .top_content > .flex_box > .col-sm-6 {
    margin-bottom: 0; }
  .top_content .img {
    position: absolute;
    left: 50%;
    top: -20px; }
    .top_content .img img {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .top_content .title_area {
    text-align: center;
    padding: 30px 0; }
    .top_content .title_area h3 {
      font-size: 23px;
      color: #fff;
      line-height: 1.3em;
      margin: 0;
      padding-bottom: 10px;
      letter-spacing: 0.1em; }
    .top_content .title_area p {
      font-size: 16px;
      color: #fff;
      margin: 0; }
  .top_content .flex_box {
    -webkit-justify-content: center;
    justify-content: center;
    align-items: stretch; }
    .top_content .flex_box .col-sm-6 ul {
      margin: 0;
      padding: 0 20px;
      box-sizing: border-box;
      align-items: stretch;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding-bottom: 20px; }
      .top_content .flex_box .col-sm-6 ul li {
        text-align: center;
        width: calc(100% / 2 - 10px);
        margin-bottom: 20px;
        min-height: 190px; }
        .top_content .flex_box .col-sm-6 ul li a {
          transition: 0.5s ease;
          display: block;
          background-color: #fff;
          border-radius: 10px;
          padding: 0 20px;
          padding-top: 100px;
          padding-bottom: 40px;
          box-sizing: border-box;
          height: 100%;
          position: relative;
          color: #333;
          text-decoration: none; }
          .top_content .flex_box .col-sm-6 ul li a:hover {
            box-shadow: 0 0 6px #000; }
          .top_content .flex_box .col-sm-6 ul li a img {
            position: absolute;
            display: block;
            margin: auto;
            left: 50%;
            top: 70px;
            width: auto;
            margin-bottom: 10px;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .top_content .w500 {
    width: 500px;
    display: inline-block;
    height: 100%; }
  .top_content .left_content {
    background-color: #FBAE21;
    text-align: right;
    width: 50%; }
  .top_content .right_content {
    background-color: #39B54A;
    width: 50%; }

.top_content_banner_area {
  padding: 60px 0; }

.top_content_banner_area-1 {
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  .top_content_banner_area-1 h2 {
    color: #fff;
    font-size: 24px; }
  .top_content_banner_area-1 p {
    color: #fff;
    font-size: 16px; }
  .top_content_banner_area-1 .read_btn {
    padding-top: 40px; }
    .top_content_banner_area-1 .read_btn a {
      background-color: #fff;
      color: #333;
      border: none;
      border-radius: 68px;
      padding: 24px 0;
      line-height: 1.2em;
      width: 300px;
      max-width: 100%; }
      .top_content_banner_area-1 .read_btn a:hover {
        border: none;
        box-shadow: 0 5px 10px #333; }

.swip_btn {
  width: 800px;
  margin: auto;
  position: relative; }
  .swip_btn .swiper-button-next {
    right: -45px;
    top: 220px;
    width: 66px;
    height: 66px;
    background-image: url("images/ico/next.png");
    background-size: 66px 66px; }
  .swip_btn .swiper-button-prev {
    left: -45px;
    top: 220px;
    width: 66px;
    height: 66px;
    background-size: 66px 66px;
    background-image: url("images/ico/prev.png"); }

.madori {
  width: 320px;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  background-color: #f2f2f2;
  position: relative;
  margin-right: 40px; }
  .madori div.madori_text {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #3E3531;
    width: 80px;
    line-height: 28px;
    height: 28px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }

.gallery-top {
  padding-top: 0px;
  width: 540px;
  height: 420px;
  margin: 0px auto;
  margin-bottom: 20px; }

.gallery-thumbs {
  width: 100%;
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  margin-bottom: 10px;
  overflow: hidden; }

.gallery-thumbs .swiper-slide {
  width: 130px;
  height: 100%;
  margin-bottom: 15px;
  cursor: pointer; }

.gallery-thumbs .swiper-slide-active {
  opacity: 1; }

.gallery-top .swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 520px; }

.gallery-thumbs .swiper-wrapper {
  transform: translate3d(0, 0, 0) !important;
  display: -webkit-flex;
  display: flex;
  width: 110%;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.page_flow #page_content_flow .read_btn-g a, .page_flow #page_content_flow .read_btn-p a {
  background-color: #fff;
  line-height: 50px;
  border: 1px solid #00A99D;
  border-radius: 5px;
  color: #00A99D;
  transition: 0.5s ease; }
  .page_flow #page_content_flow .read_btn-g a:hover, .page_flow #page_content_flow .read_btn-p a:hover {
    background-color: #00A99D;
    color: #fff; }
.page_flow #page_content_flow .read_btn-p {
  margin-left: 15px; }
  .page_flow #page_content_flow .read_btn-p a {
    border: 1px solid #FF7BAC;
    color: #FF7BAC; }
    .page_flow #page_content_flow .read_btn-p a:hover {
      background-color: #FF7BAC;
      color: #fff; }
.page_flow #page_content_flow .flow_content .main .text-box {
  padding-left: 15px;
  box-sizing: border-box; }

#page_content_flow div.w1000 > .flex_box {
  align-items: stretch; }
#page_content_flow h1 {
  text-align: center;
  font-weight: 500;
  font-size: 30px; }
  #page_content_flow h1:after {
    display: block;
    background-image: url("images/background/bg_h2.png");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    height: 1px;
    width: 120px;
    margin: auto;
    margin-top: 30px; }
#page_content_flow .w275 {
  max-width: 275px;
  margin-right: 20px; }
#page_content_flow .cotact {
  color: #00A99D;
  border: 1px solid #00A99D;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 60px;
  max-width: 275px;
  border-radius: 2px; }
  #page_content_flow .cotact a {
    color: #00A99D;
    display: block;
    text-decoration: none; }
    #page_content_flow .cotact a:before {
      content: "\f003";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      display: inline-block;
      margin-right: 0.2em;
      margin-left: 0.2em; }
#page_content_flow .tel {
  font-size: 25px;
  font-weight: bold;
  border: 1px solid #F15A24;
  line-height: 60px;
  max-width: 275px;
  border-radius: 2px; }
  #page_content_flow .tel a {
    color: #F15A24;
    text-decoration: none;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    #page_content_flow .tel a:before {
      content: "\f095";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      display: inline-block;
      margin-right: 0.2em;
      margin-left: 0.2em;
      font-size: 0.8em;
      position: relative;
      top: 1px;
      -webkit-transform: rotate(10deg);
      transform: rotate(10deg); }
#page_content_flow .flow_content .tel_btns p {
  margin-bottom: 5px; }
#page_content_flow .flow_content:nth-child(3) .img img {
  width: auto; }
#page_content_flow .flow_content:nth-child(4) .img img {
  width: 200px;
  margin: auto;
  display: block; }
#page_content_flow .flow_content .img {
  padding-top: 60px; }
  #page_content_flow .flow_content .img img {
    padding: 0 15px;
    box-sizing: border-box; }
#page_content_flow .flow_content .address {
  background-color: #00A99D;
  color: #fff;
  display: inline-block; }
  #page_content_flow .flow_content .address dl {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;
    margin: 0;
    box-sizing: border-box; }
  #page_content_flow .flow_content .address dt, #page_content_flow .flow_content .address dd {
    margin: 0;
    padding: 0px 10px;
    box-sizing: border-box; }
  #page_content_flow .flow_content .address dd {
    border-left: 1px dotted #fff; }
#page_content_flow .flow_content .title {
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  position: relative;
  left: -28px; }
  #page_content_flow .flow_content .title span {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: #fff;
    background-color: #00A99D;
    height: 60px;
    width: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    border-radius: 50%; }
#page_content_flow .flow_content .main {
  background-image: url("images/common/border.png");
  background-repeat: no-repeat;
  background-position: 0px 38px;
  margin-bottom: 0px; }
  #page_content_flow .flow_content .main .content {
    padding-left: 47px; }
    #page_content_flow .flow_content .main .content h4 {
      margin-bottom: 0; }
    #page_content_flow .flow_content .main .content .flex_box {
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
    #page_content_flow .flow_content .main .content blockquote {
      margin-left: 0;
      margin-top: 0;
      background-color: #f2f2f2;
      border: 1px solid #CCCCCC;
      padding: 15px; }
      #page_content_flow .flow_content .main .content blockquote p {
        margin: 0;
        padding: 0; }
    #page_content_flow .flow_content .main .content .link-box {
      margin-left: 0;
      margin-top: 10px; }
  #page_content_flow .flow_content .main ul {
    list-style: disc;
    margin-top: 10px; }
  #page_content_flow .flow_content .main .text-box {
    padding-left: 0; }
    #page_content_flow .flow_content .main .text-box .title {
      left: 0; }
#page_content_flow .flow_content p {
  color: #333333;
  margin-top: 5px; }
#page_content_flow .flow_content h3 {
  font-weight: 500;
  padding-left: 15px;
  margin-bottom: 0px;
  line-height: 1.5em; }
  #page_content_flow .flow_content h3 P {
    color: #00A99D;
    line-height: 1.5em;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    display: inline; }
#page_content_flow .flow_content:nth-child(3) .img img {
  width: 200px;
  display: block;
  margin: auto; }
#page_content_flow .flow_content:last-child {
  margin-bottom: 60px; }
  #page_content_flow .flow_content:last-child .main {
    background-image: none; }
    #page_content_flow .flow_content:last-child .main .title span {
      background-color: #F7931E; }
#page_content_flow .download_table {
  width: 750px;
  margin: auto;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333; }
  #page_content_flow .download_table thead th {
    text-align: center; }
  #page_content_flow .download_table th, #page_content_flow .download_table td {
    padding: 10px 15px;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333; }
  #page_content_flow .download_table th {
    background-color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: left; }
    #page_content_flow .download_table th i {
      margin-right: 5px;
      color: #f00; }
    #page_content_flow .download_table th i.fa-file-word-o {
      color: #2E3192; }
  #page_content_flow .download_table td {
    width: 115px;
    text-align: center; }
#page_content_flow h2 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0; }
  #page_content_flow h2:after {
    display: block;
    background-image: url("images/background/bg_h2.png");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    height: 1px;
    width: 120px;
    margin: auto;
    margin-top: 20px; }
#page_content_flow section {
  padding: 60px 0; }
#page_content_flow .catch {
  text-align: center;
  padding-bottom: 20px;
  color: #333333;
  font-size: 16px; }
#page_content_flow .kiyaku {
  background-color: #EBF8F7; }
  #page_content_flow .kiyaku h2:after {
    display: none; }
  #page_content_flow .kiyaku .kiyaku__content {
    background-color: #fff;
    border-radius: 40px;
    padding: 30px 40px 20px 40px;
    width: 770px;
    box-sizing: border-box;
    margin: auto;
    margin-top: 30px; }
    #page_content_flow .kiyaku .kiyaku__content p {
      text-indent: -1em;
      font-size: 16px;
      padding-top: 0;
      margin-top: 0;
      padding-left: 1em; }

.single_page .relation ul {
  margin: 0;
  padding: 0;
  align-items: stretch; }
  .single_page .relation ul li {
    position: relative;
    padding-bottom: 70px; }
    .single_page .relation ul li .read_btn {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0; }
.single_page .relation .relation__post .thumb a {
  display: block;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center; }
  .single_page .relation .relation__post .thumb a:before {
    padding-top: 75%;
    content: "";
    display: block; }
.single_page .relation p.title {
  padding-top: 0;
  margin-top: 5px;
  margin-bottom: 0; }
  .single_page .relation p.title a {
    color: #333;
    text-decoration: none;
    font-weight: bold; }
.single_page .relation p.excerpt {
  font-size: 14px;
  padding-top: 0;
  margin: 0; }
.single_page .relation .read_btn {
  padding: 0 20px;
  box-sizing: border-box; }
  .single_page .relation .read_btn a {
    background-color: #fff;
    width: 100%;
    border: 1px solid #333;
    border-radius: 5px;
    line-height: 50px;
    font-size: 16px;
    color: #333; }
    .single_page .relation .read_btn a:hover {
      background-color: #39B54A;
      border: 1px solid #39B54A;
      color: #fff; }

.single_page .property .main_content {
  width: 900px;
  margin: auto; }
  .single_page .property .main_content header {
    border-bottom: 4px solid #39B54A;
    margin-bottom: 30px; }
    .single_page .property .main_content header .post_num .flex_box {
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      font-size: 12px; }
      .single_page .property .main_content header .post_num .flex_box dt {
        background-color: #3E3531;
        color: #fff;
        padding: 0px 10px; }
      .single_page .property .main_content header .post_num .flex_box dd {
        padding: 0px 10px;
        margin: 0; }
    .single_page .property .main_content header .post_title h1 {
      text-align: left;
      font-size: 24px;
      margin: 0;
      padding: 0;
      margin-bottom: 5px;
      font-weight: bold; }
      .single_page .property .main_content header .post_title h1 span {
        font-weight: normal;
        font-size: 0.8em; }
    .single_page .property .main_content header .property__info {
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      font-size: 14px; }
      .single_page .property .main_content header .property__info .prorerth__info__price:after {
        content: "/";
        display: inline-block;
        padding-right: 10px;
        color: #999; }
      .single_page .property .main_content header .property__info .prorerth__info__price span {
        font-size: 1.1em;
        font-weight: bold;
        margin-right: 5px; }
      .single_page .property .main_content header .property__info .prorerth__info__price span.price {
        color: #ED1C24; }
    .single_page .property .main_content header .property__point {
      border-top: 1px dotted #B3B3B3;
      margin-top: 10px;
      padding-top: 15px; }
      .single_page .property .main_content header .property__point .point_ico {
        width: 125px;
        border: 1px solid #39B54A;
        text-align: center;
        box-sizing: border-box;
        position: relative;
        line-height: 45px;
        border-radius: 2px;
        color: #39B54A; }
        .single_page .property .main_content header .property__point .point_ico i {
          margin-right: 5px; }
        .single_page .property .main_content header .property__point .point_ico:before {
          position: absolute;
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8.5px 0 8.5px 12px;
          border-color: transparent transparent transparent #39B54A;
          right: -12px;
          top: 14px; }
        .single_page .property .main_content header .property__point .point_ico:after {
          position: absolute;
          content: "";
          right: -10px;
          top: 15px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7px 0 7px 10px;
          border-color: transparent transparent transparent #ffffff; }
      .single_page .property .main_content header .property__point .pointo_text {
        width: -webkit-calc(100% - 125px);
        width: calc(100% - 125px);
        padding-left: 20px;
        box-sizing: border-box; }
        .single_page .property .main_content header .property__point .pointo_text p {
          margin-top: 0; }
  .single_page .property .main_content .property__contact__btn {
    max-width: 800px;
    width: 100%;
    margin: auto; }
    .single_page .property .main_content .property__contact__btn .flex_box {
      -webkit-justify-content: space-around;
      justify-content: space-around; }
    .single_page .property .main_content .property__contact__btn h2 {
      text-align: center;
      background-color: #fff;
      border: none;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 20px;
      color: #3E3531; }
      .single_page .property .main_content .property__contact__btn h2:before {
        content: "";
        margin: auto;
        content: "\f0e0";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        display: block;
        font-size: 30px;
        color: #3E3531; }
    .single_page .property .main_content .property__contact__btn .btn_mail, .single_page .property .main_content .property__contact__btn .btn_tel {
      width: 47%; }
      .single_page .property .main_content .property__contact__btn .btn_mail a, .single_page .property .main_content .property__contact__btn .btn_tel a {
        line-height: 60px;
        height: 60px;
        color: #fff;
        text-decoration: none;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        font-size: 20px;
        background-color: #F7931E;
        font-weight: bold; }
        .single_page .property .main_content .property__contact__btn .btn_mail a:before, .single_page .property .main_content .property__contact__btn .btn_tel a:before {
          content: "\f0e0";
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          display: inline-block;
          text-align: center;
          line-height: 60px;
          font-size: 30px;
          width: 64px;
          margin-right: 10px;
          background-color: #B96E16; }
    .single_page .property .main_content .property__contact__btn .btn_tel a {
      background-color: #39B54A;
      font-size: 32px; }
      .single_page .property .main_content .property__contact__btn .btn_tel a:before {
        content: "\f095";
        background-color: #2B8838;
        margin-right: 20px; }
  .single_page .property .main_content .relation {
    border-top: 1px solid #333333;
    margin-top: 40px;
    padding-bottom: 70px; }
    .single_page .property .main_content .relation h2 {
      text-align: center;
      color: #3E3531;
      font-weight: bold;
      font-size: 24px;
      background-color: #fff;
      border: none; }
  .single_page .property .main_content .property__table {
    border-top: 4px solid #39B54A;
    padding-top: 20px; }
    .single_page .property .main_content .property__table .gmap {
      background-color: #C1272D;
      color: #fff;
      display: inline-block;
      padding: 3px 10px;
      text-decoration: none;
      border-radius: 5px;
      margin-left: 10px; }
.single_page .slider_box {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-content: space-between;
  align-items: stretch; }
.single_page .ijuu {
  background-color: #FBAE21;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 40px; }
  .single_page .ijuu h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    color: #fff; }
  .single_page .ijuu .img {
    position: absolute;
    left: 50%;
    top: -20px; }
    .single_page .ijuu .img img {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .single_page .ijuu ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    align-items: stretch;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative; }
    .single_page .ijuu ul:after {
      position: absolute;
      right: -50px;
      bottom: -100px;
      content: "";
      display: block;
      background-image: url("images/common/post_f_img.png");
      background-repeat: no-repeat;
      width: 237px;
      height: 195px;
      background-size: 237px auto; }
    .single_page .ijuu ul li {
      text-align: center;
      width: 195px;
      margin: 0 15px; }
      .single_page .ijuu ul li a {
        transition: 0.5s ease;
        display: block;
        background-color: #fff;
        border-radius: 10px;
        padding: 0 20px;
        padding-top: 100px;
        padding-bottom: 40px;
        box-sizing: border-box;
        height: 100%;
        position: relative;
        color: #333;
        text-decoration: none; }
        .single_page .ijuu ul li a:hover {
          box-shadow: 0 0 6px #000; }
        .single_page .ijuu ul li a img {
          position: absolute;
          display: block;
          margin: auto;
          left: 50%;
          top: 70px;
          width: auto;
          margin-bottom: 10px;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.archive_ul_property {
  margin: 0;
  padding: 0;
  max-width: 900px;
  width: 100%;
  margin: auto;
  border-top: 4px solid #39B54A;
  padding-top: 30px; }
  .archive_ul_property li {
    border-bottom: 4px solid #39B54A;
    margin-bottom: 30px; }
    .archive_ul_property li .new_ico {
      background-color: #ED1C24;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      padding: 2px 10px;
      display: inline-block;
      z-index: 2; }
    .archive_ul_property li a {
      position: relative; }
      .archive_ul_property li a .cats_icon {
        position: absolute;
        bottom: 10px;
        left: 10px; }
        .archive_ul_property li a .cats_icon img {
          vertical-align: top;
          width: 30px;
          vertical-align: top;
          height: auto; }
  .archive_ul_property .thumb {
    position: relative; }
  .archive_ul_property .thumb, .archive_ul_property .main {
    margin-bottom: 0; }
  .archive_ul_property .thumbnail-img {
    display: block;
    background-size: cover;
    background-position: center; }
    .archive_ul_property .thumbnail-img:before {
      content: "";
      display: block;
      padding-top: 75%; }
  .archive_ul_property .title {
    font-size: 20px;
    padding-top: 10px; }
  .archive_ul_property .catch {
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .archive_ul_property .main_info p {
    margin: 0;
    padding: 0;
    font-size: 14px; }
  .archive_ul_property .post_num .flex_box {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 12px; }
    .archive_ul_property .post_num .flex_box dt {
      background-color: #3E3531;
      color: #fff;
      padding: 0px 10px; }
    .archive_ul_property .post_num .flex_box dd {
      padding: 0px 10px;
      margin: 0; }
  .archive_ul_property table {
    border: none;
    font-size: 14px;
    table-layout: fixed; }
    .archive_ul_property table th {
      background-color: #F7F7F7;
      font-weight: normal; }
    .archive_ul_property table td, .archive_ul_property table th {
      border: none;
      padding: 15px 10px;
      line-height: 1.5em; }
    .archive_ul_property table td .flex_box {
      -webkit-justify-content: center;
      justify-content: center; }
      .archive_ul_property table td .flex_box .btn_contact {
        display: flex;
        background-color: #F15A24;
        height: 46px;
        line-height: 46px;
        -webkit-align-items: center;
        align-items: center;
        color: #fff;
        width: 132px;
        text-align: center;
        text-decoration: none;
        border-radius: 5px;
        font-size: 15px;
        margin-right: 15px; }
        .archive_ul_property table td .flex_box .btn_contact:before {
          border-radius: 5px 0 0 5px;
          content: "\f0e0";
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          display: inline-block;
          padding: 0 10px;
          display: block;
          font-size: 18px;
          margin-right: 15px;
          background-color: #792D12; }
      .archive_ul_property table td .flex_box .btn_read {
        font-size: 15px;
        display: flex;
        background-color: #F15A24;
        height: 46px;
        line-height: 46px;
        -webkit-align-items: center;
        align-items: center;
        color: #fff;
        width: 132px;
        text-align: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-decoration: none;
        border-radius: 5px;
        background-color: #39B54A; }
        .archive_ul_property table td .flex_box .btn_read:after {
          content: "\f105";
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          display: inline-block;
          margin-right: 0.2em;
          margin-left: 0.2em; }
    .archive_ul_property table tr th:last-child {
      width: 360px; }

a {
  color: #0071BC; }

footer {
  padding-top: 40px;
  padding-bottom: 0px;
  text-align: center; }
  footer .logo .catch {
    font-size: 15px;
    color: #39B54A;
    font-weight: bold;
    margin-bottom: 0; }
  footer .logo img {
    width: 250px; }
  footer .logo_info {
    padding-top: 10px;
    padding-bottom: 30px; }
  footer nav #head_nav {
    -webkit-justify-content: center;
    justify-content: center; }
    footer nav #head_nav li:first-child a:before {
      display: none; }
    footer nav #head_nav a {
      color: #333;
      font-size: 14px;
      text-decoration: none; }
  footer nav .tel {
    display: none; }
  footer .footer_info {
    margin-top: 40px;
    background-color: #39B54A;
    padding: 1.5em 0; }
    footer .footer_info div {
      display: inline;
      padding: 0 1em;
      color: #fff;
      font-size: 18px; }
      footer .footer_info div i {
        margin-right: 5px;
        font-size: 0.9em; }
      footer .footer_info div a {
        text-decoration: none;
        color: #fff; }
  footer .footner_copy {
    margin: 0;
    padding: 1.5em 0;
    font-size: 14px;
    font-weight: 500;
    background-color: #1D5B25;
    color: #fff; }
    footer .footner_copy a {
      color: #fff;
      text-decoration: none; }
  footer p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2em; }

#wrapper_page header {
  padding-bottom: 0; }

#page_content {
  max-width: 680px; }
  #page_content h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 40px; }
  #page_content table {
    margin-top: 20px; }
  #page_content .content p, #page_content .content ul, #page_content .content table, #page_content .content div, #page_content .content h1, #page_content .content h2, #page_content .content h3, #page_content .content h4, #page_content .content h5, #page_content .content img {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box; }
    #page_content .content p img, #page_content .content ul img, #page_content .content table img, #page_content .content div img, #page_content .content h1 img, #page_content .content h2 img, #page_content .content h3 img, #page_content .content h4 img, #page_content .content h5 img, #page_content .content img img {
      padding: 0; }
  #page_content .content h2, #page_content .content h3, #page_content .content h4, #page_content .content h5 {
    border-left: 5px solid #39B34A;
    background-color: #f2f2f2;
    line-height: normal;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    margin-top: 2em;
    margin-bottom: 1em; }
  #page_content .thumbnail {
    height: 350px;
    margin-bottom: 30px; }
    #page_content .thumbnail div {
      display: block;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      border: 5px solid rgba(0, 0, 0, 0.5);
      box-sizing: border-box; }

#link h2 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  color: #42210B;
  font-size: 24px; }
#link .flex_box {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch; }

#page_content .content ul {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px dotted #00A89C;
  background-color: #F9F9F9;
  list-style: disc;
  padding-left: 40px;
  margin-top: 30px;
  margin-left: 40px;
  margin-right: 40px; }

#side {
  width: 280px; }

.archive .archive_title {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  display: block; }
  .archive .archive_title:after {
    display: block;
    background-image: url("images/background/bg_h2.png");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    height: 1px;
    width: 120px;
    margin: auto;
    margin-top: 30px; }

.page_about_support #page_content table th {
  width: 120px;
  text-align: left; }
.page_about_support #page_content table th, .page_about_support #page_content table td {
  font-size: 14px; }
.page_about_support #page_content table ol {
  padding-left: 20px;
  font-feature-settings: "palt"; }

.archive_ul {
  margin: 0;
  padding: 0; }
  .archive_ul .thumb a {
    display: block;
    background-size: cover;
    background-position: center; }
    .archive_ul .thumb a:before {
      padding-top: 75%;
      content: "";
      display: block; }
  .archive_ul .meta {
    position: relative;
    top: -17px;
    display: block;
    width: 115px;
    background-color: #000;
    margin: auto;
    padding: 0;
    line-height: 34px;
    color: #fff;
    text-align: center;
    font-family: 'Fjalla One', sans-serif; }
  .archive_ul .title {
    margin-top: 0;
    margin-bottom: 10px; }
    .archive_ul .title a {
      font-weight: bold;
      text-align: center;
      color: #000;
      font-size: 15px;
      font-family: YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .archive_ul p {
    font-family: YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.4em; }

#sidebar {
  padding-top: 30px; }
  #sidebar h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  #sidebar input {
    background-color: #f2f2f2; }

#sidebar ul table#wp-calendar {
  border: none; }
  #sidebar ul table#wp-calendar caption {
    padding: 5px 0;
    font-family: YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #sidebar ul table#wp-calendar th, #sidebar ul table#wp-calendar td {
    padding: 0;
    text-align: center;
    color: #666;
    background-color: #fff; }
    #sidebar ul table#wp-calendar th a, #sidebar ul table#wp-calendar td a {
      color: #39B54A;
      padding: 0; }
      #sidebar ul table#wp-calendar th a:before, #sidebar ul table#wp-calendar td a:before {
        display: none; }
  #sidebar ul table#wp-calendar tfoot {
    border-left: none; }
    #sidebar ul table#wp-calendar tfoot td {
      border: none;
      background-color: transparent;
      color: #fff; }

.archive .archive_title {
  padding-top: 30px; }
  .archive .archive_title:after {
    display: none; }
.archive #searchform {
  width: 815px;
  margin: auto; }
  .archive #searchform .search_title {
    text-align: center;
    font-size: 24px;
    font-weight: bold; }
    .archive #searchform .search_title i {
      font-size: 30px;
      display: block;
      margin-bottom: 10px; }
  .archive #searchform p {
    font-size: 14px; }
  .archive #searchform table {
    background-color: #fff; }
    .archive #searchform table th, .archive #searchform table td {
      text-align: left;
      border-bottom: 1px dotted #CCCCCC; }
    .archive #searchform table tr:last-child th, .archive #searchform table tr:last-child td {
      border-bottom: 1px solid #999; }
    .archive #searchform table th {
      background-color: #2A2421;
      color: #fff;
      width: 180px;
      padding-left: 30px;
      box-sizing: border-box;
      font-weight: bold; }
    .archive #searchform table select {
      -moz-appearance: none;
      -webkit-appearance: none;
      -o-appearance: none;
      -ms-appearance: none;
      appearance: none;
      border-radius: 0;
      border: 1px solid #333;
      line-height: 30px;
      height: 30px;
      border-radius: 5px;
      margin: 0;
      padding: 0;
      padding-left: 10px;
      background: none transparent;
      background-image: url("images/ico/bginput.png");
      background-size: 8px auto;
      background-position: 93% center;
      background-repeat: no-repeat;
      vertical-align: middle;
      font-size: inherit;
      color: inherit;
      box-sizing: content-box; }
  .archive #searchform .read_btn {
    margin-top: 40px; }
    .archive #searchform .read_btn button {
      -moz-appearance: none;
      -webkit-appearance: none;
      -o-appearance: none;
      -ms-appearance: none;
      appearance: none;
      border: none;
      background-color: #39B54A;
      line-height: 58px;
      height: 58px;
      width: 270px;
      margin: auto;
      display: block;
      font-family: YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
      border-radius: 5px;
      box-shadow: 0 5px 0 #006837;
      transition: 0.2s ease;
      position: relative;
      top: 0px;
      cursor: pointer;
      color: #fff;
      font-size: 16px;
      font-weight: bold; }
      .archive #searchform .read_btn button i {
        margin-left: 10px; }
      .archive #searchform .read_btn button:hover {
        position: relative;
        top: 5px;
        box-shadow: 0px 0 0 #006837; }

.search_box {
  background-color: #F7F4F1;
  padding-bottom: 30px; }

#searchform input.s {
  width: -webkit-calc(100% - 42x);
  width: calc(100% - 42px);
  line-height: 25px;
  box-sizing: border-box;
  border: none;
  padding-left: 5px; }
#searchform input.searchsubmit {
  width: 35px;
  box-sizing: border-box;
  line-height: 25px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  background-color: #39B54A; }

#side_area #searchform label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px; }

#side_area #searchform input[type="checkbox"] {
  margin-right: 0.8em; }

input[type="checkbox"] {
  display: none; }

input[type=checkbox]:checked + label:before {
  content: "\f14a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  margin-right: 0.427em;
  color: #dc1e37;
  margin-left: 0.2em; }

input[type="checkbox"] + label:before {
  content: "\f096";
  font-size: 1.2em;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  margin-left: 0.2em;
  color: #333; }

.error_box {
  border-radius: 10px;
  overflow: hidden;
  max-width: 750px;
  margin: auto;
  width: 100%; }
  .error_box span {
    background-color: #ffe0e0;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 2em; }
    .error_box span:first-child {
      padding-top: 5px; }
    .error_box span:last-child {
      padding-bottom: 5px; }

.complate {
  text-align: center;
  padding-bottom: 60px;
  box-sizing: border-box; }

.mw_wp_form_complete p {
  margin-bottom: 30px;
  text-align: center; }

/* top */
#wrapper_page .tops {
  margin-top: 15px; }

/* slider */
#wrapper_page .breadcrumbs {
  padding: 15px; }

.breadcrumbs {
  font-size: 12px;
  color: #666;
  padding: 15px 0;
  font-family: YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .breadcrumbs a {
    color: #333;
    text-decoration: none; }

#item {
  padding: 40px 0; }
  #item .loopSlider h3 {
    font-size: 16px;
    margin: 0;
    margin-top: 10px; }
  #item .loopSlider a {
    color: #39B54A;
    text-decoration: none;
    transition: 0.2s ease; }
    #item .loopSlider a:hover {
      -ms-filter: "alpha( opacity=70 )";
      filter: alpha(opacity=70);
      opacity: 0.7; }

.text-center {
  text-align: center; }

#map_canvas {
  height: 520px; }

.page_num {
  display: inline-block;
  background: #39B54A;
  border: 1px solid #39B54A;
  padding: 0px 13px;
  font-size: 14px;
  border-radius: 30px;
  margin-right: 11px;
  color: #fff;
  line-height: 30px;
  float: left; }

.page_box {
  margin-top: 40px;
  text-align: center; }
  .page_box .page_numbar {
    -webkit-justify-content: center;
    justify-content: center; }

.page_numbar a:hover {
  color: #BC1900;
  text-decoration: none; }

.page_numbar a, .page_numbar span {
  transition: 0.2s ease;
  margin-bottom: 8px;
  margin-right: 5px;
  float: left;
  text-align: center;
  display: block;
  line-height: 30px;
  color: #333333;
  border: 1px solid #ccc;
  background: #f2f2f2;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 50%; }

.page_numbar span {
  background: #39B54A;
  color: #fff;
  border: 1px solid #39B54A; }

input.searchsubmit {
  font-family: FontAwesome;
  font-size: 18px;
  -webkit-appearance: none;
  height: 30px;
  width: 31px;
  box-sizing: border-box; }

.btn {
  border-radius: 5px;
  overflow: hidden; }

#wrapper .title_area h2 {
  font-size: 32px;
  margin: 0; }

/* page */
.read_btn {
  text-align: center;
  position: relative; }
  .read_btn a {
    padding: 0 15px;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 58px;
    display: inline-block;
    text-decoration: none;
    background-color: #39B54A;
    border: 1px solid #39B54A;
    color: #fff;
    transition: 0.2s ease;
    width: 230px;
    border-radius: 0px; }
    .read_btn a:hover {
      border: 1px solid #39B54A;
      background: #fff;
      color: #39B54A; }
    .read_btn a:after {
      content: "\f105";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      display: inline-block;
      margin-right: 0.2em;
      margin-left: 0.2em; }

/* menu */
.map iframe {
  width: 100%;
  max-width: 1000px; }
.map .read_btn {
  text-align: right; }

.sp_menu {
  position: fixed;
  top: 0px;
  overflow: hidden;
  left: 0;
  height: 0px;
  width: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.9);
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
  opacity: 1.0;
  transition: ease 0.3s; }
  .sp_menu ul {
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box; }
  .sp_menu li a {
    color: #fff;
    text-decoration: none;
    line-height: 3em;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    display: block; }

.widget-container ul li {
  padding-left: 1em; }

.paging {
  position: relative;
  margin: 60px 0;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center; }
  .paging .all_back a {
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #39B54A !important; }
    .paging .all_back a:after {
      display: none; }
    .paging .all_back a:before {
      content: "\f0ca";
      border: none !important;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      display: inline-block;
      margin-right: 0.2em;
      margin-left: 0.2em; }
  .paging .read_btn a {
    width: 100%;
    font-size: 14px;
    height: 100%;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    display: block;
    padding: 10px; }
    .paging .read_btn a:hover {
      color: #39B54A; }
  .paging .next a:after {
    display: none; }
  .paging .next a:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    margin-right: 0.2em;
    margin-left: 0.2em;
    background: none;
    border: none;
    top: 2px;
    position: relative;
    left: inherit;
    width: auto; }

/* archive */
/* search */
.search_li li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc; }

.single_page .cat {
  text-align: center; }
  .single_page .cat a {
    font-size: 32px;
    letter-spacing: 3.84px;
    color: #231815;
    font-weight: normal;
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
    text-decoration: none;
    font-family: YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 1em;
    display: block; }
.single_page .main_content h1, .single_page .main_content h2, .single_page .main_content h3, .single_page .main_content h4, .single_page .main_content h5, .single_page .main_content p {
  margin: 1.5em 0;
  font-family: YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.5em; }
.single_page .meta {
  text-align: center;
  margin: 0;
  font-size: 12px;
  color: #333; }
.single_page h1 {
  margin-top: 0;
  font-weight: 600;
  font-size: 25px;
  color: #333;
  text-align: center; }
.single_page .main_content h2, .single_page .main_content h3, .single_page .main_content h4, .single_page .main_content h5 {
  background-color: #F7F7F7;
  padding: 15px;
  border-left: 4px solid #39B54A; }
.single_page .post {
  border-bottom: 1px dotted #fff;
  margin-bottom: 20px;
  padding-bottom: 20px; }
.single_page .time {
  text-align: left;
  padding-left: 0px;
  color: #39B54A; }
.single_page .content, .single_page .content p {
  line-height: 1.8em;
  font-size: 16px; }
  .single_page .content a, .single_page .content p a {
    color: #fff; }

/* single */
.widget-container .screen-reader-text {
  display: none; }

.widget-container #archives-dropdown-2 {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px;
  background: #F5F5F5; }

/* footer */
#wrapper footer .footer_area {
  padding-top: 30px;
  padding-bottom: 140px; }

/*  ather*/
#pagetop {
  display: none; }

#pagetop a {
  position: fixed;
  bottom: 10%;
  right: 2%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #39B54A;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  display: block;
  transition: 0.5s;
  z-index: 9999; }

.mw_wp_form_preview span.khinden {
  display: none; }

.mw_wp_form #form {
  width: 830px;
  margin: auto; }
  .mw_wp_form #form .panf_img {
    display: inline-block;
    height: 10px;
    position: relative;
    width: 100px;
    margin-bottom: 0; }
    .mw_wp_form #form .panf_img img {
      position: absolute;
      bottom: 0; }
  .mw_wp_form #form table td p {
    display: inline-block;
    margin: 0;
    padding: 0; }
  .mw_wp_form #form table {
    border: none; }
    .mw_wp_form #form table tr {
      border-bottom: none; }
    .mw_wp_form #form table tr.bd1 {
      border-bottom: none; }
    .mw_wp_form #form table .error {
      display: block;
      margin-left: 5px; }
    .mw_wp_form #form table th {
      font-size: 16px;
      width: 28%;
      text-align: right;
      padding: 15px 0;
      font-weight: 500;
      box-sizing: border-box;
      background-color: transparent;
      line-height: 16px;
      border: none;
      position: relative;
      vertical-align: middle; }
      .mw_wp_form #form table th span {
        font-size: 12px;
        vertical-align: middle;
        color: #fff !important;
        padding: 2px 5px;
        border-radius: 5px;
        margin-right: 5px;
        line-height: 16px;
        background-color: #BC1900;
        margin-left: 5px; }
    .mw_wp_form #form table td {
      border: none;
      vertical-align: top;
      padding: 15px;
      box-sizing: border-box; }
      .mw_wp_form #form table td span {
        margin-right: 10px;
        display: block; }
      .mw_wp_form #form table td div {
        margin-bottom: 10px; }
      .mw_wp_form #form table td .mwform-checkbox-field label {
        display: inline-block; }
      .mw_wp_form #form table td .mwform-checkbox-field .horizontal-item {
        margin: 0;
        margin-right: 10px; }
      .mw_wp_form #form table td label {
        margin-bottom: 0px; }
  .mw_wp_form #form .flex_box {
    -webkit-justify-content: center;
    justify-content: center; }
  .mw_wp_form #form .horizontal-item + .horizontal-item {
    margin: 0;
    margin-right: 10px; }
  .mw_wp_form #form input, .mw_wp_form #form textarea, .mw_wp_form #form select {
    padding: 15px 8px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 0 5px;
    font-size: 16px;
    max-width: 480px; }
  .mw_wp_form #form textarea, .mw_wp_form #form input:not(.tel) {
    width: 100%; }

#page_content_row h1 {
  text-align: center;
  font-weight: 500;
  font-size: 30px; }
  #page_content_row h1:after {
    display: block;
    background-image: url("images/background/bg_h2.png");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    height: 1px;
    width: 120px;
    margin: auto;
    margin-top: 30px; }
#page_content_row .catch {
  text-align: center; }

.mw_wp_form_preview #form table {
  margin: auto;
  margin-bottom: 50px; }
  .mw_wp_form_preview #form table th, .mw_wp_form_preview #form table td {
    width: 50% !important; }

.form_btn {
  justify-content: center; }

.form_btn button {
  border: none;
  margin: 0 15px;
  border-radius: 5px;
  line-height: 70px;
  max-width: 280px;
  width: 100%;
  background: #FBAE21;
  transition: 0.5s ease;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .form_btn button i {
    margin-left: 5px;
    font-size: 1.2em;
    margin-right: 5px; }

.form_btn button.submit:hover {
  background: #FBAE21;
  color: #fff;
  font-weight: bold; }

.form_btn button.send {
  background: #39B54A;
  color: #fff;
  font-weight: bold; }

.form_btn button.send:hover {
  background: #1D5B25;
  color: #fff;
  font-weight: bold; }

.form_btn button.back {
  background: #ccc;
  color: #fff; }

.form_btn button.submit:hover {
  background: #BC8319;
  color: #fff; }

img.oj {
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: scale-down; object-position: bottom;'; }

body {
  min-width: 1000px; }

.alignleft {
  float: left;
  margin: 6px 28px 28px 0; }

.alignright {
  float: right;
  margin: 6px 0 28px 28px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 28px; }

.swiper-pagination-bullet-active {
  background-color: #39B54A; }

.sp_menu {
  display: none; }

@media only screen and (max-width: 787px) {
  body {
    min-width: initial; }
    body #wrap, body #wrapper_page {
      overflow: hidden; }
    body .hamburger .hamburger__icon, body .hamburger .hamburger__icon::after, body .hamburger .hamburger__icon::before {
      background-color: #fff; }
    body .sp_menus {
      background-color: #39B54A; }
    body .sp_header {
      background-image: url("images/background/bg_header.jpg");
      padding: 20px;
      background-size: cover;
      box-sizing: border-box;
      color: #fff;
      font-size: 14px;
      font-feature-settings: "palt";
      text-align: center;
      margin-bottom: 15px; }
      body .sp_header img {
        padding-top: 20px; }
    body .fat-nav #menu-item-48 {
      background-color: #39B54A;
      color: #fff; }
      body .fat-nav #menu-item-48 a {
        color: #fff; }
    body header {
      padding-top: 80px;
      padding-bottom: 0; }
      body header .top_nav {
        width: 100%; }
        body header .top_nav ul li {
          width: 100%;
          margin-bottom: 15px;
          margin-right: 0; }
          body header .top_nav ul li a {
            margin: auto; }
        body header .top_nav ul li.nav_contact {
          display: none; }
    body .news dl dt, body .news dl dd {
      width: 100%;
      text-align: left;
      padding: 0;
      padding-bottom: 0px;
      padding-left: 15px;
      padding-right: 15px;
      font-size: 13px;
      line-height: normal; }
    body .news dl dt {
      padding-top: 10px; }
    body .news dl dd {
      border-bottom: 1px solid #f2f2f2;
      padding-bottom: 10px; }
    body .w1000 {
      max-width: 100%;
      width: 100%; }
    body .top_content {
      margin-top: 180px; }
      body .top_content .title_area {
        padding-left: 15px;
        padding-right: 15px; }
        body .top_content .title_area p {
          font-size: 14px; }
      body .top_content .img {
        top: -0px;
        height: 0;
        position: relative; }
        body .top_content .img img {
          position: absolute;
          bottom: 0; }
      body .top_content .w500 {
        width: 100%; }
      body .top_content .right_content, body .top_content .left_content {
        width: 100%; }
      body .top_content .flex_box .col-sm-6 ul li {
        width: 100%;
        height: auto;
        min-height: auto; }
        body .top_content .flex_box .col-sm-6 ul li br {
          display: none; }
        body .top_content .flex_box .col-sm-6 ul li a {
          padding: 0;
          position: relative;
          height: 50px;
          line-height: 50px;
          text-align: left;
          padding-left: 60px; }
          body .top_content .flex_box .col-sm-6 ul li a img {
            position: absolute;
            left: 15px;
            top: 50%;
            vertical-align: middle;
            transform: translateY(-50%);
            margin-bottom: 0;
            width: 30px;
            height: auto; }

  .sp_menus {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 100;
    height: 80px; }
    .sp_menus .plan_btn a {
      position: fixed;
      top: 10px;
      right: 10px;
      display: block;
      width: 55px;
      height: 55px;
      background-color: #39B54A;
      border-radius: 50%;
      line-height: 1.3em;
      color: #fff;
      padding-top: 13px;
      box-sizing: border-box;
      font-size: 12px;
      text-align: center;
      font-weight: bold; }
    .sp_menus .logo-img {
      padding-left: 0px;
      text-align: center;
      padding-top: 10px; }
      .sp_menus .logo-img h1, .sp_menus .logo-img div {
        display: inline-block; }
      .sp_menus .logo-img .logo {
        margin: 0;
        padding: 0; }
      .sp_menus .logo-img .logo a {
        background-image: url("./images/sp_logo.png");
        overflow: hidden;
        text-indent: 100%;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 250px auto;
        white-space: nowrap;
        height: 44px;
        line-height: 45px;
        width: 205px;
        display: block;
        margin-top: 0;
        margin-bottom: 10px; }
    .sp_menus .logo-img .logo a {
      margin-top: 5px;
      background-size: auto 50px;
      background-repeat: no-repeat;
      height: 50px;
      background-position: center; }

  .hamburger {
    display: block !important;
    top: 20px;
    left: 0px; }

  .hamburger__icon, .hamburger__icon::after, .hamburger__icon::before {
    height: 1px;
    width: 30px; }

  .hamburger__icon::after {
    top: 9px; }

  .hamburger__icon::before {
    top: -9px; }

  .hamburger.active .hamburger__icon::before {
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }

  .hamburger.active .hamburger__icon::after {
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg); }

  header {
    padding-bottom: 80px; }
    header .header_logo {
      width: 100%; }
    header .logo-copy {
      text-align: center;
      padding: 0 15px; }
    header .header_logo .logo-img .logo a {
      margin-top: 15px;
      background-repeat: no-repeat;
      width: 100%;
      height: 36px;
      background-position: center; }
    header .header_logo .tel {
      margin-top: 20px;
      text-align: center; }
      header .header_logo .tel:before {
        left: 0px;
        top: -3px; }

  #wrapper_page .single_page .madori {
    height: auto;
    padding: 20px !important;
    box-sizing: border-box; }

  #house {
    padding: 0 15px;
    box-sizing: border-box; }
    #house .flex_box {
      align-items: stretch; }
      #house .flex_box .col-xs-6 {
        position: relative;
        padding-bottom: 10px;
        width: 48%; }
      #house .flex_box .meta {
        bottom: 0;
        left: 0;
        width: 100%;
        position: absolute; }
    #house .title_area {
      padding: 10px 0; }
      #house .title_area .title_area_h2 {
        font-size: 24px; }
      #house .title_area .title_area_catch {
        font-size: 14px; }

  .top_content_banner_area {
    padding: 20px 15px;
    box-sizing: border-box; }
    .top_content_banner_area p {
      font-size: 14px; }
    .top_content_banner_area .read_btn {
      padding-top: 20px; }
      .top_content_banner_area .read_btn a {
        padding: 17px 0; }

  #link .flex_box {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center; }

  #menu-header_nav .tel {
    padding: 10px 0; }
    #menu-header_nav .tel a {
      font-size: 24px;
      line-height: 1.2em; }
      #menu-header_nav .tel a:before {
        content: "\f095";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        display: inline-block;
        margin-right: 0.2em;
        margin-left: 0.2em;
        font-size: 0.8em; }
    #menu-header_nav .tel span {
      display: block;
      font-size: 12px;
      line-height: 1em; }

  .fat-nav {
    background-color: transparent;
    padding-top: 80px; }
    .fat-nav li {
      list-style-type: none;
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem;
      background-color: #fff;
      border-bottom: 1px solid #39B54A; }
      .fat-nav li a {
        color: #39B54A;
        line-height: 3.5em; }

  #headbar {
    height: 60px;
    padding-top: 5px;
    min-width: 100%;
    background-position: top center; }
    #headbar .logo-img .logo a {
      background-position: 15px center; }
    #headbar .tel {
      display: none; }

  .head_book {
    padding: 0 15px; }

  .fat-nav ul {
    width: 100vw;
    box-sizing: border-box; }

  .fat-nav li {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    font-size: 15px; }

  .hamburger.active .hamburger__icon::after, .hamburger.active .hamburger__icon::before {
    background-color: #fff; }

  #wrapper_page .top_nav {
    display: none; }
  #wrapper_page .page header {
    padding-top: 0; }
    #wrapper_page .page header h1 {
      font-size: 24px; }
  #wrapper_page .page #page_content_flow .catch {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    text-align: left; }
    #wrapper_page .page #page_content_flow .catch br {
      display: none; }
  #wrapper_page .page #page_content_flow .flow_content {
    padding: 0 15px;
    box-sizing: border-box; }
    #wrapper_page .page #page_content_flow .flow_content .read_btn {
      margin-bottom: 15px;
      width: 100%; }
      #wrapper_page .page #page_content_flow .flow_content .read_btn a {
        width: 100%; }
    #wrapper_page .page #page_content_flow .flow_content .read_btn-p {
      margin-left: 0; }
    #wrapper_page .page #page_content_flow .flow_content h3 p {
      font-size: 20px; }
    #wrapper_page .page #page_content_flow .flow_content .img {
      padding-top: 0; }
      #wrapper_page .page #page_content_flow .flow_content .img img {
        width: 200px;
        margin: auto;
        display: block;
        height: auto; }
    #wrapper_page .page #page_content_flow .flow_content .main {
      background-image: none;
      margin-bottom: 30px; }
      #wrapper_page .page #page_content_flow .flow_content .main .content {
        padding-left: 0; }
      #wrapper_page .page #page_content_flow .flow_content .main .title {
        -webkit-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-justify-content: center;
        justify-content: center; }
        #wrapper_page .page #page_content_flow .flow_content .main .title span, #wrapper_page .page #page_content_flow .flow_content .main .title h3 {
          width: 100%; }
        #wrapper_page .page #page_content_flow .flow_content .main .title span {
          width: 40px; }
        #wrapper_page .page #page_content_flow .flow_content .main .title h3 {
          padding-left: 0; }
    #wrapper_page .page #page_content_flow .flow_content .link-box {
      margin-right: 0; }
  #wrapper_page .page #page_content_flow .flow_content .title {
    left: 0; }
    #wrapper_page .page #page_content_flow .flow_content .title span {
      height: 40px;
      width: 40px;
      line-height: 40px;
      font-size: 18px; }
  #wrapper_page .page #page_content_flow .address dl {
    flex-flow: column;
    padding: 15px; }
  #wrapper_page .page #page_content_flow .address dt {
    font-weight: bold; }
  #wrapper_page .page #page_content_flow .address dt, #wrapper_page .page #page_content_flow .address dd {
    border: none;
    width: 100%;
    padding: 0; }
  #wrapper_page .page #page_content_flow .kiyaku {
    padding: 15px;
    padding-bottom: 30px;
    box-sizing: border-box; }
    #wrapper_page .page #page_content_flow .kiyaku h2 {
      margin-top: 15px;
      font-size: 20px; }
  #wrapper_page .page #page_content_flow .kiyaku .kiyaku__content {
    width: 100%;
    padding: 15px; }
    #wrapper_page .page #page_content_flow .kiyaku .kiyaku__content p {
      font-size: 14px; }
  #wrapper_page .page #page_content_flow .flick {
    overflow-x: scroll;
    padding-bottom: 30px; }
  #wrapper_page .page #page_content_flow .download_table {
    width: 600px; }
    #wrapper_page .page #page_content_flow .download_table th, #wrapper_page .page #page_content_flow .download_table td {
      font-size: 14px; }
  #wrapper_page #page_content_row h1 {
    font-size: 24px; }
  #wrapper_page #page_content_row .catch {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    font-size: 14px;
    box-sizing: border-box; }
    #wrapper_page #page_content_row .catch br {
      display: none; }
  #wrapper_page .search .flex_box {
    padding: 0 15px;
    box-sizing: border-box; }
    #wrapper_page .search .flex_box li {
      width: 100%;
      margin-bottom: 15px;
      text-align: center;
      padding-left: 0; }
      #wrapper_page .search .flex_box li a {
        width: 100%; }
  #wrapper_page #page_content .content p, #wrapper_page #page_content .content ul, #wrapper_page #page_content .content table, #wrapper_page #page_content .content div, #wrapper_page #page_content .content h1, #wrapper_page #page_content .content h2, #wrapper_page #page_content .content h3, #wrapper_page #page_content .content h4, #wrapper_page #page_content .content h5, #wrapper_page #page_content .content img {
    padding-left: 15px;
    padding-right: 15px; }
  #wrapper_page .single_page header {
    padding-top: 0; }
  #wrapper_page .single_page .property .main_content {
    width: 100%; }
    #wrapper_page .single_page .property .main_content .post_title h1 {
      font-size: 18px;
      margin: 0;
      margin-bottom: 5px; }
    #wrapper_page .single_page .property .main_content header .property__point .point_ico {
      width: 100%;
      background-color: #39B54A;
      color: #fff;
      font-size: 18px;
      font-weight: bold; }
      #wrapper_page .single_page .property .main_content header .property__point .point_ico:before, #wrapper_page .single_page .property .main_content header .property__point .point_ico:after {
        display: none; }
    #wrapper_page .single_page .property .main_content header .property__point .pointo_text {
      width: 100%;
      margin: 0;
      padding: 0;
      padding-top: 15px; }
    #wrapper_page .single_page .property .main_content .property__contact__btn .btn_mail, #wrapper_page .single_page .property .main_content .property__contact__btn .btn_tel {
      width: 100%; }
      #wrapper_page .single_page .property .main_content .property__contact__btn .btn_mail a, #wrapper_page .single_page .property .main_content .property__contact__btn .btn_tel a {
        font-size: 16px; }
    #wrapper_page .single_page .property .main_content .property__contact__btn h2 {
      font-size: 18px; }
      #wrapper_page .single_page .property .main_content .property__contact__btn h2:before {
        margin-bottom: 10px; }
  #wrapper_page .single_page .header_content img {
    display: block;
    margin: auto; }
  #wrapper_page .single_page .madori {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 15px; }
  #wrapper_page .single_page .gallery-thumbs .swiper-slide {
    width: 30%;
    margin-right: 10px !important; }
  #wrapper_page .single_page .property__table {
    display: block; }
    #wrapper_page .single_page .property__table th, #wrapper_page .single_page .property__table tr, #wrapper_page .single_page .property__table td {
      display: block;
      width: 100%;
      text-align: left;
      box-sizing: border-box; }
    #wrapper_page .single_page .property__table th br {
      display: none; }
  #wrapper_page .single_page .ijuu {
    margin: 0 -15px;
    padding: 15px; }
    #wrapper_page .single_page .ijuu h2 {
      padding-top: 15px;
      font-size: 18px; }
    #wrapper_page .single_page .ijuu ul:after {
      display: none; }
    #wrapper_page .single_page .ijuu .flex_box .col-sm-4 {
      width: 100%;
      margin-bottom: 15px; }
      #wrapper_page .single_page .ijuu .flex_box .col-sm-4 a {
        padding: 0;
        position: relative;
        height: 50px;
        line-height: 50px;
        text-align: left;
        padding-left: 60px; }
        #wrapper_page .single_page .ijuu .flex_box .col-sm-4 a img {
          position: absolute;
          left: 15px;
          top: 50%;
          vertical-align: middle;
          transform: translateY(-50%);
          margin-bottom: 0;
          width: 30px;
          height: auto; }
  #wrapper_page .single_page .relation {
    padding-bottom: 30px; }
    #wrapper_page .single_page .relation .relation__post {
      margin-bottom: 30px; }
      #wrapper_page .single_page .relation .relation__post .read_btn {
        padding: 0; }
        #wrapper_page .single_page .relation .relation__post .read_btn a {
          font-size: 14px;
          padding: 0; }
  #wrapper_page header .logo-copy {
    display: none !important; }
  #wrapper_page .cat {
    display: none; }
  #wrapper_page .head_book {
    display: none; }
  #wrapper_page .single_page {
    padding: 0 15px;
    box-sizing: border-box; }
  #wrapper_page .post_title h1 {
    margin: 0 15px; }
  #wrapper_page .single_page .meta {
    margin: 0; }

  .breadcrumbs {
    padding: 10px 0;
    box-sizing: border-box; }

  .archive #searchform {
    width: 100%; }
    .archive #searchform .search_title {
      font-size: 20px; }
    .archive #searchform p {
      padding: 0 15px;
      font-size: 14px; }
    .archive #searchform table {
      display: block;
      width: 100%;
      box-sizing: border-box;
      border: none; }
      .archive #searchform table tbody, .archive #searchform table th, .archive #searchform table td, .archive #searchform table tr {
        display: block;
        border: none;
        width: 100%;
        box-sizing: border-box; }
      .archive #searchform table th {
        padding-left: 15px; }
      .archive #searchform table select {
        width: 90%; }
  .archive .archive_ul_property .thumb {
    max-width: 320px; }
  .archive .archive_ul_property .post_num {
    margin-top: 20px; }
    .archive .archive_ul_property .post_num dl.flex_box {
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
  .archive .archive_ul_property article {
    padding: 0 15px;
    padding-bottom: 30px;
    box-sizing: border-box; }
    .archive .archive_ul_property article .flex_box {
      -webkit-justify-content: center;
      justify-content: center; }
      .archive .archive_ul_property article .flex_box .btn_contact {
        width: 100%;
        display: flex;
        background-color: #F15A24;
        height: 50px;
        line-height: 50px;
        -webkit-align-items: center;
        align-items: center;
        color: #fff;
        text-align: center;
        text-decoration: none;
        border-radius: 5px;
        font-size: 15px;
        margin-right: 0px;
        margin-bottom: 15px; }
        .archive .archive_ul_property article .flex_box .btn_contact:before {
          border-radius: 5px 0 0 5px;
          content: "\f0e0";
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          display: inline-block;
          padding: 0 10px;
          display: block;
          font-size: 18px;
          margin-right: 15px;
          background-color: #792D12; }
      .archive .archive_ul_property article .flex_box .btn_read {
        width: 100%;
        font-size: 15px;
        display: flex;
        background-color: #F15A24;
        height: 50px;
        line-height: 50px;
        -webkit-align-items: center;
        align-items: center;
        color: #fff;
        text-align: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-decoration: none;
        border-radius: 5px;
        background-color: #39B54A; }
        .archive .archive_ul_property article .flex_box .btn_read:after {
          content: "\f105";
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          display: inline-block;
          margin-right: 0.2em;
          margin-left: 0.2em; }

  #wrap .archive .archive_title {
    font-size: 24px; }

  .search_title h1 {
    font-size: 24px; }

  #side {
    width: 100%; }

  .row2_page table tbody, .row2_page table td, .row2_page table th, .row2_page table tr, .page_about_support #page_content table tbody, .page_about_support #page_content table td, .page_about_support #page_content table th, .page_about_support #page_content table tr {
    display: block;
    width: 100%;
    box-sizing: border-box; }

  #wrapper_page #page_content .content ul {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 30px; }

  #wrapper_page #page_content .post_title h1 {
    font-size: 24px;
    padding: 20px 0; }
  #wrapper_page #page_content .thumbnail {
    height: 200px; }

  .w2 span {
    font-size: 1em; }

  .w2, .w3 {
    height: 200px;
    width: 200px; }

  .mw_wp_form #form {
    width: 100%; }
    .mw_wp_form #form table th, .mw_wp_form #form table td, .mw_wp_form #form table tbody {
      width: 100%;
      padding: 0px;
      display: block;
      box-sizing: border-box;
      font-size: 16px;
      text-align: left; }
      .mw_wp_form #form table th input, .mw_wp_form #form table td input, .mw_wp_form #form table tbody input {
        margin-left: 0; }
    .mw_wp_form #form table td {
      padding-right: 15px;
      padding-left: 15px; }
    .mw_wp_form #form table th {
      padding: 15px; }

  #about h2 {
    font-size: 24px;
    line-height: 1.5em;
    letter-spacing: normal;
    margin-top: 30px; }
  #about > div > p {
    line-height: 1.5em;
    font-size: 14px;
    padding-bottom: 20px;
    text-align: left; }
  #about .img {
    width: 100%; }
    #about .img img {
      position: static;
      max-width: 100%; }
  #about .text {
    width: 100%;
    padding: 0; }
    #about .text p {
      line-height: 1.5em;
      font-size: 14px; }
  #about .row-1, #about .row-2 {
    padding: 0; }
    #about .row-1 .imgs, #about .row-2 .imgs {
      display: none; }
  #about img {
    vertical-align: top; }
  #about .row-2 .order2 {
    order: 1; }
  #about .row-2 .order1 {
    order: 2; }
  #about .row-2 .text {
    padding: 0; }
  #about .row-2 .img {
    width: 100%; }
    #about .row-2 .img img {
      position: static; }
  #about h3 {
    font-size: 18px;
    line-height: 1.5em; }

  .gallery-top .swiper-slide {
    width: 100%;
    height: auto; }

  .gallery-top {
    height: auto; }

  .gallery-thumbs {
    width: 100%; }

  #blog article {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  #blog .thumb {
    float: left; }
    #blog .thumb .thumbnail a {
      width: 80px;
      height: 80px; }
  #blog p {
    font-size: 12px;
    margin-bottom: 0; }
  #blog .title, #blog p {
    -webkit-width: calc(100% - 100px);
    width: calc(100% - 100px);
    padding: 0;
    margin: 0;
    margin-left: 10px; }
  #blog .title {
    font-size: 14px;
    margin-bottom: 5px; }
  #blog .meta {
    margin-left: 10px;
    margin-bottom: 5px;
    width: 80px;
    line-height: 2em; }
  #blog .meta, #blog .title, #blog p {
    position: static;
    float: left; }

  #map_canvas {
    height: 300px;
    margin-bottom: 15px; }

  footer {
    padding-top: 30px;
    padding-bottom: 0; }
    footer nav #head_nav {
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      padding: 0 15px;
      box-sizing: border-box; }
      footer nav #head_nav li {
        width: 50%;
        text-align: left;
        margin-bottom: 15px; }
        footer nav #head_nav li:first-child a:before {
          content: "\f105";
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          display: inline-block;
          margin-right: 0.5em;
          width: auto;
          margin-left: 0.2em;
          background-color: #fff;
          transform: initial; }
        footer nav #head_nav li a {
          position: static;
          display: flex;
          align-items: center;
          padding-left: 0; }
          footer nav #head_nav li a:before {
            position: static;
            content: "\f105";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            display: inline-block;
            margin-right: 0.5em;
            width: auto;
            margin-left: 0.2em;
            background-color: #fff;
            transform: initial; }
    footer .footer_info .w1000 {
      margin: 0;
      padding: 0; }
    footer .footer_info div {
      display: block; }
    footer .footer_info .tel {
      display: block;
      font-size: 24px;
      margin-bottom: 15px; }
    footer .footer_info .fax {
      display: block; }
    footer spa
    p {
      font-size: 14px;
      letter-spacing: normal;
      line-height: 1.5em; }
    footer .contact {
      width: 100%; }
      footer .contact p {
        font-size: 13px;
        margin-bottom: 0; }
      footer .contact .tel a {
        font-size: 28px; }
        footer .contact .tel a:before {
          line-height: normal;
          top: -0.2em; }
      footer .contact .read_btn a {
        width: 100%;
        padding: 0 2em;
        font-size: 16px;
        line-height: 3em; }

  footer .footner_copy {
    padding-top: 20px;
    padding-bottom: 20px; }

  .alignright, .alignleft {
    display: block;
    float: none;
    text-align: center;
    margin: auto;
    margin-bottom: 10px; }

  #content_wrapper {
    box-sizing: border-box; } }
