@import "http://fonts.googleapis.com/earlyaccess/cwtexming.css";
@import "http://fonts.googleapis.com/earlyaccess/notosanstc.css";
* {
	margin: 0;
	padding: 0;
}
html {
	font-family: "Noto Sans TC", sans-serif, "微軟正黑體",;
	-webkit-text-size-adjust: none;
	width: 100%;
}
body {
	width: 100%;
}
section {
	font-family: "Noto Sans TC", sans-serif, "微軟正黑體";
	padding: 100px 10px;
}
section h3 {
	font-size: 29px;
	line-height: 2.5;
	text-align: center;
}
/*========== main ==========*/

#main {
	transition: margin-left .5s;
}
.overlay3 {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 103;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0, 0.9);
	overflow-y: auto;
	overflow-x: hidden;
	text-align: center;
	opacity: 0;
	transition: opacity 1s;
}
img {
	max-width: 100%;
}
/*========== header ==========*/
header {
	position: relative;
	max-width: 100%;
	overflow: hidden;
	z-index: 100;
}
.header-cloud {
	position: relative;
	background: top center no-repeat;
}
.header-cloud:after {
	content: '';
	display: block;
	position: relative;
	bottom: -16px;
	width: 100%;
	height: 3px;
	background: url(../images/dashed.png) bottom center repeat-x;
}
.header-building {
	position: relative;
	height: 307px;
	padding-top: 65px;
	background: url(../images/building.png) bottom center repeat-x;
}
.header-building > .navbar {
	padding: 17.5px;
}
.header-building:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -3px;
	width: 142px;
	height: 98px;
	margin-left: -200px;
	background: url(../images/school.png) center no-repeat;
}
.slideBtn {
	float: left;
	width: 32px;
	height: 25px;
	margin: 5.5px 10px;
	cursor: pointer;
}
.logo {
	float: left;
}
.menuBtn {
	display: block;
	background-color: #d60c18;
	width: 32px;
	height: 5px;
	border-radius: 1px;
	-webkit-box-shadow: 0px 10px 0px #d60c18, 0px 20px 0px #d60c18;
	box-shadow: 0px 10px 0px #d60c18, 0px 20px 0px #d60c18;
	margin: auto;
}
.sideMenu {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 105;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s;
	letter-spacing:0em;
}
.closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.sideMenu ul {
	list-style: none;
	margin: 0;
	font-family: "Noto Sans TC", sans-serif, "微軟正黑體";
}
.sideMenu ul li {
	font-size: 18px;
	line-height: 3;
	text-align: justify;
}
.sideMenu ul li a {
	color: #fff;
	text-decoration: none;
/*	transition: all ease .3s;*/
	padding: 15px 40px;
	margin-left: 10px;
}
.sideMenu ul li a:hover {
	color: #fff;
	padding: 15px 40px;
	background-color:#FF8040;
    margin-left: 10px;
}
.navbar-custom {
	padding: 0px 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: 0 0;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.navbar-custom.top-nav-collapse {
	padding: 10px 17.5px;
	border-bottom: 0px solid rgba(255,255,255,.5);
	background: rgba(52, 50, 45, 0.7);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
	padding: 10px 17.5px;
}
.road {
	position: relative;
	width: 100%;
	height: 230px;
	background: url(../images/road-dashed.png) bottom center repeat-x;
}
.road:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: calc(100% - 15px);
	height: 150px;
	background: url(../images/road-mask.jpg) center no-repeat;
}
header .phase {
	font-size: 20px;
	color: #192933;
	padding: 20px 10px;
}
.student {
	position: relative;
	top: -363px;
	left: 50%;
	margin-left: -375px;
	margin-bottom: -363px;
	z-index: 1;
}
.student img {
	vertical-align: bottom;
}
.student .text-right {
	font-size: 16px;
}
.severalCars {
	max-width: 750px;
	margin: auto;
	overflow: hidden;
}
.severalCars ul {
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 1;
}
.severalCars ul li {
	float: left;
}
.iks_goto1 {
	float: right;
	top: 0px;
	left: -120px;
	position: relative;
	/* margin-left: auto; */
    /* margin-right: auto; */
	width: 80px;
	height: 80px;
	background-color: transparent;
	background-image: url(../img/goto1.png);
	background-size: 80px 80px;
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
.iks_goto1:hover {
	background-image: url(../img/goto1_hv.png);
}

 @media screen and (max-height: 450px) {
.sideMenu {
	padding-top: 15px;
}
.sideMenu a {
	font-size: 18px;
}
}
/*=========================== home =============================*/
section#home{
	padding:50px 0;}
