@charset "utf-8";
/* CSS Document 
font-family: "Mochiy Pop One", sans-serif;　POP体ひらがな用
font-family: "M PLUS 2", sans-serif;　基本ゴシック
font-family: "Lobster", sans-serif;　かわいい英文字
font-family: "Roboto", sans-serif; 電話番号用
font-family: "Noto Serif JP", serif;　基本明朝体
*/
.sp_nav {
	display: none;
}
span.bk {
	display: inline-block;
}
.sp_br {
	display: none;
}
/****************************************/
#header {
	width: 92%;
	max-width: 1480px;
	min-width: 1024px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.top_logo_area {
	padding: 1rem 0.5rem 0.5rem 2%;
}
.header_logo {
	height: 50px;
	margin: 0;
	display: block;
}
.header_logo img{
	height: 100%;
	width: auto;
	margin: 0;
	object-fit: contain;
}
.top_logo_txt {
	font-size: 0.7rem;
	color: #6c6c6c;
	font-weight: 500;
}
.catchphrase {
	font-family: "Noto Serif JP", serif;
	font-size: 0.8rem;
	color: #6c6c6c;
	font-weight: 500;
}
#header_container {
	margin-right: 10px;
}
/*****/
.top_r_head {
	display: flex;
	min-width: 626px;
}
.tel_box {
	padding: 1rem 1rem 0 0;
	color: #828282;
}
.tel_box h5{
	font-size: 0.7rem;
	font-weight: 500;
}
.tel_box p{
	font-size: 0.7rem;
	font-weight: 500;
}
.tel_number {
	font-family: "Roboto", sans-serif;
	font-size: 2rem;
	font-weight:900;
	padding-left: 24px;
	line-height: 1em;
	background-image: url(../images/tel.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: left center;
}
/******/
.head_contact_btn {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background-color: #ffa00f;
	padding: 0 0.5em 0.8rem 0.5em;
	box-sizing: border-box;
	border-radius: 0 0 16px 16px;
	cursor: pointer;
}
.head_contact_btn:hover {
	background-color: #666;
}
.head_contact_btn .contact_txt {
	font-size: 16px;
	font-weight: 700;
	line-height: 1rem;
	color: #FFF;
	padding-left: 46px;
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: left center;
}
.head_contact_btn .contact_txt_b {
	display: block;
	font-size: 1.5em;
	line-height: 1em;
} 
/*******************************/
.pc_navi {
	box-sizing: border-box;
	padding: 0.5rem 0 0 0;
	background-color: #fff;
	color: #828282;
}
.pc_navi ul{
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
}
.pc_navi li{
	font-family: "M PLUS 2", sans-serif;
	font-weight: 700;
	display: block;
	border-left: solid 1px #ccc;
}
.pc_navi li a{	
	font-size: clamp(0.8rem, 1.1vw, 15px);
	display: inline-block;
	cursor: pointer;
	padding: 0.2em 2em 0.2em 1em;
}
.pc_navi li a:hover {
	color: #CCC;
}
/********************************************************************/
.g_nav {
	display: none;
}
/********************** フッター *************************************/
#footer_top {
	width: 100%;
	background-color: #fff6e9;
}
#footer_container {
	width: 92%;
	max-width: 1480px;
	min-width: 1024px;
	padding-top: 36px;
	box-sizing: border-box;
	margin: 0 auto;
}
/*****/
/**①**/
.footer_actlist {
	width: 35%;
	padding: 0 0 2rem 0;
	max-width: 400px;
	float: left;
	margin-left: 10%;
}
.map_btn a{
	padding: 0.2em;
}
/**②***/
.footer_nav {
	width: 50%;
	float: right;
	min-width: 409px;
}
/****/
#nav_menu-2 {
	box-sizing: border-box;
	padding: 0.5rem 0 0 0;
	color: #828282;
	margin-bottom: 1rem;
}
#nav_menu-2 ul{
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
}
#nav_menu-2 li{
	font-family: "M PLUS 2", sans-serif;
	font-weight: 700;
	display: block;
	border-left: solid 3px #ccc;
}
#nav_menu-2 li a{	
	font-size: 0.9rem;
	display: inline-block;
	cursor: pointer;
	padding: 0.2em 2em 0.2em 1em;
}
#nav_menu-2 li a:hover {
	color: #ff9a01;
}
#nav_menu-3 {
	box-sizing: border-box;
	padding: 0.5rem 0 0 0;
	color: #828282;
}
#nav_menu-3 ul{
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
}
#nav_menu-3 li{
	font-family: "M PLUS 2", sans-serif;
	font-weight: 700;
	line-height: 1em;
	display: block;
	border-left: solid 2px #ccc;
}
#nav_menu-3 li a{	
	font-size: 0.8rem;
	display: inline-block;
	cursor: pointer;
	padding: 0 1em;
}
#nav_menu-3 li a:hover {
	color: #ff9a01;
}
/***③****/
.footer_banner {
	width: 40%;
	margin: 2rem 0;
	text-align: center;
	float: right;
	margin-right: 10%;
}
.footer_banner a {
	margin-bottom: 2rem;
	display: block;
	border-radius: 10px;		
	overflow: hidden;
}
/***④***/
#footer_middle {
	padding: 1rem 0;
	clear: both;
	background-color: #fff;
}
#footer_middle .footer_link{
	width: 92%;
	max-width: 1280px;
	min-width: 1024px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	justify-content: space-around; 
	align-items: center;
}
.footer_link .widget_block  {
	width: 28%;
}
#footer_middle .footer_link a img{
	height: 100%;
	width: 100%;
	max-height: 40px;
}
#footer_middle .footer_link a{
	padding: 0.2em; 
	border-radius: 8px;
	max-height: 40px;
	margin-bottom: 8px;
	display: inline-block;
	overflow: hidden;
	object-fit: contain;
}
/*******/
#footer_under {
	margin: 0;
	width: 100%;
	padding: 0.2em 0;
	background-color: #ff9a01;
	color: #fff;
	text-align: center;
	font-size: 13px;
}


