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


body { font-size: 16px; font-size: 1.6rem; }
.sp_none { display: none !important; }
.sp_block { display: block; }

#container {
	/*overflow: hidden;*/
	min-width: 1200px;
}
.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
	overflow-y: scroll;
}

/*---------------------------------------------------------------------
	site_header
---------------------------------------------------------------------*/
#site_header {
	border-bottom: 5px solid #EEEAE1;
	background-color: #fff;
	min-width: 1200px;
}
#site_header .logo {
    float: left;
}
#site_header .logo a {
    display: block;
    padding: 7px 15px;
}
#site_header .logo a img {
    vertical-align: bottom;
}
#site_header .logo a img + img {
	margin-left: 10px;
}
#site_header .logo a:hover img + img {
	transform: rotate(-360deg);
}

#site_header .inner {
    float: right;
}

#site_header .header_menu {
	text-align: right;
	padding: 5px 5px 0 0;
}
#site_header .header_menu > * {
	display: inline-block;
	vertical-align: middle;
}
#site_header .site_lead {
	font-size: 13px;
	color: #957E51;
}

#site_header .g_trans {}

#site_header .header_navi {
	font-size: 0;
    margin: 0 10px;
}
#site_header .header_navi li {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
#site_header .header_navi li + li {
    margin-left: 5px;
}
#site_header .header_navi li a {
	display: block;
    text-decoration: none;
    color: #000;
    text-align: center;
    background: no-repeat 7px center;
    background-size: 21px auto;
    border-right: 4px solid #ccc;
    padding: 0px 10px 0px 32px;
    transition: .3s;
    -webkit-transition: .3s;
    font-size: 14px;
}
#site_header .header_navi .navi_01 a { background-image: url(/image/icon/footer_menu_02.png); }
#site_header .header_navi .navi_02 a { background-image: url(/image/icon/category_c_07.png); border-right-color: #FFBF00; }
#site_header .header_navi .navi_03 a { background-image: url(/image/icon/category_c_08.png); border-right-color: #002DB2; }
#site_header .header_navi .navi_04 a { background-image: url(/image/icon/category_c_09.png); border-right-color: #9B52C2; }
#site_header .header_navi .navi_05 a { background-image: url(/image/icon/category_c_10.png); border-right-color: #A68F35; }

#site_header .header_navi a:hover,
#site_header .item_id_event .header_navi .navi_02 a,
#site_header .item_id_info-plus .header_navi .navi_03 a,
#site_header .item_id_coupon .header_navi .navi_04 a,
#site_header .item_id_features .header_navi .navi_05 a {
	color: #000;
	background-color: #F8F6F0;
}

#site_header .header_login {
	position: relative;
	margin-right: 10px;
}
#site_header .header_login .user_name {
	cursor: pointer;
	text-decoration: none;
    color: #000;
    padding: 3px 15px 3px 27px;
    background: #EEEAE1 url(/image/icon/user_name.png) no-repeat 11px center;
    display: block;
	transition: .3s;
}
#site_header .header_login .user_name:hover { background-color: #E7E0CB; }
#site_header .header_login ul {
	display: none;
    padding: 10px;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    background: #eeeae1;
    z-index: 5;
}
#site_header .header_login li + li {
    margin-top: 10px;
}
#site_header .header_login li a {
    display: block;
    font-size: 14px;
    color: #000;
    border: 2px solid #A58E5A;
    background: #fff;
    text-align: center;
    border-radius: 25px;
    padding: 8px;
}
#site_header .header_login .login a {}
#site_header .header_login .new_user a {}
#site_header .header_login .mypage a {}
#site_header .header_login .logout a {}


/*---------------------------------------------------------------------
	site_header_02
---------------------------------------------------------------------*/
#site_header_02 {}
#site_header_02 > .inner {
    position: relative;
    padding: 7px 10px;
	border-bottom: 1px solid #DCD5BC;
}

#site_header_02 .g_trans {
    position: absolute;
    left: 10px;
    top: 30px;
	z-index: 5;
}
#site_header_02 .site_lead {
    position: absolute;
	left: 10px;
    top: 70px;
    font-size: 14px;
}
#site_header_02 .logo {
    text-align: center;
}

#site_header_02 .header_menu {
    position: absolute;
    right: 0;
    top: 0;
	width: 400px;
}

#site_header_02 .header_login {
	display: table;
    width: 100%;
	margin-bottom: 30px;
}
#site_header_02 .header_login li {
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
}
#site_header_02 .header_login .user_name {
	color: #000;
    padding: 2px 10px 2px 27px;
    background: #EEEAE1 url(/image/icon/user_name.png) no-repeat 11px center;
}
#site_header_02 .header_login .new_user { width: 134px; }
#site_header_02 .header_login .new_user a {
	color: #000;
    text-decoration: none;
    display: block;
    background: #DED6C3;
    padding: 2px 10px;
	text-align: center;
	transition: .3s;
}
#site_header_02 .header_login .new_user a:hover {
	color: #fff;
	background-color: #F29700;
}

#site_header_02 .header_navi {
    display: table;
    width: 100%;
}
#site_header_02 .header_navi li {
    display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #DCD5BC;
}
#site_header_02 .header_navi li a {
	display: block;
    text-decoration: none;
    color: #000;
    text-align: center;
    background: no-repeat 7px center;
    background-size: auto 20px;
    padding: 5px 10px 5px 40px;
    transition: .3s;
    -webkit-transition: .3s;
    font-size: 15px;
}
#site_header_02 .header_navi .navi_01 a { background-image: url(/image/icon/footer_menu_02.png); }
#site_header_02 .header_navi .navi_02 a { background-image: url(/image/icon/footer_menu_03.png); }
#site_header_02 .header_navi .navi_03 a { background-image: url(/image/icon/footer_menu_04.png); }
#site_header_02 .header_navi .btn_site_navi {}
#site_header_02 .header_navi .btn_site_navi a {
    padding: 27px 15px 0;
    margin: 0 20px;
}

#site_header_02 .header_navi li a:hover {
	background-color: #F8F6F0;
}

/* g_navi_02 */
#g_navi_02 { transition: .3s; }
#g_navi_02 ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#g_navi_02 li {
	display: table-cell;
	vertical-align: middle;
}
#g_navi_02 li + li {
	border-left: 1px solid #DCD5BC;
}
#g_navi_02 li a {
	color: #000;
    text-decoration: none;
	text-align: center;
    font-size: 16px;
	display: block;
    padding: 39px 5px 2px;
	border-bottom: 4px solid;
	background: #fff no-repeat center 7px;
	transition: .3s;
}
#g_navi_02 .navi_01 a { background-image: url(/image/icon/category_c_01.png); border-bottom-color: #FF8000; }
#g_navi_02 .navi_02 a { background-image: url(/image/icon/category_c_02.png); border-bottom-color: #FF9F9F; }
#g_navi_02 .navi_03 a { background-image: url(/image/icon/category_c_03.png); border-bottom-color: #85B200; }
#g_navi_02 .navi_04 a { background-image: url(/image/icon/category_c_04.png); border-bottom-color: #D90000; }
#g_navi_02 .navi_05 a { background-image: url(/image/icon/category_c_05.png); border-bottom-color: #008C8C; }
#g_navi_02 .navi_06 a { background-image: url(/image/icon/category_c_06.png); border-bottom-color: #08A6DA; }
#g_navi_02 .navi_07 a { background-image: url(/image/icon/category_c_07.png); border-bottom-color: #FFBF00; }
#g_navi_02 .navi_08 a { background-image: url(/image/icon/category_c_08.png); border-bottom-color: #002DB2; }
#g_navi_02 .navi_09 a { background-image: url(/image/icon/category_c_09.png); border-bottom-color: #9B52C2; }
#g_navi_02 .navi_10 a { background-image: url(/image/icon/category_c_10.png); border-bottom-color: #A68F35; }

#g_navi_02 a:hover,
.item_id_gourmet #g_navi_02 .navi_01 a,
.item_id_beauty #g_navi_02 .navi_02 a,
.item_id_life #g_navi_02 .navi_03 a,
.item_id_shopping #g_navi_02 .navi_04 a,
.item_id_learn #g_navi_02 .navi_05 a,
.item_id_leisure #g_navi_02 .navi_06 a {
	background-color: #F8F6F0;
}

#g_navi_02.is-fixed li a {
    background-size: auto 23px;
    padding: 32px 5px 2px;
    font-size: 14px;
}

#g_navi_02.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
}
#g_navi_02.is-hide {
  transform: translateY(-100%);
}

#site_header_02 #search_form {
    margin: 0 15px;
}
#site_header_02 #search_form form > * {
    padding: 5px;
}
#site_header_02 #search_form #search_window { width: 80%; }
#site_header_02 #search_form #serch_button { width: 20%; }

/*---------------------------------------------------------------------
	btn_site_navi
---------------------------------------------------------------------*/
.btn_site_navi {
	transition: all 0.3s ease 1s;
	display: inline-block;
	vertical-align: middle;
}


	.panel-btn {
		display: inline-block;
		position: relative;
		color: #555 !important;
		padding: 27px 15px 0;
		font-size: 11px;
		font-weight: bold;
	}
	.panel-btn:hover{}

	#panel-btn-icon{
	  display: block;
    position: absolute;
    top: 15px;
    left: 50%;
    width: 36px;
    height: 4px;
    margin: -2px 0 0 -18px;
    background: #555555;
    transition: .2s;
	}
	#panel-btn-icon:before,
	#panel-btn-icon:after{
	  display: block;
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background: #555555;
	  transition: .3s;
	}
	#panel-btn-icon:before{
	  margin-top: -12px;
	}
	#panel-btn-icon:after{
	  margin-top: 8px;
	}
	
	/* close */
	.panel-btn.close{}
	.close #panel-btn-icon {
	  background: transparent;
	}
	.close #panel-btn-icon:before,
	.close #panel-btn-icon:after {
	  margin-top: -2px;
	}
	.close #panel-btn-icon:before{
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	.close #panel-btn-icon:after{
	  transform: rotate(-135deg);
	  -webkit-transform: rotate(-135deg);
	}
#site_header_02 .header_login .user_name a {
    text-decoration: underline !important;
    padding: 0 8px;
    letter-spacing: 3px;
}	
/*---------------------------------------------------------------------
	g_navi
---------------------------------------------------------------------*/
#g_navi {
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: -7px;
}
#g_navi ul {}

#g_navi li {
	font-size: 16px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
#g_navi .main {}
#g_navi .main li {
    border: 1px solid #DCD5BC;
    border-bottom: none;
	margin-right: 2px;
}
#g_navi .main a {
	display: block;
    text-decoration: none;
    color: #000;
    background: no-repeat 7px center;
    background-size: auto 23px;
    border-bottom: 6px solid #ccc;
    padding: 8px 15px 8px 34px;
	min-width: 100px;
    transition: .3s;
    -webkit-transition: .3s;
}
#g_navi .navi_01 a { background-image: url(/image/icon/category_c_01.png); border-bottom-color: #FF8000; }
#g_navi .navi_02 a { background-image: url(/image/icon/category_c_02.png); border-bottom-color: #FF9F9F; }
#g_navi .navi_03 a { background-image: url(/image/icon/category_c_03.png); border-bottom-color: #85B200; }
#g_navi .navi_04 a { background-image: url(/image/icon/category_c_04.png); border-bottom-color: #D90000; }
#g_navi .navi_05 a { background-image: url(/image/icon/category_c_05.png); border-bottom-color: #008C8C; }
#g_navi .navi_06 a { background-image: url(/image/icon/category_c_06.png); border-bottom-color: #08A6DA; }



#g_navi a:hover,
.item_id_gourmet #g_navi .navi_01 a,
.item_id_beauty #g_navi .navi_02 a,
.item_id_life #g_navi .navi_03 a,
.item_id_shopping #g_navi .navi_04 a,
.item_id_learn #g_navi .navi_05 a,
.item_id_leisure #g_navi .navi_06 a {
	background-color: #F8F6F0;
}

/*---------------------------------------------------------------------
	topic_path_top
---------------------------------------------------------------------*/
.topic_path_top {
    margin: 5px 10px;
    font-size: 12px;
}
.topic_path_top li {
	display: inline-block;
	vertical-align: top;
}
.topic_path_top li + li::before {
	content: ">";
	margin: 0 5px;
}

/*---------------------------------------------------------------------
	pagebody
---------------------------------------------------------------------*/
#pagebody {}
#pagebody_inner { min-height: 355px; }
#pagebody_inner .inner {
	/*padding: 15px 20px;*/
	padding: 15px 0;
	/*max-width: 1200px;*/
	width: 1200px;
	margin: 0 auto;
	box-sizing: content-box;
}

