@charset "utf-8";
/* CSS Document 
/* Link カスタマイズ
*/



/*トップバナー*/

.superbanner {
	display: none;
}
.superbanner-sp {
	margin: 20px 0;
	text-align: center;
}
.superbanner-sp > div > div > iframe {
/*	background: #ADDCFF; */
}
@media screen and (min-width:1221px) {
	.superbanner {
		display: block;
		margin-bottom: 32px;
		text-align: center;
	}
	.superbanner > div > div > iframe {
/*		background: #ddd; */
	}
	.superbanner-sp {
		display: none;
	}
	.pc .header_fix {
		padding-top: 433px;
	}
	#header_inner {
		height: auto;
	}
	.pc #logo_image {
		top: 100px;
	}
	.superbanner {
		margin: auto;
		padding: 154px 0 96px;
	}
	/* WEB改善2022ここから */
	.superbanner {
		padding: 166px 0 116px;
	}
	/* WEB改善2022ここまで */
	.pc .header_fix .superbanner {
		display: none;
	}
}

@media screen and (max-width:767px){
	
	.superbanner {
		display: none;
	}
	.superbanner-sp {
		display: block;
	}
}

/*ミドルバナー*/

/*#div-gpt-ad-1507707192927-0 {*/
#regina_sp_all_footer_1st {
	display: none;
}
/*#div-gpt-ad-1507707192927-0 > div iframe {*/
#regina_sp_all_footer_1st > div iframe {
	//background: #ADDCFF;
	//height:200px;
}
#div-gpt-ad-1507272563071-0 {
	text-align: center;
}
#div-gpt-ad-1507272563071-0 > div > iframe {
/* 	background: #ddd; */
}

#div-gpt-ad-1507272563071-0 > div:nth-of-type(2){
	display:none;
}


@media screen and (max-width: 770px) {
	/*#div-gpt-ad-1507707192927-0 {*/
	#regina_sp_all_footer_1st {
		display: block;
/*		width: calc(100% + 40px)!important; */
		width: calc(100% + 40px);
		margin-left: -20px;
		text-align: center;
	}
	#div-gpt-ad-1507272563071-0 {
		display: none;
	}
	/*#div-gpt-ad-1507707192927-0 > div:nth-of-type(2){*/
	#regina_sp_all_footer_1st > div:nth-of-type(2){
        display:none;
	}
}

/*ボトムバナー*/

.bottom-bnr-wrap {
	margin: 100px 0 60px;
}
.bottom-bnr-wrap .inner {
	max-width: 630px;
	margin: 0 auto;
}
/*#div-gpt-ad-1507272675769-0 {*/
#regina_pc_all_footerleft {
	float: left;
}
/*#div-gpt-ad-1507272675769-0 > div > iframe {*/
#regina_pc_all_footerleft > div > iframe {
/*	background: #ddd; */
}
/*#div-gpt-ad-1507272793609-0 {*/
#regina_pc_all_footerright {
	float: right;
}
/*#div-gpt-ad-1507272793609-0 > div > iframe {*/
#regina_pc_all_footerright > div > iframe {
/*	background: #5C5C5C; */
}
/*#div-gpt-ad-1507707262205-0 {*/
#regina_sp_all_footer_2nd {
	display: none;
}

@media screen and (max-width: 1023px) {
	/*#div-gpt-ad-1507272675769-0 {*/
	#regina_pc_all_footerleft {
		float: none;
		margin: 0 auto 30px;
	}
	/*#div-gpt-ad-1507272793609-0 {*/
	#regina_pc_all_footerright {
		float: none;
		margin: 0 auto;
	}
}

@media screen and (max-width:770px) {
	/*#div-gpt-ad-1507272675769-0 {*/
	#regina_pc_all_footerleft {
		display: none;
	}
	/*#div-gpt-ad-1507272793609-0 {*/
	#regina_pc_all_footerright {
		display: none;
	}
	/* #div-gpt-ad-1507707262205-0 { */
	#regina_sp_all_footer_2nd {
		display: block;
		/*		width: calc(100% + 40px)!important; */
		width: calc(100% + 40px);
		margin: 30px auto 0 -20px;
		text-align: center;
	}
	/*#div-gpt-ad-1507707262205-0 > div > iframe { */
	#regina_sp_all_footer_2nd  > div > iframe {
/*		background: #ADDCFF; */
	}
	.bottom-bnr-wrap {
		display: none;
	}
}

/*ヘッド*/

#header_menu #menu-item-101 a {
	padding-left: 20px;
	background: url(/wp-content/uploads/2017/10/ic_person_black_24dp_2x-1.png) no-repeat left center;
	background-size: 17px;
    color: #777;
}

#header_menu #menu-item-14220 a {
	padding-left: 20px;
	background: url(/wp-content/uploads/2017/10/ic_person_black_24dp_2x-2.png) no-repeat left center;
	background-size: 17px;
    color: #777;
}

/*SP時　トップページ　ヘッドメニュー*/

.sp-top-menu {
	display: none;
}

