@charset "UTF-8";
.layout-container img {
	vertical-align: top;
	display: block;
}
.layout-container a {
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.layout-container a:hover {
	opacity: 0.6;
}
.mt80 {
	margin-top: 80px;
}

.layout-container .inner {
	background-color: #fff;
	padding: 0;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
 	-webkit-box-shadow: 0 0 10px 0 rgba(99,99,99,0.10);
 	box-shadow: 0 0 10px 0 rgba(rgba(99,99,99,0.10));
}
.layout-container .flex {
	display: flex;
}
.layout-container .relative {
  position: relative;
}
@media screen and (min-width: 751px) {
	.tel {
		pointer-events: none;
	}
}

@media screen and (max-width: 750px) {
	.mt80 {
		margin-top: 50px;
	}
}


/*横スクロール*/
.tableimg {
	position: absolute;
	left: 2.6%;
  	top: 8.4%;
	width: 94.7%;
	max-width: 710px;
	overflow-x: scroll;
}
.tableimg img {
	width: 115%!important;
	max-width: 830px!important;
	z-index: 1;
}
.hint {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #fff;
	background-color: rgba(55,55,55,0.8);
	width: 150px;
  	height: 130px;
	border-radius: 5px;
	padding: 15px 5px;
	text-align: center;
	font-weight: bold;
	z-index: 100;
	box-sizing: border-box;
}
.hint img{
	width: 35%;
  	height: auto;
	display: inline-block;
}
.hint p{
	margin-top: 5px;
	font-size: 92%;
}
.hint_wrap{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
  	height: 80%;
	z-index: 99;
	opacity: 1;
  	transition: opacity 0.2s ease;
}
.hint_wrap.hidden {
	opacity: 0;
  	pointer-events: none;
}


/*CVボタン*/
.cv_teiki {
	position: absolute;
	right: 0;
  	left: 0;
	margin: 0 auto;
  	bottom: 7%;
	width: 72%;
	max-width: 500px;
}
.cv_teiki_en {
	position: absolute;
	right: 0;
  	left: 0;
	margin: 0 auto;
  	bottom: 10%;
	width: 72%;
	max-width: 500px;
}
.cv_web {
	position: absolute;
	right: 0;
  	left: 0;
	margin: 0 auto;
  	bottom: 4%;
	width: 80%;
	max-width: 600px;
}
.cv_new {
	position: absolute;
	right: 0;
  	left: 0;
	margin: 0 auto;
  	bottom: 5%;
	width: 80%;
	max-width: 600px;
}
.cv_tel {
	position: absolute;
	right: 0;
  	left: 0;
	margin: 0 auto;
  	bottom: 11%;
	width: 80%;
	max-width: 600px;
}


/*動画埋め込み*/
.movie_wrap {
	position: absolute;
	right: 0;
  	left: 0;
	margin: 0 auto;
  	top: 18%;
	width: 82%;
	height: 82%;
	max-width: 560px;
	max-height: 315px;
}
.movie {
	position: relative;
	padding-top: 56.25%; /* 16:9 アスペクト比 */
	height: 0;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 3px 3px 6px 0 rgba(101, 42, 70, 0.4);
 	box-shadow: 3px 4px 5px 0 rgba(101, 42, 70, 0.4);
}

/* アンカーリンク調整 */
.cnt09 {
	padding-top: 10.5rem;
	margin-top: -10.5rem;
}
@media screen and (max-width: 768px) {
	.cnt09 {
		padding-top: 12.2rem;
		margin-top: -12.2rem;
	}
}

/*非表示*/
.in-minicart_contents, .nav-action__item--cart.in-cart a:after {
	display: none!important;
}
.nav-sitemap__column:nth-of-type(4) .nav-sitemap__item:nth-of-type(2) {
	display: none!important;
}
.nav-support__item:nth-of-type(2) {
	display: none!important;
}