?/* ---------------------------------
 reset CSS
--------------------------------- */
button {
  -webkit-appearance: none;
}

html,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%;
  background:transparent;
}

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:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

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;
}

input,select {
  vertical-align:middle;
}

li {
  list-style-type: none;
}
  
/* --------------------------------------
  共通項目
--------------------------------------- */

/*-- clear --*/

br.clear {
  font-size: 0;
  line-height: 0;
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

/*-- color --*/

.color_01 {
  color: #fff;
}

/*-- link --*/

a:link {
  color: #fff;
  text-decoration: none;
}
  
a:visited {
  color: #fff;
  text-decoration: none;
}
    
a:hover {
  color: #c8ae95;
  text-decoration: none;
}
  
a:active {
  color: #c8ae95;
  text-decoration: none;
  outline: none;
}

.script-font {
  font-family: 'Special Elite', cursive;'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;      
  font-weight: normal ;
}

.main_area {
  padding: 40px 30px;
  position: relative;
  background: #54300f;
}

.border_1 {
  border: 1px solid #a9825b;
}

.border_bottom {
  border-bottom: 1px dotted #a9825b;
}

.shadow {
  box-shadow:rgba(20, 8, 2, 0.498039) 0px 3px 10px 3px;
  -webkit-box-shadow:rgba(20, 8, 2, 0.498039) 0px 3px 10px 3px;
  -moz-box-shadow:rgba(20, 8, 2, 0.498039) 0px 3px 10px 3px;
}

.title_area {
  font-size: 20px;  
  margin-bottom: 30px;
  padding: 15px 20px;
  background: #211006;
  position: relative;
  z-index: 2;
}

.title_area_2 {
  font-size: 18px;  
  margin-bottom: 30px;
  padding: 0;
  position: relative;
  z-index: 2;
}

.title_shape {
  position: absolute;
  bottom: -6px;
  right: 20px;
  z-index: 100;  
}


input:focus {
  outline: 2px #6a543c solid;
}

textarea:focus {
  outline: 2px #6a543c solid;
}

/* --------------------------------------
  メイン要素
--------------------------------------- */

html { 
}

body {
  font-family: 'Special Elite', cursive;'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
  font: 14px ;
  font-weight: normal !important;
  line-height: 25px;
  letter-spacing: 1px;
  margin: 0; 
  background: #3b1c0b;
}

#container {
  width: 100%;   
  background: #3b1c0b ;
} 

#wrapper {
  width: 960px;
  margin: 0 auto 0;
  background: ;
} 

#contents {
  width: 960px;
  padding: 0 0 40px;
}

body#top #wrapper {
  width: 100%;
}  

body#top #contents {
  padding: 0;
  width: 100%;
  background: none;
}

#main {
  float: none;
  width: 100%;
}

#main_inner {
  margin: 0;
} 

.main_wrap {
  width: 720px;  
  margin: 0 auto 40px;
}

.main_wrap_2 {
  width: 960px;  
  margin: 0 auto 40px;
}

/* --- Main float none area--- */  
body#3rd #main {
  width: 960px;
  float: none;  
}      

/* --------------------------------------
  ヘッダー
  --------------------------------------- */

#header {
  width: 100%;
  margin-bottom: 0;
  background: #211006;
}

body#top #header {
  border-bottom: none;  
}

#header_inner {
  width: 960px;
  margin: 0 auto;
  padding-top: 15px;
}  

.header_line_1 {
  border-bottom: 1px solid #7e6741;
}

.header_line_2 {
  border-bottom: 1px solid #9e8356;
}

.header_line_3 {
  border-bottom: 1px solid #a9936c;
}

.header_line_4 {
  border-bottom: 4px solid #886d46;
}

.header_line_5 {
  border-bottom: 1px solid #b4a07e;
}

.site_title {
  padding: 0;
  text-align: center;
  background-repeat: repeat;
  margin: 20px 0 50px 0;
}  
  
