@charset "UTF-8";
/*
Theme Name: オクゼン不動産(ver.2601)
Theme URI:
Author:
*/

/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

textarea,
select,
option {
	font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright {
	display: block;
	margin: 0 0 10px auto;
}

/* 配置位置 左 */
.alignleft {
	display: block;
	margin: 0 auto 10px 0;
}

/* 配置位置 右 */
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } */
/* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*/
/* 後続テキスト右回り込み */
/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #009843;
}

a:active {
	text-decoration: none;
	color: #b98e31;
}

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px */
}

body {
	background: #f6f6f6;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}

body.noscroll {
	overflow: hidden;
}

#container {
	position: relative;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.06em;
	overflow-x: hidden;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* テキスト調整 */
.txtGreen {
	color: #009843;
}

.txtYellow {
	color: #fefe00;
}

.txtNormal {
	font-weight: 400;
}

.txtBold {
	font-weight: 700;
}

.txtCenter {
	text-align: center;
}

.pathway {
	font-family: "Pathway Gothic One", sans-serif;
}

.spbr {
	display: none;
}

/* 画像サイズ調整 */
.imgCover {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

/* 余白調整 */
.mb_xl {
	margin-bottom: 100px;
}

.mb_l {
	margin-bottom: 70px;
}

.mb_m {
	margin-bottom: 50px;
}

.mb_s {
	margin-bottom: 30px;
}

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* ボタン
------------------------------------ */
/* 矢印アイコン付きボタン（メイン：緑、アクセント：黄色） */
.btnMain,
a.btnMain,
.btnAccent,
a.btnAccent {
	width: 100%;
	padding: 1em 2.5em;
	display: inline-block;
	border-radius: 30px;
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.btnMain,
a.btnMain {
	color: #ffffff;
	background: #009843 url(./img/common/icon_btn-arrow_white.svg) no-repeat center right 1em/1.3em auto;
}

@media all and (-ms-high-contrast: none) {

	.btnMain,
	a.btnMain {
		background-size: 20px 20px;
	}
}

.btnMain.noicon,
a.btnMain.noicon {
	color: #ffffff;
	background: #009843;
}

.btnAccent,
a.btnAccent {
	color: #009843;
	background: #fefe00 url(./img/common/icon_btn-arrow_green.svg) no-repeat center right 1em/1.3em auto;
}

/* ボタン(細) */
.btnNarrow,
a.btnNarrow {
	padding: 0.7em 2.8em;
	font-size: 1.4rem;
}

/* 戻るボタン */
.btnBack,
a.btnBack {
	background: #009843 url(./img/common/icon_btn-arrow-back_white.svg) no-repeat center left 1em/1.3em auto;
}

/* 共通のボタンサイズ */
.commonBtnWrap {
	width: 330px;
	max-width: 100%;
	margin: 0 auto;
}

/* FAQボタン */
a.btnMain.btnNarrow.btnFaq {
	width: 100%;
	background: #f16051 url(./img/common/icon_btn-arrow_white.svg) no-repeat center right 1em/1.3em auto;
}

/* 見出し */
/* ------------------------------------ */
/* セクション */
.secTtl {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 700;
}

/* コンテンツ */
.contTtl {
	font-size: 1.6rem;
	font-weight: 700;
}

/* スライダーの矢印（右上に設置） */
/* ------------------------------------ */
.slideArrowTop {
	margin-top: -50px !important;
	padding-top: 50px !important;
}

.slideArrowTop .swiper-button-next,
.slideArrowTop .swiper-button-prev {
	width: 36px;
	height: 36px;
	top: 0;
	margin-top: 0;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slideArrowTop .swiper-button-prev {
	left: auto;
	right: 50px;
	background: transparent url(./img/common/icon_slider_prev.svg) no-repeat center center/36px;
}

.slideArrowTop .swiper-button-next {
	right: 0;
	background: transparent url(./img/common/icon_slider_next.svg) no-repeat center center/36px;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
	outline: none;
}

/* ------------------------------------ */
/* コンテンツ */
/* ------------------------------------ */
.contentsWrap {
	display: block;
	max-width: 1280px;
	margin: auto;
}

.contents {
	width: calc(100% - 290px);
	margin-left: 290px;
	padding: 40px 50px 40px 40px;
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
	.contents {
		padding-left: 20px;
		padding-right: 30px;
	}
}

/* ------------------------------------ */
/* ヘッダー・ナビゲーションメニュー */
/* ------------------------------------ */
#headerBar {
	display: none;
}

#sideNavSp {
	display: none;
}

#sideNav {
	width: 290px;
	/* height: 100vh; */
	position: fixed;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#sideNavInner {
	height: 100%;
	padding: 40px 30px;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#sideNavInner::-webkit-scrollbar {
	display: none;
}

@media screen and (min-width: 1280px) {
	#sideNav {
		left: calc(50% - 640px);
	}
}

#sideNavWrap01 {
	margin-bottom: 8px;
	padding: 20px;
	color: #ffffff;
	background: #009843;
	border-radius: 8px;
}

#navLogo {
	margin-bottom: 10px;
}

#navSearchWrap {
	margin-bottom: 15px;
	cursor: pointer;
}

.navService {
	margin-bottom: 10px;
}

.navServiceLink {
	height: 62px;
	padding: 5px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	background: #ffffff url(./img/common/icon_arrow_green.svg) no-repeat center right 6px/13px auto;
	border-radius: 6px;
}

.navServiceLink:hover span,
.navServiceLink:hover .navServiceIllust {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.navServiceTxtMain {
	display: block;
	color: #007735;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
}

.navServiceTxtSub {
	display: block;
	color: #444444;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}

.navServiceIllust {
	width: 70px;
	height: 65px;
	position: absolute;
	left: 95px;
	bottom: 0;
	text-align: center;
}

.navServiceIllust img {
	max-width: 100%;
	max-height: 100%;
}

#navLinkWrap {
	margin-bottom: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.navLink {
	margin-bottom: 10px;
}

.navLink:nth-child(odd) {
	width: 42%;
	margin-right: 7%;
}

.navLink:nth-child(even) {
	width: 51%;
}

.navLink a {
	display: block;
	color: #ffffff;
	background: transparent url(./img/common/icon_btn-arrow_white.svg) no-repeat center right/16px auto;
	font-size: 1.2rem;
	font-weight: 700;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#sideNavToOwner a {
	padding: 14px 35px;
	position: relative;
	color: #ffffff;
	background-color: #009843;
	border: none;
	border-radius: 8px;
	font-size: 1.2rem;
	font-weight: 700;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;

	& span {
		margin-left: -2em;
	}
}

.toOwnerIllust {
	width: 40px;
	position: absolute;
	bottom: 0;
	right: 30px;
}

.toOwnerIllust img {
	width: 100%;
}

#sideNavWrap02 {
	padding: 6px 0;
	display: flex;
	flex-direction: column;
	gap: 0.5em 0;
}

.sideNav02 {
	width: 100%;
	height: 40px;
}

.sideNav02 a {
	height: 100%;
	padding: 8px 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	border: 2px solid;
	border-radius: 8px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.sideNavToResident a {
	color: #007735;
	border-color: #009843;
}

#sideNavToCompany a {
	border-color: #626262;
}

#sideNavWrap03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#sideNavWrap03 li {
	width: 49%;
	padding: 6px 30px 6px 15px;
	color: #ffffff;
	border-radius: 8px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#sideNavTel {
	background: #009843 url(./img/common/icon_tel_white.svg) no-repeat center right 18px/12px auto;
}

