#layout_content {
	overflow:hidden;
}


/************* リンク */

a.arrow{
	padding: 0 0 0 1.2em;
	background-image:url(../image/arrow_right.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size: auto 80%;
}

.arrow_right_right{
	padding: 0 1.2em 0 0;
	background-image:url(../image/arrow_right.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size: auto 70%;
	margin-top:3px;
	float:right;
	height:20px;
	overflow:hidden;
}
.arrow_left_left{
	padding: 0 0 0 1.2em;
	background-image:url(../image/arrow_left.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size: auto 70%;
	margin-top:3px;
	float:left;
	height:20px;
	overflow:hidden;
}
.more {
	display: block;
	text-align: right;
	/*height:50px;
	line-height:50px;*/
}
	.more .arrow,
	.more .arrow_right_right,
	.more .arrow_left_left,
	.more .arrow a,
	.more .arrow_right_right a,
	.more .arrow_left_left a{
		color:#999;
	}
	.more .arrow:hover,
	.more .arrow_right_right:hover,
	.more .arrow_left_left:hover,
	.more .arrow a:hover,
	.more .arrow_right_right a:hover,
	.more .arrow_left_left a:hover {
		color:#ccc;
	}

.sp_footer a {
	color:#999;
}
.sp_footer a:hover {
	color:#ccc;
}
@media (max-width: 768px) {
	.sp_hide_header {
		display:none;
	}
	.sp_footer {
		display:block;
	}
}
@media (min-width: 768px) {
	.sp_hide_header {
		display:block;
	}
	.sp_footer {
		display:none;
	}
}

.full_more {
	clear:both;
	margin:0;
	height:20px;
	line-height:20px;
	text-align:center;
}


.cat_default {
}
.cat_movie {
	color:#CC1F1F;
}
.cat_works {
	color:#DC006C;
}
.cat_democar {
	color:#AC8FFF;
}
.cat_item {
	color:#00B1DA;
}
.cat_blog {
	color:#77DA00;
}
.cat_carsale {
	color: #D41106;
}

/************* 見出し */

.title2 {
	font-size: 24px;
	line-height:1.0;
	text-align:center;
	font-family: 'Lato', sans-serif;
	color: #ddd;
	font-weight: 300;
	letter-spacing: -0.02em;
	-webkit-font-smoothing:subpixel-antialiased;
}
.title3 {
	font-size: 18px;
	line-height:1.0;
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #ddd;
	letter-spacing: -0.02em;
	-webkit-font-smoothing:subpixel-antialiased;
}

.lato {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing:subpixel-antialiased;
}
.white {
	color: #ddd !important;
}

.big {
	font-size:20px;
}

.center {
	text-align: center;
}

.longline {
	line-height:1.65;
}


@media (min-width: 768px) {

	.title2 {
		font-size: 36px;
		font-weight:100;
	}
	.title3 {
		font-size: 24px;
		font-weight:100;
	}
	.big {
		font-size:26px;
	}
}


/************* 定義リスト */

dt {
	font-size: 14px;
	color:#ddd;
	margin-bottom: 10px;
}
dd {
	margin-bottom: 30px;
}

dl.line:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
dl.line dt {
	font-size: 13px;
	clear: left;
	float: left;
	width: 80px;
	padding: 0; margin: 0;
	margin-bottom: 15px;
	font-weight:normal;
}
dl.line dd {
	float: left;
	padding: 0; margin: 0;
	margin-bottom: 15px;
}


/************* リスト */

.section_regularlist .row {
}


/************* グリッドリスト */

.section_glidlist {
	margin:0 auto;
	padding:0;
}
.section_glidlist .row {
 	margin-right: -25px;
	margin-left: -25px;
}
.section_glidlist .block {
	padding:0;
	padding:0 10px;
	padding-bottom:30px;
}
.section_glidlist .block .wrapper {
	position:relative;
	display:block;
	width:100%;
	margin:0 auto;
	padding:0;
}
.section_glidlist .block .wrapper a:hover {
	text-decoration:none;
}
.section_glidlist .block .thumb_wrapper {
	width: 100%;
	height: 100%;
	padding: 66% 0 0;
	overflow:hidden;
}
.section_glidlist .block .thumb {
	display:block;
	background-size:cover;
	background-position:0% 0%;
	background-repeat:no-repeat;
	position: relative;
	width: 100%;
	height: 100%;
	margin:-66% auto 0;
	padding: 66% 0 0;

	-moz-transition: -moz-transform 0.2s ease;
	-webkit-transition: -webkit-transform 0.2s ease;
	-o-transition: -o-transform 0.2s ease;
	-ms-transition: -ms-transform 0.2s ease;
	transition:transform 0.2s ease;
}
.anime .section_glidlist .block:hover .thumb {
	-webkit-transform: scale3d(1.05,1.05,1);
	-moz-transform: scale3d(1.05,1.05,1);
	-ms-transform: scale3d(1.05,1.05,1);
	-o-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);

}

.section_glidlist .block .thumb .playback {
	display:block;
	position:absolute;
	width:100%; height:100%;
	background:url(../image/play.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto 30%;
	top:0;
}
	.section_glidlist .block .thumb .thumb_option_new {
		width: 28px; height:28px;
		background:#c4190e;
		display: inline-block;
		position: absolute;
		right: 18px; top:18px;
		color: white;
		line-height: 30px;
		border-radius: 14px;
		text-align: center;
	}
.section_glidlist .block .text {
	max-height:140px;
}
.section_glidlist .block .text > div {
	margin:5px 0;
}

.section_glidlist .block .text .header {
	padding:6px 0 3px;
}
.section_glidlist .block .text .header .date {
	position:absolute;
	display:inline-block;
	right: 0;
	color:#666;
}
.section_glidlist .category_carsale.block .text .header .date {
	display: none;
}
.section_glidlist .block .text .header .category {
}

.section_glidlist .block .text .subject {
	color:#ddd;
	font-size:15px;
	line-height:1.40;
}
.section_glidlist .block .wrapper a:hover .subject {
	text-decoration:underline;
	color:#fff;
}
.section_glidlist .block .text .digest {
	color: #666666;
	line-height:1.65;
}
.section_glidlist .category_carsale.block .text .digest {
	display: none;
}
.section_glidlist .block .text ul {
	margin: 0 0 5px 0;
}
.section_glidlist .block .text li {
	color: #666;
}
.section_glidlist .block .text .price {
	color: #D41106;
	font-size: 18px;
	line-height: 1.40;
	margin: 0 0 15px;
}
@media (min-width: 768px) {
	.section_glidlist .block {
	}
}

/************************* パネルリスト */
.section_glidpanel {
}
.section_glidpanel.row {
 	margin-right: -20px;
	margin-left: -20px;
}

.section_glidpanel .block {
	padding:5px;
}
.section_glidpanel .block > a {
	display:block;
	background: #292929;
	width: 100%;
	height: 100%;
	padding: 100% 0 0;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
}
.section_glidpanel .block > a > img {
	margin-top:-100%;
	width:100%;
	padding:0 5px;
	display:none;
}


@media (min-width: 992px) {
	.kill4th .block:nth-child(n+4){
		display:none;
	}
}
@media (min-width: 1200px) {
	.kill4th .block:nth-child(n+4){
		display:block;
	}
}

/************* UPDATES */


.top_updates .category_all:nth-child(n+13) {
	display:none;
}

.top_updates .category_wrapper  {
	display:none;
}
.top_updates .category_wrapper_all  {
	display:block;
}

.category_switch {
	height:100%;
}


.section_header {
	height:25px;
}
.smaller_section .section_header {
	margin:30px 0 40px;
}
.section_header_large {
	height:60px;
}
.section_header .container_option a {
	color: #999;
}
.section_header .container_option a:hover {
	color: #ccc;
}
.section_header.sp_show {
	height:220px;
}
.category_switch {
	top:40px;
	width:100%;
	z-index:5;
}
.category_switch li {
	width:100%;
}
.category_switch li button {
	display:none;
	border: none;
	background:none;
	width:100%;
	height:40px;
	line-height:40px;
	color:#999;
}

.category_switch li button.sp_show,
.category_switch li button.selected {
	display:block;
	color: #999;
}
.category_switch li button.selected {
	background-image:url(../image/arrow_bottom.png);
	background-repeat:no-repeat;
	background-position:95% 60%;
	background-size: auto 20%;
}

@media (min-width: 768px) {
	.section_header.sp_show {
		height:220px;
	}
	.section_header_large {
		height:40px;
	}
}

@media (min-width: 992px) {
	.section_header.sp_show {
		height:27px;
	}
	.section_header {
		height: 27px;
	}
	.category_switch {
		top:0;
		width:auto;
	}
	.category_switch li {
		float: left;
		width: auto;
	}


	.category_switch li button {
		display:block;
		background:none;
		width:auto;
		margin-left:22px;
	}
	.category_switch li button:hover {
		color: #ccc;
	}
	.category_switch li button.sp_show,
	.category_switch li button.selected {
		color: #c4190e;
		background:none;
	}
}







/************** ファインドアイテム */

.finditem_top.marginbottom {
	margin-bottom:0;
}
.finditem_top .title3 {
	margin-bottom:20px;
}
.finditem_top .row .title3 {
	margin-top:-20px;
}
.finditem_top .row > div:last-child .title3 {
	padding-top:40px;
}

.finditem_top .row .block a {
	background-position:50% 50%;
	background-repeat:no-repeat;

	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition:all 0.2s ease;
}
.anime .finditem_top .row .block:hover a {
	background-size:110%;
}


@media (min-width: 768px) {
	.finditem_top .row > div:last-child .title3 {
		padding-top:0px;
	}
}


/*********************** ショップインフォ */
.shopinfo_top {
	background-color:#333333;
	color:#999;
}
.shopinfo_top .sp_footer {
	text-align:right;
	margin-bottom:30px;
}

.shopinfo_top .padding40 {
	padding:0;
}
.shopinfo_top .padding0 {
	padding:0;
}

.shopinfo_top .big {
	color:#ddd;
}
.shopinfo_top dt {
	color:#ddd;
}

.ggmap {
	position: relative;
	padding-bottom: 66%;
	padding-top: 30px;
	height: 0;
	width: 100%;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}






@media (min-width: 992px) {
	.shopinfo_top .padding40:nth-child(even) {
		padding-left:20px;
	}
	.shopinfo_top .padding40:nth-child(odd) {
		padding-right:20px;
	}
}



/*********************** メンテナンス */
.maintenance_top.marginbottom .inner {
	padding-bottom: 0;
}
.maintenance_top .row {
	margin-bottom:0;
}
.maintenance_top .padding40 {
	padding:0;
	text-align:center;
}
.maintenance_top .row .wrapper:hover {
	text-decoration:none;
}
.maintenance_top .row .block .title {
	padding:50px 0;
	background-size:120%;
	background-position:center 40%;
	font-size: 20px;
	color: #ddd;
}
.maintenance_top .row .block .content {
	padding:20px 0;
	color:#999;
}

.maintenance_top .row .block .title_wrapper{

}



.maintenance_top .row .block .title{
}
.maintenance_top .row .shaken .title {
	background-image:
		linear-gradient( to right, rgba(0,0,0,0.65),rgba(0,0,0,0.65) ),
		url(../image/footer_shaken.jpg);
	background-position:52% 42%;
	background-size:172%;
}
.maintenance_top .row .oil .title {
	background-image:
		linear-gradient( to right, rgba(0,0,0,0.65),rgba(0,0,0,0.65) ),
		url(../image/footer_oil.jpg);
	background-position:48% 73%;
	background-size:120%;
}

@media (min-width: 768px) {
	.maintenance_top .padding40:nth-child(even) {
		padding-left:20px;
	}
	.maintenance_top .padding40:nth-child(odd) {
		padding-right:20px;
	}
	.maintenance_top.marginbottom .inner {
		padding-bottom: 60px;
	}
	.maintenance_top .row .block .title {
		height: 240px;
		padding-top:75px;
		font-size:26px;
	}
	.maintenance_top .row .block .content {
		width:88%;
		margin:0 auto;
		margin-top: -130px;
		height:130px;
		position:relative;
	}
	.maintenance_top .row .block:hover .content {
		color:#999;
	}


	.maintenance_top .row .block .title {
		-moz-transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		transition:all 0.2s ease;
	}
	.anime .maintenance_top .row .shaken:hover .title {
		background-size:180%;
	}
	.anime .maintenance_top .row .oil:hover .title {
		background-size:126%;
	}

}

/*
.maintenance_top .padding40 {
	padding:0;
	text-align:center;
}
.maintenance_top .row .wrapper {
	display:block;
	height:240px;
	padding-top:70px;
}
.maintenance_top .row .wrapper p {
	width: 100%;
	height: 3em;
	margin:auto;
}
.maintenance_top .row .wrapper .title {
	display: inline-block;
	font-size:20px;
	height: 30px;
	line-height:30px;
	margin:50px 0;
	color: #ddd;
	background:red;
}
.maintenance_top .row .wrapper .content{
	display:block;
	width:88%;
	padding:20px 0;
}

.maintenance_top .row .shaken .wrapper {
	background-image:
		linear-gradient( to right, rgba(17,17,17,0.9),rgba(17,17,17,0.8) ),
		url(../image/footer_shaken.jpg);
}
.maintenance_top .row .oil .wrapper {
	background-image:
		linear-gradient( to right, rgba(17,17,17,0.9),rgba(17,17,17,0.8) ),
		url(../image/footer_oil.jpg);
}

*/







/*********************** コンタクト（top） */
.contact_top {
	background-color:#111;
	text-align: center;
}
/*
.contact_top_sp {
	margin:inherit 0;
	background-image:url(../image/footer_contact_bg.jpg);
	background-color:#111;
	background-position:center bottom;
	background-size:auto 125%;
	background-repeat: no-repeat;

	position: relative;
	width: 100%;
	height: 100%;
	padding: 63% 0 0;
}*/


.contact_top {
	background-size:auto 100%;
	background-image:
		linear-gradient( to right, rgba(0,0,0,0.65),rgba(0,0,0,0.65) ),
		url(../image/footer_contact_bg.jpg);
	background-color:#111;
	background-position:center;
	background-size:cover;
	background-repeat: no-repeat;
}

.contact_top .section_header {
	margin-bottom:30px;
}

.contact_top .title{
	font-size: 18px;
	color:#ddd;
}

.contact_top .text{
	width: 600px;
	margin:0 auto;
	text-align:left;
	max-width:88%;
	line-height:1.65;
	color:#999;
}

.contact_top .button {
	margin:30px 6% 0;
	font-size:15px;
	text-wrap:none;
}
.entry_contact .button .submit,
.contact_top .button .submit,
.contact_top .button a {
	display:none;
	appearance:normal;
	padding:0; margin:0;
	background:none; border:none;
	display:inline-block;
	background:#A70E05;
	border-radius:4px;
	height:50px;
	line-height:50px;
	padding:0;
	color: white;
	background-image:url(../image/arrow_right.png);
	background-repeat:no-repeat;
	background-position:90% center;
	background-size: auto 35%;
	width:100%;
		font-size:18px;
}


.entry_contact .button .submit:hover,
.contact_top .button .submit:hover,
.contact_top .button a:hover {
	background-color:#D41106;
	text-decoration:underline;
}
@media (min-width: 468px) {
	.contact_top .button {
	}
}

@media (min-width: 768px) {
	.contact_top_sp {
		display:none;
	}
	.contact_top {
		background-size:auto 100%;
		background-image:
			linear-gradient( to right, rgba(17,17,17,1),rgba(17,17,17,1),rgba(17,17,17,1),rgba(17,17,17,0) ),
			url(../image/footer_contact_bg.jpg);
		background-color:#111;
		background-position:right bottom;
		background-size:auto 122%;
		background-repeat: no-repeat;
	}
	.contact_top .title{
		font-size:24px;
	}

	.contact_top .button {
		margin:30px auto 0;
	}
	.contact_top .button .submit,
	.contact_top .button a {
		width:auto;
		padding:0 80px;
	}

}

/*********************** ソーシャル */

.social_top {
	background: #eeeeee;
}
.social_top h2 {
	color: #212121;
}
.social_top .block {
	margin-bottom: 30px;
}
.social_top .block:last-child {
}

.social_top .block:nth-of-type(n+2) {
}
.social_top .block:nth-of-type(n+2) .wrapper {
}

.social_top .block .social_large {
	float: left;
	margin-right:20px;
}
.social_top .block .subject {
	text-align:left;
	color:#202020;
	margin-bottom:10px;
}
.social_top .block .content {
	text-align:left;
	display: none;
}
.social_top .block .button {
	text-align:left;
}

@media (min-width: 768px) {
	.social_top .container {
		overflow:hidden;
	}
	.social_top .row {
		height: auto;
	}
	.social_top .block {
		border-right: 1px solid #cccccc;
		padding-bottom: 32767px;
    	margin-bottom: -32767px;
	}
	.social_top .block .wrapper {
		padding:20px;
		height: 100%;
	}
	.social_top .block:nth-child(even) {
		border-right: none;
	}
	.social_top .block .social_large {
		float: none;
		margin: 0 auto 25px;
	}
	.social_top .block .subject {
		text-align:center;
		margin-bottom: 18px;
	}
	.social_top .block .content {
		display: block;
		text-align:center;
		margin-bottom: 25px;
		line-height:1.65;
		height:40px;
		overflow:hidden;
	}
	.social_top .block .button {
		text-align:center;
		padding-bottom:30px;
	}
}
@media (min-width: 992px) {
	.social_top .block:nth-child(even) {
		border-right: 1px solid #cccccc;
	}
	.social_top .block:last-child {
		border: none;
	}
	.social_top .block .button {
		padding-bottom:0px;
	}
}


.social {
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	margin:0 auto;
}
.social_large {
	width:70px;
	height:70px;
	border-radius:35px;
}
.social_twitter {
	background-color: #00a7f9;
	background-image:url(../image/icon_twitter.png);
}
.social_facebook {
	background-color: #35539d;
	background-image:url(../image/icon_facebook.png);
}
.social_google {
	background-color: #dd4b39;
	background-image:url(../image/icon_google.png);
}
.social_youtube {
	background-color: #cd201f;
	background-image:url(../image/icon_youtube.png);
}
.social_feed {
	background-color: #8bc33c;
	background-image:url(../image/icon_feed.png);
}
/* add 20180328 */
.social_instagram {
	background-color: #dd4b39;
	background-image:url(../image/icon_instagram.png);
}

/************* back to top*/

.backtoptop{
	padding:0;
}
.backtoptop a{
	line-height:70px;
	height:70px;
	display:block;
	background-color: rgba(255,255,255,0.025);
	background-image:url(../image/arrow_top.png);
	background-repeat:no-repeat;
	background-size:29px;
	background-position:center;
}
.backtoptop a:hover{
	background-color: rgba(255,255,255,0.05);
}

/************* event */
.top_event .calendar {
	/*padding:0;*/
	margin-bottom:20px;
}
.top_event .calendar table {
	width: 100%;
}
.top_event .calendar table th,
.top_event .calendar table td {
	width: 14%;
	text-align:center;
	line-height:2.5;
	color:#DDDDDD;
}
.top_event .calendar table tbody span.cal_outer {
	display:inline-block;
	margin:7px;
	width:80%;
	border-radius:3px;
}
.top_event .calendar table tbody span.cal_outer.gray {
	color:#ddd;
}
.top_event .calendar table tbody span.cal_outer.today .cal_inner {
	border-bottom:2px solid #ddd;
	padding:0 0.5ex;
}
.top_event .calendar table tbody span.cal_outer.off {
	background:#730101;
}
.top_event .calendar table tbody span.cal_outer.event {
	background:#0082B5;
	/*cursor:pointer;*/
}
.top_event .calendar table tbody tr:first-child td {
	border-top:1px solid #353535;
	padding-top:10px;
}
.top_event .calendar table tbody tr:last-child td {
	border-bottom:1px solid #353535;
	padding-bottom:15px;
}


.top_event .cal_hidden {
	display:none;
}
.top_event .cal_show {
	display:block;
}
.top_event .cal_show:nth-child(n+7)  {
	display:none;
}


.top_event .calendar table thead td.month {
	font-size:18px;
}
.top_event .calendar table thead td.prev {
	background-image:url(../image/arrow_left.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: auto 30%;
}
.top_event .calendar table thead td.no_prev {
	opacity:0.2;
}
.top_event .calendar table thead td.next {
	background-image:url(../image/arrow_right.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: auto 30%;
}


.top_event .calendar table tfoot td {
	text-align:left;
	width:100%;
	font-size:11px;
}
.top_event .calendar table tfoot td p {
	float:left;
	margin-right: 1em;
}
.top_event .calendar table tfoot td .off {
	color:#730101;
	font-size:150%;
	vertical-align:middle;
}
.top_event .calendar table tfoot td .event {
	color:#0082B5;
	font-size:150%;
	vertical-align:middle;
}


.top_event .event_list li{
	margin-bottom:30px;
	padding-left:0;
	display:block;
	position:relative;
	padding-right:0;
}
.top_event .event_list .thumb {
	position:relative;
	width:30%;
	padding:30% 0 0;
	background-position:center;
	background-size:cover;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}


.top_event .event_list .date {
	color:#ddd;
}
.top_event .event_list .date .day {
	font-size:24px;
	padding-right:0.5ex;
	letter-spacing: -0.05em;
}
.top_event .event_list .date .year {
	display:inline-block;
	text-wrap:none;
}
.top_event .event_list .subject {
	font-size:15px;
	color:#ddd;
	margin:5px 0 10px;
}
.top_event .event_list .content {
	font-size:13px;
	overflow:hidden;
	height:20px;
	color:#666;
}
.top_event .event_list li a:hover {
	text-decoration:none;
}
.top_event .event_list li a:hover .subject {
	text-decoration:underline;
}


.top_event .event_list .cal_hidden {
	display:none;
}
.top_event .event_list .cal_show:nth-child(n+7) {
	display:none;
}

@media (min-width: 768px) and (max-width: 992px) {
	.top_event .event_list {
		padding-left:20px;
	}

	.top_event .full_more {
		padding-left:20px;
	}

	.top_event .calendar {
		padding-right:20px;
	}
}

@media (min-width: 992px) {
	.top_event .calendar {
		margin-bottom:0px;
		padding-left:auto;
	}
	.top_event .full_more {
		padding-left:20px;
	}
	.top_event .event_list li{
		padding-left:20px;
	}
	.top_event .event_list .thumb {
		margin-left:0;
	}

}




/********************** header */
body {
	padding-top:50px;
}
#layout_header {
	position:fixed;
	width:100%;
	height:50px;
	margin-top:-50px;
	z-index:999;
	background:#1e1e1e;
}

#layout_header h1 {
	margin:0;
	position: absolute;
	background-size:contain;
	background-repeat: no-repeat;
	background-image:url(../image/sunrise_logo_white.png);

	margin:0 auto;
	left:50%;
	margin-left:-55px;
	margin-top:14px;
}
#layout_header h1 a {
	display:block;
	width:109px; height:21px;
	background-position:center;
}

#sp_menu_button {
	position:absolute;
	top:0px; right:-6%;
	background:none;
	border:none;
	background-image:url(../image/menu.png);
	background-size:100%;
	width:50px; height: 50px;
}
#sp_menu_button.selected {
	background-image:url(../image/menu_2.png);
}

