@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	content.css
*/

.body {
	font-size: 14px;
	font-weight: 400;
	line-height: 2.2;
}
@font-face {
	font-family: 'icon2';
	src: url('../fonts/shop/icon.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.body [class^="icon-shop-"], .body [class*=" icon-shop-"] {
	font-family: 'icon2' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
  
.body .icon-shop-arrow-left:before {
	content: "\e900";
}
.body .icon-shop-arrow-right:before {
	content: "\e901";
} 
.c-breadcrumbs {
	position: absolute;
	z-index: 2;
	top: 10rem;
	left: 5rem;
	color: #FFF;
}
@media (max-width: 781px) {
	.body {
		line-height: 2;
	}
	.c-breadcrumbs {
		top: 6.5rem;
		left: 2rem;
	}
}

/*============================================================
	ボタン
*/
.body .u-button-w {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 5rem 0 2rem;
	min-width: 30rem;
	height: 5.6rem;
	background-color: #000;
	color: #FFF;
}
.body .u-button-w i {
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -1rem;
	font-size: 2rem;
	color: #C00;
}

@media (max-width: 781px) {

}

/*============================================================
	コントローラー
*/
.body .slick-arrow {
	position: absolute;
	z-index: 100;
	top: 50%;
	margin-top: -50px;
	width: 50px;
	height: 100px;
	background-color: #000;
	border: 0;
	text-align: center;
	color: #fff;
	cursor: pointer;
	outline: 0;
}
.body .slick-arrow i {
	display: block;
	font-size: 20px;
	line-height: 100px;
}
.body .slick-prev {
	left: 0;
}
.body .slick-next {
	right: 0;
}
.body .slick-arrow:hover {
	background-color: #666;
}

@media (max-width: 781px) {
	.body .slick-arrow {
		width: 30px;
	}
	.body .slick-arrow i {
		font-size: 16px;
		line-height: 100px;
	}
}

/*============================================================
	グローバルナビゲーション
*/
.body .gnav {
	padding: 70px 0 50px 0;
	text-align: center;
}
.body .gnav .h {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.3;
}
.body .gnav .h span {
	color: #fb0f0c;
}
.body .gnav ul {
	margin: 0 auto;
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
}
.body .gnav ul li {
	margin-bottom: 30px;
	width: 25%;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
}
.body .gnav ul li a:hover {
	color: #fb0f0c;
}

@media (max-width: 1200px) {
	.body .gnav ul {
		width: 780px;
	}
	.body .gnav ul li {
		width: 33.333%;
	}
}

@media (max-width: 781px) {
	.body .gnav {
		padding: 40px 0 30px 0;
	}
	.body .gnav .h {
		margin-bottom: 10px;
	}
	.body .gnav ul {
		width: 100%;
	}
	.body .gnav ul li {
		margin: 0;
		padding: 10px 0;
		width: 100%;
	}
}

/*============================================================
	MAIN
*/
.body .main {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 800px;
	background-color: #000;
}
.body .main .base {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.body .main .base img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.body .main .base::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	inset: 0;
	background: rgba(0,0,0,0.4);
}
.body .main .h {
	position: relative;
	z-index: 2;
	text-align: center;
	font-weight: 900;
	font-size: 78px;
	line-height: 1.1;
	color: #fff;
}
.body .main .h span {
	display: block;
	font-size: 41%;
}
@media (max-width: 1000px) {
	.body .main .h {
		font-size: 58px;
	}
}
@media (max-width: 781px) {
	.body .main {
		padding-top: 50px;
		height: 80vw;
	}
	.body .main .h {
		font-size: 8vw;
	}
}

/*============================================================
	INTRODUCTION
*/
.body .introduction {
	background-color: transparent;
	background-position: 50% 0%;
	background-repeat: repeat-y;
	background-size: 2040px auto;
}
.body .introduction .bg {
	padding: 0 0 100px 0;
	background-color: transparent;
	background-position: 50% 0%;
	background-repeat: repeat;
	background-size: 2040px auto;
}
@media screen and (min-width: 2041px) {
	.body .introduction,
	.body .introduction .bg {
		background-size: cover;
	}
}

@media (max-width: 781px) {
	.body .introduction {
		background-size: 1020px auto;
	}
	.body .introduction .bg {
		padding: 0 0 40px 0;
		background-size: 1020px auto;
	}
}

/**/
.body .introduction .head {
	padding: 80px 0;
}
.body .introduction .head .h {
	margin-bottom: 40px;
	text-align: center;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.3;
}
.body .introduction .head .h:last-child {
	margin-bottom: 0;
}
.body .introduction .head .lead {
	margin: 0 auto;
	width: 660px;
}
.body .introduction .head .sns {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-top: 30px;
}
.body .introduction .head .sns a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4rem;
	height: 4rem;
	border: 1px solid #000;
	border-radius: 50%;
	font-size: 2.4rem;
}

@media screen and (min-width: 782px) and (any-hover: hover) {
	.body .introduction .head .sns a {
		transition: color 0.3s ease, border-color 0.3s ease;
	}
	.body .introduction .head .sns a:hover {
		color: #C00;
		border-color: #C00;
	}
}

@media (max-width: 781px) {
	.body .introduction .head {
		padding: 30px 15px;
	}
	.body .introduction .head .h {
		margin-bottom: 20px;
		font-size: 24px;
	}
	.body .introduction .head .lead {
		width: 100%;
	}
}

/**/
.introduction .info {
	position: relative;
}
.introduction .info .list {
	margin: 0 auto;
	width: 1280px;
}
.introduction .info .list .block {
	position: relative;
	padding: 0 40px;
	height: 560px;
}
.introduction .info .list .block .image {
	position: absolute;
	top: 0;
	left: 40px;
	width: 930px;
	height: 100%;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: repeat;
	background-size: cover;
}
.introduction .info .list .block .image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.introduction .info .list .block .box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	float: right;
	width: 460px;
	height: 100%;
}
.introduction .info .list .block .box .inner {
	padding: 50px 60px;
	background-color: #fff;
	box-shadow: 0 0 16px rgba(0,0,0,0.5);
}
.introduction .info .list .block .box .inner .h {
	margin: 0 0 10px 0;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.3;
}
.introduction .info .list .block .box .inner .h:last-child {
	margin: 0;
}
.body .introduction .btn-wrap {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 80px;
}
.body .introduction .btn {
	width: 460px;
}
@media (max-width: 1280px) {
	.body .introduction .info .list {
		width: 980px;
	}
	.introduction .info .list .block {
		height: 420px;
	}
	.introduction .info .list .block .image {
		width: 800px;
	}
	.introduction .info .list .block .box {
		width: 380px;
	}
	.introduction .info .list .block .box .inner {
		padding: 25px 30px;
	}
}
@media (max-width: 1080px) {
	.body .introduction .btn-wrap {
		flex-direction: column;
		align-items: center;
	}
}
@media (max-width: 980px) {
	.body .introduction .info .list {
		width: 700px;
	}
	.body .introduction .info .list .block {
		display: block;
		padding: 0 15px;
		height: auto;
	}
	.body .introduction .info .list .block .image {
		position: relative;
		left: 0;
		padding-top: 68%;
		width: 100%;
		height: 0;
	}
	.body .introduction .info .list .block .image img {
		position: absolute;
		top: 0;
		left: 0;
	}
	.body .introduction .info .list .block .box {
		display: block;
		margin: 0;
		width: 100%;
		height: auto;
	}
	.body .introduction .info .list .block .box .inner {
		box-shadow: 0 0 0 #000;
	}
}
@media (max-width: 781px) {
	.body .introduction .info .list {
		width: 100%;
	}
	.body .introduction .info .list .block {
		display: block;
		padding: 0 15px;
		height: auto;
	}
	.body .introduction .info .list .block .box .inner {
		padding: 15px 30px;
	}
	.body .introduction .info .list .block .box .inner .h {
		margin: 0 0 10px 0;
		font-size: 24px;
	}
	.body .introduction .btn-wrap {
		margin: 0 15px;
		margin-top: 30px;
		gap: 20px;
	}
	.body .introduction .btn {
		width: 100%;
	}
}

