@charset "UTF-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* 共通 */
/* ------------------------------------ */
#topics #pagetitle::after {
	content: "NEWS";
}

#topics .contentsInner {
	margin-bottom: 20px;
}

.postMeta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.postDate {
	margin-right: 15px;
	font-size: 1.4rem;
	letter-spacing: 0.025em;
}

.postCat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.postCatItem {
	padding: 0.5em;
	margin: 0 2px 2px 0;
	background-color: #e5e5e5;
	font-size: 0.9rem;
	line-height: 1;
}

.postCatItem:not(:last-child) {
	margin-right: 10px;
}


/* 新着情報一覧ページ */
/* ------------------------------------ */
#selectWrap {
	padding: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #f6f6f6;
}

.selectItem {
	margin-right: 20px;
}

.selectItem:last-child {
	margin-right: 0;
}

.selectHead {
	margin-bottom: 5px;
	font-size: 1.2rem;
}

.selectBody {
	width: 200px;
}

.pulldown select {
	width: 100%;
	padding: 0.5em 2em;
	color: #7e7e7e;
	background: #ffffff url(../../img/common/icon_pulldown.svg) no-repeat center right 1em/0.8em auto;
	border: 2px solid #dcdcdc;
	border-radius: 1.5em;
	font-size: 1.2rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

#postList {
	margin-bottom: 25px;
}

.postListItem {
	padding: 25px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #dcdcdc;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.postListImg {
	width: 280px;
	height: 180px;
	border-radius: 6px;
}

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

.postListBody {
	width: calc(100% - 280px);
	padding-left: 25px;
	color: #333333;
}

.postListBody .postMeta {
	margin-bottom: 20px;
}

.postListTtl {
	margin-bottom: 15px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.postListTxt {
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}

/* ページャー */
#pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#pager .page-numbers {
	width: 36px;
	height: 36px;
	margin: 0 8px;
	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: #333333;
	background-color: #ffffff;
	border: 1px solid #009843;
	border-radius: 50%;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0em;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#pager .page-numbers.prev,
#pager .page-numbers.next {
	border: none;
	border-color: transparent;
}

#pager .page-numbers.prev img,
#pager .page-numbers.next img {
	width: 100%;
}

#pager .page-numbers.prev {
	margin-left: 0;
}

#pager .page-numbers.next {
	margin-right: 0;
}

#pager .page-numbers.current {
	color: #ffffff;
	background-color: #009843;
}

#pager .page-numbers.dots {
	width: auto;
	margin: 0 2px;
	background-color: transparent;
	border: none;
}

/* 新着情報詳細ページ */
/* ------------------------------------ */
.singlepage #bc {
	padding: 0 40px;
}

.btnBackWrap {
	width: 235px;
	margin-left: 50px;
}

.btnBackWrap .btnMain {
	font-size: 1.3rem;
}

#articleWrap {
	padding: 20px 40px;
}

#articleWrap .postMeta {
	margin-bottom: 10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.postTtl {
	margin-bottom: 25px;
	color: #009843;
	font-size: 2.3rem;
	font-weight: 700;
}

#articleContents>*:last-child {
	margin-bottom: 0;
}

#articleContents h2 {
	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;
}

#articleContents h2:not(:first-child) {
	margin-top: 3em;
}

#articleContents h3 {
	margin-bottom: 0.5em;
	font-size: 1.8rem;
	font-weight: 700;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

#articleContents h3:not(:first-child) {
	margin-top: 3em;
}

#articleContents p {
	margin-bottom: 1em;
	font-size: 1.5rem;
}

#articleContents img {
	margin-bottom: 1em;
	max-width: 100%;
	/*	border-radius: 6px;*/
	height: auto;
}

#articleContents img.logo {
	width: 180px;
	height: auto;
	text-align: right;
}

#articleContents a {
	color: #009843;
}

#articleContents a.btnMain {
	color: #FFF;
}

#articleContents a:hover {
	text-decoration: underline;
}

#articleContents a.btnMain:hover {
	text-decoration: none;
}

#articleContents iframe {
	display: block;
	margin: 0 auto
}


