@charset "utf-8";


/* Reset
------------------------------------------------------------ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:bottom;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse: separate;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/* Common
------------------------------------------------------------ */

html {
	font-size: 100%;
    overflow-y: scroll;
    margin: 0;
    width: 100%;
}

body {
	background: #f1ece6 url("../images/common/bg_body.gif") repeat 0 0;
	color: #362e2b;
	font-family: "Hiragino kaku Gothic Pro","ヒラギノ角ゴ Pro W3",'メイリオ',Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    width: 100%;
}

a {
    color: #362e2b;
    outline: medium none;
    overflow: hidden;
    text-decoration: none;
}

a:visited {
    outline: medium none;
}

a:focus {
    outline: medium none;
    overflow: hidden;
}

a:active, a:hover {
    outline: medium none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1em;
    margin: 0;
}

h1 {
}

h2 {

}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: none repeat scroll 0 0 #FFFF00;
    color: #000000;
}

p {
    line-height: 1.7em;
    margin: 0 0 27px;
    max-height: 100%;
}

code, kbd, pre, samp {
    -moz-hyphens: none;
    font-family: monospace,serif;
    font-size: 14px;
}

pre {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #666666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote, q {
    -moz-hyphens: none;
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite, blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em, blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong, blockquote b {
    font-weight: 400;
}

small {
    font-size: 10px;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 0 30px;
}

dt {
    font-weight: bold;
    margin: 0 0 5px;
}

dd {
    margin: 0 0 5px;
}

menu, ol, ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

img {
    border: 0 none;
    vertical-align: middle;
}

input[type="button"],input[type="text"],input[type="submit"] {
   border-radius: 6px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   -webkit-appearance: none;
}

.alignleft {
    float: left;
}
.alignright {
    float: right;
}

.clear {
	clear: both;
}

/* Micro Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.inner {
  margin: 0 auto;
  position: relative;
}

span[class*="icono-"] {
  color: #759d2b;
}


/* Header
------------------------------------------------------------ */

/* Header */
header {
  background: url("../images/common/header_bg.gif") repeat-x 50% 0;
  border-bottom: 2px solid #ded9d4;
}
#header {
  height: 140px;
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
#header h1 {
  font-size: 12px;
  font-weight: normal;
  padding: 32px 0 0;
  margin: 0;
}
#header .header_tel {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
}
#header .header_tel img {
  display: block;
  float: left;
  width: 200px;
}
#header .logo img {
  position: absolute;
  top: 58px;
  left: 0;
}

/* Navigation */
nav {
}
#main_nav {
  position: absolute;
  right: 0;
  top: 57px;
  width: 707px;
}
#main_nav ul {
  margin: 0;
}
#main_nav ul li {
  float: left;
  position: relative;
  margin: 0;
}
#main_nav ul li.gnav1 {
  width: 122px;
}
#main_nav ul li.gnav2 {
  width: 186px;
}
#main_nav ul li.gnav3 {
  width: 123px;
}
#main_nav ul li.gnav4 {
  width: 138px;
}
#main_nav ul li.gnav5 {
  width: 138px;
}


/* Layout
------------------------------------------------------------ */

/* Main Area */
#wrapper {
  background: url("../images/common/bg_img.jpg") no-repeat fixed 50% 0;
  clear: both;
  overflow: hidden;
  padding: 38px 0 80px;
  width: 100%;
}

#container {
  margin: 0 auto;
  width: 1000px;
}

#main {
  background: #fff;
  padding: 36px;
}

/* Contents */
#contents {
}



/* Side Area
------------------------------------------------------------ */


/* Contents Area
------------------------------------------------------------ */

/* Title */
#contents h1 {
}

#contents h2 {
}
#contents h3 {
}

#contents h4 {
}

#contents h5 {
}

/* Common */
#contents a:hover img {
  opacity: 0.8;
}

#contents article {
  padding: 30px 0;
  margin: 0 auto;
  width: 705px;
}

/* Top */
#main_visual {
  margin:  0 auto 35px;
}
#top_banner {
  position: relative;
}
#top_banner a img {
  margin-bottom: 14px;
}
#top_banner .banner_area1 {
  float: left;
  margin-right: 14px;
  width: 258px;
}
#top_banner .banner_area2 {
  float: left;
  width: 333px;
}
#top_banner .banner_area3 {
  float: right;
  width: 308px;
}
#top_banner .top_btn {
  margin-bottom: 14px;
}
#top_banner .top_btn a img {
  margin-bottom: 3px;
}
#top_banner .top_information {
  position: absolute;
  right: 0;
  top: 440px;
  width: 308px;
}
#top_banner .top_information dl {
  padding: 10px 0;
  height: 120px;
  overflow-y: auto;
}
#top_banner .top_information dl dd {
  margin-bottom: 2px;
  padding: 0 10px;
}


