/**
*
* ---------------------------------------------------------------------------
* FUN　旅行会社専用サイト
* --------------------------------------------------------------------------- 
*
*/

/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    /*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
	font-family: "游明朝","Yu Mincho","ＭＳ 明朝","MS Mincho","ヒラギノ明朝 Pro","Hiragino Mincho Pro", serif;
    line-height: 1.6;
    font-size: 14px;
    color: #818181;
}

figure, p, address {
    margin: 0;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}

iframe {
    border: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

a, a:hover, a:focus, .btn:focus {
    text-decoration: none;
    outline: none;
}

/* title */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "游明朝","Yu Mincho","ＭＳ 明朝","MS Mincho","ヒラギノ明朝 Pro","Hiragino Mincho Pro", serif;
    color: #252525;
}

h1{font-size:22px;}
h2{font-size:20px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:14px;}

.txt-en{
	font-family: 'Droid Serif', serif;
	letter-spacing: 0.05em;
}

.txt-en-02 {
    font-family: 'Lato', sans-serif;
}

h1.en{font-size:30px;}
h2.en{font-size:28px;}
h3.en{font-size:26px;}
h4.en{font-size:24px;}
h5.en{font-size:22px;}
h6.en{font-size:20px;}


.title-border{
	font-weight:bold;
	margin-bottom:20px;
	color:#C9A063;
}

.title-border:after{
	display:block;
	content:"_____";
	color:#76572F;
	margin-top:-10px;
}


p{
    margin-bottom:20px;
}

.txt-cl{
	text-align:center;
}

/* text */
.txt-white{
	color:#fff !important;
}

.txt-black{
	color:#333 !important;
}

.txt-brown{
	color:#76572F !important;
}

.txt-darkbrown{
	color:#5B412A !important;
}

.txt-color1{
	color:#2E4275 !important;
}

.txt-s{
	font-size:10px;
}

.txt-b{
	font-weight:bold;
}


main > section {
    padding: 70px 0;
}

.btn {
    /*border-radius: 0;
    border: 0;*/
    position: relative;
    text-transform: uppercase;
}

.btn-main-visual {
    background-color: rgba(153,30,21, 1);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #fff;
}

.btn-main-visual:hover{
	color:rgba(153,30,21, 1) !important;
	border:1px solid #991E15;
}

.btn-border {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;
}

.bg-blue {
    background-color: #76572F;
}


/* link */
a.telhref{
	color: #818181;
}


/* Sweep To Right */
.btn-effect {
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	display: inline-block;

	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		 -o-transform: translateZ(0);
			transform: translateZ(0);
		  
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
			backface-visibility: hidden;
		  
	-webkit-transition-property: color;
	   -moz-transition-property: color;
		-ms-transition-property: color;
			transition-property: color;
		  
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
		  
	-moz-osx-font-smoothing: grayscale;
}

.btn-effect:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	
	-webkit-transform: scaleX(0);
	   -moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
			transform: scaleX(0);
			
	-webkit-transform-origin: 0 50%;
	   -moz-transform-origin: 0 50%;
		-ms-transform-origin: 0 50%;
			transform-origin: 0 50%;
			
	-webkit-transition-property: transform;
	   -moz-transition-property: transform;
		-ms-transition-property: transform;
			transition-property: transform;
			
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
			
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
}

.btn-effect:hover, .btn-effect:focus, .btn-effect:active {
	color: #76572F;
}

.btn-effect:hover:before, .btn-effect:focus:before, .btn-effect:active:before {
	-webkit-transform: scaleX(1);
	   -moz-transform: scaleX(1);
	    -ms-transform: scaleX(1);
			transform: scaleX(1);
}

.sec-title {
    margin-bottom: 50px;
}

.sec-title.white {
    color: #fff;
}

