@charset "UTF-8";
/* ------------------------------------------------------------
共通
------------------------------------------------------------ */
p, h1, h2, h3, ul {
  margin: 0;
  padding: 0;
}

html {
  font-size: 75%;
}

body {
  margin: 0;
  padding: 0;
  background: #fffdfd url(../img/bg_body_0.jpg);
  background-size: 128px;
  font-family: "Hiragino Maru Gothic ProN", Meiryo, Arial;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

a:link, a:visited {
  color: #7d0000;
  text-decoration: none;
}
a:hover, a:active {
  color: #ffbc59;
}
a img {
  border: 0;
}

/* ------------------------------------------------------------
ヘッダー
------------------------------------------------------------ */
header h1 {
  margin: 0 auto;
  padding: 7px;
  background: #ffbc59;
  color: #362e2b;
  font-size: 0.83rem;
  font-weight: normal;
}
header #topLogo {
  max-width: 640px;
  margin: 0 auto;
  line-height: 0;
}
header #topLogo img {
  width: 100%;
  height: auto;
}

#btnMenu2 {
  position: absolute;
  top: 34px;
  right: 4px;
}

#slidemenu_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#slidemenu_list li {
  border-bottom: 1px solid #fff;
  font-size: 1.25rem;
}
#slidemenu_list li:first-child {
  margin-top: 15px;
}
#slidemenu_list li a {
  display: block;
  padding: 9px;
  color: #59493f;
  text-decoration: none;
}

/* ------------------------------------------------------------
コンテンツ
------------------------------------------------------------ */
#contents {
  background: url(img/bg_contents_0.png) no-repeat center top;
  background-size: contain;
}
#contents > .wrapper {
  margin: 0 auto;
  padding: 0 0 31px;
  overflow: auto;
}
#contents > .wrapper .mainLeft {
  float: left;
  width: 570px;
}
#contents > .wrapper .mainRight {
  float: right;
  width: 380px;
  padding-right: 10px;
}

#subpage #contents {
  background: transparent;
}

#topAbout {
  position: relative;
  top: 20px;
}
#topAbout > .wrapper {
  margin: 0 auto;
}
#topAbout .main {
  position: relative;
  margin: -14px 0 50px auto;
  padding: 30px 0 0;
  background: rgba(240, 240, 240, 0.8);
}
#topAbout h2 {
  position: relative;
  z-index: 5;
  max-width: 219px;
  height: 51px;
  margin: 0 auto;
}
#topAbout p {
  position: relative;
  padding: 0 10px 20px;
  color: #59493f;
  line-height: 1.67;
  overflow: auto;
}
#topAbout img {
  width: 100%;
  height: auto;
}

#topCopy {
  min-height: 105px;
  margin: -20px auto 0;
  background: url(img/bg_title_0.png) repeat-x -181px top;
  background-size: 759px 105px;
}
#topCopy .wrapper {
  max-width: 240px;
  padding: 0 10px;
}
#topCopy .wrapper img {
  width: 100%;
  height: auto;
}

#pageTitle {
  min-height: 105px;
  margin: 0 auto;
  background: url(img/bg_title_0.png) repeat-x -181px top;
  background-size: 759px 105px;
}
#pageTitle .wrapper {
  padding: 30px 10px;
}
#pageTitle .wrapper h2 {
  max-width: 171px;
  max-height: 39px;
  margin: 0 auto;
}
#pageTitle .wrapper img {
  width: 100%;
  height: auto;
}

#topBanner {
  padding: 0 10px;
}
#topBanner p {
  position: relative;
}
#topBanner p img {
  max-width: 100%;
  height: auto;
}
#topBanner p:first-child {
  max-width: 593px;
  margin: 0 auto 3px;
}
#topBanner p:nth-of-type(2) {
  max-width: 579px;
  margin: 0 auto 8px;
}
#topBanner p:nth-of-type(4) {
  max-width: 563px;
  margin: 0 auto;
}

