@charset "utf-8";
/*
Theme Name: LEGAME
Theme URI: null
Description: Description
Author: 81bridge - LXT
Version: 1.0
*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #262626;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #262626;
}
a:hover {
	color: #262626;
}
a:active {
	color: #262626;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #262626;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	#main {
		margin-top: 12.7rem;
	}
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LYX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.sen {
	font-weight: 500;
	font-family: "Sen", sans-serif;
}
.bodoni {
	font-weight: 600;
	font-family: "Bodoni Moda", serif;
}
.comfortaa {
	font-family: "Comfortaa", sans-serif;
}
.serif {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
    wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
    margin-top: 8.1rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.wp-pagenavi span,
.wp-pagenavi a {
    margin: 1rem 0.5rem 0;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	font-weight: 500;
    font-size: 1.6rem;
    font-weight: bold;
    border: 0.1rem solid #707070;
	cursor: pointer;
}
.wp-pagenavi .current {
    color: #FFF;
    background-color: #04532f;
	border-color: #e7e2dc;
}
.wp-pagenavi .last {
    border-radius: 0 2rem 2rem 0;
}
.wp-pagenavi .first {
	border-radius: 2rem 0 0 2rem;
}
.wp-pagenavi .last,
.wp-pagenavi .first {
    width: 6rem;
}
.wp-pagenavi .extend,
.wp-pagenavi .pages {
	display: none;
}
@media all and (min-width: 897px) {
	.wp-pagenavi span:hover,
	.wp-pagenavi a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin-top: 4rem;
	}
	.wp-pagenavi span,
	.wp-pagenavi a {
		margin: 1rem 0.2rem 0;
		width: 3rem;
		height: 3rem;
		font-size: 1.4rem;
	}
	.wp-pagenavi .last,
	.wp-pagenavi .first {
		width: 4rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 116rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		max-width: 100%;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 10.5rem;
	padding-bottom: 1.2rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 28.4rem;
	background: url(img/news/page_img.jpg) no-repeat center top / cover;
}
.pageTitle::after {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	background-color: rgba(0, 0, 0, 0.2);
	pointer-events: none;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 5rem !important;
		padding-bottom: 0;
		min-height: 35rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	position: relative;
	z-index: 2;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.07em;
}
.headLine01 span {
	display: block;
	color: #fff;
}
.headLine01 .en {
	margin-bottom: 3.7rem;
	font-family: "Bodoni Moda", serif;
	font-weight: 400;
	font-size: 5.2rem;
	letter-spacing: 0;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
    headLine02
------------------------------------------------------------*/
.headLine02 {
    padding-bottom: 4.4rem;
    margin: 0 auto 7.9rem;
    max-width: 57.2rem;
    position: relative;
    font-size: 2rem;
    text-align: center;
    border-bottom: 0.2rem solid #04532f;
}
.headLine02::before {
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    width: 8.2rem;
    height: 0.2rem;
    background-color: #bf000e;
    content: "";
}
.headLine02 span {
    display: inline-block;
    vertical-align: middle;
}
.headLine02 .jp {
    margin-left: 4rem;
    letter-spacing: 0.07em;
}
.headLine02 .en {
    font-size: 4rem;
}
@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 4rem !important;
        padding-bottom: 3.6rem !important;
        max-width: inherit;
        font-size: 1.6rem;
        text-align: left;
    }
    .headLine02::before {
        width: 2rem;
    }
    .headLine02 .jp {
		margin-top: 0.7rem;
		display: block;
        margin-left: 0 !important;
    }
    .headLine02 .en {
        font-size: 2.6rem;
    }
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList {
	margin-top: -8.1rem;
}
.comNewsList li {
	margin: 8.1rem calc(11.2% / 3) 0 0;
	width: 22.2%;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
.comNewsList li:nth-of-type(4n) {
	margin-right: 0;
}
.comNewsList a {
	display: block;
	height: 100%;
	background-color: #fff;
}
.comNewsList .photoBox {
	position: relative;
	padding-bottom: 65.6%;
}
.comNewsList .photoBox img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	object-fit: cover;
}
.comNewsList .textBox {
	padding: 1.4rem 2rem 2.5rem;
}
.comNewsList .textBox .time {
	margin-bottom: 1rem;
	color: #808080;
	font-family: "Sen", sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
}
.comNewsList a:hover {
	opacity: 0.7;
}
.comNewsList .textBox .text {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media all and (max-width: 896px) {
	.comNewsList {
		margin-top: -4rem;
		justify-content: space-between;
	}
	.comNewsList li {
		margin: 4rem 0 0 0;
		width: 48%;
		border-radius: 0;
	}
	.comNewsList .textBox {
		padding: 1.8rem 1rem 4.2rem;
	}
	.comNewsList .textBox .time {
		margin-bottom: 0.5rem;
		font-size: 1.2rem;
	}
	.comNewsList .textBox .text {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comBtn01
------------------------------------------------------------*/
.comBtn01 {
	margin: 0 auto;
	width: 27.8rem;
}
.comBtn01 a {
	padding: 1.7rem 0.5rem;
	text-align: center;
	font-size: 1.6rem;
	display: block;
	color: #fff;
	background-color: #262626;
}
.comBtn01 a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn01 {
		width: 33.2rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #262626;
}
#gHeader .hBox {
	padding-left: 5.6rem;
}
#gHeader h1 {
	margin-top: 0.2rem;
	width: 20.8rem;
}
#gHeader h1 a {
	display: block;
}
#gNavi a {
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
}
#gNavi a .en {
	margin-bottom: 1rem;
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	font-family: "Bodoni Moda", serif;
}
#gNavi a .jp {
	display: block;
}
#gHeader .rBox .btn {
	width: 22.2rem;
	background-color: #04532f;
}
#gHeader .rBox .btn a {
	padding: 1.3rem 0 1.2rem;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 700;
}
#gHeader .rBox .btn span {
	display: block;
}
#gHeader .rBox .btn .txt {
	padding-top: 5.1rem;
	background: url(img/common/img01.png) no-repeat center top / 4rem;
}
#gHeader .rBox .btn .big {
	font-size: 2.2rem;
}
#gNavi a:hover,
#gHeader .rBox .btn a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1400px) {
	#gHeader .hBox {
		padding-left: 3rem;
	}
	#gHeader h1 {
		width: 15rem;
	}
}
@media all and (min-width: 897px) {
	#gHeader .menuBox {
		display: flex !important;
		align-items: center;
	}
	#gHeader .rBox {
		display: flex;
		flex: 1;
		align-items: center;
	}
	#gNavi {
		margin: 0.2rem 0.5rem 0 0;
		flex: 1;
	}
	#gNavi ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: right;
	}
	#gNavi ul li {
		margin-right: 4rem;
	}
}
@media all and (min-width: 897px) and (max-width: 1279px) {
	#gHeader .hBox {
		padding-left: 2rem;
	}
	#gHeader h1 {
		width: 10rem;
	}
	#gHeader .rBox .btn {
		width: 12rem;
	}
	#gHeader .rBox .btn a {
		font-size: 1rem;
	}
	#gHeader .rBox .btn .txt {
		padding-top: 6rem;
	}
	#gHeader .rBox .btn .big {
		font-size: 1.8rem;
	}	
	#gHeader #gNavi ul li {
		margin-right: 2rem;
	}
	#gHeader #gNavi a {
		font-size: 1rem;
	}
	#gHeader #gNavi a .en {
		font-size: 1.4rem;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		position: fixed;
		background-color: transparent;
	}
	#gHeader .hBox {
		position: relative;
		padding-left: 0;
	}
	.menu {
		width: 4rem;
		height: 4rem;
		position: absolute;
		z-index: 10;
		top: 0;
		right: 0;
		background-color: #04532f;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 0.9rem;
		width: 2.2rem;
		height: .2rem;
		border-radius: 0.1rem;
		background-color: #fff;
	}
	.menu span:nth-of-type(1) {
		top: 1.4rem;
	}
	.menu span:nth-of-type(2) {
		top: 2.4rem;
		width: 1.2rem;
	}
	.menu.on span {
		width: 2.4rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(0.5rem) rotate(-28deg);
	}
	.menu.on span:nth-of-type(2) {
		transform: translateY(-0.5rem) rotate(28deg);
	}
	.menuBox { 
		padding: 4rem 2rem;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: #04532f;
		z-index: 9;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	}
	#gHeader h1 {
		margin: 0 auto 2.9rem;
		width: 18.3rem;
	}
	#gHeader .snsList {
		margin-bottom: 2.7rem;
	}
	#gHeader .snsList li {
		margin: 0 1rem;
		width: 4rem;
	}
	#gHeader .snsList a {
		display: block;
	}
	#gNavi {
		margin-bottom: 3rem;
	}
	#gNavi li {
		margin-bottom: 2.6rem;
	}
	#gNavi li:last-child {
		margin-bottom: 0;
	}
	#gNavi a {
		padding-bottom: 0.7rem;
		position: relative;
		display: block;
		text-align: left;
		font-size: 1.6rem;
		border-bottom: 0.2rem solid #fff;
	}
	#gNavi a::after {
		width: 2rem;
		height: 0.2rem;
		position: absolute;
		bottom: -0.2rem;
		left: 0;
		content: "";
		background-color: #bf000e;
	}
	#gNavi a .en {
		margin: 0 2rem 0 0;
		font-size: 2.2rem;
		display: inline-block;
		font-weight: 400;
	}
	#gNavi a .jp {
		display: inline-block;
	}
	#gHeader .rBox .btn {
		width: auto;
		background-color: #fff;
	}
	#gHeader .rBox .btn a {
		padding: 1.5rem 0;
		color: #04532f;
		font-size: 1.6rem;
	}
	#gHeader .rBox .btn span {
		display: inline-block !important;
	}
	#gHeader .rBox .btn .txt {
		padding: 0.8rem 0 0.8rem 4rem;
		background-image: url(img/common/img01_sp.png);
		background-position: left center;
	}
	#gHeader .rBox .btn .big {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 6rem 0 3.8rem;
	background-color: #262626;
}
#gFooter .fLogo {
	margin: 0 auto 3.7rem;
	width: 27.8rem;
}
#gFooter .fNavi {
	margin-bottom: 4rem;
}
#gFooter .fNavi li {
	margin: 0 1rem;
	text-align: center;
}
#gFooter .fNavi a {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
}
#gFooter .snsList {
	margin-bottom: 4rem;
}
#gFooter .snsList li {
	margin: 0 1rem;
	width: 4rem;
}
#gFooter .snsList a {
	display: block;
}
#gFooter .fNavi a:hover,
#gFooter .snsList a:hover {
	opacity: 0.7;
}
#gFooter address {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 8rem 0 3.9rem;
	}
	#gFooter .fLogo {
		margin-bottom: 4rem;
	}
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news .innerBox {
	margin-bottom: 10rem;
}
@media all and (max-width: 896px) {
	#news .innerBox {
		margin-bottom: 5rem;
	}
}
/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
#detail .detailBox {
	margin-bottom: 17.6rem;
}
#detail .pageTitle {
	margin-bottom: 10rem;
}
#detail h3 {
	margin-bottom: 6.9rem;
	font-weight: 500;
	font-size: 3rem;
	letter-spacing: 0.07em;
	color: #000;
}
#detail h3 .time {
	margin-bottom: 1.9rem;
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0;
}
#detail .photo {
	margin-bottom: 3.4rem;
}
#detail .photo img {
	width: 100%;
}
#detail .innerBox {
	padding-bottom: 9.5rem;
	border-bottom: 1px solid #707070;
}
#detail .innerBox p {
	margin-bottom: 3rem;
	line-height: 1.875;
	color: #111;
	word-break: break-all;
	font-family: "Comfortaa", sans-serif;
}
#detail .innerBox p:last-of-type {
	margin-bottom: 0;
}
#detail figure {
	margin: 8.5rem 0 3.4rem;
}
#detail figure img {
	width: 100%;
}
#detail .innerBox a {
	text-decoration: underline;
	color: #0064FF;
	word-break: break-all;
}
#detail a:hover {
	opacity: 0.7;
}
#detail .pageLink {
    margin: 3.9rem auto 0;
	position: relative;
	width: 60rem;
}
#detail .pageLink a {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	align-items: center;
	color: #000;
	font-weight: 400;
	letter-spacing: 0.07em;
}
#detail .pageLink .prev {
	position: absolute;
	top: 0;
	left: 0;
}
#detail .pageLink .prev,
#detail .pageLink .next {
	padding: 0.7rem 0 0.7rem 5.2rem;
	background: url(img/common/icon01.png) no-repeat left center / 3.8rem;
}
#detail .pageLink .next {
	padding: 0.7rem 5.2rem 0.7rem 0;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(img/common/icon02.png);
	background-position: right center;
}
#detail .pageLink .center {
	padding: 0.6rem 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 18.7rem;
	border: 1px solid #000;
	border-radius: 1.9rem;
}
#detail .pageLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#detail .detailBoxl {
		margin-bottom: 5rem;
	}
	#detail h3 {
		margin-bottom: 3rem;
		font-size: 2rem;
	}
	#detail h3 .time {
		margin-bottom: 1rem;
	}
	#detail .photo {
		margin-bottom: 2rem;
	}
	#detail .innerBox {
		padding-bottom: 4rem;
	}
	#detail .innerBox p {
		margin-bottom: 1.5rem;
	}
	#detail figure {
		margin: 2rem 0;
	}
	#detail .pageLink {
		width: 33rem;
	}
	#detail .pageLink a {
		font-size: 1.3rem;
	}
	#detail .pageLink .prev,
	#detail .pageLink .next {
		padding-left: 3.3rem;
		background-size: 2.8rem auto;
	}
	#detail .pageLink .next {
		padding: 0.7rem 3.3rem 0.7rem 0;
		right: -0.8rem;
	}
	#detail .pageLink .center {
		width: 10rem;
	}
}
/*------------------------------------------------------------
	simulation
------------------------------------------------------------*/
#simulation .leadBox {
	padding-top: 9.1rem;
	min-height: 47rem;
	color: #FFF;
	background: url("img/simulation/page_img.jpg") no-repeat center bottom / cover;
}
#simulation .leadBox .inner {
	max-width: 112rem;
	margin: 0 auto;
}
#simulation .leadBox .subBox {
	width: 41.2rem;
	margin-left: auto;
}
#simulation .leadBox h2 {
	margin-bottom: 5.5rem;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.07em;
}
#simulation .leadBox h2 .en {
	margin-bottom: 2rem;
	display: block;
	font-size: 4rem;
	letter-spacing: 0;
}
#simulation .leadBox p {
	margin-right: -2rem;
	line-height: 2;
}
#simulation .experience {
	padding: 8.7rem 0 10rem;
	background: linear-gradient(#262626 0%, #6e6e6e 100%);
}
#simulation .experience .headLine02 {
	color: #FFF;	
}
#simulation .experience .imgBox {
	margin-bottom: 9.9rem;
	border-radius: 1rem;
	overflow: hidden;
	background-color: #FFF;
}
#simulation .experience .imgBox:last-child {
	margin-bottom: 0;
} 
#simulation .experience .imgBox .phoBox {
	width: 57.2rem;
	order: 1;
}
#simulation .experience .imgBox .phoBox img {
	width: 100%;
}
#simulation .experience .imgBox .txtBox {
	padding: 7rem 7.2rem 2rem;
	width: calc(100% - 58rem);
}
#simulation .experience .imgBox .txtBox h4 {
	margin-bottom: 3.5rem;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.07em;
}
#simulation .experience .imgBox .txtBox h4 .num {
	margin-bottom: 5.2rem;
	display: block;
}
#simulation .experience .imgBox .txtBox p {
	line-height: 2;
}
#simulation .price {
	padding: 8.7rem 0 9.8rem;
}
#simulation .price .headLine02 {
	margin-bottom: 5.9rem;
}
#simulation .price .text {
	margin-bottom: 8rem;
	text-align: center;
	font-weight: 700;
}
#simulation .price .priceUl > li {
	margin: 0 0.85rem;
	width: 47.4rem;
	padding: 4.0rem 2rem;
	text-align: center;
	font-weight: 700;
	border-radius: 1rem;
	background-color: #f4f4f4;
}
#simulation .price .priceUl h4 {
	padding: 1.2rem 1rem 1.1rem;
	margin: 0 auto 1.9rem;	
	width: 29.7rem;
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.07em;
	border-radius: 2.8rem;
	border: 1px solid #262626;
}
#simulation .price .priceUl .money {
	margin-bottom: 1.9rem;
	font-size: 2.5rem;
}
#simulation .price .priceUl .money .num {
	font-size: 4rem;
}
#simulation .price .priceUl .txtUl {
	text-align: center;
}
#simulation .price .priceUl .txtUl li {
	margin: 0 auto 1rem;
	width: fit-content;
	padding-left: 2.3rem;
	background: url("img/common/icon04.png") no-repeat left 0.4rem / 1.7rem;
}
#simulation .price .priceUl .txtUl li:last-child {
	margin-bottom: 0;
}
#simulation .price .priceUl .green {
	color: #FFF;
	background-color: #04532f;
}
#simulation .price .priceUl .green h4 {
	border-color: #FFF;
}
#simulation .price .priceUl .green .txtUl li {
	background-image: url("img/common/icon03.png");
}
#simulation .reservation {
	padding: 8.7rem 0 10rem;
	color: #FFF;
	background-color: #04532f;
}
#simulation .reservation .headLine02 {
	margin-bottom: 10rem;
	border-color: #FFF;
}
#simulation .reservation .link a {
		width: 37.6rem;
		min-height: 7.9rem;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		font-size: 2rem;
		font-weight: 500;
		border-radius: 4rem;
		background: #fff url("img/common/icon05.png") no-repeat right 2.4rem center / 1.3rem;
}
#simulation .reservation .link a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#simulation .leadBox {
		padding-top: 6rem;
		min-height: 30rem;
	}
	#simulation .leadBox .subBox {
		width: auto;
		text-align: center;
	}
	#simulation .leadBox h2 {
		margin-bottom: 3rem;
		font-size: 1.8rem;
	}
	#simulation .leadBox h2 .en {
		margin-bottom: 1rem;
		font-size: 2.5rem;
	}
	#simulation .leadBox p {
		margin-right: 0;
		font-size: 1.3rem;
	}
	#simulation .experience {
		padding: 5rem 0;
	}	
	#simulation .experience .imgBox {
		margin-bottom: 5rem;
		display: block;
	}
	#simulation .experience .imgBox .phoBox {
		width: auto;
	}
	#simulation .experience .imgBox .txtBox {
		padding: 3rem 2rem;
		width: auto;
	}
	#simulation .experience .imgBox .txtBox h4 {
		margin-bottom: 2rem;
		font-size: 1.6rem;
	}
	#simulation .experience .imgBox .txtBox h4 .num {
		margin-bottom: 2rem;
	}
	#simulation .price {
		padding: 5rem 0;
	}
	#simulation .price .headLine02 {
		margin-bottom: 3rem;
	}
	#simulation .price .text {
		margin-bottom: 4rem;
		font-size: 1.4rem;
	}
	#simulation .price .priceUl {
		display: block;
	}
	#simulation .price .priceUl > li {
		margin: 0 0 2rem;
		width: auto;
		padding: 4.0rem 2rem;
	}
	#simulation .price .priceUl > li:last-child {
		margin-bottom: 0;
	}
	#simulation .price .priceUl h4 {
		padding: 0.5rem 1rem 0.8rem;
		width: 23rem;
		font-size: 1.6rem;
	}
	#simulation .price .priceUl .money {
		font-size: 1.8rem;
	}
	#simulation .price .priceUl .money .num {
		font-size: 3rem;
	}
	#simulation .price .priceUl .txtUl li {
		padding-left: 1.8rem;
		font-size: 1.3rem;
		background-size: 1.2rem;
	}
	#simulation .reservation {
		padding: 5rem 0;
	}
	#simulation .reservation .headLine02 {
		margin-bottom: 5rem;
	}
	#simulation .reservation .link a {
		width: 28rem;
		min-height: 6rem;
		font-size: 1.6rem;
		background-position: right 1.5rem center;
		background-size: 0.8rem;
	}
}
/*------------------------------------------------------------
	top
------------------------------------------------------------*/
#top #main {
	margin-top: 0;
}
#top #gHeader {
	position: absolute;
	background-color: transparent;
	transition: background .3s;
}
#top #gHeader.show {
	position: fixed;
	background-color: #262626;
	animation: show 0.5s ease-in-out;
}
#top #gHeader.abs {
	position: absolute;
	background-color: transparent;
}
@keyframes show {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: none;
	}
}
/* mainVisual */
#top .mainVisual {
	padding: 44.5rem 0 10rem;
	position: relative;
	background: url(img/index/main_img.jpg) no-repeat center top /cover;
	min-height: 90rem;
}
#top .mainVisual .imgtext {
	position: absolute;
	bottom: 16.8rem;
	right: 0;
	width: 68.5rem;
}
#top .mainVisual .content {
	position: relative;
}
#top .mainVisual .scroll {
	position: absolute;
	z-index: 1;
	bottom: 3rem;
	left: -1.1rem;
}
#top .mainVisual .scroll a {
	padding-bottom: 3.2rem;
	position: relative;
	letter-spacing: 0.2em;
	font-weight: 400;
	font-size: 1.45rem;
	color: #fff;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
