/*
Theme Name: Biwako
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese');

/*reset*/
html,body,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
	line-height: 1;
}
ul,ol {
	margin: 0;
	padding: 0;
	list-style:none;
}
small {
	font-size:100%;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	color:#000;
	font-size:14px;
	/*-webkit-text-size-adjust: 100%;	*/
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	-webkit-transition: opacity  .3s ease;
    -moz-transition: opacity  .3s ease;
    -ms-transition: opacity  .3s ease;
    -o-transition: opacity  .3s ease;
    transition: opacity  .3s ease;
}

a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:none;
	opacity: 0.5;
}
a:active {
	color:#000;
	text-decoration:none;
}
img {
	border:none;
}

.w1040 {
	width: 1040px;
	min-width: 1040px;
	margin: 0 auto;
}

.w1336 {
	width: 1336px;
	min-width: 1336px;
	margin: 0 auto;
}

.w1370 {
	width: 1370px;
	min-width: 1370px;
	margin: 0 auto;
}

.w1440 {
	width: 1440px;
	min-width: 1440px;
	margin: 0 auto;
}

.w900 {
	width: 900px;
	min-width: 900px;
	margin: 0 auto;
}

.showOnSp {
	display: none;
}

/* start about biwako home*/
.aboutBiwakoHomeImg {
	position: relative;
}

.aboutBiwakoHomeImg:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(62,58,57,0.8);
}

.aboutBiwakoHomeImg img {
	width: 100%;
	border: 5px solid #fff;
}

.aboutBiwakoHomeImg .btnBlack img {
	border: none;
}

