@charset "UTF-8";

/* ---------------for all--------------- */

* {
	margin: 0;
	padding: 0;
}
a {
	color: #333333;
}
a:hover {
	color: #888888;
}
.no-line {
	text-decoration: none;
}
html, body {
 	width: 100%;
	height: 100%;
	background-color: #FFFFFC;
	/* 胡粉色 #FFFFFC */
	/* 胡粉色(フーフェン) #EFE9D1 */
	/* オイスターホワイト #EAE8E1 */
	/* オイスターホワイト #F8F5E3 */
	/* 牡蠣色 #EDF0E0 */
}
body {
	-webkit-text-size-adjust: 75%;
	-ms-text-size-adjust: 75%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box {
	font-family: Optima, "Avenir Light", Verdana;
	color: #333333;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
	height: 100%;
 	width: 1080px;
	padding-right: 20px;
	padding-left: 20px;
}
.header {
	background-color: #FFFFFC;
	text-align: right;
	color: #CCCCCC;
	font-size: 12px;
	width: 100%;
	position: fixed;
	top: 0;
	right: 15px;
	padding-top: 4px;
	padding-bottom: 0px;
}
a .header {
	color: #555555;
}
.box-img-txt {
	color: #FFFFFF;
	text-align: right;
	line-height: 1.2em;
	font-size: 60px;
	padding-top: 120px;
	padding-left: 0px;
	padding-right: 5%;
}
.box-img-pp {
	background-image: url(pp.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 550px;
	width: auto;
	margin-top: 26px;
	margin-bottom: 3em;
}
.box-tag {
	color: #EFE9D1;
	font-size: 42px;
	font-weight: bold;
	border-bottom: 1px solid #E0DAC5;
	margin-top: 3ex;
	margin-bottom: 0;
	padding-bottom: 4px;
}
.box-s {
	padding-top: 2em;
	padding-bottom: 1em;
}
.txt-cap {
	color: #888888;
	font-size: 15px;
}
.txt-opening {
	font-size: 18px;
	font-weight: bold;
	padding-top: 1ex;
	padding-bottom: 1ex;
}
.txt-sub {
	padding-left: 1ex;
	padding-bottom: 1ex;
}
p {
	margin-top: 0;
	margin-bottom: 0;
}
h1 {
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 2ex;
}
h3 {
	margin-top: 0;
	margin-bottom: 0;
}
h4 {
	margin-top: 0;
	margin-bottom: 0em;
}
table {
 	width: 30em;
	border: none;
	border-collapse: collapse;
	margin-top: 0;
	margin-left: 1ex;
	margin-bottom: 2ex;
	margin-right: 0;
}
th,td {
	height: 2em;
	text-align: left;
	font-size: ;
	font-weight: ;
	padding-top: 2px;
	padding-left: 1em;
	padding-bottom: 0px;
	padding-right: 1ex;
}
th {
 	width: 3em;
	border: 1px #CECDC8 solid;
	background-color: #EDF0E0;
	text-align: center;
	color: ;
	font-weight: normal;
}
td {
	border: 1px #CECDC8 solid;
	text-align: left;
}
tr {
}
.box-img-oyster {
	background-image: url(oyster.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	height: 90px;
	width: auto;
	margin-top: 80px;
	margin-bottom: 20px;
}
.footer {
	background-color: #EDF0E0;
	text-align: center;
	font-size: 12px;
	padding-top: 40px;
	padding-bottom: 10px;
}
/* ---------------for all--------------- */