﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

#container {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4em;
  line-height: 1.7;
  color: #303030;
  min-width: 1000px;
  position: relative;
  background-color: #fff;
  background-image: url(../img/common/bg_white.png);
}
@media screen and (max-width: 768px) {
  #container {
    font-size: 1.3rem;
    min-width: 320px;
  }
}

a {
  text-decoration: none;
  word-break: break-word;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

::-moz-selection {
  background-color: #5db12a;
  color: #fff;
}

::selection {
  background-color: #5db12a;
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 1;
  margin: 0;
}

address {
  font-style: normal;
}

small {
  font-size: 100%;
}

iframe {
  vertical-align: bottom;
}

input, select, textarea {
  font-size: 16px !important;
  vertical-align: middle;
}

button {
  cursor: pointer;
}

ol, ul {
  list-style-type: none;
}

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

table {
  border-collapse: collapse;
  width: 100%;
}
table th {
  text-align: left;
}

.ophv {
  transition: 0.3s;
}
.ophv:hover {
  opacity: 0.6;
  text-decoration: none;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/*----------------------------------------------------
 ヘッダー
----------------------------------------------------*/
header {
  border-top: 3px solid #5db12a;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  header {
    border: none;
    font-size: 13px;
    position: relative;
  }
}
header .inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  header .inner {
    width: auto;
  }
}
header h1 {
  font-size: 11px;
  font-weight: normal;
  color: #b6b5b5;
  margin: 4px 0 10px;
}
@media screen and (max-width: 768px) {
  header h1 {
    display: none;
  }
}
header .infoArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  header .infoArea {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  header .infoArea .logo {
    width: 289px;
    padding: 10px;
  }
}
header .infoArea .right {
  display: flex;
}
@media screen and (max-width: 768px) {
  header .infoArea .right {
    display: none;
  }
}
header .infoArea .telArea {
  line-height: 1.2;
  text-align: center;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  header .infoArea .telArea {
    font-size: 1.6rem;
  }
}
header .infoArea .telArea .num {
  font-size: 30px;
  font-weight: bold;
  color: #5db12a;
}
header .infoArea .telArea .num::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 26px;
  margin-right: 10px;
  background-image: url(../img/common/ico_tel.png);
  background-size: cover;
}
header .infoArea .telArea .time {
  font-size: 13px;
}
header .infoArea .mailArea .btn a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #5ead32;
  background-image: url(../img/common/btn_bg.png);
  color: #fff;
  border-radius: 34px;
  width: 180px;
  padding: 12px;
}
header .infoArea .mailArea .btn a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-right: 6px;
  background-image: url(../img/common/ico_mail.png);
  background-size: cover;
}
header #gnav {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  header #gnav {
    display: none;
  }
}
header #gnav ul {
  display: flex;
  justify-content: space-between;
}
header #gnav ul li {
  border-left: 1px solid #d9d8d6;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
header #gnav ul li:last-child {
  border-right: 1px solid #d9d8d6;
}
header #gnav ul li a {
  display: block;
  color: #303030;
  padding: 4px 40px;
  transition: 0.3s;
}
header #gnav ul li a:hover {
  color: #5db12a;
}
header #gnav ul li span {
  display: block;
  font-size: 10px;
  font-weight: normal;
  color: #5db12a;
}
header #gnav ul li:first-child a:hover span {
  color: #3fa3e3;
}
header #gnav ul li .home-ico {
  display: block;
  background-image: url(../img/common/ico_home_off.png);
  width: 24px;
  height: 20px;
  margin: 0 auto 6px;
  transition: 0.3s;
}
header #gnav ul li:hover .home-ico {
  background-image: url(../img/common/ico_home_on.png);
}
header #hmenu {
  display: none;
  width: 60px;
}
@media screen and (max-width: 768px) {
  header #hmenu {
    display: block;
  }
}
header #gnav_sp {
  display: none;
  background-color: #5db12a;
  width: 100%;
  position: absolute;
  z-index: 999;
  left: 0;
}
header #gnav_sp ul {
  padding: 0 10px;
}
header #gnav_sp ul li {
  border-bottom: 1px solid #fff;
}
header #gnav_sp ul li:last-child {
  border: none;
}
header #gnav_sp ul li a {
  display: block;
  font-weight: bold;
  color: #fff;
  padding: 14px 14px 14px 30px;
  position: relative;
}
header #gnav_sp ul li a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 3px 0 3px 5.2px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
}

