@charset "UTF-8";

body {
	font-size: 0.9rem;
	line-height: 1.7;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	max-width: 100%;
}

li {
	list-style: none;
}

.inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 40px;
}

.site-title {
	font-weight: normal;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 0 auto 40px auto;
}

.site-title a {
	display: block;
}

#kakikobo .text,
#product,
#jirokaki .text,
#jirokaki .prevention,
#message,
#about,
#form,
#contact {
	font-family: YuGothic,'Yu Gothic', sans-serif;
}


/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
	display: flex;
}

#header .header-left {
	width: 30%;
}

#header .logo {
	margin: 20px 0;
	text-align: center;
}

#header .logo img {
	width: 60px;
}

#header .header-right {
	width: 70%;
	line-height: 1px;
}

#header .nav-menu {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;;
	margin: 0 auto;
}

#header .nav-menu li {
	font-size: 1rem;
	margin: 0 20px 30px 20px;
}

#header .nav-sns {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

#header .nav-sns .f-logo {
	width: 60px;
	margin: 10px;

}

#header .nav-sns .online {
	width: 115px;
	margin-left: 10px;
}

/*-------------------------------------------
Main
-------------------------------------------*/
main,
main a {
	color: #003333;
}

/*-------------------------------------------
Kakikobo
-------------------------------------------*/
#kakikobo {
	background-image: url(../img/concept.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0 200px 0;
	text-align: center;
}

#kakikobo .message {
	font-size: 1.7rem;
	padding: 20px;
}

#kakikobo .message .sp {
	display: none;
}

#kakikobo .text p {
	padding: 20px;
	letter-spacing: 0.05em;
}

#kakikobo .text .sp {
	display: none;
}

/*-------------------------------------------
Kakian
-------------------------------------------*/
#kakian {
	background-image: url(../img/kakian_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	line-height: 1px;
	padding-top: 40px;
}

/*-------------------------------------------
Product
-------------------------------------------*/
#product .pulp {
	margin-top: 180px;
	margin-bottom: 180px;
}

#product .pulp-img {
	position: relative;
	text-align: center;
}

#product .pulp-img .img-left {
	position: absolute;
	top: -20%;
	left: 0;
}

#product .pulp .text {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#product .pulp .text p {
	width: 50%;
}

#product .pulp .text .button {
	width: 45%;
}

#product .leaf,
#product .peel {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 180px;
}

#product .leaf-img,
#product .peel-img {
	position: relative;
	width: 50%;
	text-align: right;
}

#product .leaf-img .img-left,
#product .peel-img .img-left {
	position: absolute;
	top: -20%;
	left: 0;
}

#product .leaf .text,
#product .peel .text {
	width: 45%;
}

#product .fw {
	font-weight: bold;
	margin-bottom: 10px;
}

#product .title {
	font-weight: bold;
	font-size: 2rem;
	margin-right: 5px;
}

#product .color {
	color: #ec6538;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}

#product .text-title {
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 10px;
}

#product .content {
	margin-bottom: 40px;
}

#product .button {
	background-color: #042c35;
	text-align: center;
	padding: 2.5px;
	width: 100%;
	margin: 20px auto 0 auto;
	border-radius: 22px;
}

#product .button .sp {
	display: none;
}

#product .button.a {
	margin-top: 88px;
} 

#product .button a {
	color: #fff;
	display: block;
}

/*-------------------------------------------
Container
-------------------------------------------*/
.container {
	background-image: url(../img/IMG_4880.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

/*-------------------------------------------
jirokaki
-------------------------------------------*/
#jirokaki {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	margin-bottom: 80px;
}

#jirokaki .info {
	width: 60%;
}

#jirokaki .title {
	font-size: 2.2rem;
	margin-bottom: 20px;
}

#jirokaki .text {
	font-size: 0.8rem;
	margin-bottom: 20px;
	width: 65%;
}

#jirokaki .prevention {
	font-size: 0.7rem;
	border: 3px solid #000;
	padding: 10px 20px;
	border-radius: 6px;
}

#jirokaki .prevention .fw {
	font-weight: bold;
}

#jirokaki .photo {
	width: 40%;
	position: relative;
	text-align: right;
}

#jirokaki .photo .orange {
	position: absolute;
	top: 10%;
	left: -30%;
	width: 70%;
}

#jirokaki .photo .text {
	margin-top: 80px;
	width: 90%;
}

/*-------------------------------------------
Message
-------------------------------------------*/
#message {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

#message .info {
	width: 60%;
}

#message .info h2 {
	margin-bottom: 20px;
}

#message .info .mind {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1rem;
}

#message .info .text {
	margin-bottom: 20px;
	font-size: 0.8rem;
}