#topNews {
  position: relative;
  left: 50%;
  max-width: 361px;
  margin: 5px 18px 28px -1px;
  padding: 22px 22px 18px;
  background: url(../img/bg_news_0.png);
  background-size: 29px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 3px 2px rgba(12, 4, 8, 0.35);
  -webkit-box-shadow: 0 0 3px 2px rgba(12, 4, 8, 0.35);
  box-shadow: 0 0 3px 2px rgba(12, 4, 8, 0.35);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#topNews > .wrapper {
  position: relative;
  max-height: 344px;
  padding: 8px 15px 28px;
  background: url(../img/bg_news_1.jpg);
  background-size: 336px 380px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  -moz-box-shadow: 0 0 3px 2px rgba(12, 4, 8, 0.35);
  -webkit-box-shadow: 0 0 3px 2px rgba(12, 4, 8, 0.35);
  box-shadow: 0 0 3px 2px rgba(12, 4, 8, 0.35);
}
#topNews > .wrapper:before {
  display: block;
  position: absolute;
  top: -24px;
  right: -25px;
  width: 91px;
  height: 80px;
  background: url(../img/img_ribbon_0.png) no-repeat;
  background-size: 91px 80px;
  content: "";
}
#topNews > .wrapper:after {
  display: block;
  position: absolute;
  bottom: -18px;
  left: -25px;
  width: 81px;
  height: 68px;
  background: url(../img/img_ribbon_1.png) no-repeat;
  background-size: 81px 68px;
  content: "";
}
#topNews > .wrapper > div {
  max-height: 210px;
  padding-bottom: 20px;
  overflow: auto;
}
#topNews img {
  width: 100%;
  height: auto;
}
#topNews h2 {
  max-width: 276px;
  margin: 0 auto 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#topNews dl {
  max-width: 262px;
  margin: 0 auto 16px;
  padding: 0 9px 10px;
  background: url(../img/img_line_0.png) repeat-x left bottom;
  background-size: 4px 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#topNews dl dt {
  width: 100px; /*70px*/
  margin: 0 0 9px;
  padding: 5px 15px 5px 14px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #c95a20;
  color: #fff;
  text-align: center;
}
#topNews dl dd {
  margin: 0;
  padding: 0 0 0 3px;
}

#topBanner2 {
  padding: 0 10px;
}
#topBanner2 img {
  width: 100%;
  height: auto;
}
#topBanner2 p {
  max-width: 642px;
  margin: 0 auto;
}

/* ------------------------------------------------------------
フッター
------------------------------------------------------------ */
footer {
  position: relative;
  clear: both;
  min-height: 69px;
}

#footerTop {
  position: relative;
  margin: 0 auto;
  padding: 7px 10px 35px 10px;
  background: url(img/bg_footer_0.png) repeat-x center bottom;
  background-size: contain;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footerTop nav {
  display: inline-block;
  vertical-align: top;
  *vertical-align: top;
  *zoom: 1;
  *display: inline;
  margin-bottom: 24px;
}
#footerTop nav ul {
  list-style: none;
}
#footerTop nav ul li {
  display: inline-block;
  vertical-align: top;
  *vertical-align: top;
  *zoom: 1;
  *display: inline;
  margin-top: 8px;
  margin-right: 18px;
  font-size: 0.92rem;
  font-weight: bold;
}
#footerTop nav ul li img {
  margin-right: 6px;
}

#footerBottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

#footerLogo {
  width: 87px;
  height: auto;
  margin-left: 13px;
  flex: 0 0 87px;
}
#footerLogo img {
  width: 100%;
  height: auto;
}

#address {
  margin-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
#address h2 {
  color: #6a3906;
  font-size: 1.25rem;
}

#btnPagetop {
  position: relative;
  z-index: 5;
  width: 75px;
  height: 78px;
  margin: 0 auto 10px;
}
#btnPagetop img {
  width: 100%;
  height: auto;
}