#header_menu {
	position: absolute;
	right: 0;
	display:none;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size:16px;
	-webkit-font-smoothing:subpixel-antialiased;
}
#header_menu li {
	float: left;
	margin-left: 10px;
}
#header_menu li a,
#header_menu li input {
	display:block;
	padding:0 6px;
	height: 35px;
	line-height:34px;
	border-radius:3px;
	background:none;
	border:none;
}
#header_menu li.contact a,
#header_menu li.contact input {
	background:#a70e05;
}
#header_menu li.onlineshop a {
	/*background:#444444;*/
	background: #6FAC45;
}


#header_menu li a,
#header_menu li input {
	color:#ddd;
}
#header_menu li:hover a,
#header_menu li:hover input {
	color:#fff;
}
#header_menu li.contact a,
#header_menu li.contact input,
#header_menu li.onlineshop a {
	color:#fff;
}

#header_menu li.contact:hover a,
#header_menu li.contact:hover input{
	background:#D41106;
}
#header_menu li.onlineshop:hover a {
	/*background:#767676;*/
	background: #80d942;
}

#header_menu a {
	text-decoration:none;
}


@media (min-width: 800px) {

	body {
		padding-top:130px;

		-moz-transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		transition:all 0.2s ease;
	}
	#layout_header {
		width:100%;
		height: 130px;
		margin:-130px auto 0;

		-moz-transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		transition:all 0.2s ease;
	}

	#layout_header h1 {
		top:40px;
		left:0px;
		margin-left:0;
		margin-top:0;
		background-size:100%;
		background-position:left center;

		-moz-transition: all 0.1s ease;
		-webkit-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		-ms-transition: all 0.1s ease;
		transition:all 0.1s ease;
	}
	#layout_header h1 a {
		width:178px; height:40px;
	}
	#layout_header h1:hover {
		opacity:0.5;
	}


	#sp_menu_button {
		display:none;
	}
	#header_menu {
		display:block;
		top:47px;

		-moz-transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		transition:all 0.2s ease;
	}
	#header_menu li {
		display: block;
	}
	#header_menu li:hover,
	#header_menu li.selected {
		border-bottom: 2px solid #FFF;
	}
	#header_menu li a:hover {
		text-decoration:none;
	}
		#header_menu li.contact:hover,
		#header_menu li.onlineshop:hover {
			border-bottom:none;
		}


	body.mini_header {
		padding-top:80px;
	}
	body.mini_header #layout_header {
		height: 80px;
		margin-top:-80px;
	}
	body.mini_header #layout_header h1 {
		top:15px;
	}
	body.mini_header #header_menu {
		top:22px;
	}
}