/*============================================================
	MAP
*/
.body .map * {
	margin: 0 !important;
	padding: 0 !important;
}
.body .map iframe {
	display: block;
	width: 100%;
	height: 600px;
}

@media (max-width: 781px) {
	.body .map iframe {
		height: 400px;
	}
}

/*============================================================
	COMPANY
*/
.body .company {
	background-color: transparent;
	background-position: 50% 0%;
	background-repeat: repeat-y;
	background-size: 2040px auto;
}
.body .company .bg {
	background-color: transparent;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: 2040px auto;
}
@media screen and (min-width: 2041px) {
	.body .company,
	.body .company .bg {
		background-size: cover;
	}
}
@media (max-width: 781px) {
	.body .company,
	.body .company .bg {
		background-size: 1020px auto;
	}
}

/**/
.body .company .access {
	margin: 0 auto;
	padding: 70px 50px 0 50px;
	max-width: 1200px;
}
.body .company .access .block {
	display: table;
	width: 100%;
}
.body .company .access .block:not(:last-child) {
	margin: 0 0 40px 0;
}
.body .company .access .block .h {
	display: table-cell;
	vertical-align: top;
	width: 140px;
}
.body .company .access .block .h span {
	display: block;
	overflow: hidden;
	width: 140px;
	height: 140px;
	background-color: #fb0f0c;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100px 100px;
	text-indent: -999em;
}
.body .company .access .block .h h2 span {
	display: none;
}
.body .company .access .block .h-car span {
	background-image: url(../img/shop/icon_access_car.png);
}
.body .company .access .block .h-train span {
	background-image: url(../img/shop/icon_access_train.png);
}
.body .company .access .block .text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 40px;
}
.body .company .access .block .text .box:not(:last-child) {
	margin-bottom: 20px;
}
.body .company .access .block .text h3 {
	margin-top: 30px;
	font-weight: 700;
	font-size: 16px;
}
.body .company .access .block .text h3:first-child {
	margin-top: 0;
}

