@charset "utf-8";

/* ----- common style ----- */

#header {
  margin-bottom: 0;
}
#contents {
	margin-left: auto;
	margin-right: auto;
	width: 100% !important;
	max-width: 1080px !important;
}

@media (max-width: 640px) {
	body {
		min-width: inherit;
	}
	#headerMain {
		width: auto;
	}
	#headerMain .logo img {
		width: 100%;
	}
	.warp {
		margin-top: 0 !important;
	}
	#contents {
		margin-bottom: 20px;
	}
}


/* ----- page style ----- */

.jj-visual {
	clear: both;
	overflow: hidden;
}
.jj-visual img {
	margin: 0 auto;
}

.jj-lead p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.8;
}
.jj-lead p ~ p {
	margin-top: 20px;
}

@media (max-width: 640px) {
	.jj-lead p {
		font-size: 15px;
		line-height: 1.8;
	}
}

.jj-box01 {
  margin-top: 20px;
  padding: 20px 25px;
  border: solid 1px #333;
}
.jj-box01 p {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.8;
}
.jj-box01 p ~ p {
	margin-top: 20px;
}

@media (max-width: 640px) {
  .jj-box01 {
    padding: 20px;
  }
  .jj-box01 p {
    font-size: 14px;
  }
}

.jj-text-red {
	color: red !important;
}

@media (min-width: 641px) {
  .jj-pc-hidden {
    display: none !important;
  }
}



/* ----- section ----- */

.jj-section01 {
	margin: 120px auto;
	max-width: 960px;
}
#contents .jj-section01 * {
	box-sizing: border-box !important;
}
.jj-section01 h3 {
	background-image: none !important;
	border-top: none !important;
}

.jj-lead {
	margin: 60px auto 0;
}

.jj-section-inner {
	margin: 60px 0;
}
.jj-section-inner.jj-border {
  padding: 30px 0;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}

@media (max-width: 640px) {
	.jj-section01 {
		margin: 60px 0;
		padding: 0 30px;
	}

	.jj-lead {
		margin: 30px auto 0;
		padding: 0 30px;
	}

	.jj-section-inner {
		margin: 30px 0;
	}
  .jj-section-inner.jj-border {
    padding: 30px 0;
  }

}


/* ----- title ----- */

.jj-titleA01 {
  margin: 0 0 60px !important;
  padding: 0 0 48px !important;
  font-size: 32px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  letter-spacing: 6px !important;
  text-align: center !important;
  -webkit-font-smoothing: antialiased;
  background: url(/common/images/h3_bg.gif) no-repeat center bottom;
}
.jj-titleB01 {
  margin: 0 0 30px !important;
  padding: 0 0 20px !important;
  font-size: 26px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  letter-spacing: 4px !important;
  text-align: left !important;
  -webkit-font-smoothing: antialiased;
  border-bottom: solid 1px #444 !important;
}
.jj-titleC01 {
  margin: 15px 0 !important;
  padding: 0 !important;
  font-size: 20px !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
  letter-spacing: 4px !important;
  text-align: left !important;
  -webkit-font-smoothing: antialiased;
}
.jj-small {
	font-size: 80%;
	line-height: 1.4;
}
.jj-underline {
	background: linear-gradient(transparent 70%, #ffb8c1 70%);
}

@media (max-width: 640px) {
	.jj-titleA01 {
		margin: 0 0 30px !important;
		padding: 0 0 24px !important;
		font-size: 24px !important;
    letter-spacing: 3px !important;
	}
	.jj-titleB01 {
		margin: 0 0 15px !important;
		padding: 0 0 10px !important;
		font-size: 18px !important;
    letter-spacing: 2px !important;
	}
	.jj-titleC01 {
		margin: 10px 0 !important;
		font-size: 16px !important;
    letter-spacing: 2px !important;
	}
}



/* ----- remodel work ----- */

.jj-remodel-work {
  border: solid 2px #333;
}

.jj-remodel-work .jj-remodel-work-title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 !important;
  padding: 0 40px !important;
  height: 100px;
  font-size: 22px;
  font-weight: normal;
  text-align: left;
  cursor: pointer;
}
.jj-remodel-work .jj-remodel-work-title .jj-icon {
  position: absolute;
  top: calc(50% - 15px);
  right: 40px;
  width: 30px;
  height: 30px;
}
.jj-remodel-work .jj-remodel-work-title .jj-icon::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
}
.jj-remodel-work .jj-remodel-work-title .jj-icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  height: 100%;
  background-color: #333;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.jj-remodel-work .jj-remodel-work-title.jj-active .jj-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}
