@charset "UTF-8";
/* CSS Document */

.reservBox {
	border: #dedede solid;
	border-width: 1px;
	border-radius: 3px;
	margin: 0 auto 20px auto;
	background-color: #efefef;
}

.reservBox .inputBox {
	padding: 0 20px 10px 20px;
}

.fotm_txt {
	display: inline-block;
	vertical-align: top;
	top: 2px;
}

.fotm_txt_space01 {
	margin: 0 10px;
}

.fotm_txt_space02 {
	margin: 0 0 0 10px;
}

.fotm_txt_space03 {
	margin: 0 0 0 10px;
}

.reservBox h2 {
	background-color: #ffffff;
	color: #ffffff;
	font-size: 100%;
	text-align: center;
	padding: 5px 0;
}

.reservBox select {
	padding: 5px 25px 5px 10px;
}

#form ul {
	padding: 0;
	margin: 20px auto;
	list-style: none;
}

input,
textarea,
input[type=text] {
	font-size: 100%;
	padding: 5px 10px;
	border: #dddddd solid;
	border-width: 1px;
	vertical-align: baseline;
}

input {
/*	vertical-align: baseline;
	margin: 0 5px 0 0;*/
}


input[type=checkbox],input[type=radio] {
	height: 1em;
	width: 1em;
	top: 2px;
}


input.leftBox {
	width: calc(50% - 10px);
	margin: 0 10px 20px 0;
}

input.rightBox {
	width: calc(50% - 10px);
	margin: 0 0 20px 10px;
}

textarea {
	width: 100%;
	height: 12em;
	margin: 0 0 20px 0;
}

select {
    display: inline-block;
    font-size: 100%;
    line-height: 1.3;
    padding: 5px 30px 5px 20px;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgb(0 0 0 / 4%);
    border-radius: 0.5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
	color: #000000;
    background-image: url(../img/select_arrow02.png), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right 0.5em top 50%;
    outline: none;
	vertical-align: top;
}

.submitBox {
	text-align: center;
}

label {
	cursor: pointer;
	margin: 0 auto;
}

button,
.mailContents .button,
#editorBox .button_del {
	font-size: 110%!important;
	border: #cccccc solid;
	border-width: 1px;
	background: -moz-linear-gradient(top, #efefef, #ffffff);
	background: -webkit-linear-gradient(top, #efefef, #ffffff);
	background: linear-gradient(to top, #efefef, #ffffff);
	cursor: pointer;
	padding: 5px 2em 5px 2em!important;
	margin: 20px auto 0 auto;
	width: auto;
	display: block;
	white-space: nowrap;
}

#editorBox .button_del {
	opacity: 0.3;
	width: 6em;
    padding: 5px 0 !important;
	text-align: center;
	cursor: default;
}

button:hover,
#form h2 input.button:hover {
	background: -moz-linear-gradient(top, #dedede, #efefef);
	background: -webkit-linear-gradient(top, #dedede, #efefef);
	background: linear-gradient(to top, #dedede, #efefef);
}

.mailContents {
	text-align: center;
	margin: 250px auto 100px auto;
}

.mailContents a:hover {
	text-decoration: underline;
}

label.privacy {
	display: inline-block;
	margin: 0 auto 20px auto;
}

.mailContents button,
.mailContents .button {
	white-space: nowrap!important;
	padding: 5px 2em!important;
	margin: 0 10px;
	display: inline-block!important;
}

.mailContents ul {
	list-style: none;
	margin: 20px auto;
	padding: 0;
	border: #cccccc solid;
	border-width: 0 1px 1px 1px;
}

.mailContents ul li {
	margin: 0;
	padding: 0;
	display: flex;
}

.mailContents ul li.err_txt_list {
	border: #cccccc solid;
	border-width: 1px 0 0 0;
	padding: 10px;
}

.mailContents ul li div,
.mailContents ul li span.title {
	border: #cccccc solid;
	border-width: 1px 0 0 0;
	width: 100%;
	padding: 10px 20px;
	display: inline-block;
	vertical-align: top;
}

.mailContents ul li span.contents {
	border: #cccccc solid;
	border-width: 1px 0 0 1px;
	width: 100%;
	padding: 10px 20px;
	display: inline-block;
	vertical-align: top;
}

.mailContents ul li span.title {
	width: 18em!important;
}

.mailContents ul li span.contents {
	width: calc(100% - 18em)!important;
	text-align: left;
}

.mailContents .thanksComment {
	margin: 0 auto 30px auto;
}

#contact ul.form {
	list-style: none;
	margin: 20px auto;
	padding: 0;
}

#contact ul li.form {
	margin: 0;
	padding: 0;
}

/* 候補テキストの入力処理 */
input:-webkit-autofill,
input:-internal-autofill-selected {
    background-color: #ffffff !important;
}


/* ------------------------------------------------------ */
@media only screen and (max-width : 768px) {
/* ------------------------------------------------------ */

input.leftBox,
input.rightBox {
	width: 100%;
	margin: 0 0 20px 0;
}

.mailContents ul li div,
.mailContents ul li span.title,
.mailContents ul li span.contents {
	width: 100%!important;
	text-align: center;
}

.mailContents ul li div,
.mailContents ul li span.title {
	display: block;
	width: 100%!important;
	background-color: #efefef;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 920px) {
/* ------------------------------------------------------ */
.mailContents {
	text-align: center;
	margin: 100px 25px;
}
}

/* ------------------------------------------------------ */
@media only screen and (max-width : 600px) {
/* ------------------------------------------------------ */
.mailContents ul li {
	display: block;
}

.fotm_txt_space01 {
	margin: 0 5px;
}

.fotm_txt_space03 {
	margin: 0;
}

.reservBox .inputBox {
	padding: 0 10px 10px 10px;
}

}