/* =================================
	introducton CSS
================================= */

/*	intro_text
============================== */

div.intro_text{
	background-image:url(../img/introduction/intro_text.png);
	background-repeat: no-repeat;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
.intro_color1{
	color: #f5855e;
}
.intro_color2{
	color: #721d00;
}
@media all and (min-width: 768px) {
div.intro_text{
	width: 530px;
	height: 483px;
	margin: 0 auto;
}
}
@media all and (max-width: 767px) {
div.intro_text{
	padding-top: 91.1320%;
    overflow: hidden;
    height: 0;
    margin: 0px auto;
    background-size: contain;
    background-repeat: no-repeat;
}
}

/*	pics
============================== */
div.pics span{
	display: block;
    background-repeat: no-repeat;
    border: 2px solid #003b63;
    background-color: #003b63;
    box-shadow: 4px 4px #003b63;
}
@media all and (min-width: 768px) {
div.pics span{
	width: 236px;
	height: 356px;
	background-size: 236px 356px;
	margin: 30px auto 40px;
}
}
@media all and (max-width: 767px) {
div.pics span{
	margin: 15px auto 20px;
	width: 236px;
	height: 356px;
	background-size: 236px 356px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}
}

/*	btn-basic2
============================== */
p.btn-basic2 a{
    background-color: #f5cd5e;
    color: #503e0e;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    display: block;
    cursor: pointer;
    box-shadow: 0 6px 0 #e9bc41, 0 12px 0 rgba(0,0,0,0.2);
    -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    position: relative;
    border-top:1px solid #fae8b4;
    font-weight: bold;
    text-shadow:1px 1px 0px #f9e3a5;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*p.btn-basic2 a::before {
	position: absolute;
	top: 50%;
	left: 1em;
	content: '';
	margin-top: -10px;
	border: 15px solid transparent;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-color: #81630f;
}*/

p.btn-basic2 a:hover {
	background-color: #e9bc41;
	box-shadow: 0 3px 0 #e4b638, 0 6px 0px rgba(0,0,0,0.2);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
@media all and (min-width: 768px) {
p.btn-basic2 a{
	margin: 40px auto 40px;
	width: 420px;
    height: 68px;
    line-height:3.3;
    font-size: 150%;
}
}
@media all and (max-width: 767px) {
p.btn-basic2{
	margin: 0 15px;
}
p.btn-basic2 a{
	margin: 30px auto 30px;
	width: 270px;
    height: 50px;
    line-height:3.8;
    font-size: 100%;
}
}




