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

/* Contact Form 7カスタマイズ */
/* スマホContact Form 7カスタマイズ */




/* 見出し欄 */
.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;
}

/* ラジオボタンを縦並び指定 */
.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: 100px auto 0;
}

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


.komidashi {
  position: relative;
  padding: .75em 1em .75em 1.5em;
  border: 1px solid #ccc;
  font-size: 1em;
    font-weight: bold;
}
.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;
}
.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;
    
}

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

/*太文字*/
.fb{ font-weight: bold}

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

/* カラー 背景　濃*/
.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!important;}
.bg-gr2{color: #FBDAD7!important;}
.bg-gy2{color: #FEF0C7!important;}
.bg-gg2{color: #DAF3E0!important;}


/*メイン画像背景*/
.jumbotron-overlay {
    background-color: rgba( 0, 0, 0 , 0.4 );
}

/* チェックボックス 初期入力フォーム*/
.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;
}


/*コメントボックス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 solid #ffc4c4;
color: #333;
}
.comment-box02::before,
.comment-box02::after {
content: '';
position: absolute;
border: 12px solid transparent;
top: 100%;
left: 5%;
}
.comment-box02::before {
border-top: 12px solid #ffc4c4;
}
.comment-box02::after {
margin-top: -4px;
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;
}

/*最終同意確認チェック*/
.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;
}


/*チェックボックス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;
}

/* チェックボックス */
.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 0px 0px 4px / 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px / 4px 0px 0px 4px;
   border-radius: 4px 0px 0px 4px / 4px 0px 0px 4px;
    margin-left: -1em;
}

.r-on label{
    border-radius: 4px;
}

.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%;
}

/*更新依頼-投稿確認*/

.fix-midashi{
display:flex;
flex-wrap:wrap-reverse;
}
    
.sample_photo {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  background-color: #34a952;
  border-top: 2px solid #34a952;
  border-right: 2px solid #34a952;
  border-bottom: 2px solid #34a952;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
  padding: 8px 6px;
  border-radius: 4px;
  transition: 0.4s;
  -webkit-border-radius: 0px 4px 4px 0px / 0px 4px 4px 0px;
  -moz-border-radius: 4px 4px 0px 0px / 0px 4px 4px 0px;
   border-radius: 0px 4px 4px 0px / 0px 4px 4px 0px;
}
  
.sample_photo:hover {
  background-color: #FFF;
  color: #34a952;
}

.fix-midashi ul,li{
    padding: 0;
    margin: 0;
    list-style: none;
}

/*お申込み*/
.totalprice{
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;
}

.totalprice input[type="text"] {
    font-size:150% !important;
    border: none !important;
    font-weight:bold;
    color: brown;
}

/*同意書*/

.conse{
    border: solid 1px #EEEEEE;
    padding: 30px 10px 0px 10px;
    font-size: 1em;
    background: #f8f8f7;
    margin-bottom: 20px;
}

.conse ol{
   
}

.conse ol li{
    list-style: decimal!important;
    border-bottom: dotted 1px #ccc;
    padding-top: 10px;
}


.conse-midashi{
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
    
}

.conse-komidashi{
    font-size: 1em;
    font-weight: bold;
    padding: 0;
    margin: 0;
}


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

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

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


.consent-open {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  background-color: #9ec34b;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px 8px 8px;
  border-radius: 4px;
  position: relative;
}


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

.consent-open:hover {
  opacity: 0.8;
}


/*トップページ メニューボタン*/

#menu-list dd{
    margin-left:0;
}

/*#menu-list {
     display: -webkit-flex;
     display: flex;
     /*flex-direction: column;*/
    /* -webkit-flex-wrap: wrap;
     flex-wrap: wrap;
     justify-content: space-between;
}
*/

#menu-list dl{
    max-width: 100%;
    height:  260px!important;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
}
/*
#menu-list dl .point{
    position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
  padding: 0 1em;
  margin: 0;
  transform: translateY(-50%) translateX(1em);
}
*/
#menu-list dl .point{
  position: absolute;
  top: 2em;
  left: 0;
  font-size: 1em;
  padding: 0 1em;
  margin: 0;
  transform: translateY(-50%) translateX(1em);
}


#menu-list dt{
    text-align: center;
}

