@charset 'UTF-8';

/*----------------------------------------------------------------------

Setting

----------------------------------------------------------------------*/

@import 'css/ress.css';
@import 'css/swiper.css';
@import 'css/mfp.css';

/* Font */

@font-face {
  font-family: "Uzumasa Honmaru Gothic Anime";
  font-style: normal;
  font-weight: normal;
  src: local("UzumasaHonmaruGothic-Anime.otf"), url("font/uzumasa-honmaru-anime.woff") format("woff"), url("font/uzumasa-honmaru-anime.otf") format("opentype");
}

@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("font/icomoon.woff?1kvgb4") format('woff'), url("font/icomoon.ttf?1kvgb4") format("truetype");
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-size: 1.875rem;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-decoration: inherit;
  speak: none;
}

.icon-up:before {
  content: "\e5d8";
}

.icon-down:before {
  content: "\e5db";
}

.icon-left:before {
  content: "\e5c4";
}

.icon-right:before {
  content: "\e5c8";
}

.icon-dropdown:before {
  content: "\e5c5";
}

.icon-menu:before {
  content: "\e3c7";
}

.icon-close:before {
  content: "\e5cd";
}

.icon-home:before {
  content: "\e88a";
}

.icon-phone:before {
  content: "\e902";
}

.icon-fax:before {
  content: "\e8ad";
}

.icon-mail:before {
  content: "\e900";
}

.icon-news:before {
  content: "\e901";
}

.icon-pin:before {
  content: "\e8b4";
}


/* Container */

html {
  color: #5A3933;
  font-family: "Uzumasa Honmaru Gothic Anime", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 14px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

body {
  background-color: #FFF8EE;
  position: relative;
}

body:before, body:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  z-index: 997;
}

body:before {
  background-color: #f45b9f;
  top: 5px;
  bottom: 0;
  left: 0;
}

body:after {
  background-color: #00abeb;
  top: 0;
  bottom: 20px;
  right: 0;
}

#header, #main, #footer {
  padding-left: 5px;
  padding-right: 5px;
}

#header {
  border-top: 5px solid #fd9027;
}

#footer {
  background-color: #9467ab;
}

#svg {
  display: none;
}

.bg-def {
  background-color: #FFF8EE;
}

.bg-beige {
  background-color: #FFF5E6;
}

.bg-blue {
  background-color: #32BAEB;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (min-width: 768px) {
  html, body {
    min-width: 1280px;
  }
  html {
    font-size: 16px;
  }
  body:before, body:after {
    width: 40px;
  }
  body:before {
    top: 40px;
  }
  body:after {
    bottom: 40px;
  }
  #header, #main, #footer {
    padding-left: 40px;
    padding-right: 40px;
  }
  #header {
    border-top: 40px solid #fd9027;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}


/*----------------------------------------------------------------------

Text Style

----------------------------------------------------------------------*/

.title {
  background-color: #F8ECDA;
  border-radius: 10px;
  opacity: 0;
  margin: 0 20px 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.title.animation {
  -webkit-animation: opacityBounce .6s cubic-bezier(.86, 0, .07, 1) 0s both;
  animation: opacityBounce .6s cubic-bezier(.86, 0, .07, 1) 0s both;
}

.title h2, .title h3 {
  text-align: center;
}

.title h2 {
  font-size: 1.625rem;
}

.title h3 {
  margin-bottom: 10px;
}

.color-b {
  color: #00ABEB;
}

.color-g {
  color: #28B03B;
}

.color-o {
  color: #FD9027;
}

.color-p {
  color: #F45B9F;
}

.color-r {
  color: #E83351;
}

.color-v {
  color: #9467AB;
}

.color-w {
  color: #FFFFFF !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

p {
  line-height: 1.7;
  text-align: justify;
  font-family: YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

.txt-center {
  text-align: center;
}

.is-help {
  font-size: 0.714rem;
  line-height: 1.3em;
  display: block;
}

a, a:visited, a:hover {
  color: #5A3933;
  text-decoration: none;
}

a, a:before, a:after {
  transition: all .3s cubic-bezier(.86, 0, .07, 1) 0s;
}

img {
  vertical-align: bottom;
  display: inline-block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .title {
    width: 680px;
    margin: 0 auto 60px;
  }
  .title h2 {
    font-size: 3.75rem;
  }
  .title h3 {
    font-size: 1.875rem;
  }
}

@media all and (-ms-high-contrast:none) {
  p {
    font-family: Meiryo, sans-serif !important;
  }
}


/*----------------------------------------------------------------------

Animation Style

----------------------------------------------------------------------*/


/* Hover */

@-webkit-keyframes hoverBounce {
  0%, 100% {
    -webkit-transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(.92, 1.08);
  }
  50% {
    -webkit-transform: scale(1.08, .92);
  }
  75% {
    -webkit-transform: scale(.96, 1.04);
  }
}

@keyframes hoverBounce {
  0%, 100% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(.92, 1.08);
  }
  50% {
    transform: scale(1.08, .92);
  }
  75% {
    transform: scale(.96, 1.04);
  }
}


/* Title */

@-webkit-keyframes opacityBounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(.92, 1.08);
  }
  50% {
    -webkit-transform: scale(1.08, .92);
  }
  75% {
    -webkit-transform: scale(.96, 1.04);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
  }
}

