@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■
　	プラン（/plan/）用
　■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* ■■■■■■■■■■ INDEX ■■■■■■■■■■ */
.plan_info.index {
	margin: 30px -20px;
	padding: 20px;
	background: #f6edde;

}
.plan_info > div {
	max-width: 1160px;
	box-sizing: border-box;
	margin: 30px auto;
	padding: 5%;
	background: #fff;
	overflow: hidden;
}

.plan_info > div .midasi {
	font-size: 14px;
	margin-top: 0;
}
.plan_info > div .midasi em {
	display: inline-block;
	font-size: 280%;
}

.plan_info > div > a.plan_links {
	display: block;
	position: relative;
	box-sizing: border-box;
	margin: 0 0 10px 2%;
	padding: 10px;
	width: 49%;
	height: 730px;
	float: left;
	color: #333;
	text-decoration: none !important;
	counter-increment: plan;
	border-radius: 5px;
}
.plan_info > div > a.plan_link > article {
	position: relative;
	z-index: 1;
}

.plan_info > div#casual > a.plan_links{
	height: 640px;
}
.plan_info > div > a.plan_links:hover {
/*	text-shadow: #0074a2 0 0 7px;*/
}
.plan_info > div > a.plan_links:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: 0;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(60,180,2100,0.5) 0%, rgba(60,180,2100,0) 100%);
	background: -webkit-linear-gradient(top, rgba(60,180,2100,0.5) 0%,rgba(60,180,2100,0) 100%);
	background: linear-gradient(to bottom, rgba(60,180,2100,0.5) 0%,rgba(60,180,2100,0) 100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border-radius: 5px;
}
.plan_info > div > a.plan_links:hover:before {
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.plan_info > div > a.plan_links:nth-of-type(2n+1) {
	clear: left;
	margin-left: 0;
}
.plan_info > div > a.plan_links:after {
	content: "詳しくはこちら >>";
	position: absolute;
	bottom: 15px;
	right: 10px;
	display: block;
	width: 150px;
	padding: 10px 0;
	text-align: center;
	background: #ffe600;
	color: #333;
	font-size: 13px;
	border-radius: 25px;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
.plan_info > div > a.plan_links:hover:after {
	background: #00b4d2;
	color: #fff;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.plan_info > div > a.plan_links figure {
	position: relative;
	margin: 0 0 35px;
}
.plan_info > div > a.plan_links figure img {
	display: block;
	width: 100%;
}
.plan_info > div > a.plan_links:hover img {
	opacity: 1;
}

.plan_info > div > a.plan_links figure:before {
	content: "0"counter(plan);
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #80d9e8;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 36px;
	line-height: 74px;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, 50%);
	-moz-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	z-index: 2;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
.plan_info > div > a.plan_links:nth-of-type(n+10) figure:before {
	content: counter(plan);
}
.plan_info > div > a.plan_links:hover figure:before {
	background: #00b4d2;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.plan_info > div > a.plan_links h3 {
	margin: 0 0 10px;
	height: 2.4em;
	padding: 0 0 3px;
	border-bottom: 1px solid #333;
	font-size: 130%;
	line-height: 1.2em;
	text-align: left;
}
.plan_info > div > a.plan_links h3 > span {
	display: inline-block;
	vertical-align: middle;
}
.plan_info > div > a.plan_links h3:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.plan_info > div > a.plan_links p {
	margin: 10px 0 0;
}
.plan_info > div > a.plan_links p.price {
	font-size: 110%;
}
.plan_info > div > a.plan_links p.price strong {
	display: inline-block;
	margin: 0 5px;
	font-weight: normal;
	font-size: 160%;
	line-height: 1.2em;
}
.plan_info > div > a.plan_links > article ul {
	overflow: hidden;
	min-height: 4.1em;
}
.plan_info > div > a.plan_links > article ul li {
	display: block;
	background: #ff789b;
	width: 24%;
	max-width: 170px;
	margin: 0 0 1% 1%;
	padding: 5px 0;
	float: left;
	font-size: 11px;
	line-height: 1.2em;
	text-align: center;
	color: #fff;
	white-space: nowrap;
}
.plan_info > div > a.plan_links > article ul li:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}

.plan_info > div#casual > a.plan_links > article ul li {
	background: #78c86e;
}
.plan_info > div#casual > a.plan_links > article ul {
	min-height: 0;
}
.plan_index_tab{
	margin: 30px 0 20px;
	text-align: center;
}
.plan_index_tab a{
	display: inline-block;
	box-sizing: border-box;
	width: 260px;
	padding: 8px 20px 8px 5px;
	background: url(../img/common/icon_links_d_b.png) no-repeat right center #fff;
	border: 1px solid #4d4d4d;
	font-size: 13px;
	line-height: 1.3em;
	color: #4d4d4d;
}
.plan_index_tab a:hover{
	background: url(../img/common/icon_links_d_w.png) no-repeat right center #4d4d4d;
	color: #fff;
	text-decoration: none;
}
.plan_index_tab a + a{
	margin-left: 15px;
}