.sec-title h2 {
    font-size: 26px;
    margin: 0 0 30px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

.sec-title.white h2 {
    color: #fff;
}

.sec-title h2:after {
	content:"_______";
	color:#B58448;
	display:block;
    /*border-bottom: 1px solid #B58448;
    content: "";
    display: block;
    left: 45%;
    bottom: 0;
    position: absolute;
    width: 115px;*/
}

.sec-title.white h2:after {
    border-bottom: 1px solid #fff;
}

.parallax {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}


/* margin */
.mgnB0 {margin-bottom:0 !important;}
.mgnB5 {margin-bottom:5px !important;}
.mgnB10 {margin-bottom:10px !important;}
.mgnB15 {margin-bottom:15px !important;}
.mgnB20 {margin-bottom:20px !important;}
.mgnB30 {margin-bottom:30px !important;}
.mgnB40 {margin-bottom:40px !important;}
.mgnB50 {margin-bottom:50px !important;}
.mgnB60 {margin-bottom:60px !important;}
.mgnB70 {margin-bottom:70px !important;}
.mgnB80 {margin-bottom:80px !important;}

.mgnT0 {margin-top:0 !important;}
.mgnT5 {margin-top:5px !important;}
.mgnT10 {margin-top:10px !important;}
.mgnT20 {margin-top:20px !important;}
.mgnT30 {margin-top:30px !important;}
.mgnT40 {margin-top:40px !important;}
.mgnT50 {margin-top:50px !important;}
.mgnT60 {margin-top:60px !important;}
.mgnT70 {margin-top:70px !important;}
.mgnT80 {margin-top:80px !important;}

.mgnL0 {margin-left:0 !important;}
.mgnL5 {margin-left:5px !important;}
.mgnL10 {margin-left:10px !important;}
.mgnL15 {margin-left:15px !important;}
.mgnL20 {margin-left:20px !important;}
.mgnL30 {margin-left:30px !important;}
.mgnL40 {margin-left:40px !important;}
.mgnL50 {margin-left:50px !important;}
.mgnL100 {margin-left:100px !important;}

.mgnR0 {margin-right:0 !important;}
.mgnR1 {margin-right:1px !important;}
.mgnR5 {margin-right:5px !important;}
.mgnR10 {margin-right:10px !important;}
.mgnR15 {margin-right:15px !important;}
.mgnR20 {margin-right:20px !important;}
.mgnR30 {margin-right:30px !important;}
.mgnR40 {margin-right:40px !important;}
.mgnR45 {margin-right:45px !important;}
.mgnR50 {margin-right:50px !important;}
.mgnR90 {margin-right:90px !important;}
.mgnR100 {margin-right:100px !important;}


/**
/*	Header
/* ==========================================*/

#navigation {
    -webkit-transition: all 0.8s ease 0s;
       -moz-transition: all 0.8s ease 0s;
        -ms-transition: all 0.8s ease 0s;
         -o-transition: all 0.8s ease 0s;
            transition: all 0.8s ease 0s;

    background-color: rgba(0,0,0,0.8);
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);*/
    padding: 5px 0;
}

#navigation.animated-header {
    padding: 20px 0;
	background-color: rgba(0,0,0,0);
}

h1.navbar-brand {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

.btn-header-wrap{
	padding-top:8px;
}


/*=================================================================
	Home Slider
==================================================================*/


#home-slider {
    position: relative;
    padding: 0;
}

.sl-slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} 

.sl-slide {
    z-index: 1;
}

.slide-caption {
    color: #fff;
    display: table;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 11;
}

.slide-caption .caption-content {
    vertical-align: middle;
    display: table-cell;
}

.caption-content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.caption-content > span {
    display: block;
    font-size: 24px;
    margin-bottom: 45px;
    text-transform: capitalize;
	font-family: "游明朝","Yu Mincho","ＭＳ 明朝","MS Mincho","ヒラギノ明朝 Pro","Hiragino Mincho Pro", serif;
}

.caption-content p {
    font-size: 29px;
    margin-bottom: 65px;
}

/* The duplicate parts/slices */
.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity : 1;
}

/* Horizontal slice */
.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px;
}

/* Vertical slice */
.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
}

/* Default styles for background colors

.btn-effect:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    content: "";
    position: absolute;
    z-index: -1;

    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

.btn-effect:hover,
.btn-effect:active {
    color: #0e83cd;
}

.btn-effect:hover:after,
.btn-effect:active:after {
    width: 100%;
} */


/* Project laughtbox setup */

.fancybox-item.fancybox-close {
    background: url("../img/icons/close.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    right: 0;
    top: 0;
    width: 50px;
}

.fancybox-next span {
    background: url("../img/right.png") no-repeat scroll center center #009ee3;
    height: 50px;
    width: 50px;
    right: 0;
}

.fancybox-prev span {
    background: url("../img/left.png") no-repeat scroll center center #009ee3;
    height: 50px;
    width: 50px;
    left: 0;
}

/*=================================================================
	News
==================================================================*/

#news {
    background-color: #76572F;
    color: #fff;
}

#news h3 {
    color: #fff;
    margin: 0 0 35px;
    text-transform: uppercase;
}

