@charset "UTF-8";

/* =======================================
　リセット
======================================= */
@media screen and (max-width: 768px) {
.cc-m-hgrid-column{
padding: 0 !important;
}
}


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

/*------- 共通フォント -------*/
body,
p,
table,
td {
  margin: 0 !important;
  padding: 0 !important;
  color: #4D4D4D !important;
  font-size: 15px !important;
  font-family: 'Noto Serif JP', serif !important;
  line-height: 2 !important;
}

@media screen and (max-width: 768px) {
body,
p,
table,
td {
font-size: 14px !important;
}
}


/*------- ヘッダーエリアフォント -------*/
header a,
header a:link,
header a:visited {
  color: #671E18 !important;
}

header a:hover {
text-decoration: none !important;
color: rgba(103, 30, 24, 0.7) !important;
}

header nav#header-nav ul li a:hover{
color: rgba(103, 30, 24, 0.7);
}

/*--ナビ内 各ボタンのスタイル--*/

#header-nav #cc-nav-view-2255936089
,#header-nav #cc-nav-view-2481699989{ 
/*TOPボタン/基本情報リンク非表示*/
display: none;
}

#header-nav #cc-nav-view-2481698689 a{ /*アクセスボタン*/
padding-right: 20px;
border-right: 1px solid #671E18;
}


#header-nav #cc-nav-view-2410378489 a{ /*お知らせボタン*/
padding-left: 20px;
padding-right: 20px;
}

#header-nav #cc-nav-view-2256084089 a{ /*ご予約ボタン*/
border: 1px solid #671E18;
}
#header-nav #cc-nav-view-2256084089 a:hover{ 
border: 1px solid #671E18;
background-color: #671E18;
color: #fff !important;
}

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

#header-nav #cc-nav-view-2255936089{ /*TOPボタン*/
display: block;
}

#header-nav #cc-nav-view-2481698689 a{ /*アクセスボタン*/
padding-right: 0;
border-right: none;
}

#header-nav #cc-nav-view-2256084089 a{ /*ご予約ボタン*/
border: 1px solid #4d4d4d;
}

}


/*------- メインエリアフォント -------*/
main a,
main a:link,
main a:visited {
  color: #4D4D4D !important;
  text-decoration: underline !important;
}

main a:hover {
  text-decoration: none !important;
}




/*------- フッターエリアフォント -------*/


footer div#contentfooter a{
color: #4d4d4d !important;
text-decoration: none !important;
}

footer div#contentfooter a:hover {
  text-decoration: underline !important;
}


/* =======================================
　見出し
======================================= */

/*------- メインエリア見出し -------*/

/*メインエリア見出し共通*/
main h1,
main h2,
main h3,
main h4 {
  font-weight: 600;
font-family: 'Noto Serif JP', serif !important;
}


/*メインエリア大見出し（大）*/
main h1 {
  margin: 0;
  text-align: center;
  /*letter-spacing: 4px;*/
  font-size: 45px;
  color: #4D4D4D;
}


/*メインエリア中見出し（中）*/
main h2 {
  margin: 60px 0 40px;
padding: 0;
  color: #4D4D4D !important;
  text-align: center;
  font-size: 24px;
}


/*メインエリア小見出し（小）*/
main h3 {
  margin: 15px 0 20px;
  font-size: 18px;
  color: #4D4D4D;
  letter-spacing: .5px;
}

main h4{
margin: 0 0 20px;
font-size: 20px;
font-weight: 600;
}

main h5{
margin: 0 0 15px;
font-size: 15px;
font-weight: 600;
}

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

/*メインエリア見出し*/
main h1 {
  font-size: 28px;
}
main h2 {
  font-size: 18px;
}
main h4{
text-align: center;
}


}


/*------- フッターエリア見出し -------*/

/*フッターエリア見出し共通*/
footer h1,
footer h2,
footer h3 {
  color: #4D4D4D;
  text-align: center;
  margin: 0;
  padding: 0;
font-family: 'Noto Serif JP', serif !important;
}


/*フッターエリア大見出し*/
footer h1 {
  font-size: 30px;
}

/*フッターエリア中見出し*/
footer h2 {
  font-size: 24px;
margin-bottom: 48px;
}

/*フッターエリア小見出し*/
footer h3 {
  font-size: 18px;
}




/* =======================================
　ボタン
======================================= */

/*------- ボタン共通 -------*/
.j-calltoaction-link {
  text-align: inherit !important;
}

.button {
  display: block !important;
}


