/*
Theme Name: twentytwelve-Child
Template: twentytwelve
*/
@import url('../twentytwelve/style.css');

/************************************************
 import css-past
************************************************ */
/*
@import url("css/common.css");
@import url("css/reset.css");
@import url("css/berry.css");
*/
@import url("css/clearfix.css");
/************************************************
 上書き css
************************************************ */

/* リストスタイルのリセット */
li{
	list-style-type: none!important;
}

/* 画像の枠線影のリセット */
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image{
	box-shadow: none;
}


/* 人気商品 */
.menu-item-1121 a{
	display: block;
	background: url(images/gnav_popular.jpg) no-repeat;
    width: 124px;
    height: 49px;
    text-indent: -9999px;
}
.menu-item-1121 a:hover{
	background-position: 0 -49px ;
}

/* 店舗紹介 */
.menu-item-1122 a{
	display: block;
	background: url(images/gnav_shop.jpg) no-repeat;
    width: 124px;
    height: 49px;
    text-indent: -9999px;
}
.menu-item-1122 a:hover{
	background-position: 0 -49px ;
}

/* よくあるご質問 */
.menu-item-1120 a{
	display: block;
	background: url(images/gnav_question.jpg) no-repeat;
    width: 124px;
    height: 49px;
    text-indent: -9999px;
}
.menu-item-1120 a:hover{
	background-position: 0 -49px ;
}

/* ベリーとは */
.menu-item-1119 a{
	display: block;
	background: url(images/gnav_about.jpg) no-repeat;
    width: 124px;
    height: 49px;
    text-indent: -9999px;
}
.menu-item-1119 a:hover{
	background-position: 0 -49px ;
}

/* お問い合わせ　※画像つくり次第コメントアウト解除 */
.menu-item-1123 a{
	display: block;
	background: url(images/gnav_form.jpg) no-repeat;
    width: 81px;
    height: 47px;
    text-indent: -9999px;
}
.menu-item-1123 a:hover{
	background-position: 0 -47px ;
}

/* ログイン時の編集リンク非表示 */
.edit-link{
	display: none;
}

/* フロントページ（左コンテンツ）おすすめ商品
ul#npcatch {
	width: auto;
}
 */
ul#npcatch li {
    width: 150px;
	height: 300px;
    float: left;
    margin-right: 18px;
}

/* フロントページ メインイメージ周り */
.template-front-page .entry-header,
.page .entry-header{
	display: none;
}
.site-content{
	margin-top: 0;
}
.site-content article{
	padding-bottom: 0;
}
.site-header{
	padding-bottom: 0;
}
.template-front-page .widget-area{
	padding-top: 0;
	border: none;
}
/* スマホメニュー（600px以下） */
.menu-toggle{
	display: none;
}
.main-navigation{
	margin-top: 0;
	}

/* フロントページ　bizカレンダー */
#bizcalendar-3,
#bizcalendar-2{
    width: 240px;
}
#bizcalendar-3 h3,
#bizcalendar-2 h3{
	display: none;
}

/* フロントページ　おすすめ商品 */
#recent-posts-3 h3,
#newpostcatch-2 h3{
//	background:#583A2F;
//	padding: 0.2em 0.8em;
	color: #583A2F;
//	border-radius: 10px;
//   -webkit-border-radius: 10px;
//   -moz-border-radius: 10px;
	font-size: 1.25em;
//	margin-bottom: 0.9em;
}
.template-front-page .widget-area .widget h3{
	margin: 0;
}

/* フロントページ　左右コンテンツ領域 */
@media screen and (min-width: 600px) {
	.template-front-page.two-sidebars .widget-area .front-widgets{
		width: 70%;
	}
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		width: 26.041666667%;
	}
}

/* ヘッダーロゴ */
.site-header h1 a{
	background: url(images/title_logo.jpg) no-repeat;
	text-indent:-9999px;
	height: 46px;
	width: 137px;
}

