@charset "utf-8";

#mainvisual{
	height: 200px;
	text-align: center;
	background-image: url(/public/img/slide/tiger-thai-massage03.webp);
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
}
#mainvisual .titleBg{
	position: absolute;
	width: 100%;
	height: 200px;
	background-color: rgba(0,0,0,0);
	z-index: 0;
}
#mainvisual h1{
	color: #FFF;
	margin: 0 auto;
	z-index: 1;
	line-height: 1.4;
    background-image: url(/public/img/icon/thai-line.svg);
    background-repeat: no-repeat;
    background-size: 400px auto;
    background-position: bottom center;
    padding-bottom: 40px;
}
#mainvisual h1 span{
	display: block;
	font-size: 14px;
	font-weight: normal;
}


#gotoEng{
	text-align: center;
	width: 90%;
	max-width: 300px;
	margin: 20px auto 0;
}
#gotoEng a div{
	padding: 10px 20px;
	border: 1px solid #fbe7a3;
	max-width: 350px;
	margin: 0 auto;
	transition: all 0.3s ease-in-out 0s;
}
#gotoEng a:hover div{
	background-color: #fbe7a3;
	transition: all 0.3s ease-in-out 0s;
}
#gotoEng a div span{
	color: #fbe7a3;
    padding-left: 40px;
    background-image: url(/public/img/icon/en.svg);
    background-repeat: no-repeat;
    background-size: 20px auto;
	background-position: left center;
	transition: all 0.3s ease-in-out 0s;
}
#gotoEng a:hover div span{
	color: #FFF;
	transition: all 0.3s ease-in-out 0s;
}

section{
	padding: 0;
}
section#access{
	padding: 100px 0;
}

#intro{
	padding: 30px 0;
}
#intro.thank{
	padding: 30px 0 50px;
}
#intro p{
    color: #fbe7a3;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
#intro p span{
	display: block;
}
#intro p span.thankTxt{
	font-size: 22px;
	font-weight: bold;
}

#reservations{    
	max-width: 800px;
    width: 90%;
    margin: 0 auto;
    text-align: center;	
}

label{
	color: #fbe7a3;
	font-size: 16px;
}
.hissu{
    float: right;
    font-size: 14px;
    line-height: 1;
    padding: 5px 3px;
    color: #301215;
    background-color: #fbe7a3;
    margin-top: 5px;
	margin-left: 10px;
}

