@charset "utf-8";

/*
Theme Name: test
Theme URI: テーマのホームサイトのURL
Description: テーマの説明
Author: 作者の名前
Author URI: 作者のサイトのURL
Version: バージョン
*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans&display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');


/*---------------------リセットcss-----------------*/

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; 
}

* {
      margin: 0px;
      padding: 0px;
}


html {
  font-family: 'Noto Sans','Noto Sans JP',YuGothic,'Yu Gothic',sans-serif;
  font-size: 15px;
  font-size: clamp(13px, 3vw, 16px);
  touch-action: manipulation;
  box-sizing: border-box; 
  height:100%;
  width:100%;
}

/*chromeで画像クリックする時に出る青い枠を消す*/
*:focus {
outline: none;
}
input{
  font-size: 16px;/*スマホ版でfont-size:16px未満の場合、入力欄が画面横幅いっぱいにフォーカスしてしまう*/
}



/*---------------------全ページ共通css-----------------*/

body {
  /*font-size: 1.4rem;*/
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  color: #3E3A39;
  font-feature-settings: "palt";
  text-align: center;
  height:100%;
  width:100%;
  padding-top: 3rem;/*ヘッダーの分だけ下げる*/
}





/*サイトのタイトル消す*/
#header{
  display: none;
}


ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none; 
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; 
}

img {
    max-width: 100%;
    max-height: 100%;
    height:auto;
    border-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0; 
}

a {
    text-decoration: none;
    color: #231815;
    transition: .3s ease-in-out;
}



a:hover, a:active {
    opacity: 0.7;
}

input,select,option {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    /*background-color: #fafafa;*/
    border: solid #000 1px;
    padding: 1rem;
}
button{
    cursor: pointer;
}

::-webkit-scrollbar{
  width: 2vmin;
  height:3px;
}

::-webkit-scrollbar-track{
  background: #fff;
  border-left: solid 1px #ececec;
}

::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px #fff;
}

.text-black{
  color: #000000;
}


.show-more-content{/*アコーディオン表示に使用*/
    display:none;
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}


@media screen and (max-width: 768px) {
    body {
        line-height: 2.4rem;
        letter-spacing: 0.05;
    }
  
}

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



/*---------------------新宿で使ってた共通css-----------------*/


body{
  background-color: #fff;
  width: 960px;
  margin: auto;
  
    line-height: 2.8rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    text-align: center;
    height: 100%;
    width: 100%;
    padding-top: 3rem;
}



html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  
}


/*a:link { color: #074356; }    
a:visited { color: #000; } 
a:hover { color: #ff8000; } 
a:active { color: #000; }  
*/


.web_line{
	width:100%;
	height:5px;
	background-color:#000;
}

.contents{
	max-width:1200px;
	margin:0 auto;
	min-height: 100%;
	display: flex;
	justify-content: space-between;
}

.entry{
	width:830px;
	margin:0 auto;
    line-height: 25px;
}


/*---------------------ここまで新宿で使ってた共通css-----------------*/





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

固定ページ共通

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

.content-wrap{
  max-width: 960px;
  width: 85%;
  margin: 0 auto; 
}

.contents-textwrap{
  padding: 10px;
}


.page-icon{
	display: block;
}

 .page-icon-img{
  text-align: left;
  display: inline-block;
 }

.namba-logo{
  max-width: 100px;
}

.sample {
	margin: 16px auto;
	text-align: center;
	display: block;
	border: 1px solid #000;
}
.sample .text {
	text-align: left;
	display: inline-block;
}

dd{
  margin: 0;
}


.sp-bar{
  display: none;
}

.sp-contents{
  display: none;
}



@media screen and (max-width: 768px) {
  
  .sp-bar{
    display: block;
    margin: 30px 0;
}

  .pc-bar{
    display: none;
  }
  
  .sp-h2{
    font-size: 1.2rem;
  }
  
  .sp-link{
    background-color: #BAE3F9;
  }
  
  .sp-link h3{
    color: #fff;
    font-size: 1.2rem;
    padding: 10px 0;
  }


  .sp-logo{
    width: 70%;
    margin: 0 auto;
  }
  
  .viproom{
    text-align: center;
  }
  
  
  .special-bar{
    width: 70%;
    display: block;
  
  }
  
  .sp-contents{
    text-align: center;
  }
  
  .sp-contents{
    display: block;
  }
  
}




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