/*----------------------------------------------------
 フッター
----------------------------------------------------*/
footer {
  background-image: url(../img/common/foot_copy_bg.png), url(../img/common/bg_white.png);
  background-repeat: repeat-x, repeat;
  background-position: center bottom, 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 13px;
  }
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
@media screen and (max-width: 768px) {
  footer .inner {
    display: block;
    width: auto;
    padding: 40px 10px 60px;
  }
}
footer .addressArea {
  border-right: 1px solid #d9d8d6;
  width: 50%;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  footer .addressArea {
    border: none;
    text-align: center;
    width: auto;
    margin-bottom: 30px;
    padding: 0;
  }
}
footer .logo {
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  footer .logo {
    margin-bottom: 25px;
  }
}
footer .logo img {
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  footer .logo img {
    width: 87.3%;
  }
}
footer .nav {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .nav {
    display: block;
  }
}
footer .nav ul {
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  footer .nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }
}
footer .nav ul li {
  line-height: 2.2;
  padding-left: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .nav ul li {
    padding: 0;
  }
}
footer .nav ul li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 3px 0 3px 5.2px;
  border-color: transparent transparent transparent #303030;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  footer .nav ul li::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer .nav ul li::after {
    content: "|";
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  footer .nav ul li:last-child::after {
    display: none;
  }
}
footer .nav ul a {
  color: #303030;
  transition: 0.3s;
}
footer .nav ul a:hover {
  color: #5db12a;
}
footer .copyright {
  font-size: 11px;
  text-align: center;
  color: #fff;
  padding: 10px;
}

#pagetop {
  position: fixed;
  right: 30px;
  bottom: 100px;
}
@media screen and (max-width: 768px) {
  #pagetop {
    right: 10px;
    bottom: 30px;
  }
}