/*------- ボタン1 -------*/
a.j-calltoaction-link.j-calltoaction-link-style-1 {
display: block;
margin: 0 auto;
padding: 20px 0;
max-width: 520px;
  border: 1px solid #4d4d4d;
  border-radius: 0;
  background-color: #fff;
  color: #4D4D4D !important;
text-align: center !important;
  text-decoration: none !important;
font-size: 15px;
}

a.j-calltoaction-link.j-calltoaction-link-style-1:hover {
  background-color: #666;
border: 1px solid #666;
color: #fff !important;
  text-decoration: none !important;
}



/*------- ボタン2 -------*/
a.j-calltoaction-link.j-calltoaction-link-style-2 {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 420px;
  width: 100%;
  border: 2px solid #772A23;
border-radius: 0;
  background: #772A23;
  color: #FFF !important;
  text-align: center !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 15px;
  box-sizing: border-box;
}

a.j-calltoaction-link.j-calltoaction-link-style-2:hover {
background-color: #521d18;
border: 2px solid #521d18;
color: #afafaf !important;
}


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

a.j-calltoaction-link.j-calltoaction-link-style-2 {
  padding: 10px 0;
font-size: 14px;
}

}


/*------- ボタン3 -------*/
a.j-calltoaction-link.j-calltoaction-link-style-3 {
  display: block;
  color: #4D4D4D !important;
  font-weight: 700;
  font-size: 14px;
  background: transparent;
  border: none;
}




/* =======================================
　画像
======================================= */


/*------- 画像リンク -------*/
a img:hover {
  opacity: .85;
}




/* =======================================
　　水平線のコントロール
======================================= */

.hr {
    border-color: #666 !important;
    border-bottom-style: solid !important; /*罫線*/
}

/* =======================================
　　改行
======================================= */
.br-sp,
.br-sp-se{
display:none;
}
@media screen and (max-width: 340px) {
.br-sp-se{
display:block;
}
}
@media screen and (max-width: 768px) {
.br-sp{
display:block;
}
}


/* =======================================
　全体レイアウト
======================================= */

/*------- コンテナレイアウト -------*/
#container {
  background: #FFFFFF;
}

/*トップページのコンテナレイアウトのみ*/
.cc-indexpage #container {
  overflow: hidden;
}

/*------- 共通テキストレイアウト -------*/
.text-sp-left{
text-align: center;
}
@media screen and (max-width: 600px) {
.text-sp-left{
text-align: left;
}
}


/* =======================================
　ヘッダーエリアレイアウト
======================================= */

/*ヘッダーエリアレイアウト共通*/
header {
  background: #ffffff;
/*border-bottom: 1px solid #eeeeee;*/
}



/*------- グローバルヘッダーレイアウト -------*/

header .global-header-wrapper{
width: 100%;
position: fixed;
background-color: #fff;
z-index: 100;
border-bottom: 1px solid #f2f2f2;
}

/*グローバルヘッダーレイアウト共通*/
header #global-header {
  position: relative;
  z-index: 100;
  display: flex;
  margin: 0 auto;
  padding: 26px 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
max-width: 1080px;
}

@media screen and (max-width: 768px) {
header .global-header-wrapper {
margin-top: -58px;
}
.cc-basicinfo header .global-header-wrapper {
margin-top: 0;
}
}

@media screen and (max-width: 768px) {
  #global-header {
    padding: 0 !important;
    justify-content: flex-start;
  }
}


/*ロゴレイアウト*/
header #global-header-logo {
  margin: 0;
  max-width: 400px;
}

header #global-header-logo img {
  width: 100%;
}

header .socialbtn{
display: none;
}

@media screen and (max-width: 768px) {
#global-header-logo {
    padding: 15px 20px;
  }
header #global-header-logo img {
  width: 260px;
}

header .socialbtn{
display: block;
}

header .socialbtn a{
display: inline-block;
margin: 0 5px;
color: #4d4d4d !important;
font-size: 30px;
}
}

@media screen and (max-width: 340px) {
#global-header-logo {
padding: 15px;
}
header #global-header-logo img {
width: 220px;
}
}


/*------ メインビジュアルレイアウト ------*/

/*メインビジュアルレイアウト共通*/
header #main-visual {
/*min-height: 350px;*/
max-height: 600px;
height: 32vw;
background: #fff;
background-size: 160vw;
box-sizing: border-box;
  padding: 0;
  width: 100%;
}

