@charset "Shift_JIS";

*{
  font-family: 'Verdana', 'Roboto', "Droid Sans", "���S�V�b�N",'Meiryo','sans-serif','Meiryo UI'; /* �y�[�W�S�̂̃t�H���g */
  /*max-width: 900px; /* �y�[�W�̍ő啝 */
  /*margin: 0 auto;  �S�̂𒆉� */
}


/* �p�\�R���Ō����Ƃ���"pc"��class�������摜���\������� */
.pc { display: block !important; }
.sp { display: none !important; }

/* �X�}�[�g�t�H���Ō����Ƃ���"sp"��class�������摜���\������� */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp {
      display: block !important;
      width: 100%;
      margin: 0;
    }
    }


/* ���j���[ */
ul.topnav {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #ededed;
}
ul.topnav li {
	float: left;
}
ul.topnav li a {
	display: block;
	padding: 14px 16px;
	text-align: center;
	text-decoration: none;
	color: #000000;
  letter-spacing: 1px; /*�����Ԋu*/
  font-weight: bold; /*������*/
}
ul.topnav li a.active {
	background-color: #da3c41;
  color: #fff;
}

@media screen and (max-width: 480px) {
	ul.topnav li.right, ul.topnav li {
		float: none;
	}
}


a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: ##ff005d; }

.top_image{
  width: 100%; /* TOP�摜�̕� */
  margin: 0 0 20px 0;
}

/* TOP�I�� */
.button{
  display: inline-block;
  background-color: #252525;
  width: 20%;
  padding: 20px 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin: 5px 5px;
  border-radius: 5px;
}

/*�R�R����ǉ�*/
/*�^�C�g��*/
#intro h1 {
	position: relative;
  margin-top: 2em;
	margin-bottom: 1em;
	text-align: center;
  font-size: 23px; /*�^�C�g���t�H���g�T�C�Y*/
}

#intro h1:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 10%;
	height: 1px;/*���̑���*/
	left: 50%;
	transform: translateX(-50%);
	background-color: #000;
	border-radius: 2px;
}

/*�{��*/
#intro .text {
  margin: 10px 10px;
  line-height: 140%;
  font-size: 18px;
  font-weight: bold;
}

#intro .text_or {
  margin: 50px 10px 20px;  /* �]�� */
  line-height: 140%;
  font-size: 18px; /* �����̃T�C�Y */
  font-weight: bold;
  /*color: #ad5f00; /* �����̐F */
  padding: 10px 10px 5px;
  border-bottom: 2px dotted #ad5f00; /* ���� */
  /*background: #f4f4f4; /* �w�i�F */
}

#intro .text_s {
  margin: 10px 10px;
  line-height: 140%;
  font-size: 15px;
}

#intro .text_sb {
  margin: 10px 10px;
  line-height: 140%;
  font-size: 15px;
  font-weight: bold;
}

/*�ǉ������܂�*/


/* �������O�ɂ��m�F�����������ӎ��� */
#QandA {
  width: 100%;
  font-size: 15px; /*�S�̂̃t�H���g�T�C�Y*/
  font-weight: bold;
}

#QandA h2 {
  padding: 0px 20px;/*�㉺ ���E�̗]��*/
  background: transparent;/*�w�i������*/
  border-left: solid 7px #484848;/*����*/
  margin: 30px 0px;
  font-size: 18px;
  }

#QandA dt {
  background: #806958; /* �uQ�v�^�C�g���̔w�i�F */
  color: #fff; /* �uQ�v�^�C�g���̕����F */
  padding: 10px 20px; /*�㉺ ���E�̗]��*/
  border-radius: 2px;
  font-size: 18px;
}

#QandA dd {
  margin: 20px 20px 40px 20px; /*��E���� �̗]��*/
  line-height: 150%;
  font-size: 15px;
  /*text-indent: -24px;*/
}
/* �������O�ɂ��m�F�����������ӎ��� �����܂� */


/* ���₢���킹 */
.info{
  background: #e6e6e6; /* �uQ�v�^�C�g���̔w�i�F */
  padding: 10px 20px;
  text-align:center;
  margin: 100px 0px 0px;
}
.title{
  text-align:center;
  font-size: 17px;
  padding: 5px;
  font-weight: bold;
}
.tel{
  font-size: 13px;
}
.time{
  font-size: 13px;
  font-weight: bold;
}
.mail{
  background: #ffffff; /* �w�i�F */
  color: #000000;
  padding: 15px 3px;
  margin: 10 10px;
  text-align:center;
  font-size: 13px;
}
.mail a:link {
  color: #000000;
}

/* �Ж� */
.copyright {
  font-size: 0.8rem;
	padding: 30px;
	color: #c0c0c0;
	text-align:center;
}
.h3 {
  background: #806958; /* �uQ�v�^�C�g���̔w�i�F */
  color: #fff; /* �uQ�v�^�C�g���̕����F */
  padding: 8px;
  text-align:center;
  border-radius: 2px;
  font-size: 20px;
  font-weight: bold;
}

/*�y�[�W�g�b�v ��������*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #e53018;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #e53018;
}

/*�y�[�W�g�b�v �����܂�*/
