@charset "UTF-8";

/* Header
------------------------- */
#singleTitle {
	display: flex;
	align-items: center;
	width: 100%;
	height: 175px;
	margin: 64px 0 0;
	background-image: url("../img/header/navy.webp");
	background-repeat: no-repeat;
	background-position: center top;
}
#singleTitle__inner {
	letter-spacing: 3px;
	font-size: 30px;
	color:#fff;
}

/* Main
------------------------- */
#chest {
	padding: 50px 0;
}

.contentsNavi {
	list-style-type: none;
	margin: 0 0 50px;
	text-align: center;
}
.contentsNavi li {
	display: inline-block;
	margin: 0 5px 0;
}
.contentsNavi li a {
	text-decoration: none;
	font-size: 15px;
	color: #000;
}
.contentsNavi li a:after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	margin: 3px 0 0;
	background-color: #000;
}
.contentsNavi li a span {
	display: inline-block;
	padding: 0 15px 0 17px;
}
.contentsNavi li a span:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 0 15px;
	background-color: #000;
	mask: url("../img/icon/arrow_down.svg") no-repeat 50% 50% / contain;
	-webkit-mask: url("../img/icon/arrow_down.svg") no-repeat 50% 50% / contain;
	vertical-align: 0px;
}

.telNumber__inMain {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 600px;
	height: auto;
	padding: 20px 5px;
	margin: 0 auto 0;
	border: solid 1px var(--mint-green);
	background-color: #f2f8ff;
	background-image: url("../img/main/back_tel_number_in_main.webp");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	color: var(--navy);
}
.coreContents .telNumber__inMain p {
	line-height: 1.1;
	text-align: center;
	text-shadow:
		 2px  2px 5px #fff,
		-2px  2px 5px #fff,
		 2px -2px 5px #fff,
		-2px -2px 5px #fff;
}
.coreContents p.telNumber__inMain--lead {
	margin: 0;
	font-weight: 700;
	font-size: 18px;
}
.coreContents p.telNumber__inMain--number {
	margin: 0;
	padding: 9px 0 12px;
	font-weight: 600;
	font-size: 50px;
}
.coreContents p.telNumber__inMain--number:before {
	content: "";
	display: inline-block;
	width: 37px;
	height: 37px;
	margin: 0 5px 0 0;
	background-color: #000;
	mask: url("../img/icon/phone.svg") no-repeat 50% 50% / contain;
	-webkit-mask: url("../img/icon/phone.svg") no-repeat 50% 50% / contain;
	vertical-align: -1px;
}
.coreContents p.telNumber__inMain--open {
	margin: 0;
	font-size: 16px;
}

/* Layout
------------------------- */
.twoColumn {
	display: flex;
	justify-content: space-between;
}
.sideColumn {
	flex: 0 0 300px;
}
.wideColumn {
	flex: 0 0 calc( 100% - 340px );
}