@media screen and (max-width: 767px) {
	
	.sp-top-menu {
		display: block;
		margin-bottom: 20px;
		border-top: 1px solid #ddd;
	}
	.sp-top-menu .item {
		float: left;
		width: 25%;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		text-align: center;
		box-sizing: border-box;
    background-color: #898989;
	}
	.sp-top-menu .item:nth-child(4),
	.sp-top-menu .item:nth-child(8) {
		/*border-right: 0;*/
	}
	.sp-top-menu .item a {
		display: block;
		padding: 18px 0;
		box-sizing: border-box;
    color: #FFF;
	}
.sp-top-menu .item a:hover{
text-decoration:none;
}
	.sp-top-menu .item i {
		font-size: 23px;
	}
	.sp-top-menu .item p {
		margin-top: 3px;
		font-size: 12px;
	}
}

@media screen and (max-width: 1220px){
	.home.mobile_header_fix {
		padding-top: 56px;
	}
	#header_menu {
		display: block;
		right: 70px;
	}
	#header_menu #menu-item-101 a {
		padding: 20px 10px 0;
		background-position: top center;
		font-size: 13px;
	}
	#header_menu .menu-item-101 a {
		padding: 20px 10px 0;
		background: url(/wp-content/uploads/2017/10/ic_person_black_24dp_2x-1.png) no-repeat top center;
		background-size: 17px;
		font-size: 10px;
	}
	#header_menu #menu-item-14220 a {
		padding: 20px 0 0 0;
		background-position: top center;
		font-size: 13px;
		width: 20px;
	}
	#header_menu .menu-item-14220 a {
		padding: 20px 3px 0;
		background: url(/wp-content/uploads/2017/10/ic_person_black_24dp_2x-2.png) no-repeat top center;
		background-size: 17px;
		font-size: 10px;
	}

}

@media screen and (max-width: 770px) {
	#header_menu {
		top: 16px;
		right: 70px;
	}
	#header_menu .menu-item-101 a {
		display: block;
		background-size: 26px!important;
		text-indent: -9999px;
		overflow: hidden;
	}
	#header_menu .menu-item-14220 a {
		display: block;
		background-size: 26px!important;
		text-indent: -9999px;
		overflow: hidden;
		width: 20px;
	}
}

/*お知らせ*/

.infowrap {
/*	margin-bottom: 60px;
	padding:0 20px;*/
    position: relative;
    top: -40px;
}
.infobox {
    position: relative;
    max-width: 980px;
    /*padding: 0 12px;
    background: #fbfbfb;*/
    text-align: center;
    border-bottom: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
}
.infobox:last-child {
/*	border-bottom: 1px solid #ddd;*/
}
.infobox:after {
	/*content: "";*/
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
}
.infoinner {
	position: relative;
	width: auto;
}
.infoinner a{
    word-break: break-all;
    text-align: center;
    line-height: 1.6;
    color: #FFF;
    font-size: 15px;
    display: block;
    padding: 12px 20px;
    background-color: #ff6e9d;
}
/*
.infoinner span:first-child {
	position: absolute;
	top: 0;
	left: 0;
	margin-right:20px;
}
.infoinner span:last-child {
	display: inline-block;
	margin-left: 140px;
}
*/
.infoinner > span {
    margin: 0px;
}
.infobox a:hover {
    color: #FFF;
    background-color: #fb4b94;
}
#left_col {
	position: relative;
}

@media screen and (max-width:770px){
	
	.infowrap {
		/*margin-bottom: 20px;*/
    top: 0;
	}
	.infoinner span:first-child {
		display: block;
		position: static;
		margin-bottom: 10px;
	}
	.infoinner span:last-child {
		display: block;
	    margin-left: 0;
    margin-bottom: 0px;
	}

}