h1.site_logo {
  font-family: 'Rock Salt', cursive;'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;      
  font-weight: normal;
  font-size: 50px;  
  margin-bottom: 10px;  
}

.site_description {
  font-size: 15px;    
  display: none;
} 

/* --------------------------------------
  ナビゲーション
--------------------------------------- */
  
.gnav {
  display: block;
  text-align: center;
  line-height: 22px;
  margin-bottom: 20px;
  font-family: 'Rock Salt', cursive;'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;      
  font-weight: normal;
  font-size: 20px;
  padding: 0 0;
}

.gnav li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding-right: 12px;
  margin-bottom: 10px;
}

.gnav li:last-child {
  padding-right: 0;  
}

.tel_area {
  display: block !important;
  padding-right: 0; 
  margin-bottom: 0; 
}

.shop_tel {
  display: block;
  margin: 0 0 0 6px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  float: right;   
}

.shop_name {
  display: none; 
  float: right;     
}

.gnav a {
  text-decoration: none;
}

.gnav li.navi_last {
  padding-right: 0;
}


/* --------------------------------------
  ページタイトル
-------------------------------------- */

#main h2.page_title {
  font-family: 'Special Elite', cursive;'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;      
  font-weight: normal;  
  font-size: 40px;
  text-align: center;
  padding: 60px 0 60px;
}  

/* --------------------------------------
  フッターコピーライト
--------------------------------------- */

#footer_copyright {
  width: 100%;
  border-top: 2px solid #877960;
  background: #211006;
} 

#footer_copyright_inner {
  width: 960px;
  margin: 0 auto;
  padding: 15px 0;
} 

.copyright {
  font-size: 12px;
  text-align: center;
  color: #fff;
}

/* --------------------------------------
  pagetop customize
--------------------------------------- */ 

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* --------------------------------------
  top
--------------------------------------- */ 
 
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
} 
  
.rslides li {
  width: 100%;
} 

.rslides li img {
  margin-bottom: 50px;
  border-bottom: 4px solid #b4a07e;
  width: 100%;
} 

.callbacks1_on {
  display: inline-block !important;
  position: relative !important;
}

