@charset "UTF-8";
/* ===================================================================
CSS information

file name  : plan.css
author     : Ability Consultant
style info : プラン
=================================================================== */
#contents .txt_intro, .con_page_link_slide, .top .con_recommend, .top .con_plan, .detail .con_plan .con_inner {
	max-width: 1260px;
	margin: auto;
}

@media only screen and (max-width: 1024px) {
	#contents .txt_intro, .con_page_link_slide, .top .con_recommend, .top .con_plan, .detail .con_plan .con_inner {
		width: 95%;
	}
}

.con_page_link_slide .slick-list:after, .detail .con_plan .con_inner:after, .detail .con_plan .box_top:after, .detail .con_plan .box_top .box_content .box_tokuten dl:after, .detail .con_plan .con_plan_slide:after {
	content: "";
	display: table;
	clear: both;
}

/*----------------------------------------------------
	common
----------------------------------------------------*/
.st_high {
	margin-bottom: 30px;
	text-align: center;
	font-weight: normal;
	position: relative;
	color: #484848;
	padding-bottom: 0.7em;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.st_high {
		margin-bottom: 30px;
	}
}

.st_high span {
	display: block;
}

.st_high span.jp {
	font-size: 225%;
}

@media only screen and (max-width: 767px) {
	.st_high span.jp {
		font-size: 150%;
	}
}

.st_high span.en {
	font-family: "Crimson Text", serif;
	font-size: 125%;
	color: #929292;
}

@media only screen and (max-width: 767px) {
	.st_high span.en {
		font-size: 100%;
	}
}

.st_high:after {
	content: " ";
	display: block;
	width: 80px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #484848;
}

@media only screen and (max-width: 767px) {
	.st_high:after {
		width: 60px;
	}
}

#contents .txt_intro {
	text-align: center;
	margin-bottom: 1%;
}

@media only screen and (max-width: 767px) {
	#contents .txt_intro {
		text-align: left;
		margin-bottom: 5%;
	}
}

.clone {
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.clone .pic {
		margin-bottom: 20px;
		text-align: center;
	}
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
	background-image: url(../plan/images/img_title-pc.jpg);
}

@media only screen and (max-width: 767px) {
	.con_title {
		background-image: url(../plan/images/img_title-sp.jpg);
	}
}

