/*-----------------------------------------------------------*

	共通

 *-----------------------------------------------------------*/
* {
	box-sizing: border-box;
	line-height: 1.6em;
	word-wrap: break-word;
}
body { 
	font-family: 'Montserrat', 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
	font-weight: 400;
	font-size:14px;
	color:#444;
	position:relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: #FFFBF0;
}
/*---------------------------------*
	トップに戻る
 *---------------------------------*/
#page_top{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 25px;
	bottom: 25px;
	background: #ef3f40;
	opacity: 0.6;
	border-radius: 50%;
}
#page_top a{
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f0d8';
	font-size: 30px;
	color: #fff;
	position: absolute;
	width: 30px;
	height: 30px;
	top: -0px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
#page_top:hover {
	opacity: 1;
}

/*---------------------------------*
	レイアウト
 *---------------------------------*/
.body_wrapper {
	flex: 1;
}
.page_wrapper {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
.section_wrapper {
	margin: 0 60px;
}

h1 {
	position: relative;
	border: solid 4px #333;
	padding: 1em 6em;
	width: 640px;
	max-width: 90%;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	border-radius: 10px;
}
h1 div {
	font-size: 26px;
	color: #cc0000;
}
h1 div:before	{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f101";
	margin-right: .5em;
}
h1 div:after	{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f100";
	margin-left: .5em;
}

h2 {
	position: relative;
	padding: .5em;
	font-size: 18px;
	background: #333;
	color: #fff;
	margin: 30px 0 40px 0;
	text-align: center;
	letter-spacing: .1em;
}
h2:after{
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(0, 153, 255, 0);
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-width: 10px;
	margin-left: -10px;
	border-top-color: #333;
	top: 100%;
	left: 50%;
}
h3 {
	padding: .5em;
	font-size: 18px;
	background: #efefef;
	margin: 30px 0 20px 0;
	text-align: center;
	letter-spacing: .1em;
}
.swal-button {
	background: #FF6699;
}
.swal-button.swal-button--cancelbutton {
	background: #ccc;
}

.keiko {
	background: linear-gradient(transparent 90%, #fec501 90%);
}

.attention.note {
	color: #ff6699;
}

/*---------------------------------*
	デバイス判別
 *---------------------------------*/
.pc_block	{ display: block; }
.sp_block	{ display: none; }

/*---------------------------------*
	TOPナビ
 *---------------------------------*/
#top_navi {
	background: #333;
	color: #fff;
	font-size: 14px;
}
/*---------------------------------*
	ヘッダー
 *---------------------------------*/
#header {
	padding:28px 0;
	background-color: #cc0000;
	background-image: 
		repeating-linear-gradient( 45deg, rgba(255, 193, 7, 0.8) 25%, transparent 25%, transparent 75%, rgba(255,193,7,0.8) 75%, rgba(255,193,7,0.8) ),
		repeating-linear-gradient( 45deg, rgba(255, 193, 7, 0.8) 25%, rgba(255,233,167,0.5) 25%, rgba(255,233,167,0.8) 75%, rgba(255,193,7,0.8) 75%, rgba(255, 193, 7, 0.8));
	background-position: 0 0, 20px 20px;
	background-size: 40px 40px;

}
/*---------------------------------*
	メニュー
 *---------------------------------*/
#gmenu {
	background: #333;
}
#gmenu ul {
	display: flex;
}
#gmenu li {
	width: 33.3333%;
}
#gmenu li a {
	display: block;
	width: 100%;
	padding: 1em;
	text-align: center;
	color: #fff;
}
#gmenu li a:hover {
	background: #ccc;
}

/*---------------------------------*
	copyright
 *---------------------------------*/
#copyright {
	background: #333;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	margin-top: 60px;
}

/*---------------------------------*
	その他
 *---------------------------------*/
strong {
	color: #FF6699;
	font-weight: normal;
}
.message {
	margin: 60px 0;
	text-align: center;
}
.guide {
	text-align: center;
}

table.style01 {
	width: 100%;
	border: solid 2px #ccc;
	border-collapse: collapse;
}
table.style01 th,
table.style01 td {
	border: solid 1px #ccc;
	padding: .5em 1em;
}
table.style01 th {
	width: 14em;
	background: #efefef;
	text-align: right;
}
table.style01 td {
	background: #fff;
}
table.style01 + table {
	margin-top: 10px;
}

table td .note {
	font-size: 12px;
	color: #FF6699;
	margin: .5em 0;
}
table.style01 td hr {
	margin-top: .3em;
	padding-top: .3em;
	border: none;
	border-top: 1px #ccc dashed;
}



/*-----------------------------------------------------------*

	フォーム

 *-----------------------------------------------------------*/
.hissu:after{
	content: "※必須";
	font-size: 12px;
	font-weight: normal;
	color: #FF6699;
	display: inline-block;
	margin-left: .5em;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"] {
	border: solid 2px #999;
	padding:.5em;
	border-radius: 5px;
	vartical-align: middle;
}

