/* CSS Document */

/*==================================

イベント用フォーム
concierge.php

==================================*/

/*ページ設定*/
#concierge-wrapper {
width: 640px;
color: #333;
-webkit-text-size-adjust: 100%;
-webkit-appearance: none;
background-color: #fff;
font-family: 'Noto Sans JP', sans-serif;
margin-bottom: 50px;
webkit-text-size-adjust: 100%;
max-height: 999999px;
}

/*相談お申し込み*/
#contact-wrap {
width: 100%;
margin: 0 auto;
padding: 50px 0 100px 0;
background-color: #fff;
}

#contact-wrap h2 {
	background-color: #4cd8e5;
	background-image:url(../event/img/detail/human_icon.png);
	background-repeat: no-repeat;
	background-position: 150px 20px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 60px;
	padding: 33px 0;
	text-align: center;
	text-indent: 70px;
	}

#contact-wrap .contact-img {
margin: 0 0 20px 30px;
}

#contact-wrap .event-title{
	font-size: 22px;
	margin-left: 10px;
	padding: 10px 0;
}

#contact-wrap table {
width: 600px;
border-collapse: separate;
border-spacing: 0;
text-align: left;
line-height: 1.5;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
margin: 0 auto;
}
#contact-wrap table th {
width: 600px;
height: 70px;
padding: 0 0 0 20px;
line-height: 70px;
font-size: 24px;
font-weight: bold;
vertical-align: top;
border-right: 1px solid #ccc;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
background: #fff799;
}
#contact-wrap table td {
width: 600px;
padding: 10px;
vertical-align: top;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #fff;
}
#contact-wrap table .imperative {
color: #fff;
font-size: 18px;
width: 70px;
height: 20px;
margin-left: 10px;
padding: 5px;
background-color: #fe4958;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
position: relative;
bottom: 3px;
}
#contact-wrap table .example-txt {
margin-left: 20px;
font-size: 22px;
color: #999;
}
#contact-wrap table .form_style {
width: 560px;
border: 0;
padding: 3px 8px;
font-size: 32px;
color: #3e3a39;
margin: 15px 8px 10px 5px;
border: solid 1px #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
#contact-wrap table .form_style1 {
height: 46px;
}
#contact-wrap table .form_style2 {
height: 130px;
}
#contact-wrap table .form_style:focus {
border: 2px solid #fe4958;
}

#contact-wrap .policy_box table {
	width: auto;
}

#contact-wrap .policy_box table th {
	font-size: 14px;
    line-height: 1.4em;
    padding: 10px 10px;
	width: 120px;
	background-color: #eee;
}

/* チェックボタン設定 */
.r_btn{
  display: none;
}

.r_btn_label{
	width:100px;
 	position: relative;
	display: inline-block;
	font-size: 26px;
	margin-bottom:10px;
	padding: 3px 3px 3px 35px;
	cursor: pointer;
}

.r_btn_label:first-of-type{
  width: 230px;
	margin-left: 20px;
}

.r_btn_label img{
	width:90px;}

