@charset "UTF-8";
/*
Theme name: plusmember
Version: 1.0
Author: 株式会社アンビション
Author URI: https://ambition-net.com/
*/
.post-link:hover{
	opacity: .7;
}
.futura{
	font-family: "futura-pt", sans-serif;
font-weight: 500;
font-style: normal;
}
.text-blue{
	color: #063090;
}
.fs-18{
	font-size: 18px;
}
.header-logo{
	width: 182px;
	height: auto;
}
nav .nav-item{
	font-weight: bold;
	align-content: center;
}
nav .nav-item a.nav-link{
	color: #333!important;
	border-left: 1px solid #333;
	padding:.25em 1.5em!important;
}
nav .nav-item.links a.nav-link{
	border-left: none;
	color: #fff!important;
	padding-top: .5em!important;
	padding-bottom: .5em!important;
}
nav .nav-item.links.first a.nav-link{
	background: #B23B6E;
	
}

nav .nav-item.links a.nav-link img{
	transform: translateY(-50%);
}
#mv{
	text-align:center;
	padding:1.5em 0;
	background:#063090;
	margin-bottom:50px;
}
#mv h1{
	color:#fff;
	font-weight:bold;
	font-size:20px;
	line-height:1.5;
	margin-bottom:0px;
}
#mv h1 span{
	font-size:60px;
}
#flow{
	padding-bottom:50px;
	
}.front_list{
	padding: 50px 0;
}
.front_list p{
margin-bottom: 0;
line-height:2;	
}
.front_list h2,#front_news_list h2{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 1.5em;
	padding: .5em 1em;
	
}
#front_expert_list h2{
	background:#5EB3D1;
}
#front_news_list h2{
	background:#959595;
}
#front_shop_list h2{
	background:#D55844;
}
#front_school_list h2{
	background:#5FB47E;
}
.front_list h3{
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 18px;
}
.front_list .thumbnail{
	margin-bottom: 1em;
}
.front_list .thumbnail .new-mark{
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 12px;
	padding: .25em .5em;
	font-weight: 600;
	background: #B23B6E;
}
.front_list .post-des{
	margin-bottom: 1em;
}
.front_list .post-point{
	border-radius: 10px;
	padding: 1em;
}
.front_list .post-point h4{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}
#front_expert_list.front_list .post-point{
	background: #EBF7FF;
	border: 1px solid #5EB3D1;
	line-height:2;	
}
#front_expert_list.front_list .post-point h4{
	color: #5EB3D1;
}

#front_shop_list.front_list .post-point{
	background: #FFE4D0;
	border: 1px solid #D55844;
	line-height:2;
}
#front_shop_list.front_list .post-point h4{
	color: #D55844;
}

#front_school_list.front_list .post-point{
	background: #ECF8F0;
	border: 1px solid #5FB47E;
	line-height:2;
}
#front_school_list.front_list .post-point h4{
	color: #5FB47E;
}
.news_cont p{
	line-height:2;
}
.front_news-wrap .news_ttl{
	display: flex;
	flex-wrap: wrap;
	margin-bottom:0;
	cursor: pointer;
	padding: .5em 0;
	
}.front_news-wrap .news_ttl:hover{
background: #f5f5f5;
}
.front_news-wrap{
	border-bottom: 1px solid #a9a9a9;
	padding: 0;
}
.front_news-wrap .news_ttl .news-date{
	margin-right: 1em;
	width: 6em;
	font-weight: bold;
	margin-bottom: 0;
}
.front_news-wrap .news_ttl .news-title{
	font-size: 18px;
	margin-bottom: 0;
}
#copyright{
	padding: 20px 0;
	text-align: center;
	margin-bottom: 0;
	font-size: 12px;
}
#sp-footer{
	display: none;
}
@media only screen and (max-width: 992px) {
	#navbarSupportedContent{
		display: none;
	}
	.navbar-brand{
		margin-right: 0;
		
	}
	.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
		justify-content: center;
	}
	.front_list{
		padding: 30px 0;
	}
	#mv h1 span{
	font-size:30px;
}
	#mv h1{
	font-size:20px;
}	
	#mv{
	padding:0.8em 0;
}	
	#flow{
		padding-bottom: 30px;
	}
	#sp-footer{
		position: fixed;
		display: block;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
	}
	#sp-footer a{
		margin-bottom: 0;
		padding: 10px 0;
		background: #B23B6E;
		color: #fff;
		font-weight: bold;
	}
	
#copyright{
	padding: 20px 0 64px;
	}
}

/*===============================single.phpのCSS======================*/
body.single h1{
	text-align: center;
	font-size: 40px;
	padding: 30px 0;
	color: #fff;
	font-weight:bold;
	margin-bottom: 2em;
}
body.single h1 span{
	font-size: 25px;
}
body.single.single-restaurant h1{
	background: #D55844;
	
}
body.single.single-expert h1{
	background: #5EB3D1;
	
}
body.single.single-school h1{
	background: #5FB47E;
	
}
body.single section#main_info{
	padding-bottom: 50px;
}
body.single #main_info h2{
	padding:.5em 0;