#top .mainVisual .scroll a::after {
	width: 1px;
	height: 33.1rem;
	position: absolute;
	top: 100%;
	left: 50%;
	content: "";
	background-color: #fff;
}
#top .mainVisual .text {
	margin-left: 9.8rem;
	font-size: 5rem;
	color: #fff;
	line-height: 1.6;
	text-shadow: 0 0 0.6rem #262626;
}
#top .mainVisual .scroll a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#top #gHeader {
		position: fixed;
	}
	#top .mainVisual {
		padding: 17.4rem 0 10rem;
		background-image: url(img/index/main_img_sp.jpg);
		min-height: 56.4rem;
	}
	#top .mainVisual .img {
		margin-bottom: 5rem;
	}
	#top .mainVisual .img img {
		width: 100%;
	}
	#top .mainVisual .imgtext {
		bottom: 3.2rem;
		right: 2rem;
		width: 27.4rem;
	}
	#top .mainVisual .text {
		margin: 0 -1rem 0 0;
		font-size: 2.6rem;
		font-weight: 500;
		line-height: 1.46;
	}
}
/* news */
#top .headLine02 {
	padding-bottom: 2.5rem;
	margin: 0 0 5.9rem;
	text-align: left;
}
#top .headLine02 .jp {
	margin-left: 3.7rem;
}
#top .news {
	padding: 8.7rem 0 10rem;
	position: relative;
}
#top .news .content {
	position: relative;
	z-index: 2;
}
#top .news::after {
	width: 100%;
	height: 36.1rem;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 1;
	background-color: #f4f4f4;
}
#top .news .comNewsList {
	margin-bottom: 6rem;
}
#top .news .comNewsList li {
	border-radius: 0;
	box-shadow: none;
}
#top .news .comNewsList .textBox {
	padding-top: 1.6rem;
}
#top .news .comNewsList .textBox .time {
	font-weight: 600;
	color: #262626;
	font-family: "Bodoni Moda", serif;
	font-size: 1.2rem;
}
@media all and (max-width: 896px) {
	#top .news {
		padding: 7.1rem 0 8rem;
	}
	#top .news::after {
		height: 72.1%;
	}
	#top .news .comNewsList {
		margin-bottom: 4rem;
	}
	#top .news .comNewsList .textBox {
		padding-top: 2rem;
	}
}
/* about */
#top .about {
	padding: 10rem 0 5rem;
}
#top .about .headLine02 {
	margin-bottom: 5.6rem;
}
#top .about .imgBox {
	align-items: flex-start;
	flex-direction: row-reverse;
}
#top .about .photoBox {
	width: calc(50% - 10.6rem);
}
#top .about .photoBox img {
	width: 100%;
}
#top .about .textBox {
	margin-top: -1.4rem;
	width: calc(50% - 0.5rem);
}
#top .about .textBox .sub {
	margin-left: auto;
	width: 57.5rem;
}
#top .about .textBox .text {
	margin-bottom: 3.3rem;
	line-height: 2;
}
@media all and (max-width: 896px) {
	#top .about {
		padding: 7rem 2rem 3.3rem;
	}
	#top .about .headLine02 {
		margin-bottom: 5.6rem;
	}
	#top .about .imgBox {
		display: block;
	}
	#top .about .photoBox {
		margin-bottom: 3.5rem;
		width: auto;
	}
	#top .about .textBox {
		margin-top: 0;
		width: auto;
	}
	#top .about .textBox .sub {
		margin-left: auto;
		width: auto;
	}
	#top .about .textBox .text:last-of-type {
		margin-bottom: 0;
	}
}
/* staff */
#top .staff {
	padding: 4.9rem 0 15.3rem;
}
#top .staff .headLine02 {
	margin-bottom: 5rem;
}
#top .staff .imgBox {
	align-items: center;
}
#top .staff .imgBox .photoBox {
	position: relative;
	width: calc(50% + 9rem);
}
#top .staff .imgBox .photoBox::after {
	width: 100%;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	height: 13rem;
	content: "";
	background-color: #262626;
}
#top .staff .imgBox .photoBox img {
	width: 100%;
}
#top .staff .imgBox .textBox {
	margin-top: 12rem;
	width: calc(50% - 20rem);
}
#top .staff .imgBox .textBox .sub {
	width: 37.7rem;
}
#top .staff .imgBox .textBox .text {
	line-height: 2;
}
#top .staff .imgBox .staffList {
	align-items: center;
}
#top .staff .imgBox .staffList p {
	padding-left: 1.5rem;
	font-weight: 600;
	color: #04532f;
	position: relative;
}
#top .staff .imgBox .staffList p::after {
	width: 0.5rem;
	height: 3.2rem;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: "";
	background-color: #04532f;
}
#top .staff .imgBox .staffList .red {
	margin-bottom: 0.2rem;
	display: block;
	font-weight: 500;
	color: #bf000e;
	font-size: 1.2rem;
}
@media all and (min-width: 897px) {
	#top .staff .imgBox .photoBox .photo {
		margin-left: auto;
		width: 89.9%;
	}
	#top .staff .imgBox .staffList {
		width: 100%;
		height: 4.2rem;
		position: absolute;
		z-index: 1;
		bottom: -5.7rem;
	}
	#top .staff .imgBox .staffList li {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: calc(50% - 26.5rem);
	}
	#top .staff .imgBox .staffList li:nth-child(1) {
		left: calc(50% - 7.5rem);
	}
	#top .staff .imgBox .staffList li:nth-child(4) {
		left: calc(50% + 27rem);
	}
	#top .staff .imgBox .staffList li:nth-child(5) {
		left: calc(50% + 8rem);
	}
}
@media all and (min-width: 897px) and (max-width: 1430px) {
	#top .staff .imgBox .staffList li:nth-child(4) {
		left: calc(50% + 25rem);
	}
	#top .staff .imgBox .staffList li:nth-child(4) p {
		margin-right: -2rem;
	}
}
@media all and (max-width: 896px) {
	#top .staff {
		padding: 3.3rem 2rem 7.8rem;
	}
	#top .staff .imgBox {
		align-items: center;
		display: block;
	}
	#top .staff .imgBox .photoBox {
		margin: 0 -2rem;
		width: auto;
	}
	#top .staff .imgBox .photoBox::after {
		display: none;
	}
	#top .staff .imgBox .textBox {
		margin-top: 0;
		width: auto;
	}
	#top .staff .imgBox .textBox .sub {
		width: auto;
	}
	#top .staff .imgBox .staffList {
		margin-bottom: 3.7rem;
		display: block;
	}
	#top .staff .imgBox .staffList li {
		margin-bottom: -5.8rem;
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	#top .staff .imgBox .staffList li:last-child {
		margin-bottom: 0;
	}
	#top .staff .imgBox .staffList li::after {
		width: 48.5%;
		height: 9.9rem;
		position: absolute;
		z-index: -1;
		bottom: 0;
		left: 0;
		content: "";
		background-color: #262626;
	}
	#top .staff .imgBox .staffList li:nth-child(2n - 1):after {
		width: 50%;
	}
	#top .staff .imgBox .staffList .pho {
		width: calc(50% - 1rem);
		text-align: center;
	}
	#top .staff .imgBox .staffList img {
		width: 13.7rem;
		display: inline-block;
	}
	#top .staff .imgBox .staffList p {
		margin-top: 4rem;
		width: calc(50% - 0.4rem);
	}
	#top .staff .imgBox .staffList .red {
		margin-bottom: 0;
	}
	#top .staff .imgBox .staffList li:nth-child(2n-1) {
		flex-direction: row-reverse;
	}
	#top .staff .imgBox .staffList li:nth-child(2n-1)::after {
		left: auto;
		right: 0;
	}
	#top .staff .imgBox .staffList li:nth-child(2n-1) p {
		margin-left: auto;
		width: calc(50% - 0.9rem);
	}
	#top .staff .imgBox .staffList li:nth-child(3) {
		margin-bottom: -3.5rem;
	}
	#top .staff .imgBox .staffList li:nth-child(3) .pho img {
		margin-right: 0;
	}
	#top .staff .imgBox .staffList li:nth-child(3) p {
		margin-top: 2rem;
	}
	#top .staff .imgBox .staffList li:nth-child(4) .pho img {
		margin-left: 2rem;
	}
	#top .staff .imgBox .staffList li:nth-child(4) p {
		margin-top: 1rem;
	}
}
/* club */
#top .club {
	padding-top: 10rem;
	position: relative;
}
#top .club::after {
	width: 100%;
	height: 103.5rem;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	background-color: #f4f4f4;
}
#top .club .headLine02 {
	margin-bottom: 5.3rem;
}
#top .club .imgBox {
	margin-bottom: 10rem;
	flex-direction: row-reverse;
}
#top .club .imgBox .photoBox {
	width: calc(50% - 10.6rem);
}
#top .club .imgBox .photoBox img {
	width: 100%;
}
#top .club .imgBox .textBox {
	margin-top: -1.4rem;
	width: calc(50% - 0.5rem);
}
#top .club .imgBox .textBox .sub {
	margin-left: auto;
	width: 57.5rem;
}
#top .club .imgBox .textBox .text {
	margin-bottom: 5.7rem;
	line-height: 2;
}
#top .club .imgBox .textBox .subText {
	padding-left: 4.1rem;
	position: relative;
	font-size: 1.8rem;
	font-weight: 500;
}
#top .club .imgBox .textBox .subText::after {
	width: 2rem;
	height: 4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: "";
	z-index: 1;
	background-color: #04532f;
}
#top .club .imgBox .textBox .subText span {
	margin-right: 2.8rem;
	font-size: 2.8rem;
	display: inline-block;
	vertical-align: -0.2rem;
}
#top .club .bgBox {
	padding: 7.7rem 9.8rem 8rem;
	background-color: #e7e2dc;
}
#top .club .bgBox h3 {
	margin-bottom: 3.9rem;
	text-align: center;
}
#top .club .bgBox h3 .en {
	margin-bottom: 0.8rem;
	display: block;
	font-size: 2rem;
	letter-spacing: 0.1em;
}
#top .club .bgBox h3 .jp {
	display: block;
	font-size: 2rem;
	letter-spacing: 0.07em;
}
#top .club .bgBox .brandList {
	margin-top: -2rem;
}
#top .club .bgBox .brandList li {
	margin: 2rem 1.625% 0 0;
	width: 18.7%;
}
#top .club .bgBox .brandList li:nth-child(5n) {
	margin-right: 0;
}
@media all and (max-width: 896px) {
	#top .club {
		padding: 7rem 2rem 0;
		background-color: #f4f4f4;
	}
	#top .club::after {
		height: 100%;
	}
	#top .club .imgBox {
		margin-bottom: 5.5rem;
		display: block;
	}
	#top .club .imgBox .photoBox {
		margin-bottom: 3.7rem;
		width: auto;
	}
	#top .club .imgBox .textBox {
		margin-top: 0;
		width: auto;
	}
	#top .club .imgBox .textBox .sub {
		margin-left: auto;
		width: auto;
	}
	#top .club .imgBox .textBox .text {
		margin-bottom: 3rem;
	}
	#top .club .imgBox .textBox .subText span {
		padding-right: 0;
		display: block;
	}
	#top .club .imgBox .textBox .subText::after {
		height: 5.5rem;
	}
	#top .club .content {
		margin: 0;
	}
	#top .club .bgBox {
		margin: 0 -2rem;
		padding: 3.8rem 2rem 6rem;
	}
	#top .club .bgBox h3 {
		margin-bottom: 4rem;
	}
	#top .club .bgBox h3 .en {
		margin-bottom: 0.6rem;
		font-size: 1.6rem;
	}
	#top .club .bgBox h3 .jp {
		font-size: 1.6rem;
	}
	#top .club .bgBox .brandList {
		margin-top: -1rem;
	}
	#top .club .bgBox .brandList li {
		margin: 1rem 3.08% 0 0 !important;
		width: 22.69%;
	}
	#top .club .bgBox .brandList li:nth-child(4n) {
		margin-right: 0 !important;
	}
}
/* goods */
#top .goods {
	padding-top: 10rem;
}
#top .goods .imgBox {
	flex-direction: row-reverse;
}
#top .goods .imgBox .photoBox {
	width: calc(50% - 0.8rem);
}
#top .goods .imgBox .photoBox img {
	width: 100%;
}
#top .goods .imgBox .photoBox .photoList > li {
	width: 53%;
}
#top .goods .imgBox .photoBox .photoList > li:nth-child(2) {
	width: 44.9%;
}
#top .goods .imgBox .textBox {
	margin-top: -1rem;
	width: calc(50% - 3rem);
}
#top .goods .imgBox .textBox .headLine02 {
	margin-bottom: 5.5rem;
	width: 49rem;
}
#top .goods .imgBox .textBox .sub {
	margin-left: auto;
	width: 54.8rem;
}
#top .goods .imgBox .textBox .text {
	margin-bottom: 5.3rem;
	line-height: 2;
}
#top .goods .imgBox .goodsList li {
	margin-right: 2.3rem;
	min-width: 6.3rem;
	text-align: center;
}
#top .goods .imgBox .goodsList li:last-child {
	margin-right: 0;
}
#top .goods .imgBox .goodsList img {
	width: 6.3rem;
}
#top .goods .imgBox .goodsList p {
	margin-top: 2rem;
	text-align: center;
	font-weight: 500;
}
@media all and (min-width: 897px) {
	#top .goods .imgBox .photoBox .subList li {
		margin-bottom: 1.6rem;
	}
	#top .goods .imgBox .goodsList li:nth-child(4) {
		min-width: 7rem;
	}
}
@media all and (max-width: 896px) {
	#top .goods {
		padding: 7rem 2rem 0;
	}
	#top .goods .imgBox {
		display: block;
	}
	#top .goods .imgBox .photoBox {
		margin-bottom: 3.6rem;
		width: auto;
	}
	#top .goods .imgBox .photoBox .photoList {
		display: block;
	}
	#top .goods .imgBox .photoBox .photoList > li {
		width: auto;
	}
	#top .goods .imgBox .textBox {
		margin: 0 0 3.7rem;
		width: auto;
	}
	#top .goods .imgBox .textBox .headLine02 {
		margin-bottom: 5.5rem;
		width: auto;
	}
	#top .goods .imgBox .textBox .sub {
		width: auto;
	}
	#top .goods .imgBox .textBox .text {
		margin-bottom: 3.7rem;
	}
	#top .goods .imgBox .goodsList {
		margin-top: -3rem;
	}
	#top .goods .imgBox .goodsList li {
		margin: 3rem 0 0;
		min-width: auto;
		width: calc(100% / 3);
	}
	#top .goods .imgBox .goodsList img {
		width: 6.3rem;
	}
	#top .goods .imgBox .phoList li:not(:last-child) {
		margin-bottom: 2.1rem;
	}
	#top .goods .imgBox .phoList img {
		width: 100%;
	}
}
/* used */
#top .used {
	padding-top: 8.5rem;
}
#top .used .imgBox .photoBox {
	width: calc(50% - 10.5rem);
}
#top .used .imgBox .photoBox img {
	width: 100%;
}
#top .used .imgBox .textBox {
	margin-top: -1.2rem;
	width: calc(50% - 0.8rem);
}
#top .used .imgBox .textBox .sub {
	width: 57.2rem;
}
#top .used .imgBox .textBox .text {
	margin-bottom: 3rem;
	line-height: 2;
}
#top .used .imgBox .textBox .text:last-of-type {
	margin-bottom: 6rem;
}
#top .used .imgBox .textBox .imgtext img {
	width: 100%;
}
@media all and (max-width: 896px) {
	#top .used {
		padding: 7rem 2rem 8rem;
	}
	#top .used .imgBox {
		display: block;
	}
	#top .used .imgBox .photoBox {
		margin-bottom: 3.5rem;
		width: auto;
	}
	#top .used .imgBox .textBox {
		margin-top: 0;
		width: auto;
	}
	#top .used .imgBox .textBox .sub {
		width: auto;
	}
	#top .used .imgBox .textBox .text:last-of-type {
		margin-bottom: 4rem;
	}
	#top .used .imgBox .textBox .imgtext {
		margin: 0 -0.4rem;
		text-align: center;
	}
	#top .used .imgBox .textBox .imgtext img {
		width: 34.4rem;
	}
}
/* repair */
#top .repair {
	padding: 10rem 0;
	position: relative;
}
#top .repair::after {
	width: 100%;
	height: 70.5%;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	content: "";
	background-color: #f4f4f4;
}
#top .repair .imgBox {
	flex-direction: row-reverse;
	align-items: flex-end;
}
#top .repair .imgBox .photoBox {
	width: calc(50% - 0.8rem);
}
#top .repair .imgBox .photoBox img {
	width: 100%;
}
#top .repair .imgBox .textBox .headLine02 {
	margin-bottom: 5.5rem;
}
#top .repair .imgBox .textBox {
	margin-bottom: 2.7rem;
	width: calc(50% - 10.5rem);
}
#top .repair .imgBox .textBox .sub {
	margin-left: auto;
	width: 47.5rem;
}
#top .repair .imgBox .textBox .text {
	line-height: 2;
}
@media all and (max-width: 896px) {
	#top .repair {
		padding: 7rem 2rem 7.7rem;
	}
	#top .repair::after {
		height: 100%;
	}
	#top .repair .imgBox {
		display: block;
	}
	#top .repair .imgBox .photoBox {
		margin-bottom: 3.5rem;
		width: auto;
	}
	#top .repair .imgBox .textBox .headLine02 {
		margin-bottom: 5.5rem;
	}
	#top .repair .imgBox .textBox {
		margin-bottom: 0;
		width: auto;
	}
	#top .repair .imgBox .textBox .sub {
		width: auto;
	}
}
/* simulation */
#top .simulation {
	margin-bottom: 10rem;
	padding: 8.7rem 0 10rem;
	background: url(img/index/simulation_bg.jpg) no-repeat center center / cover;
}
#top .simulation .innerBox {
	margin-left: auto;
	width: 57.2rem;
}
#top .simulation h2 {
	margin-bottom: 5.2rem;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.07em;
}
#top .simulation h2 .en {
	margin-bottom: 2.1rem;
	display: block;
	font-size: 4rem;
	letter-spacing: 0;
}
#top .simulation .text {
	min-height: 12.8rem;
	margin-bottom: 5.7rem;
	color: #fff;
	line-height: 2;
}
#top .simulation .comBtn01 {
	margin: 0;
}
#top .simulation .comBtn01 a {
	color: #262626;
	background-color: #fff;
}
#top .simulation .comBtn01 a.noLink {
	cursor: default;
	pointer-events: none;
}
@media all and (max-width: 896px) {
	#top .simulation {
		margin-bottom: 0;
		padding: 6.6rem 0 8rem;
		background-image: url(img/index/simulation_bg_sp.jpg);
	}
	#top .simulation .innerBox {
		margin-left: auto;
		width: auto;
	}
	#top .simulation h2 {
		margin-bottom: 5.2rem;
		color: #fff;
		font-size: 2rem;
		letter-spacing: 0.07em;
	}
	#top .simulation h2 .en {
		margin-bottom: 2rem;
	}
	#top .simulation .text {
		min-height: 15.8rem;
	}
}
/* shop */
#top .shop {
	position: relative;
}
#top .shop::after {
	width: 100%;
	height: 86.5%;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	content: "";
	background-color: #f4f4f4;
}
#top .shop .mapBox {
	position: relative;
	padding-bottom: 51%;
	width: calc(50% - 0.7rem);
	filter: grayscale(100%);
}
#top .shop .mapBox iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	object-fit: cover;
}
#top .shop .innerBox {
	align-items: flex-end;
}
#top .shop .innerBox .textBox {
	padding-bottom: 10rem;
	width: calc(50% - 5.8rem);
}
#top .shop .innerBox .textBox .sub {
	margin-left: auto;
	width: 52.2rem;
}
#top .shop .innerBox .headLine02 {
	margin-bottom: 3.7rem;
}
#top .shop table {
	width: 100%;
	border-collapse: collapse;
}
#top .shop table th,
#top .shop table td {
	padding: 2rem 0;
	text-align: left;
	font-weight: 500;
	border-bottom: 0.1rem solid #b3b3b3;
	vertical-align: top;
	word-break: break-all;
}
#top .shop table th {
	width: 25%;
}
#top .shop table a:hover {
	opacity: 0.7;
}
#top .shop table a img {
	vertical-align: middle;
}
@media all and (max-width: 896px) {
	#top .shop {
		padding: 7rem 2rem 0;
	}
	#top .shop::after {
		height: 100%;
	}
	#top .shop .headLine02 {
		margin-bottom: 1.8rem !important;
	}
	#top .shop .mapBox {
		margin: 0 -2rem;
		padding-bottom: 77%;
		width: auto;
	}
	#top .shop .innerBox {
		display: block;
	}
	#top .shop .innerBox .textBox {
		padding-bottom: 8rem;
		width: auto;
	}
	#top .shop .innerBox .textBox .sub {
		width: auto;
	}
	#top .shop .innerBox .headLine02 {
		margin-bottom: 3.7rem;
	}
	#top .shop table th,
	#top .shop table td {
		padding: 1.6rem 0;
		line-height: 2;
	}
	#top .shop table th {
		width: 32.6%;
	}
	#top .shop table td img {
		padding-top: 0.2rem;
	}
}