@charset "utf-8";

/*----------------------------------------------------------------------------------------

	index.css

----------------------------------------------------------------------------------------*/

/* サブヘッダー //
////////////////////////////////////////////////////////////////////*/

/* スライド //
---------------------------------------------- */

.slick-slide img {
	margin: auto;
}

/*読み込み中*/
#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;
	overflow: hidden;
    height: 568px;
    display: flex;
    justify-content: center;
    background: #f4f4f4;
}
#subheader .slide img {
	width: 1920px;
	height: 568px;            
    object-fit: cover;        
    object-position: center;  
}
#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: #ff691f;
}

/* インフォメーション //
---------------------------------------------- */

#info {
	margin-bottom: 40px;
	padding: 18px 0;
	background-color:#f5cd31;
}
#info > div {
	padding: 1px;
	background-color: #fff;
	border: 1px solid #baafa6;
}
#info .cont-w{
	position: relative;
}
#info .cont-w .top-kirin {
    position: absolute;
    z-index: 2;
    bottom: 123px;
    right: -173px;
	background: none;
    border: none;
}
@media (max-width: 1559px){
#info .cont-w .top-kirin {
    right:-7vw;
}
#info .cont-w .top-kirin img {
    width: clamp(250px, 17vw, 286px);
}
}
@media (max-width: 1380px) {
    #info .cont-w .top-kirin {
        right: -0.7vw;
    }
}
/*----------*/

#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: #ff3366;
	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;
}
#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: #ff691f;
	font-size: 44px;
	font-weight: 900;
}
#top-banner > li a p span {
	font-size: 26px;
	font-weight: 700;
	margin-top: 10px;
}

/* こだわり条件から探す //
////////////////////////////////////////////////////////////////////*/

#kodawari {
	box-sizing: border-box;
	margin-bottom: 40px;
	margin-top: 70px;
	padding: 1px;
	height: 245px;
	background: url(/images/index/kodawari_bg.png) no-repeat center;
	border: 6px solid #f5cd31;
	border-radius: 25px;
	position: relative;
	/* box-shadow: inset 0 0 0 1px #fff; */
}
#kodawari > h3 {
	margin-bottom: 40px;
	display: inline-block;
    position: absolute;
    top: -87px;
    left: 110px;
}

/*----------*/

#kodawari > section + section {
	margin-top: 19px;
}
#kodawari > section {
	margin-left: 21px;
	position: absolute;
    bottom: 28px;
	left: 35px;
}
#kodawari > section > h4 {
	margin-top: 3px;
	margin-right: 20px;
	float: left;
}

/*----------*/

#kodawari > section ul {
	line-height: 1.7;
}
#kodawari > section li {
	margin-bottom: 10px;
}
#kodawari > section ul > li:nth-of-type(odd) {
	width: 435px;
}
#kodawari .baibai.icon-all a::before{
	color: #ff691f;
	height: auto;
}
/*----------*/

#kodawari > section a {
	padding-left: 28px;
	display: inline-block;
	font-size: 1.4rem;
	vertical-align: bottom;
}
#kodawari > section a strong {
	font-size: 1.8rem;
}
#kodawari > section a::before {
	font-size: 2.2rem;
	content: "\f138";
}
#kodawari .chintai strong::before {
	content: "\00A0\00A0";/*空白*/
}

/* tksn //
////////////////////////////////////////////////////////////////////*/

.tksn {
	padding-bottom: 25px;
	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 0 0 28px;
}
.tksn .tksn_box {
	min-height: 100px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	padding-right: 30px;
}
#osusume-b .tksn_box {
	max-height: 1160px;
}
#shincyaku .tksn_box {
	max-height: 440px;
}
#shincyaku .tksnBox td b {
  vertical-align: baseline;
  vertical-align: -moz-middle-with-baseline;
}
/*----------*/

.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 > tbody > tr:not(:first-child) > td {
  margin-top: 20px;
}
#shincyaku.des64 .tksn_box > table {
	width: 700px;
    margin-left: 45px;
}