#menu-list dd {
    text-align: center;
    margin-bottom: 0.5em!important;
}

#menu-list .title {
    font-weight: bold!important;
    font-size:1.5em!important;
    text-align: center!important;
}

#menu-list dd .sub-small{
    font-size: 0.8em;
    font-weight: normal;
    margin-bottom: 0.5em;
}



.menu01 {
    color: #4285F5;
    border: 10px solid #4285F5;
    border-radius: 5px;
}

.menu01:hover {
    color: #fff;
    background:#4285F5;
    border: double 10px #FFF;
}


.menu02 {
    color: #EA4436;
    border: 10px solid #EA4436;
    border-radius: 5px;
}

.menu02:hover {
    color: #fff;
    background:#EA4436;
    border: double 10px #FFF;
}


.menu03 {
    color: #FBBD06;
    border: 10px solid #FBBD06;
    border-radius: 5px;
}

.menu03:hover {
    color: #fff;
    background:#FBBD06;
    border: double 10px #FFF;
}


.menu04 {
    color: #34A952;
    border: 10px solid #34A952;
    border-radius: 5px;
}

.menu04:hover {
    color: #fff;
    background:#34A952;
    border: double 10px #FFF;
}


/*トップページ 新着情報*/
.whatsnew h1{
     font-size: 1.5em;
    color:#333;
}

.whatsnew h1:first-letter {
  font-size: 1.7em;
  color:#4285F5;
}


/*初期入力フォーム選択*/
#input_sect{}

#input_sect dl{
  margin-bottom:50px;
  border-left:solid #777;
  padding-left:10px;
}
#input_sect .bd_r{
  border-left:solid #EA4436;}
#input_sect .bd_b{
  border-left:solid #4285F5;}
#input_sect .bd_g{
  border-left:solid #34A952;}


#input_sect dt{
  font-size:180%;
  font-weight:bold;
}

#input_sect dl .but {
  position: relative;
  display: inline-block;
  width:35%;
  text-align:center;
  padding: 0.2em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #FBBD06;/*背景色*/
  border-bottom: solid 2px #e6ad03;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: 300;
}

#input_sect dl .but:active {
  border-bottom: solid 2px #FBBD06;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#input_sect dd{
 margin:0;
}

#input_sect .summary{
  font-size:1.1em;
    margin-bottom:1em;
}




.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

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


/*公開中のHP以外メニューコメント*/
.notsite_menu{
background:#feffe3;
padding:10px;
margin-bottom:10px;
}


.notsite_menu dt{
	padding:0;
	margin:0;
	font-weight:normal;
    color:#046ab9;
}

.notsite_menu dd{
	padding:0;
	margin:0;
	font-weight:normal;

}

.notsite_menu dd img{
	max-width:400px;
}

.notsite_menu dd p{
	text-align:center;
	padding-top:10px;
}


/*写真添付説明用画像*/
   .c-point{
       display: none;
}
    .qr-point{
    margin: 10px auto;
    display: block;
}


/*MOBILE表示ここから***************************************************************************/
@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;
  }
  
  /*写真添付説明用画像*/
    .qr-point{
    display: none;
}
    .c-point{
    margin: 10px auto;
    padding: 0;
    display: block;
}
  

  /* 必須・任意のサイズ調整 */
  .inquiry .any,
  .inquiry .haveto {
    font-size: 10px;
  }
    


.ch label:hover {
  background-color: #34a952;
  border-color: #7dd794;
  color: #fff;
}
/*更新依頼-投稿確認*/

.fix-midashi{
display:flex;
flex-direction:column-reverse;
    }
    
.sample_photo {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  border-top: 2px solid #da392c;
  border-right: 2px solid #da392c;
  border-left: 2px solid #da392c;
  border-bottom: none;
  background: #EA4436;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
  padding: 2px 6px;
  border-radius: 4px;
  transition: 0.4s;
  -webkit-border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
   border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
}
    
.sample_photo:hover {
  background-color: #EA4436;
  border-color: #da392c;
  color: #fff;
}

#menu-list dl .point{
    display: none;
}
	
    
.notsite_menu dd img{
	max-width:100%;
}
  
}/*MOBILE表示ここまで***************************************************************************/

/*PC表示ここから***************************************************************************/
@media (max-width: 1024px) {

}/*PC表示ここまで***************************************************************************/
