@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);
*/
/* -----------------------------------------------------------------------------

スライダ（詳細ぺージ：選ばれる理由で使用）

----------------------------------------------------------------------------- */
[data-slidearea01][data-slidearea01-slidelimit] .slidearea01_link.dammy {
  opacity: 0;
}
[data-slidearea01].type01 {
  padding: 0 3%;
  overflow: hidden;
}
[data-slidearea01].type01 .slidearea01_wrap {
  max-width: 11.8rem;
  width: 100%;
  margin: auto;
  position: relative;
}
[data-slidearea01].type01 .slidearea01_btns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
[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) {
  [data-slidearea01].type01 .slidearea01_btns button {
    width: 0.6rem;
    height: 0.9rem;
  }
}
[data-slidearea01].type01 .slidearea01_btns button:before,
[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;
}
[data-slidearea01].type01 .slidearea01_btns button:before {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #fff;
  border-radius: 50%;
}
[data-slidearea01].type01 .slidearea01_btns button:after {
  width: 0.12rem;
  height: 0.12rem;
  border: 1px solid #000;
}
[data-slidearea01].type01 .slidearea01_btns button.next {
  right: -0.3rem;
}
@media screen and (max-width: 640px) {
  [data-slidearea01].type01 .slidearea01_btns button.next {
    right: -0.2rem;
  }
}
[data-slidearea01].type01 .slidearea01_btns button.next:after {
  border-bottom: rgba(0, 0, 0, 0) !important;
  border-left: rgba(0, 0, 0, 0) !important;
  transform: rotate(45deg);
  right: 0.03rem;
}
[data-slidearea01].type01 .slidearea01_btns button.prev {
  left: -0.3rem;
}
@media screen and (max-width: 640px) {
  [data-slidearea01].type01 .slidearea01_btns button.prev {
    left: -0.2rem;
  }
}
[data-slidearea01].type01 .slidearea01_btns button.prev:after {
  border-bottom: rgba(0, 0, 0, 0) !important;
  border-right: rgba(0, 0, 0, 0) !important;
  transform: rotate(-45deg);
  right: -0.03rem;
}
[data-slidearea01].type01 .slidearea01_btns button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.no-touchevents
  [data-slidearea01].type01
  .slidearea01_btns
  button:hover:before {
  background-color: #000;
}
.no-touchevents [data-slidearea01].type01 .slidearea01_btns button:hover:after {
  border-color: #fff;
}
[data-slidearea01].type01 .slidearea01_wrapin {
  padding: 0 33.33333%;
}
@media screen and (max-width: 640px) {
  [data-slidearea01].type01 .slidearea01_wrapin {
    padding: 0 20%;
  }
}
[data-slidearea01].type01 .slidearea01_content {
  position: relative;
  display: table;
}
[data-slidearea01].type01 .slidearea01_content.disableTrs {
  transition: none !important;
}
[data-slidearea01].type01 .slidearea01_link {
  display: table-cell;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
[data-slidearea01].type01 .slidearea01_pager {
  text-align: center;
}
[data-slidearea01].type01 .slidearea01_pager button {
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
[data-slidearea01].type01 .slidearea01_pager button:after,
[data-slidearea01].type01 .slidearea01_pager button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ddd;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  [data-slidearea01].type01 .slidearea01_pager button:after,
  [data-slidearea01].type01 .slidearea01_pager button:before {
    width: 0.06rem;
    height: 0.06rem;
  }
}
[data-slidearea01].type01 .slidearea01_pager button:after {
  transition: 0.2s;
}
.no-touchevents [data-slidearea01].type01 .slidearea01_pager button:hover:after,
[data-slidearea01].type01 .slidearea01_pager button.active:after {
  background-color: #000;
}
[data-slidearea01].type01 .slidearea01_pager button.active {
  cursor: default;
  pointer-events: none;
}

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

common local

----------------------------------------------------------------------------- */
@media print, screen and (min-width: 641px) {
  ._archive .mainVisual .contTit {
    width: 3.8rem;
    height: 0.95rem;
  }
}
._archive .mainVisual .contTit::before {
  background-image: url(../img/area/mv_title_bg.svg);
}
._single .mainVisual .contTit {
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  ._single .mainVisual .contTit {
    width: 3.3rem;
    height: 1.34rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .mainVisual .contTit {
    width: 66.66vw;
    height: 22.22vw;
  }
}
._single .mainVisual .contTit::before {
  background-image: url(../img/area/single_mv_title_bg.svg);
}
@media screen and (max-width: 640px) {
  ._single .mainVisual .contTit::before {
    background-image: url(../img/area/single_mv_title_bg_sp.svg);
  }
}
@media print, screen and (min-width: 641px) {
  ._single .mainVisual .contTit > .title {
    width: calc(100% - 0.38rem);
    white-space: nowrap;
  }
}

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

content（rem値修正）

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

archive エリア別一覧ページ

----------------------------------------------------------------------------- */
._archive {
  /*Google map API ここまで*/
}
@media print, screen and (min-width: 641px) {
  ._archive .mod_contact {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  ._archive .mod_contact {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 641px) {
  ._archive .mod_contact + .postWrap {
    padding-top: 0.5rem;
  }
}
._archive .sec_area > .in {
  background-color: #f3efec;
}
@media print, screen and (min-width: 641px) {
  ._archive .sec_area .titBox {
    padding: 0.53rem 0 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  ._archive .sec_area .titBox {
    padding: 0.35rem 0 1rem;
  }
}
@media screen and (max-width: 640px) {
  ._archive .sec_area .titBox > .secTit > .title {
    font-size: 0.23rem;
    letter-spacing: 0.15em;
  }
}
._archive .sec_area .titBox > .secTit > .title .min {
  display: block;
  padding-bottom: 0.177rem;
  font-size: 0.19rem;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 640px) {
  ._archive .sec_area .titBox > .secTit > .title .min {
    padding-bottom: 0.17rem;
    font-size: 0.18rem;
    letter-spacing: 0.08em;
  }
}
@media print, screen and (min-width: 641px) {
  ._archive .sec_post {
    padding: 1.15rem 0;
  }
}
@media screen and (max-width: 640px) {
  ._archive .sec_post {
    padding: 0.75rem 0 0.3rem;
  }
}
._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.15em;
    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/area/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;
  }
}
._archive .postWrap .area_list_wrap {
  width: 100%;
  max-width: 10.8rem;
  margin: auto;
}
._archive .postWrap .area_list_wrap .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
  padding: 0.2rem 0 0.5rem;
}
@media screen and (max-width: 640px) {
  ._archive .postWrap .area_list_wrap .list {
    padding: 0 0 0.4rem;
    margin: 0 0.15rem;
  }
}
._archive .postWrap .area_list_wrap .list .detail {
  width: 100%;
  max-width: 3.4rem;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0.05rem 0.05rem 0.03rem #f3efec;
  margin: 0.5rem 0.15rem 0;
}
@media screen and (max-width: 640px) {
  ._archive .postWrap .area_list_wrap .list .detail {
    max-width: 100%;
    margin: 0.4rem 0 0;
    box-shadow: 0.025rem 0.025rem 0.015rem #f3efec;
  }
}
._archive .postWrap .area_list_wrap .list .detail a {
  display: block;
  height: 100%;
  transition: opacity 0.3s;
}
._archive .postWrap .area_list_wrap .list .detail a .ph {
  width: 100%;
  height: 1.91rem;
  margin: 0;
}
@media screen and (max-width: 640px) {
  ._archive .postWrap .area_list_wrap .list .detail a .ph {
    height: 51.38vw;
  }
}
._archive .postWrap .area_list_wrap .list .detail a .area_title {
  background-color: #f3efec;
  padding: 0.12rem 0.55rem 0.18rem 0.15rem;
  position: relative;
  font-family: "hannari";
  font-weight: 400;
  font-size: 0.28rem;
  letter-spacing: 0.15em;
  color: #473933;
  line-height: 1.4;
}
.shop_list_link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  ._archive .postWrap .area_list_wrap .list .detail a .area_title {
    padding: 0.12rem 0.4rem 0.16rem 0.15rem;
    font-size: 0.27rem;
  }
}
._archive .postWrap .area_list_wrap .list .detail a .area_title::after {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  background-image: url(/img/area/post_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.15rem;
  transform: translateY(-50%);
  transition: right 0.3s;
}
@media screen and (max-width: 640px) {
  ._archive .postWrap .area_list_wrap .list .detail a .area_title::after {
    width: 0.26rem;
    height: 0.26rem;
  }
}
._archive .postWrap .area_list_wrap .list .detail a .textbox {
  padding: 0.2rem 0.15rem 0.1rem;
  color: #473933;
}
._archive .postWrap .area_list_wrap .list .detail a .textbox .shop_name {
  padding-bottom: 0.05rem;
  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;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  ._archive .postWrap .area_list_wrap .list .detail a .textbox .shop_name {
    font-size: 0.16rem;
  }
}
._archive .postWrap .area_list_wrap .list .detail a .textbox .txt + .shop_name {
  padding-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  ._archive
    .postWrap
    .area_list_wrap
    .list
    .detail
    a
    .textbox
    .txt
    + .shop_name {
    padding-top: 0.16rem;
  }
}
._archive .postWrap .area_list_wrap .list .detail a:hover {
  opacity: 0.7;
}
._archive .postWrap .area_list_wrap .list .detail a:hover .area_title::after {
  right: 0.1rem;
}
._archive .contact_wrap {
  background-color: #ebe4d9;
  padding: 0.4rem 0;
}
@media screen and (max-width: 640px) {
  ._archive .contact_wrap {
    padding: 0.3rem 0.15rem;
  }
}
._archive .sec_map > .in {
  margin: auto;
}
@media print, screen and (min-width: 641px) {
  ._archive .sec_map > .in {
    padding: 0.8rem 0 1.1rem;
  }
}
@media screen and (max-width: 640px) {
  ._archive .sec_map > .in {
    padding: 0.7rem 0;
  }
}
._archive .sec_map .secTit > .title .min {
  display: block;
  padding-bottom: 0.1rem;
  font-size: 0.19rem;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 640px) {
  ._archive .sec_map .secTit > .title .min {
    font-size: 0.18rem;
    letter-spacing: 0.08em;
  }
}
._archive .placeMap {
  margin: auto;
  margin-top: 0.5rem;
  /*@include sc(pcMin){
  	margin-top: 42px;
  }
  @include sc(tab){
  	margin-top: 33px;
  }*/
}
@media print, screen and (min-width: 641px) {
  ._archive .placeMap {
    width: 10.8rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 640px) {
  ._archive .placeMap {
    margin-top: 0.35rem;
  }
}
._archive .placeMap .link {
  margin-top: 0.25rem;
  /*@include sc(tab){
  	margin-top: 17px;
  }*/
}
@media screen and (max-width: 640px) {
  ._archive .placeMap .link {
    margin-top: 0.25rem;
  }
}
._archive .google_top_content {
  width: 10.8rem;
  padding: 0.56rem;
  border: 0.04rem solid #ece6da;
  box-sizing: border-box;
  background-color: #fff;
  /*@include sc(pcMin){
  	width: 75%;
  	padding: 5.18%;
  }
  @include sc(tab){
  	width: 75%;
  	padding: 5.18%;
  }*/
}
@media screen and (max-width: 640px) {
  ._archive .google_top_content {
    width: calc(100% - 0.1rem);
    padding: 0.18rem;
  }
}
._archive .google_top_content .area_map_flex {
  display: flex;
  flex-wrap: wrap;
}
._archive .google_top_content .area_map_none {
  display: none;
}
._archive .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) {
  ._archive .google_top_content #google_map_click_button {
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
  }
  ._archive
    .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) {
  ._archive .google_top_content #google_map_click_button {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }
}
._archive .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) {
  ._archive .google_top_content #google_map_click_button_home {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0.1rem;
  }
}
._archive .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) {
  ._archive .google_top_content .click_text_home {
    margin-left: 0.8%;
  }
  ._archive .google_top_content .click_text_home:nth-of-type(6n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  ._archive .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);
  }
  ._archive .google_top_content .click_text_home:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