大阪トップページ

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

.top-h1{
  font-size: 1.5rem;
}

.sanrio-charasagashi2024 img{
  margin-top: 30px;
  width: 70%;
}

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

大阪新着ニュース(仮)

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

.news-text{
	padding: 20px;
  }
  
  .news-text p{
	font-weight: bold;
  }

  .news-text h2{
	margin-bottom: 20px;
  }   
  .news-text-list{
	display: inline-block;
	text-align: left;
  }
  
  .news-text-list span{
	background: linear-gradient(transparent 60%, #BAE3F9 20%);
	padding: 5px;
  }
  
  .news-text-list dd{
	margin: 5px 0 20px 1rem;
	line-height: 1.3rem;
  }

  .newyear_table{
    margin: 30px auto;
    border-collapse: separate;
    border-spacing: 0 30px;
    font-weight: bold;
  }

  .newyear_table tbody tr{
    padding: 10px auto;
  }

  .newyear_table tbody tr td{
    line-height: 1.5rem;
  }

  .table_date{
    text-align: left;
    width: 35%;
  }
  
  @media screen and (max-width: 768px) {
	
  .news-text{
	padding: 20px;
  }
	
	
	}

  .viproom-bn img{
		margin-top: 30px;
		margin-bottom: 30px;
	}
/* -----------------------------------------------

大阪メニュー・グッズ

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

.menu-wrap{
  margin-bottom: 60px;
}

.menu-wrap h2{
 font-size: 2em;
}

.menu-wrap p{
  margin: 30px 0;
  line-height: 1.3rem;
  font-weight: bold;
}

.menu-red{
  color: red;
}

.special-menu-wrap{
  background: #E9F5FC;
  max-width: 960px;
  width: 85%;
  margin: 0 auto;
  padding: 20px;
}

.menu-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.menu-container .item{
  width: 33%;
  text-align: center;
}

.menu-container dl{
  margin-bottom: 30px;
}

.menu-container dd{
  line-height: 1.2rem;
}

.special-menu-container{
  justify-content: center;
}


.item img{
  border: solid #ececec 1px;
}



.menu-softdrink{
  border: dotted #BAE3F9 4px;/*ドット 色 太さ*/
  padding: 15px 10px;
  display: inline-block;
  background: #fff;
}

.menu-softdrink{
  line-height: 1.2rem;
}

.menu-softdrink dt{
  font-weight: bold;
}

.menu-price{
  margin-top: 10px;
  font-size: 0.8rem;
}



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

大阪イベント

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


/*.event-container{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr ;
  grid-template-rows: 100px 100px ;
  gap: 20px;
}
*/


.event-container{
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 20px 0;
}

/*.event-item{
  display: inline-block;
}
*/
.event-img{
  max-width: 300px;
}

.event-item{
  font-size: 1.1em;
  line-height: 1.3rem;
  max-width: 300px;
}

.event-day{
  text-align: center;
  margin: 5px 0;
}

.oukan{
  max-width: 30px;
  display: inline-block;
}

.event-title{
  text-align: left;
  margin: 10px 0 30px;
}

.event-single-title{
  font-size: 1.3em;
  margin: 20px 0;
}

.event-single-text{
  text-align: left;
  line-height: 1.8em;
}

.pagination{
  margin: 10px 0 20px;
  color: #d0d0d0;
}

.pagination a{
  margin: 20px;
}

.pagination a:visited {
  color:#3E3A39;
}




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

大阪アクセス

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

.access-text{
  padding: 20px;
}

.access-text p{
  font-weight: bold;
}

.access-text-list{
  display: inline-block;
  text-align: left;
}

