@charset "utf-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}
body {
  line-height: 1;
  scroll-behavior: smooth;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0;
  font-size: 14px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  background-color: #ffffff;
  color: #191919;
}

p {
  font-feature-settings: "palt";
}

/* #header / #footer
----------------------------------------- */
#header {
  max-width: 100%;
  box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  background-color: #fff;
  height: 51px;
}
@media screen and (min-width: 960px) {
  #header {
    max-width: 100%;
    box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    background-color: #fff;
    height: 57px;
  }
}

#header #logo {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  padding: 8px;
}
@media screen and (min-width: 960px) {
  #header #logo {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
  }
}
#footer {
  background-color: #fff;
}

/* footer */
#footer {
  clear: both;
  position: static;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

#footer #greenbelt {
  background: url(../images/bg_greenbelt.png) 0 0 repeat;
}

#footer #greenbelt .inner {
  margin: 0 auto;
  max-width: 1100px;
  background: #009261;
  color: #fff;
  overflow: hidden;
}

#footer #greenbelt .inner .ftbox {
  float: none;
  max-width: 800px;
}
@media screen and (min-width: 960px) {
  #footer #greenbelt .inner .ftbox {
    float: left;
    max-width: 800px;
    width: 800px;
  }
}
#footer #greenbelt .inner p.link {
  display: block;
  padding: 18px 15px 0;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer #greenbelt .inner p.link {
    padding: 18px 24px 0;
    font-size: 1.36rem;
    line-height: 1;
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  #footer #greenbelt .inner p.link {
    padding: 18px 0 0 24px;
    font-size: 1.36rem;
    line-height: 1;
    text-align: left;
  }
}

#footer #greenbelt .inner p.link span {
  display: block;
  margin: 0 0 0 0;
  padding: 15px 0 0 0;
  background: none;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #footer #greenbelt .inner p.link span {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    background: url(../images/line_dot_separate.png) 0 0 no-repeat;
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  #footer #greenbelt .inner p.link span {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    background: url(../images/line_dot_separate.png) 0 0 no-repeat;
    display: inline;
  }
}

#footer #greenbelt .inner p.copy {
  padding: 15px 0 0 0;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer #greenbelt .inner p.copy {
    padding: 18px 0 0 24px;
    font-size: 1.36rem;
    line-height: 1;
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  #footer #greenbelt .inner p.copy {
    padding: 18px 0 0 24px;
    font-size: 1.36rem;
    line-height: 1;
    text-align: left;
  }
}

#footer #greenbelt .inner a {
  color: #fff;
}

#footer #greenbelt .inner p.bn {
  background: url(../images/bg_ftbn.jpg) 0 0 no-repeat;
  float: none;
  margin: 9px auto 14px;
  width: 264px;
  height: 54px;
}
@media screen and (min-width: 768px) {
  #footer #greenbelt .inner p.bn {
    float: right;
    background: url(../images/bg_ftbn.jpg) 0 0 no-repeat;
    width: 264px;
    height: 54px;
    margin: 9px 17px 14px 0;
  }
}
@media screen and (min-width: 960px) {
  #footer #greenbelt .inner p.bn {
    float: right;
    background: url(../images/bg_ftbn.jpg) 0 0 no-repeat;
    width: 264px;
    height: 54px;
    margin: 9px 17px 14px 0;
  }
}

#footer #greenbelt .inner p.bn a {
  color: #666;
  text-decoration: none;
}

#footer #greenbelt .inner p.bn a span {
  display: block;
  width: 120px;
  padding: 16px 0 0 7px;
  font-size: 1rem;
  line-height: 1.4;
}

#footer #whitebelt {
  clear: both;
  margin: 0 auto;
  max-width: 1100px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer #whitebelt {
    clear: both;
    margin: 0 auto;
    max-width: 1100px;
    background: #fff;
    text-align: right;
  }
}
@media screen and (min-width: 960px) {
  #footer #whitebelt {
    clear: both;
    margin: 0 auto;
    max-width: 1100px;
    background: #fff;
    text-align: right;
  }
}

#footer #whitebelt p {
  padding: 12px 0 13px;
  line-height: 0;
}

