*{
	margin: 0;
	padding: 0;
	text-decoration:  none;
	letter-spacing: 1px;
	font-weight: 400;
	word-break: break-all;
}

img{
	border: none;
}

li{
	list-style: none;
}

a{
	color: #000;
}

a:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
	text-decoration: none;
}



@media only screen and (min-width: 600px) {

body{
	min-width: 1024px;
	margin: 0;
	padding: 0;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-seri;
	-webkit-text-size-adjust:100%;
	position: relative;
}
.pc_none{
	display: none!important;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
fixedここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.fixed{
	position: fixed;
	top: 130px;
	right: 10px;
	z-index: 3000;
}
.fixed a{
	display: block;
	width: 200px;
	height: auto;
	margin-bottom: 10px;
}
.fixed a img{
	width: 100%;
	height: auto;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
#headerここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#header{
	width: 100%;
	height: auto;
	background-color: #000;
}


#header_content{
	width: 980px;
	height: 69px;
	margin: 0 auto;
}

div.header_inner{
	display: inline-block;
	width: auto;
	height: auto;
	margin: 16px auto 0;
	vertical-align: middle;
}

#header_content img{
	width: 200px;
	height: auto;
	vertical-align: middle;
}

#header_content h1{
	display: inline;
	vertical-align: middle;
	width: auto;
	height: auto;
	margin: 0 0 0 25px;
	font-size: 11px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
}

#header_content ul{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	margin-left: 30px;
	padding: 0;
	font-size: 11px;
	font-weight: 400;
	line-height: 20px;
}

#header_content ul li{
	display: inline-block;
	margin: 0;
	padding: 0 ;
}

#header_content ul li a{
	display: block;
	font-size: 11px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	padding: 0 6px;
}

#header_content li.accordion{
	position: relative;
	z-index: 900;
}
#header_content li.accordion a{
	pointer-events: none;
}
#header_content li.accordion ul.accordion_ul{
	display: none;
	width: 100px;
	height: 0;
	position: absolute;
	top: 20px;
	left: -20px;
	z-index: 1000;
	visibility: hidden;
	transition:all .0s ease-out;
	opacity: 0;
	font-size: 0;

}
#header_content li.accordion:hover ul.accordion_ul{
	display: block;
	padding-bottom: 30px;
	visibility: visible;
	transition: all .5s ease-out;
	opacity: 1;
}
#header_content li.accordion ul.accordion_ul li{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	border-top: none;
	z-index: 1000;
}
#header_content li.accordion ul.accordion_ul li a{
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5px 10px;
	background-color: #000;
	font-size: 11px;
	color: #fff;
	border: none;
	visibility: hidden;
	transition:all .5s ease-out;
	opacity: 0;
	pointer-events: auto;
}
#header_content li.accordion ul.accordion_ul li a:hover{
	border: none;
	background-color: #fff;
	color: #000;
}
#header_content li.accordion:hover ul.accordion_ul li a{
	visibility: visible;
	opacity: 1;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
#headerここまで
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
#eyecatchここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#eyecatch{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#eyecatch_content{
	width: 980px;
	height: auto;
	margin: 0 auto;
}
#eyecatch_content h2{
	color: #fff;
	font-size: 20px;
	padding-top: 30px;
	text-align: center;
}
#eyecatch_content h3{
	color: #fff;
	text-align: center;
	margin-top: 10px;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
#eyecatchここまで
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
#containerここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#container{
	width: 100%;
	height: auto;
}
#main_content{
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
CMSここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#main_content #cms{
	width: 100%;
	height: auto;
	overflow: hidden;
}
#main_content #cms h2{
	width: 100%;
	height: 125px;
	text-align: center;
	line-height: 125px;
	font-weight: 400;
	font-size: 21px;
	background-image: url(../img/common/title_news.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
最新ニュースここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#news_info{
	width: 85%;
	height: auto;
	margin: 50px auto;
}
#news_info h2{
	width: 100%;
	height: 125px;
	text-align: center;
	line-height: 125px;
	font-weight: 400;
	font-size: 21px;
	background-image: url(../img/common/title_news.png);
	background-repeat: no-repeat;
	background-size: auto 98px;
	background-position: center;
}
.news_info_inner{
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
	overflow: hidden;
}
.news_info_inner #text_content{
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-bottom: 1px dashed #ddd;
}
.news_info_inner #text_content a.date{
	display: block;
	width: 100px;
	height: auto;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #bea055;
}
.news_info_inner #text_content h3 a{
	width: 100% ;
	height: auto;
	font-size: 14px;
	font-weight: 800;
	line-height: 26px;
}
a.news_archive{
	display: block;
	width: 173px;
	margin: 0 auto;
	padding: 3px 0;
	font-size: 12px;
	font-weight: 800;
	line-height: 22px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 26px;
}
a.news_archive:hover{
	background-color: #000;
	color: #fff;
	opacity: 1.0;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
イベントreportここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#main_content #cms_report{
	width: 100%;
	height: auto;
	margin-top: 60px;
	overflow: hidden;
}
#main_content .cms_tax{
	overflow: initial!important;
}
#main_content #cms_report .blog_menu{
	width: 100%;
	height: auto;
	/*background-color: #F4F4F4;*/
	padding: 18px 0;
	margin: 0 auto 20px;
}
#main_content #cms_report .blog_menu .menu_inner{
	width: 980px;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