@media (min-width: 800px) and (max-width:1100px) {

	#layout_header h1 {
		top:20px;
		left:50%;
		margin-left:-89px;
		margin-top:0;
	}
	#layout_header h1 a {
		width:178px; height:40px;
	}

	#header_menu {
		display:block;
		top:77px;
		left:50%;
		width:780px;
		margin-left:-270px;

		left:30%;
		width:900px;

	}
	body.mini_header #layout_header h1 {
		opacity:0;
	}
}

/********************** sp menu */
#flow_menu {
	background:rgba(30,30,30,0.95);
	position:absolute;
	top:50px;
	width:100%;
	min-height:100%;
	z-index:100;
	padding-top:30px;
	display:none;
}
#flow_menu .regular_menu {
	width:88%;
	margin:0 auto;
	border-bottom:1px solid #353535;
}
#flow_menu .regular_menu a {
	display:block;
	height:50px;
	line-height:50px;
	font-size:16px;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing:subpixel-antialiased;
	font-weight: 300;
	color:#ddd;
	padding:0 15px;
	background-image:url(../image/arrow_right.png);
	background-repeat:no-repeat;
	background-position:95% center;
	background-size: auto 33%;
    -webkit-tap-highlight-color:rgba(255,255,255,0.3);
}
#flow_menu .regular_menu a:hover {
	background-color:rgba(230,230,230,0.05);
}