font-size:25px;
	font-weight: bold;
	margin-bottom: 1em;
	border-top: 2px solid; 
	border-bottom: 2px solid;
	line-height: 1.5;
}
body.single.single-restaurant #main_info h2{
	border-color: #D55844;
	color:#D55844;
	
}
body.single.single-expert #main_info h2{
	border-color: #5EB3D1;
	color:#5EB3D1;
	
}
body.single.single-school #main_info h2{
	border-color: #5FB47E;
	color: #5FB47E;
	
}
body.single p{
	line-height: 2;
	margin-bottom: 0;
}
body.single #menu-service{
	padding: 70px 0 50px;
	
}
body.single.single-expert #menu-service{
	padding: 40px 0 50px;
	
}
body.single.single-restaurant .menu-service_wrap{
	background:#FFF0E3;
	border:1px solid #D55844;
	padding: 1.5em;
	position: relative;
}
body.single.single-restaurant .menu-service_wrap .menu-service_ttl{
	position: absolute;
	left: 0;
	top:0;
	background: #D55844;
	border-radius: 10px 10px 0 0;
	padding: 5px 15px;
	transform: translateY(-100%);
}
body.single.single-restaurant .menu-service_wrap .menu-service_ttl h2{
	color: #fff;
	font-weight: bold;
	font-size:18px;
	margin-bottom:0;
}
body.single.single-school .menu-service_wrap{
	background:#ECF8F0;
	border:1px solid #5FB47E;
	padding: 1.5em;
	position: relative;
}
body.single.single-school .menu-service_wrap .menu-service_ttl{
	position: absolute;
	left: 0;
	top:0;
	background: #5FB47E;
	border-radius: 10px 10px 0 0;
	padding: 10px 15px;
	transform: translateY(-100%);
}
body.single.single-school .menu-service_wrap .menu-service_ttl h2{
	color: #fff;
	font-weight: bold;
	font-size:18px;
	margin-bottom:0;
}

body.single.single-expert .menu-service_wrap{
	background:#EBF7FF;
	border:1px solid #5EB3D1;
	padding: 1.5em;
	position: relative;
}
body.single.single-expert .menu-service_wrap .menu-service_ttl{
	position: absolute;
	left: 0;
	top:0;
	background: #5EB3D1;
	border-radius: 10px 10px 0 0;
	padding:5px 15px;
	transform: translateY(-100%);
}
body.single.single-expert .menu-service_wrap .menu-service_ttl h2{
	color: #fff;
	font-weight: bold;
	font-size:18px;
	margin-bottom:0;
}
body.single .menu-service_wrap p.menu_name{
	margin-bottom: 0;
	font-weight: bold;
	font-size:18px;
	text-align: center;
	line-height:1.5em;
	margin:0.5em 0;
}
body.single .menu-service_wrap p.free_text{
	margin-bottom: 0;
	font-weight: bold;
	font-size:18px;
	line-height:1.6em;
}
body.single.single-restaurant #recommend_point{
	background: #D55844;
	border-radius:20px;
	padding:1.5em;
}
body.single.single-expert #recommend_point{
	background: #5EB3D1;
	border-radius:20px;
	padding:1.5em;
}
body.single.single-school #recommend_point{
	background: #5FB47E;

	border-radius:20px;
	padding:1.5em 2em;
}
body.single #recommend_point p{
	color: #fff;
	margin-bottom: 0;
	
}
body.single #recommend_point h2{
	color: #fff;
	margin-bottom: 1.5em;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
body.single #recommend_point h2 span{
	position: relative;
}
body.single #recommend_point h2 span::before{
	content:"";
	width: 37.57px;
	height:  42.57px;
	position: absolute;
	left: -50px;
	top:calc(50% - 30px);
	background: url("./assets/img/good.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
body.single #based_info{
	padding: 50px 0;
}
body.single.single-restaurant .chart_wrap{
	padding:1em;
	background: #FFF0E3;
}
body.single .chart_wrap .chart_row {
	margin-bottom: 2em;
}
body.single.single-restaurant .chart_wrap .chart_row h3{
	text-align: center;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
}

body.single.single-school .chart_wrap .chart_row h3{
	text-align: center;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
}
body.single.single-restaurant .chart_wrap .chart_review ul li{
color:#D55844;
}
body.single.single-school .chart_wrap {
	padding:1em;
	background: #ECF8F0;
}
body.single.single-school .chart_wrap .chart_review ul li{
color:#5FB47E;
}

