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

.width_790 {
    line-height: 1.8em;
}

section.contents {
    width: 100%;
    box-sizing: border-box;
    margin: 100px auto;
    padding: 0px 0px;
}


.text-xs-center {
    line-height: 1.6;
    padding: 0 10px;
    text-align: center;
    position: relative;
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-success.btn-lg {
    padding: .75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.333333;
    border-radius: .3rem;
    color: #fff;
    background-color: #231815;
    border: none;
    width: 100%;
    max-width: 275px;
    margin-top: 50px;
	-webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    -webkit-border-radius: .3rem;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

div.wpcf7 .ajax-loader {
  position: absolute;
  bottom: 15px;
  right: 180px;
  margin: 0;
}
@media screen and (max-width: 900px){
  div.wpcf7 .ajax-loader {
    bottom: -30px;
    right: calc(50% - 16px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
input.wpcf7-form-control.wpcf7-text {
  height: 30px;
  margin-bottom: 5px;
  padding: 0 10px;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
span.wpcf7-not-valid-tip {
  text-indent: 0.5em;
  margin-bottom: 15px;
}

.contact_text {
	font-size: 16px;
  letter-spacing: 0.2em;
  color: #231815;
  margin-bottom: 30px;
  line-height: 1.6em;
  box-sizing: border-box;
  padding: 0 20px 15px;
	text-align: center;
}
.contact_text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 1px solid #F2B02C;
  display: inline-block;
  padding: 0 1em;
  line-height: 2;
}
.contact_text .detail {
  text-align: left;
}
.contact_text .breakpoint_pc {
  display: block;
}
@media screen and (max-width: 900px){
  .contact_text .breakpoint_pc {
    display: inline;
  }
}

span.small_text {
  display: block;
  font-size: 13px;
	color: #de8686;
  margin-top: 15px;
}

.contact_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.contact_nav .form_reply,
.contact_nav .form_noreply {
  width: 38%;
  text-align: center;
  padding: 4%;
}
.contact_nav .form_reply h3,
.contact_nav .form_noreply h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #F2B02C;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 1em;
  line-height: 2;
}
.contact_nav .form_reply .button a,
.contact_nav .form_noreply .button a {
  background: #000;
  color: #F2B02C;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-top: 20px;
  padding: 15px 0;
}

@media screen and (max-width: 900px){
  .contact_nav {
    flex-direction: column;
  }
  .contact_nav .form_reply,
  .contact_nav .form_noreply {
    width: 88%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 6%;
  }
  .contact_nav .form_reply {
    margin-bottom: 40px;
  }
  .contact_nav .form_reply .button a,
  .contact_nav .form_noreply .button a {
    margin-top: 20px;
  }
}

.contact_policy {
  text-align: center;
}
.contact_policy h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #F2B02C;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 1em;
  line-height: 2;
}
.contact_policy .detail {
  text-align: left;
}
.contact_policy .box {
  border: 1px solid #b1b1b1;
  margin-top: 30px;
  padding: 20px;
  overflow-y: scroll;
  height: 220px;
  text-align: left;
}


/***** コンタクトフォーム *****/
.table-contactform7{
  overflow: hidden;
table-layout: fixed;
	width: 100%;
}
 
.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th {
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}
.table-contactform7 input,
.table-contactform7 textarea {
  max-width: 90%;
  margin: 15px 10px 15px 5px;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-border-radius: 0;
  /* -webkit-appearance: none; */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
	font-size: 16px;
  border: 1px solid #000;
}
.table-contactform7 input::placeholder,
.table-contactform7 textarea::placeholder {
  color: #ccc;
}
 
.address-100 input{
  max-width: 90%;
  margin: 5px 10px 0 5px;
}
 
.message-100 textarea {
  width: 100%;
  margin: 15px 10px 10px 5px;
  padding: 5px 10px;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
.message-100 textarea::placeholder {
  color: #ccc;
}
 
@media screen and (min-width: 900px){
  .table-contactform7 th{
    width: 30%;
  }
  .table-contactform7 td{
    width: 70%;
  }
  .table-contactform7 td h4 {
    font-weight: bold;
  }
}
     
@media screen and (max-width: 900px){
  .table-contactform7 {
    display: block;
  }     
       
  .table-contactform7 tbody,
  .table-contactform7 tr {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .table-contactform7 th{
    width:100%;
    display:block;
    margin: 0 auto 10px;
    max-width: 95%;
    border:none;
  }
  .table-contactform7 td{
    display: list-item;
    list-style-type:none;
    margin:0;
    padding:0;
    width: 100%;
    border-top: none !important;
    margin-bottom: 10px;
  }
  input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    height: 55px;
    max-width: 95%;
    margin: 10px auto;
    box-sizing: border-box;
    display: block;
  }
  .message-100 textarea {
    width: 100%;
    height: calc( 1.6em * 10 );
    max-width: 95%;
    margin: 10px auto;
    padding: 8px 5px;
    box-sizing: border-box;
    display: block;
  }
}

/* -------------------------------

2411　テキスト変更

----------------------------------*/
span.small_text {
  font-size: 19px;
  color: red;
  font-weight: 500;
}

@media screen and (max-width: 500px) {
  span.small_text {
    font-size: 16px;
  }
}
/* -------------------------------

2412　アレルギーテキスト追加

----------------------------------*/
.allergy_text a {
  color: #F2B02C;
}