#news .welcome-block h3 {
    margin: 0 0 65px;
}

#news .welcome-block img {
    border: 3px solid #fff;
    /*border-radius: 50%;*/
    margin-right: 35px;
    max-width: 100px;
}

#news .message-body {
    font-size: 13px;
    margin-bottom: 40px;
}

#news .message-body:last-child{
	margin-bottom:0;
}

#news .message-body p{
	margin-bottom:10px;
}

/*.owl-buttons {
    border: 2px solid #fff;
    display: inline-block;
    float: right;
    padding: 1px 8px 5px;
}

.owl-buttons > div {
    display: inline-block;
    padding: 0 5px;
}*/

.welcome-message {
    padding: 0 50px;
}

.welcome-message img {
    display: block;
    height: auto;
    max-width: 100px;
    float: left;
}

.welcome-message p {
    font-size: 13px;
    margin-left: 135px;
}

/*=================================================================
	_Services
==================================================================*/

.service-icon {
    border: 3px solid transparent;
    display: inline-block;
    height: 85px;
    width: 85px;
    line-height: 101px;

    -webkit-transform: rotate(47deg);
       -moz-transform: rotate(47deg);
        -ms-transform: rotate(47deg);
         -o-transform: rotate(47deg);
            transform: rotate(47deg);

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.service-item:hover .service-icon {
    border: 3px solid #B58448;
    margin-bottom: 20px;
    color: #B58448;
}

.service-icon i {
    -webkit-transform: rotate(-48deg);
       -moz-transform: rotate(-48deg);
        -ms-transform: rotate(-48deg);
         -o-transform: rotate(-48deg);
            transform: rotate(-48deg);
}

.service-item h3 {
    font-size: 20px;
    text-transform: uppercase;
}

/*=================================================================
	_Portfolio
==================================================================*/

.project-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.project-wrapper li {
    display: inline-block;
}

.portfolio-item {
    cursor: pointer;
    margin: 0 1% 1% 0;
    overflow: hidden;
    position: relative;
    width: 32%;
}

figcaption.mask {
    background-color: rgba(54, 55, 50, 0.79);
    bottom: -126px;
    color: #fff;
    padding: 25px;
    position: absolute;
    width: 100%;
    text-align: left;
    
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

figcaption.mask h3 {
    margin: 0;
    color: #fff;
}

ul.external {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -47px;
    
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

ul.external li {
    display: inline-block;
}

ul.external li a {
    background-color: rgba(255, 255, 255, 0.9);
    color: #818181;
    display: block;
    padding: 10px 18px 13px;
    
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

ul.external li a:hover {
    background-color: #76572F;
    color: #fff;
}

.portfolio-item:hover ul.external {
    top: 0;
}

.fancybox-skin {
    border-radius: 0;
}

.fancybox-title.fancybox-title-inside-wrap {
    padding: 15px;
}

.fancybox-title h3 {
    margin: 0 0 15px;
}

.fancybox-title p {
    color: #818181;
    font-size: 16px;
    line-height: 22px;
}

.fancybox-title-inside-wrap {
    padding-top: 0;
}

/*=================================================================
	_Testimonials
==================================================================*/


#testimonials {
    background-image: url(../img/parallax/testimonial.jpg);
    padding: 0;
    color: #fff;
}

#testimonials .sec-title h2:after {
    border-bottom: 1px solid #fff;
}

#testimonials .overlay {
    background-color: rgba(0,0,0, 0.6);
    padding: 70px 0 40px;
}

.testimonial-item {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 64%;
}

.testimonial-item img {
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: auto;
    max-width: 100px;
}

.testimonial-item > div {
    line-height: 30px;
    position: relative;
}

.testimonial-item > div:before {
    background-image: url("../img/icons/quotes.png");
    background-repeat: no-repeat;
    bottom: 127px;
    height: 33px;
    left: -35px;
    position: absolute;
    width: 45px;
}

.testimonial-item > div:after {
    background-image: url("../img/icons/quotes.png");
    background-position: -58px 0;
    background-repeat: no-repeat;
    bottom: -50px;
    height: 33px;
    position: absolute;
    right: 0;
    width: 45px;
}

.testimonial-item > div > span {
    display: inline-block;
    font-weight: 700;
    margin: 40px 0 30px;
    text-transform: uppercase;
}

/*.owl-controls.clickable {
    margin-top: 20px;
    text-align: center;
}

.owl-buttons {
    border: 2px solid #fff;
    float: inherit;
}

.owl-prev:hover,
.owl-next:hover {
    color: #fff;
}
*/
.price-table {
    border: 1px solid #e3e3e3;
}

.price-table.featured {
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.19);
       -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.19);
            box-shadow: 0 4px 5px rgba(0,0,0,0.19);
}

