html {
  margin: 0 auto;
  overflow: auto;
  background: #eee; /* Fills the page */
}
body {
  overflow: hidden;
  /*background: #F5F9D9 url(/images/common/bg03.gif) repeat fixed center center;*/
  padding-top: 52px;
}

#wrap { 
  margin: 0 auto;
  background : #FFF;
}
img {
  width: 100%;
}
.wrap {
  overflow: hidden;
}
.img-mailbin {
    max-width: 121px;
    height: auto;
}
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}
.main-vis {
    margin: 0 -30px;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
    left: 36%;
    bottom: 30%;
}
/* スマホ横画面用 */
@media screen and (max-width: 480px) {
  .container{padding:0}
  div[class^="col-"] {padding:0}
  .row {margin:0;}
}
/* スマホ縦画面用 */
@media screen and (max-width: 320px) {
  .container{padding:0}
  div[class^="col-"] {padding:0}
  .row {margin:0;}
}

/* ---------------------------------
margin
------------------------------------ */
.mrg_b10{
margin-bottom: 10px;
}
.mrg_b20{
margin-bottom: 20px;
}
.mrg_b4 {
    margin-bottom: 4rem;
}
.mrg_t-20{
margin-top: -20px;
}
.mrg_l10{
margin-left: 10px;
}
.mrg_tbr10{
margin: 10px 10px 10px 0;
}
.center {
text-align: center;
}
.wid-16 {
width: 16%;
}
.tit-01 {
margin-top: 4.8rem;
margin-bottom: 1rem;
line-height: 1.5;
}
/* ---------------------------------
border-style
------------------------------------ */
.line-all-bk {
  border-style: solid;
  border-width: thin;
  padding: 2px;
  margin: 2px;
}
.bg-bk {
  box-sizing: border-box;
  background-color: #333;
  color: #FFF;
  padding: 4px;
  line-height: .5em;
  font-size: .6em;
}
.no {
    color: #FFFFFF;
    box-sizing: border-box;
    line-height: 1.2em;
    background-color: #000033;
    padding: 0;
    font-size: 1.5em;
    padding-left: 4px;
    width: 66px;
}
.under_blue{
 border-bottom: 2px solid #5C89C6;
}
.under_green {
 border-bottom: 2px solid #4FAF39;
}
.under_brown{
 border-bottom: 1px solid #9C988B;
}
.under_gray{
 border-bottom: 1px solid #CCC;
}
.border_table table {
    border-collapse: collapse;
}
/* ---------------------------------
font
------------------------------------ */
.point {
 font-weight: bold;
 line-height: 1.4;
 font-size: 22px;
 margin: 4px 0 4px;
 position: relative;
 border-bottom: 2px solid #ccc;
}
/* ---------------------------------
background-color
------------------------------------ */
.bg_ef {
    background-color: #efefef;
}
.bg_beju {
    background-color: #E7C878;
}
.bg_white {
    background-color: #FFFFFF;
}

/* ---------------------------------
リスト
------------------------------------ */
.list-no{
list-style-type: decimal;
}
.list-inline > li {
   *display: inline;
   zoom: 1;
   vertical-align: top;
}
.dropdown-menu{
margin-top : 0;
}
/* ヘッダ
-------------- */
@media only screen and (min-width : 768px) {
    /* デスクトップ表示ではホバー操作でドロップダウンを表示 */
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
.logo {
	max-width: 222px;
	height: auto;
	margin-bottom: -6px;
	margin-top: -12px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #5C89C6;
}
.navbar-bg01 {
	background-color: #E8EEF7;
	padding: 0px;
	margin-top: 2px;
   -moz-border-radius: 10px;    /* 古いFirefox */
   -webkit-border-radius: 10px; /* 古いSafari,Chrome */
   border-radius: 10px;         /* CSS3 */

}
.navbar-border {

	border-bottom: solid medium #82A926;
}
.navbar-default {
    background-color: #FFF;
}
/* about
-------------- */
.about{
	margin: -15px;
	margin-top: -24px;
}

/* special
-------------- */
#special{
    margin-bottom: 20px;
}
/* ---------------------------------
スライダー
------------------------------------ */
.flexslider-2 .flex-viewport .slides > li, .flex-control-nav, .flex-direction-nav {
    padding-right: 10px;
}
.flexslider a:hover img{
opacity: 1;
filter: alpha( opacity=100 );
}
.flexslider .slides img{
    max-width: 500px;
    margin: auto;
}

