@charset "utf-8";

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

common

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

/********** 共通クラス **********/
.c_heading1{
	position: relative;
	margin-bottom: 20px;
	padding: 15px;
	font-size: 17px;
	background: #f0b400;
}
.c_heading2{
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
}
.heading2_title{
	font-size: 22px;
	font-weight: bold;
}

.c_heading3{
	position: relative;
	min-height: 41px;
	margin-bottom: 25px;
	padding-left: 27px;
	background: url(../img/cmn/bg_heading3.jpg) no-repeat left top;
}
.heading3_title{
	padding-bottom: 10px;
	border-bottom: 2px solid #f0b400;
	font-size: 24px;
	font-weight: bold;
}
.heading4_title{
	padding-bottom: 10px;
	border-bottom: 3px solid #f0b400;
	font-size: 24px;
	font-weight: bold;
	text-align:center;
	margin:0 0 40px;
}

.heading5_title{
	background: url(../img/cmn/bg_heading3.jpg) no-repeat left top;
	padding-top:7px;
	padding-bottom: 10px;
	border-bottom: 2px solid #f0b400;
	font-size: 24px;
	font-weight: bold;
	min-height: 31px;
	margin-bottom: 25px;
	padding-left: 27px;
}

.heading_area{
	min-height: 54px;
	margin-bottom: 15px;
	padding: 0 0 10px 70px;
	border-bottom: 2px solid #f0b400;
	font-size: 22px;
	font-weight: bold;
	background: url(../img/cmn/bg_star02.png) no-repeat left top;
}
.goods_page_title{
	background: url(../img/goods/main_pc.jpg) no-repeat center center;
	background-size:cover;
	font-size:33px;
	padding: 200px 0;
}

.sub_page_title{
	font-size:33px;
	padding: 200px 0;
}

.thank .sub_page_title,
.inquiry .sub_page_title{
	background: url(../img/inquiry/main_pc.jpg) no-repeat center center;
	background-size:cover;
}

.library .sub_page_title{
	display: none;
}

.privacy .sub_page_title{
	background: url(../img/privacy/main_pc.jpg) no-repeat center center;
	background-size:cover;
}

.link .sub_page_title{
	background: url(../img/link/main_pc.jpg) no-repeat center center;
	background-size:cover;
}

.sitemap .sub_page_title{
	background: url(../img/sitemap/main_pc.jpg) no-repeat center center;
	background-size:cover;
}
.calendar .sub_page_title{
	background: url(../img/calendar/main_pc.jpg) no-repeat center center;
	background-size:cover;
}

@media screen and (max-width: 768px){
.c_heading3{
	min-height: 41px;
	padding-bottom: 10px;
	border-bottom: 2px solid #f0b400;
	background: url(../img/cmn/bg_heading3.jpg) no-repeat left top;
}
.heading3_title{
	padding-bottom: 0;
	border-bottom: 0;
}

.heading5_title{
	padding-top:0;
	min-height:41px;
}


.goods_page_title{
	background: url(../img/goods/main_sp.jpg) no-repeat center center;
	background-size:cover;
	padding: 40% 0;
}

.sub_page_title{
	padding: 40% 0;
}

.thank .sub_page_title,
.inquiry .sub_page_title{
	background: url(../img/inquiry/main_sp.jpg) no-repeat center center;
	background-size:cover;
}

.privacy .sub_page_title{
	background: url(../img/privacy/main_sp.jpg) no-repeat center center;
	background-size:cover;
}

.link .sub_page_title{
	background: url(../img/link/main_sp.jpg) no-repeat center center;
	background-size:cover;
}

.sitemap .sub_page_title{
	background: url(../img/sitemap/main_sp.jpg) no-repeat center center;
	background-size:cover;
}
.calendar .sub_page_title{
	background: url(../img/calendar/main_sp.jpg) no-repeat center center;
	background-size:cover;
}



}/* max-width: 768px */

.c_heading4{
	min-height: 54px;
	margin-bottom: 15px;
	padding: 0 0 10px 70px;
	border-bottom: 2px solid #f0b400;
	font-size: 22px;
	font-weight: bold;
	background: url(../img/cmn/bg_star02.png) no-repeat left top;
}

.c_mb_large1{
	margin-bottom: 40px;
}
.c_mb_default{
	margin-bottom: 30px;
}
.c_mb_small1{
	margin-bottom: 20px;
}