/* lead */
.page_ttl {
    background-color: #eeeae1;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 5px;
    padding: 7px;
    text-align: center;
}
	.page_ttl.color_01,
	.page_ttl.color_S01 { color: #fff; background-color: #FF8000; }
	.page_ttl.color_02,
	.page_ttl.color_S02 { color: #fff; background-color: #FF9F9F; }
	.page_ttl.color_03,
	.page_ttl.color_S03 { color: #fff; background-color: #85B200; }
	.page_ttl.color_04,
	.page_ttl.color_S04 { color: #fff; background-color: #D90000; }
	.page_ttl.color_05,
	.page_ttl.color_S05 { color: #fff; background-color: #008C8C; }
	.page_ttl.color_06,
	.page_ttl.color_S06 { color: #fff; background-color: #08A6DA; }
	.page_ttl.color_07,
	.page_ttl.color_E01 { color: #fff; background-color: #FFBF00; }
	.page_ttl.color_08,
	.page_ttl.color_I01 { color: #fff; background-color: #002DB2; }
	.page_ttl.color_09,
	.page_ttl.color_R01 { color: #fff; background-color: #4D7AFF; }
	.page_ttl.color_10,
	.page_ttl.color_C01 { color: #fff; background-color: #9B52C2; }
	.page_ttl.color_11,
	.page_ttl.color_F01 { color: #fff; background-color: #A68F35; }

	.item_id_features .page_ttl { color: #fff; background-color: #A68F35; }
	
	
.lead_01 {
	color: #000;
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.lead_01::before {
    background-color: #cecebf;
    content: "";
    height: 4px;
    left: 50%;
    margin: -2px 0 0 -385px;
    position: absolute;
    top: 50%;
    width: 770px;
}
.lead_01 span {
	padding: 0 10px;
	position: relative;
	display: inline-block;
	background-color: #fff;
}
.lead_count_item {
	color: #000;
    font-size: 16px;
	line-height: 1.2;
    margin-bottom: 5px;
}
.item_id_event .lead_count_item {
    margin: -100px 0 47px;
}
.lead_count_item strong {
    font-weight: normal;
    font-size: 28px;
    padding: 0 4px;
}

.fc_01 { color: #B200B2; }
.fc_02 {}
.fc_03 { color: #d90000; }
.fc_04 { color: #00664C; }
.fc_05 { color: #0085B2; }
.fc_06 { color: #85724C; }

/* btn */
.btn_type_01 {
	color: #000;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	width: 373px;
	padding: 5px 0;
	display: inline-block;
	background-color: #fff;
	border-radius: 50px;
	border: 4px solid #CECEBF;
}
.btn_type_01:hover {
	opacity: .7;
	text-decoration: none;
}
	.btn_type_01.btn_color_01 {}
	.btn_type_01.btn_color_02 {}
	
.btn_type_02 {
	color: #fff !important;
	font-size: 18px;
	text-decoration: none;
	width: 100%;
	padding: 19px;
	display: block;
	background-color: #000;
	border-radius: 4px;
	position: relative;
}
.btn_type_02:hover {
	opacity: .7;
	text-decoration: none;
}
.btn_type_02::before {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 23px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
	.btn_type_02.btn_color_01 { background-color: #FF6C00; }
	.btn_type_02.btn_color_02 { background-color: #85B200; }
	.btn_type_02.btn_color_03 { background-color: #0059B2; }

.btn_type_03 {
    display: block;
    text-align: center;
    color: #000;
    padding: 0 19px 0 0;
	line-height: 1.6;
    border-radius: 50px;
    border: 3px solid #DCD5BC;
    background: #fff no-repeat 96% center;
	background-size: 14px;
}
	.btn_type_03.btn_color_01 { border-color: #8895EA; background-image: url(/image/icon/arrow_03.png); }
	.btn_type_03.btn_color_02 { border-color: #B7A145; background-image: url(/image/icon/arrow_04.png); }
	.btn_type_03.btn_color_03 { color: #fff; background-color: #000; }
	.btn_type_03.btn_color_04 { color: #fff; background-color: #9B52C2; }

.btn_clip {
	position: absolute;
	top: 5px;
    right: 5px;
	color: #000;
    text-decoration: none;
	font-size: 15px;
	text-align: center;
	/*padding-top: 25px;*/
	width: 50px;
	height: 50px;
    display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	background: #EEEAE1 url(/image/icon/icon_clip.png) no-repeat center center;
	/*background-size: 20px;*/
	letter-spacing: normal !important;
	cursor: pointer;
	box-shadow: -2px 2px 4px rgba(0,0,0,.5);
	text-indent: -9999px;
}
.btn_clip:hover { background-color: #D3CAB4; text-decoration: none; }
.btn_clip.check { background-color: #FFD559; }
.btn_clip.check:hover { background-color: #F4B800; }

.btn_clip02 {
	position: absolute;
	top: 0;
    right: 0;
	width: 80px;
	height: 80px;
    display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.btn_like {
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
    text-decoration: none;
	font-size: 10px;
	text-align: center;
	padding-top: 21px;
	width: 45px;
	height: 45px;
    display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	background: #EEEADD url(/image/icon/icon_like.png) no-repeat center 6px;
	background-size: 17px;
	letter-spacing: normal !important;
}
.btn_like:hover { text-decoration: none; }
.btn_like.check { background-color: #FFBF00; }

.btn_category_search {
	padding: 7px;
}
.btn_category_search ul{
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.btn_category_search li {
	font-size: 16px;
	display: table-cell;
	width: 50%;
	text-align: center;
	padding: 9px 0;
	border: 2px solid #FF8000;
	background-color: #F8F6F0;
}
	.color_01.btn_category_search li { border-color: #FF8000; }
	.color_02.btn_category_search li { border-color: #FF9F9F; }
	.color_03.btn_category_search li { border-color: #85B200; }
	.color_04.btn_category_search li { border-color: #D90000; }
	.color_05.btn_category_search li { border-color: #008C8C; }
	.color_06.btn_category_search li { border-color: #08A6DA; }
	.color_07.btn_category_search li { border-color: #FFBF00; }
	.color_08.btn_category_search li { border-color: #002DB2; }
	.color_09.btn_category_search li { border-color: #4D7AFF; }
	.color_10.btn_category_search li { border-color: #9B52C2; }
	.color_11.btn_category_search li { border-color: #A68F35; }
	
.btn_category_search li a {
	color: #000;
	display: block;
}

.line_dot_t {
	margin-top: 5px;
    padding-top: 5px;
	border-top: 1px dotted #B8A976;
}
.line_dot_b {
	margin-bottom: 2px;
    padding-bottom: 2px;
	border-bottom: 1px dotted #B8A976;
}
.line_solid_t {
	margin-top: 2px;
    padding-top: 2px;
	border-top: 1px solid #F2EDE4;
}

/* .pager */
.pager {
	margin: 30px 0 20px 0;
	text-align: center;
}

.pager ul li {
	display: inline;
}

.pager a {
	color: #000;
	text-decoration: none;
	border: 1px solid #CCC;
	padding: 6px 10px;
	background-color: #fff;
}

.pager span {
	border: 1px solid #CCC;
	padding: 6px 10px;
	background-color: #fff;
}

.pager li.total span {
	border-color: #FFF;
}

.pager li.prev span,
.pager li.next span {
	border: 1px solid #F5F5F5;
	color: #EDEDED;
}

.pager li.current span {
    background: #F2EEE9;
}

.pager a:hover {
	border: 1px solid #999;
	background: #F5F5F5;
}

/* list */
.item_list .item {
	background-color: #F8F6F0;
	position: relative;
	padding-bottom: 5px;
}
.item_list .thumb {
	position: relative;
	padding-bottom: 60%;
	overflow: hidden;
	background-color: #F8F6F0;
}
.item_list .thumb img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}
.tab_item .item_list .thumb {
    padding-bottom: 60%;
}
.item_list .thumb .category_icon {
	background: rgba(255,255,255,.95);
    position: absolute;
    left: 10px;
    top: 10px;
    font-weight: bold;
    display: inline-block;
    z-index: 2;
    color: #795548;
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
.item_list .thumb img:hover {
	opacity: .7 !important;
}

.item_list .category {
    font-size: 14px;
    color: #fff;
    padding: 6px 10px;
}
	.category_c_xx,
	.category_c_S01 { background-color: #FF8205; }
	.category_c_S02 { background-color: #ff9f9f; }
	.category_c_S03 { background-color: #85b200; }
	.category_c_S04 { background-color: #d90000; }
	.category_c_S05 { background-color: #008c8c; }
	.category_c_S06 { background-color: #08a6da; }
	.category_c_E01 { background-color: #ffbf00; }
	.category_c_I01 { background-color: #002db2; }
	/*.category_c_R01 { background-color: #000; }*/
	.category_c_C01 { background-color: #9b52c2; }
	.category_c_F01 { background-color: #a68f35; }
	.category_c_ { background-color: #DCD5BC; color: #333 !important; }
	
.item_list .ttl {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
	padding-left: 10px;
    padding-right: 10px;
}
.item_list .date {
    color: #666666;
    background: url(/image/icon/icon_date.png) no-repeat 10px 6px;
    background-size: 15px;
    font-size: 11px;
    padding-left: 31px;
	padding-top: 4px;
}
.item_list .option {
	padding-left: 10px;
    padding-right: 10px;
}
.item_list .address {
    color: #000000;
    font-size: 13px;
	background: url(/image/icon/icon_adress.png) no-repeat 0 center;
    background-size: 18px;
    padding: 5px 0 3px 22px;
}
.item_list .coupon {
    color: #9B52C2;
    background: url(/image/icon/icon_coupon.png) no-repeat 0 center;
    background-size: 22px;
    font-size: 13px;
    padding: 5px 0 3px 27px;
	margin-left: 20px;
}
.item_list .lead {
    color: #000;
	line-height: 1.5;
	font-size: 13px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	overflow: hidden;
	padding: 2px 10px;
}

.item_list .thumb .logo_on {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 5;
    width: 58.18%;
}
.item_list .thumb .logo_on img {
	vertical-align: top;
}

.column_2 { letter-spacing: -0.6em; }
.column_2 .item {
	width: 47.8%;
	margin-bottom: 10px;
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    box-sizing: content-box;
}
.column_2 .item:nth-child(2n) {
	margin-left: 2%;
	padding-left: 2%;
	border-left: 1px solid #DCD5BC;
}

.column_2_l {}
.column_2_l .item{
	margin-bottom: 10px;
}
.column_2_l .item > a { letter-spacing: -0.6em; }
.column_2_l .thumb,
.column_2_l .detail {
	width: 47.82%;
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    box-sizing: content-box;
}
.column_2_l .thumb { padding-bottom: 31.7%; }
.column_2_l .detail { margin-left: 4.34%; }
.column_2_l .category { margin-top: 0; }


.list_category {
	margin-right: -40px;
	overflow: hidden;
}
.list_category .item {
	float: left;
	width: 277px;
	margin: 0 30px 40px 0;
}
.list_category .item:nth-child(1),
.list_category .item:nth-child(2) {
	width: 430px;
}

.list_category .ttl { font-size: 16px; }
.list_category .item:nth-child(1) .ttl,
.list_category .item:nth-child(2) .ttl{
	font-size: 18px;
}
/*.list_category .lead { display: none; }*/
.list_category .item:nth-child(1) .lead,
.list_category .item:nth-child(2) .lead {
	display: block;
}

.list_coupon {
	font-size: 0;
}
.list_coupon .item {
	display: inline-block;
	vertical-align: top;
	width: 580px;
	padding: 15px 20px;
	margin: 0 40px 40px 0;
	background-color: #F8F6F0;
	border-top: 1px solid #DCD5BC;
	border-bottom: 1px solid #DCD5BC;
	
	display: block;
	margin: 0 0 40px;
	width: auto;
}
.list_coupon .item:nth-child(2n) {
	margin-right: 0;
}
.list_coupon .ttl {
    font-size: 22px;
    margin-bottom: 5px;
}
.list_coupon .option {
	padding: 7px 0;
	margin-bottom: 20px;
	border-top: 1px dotted #B8A976;
	border-bottom: 1px dotted #B8A976;
}
.list_coupon .category {
    display: inline-block;
    line-height: 1.4;
    padding: 1px 7px;
	margin-right: 15px;
}
.h_member_coupon {
	color: #fff;
    text-align: center;
    font-size: 20px;
    border: 5px solid #B7A145;
	margin-bottom: 10px;
	background-image:-moz-radial-gradient(rgb(203,187,121) 0,rgb(173,148,44) 100%); 
	background-image:-webkit-radial-gradient(rgb(203,187,121) 0,rgb(173,148,44) 100%);
	background-image:-o-radial-gradient(rgb(203,187,121) 0,rgb(173,148,44) 100%);
	background-image:-ms-radial-gradient(rgb(203,187,121) 0,rgb(173,148,44) 100%);
	background-image:radial-gradient(rgb(203,187,121) 0,rgb(173,148,44) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffad942c,endColorstr=#ffad942c)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffad942c,endColorstr=#ffad942c);
}
.coupon_info {
	padding: 5px 12px;
	border: 1px solid #DCD5BC;
	background-color: #fff;
}
.coupon_info + .coupon_info {
	border-top: none;
}
.coupon_info .lead {
	color: #723392;
	font-size: 22px;
	padding-left: 40px;
	background: url(/image/icon/category_c_09.png) no-repeat 0 1px;
}
.coupon_info dt {
	font-size: 16px;
    color: #723392;
}
.coupon_info dd {
	font-size: 14px;
    line-height: 1.5;
}
.list_coupon .coupon_link {
    margin-top: 20px;
	width: auto;
}
.list_coupon .coupon_link a {
	display: inline-block;
    width: 47.8%;
	font-size: 22px;
	padding: 6px 0;
}
.list_coupon .coupon_link a + a {
	margin-left: 2%;
}

.pop_coupon {
    background-color: #fff;
    /*height: 80%;*/
    left: 50%;
    margin-left: -250px;
    opacity: 0;
    position: fixed;
    top: 30%;
    transition: .3s;
	-webkit-transition: .3s;
    width: 500px;
    z-index: 200;
	display: none;
}
.pop_coupon.show {
	opacity: 1;
	display: block;
    border: 10px solid #ccc;
}
.pop_coupon .head {
	position: relative;
	border-bottom: 2px solid #DCD5BC;
}
.pop_coupon .head .ttl {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 12px 12px 12px 45px;
}
.pop_coupon .back {
    border: 1px solid #dcd5bc;
    height: 25px;
    left: 10px;
    position: absolute;
    text-indent: -9999px;
    top: 10px;
    width: 25px;
	cursor: pointer;
}

.pop_coupon .back::before,
.pop_coupon .back::after {
    background: #c6beab none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.pop_coupon .back::before {
    transform: rotate(-45deg);
}
.pop_coupon .back::after {
    transform: rotate(-135deg);
}

.pop_coupon .inner {
    background-color: #f8f6f0;
    margin: 25px 0 !important;
	width: auto !important;
    padding: 30px !important;
}



.list_category_event .item {
	margin-bottom: 40px;
}
.list_category_event a {
	display: table;
	width: 100%;
}
.list_category_event .thumb {
	width: 270px;
	padding-bottom: 180px;
	position: relative;
    overflow: hidden;
    background-color: none;
	display: table-cell;
	vertical-align: top;
}
.list_category_event .thumb img {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.list_category_event .detail {
	display: table-cell;
	vertical-align: top;
	background-color: #F8F6F0;
}

.list_category_event .ttl {
    border-bottom: 1px dotted #b8a976;
    border-top: 1px dotted #b8a976;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 20px;
}
.list_category_event dl {
	padding: 5px 20px;
	display: table;
	vertical-align: middle;
	width: 100%;
}
.list_category_event dl + dl {
	border-top: 1px dotted #b8a976;	
}
.list_category_event dt {
	color: #663300;
	font-size: 17px;
	display: table-cell;
	width: 90px;
}
.list_category_event dd {
	color: #000;
	font-size: 16px;
	display: table-cell;
}
.event_option {
	font-size: 0;
	padding: 7px 0;
}
.list_category_event .event_option {
	padding: 7px 20px;
}
.event_option .icon_on_event {
    color: #000;
    border-radius: 2px;
    background: #FFBF00 url(/image/icon/icon_flag.png) no-repeat 11px 4px;
    background-size: 18px;
    font-size: 15px;
    padding: 0px 5px 0px 24px;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    text-align: center;
	margin-right: 25px;
}
.event_option .event_category {
    background: url(/image/icon/icon_event_category.png) no-repeat 0 3px;
	background-size: 20px;
    color: #000;
    display: inline-block;
    font-size: 13px;
    margin-right: 25px;
    padding-left: 29px;
    padding-top: 3px;
}
.event_option .address {
	color: #000;
    display: inline-block;
    font-size: 13px;
    padding-left: 25px;
    padding-top: 3px;
	background: url(/image/icon/icon_adress.png) no-repeat 0 center;
	background-size: 18px;
}
.event_head {
	background-color: #EEEAE1;
}
.event_head .event_ttl {
    color: #000;
    font-weight: normal;
    font-size: 24px;
	width: 1200px;
	padding: 5px 0 10px;
	margin: 0 auto;
}
.event_head .event_option {
	width: 1200px;
	margin: 0 auto;
}
.event_detail .event_date {
	margin-bottom: 20px;
}
.event_detail .event_date dt {
    color: #663300;
    width: 90px;
	font-size: 18px;
	font-weight: bold;
	display: table-cell;
    vertical-align: middle;
}
.event_detail .event_date dd {
    display: table-cell;
	vertical-align: middle;
    font-size: 18px;
	font-weight: bold;
}

.event_detail { margin-bottom: 130px !important; }
.event_detail .fll {
	float: left;
	width: 580px;
	margin-bottom: 30px;
}
.event_detail .flr {
	float: right;
	width: 580px;
	position: relative;
}
.event_detail_info .list_sns_share {
	margin-top: 40px;
}
.event_detail_info .btn_clip {
    bottom: -10px;
    top: auto;
}
.btn_keisai {
	display: inline-block;
	width: 580px;
	padding: 30px 0;
	margin: 0 auto;
	background-color: #FFBF00;
	position:relative;
}
.btn_keisai::before {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -7px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transition: .3s;
	-webkit-transition: .3s;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.btn_keisai:hover::before { right: 20px; }

.list_sns_share {
	font-size: 0;
}
.list_sns_share li {
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
}
.list_sns_share li + li {
	margin-left: 5px;
}
.list_sns_share li .fb-share-button span {
    vertical-align: top !important;
}
.list_sns_share li a[href*="line"] img {
    vertical-align: top;
}

.topics_menu {
    background-color: #F8F6F0;
    padding: 20px 0;
    margin: 30px 0 60px;
}
.topics_menu .inner {
	width: 787px;
}

.topics_menu_list {
	width: 373px;
	float: left;
}
.topics_menu_list + .topics_menu_list { margin-left: 40px; }

.topics_menu .lead_01 {
	font-size: 22px;
}
.topics_menu .lead_01::before {
	height: 2px;
	margin-top: -1px;
}
.topics_menu .lead_01 span { background-color: #F8F6F0; }
.topics_menu ul {
	background-color: #fff;
	padding: 20px 15px;
}


.link_list {
    letter-spacing: -0.4em;
    padding: 20px 0;
    text-align: center;
}
.link_list li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3.62% 0 0;
    vertical-align: top;
    /*width: 44.92%;*/
}
.link_list li:nth-child(2n) {
    margin-right: 0;
}
.shop_review .link_list {
    letter-spacing: -0.4em;
    padding: 20px 0;
    text-align: center;
}
.shop_review .link_list li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 0 0 3.62%;
    vertical-align: top;
    /*width: 44.92%;*/
}
.shop_review .link_list li:first-child {
    margin: 0;
}

/*20180528追記*/
.list_photo li {
    display: inline-block;
    width: 32.8%;
    margin: 10px 0 0;
}

/* tabContent */
.lead_count_item + .tabContent {
	margin-top: -47px;
}
.btn_tab {
    list-style: none;
	padding: 0 20px;
	font-size: 0;
	margin-bottom: -3px;
	text-align: right;
}
.btn_tab li {
	font-size: 18px;
	width: 155px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	color: #000;
	cursor: pointer;
	padding: 6px;
	border: 3px solid #DCD5BC;
	background-color: #F7F6F1;
}
.btn_tab li + li {
	margin-left: 10px;
}
.btn_tab li:hover {
	background-color: #F1EDE1;
}
.btn_tab li.active {
    background-color: #fff;
	border-bottom: 3px solid #fff;
}

.tab_item {
    clear: both;
    display: none;
	padding-top: 40px;
	border-top: 3px solid #DCD5BC;
}
.tab_item.active {
    display: block;
}


/* info_plus */
.head_info_plus {
	padding: 32px 10px;
	background-color: #EEEAE1;
	margin-bottom: 20px;
	margin-top: 2px;
}
.info_plus_lead {
    background: url("/image/info+illust.jpg") no-repeat left bottom;
    margin-bottom: 30px;
    padding-bottom: 180px;
	text-align: center;
}
.info_plus_lead_02 {
    font-size: 16px;
    text-align: center;
    border: 3px solid #DCD5BC;
	margin-bottom: 10px;
}
.info_plus_lead_02 a {
    display: block;
    background: #F8F6F0;
    color: #000;
    padding: 12px;
	transition: .3s;
}
.info_plus_lead_02 a:hover {
	color: #333;
	background: #DCD5BC;
}
.info_plus_lead_02 strong { font-size: 22px; }
.info_plus_lead_03 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
}
.info_plus_lead_03.cat_I0101 { color: #D83500; }
.info_plus_lead_03.cat_I0102 { color: #00468C; }
.info_plus_lead_03.cat_I0103 { color: #008C00; }
.info_plus_lead_03.cat_I0104 { color: #8500B2; }
.info_plus_lead_03.cat_I0105 { color: #8C6900; }
.info_plus_lead_03.cat_I0106 { color: #008C8C; }
.info_plus_lead_03.cat_I0107 { color: #00008C; }
.info_plus_lead_03.cat_I0108 { color: #8C0000; }

.head_info_plus ul {
	font-size: 0;
	text-align: center;
}
.head_info_plus li {
    display: inline-block;
    font-size: 15px;
    position: relative;
    vertical-align: top;
}
.head_info_plus li + li {
    margin-left: 10px;
    padding-left: 10px;
}
.head_info_plus li + li::before {
    background-color: #000;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 1px;
}
.head_info_plus li a {
    color: #000;
    display: block;
    padding: 0 10px;
}
.head_info_plus li a.activ,
.head_info_plus li a:hover {
	background-color: #fff;
}

.ttl_info_plus {
	text-align: center;
	font-size: 28px;
	margin: 0 0 30px;
}

.list_info_plus { margin-top: 20px; }
.list_info_plus .item {
    background-color: #f8f6f0;
    margin-bottom: 40px;
    padding: 20px;
}
.list_info_plus .thumb {
	float: left;
	width: 373px;
	margin-right: 30px;
	background-color: #EEEAE1;
}
.list_info_plus .thumb img {
	width: 100%;
}
.list_info_plus .detail { overflow: hidden; }
.list_info_plus .detail .ttl {
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 12px;
}
.list_info_plus .detail dl {
	display: table;
	border: 1px solid #DCD5BC;
	background-color: #fff;
	padding: 8px 10px;
	width: 100%;
}
.list_info_plus .detail dl + dl { border-top: none; }
.list_info_plus .detail dt {
	color: #002CB2;
	font-size: 16px;
	display: table-cell;
	width: 115px;
	vertical-align: top;
}
.list_info_plus .detail dd {
	display: table-cell;
	vertical-align: top;
}

.list_info_plus_02 {
	font-size: 0;
	text-align: center;
	margin-top: 20px;
}
.list_info_plus_02 li {
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
    margin: 0 30px 30px 0;
    width: 277px;
}
.list_info_plus_02 li:nth-child(4n) {
	margin-right: 0;
}
.list_info_plus_02 li a {
    display: block;
    border: 3px solid #DCD5BC;
    color: #000;
    padding: 60px 0;
	background-color: #f8f6f0;
	transition: .3s;
}
.list_info_plus_02 li a:hover {
	color: #000;
	text-decoration: none;
	letter-spacing: 2px;
	background-color: #DCD5BC;
}
.list_info_plus_03 {
    margin-bottom: 50px;
}
.list_info_plus_03 ul a,
.list_info_plus_03 p a{
	color: #000;
	text-decoration: underline;
}
.list_info_plus_03 ul a:hover,
.list_info_plus_03 p a:hover {
	color: blue;
}

.list_ranking {}
.list_ranking .item {
    position: relative;
	border-bottom: 2px solid #cecebf;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.list_ranking .item a {
    display: table;
    width: 100%;
}
.list_ranking .rank_icon {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
}
.list_ranking .rank_icon span {
    background-color: #DED6C3;
    border-radius: 50%;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    color: #000;
    display: inline-block;
    height: 53px;
    padding-top: 13px;
    text-align: center;
    width: 53px;
}
.list_ranking .thumb {
	overflow: hidden;
    display: table-cell;
    padding-bottom: 106px;
    position: relative;
    vertical-align: top;
    width: 190px;
}
.list_ranking .thumb img {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.list_ranking .detail {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
}
.list_ranking .category {
	color: #fff;
	font-size: 14px;
    padding: 3px 10px;
}
.list_ranking .address {
	background: url("/image/icon/icon_adress.png") no-repeat scroll 0 center;
	background-size: 18px auto;
    color: #000000;
    font-size: 13px;
    padding: 5px 0 3px 22px;
}
.list_ranking .ttl {
    border-bottom: 1px dotted #b8a976;
    border-top: 1px dotted #b8a976;
    color: #000;
    font-size: 18px;
    margin-top: 2px;
    padding: 5px 0;
}
.list_ranking .lead {
    color: #000;
    font-size: 13px;
    line-height: 1.5;
    padding-top: 7px;
}

/* widgets_plat_info */
.widgets_plat_info {
    background: #FFEFBE url(/userfiles/images/entry/bg_01.jpg);
    margin: 40px 0;
}
.widgets_plat_info_inner {
    padding: 0 0 90px;
    background: url(/userfiles/images/entry/bg_02.png) no-repeat center bottom;
}

.widgets_plat_info ul {
    text-align: center;
    width: 780px;
    margin: 0 auto;
}
.widgets_plat_info li {
    display: inline-block;
    vertical-align: middle;
    width: 360px;
    margin: 0 10px 20px;
}

/*---------------------------------------------------
	shop
---------------------------------------------------*/
/* shop_head */
.shop_head {
	/*margin-bottom: 50px;*/
	margin-top: 2px;
	border-bottom: 2px solid #EEEAE1;
}
.shop_head .ttl {
	padding: 10px 10px 15px;
	background-color: #EEEAE1;
}
.shop_head .name {
	color: #000;
	font-size: 38px;
	font-weight: normal;
	width: 1200px;
	margin: 0 auto;
}
.shop_head .kana {
	color: #333333;
	font-size: 12px;
	width: 1200px;
	margin: 0 auto;
}
.shop_head .option {
	width: 1200px;
	margin: 0 auto;
}
.shop_head .category {
	color: #000000;
    display: inline-block;
    font-size: 14px;
    padding: 6px 0 4px 30px;
    vertical-align: middle;
	background: url(/image/icon/category_c_01.png) no-repeat 0 center;
	background-size: 25px;
	margin-right: 40px;
}
	.shop_head .category.icon_S02 { background-image: url(/image/icon/category_c_02.png); background-size: 19px; }
	.shop_head .category.icon_S03 { background-image: url(/image/icon/category_c_03.png); }
	.shop_head .category.icon_S04 { background-image: url(/image/icon/category_c_04.png); }
	.shop_head .category.icon_S05 { background-image: url(/image/icon/category_c_05.png); background-size: 21px; }
	.shop_head .category.icon_S06 { background-image: url(/image/icon/category_c_06.png); }
	
.shop_head .address {
	color: #000000;
    font-size: 14px;
    background: url(/image/icon/icon_adress.png) no-repeat 0 center;
    background-size: 18px;
    padding: 6px 0 4px 24px;
	margin-right: 40px;
}
.shop_head .coupon {
	color: #9B52C2;
    font-size: 14px;
	background: url(/image/icon/icon_coupon.png) no-repeat 0 center;
    background-size: 22px;
    padding: 6px 0 4px 24px;
    margin-left: auto;
}
.shop_logo {
    float: left;
    margin: 0 20px 20px 0;
    width: 200px;
}

/*SHOPのスライダーキャプション
.shop_info_caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    width: 100%;
    padding: 5px 15px;
    height: auto;
	color: #fff;
}*/

/* shop_main_image */
.shop_main_image {
padding: 30px;
background: #F9F8F4 url(/image/bg_10.jpg);
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before { display: none; }
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after { display: none; }
.sp-right-thumbnails.sp-has-pointer .sp-thumbnail { opacity: .5; }
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail img { opacity: 1; }

/* shop_top_free */
.shop_top_free {
	border-bottom: 2px solid #EEEAE1;
}

.manabu_lead {
	font-size: 28px;
	font-weight: normal;
	border-bottom: 2px solid #CECEBF;
	background: no-repeat 0 0;
}
.manabu_lead.icon_light {
    background-image: url(/image/icon/icon_light.png);
    padding: 12px 0 10px 60px;
    margin-bottom: 20px;
}
.manabu_lead.icon_good {
    background-image: url(/image/icon/icon_good.png);
    padding: 2px 0 13px 50px;
    margin-bottom: 20px;
}
.manabu_ul li {
	position: relative;
	border-bottom: 1px dotted #BCBCA7;
	padding: 8px;
	padding-left: 40px;
}
.manabu_ul li::before {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	left: 8px;
	top: 14px;
	background: url(../image/icon/icon_disc.png) no-repeat 0 0;
}



/* shop_g_navi */
.shop_g_navi {
	padding: 10px;
	margin: 30px 0;
	background-color: #FAF9F6;
}
.shop_g_navi ul {
	display: table;
	width: 100%;
	max-width: 873px;
	margin: 0 auto;
}
.shop_g_navi li {
	width: 125px;
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #DCD5BC;
}
.shop_g_navi li:first-child {
	border-left: 1px solid #DCD5BC;
}

.shop_g_navi a {
	color: #000;
	font-size: 13px;
	display: block;
	padding: 8px 0;
	text-align: center;
	line-height: 1.4;
	transition: .3s;
	-webkit-transition: .3s;
}
.shop_g_navi a:hover,
.shop_g_navi .activ {
	background-color: #EFEBDC;
}
.shop_g_navi span {
	color: #FF8000;
	font-size: 11px;
	display: block;
}

/* shop_about */
.shop_about { margin-bottom: 60px; }
.shop_image_list {
	float: left;
	width: 580px !important;
}

.shop_image_list .item {
    padding-bottom: 385px;
    position: relative;
	overflow: hidden;
	background-color: #F8F6F0;
}
.shop_image_list .item img {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.shop_image_thumbs {
    display: table;
    width: 100%;
	margin-top: 10px;
}
.shop_image_thumb {
    display: inline-block;
	vertical-align: top;
    border: none;
    background: none;
    padding: 0;
    opacity: .4;
    overflow: hidden;
    background-color: #F8F6F0;
    width: 20%;
	height: 77px;
}
.shop_image_thumb.active{
	opacity: 1;
}
.shop_image_thumb img {
	width: 100%;
	height: auto;
}

.shop_about > .inner > .detail {
	float: right;
	width: 580px;
	position: relative;
}

.shop_lead {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
	margin-bottom: 12px;
	overflow: hidden;
}
.shop_description {
    line-height: 1.5;
	overflow: hidden;
}

.spot_top_free { margin-bottom: 40px; }
.spot_top_free .inner { width: 900px !important; }

.btn_shop_tel {
	padding-bottom: 12px;
    margin-bottom: 8px;
    border-bottom: 1px dotted #B8A976;
}
.btn_shop_tel a {
	color: #000;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	display: block;
	text-decoration: none;
	border: 3px solid #DCD5BC;
	border-radius: 50px;
	background-color: #fff;
}
.btn_shop_tel a span {
	background: url(/image/icon/icon_tel.png) no-repeat 0 6px;
	background-size: 20px;
	padding: 4px 0 4px 24px;
    display: inline-block;
}

.shop_about .list_sns_share {
	margin-top: 40px;
}
.shop_about .btn_clip {
	bottom: -30px;
	top: auto;
}

.btn_clip.detail_clip {
    top: 10px;
    right: 10px;
}
/* shop_menu */
.shop_menu {
	padding: 20px 0 0;
	margin-bottom: 60px;
	background: url(/image/bg_01.jpg);
}
.shop_menu .lead_01 span {
	background: url(/image/bg_01.jpg);
}

.shop_menu_list {
	text-align: center;
	font-size: 0;
}
.shop_menu_list .item {
	font-size: 12px;
    width: 235px;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 10px 0;
	text-align: left;
	background-color: #ffffff;
}
.shop_menu_list .item:nth-child(5n) {
	margin-right: 0;
}
.shop_menu_list.owl-carousel .item {}
.shop_menu_list .thumb {
    position: relative;
    padding-bottom: 66.31%;
    overflow: hidden;
    background-color: #F8F6F0;
}
.shop_menu_list .detail {
    padding: 7px 10px;
}
.shop_menu_list .thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.shop_menu_list .ttl {
	color: #000;
    font-weight: normal;
    font-size: 15px;
}
.shop_menu_list .ttl + p {
	border-top: 1px dotted #ccc;
    padding-top: 5px;
    margin-top: 5px;
}
.shop_menu_list .price {
	color: #000;
	font-weight: bold;
	font-size: 11px;
}
.shop_menu_list .text {
	color: #666666;
	line-height: 1.5;
	font-size: 14px;
}

#shop_free .shop_menu { background: none; }
#shop_free .shop_menu .lead_01 span { background: #fff; }
#shop_free .shop_menu_list .item {
	width: 580px;
	margin-right: 40px;
	display: table;
	float: left;
}
#shop_free .shop_menu_list .item:nth-child(2n) { margin-right: 0; }
#shop_free .shop_menu_list .thumb {
	display: table-cell;
	vertical-align: top;
	background: #fff;
	width: 216px;
	padding-bottom: 143px;
}
#shop_free .shop_menu_list .detail {
	display: table-cell;
	vertical-align: top;
}
#shop_free .shop_menu_list .detail { border: 1px solid #CECEBF; }
#shop_free .shop_menu_list .ttl { font-size: 18px; }
#shop_free .shop_menu_list .price { font-size: 18px; }


.shop_menu_list_02 { font-size: 0; }
.shop_menu_list_02 .item {
	width: 270px;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 40px 40px 0;
	display: inline-block;
	vertical-align: top;
	background-color: #F8F6F0;
}
.shop_menu_list_02 .item:nth-child(4n) {
	margin-right: 0;
}
.shop_menu_list_02 .thumb {
	position: relative;
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.shop_menu_list_02 .thumb img {
	height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.shop_menu_list_02 .detail {
	padding: 12px;
}
.shop_menu_list_02 .ttl {
	color: #333333;
	margin-bottom: 5px;
}
.shop_menu_list_02 .price {
	color: #000;
}


.shop_menu_list_03 {
    width: 900px;
    margin: 0 auto;
}
.shop_menu_list_03 .item {}
.shop_menu_list_03 .item + .item {
    margin-top: 30px;
    border-top: 1px dotted #ccc;
    padding-top: 30px;
}

.shop_menu_list_03 .item .thumb { width: 48.33%;  float: left; }
.shop_menu_list_03 .item .detail { width: 48.33%; float: right; }

.shop_menu_list_03 .item:first-child .thumb { float: right; }
.shop_menu_list_03 .item:first-child .detail { float: left; }

.shop_menu_list_03 .ttl {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
    background: #F8F6F0;
    padding: 8px 10px;
    border-left: 5px solid #CECEBF;
}
.shop_menu_list_03 .text {}


/* shop_topics */
.shop_topics {
	margin-bottom: 60px !important;
}
.shop_topics .list {
	text-align: center;
	font-size: 0;
}
.shop_topics .list .item {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 270px;
    margin: 0 40px 40px 0;
	text-align: left;
    border: 1px solid #cecebf;
}
.shop_topics .list .item:nth-child(4n) {
	margin-right: 0;
}
.shop_topics .list a {
    display: block;
}
.shop_topics .list .thumb {
	background: none;
	position: relative;
	padding-bottom: 66.66%;
	overflow: hidden;
}
.shop_topics .list .thumb img {
	height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.shop_topics .list .detail {
	padding: 7px 10px;
	width: 100%;
}

.shop_topics .list .ttl {
	color: #000;
	font-size: 18px;
}
.shop_topics .list .text {
	color: #666666;
	font-size: 14px;
	line-height: 1.2;
	margin: 10px 0;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	overflow: hidden;
}
.shop_topics .list .date {
	color: #666666;
	font-size: 14px;
}

/* shop_topics_list */
.shop_topics_list {
	width: 900px;
	margin: 0 auto;
}
.shop_topics_list .item {
	border: 1px solid #CECEBF;
	background-color: #fff;
	padding: 20px 0;
	margin-bottom: 30px;
}
.shop_topics_list a {
	color: #000;
	border-left: 4px solid #CECEBF;
	display: table;
	width: 100%;
	padding: 0 15px;
}
.shop_topics_list .thumb {
    width: 216px;
    display: block;
    vertical-align: top;
    height: 143px;
    overflow: hidden;
}
.shop_topics_list .detail {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}
.shop_topics_list .date {
	font-size: 15px;
	border-bottom: 1px dotted #CECEBF;
	margin-bottom: 5px;
}
.shop_topics_list .ttl {
	margin: 10px 0;
	font-size: 18px;
}
.shop_topics_list .text {
	color: #666666;
	font-size: 14px;
	line-height: 1.2;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
}
.shop_topics_detail {
    margin: 0 auto;
    width: 980px;
}


/* shop_coupon */
.shop_coupon {
	padding: 30px 0 0;
	margin-bottom: 60px;
	background: url(/image/bg_02.jpg);
}
.shop_coupon .lead_01 span {
	background: url(/image/bg_02.jpg) -20px 0;
}

.list_shop_coupon .item {
	width: 770px;
    margin: 0 auto;
}
.list_shop_coupon .item + .item {
    border-top: 2px solid #CECEBF;
    margin-top: 20px;
    padding-top: 20px;
}
.list_shop_coupon .thumb {
    float: left;
    max-width: 120px;
    margin: 2px 20px 0 0;
}
.list_shop_coupon .detail {
	overflow: hidden;
}
.list_shop_coupon .ttl {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.list_shop_coupon .period_date {
    color: #6071E3;
    font-weight: bold;
    font-size: 16px;
}
.list_shop_coupon .text {
	color: #666666;
	font-size: 14px;
	line-height: 1.2;
}
.coupon_link {
	width: 196px;
	margin-top: 7px;
}
.use_coupon {
}

.members_coupon .coupon_link a {
	display: inline-block;
	width: 47.8%;
}
.members_coupon .coupon_link a + a {
	margin-left: 2%;
}

/* shop_detail_info */
.shop_detail_info {
	padding: 20px 0;
	margin-bottom: 60px;
	background: #F8F6F0;
}
.shop_detail_info .lead_01 span {
	background: #F8F6F0;
}

.shop_info_dl {
	padding: 5px 12px;
	border: 1px solid #DCD5BC;
	background-color: #fff;
}
.shop_info_dl + .shop_info_dl {
	border-top: none;
}
.shop_info_dl dt {
	color: #663300;
}
.shop_info_dl dd {
	font-size: 14px;
	line-height: 1.5;
}
.shop_info_dl .link_tel {
	font-size: 22px;
	color: #000;
}

.shop_info_ul { font-size: 0; }
.shop_info_dl + .shop_info_ul { margin-top: 45px; }
.shop_info_ul li {
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	text-align: center;
	padding: 2px 10px;
	background-color: #E2DBC2;
	margin: 0 10px 10px 0;
}

/* shop_access */
.shop_access {
	margin-bottom: 80px;
}
.shop_access .google_map {
	width: 100%;
	height: 600px;
	margin-top: 15px;
	background-color: #A3CCFF;
}

.shop_review .list {
    width: 890px;
    margin: 0 auto;
}
.shop_review .item {
	margin: 0 0 20px; 
	border: 1px solid #eeeae1;
	position: relative;
}
.shop_review .item a { display: block; }
.shop_review .item a:hover { background-color: #f8f6f0; }
.shop_review .list .item::before {
    position: absolute;
    content: "";
    border-right: 3px solid #cecebf;
    border-bottom: 3px solid #cecebf;
    bottom: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
}
.shop_review .list .item .ttl {
    font-size: 112.5%;
	background-color: #FBFAEB;
	padding: 5px 20px;
	position: relative;
}

.shop_review .list .item .thumb {
    float: left;
    width: 170px;
    overflow: hidden;
    position: relative;
    height: 110px;
    padding: 10px 15px;
	margin: 0 0 10px;
}
.shop_review .list .detail {
	float: left;
	width: 80%;
	color: #333;
	padding: 10px 0;
}
.shop_review .list .item .date {
    background: url(../image/icon/icon_date.png) no-repeat left center;
    font-size: 13px;
	padding: 1px 0 0 18px;
	background-size: 14px auto;
	-webkit-background-size: 14px auto;
}
.shop_review .list .item .nickname {
    background: url(../image/icon/user_name.png) no-repeat left center;
    font-size: 13px;
	padding: 1px 0 0 18px;
	margin-left: 10px;
}
.shop_review .list .item .comment {
    margin: 5px 0 0 25px;
	position: relative;
	line-height: 1.5;
	font-size: 15px;
}
.shop_review .list .item .comment::before {
    position: absolute;
    content: "";
    background: url(../image/icon/icon_user_comment.png) no-repeat left center;
    background-size: 20px auto;
    -webkit-background-size: 20px auto;
    top: 2px;
    left: -25px;
    width: 20px;
    height: 20px;
}

.shop_review .no_reviews {
	text-align: center;
}
.shop_review .no_reviews span {
    text-align: center;
    background: #fffbc7 url(/image/icon/icon_user_comment.png) no-repeat center 13px;
    font-size: 24px;
    padding: 46px 50px 10px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}
.shop_review .no_reviews span::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -25px;
    left: 50%;
    border: 10px solid transparent;
    border-top: 20px solid #fffbc7;
    margin-left: -10px;
}

.link_list .r_write a,
.link_list .r_read a{ position: relative; }
.link_list .r_write a::before {
    position: absolute;
	content: "";
	background: url(/image/icon/icon_user_write.png) no-repeat;
	width: 30px;
	height: 30px;
	top: 10px;
	left: 38px;
	background-size: 30px auto;
	-webkit-background-size: 30px auto;
}
.link_list .r_read a::before {
    position: absolute;
    content: "";
    background: url(/image/icon/icon_user_comment.png) no-repeat;
    width: 34px;
    height: 34px;
    top: 7px;
	left: 38px;
}

/* near_spot */
.near_spot {
	margin-bottom: 60px;
}

/* shop_sns */
.shop_sns {
	margin-bottom: 40px;
}
.shop_sns ul {
	font-size: 0;
	text-align: center;
}
.shop_sns li {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 500px;
	margin: 0 40px 0 0;
}
.shop_sns li:nth-child(2n) {
	margin-right: 0;
}

/* shop_contact */
.shop_contact {
	padding: 15px 0;
	margin: 20px 0 0;
	background-color: #F8F6F0;
}
.shop_contact .lead_01 span { background-color: #F8F6F0; }
.shop_contact .item {
	float: left;
	width: 580px;
}
.shop_contact .mail_form {
	padding: 0 60px;
}
.shop_contact .item .lead_01 {
	font-size: 22px;
}
.shop_contact .item .lead_01::before { height: 2px; margin-top: -1px; }
.shop_contact .mail_form li {
	margin-bottom: 10px;
}
.shop_contact_item {
	margin-left: 40px;
}

.shop_contact_item dl { margin-bottom: 20px; }
.shop_contact_item dt {
	color: #242743;
	font-size: 17px;
	padding: 10px 60px;
	background: no-repeat 0 center;
}
.shop_contact_item .tel dt { background-image: url(/image/icon/shop_contact_02.png); }
.shop_contact_item .address dt { background-image: url(/image/icon/shop_contact_03.png); }
.shop_contact_item dd { padding-left: 60px; }
.shop_contact_item .tel dd { font-size: 30px; font-weight: bold; line-height: 1; }
.shop_contact_item .tel dd span { font-weight: normal; }
.shop_contact_item dd strong { font-size: 20px; font-weight: normal; }


.error {
    color: #d80000;
    display: block;
	font-size: 90%;
}


/* review */
.review_list {
	width: 900px;
	margin: 0 auto 20px;
}
.review_list .item {
	border: 1px solid #CECEBF;
    padding: 20px 0 10px;
	margin-bottom: 40px;
}
.review_list .user_comment {
	padding: 0 20px 0 15px;
	border-left: 4px solid #CECEBF;
}
.review_list .user_comment .head {
	border-bottom: 1px dotted #CECEBF;
	background: url(/image/icon/icon_user_comment.png) no-repeat 0 2px;
	background-size: 30px;
	padding-left: 41px;
	margin-bottom: 5px;
}
.review_list .user_comment .head .ttl {
	color: #663300;
	font-size: 20px;
	font-weight: bold;
}
.review_list .user_comment .head p { font-size: 13px; }
.review_list .user_comment .comment { color: #000; }

.review_list .shop_comment {
	margin: 20px 20px 0 160px;
}
.review_list .shop_comment dt {
	font-size: 13px;
	border-bottom: 1px dotted #CECEBF;
	background: url(/image/icon/icon_shop_comment.png) no-repeat 0 3px;
	background-size: 30px;
	padding: 9px 0 9px 43px;
	margin-bottom: 5px;
}
.review_list .shop_comment dd {
	color: #464637;
	font-size: 15px;
}

.shop_content .inner .c_item_l {
    float: left;
    width: 580px;
    vertical-align: top;
}
.shop_content .inner .c_item_r {
    float: right;
    width: 580px;
    vertical-align: top;
}
.review_form {
	padding: 20px 0;
	margin-bottom: 50px;
	background-color: #F8F6F0;
}
.review_form .mail_form {
	/*width: 900px;
	margin: 0 auto;*/
	padding: 10px 30px;
}

.review_form .lead {
    border-bottom: 1px dotted #ccc;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-size: 22px;
}
/*---------------------------------------------------
	mail_form
---------------------------------------------------*/
.mail_form textarea,
.mail_form input[type="text"],
.mail_form input[type="email"] {
	-webkit-appearance: none;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	background: #fff;
	font-size: 16px;
	padding: 12px;
	width: 100%;
}
.mail_form textarea { height: 80px; }

.mail_form input.medium {
    width: 200px;
    display: inline-block;
}
.mail_form input.medium + .medium {
    /*margin-left: 34px;*/
	width: 304px;
	margin-left: 10px;
}
.mail_form input.small {
    width: 330px;
    display: inline-block;
}

.mail_form .submit {
    -webkit-appearance: none;
    border: none;
    border-radius: 4px;
    background: #333333;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 9px 0;
	border: 3px solid #333333;
	width: 310px;
}
.mail_form .submit:hover {
    background-color: #666;
    border-color: #666;
}
.mail_form .clear {
    -webkit-appearance: none;
    border: none;
    border-radius: 4px;
    background: #fff;
    color: #242843;
    text-align: center;
    font-size: 17px;
    padding: 9px 0;
	border: 3px solid #333333;
	width: 140px;
}
.input_form.input_review_img {
    width:  auto;
}
.input_review_img {}
.input_review_img .item {
    float: left;
    width: 163px;
    margin: 0 15px 0 0;
    position:  relative;
}
.input_review_img .item:nth-child(3n) { margin-right: 0; }

.input_review_img.input_form .input_image {
    width: 100%;
    margin:  0 0 10px;
}

.input_review_img.input_form .input_image + .btn_input_image {
    display: block;
    padding: 4px;
    margin: 0 auto;
    width: 65%;
    font-size: 14px;
}
.input_review_img .input_image + .btn_input_image {
    display: block;
    padding:  10px;
    margin:  0 auto;
}
.review_lead {
    font-size: 22px;
    text-align: center;
    border-bottom: 2px solid #eeeae1;
    margin: 20px 0;
}
.review_link a {
    display: block;
    width: 60%;
    border: 2px solid #c8bb9b;
    border-radius: 25px;
    text-align: center;
    padding: 7px 0;
    margin: 70px auto 0;
    color: #000;
    position: relative;
}
.review_link a::before {
    position: absolute;
    content: "";
    background: url(/image/icon/icon_user_comment.png) no-repeat;
    top: 5px;
    left: 35px;
    width: 32px;
    height: 32px;
}
.review_link a:hover { background-color: #faf9f6; }
.review_caution dd { padding: 10px 40px; }
/*---------------------------------------------------
	category_search
---------------------------------------------------*/
#category_search {
    padding: 15px;
    background-color: rgb(238, 234, 225);
}
#category_search > h3 {
	background: url(/image/icon/footer_menu_02.png) no-repeat 0 3px;
    background-size: 22px;
    font-size: 120%;
    padding-left: 30px;
    margin-bottom: 7px;
}

#category_search > .head {
    display: none;
}


#category_search form {
	font-size: 0;
}
#category_search .item {
	display: block;
	vertical-align: top;
	font-size: 18px;
	position: relative;
}
#category_search .item.last,
#category_search .keyword_search + div {
	margin-right: 0 !important;
	width: 220px !important;
}
#category_search .select_list {
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    display: none;
    height: 80%;
    left: 50%;
    margin-left: -400px;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 40px;
    position: fixed;
    top: 60px;
    transition: all 0.3s ease 0s;
    width: 800px;
    z-index: 200;
}
#category_search .select_list.show_02 {
	opacity: 1;
	display: block;
}
#category_search .select_list > .inner {
	width: auto;
}

#category_search .select_list > .head {
    border-bottom: 4px solid #dcd5bc;
    border-top: 2px solid #dcd5bc;
    margin: -40px -40px 10px;
    padding: 6px;
    position: relative;
    text-align: center;
	font-size: 28px;
}
#category_search .select_list > .head .close_btn {
	cursor: pointer;
    height: 40px;
    position: absolute;
    right: 20px;
    text-indent: -9999px;
    top: 10px;
    width: 40px;
}
#category_search .select_list > .head .close_btn::before,
#category_search .select_list > .head .close_btn::after {
    background: #c6beab none repeat scroll 0 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
#category_search .select_list > .head .close_btn::before {
    transform: rotate(-45deg);
}
#category_search .select_list > .head .close_btn::after {
    transform: rotate(-135deg);
}

#category_search .select_list ul {
	font-size: 0;
	margin-bottom: 10px;
}
#category_search .select_list li {
	font-size: 13px;
    display: inline-block;
    margin: 0 1.25% 1.25% 0;
    position: relative;
    vertical-align: top;
    width: 24.05%;
}
#category_search .select_list li:nth-child(4n) {
    margin-right: 0;
}
#category_search .select_list .inner > ul > li {
    margin: 0 1.25% 1.25% 0;
    width: 32.45%;
}
#category_search .select_list .inner > ul > li:nth-child(3n) {
    margin-right: 0;
}
#category_search .select_list #area_list > li {
	margin: 0 5px 10px;
    width: 340px;
}
#category_search .select_list .inner > ul > li > ul {
    margin: 8px 0;
}
#category_search .select_list li label {
    background-color: #f1ede0;
    display: block;
    padding: 8px 2px;
    position: relative;
    text-align: center;
}
#category_search .select_list li label:hover {
  cursor: pointer;
  background: #DED6C3;
}
#category_search .select_list li input[type="radio"], #category_search .select_list li input[type="checkbox"] {
    display: none;
    opacity: 0;
}
#category_search .select_list li input:checked + label {
    background-color: #ff9326;
    color: #fff;
}

#category_search .btn_select_item {
    position: relative;
    background-color: #F8F6F0;
    padding: 6px 22px 6px 6px;
    border: 3px solid #FF8000;
    text-align: center;
	cursor: pointer;
}
	.item_id_gourmet #category_search .btn_select_item   { border-color: #ff8000; }
	.item_id_beauty #category_search .btn_select_item    { border-color: #ff9f9f; }
	.item_id_life #category_search .btn_select_item      { border-color: #85b200; }
	.item_id_shopping #category_search .btn_select_item  { border-color: #d90000; }
	.item_id_learn #category_search .btn_select_item     { border-color: #008c8c; }
	.item_id_leisure #category_search .btn_select_item   { border-color: #08a6da; }
	.item_id_event #category_search .btn_select_item     { border-color: #ffbf00; }
	.item_id_info_plus #category_search .btn_select_item { border-color: #002db2; }
	.item_id_coupon #category_search .btn_select_item    { border-color: #9b52c2; }
	.item_id_features #category_search .btn_select_item  { border-color: #a68f35; }
	
#category_search .btn_select_item::before {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 9px solid #000;
    position: absolute;
    right: 12px;
    top: 19px;
}
#category_search .select_item {
    background-color: #f8f6f0;
    font-size: 0;
    padding: 10px 10px 6px;
}
#category_search .select_item span {
    background-color: #ff9326;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    margin: 0 4px 4px 0;
    padding: 1px 8px;
    vertical-align: top;
}

#category_search .btn_back {
	position: absolute;
	left: 7px;
    top: 7px;
	padding: 0px 7px;
	text-indent: -9999px;
	cursor: pointer;
}
#category_search .btn_back::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 8px;
    top: 50%;
    margin: -4px 0 0 -2px;
    border-left: 1px solid #FF9326;
    border-top: 1px solid #FF9326;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#category_search .btn_back_02 {
	border-radius: 50%;
	width: 55px;
	height: 55px;
	background-color: #333333;
	position: relative;
	text-indent: -9999px;
	cursor: pointer;
	margin: 0 0 50px;
	display: none;
}
#category_search .btn_back_02::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -2px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#category_search .btn_select {
    -webkit-appearance: none;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    position: relative;
    border: none;
    cursor: pointer;
    padding: 11px;
    background: #000 url(/image/icon/arrow_02.png) no-repeat 95% center;
    background-size: 8px;
    width: 100%;
}
#category_search .btn_select:hover {}
#category_search .select_list .btn_select {
	width: 220px;
    font-size: 14px;
}

#category_search .btn_list {
    margin: 30px 0;
    text-align: center;
}

#category_search .btn_clear {
    background: #fff none repeat scroll 0 0 / 8px auto;
    border: 2px solid #333;
    border-radius: 2px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    max-width: 80px;
    padding: 8px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
#category_search .btn_clear:hover {}

input.keyword_search {
    -webkit-appearance: none;
    border: 3px solid #CCCCCC;
    border-radius: 0;
    background-color: #fff;
    padding: 8px 8px 9px;
    width: 100%;
}

/* category_keyword_search */
#category_keyword_search {
    padding: 5px 15px;
    background-color: rgba(0, 0,0,.6);
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translateY(150%);
    transition: .5s;
    text-align: center;
}
.item_id_gourmet #category_keyword_search:hover { background-color: #FF8000; }
.item_id_beauty #category_keyword_search:hover { background-color: #FF9F9F; }
.item_id_life #category_keyword_search:hover { background-color: #85B200; }
.item_id_shopping #category_keyword_search:hover { background-color: #D90000; }
.item_id_learn #category_keyword_search:hover { background-color: #008C8C; }
.item_id_leisure #category_keyword_search:hover { background-color: #08A6DA; }
.item_id_event #category_keyword_search:hover { background-color: #FFBF00; }
.item_id_info-plus #category_keyword_search:hover { background-color: #002DB2; }
.item_id_coupon #category_keyword_search:hover { background-color: #9B52C2; }
.item_id_features #category_keyword_search:hover { background-color: #A68F35; }

#category_keyword_search.is-fixed {
    transform: translateY(0);
}
#category_keyword_search.is-hide {
	opacity: 0;
	transform: translateY(150%);
}
#category_keyword_search > .inner {
	width: 1200px;
	margin: 0 auto;
}
#category_keyword_search > .inner > * {
	display: inline-block;
	vertical-align: middle;
}
#category_keyword_search .ttl {
    font-size: 150%;
    font-weight: normal;
    color: #fff;
    background: url(/image/icon/footer_menu_02_w.png) no-repeat 0 6px;
    background-size: 30px;
    padding-left: 40px;
    margin-right: 7px;
}
#category_keyword_search input.keyword_search { width: 30%; }
#category_keyword_search .btn_select {
    -webkit-appearance: none;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    position: relative;
    border: none;
    cursor: pointer;
    padding: 11px;
    background: #000 url(/image/icon/arrow_02.png) no-repeat 95% center;
    background-size: 8px;
    width: 17%;
}
#category_keyword_search .btn_select:hover {}


/*---------------------------------------------------
	login_box
---------------------------------------------------*/
#login_box {
	display: none;
    position: absolute;
    z-index: 80;
	background-color: #fff;
	border: 1px solid #999999;
	border-radius: 6px;
}
#login_box::before {
    border-color: transparent transparent #999;
    border-style: solid;
    border-width: 15px 10px;
    content: "";
    height: 0;
    left: 27%;
    position: absolute;
    top: -30px;
    width: 0;
}
#login_box::after {
    border-color: transparent transparent #F8F6F0;
    border-style: solid;
    border-width: 15px 10px;
    content: "";
    height: 0;
    left: 27%;
    position: absolute;
    top: -28px;
    width: 0;
}
#login_box .ttl {
	line-height: 1.6;
	text-align: center;
	background-color: #F8F6F0;
	padding: 10px 0;
	border-radius: 6px 6px 0 0;
}
#login_box ul {
	text-align: center;
	padding: 17px 20px;
}

#login_box a {
	color: #333333;
	font-size: 15px;
	display: block;
	width: 250px;
	text-decoration: none;
	background: #FFBF00;
	border-radius: 4px;
	padding: 6px 0;
}
#login_box a.mail {
	margin-bottom: 13px;
	padding-left: 37px;
	background: #E2DBC2 url(/image/icon/icon_mail.png) no-repeat 10px center;
}

/*---------------------------------------------------------------------
	form
---------------------------------------------------------------------*/

.entry_navi {
	text-align: center;
	padding: 30px 20px;
	background-color: #F8F6F0;
}

.input_form {
    margin: 0 auto;
    width: 760px;
}

.error_message {
    background-color: #ffd8d8;
    font-weight: bold;
	margin: 30px 0;
    padding: 20px;
}
.error_message li + li {
    margin-top: 10px;
}
.error_message li {
    padding-left: 40px;
    position: relative;
}
.error_message li::before {
    background-color: #d80000;
    border-radius: 50%;
    color: #fff;
    content: "!";
    height: 28px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 28px;
}

.input_form dl { margin-bottom: 20px; }
.input_form dt {
    color: #85722C;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.input_form .icon_required::before {
	background-color: #d80000;
    border-radius: 4px;
    color: #fff;
    content: "必須";
    display: inline-block;
    font-size: 12px;
	font-weight: normal;
    line-height: 1.5;
    margin-right: 10px;
    padding: 3px 10px;
    vertical-align: top;
}

.input_form.confirm {
	display: table;
}
.input_form.confirm dl + dl {
    border-top: 1px dotted #85722c;
    padding-top: 20px;
}
.input_form.confirm dt,
.input_form.confirm dd {
	display: table-cell;
	vertical-align: top;
}
.input_form.confirm dt {
	width: 210px;
    font-weight: normal;
    padding-right: 20px;
}

.input_form table { border: none; }
.input_form table th,
.input_form table td {
	border: 7px solid #fff;
	padding: 12px 10px;
}

.input_form .twin {
    display: inline-block;
    vertical-align: top;
    width: 48.45%;
}
.input_form .twin + .twin {
	margin-left: 2%;
}

.input_form input[type="text"],
.input_form input[type="email"],
.input_form input[type="password"],
.input_form textarea {
	-webkit-appearance: none;
	font-size: 16px;
	border: 1px solid #BBBBBB;
	border-radius: 2px;
	background: #fff;
	width: 100%;
	padding: 7px;
}
.input_form select {
	font-size: 16px;
	border: 1px solid #BBBBBB;
	border-radius: 2px;
	background: #fff;
	width: 100%;
	padding: 7px;
}
.input_form .size_auto {
    width: auto !important;
}
.input_form label { font-size: 16px; }
.input_form label +label {
	margin-left: 10px;
}
.input_form input[type="radio"],
.input_form input[type="checkbox"] {
	margin-right: 3px;
}


.input_form .shop_url {
    position: relative;
}
.input_form .shop_url > input {
    padding: 7px 7px 7px 290px;
}
.input_form .shop_url > span {
    color: #333;
    font-size: 12px;
    left: 10px;
    position: absolute;
    top: 11px;
}

.input_form .profile_image {
	margin-bottom: 20px;
}
.input_form .profile_image .thumb {
	float: left;
	border: 2px solid #DCD5BC;
    border-radius: 50%;
    overflow: hidden;
	width: 150px;
    height: 150px;
    position: relative;
	margin-right: 20px;
}
.input_form .profile_image .thumb img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.input_form .profile_image .detail {
	overflow: hidden;
	font-size: 110%;
}
.input_form .input_image {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.input_form .input_image + .btn_input_image {
	display: inline-block;
	vertical-align: middle;
}
.input_form .btn_input_image {
    display: block;
    color: #fff;
    background-color: #85732C;
    text-align: center;
    border-radius: 2px;
    width: 80%;
    padding: 13px 0;
	overflow: hidden;
	position: absolute;
	position: relative;
}
.input_form .btn_input_image input {
	opacity: 0;
    position: absolute;
	left: 0;
}

.input_form .btn_01 {
    color: #fff;
	font-size: 16px;
    text-align: center;
    border: 1px solid #85732C;
    border-radius: 2px;
    padding: 15px 45px 15px 25px;
	background: #85732C url(/image/icon/arrow_05.png) no-repeat 95% center;
	background-size: 16px;
	background-position: right 10px center;
}
.input_form .btn_02 {
	color: #85732C;
	font-size: 16px;
    text-align: center;
    border: 1px solid #85732C;
    border-radius: 2px;
    padding: 15px 45px 15px 25px;
	background: #fff url(/image/icon/arrow_06.png) no-repeat 92% center;
	background-size: 16px;
	background-position: right 10px center;
}
.input_form .btn_03 {
    color: #85732C;
    text-align: center;
    border: 1px solid #85732C;
    border-radius: 2px;
    padding: 10px 10px 10px 30px;
    background: #fff url(/image/icon/arrow_08.png) no-repeat;
    background-size: 13px;
    background-position: 10px center;
    margin-right: 10px;
}

/*---------------------------------------------------------------------
	site_navi
---------------------------------------------------------------------*/
.modal-overlay {
	display: none;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 10;
}

#site_navi {
	backface-visibility: hidden;
	background-color: rgba(255, 255, 255, 1);
	position: fixed;
    right: 0;
    top: 0;
    width: 430px;
	z-index: 100;
	overflow: hidden;
	padding: 13px 20px;
		
	/* リストの基本動き　隠しておく */
	opacity: 0;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
    transform-origin: top right 0;
	-webkit-transform-origin: top right 0;
    transition: all 0.6s ease 0.8s;
}
#site_navi.activ{
	/* activeになった時に表示させる */
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	
	height: 100%;
    position: fixed;
	transition: all 0.4s ease 0.4s;
}
#site_navi > .head {
    margin-bottom: 10px;
}
.site_navi_logo {
    width: 36%;
}
#site_navi .btn_site_navi {
	top: 5px;
    right: 6px;
}
#site_navi > .inner {
    height: 100%;
	padding-bottom: 60px;
    /*overflow: scroll;*/
}

#site_navi .category_list { margin-bottom: 20px; }
#site_navi .category_list .ttl {
    font-size: 16px;
    font-weight: normal;
    background: url(/image/icon/footer_menu_02.png) no-repeat 7px 10px;
    background-size: 16px;
    padding-left: 22px;
    background-color: #F8F6F0;
    padding: 3px 3px 3px 28px;
}
#site_navi .category_list ul {
    font-size: 0;
    background-color: #fff;
    padding: 10px;
    border: 2px solid #F8F6F0;
}
#site_navi .category_list li {
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
	margin: 0 1.49% 1.49% 0;
    width: 32.23%;
}
#site_navi .category_list li:nth-child(3n) {
	margin-right: 0;
}
#site_navi .category_list a {
	display: block;
	color: #fff;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
}

	#site_navi .category_list .menu_01 a { background-color: #FF8000; }
	#site_navi .category_list .menu_02 a { background-color: #FF9F9F; }
	#site_navi .category_list .menu_03 a { background-color: #85B200; }
	#site_navi .category_list .menu_04 a { background-color: #D90000; }
	#site_navi .category_list .menu_05 a { background-color: #008C8C; }
	#site_navi .category_list .menu_06 a { background-color: #08A6DA; }
	#site_navi .category_list .menu_07 a { background-color: #FFBF00; }
	#site_navi .category_list .menu_08 a { background-color: #002DB2; }
	#site_navi .category_list .menu_09 a { background-color: #9B52C2; }
	#site_navi .category_list .menu_10 a { background-color: #A68F35; }
	

#site_navi .login {
    background-color: #f7f7f7;
    padding: 10px 10px 15px;
}
#site_navi .login .ttl {
	color: #a68f35;
	font-size: 16px;
    background: url(/image/icon/footer_menu_04.png) no-repeat scroll 0 7px;
	background-size: 24px auto;
    font-weight: bold;
    padding: 5px 5px 5px 27px;
}
#site_navi .login li {
    margin-top: 15px;
	text-align: center;
}


#site_navi .bnr_list {
	margin: 20px 0;
	font-size: 0;
}
#site_navi .bnr_list li {
	font-size: 13px;
	width: 185px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0;
}
#site_navi .bnr_list li:nth-child(2n) {
	margin-right: 0;
}

#site_navi .about {}
#site_navi .about .ttl {
    color: #ff9326;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
#site_navi .about ul {
	font-size: 0;
	margin-bottom: 20px;
}
#site_navi .about li {
    display: inline-block;
    font-size: 13px;
    margin: 0 10px 10px 0;
    vertical-align: top;
    width: 185px;
}
#site_navi .about li a {
	display: block;
	background-color: #eeeae1;
	color: #333;
	padding: 7px 10px;
	position: relative;
}
#site_navi .about li a::before {
    border-bottom: 1px solid #ff9326;
    border-right: 1px solid #ff9326;
    content: "";
	width: 8px;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#site_navi .navi_copyright {
	text-align: center;
}


/*---------------------------------------------------
	site_search
---------------------------------------------------*/
#site_search {
	background-color: #fff;
    height: 80%;
    margin-right: -400px;
    overflow: hidden;
    position: fixed;
    right: 50%;
    top: 110px;
    transition: all 0.3s ease 0s;
    width: 800px;
    z-index: 200;
	opacity: 0;
	display: none;
}
#site_search.show {
	opacity: 1;
	display: block;
}

#site_search .head {
    position: relative;
    border-top: 2px solid #DCD5BC;
    border-bottom: 4px solid #DCD5BC;
    padding: 6px;
}
#site_search .head .ttl {
	text-align: center;
	font-size: 28px;
}
#site_search .close_btn {
	position: absolute;
	right: 20px;
	top: 10px;
	cursor: pointer;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
}
#site_search .close_btn::before,
#site_search .close_btn::after {
	background: #c6beab;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

