/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
#top h2.top_ttl_01 {
	border-color: #DED9D9;
	border-style: solid;
	border-width: 1px 0;
	font-size: 140%;
	font-weight: bold;
	color: #573731;
	margin-bottom: 20px;
	padding: 0.5em 0;
	position: relative;
}
#top h2.top_ttl_01::after {
	background-color: #E62E8B;
	content: "";
	width: 30px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
}
#top h2.top_ttl_01 span.top_ttl_01eng {
	font-family: 'Crimson Text', serif;
	color: #E62E8B;
	font-size: 200%;
	margin-right: 10px;
}
#top h2.top_ttl_02 {
	font-size: 140%;
	font-weight: bold;
	color: #573731;
	margin-bottom: 40px;
	text-align: center;
}
#top p.top_ttl_02_eng {
	font-family: 'Crimson Text', serif;
	font-size: 280%;
	color: #E62E8B;
	margin-bottom: 15px;
	text-align: center;
}
.top_btn_area {
	position: absolute;
	right: 0;
	top: 9px;
}
a.top_btn_01 {
	position: relative;
	display: inline-block;
	border: 1px solid #E62E8B;
	padding: 0.5em 1.5em 0.5em 1.5em;
	font-size: 80%;
	text-align: center;
	background: #E62E8B;
	color: #FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: normal;
}
a.top_btn_01:before {
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 4px;
	font-size: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	font-family: FontAwesome;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a.top_btn_01:hover {
	color: #E62E8B;
	background: #FFFFFF;
	text-decoration: none;
}

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

@media screen and (max-width:768px) {
#top h2.top_ttl_01 {
	font-size: 120%;
}
#top h2.top_ttl_01 span {
	font-size: 180%;
}
}
/*----------------------------------------
	トップ　メインイメージ
*/
.bx-wrapper .bx-viewport {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 10px;
	border: 1px solid #FFFFFF;
	left: 0;
}
.bx-wrapper .bx-caption {
	background: rgba(0,0,0,0.70);
}
.bx-wrapper .bx-caption span {
	font-size: 120%;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #F4C7DE;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #E62E8B;
}
/*--------------------------------
	トップ　バナー
*/
#top_banner {
	padding-bottom: 30px;
}
#top_banner figure {
	position: relative;
	margin-bottom: 5px;
	overflow: hidden;
}
#top_banner figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#top_banner figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
#top_banner figcaption {
	position: absolute;
	bottom: 0;
	color: #fff;
	background: rgba(230,46,139,0.70);
	width: 100%;
	padding: 1em 0;
	background-image: url(../images/ico_arrow_w.png);
	background-repeat: no-repeat;
	background-position: 98%;
}
#top_banner figcaption h2 {
	margin: 0;
	padding: 0 0.8em;
	font-size: 150%;
	text-align: left;
}
#top_banner p {
	font-size: 120%;
}

@media screen and (max-width:768px) {
#top_banner figcaption {
	background-image: none;
}
#top_banner figcaption h2 {
	font-size: 110%;
	padding: 0 0.3em;
}
#top_banner p {
	font-size: 120%;
}
}
/*--------------------------------
	トップ　お知らせ
*/
#top_info dl {
	font-size: 140%;
}
#top_info dl dt {
	float: left;
	clear: both;
	width: 8em;
	padding: 0.5em 0.5em 0.5em 0;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	color: #666666;
	font-weight: normal;
}
#top_info dl dt::before {
	background-color: #e61874;
	border-radius: 100%;
	content: "";
	display: inline-block;
	margin-right: .8rem;
	vertical-align: middle;
	width: 4px;
	height: 4px;
}
#top_info dl dd {
	/*border-bottom: 1px dotted #999;*/
	padding: 0.5em 0.5em 0.5em 8em;
}
#top_info dl dd a {
	color: #573731;
}
#top_info dl dd a:hover {
	color: #573731;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
#top_info dl {
	margin-bottom: 30px;
}
}
/*--------------------------------
	トップ　イベント＆トピックス
*/
#top_event dl dd h2 {
	border-bottom: 1px dotted #573731;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 160%;
	font-weight: bold;
	line-height: 1.5;
}
#top_event a dl.top_event_list dd{
	color: #573731;
}
#top_event a dl.top_event_list:hover dd h2 {
	color: #573731;
	text-decoration: underline;
}
#top_event dl.top_event_list dd p {
	font-size: 140%;
}