#sideNavSiteMap {
	background: #009843 url(./img/common/icon_menu_white.svg) no-repeat center right 18px/12px auto;
}

#sideBannerList {
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px 0;

	& li {
		& a {
			display: block;

			& img {
				width: 100%;
				height: auto;

			}
		}
	}
}

#bnrAreaLinkList {
	width: 100%;
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	gap: 10px 0;

	& li {
		width: 100%;

		& a {
			width: 100%;
			padding: 1em 0;
			font-size: 1.4rem;
			color: #FFF;
			font-weight: bold;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
			background: #009843 url(./img/common/icon_btn-arrow_white.svg) no-repeat center right 1em / 1em auto;
			transition: all 0.3s ease-in-out 0s;
		}

		& a:hover {
			opacity: 0.7;
		}
	}

}

/* ------------------------------------ */
/* フッター */
/* ------------------------------------ */
footer {
	margin: 0 calc(50% - 50vw);
	background-color: #ffffff;
}

#footerImg {
	width: 100%;
}

#footerImg img {
	width: 100%;
}

#footerWrap {
	display: block;
	max-width: 1280px;
	margin: auto;
}

.footerContents {
	width: calc(100% - 290px);
	margin-left: 290px;
	padding: 30px 50px 30px 40px;
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
	.footerContents {
		padding-left: 20px;
		padding-right: 30px;
	}

	#shopList {
		padding: 0;
	}
}

#footerTop {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column;
}

#footerLogo {
	text-align: center;
	margin-bottom: 30px;
}

#footerBnr {
	display: none;
	text-align: center;
}

#footerBnr img {
	width: 100%;
	max-width: 300px;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

#footerLogo img {
	width: 100%;
	max-width: 337px;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	margin: 0 auto;
}

#footerLogo p {
	color: #777777;
	font-size: 1rem;
	letter-spacing: 0;
	padding-top: 0.8em;
}

.infoAddress {
	margin-bottom: 0.4em;
	display: block;
	color: #333333;
	font-size: 1.1rem;
	line-height: 1.26;
	letter-spacing: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.infoAddress>span {
	margin-right: 0.5em;
}

/*
.infoAddress::after {
	content: "MAP";
	padding: 0.1em 0.4em;
	display: inline-block;
	color: #ffffff;
	background-color: #009843;
	border-radius: 6px;
	font-size: 0.9em;
	line-height: 1.1;
}
*/

.infoTel {
	margin-bottom: 0.2em;
	padding-left: 20px;
	color: #333333;
	font-size: 1.6rem;
	line-height: 1.1;
	letter-spacing: 0;
	background: transparent url(./img/common/icon_tel.svg) no-repeat top 0.1em left 2px/12px auto;
}

.infoTel a {
	color: #333333;
}

.infoTel.freecall::after {
	content: "フリーコール";
	margin-left: 0.5em;
	padding: 2px;
	display: inline-block;
	color: #009843;
	font-size: 1rem;
	line-height: 1;
	border: 1px solid #009843;
	vertical-align: bottom;
}

.infoFax {
	margin-bottom: 0.4em;
	padding-left: 20px;
	color: #333333;
	font-size: 1.6rem;
	line-height: 1.1;
	background: transparent url(./img/common/icon_fax.svg) no-repeat center left 2px/12px auto;
}

/* 店舗一覧 */
#shopList {
	padding: 0 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shopListItem {
	width: 25%;
	margin-bottom: 20px;
}

.shopBody {
	padding: 5px;
}

.shopName {
	margin-bottom: 0.4em;
	position: relative;
	display: inline-block;
	color: #333333;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0;
}

a.shopName {
	padding-right: 25px;
	background: transparent url(./img/common/icon_btn-arrow_green.svg) no-repeat center right/15px auto;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.shopName.txt_sm {
	font-size: 1.1rem;
}

.shopArea {
	display: block;
	color: #009843;
	font-size: 1rem;
	font-weight: 400;
}

.shopTelNote {
	margin-top: -0.4em;
	color: #666666;
	font-size: 1rem;
}

.shopHour {
	font-size: 0.9rem;
	letter-spacing: 0;
}

.copyright {
	color: #777777;
	font-size: 1.2rem;
	text-align: center;
}

/* ------------------------------------ */
/* 物件を探す */
/* ------------------------------------ */
.searchWrap {
	padding: 30px 25px 40px;
	background-color: #fff;
	border-radius: 6px;
}

.searchWrap .contTtl {
	margin-bottom: 10px;
}

.searchGroup {
	margin-bottom: 30px;
}

/* ジャンルから探す */
.searchGenreWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.searchGenreItem {
	width: 14.8%;
}

.searchGenreItem a {
	padding: 15px 8px;
	display: block;
	background-color: #b9e8cd;
	border-radius: 6px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.searchGenreImg {
	margin: 0 auto 10px;
}

.searchGenreImg img {
	width: 72%;
	max-width: 80px;
}

.searchGenreTxt {
	color: #333333;
	font-size: 1.4rem;
	font-weight: 700;
}

/* こだわり・間取りから探す */
.searchTypeWrap {
	padding: 20px;
	background-color: #EAE6DF;
	border-radius: 6px;
}

.searchSelectList {
	margin-bottom: -0.8em;
}

.searchSelectList a {
	margin-right: 0.4em;
	margin-bottom: 0.8em;
	padding: 0.8em;
	display: inline-block;
	color: #333333;
	background-color: #ffffff;
	border: 2px solid #cdcdcd;
	border-radius: 4px;
	font-size: 1rem;
	letter-spacing: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.searchTypeLayout a {
	font-size: 1.3rem;
	padding: 0.4em 0.8em;
}

.searchTypeWrap dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.searchTypeWrap dl:not(:last-child) {
	margin-bottom: 25px;
}

.searchTypeWrap dt {
	width: 80px;
	margin-right: 10px;
	padding-top: 0.7em;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: right;
}

.searchTypeWrap dd {
	width: calc(100% - 90px);
}

/* エリアから探す */
.searchArea {
	background-color: #ffffff;
	position: relative;
	border: 2px solid #dcdcdc;
	padding: 5px;
}

.searchAreaImg img {
	width: 100%;
}

.searchAreaLink a {
	width: 110px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #153666;
	background-color: #ffffff;
	border: 2px solid currentColor;
	border-radius: 6px;
	font-size: 1.4rem;
	font-weight: 700;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.searchAreaLink a.nakagawa {
	color: #65b2e1;
}

.searchAreaLink a.kasuga {
	color: #e07990;
}

.searchAreaLink a.onojo {
	color: #e09845;
}

.searchAreaLink a.chikushino {
	color: #945f96;
}

.searchAreaLink a.dazaifu {
	color: #348040;
}

.searchAreaLink a>span {
	font-size: 1rem;
}

@media screen and (min-width: 768px) {
	.searchAreaLink a {
		position: absolute;
	}

	.searchAreaLink a.jonan {
		top: 49%;
		left: 30%;
	}

	.searchAreaLink a.chuo {
		top: 28%;
		left: 40%;
	}

	.searchAreaLink a.nishi {
		top: 35%;
		left: 12%;
	}

	.searchAreaLink a.sawara {
		top: 72%;
		left: 24%;
	}

	.searchAreaLink a.higashi {
		top: 10%;
		left: 64%;
	}

	.searchAreaLink a.hakata {
		top: 30%;
		left: 60%;
	}

	.searchAreaLink a.minami {
		top: 61%;
		left: 33%;
	}

	.searchAreaLink a.nakagawa {
		top: 84%;
		left: 40%;
	}

	.searchAreaLink a.kasuga {
		top: 44%;
		right: 22%;
	}

	.searchAreaLink a.onojo {
		top: 40%;
		right: 3%;
	}

	.searchAreaLink a.chikushino {
		top: 80%;
		right: 6%;
	}

	.searchAreaLink a.dazaifu {
		top: 54%;
		right: 2%;
	}
}

.searchWrap .commonBtnWrap {
	margin-top: 40px;
}

/* ------------------------------------ */
/* ポップアップメニュー */
/* ------------------------------------ */
/* 共通背景・ボタン */
.popupBg {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99;
}

.popupHome {
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.popupHomeTxt {
	color: #009843;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.popupClose {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 20px;
	right: 20px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}

.popupCloseTxt {
	padding-top: 5px;
	color: #009843;
	font-size: 1rem;
	font-weight: 700;
}

/* ポップアップメニュー（物件を探す） */
#searchPopup {
	width: 100%;
	height: 100%;
	padding: 40px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	overflow-y: auto;
	display: none;
}

#searchPopupWrap {
	padding: 0 90px;
	width: 980px;
	max-width: 100%;
	margin: auto;
	position: relative;
	background-color: #ffffff;
	border-radius: 8px;
	z-index: 101;
}

#searchPopup .secTtl {
	margin-bottom: 20px;
}

#searchPopup .searchWrap {
	margin: auto;
	padding: 40px 0 40px;
}

/* ポップアップメニュー（サイトマップ） */
#siteMapPopup {
	width: 100%;
	height: 100%;
	padding: 40px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	overflow-y: auto;
	display: none;
}

#siteMapPopupWrap {
	/*	width: 1200px;*/
	padding: 0 90px;
	max-width: 95%;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	border-radius: 8px;
	z-index: 101;
}

