@charset "UTF-8";


/*----------
font
----------*/
@import url(./notosansjapanese.css);
body {
    font-family: 'Noto Sans Japanese', serif;
    font-weight: 200;
}

/*----------
body
----------*/
body {
  background: url(../img/scribble_light.png) ;
  width: 100%;
  height: auto;
}

#wrap{
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

/*----------
a
----------*/
a{
  color:#999;
}
a:hover{
  text-decoration: none;
}

/*----------
list
----------*/
li{
  list-style: none;
}



/*----------
bRight
----------*/
.bRight{
  border-right: 1px solid #fff;
}
/*----------
margin
----------*/
.m20{
  margin:20px;
}
.mtb10{
  margin:10px 0;
}



/*----------
shadow
----------*/
.shadow{
    /* border-radius */
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;

    /* box-shadow */
    box-shadow:rgba(209, 209, 209, 0.25) 0px 0px 8px 2px;
    -webkit-box-shadow:rgba(209, 209, 209, 0.25) 0px 0px 8px 2px;
    -moz-box-shadow:rgba(209, 209, 209, 0.25) 0px 0px 8px 2px;
}
.shadow02{
    /* border-radius */
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;

    /* box-shadow */
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}



/*----------
t-shadow
----------*/
.t-shadow {
    text-shadow: 3px 3px 5px rgba(000,000,000,1);
    -moz-text-shadow: 1px 1px 5px rgba(000,000,000,1);
    -webkit-text-shadow: 1px 1px 5px rgba(000,000,000,1);
}

/*----------
clearfix
----------*/
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;

}
.cf {
 *zoom: 1;
}


/*----------
sticky-head
----------*/
#header {
  /*background: #1c262f;*/
  /*padding: 8px 20px 10px 20px;*/
  padding: 10px 0px;
  background-color: #4E9ABE;
}
/*#header nav > div{
  background-color: #f00;
}
#header nav > div > a{
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;

}
#header nav > div > a:hover,
#header nav > div > a:focus{
  background-color:#111;
  color:#40748c;
}
#header nav > div > a > i{
  font-style: normal;


}*/
@media (max-width: 1024px) {
  #header > .container{
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  #header > .container{
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}
#header .inner {
  overflow: hidden;

}
#header .inner h1 {
  float: left;
  font-family: 'Dancing Script', cursive;
  font-size: 20px;
  font-size: 2rem;
}
#header .inner ul {
  float: left;
  font-family: 'Droid Sans', sans-serif;
  font-size: 8px;
  font-size: 0.8rem;
  margin: 20px 0 10px 20px;
}
#header .inner ul li {
  float: left;
  margin-right: 20px;
}
#header .inner ul li a {
  color: #ffffff;
  text-decoration: none;
}

#change {
  /*background: #111;*/
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 9999;
    padding: 10px 0px;
    background-color: #4E9ABE;
  /*padding: 8px 20px 10px 20px;*/
}
@media (max-width: 1024px) {
  #change > .container{
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  #change > .container{
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}
#change h1 {
  font-family: 'Dancing Script', cursive;
  font-size: 20px;
  font-size: 2rem;
  float: left;
  font-weight: bold;
  color: #1c262f;
}
#change .masthead{
  /*background: #111;*/
  padding: 0px 0px;
}
/*#change ul {
  float: left;
  font-family: 'Droid Sans', sans-serif;
  font-size: 8px;
  font-size: 0.8rem;
  margin: 20px 0 10px 20px;
}
#change ul li {
  float: left;
  margin-right: 20px;
}
#change ul li a {
  color: #1c262f;
  text-decoration: none;
}*/

@media (max-width: 767px) {
  #header{
    display: none;
  }
  #change{
    display: none !important;
  }
}
.changeMenu02{
  background:#111;
  width:100%;
}






/*----------
nav-justified
----------*/
.nav-justified {
  /*background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;*/
}
/*.nav-justified > li > a{
  margin-right: 10px;
}
.nav-justified > li:last-child{
  margin-right: 0px;
}*/
.nav-justified > li{
  /*margin: 0 10px;*/
  padding: 0 0.5%;

}
.nav-justified span {
  padding:20px 5%;

}
.nav-justified > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  border:5px solid #fff;
  /*background-color: #e5e5e5; /* Old browsers */
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:         linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  /*background-repeat: repeat-x; /* Repeat the gradient */
  /*border-bottom: 1px solid #d5d5d5;*/
}
@media (max-width: 1024px) {
  .nav-justified > li > a {
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 920px) {
  .nav-justified > li > a {
    font-size: 0.7em;
    font-weight: 400;
    letter-spacing: 0.02em;
  }
  .nav-justified span {
    padding-top:30px;
  }
}
.nav-justified > li > a:hover,
.nav-justified > li > a:focus{
  background-color:#40748c;
  color:#fff;
}


.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  /*background-color: #ddd;*/
  color:#999;
  background-image: none;
  /*-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.15);*/
}

.nav-justified > .navEmphasis > a{
  background-color:#fff !important;
  color:#4e9abe !important;
}
.nav-justified > .navEmphasis > a:hover,
.nav-justified > .navEmphasis > a:focus{
  background-color:#40748c !important;
  color:#fff !important;
}