#site_search .close_btn::before {
    transform: rotate(-45deg);
}
#site_search .close_btn::after {
    transform: rotate(-135deg);
}

#site_search .inner {
	height: 100%;
	padding: 20px;
}

#search_form {
    margin-bottom: 30px;
}
#search_form form {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#search_form form > * {
    border: 2px solid #ccc;
    border-radius: 0;
    display: table-cell;
    font-size: 16px;
    padding: 10px;
    vertical-align: top;
	width: 85%;
}
#search_form #serch_button {
	color: #fff;
	border-color: #73AFEA;
	background:  #73AFEA;
	width: 15%;
}

#site_search ul {
	font-size: 0;
}
#site_search ul li {
    display: inline-block;
    font-size: 15px;
    margin: 0 10px 10px 0;
    vertical-align: top;
}

#site_search ul li a {
	background: #f7f6f1 url(/image/icon/footer_menu_02.png) no-repeat 10px center;
    background-size: 16px auto;
    color: #333;
    display: block;
    padding: 5px 10px 5px 35px;
	
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}

#site_search ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#site_search ul li a:hover:before,
#site_search ul li a:focus:before,
#site_search ul li a:active:before {
  right: 0;
}

/*---------------------------------------------------------------------
	page_scroll
---------------------------------------------------------------------*/
#page_scroll_navi { margin-top: 50px; }
#page_scroll_navi a {
	display: block;
	padding: 16px;
	text-align: center;
	text-decoration: none;
	background-color: #FF9326;
}