.price-table > span {
    color: #252525;
    display: block;
    font-size: 24px;
    padding: 30px 0;
    text-transform: uppercase;
}

.price-table .value {
    background-color: #f8f8f8;
    color: #727272;
    padding: 20px 0;

    -webkit-transition: all 0.7s ease 0s;
       -moz-transition: all 0.7s ease 0s;
        -ms-transition: all 0.7s ease 0s;
         -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s;
}

.price-table.featured .value {
    background-color: #76572F;
    color: #fff;
}

.price-table .value span {
    display: inline-block;
}

.price-table .value span:first-child {
    font-size: 32px;
    line-height: 32px;
}

.price-table .value span:nth-child(2) {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 25px;
}

.price-table .value span:last-child {
    font-size: 16px;
}

.price-table ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.price-table ul li {
    border-top: 1px solid #e3e3e3;
    display: block;
    padding: 25px 0;

    -webkit-transition: all 0.7s ease 0s;
       -moz-transition: all 0.7s ease 0s;
        -ms-transition: all 0.7s ease 0s;
         -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s;
}

.price-table ul li a {
    display: block;
    text-transform: uppercase;
}

.price-table.featured ul li:last-child,
.price-table ul li:last-child:hover {
    background-color: #76572F;
}

.price-table.featured ul li:last-child a,
.price-table ul li:last-child:hover a {
    color: #fff;
}


/*=================================================================
	_Price
==================================================================*/

#social {
    background-image: url(../img/food/bg-header.jpg);
    padding: 0;
}

#social .overlay {
    background: url("../img/slide_bg.png") repeat scroll 0 0 transparent;
    padding: 100px 0 120px;
}

.social-button {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.social-button li {
    display: inline-block;
}

.social-button li:nth-child(2) {
    margin: 0 75px;
}

.social-button li a {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 90px;
    line-height: 96px;
    width: 90px;
    
    -webkit-transition: all 0.2s ease 0s;
       -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
         -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}

.social-button li a:hover {
    color: #008ECC;
    border: 2px solid #008ECC;
}


/*=================================================================
	_Contact
==================================================================*/

.input-field {
    margin-bottom: 10px;
}

.form-control {
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    color: #818181;
    font-size: 16px;
    height: 50px;
}

textarea.form-control {
    width: 100%;
    height: 165px;
}

#submit:hover {
  color: #fff;
}

#submit:before {
  background-color: #0A85BB;
}

#submit.btn-effect:after {
  background: #2E2E2E;
}

.contact-details h3 {
    border-bottom: 1px solid #B58448;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.contact-details p {
    line-height: 30px;
}

.contact-details p i {
    margin-right: 10px;
}

.contact-details span {
    display: block;
    margin-left: 24px;
}


/*============================================================
	_Google Maps
==============================================================*/

#google-map {
    padding: 0;
}

#map-canvas {
    width: 100%;
    height: 300px;
}


/*============================================================
	Footer
==============================================================*/

#footer {
    background-color: #2E2E2E;
    padding: 40px 0;
    color: #fff;
}

.footer-content {
    width: 390px;
    margin: 0 auto;
}

.footer-content > div {
    margin-bottom: 40px;
}

.footer-content > div > p:first-child {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.subscribe-form {
    position: relative;
}

.subscribe.form-control {
    background-color: transparent;
    border: 1px solid #7f7f7f;
}

.subscribe.form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.submit-icon {
    background-color: #7f7f7f;
    border: 0 none;
    border-radius: 0;
    color: #c1c1c1;
    padding: 13px 20px;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
}

.submit-icon .fa-paper-plane {
    position: relative;
    top: 0;
    
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);

    -webkit-transition: all 0.3s ease 0.2s;
       -moz-transition: all 0.3s ease 0.2s;
        -ms-transition: all 0.3s ease 0.2s;
         -o-transition: all 0.3s ease 0.2s;
            transition: all 0.3s ease 0.2s;
}

.submit-icon:hover .fa-paper-plane {
    position: relative;
    top: -37px;
    
    -webkit-transform: translateX(30px);
       -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
         -o-transform: translateX(30px);
            transform: translateX(30px);
}

.footer-content .footer-social {
    margin: 40px 0 35px;
}

