@charset "utf-8";

/* ============================================================

top.css

============================================================ */


/* ------------------------------------------------------------

　#mainimg

------------------------------------------------------------ */

#top #mainimg {
	display:-webkit-box;
	display:flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	background:#f0f5d4;
	position:relative;
	background:url(../img/top/mainimg_bg.png) repeat 0 0;
}
#top #mainimg img {
	width:100%;
	max-width:960px;
}


/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

}


/*----------------------------------------------------------
	Display：560px →（ tablet pc ）
----------------------------------------------------------*/

@media screen and (min-width: 560px) {

}


/*----------------------------------------------------------
	Display：960px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width: 960px) {

}





/* ------------------------------------------------------------

　#about

------------------------------------------------------------ */

#top #about {
	padding-bottom:40px;
}


/*----------------------------------------------------------
	Display：560px →（ tablet pc ）
----------------------------------------------------------*/

@media screen and (min-width: 560px) {

	#top #about {
		padding-bottom:60px;
	}
	
}


/*----------------------------------------------------------
	Display：960px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width: 960px) {

	#top #about {
		padding-bottom:80px;
	}
	
}




/* ------------------------------------------------------------

　#leadBox

------------------------------------------------------------ */

#top #leadBox {
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}
#top #leadBox .catchcopy {
	text-align:center;
	font-family:'SourceHanSerifJP';
}
#top #leadBox .leadTxt {
	font-family:'SourceHanSerifJP';
}
#top #leadBox .leadTxt .day {
	width:100%;
	max-width:600px;
	margin:10px auto;
	padding-top:20px;
	font-size:1.12em;
	text-align:center;
	border-top:1px solid #111111;
}

/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	#top #leadBox {
		padding:35px 5% 0;
	}
	#top #leadBox .catchcopy {
		font-size:1.8rem;
		line-height:1.8;
		letter-spacing:0.1em;
		text-indent:0.1em;
	}
	#top #leadBox .leadTxt {
		font-size:1.3rem;
		line-height:1.8;
		letter-spacing:0.1em;
		text-indent:0.1em;
	}
	
}


/*----------------------------------------------------------
	Display：560px →（ tablet pc ）
----------------------------------------------------------*/

@media screen and (min-width: 560px) {

	#top #leadBox {
		padding:40px 5% 0;
	}
	#top #logoBox {
		margin-top:35px;
		padding:18px 18px;
	}
	#top #leadBox .catchcopy {
		font-size:2.8rem;
		line-height:2;
		letter-spacing:0.1em;
		text-indent:0.1em;
	}
	#top #leadBox .leadTxt {
		font-size:1.4rem;
		line-height:2.4;
		letter-spacing:0.14em;
		text-indent:0.14em;
		text-align:center;
	}

}


/*----------------------------------------------------------
	Display：960px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width: 960px) {

	#top #leadBox {
		max-width:1040px;
		padding:50px 20px 0;
	}
	#top #leadBox .catchcopy {
		font-size:3.2rem;
	}
	
}



/* ------------------------------------------------------------

　#logoBox

------------------------------------------------------------ */


#top #logoBox {
	width:90%;
	max-width:740px;
	margin:0 auto;
	border:1px solid #ccc4a9;
	background:#ffffff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	box-sizing:border-box;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
	position:relative;
}
#top #logoBox .imgBox{
	width:100%;
	text-align:center;
	position:relative;
}
#top #logoBox .txtBox{
	width:100%;
}
#top #logoBox .txtBox h2{
	font-size:1.6rem;
	line-height:2;
	letter-spacing:0.14em;
	font-family:'SourceHanSerifJP';
}
#top #logoBox .txtBox p{
	margin-top:1em;
	font-size:1.2rem;
	line-height:2;
	letter-spacing:0.14em;
}
#top #logoBox .fukidashi{
	width:130px;
	position:absolute;
	top:-10px;
	left:30px;
	z-index:2;
}

/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	#top #logoBox {
		margin-top:30px;
		padding:20px 25px;
	}
	#top #logoBox .imgBox{
		width:100%;
		padding:0 0 10px;
	}
	#top #logoBox .imgBox img{
		width:100%;
		max-width:115px;
		margin:0 auto;
	}
	#top #logoBox .txtBox{
		width:100%;
	}
	#top #logoBox .txtBox h2{
		text-align:center;
	}
	
}


/*----------------------------------------------------------
	Display：560px →（ tablet pc ）
----------------------------------------------------------*/

