@charset "utf-8";

/* ========================================================
	idnex.css => トップページ用css
======================================================== */


/* slide_arrow
============================================================================================================ */
.slide_arrow {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 60px;
	margin-top: -30px;
	background: #fff;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: width 0.1s;
	-o-transition: width 0.1s;
	transition: width 0.1s;
}
.slide_arrow:hover {
	width: 55px;
}
.slide_arrow:after {
	content: "";
	position: absolute;
	top: 18px;
	width: 22px;
	height: 22px;
	border-left: 2px solid #9a794b;
	border-top: 2px solid #9a794b;
}
.slide_arrow.arrow_l {
	left: 0;
}
.slide_arrow.arrow_r {
	right: 0;
}
.slide_arrow.arrow_l:after {
	right: 8px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.slide_arrow.arrow_r:after {
	left: 8px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

@media screen and (max-width: 680px) {
	.slide_arrow {
		display: none !important;
	}
}


/* main
============================================================================================================ */
#main {
	position: relative;
	height: 500px;
	overflow: hidden;
}
#main * {
	outline: none;
}
#main li {
	width: 1260px;
	height: 500px;
}

@media screen and (max-width: 680px) {
	#main {
		height: auto;
	}
	#main li {
		width: auto;
		height: auto;
	}
}



/* information
============================================================================================================ */
#information {
	padding: 50px 0;
	background: url(../images/infomation_bg.jpg) 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
#information:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#information div {
	margin-bottom: 25px;
	text-align: center;
}
#information .row {
	width: 960px;
	margin: 0 auto;
}
#information section {
	float: left;
	width: 470px;
	padding: 28px 20px;
	background-color: rgba(255,255,255,0.6);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#information section + section {
	float: right;
}
#information section div {
	margin-bottom: 0;
	font-size: 18px;
	font-size: 1.8rem;
	color: #9a794b;
	font-weight: bold;
}
#information section div span {
	padding: 5px 32px;
	background-position: 0 40%;
	background-repeat: no-repeat;
}
#information .information div span {
	background-image: url(../images/infomation_ico01.png);
}
#information .blog div span {
	background-image: url(../images/infomation_ico02.png);
}

#information section li {
	border-bottom: 1px solid #e6e6e6;
}
#information section li a {
	display: block;
	padding: 20px 0 15px;
	text-decoration: none;
	color: #4c4c4c;
}
#information section li a .date {
	color: #353535;
}
#information section li a .title {
	font-size: 18px;
	font-size: 1.8rem;
	color: #3c2902;
}
#information section li a:hover .title {
	text-decoration: underline;
}

#information section p {
	margin-top: 30px;
}
#information section p a {
	width: 180px;
	margin: 0 auto;
	padding: 6px 0;
	font-size: 13px;
	font-size: 1.3rem;
}


@media screen and (max-width: 680px) {
	#information {
		padding: 20px 15px;
		background: none;
	}
	#information div {
		margin-bottom: 15px;
		text-align: center;
	}
	#information div img {
		width: 200px;
	}
	#information .row {
		width: auto;
	}
	#information section {
		float: none !important;
		width: auto;
		padding: 15px 10px;
	}
	#information section + section {
		margin-top: 15px;
	}
	#information section div {
		font-size: 1.7rem;
	}
	#information section div span {
		-webkit-background-size: 28px;
		background-size: 28px;
	}
	#information .information div span {
		background-image: url(../images/infomation_ico01_sp.png);
	}
	#information .blog div span {
		background-image: url(../images/infomation_ico02_sp.png);
	}

	#information section li a {
		padding: 10px 0;
	}
	#information section li a .title {
		font-size: 1.5rem;
	}
	#information section p {
		margin-top: 10px;
	}
	#information section p a {
		width: auto;
	}

}




/* bnrArea
============================================================================================================ */
#bnrArea {
	position: relative;
	overflow: hidden;
	background: url(../images/bnr_bg.jpg) 100% 0;
}
#bnrArea * {
	outline: none;
}
#bnrArea > div {
	width: 960px;
	height: 160px;
	margin: 0 auto;
	padding: 50px 0;
}
#bnrArea ul {
	margin: 0 -13px;
}
#bnrArea li {
	float: left;
	padding: 0 13px;
}
#bnrArea li a {
	display: table;
	width: 220px;
	background-color: #fff;
	background-position: 50% 16px;
	background-repeat: no-repeat;
	text-align: center;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	text-decoration: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
	color: #3c2902;
}
#bnrArea li a:hover {
	background-color: #e8decf;
}
#bnrArea li a span {
	display: table-cell;
	height: 80px;
	padding-top: 80px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	vertical-align: middle;
}
#bnrArea li a.bnr01 {
	background-image: url(../images/bnr_ico01.png);
}
#bnrArea li a.bnr02 {
	background-image: url(../images/bnr_ico02.png);
}
#bnrArea li a.bnr03 {
	background-image: url(../images/bnr_ico03.png);
}
#bnrArea li a.bnr04 {
	background-image: url(../images/bnr_ico04.png);
}
#bnrArea li a.bnr05 {
	background-image: url(../images/bnr_ico05.png);
}

#bnrArea .slide_arrow {
	top: 130px;
}

@media screen and (max-width: 680px) {
	#bnrArea {
		background: #2d1c04;
	}
	#bnrArea > div {
		width: auto;
		height: auto;
		padding: 15px 0 5px;
	}

	#bnrArea .slick-track {
		width: auto !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}

	#bnrArea ul {
		margin: 0 8px;
	}
	#bnrArea li {
		width: 50% !important;
		height: auto;
		padding: 0 5px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#bnrArea .slick-cloned {
		display: none;
	}
	#bnrArea li a {
		width: 100%;
		background-position: 50% 6px;
		-webkit-background-size: 40px;
		background-size: 40px;
		font-size: 1.3rem;
		line-height: 1.3;
	}
	#bnrArea li a span {
		height: 40px;
		padding-top: 40px;
	}
}

