@charset "utf-8";

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	/*float: left;*/
	text-align: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	/*float: right;*/
	text-align: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* パンくずリンク */
#bread_crumb { padding:0 0 20px; position:relative; z-index:2; }
#bread_crumb li.home a {
  float:left; height:15px; width:0px; line-height:15px; display:block; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#bread_crumb li.home a span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#bread_crumb li.home a:before {
  font-family:'design_plus'; color:#888; font-size:14px; display:block; position:absolute; top:2px; left:0px;
  width:17px; height:17px; line-height:17px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li.home:after { display:none; }
#bread_crumb li.home a:before { content:'\e90c'; }
#bread_crumb li.home a:hover:before { color:#fff; }
#bread_crumb li { color:#aaa; font-size:12px; display:inline-block; padding:0 15px 0 0; margin:0 15px; line-height:160%; position:relative; }
#bread_crumb li:first-child{ margin-left: 0; }
#bread_crumb li:after {
  font-family:'design_plus'; content:'\e910'; color:#aaa; font-size:9px; display:block; position:absolute; left:-20px; top:-1px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li a { color:#888; display: inline;}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	/*margin: 0 0 1.5em;*/
	margin: 0 0 40px;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
/* .comment .children { margin-left: 1.5em; }*/

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */


.col-sm-38 {
  width: 100%;
  }

.col-sm-offset-3 {
  margin-left: 0;
  }

#block4_background {
    background-color:#000;
    padding-top: 40px;
    padding-bottom: 40px;
  }

.site-navigation {
  background-color: #222222!important;
  opacity: 0.9;
  }

#main-menu>li>a {
  color: #fff!important;
  }


/* スマホ用開始 */

@media only screen and (max-width: 771px) {
 	.col-xs-90 {
    width: 100%!important;
	}
	#logo-area {
		padding-top:0px!important;
	}
	.video_section {
    width: 100%!important;
    position: relative;
    overflow: hidden;
	background-color: #f2f2f2;
    display: inline-block;
    /* background-image: linear-gradient(45deg, rgba(0,0,0,.1) 20%, rgba(0,0,0,.3) 50%); */
    background-size: 2px 2px;
    }

	.video_top {
  	width:100%!important;
  	overflow: hidden;
    /* opacity: 0.3; */
    display: block;
    }

	.row {
	margin-right: 0px;
    margin-left: 0px;
	}
	.row1 {
	margin-top:15px;
	}
	.brand_row1, .brand_row2 {
		text-align:center;
		margin-top: 40px;
	}
	.brand_row1 img, .brand_row2 img {
		width:75%;
	}
	#home_recruit {
		background-image:url('https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/10/8f9458733877f0e761eca271b63e7729.png');
		height:135px;
		padding-top: 8px;
		text-align:center;
		position: relative;
		background-size:100% auto;
		width: 100%;
		}
	#home_recruit span {
		font-size: 22px;
		color:#fff;
		text-decoration:none;
		position: absolute;
		left: 33%;
		}
	#home_recruit::before{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0,0,0,0.5);
		}
	.home_shop_list {
		width:100%;
		text-align:center;
		padding-top:10px;
	}
	.home_shop_list_parts {
		padding-bottom: 19px;
	}
	.home_news {
		background-image:url('https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/09/3b0368e4df35e49a9d3b07c7f5cc8e06.png');
		background-repeat: no-repeat;
		padding-top:40px;
		padding-left:15px;
		padding-right:15px;
		position: relative;
		height:810px;
		position:relative;
		overflow:hidden;
		}
	.home_news_back {
		background-color: rgba(0,0,0,0.5);
		position:	absolute; /* 絶対位置指定 */
		width: 90%;
		}
	#home_news_h2 {
		height:90px!important;
	}
	.second-body {
    margin-top: -70px!important;
	}
	.amore-welcome-top {
    margin-bottom: -30px!important;
	}