@media (max-width: 640px) {
  .jj-remodel-work .jj-remodel-work-title {
    padding: 0 20px !important;
    height: 80px;
    font-size: 18px;
  }
  .jj-remodel-work .jj-remodel-work-title .jj-icon {
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
    width: 20px;
    height: 20px;
  }
}

.jj-remodel-work .jj-remodel-work-body {
  position: relative;
  display: none;
  padding: 41px 40px 40px;
}
.jj-remodel-work .jj-remodel-work-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 40px;
  display: block;
  width: calc(100% - 80px);
  height: 1px;
  background-color: #333;
}
@media (max-width: 640px) {
  .jj-remodel-work .jj-remodel-work-body {
    padding: 21px 20px 20px;
  }
  .jj-remodel-work .jj-remodel-work-body::before {
    left: 20px;
    width: calc(100% - 40px);
  }
}

.jj-remodel-work .jj-remodel-work-body p {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 640px) {
  .jj-remodel-work .jj-remodel-work-body p {
    font-size: 14px;
  }
}

.jj-remodel-work .jj-remodel-work-body .jj-table01 {
  margin: 40px 0 0;
}
.jj-remodel-work .jj-remodel-work-body .jj-table01 table {
  width: 100%;
}
.jj-remodel-work .jj-remodel-work-body .jj-table01 table thead th {
  padding: 20px 25px;
  background-color: #333;
}
.jj-remodel-work .jj-remodel-work-body .jj-table01 table thead th.jj-table-title01 {
  background-color: #c26767;
}
.jj-remodel-work .jj-remodel-work-body .jj-table01 table thead th.jj-table-title02 {
  background-color: #4c6a92;
}
.jj-remodel-work .jj-remodel-work-body .jj-table01 table thead th .jj-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}
.jj-remodel-work .jj-remodel-work-body .jj-table01 table thead th .jj-title .jj-sub {
  display: block;
  font-size: 15px;
  font-weight: normal;
}
.jj-remodel-work .jj-remodel-work-body .jj-table01 table tbody td {
  padding: 25px 10px 22px;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  border-bottom: solid 1px #999;
}
.jj-remodel-work .jj-remodel-work-body .jj-table01 table tbody td.jj-td-title {
  width: 70%;
}
.jj-remodel-work .jj-remodel-work-body .jj-table01 table tbody td.jj-td-target {
  width: 30%;
  font-size: 13px;
  text-align: right;
}
@media (max-width: 640px) {
  .jj-remodel-work .jj-remodel-work-body .jj-table01 {
    margin: 30px 0 0;
  }
  .jj-remodel-work .jj-remodel-work-body .jj-table01 table thead th {
    padding: 20px 10px 20px 15px;
  }
  .jj-remodel-work .jj-remodel-work-body .jj-table01 table thead th .jj-title {
    gap: 20px;
    font-size: 16px;
  }
  .jj-remodel-work .jj-remodel-work-body .jj-table01 table thead th .jj-title .jj-sub {
    font-size: 13px;
    width: 130px;
  }
  .jj-remodel-work .jj-remodel-work-body .jj-table01 table tbody td {
    padding: 20px 0 16px;
    font-size: 13px;
  }
  .jj-remodel-work .jj-remodel-work-body .jj-table01 table tbody td.jj-td-title {
    width: 60%;
  }
  .jj-remodel-work .jj-remodel-work-body .jj-table01 table tbody td.jj-td-target {
    width: 40%;
    font-size: 11px;
  }
}

.jj-remodel-work .jj-remodel-work-body .jj-remodel-work-body-other {
  margin: 40px 0 0;
}
.jj-remodel-work .jj-remodel-work-body .jj-remodel-work-body-other p {
  font-size: 13px;
}
@media (max-width: 640px) {
  .jj-remodel-work .jj-remodel-work-body .jj-remodel-work-body-other {
    margin: 30px 0 0;
  }
}



/* ----- product list ----- */

.jj-productList01 {
	overflow: hidden;
}
.jj-productList01 > li {
	float: left;
	display: block;
	margin: 0 0 4px 4px;
	width: calc((100% - 16px) / 5);
}
.jj-productList01 > li:nth-child(5n+1) {
	margin-left: 0;
}
.jj-productList01 > li img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 237px;
	height: auto;
}
.jj-productList01 > li a:hover img {
	opacity: 0.7;
}