.aboutBiwakoHome .aboutBiwakoHomeContent{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.aboutBiwakoHome .biwakoTitle {
	background: none;
	color: #fff;
	padding-top: 0;
}

.aboutBiwakoHomeDesc {
	color: #fff;
	font-size: 14px;
	line-height: 2;
	margin-top: 10px;
}

.aboutBiwakoHomeContent .btnBlack {
	width: 460px;
	background: #fff;
	border-color: #fc902d;
	margin-top: 35px;
}

.aboutBiwakoHomeContent .btnBlack img {
	top: -1px;
}

.aboutBiwakoHomeItem h3 {
	font-size: 24px;
	color: #fff;
	margin-top: 15px;
}

.aboutBiwakoHomeItem .btnBlack {
	width: 250px;
	border-color: #fff;
	margin-top: 17px;
}

.aboutBiwakoHomeItem {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.aboutBiwakoHomeItem li {
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	margin-bottom: 80px;
}

.showroomMain.conceptBiwakoHome {
	margin-bottom: 20px;
}

.aboutBiwakoHomeNumber {
	color: #fc902d;
	font-size: 92px;
	font-weight: 300;
	font-family: 'Teko', sans-serif;
	position: absolute;
	top: -38px;
	left: 30px;
}

/* end about biwako home*/

/* start contact info */
.contactInfo {
	background: #dededc;
	padding: 75px 0;
    margin-top: 60px;
}

.contactInfo .w1040 {
	display: flex;
}

.contactInfo .contactLeft, .contactInfo .contactRight {
	width: 50%;
	display: inline-block;
}

.contactInfo .contactTitle {
	font-family: 'Teko', sans-serif;
	font-size: 60px;
	margin-left: 4px;
	letter-spacing: 4px;
}

.contactInfo .contactUs {
	font-size: 20px;
	position: relative;
	margin-left: 4px;
}

.contactInfo .contactUs:after {
	content: '';
	position: absolute;
	bottom: -16px;
	left: -2px;
	height: 2px;
	width: 50px;
	background: #fc902d;
}

.contactInfo .description {
	font-size: 18px;
	margin-top: 30px;
	line-height: 1.5;
}

.contactInfo .contactTel {
	font-family: 'Teko', sans-serif;
	font-size: 72px;
	color: #fc902d;
	margin-top: 10px;
}

.contactInfo .contactOpening {
	font-size: 16px;
}

.contactInfo .contactAddr {
	font-size: 16px;
	margin-top: 25px;
	margin-left: -8px;
}

.contactInfo .contactBlock1, .contactInfo .contactBlock2 {
	border: 2px solid #fc902d;
	width: 98%;
	float: right;
	position: relative;
}

.contactInfo .contactBlock1 a,
.contactInfo .contactBlock2 a{
	display: block;
}

.contactInfo .contactBlock1 {
	height: 160px;
}

.contactInfo .contactBlock2 {
	margin-top: 32px;
	padding: 20px 0 28px 20px;
	background: #fff;
}

.contactInfo .contactBlock1 img {
	height: 156px;
	width: 100%;
}

.contactBlock1 .openHouse {
	font-size: 34px;
	letter-spacing: 2px;
}

.contactBlock1 .text {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-weight: bold;
	margin: 18px 0 0 15px;
}

.contactBlock1 .desc {
	font-size: 20px;
	margin: 3px 0 10px 0;
	letter-spacing: 2px;
}

.contactBlock1 .subDesc {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1.6px;
}

.contactBlock1 .tag, .contactBlock2 .tag {
	width: 144px;
	height: 24px;
	background: #fc902d;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
}

.contactBlock2 .title {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 1px;
}

.contactBlock2 .desc {
	font-size: 14px;
	color: #000000;
	line-height: 1.5;
	margin-top: 10px;
	letter-spacing: 1px;
}

.contactBlock2 img {
	position: absolute;
	right: 14px;
	top: 38px;
}
/* end contact info */


/* start button */
.btnBlack {
	font-size: 15px;
	border: 2px solid #231815;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	padding: 10px 0;
	text-align: center;
	margin-top: 12px;
	display: inline-flex;
	line-height: 1;
	-webkit-backface-visibility: hidden;
}

.btnBlack img {
	width: 15px;
	margin-left: 5px;
	position: relative;
	top: -1.5px;
}

/*.btnBlack:hover {
	opacity: 0.4;
}*/
/* end button */


/* start footer */
footer {
	padding-top: 115px;
	position: relative;
}

footer .col-md-3 {
	padding-right: 0;
	padding-left: 0;
}

footer .logo img {
	width: 186px;
}

footer ul {
	margin-bottom: 40px;
}

footer ul li {
	margin-bottom: 20px;
	font-size: 15px;
}

footer .social img {
	width: 36px;
}

footer .social a {
	margin-right: 14px;
}

.footerFullBox {
	padding: 20px 0;
	border-top: 1px solid #fc902d;
	border-bottom: 1px solid #fc902d;
}

.footerWebsite a {
	height: 55px;
	width: 185px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #231815;
	margin: 30px 0;
}

.copyright {
	font-size: 12px;
	color: #fff;
	background: #fc902d;
	text-align: center;
	padding: 20px 0;
}
/* end footer */


/* start unit */
.w1370 .unit {
	margin-right: 0;
	margin-left: 0;
    font-family: 'Teko', sans-serif;
    font-size: 60px;
    display: flex;
    justify-content: space-between;
    padding: 130px 0;
}

.unit .unitContent {
	width: 440px;
	height: 210px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 0;
	padding-right: 0;
	color: #FFF;
}

.unit .unitContent.staffBlog {
	background: url("images/blog_pc.png");
	background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top;
}

.unit .unitContent.unitNews {
	background: url("images/news_pc.png");
	background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top;
}

.unit .unitContent.unitColumn {
	background: url("images/column_pc.png");
	background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top;
}

/* end unit */


/* start about us */
.mainAboutUs {
	position: relative;
}

.biwakoTitle {
	text-align: center;
	padding: 45px 0 55px 0;
	background: #dededc;
}

.biwakoTitle .titleE {
	font-size: 60px;
	font-family: 'Teko', sans-serif;
	letter-spacing: 3px;
}

.biwakoTitle .titleJ {
	font-size: 20px;
	position: relative;
	display: inline-block;
	letter-spacing: 1px;
}

.biwakoTitle .titleJ::after {
	content: '';
	position: absolute;
	bottom: -18px;
	left: 50%;
    transform: translate(-50%, 0);
	height: 2px;
	width: 50px;
	background: #fc902d;
}

.aboutUs ul {
	display: flex;
	width: 100%;
}

.aboutUs ul li {
	display: inline-block;
	width: 12.5%;
}

.aboutUs ul li img {
	width: 100%;
	height: 100%;
}

.aboutPanel {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px 50px 35px 50px;
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
    text-align: center;
}

.aboutPanel p {
	font-size: 39px;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 4px;
}

.aboutPanel .btnBlack {
	background: #fff;
}
/* end about us */


/* start product line */
.productLine {
	background: url("images/bg400.png");
    background-position-x: -80px;
}

.productLine .w1440 {
	position: relative;
}

.biwakoLeftTitle {
	
}

.biwakoLeftTitle .titleE {
	font-size: 60px;
	font-family: 'Teko', sans-serif;
	letter-spacing: 3px;
}

.biwakoLeftTitle .titleJ {
	font-size: 20px;
	position: relative;
	display: inline-block;
	letter-spacing: 1px;
}

.biwakoLeftTitle .titleJ::after {
	content: '';
	position: absolute;
	bottom: -18px;
	left: 0;
	height: 2px;
	width: 50px;
	background: #fc902d;
}

.productLineImg {
	margin-top: 46px;
}

.productLineBox {
	padding: 50px 110px 50px 12.1%;
	border: 7px solid #fc902d;
	display: inline-block;
	margin-top: 190px;
	margin-bottom: 100px;
	width: 46.5%;
}

.productLineBox p.desc {
	font-size: 14px;
	line-height: 2;
	margin-top: 18px;
}

.productLineBox .btnBlack {
	margin-top: 35px;
	background: #fff;
}

.productLineMainImg {
	width: 55%;
	position: absolute;
	right: 2.361%;
	top: 90px;
}

.productLineMainImg img {
	width: 100%;
}

/* end product line */

/*biwakoH2*/
.biwakoH2 {
	width: 100%;
	padding-left: 18.54%;
	padding-bottom: 60px;
}

.biwakoH2 h2{
	font-size : 28px;
	font-weight: normal;
	line-height: 1.5;
	color : #000000;
	position: relative;
}

.biwakoH2 h2::after{
	content: ' ';
	position: absolute;
	height: 4px;
	width: 100%;
	background-color: #FC902D;
	left: 0;
	bottom: -20px;
}
/*end biwakoH2*/

/*biwako sub title*/
.biwakoPageTitle .biwakoPageTitleContainer {
	position: relative;
    margin-bottom: 80px;
}

.biwakoPageTitle .colImg {
	position: absolute;
	width: 81.55%;
	top: 0;
	right: 0;
	z-index: -1;
}

.biwakoPageTitle .colImg .imgTitle{
	width: 100%;
}

.biwakoPageTitle .colImg .imgTitle img{
	width: 100%;
}

.biwakoPageTitle .colLine {
	display: inline-block;
	border: 8px solid #FC902D;
	padding: 68px 0 81px 50px;
	margin-top: 92px;
	min-width: 25%;
}

.biwakoPageTitle .colLine.longText{
	padding: 68px 20px 81px 40px;
}

.biwakoPageTitle .colLine .lblBigText{
	font-family: 'Teko', sans-serif;
	font-weight: 500;
	font-size : 60px;
	line-height : 56px;
	letter-spacing : 3px;
	color: #000;
}

.biwakoPageTitle .colLine .lblSmallText{
	font-size : 20px;
	line-height : 24px;
	margin-top: -5px;
	letter-spacing : 1px;
	color : #000000;
	position: relative;
}

.biwakoPageTitle .colLine .lblSmallText::after{
	content: ' ';
	position: absolute;
	height: 2px;
	width: 50px;
	background-color: #FC902D;
	left: 0;
	bottom: -15px;
}

.biwakoPageTitle.breakLine .colLine{
	padding: 43px 0 50px 50px;
}

.biwakoPageTitle.breakLine .colLine .lblBigText{
	font-weight: 500;
	letter-spacing: -4px;
}

.biwakoPageTitle.longText .colLine .lblBigText{
	font-weight: 300;
	letter-spacing: -4px;
}

.breadcrumbSubTitle {
	position: absolute;
	top: 5px;
	right: 20px;
}

.breadcrumbSubTitle .breadcrumb{
	background-color: transparent;
}

.breadcrumbSubTitle .breadcrumb .breadcrumb-item a,
.breadcrumbSubTitle .breadcrumb .breadcrumb-item{
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: '>';
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
/*end  biwako sub title*/

/*biwako sub title center*/
.biwakoH3 h3 {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 60px;
}

.biwakoH3 h3::after{
	content: ' ';
	position: absolute;
	height: 2px;
	width: 3.47%;
	background-color: #FC902D;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%);
}
/*end  biwako sub title center*/


/* start concept page */
.conceptBiwakoHome {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
}
.conceptBiwakoHome li img{
	border: 5px solid #231815;
	width: 100%;
}

.conceptBiwakoHome .btnBlack img {
	border: none;
	width: 15px;
}

.conceptBiwakoHome .aboutBiwakoHomeItem h3 {
	color: #231815;
}

.conceptBiwakoHome .btnBlack{
	border: 1px solid #231815;
}
/* end concept page */

/* to top button */
#topTop {
	position: absolute;
	top: 0;
    right: 0;
	cursor: pointer;
    width: 120px;
    height: 99.5px;
    background-image: url('images/toTop.svg');
    background-size: 100% 100%;
}
/* end to top button */

/*pagination Bottom*/

.paginationBottom {
	width: 100%;
	margin: 80px auto;
}

.paginationBottom ul.page-numbers{
	justify-content: center;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.paginationBottom ul.page-numbers li {
    padding-right: 10px;
}

.paginationBottom ul.page-numbers li:last-child {
    padding-right: 0;
}

.paginationBottom a.page-numbers, .paginationBottom span.page-numbers {
	font-size: 14.33px;
	font-weight: bold;
    width: 35px;
    height: 35px;
    padding: 6px;
    text-align: center;
    border-radius: 0;
    border: 2px solid #000;
    display: inline-block;
}

.paginationBottom span.page-numbers {
	background-color: #000;
	color: #fff;
}

.paginationBottom a.page-numbers:hover {
	background-color: #000;
	color: #fff;
}

.paginationBottom p.back {
	text-align: center;
}
.returnHome {
	font-size: 14.33px;
	font-weight: bold;
    padding: 6px;
    text-align: center;
    border-radius: 0;
    border: 2px solid #000;
    display: inline-block;
}

/*remove after change all*/


.paginationBottom .pagination{
	justify-content: center;
}

.paginationBottom .page-item {
    padding-right: 10px;
}

.paginationBottom .page-item:last-child {
    padding-right: 0;
}

.paginationBottom .page-item .page-link {
	font-size: 14.33px;
	font-weight: bold;
    width: 35px;
    height: 35px;
    padding: 6px;
    text-align: center;
    border-radius: 0;
    border: 2px solid #000;
}

.paginationBottom .page-item.active .page-link {
	background-color: #000;
}

.paginationBottom .page-link:hover {
	color: #FFF;
	background-color: #000;
}

/*end pagination Bottom*/

/* start blog page */
.blogPage {
	padding: 0 15px;
}

.blogPage .blogList, .biwakoSidebar {
	padding: 0 20px;
}


.blogList .leftContent {
	width: 20.6%;
}

.blogList .leftContent img {
	width: 100%;
}

.blogList li {
	display: flex;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #727171;
}

.blogList li:first-child {
	padding-top: 0;
}

.blogList .rightContent {
	width: calc(79.4% - 20px);
	margin-left: 20px;
	position: relative;
}

.blogList .rightContentTag {
	position: absolute;
	bottom: 0;
	left: 0;
}

.rightContentTag .lblTag {
	display: inline-block;
}

.rightContentTitle {
	margin-top: 20px;
}

.rightContentTitle .blogTitle {
	display: inline-block;
	width: 75%;
}

.rightContentTitle .blogTitle h2 {
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 2px;
}

.rightContentTitle .btnBlack {
	width: calc(25% - 40px);
	margin-left: 40px;
	display: inline-block;
	float: right;
	margin-top: 4px;
	padding: 8px 0;
}

.rightContentDate .lblDate {
	font-size: 16px;
	color: #FC902D;
}

.rightContentDate .lblNew {
	color: #727171;
	font-size: 16px;
	background: #fff100;
	padding: 4px 8px;
	letter-spacing: 2px;
	margin-left: 25px;
	display: inline-block;
}

.rightContentTag .lblTag {
	color: #727171;
	font-size: 16px;
	border: 1px solid #727171;
	padding: 3px 11.5px;
	margin-right: 5px;
}

.sidebarHeader {
	margin-top: 20px;
}

.sidebarBlock .sidebarHeader{
	font-size: 20px;
	color: #fff;
	padding: 7px 0 14px 0;
	text-align: center;
	background: #000;
	font-weight: 100;
}

.sidebarBlock ul {
	margin-bottom: 30px;
}

.sidebarBlock ul li {
	padding: 18px 0;
	font-size: 20px;
	font-weight: 200;
}

.sidebarBlock ul li a {
	display: inline-block;
}

.archive.ulArchive li.archive-year > a {
    background: rgba(0, 0, 0, 0) url(images/archive-arrow.png) no-repeat scroll left 4px;
    background-size: 10px 10px;
    padding-left: 15px;
    outline: 0 none;
    background-position-y: center;
}

.archive.ulArchive li.archive-year.open > a {
	background: rgba(0, 0, 0, 0) url(images/archive-arrow-open.png) no-repeat scroll left 4px;
	background-size: 10px 10px;
	background-position-y: 6px;
}

.archive.ulArchive li.archive-year > ul {
	display: none;
	margin-bottom: 0;
}

.archive.ulArchive li.archive-year > ul li:first-child {
	margin-top: 5px;
}

.archive.ulArchive li.archive-year > ul li.archive-month {
	padding: 5px 0;
}
.archive.ulArchive li.archive-year > ul li.archive-month a {
	background: transparent;
	padding-left: 35px;
}
/* end blog page */

/* start blog detail page */
.blogDetailPage {
	padding: 0 15px;
}

.blogDetail {
	padding: 0 20px;
}

.blogDetailContent .lblDate {
	font-size: 16px;
	color: #fc902d;
    margin-right: 25px;
}

.blogDetailContent .lblNew {
    color: #727171;
    font-size: 16px;
    background: #fff100;
    padding: 4px 8px;
    letter-spacing: 2px;
    margin-left: 10px;
    margin-right: 60px;
    display: inline-block;
    position: relative;
}

.blogDetailContent .lblNew:before {
	content: '';
	position: absolute;
	right: -30px;
	top: -5px;
	height: 33px;
	width: 1px;
	background: #727171;
}

.blogDetailContent .lblNewHideLine:before {
	display: none;
}


.blogDetailContent .lblTag {
    color: #727171;
    font-size: 16px;
    border: 1px solid #727171;
    padding: 3px 11.5px;
    display: inline-block;
    margin-right: 5px;
}



.blogDetailContent .blogDetailTitle {
	font-size: 28px;
	line-height: 2;
	margin: 40px 0 60px 0;
	font-weight: 200;
	position: relative;
}

.blogDetailContent .blogDetailTitle:after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #727171;
}

.blogDetailContent p {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 20px;
}
/* end blog detail page */

/*bottom nav item*/
.nextAndPrevPost {
	display: inline;
	width: 100%;
	margin: 50px auto 0 auto;
}

.nextAndPrevPost {
	padding: 0 5px;
}

.navItemContainer {
    width: 100%;
    padding: 80px 0;
    border-top: 1px solid #727171;
}

.NextPrev {
    width: 956px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}

.NextPrev .biggerLink{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: 0.3s ease all;
    z-index: 2;
}

.NextPrev > div{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.NextPrev .prev{
    background: url('images/icon_prev.svg') left center / auto 17px no-repeat;
    padding-left: 0;
    width: 33.5%;
    text-align: left;
}

.NextPrev .prev > div{
    display: inline-block;
    vertical-align: middle;
    margin-left: 55px;
}

.NextPrev .prev > .title {
	width: calc(100% - 155px);
    /*text-decoration: underline;*/
    max-width: 206px;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}

.NextPrev .next{
    background: url('images/icon_next.svg') right center / auto 17px no-repeat;
    padding-right: 0;
    width: 33.5%;
    text-align: left;
}

.NextPrev .next > div{
    display: inline-block;
    vertical-align: middle;
    margin-right: 55px;
    position: relative;
    left: calc(100% - 92px);
}

.NextPrev .next > .title{
    width: calc(100% - 155px);
    position: relative;
    left: -95px;
    /*text-decoration: underline;*/
    max-width: 206px;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}

.NextPrev .prev > .title img,
.NextPrev .next > .title img{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin-bottom: 20px;
}

.NextPrev .prev .ffE,
.NextPrev .next .ffE{
    font-size: 15px;
}

.NextPrev .list{
    text-align: center;
    width: 33%;
    position: relative;
}

.NextPrev .list .btnBlack{
    display: block;
    padding: 5px 0;
    margin: 0 auto;
    max-width: 156px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0;
    margin-bottom: -4px;
}

.NextPrev .hideNext, .NextPrev .hidePrev {
	background: none !important;
}
/*end bottom nav item*/
.bgWhiteWater {
	background-image: url('images/events-bg.png');
	padding-top: 35px;
	padding-bottom: 68px;
	margin-top: 20px;
}
.mw_wp_form .error {
	color: red !important;
}

.imgAboveContact {
	text-align: center;
	margin-bottom: 30px;
}

.imgAboveContact.pIndex {
	margin-bottom: 0;
	margin-top: 30px;
}

.imgAboveContact img {
	max-width: 100%;
}

.coronaBanner {
	text-align: center;
    position: relative;
    top: -65px;
    z-index: 9;
}

.coronaBanner img {
	width: 780px;
	max-width: 100%;
}

/*requestBanner*/
.requestBanner{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.requestBanner .requestbannerBg img{
	width: 100%;
	min-height: 480px;
}
.requestBanner .ctBanner{
	position: absolute;
	margin-left: 99px;

}

.promise{
	padding: 52px 0 45px;
	background: url(images/promise-bg.png) no-repeat top center;
	background-size: cover;

}
.promise .wrapperPromise{
	width: 918px;
	margin: 0 auto;
}
.promise .wrapperPromise .boxTit{
	position: relative;
	margin-bottom: 24px;
}
.promise .wrapperPromise .boxTit:before{
	content: "";
	display: block;
	width: 120px;
	height: 192px;
	background: url(images/imgCmnPromise01.png) center top / cover no-repeat;
	position: absolute;
	left: 0;
	bottom: -39px;
	z-index: 1;
}
.promise .wrapperPromise .boxTit:after{
	content: "";
    display: block;
    width: 130px;
    height: 262px;
    background: url(images/imgCmnPromise02.png) center top / cover no-repeat;
    position: absolute;
    right: 5px;
    bottom: -127px;
    z-index: 1;
}
.promise .wrapperPromise .boxTit .imgpro{
	text-align: center;
	margin-bottom: 10px;
}
.promise .wrapperPromise .boxTit .tit{
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 23px;
}
.promise .wrapperPromise .boxTit .tit .inner{
	background: linear-gradient(transparent 60%, #FF0 60%);
}
.promise .wrapperPromise .boxTit .txt{
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	color: #FC902D;
	line-height: 1.5;
}
.promise .wrapperPromise .boxTxt{
	overflow: hidden;
	position: relative;
	z-index: 9;
}

.promise .wrapperPromise .boxTxt li{
	width: 286px;
	margin-right: 30px;
	float: left;
}
.promise .wrapperPromise .boxTxt li img{
	width: 100%;
}
.promise .wrapperPromise .boxTxt li:nth-child(3n){
	margin-right: 0;
}
.textPro{
	font-size: 20px;
	color: #000000;
	text-align: center;
	line-height: 2;
	font-weight: bold;
	padding: 40px 0 20px;
}

.showroomTopBg {
	padding: 0 0 60px 0;
	background: url(images/movie_bg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
	margin: 0 auto 60px auto;
	background-position: center;
}

.showroomTopBg .biwakoTitle {
	color:#fff;
	background: none;
}



.showroomTopBg .btnBlack {
	background: #fff;
	border-color: #fff;
}

.showroomVideo {
	text-align: center;
	width: 780px;
	max-width: 100%;
	margin: 0 auto;
}

.showroomVideo iframe {
	max-width: 100%;
}
@media only screen and (max-width: 1459.98px){
	footer .w1370 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.w1370 {
		width: 100%;
		min-width: 100%;
	}

	.w1440 {
		width: 100%;
		min-width: 100%;
	}

	.w1370 .unit {
		padding-left: 15px;
		padding-right: 15px;
	}

	.unit .unitContent {
		width: 32%;
	}
}

@media only screen and (max-width: 1355.98px){
	
	.w1336 {
		width: 100%;
		min-width: 100%;
	}
	
	.productLine {
		zoom: 0.8;
	}
	.aboutPanel {
		width: 60%;
	}
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.aboutBiwakoHome {
		zoom: 0.85;
	}

	.productLine {
		zoom: 0.8;
	}

	.productLineBox {
		padding-left: 7%;
		padding-right: 7%;
	}

	.aboutPanel p{
		font-size: 34px;
	}

	.blogPage, .blogDetailPage {
		zoom: 0.9;
	}
}

@media (min-width: 768.01px) and (max-width: 1023.98px) {
	.aboutBiwakoHome {
		zoom: 0.7;
	}

	.productLineBox {
		padding-left: 7%;
		padding-right: 7%;
	}

	.aboutPanel {
		padding: 25px;
	}

	.aboutPanel p{
		zoom: 0.7;
	}

	.contactInfo {
		zoom: 0.8;
	}

	footer {
		zoom: 0.8;
	}

	.blogPage, .blogDetailPage {
		zoom: 0.7;
	}
}

@media only screen and (max-width: 1200px){
	.biwakoPageTitle .colLine {
		padding-right: 20px;
	}
}

@media only screen and (max-width: 1059.98px){
	.w1040 {
		width: 100%;
		min-width: 100%;
	}

	.contactInfo {
		padding-left: 15px;
		padding-right: 15px;
	}
}


@media (min-width: 768px) and (max-width: 999.98px) {
	.productLine {
		zoom: 0.7;
	}

	.productLineBox {
		padding-left: 5%;
		padding-right: 6%;
	}
}

@media only screen and (max-width: 900px){
	.w900 {
		width: 100%;
		min-width: 100%;
	}

	/*bottom nav item*/
	.navItem {
	    padding: 0 15px;
	}

	.NextPrev .prev{
	    background: url('images/icon_prev.svg') left center / auto 12px no-repeat;
	    width: 50%;
	}

	.NextPrev .next{
	    background: url('images/icon_next.svg') right center / auto 12px no-repeat;
	    width: 50%;
	}

	.NextPrev .prev .ffE,
	.NextPrev .next .ffE,
	.NextPrev .prev > .title,
	.NextPrev .next > .title{
	    font-size: 12px;
	}

	.NextPrev .list .btnBlack{
	    display: block;
	    padding: 5px 0;
	    max-width: 78px;
	    position: absolute;
	    left: 50%;
	    transform: translate(-50%, 0%);
        padding: 5px 0;
		font-size: 8px;
	}

	.NextPrev .list .btnBlack img{
	    width: 12px;
	}
	.NextPrev .next > .title {
		left: -86px;
	}
	/*end bottom nav item*/

	.biwakoPageTitle.breakLine .colLine {
		padding-right: 30px;
	}
}

@media only screen and (max-width: 767px){
	/* start blog page */	
	.blogPage {
		display: flex;
	}

	.blogPage .blogList {
		order: 1
	}

	.blogPage .biwakoSidebar {
		order: 3;
	}

	.blogPage .paginationBottom {
		order: 2;
		margin: 20px auto;
	}

	.rightContentTitle .blogTitle h2 {
		font-size: 14px;
	}

	.blogList .rightContent {
		margin-left: 15px;
	}

	.rightContentTitle {
		margin-top: 10px;
	}

	.rightContentTitle .btnBlack {
		display: none;
	}

	.rightContentTitle .blogTitle {
		width: 100%;
	}

	.blogList .rightContentTag {
		position: relative;
		margin-top: 10px;
	}

	.rightContentDate .lblDate {
		font-size: 15px;
	}

	.rightContentTag .lblTag {
		font-size: 15px;
	}
	/* end blog page */


	/* start blog detail page */	
	.blogDetailPage {
		display: flex;
	}

	.blogDetailPage .blogDetail {
		order: 1
	}

	.blogDetailPage .biwakoSidebar {
		order: 3;
	}

	.blogDetailPage .nextAndPrevPost {
		order: 2;
		margin: 0 auto;
	}
	/* end blog detail page */
	
	.imgAboveContact.pIndex {
		margin: 15px 0;
	}

	.requestBanner .ctBanner{
		width: 100%;
		margin-left: 0;
	}
	.requestBanner .ctBanner img{
		width: 92%;
		margin: 0 auto;
	}
	.promise{
		background: #F3F3EC;
		padding: 30px 0 0px;
	}
	.promise .wrapperPromise{
		width: 100%;
	}
	.promise .wrapperPromise .boxTit .txt{
		font-size: 15px;
	}
	.promise .wrapperPromise .boxTxt{
		width: 100%;
		padding: 6%;
	}
	.promise .wrapperPromise .boxTxt li{
		width: 100%;
		margin-bottom: 12px;
	}
	.promise .wrapperPromise .boxTxt li:last-child{
		margin-bottom: 0;
	}
	.promise .wrapperPromise .boxTit:before{
		width: 63px;
	    height: 101px;
	    left: 4%;
	    bottom: -8.95vw;
	}
	.promise .wrapperPromise .boxTit:after{
		width: 67px;
		height: 97px;
		bottom: -9.05vw;
		right: 5%;
	}
	.promise .wrapperPromise .boxTit{
		margin-bottom: -7px;
	}
	.promise .wrapperPromise .boxTit .imgpro img{
		width: 22px;
	}
	.textPro{
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: -0.5px;
		padding: 25px 0 0px;
	}


	.showroomTopBg {
		padding: 20px 0 30px 0;
		background: url(images/movie_bg_sp.jpeg);
	}
	
	.showroomVideo {
		text-align: center;
		margin: 30px auto;
	}
	.showroomVideo iframe {
		width: 100vw;
		height: calc(100vw/1.77777778);
	}



}

@media (min-width: 480.01px) and (max-width: 768px) {
	.productLine {
		zoom: 1;
	}
	.btnBlack img {
		width: 22px;
	}

	.btnBlack {
		width: 500px;
	}
	/* start about biwako home*/
	.btnBlack {
		padding: 10px 0;
	}
	.aboutBiwakoHomeDesc {
		font-size: 21px;
		margin-top: 10px;
	}

	.aboutBiwakoHomeContent .btnBlack {
		width: 605px;
		border-color: #fff;
	}

	.aboutBiwakoHomeNumber {
		font-size: 154px;
		top: -60px;
	}

	.aboutBiwakoHomeItem li {
		margin-top: 110px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.showroomMain .aboutBiwakoHomeItem .btnBlack {
		max-width: 100%;
	}

	.showroomMain .aboutBiwakoHomeItem li {
		margin-top: 60px;
	}

	.aboutBiwakoHomeItem li:first-child {
		margin-top: 60px;
	}

	.aboutBiwakoHomeItem h3 {
		font-size: 40px;
	}

	.aboutBiwakoHomeItem .btnBlack {
		width: 418px;
		margin-top: 26px;
	}
	/* end about biwako home*/


	/* start contact info */
	.noneOnSp {
		display: none;
	}

	.w1040 {
		width: 100%;
		min-width: 100%;
	}

	.contactInfo {
		padding: 46px 30px 68px 60px;
	}

	.contactInfo .contactTitle, .contactInfo .contactUs {
		margin-left: 0;
	}

	.contactInfo .contactUs {
		font-size: 36px;
	}

	.contactInfo .contactLeft, .contactInfo .contactRight {
		width: 100%;
	}

	.contactInfo .w1040 {
		display: block;
	}

	.contactInfo .contactUs:after {
		left: 0;
	}

	.showOnSp {
		display: block;
	}

	.contactInfo .contactOpening {
		line-height: 1.5;
		font-size: 30px;
	}

	.contactInfo .contactTel {
		font-size: 120px;
	}

	.contactInfo .contactAddr {
		margin-left: 0;
		line-height: 1.5;
		margin-top: 20px;
	}

	.contactInfo .contactBlock1 {
		margin-top: 56px;
	}

	.contactInfo .contactBlock1, .contactInfo .contactBlock2 {
		float: none;
	}

	.contactBlock1 .openHouse {
		font-size: 48px;
	}

	.contactBlock1 .text {
		margin: 20px 0 0 24px;
	}

	.contactBlock1 .desc {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.contactBlock1 .subDesc {
		font-size: 18px;
	}

	.contactInfo .contactBlock1 {
		height: 208px;
	}

	.contactInfo .contactBlock1 img {
		height: 100%;
	}

	.contactBlock1 .tag, .contactBlock2 .tag {
		width: 186px;
		height: 20px;
		font-size: 16px;
	}

	.contactBlock2 .title {
		font-size: 26px;
	}

	.contactBlock2 .desc {
		font-size: 18px;
	}

	.contactBlock2 img {
		width: 180px;
		top: 34px;
		right: 8px;
	}

	.contactInfo .contactBlock2 {
		padding: 24px 0 40px 20px;
		margin-top: 36px;
	}
	/* end contact info */


	/* start footer */
	/*footer {
		padding-top: 220px;
	}*/

	footer .w1370 {
		padding-left: 30px;
		padding-right: 30px;
	}

	footer .logo {
		margin-bottom: 30px;
	}

	footer ul {
		margin-bottom: 0;
	}

	footer .social img {
		width: 108px;
	}

	footer .social {
		margin-top: 30px;
		margin-bottom: 60px;
	}

	footer .social a {
		margin-right: 44px;
	}

	.footerFullBox {
		padding: 32px 0;
	}

	.footerFullBox .col-md-3 {
		margin-bottom: 50px;
	}

	.footerFullBox .col-md-3:last-child, .footerFullBox .col-md-3:first-child {
		margin-bottom: 0;
	}

	.footerWebsite .col-md-3 {
		width: 50%;
	}

	.footerWebsite a {
		width: 98%;
	}

	.footerWebsite .col-md-3:nth-child(even) a{
		float: right;
	}

	.footerWebsite a {
		margin: 14px 0;
	}

	.footerWebsite .row {
		padding: 26px 30px;
	}

	.footerWebsite .col-md-3:first-child a{
		padding: 0 20px;
	}

	.footerWebsite .col-md-3:first-child a img {
		width: 50%;
	}

	.copyright {
		font-size: 20px;
		padding: 30px 0;
	}

	.w1370 .unit {
		padding: 60px 30px 40px 30px;
	}

	.unit .unitContent {
		height: 210px;
		font-size: 60px;
		margin-bottom: 20px;
		width: 100%;
	}

	.unit .unitContent.staffBlog {
		background: url("images/blog_pc.png");
		background-size: 100% auto;
	    background-repeat: no-repeat;
	    background-position: left top;
	}

	.unit .unitContent.unitNews {
		background: url("images/news_pc.png");
		background-size: 100% auto;
	    background-repeat: no-repeat;
	    background-position: left top;
	}

	.unit .unitContent.unitColumn {
		background: url("images/column_pc.png");
		background-size: 100% auto;
	    background-repeat: no-repeat;
	    background-position: left top;
	}
	/* end footer */


	/* start about us */
	.aboutUs {
		width: 100%;
		overflow: hidden;
	}
	.aboutPanel p {
		font-size: 39px;
		letter-spacing: initial;
	}

	.aboutPanel {
		padding: 40px 46px 27px 46px;
		width: 87%;
	}

	.aboutUs ul {
		width: 200%;
	}

	.btnBlack {
		font-size: 25.1px;
	}

	.aboutPanel .btnBlack {
		width: 418px;
	}

	.biwakoTitle {
		padding: 40px 0 50px 0;
	}

	.biwakoTitle .titleE {
		font-size: 60px;
		letter-spacing: 2.5px;
	}

	.biwakoTitle .titleJ {
		font-size: 20px;
		letter-spacing: 0.5px;
	}

	.biwakoTitle .titleJ::after {
		bottom: -18px;
		width: 50px;
	}
	/* end about us */


	/* start product line */
	.productLine {
		overflow: hidden;
		background: none;
		padding-bottom: 60px;
	}
	.productLineMainImg {
		position: relative;
		left: -2.55%;
		width: 105%;
		top: 0;
	}

	.productLineBox {
		margin-top: 0;
		margin-bottom: 0;
		width: 100%;
		padding: initial;
		text-align: center;
	}

	.biwakoLeftTitle {
		text-align: center;
	}

	.biwakoLeftTitle .titleE {
		font-size: 60px;
	}

	.biwakoLeftTitle .titleJ {
		font-size: 20px;
	}

	.biwakoLeftTitle .titleJ::after {
	    content: '';
	    position: absolute;
	    bottom: -18px;
	    left: 50%;
	    transform: translate(-50%, 0);
	    height: 2px;
	    width: 50px;
	    background: #fc902d;
	}

	.productLineImg {
		width: 275px;
		margin-top: 23px;
	}

	.productLineBox p.desc {
		font-size: 20px;
		padding: 0 23%;
		margin-top: 15px;
	}

	.productLineBox {
		padding: 44px 0 36px 0;
	}

	.productLineBox .btnBlack {
		margin-top: 14px;
		width: 418px;
	}
	/* end product line */

	.biwakoPageTitle .colLine {
	    padding: 68px 50px 81px 50px;
	}

	.rightContentTitle .btnBlack {
		zoom: 0.7;
		font-size: 20px;
	}
}

@media (min-width: 480.01px) and (max-width: 750px) {
	.contactInfo .contactBlock1, .contactInfo .contactBlock2 {
		zoom: 0.8;
	}
}

@media (min-width: 480.01px) and (max-width: 700px) {
	.aboutBiwakoHome {
		zoom: 0.7;
	}

	.productLine {
		zoom: 0.7;
	}

	.aboutUs {
		zoom: 0.7;
	}

	footer {
		zoom: 0.7;
	}

	.NextPrev {
	    zoom: 0.8;
	}
}

@media (min-width: 480.01px) and (max-width: 620px) {
	.contactInfo .contactBlock1, .contactInfo .contactBlock2 {
		zoom: 0.7;
	}

	.contactInfo .contactLeft {
		zoom: 0.7;
	}
}
@media (min-width: 480.01px) and (max-width: 560px) {
	.contactInfo .contactBlock1, .contactInfo .contactBlock2 {
		zoom: 0.6;
	}

	.NextPrev {
	    zoom: 0.6;
	}
}


@media only screen and (max-width: 480px){
	.productLine {
		zoom: 1;
	}
	/* start about biwako home*/
	.btnBlack {
		padding: 5px 0;
	}
	.btnBlack img {
		top: -0.5px;
	}
	.aboutBiwakoHomeDesc {
		font-size: 10.5px;
		margin-top: 5px;
	}

	.aboutBiwakoHomeContent .btnBlack {
		width: 305px;
		border-color: #fff;
	}

	.aboutBiwakoHomeNumber {
		font-size: 77px;
		top: -30px;
	}

	.aboutBiwakoHomeItem li {
		margin-top: 58px;
		margin-bottom: 0;
	}

	.showroomMain.conceptBiwakoHome {
		margin-bottom: 100px;
	}

	.aboutBiwakoHomeItem li:first-child {
		margin-top: 0;
	}

	.aboutBiwakoHomeItem h3 {
		font-size: 20px;
	}

	.aboutBiwakoHomeItem .btnBlack {
		width: 209px;
		margin-top: 13px;
	}
	/* end about biwako home*/


	/* start contact info */
	.noneOnSp {
		display: none;
	}

	.w1040 {
		width: 100%;
		min-width: 100%;
	}

	.contactInfo {
		padding: 23px 15px 34px 15px;
	}

	.contactInfo .contactTitle, .contactInfo .contactUs {
		margin-left: 0;
	}

	.contactInfo .contactUs {
		font-size: 18px;
	}

	.contactInfo .contactLeft, .contactInfo .contactRight {
		width: 100%;
	}

	.contactInfo .w1040 {
		display: block;
	}

	.contactInfo .contactUs:after {
		left: 0;
	}

	.showOnSp {
		display: block;
	}

	.contactInfo .contactOpening {
		line-height: 1.5;
		font-size: 15px;
	}

	.contactInfo .contactTel {
		font-size: 60px;
	}

	.contactInfo .contactAddr {
		margin-left: 0;
		line-height: 1.5;
		margin-top: 10px;
	}

	.contactInfo .contactBlock1 {
		margin-top: 28px;
	}

	.contactInfo .contactBlock1, .contactInfo .contactBlock2 {
		float: none;
	}

	.contactBlock1 .openHouse {
		font-size: 24px;
	}

	.contactBlock1 .text {
		margin: 10px 0 0 12px;
	}

	.contactBlock1 .desc {
		font-size: 13px;
		margin-bottom: 5px;
	}

	.contactBlock1 .subDesc {
		font-size: 9px;
	}

	.contactInfo .contactBlock1 {
		height: 104px;
	}

	.contactInfo .contactBlock1 img {
		height: 100px;
	}

	.contactBlock1 .tag, .contactBlock2 .tag {
		width: 93px;
		height: 16px;
		font-size: 8px;
	}

	.contactBlock2 .title {
		font-size: 13px;
	}

	.contactBlock2 .desc {
		font-size: 9px;
	}

	.contactBlock2 img {
		width: 90px;
		top: 17px;
		right: 4px;
	}

	.contactInfo .contactBlock2 {
		padding: 12px 0 20px 10px;
		margin-top: 18px;
	}
	/* end contact info */


	/* start footer */
	footer {
		padding-top: 110px;
	}

	footer .w1370 {
		padding-left: 15px;
		padding-right: 15px;
	}

	footer .logo {
		margin-bottom: 20px;
	}

	footer ul {
		margin-bottom: 0;
	}

	footer .social img {
		width: 54px;
	}

	footer .social {
		margin-top: 15px;
		margin-bottom: 30px;
	}

	footer .social a {
		margin-right: 22px;
	}

	.footerFullBox {
		padding: 16px 0;
	}

	.footerFullBox .col-md-3 {
		margin-bottom: 25px;
	}

	.footerFullBox .col-md-3:last-child, .footerFullBox .col-md-3:first-child {
		margin-bottom: 0;
	}

	.footerWebsite .col-md-3 {
		width: 50%;
	}
	
	.footerWebsite .row .col-md-3:last-child {
		display: none;
	}

	.footerWebsite a {
		width: 98%;
	}

	.footerWebsite .col-md-3:nth-child(even) a{
		float: right;
	}

	.footerWebsite a {
		margin: 7px 0;
	}

	.footerWebsite .row {
		padding: 13px 15px;
	}

	.footerWebsite .col-md-3:first-child a{
		padding: 0 10px;
	}

	.footerWebsite .col-md-3:first-child a img {
		width: 100%;
	}

	.copyright {
		font-size: 10px;
		padding: 15px 0;
	}

	.w1370 .unit {
		padding: 30px 15px 20px 15px;
	}

	.unit .unitContent {
		height: 105px;
		font-size: 30px;
		margin-bottom: 10px;
		width: 100%;
	}

	.unit .unitContent.staffBlog {
		background: url("images/blog_sp.png");
		background-size: auto 100%;
	    background-repeat: no-repeat;
	    background-position: left top;
	}

	.unit .unitContent.unitNews {
		background: url("images/news_sp.png");
		background-size: auto 100%;
	    background-repeat: no-repeat;
	    background-position: left top;
	}

	.unit .unitContent.unitColumn {
		background: url("images/column_sp.png");
		background-size: auto 100%;
	    background-repeat: no-repeat;
	    background-position: left top;
	}
	/* end footer */


	/* start about us */
	.aboutUs {
		width: 100%;
		overflow: hidden;
	}
	.aboutPanel p {
		font-size: 19.5px;
		letter-spacing: initial;
	}

	.aboutPanel {
		padding: 20px 23px 12px 23px;
		width: 87%;
	}

	.aboutUs ul {
		width: 200%;
	}

	.btnBlack {
		font-size: 12.55px;
	}

	.biwakoTitle {
		padding: 20px 0 25px 0;
	}

	.biwakoTitle .titleE {
		font-size: 30px;
		letter-spacing: 2.5px;
	}

	.biwakoTitle .titleJ {
		font-size: 10px;
		letter-spacing: 0.5px;
	}

	.biwakoTitle .titleJ::after {
		bottom: -9px;
		width: 25px;
	}
	/* end about us */


	/* start product line */
	.productLine {
		overflow: hidden;
		background: none;
		padding-bottom: 30px;
	}
	.productLineMainImg {
		position: relative;
		left: -2.55%;
		width: 105%;
		top: 0;
	}

	.productLineBox {
		margin-top: 0;
		margin-bottom: 0;
		width: 100%;
		padding: initial;
		text-align: center;
	}

	.biwakoLeftTitle {
		text-align: center;
	}

	.biwakoLeftTitle .titleE {
		font-size: 30px;
	}

	.biwakoLeftTitle .titleJ {
		font-size: 10px;
	}

	.biwakoLeftTitle .titleJ::after {
	    content: '';
	    position: absolute;
	    bottom: -9px;
	    left: 50%;
	    transform: translate(-50%, 0);
	    height: 2px;
	    width: 25px;
	    background: #fc902d;
	}

	.productLineImg {
		width: 137.5px;
		margin-top: 23px;
	}

	.productLineBox p.desc {
		font-size: 10px;
		padding: 0 85px;
		margin-top: 10px;
	}

	.productLineBox {
		padding: 22px 0 18px 0;
	}

	.productLineBox .btnBlack {
		margin-top: 14px;
	}
	/* end product line */

	/*biwakoH2*/
	.biwakoH2 {
		padding: 35px 15px;
		padding-top: 0;
	}

	.biwakoH2 h2 {
		font-size: 21px;
		line-height: 1.5;
	}

	.biwakoH2 h2::after {
		height: 2px;
		bottom: -10px;
	}
	/*end biwakoH2*/

	/*Page title*/
	.breadcrumbSubTitle {
		right: 15px;
		bottom: 12px;
		top: unset;
	}

	.breadcrumbSubTitle .breadcrumb {
		padding: 0;
		margin-bottom: 0;
	}

	.biwakoPageTitle .colImg {
		width: 58.66%;
	}

	.biwakoPageTitle .colLine,
	.biwakoPageTitle .colLine.longText {
		padding: 20px 18px 25px 18px;
		border-width: 4px;
	    margin-top: 20px;
	    margin-bottom: 30px;
	    min-width: 50%;
	}

	.biwakoPageTitle .colLine .lblSmallText {
		font-size: 16px;
		line-height: 27px;
		margin-top: -5px;
	    letter-spacing: 0.8px;
	}

	.biwakoPageTitle .colLine .lblSmallText::after {
		bottom: -7px;
	}

	.biwakoPageTitle .colLine .lblBigText {
		font-size: 30px;
		line-height: 28px;
		letter-spacing: 1.5px;
	}

	.breadcrumbSubTitle .breadcrumb .breadcrumb-item a,
	.breadcrumbSubTitle .breadcrumb .breadcrumb-item,
	.breadcrumb-item+.breadcrumb-item::before {
		color: #000;
		font-size: 10px;
	}

	.biwakoPageTitle .biwakoPageTitleContainer {
		border-bottom: 1px solid #231815;
		margin-bottom: 50px;
	}

	.biwakoPageTitle.breakLine .colLine {
		min-width: 48%;
		padding: 15px 0 25px 15px;
	}

	.biwakoPageTitle.breakLine .colLine .lblBigText{
		font-weight: 500;
		letter-spacing: 1.5px;
	}


	/*ellipsis sp*/
	.breadcrumbSubTitle {
		width: calc(100% - 30px);
	    display: flex;
    	justify-content: flex-end;
	}

	.breadcrumbSubTitle .breadcrumb {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin: 0;
		display: block;
	}

	.breadcrumbSubTitle .breadcrumb .breadcrumb-item {
		display: inline;
	}
	/*end ellipsis sp*/


	/*End page title*/
	
	/*biwako Title Centen*/
	.biwakoH3 h3 {
		font-size: 18px;
		padding-bottom: 10px;
		padding-top: 10px;
		margin-bottom: 23px;
	}

	.biwakoH3 h3::after{
		width: 13.3%;
	}
	/*End biwako Title Centen*/

	/* to top button */
	#topTop {
	    right: 10px;
	}
	/* end to top button */

	/* start concept page */
	.conceptBiwakoHome li img {
		width: 100%;
	}
	
	.conceptBiwakoHome .btnBlack img {
		width: 15px;
	}

	/* end concept page */

	.paginationBottom {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 40px;
	}


	/*bottom nav item*/
	.navItem {
	    padding: 0 15px;
	}

	.navItemContainer {
	    padding: 10px 0 80px 0;
	    position: relative;
	    border-top: none;
	    margin-bottom: 40px;
	}

	.navItemContainer::before{
		content: '';
		position: absolute;
	    width: 1px;
	    height: 72%;
	    background-color: #727171;
	    top: 0;
	    left: 50%;
	    transform: translate(-50%, 0%);
	}

	.NextPrev {
		zoom: 1;
	}

	.NextPrev .prev{
	    background: url('images/icon_prev.svg') left center / auto 8px no-repeat;
	    width: 50%;
        display: flex;
    	align-items: center;
    	justify-content: space-around;
	}

	.NextPrev .next{
	    background: url('images/icon_next.svg') right center / auto 8px no-repeat;
	    width: 50%;
        display: flex;
    	align-items: center;
    	justify-content: space-around;
	}

	.NextPrev .prev > div {
	    margin-left: 0;
	}

	.NextPrev .next > div {
		margin-right: 0;
		position: unset;
		order: 1;
		/*left: calc(100% - 50px);*/
	}

	.NextPrev .next .ffE {
		order: 2;
	}

	.NextPrev .prev .ffE,
	.NextPrev .next .ffE,
	.NextPrev .prev > .title,
	.NextPrev .next > .title{
	    font-size: 8px;
	}

	.NextPrev .prev > .title,
	.NextPrev .next > .title {
		width: 100%;
		max-width: 80px;
		height: 100%;
		text-align: center;
	}

	.NextPrev .next > .title {
		position: unset;
	}

	.NextPrev .list{
	    text-align: center;
	    width: 100%;
	    position: absolute;
	    bottom: 0;
	}

	.NextPrev .list .btnBlack{
	    display: block;
	    padding: 5px 0;
	    margin: 0 auto;
	    max-width: 78px;
	    position: absolute;
	    left: 50%;
	    transform: translate(-50%, 0%);
        padding: 4px 0;
		font-size: 8px;
	}

	.NextPrev .list .btnBlack img{
	    width: 8px;
	}

	.NextPrev .prev > .title img, .NextPrev .next > .title img {
		margin-bottom: 12px;
	}
	/*end bottom nav item*/
	

	/* start block page */
	.blogList .rightContentTag {
		margin-top: 0;
	}
	.rightContentTag .lblTag {
		margin-top: 10px;
	}
	.blogPage {
		padding: 0;
	    margin-top: -25px;
	}
	.blogList li {
		padding: 25px 30px 25px 10px;
	    background: rgba(0, 0, 0, 0) url(images/new_blog_sp.png) no-repeat scroll right 10px center / 10px 17px;
	}
	/* end block page */


	/* start blog detail page */
	.blogDetailContent .blogDetailTitle {
		font-size: 18px;
		margin: 5px 0 40px 0;
	}
	
	.blogDetailContent .blogDetailTitle:after {
		bottom: -10px;
	}
	
	.blogDetail, .biwakoSidebar, .blogPage .blogList {
		padding: 0;
	}

	.blogDetailContent .lblDate {
		display: block;
		margin-bottom: 10px;
	}

	.blogDetailLabel {
		margin-bottom: 10px;
	}
	.blogDetailContent .lblNew {
		margin-bottom: 10px;
		margin-left: 0;
	}
	/* end blog detail page */


	.mapGoogle .map iframe {
	    width: 100%;
	    height: 320px;
	}
}

@media only screen and (max-width: 320px){
	.aboutBiwakoHome {
		zoom: 0.9;
	}

	.productLine {
		zoom: 0.8;
	}

	.aboutUs, .contactInfo, footer {
		zoom: 0.8;
	}
}

.complete-section {
	text-align: center;
	padding: 20px;
}

.complete-section p {
	line-height: 60px;
	font-size: 16px;
}

.complete-section h2 {
	padding-bottom: 40px;
}


.requestFvImage img {
	width: 100%;
}

.requestFvImageSp {
	display: none;
}

.reservationFvImage img {
	width: 100%;
}

.reservationFvImageSp {
	display: none;
}

.reservationFvImage {
	margin-bottom: 60px;
}
@media only screen and (max-width: 768px){
	.requestFvImageSp {
		display: block;
	}

	.requestFvImagePc {
		display: none;
	}

	.reservationFvImageSp {
		display: block;
	}

	.reservationFvImagePc {
		display: none;
	}

	.headline2{
		border-bottom:4px solid #5882FA;
	}
	
	.headline3{
		border-left:2px solid #CEE3F6;
	}
}

@media only screen and (max-width: 1100px) {
	.coronaBanner {
		top: -15px;
	}
}
