@charset "utf-8";
body {
	font-family: "Noto Sans Japanese", Meiryo, sans-serif;
 font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1600 - 320)));
	line-height: 2em;
	color: #565553;
	letter-spacing: .1em;
}
main {
	display: block;
}
main, section {
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}
a {
	color: inherit;
	transition: all .3s;
}
a:hover {
	color: #599524 !important;
}
a:visited {
	color: inherit;
}
a:active {
	color: inherit;
}
img {
	height: auto;
}
i {
	vertical-align: middle;
	line-height: 1;
}
.center {
	text-align: center;
}
.caution {
	color: #D50000;
}
/*----- STANDARD -----*/
[class*="viewport"] {
	width: 100%;
	max-width: 1366px;
	padding: 0 2%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.viewport-l {
	max-width: 1366px;
}
.viewport-m {
	max-width: 1024px;
}
.viewport-s {
	max-width: 768px;
}
[class*="standard-h2"] {
font-size: calc(20px + (32 - 20) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	margin-bottom: 50px;
	position: relative;
	color: rgba(0, 0, 0, .87);
}
[class*="standard-h2"] span {
/* color: #599524 */
}
[class*="standard-h2"] small {
	display: block;
	text-transform: capitalize;
	font-size: 12px;
	margin-bottom: 4px;
	line-height: 1;
	font-weight: 400;
	font-style: italic;
	color: #599524;
	letter-spacing: 0;
}
.standard-h2-pink:after {
	content: '';
	display: block;
	visibility: visible;
	background: url(../img/ico-square-pink.png) no-repeat center center;
	background-size: cover;
	width: 22px;
	height: 22px;
	margin: 15px auto 0;
}
.standard-h2-fill, .standard-h2-white-fill {
	padding-left: 30px;
}
.standard-h2-fill:before, .standard-h2-white-fill:before {
	content: '';
	display: block;
	background: url(../img/ico-square-green-fill.png) no-repeat center center;
	background-size: cover;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
}
.standard-h2-white-fill:before {
	background: url(../img/ico-square-white.png) no-repeat center center;
	background-size: cover;
}
.section-spacing {
	padding-top: 100px;
	padding-bottom: 100px;
}
/*------HEADER------*/
#main-header {
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top: 0;
	background: #FFF;
	z-index: 8;
	padding: 10px 0;
	line-height: 52px;
}
#main-header h1 {
	width: 180px;
	float: left;
}
#global-navi {
	float: right;
}
#global-navi li {
	float: left;
	letter-spacing: 0;
}
#global-navi li+li {
	margin-left: 40px;
}
#global-navi a {
	display: block;
	font-weight: 500;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#global-navi a:hover {
	color: #599524;
}
/*----- FOOTER -----*/



#main-footer {
	text-align: center;
	position: relative;
	background: #FFF;
	padding-top: 30px;
	padding-bottom: 10px;
}
#main-footer figure {
	width: 250px;
	margin: 0 auto;
}
#main-footer ul {
	display: inline-block;
	margin: 20px 0;
}
#main-footer li {
	display: inline-block;
	margin-top: 10px;
}
#main-footer li+li {
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px solid rgba(0, 0, 0, .12);
}
#main-footer li a {
	display: block;
	font-size: 12px;
	line-height: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#main-footer li a:hover {
	color: #599524;
}
#main-footer p {
	font-size: 11px;
	letter-spacing: .5px;
}
/*------------ CONTENT ----------*/
#visual {
	width: 100%;
	height: 100vh;
	min-height: 350px;
	position: relative;
}
#visual ul {
	height: inherit;
}
#visual li {
	width: 50%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
