@charset "UTF-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#inner_mainVis
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#inner_mainVis {
	line-height: 0;
	margin-bottom: 0;
	background: url(../images/plan/mainVis_img01.jpg) no-repeat;
	background-size: cover;
	display: block;
	justify-content: center;
	align-items: center;
}
#inner_mainVis .sub_tt {
	color: #d2bda4;
	padding: 140px 0 45px;
	-moz-text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.9);
	-webkit-text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.9);
	-ms-text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.9);
	text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.9);
	position: relative;
}
#inner_mainVis .sub_tt::before {
	position: absolute;
	content: "";
	background: url(../images/contents_tt_line.png) no-repeat;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
	width: 78px;
	height: 6px;
}
#inner_mainVis .ttl {
	color: #fff;
	-moz-text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
	-webkit-text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
	-ms-text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
	text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
}
#inner_mainVis .ttl_kana {
	display: block;
}

@media (min-width: 1000px){
	#inner_mainVis {
		min-height: 400px;
		background-position: center;
	}
	#inner_mainVis .ttl {
		font-size: 60px;
		line-height: 60px;
		height: 96px;
	}
	#inner_mainVis .ttl_kana {
		font-size: 16px;
		line-height: 16px;
		letter-spacing: 1px;
		margin-top: 20px;
	}
}
@media (max-width: 999px){
	#inner_mainVis {
		background: url(../images/plan/sp/mainVis_img01.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	#inner_mainVis .sub_tt {
		padding: 60px 0 45px;
	}
	#inner_mainVis .sub_tt::before {
		background: url(../images/sp/contents_tt_line.png) no-repeat;
		background-size: 55px 9px;
		width: 55px;
		height: 9px;
	}
	#inner_mainVis .ttl {
		font-size: 31px;
		line-height: 30px;
	}
	#inner_mainVis .ttl_kana {
		font-size: 11px;
		letter-spacing: 1px;
	}
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plan
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#plan {
	max-width: 1000px;
	margin: 95px auto;
	text-align: left;
}
#plan .plan_box + .plan_box {
	margin-top: 35px;
}
#plan .article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#plan h3 {
	width: 100%;
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	padding: 18px 30px 12px;
	background: #eee;
	box-sizing: border-box;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#plan h3 small {
	font-size: 18px;
	font-weight: normal;
}
#plan .article_mainText {
	width: 620px;
	margin-left: 25px;
}
#plan .article_mainText .subtt {
	font-size: 16px;
	line-height: 1.8;
}
#plan .article_mainText .price {
	padding: 20px;
	font-size: 30px;
	text-align: center;
	margin-bottom: 24px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#plan .article_mainText .price small.num {
	font-size: 18px;
}
#plan .article_mainText .price small {
	font-size: 14px;
}
#plan .article_mainText .point {
	margin-top: 30px;
	padding: 25px;
	background-color: #b9c965;
	position: relative;
}
#plan .article_mainText .point::after {
	position: absolute;
	content: url(../images/plan/icon_pre.png);
	display: inline-block;
	top: -5px;
	left: 25px;
}
#plan .article_mainText .point .point_inner {
	font-size: 16px;
	line-height: 2.2em;
	padding: 35px 50px;
	background-color: #FFF;
	border: 1px solid #000;
	box-shadow: 3px 3px 0px 0 rgb(51, 51, 51);
	position: relative;
}
#plan .article_mainText .point .point_inner::before {
	position: absolute;
	content: "";
	display: block;
	top: 22px;
	right: -18px;
	width: 80px;
	height: 1px;
	background-color: #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#plan .article_mainText .point .point_inner::after {
	position: absolute;
	content: "";
	display: block;
	bottom: 22px;
	left: -16px;
	width: 80px;
	height: 1px;
	background-color: #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#plan .article_mainText .point .point_inner small {
	font-size: 14px;
	line-height: 1.6em;
}
#plan .article_image {
	width: 300px;
	margin-right: 25px;
}
#plan .article_image img {
	width: 100%;
}
#plan .plan_more {
	width: 960px;
	margin: 40px 25px	20px;
}
#plan .plan_more .panel {
	display: none;
	background-color: #ccb69c;
	padding: 0 30px 30px;
}
#plan .plan_more .btn {
	display: flex;
	justify-content: center;
	padding: 25px 30px;
	flex-grow: 1;
	outline: none;
	border: none;
	text-align: center;
	background-color: #ccb69c;
	cursor: pointer;
}
#plan .plan_more .btn .btn_icon {
	width: 19px;
	height: 19px;
	background-color: #333;
	margin: 3px 10px 0 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#plan .plan_more .btn .close,