._archive .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) {
  ._archive .google_top_content .click_text_area {
    margin-left: 1.5%;
  }
  ._archive .google_top_content .click_text_area:nth-of-type(7n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  ._archive .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);
  }
  ._archive .google_top_content .click_text_area:nth-of-type(4n + 1) {
    margin-left: 0;
  }
}
._archive .google_top_content .area {
  margin: 0;
  text-align: center;
  font-size: 0.13rem;
  font-weight: 300;
  margin: 0.05rem 0 0;
}
._archive .google_top_content .map_margin_bottom {
  margin-bottom: 0.2rem;
}
._archive .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) {
  ._archive .google_top_content .sec-map-home {
    padding: 0.35rem 0 0.65rem;
  }
}
._archive .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) {
  ._archive .google_top_content .sec-map-home .m-list-plan-global {
    margin-top: 0.35rem;
  }
}
._archive .google_top_content .sec-map-home .m-btn-01 {
  max-width: 2.62rem;
}
._archive .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) {
  ._archive .google_top_content .sec-map-home__text {
    font-size: 0.22rem;
    margin-bottom: 1.36em;
  }
}
._archive .google_top_content .google_map_click_text {
  text-align: center;
  background-color: #f3f3f3;
  cursor: pointer;
  font-weight: 400;
}
._archive .google_top_content .google_map_click_active {
  background-color: #a98e5a;
  color: #fff;
}
._archive .google_top_content #kita_map {
  width: 100%;
  height: 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  ._archive .google_top_content #kita_map {
    height: 83.33vw;
  }
}
._archive .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) {
  ._archive .google_top_content .google_map_height_home {
    height: 83.33vw;
  }
}
._archive .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) {
  ._archive .google_top_content .google_map_height {
    height: 83.33vw;
  }
}
._archive .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;
}
._archive .google_top_content .google_map_img {
  margin: 0 auto;
  width: 100%;
  height: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
}
._archive .google_top_content .google_map_link {
  text-decoration: none;
}
._archive .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) {
  ._archive .google_top_content #google_map_click_button_area {
    justify-content: center;
    margin: 0.28rem auto 0.22rem;
  }
}
._archive .google_top_content #google_map_area {
  width: 100%;
  margin: 0.4rem 0 0.3rem 0;
}

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

single エリア詳細ページ