input[type="text"] {
	width: 100%;
}
input[type="tel"] {
	width: 10em;
}
input[type="text"]::placeholder {
	color: #aaa;
}

textarea {
	width: 100%;
	height: 10em;
}


/*------------------------------------*
	ラジオボタン・チェックボックス
 *------------------------------------*/
input[type="radio"],
input[type="checkbox"] {
	display: none;
}


.label_radio,
.label_checkbox {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: .2em 2.4em;
	position: relative;
	width: auto;
}
.label_radio:hover,
.label_checkbox:hover {
	background: #efefef;
	border-radius: 5px;
}
.label_radio::before,
.label_checkbox::before {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	content: '';
	display: block;
	height: 20px;
	left: 5px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 20px;
}
.label_radio::before {
	border-radius: 50%;
}
.label_checkbox::before {
	border-radius: 3px;
}

.label_radio::after {
	background: #ff9900;
	border-radius: 50%;
	content: '';
	display: block;
	height: 8px;
	left: 11px;
	margin-top: -2px;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 8px;
}

.label_checkbox::after {
	border-right: 4px solid #ff9900;
	border-bottom: 3px solid #ff9900;
	content: '';
	display: block;
	height: 20px;
	left: 12px;
	margin-top: -14px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	width: 9px;
}

input[type=radio]:checked + .label_radio::before,
input[type=checkbox]:checked + .label_checkbox::before {
	border-color: #666;
}
input[type=radio]:checked + .label_radio::after,
input[type=checkbox]:checked + .label_checkbox::after {
	opacity: 1;
}















/*---------------------------------*
	種別
 *---------------------------------*/
#entry_form table #kind label {
	display: inline-block;
	background: #f8f8f8;
	padding: .5em 2em;
	border-radius: 5px;
	border: solid 2px #999;
	width: 10em;
	text-align: center;
}
#entry_form table #kind label + label {
	margin-left: 2em;
}
#entry_form table #kind label input {
	margin-right: .5em;
}
#entry_form table #kind label.end			{ pointer-events:none; background:#ccc; }
#entry_form table #kind label.end:before	{
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: 900;
	content: "\0274c";
	color: #ff0000;
}
#entry_form table #kind label.end input	{ pointer-events:none; display:none; }



/*---------------------------------*
	サブミットボタン
 *---------------------------------*/
.submit_block {
	border-top: solid 2px #ECB02D;
	margin-top: 30px;
	padding: 30px 0;
	text-align: center;
}
.submit_block a {
	display: inline-block;
	background: #ECB02D;
	color: #fff;
	width: 300px;
	padding: 1em;
	text-align: center;
	border-radius: 10px;
	font-size: 16px;
}
.submit_block a:before {
	content: '\f138';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.6em;
}
.submit_block a:hover {
	background: #e0803a;
}
.submit_block a.back {
	width: 200px;
	background: #ccc;
}
.submit_block a.back:before {
	content: '\f137';
}
.submit_block a.back:hover {
	background: #999;
}
.submit_block a.delete {
	width: 140px;
	background: #444;
}
.submit_block a.delete:before {
	content: '\f2ed';
}
.submit_block a.delete:hover {
	background: #cc0000;
	color: #fff;
}

.submit_block a + a {
	margin: 0 0 0 1em;
}
.submit_block a:hover {
	background: #e0803a;
}



/*-----------------------------------------------------------*

	ダッシュボード

 *-----------------------------------------------------------*/

/*------------------------------*
	お知らせ
 *------------------------------*/
#info {
	padding-top: 30px;
}

/*------------------------------*
	申し込み確認
 *------------------------------*/
#confirm {
	padding-top: 30px;
}

/*------------------------------*
	車両プロフィール
 *------------------------------*/
#profile {
	padding-top: 30px;
}
#profile .guide {
	margin-bottom: 20px;
}

/*------------------------------*
	グループ
 *------------------------------*/
#group {
	padding-top: 30px;
}
#group .entry_group_name {
	margin: 30px 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #aaa;
	font-weight: bold;
}
#group .guide {
	margin-bottom: 30px;
}
#group .col_group_member i {
/*	color: #ccc;
*/
}
#group .col_group_member .cancel_member {
	text-decoration: line-through;
	color: #ff0000;
}
#group .col_group_member .cancel_member span {
	color: initial;
}

/*-----------------------------------------------------------*

	車両プロフィール登録フォーム

 *-----------------------------------------------------------*/
#profile_form {
	padding-top: 30px;
}
/*---------------------------------*
	エリア
 *---------------------------------*/
#profile_form table #area_block ul {
	display: flex;
}
#profile_form table #area_block li {
	width: 10em;
}
#profile_form table #area_block li + li {
	margin-left: 10px;
}
#profile_form table #area_block label {
	display: block;
	background: #f8f8f8;
	padding: .5em 1em;
	border-radius: 5px;
	border: solid 2px #999;
	text-align: center;
}
#profile_form table #area_block label input {
	margin-right: .5em;
}

