@charset "UTF-8";

/***********************************************
* Header
************************************************/
@media screen and (max-width:768px) {
#header {
	background-color: #EE6F0B!important;
	border-bottom: none;
	height: 54px;
}
}

/***********************************************
* Header Logo
************************************************/
#header h1 img.logo, #header h1 img.logo-sp {
	display: none;
}
@media screen and (max-width:768px) {
#header h1 img.logo-wht {
	display: none;
}
#header h1 img.logo-wht-sp {
	display: inherit;
	position: relative;
	/*z-index: 1;*/
}
}

/***********************************************
* Heading
************************************************/
h2.alpha {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width:600px) {
h2.alpha {
	font-size: 22px;
	font-size: 2.2rem;
}
}

/* ▼ Add 202009 ▼ */

/* APP新規会員登録方法等のお知らせ
---------------------------------------------- */
.bnr-plus.app-regist h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px;
}
@media screen and (max-width:600px) {
	.bnr-plus.app-regist h2 {
		font-size: 20px;
		font-size: 2.0rem;
	}
}

/* ▲ Add 202009 ▲ */

/***********************************************
* Banner Section
************************************************/
.bnr-sec {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	padding: 70px 0;
	text-align: center;
}
@media screen and (max-width:768px) {
.bnr-sec {
	padding: 50px 0;
}
}
@media screen and (max-width:600px) {
.bnr-sec {
	padding: 30px 0;
}
}
.bnr-sec p a {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

/* WFK Club 会員募集 */
#bnr-top01 h2.alpha {
	margin-bottom: 25px;
}

/* オーナー・物件募集 */
#bnr-top02 ul li {
	width: 32%;
	display: inline-block;
	margin: 0 1%;
}
#bnr-top02 ul li img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:768px) {
#bnr-top02 ul li {
	width: 47%;
	margin: 0;
}
}
@media screen and (max-width:600px) {
#bnr-top02 ul li {
	width: 100%;
}
#bnr-top02 ul li:first-child {
	margin-bottom: 4%;
}
}

/* First Kitchen Shop */
#bnr-top03 h2.alpha {
	margin-bottom: 45px;
}
@media screen and (max-width:600px) {
#bnr-top03 h2.alpha {
	margin-bottom: 25px;
}	
}

/* Last Area */
#bnr-top04 ul:first-child {
	margin-bottom: 3.5%;
}
#bnr-top04 ul li {
	display: inline-block;
}
#bnr-top04 ul li img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
#bnr-top04 ul:first-child li {
	width: 48%;
}
#bnr-top04 ul:first-child li:first-child {
	margin-right: 3.5%;
}
#bnr-top04 ul:last-child li {
	width: 32%;
	margin-right: 1.5%;
}
#bnr-top04 ul:last-child li:last-child {
	margin-right: 0;
}
@media screen and (max-width:1199px) {
#bnr-top04 ul:first-child li {
	width: 47%;
}
#bnr-top04 ul:last-child li {
	width: 31%;
}
}
@media screen and (max-width:600px) {
#bnr-top04 ul:first-child {
	margin-bottom: 5%;
}
#bnr-top04 ul li {
	display: block;
}
#bnr-top04 ul:first-child li {
	width: 100%;
}
#bnr-top04 ul:first-child li:first-child {
	margin-right: 0;
	margin-bottom: 5%;
}
#bnr-top04 ul:last-child li {
	width: 100%;
	margin-bottom: 5%;
}
#bnr-top04 ul:last-child li:last-child {
	margin-bottom: 0;
}
}

/* ▼ Add 202009 ▼ */

/* APP新規会員登録方法等のお知らせ
---------------------------------------------- */
.bnr-plus.app-regist {
	margin: 60px auto 0;
}

/* ▼ Add 202304 ▼ */
.bnr-plus.app-regist p:not(:last-of-type) { margin: 0 0 20px; }
/* ▲ Add 202304 ▲ */