.callbacks1_on:after {
  position: absolute !important;
  display: block !important;
  content: "";
  top: -8px !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.caption {
  display: block;
  z-index: 2;  
  color: #ffffff;
  left: 0;
  bottom: 12px;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  background: rgba(0,0,0,0.6);
}
  
.caption_txt {
  display: block;
  line-height: 35px;
  padding: 0 15px; 
}   

.welcome_info_area { 
  width: 960px;
  margin: 0 auto 60px;
}

.welcome_area { 
  margin-bottom: 50px;
  text-align: center;    
}

.welcome_area_text {
  width: 480px;
  margin: 30px 30px 0 0;
  float: left; 
  font-size: 16px;
}
  
.welcome_area_title {
  font-size: 50px;
  margin-bottom: 45px;   
}

.welcome_area_photo {
  float: right;
}

.welcome_area_photo img {
   width: 440px;
   height: auto; 
   border: 5px;
}

.welcome_area_message {
  margin-left: 20px;
  line-height: 35px;
}
  
.top_info_area {
  width: 800px;
  padding: 60px 80px 40px;
  position: relative;  
  background: #54300f;
}

.info_area_title {
  font-size: 50px;
  margin-bottom: 40px;  
  text-align: center;
  position: relative;
}
  
.top_info_message {
  list-style-type: none;
}  

.top_info_message li {
  font-size: 16px;
  margin: 0;
  padding: 7px 0;
}  
  
.top_info_message li a {
  margin: 0 0 10px 30px;
}
   
.top_info_date {
  margin-right: 10px;
}   

/* --------------------------------------
  news
--------------------------------------- */

.info {
  padding: 8px 0 40px 0;
  margin: 0 0 0 0;
}

.info:last-child  {
  border-bottom: none;
  margin: 0;  
}  
  
.info_photo {
  padding: 0 1px;
} 
  
.info_photo img {
  max-width: 660px;
  height: auto;
  margin-bottom: 20px;
} 

.info_date {
  font-size: 12px;
  line-height: px;
  padding: 0;  
}
  
.info_title { 
}

.info_body {
  padding: 0 1px 0 1px;
  word-wrap:break-word;
}

/* --------------------------------------
  menu
--------------------------------------- */

.menu_title {
  float: left;
  font-weight: ;
  line-height: 24px;
  margin: 0 0 15px 0;
  font-size: 16px;
}

.menu_price {
  float:right;
  font-weight: ;
  line-height: 24px;
  margin: 0 0 15px 0;
  font-size: 16px;
}

.menu_price_num {
  font-size: 20px;
}

.menu_list {
  font-family: 'Special Elite', cursive;'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;      
  font-weight: normal;  
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.menu {
  margin: 0 0 15px 0;
}  

.menu_body {
  clear: both;
  line-height: 20px;
  width: 100%;
  margin: 0;
}
     
.menu_body img {
  margin: 0 0 20px 0;
  padding: 0 1px;
  max-width: 660px;
  height: auto;
}   

/* --------------------------------------
  access
--------------------------------------- */

.map {
  width: 960px;
  height: 400px;
  margin: 0 0 40px  ;
  padding: 0;
}

.detail {
  margin: 0 0 10px 0 ;
}

.table_detail {
  float: right;
  width: 100%;
  margin-bottom: 40px;
  border-top: 1px solid #6a543c;
  box-shadow:rgba(20, 8, 2, 0.498039) 0px 3px 10px 3px;
  -webkit-box-shadow:rgba(20, 8, 2, 0.498039) 0px 3px 10px 3px;
  -moz-box-shadow:rgba(20, 8, 2, 0.498039) 0px 3px 10px 3px;  
}
     
.table_detail th {
  width: 150px;
  text-align: center;
  white-space: nowrap;
  padding: 20px 20px;
  border-bottom: 1px solid #6a543c;
  border-left: 1px solid #6a543c;
  background: #54300f ;   
}
      
.table_detail td {
  width: 350px;
  padding: 20px 20px;
  border-bottom: 1px solid #6a543c;
  border-left: 1px solid #6a543c;
  border-right: 1px solid #6a543c;  
  background: #54300f ;
}

/* --------------------------------------
  coupon
--------------------------------------- */

.coupon {
  padding: 30px 30px;
  width: 960px;  
  margin: 0 auto 40px;
  background: #54300f;
}

.coupon_photo {
  float: left;
}

.coupon_photo img {
  margin: 0 40px 30px 0;
  max-width: 500px;
}

.coupon_title {
  margin-bottom: 20px;
  font-size: 18px;
}
  
.coupon_body {
  float: left;
} 

.coupon_body ul {
  margin-bottom: 20px;  
}
  
.coupon_body ul li {
  list-style-type: none;
}

.coupon_print {
  margin: 0 auto 40px;  
  font-weight: bold;
}   

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

※ 幅980px以下のデバイスには、下記のスタイルが継承されます。

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

@media screen and (max-width: 980px) {

/* --------------------------------------
  共通項目
--------------------------------------- */

.main_wrap {
  width: 70%;  
  margin-right: 0 auto; 
}

.main_wrap_2 {
  width: 70%;  
  margin-right: 0 auto; 
}
  
.main_area {
  padding: 50px 5%;  
}

.title_area {
  font-size: 18px;  
  padding: 15px 20px;
  background: #201007 ;
  position: relative;
}

/* --------------------------------------
  メイン要素
--------------------------------------- */

html {
  height: auto;   
}

body {   
  font-size: 13px;
  margin: 0;
  min-width: inherit;
}

img {  
  max-width: 100%;
}

#container {
  width: 100%;
} 

#wrapper  {
  width: 100%;
}

#wrapper_inner {
  margin: 0;
}  
  
#contents {
  width: 100%;
}

#contents_inner {
  margin: 0 20px;
}  

#main {
  margin: 0;
  width: 100%; 
}
  
#main_inner {
  margin: 0 20px;
}

