@charset "utf-8";
/* 共通 */
body {
	font-size: 14px;
}
.lp #topicpath {
	display: none;
}

/**************************************/
/* moncoeur */
/**************************************/
.moncoeur {
	background-color: #fef1e0;
}
.moncoeur #contents {
	padding-top: 50px;
}
.moncoeur h2 {
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.4em;
}
.moncoeur h2 a{
	color: #333;
}
.moncoeur a[name] {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}

/* top slider */
.moncoeur_head_wrap {
	margin-top: 50px;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
	background: #fff;
}
.moncoeur_head_wrap .bxslider {
	margin: 0 -20%;
	width: 140%;
}
.moncoeur_head_logo {
	position: absolute;
    bottom: 0;
    z-index: 999;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.moncoeur_head_tel {
	position: absolute;
	z-index: 999;
	top: 10px;
	left: 10px;
}
.moncoeur_head_tel a {
	color: #000;
	font-size: 4.5vw;
	font-style: italic;
}
@media (min-width: 768px) {
	.moncoeur_head_wrap  {
		margin-top: 0;
	}
	.moncoeur_head_wrap .bxslider {
		margin: 0 -10%;
		width: 120%;
	}
	.moncoeur_head_logo {
	    width: 250px;
	}
	.moncoeur_head_tel a {
		font-size: 30px;
	}
}
@media (min-width: 1200px) {
	.moncoeur_head_wrap .bxslider {
		margin: 0;
		width: 100%;
	}
}

/* menu */
@media (min-width: 768px) {
	.moncoeur .navbar-fixed-bottom,
	.moncoeur .navbar-fixed-top {
		position: static;
		right: auto;
		left: auto;
		z-index: auto;
		border: none;
		margin-bottom: 0;
		min-height: 0;
		background: #fff;
	}
	.moncoeur .navbar-nav {
		display: flex;
		justify-content: center;
		float: none;
		margin-bottom: 50px
	}
	.moncoeur .navbar-nav li {
		padding: 0;
	}
	.moncoeur .navbar-nav li:before {
		display: none;
	}
	.moncoeur .navbar-nav li a {
		color: #231911;
		font-size: 20px;
		padding: 0 8px 10px;
		font-family: "freight-big-pro", serif
	}
	.moncoeur .navbar-nav li a:hover {
		color: #4f4741;
		opacity: 0.8;
	}
}

/* column2box */
.column2box {
	margin-bottom: 50px;
}
.img_box img {
	display: block;
	width: 100%;
}
@media (min-width: 768px) {
	.column2box {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.column2box .column2box_item {
		width: calc(50% - 10px);
		margin: 0 auto;
	}
	.column2box.solid .column2box_item {
		max-width: 450px;
	}
}
/* gallery */
#gallery_wrap {
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding: 0 2%;
}
#gallery_inner {
	display: flex;
	flex-wrap: wrap;
	padding-right: 2%;
}
#cms_contents_area .gallery_item {
	display: inline-block;
}
.gallery_item {
	width: calc(94% / 2);
	margin-left: 2%;
	margin-bottom: 2.5%;
}
.gallery_img {
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}
.gallery_img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;';
	transition: transform .5s ease-in-out;
}
.gallery_img img:hover {
	transform: scale(1.1);
}
@media (min-width: 768px) {
	.gallery_item {
		width: calc(92% / 3);
	}
}
@media (min-width: 992px) {
	.gallery_item {
		width: calc(90% / 4);
	}
}
@media (min-width: 1200px) {
	#gallery_wrap {
		padding: 0 2%;
	}
	.gallery_item {
		width: calc(88% / 5);
	}
}

