@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');

/*additional reset
---------------------------------------------------*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#header {
	height: 35px;
	border-bottom: 1px solid #eee;
	position: relative;
}

#content {
	margin: 0 auto;
	width: 700px;
	text-align: left;
	background-color: #fff;
	padding: 15px 30px;
}

.brand {
	position: absolute;
	display: block;
	width: 100%;
	font-family: 'Asap Condensed', sans-serif;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: #ff2044;
}

.searchform {
	display: inline-block;
	text-align: left;
}

.searchtable {
	border-collapse: collapse;
	font-size: 15px;
	line-height: 25px;
	border: none !important;
	margin: 10px auto;
}

.searchtable,
.searchtable tr,
.searchtable td,
.searchtable th {
	border: 1px solid #cfcfcf;
	padding: 5px 10px 5px 10px;
}

.searchbox {
	font-size: 15px;
	padding: 5px;
	border: 1px solid #DDD;
	border-radius: 5px;
	width: 80%;
}

form input {
	vertical-align: middle;
}

.thisinfotable td,
.thisinfotable th {
	font-size: 12px;
	line-height: 20px;
}

.thisinfotable td,
.thisinfotable th {
	border: 1px solid #cfcfcf;
	font-size: 15px;
	line-height: 20px;
}

.searchtable .searchtabletitle {
	background-color: #f6f6f6;
	min-width: 120px;
}

.searchtable .searchbutton {
	background-color: #fb8bc6;
	border: none;
	color: white;
	padding: 10px 50px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	line-height: 15px;
	margin-top: 10px;
}

.searchtable .searchcenter {
	text-align: center;
}

.objecttable tr,
.objecttable td {
	border: none;
	font-size: 0.9em;
}

.searchordercontainer dd {
	display: inline-block;
	margin-left: 20px;
	margin-top: 0px;
	line-height: 20px;
}

.searchordercontainer a {
	text-decoration: none;
}

.objecttable {
	border: 2px solid #ccc;
	text-align: center;
	margin: auto auto 50px auto;
	width: 95%;
}

.objecttitle {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 95%;
	margin: 0 auto;
	background-color: #5cbcf9;
	border: 1px solid #cfcfcf;
	color: #fff;
}

.objectimg p {
	text-align: center;
}

.objectmaintext {
	font-size: 20px;
	font-weight: bold;
}

.thisinfotable {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

.thisinfotable td,
.thisinfotable th {
	border: 1px solid #cfcfcf;
	font-size: 15px;
	line-height: 20px;
}

.oflBtn {
	width: 65%;
	margin: 0 auto;
}

.fontsizenormal {
	font-size: 16px;
}

@media screen and (max-width: 575px) {
	.fontsizenormal {
		font-size: 0.8em;
	}

	.share_btn img {
		width: 10%
	}
}

.searchordercontainer dd {
	display: inline-block;
	margin-left: 20px;
	margin-top: 0px;
	line-height: 20px;
}

.searchordercontainer a {
	text-decoration: none;
}

.shere_btn {
	width: 50%;
}

.sec .fcB {
	color: #ff0a66;
	font-weight: bold;
}

.sec .fsL {
	font-size: 18px;
}

.sec .box {
	border: solid 1px #626262;
	margin-bottom: 10px;
	max-width: 500px;
	margin: auto;
}

.close {
	display: block;
}

#content img,
#header img {
	max-width: 100%;
	height: auto;
}

.sec h1 {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.3125;
	padding-bottom: 20px;
}

.acd-check {
	display: none;
}

.acd-label {
	background: #ff2044;
	color: #fff;
	display: block;
	margin-bottom: 1px;
	padding: 6px;
	width: 300px;
	text-align: center;
	margin: auto;
	border-radius: 10px;
	margin-bottom: 15px;
	font-size: 0.8em;
}

.acd-content {
	height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: .5s;
	visibility: hidden;
}

.acd-check:checked+.acd-label+.acd-content {
	height: auto;
	opacity: 1;
	padding: 10px;
	visibility: visible;
}

@media screen and (max-width: 575px) {
	#content {
		width: 100%;
		padding: 10px 10px;
	}

	.sec h1 {
		font-size: 24px;
	}

	.searchordercontainer dd {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	td.fontsizenormal:first-child {
		width: 90px !important;
	}
}

/*----------------------フォーム--------------------------*/
form {
	display: flex;
	align-items: center;
	background: #f1f1f1;
	justify-content: center;
	padding: 2%
}

.search_entry {
	display: flex;
	flex-wrap: wrap;
	width: 85%;
}

.searchBtn_box {
	background: #78badc;
	color: #fff;
	width: 55px;
	height: 55px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	align-content: center;
	justify-content: center;
	margin-left: 7px;
}

select {
	width: 33.3%;
	height: 30px;
	padding-left: 5px;
	border-radius: 0;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 5px 0px #ddd;
	font-size: 14px;
	color: #000;
	background: #fff;
}

@media screen and (max-width:390px) {
	select {
		font-size: 12px;
	}
}

select option {
	position: relative;
}

select option::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4.5px solid red;
	content: "";
	position: absolute;
	right: 9px;
	top: 21px;
	width: 0;
}

i.fa.fa-search {
	display: block;
	width: 100%;
	font-size: 17px;
	margin-bottom: 2px;
}

.searchBtn_box p {
	margin: 0;
	line-height: 1;
	color: #fff;
	font-size: 14px;
}

/*----------------------検索結果--------------------------*/

.item_box {
	text-align: center;
	box-shadow: 0px 0px 10px 0px #f1f1f1;
	width: 100%;
	margin: 0 auto 7%;
	border: 2px solid #e5e5e5;
}

.item_box h2 {
	font-size: 20px;
	background: #78badc;
	color: #fff;
	padding: 2% 0;
	margin: 0;
}

dl.detail_hyoka {
	display: flex;
	justify-content: flex-end;
	font-size: 23px;
	font-weight: bold;
	margin: 0 3% 0 0;
	color: #78badc;
}

dl.detail_hyoka dd {
	margin-left: 1%;
}

.detail_box {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 2px solid #e5e5e5;
}

.detail_box dl {
	width: 33%;
	box-sizing: border-box;
	margin: 0;
}

.detail_box dl:nth-child(1),
.detail_box dl:nth-child(2),
.detail_box dl:nth-child(4),
.detail_box dl:nth-child(5) {
	padding-right: 1px;
}

.detail_box dl dt {
	background: #78badc;
	color: #fff;
	font-weight: bold;
	padding: 1%;
}

.detail_box dl dd {
	padding: 5% 2%;
	margin: 0;
	font-size: 14px;
}

.item_box a.detail_btn {
	text-decoration: none;
	color: #fff;
	background: #09af0e;
	width: 80%;
	display: inline-block;
	padding: 1rem 0;
	margin: 10px 0 15px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 10px;
	box-shadow: 0px 4px 0px 0px #808080;
}

dl.detail_hyoka dd span {
	display: none;
}

.detail_box dl dd span {
	display: none;
}