@media screen and (min-width: 560px) {

	#top #logoBox {
		margin-top:35px;
		padding:18px 18px;
	}
	#top #leadBox .catchcopy {
		font-size:2.6rem;
		line-height:2;
		letter-spacing:0.1em;
		text-indent:0.1em;
	}
	#top #leadBox .leadTxt {
		font-size:1.4rem;
		line-height:2.4;
		letter-spacing:0.14em;
		text-indent:0.14em;
		text-align:center;
	}
	
	#top #logoBox .imgBox{
		width:25%;
	}
	#top #logoBox .imgBox img{
		width:100%;
		max-width:170px;
		margin:auto;
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
	}
	#top #logoBox .txtBox{
		width:70%;
	}

}


/*----------------------------------------------------------
	Display：960px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width: 960px) {

	#top #logoBox {
		margin-top:40px;
		padding:30px 35px;
	}
	
}




/* ------------------------------------------------------------

　#historyBox

------------------------------------------------------------ */

#top #historyBox {
	width:90%;
	margin:0 auto;
	border:4px double #d7d1b9;
	background:#ffffff;
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	box-sizing:border-box;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
	box-sizing:border-box;
}
#top #historyBox .engTTL{
	width:100%;
	padding:40px 0 20px;
	position:absolute;
	top:-63px;
	left:0;
}
#top #historyBox .engTTL span{
	background: -moz-linear-gradient(top, #fcfcfc, #ffffff); 
	background: -webkit-linear-gradient(top, #fcfcfc, #ffffff); 
	background: linear-gradient(to bottom, #fcfcfc, #ffffff); 
}
#top #historyBox h2{
	width:100%;
	padding:8px 0 20px;
	font-size:1.4rem;
	line-height:1.5;
	letter-spacing:0.14em;
	text-align:center;
	font-family:'SourceHanSerifJP';
}


/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	#top #historyBox {
		margin-top:80px;
		padding:30px 5%;
	}
	#top #historyBox .imgBox{
		width:100%;
	}
	#top #historyBox .txtBox{
		width:100%;
		padding-top:15px;
		font-size:1.2rem;
		line-height:2.2;
		letter-spacing:0.12em;
	}

}


/*----------------------------------------------------------
	Display：560px →（ tablet pc ）
----------------------------------------------------------*/

@media screen and (min-width: 560px) {

	#top #historyBox {
		max-width:1000px;
		margin-top:100px;
		padding:15px 20px 30px 30px;
	}
	#top #historyBox .imgBox{
		width:40%;
	}
	#top #historyBox .txtBox{
		width:55%;
		padding-top:5px;
		font-size:1.2rem;
		line-height:2.2;
		letter-spacing:0.12em;
	}
	
}


/*----------------------------------------------------------
	Display：960px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width: 960px) {

	#top #historyBox {
		margin-top:120px;
		padding:20px 40px 50px 60px;
	}
	#top #historyBox .txtBox{
		padding-top:25px;
		font-size:1.4rem;
		line-height:2.2;
		letter-spacing:0.12em;
	}
}




/* ------------------------------------------------------------

　#planBox

------------------------------------------------------------ */

#top #plan {
	padding:40px 0 60px;
	background:url(../img/common/contents_bg.jpg) repeat 0 0;
}

#top #plan .contentsList {
	width:90%;
	max-width:1000px;
	margin:0 auto;
	padding-top:10px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	box-sizing:border-box;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
	box-sizing:border-box;
}
#top #plan .contentsList li {
	text-align:center;
	position:relative;
	box-sizing:border-box;
}
#top #plan .contentsList li::before {
	content: '';
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	border:10px solid #ffffff;
	opacity:0.3;
	display:block;
	box-sizing:border-box;
}
#top #plan .contentsList li a {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:5;
}
#top #plan .contentsList li:nth-child(1) {
	background:url(../img/top/contents_photo01.jpg) no-repeat 50% 100%;
	background-size:cover;
}
#top #plan .contentsList li:nth-child(2) {
	background:url(../img/top/contents_photo02.jpg) no-repeat 50% 0%;
	background-size:cover;
}
#top #plan .contentsList li:nth-child(3) {
	background:url(../img/top/contents_photo03.jpg) no-repeat 50% 25%;
	background-size:cover;
}
#top #plan .contentsList li:hover {
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
	-ms-filter: "alpha(opacity=80)"; /* IE 8,9 */
	opacity:0.8; 
	zoom:1; /*IE*/
}

