@charset "utf-8";

/* ◆ PC SIZE ◆ 
============================================================== */


/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline:none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin:0;
  padding:0;
  list-style:none;
}
.flex-pauseplay span {text-transform:capitalize;}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.sliderArea {margin:0;padding:0;min-width:1000px;}

.sliderArea .slides > li	{display:none;-webkit-backface-visibility:hidden;}
.sliderArea .slides img		{width:100%;display:block;}

.sliderArea .slides:after {
content:"\0020";
display:block;
clear:both;
visibility:hidden;
line-height:0;
height:0;
}

html[xmlns] .sliderArea .slides	{display:block;}
* html .sliderArea .slides		{height:1%;}

.no-js .sliderArea .slides > li:first-child {display:block;}



/* ====================================================================================================================
* DEFAULT THEME
* ====================================================================================================================*/

.sliderArea {
margin:0 auto 0 auto;
width:100%;
min-height:500px;
background:#fff;
position:relative;
zoom:1;
top:0;
}
@media screen and (min-width:769px){
.sliderArea {
	margin:0 auto 0 auto;
	width:100%;
	min-height:640px;
	background:#fff;
	position:relative;
	zoom:1;
	top:0;
	padding-top: 149px;
	}
}

.sliderArea .slides		{zoom:1;
/*	padding-top: 150px; */
	}
.sliderArea .slides img	{width:100%;min-height:100%;-moz-user-select:none;}

.sliderArea .slides li		{height:640px;position:relative;}

.sliderArea .slides li:nth-child(1)		{background:url(../img/main_01.png) no-repeat center center;background-size:cover;}
.sliderArea .slides li:nth-child(2)		{background:url(../img/main_02.png) no-repeat center center;background-size:cover;}
.sliderArea .slides li:nth-child(3)		{background:url(../img/main_03.png) no-repeat center center;background-size:cover;}

.sliderArea .slides li p	{
margin:0 auto;
padding:30px;
font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:32px;
font-weight:bold;
line-height:1.3;
color:#fff;
letter-spacing:0.05em;
text-align:center;
/*background-color: rgba(255,255,255,0.8);*/
position:absolute;
z-index:999;
top:50%;
left:70%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-90%, -50%);
width: 47%;
/*text-shadow: -2px 1px 0px #3d3d3d;*/
text-shadow: 3px 1px 1px rgba(0, 0, 0, 0.6), -1px -1px 1px rgba(255, 255, 255, 0.5);
}

.main_catch_box {
	position:absolute;
	height:100%;
	left: calc(50% - 500px);}

.main_catch {
    display: block;
    width: calc(100% - 300px);
    position: relative;
    top: calc(50% - 70px);
    color: #fff;
    padding: 35px 30px;
    text-shadow: 0 0 5px rgba(0,0,0,0.8);
    font-size: 34px;
    font-weight: bold;
	left:0;
    text-align: center;
    background: rgba(37,129,152,0.8);
    }
.main_catch span {
    font-size: 28px;
	display: block;
	line-height:1;}

.main_catch span + span {
    font-size: 28px;
	display: block;
    }

.catch_r {
	float:right;}

.flex-viewport {
max-height:800px;
-webkit-transition:all 1s ease;
-moz-transition:all 1s ease;
-ms-transition:all 1s ease;
-o-transition:all 1s ease;
transition:all 1s ease;
}
.loading .flex-viewport {max-height:300px;}

.carousel li {margin-right:5px;}