.c_blockLink{
	display: block;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.c_blockLink:hover{
	opacity: 0.7;
	text-decoration: none;
}
.c_blockLink:hover img{
	opacity: 1 !important;
}
.c_bnrW{
	max-width: 524px;
	margin: 0 auto;
}

.c_bgBox1{
	position: relative;
	padding: 20px;
	background: #fff;
}
@media screen and (max-width: 768px){
.c_bgBox1{
	padding: 20px 10px;
}
}/* max-width: 768px */

.c_link1{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
}
.c_link1 a{
	display: block;
	padding-right: 25px;
	background: url(../img/cmn/bg_arrow01.png) no-repeat right center;
}
.c_link1_wrap,
.c_link1_sibl{
	padding-right: 75px;
}
@media screen and (max-width: 768px){
.c_link1.m_sp{
	position: static;
	text-align: right;
}
}/* max-width: 768px */


.j_tel a{
	text-decoration: underline;
}
.j_accTarget{
	display: none;
}
.j_bgImage{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover !important;
}
.j_bgImage img{
	display: none;
}
.j_window{
	position: relative;
	left: 195px;
	margin: 0 auto 0 auto;
}
.j_fromPC{
	display: none;
}

@media screen and (max-width: 768px){
.j_window{
	left: 0;
	width: auto !important;
}
.j_fromPC{
	display: block;
}
.j_toSP{
	display: none;
}
}/* max-width: 768px */


/*レイアウト*/
.l_container{
	min-width: 1100px;
}
.l_inner{
	max-width: 1100px;
	margin: 0 auto 0 auto;
}
.l_container,
.l_inner{
	position: relative;
	box-sizing: border-box;
}
.l_inner:after,
.l_container:after{
	content:" ";
	display:block;
	clear:both;
}
.l_max{
	margin-left: -10000px;
	margin-right: -10000px;
}
.l_max_inner{
	max-width: 710px;
	margin: 0 auto 0 auto;
}

@media screen and (max-width: 768px){
.l_container{
	min-width: 320px;
}
.l_inner{
	padding: 0 10px;
}
.l_max{
	margin-left: -10px;
	margin-right: -10px;
}
.l_max_inner{
	max-width: 710px;
	margin: 0 auto 0 auto;
}
}/* max-width: 768px */

/********** /共通クラス **********/


/********** テンプレート **********/
/*全画面*/
#border_display{
	overflow: hidden;
}