#visual li:first-child {
	background-image: url(../img/img-pharmacy.png);
	background-position: left top;
}
#visual li:last-child {
	background-image: url(../img/img-care.png);
	background-position: right top;
}
#visual figure {
	width: 50%;
	max-width: 400px;
}
#visual figure img {
	width: 300px;
}
#president{
	padding: 80px 0;
}
#president>div{

}
#president .standard-h2-pink {
	text-align: center;
	width: 100%;
}
#president>div>div {
	margin-top: 30px;
}
#president #name {
	text-align: right;
	margin-top: 20px;
}
#president figure {
	width: 600px;
	margin: 0 auto;
}
#about {
	padding: 10vmax 0;
	text-align: center;
	overflow: hidden;
}
#about h3 {
	display: inline-block;
	font-family: serif;
	font-size: 32px;
	color: #ec707d;
	margin-bottom: .5em;
	background: url(../img/ico-square-pink.png) repeat-x center bottom;
	background-size: 8px auto;
	padding: 0 1% 8px;
}
#about p {
	letter-spacing: .2em;
	line-height: 2.5em;
}
#about .rellax {
	position: absolute;
}
#about .rellax:nth-of-type(1) {
	right: -10%;
}
#about .rellax:nth-of-type(2) {
	left: 20%;
	width: 90px;
}
#about .rellax:nth-of-type(3) {
	right: 10%
}
#about .rellax:nth-of-type(4) {
	left: 20%;
	width: 300px;
}
.business {
	padding: 150px 0;
	background: url(../img/img-field.png) #ebf5ff no-repeat right bottom;
	background-size: auto 300px;
}
.business+.business {
	background: url(../img/img-dish.jpg) no-repeat left center;
	background-size: cover;
}
.business .block {
	background: #FFF;
	width: 100%;
	max-width: 400px;
	text-align: center;
	box-sizing: border-box;
	padding: 32px;
	border-radius: 16px;
	box-shadow: 0 3px 15px rgba(0,0,0,.07);
}
.business+.business .block {
	float: right;
}
.business h2 {
	margin-bottom: 30px;
}
.business ul {
	display: inline-block;
	text-align: left;
	font-size: 16px;
	margin-top: 10px;
}
.business li {
	position: relative;
	padding-left: 20px;
	line-height: 1;
	margin: 10px 0 0;
}
.business li:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: url(../img/ico-square-green-fill.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.business a {
	text-decoration: underline;
}
#profile table {
	width: 50%;
	float: left;
}
#profile th {
	font-weight: 500;
	text-align: left;
	color: rgba(0, 0, 0, .78);
	padding: 8px 4px;
	vertical-align: top;
}
#profile td {
	vertical-align: top;
	padding: 8px 4px;
	color: rgba(0, 0, 0, .54);
}
#profile iframe {
	width: 50%;
	padding-left: 20px;
	box-sizing: border-box;
	float: left;
}
#contact {
	background: #599524;
}
#contact h2 {
	color: #FFF;
	margin-bottom: 20px;
}
#contact table {
	width: 50%;
	float: left;
	text-align: left;
}
#contact th {
	display: block;
	font-weight: normal;
	color: #FFF;
	padding: 15px 10px 8px;
	font-size: 12px;
	line-height: 1.5;
}
#contact td {
	display: block;
	padding: 0 10px;
}
#contact input[type="text"], #contact textarea {
	width: 100% !important;
	box-sizing: border-box;
	height: 40px;
	padding: 4px 8px;
	border-radius: 4px;
	border: none;
	background: rgba(255, 255, 255, .35);
	color: #FFF;
}
#contact textarea {
	/*height: 130px !important;*/
}
#contact input[type="submit"] {
	width: 240px;
	height: 50px;
	border-radius: 4px;
	background: #FFF;
	border: none;
	color: #599524;
	margin: 50px auto 0;
	display: block;
	clear: both;
	font-family: "Noto Sans Japanese", Meiryo, sans-serif;
	font-weight: 500;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#contact input[type="submit"]:hover {
	opacity: .7;
	box-shadow: 0 3px 15px rgba(0,0,0,.3);
}
#contact th span {
	background: #585553;
	font-size: 10px;
	display: inline-block;
	line-height: 1;
	padding: 4px 8px;
	border-radius: 4px;
	margin-left: 4px;
}
#thankyou {
	background: rgba(24, 154, 104, .1);
	padding-top: 120px;
}

@media only screen and (max-width: 1366px) {
.section-spacing {
	padding-top: 50px;
	padding-bottom: 50px;
}
}

@media only screen and (max-width: 768px) {
[class*="standard-h2"] {
	margin-bottom: 20px;
}
#main-header {
	text-align: center;
	padding: 8px 0 0;
	line-height: 1;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .07);
}
#main-header h1 {
	background: url(../img/logo-s.png) no-repeat center center;
	background-size: cover;
	float: none;
	margin: 0 auto;
	width: 200px;
}
#main-header h1 img {
	height: 0;
}
#global-navi {
	float: none;
	display: flex;
	margin: 8px 0;
	justify-content: center;
}
#global-navi li {
	display: inline-block;
	float: none;
}
#global-navi li+li {
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px dotted rgba(0, 0, 0, .12);
}
#global-navi a {
	padding: 4px 0;
 font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (768 - 320)));
	font-weight: 500;
}
#visual {
	height: auto;
	padding-top: 60px;
}
#visual li {
	width: auto;
	float: none;
	padding: 6% 2%;
	display: block;
}
#visual li:first-child {
	background-position: left 20%;
}
#visual li:last-child {
	background-position: left 20%;
}
#visual figure {
	width: 150px;
}
#visual li:first-child figure {
	margin-left: calc(90% - 150px);
}
#visual li:last-child figure {
	margin-left: 10%;
}
#president{
	padding: 40px 0;
}
#president>div>div {
	margin-top: 10px;
}
#president figure {
	width: 100%;
	max-width: 400px;
}
#about .rellax:nth-of-type(1), #about .rellax:nth-of-type(4) {
	width: 200px
}
#about .rellax:nth-of-type(2), #about .rellax:nth-of-type(3) {
	width: 50px;
}
.business {
	padding: 50px 0;
	margin: 8px;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
.business .block {
	margin: 0 auto;
	padding: 16px;
	background: rgba(255, 255, 255, .85);
	float: none !important;
}
#profile {
	text-align: center;
}
#profile h2 {
	display: inline-block;
}
#profile table {
	width: auto;
	float: none;
	margin: 0 auto;
}
#profile td {
	text-align: left;
}
#profile iframe {
	padding: 0;
	width: 90%;
	float: none;
	margin: 20px auto 0;
	height: 250px;
	border-radius: 4px;
	overflow: hidden;
	border: 4px solid #599524 !important;
}
#contact {
	text-align: center;
}
#contact h2 {
	display: inline-block;
}
#contact table {
	float: none;
	width: 100%;
}
#contact th {
	text-align: center;
	padding-bottom: 4px;
}
}