#flow_menu .extra_menu {
	width:88%;
	margin:30px auto 0;
	padding-bottom:30px;
	border-bottom:1px solid #353535;
}
#flow_menu .extra_menu li {
	float:left;
	width:50%;
}
#flow_menu .extra_menu a,
#flow_menu .extra_menu input {
	display:block;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:5px;
	font-size:16px;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing:subpixel-antialiased;
	font-weight: 300;
	color:#ddd;
}
#flow_menu .extra_menu .contact input {
	margin-right:5px;
	background:#a70e05;
	border:none;
	width:100%;
}
#flow_menu .extra_menu .contact input:hover {
	text-decoration:underline;
}
#flow_menu .extra_menu .onlineshop a {
	margin-left:5px;
	/*background:#444444;*/
	background: #6FAC45;
}

#flow_menu .social_links {
	width:88%;
	float:none;
	margin:0 auto;
	padding-top:30px;
	height:100px;
	border-bottom:1px solid #353535;
}
#flow_menu .social_links ul {
	display:block;
	width:310px; height:40px;
	margin:0 auto;
}
#flow_menu .footer_site {
	width:88%;
	margin:0 auto;
}
@media (min-width: 992px) {
	#flow_menu {
		display:none;
		visibility:hidden;
	}
}

/********************** キービジュアル */
#top_keyvisual {

}
#top_keyvisual .item {
	display:block;
	width:100%;
	height:auto;
}
#top_keyvisual .item_inner {
	position:relative;
	width:100%;
	padding: 75% 0 0;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.entry_thumb_sp #top_keyvisual .item_inner{
	background-color:#333;
	background-size:contain;
}
#top_keyvisual .item_inner .yt_video {
	display:block;
	position:absolute;
	width:100%; height:100%;
	top:0; left:0;
	background:url(../image/play.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto 50%;
}
#top_keyvisual .item p {
	display:block;
	width:88%;
	position:absolute;

	text-align:center;
	left:6%;
	bottom:2%;

	line-height:1.0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #ddd;
	letter-spacing: -0.02em;

	text-shadow:0 0 2px black;

	font-size: 20px;
	-webkit-font-smoothing:subpixel-antialiased;
	font-smooth:always;
}


