@charset 'UTF-8';
/*************
/* LP用
*************/
/* 基本設定 */
#lp-main {
  width: 100%;
}
#lp-main img {
  max-width: 100%;
  height: auto;
}
#lp-main a img {
  transition: .3s;
}
#lp-main a:hover img {
  opacity: 0.6;
}
.lp_pan {
  padding-top: 80px; /* headerの高さ分padding */
}
@media screen and (min-width: 1001px) {
  .lp_pan {
    padding-top: 100px; /* headerの高さ分padding */
  }
}
/* LP基本フォント */
h1.lp_h1 {
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  margin-bottom: 4rem;
  clear: both;
}
h1.lp_h1:after {
  content: '';
  width: 120px;
  height: 2px;
  background-color: #3f434e;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 1rem;
}
h2.lp_h2 {
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 2.5rem;
  clear: both;
  border-left: 5px solid #3f434e;
  border-bottom: 1px #3f434e solid;
  padding: 0.8rem;
  font-weight: bold;
}
h3.lp_h3 {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 0.8rem 1.2rem;
  background: #3f434e;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
h3.lp_h3:after {
  position: absolute;
  bottom: -15px;
  left: 10%;
  z-index: 90;
  margin-left: -15px;
  border-top: 15px solid #3f434e;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 0;
  content: "";
}
/*************
/* 100%表示用
*************/
/* 基本設定 */
#page-main {
  width: 100%;
}
#page-main img {
  max-width: 100%;
  height: auto;
}
#page-main a img {
  transition: .3s;
}
#page-main a:hover img {
  opacity: 0.6;
}
/*************
/* 追加
*************/
/* 基本設定 */
.efont {
  font-family: 'Jost', sans-serif; /*テーマの英語フォントに合わせる*/
}
/* mmargin */
.res_mb {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1200px) {
  .res_mb {
    margin-bottom: 8rem;
  }
}
/*普段のタイムライン タイムライン2共通部分*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
}
@media screen and (max-width: 639px) {
  .timeline > li {
    padding-left: 20px;
  }
}
@media (min-width : 640px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
}
/*普段のタイムラインのみ*/
.timeline > li > .timeline-panel {
  width: 42%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.info {
  background-color: #0f2c63 !important;
}
.timeline-badge.primary {
  background-color: #334b7a !important;
}
.timeline-badge.success {
  background-color: #576b90 !important;
}
.timeline-badge.warning {
  background-color: #7b8ba7 !important;
}
.timeline-badge.danger {
  background-color: #9faabd !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
  font-size: 1.3rem;
}
.timeline-body > p, .timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
@media (max-width: 767px) {
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
/*テーブルセンター*/
table.cen {
  text-align: center;
}
/*追加*/
.font_b {
  font-weight: bold;
}
.List_covered_icon {
  width: 100%;
}
.List_covered_icon li {
  list-style: none;
  margin-bottom: 1rem;
  position: relative;
  background-color: #fff;
  border: 2px #000 solid;
  display: block;
  padding: 2rem 1.5rem 1rem 40px;
  width: calc(100% - 30px);
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .List_covered_icon li {
    padding: 2rem 1.5rem 1rem 50px;
  }
}
/* icon */
.el_icon {
  width: 60px;
  height: 60px;
  background-color: #f4f4f7;
  border: 2px #000 solid;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.el_icon > span {
  line-height: 58px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  font-family: 'Jost', sans-serif;
}
.el_icon img {
  max-width: 100%;
}
/* text */
.List_covered_icon li .lci_tit {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.List_covered_icon li p {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .List_covered_icon li p {
    font-size: 1rem;
  }
}
/* よくある質問 */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  box-sizing: border-box;
}
.cp_qa {
  overflow-x: hidden;
  margin: 0 auto;
  background-color: #ebebec;
  padding: 1.2rem 1.2rem 0.2rem;
  margin-bottom: 5rem;
}
.cp_qa .cp_actab {
  padding: 0 0 1rem;
}
.cp_qa .cp_actab p {
  margin-bottom: 0;
}
.cp_qa label {
  font-size: 1.1rem;
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 50px 20px 50px;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  position: relative;
}
.cp_qa .cp_actab-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 0 54px;
  transition: 0.4s ease;
  opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
  height: auto;
  padding: 24px 54px;
  opacity: 1;
  background-color: #fff;
}
.cp_qa .cp_plus {
  font-size: 1.9rem;
  line-height: 100%;
  position: absolute;
  z-index: 5;
  margin: 20px 0 0 15px;
  transition: .6s ease;
  color: #000;
  top: 0;
  left: 0;
}
.cp_actab-content > .cp_plus {
  font-size: 1.9rem;
  line-height: 100%;
  position: absolute;
  z-index: 5;
  margin: 20px 0 0 15px;
  transition: .6s ease;
  color: #2154b9;
  top: 0;
  left: 0;
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}
/* faqtgl */
.faqTgl {
  position: absolute;
  display: block;
  width: 50px;
  height: 66px;
  top: 0;
  right: 0;
}
.faqTgl span {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 1px solid #777;
  transition: -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.faqTgl::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 32%;
  width: 40%;
  border-bottom: 1px solid #777;
  transition: -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.faqTgl_wrap:checked + label .faqTgl span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faqTgl_wrap:checked + label .faqTgl::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* ご予約の前にご確認 */
.time-Edit-line {
  list-style: none;
  padding: 0;
  position: relative;
}
.time-Edit-line:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #777;
  left: 50%;
  margin-left: -1.5px;
}
.center-none .time-Edit-line:before {
  display: none;
}
.time-Edit-line > li {
  margin-bottom: 20px;
  position: relative;
}
.page_time-Edit-line .time-Edit-line > li {
  padding-left: 0;
  display: flex;
}
.time-Edit-line > li:before, .time-Edit-line > li:after {
  content: " ";
  display: table;
}
.time-Edit-line > li:after {
  clear: both;
}
.time-Edit-line > li:before, .time-Edit-line > li:after {
  content: " ";
  display: table;
}
.time-Edit-line > li:after {
  clear: both;
}
.time-Edit-line > li > .time-Edit-line-panel {
  width: 46%;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  background-color: #f4f4f7;
  flex-grow: 1;
  margin-left: 1.5rem;
}
.time-Edit-line > li:nth-child(even) > .time-Edit-line-panel {
  background-color: #eaeaea;
}
.time-Edit-line > li > .time-Edit-line-panel:after {
  position: absolute;
  top: 12px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #f4f4f7;
  border-right: 0 solid #f4f4f7;
  border-bottom: 14px solid transparent;
  content: " ";
}
.time-Edit-line > li:nth-child(even) > .time-Edit-line-panel:after {
  border-left: 0 solid #eaeaea;
  border-right: 14px solid #eaeaea;
}
.time-Edit-line > li > .time-Edit-line-badge {
  color: #333;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  background-color: #fff;
  z-index: 100;
  font-family: 'Jost', sans-serif; /* テーマの英語フォントに合わせる */
  border: 2px #333 solid;
  font-weight: 700;
}
.time-Edit-line > li.time-Edit-line-inverted > .time-Edit-line-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.time-Edit-line > li.time-Edit-line-inverted > .time-Edit-line-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.time-Edit-line-badge.primary {
  background-color: #444 !important;
}
.time-Edit-line-badge.success {
  background-color: #666 !important;
}
.time-Edit-line-badge.warning {
  background-color: #888 !important;
}
.time-Edit-line-badge.danger {
  background-color: #aaa !important;
}
.time-Edit-line-badge.info {
  background-color: #222 !important;
}
.time-Edit-line-title {
  margin-top: 0;
  color: inherit;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
}
.time-Edit-line-body > p, .time-Edit-line-body > ul {
  margin-bottom: 0;
}
.time-Edit-line-body > p + p {
  margin-top: 5px;
}
ul.time-Edit-line:before {
  left: 25px;
}
ul.time-Edit-line > li > .time-Edit-line-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
ul.time-Edit-line > li > .time-Edit-line-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.time-Edit-line {
  list-style: none;
}
.time-Edit-line > li {
  margin-bottom: 60px;
}
.page_time-Edit-line .time-Edit-line > li {
  margin-bottom: 0;
}
.time {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .page_time-Edit-line {
    padding-top: 2rem;
  }
  ul.time-Edit-line:before {
    left: 31px;
  }
  .time-Edit-line > li > .time-Edit-line-badge {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 2rem;
  }
  .time-Edit-line > li > .time-Edit-line-panel {
    padding: 30px;
  }
  .time-Edit-line-title {
    font-size: 1.4rem;
  }
  .time-Edit-line-body > p {
    font-size: 1.1rem
  }
}
/* for Desktop */
@media (min-width : 640px) {
  .time-Edit-line > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
}
@media screen and (max-width: 639px) {
  .time-Edit-line > li {
    padding-left: 20px;
  }
}
/*ツアー料金一覧*/
.font_red {
  color: #f00;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Jost', sans-serif;
}
@media screen and (min-width: 1200px) {
  .font_red {
    color: #f00;
    font-size: 1.6rem;
  }
}
.tl_bgimgbox_co {
  padding-bottom: 4rem;
  padding-top: 1rem;
  background-color: #f4f4f7;
  margin-bottom: 4rem;
  ;
}
@media screen and (min-width: 1200px) {
  .tl_bgimgbox_co {
    margin-bottom: 8rem;
  }
}
.tl_bgimgbox {
  width: 100%;
  padding-top: 145px;
  position: relative;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.tl_bgi_i {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 190px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tl_bgi_tw {
  background-color: #fff;
  padding: 5%;
  width: 95%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tl_bgimgbox {
    padding-top: 280px;
  }
  .tl_bgi_i {
    min-height: 340px;
  }
}
@media screen and (min-width: 992px) {
  .tl_bgimgbox {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 4.5rem;
    margin-top: 4.5rem;
  }
  .tl_bgi_i {
    min-height: 340px;
    height: 55%;
    width: 70%;
    top: 20%;
  }
  .tl_bgi_tw {
    width: 60%;
    padding: 3rem 5% 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .tl_bgimgbox {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
  .tl_bgi_i {
    min-height: 340px;
    height: 60%;
    width: 60%;
    top: auto;
    bottom: 20%;
  }
  .tl_bgi_tw {
    width: 63%;
  }
}
/*背景画像指定*/
.tl_bgii1 {
  background-image: url("../images/page/plan_img01.jpg");
}
.tl_bgii2 {
  background-image: url("../images/page/plan_img02.jpg");
}
.price_img03 {
  background-image: url("../images/page/plan_img03.jpg");
}
.price_img04 {
  background-image: url("../images/page/plan_img04.jpg");
}
.price_img05 {
  background-image: url("../images/page/plan_img05.jpg");
}
/*画像左配置*/
.tlb_l .tl_bgi_i {
  left: 0;
}
@media screen and (min-width: 992px) {
  .tlb_l .tl_bgi_tw {
    margin-left: auto;
  }
}
/*画像右配置*/
.tlb_r .tl_bgi_i {
  right: 0;
}
.tlb_r .tl_bgi_tw {
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .tlb_r .tl_bgi_tw {
    margin-left: 0;
    margin-right: auto;
  }
}
/*計算式のような*/
.tl_formula {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.tl_fwaku {
  width: 28.333%;
  border: 1px #000 solid;
  text-align: center;
  font-size: 0.7rem;
}
.tl_fkigo {
  width: 7.5%;
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .tl_fwaku {
    font-size: 1rem;
  }
}
/*価格*/
.tl_bgi_kakaku {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  border-bottom: 2px #000 solid;
  padding-bottom: 0.8rem;
  margin-bottom: 0.5rem;
  padding-top: 1rem;
}
.tl_bgi_kakaku p {
  margin-bottom: 0;
}
.tl_bgik_tit {
  background-color: #000;
  color: #fff;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.tl_bgik_txt {
  line-height: 1.3;
}
.tl_bgik_txt span {
  font-weight: bold;
  font-size: 1.4rem;
}
/* ラフティングツアー料金 */
.block_title01 {
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 2.5rem;
  clear: both;
  border-bottom: 2px #eee solid;
  padding: 0.6rem 0.3rem;
  font-weight: bold;
}
.block_title01::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #2154b9;
  width: 70px;
  height: 2px;
}
@media screen and (min-width: 992px) {
  .block_title01 {
    font-size: 1.6rem;
  }
}
/*******************************
/* ラフティングプラン(100%)
***************************/
/*---------------section-tours-container------------------------------*/
.tours_other_box {
  margin: 4rem auto 2rem;
  background-color: #122f5e;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .tours_other_box {
    padding: 2rem 0;
    margin: 4rem auto;
  }
}
@media screen and (min-width: 992px) {
  .tours_other_box {
    padding: 3rem 0;
    margin: 5rem auto 4rem;
  }
}
.tours_other_title_outer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tours_other_title {
  margin-bottom: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tours_other_title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .tours_other_title {
    font-size: 2.2rem;
  }
}
.tours_other_title::before {
  content: "";
  display: block;
  width: 2px;
  height: 23px;
  background-color: #fff;
  position: absolute;
  bottom: 4px;
  left: -8px;
  transform: rotate(-20deg);
}
@media screen and (min-width: 768px) {
  .tours_other_title::before {
    height: 36px;
    left: -16px;
  }
}
@media screen and (min-width: 992px) {
  .tours_other_title::before {
    bottom: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .tours_other_title::before {
    left: -25px;
  }
}
.tours_other_title::after {
  content: "";
  display: block;
  width: 2px;
  height: 23px;
  background-color: #fff;
  position: absolute;
  bottom: 4px;
  right: -8px;
  transform: rotate(20deg);
}
@media screen and (min-width: 768px) {
  .tours_other_title::after {
    height: 36px;
    right: -16px;
  }
}
@media screen and (min-width: 992px) {
  .tours_other_title::after {
    bottom: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .tours_other_title::after {
    right: -25px;
  }
}
.tours-container {
  width: 90%;
  margin: 2rem auto;
}
@media screen and (min-width: 992px) {
  .tours-container {
    width: 96%;
  }
}
@media screen and (min-width: 1200px) {
  .tours-container {
    width: 70%;
    margin: 4rem auto 2rem;
  }
}
@media screen and (min-width: 768px) {
  .tours_block02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.tours_unit {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .tours_unit {
    width: 46%;
    margin: 2% 2% 5rem;
  }
}
@media screen and (min-width: 992px) {
  .tours_unit {
    width: 30%;
    margin: 2% 1% 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .tours_unit {
    margin-bottom: 8rem;
  }
}
.tours_img_block {
  height: 200px;
}
@media screen and (min-width: 1200px) {
  .tours_img_block {
    height: 280px;
  }
}
.tours_img_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tours_txt_box {
  text-align: center;
}
.tours_txt_title {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 1rem auto;
}
.tours_txt01 {
  margin-bottom: 0.5rem;
  text-align: justify;
}
@media screen and (min-width: 1200px) {
  .tours_txt01 {
    margin-bottom: 1.5rem;
  }
}
.tours_txt02 {
  color: #8d8d8d;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .tours_txt02 {
    height: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .tours_txt02 {
    height: 40px;
  }
}
.tours_txt03_box {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .tours_txt03_box {
    font-size: 1.1rem;
  }
}
.tours_txt03_1 {
  position: relative;
  margin-right: 1rem;
  padding-right: 1rem;
}
.tours_txt03_1::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #000;
  position: absolute;
  top: 2px;
  right: 0;
}
.tours_txt04 {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
  background-color: #2154b9;
  font-size: 0.9rem;
  position: relative;
}
.tours_txt04_color1 {
  background-color: #122f5e;
}
.tours_txt04_color2 {
  background-color: #333333;
}
.tours_txt04:hover {
  text-decoration: none;
  color: #fff;
}
.tours_txt04::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 0%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0.3;
}
.tours_txt04:hover::before {
  width: 100%;
}
/*---------------section-tours-container-end-----------------------------*/
/*-----宿泊プラン------*/
.font_red02 {
  color: #f00;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .font_red02 {
    color: #f00;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .font_red02 {
    color: #f00;
    font-size: 3rem;
  }
}
.font_red03 {
  color: #f00;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .font_red03 {
    text-align: center;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .font_red03 {
    font-size: 1.6rem;
  }
}
.block_title02 {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 0.8rem 1.2rem;
  background: #030A16;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.block_title02::after {
  position: absolute;
  bottom: -15px;
  left: 10%;
  z-index: 90;
  margin-left: -15px;
  border-top: 15px solid #030A16;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 0;
  content: "";
}
@media screen and (min-width: 992px) {
  .block_title02 {
    font-size: 1.4rem;
  }
}
/* ----お手軽ツアー-- */
.flow_block_outer {
  background-color: #f4f4f7;
  padding: 2rem 0;
}
.flow_block {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .flow_block {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .flow_block {
    width: 60%;
    margin: 0 auto;
  }
}
.flow_unit1 {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .flow_unit1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    margin-left: 5%;
  }
}
.flow_unit1_inner1 {
  display: inline-block;
}
.flow_unit2 {
  position: relative;
  bottom: 17%;
  z-index: -1;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .flow_unit2 {
    width: 50%;
    right: 6%;
    bottom: 0%;
  }
}
.flow_unit2 img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
/*-----ファミリーツアーボタン------*/
.block_btn001 {
  display: block;
  width: 90%;
  margin: 2rem auto;
  max-width: 600px;
  padding: 1rem 0;
  background-color: #f00;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .block_btn001 {
    font-size: 2.8rem;
    margin: 4rem auto;
  }
}
.block_btn001:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #fff;
}
.block_btn001 span {
  display: block;
  color: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .block_btn001 span {
    font-size: 1.4rem;
  }
}
/*-----オンライン予約ーボタン------*/
.block_btn002 {
  display: block;
  width: 90%;
  margin: 0 auto 2rem;
  max-width: 600px;
  padding: 1rem 0;
  background-color: #f00;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .block_btn002 {
    margin: 0 0 2rem;
  }
}
@media screen and (min-width: 992px) {
  .block_btn002 {
    font-size: 2.8rem;
  }
}
.block_btn002:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #fff;
}
.block_btn002 span {
  display: block;
  color: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .block_btn002 span {
    font-size: 1.4rem;
  }
}
.block_btn003 {
  display: block;
  width: 90%;
  margin: 0 auto 2rem;
  max-width: 600px;
  padding: 1rem 0;
  background-color: #2154b9;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .block_btn003 {
    margin: 0 0 2rem;
  }
}
@media screen and (min-width: 992px) {
  .block_btn003 {
    font-size: 2.8rem;
  }
}
.block_btn003:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #fff;
}
.block_btn003 span {
  display: block;
  color: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .block_btn003 span {
    font-size: 1.4rem;
  }
}
.block_btn004 {
  display: block;
  width: 90%;
  max-width: 600px;
  padding: 1rem 0;
  color: #000;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  border-radius: 10px;
  font-family: 'Jost', sans-serif;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .block_btn004 {
    margin: 0 0 2rem;
    text-align: left;
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 992px) {
  .block_btn004 {
    font-size: 4.5rem;
  }
}
.block_btn004:hover {
  text-decoration: none;
  opacity: 0.7;
}
.block_btn004 span {
  color: #000;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .block_btn004 span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .block_btn004 span {
    font-size: 2rem;
  }
}
.block_btn004_txt {
  color: #000;
  font-size: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .block_btn004_txt {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .block_btn004_txt {
    font-size: 1.4rem;
  }
}
/*-----リンク先color------*/
.link_color {
  color: #2154b9;
  text-decoration: underline;
  font-weight: bold;
}
/*-----カレンダー予約文字------*/
.yoyaku_txt {
  display: block;
  color: #f00;
  font-size: 16px;
}
.yoyaku_txt span {
  color: #000;
  padding: 0 3px;
}
/*******************************
/*CONOMI concept
***************************/
/*pg_conomi_pls*/
.pg_conomi_pls {
  position: relative;
  z-index: 0;
}
.pg_conomi_pls #main {
  background-color: inherit;
}
.pg_conomi_pls::before {
  content: "";
  display: block;
  width: 100%;
  height: 10rem;
  background-color: #f7f7f7;
  position: absolute;
  top: -4rem;
  right: 0;
  z-index: -2;
}
.pg_conomi_pls::after {
  content: "";
  display: block;
  width: 88%;
  height: 150px;
  background-color: #fff;
  position: absolute;
  top: -4rem;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.font_nsj {
  font-family: 'Noto Serif JP', serif;
}
.e_font {
  font-family: 'Montserrat', sans-serif;
  color: #322b29;
  letter-spacing: 0.5rem
}
.pg_conomi_container {
  background-color: #f7f7f7;
  position: relative;
}
.pg_conomi_inner {
  width: 88%;
  margin: 0 auto;
  padding: 4rem 0 1rem;
  background-color: #fff;
}
.pg_conomi_b01 {
  margin-bottom: 8rem;
}
.pg_conomi_b01_title {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 4rem;
}
.pg_conomi_b01_title span {
  width: 30ch;
  text-align: center;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  overflow: hidden; /*必須*/
  white-space: nowrap; /*必須*/
  animation: typing 3s steps(23), caret 0.3s steps(1) infinite;
}
@keyframes typing {
  from {
    width: 0;
  }
}
@keyframes caret {
  50% {
    border-right-color: currentColor;
  }
}
.pg_conomi_flow_titlebox .pg_conomi_b01_title span {
  animation: none;
}
.pg_conomi_b01_img {
  width: 60%;
  margin: 0 auto;
  max-width: 280px;
}
/*pg_conomi_b02*/
.pg_conomi_b02 {
  width: 80%;
  margin: 0 auto 6rem;
}
.pg_conomi_b02_unit01 {
  margin-bottom: 2rem;
}
.pg_conomi_b02_title {
  width: 150px;
  margin-bottom: 3rem;
}
.pg_conomi_b02_txt {
  font-size: 2.2rem;
  margin-bottom: 0;
}
/*pg_conomi_b03*/
/*********PARALLAX********************/
.pg_conomi_b03_container {
  margin-bottom: 10rem;
}
/* PARALLAX */
.l-parallax {
  width: 100%;
  height: 480px;
  position: relative;
  overflow-x: hidden;
}
.l-parallax__bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  clip: rect(0, auto, auto, 0);
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.l-parallax__bg {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://www.amenity-home.co.jp/web/wp-content/uploads/2023/02/pg_parallax_img1.jpg");
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-parallax {
    background-size: cover;
    background-position: center center;
    background-image: url("https://www.amenity-home.co.jp/web/wp-content/uploads/2023/02/pg_parallax_img1.jpg");
    background-attachment: fixed;
  }
  .l-parallax__bg-wrap, .l-parallax__bg {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .l-parallax {
    height: 400px;
  }
  .l-parallax__bg {
    background-size: 200%;
  }
}
@media screen and (max-width: 576px) {
  .l-parallax {
    height: 240px;
  }
}
.pg_conomi_b03 {
  width: 80%;
  margin: 4rem auto;
}
.pg_conomi_b03_unit01 {
  margin-bottom: 3rem;
}
.pg_conomi_b03_unit01_title {
  font-size: 1rem;
  margin-bottom: 2rem;
  font-family: 'Alice', serif;
}
.pg_conomi_b03_unit01_txt {
  font-size: 2rem;
  margin-bottom: 3rem;
}
.pg_conomi_b03_unit02_img {
  width: 60%;
  margin: 0 auto 2rem;
  max-width: 230px;
}
.pg_conomi_b03_unit02_txt {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
/* PARALLAX */
.pg_parallax_container2 .l-parallax__bg {
  background-image: url("https://www.amenity-home.co.jp/web/wp-content/uploads/2023/02/pg_parallax_img2.jpg");
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pg_parallax_container2 .l-parallax {
    background-image: url("https://www.amenity-home.co.jp/web/wp-content/uploads/2023/02/pg_parallax_img2.jpg");
  }
}
/*pg_conomi_b05_container*/
.pg_conomi_b05_container {
  width: 80%;
  margin: 0 auto 4rem;
}
.pg_conomi_b05_container ul li {
  margin-bottom: 6rem;
}
.pg_conomi_b05_unit01 {
  margin-bottom: 3rem;
}
.pg_conomi_b05_title {
  width: 205px;
  margin-bottom: 2rem;
}
.pg_conomi_b05_title02 {
  width: 115px;
}
.pg_conomi_b05_txt1 {
  margin-bottom: 3rem;
  font-size: 0.9rem;
}
.pg_conomi_b05_txt2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.pg_conomi_b05_txt3 {
  margin-bottom: 3rem;
}
.pg_conomi_btn {
  display: inline-block;
  color: #000;
}
.pg_conomi_btn .pg_conomi_btn_arrow {
  position: relative;
}
.pg_conomi_btn .pg_conomi_btn_arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("https://www.amenity-home.co.jp/web/wp-content/uploads/2023/02/pg_conomi_btn_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  right: -45px;
  transform: translate(0%, -50%);
}
.pg_conomi_b05_unit02_img {
  height: 300px;
}
.pg_conomi_b05_unit02_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .pg_conomi_b01_title span {
    font-size: 2rem;
    margin-bottom: 4rem;
    letter-spacing: 0.5rem;
  }
  .pg_conomi_b02 {
    width: 100%;
    display: flex;
    margin-bottom: 7rem;
  }
  .pg_conomi_b02_unit01 {
    width: 40%;
    margin-bottom: 0;
  }
  .pg_conomi_b02_unit02 {
    width: 50%;
    margin-top: 6rem;
  }
  /*.pg_conomi_b03*/
  .pg_conomi_b03 {
    width: 100%;
    display: flex;
  }
  .pg_conomi_b03_unit01 {
    width: 50%;
    margin-bottom: 0;
  }
  .pg_conomi_b03_unit02 {
    width: 45%;
    margin: 0 auto;
  }
  .pg_conomi_b03_unit01_reserve {
    order: 2;
  }
  .pg_conomi_b03_unit02_reserve {
    order: 1;
  }
  /*pg_conomi_b05*/
  .pg_conomi_b05_container {
    width: 100%;
  }
  .pg_conomi_b05_container ul li {
    margin-bottom: 4rem;
  }
  .pg_conomi_b05 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .pg_conomi_b05_unit01 {
    width: 45%;
    margin-bottom: 0;
  }
  .pg_conomi_b05_unit02 {
    width: 50%;
  }
  .pg_conomi_b05_unit01_reserve {
    order: 2;
  }
  .pg_conomi_b05_unit02_reserve {
    order: 1;
  }
  .pg_conomi_b05_unit01_reserve .pg_conomi_b05_title02 {
    margin-right: 0;
    margin-left: auto;
  }
  .pg_conomi_b05_unit01_reserve .pg_conomi_b05_txt1 {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .pg_conomi_pls::after {
    width: 77%;
    max-width: 960px;
  }
  .pg_conomi_inner {
    width: 77%;
    max-width: 960px;
  }
  .pg_conomi_b02 {
    margin-bottom: 8rem;
  }
  .pg_conomi_b03_container {
    margin-bottom: 8rem;
  }
  .pg_conomi_b03_container ul li {
    margin-bottom: 8rem;
  }
  .pg_parallax_container, .pg_parallax_container2 {
    margin-bottom: 6rem;
  }
  .pg_conomi_b05_container {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .pg_conomi_b01 {
    margin: 10rem auto 14rem;
  }
  .pg_conomi_b01_title span {
    font-size: 2.3rem;
    margin-bottom: 6rem;
  }
  .pg_conomi_b02 {
    margin-bottom: 12rem;
  }
  .pg_conomi_b02_title {
    margin-bottom: 6rem;
  }
  .pg_conomi_b02_txt {
    font-size: 3.4rem;
    margin-bottom: 14px;
  }
  .pg_conomi_b02_unit02 {
    margin-top: 10rem;
  }
  .pg_conomi_b02_txt2 {
    width: 95%;
    margin-right: -10%;
    margin-left: auto;
    line-height: 2;
    font-size: 1.1rem;
    margin-bottom: 2.3rem;
    letter-spacing: 0.1rem;
  }
  /*.pg_conomi_b03*/
  .pg_conomi_b03_container {
    margin-bottom: 12rem;
  }
  .pg_conomi_b03_container ul li {
    margin-bottom: 10rem;
  }
  .pg_parallax_container, .pg_parallax_container2 {
    margin-bottom: 10rem;
  }
  .pg_conomi_b03_unit01 {
    margin-top: 2rem;
  }
  .pg_conomi_b03_unit01_txt {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
  .pg_conomi_b03_unit01_txt2 {
    line-height: 2;
    font-size: 1.1rem;
  }
  .pg_conomi_b03_unit02_img {
    margin-bottom: 4rem;
  }
  /*pg_conomi_b05*/
  .pg_conomi_b05_container ul li {
    margin-bottom: 12rem;
  }
  .pg_conomi_b05_unit01 {
    width: 40%;
    margin-bottom: 3rem;
  }
  .pg_conomi_b05_title {
    margin-bottom: 4rem;
    width: 270px;
  }
  .pg_conomi_b05_unit01_reserve .pg_conomi_b05_title02 {
    width: 128px;
  }
  .pg_conomi_b05_txt1 {
    margin-bottom: 8rem;
    font-size: 1rem;
  }
  .pg_conomi_b05_txt2 {
    font-size: 2.3rem;
    margin-bottom: 4rem;
  }
  .pg_conomi_b05_txt3 {
    line-height: 2;
    font-size: 1.1rem;
    margin-bottom: 7rem;
  }
  .pg_conomi_b05_unit02_img {
    height: 460px;
  }
}
/*******************************
/*conomi-baseplan
***************************/
.pg_cp_b01 {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 6rem;
}
.pg_cp_b01_title {
  margin-bottom: 10px;
}
.pg_cp_b01_img {
  width: 60%;
  margin: 6rem auto;
  max-width: 250px;
}
.pg_cp_b01_stepblock ul {
  width: 86%;
  margin: 2rem auto;
}
.pg_cp_b01_stepblock ul li {
  margin-bottom: 2rem;
}
.pg_cp_b01_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #000;
  padding: 20px 0 10px;
  background-color: #bfbfbf;
}
.pg_cp_b01_item:hover {
  text-decoration: none;
  opacity: 0.7;
}
.pg_cp_b01_stepblock ul li:last-child .pg_cp_b01_item:hover {
  opacity: 1;
}
.pg_cp_b01_item_color02 {
  background-color: #c0beab;
}
.pg_cp_b01_step_txt1 {
  font-size: 1.4rem;
  margin-bottom: 5px;
  color: #fff;
}
.pg_cp_b01_step_txt2 {
  margin-bottom: 5px;
  color: #fff;
}
.pg_cp_b01_step_img {
  width: 21px;
}
.pg_cp_b01_step_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*pg_cp_step_b02_container*/
.pg_cp_step_b02_container {
  width: 90%;
  margin: 2rem auto;
}
.pg_cp_step_title_box {
  display: flex;
  justify-content: center;
}
.pg_cp_step_title {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  z-index: 0;
}
.pg_cp_step_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #c0beab;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.pg_cp_step_title02 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 4rem;
  letter-spacing: 0.3rem;
  line-height: 1.7;
}
.pg_cp_step_b02_unit {
  max-width: 640px;
  margin: 0 auto 5rem;
}
.pg_cp_step_b02_txt1 {
  font-size: 1.6rem;
  padding-left: 1rem;
}
.pg_cp_step_b02_img {
  margin: 0 auto 1rem;
}
.pg_cp_step_b02_more {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 6rem;
}
.pg_cp_step_banner {
  width: 98%;
  margin: 0 auto;
  display: block;
  background-color: #c0beab;
  text-align: center;
  padding: 20px 0 10px;
  max-width: 460px;
}
.pg_cp_step_banner:hover {
  text-decoration: none;
  opacity: 0.7;
}
.pg_cp_step_banner_txt1 {
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 8px;
}
.pg_cp_step_banner_txt2 {
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.3rem;
}
/*style*/
    .pg_cp_syle_container{
        margin-top: 6rem;
    }
.pg_cp_syle_b01_box {
  width: 90%;
  margin: 0 auto 6rem;
}
.pg_cp_syle_b01_txt {
  text-align: center;
  font-weight: 600;
    letter-spacing: 0.3rem;
}
.pg_cp_syle_b01_box ul {
  display: flex;
}
.pg_cp_syle_b01_box ul li {
  width: 30%;
  margin: 0 auto;
}
.pg_cp_syle_b01_imgbox {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 300px;
  position: relative;
  z-index: 0;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
width: 100%;
}
.pg_cp_syle_b01_img {
  width: 200%;
}
.pg_cp_syle_b01_img img {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
}
.pg_cp_syle_b01_item {
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: block;
  width: 50px;
  z-index: 1;
}
/*pcsb_block02*/
.pcsb_block02_outer ul li {
  margin-bottom: 6rem;
}
.pcsb_block02_title {
  width: 90%;
  margin: 0 auto 3rem;
}
.pcsb_block02_title span {
  display: block;
  font-size: 1rem;
  margin-top: 1rem;
  margin-left: -5px;
  letter-spacing: 0;
}
.pcsb_block02_unit01 {
  width: 90%;
  margin: 0 auto 3rem;
}
.pcsb_block02_txt1 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  letter-spacing: 0.15rem;
}
.pcsb_block02_unit02 {
  height: 220px;
  width: 85%;
}
.pcsb_block02_unit02 img, .pcsb_block02_unit03 img, .pcsb_block02_unit04_inner img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.pcsb_block02_unit03 {
  width: 70%;
  margin: -4rem auto;
  position: relative;
}
.pcsb_block02_unit04 {
  height: 220px;
  width: 85%;
  margin-right: 0;
  margin-left: auto;
}
.pcsb_block02_unit04_inner {
  height: 100%;
  width: 100%;
}
/*pcsb_block03_container*/
.pcsb_block03_container {
  width: 90%;
  margin: 0 auto 8rem;
}
.pcsb_block03_txt {
  font-size: 1.1rem;
  text-align: center;
}
.pcsb_block03 {
  margin-top: 2rem;
  margin-bottom: 6rem;
}
.pcsb_block03 ul li {
  padding: 2rem 0;
  border-bottom: solid 1px #231815;
  margin-bottom: 2rem;
}
.pcsb_block03 ul li:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .pg_cp_b01 {
    margin-bottom: 9rem;
  }
  .pg_cp_b01_title {
    font-size: 2.6rem;
  }
  .pg_cp_b01_stepblock ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .pg_cp_b01_stepblock ul li {
    width: 46%;
    margin: 2rem auto 0;
  }
  /*step*/
  .pg_cp_step_b02_unit {
    margin-bottom: 10rem;
  }
  .pg_cp_step_title {
    font-size: 2rem;
    margin-bottom: 5rem;
  }
  .pg_cp_step_title02 {
    font-size: 2rem;
    margin-bottom: 8rem;
  }
  .pg_cp_step_b02_img {
    margin: 0 auto 3rem;
  }
  .pg_cp_step_b02_more {
    font-size: 2rem;
    margin-bottom: 10rem;
  }
  /*style*/
    .pg_cp_syle_container{
        margin-top: 10rem;
    }
  .pg_cp_syle_b01_box ul li {
    width: 29%;
  }
  .pg_cp_syle_b01_imgbox {
    height: 500px;
  }
  .pg_cp_syle_b01_img img {
    height: 500px !important;
  }
  /*pcsb_block02*/
  .pcsb_block02_outer ul li {
    margin-bottom: 8rem;
  }
  .pcsb_block02_unit02, .pcsb_block02_unit04 {
    height: 350px;
  } /*pcsb_block03_container*/
  .pcsb_block03_container {
    margin-bottom: 10rem;
  }
  .pcsb_block03 {
    margin-top: 6rem;
    margin-bottom: 8rem;
  }
  .pcsb_block03 ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .pcsb_block03 ul::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pcsb_block03 ul li {
    width: 50%;
    margin-bottom: 0;
    padding: 1rem;
  }
  .pcsb_block03 ul li:nth-child(1) {
    border-right: solid 1px #231815;
  }
  .pcsb_block03 ul li:nth-child(3) {
    border-bottom: none;
    border-right: solid 1px #231815;
  }
}
@media screen and (min-width: 992px) {
  /*pcsb_block02*/
  .pcsb_block02_outer ul li {
    margin-bottom: 10rem;
  }
  .pcsb_block02 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pcsb_block02_unit01 {
    width: 46%;
    margin-left: 0;
  }
  .pcsb_block02_unit02 {
    width: 50%;
    margin-bottom: 3%;
  }
  .pcsb_block02_unit03 {
    width: 50%;
    height: 350px;
    margin: 0;
  }
  .pcsb_block02_unit04 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pcsb_block02_unit04_inner {
    width: 80%;
    height: 80%;
  }
  .pcsb_block02_title {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .pg_cp_b01_title {
    font-size: 3.2rem;
    margin-bottom: 15px;
  }
  .pg_cp_b01_txt1 {
    font-size: 1.1rem;
      letter-spacing: 0.1rem;
  }
  .pg_cp_b01_img {
    margin: 10rem auto 12rem;
  }
  .pg_cp_b01_stepblock ul {
    width: 100%;
    justify-content: space-between;
  }
  .pg_cp_b01_stepblock ul li {
    width: 22%;
    margin: 0;
  }
  /*step*/
  .pg_cp_step_title {
    font-size: 2.4rem;
    letter-spacing: 0.5rem;
  }
  .pg_cp_step_title::before {
    width: 300px;
    height: 8px;
    bottom: 14px;
  }
  /*style*/
        .pg_cp_syle_container{
        margin-top: 14rem;
    }
    .pg_cp_syle_b01_txt{
        font-size: 1.2rem;
        margin-bottom: 2rem;
    }
  .pg_cp_syle_b01_box {
    width: 80%;
  margin: 10rem auto 14rem;
  }
  .pg_cp_syle_b01_imgbox {
    height: 680px;
  }
  .pg_cp_syle_b01_img img {
    height: 680px !important;
  }
  .pg_cp_syle_b01_item {
    width: 66px;
  }
  /*pcsb_block02*/
  .pcsb_block02_outer ul li {
    margin-bottom: 12rem;
  }
  .pcsb_block02_unit01 {
    width: 40%;
  }
  .pcsb_block02_title {
    font-size: 2.4rem;
  }
  .pcsb_block02_txt1 {
    font-size: 2.1rem;
    margin-bottom: 4rem;
  }
  .pcsb_block02_txt2 {
    line-height: 2;
  }
  .pcsb_block02_unit02, .pcsb_block02_unit03, .pcsb_block02_unit04 {
    height: auto;
  }
  .pcsb_block02_unit04_inner {
    width: 70%;
  }
  /*pcsb_block03_container*/
  .pcsb_block03_container {
      	width: 88%;

    margin-bottom: 14rem;
  }
  .pcsb_block03_txt {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
  .pcsb_block03 {
    margin-top: 10rem;
    margin-bottom: 12rem;
  }
  .pcsb_block03 ul li {
    padding: 3rem;
  }
}
/*******************************
/*conomi-流れ
***************************/
.pg_c_flow_title_box {
  display: flex;
  justify-content: center;
}
.pg_c_flow_title {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  z-index: 0;
}
.pg_c_flow_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #c0beab;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.pg_c_flow_subtitle {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 4rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.conomi_flow_block {
  width: 90%;
  margin: 0 auto 6rem;
}
.conomi_flow_block > ul > li {
  margin-bottom: 3rem;
}
.conomi_flow_step {
  color: #bdbba8;
  font-size: 0.9rem;
  text-align: center;
  letter-spacing: 0.3rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.conomi_flow_step span {
  font-size: 2rem;
  letter-spacing: 0.5rem;
  margin-left: 3px;
}
.conomi_flow_step_title {
  background-color: #bdbba8;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  border-radius: 30px;
  margin-bottom: 2rem;
  padding: 5px 0;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.conomi_flow_txt1 {
  color: #bdbba8;
  font-size: 1.4rem;
  font-weight: 600;
}
.conomi_flow_txtbox_inner > li {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.conomi_flow_txtbox_inner > li::before {
  content: "";
  display: flex;
  justify-content: center;
  width: 15px;
  height: 23px;
  background-image: url("https://www.amenity-home.co.jp/web/wp-content/uploads/2023/02/conomi_flow_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 0 auto;
}
.conomi_flow_txtbox {
  position: relative;
  padding-bottom: 95px;
}
.conomi_flow_txtbox::before {
  content: "";
  display: block;
  width: 1px;
  height: 95px;
  background-color: #bdbba8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.conomi_flow_block > ul > li:last-child .conomi_flow_txtbox {
  padding-bottom: 0;
}
.conomi_flow_block > ul > li:last-child .conomi_flow_txtbox::before {
  content: none;
}
.conomi_flow_txtbox_inner > li:last-child {
  padding-bottom: 0;
}
.conomi_flow_txtbox_inner > li:last-child::before {
  content: none;
}
.conomi_flow_txt2 {
  font-weight: 600;
}
.conomi_flow_img {
  margin: 2rem auto 1rem;
}
/*画像とテキスト*/
.conomi_flow_txt_box {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
/*テキストとテキスト*/
.conomi_flow_txtbox_inner03 > li {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.conomi_flow_txtbox_inner03 > li::before {
  content: "";
  display: flex;
  justify-content: center;
  width: 15px;
  height: 23px;
  background-image: url("https://www.amenity-home.co.jp/web/wp-content/uploads/2023/02/conomi_flow_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 0 auto;
}
.conomi_flow_txtbox_inner03 > li:last-child {
  padding-bottom: 0;
}
.conomi_flow_txtbox_inner03 > li:last-child::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .pg_c_flow_title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .pg_c_flow_title::before {
    bottom: 8px;
  }
  .pg_c_flow_subtitle {
    font-size: 1.6rem;
  }
  .conomi_flow_block {
    width: 80%;
    margin-bottom: 8rem;
  }
  .conomi_flow_step {
    font-size: 1.1rem;
  }
  .conomi_flow_step span {
    font-size: 3rem;
    margin-left: 5px;
  }
  .conomi_flow_step_title {
    font-size: 1.6rem;
  }
  /*テキスト3つ並び*/
  .conomi_flow_txtbox_inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .conomi_flow_txtbox_inner > li {
    width: 30%;
    margin: 0;
    padding-bottom: 0;
    padding-right: 2rem;
  }
  .conomi_flow_txtbox_inner > li:last-child {
    padding-right: 0;
  }
  .conomi_flow_txtbox_inner > li::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    top: 45%;
    bottom: 0;
    right: 0;
    margin: 0;
    margin-left: auto;
  }
  /*画像とテキスト*/
  .conomi_flow_txtbox_inner02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .conomi_flow_txtbox_inner02 li:nth-child(1) {
    order: 2;
    width: 45%;
    margin-left: 5%;
  }
  .conomi_flow_txtbox_inner02 li:nth-child(2) {
    order: 1;
    width: 50%;
  }
  /*テキストとテキスト*/
  .conomi_flow_txtbox_inner03 {
    display: flex;
    justify-content: space-between;
  }
  .conomi_flow_txtbox_inner03 > li {
    width: 50%;
    margin: 0;
    padding-bottom: 0;
    padding-right: 2rem;
  }
  .conomi_flow_txtbox_inner03 > li:first-child {
    padding-right: 7%;
  }
  .conomi_flow_txtbox_inner03 > li:last-child {
    padding-left: 7%;
    padding-right: 0;
  }
  .conomi_flow_txtbox_inner03 > li::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    top: 45%;
    bottom: 0;
    right: -3%;
    margin: 0;
    margin-left: auto;
  }
  .conomi_flow_txtbox_width {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .conomi_flow_txtbox_width {
    width: 80%;
  }
  .pg_c_flow_title {
    font-size: 2.4rem;
    letter-spacing: 0.5rem;
  }
  .pg_c_flow_title::before {
    width: 300px;
    height: 8px;
    bottom: 5px;
  }
  .pg_c_flow_subtitle {
    font-size: 2.2rem;
    margin-bottom: 8rem;
    letter-spacing: 0.3rem;
  }
  .conomi_flow_step_title {
    padding: 8px 0;
    margin-bottom: 3rem;
    letter-spacing: 0.3rem;
  }
  .conomi_flow_txtbox_inner02 {
    margin-bottom: 1rem;
  }
  .conomi_flow_txtbox_inner > li:first-child {
    width: 30%;
  }
  .conomi_flow_txtbox_inner > li:nth-child(2) {
    width: 31%;
  }
  .conomi_flow_img {
    width: 85%;
    margin-right: 0;
    margin-top: 1rem;
  }
  .conomi_flow_txt1 {
    font-size: 1.8rem;
    white-space: nowrap;
  }
  .conomi_flow_txt2 {
    line-height: 1.8;
    font-size: 1.1rem;
  }
}
/*******************************
/*デザインカーサ 流れ
***************************/
.dcf_first_block {
  width: 90%;
  margin: 0 auto 4rem;
}
.dcf_logo {
  width: 200px;
  margin: 0rem auto 8rem;
}
.dcf_title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
  letter-spacing: 0.05rem;
}
.dcf_title_txt1 {
  font-weight: 600;
  margin-bottom: 2rem;
}
.dcf_title_txt2 {
  font-size: 0.8rem;
  margin-bottom: 3rem;
  font-weight: 500;
}
.dcf_title_imgbox {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dcf_title_imgbox li {
  width: 30%;
  margin: 0 auto;
}
.dcf_title_img {
  margin-bottom: 1rem;
}
.dcf_title_img_txt {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
/*流れ*/
.dc_flow_block {
  width: 90%;
  margin: 0 auto 6rem;
}
.dc_flow_block > ul > li {
  margin-bottom: 4rem;
}
.dc_flow_unit_iconbox {
  display: flex;
  justify-content: center;
}
.dc_flow_unit_icon {
  width: 50px;
  margin: 0px 15px 5px;
}
.dc_flow_unit_iconbox_small .dc_flow_unit_icon {
  width: 45px;
  margin: 0px 5px 5px;
}
.dc_flow_unit_titlebox {
  background-color: #bdbba8;
  border-radius: 50px;
  margin-bottom: 2rem;
  padding: 5px 0;
  font-weight: 600;
}
.dc_flow_unit_title_inner {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
.dc_flow_unit_title_inner span {
  display: block;
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  font-size: 0.8rem;
  text-align: center;
  padding: 3px 20px;
  margin-right: 5px;
}
.dc_flow_unit_title {
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 0.3rem;
}
.dc_flow_txtbox_inner > li {
  margin-bottom: 2rem;
}
.dc_flow_txt1 {
  color: #bdbba8;
  font-size: 1.4rem;
  font-weight: 600;
}
.dc_flow_txt2 {
  font-weight: 600;
}
/*ライフプランについて*/
.dc_flow_unit_txt_lineblock > ul > li {
  margin-bottom: 4rem;
}
.dc_flow_unit_txt_line {
  color: #bdbba8;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
}
.dc_flow_unit_txt_line::before {
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  background-color: #bebca9;
  margin-right: 5px;
  /*  position: absolute;
  top: 0;
  left: 0;*/
}
.dc_flow_unit_txt_line::after {
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  background-color: #bebca9;
  margin-left: 5px;
  /*  position: absolute;
  top: 0;
  left: 0;*/
}
.dc_flow_unit_txt {
  text-align: center;
  font-weight: 600;
}
.dc_flow_list1 {
  border: 1px solid #bdbba8;
  color: #bdbba8;
  padding: 5px 10px;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 30px;
  font-weight: 600;
}
.dc_flow_list2 {
  font-weight: 600;
}
/*建築家の流れ*/
.dc_architect_lineblock > ul > li {
  margin-bottom: 4rem;
}
.dc_flow_unit_titlebox_color {
  background-color: #cf801e;
}
.dc_flow_unit_titlebox_color span {
  padding: 3px 50px;
}
.dc_architect_txt {
  text-align: center;
  font-size: 1.4rem;
  color: #cf801e;
  font-weight: 600;
}
.dc_architect_line {
  color: #cf801e;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
  z-index: 0;
  margin-bottom: 2rem;
}
.dc_architect_line::before {
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  background-color: #bebca9;
  margin-right: 5px;
  /*  position: absolute;
  top: 0;
  left: 0;*/
}
.dc_architect_line::after {
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  background-color: #bebca9;
  margin-left: 5px;
  /*  position: absolute;
  top: 0;
  left: 0;*/
}
.dc_architect_line span {
  display: block;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(207, 128, 30, 0.2);
  font-size: 6rem;
  z-index: -1;
}
.dc_architect {
  text-align: center;
  font-weight: 600;
}
/*テキストと画像*/
.dc_flow_last_txtbox_inner > li {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.dc_flow_last_txtbox_inner > li::before {
  content: "";
  display: flex;
  justify-content: center;
  width: 15px;
  height: 23px;
  background-image: url("https://www.amenity-home.co.jp/web/wp-content/uploads/2023/02/conomi_flow_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 0 auto;
}
.dc_flow_last_txtbox_inner > li:last-child {
  padding-bottom: 0;
}
.dc_flow_last_txtbox_inner > li:nth-child(3)::before {
  content: none;
}
.dc_flow_last_txtbox_inner > li:last-child::before {
  content: none;
}
.dc_flow_last_txt1 {
  font-size: 1.4rem;
  font-weight: 600;
}
.dc_flow_last_txt2 {
  font-weight: 600;
}
.dc_flow_unit_titlebox_color02 {
  background-color: #bebdbc;
}
.dc_flow_last_txt3 span {
  background-color: #bebdbc;
  width: 40px;
  height: 14px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: -2px;
  margin-right: 4px;
}
.dc_flow_last_txt3, .dc_flow_last_txt4 {
  font-size: 0.8rem;
  margin-bottom: 0;
}
.dc_flow_last_txt3box {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .dcf_first_block {
    width: 80%;
    margin-bottom: 4rem;
  }
  .dcf_logo {
    width: 300px;
    margin: 4rem auto 8rem;
  }
  .dcf_title {
    font-size: 2rem;
  }
  .dcf_title_txt1 {
    line-height: 1.8;
  }
  .dcf_title_txt2 {
    font-size: 0.9rem;
    margin-bottom: 4rem;
  }
  /*流れ*/
  .dc_flow_block > ul > li {
    margin-bottom: 2rem;
  }
  .dc_flow_unit_titlebox {
    display: flex;
    position: relative;
    padding-left: 10px;
    margin-bottom: 3rem;
  }
  .dc_flow_unit_iconbox {
    justify-content: flex-start;
    padding-left: 10px;
  }
  .dc_flow_unit_title_inner {
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .dc_flow_unit_title {
    font-size: 1.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .dc_flow_unit_title span {
    font-size: 0.9rem;
    padding: 3px 20px;
  }
  /*テキスト3つ並び*/
  .dc_flow_txtbox_inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    width: 92%;
    margin: 0 auto;
  }
  .dc_flow_txtbox_inner > li {
    width: 29%;
    margin: 0;
    padding-bottom: 0;
  }
  /*ライフプランについて*/
  .dc_flow_listbox > li {
    display: flex;
    align-items: baseline;
  }
  .dc_flow_list1 {
    width: 25%;
    margin-right: 3%;
  }
  .dc_flow_list2 {
    width: 70%;
    font-size: 1.1rem;
  }
  /*テキストと画像*/
  /*建築家*/
  .dc_flow_unit_titlebox_color span {
    padding: 3px 10px;
  }
  .dc_flow_last_txtbox_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .dc_flow_last_txtbox_inner > li {
    width: 50%;
    margin: 0;
    padding-bottom: 0;
    margin-bottom: 3rem;
  }
  .dc_flow_last_txtbox_inner > li:first-child {
    padding-right: 5%;
  }
  .dc_flow_last_txtbox_inner > li:nth-child(2) {
    padding-bottom: 2%;
    padding-left: 5%;
  }
  .dc_flow_last_txtbox_inner > li:nth-child(3) {
    order: 2;
    padding-left: 5%;
    margin-top: 2%;
  }
  .dc_flow_last_txtbox_inner > li:last-child {
    order: 1;
    padding-right: 5%;
  }
  .dc_flow_last_txtbox_inner > li:first-child::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 34%;
    bottom: 0;
    right: -1%;
    margin: 0;
    margin-left: auto;
  }
  .dc_flow_last_txtbox_inner > li:nth-child(2)::before {
    top: 100%;
    bottom: 0;
    right: 0%;
  }
  .dc_flow_last_txt1 {
    font-size: 1.8rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .dcf_first_block {
    width: 70%;
    margin-bottom: 6rem;
  }
  .dcf_logo {
    width: 350px;
    margin: 10rem auto 14rem;
  }
  .dcf_title {
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
    margin-bottom: 4rem;
  }
  .dcf_title_txt1 {
    font-size: 1.1rem;
    margin-bottom: 4rem;
  }
  .dcf_title_img_txt {
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
  }
  /*流れ*/
  .dc_flow_block {
    width: 84%;
    margin: 0 auto 8rem;
  }
  .dc_flow_unit_icon {
    width: 60px;
  }
  .dc_flow_unit_title {
    padding: 8px 0;
    margin-bottom: 3rem;
  }
  .dc_flow_unit_title_inner span {
    padding: 5px 25px;
    margin-right: 10px;
  }
  .dc_flow_txt1 {
    font-size: 1.8rem;
    white-space: nowrap;
  }
  .dc_flow_txt2 {
    line-height: 1.8;
    font-size: 1.1rem;
  }
  /*ライフプランについて*/
  .dc_flow_unit_txt_lineblock > ul > li {
    margin-bottom: 2rem;
  }
  .dc_flow_unit_txt {
    line-height: 1.8;
    font-size: 1.1rem;
  }
  .dc_flow_unit_txt_line {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    margin-top: 4rem;
  }
  .dc_flow_unit_txt_line::before {
    margin-right: 10px;
    width: 12%;
  }
  .dc_flow_unit_txt_line::after {
    margin-left: 10px;
    width: 12%;
  }
  /*建築家の流れ*/
  /*  .dc_architect_lineblock > ul > li {
    margin-bottom: 6rem;
  }*/
  .dc_flow_unit_iconbox_small .dc_flow_unit_icon {
    width: 60px;
  }
  .dc_flow_unit_titlebox_color span {
    padding: 5px 30px;
  }
  .dc_architect_txt {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }
  .dc_architect_line span {
    font-size: 9rem;
  }
  .dc_architect_line {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .dc_architect_line::before {
    margin-right: 10px;
    width: 12%;
  }
  .dc_architect_line::after {
    margin-left: 10px;
    width: 12%;
  }
  .dc_architect {
    line-height: 2;
    width: 80%;
    margin: 0 auto;
    font-size: 1.1rem;
  }
  .dc_flow_last_txt2 {
    line-height: 1.8;
    font-size: 1.1rem;
  }
  .dc_flow_last_txt3, .dc_flow_last_txt4 {
    font-size: 0.85rem;
  }
}
/*******************************
/*d レスポンシブ改行
***************************/
@media screen and (max-width: 780px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 781px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .br-sp5 {
    display: block;
  }
  .br-pc5 {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .br-sp5 {
    display: none;
  }
  .br-pc5 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .br-sp7 {
    display: inline-block;
  }
  .br-pc7 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .br-sp7 {
    display: none;
  }
  .br-pc7 {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .br-pc9 {
    display: none;
  }
  .br-sp9 {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .br-pc9 {
    display: block;
  }
  .br-sp9 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .br-pc12 {
    display: none;
  }
  .br-sp12 {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .br-pc12 {
    display: block;
  }
  .br-sp12 {
    display: none;
  }
}