﻿@charset "UTF-8";
/* ▼▼▼ フォーム
=====================================*/
.font_red{
	color: #f00;
}
v  ul.step {
	width: 80%;
	margin: 0 auto 30px;
	text-align: center;
	overflow: hidden;
}
ul.step li {
	display: inline-block;
	background: #eeeeee;
	width: 25%;
	padding: 10px 0;
	margin-right: 5%;
	text-align: center;
	position: relative;
}
ul.step li:last-child {
	margin-right: 0;
}
ul.step li.now {
	background: #000;
	color: #fff;
}
ul.step li:after {
	content: "\f0da";
	font-family: FontAwesome;
	position: absolute;
	top: 10px;
	right: -14%;
	color: #ccc;
}
ul.step li.now:after {
	color: #000;
}
ul.step li:last-child:after {
	content: "";
}
.read {
	margin-bottom: 30px;
}
.read > span:before {
	content: "Required";
	background: #FF0707;
	padding: 2px 10px;
	margin-right: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}
#contact.ja .read > span:before {
	content: "必須";
}

ul.indent_p{
	margin: 0 0 40px;
}
.indent_p li{
	margin: 0 0 5px;
	text-indent: -1em;
	margin: 0 1em 0 0;
}
table.info {
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 0 auto 0;
	font-size: 18px;
	overflow: hidden;
}
table.info th,  table.info td {
	border-bottom: 1px solid #ccc;
	line-height: 1.5;
	vertical-align: top;
	overflow: hidden;
}
table.info .no-line th, table.info .no-line td {
	border-bottom: none;
	padding-bottom: 0;
}
table.info th {
	width: 25.5%;
	position: relative;
	vertical-align: middle;
	padding: 20px 10px;
}
table.info td {
	padding: 20px 0 20px 25px;
}
table.info .list {
	padding: 10px 10px 0 20px;
}
table.info th:after, dl.fee dt:after {
	content: "Required";
	background: #FF0707;
	padding: 2px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	top: 35%;
	right: 0;
}
#contact.ja table.info th:after, #contact.ja dl.fee dt:after {
	content: "必須";
}
table.info th.no:after {
	content: "";
	background: none;
}
table.info th.top {
	vertical-align: top;
}
table.info td .kome {
	font-size: 12px;
	color: #df0024;
}
table.info td input + .kome {
	margin-top: 10px;
}
table.info td .check_list li {
	display: inline-block;
	margin: 0 10px 10px 0;
}
table.info td .check_list li:last-child {
	margin-right: 0;
}
table.info td .check_list li label {
	cursor: pointer;
	display: inline-block;
	padding: 10px;
}
 table.info td input[type="text"] {
 height: 58px;
 padding: 0 20px;
 color: #000;
 font-size: 18px;
 background: #FAFAFA;
 border: 1px solid #808080;
 border-radius: 5px;
 line-height: 58px;
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none;	/* ベンダープレフィックス(Firefox用) */
	appearance: none;	/* 標準のスタイルを無効にする */
	cursor: pointer;	/* マウスカーソルの形を指定する */
}

table.info td input[type="text"]:-ms-input-placeholder {
	color:#B5B5B5;
}

::-webkit-input-placeholder {
	color: #B5B5B5;
}

::-moz-placeholder {
	color: #B5B5B5;
}


table.info td input[disabled]{
	background: #BFBFBF;
	pointer-events: none;
}

