/*!
 * SNOW Landing Page Theme
 *
 * Created by Visual Soldiers
 * Visit us at http://www.visualsoldiers.com
 *
 * Handcrafted with love in Atlanta!
 */


/* ==========================================================================
   Global styles
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p, .btn, .navbar-nav a, .form-control, .list-inline, small, #pricing {
  font-family: 'Montserrat', sans-serif;
}

p, .lead {
	font-family: 'Raleway', sans-serif;
	text-align:justify;
}

h1 {
  font-size: 55px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 700;
}


h2 {
  font-size: 36px;
  line-height: 44px;
  etter-spacing: -0.5px;
  color: #ffffff;
  font-weight: 700;
}

h3 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #231f20;
  font-weight: 700;
  margin:40px;
}

h4 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #4E342E;
  font-weight: 700;
  text-align: center;
 /* border-bottom: 1px solid #0288D1; */
}

h5 {
	font-weight: bold;
}

p.lead {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

p,
li {
	font-size: 14px;
	line-height: 1.8;
	color:#333;
}

.navbar-nav li {
	text-align: center;
}

p.caption {
	font-size: 12px;
	margin-top: 5px;
	text-align: left;
	color:#555;
}

/*------------------Utilities---------------------*/
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}

::selection {
	background: #231f20; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #231f20; /* Firefox */
	color: #FFFFFF;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

.btn-lg {
  font-size: 13px;
  line-height: 1.33;
  padding: 22px 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 400;
}

.btn-wide {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-primary {
  background-color:#0091EA;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #9575CD;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-secondary {
  background-color: #ffffff;
  color: #231f20;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #ededed;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}




/*-----------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}


/*-----------------Colors------------------*/

.black {
  color: #231f20;
}

.blue {
  color: #70cbce;
}

.white {
  color: #ffffff;
}

.black-bg {
  background: #231f20;
}

.blue-bg {
  background: #70cbce;
}

.white-bg {
  background: #ffffff;
}

.purple-bg {
	background: #6d3f96;
}



/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #01579B;
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
    top: -60px;
    transition: top 0.4s ease 0s;
}

.navbar.open {
    top: 0;
}

div.navbar-nav {
	background: linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.6));
	text-align:center !important;
	padding-top:5px !important;
	padding-bottom:5px;
	border-radius:5px;
}

.navbar-nav a {
    color:#01579B;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-nav > li > a {
    color:#fff;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    opacity: 0.6;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #4ec3cd;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
    margin-top:0 !important;
    padding:5px 10px !important;
    text-align: center;
}



.logo img {
	margin-top: 6px;
}



/* ==========================================================================
   Main styles
   ========================================================================== */
.wrap {
	position:relative;	
}

#top-menu {
position: relative;
z-index: 10;
}
@media (max-width: 700px) and (orientation: landscape){ 
#top-menu {
display: none;
}
}
@media (max-width: 480px) { 
#top-menu {
display: none;
}
}	
	
	
.logo{
	background: #fff;
	color:#FF5722;
	padding:3px 8px;
	border-radius: 3px;
	font-weight: bold;
	margin-left: 30px;
}	
header {
  /* background: url(../img/header-bg.jpg) no-repeat center center;  */
  background: #B2EBF2;
  width: 100%;
  padding: 20px 10px 60px 10px;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  }
@media (max-width: 480px) { 
header {
  height: 400px;
}
}

.header-info {
position: absolute;
/*  bottom: 0; */
top: 20%;
width: 100%;
left: 0;
right: 0;
/*  margin-left: 0px; */
margin-bottom: 12%;
}


@media (max-width: 480px) { 
.header-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 300px;

}

.slideshow {
	height:70vh !important;
}

}


@media (max-width: 480px) { 
h1 img {
    width:50%;
    height: 50%; 
}
}

@media (max-width: 767px) and (orientation: landscape){ 
h1 img {
    width:30%;
    height: 30%; 
}
}


#title_curation img,
#title_otomomichi img {
	width: 25%;
}


.signin {
  padding-top: 9px;
}


.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10;
}
.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}
.mouse-icon .scroll {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
}
@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}

.pad-xl {
	padding: 200px 0px;
}

.pad-lg {
	padding: 160px 0px;
}

.pad-sm {
	padding: 80px 0px;
}

.pad-xs {
	padding: 30px 0px;
}