#main_content #cms_report .blog_menu .btn_tax_open{
	display: block;
	width: 173px;
	width: 300px;
	padding: 3px 0;
	font-size: 12px;
	font-weight: 800;
	line-height: 22px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 26px;
	margin: 0 auto;
	cursor: pointer;
}
#main_content #cms_report .blog_menu .btn_tax_open:hover{
	background-color: #000;
	color: #fff;
	opacity: 1.0;
	cursor: pointer;
}
#nav_tax{
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.9);
	display: none;
	position: fixed;
	top: 0;
	z-index: 100000;
}
#nav_tax .nav_bg{
	width: 80%;
	height: calc(80vh - 198px);
	padding: 99px 0;
	background-color: #ffffff;
	border-radius: 10px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#nav_tax ul{
	width: 88%;
	height: 100%;
	padding: 0 6%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
	overflow: scroll;
}
#nav_tax ul li{
	width: 29%;
	height: auto;
	display: block;
	margin: 0 6% 30px 0;
}
#nav_tax ul li:nth-child(3n){
	margin: 0 0 30px 0;
}
#nav_tax ul li ul li:nth-child(3n){
	margin: 0;
}
#nav_tax ul li a{
	box-sizing: border-box;
	display: block;
	font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    padding: 0 26px 5px 0;
    margin: 0 0 10px;
    border-bottom: 1px solid #000000;
    position: relative;
}
#nav_tax ul .tax_li a::after{
	content: "";
	width: 22px;
	height: 17px;
	display: block;
	background-image: url(../img/common/scroll.png);
	background-repeat: no-repeat;
	background-size: 22px 17px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2px;
	margin: auto;
}
#nav_tax ul li a:hover{
	color: #AC1309;
}
#nav_tax ul li ul{
	width: 100%;
	height: auto;
	max-height: 106px;
	padding: 0;
	margin: 0;
	border-radius: 0;
	display: block;
	position: static;
	background-color: transparent;
	overflow: scroll;
}
#nav_tax ul li ul li{
	width: 100%;
	height: auto;
	margin: 0;
}
#nav_tax ul li ul li a{
	display: block;
	font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 8px 5px 1em;
    margin: 0 0 5px;
    border-right: 0;
    border-bottom: 1px dashed #000000;
}
#nav_tax ul .tax_li ul li a::after{
	content: "";
	width: 0;
	height: 0;
	display: block;
	background-image: none;
}
#nav_tax ul li ul li:last-child a{
	margin: 0;
}
#nav_tax .btn_tax_close{
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 1;
	display: block;
	margin: 0;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}
#nav_tax .btn_tax_close_area{
	width: auto;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
#main_content #cms_report h2{
	width: 100%;
	height: 111px;
	text-align: center;
	line-height: 95px;
	font-weight: 400;
	font-size: 21px;
	background-image: url(../img/common/title_report.png);
	background-repeat: no-repeat;
	background-size: 980px 100px;
	background-position: center;
}
#main_content #cms_report h2#report{
	width: 100%;
	height: 125px;
	text-align: center;
	line-height: 125px;
	font-weight: 400;
	font-size: 21px;
	background-image: url(../img/common/title_new.png);
	background-repeat: no-repeat;
	background-size: 220px 100px;
	background-position: center;
}
.cms_report_inner{
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 40px;
	overflow: hidden;
}
.cms_report_inner img{
	display: block;
	float: left;
	width: 145px;
	height: auto;
}
.cms_report_inner #right{
	float: right;
	width: 795px;
	height: auto;
}
.cms_report_inner #right h3{
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: 800;
}
.cms_report_inner #right p.date01{
	width: 49%;
	height: auto;
	font-size: 11.5px;
	margin-right: 10px;
	display: inline;
}
.cms_report_inner #right p.date02{
	width: 49%;
	height: auto;
	font-size: 11.5px;
	display: inline;
}
.cms_report_inner #right p.date03{
	width: auto;
	height: auto;
	font-size: 11.5px;
	display: inline-block;
}
.cms_report_inner #right .area{
	width: auto;
	height: auto;
	font-size: 11.5px;
	display: inline-block;
}
.cms_report_inner #right p.content{
	width: 100%;
	height: auto;
	padding-top: 10px;
	line-height: 15px;
	font-size: 11.5px;
}
.cms_report_inner #right a.report_single{
	display: block;
	margin-top: 10px;
	font-size: 12px;
	color: #bea055;
}
#cms_button{
	width: 100%;
	height:auto;
	margin: 0 auto;
}
#cms_button a img{
	width: 173px;
	height: auto;
	margin: 0 auto;
	display: block;
}
a.report_archive{
	display: block;
	/*width: 173px;*/
	width: 300px;
	margin: 0 auto;
	padding: 3px 0;
	font-size: 12px;
	font-weight: 800;
	line-height: 22px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 26px;
}
a.report_archive:hover{
	background-color: #000;
	color: #fff;
	opacity: 1.0;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
イベントmariageここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#main_content .cms_mariage h2{
	background-image: url(../img/common/title_mariage.png)!important;
	background-position: top center!important;
	padding-top: 5px;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
イベントrecommendここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#main_content .cms_recommend h2{
	background-image: url(../img/common/title_recommend.png)!important;
	background-position: top center!important;
	padding-top: 5px;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
イベントtaxallここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#main_content .cms_taxall h2{
	background-position: center!important;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
イベントtaxここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#main_content .cms_tax h2{
	height: auto!important;
	background-image: url(../img/common/title_recommend.png)!important;
	line-height: 31px!important;
	font-size: 21px;
	padding: 33px 0 28px!important;
}
#main_content .cms_tax h2 span{
	display: block;
	font-size: 15px;
	line-height: 24px;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
bannerここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#banner{
	width: 978px;
	height: auto;
	margin: 50px auto;
	padding: 0;
	text-align: center;
	border: 1px solid #ddd;
	position: relative;
	font-size: 0;
}
#banner img{
	width: 100%;
	height: auto;
}
#banner a img{
	position: absolute;
	bottom: 10%;
	left: 386.5px;
	width: 205px;
	margin-top: 10px;
	height: auto;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
suportここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#cms_support{
	width: 994px;
	height: auto;
	margin: 50px auto;
}
#cms_support h2{
	width: 100%;
	height: 111px;
	margin: 0 auto;
	text-align: center;
	line-height: 120px;
	font-weight: 100;
	font-size: 21px;
	background-image: url(../img/common/title_support.png);
	background-repeat: no-repeat;
	background-size: 980px 100px;
	background-position: center;
}
.cms_goldchef h2{
	background-image: url(../img/common/title_goldchef.png)!important;
	background-position: top center !important;
	padding-top: 5px;
}
.cms_support_inner{
	width: 100%;
	height: auto;
	margin: 10px auto 0;
	padding-top: 7px;
	overflow: hidden;
}
.support_cont{
	min-height: 265px;
	margin-bottom: 20px;
	box-shadow: 2px 2px 7px rgba(0,0,0,0.4);
	overflow: hidden;
}
.support_cont:nth-child(odd){
	float: left;
	width: 425px;
	height: auto;
	padding: 30px 25px;
	margin-left: 7px;
}
.support_cont:nth-child(even){
	float: right;
	width: 425px;
	height: auto;
	padding: 30px 25px;
	margin-right: 7px;
}
.support_cont.height{
	/*min-height: 450px;*/
}
/*#support_left{
	float: left;
	width: 425px;
	height: auto;
	padding: 30px 25px;
	margin-left: 7px;
}*/
#support_left img{
	width: 175px;
	height: auto;
	float: left;
}
#support_left #support_text{
	width: 225px;
	height: auto;
	float: right;
}
.text1{
	font-size: 13px;
	line-height: 24px;
}
.name{
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 25px;
	margin: 5px auto 10px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #000;
}
.text2{
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0px;
}
/*#support_right{
	float: right;
	width: 425px;
	height: auto;
	padding: 30px 25px;
	margin-right: 7px;
}*/
#support_right img{
	width: 175px;
	height: auto;
	float: left;
}
#support_right #support_text{
	float: right;
	width: 225px;
	height: auto;
}
#cms_support .to_link{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 20px auto 0;
	padding: 20px 0 0;
	overflow: hidden;
	text-align: center;
	border-top: 1px dotted #000;
}
#cms_support .to_link a{
	display: inline-block;
	width: 40%;
	margin: 0 2%;
	padding: 2%;
	font-size: 12px;
	font-weight: 800;
	line-height: 22px;
	text-align: center;
	border: 1px solid #aaa;
	border-radius: 26px;
}
#cms_support .to_link a.wide{
	width: auto;
	margin-top: 20px;
}
#cms_support .to_link a:hover{
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	filter: alpha(opacity=100);
	opacity: 1;
}
/*suport02ここまで*/
.cms_goldchef_award{
	width: 994px;
	height: auto;
	margin: 50px auto;
}
.cms_goldchef_award h2{
	width: 100%;
	height: 111px;
	margin: 0 auto;
	text-align: center;
	line-height: 120px;
	font-weight: 100;
	font-size: 21px;
	background-image: url(../img/common/title_support.png);
	background-repeat: no-repeat;
	background-size: 980px 100px;
	background-position: center;
}
.cms_goldchef_award h2{
	background-image: url(../img/common/title_goldchef.png)!important;
	background-position: top center !important;
	padding-top: 5px;
}
.cms_goldchef_award .cms_support_inner{
	width: 100%;
	height: auto;
	margin: 10px auto 0;
	padding-top: 7px;
	overflow: hidden;
	text-align: center;
}
.cms_goldchef_award .title{
	font-size: 21px;
	line-height: 31px;
	margin: 0 auto 10px;
	text-align: center;
}
.cms_goldchef_award .support_cont,
.cms_goldchef_award .support_cont:nth-child(even){
	width: 880px;
    height: auto;
    padding: 20px;
    margin: 0 auto 45px;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.4);
	float: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}
