body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
	display: none;
}
#wrapper {
	/* [disabled]width: 100%; */
	margin: 0 auto;
	max-width: 1200px;
	padding-bottom: 0%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100vh;
	padding-left: 5%;
	padding-right: 5%;
}
#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header_wrap {
	max-width: 1200px;
	position: fixed;
	left: 0%;
	right: 0%;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
	padding-top: 30px;
	padding-left: 5%;
	padding-right: 5%;
}
.contents_wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 100px;
	transition: 0.5s;
	flex: 1;
}
.contact_wrap {
	display: flex;
	flex-direction: column;
	width: 80%;
	height: 80vh;
	margin-top: 120px;
	transition: 0.5s;
	flex: 1;
}
#footer {
	background-color: #F0EFEE;
	width: 100%;
	/* [disabled]padding-left: 5%; */
	/* [disabled]padding-right: 5%; */
	margin-top: 5%;
	padding-bottom: 2%;
	transition: 0.5s;
	bottom: 0%;
	height: auto;
}
.undercon {
	vertical-align: middle;
	align-items: center;
	height: 100%;
	width: auto;
	margin: auto;
	letter-spacing: 4px;
	color: #999;
	padding-top: 0px;
}
.index {
	font-size: 130%;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.title {
	font-size: 180%;
	line-height: 21px;
	font-weight: bold;
	z-index: 80;
	transition: 0.5s;
}
.store_blue {
    transition: 0.5s;
    margin-left: 10px;
    color: #0EC1E8;
}
.store_beta {
	margin-left: 10px;
	font-weight: normal;
	color: #999999;
}
.contents {
	width: 100%;
	height: auto;
	background-color: #F0EEEE;
	margin-bottom: 2%;
	z-index: 2;
	display: flex;
	transition: 0.5s;
	padding: 0px;
	border-width: 0px;
	position: relative;
}
.contents img {
	height: auto;
	width: auto;
	transition: 0.5s;
	max-height: 400px;
}
.contents2 {
	width: 100%;
	height: auto;
	background-color: #F0EEEE;
	margin-bottom: 10px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	transition: 0.5s;
	padding: 0px;
	border-width: 0px;
}
.contents2 img {
	width: auto;
	/* [disabled]max-height: 550px; */
	width: 100%;
	transition: 0.5s;
	height: 100%;
}
.contents3 {
	display: block;
	flex-direction: column;
	transition: 0.5s;
	height: auto;
	background-color: #F0EEEE;
	margin-bottom: 1%;
}
.contents3 img {
	max-height: 100%;
	max-width: 100%;
	transition: 0.5s;
}
.contents_text {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.contents_text_wrap{
	margin: 2% 5%;
	transition: 0.5s;
	/* [disabled]display: flex; */
	/* [disabled]position: relative; */
	width: 90%;
}
.imgbox {
	padding: 0px;
	margin: 0px;
	display: block;
}
.topic_text {
	transition: 0.5s;
	letter-spacing: 2px;
}
.topic_text2 {
	transition: 0.5s;
	letter-spacing: 1px;
    margin-bottom: 2%;
}
.title_text {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 2%;
	transition: 0.5s;
	letter-spacing: 2px;
}
.title_text2 {
    font-size: 80%;
    font-weight: bold;
    margin-bottom: 1%;
    transition: 0.5s;
    letter-spacing: 2px;
}
.title_text2 p {
	color: #fff;
	background-color: #ABABAB;
	padding: 5px 7px;
	display: inline-block;
}
.price_wrap {
	display: flex;
	justify-content: space-between;
	transition: 0.5s;
	/* [disabled]margin-left: 50vw; */
	margin-top: auto;
	align-items: center;
	}
.price_wrap ul li {
	display: inline-block;
	margin-right: 0px;
	margin-left: 30px;
}
.price_text {
	font-size: 120%;
	letter-spacing: 2px;
	transition: 0.5s;
}
.price_text2 {
	font-size: 140%;
	letter-spacing: 2px;
	transition: 0.5s;
	margin-left: 45vw;
}
.button_text a {
    border: thin solid #000000;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    transition: 0.3s;
}
.button_text  a:active,a:visited,a:visited,a:link {
    color: #000000;
}
.button_text  a:hover {
    color: #FFFFFF;
    background-color: #0EC1E8;
    border: thin solid #0EC1E8;
    transition: 0.3s;
}
.contact img {
    height: 13px;
    margin-right: 5px;
    font-size: 0%;
    padding-top: 0px;
}
.contact {
	padding-left: 0px;
	padding-top: 20px;
	text-align: center;
	font-size: 90%;
}
.contact ul li {
    display: inline-block;
    margin-right: 40px;
}
.footer_cr {
    font-size: 70%;
    padding-top: 10px;
}
.footer_cr ul  {
    display: flex;
    justify-content: center;
}
.footer_cr img {
    height: 28px;
    opacity: .4;
    margin-left: 30px;
}
#mail_icon {
    height: 11px;
    fill: #767676;
    margin-right: 2px;
}
.contact-btn a:link {
	transition: 0.3s;
}
.contact-btn a:hover {
	color:#0EC1E8;
	fill: #0EC1E8;
	transition: 0.3s;
}

.index p {
    font-weight: bold;
    padding-top: 20px;
    right: 0%;
}
.new {
    background-color: #A8A8A8;
}
.type_text p {
	font-size: 80%;
	background-color: #ABABAB;
	color: #FFFFFF;
	padding: 5px 7px;
	display: inline;
	width: 100%;
	font-weight: bold;
	margin-left: 0px;
}
.type_text  {
	margin-bottom: 10px;
}
iframe {
	border: none;
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}
@media only screen and (max-width: 1000px) {
.title {
    font-size: 200%;
    transition: 0.5s;
    line-height: 23px;
}
.contents {
	display: block;
	flex-direction: column;
	transition: 0.5s;
	height: auto;
}
.contents img {
	max-height: 100%;
	max-width: 100%;
	transition: 0.5s;
}
.topic_text {
	font-size: 100%;
	transition: 0.5s;
	margin-right: 0px;
	margin-bottom: 5%;
	margin-top: 2%;
	letter-spacing: 2px;
}
.topic_text2 {
	font-size: 100%;
	transition: 0.5s;
	margin-right: 0px;
	letter-spacing: 2px;
}
.title_text {
	font-size: 180%;
	font-weight: bold;
	transition: 0.5s;
	letter-spacing: 4px;
	margin-bottom: 0%;
}
.button_text {
	font-size: 120%;
	transition: 0.5s;
}
.price_wrap {
	display: flex;
	flex-direction: column;
	transition: 0.5s;
	/* [disabled]margin-left: 50vw; */
	margin-top: auto;
	align-items: flex-start;
	}
	.price_text2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	}
}