.access-text-list span{
  background: linear-gradient(transparent 60%, #BAE3F9 20%);
  padding: 5px;
}

.access-text-list dd{
  margin: 5px 0 20px 1rem;
  line-height: 1.3rem;
}


.access-attention-text{
  display: inline-block;
  text-align: left;
  margin: 0 10%;
}

.access-attention-text p{
  margin-top: 30px;
}


@media screen and (max-width: 768px) {
  
.access-text{
  background-color: #BAE3F9;
  padding: 20px;
}
}





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

大阪求人情報

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

.recruit-wrap{
  display: block;
}

.recruit-text{
  display: inline-block;
  text-align: left;
  line-height: 1.5rem;
}

.recruit-text h1{
  display: inline-block;
  border-bottom: solid #000;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.recruit-text dl{
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}

.recruit-text dt {
  width: 20%;
}
.recruit-text dd {
  width: 80%;
}

.text-red{
  color: #E94709;
}

.wpcf7{
  padding: 20px;
}

.wpcf7 input{
  font-family: 'Noto Sans','Noto Sans JP',YuGothic,'Yu Gothic',sans-serif;
  font-size: 1em;
}

.wpcf7 p{
  padding: 20px 20px 0;
  line-height: 2em;
}

.wpcf7-form-control{
  width: 90%;
  border: 1px solid #ccc;  
}




/* -----------------------------------------------
大阪サイドメニュー

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

.side{
	width:315px;
	background-color: #BAE3F9;
	text-align: center;
}

.logo{
	padding:10px 0;
}

.global-menu ul{
  padding: 0;
}

.global-menu ul li{
	list-style:none;
}

.global-menu img {
    width: 70%;
}


@media screen and (max-width: 768px) {
  
  .side{
    display: none;
  }
  
  
}






/*#twitter_icon{
	width:55px;
	margin-top: 50px;
}
#twitter_icon:hover{
	opacity:60%;
}*/


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

大阪VIPルーム

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

.special{
  text-align: center;
}

.special-logo{
  max-width: 80%;
  height: auto;
}

.special P{
    line-height: 1.8rem;
    margin-bottom: 30px;
}


.special h2{
  margin: 30px 0;
}




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

メインコンテンツ(記事出力部分)

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

.main-contents{
  margin: 0 auto;
  max-width: 950px;
	background-color:#FFF;
}

#description{/*東京・新宿マルイ アネックスにシナモロールカフェが常設店としてオープン♪の文章*/
	font-size:12px;
	margin-left:25px;
	cursor:default;
    line-height: 3;
}
.sli{
	margin-bottom:20px;
}
.wrap{
	width:100%;
	margin:0 auto;
}
.post{
	padding:20px 0 50px;
}
/* -----------------------------------------------

新着情報のリスト 見出し
	(トップページ内)
----------------------------------------------- */
.news_title{ 
    display: flex;
    justify-content: space-around;
}


.news_more{
    margin: 0 10px 0 0;
    text-align: right;
}

.news_more{
  max-width: 50px;
}


/*#news_more_bannar{
    float: right;
    margin: 0 0 -15px;
}
*/


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

新着情報エリア
	(新着情報アーカイブページ内 および トップページ内)

----------------------------------------------- */
.update{
	margin-bottom: 30px;
	font-size: 0.8em;
	width:100%;
}
.update dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	width: 95%; 
	overflow: auto;
	/*padding: 1em 0;*/
	margin: 0 auto;
/*	border-bottom: 1px #c0c0c0 dotted;*/
}

/* --- 日付 --- */
.update dl dt {
  padding: 0.3em 3em;
	cursor:default;
	text-align: center;
  font-weight: bold;
  
}



/* --- 本文 --- */
/*.update dl dd {
	width:70%;
	cursor:default;
    line-height: 2;
}
*/

/*
.clearFix {
min-height: 1px;
}
.clearFix dt{
	background-color:#000;
	color:#fff;
}*/
/* --- 新着情報エリアここまで --- */




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

イベント情報エリア
	(トップページ内)