.owl-controls .owl-page span {
	display:none;
}


@media (min-width: 480px) {

	#top_keyvisual .item p {
		font-size: 32px;
	}
}



@media (min-width: 768px) {

	#top_keyvisual .item_inner {
		padding: 40% 0 0;
	}
	#top_keyvisual .item p {
		font-size: 50px;
		text-align:left;
		left:6%;
		font-weight: 100;
		bottom:5%;
	}
}
@media (min-width: 992px) {
	#top_keyvisual .item p {
		font-size: 64px;
	}

}
@media (min-width: 1600px) {
	#top_keyvisual .item p {
		font-size: 64px;
	}

}





/*********************** footer */

#layout_footer * {
	color: #666;
}
#layout_footer a:hover {
	color: #999;
}

#layout_footer .section .lefter{
	margin-right: 20px;
}

#layout_footer .section .content{
	margin-top: 20px;
}

/* pankuzu */
.pankuzu {
}
.pankuzu li {
	float: left;
	margin-right: 1ex;
	height: 40px;
	line-height:40px;
	mex-height:20px;
	overflow:hidden;
}
.pankuzu li:after {
	content:">";
	padding-left: 1em;
}
.pankuzu li:last-child:after {
	content:"";
}

/* social_links */
.social_links {
	margin:0 auto;
	margin-top:10px;
	height: 40px;
	width:300px;
}
.social_links ul {
	display:inline-block;
	margin: 0 auto;
}
.social_links li {
	float:left;
	margin-left:10px;
}
.social_links li:first-child {
	margin-left:0px;
}
.social_links li a {
	display:block;
	width:40px; height:40px;
	background:rgba(255,255,255,0.1);
	border-radius:20px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
}