----------------------------------------------------------------------------- */
._single {
  /* 斎儀場一覧 */
  /* 葬儀事情 */
  /*Google map API ここまで*/
}
@media print, screen and (min-width: 641px) {
  ._single .mod_contact {
    margin-top: 0.8rem;
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 640px) {
  ._single .mod_contact {
    margin-top: 0;
    padding: 0.3rem 0;
  }
}
._single .sec_intro > .in {
  background-color: #f3efec;
}
@media screen and (max-width: 640px) {
  ._single .sec_intro > .in {
    padding-top: 0.2rem;
    padding-bottom: 0.6rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_intro > .in {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
}
._single .sec_intro > .in > .secTit {
  position: relative;
}
._single .sec_intro > .in > .secTit > .title {
  letter-spacing: 0.08em;
  line-height: 1.44;
}
@media screen and (max-width: 640px) {
  ._single .sec_intro > .in > .secTit > .title {
    line-height: 1.24;
  }
}
._single .sec_intro > .in > .secTit > .title .big {
  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::before {
  content: "";
  width: 0.97rem;
  height: 0.67rem;
  background-image: url(/img/area/shop_detail_intro_deco01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% - 4.45rem);
  top: 0;
}
._single .sec_intro > .in .txt {
  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.15rem;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  ._single .sec_intro > .in .txt {
    padding: 0 0.3rem;
    margin-top: 0.25rem;
    text-align: justify;
  }
  ._single .sec_intro > .in .txt br {
    display: none;
  }
}
._single .sec_intro > .in .txt a {
  color: #03888e;
}
._single .sec_intro > .in .txt .more__btn {
  display: none;
}
@media screen and (max-width: 640px) {
  ._single .sec_intro > .in .txt .a-more {
    display: block;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  ._single .sec_intro > .in .txt .a-more .more__content {
    padding: 0;
    position: relative;
    height: auto;
    display: block;
    width: 100%;
    overflow: hidden;
    max-height: 160px;
    transition: max-height 0.7s;
  }
  ._single .sec_intro > .in .txt .a-more .more__content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.7s;
    background: linear-gradient(to bottom, transparent 0%, #f3efec 100%);
  }
  ._single .sec_intro > .in .txt .a-more .more__content.open:after {
    z-index: -1;
    opacity: 0;
  }
  ._single .sec_intro > .in .txt .a-more .more__btn {
    border-radius: 6px;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    margin: 14px auto 0;
    padding: 10px 26px;
    color: #ffffff;
    background-color: #03888e;
    cursor: pointer;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_intro .mod_nav {
    margin-top: 0.4rem;
  }
}
._single .sec_detail > .in {
  position: relative;
}
._single .sec_detail > .in .secTit {
  padding-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  ._single .sec_detail > .in .secTit {
    padding-bottom: 0.6rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_detail > .in .secTit .title {
    letter-spacing: 0.05em;
  }
}
._single .sec_detail .detail {
  width: 100%;
  max-width: 10rem;
  margin: auto;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail {
    box-sizing: border-box;
    padding: 0 0.15rem 0.35rem;
  }
}
._single .sec_detail .detail .shop_in {
  padding: 0.6rem 0.5rem;
  background-color: #f3efec;
  border-radius: 0.16rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .shop_in {
    padding: 0.25rem 0.15rem;
  }
}
._single .sec_detail .detail .shop_in .shop_header {
  min-height: 2.87rem;
}
._single .sec_detail .detail .shop_in .shop_header .shop_name {
  position: relative;
  margin-top: 0.1rem;
  padding-bottom: 0.2rem;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_detail .detail .shop_in .shop_header .shop_name {
    max-width: 50%;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .shop_in .shop_header .shop_name {
    margin-top: 0;
  }
}
._single .sec_detail .detail .shop_in .shop_header .shop_name::before {
  content: "";
  width: 0.5rem;
  height: 0.43rem;
  background-image: url(/img/area/shop_name_deco.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -0.1rem;
  top: -0.1rem;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .shop_in .shop_header .shop_name::before {
    width: 0.25rem;
    height: 0.215rem;
    left: -0.05rem;
    top: -0.05rem;
  }
}
._single .sec_detail .detail .shop_in .shop_header .shop_name span {
  font-family: "hannari";
  font-weight: 400;
  font-size: 0.3rem;
  letter-spacing: 0.15em;
  color: #473933;
  position: relative;
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .shop_in .shop_header .shop_name span {
    font-size: 0.23rem;
  }
}
._single .sec_detail .detail .shop_in .shop_header .shop_ph {
  position: absolute;
  width: 4.3rem;
  height: 2.87rem;
  top: 0.6rem;
  right: 0.5rem;
  /*.ph {
  	margin: 0;
  	padding: 0;
  }*/
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .shop_in .shop_header .shop_ph {
    position: relative;
    width: 100%;
    height: 55.55vw;
    top: auto;
    right: auto;
  }
}
._single .sec_detail .detail .shop_in .shop_header .shop_txt_wrap {
  width: 100%;
  max-width: 4.3rem;
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .shop_in .shop_header .shop_txt_wrap {
    max-width: 100%;
    padding-top: 0.1rem;
  }
}
._single .sec_detail .detail .shop_in .shop_header .shop_txt_wrap .txt {
  line-height: 2;
  color: #473933;
  text-align: justify;
}
._single .sec_detail .detail .shop_in .shop_header .shop_txt_wrap .tel_num {
  margin-top: 0.1rem;
  width: 100%;
  max-width: 3.64rem;
  background-image: url(/img/area/shop_detail_tel_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  padding: 0.2rem;
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .shop_in .shop_header .shop_txt_wrap .tel_num {
    max-width: 100%;
    padding: 0.2rem 0.1rem;
  }
}
._single .sec_detail .detail .shop_in .shop_header .shop_txt_wrap .tel_num a {
  color: #03888e;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.32rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  white-space: nowrap;
}
.os-android
  ._single
  .sec_detail
  .detail
  .shop_in
  .shop_header
  .shop_txt_wrap
  .tel_num
  a {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .shop_in .shop_header .shop_txt_wrap .tel_num a {
    display: block;
    font-size: 0.26rem;
    text-align: center;
    position: relative;
    padding-right: 0.17rem;
  }
  ._single
    .sec_detail
    .detail
    .shop_in
    .shop_header
    .shop_txt_wrap
    .tel_num
    a::after {
    content: "";
    width: 0.17rem;
    height: 0.17rem;
    background-image: url(/img/area/tel_link_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
._single
  .sec_detail
  .detail
  .shop_in
  .shop_header
  .shop_txt_wrap
  .tel_num
  a
  span {
  font-size: 0.2rem;
  display: inline-block;
  padding-right: 0.08rem;
  position: relative;
  top: -0.03rem;
}
@media screen and (max-width: 640px) {
  ._single
    .sec_detail
    .detail
    .shop_in
    .shop_header
    .shop_txt_wrap
    .tel_num
    a
    span {
    font-size: 0.173rem;
    padding-right: 0.04rem;
  }
}
._single
  .sec_detail
  .detail
  .shop_in
  .shop_header
  .shop_txt_wrap
  .tel_num
  a.t_pc {
  display: block;
}
@media screen and (max-width: 640px) {
  ._single
    .sec_detail
    .detail
    .shop_in
    .shop_header
    .shop_txt_wrap
    .tel_num
    a.t_pc {
    display: none;
  }
}
._single
  .sec_detail
  .detail
  .shop_in
  .shop_header
  .shop_txt_wrap
  .tel_num
  a.t_smt {
  display: none;
}
@media screen and (max-width: 640px) {
  ._single
    .sec_detail
    .detail
    .shop_in
    .shop_header
    .shop_txt_wrap
    .tel_num
    a.t_smt {
    font-weight: 800;
    display: block;
    text-align: center;
  }
}
._single .sec_detail .detail .shop_in .shop_info_table {
  padding-top: 0.36rem;
  color: #473933;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.16rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.os-android ._single .sec_detail .detail .shop_in .shop_info_table {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .shop_in .shop_info_table {
    padding-top: 0.2rem;
    font-size: 0.14rem;
    line-height: 2;
  }
}
._single .sec_detail .detail .shop_in .shop_info_table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}
._single .sec_detail .detail .shop_in .shop_info_table tr:nth-child(n + 5) {
  display: none;
}
._single .sec_detail .detail .shop_in .shop_info_table th {
  padding: 0.15rem;
  text-align: left;
  width: 2rem;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #bbd4c5;
  font-size: 0.16rem;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_detail .detail .shop_in .shop_info_table th {
    white-space: nowrap;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .shop_in .shop_info_table th {
    width: 100%;
    display: block;
    padding: 0.1rem 0.15rem;
  }
}
._single .sec_detail .detail .shop_in .shop_info_table td {
  padding: 0.15rem;
  width: 2.48rem;
  text-align: left;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .shop_in .shop_info_table td {
    width: 100%;
    display: block;
    padding: 0.1rem 0.15rem;
  }
}
._single .sec_detail .detail .shop_in .shop_map {
  margin-top: 0.3rem;
  border: 3px solid #fff;
  box-sizing: border-box;
  height: 5.06rem;
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .shop_in .shop_map {
    margin-top: 0.25rem;
    border: 0;
    height: 80.83vw;
  }
}
._single .sec_detail .detail .shop_in .shop_map iframe {
  width: 100%;
  height: 100%;
}
._single .sec_detail .detail .shop_in .link {
  padding-top: 0.3rem;
}
._single .sec_detail .detail .shop_in .mod_columns {
  margin-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .shop_in .mod_columns {
    margin-top: 0.4rem;
  }
}
._single .sec_detail .detail .shop_in .mod_columns .mod_title {
  font-family: "hannari";
  font-weight: 400;
  font-size: 0.2rem;
  letter-spacing: 0.05em;
  color: #473933;
  border-bottom: 2px solid #837a75;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_detail .detail .shop_in .mod_columns .mod_title {
    padding-bottom: 0.15rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .shop_in .mod_columns .mod_title {
    padding-bottom: 0.12rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .shop_in .mod_columns .columnBox {
    margin-top: 0.07rem;
    max-width: 100%;
  }
}
._single .sec_detail .detail .shop_in .mod_columns .columnBox .ph {
  margin: 0;
  padding: 0;
  margin-right: 5.3%;
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .shop_in .mod_columns .columnBox .title {
    width: 62.62vw;
  }
}
._single .sec_detail .detail .shop_in .mod_columns .columnBox .title .area_cat {
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0.03rem 0.16rem 0.02rem;
  background-color: #a1a93d;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.3rem;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
  ._single
    .sec_detail
    .detail
    .shop_in
    .mod_columns
    .columnBox
    .title
    .area_cat {
    font-size: 0.13rem;
    padding: 0.01rem 0.06rem;
    margin-bottom: 0.05rem;
  }
}
._single .sec_detail .detail .shop_in .mod_columns .columnBox .title .text {
  display: inline-block;
  /*overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;*/
}
@media print, screen and (min-width: 641px) {
  ._single .sec_detail .detail .shop_in .mod_columns .columnBox .title .text {
    width: 2.15rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .shop_in .mod_columns .columnBox .title .text {
    width: 49.7vw;
  }
}
._single .sec_list {
  margin-top: 1.2rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  ._single .sec_list {
    margin-top: 0.6rem;
  }
}
._single .sec_list::before {
  content: "";
  width: 1.81rem;
  height: 1.18rem;
  background-image: url(/img/area/area_list_deco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: calc(50% - 4.4rem);
  top: -0.3rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  ._single .sec_list::before {
    width: 1.05rem;
    height: 0.68rem;
    right: 0.4rem;
  }
}
._single .sec_list .secTit {
  padding: 0.8rem 0 0.5rem;
}
@media screen and (max-width: 640px) {
  ._single .sec_list .secTit {
    padding: 0.6rem 0 0.4rem;
  }
}
._single .sec_list .secTit .title span .small {
  font-style: normal;
  display: block;
  padding-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
  ._single .sec_list .secTit .title span .small {
    font-size: 0.18rem;
    letter-spacing: 0.25em;
    padding-bottom: 0.1rem;
  }
}
._single .sec_list .area_map {
  margin: 0 0.15rem;
  border: 2px solid #fff;
  box-sizing: border-box;
  height: 88.88vw;
}
._single .sec_list .area_map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  ._single .sec_list .splitDeco.sp_none {
    padding-top: 0.2rem;
  }
  ._single .sec_list .splitDeco.sp_none::before {
    content: none;
  }
}
._single .sec_list .shop_list_wrap {
  width: 100%;
  max-width: 10.8rem;
  margin: auto;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 640px) {
  ._single .sec_list .shop_list_wrap {
    box-sizing: border-box;
    padding: 0 0.15rem 0.6rem;
  }
}
._single .sec_list .shop_list_wrap .shop_list_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
@media screen and (max-width: 640px) {
  ._single .sec_list .shop_list_wrap .shop_list_inner {
    margin: 0;
  }
}
._single .sec_list .shop_list_wrap .shop_list_inner .shop_list_box {
  width: 100%;
  max-width: 2.55rem;
  position: relative;
  padding: 0.2rem 0 0.17rem;
  border-top: 3px solid #ebe4d9;
  margin: 0 0.1rem;
}
@media screen and (max-width: 640px) {
  ._single .sec_list .shop_list_wrap .shop_list_inner .shop_list_box {
    max-width: 100%;
    margin: 0;
    padding: 0.15rem 0 0.13rem;
  }
}
._single .sec_list .shop_list_wrap .shop_list_inner .shop_list_box::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ebe4d9;
  position: absolute;
  left: 0;
  bottom: -3px;
}
._single .sec_list .shop_list_wrap .shop_list_inner .shop_list_box .area_title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.2rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  color: #473933;
}
.os-android
  ._single
  .sec_list
  .shop_list_wrap
  .shop_list_inner
  .shop_list_box
  .area_title {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  ._single
    .sec_list
    .shop_list_wrap
    .shop_list_inner
    .shop_list_box
    .area_title {
    font-size: 0.17rem;
    position: relative;
  }
  ._single
    .sec_list
    .shop_list_wrap
    .shop_list_inner
    .shop_list_box
    .area_title::after {
    content: "";
    width: 0.1rem;
    height: 0.07rem;
    background-image: url(/img/area/area_list_acc_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0.1rem;
    top: 0.08rem;
    transition: all 0.3s;
  }
}
._single
  .sec_list
  .shop_list_wrap
  .shop_list_inner
  .shop_list_box
  .area_title.open::after {
  transform: rotate(-180deg);
}
@media screen and (max-width: 640px) {
  ._single
    .sec_list
    .shop_list_wrap
    .shop_list_inner
    .shop_list_box
    .shop_list {
    display: none;
  }
}
._single
  .sec_list
  .shop_list_wrap
  .shop_list_inner
  .shop_list_box
  .shop_list
  .link {
  padding-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  ._single
    .sec_list
    .shop_list_wrap
    .shop_list_inner
    .shop_list_box
    .shop_list
    .link {
    padding-top: 0.08rem;
  }
}
._single
  .sec_list
  .shop_list_wrap
  .shop_list_inner
  .shop_list_box
  .shop_list
  .link
  a {
  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.15rem;
  letter-spacing: 0.05em;
  color: #473933;
  transition: opacity 0.3s;
}
._single
  .sec_list
  .shop_list_wrap
  .shop_list_inner
  .shop_list_box
  .shop_list
  .link
  a::before {
  content: "●";
  color: #78a98c;
  display: inline-block;
  padding-right: 0.06rem;
}
._single
  .sec_list
  .shop_list_wrap
  .shop_list_inner
  .shop_list_box
  .shop_list
  .link
  a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  ._single .sec_back {
    padding-bottom: 0.9rem;
  }
}
._single .single_detail_cloumns .ph {
  margin: 0;
  margin-right: 5.3%;
}
._single .sec_map > .in {
  margin: auto;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_map > .in {
    padding: 0.8rem 0 1.1rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_map > .in {
    padding: 0.7rem 0;
  }
}
._single .sec_map .secTit > .title .min {
  display: block;
  padding-bottom: 0.1rem;
  font-size: 0.19rem;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 640px) {
  ._single .sec_map .secTit > .title .min {
    font-size: 0.18rem;
    letter-spacing: 0.08em;
  }
}
._single .placeMap {
  margin: auto;
  margin-top: 0.5rem;
  /*@include sc(pcMin){
  	margin-top: 42px;
  }
  @include sc(tab){
  	margin-top: 33px;
  }*/
}
@media print, screen and (min-width: 641px) {
  ._single .placeMap {
    width: 10.8rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .placeMap {
    margin-top: 0.35rem;
  }
}
._single .placeMap .link {
  margin-top: 0.25rem;
  /*@include sc(tab){
  	margin-top: 17px;
  }*/
}
@media screen and (max-width: 640px) {
  ._single .placeMap .link {
    margin-top: 0.25rem;
  }
}
._single .google_top_content {
  width: 10.8rem;
  padding: 0.56rem;
  /*@include sc(pcMin){
  	width: 75%;
  	padding: 5.18%;
  }
  @include sc(tab){
  	width: 75%;
  	padding: 5.18%;
  }*/
}
@media screen and (max-width: 640px) {
  ._single .google_top_content {
    width: calc(100% - 0.1rem);
    padding: 0.18rem;
  }
}
._single .google_top_content .area_map_flex {
  display: flex;
  flex-wrap: wrap;
}
._single .google_top_content .area_map_none {
  display: none;
}
._single .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) {
  ._single .google_top_content #google_map_click_button {
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
  }
  ._single
    .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) {
  ._single .google_top_content #google_map_click_button {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }
}
._single .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) {
  ._single .google_top_content #google_map_click_button_home {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0.1rem;
  }
}
._single .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) {
  ._single .google_top_content .click_text_home {
    margin-left: 0.8%;
  }
  ._single .google_top_content .click_text_home:nth-of-type(6n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  ._single .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);
  }
  ._single .google_top_content .click_text_home:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
._single .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) {
  ._single .google_top_content .click_text_area {
    margin-left: 1.5%;
  }
  ._single .google_top_content .click_text_area:nth-of-type(7n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  ._single .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);
  }
  ._single .google_top_content .click_text_area:nth-of-type(4n + 1) {
    margin-left: 0;
  }
}
._single .google_top_content .area {
  margin: 0;
  text-align: center;
  font-size: 0.13rem;
  font-weight: 300;
  margin: 0.05rem 0 0;
}
._single .google_top_content .map_margin_bottom {
  margin-bottom: 0.2rem;
}
._single .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) {
  ._single .google_top_content .sec-map-home {
    padding: 0.35rem 0 0.65rem;
  }
}
._single .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) {
  ._single .google_top_content .sec-map-home .m-list-plan-global {
    margin-top: 0.35rem;
  }
}
._single .google_top_content .sec-map-home .m-btn-01 {
  max-width: 2.62rem;
}
._single .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) {
  ._single .google_top_content .sec-map-home__text {
    font-size: 0.22rem;
    margin-bottom: 1.36em;
  }
}
._single .google_top_content .google_map_click_text {
  text-align: center;
  background-color: #f3f3f3;
  cursor: pointer;
  font-weight: 400;
}
._single .google_top_content .google_map_click_active {
  background-color: #a98e5a;
  color: #fff;
}
._single .google_top_content #kita_map {
  width: 100%;
  height: 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  ._single .google_top_content #kita_map {
    height: 83.33vw;
  }
}
._single .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) {
  ._single .google_top_content .google_map_height_home {
    height: 83.33vw;
  }
}
._single .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) {
  ._single .google_top_content .google_map_height {
    height: 83.33vw;
  }
}
._single .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;
}
._single .google_top_content .google_map_img {
  margin: 0 auto;
  width: 100%;
  height: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
}
._single .google_top_content .google_map_link {
  text-decoration: none;
}
._single .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) {
  ._single .google_top_content #google_map_click_button_area {
    justify-content: center;
    margin: 0.28rem auto 0.22rem;
  }
}
._single .google_top_content #google_map_area {
  width: 100%;
  margin: 0.4rem 0 0.3rem 0;
}

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