@keyframes opacityBounce {
  0% {
    opacity: 0;
    transform: scale(1, 1);
  }
  25% {
    transform: scale(.92, 1.08);
  }
  50% {
    transform: scale(1.08, .92);
  }
  75% {
    transform: scale(.96, 1.04);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}


/*----------------------------------------------------------------------

Nav Style

----------------------------------------------------------------------*/

#nav {
  position: relative;
  padding: 10px 10px 30px;
}

#nav-logo {
  float: left;
  margin-left: 15%;
  width: 59px;
}

#nav-logo a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}

#nav-sub {
  float: left;
}

#nav-sub a {
  border-radius: 10px;
  font-size: .725rem;
  display: block;
  position: relative;
  height: 45px;
  margin-right: 10px;
}

#nav-sub img {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 200px;
  margin: 0 auto;
}

#nav-sub .sub-title {
  color: #5B3932;
  margin-top: -10px;
  font-size: 16px;
  font-weight: bold;
}
#nav-sub .sub-title::before {
  content: '~ ';
  font-size: 18px;
}
#nav-sub .sub-title::after {
  content: ' ~';
  font-size: 18px;
}

#nav-link {
  clear: both;
  padding: 10px 0 0;
}

#nav-link li {
  float: left;
  width: 16.66666%;
  padding: 2px;
}

#nav-link a {
  border-radius: 50%;
  display: block;
  position: relative;
  padding-top: 100%;
}

#nav-link a:hover {
  -webkit-animation: hoverBounce .6s cubic-bezier(.86, 0, .07, 1) 0s both;
  animation: hoverBounce .6s cubic-bezier(.86, 0, .07, 1) 0s both;
}

#nav-link li:nth-child(1) a {
  background-color: #FD9027;
}

#nav-link li:nth-child(2) a {
  background-color: #28B03B;
}

#nav-link li:nth-child(3) a {
  background-color: #00ABEB;
}

#nav-link li:nth-child(4) a {
  background-color: #E83351;
}

#nav-link li:nth-child(5) a {
  background-color: #b6747f;
}

#nav-link li:nth-child(6) a {
  background-color: #9467AB;
}

#nav-link li:nth-child(7) a {
  background-color: #F45B9F;
}

#nav-link li:nth-child(8) a {
  background-color: #f00;
}

#nav-link li:nth-child(9) a {
  background-color: #9FCE63;
}

#nav-link span {
  font-size: 12px;
  color: #FFF;
  text-align: center;
  line-height: 1.3;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#nav-contact {
  position: absolute;
  top: 0;
  right: 17.5px;
}

#nav-contact li {
  float: left;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

#nav-contact a {
  border-radius: 0 0 100px 100px;
  color: #FFF;
  display: block;
  padding: 10px;
}

#nav-contact li:nth-child(1) {
	height: 50px;
	display: flex;
	align-items: center;
	/* color: #00ABEB; */
}

#nav-contact li:nth-child(1) a {
		color: #fff;
		background: #00ABEB;
		padding: 10px 15px;
		border-radius: 6px;
		display: inline-block;
		transition: .3s;
}
#nav-contact li:nth-child(1) a:hover {
	opacity: .6;
}

#nav-contact li:nth-child(2) a {
  background-color: #00ABEB;
}

#nav-contact li:nth-child(3) a {
  background-color: #F45B9F;
}

#nav-contact li:nth-child(4) a {
  background-color: #ffffff;
}

#nav-contact [class^="icon-"], #nav-contact [class*=" icon-"] {
  font-size: 1rem;
}

@media only screen and (max-width: 769px) {
	#nav-contact li:nth-child(1) {
		height: 35px;
	}
}

