body,
html {
  height: 100%;
  margin: 0 auto;
  letter-spacing: 1px;
  background: #f0e9de;
  /*background: url(../images/background_washi.png);*/
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.oshirase {
	margin: 0 auto;
	display: flex;
	text-align: left;
	font-size: 13px;
}
.oshirase dt{
	width: 16%;
	padding: 10px;
	background: #666;
	color: #fff;
}
.oshirase dd{
	padding: 10px 20px;
}

.lum-next-button,
.lum-previous-button {
    display: none;
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #9d645c;
  opacity: 0.6;
  border-radius: 50%;
  line-height: 1.2;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
 

/* ヘッダー */
.header_wrap {
  width: 100%;
  margin-bottom: 30px;
}

.header_wrap_b0 {
  border-bottom: 0;
}

header {
  width: 1000px;
  margin: 20px auto 0;
  position: relative;
}

/* ヘッダー上部のレイアウト */
.header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 24px;
}

header h1 {
  text-align: center;
  font-size: 18pt;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 0px;
  color: #672E40;
}

/* 右側コンテンツ（言語切替と配送バナー） */
.header-right {
  position: absolute;
  top: 10px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.lang-switcher {
  font-size: 13px;
  color: #6d2e46;
  padding: 3px 8px;
  /*border: 1px solid #6d2e46;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.8);*/
}

.lang-link {
  text-decoration: none;
  color: #6d2e46;
  transition: color 0.3s;
}

.lang-link.active {
  font-weight: bold;
}

.lang-link:hover {
  color: #9c546e;
}

/* 目立つ言語切替ボタンのスタイル */
.lang-switcher.lang-switcher-prominent {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 100;
  background-color: rgba(109, 46, 70, 0.9); /* ベースの背景色 */
  color: #fff;
  padding: 6px 10px;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* 言語リンクの基本スタイル */
.lang-switcher.lang-switcher-prominent .lang-link {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

/* アクティブな言語のスタイル - コントラストを強化 */
.lang-switcher.lang-switcher-prominent .lang-link.active {
  font-weight: bold;
  background-color: #ffffff; /* 完全に不透明な白背景 */
  color: #672E40; /* メインのワインレッド色を文字色に */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); /* わずかな影で浮き上がり感を演出 */
}

/* 非アクティブな言語のスタイル */
.lang-switcher.lang-switcher-prominent .lang-link:not(.active) {
  opacity: 0.9;
}

/* ホバー時のスタイル */
.lang-switcher.lang-switcher-prominent .lang-link:not(.active):hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* アクティブな言語のホバー時 */
.lang-switcher.lang-switcher-prominent .lang-link.active:hover {
  background-color: #f0f0f0; /* わずかに暗めの白 */
}

/* 区切り文字「/」のスタイル */
.lang-switcher.lang-switcher-prominent .separator {
  color: rgba(255, 255, 255, 0.7);
}

/* フォーカス状態 */
.lang-switcher.lang-switcher-prominent .lang-link:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .lang-switcher.lang-switcher-prominent {
    top: 10px;
    left: 10px;
    padding: 4px 8px;
    font-size: 12px;
  }
  
  /* ヘッダートップの位置調整 */
  .header-top {
    margin-top: 20px;
  }
}

/* 共通ページでの言語切替ボタンスタイル */
.lang-switcher.common-page .lang-link {
  opacity: 0.5; /* 半透明にする */
  cursor: default; /* カーソルを通常に戻す */
  pointer-events: none; /* クリックイベントを無効にする */
}

.lang-switcher.common-page {
  border-color: rgba(109, 46, 70, 0.5); /* 枠線も薄く */
}

.delivery-banner img{
	width: 100%;
}

/* 70周年記念バナー */
header .thaniv_bnr {
  position: absolute;
  top: 0px;
  left: 0;
  width: 130px;
  z-index: 10;
}

header .thaniv_bnr img {
  width: 100%;
}

/* メニューのスタイル（既存のスタイルを維持） */
.menu-container {
  /* 既存のスタイルを保持 */
}

/* レスポンシブ対応 */
@media (max-width: 1020px) {
  header {
    width: 95%;
  }
  
  .header-top {
    flex-direction: column;
  }
  
  .header-right {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 15px;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .header-right {
    flex-direction: column;
    gap: 10px;
  }
  
  .delivery-banner img {
    max-width: 120px;
  }
  
}


/*2列になるメニュー */
.menu-container {
  margin: 0 auto;
  width: 100%;
font-weight: bolder;
position: relative;
}

.menu-container .nikunohi{
	position: absolute;
	left: 0;
	top: -18px;
}
.menu-container .nikunohi img{
}
/* 肉の日hver */
.hover {
  position: relative;
  width: 100px;
  height:100px;
}
.hover .hover-img {
  margin: 0;
  padding: 0;
}
.hover-img img {
  width: 100%;
  height: 100%;
}
.hover .hover-text {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0,0,0,0.65);
  /*透明にして表示させない*/
  opacity: 0;
  /*ホバーの動き方*/
  transition: .3s ease-in-out;
}
.hover .hover-text .text1 {
  font-size: 14px;
  padding: 30px 0;
  text-align: center;
  line-height: 1.2;
  }
.hover .hover-text .text1 a{
	color: #fff;
	padding: 5px;
	border:1px solid #fff;
	display: inline-block;
	
}
/*ホバーエフェクト*/
.hover:hover .hover-text {
  /*不透明にして表示*/
  opacity: 1;
}


.menu-container .ani{
	position: absolute;
	bottom: 0;
	width: 240px;
}
.menu-container .ani img{
	width: 100%;
}

.menu-container .menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  width: 1000px;
}

.menu-container .menu .menu-item {
  flex: 1;
  display: flex;
  justify-content: center; /*左右中央揃え*/
  align-items:flex-end;    /*上下中央揃え*/
  border-right:1px solid #672E40;
}
.menu-container .menu .menu-item:last-child {
    border-right: none;
}
.menu-container .menu .menu-item .menu_in {
  font-weight: normal;
  font-size: 100%;
  color: #8d6270;
}

.menu-container .menu .menu-item a {
  background: none;
  border-right: none;
  color: #672E40;
  display: block;
  padding: 1.3em 0.4em;
  text-align: center;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  transition: all .3s;
  min-height: 67px;
}
.menu-container .menu .menu-item a.col{
	padding-top: 0.5em;
	padding-bottom: 0;
}

.menu-container .menu .menu-item a:hover {
    box-sizing: border-box;
  color: #ffffff;
  background:#672E40;
}

/* コンテンツ枠 */
#contents_index {
    width: 1000px;
    margin: 0 auto;
	padding:  30px 0;
    display: flex;
}
/* 左：大 */
#contents_index .main_contents{
    width: 740px;
    padding-right: 40px;
}