静的の固定コンテンツ

----------------------------------------------------------------------------- */
.sec_reason > .in {
  padding-top: 0.9rem;
  padding-bottom: 1.4rem;
  /*@include sc(pcMin){
  	@include pcMinpt(90px);
  	@include pcMinpb(140px);
  }
  @include sc(tab){
  	@include tabMinpt(90px);
  	@include tabMinpb(140px);
  }*/
}
@media screen and (max-width: 640px) {
  .sec_reason > .in {
    padding-top: 0.75rem;
    padding-bottom: 0.85rem;
  }
}
.sec_reason .deco {
  position: absolute;
  z-index: 0;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.sec_reason .deco.deco01 {
  top: -0.58rem;
  right: calc(50% - 4.75rem);
  width: 2.13rem;
  height: 1.13rem;
  background-image: url("../img/reason_deco01.png");
  /*@include sc(pcMin){
  	top: -49px;
  	right: calc(50% - 399px);
  	@include pcMinwd(213px);
  	@include pcMinhi(113px);
  }
  @include sc(tab){
  	top: -38px;
  	right: calc(50% - 314px);
  	@include tabMinwd(213px);
  	@include tabMinhi(113px);
  }*/
}
@media screen and (max-width: 640px) {
  .sec_reason .deco.deco01 {
    top: -0.37rem;
    right: 0.24rem;
    width: 1.38rem;
    height: 0.73rem;
  }
}
.sec_reason .itemBox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .sec_reason .itemBox {
    max-width: 10.8rem;
    margin: auto;
    margin-top: 0.4rem;
    justify-content: space-between;
    row-gap: 0.6rem;
    /*@include sc(pcMin){
    	max-width: 75%;
    	margin-top: 34px;
    }
    @include sc(tab){
    	max-width: 75%;
    	margin-top: 27px;
    	//background-color: rgba(#cc0000, 0.1);//暫定
    }*/
  }
}
.sec_reason .itemBox .item {
  width: 3.4rem;
  /*@include sc(pcMin){
  	width:23.61vw;
  }
  @include sc(tab){
  	width:23.61vw;
  }*/
}
@media screen and (max-width: 640px) {
  .sec_reason .itemBox .item {
    width: 100%;
  }
}
.sec_reason .itemBox .item > .in {
  position: relative;
  width: 3rem;
  margin: auto;
  padding-bottom: 0.4rem;
  /*@include sc(pcMin){
  	width: 20.83vw;//100%;
  	padding-bottom: 34px;
  }
  @include sc(tab){
  	width: 20.83vw;//100%;
  	padding-bottom: 27px;
  }*/
}
@media screen and (max-width: 640px) {
  .sec_reason .itemBox .item > .in {
    width: calc(100% - 0.34rem);
    padding-bottom: 0.3rem;
  }
}
.sec_reason .itemBox .item .thumb {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 1.58rem;
  margin: 0;
  /*@include sc(pcMin){
  	height: 10.97vw;
  }
  @include sc(tab){
  	height: 10.97vw;
  }*/
}
@media screen and (max-width: 640px) {
  .sec_reason .itemBox .item .thumb {
    height: 36.66vw;
  }
}
.sec_reason .itemBox .item .thumb img {
  border-radius: 0.18rem;
  overflow: hidden;
  /*@include sc(pcMin){
  	border-radius: 15px;
  }
  @include sc(tab){
  	border-radius: 12px;
  }*/
}
@media screen and (max-width: 640px) {
  .sec_reason .itemBox .item .thumb img {
    border-radius: 0.13rem;
  }
}
.sec_reason .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;
  /*@include sc(pcMin){
  	left: calc(50% - 4.305vw);
  	bottom: -6.9vw;
  	width: 8.61vw;
  	height: 8.61vw;
  }
  @include sc(tab){
  	left: calc(50% - 4.305vw);
  	bottom: -6.9vw;
  	width: 8.61vw;
  	height: 8.61vw;
  }*/
}
@media screen and (max-width: 640px) {
  .sec_reason .itemBox .item .thumb:before {
    left: calc(50% - 14.165vw);
    bottom: -0.84rem;
    width: 28.33vw;
    height: 28.33vw;
  }
}
.sec_reason .itemBox .item .txtBox {
  position: relative;
  z-index: 1;
  margin-top: 0.7rem;
  /*@include sc(pcMin){
  	margin-top: 59px;
  }
  @include sc(tab){
  	margin-top: 47px;
  }*/
}
@media screen and (max-width: 640px) {
  .sec_reason .itemBox .item .txtBox {
    margin-top: 17.5vw;
  }
}
.sec_reason .itemBox .item .txtBox:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.08rem;
  left: calc(50% - 1.68rem);
  display: block;
  width: 3.36rem;
  height: 1.92rem;
  background-image: url("../img/reason_thumb_bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
  /*@include sc(pcMin){
  	top: 7px;
  	left: calc(50% - 11.665vw);
  	width: 23.33vw;
  	height: 13.33vw;
  }
  @include sc(tab){
  	top: 5px;
  	left: calc(50% - 11.665vw);
  	width: 23.33vw;
  	height: 13.33vw;
  }*/
}
@media screen and (max-width: 640px) {
  .sec_reason .itemBox .item .txtBox:before {
    width: 2.78rem;
    height: 1.58rem;
    left: calc(50% - 1.39rem);
  }
}
.sec_reason .itemBox .item .txtBox .title {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.23rem;
  letter-spacing: 0.11em;
  line-height: 1.56;
  color: #78a98c;
  text-align: center;
  /*@include sc(pcMin){
  	font-size: 19px;
  }
  @include sc(tab){
  	font-size: 15px;
  }*/
}
@media screen and (max-width: 640px) {
  .sec_reason .itemBox .item .txtBox .title {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 640px) {
  .sec_reason .itemBox .item .txtBox .title {
    font-size: 0.21rem;
    line-height: 1.42;
  }
}
.sec_reason .itemBox .item .txtBox .txt {
  font-size: 0.15rem;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #473933;
  font-feature-settings: "palt";
  margin-top: 0.15rem;
  /*@include sc(pcMin){
  	font-size: 13px;
  	margin-top: 13px;
  }
  @include sc(tab){
  	font-size: 11px;
  	margin-top: 10px;
  }*/
}
@media screen and (max-width: 640px) {
  .sec_reason .itemBox .item .txtBox .txt {
    font-size: 0.14rem;
    line-height: 1.78;
  }
}
.sec_reason .itemBox .item .txtBox--type2 {
  margin-top: 0.35rem;
}
@media screen and (max-width: 640px) {
  .sec_reason .itemBox .item .txtBox--type2 {
    margin-top: 0.2rem;
  }
}
.sec_reason .itemBox .item .txtBox--type2 .title {
  letter-spacing: normal;
  white-space: nowrap;
}
@media print, screen and (min-width: 641px) {
  .sec_reason .itemBox .item .txtBox--type2 .title {
    min-height: 0.715rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
  }
}
@media screen and (max-width: 640px) {
  .sec_reason .itemBox .item .txtBox--type2 .title {
    white-space: initial;
    list-style: 1.7;
  }
}
.sec_reason .itemBox .item.reason01 .thumb:before {
  background-image: url("../img/reason_thumb01_icon.png");
}
.sec_reason .itemBox .item.reason02 .thumb:before {
  background-image: url("../img/reason_thumb02_icon.png");
}
.sec_reason .itemBox .item.reason03 .thumb:before {
  background-image: url("../img/reason_thumb03_icon.png");
}
.sec_reason [data-slidearea01].type01 {
  padding: 0;
  overflow: hidden;
  margin-top: 0.4rem;
}
.sec_reason [data-slidearea01].type01 .slidearea01_wrap {
  max-width: 11.8rem;
  width: 100%;
  margin: auto;
  position: relative;
}
.sec_reason [data-slidearea01].type01 .slidearea01_btns {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
.sec_reason [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) {
  .sec_reason [data-slidearea01].type01 .slidearea01_btns button {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.sec_reason [data-slidearea01].type01 .slidearea01_btns button:before,
.sec_reason [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;
}
.sec_reason [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);
}
.sec_reason [data-slidearea01].type01 .slidearea01_btns button:after {
  content: none;
}
.sec_reason [data-slidearea01].type01 .slidearea01_btns button.next {
  right: 0.2rem;
}
@media screen and (max-width: 640px) {
  .sec_reason [data-slidearea01].type01 .slidearea01_btns button.next {
    right: 0;
  }
}
.sec_reason [data-slidearea01].type01 .slidearea01_btns button.prev {
  left: 0.2rem;
}
@media screen and (max-width: 640px) {
  .sec_reason [data-slidearea01].type01 .slidearea01_btns button.prev {
    left: 0px;
  }
  .sec_reason [data-slidearea01].type01 .slidearea01_btns button.prev:before {
    transform: rotate(135deg);
  }
}
.sec_reason [data-slidearea01].type01 .slidearea01_btns button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.no-touchevents
  .sec_reason
  [data-slidearea01].type01
  .slidearea01_btns
  button:hover:before {
  background-color: transparent;
}
.sec_reason [data-slidearea01].type01 .slidearea01_wrapin {
  padding: 0 33.33333%;
}
@media screen and (max-width: 640px) {
  .sec_reason [data-slidearea01].type01 .slidearea01_wrapin {
    margin: 0 12%;
    padding: 0;
    overflow: hidden;
  }
}
.sec_reason [data-slidearea01].type01 .slidearea01_content {
  position: relative;
  display: flex;
}
.sec_reason [data-slidearea01].type01 .slidearea01_link {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
.sec_reason [data-slidearea01].type01 .slidearea01_pager {
  text-align: center;
}
.sec_reason [data-slidearea01].type01 .slidearea01_pager button {
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.sec_reason [data-slidearea01].type01 .slidearea01_pager button:after,
.sec_reason [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) {
  .sec_reason [data-slidearea01].type01 .slidearea01_pager button:after,
  .sec_reason [data-slidearea01].type01 .slidearea01_pager button:before {
    width: 0.12rem;
    height: 0.12rem;
  }
}
.sec_reason [data-slidearea01].type01 .slidearea01_pager button:after {
  transition: 0.2s;
}
.no-touchevents
  .sec_reason
  [data-slidearea01].type01
  .slidearea01_pager
  button:hover:after,
.sec_reason [data-slidearea01].type01 .slidearea01_pager button.active:after {
  background-color: #03888e;
}
.sec_reason [data-slidearea01].type01 .slidearea01_pager button.active {
  cursor: default;
  pointer-events: none;
}
.sec_reason .link {
  margin-top: 0.3rem;
  /*@include sc(pcMin){
  	margin-top: 25px;
  }
  @include sc(tab){
  	margin-top: 20px;
  }*/
}
@media screen and (max-width: 640px) {
  .sec_reason .link {
    width: calc(100% - 0.6rem);
    margin: auto;
    margin-top: 0.3rem;
  }
}

.sec_flow > .in {
  padding: 1.2rem 0 1.6rem;
}
@media screen and (max-width: 640px) {
  .sec_flow > .in {
    padding: 0.8rem 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_flow > .in .title {
    line-height: 1.4;
  }
}
.sec_flow .deco {
  position: absolute;
  z-index: 1;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.sec_flow .deco.deco01 {
  top: -0.53rem;
  right: calc(50% - 4.5rem);
  width: 1.22rem;
  height: 1.14rem;
  background-image: url("../img/about/flow_deco01.png");
}
@media screen and (max-width: 640px) {
  .sec_flow .deco.deco01 {
    top: -0.43rem;
    right: 0;
    width: 0.79rem;
    height: 0.74rem;
  }
}
.sec_flow .deco.deco02 {
  top: 0.94rem;
  left: calc(50% - 3.09rem);
  width: 1.19rem;
  height: 0.97rem;
  background-image: url("../img/about/flow_deco02.png");
}
@media screen and (max-width: 640px) {
  .sec_flow .deco.deco02 {
    top: -0.16rem;
    left: auto;
    right: 0;
    width: 0.74rem;
    height: 0.6rem;
  }
}
.sec_flow .deco.deco03 {
  top: -0.3rem;
  right: calc(50% - 4.08rem);
  width: 1.19rem;
  height: 1.3rem;
  background-image: url("../img/about/flow_deco03.png");
}
@media screen and (max-width: 640px) {
  .sec_flow .deco.deco03 {
    top: -0.21rem;
    right: 0;
    width: 0.61rem;
    height: 0.66rem;
  }
}
.sec_flow .deco.deco04 {
  bottom: -0.3rem;
  right: calc(50% - 4.09rem);
  width: 1.04rem;
  height: 0.86rem;
  background-image: url("../img/about/flow_deco04.png");
}
@media screen and (max-width: 640px) {
  .sec_flow .deco.deco04 {
    top: -0.39rem;
    bottom: auto;
    right: 0.05rem;
    width: 0.61rem;
    height: 0.52rem;
  }
}
.sec_flow .intro {
  margin-top: 0.33rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .intro {
    margin-top: 0.24rem;
  }
}
.sec_flow .intro .txt {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-size: 0.16rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .intro .txt {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 640px) {
  .sec_flow .intro .txt {
    font-size: 0.16rem;
  }
}
.sec_flow .flowBox {
  margin: 0 auto;
  padding: 0.62rem 0.85rem 0.1rem 0.84rem;
  width: 100%;
  max-width: 10rem;
  background-color: #e9edef;
  border-radius: 0.18rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox {
    margin: 0 auto;
    padding: 0.25rem 0.25rem 0;
    width: calc(100% - 0.6rem);
    max-width: 100%;
  }
}
.sec_flow .flowBox > .title {
  text-align: center;
  font-family: "hannari";
  font-weight: 400;
  font-size: 0.3rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox > .title {
    font-size: 0.25rem;
  }
}
.sec_flow .flowBox > .title span {
  position: relative;
  display: inline-block;
}
.sec_flow .flowBox > .title span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.35rem);
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0.27rem;
  height: 0.06rem;
  background-image: url(../img/about/flow_title_deco_dot.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox > .title span::before {
    top: calc(50% + 0.29rem);
    width: 0.17rem;
    height: 0.04rem;
  }
}
.sec_flow .flowBox + .flowBox {
  margin-top: 0.55rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox + .flowBox {
    margin-top: 0.28rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox:last-of-type {
    padding-bottom: 0.25rem;
  }
}
.sec_flow .flowBox.flow01 {
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox.flow01 {
    margin-top: 0.4rem;
  }
}
.sec_flow .flowBox .flowItem {
  margin-top: 0.15rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .flowItem {
    margin-top: 0.15rem;
  }
}
.sec_flow .flowBox .contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 0.48rem;
  width: 5.33rem;
  height: 1.96rem;
  background-image: url(../img/about/flow_contact_bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .contact {
    margin-top: -0.26rem;
    margin-left: 0.12rem;
    padding-bottom: 0.2rem;
    height: 35.76vw;
    width: calc(100% - 0.36rem);
    background-image: url(../img/about/flow_contact_bg_sp.svg);
  }
}
.sec_flow .flowBox .contact .catch {
  margin-top: 0.05rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.2rem;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .contact .catch {
    margin-top: 0.05rem;
    font-size: 0.14rem;
    letter-spacing: 0;
  }
}
.sec_flow .flowBox .contact .link {
  margin-top: 0.21rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .contact .link {
    margin-top: 0.08rem;
  }
}
.sec_flow .flowBox .contact .btn01 {
  width: 3.4rem;
  height: 0.5rem;
  font-size: 0.17rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .contact .btn01 {
    font-size: 0.16rem;
    width: calc(100% + 0.39rem);
    margin-left: -0.15rem;
  }
}
.sec_flow .flowBox .contact .btn01::after {
  position: absolute;
  content: "";
  display: block;
  top: 0.1rem;
  left: calc(50% - 1.3rem);
  width: 0.27rem;
  height: 0.28rem;
  background-image: url(../img/about/contact_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .contact .btn01::after {
    top: 0.11rem;
    left: calc(50% - 1.18rem);
    width: 0.27rem;
    height: 0.28rem;
  }
}
.sec_flow .flowBox .contact .btn01 span {
  display: inline-block;
}
@media print, screen and (min-width: 641px) {
  .sec_flow .flowBox .contact .btn01 span {
    padding-left: 0.1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_flow .flowBox ._01 {
    padding: 0.5rem 0 0.2rem;
  }
}
.sec_flow .flowBox .itemWrap {
  position: relative;
  display: block;
  padding: 0.5rem 0;
}
@media print, screen and (min-width: 641px) {
  .sec_flow .flowBox .itemWrap {
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap {
    padding: 0.3rem 0 0.32rem;
  }
}
.sec_flow .flowBox .itemWrap::before {
  position: absolute;
  content: "";
  top: -0.1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0.36rem;
  height: 0.2rem;
  background-image: url(../img/about/flow_deco_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap::before {
    top: -0.1rem;
    width: 0.27rem;
    height: 0.15rem;
  }
}
.sec_flow .flowBox .itemWrap .dt_ttl {
  padding-left: 0.45rem;
  width: 2.18rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.16rem;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.22rem;
  letter-spacing: 0.11em;
  box-sizing: border-box;
  color: #473933;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap .dt_ttl img {
    margin-left: -0.38rem;
    max-width: 2.65rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_flow .flowBox .itemWrap .dt_ttl img {
    margin-left: -0.45rem;
    max-width: 2.18rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap .dt_ttl {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap .dt_ttl {
    padding-left: 0.34rem;
    width: 100%;
    font-size: 0.17rem;
    letter-spacing: 0.05em;
  }
}
.sec_flow .flowBox .itemWrap .dt_ttl > span {
  position: relative;
}
.sec_flow .flowBox .itemWrap .dt_ttl > span::before {
  position: absolute;
  content: "";
  top: 0.01rem;
  left: -0.45rem;
  width: 0.35rem;
  height: 0.3rem;
  background-image: url(../img/about/flow_title_deco_bg.svg);
  background-repeat: no-repeat;
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap .dt_ttl > span::before {
    top: 1px;
    left: -0.33rem;
    width: 0.28rem;
    height: 0.25rem;
  }
}
.sec_flow .flowBox .itemWrap .dt_ttl > span::after {
  position: absolute;
  top: -0.02rem;
  left: -0.34rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap .dt_ttl > span::after {
    top: 0;
    left: -0.24rem;
  }
}
.sec_flow .flowBox .itemWrap .txt {
  padding-left: 0.35rem;
  width: 5.3rem;
  font-size: 0.15rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap .txt {
    margin-top: 0.15rem;
    padding-left: 0;
    width: 100%;
    font-size: 0.14rem;
  }
}
.sec_flow .flowBox .itemWrap .txt .txtLink {
  display: block;
}
.sec_flow .flowBox .itemWrap .txt .txtLink .btn {
  position: relative;
  font-weight: 500;
  font-size: 0.17rem;
  color: #03888e;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap .txt .txtLink .btn {
    width: 100%;
    font-size: 0.14rem;
    letter-spacing: 0.04em;
  }
}
.sec_flow .flowBox .itemWrap .txt .txtLink .btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.08rem);
  right: -0.22rem;
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background-image: url(../img/area/btn_arrow_green_bottom.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap .txt .txtLink .btn::before {
    right: -0.2rem;
  }
}
.sec_flow .flowBox .itemWrap._01::before {
  position: static;
  content: unset;
}
.sec_flow .flowBox .itemWrap._01 .dt_ttl > span::after {
  content: "1";
}
.sec_flow .flowBox .itemWrap._02 .dt_ttl > span::after {
  content: "2";
}
.sec_flow .flowBox .itemWrap._03 .dt_ttl > span::after {
  content: "3";
}
.sec_flow .flowBox .itemWrap._04::before {
  position: static;
  content: unset;
}
.sec_flow .flowBox .itemWrap._04 .dt_ttl > span::after {
  content: "4";
}
.sec_flow .flowBox .itemWrap._05 .dt_ttl > span::after {
  content: "5";
}
.sec_flow .flowBox .itemWrap._06 .dt_ttl > span::after {
  content: "6";
}
.sec_flow .flowBox .itemWrap._07::before {
  position: static;
  content: unset;
}
.sec_flow .flowBox .itemWrap._07 .dt_ttl > span::after {
  content: "7";
}
.sec_flow .flowBox .itemWrap._08 .dt_ttl > span::after {
  content: "8";
}
.sec_flow .flowBox .itemWrap._09 .dt_ttl > span::after {
  content: "9";
}
.sec_flow .flowBox .itemWrap._10 .dt_ttl > span::after {
  content: "10";
  left: -0.4rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap._10 .dt_ttl > span::after {
    left: -0.29rem;
  }
}
.sec_flow .flowBox > .link {
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox > .link {
    padding-bottom: 0.05rem;
    margin-top: -0.12rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .sec_flow .flowBox > .link:last-child {
    margin-top: 0.16rem;
  }
}
.sec_flow .flowBox > .link .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  width: 2.9rem;
  font-weight: 500;
  font-size: 0.17rem;
  color: #03888e;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox > .link .btn {
    width: 100%;
    font-size: 0.14rem;
    letter-spacing: 0.04em;
    margin-left: -0.08rem;
  }
}
.sec_flow .flowBox > .link .btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.09rem);
  right: -0.12rem;
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background-image: url(../img/about/btn_arrow_green_bottom.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox > .link .btn::before {
    right: 0;
  }
}
.sec_flow .flowBox .btn {
  transition: opacity 0.3s;
}
.no-touchevents .sec_flow .flowBox .btn:hover {
  opacity: 0.7;
}

/* -----------------------------------------------------------------------------
リニューアル
----------------------------------------------------------------------------- */
.sec_mapArea > .in {
  position: relative;
  padding: 1.08rem 0 0;
}
@media screen and (max-width: 640px) {
  .sec_mapArea > .in {
    padding: 0.6rem 0;
  }
}
.sec_mapArea > .in .secTit {
  margin-bottom: 0.854rem;
}
@media screen and (max-width: 640px) {
  .sec_mapArea > .in .secTit {
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_mapArea > .in .secTit .title {
    letter-spacing: 0.05em;
  }
}
.sec_mapArea .sec_mapArea__wrap {
  max-width: 10rem;
  height: 5rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .sec_mapArea .sec_mapArea__wrap {
    padding: 0 0.15rem;
    height: 2.68rem;
  }
}
.sec_mapArea iframe {
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
}

/* CMS：お客様の声*/
@media print, screen and (min-width: 641px) {
  .sec_voice .itemBox {
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0 auto;
    gap: 0.3rem;
    margin-top: 0.6rem !important;
    max-width: 10.24rem;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_voice .item + .item {
    margin-left: 0 !important;
  }
}

/* CMS：お客様の声*/
@media screen and (max-width: 640px) {
  ._single .sec_voice [data-slidearea01].type01 .slidearea01_wrapin {
    overflow: hidden !important;
  }
}

@media print, screen and (min-width: 641px) {
  ._single .sec_voice {
    padding: 1.3rem 0 1.2rem !important;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_voice {
    padding: 0.65rem 0 0.6rem !important;
  }
}

/* CMS：火葬場情報*/
.sec_finfo * {
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .sec_finfo .in {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_finfo .in {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_finfo .secTit {
    padding-bottom: 0.55rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_finfo .secTit {
    padding-bottom: 0.3rem;
  }
}
.sec_finfo .sec_finfo__items {
  max-width: 6.95rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .sec_finfo .sec_finfo__items {
    margin: 0 0.2rem;
  }
}
.sec_finfo .sec_finfo__items .sec_finfo__item {
  background: #f3efec;
  border-radius: 0.2rem;
  padding: 0.08rem;
}
.sec_finfo .sec_finfo__items .sec_finfo__item:not(:last-child) {
  margin-bottom: 0.3rem;
}
.sec_finfo .sec_finfo__items .sec_finfo__item .sec_finfo__box {
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.16rem 0.2rem;
}
.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) {
  .sec_finfo
    .sec_finfo__items
    .sec_finfo__item
    .sec_finfo__box
    .sec_finfo__wrap {
    display: flex;
    flex-direction: column;
  }
}
.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) {
  .sec_finfo
    .sec_finfo__items
    .sec_finfo__item
    .sec_finfo__box
    .sec_finfo__wrap
    .sec_finfo__wrapSub:nth-child(1) {
    width: auto;
  }
}
.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) {
  .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%;
  }
}
.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;
}
.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;
}
.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;
}
.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) {
  .sec_finfo
    .sec_finfo__items
    .sec_finfo__item
    .sec_finfo__box
    .sec_finfo__wrap
    .sec_finfo__heading
    h3 {
    text-align: center;
  }
}
.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) {
  .sec_finfo
    .sec_finfo__items
    .sec_finfo__item
    .sec_finfo__box
    .sec_finfo__wrap
    .sec_finfo__info
    > p {
    padding-bottom: 0.09rem;
  }
}
.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) {
  .sec_finfo
    .sec_finfo__items
    .sec_finfo__item
    .sec_finfo__box
    .sec_finfo__wrap
    .sec_finfo__info
    > div {
    display: block;
  }
}
.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;
}
.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) {
  .sec_finfo
    .sec_finfo__items
    .sec_finfo__item
    .sec_finfo__box
    .sec_finfo__wrap
    .sec_finfo__tel {
    padding-bottom: 0.09rem;
  }
}
.sec_finfo
  .sec_finfo__items
  .sec_finfo__item
  .sec_finfo__box
  .sec_finfo__wrap
  .sec_finfo__tel
  span {
  font-size: 0.16rem;
}
.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;
}
.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%);
}
.sec_finfo
  .sec_finfo__items
  .sec_finfo__item
  .sec_finfo__box
  .sec_finfo__wrap
  .sec_finfo__access
  p {
  font-size: 0.15rem;
}
.sec_finfo
  .sec_finfo__items
  .sec_finfo__item
  .sec_finfo__box
  .sec_finfo__wrap
  .sec_finfo__access
  p
  > span {
  font-weight: bold;
  color: #78a98c;
}
.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) {
  .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) {
  .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;
  }
}
.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) {
  .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) {
  .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;
  }
}
.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;
}
.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_finfo .link a {
  width: 100%;
}

