@charset "UTF-8";

h3 { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-weight:normal;	font-size:38px; margin:0 0 30px 0; padding:0 0 10px 0; text-align:center; color:#330000; line-height:120%; }
h3 span.pink { color: #f67087;}

table.contact-table {width:440px;margin:0 auto;border:none;}
table.contact-table th {width:330px;border:none;background:#fff}
table.contact-table td {width:110px;border:none;}

table.book-table {width:500px;border:none;margin:0 auto}
table.book-table th {background:transparent;border:none;}
table.book-table td {background:transparent;border:none;}

table.book-table th.book-info {background:#f67087;color:#fff;font-size:16px;font-weight:bold}
table.book-table th.book-info-eng {background:#f67087;color:#fff;font-size:14px;}

table.book-table td.book-img {width:30%}
table.book-table td.book-text {font-size:16px;}
table.book-table td.book-text .trtr {text-align:right;margin:5px}
a.book-link {display: block;text-align: center;text-decoration: none;width: 100%;margin:10px 0;padding: 5px;font-weight: bold;border: 2px solid #27acd9;color: #27acd9;}
a.book-link:hover {color: #fff;background: #27acd9;}

.profile-title {margin-bottom:20px;text-align:center;font-size:18px;}
.profile-name {font-weight:bold;color:#f67087;}
table.profile {width:100%;margin:0 auto;}
table.profile th {background:#fff;width:20%}
table.profile td {background:#fff;}
table.profile td strong {background: linear-gradient(transparent 50%, #ffffc4 50%);font-weight: bold; padding: 0px 5px;font-weight:bold;color:#f67087;}

.tokutyo {  background:#fff2f5 url(../img/reason_bg.png) no-repeat 50% 20px; padding:50px 0; }
.tokutyo .box { width:350px; height:auto; float:left; margin:1.5px; padding:0; }


@media screen and (min-width:769px){
	.tokutyo .box {width: 525px;}
	.tokutyo .box img {margin:0 auto}
}
@media screen and (max-width:960px){

}

@media screen and (max-width:768px){
	.tokutyo { background-size:contain; }
	.tokutyo .box { width:94%; height:auto; float:none; margin:10px 3%; }
	.tokutyo .box img { margin:10px auto; }
	h3 { font-size:22px; }
}

@media screen and (max-width:500px){
	table.book-table {width:100%}
	table.profile th {display:block;width:90%;margin:0 auto}
	table.profile th img {width:50%;margin:0 auto}

	table.profile td {display:block;width:90%;margin:0 auto}

}

@media screen and (max-width:440px){
	table.contact-table {width:100%}
}