/*.nav-justified img{
  margin-left: 5px;
}*/

/*.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}*/

/*@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

@media screen and (min-width: 768px) {
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}*/



/*----------
SearchForm
----------*/

#searchform {
    position: relative;
    top: 1px;
    border: 5px solid #40748c;
    width: 100%;
    min-width: 200px;
    background-color: #40748c;
}
@media (max-width: 1126px){
  #searchform {
    top: 2px;
  }
}
#InputPart {
    width: 80%;
    /*max-width: 200px;
    min-width: 150px;*/
    height: 41px;
    background: #fff;
    padding: 4px;
    color: #333;
    font-size: 0.8em;
    border:0;
}
#ButtonPart {
    /*position: absolute;
    top: 0px;
    left: 200px;*/
    float:right;
    width: 20%;
    /*max-width: 50px;
    min-width: 20px;*/
    max-height: 41px;
    background-color: #40748c;
    border:0px;
}
#ButtonPart span{
  padding: 8px 0;
}


/*@media (max-width: 1120px){
  #ButtonPart {
    left: -10%;
  }
}
*:first-child + html #ButtonPart {
    top: -3px;
}*/



/*----------
slid
----------*/
.swiper-container {
    width: 100%;
    height: 600px;
    /*min-height: 600px;*/
    overflow-y: hidden;
}
@media (max-width: 767px) {
  .swiper-container {
    height: 300px;
  }
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: center center;
    background-size:cover;
}
.swiper-slide > a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-indent:-999px;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}



/*----------
carousel
----------*/
.carousel {
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.carousel > li {
  float: left;
  margin: 0 auto;
}
.carousel > button{
  z-index: 999;
}
.slick-slider {
  margin: 2% 0;
}




/*----------------------------*/
/*jasny-style

/*----------
spmenu
----------*/
#spmenu{
  display: none;
  padding: 5px 0;
}
@media (max-width: 767px) {
  #spmenu{
    display: inline-block;
    padding-top: 3px;
    width: -1%;
  }
}
@media (max-width: 1024px) {
  #spmenu > .container{
    padding: 0px;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }
}


/*----------
nav spIcon
----------*/
.spIcon{
  position: relative;
  float: right;
  height: 40px;
  margin-right: 0px;
  padding-top: 10px;
}
.spIcon > a > img:first-child{
  margin-right:20px;
}
@media (max-width: 767px) {
  .spIcon{
    /*position: relative;
    float: right;*/
    height: 38px;
    padding-top: 13px;
    margin-right: 8px;
  }
  .spIcon > a > img:first-child{
    margin-right:10px;
  }
}



/*----------
navmenu-nav
----------*/
.navmenu-nav li{
  border-bottom: 1px solid #fff;
}
.navmenu-nav > li > a{
  padding: 15px 0px 15px 10px;
  font-weight: 400;
}
.navmenu-nav > .Sitem{
  padding: 0px 0px 0px 5px;
  font-size: 0.9em;
}
.navmenu-nav > li > a > .glyphicon{
  margin-right: 10px;
}

.navmenu-default .navmenu-nav > li > a, .navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  color: #fff;
}
.navmenu-default .navmenu-nav > li > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-default .navmenu-nav > li > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navmenu-default, .navbar-default .navbar-offcanvas {
  background-color: #4E9ABE;
  border-color: #fff;
}

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



/*----------
ContentsWrapper
----------*/
.ContentsWrapper {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin: 0 auto;
  background-image: url(../img/reccomend-bk.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  line-height: 1.6em;
  color: #fff;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .ContentsWrapper {
    background-attachment: scroll;
    font-size: 0.8em;
  }
}
.ContentsWrapper .ContentsWrapperLeft{
  padding:2% 5%
}
.ContentsWrapper .ContentsWrapperLeft p{
  font-size:1.4em;
  font-weight:400;
  padding-top:2%;
}
.ContentsWrapper .ContentsWrapperRight img{
  width: 90%;
}