#be-the-first {
	background-blend-mode: multiply;
  background: url(../img/bg_top6.jpg) no-repeat center center;
  /* background-color: #aaa; */
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#be-the-first.otomo {
  background: url(../img/bg_otomo.jpg) no-repeat center center;
  background-size: cover;
}
#be-the-first.curation {
  background: url(../img/bg_curation.jpg) no-repeat center center;
}
#be-the-first.tabibanashi {
  background: url(../img/bg_tabibanashi.jpg) no-repeat center center;
}
#be-the-first.tabibanashi p,
#be-the-first.tabibanashi h2
{
  color:#fff;
}



#main-info {
	background: #fafaf3;
}


hr.line {
	width: 100%;
	border: 2px solid;
}

.purple {
	border-color: #6d3f96;
	color: #6d3f96;
}

.blue {
	border-color: #70cbce;
	color: #70cbce
}

.yellow {
	border-color: #fdc05d;
	color: #fdc05d;
}

.iphone {
    position: relative;
    height: 200px;
}

.iphone img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 440px;
}


#invite {
  background: #f2f2f2;
}

.fa-envelope-o {
  color: #4ec3cd;
  font-size: 22px;
  display: block;
  padding-top: 15px;
  width: 60px;
  height: 60px;
  border: 2px solid #4ec3cd;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: auto;
}



.news-container {
  padding: 10px 0px 20px;
  border-bottom: 1px dotted #d9d9d9;
}

.news-img {
  padding-right: 20px;
}

footer {
  background: #ffffff;
  padding: 40px 0px;
}

.social li a:hover {
  opacity: 0.5;
}


.spot-guide {
	padding: 20px 0 20px;
	background: #fafaf3;
}

.spot-guide h5 {
	color:#888 !important;
	font-size:small;
}

.spot-info {
	padding: 20px 0 50px;
	background: #faf0f0;
}

.spot-info.spot1 {
	background-blend-mode: screen ;
  background: url(../img/bg_curation.jpg) no-repeat center center;
  background-color: #888;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 }
 
.spot-info.spot2 {
	background-blend-mode: screen ;
  background: url(../img/spot/hiraiso_bg.jpg) no-repeat center center;
  background-color: #888;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 }

.spot-info.spot3 {
	background-blend-mode: screen ;
  background: url(../img/spot/iso_bg.jpg) no-repeat center center;
  background-color: #888;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 }

.spot-info.spot4 {
	background-blend-mode: screen ;
  background: url(../img/hanabi/hanabi1.jpg) no-repeat center center;
  background-color: #888;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 }
 
 .spot-info.footer {
	background-blend-mode: multiply ;
  background: url(../img/bg_top6.jpg) no-repeat center top;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 } 
.spot-info.footer h5,
.spot-info.footer p {
	  color:#fff;
 }


.information {
	background: rgba(255,255,255,0.8);
}

.information p {
	font-size: 14px;
}

.area-map {
	padding: 50px 0 50px;
	background: #ECEFF1;
}

#title-hoshiimo,
#title-asobu,
#title-taberu,
#title-omiyage {
	background: #64B5F6;
}
#title-hoshiimo h3,
#title-asobu h3,
#title-taberu h3,
#title-omiyage h3 {
	color:#fff;
}



/*---------------Pricing Tables-------------------*/


#pricing {
  background: #aaa;
}
#pricing {
  background: url(../img/bg_top7.jpg) no-repeat center center fixed;
  background-color: #8D6E63;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pricing-container {
  padding-left: 0px;
  padding-right: 0px;
}

.pricing-table {
  background: transparent;
  margin-bottom: 50px;
  margin-top: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pricing-table.active {
  box-shadow: 0px 0px 12px rgba(41,46,50,0.6); 
  position: absolute;
  margin: auto;
  z-index: 200;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pricing-table:hover {
  margin-top: -10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.pricing-table li {
  padding-left: 20px;
  padding-right: 20px;
}

.headline {
  background: #231f20;
  color: #FFFFFF;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.price {
    background: none repeat scroll 0 0 #231f20;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}


.pricing-table:hover li.price  {
  background: #303236;
  -webkit-transition: all 0.85s ease-in-out;
  -moz-transition: all 0.85s ease-in-out;
  -o-transition: all 0.85s ease-in-out;
  transition: all 0.85s ease-in-out;
}

.price small {
  font-weight: 300;
  color: #929496;
}

.info {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 13px;
  color: #929496;
  background: #ffffff;
}

.features {
  color: #231f20;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #E8EAEA;
  background: #ffffff
}

.features.first {
  border-top: 1px dotted #E8EAEA;
}

.features.last {
  padding-top: 17px;
  padding-bottom: 20px;
}

.features.last a {
	color: #70cbce;
	font-size: 14px;
	letter-spacing: 1px;
}

.pricing-container .btn {
    border-radius: 0;
}





/* ==========================================================================
   Form styles
   ========================================================================== */
.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #929496;
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control::-moz-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-webkit-placeholder, .form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}




/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) { 

.btn-lg {
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}


.btn-wide {
  width: 100%;
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}

#be-the-first { 
      background-attachment: scroll;
  }

}


/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 

#be-the-first { 
      background-attachment: scroll;
  }

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

