@charset "utf-8";
/*
 Theme Name:   businesspress Child
 Template:     businesspress
*/

/* Contact Form 7カスタマイズ */
/* スマホContact Form 7カスタマイズ */
@media (max-width: 500px) {
  .inquiry td,
  .inquiry th {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }

  /* 必須・任意のサイズ調整 */
  .inquiry .any,
  .inquiry .haveto {
    font-size: 10px;
  }
    .qr-point{
    display: none;
}
    .c-point{
    margin: 0;
    padding: 0;
    display: block;
}
}

@media screen and (min-width:768px) {
   .c-point{
       display: none;
}
}


/* 見出し欄 */
.inquiry th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
}

/* 通常欄 */
.inquiry td {
  font-size: 13px;
  border: solid 1px #d7d7d7;
}

/* 横の行とテーブル全体 */
.entry-content .inquiry tr,
.entry-content table {
  border: solid 1px #d7d7d7;
}

/* 必須の調整 */
.haveto {
  font-size: 7px;
  padding: 5px;
  background: #ea4436;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/* 任意の調整 */
.any {
  font-size: 7px;
  padding: 5px;
  background: #4285f5;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}


/*同意書へお進み下さい*/
.next{
	font-size:1em;
	color:#9ec34b;
	font-weight:bold;
}


/* ラジオボタンを縦並び指定 */
.verticallist .wpcf7-list-item {
  display: block;
}





/* 送信ボタンのデザイン変更 */
#formbtn {
  display: block;
  padding: 15px;
  width: 350px;
  background: #FBBD06;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 2px;
  margin: 25px auto 0;
}

/* 送信ボタンマウスホバー時 */
#formbtn:hover {
  background: #fff;
  color: #FBBD06;
  border: 2px solid #FBBD06;
}

/* 最終確認チェック*/

.final-check {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  background-color: #FFF;
  font-size: 16px;
  color:#EA4436;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px 8px 8px;
  border-radius: 4px;
  position: relative;
    border: dotted #EA4436 3px;
}

.final-check:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -8px;
}

.final-check:hover {
  opacity: 0.8;
}


.komidashi {
  position: relative;
  padding: .75em 1em .75em 1.5em;
  border: none;
  font-size: 1em;
    font-weight: bold;
	background-color: #d2e7fd;
    box-shadow: 1px 1px 2px 0px #0000004d;
}
.komidashi::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #3498db;
  border-radius: 4px;
}




/* 宴会メニュー見出し */
.menu-midashi {
  position: relative;
  padding: 0.25em 0 0.5em 0.75em;
  border-left: 6px solid #ccc;
  background-color: #f7f7f7;
}
.menu-midashi::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 50%;
  background-color: #3498db;
}
.menu-midashi::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}



.sub-midashi02 {
background: #4285F5;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    
}
 

/* チェックボックス */
.ch label {
  cursor: pointer;
  padding: 5px;
  border: 1px solid #434343;
  border-radius: 5px;
}

.ch label {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  border: 2px solid #34a952;
  font-size: 16px;
  color: #34a952;
  text-decoration: none;
  font-weight: 700;
  padding: 8px 8px;
  border-radius: 4px;
  transition: 0.4s;
  -webkit-border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px;
   border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px;
    margin-left: -1em;
}

.ch label:hover {
  background-color: #34a952;
  border-color: #7dd794;
  color: #fff;
}


.ch input {
  display: none;
}
.ch .check_box:checked + .label {
  background-color: orange;
}
.check-txt {
  font-size: 1.3em;
  font-weight: 700;
}
.site-info {
  display: none;
}

.check-midashi-g{
    font-size: 105%;
    font-weight: bold;
    color:#34A952; 
}

.check-midashi-b{
    font-size: 105%;
    font-weight: bold;
    color:#4285F5; 
}

span.wpcf7-list-item .ch {
	display: inline-block;
	margin: 0 0 0 1em;
	width: 100%;
}


/* 入力項目 */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="file"],
textarea {
  border: solid 1px #e6e6e6 !important;
  margin-top: 0 !important;
  padding: 0.6em !important;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
}

