@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;　基本明朝体
*/
.pc_navi {
	display: none;
}
span.spbk {
	display: inline-block;
}
.sp_br {
	display: none;
}
/********************************/
#header {
	width: 98%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.top_logo_area {
	padding: 0.2rem 0rem 0.5rem 0;
}
.header_logo {
	height: 40px;
	margin: 0;
	display: block;
}
.header_logo img{
	height: 100%;
	width: auto;
	margin: 0;
	object-fit: contain;
}
.top_logo_txt {
	font-size: 0.6rem;
	color: #6c6c6c;
	font-weight: 500;
}
.catchphrase {
	font-family: "Noto Serif JP", serif;
	font-size: 0.6rem;
	color: #6c6c6c;
	font-weight: 500;
}
/*****/
#header_container {
	margin-right: 50px;
}
.top_r_head {
	display: flex;
}
/******/
.head_contact_btn {
	display: none;
} 
/**********************/
.tel_box {
	padding: 0.2rem 0 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;
}

/********************** ナビメニュー **********************************/
/*----------------------------
*  メニュー開閉ボタン
*----------------------------*/
.g_nav .btn {
	background:transparent url(../images/botan.png) no-repeat 0 0;
	display: block;
	width:50px;
	height: 50px;
	position: fixed;
	top: 25px;
	right: 8px;
	cursor: pointer;	
	transform:translateZ(1px);/* 回避手段 */
	z-index: 999;
}
.g_nav .peke {
	background-position: -50px 0;
}
/*************** navi開閉 ***************************/
.g_nav #nav {
	display: none;
	background-color:rgba(255,220,180,0.9);
	top: 0px;
	right:0;
	width: 90vmin;
	max-width: 450px;
	padding: 5vh 3vmin 100px 3vmin;
	position: fixed;
	z-index: 900;
	white-space: nowrap;
	overflow: hidden;
	color: #6c6c6c;
	transform:translateZ(1px);/* 回避手段 */
}
nav{
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 101;
	height: 100%
}
#nav .scroll_wrapp {	
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 101;
	height: 90vh;
}
.navi_area {
}
#nav .gnav_txt{
	font-size: 1em;
	margin-bottom: 2em;
	line-height: 1.5em;
	width: 100%;
	text-align: center;
}
/*****/
.menu-mainmenu-container {
	background-color: #fffaed;
	border-radius: 16px;
	padding-top: 24px;
}
#nav .nav-ul li a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	cursor: pointer;
	padding-bottom: 1.5em;
	margin-left: 0.5rem;
	margin-bottom: 1.5em;
	padding-left: 24px;
	position: relative;
	border-bottom: dotted 1px #ccc;
}
#nav .nav-ul li a:before {
	content: "";
	position: absolute;
	top: 7px;	
	left: -2px;
	margin: auto;
	width: 14px;
	height: 3px;
	background: #ff9a01;
	vertical-align: middle;
}
#nav .nav-ul li a:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 2px;
	margin: auto;	
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 3px solid #ff9a01;
	border-right: 3px solid #ff9a01;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/************************************/
#drawer_info {
	text-align: center;
	width: 100%;
	background-color: #fffaed;
	border-radius: 16px;
	margin-bottom: 0.5rem;
}
#drawer_info p{	
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2rem;
	padding: 0.5em 0;
	color: #747474;
}
.scroll_wrapp .officeinfo {	
	width: 100%;
	padding: 0.8rem;
	box-sizing: border-box;
	display: block;
	background-color: #fffaed;
	border-radius: 16px;
	margin-bottom: 0.5rem;
}
.scroll_wrapp .officeinfo .office_add02 {
	font-size: 0.8rem;	
	font-weight: 700;
	line-height: 1.2em;
}
.scroll_wrapp .officeinfo .head_dial {
	font-size: 1rem;	
	font-weight: 700;
	line-height: 1.2rem;
	padding: 0.5em 0;
	letter-spacing: 0.1em;
}
.scroll_wrapp .officeinfo .head_fax {
	font-size: 0.8rem;	
	font-weight: 700;
	line-height: 1.2rem;
	letter-spacing: 0.1em;
}
/*************/
.dw_sns_nav {
	width: 80%;
	display: flex;
	justify-content: center;
	margin: 1.5rem auto;
}
.dw_sns_nav .dw_sns_btn {
	display: block;
	width: 40px;
	margin: 0 1rem;
}
.dw_sns_nav .dw_sns_btn a{
	display: block;
}
.dw_sns_nav .dw_sns_btn a img{
	width: 100%;
}
.form_btn_arrea {
	margin: 1rem 0;
	text-align: center;
}
.form_btn_arrea a{
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 0.5em 1.5em;
	text-align: center;
	text-align: center;
	font-size: 1.2rem;
	font-weight:700;
	color: #fff !important;
	background-color: #ff9a01;
	border-radius: 0.5em;
}

