
#main {
	width: auto;
	padding: 0 0 30px;
}
#pnkz {
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
}
.link_text_1 {
	text-decoration: underline;
	margin-bottom: 15px;
}
.link_text_1:hover {
	text-decoration: none;
}
.img_w100 {
	width: 100%;
	margin-bottom: 15px;
}
.img_w50 {
	width: 100%;
	margin-bottom: 10px;
}
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex_wrap_small {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 85%;
	margin: 40px auto 10px;
}
.alignC {
	align-items: center;
}
.flex_wrap.reverse,
.flex_wrap_small.reverse {
	flex-direction: row-reverse;
}

.border_1 {
	border-bottom: solid 1px #000000;
	line-height: 1;
	margin-bottom: 10px;
}
.border_2 {
  width: 65%;
  text-align: center;
	border-bottom: solid 1px #000000;
	line-height: 1;
	margin: 40px auto 90px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.sp {
	display: none;
}

@media screen and (max-width: 640px) {
.link_text_1 {
	text-decoration: underline;
}
.link_text_1:hover {
	text-decoration: underline !important;
}
.img_w100 {
	width: 100%;
	margin-bottom: 15px;
}
.img_w50 {
	width: 100%;
	margin-bottom: 5px;
}
.img_w50.sp {
	margin-bottom: 10px;
}
img + .img_2col {
  margin-top: 0;
}
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
}
.flex_wrap_small {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.border_1 {
	width: 100%;
	border-bottom: solid 1px #000000;
	line-height: 1;
	margin: 0 auto 10px;
}
.border_2 {
	width: 75%;
	border-bottom: solid 1px #000000;
	line-height: 1;
	margin: 0 auto 60px;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
}

.bold {
  font-weight: bold;
}
.center {
	text-align: center;
}

/* ��� */
.blackarrow {
  display:block;
  height:30px;
  width:16px;
  background-color:#000;
  position:relative;
  top: 10px;
  margin: 0 auto 30px;
}
.blackarrow:after {
  position:absolute;
  content:"";
  width:0;
  height:0;
  border:20px solid transparent;
  border-top:20px solid #000;
  left:-12px;
  top:20px;
}

@media screen and (max-width:640px){
  .blackarrow {
    display:block;
    height:30px;
    width:16px;
    background-color:#000;
    position:relative;
    top: 10px;
    margin: 5px auto 30px;
  }
  .blackarrow:after {
    position:absolute;
    content:"";
    width:0;
    height:0;
    border:20px solid transparent;
    border-top:20px solid #000;
    left:-12px;
    top:20px;
  }
}
/* �c��map */
.map {
	width: 85%;
	margin: auto;
}
@media screen and (max-width:640px){
	.map {
		width: 100%;
	}
}

/*�A�j���[�V�����v�f�̃X�^�C��*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1.5s;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
}
/*�A�j���[�V�����v�f�܂ŃX�N���[���������̃X�^�C��*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.gray{
	background: #d4d4d4;
	padding: 1px 0 80px 0;
	margin: 100px 0;
	box-sizing: border-box;
}




/*2022_0831*/