.cms_goldchef_award #support_left .rank{
	width: auto;
	height: 37px;
	margin: 0 calc(50% - 129px) 20px;
	display: block;
	float: none;
}
.cms_goldchef_award #support_left #support_photo{
	width: 300px;
	height: auto;
	float: none;
	margin: 0;
}
.cms_goldchef_award #support_left #support_photo img{
	width: 100%;
	height: auto;
	margin: 0 auto 15px;
}
.cms_goldchef_award #support_left #support_photo .restaurant_name{
	display: block;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto 6px;
}
.cms_goldchef_award #support_left #support_photo .restaurant_link{
	display: block;
    text-align: left;
    color: #bea055;
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
}
.cms_goldchef_award #support_left #support_text{
	width: 555px;
	height: auto;
	float: none;
	margin: 0;
	text-align: left;
}
.text1{
	font-size: 13px;
	line-height: 24px;
}
.name{
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 25px;
	margin: 5px auto 10px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #000;
}
.text2{
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0px;
}
#support_right img{
	width: 175px;
	height: auto;
	float: left;
}
#support_right #support_text{
	float: right;
	width: 225px;
	height: auto;
}
#cms_support .to_link{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 20px auto 0;
	padding: 20px 0 0;
	overflow: hidden;
	text-align: center;
	border-top: 1px dotted #000;
}
#cms_support .to_link a{
	display: inline-block;
	width: 40%;
	margin: 0 2%;
	padding: 2%;
	font-size: 12px;
	font-weight: 800;
	line-height: 22px;
	text-align: center;
	border: 1px solid #aaa;
	border-radius: 26px;
}
#cms_support .to_link a.wide{
	width: auto;
	margin-top: 20px;
}
#cms_support .to_link a:hover{
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	filter: alpha(opacity=100);
	opacity: 1;
}
/*suport01ここまで*/
/*suportここまで*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
videoここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#video{
	width: 980px;
	height: auto;
	margin: 50px auto;
	overflow: hidden;
}
#video h2{
	width: 100%;
	height: 111px;
	margin: 0 auto;
	text-align: center;
	line-height: 130px;
	font-weight: 100;
	font-size: 21px;
	background-image: url(../img/common/title_video.png);
	background-repeat: no-repeat;
	background-size: 980px 100px;
	background-position: center;
}

#video_inner{
	width: 100%;
	height: auto;
	margin: 10px auto;
	overflow: hidden;
	font-size: 0;
	text-align: left;
	/*text-align: center;*/
}
#video_inner iframe{
	display: inline-block;
	width: 31%;
	height: auto;
	margin: 10px 1%;
}

/*#video_inner img{
	width: 333px;
	height: 202px;
}

#video_inner div:nth-child(odd){
	width: auto;
	float: left;
}

#video_inner div:nth-child(even){
	width: auto;
	float: right;
}

#video_inner p{
	font-size: 11px;
	margin-bottom: 15px;
}*/

/*videoここまで*/

/*-------<!-- CMSここまで -->---------*/


/*-------<!-- bottomここから -->---------*/
#entry{
	width: 100%;
	height: auto;
	padding: 50px 0 ;
	background-color: #ece7d8;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
#entry_cont{
	width: 980px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
#entry #entry_cont h2{
	text-align: center;
	margin: 0 auto 30px;
	font-size: 18px;
	font-weight: 400;
	line-height: 44px;
}
#entry_cont div{
	width: 459px;
	height: auto;
	position: relative;
}
#entry_cont .recipe{
	float: left;
}
#entry_cont div img{
	width: 100%;
	height: auto;
}
#entry_cont div a{
	width: 237px;
	height: 43px;
	position: absolute;
	bottom: 30px;
	left: 111px;
}
#entry_cont div a img{
	width: 100%;
	height: auto;
}
#entry_cont .event{
	float: right;
}

/*-------<!-- bottomここまで -->---------*/

/*-------<!-- フッターここから -->---------*/

#footer_bg{
	width: 100%;
	height: auto;
	padding: 20px 0 25px;
	background-color: #000;
}

#footer{
	width: 690px;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
}

#footer img{
	width: 60px;
	height: 103px;
	float: left;
}

#footer #footer_cont{
	width:585px;
	height:auto;
	float: right;
}

#footer #footer_cont ul{
	width: 100%;
	overflow: hidden;

}

#footer #footer_cont ul li{
	list-style: none;
	float: left;
	font-size: 11px;
	margin-top: 15px;
	margin-right: 16px;
}

#footer #footer_cont ul li a{
	color: #fff;
/*	padding: 0 8px;*/

}

#footer #footer_cont #info{
	width: 585px;
	height: auto;
}