.pagetop {
  clear: both;
  font-size: 1.2rem;
  width: 100%;
  margin: 0 auto 20px;
  text-align: right;
}
@media screen and (min-width: 960px) {
  .pagetop {
    clear: both;
    font-size: 1.2rem;
    margin: 0 auto 60px;
    text-align: right;
    max-width: 1100px;
    width: 100%;
  }
}

.pagetop a {
  background: url(../images/icon_pagetop.png) left center no-repeat;
  padding: 0 15px;
  line-height: 40px;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .pagetop a {
    background: url(../images/icon_pagetop.png) left center no-repeat;
    padding: 2px 0 2px 16px;
  }
}

.sp-block {
  display: block;
}
.tb-block {
  display: none;
}
.pc-block {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sp-block {
    display: none;
  }
  .tb-block {
    display: block;
  }
  .pc-block {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .sp-block {
    display: none;
  }
  .tb-block {
    display: none;
  }
  .pc-block {
    display: block;
  }
}

.pc-none{
  display: block;
}
@media screen and (min-width: 960px) {
  .pc-none {
    display: none;
  }
}

#main{
  /* margin-bottom: 0; */
  border-bottom: none;
}

.p-main__wrapper{
  background-color: #99CFBD!important;
  margin-bottom: 83px!important;
}
@media screen and (min-width: 960px) {
  .p-main__wrapper{
    background-color: #99CFBD!important;
    margin-bottom: 0!important;
  }}

.p-main__inner{
  max-width: 1280px;
  margin: 0 auto;
}

/*================================================
 *  ヘッダーバナー
 ================================================*/

/* .p-header-banner */
.p-header-banner {
  background-color: #009261;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-header-banner {
    height: 68px;
  }
}

/* .p-header-banner__inner */
.p-header-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 11px 24.5px;
  position: relative;
  gap: 16px;
}
@media screen and (min-width: 960px) {
  .p-header-banner__inner {
    justify-content: flex-start;
    padding: 0 20px;
    height: 100%;
  }
}

/* .p-header-banner__logo */
.p-header-banner__logo {
  /* position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%); */
}
@media screen and (min-width: 960px) {
  .p-header-banner__logo {
    position: static;
    transform: none;
    margin-right: auto;
  }
}

.p-header-banner__logo a {
  display: block;
}

.p-header-banner__logo img {
  display: block;
  width: 66px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .p-header-banner__logo img {
    width: 82px;
    height: 32px;
  }
}

/* .p-header-banner__text */
.p-header-banner__text {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 960px) {
  .p-header-banner__text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    gap: 12px;
  }
}

/* .p-header-banner__badge */
.p-header-banner__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e70014;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 5px;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .p-header-banner__badge {
    font-size: 2.0rem;
    padding: 5.5px 8px;
  }
}

/* .p-header-banner__title */
.p-header-banner__title {
  color: #fff;
  font-weight: 700;
  font-size: 2.0rem;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .p-header-banner__title {
    font-size: 3.2rem;
  }
}

/* .p-header-banner__title--tight */
.p-header-banner__title--tight {
  letter-spacing: -0.2em;
}

/*================================================
 *  メインビジュアル
 ================================================*/

/* .p-mv */
.p-mv {
  background-color: #cdcdcd;
  width: 100%;
}

/* .p-mv__inner */
.p-mv__inner {
  display: flex;
  align-items: stretch;
  max-width: 1280px;
  margin: 0 auto;
  /* position: relative; */
}

/* .p-mv__image */
.p-mv__image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-mv__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .p-mv__image img {
    max-width: none;
    width: 100%;
    height: auto;
  }
}

.p-mv__shop-link-wrapper{
  position: fixed;
  right: auto;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 324px;
  width: 86.4%;
  height: 64px;
  z-index: 99;
}
@media screen and (min-width: 960px) {
.p-mv__shop-link-wrapper{
  position: fixed;
  right: 0;
  top: 84px;
  bottom: auto;
  left: auto;
  transform: none;
  width: 60px;
  height: 284px;
  max-width: none;
}}
@media screen and (min-width: 1280px) {
  .p-mv__shop-link-wrapper{
    right: calc((100% - 1280px) / 2);
  }}

