@charset "utf-8";
/* CSS Document */
/*スライドショー*/
#main_img{
	width: 100%;
	position: relative;
	margin-bottom: 100px;
}
#main_img #bottom_bt{
	position: absolute;
	width: 80px;
	height: 80px;
	bottom: 0;
	left: 50%;
	z-index: 99;
	margin-left: -40px;
	margin-bottom: -40px;
}
#slideshow {
	width: 100%;
	height: auto;
}
#slideshow img {
	position: absolute;
	width: 100%;
	height: auto;
	top:  0;
	left: 0;
	z-index: 1;
	opacity: 0.0;
}
#slideshow img.back_img{
	position: static;
	z-index: 0;
}
#slideshow img.active {
	z-index: 3;
	opacity: 1.0;
}
#slideshow img.last-active {
	z-index: 2;
}
/*お知らせ*/
#news{
	padding-left: 49%;
	padding-right: 1%;
	margin-bottom: 50px;
	-webkit-animation-duration: 1.5s;
  	animation-duration: 1.5s;
}
#news h2{
	font-size: 30px;
	letter-spacing: 5px;
	color: #010f3b;
	border-bottom: 3px solid #010f3b;
	box-shadow: 0px 3px 0 #ccc;
	margin-bottom: 30px;
}
#news ul{
	padding-left: 20px;
	margin-bottom: 30px;
}
#news ul li{
	border-left: 3px solid #010f3b;
	margin-bottom: 20px;
	padding-left: 10px;
}
#news ul li .news_date{
	letter-spacing: 5px;
}
#news ul li a .news_date{
	color:#4d4d4d;
}
#news ul li h3{
	letter-spacing: 3px;
	font-size: 18px;
}
#news ul li h3 a{
	color:#4d4d4d;
}
#news #news_more{
	text-align: right;
	letter-spacing: 3px;
}
#news #news_more a{
	padding: 0 5px;
	border-bottom: 1px solid #010f3b;
	color: #010f3b;
}
/*はじめてのお客様へ*/
#first{
	padding: 100px 0;
	background-color: #fafaf7;
}
#first #first_title{
	text-align: center;
	width: 50%;
	margin-bottom: 20px;
	padding: 0 2%;
}
#first #first_title h2{
	font-size: 40px;
	letter-spacing: 3px;
	color: #010f3b;
	width: auto;
	border-bottom: 2px solid #808080;
	margin-bottom: 10px;
}
#first #first_title p{
	color: #808080;
	font-size: 20px;
	letter-spacing: 5px;
}
#first_txt{
	padding-left: 10%;
	padding-right: 1%;
}
#first_txt p{
	line-height: 1.5;
	letter-spacing: 2px;
}
#first_txt #first_jp{
	margin-bottom: 30px;
}
#first_txt #first_en{
	opacity: 0.7;
	margin-left: 5%;
}
/*アイコン*/
#icon{}
#icon ul{
	display: table;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
#icon ul li{
	display: table-cell;
	padding: 5%;
	width: 33.333%;
}
#icon ul li:nth-child(1){
}
#icon ul li:nth-child(2){
	-webkit-animation-duration: 1.5s;
  	animation-duration: 1.5s;
}
#icon ul li:nth-child(3){
	-webkit-animation-duration: 2s;
  	animation-duration: 2s;
}
#icon ul li figure{
	padding: 10%;
	text-align: center;
}
#icon ul li figure img{
	max-width: 200px;
	height: auto;
}
#icon ul li h3{
	text-align: center;
	font-size: 30px;
	letter-spacing: 3px;
	font-weight: normal;
}
#icon ul li .title_en{
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
#icon ul li .icon_txt{
	margin-bottom: 20px;
}
#icon ul li .icon_txt:nth-of-type(3){
	opacity: 0.6;
}
#icon ul li .more_bt{
	text-align: center;
}
#icon ul li .more_bt a{
	display: inline-block;
	line-height: 1;
	padding: 4px 20px;
	border-radius: 24px;
	background-color: #010f3b;
	color: #fff;
}
/*ここからタブレット用（768px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){
/*スライドショー*/
#main_img{
	margin-top: 50px;
}
/*お知らせ*/
#news{
	padding-left: 0;
	padding-right: 0;
	margin: 0 10%;
	margin-bottom: 50px;
}
#news h2{
	box-shadow: none;
}
/*はじめてのお客様へ*/
#first{
	padding: 50px 0;
	background-color: #fafaf7;
}
#first #first_title{
	text-align: center;
	width: 70%;
	margin-bottom: 20px;
	padding: 0 2%;
}
/*アイコン*/
#icon{}
#icon ul{
	display: table;
	width: 95%;
	margin: 0 auto;
}
#icon ul li{
	display: table-cell;
	padding: 2%;
}
}
/*ここからスマートフォン用(480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 480px){
#main_img #bottom_bt{
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 0;
	left: 50%;
	z-index: 99;
	margin-left: -20px;
	margin-bottom: -20px;
}
/*お知らせ*/
#news{
	margin: 0 5%;
	margin-bottom: 50px;
}
#news h2{
	font-size: 24px;
}
#news ul{
	padding-left: 20px;
	margin-bottom: 30px;
}
#news ul li .news_date{
	letter-spacing: 5px;
}
#news ul li h3{
	letter-spacing: 3px;
	font-size: 16px;
}
/*はじめてのお客様へ*/
#first{
	width: 100%;
	padding: 50px 2%;
	margin: 0 auto;
	background-color: #fafaf7;
}
#first #first_title{
	text-align: center;
	width: 96%;
	padding: 0;
	margin-bottom: 20px;
}
#first #first_title h2{
	font-size: 24px;
}
#first #first_title p{
	font-size: 16px;
}
#first_txt{
	padding: 0;
	width: 90%;
	margin: 0 auto;
}
/*アイコン*/
#icon{
	padding: 50px 0;
	}
#icon ul{
	display: block;
	width: 90%;
	margin: 0 auto;
}
#icon ul li{
	display: block;
	padding: 5%;
	width: 80%;
	margin: 0 auto;
}
#icon ul li h3{
	font-size: 24px;
}
#icon ul li .title_en{
	font-size: 16px;
}
#icon ul li figure{
	padding: 10%;
	text-align: center;
}
#icon ul li figure img{
	max-width: 200px;
	height: auto;
}

}