@charset "utf-8";
body {
  width: 100%;
  margin: 0 auto;
  font: 1rem/1.6 "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #222;
  letter-spacing: 0;
  background-color: #f4f7fb;
	letter-spacing: 0.05rem;
}
header img {
	width: 100%;
}

.blog p.intro {
	font-size: 0.8rem;
	padding: 1.4rem 3rem 2.6rem 3rem;
}
.hd_area {
	text-align: center;
	background: #FFF;
	padding: 4rem 0 2rem 0;
}
.hd_area p {
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	border-bottom: 3px solid #fa7598;
	display: inline-block;
	padding-bottom: 0.4rem;
	margin-bottom: 0.8rem;
}
.hd_area h1, .hd_area h2 {
	display: block;
	font-size: 0.9rem;
}

/*Blog*/
#latest {
	background: #FFF;
	padding: 0 1.5rem;
}
#latest div {

	display:table;
	width: 100%;
	padding: 1rem 0;
	border-bottom: 1px solid #c9d1d5;

}
#latest img {
	width: 8rem;
	height: 8rem;
	object-fit: cover;
	display: inline-block;
}
#latest p {
	width: 100%;
	font-size: 1rem;
	vertical-align: middle;
	display: table-cell;
	padding-left: 1rem;
}

#latest p span {
	color: #fa7598;
	font-size: 70%;
	display: block;
	margin-bottom: 10px;
}

.wrap {
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: 530px;
	margin: 0 auto;
	padding-bottom: 6rem;

}
main {
}

.tw {
	background: #FFF;
	padding: 0 1.5rem;
}
.insta {
	background: #FFF;
	padding: 0 1.5rem 4rem 1.5rem;
}
.btn  {text-align: center;}
.btn a {
	color: #fa7598;
	line-height: 3.2rem;
	text-align: center;
	border: 1px solid #fa7598;
	display: inline-block;
	width: 70%;
	margin-top: 2rem;
	border-radius: 0.6rem;
}

.btn02  {text-align: center;}
.btn02 a {
	font-size: 1rem;
	color: #FFF;
	line-height: 3.4rem;
	text-align: center;
	background: #fa7598;
	display: inline-block;
	width: 70%;
	margin-top: 1rem;
	border-radius: 0.6rem;
}


/* .sect_side
-----------------------------------------------------------------*/
.sect_side {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
}

/* .sect_side_left
-----------------------------------------------------------------*/
.sect_side_left {
	position: relative;
	width: calc((100% - 530px) / 2);
}
@media print, screen and (max-width: 1024px) {
	.sect_side_left {
		display: none;
	}
}

.sect_side_left_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.side_logo {
	text-align: center;
}
.side_logo img {
  width: 200px;
}

/* .sect_side_right
-----------------------------------------------------------------*/
.sect_side_right {
	position: relative;
	width: calc((100% - 530px) / 2);
}
@media print, screen and (max-width: 1024px) {
	.sect_side_right {
		display: none;
	}
}

.sect_side_right_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.side_qr {
	display: block;
	width: 160px;
}
.side_qr img {
	width: 100%;
}
.sect_side_right_inner p {
	font-size: 1rem;
	text-align: center;
	margin-top: 0.8rem;
}
#ft_line_fxd {
	text-align: center;
      z-index:-1;
      transition: .2s;
      opacity: 0;
}
#ft_line_fxd a {
	font-size: 1.2rem;
	position: fixed;
	width: 100%;
	padding: 1.2rem 0;
	max-width: 530px;
left: 50%;
bottom: 0;
transform: translateX(-50%) translateY(0);
	color: #FFF;
	background: #00ca41;
}

.contact {
	position: relative;
}
.btn_area {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 1.2rem;
}
.btn_area a {
	color: #FFF;
	line-height: 3.4rem;
	text-align: center;
	background: #fa7598;
	display: inline-block;
	border-radius: 0.6rem;
	width: 70%;
}

ul.phone {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 1rem;
	left: 1rem;

}
ul.phone  li  {
	display: flex;
  justify-content: center;
  align-items: center;
	width: 4rem;

}
ul.phone li:first-child {
	margin-right: .6rem;
}
ul.phone li a {
	font-size: 0.8rem;
	display: inline-block;
	background: #FFF;
	color:  #fa7598;
	width:100%;
	border-radius: 100rem;
	text-align: center;
	padding-top: 0.6rem;
	height: 4rem;
	border: 1px solid #fa7598;;
}
ul.phone li a i {
	font-size: 1.2rem;
	display: block;
	margin-bottom: 0.2rem;

}


.btn02  {text-align: center;}
.btn02 a {
	font-size: 1rem;
	color: #FFF;
	line-height: 3.4rem;
	text-align: center;
	background: #fa7598;
	display: inline-block;
	width: 70%;
	margin-top: 1rem;
	border-radius: 0.6rem;
}

.work ul {
	padding: 4rem 3rem 3rem 3rem;
	display: flex;
justify-content: space-between;
}
.work li {
	font-size: 0.86rem;
	text-align: center;
	width: 48.6%;
}
.work li img {
	margin-bottom: 0.5rem;
}

.embed-responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 の場合のアスペクト比 */
	height: 0;
	overflow: hidden;
	margin-bottom: 2rem;
}
.embed-responsive iframe,
.embed-responsive img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.external_area {
	padding:0 3rem;
}
.v_blog iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
	margin-bottom: 1.5rem;
	margin-top: 4rem;
}
.hd_yt {
	text-align: center;
	margin-bottom: 0.5rem;
}
footer {
	padding-top: 4rem;
	text-align: center;
}