.footer-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-social ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer-social ul li a {
    color: #7f7f7f;
    display: block;
    
    -webkit-transition: all 0.2s ease 0s;
       -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
         -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}

.footer-social ul li a:hover {
    color: #76572F;
}

.footer-content > p {
    color: #ababab;
    font-size: 12px;
}


/*=================================================================
	youtube
==================================================================*/

.iframe_wrap{
	position: relative;
	width: 100%;
    padding-top: 56.25%;
    margin-bottom: 20px;
}

.iframe_wrap iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

	.iframe_wrap{
		position: relative;
    	padding-bottom: 56.25%;
    	padding-top: 30px;
    	height: 0;
    	overflow: hidden;
		margin:0px 0 50px;
	}

	.iframe_wrap iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}


/*=================================================================
	Top
==================================================================*/

/* Menu 2nd */
#menu-top .col-md-4,
#menu-top .col-sm-4,
#menu-top .col-xs-12{
	padding-left:10px;
	padding-right:10px;
}

.bg-btn-top-01{
	background:url(../img/top/btn_top_01.jpg) 0 0 no-repeat rgba(0,0,0,0.3);
	background-size:cover;
	margin-bottom:20px;
}

.bg-btn-top-02{
	background:url(../img/top/btn_top_02.jpg) 0 0 no-repeat rgba(0,0,0,0.3);
	background-size:cover;
	margin-bottom:20px;
}

.bg-btn-top-03{
	background:url(../img/top/btn_top_03.jpg) 0 0 no-repeat rgba(0,0,0,0.3);
	background-size:cover;
	margin-bottom:20px;
}

.bg-btn-top-04{
	background:url(../img/top/btn_top_04.jpg) 0 0 no-repeat rgba(0,0,0,0.3);
	background-size:cover;
}

.bg-btn-top-05{
	background:url(../img/top/btn_top_05.jpg) 0 0 no-repeat rgba(0,0,0,0.3);
	background-size:cover;
}

.bg-btn-top-06{
	/*background:url(../img/top/btn_top_06.jpg) 0 0 no-repeat rgba(0,0,0,0.3);*/
	background-color:#000;
	background-size:cover;
}

.btn-box-top{
	text-algin:center;
	padding:50px 0;
}

.btn-box-top h3,
.btn-box-top p,
.btn-box-top div{
	text-align:center;
}

#menu-top a h3{
	font-size:22px;
	color:#fff;
}

#menu-top a p{
	font-size:12px;
	color:#fff;
}

.btn-box-top h3{
	border-bottom:1px solid #bbb;
	width:40%;
	margin:0 30% 10px;
	padding-bottom:10px;
}

.btn-box-faq{
	border:1px solid #76572F;
	background:#F3EBE1;
	padding:30px;
	text-align:center;
}

/* location */
.map-top{
	height:235px;
}


/*=================================================================
	2nd common
==================================================================*/

/* header img */
.header-title-img .overlay{
    background: url(../img/slide_bg.png) repeat scroll 0 0 transparent;
    /*padding: 100px 0 120px;*/
	padding-bottom:200px;
	margin-bottom:60px;
}

.header-food{
    background-image:url(../img/food/bg-header.jpg);
    padding:0;
}

.header-food h1{
	font-size:36px;
	text-align:center;
	color:#fff;
	margin:200px 0 20px;
}

.header-title-img p{
	text-align:center;
	color:#fff;
}

/* header default */
.header-title .overlay{
    background: url(../img/slide_bg.png) repeat scroll 0 0 transparent;
	padding-bottom:80px;
	margin-bottom:60px;
}

.header-default{
    background-image:url(../img/bg-header.jpg);
    padding:0;
}

.header-venue{
    background-image:url(../img/venue/bg-header.jpg) !important;
}

.header-price{
    background-image:url(../img/price/bg-header.jpg) !important;
}

.header-access{
    background-image:url(../img/access/bg-header.jpg) !important;
}

.header-download{
    background-image:url(../img/download/bg-header.jpg) !important;
}

.header-default h1{
	font-size:36px;
	text-align:center;
	color:#fff;
	margin:100px 0 20px;
}

.header-default p{
	text-align:center;
	color:#fff;
}

/* slider */
ul.slider-01,
ul.slider-02{
	padding-left:0;	
}

ul.slider-01 li,
ul.slider-02 li{
	list-style-type:none;
}

/* ft_cpntact */
.ft_contact{
	border-top:1px solid #ccc;
	padding-top:80px;
}

.ft_contact h2{
	font-size:38px;
}


