body {
	/* 	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ',
		Meiryo, sans-serif; */
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	color: #707070;
	line-height: 1.7;
}

*,
*::after,
*::before {
	box-sizing: border-box;
}

main {
	display: block;
	margin-top: 70px;
	/* navの高さ */
}

@media screen and (max-width:1100px) {
	main {
		margin-top: 0px;
	}
}

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

         header

--------------------------*/
.navbar-fixed {
	padding: 0 1rem;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	z-index: 1049;
	height: 70px;
}

.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}

/*門倉追加*/
.nabva-regis-user {
	padding: 20px 20px 22px 20px;
	color: #FF0000;
}

.nabva-regis-comp {
	padding: 20px 20px 22px 20px;
}

/*ここまで*/


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

	/* for ピットユーザホーム */
	.navbar-brand {
		display: none;
	}
}

@media screen and (max-width:1024px) {
	header {
		display: none;
	}
}

.header_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_container__right {
	display: flex;
	align-items: center;
}

nav ul li a p {
	color: #5A5A5A;
	position: relative;
	top: -8px;
}

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

      container

--------------------------------*/
#inner1280 {
	width: 1280px;
	max-width: 100%;
	margin: auto;
	padding: 0 10px;
}

#inner960 {
	width: 960px;
	max-width: 100%;
	margin: 0 auto 30px auto;
}

.container {
	padding: 50px 0 30px 0;
}

.container_sen_box {
	width: 800px;
	max-width: 100%;
	margin: 48px auto 0;
}

.hero_container {
	position: relative;
	height: 60vh;
}

@media screen and (max-width:1100px) {
	.hero_container {
		height: 50vh;
	}
}

@media screen and (max-width:765px) {
	.hero_container {
		height: 30vh;
	}
}

.hero_container_mini {
	position: relative;
	height: 20vh;
}

.hero_container_text {
	position: absolute;
	bottom: 10%;
	width: 100%;
	text-align: center;
	color: #ffffff;
}

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

      タイトルの設定

-----------------------------*/
.head_title {
	position: absolute;
	top: 50%;
	font-size: 2.0rem;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	z-index: 1048;
}

.section_title {
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	font-weight: lighter;
	text-align: center;
	margin-bottom: 30px;
}

.section_title img {
	vertical-align: middle;
}

@media screen and (max-width:1100px) {
	.section_title img {
		width: 31px;
		height: 25px;
	}
}

.head_title::after,
.section_title::after {
	content: "";
	display: block;
	margin: 8px auto 0;
	border-radius: 7px;
	width: 240px;
	height: 7px;
	background: transparent linear-gradient(90deg, #FF2D16 0%, #FFD800 100%) 0% 0% no-repeat padding-box;
}

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

	.head_title::after,
	.section_title::after {
		width: 120px;
	}
}

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

         googlemap設定

--------------------------*/
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

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

     tabの設定

-------------------------------*/
.tab {
	list-style-type: none;
	display: flex;
	justify-content: space-around;
	padding-top: 16px;
}

.tab li {
	width: 45%;
}

.tab li {
	display: block;
	text-align: center;
	padding: 15px 0;
	color: dimgray;
}

.tab li:hover {
	cursor: pointer;
}

.tab li.current {
	border-radius: 6px 6px 0 0;
	background: #E8E8E8;
}

.panel {
	display: none;
}

.panel.is-show {
	display: block;
}

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

     星評価の設定

-----------------------------*/
.star5_rating {
	position: relative;
	z-index: 0;
	display: inline-block;
	white-space: nowrap;
	color: #CCCCCC;
}

.star5_rating:before,
.star5_rating:after {
	content: '★★★★★';
}

.star5_rating:after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #ffcf32;
}

.star5_rating[data-rate="5.0"]:after {
	width: 100%;
}

/* 星5 */
.star5_rating[data-rate="5"]:after {
	width: 100%;
}

/* 星5 */
.star5_rating[data-rate="4.5"]:after {
	width: 90%;
}

/* 星4.5 */
.star5_rating[data-rate="4.0"]:after {
	width: 80%;
}

/* 星4 */
.star5_rating[data-rate="4"]:after {
	width: 80%;
}

/* 星4 */
.star5_rating[data-rate="3.5"]:after {
	width: 70%;
}

/* 星3.5 */
.star5_rating[data-rate="3.0"]:after {
	width: 60%;
}

/* 星3 */
.star5_rating[data-rate="3"]:after {
	width: 60%;
}

/* 星3 */
.star5_rating[data-rate="2.5"]:after {
	width: 50%;
}

/* 星2.5 */
.star5_rating[data-rate="2.0"]:after {
	width: 40%;
}

/* 星2 */
.star5_rating[data-rate="2"]:after {
	width: 40%;
}

/* 星2 */
.star5_rating[data-rate="1.5"]:after {
	width: 30%;
}