/********************** フッター *************************************/
#footer_top {
	width: 100%;
	background-color: #fff6e9;
}
#footer_container {
	width: 100%;
	padding: 16px 3% 0 3%;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.map_btn a{
	padding: 0.2em;
	display: inline-block;
}
/**①**/
.foot_addbox {
	
}
.foot_addbox .wp-block-columns {
	gap: 0 !important;
}
.foot_addbox .add_txt {
	font-size: clamp(0.8em, 1.6vw, 16px);
}
.foot_addbox .wp-block-buttons .wp-block-button__link {
	width: auto !important;
	padding: 0 1em;
}
/**②**/
.footer_nav {
	padding: 0 5%;
}
#nav_menu-2 {
	box-sizing: border-box;
	padding: 0.5rem 0 0 0;
	color: #828282;
	margin-bottom: 1rem;
}
#nav_menu-2 ul{
}
#nav_menu-2 li{
	font-family: "M PLUS 2", sans-serif;
	font-weight: 700;
	display: block;
	border-left: solid 3px #ccc;
	margin-bottom: 1em;
	line-height: 1em;
}
#nav_menu-2 li a{	
	font-size: 0.9rem;
	display: inline-block;
	cursor: pointer;
	padding: 0.2em 2em 0.2em 1em;
}
#nav_menu-3 {
	box-sizing: border-box;
	padding: 0.5rem 0 0 0;
	color: #828282;
}
#nav_menu-3 ul{
}
#nav_menu-3 li{
	font-family: "M PLUS 2", sans-serif;
	font-weight: 700;
	line-height: 1em;
	display: block;
	border-left: solid 2px #ccc;
	margin-bottom: 0.5em;
}
#nav_menu-3 li a{	
	font-size: 0.8rem;
	display: inline-block;
	cursor: pointer;
	padding: 0 1em;
}
/***③****/
.footer_banner {
	width: 80%;
	max-width: 480px;
	min-width: 300px;
	margin: 2rem 0;
	text-align: center;
}
.footer_banner a {
	margin-bottom: 2rem;
	display: block;
	border-radius: 10px;		
	overflow: hidden;
}
/***④***/
#footer_middle {
	padding: 1rem 0 0.5rem 0;
	clear: both;
	background-color: #fff;
}
#footer_middle .footer_link{
	width: 92%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