/* ■■■■■■■■■■ プラン詳細 ■■■■■■■■■■ */

.plan_info > article {
	max-width: 1000px;
	margin: 0 auto 5%;
	padding: 5%;
	background: #fff;
}
.plan_info > article .images {
	display: block;
	overflow: hidden;
}
.plan_info > article .images img {
	display: block;
	width: 33.33333%;
	float: left;
}
.plan_info > article h3 {
	margin: 30px 0;
	text-align: center;
	font-size: 180%;
	line-height: 1.3em;
}
.plan_info > article h3 em {
	display: block;
	font-family: "Orator Std", Arial, sans-serif;
	font-style: italic;
	font-size: 16px;
	line-height: 1.2em;
}
.plan_info > article .icons {
	font-size: 0;
	line-height: 0;
	text-align: center;
	max-width: 920px;
	margin: 30px auto;
}
.plan_info > article .icons p {
	display: inline-block;
	position: relative;
	width: 9%;
	margin: 0 0 0 4%;
}
.plan_info > article .icons p:first-child {
	margin-left: 0;
}
.plan_info > article .icons p img {
	display: block;
}
.plan_info > article .icons p:before {
	content: "＋";
	position: absolute;
	top: 50%;
	left: -22%;
	font-weight: bold;
	font-size: 28px;
	line-height: 1em;
	color: #929292;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.plan_info > article .icons p:first-child:before {
	display: none;
}
.plan_info > article .price {
	font-size: 110%;
	margin: 30px 0;
	text-align: center;
}
.plan_info > article .price strong {
	display: inline-block;
	font-size: 160%;
	line-height: 1.3em;
}

.plan_include {
	box-sizing: border-box;
	max-width: 920px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 30px 0 30px 180px;
	margin: 30px auto;
	background: url(../img/plan/icon_include.png) no-repeat 10px center;
	background-size: 150px;
}
.plan_include li {
	margin: 0 0 5px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.3em;
}
.plan_include li:before {
	content: "●";
	color: #00b4d2;
}

.plan_info > article figure.images {
	display: block;
	position: relative;
	overflow: visible;
}
.plan_info > article figure.images:after {
	content: "";
	display: block;
	clear: both;
}
.plan_info > article figure.images img {
	display: block;
	width: 49%;
	float: left;
}
.plan_info > article figure.images img:nth-child(2n) {
	float: right;
}
.plan_info > article figure.images img:first-child {
	float: none;
	width: 100%;
	margin-bottom: 2%;
}
.plan_info > article figure.images img.circle {
	width: auto;
	height: auto;
	position: absolute;
	top: -30px;
	left: -30px;
}


.plan_info > article p.words {
	text-align: center;
}

.gray_notice {
	box-sizing: border-box;
	max-width: 920px;
	background: #ebebeb;
	padding: 20px 20px 10px;
	margin: 30px auto;
}
.plan_info > article .gray_notice h3 {
	font-size: 110%;
	margin: 0 0 10px;
	text-align: left;
}
.gray_notice ul li {
	margin: 0 0 10px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4em;
}
.gray_notice ul li:before {
	content: "●";
}
.plan_include + .gray_notice {
	margin-top: -30px;
}

