@charset "UTF-8";

/*----------------------------------------------------------

yonabaru common css

/*----------------------------------------------------------*/


/*----------------------------------------------------------
Header
/*----------------------------------------------------------*/

#header .siteLogo{
	padding: 0;
	width: auto;
}
#header .siteLogo a{
	font-weight: bold;
	text-decoration: none;
	color: #000;
	overflow: hidden;
	width: auto;
}
#header .siteLogo span{
	float: left;
	letter-spacing: 0;
}
#header .siteLogo img{
	width: 120px;
	float: left;
	padding-top: 3px;
	padding-left: 5px;
}

@media print, screen and (min-width: 768px){
	#header .siteLogo{
		display: block;
	}
	#header .siteLogo span{
		font-size: 10px;
	}
	#header .siteLogo img{
		width: 90px;
		padding-top: 5px;
	}
}

@media print, screen and (min-width: 960px){
	#header .siteLogo a{
		padding-top: 36px;
	}
	#header .siteLogo span{
		font-size: 16px;
		letter-spacing: 1px;
	}
	#header .siteLogo img{
		width: 130px;
		padding-top: 2px;
		padding-left: 6px;
	}
}

/* -------------------------------------------------
  Footer Shop image & access
------------------------------------------------- */
.secFtShop .secFtShopHead{
	text-align: center;
	padding: 50px 0 0px;
}
.secFtShop .secFtShopHead .subTxt{
	position: relative;
	background: #000;
	border-radius: 100px;
	width: 320px;
	height: 44px;
	padding: 3px;
	margin: 0 auto 15px;
}
.secFtShop .secFtShopHead .subTxt::after,
.secFtShop .secFtShopHead .subTxt p::after{
	position: absolute;
	content: "";
	display: block;
	width: 0;
  height: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.secFtShop .secFtShopHead .subTxt::after{
	border-left: 5px solid transparent;
  border-right: 5px solid transparent;
	border-top: 10px solid #000;
	bottom: -10px;
	z-index: 1;
}
.secFtShop .secFtShopHead .subTxt p{
	font-weight: bold;
	border-radius: 100px;
	width: 100%;
	height: 100%;
	background: #FFF1EB;
	font-size: 12px;
	line-height: 38px;
}
.secFtShop .secFtShopHead .subTxt p::after{
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
	border-top: 10px solid #FFF1EB;
	bottom: -6px;
	z-index: 2;
}
.secFtShop .secFtShopHead h2{
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4;
}
.secFtShop .secFtShopHead h2 span{
	display: block;
	color: #F47B45;
}
.secFtShopGallery{
	padding: 30px;
	overflow: hidden;
}
.secFtShopGallery li{
	float: left;
	padding: 1px;
	width: calc(100% / 3);
}
.secFtShopGallery li img{
	vertical-align: top;
}
.secFtShopAccess{
	text-align: center;
}
.secFtShopAccess h3{
	font-weight: bold;
	font-size: 21px;
}
.secFtShopAccess h3 span{
	display: block;
	color: #F47B45;
	font-size: 16px;
}
.secFtShopAccess p{
	font-size: 14px;
	padding: 10px 0;
}
.secFtShop .ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.secFtShop .ggmap iframe,
.secFtShop .ggmap object,
.secFtShop .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media print, screen and (min-width: 960px){
	.secFtShop .secFtShopHead{
		padding: 80px 0 0px;
	}
	.secFtShop .secFtShopHead .subTxt{
		width: 450px;
		height: 50px;
	}
	.secFtShop .secFtShopHead .subTxt p{
		font-size: 17px;
		line-height: 44px;
	}
	.secFtShop .secFtShopHead h2{
		font-size: 34px;
		line-height: 1.4;
	}
	.secFtShop .secFtShopHead h2 span{
		display: inline;
	}
	.secFtShopGallery{
		padding: 40px 0;
		max-width: 1080px;
		margin: 0 auto;
	}
	.secFtShopGallery li{
		padding: 0px;
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.secFtShopGallery li:nth-child(3n){
		margin-right: 0;
	}
	.secFtShopAccess h3{
		font-size: 32px;
	}
	.secFtShopAccess h3 span{
		padding-top: 12px;
	}
	.secFtShopAccess p{
		font-size: 16px;
		padding: 10px 0 15px;
	}
	.secFtShop .ggmap {
		padding-bottom: 36.25%;
		padding-top: 30px;
	}
}

/* -------------------------------------------------
  Footer LINE
------------------------------------------------- */
.secFtLine{
	width: calc(100% - 60px);
	margin: 30px auto;
	border-radius: 10px;
	border: 1px solid #06c755;
	padding: 20px;
	overflow: hidden;
}
.secFtLine a{
	display: block;
	height: 100%;
}
.secFtLine a:hover{
	opacity: 0.6;
}
.secFtLine img{
	float: left;
	width: 40px;
}
.secFtLine .inner{
	float: left;
	width: calc(100% - 40px);
	padding-left: 12px;
}
.secFtLine .inner h2{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
}
.secFtLine .inner p{
	display: none;
}
@media print, screen and (max-width: 320px){
	.secFtLine{
		width: calc(100% - 20px);
	}
	.secFtLine .inner h2{
		font-size: 16px;
	}
}
@media print, screen and (min-width: 768px){
	.secFtLine img{
		width: 100px;
	}
	.secFtLine .inner{
		width: calc(100% - 100px);
		padding-left: 20px;
		padding-top: 10px;
	}
	.secFtLine .inner h2{
		line-height: 1;
		padding-bottom: 5px;
		font-size: 24px;
	}
	.secFtLine .inner p{
		display: block;
		text-decoration: none;
		color: #000;
	}
}
@media print, screen and (min-width: 960px){
	.secFtLine{
		width: 700px;
		margin: 50px auto;
		padding: 30px 50px;
	}
	.secFtLine .inner{
		padding-left: 35px;
	}
	.secFtLine .inner h2{
		padding-bottom: 8px;
		letter-spacing: 1px;
	}
}

/* -------------------------------------------------
contact 	contact
------------------------------------------------- */ 
#secContactBlock .secContactHead .tel{
	display: block;
	background: #fff;
	border-radius: 10px;
	color: #0A0E1F;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 0;
	margin-top: 20px;
}
#secContactBlock .secContactHead .tel .txt{
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
#secContactBlock .secContactHead .tel .num{
	padding-left: 38px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/shops/yonabaru/common/img/icon/ico-tel.svg);
	background-size: 30px;
	font-size: 28px;
}
#secContactBlock .secContactHead .btnContact{
	border-radius: 10px;
	margin-top: 20px;
}
@media print, screen and (max-width: 320px){
	#secContactBlock .secContactHead .br375{
		display: none;
	}
}
@media print, screen and (min-width: 768px){
	#secContactBlock .secContactHead {
		overflow: hidden;
	}
	#secContactBlock .secContactHead .tel{
		float: left;
		width: 48%;
		height: 80px;
		padding-bottom: 0;
	}
	#secContactBlock .secContactHead .btnContact{
		float: right;
		width: 48%;
	}
}
@media print, screen and (min-width: 960px){
	#secContactBlock .secContactHead .tel{
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 450px;
		margin-right: 25px;
		height: 109px;
		padding-top: 18px;
	}
	#secContactBlock .secContactHead .btnContact{
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 450px;
		line-height: 109px;
		height: 109px;
	}
	#secContactBlock .secContactHead .tel .num{
		padding-left: 54px;
		background-size: 42px;
		font-size: 36px;
	}
}

/*======================================================= 	
PAGE | DETAIL | よなばる独自対応 	
-------------------------------------------------------*/ 
#contents_support{
	display: none; 
}
#contents_security .inner::after{
	display: none;
}
#column{
	display: none;
}
