@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*--------------------------------------------

	BASE

--------------------------------------------*/
/*animsition reset*/
.animsition-overlay-slide{
	background: #f4f9fc;
	z-index:100;
}


.over {
}
.over img {
	transition: 0.4s ease;
}
@media screen and (min-width : 768px ) {
.over:hover img {
	opacity:0.6;
}
}
@font-face {
  font-family: 'futura';
  src: url(../font/FUTURAM.woff);
}
.ios .over:hover, .ios .over:active, .ios .over:link, .ios .over:visited, .ios .over::focus {
opacity:1;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
:root .cf::after { /* IE9 */
	content: ""\9;
	clear: both\9;
	display: block\9;
	height: 0\9;
}
@media print,screen and (min-width : 768px ) {
.for_sp {
	display:none !important;
}
}
@media screen and (max-width : 767px ) {
.for_pc {
	display:none !important;
}
}
body, html {
	font-family: "メイリオ", Meiryo,"游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Sans", 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic ProN, Arial,  "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight:400;
}
.futura {
	font-family: 'futura',sans-serif;
}
body {
	width:100%;
	min-width:1250px;
	height:auto;
	color:#464545;
	font-size: 14px;
	line-height:1.8;
}
a {
	text-decoration:none;
	color:#236695;
	display:inline-block;
	transition:0.4s;
}
@media screen and (min-width : 768px ) {
a:hover {
	color:#449640;
	text-decoration:none;
}
}
table {
	width:100%;
}
img {
	max-width:100%;
}
.pe_none{
	pointer-events: none;
}
/*--------------------------------------------

	HEADER

--------------------------------------------*/
#header {

}
#hdrInner {
	width: 1200px;
	margin:0 auto;
}
#header #hLogo{
	float:left;
	padding-top:15px;
}
#header .hdrR {
	float:right;
}
#header .hdrR .tel,
#header .hdrR .contact{
	float:left;
}
#header .hdrR .tel {
	background:url(../Image/common/icon_tel.png) no-repeat center left 15px /20px 36px;;
	background-color:#bbd7eb;
	padding:10px 15px 10px 50px;
	line-height:1;
	margin-right:20px;
}
#header .hdrR .tel li{
	color:#236695;
	font-size:22px;
	font-weight:bold;
}
#header .hdrR .tel li:first-child{
	margin-bottom:5px;
}
#header .hdrR .tel li span{
	display:inline-block;
	vertical-align: unset;
	font-size:14px;
	width:2.2em;
}
#header .hdrR .contact a{
	background:url(../Image/common/icon_mail.png) no-repeat left 20px center / 23px 19px;
	background-color:#4496d0;
	color:#fff;
	padding: 27px 20px 26px 50px;
	font-weight:bold;
	font-size:16px;
	line-height:1;
}
#header .hdrR .hour {
    float:left;
    background:#e6eff5;
    margin-right:20px;
    line-height:1;
    padding: 16px 20px 15px;
    font-size: 14px;
    font-weight: 700;
    color: #1b6aa2;
}
#header .hdrR .hour li:nth-child(n+2){
    margin-top:10px;
}
@media screen and (min-width : 768px ) {
#header .hdrR .contact a:hover{
	background-color:#236695;
}
}
#header #hdrUpper{
	margin-bottom:10px;
}
/*--------------------------------------------

	GLOBAL NAVIGATION

--------------------------------------------*/
#gNavi {
}
#gNavi li {
	float:left;
	width:12.5%;
	margin-right:0%;
}
#gNavi li:last-child{
	margin-right:0;
}
#gNavi li a{
	display:block;
	padding:15px 0;
	position:relative;
}
#gNavi li a:after{
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#e6eff5;
	transform:scaleY(0);
	transition:.4s ease;
	box-sizing:border-box;
}
@media screen and (min-width : 768px ) {
#gNavi li a:hover:after{
	transform:scaleY(1);
}
}
#gNavi li span{
	display:block;
	text-align:center;
	position:relative;
	z-index:2;
}
#gNavi li .ja{
	font-size:16px;
	color:#1b6aa1;
	font-weight:bold;
	margin-bottom:8px;
	line-height:18px
}
#gNavi li .en{
	font-size:10px;
	color:#223c66;
	line-height:12px;
}
/*--------------------------------------------

	FRAMEWORK

--------------------------------------------*/
#contents{
	position:relative;

}
#contents:before{
	content:"";
	position:absolute;
	background:#f4f9fc;
	width:50%;
	z-index:-1;
	height:100%;
	top:0;
	right:0;
}
#contents .cts-inner{
	width:1200px;
	margin:0 auto;
	background: #fff;
	position: relative;
}
#contents .cts-inner:before{
	content:"";
	position: absolute;
	z-index: 1;
	width:400px;
	height: 100%;
	background: #f4f9fc;
	right:0;
	top:0;
}
#main-cts,
#side-cts{
	padding:80px 0;
	position: relative;
	z-index: 2;
}
#main-cts {
	float: left;
	width: 800px;
	background:#fff;
	padding-right:40px;
}
#side-cts{
	float: right;
	width: 400px;
	background:#f4f9fc;
	padding-left:40px;
}