#footer #footer_cont #info p{
	vertical-align: middle;
	font-size: 11px;
/*	margin-left: 6px;*/
	margin-top: 15px;
	color: #fff;
	display: block;

}

#footer #footer_cont p#copy{
	font-size: 10px;
	color: #fff;
	margin-top: 20px;
	display: block;

}

/*ーーーーーーーーーー
archiveページ送り部分
ーーーーーーーーーー*/
div.wp-pagenavi{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 30px auto;
	text-align: center;
	overflow: hidden;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
}
div.wp-pagenavi span.pages{
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
}
div.wp-pagenavi span.current{
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
}
div.wp-pagenavi a{
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
}
div.wp-pagenavi a:hover{
	background-color: #000;
	color: #fff;
	opacity: 1.0;
}
div.wp-pagenavi span.extend{
	display: none;
}



}




















@media only screen and (max-width: 599px) {

body{
	min-width: 320px;
	margin: 0;
	padding: 0;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-seri;
	-webkit-text-size-adjust:100%;
	/*position: relative;*/
}
.sp_none{
	display: none!important;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
fixedここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.fixed{
	width: 96%;
	position: fixed;
	bottom: 10px;
	right: 2%;
	z-index: 3000;
}
.fixed a{
	display: block;
	float: right;
	width: 50%;
	height: auto;
	margin-bottom: 10px;
}
.fixed a img{
	width: 100%;
	height: auto;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
#headerここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

#header{
	width: 100%;
	height: auto;
	background-color: #000;
}
#header_content{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 15px 0;
}
div.header_inner{
	width: auto;
	height: auto;
	margin: 0 auto;
}
#header_content a{
	display: block;
	width: 40%;
	height: auto;
	margin: 0 auto;
}
#header_content a img{
	width: 100%;
}
#header_content h1{
	width: 98%;
	height: auto;
	margin: 5px auto;
	font-size: 11px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	text-align: center;
}

#header_content ul#nav{
	display: none;
}

/* =========================================================
スマホ用ドロップダウンメニュー部分
========================================================= */
div#sp_nav_bg{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
div#btn{
	width: 50px;
	height: 35px;
	font-size: 50px;
	font-weight: 400;
	line-height: 35px;
	color: #fff;
	position: absolute;
	top: -10px;
	right: 5%;
	z-index: 2000;
	overflow: hidden;
	cursor: pointer;
}
div#sp_menu{
	width: 100%;
	height: auto;
	background-color: #000;
	text-align: center;
	position: absolute;
	top: -15px;
	left: 0;
	z-index: 2000;
	display: none;
}
#close{
	width: 50px;
	height: 35px;
	font-size: 50px;
	font-weight: 400;
	line-height: 35px;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 5%;
	z-index: 2000;
	overflow: hidden;
	cursor: pointer;
}
#sp_nav{
	width: 80%;
	margin: 0 auto;
	padding: 50px 5% 20px;
	overflow: hidden;
	color: #fff;
}
#sp_nav ul.sp_main_nav{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
#sp_nav ul.sp_main_nav li{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #fff;
}
#sp_nav ul.sp_main_nav li a{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3em;
	letter-spacing: 2px;
	padding: 15px 0;
}
#sp_nav ul.sp_main_nav li#accordion p{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3em;
	letter-spacing: 2px;
	padding: 15px 0;
	cursor: pointer;
}
#sp_nav ul.sp_main_nav li#accordion p:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
}
#sp_nav ul.sp_main_nav li#accordion ul#accordion_ul{
	display: none;
	width: 100%;
	height: auto;
}
#sp_nav ul.sp_main_nav li#accordion ul#accordion_ul li{
	border: none;
	padding-bottom: 10px;
}
#sp_nav ul.sp_main_nav li#accordion ul#accordion_ul li a{
	padding: 5px 0;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
#headerここまで
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
#eyecatchここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#eyecatch{
	width: 100%;
	min-height: 70px;
	padding: 15px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#eyecatch_content{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#eyecatch_content h2{
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	line-height: 34px;
	text-align: center;
}
#eyecatch_content h3{
	width: 100%;
	margin: 5px auto 0;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