#home {
	background-color: #fff;
	background-image: url(../img/bg.png);
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 900px;
}
#home p {
	padding-top: 30px;
	line-height: 1.5;
	font-size: 18px;
}
#home img {
	width: 550px;
	height: auto;
	margin: 15px;
}
#home img.title {
	width: 100%;
	height: auto;
	padding-top: 50px;
	margin-left: -5px;
}
#home img.p2{
    margin-top: 63px;
	}
#home img.exhibition {
	width: 60%;
	height: auto;
	padding-top: 50px;
	margin-left: 1px;
}
/*手機用*/

@media(min-width:767px) {
#home-mobile {
	display: none;
}
}
 @media(max-width:768px) {
#home {
	display: none;
}
#home-mobile {
	display: block;
}
#home-mobile img {
	width:100%;
}
}
/*=========================== introduce =============================*/
#introduce {
	background-color: #e94609;
	color: #FFF;
}
#introduce h2 {
	font-size: 30px;
	text-align: center;
	line-height: 1.2;
}
#introduce .text-content {
	margin-top: 55px;
	padding-right: 50px;
}
#introduce span {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 3px;
	padding: 20px;
}
/*#introduce span:before{
	content:"“";
	display:block;
	position:absolute;
	top:-35px;
	left:-85px;
	font-size:100px;
	color:rgba(255,255,255,0.5);}

#introduce span:after{
	content:"”";
	display:block;
	position:absolute;
	top: 295px;
    left: 650px;
	font-size:100px;
	color:rgba(255,255,255,0.5);}
	*/
#introduce ul {
	list-style: none;
	margin: 0;
	padding: 20px;
}
#introduce li {
	font-family: sans-serif, "微軟正黑體";
	font-size: 18px;
	text-align: justify;
	line-height: 1.8;
    text-indent: -15px;
    padding-left: 15px;
}
#introduce img {
	display: block;
	margin: auto;
	width: 250px;
	height: auto;
}
#introduce h3 img.tit {
    width: 240px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}
/*-----------設計師照片翻轉---------------*/
.img-member {
	width: 300px;
	height: 300px;
	margin: 0 auto -25px auto;
}
.card {
	position: relative;
	width: 300px;
	/*height: 300px;*/
	transition: all 0.6s ease;
	transform-style: preserve-3d;
}
.front, .back {
	position: absolute;
	/*  background: #373737;*/
	top: 0;
	left: 0;
	width: 300px;
	height: 300px;
	/*  box-shadow: 1PX 2px 10px 1PX rgba(0, 0, 0, 0.5);*/
	backface-visibility: hidden;
}
.front {
	/*display: flex; */
  /*類似inline*/
  /*align-items: center;*/
	justify-content: center;
}
.back {
	/*display: flex;*/
  /*align-items: center;*/
	justify-content: center;
}
.card-container:hover .card {
	transform: rotateY(180deg);
}
.back {
	transform: rotateY(180deg);
}
/*=========================== masterbook =============================*/

#masterbook {
	background-color: #FFF;
	background-image: url(../img/003.gif);
	background-position: center center;
	background-repeat: repeat;
}
#masterbook .content {
	padding: 0;
	margin: 0 auto;
}
#masterbook img {
	width: 90%;
	padding: 20px;
}
#masterbook h1 img {
	width: 100%;
	padding: 0 0 15px 0;
}
#masterbook h3.sr {
	font-size: 20px;
	line-height: 1.1;
	color: #e94609;
	text-align: left;
	margin-top: 0;
}
#masterbook h2 {
	margin-top: 10px;
}
#masterbook h4 {
	font-size: 24px;
	color: #6d6e71;
}
#masterbook p {
	font-size: 18px;
	line-height: 2;
}
p span.iks_Oan {
	font-size: 18px;
	font-weight: bolder;
	color: #F60;
}
#masterbook .video {
	padding: 30px 0 0 50px;
}
#masterbook p.mins {
	font-size: 24px;
	text-align: center;
	letter-spacing:4px;
	color: #6d6e71;
	margin-top:20px;
}
#masterbook h3 img.tit {
	width: 240px;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-bottom:40px;
	padding: 0;
}
/*=========================== join =============================*/
#join {
	background-image: url(../img/shutterstock_89023510.jpg);
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center center;
	position: relative;
	background-size: cover;
}
#join:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	background: rgba(255,255,255,.75);
}
.button-wrapper {
	display: inline-block;
	margin: 20px 0px;
	padding: 0px;
}
.button {
	background: #e94609;
	border: none;
	padding: 5px;
	cursor: pointer;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all .35s ease-in-out .35s;
	margin: 0 auto;
	width: 400px;
	text-align: center;
}