----------------------------------------------- */
.event_box{
 /*   display: flex;
    justify-content: space-between;*/
/*    align-items: center;
	width:90%;
    padding: 3%;
    margin: 30px 2% 400px;*/
	/*border: dotted #BAE3F9 4px;*............周りの水色ドット/
/*-webkit-border-radius: 30px;     Safari,Google Chrome用 */
/*-moz-border-radius: 30px;   /* Firefox用 */
}

.event-wrap{
  display: flex;
  flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    padding: 3%;
    margin: 30px 2%;
    border: dotted #BAE3F9 4px;/*ドット 色 太さ*/
}

.pc-event{
    width:90%;
    border: dotted #BAE3F9 4px;/*ドット 色 太さ*/
    padding: 3%;
    margin: 30px 2% 400px;
  
}

.eve-img {
    width: 30%;
}

.eve-right {
    width: 65%;
}

.oukan-wrap{
  text-align: left;
  font-size: 1.2em;
}

.eve_title{
  line-height: 1.5;
  cursor: default;
  margin: 0;
  font-size: 1.1em;
  text-align: left;
}


.eve-now{
	display:inline;
	background-color:#C30D23;
	color:#FFF;
	padding:1px 20px;
	font-size:15px;
	margin-right:5px;
	cursor:default;
}

h4{
	line-height:2;
	color:#C30D23;
	padding:5px 0;
	cursor:default;
}

h3{
	line-height:1.5;
	cursor:default;
   margin:0;
}

.event_box p{
	font-size:12px;
	line-height:22px;
	cursor:default;
    margin: 10px 0;
}

.eve-btn{
	width:360px;
	height:30px;
  color: #BAE3F9;
	text-align:right;
	float:right;
	margin-right:8px;
	padding-top:5px;
	font-size:15px;
	cursor:pointer;
}

.oukan-more{
  max-width: 1.1em;
  display: inline-block;

}

@media screen and (max-width: 768px) {
  
  
  .pc-event{
    display: none;
  }
  
  .sp-event-wrap{
    margin-bottom: 100px;
  }
  
  .sp-eve-img{
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
}
  
  .sp-eve-day{
    font-size: 1.2em;
    font-weight: bold;
  }
  
  .kaisaibi{
    background-color: #BAE3F9;
    padding: 2px 7px 2px 8px;
    margin-right: 10px;
    font-size: 0.9em;
    
  }
  
  .sp-eve-title{
    width: 80%;
    padding: 20px 0 40px;
    margin: 0 auto;
  }
  
  .sp-eve-all{
    margin: 30px;
  }
}


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

バナーエリア
	(トップページ内)

----------------------------------------------- */
.bannar_row {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto;
}
.bannar_row img{
	max-width:100%;
}
#birthdayplate_bannar,#epark_bannar{
	width:49%;
}

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

ABOUTコンテンツ



.about_btn{
	float:right;
	margin-right:30px;
}


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

.h1_title{
  background-image: url(image/h1-background-height.png), url(image/h1-background.png), url(image/h1-background-height.png);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top, bottom, center;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  box-sizing : border-box;
  margin: 0 auto;
  width: 850px;
  padding: 3px 0 15px 0;  
}

.h1_title p{
	font-size:23px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	margin:25px 0 0 10px;
}

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

フード/ドリンク/期間限定　の 選択メニュー

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