#eyecatchここまで
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
#containerここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#container{
	width: 100%;
	height: auto;
}
#main_content{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
最新ニュースここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#news_info{
	width: 90%;
	height: auto;
	margin: 30px auto;
}
#news_info h2{
	width: 100%;
	height: auto;
	margin: 20px auto;
	font-size: 20px;
	font-weight: 400;
	line-height: 80px;
	text-align: center;
	background-image: url(../img/common/title_news_sp.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
.news_info_inner{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.news_info_inner #text_content{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 1px dashed #ddd;
}
.news_info_inner #text_content a.date{
	display: block;
	width: 100px;
	height: auto;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #bea055;
}
.news_info_inner #text_content h3 a{
	width: 100%;
	height: auto;
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;
}
a.news_archive{
	display: block;
	width: 173px;
	margin: 20px auto 0;
	padding: 3px 0;
	font-size: 12px;
	font-weight: 800;
	line-height: 22px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 26px;
}
a.news_archive:hover{
	background-color: #000;
	color: #fff;
	opacity: 1.0;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
イベントreportここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#main_content #cms_report{
	width: 90%;
	height: auto;
	margin: 30px auto;
	overflow: hidden;
}
#main_content .cms_tax{
	overflow: initial!important;
}
#main_content #cms_report .blog_menu{
	width: 100%;
	height: auto;
	margin: 30px auto 22px;
}
#main_content #cms_report .blog_menu .menu_inner{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
.btn_tax_open{
	display: block;
	width: 173px;
	width: 90%;
	padding: 3px 0;
	font-size: 12px;
	font-weight: 800;
	line-height: 22px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 26px;
	margin: 0 auto;
	cursor: pointer;
}
.btn_tax_open:hover{
	background-color: #000;
	color: #fff;
	opacity: 1.0;
	cursor: pointer;
}
#nav_tax{
	width: 100%;
	height: 100vh;
	display: none;
	background-color: rgba(0,0,0,0.96);
	position: fixed;
	top: 0;
	z-index: 10000;
}
#nav_tax .nav_bg{
	width: 90%;
	height: calc(70vh - 100px);
	padding: 50px 0;
	display: block;
	background-color: #ffffff;
	border-radius: 10px;
	position: absolute;
	top: 0;
	bottom: 10vh;
	left: 0;
	right: 0;
	margin: auto;
}
#nav_tax ul{
	width: 90%;
	height: 100%;
	padding: 0 5%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
	overflow: scroll;
}
/*#nav_tax ul li{
	width: 47%;
	height: auto;
	display: block;
	margin: 0 0 30px;
}*/
#nav_tax ul li{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 25px;
}
#nav_tax ul li a{
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	padding: 0 8px 5px 0;
	margin: 0 0 10px;
	border-bottom: 1px solid #000000;
	position: relative;
}
#nav_tax ul .tax_li{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 30px;
	letter-spacing: 0;
	font-size: 0;
}
#nav_tax ul .tax_li a{
	box-sizing: border-box;
	width: calc(100% - 35px);
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	padding: 5px 8px 5px 0;
	margin: 0 0 10px;
	border-bottom: 1px solid #000000;
	position: relative;
}
#nav_tax ul .tax_li .open_children{
	box-sizing: border-box;
	width:  35px;
	height: 35px; 
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid #000000;
	position: relative;
	background-color: #000000;
}
#nav_tax ul .tax_li .open_children::after{
	content: "";
	width: 14px;
	height: 9px;
	display: block;
	background-image: url(../img/common/link_deco_down.png);
	background-repeat: no-repeat;
	background-size: 14px 9px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#nav_tax ul .tax_li .on{
	box-sizing: border-box;
	width:  35px;
	height: 35px; 
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid #000000;
	position: relative;
	background-color: #000000;
}
#nav_tax ul .tax_li .on::after{
	content: "";
	width: 14px;
	height: 9px;
	display: block;
	background-image: url(../img/common/link_deco_up.png);
	background-repeat: no-repeat;
	background-size: 14px 9px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#nav_tax ul li ul{
	display: none;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	border-radius: 0;
	position: static;
	background-color: transparent;
	overflow: visible;
}
#nav_tax ul .tax_li ul li{
	width: 100%;
	height: auto;
	margin: 0;
}
#nav_tax ul .tax_li ul li a{
	width: 100%!important;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	padding: 0 0 5px 1em!important;
	margin: 0 0 5px;
	border-bottom: 1px dashed #000000!important;
}
#nav_tax .btn_tax_close{
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 1;
	display: block;
	margin: 0;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
}
#nav_tax .btn_tax_close_area{
	width: auto;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
