/* ここから下に記載していく */

#mouse-stalker {
  pointer-events: none;
  position: fixed;
  top: 0px; /* //座標調節（カーソル位置と円の中心を合わせる） */
  left: 0px; /* //座標調節（カーソル位置と円の中心を合わせる） */
  width: 60px; /* //マウスストーカーの直径 */
  height: 60px; /* //マウスストーカーの直径 */
  /* background: rgba(255, 214, 26, 0.8); */
  background: url(../img/dog.png);
  border-radius: 50%;
  transform: translate(0, 0);
  transition: transform 0.01s; /* //ちょっと遅れてついてくるように */
  transition-timing-function: ease-out;
  z-index: 999;
}
.icon {
  width: 50px;
}
/* ここより下が基本 */
p {
  font-size: 16px;
  margin-bottom: 10px;
}

.wrap {
  width: 1200px;
  /* background-color: red; */
  text-align: center;
  font-family: "美咲ゴシック";
}

:placeholder-shown {
  font-family: "美咲ゴシック";
}

.headerbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 121px;
}

.logo {
  height: 121px;
  width: 400px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.headerlogo {
  padding-left: 50px;
}

.n {
  /* padding: 40px 25px; */
  margin: 50px 25px;
  font-size: 21px;
}

.navi {
  display: flex;
  justify-content: right;
  align-items: center;
}

.mainvisual {
  /* height: 80px; */
  background-image: url(../img/mainbg.png);
  background-size: cover;
  background-position: center;
  color: white;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  /* 新しいやり方で真ん中に置けるやつalign-content: center; */
}
.m1 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 8px;
}
.m2 {
  font-size: 20px;
  letter-spacing: 8px;
  padding-top: 10px;
}

#about {
  padding-top: 60px;
}

.title1 {
  color: #ffd61a;
  font-size: 24px;
  margin: 0 auto 30px;
  font-weight: bold;
}

.title2 {
  color: #222222;
  font-size: 24px;
  margin: 0 auto 30px;
  font-weight: bold;
}

.heading1 {
  font-size: 18px;
  margin-bottom: 60px;
}

.heading11 {
  font-size: 18px;
  margin-bottom: 40px;
}

.heading2 {
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: bold;
}

.pabout {
  margin-bottom: 40px;
}

.pabout2 {
  margin-bottom: 80px;
}

.slide {
  display: flex;
  width: 1200px;
  margin-top: 40px;
}

.slideimg {
  width: 1200px;
}

#course {
  padding-top: 60px;
}

.courseintro {
  margin-bottom: 60px;
}

.cbox {
  display: flex;
  justify-content: center;
  height: 400px;
  background-color: #fafafa;
}

.cblock1 {
  padding: 120px 0 120px 50px;
  text-align: justify;
}

.cblock2 {
  padding: 120px 50px 120px 100px;
  text-align: justify;
}

.cimg {
  width: 600px;
}

.cp1 {
  width: 550px;
}

.cp2 {
  width: 450px;
}

#news {
  padding-bottom: 60px;
  padding-top: 60px;
}

.pickup {
  display: flex;
  justify-content: center;
  margin: 60px auto;
}

.pnews {
  width: 300px;
  text-align: justify;
  margin: 0 15px;
}

.pn {
  font-size: 14px;
}

.pizza {
  width: 300px;
}

.date {
  margin: 30px auto 24px auto;
  font-size: 14px;
}

/* ピザのホバーアクション */
.ph {
  width: 300px;
  height: auto;
}
.ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.5s ease-in;
}
.ph img:hover {
  filter: grayscale(0%);
}

.button {
  font-size: 18px;
  color: white;
  background-color: #ffd61a;
  height: 60px;
  width: 300px;
  margin: 0 450px;
}
/* ボタンのホバーアクションは青くする */
.button:hover {
  background: blue;
  opacity: 0.7;
}

#buttondesign1 {
  padding-top: 21px;
  /* ボタンにカーソルを当てると、カーソルがポインターに変わる */
  cursor: pointer;
}

#buttondesign2 {
  padding-top: 21px;
  /* ボタンにカーソルを当てると、カーソルがポインターに変わる */
  cursor: pointer;
}

#access {
  background-color: #fafafa;
  padding-top: 60px;
}

.title3 {
  color: #222222;
  font-size: 24px;
  margin: 0px auto 30px;
  font-weight: bold;
}

.map {
  margin: 60px auto 0;
}

.info {
  display: flex;
  justify-content: center;
  text-align: justify;
  padding: 60px 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  height: 20px;
  padding: 15px 30px;
}

#contact {
  margin-bottom: 140px;
  padding-top: 60px;
}

.heading3 {
  margin: 30px auto 60px;
}

.pc {
  margin-bottom: 30px;
}

/* koko */
#form {
  margin: 40px 0 30px;
  text-align: justify;
}

#form dl {
  border-bottom: 1px #bfbfbf solid;
}
#form dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.form-wrap {
  width: 640px;
  margin: 0 auto;
}
#form dt {
  width: 45%;
  display: flex;
  justify-content: left;
  border-right: 1px #bfbfbf solid;
  border-top: 1px #bfbfbf solid;
}
#form dt label {
  position: relative;
  width: 160px;
  height: 50px;
  position: relative;
  top: 25px;
  left: 60px;
}
.essential {
  background: #c10811;
  color: #fafafa;
  font-size: 12px;
  padding: 5px;
  font-weight: normal;
  margin-left: 5px;
  width: 36px;
  height: 22px;
  position: relative;
  top: -58px;
  left: 150px;
}

#form dd {
  width: 55%;
  padding: 20px;
  margin: 0;
  border-top: 1px #bfbfbf solid;
}

input[type="text"]:valid,
input[type="email"]:valid,
textarea:valid {
  color: #333;
  border-color: #ccc;
  background: #fff;
}
input,
select {
  height: 36px;
  width: 328px;
}
* {
  box-sizing: border-box;
}

#form dt label {
  position: relative;
  width: 160px;
  height: 50px;
  position: relative;
  top: 25px;
  left: 60px;
}
.essential {
  background: #c10811;
  color: #fafafa;
  font-size: 12px;
  padding: 5px;
  font-weight: normal;
  margin-left: 5px;
  width: 36px;
  height: 22px;
  position: relative;
  top: -58px;
  left: 150px;
}

span {
  margin: 40px 0;
  display: block;
}

.error-message {
  font-size: 12px;
  color: #ff7676;
  display: none;
}
.checkbox {
  font-size: 12px;
  justify-content: center;
  text-align: justify;
}
ol,
ul {
  list-style: none;
}
input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  background-color: #ffeb91;
  vertical-align: -7px;
}
.checkbox input {
  margin-right: 10px;
  font-size: 75%;
}

.checkbox input {
  inline-size: 16px;
  block-size: 16px;
  border-radius: 5px;
}

select {
  font-family: "美咲ゴシック";
}

input,
textarea,
select {
  font-family: "美咲ゴシック"; /* 他の部分と同じフォントを指定 */
}

/* koko */
#footer {
  background-color: #707070;
  height: 78px;
  display: flex;
  justify-content: center;
}

.pf {
  margin: 30px auto;
  color: white;
}

.f5 {
  display: flex;
  justify-content: center;
}
.f5right {
  width: 600px;
  display: flex;
  justify-content: center;
  border: solid;
}