#be-the-first { 
      background-attachment: scroll;
  }
  
}



/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

}
     


/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {

}   



/* test */

.cb-slideshow {
	overflow: hidden;
}

.cb-slideshow,
.cb-slideshow:after {
    width: 100%;
    height: 100vh; 
    top: 0px;
    left: 0px;
    z-index: 0;
    
}
@media (max-width: 480px) { 
.cb-slideshow,
.cb-slideshow:after {
    height: 400px; 
}
}

/*
.cb-slideshow:after {
    content: '';
    background: transparent url(http://tympanus.net/Tutorials/CSS3FullscreenSlideshow/images/pattern.png) repeat top left;
}
*/

.cb-slideshow li {
	overflow: hidden;
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear 1 0s forwards;
}
@media (max-width: 480px) { 
.cb-slideshow li span {
    height: 400px; 
}
}



.cb-slideshow li:last-child span {
    -webkit-animation: lastImageAnimation 36s linear 1 0s forwards;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear 1 0s forwards;
}


.cb-slideshow li:last-child div {
    -webkit-animation: lastTitleAnimation 36s linear 1 0s forwards;
}

.cb-slideshow li:nth-child(1) span { 
    background-image: url(../img/bg_jinja2.jpg) 
}
.cb-slideshow li:nth-child(2) span {
    background-image: url(../img/bg_coffee4.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../img/bg_bbq2.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../img/bg_jinja6.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../img/bg_coffee2.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(../img/bg_bbq4.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}

	100% { opacity: 0 }
}

@-webkit-keyframes lastImageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
}


@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateY(-300%);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: translateY(0%);
	}
	19% {
	    opacity: 0;
	    -webkit-transform: translateY(100%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}

@-webkit-keyframes lastTitleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateY(-300%);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: translateY(0%);
	}
	100% { 
        opacity: 1;
	    -webkit-transform: translateY(0%); 
    }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 50px }
}

ul.cb-slideshow {
	list-style: none;
}

h3.spot-name {
	border-top:2px solid #B39DDB;
	border-bottom:2px solid #B39DDB;
	padding:20px 0;
	text-align: center;
}

.large-7 h3.spot-name {
	margin-top: 10px;
}

@media (max-width: 480px) { 
h3.spot-name {
	margin:10px 10px 20px;
}
.container {
	padding:0;
	overflow: hidden;
}
}


/* 写真スタイル等 */
.imgshadow {
  box-shadow: 1px 1px 4px rgba(0,0,0,.5);
}
.imgborder {
	border:6px solid #FAFAFA;
}
.imgcircle {
	border-radius: 50%;
}
.imgbottom0 { margin-bottom:0;}
.imgbottom10 { margin-bottom:10px;}
.imgbottom20 { margin-bottom:20px;}
.imgbottom30 { margin-bottom:30px;}

.tilt1 { transform: rotate( 1deg ); }
.tilt2 { transform: rotate( 2deg ); }
.tilt3 { transform: rotate( 3deg ); }
.tilt4 { transform: rotate( 4deg ); }
.tilt5 { transform: rotate( 5deg ); }
.tilt6 { transform: rotate( 6deg ); }
.tilt7 { transform: rotate( 7deg ); }
.tilt8 { transform: rotate( 8deg ); }
.tilt9 { transform: rotate( 9deg ); }
.tilt10 { transform: rotate( 10deg ); }
.tilt-1 { transform: rotate( -1deg ); }
.tilt-2 { transform: rotate( -2deg ); }
.tilt-3 { transform: rotate( -3deg ); }
.tilt-4 { transform: rotate( -4deg ); }
.tilt-5 { transform: rotate( -5deg ); }
.tilt-6 { transform: rotate( -6deg ); }
.tilt-7 { transform: rotate( -7deg ); }
.tilt-8 { transform: rotate( -8deg ); }
.tilt-9 { transform: rotate( -9deg ); }
.tilt-10 { transform: rotate( -10deg ); }