#main_content #cms_report h2{
	width: 100%;
	height: auto;
	margin: 20px auto;
	font-size: 20px;
	font-weight: 400;
	line-height: 80px;
	text-align: center;
	background-image: url(../img/common/title_report_sp.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
#main_content #cms_report h2#report{
	width: 100%;
	height: auto;
	margin: 20px auto;
	font-size: 20px;
	font-weight: 400;
	line-height: 80px;
	text-align: center;
	background-image: url(../img/common/title_new_sp.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
.cms_report_inner{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 40px;
	overflow: hidden;
}
.cms_report_inner img{
	width: 100%;
	height: auto;
}
.cms_report_inner #right{
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
}
.cms_report_inner #right h3{
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: 800;
	line-height: 25px;
}
.cms_report_inner #right p.date01{
	width: 100%;
	height: auto;
	font-size: 11.5px;
}
.cms_report_inner #right p.date02{
	width: 100%;
	height: auto;
	font-size: 11.5px;
}
.cms_report_inner #right p.date03{
	width: auto;
	height: auto;
	font-size: 11.5px;
	display: inline-block;
	vertical-align: middle;
}
.cms_report_inner #right p.area{
	width: auto;
	height: auto;
	font-size: 11.5px;
	display: inline-block;
	vertical-align: middle;
}
.cms_report_inner #right p.content{
	display: none;
	/*width: 100%;
	height: auto;
	padding-top: 5px;
	font-size: 11.5px;
	line-height: 21px;*/
}
.cms_report_inner #right a.report_single{
	display: block;
	float: right;
	margin-top: 10px;
	font-size: 12px;
	color: #bea055;
}
#cms_button{
	width: 100%;
	height:auto;
	margin: 0 auto;
}
a.report_archive{
	display: block;
	/*width: 173px;*/
	width: 90%;
	margin: 0 auto;
	padding: 3px 0;
	font-size: 12px;
	font-weight: 800;
	line-height: 22px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 26px;
}
a.report_archive:hover{
	background-color: #000;
	color: #fff;
	opacity: 1.0;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
イベントmariageここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#main_content .cms_mariage h2{
	background-image: url(../img/common/title_mariage_sp.png)!important;
	margin: 0 auto 20px!important;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
イベントrecommendここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#main_content .cms_recommend h2{
	background-image: url(../img/common/title_recommend_sp.png)!important;
	margin: 0 auto 20px!important;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
イベントtaxallここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#main_content .cms_taxall h2{
	margin: 0 auto!important;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
イベントtaxここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#main_content .cms_tax h2{
	height: auto!important;
	background-image: url(../img/common/title_recommend_sp.png)!important;
	line-height: 29px!important;
	padding: 14px 0!important;
	margin: 0 auto!important;
}
#main_content .cms_tax h2 span{
	display: block;
	font-size: 14px;
	line-height: 23px;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
bannerここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#banner{
	width: 100%;
	height: auto;
	margin: 50px auto;
	padding: 0;
	text-align: center;
	border: 1px solid #ddd;
	position: relative;
	font-size: 0;
}
#banner img{
	width: 100%;
	height: auto;
}
#banner a img{
	position: absolute;
	bottom: 10%;
	left: 25.5%;
	width: 48%;
	margin-top: 10px;
	height: auto;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
suportここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#cms_support{
	width: 100%;
	height: auto;
	margin: 30px auto;
}
#cms_support h2{
	width: 100%;
	height: auto;
	margin: 20px auto;
	font-size: 16px;
	font-weight: 400;
	line-height: 80px;
	text-align: center;
	background-image: url(../img/common/title_support_sp.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
.cms_goldchef h2{
	background-image: url(../img/common/title_goldchef_sp.png)!important;
	margin: 0 auto 20px!important;
}
.cms_support_inner{
	width: 98%;
	height: auto;
	margin: 10px auto 0;
	overflow: hidden;
}
.cms_support_inner .support_cont{
	width: 89%;
	height: auto;
	margin: 10px auto;
	padding: 3%;
	box-shadow: 2px 2px 7px rgba(0,0,0,0.4);
	overflow: hidden;
}

.cms_support_inner .support_cont img{
	display: block;
	float: left;
	width: 35%;
	height: auto;
}
.cms_support_inner .support_cont #support_text{
	float: right;
	width: 60%;
	height: auto;
}
.cms_support_inner .support_cont #support_text .text1{
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
}
.cms_support_inner .support_cont #support_text .name{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #000;
}
.cms_support_inner .support_cont #support_text .text2{
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
}


#cms_support .to_link{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 20px auto 0;
	padding: 10px 0 0;
	overflow: hidden;
	text-align: center;
	border-top: 1px dotted #000;
}
#cms_support .to_link a{
	display: block;
	width: 70%;
	margin: 10px auto;
	padding: 2%;
	font-size: 12px;
	font-weight: 800;
	line-height: 22px;
	text-align: center;
	border: 1px solid #aaa;
	border-radius: 26px;
}
#cms_support .to_link a:hover{
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	filter: alpha(opacity=100);
	opacity: 1;
}