/* .p-mv__shop-link */
.p-mv__shop-link {
  /* position: absolute; */
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #F8CF47;
  width: 100%;
  height: 100%;
  /* top: 0;
  left: 0; */
  border-radius: 16px 16px 0 0;

  text-decoration: none;
  letter-spacing: 0.1em;
  z-index: 99;
}
@media screen and (min-width: 960px) {
  .p-mv__shop-link {
    /* position: fixed; */
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background-color: #F8CF47;
    width: 60px;
    height: auto;
    padding: 10px 16px;
    /* left: auto;
    right: 0;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); */
    text-decoration: none;
    border: none;
    box-shadow: none;
    border-radius: 15px 0 0 15px;
    letter-spacing: 0.4em;
    z-index: 99;
  }
  .p-mv__shop-link:hover {
    cursor: pointer;
  }
}
/* @media screen and (min-width: 1280px) {
  .p-mv__shop-link {
    right: calc((100% - 1280px) / 2);
  }
} */

/* .p-mv__shop-icon */
.p-mv__shop-icon {
  width: 27px;
  height: auto;
}
@media screen and (min-width: 960px) {
.p-mv__shop-icon {
  width: 20px;
  height: auto;
}}

/* .p-mv__shop-text */
.p-mv__shop-text {
  color: #000;
  font-weight: 700;
  font-size: 2.4rem;
  writing-mode: horizontal-tb;
  line-height: 1.25;
}
@media screen and (min-width: 960px) {
  .p-mv__shop-text {
    font-size: 2.4rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}

/*================================================
 *  CM映像＆スペシャルインタビュー
 ================================================*/

/* .p-cm-video */
.p-cm-video {
  background-color: #fff;
  padding: 24px 20px 40px;
}
@media screen and (min-width: 960px) {
  .p-cm-video {
    padding: 24px 0 98px;
  }
}

/* .p-cm-video__inner */
.p-cm-video__inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* .p-cm-video__title */
.p-cm-video__title {
  color: #009261;
  font-weight: 700;
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.25;
}
@media screen and (min-width: 960px) {
  .p-cm-video__title {
    font-size: 3.2rem;
    margin-bottom: 33px;
  }
}

/* .p-cm-video__list */
.p-cm-video__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 960px) {
  .p-cm-video__list {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    max-width: 1026px;
    margin: 0 auto;
  }
}

/* .p-cm-video__item */
.p-cm-video__item {
  flex: 1;
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  .p-cm-video__item {
    max-width: 320px;
  }
}

/* .p-cm-video__link */
.p-cm-video__link {
  display: block;
  text-decoration: none;
  margin: 0 auto 8px;
  width: 85%;
}
@media screen and (min-width: 960px) {
  .p-cm-video__link {
    display: block;
    text-decoration: none;
    margin: 0 auto 16px;
    width: auto;
  }}
/* .p-cm-video__link:hover {
  opacity: 0.8;
} */

/* .p-cm-video__thumbnail */
.p-cm-video__thumbnail {
  position: relative;
  overflow: hidden;
  background-color: #cdcdcd;
}
@media screen and (min-width: 960px) {
  .p-cm-video__thumbnail {
    position: relative;
    overflow: hidden;
    background-color: #cdcdcd;
  }}

.p-cm-video__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

/* .p-cm-video__caption */
.p-cm-video__caption {
  color: #2D2D2D;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.25;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .p-cm-video__caption {
    font-size: 1.6rem;
  }
}

/* .p-cm-video__line */
.p-cm-video__line {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .p-cm-video__line {
    margin-top: 50px;
  }
}

.p-cm-video__line img {
  display: block;
  width: 100%;
  height: auto;
}

/*================================================
 *  お部屋探し、困ったあるある
 ================================================*/

/* .p-trouble */
.p-trouble {
  background-color: #E5F4EF;
  padding: 24px 0 63px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .p-trouble {
    padding: 56px 0 92px;
  }
}