/*=================================================================
	2nd : price
==================================================================*/

table.price-list{
	font-size:12px;
	border-bottom:1px solid #ddd;
	margin-bottom:60px;
}

table.price-list th{
	background:#E4D3BD;
	color:#666;
	padding:10px 15px !important;
}

table.price-list td{
	padding:12px 15px !important;
}

table.price-list td:nth-child(2),
table.price-list td:nth-child(3) {
	text-align:right !important;
}


/*=================================================================
	2nd : FAQ
==================================================================*/

.tit_faq{
	font-family: 'Droid Serif', serif;
	font-size:26px;
	margin-right:20px;	
}


/*=================================================================
	2nd : Access
==================================================================*/

.map-access{
	height:480px;
}

.access .tab-pane{
	padding-top:30px;
	margin-bottom:80px;
}

table.timetable-list,
table.venue-list{
	border-bottom:1px solid #ddd;
}

table.timetable-list th,
table.timetable-list td{
	vertical-align:middle;
}

.no_line{
	border-top:none !important;
}


/*=================================================================
	2nd : Venue
==================================================================*/

table.venue-list{
	font-size:12px;
}

table.venue-list th,
table.venue-list td{
	text-align:center;
}

.photo-venue{
	margin-bottom:40px;
}

.venue-info{
	margin-bottom:20px;
	padding-top:20px;
	border-top:1px solid #E4D3BD;
	border-bottom:1px solid #E4D3BD;
}

.venue-info dl dt{
	float:left;
	width:30%;
}

.venue-info dl dd{
	margin-left:30%;
}

/*.bxslider img{
	margin-bottom:20px;
}*/

.owl-buttons {
    border: 2px solid #fff;
    display: inline-block;
    float: right;
    padding: 3px 8px 5px;
}

.owl-buttons > div {
    display: inline-block;
    padding: 0 10px;
}

.owl-controls.clickable {
    margin-top: 20px;
    text-align: center;
}

.owl-buttons {
    border: 2px solid #E4D3BD;
    float: inherit;
	color:#E4D3BD;
	font-size:16px;
}

.owl-prev:hover,
.owl-next:hover {
    color:#76572F;
}


/*=================================================================
	2nd : Download
==================================================================*/

.box-download{
	background:#f5f5f5;
	padding:25px 20px;
	margin-bottom:40px;
}

.box-download .title-box-dl{
	font-size:14px;
	line-height:1.3;
	margin-bottom:20px;
	text-align:center;
	color:#76572F;
	font-weight:bold;
}

.box-download .txt-box-dl{
	text-align:center;
}

.btn-info {
    color: #333;
    background-color: #fff;
    border-color: #666;
	padding: 10px 15px;
    font-size: 12px;
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover{
    color: #fff;
    background-color: #666;
    border-color: #666;
}

/****************************************************************************
	
	Responsive Styles
	
 ***************************************************************************/

/*============================================================
	For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {
	
	/** common
	-------------------------------- **/
	.navbar-inverse .navbar-collapse{
		width:96%;
		margin-left:2%;
		margin-right:2%;
	}

	/** Top
	-------------------------------- **/
	
	/* slider */
	.caption-content > span{
		font-size:18px;
	}

	/* news */
    #news .welcome-block img {
        margin-bottom: 30px;
    }

	/* portfolio */
    figcaption.mask {
        bottom: -151px;
    }

    .testimonial-item > div:after {
        bottom: -40px;
    }

	/* Menu 2nd */
	.btn-box-top h3{
		width:50%;
		margin:0 25% 10px;
	}
	
	#menu-top a p{
		font-size:11px;
	}
	
	/* location */
	.map-top{
		height:255px;
	}
	
	/* download */
	.box-download .title-box-dl{
		font-size:12px;
	}
	
	/*.box-download .title-box-dl{
		height:60px;
	}*/
	
	.box-download .txt-box-dl{
		font-size:12px;
	}
	
}