.social_links li.facebook a { background-image:url(../image/icon_facebook.png);}
.social_links li.facebook a:hover {	background-color:#35539D;}
.social_links li.twitter a { background-image:url(../image/icon_twitter.png);}
.social_links li.twitter a:hover {	background-color:#00A7F9;}
.social_links li.youtube a { background-image:url(../image/icon_youtube.png);}
.social_links li.youtube a:hover {	background-color:#CD201F;}
.social_links li.google a { background-image:url(../image/icon_google.png);}
.social_links li.google a:hover {	background-color:#DD4B39;}
.social_links li.feed a { background-image:url(../image/icon_feed.png);}
.social_links li.feed a:hover {	background-color:#85C234;}
.social_links li.rss a { background-image:url(../image/icon_rss.png);}
.social_links li.rss a:hover {	background-color:#FF9A00;}


.footer_contens {
	display: none;
}
.footer_contens .block > a {
	font-size: 16px;
	color:#ddd !important;
}
.footer_contens .block li {
	padding:5px 0;
}
.footer_contens .block ul {
	padding-top:10px;
}
.footer_contens .block li a {
	color: #666;
}
.footer_contens .row > div:nth-child(2) {
	margin-top:20px;
}

.footer_site li {
	float: left;
	padding-right: 20px;
	height: 40px;
	line-height:40px;

}

.copyright {
	clear: both;
	text-align:center;
	height: 40px;
	line-height:40px;
}


@media (min-width: 768px) {
	#layout_footer .section .lefter{
		float: left;
	}

	#layout_footer .section .content{
		margin-top: 0px;
	}
	.footer_contens {
		display: block;
	}

	.social_links {
		margin-top:0px;
		float:right;
	}

}
@media (min-width: 992px) {
	.copyright {
		clear:none;
		float: right;
	}
}
@media (min-width: 1200px) {
	.footer_contens .row > div:nth-child(2) {
		margin-top:0px;
	}
}

a.no_line:hover {
	text-decoration: none;
}


.fb-page {
	display: block !important;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	height: 400px;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
	width: 100% !important;
}

/* ---------------------
XO Event Calendar
--------------------- */
.xo-event-calendar {
	width: 100%;
}
.xo-event-calendar .month-event,
.xo-event-calendar .month-event-space {
	/*display: none;*/
}
.xo-event-calendar table {
	text-align: center;
	background: none !important;
}
.xo-event-calendar table.xo-month {
	border: none !important;
}
.xo-event-calendar table.xo-month caption {
	padding-top: .5em !important;
	padding-bottom: .5em !important;
}
.xo-event-calendar table.xo-month > thead th {
	border: none !important;
	color: #fff !important;
	line-height: 4em;
	height: 4em;
	font-weight: normal;
}
.xo-event-calendar table.xo-month td {
	border: none !important;
	color: #fff !important;
	line-height: 1em;
	height: 1em;
}
.xo-event-calendar table.xo-month .month-dayname td div {
	padding: .1em 0 0 0;
	margin: 1px;
	text-align: center;
	font-size: 1em;
}
.xo-event-calendar table.xo-month > caption {
	background: none;
	color:  #fff;
	border-bottom: 1px solid #353535;
}
.xo-event-calendar table.xo-month button {
	color:  #fff;
}
.xo-event-calendar table.xo-month .month-dayname td div.today {
	color: #fff;
	font-weight: normal;
	position: relative;
}
.xo-event-calendar table.xo-month .month-dayname td div.today:after {
	content: '';
	width: 1em;
	height: 2px;
	position: absolute;
	top: 1.5em;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
}
.xo-event-calendar p.holiday-title {
	color: #fff;
	display: inline-block;
	margin-right: 1em;
	font-size: 80%;
}
.xo-event-calendar p.holiday-title span {
	border: none;
	padding: 0 0 0 12px !important;
	margin: 0 3px 0 0 !important;
}
.xo-event-calendar table.xo-month .month-event-title {
	color: #fff !important;
	background: #4b67ad !important;
	border-radius: 0 !important;
}
.xoec-loading .loading-animation {
	border-top: 5px #353535 solid;
}
.cat_xo_event,
span.cat_event {
	color: #4b67ad;
}
.content_event .xo-event-meta {
	padding: 0 0 2em !important;
}
.content_event .eo-event-date {
	font-size: 24px;
	line-height: 1.6;
}
.content_event p.link {
	margin: 1em 0;
	font-size: 20px;
}
@media (max-width: 768px) {
	.content_event .eo-event-date,
	.content_event p.link {
		font-size: 18px;
	}
}
.content_event iframe {
	width: 100% !important;
	height: 380px !important;
	margin: 1em auto;
}
.content_event img {
	width: 75%;
	display: block;
	margin: 1em auto;
}
@media (max-width: 768px) {
	.content_event img {
		width: 100%;
	}
}
