@charset "UTF-8";

@media screen and (min-width: 1041px) {
.gHeader_sp{
	display: none;
}
.gHeader_pc{
	display:block;
}
}

/* 基本設定
=============================================== */

html {
  overflow-y:scroll;
  overflow-x: hidden;
}
html,body {

  font-size: 62.5%;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  color: #635245;
  -webkit-text-size-adjust: none;
  font-size: 14px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  min-width: 1100px;
}
img {
  vertical-align: bottom;
}
a {
  color: #635245;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav li {
  margin: 0;
  padding: 0;
}
::selection {
    background: #a5cd3c;
    color: #fff;
}


/* コンテンツ
=============================================== */

#container {

}
#contents {
  margin: 0px auto;
  width: 1000px;
}
#contents:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#main {
  float: left;
  margin: 0px;
  overflow: hidden;
  width: 700px;
  padding: 0px;
}
#sub {
  width: 240px;
  float: right;
}


/* 共通パーツ
=============================================== */


.btnL {
  display: inline-block;
  border-radius: 3px;
  padding: 15px 0px;
  text-decoration: none;
  color: #A5CD3C;
  text-align: center;
  margin: 0px;
  font-size: 12px;
  background: #fff;
  line-height: 1;
  border: solid 1px #e8e8e8;
  width:200px
}
.btnL:hover  {
  background: #e8e8e8;
  text-decoration: none;
}
.btn  {
  display: inline-block;
  border-radius: 3px;
  padding: 12px 15px;
  text-decoration: none;
  color: #FFFFFF!important;
  text-align: center;
  margin: 0px;
  font-size: 12px;
  background: #a5cd3c;
  line-height: 1;
  min-width:150px;
}
.btn:hover {
  background: #9CC532;
  color: #FFF;
  text-decoration: none;
}
.btn span {
  margin-left: 5px;
}


/* ヘッダー
=============================================== */

.fixed {
  position: fixed;
  top: 0px;　
  width: 100%;
        }

#gHeader {
  background: #000000;
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  line-height:1;
   z-index: 10000;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
  border-bottom: #000 1px solid;
}
#gHeader #gHeadeInner {
  height: 70px;
  width: 1000px;
  margin: 0px auto;
  position: relative;
}
#gHeader h1 {
  margin: 0px;
  padding: 0px;
}
#gHeader.fixed {
  position: fixed;
  left: 0;
  height: 70px;
}
#gHeader #gNav {
  position: absolute;
  right: 0px;
  top: 20px;
  font-size: 13px;
}
#gHeader #gNav li {
  text-align:left;
  float: left;
}
#gHeader #gNav li span {
  display:block;
  font-size:9px;
  margin-top:10px;
}
#gHeader #gNav li+li {
  margin-left: 13px;
}
#gHeader #gNav a.gNav_bg {
  display:block;
  color: #ffffff;
  text-decoration: none;
  padding: 0 15px;
}
#gHeader #gNav a span {
  color: #ffffff;
}
#gHeader #gNav a:hover {
  color: #D7B05E;
}
#gHeader #gNav label,
#gHeader #gNav #button {
  display:none;
}

#gHeader h1 img{
	max-width: 200px;
	height: auto;
	width: 100%;
	margin-top: 3%;
}

@media screen and (min-width: 1041px) {
#mainVisual{
	height: 465px;
}
.inst_snap{
	display: none;
}
}
@media screen and (max-width: 1040px) {
#mainVisual{
	height: 383px;
}
.inst_snap{
	display:block;
	background:#c69c6d !important;
}
.inst_snap a{
	padding:0px !important;
}
}

<!--アニメーション-->
.vegas-animation-kenburns {
    animation: kenburns ease-out;
}

@keyframes kenburns {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(0.3);
    }
}



/* フッター
=============================================== */
.bt_pagetop{
	background:#000000;
	height: 26px;
	width:100%;
	position:relative;
	text-align:center;
}

.bt_pagetop img{
	width: 110px;
}

.f_pagetop_img{
	position:absolute;
	bottom:-8px;
	text-align:center;
	width:100%;
}

footer{
	background:#F5F5F5;
}
.foot_logo{
	text-align:center;
	padding-top:3%;
	padding-bottom:4%;
	max-width:360px;
	margin:0 auto;
}

footer hr{
	color:#FFFFFF;
	border-top:1px #CCCCCC solid;
	background:#FFF;
	height:1px;
	}
.f_list_cp{
	color:#787672;
	padding-bottom: 2%;
	font-size: 16px;
}
.footer_list{
	color:#141414;
	font-size: 14px;
}
.footer_list li{
	border-bottom: 1px #787672 solid;
	padding-bottom: 1%;
	margin-top: 3%;
}
@media screen and (max-width: 749px) {
	.mto20{
		margin-top: 20px;
	}
}
@media screen and (min-width: 750px) {
	.mto39{
		margin-top: 39px;
	}
}
.copy{
	text-align:center;
	background:#000000;
	color:#FFFFFF;
	font-size: 12px;
	padding:0.5% 0;
	margin-top: 1%;
}