/* ---------------------------------
スライド文字
------------------------------------ */
.mask-box {
    max-width: 500px;
    margin: auto;
	overflow: hidden;
	position: relative;
}
.mask-box .caption {
	font-size: 160%;
	font-weight: 600;
	line-height: 1.2 !important;
	text-align: center;
	color: #fff;
}
.mask-box .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color: rgba(0,0,0,0.8);
	-webkit-transition:	all 0.9s ease;
	transition: all 0.9s ease;
}
.mask-box:hover .mask {
	opacity: 1;	/* マスクを表示する */
	padding-top: 150px;	/* ホバーで下にずらす */
}

/* ---------------------------------
ルーペ
------------------------------------ */
.drift-bounding-box {
  background-color: rgba(0, 0, 0, 0.4);
}

.examples {
  margin: 0 auto;
  max-width: 1000px;
}

/* ---------------------------------
パンくず
------------------------------------ */
.breadcrumb > li + li:before {
  content: ">";
}
.breadcrumb{
  background-color: #FFF;
  margin-top: 20px;
  height: 20px;
}
/* ---------------------------------
見出しhタグ
------------------------------------ */
h1 {
  margin: 0;
}
h2, h3 {
  font-family: font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
/*
h2:first-child {
  margin-top: 0;
}*/
.panel-title h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.tit {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
.top_mar10 {
  margin-top: 10px;
  margin-bottom: 0;
}
#home h2 ,#pam h2 {
  position: relative;
  /*margin: 0 -1.4em 1.5em -1.4em;*/
  padding: 0.5em;
  color: #333;
  font-size: 1.8em;
  font-family: a-otf-ryumin-pr6n,Yu Mincho,YuMincho,serif;
}


#home .top_mar0 {
  margin-top: 0px;
}
#home h2 em{
  color:#5C89C6;
  font-style: normal;
}
h4 {
font-family: a-otf-ryumin-pr6n,Yu Mincho,YuMincho,serif;
font-weight: bold;
color:#3E4575;
}
/* ---------------------------------
ボタンbtn
------------------------------------ */
.btn-group-lg > .btn, .btn-lg, .btn-md, .btn-xxl {
  margin-bottom: 10px;
  margin-right: 6px;
}
.btn-xxl {
  padding: 10px 42px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-green {
  background: rgb(145, 215, 101);
  color: #333;
  border: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; /* !important tags aren't necessarily always bad */
  margin-top:10px;
}
.btn-green:hover, .btn-green:focus {
  background: rgb(147, 230, 140);
}
.btn-green:active {
  background: rgb(148, 230, 170);
}
/* shop
-------------- */
#shop {
  margin-bottom: 40px;
}

/* shop-list
-------------- */
.shop-list caption {
  background: #FFF;
}
.shop-list {
  /*background: #FFF8E5;*/
  margin: 0 auto;
}
.shop-example .btn {
    /*margin-top: 5px;*/
    margin-bottom: 6px;
}
/* map
-------------- */
.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%;
}

/* プロフィール
-------------- */
.character {
margin: -15px;
margin-top: -30px;
background : #EBF2AE url(/images/common/bg02.gif) repeat;
padding-bottom: 10px;
display: block;
padding-bottom: 30px;
}

.modal-body .img-bg {
max-width: 1200px;
}
.character .col-md-6 {
 padding: 0 30px;
}
.usagi img {
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -ms-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
    transition:0.2s ease-in-out;
}

