@charset "UTF-8";



/* main -------------------------------------*/

#main_img{
	position:relative;
	width: 100%;
	height: auto;
	margin:0 auto;
	padding:0 0 0 0;
	overflow:hidden;
}


#main_img li{
  width: 100%;
}


#main_img li img.img_back{
  width: 100%;
  display: block;
  -ms-animation: inout 4s;
  -webkit-animation: inout 4s;
  -moz-animation: inout 4s;
  animation: inout 4s;
}
@-ms-keyframes inout {
  0%   { -webkit-transform: scale(1.05); }
  100% { -webkit-transform: scale(1); }
}
@-webkit-keyframes inout {
  0%   { -webkit-transform: scale(1.05); }
  100% { -webkit-transform: scale(1); }
}
@-moz-keyframes inout {
  0%   { -webkit-transform: scale(1.05); }
  100% { -webkit-transform: scale(1); }
}
@keyframes inout {
  0%   { transform: scale(1.05); }
  100% { transform: scale(1); }
}


#main_img .top01_txt{
	position:absolute;
	width:340px;
	height:90px;
	top:140px;
	right:30px;
	margin:0 0 0 0;
}

#main_img .top02_txt{
	position:absolute;
	width:300px;
	height:200px;
	top:50%;
	left:50%;
	margin:-100px 0 0 -150px;
}

#main_img .top03_txt{
	position:absolute;
	width:500px;
	height:200px;
	top:50%;
	left:50%;
	margin:-100px 0 0 -250px;
}
#main_img li #li_bt_box{
	position:absolute;
	width:400px;
	height:auto;
	bottom:40px;
	right:40px;
}

#main_img li #li_bt_box .bt_box{
	position:relative;
	display:block;
	width: 100%;
	border: #910000 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height:40px;
	font-size:18px;
    font-size:1.8rem;
	color: #fff;
	text-align: left;
	transition: all .3s;
	margin:10px 0 0 0;
	padding:0 0 0 20px;
	box-sizing:border-box;
	cursor :pointer;
	background-color:#910000;
}
#main_img a:link,
#main_img a:visited{
	text-decoration:none;
}


#main_img li #li_bt_box .bt_box:after {
  position: absolute;
  right:2%;
  top:40%;
  width:6px;
  height:6px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


#main_img li #li_bt_box .bt_box:hover {
	background: #fff;
	color: #910000;
}


#main_img li #li_bt_box .bt_box:hover:after {
  border-top: 2px solid #910000;
  border-right: 2px solid #910000;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main_img li h1{
	position:absolute;
	top:120px;
	right:20px;
	width:100%;
	height: auto;
	padding:0;
	margin:0;
	text-align:right;
	font-family:Garamond , "Times New Roman" ,  "游明朝" , "Yu Mincho" , YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Sawarabi Mincho" , serif;
	font-size:36px;
	font-size:3.6rem;
	line-height:140%;
	font-weight:normal;
	font-style:normal;
	color:#fff;
	text-shadow:2px 2px 3px #000000;
	box-sizing:border-box;
	-moz-font-feature-settings: "halt";
	-webkit-font-feature-settings: "halt";
	font-feature-settings: "halt";
}

#main_img li h1 em{
	font-size:42px;
	font-size:4.2rem;
	color:#fff;

}
/* BxSlider v4.1.2
 * by: Steven Wanderski, 2014
 * --------------------------------- */
/* RESET AND LAYOUT */
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(img/common/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:1;
}
/* THEME */
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-pager{
	position: absolute;
	left:50%;
	bottom: 20px;
	width: 142px;
	z-index: 3;
	margin:0 0 0 -71px;
}
/* PAGER */
.bx-wrapper .bx-pager {
	/*text-align: right;*/
	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: #fff;
	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;
}

/*hover　active　カラー*/
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #aa130e;
}

.bx-wrapper .bx-prev {
	display:inline-block;
	left: 15px;
	background: url(../images/btn_prev.png) no-repeat 0 0;
	background-size:48px 48px;
}
.bx-wrapper .bx-next {
	display:inline-block;
	right: 15px;
	background: url(../images/btn_next.png) no-repeat 0 0;
	background-size:48px 48px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 45%;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index:2;
}
.bx-wrapper #bx-pager a:hover img, .bx-wrapper #bx-pager a.active img {
	border: solid #5280DD 1px;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


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

/* price -------------------------------------*/

#price{
	width:1000px;
	height:auto;
	margin:40px auto;
	text-align:center;
	overflow:hidden;
}
#price p{
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
}
#price .inner{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#price .inner .item{
    width: 48%;
}
#price .inner .item p{    
    text-align: center;
    font-size: 30px;
    font-size: 3.0rem;
    margin: 0 0 0 0;
    line-height: 180%;
}
#price .inner .item p em{
    font-size: 50px;
    font-size: 5.0rem;    
}
#price .inner .item p em.em_price{
    color:#910000;
}