/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 979px) {
	
	/** common
	-------------------------------- **/
	h1{font-size:20px;}
	h2{font-size:18px;}
	h3{font-size:16px;}
	h4{font-size:14px;}
	h5{font-size:14px;}
	h6{font-size:14px;}
	
	.navbar-inverse .navbar-collapse{
		width:98%;
		margin-left:1%;
		margin-right:1%;
	}
	
	.nav > li > a {
    	padding: 10px 10px;
	}

	/** Top
	-------------------------------- **/
	
	/* Header */
	.btn-header-wrap {
    	padding-bottom: 10px;
	}
	
	/* slider */
	.caption-content > span{
		font-size:18px;
	}

    .caption-content h2 {
        font-size: 32px;
    }

    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 45px;
    }

	/* news */
	#news .welcome-block img {
        margin-right:20px;
    }
	
	
    .recent-works {
        margin-bottom: 50px;
    }

    .service-item {
        margin-bottom: 50px;
    }
	
	/* Menu 2nd */
	.btn-box-top h3{
		width:50%;
		margin:0 25% 10px;
	}
	
	#menu-top a h3{
		font-size:18px;
	}
	
	#menu-top a p{
		font-size:11px;
	}
	
	/* location */
	.map-top{
		height:280px;
	}

/* portfolio */
    /*.portfolio-item {
        width: 48%;
    }*/

/* testimonial */
    /*.testimonial-item {
        width: 100%;
    }

    .testimonial-item {
        width: 80%;
    }

    .testimonial-item > div:after {
        bottom: -35px;
    }*/

/* price */
    /*.price-table {
        margin-bottom: 50px;
    }*/

/* contact form */
    /*.contact-form {
        margin-bottom: 50px;
    }*/
	
	
	/** 2nd common
	-------------------------------- **/
	/* header img */
	.header-title-img .overlay{
		padding-bottom:160px;
	}
	
	/** 2nd page
	-------------------------------- **/
	/* FAQ */
	.nav-justified > li > a{
		font-size:13px;
	}
	
	/* Access */
	.map-access{
		height:300px;
	}
	
	/* Venue */
	.venue-info dl dt{
		float:none;
		width:100%;
	}

	.venue-info dl dd{
		margin-left:0;
	}
	
	/* download */
	.box-download .title-box-dl{
		font-size:13px;
	}
	
	/*.box-download .title-box-dl{
		height:60px;
	}*/
	
	.box-download .txt-box-dl{
		font-size:10px;
	}
}


/*============================================================
	Mobile
==============================================================*/

@media only screen and (max-width: 767px) {
	
	/** common
	-------------------------------- **/
    body {
        font-size: 14px;
    }

	h1{font-size:20px;}
	h2{font-size:18px;}
	h3{font-size:16px;}
	h4{font-size:14px;}
	h5{font-size:14px;}
	h6{font-size:14px;}
	
	.txt-cl{
		text-align:left;
	}
	
    /*.parallax {
        background-position: centet tip !important;
    }*/
	
	.parallax {
    	background-attachment: scroll;
    	background-position: center top;
    	background-repeat: no-repeat;
    	background-size: cover;
	}

    .sec-title h2 {
        font-size: 25px;
    }

    .sec-title h2:after {
        left: 30%;
    }
	
	/* link */
	a.telhref{
		color: #76572F;
	}

	/* navigation */
    .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }
	
	#navigation{
		background-color: rgba(0,0,0,0.6);
	}
	
	#navigation.animated-header {
    	padding: 10px 0;
    	background-color: rgba(0,0,0,0.6);
	}
	
	.navbar-inverse .navbar-collapse{
		width:98%;
		margin-left:1%;
		margin-right:1%;
	}
	
	/* footer */
	.footer-content {
        width: 100%;
    }
	
	.footer-content > p {
    	font-size:10px;
	}

	/** Top
	-------------------------------- **/
	
	/* slider */
    .caption-content h2 {
        font-size: 22px;
    }

    .caption-content > span {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .caption-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .caption-content strong {
        font-size: 22px;
    }

	/* news */
    .recent-works {
        margin-bottom: 85px;
    }

    #news h3 {
        font-size: 18px;
        margin: 0 0 35px !important;
    }

    #news .owl-buttons {
        margin-top: 20px;
    }

    #news .message-body {
        margin-bottom: 45px;
    }

    #news .welcome-block img {
        margin: 0 20px 10px 0;
    }

	/* Menu 2nd */
	.btn-box-top{
		padding:30px 0;
	}
	
	.bg-btn-top-01,
	.bg-btn-top-02,
	.bg-btn-top-03,
	.bg-btn-top-04,
	.bg-btn-top-05,
	.bg-btn-top-06{
		margin-bottom:1px;
	}
	
	#menu-top a h3 {
    	font-size: 18px;
	}
	
	/* location */
	.map-top{
		height:180px;
	}
	
/* service */
    /*.service-item {
        width: 100%;
    }*/

