@charset "utf-8";


/* -----------------------------------------------------------
    form
-------------------------------------------------------------- */
#form {
	padding: 0;
}

#form .form-table .none {
	background: none;
	display: flex;
	justify-content: center;
	border-bottom: none;
}

#form .form-table .none td,
#form .form-table .none tr {
	border-bottom: none;
}

#datepicker1, #datepicker2 {
  background-image: url( ../img/ico_calendar.png);
  background-repeat: no-repeat;
  background-position: top 50% left 10px;
  padding-left: 35px;
  width: 210px;
  margin:0 0 15px;
}

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

	#form {
		padding: 0;
	}

	#form .form-table .none {
		margin: 25px 0 0;
	}

}


/* -----------------------------------------------------------
    input
-------------------------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="date"],
select,
textarea {
	border: none;
	padding: 12px;
	font-size: 1.5rem;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #333;
	letter-spacing: 0.03em;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,

select:focus,
textarea:focus {
	border: 1px solid #ddd;
}

input[type="number"] {
	-moz-appearance:textfield;
	height: 60px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select{
	min-width: 30%;
	margin: 0 0 0 0;
	background: #fff url(../img/icon_arrow_under.png) no-repeat 95% 50%;
	background-size: 20px auto;
}

td.area select{
	width: 40%;
	padding: 0 9px;
	margin: 0 0 0 0;
	background: #fff url(../img/icon_arrow_under.png) no-repeat 93% 52%;
	background-size: 15px auto;
	height: 60px;
	border: solid 2px #CEDBE0 !important;
    border-radius: 10px;
}

select:hover {
	cursor: pointer;
}

option {
	padding: 5px 15px;
}

select option selected {
	color: #999;
}

textarea {
	width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	vertical-align: -1px;
	margin: 0 12px 0 0;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    border-radius: 0;
	transform:scale(1.5)
}

.form-container label:hover {
	cursor: pointer;
}


/* -----------------------------------------------------------
    button / submit
-------------------------------------------------------------- */

#form input[type="submit"],
#form input[type="button"] {
	display: block;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0 auto;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	border: none;
    outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 20px 0;
	text-align: center;
	width: 400px;
	box-shadow: 2px 2px 3px #ccc;
	border-radius: 100px;
}

.form-btn-area {
	position: relative;
}

.submit-btn {
	background: #19A78E;
	color: #fff;
}

.form-btn-area::before {
	content:"";
	display: inline-block;
	width: 45px;
	height: 35px;
	background: url(../img/svg/airplane-white.svg) 0 0 / 45px 35px;
	position: absolute;
	left: calc(50% - 150px);
	bottom: 0px;
	transform: translateX( -50%);
	z-index: 1;
}

input[type="submit"]{
	background: #F95C56;
	color: #fff;
}
input[type="button"].submit_gray {
    color: #999;
    background: #fff;
}

#form input[type="submit"]:hover,
#form input[type="button"]:hover{
	cursor: pointer;
	opacity: 0.8;
}

#form input[type="submit"][disabled] {
    color: #fff;
    background: #e4e4e4;
}

/* -----------------------------------------------------------
    入力画面共通  /  table
-------------------------------------------------------------- */
.form-area {
	margin:0;
	padding: 80px 0;
	z-index: 1;
	background-color: #E3EAE0;
}

.mail-box {
	position: relative;
	z-index: 2;
	padding: 50px 0;
}

