@charset "utf-8";

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

.content{
	padding-bottom:0;
}

#room_name {
	max-width: 100px;
	margin-top: 10px;
}

.room_name-label {
	display:block;
	margin-top:10px;
}

.originalFileBtn .mwform-file-delete {
	right: 10%;
}

.files__icon {
	width: 15%;
}

/*-----------------------------------------------------------------------------------*/

/* main_top

/*-----------------------------------------------------------------------------------*/
.main_top{
	margin-bottom:10%;
}
.main_top p{
	text-align:center;
}
.main_top p + p{
	margin-top:10px;
}
.top_title {
	border-bottom:1px solid #d5cfc6;
	padding-bottom:5%;
	margin-bottom:5%;
}
.main_top p a{
    background: #d61618;
    color: #fff;
    border-radius: 5px;
    font-size: 1.200em;
    display:block;
    padding: 7px 10px 5px;
    line-height: 1;
	width:70%;
	margin:0 auto 5px;
}
.main_top p span.date{
	font-size:0.85em;
}
.main_top p a:before{
	content:"";
	display:inline-block;
	height:20px;
	width:22px;
	background:url(../../img/tel.png) no-repeat 0 0;
	background-size:contain;
	margin-right:5px;
	vertical-align: middle;
}


/*-----------------------------------------------------------------------------------*/

/* block01

/*-----------------------------------------------------------------------------------*/
.block01{
	background:#ddd4c5;
	padding:5% 10px 10%;
}
.block01 p.title{
	text-align: center;
    font-size: 1.2em;
    letter-spacing: 3px;
    margin-bottom: 5%;
}
.block01 table {
	color:#59401d;
	margin-bottom:10%;
}
.block01 table tr {
	border-bottom:1px solid #59411d;
}
.block01 table .bodernone {
	border:none;
}
.block01 table .bodernone td{
	padding-bottom:0;
}
.block01 table th,
.block01 table td {
	display:block;
}
.block01 table th{
	text-align:left;
	padding:15px 0 3px;
}
.block01 table tr:nth-child(1) th{
	padding-top:0;
}
.block01 table td{
	text-align:left;
	padding-bottom:15px;
}
.block01 table th .required {
    background: #d61618;
    color: #fff;
    border-radius: 5px;
    font-size: 0.750em;
    display: inline-block;
    padding: 5px 10px;
    margin-left: 10px;
    line-height: 1;
	vertical-align: text-bottom;
}
.block01 table td .annotation {
    font-size: 0.688em;
    line-height: 150%;
    word-break: break-all;
    display: inline-block;
    margin-top: 10px;
}

/* select,input,textarea */
.block01 table select,
.block01 table input[type="text"],
.block01 table textarea {
	width:100%;
	display:block;
	background:#fff;
	padding:5px 5px 8px;
	color:#59401d;
	border:1px solid #59401d;
	border-radius:5px;
	line-height:150%;
}
::-webkit-input-placeholder {
  color: #aaa !important;
}
::-moz-placeholder {
  color: #aaa !important; opacity: 1 !important;
}
:-ms-input-placeholder {
  color: #aaa !important;
}
.block01 table textarea{
    max-height:none;
	max-width:495px;
	line-height:150%;
	height:auto;
}
.block01 table input[type="text"] {
	padding:6px 7px 4px;
}

/* 下部テキスト */
.block01 .bottom_text {
	text-align:center;
	color: #59401d;
}
.block01 .bottom_text a {
	color:#00a0e8;
	font-weight:400;
}

/* プライバシーポリシーに同意 */
.block01 .bottom_text input[type="checkbox"] {
	display: none !important;
}
.block01 .bottom_text span.horizontal-item{
	display:block;
	text-align:center;
    margin: 10px 0 0;
}
.block01 .bottom_text label {
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px 30px;
    cursor: pointer;
    vertical-align:middle;
    color: #59401d;
}
.block01 .bottom_text label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -11px;
	background: #fff;
	border:1px solid #59401d;
	border-radius:5px;
}
.block01 .bottom_text input[type="checkbox"]:checked + span::after{
    position: absolute;
    content: '';
    top: 50%;
    left: 3px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: #59401d;
    border-radius: 3px;
}

/* submit */
.block01 .btn input {
    display: block;
    min-width: 85%;
    text-align: center;
    position: relative;
    background-color: #0b4e95;
    color: #fff;
    -webkit-transition: none;
    transition: none;
	box-shadow: 3px 3px 0 #88898a;
    padding: 10px;
    font-size: 1.313em;
    font-weight:400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0;
    transition: all 0;
	border:none;
	cursor:pointer;
	margin:10% auto 0;
}

/* placeholder
-------------------------------------------*/
/* Chrome */
::-webkit-input-placeholder {
	color: #59401d;
	padding:8px 5px 7px;
}
/* Firefox */
::-moz-placeholder {
	color: #59401d;
	padding:8px 5px 7px;
}
/* IE */
:-ms-input-placeholder {
	color: #59401d;
	padding:8px 5px 7px;
}


/*-----------------------------------------------------------------------------------*/

/* 確認ページ

/*-----------------------------------------------------------------------------------*/
.mw_wp_form_confirm .bottom_text{
	display:none;
}


/*-----------------------------------------------------------------------------------*/

/* 完了ページ

/*-----------------------------------------------------------------------------------*/
p {
    padding: 0 10px;
	text-align:left;
}
.block01 .textbox{
	text-align:center
}
.block01 .textbox p{
	text-align:center
}
.block01 .textbox p + p{
	margin:10px 0 0;
}
.block01 .textbox p.text01{
    display: inline-block;
    background: #59411d;
    color: #fff;
    line-height: 1;
    padding: 8px 10px 10px;
}
.block01 .textbox p.text02{
    text-align: left;
    font-size: 0.750em;
    line-height: 180%;
    margin-top: 40px;
}
}