/* staff */
#staff_wrap {
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background-color: #e9e7e1;
	padding: 50px 2%;
	margin-bottom: 50px;
}
#staff_inner {
	max-width: 1140px;
	margin: auto;
}
#staff_wrap h2 {
	margin-top: 0;
}
.staff_box_item {
	margin-bottom: 30px;
}
.staff_box_img {
	width: 250px;
	margin-bottom: 15px;
}
.staff_box_img img {
	display: block;
	width: 100%;
}
.staff_box_txt p br {
	display: none;
}
.staff_name_box {
	margin-bottom: 5px;
}
.staff_name {
	font-size: 22px;
}
.staff_sub {
	color: #666;
	letter-spacing: 0.25em;
}
@media (min-width: 768px) {
	.staff_box_item {
		display: flex;
		justify-content: space-between;
	}
	.staff_box_txt {
		width: calc(100% - 300px);
	}
}
/* menu */
.price_box {
	position: relative;
	background: #fff;
	padding: 25px;
	margin-bottom: 50px;
}
.price_box:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #ccc;
	pointer-events: none;
}
.price_box h2 {
	margin-top: 0;
}
.menu_data dt {
	width: 160px;
	float: left;
	position: relative;
}
.menu_data dt:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 1em;
	display: block;
	width: calc(100% - 1em);
	height: 1px;
	background-color: #aaa;
}
.menu_name {
	position: relative;
	background: #fcfdf5;
	padding :0 0.5em;
}
@media (min-width: 768px) {
	.price_box {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.price_txt {
		width: calc(55% - 10px);
	}
	.price_menu {
		width: calc(45% - 10px);
	}
}
@media (min-width: 992px) {
	.price_box {
		padding: 35px;
	}
}
/* 	RECRUITMENT */
.recruitment_box {
	margin-bottom: 100px;
}
@media (min-width: 768px) {
	table.uborder,
	table.uborder th,
	table.uborder td {
		border: none;
		background: none;
	}
	table.uborder tr {
		border-bottom: 1px solid #dedede;
	}
	table.uborder td {
		color: #888888;
	}
}
/**************************************/
/* midorigaoka */
/**************************************/
.midorigaoka .parts_h_type16 {
	position: relative;
	padding-bottom: 15px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.midorigaoka .parts_h_type16 h2 {
	margin: 0;
}
.midorigaoka .parts_h_type16:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 30px);
	display: block !important;
	width: 60px;
	height: 2px;
	background-color: #1c8a43;
}
.midorigaoka h2 .parts_h_type16_ja,
.midorigaoka h2 .parts_h_type16_en,
.midorigaoka h2 a {
	color: #1c8a43;
}
.midorigaoka h2 .parts_h_type16_ja {
	margin-bottom: 0;
}
.midorigaoka h2 .parts_h_type16_en {
	padding-top: 0px;
}

.midorigaoka h2 a[name] {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}

 /* top slider */
.midorigaoka_head_wrap {
	max-width: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.midorigaoka_head_wrap .bxslider {
	margin: 0 -30%;
	width: 160%;
}
.midorigaoka_head_logo {
	width: 100%;
	position: absolute;
    top: 55%;
    z-index: 999;
    left: 0;
    transform: translateY(-50%);
	color: #fff;
	font-size: 6.5vw;
	font-weight: bold;
	text-shadow: 1px 1px 5px rgba(0,0,0,1);
	text-align: center;
}
@media (min-width: 768px) {
	.midorigaokar_head_wrap  {
		margin-top: 0;
	}
	.midorigaoka_head_wrap .bxslider {
		margin: 0 -15%;
		width: 130%;
	}
	.midorigaoka_head_logo {
		font-size: 5vw;
	}
}
@media (min-width: 1200px) {
	.midorigaoka_head_wrap .bxslider {
		margin: 0;
		width: 100%;
	}
	.midorigaoka_head_logo {
		font-size: 50px;
	}
}
/* about */
.mi_about_img {
	position: relative;
	padding-top: 70%;
}
.mi_about_img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;';
}
.mi_about_txt {
	padding: 15px;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(250, 250, 250, 1) 5px, rgba(250, 250, 250, 1) 10px );
}
.midori_chk li {
	padding: 10px 0 10px 50px !important;
}
.midori_chk li:before {
    width: 30px !important;
    height: 30px !important;
    top: 0 !important;
    left: 0 !important;
	background-color: transparent !important;
    border: 3px solid;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
	color: #1c8a43;
}
.midori_chk li:after {
    content: "";
    width: 8px;
    height: 13px;
    border-bottom: 3px solid;
    border-right: 3px solid;
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 11px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	color: #1c8a43;
}

