﻿@charset "utf-8";
					/* Common */
* {	 
	padding: 0;
	margin: 0;
	text-decoration: none;
}
					/* 背景配置 */
#recommend_box,
#news_box {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#news_box {
	background: url(../img/back.jpg) no-repeat right center;
	padding: 40px 0;

}
#news_box {
	padding: 40px 0;
}
					/* スライダー 🔶🔶🔶🔶🔶🔶*/
.slideWrap {
	margin: 20px auto 0 auto;
	padding: 113px 0 0 0;
	width: 100%;
	height: 370px;
	position: relative;
	overflow: hidden;
	background: url("../jp/jpp12.png");
}
.carousel {
	margin: 0 auto;
	width: 100%;
	position: relative;
	visibility: hidden;
}
.carousel .movePanel {
	top: 0;
	left: 0;
	height: 200px;
	position: absolute;
}
.carousel ul {
	float: left;
}
.carousel ul li {
	margin: 0 auto;
	height: 390px;
	width: 100%
	line-height: 1.2em;
	text-align: center;
	float: left;
	display: block;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.carousel ul li a {
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.carousel ul li a:hover {
	opacity: 0.5;
}
.carousel ul li img {
	width: 260px;
	height: 260px;
	margin: 0;
	border-radius: 50%;
}
.carousel ul li a .arrow_box {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 120%;
	display: none;
	background: #192f60;
	border-radius: 12px;
	z-index: 10;
}
.carousel ul li a .fs90 {
	font-size: 90%;
}
.carousel ul li a .fs80 {
	font-size: 80%;
}
.carousel ul li a .fs70 {
	font-size: 70%;
}
.carousel ul li a .fs60 {
	font-size: 60%;
}
.carousel ul li.mainActive {
	z-index: 10;
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
					
.carousel ul li.mainActive  .arrow_box,	/* トップ吹き出し*/
.carousel ul li a:hover .arrow_box {	/* バック吹き出し*/
	display: inline;
	position: absolute;
	top: 69%;
	left: 15%;
	width: 180px;
	padding: 0;
	text-align: center;	
}
.carousel ul:after {
	content: "";
	display: none;
	clear: none;
}
.tooltip{
	display:inline-block;
	position:relative;
} 
.arrow_box:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-bottom-color: #192f60;
	border-width: 7px;
	margin-left: -7px; 
}
#recommend_box {
	width: 100%;
	margin: 0 auto;
	background: url("../jp/jpp12.png")
}
#recommend_inner {
	width: 960px;
	height: 675px;
	margin: 0 auto;
}
.rec1 {
	positon: absolute;
	top: 0;
	left: 320px;
}
.rec2 {
	positon: absolute;
	top: 180px;
	left: -175px;
}
.rec3 {
	positon: absolute;
	top: 180px;
	left: -150px;
}
.rec4 {
	positon: absolute;
	top: 35px;
	left: 0px;
}
.recommend {
	display: inline-block;
	width: 315px;
	height: 315px;
	outline: none;
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 70px 5px;
	font: 130%/1.3 "HGS創英角ﾎﾟｯﾌﾟ体";
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1.3;
	overflow: hidden;
}
.recommend::before,
.recommend::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.recommend,
.recommend::before,
.recommend::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.recommend::before,
.recommend::after {
	top: 50px;
	left: 50px;
	width: 220px;
	height: 220px;
}
.recommend::before {
	background: url("../jp/jp.png");
	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
}
.recommend::after {
	-webkit-transform: scale(0) rotate(180deg);
	transform: scale(0) rotate(180deg);
	background: url("../jp/jpp8.png");
	border-radius: 50%;
}
.recommend:hover::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.recommend .point {
	display: block;
	padding-top: 15px;
	font-style: normal;
	color: #c7b370;
}
.recommend .link {
	display: block;
	padding-top: 7px;
	font-size: 108%;
	line-height: 1.5;
	font-style: normal;
	text-shadow: 1px 1.5px 0px #192f60;
}
.recommend:hover .point {
	text-shadow: 1px 1.5px 0px #192f60;
}
					/* News ◆◆◆◆◆*/
.news_inner {
	width: 1024px;
	padding: 20px 0 10px 0;
    margin: 0 auto;
	border-radius: 7px;
}
.news_inner .top_fb {
	width: 44%;
	padding: 0;
	margin: 0;
	float: left;
}
.news_inner .top_tw {
	width: 44%;
	padding: 0;
	margin: 0;
	float: right;
}
					@media screen and (max-width:1023px){
.news_inner {
	width: 94%;
	margin: 0 auto;
}
#recommend_inner {
	width: 90%;
	margin: 0 auto;
}
#recommend_box {
	height: auto;
}
#news_box {
	background: none;
}
					/* お勧め ◆◆◆◆◆*/
#recommend_inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.rec1,
.rec2,
.rec3,
.rec4 {
	top: 0;
	left: 0;
}
					/* News ◆◆◆◆◆*/
.news_inner {
	width: 96%;
	margin: 0 auto;
	padding: 20px 2% 5px 2%;
}
.news_inner .top_fb,
.news_inner .top_tw {
 	width: 100%;
	padding: 0 1%;
	clear: both;
	margin: 0 auto;
}
					}/* max-width:1023px */
					@media screen and (max-width:960px){
.recommend {
	display: inline-block;
	overflow: hidden;
}
.slideWrap {
	margin: 0px auto;
	height: 280px;
}
.carousel ul li img {
	width: 200px;
	height: 200px;
}
.carousel ul li a .arrow_box {
	padding: 0;
	height: 23px;
	margin: -50px 0 0 -18px;
	line-height: 23px;
	font-size: 10px;
}
					}/* max-width:759px */