@media screen and (max-width: 768px) {
#top_event dl.top_event_list {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #573731;
}
#top_event dl.top_event_list dt {
	float: left;
	clear: both;
	width: 15em;
	padding: 0;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}
#top_event dl.top_event_list dd {
	/*border-bottom: 1px dotted #999;*/
	padding-left: 16em;
}
#top_event dl.top_event_list dd h2 {
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 1em;
	font-size: 160%;
	font-weight: bold;
}
}
/*--------------------------------
	トップ　ストアガイド
*/
.store_wrap {
	background: #FFFAE2;
	padding: 20px;
}
.store_search {
	max-width: 400px;
	margin: 0 auto;
	padding-bottom: 30px;
	font-size: 140%;
}
#store_form {
	background-color: #FFFFFF;
	width: 100%;
	height: 40px;
	border: 1px #C9C9C9 solid;
	border-radius: 20px;
}
#store_form input {
	vertical-align: top;
	margin: 0px;
	height: 100%;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	background-color: transparent;
	outline: 0;
}
#store_input {
	border: none;
	width: 85%;
	padding-left: 10px;
}
#store_submit {
	width: 10%;
	border: none;
	background-image: url(../images/ico_zoom.png);
	background-position: center;
	background-size: auto 60%;
	background-repeat: no-repeat;
}
@keyframes tabAnim{
	0%{opacity:0;}
	100%{opacity:1;}
}
.tab_wrap {
	width: 90%;
	margin: 0 auto;
}
.tab_wrap input[type="radio"] {
	display: none;
}
.tab_area {
	font-size: 100%;
	margin: 0 auto 10px auto;
	max-width: 500px;
}
.tab_area label {
	width: 45%;
	margin: 0 5px;
	display: inline-block;
	padding: 12px 0;
	color: #E62E8B;
	background: #FFFFFF;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
	transition: ease 0.2s opacity;
	border: 1px solid #E62E8B;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	position: relative;
}
.tab_area label:before{
	content: "\f107";
	position:absolute;
	top:50%;
	right:6px;
	font-size:100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index:1;
	font-family: FontAwesome;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tab_area label:hover {
	background: #E62E8B;
	color: #FFFFFF;
	border: 1px solid #E62E8B;
}
.panel_area {
	background: #fff;
	border-radius: 10px;
	border: 2px dotted #573731;
}
.tab_panel {
	width: 100%;
	padding: 20px;
	display: none;
}
.tab_panel ul li {
	margin-bottom: 20px;
}
#tab1:checked ~ .tab_area .tab1_label {
	background: #E62E8B;
	color: #FFFFFF;
	border: 1px solid #E62E8B;
}
#tab1:checked ~ .panel_area #panel1 {
	display: block;
	animation:tabAnim ease 0.6s forwards;
	-ms-animation:tabAnim ease 0.6s forwards;
}
#tab2:checked ~ .tab_area .tab2_label {
	background: #E62E8B;
	color: #FFFFFF;
	border: 1px solid #E62E8B;
}
#tab2:checked ~ .panel_area #panel2 {
	display: block;
	animation:tabAnim ease 0.6s forwards;
	-ms-animation:tabAnim ease 0.6s forwards;
}
a.tab_cat{
	position:relative;
	display:inline-block;
	border:1px solid #573731;
	padding:0.5em;
	font-size:140%;
	text-align:center;
	background:#573731;
	color:#FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 100%;
	border-radius: 5px;
}
a.tab_cat:before{
	content: "\f1b0";
	font-size:100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index:1;
	font-family: FontAwesome;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-right: 5px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a.tab_cat:hover{
	color:#573731;
	background:#FFFFFF;
	text-decoration:none;
}
@media screen and (max-width:991px) {
a.tab_cat{
	font-size:120%;
}
}
@media screen and (max-width: 768px) {
	.store_wrap {
	padding: 20px 10px;
}
	.tab_wrap {
	width: 100%;
	margin: 0 auto;
}
	.tab_panel {
	padding: 10px;
}
	.tab_area label {
	width: 49%;
	margin: 0;
}
	a.tab_cat{
	padding:1em 0.5em;	
}
}
/*--------------------------------
	トップ　スタッフブログ
*/
#top_blog dl {
}
#top_blog dl dt {
}
#top_blog dl.top_blog_list dd h2 {
	border-bottom: 1px dotted #573731;
	padding-bottom: 0.8em;
	padding-top: 0.8em;
	margin-bottom: 0.8em;
	font-size: 160%;
	font-weight: bold;
	line-height: 1.5;
}
#top_blog a dl.top_blog_list dd {
	color: #573731;
}
#top_blog a dl.top_blog_list:hover dd h2 {
	color: #573731;
	text-decoration: underline;
}
#top_blog dl.top_blog_list dd p {
	font-size: 140%;
	margin-bottom: 10px;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