/*header*/
.header_area{
	position: relative;
	background: #fcf0cd url(../img/cmn/bg_header.jpg) repeat-x left top;
}
.header_in{
	position: static;
	min-height: 100px;
	padding-top: 15px;
}
.header_in .logo{
	float: left;
	max-width: 70%;
}
.header_in .menu_btn{
	float: right;
	max-width: 15%;
	width: 78px;
	background: url(../img/cmn/bg_menu.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.header_in .menu_btn img{
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.header_in .menu_btn.open img{
	opacity: 0;
}

.header_in .bnr_area{
	position: absolute;
	top: 0;
	right: 0;
	min-width: 591px;
	min-height: 100px;
	padding-top: 10px;
	padding: 10px 0 0 147px;
	background: url(../img/cmn/bg_head1.png) no-repeat left top;
	box-sizing: border-box;
	overflow: hidden;
}
.header_in .bnr_area li{
	float: left;
	margin-right: 10px;
}
@media screen and (max-width: 768px){
.header_in{
	min-height: 0;
	padding-bottom: 10px;
}
}/* max-width: 768px */

/*navi*/
.bg_navi{
	background: #fff;
}
.hnavi{
	margin: 0 auto;
}
.hnavi li{
	float: left;
}
.hnavi a{
	display: block;
	width: 122px;
	padding: 10px 0 15px;
	border-top: 5px solid #fff;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.hnavi a:hover,
.hnavi .on a{
	text-decoration: none;
	border-color: #f0b400;
}

/*スマホメニュー*/
.spNavi{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	font-weight: bold;
	background: #fff;
	z-index: 1000;
}
.spNavi_btn{
	position: relative;
	display: block;
	padding: 15px 20px;
	border-bottom: 2px solid #d6d6d6;
}
.spNavi_list .spNavi_btn{
	padding-left: 50px;
	background: url(../img/cmn/bg_star.png) no-repeat 19px center;
}
.spNavi_btn:hover{
	text-decoration: none;
}
.spNavi_btn.m_accordion{
	background: url(../img/cmn/bg_arrow2.png) no-repeat 97% center;
}
.spNavi_btn.m_accordion.open{
	background: url(../img/cmn/bg_arrow2_on.png) no-repeat 97% center;
}
.spNavi_sns{
	padding: 15px 20px;
	border-bottom: 2px solid #d6d6d6;
	text-align: center;
	overflow: hidden;
}
.spNavi_bnr{
	padding: 15px 20px;
	border-bottom: 2px solid #d6d6d6;
	text-align: center;
}
@media screen and (min-width: 769px){
.spNavi{
	display: none !important;
}
}/* min-width: 769px */

/*main*/
.main_area{
	min-height: 300px;
	margin: 0 auto 0 auto;
}
.main_area:after{
	content:" ";
	display:block;
	clear:both;
}

/*main_content*/
.main_content{
	float: left;
	width: 710px;
	margin-bottom: 100px;
}
.main_content:only-child{
	float: none;
	width: auto;
}

/*sidebar*/
.side_area{
	position: relative;
	float: right;
	width: 320px;
	margin-bottom: 100px;
}
.side_fb:empty{
	height: 420px;
	background: #ccc;
}

.page-top .side_area,
.page-top .main_content{
	margin-bottom: 40px;
}
@media screen and (max-width: 768px){
.side_area,
.main_content{
	float: none;
	width: auto;
	margin-bottom: 40px;
}
}/* max-width: 768px */



/*footer*/
.footer_area{
	border-top: 10px solid #f0b400;
	background: #fff;
}
.footer_in{
	position: relative;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 10px;
}
/*ナビ*/
.fnavi{
	margin-bottom: 25px;
	overflow: hidden;
}
.fnavi li{
	float: left;
	margin-right: 40px;
	padding-right: 40px;
	border-right: 2px solid #d6d6d6;
}
.fnavi li:last-child{
	margin-left: 0;
	padding-right: 0;
	border-right: 0;
}
.fnavi dt{
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: bold;
}

.footer_in .logo{
	position: absolute;
	top: 35px;
	right: 100px;
}
.foot_sns{
	position: absolute;
	top: 50px;
	right: 10px;
	overflow: hidden;
}
.foot_sns li{
	display: inline-block;
	margin-right: 2px;
}

/*トップへ戻る*/
.footer_in .pagetop{
	position: fixed;
	top: auto;
	bottom: 20px;
	right: 10px;
	/*position: absolute;
	top: -40px;
	right: 0;*/
}
/*コピーライト*/
.copy{
	font-size: 12px;
	text-align: center;
}
.copy span{
	font-size:15px;
}
@media screen and (max-width: 768px){
.footer_in .logo,
.foot_sns{
	position: static;
	margin-bottom: 20px;
	text-align: center;
}
.foot_sns li{
	margin: 0 2px;
}
.footer_in .pagetop{
	position: fixed;
	top: auto;
	bottom: 20px;
	right: 10px;
}
.footer_in .pagetop img{
	opacity: 0.7 !important;
}
}/* max-width: 768px */


/*パンくずリスト*/
.bread_wrap{
	word-break: break-all;
}
.bread{
	font-size: 12px;
	color : #969696;
	line-height: 1.2;
	overflow: hidden;
}
.bread a{
	color: inherit;
}
.bread ol{
	margin: 0 auto 0 auto;
	padding-top: 18px;
}
.bread ol li{
	display: inline;
	margin-right: 0.2em;
}
.bread ol li+li:before{
	content: "\FF1E";
}
.bread_sns{
	float: right;
	margin: 0 10px;
	padding: 10px 0 20px;
}
.bread_sns li{
	display: inline-block;
}

@media screen and (max-width: 768px){
.bread_wrap{
	margin-bottom: 20px;
}
}/* max-width: 768px */

.main_image{
	padding: 200px 0;
}
.page_title{
	font-weight: bold;
/*	color: #000;*/
	color: #fff;
	/*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
}
.main_image.single .page_title{
	color: #000;
}
.page_title .parent{
	margin-bottom: 20px;
	font-size: 30px;
}
.page_title .title{
	font-size: 33px;
}
.page_title .title2{
	color: #fff;
	font-size: 33px;
}
@media screen and (max-width: 768px){
.main_image{
/*	padding: 15% 0;*/
	padding: 20% 0;
}
.page_title .parent{
	font-size: 20px;
}
.page_title .title{
	font-size: 30px;
}
.page_title .title2{
	color: #fff;
	font-size: 30px;
}
}/* max-width: 768px */

/********** テンプレート **********/

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

index

-----------------------------------------*/
/*wideslider*/
.wideslider {
    width: 100%;
    height: 400px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
.wideslider ul img{
}

.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;

}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.wideslider_base.ex{
	width: 100% !important;
	left: 0 !important;
	height: 0 !important;
}
.wideslider_base.ex .slider_prev,
.wideslider_base.ex .slider_next{
	position: absolute;
	top: 160px;
	width: 65px !important;
	height: 81px !important;
	background: transparent;
	opacity:1 !important;
}
.wideslider_base.ex .slider_prev:hover,
.wideslider_base.ex .slider_next:hover{
	opacity:0.8 !important;
}
.wideslider_base.ex .slider_prev{
	left: 0 !important;
}
.wideslider_base.ex .slider_next{
	right: 0 !important;
}
.pagination {
	display: none;
}

/*スマホスライド*/
.sp_slide li img{
	width: 100%;
}
.sp_slide li img:hover {
	opacity: 1;
}
.bx-wrapper{
	position: relative;
}
.bx-pager{
	display: none;
}
.bx-controls-direction{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 10%;
	width: 100%;
	margin: auto 0;
	z-index: 100;
}
.bx-controls-direction a{
	display: block;
	position: absolute;
	top: 0;
	width: 40px;
	height: 100%;
	margin: auto 0;
	text-indent: -9999px;
	z-index: 100;
	background-size: auto 100%;
}
.bx-prev{
	left: 10px;
	background: url(../img/top/btn_prev_sp.png) no-repeat left top;
}
.bx-next{
	right: 10px;
	background: url(../img/top/btn_next_sp.png) no-repeat right top;
}




.top01{

}
.news1_item{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
	overflow: hidden;
}
.news1_item:last-child{
	margin-bottom: 0;
}
.news1_day{
	float: left;
	width: 90px;
	margin-right: 10px;
	padding-top: 3px;
	font-size: 14px;
	color: #666;
}
.news1_title{
	overflow: hidden;
}

.imgBox1_item{
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d6d6d6;
	overflow: hidden;
}
.imgBox1_item:last-child{
	margin-bottom: 0 !important;
	border-bottom: 0 !important;
}
.imgBox1_image{
	display: block;
	float: left;
	width: 240px;
	height: 240px;
	margin-right: 20px;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.imgBox1_image:hover{
	opacity:0.7;
}
.imgBox1_body{
	padding-bottom: 30px;
	overflow: hidden;
}
.imgBox1_txt{
	margin-bottom: 20px;
}
.imgBox1_title{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
.imgBox1_info{
	margin-bottom: 20px;
}
.imgBox1_category{
	display: inline-block;
	padding: 2px 15px;
	font-size: 12px;
	color: #fff;
	background: #b4b4b4;
	vertical-align: middle;
	border-radius: 2px;
	margin-right:10px;
}
.imgBox1_day{
	display: inline-block;
	font-size: 14px;
	color: #666;
	vertical-align: middle;
}
.imgBox1_sns{
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 100%;
	text-align: right;
}

@media screen and (max-width: 768px){
.imgBox1_image{
	float: none;
	width: auto;
	height: 280px;
	margin: 0 auto 20px;
}
.imgBox1_body{
	padding-bottom: 0;
}
.imgBox1_txt{
	margin-bottom: 20px;
}
.imgBox1_sns{
	position: static;
	width: auto;
	text-align: right;
}
}/* max-width: 768px */


.movie_image{
	margin-bottom: 15px;
}
.movie_image img{
	width: 100%;
}
.movie_title{
	font-size: 20px;
	font-weight: bold;
}
.movie_foot{
	padding-top: 15px;
	border-top: 1px solid #d6d6d6;
	overflow: hidden;
}
.movie_day{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-top: 3px;
	font-size: 14px;
	color: #666;
}
.movie_sns{
	float: right;
}

@media screen and (max-width: 768px){
.movie_item{
	margin-bottom: 20px;
}
}/* max-width: 768px */

@media screen and (max-width: 479px){
.movie_title{
	height: auto !important;
}
}/* max-width: 479px */

.top4{
	padding-bottom: 5px;
}
.report1_image{
	margin-bottom: 15px;
}
.report1_image img{
	width: 100%;
}
.report1_title{
	font-size: 20px;
	font-weight: bold;
}
.report1_foot{
	padding-top: 15px;
	border-top: 1px solid #d6d6d6;
	overflow: hidden;
}
.report1_day{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-top: 3px;
	font-size: 14px;
	color: #666;
}
.report1_sns{
	float: right;
}

@media screen and (max-width: 768px){
.report1_item{
	margin-bottom: 20px;
}
}/* max-width: 768px */

@media screen and (max-width: 479px){
.report1_title{
	height: auto !important;
}
}/* max-width: 479px */


.producer1{
	overflow: hidden;
}
.producer1_image{
	position: relative;
	margin-bottom: 15px;
}
.producer1_image img{
	width: 100%;
}

.producer1_caption{
	font-size: 18px;
}
.producer1_name{
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #d6d6d6;
}
@media screen and (max-width: 768px){
.producer1_item{
	margin-bottom: 30px;
}
}/* max-width: 768px */

@media screen and (max-width: 479px){
.producer1_caption{
	height: auto !important;
}
}/* max-width: 479px */



.top6{
	line-height: 1.4;
}
.top6_title{
	margin-bottom: 20px;
	text-align: center;
}
.top6_bg{
	font-weight: bold;
	background: #f7d267 url(../img/top/bg_01.jpg) repeat-x left top;
	background-size: auto 100%;
}
.top6_bgIn{
	padding: 70px 0 60px;
	background: url(../img/top/bg_03.png) no-repeat right center,
				url(../img/top/bg_02.png) no-repeat left center;
}
.top6_title2{
	margin-bottom: 20px;
	font-size: 26px;
	text-align: center;
}
.top6_txt{
	max-width: 690px;
	margin: 0 auto 0 auto;
}

.top6SP{
	margin: 0 -10px 40px;
}


@media screen and (max-width: 768px){
.top6_bgIn{
	padding: 20% 0 25%;
	background: url(../img/top/bg_03_sp.png) no-repeat center bottom,
				url(../img/top/bg_02_sp.png) no-repeat center top;
	background-size: 100% auto;
}
}/* max-width: 768px */

.top7_title{
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.top7_main{
	max-width: 524px;
	margin: 0 auto 40px;
}
.top7_image{
	margin-bottom: 5px;
}
@media screen and (max-width: 768px){
	.top7_image img{
		width: 100%;	
	}
}
.top7_txt{
	text-decoration: underline;
	font-size: 12px;
	color: #505050;
}
.top7_bnr{
	margin-bottom: 20px;
}
.top7_sub{
	max-width: 787px;
	margin: 0 auto 0 auto;
}

@media screen and (max-width: 768px){
.top6SP{
	margin-top: 40px;
}
.top7_main{
	margin: 0 auto;
}
}/* max-width: 768px */



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

producer

-----------------------------------------*/
@media screen and (max-width: 768px){
.producer_wrap .imgBox1_image{
	height: 0;
	padding-bottom: 110%;
}
}/* max-width: 768px */



/* pagenavi */
.wp-pagenavi {
	clear: both;
	padding:5px;
	text-align:center;
	margin:20px 0 20px 0;
	font-size: 13px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	text-decoration: none;
	padding: 5px 8px;
	margin: 2px 4px;
	border:2px solid #b4b4b4;
	color:#000;
	background: #fff;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #f0b300 !important;
	background: #f0b300;
}
.wp-pagenavi span.current {
	font-weight: normal;
	border-color: #f0b300;
}
.wp-pagenavi .pages,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
	padding-left: 30px;
	padding-right: 30px;
}
.wp-pagenavi .nextpostslink{
	padding-right: 35px;
}
.wp-pagenavi .previouspostslink{
	padding-left: 35px;
}
.wp-pagenavi .nextpostslink{
	background: #fff url(../img/cmn/bg_arrow03_right.png) no-repeat 90% center;
}
.wp-pagenavi .previouspostslink{
	background: #fff url(../img/cmn/bg_arrow03_left.png) no-repeat 10% center;
}
.wp-pagenavi .nextpostslink:hover{
	background: #f0b300 url(../img/cmn/bg_arrow03_right_on.png) no-repeat 90% center;
}
.wp-pagenavi .previouspostslink:hover{
	background: #f0b300 url(../img/cmn/bg_arrow03_left_on.png) no-repeat 10% center;
}

@media screen and (max-width: 768px){
.wp-pagenavi .pages,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
	padding-left: 15px;
	padding-right: 15px;
}
.wp-pagenavi .nextpostslink{
	padding-right: 25px;
}
.wp-pagenavi .previouspostslink{
	padding-left: 25px;
}
}/* max-width: 768px */


.detailBox1_name{
	display: inline-block;
	margin-right: 20px;
	margin: 0 20px 5px 0;
	font-size: 17px;
}
.detailBox1_snsbox{
	display: inline-block;
}
.detailBox1_head{
	margin-bottom: 30px;
}

.detailBox1_body,
.detailBox1_body p{
	overflow: hidden;
}
.detailBox1_body{
	margin-bottom: 40px;
	line-height: 2;
}
.detailBox1_body img.alignright,
.detailBox1_body .alignright{
	float: right;
	margin-left: 5px;
}
.detailBox1_body img.alignleft,
.detailBox1_body .alignleft{
	float: left;
	margin-right: 5px;
}
.detailBox1_body img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.detailBox1_body p{
	margin-bottom: 20px;
}

.producerDetail .link1,
.producerDetail .link2{
	text-align: center;
	margin-bottom: 30px;
}

/* ===============
ブログスタイル
================== */
.detailBox1 a{
	color: #000;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:2px;
	border-bottom:2px solid #000;
}

.detailBox1 a:hover{
	font-weight:normal;
	border-bottom:1px solid #000;
}

.detailBox1_body h1{
	position: relative;
	min-height: 41px;
	margin-bottom: 25px;
	padding: 0 0 10px 27px;
	border-bottom: 2px solid #f0b400;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	background: url(../img/cmn/bg_heading3.jpg) no-repeat left top;
}

.detailBox1_body h2{
	font-weight:bold;
	font-size:21px;
	margin-bottom:16px;
	margin-left:25px;
}

.detailBox1_body h2:before{
	content:"■";
	color:#f0b400;
	font-size:15px;
	margin-left:-25px;
	padding-right:10px;
}

.detailBox1_body h3{
	font-weight:bold;
	font-size:19px;
	border-bottom:1px solid #f0b400;
	margin-bottom:10px;
}

.detailBox1_body h4{
	background:#FEFBEC;
	position:relative;
	padding:30px 100px;
	font-size:15px;
	margin-bottom:20px;
}

.detailBox1_body h4:before,
.detailBox1_body h4:after{
	content:"";
	position:absolute;
	display:block;
	width:95px;
	height:74px;
}

.detailBox1_body h4:before{
	top:20px;
	left:30px;
	background:url(../img/producer/h4-top.png) no-repeat left top;
	background-size:50%;
}

.detailBox1_body h4:after{
	bottom:20px;
	right:30px;
	background:url(../img/producer/h4-bottom.png) no-repeat right bottom;
	background-size:50%;
}

.detailBox1_body ul,
.detailBox1_body ol{
	margin-bottom:10px;
}

.detailBox1_body ul li{
	font-size:16px;
	font-weight:bold;
}

.detailBox1_body ul li:before{
	background:url(../img/producer/list.png) no-repeat left 7px;
	background-size:19px;
	display:inline-block;
	content:"";
	width:19px;
	height:18px;
	padding:0 3px 7px 0;
}

.detailBox1_body ol{
	counter-reset:number;
	list-style:none;
}

.detailBox1_body ol li{
	font-size:16px;
	font-weight:bold;
}

.detailBox1_body ol li:before{
	counter-increment: number;
	content: counter(number);
	color:#fff;
	font-size:15px;
	padding:0 3px 5px 0;
	margin-right:5px;
	background:url(../img/producer/ol.png) no-repeat 1px 5px;
	background-size:21px;
	text-align:center;
	min-width:21px;
	display:inline-block;
	letter-spacing:-1.5px;
}

.detailBox1_body th{
	background:#E6E6E6;
	text-align:center;
	padding:0 5px;
}

.detailBox1_body td{
	padding:15px 20px;
}

.detailBox1_body td p:last-child{
	margin-bottom:0;
}

.detailBox1_body th,
.detailBox1_body td{
	line-height:1.4;
	border-top:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
	vertical-align:middle;
	font-size:15px;
}

/* リンク */
.detailBox1_body a.link-class-into{background:url(../img/producer/link-class-into.png) no-repeat 95% center;background-size:9px;}
.detailBox1_body a.link-class-outside{background:url(../img/producer/link-class-outside.png) no-repeat 96% center;background-size:17px;}
.detailBox1_body a.link-class-pdf{background:url(../img/producer/link-class-pdf.png) no-repeat 95% center;background-size:17px;}
.detailBox1_body a.link-class-excel{background:url(../img/producer/link-class-excel.png) no-repeat 95% center;background-size:19px;}
.detailBox1_body a.link-class-word{background:url(../img/producer/link-class-word.png) no-repeat 95% center;background-size:19px;}

.detailBox1_body a.link-class-into,
.detailBox1_body a.link-class-outside,
.detailBox1_body a.link-class-pdf,
.detailBox1_body a.link-class-excel,
.detailBox1_body a.link-class-word{
	border:1px solid #c8c8c8;
	padding:0 50px 0 10px;
	min-width:150px;
	display:inline-block;
	text-align:left!important;
}

.detailBox1_body a.link-class-into:hover,
.detailBox1_body a.link-class-outside:hover,
.detailBox1_body a.link-class-pdf:hover,
.detailBox1_body a.link-class-excel:hover,
.detailBox1_body a.link-class-word:hover{
	font-weight:bold;
}


/* /ブログスタイルここまで */

.detailBox1_address{
	margin-bottom: 100px;
}
.addressBox{
	overflow: hidden;
}
.addressBox_image{
	float: right;
	width: 200px;
	margin-left: 30px;
}
.addressBox_info{
	overflow: hidden;
}
.addressBox_title{
	margin-bottom: 20px;
	font-size: 18px;
}
.addressBox_list{
	margin-bottom: 20px;
}
@media screen and (max-width: 768px){
.detailBox1_address{
	margin-bottom: 40px;
}
.addressBox_image{
	float: none;
	width: auto;
	margin: 0 0 20px;
}
.addressBox_image img{
	width: 100%;
}
.addressBox_info{
	overflow: hidden;
}
.addressBox_title{
	margin-bottom: 20px;
	font-size: 18px;
}
.addressBox_list{
	margin-bottom: 20px;
}

/* リンク */
.detailBox1_body h4{
	padding:70px 15px;
}

}/* max-width: 768px */

.pager1{
	word-break: break-all;
	overflow: hidden;
}
.pager1_pager.m_next{
	float: right;
}
.pager1_pager.m_prev{
	float: left;
}
.pager1_pager a{
	display: table-cell;
	vertical-align: middle;
	width: 240px;
	padding: 5px 10px;
	border: 3px solid #f0b400;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.pager1_pager a:hover{
	text-decoration: none;
	opacity:0.7;
}
.pager1_pager.m_next a{
	padding-right: 30px;
	background: #fff url(../img/cmn/bg_arrow04_right.png) no-repeat 95% center;
}
.pager1_pager.m_prev a{
	padding-left: 30px;
	background: #fff url(../img/cmn/bg_arrow04_left.png) no-repeat 5% center;
}
@media screen and (max-width: 768px){
.pager1_pager{
	width: 49%;
}
.pager1_pager a{
	width: 1000px;
}
}/* max-width: 768px */

/*サイドバー*/
.newEntry_list{
	padding: 0 5px;
}
.newEntry li{
	margin-bottom: 30px;
}
.newEntry .title{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #c8c8c8;
	font-size: 18px;
	font-weight: bold;
}
.newEntry .info{
	font-size: 14px;
}
.newEntry .name,
.newEntry .day{
	display: inline-block;
}
.newEntry .name{
	margin-right: 1em;
}
.newEntry .day{
	color: #666;
}

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

goods

-----------------------------------------*/
@media screen and (max-width: 768px){

}/* max-width: 768px */
.single_cglink{
	text-align:right;
}
.single_cglink a{
	display:inline-block;
	padding:0 15px 0 0;
	background:url(../img/goods/bg_arrow01.png) no-repeat right center;
}
/*----------------------------------------

sitemap

-----------------------------------------*/
.sitemap_area {
	overflow:hidden;
}

.sitemap_area .sitemap_list{
	width:160px;
	float:left;
}

.sitemap_area .sitemap_list li a{
	text-decoration:underline;
}

.sitemap_area .sitemap_list li a:hover{
	text-decoration:none;
}


.sitemap_area .sitemap_list > li{
	font-size:16px;
	margin-bottom:15px;
	padding-left:15px;
	background:url(../img/sitemap/bg1.gif) left 3px no-repeat;
}

.sitemap_area .sitemap_list li li{
	font-size:14px;
	margin-bottom:15px;
	padding-left:15px;
	background:url(../img/sitemap/bg2.gif) left 4px no-repeat;
}

.sitemap_area .sitemap_list > li .mbspan{
	display:block;
	margin-bottom:15px;
}

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

.sitemap_area .list_left{
	width:46%;
	float:left;
}

.sitemap_area .list_right{
	width:52%;
	float:left;
}

}/* max-width: 400px */

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

privacy

-----------------------------------------*/
.privacy_area .privacy_dl dt{
	border-bottom:1px solid #F0B400;
	font-size:18px;
	padding-bottom:10px;
	margin-bottom:18px;
	font-weight:bold;
}

.privacy_area .privacy_dl dd{
	font-size:16px;
	margin-bottom:50px;
}
@media screen and (max-width: 768px){

.privacy_area .privacy_dl dt{
	padding-bottom:5px;
	margin-bottom:15px;
}

.privacy_area .privacy_dl dd{
	font-size:16px;
	margin-bottom:20px;
}

}/* max-width: 768px */

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

link

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

.link_area .link_list li{
	background:url(../img/link/bg1.gif) left 3px no-repeat;
	font-size:16px;
	padding-left:20px;
	margin-bottom:25px;
}

.link_area .link_list li .link_url{
	padding-left:20px;
	font-size:14px;
}

.link_area .link_list li > a{
	text-decoration:underline;
}

.link_area .link_list li > a:hover{
	text-decoration:none;
}

.link_area .link_list li .link_url a{
	color:#F0B400;
}

@media screen and (max-width: 768px){
.link_area .link_list li .link_url{
	display:block;
	padding-left:0;
	padding-top:7px;
}
}/* max-width: 768px */

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

inquiry

-----------------------------------------*/
.thank .bread_wrap,
.inquiry .bread_wrap{
	padding-bottom:20px;
}



.thank .page_title .title,
.inquiry .page_title .title {
    color:#000000;
}
.thank_area .form_width,
.inquiry_area .form_width{
	max-width:670px;
	margin:0 auto 30px;
	padding-top:20px;
}

.inquiry_area .form_width{
	min-height:842px;
}

.inquiry_area .form_in .inquiry_text{
	margin-bottom:55px;
	font-size:16px;
	line-height:1.6;
}

.inquiry_area .form_in .border_bottom{
	font-size:18px;
	border-bottom:1px solid #F0B400;
	padding-bottom:10px;
	margin-bottom:30px;
	font-weight:bold;
}

.inquiry_area .form_in .border_bottom .kome_text{
	font-size:14px;
	display:inline-block;
}

.inquiry_area .form_in .kome{
	font-size:14px;
	color:#E20012;
}

.inquiry_area .form_in dl{
	overflow:hidden;
	margin-bottom:30px;
}

.inquiry_area .form_in dt{
	padding-top:7px;
	font-size:16px;
	width:30%;
	float:left;
}

.inquiry_area .form_in dd{
	width:68%;
	float:right;
}
.inquiry_area .form_in dd textarea,
.inquiry_area .form_in dd input[type="text"],
.inquiry_area .form_in dd input[type="tel"],
.inquiry_area .form_in dd input[type="email"]{
	box-sizing: border-box;
	background:#EEEEEE;
	border:1px solid #C6C6C6;
	padding:5px 5px;
	width:100%;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.inquiry_area .form_in dd textarea{
	height:190px;
}

input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}
.inquiry_area .form_in dd select {
	box-sizing: border-box;
	font-size:16px;
	padding: 3px 40px 4px 5px;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background: url(../img/inquiry/bg_select.jpg) no-repeat right center #fff;
	width:210px;
	border:1px solid #C6C6C6;
	height:28px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.inquiry_area .form_in dd select::-ms-expand {
	display: none;
}
.ajax-loader{
	display:none !important;
}


.inquiry_area .rule{
	text-align:center;
	font-size:16px;
	margin-bottom:20px;
}



.inquiry_area .rule .bg{
	background: url(../img/inquiry/icon1.gif) no-repeat right center;
	padding-right:25px;
	margin-right:8px;
}
input[type="submit"], input[type="button"] {
	cursor: pointer;
}

.inquiry_area .submit_btn input {
	border: none;
	width: 440px;
	height: 40px;
	background:#F0B400;
	font-size:22px;
	font-weight:bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:15px;
}

.inquiry_area .submit_btn{
	text-align:center;
}
/*送信後非表示*/

.reserve-conf{
	overflow:hidden;
}
.reserve-conf span{
	display:inline-block;
	float:left;
	margin-right:5px;
}
.reserve-conf span select{
	margin-left:5px;
}
.sent table{
	display:none;
}
.sent p{
	display:none;
}
.sent dl{
	display:none;
}
.sent .wpcf7-submit{
	display:none;
}
.sent .formInner {
	display:none;
}
.sent .send_back{
	display:none;
}
.sent #wpcf7-modify{
	display:none;
}

.sent .form_in{
	display:none;
}

div.wpcf7-mail-sent-ok{
	display:none !important;
}

@media screen and (max-width: 768px){
.thank_area .form_width, .inquiry_area .form_width {
	margin: 0 auto 10px;
	padding-top: 0;
}


.inquiry_area .form_in dd select {
	width:100%;
	padding: 2px 40px 4px 5px;
	font-size: 16px;
	line-height:1.6;
}

.inquiry_area .rule{
	text-align:left;
}

}/* max-width: 768px */
@media screen and (max-width: 450px){

.inquiry_area .submit_btn input {
	width: 100%;
}
}/* max-width: 450px */

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

thank

-----------------------------------------*/
.thank_area .thank_txt1{
	font-size:20px;
	margin-bottom:20px;
	font-weight:bold;
}
.thank_area .thank_txt2{
	font-size:16px;
	margin-bottom:40px;
}

.thank_area .thank_btn{
	text-align:center;
}


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

library

-----------------------------------------*/
.library .bread_wrap{
	padding-bottom:20px;
}
.library_area .library_width {
	max-width: 670px;
    margin: 0 auto 30px;
    padding-top: 20px;
}
.library_area .phottxtinfo {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.6;
}
.library_area .photoliveArea p {
    margin-bottom: 30px;
}
.library_area .photoliveArea a {
    color: #30a1dd;
    text-decoration: underline;
}
.library_area .photoliveArea a:hover {
	text-decoration: none;
}
.library_area .photmi {
    margin-left: 3em;
    text-indent: -3em;
    width: 80%;
}
.library_area .photoliveArea table {
    border: 1px solid;
}
.library_area .photoliveArea table th {
	font-weight: bold;
	text-align: center;
    border: 1px solid;
    padding: 10px;
}
.library_area .photoliveArea table td {
    border: 1px solid;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
.library_area .photoliveArea table td.photolef {
    text-align: left;
}



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

calendar

-----------------------------------------*/
.calendar_list{
	overflow:hidden;
	margin:0 0 30px;
}
.calendar_list li{
	float:left;
	width:23%;
	margin-right:2.6%;
}
.calendar_list li:nth-child(4){
	margin-right:0;
	float:right;
}
.calendar_list li:nth-child(3){
	margin-right:0;
}
.calendar_list li a{
	display:block;
	padding:5px 0 15px 0;
	text-align:center;
	background:#F0B300 url(../img/calendar/bg_btn.jpg) no-repeat center bottom;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.calendar_list li a:hover{
	opacity:0.7;
	text-decoration:none;
}
.calendar table{
	width:100%;
	margin:0 0 20px;
}
.calendar table th{
	width:260px;
	padding:4px 10px;
	border:1px solid #ccc;
}
.calendar table td{
	padding:4px 3px;
	width:24px;
	border:1px solid #ccc;
	text-align:center;
}
.calendar table th.name{
	vertical-align:middle;
	background:#f2f2f2;
}
.calendar table tr.month td{
	background:#fff !important;
}
.calendar table td:nth-child(2),
.calendar table td:nth-child(3),
.calendar table td:nth-child(4){
	background:#FFEDE7;
}
.calendar table td:nth-child(5),
.calendar table td:nth-child(6),
.calendar table td:nth-child(7){
	background:#ECF9E5;
}
.calendar table td:nth-child(8),
.calendar table td:nth-child(9),
.calendar table td:nth-child(10){
	background:#FDF0CE;
}
.calendar table td:nth-child(11),
.calendar table td:nth-child(12),
.calendar table td:nth-child(13){
	background:#E9EBF8;
}

.calendar table td.haru{
	background:#F26F65;
	color:#fff;
	font-weight:bold;
}
.calendar table td.natu{
	background:#3EC25F;
	color:#fff;
	font-weight:bold;
}
.calendar table td.aki{
	background:#FFAE3B;
	color:#fff;
	font-weight:bold;
}
.calendar table td.fuyu{
	background:#7D82D6;
	color:#fff;
	font-weight:bold;
}
.calendar table a{
	color:#30a1dd;
	text-decoration:underline;
}
.calendar table a:hover{
	text-decoration:none;
}
.sp_txt{
	display:none;
}

@media screen and (max-width: 768px){
.sp_txt{
	display:block;
	overflow:hidden;
	text-align:center;
}
.calendar table{
	width:620px;
}
.calendar_wrap{
	overflow-x:scroll;
}
.calendar_list li a{
	font-size:12px;
}
.calendar_list li{
	float:left;
	width:24%;
	margin-right:1.3%;
}

}