.price_table {
	width: 100%;
	max-width: 800px;
	border-spacing: 0;
	border-top: 1px solid #c5c5c5;
	margin: 30px auto;
}
.price_table caption {
	caption-side: bottom;
	text-align: center;
	margin-top: 5px;
}
.price_table tr th {
	background: #fcebd9;
	padding: 10px;
	width: 25%;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #c5c5c5;
}
.price_table tr td {
	position: relative;
	padding: 10px 110px 10px 10px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #c5c5c5;
	overflow: hidden;
	line-height: 1.2em;
}
.price_table tr td p {
	display: inline-block;
	margin: 0 !important;
	vertical-align: middle;
}

.price_table tr td p.price {
	position: absolute;
	right: 10px;
	top: 50%;
	vertical-align: middle;
	font-size: 110%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.price_table tr td strong {
	font-weight: normal;
	font-size: 150%;
}
.price_table tr td small {
	display: inline-block;
	font-size: 80%;
	line-height: 1.3em;
}

.photograph-info {
	max-width: 620px;
	margin: 20px auto 0;
	overflow: hidden;
}
.photograph-info li {
	float: right;
	width: 48.5%;
	max-width: 300px;
}
.photograph-info li:first-child {
	float: left;
}
.photograph-info li img {
	display: block;
	width: 100%;
	margin: 0 0 5px;
}
.photograph-info li p {
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}
.photograph-info li p strong {
	font-size: 1rem;
}
.photograph-info li p * {
	text-indent: 0;
}

.include_box {
	margin: 0 -20px 30px;
	padding: 0 10px 30px;
	background: -moz-linear-gradient(left, #0074d2 0%, #00b4d2 100%);
	background: -webkit-linear-gradient(left, #0074d2 0%,#00b4d2 100%);
	background: linear-gradient(to right, #0074d2 0%,#00b4d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0074d2', endColorstr='#00b4d2',GradientType=1 );
	color: #fff;
}
.include_box > .in {
	max-width: 1000px;
}
.include_box .midasi {
	max-width: 500px;
	width: 80%;
	margin: 0 auto;
	background: #fff;
	padding: 0 0 15px;
	border-radius: 0 0 10px 10px;
	color: #333;
}
.include_box > .in .lnclude_list {
	padding: 0 20px 15px;
	border-bottom: 1px solid #fff;
	margin: 30px 0;
	text-align: left;
}
.include_box > .in .lnclude_list.tc {
	text-align: center;
}

.include_box > .in .lnclude_list li {
	display: inline-block;
	box-sizing: border-box;
	width: 32.5%;
	vertical-align: top;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.3em;
	margin: 0 0 10px;
	text-align: left;
}
.include_box > .in .lnclude_list li * {
	text-indent: 0;
}
.include_box > .in .lnclude_list li small {
	display: inline-block;
}
.include_box > .in .lnclude_list li:before {
	content: "●";
	color: #00b4d2;
}
.include_box > .in .gray_notice {
	max-width: none;
	background: transparent;
	padding: 0 20px;
	margin: 0;
}
.include_box > .in .gray_notice h3 {
	font-size: 115%;
	margin: 0 0 10px;
	text-align: center;
}
.include_box > .in .gray_notice ul li {
	margin: 0 0 10px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4em;
}
.include_box > .in .gray_notice ul li:before {
	content: "※";
}



/* ■■■■■■ フォルダ内リンク ■■■■■■ */

.folder_links {
	border-spacing: 10px;
	border: 0;
}
.folder_links p a {
	border: 1px solid #1eb1c5;
}
.folder_links p a.on {
	background: #1eb1c5;
	color: #fff;
}

/* ■■■■■■ flow ■■■■■■ */
.flow {
	margin: 60px -20px 30px;
	padding: 40px 20px;
	background: url(../img/plan/flow/bg.png);
	counter-reset: flow;
}
.flow .midasi,
.option_list .midasi {
	margin-top: 0;
}
.flow .midasi b {
	font-size: 120%;
}

.flow > div.schedule {
	box-sizing: border-box;
	position: relative;
	margin: 20px auto 40px;
	padding: 3% 5%;
	max-width: 1160px;
	background: #fff;
	overflow: hidden;
}
.flow > div.schedule > img {
	display: block;
	width: 50%;
	float: right;
}

.flow > div.schedule article {
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	border-top: 1px solid #c5c5c5;
	font-size: 0;
	line-height: 0;
}
.flow > div.schedule article:first-of-type {
	border-top: 0;
}
.flow > div.schedule article > figure {
	display: inline-block;
	box-sizing: border-box;
	width: 18%;
	vertical-align: middle;
	overflow: visible;
}
.flow > div.schedule article > figure img {
	display: block;
}
.flow > div.schedule article > div {
	display: inline-block;
	box-sizing: border-box;
	width: 82%;
	padding: 0 0 0 15px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.3em;
}


.flow > div.schedule article > div h4 {
	position: relative !important;
	margin: 0 0 10px;
	padding: 0 0 0 2.5em;
	font-size: 120%;
	line-height: 1.2em;
	color: #000;
	text-align: left;
}
.flow > div.schedule article > div h4 small {
	display: inline-block;
}
.flow > div.schedule article > div h4 em {
	display: inline-block;
	font-weight: normal;
	font-size: 80%;
	line-height: 1.2em;
}
.flow > div.schedule article > div h4:before {
	counter-increment: flow;
	content: "0"counter(flow)".";
	position: absolute;
	top: -5px;
	left: 0;
/*
	font-family: "Orator Std", Arial, sans-serif;
*/
	font-weight: normal;
	font-size: 150%;
	line-height: 1em !important;
	color: #000;
}

.flow > div.schedule.no-count article > div h4 {
	padding-left: 0;
}
.flow > div.schedule.no-count article > div h4:before {
	display: none;
}
.flow > div.schedule article > div p {
	margin: 10px 0 0;
}


/* ■■■■■■ .time_schedule ■■■■■■ */
.time_schedule {
	max-width: 800px;
	margin: 30px auto;	
}
.time_schedule nav {
	padding: 0 10px;
	margin: 20px 0 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.time_schedule nav span {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 32%;
	margin-left: 2%;
	background: #fff;
	border: 2px solid #aaa;
	font-size: 13px;
	line-height: 1.3em;
	padding: 10px 0;
	border-radius: 10px;
	color: #aaa;
	vertical-align: top;
	cursor: pointer;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.time_schedule nav span:first-child {
	margin-left: 0;
}
.time_schedule nav span.on {
	padding: 10px 0 22px;
	border: 2px solid #333;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	background: #333;
	color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.time_schedule nav span.on:after,
.time_schedule nav span.on:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 20px;
	height: 20px;
	background-size: 100% 100% !important;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.time_schedule nav span.on:before {
	background: url(../img/plan/flow/tab_l.png) no-repeat center center;
	left: -22px;
}
.time_schedule nav span.on:after{
	background: url(../img/plan/flow/tab_r.png) no-repeat center center;
	right: -22px;
}
.time_schedule nav span:last-child.on:after,
.time_schedule nav span:first-child.on:before {
	display: none;
}

.time_schedule_table > figure {
	display: none;
	background: #fff;
	overflow-x: auto;
	margin: 0 0 10px;
}
.time_schedule_table > figure table {
	border-spacing: 0;
	width: 100%;
	border-top: 1px solid #bbb;
}
.time_schedule_table > figure table tr th ,
.time_schedule_table > figure table tr td {
	padding: 10px;
	border-bottom: 1px solid #bbb;
	white-space: nowrap;
}
.time_schedule_table > figure table tr th {
	background: #fad7b4;
	text-align: left;
	color: #000;
}
.time_schedule_table > figure table tr td {
	border-left: 1px solid #bbb;
	text-align: center;
}
.time_schedule_table > figure table tr.mark td {
	background: #f8f4f1;
	color: #c00;
}

/* ■■■■■ オプション ■■■■■ */
.option_list nav > div > a > span::before{
	display: none;
}
.option_list nav > div > a > span {
	top: 60%;
}
.option_list nav > div > a > span::after {
    content: "詳しく見る ≫";
    height: auto;
    display: block;
    width: 170px;
    margin: 10px auto 0;
    padding: 10px 0;
    border: 1px solid #fff;
    font-size: 13px;
    line-height: 1.3em;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.option_list nav > div > a:hover > span::after {
	box-shadow: #000 0 0 10px;
	background: rgba(255,255,255,0.8);
	color: #333;
	text-shadow: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/* ■■■■■ top_gallery ■■■■■ */
.top_gallery{
	margin: 0 0 5%;
	overflow: hidden;
}
.top_gallery{
}
.top_gallery a{
	position: relative;
	width: 33.33333%;
	padding-top: 33.33333%;
	float: left;
	margin: 0;
	overflow: hidden;
}
.top_gallery a img{
	position: absolute;
	max-width: 150%;
	min-width: 100%;
	max-height: 150%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

@media only screen and (max-width: 1200px) {
	/* ■■■■■■■■■■ INDEX ■■■■■■■■■■ */
	.plan_info > div .midasi em {
		font-size: 260%;
	}

	.plan_info > div > a.plan_links > article ul li:nth-child(4n+1),
	.plan_info > div > a.plan_links > article ul li {
		width: 33%;
		clear: none;
		margin: 0 0 1% 0.5%;
	}
	.plan_info > div > a.plan_links > article ul li:nth-child(3n+1) {
		clear: left;
		margin-left: 0;
	}
	.plan_info > div > a.plan_links > article ul li {
		font-size: 11px;
	}
	.plan_info > div > a.plan_links {
		height: 670px;
	}
	.plan_info > div#casual > a.plan_links {
		height: 600px;
	}

	/* ■■■■■■■■■■ プラン詳細 ■■■■■■■■■■ */
	.flow > div.schedule article {
		padding: 15px;
	}

}
@media only screen and (max-width: 1000px) {
	/* ■■■■■■■■■■ INDEX ■■■■■■■■■■ */
	button.yellow.smt-wide,
	button.red.smt-wide,
	button.blue.smt-wide,
	button.gray.smt-wide,
	button.pink.smt-wide,
	button.pink2.smt-wide,
	button.normal.smt-wide,
	a.normal.smt-wide,
	a.yellow.smt-wide,
	a.blue.smt-wide,
	a.join.smt-wide {
		width: 90%;
	}

	.plan_info > div .midasi em {
		font-size: 240%;
	}
	.plan_info.index {
		padding: 10px;
	
	}
	.plan_info > div {
		padding: 10px;
	}
	.plan_info > div > a.plan_links > article ul li {
		font-size: 10px;
	}
	.plan_info > div > a.plan_links {
		height: 650px;
	}
	.plan_info > div#casual > a.plan_links {
		height: 580px;
	}

	.plan_info > div > a.plan_links figure:before {
		width: 55px;
		height: 55px;
		font-size: 25px;
		line-height: 57px;
	}
	.plan_info > div > a.plan_links figure {
		margin-bottom: 27px;
	}
	.plan_index_tab a{
		display: block;
		width: auto;
		padding: 10px 20px 10px 5px;
		margin: 0 !important;
	}
	.plan_index_tab a + a{
		margin-left: 0;
		border-top: 0;
	}

	/* ■■■■■■■■■■ プラン詳細 ■■■■■■■■■■ */
	.flow > div.schedule article {
		padding: 10px;
	}
	.plan_info > article figure.images img.circle {
		width: 25%;
		top: -20px;
		left: -20px;
	}

}


/* ======================================================================================= */
@media only screen and (max-width: 799px) {

	/* ■■■■■■■■■■ INDEX ■■■■■■■■■■ */
	.plan_info > div .midasi em {
		display: block;
		font-size: 220%;
	}
	.plan_info.index {
		margin: 30px 0;
		padding: 10px;
	}
	.plan_info > div {
		margin: 15px auto;
	}
	.plan_info > article .images img:first-child {
		float: none;
		width: 100%;
	}
	.plan_info > article .images img {
		width: 50%;
		float: left;
	}

	.plan_info > article .icons p {
		width: 20.5%;
		margin: 0 0 3% 6%;
	}
	.plan_info > article .icons br.smt + p {
		margin-left: 0;
	}
	.plan_info > article .icons p:before {
		left: -15%;
		font-size: 18px;
	}
	.plan_info > article .icons br.smt + p:before {
		display: none;
	}

	.plan_include {
		padding: 90px 10px 20px;
		margin: 30px auto;
		background-position: center 5px;
		background-size: 80px;
	}


	/* ■■■■■■■■■■ プラン詳細 ■■■■■■■■■■ */

	.plan_info > article p.words {
		text-align: left;
	}

	.include_box > .in .lnclude_list li {
		width: 49%;
	}

	/* ■■■■■■ フォルダ内リンク ■■■■■■ */
	.folder_links {
		border: 1px solid #1eb1c5;
		margin-left: 10px;
		margin-right: 10px;
	}
	.folder_links p a {
		border-width: 1px 0 0;
	}

	/* ■■■■■■ flow ■■■■■■ */
	.flow {
		margin: 40px 0 30px;
		padding: 20px 10px;
	}
	.flow > div.schedule {
		padding: 3%;
	}

	.flow > div.schedule article > figure {
		width: 22%;
	}
	.flow > div.schedule article > div {
		width: 78%;
		font-size: 13px;
	}
	.flow > div.schedule article > div h4 {
		font-size: 110%;
	}
	.flow > div.schedule article > div h4:before {
		top: -3px;
	}
}

/* ======================================================================================= */
@media only screen and (max-width: 599px) {

	/* ■■■■■■■■■■ INDEX ■■■■■■■■■■ */
	.plan_info > div .midasi em {
		font-size: 200%;
	}
	.plan_info > div > a.plan_links {
		width: auto;
		float: none;
	}
	.plan_info > div > a.plan_links {
		height: auto;
		padding-bottom: 60px;
	}

	/* ■■■■■■■■■■ プラン詳細 ■■■■■■■■■■ */
	.price_table tr td,
	.price_table tr th {
		display: block;
		box-sizing: border-box;
		width: auto;
	}
	.price_table tr td p.price {
		right: 0;
		font-size: 100%;
	}
	.photograph-info li p {
		font-size: 90%;
		line-height: 1.4em;
	}

	/* ■■■■■■ フォルダ内リンク ■■■■■■ */
	.folder_links p a,
	.folder_links h3 {
		font-size: 12px;
	}

	/* ■■■■■■ flow ■■■■■■ */
	.flow > div.schedule {
		padding: 10px;
	}
	.flow > div.schedule article {
		padding: 15px 0;
	}
	.flow > div.schedule article > figure {
		width: 25%;
	}
	.flow > div.schedule article > div {
		width: 75%;
		padding: 0 0 0 10px;
		font-size: 12px;
	}
	.flow > div.schedule article > div h4 {
		margin-bottom: 4px;
	}
	.flow > div.schedule article > div p {
		margin-top: 4px;
	}

	/* ■■■■■ top_gallery ■■■■■ */
	.top_gallery a {
		width: 50%;
		padding-top: 50%;
	}
	.top_gallery img:nth-child(n+9) {
		display: none;
	}
	.top_gallery {
		margin-left: 0;
		margin-right: 0;
	}
}
@media only screen and (max-width: 499px) {
	.plan_index_tab a{
		font-size: 12px;
	}
	/* ■■■■■■■■■■ プラン詳細 ■■■■■■■■■■ */
	.include_box > .in .lnclude_list li {
		width: auto;
		display: block;
	}
	.photograph-info li p strong {
		font-size: 100%;
	}
	/* ■■■■■■ .time_schedule ■■■■■■ */
	.time_schedule nav span {
		font-size: 12px;
	}

}
/* ======================================================================================= */
@media only screen and (max-width: 399px) {
	.plan_info > div .midasi em {
		font-size: 180%;
	}
	.plan_index_tab a{
		font-size: 11px;
	}

	/* ■■■■■■ フォルダ内リンク ■■■■■■ */
	.folder_links p a,
	.folder_links h3 {
		font-size: 11px;
	}

	/* ■■■■■■ flow ■■■■■■ */
	.flow > div.schedule article > div {
		font-size: 11px;
	}
	.flow > div.schedule article > div h4:before {
		top: -2px;
	}
	/* ■■■■■■ .time_schedule ■■■■■■ */
	.time_schedule nav {
		padding: 0;
	}
	.time_schedule nav span {
		font-size: 10px;
		border-width: 1px;
	}
	.time_schedule nav span.on {
		border-width: 1px 1px 0;
		padding-bottom: 18px;
	}
	.time_schedule nav span.on:before {
		left: -16px;
	}
	.time_schedule nav span.on:after{
		right: -16px;
	}
	.time_schedule nav span.on:after,
	.time_schedule nav span.on:before {
		width: 15px;
		height: 15px;
	}

}