/* 背景画像 */
@media screen and (min-width: 960px){
	body{
		background: url(images/bg_check.jpg) repeat;
	}
}


/* ヘッダー（インフォメーション）電話　メール */
@media screen and (max-width: 600px) {
	#head-area #head-infomation{
		width: 235px;
		margin: 0 auto;
	}
	#head-area #head-infomation #mail-btn a{
		display: block;
		background: url(images/sf-mail.jpg) no-repeat;
		text-indent: -9999px;
		width: 235px;
		height: 45px;
		margin-bottom:10px;
		margin-top:10px;
	}
	#head-area #head-infomation #tel-btn a{
		display: block;
		background: url(images/sf-tel.jpg) no-repeat;
		text-indent: -9999px;
		width: 235px;
		height: 45px;
		margin-bottom:10px;
	}
}
@media screen and (min-width: 600px) {
	#head-area {
		width: 960px;
		margin-bottom: 5px;
		padding-bottom: 5px;
/*		border-bottom: 1px dotted #583A2F; */
		/* clearfix ここから */
		height         :auto !important;
		height         :1px;
		min-height     :1%;
		/*\*//*/display:inline-table;/**/
	}
	#head-area:after {
		content        :".";
		display        :block;
		clear          :both;
		height         :0;
		font-size      :1%;
		line-height    :1%;
		visibility     :hidden;
		/* clearfix ここまで */
	}
	#head-area hgroup{
		float: left;
		width: 330px;
	}
	#head-area #head-infomation{
		float: left;
		width: 600px;
		margin-top: 25px;
		/* clearfix ここから */
		height         :auto !important;
		height         :1px;
		min-height     :1%;
		/*\*//*/display:inline-table;/**/
	}
	#head-area #head-infomation:after {
		content        :".";
		display        :block;
		clear          :both;
		height         :0;
		font-size      :1%;
		line-height    :1%;
		visibility     :hidden;
		/* clearfix ここまで */
	}
	#head-area #head-infomation #mail-btn a{
		display: block;
		background: url(images/pc-mail.jpg) no-repeat;
		text-indent: -9999px;
		width: 164px;
		height: 41px;
		float: left;
	}
	#head-area #head-infomation #tel-btn a{
		display: block;
		background: url(images/pc-tel.jpg) no-repeat;
		text-indent: -9999px;
		width: 340px;
		height: 41px;
		float: left;
		margin-left: 10px;
	}
.srp-widget-container{
	width: 250px;
}
}

/* パンくず */
.bread{
	font-size: 50%;
	margin-top: 15px;
	text-align: left;
}
.page-template-front-page .bread{
	display: none;
}