body#top #main_inner {
  margin: 0;
}  

/* --- Main float none area--- */  
body#3rd div#main {
  width: 100%;
} 

/* --------------------------------------
  ヘッダー
  --------------------------------------- */

#header {
  height: auto;
}

#header_inner {
  padding-top: 20px;
  width: 94%;
}

.shop_title {
  margin: 0 0 20px 0;
  height: auto;
  float: right;
}

.shop_tel {
  margin: 0 10px 0 0;
  float: right;
  height: auto;
}

.site_title {
  padding: 0;
  text-align: center;
  background-repeat: repeat;
  float: none;  
}  

.tel_area {
  display: none;
}
  
h1.site_logo {
  margin-bottom: 10px;  
}

.site_description_smartphone {
  font-size: 12px;
  display: none;
} 

/* --------------------------------------
  ページタイトル
--------------------------------------- */

#main h2.page_title {

}  

/* ---  サイドナビがないページ用 ---*/
body#3rd  #main h2.page_title {
  width: 960px;  
  text-align: center;    
}  

/* ---  サイドナビがないページ用 ---*/
body#3rd  #main h2.page_title {
  width: 100%;  
}  

/* --------------------------------------
  ナビゲーション
--------------------------------------- */

.gnav {  
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 20px 0;
}

.gnav li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding-right: 12px;
}

.gnav li.navi_last {
  padding-right: 0;
}

/* --------------------------------------
  フッターコピーライト
--------------------------------------- */

#footer_copyright {
  height: auto;
  width: 100%;
} 

#footer_copyright_inner {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
} 

.copyright {
  margin: 0 20px;
}

/* --------------------------------------
  top
--------------------------------------- */

.welcome_info_area { 
  width: 100%;
  margin: 0 auto 40px; 
}

.welcome_area {
  width: 94%;  
  font-size: 14px;  
  margin: 0 3% 40px; 
} 

.welcome_area_text {
  width: 45%;
  float: left; 
}

.welcome_area_title { 
  text-align: center;   
}

.welcome_area_photo {
  width: 48%;
  height: auto;
}

.welcome_area_message {
  line-height: 25px;
  margin-bottom: 20px;
}
  
.top_info_area {
  width: 94%;
  padding: 40px 0 40px;  
  margin: 0 3%;     
}

.info_area_title {
  margin-bottom: 30px;  
  text-align: center; 
}
  
.top_inf_message {
  list-style-type: none;
}  

.top_info_message li {
  font-size: 15px;
  margin: 0;
  padding: 7px 60px;
}  

/* --------------------------------------
  news
--------------------------------------- */

.info {
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;  
}  
   
.info_title {
  width: 100%;
}

.info_photo img {
  max-width: 100%;
}
  
.info_body {
}
     
.info_body img {
  margin-bottom: 10px;
}
 

/* --------------------------------------
  menu
--------------------------------------- */

.menu_list {
  margin: 0 0 30px 0;
  padding: 0;
}  
  
.menu {
  padding: 0;
}

.menu_body {
  clear: none;
  width: 100%;
}
     
.menu_body img {
  margin: 0 0 20px 0;
  padding:0;
  max-width: 100%; 
}
   

/* --------------------------------------
  access
--------------------------------------- */

.map {
  width: 100%;
  margin: 0 0 25px 0;
  padding: 0;
}

.table_detail th {
  width:30%;
  font-size: 12px;
}
      
.table_detail td {
  width: 70%;
  font-size: 12px;
}     

/* --------------------------------------
  coupon
--------------------------------------- */

.coupon {
  width: 100%;  
}

.coupon_photo img {
  width: 100%;
}

.coupon_title {
  margin-bottom: 10px;
  font-size: 18px;
}

.coupon_body ul {
  margin-bottom: 10px;  
}
  
.coupon_body ul li {
  list-style-type: none;
}

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

Smart Phone
※ 幅600px以下のデバイスには、下記のスタイルが継承されます。

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

