@charset "utf-8";
/* CSS Document */
/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap{
    top: 0;
    left: 0;
    height: 480px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    width: 100%;
	height: 480px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
    height: 500px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 540px;
    height: auto;
    float: left;
    display: inline;
    overflow: hidden;
}
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

/* ------------------------------
   header
------------------------------ */
header{
	height: 600px;
}
.nav{
	width: 990px;
	position: absolute;
	top: 370px;
	left: 50%;
	margin-left: -495px;
}
h1{
	float: left;
	margin-right: 80px;
}

.nav ul{
	float: right;
	margin-top: 140px;
}
.nav ul li{
	display: inline-block;
	margin-right: 40px;
}
.nav ul li a{
	transition: 0.6s;
}
.nav ul li a:hover{
	opacity: 0.6;
}
/* ------------------------------
   main
------------------------------ */
#main{
	width:66%;
	margin-right: 2%;
	float: left;
}
h2{
	margin-bottom: 60px;
}
/* ------------------------------
   home_news
------------------------------ */
#home_news{
	margin-bottom: 60px;
}
#home_news h3{
	border-bottom: 2px solid #CFACCC;
	padding-bottom: 6px;
}
#home_news h3 img{
	vertical-align: middle;
}
#home_news h3 span a{
	background-color: #CFACCC;
	color: #FFF;
	font-size: 1.1rem;
	padding: 4px 10px;
	border-radius: 2px;
	display: inline-block;	
	float: right;
	transition: 0.6s;
}
#home_news h3 span a:hover{
	background-color: #8C456D;
}
#home_news dl{
	clear: both;
	padding-bottom: 10px;
	border-bottom: 2px solid #CFACCC;
}
#home_news dl dt{
	border-bottom: #F4F4F4 solid 1px;
	display: inline-block;
	margin-top: 20px;
	padding-bottom: 10px;
	width:21%;
}
#home_news dl dt:last-of-type{
	border-bottom: 0px;
}
#home_news dl dd:last-of-type{
	border-bottom: 0px;
}
#home_news dl dd{
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: #F4F4F4 solid 1px;
	display: inline-block;
	width:78%;
    text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	vertical-align: bottom;
}
#home_news dl dd br{
	display: none;
}
#home_news dl dd:hover{
	color: #8C456D;
}

/* ------------------------------
   home_voice
------------------------------ */
#home_voice{
	float: left;
	margin-bottom: 60px;
	border-bottom: 2px solid #CFACCC;
	padding-bottom: 15px;
	width: 100%;
}
#home_voice h3{
	border-bottom: 2px solid #CFACCC;
	padding-bottom: 6px;
	margin-bottom: 15px;
}
#home_voice h3 img{
	vertical-align: middle;
}
#home_voice h3 span a{
	background-color: #CFACCC;
	color: #FFF;
	font-size: 1.1rem;
	padding: 4px 10px;
	border-radius: 2px;
	display: inline-block;	
	float: right;
	transition: 0.6s;
}
#home_voice h3 span a:hover{
	background-color: #8C456D;
}
#home_voice .cate_box{
	float: left;
	width: 30%;
	margin-right: 4%;
}
#home_voice .box_img1{
	overflow: hidden;
	position: relative;
}
#home_voice .box_img1 img{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#home_voice .cate_box:nth-of-type(3n){
	margin-right: 0px;
}
#home_voice .box_title1{
	clear: both;
}
#home_voice .box_txt1{
    text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}
#home_voice .box_txt1 br{
	display: none;
}

/* ------------------------------
   home_access
------------------------------ */
#home_access{
	clear: both;
	margin-bottom: 60px;
}
#home_access h3{
	padding-bottom: 6px;
}
#home_access h3 img{
	vertical-align: middle;
}
#map{
	width: 100%;
	height: 400px;
	margin-bottom: 10px;
}
#home_access p{
	display: inline-block;
	margin-right: 20px;
}
#home_access p a{
	background-color: #8C456D;
	color: #FFF;
	padding: 6px 20px;
	border-radius: 2px;
	display: inline-block;
	transition: 0.6s;
}
#home_access p a:hover{
	background-color: #F4EDDC;
	color: #382B2B;
}
/* ------------------------------
   side
------------------------------ */
#side{
	width:32%;
	float: right;
}
#home_company{
	margin-bottom: 30px;
	background-color: #CFACCC;
	border-radius: 4px;
	padding: 20px;
}
#home_company div img{
	width: 100%;
}
#home_company h3 img{
	width: 106px;
	vertical-align: middle;
}
#home_company i{
	margin-right: 4px;
}
#home_company div a{
	background-color: #FFF;
	display: block;
	border-radius: 2px;
	padding: 4px 0px;
	margin: 0 auto;
	width: 200px;
	text-align: center;
	margin-top: 10px;
	transition: 0.6s;
}
#home_company div a:hover{
	background-color: #8C456D;
	color: #FFF;
}
#home_schedule{
	margin-bottom: 30px;
}

#home_contact{
	text-align: center;
	margin-bottom: 30px;
}
#home_contact div a{
	background-color:#8C456D;
	display: block;
	color: #FFF;
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 20px;
	transition: 0.6s;
}
#home_contact div a:hover{
	background-color: #F4EDDC;
	color: #382B2B;
}
#home_memo{
	border:#F4F4F4 6px solid;
	padding: 10px;
	margin-bottom: 20px;
}
#home_memo a img{
	width: 100%;
}
/*ここからタブレット用（900px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 1110px){

.nav{
	width: 800px;
	position: absolute;
	top: 370px;
	margin-left: -400px;
}
h1{
	float: left;
	margin-right: 0px;
}
.nav ul li{
	display: inline-block;
	margin-right: 10px;
}
#home_contact a{
	font-size: 1.2rem;
}
#home_contact a img{
	width: 100%;
}

}
/*ここからタブレット用（900px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 946px){
header{
	height: auto;
	margin-top: 80px;
}
.nav{
	display: none;
}
}
/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 830px ){
	#main{
		width: 100%;
		float: none;
	}
	#side{
		width: 100%;
		float: none;
		margin-bottom: 60px;
	}
#home_news dl dt{
	border-bottom: #F4F4F4 solid 0px;
	display: block;
	padding-bottom: 0px;
	width:100%;
}
#home_news dl dd{
	margin-top: 10px;
	display: block;
	width:100%;
    text-overflow: clip;
    white-space: normal;
	}
#home_news dl dd br{
	display: block;
}
}

/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 400px ){
	#home_voice .cate_box{
	float: none;
	width: 100%;
	margin-right: 0px;

}
#home_voice .box_txt1{
    text-overflow: clip;
    white-space: normal;
	margin-bottom: 10px;
}
#home_voice .box_txt1 br{
	display: block;
}
}
