Newer
Older
2023-ayano2 / soudan.css
#haikei {
	background-size: contain;
	width: 100%;
	height: 4000px;
    background-image: linear-gradient(90deg, rgba(253, 219, 146, 1), rgba(209, 253, 254, 1));
}

h2 {
text-align: center;
font-size: 36px;
color: #6091d3;
}

.center {
text-align: center;
}

.buttons{
  text-align: center;
}

.btn-circle-border-simple {
  display: inline-block;
  text-decoration: none;
  color: #668ad8;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  border: solid 2px #668ad8;
   text-align: center;
  overflow: hidden;
  font-weight: bold;
  transition: .4s;
  }

.btn-circle-border-simple:hover {
  background: #b3e1ff;
}


.btn-circle-border-simple2 {
  display: inline-block;
  text-decoration: none;
  color: #668ad8;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  border: solid 2px #668ad8;
   text-align: center;
  overflow: hidden;
  font-weight: bold;
  transition: .4s;
  }

.btn-circle-border-simple2:hover {
  background: #b3e1ff;
}

.btn-circle-border-simple3 {
  display: inline-block;
  text-decoration: none;
  color: #668ad8;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  border: solid 2px #668ad8;
   text-align: center;
  overflow: hidden;
  font-weight: bold;
  transition: .4s;
  }

.btn-circle-border-simple3:hover {
  background: #b3e1ff;
}


p {
text-align: center;
font-size: 24px;
}

.img-box {
	 text-align:center;
	 }


.cp_hr04 {
	border-width: 3px 0 0 0;
	border-style: double;
	border-color: #ff6f00;
}


.center {
	font-size: 24px;
	font-weight: bold;
	}


.main1 {
    padding: 0.5em 1em;
    margin:  0 auto;
    border: double 5px #6091d3;
    width: 30%;
    border-radius: 10px;
    text-align: center;
}



h3 {
text-align: center;
color: black;
}

.box10 {
margin: 2em auto;
	padding:2em;
	box-shadow: 0 0 6px 1px #0000CD, 0 0 6px 1px #faccbc inset;/*ふわりとした影*/
	border-radius: 30px;
	width: 400px;
}


.box11 {
margin: 2em auto;
	padding:2em;
	box-shadow: 0 0 6px 1px #FF0000, 0 0 6px 1px #faccbc inset;/*ふわりとした影*/
	border-radius: 30px;
	width: 400px;