/* .p-trouble__inner */
.p-trouble__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  /* gap: 9px; */
  max-width: 375px;
}
@media screen and (min-width: 960px) {
.p-trouble__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  gap: 9px;
  max-width: 767px;
}}
/* .p-trouble__image */
.p-trouble__image01 {
  display: block;
  flex-shrink: 0;
  position: absolute;
  left: 3.2%;
  top: 40px;
}
.p-trouble__image01 img {
  display: block;
  width: 61px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .p-trouble__image01 {
    display: block;
    flex-shrink: 0;
    position: static;
  }
  .p-trouble__image01 img {
    display: block;
    width: 177px;
    height: auto;
  }
}
.p-trouble__image02 {
  display: block;
  flex-shrink: 0;
  position: absolute;
  right: 1.6%;
  top: 40px;
}
.p-trouble__image02 img {
  display: block;
  width: 67.2px;
  height: auto;
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .p-trouble__image02 {
    display: block;
    flex-shrink: 0;
    position: static;
  }
  .p-trouble__image02 img {
    display: block;
    width: 173px;
    height: auto;
    margin-top: -7px;
  }
}

/* .p-trouble__image--left */
@media screen and (min-width: 960px) {
  .p-trouble__image--left {

  }
}

/* .p-trouble__image--right */
@media screen and (min-width: 960px) {
  .p-trouble__image--right {

  }
}

/* .p-trouble__content */
.p-trouble__content {
  text-align: center;
}

/* .p-trouble__title */
.p-trouble__title {
  color: #3B6B5B;
  font-weight: 700;
  font-size: 2.0rem;
  margin-bottom: 16px;
  padding-bottom: 0;
  border-bottom: none;
  display: inline-block;
  line-height: 1.25;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .p-trouble__title {
    border-bottom: 2px solid #3B6B5B;
    font-size: 2.4rem;
    margin-bottom: 24px;
    padding-bottom: 4px;
  }
}

/* .p-trouble__list */
.p-trouble__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 960px) {
  .p-trouble__list {
    gap: 0;
  }
}

/* .p-trouble__item */
.p-trouble__item {
  color: #3B6B5B;
  font-size: 1.0rem;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .p-trouble__item {
    line-height: 2.0;
    font-size: 1.6rem;
  }
}

/*================================================
 *  お店の人と一緒に探す、理想のお部屋
 ================================================*/

/* .p-ideal */
.p-ideal {
  background-color: #fff;
  padding: 59px 0 38px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-ideal {
    padding: 63px 20px 98px;
  }
}

.p-ideal__title-img{
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 353px;
  height: auto;
}
@media screen and (min-width: 960px) {
.p-ideal__title-img{
  position: absolute;
  top: -62px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 588px;
  height: auto;
}
}
/* .p-ideal__inner */
.p-ideal__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto 38px;
  gap: 0;
  position: relative;
  max-width: 375px;
}
@media screen and (min-width: 960px) {
.p-ideal__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto 38px;
  gap: 22px;
  position: static;
}}

/* .p-ideal__image */
.p-ideal__image01 {
  display: block;
  flex-shrink: 0;
  position: absolute;
  left: 1%;
  top: 40px;
}
.p-ideal__image01 img {
  display: block;
  width: 71px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .p-ideal__image01 {
    display: block;
    flex-shrink: 0;
    margin-top: 12px;
    position: static;
  }
  .p-ideal__image01 img {
    display: block;
    width: 154px;
    height: auto;
  }
}
.p-ideal__image02 {
  display: block;
  flex-shrink: 0;
  position: absolute;
  right: 2.4%;
  top: 40px;
}
.p-ideal__image02 img {
  display: block;
  width: 55px;
  height: auto;
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .p-ideal__image02 {
    display: block;
    flex-shrink: 0;
    position: static;
  }
  .p-ideal__image02 img {
    display: block;
    width: 146px;
    height: auto;
    margin-top: 5px;
  }
}

/* .p-ideal__content */
.p-ideal__content {
  text-align: center;
}

/* .p-ideal__title */
.p-ideal__title {
  color: #3B6B5B;
  font-weight: 700;
  font-size: 2.0rem;
  margin-bottom: 16px;
  border-bottom: none;
  display: inline-block;
  line-height: 1.25;
}
@media screen and (min-width: 960px) {
  .p-ideal__title {
    border-bottom: 2px solid #3B6B5B;
    font-size: 2.4rem;
    margin: 46px 0 26px;
    padding-bottom: 12px;
    line-height: normal;
  }
}