@media (max-width: 781px) {
	.body .company .access {
		padding: 30px 0 0 0;
		width: 100%;
	}
	.body .company .access .block {
		display: block;
	}
	.body .company .access .block:not(:last-child) {
		margin: 0 0 30px 0;
	}
	.body .company .access .block .h {
		display: block;
		margin: 0 auto;
		padding-bottom: 20px;
		width: 100px;
	}
	.body .company .access .block .h span {
		width: 100px;
		height: 100px;
		background-size: 80px 80px;
	}
	.body .company .access .block .text {
		display: block;
		padding: 0 15px;
	}
	.body .company .access .block .text h3 {
		margin-top: 20px;
	}
	.body .company .access .block .text h3:first-child {
		margin-top: 0;
	}
}

/**/
.company .information {
	margin: 0 auto;
	padding: 0 50px;
	padding-top: 70px;
	max-width: 1200px;
}
.company .information table {
	width: 100%;
}
.company .information table th,
.company .information table td {
	padding: 25px 20px;
	text-align: left;
	vertical-align: top;
}
.company .information table th {
	width: 200px;
	white-space: nowrap;
	font-weight: 700;
}
.company .information table tr:nth-child(even) th,
.company .information table tr:nth-child(even) td {
	background-color: rgba(102,102,102,0.05);
}

@media (max-width: 781px) {
	.company .information {
		padding: 0;
		padding-top: 40px;
		width: 100%;
	}
	.company .information table th,
	.company .information table td {
		padding: 15px 15px;
	}
	.company .information table th {
		width: 1px;
	}
}

/*============================================================
	CONTACT
*/
.contact {
	display: flex;
	justify-content: center;
	padding: 70px 0 0 0;
}
@media (max-width: 781px) {
	.contact {
		padding: 30px 0 0 0;
	}
}