@charset "utf-8";

.container{
    width: 100%;
    height: 2160px;
    background-image: url(../img/背景画像/13.png);
    /* background-image: url(../img/about/2.png); */
    /* background-image: url(../img/いい/10.png); */
    background-size: cover;
    /* background-color: aqua; */
}
.header{
    width: 90%;
    height: 150px;
    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: 73px;
    font-family: "Permanent Marker", cursive;
    /* background-color: mediumpurple; */
}
.header2 h1{
    width: 100%;
    margin-top: 25px;
    padding-left: 110px;
    font-size: 50px;
    font-family: "Permanent Marker", cursive;
    /* background-color: green; */
}

.main{
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    /* background-color: blueviolet; */
}
.main1{
    width: 35%;
    padding-top: 100px;
    /* background-color: darkgoldenrod; */
}
.main1 img{
    width: 100%;
    padding-left: 80px;
    /* background-color: gold; */
}
.main2{
    width: 65%;
    margin-top: 30px;
    /* padding-top: 80px; */
    padding-left: 190px;
    /* background-color: crimson; */
}
.aisatu p{
    /* padding-top: 40px; */
    font-size: 18px;
    padding-bottom: 60px;
    line-height: 33px;
    /* background-color: azure; */
}
.namae{
    height: 120px;
    /* background-color: khaki; */
}
.namae h1{
    font-size: 45px;
    padding-bottom: 13px;
    font-family: "Permanent Marker", cursive;
}
.namae h2{
    font-size: 21px;
    padding-bottom: 10px;
}
.koremade{
    /* height: 270px; */
    height: 420px;
    padding-top: 70px;
    /* background-color: skyblue; */
}
.koremade h3{
    font-size: 23px;
}
.koremade p{
    padding-top: 8px;
    line-height: 32px;
    /* 行間 */
}
.watashi{
    height: 200px;
    /* background-color: aqua; */
}
.watashi h3{
    font-size: 23px;
}
.watashi p{
    padding-top: 8px;
    line-height: 32px;
    /* 行間 */
}
.hitogara{
    height: 350px;
    /* background-color: darkorchid; */
}
.hitogara h3{
    font-size: 23px;
}
.hitogara p{
    padding-top: 8px;
    line-height: 32px;
    /* 行間 */
}
.kodawari{
    height: 200px;
    /* background-color: darkgoldenrod; */
}
.kodawari h3{
    font-size: 23px;
}
.kodawari p{
    padding-top: 8px;
    line-height: 32px;
    /* 行間 */
}
.saigoni{
    height: 410px;
    /* background-color: indianred; */
}
.saigoni h3{
    font-size: 23px;
}
.saigoni p{
    padding-top: 8px;
    padding-bottom: 13px;
    line-height: 32px;
    /* 行間 */
}
.botan1{
    height: 130px;
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left: 44%;
    font-family: "Permanent Marker", cursive;
    /* background-color: brown; */
}

/* トップページのボタン */

*,
*: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%;
}