/* .p-ideal__list */
.p-ideal__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 960px) {
.p-ideal__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}}

/* .p-ideal__item */
.p-ideal__item {
  color: #3B6B5B;
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 960px) {
  .p-ideal__item {
    font-size: 1.6rem;
    line-height: 2.0;
  }
}

/* .p-ideal__catchcopy */
.p-ideal__catchcopy {
  color: #009261;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: 12px;
  line-height: 1.25;
}
@media screen and (min-width: 960px) {
  .p-ideal__catchcopy {
    font-size: 4.0rem;
    padding-bottom: 0;
    line-height: normal;
  }
}

/* .p-ideal__diagonal */
.p-ideal__diagonal {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 38px;
  background-color: #009261;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 960px) {
  .p-ideal__diagonal {
    height: 98px;
  }
}

/*================================================
 *  お店で相談する！ボタン
 ================================================*/

/* .p-shop-cta */
.p-shop-cta {
  background-color: #009261;
  margin-top: -1px;
}

/* .p-shop-cta__link */
.p-shop-cta__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px 15px 23px;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .p-shop-cta__link {
    padding: 54px 20px 56px;
    gap: 16px;
  }
}

/* .p-shop-cta__icon */
.p-shop-cta__icon {
  width: 24px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .p-shop-cta__icon {
    width: 35.2px;
  }
}

/* .p-shop-cta__text */
.p-shop-cta__text {
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (min-width: 960px) {
  .p-shop-cta__text {
    font-size: 4.0rem;
  }
}

/*================================================
 *  店舗検索
 ================================================*/

/* .p-shop-search */
.p-shop-search {
  background-color: #009261;
  padding: 0 0 32px 0;
  margin-top: -1px;
}
@media screen and (min-width: 960px) {
  .p-shop-search {
    padding: 0 0 65px;
  }
}

/* .p-shop-search__inner */
.p-shop-search__inner {
  display: flex;
  flex-direction: column;
  gap: 23px;
  width: 94.4%;
  max-width: 375px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-shop-search__inner {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 34px;
    max-width: 1047px;
    width: auto;
  }
}

/* .p-shop-search__area-btn */
.p-shop-search__area-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 45.5px;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .p-shop-search__area-btn {
    padding: 24px 32px 24px;
    gap: 9px;
  }
}
.p-shop-search__area-btn:hover {
  background-color: #F8CF47;
}

/* .p-shop-search__area-text */
.p-shop-search__area-text {
  color: #009261;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-shop-search__area-text {
    font-size: 3.2rem;
    white-space: nowrap;
  }
}

/* .p-shop-search__area-arrow */
.p-shop-search__area-arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 18px;
  border-color: transparent transparent transparent #009261;
}

/* .p-shop-search__keyword */
.p-shop-search__keyword {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 55.5px;
}
@media screen and (min-width: 960px) {
  .p-shop-search__keyword {
    flex-direction: row;
    justify-content: flex-start;
    gap: 16px;
    background-color: #fff;
    padding: 27px 32px;
    border-radius: 16px;
    width: 633px;
  }
}

/* .p-shop-search__keyword-label */
.p-shop-search__keyword-label {
  color: #009261;
  font-size: 1.6rem;
  line-height: 1.25;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .p-shop-search__keyword-label {
    font-size: 2.4rem;
    text-align: left;
    white-space: nowrap;
    letter-spacing: 0.06em;
  }
}
.p-shop-search__keyword-label span {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 960px) {
  .p-shop-search__keyword-label span {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    margin-top: 4px;
    display: block;
  }
}

/* .p-shop-search__form */
.p-shop-search__form {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 280px;
}