#copyright {
  position: relative;
  z-index: 3;
  padding: 11px 10px;
  background: #ffbc59;
}
#copyright p {
  margin: 0 auto;
  color: #3a2f2d;
  text-align: center;
}
#copyright p small {
  font-size: 0.92rem;
}

/* ------------------------------------------------------------
下層ページ
------------------------------------------------------------ */
/* 店舗紹介ページ
--------------------------------------------------------- */
#shopInfo {
  padding: 0 10px;
}
#shopInfo .left p {
  max-width: 294px;
  margin: 0 auto;
}
#shopInfo .left p img {
  width: 100%;
  height: auto;
}
#shopInfo .right {
  margin-bottom: 21px;
}
#shopInfo .right h3 {
  color: #eb6100;
  font-size: 1.17rem;
}
#shopInfo .right dl {
  display: table;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 3px dotted #ffbc59;
  font-size: 0.88rem;
  overflow: auto;
}
#shopInfo .right dl dt {
  display: table-cell;
  width: 87px;
  padding-left: 8px;
  color: #7d0000;
}
#shopInfo .right dl dd {
  display: table-cell;
  margin: 0;
  padding: 0;
}
#shopInfo .right p {
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom: 3px dotted #ffbc59;
  font-size: 0.88rem;
}

#parkingInfo {
  margin-bottom: 16px;
  padding: 0 10px;
  overflow: auto;
}
#parkingInfo .left p {
  max-width: 293px;
  margin: 0 auto;
}
#parkingInfo .left p img {
  width: 100%;
  height: auto;
}
#parkingInfo .right {
  padding-top: 30px;
}
#parkingInfo .right h3 {
  width: 176px;
  margin-bottom: 15px;
  padding: 7px 17px;
  background: #58c1d3;
  color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-weight: normal;
  text-align: center;
}

#staffInfo h3, #mapBox h3 {
  margin-bottom: 17px;
  padding: 11px 20px;
  background: #ee7f5d;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
}

#staffInfo {
  padding: 0 10px;
}
#staffInfo .row .left p {
  text-align: center;
}
#staffInfo .row .left p:last-child {
  margin-bottom: 1em;
  color: #59493f;
  font-size: 1.25rem;
}
#staffInfo .row .right dl {
  margin-top: 0;
  margin-bottom: 44px;
}
#staffInfo .row .right dt {
  width: 142px;
  margin: 0 5px 8px;
  padding: 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #ffa9a3;
  color: #620000;
  text-align: center;
}
#staffInfo .row .right dd {
  margin: 0 0 11px;
  padding: 0 10px 6px;
  border-bottom: 2px dotted #ffbc59;
}

#mapBox {
  margin-bottom: 43px;
  padding: 0 10px;
}

#mapWrapper {
  width: 100%;
}
#mapWrapper img {
  max-width: 100%;
}

#map {
  width: 100%;
  height: 150px;
  border: 5px solid #ffbc55;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#fruit {
  overflow: auto;
  padding: 0 10px;
}
#fruit .left p {
  max-width: 293px;
  margin: 0 auto;
}
#fruit .left p img {
  width: 100%;
  height: auto;
}
#fruit .right p {
  margin-top: 9px;
  padding: 16px 0;
  background: url(../img/img_line_1.png) repeat-x left top, url(../img/img_line_1.png) repeat-x left bottom;
  background-size: 4px 2px;
}

/* コンセプトページ
--------------------------------------------------------- */
#mainConcept img {
  width: 100%;
  height: auto;
}
#mainConcept .inner {
  padding: 0 10px;
  color: #59493f;
}
#mainConcept .inner h3 {
  max-height: 48px;
  margin: 0 auto 27px;
}
#mainConcept .inner h3:first-child {
  max-width: 265px;
}
#mainConcept .inner h3:nth-of-type(2) {
  max-width: 320px;
}
#mainConcept .inner p {
  margin-bottom: 27px;
}