/*
@media screen and (max-height: 700px) {
	#siteMapPopupWrap {
		max-width: 100%;
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}
*/

#menuWrap {
	width: 800px;
	max-width: 100%;
	margin: auto;
	padding: 60px 0 40px;
}

.menuBlock01 {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.menuBlock01 li {
	width: 31.5%;
}

.menuBlock01 a {
	height: 100%;
	padding: 8px 20px 8px 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	color: #333333;
	background: #ffffff url(./img/common/icon_arrow_green.svg) no-repeat center right 10px/13px auto;
	border: 2px solid #009843;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.menuBlock01 .menuTxtMain {
	margin-bottom: 0.2em;
	display: block;
	color: #009843;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
}

.menuBlock01 .menuTxtSub {
	display: block;
	font-size: 1.3rem;
	line-height: 1.2;
}

.menuBlock01 .menuIllust {
	width: 70px;
	position: absolute;
	bottom: 0;
	left: 25px;
}

.menuBlock01 .menuIllust img {
	max-width: 100%;
}

.menuBlock02 {
	margin-bottom: 15px;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	background-color: #009843;
}

.menuBlock02 p {
	margin-right: 20px;
}

.menuBlock02 a {
	width: auto;
	padding: 1em 4em;
	display: inline-block;
	font-size: 1.4rem;
}

.menuBlock03 {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.menuBlock03 li {
	width: 31.5%;
}

.menuBlock03 a {
	height: 56px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	background: #009843 url(./img/common/icon_arrow_white.svg) no-repeat center right 12px/12px auto;
	border: 2px solid #009843;
	border-radius: 6px;
	font-size: 1.4rem;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.menuBlock03 li#menuToCompany a {
	color: #333333;
	background: #ffffff url(./img/common/icon_link_gray.png) no-repeat center right 12px/12px auto;
	border: 2px solid #626262;
}

.menuBlock03 .menuIllust {
	width: 45px;
	position: absolute;
	bottom: -2px;
	left: 15px;
}

.menuBlock03 .menuIllust img {
	max-width: 100%;
}

.menuBlockRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.menuBlock04 {
	width: 68%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.menuBlock04 dl {
	width: 33%;
	padding: 0 20px;
}

.menuBlock04 dl:first-child {
	padding-left: 0;
}

.menuBlock04 dt {
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: 700;
}

.menuBlock04 dt a {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.menuBlock04 dl:not(:last-child) {
	border-right: 1px solid #bfbfbf;
}

.menuBlock04 dd a {
	padding: 0.4em 1.5em 0.4em 0;
	display: block;
	color: #333333;
	background: transparent url(./img/common/icon_arrow_green.svg) no-repeat center right/11px auto;
	font-size: 1rem;
	font-weight: 700;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.menuBlock05 {
	width: 31.25%;
	padding: 20px 10px;
	border: 2px solid #009843;
	border-radius: 6px;
	text-align: center;
}

.menuContactHead {
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: 700;
}

.menuTel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #009843;
	font-size: 1rem;
}

.menuTel .telLink {
	margin-right: 0.1em;
	padding-left: 20px;
	font-size: 2.4rem;
	line-height: 1.2;
	letter-spacing: 0.025em;
	background: transparent url(./img/common/icon_tel.svg) no-repeat center left/15px auto;
}

.menuTel .telLink a {
	color: #009843;
}

.menuHour {
	margin-bottom: 5px;
	font-size: 1rem;
}

.menuContactBtnList a {
	font-size: 1rem;
	letter-spacing: 0;
}

.menuContactBtnList a:not(:last-child) {
	margin-bottom: 10px;
}

/* ポップアップメニュー（電話窓口） */
#sideTelPopup {
	width: 100%;
	height: 100%;
	padding: 40px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	overflow-y: auto;
	display: none;
}

#sideTelPopupWrap {
	width: 700px;
	max-width: 95%;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	border-radius: 8px;
	z-index: 101;
}

@media screen and (max-height: 600px) {
	#sideTelPopupWrap {
		max-width: 100%;
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}

#sideTelWrap {
	padding: 40px 90px 50px;
}

#sideTelHead {
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	color: #009843;
	font-size: 1.9rem;
	font-weight: 700;
	text-align: center;
}

#sideTelHead::after {
	content: "";
	width: 60px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #009843;
}