/* .p-shop-search__input */
.p-shop-search__input {
  flex: 1;
  padding: 7px 0 7px 10px;
  width: 243px;
  height: 30px;
  border: none;
  border-radius: 10px 0 0 10px;
  font-size: 1.4rem;
  background-color: #fff;
  border-right: 1px solid #ccc;
}
@media screen and (min-width: 960px) {
.p-shop-search__input {
  flex: 1;
  padding: 13px 0 12px 16px;
  height: 46px;
  width: 189px;
  border: none;
  border-radius: 10px 0 0 10px;
  font-size: 1.4rem;
  background-color: #fff;
  border-right: 1px solid #ccc;
}}
.p-shop-search__input::placeholder {
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  opacity: 1;
}
.p-shop-search__input::-webkit-input-placeholder {
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
}
.p-shop-search__input::-moz-placeholder {
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  opacity: 1;
}
.p-shop-search__input:-ms-input-placeholder {
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 960px) {
.p-shop-search__input::placeholder {
  color: #333;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.25;
  opacity: 1;
}
.p-shop-search__input::-webkit-input-placeholder {
  color: #333;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.25;
}
.p-shop-search__input::-moz-placeholder {
  color: #333;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.25;
  opacity: 1;
}
.p-shop-search__input:-ms-input-placeholder {
  color: #333;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.25;
}}

/* .p-shop-search__submit */
.p-shop-search__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 46px;
  background-color: #fff;
  border: none;
  border-left: 1px solid #ccc;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.p-shop-search__input-wrapper{
  /* border: 2px solid #ccc;
  border-radius: 6px;
  width: 243px;
  height: 34px;
  display: flex; */
  border: 2px solid #ccc;
  border-radius: 6px;
  width: 243px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
 .p-shop-search__input-wrapper{
    border: 2px solid #ccc;
    border-radius: 10px;
    width: 255px;
    height: 50px;
    display: flex;
 }}
 .p-shop-search__input-icon-wrapper{
  /* background-color: #C45E4A;
  padding: 9px 13.5px 14.5px 9px;
  border-radius: 0 5px 5px 0;
  border: none; */
  background-color: #C45E4A;
  padding: 9px 12px;
  height: 100%;
  border-radius: 0 5px 5px 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
 }
 @media screen and (min-width: 960px) {
  .p-shop-search__input-icon-wrapper{
  background-color: #C45E4A;
  padding: 11px 17px;
  border-radius: 0 8px 8px 0;
  border: none;
 }}
 .p-shop-search__input-icon-wrapper:hover {
  cursor: pointer;
 }

  .p-shop-search__input-icon{
   width: 16px;
   height: auto;
  }

 @media screen and (min-width: 960px) {
 .p-shop-search__input-icon{
  width: 24px;
  height: auto;
 }}

/*================================================
 *  仲介手数料
 ================================================*/

/* .p-fee */
.p-fee {
  background-color: #E5F4EF;
  padding: 69px 15px 31px;
}
@media screen and (min-width: 960px) {
  .p-fee {
    padding: 68px 20px 50px;
  }
}

/* .p-fee__inner */
.p-fee__inner {
  max-width: 375px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 960px) {
.p-fee__inner {
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}}

/* .p-fee__heading */
.p-fee__heading {
  display: inline-block;
  background-color: #009261;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 10px 16px;
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translatex(-50%);
  line-height: 1.25;
}
@media screen and (min-width: 960px) {
  .p-fee__heading {
    font-size: 2.4rem;
    padding: 10px;
    top: -29px;
    left: 50%;
    transform: translatex(-50%);
    line-height: normal;
  }
}

/* .p-fee__content */
.p-fee__content {
  background-color: #fff;
  padding: 37px 24px 10px 38px;
  border: 3px solid #009261;
}
@media screen and (min-width: 960px) {
  .p-fee__content {
    padding: 33px 40px 24px;
  }
}

/* .p-fee__label */
.p-fee__label {
  color: #3B6B5B;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .p-fee__label {
    font-size: 2.4rem;
  }
}

/* .p-fee__price */
.p-fee__price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  margin-bottom: 16px;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
.p-fee__price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  margin-bottom: 16px;
  white-space: nowrap;
}}

/* .p-fee__price-prefix */
.p-fee__price-prefix {
  color: #3B6B5B;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .p-fee__price-prefix {
    font-size: 4.0rem;
    letter-spacing: 0.14em;
  }
}