@media (min-width: 768px) {
	.mi_about_img {
		padding-top: 40%;
	}
}
@media (min-width: 992px) {
	.mi_about_box {
		display: flex;
	}
	.mi_about_box.rl {
		flex-direction: row-reverse;
	}
	.mi_about_img,
	.mi_about_txt {
		width: 50%;
	}
	.mi_about_img {
		padding-top: 0;
	}
	.mi_about_img img {
	}
	.mi_about_txt {
		padding: 60px;
	}
}
/* menu */
@media (max-width: 767px) {
	.midorigaoka .navbar-fixed-bottom,
	.midorigaoka .navbar-fixed-top {
		background: rgba(28, 138, 67, 0.8);
		border-color: transparent;
	}
	.midorigaoka .navbar-inverse .navbar-toggle:focus,
	.midorigaoka .navbar-inverse .navbar-toggle:hover {
		background: transparent;
	}
	.midorigaoka .navbar-fixed-top .navbar-collapse {
		max-height: 100%;
	}
	.midorigaoka .navbar-inverse .navbar-toggle {
		border-color: transparent;
	}
	.midorigaoka .navbar-nav li a {
		color: #fff;
		text-align: center;
	}
	.midorigaoka .navbar-nav li:last-child a {
		font-size: 10px;
		font-weight: normal;
		padding: 5px 12px;
		text-align: center;
		border: 1px solid #fff;
		letter-spacing: 0;
		display: block;
		width: 260px;
		margin: auto;
	}
	.midorigaoka .navbar-nav li:last-child a .m_tel {
		font-size: 18px;
		font-weight: bold;
	}
}
@media (min-width: 768px) {
	.midorigaoka .navbar-fixed-bottom,
	.midorigaoka .navbar-fixed-top {
		background: rgba(28, 138, 67, 0.8);
		border-color: transparent;
	}
	.midorigaoka .navbar-nav {
		display: flex;
		justify-content: center;
		align-items: center;
		float: none;
	}
	.midorigaoka .navbar-nav li {
	}
	.midorigaoka .navbar-nav li:before {
		display: none;
	}
	.midorigaoka .navbar-nav li a {
		color: #fff;
		text-align: center;
		padding: 10px 5px;
	}
	.midorigaoka .navbar-nav li a .en {
		font-size: 16px;
		font-weight: bold;
	}
	.midorigaoka .navbar-nav li:last-child a {
		font-size: 10px;
		font-weight: normal;
		padding: 5px 12px;
		text-align: left;
/*
		background: #ff9704;
		border-radius: 10px;
*/
		border: 1px solid #fff;
		letter-spacing: 0;
		display: block;
	}
	.midorigaoka .navbar-nav li:last-child a .m_tel {
		font-size: 18px;
		font-weight: bold;
	}
}
@media (min-width: 992px) {
	.midorigaoka .navbar-nav li a .en {
		font-size: 18px;
	}
	.midorigaoka .navbar-nav li:last-child a {
		font-size: 13px;
		padding: 5px 16px;
	}
	.midorigaoka .navbar-nav li:last-child a .m_tel {
		font-size: 22px;
	}
}
/* メニュー */
.midori_menu_box + .midori_menu_box {
	margin-top: -1px;
}
.midori_menu_title {
	font-size: 22px;
	font-weight: bold;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 15px 30px 15px 50px;
	background: rgba(28, 138, 67, 0.1);
	position: relative;
}
.midori_menu_title:hover {
}
.midori_menu_title:before {
	content: "";
	position: absolute;
	top: calc(50% - 12px);
	left: 15px;
	display: block;
	width: 5px;
	height: 24px;
	background: #1c8a43;
}
.midori_menu_title p {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.midori_menu_title {
		font-size: 30px;
	}
}
/**************************************/
/* BDP cafe */
/**************************************/
.cafe h2 {
	margin-top: 50px;
}
.cafe h2:before {
	content: "- ";
}
.cafe h2:after {
	content: " -";
}

.cafe h2 a {
    color: #333;
}

.cafe h3 {
    color: #8a6d3b !important;
}

.cafe h5 {
    background: #faeeac;
    padding: 15px;
    border-bottom: none;
    font-weight: bold;
    font-size:130%;
}

 /* top slider */
