@charset "utf-8";
/* CSS Document */

/*
Theme Name: PC版シナモロールカフェ新宿
Description:PC版シナモロールカフェ新宿
Theme URI: なし
Author: AYANA SHINDO
Author URI: なし
Version: 1
License: なし
License URI: なし
*/

body{
	background-image:url(image/background.png);
}

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{
	width:1200px;
	margin:0 auto;
	min-height: 100%;
	display: flex;
	justify-content: space-between;
}

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

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

サイドメニュー

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

.side{
	width:315px;
	background-image:url(image/side-background.png);
	text-align: center;
}

.logo{
	padding:30px 0;
}
.global-menu ul li{
	list-style:none;
	margin:15px 0;
}
#twitter_icon{
	width:55px;
	margin-top: 50px;
}
#twitter_icon:hover{
	opacity:60%;
}


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

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

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

.main-contents{
	width:885px;
	background-color:#FFF;
}

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

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

.news_more{
    margin-top: -35px;
}

#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;
    justify-content: space-around; 
	width: 95%; 
	overflow: auto;
	padding: 1em 0;
	margin: 0 auto;
	border-bottom: 1px #c0c0c0 dotted;
}

/* --- 日付 --- */
.update dl dt {
    padding: 0.3em 3em;
	cursor:default;
	background-color: #000;
	color: #fff;
	text-align: center;
}

/* --- 本文 --- */
.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%;
	border:dashed 1px #000;
	-webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */ 
}

.eve-img{
    width: 20%;
}
.eve-right{
    width: 70%;
}

.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:#fff;
	background-color:#000;
	text-align:center;
	float:right;
	margin-right:8px;
	padding-top:5px;
	font-size:15px;
	cursor:pointer;
}

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

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

----------------------------------------------- */
.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:100%;
	text-align: center;
	margin: 40px 0;
}

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

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






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

グッズアーカイブページ

----------------------------------------------- */
.goods-txt{/*説明文*/
	border:1px solid #000;
	width:820px;
	margin:15px auto;
  padding: 15px 0;
  text-align:center;
  font-size:13px;
  line-height:20px;
}

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

.goods_post{
	width:100%;
	text-align:center;
	border:1px #000 solid;
}

.goods_post img{
	margin:10px auto;
}

.goods_h5{/*グッズ名*/
	font-size:15px;
	color:#FFF;
	text-align:center;
	padding:5px 0;
	width:100%;
	background-color:#000;
}
.kkk{/*グッズ価格*/
	text-align:right;
	color:#DC2225;
    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(image/footermenu_background.png);
	width:100%;
	height:35px;
	clear:both;
}

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

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


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

ページャー

 =======================================*/
 .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;

}
