/*
Theme Name: ALI
*/


/* blog contents  ---------------------------------------- */

.blog_contents img {
	padding-bottom: 10px;
	padding-top: 10px;
}
#nav-below .nav-previous a {
	float: left;
}
#nav-below .nav-next a {
	float: right;
}
#nav-below {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	height: 2em;
}

/* wordpress ---------------------------------------- */

h1,h2,h3,h4,h5,h6{

}

#subpage .wp-caption {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#subpage .alignleft {
	float: left;
}
#subpage .aligncenter {
	margin-left: auto;
	margin-right: auto;
}
#subpage img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#subpage .alignright {
	float: right;
}
#subpage .wp-caption-text{
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #7F7F7F;
}

blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
blockquote p:last-child {
	margin-bottom: 0;
}

/* contents meta ---------------------------------------- */
footer.entry-meta {
	margin-top: 24px;
	font-size: 12px;
	color: #757575;
}
footer.entry-meta a {
	color: #383838;
}
footer.entry-meta a:link {
	color: #383838;
}
footer.entry-meta a:visited {
	color: #383838;
}

/* pageTop ---------------------------------------- */

#pageTop {
  position: fixed;
  bottom: 60px;
  right: 0px;
  z-index: 999;
}

#pageTop a {
	display: block;
	z-index: 999;
	padding: 10px ;
	margin-right: 10px;
	width: 25px;
	background-color: #e45d00;
	border: 1px solid #fbc93d;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	border-radius: 35px;
	/*background-color: #009342;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;*/
}

#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.contents_line0 {
	background-color: #fdf0b6;
	background:url(common/bg_main.jpg); 
}
.contents_line2 {

}
.subpage_main_ttl {
}

.sns_links {
	text-align: center;
	padding: 0;
	margin: 8px 0;
}
.sns_links li {
	display: inline-block;
	padding: 0px 1em;
}
.sns_links li a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.sns_links li a:hover{
	opacity: 0.7;
}
.sns_links li a i {
    font-size: 24px;
}
/* LFP Group Banner */


@media(min-width:768px) {
.sp_only_2 {
	display:none;
}
div.bnr_group_2 img{
	width:90%;
	max-width:800px;
}
}
@media(max-width:767px) {
div.bnr_group_2 img{
	width:90%;
	max-width:400px;
}
.pc_only_2 {
	display:none;
}
/*.insta_margin {
		margin-bottom:60px;
	}*/
}
div.bnr_group_2 {
	text-align:center;
	padding:40px 0 20px;
}
.font_eng {
	font-family: GillSansNova-Bold;
}

/* popup */

.popup-overlay {

	display: none;

	position: fixed;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background-color: rgba(0, 0, 0, 0.5);

	z-index: 999;

}


.popup-content {

	display: none;

	position: fixed;

	left: 50%;

	top: 50%;

	transform: translate(-50%, -50%);

	background-color: white;

/* ▼▼▼ ここを調整します（内側の余白） ▼▼▼ */
    /* 元：padding: 30px 20px 30px 20px; */
    padding: 20px;  /* 上下左右を一律20pxくらいに減らすとスッキリします */

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    text-align: center;
    border-radius: 6px;

    /* ▼▼▼ ここも調整します（ボックスの横幅） ▼▼▼ */
    /* 元：width: 580px; */
    width: 400px; /* 文字量的に、400px〜450pxくらいが丁度いいサイズ感です */

}


#closePopup {

	position: fixed;

	top: 20px;

	right: 20px;

}


#closePopup::before,

#closePopup::after {

	/* 共通設定 */

	content: "";

	position: absolute;

	top: 50%;

	left: 50%;

	width: 2px;

	height: 16px;

	background: #333;

}


#closePopup::before {

	transform: translate(-50%, -50%) rotate(45deg);

}


#closePopup::after {

	transform: translate(-50%, -50%) rotate(-45deg);

}


@media only screen and (max-width: 768px) {

	.popup-content {

		width: 85%;

	}

}