@charset "utf-8";
/* CSS Document */



/*==========
Googleフォント
==========*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');


/*==========
CSS
==========*/
@import url("destyle.css");


/*==========
共通
==========*/
html {
	font-size: 62.5%;
}

body {
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	font-size: 1.5rem;
	line-height: 1.57;
	color: #323232;
	background: #FFF;
	position: relative;
}

a {
	color: #4792ef;
}

a:hover {
	color: #ca96d2;
}

.color_red {
	color: #FF0000;
}

.bold700 {
	font-weight: 700;
}

body {
	animation: fade .3s;
}

@keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

img {
	height: auto;
}

.container {
	width: 96%;
	margin: 0 auto;
}

@media (min-width: 900px) {
	body {
		font-size: 1.7rem;
		line-height: 1.67;
	}

	.container {
		max-width: 900px;
		width: 100%;
	}
}




/*==========
MV
==========*/
.mv {}

.mv .container {
	width: 100%;
}

.mv .container img {
	height: 55vh;
	width: 100%;
	object-fit: cover;
}

.top_message {
	background: rgb(252 255 229 / 80%);
	margin-bottom: 40px;
}

.top_message .container {
	text-align: center;
	padding: 18px 0 48px;
}

.top_message_logo {
	width: 50%;
	margin: 0 auto 12px;
}

.top_message_copy {
	font-size: 2.1rem;
	font-weight: 900;
	margin-bottom: 16px;
	text-align: center;
	color: #ff8d00;
}

.top_message_comment {
	font-size: 1.35rem;
	font-weight: 600;
}


@media (min-width: 900px) {
	.top_message .container {
		padding: 40px 0 60px;
	}

	.top_message_logo {
		max-width: 300px;
		margin-bottom: 30px;
	}

	.top_message_copy {
		font-size: 3.4rem;
		margin-bottom: 24px;
	}

	.top_message_comment {
		max-width: 760px;
		font-size: 1.6rem;
		margin: 0 auto;
	}
}


.section_title {
	font-size: 1.8rem;
	font-weight: 900;
	border-left: solid 5px #cdea01;
	padding: 4px 0 4px 6px;
	margin-bottom: 1.5rem;
}

@media (min-width: 900px) {
	.section_title {
		font-size: 2.4rem;
		border-left: solid 7px #cdea01;
		padding: 6px 0 6px 9px;
		margin-bottom: 2.5rem;
	}
}


/*==========
機材写真リスト
==========*/
.photo_list {
	margin-bottom: 6rem;
}

.photo_list_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.photo_list_wrap img {
	width: calc(100% / 4);
}



/*==========
店舗一覧
==========*/
.shop_list {
	padding: 24px 0 32px;
}

.shop_list_wrap {
	display: flex;
	flex-direction: column;
}

.shop_list_item {
	margin-bottom: 50px;
}

.shop_list_item a {
	color: #000;
}

.shop_list_item_img {
	position: relative;
}

.shop_list_item_copy {
	position: absolute;
	bottom: 0;
	background: linear-gradient(358.64deg, #000 -.9%, transparent 92.52%) !important;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	padding: 8px 6px;
}

.shop_list_item_text {
	padding: 8px 0;
}

.shop_list_item_name {
	font-size: 1.4rem;
	font-weight: 900;
}

.shop_list_item_price {
	font-size: 1.5rem;
	font-weight: 900;
	margin-top: -5px;
}

.shop_list_item_price span {
	font-size: 2.6rem;
}

.shop_list_item_access {
	display: flex;
	gap: 20px;
}

.shop_list_item_access_item {
	display: flex;
	align-items: center;
}

.shop_list_item_access_item svg {
	height: 16px;
	margin-right: 4px;
	fill: #49df1d;
}

.shop_list_item_access_item span {
	font-size: 1.25rem;
	font-weight: 700;
}

.shop_list_item_copy2 {
	font-size: 1.8rem;
	font-weight: 900;
	color: #f47c36;
	margin: .5rem 0;
}

.shop_list_item_label {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 12px 0 9px 12px;
	background: #efefef;
	border-radius: 3px;
}

.shop_list_item_label li {
	font-size: 1.2rem;
	font-weight: 900;
	padding: 0 12px 3px 0;
}

.shop_list_item_link {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 12px;
}

.shop_list_item_link span {
	color: #2fa9ff;
	font-size: 1.5rem;
	font-weight: 700;
}

.shop_list_item_link svg {
	fill: #2fa9ff;
	height: 15px;
	margin-left: 6px;
}


@media (max-width: 899px) {
	.shop_list_item_img {
		position: relative;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
}

@media (min-width: 900px) {
	.shop_list_wrap {
		flex-wrap: wrap;
		gap: 30px;
		flex-direction: row;
	}

	.shop_list_item {
		width: calc((100% - 30px * 1) / 2);
	}

	.shop_list_item a {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.shop_list_item_copy {
		font-size: 1.8rem;
	}

	.shop_list_item_copy2 {
		font-size: 2.2rem;
	}

	.shop_list_item_label {
		margin-top: auto;
	}

}



/*==========
特定商取引法に基づく表記ページ
==========*/
.photo_header_top {
	padding: 9px 6px;
}

.photo_header_logo {
	display: block;
}

.photo_header_logo img {
	height: 36px;
}

.photo_header_bottom {
	background: #f5fabc;
	padding: 0 0 2px 0;
}

.photo_header_shoplink {
	text-align: center;
}

.photo_header_shoplink li {
	display: inline-block;
	padding: 0px 8px 0 9px;
	position: relative;
}

.photo_header_shoplink li:not(:first-child)::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 16px;
	background-color: #7A7A7A;
	position: absolute;
	left: 0;
	top: calc(50% - 5px);
}

.photo_header_shoplink li a {
	font-size: 1.1rem;
	font-weight: 700;
	color: #000;
}

.photo_header_shoplink li a:hover {
	color: var(--a_hover_color);
}

.tokusho {
	padding: 36px 0 90px;
}

.tokusho_table {
	width: 100%;
	border: 1px solid #d0d0d0;
}

.tokusho_table th,
.tokusho_table td {
	border: 1px solid #d0d0d0;
	vertical-align: middle;
	padding: 24px 12px;
}

.tokusho_table th {
	width: 30%;
	background: #ececec;
	font-weight: 600;
}