/*----------------------------------------------------
 トップ
----------------------------------------------------*/
.p-top #pagehead {
  text-align: center;
}
.p-top .secttl {
  line-height: 1.4;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .secttl {
    margin-bottom: 20px;
  }
}
.p-top .secttl .jp {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .p-top .secttl .jp {
    font-size: 24px;
  }
}
.p-top .secttl .jp::before, .p-top .secttl .jp::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 88px;
  height: 12px;
  margin: auto;
  background-image: url(../img/top/line.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-top .secttl .jp::before, .p-top .secttl .jp::after {
    width: 58px;
    height: 7px;
  }
}
.p-top .secttl .jp::before {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .p-top .secttl .jp::before {
    margin-right: 10px;
  }
}
.p-top .secttl .jp::after {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .p-top .secttl .jp::after {
    margin-left: 10px;
  }
}
.p-top .secttl .en {
  display: block;
  font-size: 18px;
  color: #5db12a;
}
@media screen and (max-width: 768px) {
  .p-top .secttl .en {
    font-size: 13px;
  }
}
.p-top .bukken-boxArea {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-top .bukken-boxArea {
    display: block;
  }
}
.p-top .bukken-boxArea .box {
  background-color: #fff;
  border: 1px solid #d9d8d6;
  border-radius: 10px;
  width: 315px;
  margin: 0 27px 25px 0;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top .bukken-boxArea .box {
    width: auto;
    margin: 0 0 15px;
  }
}
.p-top .bukken-boxArea .box:nth-child(3n) {
  margin-right: 0;
}
.p-top .bukken-boxArea .box:nth-last-child(1), .p-top .bukken-boxArea .box:nth-last-child(2), .p-top .bukken-boxArea .box:nth-last-child(3) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-top .bukken-boxArea .box:nth-last-child(1), .p-top .bukken-boxArea .box:nth-last-child(2), .p-top .bukken-boxArea .box:nth-last-child(3) {
    margin: 0 0 15px;
  }
}
.p-top .bukken-boxArea .box a {
  display: block;
  color: #303030;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .p-top .bukken-boxArea .box a {
    padding: 15px;
  }
}
.p-top .bukken-boxArea .box .cat {
  background-color: #3fa3e3;
  border-radius: 10px;
  font-size: 11px;
  text-align: center;
  color: #fff;
  width: 85px;
  margin-bottom: 14px;
  padding: 1px;
}
.p-top .bukken-boxArea .box .ttl {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .bukken-boxArea .box .ttl {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .bukken-boxArea .box .flex {
    display: flex;
    justify-content: space-between;
  }
}
.p-top .bukken-boxArea .box figure {
  border: 1px solid #d9d8d6;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .bukken-boxArea .box figure {
    width: 43%;
    min-height: 105px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .bukken-boxArea .box .txt {
    font-size: 1.2rem;
    width: 52.3%;
  }
}
@media screen and (max-width: 768px) {
  .p-top .bukken-boxArea .box .txt .kakaku {
    font-size: 1.2rem;
  }
}
.p-top .bukken-boxArea .box .kakaku {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e5463a;
}
@media screen and (max-width: 768px) {
  .p-top .bukken-boxArea .box .kakaku {
    font-size: 1.3rem;
  }
}
.p-top .bukken-boxArea .box:hover {
  border: 1px solid #5db12a;
}
.p-top .sec-about {
  background-color: #fbf9ef;
  background-image: url(../img/top/about_bg.jpg);
  background-repeat: repeat-x;
  background-position: center bottom;
}
.p-top .sec-about .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0 170px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-about .inner {
    width: auto;
    padding: 40px 10px 90px;
  }
}
.p-top .sec-about h2 {
  font-size: 2.8rem;
  text-align: center;
  color: #5db12a;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-about h2 {
    font-size: 1.7rem;
    line-height: 1.7;
    margin-bottom: 25px;
  }
}
.p-top .sec-about .cap {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .sec-about .cap {
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: left;
  }
}
.p-top .sec-buy .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec-buy .inner {
    width: auto;
    padding: 50px 10px;
  }
}
.p-top .sec-buy .btn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-buy .btn {
    margin-top: 20px;
  }
}
.p-top .sec-buy .btn a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background-color: #5ead32;
  background-image: url(../img/common/btn_bg.png);
  color: #fff;
  border-radius: 34px;
  width: 350px;
  margin: 0 auto;
  padding: 18px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-buy .btn a {
    font-size: 13px;
    max-width: 300px;
    padding: 14px;
  }
}
.p-top .sec-rental {
  background-color: #fbf9ef;
  background-image: url(../img/common/bg_green.png);
}
.p-top .sec-rental .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec-rental .inner {
    width: auto;
    padding: 50px 10px;
  }
}
.p-top .sec-rental .btn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-rental .btn {
    margin-top: 20px;
  }
}
.p-top .sec-rental .btn a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background-color: #5ead32;
  background-image: url(../img/common/btn_bg.png);
  color: #fff;
  border-radius: 34px;
  width: 350px;
  margin: 0 auto;
  padding: 18px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-rental .btn a {
    font-size: 13px;
    max-width: 300px;
    padding: 14px;
  }
}
.p-top .sec-topics .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec-topics .inner {
    width: auto;
    padding: 50px 10px;
  }
}
.p-top .sec-topics .articleArea {
  height: 340px;
  overflow-y: scroll;
}
.p-top .sec-topics .articleArea article {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #d9d8d6;
  margin-right: 36px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-topics .articleArea article {
    display: block;
    padding: 15px 10px;
  }
}
.p-top .sec-topics .articleArea article:last-child {
  border-bottom: 1px solid #d9d8d6;
}
.p-top .sec-topics .articleArea article .head {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top .sec-topics .articleArea article .head {
    margin-bottom: 10px;
  }
}
.p-top .sec-topics .articleArea article .date {
  font-weight: bold;
  margin-right: 20px;
}
.p-top .sec-topics .articleArea article .cat {
  background-color: #5db12a;
  border-radius: 10px;
  font-size: 11px;
  text-align: center;
  color: #fff;
  width: 85px;
  padding: 1px;
}
.p-top .sec-topics .articleArea article .cat.cat_news {
  background-color: #3fa3e3;
}
.p-top .sec-topics .articleArea article .cat.cat_bukken {
  background-color: #e3643d;
}
.p-top .sec-topics .articleArea article .txtArea {
  width: 690px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-topics .articleArea article .txtArea {
    width: auto;
  }
}
.p-top .sec-topics .articleArea article .txtArea .ttl {
  margin-bottom: 10px;
}
.p-top .sec-company {
  background-color: #fbf9ef;
  background-image: url(../img/common/bg_green.png);
}
.p-top .sec-company .inner {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec-company .inner {
    display: block;
    width: auto;
    padding: 50px 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec-company figure {
    text-align: center;
    margin-bottom: 25px;
  }
}
.p-top .sec-company .txtArea {
  text-align: center;
  width: 460px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-company .txtArea {
    width: auto;
  }
}
.p-top .sec-company .txtArea .txtArea01 {
  border-bottom: 1px solid #d9d8d6;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-company .txtArea .txtArea01 {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.p-top .sec-company .txtArea .txtArea01 .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-company .txtArea .txtArea01 .ttl {
    font-size: 1.6rem;
  }
}
.p-top .sec-company .txtArea .txtArea01 a {
  text-decoration: underline;
  color: #5db12a;
}
.p-top .sec-company .txtArea .txtArea02 .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-company .txtArea .txtArea02 .ttl {
    font-size: 1.6rem;
  }
}
.p-top .sec-company .txtArea .txtArea02 .telArea {
  line-height: 1;
  margin-bottom: 20px;
}
.p-top .sec-company .txtArea .txtArea02 .telArea .num {
  margin-bottom: 20px;
}
.p-top .sec-company .txtArea .txtArea02 .telArea .num a {
  font-size: 38px;
  font-weight: bold;
  color: #5db12a;
}
@media screen and (max-width: 768px) {
  .p-top .sec-company .txtArea .txtArea02 .telArea .num a {
    font-size: 35px;
  }
}
.p-top .sec-company .txtArea .txtArea02 .telArea .num a::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 30px;
  margin-right: 10px;
  background-image: url(../img/common/ico_tel.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-top .sec-company .txtArea .txtArea02 .telArea .num a::before {
    width: 31px;
    height: 26px;
  }
}
.p-top .sec-company .txtArea .txtArea02 .btn a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background-color: #5ead32;
  background-image: url(../img/common/btn_bg.png);
  color: #fff;
  border-radius: 34px;
  width: 350px;
  margin: 0 auto;
  padding: 18px;
}
@media screen and (max-width: 768px) {
  .p-top .sec-company .txtArea .txtArea02 .btn a {
    font-size: 13px;
    max-width: 300px;
    padding: 14px;
  }
}
.p-top .sec-company .txtArea .txtArea02 .btn a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 13px;
  margin-right: 6px;
  background-image: url(../img/common/ico_mail.png);
  background-size: cover;
}