.jspContainer
{
  overflow: hidden;
  position: relative;
}

.jspPane
{
  position: absolute;
}

.jspVerticalBar
{
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: red;
}

.jspHorizontalBar
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspCap
{
  display: none;
}

.jspHorizontalBar .jspCap
{
  float: left;
}

.jspTrack
{
  background: #cccccc;
  position: relative;
}

.jspDrag
{
  background: #447f2a;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
  float: left;
  height: 100%;
}

.jspArrow
{
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled
{
  cursor: default;
  background: #cccccc;
}

.jspVerticalBar .jspArrow
{
  height: 16px;
}

.jspHorizontalBar .jspArrow
{
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
  outline: none;
}

.jspCorner
{
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
  margin: 0 -3px 0 0;
}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  overflow: hidden;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
      -ms-transform: translatez(0);
      -o-transform: translatez(0);
      transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 13px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/common/bx_loader.gif") center center no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #759d2b;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: -25px;
  background: url("http://www.hokkaido-loco.com/images/common/icon_prev.png") no-repeat 0 0;
}

.bx-wrapper .bx-next {
  right: -25px;
  background: url("http://www.hokkaido-loco.com/images/common/icon_next.png") no-repeat 0 0;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  opacity: 0.6;
  -webkit-transition: 0.2s ease-in-out;  
     -moz-transition: 0.2s ease-in-out;  
       -o-transition: 0.2s ease-in-out;  
          transition: 0.2s ease-in-out;  
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  outline: 0;
  width: 18px;
  height: 27px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("http://www.hokkaido-loco.com/css/images/common/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("http://www.hokkaido-loco.com/css/images/common/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}


/* Shop */
#shop h1 {
  background: url("../images/common/tit_bg.gif") repeat-x 0 50%;
  margin: 0 0 40px;
}
#shop h1 img {
  background: #fff;
  padding-right: 18px;
}
#shop #shop_map {
  margin: 0 0 100px;
}
#shop .shop_box {
  height: 280px;
  margin-bottom: 45px;
}
#shop .shop_box:last-child {
  margin-bottom: 0;
}
#shop .shop_box .num {
  float: left;
  height: 280px;
  text-align: center;
  width: 40px;
}
#shop .shop_box .num img {
  padding-top: 17px;
}
#shop .shop_box .shop_box_content {
  float: right;
  position: relative;
  padding: 15px 0;
  width: 665px;
}
#shop .shop_box .shop_box_content table {
  margin: 0 0 8px 20px;
  width: 205px;
}
#shop .shop_box .shop_box_content table td.shop_logo {
  height: 72px;
  text-align: center;
  vertical-align: middle;
}
#shop .shop_box .shop_box_content table td.shop_txt {
  padding: 8px 0;
  text-align: left;
}
#shop .shop_box .shop_box_content p {
  padding: 0;
  line-height: 1.3em;
  margin-bottom: 0;
  margin: 0 0 0 20px;
  width: 205px;
}
#shop .shop_box .shop_box_content .shop_img {
  position: absolute;
}


#shop1 {
  background: #efefef;
}
#shop1 .num {
  background: #231815;
}
#shop1 .shop_box_content table td.shop_txt {
  border-bottom: 1px dashed #ce4656;
  border-top: 1px dashed #ce4656;
}
#shop1 .shop_box_content .shop_img {
  top: 6px;
  right: 28px;
}

#shop2 {
  background: #f8efdd;
}
#shop2 .num {
  background: #d2981c;
}
#shop2 .shop_box_content table td.shop_txt {
  border-bottom: 1px dashed #dcae4c;
  border-top: 1px dashed #dcae4c;
}
#shop2 .shop_box_content .shop_img {
  top: 0;
  right: 0;
}

#shop3 {
  background: #e7efde;
}
#shop3 .num {
  background: #5e9222;
}
#shop3 .shop_box_content table td.shop_txt {
  border-bottom: 1px dashed #5e9222;
  border-top: 1px dashed #5e9222;
}
#shop3 .shop_box_content .shop_img {
  top: 30px;
  right: 28px;
}

#shop4 {
  background: #faeeec;
}
#shop4 .num {
  background: #ce5842;
}
#shop4 .shop_box_content table td.shop_txt {
  border-bottom: 1px dashed #ce5842;
  border-top: 1px dashed #ce5842;
}
#shop4 .shop_box_content .shop_img {
  top: 30px;
  right: 28px;
}