.hissu:after {
    content: '必須';
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    padding: 3px;
}
.nini{
    float: right;
    font-size: 14px;
    line-height: 1;
    padding: 5px 3px;
    color: #fbe7a3;
    border: 1px solid #fbe7a3;
    margin-top: 5px;
	margin-left: 10px;
}
.nini:after {
    content: '任意';
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    padding: 3px;
}
.confirm .nini{
	color: #301215;
    border: 1px solid #301215;
}
input{
	border: solid 1px #ededed;
	padding: 5px 8px;
	font-size: 16px;
	box-shadow: none;
	color: #301215;
	background-color: #FFF;
}
select{
	border: solid 1px #ededed;
	padding: 5px 18px;
	font-size: 16px;
	box-shadow: none;
	color: #301215;
	max-width: 450px;
}
table{
	color: #fbe7a3;
    width: 700px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;	
    border-collapse: collapse;
    border-spacing: 0;
}
textarea{
	color:#301215;
}
.confirm table {
    border: 1px solid #fbe7a3;
    border-bottom: none;
    margin-top: 20px;
    margin-bottom: 30px;
}
table tr,
table tr:first-child {
    border-top: 1px dotted #fbe7a3;
}
.confirm table tr {
    border-top: none;
	border-bottom: 1px solid #bd937f;
}
.confirm table tr:last-child{
	border-bottom: 1px solid #fbe7a3;
}
table tr th {
    text-align: right;
    width: 220px;
	padding-right: 10px;
	font-size: 18px;
	font-weight: normal;
}
.confirm table tr th {
    border-right: 1px solid #fbe7a3;
    background-color: #301215;
	color: #fbe7a3;
}
table tr td {
    text-align: left;
    padding: 15px 0;
    padding-left: 20px;
    padding-right: 10px;
}
table tr.time td{
	/*display: flex;*/
}
.coupleComment{font-size:12px;color:#FFF;text-align: left !important;}
.confirm table tr td {
    word-wrap: break-word;
    word-break: break-all;
    background-color: #FFF;
	color: #301215;
}
#btn {
    margin: 0 auto;
    width: 700px;
	display: flex;
}
.confirm input[type="submit"]{
	float: right;
	width: 49%;
	margin: 0 auto;
	margin-bottom: 100px;
}
.confirm input[type="button"]{
	float: left;
	width: 49%;
	margin: 0 auto;
	margin-bottom: 100px;
}
.freeMail{line-height: 1.5;font-size: 14px;margin-top: 5px;color:#FFF;}

#reservations p.cancelNG {
	color: #bd937f;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #FFF;
}
input[type="submit"]{
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 20px 0;
	color:#301215;
    background:linear-gradient(110deg,#b3894f,#d8b97a,#fbe7a3,#fbe7a3,#d8b97a,#b3894f);
    border: 1px solid #fbe7a3;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 100px;
    transition: all 0.3s ease-in-out 0s;
}
input[type="submit"]:hover{
    color:#fbe7a3;
    background: #301215;
	transition: all 0.3s ease-in-out 0s;
}

input[type="button"] {
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    color: #bd937f;
    background-color: #FFF;
    border: 2px solid #bd937f;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 100px;
    transition: all 0.3s ease-in-out 0s;
}input[type="button"]:hover {
    color: #FFF;
    background-color: #bd937f;
    transition: all 0.3s ease-in-out 0s;
}
.radio {
    margin:0 20px 0 10px;
}
textarea{width: 100%;}

.alert{	
	font-size: 14px;
	width: 100%;
	display: block;
    color: #F00;
    background-color: #fdeded;
    margin-top: 5px;
    padding: 6px;
    padding-left: 35px;
    border: #f78e8e solid 1px;
    background-image: url(/public/img/icon/alert.svg);
    background-position: 5px center;
    background-size: 22px;
    background-repeat: no-repeat;
	text-align: left;
}

/* チェックボックス01 */

.couple-div{
    display: block;
    margin-top: 10px;
}
.couple-div input{
    display: none;
}

.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
	margin-left: 0;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #fbe7a3;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #301215;
    border-bottom: 3px solid #301215;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
.couple-div input:checked + .checkbox01::after {
    opacity: 1;
}

@media only screen and (max-width:450px){
	#mainvisual{
		margin-top: 60px;
		height: 100px;
	}
	#mainvisual .titleBg{
		height: 100px;
	}
	section{
		padding: 0px 0 50px;
	}
	#mainvisual h1{
		font-size: 24px;
		padding-top: 30px;
		background-size:30px auto;
	}
	#mainvisual h1 span{
		font-size: 13px;
	}
	#intro p{
		text-align: left;
	}
	
    #intro p span.thankTxt{
        font-size: 20px;
    }
	
	table{
		width: 100%;
	}
	table tr{
		border-bottom: #fbe7a3 solid 1px;
		padding-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 10px;
	}
	table tr th {
		color: #fbe7a3;
    	background-color: #301215;
		border-bottom: #fbe7a3 solid 1px;
		float: left;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		padding-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 10px;
		text-align: center;
		width: 100%;
	}
	.hissu,.hissu-th,.nini,.nini-th{
		float: right;
		position: absolute;
		right: 10%;
	}
	.nini, .nini-th{
	}
	table tr td {
		float: left;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		padding-bottom: 15px;
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 15px;
		text-align: center;
		width: 100%;
    	background-color:rgba(220,212,206,0.2);
	}
	table tr.time td{		
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
	}
	input{
		text-align:center;
		width:96%;
		padding:5px 2%;
  		border-radius: 0px;
	}
	select{
		/*-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;*/
		padding:5px 2%;
  		border-radius: 0px;
		background-color:#FFF;
		width: 100%;
		text-align: center;
	}
	input[type="radio"]{
		width: auto;
	}
	#l_name, #f_name,
	#l_furigana_name, #f_furigana_name {
		display:inline;
		width:44%;
	}
	
	#btn {
		display: block;
		margin: 0 auto;
		width:100%;
	}
	.confirm input[type="submit"],.confirm input[type="button"]{
		float:none;
		width:100%;
		margin-bottom:20px;
	}
	
	
	
}
