@charset "utf-8";

@import url("base.css");
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP&display=swap');
/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/

.times {
	font-family: 'Times', sans-serif;
}
.hanna {
	font-family: 'Hannari', sans-serif;
}
body {
	background: url("/public/osechi/pbo/_assets/img/bg.jpg?v4") center center repeat-x;
	font-size: 13px;
	line-height: 1.7;
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
.inner {
	width: 100%;
	margin: 0 auto;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.txtRed{
	background-color:#ff0000;
	width:200px;
	height:30px;
	color:#ffffff;
	font-size:10px;
	padding:3px;
	margin:5px
}
.txtBlue{
	background-color:#b0c4de;
	width:200px;
	height:30px;
	color:#ffffff;
	font-size:10px;
	padding:3px;
	margin:5px
}
.pc {
	display: block;
}
.sp {
	display: none;
}
/* HEADER */
#header {
	width: 100%;
	position: fixed;
	color: #fff;
	background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0));
	z-index: 9;
	transition: all .5s;
	z-index: 9999;
}
#header .inner {
	width: 1285px;
	padding: 25px 29px 42px 0;
	
}
#header .logoText {
	float: left;
	width: 210px;
	margin-top: 15px;
	line-height: 1.3;
	font-weight: normal;
	text-align: left;
}
#header a {
	color: #fff;
	display: block;
	
}
#header .headInfo {
	float: right;
	text-align: right;
}
#header .headInfo .headMenu, 
#header .headInfo .headContact {
	display: inline-block;
	vertical-align: bottom;
}
#header .headInfo .headMenu .menu {
	display: inline-block;
	vertical-align: middle;
}
#header .headInfo .headMenu .menu li {
	display: inline-block;
	vertical-align: top;
}
#header .headInfo .headMenu .menu li+li {
	margin-left: 20px;
}
#header .headInfo .headMenu .menu li a {
	line-height: 1;
	display: block;
}
#header .headInfo .headMenu .headBtn {
	vertical-align: middle;
	display: inline-block;
	margin-left: 40px;
}
#header .headInfo .headBtn .btnText {
	display: inline-block;
	width: 177px;
	text-align: center;
	margin-left: 5px;
	vertical-align: middle;
	transition: all .5s;
	box-shadow: inset 0 0 0 1px #fff;
}
#header .headInfo .headBtn .btnText:hover{
	box-shadow: inset 0 0 0 2px #fff;
}
#header .headInfo .headBtn .btnText a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	padding: 7px 0;
	letter-spacing: -0.8px;
	transition: all .5s;
}
#header .headInfo .headContact {
	margin-left: 15px;
}
#header .headInfo .headContact .headTel {
	letter-spacing: 1px;
	font-size: 13px;
}
#header .headInfo .headContact .headTel a {
	display: inline-block;
}
#header .headInfo .headContact .social {
	margin-top: 6px;
}
#header .headInfo .headContact .social li {
	width: calc(100%/3);
	float: left;
	text-align: center;
}
#header.sticky {
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	top: 0;
}
#header.sticky a {
	color: #000;
}
#header.sticky .headInfo .headBtn .btnText {
	box-shadow: inset 0 0 0 1px #000;
}
#header.sticky .headInfo .headBtn .btnText:hover {
	background: #000;
}
#header.sticky .headInfo .headBtn .btnText:hover a {
	color: #fff;
}
#header.sticky .headInfo .headContact .headTel {
	color: #000;
}
#header .headInfo .headContact .social li a img.black {
	display: none;
}
#header.sticky .headInfo .headContact .social li a img.white {
	display: none;
}
#header.sticky .headInfo .headContact .social li a img.black {
	display: inline-block;
}
#content {
	/*padding-top: 500px;*/
}
/* CONTACT */
#contact {
	text-align: center;
	margin-top: 65px;
	font-family: 'Noto Serif JP', serif;
}
#contact .textContact {
	line-height: 1.2;
	font-size: 15px;
	letter-spacing: -1px;
}
#contact .telContact {
	font-size: 19px;
	line-height: 1;
	letter-spacing: -1px;
	margin-top: 24px;
}
#contact .telContact a {
	font-size: 33px;
}
#contact .timeContact {
	line-height: 1.3;
}
#contact .noteContact {
	letter-spacing: -2px;
	line-height: 1.2;
}
.btn-common {
	background: #000;
	width: 800px;
	margin: 22px auto;
	text-align: center;
}
.btn-common a {
	display: block;
	color: #fff;
	font-size: 15px;
	padding: 35px 0;
	text-decoration: none;
	position: relative;
	transition: all .5s;
	border: 1px solid transparent;
}
.btn-common a:after {
	content: '\f0da';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	font: normal normal normal 26px/1 FontAwesome;
}
.btn-common a:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}
.btn-common a span {
	display: block;
	line-height: 1.1;
}
.btn-common a span.first-line {
	letter-spacing: 4px;
}
.btn-common a span.second-line {
	font-size: 13px;
	letter-spacing: 1px;
}
/* FOOTER */
#footer {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 21px 0 0;
	height: 135px;
	margin-top: 65px;
	font-family: 'Noto Serif JP', serif;
}
#footer .textWeb {
	font-size: 13px;
}
#footer .logo-footer {
	margin: 4px auto;
	width: 219.68px;
}
#footer .logo-footer span {
	font-size: 13px;
	margin-top: 7px;
	letter-spacing: -0.4px;
	display: inline-block;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer .btnContent {
	text-align: center;
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0;
}