#top #plan .contentsList li .cate{
	width:180px;
	height:42px;
	margin:0 auto;
	padding:6px 0;
	text-align:center;
	color:#ffffff;
	background:#9d8c57;
	box-sizing:border-box;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:3;
}
#top #plan .contentsList li .cate .eng{
	font-size:1.8rem;
	line-height:18px;
	letter-spacing:0.06em;
	font-family: 'Quattrocento', serif;
}
#top #plan .contentsList li .cate .jp{
	font-size:1.2rem;
	line-height:12px;
	letter-spacing:0.1em;
	font-family:'SourceHanSerifJP';
}


/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:768px) {

	#top #plan {
		padding:50px 0;
	}
	#top #plan .contentsList li {
		width:100%;
		height:auto;
		margin-top:25px;
		padding-top:60%;
		box-shadow:0 0 8px 0 rgba(0,0,0,0.1);
	}

}


/*----------------------------------------------------------
	Display：560px →（ tablet pc ）
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

	#top #plan {
		padding:60px 0 80px;
	}
	#top #plan .contentsList li {
		width:46.5%;
		height:280px;
		margin-top:30px;
		margin-left:7%;
		box-shadow:0 0 15px 0 rgba(0,0,0,0.1);
	}
	#top #plan .contentsList li:first-child,
	#top #plan .contentsList li:nth-child(4) {
		margin-left:0;
	}
	#top #plan .contentsList li .cate{
		width:180px;
	}
	#top #plan .contentsList li .cate .eng{
		font-size:1.8rem;
		line-height:18px;
		letter-spacing:0.06em;
	}
	#top #plan .contentsList li .cate .jp{
		font-size:1.2rem;
		line-height:12px;
		letter-spacing:0.1em;
	}
	
}






/* ------------------------------------------------------------

　#planBox .planList

------------------------------------------------------------ */

#top #plan .planList {
	margin-top:60px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	box-sizing:border-box;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
	box-sizing:border-box;
}
#top #plan .planList li {
	text-align:center;
	position:relative;
	box-sizing:border-box;
}
#top #plan .planList li::before {
	content: '';
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	background-color: rgba(0,0,0,0.5);
	display:block;
}
#top #plan .planList li:nth-child(1) {
	background:url(../img/top/plan_photo01.jpg) no-repeat 50% 100%;
	background-size:cover;
}
#top #plan .planList li:nth-child(2) {
	background:url(../img/top/plan_photo02.jpg) no-repeat 50% 0%;
	background-size:cover;
}
#top #plan .planList li:nth-child(3) {
	background:url(../img/top/plan_photo03.jpg) no-repeat 50% 100%;
	background-size:cover;
}
#top #plan .planList li:nth-child(4) {
	background:url(../img/top/plan_photo04.jpg) no-repeat 50% 0%;
	background-size:cover;
}
#top #plan .planList li .cate{
	width:120px;
	margin:0 auto;
	font-size:1.2rem;
	line-height:24px;
	text-align:center;
	color:#ffffff;
	font-family:'SourceHanSerifJP';
	background:#9d8c57;
	position:absolute;
	top:38%;
	left:0;
	right:0;
	z-index:3;
}
#top #plan .planList li .txt{
	margin:0 auto;
	font-size:1.1rem;
	line-height:24px;
	text-align:center;
	letter-spacing:0.1em;
	color:#ffffff;
	text-shadow: 0px 0px 8px #111111,0px 0px 8px #111111;
	position:absolute;
	top:55%;
	left:0;
	right:0;
	z-index:3;
}


/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	#top #plan {
		padding:50px 0;
	}
	#top #plan .planList li {
		width:50%;
		height:160px;
		border-left:1px solid #f0f0ec;
	}
	#top #plan .planList li:nth-child(1) {
		border-left:none;
	}
	#top #plan .planList li:nth-child(3) {
		border-left:none;
		border-top:1px solid #f0f0ec;
	}
	#top #plan .planList li:nth-child(4) {
		border-top:1px solid #f0f0ec;
	}

}


/*----------------------------------------------------------
	Display：560px →（ tablet pc ）
----------------------------------------------------------*/

@media screen and (min-width: 560px) {

	#top #plan {
		padding:50px 0;
	}
	#top #plan .planList li {
		width:25%;
		height:160px;
		border-left:1px solid #f0f0ec;
	}
	#top #plan .planList li:first-child {
		border-left:none;
	}
	
}