/* 固定ページ　共通ヘッダーデザイン */
.entry-content h1{
	color: #fff;
	position:relative;
	padding:10px;
}
.entry-content h1:before{
	content:" ";
	position:absolute;
	top:100%;
	left:-10px;
	width:0;
	height:0;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent;
}
.entry-content h1:after{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:10px 10px 0 0;
	border-style:solid;
	border-color:transparent;
}
/* 固定ページ　人気商品　ヘッダーカラー */
.entry-content h1#popular_page_title{
	background:#DB6C01;
	box-shadow:
		10px 0 0 0 #DB6C01,
		-10px 0 0 0 #DB6C01,
		0 3px 3px 0 rgba(0,0,0,0.1);
}
.entry-content h1#popular_page_title:before{
	border-right-color:#b35800;
}
.entry-content h1#popular_page_title:after{
	border-top-color:#b35800;
}
/* 固定ページ　店舗紹介　ヘッダーカラー */
.entry-content h1#shop_page_title{
	background:#018259;
	box-shadow:
		10px 0 0 0 #018259,
		-10px 0 0 0 #018259,
		0 3px 3px 0 rgba(0,0,0,0.1);
}
.entry-content h1#shop_page_title:before{
	border-right-color:#00573b;
}
.entry-content h1#shop_page_title:after{
	border-top-color:#00573b;
}
/* 固定ページ　よくあるご質問　ヘッダーカラー */
.entry-content h1#question_page_title{
	background:#D06BA7;
	box-shadow:
		10px 0 0 0 #D06BA7,
		-10px 0 0 0 #D06BA7,
		0 3px 3px 0 rgba(0,0,0,0.1);
}
.entry-content h1#question_page_title:before{
	border-right-color:#a15281;
}
.entry-content h1#question_page_title:after{
	border-top-color:#a15281;
}
/* 固定ページ　ベリーとは　ヘッダーカラー */
.entry-content h1#about_page_title{
	background:#E81D16;
	box-shadow:
		10px 0 0 0 #E81D16,
		-10px 0 0 0 #E81D16,
		0 3px 3px 0 rgba(0,0,0,0.1);
}
.entry-content h1#about_page_title:before{
	border-right-color:#bd1812;
}
.entry-content h1#about_page_title:after{
	border-top-color:#bd1812;
}
/* 固定ページ　お問合せ　ヘッダーカラー */
.entry-content h1#form_page_title{
	background:#0EBCD7;
	box-shadow:
		10px 0 0 0 #0EBCD7,
		-10px 0 0 0 #0EBCD7,
		0 3px 3px 0 rgba(0,0,0,0.1);
}
.entry-content h1#form_page_title:before{
	border-right-color:#0b9cb3;
}
.entry-content h1#form_page_title:after{
	border-top-color:#0b9cb3;
}
/* 固定ページ　作品　ヘッダーカラー */
.entry-content h1#works_page_title{
	background:#376ec7;
	box-shadow:
		10px 0 0 0 #376ec7,
		-10px 0 0 0 #376ec7,
		0 3px 3px 0 rgba(0,0,0,0.1);
}
.entry-content h1#works_page_title:before{
	border-right-color:#275296;
}
.entry-content h1#works_page_title:after{
	border-top-color:#275296;
}

/* facebook */
._1drm ._1z7u{
	height: auto;
}

/* サイドバー　サブメニュー（トップ以外） */
ul#menu-sub li {
    margin: 8px 0 0!important;
}

/* 作品　画像ギャラリー */
.photospace ul.thumbs {
	
	/* clearfix ここから */
	height         :auto !important;
	height         :1px;
	min-height     :1%;
	/*\*//*/display:inline-table;/**/
}
.photospace ul.thumbs:after {
	content        :".";
	display        :block;
	clear          :both;
	height         :0;
	font-size      :1%;
	line-height    :1%;
	visibility     :hidden;
	/* clearfix ここまで */	
}

.top.pagination{
	height: 70px;
}
.photospace ul.thumbs li{
	width: 16%;
	float :left;
	margin-right: 10px;
	margin-bottom: 40px;
}
.photospace .gal_content {
    float: none;
//  width: 100%;
    margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
.photospace .gal_content {
		max-width: 250px;
	}
}
.photospace .slideshow a.advance-link {
    width: auto;
}
.photospace .pagination a,
.photospace .pagination span.current{
	font-size: 50%;
    padding-left: 7px;
    padding-right: 7px;
}
#contents_wrap{
	height: 100%;
}
.photospace .entry-content img {
    max-height: 100%;
	text-align:center;
}
.photospace .nav-controls {
    float: left;
}

/* 作品|結婚式　お問合せ */
.entry-content #works li{
	margin: 0;
}