@media screen and (max-width:600px) {
	.bnr-plus.app-regist {
		margin: 35px auto 0;
	}
}

/* ▲ Add 202009 ▲ */

/* ▼ Add 202304 ▼ */

/* 感染症予防の取り組みについて
---------------------------------------------- */
.bnr-plus.prevention h3 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 600;
	color: #ffffff;
	background-color: #eb6100;
	display: inline-block;
	padding: 0.5em 1em;
	border-radius: 10px;
	margin: 0 0 10px;
}
.bnr-plus.prevention a {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	color: #000000;
	line-height: 1.4;
	text-decoration: none;
	display: block;
}
.bnr-plus.prevention a:hover { text-decoration: underline; }

@media screen and (max-width:480px) {
	.bnr-plus.prevention h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.bnr-plus.prevention a {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media screen and (max-width:414px) {
	.bnr-plus.prevention h3 {
		font-size: 17px;
		font-size: 1.7rem;
	}
	.bnr-plus.prevention a {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

/* ▲ Add 202304 ▲ */

/***********************************************
* News
************************************************/
.news {
	position: relative;
	width: 100%;
	padding: 60px 0 45px;
}
@media screen and (max-width:768px) {
.news {
	padding: 40px 0 30px;
}
}
@media screen and (max-width:600px) {
.news {
	padding: 25px 0 30px;
}
}

.news h2.alpha {
	margin-bottom: 35px;
}

.news ul {
	width: 31%;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
}
.news ul:last-child {
	margin-right: 0;
}
@media screen and (max-width:600px) {
.news ul {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.news ul:last-child {
	margin-bottom: 0;
}
}

.news ul li img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.news ul li.news-days {
	color: #8d8d8d;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.news ul li.news-days span {
	font-size: 28px;
	font-size: 2.8rem;
}
@media screen and (max-width:480px) {
.news ul li.news-days {
	font-size: 14px;
	font-size: 1.4rem;
}
.news ul li.news-days span {
	font-size: 26px;
	font-size: 2.6rem;
}
}

.news ul li.news-heading {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
	margin-top: 20px;
}
.news ul li.news-heading h3 {
	font-weight: bold;
}
.news ul li.news-heading a {
	color: #000000;
	text-decoration: none;
}
@media screen and (max-width:768px) {
.news ul li.news-heading {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 10px 0 12px;
}
}

.news ul li.news-more {
	position: relative;
	color: #EE6F0B;
	text-align: right;
	padding-right: 2rem;
	margin-top: 15px;
}
.news ul li.news-more a {
	color: #EE6F0B;
	text-decoration: none;
}
.news ul li.news-more:after {
	content: url(../img/icon_top_news_arrow.png);
	position: absolute;
	top: 0;
	right: 0;
	/*
	background-image: url(../img/icon_top_news_arrow.png);
	*/
	width: 17px;
	height: 17px;
}
.news ul li.news-more-sp {
	display: none;
}
@media screen and (max-width:600px) {
.news ul li.news-more {
	display: none;
}
.news ul li.news-more-sp {
	display: block;
	width: 100%;
	height: 30px;
	background-color: #EE6F0B;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 30px;
	text-align: center;
}
.news ul li.news-more-sp a {
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
	display: block;
}
.news ul li.news-more-sp a:after {
	content: url(../img/icon_top_news_arrow_wht.png);
	position: relative;
	top: 3px;
	left: 3px;
	/*
	background-image: url(../img/icon_top_news_arrow.png);
	*/
	width: 16px;
	height: 16px;
}
}

.news p.more-see {
	text-align: center;
	margin: 40px auto 0;
	font-size: 14px;
	font-size: 1.4rem;
	color: #ffffff;
	background-color: #EE6F0B;
	width: 180px;
	height: 34px;
	line-height: 34px;
}
.news p.more-see a {
	color: #ffffff;
	text-decoration: none;
}
.news p.more-see a:after {
	content: url(../img/icon_top_news_arrow_wht.png);
	position: relative;
	width: 16px;
	height: 16px;
	top: 3px;
	left: 3px;
}
@media screen and (max-width:768px) {
.news p.more-see {
	width: 91.33333333%;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: right;
	background: none;
	color: #EE6F0B;
}
.news p.more-see a {
	color: #EE6F0B;
}
.news p.more-see a:after {
	content: url(../img/icon_top_news_arrow.png);
}
}

/***********************************************
* Menu
************************************************/
.menu-top {
	width: 100%;
	position: relative;
	padding: 60px 0 45px;
}
@media screen and (max-width:768px) {
.menu-top {
	padding: 40px 0 30px;
}
}
@media screen and (max-width:600px) {
.menu-top {
	padding: 25px 0 30px;
}
}

.menu-top h2.alpha {
	margin-bottom: 35px;
}

.menu-bnr {
	width: 49%;
	display: inline-block;
}
.menu-bnr:first-child {
	margin-right: 1%;
}
@media screen and (max-width:600px) {
.menu-bnr {
	width: 100%;
	display: block;
}
.menu-bnr:first-child {
	margin-right: 0;
	margin-bottom: 4.33333335%;
}	
}

.menu-bnr li:first-child {
	margin-bottom: 20px;
}
@media screen and (max-width:1199px) {
.menu-bnr li:first-child {
	margin-bottom: 4%;
}
}
@media screen and (max-width:600px) {
.menu-bnr li:first-child {
	margin-bottom: 2%;
}
}

.menu-bnr li img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/***********************************************
* Column
************************************************/
.column {
	position: relative;
	width: 100%;
	background-color: #ffffff; 
}
.column .inner {
	padding: 45px 7%;
	border-radius: 10px;
	box-sizing: border-box;
	background: url(../common/img/pattern_bg.png) repeat 0 0;
}
.column h2 {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.column h2 span {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	display: block;
	color: #7f7f7f;
	margin-top: 10px;
}
.column-item {
	width: 32%;
	margin-right: 1.25%;
	display: inline-block;
}
.column-item:last-child {
	margin-right: 0;
}
.column-item p img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.column-item dl {
	margin-top: 20px;
	font-size: 16px;
	font-size: 1.6rem;
}
.column-item dl dt {
	margin-bottom: 10px;
}
.column-item dl dd {
	line-height: 1.5;
}
.column-item p img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
@media screen and (max-width:768px) {
.column-item {
	width: 32%;
	margin-right: 1%;
}
}
@media screen and (max-width:600px) {
.column h2 {
	font-size: 22.5px;
	font-size: 2.25rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.column h2 span {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	display: block;
	color: #7f7f7f;
	margin-top: 10px;
}
.column-item {
	width: 100%;
	margin: 0 0 35px 0;
	display: block;
}
.column-item:last-child {
	margin-bottom: 0;
}
.column-item dl {
	margin-top: 20px;
	font-size: 13px;
	font-size: 1.3rem;
}
}

/* Initiative & Delivery - Add 202006
============================================== */
.bnr-plus ul {
	width: 100%;
	display: flex;
	display: -webkit-box;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.bnr-plus ul li {
	width: 49%;
}
.bnr-plus ul li a img {
	transition: 0.3s;
}
.bnr-plus ul li a:hover img {
	opacity: 0.7;
}
@media screen and (max-width:600px) {
	.bnr-plus ul {
		display: block;
	}
	.bnr-plus ul li {
		width: 100%;
	}
	.bnr-plus ul li:last-of-type {
		margin: 20px 0 0;
	}
}

/* bxSlider Overwrite - Add 202208
============================================== */
/*
@media screen and (max-width:600px) {
	.bx-wrapper img {
		height: 60vw !important;
		object-fit: cover;
	}
}
*/