/*----------------------------------------------------
 下層共通
----------------------------------------------------*/
.p-low #pagehead {
  background-color: #dadada;
  background-image: url(../img/common/pagehead.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-low #pagehead {
    margin-bottom: 25px;
  }
}
.p-low #pagehead .inner {
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .p-low #pagehead .inner {
    padding: 25px;
  }
}
.p-low #pagehead h2 {
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-low #pagehead h2 {
    font-size: 21px;
  }
}
.p-low #pagehead h2 span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-low #pagehead h2 span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-low #breadcrumb {
    display: none;
  }
}
.p-low #breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 14px;
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0 50px;
}
.p-low #breadcrumb ul li a {
  color: #303030;
  transition: 0.3s;
}
.p-low #breadcrumb ul li a:hover {
  color: #5db12a;
}
.p-low #breadcrumb ul li::after {
  content: ">";
  margin: 0 6px;
}
.p-low #breadcrumb ul li:last-child::after {
  display: none;
}
.p-low .section .inner {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-low .section .inner {
    width: auto;
    padding: 0 10px 50px;
  }
}
.p-low .secttl {
  background-color: #5eb02d;
  background-image: url(../img/common/ttl_bg.png);
  color: #fff;
  font-size: 18px;
  margin-bottom: 26px;
  padding: 16px 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-low .secttl {
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding: 14px 20px;
  }
}
.p-low .secttl::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 10px;
  height: 4px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.p-low .subttl {
  font-size: 18px;
  color: #5db12a;
  border-bottom: 1px solid #5db12a;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-low .subttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.p-low .tblArea table th, .p-low .tblArea table td {
  background-color: #fff;
  border: 1px solid #d9d8d6;
  padding: 18px 30px;
}
@media screen and (max-width: 768px) {
  .p-low .tblArea table th, .p-low .tblArea table td {
    padding: 15px;
  }
}
.p-low .tblArea table th {
  background-color: #faf8ee;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .p-low .tblArea table th {
    width: 110px;
  }
}
.p-low .tblArea table a {
  text-decoration: underline;
  color: #5db12a;
}