/* おすすめ商品ページ
--------------------------------------------------------- */
#mainMenu .inner {
  padding: 0 10px;
}
#mainMenu .inner div {
  overflow: auto;
}
#mainMenu .inner div img {
  width: 100%;
  height: auto;
}
#mainMenu .inner > div {
  margin-bottom: 33px;
}
#mainMenu .inner div:nth-of-type(odd) .left p {
  margin: 0 auto;
}
#mainMenu .inner div:nth-of-type(odd) .right h3 {
  color: #a40000;
  font-size: 2rem;
  font-weight: normal;
}
#mainMenu .inner div:nth-of-type(odd) .right h3:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 26px;
  height: 26px;
  margin-right: 7px;
  background: url(../img/ico_menu_0.png) no-repeat;
  background-size: 26px 26px;
  content: "";
}
#mainMenu .inner div:nth-of-type(odd) .right p:first-of-type {
  color: #e5004f;
  font-size: 1.5rem;
}
#mainMenu .inner div:nth-of-type(odd) .right p:last-child {
  margin-left: 9px;
  padding: 15px 17px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ffe1d6;
  color: #362e2b;
}
#mainMenu .inner div:nth-of-type(even) .left h3 {
  color: #a40000;
  font-size: 2rem;
  font-weight: normal;
}
#mainMenu .inner div:nth-of-type(even) .left h3:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 26px;
  height: 26px;
  margin-right: 7px;
  background: url(../img/ico_menu_0.png) no-repeat;
  background-size: 26px 26px;
  content: "";
}
#mainMenu .inner div:nth-of-type(even) .left p:first-of-type {
  color: #e5004f;
  font-size: 1.5rem;
}
#mainMenu .inner div:nth-of-type(even) .left p:last-child {
  margin-left: 9px;
  padding: 15px 17px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ffe1d6;
  color: #362e2b;
}
#mainMenu .inner div:nth-of-type(even) .right p {
  margin: 0 auto;
}
#mainMenu .inner div:nth-of-type(1) .left p {
  max-width: 300px;
}
#mainMenu div:nth-of-type(2) .right p {
  max-width: 207px;
}
#mainMenu div:nth-of-type(3) .left p {
  max-width: 225px;
}
#mainMenu div:nth-of-type(4) .right p {
  max-width: 300px;
}
#mainMenu div:nth-of-type(5) .left p {
  max-width: 260px;
}
#mainMenu div:nth-of-type(6) .right p {
  max-width: 300px;
}

/* イベント情報ページ
--------------------------------------------------------- */
#mainEvent .inner {
  padding: 0 10px;
}
#mainEvent{
  margin-bottom: 35px;
}
#mainEvent > div {
  width: 85%;
  margin: 0 auto 1em;
  padding: 9px 15px;
  border: 3px solid #ff8d8d;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align:center;
}

#mainEvent img {
  width: 100%;
}

#mainEvent > div p:first-child {
  width: 45px;
  height: 30px;
  margin: 0 auto 5px;
  text-align: center;
}
#mainEvent > div h3 {
  width: 100%;
  margin: 0 auto 12px;
  background: #f33c7b;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 1.29rem;
  text-align: center;
}
#mainEvent p {
  color: #f33c7b;
  font-size: 1.5rem;
  line-height:200%;
  text-align: center;
}
#mainEvent .inner ul{
	width:80%;
	overflow:hidden;
	list-style-type:none;
	margin:20px auto;
}
#mainEvent .inner ul li img{
	width:100%;
	margin-right:20px;
}