ul.menu-contents-box{
    margin: 25px 0;
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
ul.menu-contents-box>li{
	width:32%;
	list-style:none;
}
ul.menu-contents-box>li img{
	max-width:100%;
}

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

FOOD -フード-
DRINK -ドリンク-　などの小見出し
	(フード/ドリンク/期間限定　内)

----------------------------------------------- */
.h2_title{
	width:850px;
	height:30px;
	clear:both;
	background-color:#000;
	margin:25px auto;
}

.h2_title p{
	color:#FFF;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	padding:7px 0 0 30px;
	font-size:16px;

}

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

フードメニューページ

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


.menu-list{
	padding:0 2vw;
    margin-bottom: 2vh;
}
.menu-list-item{
	display:flex;
	justify-content: space-between;
	align-items: center;
	grid-template-columns: 1fr auto;
    border-bottom: dotted 1px #000;
    padding: .7em;
    font-weight: bold;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    line-height: 1.6em;
}
.food-image{
	width:100%;
	text-align:center;
}
.food-image img{
	width:100%;
}

.price{
	color:#C13436;
}



/*
.food-menu-list{
	width:56%;
	float:left;
}

.food-menu-list ul{
	margin:0 0 0 23px;
}

.food-menu-list ul li{
	list-style:none;
	font-size:15px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	border-bottom:dotted 1px #000;
	line-height:20px;
	margin:0 20px -1px 0;
	padding:15px 0;
}

.food-image01{
	width:44%;
	float:right;
}

.price{
	display:inline;
	float:right;
	color:#C13436;
}

.food-image02{
	width:100%;
	text-align:center;
}

.food-image02 img{
	width:850px;
	margin-top:10px;
}

.dessert-menu-list{
	width:56%;
	float:right;
}

.dessert-menu-list ul{
	margin:0 0 0 10px;
}

.dessert-menu-list ul li{
	list-style:none;
	font-size:15px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	border-bottom:dotted 1px #000;
	line-height:50px;
	margin:0 20px -1px 0;
}

.dessert-image01{
	width:40%;
	float:left;
	margin-left:20px;
}

.alcohol{
	width:50%;
	float:right;
}

.alcohol ul{
	margin:0 0 0 10px;
}

.alcohol ul li{
	list-style:none;
	font-size:15px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	border-bottom:dotted 1px #000;
	line-height:50px;
	margin:0 20px -1px 0;

}


.normal_drink{
	width:50%;
	float:left;
}

.normal_drink ul{
	margin:40px 0 0 25px;
}

.normal_drink ul li{
	list-style:none;
	font-size:15px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	border-bottom:dotted 1px #000;
	line-height:50px;
	margin:0 20px -1px 0;

}



.alcohol-box{
	border: 1px solid #CD1114;
	width:850px;
	height:50px;
	margin:30px auto;
	clear:both;
  padding-top: 13px;
}

.alcohol-box p{
	color:#CD1114;
	line-height:10px;
	font-size:13px;
	text-align:center;
	padding-top:6px;
}

*/
.news-more{
	width:880px;
	margin:0 auto;
}






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

グッズアーカイブページ

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


/*.menu-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}
*/
/*.menu-container .item{
  width: 33%;
  text-align: center;
}*/




.goods-list{
	display:grid; 
  grid-template-columns: 1fr 1fr 1fr;
	gap: 4vmin;
	margin: 30px auto;
}

.goods_post{
	width:100%;
	text-align:center;
}

.goods_post img{
	margin:5px auto;
  border: solid #000 1px;
}

.goods_h5{/*グッズ名*/
/*	padding:5px 0;*/
	width:100%;
  
}
.kkk{/*グッズ価格*/
  font-size: 0.8rem;
  margin-top: 3px;
  /*margin: 0 0.3em 0.5em;*/
}

.goods_h6{/*グッズ名下の注釈欄*/
	/*height: 2.8em;*/
}


.goods_h2{/*?*/
	width:850px;
	text-align:center;
	font-size:20px;
	color:#80776e;
	margin:10px 0;
}
.kan{/*?*/
	font-size:16px;
	color:#80776e;
	margin:4px 0 0 0;
	text-align:center;
}



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

アクセス

----------------------------------------------- */
/*.map-image{
	text-align:center;
}

.access-map table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width:800px;
	margin:0 auto;
	font-size:15px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.access-map table.type01 th {
	width: 30%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
	text-align:center;
}

.access-map table.type01 td {
	width: 70%;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}
*/
/* -----------------------------------------------

ABOUTコンテンツ


.about-main-image{
	width:100%;
	margin:15px auto;
}

.about-shop-txt{
	width:850px;
	margin:25px auto;
}

.about-shop-txt p{
	font-size:14px;
	margin:8px 0;
}

.about-h1{
	width:100%;
	margin:0 auto;
}

.about-h1 img{
	margin-left:15px;
}

.sinnamon{
	width:100%;
	margin:20px auto;
	height:220px;
}

.sinnamon-img{
	float:left;
	width:39%;
	margin-left:25px;
}

.sinnamon-txt{
	float:right;
	width:55%;
	margin-right:20px;
}

.sinnamon-txt p{
	font-size:14px;
	margin:0;
}

.sinnamon-txt h1{
	font-size:25px;
	margin:14px 0;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.about-h2{
	width:850px;
	margin:0 auto;
	background-color:#000;
	height:23px;
	padding-top:8px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	clear:both;
}

.cinnamon-friend h4{
	font-size:20px;
	color:#000;
	margin:-30px 30px 0px 0;
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.snm_f p{
	font-size:14px;
	line-height:25px;
	color:#81786f;
	width:250px;
	text-align:center;
}

.snm_f img{
	margin-left:22px;
}
.cinnamon-friend{
	margin:0 0 0 18px;
	border-bottom:solid 2px #000;
}

.sinnamon-link{
	width:850px;
	margin:15px auto;
	border-top:solid 5px #000;
}

.sinnamon-link img{
	margin-left:10px;
	width:48%;
	margin:20px 14px 0 0;
}


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



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

準備中ページ

----------------------------------------------- */
.not-snm{
	text-align:center;
	margin:50px auto;
}

.not-txt p{
	text-align:center;
	font-weight:bold;
}

.not-link{
	text-align:center;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    width: 145px;
    padding: 30px 0;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
}






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

大阪フッター

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






.footer{
	background-image:url(img/underbar.png);
	width:100%;
	clear:both;
}

.footer p{
	text-align:center;
	padding:11px 0;
	font-size:12px;
	
}

.copy{
	font-size:12px;
	text-align:center;
}


/* =======================================

ページャー

 =======================================*/
 .peger{
	 width:730px;
	 text-align:center;
	 margin:0 auto;
	 clear:both;
 }
 ul.page-nav {
    text-align:center;
    font-weight:bold;
    margin:30px 0;}
ul.page-nav li {display:inline;}
ul.page-nav li a {
    border: 2px solid rgba(255,255,255,0.8);
    border-radius:10px;}
ul.page-nav li a:hover {
    text-decoration:none;
    border: 2px solid #fff;
    box-shadow: 0 0 20px #fff inset;}
ul.page-nav li a:active {top:1px;}/*push image*/
ul.page-nav li.current span {/*style of current button*/
    border: 2px solid #000;
    background: #000;
  color: #FFF;
    border-radius: 10px;}
ul.page-nav li.first span,
ul.page-nav li.previous span,
ul.page-nav li.next span,
ul.page-nav li.last span,
ul.page-nav li.page_nums span {/*no link buttons*/
    border: 2px solid rgba(255,255,255,0.5);
    color: rgba(255,255,255,0.5);
    border-radius: 10px;}
ul.page-nav li a,
ul.page-nav li.current span,
ul.page-nav li.first span,
ul.page-nav li.previous span,
ul.page-nav li.after span,
ul.page-nav li.next span,
ul.page-nav li.last span,
ul.page-nav li.page_nums span {
    padding: 0.5em 0.8em;
    position:relative;}



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

テイクアウトメニュー

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

.takeout_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    width: 94%;
    padding: 0 3%;
}
.takeout_box a{
	text-align: center;
}

.choro{
	width:46%;
}


.choro ul li{
	list-style:none;
	font-size:15px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	border-bottom:dotted 1px #000;
	line-height:50px;

}

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

期間限定メニュー

----------------------------------------------- */
.limited_time_menu_box ul{
    padding: 0 4%;	
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.limited_time_menu_box li{
	width: 47%;
    list-style: none;
    margin-bottom: 50px;
	font-size:15px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
}
.limited_time_menu_box li img{
	width: 100%;
}
.limited_time_menu_box li p{
	margin:5px 0;
}
.limited_time_menu_box li .date{
	font-size:12px;
	font-weight:100;

}
