body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
p,
a,
select,
header,
nav,
main,
section,
table,
ul,
li {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	word-wrap: break-word;
	box-sizing: border-box;
}

body {
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	/*    overflow : hidden; */
}

#header {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #eeeeee;
	background-image: url("../img/footer.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(255, 255, 255, 0.05);
	background-blend-mode: lighten;
}

#vegas {
    width: 100vw;
    height: 60vh;
}

#header_menu {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #558855;
/*	background-image: url("../img/footer.jpg"); */
	background-repeat: no-repeat;
	background-size: cover;
/*	background-color: rgba(255, 255, 255, 0.05); */
	background-blend-mode: lighten;
	
	nav {
		margin: auto;
		padding: auto;

	}

	nav ul {
		display: table;
		margin: center;
		padding: 0;
		width: 600px;
		text-align: center;
		/*		border-bottom: 1px solid #888; */
	}

	nav ul li {
		display: table-cell;
		min-width: 120px;
		border-right: 1px solid #eeffee;
		text-align: center;

	}

	nav ul li:first-child {
		border-left: 1px solid #eeffee;
	}

	nav ul li a {
		display: block;
		width: 100%;

		text-decoration: none;
		color: #eeffee;
	}

	nav ul li a:hover {
		/*		background-color: #fefefe; */
		/* border-bottom: 5px solid #eeffee; */
		/* font-weight: bold; */
	}

	nav ul li.current {
		font-weight: bold;
	}

	nav ul li.current a {
		border-bottom: 5px solid #eeffee;
		color: #fefefe;
	}

}
#footer {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #eeeeee;
	background-image: url("../img/footer.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(255, 255, 255, 0.05);
	background-blend-mode: lighten;

	nav {
		margin: auto;
		padding: auto;

	}

	nav ul {
		display: table;
		margin: center;
		padding: 0;
		width: 600px;
		text-align: center;
		/*		border-bottom: 1px solid #888; */
	}

	nav ul li {
		display: table-cell;
		min-width: 120px;
		border-right: 1px solid #333;
		text-align: center;

	}

	nav ul li:first-child {
		border-left: 1px solid #333;
	}

	nav ul li a {
		display: block;
		width: 100%;

		text-decoration: none;
		color: #003300;
	}

	nav ul li a:hover {
		/*		background-color: #fefefe; */
		border-bottom: 5px solid #003300;
		font-weight: bold;
	}

	nav ul li.current {
		font-weight: bold;
	}

	nav ul li.current a {
		border-bottom: 5px solid #003300;
		color: #fefefe;
	}
}


h1 {
	position: relative;
	padding-left: 25px;
	font-size: 30px;
	color: #3e866d;
}

h1:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px rgb(119, 195, 223);
}

h1:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px rgb(119, 195, 223);
}

h2 {
	padding: 0.4em 0.5em;
	/*文字の上下 左右の余白*/
	color: #494949;
	/*文字色*/
	background: #f4f4f4;
	/*背景色*/
	border-left: solid 5px #7db4e6;
	/*左線*/
	border-bottom: solid 3px #d7d7d7;
	/*下線*/
	width: 100%;
}

#main {
	max-width: 1280px;
	margin: 50px auto 0 auto;
	padding: 0 20px;
}

/*
.column {
    max-width: 1000px;
    margin: 50px auto 0 auto;
    padding: 0 20px;
    justify-content: space-between;
}

.column ul {
    flex-wrap: wrap;
    display: inline;
}

.column li {
    list-style: none;
    padding: 0 10px 20px;
}

.column li p {
    margin-bottom: 3px;
}

.column li span {
    font-style: inherit;
    display: block;
}

#column.column01 li {
     width: calc(100% - 20px); 
}

#column.column02 li {
    width: calc(50% - 20px);
}

.column03 li {
    width: calc(33.3333% - 20px);
}

.column04 li {
    width: calc(25% - 20px);
}

.column05 li {
    width: calc(20% - 20px);
}

*/

.space {
	height: 430px;
}

.space p {
	padding-top: 45vh;
	text-align: center;
}

.topbox1 {
	float: left;
	width: 100px;
	height: 60px;
	/*	background-color:rgb(255,255,255); */
}

.topbox2 {
	vertical-align: bottom;
	vertical-align: text-bottom;
	float: right;
	height: 60px;
}

.hr06 {
	position: relative;
	height: 1px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left, transparent 0%, #2893335 50%, transparent 100%);
	background-image: linear-gradient(90deg, transparent 0%, #289335 50%, transparent 100%);
}

.shadow2 {
	filter: drop-shadow(2px 2px 2px #aaaaaa)
}

.shadow {
	filter: drop-shadow(0px 0px 1px #aaaaaa)
}

.shadow3 {
	filter: drop-shadow(3px 3px 3px #aaaaaa)
}

/* CARD ----------------------------------------- */

.card {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);

}

.card_area {
	width: 100%;
	height: auto;
	padding: 20px 18px;
	background: #eee;
	box-sizing: border-box;

}

#card2 {
	width: 50%;
	height: auto;
	padding: 20px 18px;
	background: #eee;
	box-sizing: border-box;
	/*      list-style: none; */
}

.card li:hover {
	font-weight: 110%;
	font-size: 105%;
	font-weight: bold;
}

.card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

li {
	list-style: none;

}

.column1 li {
	width: calc(100% - 20px);
	height: auto;
	padding: 0px 28px;
	border-radius: 4px;

	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	box-sizing: border-box;

}

.column2 li {
	width: calc(100% - 20px);
	height: auto;
	padding: 0px 28px;
	border-radius: 4px;

	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	box-sizing: border-box;
}

.card__textbox > * + * {
	margin-top: 10px;
}

.card__titletext {
	font-size: 20px;
	font-weight: bold;
	line-height: 125%;
}

.card__overviewtext {
	font-size: 12px;
	line-height: 150%;
}

#spec {
	table {
		border-collapse: collapse;
	}

	th {
		border: solid 0.5px #666666;
		color: #000000;
		background-color: #f2f2f2;
		font-size: 10.5px;

	}

	td {
		border: solid 0.5px #666666;
		color: #000000;
		background-color: #ffffff;
		align-items: center;
		align-content: center;
		text-align: center;
		vertical-align: center;
		font-size: 10.5px;
	}

	a {
		color: inherit;
		text-decoration: none;
		font-size: 10.5px;

	}
}

.bottonB {
	font-size: 8px;
	margin: auto;
	background: #eb6100;
	border-radius: 25px;
	color: white;
	width: 85px;

}

.bottonB a {
	color: white;

}
@media screen and (max-width: 768px) {

	body {
		min-width: 100%;
		background-color: #ffffff;
		background-image: none;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/

	#container {
		width: 100%;
		margin-top: -1px;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		position: relative;
		padding-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
		background-color: #eeeeee;

	}


	#inner {}


	#main {
		padding-top: 0;
		min-height: 0;
		width: 80%;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 20px;
	}

}



/* CARD ----------------------------------------- */