#shop5 {
  background: #eef7fa;
}
#shop5 .num {
  background: #70b7d9;
}
#shop5 .shop_box_content table td.shop_txt {
  border-bottom: 1px dashed #70b7d9;
  border-top: 1px dashed #70b7d9;
}
#shop5 .shop_box_content .shop_img {
  top: 23px;
  right: 20px;
}

#shop6 {
  background: #f5f5f5;
}
#shop6 .num {
  background: #30629c;
}
#shop6 .shop_box_content table td.shop_txt {
  border-bottom: 1px dashed #30629c;
  border-top: 1px dashed #30629c;
}
#shop6 .shop_box_content .shop_img {
  top: 13px;
  right: 27px;
}

#shop7 {
  background: #fdfaef;
}
#shop7 .num {
  background: #eece62;
}
#shop7 .shop_box_content table td.shop_txt {
  border-bottom: 1px dashed #eece62;
  border-top: 1px dashed #eece62;
}
#shop7 .shop_box_content .shop_img {
  top: 30px;
  right: 28px;
}

#shop8 {
  background: #faedef;
}
#shop8 .num {
  background: #e08697;
}
#shop8 .shop_box_content table td.shop_txt {
  border-bottom: 1px dashed #e08697;
  border-top: 1px dashed #e08697;
}
#shop8 .shop_box_content .shop_img {
  top: 30px;
  right: 28px;
}

#shop9 {
  background: #fcf4eb;
}
#shop9 .num {
  background: #dc933b;
}
#shop9 .shop_box_content table td.shop_txt {
  border-bottom: 1px dashed #dc933b;
  border-top: 1px dashed #dc933b;
}
#shop9 .shop_box_content .shop_img {
  top: 0px;
  right: 0px;
}

#shop10 {
  background: #f1e3ea;
}
#shop10 .num {
  background: #a44771;
}
#shop10 .shop_box_content table td.shop_txt {
  border-bottom: 1px dashed #a44771;
  border-top: 1px dashed #a44771;
}
#shop10 .shop_box_content .shop_img {
  top: 30px;
  right: 28px;
}

#shop11 {
  background: #efedde;
}
#shop11 .num {
  background: #928421;
}
#shop11 .shop_box_content table td.shop_txt {
  border-bottom: 1px dashed #928421;
  border-top: 1px dashed #928421;
}
#shop11 .shop_box_content .shop_img {
  top: 30px;
  right: 28px;
}

#shop12 {
  background: #f6f7e9;
}
#shop12 .num {
  background: #a0af26;
}
#shop12 .shop_box_content table td.shop_txt {
  border-bottom: 1px dashed #a0af26;
  border-top: 1px dashed #a0af26;
}
#shop12 .shop_box_content .shop_img {
  top: 30px;
  right: 28px;
}


/* About */
#about h1 {
  background: #856026;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 6px 15px;
  margin-bottom: 20px;
}
#about table {
  border-top: 1px solid #c2b093;
  border-left: 1px solid #c2b093;
  width: 100%;
}
#about table th {
  border-right: 1px solid #c2b093;
  border-bottom: 1px solid #c2b093;
  color: #8f6c37;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  padding: 15px;
  width: 30%;
  vertical-align: middle;
}
#about table td {
  border-right: 1px solid #c2b093;
  border-bottom: 1px solid #c2b093;
  color: #8f6c37;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding: 15px 40px;
  vertical-align: middle;
}


/* Access */
#access h1 {
  background: #856026;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 6px 15px;
  margin-bottom: 20px;
}
#access #googlamap {
  border: 1px solid #856026;
  margin-bottom: 20px;
}
.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%;
}

#access .address {
  color: #856026;
  font-size: 18px;
  margin-bottom: 30px;
}
#access dl dt {
  border-bottom: 1px solid #856026;
  color: #5e9222;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 8px;
  padding: 6px 0 9px 37px;
}
#access dl dt.plane {
  background: url("../images/common/icon_plane.gif") no-repeat 0 0;
}
#access dl dt.bus {
  background: url("../images/common/icon_bus.gif") no-repeat 0 0;
}
#access dl dt.car {
  background: url("../images/common/icon_car.gif") no-repeat 0 0;
}
#access dl dd {
   color: #856026;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 30px;
}

/* Information */
#information h1 {
  background: #856026;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 6px 15px;
  margin-bottom: 20px;
}
#information article {
  border-bottom: 1px solid #eee;
  padding: 20px 0 50px;
  margin-bottom: 50px;
}
#information article .date {
  color: #888;
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
}
#information article h1 {
  color: #333;
  font-size: 22px;
  font-weight: normal;
  background: none;
  padding: 0;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
