@charset "utf-8";

.container{
    width: 100%;
    /* height: 1450px; */
    background-image: url(../img/さあ.png);
    background-size: cover;
    /* background-color: aqua; */
}
.header{
    width: 90%;
    height: 185px;
    margin: 0 auto;
    /* background-color: red; */
}
.header1{
    width: 50%;
    height: 70px;
    margin-left: 50%;
    /* background-color: lawngreen; */
}
.header1 ul{
    padding-top: 33px;
    display: flex;
    /* 横並び */
    justify-content: space-around;
    list-style: none;
    /* background-color: olivedrab; */
}
.header1 a{
    text-decoration: none;
}
.header1 img{
    width: 30px;
    /* background-color: palevioletred; */
}
.header2{
    width: 100%;
    height: 140px;
    /* background-color: mediumpurple; */
}
.header2 h1{
    width: 100%;
    height: 100px;
    padding-top: 25px;
    padding-left: 110px;
    font-size: 50px;
    font-family: "Permanent Marker", cursive;
    /* background-color: green; */
}
.header2 p{
    height: 30px;
    font-size: 16px;
    padding-left: 130px;
    /* background-color: sandybrown; */
}
.works1{
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 50px;
    justify-content: space-around;
    /* background-color: brown; */
}
.works1 ul{
    width: 100%;
    display: flex;
    margin-top: 30px;
    /* background-color: hotpink; */
}
.works1 li{
    width: 30%;
    margin: 0 auto;
    text-align: center;
    list-style: none;
    /* background-color: violet; */
}
.works1 img{
    width: 90%;
}
.works2{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
    justify-content: space-around;
    /* background-color: brown; */
}
.works2 ul{
    width: 100%;
    display: flex;
    /* background-color: navajowhite; */
}
.works2 li{
    width: 30%;
    margin: 0 auto;
    text-align: center;
    list-style: none;
    /* background-color: violet; */
}
.works2 img{
    width: 90%;
}
.botan1{
    height: 130px;
    padding-top: 25px;
    padding-left: 44%;
    font-family: "Permanent Marker", cursive;
    /* background-color: brown; */
}

/* aboutのボタン */

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* font-size: 62.5%; */
}

.btn1,
a.btn1,
button.btn1 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1.5rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-malformation1 {
  font-size: 1.2rem;
/* ボタンの文字 */
  padding: 1.5rem 3rem;
  /* ボタンの文字から枠まで */
  color: #000;
  border-radius: 100% 80px / 80px 100%;
  background-color: #fff;
}

a.btn-malformation1:hover {
  color: #000;
  border-radius: 60% 80% / 100% 80%;
}