#footer .btnContent .btn-common {
	width: 400px;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	
}
#footer .btnContent .btn-common a {
	padding: 19.5px 0;
	border: 1px solid #fff;
	width: 100%;
	background: #000;

}
#footer .btnContent .btn-common a:hover {
	background: #ffffff;
	color: #000;
	border: 1px solid #000;
}


/*SP STYLE */
@media (max-width: 768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	body.lock {
		overflow: hidden;
		width: 100%;
		position: fixed;
	}
	.inner {
		width: 100%;
	}
	#header .inner {
		width: 100%;
		padding: 2% 3%;
	}

	#header.sticky .headContent .menuSP {
		background: #fff;
		border-color: #000;
	}
	#header.sticky .headContent .menuSP span {
		border-top-color: #000;
	}
	#header .headContent .menuSP {
		position: absolute;
		background: transparent;
		height: 30px;
		width: 30px;
		border-radius: 4px;
		cursor: pointer;
		top: 50%;
		right: 5%;
		transform: translateY(-50%);
		border: 1px solid #fff;
		z-index: 10;
		transition: all .5s;
	}
	#header .headContent .menuSP span {
		width: 24px;
		display: inline-block;
		border-top: 3px solid #fff;
		border-radius: 2px;
		position: absolute;
		transition: all 0.5s;
		left: 50%;
		transform: translateX(-50%);
	}
	#header .headContent .menuSP span:nth-child(1) {
		top: 5px;
	}
	#header .headContent .menuSP span:nth-child(2) {
		top: 12px;
	}
	#header .headContent .menuSP span:nth-child(3) {
		top: 19px;
	}
	/*Show MENU*/
	#header .headContent .active {
		background: transparent;
		border-color: #000;
	}
	#header .headContent .active span {
		border-top-color: #000;
	}
	#header .headContent .active span:nth-child(1) {
		top: 12px;
		transform: translateX(-50%) rotate(45deg);
	}
	#header .headContent .active span:nth-child(2) {
		opacity: 0;
		top: 10px;
	}
	#header .headContent .active span:nth-child(3) {
		top: 12px;
		transform: translateX(-50%) rotate(-45deg);
	}
	#header .logoText {
		margin-top: 0;
	}
	#header .headInfo {
		position: fixed;
		width: 100%;
		text-align: center;
		left: 0;
		top: 0;
		padding: 80px 3%;
		height: 100%;  
		background: rgba(255,255,255,.9);
		z-index: 8;
		overflow-y: auto;
	}
	#header .showMenu {
		background: rgba(255,255,255,0.9);
	}
	#header .headInfo .headMenu .menu li {
		display: block;
		width: 100%;
	}
	#header .headInfo .headMenu .menu li+li {
		margin-left: 0;
		margin-top: 25px;
	}
	#header .headInfo .headMenu .menu li a {
		font-size: 18px;
		color: #000;
		text-transform: uppercase;
	}
	#header .headInfo .headMenu .headBtn {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	#header .headInfo .headBtn .btnText {
		display: block;
		width: 100%;
		width: 200px;
		text-align: center;
		margin-left: 0;
		vertical-align: middle;
		box-shadow: inset 0 0 0 1px #000;
	}
	#header .headInfo .headBtn .btnText:hover{
		box-shadow: inset 0 0 0 2px #000;
	}
	#header .headInfo .headBtn .btnText {
		border-color: #000;
		margin-top: 25px;
	}
	#header .headInfo .headBtn .btnText a {
		color: #000;
	}
	#header .headInfo .headContact {
		margin-left: 0;
		width: 100%;
	}
	#header .headInfo .headContact .social {
		margin-top: 27px;
	}
	#header .headInfo .headContact .social li {
		display: inline-block;
		width: calc(100%/3 - 45px);
		text-align: center;
		float: none;
	}
	#header .headInfo .headContact .social li a img.white {
		display: none;
	}
	#header .headInfo .headContact .social li a img.black {
		display: inline-block;
	}
	.btn-common a:after {
		right: 15px;
		font: normal normal normal 20px/1 FontAwesome;
	}
	#contact {
		margin-top: 20px;
	}
	#contact .inner {
		padding: 0;
	}
	#contact .textContact {
		font-size: 14px;
	}
	#contact .telContact {
		font-size: 16px;
		margin-top: 10px;
		letter-spacing: 1px;
	}
	#contact .telContact a {
		font-size: 24px;
	}
	#contact .btn-common {
		background: #000;
		width: 80%;
		margin: 20px auto;
	}
	#contact .btn-common a {
		font-size: 12px;
		padding: 15px 0;
	}
	#footer {
		padding: 10px 0px 80px 0px;
		margin-top: 40px;
		height: unset;
	}
	#footer .btnContent {
		width: 100%;
	}

	#footer .btnContent .btn-common {
		width: 100%;
	}

}