/* バナー */
.bnr_list {
   width: 100%;
    margin:  0 auto 30px;
}
.bnr_list li{
    margin-bottom: 15px;
    text-align: center;
}
.bnr_list li img {
    width: 100%;
}

/* 右：小 */
#contents_index .sub_contents{
    width: 200px;
}

/*　お知らせ */    
.news {
    width: 100%;
    margin: 0px auto 30px;
    flex: none;
    text-align: left;
    padding: 0;
}
.news h2{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-weight: bolder;
font-size: 16pt;
margin-top: 50px;
}

.news ul li{
    font-size: 14px;
    padding:  0 0 16px 0;
    border-bottom: 1px solid #ccc;
}
.news ul li:first-child{
    border-top: none;
}
.news ul li dt{
    background: #333;
    color: #fff;
    padding:  3px;
    text-align: center;
    margin-bottom: 8px;
}
.news ul li dd{
    line-height: 1.8;
    letter-spacing: 1px;
    font-size: 90%;
}


/* news 誘導 */
.news_link {
    margin: 40px auto;
    text-align: center;
    font-weight: bold;
}
.news_link a {
    color: #1959DB;
}
.news_link a:hover {
    color: #C94E23;
}
.yoyaku_wrap {
	background: #ffb400;
	padding: 10px;
	text-align: center;
	border-top:6px double #ffffff;
	border-bottom:6px double #ffffff;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 2.0;
}

.yoyaku_wrap a.tel{
	color: #000;
}
.yoyaku_wrap a.net{
	border: 2px solid #ff3600;
	color: #ff3600;
	padding:  0 8px;
	display: inline-block;
	letter-spacing: -1px;
}
.yoyaku_wrap a.net:hover{
	border: 2px solid #000;
	color: #000;
}
/* kiyaku */
.kiyaku_wrap {
	 border: #840613 3px solid;
	 padding: 16px;
}
.kiyaku_wrap strong{
	color: #840613;
}
.mb16 { margin-bottom: 16px;}
.mb8 {margin-bottom: 8px;}
.pl8 {padding-left: 1rem;}

