@charset "UTF-8";
/*
data-sc-sp
data-sc-pc
data-sc-onlyPc
data-sc-tab
data-sc-pcMin
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
	$weight:フォントの太さ
	@include f_min();
	@include f_min(400);Reguler
	@include f_min(600);SemiBold
*/
/*
* "はんなり明朝" licensed under the IPA Font License Agreement v1.0
* https://typingart.net/?p=44（配布元のURL）
* http://ipafont.ipa.go.jp/（IPAフォントのURL）
* http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0のURL）
*/
@font-face {
  font-family: "hannari";
  src: url("/common/font/hannari.woff2") format("woff2"), url("/common/font/hannari.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
/* -----------------------------------------------------------------------------

common local

----------------------------------------------------------------------------- */
._archive .mainVisual .contTit {
  /*&::after {
  	background-image: url(../img/house/mv_title_deco.svg);
  }*/
}
@media print, screen and (min-width: 641px) {
  ._archive .mainVisual .contTit {
    padding-left: 0.7rem;
  }
}
._archive .mainVisual .contTit::before {
  background-image: url(../img/house/mv_title_bg.svg);
}
@media print, screen and (min-width: 641px) {
  ._archive .mainVisual .contTit .title {
    letter-spacing: 0.25em;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .mainVisual {
    height: 6.9rem;
  }
  ._single .mainVisual .mv {
    height: 6.9rem;
  }
}

/* -----------------------------------------------------------------------------

content（rem値修正）

----------------------------------------------------------------------------- */
.postWrap {
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .postWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 10.8rem;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .postWrap {
    width: calc(100% - 0.3rem);
  }
}

.post {
  border-radius: 0.2rem;
  /*@include sc(sp) {
  	padding-top: .4rem;
  }*/
}
@media print, screen and (min-width: 641px) {
  .post {
    width: calc((100% - 0.6rem) / 3);
    /*margin-left: .3rem;
    &:nth-of-type(3n + 1) {
    	margin-left: 0;
    }
    &:nth-of-type(n + 4) {
    	margin-top: .45rem;
    }*/
  }
}
.post > a {
  display: block;
  box-shadow: 3px 4px 4px #f3efec;
  border-radius: 0.2rem;
  transition: opacity 0.3s;
}
.no-touchevents .post > a:hover {
  opacity: 0.8;
}
.no-touchevents .post > a:hover .txtBox .infoBox .tagBox::before {
  transform: translateX(5px);
}
.post .thumb {
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .post .thumb {
    height: 1.9rem;
  }
}
@media screen and (max-width: 640px) {
  .post .thumb {
    height: 51.39vw;
  }
}
.post .thumb img {
  border-radius: 0.2rem 0.2rem 0 0;
}
.post .txtBox .topBox {
  background-color: #f3efec;
}
@media print, screen and (min-width: 641px) {
  .post .txtBox .topBox {
    padding: 0.2rem 0 0.13rem;
  }
}
@media screen and (max-width: 640px) {
  .post .txtBox .topBox {
    padding: 0.21rem 0 0.15rem;
  }
}
.post .txtBox .topBox .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
}
.post .txtBox .topBox .title .main {
  display: inline-block;
  font-family: "hannari";
  font-weight: 400;
  font-size: 0.27rem;
  letter-spacing: 0.15em;
  line-height: 1.11;
}
@media print, screen and (min-width: 641px) {
  .post .txtBox .topBox .title .main {
    font-size: 0.28rem;
  }
}
.post .txtBox .topBox .title .sub {
  display: block;
  margin-top: 0.06rem;
  font-size: 0.19rem;
  letter-spacing: 0.11em;
  line-height: 1.42;
}
@media print, screen and (min-width: 641px) {
  .post .txtBox .topBox .title .sub {
    font-size: 0.2rem;
  }
}
.post .txtBox .topBox .catch {
  margin-top: 0.1rem;
  padding: 0 0.05rem;
  text-align: center;
  font-size: 0.14rem;
  letter-spacing: 0.08em;
  line-height: 1.78;
}
@media print, screen and (min-width: 641px) {
  .post .txtBox .topBox .catch {
    font-size: 0.15rem;
  }
}
.post .txtBox .infoBox {
  padding: 0 0.2rem;
  padding-bottom: 0.2rem;
}
.post .txtBox .infoBox .address {
  padding: 0.16rem 0 0.08rem;
}
.post .txtBox .infoBox .address .item {
  display: block;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1.76;
}
@media print, screen and (min-width: 641px) {
  .post .txtBox .infoBox .address .item {
    font-size: 0.15rem;
  }
}
.post .txtBox .infoBox .tagBox {
  position: relative;
}
.post .txtBox .infoBox .tagBox::before {
  position: absolute;
  content: "";
  display: block;
  right: 0.05rem;
  bottom: 0;
  width: 6.94vw;
  height: 6.94vw;
  background-image: url(../img/house/post_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 641px) {
  .post .txtBox .infoBox .tagBox::before {
    width: 0.28rem;
    height: 0.28rem;
  }
}
.post .txtBox .infoBox .tagBox .tag {
  padding: 0.03rem 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  color: #78a98c;
  border: 1px solid #78a98c;
}
@media print, screen and (min-width: 641px) {
  .post .txtBox .infoBox .tagBox .tag {
    width: 2.45rem;
  }
}
@media screen and (max-width: 640px) {
  .post .txtBox .infoBox .tagBox .tag {
    width: 66.39vw;
  }
}
.post .txtBox .infoBox .tagBox .tag + .tag {
  margin-top: 0.03rem;
}

/* -----------------------------------------------------------------------------

archive 葬儀場一覧ページ

----------------------------------------------------------------------------- */
@media print, screen and (min-width: 641px) {
  ._archive .mod_contact {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  ._archive .mod_contact {
    margin-top: 0.4rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._archive .mod_contact + .postWrap {
    padding-top: 0.5rem;
  }
}
._archive .post {
  border-radius: 0.2rem;
}
@media print, screen and (min-width: 641px) {
  ._archive .post {
    margin-left: 0.3rem;
  }
  ._archive .post:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  ._archive .post:nth-of-type(n + 4) {
    margin-top: 0.45rem;
  }
}
@media screen and (max-width: 640px) {
  ._archive .post {
    padding-top: 0.4rem;
  }
}
._archive .sec_house > .in {
  background-color: #f3efec;
}
@media print, screen and (min-width: 641px) {
  ._archive .sec_house .titBox {
    padding: 0.53rem 0 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  ._archive .sec_house .titBox {
    padding: 0.35rem 0 1rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._archive .sec_house .titBox > .secTit > .title {
    font-size: 0.34rem;
    line-height: 1.47;
  }
}
@media screen and (max-width: 640px) {
  ._archive .sec_house .titBox > .secTit > .title {
    font-size: 0.23rem;
    line-height: 1.6;
  }
}
._archive .sec_house .titBox .txt {
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.87;
}
.os-android ._archive .sec_house .titBox .txt {
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 641px) {
  ._archive .sec_house .titBox .txt {
    margin-top: 0.47rem;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 640px) {
  ._archive .sec_house .titBox .txt {
    margin-top: 0.3rem;
    font-size: 0.16rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._archive .sec_post {
    padding: 1.25rem 0 1.15rem;
  }
}
@media screen and (max-width: 640px) {
  ._archive .sec_post {
    padding: 0.75rem 0 0.5rem;
  }
}
._archive .sec_post > .secTit > .title {
  font-size: 0.3rem;
  letter-spacing: 0.28em;
  line-height: 1.46;
}
@media screen and (max-width: 640px) {
  ._archive .sec_post > .secTit > .title {
    font-size: 0.23rem;
    letter-spacing: 0.12em;
    line-height: 1.48;
  }
  ._archive .sec_post > .secTit > .title::before {
    left: calc(50% - 0.42rem);
    top: calc(50% - 0.35rem);
    width: 23.12vw;
    height: 18.6vw;
  }
}
._archive .sec_post .deco {
  position: absolute;
  z-index: 1;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
._archive .sec_post .deco.deco01 {
  top: -0.6rem;
  left: 0;
  right: -0.06rem;
  margin: 0 auto;
  width: 1.82rem;
  height: 1.2rem;
  background-image: url("../img/house/postwrap_deco01.png");
}
@media screen and (max-width: 640px) {
  ._archive .sec_post .deco.deco01 {
    top: -0.6rem;
    left: 0;
    right: -0.02rem;
    width: 38.33vw;
    height: 25vw;
  }
}
@media screen and (max-width: 640px) {
  ._archive .mod_nav {
    padding-top: 0.4rem;
    padding-bottom: 0.05rem;
  }
}

/* -----------------------------------------------------------------------------

single エリア詳細ページ

----------------------------------------------------------------------------- */
._single {
  /* CMS：式場情報*/
  /* CMS：交通アクセス */
  /* CMS：式場内覧*/
  /* CMS：式場写真*/
  /* CMS：式場の特徴*/
  /* CMS：葬儀事情*/
  /* CMS：葬儀事例*/
  /* CMS：よくある質問*/
  /* CMS：周辺の斎場 */
  /* CMS：お客様の声*/
}
@media print, screen and (min-width: 641px) {
  ._single .mod_contact {
    margin-top: 0.5rem;
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 640px) {
  ._single .mod_contact {
    margin-top: 0.4rem;
    padding: 0.3rem 0;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .mod_contact + .postWrap {
    padding-top: 0.5rem;
  }
}
._single .sec_intro .mod_contact {
  padding-bottom: 0;
}
._single section .mod_title {
  max-width: 10rem;
  margin: 0 auto;
  font-family: "hannari";
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #473933;
}
@media print, screen and (min-width: 641px) {
  ._single section .mod_title {
    font-size: 0.3rem !important;
  }
}
@media screen and (max-width: 640px) {
  ._single section .mod_title {
    width: calc(100% - 0.3rem);
    font-size: 0.25rem;
  }
}
._single section .mod_title.pointDeco span::before {
  bottom: auto;
}
@media print, screen and (min-width: 641px) {
  ._single section .mod_title.pointDeco span::before {
    top: 0.15rem;
  }
}
@media screen and (max-width: 640px) {
  ._single section .mod_title.pointDeco span::before {
    top: 4.2vw;
  }
}
._single .deco {
  position: absolute;
  z-index: 1;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
._single [data-slidearea01][data-slidearea01-slidelimit] .slidearea01_link.dammy {
  opacity: 0;
}
._single [data-slidearea01].type01 {
  padding: 0;
  overflow: hidden;
  margin-top: 0.4rem;
}
._single [data-slidearea01].type01 .slidearea01_wrap {
  max-width: 11.8rem;
  width: 100%;
  margin: auto;
  position: relative;
}
._single [data-slidearea01].type01 .slidearea01_btns {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
._single [data-slidearea01].type01 .slidearea01_btns button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.7rem;
  height: 0.7rem;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 640px) {
  ._single [data-slidearea01].type01 .slidearea01_btns button {
    width: 0.5rem;
    height: 0.5rem;
  }
}
._single [data-slidearea01].type01 .slidearea01_btns button:before, ._single [data-slidearea01].type01 .slidearea01_btns button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
._single [data-slidearea01].type01 .slidearea01_btns button:before {
  width: 0.12rem;
  height: 0.12rem;
  background-color: transparent;
  border-radius: 0;
  border-right: 1px solid #8dad72;
  border-bottom: 1px solid #8dad72;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 641px) {
  ._single [data-slidearea01].type01 .slidearea01_btns button:before {
    width: 0.24rem;
    height: 0.24rem;
    border-right: 2px solid #8dad72;
    border-bottom: 2px solid #8dad72;
  }
}
._single [data-slidearea01].type01 .slidearea01_btns button:after {
  content: none;
}
._single [data-slidearea01].type01 .slidearea01_btns button.next {
  right: 0.2rem;
}
@media screen and (max-width: 640px) {
  ._single [data-slidearea01].type01 .slidearea01_btns button.next {
    right: 0;
  }
}
._single [data-slidearea01].type01 .slidearea01_btns button.prev {
  left: 0.2rem;
}
@media screen and (max-width: 640px) {
  ._single [data-slidearea01].type01 .slidearea01_btns button.prev {
    left: 0px;
  }
}
._single [data-slidearea01].type01 .slidearea01_btns button.prev:before {
  transform: rotate(135deg);
}
._single [data-slidearea01].type01 .slidearea01_btns button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.no-touchevents ._single [data-slidearea01].type01 .slidearea01_btns button:hover:before {
  background-color: transparent;
}
._single [data-slidearea01].type01 .slidearea01_wrapin {
  padding: 0 33.33333%;
}
@media screen and (max-width: 640px) {
  ._single [data-slidearea01].type01 .slidearea01_wrapin {
    margin: 0 7.4%;
    padding: 0;
    overflow: hidden;
  }
}
._single [data-slidearea01].type01 .slidearea01_content {
  position: relative;
  display: flex;
}
._single [data-slidearea01].type01 .slidearea01_content.disableTrs {
  transition: none !important;
}
._single [data-slidearea01].type01 .slidearea01_link {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
._single [data-slidearea01].type01 .slidearea01_pager {
  text-align: center;
}
._single [data-slidearea01].type01 .slidearea01_pager button {
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
._single [data-slidearea01].type01 .slidearea01_pager button:after, ._single [data-slidearea01].type01 .slidearea01_pager button:before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #ddd5ca;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  ._single [data-slidearea01].type01 .slidearea01_pager button:after, ._single [data-slidearea01].type01 .slidearea01_pager button:before {
    width: 0.12rem;
    height: 0.12rem;
  }
}
._single [data-slidearea01].type01 .slidearea01_pager button:after {
  transition: 0.2s;
}
.no-touchevents ._single [data-slidearea01].type01 .slidearea01_pager button:hover:after, ._single [data-slidearea01].type01 .slidearea01_pager button.active:after {
  background-color: #03888e;
}
._single [data-slidearea01].type01 .slidearea01_pager button.active {
  cursor: default;
  pointer-events: none;
}
._single .sec_intro > .in {
  background-color: #f3efec;
}
@media screen and (max-width: 640px) {
  ._single .sec_intro > .in {
    padding: 0.3rem 0 0.65rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_intro > .in {
    padding: 0.5rem 0 0.95rem;
  }
}
._single .sec_intro > .in > .secTit > .title {
  font-size: 0.18rem;
  line-height: 1.66;
}
._single .sec_intro > .in > .secTit > .title .big {
  display: block;
  font-weight: 500;
  font-size: 0.25rem;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_intro > .in > .secTit > .title .big {
    font-size: 0.36rem;
  }
}
._single .sec_intro > .in > .secTit > .title span:not(.big) {
  font-size: 0.18rem;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_intro > .in > .secTit > .title span:not(.big) {
    font-size: 0.26rem;
  }
}
._single .sec_intro > .in > .secTit > .title .sub {
  color: #03888e;
}
._single .sec_intro > .in > .secTit > .catch {
  margin-top: 0.24rem;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.16rem;
  letter-spacing: 0.11em;
  line-height: 1.87;
}
.os-android ._single .sec_intro > .in > .secTit > .catch {
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_intro > .in > .secTit > .catch {
    font-size: 0.18rem;
  }
}
._single .sec_intro > .in > .secTit > .txt {
  width: calc(100% - 0.6rem);
  margin: 0 auto;
  margin-top: 0.17rem;
  text-align: left;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 0.14rem;
  letter-spacing: 0.08em;
  line-height: 1.78;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_intro > .in > .secTit > .txt {
    max-width: 8.4rem;
    font-size: 0.15rem;
  }
}
._single .sec_intro > .in .content {
  margin: 0 auto;
  padding: 0;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_intro > .in .content {
    width: 100%;
    max-width: 8.4rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_intro > .in .content {
    width: calc(100% - 0.6rem);
    margin-top: 0.17rem;
  }
}
._single .sec_detail > .in {
  /* 共通パーツ：ナビゲーションリンク */
}
@media print, screen and (min-width: 641px) {
  ._single .sec_detail > .in {
    padding: 1.08rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_detail > .in {
    padding: 0.58rem 0 0.3rem;
  }
}
._single .sec_detail > .in > .secTit .title {
  line-height: 1.66;
}
@media screen and (max-width: 640px) {
  ._single .sec_detail > .in > .secTit .title {
    font-size: 0.23rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_detail > .in > .mod_nav {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_detail > .in > .mod_nav {
    margin-top: 0.15rem;
  }
}
._single .sec_detail > .in > .bg {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_detail > .in > .bg {
    margin-top: 0.85rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_detail > .in > .bg {
    margin-top: 0.45rem;
  }
}
._single .sec_detail > .in > .bg img {
  height: auto;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_info {
    padding: 0.8rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_info {
    padding: 0.45rem 0 0;
  }
}
._single .sec_info .infoTable {
  margin: 0 auto;
  padding-top: 0.36rem;
  color: #473933;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 0.16rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.os-android ._single .sec_info .infoTable {
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_info .infoTable {
    width: 100%;
    max-width: 10rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_info .infoTable {
    width: calc(100% - 0.3rem);
    padding-top: 0.2rem;
    font-size: 0.14rem;
    line-height: 1.71;
  }
}
._single .sec_info .infoTable table {
  border-collapse: separate;
  border-spacing: 1px;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_info .infoTable table {
    width: 100%;
  }
}
._single .sec_info .infoTable th {
  text-align: left;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #bbd4c5;
  letter-spacing: 0;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_info .infoTable th {
    width: 2rem;
    padding: 0.15rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_info .infoTable th {
    width: 30%;
    white-space: nowrap;
    font-size: 0.13rem;
    padding: 0.1rem 0.15rem;
  }
}
._single .sec_info .infoTable td {
  padding: 0.15rem;
  text-align: left;
  box-sizing: border-box;
  vertical-align: top;
  background-color: rgba(243, 239, 236, 0.5);
}
@media print, screen and (min-width: 641px) {
  ._single .sec_info .infoTable td {
    width: 2.73rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_info .infoTable td {
    width: 70%;
    padding: 0.1rem 0.15rem;
  }
}
._single .sec_info .infoTable td li {
  position: relative;
  margin-left: 0.15rem;
}
._single .sec_info .infoTable td li::before {
  position: absolute;
  content: "";
  display: block;
  top: 0.08rem;
  left: -0.13rem;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #9f9894;
  border-radius: 50%;
}
._single .sec_info .infoTable .btn-table {
  background: rgba(179, 206, 189, 0.9);
  border-radius: 0.1rem;
  height: 0.51rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.16rem;
  cursor: pointer;
}
._single .sec_info .infoTable .btn-table span {
  position: relative;
}
._single .sec_info .infoTable .btn-table .is-active:before {
  background-image: url(../img/click-table-close.svg);
}
._single .sec_info .infoTable .btn-table span:before {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(../img/click-table.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: -0.25rem;
  top: calc(50% - 0.01rem);
  transform: translateY(-50%);
}
._single .sec_info .infoTable .btn-table span p {
  font-size: 0.16rem;
  font-weight: bold;
}
._single .sec_info .table_split {
  display: none;
}
._single .sec_info .sec_info__link {
  font-weight: 500;
  color: #0d6e51;
}
._single .sec_info .sec_info__link:hover {
  opacity: 0.8;
}
._single .sec_access {
  position: relative;
  padding: 0.65rem 0 0;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access {
    padding: 1.2rem 0 0;
  }
}
._single .sec_access .deco.deco01 {
  background-image: url(../img/house/access_deco01.png);
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .deco.deco01 {
    top: 0.45rem;
    right: calc(50% - 3.8rem);
    width: 1.45rem;
    height: 0.95rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_access .deco.deco01 {
    top: 5vw;
    right: 0.17rem;
    width: 30.55vw;
    height: 20vw;
  }
}
._single .sec_access .accessBox {
  margin: 0 auto;
  background-color: rgba(62, 139, 140, 0.15);
  box-sizing: border-box;
  border-radius: 0.2rem;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .accessBox {
    width: 100%;
    max-width: 10rem;
    padding: 0.4rem 1rem 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_access .accessBox {
    width: calc(100% - 0.3rem);
    padding: 0.2rem 0.25rem 0.3rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .accessBox:nth-of-type(1) {
    margin-top: 0.32rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_access .accessBox:nth-of-type(1) {
    margin-top: 0.25rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .accessBox + .accessBox {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_access .accessBox + .accessBox {
    margin-top: 0.3rem;
  }
}
._single .sec_access .accessBox .title {
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.11em;
  line-height: 1.66;
  color: #03888e;
}
.os-android ._single .sec_access .accessBox .title {
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .accessBox .title {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_access .accessBox .title {
    font-size: 0.18rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .accessBox tr {
    display: flex;
  }
}
._single .sec_access .accessBox tr:nth-of-type(1) th {
  margin-top: 0;
}
._single .sec_access .accessBox th,
._single .sec_access .accessBox td {
  display: block;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  font-size: 0.14rem;
  color: #473933;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .accessBox th,
  ._single .sec_access .accessBox td {
    font-size: 0.15rem;
  }
}
._single .sec_access .accessBox th {
  display: inline-block;
  text-align: left;
  font-weight: 700;
}
._single .sec_access .accessBox td {
  font-weight: 500;
  line-height: 1.71;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .accessBox._car tr + tr {
    margin-top: 0.08rem;
  }
}
._single .sec_access .accessBox._car th {
  background-color: rgba(120, 169, 140, 0.5);
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .accessBox._car th {
    width: 1.5rem;
    height: 0.3rem;
    padding: 0.04rem 0 0;
    margin-right: 0.2rem;
    text-align: center;
    box-sizing: border-box;
    border-radius: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_access .accessBox._car th {
    padding: 0.02rem 0.15rem 0;
    margin-top: 0.07rem;
    border-radius: 0.12rem;
  }
}
._single .sec_access .accessBox._car td {
  margin-top: 0.01rem;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .accessBox._public {
    padding-bottom: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_access .accessBox._public {
    /*margin-top: 0.05rem;*/
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_access .accessBox._public th,
  ._single .sec_access .accessBox._public td {
    margin-left: 0.15rem;
    line-height: 1.78;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .accessBox._public th,
  ._single .sec_access .accessBox._public td {
    line-height: 2.33;
  }
}
._single .sec_access .accessBox._public th {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .accessBox._public th {
    width: 2.44rem;
    margin-right: 0.25rem;
  }
}
._single .sec_access .accessBox._public th::before {
  position: absolute;
  content: "";
  display: block;
  top: 0.08rem;
  left: -0.13rem;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #9f9894;
  border-radius: 50%;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .accessBox._public th::before {
    top: 0.15rem;
    left: -0.16rem;
    width: 0.08rem;
    height: 0.08rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .accessBox._public td {
    width: calc(100% - 2.44rem - 0.25rem);
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .accessBox .carTable {
    margin-top: 0.12rem;
  }
}
._single .sec_access .accessBox .publicTable {
  margin-top: 0.05rem;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .accessBox .publicTable {
    margin-top: 0.1rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .flowWrap {
    display: flex;
    justify-content: center;
    width: 8rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_access .flowWrap {
    margin-top: 0.18rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .flowWrap .flowBox {
    width: 2.58rem;
    margin-top: 0.3rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .flowWrap .flowBox + .flowBox {
    margin-left: 0.13rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_access .flowWrap .flowBox + .flowBox {
    margin-top: 0.1rem;
  }
}
._single .sec_access .flowWrap .flowBox .ph {
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .flowWrap .flowBox .ph {
    height: 1.45rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_access .flowWrap .flowBox .ph {
    height: 43.61vw;
  }
}
._single .sec_access .flowWrap .flowBox .txtBox {
  padding: 0.06rem 0.15rem;
  background-color: #fff;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .flowWrap .flowBox .txtBox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
._single .sec_access .flowWrap .flowBox .txtBox .txt {
  text-align: center;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .flowWrap .flowBox .txtBox .txt {
    line-height: 1.74;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_access .flowWrap .flowBox .txtBox .txt {
    line-height: 1.25;
  }
}
._single .sec_access .shop_map {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_access .shop_map {
    width: 100%;
    max-width: 10rem;
    height: 4rem;
    margin: 0 auto;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_access .shop_map {
    height: 88.88vw;
    margin-top: 0.3rem;
  }
}
._single .sec_access .shop_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 641px) {
  ._single ._single .sec_view {
    padding: 1.2rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  ._single ._single .sec_view {
    padding: 0.52rem 0 0;
    margin: 0 auto;
    width: calc(100% - 0.34rem);
  }
}
@media print, screen and (min-width: 641px) {
  ._single ._single .sec_view iframe {
    height: 5rem;
    width: 7.5rem;
    margin: 0.4rem auto 0;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  ._single ._single .sec_view iframe {
    margin: 0.3rem auto 0;
    height: 48.43vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_photo {
    padding: 1.2rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_photo {
    padding: 0.9rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_photo [data-slidearea01].type01 {
    margin-top: 0.3rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_photo [data-slidearea01].type01 .slidearea01_wrap {
    max-width: 10rem;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_photo [data-slidearea01].type01 .slidearea01_wrapin {
    padding: 0 6%;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_photo [data-slidearea01].type01 .slidearea01_wrapin {
    padding: 0 5.2%;
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_photo [data-slidearea01].type01 .slidearea01_link > .in {
    margin: 0;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_photo [data-slidearea01].type01 .slidearea01_link > .in {
    width: 7.5rem;
    height: 5.5rem;
    margin: 0 0.6rem;
  }
}
._single .sec_photo [data-slidearea01].type01 .slidearea01_link > .in figure {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_photo [data-slidearea01].type01 .slidearea01_link > .in figure {
    height: 5rem;
    width: 7.5rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_photo [data-slidearea01].type01 .slidearea01_link > .in figure {
    height: 52.9vw;
  }
}
._single .sec_photo [data-slidearea01].type01 .slidearea01_link > .in figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_photo [data-slidearea01].type01 .slidearea01_link > .in figure img {
    max-width: 7.6rem;
    max-height: 5rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_photo [data-slidearea01].type01 .slidearea01_link > .in figure img {
    max-height: 52.9vw;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_photo [data-slidearea01].type01 .slidearea01_link > .in .txtBox {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_photo [data-slidearea01].type01 .slidearea01_link > .in .txtBox {
    margin-top: 0.09rem;
    padding: 0 5.8%;
  }
}
._single .sec_photo [data-slidearea01].type01 .slidearea01_link > .in .txtBox .title {
  position: relative;
  margin-left: 0.1rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 0.13rem;
  color: #473933;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_photo [data-slidearea01].type01 .slidearea01_link > .in .txtBox .title {
    margin-left: 0.17rem;
    font-size: 0.18rem;
  }
}
._single .sec_photo [data-slidearea01].type01 .slidearea01_link > .in .txtBox .title::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #78a98c;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_photo [data-slidearea01].type01 .slidearea01_link > .in .txtBox .title::before {
    top: 0;
    width: 0.06rem;
    height: 0.24rem;
    margin-left: -0.17rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_photo [data-slidearea01].type01 .slidearea01_link > .in .txtBox .title::before {
    top: 0.02rem;
    left: -0.1rem;
    width: 0.03rem;
    height: 0.14rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_photo [data-slidearea01].type01 .slidearea01_btns button {
    top: -18vw;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_photo [data-slidearea01].type01 .slidearea01_pager {
    position: absolute;
    right: 12.2%;
    bottom: 0.02rem;
    background-color: #fff;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_photo [data-slidearea01].type01 .slidearea01_pager {
    padding-top: 0.13rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_photo [data-slidearea01].type01 .slidearea01_pager button::after, ._single .sec_photo [data-slidearea01].type01 .slidearea01_pager button::before {
    width: 0.15rem;
    height: 0.15rem;
  }
}
._single .sec_photo [data-slidearea01].type01 .slidearea01_pager button:hover:after,
._single .sec_photo [data-slidearea01].type01 .slidearea01_pager button.active:after {
  background-color: #78a98c;
}
._single .sec_photo [data-slidearea01].type01.slide_one {
  pointer-events: none !important;
}
._single .sec_photo [data-slidearea01].type01.slide_one .slidearea01_btns {
  display: none;
}
._single .sec_photo [data-slidearea01].type01.slide_one .slidearea01_pager {
  display: none;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_feature {
    padding: 1rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_feature {
    padding: 0.52rem 0 0;
  }
}
._single .sec_feature .itemBox {
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_feature .itemBox {
    display: flex;
    max-width: 10rem;
    margin: auto;
    margin-top: 0.3rem;
    justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_feature .itemBox {
    margin-top: 0.25rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_feature .itemBox .item {
    width: 3rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_feature .itemBox .item {
    width: 100%;
  }
}
._single .sec_feature .itemBox .item > .in {
  position: relative;
  margin: auto;
  padding-bottom: 0.4rem;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_feature .itemBox .item > .in {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_feature .itemBox .item > .in {
    width: calc(100% - 0.34rem);
    padding-bottom: 0.3rem;
  }
}
._single .sec_feature .itemBox .item .thumb {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 1.58rem;
  margin: 0;
}
@media screen and (max-width: 640px) {
  ._single .sec_feature .itemBox .item .thumb {
    height: 48.43vw;
  }
}
._single .sec_feature .itemBox .item .thumb img {
  border-radius: 0.18rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  ._single .sec_feature .itemBox .item .thumb img {
    font-size: 0.12rem;
    border-radius: 0.13rem;
  }
}
._single .sec_feature .itemBox .item .thumb:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: calc(50% - 0.62rem);
  bottom: -1rem;
  display: block;
  width: 1.24rem;
  height: 1.24rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  ._single .sec_feature .itemBox .item .thumb:before {
    left: calc(50% - 14.165vw);
    bottom: -0.84rem;
    width: 28.33vw;
    height: 28.33vw;
  }
}
._single .sec_feature .itemBox .item .txtBox {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_feature .itemBox .item .txtBox {
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_feature .itemBox .item .txtBox {
    margin-top: 0.2rem;
  }
}
._single .sec_feature .itemBox .item .txtBox .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.23rem;
  line-height: 1.56;
  color: #78a98c;
  text-align: center;
}
@media screen and (max-width: 640px) {
  ._single .sec_feature .itemBox .item .txtBox .title {
    font-feature-settings: "palt";
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_feature .itemBox .item .txtBox .title {
    width: 100%;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_feature .itemBox .item .txtBox .title {
    width: 110%;
    margin-left: -5%;
    font-size: 0.21rem;
    letter-spacing: 0.11em;
    line-height: 1.42;
  }
}
._single .sec_feature .itemBox .item .txtBox .txt {
  letter-spacing: 0.08em;
  color: #473933;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 641px) {
  ._single .sec_feature .itemBox .item .txtBox .txt {
    margin-top: 0.11rem;
    font-size: 0.15rem;
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_feature .itemBox .item .txtBox .txt {
    margin-top: 0.13rem;
    font-size: 0.14rem;
    line-height: 1.78;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_back > .in {
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_back > .in {
    padding-bottom: 0.6rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_back > .in .link {
    margin: 0 auto;
    width: calc(100% - 0.6rem);
  }
}
._single .sec_back > .in > .txt + .link {
  margin-top: 0.22rem;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_back > .in > .txt + .link {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_back > .in > .txt + .link {
    margin-top: 0.22rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .mod_columns {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  ._single .mod_columns {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  ._single .mod_columns > .in {
    padding: 0.7rem 0 0;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .mod_columns > .in {
    padding: 1.3rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  ._single .mod_columns .columnBox {
    margin: 0 auto;
    width: calc(100% - 0.3rem);
  }
}
@media print, screen and (min-width: 641px) {
  ._single .mod_columns.parts_include_blog_column {
    padding-bottom: 1.3rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_faq {
    padding: 1.3rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_faq {
    padding: 0.7rem 0 0;
  }
}
._single .sec_faq .faqBox {
  display: block;
  max-width: 10rem;
  width: 100%;
  margin: auto;
  margin-top: 0.2rem;
  background-color: #f3efec;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_faq .faqBox {
    margin-top: 0.32rem;
    padding: 0.1rem 0.5rem 0.4rem;
    border-radius: 0.18rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_faq .faqBox {
    position: relative;
    margin-top: 0.28rem;
    max-width: auto;
    width: calc(100% - 0.3rem);
    padding: 0.15rem 0.15rem 0.3rem;
    border-radius: 0.2rem;
  }
}
._single .sec_faq .faqBox .itemBox {
  color: #473933;
}
._single .sec_faq .faqBox .itemBox .title {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.18rem;
  letter-spacing: 0.11em;
  line-height: 1.38;
  font-feature-settings: "palt";
  padding: 0 0.6rem;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  ._single .sec_faq .faqBox .itemBox .title {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_faq .faqBox .itemBox .title {
    height: auto;
    font-size: 0.16rem;
    line-height: 1.51;
    padding: 0.15rem 0.3rem 0.15rem 0.45rem;
  }
}
._single .sec_faq .faqBox .itemBox .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 0.04rem;
  background-image: url("../common/img/toggle_splitline.svg");
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 100%;
  opacity: 0.2;
}
@media screen and (max-width: 640px) {
  ._single .sec_faq .faqBox .itemBox .title:before {
    height: 0.02rem;
  }
}
._single .sec_faq .faqBox .itemBox .title:after {
  content: "";
  position: absolute;
  right: 0.25rem;
  top: calc(50% - 0.1rem);
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../common/img/list_acc_icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: rotate(0);
  transition: transform 0.3s;
}
@media screen and (max-width: 640px) {
  ._single .sec_faq .faqBox .itemBox .title:after {
    width: 0.1rem;
    height: 0.1rem;
    right: 0.08rem;
    top: calc(50% - 0.05rem);
  }
}
._single .sec_faq .faqBox .itemBox .title span:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.16rem);
  display: block;
  width: 0.44rem;
  height: 0.32rem;
  background-image: url("../img/faq_subtxt_q.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  ._single .sec_faq .faqBox .itemBox .title span:before {
    top: calc(50% - 0.12rem);
    width: 0.35rem;
    height: 0.25rem;
  }
}
._single .sec_faq .faqBox .itemBox .title.open:after {
  transform: rotate(180deg);
}
._single .sec_faq .faqBox .itemBox .detail {
  margin-top: 0.1rem;
  padding: 0.3rem 0.4rem;
  background-color: #fff;
  border-radius: 0.06rem;
}
@media screen and (max-width: 640px) {
  ._single .sec_faq .faqBox .itemBox .detail {
    padding: 0.15rem 0.2rem;
  }
}
._single .sec_faq .faqBox .itemBox .detail .txt {
  font-size: 0.15rem;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #473933;
}
@media screen and (max-width: 640px) {
  ._single .sec_faq .faqBox .itemBox .detail .txt {
    font-size: 0.13rem;
    letter-spacing: 0.05em;
    line-height: 1.84;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_faq .faqBox .link {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_faq .faqBox .link {
    margin-top: 0.25rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .mod_other_house {
    padding: 1.3rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  ._single .mod_other_house {
    padding: 0.68rem 0 0;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .mod_other_house [data-slidearea01].type01 {
    overflow: visible;
  }
}
@media screen and (max-width: 640px) {
  ._single .mod_other_house [data-slidearea01].type01 {
    margin-top: 0.26rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .mod_other_house [data-slidearea01].type01 .slidearea01_wrapin {
    margin: 0 7.2%;
    overflow: visible;
  }
}
@media screen and (max-width: 640px) {
  ._single .mod_other_house [data-slidearea01].type01 .slidearea01_link > .in {
    margin: 0 0.1rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .mod_other_house [data-slidearea01].type01 .slidearea01_pager {
    padding-top: 0.24rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .mod_other_house .itemBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 0.3rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .mod_other_house .post {
    width: 3.1rem;
  }
  ._single .mod_other_house .post + .post {
    margin-left: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .mod_other_house .post .txtBox .topBox .title .main {
    font-size: 0.21rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .mod_other_house .post .txtBox .topBox .title .sub {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .mod_other_house .post .txtBox .infoBox .address .item {
    font-size: 0.12rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .mod_other_house .post .txtBox .infoBox .tagBox .tag {
    width: 2.16rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .mod_other_house .post .txtBox .infoBox .tagBox .tag {
    width: 56.32vw;
    font-size: 0.12rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_voice {
    padding: 1.3rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_voice {
    padding: 0.65rem 0 0;
  }
}
._single .sec_voice [data-slidearea01].type01 {
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  ._single .sec_voice [data-slidearea01].type01 {
    margin-top: 0.26rem;
  }
}
._single .sec_voice [data-slidearea01].type01 .slidearea01_wrapin {
  /*@include sc(pc) {
  	display: flex;
  	justify-content: center;
  	padding: 0;
  }*/
}
@media screen and (max-width: 640px) {
  ._single .sec_voice [data-slidearea01].type01 .slidearea01_wrapin {
    margin: 0 7.2%;
    overflow: visible;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_voice [data-slidearea01].type01 .slidearea01_link.dammy {
    display: none;
  }
}
._single .sec_voice [data-slidearea01].type01 .slidearea01_link > .in {
  display: block;
}
@media screen and (max-width: 640px) {
  ._single .sec_voice [data-slidearea01].type01 .slidearea01_link > .in {
    margin: 0 0.07rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_voice [data-slidearea01].type01 .slidearea01_pager {
    padding-top: 0.24rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_voice .itemBox {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: 0.3rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_voice .item {
    width: 3.1rem;
  }
  ._single .sec_voice .item + .item {
    margin-left: 0.3rem;
  }
}
._single .sec_voice .item > .in {
  display: block;
  background-color: #fff;
  border-radius: 0.2rem;
  border: 2px solid #EBE4D9;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_voice .item > .in {
    padding: 0.2rem;
    border-right: 4px solid #EBE4D9;
    border-bottom: 4px solid #EBE4D9;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_voice .item > .in {
    padding: 0.15rem;
    border-right: 3px solid #EBE4D9;
    border-bottom: 3px solid #EBE4D9;
  }
}
.no-touchevents ._single .sec_voice .item > .in:hover {
  opacity: 0.7;
}
._single .sec_voice .item .catBox {
  text-align: center;
  background-color: #e0eadc;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_voice .item .catBox {
    padding: 0.17rem 0.1rem;
    margin-bottom: 0.18rem;
    border-radius: 0.1rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_voice .item .catBox {
    padding: 0.14rem 0.14rem 0.08rem;
    margin-bottom: 0.12rem;
    border-radius: 0.07rem;
  }
}
._single .sec_voice .item .catBox .cat {
  display: inline-block;
  background-color: #a1a93d;
  min-width: 1.66rem;
  padding: 0.01rem 0.1rem;
  border-radius: 0.15rem;
  box-sizing: border-box;
}
._single .sec_voice .item .catBox .cat span {
  display: block;
  text-align: center;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_voice .item .catBox .cat span {
    font-size: 0.2rem;
  }
}
._single .sec_voice .item .catBox .cat_txt {
  margin-top: 0.1rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 0.15rem;
  letter-spacing: 0.11em;
  color: #473933;
}
.os-android ._single .sec_voice .item .catBox .cat_txt {
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_voice .item .catBox .cat_txt {
    font-size: 0.16rem;
  }
}
._single .sec_voice .item .voiceTxt {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 0.14rem;
  letter-spacing: 0.08em;
  line-height: 1.78;
  color: #473933;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_voice .item .voiceTxt {
    font-size: 0.15rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_voice > .link {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_voice > .link {
    width: calc(100% - 0.6rem);
    margin: 0 auto;
    margin-top: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail {
    width: 100%;
    max-width: 10rem;
    margin: 0 auto;
    padding-top: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_flowDetail {
    padding: 0.65rem 0 0;
  }
}
._single .sec_flowDetail > .in {
  background-color: rgba(62, 139, 140, 0.15);
  border-radius: 0.2rem;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail > .in {
    padding: 0.5rem 0;
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_flowDetail > .in {
    width: calc(100% - 0.3rem);
    padding: 0.25rem 0.15rem;
    margin: 0 auto;
    margin-top: 0.18rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail > .in > .ph,
  ._single .sec_flowDetail > .in > .detailBox {
    display: block;
    margin: 0 auto;
    width: 8rem;
  }
}
._single .sec_flowDetail .detailBox .title.numDeco {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  line-height: 2.8;
  letter-spacing: 0.11em;
  color: #473933;
}
.os-android ._single .sec_flowDetail .detailBox .title.numDeco {
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail .detailBox .title.numDeco {
    font-size: 0.19rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_flowDetail .detailBox .title.numDeco {
    margin-top: 0.22rem;
    font-size: 0.17rem;
  }
}
._single .sec_flowDetail .detailBox .txt {
  margin-top: 0.1rem;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail .detailBox._top {
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail .detailBox._other {
    display: flex;
    justify-content: space-between;
    margin-top: 0.65rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_flowDetail .detailBox._other + ._other {
    margin-top: 0.45rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail .detailBox._other .txtBox {
    width: 4.8rem;
  }
}
._single .sec_flowDetail .detailBox._other .ph {
  display: block;
  margin-top: 0.1rem;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail .detailBox._other .ph {
    width: 2.9rem;
    height: 1.64rem;
  }
}
._single .sec_flowDetail .detailBox._other .ph img {
  border-radius: 0.2rem;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail .detailBox._other .ph img {
    border-radius: 0.14rem;
  }
}
._single .sec_flowDetail .contactArea {
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail .contactArea {
    display: flex;
    justify-content: space-between;
    margin-top: 0.15rem;
  }
}
._single .sec_flowDetail .contactArea .telBox {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail .contactArea .telBox {
    padding-top: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_flowDetail .contactArea .telBox {
    padding: 0.3rem 0 0.1rem;
    margin-top: 0.05rem;
  }
}
._single .sec_flowDetail .contactArea .telBox::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/house/tel_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  ._single .sec_flowDetail .contactArea .telBox::before {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 78.31vw;
    height: 35.87vw;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail .contactArea .telBox::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.4rem;
    height: 1.55rem;
  }
}
._single .sec_flowDetail .contactArea .telBox .title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.17rem;
  letter-spacing: 0.2em;
  color: #473933;
}
.os-android ._single .sec_flowDetail .contactArea .telBox .title {
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail .contactArea .telBox .title {
    font-size: 0.21rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail .contactArea .telBox .title.dotDeco span {
    padding: 0 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_flowDetail .contactArea .telBox .title.dotDeco span {
    padding: 0 0.26rem;
  }
}
._single .sec_flowDetail .contactArea .telBox .title.dotDeco span::after, ._single .sec_flowDetail .contactArea .telBox .title.dotDeco span::before {
  background-image: url(../img/house/title_deco_dot_bl.svg);
}
._single .sec_flowDetail .contactArea .telBox .catch {
  margin-top: 0.02rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 0.17rem;
  letter-spacing: 0.11em;
  color: #03888e;
}
.os-android ._single .sec_flowDetail .contactArea .telBox .catch {
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail .contactArea .telBox .catch {
    font-size: 0.21rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_flowDetail .contactArea .telBox .telLink {
    margin-top: -0.04rem;
  }
}
._single .sec_flowDetail .contactArea .telBox .telLink > a {
  position: relative;
  padding-left: 0.42rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 0.3rem;
  letter-spacing: 0.03em;
  color: #03888e;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail .contactArea .telBox .telLink > a {
    padding-left: 0.5rem;
    font-size: 0.33rem;
  }
}
._single .sec_flowDetail .contactArea .telBox .telLink > a::before {
  position: absolute;
  content: "";
  top: -0.01rem;
  bottom: 0;
  left: 0;
  margin: auto 0;
  display: block;
  background-image: url(../img/house/tel_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  ._single .sec_flowDetail .contactArea .telBox .telLink > a::before {
    width: 0.34rem;
    height: 0.22rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail .contactArea .telBox .telLink > a::before {
    width: 0.4rem;
    height: 0.27rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail .contactArea .telFlow {
    width: 4.3rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_flowDetail .contactArea .telFlow {
    display: flex;
    margin-top: 0.16rem;
  }
}
._single .sec_flowDetail .contactArea .telFlow .title {
  text-align: center;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  line-height: 1.33;
  color: #fff;
  background-color: #03888e;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail .contactArea .telFlow .title {
    padding: 0.11rem 0 0.08rem;
    font-size: 0.17rem;
    border-radius: 6px 6px 0 0;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_flowDetail .contactArea .telFlow .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
    font-size: 0.15rem;
    border-radius: 0.05rem 0 0 0.05rem;
  }
}
._single .sec_flowDetail .contactArea .telFlow .title span {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail .contactArea .telFlow .title span {
    display: inline-block;
    padding-left: 0.33rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_flowDetail .contactArea .telFlow .title span {
    padding-bottom: 0.3rem;
  }
}
._single .sec_flowDetail .contactArea .telFlow .title span::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/house/tel_flow_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail .contactArea .telFlow .title span::before {
    top: -0.04rem;
    left: 0;
    width: 0.27rem;
    height: 0.27rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_flowDetail .contactArea .telFlow .title span::before {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 0.23rem;
    height: 0.23rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail .contactArea .telFlow .listBox {
    padding: 0.02rem 0.15rem 0.03rem;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_flowDetail .contactArea .telFlow .listBox {
    width: 67%;
    padding: 0.03rem 0.1rem 0.04rem;
    border-radius: 0 0.05rem 0.05rem 0;
  }
}
._single .sec_flowDetail .contactArea .telFlow .listBox .list {
  text-align: left;
  border-bottom: 1px solid rgba(122, 113, 110, 0.15);
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail .contactArea .telFlow .listBox .list {
    padding: 0.1rem 0 0.09rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_flowDetail .contactArea .telFlow .listBox .list {
    padding: 0.05rem 0 0.03rem;
  }
}
._single .sec_flowDetail .contactArea .telFlow .listBox .list:last-of-type {
  border-bottom: none;
}
._single .sec_flowDetail .contactArea .telFlow .listBox .list span {
  position: relative;
  display: inline-block;
  width: calc(100% - 0.2rem);
  margin-left: 0.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 0.14rem;
  letter-spacing: 0.08em;
  line-height: 1.57;
  color: #473933;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_flowDetail .contactArea .telFlow .listBox .list span {
    font-size: 0.16rem;
  }
}
._single .sec_flowDetail .contactArea .telFlow .listBox .list span::before {
  position: absolute;
  content: "";
  display: block;
  top: 0.05rem;
  left: -0.22rem;
  width: 0.11rem;
  height: 0.11rem;
  background-color: #78a98c;
}
@media print, screen and (min-width: 641px) {
  ._single + .mod_inquiry {
    margin-top: 0.9rem;
  }
}
@media screen and (max-width: 640px) {
  ._single + .mod_inquiry {
    margin-top: 0.8rem;
  }
}

.house_toukou {
  padding: 1.08rem 0 0;
  max-width: 850px;
  margin: 0 auto;
}
.house_toukou .toukou_title {
  font-family: "hannari";
  font-weight: 400;
  font-size: 0.3rem;
  line-height: 1.66;
  letter-spacing: 0.25em;
  color: #473933;
  text-align: center;
  margin-bottom: 0.5rem;
}
.house_toukou .toukou_title br {
  display: none;
}
@media screen and (max-width: 640px) {
  .house_toukou .toukou_title {
    font-size: 0.23rem;
  }
  .house_toukou .toukou_title br {
    display: block;
  }
}
.house_toukou img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .house_toukou {
    padding: 0.58rem 0 0.3rem;
    width: calc(100% - 0.3rem);
  }
}

/* 旭川バナー */
.pc_asahikawa_bana {
  max-width: 870px;
  height: auto;
  margin: 0 auto 60px;
}

.pc_asahikawa_bana img {
  width: 100%;
  height: auto;
}

.sm_asahikawa_bana {
  display: none;
  max-width: 300px;
  height: 300px;
  margin: 10px auto 30px;
}

.sm_asahikawa_bana img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .pc_asahikawa_bana {
    display: none;
  }
  .sm_asahikawa_bana {
    display: block;
  }
}
.sec_parking {
  margin-top: 0.4rem;
}
.sec_parking .mod_title {
  margin-bottom: 0.4rem !important;
}
.sec_parking .sec_parking__heading {
  background: #f4f0ed;
  padding: 0.15rem 0 0.15rem 0.2rem;
  border-bottom: 1px solid #d9d2ce;
  position: relative;
  cursor: pointer;
}
.sec_parking .sec_parking__heading:before {
  content: "";
  position: absolute;
  background: url(../img/arrow-house-close.svg);
  width: 0.2rem;
  height: 0.12rem;
  top: 50%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  right: 0.3rem;
}
.sec_parking .sec_parking__heading h4 {
  font-size: 0.2rem;
  color: #473933;
}
@media screen and (max-width: 640px) {
  .sec_parking .sec_parking__heading h4 {
    font-size: 0.17rem;
  }
}
.sec_parking .is-active:before {
  background: url(../img/arrow-house-open.svg);
  background-repeat: no-repeat;
}
.sec_parking .sec_parking__items {
  width: 100%;
  max-width: 10rem;
  margin: auto;
  border: 1px solid #d9d2ce;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  .sec_parking .sec_parking__items {
    width: calc(100% - 0.3rem);
  }
}
.sec_parking .sec_parking__items .sec_parking__wrap {
  padding: 0.2rem;
  font-size: 0.16rem;
  display: none;
}
@media screen and (max-width: 640px) {
  .sec_parking .sec_parking__items .sec_parking__wrap {
    padding: 0.12rem;
  }
}
.sec_parking .sec_parking__items .sec_parking__wrap .sec_parking__access {
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
  .sec_parking .sec_parking__items .sec_parking__wrap .sec_parking__access {
    padding-bottom: 0.14rem;
  }
}
.sec_parking .sec_parking__items .sec_parking__wrap .sec_parking__access > div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .sec_parking .sec_parking__items .sec_parking__wrap .sec_parking__access > div {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
  }
}
.sec_parking .sec_parking__items .sec_parking__wrap .sec_parking__access > div:not(:last-child) {
  padding-bottom: 0.14rem;
}
@media screen and (max-width: 640px) {
  .sec_parking .sec_parking__items .sec_parking__wrap .sec_parking__access > div:not(:last-child) {
    padding-bottom: 0.12rem;
  }
}
.sec_parking .sec_parking__items .sec_parking__wrap .sec_parking__access > div > p:nth-child(1) {
  background: #b3cebd;
  font-weight: bold;
  border-radius: 0.2rem;
  width: 100%;
  text-align: center;
  padding: 0.04rem;
}
@media print, screen and (min-width: 641px) {
  .sec_parking .sec_parking__items .sec_parking__wrap .sec_parking__access > div > p:nth-child(1) {
    max-width: 1.14rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_parking .sec_parking__items .sec_parking__wrap .sec_parking__access > div > p:nth-child(1) {
    font-size: 0.15rem;
    border-radius: 0.06rem;
  }
}
.sec_parking .sec_parking__items .sec_parking__wrap .sec_parking__access > div > p:nth-child(2) {
  padding-left: 0.07rem;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .sec_parking .sec_parking__items .sec_parking__wrap .sec_parking__access > div > p:nth-child(2) {
    padding-left: 0;
  }
}
.sec_parking .sec_parking__items .sec_parking__wrap .sec_parking__access > div button {
  margin-left: 0.16rem;
  font-size: 0.16rem;
  background: #03888e;
  border-radius: 0.2rem;
  color: white;
  font-weight: bold;
  font-size: 0.16rem;
  width: 1.36rem;
  height: 0.3rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec_parking .sec_parking__items .sec_parking__wrap .sec_parking__access > div button {
    margin-left: 0;
    margin-top: 0.02rem;
  }
}
.sec_parking .sec_parking__items .sec_parking__wrap .sec_parking__access > div button span {
  margin-right: 0.2rem;
}
.sec_parking .sec_parking__items .sec_parking__wrap .sec_parking__access > div button span:before {
  position: absolute;
  content: "";
  background-image: url(../img/attow-map-house.svg);
  background-repeat: no-repeat;
  width: 0.2rem;
  height: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0.07rem;
}
.sec_parking .sec_parking__items .sec_parking__wrap .sec_parking__access > div .sec_parking__phone {
  color: #03888e;
}
.sec_parking .sec_parking__items .sec_parking__wrap .sec_access__parking {
  background: #f9f7f5;
  border-radius: 0.1rem;
  padding: 0.2rem;
}
.sec_parking .sec_parking__items .sec_parking__wrap .sec_access__parking p {
  font-size: 0.16rem;
}
@media screen and (max-width: 640px) {
  .sec_parking .sec_parking__items .sec_parking__wrap .sec_access__parking p {
    font-size: 0.15rem;
  }
}
.sec_parking .sec_parking__items .sec_parking__wrap .sec_access__parking p:nth-child(1) {
  padding-bottom: 0.08rem;
  font-weight: bold;
}
.sec_parking .sec_parking__items .sec_parking__wrap .sec_access__parking p:nth-child(2) {
  line-height: 1.8;
}
.sec_parking .sec_parking__map {
  width: 100%;
  max-width: 10rem;
  margin: auto;
}
.sec_parking .sec_parking__map .sec_parking__mapWrap {
  display: none;
}
.sec_parking .sec_parking__map .sec_parking__mapWrap:not(:last-child) {
  margin-bottom: 0.3rem;
}
.sec_parking .sec_parking__map .sec_parking__mapWrap iframe {
  width: 100%;
  height: 4rem;
}
@media screen and (max-width: 640px) {
  .sec_parking .sec_parking__map .sec_parking__mapWrap iframe {
    height: 88.88vw;
  }
}

.sec_future-type2 {
  padding: 1.2rem 0 0;
}
@media screen and (max-width: 640px) {
  .sec_future-type2 {
    padding: 0.65rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_future-type2 .sec_future-type2__Wrap--pc {
    display: none;
  }
}
.sec_future-type2 .sec_future-type2__Wrap--sp {
  width: calc(100% - 0.3rem);
  margin: 0 auto;
  margin-top: 0.18rem;
}
@media print, screen and (min-width: 641px) {
  .sec_future-type2 .sec_future-type2__Wrap--sp {
    display: none;
  }
}
.sec_future-type2 .sec_future-type2__Wrap--sp .sec_future-type2__heading {
  background: #f9f7f5;
  display: flex;
  padding: 0.12rem;
  gap: 0.13rem;
  align-items: center;
  margin-bottom: 0.16rem;
}
.sec_future-type2 .sec_future-type2__Wrap--sp .sec_future-type2__heading img {
  width: 1.12rem;
  height: auto;
}
.sec_future-type2 .sec_future-type2__Wrap--sp .sec_future-type2__heading p {
  font-size: 0.18rem;
  font-weight: bold;
  color: #473933;
  line-height: 1.6;
}
.sec_future-type2 .sec_future-type2__Wrap--sp .sec_future-type2__WrapSub .sec_future-type2__items {
  display: flex;
  gap: 0.1rem;
  color: #03888e;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
  padding: 0.06rem 0;
  margin-bottom: 0.16rem;
}
.sec_future-type2 .sec_future-type2__Wrap--sp .sec_future-type2__WrapSub .sec_future-type2__items li {
  width: 30%;
  background: #e2eeee;
  font-size: 0.15rem;
}
.sec_future-type2 .sec_future-type2__Wrap--sp .sec_future-type2__WrapSub > p {
  font-size: 0.15rem;
  line-height: 1.7;
}
.sec_future-type2 .sec_future-type2__wrap {
  width: 100%;
  max-width: 10rem;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.sec_future-type2 .sec_future-type2__wrap > p {
  font-size: 0.2rem;
  font-weight: bold;
  color: #473933;
  margin-bottom: 0.24rem;
}
.sec_future-type2 .sec_future-type2__wrap .sec_future-type2__wrapSub {
  display: flex;
  gap: 0.25rem;
}
.sec_future-type2 .sec_future-type2__wrap .sec_future-type2__wrapSub > div:nth-child(2) p {
  font-size: 0.16rem;
  line-height: 1.6;
  font-weight: 500;
  color: #473933;
}
.sec_future-type2 .sec_future-type2__wrap .sec_future-type2__wrapSub > div:nth-child(2) .sec_future-type2__items {
  display: flex;
  gap: 0.09rem;
}
.sec_future-type2 .sec_future-type2__wrap .sec_future-type2__wrapSub > div:nth-child(2) .sec_future-type2__items li {
  background: #e2eeee;
  color: #03888e;
  font-size: 0.15rem;
  font-weight: bold;
  padding: 0.03rem 0.11rem;
  border-radius: 4px;
  display: flex;
  margin-bottom: 0.18rem;
}

.sec_price {
  padding: 1.2rem 0 0;
}
@media screen and (max-width: 640px) {
  .sec_price {
    padding: 0.65rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_price .sec_price__items--pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_price .sec_price__items--sp {
    display: none !important;
  }
}
.sec_price .sec_price__items {
  width: 100%;
  max-width: 10rem;
  margin: 0 auto;
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .sec_price .sec_price__items {
    width: calc(100% - 0.3rem);
    margin: 0 auto;
    margin-top: 0.18rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
  }
}
.sec_price .sec_price__items li {
  max-width: 3.14rem;
  width: 100%;
  border-radius: 0.3rem;
  background: #f9f7f2;
}
@media screen and (max-width: 640px) {
  .sec_price .sec_price__items li {
    max-width: 3.43rem;
  }
}
.sec_price .sec_price__items .sec_price__heading {
  background: #3e8b8c;
  color: white;
  text-align: center;
  font-family: "hannari";
  font-size: 0.34rem;
  border-radius: 0.3rem 0.3rem 0 0;
  padding: 0.08rem 0;
}
@media screen and (max-width: 640px) {
  .sec_price .sec_price__items .sec_price__heading {
    padding: 0.11rem 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_price .sec_price__items .sec_price__heading h4 {
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
  }
}
.sec_price .sec_price__items .sec_price__heading h4 > span:nth-child(2) {
  position: relative;
}
.sec_price .sec_price__items .sec_price__heading h4 > span:nth-child(2):before {
  position: absolute;
  content: "";
  width: 0.01rem;
  height: 0.35rem;
  background: white;
  top: 56%;
  transform: translateY(-50%);
  left: -0.1rem;
}
.sec_price .sec_price__items .sec_price__heading span:nth-child(1) {
  font-size: 0.23rem;
}
.sec_price .sec_price__items .sec_price__heading span:nth-child(2) {
  margin-top: -0.05rem;
}
.sec_price .sec_price__items .sec_price__heading span:nth-child(2) span:nth-child(1) {
  font-size: 0.34rem;
}
.sec_price .sec_price__items .sec_price__heading span:nth-child(2) .tax {
  font-size: 0.2rem;
  margin-left: -0.18rem;
  position: relative;
}
.sec_price .sec_price__items .sec_price__heading span:nth-child(2) .tax:before {
  position: absolute;
  content: attr(data-tax);
  font-size: 0.12rem;
  top: -0.122rem;
  left: -0.06rem;
}
.sec_price .sec_price__items .sec_price__wrap {
  padding: 0.2rem 0.28rem;
}
@media screen and (max-width: 640px) {
  .sec_price .sec_price__items .sec_price__wrap {
    padding: 0.15rem 0.2rem 0.22rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_price .sec_price__items .sec_price__wrap > ul {
    display: flex;
    align-items: center;
  }
}
.sec_price .sec_price__items .sec_price__wrap > ul li {
  display: flex;
  gap: 0.12rem;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .sec_price .sec_price__items .sec_price__wrap > ul li {
    gap: 0.06rem !important;
  }
}
.sec_price .sec_price__items .sec_price__wrap > ul li:not(:last-child) {
  padding-bottom: 0.11rem;
}
@media screen and (max-width: 640px) {
  .sec_price .sec_price__items .sec_price__wrap > ul li:not(:last-child) {
    padding-bottom: 0;
  }
}
.sec_price .sec_price__items .sec_price__wrap > ul li:last-child {
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #d9d2ce;
  border-radius: initial;
}
@media screen and (max-width: 640px) {
  .sec_price .sec_price__items .sec_price__wrap > ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
}
.sec_price .sec_price__items .sec_price__wrap > ul li p:nth-child(1) {
  background: white;
  width: 0.96rem;
  border-radius: 0.04rem;
  font-size: 0.15rem;
  text-align: center;
  color: #473933;
  font-weight: bold;
  padding: 0.03rem 0;
}
@media screen and (max-width: 640px) {
  .sec_price .sec_price__items .sec_price__wrap > ul li p:nth-child(1) {
    width: auto;
    font-size: 0.14rem;
    white-space: nowrap;
    padding: 0.03rem;
  }
}
.sec_price .sec_price__items .sec_price__wrap > ul li p:nth-child(2) {
  font-size: 0.18rem;
}
.sec_price .sec_price__items .sec_price__wrap > p {
  font-size: 0.45rem;
  color: #03888e;
  font-family: "source-han-serif-japanese";
  white-space: nowrap;
}
.sec_price .sec_price__items .sec_price__wrap > p span:nth-child(2) {
  font-size: 0.28rem;
  font-weight: 400;
  margin-left: -11px;
}
.sec_price .sec_price__items .sec_price__wrap .tax {
  position: relative;
}
.sec_price .sec_price__items .sec_price__wrap .tax:before {
  position: absolute;
  content: attr(data-tax);
  font-size: 0.12rem;
  color: #473933;
  top: -0.11rem;
  left: -0.05rem;
}

._house .sec_finfo {
  padding: 1.2rem 0 0;
}
@media screen and (max-width: 640px) {
  ._house .sec_finfo {
    padding: 0.65rem 0 0;
  }
}
._house .sec_finfo .sec_finfo__bg {
  width: 100%;
  max-width: 10rem;
  margin: 0 auto;
  margin-top: 0.3rem;
  background: #f9f7f2;
  border-radius: 0.2rem;
  padding: 0.6rem 0;
}
@media screen and (max-width: 640px) {
  ._house .sec_finfo .sec_finfo__bg {
    width: calc(100% - 0.3rem);
    margin: 0 auto;
    margin-top: 0.18rem;
  }
}
._house .sec_finfo .sec_finfo__items {
  max-width: 6.95rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  ._house .sec_finfo .sec_finfo__items {
    margin: 0 0.15rem;
  }
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item {
  background: #f3efec;
  border-radius: 0.2rem;
  padding: 0.08rem;
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item:not(:last-child) {
  margin-bottom: 0.3rem;
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box {
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.16rem 0.2rem;
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap {
  border-radius: 0.2rem;
  color: #473933;
  display: flex;
  gap: 0.2rem;
  justify-content: space-between;
  margin-bottom: 0.24rem;
}
@media screen and (max-width: 640px) {
  ._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap {
    display: flex;
    flex-direction: column;
  }
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap .sec_finfo__wrapSub:nth-child(1) {
  width: 52%;
}
@media screen and (max-width: 640px) {
  ._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap .sec_finfo__wrapSub:nth-child(1) {
    width: auto;
  }
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap .sec_finfo__wrapSub:nth-child(2) {
  border-radius: 0.1rem;
  border: 1px solid #f9f7f2;
  background: #f9f7f2;
}
@media print, screen and (min-width: 641px) {
  ._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap .sec_finfo__wrapSub:nth-child(2) {
    max-width: 2.6rem;
    width: 100%;
  }
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap .sec_finfo__wrapSub:nth-child(2) > div:nth-child(2) {
  padding: 0.18rem;
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap .sec_finfo__wrapSub:nth-child(2) > div:nth-child(2) p {
  font-size: 0.15rem;
  line-height: 1.7;
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap .sec_finfo__heading {
  font-size: 0.15rem;
  padding-bottom: 0.16rem;
  margin-bottom: 0.16rem;
  border-bottom: 1px solid #f3efec;
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap .sec_finfo__heading h3 {
  font-size: 0.32rem;
  font-family: "hannari";
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  ._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap .sec_finfo__heading h3 {
    text-align: center;
  }
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap .sec_finfo__info > p {
  padding-bottom: 0.06rem;
  font-size: 0.15rem;
}
@media screen and (max-width: 640px) {
  ._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap .sec_finfo__info > p {
    padding-bottom: 0.09rem;
  }
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap .sec_finfo__info > div {
  display: flex;
  gap: 0.1rem;
  align-items: center;
}
@media screen and (max-width: 640px) {
  ._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap .sec_finfo__info > div {
    display: block;
  }
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap .sec_finfo__info > div p {
  font-size: 0.15rem;
  white-space: nowrap;
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap .sec_finfo__tel {
  font-weight: bold;
  color: #03888e;
}
@media screen and (max-width: 640px) {
  ._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap .sec_finfo__tel {
    padding-bottom: 0.09rem;
  }
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap .sec_finfo__tel span {
  font-size: 0.16rem;
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap .sec_finfo__access {
  text-align: center;
  padding: 0.1rem;
  background: #fff;
  position: relative;
  margin: 0.02rem;
  border-radius: 0.1rem 0.1rem 0 0;
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap .sec_finfo__access:before {
  position: absolute;
  content: "";
  border-top: 0.18rem solid #fff;
  border-right: 0.18rem solid transparent;
  border-left: 0.18rem solid transparent;
  left: 50%;
  top: 90%;
  transform: translate(-50%);
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap .sec_finfo__access p {
  font-size: 0.15rem;
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap .sec_finfo__access p > span {
  font-weight: bold;
  color: #78a98c;
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap--type2 {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 641px) {
  ._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap--type2 .sec_finfo__box-type2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.25rem;
  }
}
@media screen and (max-width: 640px) {
  ._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap--type2 .sec_finfo__box-type2 {
    display: flex;
    flex-direction: column;
    justify-content: initial;
    gap: 0.16rem;
  }
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap--type2 .sec_finfo__box-type2 .sec_finfo__wrapSub {
  border-radius: 0.1rem;
  border: 1px solid #f9f7f2;
  background: #f9f7f2;
}
@media print, screen and (min-width: 641px) {
  ._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap--type2 .sec_finfo__box-type2 .sec_finfo__wrapSub {
    max-width: initial !important;
    width: 48% !important;
    height: 1.61rem !important;
  }
}
@media screen and (max-width: 640px) {
  ._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap--type2 .sec_finfo__box-type2 .sec_finfo__wrapSub {
    width: 100% !important;
  }
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap--type2 .sec_finfo__box-type2 .sec_finfo__wrapSub > div:nth-child(2) {
  padding: 0.18rem;
}
._house .sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box .sec_finfo__wrap--type2 .sec_finfo__box-type2 .sec_finfo__wrapSub > div:nth-child(2) p {
  font-size: 0.15rem;
  line-height: 1.7;
}

.sec_view {
  padding: 1.2rem 0 0;
}
@media screen and (max-width: 640px) {
  .sec_view {
    padding: 0.65rem 0 0;
  }
}
.sec_view iframe {
  border-radius: 20px;
}
@media print, screen and (min-width: 641px) {
  .sec_view iframe {
    max-width: 7rem;
    height: 4rem;
    width: 100%;
    margin: 0 auto;
    margin-top: 0.3rem;
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .sec_view iframe {
    width: 90%;
    height: 2rem;
    margin: 0.3rem 0.2rem 0;
  }
}

@media print, screen and (min-width: 641px) {
  .link-top {
    max-width: 3rem;
    width: 100%;
    margin: 0 auto;
    margin-top: 1.2rem;
  }
}

.mod_other_house .google_top_content {
  padding-top: 0.6rem;
  max-width: 10rem;
  width: 100%;
  margin: auto;
  /*@include sc(pcMin){
  	width: 75%;
  	padding: 5.18%;
  }
  @include sc(tab){
  	width: 75%;
  	padding: 5.18%;
  }*/
}
@media screen and (max-width: 640px) {
  .mod_other_house .google_top_content {
    width: calc(100% - 0.3rem);
    padding-top: 0.3rem;
  }
}
.mod_other_house .google_top_content .area_map_flex {
  display: flex;
  flex-wrap: wrap;
}
.mod_other_house .google_top_content .area_map_none {
  display: none;
}
.mod_other_house .google_top_content #google_map_click_button {
  display: flex;
  width: 100%;
  /*@include sc(pcMin){
  	margin-top: 25px;
  }
  @include sc(tab){
  	margin-top: 0;
  	margin-bottom: 20px;
  }*/
}
@media print, screen and (min-width: 641px) {
  .mod_other_house .google_top_content #google_map_click_button {
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
  }
  .mod_other_house .google_top_content #google_map_click_button > .google_map_click_text:nth-of-type(n + 7) {
    margin-top: 0.08rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_other_house .google_top_content #google_map_click_button {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.mod_other_house .google_top_content #google_map_click_button_home {
  width: 100%;
  margin-bottom: 0.3rem;
  /*@include sc(pcMin){
  	margin-top: 25px;
  }
  @include sc(tab){
  	margin-bottom: 20px;
  }*/
}
@media screen and (max-width: 640px) {
  .mod_other_house .google_top_content #google_map_click_button_home {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0.1rem;
  }
}
.mod_other_house .google_top_content .click_text_home {
  font-size: 0.18rem;
  padding: 0.12rem 0 0.1rem;
  width: 16%;
  /*@include sc(pcMin){
  	font-size: 1.5rem;
  	padding: 1rem 0 0.8rem;
  }
  @include sc(tab){
  	font-size: 1.2rem;
  	padding: 0.8rem 0 0.7rem;
  }*/
}
@media print, screen and (min-width: 641px) {
  .mod_other_house .google_top_content .click_text_home {
    margin-left: 0.8%;
  }
  .mod_other_house .google_top_content .click_text_home:nth-of-type(6n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .mod_other_house .google_top_content .click_text_home {
    font-size: 0.15rem;
    padding: 0.1rem 0;
    margin-left: 0.12rem;
    margin-bottom: 0.12rem;
    width: calc((100% - 0.24rem) / 3);
  }
  .mod_other_house .google_top_content .click_text_home:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
.mod_other_house .google_top_content .click_text_area {
  font-size: 0.15rem;
  padding: 0.1rem 0 0.11rem;
  width: 13%;
  margin-bottom: 0.18rem;
  /*@include sc(pcMin){
  	font-size: 1.3rem;
  	padding: 0.8rem 0 0.9rem;
  	margin-bottom: 1.5rem;
  }
  @include sc(tab){
  	font-size: 1.0rem;
  	padding: 0.7rem 0;
  	margin-bottom: 1.2rem;
  }*/
}
@media print, screen and (min-width: 641px) {
  .mod_other_house .google_top_content .click_text_area {
    margin-left: 1.5%;
  }
  .mod_other_house .google_top_content .click_text_area:nth-of-type(7n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .mod_other_house .google_top_content .click_text_area {
    font-size: 0.14rem;
    padding: 0.08rem 0;
    margin-left: 0.1rem;
    margin-bottom: 0.12rem;
    width: calc((100% - 0.3rem) / 4);
  }
  .mod_other_house .google_top_content .click_text_area:nth-of-type(4n + 1) {
    margin-left: 0;
  }
}
.mod_other_house .google_top_content .area {
  margin: 0;
  text-align: center;
  font-size: 0.13rem;
  font-weight: 300;
  margin: 0.05rem 0 0;
}
.mod_other_house .google_top_content .map_margin_bottom {
  margin-bottom: 0.2rem;
}
.mod_other_house .google_top_content .sec-map-home {
  padding: 0.45rem 0 0.8remx;
  background-color: #fff;
  /*@media screen and (max-width: 750px) {
  	padding: 35px 0 65px;
  }*/
}
@media screen and (max-width: 640px) {
  .mod_other_house .google_top_content .sec-map-home {
    padding: 0.35rem 0 0.65rem;
  }
}
.mod_other_house .google_top_content .sec-map-home .m-list-plan-global {
  margin-top: 0.48rem;
  /*@media screen and (max-width: 750px) {
  	margin-top: 35px;
  }*/
}
@media screen and (max-width: 640px) {
  .mod_other_house .google_top_content .sec-map-home .m-list-plan-global {
    margin-top: 0.35rem;
  }
}
.mod_other_house .google_top_content .sec-map-home .m-btn-01 {
  max-width: 2.62rem;
}
.mod_other_house .google_top_content .sec-map-home__text {
  text-align: center;
  font-size: 0.26rem;
  font-weight: 400;
  margin-top: 1.8461538462em;
  margin-bottom: 0.5384615385em;
  line-height: 1.5909090909;
  /*@media screen and (max-width: 750px) {
  	font-size: 2.2rem;
  	margin-bottom: 1.3636363636em;
  }*/
}
@media screen and (max-width: 640px) {
  .mod_other_house .google_top_content .sec-map-home__text {
    font-size: 0.22rem;
    margin-bottom: 1.36em;
  }
}
.mod_other_house .google_top_content .google_map_click_text {
  text-align: center;
  background-color: #f3f3f3;
  cursor: pointer;
  font-weight: 400;
}
.mod_other_house .google_top_content .google_map_click_active {
  background-color: #a98e5a;
  color: #fff;
}
.mod_other_house .google_top_content #kita_map {
  width: 100%;
  height: 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .mod_other_house .google_top_content #kita_map {
    height: 83.33vw;
  }
}
.mod_other_house .google_top_content .google_map_height_home {
  height: 6.6rem;
  /*@include sc(pcMin){
  	height: 554px;//45.83vw;
  }
  @include sc(tab){
  	height: 45.83vw;
  }*/
  /*@media screen and (max-width: 750px) {
  	height: 83.33vw;//460px;
  }*/
}
@media screen and (max-width: 640px) {
  .mod_other_house .google_top_content .google_map_height_home {
    height: 83.33vw;
  }
}
.mod_other_house .google_top_content .google_map_height {
  height: 5.6rem;
  /*@media screen and (max-width: 750px) {
  	height: 83.33vw;// 460px;
  }*/
}
@media screen and (max-width: 640px) {
  .mod_other_house .google_top_content .google_map_height {
    height: 83.33vw;
  }
}
.mod_other_house .google_top_content .google_map_text {
  margin: 0;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 600;
  margin: 0 0 0.1rem;
  color: #5d77b2;
}
.mod_other_house .google_top_content .google_map_img {
  margin: 0 auto;
  width: 100%;
  height: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.mod_other_house .google_top_content .google_map_link {
  text-decoration: none;
}
.mod_other_house .google_top_content #google_map_click_button_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0.48rem 0 0.18rem 0;
  /*@media screen and (max-width: 750px) {
  	justify-content: center;
  	margin: 28px auto 22px;
  }*/
}
@media screen and (max-width: 640px) {
  .mod_other_house .google_top_content #google_map_click_button_area {
    justify-content: center;
    margin: 0.28rem auto 0.22rem;
  }
}
.mod_other_house .google_top_content #google_map_area {
  width: 100%;
  margin: 0.4rem 0 0.3rem 0;
}/*# sourceMappingURL=house.css.map */