@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section01 {
  width: 100%;
  background-color: #F5F4EE;
  letter-spacing: 0.1em;
  position: relative;
}
#section01 .backimg01 {
  width: 39%;
  max-width: 505px;
  position: absolute;
  top: 0;
  left: 0;
}
#section01 .backimg02 {
  width: 39%;
  max-width: 505px;
  position: absolute;
  top: 0;
  right: 0;
}
#section01 .section__in {
  width: 86%;
  max-width: 1000px;
  padding: 110px 0;
  margin: 0 auto;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section01 .section__in {
    width: 80%;
    padding: 12vw 0;
  }
}
#section01 .section__in.article {
  padding: 110px 0 50px 0;
}
@media screen and (max-width:800px) {
  #section01 .section__in.article {
    padding: 12vw 0;
  }
}
#section01 .section__in .ill {
  width: 27%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #section01 .section__in .ill {
    transform: translate(-27.5%, -85%);
  }
}
#section01 .h1title_page {
  width: 100%;
  text-align: center;
}
#section01 .h1title_page span {
  line-height: 100%;
  display: inline-block;
  font-weight: 700;
  padding: 0.05em 0.25em 0.15em 0.25em;
  background-color: #fff;
  box-shadow: 7px 7px 0 #7C7C7C;
  margin-left: -0.35em;
  border: 2px solid #7c7c7c;
}
#section01 .h1title_page span.second {
  margin-bottom: 0.4em;
}
@media screen and (max-width:800px) {
  #section01 .h1title_page span {
    box-shadow: 3px 3px 0 #7C7C7C;
    letter-spacing: 0;
  }
}
#section01 .subtitle {
  margin-top: 1em;
  font-weight: 600;
  text-align: center;
  padding-right: 0.75em;
}
#section01 .incontents800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#section01 {
  /*
  .botanbox{
  	width: 100%;
  	text-align: center;
  	span{
  		display: inline-block;
  		background: url(../images/botan_back.jpg)no-repeat center;
  		background-size: 100% 100%;
  		border-radius: 50px;
  		padding: 3px;
  		@media screen and (max-width:800px){
  			width: 94%;
  			margin: 0 auto;
  			border-radius: 100px;
  		}
  		a{
  			display: inline-block;
  			text-align: center;
  			padding: 1.5em 3em;
  			background-color: #fff;
  			border-radius: 50px;
  			font-weight: 500;
  			@media screen and (max-width:800px){
  				width: 100%;
  				padding: 0.9em 0em;
  				border-radius: 100px;
  				letter-spacing: 0.0em;
  			}
  		}
  	}
  }
  */
}

#section02 {
  width: 100%;
  background-color: #F5F4EE;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 200px;
}
@media screen and (max-width:800px) {
  #section02 {
    padding-bottom: 60px;
  }
}
#section02 .section__in {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
#section02 .base_text {
  line-height: 240%;
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section02 .base_text {
    margin-bottom: 50px;
    line-height: 210%;
  }
}
#section02 .botanbox2 {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
}
#section02 .botanbox2.active {
  display: flex;
}
#section02 .botanbox2 span.waku {
  width: 47.5%;
  display: inline-block;
  background: url(../images/botan_back.jpg) no-repeat center;
  background-size: 100% 100%;
  border-radius: 100px;
  padding: 3px;
}
@media screen and (max-width:800px) {
  #section02 .botanbox2 span.waku {
    width: 100%;
    margin: 0 auto 22px auto;
    border-radius: 100px;
  }
}
#section02 .botanbox2 span.waku a {
  display: inline-block;
  text-align: center;
  padding: 1em 0em;
  background-color: #fff;
  border-radius: 100px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#section02 .botanbox2 span.waku a.textin {
  padding: 1.65em 0;
}
@media screen and (max-width:800px) {
  #section02 .botanbox2 span.waku a {
    width: 100%;
    padding: 0.9em 0em;
    border-radius: 100px;
    letter-spacing: 0em;
  }
}
#section02 .botanbox2 span.waku a span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#section02 .botanbox1 {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
}
#section02 .botanbox1.active {
  display: flex;
}
#section02 .botanbox1 span.waku {
  width: 100%;
  display: inline-block;
  background: url(../images/botan_back.jpg) no-repeat center;
  background-size: 100% 100%;
  border-radius: 100px;
  padding: 3px;
}
@media screen and (max-width:800px) {
  #section02 .botanbox1 span.waku {
    width: 100%;
    margin: 0 auto 22px auto;
    border-radius: 100px;
  }
}
#section02 .botanbox1 span.waku a {
  display: inline-block;
  text-align: center;
  padding: 1em 0em;
  background-color: #fff;
  border-radius: 100px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#section02 .botanbox1 span.waku a.textin {
  padding: 1.65em 0;
}
@media screen and (max-width:800px) {
  #section02 .botanbox1 span.waku a {
    width: 100%;
    padding: 0.9em 0em;
    border-radius: 100px;
    letter-spacing: 0em;
  }
}
#section02 .botanbox1 span.waku a span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#section02 .text00 {
  background-color: #fff;
  padding: 3em 3.5em;
  margin-top: 0em;
  display: none;
}
@media screen and (max-width:800px) {
  #section02 .text00 {
    padding: 2em 2em;
  }
}
#section02 .text00 .base_texts {
  color: #F50909;
  line-height: 200%;
  text-align: left;
  letter-spacing: 0.15em;
}
#section02 .text00.active {
  display: block;
}
#section02 .text01 {
  background-color: #fff;
  padding: 3em 3.5em;
  margin-top: 5em;
  display: none;
}
@media screen and (max-width:800px) {
  #section02 .text01 {
    margin-top: 3em;
    padding: 2em 2em;
  }
}
#section02 .text01 .base_texts {
  color: #F50909;
  line-height: 200%;
  text-align: left;
  letter-spacing: 0.15em;
}
#section02 .text01.active {
  display: block;
}/*# sourceMappingURL=contact.css.map */