#footContact {
  background-color: #fbf9ef;
  background-image: url(../img/common/bg_green.png);
}
@media screen and (max-width: 768px) {
  #footContact {
    display: none;
  }
}
#footContact .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #footContact .inner {
    width: auto;
    padding: 50px 10px;
  }
}
#footContact .box {
  background-color: #fff;
  background-image: url(../img/common/bg_white.png);
  border: 1px solid #5db12a;
  border-radius: 10px;
  line-height: 1;
  padding: 40px 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #footContact .box {
    display: none;
  }
}
#footContact .box::before {
  content: "";
  display: block;
  background-image: url(../img/common/bird.png);
  width: 128px;
  height: 118px;
  position: absolute;
  top: -32px;
  left: 12px;
}
#footContact .box .ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 30px;
  background-image: url(../img/common/line.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
#footContact .box .flex {
  display: flex;
  justify-content: space-between;
}
#footContact .box .telArea {
  text-align: center;
}
#footContact .box .telArea .num a {
  font-size: 46px;
  font-weight: bold;
  color: #5db12a;
}
#footContact .box .telArea .num a::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 36px;
  margin-right: 14px;
  background-image: url(../img/common/ico_tel.png);
  background-size: cover;
}
#footContact .box .telArea .time {
  font-size: 16px;
  margin-top: 10px;
}
#footContact .box .mailArea .btn a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #5ead32;
  background-image: url(../img/common/btn_bg.png);
  color: #fff;
  border-radius: 34px;
  width: 360px;
  padding: 28px;
}
#footContact .box .mailArea .btn a::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 16px;
  margin-right: 8px;
  background-image: url(../img/common/ico_mail.png);
  background-size: cover;
}

#footContact_sp {
  display: none;
  background-color: #fbf9ef;
  background-image: url(../img/common/bg_green.png);
}
@media screen and (max-width: 768px) {
  #footContact_sp {
    display: block;
  }
}
#footContact_sp .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #footContact_sp .inner {
    width: auto;
    padding: 50px 10px;
  }
}
#footContact_sp .txtArea {
  display: none;
  text-align: center;
  width: 460px;
}
@media screen and (max-width: 768px) {
  #footContact_sp .txtArea {
    display: block;
    width: auto;
  }
}
#footContact_sp .txtArea .txtArea01 {
  border-bottom: 1px solid #d9d8d6;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #footContact_sp .txtArea .txtArea01 {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
#footContact_sp .txtArea .txtArea01 .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #footContact_sp .txtArea .txtArea01 .ttl {
    font-size: 1.6rem;
  }
}
#footContact_sp .txtArea .txtArea01 a {
  text-decoration: underline;
  color: #5db12a;
}
#footContact_sp .txtArea .txtArea02 .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #footContact_sp .txtArea .txtArea02 .ttl {
    font-size: 1.6rem;
  }
}
#footContact_sp .txtArea .txtArea02 .telArea {
  line-height: 1;
  margin-bottom: 20px;
}
#footContact_sp .txtArea .txtArea02 .telArea .num {
  margin-bottom: 20px;
}
#footContact_sp .txtArea .txtArea02 .telArea .num a {
  font-size: 38px;
  font-weight: bold;
  color: #5db12a;
}
@media screen and (max-width: 768px) {
  #footContact_sp .txtArea .txtArea02 .telArea .num a {
    font-size: 35px;
  }
}
#footContact_sp .txtArea .txtArea02 .telArea .num a::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 30px;
  margin-right: 10px;
  background-image: url(../img/common/ico_tel.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #footContact_sp .txtArea .txtArea02 .telArea .num a::before {
    width: 31px;
    height: 26px;
  }
}
#footContact_sp .txtArea .txtArea02 .btn a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background-color: #5ead32;
  background-image: url(../img/common/btn_bg.png);
  color: #fff;
  border-radius: 34px;
  width: 350px;
  margin: 0 auto;
  padding: 18px;
}
@media screen and (max-width: 768px) {
  #footContact_sp .txtArea .txtArea02 .btn a {
    font-size: 13px;
    max-width: 300px;
    padding: 14px;
  }
}
#footContact_sp .txtArea .txtArea02 .btn a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 13px;
  margin-right: 6px;
  background-image: url(../img/common/ico_mail.png);
  background-size: cover;
}

/*----------------------------------------------------
 会社案内
----------------------------------------------------*/
.p-company .imgArea {
  margin-top: 30px;
}
.p-company .imgArea ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-company .imgArea ul {
    justify-content: space-between;
  }
}
.p-company .imgArea ul li {
  margin: 0 35px 35px 0;
}
@media screen and (max-width: 768px) {
  .p-company .imgArea ul li {
    width: 47.8%;
    margin: 0 0 15px;
  }
}
.p-company .imgArea ul li:nth-child(3n) {
  margin-right: 0;
}
.p-company .imgArea ul li:nth-last-child(1), .p-company .imgArea ul li:nth-last-child(2), .p-company .imgArea ul li:nth-last-child(3) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-company .imgArea ul li:nth-last-child(3) {
    margin: 0 0 15px;
  }
}
.p-company .map {
  border: 1px solid #d9d8d6;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .p-company .map {
    margin-top: 15px;
  }
}
.p-company .map iframe {
  width: 100%;
  height: 448px;
}
@media screen and (max-width: 768px) {
  .p-company .map iframe {
    height: 224px;
  }
}

