@charset "utf-8";
/* CSS Document */
#cosplay p {
	text-align: left;
}

.tel_num {
	width: 80%;
	margin: 0 auto 20px;;
	padding: 15px 0;
	background: #844970;
	color: #fff;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 2em;
	text-align: center;
	letter-spacing: 0.1em;
}

.tel_num a {
	color: rgb(253, 251, 253);
	cursor: default;
}

div.w800 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	float: right;
}

#cosplay table {
	width: 100%;
	margin-bottom: 20px;
	border: rgb(109,3,95) solid 1px;
	font-family: "Noto Serif Japanese", serif;
}

#cosplay table th {
	padding: 15px 0;
	border-bottom: rgb(109,3,95) solid 1px;
}

#cosplay table td {
	padding: 8px 10px;
	border-bottom: rgb(109,3,95) solid 1px;
	vertical-align: middle;
}

#cosplay table td input, #cosplay table td textarea {
	width: 100%;
	padding: 5px;
	border: #d2d2d2 solid 1px;
	box-sizing: border-box;
} 

#cosplay table td input {
	line-height: 1.5em;
}

#cosplay table td textarea {
	line-height: 1.2em;
	width: 100% !important;
	height: 100% !important;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	width: 100%;
	height: 2em;
	padding: 0 5px;
	z-index: 1;
	background: transparent; /*←これ重要*/
	border: #d2d2d2 solid 1px;
	border-radius: 0;
}

select::-ms-expand {
    display: none;
}

.selectWrap{
	width: 30%;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
}

.selectWrap::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-bottom: solid 2px #b4b3b3;
	border-right: solid 2px #b4b3b3;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}

#cosplay table th {
	width: 25%;
	background: #e5d5f8;
	vertical-align: middle;
}

#cosplay table td.border_b_none {
	border-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

#cosplay table tr:last-child th , #cosplay table tr:last-child td{
		border-bottom: 0;
	}

#cosplay table td.border_b_none input {
	width: 30%;
}

.send_button {
	width: 10%;
	margin: 0 auto;
	background: #7e6b5a;
	border: 0;
	text-align: center;
	transition: 0.4s
}

.send_button button {
	display: block;
	width: 100%;
	padding: 10px 0;
	background: none;
	border: none;
	font-family: "Noto Serif Japanese", serif;
	text-align: center;
	color: #fff;
	cursor : pointer;
}

.send_button:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	transition: 0.4s;
}

@media print, screen and (max-width:999px) {
}

@media print, screen and (max-width:768px) {
	.tel_num {
		width: 80%;
		margin: 0 auto 10px;
		padding: 10px 0;
		font-size: 1.2em;
		text-align: center;
	}
	
	#cosplay table th {
		display: block;
		width: 100%;
		padding: 0 0 0 5px;
		border-top: rgb(109,3,95) solid 1px;
		box-sizing: border-box;
		text-align: left;
	}
	
	#cosplay table th:first-child {
		border-top: none;
	}
	
	#cosplay table td {
		display: block;
		padding: 5px;
	}
	
	#cosplay table td input, #cosplay table td textarea{
		line-height: 1em;
	}
	
	#cosplay table td:last-child {
		border-bottom: 0;
	}
	
	#cosplay table tr:last-child th {
		border-bottom: rgb(109,3,95) solid 1px;
	}

	.send_button {
		width: 50%;
	}

	.cos-p{
		padding: 0 ;
	}	

}

/* googleカレンダー*/
.cal_wrapper {
	max-width: 480px;
	min-width: 200px;
	margin: 2.0833% auto;
}

.googlecal {
	position: relative;
	padding-bottom: 100%; /*縦横比*/
	height: 0;
}

.googlecal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.mfp{
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
}


/*　画面幅が768px以上の場合の縦横比の指定 */
@media only screen and (min-width: 768px){
	.googlecal{
		padding-bottom: 80%;
	}


	.mfp{
		width: 45%;
		margin: 0 auto;
		padding: 0 10px;
		box-sizing: border-box;
		float: right;
		text-align: center;
	}

	.mfp .send_button{
		width: 40%;
		margin: auto;
	}

	.g-cal{
		width: 55%;
		margin: auto;
		padding: auto;
		float: left;
	}
	
	.cos-p{
		padding: 0 65px;
	}	
}

td{
	text-align: left;
}