﻿/*-----------------------------------------------------------------------  
 // ページ共通 
-------------------------------------------------------------------------*/ 

html {
	height: 100%;
}

body {
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	-webkit-print-color-adjust: exact;
	cursor: default;
}

textarea {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

a {
	word-break: break-all;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	opacity: 0.5;
}

a:visited {
	color: #333333;
}


/*-------- 基本カラー --------*/

.key-color: #0067A4;


.not-print {
	display: none;
}

@media print{
	div.noprint{
		display:none;
	}
}

img {
	border:none;
}


.scale {
    overflow: hidden;
}
.scale img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.scale img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.centering {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.clear {
	clear: both;
}


/*-----------------------------------------------------------------------  
 // PC用
-------------------------------------------------------------------------*/ 

.none-pc {
	display: none;
}

#container {
	margin: 0px auto;
	position: relative;
	min-height: 100vh;
}

#wrap{
	clear: both;
	width: 1200px;
	padding-top: 50px;
	padding-bottom: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
}

h3 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	margin-bottom: 60px;
	letter-spacing: 10px;
	color: #0067A4;
	border-bottom: 2px solid #0067A4;
}

h4 {
	font-size: 36px;
	line-height: 46px;
	font-weight: 500;
	margin-bottom: 30px;
	letter-spacing: 5px;
	border-bottom: 2px solid #333333;
}

.unit {
	clear: both;
	width: 100%;
	text-align: left;
	margin: 20px 0px 50px 0px;
}

.content {
	clear: both;
	width: 100%;
	text-align: left;
	margin: 20px 0px 40px 0px;
}

.photo {
	width: 100%;
}

.page-link {
	display: block;
	margin-top: -10px;
	padding-top: 10px;
}

/*-----------------------------------------------------------------------  
 // 入力フォーム
-------------------------------------------------------------------------*/ 

.required::after {
	content: "*";
	font-size: 26px;
	color: #FCA454;
	margin-left: 5px;
	margin-top: -10px;
}

.notice-required {
	margin-bottom: 0px;
}

.notice-required::before {
	content: "*";
	font-size: 26px;
	color: #FCA454;
	margin-right: 10px;
}

input {
	width: 90%;
	height: 35px;
	font-size: 20px;
	border: 1px solid #666666;
	border-radius: 3px;
	padding: 5px 10px;
	margin-right: 10px;
}

input[type='file'] {
	width: 90%;
	height: 35px;
	font-size: 20px;
	border-style: none;
}

::file-selector-button,
::-webkit-file-upload-button {
	background-color: #EAE8E8;
	border: 1px solid #666666;
	cursor: pointer;
	width: 180px;
	height: 35px;
	font-size: 14px;
	border-radius: 3px;
	margin-left: -10px;
	margin-right: 20px;
}

input[type='radio']{
	width: 20px;
	height: 20px;
	padding: 10px 10px;
}

input[type='checkbox']{
	width: 20px;
	height: 20px;
	padding: 10px 10px;
}

select {
	width: 90%;
	height: 40px;
	font-size: 20px;
	border: 1px solid #666666;
	border-radius: 3px;
	padding: 5px 10px;
}

textarea {
	width: 90%;
	height: 250px;
	font-size: 20px;
	border: 1px solid #666666;
	border-radius: 3px;
	padding: 5px 10px;
}

.submit {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.submit button {
	width: 500px;
	height: 60px;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #0067A4;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

.submit button:hover {
	opacity: 0.5;
	transform: translateY(5px);
}

.submit-delete button {
	background-color: #C1272D;
}

.submit-delete button:hover {
	opacity: 0.5;
	transform: translateY(5px);
}

.back {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.back button {
	width: 200px;
	height: 60px;
	color: #333333;
	font-size: 18px;
	background-color: #EAE8E8;
	border: 1px solid #333333;
	border-radius: 3px;
	cursor: pointer;
}

.back button:hover {
	opacity: 0.5;
	transform: translateY(5px);
}

button {
	font-size: 18px;
}

button:hover {
	cursor: pointer;
	opacity: 0.5;
}

/*-------- 説明 --------*/

.explain {
	width: 1140px;
	position: relative;
	display: inline-block;
	border: 2px solid #0067A4;
	border-radius: 5px;
	margin-top: 20px;
	padding: 30px 30px 30px 30px;
	margin-bottom: 50px;
}


.explain:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 150px;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFFFFF;
	z-index: 2;
}

.explain:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 150px;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #0067A4;
	z-index: 1;
}

.explain-text {
	display: block;
	font-size: 18px;
	color: #333333;
	margin-left: 300px;
	margin-bottom: 30px;
}

/*-------- アラート --------*/

.alert {
	position: relative;
	border: 2px solid #0067A4;
	border-radius: 5px;
	margin-top: 50px;
	padding: 50px 30px 40px 30px;
	margin-bottom: 50px;
}

.alert::before {
	content: "！";
	position: absolute;
	background-color: #0067A4;
	border: 10px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 5px;
	width: 45px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 5px;
	border-radius: 50%;
	left: 30px;
	top: -35px;
}

.alert-text{
	display: block;
	font-size: 18px;
	color: #CC3333;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*-------- リザルト --------*/

.result {
	position: relative;
	border: 2px solid #0067A4;
	border-radius: 5px;
	margin-top: 50px;
	padding: 50px 30px 40px 30px;
	margin-bottom: 50px;
}

.result::before {
	content: "♪";
	position: absolute;
	background-color: #0067A4;
	border: 10px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 5px;
	width: 45px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 5px;
	border-radius: 50%;
	left: 30px;
	top: -35px;
}

.result-text{
	display: block;
	font-size: 18px;
	color: #CC3333;
	margin-left: 300px;
	margin-bottom: 30px;
}

/*-----------------------------------------------------------------------  
 // トップに戻るボタン
-------------------------------------------------------------------------*/ 

.pagetop-button{
	background-color: #FFFFFF;
	border: 3px solid #0067A4;
	color: #0067A4;
	font-size: 20px;
	text-decoration: none;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.pagetop-button::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-top: 2px solid #0067A4;
	border-right: 2px solid #0067A4;
	transform: rotate(-45deg);
}

.pagetop-button:hover {
	opacity: 1.0;
	background-color: #0067A4;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
}

.pagetop-button:hover::before {
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	transform: rotate(-45deg);
}

#pagetop {
	z-index: 1;
	position: fixed;
	right: 50px;
	bottom: 75px;
}

/*-------------------------------------------------  
 // ヘッダー
--------------------------------------------------*/

#header {
	width: 100%;
	height: 170px;
	background-color: #0067A4;
	position: relative;
}