/*----------------------------------------------------
 事業案内
----------------------------------------------------*/
.p-service .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-service .flex {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-service .flex figure {
    text-align: center;
    margin-bottom: 15px;
  }
}
.p-service .flex .txt {
  width: 645px;
}
@media screen and (max-width: 768px) {
  .p-service .flex .txt {
    width: auto;
  }
}
.p-service .tblArea {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-service .tblArea {
    margin-top: 15px;
  }
}

/*----------------------------------------------------
 物件一覧
----------------------------------------------------*/
.p-bukken .bukken-boxArea {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-bukken .bukken-boxArea {
    display: block;
  }
}
.p-bukken .bukken-boxArea .box {
  background-color: #fff;
  border: 1px solid #d9d8d6;
  border-radius: 10px;
  width: 315px;
  margin: 0 27px 25px 0;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .p-bukken .bukken-boxArea .box {
    width: auto;
    margin: 0 0 15px;
    padding: 15px;
  }
}
.p-bukken .bukken-boxArea .box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-bukken .bukken-boxArea .box:nth-last-child(1), .p-bukken .bukken-boxArea .box:nth-last-child(2), .p-bukken .bukken-boxArea .box:nth-last-child(3) {
    margin: 0 0 15px;
  }
}
.p-bukken .bukken-boxArea .box .cat {
  background-color: #3fa3e3;
  border-radius: 10px;
  font-size: 11px;
  text-align: center;
  color: #fff;
  width: 85px;
  margin-bottom: 14px;
  padding: 1px;
}
.p-bukken .bukken-boxArea .box .ttl {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-bukken .bukken-boxArea .box .ttl {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-bukken .bukken-boxArea .box .flex {
    display: flex;
    justify-content: space-between;
  }
}
.p-bukken .bukken-boxArea .box figure {
  border: 1px solid #d9d8d6;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-bukken .bukken-boxArea .box figure {
    width: 43%;
    min-height: 105px;
  }
}
@media screen and (max-width: 768px) {
  .p-bukken .bukken-boxArea .box .txt {
    font-size: 1.2rem;
    width: 52.3%;
  }
}
@media screen and (max-width: 768px) {
  .p-bukken .bukken-boxArea .box .txt .kakaku {
    font-size: 1.2rem;
  }
}
.p-bukken .bukken-boxArea .box .kakaku {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e5463a;
}
@media screen and (max-width: 768px) {
  .p-bukken .bukken-boxArea .box .kakaku {
    font-size: 1.3rem;
  }
}
.p-bukken .bukken-boxArea .box .btn {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .p-bukken .bukken-boxArea .box .btn {
    margin-top: 15px;
  }
}
.p-bukken .bukken-boxArea .box .btn a {
  display: block;
  background-color: #fff;
  border: 1px solid #5db12a;
  border-radius: 28px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #5db12a;
  width: 265px;
  margin: 0 auto;
  padding: 12px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-bukken .bukken-boxArea .box .btn a {
    font-size: 13px;
    max-width: 250px;
    padding: 8px;
  }
}
.p-bukken .bukken-boxArea .box .btn a:hover {
  background-color: #5db12a;
  color: #fff;
}