/*---------------------------------------------------------------------
	site_footer
---------------------------------------------------------------------*/
#site_footer {
	background-color: #fff;
	border-bottom: 5px solid #E7E0CB;
}

.bottom_links {
	padding: 17px 0;
	background-color: #F8F6F0;
}
.bottom_links ul {
	font-size: 0;
	text-align: center;
}
.bottom_links li {
	font-size: 14px;
	margin: 0 10px;
	display: inline-block;
}
.bottom_links a { color: #333333; }

#site_footer .inner {
    margin: 0 auto;
    padding: 10px;
	border-bottom: 1px solid #DCD5BC;
}

#site_footer .footer_logo {
	text-align: center;
	margin: 0 auto;
}

#site_footer .copyright {
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	padding: 7px 0;
	color: #333333;
}


/*---------------------------------------------------------------------
	tarot 20161029（とりあえずここにかいておきます。）
---------------------------------------------------------------------*/
#tarot_contents { background-color: #000033; }
.tarot {
	padding: 10px;
	margin-top: 20px;
}
/*h2 { margin-bottom: 35px; }*/
.tarot_layout { padding: 10px; /*border: 1px solid #fff;*/ }
.tarot_layout h3 {
	text-align: center;
	margin-bottom: 20px;
}

.tarot_guide h3 { margin-bottom: 15px; }
.tarot_guide .tarot_lead {
    color: #fff;
    border: 2px solid #783162;
    background: #4C0066 url(/image/special/uranai/tarot/karakusa.png);
    width: 80%;
    margin: 0 auto 25px;
    padding: 10px;
    position: relative;
}
.tarot_guide .tarot_lead::before {
    position: absolute;
    content: "";
    background: url(/image/special/uranai/tarot/icon_pentacle.png) no-repeat left center;
    width: 20px;
    height: 23px;
    top: 12px;
    left: 35%;
}
.tarot_guide .tarot_lead span {
    color: #fc9900;
}
.tarot_layout { margin-bottom: 20px; }

