@charset "Shift_JIS";
html {
  margin: 0px;
  padding: 0px;
  width: auto;
}
body {
  padding: 10px;
  margin: 0px;
  background-color: #ffffff;
}
.logo{
  width: auto;
  background-image: url(logo.svg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  height: 50px;
  margin-bottom: 20px;
}
h1  {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-weight: normal;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #025eb0;
  color: #ffffff;
  border-radius: 10px;
}
h2 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}



.menu     {
  display: block;
  width: 80%;
  height: 50px;
  text-align: left;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  background-color: #A1D3FF;
  border: 2px solid #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #025eb0;
  border-radius: 5px;
  font-size: 14px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.menu::before,
.menu::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.menu,
.menu::before,
.menu::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .1s;
  transition: all .1s;
}
.menu:hover {
  background-color: #fefefe;
  color: #025eb0;
  border: 2px solid #025eb0;
}
form {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
}
input[type="text"] {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  width: 80%;
  padding: 10px;
  border: 2px solid #025eb0;
  border-radius: 10px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  height: 40px;
  background-color: #A1D3FF;
  color: #025eb0;
  border: 2px solid #ffffff;
  display: block;
}
textarea {
  padding: 10px;
  border: 1px solid #025eb0;
  margin-right: auto;
  margin-left: auto;
  width: 70%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}

.mail_send {
  width: 80%;
  height: 50px;
  background-color: #dddddd;
  color: #000000;
  text-align: center;
  display: block;
  border-radius: 5px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
  margin-right: auto;
  margin-left: auto;
}
.tel_call {
  width: 80%;
  height: 50px;
  background-color: #dddddd;
  color: #000000;
  text-align: center;
  display: block;
  border-radius: 5px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
  margin-right: auto;
  margin-left: auto;
}
.schedule {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  line-height: 36px;
  margin-top: 20px;
}
.schedule a {
  width: 60px;
  height: 36px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #000000;
  border: 1px solid #dddddd;
  background-color: #dddddd;
  border-radius: 3px;
}
.message {
  display: block;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
}
select   {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 5px;
  font-size: 16px;
  border: 2px solid #025eb0;
  border-radius: 3px;
}
.red {
  color: #FF0000;
}
.tel {
  width: 25% !important;
  display: inline !important;
  margin-bottom: 30px;
  margin-top: 10px;
}
.email {
  display: inline !important;
  margin-bottom: 30px;
  margin-top: 10px;
  width: auto;
}
.menu_ret{
  display: block;
  width: 40%;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  background-color: #A1D3FF;
  border: 2px solid #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #025eb0;
  border-radius: 5px;
  font-size: 24px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.inp_txt {
  border: 2px solid #025eb0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 5px;
  border-radius: 3px;
  font-size: 16px;
  width: 50% !important;
  margin-bottom: 10px;
  display: inline !important;
}
.kakunin {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  margin-top: 20px;
}
.kakunin p{
	margin-top: 10px;
	margin-bottom: 10px;
}

.atesaki {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 30px;
}
