@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.l-content {
    margin: 0 auto;
}
.top #content {
    padding-top: 0;
}
/*　SPメニュー　*/
.p-spMenu__body {
    padding: 0 12vw 12vw;
}
.c-widget__title.-spmenu {
	display: none;
}
.sp_menu_list .swell-block-linkList.is-style-default{
	--the-gap: 1.75em;
}
/* スマホ開閉メニューのデザインを調整 */
.p-spMenu__inner {
    width: 100vw;
    height: 100%;
    --color_menu_bg: #fff; /* 開閉メニューの背景色 */
    color: #000; /* メニューテキストの色 */
    transition: all 0.45s ease-out;
    z-index: 1;
  }
  
  .p-spMenu__inner::before {
    background-color: var(--color_menu_bg);
  }
  
  .p-spMenu__overlay {
    background-color: transparent;
  }
/* クリック時のスマホ開閉メニューの動きをドロワーからフェードに変更 */
.-right .p-spMenu__inner {
    transform: translateX(0);
    opacity: 0;
    transition: opacity 0.45s;
  }
  
  [data-spmenu="opened"] .p-spMenu__inner {
    transform: translateX(0);
    opacity: 1;
  }
  ul.sp_menu_sns_icons  {
    font-size: 34px !important;
  }
  .sp_menu_cta_icon .__icon {
    color: #000;
  }
/*　共通タイトル　*/
.areapage_main_ttl {
	padding-left: 10em;
}
@media screen and (max-width: 782px) {
	.areapage_main_ttl {
		padding-left: 30%;
	}
}
/*　よくある質問　*/
.faq_head {
	margin: 0 auto;
    display: block;
}
.area_faq .swell-block-faq__item {
	background-color: #fff;
	border-radius: 0.6em;
}
.area_faq .swell-block-faq__item:not(:last-child) {
    margin-bottom: 1em;
}
.area_faq .faq_q {
	background-color: #fff;
	border-radius: 0.6em;
	padding: 1.4em 1em 1.25em 4em;
	color: #484848;
}
.area_faq .faq-open {
	border-radius: 0.6em 0.6em 0 0;
}
.area_faq .faq_a {
	border-top: solid 1px #DBDBDB;
	width: 96%;
	margin: 0 auto;
	padding: 1.35em 1em 1.5em 3em;
}
.area_faq .faq_q:before {
	left: 1.2em;
    position: absolute;
    top: 1.2em;
}
.area_faq .faq_a:before {
	left: 0;
    position: absolute;
    top: 1.2em;
}
.swell-block-faq__item .faq_q{
	cursor: pointer;
	padding-right:1rem;
}
	/* 初期状態（閉じている時）は "+" を表示 */
.swell-block-faq__item .faq_q::after {
	font-family: 'IcoMoon';
	content: "\e91c";
	color: #0097AC;
	font-weight: 400;
	font-size: 1.25em;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.3s ease;
  }
  
  	/* 開いている時は "-" を表示 */
  .faq_q.faq-open::after {
	content: "\e919";
	color: #0097AC;
	transform: translateY(-50%) rotate(180deg);
  }
.faq_a{
		transition:.3s;
}
.faq_q:not(.faq-open)+.faq_a{
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
	transition:.3s;
}
@media screen and (max-width: 782px) {
	.faq_head {
		width: 60%;
	}
	.swell-block-faq__item .faq_q{
		padding-right: 4rem;
	}
}
/* クリーニング店一覧MV下 */
.shop_top_text {
	text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
}
/* リナビスの特徴 */
.area-page_h2ttl ruby>rt {
    font-size: 100%;
	margin-bottom: -1em;
}
/* クリーニング×エリアページ */
.text_underline {
    background: linear-gradient(transparent 80%, #FFE600 0%);
}
.btn_space {
	padding: 3em 0;
}
.btn_space .main-btn {
	text-align: left;
}
.area02_photos {
	position: relative;
	height: 744px;
	padding-top: 3em;
}
.area02-sec01_text01 {
	font-size: 1.7em;
	font-weight: bold;
}
.area02-sec01_text02 {
	font-size: 2em;
	font-weight: bold;
}
.area02_photos img {
	border-radius: 0.6em;
}
.area02_photos .ph01 {
	position: absolute;
	right: -120px;
	top: 3em;
    width: 474px;
}
.area02_photos .ph02 {
	position: absolute;
	width: 398px;
    bottom: 0;
    left: 298px;
}
.area02_photos .ph03 {
	position: absolute;
	width: 296px;
    left: -120px
}
@media screen and (max-width: 782px) {
	.area02_photos {
		height: 36em;
	}
	.area02_photos .ph01 {
		right: -9em;
    	width: 70%;
		z-index: -1;
	}
	.area02_photos .ph02 {
		width: 54%;
    	top: 21em;
    	left: 42%;
	}
	.area02_photos .ph03 {
		width: 46%;
		left: -3em;
		margin-top: 2em;
	}
	.area02-sec01_text01 {
		font-size: 1.4em;
		padding-left: 8%;
	}
	.area02-sec01_text02 {
		font-size: 1.6em;
		padding-left: 8%;
	}
	.btn_space {
		margin-top: 16em;
	}
}
/* クリーニング店舗リスト */
.shoplist {
	padding-bottom: 5em;
}
.area_shoplist {
	padding: 5em 0 0;
}
.hero.hero_area {
    background: url(../img/hero_area_bg.jpg) no-repeat center / cover;
}
#area .cps-post-header {
	margin: 0 0 15px;
}
#area .toptxt.bg-blue {
    padding: 30px;
    background: rgba(30, 198, 212, 0.1);
}
#area .area_section {
	padding: 0 0 70px;
}
#area .counter {
	text-align: center;
	margin: 0 0 2.3em;
}
#area .counter p {
	background: #efefef;
	text-align: center;
	border-radius: 0.4em;
	display: inline-block;
	font-size: 1.2rem;
	padding: 1em 2em;
}
#area .counter strong {
	font-weight: bold;
	font-size: 1.8rem;
	color: #0097AC;
	margin: 0 0.1em;
}
#area .counter span {
	display: block;
	font-size: 0.8rem;
}
#area .gmap {
	margin: 0 0 2.3em;
}
#area .gmap iframe {
	width: 100%;
	height: 460px;
}
#area .shoplist .shop_detail {
	border: 1px solid #efefef;
	margin:  0 0 0.5em;
	display: flex;
}
#area .shoplist .shop_detail dl:nth-child(1) {
	width: 60%;
}
#area .shoplist .shop_detail dl:nth-child(2) {
	width: 40%;
}