#information article h1:before {
  background: #333;
  content: "";
  height: 1px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
}

/* Footer Area
------------------------------------------------------------ */

/* Commen */
footer {
  background: #faf8f5 url("../images/common/footer_bg.gif") repeat-x 50% 100%;
  border-top: 2px solid #362e2b;
}
#footer {
  clear: both;
  padding: 0 0 25px;
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
#footer a {
  color: #362e2b;
}

#footer p {
}

#footer .pagetop {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -22px;
}

#footer .alignleft {
  padding-top: 34px;
  width: 48%;
}
#footer .alignright {
  padding-top: 22px;
  text-align: right;
  width: 48%;
}

#footer dl {
  margin: 0;
}
#footer dl dt {
  font-size: 14px;
  line-height: 1.8em;
  margin: 0;
}
#footer dl dd {
  font-size: 12px;
  line-height: 1.8em;
  margin: 0;
}

#footer .copyright {
  color: #362e2b;
  font-style: normal;
  font-size: 12px;
}


/* pc */
@media screen and (min-width: 961px) {
   /* Common */
  /* Navigation */
  #right-menu,
  #sidr-right {
    display: none;
  }
}
 
/* tablet  */
@media only screen and (max-width: 960px) {
  /* Common */
  #header,
  #container,
  #footer {
    padding: 0;
    width: auto;
  }
  #wrapper {
    background-size: 150% auto; 
    padding: 3% 3% 50px;
    width: auto;
  }
  #main {
    padding: 2%;
  }
  img {
    height: auto;
    max-width: 100%;
  }

  /* Header */
  header {
    background: none;
  }
  #header {
    border-top: 3px solid #759d2b;
    height: 60px;
  }
  #header h1 {
    display: none;
  }
  #header .logo img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 150px;
  }
  #header .header_tel img {
    display: none;
  }

  /* Navigation */
  #main_nav {
    display: none;
  }

  #right-menu {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 10;
  }
  .sidr{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:none;overflow-y:auto;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#f8f8f8;color:#333;-webkit-box-shadow:inset 0 0 5px 5px #ebebeb;-moz-box-shadow:inset 0 0 5px 5px #ebebeb;box-shadow:inset 0 0 5px 5px #ebebeb}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{font-size:11px;font-weight:normal;padding:0 15px;margin:0 0 5px;color:#333;line-height:24px;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));background-image:-webkit-linear-gradient(#ffffff,#dfdfdf);background-image:-moz-linear-gradient(#ffffff,#dfdfdf);background-image:-o-linear-gradient(#ffffff,#dfdfdf);background-image:linear-gradient(#ffffff,#dfdfdf);-webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)}.sidr p{font-size:13px;margin:0 0 12px}.sidr p a{color:rgba(51,51,51,0.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #dfdfdf;border-bottom:1px solid #fff}.sidr ul li{display:block;margin:0;line-height:48px;border-top:1px solid #fff;border-bottom:1px solid #dfdfdf}.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{border-top:none;line-height:49px}.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #ebebeb;-moz-box-shadow:inset 0 0 15px 3px #ebebeb;box-shadow:inset 0 0 15px 3px #ebebeb}.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#333}.sidr ul li ul{border-bottom:none;margin:0}.sidr ul li ul li{line-height:40px;font-size:13px}.sidr ul li ul li:last-child{border-bottom:none}.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{border-top:none;line-height:41px}.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #ebebeb;-moz-box-shadow:inset 0 0 15px 3px #ebebeb;box-shadow:inset 0 0 15px 3px #ebebeb}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(51,51,51,0.8);padding-left:30px}.sidr form{margin:0 15px}.sidr label{font-size:13px}.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{width:100%;font-size:13px;padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:none;background:rgba(0,0,0,0.1);color:rgba(51,51,51,0.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#f8f8f8;background:#333}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(51,51,51,0.9)}


  /* Top */
  #main_visual {
    margin-bottom: 20px;
  }
  #top_banner {
    padding: 0 10px;
  }
  #top_banner a img {
    margin-bottom: 10px;
    width: 100%;
  }
  #top_banner .banner_area1 {
    float: left;
    margin-right: 2%;
    width: 22%;
  }
  #top_banner .banner_area2 {
    float: left;
    width: 37%;
  }
  #top_banner .banner_area3 {
    float: right;
    width: 37%;
  }
   #top_banner .banner_area3 .banner img {
    width: 48%;
  }
  #top_banner .top_btn {
    margin-bottom: 14px;
  }
  #top_banner .top_btn a img {
    margin-bottom: 3px;
  }
  #top_banner .top_information {
    clear: both;
    position: static;
    right: 0;
    top: 0;
    padding: 30px 0 0;
    text-align: center;
    width: 100%;
  }
  #top_banner .top_information .title {
    margin-bottom: 6px;
  }
  #top_banner .top_information dl {
    padding: 10px 10px;
    width: 100% !important;
  }
  #top_banner .top_information dl dd {
    margin-bottom: 0px;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
  }
  .jspContainer {
    width: 100% !important;
  }
  .jspPane {
    width: 100% !important;
  }

  
  /* Footer */
  #footer {
    padding: 3% 3% 20px;
  }
  #footer .alignleft {
    padding-top: 24px;
  }
  #footer .alignright {
    padding-top: 12px;
  } 

}