/*suport01ここから*/
.cms_goldchef_award{
	width: 100%;
	height: auto;
	margin: 30px auto;
}
.cms_goldchef_award h2{
	width: 100%;
	height: auto;
	margin: 20px auto;
	font-size: 16px;
	font-weight: 400;
	line-height: 80px;
	text-align: center;
	background-image: url(../img/common/title_support_sp.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
.cms_goldchef_award h2{
	background-image: url(../img/common/title_goldchef_sp.png)!important;
	margin: 0 auto 20px!important;
}
.cms_goldchef_award .cms_support_inner{
	width: 98%;
	height: auto;
	margin: 10px auto;
	overflow: hidden;
	text-align: center
}
.cms_goldchef_award .cms_support_inner .support_cont{
	width: 90%;
	height: auto;
	margin: 10px auto 30px;
	padding: 5%;
	box-shadow: 2px 2px 7px rgba(0,0,0,0.4);
	box-sizing: border-box;
}

.cms_goldchef_award .cms_support_inner .support_cont .rank{
	display: block;
	float: none;
	width: auto;
	height: 27px;
	margin: 0 auto 15px;
}
.cms_goldchef_award .cms_support_inner .support_cont #support_photo{
	float: none;
	width: 	100%;
	height: auto;
}
.cms_goldchef_award .cms_support_inner .support_cont #support_photo img{
	float: none;
	width: 	100%;
	height: auto;
	margin: 0 auto 6px;
}
.cms_goldchef_award .cms_support_inner .support_cont #support_photo .restaurant_name{
	display: block;
	text-align: left;
	color: #bea055;
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto 6px;
}
.cms_goldchef_award .cms_support_inner .support_cont #support_photo .restaurant_link{
	display: block;
	text-align: left;
	color: #bea055;
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto 15px;
}
.cms_goldchef_award .cms_support_inner .support_cont #support_text{
	float: none;
	width: 100%;
	height: auto;
}
.cms_goldchef_award .cms_support_inner .support_cont #support_text .text1{
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
}
.cms_goldchef_award .cms_support_inner .support_cont #support_text .name{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #000;
	text-align: left;
}
.cms_goldchef_award .cms_support_inner .support_cont #support_text .text2{
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
}
/*suport01ここまで*/
/*suportここまで*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
videoここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#video{
	width: 100%;
	height: auto;
	margin: 30px auto;
	overflow: hidden;
}
#video h2{
	width: 100%;
	height: auto;
	margin: 20px auto;
	font-size: 20px;
	font-weight: 400;
	line-height: 80px;
	text-align: center;
	background-image: url(../img/common/title_video_sp.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
#video_inner{
	width: 90%;
	height: auto;
	margin: 10px auto;
	overflow: hidden;
	font-size: 0;
	text-align: center;
}
#video_inner iframe{
	width: 100%;
	height: auto;
	margin: 10px auto;
}

/*#video_inner img{
	width: 100%;
	height: auto;
}
#video_inner p{
	font-size: 11px;
	margin-bottom: 30px;
}*/

/*videoここまで*/

/*-------<!-- CMSここまで -->---------*/


/*-------<!-- bottomここから -->---------*/
#entry{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
	background-color: #ece7d8;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
#entry_cont{
	width: 90%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
#entry #entry_cont h2{
	margin: 0 auto 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 44px;
	text-align: center;
}
#entry_cont div{
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 0;
	position: relative;
}
#entry_cont div img{
	width: 100%;
	height: auto;
}
#entry_cont div a{
	width: 48%;
	height: auto;
	position: absolute;
	bottom: 11%;
	left: 26%;
	z-index: 100;
}
#entry_cont div a img{
	width: 100%;
	height: auto;
}
/*-------<!-- bottomここまで -->---------*/

/*-------<!-- フッターここから -->---------*/
#footer_bg{
	width: 100%;
	height: auto;
	padding: 20px 0 25px;
	background-color: #000;
}
#footer{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
}
#footer img{
	display: block;
	width: 60%;
	height: auto;
	margin: 0 auto;
}
#footer #footer_cont{
	width: 100%;
	height:auto;
	margin: 0 auto;
}
#footer #footer_cont ul{
	display: none;
}
#footer #footer_cont #info{
	width: 100%;
	height: auto;
	text-align: center;
}
#footer #footer_cont #info p{
	font-size: 11px;
	margin-top: 15px;
	color: #fff;
}
#footer #footer_cont #info p a{
	color: #fff;
}
#footer #footer_cont p#copy{
	display: block;
	margin-top: 20px;
	font-size: 10px;
	font-weight: 400;
	line-height: 18px;
	color: #fff;
	text-align: center;
}

/*ーーーーーーーーーー
archiveページ送り部分
ーーーーーーーーーー*/
div.wp-pagenavi{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 30px auto;
	text-align: center;
	overflow: hidden;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
}
div.wp-pagenavi span.pages{
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
}
div.wp-pagenavi span.current{
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
}
div.wp-pagenavi a{
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
}
div.wp-pagenavi a:hover{
	background-color: #000;
	color: #fff;
	opacity: 1.0;
}
div.wp-pagenavi span.extend{
	display: none;
}





}



/*============================
#recipe_cont
============================*/
#recipe_cont {
	width: 100%;
	margin-top: 20px;
}
#recipe_cont p.recipe_link {
	display: inline-block;
	padding: 5px 20px;
	background-color: #bea055;
	font-size: 14px;
	color: #fff;
	border-radius: 20px;
	cursor: pointer;
}
#recipe_cont p.recipe_link_02 {
	display: inline-block;
	margin: 0 auto;
	padding: 5px 20px;
	background-color: #bea055;
	font-size: 14px;
	color: #fff;
	border-radius: 20px;
	cursor: pointer;
}
#recipe_cont .recipe_cont_01 {
	height: auto;
	text-align: left;
	transition: 1.0s;
}
#recipe_cont .recipe_cont_01 p {
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0px;
	margin-top: 20px;
}
#recipe_cont .recipe_cont_01 p:nth-of-type(2) {
	margin-top: 30px;
}
#recipe_cont .recipe_cont_01 p span {
	display: block;
	font-size: 17px;
	line-height: 28px;
}