/* 星1.5 */
.star5_rating[data-rate="1.0"]:after {
	width: 20%;
}

/* 星1 */
.star5_rating[data-rate="1"]:after {
	width: 20%;
}

/* 星1 */
.star5_rating[data-rate="0.5"]:after {
	width: 10%;
}

/* 星0.5 */
.star5_rating[data-rate="0.0"]:after {
	width: 0%;
}

/* 星0 */
.star5_rating[data-rate="0"]:after {
	width: 0%;
}

/* 星0 */

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

      白枠内のToggle機能

---------------------------------*/
.white_frame {
	border-radius: 7px;
	background: #FFFFFF;
	padding: 9px;
	margin-bottom: 16px;
}

.white_frame:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:768px) {
	.white_frame {
		margin-bottom: 6px;
		padding: 3px 9px;
	}
}

.white_frame_top_box {
	position: relative;
}

.white_frame_bottom_box {
	position: relative;
	padding-top: 20px;
	display: none;
}

.white_frame_top_box::after,
.white_frame_top_box::before {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	border-radius: 5px;
	background: #707070;
	position: absolute;
	right: 5px;
	top: 55%;
	transform: translateY(-50%);
}

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

	.white_frame_top_box::after,
	.white_frame_top_box::before {
		width: 13px;
	}
}

.white_frame_top_box::after {
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}

.white_frame_top_box.ac::after {
	transform: rotate(0);
	transition: 0.5s;
}

/* 付帯作業の左側パディングを0にして他のタイトルと揃える */
.incidental-work-frame {
	padding-left: 0;
	padding-right: 9px;
	padding-top: 9px;
	padding-bottom: 9px;
}

/* 付帯作業のアイコンを非表示にする */
.incidental-work-top-box::after,
.incidental-work-top-box::before {
	display: none !important;
}

.incidental-work-top-box h2 {
	display: inline-block;
	margin: 0;
	font-weight: bold;
}

/* 付帯作業のwhite_frame_bottom_boxは常に表示 */
.incidental-work-frame .white_frame_bottom_box {
	display: block !important;
}

/* 付帯作業アイテムのレスポンシブ表示 */
.incidental-work-item {
	flex: 0 0 calc(33.333% - 10px);
	max-width: calc(33.333% - 10px);
}

/* タブレットサイズ（768px以下）: 2列表示 */
@media screen and (max-width: 768px) {
	.incidental-work-item {
		flex: 0 0 calc(50% - 7.5px);
		max-width: calc(50% - 7.5px);
	}
}