#bnrArea:after {
	content: "";
	display: block;
	height: 260px;
	background: url(../images/bnr_after.jpg) 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
@media screen and (max-width: 680px) {
	#bnrArea:after {
		height: 80px;
	}
}


/* service
============================================================================================================ */
#service {
	position: relative;
	overflow: hidden;
	padding: 50px 0 34px;
	background: url(../images/service_bg.jpg) 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
#service > div {
	margin-bottom: 30px;
	text-align: center;
}

#service > div {
	width: 960px;
	margin: 0 auto;
}
#service .row {
	margin: 0 -13px;
}
#service section {
	float: left;
	width: 220px;
	padding: 0 13px 30px;
}
#service section a {
	display: block;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	text-decoration: none;
	color: #4c4c4c;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 1px;
}
#service section a div {
	position: relative;
	display: table;
	width: 100%;
	height: 67px;
	border-bottom: 1px solid #c4b49d;
}
#service section a div:after {
	content: "";
	position: absolute;
	top: 30px;
	left: 20px;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #9a794b;
}
#service section a:hover div:after {
	left: 21px;
}
#service section a div span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #9a794b;
	font-weight: normal;
}
#service section a:hover div span {
	text-decoration: underline;
}

#service section a p {
	position: relative;
}
#service section a .summary {
	padding: 15px 20px;
	min-height: 4.6em;
}
#service section a .summary:after {
	content: "";
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 40px;
	border-bottom: 2px solid #9a794b;
}
#service section a .hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#service section a:hover .hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

@media screen and (max-width: 680px) {
	#service {
		padding: 20px 0;
		background: none;
		background: url(../images/service_bg.jpg) 50%;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#service > div {
		margin-bottom: 20px;
	}
	#service div img {
		width: 200px;
	}

	#service > div {
		width: auto;
	}
	#service .row {
		margin: 0 8px;
	}
	#service section {
		width: 50%;
		padding: 0 5px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#service section a {
		max-width: 220px;
		margin: 0 auto;
		font-size: 1.2rem;
		line-height: 1.4;
		letter-spacing: 0;
	}
	#service section a div {
		height: 4em;
	}
	#service section a div:after {
		top: 50%;
		left: 5px;
		margin-top: -3px;
	}
	#service section a:hover div:after {
		left: 5px;
	}
	#service section a div span {
		font-size: 1.3rem;
		line-height: 1.4;
	}
	#service section a .summary {
		padding: 10px 5px;
		min-height: 4.2em;
	}
	#service section a .hover {
		display: none;
	}
}


/* contactBox
============================================================================================================ */
#contactBox {
	width: 960px;
	margin: 50px auto 25px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
#contactBox:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#contactBox div {
	float: left;
	padding: 35px 0 0 26px;
}
#contactBox ul {
	float: right;
	width: 610px;
	padding: 24px 30px 24px 22px;
	background-color: #f7f7f7;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contactBox ul li {
	float: right;
}
#contactBox ul .tel {
	position: relative;
	overflow: hidden;
	float: left;
	width: 360px;
	height: 0;
	padding-top: 70px;
	background: url(../images/contact_tel.png);
}
#contactBox .box_link {
	width: 182px;
	padding: 20px 0;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	#contactBox {
		width: auto;
		margin: 20px 15px;
	}
	#contactBox div {
		float: none;
		padding: 10px 0;
		text-align: center;
	}
	#contactBox div img {
		width: 200px;
	}
	#contactBox ul {
		float: none;
		width: auto;
		padding: 15px;
	}
	#contactBox ul li {
		float: none;
	}
	#contactBox ul .tel {
		float: none;
		width: auto;
		height: auto;
		margin-bottom: 10px;
		padding-top: 0;
		background: none;
		text-align: center;
	}
	#contactBox ul .tel a {
		display: block;
		text-decoration: none;
		color: #000;
	}
	#contactBox ul .tel a strong {
		display: block;
		font-size: 2.5rem;
		line-height: 1.3;
	}
	#contactBox .box_link {
		width: auto;
		padding: 10px 0;
		letter-spacing: 0;
	}
}

.info202509{
		width: 960px;
		margin: 80px auto;
		border: 2px solid #011c6b;
		padding: 15px;
		background-color: #fff;
	}
.info202509 .flexbox{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	}
.info202509 .flexbox .phbox{
    width: 30%;
    text-align: center;
    display: block;
	}
.info202509 .flexbox .phbox img{
    width: 90%;
	}	
.info202509 .flexbox .txtbox{
    width: 70%;
        display: block;
        padding: 10px 10px 10px 30px;
	}
.info202509 .flexbox .txtbox h4.tit{
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 10px;
	}
.info202509 .flexbox .txtbox .txt{
    font-size: 1.6rem;
    font-weight: normal;
	}					

@media screen and (max-width: 768px) {
.info202509{
		width: 100%;
		margin: 30px 0;
		border: 1px solid #011c6b;
		padding: 0;
		background-color: #fff;
	}
.info202509 .flexbox{
    display: block;
	}
.info202509 .flexbox .phbox{
    width: 90%;
    text-align: center;
    display: block;
    margin: 5px auto;
	}
.info202509 .flexbox .phbox img{
    width: 60%;
	}	
.info202509 .flexbox .txtbox{
    width: 90%;
    margin: 5px auto;
        display: block;
        padding: 10px 10px 10px 10px;
	}
.info202509 .flexbox .txtbox h4.tit{
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
	}
.info202509 .flexbox .txtbox .txt{
    font-size: 1.4rem;
    font-weight: normal;
	}
	}