@media (max-width: 640px) {
	.jj-productList01 > li {
		width: calc((100% - 4px) / 2);
	}
	.jj-productList01 > li:nth-child(5n+1) {
		margin: 0 0 4px 4px;
	}
	.jj-productList01 > li:nth-child(2n+1) {
		margin-left: 0;
	}
}


/* ----- photo ----- */

.jj-photoA01 {
	display: block;
	margin: 20px 0;
}
.jj-berry .jj-photoA01.jj-logo {
	margin: 0 0 40px;
	padding-top: 60px;
}
.jj-yuno .jj-photoA01.jj-logo {
	margin: 0 0 40px;
	padding-top: 10px;
}
.jj-photoA01 img {
	display: block;
	max-width: 100%;
	height: auto;
}
.jj-photoA01 figcaption {
	display: block;
	margin-top: 5px;
	line-height: 1.4;
}

@media (max-width: 640px) {
	.jj-berry .jj-photoA01.jj-logo {
		margin: 0 0 20px;
		padding-top: 0;
	}
	.jj-yuno .jj-photoA01.jj-logo {
		margin: 0 0 20px;
		padding-top: 0;
	}
}


/* ----- photo box ----- */

.jj-photoBox {
	overflow: hidden;
}
.jj-photoBox .jj-photo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.jj-photoBox.jj-left01 .jj-photo {
	float: left;
	width: calc(50% - 15px);
}
.jj-photoBox.jj-left01 .jj-desc {
	float: right;
	width: calc(50% - 15px);
}
.jj-photoBox.jj-right01 .jj-photo {
	float: right;
	width: calc(50% - 15px);
}
.jj-photoBox.jj-right01 .jj-desc {
	float: left;
	width: calc(50% - 15px);
}

.jj-photoBox.jj-w300 .jj-photo {
	width: 300px;
}
.jj-photoBox.jj-w300 .jj-desc {
	width: calc(100% - 330px);
}

@media (max-width: 640px) {
	.jj-photoBox.jj-left01 .jj-photo {
		float: none;
		width: 100%;
	}
	.jj-photoBox.jj-left01 .jj-desc {
		float: none;
		margin-top: 10px;
		width: 100%;
	}
	.jj-photoBox.jj-right01 .jj-photo {
		float: none;
		width: 100%;
	}
	.jj-photoBox.jj-right01 .jj-desc {
		float: none;
		margin-top: 10px;
		width: 100%;
	}
	.jj-photoBox.jj-w300 .jj-photo {
		width: 100%;
	}
	.jj-photoBox.jj-w300 .jj-desc {
		width: 100%;
	}
}


/* ----- other ----- */

.cf {
	min-height: 1px;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html .cf {
  height: 1px;
  /*＼*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.jj-nomargin {
	margin: 0 !important;
}
.jj-mgn-tb5 {
	margin: 5px 0 !important;
}

.jj-text-ceter {
	text-align: center;
}


/* ----- btn ----- */

#contents .jj-btn01 {
	margin-top: 30px;
    text-align: center;
}
#contents .jj-btn01 a {
    display: inline-block;
    margin: 0 0 4px 0;
    padding: 20px 82px 20px 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    text-align: left;
    text-decoration: none;
    background-image: url(/kosodate-eco/images/icon_arrow.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-color: #42474a;
	border: none;
    border-radius: 5px;
    box-shadow: 0px 4px #ccc;
    transition: all 0.3s ease;
}
#contents .jj-btn01 a:hover {
    margin: 4px 0 0 0;
    box-shadow: 0px 0 #ccc;
}

@media (max-width: 640px) {
	#contents .jj-btn01 {
		margin-top: 20px;
	}
  #contents .jj-btn01 a {
    padding: 20px 65px 20px 20px;
    font-size: 14px;
  }
}


/* ----- pointDiv ----- */

#contents .jj-pointDiv {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#contents .jj-pointDiv > li {
	display: inline-block;
	margin-left: 20px;
}
#contents .jj-pointDiv > li:first-child {
	margin-left: 0;
}
#contents .jj-flow01 > li img {
	display: inline-block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	height: auto;
}

@media (max-width: 640px) {
	#contents .jj-pointDiv > li {
		display: block;
		margin: 10px auto;
	}
	#contents .jj-pointDiv > li:first-child {
		margin-left: auto;
	}
}


