﻿@charset "UTF-8";
.p01 {
  background: url("../images/wide01.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

main#page section {
  padding: 60px 20px 0px 20px;
}
main#page section p {
  margin-bottom: 30px;
}
main#page section h3 {
  background: #765635;
  color: #fff;
  font-size: 14px;
  padding: 20px 0;
  margin-bottom:20px;
}
main#page section .tel {
  font-size: 18px;
}
main#page section .tel .number {
  font-size: 18px;
  margin-bottom: 0;
}
main#page section .tel .number a {
  color: #333;
  font-size: 30px;
}
main#page section .tel .time {
  font-size: 13px;
}
main#page section .tel .time span {
  color: #765635;
}
main#page section .notes {
  border: 1px solid #dddddd;
  padding: 20px;
  font-size: 12px;
  line-height: 1.8;
  margin-bottom:0;
  text-align:justify;
}
main#page section .hissu {
  font-size: 14px;
}
main#page section .hissu span {
  color: #C00;
}
main#page section table {
  width: 100%;
  margin-bottom: 40px;
}

main#page section table tr th, main#page section table tr td {
  display: block;
  vertical-align: middle;
}
main#page section table tr th {
  font-size: 13px;
  text-align: left;
  font-weight: normal;
  padding: 10px 10px 5px 10px;
}
main#page section table tr th span {
  color: #C00;
  margin-left: 5px;
}
main#page section table tr td {
  font-size: 13px;
  padding: 5px 10px 10px 10px;
}
main#page section table tr td input, main#page section table tr td textarea {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
  background: #f6f6f6;
  font-size: 13px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  border: none;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
main#page section table tr td textarea {
  height: 150px;
  vertical-align: bottom;
}
main#page section table tr td input::placeholder {
  color: #666;
}
main#page section table tr td input:-ms-input-placeholder {
  color: #666;
}
main#page section table tr td input::-ms-input-placeholder {
  color: #666;
}
main#page section .privacy {
  border: #E5E5E5 1px solid;
  padding: 20px 20px;
  margin-bottom: 30px;
  text-align:justify;
}
main#page section .privacy h4 {
  font-size: 12px;
  color: #765635;
  margin-bottom: 5px;
}
main#page section .privacy p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.8;
}
main#page section .check {
  font-size: 13px;
}
main#page section .check input {
  margin-right: 5px;
}
main#page section input[type=submit] {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
  margin-top: 30px;
  width: 100%;
  font-size: 13px;
  background: none;
  display: block;
  letter-spacing: .2em;
  border: #999 solid 1px;
  padding: 13px 0;
  color: #333;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 760px) {
  main#page section {
    max-width: 900px;
    margin: 0 auto;
  }
  
  main#page section h3 { font-size: 15px; }
  
  main#page section .tel {
    text-align: center;
  }
  main#page section .tel .number {
    display: inline-block;
  }
  main#page section .tel .number a {
    pointer-events: none;
  }
  main#page section .tel .time {
    display: inline-block;
    margin-left: 15px;
  }
  main#page section .notes {
    padding: 30px 50px;
    line-height: 2;
  }
  main#page section .hissu {
    font-size: 14px;
  }
  main#page section .hissu span {
    color: #C00;
  }
  main#page section table tr th, main#page section table tr td {
    display: table-cell;
  }
  main#page section table tr th {
    width: 200px;
    padding: 10px;
  }
  main#page section table tr td {
    font-size: 13px;
    padding: 10px;
  }
  main#page section table tr td input, main#page section table tr td textarea {
    background: #F5EEE4;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    border: none;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  main#page section table tr td textarea {
    height: 180px;
  }
  main#page section .privacy {
    border: #E5E5E5 1px solid;
    padding: 25px 40px;
    margin-bottom: 30px;
  }
  main#page section .privacy h4 {
    font-size: 12px;
    color: #765635;
    margin-bottom: 5px;
  }
  main#page section .privacy p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.8;
  }
  main#page section .check {
    font-size: 13px;
    margin-bottom: 30px;
  }
  main#page section input[type=submit] {
    width: 280px;
    margin: 0 auto;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  main#page section input[type=submit]:hover {
    background: #333;
    border: 1px solid #333;
    color: #FFF;
  }
}


/*--------------------------------------------------------------------------------------------------------------contactForm7-----*/

.wpcf7-not-valid-tip{
color:red;
display:block;
}

.wpcf7-response-output{
color:red;
text-align:center;
padding-top:20px;
}

.wpcf7-validation-errors{
color:red;
display:block;
text-align:center;
margin-top:20px;
}

.wpcf7-mail-sent-ok{
display:block;
text-align:center;
font-weight:bold;
margin-top:40px;
background-color:#fdefec;
padding:30px 25px;
color:#333;
}

.screen-reader-response{ display:none; }