/*----------
specialColumnWrapper
----------*/
.specialColumnWrapper{
  height:100%;
  padding-bottom: 2%;
}
.specialColumnWrapper p{
  text-align: right;
  padding: 0.5% 5%;
  margin: 0;
}
.specialColumnWrapper .specialItemName{
  font-size: 0.8em;
  padding-top:0;
}
.specialColumnWrapper span{
  font-weight: 600;
  color:#942343;
}
@media (max-width: 767px) {
  .specialColumnWrapper .specialItemName{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}



/*----------
mouse over
----------*/
figure {
  position: relative;
  overflow: hidden;
  width: 100%;
}
figure img {
  position: relative;
}
figcaption {
  position: absolute;
  top:0;
  left:0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  color: #fff;
}
figcaption h3,
figcaption p {
  position: absolute;
  left: -100%;
  width: 90%;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: left;
}
figcaption h3 {
  top: 3%;
}

figcaption p {
  top: 20%;
  font-size: 0.75em;
}

@media (min-width: 1024px) {
  figure:hover figcaption {
      opacity: 1;
  }
  figure:hover figcaption h3,
  figure:hover figcaption p {
      left: 5%;
  }
  figure:hover figcaption h3 {
      -webkit-transition-delay: .2s;
      transition-delay: .2s;
  }
  figure:hover figcaption p {
      -webkit-transition-delay: .5s;
      transition-delay: .5s;
  }
}




.gridwraper{
  height: 100%;

  max-width: 1200px;
  margin: 0 auto;

}
.gridwraper > ul{
  width: 98%;
  max-width: 1200px;
  margin: 0 1% 0;
  padding: 0.4% 0;
  list-style: none;
  display: table;
  table-layout: fixed;

}
.gridwraper > ul > li{
  width: 100%;

  /*background-color: #ddd;*/
  /*margin: 0.5%;*/
  float:left;
  position: relative;
  display:table-cell;
}

.gridwraper a{
  display: block;
  text-decoration: none;
  color: #333;
}
.gridwraper a:hover{
  opacity:0.8;
}


.gridwraper > ul > li > a > span{
  width: 100%;
  padding: 0.5% 0;
  max-height: 60px;
  text-align: right;
  position: absolute;
  background: rgba(255,255,255,0.4);
  bottom: 0;
  right: 0;
  display: inline-block;
}
.gridwraper > ul > li > div > a > span{
  width: 100%;
  padding: 0.5% 0;
  text-align: right;
  position: absolute;
  background: rgba(255,255,255,0.2);
  bottom: 0;
  right: 0;
  display: inline-block;
  z-index: 99;
}
.gridwraper > ul > li > a > span > div{
  margin-right: 10px;
}
.gridwraper > ul > li > div > a > span > div{
  margin-right: 10px;
}
@media (max-width:768px){
  .gridwraper > ul > li > a > span > div{
    font-size: 0.5em;
  }
  .gridwraper > ul > li > div > a > span > div{
    font-size: 0.5em;
  }
}

.gridwraper > ul > li p{
  font-size: 1.2em;
  font-weight: bold;
  padding: 1% 0 1.5% 0;
  margin: 0;
  color: #F00;
}
@media (max-width:768px){
  .gridwraper > ul > li p{
    font-size: 0.8em;
  }
}
.gridwraper > ul > li > div {
  width: 100%;
  /*background-color: #ddd;*/
  /*margin: 0.5%;*/
  float:left;
  position: relative;
  display:table-cell;
}
/*---crear---*/
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;

}
.cf {
  *zoom: 1;
}


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


#wrapper {
  height: 100%;
  max-width: 1200px;
  min-height:800px;
  margin: 0 auto;


}

#columns {
  width: 98%;
  max-width: 1200px;
  height: 100%;
  margin: 0 1% 0;
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  -webkit-column-fill: auto;
  -moz-column-count: 3;
  -moz-column-gap: 10px;
  /*-moz-column-fill: auto;*/
  column-count: 3;
  column-gap: 15px;
  column-fill: auto;
}

.pin {
  display: inline-block;
  background: #FEFEFE;
  border: 2px solid #FAFAFA;
  box-shadow: 0 1px 2px rgba(25, 25, 25, 0.2);
  margin: 0 2px 15px;
  /*-webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;*/
  padding: 2%;
  padding-bottom: 5px;
  background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
  opacity: 1;

  /*-webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;*/
}

.pin img {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3%;
  margin-bottom: 5px;
}

.pin p {
  font-size: 0.8em;
  letter-spacing: 0.01em;
  text-align:right;
  color: #333;
  margin: 0;
  text-overflow: ellipsis;
}
@media (max-width:768px){
  .pin p {
    font-size: 0.5em;
    text-align: left;
  }
}

.pin .Price{
  font-size: 1.2em;
  font-weight: bold;
  padding: 2% 0;
  color: #F00;
}
@media (max-width:768px){
  .pin .Price{
      font-size: 0.9em;
      text-align: right;
  }
}
.pin a{
  text-decoration: none;
}
.pin a:hover{
  opacity:0.8;
}

@media (max-width: 767px) {
    #columns {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      /*-moz-column-fill:balance;*/
    }
}
@media (min-width: 768px) and (max-width: 1099px) {
  #columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    /*-moz-column-fill:balance;*/
  }
}

@media (min-width: 1100px) {
  #columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    /*-moz-column-fill:balance;*/
  }
}

#columns:hover .pin:not(:hover) {
  /*opacity: 0.4;*/
}


#img01 {
  background: url("01-02.jpg") no-repeat;
  background-size: 100%;
}






/*----------
footer
----------*/

.fooerWrapper{
	widows:100%;
	background-color:#fff;
}
footer p{
	font-size:1.2em;
	font-weight:600;
}

@media (max-width: 992px) {
  footer{
    font-size: 0.8em;
  }
  footer p{
    font-size:1.4em;
    font-weight:400;
    margin-top: 3%;
    margin-bottom: 1%;
  }
}


/*----------
copyright
----------*/
#copyright{
  text-align:center;
  width:100%;
  font-size: 0.8em;
  font-weight: 100em;
  margin-bottom: 20px;
}