#plan .plan_more .btn.open .open {
	display: none;
}
#plan .plan_more .btn.open .close {
	display: inline;
}
#plan .plan_more .btn .btn_icon::before,
#plan .plan_more .btn .btn_icon::after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #FFF;
}
#plan .plan_more .btn .btn_icon::before {
	width: 19px;
	height: 1px;
}
#plan .plan_more .btn .btn_icon::after {
	width: 1px;
	height: 19px;
}
#plan .plan_more .btn.open .btn_icon::after {
	display: none;
}
#plan .plan_more .btn .btn_name {
	font-size: 18px;
	font-family: YuMincho, 'Yu Mincho', serif;
}
#plan .plan_more ul {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
#plan .plan_more ul li {
	width: calc(50% - 1px);
	margin-bottom: 2px;
	padding: 15px 20px;
	background-color: #FFF;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#plan .plan_more ul li:nth-child(odd) {
	margin-right: 2px;
}
#plan .bikou {
	font-size: 16px;
	line-height: 2.2em;
	padding: 0 30px 20px;
	margin: 0 25px;
}
#plan .bikou ul li {
	margin-top: 5px;
}
#plan .fair {
	padding: 30px 0;
}
#plan .fair a {
	color: #fff;
	width: 278px;
	height: 49px;
	display: block;
	margin: 0 auto;
	font-size: 14px;
	background: #222;
	line-height: 49px;
	text-align: center;
	position: relative;
	letter-spacing: 0.1em;
	border: 1px solid #222;
	transition-duration: 0.3s;
}
#plan .fair a::after {
	top: 3px;
	left: 3px;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	border: 1px solid #222;
}
#plan .fair a:hover {
	color: #222;
	background: #fff;
}
#plan .fair a span {
	display: block;
	padding-right: 40px;
}
#plan .fair a span::before,
#plan .fair a span::after {
	content: "";
	display: block;
	margin: auto 0;
	position: absolute;
}
#plan .fair a span::before {
	top: 0;
	bottom: 0;
	right: 23px;
	height: 0;
	width: 23px;
	border-top: 1px dotted #fff;
}
#plan .fair a span::after {
	top: 0;
	bottom: 2px;
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2px;
	border-color: transparent transparent #fff #fff;
}
#plan .fair a:hover span::before {
	border-top-color: #222;
}
#plan .fair a:hover span::after {
	border-color: transparent transparent #222 #222;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (max-width: 999px) {
	#plan {
		width: auto;
		margin: 50px 0 70px;
	}
	#plan .plan_box {
		padding: 0 20px;
	}
	#plan .plan_box + .plan_box {
		margin-top: 45px;
	}
	#plan h3 {
		order: 2;
		font-size: 17px;
		line-height: 25px;
		padding: 15px 0;
		margin: 15px 0;
	}
	#plan h3 small {
		font-size: 15px;
	}
	#plan .article_mainText {
		order: 3;
		width: 100%;
		margin-left: 0;
	}
	#plan .article_mainText .price {
		margin: 0 25px;
		font-size: 25px;
		padding: 8px 0 5px;
	}
	#plan .article_mainText .subtt {
		font-size: 12px;
		line-height: 20px;
		margin-top: 8px;
	}
	#plan .article_mainText .price small {
		font-size: 12px;
	}
	#plan .article_mainText .price small.num {
		font-size: 13px;
	}
	#plan .article_mainText .point {
		padding: 20px;
	}
	#plan .article_mainText .point::after {
		top: -9px;
		left: 20px;
	}
	#plan .article_mainText .point .point_inner {
		font-size: 12px;
		line-height: 18px;
		padding: 40px 30px;
	}
	#plan .article_mainText .point .point_inner > * + *,
	#plan .article_mainText .point .point_inner li + li {
		margin-top: 0.8em;
	}
	#plan .article_mainText .point .point_inner li {
		padding-left: 1em;
		text-indent: -1em;
	}
	#plan .article_mainText .point .point_inner small {
		font-size: 11px;
	}

	#plan .article_image {
		order: 1;
		width: 100%;
		margin-right: 0;
	}
	#plan .plan_more {
		width: auto;
		margin: 20px -25px;
	}
	#plan .plan_more .btn {
		padding: 20px;
	}
	#plan .plan_more .btn .btn_icon {
		width: 13px;
		height: 13px;
	}
	#plan .plan_more .btn .btn_icon::before {
		width: 100%;
	}
	#plan .plan_more .btn .btn_icon::after {
		height: 100%;
	}
	#plan .plan_more .btn .btn_name {
		font-size: 15px;
	}
	#plan .plan_more .panel {
		padding: 0 20px 20px;
	}
	#plan .plan_more ul {
		display: block;
	}
	#plan .plan_more ul li {
		width: auto;
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 2px;
		padding: 8px 12px;
		margin-bottom: 1px;
		letter-spacing: 0.05em;
	}
	#plan .plan_more ul li:nth-child(odd) {
		margin-right: 0;
	}
	#plan .bikou {
		margin: 0;
		padding: 0;
		font-size: 12px;
		line-height: 20px;
	}
	#plan .bikou > * + * {
		margin-top: 1em;
	}
	#plan .fair {
		padding-bottom: 0;
	}
	#plan .fair a {
		width: 283px;
		height: 52px;
	}
}