@charset "UTF-8";
/* CSS Document */
.section-top {
  padding: 60px 24px 30px 24px;
}
.section-top__padding {
  padding: 0 24px 0 24px;
}
.section-top h1 {
  font-size: 2.4rem;
  color: #512e18;
  letter-spacing: 0.5rem;
  line-height: 2.4rem;
}
.section-top h3 {
  font-family: 'Handlee', cursive;
  color: #512e18;
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
  padding-top: 5px;
}
.section-top__title-line img {
  width: 180px;
  margin: 10px 0 0;
}
@media(min-width:960px) {
  .section-top {
    padding: 80px 100px 60px;
  }
  .section-top h1 {
    font-size: 3.6rem;
    line-height: 4.0rem;
    padding-bottom: 10px;
  }
  .section-top h1 br {
    display: none;
  }
  .section-top h3 {
    font-size: 3.0rem;
    padding-top: 10px;
  }
  .section-top p {
    line-height: 2.8rem;
  }
  .section-top__title-line img {
    width: 250px;
  }
}
.section-top h4 {
 text-align: left;
  padding-top: 50px;
}
.section-top__description {
  max-width: 580px;
  margin: 0 auto;
}
.section-top__description p {
  padding-top: 40px;
  text-align: left;
}
.section-top__arrow {
  display: inline-block;
  width: 200px;
  height: 40px;
  background-color: #fff;
  margin: 30px auto 0;
  border: solid 1px #333333;
  border-radius: 15px;
  padding: 5px;
}
.section-top__arrow img {
  width: 20px;
  margin-left: 10px;
  margin-bottom: 3px;
}
.section-top__arrow a {
  text-decoration: none;
  color: #333;
  font-size: 1.7rem;
  margin: auto 0;
}
.section-top__arrow span {
  margin-top: 5px;
}
.section-top__tel {
  background-color: #fff;
  border: solid 1px #333;
  margin: 50px auto 20px;
  max-width: 600px;
  border-radius: 5px;
}
.section-top__tel h5 {
  font-size: 1.8rem;
  padding-top: 30px;
}
.section-top__tel img {
  width: 20px;
  padding-top: 30px;
}
.section-top__tel span {
  font-size: 2.8rem;
  padding-left: 10px;
}
.section-top__tel p{
  letter-spacing: 0;
  padding-top: 20px;
  margin-bottom: 30px;
}
.section-top__tel a {
  text-decoration: none;
  color: #333;
}
.section-top__sns-description {
  padding-top: 30px;
}
.section-top__sns {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.section-top__instagram, .section-top__facebook {
  display: flex;
  flex-direction: column; 
  width: 100px; 
}
.section-top__instagram img, .section-top__facebook img {
width: 30px;
}
@media(min-width:960px) {
  .section-top h4 {
    font-size: 2.0rem;
    line-height: 3.2rem;
    padding-top: 80px;
  }
  .section-top__description p {
    font-size: 1.8rem;
  }
  .section-top__tel h5 {
  font-size: 2.4rem;
  padding-top: 30px;
}
  .section-top__tel {
    margin-top: 60px;
  }
.section-top__tel img {
  width: 28px;
  padding-top: 30px;
}
.section-top__tel span {
  font-size: 3.4rem;
}
  .section-top__tel p {
  font-size: 2.0rem;
  letter-spacing: 0;
  padding-top: 20px;
  margin-bottom: 30px;
}
.section-top__description p {
  padding-top: 40px;
  text-align: center;
}
}
.section-mail {
padding-bottom: 10px;
margin-bottom: 20px;
}
.section-mail img {
  width: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.section-mail h2 {
  font-size: 2.0rem;
}
.section-mail__wrapper {
  display: flex;
  justify-content: center;
  margin: 0 24px 30px;
  padding-top: 60px;
}
.section-mail p {
  text-align: left;
  max-width: 580px;
  margin: 0 auto;
  padding: 0 24px 10px;
}
.section-mail__description p {
  text-align: center;
  letter-spacing: 0;
  padding-top: 10px;
}
@media(min-width:960px) {
  .section-mail h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  .section-mail__wrapper {
    margin-bottom: 30px;
    padding-top: 80px;
  }
  .section-mail img {
    width: 38px;
    margin-bottom: 30px;
    margin-right: 20px;
  }
  .section-mail p {
    font-size: 1.8rem;
    line-height: 3.2rem;
    padding: 0;
  }
  .section-mail__description p {
    text-align: left;
    font-size: 1.6rem;
    padding: 20px 0 0;
  }
  .section-mail {
    margin-bottom: 40px;
  }
}
.section-line__pc {
  display: none;
}
.section-line__mb img {
  width: 80%;
}
@media(min-width:960px) {
  .section-line__pc {
    display: block;
  }
  .section-line__pc img {
    width: 80%;
  }
  .section-line__mb {
    display: none;
  }
}
/*#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
  vertical-align: middle;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:20%;
	height:40px;
  margin: 30px auto;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:100%;
	padding:5px;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:30%;
	height:40px;
  margin: 30px auto;
}
}*/
.section-form {
  text-align: left;
  padding: 50px 20px 0;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.section-form p {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  margin-bottom: 30px;
  padding: 0;
}
.section-form input[type="text"] ,
.section-form input[type="tel"],
.section-form input[type="email"],
.section-form textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: solid #777 1px;
  border-radius: 3px;
}
.section-form input {
  font-size: 1.6rem;
}
.section-form p label {
  font-weight: 600;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 15px;
  color: #512e18;
}
.section-form  span {
  font-size: 1.4rem;
  margin-left: 10px;
}
.section-form textarea {
  height: 200px;
  padding-top: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.12rem;
  font-weight: 200;
}
.section-form__submit {
  display: block;
  height: 35px;
  width: 85px;
  background-color: #512e18;
  color: #FFFFFF;
  font-size: 1.4rem;
  margin: 0 auto;
  border: solid #777 1px;
  border-radius: 3px;
}
@media(min-width:960px) {
 .section-form p label {
  font-size: 1.8rem;
}
  .section-form__submit {
    height: 40px;
    width: 85px;
    font-size: 1.6rem;
    margin-top: 40px;
  }
  .section-form input {
    font-size: 1.8rem;
  }
  .section-form textarea {
    font-size: 1.8rem;
  }
}
.section-top__kinoko-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.section-top__zenmai img {
  height: 45px;
  width: auto;
}
.section-top__zenmai {
  text-align: right;
  margin-right: 24px;
}
.section-top__kinoko {
  text-align: left;
  margin-left: 24px;  
}
.section-top__kinoko img {
  height: 45px;
  width: auto;
}
@media(min-width:960px){
  .section-top__kinoko-wrapper {
    padding-top: 0;
    justify-content: space-around;
  }
 .section-top__zenmai img ,.section-top__kinoko img {
  height: 80px;
} 
}






