@charset "utf-8";
/* CSS Document */

/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@media screen and (min-width: 769px){

/* コンタクトフォーム */

#about{
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 5%;
}

#about .inner {
  width: 1000px;
  margin: auto;
  padding: 60px 0;
}

#about h2 {
    font-size: 30px;
    color: #543b15;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: bold;
    position: relative;
}

#thanks_box #about h2 {
    font-size: 30px;
    color: #543b15;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: bold;
    position: relative;
}

h2 .sub {
    font-weight: bold;
    display: block;
    font-size: 20px;
    color: #4a2808;
    text-align: center;
}

#about .inner .title .text {
  margin: 20px auto 50px;
}

#about .inner .title .text p {
    text-align: center;
    margin-bottom: 5px;
}

#about .inner .title .text p:last-child {
      margin-bottom: 0;
}

#form{
  max-width: 733px;
  margin: 25px auto 0;
}

form > div {
  padding: 5px;
  flex-wrap: nowrap;
}

.form_content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dotted #d1c2ad;
  margin-bottom: 5px;
  padding: 20px 0;
  align-items: center;
}

.form10{
  border-bottom: none;
}

.form-title {
    width: 40%;
}

.form-main {
    width: 60%;
    display: flex;
    gap: 0 30px;
}

.form-title span.required {
    background: #ff5926;
    padding: 4px 8px 3px;
    border-radius: 5px;
    font-size: 0.85em;
    color: #fff;
    line-height: 1em;
    margin-left: 8px;
}

.form-main input,
.form-main textarea,
.form-main select{
  border: none;
}

.form-main input[type="text"] {
    width: 100%;
    //max-width: 20em;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #585856;
}

.form-main input[type="checkbox"] {
    margin: 0 5px 0 0;
}

.form-main input[type="checkbox"] span {
    display: inline-block;
}

.form-main span {
    display: inline-block;
    margin: 3px;
}

.form-main.anke-to input[type="text"] {
    width: 100%;
    max-width: 100%;
}

.form-main.anke-to p {
    font-size: 0.95em;
    color: #999;
}
.form-main textarea {
    width: 100%;
    min-height: 6em;
    padding: 5px;
    display: block;
    border: 1px solid #554128;
}
.form-main textarea::placeholder {
    font-size: 14px;
}
.form-main .yoyaku_date .yoyaku_day,
.form-main .time
{
    width: 100%;
    padding: 5px;
    border: 1px solid #554128;
}


.contact-botan {
    width: 100%;
    padding: 50px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
    justify-content: space-around;
}

.contact-botan input {
    width: 80%;
    /* display: block; */
    max-width: 30%;
    max-width: 250px;
    height: 50px;
    border: none;
    margin: 0;
    text-align: center;
}
.contact-botan input[type="submit"] {
    background: #FF5926;
    color: #fff;
}
.contact-botan input[type="reset"] {
  box-shadow: 1px 1px 2px 0px #d8d8d8;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="reset"] {
  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="reset"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus {
  outline-offset: -2px;
}
.contact-botan input[type="reset"] {
    background: #eee;
}

/* お問い合わせフォーム */
.tenpo_box01{
    border: solid 6px #333333;
    padding: 2%;
    margin-bottom: 50px;
    border-radius: 20px;
}
.tenpo_box02{
    border: solid 1px #ff7e00;
    padding: 2%;
    margin-bottom: 50px;
    border-radius: 20px;
}
.tenpo_box02 .text table th{
    color: #429928!important;
}
.tenpo_box02 .text  h3{
    color: #429928!important;
}
.box_check {
  margin: auto;
  text-align: center;
}

}

@media screen and (max-width:768px) {

/* お問い合わせフォーム */

#about{
  width: 100%;
  margin: 0;
  padding: 0% 2.604166666% 0 2.604166666%;
  margin-top: 15%;
}

#about .inner {
    width: 100%;
    padding: 40px 0;
}

#about .inner .title h2,
#about .inner p
 {
    font-family: 'Noto Sans JP', sans-serif !important;
}