/* ----- link list ----- */

#contents .jj-linkList {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
#contents .jj-linkList > li {
	margin-bottom: 5px;
}
#contents .jj-linkList > li a {
	display: inline-block;
}
#contents .jj-linkList > li.jj-pdf a {
	background: url(/common/images/icon05.gif) no-repeat right 2px;
    padding-right: 21px;
}

@media (max-width: 640px) {
	#contents .jj-linkList {
		margin: 10px 0;
	}
}


/* ----- notes list ----- */

#contents .jj-notesList {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
#contents .jj-notesList > li {
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
}

@media (max-width: 640px) {
	#contents .jj-notesList {
		margin: 10px 0;
	}
}




/* common
========================================*/
@media all and (min-width: 0px) and (max-width: 640px) {
  #container {
    margin: 0;
    width: auto;
  }

  body {
    min-width: inherit;
  }

  #header #headerMain {
    width: auto;
  }

  #header #headerMain .headNav {
    /*display: none;*/
  }

  #headerMain .logo {
    margin: 12px 0 0 10px;
    width: 73px;
  }

  #headerMain .logo img {
    width: 100%;
  }

  #headerMain .headR {
    float: right;
  }

  #headerMain .headR li a {
    min-height: 39px;
    padding-top: 20px;
    text-decoration: none;
    width: 59px;
  }

  #headerMain .headR li a span {
    display: none;
  }

  #headerMain .headR li a .fs1 {
    display: block;
    height: 20px;
  }

  #headerMain .headR li {
    width: 59px;
    border-left: 1px solid #CCC;
  }

  #headerMain .headR .on {
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
  }

  #headerMain .headR .on a .fs1 {
    filter: alpha(opacity=30) !important;
    opacity: .3 !important;
  }

  #headerMain .headR .on .drop {
    border-bottom: 1px solid #CCC;
  }

  #header .dropBox {
    /*top: 60px;*/
  }

  #headerMain #navArea {
    background: none;
    width: auto;
    float: right;
  }

  #header .dropNav {
    width: 100%;
    padding: 13px 0 0;
  }

  #header .dropNav li a .fs1 {
    display: none;
  }

  #header .dropNav li a .spIcon {
    display: block;
    height: 80px;
    line-height: 1;
    margin: -17px 0 0;
  }

  #header .dropNav .subNav01 a .spIcon {
    margin-bottom: -20px;
  }

  #header .dropNav .subNav02 a .spIcon {
    margin: -15px 0 -20px;
  }

  #header .dropNav ul {
    padding: 0 10px 13px;
  }

  #header .dropNav li {
    padding-bottom: 35px;
  }

  #header .dropNav li,#header .dropNav .subNav01,#header .dropNav .subNav02 {
    margin-right: 0;
    width: 50%;
    text-align: center;
  }

  #header .dropNav li p,#header .dropNav li ul {
    display: none;
  }

  #header .dropNav li p,#header .dropNav .subNav01 p,#header .dropNav .subNav02 p {
    width: auto;
  }

  #header .dropNav li:nth-child(2),#header .dropNav .subNav01,#header .dropNav .subNav02 {
    padding-bottom: 40px;
  }

  #header .dropNav li:nth-child(2) p a span:last-child,#header .dropNav .subNav01 p a span:last-child,#header .dropNav .subNav02 p a span:last-child {
    margin-top: 5px;
  }

  #header .dropNav li .kitLink,#header .dropNav li .batLink,#header .dropNav li .watLink01,#header .dropNav li .dreLink {
    display: block;
  }

  #header .dropNav li .batLink {
    padding-top: 2px;
  }

  #header .dropNav li .kitLink a span,#header .dropNav li .batLink a span,#header .dropNav li .dreLink a span,#header .dropNav li .watLink01 a span {
    font-size: 120%;
    letter-spacing: 1px;
  }

  #header .dropNav .menu {
    float: none;
    text-align: center;
    padding: 0;
    width: 100%;
  }

  #header .dropNav .menu li {
    display: inline-block;
    float: none;
    padding: 0 0 27px;
    width: 30%;
  }

  #header .dropNav .menu li span {
    font-weight: 400;
  }

  #header .dropNav .menu li a .fs1 {
    display: none;
  }

  #header .dropNav .menu li .spIcon {
    display: block;
    height: 42px;
    margin: 0;
  }

  #header .dropNav .menu .home01 {
    display: none;
  }

  #header .dropNav .menu .home02 {
    display: inline-block;
  }

  #header .dropNav .menu .home02 .spIcon {
    height: 47px;
  }

  #header .searchBox {
    top: 60px;
    overflow: hidden;
  }

  #header .searchBox .search {
    float: right;
    margin: 0 27px 0 0;
    padding: 22px 0 0;
    width: 266px;
  }

  #header .searchBox .search .fSearch01 {
    border-radius: 0;
  }

  #contents {
    width: 100%;
  }

  #footerTop {
    overflow: hidden;
    padding: 0 20px;
  }

  #footerTop .footerTopInner {
    width: 100%;
  }

  #footerTop .fb {
    display: none;
  }

  #footerTop .spFb {
    display: block;
    margin-top: 3px;
  }

  #footer {
    padding-bottom: 30px;
  }

  #footer .footerLink {
    width: auto;
    /*margin-bottom: 0;*/
    padding: 38px 10px 5px 20px;
  }

  #footer .footerLink li a {
    font-size: 95%;
  }

  #footer .footerLink .linkBox {
    display: none;
  }

  #footer .footerLink .linkBox li {
    font-size: 11px;
    letter-spacing: 1px;
    padding-bottom: 8px;
  }

  #footer .footerBox .fBox ul li {
    vertical-align: top;
  }

  #footer .footerBox .fBox ul li a {
    background: none !important;
  }

  #footer .footerBox .fBox ul li img {
    vertical-align: top;
  }

  #footer .footerLink .subLink {
    display: block;
    float: none;
    overflow: hidden;
    width: 100%;
  }

  #footer .footerLink .subLink ul {
    float: left;
    width: 50%;
  }

  #footer .footerLink .subLink .linkList {
    float: right;
    width: 50%;
  }

  #footer .footerBox {
    border-top: none;
  }

  #footer .footerBox .fBox {
    width: 100%;
  }

  #footer .footerBox .fBox p {
    border-top: 1px solid #666;
    float: none;
    padding: 40px 20px 0;
    width: auto;
  }

  #footer .footerBox .fBox p span {
    display: block;
    font-size: 90%;
    margin: 10px 0 0;
  }

  #footer .footerBox .fBox ul {
    float: none;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
  }

  #footer .footerBox .fBox ul li {
    display: inline-block;
    float: none;
    padding: 0 13px;
    text-align: left;
  }

  #footer .footerBox .fBox ul li a {
    border-color: #999;
    border-radius: 32px;
    padding: 9px 0 0 13px;
    width: 41px;
    height: 45px;
  }

  #footer .footerBox .fBox ul li a:hover {
    border-color: #999;
  }

  #footer .footerBox .fBox ul li a img {
    display: none;
  }

  #footer .footerBox .fBox ul li a .ipdImg {
    display: block;
  }

  #contents .topInner .photoBox br.hide {
    display: inline;
  }
}