/* 目次 */
#articleWrap #toc_container {
	margin-bottom: 35px;
	padding: 25px;
	border: 1px solid #dcdcdc;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

#articleWrap #toc_container a {
	color: #333333;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#articleWrap #toc_container p.toc_title {
	text-align: left;
	font-weight: 700;
}

#articleWrap #toc_container p.toc_title+ul.toc_list {
	margin-top: 0.75em;
}

#articleWrap #toc_container ul.toc_list>li {
	margin-top: 1em;
}

#articleWrap #toc_container ul ul {
	margin-top: 0.25em;
	margin-left: 1.5em;
}

/* ページャー */
#pageNavWrap,
.articlePager {
	margin-bottom: 70px;
}


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

.articlePager .btnMain {
	width: 160px;
	margin: 0 15px;
	font-size: 1.3rem;
}

.articlePagerIcon {
	width: 36px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.articlePagerIcon img {
	width: 100%;
}

#sortTxt {
	padding-top: 20px;
}

/* ------------------------------------ */
/* ホバーエフェクト */
/* ------------------------------------ */
@media screen and (min-width: 1025px) {
	.postListItem:hover {
		opacity: 0.7;
	}

	#pager .page-numbers:not(.dots):hover {
		color: #ffffff;
		background-color: #009843;
	}

	#pager .page-numbers.prev:hover,
	#pager .page-numbers.next:hover {
		opacity: 0.7;
		background-color: transparent;
	}

	#articleWrap #toc_container a:hover {
		color: #009843;
	}

	.articlePagerIcon:hover {
		opacity: 0.7;
	}
}

/*
入居者向け情報用（2021/12/16追加）
*/
/*記事内の問い合わせボタン*/
#articleContents .btnInq {
	display: table;
	margin: auto;
	padding-top: 4em;
}

#articleContents .btnNarrowbox {
	display: table;
	width: 100%;
	margin: 30px 0;
	padding: 30px;
	text-align: center;
	background-color: #f4f9f4;
}

/* #articleContents .btnNarrowbox p {
	margin: auto 10%;
} */

#articleContents .btnInq a {
	display: table;
	margin: 1em auto 0;
	width: auto;
}

/*記事内リンク　小さめボタン*/
#articleContents .btnNarrowbox a.btnNarrow {
	margin-top: .7rm;
	padding: 0;
	/*	border-bottom: 1px solid #009843;*/
	color: #009843;
}

/*問い合わせボタン直前の注意書き*/
#articleContents .btnInq p,
#articleContents .btnNarrowbox p {
	font-size: 1.3rem;
	text-align: center;
}

#articleContents .btnNarrowbox p+p {
	margin-top: 1rem;
}

/*注意書き　少し離して*/
#articleContents p.note {
	margin-top: 3em;
}

/*hr 問い合わせボタンの上に*/
#articleContents hr {
	margin-top: 4.5em;
}

/*入居者様特典サービス*/
#ten_service {
	/*	max-width: 700px;*/
	margin: 0 auto;
}

#articleContents #ten_service img {
	margin-bottom: 0;
	border-radius: 0;
}

#articleContents #ten_service>img {
	width: 100%;
	height: auto;
}

#ten_service a {
	display: block;
	/*	max-width: 700px;*/
	padding: 1rem 0;
	background: url(/web/wp-content/themes/okuzen/img/topics/04_img_bk.png) repeat-y;
	background-size: 100%;
	text-align: center;
}

#articleContents .btnInq a.btnNarrow:hover,
#ten_service a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*解約の流れ*/
#cancel_flow>h2 .headline_smallTxt {
	font-size: 1.5rem;
	font-weight: normal;
}

#cancel_flow>ul li {
	margin: 0;
	padding: 0;
	padding: 0 0 0 1em;
	clear: both;
}

#cancel_flow>ul li:before {
	content: '';
	display: block;
	background-color: #009843;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	float: left;
	margin: 0.5em 0em 0 -0.8em;
}

#cancel_flow>ul li:not(:first-child) {
	margin-top: 0.4em;
}

#cancel_flow>ul li .kasaihoken p {
	margin-top: 0.5em;
	font-size: 1em;
}