/* info -------------------------------------*/

#info{
	width:1200px;
	height:auto;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}



/*-column----------------------------*/

.column {
	width:100%;
	min-width:1200px;
    display: flex;
    justify-content: space-between;
	margin: 0 0 0 0;
	padding:10px;
	overflow: hidden;
    box-sizing: border-box;
	background-color:rgba(0,0,0,0.1);
}

.column div {
    flex-basis: 24%;
	height:auto;
	padding:5px;
	text-align:center;
	background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(244,244,244,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99f4f4f4', endColorstr='#99ffffff',GradientType=0 );
box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.1);
	-webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
	box-sizing:border-box;
}

/*-foot----------------------------*/
#foot_ba_morimoto {
	position:absolute;
	width:280px;
	height:auto;
	text-align:left;
	margin:0 0 0 0;
	top:30px;
	left:440px;
}
#foot_ba_morimoto ul li a {
	outline:0;
}
#foot_ba_morimoto ul {
	list-style:none;
	margin:0 auto;
}
#foot_ba_morimoto li {
	float:left;
	width:280px;
	height: auto;
	margin:0 0 0 0;
	padding:0;
}
#foot_ba_morimoto li a {
	display: block;
}
#foot_ba_morimoto a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}

/*- campaign ----------------------------*/
#campaign{
	width:1100px;
	height:auto;
	margin:20px auto;
	text-align:center;
	overflow:hidden;
	border:2px solid #770b10;
	box-sizing: border-box;
}

#campaign a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}

/*-top_banner----------------------------*/

#top_banner {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
	justify-content: center;
	width:60%;
	margin:60px auto;
	overflow: hidden;
}
#top_banner .item{
    width: 48%;
    height: auto;    
    
}
#top_banner .item img{
    -webkit-transition: all .5s;
	transition: all .5s;    
}

#top_banner .item a:hover img{
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}
/*-seminarBn----------------------------*/

#seminarBn {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 20px auto;
}
#seminarBn a img {
    -webkit-transition: all .5s;
	transition: all .5s;    
}
#seminarBn a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}


/*
sp
------------------------------------------------------------------*/

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


#main_img{
	padding:86px 0 0 0;
}

#main_img .top01_txt{
	position:absolute;
	width:30%;
	height: auto;
	top:5%;
	right:2%;
}

#main_img .top02_txt{
	position:absolute;
	width:50%;
	height:auto;
	margin:-15% 0 0 -25%;
}

#main_img .top03_txt{
	position:absolute;
	width:90%;
	height:auto;
	margin:-15% 0 0 -45%;
}
#main_img li #li_bt_box{
	width:94%;
	bottom:5px;
	right:50%;
	line-height:20px;
	margin:0 -47% 0 0;
}
#main_img li #li_bt_box .bt_box{
	font-size:12px;
    font-size:1.2rem;
}

#main_img li h1{
	top:8%;
	right:5px;
	font-size:12px;
	font-size:1.2rem;
}

#main_img li h1 em{
	font-size:18px;
	font-size:1.8rem;

}
/* price -------------------------------------*/

#price{
	width:94%;
}
#price p{
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
}

#price .inner .item{
    width: 100%;
}
#price .inner .item p{
    font-size: 20px;
    font-size: 2.0rem;
}
#price .inner .item p em{
    font-size: 40px;
    font-size: 4.0rem;    
}

	
/* info -------------------------------------*/

#info{
	width:94%;
	min-width:94%;
	height:auto;
	margin:20px auto;
	text-align:center;
	overflow:hidden;
}



/*-column----------------------------*/

.column {
    display: inherit;
	min-width:100%;
	padding:5px;
}

.column div {
	width:100%;
	height:auto;
	text-align:center;
	margin:5px auto;
	padding:3px;
	box-sizing:border-box;
}

/*-foot----------------------------*/
#foot_ba_morimoto{
	position:inherit;
	width:90%;
	text-align:center;
	margin:0 auto 20px auto;
	top:0;
	left:0;
}
#foot_ba_morimoto li{
	float:none;
	width:100%;
	text-align:center;
	margin:0 auto 10px auto;
}


/*- campaign ----------------------------*/
#campaign{
	width:94%;
}
	
/*-top_banner----------------------------*/

#top_banner {
	width:90%;
	margin: 20px auto;
}
#top_banner .item{
    width: 100%;
    height: auto;  
    margin: 0 0 10px 0;
    
}
/*-seminarBn----------------------------*/

#seminarBn {
	text-align: center;
	width: 100%;
	max-width: 950px;
	margin: 0 auto 20px auto;
}	
		
	
	

}



