@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.gnav__item--contact a {
  text-decoration: underline;
}
.page {
  background: url("../../images/fitness/contact-images/page-bg.jpg") 50% 50% no-repeat;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.appointment-list {
  display: flex;
}
.appointment-list__item {
  width: 33.333%;
  background-color: #fff;
  border-right: solid 1px var(--color01);
  padding: 30px;
}
.appointment-list__item:last-child {
  border-right: none;
}
.appointment-list__item p:last-child {
  margin-bottom: 0;
}
.appointment-list__item img {
  display: block;
  width: 70px;
  margin: 0 auto 20px auto;
}
.appointment-list__tit {
font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}
.appointment-list__bt a {
 display: block;
 width: 95%;
 color: #fff;
 text-align: center;
 background-color: #000;
 border-radius: 80px;
 padding: 20px 0;
 margin: 0 auto 20px auto;
}

.contact-form .inner {
	width: 90%;
	margin: 0 auto 50px auto;
}
.contact-form .inner p {
	margin-bottom: 0;
}

.contact-form .inner dl {
  display: flex;
  border-bottom: solid 1px #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.contact-form .inner dt {
	width: 300px;
}
.contact-form .inner dd {
  flex: 1;
}
.contact-form .inner dd .contact-list {
  display: inline-block;
}
.contact-form .inner dd .contact-list:first-child {
  margin-right: 10px;
}

.hissu {
  display: inline-block;
	color: #fff;
	font-size: 70%;
	line-height: 100%;
	text-align: center;
	background-color: #d40000;
	border-radius: 3px;
	padding: 2px 5px;
	margin-left: 7px;
}
.err {
  color: #e00202;
}

.input01 input {
	background-color: #fff;
	border: solid 1px #fff;
	border-radius: 3px;
	padding: 20px;
	width: 100%;
}
.input02 input {
	background-color: #fff;
	border: solid 1px #fff;
	border-radius: 3px;
	padding: 20px;
	width: 50%;
}
.input03 input {
	background-color: #fff;
	border: solid 1px #fff;
	border-radius: 3px;
	padding: 20px;
}
textarea {
	width: 100%;
	background-color: #fff;
	border: solid 1px #fff;
	border-radius: 3px;
	padding: 20px;
}
.radio {
  line-height: 3rem;
}
select {
  width: 50%;
  color: var(--body);
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;

  -webkit-appearance: none;
  appearance: none;
}
input[type="date"] {
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: 10px;
}

/*bt*/

.bt-form {
	overflow: hidden;
	text-align: center;
	margin: 0 auto 20px auto;
}
.bt-form p {
	margin: 0;
}
.bt-form li {
	display: inline-block;
	width: 100%;
	padding: 0 5%;
}
.bt-form li button {
	display: inline-block;
	color: #fff;
	width: 35%;
	font-size: 100%;
	background-color: #000;
	border: solid 1px #000;
  border-radius: 80px;
	cursor: pointer;
	padding: 20px 0;
	margin: 0 10px;
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
.bt-form li button:hover {
	background-color: #404040;
	border: solid 1px #404040;
}
.bt-form li input {
	display: inline-block;
	color: #fff;
	width: 25%;
	font-size: 100%;
	background-color: #000;
	border: solid 1px #000;
  border-radius: 80px;
	cursor: pointer;
	padding: 20px 0;
	margin: 0 10px;
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
.wpcf7-spinner {
    display: none !important;
}

/* 各ベンダープレフィックスが取れた標準版 */
:placeholder-shown {
	color: #cecece;
  font-size: 1.4rem!important;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #cecece;
}
/* Firefox 18- */
:-moz-placeholder {
	color: #cecece; opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
	color: #cecece; opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
	color: #cecece;
}

/*チェックボックス*/

.checkbox01-input{
  display: none;
}
.mwform-checkbox-field-text{
  padding-left: 25px;
  position:relative;
}
.mwform-checkbox-field-text::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
	background-color: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
}
.checkbox01-input:checked + .mwform-checkbox-field-text{
  color: #3bbe9e;
}
.checkbox01-input:checked + .mwform-checkbox-field-text::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #3bbe9e;
  border-right: 3px solid #3bbe9e;
}



/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){

}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

.appointment-list__item {
  padding: 20px;
}

.contact-form .inner {
	width: 100%;
	margin: 0 auto 30px auto;
}

.contact-form .inner dl {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.contact-form .inner dt {
	width: 100%;
  margin-bottom: 5px;
}
.contact-form input {
  font-size: 16px;
}
.input02 input {
	width: 70%;
}
label {
  display: inline-block;
}

/* 各ベンダープレフィックスが取れた標準版 */
:placeholder-shown {
  font-size: 1.2rem!important;
}

/*bt*/

.form-bt {
	width: 100%;
}
.form-bt li {
  width: 40%;
  margin: 0 10px;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

.appointment-list {
  display: block;
}
.appointment-list__item {
  width: 100%;
  border-right: none;
  border-bottom: solid 1px var(--color01);
}
.appointment-list__item img {
  width: 60px;
  margin: 0 auto 5px auto;
}
.appointment-list__tit {
font-size: 1.7rem;
  text-align: center;
  margin-bottom: 20px;
}
.appointment-list__bt a {
 display: block;
 width: 95%;
 color: #fff;
 text-align: center;
 background-color: #000;
 border-radius: 80px;
 padding: 20px 0;
 margin: 0 auto 20px auto;
}

select {
  width: 100%;
}


}