.new:before {
	content: "NEW";
	background: #f00;
	padding:0 5px 2px;
	border-radius: 5px;
	color:#fff;
	margin-right: 5px;
}
.movie:before {
	content: "動画▶";
	background: #304FFE;
	padding:0 5px 2px;
	border-radius: 5px;
	color:#fff;
	margin-right: 5px;
}
.pdf:after {
	content: "\f1c1";
	font-family: FontAwesome;
	color:#f00;
	padding-left: 5px;
}
.button.pdf:after {
	color: #4E342E;
}
.word:after {
	content: "\f1c2";
	font-family: FontAwesome;
	color:#1A237E;
	padding-left: 5px;
}
.button.word:after {
	color: #4E342E;
}
.excel:after {
	content: "\f1c3";
	font-family: FontAwesome;
	color:#1B5E20;
	padding-left: 5px;
}
.button.excel:after {
	color: #4E342E;
}
.gaibu:after {
	content: "\f08e";
	font-family: FontAwesome;
	color:#1B5E20;
	padding-left: 5px;
}
.button.gaibu:after {
	color: #fff;
}

@media (min-width: 641px) {
	.guide-padding-top {
		padding-top:150px;
	}
}

.row.wide-row {
	max-width: 1440px;
}



.panel {
	border: none;
	background: #fff;
}


/* おすすめスポット&イベント */

#recommend {
	background: #FFF0D2;
}
#recommend h2 {
	text-align: center;
	margin-top:0;
	padding-top:10px;
	font-size:1.5rem;
	line-height: 1.5;
	color:#795548;
}
#recommend .large-6.medium-6.small-12.columns {
	padding-top:20px;
	padding-bottom: 20px;
}
#recommend .grey {
	background: #ECEFF1;
}
#recommend .blue {
	background: #E3F2FD;
}
#recommend .red {
	background: #FFEBEE;
}
#recommend .beige {
	background: #EFEBE9;
}
#recommend .pink {
	background: #FCE4EC;
}
#recommend .purple {
	background: #F3E5F5;
}
#recommend .green {
	background: #E0F2F1;
}
#recommend .yellow {
	background: #FFFDE7;
}



#recommend h5 {
	border-top: 2px solid #FFA726;
	border-bottom: 2px solid #FF5252;
	padding: 10px 30px;
	text-align: center;
	width: 46%;
	margin-top: 0;
}
#recommend h6 {
	font-size: 0.8rem;
	margin-bottom: 5px;
	line-height: 1.3;
	font-weight: bold;
	border-bottom:1px dotted #FF5252;
	display: inline-block;
}
#recommend .float h6 {
	float:left;
	margin-right:5px;
}
#recommend .float p {
	line-height: 1.6;
	padding-top:2px;
}
#recommend ul {
	background: rgba(255,255,255,0.5);
	border-radius: 4px;
	padding:10px;
	list-style-type: none;
	margin-top:20px;
	margin-left: 0;
	margin-bottom: 10px;
}

#recommend p {
	line-height: 1.5;
	margin-bottom: 5px;
}

#recommend ul p {
	font-size: 0.8rem;
	line-height: 1.5;
	margin-bottom: 5px;
}

#recommend img.half{
	width: 50%;
	float:right;
	margin:0 10px 10px;
}
#recommend .half{
	width: 50%;
	float:right;
	margin:0 10px 10px;
	text-align:center;	
}
#recommend .half p{
	text-align: center;
	font-weight:bold;
	font-size:80%;
	color:#4E342E;
	padding-top:5px;
}	
#recommend ul .button {
	margin-bottom: 5px;
}

.minutes {
	font-weight: bold;
	color:#FF5722;
}


/* ページトップ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

a#page-top {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}



a:hover#page-top  {
    text-decoration: none;
    background: #999;
}

/* 手順 */
#bbq-step li {
	position: relative;
}

/*
@media (min-width: 641px) {
	#bbq-step li div.image:after {
	content: "▶";
	background: #f00;
	padding:2px 6px;
	border-radius: 50%;
	color:#fff;

	position: absolute;
	bottom: 140px;
	right:-5px;

}
}
*/
#bbq-step li div.image img {
	position: relative;
}

.number {
	color:#FFF;
	border: 2px solid #FFF;
	background: #FF6F00;
	padding:2px;
	border-radius: 6px;
	font-size: large;
	font-weight: bold;
	text-align: center;
	position: absolute;
	width: 2rem;
	top:10px;
	left: 30px;
}

.goshuin {
	background:#FFEBEE;
	border: 1px solid #EF9A9A;
	width:80%;
}

@media (max-width: 640px) {

.goshuin {
	width:90%;
}
.goshuin p {
	line-height: 1.4;
}
}


.utsumi {
	font-weight: bold;
	color: #1271B5;
}
.yoshida {
	font-weight: bold;
	color:#12B573;
}