/* .p-fee__price-value */
.p-fee__price-value {
  color: #e70014;
  font-size: 4.8rem;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .p-fee__price-value {
    font-size: 7.9rem;
  }
}

/* .p-fee__price-suffix */
.p-fee__price-suffix {
  color: #3B6B5B;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .p-fee__price-suffix {
    font-size: 1.6rem;
  }
}

/* .p-fee__note */
.p-fee__note {
  color: #3B6B5B;
  font-size: 1.2rem;
  line-height: normal;
  font-weight: 500;
  text-align: left;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .p-fee__note {
    font-size: 1.4rem;
  }
}

/*================================================
 *  割引サービス
 ================================================*/

/* .p-discount */
.p-discount {
  background-color: #E5F4EF;
  padding: 21px 15px 29px;
}
@media screen and (min-width: 960px) {
  .p-discount {
    padding: 0 20px 68px;
  }
}

/* .p-discount__inner */
.p-discount__inner {
  max-width: 375px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 960px) {
.p-discount__inner {
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}}

/* .p-discount__heading */
.p-discount__heading {
  display: inline-block;
  background-color: #009261;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 10px 16px;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translatex(-50%);
}
@media screen and (min-width: 960px) {
  .p-discount__heading {
    top: -29px;
    font-size: 2.4rem;
    padding: 10px;
  }
}

.p-discount__content-wrapper{
  background-color: #fff;
  border: 3px solid #009261;
  padding: 36px 12px 24px 12px;
}
@media screen and (min-width: 960px) {
  .p-discount__content-wrapper{
    padding: 67px 0 40px;
  }
}
/* .p-discount__content */
.p-discount__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .p-discount__content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20.6px;
    margin-bottom: 32px;
  }
}

/* .p-discount__badges */
.p-discount__badges {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
@media screen and (min-width: 960px) {
  .p-discount__badges {
    gap: 16px;
  }
}

/* .p-discount__badge */
.p-discount__badge01 {
  width: 86.7px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .p-discount__badge01 {
    width: 140px;
  }
}
.p-discount__badge02 {
  width: 88px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .p-discount__badge02 {
    width: 142.6px;
  }
}
.p-discount__badge03 {
  width: 89px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .p-discount__badge03 {
    width: 144px;
  }
}

/* .p-discount__offer */
.p-discount__offer {
  display: flex;
  align-items: stretch;
  gap: 1px;
  flex-direction: row;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
.p-discount__offer {
  display: flex;
  align-items: stretch;
  gap: 10px;
  flex-direction: column;
  margin-bottom: 0;
}}

/* .p-discount__offer-text */
.p-discount__offer-text {
  color: #3B6B5B;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .p-discount__offer-text {
    font-size: 2.4rem;
    line-height: normal;
  }
}

/* .p-discount__offer-value */
.p-discount__offer-value {
  color: #D70000;
  font-family: 'Roboto', sans-serif;
  font-size: 6.4rem;
  font-weight: 900;
  line-height: 0.7;
}
@media screen and (min-width: 960px) {
  .p-discount__offer-value {
    font-size: 9.0rem;
    line-height: 0.7;
  }
}

/* .p-discount__offer-off */
.p-discount__offer-off {
  font-size: 4.8rem;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .p-discount__offer-off {
    font-size: 7.2rem;
  }
}

/* .p-discount__note */
.p-discount__note {
  color: #3B6B5B;
  font-size: 1.0rem;
  line-height: normal;
  font-weight: 500;
  text-align: left;
  width: 285px;
  margin: 0 auto 17px;
}
@media screen and (min-width: 960px) {
  .p-discount__note {
    font-size: 1.4rem;
    max-width: 770px;
    width: auto;
    margin: 0 auto 27.7px;
  }
}
.p-discount__note span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
/* .p-discount__link */
.p-discount__link {
  display: inline-block;
  background-color: #009261;
  /* border: 3px solid #009261; */
  box-shadow:
    inset 0 0 0 2px #009261,
    inset 0 0 0 3px #fff;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 13px 25.9px 13px 15.7px;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .p-discount__link {
    font-size: 2.4rem;
    padding: 22px 39px 22px 23px;

  }
}