/* news */
#news {
font-size: 15px;
width: 100%;
margin: 40px auto;
}
#news h2{
font-weight: bold;
    background:#BC3C0F;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    padding: 10px;
    font-size: 150%;
    text-align: center;
}
.news_wrap {
    width: 720px;
    margin:  40px auto;
}
.news_wrap p{
    margin-bottom: 2em;
    }

.newyear_wrap {
	text-align: center;
	margin:  15px auto 30px;
}

/* TOP */
#kodawari {
width: 1000px;
margin: 40px auto;
}

.en_white {
	margin-bottom: 80px;
}

.banner_center {
	width:  700px;
	margin:  40px auto;
}

#kodawari h2{
font-weight: bold;
    background:#662e40;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
    color: #fff;
    padding: 20px 0;
    font-size: 22px;
    text-align: center;
	line-height: 1.1;
}
#kodawari h2.entitle{
	font-size: 26px;
	padding: 30px 0;
}

#kodawari h2 span.small{
	font-size: 16px;
}
#kodawari h2.mt50{
    margin-top: 50px;
}
.kodawari_wrap {
    width: 810px/*980px*/;
    margin:  0 auto;
	padding: 15px 0;
}
.kodawari_wrap_mb50 {
    margin-bottom: 100px;
}
.kodawari_wrap li.wid100 {
    width: 100%;
    text-align: center;
    padding:  5% 10px;
}
.kodawari_wrap li.wid100 img {
    width: 40%;
}
.kodawari_wrap li {
    width: 45%;
    padding: 2% 0% 0;
    font-size: 14px;
	float: left;
}
.kodawari_wrap li:last-child {
	float: right;
}
.kodawari_wrap li dl dt{
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    margin-bottom: 12px;
	line-height: 1.3;
}
.kodawari_wrap li dl dt.en_height{
	min-height: 45px;
}
.kodawari_wrap li dl dt.en_heightpt{
	min-height: 23px;
	padding-top: 22px;
}
.kodawari_wrap li dl dt .sub-text {
	font-size: 15px;
	font-weight: bold;
	color:#333;
	margin-top: 6px;
	display: block;
}
.kodawari_wrap li dl dt span.line {
    background: linear-gradient(transparent 70%, #FF946E 70%);
}
.kodawari_wrap li dl dd {
    margin-bottom: 12px; 
    line-height: 1.8;
}
.kodawari_wrap li dl dd.text {
    padding:  3px;
    letter-spacing: 0px;
    font-size: 94%;
	line-height: 1.5;
}
.kodawari_wrap li dl dd.text_en {
    padding:  3px;
    letter-spacing: 1px;
    font-size: 94%;
	color: #111;
	line-height: 1.5;
}
.kodawari_wrap li dl dd .sub-text {
	font-size: 14px;
	font-family: serif;
	font-weight: normal;
	color:#333;
	display: block;
	padding:  6px 0 0 5px;
	line-height: 1.3;
}

.link_wrap li dl dd.open {
    padding:  0px;
    letter-spacing: 0px;
    font-size: 94%;
}
p.big_red{
    font-size: 26px;
	font-weight: bold;
	color: red;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
}
p.big_red .small{
	font-size: 80%;
}
.kodawari_wrap li dl dd img{
    width: 100%;
    border-radius: 10px;
}

.kodawari_wrap li dl dd a img{
    transition: all 0.5s;
}
.kodawari_wrap li dl dd a:hover img{
    opacity: 0.8;
    transition: all 0.5s;
}

.link_wrap {
    width: 720px;
    margin:  0 auto;
}
.link_wrap li {
    width: 40%;
    padding: 5% 5% 0;
    float: left;
    font-size: 14px;
}
.link_wrap li dl dt{
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    margin-bottom: 8px;
}
.link_wrap li dl dt span.line {
    background: linear-gradient(transparent 70%, #FF946E 70%);
}
.link_wrap li dl dd {
    margin-bottom: 8px; 
    line-height: 1.8;
}
.link_wrap li dl dd.text {
    padding:  5px;
    letter-spacing: 0px;
    font-size: 94%;
}
.link_wrap li dl dd img{
    width: 100%;
    border-radius: 10px;
}

.link_wrap li dl dd a img{
    transition: all 0.5s;
}
.link_wrap li dl dd a:hover img{
    opacity: 0.8;
    transition: all 0.5s;
}

/* 英語併記版 */
.link_wrap_en {
    width: 1000px;
    margin:  0 auto;
}

.link_wrap_en li {
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
}
.link_wrap_en li:last-child {
	flex-direction: row-reverse;
}

.link_wrap_en li figure.photo{
	width: 320px;
}
.link_wrap_en li figure.photo img{
	width: 100%;
	border-radius: 10px;
}

.link_wrap_en li dl{
	padding-left: 1.5em;
	width: 670px;
}
.link_wrap_en li:last-child dl{
	padding: 0 1.5em 0 0;
	width: 670px;
}

/* パターン3: 下線グラデーション */
.link_wrap_en li dl dt {
  font-family: serif;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.5rem 0;
  margin-bottom: 0.3rem;
  position: relative;
}

.link_wrap_en li dl dt:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, 
    #C54F1F 0%, /* 強調色（左側） */
    #C54F1F 6em, /* 3文字分まで強調色 */
    #EACC76 3em, /* 残りは薄い色 */
    #EACC76 100%);
}

.link_wrap_en li dl dt .sub-text {
  font-size: 0.8rem;
  color: #555555;
  font-weight: normal;
  margin-top: 0.2rem;
  font-family: serif;
}

.link_wrap_en li dl dd.text {
	margin: 10px auto;
	line-height: 1.5;
}
.link_wrap_en li dl dd.sub-text {
	font-size: 0.8rem;
	color: #555555;
  padding-left: 0.5rem;
   font-family: serif;
}

/* 総合TOP店舗情報 */
.link_wrap_info{
	display: flex;
	justify-content: space-between;
	margin:  15px auto;
}

.link_wrap_info li{
	display: flex;
	justify-content: space-between;
	margin:  15px 0;
}

.shop_info {
	width: 270px;
	padding: 0 15px 0 0;
	margin: 0;
}

.link_wrap_info li .shop_info dt{
font-family: serif;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0.5rem 0;
    margin-bottom: 0.3rem;
	line-height: 1.2;
	border-bottom: 1px solid #b09959;
}
.link_wrap_info li .shop_info dt .sub-text {
    font-size: 0.8rem;
    color: #555555;
    font-weight: normal;
    margin-top: 0.1rem;
    font-family: serif;
	padding-left:0.5rem 
}

.link_wrap_info li .shop_info dd.text {
	margin: 18px auto;
	line-height: 1.5;
	font-size: 0.9rem;
}

/* 店舗リンクの基本スタイル */
.shop_link {
  display: block;
  padding: 15px 20px;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  background-color: #fff;
  margin: 10px 0;
  border-radius: 3px;
}

/* 英語の小さいテキスト */
.shop_link .small {
  font-size: 0.8em;
  color: #888;
  display: block;
  margin-top: 3px;
}

/* ホバー時と押下時のスタイル */
.shop_link:hover, .shop_link:active {
  background-color: #f9f9f9;
  border-color: #ccc;
}

/* FontAwesomeを使った矢印アイコン */
.shop_link:after {
  font-family: "Font Awesome 5 Free"; /* または "FontAwesome" (バージョンによる) */
  content: "\f054"; /* angle-right アイコン */
  font-weight: 900; /* Solid スタイルを使用 */
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
}


.shop_link:hover:after {
  opacity: 1;
  right: 15px;
}

/* レスポンシブ対応 - スマホでタップしやすく */
@media (max-width: 768px) {
  .shop_link {
    padding: 18px 20px; /* スマホではタップエリアを広げる */
  }
  
  /* スマホでは最初から「>」アイコンを表示 */
  .shop_link:after {
    opacity: 0.5;
    right: 15px;
  }
}

.link_wrap_info li  figure {
	width: 200px;	
}
.link_wrap_info li  figure img {
	width: 100%;
	border-radius: 10px;
}

#policy {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-weight: bolder;
font-size: 14pt;
line-height: 2.0;
text-align: center;
width: 980px;
margin: 60px auto;
}

