.myTable {
	margin-bottom: 20px;
}

.myTable table {
	border: solid 1px #489aca;
	border-radius: 10px;
	border-collapse: separate;
	table-layout: fixed;
	min-width: 680px;
}

.myTable thead th {
	background-color: #e9f4fa;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	color: #736357;
	font-weight: bold;
}

.myTable thead tr th:first-child {
	width: 22%;
	border-radius: 10px 0 0 0;
}

.myTable thead tr th:last-child {
	border-radius: 0 10px 0 0;
}

.myTable thead tr th:not(:last-child) {
	border-right: dashed 1px #489aca;
}

.myTable tbody th,
.myTable tbody td {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	vertical-align: middle;
}

.myTable tbody tr td:not(:last-child) {
	border-right: dashed 1px #489aca;
}

.myTable tbody tr:not(:last-child) th,
.myTable tbody tr:not(:last-child) td {
	border-bottom: dashed 1px #489aca;
}

.myTable tbody tr:last-child th {
	border-radius: 0 0 0 10px;
}

.myTable tbody tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}

.myTable tbody th {
	padding: 20px;
	border-right: dashed 1px #489aca;
	color: #439eca;
	letter-spacing: 0;
}

.myTable tbody td {
	padding: 20px 10px;
	color: #736357;
	text-align: center;
	line-height: 1.2;
}

.myTable .woman {
	color: #ff646c;
}

.myTable .small {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0;
}

.myTable .small {
	padding-bottom: 8px;
	display: inline-block;
}

.myTxtCaution {
	margin-bottom: 20px;
	color: #736357;
}

.myTxtCaution span.title {
	background-color: #e8a8b5;
	padding: 2px 10px;
	margin-bottom: 10px;
	border-radius: 9999px;
	text-align: center;
	color: #fff;
}

.myTxtCaution span.pick{
	color: #ff646c;
}

.myInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
	color: #736357;
}

.myInfo .info {
	width: 33.3%;
	padding-right: 25px;
}

.myInfo .info .txt {
	margin-bottom: 5px;
	font-size: 14px;
	font-size: 1.4rem;
}

.myInfo .info .tel {
	margin-bottom: 15px;
}

.myInfo .info .tel dt {
	background-color: #e8a8b5;
	padding: 2px 10px;
	margin-bottom: 5px;
	border-radius: 9999px;
	text-align: center;
	color: #fff;
}

.myInfo .info .tel dd {
	font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
	font-size: 28px;
	font-size: 2.8rem;
	color: #534741;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.myInfo .info .tel dd .fa {
	margin: 0 10px;
	-webkit-transform: rotate(-95deg);
	-ms-transform: rotate(-95deg);
	transform: rotate(-95deg);
	color: #e8a8b5;
	font-size: 30px;
}

.myInfo .info .tel dd a {
	text-decoration: none;
}

.myInfo .info .time {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
}

.myInfo .info .time dt {
	margin-bottom: 5px;
}

.myInfo .info .time dd {
	line-height: 1.5;
}

.myInfo .caution {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-left: dotted 2px #d9bb99;
	padding-left: 25px;
}

.myInfo .caution span {
	color: #ff646c;
}

.myInfo .caution a {
	text-decoration: underline;
}

.myInfo .caution a:hover {
	text-decoration: none;
}

.myBtnList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 850px;
	margin: 0 auto;
}

.myBtnList li {
	width: 47.5%;
}

@media only screen and (max-width: 992px) {

.myInfo .info {
	width: 40%;
}

}

@media only screen and (max-width: 600px) {

.myTable thead th {
	font-size: 14px;
	font-size: 1.4rem;
}

.myTable tbody th,
.myTable tbody td {
	padding: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

.myTable .small {
	font-size: 12px;
	font-size: 1.2rem;
}

.myInfo {
	display: block;
	margin-bottom: 30px;
}

.myInfo .info {
	width: auto;
	padding: 0 0 25px;
}

.myInfo .info .txt {
	margin-bottom: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}

.myInfo .info .tel dt {
	padding: 5px 10px;
}

.myInfo .info .tel dd {
	text-align: center;
}

.myInfo .caution {
	border-top: dotted 2px #d9bb99;
	border-left: none;
	padding: 25px 0 0;
}

.myBtnList {
	display: block;
}

.myBtnList li {
	width: auto;
}

.myBtnList li:not(:last-child) {
	margin-bottom: 20px;
}

}


/*# sourceMappingURL=maps/shinryou.css.map */