/*メインビジュアルレイアウト（トップページのみ）*/
.cc-indexpage header #main-visual {
max-height: 900px;
background: url(https://u.jimcdn.com/cms/o/s626f61d2ee78ac96/userlayout/img/top-image-pc-2x.jpg?t=1759232968) no-repeat center top 100px;
background-size: 120vw;
height: 50vw;
}

/*メインビジュアルレイアウト（メニューページ）*/
.cc-menupage header #main-visual {
background: url(https://u.jimcdn.com/cms/o/s626f61d2ee78ac96/userlayout/img/menu-img01-2x.jpg?t=1616938151) no-repeat center top 100px;
background-size: contain;
}

/*メインビジュアルレイアウト（おもてなしページ）*/
.cc-omotenashipage header #main-visual {
background: url(https://u.jimcdn.com/cms/o/s626f61d2ee78ac96/userlayout/img/omotenashi-img01-2x.jpg?t=1616938182) no-repeat center top 100px;
background-size: contain;
}

/*メインビジュアルレイアウト（スマートフォン表示）*/
@media screen and (max-width: 769px) {
header #main-visual {
min-height: 260px;
background-size: cover  !important;
background-position:  center top !important;
background-repeat: no-repeat;
margin-top:58px;
}

.cc-indexpage header #main-visual {
background-image: url(https://u.jimcdn.com/cms/o/s626f61d2ee78ac96/userlayout/img/top-image-sp.jpg?t=1759232984) ;
min-height: 250px;
background-size: cover;
}
/*メインビジュアル（メニュー）*/
.cc-menupage header #main-visual {
background-image: url(https://u.jimcdn.com/cms/o/s626f61d2ee78ac96/userlayout/img/menu-img01-sp.jpg?t=1616938142);
}

/*メインビジュアル（おもてなし）*/
.cc-omotenashipage header #main-visual {
background-image: url(https://u.jimcdn.com/cms/o/s626f61d2ee78ac96/userlayout/img/omotenashi-img01-sp.jpg?t=1616938162);
}

}



/* =======================================
　コンテンツエリアレイアウト
======================================= */

/*------ コンテンツエリア全体レイアウト ------*/

/*コンテンツエリアレイアウト共通*/
#content {
  /*margin: -50px auto 0;*/
margin: 0 auto;
  position: relative;
  z-index: 10;
  display: flex;
  box-sizing: border-box;
  /*padding: 20px;*/
  max-width: 1080px;
  width: 100%;
  justify-content: space-between;
}


/*コンテンツエリアレイアウト（トップページのみ）*/
.cc-indexpage #content {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  #content {
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
  }
}



/*------ メインエリアレイアウト ------*/

/*メインエリアレイアウト共通（2カラム）*/
main {
  margin: 0;
  padding: 0;
max-width: 100%;
  width: 100%;
  /*max-width: 800px;
  width: 72%;*/
  background: #FFF;
  box-sizing: border-box;
  min-height: 500px;
margin: 0 auto;
}


/*メインエリアレイアウト（トップページのみ）*/
.cc-indexpage main {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  width: 100%;
  background: transparent;
}


/*メインエリアレイアウト（サブページの1カラム）*/
#subpage-single main { /*ページIDに置き換える*/
  margin: 0 auto;
  padding: 30px 40px 40px;
  max-width: 100%;
  width: 100%;
  background: #FFF;
}

@media screen and (max-width: 768px) {
  main {
    padding: 0 36px;
    max-width: 100%;
    width: 100%;
  }
}





/* =======================================
　フッターエリアレイアウト
======================================= */

/*------ フッターエリアレイアウト共通 ------*/
footer {
background-color: #ffffff;
}


/*------ フッターエリアレイアウト（ナビゲーション） ------*/
footer nav#footer-nav {
  padding: 10px 0 40px;
}

@media screen and (max-width: 768px) {
  footer nav#footer-nav {
    display: none;
  }
}



/*------ フッターエリアレイアウト（グローバルフッター） ------*/
footer #global-footer {
  padding: 0 40px 70px;
  min-height: 100px;
}

@media screen and (max-width: 768px) {
  footer #global-footer {
    padding: 0 28px 10px ;
  }
}



/*------ フッターエリアレイアウト（ボトムエリア） ------*/
footer #footer-bottom {
  padding: 25px 30px;
  background: #cccccc;
}

footer #footer-bottom .jimdo-free-footer-ad.jimdo-kddi-footer > p {
  margin-left: 188px !important;
  padding-left: 10px !important;
}