#news_archive_h3{
  background-image: url("https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/09/954ee639b3bef6e1427d8d18afba1750.png");
  padding-top:50px;
  padding-bottom:50px;
  padding-left:35px;
  height: 170px;
  font-size: 22px;
  margin-top: 35px!important;
  font-weight:bold;
    background-position: top right;
	}
#news_detail_h3{
  background-image: url("https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/09/954ee639b3bef6e1427d8d18afba1750.png");
  padding-top:70px;
  padding-bottom:50px;
  padding-left:35px;
  height: 170px;
  font-size: 22px;
  margin-top: 44px!important;
  font-weight:bold;
	}
	#saiyou_info h2 {
	font-size:22px;
	line-height:30px;
	}
	.over_brand_shop {
		text-align:center;
	}
	.over_brand_shop img{
		width:80%;
		padding-top:20px;
		padding-bottom:20px;
	}
	.brand_shop li {
		text-align:center;
        list-style: none;
		padding-bottom: 15px;
	    font-size: 18px;
	}
	.brand_shop li a{
		color:#000;
		font-weight:bold;
	}
	.brand_shop ul {
		padding-left:0px;
		z-index: 10000;
	}
	.brand_message {
		padding: 50px 5px 50px 5px;
	}
	.brand_message p{
		font-size: 15px;
		line-height:40px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.brand_menu_food_sakaba_haruta {
		background-image: url(https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/10/cdf7980c36c5253310ac3e268640104f.png);
		background-repeat: no-repeat;
		padding-top: 90px;
		padding-left: 25px;
		padding-right: 50px;
		position: relative;
		height: 750px;
		background-position: right 10% bottom 10%;
	}
	.brand_menu_drink_sakaba_haruta {
		background-image: url(https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/10/20e37cc5f5299a31dfdd19c774006553.png);
		background-repeat: no-repeat;
		padding-top: 90px;
		padding-left: 50px;
		padding-right: 25px;
		position: relative;
		height: 750px;
	}
	 .brand_menu_drink_taishu_sakaba_haruta h2, .brand_menu_drink_bisutoro_haruta h2, .brand_menu_drink_ramen_haruta h2 {
		color:#C01111;
		font-size: 25px;
		line-height: 30px;
		margin-right: 7px;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.brand_menu_food_sakaba_haruta h2,.brand_menu_drink_sakaba_haruta h2 {
		color:#C01111;
		font-size: 25px;
		line-height: 30px;
		margin-right: 13%;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.brand_menu_food_ramen_tabushi {
		background-image: url(https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/10/2185cdc3148f5208237fcb726bb2084a.png);
		background-repeat: no-repeat;
		padding-top: 90px;
		padding-left: 25px;
		padding-right: 30px;
		position: relative;
		height: 750px;
		background-position: right 10% bottom 10%;
	}
	.brand_menu_food_ramen_haruta {
		background-image: url(https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/10/b1ce7cff01190fffff398ada837b25d5.png);
		background-repeat: no-repeat;
		padding-top: 90px;
		padding-left: 25px;
		padding-right: 30px;
		position: relative;
		height: 750px;
		background-position: right 10% bottom 10%;
	}
	.brand_menu_drink_ramen_haruta {
		background-image: url(https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/10/b1ce7cff01190fffff398ada837b25d5.png);
		background-repeat: no-repeat;
		padding-top: 90px;
		padding-left: 25px;
		padding-right: 30px;
		position: relative;
		height: 750px;
		background-position: right 10% bottom 10%;
	}
	.brand_menu_food_taishu_sakaba_haruta {
		background-image: url(https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/10/b1ce7cff01190fffff398ada837b25d5.png);
		background-repeat: no-repeat;
		padding-top: 180px;
		padding-left: 25px;
		padding-right: 30px;
		position: relative;
		height: 750px;
		background-position: right 10% bottom 10%;
	}
	.brand_menu_drink_taishu_sakaba_haruta {
		background-image: url(https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/10/b1ce7cff01190fffff398ada837b25d5.png);
		background-repeat: no-repeat;
		padding-top: 90px;
		padding-left: 25px;
		padding-right: 30px;
		position: relative;
		height: 750px;
		background-position: right 95% bottom 10%;
	}
	.brand_menu_food_bisutoro_haruta {
		background-image: url(https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/10/b1ce7cff01190fffff398ada837b25d5.png);
		background-repeat: no-repeat;
		padding-top: 90px;
		padding-left: 25px;
		padding-right: 30px;
		position: relative;
		height: 750px;
		background-position: right 10% bottom 10%;
	}
	.brand_menu_drink_bisutoro_haruta {
		background-image: url(https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/10/b1ce7cff01190fffff398ada837b25d5.png);
		background-repeat: no-repeat;
		padding-top: 90px;
		padding-left: 25px;
		padding-right: 30px;
		position: relative;
		height: 750px;
		background-position: right 66% bottom 10%;
	}
	.brand_menu_food_ramen_tabushi h2 {
		color:#C01111;
		font-size: 25px;
		line-height: 30px;
		margin-right: 7px;
		margin-top: 25px;
		margin-bottom: 30px;
	}
	.brand_menu_food_ramen_haruta h2 {
		color:#C01111;
		font-size: 25px;
		line-height: 30px;
		margin-right: 7px;
		margin-top: 80px;
		margin-bottom: 30px;
	}
	.brand_menu_food_taishu_sakaba_haruta h2 {
		color:#C01111;
		font-size: 25px;
		line-height: 30px;
		margin-right: 7px;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.brand_menu_food_bisutoro_haruta h2 {
		color:#C01111;
		font-size: 25px;
		line-height: 30px;
		margin-right: 7px;
		margin-top: 35px;
		margin-bottom: 30px;
	}
	.brand_menu_back {
		background-color: rgba(255,255,255,0.8);
		height: 410px;
		padding-top: 40px;
	}
	.brand_menu_back_taishu_sakaba_haruta {
		background-color: rgba(255,255,255,0.8);
		height: 350px;
	}
	.brand_menu_back_bisutoro_haruta {
		background-color: rgba(255,255,255,0.8);
		height: 350px;
	}
	.brand_menu_back_ramen_haruta {
		background-color: rgba(255,255,255,0.8);
		height: 480px;
	}
	.shop_info_parts {
		background-color:#fff;
		margin-left:5%;
		margin-right:5%;
		margin-bottom: 10px;
		font-family: serif;
	}
	.shop_info {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.shop_info h2 {
		padding-top:23px;
		font-size:20px;
		color:#C01111;
		font-weight:bold;
		padding-left:10px;
		line-height:20px;
		padding-right: 5px;
	}
	.shop_info p {
		padding-left: 20px;
		padding-right: 20px;
	}
	.map_link {
		background-color:#C01111;
		text-align:center;
		margin-left: 20px;
		margin-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#shop1,#shop2,#shop3,#shop4,#shop5,#shop6,#shop7,#shop8,#shop9 {
		margin-top:-50px;
		padding-top:75px;
	}
	#brand_pic {
		height: 300px!important;
	}
	#brand {
		height:300px!important;
	}
	#pc_only {
		display:none;
	}
	.second-body {
    width: 100%!important;
	}

	.sakaba_haruta_product {
		margin-top:20px;
		display: inline-block;
    	height: 205px;
		line-height: 27px;
		font-weight: 1000;
	}
	.ramen_tabushi_product, .ramen_haruta_product {
		display: inline-block;
		line-height: 20px;
		width: 75%;
		font-weight: bold;
		padding-left: 5%;
	}
	.taishu_sakaba_haruta_product, .bisutoro_haruta_product {
		display: inline-block;
		line-height: 20px;
		width: 80%;
		font-weight: bold;
		padding-left: 3%;
	}
	.menu-item a:hover {
		color:#fff!important;
	}
	#menu_tate {
		writing-mode: vertical-rl;
		text-orientation: upright;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-o-writing-mode: vertical-rl;
	}
	.insta_btn2{/*ボタンの下地*/
	  color: #FFF;/*文字・アイコン色*/
	  border-radius: 7px;/*角丸に*/
	  position: relative;
	  display: inline-block;
	  height: 50px;/*高さ*/
	  width: 190px;/*幅*/
	  margin: 0 auto;
	  font-size: 25px;/*文字のサイズ*/
	  line-height: 50px;/*高さと合わせる*/
	  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
	  overflow: hidden;/*はみ出た部分を隠す*/
	  text-decoration:none;/*下線は消す*/
	}

	.insta_btn2:before{/*グラデーション②*/
	  content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;/*全体を覆う*/
	  height: 100%;/*全体を覆う*/
	  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
	  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
	}

	.insta_btn2 .fa-instagram{/*アイコン*/
	  font-size: 35px;/*アイコンサイズ*/
	  position: relative;
	  top: 4px;/*アイコン位置の微調整*/
	}

	.insta_btn2 span {/*テキスト*/
	  display:inline-block;
	  position: relative;
	  transition: .5s
	}

	.insta_btn2:hover span{/*ホバーで一周回転*/
	  -webkit-transform: rotateX(360deg);
	  -ms-transform: rotateX(360deg);
	  transform: rotateX(360deg);
	}
	body {
	  position: relative;
	}

	.floating {
	  position: fixed;
	  right: 10px;
	  bottom: 10px;
	}

	.floating a {
	  display: block;
	  color: #fff;
	  background: #666;
	  padding: 8px;
	  text-decoration: none;
	}
	.footer_fix_btn {
	  position:fixed;
	  bottom:0;
	  width:100%;
	  padding:5px 0 5px 0;
	  text-align:center;
	}
	.footer_fix_btn a {
	  display:block;
	  width:98%;
	  text-decoration:none;
	}
	.footer_fix_btn a:hover {
	  opacity:0.8;
	}
	.sp_footer {
		background-color:#222;
	}
	.page-nosidebar-change {
		height: 60px;
	}
	#pc_only, .pc_only  {
		display:none;
	}
	p.recruit1 {
		text-align:center;
		font-size:120%;
		font-weight:bold;
		margin-bottom:15px;
	}
	p.recruit2 {
		text-align:center;
		line-height:30px;
		font-size:120%;
	}
	span.recruit3 {
		font-size:100%;
		color:#319c39;
		font-weight:bold;
	}
	p.recruit4 {
		text-align:center;
		line-height:30px;
		margin-bottom:15px;
		font-size:120%;
	}
}