.flex-direction-nav	  {*height:0;}
.flex-direction-nav a {
text-decoration:none;
display:block;
width:40px;
height:53px;
margin:-20px 0 0;
position:absolute;
top:47%;
z-index:10;
overflow:hidden;
opacity:0;
cursor:pointer;
color:rgba(255, 255, 255, 1);
text-shadow:1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-ms-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
font-family:"FontAwesome";
font-size:40px;
display:inline-block;
content:'\f053';
color:rgba(255, 255, 255, 1);
text-shadow:1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before	{content:'\f054';}
.flex-direction-nav .flex-prev			{left:-50px;}
.flex-direction-nav .flex-next			{right:-50px;text-align:right;
}
.sliderArea:hover .flex-direction-nav .flex-prev		{opacity:0.7;left:10px;}
.sliderArea:hover .flex-direction-nav .flex-prev:hover	{opacity:1;}
.sliderArea:hover .flex-direction-nav .flex-next		{opacity:0.7;right:10px;}
.sliderArea:hover .flex-direction-nav .flex-next:hover	{opacity:1;}

.flex-direction-nav .flex-disabled {opacity:0!important;filter:alpha(opacity=0);cursor:default;z-index:-1;}
.flex-pauseplay a {
display:block;
width:20px;
height:20px;
position:absolute;
bottom:5px;
left:10px;
opacity:0.8;
z-index:10;
overflow:hidden;
cursor:pointer;
color:#000;
}
.flex-pauseplay a:before	{font-family:"sliderArea-icon";font-size:20px;display:inline-block;content:'\f004';}
.flex-pauseplay a:hover		{opacity:1;}

.flex-pauseplay a.flex-play:before {content:'\f003';}

.flex-control-nav {
width:100%;
position:absolute;
bottom:40px;
text-align:center;
z-index:999;
}
.flex-control-nav li {
margin:0 1px;
display:inline-block;
zoom:1;
*display:inline;
}
.flex-control-paging li a {
width:50px;
height:8px;
display:block;
background:none;
cursor:pointer;
text-indent:-9999px;
border:solid 1px #fff;
}
.flex-control-paging li a:hover			{bbackground:none;}
.flex-control-paging li a.flex-active	{background:#fff;cursor:default;}

.flex-control-thumbs	{margin:5px 0 0;position:static;overflow:hidden;}
.flex-control-thumbs li {width:25%;float:left;margin:0;}

.flex-control-thumbs img {
width:100%;
height:auto;
display:block;
opacity:.7;
cursor:pointer;
-moz-user-select:none;
-webkit-transition:all 1s ease;
-moz-transition:all 1s ease;
-ms-transition:all 1s ease;
-o-transition:all 1s ease;
transition:all 1s ease;
}

.flex-control-thumbs img:hover		{opacity:1;}
.flex-control-thumbs .flex-active	{opacity:1;cursor:default;}





/* ◆ SP SIZE ◆ 
============================================================== */

@media screen and (max-width:768px){


/* SLIDER AREA */

.sliderArea {
	margin:-1px auto 0 auto;
	width:100%;
	min-width:auto;
    min-width: 100%;
	min-height:inherit;
	background:#fff;
	position:relative;
	zoom:1;}
.sliderArea .slides		{zoom:1;height:35vh;}
.sliderArea .slides img	{height:auto;-moz-user-select:none;}

.sliderArea .slides li		{
	height:100%;
/*	min-height:250px; */
	min-height:190px;
	position:relative;
	}
.sliderArea .slides li p	{
margin:0 auto;
font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:17.2px;
font-weight:bold;
line-height:1.3;
color:#fff;
letter-spacing:0.05em;
text-align:center;
/* background-color: rgba(255,255,255,0.8); */
width:83%;
position:absolute;
z-index:999;
top:-30%;
left:50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, 80%);
/*text-shadow: 0px 3px 3px #4b0196;*/
text-shadow: 3px 1px 1px rgba(0, 0, 0, 0.6), -1px -1px 1px rgba(255, 255, 255, 0.5);
}



.sliderArea .slides li:nth-child(1)		{background:url(../img/main_01.png) no-repeat center center;background-size:cover;background-position: right;}
.sliderArea .slides li:nth-child(2)		{background:url(../img/main_02.png) no-repeat center center;background-size:cover;background-position: 50%;}
.sliderArea .slides li:nth-child(3)		{background:url(../img/main_03.png) no-repeat center center;background-size:cover;background-position: 50%;}

.flex-control-nav {
width:100%;
position:absolute;
bottom:5px;
text-align:center;
z-index:999;
line-height:0;
}

.flex-control-paging li a {
	width:30px;
	height:8px;
	display:block;
	background:none;
	cursor:pointer;
	text-indent:-9999px;
	border:solid 1px #fff;}

.main_catch_box {
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;}

.main_catch {
    display: block;
    text-align: center;
    position: relative;
    width: 96%;
    top: 88%;
    left: 0px;
    color: #fff;
    padding: 25px 5px 25px 5px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    margin: 0 auto;}

.main_catch span {
    font-size: 16px;
    padding: 10px 0 0px 0;
	font-weight: bold;
	}
.main_catch span + span {
    font-size: 15px;
    padding: 6px 0 7.5px 0;
	}

.catch_r {
	float:none;}


.flex-control-nav {display:none;}


}



/* メイン画像 表示高さ調整 ここから */
@media screen and (max-width:400px){

}
/* メイン画像 表示高さ調整 ここまで */