#cancel_flow a.cancel_flowLink {
	/*	border-bottom: 1px solid #aaa;*/
}

#cancel_flow a.cancel_flowLink:before {
	content: '';
	display: block;
	margin: 0.5em 0.2em 0 0;
	border: 4px solid transparent;
	border-right: 0 solid transparent;
	border-left: 4px solid #999;
	float: left;
}

.topicsLinkIcon::before {
	content: '';
	display: block;
	margin: 0.5em 0.2em 0 0;
	border: 4px solid transparent;
	border-right: 0 solid transparent;
	border-left: 4px solid #999;
	float: left;
}

/* 命名キャンペーン */
/* -------------------------------------------------- */

/* 目次削除 */
#articleWrap .articleId940 #toc_container {
	display: none;
}

/* テーブル */
#campaignTable {
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.4rem;
	letter-spacing: .06em;
}

#campaignTable tr {
	border-bottom: 1px solid #BEBEBE;
}

#campaignTable th,
#campaignTable td {
	padding: 18px 20px;
}

#campaignTable th {
	width: 18%;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}

#articleContents .campaignTxt {
	margin-bottom: 37px;
	font-size: 1.4rem;
	letter-spacing: .1em;
	text-align: center;
}

/* キャラクター */
#campaignCharList {
	margin-bottom: 50px;
	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;
	column-gap: 1%;
	row-gap: 40px;
}

#campaignCharList .campaignCharItem {
	width: 49.5%;
}

#campaignCharList2 {
	margin: 50px 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;
	column-gap: 1%;
	row-gap: 40px;
}

#campaignCharList2 .campaignCharItem2 {
	width: 46%;
	text-align: center;
	position: relative;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#campaignCharList .campaignCharItem {
		margin-bottom: 40px;
	}
}

#campaignCharList .charName {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .1em;
}

.campaignCharItem .charTxtBox {
	width: 312px;
	max-width: 95%;
	margin: auto;
	padding: 22px 17px 10px;
	position: relative;
}

.campaignCharItem .charTxtBox::after {
	display: block;
	content: "";
	width: 100%;
	min-height: 240px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

#nameAnno {
	display: block;
	position: absolute;
	bottom: -23px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #333;
	font-size: 1.2rem;
	white-space: nowrap;
}

.campaignCharItem:nth-child(-n+2) .charTxtBox::after {
	background-image: url(../../img/topics/speech_balloon_left.png);
}

.campaignCharItem:nth-last-child(-n+2) .charTxtBox::after {
	background-image: url(../../img/topics/speech_balloon_right.png);
}

#campaignCharList .charTxtBox p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.4rem;
}

#campaignCharList .charTxtBox p.mb1 {
	margin-bottom: 1em;
}

#campaignCharList .charTxtBox p img {
	margin: 0 10px 0 0;
}

#campaignCharList .charGender {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#campaignCharList .charFeature {
	margin-bottom: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

#campaignCharList .charImgBox img {
	position: relative;
	z-index: 5;
}

#campaignCharList .charImgBox br {
	display: none;
}

.campaignLink {
	transition: all .3s;
}

.campaignLink:hover,
.campaignLink:active {
	opacity: .8;
}

#campaignCharList2 img {
	height: 210px;
	width: auto;
}

#room img {
	height: 260px;
}

#home {
	padding-top: 50px;
}

#campaignCharList2 .charName2 {
	display: inline-block;
	width: 70%;
	margin-bottom: 30px;
	padding: 15px;
	font-size: 2.0rem;
	font-weight: bold;
	background: #d9f0e3;
	color: #009843;
	border-radius: 5px;
	position: relative;
}

#campaignCharList2 .charTxtBox2 {
	height: 420px;
	padding: 20px;
	text-align: center;
	border: 1px solid;
}

#campaignCharList2 .charApplicant {
	margin-bottom: 30px;
	text-align: left;
	font-weight: bold;
}

#campaignCharList2 .charReason {
	text-align: left;
}

.charTxtBox2 .charBoxTit {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #009843;
	border-bottom: 2px solid;
	text-align: center;
}

#campaignCharList2 .campaignCharItem2:last-child {
	width: 100%;
}