/*--------------------------------------------

	SIDE

--------------------------------------------*/
/*#side-cts .productBox li{
	width:175px;
	float:left;	
}
#side-cts .productBox li a{
	color:#1b6aa1;
}
#side-cts .productBox li:nth-child(even){
	margin-left:10px;
}
#side-cts .productBox li:nth-child(n+3){
	margin-top:10px;
}
#side-cts .productBox li .imgBox{
	margin-bottom:6px;
	overflow:hidden;
	width:175px;
	height:130px;
	background:#fff;
	position: relative;
}
#side-cts .productBox li .imgBox img{
	position: absolute;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	-ms-transform: translate(-50%,-50%) scale(1);
	-moz-transform: translate(-50%,-50%) scale(1);
	-webkit-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
	transition: .4s;
}
#side-cts .productBox li .name {
	font-size:13px;
	font-weight:bold;
}
#side-cts .productBox li .name i{
	margin-right:5px;
	font-weight:bold;
	font-size:14px;
	transition:.4s ease;
}
#side-cts .productBox li a:hover .imgBox img{
	-ms-transform: translate(-50%,-50%) scale(1.1);
	-moz-transform: translate(-50%,-50%) scale(1.1);
	-webkit-transform: translate(-50%,-50%) scale(1.1);
	transform: translate(-50%,-50%) scale(1.1);
	opacity:0.5;
}
@media screen and (min-width : 768px ) {
#side-cts .productBox li a:hover .name i{
	margin-left:3px;
	margin-right:2px;
}
}
#side-cts .productBox{
	margin-bottom:40px;
}
#side-cts .instaBnr a{
	position:relative;
}
#side-cts .instaBnr a:hover img{
	transition:.4s ease;
}
#side-cts .instaBnr a:after{
	position:absolute;
	content:"";
	width:20px;
	height:20px;
	background:url(../Image/common/arrow_wh.png) no-repeat center center /contain;
	right:11px;
	top:0;
	bottom:0;
	margin:auto 0;
	transition:.4s ease;
}
@media screen and (min-width : 768px ) {
#side-cts .instaBnr a:hover img{
	opacity:0.7;
}
}
#side-cts .instaBnr a:hover:after{
	right:6px;
}*/


#side-cts .productBox{
  margin-bottom:25px;
}

#side-cts .productBox .tab_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: solid 3px #1a6aa2;
  margin-bottom:15px;
}

#side-cts .productBox .tab_list li {
  width: 50%;
  text-align: center;
}

#side-cts .productBox .tab_list li a {
  display: block;
  background: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  padding: 1em 0;
  color: #1a6aa2;
}


#side-cts .productBox .tab_list li.active a {
  background: #1a6aa2;
  color: #fff;
}
#side-cts .productBox .tab_list li a{
  pointer-events:none;
}
#side-cts .productBox .tab_content ul li:nth-child(n+2){
  margin-top:15px;
}
#side-cts .productBox .tab_content ul li a{
	position: relative;
	overflow: hidden;
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:#fff;
  border:solid 1px #1a6aa2;
}
#side-cts .productBox .tab_content ul li a:before{
	content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  background: #1b6aa1;
  width: 114%;
  height: 100%;
  left: -7%;
  transform: skewX(30deg) translate(-100%, 0);
  transition: .4s ease;
}
#side-cts .productBox .tab_content ul li .imgBox{
  position:relative;
  width:30%;
  padding-top:24%;
  overflow:hidden;
  z-index:2;
}
#side-cts .productBox .tab_content ul li .imgBox img{
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#side-cts .productBox .tab_content ul li .name{
  position:relative;
  z-index:2;
  width:65%;
  font-weight:bold;
}
@media screen and (min-width : 768px){
#side-cts .productBox .tab_list li:hover{
	cursor:pointer;
}
#side-cts .productBox .tab_content ul li a:hover{
	color:#fff;
}
#side-cts .productBox .tab_content ul li a:hover:before{
  transform: skewX(30deg) translate(0%, 0);
}
}

/*--------------------------------------------

	FOOTER

--------------------------------------------*/
#footer {
	background: #4496d0;
	color:#fff;
	padding:15px 0;
}
#ftrInner{
	width: 1200px;
	margin:0 auto;
}
.ftrNav{
	float:left;
}
.ftrNav li{
	float: left;
}
.ftrNav li:nth-child(n+2){
	margin-left:25px;
}
.ftrNav li a{
	color:#fff;
	position: relative;
}
.ftrNav li a .fa-instagram{
	font-size: 20px;
	margin-left:5px;
}
@media screen and (min-width : 768px ) {
.ftrNav li a:hover{
	color:#223c66;
}
}
#copy {
	font-size:12px;
	color:#fff;
	float:right;
}
.page_top {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index: 5;
}

.page_top a {
	position:relative;
	width:53px;
	height:53px;
	background-color:#223c66;
	color:#fff;
	text-align:center;
	padding-top:34px;
	line-height:1;
	font-size:13px;
}
.page_top a:before{
	position:absolute;
	content:"";
	top:0;
	left:0;
	right:0;
	transform:rotate(-90deg);
	width:34px;
	height:34px;
	margin: auto;
	background:url(../Image/common/arrow_wh.png) no-repeat center left 5px / 20px 20px;
	transition:.4s ease;
}
@media screen and (min-width : 768px ) {
.page_top a:hover:before{
	background-position:left 9px center;
}
}