/* モバイルサイズ（576px以下）: 1列表示 */
@media screen and (max-width: 576px) {
	.incidental-work-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* 検索場所選択ラジオボタンのレスポンシブ表示 */
.location-search-radio-container {
	flex-wrap: wrap;
}

.location-search-radio-label {
	width: 180px;
}

.location-search-radio-input {
	flex-shrink: 0;
}

.location-search-radio-text {
	flex-shrink: 1;
	min-width: 0;
}

/* タブレットサイズ（768px以下）: フォントサイズとパディングを小さく */
@media screen and (max-width: 768px) {
	.location-search-radio-container {
		gap: 8px;
	}

	.location-search-radio-label {
		padding: 8px 12px !important;
		gap: 6px !important;
	}

	.location-search-radio-input {
		width: 16px !important;
		height: 16px !important;
	}

	.location-search-radio-text {
		font-size: 13px !important;
	}
}

/* モバイルサイズ（576px以下）: さらに小さく */
@media screen and (max-width: 576px) {
	.location-search-radio-container {
		gap: 6px;
	}

	.location-search-radio-label {
		width: 130px !important;
		padding: 6px 10px !important;
		gap: 4px !important;
	}

	.location-search-radio-input {
		width: 14px !important;
		height: 14px !important;
	}

	.location-search-radio-text {
		font-size: 12px !important;
	}
}

/* タイヤサイズセクション全体のレスポンシブ表示 */
.tire-size-title {
	font-size: 16px;
}

.tire-size-differ-link {
	font-size: 0.9em;
}

.tire-size-description {
	font-size: 14px;
}

.tire-size-example-text,
.tire-size-example-text-bottom {
	font-size: 12px;
}

.tire-size-bulk-input-wrapper {
	flex-wrap: wrap;
	align-items: center;
}

.tire-size-right-section {
	flex-shrink: 0;
	align-self: center;
}

.tire-size-bulk-input-container {
	flex-wrap: wrap;
	align-items: center;
}

.tire-size-bulk-input {
	width: 150px;
	padding: 5px;
	font-size: 14px;
}

.tire-size-apply-button {
	padding: 5px 15px;
	font-size: 14px;
	white-space: nowrap;
}

.tire-size-guide-image {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 8px;
	background-color: #fff;
}

.tire-size-guide-image p {
	margin: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.tire-size-guide-image img {
	max-width: 120px;
	height: auto;
	display: block;
}

/* タイヤサイズ選択プルダウンのレスポンシブ表示 */
.tire-size-select-container {
	flex-wrap: wrap;
	gap: 12px;
}

.tire-size-select-container>div {
	width: 180px;
}

.tire-size-label {
	font-size: 14px;
}

.tire-size-select {
	font-size: 14px;
	padding: 4px;
}


/* タブレットサイズ（768px以下）: フォントサイズとgapを小さく */
@media screen and (max-width: 768px) {
	.tire-size-title {
		font-size: 15px !important;
		margin-bottom: 12px !important;
	}

	.tire-size-title .tire-size-guide-image-in-title {
		padding: 6px !important;
		left: auto !important;
		right: 0 !important;
		transform: none !important;
	}

	.tire-size-title .tire-size-guide-image-in-title p {
		font-size: 11px !important;
		margin-bottom: 4px !important;
	}

	.tire-size-title .tire-size-guide-image-in-title img {
		max-width: 100px !important;
	}

	.tire-size-differ-link {
		font-size: 0.85em !important;
		margin-left: 8px !important;
	}

	.tire-size-description {
		font-size: 13px !important;
		margin-bottom: 4px !important;
	}

	.tire-size-example-text,
	.tire-size-example-text-bottom {
		font-size: 11px !important;
		margin-bottom: 4px !important;
	}

	.tire-size-bulk-input-wrapper {
		gap: 10px !important;
		margin-bottom: 12px !important;
		align-items: center !important;
	}

	.tire-size-right-section {
		flex-shrink: 0;
		align-self: flex-start;
	}

	.tire-size-bulk-input-container {
		gap: 8px !important;
		flex-wrap: wrap !important;
	}

	.tire-size-bulk-input {
		width: 130px !important;
		padding: 4px !important;
		font-size: 13px !important;
	}

	.tire-size-apply-button {
		padding: 4px 12px !important;
		font-size: 13px !important;
	}

	.tire-size-guide-image {
		padding: 6px !important;
	}

	.tire-size-guide-image p {
		font-size: 11px !important;
		margin-bottom: 4px !important;
	}

	.tire-size-guide-image img {
		max-width: 100px !important;
	}

	.tire-size-select-container {
		gap: 8px !important;
	}

	.tire-size-select-container>div {
		flex: 1 1 0;
		min-width: 0;
	}

	.tire-size-label {
		font-size: 13px !important;
		margin-bottom: 4px !important;
	}

	.tire-size-select {
		font-size: 13px !important;
		padding: 3px !important;
	}
}

/* モバイルサイズ（576px以下）: さらに小さく */
@media screen and (max-width: 576px) {
	.tire-size-title {
		font-size: 14px !important;
		margin-bottom: 10px !important;
	}

	.tire-size-title .tire-size-guide-image-in-title {
		padding: 5px !important;
		left: auto !important;
		right: 0 !important;
		transform: none !important;
	}

	.tire-size-title .tire-size-guide-image-in-title p {
		font-size: 10px !important;
		margin-bottom: 3px !important;
	}

	.tire-size-title .tire-size-guide-image-in-title img {
		max-width: 80px !important;
	}

	.tire-size-differ-link {
		font-size: 0.8em !important;
		margin-left: 6px !important;
		display: block;
		margin-top: 4px;
	}

	.tire-size-description {
		font-size: 12px !important;
		margin-bottom: 3px !important;
	}

	.tire-size-example-text,
	.tire-size-example-text-bottom {
		font-size: 10px !important;
		margin-bottom: 3px !important;
	}

	.tire-size-bulk-input-wrapper {
		gap: 10px !important;
		margin-bottom: 10px !important;
		flex-direction: row !important;
		align-items: center;
	}

	.tire-size-bulk-input-container {
		width: 100%;
	}

	.tire-size-bulk-input-container {
		gap: 6px !important;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap !important;
	}

	.tire-size-bulk-input {
		width: 120px !important;
		padding: 3px !important;
		font-size: 12px !important;
		flex: 0 0 auto;
	}

	.tire-size-apply-button {
		padding: 3px 10px !important;
		font-size: 12px !important;
		flex: 0 0 auto;
	}

	.tire-size-guide-image {
		padding: 5px !important;
		width: auto;
		display: inline-block;
		text-align: center;
		flex: 0 0 auto;
	}

	.tire-size-guide-image p {
		font-size: 10px !important;
		margin-bottom: 3px !important;
	}

	.tire-size-guide-image img {
		max-width: 80px !important;
		margin: 0 auto;
	}

	.tire-size-select-container {
		gap: 6px !important;
		flex-direction: column;
	}

	.tire-size-select-container>div {
		flex: 1 1 100% !important;
		width: 100%;
	}

	.incidental-work-top-box.ac h2::after {
		transform: translateY(-50%) rotate(0);
		transition: 0.5s;
	}

	.tire-size-label {
		font-size: 12px !important;
		margin-bottom: 3px !important;
	}

	.tire-size-select {
		font-size: 12px !important;
		padding: 2px !important;
	}
}


/* 条件検索のflex機能 */
.search_conditions_flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.search_conditions_flex dt {
	width: 50%;
}

@media screen and (max-width:765px) {
	.search_conditions_flex dt {
		width: auto;
	}
}

.search_conditions_flex dd {
	width: 50%;
	text-align: left;
}

@media screen and (max-width:765px) {
	.search_conditions_flex dd {
		width: 65%;
	}
}

@media screen and (max-width:765px) {
	.search_conditions_flex>.search_location_select_size {
		width: 55%;
	}
}

.button-modal {
	border: none;
	font-size: small;
	color: #007bff !important;
}

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

      select要素の設定

---------------------------------*/
select {
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px;
	padding: 4px;
	color: #707070;
	background-color: #ffffff;
}

select:focus {
	outline: 0;
}

select::-ms-expand {
	display: none;
}

select {
	background-image: url(../image/sign.png);
	background-repeat: no-repeat;
	background-size: 15px 10px;
	background-position: right 10px center;
}

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

         radioボタンの設定

-----------------------------------*/
/* input[type=radio] {
	display: none;
}
 */
.label {
	position: relative;
	padding-left: 24px;
}

.label::after,
.label::before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
}

.label:after {
	/* left: 15px; */
	left: 0;
	margin-top: -11px;
	width: 20px;
	height: 20px;
	border: 1px solid #707070;
	border-radius: 50%;
	background-color: #ffffff;
}

@media screen and (max-width:765px) {
	.label:after {
		width: 15px;
		height: 15px;
		margin-top: -9px;
	}
}

.label:before {
	left: 5px;
	margin-top: -6px;
	width: 10px;
	height: 10px;
	background: #707070;
	border-radius: 50%;
	opacity: 0;
	z-index: 1;
}

@media screen and (max-width:765px) {
	.label:before {
		left: 4px;
		margin-top: -5px;
		width: 7px;
		height: 7px;
	}
}

input[type=radio]:checked+.label::before {
	opacity: 1;
}

/* date設定 */
input[type="date"]:focus {
	outline: none;
}

@media screen and (max-width:1024px) {
	input[type="date"] {
		font-size: 0.8rem;
		width: 30%;
	}
}

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

     ボタン設定

-------------------------------------*/
.btn-search {
	color: #FFFFFF;
	padding: 5px 20px;
	border-radius: 27px;
	background: transparent linear-gradient(90deg, #FF2D16 0%, #FFD800 100%) 0% 0% no-repeat padding-box;
	border: none;
}

.btn-search_body {
	font-size: larger;
}

.btn_area {
	display: block;
	text-align: center;
}

/* ページャーの設定 */
.pager {
	text-align: center;
}

.pager ul li {
	list-style-type: none;
	display: inline-block;
}

.pager ul li a {
	color: #707070;
}

.pager ul li a figure img {
	vertical-align: middle;
	position: relative;
	top: -2px;
}

/* ページトップへのボタン設定 */
.top_btn {
	width: 100%;
	text-align: center;
	display: block;
	color: #FF2D16;
	background: #FFFFFF;
	border-top: 2px solid #FF2D16;
	border-bottom: 2px solid #FF2D16;
	transition: all 0.6s;
}

.top_btn:hover {
	color: #FFFFFF;
	background: #FF2D16;
	cursor: pointer;
	text-decoration: none;
}

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

          flex

--------------------------------*/
.align_center {
	align-items: center;
}

.align_stretch {
	align-items: stretch;
}

.justify_around {
	justify-content: space-around;
}

.justify_between {
	justify-content: space-between;
	;
}

.justify_center {
	justify-content: center;
}

.flex_box {
	display: flex;
	flex-wrap: wrap;
}

.flex_container {
	margin: 30px auto;
}

@media screen and (max-width:1100px) {
	.flex_container {
		margin: 48px auto 0;
	}
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #FF2D16;
}

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

          border

--------------------------------*/
.border-2 {
	border-width: 2px !important;
}

.border-3 {
	border-width: 3px !important;
}

.border-4 {
	border-width: 4px !important;
}

.border-5 {
	border-width: 5px !important;
}

.border-black {
	border-color: black !important;
}

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

          table

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

table.table-print th {
	border-width: 2px !important;
	border-color: black !important;
}

table.table-print td {
	border-width: 2px !important;
	border-color: black !important;
}


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

マイページ（履歴一覧）

------------------------------------*/
.historylink:hover {
	background: lightgray;
	cursor: pointer;
}