@charset "utf-8";
/* -----------------------------------------------------------------
    sanyo_realty_tmpl toppage.css Document
	Description: サンヨーリアルティ株式会社様 デザインのテーマ
	Version: 1.0
 ----------------------------------------------------------------- */

/* -----------------------------------------------------------------
	スライダー 用
----------------------------------------------------------------- */
.header-slide-box {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
.header-slide {
	margin: 0;
	text-align: center;
}
.headerCatchphrase {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.header-slide img,
.headerCatchphrase img {
	width: 100%;
	height: auto;
}

/* スライダー矢印 */
.prev-arrow,
.next-arrow {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index: 9;
	width: 60px;
	height: 100%;
	opacity: 0.85;
	background-color: rgba(0,0,0,0.75);
}
.prev-arrow {
	left: 0;
	content:url('images/slide-prev-arrow.svg');
}
.next-arrow {
	right: 0;
	content:url('images/slide-next-arrow.svg');
}


/* -------------------------------------------------------
	各タイトル
------------------------------------------------------- */
.sectionTileArea {
	margin-bottom: 2.0rem;
	padding-left: 5.0rem;
}
.sectionTileEn {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.5em;
	color: #529b58;
}
.sectionTileJa {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2em;
	color: #000000;
}

/* -------------------------------------------------------
	ピックアップ
------------------------------------------------------- */
.pickupArea {
	margin: 0;
	padding-top: 6.0rem;
	padding-bottom: 6.0rem;
}
.pickupArea ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pickupArea ul li img {
	width: 100%;
	height: auto;
}
.pickupArea ul li.pickupEntry {
	margin: 0;
	padding: 0;
	border: solid 1px #cccccc;
	background-image: url(images/pickup-entry-footer.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 4.0%;
}
.pickupArea ul li.pickupEntry .pickupEntryTitle {
	padding: 1.5rem 1.0rem;
}
.pickupArea a {
	transition : all 1.0s ease 0s;
}
.pickupArea a:hover {
	filter: sepia(100%);
}

/* ------------------------------------------------
	ニュースリリース
-------------------------------------------------- */
.newsArea {
	margin: 0;
	padding-top: 6.0rem;
	padding-bottom: 6.0rem;
	background-color: #f5fbfd;
}
.topNewsContents {
	margin: 0;
	padding: 0 1.5rem;
	list-style: none;
}
.topNewsContents li {
	margin: 0;
	padding: 1.0rem 0;
	padding-right: 40px;
	background-image: url(images/list-arrow.svg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 35px;
	border-bottom: solid 1px #cccccc;
}
/*
.topNewsContents li a {
	transition : all 0.5s ease 0s;
}
.topNewsContents li a:hover {
	background-color: rgba(82,155,88,0.15);
}
*/
.topNewsDate {
	text-align: center;
}
.topNewsCategoryName {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0.5rem;
	background-color: #ffffff;
	border: solid 1px #b2b2b2;
	border-radius: 6px;
}
/* ------------------------------------------------
	タブ切替用
-------------------------------------------------- */
.tab-panel-block {
	margin: 0;
	padding: 0;
}
.tab-panel {
	margin: auto;
	padding: 0;
}
/*tabの形状*/
.tab-group {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	border-bottom: solid 1px #696969;
}
.tab {
	display: block;
	background:#d0d0d0;
	margin:0;
	padding: 1.0rem 2.0rem;
	font-size: 1.25em;
	font-weight: 600;
	width: 17.0%;
	text-align: center;
	border: solid 1px #000000;
	border-bottom: none;
}
/*liにactiveクラスがついた時の形状*/
.tab.is-active {
	color: rgb(0,0,0);
	transition: all 0.35s ease-out;
	background-color: #ffffff;
}
.panel-group {
	margin: 0;
	padding: 0;
}
.panel {
	display: none;
}
.panel.is-show {
	display: block;
	margin: 0;
	padding: 1.0rem 1.0rem 2.5rem;
	transition: all 0.3s;
	background-color: #ffffff;
}
.panel a:link,
.panel a:visited {
	color: #696969;
}
.panel-contents-box {
	margin-bottom: 3.0rem;
	max-height: 550px;
	overflow-y: auto;
}
.panel-contents {
	padding-left: 2.5rem;
}
/* 一覧リンク */
.panel-more {
	margin: 1.5rem 0;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
}
.panel-more a {
	padding: 1.0rem 5.0rem;
	border: solid 1px #696969;
	border-radius: 9999px;
	transition: all 0.5s;
}
.panel-more a:link,
.panel-more a:visited {
	color: #202020;
}
.panel-more a:hover {
	color: #ffffff;
	background-color: #529b58;
	border: solid 1px #529b58;
}

/* ------------------------------------------------
	事業紹介
-------------------------------------------------- */
.ourbussinessArea {
	margin: 0;
	padding-top: 6.0rem;
	padding-bottom: 6.0rem;
}
.ourbussinessArea img {
	width: 100%;
	height: auto;
}
.ourbussinessArea a {
	transition : all 1.0s ease 0s;
}
.ourbussinessArea a:hover {
	filter: sepia(100%);
}

/* ------------------------------------------------
	サンヨーリアルティについて
-------------------------------------------------- */
.aboutusArea {
	margin: 0;
	padding-top: 6.0rem;
	padding-bottom: 6.0rem;
	background-image: url(images/aboutus-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.aboutUsMenuList {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.aboutUsMenuList li {
	width: calc(100% / 2);
	margin: 0;
	padding: 0.5rem;
}
.aboutUsMenuList li a {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0.75rem;
	font-weight: 600;
	background-color: #ffffff;
	border: solid 1px #696969;
	transition : all 0.5s ease 0s;
}
.aboutUsMenuList li a:link,
.aboutUsMenuList li a:visited {
	color: #000000;
}
.aboutUsMenuList li a:hover {
	background-color: #d9d9d9;
}

/* ブレイクポイント 1023px以下
-------------------------------------------------- */
@media only screen and (max-width: 1023px) {
	/* ------------------------------------------------
		ニュースリリース
	-------------------------------------------------- */
	.tab {
		width: 21.5%;
		font-size: 1.15em;
	}
	.topNewsContents {
		padding: 0 1.0rem;
	}
	.topNewsContents li {
		padding: 1.0rem 0 0;
		padding-right: 30px;
		background-size: 25px;
	}
	.topNewsDate {
		text-align: left;
	}
	.topNewsCategoryName {
		padding: 0.25rem;
		line-height: 1;
	}
	.panel-contents {
		padding: 1.0rem 0 1.0rem 1.0rem;
	}
}


/* ブレイクポイント 767px以下
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
	/* -------------------------------------------------------
		ヘッダーメインスライダー
	------------------------------------------------------- */
	.header-slide-box,
	.header-slide {
		width: 100%;
		height: auto;
		/* height: 58vh; */
		margin: 0;
		padding: 0;
	}
	.header-slide img {
		width: auto;
		height: 100%;
		object-fit: cover;
	}
	/* -----------------------------------------------------------------
		スライダー 用
	----------------------------------------------------------------- */
	/* スライダー矢印サイズ指定 */
	.prev-arrow, .next-arrow,
	.post-prev-arrow, .post-next-arrow {
		width: 30px;
	}
	/* スライダー矢印 */
	.prev-arrow,
	.next-arrow {
		width: 40px;
	}
	/* -------------------------------------------------------
		各タイトル
	------------------------------------------------------- */
	.sectionTileArea {
		text-align: center;
		padding-left: 0;
	}
	.sectionTileEn {
		font-size: 3.0em;
	}
	.sectionTileJa {
		font-size: 1.0em;
	}
	/* -------------------------------------------------------
		ピックアップ
	------------------------------------------------------- */
	.pickupArea {
		padding-top: 3.0rem;
		padding-bottom: 3.0rem;
	}
	/* ------------------------------------------------
		ニュースリリース
	-------------------------------------------------- */
	.newsArea {
		padding-top: 3.0rem;
		padding-bottom: 3.0rem;
	}
	.topNewsContents {
		padding: 0 0.5rem;
	}
	/* ------------------------------------------------
		タブ切替用
	-------------------------------------------------- */
	.tab {
		padding: 0.5rem;
		width: calc(100%/3);
		font-size: 1.0em;
	}
	.panel-contents-box {
		max-height: 400px;
	}
	.panel-contents {
		padding: 0.75rem 0;
	}
	/* ------------------------------------------------
		事業紹介
	-------------------------------------------------- */
	.ourbussinessArea {
		padding-top: 3.0rem;
		padding-bottom: 3.0rem;
	}
	/* ------------------------------------------------
		サンヨーリアルティについて
	-------------------------------------------------- */
	.aboutusArea {
		padding-top: 3.0rem;
		padding-bottom: 3.0rem;
		background-image: url(images/aboutus-bg.jpg);
	}
	.aboutUsMenuList {
		width: 80%;
		margin: 0 auto;
	}
	.aboutUsMenuList li {
		width: 100%;
	}
}