#logo-header {
	position: absolute;
	top: 30px;
	left: 30px;
}

#logo-header img {
	width: 300px;
}

.name-header {
	position: absolute;
	top: 50px;
	right: 50px;
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 500;
	border-bottom: 2px solid #FFFFFF;
}

.tel-header {
	display: flex;
	align-items: center;
	position: absolute;
	top: 105px;
	right: 50px;
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 5px;
}

.tel-header span{
	font-size: 40px;
	font-weight: 500;
	margin-right: 5px;
}

/*-------------------------------------------------  
 // フッター
--------------------------------------------------*/

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	clear: both;
	width: 100%;
	height: 100px;
	background-color: #0067A4;
}

/*-------------------------------------------------  
 // 空車検索
--------------------------------------------------*/

.user-search {
	display: flex;
	flex-flow: column;
	row-gap: 40px;
	margin-bottom: 50px;
}

.user-search-box {
	display: flex;
	flex-flow: column;
	row-gap: 10px;
}

.user-search-box-caption {
	width: 100%;
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.user-search-box-caption span{
	color: #0067A4;
}

.user-search-box-content {
	width: 50%;
}

.user-search-box-content select {
	width: 95%;
}


.user-search-input-date {
	width: 180px;
	border: 1px solid #333333;
}


/*-------------------------------------------------  
 // 空車選択
--------------------------------------------------*/

.user-select-box {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.user-select-box-radio {
	width: 40px;
}

.user-select-box-content {
	width: 700px;
}

/*-------------------------------------------------  
 // 空車検索結果
--------------------------------------------------*/

.user-admit {
	display: flex;
	flex-flow: column;
	row-gap: 40px;
	margin-bottom: 50px;
}

.user-admit-box {
	display: flex;
	flex-flow: column;
	row-gap: 10px;
}

.user-admit-box-caption {
	width: 100%;
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.user-admit-box-caption span{
	color: #0067A4;
}

.user-admit-box-content {
	width: 100%;
	font-size: 28px;
	font-weight: 500;
}

.user-admit-box-content-car {
	margin-bottom: 20px;
}

.user-admit-box-content-image {
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.user-admit-box-content-image div {
	display: flex;
	width: 380px;
}

.user-admit-box-content-ex {
	font-size: 20px;
	font-weight: 300;
}


/*-------------------------------------------------  
 // お客様情報の入力
--------------------------------------------------*/

.user-input-box {
	display: flex;
	margin-bottom: 15px;
}

.user-input-box-caption {
	width: 300px;
	display: flex;
	flex-flow: column;
	line-height: 16px;
}

.user-input-box-caption div{
	margin-bottom: 10px;
}

.user-input-box-caption span {
	font-size: 14px;
	margin-left: 10px;
}

.user-input-box-content {
	width: 900px;
	display: flex;
	flex-flow: column;
}

.user-input-box-content-data {
	display: flex;
	justify-content: flex-start;
	column-gap: 20px;
}

.user-input-box-content-data div{
	display: flex;
	align-items: center;
}

.user-input-box-content-data select {
	width: 130px;
}



/*-------------------------------------------------  
 // ご入力内容の確認
--------------------------------------------------*/

.user-detail-box {
	display: flex;
	border-bottom: 1px dashed #666666;
	padding-bottom: 5px;
	margin-bottom: 10px;
	overflow-wrap: break-word;
}

.user-detail-box-caption {
	width: 300px;
}

.user-detail-box-content {
	width: 900px;
	display: flex;
	column-gap: 10px;
}

.user-detail-box-content-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 35px;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #0067A4;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	letter-spacing: 7px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
}