/* スマホ以外開始 */

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


	p.recruit1 {
		text-align:center;
		font-size:250%;
		font-weight:bold;
		margin-bottom:15px;
	}
	p.recruit2 {
		text-align:center;
		line-height:50px;
		font-size:200%;
	}
	span.recruit3 {
		font-size:120%;
		color:#319c39;
		font-weight:bold;
	}
	p.recruit4 {
		text-align:center;
		line-height:50px;
		margin-bottom:15px;
		font-size:200%;
	}

#slider {
      height: 300px!important;
  }

#shop_h2 {
  padding-top: 130px!important;
  }

#shop{
  opacity: 1;
  background: transparent;
  height: 370px!important;
  }

.cate a {
    color: #5cb85c!important;
    text-decoration: underline;
    padding: 3px;
  }

#news_archive_h3, #news_detail_h3{
  background-image: url("https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/09/954ee639b3bef6e1427d8d18afba1750.png");
  padding-top:100px;
  padding-bottom:50px;
  padding-left:200px;
  height: 300px;
  font-size: 50px;
  background-size:100% auto;
  font-weight:bold;
  }

.video_top {
  width:100%;
  /* opacity: 0.3; */
  display: block;
  }

.video_section {
    background-color: #f2f2f2;
    display: inline-block;
    /* background-image: linear-gradient(45deg, rgba(0,0,0,.1) 20%, rgba(0,0,0,.3) 50%); */
    background-size: 2px 2px;
  }