span.AA {
	display: block;
	font-size: 18px;
	padding: 13px 30px;
	background: #e94609;
	color: #FFF;
	z-index: 100;
	position: relative;
	transition: all .35s ease-in-out .35s;
}
.button:hover span.AA {
	background: #FF8040;
	color: #fff;
	transition: all .35s ease-in-out .35s;
}
.button:after {
	bottom: -100%;
	right: -100%;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #FF8040;
	transition: all .35s ease-in-out .5s;
}
.button:hover:after {
	right: 0;
	bottom: 0;
	transition: all ease-in-out .35s;
}
.button:before {
	top: -100%;
	left: -100%;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #FF8040;
	transition: all .35s ease-in-out .5s;
}
.button:hover:before {
	left: 0;
	top: 0;
	transition: all ease-in-out .35s;
}

.button-1 {
	background: #e94609;
	border: none;
	padding: 5px;
	cursor: pointer;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all .35s ease-in-out .35s;
	margin: 0 auto;
	width: 400px;
	text-align: center;
}


.button-1:hover span.AA {
	background: #FF8040;
	color: #fff;
	transition: all .35s ease-in-out .35s;
}
.button-1:after {
	bottom: -100%;
	right: -100%;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #FF8040;
	transition: all .35s ease-in-out .5s;
}
.button-1:hover:after {
	right: 0;
	bottom: 0;
	transition: all ease-in-out .35s;
}
.button-1:before {
	top: -100%;
	left: -100%;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #FF8040;
	transition: all .35s ease-in-out .5s;
}
.button-1:hover:before {
	left: 0;
	top: 0;
	transition: all ease-in-out .35s;
}

#join p.thumbnail_1 {
	display: block;
	width: 400px;
	padding: 30px;
	line-height: 1.42857143;
	border: 2px solid #e94609;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
#join span {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.4;
	letter-spacing: 2px;
}
#join h2 {
	text-align: left;
	font-size: 30px;
	line-height: 1.1;
}
#join .ticket {
	margin-left: 80px;
}
.ticket img {
	padding: 10px 0;
}
#join .box h3 {
	text-align: left;
	font-size: 24px;
	line-height: 1.2;
}
#join h4.phonemeber {
	font-size: 16px;
	color: #362b25;
	letter-spacing: 1px;
}
#join p.address {
	letter-spacing: 10px;
	font-size: 18px;
	color: #808080;
	font-family: '微軟正黑體';
	text-indent: 98px;
	letter-spacing: 10px;
	padding-top: 0;
}
#join .information h3 {
	font-size: 28px;
	text-align: left;
	line-height: 1.2;
}
#join hr {
	width: 100%;
}
#join .information a {
	color: #FF8040;
	margin-top: 10px;
	font-size: 18px;
	text-align: left;
	letter-spacing: 1px;
}
#join .information a:hover {
	text-decoration: none;
	color: #e94609;
	margin-top: 10px;
}
#join .ticket {
	margin-left: 0px;
}
#join h3 img.tit {
	width: 240px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding-bottom: 50px;
}

#join img{
	width:400px;
	margin:0 auto;}

#join ul{list-style-type: none;
	 　　margin: 0;}
#join li{}
	

/*=========================== action =============================*/
		
#action {
	color: #FFF;
	background-image: url(../img/Pasche_140313_0075.jpg);
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment:fixed;
	position: relative;
}
#action:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	background: rgba(33,33,33,.75);
}
#action img {
	display: block;
	margin: auto;
	width: 190px;
	height: 190px;
}
#action h4 {
	padding: 10px 0;
	font-size: 24px;
	text-align: center;
}
#action p {
	font-size: 18px;
	text-align: center;
	line-height: 1.6;
	font-weight:lighter;
}
#action h3 img.tit {
	width:250px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
}
/*=========================== test =============================*/

