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

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

.intro_text1{
	background-image:url(../img/introduction/intro_text1.png);
	background-repeat: no-repeat;
}
.intro_text2{
	background-image:url(../img/introduction/intro_text2.png);
	background-repeat: no-repeat;
}
.t_shadow{
	text-shadow:rgba(214,185,130,0.7) 1px 1px 0;
}
.yellow_line{
	background: linear-gradient(transparent 70%, #fafb37 0%);
}
.t_center{
	text-align: center;
}
@media all and (min-width: 768px) {
.large{
	font-size: 160%;
}
.intro_text1{
	width: 800px;
	height: 60px;
	margin: 0 auto;
}
.intro_text2{
	width: 800px;
	height: 97px;
	margin: 50px auto 30px;
}
}
@media all and (max-width: 767px) {
.intro_text1{
	padding-top: 7.5%;
	overflow: hidden;
	height: 0;
	background-size: contain;
}
.intro_text2{
	padding-top: 12.125%;
	overflow: hidden;
	height: 0;
	background-size: contain;
	margin: 40px auto 20px;
}
}

/*	pics
============================== */
.pics1 span{
	display: block;
    background-repeat: no-repeat;
    /*border: 2px solid #fafb37;*/
    background-color: #fafb37;
    box-shadow: 4px 4px #fafb37;
}
@media all and (min-width: 768px) {
.pics1 span{
	width: 310px;
	height: 460px;
	background-size: 310px 460px;
	margin: 30px auto 30px;
	display: block;
}
}
@media all and (max-width: 767px) {
.pics1 span{
	width: 270px;
	height: 401px;
	background-size: 270px 401px;
	margin: 20px auto 20px;
	display: block;
}
}

/*	btn-basic2
============================== */
.btn-basic2 a{
    background-color: #fafb37;
    color: #645224;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    display: block;
    cursor: pointer;
    box-shadow: 0 6px 0 #645224, 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;
    font-weight: bold;
}
.btn-basic2 a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #a38b4f;
  border-right: solid 2px #a38b4f;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -5px;
	transition: all 0.2s;
}

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

/*	comment_tit
============================== */
.comment_tit{
	text-align: center;
	text-shadow:rgba(214,185,130,0.7) 1px 1px 0;
	margin:40px 0 20px;
}
.comment_tit span{
	background: linear-gradient(transparent 70%, #fafb37 0%);
}
@media all and (min-width: 768px) {
.comment_tit{
	font-size: 220%;
	margin:70px 0 20px;
}
.comment_tit span{
	padding: 5px 10px 5px;
}
}
@media all and (max-width: 767px) {
.comment_tit{
	font-size: 130%;
	margin:40px 0 0px;
}
.comment_tit span{
	padding: 5px 5px 5px;
}
}

/*	comment_tit2
============================== */
.comment_tit2{
	text-align: center;
}
.comment_tit2 span{
	color: #4e3f1b;
	text-align: center;
	border-top: 1px solid #4e3f1b;
	border-bottom: 1px solid #4e3f1b;
	text-shadow:rgba(214,185,130,0.7) 1px 1px 0;
}
@media all and (min-width: 768px) {
.comment_tit2{
	font-size: 220%;
	margin:70px auto 20px;
}
.comment_tit2 span{
	padding: 5px 10px 5px;
}
}
@media all and (max-width: 767px) {
.comment_tit2{
	font-size: 130%;
	margin:40px auto 0;
}
.comment_tit2 span{
	padding: 5px 5px 5px;
}
}

/*	mini_tit
============================== */
.mini_tit2{
	color: #fff;
	background-color: #52a92c;
	border-left: 5px solid #fafb37;
	/*text-shadow:rgba(255,255,255,0.7) 1px 1px 0;*/
}
.chara_area li{
	margin: 0 0 3em;
}
@media all and (min-width: 768px) {
.mini_tit2{
	font-size: 130%;
	margin-bottom: 10px;
	padding: 5px 10px 5px 20px;
}
.chara_area{
	margin: 2em 0 0;
}
}
@media all and (max-width: 767px) {
.mini_tit2{
	font-size: 110%;
	padding: 5px 5px 5px 10px;
	margin-bottom: 10px;
}
.chara_area{
	margin: 1.5em 0 0;
}
}

/*  accordion_box
============================== */
.accordion_box .a_tit {
  cursor: pointer;
  position: relative;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background-position: top right, top left;
  background-repeat: no-repeat, no-repeat;
  /*box-shadow: 0 3px 0 #81d1df;*/
}

.accordion_box .a_tit.active {
  background-position: top right, top left;
  background-repeat: no-repeat, no-repeat;
}
.accordion_box .a_tit {
  background-image: url(../img/introduction/com_btn_a.png);
}
.accordion_box .a_tit.active {
  background-image: url(../img/introduction/com_btn_b.png);
}
.accordion_box .content {
  display: none;
}

@media all and (min-width: 768px) {
  .accordion_box .a_tit {
    margin: 30px auto 20px;
    width: 325px;
    height: 77px;
  }
  .accordion_box .content {
    padding: 40px 0 0;
  }
}

@media all and (max-width: 767px) {
  .accordion_box .a_tit {
    margin: 20px auto 10px;
    width: 250px;
    height: 59px;
		background-size: 250px 59px;
  }
  .accordion_box .content {
    padding: 15px 10px 10px;
  }
}