/****************************************************************************************/
.under_container {
	margin: 0;
	padding: 0;
}
.under_contents {
	width: 100%;
	margin: 60px 0 0 0;
	padding-bottom: 60px;
	background-image: url(../images/bg_02.gif);
	background-size: 30px;
	color: #401300;
}
.lixilshop_contents {
	width: 92%;
	max-width: 1480px;
	min-width: 1024px;
	margin: 0 auto;
	padding-top: 24px;
}
.lixil_title_box {
	max-width: 60rem;
	margin: 0 auto;
	padding: 2rem;
	text-align: center;
	background-image: url(../images/flag02.png);
	background-repeat: no-repeat;
	background-size: auto 80%;;
	background-position: bottom right 10%;
}
.lixil_title {
	font-size: 1.6rem;
	margin-bottom: 1rem;
	position: relative;
	padding: 1em 10% 0 15%;
	display: inline-block;
}
.lixil_title:before {
	content: "";
	position: absolute;
	display: inline-block;
    width: 15%;
    height: 100%;
	background-image: url(../images/flag.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
}
.shop_policy {
	font-size: 1.3rem;
	text-align: center;
}
/***********/
.lixilshop_info_container {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	justify-content: space-between;
	width: 98%;
	max-width: 1280px;
	min-width: 1024px;
	padding-top: 30px;
	box-sizing: border-box;
	margin: 20px auto 80px auto;
	background-image: url(../images/lixil_bg.png);
	background-repeat: no-repeat;
	background-size: 72%;
	background-position: top 30px left;
}
.shop_right_area {
	width: 38vw;
	max-width: 512px;
	min-width: 409px;
	
}
.ing2_bill_box {
	padding-top: 350px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: -3vw;
	margin-bottom: 16px;	
	background-image: url(../images/ing2_building.png);
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: bottom 20px right 20px;
}
.gmap_box {
	display: inline-block;
	padding:0.25em 1em;
	border: solid 1px #666;
	border-radius: 4px;
	background-color: #FFF;
}
.ing2_bill_box img {
	width: 60%;
	height: auto;
}
.showroom_img_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.showroom_img_area img {
	width: 32%;
	height: auto;
	border-radius: 16px;
	box-shadow: 4px 5px 9px 0px #979797;
}
.shop_add_area {
	margin-bottom: 1rem;
	margin-left: 6%;
}
.open_info_box {
	display: flex;
	align-items: center;
	padding: 1rem;
	background-color: #FFF5E2;
	border-radius: 16px;
}
.eigyoujikan {
	font-size: 1.4rem;
	font-weight: 700;
	position: relative;
	padding-left: 1rem;
	margin-right: 2rem;
}
.eigyoujikan:before {
	content: "営業時間";
	font-size: 0.8rem;
	font-weight: 500;
	position:absolute;
	padding: 0.25em 0.5em;
	top: -1.5rem;
	left: -0.5em;
	display: inline-block;
	background-color: #feb352;
	border-radius: 1em;
	margin-bottom: 0.5rem;
}
.teikyuubi {
	font-size: 1.2rem;
	font-weight: 700;
	position: relative;
	padding-left: 1rem;
	margin-right: 2rem;
}
.teikyuubi:before {
	content: "定休日";
	font-size: 0.8rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	position:absolute;
	padding: 0.25em 0.5em 0.25em 0.6em;
	top: -1.5rem;
	left: -0.5em;
	display: inline-block;
	background-color: #feb352;
	border-radius: 1em;
}
.shopadd {	
	font-size: 1.2rem;
	font-weight: 700;
	padding-left: 1rem;
}
/**********************************/
.cafe_obi {
	width: 100%;
	background-color: #401300;
	color: #FFF;
}
.middletitle {
	text-align: center;
	line-height: 1.6em;
	font-size: 1.2rem;
	padding: 0.25em 0;
}
.mocomococafe_box {
	width: 70%;
	max-width: 1160px;
	min-width: 1024px;
	margin: 1rem auto 0 auto;
	display: flex;
	align-items: flex-end;
}
.cafe_left {
	width: 65%;
	min-height: 158px;
	padding-left: 158px;
	box-sizing: border-box;	
	background-image: url(../images/mocomococafe.png);
	background-repeat: no-repeat;
	background-size: 150px;
	background-position: left top;
}
.cafenametop {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.cafename {
	font-family: "Noto Serif JP", serif;
	font-size: 3rem;
	line-height: 1em;
}
.name_under {
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	padding-top: 1rem;
}
.instabox {
}
.cafe_insta {	
	height: 2.5rem;
	display: inline-block;
	cursor: pointer;
}
.instabox img{
	height: 100%;
	width: auto;
}
.cafe_right {	
	width: 35%;
	padding-bottom: 1rem;
}
.cafe_menu {
	display: flex;
}
.cafe_menu li {
	display: block;
	width: 19%;
	margin-right: 1%;
	overflow: hidden;
}
.cafe_menu li img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.note_txt {
	line-height: 1em;
	margin-bottom: 0.5rem;
}
.opentime {	
	font-family: "Noto Serif JP", serif;
	font-size: 1.4rem;
	font-weight: 700;
	position: relative;
	padding-left: 5rem;
}
.opentime:before {
	content: "営業時間";
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1em;
	position:absolute;
	padding: 0.2em;
	bottom: 0.2em;
	left: 0;
	display: inline-block;
	border: solid 1px #FFF;
}
.menu_u_txt {
	font-size:0.9rem;
}
/***********************************タブレット*************************************************/
@media screen and (max-width: 1200px) {
/**********************************************************************************************/
	.top_logo_area .cacth_area {
		display: none;
	}
}