/* Header tag
------------------------- */
.block3 {
	margin: 0 0 100px;
}
.block4 {
	margin: 0 0 80px;
}
.block5 {
	margin: 0 0 50px;
}
.coreContents h3,
.coreContents h4,
.coreContents h5,
.coreContents h6 {
	font-family:
		"Noto Sans JP",
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
}
.coreContents h3.outfit {
	letter-spacing: 2px;
	font-family:
		"Outfit", "Noto Sans JP",
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
}
.coreContents h3 {
	padding: 20px 0;
	margin: 0 0 40px;
	text-align: center;
	font-weight: 700;
	font-size: 36px;
}
.coreContents h3:after {
	display: block;
	content: "";
	width: 100px;
	height: 4px;
	margin: 10px auto 0;
	background-color: var(--blue);
}
.coreContents h4 {
	margin: 0 0 30px;
	padding: 0;
	letter-spacing: 2px;
	text-align: center;
	font-size: 27px;
}
.coreContents h4.number-of-items {
	font-size: 22px;
}
.coreContents h4:before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	margin: 0 0 20px;
	background-color: var(--navy);
}
.coreContents h4:after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	margin: 20px 0 0;
	background-color: var(--navy);
}
.coreContents h5 {
	padding: 10px 0 5px;
	margin: 0 0 10px;
	letter-spacing: 2px;
	text-align: left;
	font-weight: 700;
	font-size: 19px;
}
.coreContents h5:before {
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	margin: 0 7px 0 0;
	border-radius: 3px;
	background-color: var(--blue);
	vertical-align: -1px;
}
.coreContents h5.note__title {
	margin: 0 0 2px;
	letter-spacing: 1px;
}
.coreContents h5.note__title:before {
	display: inline-block;
	content: "";
	width: 30px;
	height: 30px;
	margin: 0 3px 0 0;
	border-radius: 0;
	background-color: #fff;
	background-image: url("../img/icon/pin.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	vertical-align: -5px;
}

.coreContents h6 {
	font-size: 20px;
}
.small {
	font-size: 78%;
}

/* Core Contents
------------------------- */
.coreContents p {
	margin: 0 0 30px;
	letter-spacing: 2px;
	line-height: 1.9;
	font-size: 17px;
}
.coreContents figure {
	display: block;
	text-align: center;
}
.green {
	color: #5eb600;
}
.orange {
	color: #edad00;
}
.txt-r,
.red {
	color: #d00;
}
.pink {
	color: var(--pink);
}
.txt-b {
	color: var(--blue);
}

/* Side Column
------------------------- */
.sideColumn__title {
	margin: 0 0 15px;
	line-height: 1;
	font-size: 20px;
}
.sideColumn__title:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin: 0 0 13px;
	background-color: var(--silver);
}
.sideColumn__title:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin: 11px 0 0;
	background-color: var(--silver);
}
.sideColumn__title span {
	display: block;
	text-align: center;
}
.sideColumn__title#searchTitle span {
	letter-spacing: 0.75em;
	text-indent: 0.25em;
}
.sideColumn__title#searchTitle span:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 9px 0 0;
	background-color: var(--silver);
	mask: url("../img/icon/icon_glass.svg") no-repeat 50% 50% / contain;
	-webkit-mask: url("../img/icon/icon_glass.svg") no-repeat 50% 50% / contain;
	vertical-align: -3px;
}

.sideSubBlock {
	padding: 30px 0 0;
}
.sideColumn__title#feedbackTitle span {
	letter-spacing: 2px;
	text-indent: -3px;
}
.sideColumn__title#feedbackTitle span:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 7px 0 0;
	background-color: #bbb;
	mask: url("../img/icon/icon_comment.svg") no-repeat 50% 50% / contain;
	-webkit-mask: url("../img/icon/icon_comment.svg") no-repeat 50% 50% / contain;
	vertical-align: -3px;
}
.sideColumn__title#feedbackTitle small {
	vertical-align: 3px;
	letter-spacing: 1px;
 	font-weight: 400;
}
.sideColumn__title#blogTitle span {
	letter-spacing: 2px;
	text-indent: 3px;
}
.sideColumn__title#blogTitle span:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 7px 0 0;
	background-color: #bbb;
	mask: url("../img/icon/icon_book.svg") no-repeat 50% 50% / contain;
	-webkit-mask: url("../img/icon/icon_book.svg") no-repeat 50% 50% / contain;
	vertical-align: -3px;
}
.menuTitle span {
	text-indent: -3px;
}
.menuTitle span:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 7px 0 0;
	background-color: #bbb;
	mask: url("../img/icon/icon_list.svg") no-repeat 50% 50% / contain;
	-webkit-mask: url("../img/icon/icon_list.svg") no-repeat 50% 50% / contain;
	vertical-align: -3px;
}

