@charset "utf-8";

/* pur,　CSS */
body {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  background: linear-gradient(rgb(229, 229, 255), rgb(255, 240, 240));
}

html {
  font-size: 62.5%;
  color: rgb(79, 79, 79);
}

h2 {
  font-size: 3rem;
  font-family: serif;
  padding: 40px 0px 20px 0px;
}
h3 {
  font-size: 2rem;
  font-family: serif;
}
p {
  font-size: 1.6rem;
}

.global {
  width: 100x;
}

.global nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgb(255, 255, 255, 0.7);
}

.global nav ul {
  width: 500px;
  display: flex;
  justify-content: space-evenly;
  float: right;
}

.global nav ul li {
  color: rgb(79, 79, 79);
  font-family: serif;
  font-size: 2rem;
  line-height: 50px;
}

.global nav ul li a {
  color: rgb(79, 79, 79);
  text-decoration: none;
}

.global nav ul li a:hover {
  color: rgb(212, 212, 212);
}

.head {
  text-align:center;
  width: 1280px;
  height: 1050px;
  margin: auto;
  background-image: url(../images/header_right.jpg);
  background-repeat: no-repeat;
  
}

.head h1 img {
  margin-top: 620px;
}

.shadow {
  filter: drop-shadow(10px 10px 10px #aaa);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.head .buttons {
  margin-top: -150px;
  margin-left: 300px;
  text-align: center;
}

.btn-hover {
  width: 500px;
  height: 80px;
  font-size: 4rem;
  font-weight: 400;
  font-family: serif;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  text-align:center;
  border: none;
  background-size: 300% 100%;
  border-radius: 10px;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-hover:hover {
  background-position: 100% 0;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-hover:focus {
  outline: none;
}

.btn-hover.color-9 {
  background-image: linear-gradient(to right, #2589e1, #049efe, #49b9ff, #3f86ed);
  box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}

/* .head figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} */

.shizuku {
  width: 100%;
  background-image: url(../images/shizuku.png);
  margin: auto;
  background-position: center;
  background-repeat: repeat-y;
}

.wrapper {
  width: 1100px;
  margin: auto;
  text-align: center;
}


.nayami {
  background-color: #c4c4c4;
  width: 100%;
  height: 500px;
}

.nayami p {
  font-size: 3rem;
  font-family: serif;
  text-decoration: underline;
  line-height: 100px;
  width: 500px;
  padding: 100px;
  margin-left: 370px;
}

.teian h2 {
  background-color: #ffffff;
  text-decoration: none;
}

.merit1 {
  background:linear-gradient(rgb(255, 255, 255), rgb(255, 228, 235));
  width: 100%;
  height: 450px;
}

.merit1 article {
  width: 600px;
  padding-top: 100px;
  padding-left: 100px;
}

.merit1 p {
  text-align: left;
}

.merit1 img {
  float: right;
}

.merit2 {
  margin-top: 20px;
  margin-bottom: 50px;
}

.background {
  background-color: #ffffff;
}

.customer {
  width: 900px;
  margin: auto;
  text-align: left;
}

.customer section {
  background-color: aliceblue;
  border: 2px solid #6286b3;
  margin: 20px 0px;
  padding: 10px;
}

.seibun {
  width: 100%;
  height: 400px;
  background-image: url(../images/tennen.png);
  display: grid;
  align-items: center;
  margin-top: 50px;
}

.seibun article {
  margin-left: 300px;
  padding-left: 100px;
  padding-right: 100px;
}

.seibun article h2{
  padding: 0px;
  text-decoration:none;
}

.seibun article p {
  margin-top: 30px;
  font-size: 1.2rem;
}


.peony {
  width: 1100px;
  height: 400px;
  background-image: url(../images/peony_kirakira_s.jpg);
  background-repeat: no-repeat;
  display: grid;
  align-items: center;
}

.peony section {
  margin-left: 550px;
}

.peony section h2 {
  color: #cd5786;
  text-decoration:none;
  padding: 0;
}

.peony section h3 {
  color: #cd6e94;
}

.lily {
  width: 1100px;
  height: 400px;
  background-image: url(../images/lily_kirakira_s.jpg);
  background-repeat: no-repeat;
  display: grid;
  align-items: center;
}

.lily section {
  margin-right: 550px;
}

.lily section h2 {
  color: #5771cd;
  padding-bottom: 30px;
  text-decoration:none;
  padding: 0;
}

.lily section h3 {
  color: #697ecb;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.banner .buttons {
  margin-top: -150px;
  margin-left: 300px;
  text-align: center;
}

.btn-hover {
  width: 500px;
  height: 80px;
  font-size: 4rem;
  font-weight: 400;
  font-family: serif;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  text-align:center;
  border: none;
  background-size: 300% 100%;
  border-radius: 10px;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-hover:hover {
  background-position: 100% 0;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-hover:focus {
  outline: none;
}

.btn-hover.color-9 {
  background-image: linear-gradient(to right, #2589e1, #049efe, #49b9ff, #3f86ed);
  box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}

footer {
  background-color: rgb(255, 255, 255, 0.7);
  width: 100%;
  padding: 30px 0px;
}

.pur {
  float: left;
  margin-left: 20px;
}

footer {
  margin-top: 100px;
}

.foot {
  width: 1280x;
  height: 150px;
  float: right;
}


.foot nav {
  width: 800px;
  margin-top: 20px;
  background-color: rgb(255, 255, 255, 0.7);
}

.foot nav ul {
  display: flex;
  justify-content: space-evenly;
}

.foot nav ul li {
  color: rgb(79, 79, 79);
  font-family: serif;
  font-size: 1.6rem;
  line-height: 20px;

}

.foot nav ul li a {
  color: rgb(79, 79, 79);
  text-decoration: none;
}

.foot nav ul li a:hover {
  color: rgb(212, 212, 212);
}

.copy p {
  color: grey;
  clear: both;
  text-align: center;
}