@charset "utf-8";

/* contact */
*{
	-webkit-appearance: none;
	word-break: break-all;
}
input[type='radio'],input[type='checkbox']{display: none;}
ul.decimal{list-style: decimal;}
ul.lower-alpha{list-style: lower-alpha;}
.gray{color: #999;}
.small{font-size: 12px;}
.borderless{border: 0 !important;}
/* --- SP ---------- */
@media screen and (max-width: 768px) {
	::placeholder{
		color: #f4e1d7;
		font-weight: bold;
		font-size: 14px;
	}
	section{
		padding: 30px 0;
		box-sizing: border-box;
	}
	main .top-title.en{
		color: #f0672d;
		text-align: center;
		font-size: 200%;
	}
	main .top-title.jp{
		display: block;
		text-align: center;
		color: #333;
		font-size: 14px;
	}
	.sec-top .inner{
		max-width: 500px;
		width: 90%;
		margin: 0 auto;
	}
	.sec-top .el-attention-txt{
		width: 90%;
		margin: 12px auto;
		font-size: 14px;
	}
	.sec-top .bl-flow{
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 auto;
		position: relative;
	}
	.sec-top .bl-flow::before{
		content: '';
		display: inline-block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 15px;
		margin: 0 auto;
		width: 100%;
		height: 1px;
		background-color: #999;
	}
	.sec-top .bl-flow .box{
		position: relative;
		text-align: center;
		background-color: #fff3ed;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.sec-top .bl-flow .box .el-num{
		color: #f0672d;
		font-size: 14px;
		font-weight: bold;
		position: relative;
	}
	.sec-top .bl-flow .box .el-num:after{
		content: "";
		background: #f0672d;
		width: 16px;
		height: 2px;
		margin: 0 auto;
		position: absolute;
		bottom: -6px;
		left: 0;
		right: 0;
	}
	.sec-top .bl-flow .box .el-title{
		font-size: 14px;
		font-weight: bold;
	}
	.sec-top .bl-flow .box.active .el-title{
		color: #f0672d;
	}
	.sec-form{
		background: #fff3ed;
	}
	.sec-form .inner{
		max-width: 1280px;
		width: 90%;
		margin: 0 auto;
		background-color: #fff;
		padding: 5%;
		box-sizing: border-box;
	}
	.sec-form .ly-policy{
		border: 2px solid #f4e1d7;
		width: 100%;
		margin: 30px auto;
		padding: 12px 10px;
		box-sizing: border-box;
	}
	.sec-form .ly-policy .wrap{
		height: 200px;
		box-sizing: border-box;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.sec-form .ly-policy .wrap::-webkit-scrollbar{
		width: 10px;
	}
	.sec-form .ly-policy .wrap::-webkit-scrollbar-thumb{
		background-color: #ccc;
	}
	.sec-form .bl-btn{
		text-align: center;
		margin: 30px auto 10px;
	}
	.sec-form .bl-btn .el-btn{
		font-size: 110%;
	}
	.el-agree{
		text-align: center;
	}
	.default dl{}
	.default dl dt, dl dd{}
	.default dl dt{
		font-size: 16px;
		font-weight: bold;
		margin: 20px auto 16px;
	}
	.default dl:first-of-type dt{
		margin-top: 0;
	}
	.default dl .require{
		padding-left: 10px;
		color: #f0672d;
		font-size: 14px;
		font-weight: normal;
		vertical-align: middle;
	}
	.default dl dd{
		margin: 0 0 24px;
	}
	.default dl dd .wrap{
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.default dl dd .wrap>:nth-child(1){
		width: 49%;
	}
	.default dl dd .wrap>:nth-child(2){
		width: 49%;
	}
	.default label.el-radio{
		box-sizing: border-box;
		cursor: pointer;
		display: inline-block;
		padding: 5px 20px 5px 35px;
		margin: 0 0 8px;
		position: relative;
		width: auto;
		border-radius: 20px;
	}
	.default label.el-radio::before{
		background: #fff;
		border: 1px solid #f4e1d7;
		border-radius: 50%;
		content: '';
		display: block;
		height: 16px;
		left: 12px;
		margin-top: -8px;
		position: absolute;
		top: 50%;
		width: 16px;
	}
	.default label.el-radio::after{
		background: #f0672d;
		border-radius: 50%;
		content: '';
		display: block;
		height: 10px;
		left: 16px;
		margin-top: -4px;
		opacity: 0;
		position: absolute;
		top: 50%;
		width: 10px;
	}
	.default input[type='radio']:checked+.el-radio{
		border-color: #f0672d;
	}
	.default input[type='radio']:checked+.el-radio::after{
		opacity: 1;
	}
	.default input[type='text'],
	.default input[type='email'],
	.default textarea,
	.default select{
		border: 2px solid #f4e1d7;
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
		height: 40px;
		border-radius: 3px;
		font-weight: normal;
		font-family: 'Noto Sans JP','游ゴシック','メイリオ', sans-serif;
	}
	.default  select{
		background: url(../images/common/icon-arrow.svg)97% center no-repeat;
		background-size: 16px 16px;
		background-color: #fff;
	}
	.default textarea{
		height: 200px;
		resize: none;
	}
	.default .main-title{
		font-size: 130%;
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
	}
	.default p{
		line-height: 2;
		margin: 10px auto;
	}
	.default .lead{
		font-size: 110%;
	}
	.default .title01{
		font-weight: bold;
		font-size: 110%;
	}
	.default .title02{
		font-weight: bold;
	}
	.default ul{
		padding-left: 25px;
	}
	.default .el-checkbox{
		box-sizing: border-box;
		cursor: pointer;
		display: inline-block;
		padding: 0 30px;
		position: relative;
		width: auto;
		font-weight: bold;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.default .el-checkbox::before{
		background: #fff;
		border: 2px solid #f4e1d7;
		content: '';
		display: block;
		height: 16px;
		left: 5px;
		margin-top: -8px;
		position: absolute;
		top: 50%;
		width: 16px;
	}
	.default .el-checkbox::after{
		border-right: 3px solid #f0672d;
		border-bottom: 3px solid #f0672d;
		content: '';
		display: block;
		height: 9px;
		left: 11px;
		margin-top: -7px;
		opacity: 0;
		position: absolute;
		top: 50%;
		transform: rotate(45deg);
		width: 5px;
	}
	.default input[type='checkbox']:checked+.el-checkbox:after {
		opacity: 1;
	}
	.default input[type='submit']{
		color: #333;
		font-weight: bold;
		width: 250px;
		padding: 15px 30px;
		text-align: center;
		box-sizing: border-box;
		display: inline-block;
		border-radius: 30px;
		background-color: #ddd;
		text-decoration: none;
		border: 0;
	}
	.default .active[type='submit']{
		color: #fff;
		background-color: #333;
		cursor: pointer;
	}
	.default .active[type='submit']:hover{
		background-color: #f0672d;
	}
	.default .btn-go-back{
		position: relative;
		color: #333;
		font-weight: bold;
		width: 120px;
		padding: 15px 30px;
		text-align: center;
		border: 1px solid #333;
		box-sizing: border-box;
		display: inline-block;
		border-radius: 30px;
		background-color: #fff;
		text-decoration: none;
		cursor: pointer;
		margin: 0 20px;
	}
	.default .change-contact{
		color: #333;
		font-weight: bold;
		width: 250px;
		padding: 15px 30px;
		text-align: center;
		box-sizing: border-box;
		display: inline-block;
		border-radius: 30px;
		border: 1px solid #333;
		box-sizing: border-box;
		text-decoration: none;
	}
	.default .change-contact:hover{
		background-color: #ddd;
	}
	.default .btn-go-back::before{
		content: '';
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translateY(-50%);
		-webkit- transform: translateY(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 6.9px 4px 0;
		border-color: transparent #333 transparent transparent;
	}
	.default .bl-btn.two>:nth-child(1){
		width: 100px;
		margin: 0;
	}
	.default .bl-btn.two>:nth-child(2){
		width: calc(100% - 110px);
	}
	.sec-default{
		background: linear-gradient(145deg, #eff5f5 0%, #9dcdcd 100%);
	}
	.sec-default .inner{
		max-width: 1020px;
		width: 90%;
		margin: 0 auto;
		background-color: #fff;
		padding: 5%;
		box-sizing: border-box;
	}
	.default .error-message{
		position: relative;
		color: #c64d47;
		font-size: 14px;
		border: 3px solid #c64d47;
		width: 100%;
		box-sizing: border-box;
		padding: 4px 10px;
		margin: 12.6px 0 0;
		border-radius: 3px;
		font-weight: normal;
	}
	.default .error-message::before{
		content: '';
		position: absolute;
		top: -15.6px;
		left: 17.3px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 9px 15.6px 9px;
		border-color: transparent transparent #c64d47 transparent;
	}
	.default .error-message::after{
		content: '';
		position: absolute;
		top: -10.4px;
		left: 20.3px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 6px 10.4px 6px;
		border-color: transparent transparent #fff transparent;
	}
	main.reservation .sec-form{
		background: linear-gradient(145deg, #ffffff 0%, #f9e6ea 100%);
	}
	main.reservation .top-title.en{
		color: #f296a5;
	}
	main.reservation .sec-top .bl-flow .box.active .el-title{
		border-bottom: 5px solid #f296a5;
	}
	main.reservation .default input[type='radio']:checked+.el-radio{
		border-color: #f296a5;
	}
	main.reservation .default label.el-radio::after{
		background: #f296a5;
	}
	main.reservation .default input[type='submit']:hover{
		background-color: #f296a5;
	}
	.sec-top .bl-btn{
		text-align: center;
		margin: 30px auto 20px;
	}
	.sec-top .bl-btn .el-btn{
		display: inline-block;
		width: 220px;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		border-radius: 25px;
		margin: 5px;
		background-color: #333;
		box-sizing: border-box;
		color: #fff;
		text-decoration: none;
		letter-spacing: 2px;
		cursor: pointer;
	}
	.sec-top .bl-btn .el-btn:nth-of-type(1):hover{
		background-color: #E4BEA1;
	}
	.sec-top .bl-btn .el-btn:nth-of-type(2):hover{
		background-color: #9DC9AC;
	}
	.sec-top .bl-btn .el-btn img{
		vertical-align: middle;
		margin-right: 15px;
	}
	.sec-top .bl-text{
		background-color: #f7f7f7;
		padding: 5%;
		box-sizing: border-box;
		line-height: 2;
	}
	.sec-top .bl-text .el-text{
		text-align: center;
		font-size: 12px;
	}
	.default .privacy-txt {
		line-height: 1.5;
		font-size: 12px;
		margin: 28px 0;
	}
}

/* --- PC ---------- */
@media screen and (min-width: 769px) {
	::placeholder{
		color: #f4e1d7;
		font-weight: bold;
		font-size: 16px;
	}
	section{
		padding: 5% 0;
		box-sizing: border-box;
	}
	main .top-title.en{
		color: #f0672d;
		text-align: center;
		font-size: 350%;
	}
	main .top-title.jp{
		display: block;
		text-align: center;
		color: #333;
		font-size: 200%;
	}
	.sec-top .inner{
		max-width: 640px;
		width: 90%;
		margin: 0 auto;
	}
	.sec-top .el-attention-txt{
		max-width: 640px;
		width: 90%;
		font-size: 16px;
		line-height: 1.6;
		margin: 28px auto 0;
	}
	.sec-top .bl-flow{
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0px auto 0;
		position: relative;
	}
	.sec-top .bl-flow::before{
		content: '';
		display: inline-block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 50%;
		margin: 0 auto;
		width: 100%;
		height: 1px;
		background-color: #ddd;
	}
	.sec-top .bl-flow .box{
		position: relative;
		text-align: center;
		background-color: #fff;
		padding: 0 25px;
		box-sizing: border-box;
		border: 2px solid #fff3ed;
	}
	.sec-top .bl-flow .box .el-num{
		color: #f0672d;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
		position: relative;
	}
	.sec-top .bl-flow .box .el-num:after{
		content:"";
		background: #f0672d;
		width: 20px;
		height: 2px;
		margin: 0 auto;
		position: absolute;
		bottom: -6px;
		left: 0;
		right: 0;
	}
	.sec-top .bl-flow .box .el-title{
		font-size: 18px;
		color: #333;
		font-weight: bold;
	}
	.sec-top .bl-flow .box.active{
		background: #fff3ed;
	}
	.sec-top .bl-flow .box.active .el-title{
		color: #f0672d;
	}
	.sec-form{
		background: #fff3ed;
	}
	.sec-form .inner{
		max-width: 980px;
		width: 90%;
		margin: 0 auto;
		background-color: #fff;
		padding: 5%;
		box-sizing: border-box;
	}
	.sec-form .ly-policy{
		border: 2px solid #f4e1d7;
		width: 100%;
		margin: 50px auto;
		padding: 12px 10px;
		box-sizing: border-box;
	}
	.sec-form .ly-policy .wrap{
		height: 250px;
		padding: 30px;
		box-sizing: border-box;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.sec-form .ly-policy .wrap::-webkit-scrollbar{
		width: 10px;
	}
	.sec-form .ly-policy .wrap::-webkit-scrollbar-thumb{
		background-color: #ccc;
	}
	.sec-form .bl-btn{
		text-align: center;
		margin: 50px auto 10px;
	}
	.sec-form .bl-btn .el-btn{
		font-size: 120%;
	}
	.el-agree{
		text-align: center;
	}
	.default dl{}
	.default dl dt, dl dd{}
	.default dl dt{
		font-size: 16px;
		font-weight: bold;
		margin: 40px auto 20px;
		border-left: 6px solid #f0672d;
		padding-left: 8px;
	}
	.default dl:first-of-type dt{
		margin-top: 0;
	}
	.default dl .require{
		padding-left: 10px;
		color: #f0672d;
		font-size: 14px;
		font-weight: normal;
		vertical-align: middle;
	}
	.default dl dd{
		font-size: 16px;
		margin: 0;
	}
	.default label.el-radio{
		box-sizing: border-box;
		cursor: pointer;
		padding: 0 0 0 40px;
		position: relative;
		width: auto;
		border-radius: 30px;
	}
	.default dl .btn-flex{
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: wrap;
		 flex-wrap:  wrap;
	}
	.default dl .btn-flex .record{
		width: 48%;
		margin-bottom: 20px;
	}
	.default label.el-radio::before{
		background: #fff;
		border: 1px solid #f4e1d7;
		border-radius: 50%;
		content: '';
		display: block;
		height: 16px;
		left: 15px;
		margin-top: -8px;
		position: absolute;
		top: 50%;
		width: 16px;
	}
	.default label.el-radio::after{
		background: #f0672d;
		border-radius: 50%;
		content: '';
		display: block;
		height: 10px;
		left: 19px;
		margin-top: -4px;
		opacity: 0;
		position: absolute;
		top: 50%;
		width: 10px;
	}
	.default input[type='radio']:checked+.el-radio{
		border-color: #f0672d;
	}
	.default input[type='radio']:checked+.el-radio::after{
		opacity: 1;
	}
	.default input[type='text'],
	.default input[type='email'],
	.default textarea,
	.default select{
		border: 2px solid #f4e1d7;
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
		height: 50px;
		border-radius: 3px;
		font-weight: normal;
	}
	.default  select{
		background: url(../images/common/icon-arrow.svg)97% center no-repeat;
		background-size: 16px 16px;
		background-color: #fff;
	}
	.default input[type='text'].short{
		width: 200px;
	}
	.default textarea{
		height: 300px;
		resize: none;
	}
	.default .main-title{
		font-size: 150%;
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
	}
	.default p{
		line-height: 2;
		margin: 10px auto;
	}
	.default .lead{
		font-size: 110%;
	}
	.default .title01{
		font-weight: bold;
		font-size: 110%;
	}
	.default .title02{
		font-weight: bold;
	}
	.default ul{
		padding-left: 25px;
	}
	.default .el-checkbox{
		box-sizing: border-box;
		cursor: pointer;
		display: inline-block;
		padding: 0 30px;
		position: relative;
		width: auto;
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.default .el-checkbox::before{
		background: #fff;
		border: 2px solid #f4e1d7;
		content: '';
		display: block;
		height: 16px;
		left: 5px;
		margin-top: -8px;
		position: absolute;
		top: 50%;
		width: 16px;
	}
	.default .el-checkbox::after{
		border-right: 3px solid #f0672d;
		border-bottom: 3px solid #f0672d;
		content: '';
		display: block;
		height: 9px;
		left: 11px;
		margin-top: -7px;
		opacity: 0;
		position: absolute;
		top: 50%;
		transform: rotate(45deg);
		width: 5px;
	}
	.default input[type='checkbox']:checked+.el-checkbox:after {
		opacity: 1;
	}
	.default input[type='submit']{
		color: #333;
		font-weight: bold;
		width: 250px;
		padding: 15px 30px;
		text-align: center;
		box-sizing: border-box;
		display: inline-block;
		border-radius: 30px;
		background-color: #ddd;
		border: 0;
	}
	.default .active[type='submit']{
		color: #fff;
		background-color: #333;
		cursor: pointer;
	}
	.default .active[type='submit']:hover{
		background-color: #f0672d;
	}
	.default .change-contact{
		color: #333;
		font-weight: bold;
		width: 250px;
		padding: 15px 30px;
		text-align: center;
		box-sizing: border-box;
		display: inline-block;
		border-radius: 30px;
		border: 1px solid #333;
		box-sizing: border-box;
		text-decoration: none;
	}
	.default .change-contact:hover{
		background-color: #ddd;
	}
	.default .btn-go-back{
		position: relative;
		color: #333;
		font-weight: bold;
		width: 120px;
		padding: 15px 30px;
		text-align: center;
		border: 1px solid #333;
		box-sizing: border-box;
		display: inline-block;
		border-radius: 30px;
		background-color: #fff;
		text-decoration: none;
		cursor: pointer;
		margin: 0 20px;
	}
	.default .btn-go-back::before{
		content: '';
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translateY(-50%);
		-webkit- transform: translateY(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 6.9px 4px 0;
		border-color: transparent #333 transparent transparent;
	}
	.default .btn-go-back:hover{
		background-color: #333;
		color: #fff;
	}
	.default .btn-go-back:hover::before{
		border-color: transparent #fff transparent transparent;
	}
	.sec-default{
		background: linear-gradient(145deg, #eff5f5 0%, #9dcdcd 100%);
	}
	.sec-default .inner{
		max-width: 1020px;
		width: 90%;
		margin: 0 auto;
		background-color: #fff;
		padding: 5%;
		box-sizing: border-box;
	}
	.default .error-message{
		position: relative;
		color: #c64d47;
		font-size: 14px;
		border: 3px solid #c64d47;
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
		margin: 12.6px 0 0;
		border-radius: 3px;
		font-weight: bold;
	}
	.default .error-message::before{
		content: '';
		position: absolute;
		top: -15.6px;
		left: 17.3px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 9px 15.6px 9px;
		border-color: transparent transparent #c64d47 transparent;
	}
	.default .error-message::after{
		content: '';
		position: absolute;
		top: -10.4px;
		left: 20.3px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 6px 10.4px 6px;
		border-color: transparent transparent #fff transparent;
	}
	main.reservation .sec-form{
		background: linear-gradient(145deg, #ffffff 0%, #f9e6ea 100%);
	}
	main.reservation .top-title.en{
		color: #f296a5;
	}
	main.reservation .sec-top .bl-flow .box.active .el-title{
		border-bottom: 5px solid #f296a5;
	}
	main.reservation .default input[type='radio']:checked+.el-radio{
		border-color: #f296a5;
	}
	main.reservation .default label.el-radio::after{
		background: #f296a5;
	}
	main.reservation .default input[type='submit']:hover{
		background-color: #f296a5;
	}
	.sec-top .bl-btn{
		text-align: center;
		margin: 60px auto 40px;
	}
	.sec-top .bl-btn .el-btn{
		display: inline-block;
		width: 220px;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		border-radius: 25px;
		margin: 0 15px;
		background-color: #333;
		box-sizing: border-box;
		color: #fff;
		text-decoration: none;
		letter-spacing: 2px;
		cursor: pointer;
	}
	.sec-top .bl-btn .el-btn:nth-of-type(1):hover{
		background-color: #E4BEA1;
	}
	.sec-top .bl-btn .el-btn:nth-of-type(2):hover{
		background-color: #9DC9AC;
	}
	.sec-top .bl-btn .el-btn img{
		vertical-align: middle;
		margin-right: 15px;
	}
	.sec-top .bl-text{
		background-color: #f7f7f7;
		padding: 5%;
		box-sizing: border-box;
		line-height: 2;
	}
	.sec-top .bl-text .el-text{
		text-align: center;
	}
	.default .privacy-txt{
		line-height: 1.5;
		font-size: 14px;
		margin: 60px 0;
	}
}

.inquiry-text {
	white-space: pre-line;
}