.ul_line{
	border-left: 1px #000000 solid;
	padding-left: 20px !important;
}

.ul_line li a{/*リンクされた文字*/
    color:#000000;
    font-style:normal;
    text-decoration:none;
}
.ul_line li a:link {/*未訪問のリンク*/
    color:#000000;
    font-style:normal;
    text-decoration:none;
}
.ul_line li a:visited {/*訪問後のリンク*/
    color:#000000;
    text-decoration:none;
}
.ul_line li a:hover {/*マウスをのせたとき*/
    color:#D7B05E;
    font-style:normal;
    text-decoration: none;
}
.ul_line li a:active {/*クリック中*/
    text-decoration:none;
}


/* 共通タイトル
=============================================== */
@media screen and (max-width: 749px) {
.main_img{
	padding-top: 60px;
}
}

@media screen and (min-width: 750px) {
	.main_img{
	padding-top: 0px;
}
}






/* Webフォント
=============================================== */


@font-face {
  font-family: "centurygothic";
  src: url("../font/centurygothic.woff") format('woff');
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?48891365');
  src: url('../font/fontello.eot?48891365#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?48891365') format('woff'),
       url('../font/fontello.ttf?48891365') format('truetype'),
       url('../font/fontello.svg?48891365#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    opacity: 0.7;
  color:#A5CD3C;
}
.icon-open-left:before { content: '\e800'; } /* '' */
.icon-open-right:before { content: '\e801'; } /* '' */
.icon-circled-left:before { content: '\e802'; } /* '' */
.icon-circled-right:before { content: '\e803'; } /* '' */


.footer_list li a{/*リンクされた文字*/
    color:#141414 !important;
    font-style:normal;
    text-decoration: none;
}
.footer_list li a:link {/*未訪問のリンク*/
    color:#141414 !important;
    font-style:normal;
    text-decoration:none;
}
.footer_list li a:visited {/*訪問後のリンク*/
    color:#141414 !important;
    text-decoration:none;
}
.footer_list li a:hover {/*マウスをのせたとき*/
    color:#141414 !important;
    font-style:normal;
    text-decoration:underline;
}
.footer_list li a:active {/*クリック中*/
    text-decoration:none;
}

.sp_wrap{
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}



.shop_box{
	width: 268px;
	float:left;
	margin-right: 15px;
	margin-bottom: 50px;
}
.shop_name{
	color:#6B3C30;
	font-size: 14px;
	font-weight:bold;
}
.tx_copy{
	border-top: 1px #6B3C30 dotted;
	border-bottom:1px #6B3C30 dotted;
	padding-bottom: 3px;
	padding-top: 3px;
	color:#F63B83;
	background:#FFFFBB;
	padding-left: 3px;
	margin-bottom: 5px;
}
.shop_time{
	color:#6B3C30;
	font-size: 14px;
	margin-bottom: 3px;
}
.tel{
	color:#F63B83;
	font-size: 16px;
	font-weight:bold;
}
.shop_info{
	color:#6B3C30;
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 7px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size:13px;
	text-align:center;
	border-top: 1px solid #6B3C30;
	border-bottom: 1px solid #6B3C30;
}

.shop_info a{
	text-decoration: none !important;
}




.shop_info a{/*リンクされた文字*/
    color:#6B3C30;
    font-style:normal;
    text-decoration:underline;
}
.shop_info a:link {/*未訪問のリンク*/
    color:#6B3C30;
    font-style:normal;
    text-decoration:underline;
}
.shop_info a:visited {/*訪問後のリンク*/
    color:#6B3C30;
    text-decoration:underline;
}
.shop_info a:hover {/*マウスをのせたとき*/
    color:#6B3C30;
    font-style:normal;
    text-decoration: none;
}
a:active {/*クリック中*/
    text-decoration:none;
}

.tel a{/*リンクされた文字*/
    color:#F63B83;
    font-style:normal;
    text-decoration:underline;
}
.tel a:link {/*未訪問のリンク*/
    color:#F63B83;
    font-style:normal;
    text-decoration:underline;
}
.tel a:visited {/*訪問後のリンク*/
    color:#F63B83;
    text-decoration:underline;
}
.tel a:hover {/*マウスをのせたとき*/
    color:#F63B83;
    font-style:normal;
    text-decoration: none;
}
.tel a:active {/*クリック中*/
    text-decoration:none;
}

#a01{
margin-top: 0px; /* 固定ナビの高さ分のネガティブマージン */
}
#a02{
margin-top: -50px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 50px; /* 打ち消し用のパディング */
}
#a03{
margin-top: -50px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 50px; /* 打ち消し用のパディング */
}
#a04{
margin-top: -50px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 50px; /* 打ち消し用のパディング */
}
#a05{
margin-top: -50px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 50px; /* 打ち消し用のパディング */
}
#a06{
margin-top: -50px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 50px; /* 打ち消し用のパディング */
}
#a07{
margin-top: -50px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 50px; /* 打ち消し用のパディング */
}
#a08{
margin-top: -50px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 50px; /* 打ち消し用のパディング */
}
#a09{
margin-top: -50px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 50px; /* 打ち消し用のパディング */
}