#test{
	height:calc(100% - 20px);
	background-color:#ff7a3d;
	color:#fff;
	}
	
#test h2{
	font-size:24px;
	text-align:left;
	padding:5px 0;
	line-height: 0;
	margin-bottom:40px; }
	
#test h4{
	font-size:22px;
	text-align:left;
}	
#test h5{
	font-size:19px;
	text-align:left;
	margin-top:30px;
}

#test p{
	font-size:17px;
	line-height:1.8;
	margin-bottom:30px;
	font-weight:lighter;
	 }
	 
#test h3 img.tit {
	width: 240px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding-bottom: 45px;
}

#test .button-wrapper {
	display: inline-block;
	margin: 20px 0px;
	padding: 0px;
}
#test .button {
	background: #e94609;
	border: none;
	padding: 5px;
	cursor: pointer;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all .35s ease-in-out .35s;
	margin: 0 auto;
	width: 200px;
	text-align: center;
}
#test span.AA {
	display: block;
	font-size: 18px;
	padding: 13px 30px;
	background: #e94609;
	color: #FFF;
	z-index: 100;
	position: relative;
	transition: all .35s ease-in-out .35s;
}
#test .button:hover span.AA {
	background: #bb5725;
	color: #fff;
	transition: all .35s ease-in-out .35s;
}
#test .button:after {
	bottom: -100%;
	right: -100%;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #bb5725;
	transition: all .35s ease-in-out .5s;
}
#test .button:hover:after {
	right: 0;
	bottom: 0;
	transition: all ease-in-out .35s;
}
#test .button:before {
	top: -100%;
	left: -100%;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background:#bb5725;
	transition: all .35s ease-in-out .5s;
}
#test .button:hover:before {
	left: 0;
	top: 0;
	transition: all ease-in-out .35s;
}

/*=========================== review =============================*/
		
#review {
	background-color: #E4E4E4;
	background-image: url(../img/people.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#review p {
	color: #191919;
	font-size: 16px;
	line-height: 1.6em;
	text-align: justify;
}
#review .panel-body {
	padding: 50px;
}
#review h3 img.tit {
	width: 240px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding-bottom: 40px;
}
#review h5 {
	font-size: 22px;
	color: #6d6e71;
}
#review h6 {
	font-size: 14px;
	color: #6d6e71;
}
/*=========================== footer =============================*/
footer {
	background-color: #383635;
	position: relative;
}
footer h6 {
	line-height: 60px;
	color: #FFF;
}
footer .scrollup {
	width: 100px;
	height: 50px;
	position: absolute;
	background-image: url(../img/gotop.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	z-index: 10;
	top: -50%;
	left: 50%;
	margin-left: -50px;
}
/*=========================== footer end =============================*/

.portfolio-item {
        margin: 0 0 30px;
    }

.portfolio-modal .modal-content {
	background-color:rgba(0,0,0,0.6);
	color:#000;
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-content h4{
    margin: 0;
    font-size:36px;
	margin-bottom:20px;
	font-weight:600;
}

.modal-content p{
	font-size:20px;
	line-height:1.5;
	text-align:left;
	}
.modal-content h5{
    margin: 0;
    font-size:16px;
	line-height:2.2;
	text-align:left;
	padding:15px;
}

	
.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
	position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

/*.portfolio-modal .close-modal:hover {
    opacity: .7;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color:#e94609;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color:#e94609;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}*/
.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

/*===================================手機用==================================*/
/*===================================手機用==================================*/

@media only screen and (max-width: 767px) {
section {
	padding: 50px 10px;
}
section.home {
	padding: 0 !important;
}
section #home-mobile .container {
	padding-right: 0 !important;
}
section h3 {
	font-size: 32px;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 15px;
}
/*=========================== home =============================*/
#home-mobile {
	background-image:url(../img/bg-m.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#home-mobile img {
	width: 100%;
}
/*=========================== introduce =============================*/

#introduce h2 {
	padding-top: 15px;
	text-align: center;
	line-height: 1.1;
	font-size: 26px;
}
#introduce span {
	letter-spacing: 3px;
	text-align: center;
	padding: 10px 0 10px 0;
	display: block;
	margin: 0 auto;
	font-size: 18px;
}
/*#introduce span:before{
	content:"“";
	display:block;
	position:absolute;
    top: 30px;
    left: -45px;
    font-size: 65px;
	color:rgba(255,255,255,0.5);}

#introduce span:after{
	content:"”";
	display:block;
	position:absolute;
    top: 385px;
    left: 350px;
	font-size:65px;
	color:rgba(255,255,255,0.5);}
	*/