.sidePostItem {
	margin: 0 0 40px;
}
.sidePostItem a {
	text-decoration: none;
	color: #000;
}
.sidePostItem__eyecatch {
	margin: 0;
}
.sidePostItem__eyecatch img {
	object-fit: cover;
	aspect-ratio: 8 / 5;
	width: 100%;
	height: auto;
}
.coreContents .sidePostItem h3 {
	padding: 0;
	margin: 0 0 15px;
	text-align: left;
	font-size: 17px;
	color: var(--blue);
}
.coreContents .sidePostItem h3 a {
	color: var(--blue);
}
.coreContents .sidePostItem h3:after {
	display: none;
}
.coreContents p.sidePostItem__desc {
	margin: 0 0 20px;
	letter-spacing: 1px;
	line-height: 1.5;
	font-size: 16px;
}
.readMore {
	transition: 0.4s;
	display: inline-block;
	border: solid 1px #000;
	padding: 1px 10px;
	font-weight: 300;
	font-size: 14px;
}
.readMore:hover {
	background-color: var(--blue);
	border: solid 1px var(--blue);
	color: #fff;
}

/* Full Stock Info
------------------------- */
#fullStockInfo__lists { /* ul */
	list-style-type: none;
	display: flex;
}
#fullStockInfo__lists .slide { /* li */
	flex: 0 0 300px;
	margin: 0 10px 0 0;
	/*border: solid 1px #e4e4e4;
	box-shadow:
		 0px  0px 5px rgba(0, 0, 0, 0.04),
		 0px -0px 5px rgba(0, 0, 0, 0.04),
		-0px  0px 5px rgba(0, 0, 0, 0.04),
		-0px -0px 5px rgba(0, 0, 0, 0.04);*/
}
.fullStock__item {
	background-color: #fff;
}
.cardEyecatch {
	margin: 0;
}
.cardEyecatch img {
	object-fit: cover;
	aspect-ratio: 4 / 3;
	width: 100%;
	height: auto;
}
.cardName { /* h4 */
	min-height: 63px;
	line-height: 1.4;
	font-weight: 700;
	font-size: 18px;
	color: var(--navy);
}
.cardName__text {
	display: block;
}
.cardName__text.one-line {
	text-align: center;
}
.cardName__text.multi-line {
	text-align: left;
}
.cardInner {
	padding: 0 18px 18px;
}
.cardInfo { /* dl */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 5px;
}
.cardInfo dt {
	flex: 0 0 75px;
	width: 75px;
	padding: 5px 7px;
	margin: 0 0 6px 0;
	background-color: var(--pale-blue);
	letter-spacing: 0;
	font-size: 14px;
	text-align: center;
	color: var(--navy);
}
.cardInfo dd {
	flex: 0 0 176px;
	padding: 5px 0;
	margin: 0 0 6px 0;
	font-size: 14px;
	font-weight: 600;
	color: var(--navy);
}

/* Full Stock Info ( archiveZaiko )
------------------------- */
.countNumber {
	display: inline-block;
	margin: 0 3px 0 10px;
	font-weight: 500;
	font-size: 30px;
	color: var(--blue);
}

#archiveZaiko #fullStockInfo__lists { /* ul */
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
#archiveZaiko #fullStockInfo__lists:after { /* ul */
	content: "";
	display: block;
	width: calc( 100% / 3 - 5px );
}
#archiveZaiko #fullStockInfo__lists .slide { /* li */
	flex: 0 0 calc( 100% / 3 - 5px );
	margin: 0 0 30px 0;
	border: solid 1px #f1f1f1;
	box-shadow:
		 0px  0px 3px rgba(0, 0, 0, 0.03),
		 0px -0px 3px rgba(0, 0, 0, 0.03),
		-0px  0px 3px rgba(0, 0, 0, 0.03),
		-0px -0px 3px rgba(0, 0, 0, 0.03);
}
#archiveZaiko .coreContents h4.cardName {
	margin: 0;
	padding: 0;
	font-size: 18px;
}
#archiveZaiko .coreContents h4.cardName:before {
	display: none;
	margin: 0;
}
#archiveZaiko .coreContents h4.cardName:after {
	display: none;
	margin: 0;
}
#archiveZaiko .coreContents h4.cardName span {
	display: block;
	padding: 0;
}
#archiveZaiko .cardInner {
	padding: 0 14px 14px;
}
#archiveZaiko .cardInfo dd {
	flex: 1 1 calc( 100% - 85px );
	margin: 0 0 6px 5px;
}