#message .profile {
	width: 35%;
	position: relative;
}	

#message .profile img {
	width: 70%;
}

#message .profile .text {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}

#message .profile .office {
	font-size: 1rem;
}

#message .profile .name {
	font-size: 1.2rem;
	margin-bottom: 5px;
}

/*-------------------------------------------
About
-------------------------------------------*/
#about {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

#about .info {
	width: 50%;
}

#about h2 {
	margin-bottom: 20px;
}

#about dl {
	display: flex;
	flex-wrap: wrap;
}

#about dt,
#about dd {
	padding: 15px 0;
}

#about dt {
	width: 20%;
	border-bottom: 1px dotted #000;
	font-weight: bold;
}

#about dd {
	width: 80%;
	border-bottom: 1px dotted #000;
}

#about img {
	width: 40%;
}

/*-------------------------------------------
Form
-------------------------------------------*/
#form {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 40px 80px 40px;
	border-top: 2px dotted #000;
}

#form .info {
	width: 60%;
}

#form .form-area {
	display: flex;
	align-items: center;
}

#form h2 {
	font-size: 1.8rem;
	margin-bottom: 15px;
	margin-right: 15px;
}

#form .triangle {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 25px solid #003333;
	border-bottom: 15px solid transparent;
	margin-bottom: 15px;
	margin-right: 15px;
}

#form .info p {
	font-weight: bold;
	font-size: 1rem;
}

#form .info img {
	margin-top: 20px;
}

#form .img {
	width: 30%;
}

/*-------------------------------------------
Contact
-------------------------------------------*/
#contact {
	background-image: url(../img/IMG_4880.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#contact .inner {
	padding: 80px;
}

#contact .text {
	border-top: 2px solid #b1adae;
	border-bottom: 2px solid #b1adae;
	padding: 25px 0;
	margin: 20px 0;
}

#contact .txl,
#contact .txm,
#contact .txs {
	font-weight: bold;
}

#contact .txl {
	font-size: 1.4rem;
	margin-bottom: 10px;
}

#contact .txm {
	font-size: 1.2rem;
}

#contact .txs {
	font-size: 1.1rem;
}

#contact .title {
	margin: 20px 0 10px 0;
}

#contact .important {
	font-size: 0.8rem;
	font-weight: bold;
	text-align: right;
	margin: 100px 0 15px 0;
}

#contact dl {
  	display: flex;
  	margin-left: auto;
  	flex-wrap: wrap;
  	max-width: 640px;
}

#contact dt {
	flex-basis: 170px;
	font-weight: bold;
	padding: 20px 15px;
}

#contact dd {
	flex-basis: 470px;
  margin-bottom: 15px;
  color: #b1adae;
  background-color: #ede7e9;
}

#contact dd input,
#contact dd textarea {
 	width: 100%;
 	padding: 20px 15px;
}

#contact dd textarea {
	height: 330px;
}

#contact .button {
 	text-align: right;
}

#contact .button input {
	background-color: #e27703;
	max-width: 470px;
	width: 100%;
	color: #fff;
	padding: 20px 0;
}

/*-------------------------------------------
フッター
-------------------------------------------*/
#footer {
	background-color: #f6eac4;
	padding: 40px 0;
}

#footer .content {
	display: flex;
}

#footer .content .fw {
	font-weight: bold;
}

#footer .item {
	margin-left: 60px;
}

#footer .info {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}

#footer .info img {
	width: 60px;
	margin-right: 20px;
	margin-top: 15px;
}

#footer .name {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}

#footer .name .office {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

#footer .name .ishimaki {
	font-size: 2.3rem;
	margin-left: 15px;
}

#footer .info .address {
	font-size: 1.1rem;
	letter-spacing: 0.05em;
}

#footer .tel {
	font-size: 1.3rem;
	margin-bottom: 10px;
}

#footer .online img {
	width: 115px;
	margin-top: 30px;
}

#footer .nav-menu {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#footer .nav-menu li {
	margin: 0 20px;
	font-size: 1rem;
}

