


/*---文字装飾---*/
.red_text{
color:#C33000;}

.border_yellow{
	border-bottom:2px solid rgba(255, 159, 126, 0.7);}

.pms_link{
color:#333333;
opacity:1;
transition:0.5s all;}

.pms_link:hover{
opacity:0.7;}

/*-----お問い合わせページに関するcss-----*/

label{
	font-weight:600;
	margin-bottom:20px;
	width: 100%;
}

span.wpcf7-list-item {
margin-top:10px;
display: block;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  margin: 0 30px 0 0; /* 項目右側の余白設定と、デフォルトの左側の余白を打ち消す */
  position: relative;
}
.wpcf7-list-item-label {
  cursor: pointer; /* labelにhoverした時にカーソルを表示させる */
  font-size: 17px; /* 項目のフォントサイズ */
}
input[type="checkbox"] {
  opacity: 0; /* デフォルトのチェックボックスを見えなくする */
  position: absolute;
}
.wpcf7-list-item-label::before {
  /* チェックボックスのデザイン */
  border: 1px solid #333;
  content: "";
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 15px;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  /* チェックアイコン */
  content: "";
  height: 10px;
  left: 1px;
  position: absolute;
  top: 4px;
  width: 15px;
	border-left: 3px solid red;
  border-bottom: 3px solid red;
  transform: rotate(-45deg);
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::before {

}

.red{
	color:red;
	font-size:14px;
	margin-left:5px;
}

.wpcf7 input[name="your-name"] { /* 名前入力欄 */
	width: 100%;
	height:40px;
	padding-left:5px;
	margin-top:5px;
}
.wpcf7 input[name="your-email"] { /* メール入力欄 */
	width: 100%;
	height:40px;
	padding-left:5px;
	margin-top:5px;
}
.wpcf7 input[name="your-tel"] { /* 電話番号入力欄 */
	width: 100%;
	height:40px;
	padding-left:5px;
	margin-top:5px;
}
.wpcf7 input[name="your-hotel"] { /* 施設名入力欄 */
	width: 100%;
	height:40px;
	padding-left:5px;
	margin-top:5px;
}
.wpcf7 input[name="your-office"] { /* 会社名入力欄 */
	width: 100%;
	height:40px;
	padding-left:5px;
	margin-top:5px;
}

.wpcf7 select[name="menu-732"] { /* 都道府県名入力欄 */
	width: 100%;
	height:40px;
	padding-left:5px;
	margin-top:5px;
}
.wpcf7 textarea[name="your-message"] { /* 本文入力欄 */
	width: 100%;
	height:80px;
	margin-top:5px;
}

/*----contact button---*/
.btn_area{
margin-top:50px;
}
#contact_btn{
	background: linear-gradient(180deg, #FF9F7E, #FF6632);
	transition:0.5s all;
	border:none;
	color:white;
}

#contact_btn:hover{
		background: linear-gradient(90deg, #FF9F7E, #FF6632);
	box-shadow:none;
}

#contact_btn{
font-size:18px;}

/*--------CTAボタンに関する修正--------*/
#pms_button{
	transform:0,0;
	transition:0.5s all;
}
#pms_button:hover{
	transform:translateX(3px) translateY( 3px);
}

[type=button], [type=submit], button{
	font-weight:600;
}
/*-----アコーディオンに関する修正------*/
.acco_flex{
     display:flex;
     align-items:center;}

.acco_img{
width:30px;
margin:0 10px;
}

.tabist_coop{
	opacity:1;
	transition:0.3s all;
}
.tabist_coop:hover{
	opacity:0.6;
}

.tabist_coop a{
text-decoration:none;
color:#333333;}

@media screen and (min-width: 1500px) {
	.fv_text{
		font-size:52px;
	}
	
	.wpcf7 input[name="your-name"] { /* 名前入力欄 */
	width: 85%;
	height:40px;
	padding-left:5px;
	margin-top:5px;
}
.wpcf7 input[name="your-email"] { /* メール入力欄 */
	width: 85%;
	height:40px;
	padding-left:5px;
	margin-top:5px;
}
.wpcf7 input[name="your-tel"] { /* 電話番号入力欄 */
	width: 85%;
	height:40px;
	padding-left:5px;
	margin-top:5px;
}
.wpcf7 input[name="your-hotel"] { /* タイトル入力欄 */
	width: 85%;
	height:40px;
	padding-left:5px;
	margin-top:5px;
}
	
.wpcf7 select[name="menu-732"] { /* 都道府県名入力欄 */
	width: 85%;
	height:40px;
	padding-left:5px;
	margin-top:5px;}
	
.wpcf7 input[name="your-office"] { /* タイトル入力欄 */
	width: 85%;
	height:40px;
	padding-left:5px;
	margin-top:5px;
}
}

/*---------202405_OTA----------*/

.btn_area{
margin-top:50px;
}

#ota_contact_btn{
	background:#0B3481 ;
	opacity:1;
	transition:0.5s all;
	border:none;
	color:white;
	border-radius:30px;
	padding:15px 70px;
}

#ota_contact_btn:hover{
		opacity:0.7;
	box-shadow:none;
}

#contact_btn{
font-size:18px;
font-weight:bold;}
