
/* head_bg
----------------------------------*/

.head_bg_satei {    
    background-image: url(../img/head_wave.svg),url(../img/satei/head_bg.jpg);
    background-repeat: no-repeat,no-repeat;
    background-size: contain,cover;
    background-position: center bottom,right 0%;
}
@media (max-width: 575px) {
.head_bg_satei {    
    background-image: url(../img/head_wave_s.svg),url(../img/satei/head_bg_s.jpg);
    background-repeat: no-repeat,no-repeat;
    background-size: contain,cover;
    background-position: center bottom,center top;
}
}
.head_bg_inquiry {    
    background-image: url(../img/head_wave.svg),url(../img/inquiry/head_bg.jpg);
    background-repeat: no-repeat,no-repeat;
    background-size: contain,cover;
    background-position: center bottom,right 0%;
}
@media (max-width: 575px) {
.head_bg_inquiry {    
    background-image: url(../img/head_wave_s.svg),url(../img/inquiry/head_bg_s.jpg);
    background-repeat: no-repeat,no-repeat;
    background-size: contain,cover;
    background-position: center bottom,center top;
}
}
.head_bg_yoyaku {    
    background-image: url(../img/head_wave.svg),url(../img/yoyaku/head_bg.jpg);
    background-repeat: no-repeat,no-repeat;
    background-size: contain,cover;
    background-position: center bottom,right 0%;
}
@media (max-width: 575px) {
.head_bg_yoyaku {    
    background-image: url(../img/head_wave_s.svg),url(../img/yoyaku/head_bg_s.jpg);
    background-repeat: no-repeat,no-repeat;
    background-size: contain,cover;
    background-position: center bottom,center top;
}
}

.form_h3ttl {
    font-size: 21px;    
    margin-top: 5%; 
    border-bottom: 5px dotted #837ab5;
    margin-bottom: 1%;
}

.form_tx {
	font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    color: #000;
}
@media (max-width: 575px) {
.form_tx {
    text-align: left;	
}
}
.form_txb {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    line-height: 1.8;
    margin-bottom: 3%;
    color: #000;
    font-weight: bold;
}
.form_teltx {
	font-size: 2.1rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 1%;
    color: #000;
	font-weight: bold;
}
.form_tx2 {
	font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-top: 3%;
    color: #000;
}
.form_area {	
	margin-top: 5%;
	margin-bottom: 5%;
}
.form_name {
	font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 1%;
	margin-top: 5%;
    color: #000;
	font-weight: bold;
}
.form_name span {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    color: #fff;
    font-weight: normal;
    background-color: #FF0004;
    text-align: center;
    margin-left: 10px;
	margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.f_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	margin-top: 5%;
}
.f_table p {	
	margin-top: 5px;
}

.f_table label {
  display: inline;
}

.f_table th {
    width: 20%;
    background-color: #f5f8f8;
    color: #333;
    vertical-align: middle;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    border-top: 2px solid #28395a;
    font-weight: bold;
}

@media (max-width: 767px)  {
.f_table th {
	width: 100%;	
	display: block;
}
}


.f_table th span {
    color: #fff;
    text-align: right;
    float: right;
    background-color: #989898;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    margin-right: 10px;
    font-weight: normal;
}

.f_table td {
  padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
  background-color: #FFF;
	vertical-align: middle;
	border-top: 1px solid #cccccc;
}
@media (max-width: 767px)  {
.f_table td {
  width: 100%;
	display: block;
	padding-left: 10px;
}
}
.f_table tr td dl {
	width: 100%;
	display: block;
	margin-top: 10px;
}
.f_table td dl dt {
    width: 30%;
    display: block;
    margin-top: 10px;
    font-weight: normal;
}
@media (max-width: 767px)  {
.f_table td dl dt {
  width: 100%;	
}
}
.f_table td dl dd {
  display: block;
}


.form_caution {
	color: #d60000;	
}
.form_txbox {
    width: 100%;  
}
.form_btn {
  padding: 0 23px;
}
.form_btn a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #28395a;
  color: rgb(255, 255, 255);
  padding: 15px 20px;
  display: block;
  letter-spacing: 2px;
  transition: 1s;
  font-size: 16px;
  text-align: center;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5%;
	border-radius: 30px;
}
.form_btn a:hover {
  background: #fff;
  box-shadow: 0px 0px 10px #666;
  color: #333333;
  transition: 1s;
}

.form_btn2 {
  padding: 0 23px;
}
.form_btn2 a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #989898;
  color: rgb(255, 255, 255);
  padding: 15px 20px;
  display: block;
  letter-spacing: 2px;
  transition: 1s;
  font-size: 16px;
  text-align: center;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5%;
	border-radius: 30px;
}
.form_btn2 a:hover {
  background: #fff;
  box-shadow: 0px 0px 10px #666;
  color: #333333;
  transition: 1s;
}

.f_table label{	
	margin-right: 15px;
}


/* チェックボックス */
.check_area {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    font-weight: bold;
}
input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 18px;
    left: 5px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 18px;
}
.checkbox01::after {
    border-right: 3px solid #231815;
    border-bottom: 5px solid #231815;
    content: '';
    display: block;
    height: 10px;
    left: 10px;
    margin-top: -9px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 7px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}
/* お問い合わせ先 */
.contact_info {
    font-size: 22px;
    margin-top: 20px;
}
.contact_info span {
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
    background-color: #334f83;
    color: #FFFFFF;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
}
@media (max-width: 768px)  {
.contact_info {
    font-size: 18px;
}
.contact_info span {
    font-size: 18px;    
}
}
/* ボックス */
input[type="text"] {
    width: 100%;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
input[type="email"] {
    width: 100%;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
input[type="tel"] {
    width: 100%;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

select {
  width: 100%; 
	padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
textarea {
  width: 100%; 
	padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.form_btn .submit  {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #28395a;
  color: rgb(255, 255, 255);
  padding: 15px 20px;
  display: block;
  letter-spacing: 2px;
  transition: 1s;
  font-size: 16px;
  text-align: center;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5%;
	border-radius: 30px;
}
.form_btn .submit:hover {
  background: #fff;
  box-shadow: 0px 0px 10px #666;
  color: #333333;
  transition: 1s;
}
[type="submit"] {
    text-decoration: none;
  text-transform: uppercase;
  background-color: #28395a;
  color: rgb(255, 255, 255);
  padding: 15px 20px;
  display: block;
  letter-spacing: 2px;
  transition: 1s;
  font-size: 16px;
  text-align: center;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5%;
	border-radius: 30px;
}
.mw_wp_form_complete p{
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.7;
	padding-top: 5%;
}

.mwform-radio-field label{
    display: inline;    
}
.reserve_area .mwform-radio-field{    
    line-height: 1.0;
}
.reserve_area .mwform-radio-field label{
    display: block;    
}