@charset "utf-8";

/*----------------------------------------------------------------------------------------

	index.css

----------------------------------------------------------------------------------------*/

/* サブヘッダー //
////////////////////////////////////////////////////////////////////*/

/* スライド //
---------------------------------------------- */
#subheader{
	position: relative;
}
#subheader .slider{
	position: relative;
	min-height: 568px;
}
#subheader .slideon{
	position: absolute;
	width: 504px;
	height: 431px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}
#subheader .slideon > div{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
#subheader .slideon > div > p:first-of-type{
	color: #eb6100;
	font-size: 16px;
	position: relative;
	top: 134px;
    left: 181px;
    width: fit-content;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 600;
}
#subheader .slideon > div > p:last-of-type{
	color: #fff;
	font-size: 60px;
	position: relative;
	top: 203px;
    right: -227px;
    width: fit-content;
    font-family: Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1.25px;
}
.slick-slide img {
	margin: auto;
	min-height: 568px;
}

/*読み込み中*/
#subheader .slider:not(.slick-initialized) {
	height: 0;
	padding-top: 33.7874659400545%;
	background: url(/images/index/slider/loading.gif) no-repeat center / 30px, #f7f7f7;
}
#subheader .slider:not(.slick-initialized) > div {
	display: none;
}
#subheader .slide {
	outline: none;
	min-height: 568px;
}
#subheader .slide img {
	width: 100%;
}
#subheader .slide01 {
	background-color: #fefcd2;
}
#subheader .slide02 {
	background-color: #e9f2cc;
}
#subheader .slide03 {
	background-color: #fbfaec;
}
@media (max-width: 1366px) {
	#subheader .slider:not(.slick-initialized) {
		padding-top: 0;
		height: 461px;
	}
	#subheader .slide {
		height: 461px;
		overflow: hidden;
	}
	#subheader .slide img {
		min-width: 1366px;
		position: relative;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		backface-visibility: hidden;
	}
}

/* arrow //
---------------------------------------------- */

.slick-arrow {
	width: 100px;
	min-width: 100px;
	background: no-repeat transparent;
	background-position-y: center;
	opacity: 0;
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
	text-indent: -100vw;
	white-space: nowrap;
	cursor: pointer;
	transition: opacity 0.2s;
	-webkit-appearance: none;
	appearance: none;
}
@media (min-width: 1280px) {
	.slick-arrow {
		width: calc((100vw - 1280px) / 2);

	}
}

.slick-arrow:hover {
	opacity: 1;
}
/*----------*/

.slick-arrow::before {
	margin: auto;
	width: 100%;
	height: 1em;
	position: absolute;
	top: 0;
	bottom: 0;
	color: #414042;
	font-weight: 600;
	font-size: 3rem;
	text-shadow: 0px 0 10px #fff, 0px 0 10px #fff, 0px 0 10px #fff;
	text-indent: 0;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
}

/*----------*/

.slick-next {
	right: 0;
}
.slick-next::before {
	left: 10px;
	text-align: left;
	content: "\f138";
}

/*----------*/

.slick-prev {
	left: 0;
}
.slick-prev::before {
	right: 10px;
	text-align: right;
	content: "\f137";
}

/* dots //
---------------------------------------------- */

.slick-dots {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	font-size: 0;
	line-height: 10px;
	text-align: center;
}
.slick-dots li {
		display: inline;
}
.slick-dots button {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	background-color: #3f3a39;
	border: none;
	border-radius: 50%;
	box-shadow: 0 0 2px 2px #fff;
	outline: none;
	font-size: 0;
	cursor: pointer;
}
.slick-active button {
	background-color: #eb6100;
}

/* インフォメーション //
---------------------------------------------- */

#info {
	margin-bottom: 40px;
	padding: 28px 0;
	background-color:#f5f4f0;
}
#info > div {
	padding: 1px;
	background-color: #fff;
	border: 1px solid #baafa6;
}

/*----------*/

#info > div > header {
	position: relative;
}
#info > div > header > p {
	margin: auto;
	width: 160px;
	position: absolute;
	right: 0;
	bottom: 35px;
	left: 0;
	text-align: center;
}
#info > div > header > p a {
	background-color: #414042;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 22px;
}
#info > div > header > p a::before {
	margin-right: 6px;
	position: static;
	color: #fff;
}

/*----------*/

#info > div > ul {
	width: 898px;
	height: 143px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

/*----------*/

#info .archive-list01:not(:last-child)::after {
	margin: 0 10px;
	height: 0;
	display: block;
	border-bottom: 1px dotted #ccc;
	content: "";
}
#info .archive-list01 a {
	width: 100%;
	height: 72px;
	display: table;
}
#info .archive-list01 a:hover {
	background-color: #f7f7f7;
}

/*----------*/

#info .archive-list01 a > * {
	display: table-cell;
	vertical-align: middle;
}
#info .archive-list01 time {
	width: 116px;
	color: #eb6100;
	font-size: 1.3rem;
	text-align: center;
}