/* 新着情報ページ
--------------------------------------------------------- */
#mainDiary .inner {
  padding: 0 10px;
}
#mainDiary h3 {
  padding: 11px 20px;
  background: #ee7f5d;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
}
#mainDiary dl {
  margin-bottom: 14px;
  padding-bottom: 16px;
  background: url(../img/img_line_2.png) repeat-x left bottom;
  -webkit-background-size: 4px 2px;
  background-size: 4px 2px;
  color: #362e2b;
}
#mainDiary dt {
  display: inline-block;
  margin-right: 14px;
  margin-left: 10px;
  padding: 5px 15px;
  background: #ffe0ab;
  color: #7d0000;
}
#mainDiary dd {
  margin: 0;
  padding: 5px 15px 0;
}
#mainDiary .articleDate {
  display: inline-block;
  margin: 17px 0 23px;
  padding: 6px 24px;
  background: #ffe0ab;
  color: #7d0000;
}
#mainDiary .btnBack {
  margin: 20px 0;
  text-align: center;
}
#mainDiary .button1 {
  display: inline-block;
  padding: 6px 10px;
  background: #7d0000;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#mainDiary #diaryDetail img {
	max-width: 100%;
	height: auto;
}

/* ギフトページ
--------------------------------------------------------- */
#mainGift .inner {
  padding: 0 10px;
}
#mainGift .inner > div img {
  width: 100%;
  height: auto;
}
#mainGift .inner > div > div {
  padding: 0 0 0 12px;
  color: #59493f;
}
#mainGift .inner > div h3 {
  margin-bottom: 17px;
  padding: 11px 20px;
  background: #ee7f5d;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
}

#aboutGift div p:first-child {
  margin-bottom: 19px;
}
#aboutGift div p:last-child {
  max-width: 625px;
  margin-bottom: 32px;
  text-align: center;
}

#wrapping ul {
  list-style: none;
  padding-left: 1em;
}
#wrapping li:before {
  margin-left: -1em;
}
#wrapping li:not(:last-child):before {
  color: #ff8d8d;
  content: "●";
}
#wrapping li:last-child:before {
  content: "※";
}
#wrapping p {
  max-width: 259px;
}

/* スペシャルケーキページ
--------------------------------------------------------- */
#mainSCake img {
  width: 100%;
  height: auto;
}
#mainSCake .inner {
  color: #59493f;
  padding: 0 10px;
}
#mainSCake .inner > div > div {
  padding: 0 0 0 12px;
}
#mainSCake .inner > div h3 {
  margin-bottom: 17px;
  padding: 11px 20px;
  background: #ee7f5d;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
}
#mainSCake .inner > div p {
  margin-bottom: 18px;
}
#mainSCake .inner > div > .row {
  padding: 0;
}

#sCakeFlow > p {
  max-width: 591px;
  margin: 0 auto;
}
#sCakeFlow .row {
  padding: 0;
}
#sCakeFlow .row > div {
  max-width: 290px;
  margin: 0 auto;
}
#sCakeFlow .row > div p:first-child {
  margin-bottom: 0;
}
#sCakeFlow .row > div p:last-child {
  margin-left: 1em;
  padding: 0 17px;
}
#sCakeFlow .row > div p:last-child:before {
  margin-left: -1em;
  color: #ffbc59;
  content: "●";
}
#sCakeFlow .row:not(:first-of-type) {
  clear: both;
}

#mainSCake .inner #sCakeFlow #sCakeInfo, #mainSCake .inner #sCakeFlow #cookiePlate {
  padding: 0;
}

#sCakeInfo {
  margin-bottom: 35px;
}
#sCakeInfo > div {
  width: 254px;
  margin: 0 auto 1em;
  padding: 9px 15px;
  border: 3px solid #ff8d8d;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ffe1d6;
}
#sCakeInfo > div p:first-child {
  width: 45px;
  height: 30px;
  margin: 0 auto 5px;
  text-align: center;
}
#sCakeInfo > div h4 {
  width: 205px;
  margin: 0 auto 12px;
  background: #f33c7b;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 1.29rem;
  text-align: center;
}

#cookiePlate p:first-child {
  width: 203px;
  margin: 0 auto;
}

#reservation p, #readMe p {
  padding: 0 12px;
}

#s_cakeIntro ul{
	width:80%;
	margin:0 auto;
	list-style-type:none;	
}

#s_cakeIntro ul li{
	margin-bottom:30px;
}
#s_cakeIntro ul li p{
	text-align:center;
	font-size:16px;
	padding:5px;
}