/* -----------------------------------------------------------
	.con_page_link_slide
----------------------------------------------------------- */
.con_page_link_slide {
	padding: 2em 0;
	overflow: hidden;
	margin-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_page_link_slide {
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.con_page_link_slide {
		margin-bottom: 2em;
	}
}

.con_page_link_slide .slick-list {
	overflow: visible;
}

.con_page_link_slide .slide {
	padding: 0 10px;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.con_page_link_slide .slide {
		padding: 0 0.5em;
	}
}

.con_page_link_slide .slide a {
	display: block;
	text-decoration: none;
	padding: 10px 10px 3.5em;
	box-shadow: 0px 0px 4px 2px #f7f7f7;
	position: relative;
}

.con_page_link_slide .slide a:before {
	content: '\f123';
	font-family: "Ionicons";
	position: absolute;
	bottom: 0.5em;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: center;
	width: 100%;
	border: solid 1px #ccc;
	line-height: 2em;
	vertical-align: middle;
	width: 2em;
	height: 2em;
	-webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.con_page_link_slide .slide a:hover {
	box-shadow: 0px 0px 4px 2px #ebebeb;
}

.con_page_link_slide .slide a:hover:before {
	background: #464646;
	color: #fff;
}

.con_page_link_slide .slide a:hover .ic {
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.con_page_link_slide .slide a .ic {
	position: absolute;
	top: -.5em;
	left: -.5em;
	width: 4em;
	height: 4em;
	line-height: 4em;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.con_page_link_slide .slide a .ic.rec {
	background: #da6a97;
	font-size: 75%;
	letter-spacing: -0.15em;
}

.con_page_link_slide .slide a .ic.new {
	background: #464646;
	font-size: 75%;
}

.con_page_link_slide .slide a .img {
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_page_link_slide .slide a .img {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.con_page_link_slide .slide a .img {
		margin-bottom: 0.7em;
	}
}

.con_page_link_slide .slide a .st {
	text-align: center;
	font-size: 88%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	line-height: 1.2;
}

.con_page_link_slide .slick-track {
	margin: auto;
}

.con_page_link_slide .slick-dots {
	padding-top: 30px;
	position: relative;
	z-index: 99;
	padding-top: 1.5em;
}

.con_page_link_slide .slick-dots > li.slick-active button {
	background: #da6a97;
}

.con_page_link_slide .slick-dots > li button {
	background: #ccc;
}

/*----------------------------------------------------
	.top .con_recommend
----------------------------------------------------*/
.top .con_recommend {
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	padding: 3px;
}

.top .con_recommend .con_inner {
	padding: 65px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_recommend .con_inner {
		padding: 35px 15px;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.top .con_recommend .con_inner {
		padding: 4%;
		width: 100%;
	}
}

.top .con_recommend .st_mid_ornament {
	background: url(../images/common/bg_ornament.png) center 0 no-repeat;
	background-size: 101px auto;
	font-size: 207%;
	color: #787878;
	font-family: "Crimson Text", serif;
	letter-spacing: .6ex;
	text-align: center;
	font-weight: normal;
	padding-top: 8px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.top .con_recommend .st_mid_ornament {
		font-size: 157%;
		margin-bottom: .5em;
	}
}

.top .con_recommend .box_recommend {
	overflow: hidden;
}

.top .con_recommend .box_recommend .box_content {
	float: left;
	width: 48%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_recommend .box_recommend .box_content {
		width: 48%;
	}
}

@media only screen and (max-width: 767px) {
	.top .con_recommend .box_recommend .box_content {
		float: none;
		width: 100%;
	}
}

.top .con_recommend .box_recommend .box_content .box_title {
	text-align: center;
}

.top .con_recommend .box_recommend .box_content .box_title h4 {
	font-weight: normal;
	text-align: left;
	font-size: 175%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_recommend .box_recommend .box_content .box_title h4 {
		font-size: 144%;
	}
}

@media only screen and (max-width: 767px) {
	.top .con_recommend .box_recommend .box_content .box_title h4 {
		font-size: 125%;
	}
}

@media only screen and (max-width: 767px) {
	.top .con_recommend .box_recommend .box_content .box_title h4 {
		margin-bottom: 1em;
	}
}

.top .con_recommend .box_recommend .box_content .box_title h4 span {
	font-size: 50%;
	color: #fff;
	background: #464646;
	display: inline-block;
	padding: 0.2em 0.8em;
	margin-right: 10px;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.top .con_recommend .box_recommend .box_content .box_title h4 span {
		font-size: 60%;
	}
}

.top .con_recommend .box_recommend .box_content .box_title .bg {
	margin: 1em 0;
	padding: 15px 10px;
	text-align: center;
	background: #ede8e0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_recommend .box_recommend .box_content .box_title .bg {
		padding: 20px;
		background-size: contain;
	}
}

@media only screen and (max-width: 767px) {
	.top .con_recommend .box_recommend .box_content .box_title .bg {
		padding: 10px;
		margin-top: 6%;
	}
}

.top .con_recommend .box_recommend .box_content .box_title dl {
	font-size: 120%;
	text-align: center;
	display: inline-block !important;
}

.top .con_recommend .box_recommend .box_content .box_title dl dt, .top .con_recommend .box_recommend .box_content .box_title dl dd {
	display: inline-block;
}

.top .con_recommend .box_recommend .box_content .box_title dl dt span {
	font-size: 150%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_recommend .box_recommend .box_content .box_title dl dt span {
		font-size: 144%;
	}
}

@media only screen and (max-width: 767px) {
	.top .con_recommend .box_recommend .box_content .box_title dl dt span {
		font-size: 125%;
	}
}

.top .con_recommend .box_recommend .box_content .box_title dl dd span {
	font-size: 150%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_recommend .box_recommend .box_content .box_title dl dd span {
		font-size: 144%;
	}
}

@media only screen and (max-width: 767px) {
	.top .con_recommend .box_recommend .box_content .box_title dl dd span {
		font-size: 125%;
	}
}

.top .con_recommend .box_recommend .box_content .box_title .txt_desc {
	display: inline-block !important;
}

.top .con_recommend .box_recommend .box_content .box_title .txt_additional {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 1px solid #fff;
	font-size: 120%;
}

@media only screen and (max-width: 767px) {
	.top .con_recommend .box_recommend .box_content .box_title .txt_additional {
		margin-top: .5em;
		padding-top: .5em;
	}
}

.top .con_recommend .box_recommend .box_content .txt {
	font-size: 88%;
	color: #444;
	margin-top: 10px;
}

@media only screen and (max-width: 767px) {
	.top .con_recommend .box_recommend .box_content .txt {
		margin-top: 6%;
	}
}

.top .con_recommend .box_recommend .box_content table {
	width: 100%;
	margin-top: 20px;
}

.top .con_recommend .box_recommend .box_content table th {
	width: 25%;
}

@media only screen and (max-width: 767px) {
	.top .con_recommend .box_recommend .box_content table {
		margin-top: 4%;
	}
}

.top .con_recommend .box_recommend .box_content .box_tokuten {
	width: 100%;
	background: #fff;
	padding: 3px;
	margin-top: 25px;
	float: left;
}

@media only screen and (max-width: 767px) {
	.top .con_recommend .box_recommend .box_content .box_tokuten {
		float: none;
		margin-top: 4%;
	}
}

.top .con_recommend .box_recommend .box_content .box_tokuten dl {
	border: 1px solid #d3d3d3;
	padding: 15px 20px;
	overflow: hidden;
}

.top .con_recommend .box_recommend .box_content .box_tokuten dl dt {
	color: #da6a97;
	float: left;
	padding-right: 1em;
	margin-right: 1em;
	border-right: 1px solid #d3d3d3;
}

.top .con_recommend .box_recommend .box_content .box_tokuten dl dd {
	color: #da6a97;
	float: left;
	text-align: left;
	overflow: hidden;
}

.top .con_recommend .box_recommend .box_imge {
	float: right;
	width: 48%;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.top .con_recommend .box_recommend .box_imge {
		width: 100%;
		float: none;
	}
}

.top .con_recommend .box_recommend .box_imge .img {
	margin-bottom: 1em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_recommend .box_recommend .box_imge .img {
		width: 48%;
		height: 0;
		padding-top: 32%;
		position: relative;
	}
}

@media only screen and (max-width: 767px) {
	.top .con_recommend .box_recommend .box_imge .img {
		width: 100%;
		float: none;
		padding-top: 0%;
		margin-top: 6%;
	}
}

.top .con_recommend .box_recommend .box_imge .img img {
	width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_recommend .box_recommend .box_imge .img img {
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_recommend .box_recommend .box_imge .box_price {
		font-size: 75%;
		background-size: contain;
	}
}

@media only screen and (max-width: 767px) {
	.top .con_recommend .box_recommend .box_imge .box_price {
		background: none;
		width: 100%;
		float: none;
		margin-top: 6%;
		border-left: none;
		border-right: none;
	}
}

.top .con_recommend .box_recommend .box_imge .box_price .bg {
	padding: 30px 15px;
	text-align: center;
	background: #ede8e0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_recommend .box_recommend .box_imge .box_price .bg {
		padding: 20px;
		background-size: contain;
	}
}

@media only screen and (max-width: 767px) {
	.top .con_recommend .box_recommend .box_imge .box_price .bg {
		padding: 10px;
		margin-top: 6%;
	}
}

.top .con_recommend .box_recommend .box_imge .box_price dl {
	font-size: 120%;
	text-align: center;
}

.top .con_recommend .box_recommend .box_imge .box_price dl dt, .top .con_recommend .box_recommend .box_imge .box_price dl dd {
	display: inline-block;
}

.top .con_recommend .box_recommend .box_imge .box_price dl dt span {
	font-size: 150%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_recommend .box_recommend .box_imge .box_price dl dt span {
		font-size: 144%;
	}
}

@media only screen and (max-width: 767px) {
	.top .con_recommend .box_recommend .box_imge .box_price dl dt span {
		font-size: 125%;
	}
}

.top .con_recommend .box_recommend .box_imge .box_price dl dd span {
	font-size: 150%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_recommend .box_recommend .box_imge .box_price dl dd span {
		font-size: 144%;
	}
}

@media only screen and (max-width: 767px) {
	.top .con_recommend .box_recommend .box_imge .box_price dl dd span {
		font-size: 125%;
	}
}

.top .con_recommend .box_recommend .box_imge .box_price .txt_additional {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #fff;
	font-size: 120%;
}

@media only screen and (max-width: 767px) {
	.top .con_recommend .box_recommend .box_imge .box_price .txt_additional {
		margin-top: .5em;
		padding-top: .5em;
	}
}

/*----------------------------------------------------
	.con_plan
----------------------------------------------------*/
.top .con_plan {
	margin: 70px auto 0 auto;
}

@media only screen and (max-width: 767px) {
	.top .con_plan {
		margin-top: 3%;
	}
}

.top .con_plan .box_plan {
	padding: 30px 0;
	border-bottom: 1px solid #d3d3d3;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.top .con_plan .box_plan {
		padding: 6% 0;
	}
}

.top .con_plan .box_plan.fitted {
	cursor: pointer;
}

.top .con_plan .box_plan.fitted.hovered {
	background: #ede8e0;
	opacity: .9;
}

@media only screen and (max-width: 767px) {
	.top .con_plan .box_plan.fitted.hovered {
		background: none;
	}
}

.top .con_plan .box_plan.fitted.hovered h4 a {
	text-decoration: none;
}

.top .con_plan .box_plan .box_content {
	float: left;
	width: 67%;
	padding-right: 2%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_plan .box_plan .box_content {
		width: 67%;
		padding-right: 2%;
	}
}

@media only screen and (max-width: 767px) {
	.top .con_plan .box_plan .box_content {
		float: none;
		width: 100%;
		padding-left: 0;
	}
}

.top .con_plan .box_plan .box_content .box_title h4 {
	font-weight: normal;
	font-size: 175%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_plan .box_plan .box_content .box_title h4 {
		font-size: 144%;
	}
}

@media only screen and (max-width: 767px) {
	.top .con_plan .box_plan .box_content .box_title h4 {
		font-size: 125%;
	}
}

@media only screen and (max-width: 767px) {
	.top .con_plan .box_plan .box_content .box_title h4 {
		margin-bottom: 1em;
	}
}

.top .con_plan .box_plan .box_content .box_title h4 span {
	font-size: 60%;
	color: #fff;
	background: #464646;
	display: inline-block;
	padding: 0.2em 0.8em;
	margin-right: 10px;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.top .con_plan .box_plan .box_content .box_title h4 span {
		font-size: 70%;
	}
}

.top .con_plan .box_plan .box_content .box_title .txt_catch {
	margin-top: 1em;
	font-size: 110%;
}

.top .con_plan .box_plan .box_content .bg {
	margin: 1em 0;
	padding: 15px 10px;
	text-align: center;
	background: #ede8e0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_plan .box_plan .box_content .bg {
		padding: 20px;
		background-size: contain;
	}
}

@media only screen and (max-width: 767px) {
	.top .con_plan .box_plan .box_content .bg {
		padding: 10px;
		margin-top: 6%;
	}
}

.top .con_plan .box_plan .box_content dl {
	font-size: 120%;
	text-align: center;
	display: inline-block !important;
}

.top .con_plan .box_plan .box_content dl dt, .top .con_plan .box_plan .box_content dl dd {
	display: inline-block;
}

.top .con_plan .box_plan .box_content dl dt span {
	font-size: 150%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_plan .box_plan .box_content dl dt span {
		font-size: 144%;
	}
}

@media only screen and (max-width: 767px) {
	.top .con_plan .box_plan .box_content dl dt span {
		font-size: 125%;
	}
}

.top .con_plan .box_plan .box_content dl dd span {
	font-size: 150%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_plan .box_plan .box_content dl dd span {
		font-size: 144%;
	}
}

@media only screen and (max-width: 767px) {
	.top .con_plan .box_plan .box_content dl dd span {
		font-size: 125%;
	}
}

@media only screen and (min-width: 768px) {
	.top .con_plan .box_plan .box_content .txt_desc {
		display: inline-block !important;
	}
}

@media print {
	.top .con_plan .box_plan .box_content .txt_desc {
		display: inline-block !important;
	}
}

.ie8 .top .con_plan .box_plan .box_content .txt_desc {
	display: inline-block !important;
}

.top .con_plan .box_plan .box_content .txt_additional {
	margin-top: 0.5em;
	padding-top: 0.5em;
	font-size: 120%;
}

@media only screen and (min-width: 768px) {
	.top .con_plan .box_plan .box_content .txt_additional {
		display: inline-block !important;
	}
}

@media print {
	.top .con_plan .box_plan .box_content .txt_additional {
		display: inline-block !important;
	}
}

.ie8 .top .con_plan .box_plan .box_content .txt_additional {
	display: inline-block !important;
}

@media only screen and (max-width: 767px) {
	.top .con_plan .box_plan .box_content .txt_additional {
		border-top: 1px solid #fff;
		margin-top: .5em;
		padding-top: .5em;
	}
}

.top .con_plan .box_plan .box_content .txt {
	font-size: 88%;
	margin-top: 15px;
	color: #444;
}

@media only screen and (max-width: 767px) {
	.top .con_plan .box_plan .box_content .txt {
		margin-top: 4%;
	}
}

.top .con_plan .box_plan .box_content table {
	width: 100%;
	margin-top: 20px;
}

.top .con_plan .box_plan .box_content table th {
	width: 25%;
}

@media only screen and (max-width: 767px) {
	.top .con_plan .box_plan .box_content table {
		margin-top: 4%;
		width: 100%;
	}
}

.top .con_plan .box_plan .box_content .box_tokuten {
	width: 100%;
	background: #fff;
	padding: 3px;
	margin-top: 25px;
	float: left;
}

@media only screen and (max-width: 767px) {
	.top .con_plan .box_plan .box_content .box_tokuten {
		float: none;
		margin-top: 4%;
	}
}

.top .con_plan .box_plan .box_content .box_tokuten dl {
	border: 1px solid #d3d3d3;
	padding: 15px 20px;
	overflow: hidden;
	text-align: left !important;
}

.top .con_plan .box_plan .box_content .box_tokuten dl dt {
	color: #da6a97;
	float: left;
	padding-right: 1em;
	margin-right: 1em;
	border-right: 1px solid #d3d3d3;
}

.top .con_plan .box_plan .box_content .box_tokuten dl dd {
	color: #da6a97;
	float: left;
	overflow: hidden;
}

.top .con_plan .box_plan .box_image {
	width: 29%;
	float: right;
}

@media only screen and (max-width: 767px) {
	.top .con_plan .box_plan .box_image {
		width: 100%;
		float: none;
		margin-top: 6%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_plan .box_plan .box_image .box_price {
		font-size: 75%;
		background-size: contain;
	}
}

@media only screen and (max-width: 767px) {
	.top .con_plan .box_plan .box_image .box_price {
		background: none;
		width: 100%;
		float: none;
		margin-top: 6%;
		border-left: none;
		border-right: none;
	}
}

.top .con_plan .box_plan .box_image .box_price .bg {
	padding: 30px 15px;
	text-align: center;
	background: #ede8e0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_plan .box_plan .box_image .box_price .bg {
		padding: 20px;
		background-size: contain;
	}
}

@media only screen and (max-width: 767px) {
	.top .con_plan .box_plan .box_image .box_price .bg {
		padding: 10px;
		margin-top: 6%;
	}
}

.top .con_plan .box_plan .box_image .box_price dl {
	font-size: 120%;
	text-align: center;
}

.top .con_plan .box_plan .box_image .box_price dl dt, .top .con_plan .box_plan .box_image .box_price dl dd {
	display: inline-block;
}

.top .con_plan .box_plan .box_image .box_price dl dt span {
	font-size: 150%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_plan .box_plan .box_image .box_price dl dt span {
		font-size: 144%;
	}
}

@media only screen and (max-width: 767px) {
	.top .con_plan .box_plan .box_image .box_price dl dt span {
		font-size: 125%;
	}
}

.top .con_plan .box_plan .box_image .box_price dl dd span {
	font-size: 150%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_plan .box_plan .box_image .box_price dl dd span {
		font-size: 144%;
	}
}

@media only screen and (max-width: 767px) {
	.top .con_plan .box_plan .box_image .box_price dl dd span {
		font-size: 125%;
	}
}

.top .con_plan .box_plan .box_image .box_price .txt_additional {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #fff;
	font-size: 120%;
}

@media only screen and (max-width: 767px) {
	.top .con_plan .box_plan .box_image .box_price .txt_additional {
		margin-top: .5em;
		padding-top: .5em;
	}
}

.top .con_plan .box_plan .box_image .img {
	overflow: hidden;
	margin-bottom: 1em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_plan .box_plan .box_image .img {
		width: 100%;
		height: 0;
		padding-top: 75%;
		position: relative;
	}
}

.top .con_plan .box_plan .box_image .img img {
	width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top .con_plan .box_plan .box_image .img img {
		position: absolute;
		top: 0;
		left: 0;
	}
}

.top .con_plan .box_plan .box_image .btn_basic {
	text-align: center;
	margin-bottom: 30px;
}

.top .con_plan .box_plan .box_image .btn_basic a {
	display: inline-block;
	padding: 1em 2em;
	font-size: 100%;
	text-decoration: none !important;
	color: #666666;
	border: 1px solid #b5b5b5;
	min-width: 210px;
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.top .con_plan .box_plan .box_image .btn_basic a {
		font-size: 100%;
		padding: 1.2em 2em;
	}
}

.top .con_plan .box_plan .box_image .btn_basic a:hover {
	background: #b5b5b5;
	color: #fff !important;
}

/*----------------------------------------------------
	.detail
----------------------------------------------------*/
/*----------------------------------------------------
	.con_plan
----------------------------------------------------*/
.detail .con_plan .con_inner {
	margin: 0 auto;
}

.detail .con_plan .box_title {
	text-align: center;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 30px;
	margin-bottom: 60px;
	margin-left: -50px;
	margin-right: -50px;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .box_title {
		padding-bottom: 4%;
		margin-bottom: 6%;
		margin-left: 0;
		margin-right: 0;
	}
}

.detail .con_plan .box_title h3 {
	font-weight: normal;
	font-size: 200%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.detail .con_plan .box_title h3 {
		font-size: 175%;
	}
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .box_title h3 {
		font-size: 138%;
	}
}

.detail .con_plan .box_title h3 span {
	font-size: 50%;
	color: #fff;
	background: #8b8f85;
	display: inline-block;
	padding: 0.2em 0.8em;
	margin-right: 10px;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .box_title h3 span {
		font-size: 60%;
	}
}

.detail .con_plan .box_title .txt_catch {
	margin-top: .2em;
	font-size: 110%;
}

.detail .con_plan .box_top {
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.detail .con_plan .box_top {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .box_top {
		margin-bottom: 30px;
	}
}

.detail .con_plan .box_top .box_content {
	width: 58%;
	float: left;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.detail .con_plan .box_top .box_content {
		width: 58%;
	}
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .box_top .box_content {
		width: 100%;
		float: none;
	}
}

.detail .con_plan .box_top .box_content .txt_catch {
	font-size: 144%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.detail .con_plan .box_top .box_content .txt_catch {
		font-size: 132%;
	}
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .box_top .box_content .txt_catch {
		font-size: 113%;
	}
}

.detail .con_plan .box_top .box_content .txt {
	margin-top: 1em;
}

.detail .con_plan .box_top .box_content .box_tokuten {
	background: #fff;
	padding: 3px;
	margin-top: 25px;
	float: left;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .box_top .box_content .box_tokuten {
		float: none;
		margin-top: 4%;
	}
}

.detail .con_plan .box_top .box_content .box_tokuten dl {
	border: 1px solid #d3d3d3;
	padding: 15px 20px;
	overflow: hidden;
}

.detail .con_plan .box_top .box_content .box_tokuten dl dt {
	color: #da6a97;
	float: left;
	padding-right: 1em;
	margin-right: 1em;
	border-right: 1px solid #d3d3d3;
}

.detail .con_plan .box_top .box_content .box_tokuten dl dd {
	color: #da6a97;
	float: left;
	overflow: hidden;
}

.detail .con_plan .box_top .box_price {
	float: right;
	width: 36%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.detail .con_plan .box_top .box_price {
		width: 36%;
		font-size: 90%;
		background-size: contain;
	}
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .box_top .box_price {
		background: none;
		width: 100%;
		float: none;
		margin-top: 6%;
		border-left: none;
		border-right: none;
	}
}

.detail .con_plan .box_top .box_price .bg {
	padding: 30px 35px;
	text-align: center;
	background: #ede8e0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.detail .con_plan .box_top .box_price .bg {
		padding: 20px;
		background-size: contain;
	}
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .box_top .box_price .bg {
		padding: 10px;
		margin-top: 6%;
	}
}

.detail .con_plan .box_top .box_price dl {
	font-size: 120%;
	text-align: center;
}

.detail .con_plan .box_top .box_price dl dt, .detail .con_plan .box_top .box_price dl dd {
	display: inline-block;
}

.detail .con_plan .box_top .box_price dl dt span {
	font-size: 150%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.detail .con_plan .box_top .box_price dl dt span {
		font-size: 144%;
	}
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .box_top .box_price dl dt span {
		font-size: 125%;
	}
}

.detail .con_plan .box_top .box_price dl dd span {
	font-size: 150%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.detail .con_plan .box_top .box_price dl dd span {
		font-size: 144%;
	}
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .box_top .box_price dl dd span {
		font-size: 125%;
	}
}

.detail .con_plan .box_top .box_price .txt_additional {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #fff;
	font-size: 120%;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .box_top .box_price .txt_additional {
		margin-top: .5em;
		padding-top: .5em;
	}
}

.detail .con_plan .con_plan_slide {
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.detail .con_plan .con_plan_slide {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_slide {
		margin-bottom: 40px;
	}
}

.detail .con_plan .con_plan_slide .box_slide .img {
	text-align: center;
}

.detail .con_plan .con_plan_slide .box_slide .img img {
	width: 100%;
}

.detail .con_plan .con_plan_slide .caption {
	font-size: 88%;
	margin-top: 15px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_slide .caption {
		margin-top: 10px;
	}
}

.detail .con_plan .con_plan_slide table {
	margin-top: 40px;
	width: 100%;
}

.detail .con_plan .con_plan_slide.layout02 {
	margin-left: -2%;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_slide.layout02 {
		margin-left: 0;
		margin-top: -30px;
	}
}

.detail .con_plan .con_plan_slide.layout02 .box_image {
	width: 48%;
	margin-left: 2%;
	float: left;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_slide.layout02 .box_image {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-top: 30px;
	}
}

.detail .con_plan .con_plan_slide.layout02 .box_image .caption {
	text-align: left;
}

.detail .con_plan .con_plan_slide.layout03 {
	margin-left: -2%;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_slide.layout03 {
		margin-left: 0;
		margin-top: -30px;
	}
}

.detail .con_plan .con_plan_slide.layout03 .box_image {
	width: 31.33333333333%;
	margin-left: 2%;
	float: left;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_slide.layout03 .box_image {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-top: 30px;
	}
}

.detail .con_plan .con_plan_slide.layout03 .box_image .caption {
	text-align: left;
}

.detail .con_plan .con_plan_slide.layout04 .img {
	float: right;
	width: 55%;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_slide.layout04 .img {
		float: none;
		width: 100%;
	}
}

.detail .con_plan .con_plan_slide.layout04 .img img {
	width: 100%;
}

.detail .con_plan .con_plan_slide.layout04 .txt {
	float: left;
	width: 42%;
	padding-top: 15px;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_slide.layout04 .txt {
		float: none;
		width: 100%;
		padding-top: 10px;
	}
}

.detail .con_plan .con_plan_slide.layout05 .img {
	float: left;
	width: 55%;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_slide.layout05 .img {
		float: none;
		width: 100%;
	}
}

.detail .con_plan .con_plan_slide.layout05 .img img {
	width: 100%;
}

.detail .con_plan .con_plan_slide.layout05 .txt {
	float: right;
	width: 42%;
	padding-top: 15px;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_slide.layout05 .txt {
		float: none;
		width: 100%;
		padding-top: 10px;
	}
}

.detail .con_plan .con_plan_slide.layout_slide .box_slide .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_slide.layout_slide .box_slide .slick-dots {
		bottom: 10px;
	}
}

.detail .con_plan .con_plan_slide.layout_movie .box_movie {
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	width: 100%;
	position: relative;
}

.detail .con_plan .con_plan_slide.layout_movie .box_movie iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.detail .con_plan .slick-slide img {
	margin: 0 auto;
}

.detail .con_plan .con_plan_detail01 {
	margin-bottom: 25px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.detail .con_plan .con_plan_detail01 {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_detail01 {
		margin-bottom: 20px;
	}
}

.detail .con_plan .con_plan_detail01 .st_mid_dline {
	border-top: 1px solid #b1b0b0;
	position: relative;
	font-weight: normal;
	font-size: 125%;
	padding: 0.5em 0.5em 0 0.5em;
	margin-bottom: 30px;
	font-size: 169%;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_detail01 .st_mid_dline {
		font-size: 113%;
	}
}

.detail .con_plan .con_plan_detail01 .st_mid_dline:after {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background: url(../images/common/bg_line_dots.png) 0 0 repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	top: 2px;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_detail01 .st_mid_dline:after {
		background: none;
		border-top: 1px dotted #b1b0b0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.detail .con_plan .con_plan_detail01 .st_mid_dline {
		font-size: 157%;
	}
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_detail01 .st_mid_dline {
		font-size: 138%;
	}
}

.detail .con_plan .con_plan_detail01 .st_mid_line {
	font-weight: normal;
	font-size: 150%;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_detail01 .st_mid_line {
		font-size: 113%;
	}
}

.detail .con_plan .con_plan_detail01 .st_mid_line .en {
	color: #929292;
	font-size: 84%;
	font-family: "Crimson Text", serif;
	margin-left: 0.6em;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_detail01 .st_mid_line .en {
		font-size: 89%;
	}
}

.detail .con_plan .con_plan_detail01 .st_mid_line:before {
	content: "◆";
	color: #cccccc;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	font-size: 59%;
	margin-top: -0.2em;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_detail01 .st_mid_line:before {
		font-size: 89%;
	}
}

.detail .con_plan .con_plan_detail01 .st_sm {
	font-size: 94%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", sans-serif;
	background: #e6e6e6;
	padding: 0.4em 1em;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 20px;
	font-weight: normal;
}

.detail .con_plan .con_plan_detail01 .st_sm:before {
	content: "◆";
	color: #8a8a8a;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	margin-top: -0.2em;
}

.detail .con_plan .con_plan_detail {
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.detail .con_plan .con_plan_detail {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_detail {
		margin-bottom: 40px;
	}
}

.detail .con_plan .con_plan_detail p {
	text-align: center;
}

.detail .con_plan .con_plan_detail p img {
	text-align: center;
}

.detail .con_plan .con_plan_detail .txt {
	margin-bottom: 20px;
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.detail .con_plan .con_plan_detail .txt {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_detail .txt {
		margin-bottom: 15px;
	}
}

.detail .con_plan .con_plan_detail .txt.bg_gray {
	background: #ede8e0;
	padding: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.detail .con_plan .con_plan_detail .txt.bg_gray {
		padding: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_detail .txt.bg_gray {
		padding: 20px;
	}
}

.detail .con_plan .con_plan_detail .wrap_movie {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.detail .con_plan .con_plan_detail .wrap_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.detail .con_plan .con_plan_detail .txt_caption {
	padding-top: 10px;
	text-align: center;
}

.detail .con_plan .con_plan_detail .tbl_secondary {
	width: 100%;
}

.detail .con_plan .con_plan_detail02 {
	margin-bottom: 60px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.detail .con_plan .con_plan_detail02 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_detail02 {
		margin-bottom: 40px;
	}
}

.detail .con_plan .con_plan_detail02 .con_l {
	float: left;
	width: 48%;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_detail02 .con_l {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.detail .con_plan .con_plan_detail02 .con_l dd {
	margin-top: 5px;
}

.detail .con_plan .con_plan_detail02 .con_r {
	float: right;
	width: 48%;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_detail02 .con_r {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
}

.detail .con_plan .con_plan_detail02 .con_r dd {
	margin-top: 5px;
}

.detail .con_plan .con_plan_detail03 {
	margin-bottom: 60px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.detail .con_plan .con_plan_detail03 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_detail03 {
		margin-bottom: 40px;
	}
}

.detail .con_plan .con_plan_detail03 .con_l, .detail .con_plan .con_plan_detail03 .con_c {
	float: left;
	width: 31%;
	margin-right: 3.5%;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_detail03 .con_l, .detail .con_plan .con_plan_detail03 .con_c {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.detail .con_plan .con_plan_detail03 .con_l dd, .detail .con_plan .con_plan_detail03 .con_c dd {
	margin-top: 15px;
}

.detail .con_plan .con_plan_detail03 .con_r {
	float: right;
	width: 31%;
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_detail03 .con_r {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 0;
	}
}

.detail .con_plan .con_plan_detail03 .con_r dd {
	margin-top: 15px;
}

.detail .con_plan .con_plan_detail04 {
	margin-bottom: 60px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.detail .con_plan .con_plan_detail04 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_detail04 {
		margin-bottom: 40px;
	}
}

.detail .con_plan .con_plan_detail04 .box_img {
	float: right;
	width: 56%;
	padding-left: 50px;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_detail04 .box_img {
		width: 100%;
		float: none;
		padding-left: 0;
	}
}

.detail .con_plan .con_plan_detail04 .txt {
	padding-top: 15px;
}

.detail .con_plan .con_plan_detail05 {
	margin-bottom: 60px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.detail .con_plan .con_plan_detail05 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_detail05 {
		margin-bottom: 40px;
	}
}

.detail .con_plan .con_plan_detail05 .box_img {
	float: left;
	width: 56%;
	padding-right: 50px;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .con_plan_detail05 .box_img {
		float: none;
		width: 100%;
		padding-right: 0;
	}
}

.detail .con_plan .con_plan_detail05 .txt {
	padding-top: 15px;
}

.detail .con_plan .back {
	margin-top: 30px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .back {
		margin-top: 20px;
	}
}

.detail .con_plan .back a {
	display: inline-block;
	padding: 12px 40px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #434343;
	position: relative;
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .back a {
		width: 100%;
	}
}

.detail .con_plan .back a:hover {
	background: #434343;
	color: #fff;
}

.detail .con_plan .btn_basic {
	margin: 50px 0;
	text-align: center;
}

.detail .con_plan .btn_basic a {
	display: inline-block;
	padding: 1em 2em;
	font-size: 100%;
	text-decoration: none !important;
	color: #666666;
	border: 1px solid #b5b5b5;
	min-width: 210px;
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	max-width: 320px;
}

@media only screen and (max-width: 767px) {
	.detail .con_plan .btn_basic a {
		font-size: 100%;
		padding: 1.2em 2em;
	}
}

.detail .con_plan .btn_basic a:hover {
	background: #b5b5b5;
	color: #fff !important;
}

/*# sourceMappingURL=../maps/plan_2.css.map */