/*-------------------------------------------
Page-top
-------------------------------------------*/
#page-top {
	line-height: 1px;
	position: fixed;
	right: 140px;
	bottom: 0;
	z-index: 10;
	width: 150px;

}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 768px) {

  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  #header {
  	flex-direction: column;
  }

  #header .header-left {
  	width: 100%;
  	margin-bottom: 20px;
  }

  #header .header-right {
  	width: 100%;
  }

  /*-------------------------------------------	
	Kakikobo	
	-------------------------------------------*/
	#kakikobo {
		padding: 30px 0 280px 0;
	}

	#kakikobo .message {
		font-size: 1.4rem;
	}

	#kakikobo .message .sp {
		display: block;
	}

	#kakikobo .text p {
		padding: 0 20px 20px 20px;
		text-align: left;
	}

	#kakikobo .text .pc {
		display: none;
	}

	/*-------------------------------------------
	Product
  -------------------------------------------*/
  #product .pulp {
  	margin: 100px 0 80px 0;
  }

  #product .pulp-img {
  	text-align: right;
  }

	#product .pulp-img .img-left {
		width: 40%;
		top: -30%;
	}

	#product .pulp-img .img-right {
		width: 70%;
	}

  #product .pulp .text {
  	flex-direction: column;
  }

  #product .pulp .text p {
  	width: 100%;
  }

  #product .pulp .text .button {
  	width: 100%;
  }

  #product .leaf,
  #product .peel {
  	flex-direction: column;
  	margin-bottom: 80px;
  }

  #product .leaf-img,
	#product .peel-img, 
	#product .leaf .text,
	#product .peel .text {
		width: 100%;
		margin-top: 15px;
	}

	#product .leaf-img .img-left,
	#product .peel-img .img-left {
		width: 40%;
	}

	#product .leaf-img .img-right,
	#product .peel-img .img-right {
		width: 70%;
	}

	#product .title {
		font-size: 1.5rem;
	}

	#product .color {
		text-align: center;
	}

	#product .text-title {
		font-size: 1.3rem;
	}

	#product .text .pc {
		display: none;
	}

	#product .button {
		width: 100%;
		margin-bottom: 20px;
	}

	#product .button .sp {
		display: block;
	}

	#product .button.a {
		margin-top: 20px;
	}

  /*-------------------------------------------
	jirokaki
  -------------------------------------------*/
  #jirokaki {
  	flex-direction: column;
  	margin-bottom: 40px;
  }

  #jirokaki .info {
  	width: 100%;
  }

 	#jirokaki .title {
 		font-size: 1.8rem;
 	}

  #jirokaki .text {
  	width: 100%;
  }

  #jirokaki .photo {
  	width: 100%;
  }

  #jirokaki .photo .text {
  	width: 100%;
  }


	#jirokaki .photo .orange {
		top: 20%;
		left: -5%;
		width: 45%;
}

  /*-------------------------------------------
	Message
  -------------------------------------------*/
  #message {
  	flex-direction: column;
  	margin-bottom: 40px;
  }

  #message .info {
  	width: 100%;
  }

  #message .profile {
  	margin-top: 40px;
  	width: 100%;
  }

  #message .profile .office {
  	font-size: 0.7rem;
  }

  #message .profile .name {
  	font-size: 0.9rem;
  }

  /*-------------------------------------------
	About
  -------------------------------------------*/
  #about {
  	flex-direction: column;
  	margin-bottom: 40px;
  }

  #about .info,
  #about img {
  	width: 100%;
  }

  #about .info {
  	margin-bottom: 20px;
  }

  #about dt {
  	width: 30%;
  }

  #about dd {
  	width: 70%;
  }

  /*-------------------------------------------
	Form
  -------------------------------------------*/
  #form {
  	flex-direction: column;
  	padding: 40px;
  }

  #form .info,
  #form .img {
  	width: 100%;
  }

  #form .info {
  	margin-bottom: 20px;
  }

  #form  h2 {
  	font-size: 1.2rem;
  }

  #form .triangle {
  	display: none;
  }

  #form .img {
  	text-align: center;
  }

  /*-------------------------------------------
	Contact
  -------------------------------------------*/
  #contact .inner {
  	padding: 40px;
  }

  #contact .txm {
  	font-size: 1.1rem;
  }

  #contact .txs {
  	font-size: 1rem;
  }

  /*-------------------------------------------
  フッター
  -------------------------------------------*/
  #footer .content {
  	flex-direction: column;
  }

  #footer .item {
  	text-align: center;
  	width: 100%;
  	margin: 20px 0;
  }

  #footer .info {
  	flex-direction: column;
  	justify-content: center;
  }

  #footer .info .text {
  	width: 100%;
  }

  #footer .info img {
  	margin: 0 auto 10px auto;
  }

  #footer .name {
  	justify-content: center;
  }

  #footer .name .office {
  	font-size: 1rem;
  }

  #footer .name .ishimaki {
  	font-size: 1.7rem;
  }

  #footer .tel {
  	font-size: 1rem;
  }

  #footer .info .address {
  	font-size: 0.9rem;
  }

  #footer .online {
  	text-align: center;
  }

  #footer .nav-menu {
  	margin: 0 auto;
  	text-align: left;
  	max-width: 100%;
  }

  /*-------------------------------------------
 	Page-top
  -------------------------------------------*/
  #page-top {
  	width: 90px;
  	right: 20px;
  	display: none;
  }

}