#s_cookieIntro ul{
	width:80%;
	margin:0 auto;
	list-style-type:none;	
}

#s_cookieIntro ul li{
	margin-bottom:30px;
}





/* デコレーションケーキページ
--------------------------------------------------------- */
#mainDCake .inner {
  color: #59493f;
  padding: 0 10px;
}
#mainDCake .inner > div h3 {
  margin-bottom: 17px;
  padding: 11px 20px;
  background: #ee7f5d;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
}

#sizeAndPrice > .inner {
  padding: 0 11px 0;
}
#sizeAndPrice > .inner > div > .right {
  text-align: center;
}
#sizeAndPrice > .inner > div > .right p:last-child {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}
#sizeAndPrice > .inner > div:last-child {
  padding: 1em;
  font-size: 1rem;
  text-align: right;
}
#sizeAndPrice > .inner > div:last-child p {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: left;
}
#sizeAndPrice table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #371012;
  border-left: 1px solid #371012;
}
#sizeAndPrice table thead tr th {
  padding: 9px;
  background: #ff9800;
  border-right: 1px solid #371012;
  border-bottom: 1px solid #371012;
  font-weight: normal;
  text-align: center;
}
#sizeAndPrice table tbody tr th, #sizeAndPrice table tbody tr td {
  padding: 9px;
  background: #fff;
  border-right: 1px solid #371012;
  border-bottom: 1px solid #371012;
  font-weight: normal;
  text-align: center;
}
#sizeAndPrice table tbody tr th {
  background: #ffcd82;
}

#allergy p {
  padding: 0 12px;
}

#fruit {
  overflow: auto;
  padding: 0 10px;
  margin-bottom: 36px;
}
#fruit .left p {
  max-width: 293px;
  margin: 0 auto;
}
#fruit .left p img {
  width: 100%;
  height: auto;
}
#fruit .right p {
  margin-top: 9px;
  padding: 16px 0;
  background: url(../img/img_line_1.png) repeat-x left top, url(../img/img_line_1.png) repeat-x left bottom;
  background-size: 4px 2px;
}


#d_cakeIntro ul{
	width:80%;
	margin:0 auto;
	list-style-type:none;	
}

#d_cakeIntro ul li{
	margin-bottom:30px;
}
#d_cakeIntro ul li p{
	text-align:center;
	font-size:16px;
	padding:5px;
}

#reserve{
	margin-bottom:30px;
}
#wholeCake{
	margin-bottom:30px;
}

/*----------------------------
20150522
----------------------------*/
#pointcard {
  margin-bottom: 30px;
  padding: 0 10px;
  overflow: auto;
}
#pointcard .left p {
  max-width: 293px;
  margin: 0 auto;
}
#pointcard .left p img {
  width: 100%;
  height: auto;
}
#pointcard .right {
  padding-top: 30px;
}
#pointcard .right h3 {
  width: 185px;
  margin-bottom: 15px;
  padding: 7px 17px;
  background: #58c1d3;
  color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-weight: normal;
  text-align: center;
}
/*----------------------------
20151120
----------------------------*/
.christmas_bnr{
	margin-bottom:20px;
}


/*----------------------------
170214追加
----------------------------*/

.blogLink{
    width:92%;
    margin: 0 auto;
    margin-bottom:30px;
    
}

.blogLink a{
    display: block;
    width:100%;
    height:auto;
}

.blogLink a img{
    display: block;
    width:100%;
}


/* 20171108追加 */
#topics_paging {
	text-align: center;
}
#topics_paging li {
	display: inline-block;
	margin: 0 5px;
}

/* 180821 */

#topBanner p:nth-of-type(3) {
  max-width: 580px;
  margin: 0 auto 12px;
}

#topBanner p:nth-of-type(3) img{
	width: 100%;
}


/* 20200122追加 */
#btnMenu3 {
  position: fixed;
  top: 34px;
  left: 5px;
  z-index: 100;
}
#btnMenu3 img {
  width: 52px;
  height: 50px;
}
