@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
}
a:hover img {
	opacity: 0.5;
}
a img {
	transition: opacity 0.3s ease-out;
}
#body-inside {
	overflow-x: hidden;
}
.size-main {
	width: 95%;
	margin: 0 auto;
}
div {
	font-size: 16px;
}
h2 {
  padding: 15px 20px;
  background-color: #f9f8f6;
  border-left: 6px solid #000;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
h3 {
  padding-bottom: 8px;
  border-bottom: 2px solid #ded8d3;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 15px;
}
.simple_square_btn7 {
	display: block;
	position: relative;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 16px;
	color: #000;
	border: 1px solid #000;
	border-radius: 10rem;
	margin-bottom: 10px;
}
.simple_square_btn7:hover {
	cursor: pointer;
	text-decoration: none;
	color: #000;
	background-color: #e3e3e3;
}
.simple_square_btn7 i {
	margin-left: 1em;
}
/* ====================================
   サイズ表のスタイル
==================================== */
/* スマホで横スクロールさせるためのラッパー */
.size-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 30px;
}
.size-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  line-height: 1.5;
}
.size-table thead th {
  background-color: #D66B6D;
  color: #ffffff;
  padding: 12px 8px;
  border: 1px solid #A03B3D;
  text-align: center;
  font-weight: bold;
}
.size-table thead small {
  font-size: 14px;
  font-weight: normal;
}
.size-table th, 
.size-table td {
  border: 1px solid #ded8d3;
  padding: 10px 8px;
  text-align: center;
  vertical-align: middle;
}
.size-table tbody th {
  background-color: #f9f8f6;
  color: #333333;
}
.cell-size {
  font-weight: bold;
}
.cell-none {
  background-color: #f5f5f5;
  color: #999999;
}
.table-notes {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  color: #FF0004;
}
/* ====================================
   横スクロール案内のスタイル
==================================== */
.scroll-hint {
  display: none;
  text-align: right;
  margin-bottom: 8px;
}
.scroll-hint span {
  display: inline-block;
  color: #555555;
  background-color: #f2f2f2;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid #ded8d3;
  animation: scroll-point 1.5s infinite;
}
/* 左右に少し揺れるアニメーション設定 */
@keyframes scroll-point {
  0% { transform: translateX(0); }
  50% { transform: translateX(4px); }
  100% { transform: translateX(0); }
}

@media screen and (max-width: 750px) {
	#top__hero_media img {
		object-fit: cover;
	}
	h1 {
		text-align: center;
		font-size: 1.7rem;
		width: 90%;
		margin: 0 auto;
		line-height: 1.6;
	}
	.scroll-hint {
		display: block;
	}
}

@media screen and (min-width:1025px) and (max-width: 1239px) {
	#top__hero_media {
		width: 98% !important;
		margin: 0 auto;
	}
}

@media screen and (min-width:751px) and (max-width: 1024px) {
	#top__hero_media {
		margin: 0 auto;
		max-width: 1250px;
	}
	h1 {
		text-align: center;
		font-size: 1.7rem;
	}
}

@media screen and (min-width: 1025px) {
	#top__hero_media {
		margin: 0 auto;
		max-width: 1250px;
	}
	h1 {
		text-align: center;
		font-size: 1.7rem;
	}
}