/* 作品各ページ　注文リンク */
#order_btn a {
	text-align: center;
    line-height: 1.5em!important;
	padding: 1em;
	display: block;
	font-size: 120%;
	text-decoration: none;
	position: relative;
	background-color: #1abc9c;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#order_btn a:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
}
#order_btn a:active {
	top: 3px;
	box-shadow: none;
}
/* 固定ページ */
.entry-content p{
	margin: 0;
}
/* 人気商品ページの価格エリア */
.content_read ul {
    margin-bottom: 1.5em;
}
.dan_bg {
    padding: 1em;
    background: #FEF2D1;
}
.entry-content #contents_wrap li{
	margin: 0!important;
}
.dan_bg li:first-child {
    color: #f00;
    font-weight: bold;
}
/* 店舗ページ */
#shop_images ul li {
    float: left;
	width: 260px;
	text-align: center;
	min-height: 230px;
	line-height: 1.5em;
}
.entry-content #contents_wrap li{
    margin-left: 13px!important;
}
.entry-content #contents_wrap .pagination li{
    margin-left: 0!important;
}
#shop_map .map{
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
/*	width: 260px; */
}
#shop_map .gaikan{
	float: left;
/*	width: 260px; */
}
/* よくあるご質問ページ */
#index {
    padding: 10px 20px 10px 20px;
    margin-bottom: 30px;
    border-top: dotted 1px #765A54;
    border-bottom: dotted 1px #765A54;
    line-height: 2;
}
#index li {
    list-style: decimal inside!important;
}
#contents_wrap h2 {
    font-size: 170%;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#img_dispatch_air {
    margin-right: 50px;
    width: 200px;
	height: 350px;
    float: left;
}
#img_dispatch_helium {
    width: 250px;
	height: 350px;
    float: left;
}
#img_scene_fiesta {
    margin-top: 20px;
    width: 250px;
}
#img_scene_wedding_hall {
    width: 250px;
    margin-top: 20px;
}
#img_goods_arrangement_002 {
    margin-right: 50px;
    width: 250px;
    float: left;
}
#img_goods_arrangement_003 {
    width: 216px;
    float: left;
}

#img_goods_message_001 {
    width: 200px;
	height: 250px;
    float: left;
}
#img_goods_message_002 {
    margin-left: 10px;
    width: 200px;
	height: 250px;
    float: left;
}
#img_goods_message_003 {
    margin-left: 10px;
    width: 200px;
	height: 250px;
    float: left;
}
.go_to_top {
    margin-top: 20px;
    text-align: right;
}
.go_to_top a {
    padding-left: 20px;
    padding-bottom: 1px;
    background: url(images/mark_go_to_top.jpg) no-repeat;
}
/* 投稿ページ */
.single p{
	margin-bottom: 20px;
}
.single .entry-header h1{
    position: relative;
    color: #111;
    font-size: 1.143em;
    font-weight: bold;
    margin: 1.5em 0 0.5em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #B92A2C;
}
 
.single .entry-header h1:before{
    content: "";
    position: absolute;
    background: #d48789;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
.single .entry-header h1:after{
    content: "";
    position: absolute;
    background:#d26466;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
.comments-link{
	display: none;
}
.category-box{
/*	text-align: right; */
	margin-bottom: 13px;
}
.sadou a{
	background: #ff0;
	padding: 0.5em 1em;
	font-size: 0.8em;
	text-decoration: none;
}


.sadou a {
	background-color:#77b937;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	border:1px solid #adf546;
	color:#ffffff;
}
.sadou a:hover {
	background-color:#adf546;
}

.nichijo a{
	background: #ff0;
	padding: 0.5em 1em;
	font-size: 0.8em;
	text-decoration: none;
}


.nichijo a {
	background-color:#79bbff;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	border:1px solid #469df5;
	color:#ffffff;
}
.nichijo a:hover {
	background-color:#4197ee;
}
.osusume a{
	background: #ff0;
	padding: 0.5em 1em;
	font-size: 0.8em;
	text-decoration: none;
}


.osusume a {
	background-color:#dd2929;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	border:1px solid #ff4444;
	color:#ffffff;
}
.osusume a:hover {
	background-color:#ff4444;
}


.entry-header img{
	display: none;
}
.category-box{
	line-height: 2em;
}

/* タグ */
.berry-tag{
	padding-left: 10px;
}

/* 次の記事（前の記事）へのリンク */
.nav-previous,
.nav-next{
	width: 35%;
	padding: 0.8em 0.5em ;
  background:#f2d8ff;
  color:#fff;
  border:none;
  position:relative;
//  height:60px;
//  font-size:1.6em;
//  padding:0 2em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
}
.nav-previous:hover,
.nav-next:hover{
  background:#fff;
  color:#f2d8ff;
}
.nav-previous:before,.nav-previous:after,
.nav-next:before,.nav-next:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #f2d8ff;
  transition:400ms ease all;
}
.nav-previous:after,
.nav-next:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.nav-previous:hover:before,.nav-previous:hover:after,
.nav-next:hover:before,.nav-next:hover:after{
  width:100%;
  transition:800ms ease all;
}
.site-content previous,
.site-content nav {
    line-height: 1.25!important;
}
.nav-previous a,
.nav-next a{
	text-decoration: none!important;
	font-size: 80%;
}
/* 入力フォーム */
textarea{
	width: 100%;
}
.entry-content p{
	margin-bottom: 20px;
}
/* おすすめ商品　メイン写真説明文 */
.photospace .caption{
	text-align: left;
}
/* スマホのサイドバー扱い */
@media screen and (max-width: 600px) {
ul#npcatch li{
	width: 115px;
}
}