#campaignCharList2 .campaignCharItem2:last-child .charTxtBox2 {
	height: auto;
}

.flexInner {
	display: flex;
	justify-content: space-between;
}

.charBox {
	width: 50%;
}

#campaignCharList2 .flexInner .charApplicant {
	width: 46%;
}

#topicsLogo {
	margin: 40px 0;
}

/*230508追記*/
#articleContents .maxImg img {
	width: 100%;
	height: auto;
	margin-bottom: 0;
}

/*230513追記*/
#articleContents a.btnMain.mini{
	width: 260px;
	margin: 15px auto;
}
#articleContents p {
	margin-bottom: 30px;
	font-size: 1.5rem;
}

/* 231113追記 */
.commonAnno {
	padding: 15px;
	display: block;
	font-size: 90%;
	border: 1px solid #CCC;
}


/* -------------------------------------------------- */
/* PC調整 */
/* -------------------------------------------------- */
@media screen and (max-width: 1279px) {
	.selectBody {
		width: 180px;
	}
}

@media screen and (max-width: 1100px) and (min-width: 1025px) {
	#campaignCharList .charTxtBox p {
		font-size: 1.2rem;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#campaignCharList .charTxtBox p {
		font-size: 1.3rem;
	}

	#campaignCharList2 .charTxtBox2 {
		height: 450px;
	}
}

/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {

	/* 新着情報一覧ページ */
	#archiveWrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#selectWrap {
		display: block;
		order: 2;
	}

	.selectItem {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.selectItem:last-child {
		margin-bottom: 0;
	}

	.selectBody {
		width: 100%;
	}

	.pulldown select {
		color: #7e7e7e;
	}

	.postListItem {
		padding: 15px 0;
	}

	.postListImg {
		width: 110px;
		height: 110px;
	}

	.postListBody {
		width: calc(100% - 110px);
		padding-left: 10px;
	}

	.postListBody .postMeta {
		margin-bottom: 5px;
	}

	.postListBody .postDate {
		font-size: 1.2rem;
	}

	.postListTtl {
		margin-bottom: 5px;
		font-size: 1.3rem;
		line-height: 1.3;
	}

	.postListTxt {
		display: none;
	}

	#pageNavWrap {
		margin-bottom: 25px;
	}

	#pager .page-numbers {
		margin: 0 4px;
		width: 28px;
		height: 28px;
		font-size: 1rem;
	}

	/* 新着情報詳細ページ */
	.singlepage #bc {
		padding: 0;
	}

	#articleWrap {
		padding: 0 0 30px;
	}

	#articleWrap #toc_container {
		padding: 15px;
	}

	.btnBackWrap {
		/* margin-left: 0px; */
		margin: 0 auto 20px;
	}

	.postTtl {
		margin-bottom: 10px;
		font-size: 2rem;
		line-height: 1.2;
	}

	/* iframe（YouTubeなど）をスマホのみ横幅100%表示 */
	#articleContents iframe {
		width: 100%;
		height: 60vw;
	}

	/* 命名キャンペーン */
	#campaignTable th,
	#campaignTable td {
		display: block;
		width: 100%;
	}

	#campaignTable th {
		text-align: center;
		padding: 10px 0 5px;
	}

	#campaignTable td {
		padding: 0 0 10px;
	}

	#articleContents .campaignTxt {
		text-align: left;
	}

	#campaignCharList .campaignCharItem {
		width: 100%;
		max-width: 400px;
		margin: auto;
	}

	#campaignCharList p.mb1 {
		margin-bottom: 0;
	}

	#campaignCharList2 .campaignCharItem2 {
		width: 100%;
	}

	#campaignCharList2 .charTxtBox2 {
		height: auto;
	}

	#campaignCharList2 .charName2 {
		width: 90%;
	}

	.charTxtBox2 .charBoxTit {
		font-size: 1.6rem;
	}

	#campaignCharList2 .charApplicant {
		margin-bottom: 20px;
		font-size: 1.4rem;
		line-height: 1.4em;
	}

	#home {
		padding-top: 40px;
	}

	#home img {
		height: 190px;
	}

	#room img {
		height: 230px;
	}

}