.p-discount__link::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 960px) {
.p-discount__link::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}}
@media screen and (min-width: 960px) {
.bukkenSearch-block{
  max-width: 1280px;
  margin: 0 auto;
}}
.search-inner{
  width: 86.9%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
.search-inner{
  width: auto;
  max-width: 962px;
}}
.bukkenSearch-inner{
  margin: 0 auto;
  padding: 38px 10px 110px;
  text-align: center;
}
@media screen and (min-width: 960px) {
.bukkenSearch-inner{
  margin: 0 auto;
  padding: 38px 75px 82px;
}}
.bukkenSearch-inner > p{
  font-size: 2.0rem;
  text-align: center;
  color: #009260;
  font-weight: 700;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .bukkenSearch-inner> p {
    font-size: 2.0rem;
    margin: 0 auto;
    border-bottom: 2px solid #009260;
    max-width: 1025px;
    padding: 12px 0 15px;
    width: 86.9%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .bukkenSearch-inner> p {
    font-size: 2.0rem;
    margin: 0 auto;
    border-bottom: 2px solid #009260;
    max-width: 1025px;
    padding: 12px 0 15px;
  }
}
.searchTxt-block input.stationForm {
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px 0px #cccccc inset;
  width: 80%;
  margin-right: 5px;
  height: 40px;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
.searchTxt-block input.stationForm {
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px 0px #cccccc inset;
  width: 80%;
  margin-right: 5px;
  height: 40px;
  box-sizing: border-box;
}}
input.stationForm::placeholder {
  font-size: 1.4rem;
  color: #000;
}
.searchTxt-block input {
  padding: 5px;
  font-size: 1rem;
  border-radius: 5px;
  vertical-align: top;
}
@media screen and (min-width: 960px) {
.searchTxt-block input {
  padding: 5px;
  font-size: 1.5rem;
  border-radius: 5px;
  vertical-align: top;
}}
.searchTxt-block input.searchBtn {
  width: calc(20% - 5px);
  background: #c45e4a;
  box-shadow: 0px 3px 0px 0px #9e4533;
  text-align: center;
  height: 37px;
  border: none;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
.searchTxt-block input.searchBtn {
  width: calc(20% - 5px);
  background: #c45e4a;
  box-shadow: 0px 3px 0px 0px #9e4533;
  text-align: center;
  height: 37px;
  border: none;
  color: #fff;
  cursor: pointer;
}}
.searchTxt-block input {
  padding: 5px;
  font-size: 1rem;
  border-radius: 5px;
  vertical-align: top;
}
@media screen and (min-width: 960px) {
.searchTxt-block input {
  padding: 5px;
  font-size: 1.5rem;
  border-radius: 5px;
  vertical-align: top;
}}
.searchTxt-block {
  padding: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .searchTxt-block {
      padding: 25px 0;
  }
}

.bukkenSearch-btn li a span {
  display: flex;
  float: left;
  width: 70px;
  height: 65px;
  background: #f2f2f2;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.p-search-line-icon{
  position: static!important;
  height: 39px!important;
  width: auto!important;
  margin: 0!important;
  top: auto!important;
  left: auto!important;
  background-color: transparent!important;
}
.p-search-address-icon{
  position: static!important;
  width: 40px!important;
  height: auto!important;
  margin: 0!important;
  top: auto!important;
  left: auto!important;
}
.p-bukkenSearch-btn-arrow{
  width: 13px;
  height: 17px;
  position: absolute;
  left: 81px;
  top: 50%;
  margin: -9px 0 0 0;
  width: 11px;
}
.bukkenSearch-btn{
  max-width: 962px;
}
.bukkenSearch-btn li a{
  font-size: 1.7rem;
}
.bukkenSearch-block .search-inner {
  padding: 0;
}
@media only screen and (min-width: 768px) {
.bukkenSearch-block .search-inner {
  padding: 0 30px 0;
  margin: 0 auto;
}}
footer {
  background: #009260;
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
  display: block;
  max-width: 1280px;
  margin: 0 auto;
}
footer p{
  font-size: 1.0rem;
}
.clearfix::after{
  content: "";
  display: none;
}

.ci img {
  width: 146px;
}