@media screen and (max-width: 480px) {
  footer #footer-bottom .jimdo-free-footer-ad.jimdo-kddi-footer > p {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  footer #footer-bottom .jimdo-free-footer-ad p {
    border: none !important;
  }
}


/*----SP用 ご予約ボタン----*/

@media screen and (min-width: 601px){
#bookingBtn{
display: none !important;
}
}

@media screen and (max-width: 600px){
#bookingBtn{
z-index: 100;
display: block;
position: fixed;
bottom:0;
left:0;
background-color: #4d4d4d;
text-align: center;
width: 100%;
padding: 12px 0 ;
}

#bookingBtn a{
display: block;
margin: 0 auto;
width: 165px;
height: 40px;
line-height: 40px;
border: 1px solid #fff;
color: #fff ;
text-decoration: none;
}
}

@media screen and (max-width: 600px) {
  footer #footer-bottom {
    margin-bottom: 66px !important;
  }
#bookingBtn.isActive {
  opacity: 1;
  transition: all 0.65s;
}
}


/*------ トップページコンテンツ（main） ------*/

.cc-indexpage #global-footer{
display: none;
}

.cc-indexpage #areaOmotenashi{
background-color: #333;
background: url(https://u.jimcdn.com/cms/o/s626f61d2ee78ac96/userlayout/img/top-img04-2x.jpg?t=1616938246) no-repeat 0 0;
margin: 0 -50% !important;
padding: 60px 0 !important;
background-size: contain;
}

.cc-indexpage #areaOmotenashi .j-text p{
color: #fff !important;
text-align: center;
font-size: 28px !important;
margin: 0 0 30px 0 !important;
}

@media screen and (min-width: 1600px) {
.cc-indexpage #areaOmotenashi{
background-size: cover;
}
}

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

.cc-indexpage #areaOmotenashi{

margin: 0 -20px !important;
padding: 30px !important;
background-size: cover;
}

.cc-indexpage #areaOmotenashi .cc-m-hgrid-column{
width: 100% !important;
margin: 0 auto;
}

.cc-indexpage #areaOmotenashi .j-text p{
font-size: 18px !important;
}
}

/*--地図(areaAccess)--*/

#areaAccess{
padding-top: 120px;
}
#areaAccess .j-googlemaps {
margin-top: -120px;
padding-top:120px;
}

#areaAccess .j-googlemaps .cc-map-wrapper {
height: 0 !important;
overflow: hidden;
padding-bottom: 40%;
position: relative;
}
#areaAccess .j-googlemaps .cc-map-wrapper iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

@media screen and (max-width: 600px){
#areaAccess .j-googlemaps .cc-map-wrapper {
padding-bottom: 80%;
}
}


/*--お知らせ(areaNews)--*/


.cc-indexpage .areaNews{
position: relative;
left: 50%;
margin-left: -50vw;
width: 100vw;
background-color: #EEEEEE;
}
.cc-indexpage .areaNews a{
text-decoration: none !important;
}
.cc-indexpage .areaNews a:hover{
text-decoration: underline !important;
}

.cc-indexpage .areaNews .j-hgrid{
margin:0 auto;
max-width: 1080px;
}
.cc-indexpage .news-list .j-hgrid{
padding: 60px 20px 0 !important;
}
.cc-indexpage .news-list .j-hgrid p{
border-bottom: 1px solid #cccccc;
padding-bottom: 0.75em !important;
}

.cc-indexpage .news-topic .j-hgrid{
padding: 30px 20px 60px !important;
}
.cc-indexpage .areaNews h3{
margin-top: 0;
}

.cc-indexpage .news-topic a.border {
display: block;
width: 100%;
}

.cc-indexpage .news-topic .border{
border: 1px solid #4d4d4d;
padding: 0.5em;
text-align: center;
}

@media screen and (max-width: 768px){
.cc-indexpage #areaNews .j-hgrid{
padding: 40px 20px !important;
}
}



/*----ソーシャルボタン----*/
.cc-indexpage .socialbtn ul{
list-style: none;
display: flex;
align-items: center;
max-width: 200px;
margin: 0 auto;
padding: 0;
justify-content: center;
}
.cc-indexpage .socialbtn ul a{
display: inline-block;
font-size: 32px;
padding: 0 5px;
}