/*portfolio*/
    /*.portfolio-item {
        margin: 0 auto 10px;
        font-size: 14px;
        width: 280px;
    }

    figcaption.mask {
        bottom: -107px;
        color: #fff;
        padding: 15px;
    }*/

/* lightbox */
    /*.fancybox-title h3 {
        font-size: 20px;
    }

    .fancybox-title p {
        font-size: 14px;
    }*/

/* testimonial */
    /*.testimonial-item {
        width: 95%;
    }

    .testimonial-item > div:before,
    .testimonial-item > div:after {
        background-image: none;
    }

    .testimonial-item > div > span {
        margin: 30px 0 20px;
    }*/

/* price */
    /*.price-table {
        margin-bottom: 50px;
    }*/

/* follow us */
    /*.social-button li:nth-child(2) {
        margin: 0 25px;
    }

    .social-button li a {
        height: 65px;
        line-height: 71px;
        width: 65px;
    }*/

/* contact form */
    /*.contact-form {
        margin-bottom: 50px;
    }*/

/* footer */
    /*.footer-social ul li {
        margin: 0 7px;
    }*/
	
	/** 2nd common
	-------------------------------- **/
	/* header img */
	.header-title-img .overlay{
		padding-bottom:100px;
		margin-bottom:30px;
	}
	
	.header-title-img h1{
		font-size:30px;
		margin:160px 0 10px;
	}
	
	/* header default */
	.header-title .overlay{
		padding-bottom:20px;
		margin-bottom:30px;
	}
	
	.header-default h1{
		margin:70px 0 10px;	
	}
	
	/* slider */
	ul.slider-01 li{
		margin-bottom:20px;
	}
	
	/* tab panel */
	.nav-justified{
		margin-bottom:20px;
	}
	
	.nav-justified > li{
		width:48%;
		float:left;
		margin-bottom:1px;
		font-size:12px;
	}
	
	.nav-justified > li:nth-child(odd){
		margin-right:1px;
	}
	
	.nav-pills > li+li {
    	margin-left:0;
	}
	
	.nav-justified > li > a{
		margin-bottom:0;
	}
	
	/** 2nd page
	-------------------------------- **/
	/* FAQ */
	.tit_faq{
		font-size:18px;
		margin-right:10px;	
	}
	
	.panel-title{
		font-size:13px;
	}
	
	.panel-title > a:after{
		font-size:16px;
	}
	
	/* Access */
	.map-access{
		height:160px;
	}
	
	table.timetable-list{
		font-size:12px;
	}
	
	table.timetable-list th,
	table.timetable-list td{
		padding: 12px 5px;
	}
	
	table.timetable-list td .btn:first-child{
		margin-bottom:10px;
	}
	
	/* venue */
	table.venue-list{
		margin-bottom:40px;
		font-size:11px;
	}
	
	table.venue-list th,
	table.venue-list td{
		text-align:left;
	}
	
	.photo-venue{
		margin-bottom:0;
	}

	.venue-info{
		padding-bottom:10px;
	}
	
	.venue-info dl{
		margin-bottom:10px;
	}
	
	/* download */
	.box-download{
		margin-bottom:30px;
		padding:30px 20px;
	}
	
	.box-download .title-box-dl{
		height:auto;
	}
	
	.btn-download{
		margin:0 auto;
		width:80%;
	}

	.btn-info{
		font-size:11px;
		padding:20px;
	}

	
}


/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/

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

	/** common
	-------------------------------- **/
    .sec-title h2:after {
        left: 38%;
    }

	/** Top
	-------------------------------- **/
	
	/* slider */
    .caption-content h2 {
        font-size: 35px;
    }

    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 35px;
    }

	/* news */
    #news .welcome-block h3 {
        margin: 0 0 35px;
    }

/* service */
    /*.service-item {
        margin: 0 auto 50px;
        width: 55%;
    }*/

/* portfolio */
    /*.portfolio-item {
        width: 48%;
    }

    figcaption.mask {
        bottom: -132px;
    }*/

/* testimonial */
    /*.testimonial-item {
        width: 80%;
    }

    .testimonial-item > div:before {
        bottom: 160px;
    }*/

/* social */
    /*.social-button li:nth-child(2) {
        margin: 0 50px;
    }

    .social-button li a {
        height: 90px;
        line-height: 96px;
        width: 90px;
    }*/

/* price */
    /*.price-table {
        margin-bottom: 50px;
    }*/

/* contact form */
    /*.contact-form {
        margin-bottom: 50px;
    }*/

/* footer */
    /*.footer-content {
        width: 380px;
    }*/
}