body.single .chart_wrap .chart_review ul {
display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-between;
	padding: 16px 0 0;
	margin: 0;
	position: relative;
}
body.single .chart_wrap .chart_review ul::after {
	content: "";
	width: 99%;
	height: 1px;
	position: absolute;
	top:calc(50% + 8px);
	left: 0.5%;
}
body.single.single-school .chart_wrap .chart_review ul::after{
	background: #5FB47E;
}
body.single.single-restaurant .chart_wrap .chart_review ul::after{
	background: #D55844;
}
body.single .chart_wrap .chart_row .chart_review ul li{
	position: relative;
}
body.single .chart_wrap .chart_row.age .chart_review ul li:first-child::before{
	content: "低";
	font-size: 14px;
	position: absolute;
	top:-16px;
	left: 0;
	color: #000;
	line-height: 1;
	
	
}
body.single .chart_wrap .chart_row.age .chart_review ul li:last-child::before{
	content: "高";
	font-size: 14px;
	position: absolute;
	top:-16px;
	left: 0;
	color: #000;
	line-height: 1;
}
body.single .chart_wrap .chart_row.sex .chart_review ul li:first-child::before{
	content: "男";
	font-size: 14px;
	position: absolute;
	top:-16px;
	left: 0;
	color: #000;
	line-height: 1;
	
	
}
body.single .chart_wrap .chart_row.sex .chart_review ul li:last-child::before{
	content: "女";
	font-size: 14px;
	position: absolute;
	top:-16px;
	left: 0;
	color: #000;
	line-height: 1;
}
body.single .chart_wrap .review-1 .chart_review ul::before {
	content: "";
	width: 14px;
	height: 14px;
	background: #000;
	left: -7px;
	top:calc(50% + 1.5px);
	transform: rotate(45deg);
	position:absolute;
	z-index:1;
}
body.single .chart_wrap .review-2 .chart_review ul::before {
	content: "";
	width: 14px;
	height: 14px;
	background: #000;
	left: calc((100%/7)*2 - 9.9px);
	top:calc(50% + 1.5px);
	transform: rotate(45deg);
	position:absolute;
	z-index:1;
}
body.single .chart_wrap .review-3 .chart_review ul::before {
	content: "";
	width: 14px;
	height: 14px;
	background: #000;
	left: calc((100%/7)*3 - 9.9px);
	top:calc(50% + 1.5px);
	transform: rotate(45deg);
	position:absolute;
	z-index:1;
}
body.single .chart_wrap .review-4 .chart_review ul::before {
	content: "";
	width: 14px;
	height: 14px;
	background: #000;
	left: calc(50% - 7px);
	top:calc(50% + 1.5px);
	transform: rotate(45deg);
	position:absolute;
	z-index:1;
}
body.single .chart_wrap .review-5 .chart_review ul::before {
	content: "";
	width: 14px;
	height: 14px;
	background: #000;
	left: calc((100%/7)*5 - 9.9px);
	top:calc(50% + 1.5px);
	transform: rotate(45deg);
	position:absolute;
	z-index:1;
}
body.single .chart_wrap .review-6 .chart_review ul::before {
	content: "";
	width: 14px;
	height: 14px;
	background: #000;
	left: calc((100%/7)*6 - 9.9px);
	top:calc(50% + 1.5px);
	transform: rotate(45deg);
	position:absolute;
	z-index:1;
}
body.single .chart_wrap .review-7 .chart_review ul::before {
	content: "";
	width: 14px;
	height: 14px;
	background: #000;
	left: 100%;
	top:calc(50% + 1.5px);
	transform: rotate(45deg);
	position:absolute;
	z-index:1;
}
body.single .information h2{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: .5em;
	margin-bottom: 1.5em;
}
body.single.single-school .information h2{
	background:#5FB47E;
} 
body.single.single-restaurant .information h2{
	background:#D55844;
} 
body.single.single-expert .information h2{
	background:#5EB3D1;
} 
body.single .information p{
	font-size: 18px;
	line-height:1.8em;
	font-weight: bold;
}

body.single #single_cta{
	text-align: center;
	padding: 50px 0;
}
body.single #single_cta a{
	display: inline-block;
	padding: .5em 4em;
	background:#B23B6E;
	color: #fff;
	text-decoration: none;
	position: relative;
	font-weight:bold;
}
body.single #single_cta a::after{
	content: "";
	position: absolute;
	width:23px;
	height: 5.5px;
		top:calc(50% - 5.5px);
	right: 7%;
	background: url("./assets/img/arrow_w.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media only screen and (max-width: 992px) {
	body.single h1 {
    font-size: 22px;
	margin-bottom: 1em;
	line-height:1.2em;	
	padding:15px 0;
}
body.single h1 span {
    font-size: 18px;
}
	body.single #main_info h2 {
		font-size: 20px;
		margin-bottom: .5em;
	}
	body.single #menu-service {
    padding: 74px 0 30px;
}
	body.single .information h2 {
		margin-bottom: .5em;
	}
	body.single #recommend_point h2 span::before{
	left: -45px;
	}
}