.sideTelList {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sideTelItem {
	width: 48.46%;
	height: auto;
	margin-bottom: 15px;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 2px solid #009847;
	border-radius: 6px;
}

.sideTelItemHead {
	margin-bottom: 10px;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.sideTelItemHead.txt_sm {
	font-size: 1.4rem;
}

.sideTelItemBody {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sideTelItemName {
	color: #009843;
	font-size: 1rem;
}

.sideTelItemNum {
	padding-left: 0.8em;
	color: #009843;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.1;
	background: transparent url(./img/common/icon_tel.svg) no-repeat center left/0.65em;
}

.sideTelItemNum>span {
	vertical-align: middle;
}

.sideTelItemNum.txt_lg {
	font-size: 3rem;
}

.sideTelItemNum a {
	color: #009843;
}

.sideTelItemShop {
	padding: 0.1em 0.4em;
	border: 1px solid #009843;
	font-size: 1rem;
	font-weight: normal;
}

.sideTelItemRep {
	color: #009843;
	border: 1px solid #009843;
	text-align: center;
	font-size: 1rem;
}

.sideTelItemHour {
	font-size: 1rem;
	text-align: center;
}

#sideTelClose {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.sideTelItemTxt {
	margin-bottom: 5px;
	padding: 2px;
	width: 200px;
	background: #009843;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	font-weight: bold;
}

a.btnFaq {
	color: #f16051;
	font-weight: bold;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	transition: all 0.3s ease 0s;
}

a.btnFaq:after {
	content: "";
	background: url(./img/common/icon_btn-arrow_red.svg) no-repeat;
	display: flex;
	align-items: center;
	width: 16px;
	height: 16px;
	background-size: contain;
	margin-left: 5px;
}

a.btnFaq:hover {
	opacity: 0.7;
}

/* ------------------------------------ */
/* バナーリスト */
/* ------------------------------------ */

.bnrWrap {
	width: 100%;
	margin-bottom: 70px;
	overflow-x: auto;
	-ms-overflow-style: none;
	/* IE, Edge 対応 */
	scrollbar-width: none;
	/* Firefox 対応 */
}

.bnrWrap::-webkit-scrollbar {
	/* Chrome, Safari 対応 */
	display: none;
}

.bnrInner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.bnr {
	width: 32%;
	max-width: calc((100% - 13px*2) / 3);
	height: auto;
	padding-bottom: 15px;
	margin-right: 2%;
}

.bnrLong {
	width: 100%;
	height: auto;
	padding-bottom: 15px;
}

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

.shopBnr .bnr {
	width: 290px;
	max-width: calc((100% - 13px*2) / 3);
	height: auto;
	padding-bottom: 15px;
	margin-right: 13px;
}

.rentBnr .bnr {
	width: 290px;
	max-width: calc((100% - 13px*2) / 3);
	height: auto;
	padding-bottom: 15px;
	margin-right: 13px;
}

.bnr:nth-child(3n) {
	margin-right: 0;
}

.bnr a,
.bnrLong a {
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.3s ease-in-out 0s;
}

.bnr a:hover,
.bnrLong a:hover {
	opacity: 0.7;
}

.under .bnr {
	width: 290px;
	height: auto;
	padding-bottom: 15px;
}

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

/*
#bannerList {
	margin-bottom: 70px;
}

.banner img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.bannerListSlide.sliderNone {
	margin: 0 auto 10px!important;
	overflow: hidden !important;
	cursor: auto !important;
}

.bannerListSlide.sliderNone .sp-slides {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.bannerListSlide.sliderNone .sp-slide {
	position: static!important;
	width: 32.5%!important;
}

.bannerListSlide.sliderNone .sp-slide img {
	height: auto;
}
*/


/* ------------------------------------ */
/* 新着賃貸物件 */
/* ------------------------------------ */
.new {
	margin-bottom: 70px;

	& .swiper-wrapper {
		width: 190%;
		flex-wrap: wrap;
		gap: 1em;
	}
}

.newSlideItem {
	width: 150px !important;
	background-color: #ffffff;
	border: 2px solid #cccccc !important;
	border-radius: 10px;
}

.newSlideItem a {
	display: block;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.newSlideImg {
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 4;
}

.newSlideImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 8px 8px 0 0;
}

.newSlideBody {
	padding: 0.75em;
	color: #333333;
}

.newCategory {
	padding: 2px 4px;
	margin-right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background-color: #898989;
	font-size: 0.9rem;
	font-weight: 700;
}

.depositAndKey {
	font-size: 1.3rem;
}

.typeInfo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.newName {
	margin: 0.25em 0;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.3;
}

.newAddress {
	font-size: 1.1rem;
}

.newPrice .rent {
	margin-right: 1em;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 700;
}

.newPrice .rent>span {
	margin-right: 0.2em;
	font-size: 3rem;
	letter-spacing: -0.05em;
}

.newPrice .management {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
}

.newInfo .depositAndKey {
	font-size: 1.2rem;
}

.newInfo .layout {
	font-size: 1rem;
}

/* ------------------------------------ */
/* 新着情報 */
/* ------------------------------------ */
.topics {
	margin-bottom: 70px;
}

/* タブ */
.topicsTabItem {
	width: auto !important;
	padding: 0.8em 1.8em;
	display: inline-block;
	color: #ffffff;
	background-color: #bfbfbf;
	border-radius: 6px 6px 0 0;
	font-size: 1.4rem;
	font-weight: 700;
	cursor: pointer;
}

.topicsTabItem.current {
	color: #009843;
	background-color: #fff;
}

/* 記事 */
.topicsList {
	margin-bottom: 20px;
}

.topicsListItem {
	border-bottom: 1px solid #dcdcdc;
}

.topicsListItem a {
	padding: 8px 0;
	display: block;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.topicsDate {
	margin-right: 5px;
	display: inline-block;
	color: #555555;
	font-size: 1.2rem;
}

.topicsCategory {
	margin-right: 3px;
	padding: 0.2em 0.5em;
	display: inline-block;
	color: #333333;
	background-color: #e5e5e5;
	font-size: 1rem;
}

.topicsTtl {
	padding: 0.4em 0;
	color: #333333;
	font-size: 1.4rem;
	font-weight: 700;
}

/* ------------------------------------ */
/* 不動産コラム */
/* ------------------------------------ */
.column {
	margin-bottom: 70px;
}

.columnSlide {
	margin-bottom: 30px;
}

.columnSlideItem {
	width: 280px !important;
	padding-right: 7px;
}

.columnSlideItem a {
	display: block;
	color: #333333;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.columnSlideImg {
	height: 180px;
	margin-bottom: 20px;
	border-radius: 8px;
	-webkit-box-shadow: 7px 7px 0px gainsboro;
	box-shadow: 7px 7px 0px gainsboro;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.columnSlideImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 8px;
}

.columnDate {
	color: #777777;
	font-size: 1.4rem;
}

.columnTtl {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 700;
}

.columnTxt {
	font-size: 1.3rem;
}

/* ------------------------------------ */
/* お問い合わせ */
/* ------------------------------------ */
#commonContact {
	margin-bottom: 30px;
}

#ccWrap {
	padding: 20px;
	background-color: #ffffff;
	border: 2px solid #009843;
	border-radius: 8px;
	text-align: center;
}

#ccWrap .secTtl {
	margin-bottom: 5px;
	color: #009843;
}

#ccTxt {
	margin-bottom: 25px;
	font-size: 1.6rem;
}

.recruitCv #ccTxt {
	margin-bottom: 5px;
}

#ccTel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#ccTel .telLink {
	margin-right: 5px;
	padding-left: 30px;
	display: inline-block;
	color: #009843;
	background: transparent url(./img/common/icon_tel.svg) no-repeat center left/25px auto;
	font-size: 3.6rem;
}

#ccTel .telLink a {
	color: #009843;
}

#ccBtnList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#ccBtnList a {
	width: initial;
	padding: 0.7em 2.8em 0.7em 1.4em;
	display: inline-block;
}