/*----------------------------------------------------------
	Display：960px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width: 960px) {

	#top #plan {
		padding:60px 0 80px;
	}
	#top #plan .planList li {
		width:25%;
		height:220px;
	}
	#top #plan .planList li .cate{
		width:120px;
		font-size:1.3rem;
		line-height:28px;
		top:40%;
	}
	#top #plan .planList li .txt{
		font-size:1.2rem;
		line-height:23px;
		top:55%;
	}
	
}




/* ------------------------------------------------------------

　.memorialBox

------------------------------------------------------------ */


#top .memorialBox {
	width:90%;
	max-width:900px;
	min-height:220px;
	margin:0 auto;
	border:1px solid #ccc4a9;
	background:#fff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	box-sizing:border-box;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
	position:relative;
}
#top .memorialBox .imgBox{
	width:100%;
	text-align:center;
	position:relative;
}
#top .memorialBox .imgBox img {
	border-radius:8px;
}
#top .memorialBox .txtBox{
	width:100%;
}
#top .memorialBox .txtBox > div:first-child {
	margin-bottom:2em;
	padding-bottom:2em;
	border-bottom: 4px dotted #928251;
}
#top .memorialBox .txtBox h2{
	display:block;
}
#top .memorialBox .txtBox h2 span{
	display:inline-block;
	padding:0 1.6em;
	font-size:1.6rem;
	line-height:1.6;
	letter-spacing:0.14em;
	font-family:'SourceHanSerifJP';
	position:relative;
}
#top .memorialBox .txtBox h2 span::before,
#top .memorialBox .txtBox h2 span::after{
	display:block;
	height:1em;
	content:"《";
	margin:auto 0;
	position:absolute;
	top:0;
}
#top .memorialBox .txtBox h2 span::before{
	content:"《";
	left:0;
}
#top .memorialBox .txtBox h2 span::after{
	content:"》";
	right:0;
}
#top .memorialBox .txtBox p{
	margin-top:1em;
	font-size:1.2rem;
	line-height:2;
	letter-spacing:0.14em;
}
#top .memorialBox .fukidashi{
	width:130px;
	position:absolute;
	top:-10px;
	left:30px;
	z-index:2;
}
#top .memorialBox .txtBox .day {
	width:100%;
	margin:15px 0;
	padding:5px;
	font-size:1.4rem;
	letter-spacing:0.05em;
	font-family:'SourceHanSerifJP';
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
}
#top .memorialBox .txtBox ul.list{
	margin-top:1em;
}
#top .memorialBox .txtBox ul.list li{
	padding-left:1em;
	text-indent:-1em;
	font-size:1.2rem;
	line-height:2;
	letter-spacing:0.14em;
}


/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:768px) {

	#top .memorialBox {
		margin-top:25px;
		padding:20px 15px;
	}
	#top .memorialBox .imgBox{
		width:100%;
		padding:0 0 10px;
	}
	#top .memorialBox .imgBox img{
		width:100%;
		max-width:200px;
		margin:0 auto;
	}
	#top .memorialBox .txtBox{
		width:100%;
	}
	#top .memorialBox .txtBox h2{
		text-align:center;
	}
	#top .memorialBox .txtBox h2 span::before,
	#top .memorialBox .txtBox h2 span::after{
		bottom:0;
	}
	#top .memorialBox .fukidashi{
		top:-12px;
		left:0;
		right:0;
		margin:0 auto;
	}
}


/*----------------------------------------------------------
	Display：560px →（ tablet pc ）
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

	#top .memorialBox {
		margin-top:35px;
		padding:30px 25px;
	}
	#top #leadBox .catchcopy {
		font-size:2.6rem;
		line-height:2;
		letter-spacing:0.1em;
		text-indent:0.1em;
	}
	#top #leadBox .leadTxt {
		font-size:1.4rem;
		line-height:2.4;
		letter-spacing:0.14em;
		text-indent:0.14em;
		text-align:center;
	}
	
	#top .memorialBox .imgBox{
		width:25%;
		text-align:center;
	}
	#top .memorialBox .imgBox img{
		width:100%;
		max-width:170px;
		margin:auto;
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		border-radius:12px;
	}
	#top .memorialBox .txtBox{
		width:72.5%;
	}
	#top .memorialBox .fukidashi{
		top:-10px;
		left:30px;
	}
}



/* ------------------------------------------------------------

　#footerImage

------------------------------------------------------------ */

