@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #000;
	font-family: 'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
}
.back {
	position: absolute;
	top: 2em;
	right: 2em;
	z-index: 100;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-decoration: none;
	transition: color .3s;
}
.slider05-example .back {
	color: #fff;
}
.back:hover {
	color: #aaa;
}
h1 {
	padding: 2em 0;
	font-size: 48px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: center;
}
h2 {
	margin-top: 10em;
	font-size: 24px;
	text-align: center;
}
#demo01 {
	margin-top: 0;
}
.slider-wrap {
	width: 1000px;
	margin: 40px auto;
}
.slider04-wrap {
	margin: 40px 0;
}


/*----------------------------------------------------*/


.conA {
   z-index: 10;

  position: absolute;
  top: 0;                    /*480*/
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;


}
/*	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;

	text-align: center;
}

*/
.conA h1 {
	margin-top: 0;

	font-family: 'Montserrat', sans-serif;
	font-size: 3vw;

}

.conA p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}


.container {
    position: absolute;
    bottom: 19em;            /*480*/
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    z-index: 100;
    text-align: center;
}



.container img {
	width: 40%            /*480*/
}

.containerB img {
	width: 70%           /*480*/
}
/*
.conA a {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	font-size: 14px;
	text-decoration: none;
}
*/
.conA a:hover	{

	);
}

.containerA {
    position: absolute;
    bottom: 7em;            /*480*/
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    z-index: 100;
    text-align: center;
}

.containerA ul {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;

}
.containerA li {
  display: inline-block;
  margin-top: 0;         /*480*/
  font-size: 0px;
  width: 100%;          /*480*/
}
.containerA  a {
	display: inline-block;
	margin-top: 0;            /*480*/
	padding: 5px 10px;       /*480*/
	font-size: 17px;
        color: #FFF;
	text-decoration: none;
}

.containerB {
    position: absolute;
    bottom: 2em;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    z-index: 100;
    text-align: center;
}



.containerB  a {
	display: inline-block;
        padding: 5px 10px;      /*480*/

}


/*----------------------------
  フォントアイコン
------------------------------*/

#social-icon a {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
  color: #fff;
}
#social-icon i {
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 50%;
  background: #c6bb80;
  line-height: 50px;
  text-align: center;
}
#social-icon i:before { padding 0; line-height: 50px; }
#social-icon a:hover i { background: #bcaf68; }





/*-----------------------------------
　　スマホ以上
------------------------------------*/
@media screen and (min-width:480px) { 


.conA {
  top: 30%;   
}



.container img {
	width: 20%
}

.containerB img {
	width: 100%
}

.containerA {
    bottom: 10em;

}
.containerA li {
  margin-top: 10%;
  width: 13%;
}
.containerA  a {
	margin-top: 10%;
	padding: 10px 30px;
}

.containerB  a {
        padding: 10px 30px;

}

 }














/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 18px;
	background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}




#slider02 li::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.6);
	transition: opacity .2s;
	opacity: 0;
}
#slider02 .active-slide::after {
	opacity: 1;
}



#slider03 li p {
	position: absolute;
	display: inline-block;
	width: 50%;
	padding: 2em;
	background-color: rgba(255,255,255,.6);
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	opacity: 0;
	transition: all .5s;
}
#slider03 .active-slide p {
	opacity: 1;
}
#slider03 li .txt01 {
	bottom: 0;
	right: 3em;
}
#slider03 .active-slide .txt01 {
	bottom: 3em;
}
#slider03 li .txt02 {
	top: 16em;
	left: 5em;
}
#slider03 .active-slide .txt02 {
	top: 18em;
}
#slider03 li .txt03 {
	top: 3em;
	right: 0;
}
#slider03 .active-slide .txt03 {
	right: 3em;
}



/* Reset jquery.bxslider.css */
.slider04-wrap .bx-viewport {
	left: 0;
	border-right: none;
	border-left: none;
}



.slider05-example h1 {
	position: absolute;
	z-index: 100;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	padding: 0;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,.5);
}
.slider05-example h1 span {
	display: block;
}
/* Reset jquery.bxslider.css */
.slider05-example .bx-viewport {
	left: 0;
	box-shadow: none;
	border: none;
}
#slider05 li {
	height: 100vh;
	background: center / cover no-repeat;
}