#ccBtnList a:not(:last-child) {
	margin-right: 1em;
}

/* 電話番号・メール (店舗詳細ページ) */
#ccBottom {
	max-width: 700px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

#ccBottom::after {
	content: "";
	width: 2px;
	height: 70px;
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #d8d8d8;
}

#ccBottom #ccTel {
	width: 50%;
}

#ccBottom .ccTelShopName {
	color: #009843;
	font-size: 1.2rem;
	letter-spacing: 0.025em;
}

#ccBottom .ccTelTxt {
	font-size: 1.2rem;
	letter-spacing: 0.025em;
}

#ccBottom .ccTelTxt .txt_sm {
	font-size: 1rem;
	line-height: 1.1;
}

#ccBottom .ccBtnSingle {
	width: 50%;
}

#ccBottom .ccBtnSingle a {
	width: auto;
	padding-right: 3.5em;
	font-size: 1.4rem;
}

#ccBottom .ccBtnSingle a::before {
	content: "";
	width: 1.4em;
	height: 1em;
	display: inline-block;
	background: transparent url(./img/common/icon_mail_white.svg) no-repeat center center/100% auto;
	vertical-align: middle;
	margin-right: 0.4em;
}

/* ------------------------------------ */
/* ページトップへ戻る */
/* ------------------------------------ */
#pagetop {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 30;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/* -------------------------------------------------- */
/* 下層共通 */
/* -------------------------------------------------- */
/* 白枠 */
.contentsInner {
	padding: 50px 25px;
	margin-bottom: 70px;
	background-color: #FFFFFF;
	border-radius: 8px;
}

.contentsInner>*:last-child {
	margin-bottom: 0 !important;
}

/* ページ見出し */
#pagetitle {
	margin-bottom: 15px;
	padding-bottom: 35px;
	border-bottom: solid 3px #009843;
	text-align: center;
}

#pagetitleJp {
	margin-bottom: 0.25em;
	display: block;
	font-size: 2.8rem;
	line-height: 1.2;
	letter-spacing: 0.08em;
	color: #009843;
	font-weight: 700;
}

#pagetitleEn,
#pagetitle::after {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.075em;
	color: #A9A8A8;
	font-family: "Pathway Gothic One", sans-serif;
}

/* パンくず */
#bc {
	margin-bottom: 20px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

#bc>li {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	font-size: 1.1rem;
	line-height: 1;
	letter-spacing: 0.06em;
}

#bc>li a {
	color: #333333;
}

#bc>li:first-child img {
	width: 13px;
	height: 11px;
}

#bc>li:not(:last-child):after {
	display: inline-block;
	content: "";
	width: 0.6em;
	height: 0.6em;
	margin: 0 0.5em;
	background: url(img/common/bc_arrow.svg) center center no-repeat;
	background-size: contain;
}

/* 共通見出し */
.uniSubtitle {
	height: 1.75em;
	margin-bottom: 1.25em;
	border-bottom: solid 2px #D2D2D2;
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 700;
}

.uniSubtitle span {
	height: 1.75em;
	display: inline-block;
	border-bottom: solid 2px #009843;
}

/* FAQ */
/* ------------------------------------ */
.faq>li {
	margin-bottom: 15px;
	border: solid 2px #D2D2D2;
	border-radius: 6px;
	overflow: hidden;
}

.faqQInner,
.faqAInner {
	padding: 20px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

.faqQHead,
.faqAHead {
	padding: 0.25em 1em 0 0;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0em;
	color: #C60101;
	font-family: "Bebas Neue", cursive;
}

.faqQBody,
.faqABody {
	font-size: 1.4rem;
	line-height: 1.71429;
	letter-spacing: 0.05em;
}

.faqQ {
	cursor: pointer;
	background: url(img/common/icon_pulldown.svg) no-repeat right 20px center/12px 7px;
}

.faqQ.open {
	background: url(img/common/icon_pullup.svg) no-repeat right 20px center/12px 7px;
}

.faqQHead {
	color: #009843;
}

.faqQBody {
	padding-right: 30px;
	font-weight: 700;
}

.faqA {
	display: none;
	background-color: #FFF0F0;
	border-top: solid 1px #D2D2D2;
}

.faqA a {
	color: #009843;
	text-decoration: underline;
}

.faqABodyEvent th,
.faqABodyEvent td {
	padding: 0.25em;
	font-size: 1.4rem;
	line-height: 1.71429;
	letter-spacing: 0.05em;
}

.faqABodyEvent th {
	padding-right: 0.75em;
	text-align: right;
}

/* ------------------------------------ */
/* 動画ページ */
/* ------------------------------------ */
h2.movieTit {
	margin-bottom: 0.75em;
	padding: 0.5em 0.75em;
	background-color: #d9f0e3;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.movie video {
	width: 100%;
	margin-bottom: 50px;
}

/* ------------------------------------ */
/* ホバーエフェクト */
/* ------------------------------------ */
@media screen and (min-width: 1025px) {

	.btnMain:hover,
	.btnAccent:hover {
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transform: translate(4px, 4px);
		transform: translate(4px, 4px);
	}

	.swiper-button-next:hover,
	.swiper-button-prev:hover {
		opacity: 0.7;
	}

	.navLink a:hover,
	#sideNavSiteMap:hover,
	#sideNavTel:hover {
		opacity: 0.7;
	}

	#sideNavToOwner a:hover {
		opacity: 0.7;
	}

	.navServiceLink:hover span,
	.navServiceLink:hover .navServiceIllust {
		opacity: 0.7;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.sideNavToResident a:hover {
		color: #ffffff;
		background-color: #009843;
	}

	#sideNavToCompany a:hover {
		color: #ffffff;
		background-color: #626262;
	}

	#siteMapHome:hover,
	#siteMapClose:hover,
	.menuBlock04 dd a:hover {
		opacity: 0.7;
	}

	.menuBlock01 a:hover,
	.menuBlock03 a:hover {
		opacity: 0.7;
	}

	#searchClose:hover {
		opacity: 0.7;
	}

	#sideTelClose:hover {
		opacity: 0.7;
	}

	.searchGenreItem a:hover {
		opacity: 0.7;
	}

	.searchSelectList a:hover {
		color: #ffffff;
		background-color: #009843;
		border: 2px solid #009843;
	}

	.searchAreaLink a:hover {
		color: #ffffff;
		background-color: #153666;
		border-color: #153666;
	}

	.searchAreaLink a.nakagawa:hover {
		background-color: #65b2e1;
		border-color: #65b2e1;
	}

	.searchAreaLink a.kasuga:hover {
		background-color: #e07990;
		border-color: #e07990;
	}

	.searchAreaLink a.onojo:hover {
		background-color: #e09845;
		border-color: #e09845;
	}

	.searchAreaLink a.chikushino:hover {
		background-color: #945f96;
		border-color: #945f96;
	}

	.searchAreaLink a.dazaifu:hover {
		background-color: #348040;
		border-color: #348040;
	}

	.newSlideItem a:hover {
		opacity: 0.7;
	}

	.topicsListItem a:hover {
		opacity: 0.6;
	}

	.columnSlideItem a:hover {
		color: #009843;
	}

	.columnSlideItem:hover .columnSlideImg {
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transform: translate(7px, 7px);
		transform: translate(7px, 7px);
	}

	.shopImg:hover {
		opacity: 0.7;
	}

	a.shopName:hover,
	a.infoAddress:hover {
		color: #009843;
	}

	#pagetop:hover {
		opacity: 0.7;
	}

	#bc>li a {
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	#bc>li a:hover {
		opacity: 0.6;
	}

	.faqQ {
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	.faqQ:hover {
		opacity: 0.6;
	}

	.banner img:hover {
		opacity: 0.7;
	}
}