.cafe_head_wrap {
	max-width: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.cafe_head_wrap .bxslider {
	margin: 0 -40%;
	width: 180%;
}
.cafe_head_logo_box {
	position: absolute;
    top: 50%;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 65%;
	text-align: center;
	background-image: url(/images/cafe/cafe_logo.png);
	background-size: 300px 300px;
    background-repeat: no-repeat;
    background-position: center;
	height: 300px;
}

 /*
.cafe_head_logo_box:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px dashed #aaa;
}
.cafe_head_logo_title {
	font-size: 7.5vw;
	font-weight: bold;
}
.cafe_head_logo {
	width: 45%;
	margin: auto;
}
.cafe_head_logo img {
	width: 100%;
	display: block;
}
.cafe_head_logo_desc {
	font-size: 4vw;
	font-weight: bold;
	margin: 5px auto;
}
 */

table.cafemenu {
    border-color: transparent;
    color:#8a6d3b;
}


table.cafemenu td{
	text-align: right;
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: solid 1px #faeeac;
    border-top:transparent;
	border-left: transparent;
	border-right: transparent;
    background: transparent;
	}
	

table.cafemenu th{
	border-bottom: dotted 2px #fb5144;
	border-top:transparent;
	border-left: transparent;
	border-right: transparent;
	background: transparent;
	}

.box_off{
    margin: auto;
    position: relative;
    padding: 1.5em 2.5em;
    border-top: solid 2px #51281D;
    border-bottom: solid 2px #51281D;
    width: fit-content;
    margin-bottom: 20px;
    margin-top: 20px;
}
.box_off:before, .box_off:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box_off:before {left: 10px;}
.box_off:after {right: 10px;}
.box_off p {
    margin: 0; 
    padding: 0;
    color: #fb5144;
    font-weight: bold;
    font-size: x-large;
    text-align: center;
}

/* スマホのみ */
@media (max-width: 767px) {
    .cafe_head_logo_box{
        width: 53%;
        background-size: 200px 200px;
    }
    
    .cafe .parts_img_type37_text{
        bottom: 0;
    }
}
    
	
@media (min-width: 768px) {
	.cafer_head_wrap  {
		margin-top: 0;
	}
	.cafe_head_wrap .bxslider {
		margin: 0 -20%;
		width: 140%;
	}
	.cafe_head_logo_box {
		width: 40%;
		padding: 4%;
	}
	.cafe_head_logo_box:before {
		top: 10px;
		left: 10px;
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	}
	.cafe_head_logo_title {
		font-size: 5.5vw;
	}
	.cafe_head_logo {
		width: 45%;
	}
	.cafe_head_logo_desc {
		font-size: 2.5vw;
	}
	

}
@media (min-width: 1200px) {
	.cafe_head_wrap .bxslider {
		margin: 0;
		width: 100%;
	}
	.cafe_head_logo_box {
		width: 300px;
		padding: 3%;
	}
	.cafe_head_logo_title {
		font-size: 3.5vw;
	}
	.cafe_head_logo {
		width: 45%;
	}
	.cafe_head_logo_desc {
		font-size: 1.5vw;
	}
}
/* menu */
@media (max-width: 767px) {
	.cafe .navbar-fixed-bottom,
	.cafe .navbar-fixed-top {
		background: transparent;
		border-color: transparent;
	}
	.cafe .navbar-inverse .navbar-toggle:focus,
	.cafe .navbar-inverse .navbar-toggle:hover {
		background: transparent;
	}
	.cafe .navbar-header {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
	}
	.cafe .navbar-toggle .icon-bar {
	    width: 30px;
	    height: 3px;
		background: #000;
	}
	.cafe .navbar-fixed-top .navbar-collapse {
		max-height: 100%;
		background: rgba(63, 29, 15, 0.9);
	}
	.cafe .navbar-inverse .navbar-toggle {
		border-color: transparent;
	}
	.cafe .navbar-nav li a {
		color: #fff;
		text-align: center;
	}
}
@media (min-width: 768px) {
	.cafe .navbar-fixed-bottom,
	.cafe .navbar-fixed-top {
		position: static;
		right: auto;
		left: auto;
		z-index: auto;
		border: none;
		margin-bottom: 0;
		min-height: 0;
		background: #fff;
	}
	.cafe .navbar-nav {
		display: flex;
		justify-content: center;
		float: none;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.cafe .navbar-nav li {
		padding: 0;
	}
	.cafe .navbar-nav li:before {
		display: none;
	}
	.cafe .navbar-nav li a {
		color: #000;
		font-size: 26px;
		padding: 0 15px 10px;
		font-style: italic;
		position: relative;
	}
	.cafe .navbar-nav li a:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0px;
		left: 35%;
		width: 30%;
		height: 2px;
		background: #000;
	}
		.cafe .navbar-nav li a:hover {
		    color: #000;
		}
}

/* cafe menu */
.cafe_menu_wrap {
	margin: 0 -15px 30px;
	display: flex;
	align-items: center;
}
.cafe_menu_txt {
	width: 50%;
	padding: 1%;
}
.cafe_menu_txt h4 {
	font-size: 16px;
}
.cafe_menu_img {
	width: 50%;
	overflow: hidden;
}
.cafe_menu_img img {
	display: block;
	width: 100%;
	transition: transform .5s ease-in-out;
}
.cafe_menu_img img:hover {
	transform: scale(1.1);
}

.boxshadow3in{
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    border: 1px solid #CCC;
    }

@media (min-width: 768px) {
	.cafe_menu_wrap {
		margin: 0 0 30px;
		justify-content: space-around;
	}
	.cafe_menu_txt,
	.cafe_menu_img {
		width: 40%;
	}
	.cafe_menu_txt h4 {
		font-size: 129%;
	}
}
@media (min-width: 992px) {
	.cafe_menu_txt {
		max-width: 500px;
		padding: 25px;
	}
	.cafe_menu_img {
		max-width: 400px;
	}
}