#top_catch_slider {
	height:1500px!important;
	}
#top_pattern2 {
	padding-top:900px;
	}
.brand_row1 {
	width:29%;
	float:left;
	text-align:center;
	margin: 10px 2% 10px 2%;
	}
.brand_row2 {
	width: 44%;
	float:left;
	text-align:center;
	margin: 10px 2% 10px 2%;
	}
.row1 {
	margin-top: 30px;
	margin-left: 3%;
    margin-right: 3%;
	}
.row2 {
	margin-left:170px;
	margin-right:170px;
	width: 70%;
	}
#home_recruit {
	background-image:url('https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/10/8f9458733877f0e761eca271b63e7729.png');
	height:360px;
	padding-top: 150px;
	text-align:center;
	position: relative;
	background-size:100% auto;
	margin-top: -10px;
	}
#home_recruit span {
	font-size: 60px;
	color:#fff;
	text-decoration:none;
	position: absolute;
	left: 40%;
	}
#home_recruit::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	}
#saiyou {
	width:100%;
	}
.home_shop_list {
	width:500px;
	margin: 0 auto;
	}
.home_shop_list_parts {
	width:250px;
	float:left;
	padding-bottom: 19px;
	text-align: center;
	}
.home_news {
	background-image:url('https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/09/3b0368e4df35e49a9d3b07c7f5cc8e06.png');
	background-repeat: no-repeat;
	padding-top:90px;
	padding-left:90px;
	padding-right:220px;
	position: relative;
	margin-left: 110px;
	height:1000px;
	position:relative;
	}