@media all and (min-width: 0px) and (max-width: 640px) {

  #pagePath {
    display: none;
  }

  #contents .btmLink {
    padding: 48px 0 0;
    width: 100%;
  }

  #contents .btmLink li {
    float: none;
    margin: 0 auto 28px;
  }

  #contents .btmLink li a {
    background: #FFF;
    margin-bottom: 10px;
  }

  #contents .links {
    width: 100% !important;
  }

  #contents .links li {
    float: none;
    padding: 0 30px;
    width: auto !important;
  }

  #contents .linkUlBox {
    border: none;
    margin-bottom: 13px;
    padding: 5px 30px 0;
  }

  #contents .linkUl {
    margin-right: 0;
    width: 100%;
  }

  #contents .linkUl li {
    float: none;
    margin: 0 0 37px;
    width: 100%;
  }

  #contents .linkUl li .btn {
    margin-bottom: 12px;
  }

  #contents .linkUl .liLink {
    float: none;
    width: 100%;
  }

  #contents .linkUl .liLink .btn a {
    padding: 16px 0;
  }

  #contents .btmLink {
    padding: 0;
    width: 100%;
  }

  #contents .btmLink li {
    float: none;
    margin: 0 auto 35px;
  }

  #contents .btmLink li a {
    background: #FFF;
    margin-bottom: 10px;
  }

  #contents h3.h3TtlRelated {
    font-size: 150%;
    margin: 75px 0 20px 30px;
  }

  #contents .linkUl.related {
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #contents .linkUl.related li {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}