#about h2 {
  font-size: 20px;
  color: #543b15;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}

#form{
  max-width: 100%;
  font-size: 14px;
  margin: 10px 0;
}

h2 .sub {
    font-weight: bold;
    display: block;
    font-size: 20px;
    color: #4a2808;
    text-align: center;
}

h2:after {
    content: "";
    width: 60px;
    height: 3px;
    background: #ff5926;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

#about .inner .title .text {
  margin: 25px auto 50px;
  text-align: center;
}

#about .inner .title .text p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

#about .inner .title .text p:last-child {
      margin-bottom: 0;
}

#form{
  max-width: 733px;
  margin: 0 auto;
}

form > div {
  padding: 5px;
  flex-wrap: nowrap;
}

.form_content {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px dotted #d1c2ad;
  margin-bottom: 5px;
  padding: 20px 0 15px;
}

.form10{
  border-bottom: none;
}

.form-title {
    width: 40%;
}

.form-main {
    width: 60%;
}

.form-title span.required {
    background: #ff5926;
    padding: 4px 8px 3px;
    border-radius: 5px;
    font-size: 0.85em;
    color: #fff;
    line-height: 1em;
    margin-left: 17px;
}

.form-main input,
.form-main textarea,
.form-main select{
  border: none;
}

.form-main input[type="text"] {
    width: 100%;
    //max-width: 20em;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #585856;
}

.form-main input[type="checkbox"] {
    margin: 0 5px 0 0;
}

.form-main input[type="checkbox"] span {
    display: inline-block;
}

.form-main span {
    display: inline-block;
    margin: 3px;
}

.form-main.anke-to input[type="text"] {
    width: 100%;
    max-width: 100%;
}

.form-main.anke-to p {
    font-size: 0.95em;
    color: #999;
}
.form-main textarea {
    width: 100%;
    min-height: 6em;
    padding: 5px;
    display: block;
    border: 1px solid #554128;
}
.form-main textarea::placeholder {
    font-size: 14px;
}
.form-main .yoyaku_date .yoyaku_day,
.form-main .time
{
    width: 100%;
    padding: 5px;
    border: 1px solid #554128;
}


.contact-botan {
    width: 100%;
    padding: 50px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
    justify-content: space-around;
}

.contact-botan input {
    width: 80%;
    /* display: block; */
    max-width: 30%;
    max-width: 250px;
    height: 50px;
    border: none;
    margin: 0;
    text-align: center;
}
.contact-botan input[type="submit"] {
    background: #FF5926;
    color: #fff;
}
.contact-botan input[type="reset"] {
  box-shadow: 1px 1px 2px 0px #d8d8d8;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="reset"] {
  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="reset"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus {
  outline-offset: -2px;
}
.contact-botan input[type="reset"] {
    background: #eee;
}

.tenpo_box01 {
    padding: 3%;
    border: solid 3px #333;
    border-radius: 10px;
}

.form-title,
.form-main {
  width: 100%;
}
.form-main {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  justify-content: center;
}
.form-title {
  margin-bottom: 20px;
}

.form-title span.required {
    padding: 2px 8px 3px;

}

.form-main input[type="text"]{
  padding: 10px 5px;
}

.contact-botan input[type="submit"] {
  background: #FF5926;
  color: #fff;
  margin-bottom: 10px;
}

.form-main .yoyaku_date input,
.form-main .time
{
  width: 100%;
  min-height: 50px;
  padding: 10px 5px;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #ffffff;
  color: #000;
}

#content .form-main .yoyaku_date .yoyaku_day{
  margin-left: 0;
  text-align: left;
}

/* contact_box */
#contact_box{
  padding: 7% 0%;
}

#contact_box ul li{
  width: auto;
}
#contact_box ul li:first-child {
  margin-right: 0px;
  margin-bottom: 3%;
}

.contact-botan{
  padding: 20px 0;
}

.box_check {
  margin: auto;
  text-align: center;
}
}