.tarot_layout .card {
	text-align: center;
	margin-bottom: 10px;
}
.card_name {
	font-size: 1.5rem;
	font-weight: bold;
	color: #FF6600;
	margin: 0 0 10px 0;
}

.card_text {
	font-size: 1.3rem;
	color: #fff;
	margin: 0;
}

.tarot_guide .text {
	color: #fff;
	margin: 10px 0 50px;
}

.arcana { text-align: center; }

.shop_data {
	padding: 10px;
	margin: 30px 0 65px;
}

.shop_data_inner {
	padding: 10px;
	background-color: #520085;
}

.shop_data p {
	color: #FF33CC;
}

.shop_data h4 {
	color: #fff;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

#tarot_contents .shop_data li {
	color: #fff;
	margin-bottom: 10px;
}

.shop_data li:first-child { text-align: center; }

.shop_detail { color: #FF33CC !important; }
	
.card_arcana h3 {
	font-size: 2.0rem;
	color: #fff;
	padding: 10px;
	margin-bottom: 20px;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#000033', endColorstr = '#660099');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#000033', endColorstr = '#660099')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #000033, #660099);
	background-image: -ms-linear-gradient(top, #000033, #660099);
	background-image: -o-linear-gradient(top, #000033, #660099);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#000033), to(#660099));
	background-image: -webkit-linear-gradient(top, #000033, #660099);
	background-image: linear-gradient(top, #000033, #660099);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

}
	
.card_arcana .card_ttl {
	padding-left: 30px;
	background: url(../image/special/uranai/tarot/card_arcana_h_bg.png) left center no-repeat;
	background-size: 25px auto;
	
}

.arcana_layout {
	display: inline-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
}

.arcana_layout .tarot_layout {
	padding: 10px 20px;
}

.card_arcana .card_text { font-size: 1.2rem; }


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

	.tarot,
	.card_arcana {
		/*max-width: 1200px;
		margin: 0 auto;*/
	}
	
	h2 {
		/*max-width: 1200px;
		margin: 0 auto 35px;*/
	}
	
	/*.tarot_guide_inner h3 {
		float: left;
		margin-right: 25px;
	}*/
	
	.tarot_inner {
		display: flex;
		justify-content: space-between;
	}
	.tarot_inner02 {
	}
	.tarot_layout .card {
		float: left;
		margin: 0 20px 0 0;
	}
	
	.arcana_layout .card { float: none; }
	
	.card_name { font-size: 1.8rem; }
	
	.card_text { font-size: 1.5rem; }
	
	.shop_data_inner {
		max-width: 900px;
		margin: 0 auto;
	}
	
	.shop_data ul {
		display: flex;
		justify-content: flex-start;
	}
	
	.shop_data h4 { font-size: 2.0rem; }
	
	.shop_data li {
		font-size: 1.5rem;
		margin-right: 25px;
	}
	
	.card_arcana h3 {
		font-size: 2.8rem;
		padding: 15px;
	}
	
	.card_arcana .card_ttl {
		padding: 10px 10px 10px 60px;
		background-size: 50px auto;
		
	}
	
	.card_arcana .card { margin: 0 0 10px 0; }
	

	.arcana { font-size: 1.2rem; }
	
/*---------------------------------------------------------------------
	okinawa-bbq 20161029（とりあえずここにかいておきます。）
---------------------------------------------------------------------*/
.okinawa-bbq {
	background-color: #fff;
	max-width: 1200px;
	margin: 0 auto;
}

.okinawa-bbq h2 {
	text-align: left;
	margin-bottom: 30px;
}

.beach_index {
	padding: 10px;
	margin-bottom: 0;
}

.beach_index li {
	background-color: #F8F6F0;
	padding: 25px 10px 10px;
	margin-bottom: 20px;
}

.beach_index dt {
	text-align: center;
	margin-bottom: 10px;
}

.beach_index dd { margin: 0 0 10px 0; }
.beach_index .city { margin-bottom: 0; }

.beach_name { font-weight: bold; }

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

	.okinawa-bbq .lead {
		font-size: 1.9rem;
		margin: 20px 0;
	}
	.beach_index {
		display: flex;
		justify-content: space-between;
		padding: 0;
		margin-bottom: 60px;
	}
	
	.beach_index li {
		width: 280px;
		padding: 0;
	}
	
	.beach_index dd { padding: 0 10px; }
	
	.beach_name { font-size: 1.7rem; }
	
	
	/*   okinawa-bbq detail   */
	.bbq_info { margin-bottom: 40px; }
	.bbq_info_inner { padding: 10px 20px; }
	.okinawa-bbq .page_ttl {
		background: url(../image/special/okinawa-bbq/bg/h2_bg.png) left center no-repeat;
		font-size: 2.4rem;
		font-weight: normal;
		border-bottom: 2px solid #ccc;
		padding: 0 10px 2px 15px;
	}
	
	.bbq_info h3 {
		font-size: 2.2rem;
		font-weight: normal;
	}
	
	.bbq_info h4 {
		color: #663300;
		font-size: 1.8rem;
	}
	
	.arrow1 {
		position: relative;
		display: inline-block;
		padding-left: 12px;
	}
	.arrow1::before {
		content: '';
		width: 0;
		height: 0;
		border: solid 4px transparent;
		border-left: solid 6px #70B74C;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -4px;
	}
	
	.bbq_layout th {
		background-color: #F8F6F0;
		color: #663300;
		font-size: 1.6rem;
		font-weight: normal;
	}
	
	.bbq_menu_layout {
		border-bottom: 1px dotted #ccc;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	.photo_main { margin-bottom: 15px; }
	
	.fll250 {
		float: left;
		width: 250px;
	}	
	
	.fll280 {
		float: left;
		width: 280px;
	}	
	
	.fll580 {
		float: left;
		width: 580px;
	}
	
	.flr280 {
		float: right;
		width: 280px;
	}
	
	.flr310 {
		float: right;
		width: 310px;
	}
	
	.flr580 {
		float: right;
		width: 580px;
	}
	
	.tell {
		font-size: 2.2rem;
		font-weight: bold;
	}
	
	.access_btn {
		max-width: 360px;
		border: 5px solid #CECEBF;
		border-radius:40px;
		-moz-border-radius:40px;
		-webkit-border-radius:40px;
		margin: 25px auto;
	}
	
	.access_btn a {
		background: url(../image/special/okinawa-bbq/bg/access_btn_icon.png) 12% center no-repeat;
		display: block;
		font-size: 2.0rem;
		text-align: center;
		text-decoration: none;
		padding: 7px 10px 7px 25px;
	}
	
/*まちのおにくやさん*/

.okinawa-bbq .bbq_ad {
    margin: 20px auto;
    width: 70%;
}
.nichi .bg_meat {
    background-color: #eeeae1;
	margin: 0 0 50px;
}
.nichi .bg_meat .fll {
    float: left;
	padding: 20px 0 20px 40px;
    width: auto;
}
.nichi .bg_meat .flr {
    float: right;
    width: 300px;
}

.nichi h3 {
    border-bottom: 4px solid #eeeae1;
    font-size: 3.2rem;
    text-align: center;
}
.nichi .page_ttl2 {
    background: url("../image/special/okinawa-bbq/bg/h2_bg.png") no-repeat scroll left center;
    border-bottom: 2px solid #ccc;
    font-size: 2.4rem;
    font-weight: normal;
    padding: 0 10px 2px 15px;
	color: #333;
	margin-bottom: 10px;
}

.nichi .rep_box {
    background-color: #eee;
    margin: 0 auto;
    padding: 2%;
    width: 70%;
}

/*.nichi .rep_box .pc_none {
    display: none;
}*/
.nichi .link_list > li {
    width: 40%;
}
.nichi .btn_type_04 {
    border: 4px solid #cecebf;
    border-radius: 50px;
    color: #000;
    display: block;
    font-size: 18px;
    padding: 5px 0;
    text-decoration: none;
}
.nichi .btn_type_04 span {
    background: rgba(0, 0, 0, 0) url("../image/icon/icon_all.png") no-repeat scroll 10px center;
    padding: 0 0 0 40px;
}
	/*---------------------------------------------------------------------
		広告掲載について
	---------------------------------------------------------------------*/
	.contents_ttl01 {
		font-size: 24px;
		font-weight: normal;
		border-bottom: 1px dashed #6E6E6E;
		padding-bottom: 10px;
		margin-bottom: 25px;
	}
	.contents_ttl02 {
		font-size: 24px;
		font-weight: normal;
		border-bottom: 1px solid #6E6E6E;
		padding-bottom: 10px;
		margin-bottom: 25px;
	}
	
	
	.middle_contents_layout { margin-bottom: 80px; }
	.middle_contents { text-align: center; }
	.cm_text01 { margin: 75px 0 40px; }
	.cm_text02 { margin-bottom: 60px; }
	
	.click_detail,
	.free_entry,
	.pay_entry {
		position: relative;
		width: 373px;
		margin: 30px auto 0;
	}
	
	.click_detail a {
		background-color: #FF6C00;
		display: block;
		color: #fff;
		font-size: 18px;
		padding: 20px 10px;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}
	
	.layout_list {
		max-width: 660px;
		text-align: left;
		padding-left: 0 !important;
		margin: 0 auto 40px;
	}
	.list01 li {
		background-color: #F6F3EE;
		list-style-position: inside;
		padding: 8px 10px;
		margin-bottom: 10px;
	}
	
	.point_text01 { font-size: 20px; }
	.point_text02 {
		font-size: 16px;
		margin-bottom: 30px;
	}
	
	.important_point {
		width: 845px;
		text-align: left;
		margin: 0 auto;
	}
	
	.entry {
		display: flex;
		width: 475px;
		justify-content: space-between;
		margin: 0 auto;
	}
	
	.entry li.free_btn,
	.entry li.post_btn {
		width: 230px;
		font-size: 30px;
		text-align: center;
		padding: 0;
	}
	.entry li a {
		display: block;
		text-decoration: none;
	}
	.entry .free_btn {
		background: #000 url(../image/cm/free_btn_bg.png) center 35% no-repeat;
	}
	.entry .post_btn {
		background: #F1EDE0 url(../image/cm/post_btn_bg.png) center 35% no-repeat;
	}
	.entry .free_btn a {
		color: #fff;
		padding: 165px 10px 11px;
	}
	.entry .post_btn a {
		color: #000;
		padding: 165px 10px 11px;
	}

	.arrow_icon01:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 5%;
		width: 5px;
		height: 5px;
		margin: -4px 0 0 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
/*---------------------------------------------------------------------
	店舗掲載をお考えの方
---------------------------------------------------------------------*/
	.list02 li { background-color: #FFF0E5; }
	
	.entry_free_bg {
		background: url(../image/entry/entry_free_bg01.png) top center no-repeat;
		padding-top: 200px;
	}
	.entry_pay_bg {
		background: url(../image/entry/entry_pay_bg01.png) top center no-repeat;
		padding-top: 145px;
	}
	
	.entry_btn_base a {
		display: block;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}
	
	.free_entry {
		background: url(../image/entry/entry_free_bg02.png) top center no-repeat;
		padding-top: 100px;
	}
	.pay_entry {
		background: url(../image/entry/entry_pay_bg02.png) top center no-repeat;
		padding-top: 140px;
	}
	.free_entry a {
		background-color: #E4E0D9;
		padding: 17px 10px 16px;
	}
	.pay_entry a {
		background-color: #000;
		padding: 15px 10px 14px;
	}
	
	.arrow_color01:after {
		top: 80%;
		right: 5%;
		border-top: solid 2px #7A6541;
		border-right: solid 2px #7A6541;
	}
	
	.arrow_color02:after {
		top: 84%;
		right: 5%;
		border-top: solid 2px #FF8000;
		border-right: solid 2px #FF8000;
	}



/* renewal 201710 */
.owners {}
.owners_inner {
    width: 1200px;
    margin: 80px auto;
}
.owners .lead_01::before {
    width: 100%;
    left: 0;
    margin-left: 0;
}
.owners .merit_list {
    display: table;
    width: 100%;
}
.owners .merit_list li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.owners_lead_01 {
	color: #0085B2;
	text-align: center;
	font-weight: bold;
	font-size: 187.5%;
	margin: 20px 0;
}
.owners_lead_02 {
	color: #008C8C;
	text-align: center;
	font-weight: bold;
	font-size: 137.5%;
	margin: 30px 0;
}
.owners_lead_03 {
    text-align: center;
	margin-bottom: 30px;
    background: url(/userfiles/images/entry/line_01.png) repeat-x left center;
}
.owners_lead_03 span {
    background: #EEEAE1;
    display: inline-block;
    padding: 10px 100px;
    border-radius: 25px;
}
.owners_lead_04 {
	color: #FF7F00;
	text-align: center;
	font-weight: bold;
	font-size: 137.5%;
	margin: 30px 0 40px;
}
.owners_lead_05 {
	color: #0059B2;
	text-align: center;
	font-weight: bold;
	font-size: 137.5%;
	margin: 20px 0 30px;
}

.owners_note_01 {
	border: 3px solid #FF8000;
	background: #FFFBE5;
	max-width: 800px;
	margin: 30px auto 0;
	padding: 13px;
}

.pr_list_01 {}
.pr_list_01 .item {
	float: left;
	border: 2px solid #CECEBF;
	border-radius: 6px;
	width: 373px;
	margin: 0 40px 40px 0;
	overflow: hidden;
}
.pr_list_01 .item:nth-child(3n) { margin-right: 0;}

.pr_list_02 {}
.pr_list_02 .item {
	float: left;
	border: 2px solid #CECEBF;
	border-radius: 6px;
	width: 270px;
	margin: 0 40px 40px 0;
	overflow: hidden;
}
.pr_list_02 .item:nth-child(4n){ margin-right: 0; }

.pr_list_01 .thumb,
.pr_list_02 .thumb {
	text-align: center;
	background: #FFFBE5;
}
.pr_list_01 dl,
.pr_list_02 dl {
	padding: 10px;
}
.pr_list_01 dt {
	text-align: center;
	margin-bottom: 10px;
	font-size: 150%;
	line-height: 1.2;
}
.pr_list_02 dt {
	text-align: center;
	margin-bottom: 10px;
	font-size: 125%;
	line-height: 1.2;
}
.owners .note_free {
    border: 2px solid #D0D0C2;
    display: block;
    border-radius: 25px;
    font-size: 16px;
    color: #D90000;
    padding: 5px;
    margin-top: 10px;
}


.price_table {
	border: none;
}
.price_table th {
	background: #EEEAE1;
	border: 4px solid #fff;
	text-align: left;
	padding: 10px;
}
	.price_table th.standard { color: #fff; background: #FF8000; text-align: center; }
	.price_table th.free { color: #fff; background: #949474; text-align: center; }

.price_table th strong {
    font-size: 137.5%;
}
.price_table .price {
    font-weight: bold;
}
.price_table td {
	border: 4px solid #fff;
	font-size: 137.5%;
}
	.price_table td.standard { color: #FF8000; background: #FFEFDE; }
	.price_table td.free { color: #737359; background: #F5F3EE; }

.price_table .pr_icon_01 { background: #EEEAE1 url(/userfiles/images/entry/pr_icon_01.png) no-repeat 10px center; padding-left: 75px; }
.price_table .pr_icon_02 { background: #EEEAE1 url(/userfiles/images/entry/pr_icon_02.png) no-repeat 10px center; padding-left: 75px; }
.price_table .pr_icon_03 { background: #EEEAE1 url(/userfiles/images/entry/pr_icon_03.png) no-repeat 10px center; padding-left: 75px; }
.price_table .pr_icon_04 { background: #EEEAE1 url(/userfiles/images/entry/pr_icon_04.png) no-repeat 10px center; padding-left: 75px; }
.price_table .pr_icon_05 { background: #EEEAE1 url(/userfiles/images/entry/pr_icon_05.png) no-repeat 10px center; padding-left: 75px; }
.price_table .pr_icon_06 { background: #EEEAE1 url(/userfiles/images/entry/pr_icon_06.png) no-repeat 10px center; padding-left: 75px; }
.price_table .pr_icon_07 { background: #EEEAE1 url(/userfiles/images/entry/pr_icon_07.png) no-repeat 10px center; padding-left: 75px; }
.price_table .pr_icon_08 { background: #EEEAE1 url(/userfiles/images/entry/pr_icon_08.png) no-repeat 10px center; padding-left: 75px; }
.price_table .pr_icon_09 { background: #EEEAE1 url(/userfiles/images/entry/pr_icon_09.png) no-repeat 10px center; padding-left: 75px; }


.owners .go_entry {
    background: #FFEFBE url(/userfiles/images/entry/bg_01.jpg);
    padding: 50px 0;
    position: relative;
	margin-top: 40px;
}
.owners .go_entry::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 30px solid #fff;
    margin-left: -30px;
}

.owners .last_entry {
    background: #FFEFBE url(/userfiles/images/entry/bg_01.jpg);
    position: relative;
	margin-top: 40px;
}
.owners .last_entry::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 30px solid #fff;
    margin-left: -30px;
}
.owners .last_entry_inner {
	padding: 50px 0 120px;
	background: url(/userfiles/images/entry/bg_02.png) no-repeat center bottom;
}
.owners .last_entry_inner div + div { margin-top: 20px; }

/*---------------------------------------------------------------------
	ぷらっと沖縄とは
---------------------------------------------------------------------*/
	.about_text01 { margin: 75px 0 20px; }
	.about_text02 { margin-bottom: 55px; }
	.about_image01 { margin-bottom: 50px; }
	.photo_area,
	.enjoy_menu {
		display: flex;
		justify-content: space-between;
		max-width: 1200px;
		margin-bottom: 40px;
	}
	.photo_area li {
		width: 400px;
	}
	.enjoy_menu li {
		width: 110px;
	}
	
	.about_text03 {
		background: url(../image/about/about_image05.png) bottom center no-repeat;
		padding-bottom: 125px;
		margin-bottom: 40px;
	}

/*---------------------------------------------------------------------
	特集　features
---------------------------------------------------------------------*/
.features_main {
    background: no-repeat center center fixed;
    background-size: cover;
    margin-bottom: 40px;
    text-align: center;
    padding: 40px 20px;
}

.lead_icon_weekendcafe {
    background-image: url(/image/icon/lead_icon_weekendcafe.png);
    background-repeat: no-repeat;
    background-position: 10px 0px;
    padding: 5px 15px 5px 82px !important;
}
.lead_icon_features {
    background-image: url(/image/icon/lead_icon_features.png);
    background-repeat: no-repeat;
    background-position: 10px 0px;
    padding: 5px 15px 5px 60px !important;
}

.features_list_01,
.features_list_02 {
	font-size: 0;
}
.features_list_01 li,
.features_list_02 li{
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	border: 1px solid #CECEBF;
}
.features_list_01 li { width: 580px; margin: 0 40px 40px 0; }
.features_list_01 li:nth-child(2n) {
	margin-right: 0;
}

.features_list_02 li { width: 373px; margin: 0 40px 30px 0; }
.features_list_02 li:nth-child(3n) {
	margin-right: 0;
}

.features_list_01 li a,
.features_list_02 li a {
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
}

.features_list_01 li .thumb,
.features_list_02 li .thumb {
	padding: 10px;
	border-bottom: 1px dotted #B8A976;
}

/*---------------------------------------------------------------------
	ユーザーガイド
---------------------------------------------------------------------*/
.guide_text01 { margin: 90px 0 25px; }
.guide_text02 { margin-bottom: 120px; }
.guide_picture { margin-bottom: 30px; }
.guide_picture_last { margin-bottom: 210px; }

.point_color01 { color: #FF7272; }
.point_color02 { color: #FF7F00; }

.point_text03 {
	font-size: 2.2rem;
	margin-bottom: 20px;
	}
  
	
/*---------------------------------------------------------------------
	サイト内検索
---------------------------------------------------------------------*/
.search_list {}
.search_list .search_list_item {
  margin-bottom: 20px;
}
.search_list .search_list_item a {
  display: block;
  padding: 22px;
  border: 1px solid #DED6C3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all .3s;
}
.search_list .search_list_item a:hover {
  color: #333;
  background: #EEEAE1;
}
.search_list .search_list_ttl {
  font-size: 18px;
}
.search_list .search_list_lead {
  color: #444;
  font-size: 15px;
  margin-top: 8px;
}

/*---------------------------------------------------------------------
	topics
---------------------------------------------------------------------*/
.list_topics li {
    border-bottom: 2px solid #dcd5bc;
}
.list_topics li:first-child {
    border-top: 2px solid #dcd5bc;
}
.list_topics a {
    color: #000000;
    display: table;
    padding: 22px 30px 22px 20px;
    position: relative;
    width: 100%;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.list_topics a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f8f6f0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.list_topics a:hover:before,
.list_topics a:focus:before,
.list_topics a:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


.list_topics a::after {
    border-bottom: 2px solid #ffc30f;
    border-right: 2px solid #ffc30f;
    content: "";
    height: 8px;
    margin-top: -4px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: rotate(-45deg);
    width: 8px;
	transition: .3s;
	-webkit-transition: .3s;
}
.list_topics a:hover:after {
	right: 15px;
}

.list_topics .date {
    display: table-cell;
    font-size: 14px;
    padding-top: 2px;
    vertical-align: top;
    width: 100px;
}
.list_topics .ttl {
    display: table-cell;
    vertical-align: top;
}


/* detail */
.ttl_topics {
    background-color: #f8f6f0;
    border-bottom: 2px solid #dcd5bc;
    border-top: 2px solid #dcd5bc;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 15px;
}

.topics_detail {}
.topics_detail * + h3 { margin-top: 50px; }
.topics_detail * + h4 { margin-top: 40px; }
.topics_detail * + h5 { margin-top: 30px; }

.topics_detail h3,
.lead_02 {
    border-bottom: 2px solid #dcd5bc;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 5px 0 5px 15px;
    position: relative;
}
.topics_detail h3::before,
.lead_02::before {
    background-color: #dcd5bc;
    content: "";
    height: 26px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 7px;
}
.topics_detail h4,
.lead_03 {
    border-bottom: 2px dotted #dcd5bc;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 5px;
}
.topics_detail h5,
.lead_04 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-left: 14px;
    position: relative;
}
.topics_detail h5::before {
	content: "";
	widows: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 5px;
	border: 6px solid transparent;
	border-left: 8px solid #dcd5bc;
}
.topics_detail p { margin-bottom: 10px; }
.topics_detail table { margin: 10px 0; }


/*---------------------------------------------------------------------
	詳細２カラム
---------------------------------------------------------------------*/
#pagebody_inner .detail_inner {
    margin: 40px auto;
    width: 980px;
}

.alpha {
    float: left;
    width: 892px;
}

#pagebody_inner .detail_inner .alpha {
    float: left;
    width: 700px;
}

.beta {
    float: right;
    width: 277px;
}
#pagebody_inner .detail_inner .beta {
    float: right;
    margin-left: 20px;
    width: 250px;
}

.detail_inner .beta .side_list_bnr li + li {
    margin-top: 10px;
}
.shop_content .content1 .fll_320 {
	width: 320px;
	float: left;
}

.shop_content .content1 .fll700 {
	width: 700px;
	float: left;
}

.special_main {
    background: #F8F6F0;
    margin-bottom: 30px;
}

.special_main > a {
    color: #333;
    font-size: 14px;
    vertical-align: bottom;
}

.special_main .kininaru {
    background: url(/image/weekend/icon_kininaru.png) no-repeat scroll 5px 0;
	background-size: 18px auto;
	padding: 6px 0 0 32px;
}

.special_main .person {
    background: url(/image/weekend/icon_person.png) no-repeat scroll 0 0;
	background-size: 19px auto;
	padding: 1px 0 0 25px;
}
.special_main .cafe {
    background: url(/image/weekend/icon_cafe.png) no-repeat scroll 0 1px;
	background-size: 18px auto;
	padding: 0 0 0 21px;
}

.list_features li:nth-child(2n) {
    margin-left: 30px;
}
.list_features li {
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top;
    width: 48.5%;
}


.item_id_okinawa-bbq .iframe > iframe {
    position: relative;
    width: 100%;
}

.pc_none02 {
	display: none;
}

/*基本情報フリーエリア*/
.shop_content .lead_001 {
    background: #EEEAE1 url(../../image/icon/icon_hint.png) no-repeat 10px center;
    border-radius: 6px;
    padding: 8px 0 7px 57px;
	background-size: 35px auto;
}
.shop_content .detail_border {
    border: 5px solid #eeeAE1;
    margin: -5px 0 30px;
    padding: 15px 20px;
}
.shop_content .lead_002 {
    margin: 0 0 5px;
    color: #9e891b;
}

/*--------- template -----------*/
/*エディタテンプレート*/
.alpha_contents .fll {
    float: left;
    width: 300px;
    margin: 0 15px;
    padding: 0 20px 0 0;
}
.alpha_contents .flr {
    float: right;
    width: 300px;
    margin: 0 15px;
    padding: 0 0 0 20px;
}
.alpha_contents .column2 li {
    float: left;
    width: 48.5%;
    margin-left: 15px;
}
.alpha_contents .column2 li:first-child {
    margin: 0;
}
.alpha_contents .caption {
    text-align: center;
    font-size: 14px;
}

.fll_img {
    float: left;
    margin: 0 2.5% 2.5% 0;
	max-width: 30%;
}
.flr_img {
	float: right;
	margin: 0 0 2.5% 2.5%;
	max-width: 30%;
}
.fll_img img,
.fll_img img {
	max-width: 100%;
	height: auto;
}
.fl_over {
    overflow: hidden;
}

.caption,
.list_1column .caption,
.list_2column .caption,
.list_3column .caption,
.list_4column .caption,
.list_5column .caption {
	font-size: 86.66%;
    line-height: 1.4;
    padding-top: 7px;
	text-align: center;
    margin: 0;
}
.list_1column img,
.list_2column img,
.list_3column img,
.list_4column img,
.list_5column img{
	width: 100%;
	height: auto;
}

/* list_2column */
.list_2column { font-size: 0; }
.list_2column .item {
	width: 48.75%;
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	margin: 0 2.5% 2.5% 0;
}
.list_2column .item:nth-child(2n) { margin-right: 0; }

/* list_3column */
.list_3column { font-size: 0; }
.list_3column .item {
	width: 31.66%;
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	margin: 0 2.5% 2.5% 0;
}
.list_3column .item:nth-child(3n) { margin-right: 0; }

/* list_4column */
.list_4column { font-size: 0; }
.list_4column .item {
	width: 23.08%;
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	margin: 0 2.5% 2.5% 0;
}
.list_4column .item:nth-child(4n) { margin-right: 0; }

/* list_5column */
.list_5column { font-size: 0; }
.list_5column .item {
	width: 18%;
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	margin: 0 2.5% 2.5% 0;
}
.list_5column .item:nth-child(5n) { margin-right: 0; }

/* list_6column */
.list_6column { font-size: 0; }
.list_6column .item {
    width: 15%;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 2% 0;
}
.list_6column .item:nth-child(6n) { margin-right: 0; }

.feature_link a {
    display: block;
    border: 1px solid #A58D33;
    width: 200px;
    padding: 10px 0;
    font-size: 18px;
    color: #A58D33;
    text-align: center;
    margin: 20px 0 0;
	transition: .3s;
}
.feature_link a:hover,
.feature_link02 a:hover {
    color: #fff;
    background-color: #A58D33;
}
.feature_link02 a {
    display: block;
    border: 1px solid #A58D33;
    width: 250px;
    padding: 10px 0;
    font-size: 18px;
    color: #A58D33;
    text-align: center;
    margin: 20px auto 0;
	transition: .3s;
}
.table_fix th,
.table_fix td { padding: 10px; }

.lead_box {
    background: #fdfde6;
    width: 80%;
    margin: 30px auto;
    padding: 10px 20px;
    text-align: center;
}

/*イベント追加-フォーム*/
.item_id_event .lead_txt {
    font-size: 120%;
    color: #009A89;
}
.item_id_event .on_off_select {
    text-align: center;
    background: #ffffe5;
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
}
.item_id_event .on_off_select li {
    display: inline-block;
    width: 30%;
}
.item_id_event table .bg_01 {
    background-color: #f4a626;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    width: 50%;
}

/*イベント追加-詳細*/
.event_detail .present_on {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.event_detail .present_on::after {
    content: "";
    background: url(/image/event/btn_present.png) no-repeat 0 0;
    width: 177px;
    height: 120px;
    position: absolute;
    right: 30px;
    top: 0;
}
.event_detail .present_bg::before {
    background: url(/image/event/bg_present.png) no-repeat left top;
}
.event_detail .present_on:hover img {
    opacity: 1 !important;
}
/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.event_detail .present_on {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.event_detail .present_on:hover::after, .event_detail .present_on:focus::after, .event_detail .present_on:active::after {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.pop_coupon .btn_sending {
    text-align: center;
    color: #fff;
    display: block;
    background: #f4a626;
    width: 200px;
    margin: 5px 10px;    
    border-radius: 5px;
    padding: 6px;
}
.pop_coupon .btn_sending:hover {
    background-color: #ff9326;
}

.list_category_event .item .detail {
	position: relative;
}
.btn_clip03 {
	position: absolute;
	bottom: 0;
    right: 0;
	width: 120px;
	height: 120px;
    display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.event_beta li {
    font-size: 0;
	border: 1px solid #bbb;
	margin-bottom: 10px;
}

.event_beta .thumb {
    width: 40%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-height: 100px;
}
.event_beta .detail {
    display: inline-block;
    width: 60%;
    padding: 0 0 0 5px;
    font-size: 14px;
    vertical-align: top;
	color: #333;
	background-color: #f8f6f0;
}
.event_beta a:hover .detail { background-color: #fff; }
.event_beta .detail h3 {
	font-weight: normal;
	margin-top: 6px;
}
.event_beta .detail p {
	font-size: 12px;
	margin: 5px 0;
}