footer.entry-meta{
	display: none!important;
}
/* topページ　おすすめ商品　タグ */
div.top-berry-tag{
	margin-bottom: 10px;
	font-size: 50%;
	font-weight: bold;
}
div.top-berry-tag a{
	color: #F63C9F!important;
}
/************************************************
 店舗移転のお知らせ
************************************************ */
@media screen and (min-width: 600px) {
	#nm{
		width: 100%;
	}
	.nm-text{
		width: 49%;
		float: left;
	}
	.nm-img img{
		width: 300px;
	}
	.nm-img{
		width: 49%;
		float: left;
	}
}
/************************************************
 top balloon art
************************************************ */
#balloon_art_area img{
	float: none;
	margin: 0;
}
#balloon_art_area ul {
    margin: 0 auto;
    text-align: center;
	margin-bottom: 1em;
}
#balloon_art_area ul li {
    display: inline-block;
    width: 30%;
}
#balloon_art_area h2 {
    color: #ff4f4f;
    font-size: 1.5em;
	margin: 1em 0;
}
@media screen and (max-width: 600px) {
	#balloon_art_area ul li {
	    width: 49%;
	}
	#balloon_art_area ul li img {
	    width: 250px;
	}
}
/* ヘッダー注意文章 */
.attention_read {
    background: #c54545;
    padding: 10px;
    color: #fff;
    line-height: 1.4em;
    margin-bottom: 1em;
}
/* 店舗移転情報 */
div#shop2020-06-03_area img {
    margin-bottom: 2em;
}
.medatu {
    font-weight: bold;
    color: #0089ff;
    font-size: 1.4em!important;
}
/* 地域のイベントに！ */
.imgbig {
    width: 50%;
    margin: 0 auto;
}
/************************************************
 2020年のクリスマス
************************************************ */
.shouhin002 {
    background: #ede1cb;
    padding: 1em;
}
img.floatnone {
    float: none!important;
}
.shouhin002 ul li {
    display: inline-block;
}
.floatleft{
	float: left;
	width: 38%
}
.floatright{
	float: right;
	width: 60%
}
.party_line{
	margin: 1em 0;
}
/************************************************
 2021年　看板
************************************************ */
.map img {
    float: none!important;
}
.signboard ul {
    height: 215px;
}
.textalignecenter{
	text-align: center;
	
}
.widget-area .widget p.textalignecenter {
    margin-bottom: 0!important;
    font-size: 1.5em;
    font-weight: bold;
    color: #fd8282;
}
video {
    border: 1px solid #e4e4e4!important;
}
/************************************************
 サイドバー　デザイン崩れ対応
************************************************ */
aside#nav_menu-3 {
    width: 100%;
    clear: both;
}