@charset "utf-8";
/* CSS Document */

/*==============================
共通部分
==============================*/
h1,h2,h3,h4,h5,h6,span{
  font-family: 'Hannari';
}

p{
  line-height: 24px;
}

#mainTitle{
  background-image: url(../img/mainBack.jpg);
}

#mainWrap{
  position: relative;
}

.copyCont{
  position: relative;
  top: -50px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-top: 5px solid #d11c09;
  background-color: #fff;
  text-align: center;
  padding: 50px 0 0;
}

.copyCont h3{
  font-weight: bold;
  margin-bottom: 15px;
}

.copyCont p{
  font-family: 'Hannari';
}

/*==============================
メイン
==============================*/

#mainWrap{
  background-color: #efefef;
}

.copyCont{
  padding-bottom: 50px;
}

.telBtn{
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 300px;
  color: #d11c09;
  border: 2px solid #d11c09;
  margin: 20px auto 30px;
}

.telBtn i{
  font-size: 30px;
  margin-right: 10px;
}

.telBtn p{
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  font-family: "Sawarabi Gothic";
}

.contactTable{
  width: 600px;
  max-width: 100%;
  margin: 20px auto;
}

.contactTable tr{
  display: flex;
  flex-wrap: wrap;
}

.contactTable tr th{
  flex-basis: 100%;
  text-align: left;
  font-family: 'Hannari';
  padding: 5px;
}
.contactTable tr td{
  flex-basis: 100%;
}

.contactTable tr td input,
.contactTable tr td textarea{
  border:2px solid #d11c09;
  padding: 8px;
  flex-basis: 100%;
  width: 100%;
  margin-bottom: 5px;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="submit"],
input[type="button"]{
  background-color: #d11c09;
  border:2px solid #d11c09;
  padding: 20px 30px;
  cursor: pointer;
  color: #fff;
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
  .copyCont{
    width: calc(100% - 40px);
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 600px){
}

@media screen and (max-width: 414px){
}