#footerImage {
	background:url(../img/top/footerImage.jpg) no-repeat 50% 50%;
	background-size:cover;
}


/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	#footerImage {
		min-width:320px;
		height:200px;
	}

}


/*----------------------------------------------------------
	Display：560px →（ tablet pc ）
----------------------------------------------------------*/

@media screen and (min-width: 560px) {

	#footerImage {
		min-width:560px;
		height:260px;
	}

}


/*----------------------------------------------------------
	Display：960px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width: 960px) {

	#footerImage {
		min-width:960px;
		height:300px;
	}

}




.c-inner {
	width:90%;
	margin:0 auto;
	padding:35px 0 45px;
}

.planListT {
	width:100%;
	margin:20px auto 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	box-sizing:border-box;
	-webkit-box-pack: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
}
.planListT li {
	text-align:center;
}
.planListT li .photo {
	margin:0 0 20px;
	box-shadow:0 0 8px 0 rgba(0,0,0,0.1);
}
.planListT li .subTxt {
	margin:0 0 8px;
	font-size:1.2rem;
	line-height:1.8;
	letter-spacing:0.1em;
	font-family:'SourceHanSerifJP';
}
.planListT li .planName {
	margin-bottom:20px;
	padding-bottom:10px;
	font-size:1.5rem;
	line-height:2;
	letter-spacing:0.05em;
	font-family:'SourceHanSerifJP';
	position:relative;
}
.planListT li .planName::after {
	display:block;
	content:"";
	width:100px;
	height:1px;
	margin:0 auto;
	background:#928251;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}
.planListT li .day {
	width:95%;
	margin:20px auto 25px;
	padding:5px;
	font-size:1.1rem;
	letter-spacing:0.15em;
	font-family:'SourceHanSerifJP';
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
}
.planListT li .day em {
	font-size:1.4rem;
}
.planListT li .icon {
	width:170px;
	margin:10px auto;
	font-size:1.2rem;
	line-height:2;
	color:#fff;
	background:#9d8c56;
	border-radius:50vh;
}
.planListT li .icon.L {
	width:220px;
	margin:0 auto 15px;
}
.planListT li .txt {
	margin-top:10px;
	font-size:1.2rem;
	line-height:1.8;
	letter-spacing:0.1em;
}

@media screen and (min-width: 560px) {
	.planListT {
		margin-top:40px;
	}
	.planListT li .photo {
		margin:0 0 30px;
	}
}


/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	.planListT.c2 li,
	.planListT.c3 li,
	.planListT.c4 li {
		width:100%;
		margin:0 auto 40px;
	}
	.planListT li:last-child {
		margin-bottom:0;
	}
}


/*----------------------------------------------------------
	Display：560px →（ tablet pc ）
----------------------------------------------------------*/

@media screen and (min-width: 560px) {

	.c-inner {
		padding:50px 0 60px;
	}
	.planListT.c2,
	.planListT.c3 {
		max-width:1000px;
	}
	.planListT.c2 li,
	.planListT.c3 li {
		width:45%;
		max-width:400px;
		margin:0 0 40px;
	}
	.planListT.c4 {
		max-width:1400px;
	}
	.planListT.c4 li {
		width:45%;
		max-width:400px;
		margin:0 0 40px;
	}
}


/*----------------------------------------------------------
	Display：960px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width: 960px) {
	.planListT.c2 {
		max-width:800px;
	}
	.planListT.c2.L {
		max-width:900px;
	}
	.planListT.c3 {
		max-width:1100px;
	}
	.planListT.c2 li {
		width:45%;
		max-width:340px;
	}
	.planListT.c2.L li {
		width:45%;
		max-width:420px;
	}
	.planListT.c3 li,
	.planListT.c4 li {
		width:31.33%;
		max-width:340px;
		margin-left:1%;
		margin-right:1%;
	}
	.planListT.c4 {
		-webkit-box-pack: center;
		justify-content: center;
	}
}

/*----------------------------------------------------------
	Display：1100px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width: 1100px) {
	.planListT.c4 li {
		width:23%;
		max-width:340px;
	}
}


/*----------------------------------------------------------
	youtube
----------------------------------------------------------*/

.youtube-wrap {
  width: 90%;
  max-width:1200px;
  margin:40px auto 0;
  background:#333;
}
.youtube-wrap div {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9の縦横比（9 ÷ 16 = 0.5625） */
  height: 0;
  overflow: hidden;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}