#contents {
    width: 700px;
    margin: 0 auto;
}
/* footer */
footer {
    width: 100%;
    background: #4d2330;
    color: #fff;
    padding:  30px 0;
    font-size: 14px;
}
.footer_inner {
    width: 740px;
    margin: 0 auto;
}
.footer_inner h3{
    
}
.footer_inner .wraplist li {
    float: left;
    width: 30%;
}
.footer_inner .wraplist li:last-child {
    float: right;
    width: 35%;
}

.footer_inner .wraplist_inner li {
    float: none;
    display: block;
    width: 100%;
}
.footer_inner .wraplist_inner li:last-child {
    float: none;
    width: 100%;
}

.footer_inner .wraplist_inner li a{
    color: #999;
    text-decoration: none;
}
.footer_inner .wraplist_inner li a:hover{
    color: #fff;
}



/* パララックスコンテンツ*/
#p_contents {
    width: 620px;
    margin: 0 auto;
}
#p_contents h2{
    text-align: center;
}
/* oshinagaki */
.oshinagaki {
    width: 100%;
    margin: 60px auto;
    flex: none;
    text-align: left;
    padding: 0;
}
.oshinagaki h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bolder;
    font-size: 16pt;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 32px;
    background: #672E40;
    color: #fff;
}
.oshinagaki h3{
    font-weight: bolder;
    font-size: 15pt;
}
.oshinagaki p.text_wrap{
    margin: 16px auto;
    line-height: 1.8;
}
.oshinagaki_list {
    margin: 40px auto;
}
.oshinagaki_list li {
    width: calc( (100% - 16px)/2 );
    float: left;
    margin-bottom: 16px;
}
.oshinagaki_list li:nth-child(2n) {
    margin-left: 16px;
}
.oshinagaki_list li a{
    display: block;
    border:1px solid #000;
    color: #000;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    transition: .4s;
}
.oshinagaki_list li a:hover{
    display: block;
    border:1px solid #672E40;
    background: #672E40;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}
.course_price .oshinagaki_pricelist {
    width: 100%;
}
.oshinagaki_pricelist .small {
    font-size: 80%;
}
.course_price h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #333;
    margin-bottom: 24px;
    padding-bottom: 10px;
}