#profile_form .pic_block {
	margin-bottom: 1em;
}

/*-----------------------------------------------------------*

	グループ登録フォーム

 *-----------------------------------------------------------*/
#group_form {
	padding-top: 30px;
}
/*---------------------------------*
	並びの形態
 *---------------------------------*/
#group_form table #col_arrange_block ul {
	display: flex;
}
#group_form table #col_arrange_block li {
	width: 30%;
}
#group_form table #col_arrange_block li + li {
	margin-left: 10px;
}
#group_form table #col_arrange_block label {
	display: block;
	background: #f8f8f8;
	padding: .5em 1em;
	border-radius: 5px;
	border: solid 2px #999;
	text-align: center;
	font-size: 14px;
}
#group_form table #col_arrange_block label input {
	margin-right: .5em;
}

#group_form #count {
	width: 10em;
	max-width: 80%;
}























/*-----------------------------------------------------------------------------------------------------------------------*


	スマホ


 *-----------------------------------------------------------------------------------------------------------------------*/
@media (max-width:767px) {

	/*-----------------------------------------------------------*

		共通

	 *-----------------------------------------------------------*/
	body {
		font-size: 16px;
	}
	/*---------------------------------*
		デバイス判別
	 *---------------------------------*/
	.pc_block	{ display: none; }
	.sp_block	{ display: block; }

	/*---------------------------------*
		レイアウト
	 *---------------------------------*/
	.page_wrapper {
		width: 1000px;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}
	.section_wrapper {
		margin: 0 10px;
	}
	h1 {
		padding: 1em .5em;
		font-size: 18px;
	}
	h1 div {
		font-size: 24px;
	}

	h2 {
		padding: .3em;
		font-size: 16px;
		margin: 30px 0 20px 0;
	}
	/*---------------------------------*
		TOPナビ
	 *---------------------------------*/
	#top_navi {
		font-size: 12px;
		padding: .5em;
	}
	/*---------------------------------*
		メニュー
	 *---------------------------------*/
	#gmenu {
		background: #333;
		padding: 5px 15px;
	}
	#gmenu .page_wrapper {
		padding: 0;
	}
	#gmenu ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#gmenu li {
		width: 48%;
		padding: .2em 0;
	}
	#gmenu li a {
		display: block;
		font-size: 12px;
		width: 100%;
		padding: .5em;
		text-align: center;
		color: #fff;
		border: solid 1px #efefef;
		background: #cc0000;
	}
	#gmenu li a:hover {
		background: #ccc;
	}

	/*---------------------------------*
		その他
	 *---------------------------------*/
	.message {
		margin: 60px 0;
		text-align: left;
	}

	.guide {
		text-align: left;
	}

	table.style01 {
		width: 100%;
	}

	table.style01 th,
	table.style01 td {
		display: block;
		padding: .3em 1em;
		border: none;
	}

	table.style01 th {
		text-align: left;
		width: 100%;
	}

	table.style01 th:before {
		font-family: "Font Awesome 5 Free";
		font-size: 16px;
		font-weight: 900;
		content: "\f0da";
		color: #333;
		margin-right: .5em;
	}

	table.style01 td {
		padding: 1em;
	}

	table.style01 .entry_note {
/*		margin-top: 20px;
*/		background: #efefef;
		padding: 1em;
		border-radius: 5px;
	}

	table td .note {
		font-size: 14px;
	}

	/*-----------------------------------------------------------*

		車両プロフィール登録フォーム

	 *-----------------------------------------------------------*/
	#profile_form {
	}

	/*---------------------------------*
		エリア
	 *---------------------------------*/
	#profile_form table #area_block ul {
		display: flex;
	}
	#profile_form table #area_block li {
		width: 48%;
	}
	#profile_form table #area_block li + li {
		margin-left: 10px;
	}
	#profile_form table #area_block label {
		display: block;
		background: #f8f8f8;
		padding: .5em 1em;
		border-radius: 5px;
		border: solid 2px #999;
		text-align: center;
	}
	#profile_form table #area_block label input {
		margin-right: .5em;
	}

	/*-----------------------------------------------------------*

		グループ登録フォーム

	 *-----------------------------------------------------------*/
	#group_form {
	}
	/*---------------------------------*
		並びの形態
	 *---------------------------------*/
	#group_form table #col_arrange_block ul {
		display: block;
	}
	#group_form table #col_arrange_block li {
		width: 100%;
	}
	#group_form table #col_arrange_block li + li {
		margin-left: 0;
		margin-top: .5em;
	}













	/*-----------------------------------------------------------*

		フォーム

	 *-----------------------------------------------------------*/
	.entry_form_wrapper {
		padding: 0 10px;
	}

	.submit_block a + a {
		margin: 1em 0 0 0;
	}



}