/*----------*/

#info .archive-list01 .photo {
	width: 52px;
	height: 52px;
	overflow: hidden;
}
#info .archive-list01 .photo span {
	width: 52px;
	height: 52px;
	background-color: #f1f1f1;
	display: block;
}
#info .archive-list01 .photo img {
	width: 100%;
	height: auto;
	pointer-events: none;
}


/*----------*/

#info .archive-list01 .txt {
	box-sizing: border-box;
	padding: 6px 10px 6px 18px;
	line-height: 1.45;
}
#info .archive-list01 .elips {
	width: 687px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#info .archive-list01 .elips::before,
#info .archive-list01 .elips::after {
	display: none;
}


/* トップバナー //
////////////////////////////////////////////////////////////////////*/
#top-banner-title{
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 400;
	display: flex;
    align-items: center;
	margin-bottom: 19px;
	color: #2d160c;
}
#top-banner-title img{
	margin-right: 28px;
}
#top-banner-title img + span{
	margin-right: 15px;
}
#top-banner {
	margin-bottom: 40px;
}
#top-banner > li:not(:last-child) {
	margin-right: 20px;
}
#top-banner > li a {
	display: block;
	background-image: url(/images/index/top-banner_bk.gif);
	width: 280px;
	height: 192px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
#top-banner > li a img {
	pointer-events: none;
	margin-top: 23px;
	margin-bottom: 16px;
}
#top-banner > li a p {
	background-color: #fff;
	width: 256px;
	height: 60px;
	display: flex;
    align-items: center;
    justify-content: center;
	font-family: "Noto Sans Japanese", sans-serif;
}
#top-banner > li a p strong {
	color: #eb6100;
	font-size: 44px;
	font-weight: 900;
}
#top-banner > li a p span {
	font-size: 26px;
	font-weight: 700;
	margin-top: 10px;
	color: #2d160c;
}

/* こだわり条件から探す //
////////////////////////////////////////////////////////////////////*/

#kodawari {
	box-sizing: border-box;
	margin-bottom: 40px;
	padding: 1px;
	height: 331px;
	background: url(/images/index/kodawari_bg01.png) no-repeat bottom;
	border: 1px solid #ccc;
	box-shadow: inset 0 0 0 1px #fff;
}
#kodawari > h3 {
	margin-bottom: 40px;
	padding: 15px 15px 8px;
}

/*----------*/

#kodawari > section + section {
	margin-top: 19px;
}
#kodawari > section {
	margin-left: 21px;
}
#kodawari > section > h4 {
	margin-top: 3px;
	margin-right: 20px;
	float: left;
}

/*----------*/

#kodawari > section ul {
	line-height: 1.7;
}
#kodawari > section li {
	margin-bottom: 5px;
}
#kodawari > section ul > li:nth-of-type(odd) {
	width: 328px;
}
#kodawari .baibai.icon-all a::before{
	color: #eb6100;
}
/*----------*/

#kodawari > section a {
	padding-left: 28px;
	display: inline-block;
	font-size: 1.4rem;
	text-decoration: underline;
	vertical-align: bottom;
}
#kodawari > section a strong {
	font-size: 1.6rem;
}
#kodawari > section a::before {
	font-size: 1.8rem;
	content: "\f138";
}
#kodawari .chintai strong::before {
	content: "\00A0\00A0";/*空白*/
}

/* tksn //
////////////////////////////////////////////////////////////////////*/

.tksn {
	padding-bottom: 30px;
	box-shadow: 0px 0px 0px 1px #ccc inset;
}
.tksn > h3 {
	position: relative;
}
.tksn > h3::after {
	height: 14px;
	background: url(/images/index/osusume_shadow.gif) repeat no-repeat top left;
	position: absolute;
	right: 1px;
	bottom: -14px;
	left: 1px;
	content: "";
}
.tksn .tksn_box {
	margin: 35px 21px 0;
}
.tksn .tksn_box {
	max-height: 800px;
	min-height: 100px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

/*----------*/

.tksn + .tksn {
	margin-top: 40px;
}
.des64 .tksn_box > table {
	width: 770px;
}
.des64 .tksn_box > table > tbody > tr {
	flex-wrap: nowrap;
}
.des64 .tksn_box > table > tbody > tr > td:not(:nth-of-type(4n)) {
	margin-right: 4px;
}
.des64 .tksn_box > table > tbody > tr:not(:first-child) > td {
	margin-top: 9px;
}

#shincyaku.des64 .tksn_box > table {
	width: 700px;
    margin-left: 45px;
}

/* バナー追加 //
////////////////////////////////////////////////////////////////////*/

.bnarea{
	display: flex;
	align-items: flex-start;
	justify-content: center;
    gap: 20px;
	margin: 40px auto;
}
.bnarea img{
	width: 280px;
}