@media only screen and (max-width: 745px) {
  /* Common */
  #contents article {
    padding: 20px 10px;
    margin: 0 auto;
    width: auto;
  }
  /* Shop */
  #shop h1 {
    background: url("../images/common/tit_bg.gif") repeat-x 0 50%;
    margin: 0 0 40px;
  }
  #shop h1 img {
    background: #fff;
    padding-right: 18px;
  }
  #shop #shop_map {
    margin: 0 0 60px;
  }
  #shop .shop_box {
    height: auto;
    margin-bottom: 45px;
    position: relative;
  }
  #shop .shop_box .num {
    float: none;
    height: auto;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
  }
  #shop .shop_box .num img {
    padding: 10px 0;
  }
  #shop .shop_box .shop_box_content {
    float: none;
    position: relative;
    padding: 25px 0;
    width: auto;
  }
  #shop .shop_box .shop_box_content table {
    margin: 0 0 8px 30px;
    width: 34%;
  }
  #shop .shop_box .shop_box_content table td.shop_logo {
    height: 76px;
    text-align: center;
    vertical-align: middle;
  }
  #shop .shop_box .shop_box_content table td.shop_txt {
    padding: 8px 0;
    text-align: left;
  }
  #shop .shop_box .shop_box_content p {
    padding: 0;
    line-height: 1.3em;
    margin-bottom: 0;
    margin: 0 0 0 30px;
    width: 34%;
  }
  #shop .shop_box .shop_box_content .shop_img {
    position: absolute;
    width: 50%;
    right: 3%;
    top: 6%;
  }

}
 
/* smartPhone */
@media screen and (max-width: 640px) {
  /* Top */
  #top_banner .banner_area1 {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  #top_banner .banner_area1 .left {
    float: left;
    width: 48%;
  }
  #top_banner .banner_area1 .right {
    float: right;
    width: 48%;
  }
  #top_banner .banner_area2 {
    float: none;
    width: 100%;
  }
  #top_banner .banner_area3 {
    float: none;
    width: 100%;
  }

  /* Shop */
  #shop #shop_map {
    margin: 0 0 60px;
  }
  #shop .shop_box {
    height: auto;
    margin-bottom: 35px;
    position: relative;
  }
  #shop .shop_box .num {
    float: none;
    height: auto;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
  }
  #shop .shop_box .num img {
    padding: 10px 0;
  }
  #shop .shop_box .shop_box_content {
    float: none;
    position: relative;
    padding: 25px 30px;
    width: auto;
  }
  #shop .shop_box .shop_box_content table {
    margin: 0 auto 20px;
    width: 100%;
  }
  #shop .shop_box .shop_box_content table td.shop_logo {
    height: 76px;
    text-align: center;
    vertical-align: middle;
  }
  #shop .shop_box .shop_box_content table td.shop_txt {
    padding: 8px 0;
    text-align: center;
  }
  #shop .shop_box .shop_box_content p {
    padding: 0;
    line-height: 1.3em;
    margin: 0 auto 20px;
    width: 100%;
  }
  #shop .shop_box .shop_box_content .shop_img {
    position: static;
    width: auto;
    right: auto;
    top: auto;
    margin: 0 auto;
    width: 100%;
  }

  /* About */
  #about table th {
    padding: 10px;
    width: 30%;
  }
  #about table td {
    padding: 10px;
  }
  #access dl dt {
    border-bottom: 1px solid #856026;
    color: #5e9222;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 8px;
    padding: 6px 0 9px 37px;
  }
  #access dl dd {
     color: #856026;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 30px;
  }

  #footer .alignright,
  #footer .alignleft {
    float: none;
    text-align: center;
    width: auto;
  }
  #footer .logo img {
    width: 70%;
  }
}