.home_news_back {
	background-color: rgba(0,0,0,0.5);
	position:	absolute; /* 絶対位置指定 */
	width: 900px;
	}
.news_archive {
	padding-left:100px;
	}
#home_news_h2 {
	padding-left:60px;
	padding-top: 50px;
	}
	.home_shop {
		width:60%;
	}
	#footer_center {
    padding-left: 60px;
	}
	.saiyou_pic_parts {
		width: 33%;
		float:left;
		padding-right: 1%;
    	padding-left: 2%;
	}
	.saiyou_pic {
		margin-top: 20px;
	}
	#saiyou_info {
		width: 60%;
    	margin-left: 230px;
	}


	.brand_shop li {
		float:left;
		padding-right: 39px;
        list-style: none;
		left: -50%;
		position: relative;
	}
	.brand_shop li a{
		color:#000;
		font-weight:bold;
	}
	.brand_shop ul {
		position: relative;
		left: 48%;
		float: left;
	}
	.brand_shop {
		position: relative;
		overflow: hidden;
	}
	.over_brand_shop {
		text-align:center;
	}
	.over_brand_shop img{
		width:30%;
		padding-top:20px;
		padding-bottom:20px;
	}
	.brand_message {
		padding: 50px 11% 50px 11%;
	}
	.brand_message p{
    font-size: 28px;
    line-height: 45px;
		font-family:serif;
	}
	.brand_menu_food_sakaba_haruta {
		background-image: url(https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/10/cdf7980c36c5253310ac3e268640104f.png);
		background-repeat: no-repeat;
		padding-top: 90px;
		padding-left: 90px;
		padding-right: 220px;
		position: relative;
		margin-left: 11%;
		margin-right: 11%;
		height: 750px;
		position: relative;
	}
	.brand_menu_drink_sakaba_haruta {
		background-image: url(https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/10/cdf7980c36c5253310ac3e268640104f.png);
		background-repeat: no-repeat;
		padding-top: 90px;
		padding-left: 260px;
		padding-right: 220px;
		position: relative;
		margin-left: 11%;
		margin-right: 11%;
		height: 750px;
		position: relative;
	}
	.brand_menu_food_sakaba_haruta h2, .brand_menu_drink_sakaba_haruta h2 {
		color:#C01111;
		font-size: 30px;
		padding-left:30px;
		margin-right: 130px;
		text-align:center;
	}
	.brand_menu_food_ramen_tabushi {
		background-image: url(https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/10/cdf7980c36c5253310ac3e268640104f.png);
		background-repeat: no-repeat;
		padding-top: 90px;
		padding-left: 180px;
		padding-right: 220px;
		position: relative;
		margin-left: 11%;
		margin-right: 11%;
		height: 750px;
		position: relative;
	}
	.brand_menu_food_ramen_haruta {
		background-image: url(https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/10/cdf7980c36c5253310ac3e268640104f.png);
		background-repeat: no-repeat;
		padding-top: 90px;
		padding-left: 180px;
		padding-right: 220px;
		position: relative;
		margin-left: 11%;
		margin-right: 11%;
		height: 750px;
		position: relative;
	}
	.brand_menu_food_ramen_tabushi h2, .brand_menu_food_ramen_haruta h2 {
		color:#C01111;
		font-size: 30px;
		padding-left:30px;
		margin-right: 130px;
		text-align:center;
	}
	.brand_menu_food_taishu_sakaba_haruta {
		background-image: url(https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/10/cdf7980c36c5253310ac3e268640104f.png);
		background-repeat: no-repeat;
		padding-top: 90px;
		padding-left: 100px;
		padding-right: 220px;
		position: relative;
		margin-left: 11%;
		margin-right: 11%;
		height: 750px;
		position: relative;
	}
	.brand_menu_food_bisutoro_haruta {
		background-image: url(https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/10/cdf7980c36c5253310ac3e268640104f.png);
		background-repeat: no-repeat;
		padding-top: 90px;
		padding-left: 100px;
		padding-right: 220px;
		position: relative;
		margin-left: 11%;
		margin-right: 11%;
		height: 750px;
		position: relative;
	}
	.brand_menu_food_taishu_sakaba_haruta h2 {
		color:#C01111;
		font-size: 30px;
		text-align:center;
		margin-top: 30px;
	}
	.brand_menu_food_bisutoro_haruta h2 {
		color:#C01111;
		font-size: 30px;
		text-align:center;
		margin-top: 30px;
	}
	.brand_menu_drink_taishu_sakaba_haruta {
		background-image: url(https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/10/cdf7980c36c5253310ac3e268640104f.png);
		background-repeat: no-repeat;
		padding-top: 90px;
		padding-left: 240px;
		padding-right: 220px;
		position: relative;
		margin-left: 11%;
		margin-right: 11%;
		height: 750px;
		position: relative;
	}
	.brand_menu_drink_bisutoro_haruta {
		background-image: url(https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/10/cdf7980c36c5253310ac3e268640104f.png);
		background-repeat: no-repeat;
		padding-top: 90px;
		padding-left: 240px;
		padding-right: 220px;
		position: relative;
		margin-left: 11%;
		margin-right: 11%;
		height: 750px;
		position: relative;
	}
	.brand_menu_drink_ramen_haruta {
		background-image: url(https://wordpress-staging.green-corporation.jp/wp-content/uploads/2020/10/cdf7980c36c5253310ac3e268640104f.png);
		background-repeat: no-repeat;
		padding-top: 90px;
		padding-left: 240px;
		padding-right: 220px;
		position: relative;
		margin-left: 11%;
		margin-right: 11%;
		height: 750px;
		position: relative;
	}
	.brand_menu_drink_taishu_sakaba_haruta h2 {
		color:#C01111;
		font-size: 30px;
		text-align:center;
	}
	.brand_menu_drink_bisutoro_haruta h2 {
		color:#C01111;
		font-size: 30px;
		text-align:center;
	}
	.brand_menu_drink_ramen_haruta h2 {
		color:#C01111;
		font-size: 30px;
		text-align:center;
	}
	.brand_menu_back {
		background-color: rgba(255,255,255,0.8);
    	position: absolute;
    	width: 700px;
		height: 460px;
	}
	.brand_menu_back_taishu_sakaba_haruta {
		background-color: rgba(255,255,255,0.8);
    	position: absolute;
    	width: 700px;
		height: 400px;
	}
	.brand_menu_back_bisutoro_haruta {
		background-color: rgba(255,255,255,0.8);
    	position: absolute;
    	width: 700px;
		height: 400px;
	}
	.brand_menu_back_ramen_haruta {
		background-color: rgba(255,255,255,0.8);
    	position: absolute;
    	width: 700px;
		height: 500px;
	}
	.shop_info_parts {
		background-color:#fff;
		margin-left:30%;
		margin-right:30%;
		margin-bottom: 30px;
		font-family: serif;
	}
	.shop_info {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.shop_info h2 {
		float:left;
		width:30%;
		margin-top:23px;
		font-size:20px;
		color:#C01111;
		font-weight:bold;
		padding-left:10px;
		line-height:20px;
		padding-right: 5px;
	}
	.shop_info p {
		float:left;
		width: 50%;
		padding-top: 22px;
    padding-bottom: 12px;
	}
	.map_link {
		float:left;
		width:20%;
		background-color:#C01111;
		text-align:center;
	}
	#shop1,#shop2,#shop3,#shop4,#shop5,#shop6,#shop7,#shop8,#shop9 {
		margin-top:-50px;
		padding-top:75px;
	}
	#sakaba_haruta p {
		line-height:60px;
	}
	.sakaba_haruta_product {
		height:260px;
		display: inline-block;
		margin-top: 55px;
		font-size: 18px;
		font-weight: 1000;
	}
	.sakaba_haruta_price {
		font-size: 18px;
		font-weight: bold;
	}
	#ramen_tabushi p{
		margin-left: 200px;
	}
	#ramen_haruta p{
		margin-left: 160px;
	}
	#taishu_sakaba_haruta p {
		margin-left: 190px;
	}
	.ramen_tabushi_product {
		width:260px;
		display: inline-block;
		margin-top: 13px;
		font-size: 18px;
		font-weight: bold;
	}
	.ramen_haruta_product {
		width:340px;
		display: inline-block;
		margin-top: 13px;
		font-size: 18px;
		font-weight: bold;
	}
	.taishu_sakaba_haruta_product, .bisutoro_haruta_product {
		width:300px;
		display: inline-block;
		margin-top: 13px;
		font-size: 18px;
		font-weight: bold;
	}
	.ramen_tabushi_price, .ramen_haruta_price, .sakaba_haruta_price, .bisutoro_haruta_price {
		font-size: 18px;
		font-weight: bold;
	}
	#ramen_tabushi h2, #ramen_haruta h2 {
		padding-left: 0px;
    	margin-right: 0px;
		padding-top: 15px;
	}
	#taishu_sakaba_haruta h2 {
		padding-left: 0px;
    	margin-right: 0px;
		margin-top:30px;
	}
	#menu_tate {
		writing-mode: vertical-rl;
		text-orientation: upright;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-o-writing-mode: vertical-rl;
	}
	ul.footer_menu {
		list-style: none;
		text-align:center;
		padding-inline-start: 0px;
		padding-left: 10%;
    	padding-right: 10%;
	}
	.footer_menu li a {
		color:#fff;
	}
	.footer_menu li {
		float:left;
		width:25%;
	}
	.sp_only, #sp_only {
		display:none;
	}
	.page-nosidebar-change {
		height: 75px;
	}
	.brand_menu {
	margin-left: 11%;
    margin-right: 11%;
	}
}

/* SNSボタン */

/* SNS ボタンのグループ */
.snsButtons {
  margin: 5px;
  padding: 0px;
  text-align: center;
}
.snsButtons a {
  text-decoration: none;
}
/* 各 SNS ボタンのボックス */
.snsButtons li {
  display: inline-block;  /* 水平に並べる */
  list-style-type: none;  /* 先頭のポッチを消す */
  margin: 2px;
  padding: 6px 10px;
  width: 100px;
  color: white;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
/* マウスカーソルを重ねたとき */
.snsButtons li:hover {
  opacity: 0.7;
}
/* クリックしたとき */
.snsButtons li:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}
/* 各 SNS のブランドカラー */
.snsButtons_twitter  { background: #1da1f2; }
.snsButtons_facebook { background: #3b5998; }
.snsButtons_pocket   { background: #ee4056; }
.snsButtons_google   { background: #dd4b39; }

.rss {display:none!important;}