/* お知らせ（WEB改善2022）ここから */
.infowrap {
  width: 980px;
  margin: 60px auto;
  padding: 0 20px;
  border: 1px solid #777777;
  top: 0;
}
.infobox {
  position: relative;
  width: 100%;
  max-width: 100%;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px dotted #777777;
}
.infobox:last-child {
  border-bottom: none;
}
.infoinner a {
  word-break: break-all;
  text-align: left;
  letter-spacing: -0.01em;
  line-height: 1.57;
  color: #111111;
  font-size: 14px;
  display: block;
  padding: 12px 10px 11px;
  background-color: #fff;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
.infobox a:hover {
  color: #111111;
  background-color: #fff;
}
@media screen and (max-width:770px){
	
	.infowrap {
		box-sizing: border-box;
		width: calc(700 / 750 * 100vw);
		margin: 40px auto 50px;
		padding: 0 10px;
		border: 1px solid #777777;
		top: 0;
	}
	.infobox {
		position: relative;
		width: 100%;
		max-width: 100%;
		text-align: center;
		box-sizing: border-box;
		border-bottom: 1px dotted #777777;
	}
	.infobox:last-child {
		border-bottom: none;
	}
	.infoinner a {
		word-break: break-all;
		text-align: left;
		letter-spacing: initial;
		line-height: 1.5;
		color: #111111;
		font-size: 12px;
		display: block;
		padding: 10px 7px 11px;
		background-color: #fff;
		font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
		font-weight: 400;
	}
	.infobox a:hover {
		color: #111111;
		background-color: #fff;
	}

}
/* お知らせ（WEB改善2022）ここまで */

/*メインカテゴリトップ*/

.post_list .large_item .outer {
	position: relative;
}
.post_list .large_item .excerpt {
	padding-top: 10px;
}

@media screen and (max-width:767px) {
	
	.post_list .large_item .title {
		position: static;
		font-size: 18px;
		font-weight: 700;
	}
	.post_list .large_item .title a {
		padding-top: 20px;
		background: #fff;
		color: #000;
	}
	.post_list .large_item .excerpt {
		padding-top: 0;
	}
}

/*フッター*/

/*footer top*/

.footer_top_left {
	float: left;
}
.footer_top_left .footer_logo img {
	vertical-align: middle;
}
.footer_top_left .footer_logo a img:hover {
    opacity: 0.5;
}
.footer_top_left span {
	margin-left: 24px;
	color: #aaa;
	font-size: 12px;
	vertical-align: text-bottom;
}
.footer_top_right { 
	display: table;
	float: right;
}
.footer_top_right .h {
	display: table-cell;
	color: #95989a;
	vertical-align: bottom;
    font-size: 12px;
}
.footer_top_right .social_link li {
	margin-left: 28px;
}
.footer_top_right .social_link li:before {
	top: 0;
	left: 0;
	width: 52px;
	height: 52px;
	color: #95989a;
	font-size: 32px;
	line-height: 32px;
}
.footer_top_right .social_link li a {
	width: 32px;
	height: 32px;
}
#footer_social_link {
	display:table-cell
}

/*footer bottom*/

#footer_bottom {
	padding-bottom: 48px;
}
#footer_bottom_inner {
	position: relative;
	height: auto;
}
.footer_bottom_left .f-link {
	display: table;
	float: left;
	margin-top: 12px;
}
.footer_bottom_left .f-link li { 
	display: table-cell;
	position: relative;
	padding: 0 30px;
	vertical-align: middle;
}
.footer_bottom_left .f-link li:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 30px;
	background: #ddd;
	transform: translateY(-50%);
}
.footer_bottom_left .f-link li:last-child:after { 
	display: none;
}
.footer_bottom_left .f-link li:first-child { 
	padding-left: 0;
}
.footer_bottom_left .f-link li a img:hover{
   opacity: 0.5;
}
.footer_bottom_right {
	float: right; 
	padding: 30px 0 0 0;
}
.footer_bottom_right li {
	display: inline-block;
}
.footer_bottom_right li a {
	padding-left: 8px;
	padding-right: 6px;
	font-size: 12px;
}
.footer_bottom_right li:last-child a {
	padding-right: 0;
}
#footer_menu {
	margin: 0 0 20px;
}
.copyright {
    text-align: right;
    font-size: 11px;}

@media screen and (max-width:1220px){
	#footer {
		padding: 50px 20px 30px;
	}
	#footer_bottom {
		padding: 0 20px 48px;
	}
	#footer_bottom_inner {
		border-top: 1px solid #ddd;
	}
}
@media screen and (max-width:1023px){

	
	.footer_bottom_left .f-link {
		float: none;
		margin: 0 auto;
		padding-top: 30px;
	}
	.footer_bottom_right {
		float: none;
	}
	.copyright {
		margin-top: 44px;
		text-align: center;
	}
}

@media screen and (max-width:767px){
	#footer {
		padding: 60px 20px;
	}
	.footer_top_left {
		margin-bottom: 58px;
		float: none;
		text-align: center;
	}
	.footer_top_left span {
		display: block;
		margin-left: 0;
		padding: 16px 0;
	}
	.footer_top_right {
		display: block;
		float: none;
	}
	.footer_top_right .h {
		display: block;
		text-align: center;
	}
	#footer_social_link {
		display: block;
		margin: 26px 20px 0;
	}
	.footer_top_right .social_link li {
		margin-left: 26px;
	}
.footer_top_right .social_link li a {
	width: 52px;
	height: 52px;
}

	.footer_top_right .social_link li:first-child {
		margin-left: 0;
	}
	.footer_top_right .social_link li:before {
		font-size: 48px;
	}
	.footer_top_right .social_link .facebook:before {
		margin-top: -1px;
	}
	.footer_bottom_left .f-link {
		display: block;
		padding: 52px 0 52px;
	}
	.footer_bottom_left .f-link li {
		display: block;

		margin-bottom: 46px;
		padding: 0;
		text-align: center;
	}
	.footer_bottom_left .f-link li:first-child {
		margin: 0 0 36x;
	}
	.footer_bottom_left .f-link li:last-child {
		margin-bottom: 0;
	}
	.footer_bottom_left .f-link li:after {
		content: none;
	}
	.footer_bottom_right {
		border-top: 1px solid #ddd;
	}
	.copyright {
		font-size: 12px;
	}
}