#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_middle .footer_link a img{
	height: 100%;
	width: 100%;
	max-height: 40px;
}
.footer_link .widget_block  {
	width: 28%;
}
/*******/
#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: 98%;
	margin: 0 auto;
}
.lixil_title_box {
	max-width: 746px;
	margin: 0 auto;
	padding: 2rem 0;
	text-align: center;
	background-image: url(../images/flag02.png);
	background-repeat: no-repeat;
	background-size: 70px;
	background-position: bottom right 5%;
}
.lixil_title {
	font-size: clamp(1.2rem, 3vw, 1.6rem);
	margin-bottom: 1rem;
	position: relative;
	padding: 44px 10% 0 0;
	display: inline-block;
}
.lixil_title:before {
	content: "";
	position: absolute;
	display: inline-block;
    width: 25%;
	max-width: 100px;
    height: 100%;
	background-image: url(../images/flag.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
}
.shop_policy {
	font-size: clamp(1rem, 2.2vw, 1.3rem);
	text-align: center;
}
/***********/
.lixilshop_info_container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: flex-end;
	justify-content: space-between;
	width: 98%;
	padding-top: 30px;
	box-sizing: border-box;
	margin: 0 auto 10px auto;
	background-image: url(../images/lixil_bg_sp.png);
	background-repeat: no-repeat;
	background-size: 72%;
	background-position: top 30px left;
}
.shop_right_area {
	width: 68vmin;
	max-width: 440px;
	min-width: 280px;	
}
.ing2_bill_box {
	padding-top: 350px;
	display: flex;
	flex-wrap: wrap;
	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;
	font-size: 0.9rem;
}
.ing2_bill_box img {
	width: 60%;
	min-width: 200px;
	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-top: 1rem;
}
.open_info_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 1rem 0 0.5rem 0.25rem;
	background-color: #FFF5E2;
	border-radius: 16px;
}
.eigyoujikan {
	font-size: clamp(1rem, 2.2vw, 1.3rem);
	font-weight: 700;
	position: relative;
	padding-left: 1rem;
	margin-right: 1rem;
}
.eigyoujikan:before {
	content: "営業時間";
	font-size: 0.8em;
	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: clamp(1rem, 1.8vw, 1.3rem);
	font-weight: 700;
	position: relative;
	padding-left: 0.5rem;
	margin-right: 0.5rem;
}
.teikyuubi:before {
	content: "定休日";
	font-size: 0.8em;
	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: clamp(0.8rem, 1.4vw, 1.2rem);
	font-weight: 700;
	text-align: center;
}
/**********************************/
.cafe_obi {
	/*display: none;*/
	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: 98%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}
.cafe_left {
	width: 65%;
	min-width: 608px;
	min-height: 158px;
	position: relative;
}
.cafe_left:before {
	content:"";
	width: 20%;
	height: 150px;
	display: inline-block;
	position: absolute;
	box-sizing: border-box;	
	background-image: url(../images/mocomococafe.png);
	background-repeat: no-repeat;
	background-size: 96%;
	background-position: left top;
}
.cafe_logo {
	padding-top: 1rem;
	padding-left: 20%;
}
.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;
	flex-wrap: wrap;
	padding-top: 2rem;
}
.instabox {
}
.cafe_insta {
	height: 2.5rem;
	display: inline-block;
	cursor: pointer;
}
.instabox img{
	height: 100%;
	width: auto;
}
.cafe_right {	
	width: 35%;	
	min-width: 500px;
	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: 3em;
}
.opentime:before {
	content: "営業時間";
	font-size: clamp(0.7rem, 1.2vw, 1.2rem);
	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: 768px) {
/****************************************************************************************/
	
}
/***********************************miniタブレット*************************************************/
@media screen and (max-width: 624px) {
/****************************************************************************************/
	#header_container .top_r_head {
		display: none;
	}
	/**②**/
	.footer_nav {
		display: none;
	}
	.ing2_bill_box {
		padding-top: 280px;
	}
	.cafe_left {
		width: 100%;
		min-width: 280px;
		min-height: 158px;
	}
	.cafe_right {
		width: 100%;
		min-width: 280px;
	}
	.middletitle {
		font-size: clamp(0.85rem, 3vw, 1.2rem);
	}
	.cafenametop {
		font-size: clamp(0.85rem, 3vw, 1.2rem);
	}
	.cafename {
		font-size: clamp(1.3rem, 8vw, 3rem);
	}
	
}
/***********************************SP*************************************************/
@media screen and (max-width: 428px) {
/**************************************************************************************/
	.sp_br {
		display: block;
	}
	.shop_right_area {
		width: 100%;
	}
	.lixilshop_info_container {
		background-image: url(../images/lixil_bg_sp2.png);
		background-size: 72%;
		background-position: top left;
	}
	.ing2_bill_box {
		background-size: 50%;
	}
	.open_info_box { padding: 0.2em 1em;}
	.eigyoujikan { padding-left: 5em; margin-bottom: 0.5em;}
	.teikyuubi { padding-left: 5em; margin-bottom: 0.5em;}
	.eigyoujikan:before { top: 0; }
	.teikyuubi:before { top: 0; }
}