@media screen and (max-width: 600px) {

/* --------------------------------------
  共通項目
--------------------------------------- */

.main_wrap {
  width: 100%;  
}

.main_wrap_2 {
  width: 100%;  
}
  
.main_area {
}

.title_area {
}

#wrapper_inner {
  margin: 0 3%;
} 

body#top #wrapper_inner {
  margin: 0;     
} 

#main {
  float: none;
  width: 100%;
}
  
#main_inner {
  width: 100%;
  margin: 0;
}

/* --------------------------------------
  ヘッダー
  --------------------------------------- */

#header {
  height: auto;
}

#header_inner {
  padding-top: 20px;
  width: 94%;
}

.shop_title {
  margin: 0 0 20px 0;
  height: auto;
  float: right;
}

.tel_area {
  margin-bottom: 30px;
}

.shop_tel {
  margin: 0 10px 0 0;
  float: right;
  height: auto;
}

.shop_name_smartphone {
  display: none;
}

h1.site_logo {
  margin: 0 auto;
}

h1.site_logo img {
}

.site_title {
  padding: 0;
  text-align: center;
  background-repeat: repeat;
}  

.header_wrap_smartphone {
  padding: 10px 0 10px;
  margin-bottom: 20px;
  background: #e2e2e2;
}

/* --------------------------------------
  ページタイトル
--------------------------------------- */

#main h2.page_title {
  text-align: center;
}

/* --------------------------------------
  フッターコピーライト
--------------------------------------- */

#footer_copyright {
  width: 100%;
} 

#footer_copyright_inner {
  margin: 0;
  width: 100%;
} 

.copyright {
  font-size: 11px;
  margin: 0 20px 5px 20px;
}
    
/* --------------------------------------
  top
--------------------------------------- */

.rslides li {
  width: 100%;
} 

.rslides {
} 

.caption_txt {
  line-height: 25px;
  padding: 0 10px; 
}   

.welcome_info_area { 
  width: 100%;
  margin: 40px auto 40px; 
}

.welcome_area {
  width: 94%;  
  margin: 0 3%; 
  padding: 0 0 40px; 
} 

.welcome_area_title {
  font-size: 40px;  
} 

.welcome_area_text {
  width: 100%;
  float: none; 
  font-size: 15px;
}

.welcome_area_photo {
  width: 80%;
  margin: 0 auto;
  float: none;
}

.welcome_area_message {
  line-height: 25px;
}

.info_area_title {
  font-size: 40px;
  margin-bottom: 30px;  
  text-align: center; 
}
  
.top_info_message {
  list-style-type: none;
}  

.top_info_message li {
  font-size: 15px;
  margin: 0;
  padding: 7px 30px;
}  

.top_info_message li a {
  margin: 0 0 10px 0;
}

.top_info_date {
  display: block;
  margin-right: 10px;
}   

/* --------------------------------------
  news
--------------------------------------- */

.info_title a {
  padding: 0 0;
}
  
/* --------------------------------------
  menu
--------------------------------------- */
  
.menu_list {
  margin: 0 0 30px 0;
}  

.menu_title {
  font-size: 15px;
  margin-bottom: 10px;
}
  
.menu {
  padding: 0;
}

.menu_body {
  clear: none;
  width: 100%;
}
     
.menu_body img {
  margin: 0 0 10px 0;
  padding:0;
  float: none;
}
   
/* --------------------------------------
  access
--------------------------------------- */

.map {
  width: 100%;
  margin: 0 0 25px 0;
  padding: 0;
}

.table_detail th {
  width:30%;
  font-size: 12px;
}
      
.table_detail td {
  width: 70%;
  font-size: 12px;
}     

/* --------------------------------------
  coupon
--------------------------------------- */

.coupon_photo {
  width: 100%;
  float: none;
}

.coupon_photo img {
  text-align: center;
}

.coupon_body {
  float: none;
  width: 100%;
} 

.coupon_body ul {
  font-weight: bold;
  margin-bottom: 20px;  
}
  
.coupon_body ul li {
  list-style-type: none;
}