#introduce ul {
	list-style: none;
	margin: 0;
	padding: 20px 5px;
}
#introduce li {
	font-family: sans-serif, "微軟正黑體";
	font-size: 18px;
	text-align: justify;
	line-height: 1.5;
	padding: 8px 0;
	
}
#introduce .text-content {
	margin-top: 10px;
	padding: 0 20px;
}
#introduce img {
	width: 60%;
}

.img-member {
    width: 90%;
    height: 210px;
    margin: 0 auto -25px auto;}
/*=========================== masterbook =============================*/

#masterbook {
	background-color: #0C9;
	background-image: url(../img/003.gif);
}
#masterbook img {
	width: 80%;
	display: block;
	margin: 0 auto;
}
.button-wrapper {
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 10px 0 10px 0;
}
.button {
	width: 100%;
}
#masterbook h4 {
	font-size: 20px;
}
#masterbook h2 {
	font-size: 26px;
	line-height: 1.2;
}
#masterbook p {
    font-size: 18px;
    line-height: 1.8;}
	
#masterbook h3.sr {
	font-size: 19px;
}
#masterbook h1 img {
	width: 100%;
}
span .iks_Oan {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}
#masterbook .video {
	padding: 15px;
}

#masterbook p.mins {
    font-size: 20px;
    text-align: center;
    letter-spacing: 4px;
    color: #6d6e71;
    margin-top: 0;
}
#masterbook h3 img.tit{
	margin-bottom:20px;}
/*=========================== join =============================*/
		
#join:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	background: rgba(255,255,255,.75);
}
#join h2 {
	text-align: left;
	font-size: 21px;
}
#join h2.AA {
	text-align: left;
	font-size: 21px;
}
#join p.address {
	font-size: 16px;
	color: #808080;
	font-family: '微軟正黑體';
	text-indent: 70px;
	letter-spacing: 3px;
	padding-top: 0;
}
#join img {
	width: 100%;
	padding: 10px 0;
}
#join h3 img.tit {
    padding-bottom: 20px;
}
#join p.thumbnail_1 {
	display: block;
	width: 100%;
	padding: 30px;
	line-height: 1.42857143;
	border: 2px solid #e94609;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
#join span {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.4;
	letter-spacing: 2px;
}
#join .box h3 {
	text-align: left;
	font-size: 24px;
	line-height: 1.2;
}
#join h4.phonemeber {
	font-size: 16px;
	color: #362b25;
	letter-spacing: 1px;
}
#join .information a {
	color: #FF8040;
	margin-top: 10px;
	font-size: 18px;
	text-align: left;
	letter-spacing: 1px;
}
#join .information a:hover {
	text-decoration: none;
	color: #e94609;
	margin-top: 10px;
}
.modal-body {
	background-color:#f6f6f6;
	padding:25px;
	}
/*=========================== action =============================*/
		
#action {
	color: #FFF;
	background-image: url(../img/Pasche_140313_0075-v.jpg);
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
#action h3{
	padding-bottom:0;}

#action:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	background: rgba(33,33,33,.75);
}
#action img {
	display: block;
	margin: auto;
	width: 150px;
	height: 150px;
}
#action h4 {
	padding: 10px 0 0 0;
	font-size: 24px;
	text-align: center;
}
#action p {
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 1.2px;
	padding-bottom: 20px;
}
/*=========================== #test =============================*/
#test img{
	padding:0 20px 15px 20px;}
#test h2{
	line-height: 1.5;
	margin-bottom:40px; }
/*=========================== review =============================*/
	
#review h3 img.tit{
	padding-bottom:20px;}	
#review {
	background-color: #CCC;
}
#review p {
	color: #191919;
	font-size: 16px;
	line-height: 1.6em;
	text-align: justify;
}
#review .panel-body {
	padding: 30px;
}
/*=========================== sponsor =============================*/
#sponsor > h4 > .pagewrap{
	text-align:left;
	font-size:20px;
	font-weight:600;
	}