/* Blue Back Frame */
.blueBack {
	margin: 0 0 20px;
	padding: 27px;
	border-radius: 7px;
	background-color: var(--mint-green);
}
.blueBack__Inner {
	display: flex;
	justify-content: space-between;
	padding: 25px 25px 25px 25px;
	border-radius: 3px;
	background-color: #fff;
}

/* Mail Form
------------------------- */
/* table */
#carInquiry table,
.carSpec {
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
	border-top: dotted 1px #aaa;
}
#carInquiry table tbody th,
.carSpec tbody th {
	width: 275px;
	padding: 10px 20px;
	text-align: left;
	border-bottom: dotted 1px #aaa;
	background-color: #f2f8fb;
	font-weight: 500;
}
#carInquiry table tbody td,
.carSpec tbody td {
	padding: 10px 20px;
	border-bottom: dotted 1px #aaa;
}
.coreContents #carInquiry table tbody p {
	margin: 0;
	letter-spacing: 1px;
	line-height: 1.9;
}
.coreContents caption {
	text-align: left;
	font-family:
		"Noto Sans JP",
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
}
.coreContents caption p:before {
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	margin: 0 6px 0 0;
	border-radius: 3px;
	background-color: var(--blue);
	vertical-align: -2px;
}
.coreContents caption p {
	margin: 0 0 15px;
}
.coreContents caption .txt-r {
	display: inline-block;
	text-indent: 10px;
	font-size: 14px;
}
.ana-pri {
	text-align: center;
}
input[type='text'],
input[type='tel'],
input[type='email'] {
	width: 350px;
	padding: 3px;
	font-size: 16px;
}
input[name*='add_no'] {
	width: 92px;
}

textarea {
	width: 350px;
	max-width: 100%;
}
input[type='submit'],
input[type='button'] {
	cursor: pointer;
	transition: 0.4s;
	display: block;
	width: 250px;
	margin: 0 auto 5px;
	padding: 10px 0 11px;
	background-color: var(--navy);
	border: 0;
	letter-spacing: 2px;
	text-decoration: none;
	text-align: center;
	font-weight: 500;
	font-size: 17px;
	color: #fff;
}
.coreContents #text_box p {
	margin: 0 0 10px;
}
input[type='submit']:hover,
input[type='button']:hover {
	background-color: var(--blue);
}

.half th, .half td {
	width: 50%;
}
.quarter th, .quarter td {
	width: 25%;
}

.price-table__vertical {
	border-top: solid 1px var(--silver);
}
.price-table__vertical tbody th {
	min-width: 200px;
	background-color: var(--navy);
	color: #fff;
}
.price-table td.left {
	text-align: left;
}
.dotline__bottom {
	border-bottom: dotted 1px var(--silver);
}
.solidline__top {
	border-top: solid 1px var(--silver);
}
.solidline__bottom {
	border-bottom: solid 1px var(--silver);
}
.price-table tbody th.solidline__bottom {
	border-bottom: solid 1px var(--silver);
}

/* Numberde Lists
------------------------- */
.numberedLists,
.numberingHeader__section {
	counter-reset: my-counter;
	list-style-type: none;
	margin: 0;
}
.numberedLists > li {
	position: relative;
	display: flex;
	margin: 0 0 20px;
	line-height: 2;
}
.numberedLists > li:before,
.numberingHeader__section h5.numberingHeader:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	flex: 0 0 30px;
	display: inline-block;
	position: relative;
	top: 0;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
	border: solid 1px #000;
	background-color: #fff;
	letter-spacing: 0;
	line-height: 30px;
	text-align: center;
	text-indent: 1px;
	font-weight: 600;
	font-size: 21px;
	font-family:
		"Outfit",
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
	color: #000;
}

.fullScreen__photo img {
	width: 100%;
	height: auto;
}
/* End of common.css */