.usagi img:hover {
    -webkit-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -ms-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2);
    transform:scale(1.2,1.2);
}

/* 改定版プロフィール
-------------- */
#character {
margin: -15px;
margin-top: -30px;
background : #EBF2AE url(/images/common/bg-pf.png) repeat;
padding-bottom: 10px;
display: block;
padding-bottom: 30px;
}
.row-center{
  text-align:center;
  letter-spacing:-0.4em;
}
.row-center > [class*='col-'] {
  display:inline-block;
  letter-spacing:0;
  vertical-align:top;
  float:none !important;
}
.row-center.va-middle > [class*='col-'] {
  vertical-align:middle;
}
.row-center.va-bottom > [class*='col-'] {
  vertical-align:bottom;
}
.profile {
  text-align: left;
  margin: 30px;
}
#character img {
  margin: 10px auto;
  max-width: 300px;
}

/* ページトップ
-------------- */
#page-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    font-size: 90%;
    opacity:0.7;
    display: none;
}
#page-top a {
    background-color:rgba(94,138,0,0.9);
    text-decoration: none;
    color: #fff;
    width: 44px;
    padding: 14px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: rgba(94,138,0,0.5);
}
#bn-story img {
    max-width: 800px;
}
#bn-story {
    background-color: #FFF;
}
/* News
-------------- */
#bn-news img {
    margin: 10px auto 40px;
    max-width: 800px;
}
.panel-danger > .panel-heading {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d9534f;
}
.panel-danger {
    border-color: #d9534f;
}

/* フッター
-------------- */
#footer{
  font-size: 13px;
  line-height: 1.6em;
  display: block;
  margin: 0 auto;
  text-align: center;
}
#support h3 {
  /*margin-top: 40px;*/
  padding-bottom: 3px;
  border-bottom: 2px solid #5C89C6;
  font-size: 1.2em;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',Verdana,Arial,Helvetica,sans-serif;
}
#support .arrow {
  background: url("/images/common/support_img_01.gif") no-repeat left 3px;
  padding-left: 8px;
  padding-right: 7px;
  line-height: 1em;
  float: right;
}
.link {
  text-align: center;
}
.Copyright {
  text-align: center;
  padding: 10px;
  background-color: #5E8A00;
  color: #FFF;
}
#footer { 
  background-color: #5E8A00;
}
.footer-nav {  
  width: 100%;
  color: #FFF;
  padding-top: 2px;
}
.footer-nav a {  
  color: #FFF;
}
.footer-nav div {  
  width: 80%;
  margin: 0 auto; 
}
/* Sticky footer styles
------------------------ */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 30px;/* .footerのheightと合わせる */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  background-color: #EBF2AE;
  left: 0;
}

/* Custom page CSS
Not required for template or sticky footer method.
-------------------------------------------------- */
.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
  margin-bottom: 430px;
}
.container .text-muted {
  margin: 20px 0;
}
/* */
◆CSS
/* .viewer
------------------------- */
.viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
}
 
/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}
/* */
/*==================================================
Bootstrap 3 ガター幅を調整
==================================================*/
.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}
/*==================================================
Bootstrap 3 メディア・クエリ
==================================================*/
/* カスタム, iPhone Retinaディスプレイ */ 
@media only screen and (max-width : 479px) {
.logo {
	max-width: 180px;
	margin-top: -6px;
}
.shop-list {
  width: 100%;
}
#page-top a {
    display: none;
}
.sc-pc {
    display: none;
}
}


/* XSサイズ : Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
body {
  padding-top: 52px;
}
.shop-list {
  width: 100%;
}
.sc-smp {
    display: none;
}
}

 
/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.navbar-nav{
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float:none;
}
.shop-list {
  width: 90%;
}
}
 
/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
#wrap { 
	max-width: 1000px;
	background : #FFF;
}
.shop-list {
  width: 90%;
}
}
 
/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
#wrap { 
	max-width: 1200px;
	background : #FFF;
}
}