.pagination {
  margin-top: 40px;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul li {
  margin-right: 10px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li a, .pagination ul li .current {
  display: block;
  font-size: 16px;
  text-align: center;
  min-width: 40px;
  min-height: 40px;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .pagination ul li a, .pagination ul li .current {
    min-width: 35px;
    min-height: 35px;
  }
}
.pagination ul li a {
  background-color: #e8e5de;
  color: #303030;
  transition: 0.3s;
}
.pagination ul li a:hover {
  background-color: #5db12a;
  color: #fff;
}
.pagination ul li .current {
  background-color: #5db12a;
  color: #fff;
}

/*----------------------------------------------------
 物件詳細
----------------------------------------------------*/
.p-bukken-s .head, .p-bukken-s .subsec {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-bukken-s .head, .p-bukken-s .subsec {
    margin-bottom: 40px;
  }
}
.p-bukken-s .cat {
  font-weight: bold;
  color: #3fa3e3;
}
.p-bukken-s .kakaku {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e5463a;
}
@media screen and (max-width: 768px) {
  .p-bukken-s .kakaku {
    font-size: 1.3rem;
  }
}
.p-bukken-s .imgArea ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-bukken-s .imgArea ul {
    justify-content: space-between;
  }
}
.p-bukken-s .imgArea ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #d9d8d6;
  width: 235px;
  min-height: 175px;
  margin: 0 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .p-bukken-s .imgArea ul li {
    width: 47.8%;
    min-height: 130px;
    margin: 0 0 15px;
  }
}
.p-bukken-s .imgArea ul li:nth-child(4n) {
  margin-right: 0;
}
.p-bukken-s .imgArea ul li:nth-last-child(1), .p-bukken-s .imgArea ul li:nth-last-child(2), .p-bukken-s .imgArea ul li:nth-last-child(3), .p-bukken-s .imgArea ul li:nth-last-child(4) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-bukken-s .imgArea ul li:nth-last-child(3), .p-bukken-s .imgArea ul li:nth-last-child(4) {
    margin: 0 0 15px;
  }
}
.p-bukken-s .cap {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-bukken-s .cap {
    margin-bottom: 15px;
  }
}
.p-bukken-s .tblArea .table {
  background-color: #fff;
}
.p-bukken-s .tblArea .table .tr {
  display: flex;
  border-top: 1px solid #d9d8d6;
  border-left: 1px solid #d9d8d6;
  border-right: 1px solid #d9d8d6;
}
@media screen and (max-width: 768px) {
  .p-bukken-s .tblArea .table .tr {
    display: block;
  }
}
.p-bukken-s .tblArea .table .tr:last-child {
  border-bottom: 1px solid #d9d8d6;
}
.p-bukken-s .tblArea .table .tr .left, .p-bukken-s .tblArea .table .tr .right {
  display: flex;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-bukken-s .tblArea .table .tr .left, .p-bukken-s .tblArea .table .tr .right {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-bukken-s .tblArea .table .tr .left:first-child .th, .p-bukken-s .tblArea .table .tr .left:first-child .td, .p-bukken-s .tblArea .table .tr .right:first-child .th, .p-bukken-s .tblArea .table .tr .right:first-child .td {
    border-bottom: 1px solid #d9d8d6;
  }
}
.p-bukken-s .tblArea .table .tr .right .th {
  border-left: 1px solid #d9d8d6;
}
@media screen and (max-width: 768px) {
  .p-bukken-s .tblArea .table .tr .right .th {
    border: none;
    border-right: 1px solid #d9d8d6;
  }
}
.p-bukken-s .tblArea .table .tr .flex {
  display: flex;
}
.p-bukken-s .tblArea .table .th, .p-bukken-s .tblArea .table .td {
  background-color: #fff;
  padding: 18px 30px;
}
@media screen and (max-width: 768px) {
  .p-bukken-s .tblArea .table .th, .p-bukken-s .tblArea .table .td {
    padding: 15px;
  }
}
.p-bukken-s .tblArea .table .th {
  background-color: #faf8ee;
  border-right: 1px solid #d9d8d6;
  font-weight: bold;
  min-width: 220px;
}
@media screen and (max-width: 768px) {
  .p-bukken-s .tblArea .table .th {
    min-width: 110px;
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .p-bukken-s .tblArea .table .td {
    width: 100%;
  }
}
.p-bukken-s .tblArea .table a {
  text-decoration: underline;
  color: #5db12a;
}
.p-bukken-s .btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-bukken-s .btn {
    margin-top: 20px;
  }
}
.p-bukken-s .btn a {
  display: block;
  background-color: #fff;
  border: 1px solid #5db12a;
  border-radius: 28px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #5db12a;
  width: 350px;
  margin: 0 auto;
  padding: 18px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-bukken-s .btn a {
    font-size: 13px;
    max-width: 300px;
    padding: 12px;
  }
}
.p-bukken-s .btn a:hover {
  background-color: #5db12a;
  color: #fff;
}

/*----------------------------------------------------
 周辺情報
----------------------------------------------------*/
.p-spot .subsec {
  margin-bottom: 80px;
}
.p-spot .subsec:last-child {
  margin-bottom: 0;
}
.p-spot .cap {
  margin-bottom: 40px;
}
.p-spot .boxArea {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-spot .boxArea {
    display: block;
  }
}
.p-spot .boxArea .box {
  max-width: 300px;
  width: 100%;
  margin-right: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-spot .boxArea .box {
    margin: 0 auto 30px;
  }
}
.p-spot .boxArea .box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-spot .boxArea .box:last-child {
    margin: 0 auto 30px;
  }
}
.p-spot .boxArea .box .rank {
  position: absolute;
  top: -22px;
  left: 0;
}
.p-spot .boxArea .box figure {
  text-align: right;
}
.p-spot .boxArea .box .ttl {
  font-size: 1.8rem;
  text-align: center;
  color: #3fa3e3;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .p-spot .boxArea .box .ttl {
    margin: 15px 0;
  }
}