/*=========================== footer =============================*/
footer {
	height: 80px;
}
footer h6 {
	margin-top: 20px;
	line-height: 1.5;
	color: #FFF;
}
footer .scrollup {
	height: 50px;
	position: absolute;
	background-image: url(../img/gotop.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	z-index: 999;
	top: -180%;
	left: 50%;
	margin-left: -50px;
}
}

/*===================================手機用 iphon5 以下==================================*/

@media (max-width: 320px) {
.navbar-custom.top-nav-collapse {
	padding: 8px 0.5px;
}
.navbar-fixed-top {
	padding: 8px 0.5px;
}
#introduce h2 {
	padding-top: 15px;
	text-align: center;
	line-height: 1.1;
	font-size: 24px;
}
#introduce span {
	letter-spacing: 3px;
	text-align: center;
	padding: 10px 0 10px 0;
	display: block;
	margin: 0 auto;
	font-size: 18px;
}
#introduce ul {
	padding-top: 10px;
}
#introduce li {
	font-size: 16px;
	line-height: 1.5;
	padding: 6px 0;
}
#introduce .text-content {
	margin-top: 10px;
	padding: 0 10px;
}
#introduce img {
	width: 60%;
}
/*=========================== masterbook =============================*/

#masterbook {
	background-color: #0C9;
	background-image: url(../img/003.gif);
}
#masterbook p {
	font-size: 16px;
}
#masterbook img {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
.button-wrapper {
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 10px 0 20px 0;
}
.button {
	width: 100%;
}
#masterbook h4 {
	font-size: 18px;
}
#masterbook h2 {
	font-size: 26px;
	line-height: 1.2;
}
#masterbook h3.sr {
	font-size: 17px;
	padding-bottom: 0px;
}
#masterbook h1 img {
	width: 100%;
}
span .iks_Oan {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}
#masterbook .video {
	padding: 15px;
}
/*=========================== join =============================*/
#join {
	background-image: url(../img/shutterstock_89023510.jpg);
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
#join:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	background: rgba(255,255,255,.75);
}
#join h2 {
	text-align: left;
	font-size: 18px;
}
#join h2.AA {
	text-align: left;
	font-size: 18px;
}
#join h3 img.tit {
	padding-bottom: 0px;
}
#join p.address {
	font-size: 14px;
	text-indent: 55px;
	letter-spacing: 3px;
	padding-top: 0;
}
#join img {
	width: 100%;
	padding: 10px 0;
}
#join .box h3 {
	text-align: left;
	font-size: 22px;
	line-height: 0.2;
}
#join h4.phonemeber {
	font-size: 16px;
	color: #362b25;
	letter-spacing: 1px;
}
#join .information a {
	color: #FF8040;
	margin-top: 10px;
	font-size: 18px;
	text-align: left;
	letter-spacing: 1px;
}
#join .information a:hover {
	text-decoration: none;
	margin-top: 10px;
}
#join p.thumbnail_1 {
	padding: 12px;
	border: 1.5px solid #e94609;
}
#join .information h3 {
	padding-bottom: 0px;
}
/*=========================== action =============================*/
		
		
#action:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	background: rgba(33,33,33,.75);
}
#action img {
	display: block;
	margin: auto;
	width: 100px;
	height: 100px;
}
#action h3 img.tit {
	padding-bottom: 10px;
}
#action h4 {
	padding: 10px 0 0 0;
	font-size: 24px;
	text-align: center;
}
#action p {
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	padding-bottom: 20px;
}
/*=========================== review =============================*/
#review h3 img.tit {
	padding-bottom: 10px;
}
#review img {
	width: 70%;
	height: 70%;
	padding-top: 10px;
}
#review p {
	color: #191919;
	font-size: 16px;
	line-height: 1.6em;
	text-align: justify;
}
#review .panel-body {
	padding: 30px;
}
/*=========================== footer =============================*/
footer {
	height: 60px;
}
footer h6 {
	margin-top: 20px;
	line-height: 1.5;
	color: #FFF;
}
footer .scrollup {
	height: 50px;
	position: absolute;
	background-image: url(../img/gotop.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	z-index: 999;
	top: -180%;
	left: 50%;
	margin-left: -50px;
}
}