@media screen and (min-width: 768px) {
	
	
  #nav {
    padding: 40px 30px 60px;
  }
  #nav-logo {
    width: 98px;
    margin-left: 32%;
  }
  #nav-sub a {
    font-size: 1rem;
    height: 90px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
  }
  #nav-sub img {
    top: 30px;
    width: 500px;
  }
  #nav-sub .sub-title {
    font-size: 20px;
  }
  #nav-sub .sub-title::before {
    font-size: 22px;
  }
  #nav-sub .sub-title::after {
    font-size: 22px;
  }
  #nav-link {
    width: 900px;
    margin: 0 auto;
  }
  #nav-link li {
    width: 100px;
    padding: 0 5px;
  }
  #nav-link span {
    font-size: 14px;
  }
  #nav-contact {
    right: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #nav-contact li {
    padding-left: 5px;
    padding-right: 5px;
  }
  #nav-contact a {
    padding: 10px;
  }
  #nav-contact [class^="icon-"], #nav-contact [class*=" icon-"] {
    font-size: 1.875rem;
  }
}


/*----------------------------------------------------------------------

Contact Style

----------------------------------------------------------------------*/

#contact {
  padding-top: 60px;
  padding-bottom: 40px;
}

#contact-fukidashi {
  color: #FFF;
  text-align: center;
  margin-bottom: 20px;
}

#contact-fukidashi span {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}

#contact-fukidashi span:before, #contact-fukidashi span:after {
  background-color: #FFF;
  border-radius: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
}

#contact-fukidashi span:before {
  left: 0;
  -webkit-transform: rotate(-16deg);
  transform: rotate(-16deg);
}

#contact-fukidashi span:after {
  right: 0;
  -webkit-transform: rotate(16deg);
  transform: rotate(16deg);
}

#contact-img {
  background-color: #FFF;
  border: 5px solid #00ABEB;
  border-radius: 50%;
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  padding: 20px;
}

#contact-img:before {
  border: 10px solid transparent;
  border-top: 10px solid #00ABEB;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
}

#contact-img img {
  display: block;
}

#contact .title {
  background-color: #00ABEB;
  color: #FFF;
}

#contact-box {
  padding-left: 20px;
  padding-right: 20px;
}

#contact-box-txt {
  margin-top: 50px;
}

#contact-box-txt p {
  color: #FFF;
  margin-bottom: 40px;
}

#contact-box-txt img {
  max-width: 580px;
}

#contact-box-form {
  margin: auto;
}

#contact-box-form p {
  color: #FFF;
  margin-bottom: 20px;
}

#contact-box-form select, #contact-box-form input, #contact-box-form textarea {
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 3px;
  color: #5A3933;
  font-family: YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  font-size: 1rem;
  line-height: 1.8;
  display: block;
  width: 100%;
  padding: 10px;
}

#contact-box-form select {
  text-overflow: "…" -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

#contact-box-form-select, #contact-box-form-name, #contact-box-form-mail, #contact-box-form-message, #contact-box-form-send {
  display: block;
  position: relative;
}

#contact-box-form-select .icon-dropdown {
  background-color: #E53954;
  border-radius: 0 3px 3px 0;
  text-align: center;
  display: block;
  pointer-events: none;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  z-index: 1;
  width: 40px;
}

#contact-box-form-select .icon-dropdown:before {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#contact-box-form-send input {
  background-color: #E53954;
  border: 0;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  max-width: 200px;
  margin: 0 auto;
  padding: 10px;
}

#contact-box-form-send input:hover {
  -webkit-animation: hoverBounce .6s cubic-bezier(.86, 0, .07, 1) 0s both;
  animation: hoverBounce .6s cubic-bezier(.86, 0, .07, 1) 0s both;
}

@media screen and (min-width: 768px) {
  #contact-fukidashi {
    font-size: 1.625rem;
  }
  #contact-img {
    border: 10px solid #00ABEB;
    width: 200px;
    height: 200px;
    margin: 0 auto 30px;
    padding: 30px;
  }
  #contact-img:before {
    border: 20px solid transparent;
    border-top: 20px solid #00ABEB;
    bottom: -48px;
  }
  #contact-box {
    width: 1200px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px
  }
  #contact-box-txt p {
    text-align: center;
  }
  #contact-box-form {
    width: 896px;
  }
}

@media all and (-ms-high-contrast:none) {
  #contact-box-form select, #contact-box-form input, #contact-box-form textarea {
    font-family: Meiryo, sans-serif !important;
  }
}