#top_blog dl.top_blog_list {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #573731;
}
#top_blog dl.top_blog_list dt {
	float: left;
	clear: both;
	width: 14em;
	padding: 0;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}
#top_blog dl.top_blog_list dd {
	/*border-bottom: 1px dotted #999;*/
	padding-left: 15em;
}
#top_blog dl.top_blog_list dd h2 {
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 0.8em;
	font-size: 140%;
	font-weight: bold;
}
#top_blog dl.top_blog_list dd p {
	font-size: 100%;
	margin-bottom: 10px;
	line-height: 1.5;
}
#top_blog dl.top_blog_list dd p:last-child{
	margin-bottom: 0;
}	
}
/*--------------------------------
	トップ　フッター広告エリア
*/
@media screen and (max-width: 768px) {
#ad_footer ul li{
	margin-bottom: 20px;
}
#ad_footer ul li:last-child{
	margin-bottom: 0;
}	
}
/*-------------------------------------*/
/*	下層ページ関連	*/
/*-------------------------------------*/
.sec_page_ttl{
	padding:0 0 30px ;
}
.sec_page_ttl h2{
	padding: 0.8em  0.5em;
	border-bottom:2px solid #E62E8B;
	font-size:240%;
	font-weight: bold;
	background: #F7F7F7;
}
/*#page p{
	margin:0 0 20px;
	font-size:140%;
	line-height:1.875;
}*/
/*カテゴリーアイコン（リンク無し）*/
span.ico_cat{
	margin-left: 8px;
	font-size: 80%;
	color: #FFFFFF;
	padding: 0.2em 1em;
	display: inline-block;
	background:#573731;
	border: 1px solid #573731;
	border-radius: 3px;
}
/*カテゴリーアイコン（リンクあり）*/
span.ico_cat_link {
	margin-left: 8px;
	font-size: 80%;
}
span.ico_cat_link:first-of-type{
	margin-left: 0;
}
span.ico_cat_link a{
	color: #FFFFFF!important;
	padding: 0.2em 1em;
	display: inline-block;
	background:#573731;
	border: 1px solid #573731;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 3px;
}
span.ico_cat_link a:hover{
	color: #573731!important;
	background:#FFFFFF;
	border: 1px solid #573731;
	text-decoration: none!important;
}
/*タグ*/
span.ico_tag_link {
/*margin-left: 8px;*/
	font-size: 80%;
}
span.ico_tag_link a{
	color: #573731;
	padding: 0.2em 1em;
	display: inline-block;
	border: 1px solid #DED9D9;
	background:#DED9D9;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 3px;
}
span.ico_tag_link a:hover{
	color: #573731;
	background:#F7F7F7;
	text-decoration: none!important;
	border: 1px solid  #573731;
}
span.event_day {
	border: 1px solid #573731;
	margin-right: 5px;
	padding: 0.2em 1em;
	display: inline-block;
	font-size: 80%;
}
@media screen and (max-width: 768px){
	.sec_page_ttl .ttl_01{
		padding: 4.2em  0;
	}
}
/*--------------------------------
	サムネ付きボックス（Recommend）
*/
dl.list_box{
	margin-bottom: 30px;
}
dl.list_box dt{
	text-align: center;
}
dl.list_box dd {
	display: block;
	padding: 1em 0.5em;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: #F7F7F7;
	color: #573731;
	font-size: 140%;
	text-align:center;
}
a dl.list_box dd:hover{
	background: #F4F4F4;
	text-decoration: none;
}
/*-------------------------------------*/
/*	アーカイブ関連　*/
/*-------------------------------------*/
/*--------------------------------
	カテゴリーボタン
*/
.archive .btn_cat_list{
	margin-bottom: 30px;

}
.archive .btn_cat_list ul li{
	margin-bottom: 10px;

}
.archive .btn_cat_list a.btn_cat{
	width: 100%;
	position:relative;
	display:inline-block;
	border:1px solid #573731;
	padding:0.5em;
	font-size:140%;
	text-align:center;
	background:#F7F7F7;
	color:#573731;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}
.archive .btn_cat_list a.btn_cat:before{
	content: "\f107";
	position:absolute;
	top:50%;
	right:6px;
	font-size:100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index:1;
	font-family: FontAwesome;
}
.archive .btn_cat_list a.btn_cat:hover{
	color:#FFFFFF;
	background:#573731;
	text-decoration:none;
}
.archive .btn_cat_list ul li a.current{
	color:#FFFFFF;
	background:#573731;
	text-decoration:none;
}
/*--------------------------------
	お知らせ一覧
*/
.archive dl.archive_list {
	font-size: 140%;
}
.archive dl.archive_list dt {
	float: left;
	clear: both;
	width: 8em;
	padding: 1em 1em 1em 0;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	color: #666666;
	font-weight: normal;
}
.archive dl.archive_list dt::before {
	background-color: #e61874;
	border-radius: 100%;
	content: "";
	display: inline-block;
	margin-right: .8rem;
	vertical-align: middle;
	width: 4px;
	height: 4px;
}
.archive dl.archive_list dd {
	border-bottom: 1px dotted #DED9D9;
	padding: 1em 1em 1em 8em;
}
.archive dl.archive_list dd:first-of-type{
	border-top: 1px dotted #DED9D9;
}
.archive dl.archive_list dd a {
	color: #573731;
}
.archive dl.archive_list dd a:hover {
	color: #573731;
	text-decoration: underline;
}
p.archive_cat_list{
	margin-bottom: 1em;
}
p.event_day_list{
	margin-bottom: 1em;
}
/*--------------------------------
	イベント＆トピックス一覧（サムネ付きボックス）
*/
dl.event_list_box{
	margin-bottom: 60px;
}
dl.event_list_box dd h2 {
	border-bottom: 1px dotted #573731;
	font-size: 160%;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
dl.event_list_box dd h2 a{
	color: #573731;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	display: block;
}
dl.event_list_box dd h2 a:hover{
	color: #573731;
	text-decoration: underline;
}
dl.event_list_box dd p {
	font-size: 140%;
}
dl.event_list_box dd p.archive_cat_list{
	margin-bottom: 0;
}
/*--------------------------------
	ショップ一覧
*/
ul.shop_cat_list {
	margin-bottom: 50px;
}
ul.shop_cat_list li{
	font-size: 140%;
	margin-bottom: 10px;
}
ul.shop_cat_list li a{
	text-decoration:underline;
	color:#3144A3;
}
ul.shop_cat_list li::before {
	background-color: #e61874;
	border-radius: 100%;
	content: "";
	display: inline-block;
	margin-right: .8rem;
	vertical-align: middle;
	width: 4px;
	height: 4px;
}
ul.shop_cat_list li a:hover{
	text-decoration: none;
}
@media screen and (max-width: 768px) {
.archive .btn_cat_list a.btn_cat{
	font-size:120%;
	padding:1em 2.5em 1em 2.5em;
}	
.archive dl.archive_list {
}
.archive dl.archive_list dd p.archive_cat_list{
	margin-bottom: 20px;
}
.archive dl.archive_list dt {
	padding: 1.5em 1.5em 1.5em 0;
}
.archive dl.archive_list dd {
	padding: 1.5em 1.5em 1.5em 8em;
}
dl.event_list_box{
	margin-bottom: 40px;
}	
dl.event_list_box dd h2{
	margin-bottom: 1em;
}	
dl.event_list_box dd h2 a{
	color: #573731;
	padding-bottom: 1em;
	padding-top: 1em;
	display: block;
}
ul.shop_cat_list li{
	font-size: 160%;
	margin-bottom: 20px;
}
}
/*-------------------------------------*/
/*	投稿詳細ページ　*/
/*-------------------------------------*/
.main_content .related_wrap{
	margin:0 0 20px;
}
.main_content ul.related_list li::before {
	background-color:none;
	border-radius: 100%;
	content: "";
	display: inline-block;
	margin-right: 0;
	vertical-align: middle;
	width: 0;
	height: 0;
}
.main_content .related_wrap ul.related_list{
	display:table;
	float: right;
	margin-bottom: 0;
}
.main_content .related_wrap ul.related_list .li_item{
	display:table-cell;
	padding:0 0 0 0;
	vertical-align:middle;
}
.main_content .related_wrap ul.related_list .date{
	margin-right: 8px;
}
.main_content .related_wrap ul.related_list .li_item:nth-of-type(1){
	padding:0;
}
@media screen and (max-width: 768px) {
	.main_content .related_wrap ul.related_list{
		display:block;
		width:100%;
		margin-bottom:8px;
	}
	.main_content .related_wrap ul.related_list .li_item{
		display:inline-block;
	}
	.main_content .related_wrap ul.related_list .li_item:nth-of-type(1){
		width:100%;
		margin:0 0 5px;
	}
	
}

.pager_list{
	position:relative;
	width:100%;
	margin:60px 0 60px 0;
	text-align:center;
}
.pager_list .prev_btn{
	position:absolute;
	top:0;
	left:0;
	display:block;
}
.pager_list .next_btn{
	position:absolute;
	top:0;
	right:0;
	display:block;
}
.pager_list .next_btn a.pager_btn,
.pager_list .prev_btn a.pager_btn{
	padding:1em 1.5em;
	background:#E62E8B;
	font-size:140%;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: 1px solid #E62E8B;
}
.pager_list .next_btn a.pager_btn .btn_txt{
	position:relative;
	display:inline-block;
	padding:2px 27px 2px 0;
}
.pager_list .prev_btn a.pager_btn .btn_txt{
	position:relative;
	display:inline-block;
	padding:2px 0 2px 27px;
}
.pager_list .next_btn a.pager_btn .btn_txt:before{
	content: "\f105";
	position:absolute;
	top:50%;
	right:0;
	font-size:100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index:1;
	font-family: FontAwesome;
	color:#FFFFFF;
}
.pager_list .prev_btn a.pager_btn .btn_txt:before{
	content: "\f104";
	position:absolute;
	top:50%;
	left:0;
	font-size:100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index:1;
	font-family: FontAwesome;
	color:#FFFFFF;
}

.pager_list .next_btn a.pager_btn:hover,
.pager_list .prev_btn a.pager_btn:hover{
	background:#FFFFFF;
	color: #E62E8B;
	text-decoration:none;
	border: 1px solid #E62E8B;
}
.pager_list .next_btn a.pager_btn:hover .btn_txt:before,
.pager_list .prev_btn a.pager_btn:hover .btn_txt:before{
	color: #E62E8B;
}
.pager_list .back_btn{
	display:inline-block;
}
.pager_list .back_btn a{
	padding:1em 1.5em;
	background:#E62E8B;
	font-size:140%;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: 1px solid #E62E8B;
}
.pager_list .back_btn a:hover{
	background:#FFFFFF;
	color: #E62E8B;
	text-decoration:none;
	border: 1px solid #E62E8B;
}

@media screen and (max-width: 768px) {
.pager_list .next_btn{
		position:relative;
		display:block;
		top:0;
		left:0;
		margin:0 0 15px;
	}
.pager_list .prev_btn{
		position:relative;
		display:block;
		top:0;
		right:0;
		margin:0 0 15px;
	}
.pager_list .next_btn a.pager_btn,
.pager_list .prev_btn a.pager_btn{
		display:block;
	}
.pager_list .back_btn{
		display:block;
	}
.pager_list .back_btn a{
		display:block;
	}
}
/*-------------------------------------*/
/*	ストア詳細ページ　*/
/*-------------------------------------*/
hr.shop_hr{
	border: none;
	height: 3px;
	background: url(../images/bg_hr.gif) repeat-x;
	margin-bottom: 30px;
}
ul.shop_list {
	margin-bottom: 30px;
}
ul.shop_list li {

}
ul.shop_list li ul.shop_btn_list{
	padding-top: 10px;
}
ul.shop_list li ul.shop_btn_list li{
	margin-bottom: 10px;
}
ul.shop_list li ul.shop_btn_list li:last-child{
	margin-bottom: 0;
}
ul.shop_list li a.btn_shop{
	width: 100%;
	position:relative;
	display:inline-block;
	border:1px solid #E62E8B;
	padding:0.5em 2.5em 0.5em 2.5em;
	font-size:140%;
	text-align:center;
	background:#E62E8B;
	color:#FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}
ul.shop_list li .btn_pc_tel{
	width: 100%;
	border:1px solid #E62E8B;
	padding:0.5em 2.5em 0.5em 2.5em;
	font-size:140%;
	text-align:center;
	background:#E62E8B;
	color:#FFFFFF;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}
ul.shop_list li a.btn_shop i,
ul.shop_list li .btn_pc_tel i{
	margin-right: 5px;
}
ul.shop_list li a.btn_shop:hover{
	color:#E62E8B;
	background:#FFFFFF;
	text-decoration:none;
}
ul.shop_list li ul.shop_point_list li.access,
ul.shop_list li ul.shop_point_list li.point{
	font-size: 140%;
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
}
ul.shop_list li ul.shop_point_list li.access::before{
	content: "\f041";
	font-family: FontAwesome;
	color: #E62E8B;
	position: absolute;
	left:0;
}
ul.shop_list li ul.shop_point_list li.point::before{
	content: "\f05d";
	font-family: FontAwesome;
	color: #E62E8B;
	position: absolute;
	left:0;
}
ul.shop_list li ul.shop_point_list li.comment{
	font-size: 135%;
	background: #F7F7F7;
	padding: 10px;
	margin-bottom: 20px;
}
ul.shop_list li ul.shop_point_list li.hours table{
	font-size: 120%;
	width:100%;
	margin-top:10px;
}
ul.shop_list li ul.shop_point_list li.hours table th,
ul.shop_list li ul.shop_point_list li.hours table td{
	border:1px solid #999999;
	text-align: center;
	padding:0.5em;
	vertical-align: middle;
} 
ul.shop_list li ul.shop_point_list li.hours table th{
	border-top:2px solid #E62E8B;
	background:#F7F7F7;
	font-weight: bold;
} 
@media screen and (max-width: 768px) {
	ul.shop_list li ul.shop_point_list li.hours table{
	margin-bottom: 20px;
}
	}

/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
.contact{
	/*max-width: 960px;
	margin: 0 auto;*/
}
.main_content .form_wrap h4{
	margin-top:20px;
}
.contact .form_wrap .subtxt_01{
	display:inline-block;
	font-size:75%;
}
.contact .form_wrap .consent_check_wrap{
	margin:30px auto 43px;
	background:#FAFAFA;
	padding:1.9em;
	text-align:center;
}
.contact .form_wrap .consent_check_wrap .consent_txt_01{
	margin:0 0 16px;
	font-size:140%;
	line-height:1.7;
	text-align:center;
	color:#212121; 
}

.submit_btn_wrap{
	position:relative;
	width:200px;
	margin:0 auto 120px;
}
.submit_btn{
		position:relative;
	display:block;
	border:1px solid #E62E8B;
	padding:1.0em 3.0em 1.0em 3.1em;
	font-size:160%;
	text-align:center;
	background:#E62E8B;
	color:#FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor:pointer;
	width: 100%;
}
.submit_btn_wrap:before{
	content: "\f105";
	position:absolute;
	top:50%;
	right:10px;
	font-size:160%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index:1;
	color:#FFFFFF;
	font-family: FontAwesome;
}
.submit_btn:hover{
	color:#E62E8B;
	background:#FFFFFF;
	text-decoration:none;
}
.privacy_box {
    border: 1px solid #d6d8e0;
    margin-bottom: 30px;
}
.privacy_inner {
    width: auto;
    height: 200px;
    overflow-y: scroll;
    padding: 22px;
}
.privacy_inner p{
    font-size: 120%;
	margin:0 0 20px;
	line-height:1.875;
}
/*-------------------------------------*/
/*	フォーム関連	*/
.form_table{
	width:100%;
	margin-bottom: 30px;
}
.form_table	.table_ttl,
.form_table	.table_item{
	padding:1.3em 1.5em 1.0em;
	font-size:140%;
	border-top:1px solid #D2D2D2;
	border-bottom:1px solid #D2D2D2;
}
.form_table	.table_ttl{
	position:relative;
	text-align:center;
	vertical-align:middle;
	font-weight: bold;
	background-color: #F7F7F7;
	border-left: 2px solid #E62E8B;
}
.form_table	.table_ttl .must,
.form_table	.table_ttl .free{
	position:relative;
	margin:0 0 0 10px;
	padding:2px 0.5em;
	display:inline-block;
	color:#FFFFFF;
	font-size:80%;
}
.form_table	.table_ttl .must{background:#E60012;}
.form_table	.table_ttl .free{background:#0082E6;}

.form_table	.table_ttl .notice{
	font-size:75%;
}

.form_table :focus {
  outline: solid 1px #573731;
}

.form_rest button,
.form_rest input[type="text"],
.form_rest textarea, radio, select {
	border: 1px solid #B5B5B5;
	font-family: inherit;
	font-size:100%;
	padding: 0.6em;
	margin:0;
	background-color: #FAFAFA;
	border-radius: 3px;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.form_rest input[type="text"].text_fomr_01{ width:70%; }
.form_rest input[type="text"].text_fomr_02{ width:50%; }
.form_rest input[type="text"].text_fomr_03{ width:40%; margin:0 0 0 5px }
.form_rest input[type="text"].text_fomr_04{ width:100%; margin:10px 0 0;}
.form_rest textarea.form_txtarea_01{ width:100%;}

.form_rest input[type="checkbox"] {
    height: 15px;
    width: 15px;
    margin: 0;
    vertical-align: middle;
}
.form_rest input[type="radio"] {
    vertical-align: middle;
	margin: 0;
}
label {
	margin-right: 20px;
	font-weight: normal!important;
}

/*radio カスタム*/
.radiobtn_01 .wpcf7-list-item{
	margin:0;
}
.radiobtn_01 input[type="radio"]{
	display:none;
}
.radiobtn_01 input[type="radio"] + .wpcf7-list-item-label{
	position:relative;
	display:inline-block;
	margin:0 34px 20px 0;
	padding-left:25px;
	font-size:100%;
	color:#333333;
	cursor:pointer;
}
.radiobtn_01 input[type="radio"] + .wpcf7-list-item-label:before{
	content:"";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 17px;
	height: 17px;
	border: 1px solid #707070;
	border-radius: 50%;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

/*承認ボタン カスタム*/
.chkbox_01{
	margin:0;
}
.chkbox_01 input[type="checkbox"]{
	display:none;
}
.chkbox_01 input[type="checkbox"] + .wpcf7-list-item-label{
	position:relative;
	display:inline-block;
	margin:1px 0 0 0;
	padding-left:25px;
	font-size:160%;
	cursor:pointer;
	font-weight: bold;
}
.chkbox_01 input[type="checkbox"] + .wpcf7-list-item-label:before{
	content:"";
	display: block;
	position: absolute;
	top: 5px;
	left: 0px;
	width: 14px;
	height: 14px;
	border: 1px solid #AAAAAA;
	background:#FFFFFF;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}
.chkbox_01 input[type="checkbox"] + .wpcf7-list-item-label:hover{
	color:#573731;
}
.chkbox_01 input[type="checkbox"] + .wpcf7-list-item-label:hover:before{
	border: 1px solid #573731;
}

.chkbox_01 input[type="checkbox"]:checked + .wpcf7-list-item-label:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 8px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 3px solid #333333;
  border-right: 3px solid #333333;
}
.chkbox_01 input[type="checkbox"]:checked + .wpcf7-list-item-label:hover{
	color:#333333;
}
.chkbox_01 input[type="checkbox"]:checked  + .wpcf7-list-item-label:hover:before{
	border: 1px solid #707070;
}
@media screen and (max-width: 600px){
	.form_table{
		display:block;
	}
	.form_table tbody,
	.form_table tr{
		display:block;
	}
	
	.form_table	.table_ttl,
	.form_table	.table_item{
		display:block;
		padding:1em 0.5em;
		font-size:160%;
		color:#333333;
		border:none;
	}
	.form_table	.table_ttl{
		text-align:center;
		border-top:2px solid #E62E8B;
	}
	.submit_btn_wrap{
		width:100%;
	}
	.submit_btn{
		width:100%;
	}
	input[type="text"].text_fomr_01{ width:100%!important; }
	input[type="text"].text_fomr_02{ width:100%!important; }

}


.wdi_feed_thumbnail_1 .wdi_load_more_wrap, .wdi_feed_thumbnail_1 .wdi_spinner_wrap{
	height: 35px!important;   
	width: 144px!important;
}

#top_instagram{
	padding-bottom:25px;
}

.gallery{
	margin-bottom:20px!important;
}
.gallery img{border:0!important;width:100%;height:auto;}
.gallery dl.gallery-item{padding:1%;}

h2.ttl_02.shop{
	margin-top:0px;
	margin-bottom:10px;
}

.post-contents h2.ttl_02{
	margin-top:0;
}
.post-contents .main_content{
	padding-bottom:0px!important;
}

.post-contents section:last-child{
	padding-bottom:60px!important;
}

.post-contents li.access{
	margin-bottom:10px!important;
}

.wp-caption-text{
	font-size:140%!important;
	margin-top:10px!important;
	text-align:center;
	margin:10px 0 0!important;
}

.main_content div{
	max-width:100%;
}

.main_content p.search-title{
	font-size:170%;
	margin:0;
}
.main_content p.search-url{
	font-size:120%;
	color:#006621;
	margin:0 0 10px;
}
.main_content p.search-text{
	font-size:120%;
}

@media screen and (min-width: 768px) {
	.search-box,.search-box ul{
		overflow:hidden;
	}
	.search-box li{
		margin-right:15px;
		float:left;
		font-size: 140%;
		max-width:25%;
	}
	.search-box li button{
		border: 0px;
		padding: 0.7em 1.5em;
		border-radius: 5px;
		background-color: #F21D8C;
		color: #fff;
	}
	span.event_day{
		position: relative;;
		top:-2px;
	}
}
@media screen and (max-width: 768px) {
	span.ad{clear: both;
	display: inline-block;
	}
	main{
		margin-top:10px;
	}
	.bx-wrapper .bx-caption,
	#top_banner figcaption{
		display:none;
	}
	.search-box,.search-box ul{
		overflow:hidden;
	}
	.search-box li{
		margin-bottom:15px;
		float:left;
		font-size: 140%;
		width:100%;
	}
	.search-box li select{
		width:100%;
	}
	.search-box li button{
		border: 0px;
		padding: 0.7em 1.5em;
		border-radius: 5px;
		background-color: #F21D8C;
		color: #fff;
		width:100%;
	}

	.gallery dl.gallery-item{
		width:50%!important;
	}
	.main_content img{
		display:block;
		margin:0 auto 20px!important;
	}
	.main_content img.alignleft,
	.main_content img.alignright{
		float:none!important;
	}
	.gallery{
		overflow:hidden;
	}
	.gallery br{
		display:none;
	}
	.event_list_box img{
		display:block;
		margin:0 auto;
	}
}


ul.ad_area{
margin-left: 0;
margin-right: 0;
padding-top: 15px;
padding-bottom: 15px;
background: #FEFFEE;
}

ul.ad_area table td{
	background:#fff;
}

span.ad{
    margin-left: 10px;
    font-size: 70%;
    border: 1px solid green;
    border-radius: 5px;
    color: green;
    padding: 0px 11px;
}


/*Add 2018.08.31*/
@media screen and (max-width: 991px){
	.side_page_list li{
		margin-bottom: 10px;
	}	
	
	.side_page_list li:nth-child(odd){
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 5px;
	}
	
	.side_page_list li:nth-child(even){
		margin-bottom: 10px;
		padding-left: 5px;
		padding-right: 10px;
	}
	
		.side_page_list{
			margin-bottom:30px!important;
		}
	
		#top_banner div.top_banner{
			font-size:110%;
		}
		
		#top_banner div.top_banner:nth-child(even){
			padding-left:5px;
			padding-right:10px;
		}
	
		#top_banner div.top_banner:nth-child(odd){
			padding-left:10px;
			padding-right:5px;
		}
		
	}