#area .shoplist dt {
	color: #0097AC;
	font-weight: bold;
	padding: 0.8em 1em 0 50px;
	background: url(//cleaners.itembox.design/item/rinavis/img/common/ico_title.svg) no-repeat 16px 16px;
	background-size: 20px auto;
}
#area .shoplist dd {
	display: inline-block;
	font-size: 13px;
	margin: 0 0 0 1em;
	padding: 1em;
}
#area .shoplist dd span {
	display: block;
	background: #efefef;
	text-align: center;
	width: 100px;
	margin: 0 0 0.5em -1em;
}
#area .shoplist dd strong {
	display: inline-block;
	margin: 0 1em 0 0;
	font-weight: normal;
}
#area .shoplist dd strong::after {
	content: "：";
}

#area .shoplist .shop_address {
	width: 100%;
}
#area .shoplist .shop_time {
	width: 100%;
}
#area .shoplist .shop_tel {
	width: 49%;
}
#area .shoplist .shop_holiday {
	width: 49%;
}
#area .rn-voice {
	padding: 0 1em;
}
#area .rn-voice_list.slick-dotted .slick-dots > li {
	padding: 0;
	background: none;
	margin-bottom: 0;
}
#area .rn-voice_list.slick-dotted .slick-dots > li button,
#area .rn-voice_list.slick-dotted .slick-dots > li button:before {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 782px) {
	.area_shoplist {
		padding: 4em 1.2em 0;
	}
	#area .shoplist .shop_address {
		width: 100%;
	}
	#area .shoplist .shop_tel {
		width: 100%;
	}
	#area .shoplist .shop_time {
		width: 100%;
	}
	#area .shoplist .shop_holiday {
		width: 100%;
	}	
	
	#area .shoplist .shop_detail {
	  margin-bottom: 20px;
	  display: block;
	}
	#area .shoplist .shop_detail dl:nth-child(1) {
		width: 100%;
	}
	#area .shoplist .shop_detail dl:nth-child(2) {
		width: 100%;
	}
	
	#area .shoplist dt {
	  font-weight: bold;
	  margin-bottom: 5px;
	  padding: 0.5em 0.5em 0.2em 30px;
		background: url(//cleaners.itembox.design/item/rinavis/img/common/ico_title.svg) no-repeat 8px 11px;
		background-size: 15px auto;
	}
	
	#area .shoplist dd {
	  margin: 0 0 5px 0;
	  padding: 0;
	}
	
	#area .shoplist dd span {
	  text-align: left;
	  width: auto;
	  margin: 0;
	  padding: 6px;
	}
	
	/* 市区町村一覧 */
	#area .arealist li * {
		font-size: 14px;
	}
	#area .arealist > li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 0.5em;
		box-sizing: border-box;
	}	
}
/* もっと見る */
#area .shoplist .more_btn {
	text-align: center;
	margin: 40px 0 0 0;
}
#area .shoplist .rn-btn:after {
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
}
#area .shoplist dl:nth-child(n+6) {
  display: none;
}
.rn-btn {
  display: inline-flex
;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 100px;
  width: 100%;
  max-width: 350px;
  padding: 20px;
  font-size: 18px;
  position: relative;
  transition: .3s;
  font-weight: bold;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  text-decoration: none !important;
}
.rn-btn.rn-btn-border {
  border: 2px solid #1EC6D4;
  font-size: 1em;
  color: #0097AC;
}
.cps-post-main a {
  color: #0097ac;
}
.rn-btn::after {
  content: "";
  width: 24px;
  height: 100%;
  background: url(https://cleaners.itembox.design/item/rinavis/img/common/ico_btn_arrow.svg) no-repeat center / contain;
  position: absolute;
  right: 5%;
}

/* 市区町村一覧 */
#area .arealist li * {
	font-size: 13px;
	display: block;
	margin: 0 0 0.5em;
}
#area .arealist > li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 0 0.5em;
	box-sizing: border-box;
}
#area .arealist li > ul {
	padding: 0 0 0 10px;
	margin: 0;
}
#area .arealist > li > ul li {
	margin: 0;
	padding: 0 0 0 1em;
}
#area .arealist > li > ul li::before {
	content: '└';
	position: absolute;
	left: -5px;
	top: 0;
	width: auto;
	height: auto;
	background: none !important;
	color: #36ccda;
}

#area .grandparent_link {
	padding: 0;
	margin: 50px auto 0;
	text-align: center;
}
#area .grandparent_link a {
	color: #484848;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
}