/* ------------------------------------ */
/* 回遊ナビ */
/* ------------------------------------ */
#companyLink {
	margin-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

#companyLink li {
	width: 24%;
	background: #FFF;
	border-radius: 6px;
}

#companyLink li a {
	padding: 10px;
	display: block;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#companyLink li a::after {
	content: "";
	width: 18px;
	height: 17px;
	margin-right: 5px;
	background: url(img/common/icon_link_small.svg) 0 0 no-repeat;
	position: absolute;
	right: 0;
	bottom: 16px;
}

.linkImg {
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 4px;
}

.linkImg img {
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#companyLink li a:hover img {
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.linkTit {
	padding: 5px 0;
	font-size: 1.6rem;
	font-weight: bold;
}

/* -------------------------------------------------- */
/* PC調整 */
/* -------------------------------------------------- */
@media screen and (max-width: 1279px) {
	#ccBtnList a {
		font-size: 1.1rem;
	}

	.shopListItem {
		letter-spacing: 0;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
	.shopName {
		font-size: 1.2rem;
	}

	.shopName .spbr {
		display: inline-block;
	}
}

@media screen and (max-width: 1230px) {
	.bnr {
		width: 32%;
		height: auto;
		padding-bottom: 15px;
		margin-right: 2%;
	}

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

	.under .bnr {
		width: 32%;
		height: auto;
		padding-bottom: 15px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1040px) {
	.bnr {
		margin-right: 2%;
	}
}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {

	/* コンテンツ */
	/* ------------------------------------ */
	.contents {
		width: 100%;
		margin-left: 0;
		padding: 100px 20px 30px;
	}

	/* ヘッダー・ナビゲーションメニュー */
	/* ------------------------------------ */
	#sideNav {
		display: none;
	}

	#headerBar {
		width: 100%;
		height: 70px;
		padding: 0 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: fixed;
		background-color: #fff;
		z-index: 20;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	#headerBar.js-header {
		background-color: rgba(255, 255, 255, 0.8);
	}

	#headerInner {
		height: 100%;
		display: flex;
		align-items: center;
		gap: 0 1em;
	}

	#headerBtn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		cursor: pointer;
	}

	.headerBtnLine {
		width: 40px;
		height: 4px;
		margin: 4px 0;
		display: block;
		background: #009843;
		border-radius: 3px;
	}

	.headerBtnTxt {
		color: #009843;
		font-size: 1rem;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.2;
	}

	#headerChara {
		height: 80%;

		& img {
			height: 100%;
		}
	}

	#sideNavSp {
		display: block;
		position: fixed;
		left: 0;
		bottom: 15px;
		-webkit-transform: translateX(-65px);
		transform: translateX(-65px);
		text-align: end;
		z-index: 30;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-end;
		flex-wrap: wrap;
	}

	#sideNavSp.open {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	#sideNavSpTxt {
		padding: 15px 4px;
		margin-left: -1px;
		display: inline-block;
		color: #ffffff;
		background-color: #0a9a4a;
		border-radius: 0 10px 10px 0;
		font-size: 1.2rem;
		font-weight: 700;
		cursor: pointer;
	}

	#sideNavSpTxt span {
		width: 1.5em;
		display: inline-block;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}

	#sideSpBtnList {
		width: 65px;
		padding: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		flex-direction: column;
		background-color: #0a9a4a;
	}

	#sideSpBtnList li {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}

	#sideSpBtnList li:not(:last-child) {
		margin-bottom: 15px;
	}

	.sideSpIcon {
		width: 35px;
		height: 35px;
		background-color: #ffffff;
		border-radius: 3px;
		text-align: center;
	}

	.sideSpIcon span,
	.sideSpIcon a {
		width: 20px;
		display: inline-block;
		line-height: 1;
	}

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

	#sideSpSearch {
		padding: 8px 4px;
		color: #0a9a4a;
		background-color: #fefe00;
		border-radius: 3px;
		font-size: 1.5rem;
		font-weight: 700;
	}

	#sideSpSearch a {
		color: #009843;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}

	.footerContents {
		width: 100%;
		margin-left: 0;
		padding: 30px 20px;
	}

	#searchPopupWrap {
		padding: 0 3%;
	}

	#siteMapPopupWrap {
		width: 100%;
		padding: 0 3%;
	}

	#menuWrap {
		width: 100%;
	}
}