/* 税別表記 */
.attention_price {
    width: 100%;
    font-size: 14px;
    margin: 30px auto 60px;
    color: #333;
}

/* 各ページに着ける */
.oshinagaki_list_inner {
    margin: 0px auto 30px;
}
.oshinagaki_list_inner li {
    width: calc( (100% - 26px)/3 );
    float: left;
    font-size: 14px;
    margin-right: 13px;
    margin-bottom: 0px;
}
.oshinagaki_list_inner li.newyear {
    width: calc( (100% - 26px)/2 );
    float: left;
    font-size: 14px;
    margin-right: 26px;
    margin-bottom: 0px;
}

.oshinagaki_list_inner li:last-child,
.oshinagaki_list_inner li.newyear:last-child {
    margin-right: 0;
}
/* 今いるページ */
.oshinagaki_list_inner li.now {
    display: block;
    border:1px solid #672E40;
    background: #672E40;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}
.oshinagaki_list_inner li a{
    display: block;
    border:1px solid #000;
    color: #000;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    transition: .4s;
    border-radius: 10px;
}
.oshinagaki_list_inner li a:hover{
    display: block;
    border:1px solid #a51745;
    background: #a51745;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}

/* ページ下部の一番最後のlistにつける */
.oshinagaki_list_inner li.last_code {
    margin-bottom: 80px;
}

/* oshinagaki price */
.oshinagaki_price {
    width: 100%;
    margin: 90px auto;
    flex: none;
    text-align: left;
    padding: 0;
}
.oshinagaki_price h3{
    font-weight: bolder;
    font-size: 14pt;
    margin-bottom: 8px;
    text-align: center;
}
.oshinagaki_price h3.mb36{
    font-weight: bolder;
    font-size: 14pt;
    margin-bottom: 8px;
    margin-bottom: 36px;
}
.oshinagaki_price .h3_text{
    font-size: 14px;
    margin-bottom: 36px;
}

/* oshinagaki_pricelist */
.oshinagaki_pricelist {
    width: 80%;
    margin:  0 auto 60px;
}
.oshinagaki_pricelist dt{
    float: left;
    width: 70%;
    font-size: 14px;
    margin-bottom: 32px;
}

.oshinagaki_pricelist dd{
    float: left;
    width: 30%;
    text-align: right;
    font-size: 14px;
    margin-bottom: 32px;
}

.oshinagaki_pricelist_drink {
    width: 80%;
    margin:  0 auto;
}
.oshinagaki_pricelist_drink dt{
    float: none;
    width: 100%;
    font-size: 12px;
    margin-bottom: 8px;
}
.oshinagaki_pricelist_drink dt strong{
    font-weight: bold;
    font-size: 14px;
}
.oshinagaki_pricelist_drink dd{
    float: none;
    width: 100%;
    text-align: right;
    font-size: 14px;
    margin-bottom: 32px;
}



/* course_price */
.course_price {
    width: 100%;
    margin: 90px auto;
    flex: none;
    text-align: left;
    padding: 0;
}
.course_list {
    margin-bottom: 60px;
}
.course_list li {
    padding:  15px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #999;
}

.course_list dt {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.course_list dd.price{
    text-align: center;
    font-weight: bold;
    margin-bottom: 24px;
    font-size: 16px;
    padding-bottom: 10px;
}
.course_list dd.red{
    color:orangered;
}
.course_list dd{
    font-size: 14px;
    margin-bottom: 18px;
    line-height: 1.6;
}
.course_list dd.gallery {
overflow: hidden;
height: 200px;
position: relative;
background: #000;
}

.course_list dd.gallery img {
    position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}


.course_list dd.gallery a img {
  opacity: 0.8;
     transition: .4s; 
}
.course_list dd.gallery a:hover img {
  opacity: 1.0;
      transition: .4s;
}

/* room */
.gallery {
    width: 100%;
    margin-bottom: 90px;
}
.gallery li {
    width: calc((100% - 32px)/3);
    float: left;
    font-size: 12px;
    color: #333;
    text-align: center;
    margin-right: 16px;
    margin-bottom: 16px;
    line-height: 1.5;
}
.gallery li:nth-child(3n) {
    margin-right: 0;
}
.gallery li img{
    width: 100%;
    display:inline-block;
    margin: 0 0 8px;
    padding: 0;
}

.gallery li a:hover img{
    transition: .4s;
    opacity: 0.8;
}

/* コースの3列画像 */
.course_price .gallery li {
    width: calc((100% - 64px)/3);
    float: left;
    font-size: 12px;
    color: #333;
    text-align: center;
    margin-right: 32px;
    margin-bottom: 16px;
    line-height: 1.5;
}
.course_price .gallery li:last-child {
    margin-right: 0;
}

/* お品書きの3列画像 */
.oshinagaki_price .gallery li {
    width: calc((100% - 64px)/3);
    float: left;
    font-size: 12px;
    color: #333;
    text-align: center;
    margin-right: 32px;
    margin-bottom: 16px;
    line-height: 1.5;
}
.oshinagaki_price .gallery li:last-child {
    margin-right: 0;
}

.attention {
    margin-bottom: 40px;
}
.attention li {
font-size: 14px;
line-height: 1.6;
margin-bottom: 8px;
}
/* gift */
.souvenir_wrap {
    width: 100%;
    margin: 90px auto;
    flex: none;
    text-align: left;
    padding: 0;
}

.souvenir_wrap .souvenir_text {
    width: 100%;
    margin: 90px auto;
    font-size: 14px;
    line-height: 1.8;
}
.souvenir_inner ul li {
    margin-bottom: 36px;
}
.souvenir_inner ul li .fl{
    width: 44%;
    float: left;
}
.souvenir_inner ul li .fl img{
    width: 100%;
    border:1px solid #ccc;
}
.souvenir_inner ul li .fl p {
    margin-bottom: 8px;
    font-size: 14px;
}
.souvenir_inner ul li .fr{
    width: 50%;
    float: right;
}
.souvenir_inner ul li .fr dt{
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 3px solid #000;
    line-height: 2.0;
    padding-bottom: 6px;
}
.souvenir_inner ul li .fr dt span.freeze {
    background: #00b7e5;
    color: #fff;
    padding: 0px 3px;
    font-size: 14px;
}
.souvenir_inner ul li .fr dt span.cold {
    background: #008CFF;
    color: #fff;
    padding: 0px 3px;
    font-size: 14px;
}
.souvenir_inner ul li .fr dt span.joon {
    background:#F1AE1B;
    color: #fff;
    padding: 0px 3px;
    font-size: 14px;
}

.souvenir_inner ul li .fr dd {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.8;
}
.souvenir_inner h3{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-weight: bolder;
font-size: 16pt;
text-align: center;
margin-bottom: 32px;
background: #000;
color: #fff;
}

/* room */
.room {
    width: 100%;
    margin: 90px auto;
    flex: none;
    text-align: left;
    padding: 0;
}
.room h3{
    font-weight: bolder;
    font-size: 14pt;
    margin-bottom: 16px;
}
.room .h3_text{
    font-size: 14px;
    margin-bottom: 24px;
}
.room .h3_text_sub{
    font-size: 14px;
    margin-bottom: 48px;
}
.room .gallery {
    width: 100%;
    margin-bottom: 36px;
}

/* access */
.access {
    width: 90%;
    margin: 90px auto;
    flex: none;
    text-align: left;
    padding: 0;
}
.access h3{
    font-weight: bolder;
    font-size: 14pt;
    margin-bottom: 16px;
}

.access ul li {
    font-size: 14px;
    margin-bottom: 32px;
}


.access ul li.iframe iframe{
    width: 100%;
    height: 450px;
}

.access ul li span.pring{
    display: block;  text-align: right;
}

.access ul li span.pring a {
    background: #666;
    color: #fff;
    padding:  3px 10px;
    border-radius: 10px;
}
.access ul li span.pring a:hover {
    background: #0064FF;
    color: #fff;
    padding:  3px 10px;

}



/* contact */
.contact {
    width: 90%;
    margin: 90px auto;
    flex: none;
    text-align: center;
    padding: 0;
}
.contact h3{
    font-weight: bolder;
    font-size: 14pt;
    margin-bottom: 16px;
}
.contact ul li {
    font-size: 16pt;
    margin-bottom: 40px;
}
.nikunohi_sp {
	display: none;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
div#mainvisual,
div.para_contents{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  padding: 5%;
}

.menu-container .nikunohi{
	display: none;
}
.nikunohi_sp {
	display: block;
}
.nikunohi_sp img{
	width: 100%;
}

#kodawari {
    width: 100%;
    margin: 40px auto;
}

.kodawari_wrap {
    width: 100%;
    margin: 0 auto;
}
.kodawari_wrap li {
    width: 90%;
    padding: 5% 5% 0;
    float: none;
    font-size: 14px;
}
header {
  width: 100%;
  margin: 20px auto 0;
}
header h1 img {
	width: 80%;
   max-width: 430px;
}
header .thaniv_bnr {
	display: none;
}

header .haiso_bnr {
    position: absolute;
    top: 0;
    right: -50px;
}
header .haiso_bnr img {
    width: 50%;
}

.link_wrap_en,
.link_wrap{
  width: 90%;
  margin:  30px auto;
  display: block;
}
.link_wrap_en li {
  display: block;

    justify-content: space-between;
    margin: 30px auto;
}
.link_wrap_en li figure.photo {
  width: 100%;
}
.link_wrap_en li dl {
    padding-left: 0;
  width: 100%;
}
.link_wrap_en li:last-child dl {
    padding: 0;
  width: 100%;
}

.link_wrap li {
    width: 100%;
    padding: 0;
    float: none;
    font-size: 14px;
}

  .menu-container .menu {
    flex-wrap: wrap;
    width: 100%;
	margin: 0;
}
  
  .menu-container .menu .menu-item {
    flex: auto;
    width: 33.33333333%;
  }

.menu-container .menu .menu-item a {
  border: 1px solid #ccc;
  width: 100%;
  padding: 0.3em 0.4em;
}

.menu-container .menu .menu-item a:hover {
  border-bottom: none;
  background: #ccc;
  color: #fff;
}

#contents {
    width: 90%;
    margin: 0 auto;
}
#contents h2{
    text-align: center;
}
.news ul li dt{
    width: 100%;
    background: #fff;
    color: #333;
    padding:  3px;
    float: none;
    text-align: center;
}
.news ul li dd{
    width: 100%;
    float: none;
    line-height: 2.0;
}
.footer_inner {
    width: 90%;
    margin: 0 auto;
}
.footer_inner .wraplist ul {
    margin: 10px auto;
}
.footer_inner .wraplist li {
    float: none;
    width: 100%;
}
.footer_inner .wraplist li:last-child {
    float: none;
    width: 100%;
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #672E40;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#p_contents {
    width: 100%;
    margin: 0 auto;
}
.oshinagaki_list_inner {
    margin: 40px auto;
        width: 90%;
}
.oshinagaki_list_inner li {
    width: calc( (100% - 18px)/2 );
    float: left;
    margin-bottom: 16px;
    margin-right: 16px;
}
.oshinagaki_list_inner li:nth-child(2n) {
    margin-left: 0px;
    margin-right: 0px;
}
.oshinagaki_list_inner li a{
    display: block;
    border:1px solid #000;
    color: #000;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    transition: .4s;
}
.oshinagaki_list_inner li a:hover{
    display: block;
    border:1px solid #672E40;
    background: #672E40;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}
.oshinagaki {
    width: 90%;
    margin: 90px auto;
    flex: none;
    text-align: left;
    padding: 0;
}
.oshinagaki_price {
    width: 90%;
    margin: 90px auto;
    flex: none;
    text-align: left;
    padding: 0;
}
.oshinagaki_pricelist {
    width: 100%;
}
.oshinagaki_pricelist dt{
    float: none;
    width: 100%;
    font-size: 14px;
    margin-bottom: 0px;
}
.oshinagaki_pricelist dd{
    float: none;
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-bottom: 24px;
}
.oshinagaki_pricelist_drink {
    width: 100%;
}
.oshinagaki_pricelist_drink dt{
    float: none;
    width: 100%;
    font-size: 14px;
    margin-bottom: 0px;
}
.oshinagaki_pricelist_drink dd{
    float: none;
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-bottom: 24px;
}

.gallery {
    width: 100%;
    margin-bottom: 32px;
}
.gallery li {
    font-size: 12px;
    color: #333;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.5;
    width: 100%;
    float: none;
}
.gallery li img{
    width: 100%;
    display:inline-block;
    margin: 0 0 8px;
    padding: 0;
}

.room {
    width: 90%;
    margin: 90px auto;
    flex: none;
    text-align: left;
    padding: 0;
}

.access ul li dt {
    float: none;
    display: block;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 8px;
}
.access ul li dd {
    float: none;
    display: block;
    padding-left: 0px;
    line-height: 1.8;
}
.access ul li.iframe iframe{
    width: 100%;
    height: 300px;
}

.course_list dt {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 8px;
    text-align: left;
}
.course_list dd.price {
    text-align: right;
}
.course_list dd{
    font-size: 14px;
    margin-bottom: 8px;
}

.course_list dd.gallery img {
    position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.course_price {
    width: 90%;
    margin: 60px auto;
    flex: none;
    text-align: left;
    padding: 0;
}
.course_price .oshinagaki_list_inner {
    width: 100%;
}

/* お土産 */
.souvenir_wrap{
    width: 90%;
    margin: 90px auto;
    flex: none;
    text-align: left;
    padding: 0;
}
.souvenir_wrap .tc {
    text-align: left;
}
.souvenir_inner ul li .fr dt {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    border-bottom: 2px solid #000;
    line-height: 2.0;
    padding-bottom: 6px;
}
.souvenir_inner ul li .fr dt span.joon {
    background: #F1AE1B;
    color: #fff;
    padding: 0px 3px;
    font-size: 12px;
}
.souvenir_inner ul li .fr dt span.freeze {
    background: #00b7e5;
    color: #fff;
    padding: 0px 3px;
    font-size: 12px;
}
.souvenir_inner ul li .fr dd {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.8;
}

.news {
    width: 90%;
    margin: 60px auto;
}

#policy {
    width: 90%;
    margin: 21px auto;
    font-size: 13pt;
    text-align: left;
}

.bnr_wrap img {
    width: 100%;
}
.haiso_bnr {
display: none;
}

.menu-container .ani{
	position:inherit;
	width: 80%;
	text-align: center;
	margin:  20px auto;
}
/* スマホ用ここまで */
}



/* 印刷時、大タイトルは消す */
@media print{
body {
    width: 100%;
    height: auto;
}

div#mainvisual, div.para_contents {
    width:  100%;
    height: 120px;
    padding: 0;
    background: #000000;
    border:1px dashed #000;
}
div.para_contents h2 {
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
}
header {
    width: 100%;
    margin: 20px auto 0;
}

.menu-container {
    display: none;
}
footer {
    /*display: none;*/
	margin-top: 40px;
}

#p_contents {
    width: 100%;
}

}