/* カラー */
.gb{color: #4285F5;}
.gr{color: #EA4436;}
.gy{color: #FBBD06;}
.gg{color: #34A952;}

/* カラー 背景　濃*/
.bg-gb{background-color: #4285F5; color:fff;}
.bg-gr{background-color: #EA4436; color:fff;}
.bg-gy{background-color: #FBBD06; color:fff;}
.bg-gg{background-color: #34A952; color:fff;}
/* カラー 背景　淡*/
.bg-gb2{color: #DDE9FD;}
.bg-gr2{color: #FBDAD7;}
.bg-gy2{color: #FEF0C7;}
.bg-gg2{color: #DAF3E0;}


/*初期入力フォーム*//*stepNo*/
.step01{
 font-size: 120%;
 font-weight: bold;
 color: #FFFF;
 background: #EA4436;
 padding: 10px 20px;
 border-radius: 5px; 
}

/* チェックボックス 初期入力フォーム*/
.ch01 label {
  cursor: pointer;
  padding: 5px;
  border: 1px solid #434343;
  border-radius: 5px;
}

.ch01 label {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  border: 2px solid #4285F5;
  font-size: 13px;
  color: #4285F5;
  text-decoration: none;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 4px;
  transition: 0.4s;
}

.ch01 label:hover {
  background-color: #4285F5;
  border-color: #9ABEFA;
  color: #fff;
}
.ch01 input {
  display: none;
}
.ch01 .check_box:checked + .label {
  background-color: orange;
}

/*初期入力フォーム*//*選択ラジオボタン*/
.radio{
    border: 1px solid #777;
    font-size: 130%;

}


/*コメントボックス01*/
.comment-box01 {
	position: relative;
	padding: .5em;
	background-color: #ffe6e6;
   
}
.comment-box01:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #ffe6e6;
}

/*コメントボックス01 背景色*/
.cm-gb { background-color: #DDE9FD;}
.cm-gb:after {border-top: 15px solid #DDE9FD;}

.cm-gy { background-color: #FEF0C7;}
.cm-gy:after {border-top: 15px solid #FEF0C7;}

.cm-ggr { background-color: #DAF3E0;}
.cm-ggr:after {border-top: 15px solid #DAF3E0;}

.cm-gg { background-color: #f7f7f7;}
.cm-gg:after {border-top: 15px solid #f7f7f7;}

.cm-gy01 { background-color: #FBBD06;}
.cm-gy01:after {border-top: 15px solid #FBBD06;}

/*コメントボックス02*/

.comment-box02 {
width: auto;
position: relative;
background-color: #fff;
padding: 5px;
border: 2px dotted #ffc4c4;
color: #333;
border-radius: 5px;
margin: 0 10px;
}
.comment-box02::before,
.comment-box02::after {
content: '';
position: absolute;
border: 12px solid transparent;
top: 100%;
left: 5%;
}

.comment-box02::before {
border-top: 12px dotted #ffc4c4;
}

.comment-box02::after {
margin-top: -2px;
border-top: 12px solid #fff;
}



/*ページトップコメント*/
.top-comment{
  color: #364e96;
  padding: 0.5em 0;
  border-top: solid 3px #364e96;
  border-bottom: solid 3px #364e96;
  font-size:1.4em;
}
/*チェックボックス01*/
.checkbox-bg{
background-color: #ECECEC;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;

}

/*チェックボックス01*/
.ta{
    height: 100px;
}


/*チェックボックス02*/
.checkbox-bg02{
	font-size:20px;
	background: linear-gradient(transparent 60%, #FAE438 60%);
    display: inline-block;

}

/*更新依頼吹き出し*/

.sample_photo {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  border: 2px solid #34a952;
  font-size: 16px;
  color: #34a952;
  text-decoration: none;
  font-weight: normal;
  padding: 8px 6px;
  margin-left: 10px;
  border-radius: 4px;
  transition: 0.4s;
  -webkit-border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px;
   border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px;
}

.sample_photo:hover {
  background-color: #34a952;
  border-color: #7dd794;
  color: #fff;
}

.fix-midashi dl,dt,dd{
    padding: 0;
    margin: 0;
}


/*メインメニュー削除*/
.main-navigation {
	display: none!important;}