/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

	/* ポップアップメニュー（サイトマップ） */
	/* ------------------------------------ */
	#siteMapPopup {
		padding: 40px 25px;
	}

	#menuWrap {
		padding: 90px 15px 50px;
	}

	.menuBlock01 a {
		padding-left: 11.707vw;
	}

	.menuBlock01 .menuTxtMain {
		font-size: 1.4rem;
	}

	.menuBlock01 .menuTxtSub {
		font-size: 1.1rem;
	}

	.menuBlock01 .menuIllust {
		width: 6.829vw;
	}

	.menuBlock03 a {
		font-size: 1.2rem;
	}

	.menuBlock03 .menuIllust {
		left: 5px;
	}

	.menuBlock04 dl {
		padding: 0 1.951vw;
	}

	.menuContactBtnList a {
		padding: 0.7em 2.6em 0.7em 1.6em;
	}

	/* 物件を探す */
	/* ------------------------------------ */
	.searchGenreImg {
		margin-bottom: 5px;
	}

	.searchGenreTxt {
		font-size: 1.2rem;
	}

	/* -------------------------------------------------- */
	/* 下層共通 */
	/* -------------------------------------------------- */
	/* 白枠 */
	.contentsInner {
		padding: 40px 20px;
	}

	/* ページ見出し */
	#pagetitle {
		margin-bottom: 12px;
		padding-bottom: 30px;
	}

	#pagetitleJp {
		font-size: 2.5rem;
	}

	#pagetitleEn,
	#pagetitle::after {
		font-size: 1.5rem;
	}

	/* 共通見出し */
	.uniSubtitle {
		font-size: 2rem;
	}

	/* Q&A */
	#faq {
		margin-bottom: 50px;
	}

	.faqQInner,
	.faqAInner {
		padding: 15px;
	}

	.faqQHead,
	.faqAHead {
		font-size: 1.8rem;
	}

	.faqQBody,
	.faqABody {
		font-size: 1.3rem;
	}
}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#container {
		/* 		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
		font-family: "Hiragino Sans", "Noto Sans CJK JP", sans-serif;
	}

	.pcbr {
		display: none;
	}

	.spbr {
		display: block;
	}

	.btnMain,
	a.btnMain,
	.btnAccent,
	a.btnAccent {
		font-size: 1.3rem;
		-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
	}

	.secTtl {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}

	.contTtl {
		font-size: 1.4rem;
	}

	.slideArrowTop {
		margin-top: -40px !important;
		padding-top: 40px !important;
	}

	.slideArrowTop .swiper-button-next,
	.slideArrowTop .swiper-button-prev {
		width: 28px;
		height: 28px;
		background-size: 28px auto;
	}

	.slideArrowTop .swiper-button-prev {
		right: 40px;
	}

	/* コンテンツ */
	/* ------------------------------------ */
	.contents {
		padding: 50px 15px 30px;
	}

	/* ヘッダー・ナビゲーションメニュー */
	/* ------------------------------------ */
	#headerBar {
		height: 50px;
		padding: 0 15px;
	}

	#headerInner {
		height: 100%;
		display: flex;
		align-items: center;
		gap: 0 1em;
	}

	#headerLogo {
		width: 160px;
	}

	#headerLogo img {
		max-width: 100%;
	}

	.headerBtnLine {
		width: 28px;
		height: 3px;
		margin: 3px 0;
	}

	#headerChara {
		height: 60%;

		& img {
			height: 100%;
		}
	}

	/* ポップアップメニュー（サイトマップ） */
	/* ------------------------------------ */
	#siteMapPopup {
		padding: 40px 20px;
	}

	#siteMapPopupWrap {
		max-width: 100%;
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: translate(0);
		transform: translate(0);
	}

	#menuWrap {
		padding: 80px 15px 20px;
	}

	.menuBlock01 li {
		width: 100%;
		min-height: 70px;
	}

	.menuBlock01 li:not(:last-child) {
		margin-bottom: 15px;
	}

	.menuBlock01 a {
		padding: 8px 20px;
	}

	.menuBlock01 .menuLinkInner {
		width: 200px;
		margin: auto;
	}

	.menuBlock01 .menuTxtMain {
		font-size: 1.6rem;
	}

	.menuBlock01 .menuTxtSub {
		font-size: 1.2rem;
	}

	.menuBlock01 .menuIllust {
		width: 78px;
		left: 52%;
	}

	.menuBlock02 {
		display: block;
		border-radius: 8px;
	}

	.menuBlock02 p {
		margin-bottom: 5px;
	}

	.menuBlock02 a {
		width: 100%;
		padding: 0.5em 2.5em;
		font-size: 1.4rem;
	}

	.menuBlock03 {
		display: block;
	}

	.menuBlock03 li {
		width: 100%;
	}

	.menuBlock03 li:not(:last-child) {
		margin-bottom: 15px;
	}

	.menuBlock03 a {
		height: 40px;
	}

	.menuBlock03 .menuIllust {
		width: 38px;
		left: 25px;
	}

	.menuBlock04 {
		width: 100%;
		display: block;
	}

	.menuBlock04 dl {
		width: 100%;
		padding: 10px 0 0;
	}

	.menuBlock04 dl:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid #bfbfbf;
	}

	.menuBlock04 dt {
		margin-bottom: 0;
	}

	.menuBlock04 dd {
		margin-left: 20px;
	}

	.menuBlock04 dd:not(:last-child) {
		border-bottom: 1px solid #bfbfbf;
	}

	.menuBlock04 dd a {
		padding: 0.6em 1.5em 0.6em 0;
		font-size: 1.3rem;
	}

	.menuBlock05 {
		width: 100%;
	}

	.menuContactBtnList a {
		font-size: 1.1rem;
	}

	#siteMapHome {
		top: 15px;
		left: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#siteMapHome img {
		width: 36px;
	}

	.popupClose {
		top: 15px;
		right: 15px;
	}

	.popupCloseTxt {
		padding-top: 2px;
	}

	/* ポップアップメニュー（電話窓口） */
	#sideTelPopupWrap {
		max-width: 100%;
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: translate(0);
		transform: translate(0);
	}

	#sideTelWrap {
		padding: 40px 20px 20px;
	}

	.sideTelItem {
		width: 100%;
	}

	/* フッター */
	/* ------------------------------------ */
	.footerContents {
		padding: 15px;
	}

	#footerTop {
		margin-bottom: 20px;
	}

	#footerLogo,
	#footerBnr {
		width: 100%;
		display: block;
	}


	#shopList {
		padding: 0 10px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.shopListItem {
		width: 49%;
	}

	.shopBody {
		padding: 0;
	}

	.shopListItem:nth-child(2n) .shopBody {
		padding: 0px;
	}

	.shopArea {
		font-size: 0.8rem;
		line-height: 1;
	}

	.shopName {
		margin-bottom: 0;
		font-size: 1rem;
		line-height: 1.4;
		letter-spacing: 0;
	}

	.shopName .spbr {
		display: none;
	}

	a.shopName {
		padding-right: 20px;
		background-size: 14px auto;
	}

	.shopName.txt_sm {
		padding-top: 0.1em;
		padding-bottom: 0.1em;
		font-size: 0.9rem;
	}

	.infoAddress {
		padding-top: 0.3em;
		display: inline-block;
		position: relative;
		font-size: 1rem;
		letter-spacing: -0.02em;
		line-height: 1.2;
	}

	.infoAddress>span {
		margin-right: 0;
	}

	/*
	.infoAddress::after {
		padding: 0.2em 0.4em 0.1em;
		position: absolute;
		top: 0;
		right: 0;
	}
*/

	.infoTel {
		margin-bottom: 0;
		padding-left: 16px;
		display: inline-block;
	}

	.infoTel.freecall {
		position: relative;
		padding-bottom: 1em;
		background-position: top left;
	}

	.infoTel.freecall::after {
		width: 100%;
		margin-left: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		font-size: 0.9rem;
		text-align: center;
	}

	.shopTelNote {
		font-size: 0.8rem;
	}

	.shopHour {
		letter-spacing: 0;
	}

	.copyright {
		font-size: 1rem;
	}

	#footerLogo img {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	#footerBnr img {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		margin: 0 auto;
	}

	/* 物件を探す */
	/* ------------------------------------ */
	.searchWrap {
		padding: 25px 15px;
	}

	.searchTypeWrap {
		padding: 15px;
	}

	.searchGenreWrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: -12px;
	}

	.searchGenreItem {
		width: calc(33.3% - 8px);
		margin-right: 12px;
		margin-bottom: 12px;
	}

	.searchGenreItem:nth-child(3n) {
		margin-right: 0;
	}

	.searchGenreItem a {
		padding: 10px;
	}

	.searchGenreImg {
		margin-bottom: 2px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.searchGenreTxt {
		font-size: 1.1rem;
	}

	.searchSelectList {
		margin-bottom: -0.1em;
	}

	.searchTypeLayout a {
		margin-right: 0em;
		margin-bottom: 0.1em;
		padding: 0.1em 0.8em;
		font-size: 1rem;
	}

	.searchTypeWrap dl {
		display: block;
	}

	.searchTypeWrap dl:not(:last-child) {
		margin-bottom: 15px;
	}

	.searchTypeWrap dt {
		width: 100%;
		margin-bottom: 5px;
		padding-top: 0;
		text-align: left;
	}

	.searchTypeWrap dd {
		width: 100%;
	}

	.searchSelectList a {
		margin-right: 0em;
		margin-bottom: 0.1em;
		padding: 0.1em 0.8em;
	}

	.searchArea {
		padding: 15px;
		border: none;
	}

	.searchAreaImg {
		margin-bottom: 10px;
		padding-top: 85.18%;
		position: relative;
	}

	.searchAreaImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		position: absolute;
		top: 0;
		bottom: 0;
		-o-object-position: 70% 100%;
		object-position: 70% 100%;
	}

	.searchAreaLink {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.searchAreaLink a {
		width: 48%;
		margin-bottom: 10px;
	}

	/* ポップアップメニュー */
	#searchPopup {
		padding: 40px 15px;
	}

	#searchPopup .searchWrap {
		padding: 60px 15px 30px;
	}

	/* 新着賃貸物件 */
	/* ------------------------------------ */
	.new {
		margin-bottom: 50px;

		& .swiper-wrapper {
			width: 400%;
			gap: 0.5em;
		}
	}

	.newSlideItem {
		width: 35vw !important;
	}

	.newSlideBody {
		padding: 0.5em;
	}

	.newSlideImg {
		/* height: 120px; */
	}

	.newCategory {
		font-size: 0.8rem;
	}

	.depositAndKey {
		font-size: 1.1rem;
	}

	.newName {
		font-size: 1.1rem;
	}

	.newAddress,
	.newPrice .rent,
	.newPrice .management,
	.newInfo .depositAndKey {
		font-size: 1rem;
	}

	.newPrice .rent>span {
		font-size: 1.8rem;
	}


	.newCategory {
		padding: 0.2em 0.5em;
		display: inline-block;
		color: #333333;
		background-color: #e5e5e5;
		font-size: 0.9rem;
		font-weight: 700;
	}

	/* 新着情報 */
	/* ------------------------------------ */
	.topicsTabItem {
		padding: 0.8em;
		font-size: 1rem;
		letter-spacing: -0.05em;
	}

	.topicsBodyWrap {
		padding: 10px 15px 30px;
	}

	.topicsDate,
	.topicsCategory {
		font-size: 0.9rem;
	}

	.topicsTtl {
		font-size: 1.2rem;
	}

	/* 不動産コラム */
	/* ------------------------------------ */
	.columnSlideItem {
		width: 180px;
	}

	.columnSlideImg {
		height: 116px;
	}

	.columnDate {
		font-size: 1.1rem;
	}

	.columnTtl {
		margin-bottom: 5px;
		font-size: 1.5rem;
	}

	.columnTxt {
		font-size: 1.2rem;
	}

	/* お問い合わせ */
	/* ------------------------------------ */
	#ccTxt {
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.4;
	}

	#ccBtnList {
		display: block;
	}

	#ccBtnList a {
		padding: 1em;
		padding-bottom: 1em;
		display: block;
		font-size: 1.2rem;
	}

	#ccBtnList a:not(:last-child) {
		margin-right: initial;
		margin-bottom: 1em;
	}

	/* 電話番号・メール (店舗詳細ページ) */
	#ccBottom::after {
		content: none;
	}

	#ccBottom #ccTel {
		width: 100%;
		margin-bottom: 10px;
	}

	#ccBottom .ccBtnSingle {
		width: 100%;
	}

	/* ページトップへ戻る */
	/* ------------------------------------ */
	#pagetop {
		right: 15px;
		bottom: 15px;
	}

	#pagetop a {
		background: #0a9a4a;
		width: 100%;
		aspect-ratio: 1 / 1;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#pagetop a img {
		width: 70%;
	}

	/* -------------------------------------------------- */
	/* 下層共通 */
	/* -------------------------------------------------- */
	/* 枠 */
	.contentsInner {
		padding: 30px 15px;
		margin-bottom: 60px;
		border-radius: 6px;
	}

	/* ページ見出し */
	#pagetitle {
		margin-bottom: 10px;
		padding-bottom: 20px;
		border-bottom: solid 2px #009843;
	}

	#pagetitleJp {
		font-size: 2.1rem;
		font-weight: bold;
	}

	#pagetitleEn,
	#pagetitle::after {
		font-size: 1.4rem;
	}

	/* パンくず */
	#bc {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
	}

	/* 共通見出し */
	.uniSubtitle {
		height: 1.5em;
		margin-bottom: 0.75em;
		font-size: 2rem;
		font-weight: bold;
	}

	.uniSubtitle span {
		height: 1.5em;
	}

	/* Q&A */
	.faq>li {
		border: solid 1px #D2D2D2;
	}

	.faqQInner,
	.faqAInner {
		padding: 10px 15px;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
	}

	.faqQHead,
	.faqAHead {
		padding: 0em 0.5em 0 0;
		padding-right: 0.5em;
	}

	.faqQBody,
	.faqABody {
		font-size: 1.3rem;
		line-height: 1.53846;
	}

	.faqQ {
		background: url(img/common/icon_pulldown.svg) no-repeat right 10px center/12px 7px;
	}

	.faqQ.open {
		background: url(.img/common/icon_pullup.svg) no-repeat right 10px center/12px 7px;
	}

	.faqQBody {
		padding-right: 10px;
		font-weight: bold;
	}

	.faqABodyEvent th,
	.faqABodyEvent td {
		font-size: 1.3rem;
		line-height: 1.53846;
	}

	/* バナーリスト */
	/*
	#bannerList {
		margin-bottom: 50px;
	}

	.bannerListSlide {
		margin-bottom: 8px!important;
	}

	.bannerListSlide li {
		position: absolute!important;
	}
*/

	.bnrWrap {
		margin-bottom: 30px;
	}

	.bnrInner {
		width: 390%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		-webkit-overflow-scrolling: touch;
		gap: 10px;
	}

	.bnr {
		width: 11%;
		height: auto;
		padding-bottom: 0;
		margin-right: 0;
		max-width: calc(100% / 7);
	}

	.bnrLong {
		width: 100%;
	}

	/* ------------------------------------ */
	/* 回遊ナビ */
	/* ------------------------------------ */
	#companyLink li {
		width: 49%;
		height: 100%;
		margin-bottom: 10px;
		background: #FFF;
		border-radius: 6px;
	}

	#companyLink li a {
		height: 100%;
		padding: 10px;
		display: block;
		position: relative;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}

	#companyLink li a::after {
		content: "";
		width: 9px;
		height: 8px;
		margin-right: 5px;
		background: url(img/common/icon_link_small.svg) 0 0 no-repeat;
		-webkit-background-size: 9px 8px;
		background-size: 9px 8px;
		position: absolute;
		right: 0;
		bottom: 20px;
	}

	.linkImg img {
		width: 100%;
		height: auto;
		margin-bottom: 0;
	}

	.linkTit {
		font-size: 1.2rem;
	}

	/* 続きを見る */
	.readmore {
		position: relative;
		overflow: hidden;
		cursor: pointer;
	}

	.readmore.hidetxt {
		height: 12em;
	}

	.readmore:before {
		width: 100%;
		height: 5em;
		display: block;
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		background: linear-gradient(to top, #ffffff 10%, rgba(255, 255, 255, 0) 90%);
	}

	.readmore:after {
		padding: 5px 15px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		content: "続きを見る";
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		color: #999;
		font-size: 1.2rem;
		line-height: 1;
		letter-spacing: 0.05em;
		font-weight: bold;
		text-align: center;
		background-color: #FFFFFF;
		border: solid 2px #BFBFBF;
		border-radius: 35px;
	}

	.readmore.showtxt:before,
	.readmore.showtxt:after {
		display: none;
	}
}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}