@charset "utf-8";

/**
共通
***************/

.content {
    width: 100%;
}

.maintitle > h1:nth-child(1) span {
    padding: 10px 50px 10px;
}

/**
予約フォーム
***************/

#reseve {
    max-width: 1200px;
    margin: 50px auto;
}

#reseve h1 {
    text-align: center;
    margin-bottom: 30px;
}

.remarks {
    text-align: center;
    line-height: 1.7;
    margin: 15px;
    padding: 15px;
}

#form {
    max-width: 720px;
    margin: 0 auto;
    border-collapse: collapse;
}
#form table{
    width: 100%;
}

#form th,
#form td {
    background-color: #FFF;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 5px;
    line-height: 1.4;
    padding: 20px 20px 17px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}

#form tr:first-child th,
#form tr:first-child td {
    border-top: 1px solid #ccc;
}

#form th {
    width: 45%;
    font-weight: bold;
    letter-spacing: -0.03em;
}

#form td {
    font-size: 14px;
    width: 55%;
    letter-spacing: -0.03em;
}

#radio {
    padding-left: 2em;
    text-indent: -2em;
}

input.inputtext,
#people select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #CCC;
    font-size: 14px;
    line-height: 140%;
    padding: 8px 10px;
    width: 100%;
    letter-spacing: 0.05em;
}

#plans > p {
    margin: 15px 0;
}

#plans > p > input {
    width: 8%;
    height: 25px;
}

#plans select {
    width: 10%;
    height: 35px;
}

.notes {
    font-size: 13px;
    line-height: 150%;
    padding: 5px 0;
}

p.subscribeBtn {
    text-align: center;
    margin: 15px 0;
}

p.subscribeBtn label {
    background-color: #FFF;
    border: 2px solid #000;
    color: #000;
    display: inline-block;
    font-size: 16px;
    padding: 10px 100px;
    line-height: 140%;
    letter-spacing: 3px;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    font-weight: bold;
}

#ok,#go {
    display: none;
}

#guideSnsLine {
	text-align: center;
}
#guideSnsLine .line-wrap {
	padding: 1.5em;
	border: solid 2px #00d802;
	color: #00aa09;
	display: inline-block;
}
#guideSnsLine .guide {
	margin-bottom: 1em;
}
#guideSnsLine .qr-wrap {
	margin-bottom: 1em;
}
#guideSnsLine .qr {
	width: 90px;
	height: auto;
}
#guideSnsLine .controls .nv img {
	
}
@media screen and (max-width:768px) {
	#guideSnsLine {
		margin: 0 15px;
		padding: 0 15px;
	}
	#guideSnsLine .guide {
		font-size: 3.6vw;
	}
	#guideSnsLine .line-wrap {
		display: block;
		padding: 1em;
	}
	#guideSnsLine .controls .nv img {
		width: auto;
		height: 50px;
	}
}

/**
スマホ用
***************/

@media screen and (max-width:768px) {
    #reseve {
        width: 96%;
        margin: 0;
        padding: 7% 2% 2%;
    }
    #reseve h1 {
        margin: 5% auto;
    }
    #form {
        width: 100%;
    }
    #form table {
        width: 100%;
    }
    #form th,
    #form td {
        display: block;
        width: 100%;
        margin: 1% 0;
        padding: 2%;
        box-sizing: border-box;
    }
    #form th {
        border: none !important;
        font-size: 14px;
    }
    #form td {
        border-top: none !important;
    }
    #thanksbtn {
        width: 80%;
        margin: 10% auto;
    }
    .remarks {
        text-align: left;
        font-size: 14px;
    }
    #plans > p > input {
        width: 9%;
        margin: 1% 0;
    }
}