/*----------------------------------------------------------------------

Other Style

----------------------------------------------------------------------*/

#copyrights {
  color: #fff;
  font-size: .725rem;
  line-height: 20px;
  text-align: center;
  height: 20px;
  margin: auto;
}

.fixed-button {
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  display: block;
  cursor: pointer;
  opacity: 0;
  position: fixed;
  bottom: 50px;
  right: -46px;
  z-index: 998;
  width: 46px;
  height: 46px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all .6s cubic-bezier(.86, 0, .07, 1) 0s;
}
.fixed-button:hover {
  -webkit-animation: hoverBounce .6s cubic-bezier(.86, 0, .07, 1) 0s both;
  animation: hoverBounce .6s cubic-bezier(.86, 0, .07, 1) 0s both;
}
.fixed-button::before {
  color: #fff;
}

#button__label {
	  position: fixed;
		height: 46px;
		bottom: 50px;
		z-index: 998;
		display: flex;
		align-items: center;
	  opacity: 0;
	  right: -46px;
	  transition: .6s;
	  /* color: #00ABEB; */
}
#button__label span {
	color: #fff;
	background: #FCA914;
	padding: 10px 15px;
	border-radius: 6px;
	display: inline-block;
}
#button__label a {
	color: #fff;
	background: #00ABEB;
	padding: 10px 15px;
	border-radius: 6px;
	display: inline-block;
	transition: .3s;
}
#button__label a:hover {
	opacity: .6;
}
#button__label.active {
	  opacity: 1;
	  right: 210px;
}

#totel {
  background-color: #32A9E5;
  border: 3px solid #32A9E5;
  color: #32A9E5;
}

#totel.active {
  opacity: 1;
  right: 160px;
  transform: rotate(0);
}

#toline {
  background-color: #ffffff;
  border: 3px solid #ffffff;
  color: #fff;
}

#toline.active {
  opacity: 1;
	//right: 110px;
	  right: 60px;
  transform: rotate(0);
}

#torecruit {
  background-color: #F45B9F;
  border: 3px solid #F45B9F;
  color: #fff;
}

#torecruit.active {
  opacity: 1;
  right: 160px;
  transform: rotate(0);
}

#tocontact {
	background-color: #F45B9F;
	  border: 3px solid #F45B9F;
	  color: #F45B9F;
  //background-color: #32A9E5;
  //border: 3px solid #32A9E5;
  //color: #32A9E5;
}

#tocontact.active {
  opacity: 1;
	//right: 60px;
	  right: 110px;
  transform: rotate(0);
}

#totop {
  background-color: #E83351;
  border: 3px solid #E83351;
  color: #E83351;
}

#totop.active {
  opacity: 1;
  right: 10px;
  transform: rotate(0);
}

@media screen and (min-width: 768px) {
  #copyrights {
    line-height: 40px;
    height: 40px;
  }
}


/*----------------------------------------------------------------------

Plugin

----------------------------------------------------------------------*/

div.wpcf7-mail-sent-ok {
  border: none;
}

#sterilizair article {
	font-family: serif!important;
	letter-spacing: 0.1em;
}
#sterilizair article .page-article > * {
	margin-bottom: 20px;
}
#sterilizair article strong {
	font-size: 20px;
}
#sterilizair article .plus {
	text-align: center;
	font-size: 30px;
}
#sterilizair article .ster-title {
	margin-top: 30px;
	padding-bottom: 10px;
}

.hoiku-list {
  width: 900px;
  margin: 50px auto 0 auto;
}
.hoiku-list-lead {
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
}
.hoiku-item {
  //display: flex;
}
.hoiku-item:last-child {
  margin-top: 30px;
  flex-direction: row-reverse;
}
.hoiku-image {
	  //width: 50%;
		width: 60%;
		margin: 0 auto;
}
.hoiku-text {
	  //width: 50%;
		width: 100%;
  //padding: 20px;
  margin-bottom: 30px;
}
.hoiku-text h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.hoiku-text p {
  margin-bottom: 20px;
}
.hoiku-item .imgs {
}
.hoiku-item .imgs ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hoiku-item .imgs ul li {
	width: 49%;
	margin-bottom: 2%
}
@media screen and (max-width: 768px) {
  .hoiku-list {
    width: 90%;
  }
  .hoiku-item {
    display: block;
  }
  .hoiku-text h3 {
	font-size: 24px;
  }
  .hoiku-image {
    width: 100%;
  }
  .hoiku-text {
    width: 100%;
  }
}