table.info td input.w01 {
	width: 100%;
}
table.info td input.w02 {
	width: 44%;
	margin: 0 10px 0 0;
}
table.info td input.w03 {
	width: 23%;
}
table.info td .tel_space {
	margin: 0 10px;
}
dl dd p.remarks, table.info td .remarks{
	display: block;
	width: auto;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	font-weight: normal;
}
dl dd p.remarks{
	padding: 10px 0 10px 25px;
}
table.info td textarea {
	width: 100%;
	background: #eee;
	border: none;
	padding: 10px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
table.info td div p:first-child {
	margin-bottom: 10px;
}
table.info td ul, dl ul {
	display: inline-block;
}
 input[type="checkbox"] {
 width: 30px;
 height: 30px;
 vertical-align: middle;
 border: 2px solid #ccc;
 border-radius: 5px;
 -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
-moz-appearance: none;	/* ベンダープレフィックス(Firefox用) */
appearance: none;	/* 標準のスタイルを無効にする */
	 cursor: pointer;
}
 input[type="checkbox"]:checked {
 background: url(../img/checkbox_icon.png);
 background-size: contain;
 border: none;
}
 input[type="radio"] {
 width: 22px;
 height: 22px;
 vertical-align: middle;
 border: 2px solid #ccc;
 border-radius: 50%;
 -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
-moz-appearance: none;	/* ベンダープレフィックス(Firefox用) */
appearance: none;	/* 標準のスタイルを無効にする */
	 cursor: pointer;
}
input[type="radio"]:checked {
 background: url(../img/radio_icon.png);
 background-size: contain;
 border: none;
}
select {
	height: 58px;
	background: #FAFAFA;
	border: none;
	margin: 0 10px;
	padding: 0 25px 0 10px;
	font-size: 18px;
	line-height: 58px;
	background: #FAFAFA url(../img/form/select_icon.png) 88% 42% no-repeat;
	background-size: 16px 16px;
	border-radius: 5px;
	border: 1px solid #808080;
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none;	/* ベンダープレフィックス(Firefox用) */
	appearance: none;	/* 標準のスタイルを無効にする */
	cursor: pointer;	/* マウスカーソルの形を指定する */
}
select.inputName6{
	width: 240px;
	padding: 0 25px 0 20px;
	background: #FAFAFA url(../img/form/select_icon.png) 92% 42% no-repeat;
	background-size: 16px 16px;
}
select.trip_company_id{
	min-width: 220px;
	background: #FAFAFA url(../img/form/select_icon.png) 92% 42% no-repeat;
	background-size: 16px 16px;
}

input, select {
	vertical-align: baseline;
}

input[type="text"]::-ms-expand,input[type="checkbox"]::-ms-expand,
input[type="checkbox"]:checked::-ms-expand,input[type="radio"]::-ms-expand,input[type="radio"]:checked::-ms-expand,select::-ms-expand {
  display: none;
}
select.tour_company {
	min-width: 220px;
	background: url(../img/form/select_icon.png) 94% 42% no-repeat;
	background-size: 20px 20px;
}
select.top_select {
	margin: 0 10px 0 0;
}
dl.fee {
	font-size: 18px;
}
dl.fee select {
	margin: 0 8px 0 4px;
}
dl.fee dt {
	width: 25.5%;
	position: relative;
	vertical-align: middle;
	padding: 20px 10px;
	font-weight: bold;
}
.attendance ul li, dl ul li {
	float: left;
	font-size: 14px;
}
dl dd {
	padding: 10px 0;
	border-bottom: 1px dotted #CCCCCC;
	overflow: hidden;
}
dl dd:last-child {
	padding: 10px 0 20px;
	border-bottom: none;
}
select[disabled] {
	background: #BFBFBF url(../img/form/select_icon.png) 88% 42% no-repeat;
	background-size: 16px 16px;
	pointer-events: none;
}
dl dd p {
	display: table-cell;
	width: 260px;
	padding: 20px 10px;
	font-size: 16px;
	vertical-align: middle;
	font-weight: bold;
}
dl dd p.free {
	display: table-cell;
	width: 170px;
}
dl dd p.small_txt {
	font-size: 14px;
}
dl dd ul {
	display: table-cell;
	padding: 5px 0 5px 20px;
}
dl dd:last-child ul{
	padding: 5px 0 5px 31px;
}
dl ul li:nth-child(3) {
	margin: 0 5px 0 0;
}
.attendance ul li:first-child {
	margin: 0 10px 0 0;
}
.agree {
	margin: 0 0 30px;
}

table.fee {
	font-size: 16px;
	border: none;
}
table.fee th, table.fee td {
	border-bottom: 1px dotted #ccc;
}
table.fee2 tr:last-child th, table.fee2 tr:last-child td {
	border: none;
}
table.fee td {
	padding: 15px 0 15px 25px;
}
table.fee select {
	margin: 0 8px 0 4px;
}
table.fee td .check_list li {
	margin: 0;
	float: left;
	font-size: 14px;
}
table.fee th.free {
	width: 170px;
}
table.fee th.large_txt {
	font-size: 18px;
}
table.fee th.small_txt {
	font-size: 14px;
}

table.bus {
	margin: 0 auto 30px;
}
table.bus .attendance {
	text-align: right;
	padding: 25px 0 25px 25px;
}
table.bus .attendance span {
	font-weight: bold;
	font-size: 16px;
}
table.bus .bus_attendance:first-of-type {
	margin: 0 45px 0 0;
}
.total {
	margin: 0 0 20px;
	padding: 20px;
	background: #FFF8DD;
}
.total li {
	text-align: right;
	font-weight: bold;
}
.total li span {
	font-size: 14px;
	font-weight: normal;
}
.total li span.count {
	margin: 0 10px;
	font-size: 28px;
}
.total li.payment {
	margin: 10px 0 0;
	padding: 10px 0 0;
	font-size: 18px;
	font-weight: bold;
	border-top: 1px dashed #CCCCCC;
}
.total li.payment span {
	margin: 0 5px;
	color: #FF0707;
	font-size: 32px;
	font-weight: bold;
}
.privacy_agree {
	margin: 0 0 50px;
	padding: 30px 50px;
	background: #FAFAF7;
}
.privacy_agree p {
	margin: 0 0 40px;
    line-height: 2;
}
.privacy_agree p + p{
	margin: 0 0 10px;
}
.privacy_agree p a {
	color: #FF0707;
	text-decoration: underline;
}
.privacy_agree p a:hover {
	text-decoration: none;
}
/* ▼ プライバシー */
.privacy_read {
	margin-bottom: 10px;
	font-size: 16px;
}
label{
	cursor: pointer;
}
#privacy {
	height: 210px;
	border: 1px solid #CCD1D5;
	padding: 15px 15px 0 15px;
	margin-bottom: 20px;
	overflow-y: scroll;
}
#privacy .title {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 17px;
}
#privacy dl.privacy {
	margin-bottom: 15px;
}
#privacy ol.privacy {
	margin-bottom: 20px;
	overflow: hidden;
	counter-reset: number;
}
#privacy ol.privacy > li {
	margin-bottom: 15px;
	counter-increment: number;
	padding-left: 1.5em;
	text-indent: -1.5em;
	font-size: 15px;
}
#privacy ol.privacy > li:before {
	content: counter(number, decimal) ".";
	margin-right: 0.5em;
}
#privacy ol.privacy > li:last-child {
	margin: 0;
}
#privacy ol.privacy li .privacy_care {
	margin: 5px 0 0 1.5em;
}
#privacy .supervisor {
	overflow: hidden;
	margin-bottom: 20px;
}
#privacy .supervisor dt {
	font-weight: bold;
}
.btn_box {
	overflow: hidden;
	position: relative;
}
.btn_box .agree, .privacy_agree .agree {
	max-width: 480px;
	padding: 30px 40px;
	margin: 0 auto 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	background: #fff;
}
.btn_box ul.btn {
	padding: 0 0 10px;
	text-align: center;
	position: relative;
}
.btn_box ul.btn li {
	display: inline-block;
	width: 49%;
	background: #FF0707;
	border-radius: 5px;
	position: relative;
	margin-right: 10px;
	font-size: 18px;
	box-shadow: 3px 3px 0px 0px #cecece;
}
.btn_box ul.btn li.back {
	background: #999; /* Old browsers */
}
.btn_box ul.btn li:last-child {
	margin-right: 0;
}
.btn_box ul.btn li a {
	display: block;
	padding: 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.btn_box ul.btn li a:hover {
	opacity: 0.6;
}
.btn_box ul.btn li a:after {
    content: "\f105";
    font-family: FontAwesome;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    position: absolute;
    top: 22%;
    right: 25px;
}

/* ▼▼▼ 768px
=====================================*/
@media screen and (max-width: 768px) {
ul.step {
	width: 90%;
	margin: 0 auto 15px;
}
ul.step li {
	padding: 5px 0;
}
ul.step li:after {
	top: 5px;
	right: -19%;
}
.read {
	text-align: center;
	margin-bottom: 30px;
	font-size: 14px;
}
table.info {
	max-width: 100%;
}
table.info th,  table.info td {
	display: block;
	padding: 10px 0;
	font-size: 16px;
}
table.info th {
	width: 100%;
	border: none;
	padding: 15px 0 0;
}
table.info td {
	padding: 15px 0;
}
table.info .list {
	padding: 10px 0 0 0;
}
table.info th:after, dl.fee dt:after {
	position: static;
	margin-left: 5px;
}
table.info td .kome {
	padding-top: 5px;
	display: block;
}
table.info td .check_list li {
	margin: 0 0 0px 0;
	font-size: 16px;
}
	table.info td .check_list li label{
		padding: 0 10px 5px;
	}
table.info td .check_list li label input {
	margin-right: 5px;
}
table.info td span {
	margin-right: 0;
}
table.info td input {
	padding: 10px;
}
table.info td input.w01 {
	width: 100%;
}
table.info td input.w02 {
	width: 100%;
	margin: 0 0 0 0;
}
table.info td input.w03 {
	width: 100%;
}
table.info td input.w04 {
	width: 100%;
}
table.info td textarea {
	color: #999;
}
dl dd p.remarks{
	padding: 10px 0;
}

table.info td input[type="text"] {
	height: auto;
	font-size: 16px;
	line-height: 40px;
}
	input[type="checkbox"],input[type="checkbox"]:checked,
	table.info td input[type="checkbox"],table.info td input[type="checkbox"]:checked{
		width: 20px;
		height: 20px;
		margin-right: 5px;
		padding: 0;
	}


	input[type="radio"],input[type="radio"]:checked,
	table.info td input[type="radio"],table.info td input[type="radio"]:checked{
		padding: 8px;
	}

	select{
		height: 40px;
		padding: 0 25px 0 10px;
		font-size: 16px;
		line-height: 40px;
		background: #FAFAFA url(../img/form/select_icon.png) 86% 42% no-repeat;
    background-size: 15px 15px;
	}
	select.inputName6 {
    width: 200px;
    margin: 10px 0 0;
    padding: 0 25px 0 20px;
    background: #FAFAFA url(../img/form/select_icon.png) 92% 42% no-repeat;
    background-size: 15px 15px;
	}
	select.trip_company_id{
		min-width: 196px;
    background: #FAFAFA url(../img/form/select_icon.png) 92% 42% no-repeat;
    background-size: 15px 15px;
	}
	select[disabled]{
		background: #BFBFBF url(../img/form/select_icon.png) 86% 42% no-repeat;
    background-size: 15px 15px;
	}

	select.tour_company{
		margin: 15px 0 0;
    min-width: 220px;
    background: url(../img/form/select_icon.png) 94% 42% no-repeat;
    background-size: 15px 15px;

	}
	dl dd ul,dl dd:last-child ul{
    padding: 5px 0 5px 5px;
}

	dl.fee dd:last-child ul.check_list li:nth-child(2){
		margin: 0 0 15px 25px;
	}
	dl.fee dd:last-child ul.check_list li:nth-child(4){
		margin: 0 0 15px 10px;
	}

	dl.fee dt {
    width: 100%;
    vertical-align: middle;
    padding: 15px 0 5px;
		font-size: 16px;
    font-weight: bold;
}

dl dd p,dl dd p.free {
    display: block;
    width: 100%;
    padding: 0 0 5px;
    font-size: 16px;
    vertical-align: middle;
    font-weight: bold;
}

	.attendance ul li, dl ul li{
		margin: 0 0 15px;
	}
	dl ul li:nth-child(3){
		margin: 0 10px 15px 0;
	}
	.attendance ul li:last-child, dl ul li:last-child{
		margin: 0 0 0;
	}

	.attendance_time li select{
		margin: 0 10px 0 10px;
	}

	dl dd p.small_txt {
    font-size: 16px;
}


.attendance ul li:first-child {
	margin: 0 10px 10px 0;
}
.agree {
	margin: 0 0 15px;
}

table.fee td {
	padding: 10px 0;
}
table.fee td .check_list li {
	font-size: 14px;
	margin: 0 0 15px;
}
table.fee th.large_txt,
table.fee th.small_txt {
	font-size: 16px;
}

table.bus {
	margin: 0 auto 30px;
}
table.bus .attendance {
	text-align: left;
	padding: 15px 0 5px 0;
}
table.bus .attendance span {
	font-weight: bold;
	font-size: 16px;
}
table.bus .bus_attendance:first-of-type {
	margin: 0 0 0 0;
}
.total {
	margin: 0 0 10px;
	padding: 10px;
}
.total li {
	font-size: 13px;
}
.total li span {
	font-size: 12px;
	font-weight: normal;
}
.total li span.count {
	margin: 0 10px;
	font-size: 20px;
}
.total li.payment {
	padding: 5px 0 0;
	font-size: 12px;
}
.total li.payment span {
	margin: 0 5px;
	font-size: 26psx;
}
.privacy_agree {
	margin: 0 0 30px;
	padding: 30px 20px 20px;
	background: #FAFAF7;
}
.privacy_agree p {
	margin: 0 0 30px;
}
.privacy_agree p a {
	color: #FF0707;
}
	.privacy_agree p .tel-moji a,ul.indent_p .tel-moji a{
		color: #000;
		text-decoration: none;
	}



/* ▼ プライバシー */
#privacy {
	height: 150px;
}
.btn_box .agree {
	margin-bottom: 20px;
	font-size: 14px;
}
.btn_box ul.btn {
	width: 100%;
	margin: 0 auto;
}
.btn_box ul.btn li {
	width: 98%;
	margin: 0 0 10px;
}
.btn_box ul.btn li:last-child {
	margin-right: auto;
}

.btn_box .agree, .privacy_agree .agree {
    max-width: 480px;
    padding: 15px 15px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background: #fff;
}

}

/* ▼▼▼ 320px〜
=====================================*/
@media screen and (max-width: 320px) {

	dl.fee dd:last-child ul.check_list li:nth-child(2){
		margin: 0 0 15px 10px;
	}
	dl.fee dd:last-child ul.check_list li:nth-child(4){
		margin: 0 0 15px 5px;
	}
	.total li{
		font-size: 11px;
	}
}