/*----支払い方法ロゴ----*/
.pay-img{
margin-bottom: 36px;
height: 60px;
width: 100%;
background: url(https://u.jimcdn.com/cms/o/s626f61d2ee78ac96/userlayout/img/image-pay.png?t=1616938006) no-repeat center center;
background-size: contain;
}

@media screen and (max-width: 600px){
.pay-img{
height: 150px;
width: 100%;
background: url(https://u.jimcdn.com/cms/o/s626f61d2ee78ac96/userlayout/img/image-pay-sp.png?t=1616937995) no-repeat center center;
background-size: contain;
}
}

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

.cc-indexpage #areaNews .j-hgrid{
padding: 30px 20px !important;
}
.cc-indexpage #areaNews .j-hgrid table{
margin-bottom: 30px !important;
}
.cc-indexpage #areaNews .j-hgrid table th,
.cc-indexpage #areaNews .j-hgrid table td,
.cc-indexpage #areaNews .j-hgrid table tr:nth-of-type(n+2) th,
.cc-indexpage #areaNews .j-hgrid table tr:nth-of-type(n+2) td{
padding: 15px 0 !important;
vertical-align: top;
}
.cc-indexpage #areaNews .j-hgrid table td,
.cc-indexpage #areaNews .j-hgrid table tr:nth-of-type(n+2) td{
padding-left: 24px !important;
}


}


/*------ メニューページコンテンツ ------*/

.cc-menupage #areaMenu .cc-m-hgrid-column .n{
padding-right: 30px !important;
}

.cc-menupage #areaMenu .cc-m-hgrid-column.last .n{
padding-right: 0 !important;
padding-left: 30px !important;
}

.cc-menupage .cc-m-hgrid-column h3{
font-size: 20px !important;
padding-bottom: 0.5em ;
border-bottom: 1px solid #4D4D4D;
}

.cc-menupage .cc-m-hgrid-column .j-table{
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.cc-menupage .cc-m-hgrid-column table .td-py-10{
padding-bottom: 20px !important;
}
.cc-menupage .cc-m-hgrid-column table td{
vertical-align: top;
}

@media screen and (max-width: 600px){
.cc-menupage .cc-m-hgrid-column.last{
clear: both;
margin-top: 40px !important;
}
.cc-menupage #areaMenu .cc-m-hgrid-column .n{
padding-right: 0 !important;
}
.cc-menupage #areaMenu .cc-m-hgrid-column.last .n{
padding-right: 0 !important;
padding-left: 0 !important;
}

.cc-menupage table.sp-col .sp-col-inner{
width: 100% !important;
display: block;
margin-bottom: 20px !important;
}

}

/*------ 技とおもてなしコンテンツ ------*/

.cc-omotenashipage .about-inner{
margin-bottom: 60px;
}

.cc-omotenashipage .cc-m-hgrid-column .n{
padding: 0 !important;
}

.cc-omotenashipage .about-inner .j-hgrid{
display: flex;
max-width: 1080px;
margin: 0 auto;
align-items: center;
}

.cc-omotenashipage .about-inner .cc-m-hgrid-column .n{
padding-right: 30px !important;
}

.cc-omotenashipage .about-inner .cc-m-hgrid-column.last .n{
padding-right: 0 !important;
padding-left: 30px !important;
}

.cc-omotenashipage #btnOmotenashi{
display: none !important;
}

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

.cc-omotenashipage .about-inner{
margin-bottom: 0 !important;
}
.cc-omotenashipage .about-inner.menu,
.cc-omotenashipage .about-inner.staff{
margin-bottom: 60px !important;
}

.cc-omotenashipage .about-inner .j-hgrid{
flex-direction: column;
}
.cc-omotenashipage .about-inner.menu .j-hgrid,
.cc-omotenashipage .about-inner.staff .j-hgrid{
flex-direction: column-reverse;
}
.cc-omotenashipage .about-inner .cc-m-hgrid-column .n{
padding-right: 0 !important;
}
.cc-omotenashipage .about-inner .cc-m-hgrid-column.last .n{
padding-left: 0 !important;
}
.cc-omotenashipage .about-inner .j-imageSubtitle{
margin-bottom: 5px;
}

}


/*------ 基本情報 ------*/

.cc-basicinfo #main-visual,
.cc-basicinfo #global-footer{
display: none;
}
.cc-basicinfo main { 
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  background: #FFF;
}

.cc-basicinfo main h2{
margin-top: 180px;
}

@media screen and (max-width: 600px){
.cc-basicinfo main h2{
margin-top: 120px;
}
.cc-basicinfo main h4{
text-align: left;
font-size: 16px;
margin-bottom: 0;
}
}