.film_roll_prev, .film_roll_next {
  position: absolute;
  top: 48%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 0;
  padding: 0;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: white;
  text-align: center;
  background: #f10380 !important;
  border: 3px solid white;
  border-radius: 23px;
  opacity: 0.5;
}

.film_roll_prev:visited {
  color: #fff !important;
}
.film_roll_next:visited {
  color: #fff !important;
}

/* to-shop background */
.to-shop {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 19%, rgba(224,224,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(19%,rgba(255,255,255,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 19%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 19%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 19%,rgba(224,224,224,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 19%,rgba(224,224,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}

.button {
  background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 19%, rgba(224,224,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(19%,rgba(255,255,255,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 19%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 19%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 19%,rgba(224,224,224,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 19%,rgba(224,224,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}

.side-nav .button {
  background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 2%, rgba(255,255,255,1) 47%, rgba(244,244,244,1) 56%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(255,255,255,1)), color-stop(47%,rgba(255,255,255,1)), color-stop(56%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 2%,rgba(255,255,255,1) 47%,rgba(244,244,244,1) 56%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 2%,rgba(255,255,255,1) 47%,rgba(244,244,244,1) 56%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 2%,rgba(255,255,255,1) 47%,rgba(244,244,244,1) 56%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 2%,rgba(255,255,255,1) 47%,rgba(244,244,244,1) 56%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */

}

.submit-area input {
  background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 19%, rgba(224,224,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(19%,rgba(255,255,255,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 19%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 19%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 19%,rgba(224,224,224,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 19%,rgba(224,224,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}

.shop-info h2 {
  background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 19%, rgba(224,224,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(19%,rgba(255,255,255,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 19%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 19%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 19%,rgba(224,224,224,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 19%,rgba(224,224,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}


/* gradation line */
.line01 {
  height: 8px;
  background: rgb(255,241,0); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,241,0,1) 51%, rgba(241,3,128,1) 52%, rgba(241,3,128,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,rgba(255,241,0,1)), color-stop(52%,rgba(241,3,128,1)), color-stop(100%,rgba(241,3,128,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,241,0,1) 51%,rgba(241,3,128,1) 52%,rgba(241,3,128,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,241,0,1) 51%,rgba(241,3,128,1) 52%,rgba(241,3,128,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,241,0,1) 51%,rgba(241,3,128,1) 52%,rgba(241,3,128,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,241,0,1) 51%,rgba(241,3,128,1) 52%,rgba(241,3,128,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff100', endColorstr='#f10380',GradientType=0 ); /* IE6-9 */
}

.line02 {
  height: 8px;
  background: rgb(255,241,0); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,241,0,1) 51%, rgba(12,161,255,1) 51%, rgba(12,161,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,rgba(255,241,0,1)), color-stop(51%,rgba(12,161,255,1)), color-stop(100%,rgba(12,161,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,241,0,1) 51%,rgba(12,161,255,1) 51%,rgba(12,161,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,241,0,1) 51%,rgba(12,161,255,1) 51%,rgba(12,161,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,241,0,1) 51%,rgba(12,161,255,1) 51%,rgba(12,161,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,241,0,1) 51%,rgba(12,161,255,1) 51%,rgba(12,161,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff100', endColorstr='#0ca1ff',GradientType=0 ); /* IE6-9 */
}

.line03 {
  height: 8px;
  background: rgb(255,241,0); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,241,0,1) 51%, rgba(34,172,56,1) 51%, rgba(34,172,56,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,rgba(255,241,0,1)), color-stop(51%,rgba(34,172,56,1)), color-stop(100%,rgba(34,172,56,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,241,0,1) 51%,rgba(34,172,56,1) 51%,rgba(34,172,56,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,241,0,1) 51%,rgba(34,172,56,1) 51%,rgba(34,172,56,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,241,0,1) 51%,rgba(34,172,56,1) 51%,rgba(34,172,56,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,241,0,1) 51%,rgba(34,172,56,1) 51%,rgba(34,172,56,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff100', endColorstr='#22ac38',GradientType=0 ); /* IE6-9 */
}

.maruca-button {
  background: #6bd7e3; /* Old browsers */
background: -moz-linear-gradient(top,  #6bd7e3 0%, #3ccbdb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bd7e3), color-stop(100%,#3ccbdb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6bd7e3 0%,#3ccbdb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6bd7e3 0%,#3ccbdb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6bd7e3 0%,#3ccbdb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6bd7e3 0%,#3ccbdb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bd7e3', endColorstr='#3ccbdb',GradientType=0 ); /* IE6-9 */

}

/*Pagenation*/
.pagenation {
    margin: 1em 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    border: 1px solid #fcd3e9;
    background-color: #f10380;
    border-radius: 3px;
    color: #fff;
    cursor: not-allowed;
    padding: 5px 10px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
     border: 1px solid #fcd3e9;
    color: #f10380;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    border: 1px solid #fcd3e9;
    background-color: #f10380;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

html>/**/body .ggmap {
    display /*\**/: block\9;  
    max-width /*\**/: 729px\9;
    height /*\**/: 440px\9;
    padding-bottom /*\**/: 0\9;
    padding-top /*\**/: 0\9;
    background-color /*\**/: #ccc\9;
    border /*\**/:1px solid #fff\9;
} 

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
_height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* to page top */
#page-top{
    position:fixed;
    right:30px;
    bottom:42px;
    display: none;
}

#page-top a{
    color:#fff;
    padding:25px;
    text-decoration:none;
    display:block;
    cursor:pointer;
    text-align:center;
    background:#fcd3e9;
    line-height:100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
}

#page-top a:hover{
    background:#f10380;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}