.r_btn_label::before,
.r_btn_label::after {
	position: absolute;
	content: '';
	top: 50%;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.r_btn_label::before {
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #f3f3f3;
	border: 1px solid #ccc;
}

.r_btn_label:hover::before {
	background: #fff;
}

.r_btn_label::after {
	opacity: 0;
	left: 6px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #fe4958;
	-webkit-transform: scale(2);
	transform: scale(2);
}

.r_btn:checked + .r_btn_label::before {
	background: #fff;
	border: 1px solid #fe4958;
}

.r_btn:checked + .r_btn_label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*場所*/
.area-select select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.area-select select {
width: 560px;
height: 60px;
margin: 15px 20px 15px 20px;
padding-left: 20px;
font-size: 22px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid #999;
background: none transparent;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background: url(../concierge/img/arrow.jpg) right no-repeat, -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
background: url(../concierge/img/arrow.jpg) right no-repeat, linear-gradient(to bottom, #fff 0%, #efebe1 100%);
cursor: pointer;
}
/*日程*/
#contact-wrap table #schedule-list-wrap {
width: 560px;
background-color: #fff;
margin: 20px 20px 0 15px;
}
/*日時選択*/
#schedule-option-wrap {
width: 560px;
margin: 0 0 20px 15px;
border-top: 1px solid #a4a4a5;
}
.schedule-option-list .gray {
background-color: #fceae8;
}
#schedule-option-wrap dt {
width: 200px;
line-height: 50px;
padding: 15px 0 18px 0;
float: left;
}
#schedule-option-wrap dt span {
margin-left: 20px;
font-size: 26px;
font-weight: bold;
}
#schedule-option-wrap dd {
width: 350px;
padding: 15px 10px 15px 0;
float: left;
}
#schedule-option-wrap hr {
border-top: 1px solid #bbb;
margin: 0;
padding: 0;
}
#contact-wrap .schedule-list-txt {
font-size: 24px;
margin: 0 20px;
padding: 15px 0;
}
#schedule-option-wrap dd input {
display: none;
}
#schedule-option-wrap dd label {
display: block;
font-size: 24px;
margin: 0 12px;
padding: 13px 0;
background: #fff;
float: left;
text-align: center;
line-height: 24px;
transition: .2s;
border: 2px solid #e1e1e1;
box-shadow: 0 3px 0 #e1e1e1;
}
#schedule-option-wrap dd .label-btn {
width: 146px;
}
#schedule-option-wrap dd .label-btn2 {
width: 320px;
}
#schedule-option-wrap dd label:first-of-type {
border-radius: 5px;
}
#schedule-option-wrap dd label:last-of-type {
border-radius: 5px;
}
#schedule-option-wrap dd input[type="radio"]:checked + .switch {
background-color: #e67168;
border: 2px solid #e67168;
color: #fff;
}
#schedule-option-wrap dd input[type="radio"]:disabled + .switch {
color: #abaaaa;
text-indent: 20px;
background-color: #e1e1e1;
background-image: url(../concierge/img/disabled.png);
background-repeat: no-repeat;
background-position: 10px 15px;
border: 2px solid #e1e1e1;
}
/*規約*/
#contact-wrap .protocol-txt {
width: 600px;
font-size: 20px;
line-height: 25px;
margin: 0 auto;
padding: 50px 0 0 0;
}

#contact-wrap .protocol-txt a{
	color: #fe4958;
}

#contact-wrap .send-btn {
display: inline-block;
width: 600px;
height: 80px;
margin: 20px 0 0 20px;
padding: 0 20px;
font-size: 30px;
color: #fff;
text-align: center;
line-height: 80px;
text-decoration: none;
transition: none;
background-color: #fe756b;
border: 2px solid #fe756b;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 0 3px 0 #c7564d;
}
/*シェアエリア*/
#share-wrap {
width: 100%;
margin: 0 auto;
padding: 50px 0;
background-color: #05C388;
}
#share-wrap p {
text-align: center;
font-size: 24px;
margin-bottom: 30px;
color: #fff;
}
#share-wrap .share_icon_wrap {
margin: 0 auto;
text-align: center;
}
#share-wrap .share_icon_wrap .line_icon {
margin-right: 20px;
}
#share-wrap .return-top {
display: inline-block;
width: 540px;
height: 50px;
margin: 60px 0 0 25px;
padding: 0 20px;
font-size: 30px;
color: #333;
text-align: center;
line-height: 50px;
text-decoration: none;
transition: none;
background-color: #fff;
border: 2px solid #333;
border-radius: 5px;
}
/*共通*/
.clear {
clear: both;
}
.policy_box{
	background: #fff;
	text-align: left;
	padding: 30px 20px;
	border: 1px solid #ddd;
    padding: 30px 20px;
    height: 400px;
    overflow: auto;
	margin: 40px 0;
	width: 600px;
    margin: 0 auto 30px auto;
	box-sizing: border-box;
}

.policy_box .policy__title{
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 40px;
}

.policy_box ul{
	list-style:none;
	padding-left: 30px;
	line-height: 1.4em;
}

.policy_box ul li:not(:last-child){
	margin-bottom: 20px;	
}

.policy_box .policy__label{
	font-weight: bold;
	text-indent: -27px;
	margin-bottom: 15px;
}
	
.policy_box table{
	border-collapse: collapse;
}
	
.policy_box table td, .policy_box table th{
	border: 1px solid #ddd;
	padding: 10px 10px;
}
	
.policy_box table th{
    background: #eee;
    width: 110px;
    font-weight: normal;
    color: #000;
}