/*----------------------------------------------------
 お問い合わせ
----------------------------------------------------*/
.p-contact .telBox {
  background-color: #fbf9ef;
  background-image: url(../img/common/bg_green.png);
  border: 1px solid #5db12a;
  border-radius: 10px;
  line-height: 1;
  padding: 30px 50px;
}
@media screen and (max-width: 768px) {
  .p-contact .telBox {
    padding: 20px;
  }
}
.p-contact .telBox .ttl {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #5db12a;
  margin-bottom: 26px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-contact .telBox .ttl {
    font-size: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
.p-contact .telBox ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .p-contact .telBox ul {
    display: block;
    margin-bottom: 0;
  }
}
.p-contact .telBox ul li {
  font-size: 42px;
  font-weight: bold;
  color: #5db12a;
}
@media screen and (max-width: 768px) {
  .p-contact .telBox ul li {
    font-size: 29px;
    margin-bottom: 20px;
  }
}
.p-contact .telBox ul li span {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .p-contact .telBox ul li span {
    font-size: 20px;
  }
}
.p-contact .telBox ul li a {
  color: #5db12a;
}
.p-contact .telBox .time {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-contact .telBox .time {
    font-size: 1.3rem;
  }
}
.p-contact .cap {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-contact .cap {
    margin-bottom: 15px;
  }
}
.p-contact .cap a {
  text-decoration: underline;
  color: #5db12a;
}
@media screen and (max-width: 768px) {
  .p-contact form .tblArea th, .p-contact form .tblArea td {
    display: block;
  }
}
.p-contact form .tblArea th {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .p-contact form .tblArea th {
    width: auto;
  }
}
.p-contact form ul li {
  margin-bottom: 10px;
}
.p-contact form ul li:last-child {
  margin-bottom: 0;
}
.p-contact form .input01 {
  border: 1px solid #d9d8d6;
  max-width: 110px;
  width: 100%;
  height: 35px;
}
.p-contact form .input02 {
  border: 1px solid #d9d8d6;
  max-width: 250px;
  width: 100%;
  height: 35px;
}
.p-contact form .input03 {
  border: 1px solid #d9d8d6;
  max-width: 350px;
  width: 100%;
  height: 35px;
}
.p-contact form label {
  margin-right: 20px;
}
.p-contact form select {
  border: 1px solid #d9d8d6;
  height: 35px;
}
.p-contact form textarea {
  border: 1px solid #d9d8d6;
  max-width: 550px;
  width: 100% !important;
  height: 140px !important;
}
.p-contact form .agree {
  text-align: center;
  margin: 2em 0;
}
.p-contact form .agree a {
  text-decoration: underline;
  color: #5db12a;
}
.p-contact form .btn {
  margin-top: 40px;
}
.p-contact form .btn button {
  display: block;
  background: #fff;
  border: 1px solid #5db12a;
  border-radius: 28px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #5db12a;
  width: 350px;
  margin: 0 auto;
  padding: 18px;
  transition: 0.3s;
}
.p-contact form .btn button:hover {
  background: #5db12a;
  color: #fff;
}
.p-contact dl dt {
  font-weight: bold;
  color: #5db12a;
}
.p-contact dl dd {
  margin-bottom: 30px;
}
.p-contact dl ul {
  padding-left: 1em;
}

/*Cookie通知*/
.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  visibility: hidden;
}

.cookie-consent.is-show {
  visibility: visible;
}

.cookie-consent-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.cookie-consent a {
  color: #fff !important;
}

.cookie-agree {
  color: #fff;
  background: #3fa3e3;
  padding: 0.5em 1.5em;
}

.cookie-agree:hover {
  cursor: pointer;
}

/* パッと消える */
.cc-hide1 {
  display: none;
}

/* ゆっくり消える */
.cc-hide2 {
  -webkit-animation: hide 1s linear 0s;
          animation: hide 1s linear 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* メディアクエリ */
@media screen and (max-width: 600px) {
  .cookie-consent-inner {
    flex-direction: column;
  }
  .cookie-text {
    margin-bottom: 1em;
  }
}
/*# sourceMappingURL=style.css.map */