/* CMS：よくある質問*/
@media print, screen and (min-width: 641px) {
  .sec_faq {
    padding: 0 0 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .sec_faq {
    padding: 0 0 0 !important;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_faq .in {
    padding-top: 1.2rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_faq .in {
    padding-top: 0.75rem;
    padding-bottom: 0.6rem;
  }
}
.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) {
  .sec_faq .faqBox {
    margin-top: 0.32rem;
    padding: 0.1rem 0.5rem 0.4rem;
    border-radius: 0.18rem;
  }
}
@media screen and (max-width: 640px) {
  .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;
  }
}
.sec_faq .faqBox .itemBox {
  color: #473933;
}
.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) {
  .sec_faq .faqBox .itemBox .title {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 640px) {
  .sec_faq .faqBox .itemBox .title {
    height: auto;
    font-size: 0.16rem;
    line-height: 1.51;
    padding: 0.15rem 0.3rem 0.15rem 0.45rem;
  }
}
.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) {
  .sec_faq .faqBox .itemBox .title:before {
    height: 0.02rem;
  }
}
.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) {
  .sec_faq .faqBox .itemBox .title:after {
    width: 0.1rem;
    height: 0.1rem;
    right: 0.08rem;
    top: calc(50% - 0.05rem);
  }
}
.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) {
  .sec_faq .faqBox .itemBox .title span:before {
    top: calc(50% - 0.12rem);
    width: 0.35rem;
    height: 0.25rem;
  }
}
.sec_faq .faqBox .itemBox .title.open:after {
  transform: rotate(180deg);
}
.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) {
  .sec_faq .faqBox .itemBox .detail {
    padding: 0.15rem 0.2rem;
  }
}
.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) {
  .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) {
  .sec_faq .link {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_faq .link {
    margin-top: 0.25rem;
    width: calc(100% - 0.6rem);
    margin: 0 auto;
  }
}

.sec_faq__items {
  max-width: 9rem;
  margin: 0 auto;
  margin-top: 0.8rem;
}

.sec_faq__items > li:not(:last-child) {
  margin-bottom: 0.15rem;
}

.sec_faq__items li h3 {
  cursor: pointer;
  position: relative;
}

.sec_faq__items li h3:after {
  position: absolute;
  content: "";
  background: url(../img/btn-accordion-close.png);
  width: 0.12rem;
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
}

.sec_faq__items li .is-active:after {
  background: url(../img/btn-accordion-open.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.sec_faq__items li h3:hover {
  opacity: 0.8;
}

.sec_faq__wrap {
  margin: 0.32rem 0;
}

.sec_faq__wrap p {
  font-size: 0.15rem;
  color: #473933;
  line-height: 2;
}

.sec_faq__wrap > p:not(:last-child) {
  padding-bottom: 0.4rem;
}

/* table */
.sec_faq__table {
  width: 100%;
  margin: auto;
  padding-bottom: 0.4rem;
  box-sizing: border-box;
  color: #473933;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 0.14rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.sec_faq__table table {
  border-collapse: separate;
  border-spacing: 0.01rem;
  border-radius: 0.1rem;
  width: 100%;
}

.sec_faq__table table th,
.sec_faq__table table td {
  padding: 0.15rem;
  text-align: left;
  box-sizing: border-box;
  vertical-align: top;
}

.sec_faq__table table th {
  background-color: #bbd4c5;
}

.sec_faq__table table td {
  background-color: white;
}
.sec_faq__table--type2 table th {
  width: 1.4rem;
}

.sec_faq__table--type3 th {
  width: 17%;
}

.sec_faq__table--type4 th,
.sec_faq__table--type4 td {
  width: 25%;
}

.sec_faq__table--type5 th,
.sec_faq__table--type5 td {
  width: 20%;
}

@media (max-width: 641px) {
  .sec_faq__table {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .sec_faq__table table th,
  .sec_faq__table table td {
    font-size: 0.14rem;
  }
  .sec_faq__table--type3 tr {
    display: flex;
    flex-direction: column;
  }

  .sec_faq__table--type3 tr th {
    width: 100%;
  }

  .sec_faq__table--type3 {
    overflow: initial;
    white-space: initial;
  }
}

/* sec_faq__itemsLik */
.sec_faq__itemsLik li a {
  color: #78a98c;
  font-size: 0.16rem;
  font-weight: 600;
  font-family: sans-serif;
  display: inline-block;
  cursor: pointer;
}

.sec_faq__itemsLik li a:hover {
  opacity: 0.8;
}

.sec_faq__itemsLik li:not(:last-child) {
  margin-bottom: 0.32rem;
}

.sec_faq__itemsLik li > a:not(:last-child),
.sec_faq__itemsLik li > p:not(:last-child),
.sec_faq__itemsLik li > div:not(:last-child) {
  margin-bottom: 0.08rem;
}

/* .sec_faq__itemsSub */
.sec_faq__itemsSub {
  margin-bottom: 0.4rem;
}

.sec_faq__itemsSub li:not(:last-child) {
  margin-bottom: 0.32rem;
}

.sec_faq__itemsSub li p:not(:last-child) {
  margin-bottom: 0.08rem;
}
/* .sec_faq__itemsFee  */
.sec_faq__itemsFee {
  margin-bottom: 0.4rem;
}
.sec_faq__itemsFee li:not(:last-child) {
  padding-bottom: 0.32rem;
}

.sec_faq__itemsFee li > p {
  padding-left: 0.12rem;
  position: relative;
  color: #78a98c;
  font-weight: 600;
  margin-bottom: 0.08rem;
}

.sec_faq__itemsFee li > p:before {
  position: absolute;
  content: "";
  background: #78a98c;
  width: 0.04rem;
  height: 0.2rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sec_faq__itemsFee li > div {
  display: flex;
  align-items: center;
  gap: 0.36rem;
}

@media (min-width: 641px) {
  ._single .sec_faq .mod_title.pointDeco span::before {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 640px) {
  ._single .sec_faq .mod_title.pointDeco span::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .sec_faq__itemsFee li > div {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
  }

  .sec_faq__itemsFee img {
    max-width: 100%;
  }

  .sec_faq__itemsFee li > p {
    margin-bottom: 0.08rem;
  }

  .sec_faq__itemsFee li:not(:last-child) {
    padding-bottom: 0.24rem;
  }
}

/*sec_faq__itemsHospital  */
.sec_faq__itemsHospital > li:not(:last-child) {
  margin-bottom: 0.32rem;
}
.sec_faq__itemsHospital > ul li {
  list-style: circle;
}

.sec_faq__wrap .sec_faq__hTitle {
  font-size: 0.16rem;
  font-weight: bold;
  font-family: sans-serif;
  padding-bottom: 0.08rem;
}

.sec_faq__itemsHospital > li > ul > li:not(:last-child) {
  margin-bottom: 0.04rem;
}

.sec_faq__itemsHospital > li > ul > li {
  font-size: 0.15rem;
  padding-left: 1em;
  position: relative;
}

.sec_faq__itemsHospital > li > ul > li:before {
  position: absolute;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background: #78a98c;
  border-radius: 9999px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 641px) {
  .sec_faq .mod_title.pointDeco span {
    font-size: 0.22rem !important;
  }
  .sec_faq section .mod_title.pointDeco span::before {
    top: 56%;
    transform: translateY(-50%);
  }
}

@media (max-width: 640px) {
  .sec_faq .mod_title.pointDeco span {
    font-size: 0.17rem;
    width: 89%;
    line-height: 1.7;
  }

  ._single .sec_faq .sec_faq__items li .mod_title.pointDeco span::before {
    top: 56%;
    transform: translateY(-50%);
  }

  .sec_faq__items li h3:after {
    width: 0.1rem;
  }

  .sec_faq__wrap {
    margin: 0.24rem 0.2rem;
  }

  .sec_faq__wrap > p:not(:last-child) {
    padding-bottom: 0.32rem;
  }
}

._area .mod_contact {
  margin-top: 0 !important;
}

.sec_feature__items button.arrow-common {
  position: absolute;
  top: 39%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.32rem;
  height: 0.32rem;
  padding-top: 6%;
  cursor: pointer;
  z-index: 5;
}

.sec_feature__items button.arrow-prev {
  background-image: url("../img/btn-prev.svg");
  left: -0.1rem;
}

.sec_feature__items button.arrow-next {
  background-image: url(../img/btn-next.svg);
  right: -0.1rem;
}

.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;
}

.btn-table span {
  position: relative;
}

.btn-table .is-active:before {
  background-image: url(../img/click-table-close.svg);
}

.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%);
}

.btn-table span p {
  font-size: 0.16rem;
  font-weight: bold;
}

@media (min-width: 640px) {
  .asahi.in.splitDeco.beige05:before {
    background-image: initial;
  }
}

.mainVisual {
  padding: 0;
  background: url(/img/area/area-mv-pc-bg.png) no-repeat center bottom -30px,
    #f3efec;
  background-size: cover;
  position: relative;
}

._single .mainVisual {
  height: 418px !important;
}

.mv-img-pc {
  width: 1268px;
  margin: 0 auto 0 auto;
  display: block;
}
.contTit {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #fff;
  border-radius: 60px;
}
._single .mainVisual .contTit::before {
  bottom: -60px;
  right: initial;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 21px solid transparent;
  border-left: 21px solid transparent;
  border-top: 26px solid #fff;
  border-bottom: 0;
  background-image: none;
  opacity: 1;
}
.mainVisual .contTit::after {
  display: none;
}
._single .mainVisual .contTit {
  padding: 10px 20px;
  min-width: 417px;
  width: initial;
  height: 56px;
}
.mainVisual .contTit .title {
  font-size: 26px;
  font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic",
    YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  letter-spacing: 0.03em;
}
._single .mainVisual .contTit > .title {
  width: 100%;
}
.mainVisual .contTit .title span {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic",
    YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: bold;
  color: #03888e;
}
.mv-content {
  padding: 55px 0 40px 0;
  background: #f3efec;
}
.mv-content .mod_contact {
  padding: 0 0 70px 0 !important;
}
.mv-youtube-box {
  position: relative;
  width: 400px;
  padding: 33px 20px 20px 20px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
}
.mv-youtube-ttl {
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 277px;
}

.mv-youtube-ttl img {
  width: 277px;
  height: auto;
}

.mv-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.mv-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.area-mv-sp-txt,
.mv-img-sp,
.youtube-ttl-sp {
  display: none;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .mainVisual {
    background: url(/img/area/area-mv-pc-bg.png) no-repeat center bottom,
      #f3efec;
    background-size: cover;
  }

  .mv-img-pc {
    width: 1200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  ._single .mainVisual {
    background: url(/img/area/area-mv-pc-bg.png) no-repeat center bottom 27px,
      #f3efec;
    background-size: cover;
    height: 380px !important;
  }
  .contTit {
    top: 35px;
  }

  .mv-img-pc {
    width: 90%;
  }
  .mv-content {
    padding: 0 0 20px 0;
  }
}

@media (min-width: 641px) and (max-width: 991px) {
  ._single .mainVisual {
    background: url(/img/area/area-mv-pc-bg.png) no-repeat center bottom 27px,
      #f3efec;
    background-size: cover;
    height: 380px !important;
  }
  .contTit {
    top: 45px;
  }

  .mv-img-pc {
    width: 100%;
  }
  .mv-content {
    padding: 0 0 20px 0 !important;
  }
}
@media (max-width: 640px) {
  .mv-img-pc {
    display: none;
  }
  .youtube-ttl-pc {
    display: none;
  }
  .youtube-ttl-sp {
    display: block;
  }

  .mv-img-sp {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 15px;
  }

  ._single .mainVisual {
    background: url(/img/area/area-mv-sp-bg.png) no-repeat center center,
      #03888e;
    background-size: cover;
    height: auto !important;
    overflow: hidden;
    padding-top: 5px;
  }
  ._single .mainVisual .contTit {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    min-width: initial;
    width: 90%;
    border-radius: 10px;
    height: 34px;
  }
  ._single .mainVisual .contTit::before {
    bottom: -42px;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-top: 13px solid #fff;
    border-bottom: 0;
    background-image: none;
    opacity: 1;
  }
  .area-mv-sp-txt {
    display: block;
    width: 256px;
    margin: 10px auto;
  }

  .mainVisual .contTit .title {
    font-size: 18px;
  }
  .mv-content .bnrBox {
    width: 90%;
  }
  .mv-youtube-box {
    width: 258px;
    padding: 20px 15px 15px 15px;
  }
  .mv-youtube {
    padding-bottom: 55%;
  }
  .mv-youtube-ttl {
    top: -25px;
    width: 208px;
  }
  .mv-youtube-ttl img {
    width: 208px;
    height: auto;
  }
}

@media (max-width: 380px) {
  .mainVisual .contTit .title {
    font-size: 15px;
  }
}

/*# sourceMappingURL=area.css.map */