.mail-box::before {
    background-color: #fff;
    content: "";
    width: calc(100% + 80px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index: -1;
}
.form-area .titlebox {
    margin: 0 0 60px;
    text-align: left;
}

/*電話*/
.form-area .tel-area {
	margin-bottom: 50px;
}

.form-area .tel-area .tel a {
	font-size: 4.1rem;
	line-height: 1;
	position: relative;
	font-family: 'Josefin Slab', serif;
}

.form-area .tel-area .tel a::before {
    font-size: 2.5rem;
    line-height: 1.5;
	margin-right: 8px;
}

.form-area .tel-area .txt {
    margin-left: 35px;
	font-size: 1.6rem;
}

.input-form .sec-txt {
	text-align: left;
}
.form-table {
	box-sizing: border-box;
	line-height: 1.8;
	margin: 0 0 0;
	width: 100%;
    border-collapse: separate;
    border-spacing: 0 20px;
}
.form-table tr {
    display: flex;
}

.form-table th {
    width: 320px;
	font-weight: bold;
	padding: 30px 30px 30px 40px ;
	text-align: left;
	flex-shrink: 0;
}
.form-table th .form-ttl {
	display: inline-block;
	font-size: 1.8rem;
}

.form-table tr th,
.form-table tr td {
	border-bottom: solid 1px #ddd;
}

.form-table td {
	width: 100%;
	padding: 30px 30px 30px 20px;
	text-align: left;
    vertical-align: center;
}
.form-table .privacy-check {
	padding: 50px 0 0;
	text-align: center;
}

.form-table .tr-date input[type="text"] {
    margin: 0 20px 0 10px;
    width: 40%;
}

.form-table .tr-date li:nth-child(1) {
	padding: 0 0 10px;
}

.form-notes {
	float: right;
	display: inline-block;
	padding: 3px 15px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	background: #F95C56;
	border-radius: 5px;
}
.form-table .radio-list li {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 12px;
}

::placeholder {
	color: #888;
	font-weight: 500;
  }

.form-table input[type="text"],
.form-table input[type="email"],
.form-table input[type="tel"],
textarea {
	border: solid 2px #CEDBE0 !important;
	font-size: 1.7rem;
	font-weight: bold;
	color: #666;
}

.form-table input[type="text"]:focus,
.form-table input[type="email"]:focus,
.form-table input[type="tel"]:focus,
textarea:focus {
	border: solid 2px #FFCE14 !important;
	outline: none;
}

.form-table input[type="text"]{
	width: 575px;
	line-height: normal;
	height: 60px;
	border-radius: 10px;
}

.form-table input[type="text"]{
	width: 575px;
	line-height: normal;
	height: 60px;
	border-radius: 10px;
}

.form-table input[type="email"]{
	width: 575px;
	height: 60px;
	line-height: normal;
	border-radius: 10px;
}

.form-table input[type="tel"]{
	width: 250px;
	height: 60px;
	line-height: normal;
	border-radius: 10px;
}

.form-table .people input[type="text"]{
	width: 250px;
	line-height: normal;
	border-radius: 10px;
}

.form-table .unit {
	display: inline-block;
	margin: 0 0 0 15px;
}

.form-table .unit.type2 {
	margin: 0 15px 0 0;
}

textarea {
	width: 575px;
	line-height: normal;
	border-radius: 10px;
	font-weight: 600;
}

.item-check li {
	line-height: 2.4;
}


/*		注釈		*/
.txt-notes {
	display: inline-block;
	margin: 0 0 0 15px;
	font-size: 1.4rem;
}
.txt-notes02 {
	margin: 15px 0;
	font-size: 1.4rem;
}

.attention {
	margin: 0;
}


/* -----------------------------------------------------------
    個人情報の取り扱いについて
-------------------------------------------------------------- */
.privacy-box {
	width: 800px;
	background: #fff;
    border: 1px solid #ddd;
	font-size: 1.5rem;
    line-height: 1.6;
    height: 200px;
    overflow: auto;
    padding: 40px 50px;
	margin: 0 auto 60px;
	border-radius: 10px;
}

.privacy-box .ttl {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

.privacy-box .title_privacy {
	font-weight: bold;
	line-height: 1.4;
	margin-top: 20px;
	
}
.privacy-box .txt {
	padding: 10px 0 0;
}

/* -----------------------------------------------------------
    確認画面共通
-------------------------------------------------------------- */
.form-area.confirm{
	margin: 0px 0;
}

.logo {
	text-align: center;
	margin-bottom: 30px;
}

.logo img {
	width: 100px;
}

.section-title {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 3rem;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.4;
}.confirm

.section-txt {
	text-align: center;
}

.confirm-form-area #form {
	padding: 0 0 150px;
}

.confirm-form .form-table {
	margin: 30px 0 80px;
	position: relative;
	z-index: 1;
}
.confirm-form .form-table::before {
    background-color: #fff;
    content: "";
    width: calc(100% + 80px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.confirm-form .form_btn_area {
	width: 850px;
	margin: 0 auto;
}
.confirm-form .form-table tr {
}
.confirm-form .form-table th {
	width: 280px;
    padding: 25px 0 25px 50px;
}
.confirm-form .form-table td {
	width: 100%;
    padding: 25px 0;
}

.confirm-form .form-table tr:last-child th,
.confirm-form .form-table tr:last-child td {
    border-bottom: none;
}


/* -----------------------------------------------------------
    完了画面共通
-------------------------------------------------------------- */
.thanks #form {
	padding: 0;
}

.form-container .complete-title {
	/* color: #0087d2; */
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	padding: 20px 0 20px;
}
.form-container .complete-title span {
	background: linear-gradient(transparent 60%, #cde5f9 60%);
    font-size: 3rem;
    font-weight: bold;
	padding: 0 3px 4px;
}
/*IE10以降に適用*/
*::-ms-backdrop, .form-container .complete-title span {
	background: -ms-linear-gradient(transparent 0%, transparent 50%, #cde5f9 50%, #cde5f9 85%, transparent 85%, transparent 100%);
	padding: 0 3px;
}
.form-container .complete-txt {
	margin: 20px 0 0;
	line-height: 1.8;
	text-align: center;
}

.form-container .back-link {
	padding: 50px 0 0;
	text-align: center;
}
.form-container .back-link::before{
	color: #137cbf;
}

.thanks .section-title {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 30px;
}

.thanks .logo img {
	width: 100px;
}

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

	.form-area {
		margin: 0;
	}

	.form-area .form-ttl-area {
		padding: 50px 0;
		margin: 0 0 35px;
	}

	.form-area .form-ttl-area .en-ttl{
		font: 5rem/ 1 "Lato";
		font-weight: bold;
		top: -30px;
		width: 100%;
		letter-spacing: 0.05em;
	}

	.form-area .form-ttl-area .ja-ttl{
		font-size: 2.4rem;
	}

	.form-area .form-ttl-area .img-box.box01 {
		width: 60px;
		bottom: -35px;
	}

	.form-area .form-ttl-area .img-box.box02 {
		width: 230px;
		top: -70px;
		left: 50%;
		transform: translateX(-50%);
		z-index: -2;
	}

	/* form-catch-area */
	.form-area .form-catch-area {
		width: 100%;
		padding: 0 20px;
		margin: 0 auto 30px;
		display: block;
		position: relative;
	}
	.form-area .form-catch-area h3 {
		width: 60%;
		font-size: 2rem;
		line-height: 1.7;
		margin-bottom: 35px;
        letter-spacing: .05em;
	}

	.form-area .form-catch-area .phone {
		width: 100%;
		max-width: 360px;
		font-weight: 600;
		padding: 20px 15px ;
		color: #fff;
		text-align: center;
        background-color: #5FAE07;
	}

	.form-area .form-catch-area .phone h4 {
		font-size: 1.8rem;
		margin: 0 0 15px;
        color: #fff;
	}

	.form-area .form-catch-area .phone h4::before  {
		margin-right: 1rem;
        background-color: #fff;
	}

	.form-area .form-catch-area .phone h4::after  {
        margin-left: 1rem;
        background-color: #fff;
	}

	.form-area .form-catch-area .phone .number {
		font-size: 1.8rem;
		line-height: 1.3;
		font-weight: bold;
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
		background-color: #fff;
		border-radius: 100px;
		color: #5FAE07;
		padding: 10px 0;
	}

	.form-area .form-catch-area .img-box.box03 {
		width: 30%;
		min-width: 143px;
		right: 0;
		top: -5px;
	}



	/* -----------------------------------------------------------
		input
	-------------------------------------------------------------- */
	 input[type="text"],  input[type="tel"],  input[type="password"],
	 input[type="email"],  input[type="number"],
	 select,  textarea {
		padding: 15px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.6rem;

		-webkit-appearance: none;
		border-radius: 10px;
	}

	 input[type="text"],  input[type="email"],  input[type="number"],  input[type="tel"],  input[type="password"],  select,  textarea {
		width: 100%;
	}


	select{
		padding: 15px;
		background: #fff url(../img/icon_arrow_under.png) no-repeat 95% 50%;
		background-size: 18px auto
	}
	td.area select{
		width: 100%;
		padding: 15px;
		background: #fff url(../img/icon_arrow_under.png) no-repeat 95% 50%;
		background-size: 18px auto
	}

	input[type="radio"], input[type="checkbox"] {
	}
	
	.form-table .tr-date .unit.type1 {
		margin: 0 15px 0 0;
	}


	/* -----------------------------------------------------------
		button / submit
	-------------------------------------------------------------- */
	.form-btn-area {
		padding: 0 ;
	}
	#form input[type="submit"],
	#form input[type="button"]{
		width: 100%;
		font-size: 1.8rem;
		letter-spacing: 0;
		padding: 20px 0 19px;
	}

	.form-btn-area::before {
		width: 30px;
		height: 24px;
		background: url(../img/svg/airplane-white.svg) 0 0 / 30px 24px;
		left: calc(50% - 120px);
		bottom: unset;
		top: 50%;
		transform: translate( -50% , -50%);
	}


	/* -----------------------------------------------------------
		入力画面共通  /  table
	-------------------------------------------------------------- */
	.form-area {
		padding: 40px 0;
	}

	.mail-box {
		padding: 0px 0 30px;
	}

	.mail-box::before {
		width: calc(100% + 20px);
	}
	.form-area .titlebox {
		margin: 0 0 30px;
		text-align: left;
	}

/*電話*/
.form-area .tel-area {
	margin-bottom: 50px;
}

.form-area .tel-area .tel a {
	font-size: 4.1rem;
	line-height: 1;
	position: relative;
	font-family: 'Josefin Slab', serif;
}

.form-area .tel-area .tel a::before {
    font-size: 2.5rem;
    line-height: 1.5;
	margin-right: 8px;
}

.form-area .tel-area .txt {
    margin-left: 35px;
	font-size: 1.6rem;
}
	
	
	.input-form .sec-txt {
		padding: 20px 20px 0;
	}

	.form-container {
		width: 100%;
	}
	.form-table {
		margin: 0;
	}

	.form-table tr {
		display: block;
		border-bottom: solid 1px #ddd;
	}

	.form-table tr th,
	.form-table tr td {
		border: none;
	}

	.form-table tr:first-child th {
		padding: 15px 5px 0;
	}

	.form-table th {
		display: block;
		padding: 25px 10px 0;
		width: 100%;
		font-size: 1.6rem;
	}

	.form-table td {
		display: block;
		width: 100%;
		border-top: none;
		padding: 10px 0 20px;
		vertical-align: top;
	}

	.form-table .radio-list li {
		font-size: 1,7rem;
		font-weight: 500;
	}

	.form-table .privacy-check {
		padding: 0 0;
		text-align: left;
	}

	.form-table .tr-date input[type="text"] {
		margin: 0 0 10px;
		/*width: 100%;*/
	}
	.form-ttl {
		padding: 0;
	}
	.form-table th .form-notes {
		float: none;
		margin: -3px 0 0 10px;
		padding: 3px 10px 2px;
		font-size: 1.2rem;
		vertical-align: middle;
	}

	.form-table input[type="text"],
	.form-table input[type="tel"],
	.form-table input[type="email"],
	.form-table select {
		width: 100%;
		height:50px;
	}

	/*		お問い合わせ		*/
	.item-check {
	}
	.item-check li {
		line-height: 1.8;
	}
	.item-check label {
		display: block;
		padding: 5px;
	}


	/*		注釈		*/
	.txt-notes {
		display: inline-block;
		margin: 10px 0 0;
		font-size: 1.4rem;
	}
	.txt-notes02 {
		margin: 10px 0;
		font-size: 1.4rem;
	}


	/* -----------------------------------------------------------
		個人情報の取り扱いについて
	-------------------------------------------------------------- */
	.privacy-box {
		padding: 20px 15px 25px;
		height: 200px;
		margin: 10px 0 30px;
		width: 100%;
	}
	.privacy-box .ttl {
		padding: 20px 0 0;
	}
	.privacy-box .txt {
		padding: 15px 0 0;
		font-size: 1.7rem;
	}
	.privacy-box .ttl:nth-of-type(1) {
		padding: 0 0 5px;
	}
	.privacy-box .bg-box {
		padding: 15px;
	}

	/* -----------------------------------------------------------
		確認画面共通
	-------------------------------------------------------------- */
	.form-area.confirm{
		/*margin: 60px 0;*/
	}

	.confirm-form-area #form {
		padding: 0 0 150px;
	}

	.confirm-form .sec-txt {
		padding: 20px;
	}
	.confirm-form .form-table {
		margin: 0 0 20px;
		padding: 0 10px;
	}
	.confirm-form .form_btn_area {
		width: 100%;
		padding: 0 0 20px;
	}
	.form_btn_area .fl, .form_btn_area .fr {
		float: none;
		margin: 0 0 15px;
	}

	.confirm-form .form-table th {
		width: 100%;
		padding: 15px 10px 5px;
	}
	.confirm-form .form-table td {
		width: 100%;
		padding: 5px 10px 15px;
	}
	.confirm-form .form-table th p,
	.confirm-form .form-table td p {
		font-size: 1.6rem;
	}
	
	.confirm .section-txt {
		margin-bottom: 30px;
	}
	
	.confirm .section-title {
		font-size: 2.5rem;
	}
	
	.confirm-form .form-table::before {
		width: calc(100% + 20px);
	}
	
	.confirm-form .form-table tr:last-child {
		border-bottom: none;
	}

	/* -----------------------------------------------------------
		完了画面共通
	-------------------------------------------------------------- */
	.thanks #form {
		padding: 0px 20px;
		margin: 0;
	}
	.thanks .form-container {
		
	}
	.form-container .complete-title {
		padding: 15px;
	}
	.form-container .complete-title span {
		font-size: 2rem;
	}
	.form-container .complete-txt {
		margin: 10px 0 0px;
		text-align: left;
	}
	.form-container .back-link {
		padding: 20px 0 0;
	}
}

