@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.global-nav li.nav-top a span.circle {
	background-color: #ccc;
}

/* ==========================================================================
	MAIN
	========================================================================== */
/* Opening
-----------------------------------------*/
.Opening {
position:relative;
background-color: #FFF;
}
.Opening h1 {
	position: absolute;
	top: 30%;
	left: 30%;
	margin-left: -187px;
	z-index: 1000;
}
.Opening ul li{
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.Opening ul li img.Opening__text{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  z-index: 9;
}
.Opening ul li span {
}
.Opening ul li span img.Opening__img{
  max-width: inherit;
  width: 100%;
  height: auto;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

#lead img {
	float: left;
	width: 50%;
}
#lead .txt {
	float: right;
	width: 43%;
	margin-top: 80px;
}
#lead .txt h3 {
	color: #42b8e0;
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 3.5rem;
	font-style: italic;
	font-weight: normal;
}
#lead .txt p {
	line-height: 4rem;
	margin-bottom: 50px;
}

/*ITEM*/

#item {
	margin-bottom: 100px;
}
#item .bt-cmn01 {
	margin: 0 auto;
}
#item .section-min {
	margin-bottom: 70px;
}

/*SLIDER*/

.slider {
	width: 95%;
	margin: 0 auto;
}
.slider li {
	text-align: center;
}
.slider li a {
	display: block;
}
.slider li img {
	display: block;
	margin-bottom: 40px;
}
.slider li dt {
	margin-bottom: 20px;
}
.slider li dd {
  padding: 0 15px;
}
.slider li dt span {
	background: url(../images/cmn-images/icon02.png) 0 50% no-repeat;
	background-size: 21px;
	padding-left: 30px;
}

/*スライド画像*/
.slider img{
	height: auto;
	width: 65%;
	margin: 0 auto;
}
/*slick*/
.slick-prev:before,
.slick-next:before{
    color: #ccc;
}
.slick-prev:before
{
	font-weight: bold;
    content: '<';
}
[dir='rtl'] .slick-prev:before
{
    content: '>';
}

.slick-next:before
{
	font-weight: bold;
    content: '>';
}
[dir='rtl'] .slick-next:before
{
    content: '<';
}


/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

/* MAIN
  -----------------------*/

.Opening h1 {
	width: 40%;
	margin-left: -20%;
}

/* CONTENT
  -----------------------*/

.bt-cmn01 {
	margin: 0 auto;
}

#lead img {
	float: none;
	display: block;
	width: 50%;
	margin: 0 auto 30px auto;
}
#lead .txt {
	float: none;
	width: 100%;
	margin: 0 auto;
}

/*ITEM*/

#item {
	margin-bottom: 50px;
}

#item .section-min {
	margin-bottom: 40px;
}
#item .slick-dots {
	bottom: -35px;
}

/*SLIDER*/

.slider{
	width: 90%;
}


}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

/* MAIN
  -----------------------*/

.Opening h1 {
	width: 70%;
	top: 25%;
	left: 50%;
	margin-left: -35%;
}

/* CONTENT
  -----------------------*/

#lead img {
	width: 70%;
}
#lead .txt h3 {
	font-size: 2.5rem;
}
#lead .txt p {
	line-height: 3rem;
	margin-bottom: 40px;
}

/*SLIDER*/

.slider{
	width: 85%;
}


}

/* ==========================================================================
	SP - 350px
	========================================================================== */

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

/*SLIDER*/

.slider{
	width: 82%;
}
}

