@charset "utf-8";

.pageTitle {
	background: url(../img/bg-pagetitle.jpg) no-repeat center center;
	background-size: cover;
}

.txt1 {
	text-align: center;
	font-size: 0.75em;
	line-height: 1.4;
	margin-bottom: 30px;
}

.weddingStyle h2,
.planLinkWrapper h2,
.plan h2,
.otherPlan h2 {
	text-align: center;
	font-size: 1.5em;
	margin: 0 auto 20px;
	padding-bottom: 10px;
	border-bottom: 3px double #ccc;
	max-width: 12em;
	line-height: 1.5;
	color: #5d3625;
}

.mainImg {
	margin-bottom: 40px;
}

.mainImg ul:after {
	content: "";
	display: block;
	clear: both;
}

.mainImg ul li {
	float: left;
	width: 50%;
}

.planTxt {
	max-width: 960px;
	text-align: center;
	font-size: 0.94em;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.planPrice {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.25em;
	margin-bottom: 10px;
	text-align: center;
	color: #5d3625;
}

.planPrice span {
	font-size: 0.75em !important;
}

.include {
	max-width: 500px;
	margin: 0 auto 40px;
	padding: 20px;
	border: 1px solid #ccc;
	background: #fcfcfc;
}
.include h3 {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.12em;
	margin-bottom: 15px;
	text-align: center;
	color: #5d3625;
}
/* ---------------------------------------------
	Table
--------------------------------------------- */
.tableBasic01 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 30px;
}

.tableBasic02 {
	width: 100%;
	max-width: 500px;
	margin: 0 auto 30px;
}

.tableBasic01 th {
	padding: 10px;
	font-size: 0.94em;
	width: 14em;
	line-height: 1.4;
	background: #ecebe1;
	border: 1px solid #ccc;
}

.tableBasic02 th {
	padding: 10px;
	font-size: 0.94em;
	width: 7em;
	line-height: 1.4;
	background: #ecebe1;
	border: 1px solid #ccc;
}

.tableBasic01 td,
.tableBasic02 td {
	padding: 10px;
	font-size: 0.94em;
	line-height: 1.4;
	border: 1px solid #ccc;
	background: #fcfcfc;
}

.tableBasic01 a,
.tableBasic02 a {
	text-decoration: underline;
	color: #966720;
}
.tableBasic01 a:hover,
.tableBasic02 a:hover {
	text-decoration: none;
	color: #990000;
}

.annotation1 {
	max-width: 960px;
	margin: -20px auto 30px;
	font-size: 0.88em;
}

/* ---------------------------------------------
	index
--------------------------------------------- */
.styleInfo {
	max-width: 800px;
	margin: 0 auto;
	padding: 30px 30px 15px;
	border: 4px double #999;
	background: #ffffff;
	background: -moz-linear-gradient(-45deg,  #ffffff 0%, #ecebe1 100%);
	background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#ecebe1 100%);
	background: linear-gradient(135deg,  #ffffff 0%,#ecebe1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecebe1',GradientType=1 );
	font-size: 0.94em;
}
.styleInfo::after {
	display: block;
	content: "";
	clear: both;
}
.styleInfo dt {
	clear: both;
	float: left;
	width: 3.5em;
	font-weight: bold;
}
.styleInfo dt::after {
	content: "：";
}
.styleInfo dd {
	padding-left: 3.5em;
	margin-bottom: 15px;
}

.planLinkWrapper .txt {
	padding: 0 20px;
}

.planLink {
	padding: 50px 0;
	background: #e9e2da;
}

.planLink ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 960px;
	margin: 0 auto;
}

.planLink ul li {
	width: 33.3333%;
	text-align: center;
	margin-bottom: 20px;
}

.planLink ul li a {
	display: block;
}

.planLink ul li img {
	width: 84%;
	height: 84%;
	border-radius: 50%;
	border: 2px solid #fff;
	margin-bottom: 10px;
}

.planLink ul li .planName {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.25em;
	margin-bottom: 5px;
}

.planLink ul li p {
	font-size: 0.94em;
	line-height: 1.5;
	margin: 0 10px;
}

.planLink ul li a:hover img {
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0.8;
}

/* ---------------------------------------------
	meeting plan
--------------------------------------------- */
.courseMenu {
	max-width: 960px;
	margin: 0 auto 40px;
}

.courseMenu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.courseMenu ul li {
	width: 49%;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 20px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ffffff 0%, #ecebe1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#ecebe1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #ffffff 0%,#ecebe1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecebe1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.courseMenu ul li h3 {
	text-align: center;
	font-size: 1.25em;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 3px double #ccc;
	color: #5d3625;
}

.courseMenu ul li p {
	font-size: 0.88em;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.5;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.courseMenu .price {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
	font-size: 1em !important;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 15px;
	margin-bottom: 0 !important;
	color: #5d3625;
}

.courseMenu .indent {
	font-size: 0.88em;
	margin-bottom: 4px;
	line-height: 1.4;
}

.meetingPlanOption {
	max-width: 960px;
	margin: 0 auto 30px;
}

.meetingPlanOption ul {
	display: flex;
	justify-content: space-between;
  	flex-wrap: wrap;
	align-items: stretch;
}

.meetingPlanOption ul li {
	width: 33.3333%;
	padding: 10px 20px;
	border-right: 1px solid #ccc;
}

.meetingPlanOption ul li:first-child {
	border-left: 1px solid #ccc;
}

.meetingPlanOption p {
	margin-bottom: 10px;
	font-size: 0.94em;
}

.meetingPlanOption .price2 {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
	color: #5d3625;
	text-align: center;
	margin-bottom: 0;
	font-size: 1em !important;
}

.meetingPlanOption .txt3 {
	font-size: 1.12em !important;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #5d3625;
}

/* ---------------------------------------------
	photo plan
--------------------------------------------- */
.photoPlan {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 960px;
	margin: 0 auto 30px;
}

.photoPlan > div {
	width: 48%;
	padding: 20px;
	border: 1px solid #ccc;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ffffff 0%, #ecebe1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#ecebe1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #ffffff 0%,#ecebe1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecebe1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.photoPlan h3 {
	text-align: center;
	font-size: 1.12em;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #990000;
	margin-bottom: 20px;
}

.photoPlan .angelique ul {
	margin-bottom: 20px;
	border-top: 1px dotted #ccc;
}

.photoPlan .angelique ul li:before {
	content: "\f004";
	font-family: FontAwesome;
	color: rgba(255,104,107,1.00);
	margin-right: 0.2em;
}

.photoPlan .angelique ul li {
	font-size: 0.94em;
	text-indent: -1.2em;
	padding: 8px 0;
	padding-left: 1.2em;
	border-bottom: 1px dotted #ccc;
}

.photoPlan .alpino p {
	font-size: 0.94em;
	margin-bottom: 5px;
}

.photoPlan .alpino .indent {
	font-size: 0.88em !important;
	margin-bottom: 0;
}

.photoPlanMenu {
	border: 1px solid #ccc;
	margin: 15px 0;
	padding: 10px;
	background: rgba(255,255,255,0.4);
}

.photoPlanMenu h4 {
	font-size: 1em;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 3px double #ccc;
	color: #5d3625;
	text-align: center;
}

.photoPlanMenu p {
	font-size: 0.88em;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.5;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.photoPlanFlow {
	max-width: 480px;
	margin: 0 auto 30px;
}

.photoPlanFlow ul li {
	position: relative;
	font-size: 0.94em;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #ccc;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ffffff 0%, #ecebe1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#ecebe1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #ffffff 0%,#ecebe1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecebe1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
}

.photoPlanFlow li:after {
	content: '';
    height: 0;
    position: absolute;
    width: 0;
    border: 16px solid transparent;
    border-top-color: #ccc;
    top: 100%;
    left: 50%;
    margin-left: -16px;
}

.photoPlanFlow li:last-child:after {
	display: none;
}
	
.photoPlanOption {
	max-width: 960px;
	margin: 0 auto 30px;
}

.photoPlanOption > ul {
	display: flex;
	justify-content: space-between;
  	flex-wrap: wrap;
}

.photoPlanOption > ul > li {
	width: 50%;
	padding: 10px 20px;
	border-right: 1px solid #ccc;
}

.photoPlanOption > ul > li:first-child {
	border-left: 1px solid #ccc;
}

.photoPlanOption p {
	margin-bottom: 10px;
	font-size: 0.94em;
}

.photoPlanOption .item {
	color: #5d3625;
	margin-bottom: 0;
	font-weight: bold;
}

.photoPlanOption .txt2 {
	font-size: 1.12em !important;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #5d3625;
}

.photoPlanOption .special {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
}

.photoPlanOption .special p {
	margin: 0 0 5px !important;
	font-size: 0.88em;
	line-height: 1 !important;
}

.photoPlanOption .special ol {
	margin-left: 1.5em;
}

.photoPlanOption .special ol li {
	list-style: decimal;
	font-size: 0.88em;
}

/* ---------------------------------------------
	other plan
--------------------------------------------- */
.otherPlan {
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.otherPlan .mainImg {
	max-width: 800px;
	margin: 0 auto 40px;
}

.otherPlan .mainImg ul:after {
	content: "";
	display: block;
	clear: both;
}

.otherPlan .mainImg ul li {
	float: left;
	width: 50%;
}

.otherPlan .txt2 {
	max-width: 720px;
	margin: 0 auto;
}

.otherPlan .txt2 p {
	font-size: 0.94em;
	line-height: 1.6;
	margin-bottom: 10px;
}

.otherPlan .txt2 ul {
	list-style: disc;
	margin: 0 0 0 2em;
}

.otherPlan .txt2 ul li {
	font-size: 0.94em;
	line-height: 1.6;
	margin-bottom: 4px;
}


/* ---------------------------------------------
	768px 以下
--------------------------------------------- */
@media only screen and (max-width: 768px) {

	/* ---------------------------------------------
		index
	--------------------------------------------- */
	.planLink ul li .planName {
		font-size: 1.00em;
	}
	
	.planLink ul li p {
		font-size: 0.88em;
	}
	
	/* ---------------------------------------------
		meeting plan
	--------------------------------------------- */
	.courseMenu ul li {
		width: 100%;
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}

}

/* ---------------------------------------------
	640px 以下
--------------------------------------------- */
@media only screen and (max-width: 640px) {

	/* ---------------------------------------------
		Table
	--------------------------------------------- */
	.tableBasic01 th {
		display: block;
		width: 100%;
		font-size: 0.88em;
	}
	
	.tableBasic01 td {
		display: block;
		width: 100%;
		font-size: 0.88em;
		border-top: none;
		border-bottom: none;
	}

	.tableBasic01 {
		border-bottom: 1px solid #ccc;
	}
	
	/* ---------------------------------------------
		index
	--------------------------------------------- */
	.planLink ul li {
		width: 100%;
		margin-bottom: 30px;
	}

	.planLink ul li img {
		width: 340px;
		height: 340px;
	}

	/* ---------------------------------------------
		meeting plan
	--------------------------------------------- */
	.meetingPlanOption ul li {
		width: 100%;
		padding: 10px;
		border-right: none;
		border-bottom: 1px solid #ccc;
	}
	
	.meetingPlanOption ul li:first-child {
		border-left: none;
	}

	.meetingPlanOption ul li:last-child {
		border-bottom: none;
	}

	/* ---------------------------------------------
		photo plan
	--------------------------------------------- */
	.photoPlan > div {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.photoPlanOption > ul > li {
		width: 100%;
		padding: 10px;
		border-right: none;
		border-bottom: 1px solid #ccc;
	}

	.photoPlanOption > ul > li:first-child {
		border-left: none;
	}

	.photoPlanOption > ul > li:last-child {
		border-bottom: none;
	}



	/* ---------------------------------------------
		other plan
	--------------------------------------------- */
	.otherPlan {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	
	.otherPlan .mainImg {
		margin: 0 auto 20px;
	}
	
	.otherPlan .txt2 p {
		font-size: 0.88em;
	}
	
	.otherPlan .txt2 ul li {
		font-size: 0.88em;
	}

}

/* ---------------------------------------------
	480px 以下
--------------------------------------------- */
@media only screen and (max-width: 480px) {

	.weddingStyle h2,
	.planLinkWrapper h2,
	.plan h2,
	.otherPlan h2 {
		font-size: 1.375em;
	}

	.mainImg ul li {
		float: none;
		width: 100%;
		margin-bottom: 2px;
	}
	
	/* ---------------------------------------------
		index
	--------------------------------------------- */
	.styleInfo {
		padding: 20px 20px 5px;
	}

	.planLink ul li img {
		width: 70%;
		height: 70%;
	}

	/* ---------------------------------------------
		meeting plan
	--------------------------------------------- */
	.courseMenu ul li,
	.healthyMenu ul li {
		padding: 15px;
	}

	.courseMenu ul li br.none,
	.healthyMenu ul li br.none {
		display: none;
	}

	.courseMenu .price {
		font-size: 0.94em !important;
	}

}


/* アコーディオン */
.toggle {
	display: none;
}
.label {
	display: block;
	cursor: pointer;
	background-color: #554b3c;
	max-width: 540px;
	margin: -20px auto 0;
	padding: 8px;
	color: #fff;
	font-size: 0.94em;
}
.label:hover {
	background-color: #966720;
}
.label::before {
	content: "";
	top: calc(50% - 8px);
	right: 12px;
	width: 9px;
	height: 9px;
	border-top: 2px solid rgba(255,255,255,1);
	border-right: 2px solid rgba(255,255,255,1);
	-webkit-transform: rotate(45deg);
	position: absolute;
	transform: rotate(135deg);
}
.label,
.included  {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.included {
	max-width: 540px;
	margin: 0 auto 60px;
	height: 0;
	overflow: hidden;
}
.included-list {
	max-width: 540px;
	margin: 0 auto;
	padding: 20px;
	background-color: #ecebe1;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.included-list p {
	font-size: 0.94em;
	font-weight: bold;
	line-height: 1.6;
}
.included-list p + p.indent {
	margin-top: 10px;
	font-size: 0.88em;
	font-weight: normal;
}
.included-list p + p.indent + p.indent {
	margin-top: 0px;
	font-size: 0.88em;
	font-weight: normal;
}
.toggle:checked + .label + .included  {
	margin: 0 auto 40px;
	height: auto;
	transition: all .3s;
}
.toggle:checked + .label::before {
	top:calc(50% - 3px);
	transform: rotate(-45deg) !important;
}
@media only screen and (max-width: 480px) {
	.label {
		margin: 0 auto;
	}
	
}


/****** photoplan.html *********/
.photoplan-h2-span {
	font-size: 15px;
	display: block;
	text-align: center;
}
.photoPlan01 {
	max-width: 300px;
	margin: 0 auto 10px;
}
#plan-intro {
	padding: 10px 30px;
	border: 1px solid #ccc;
	max-width: 960px;
	margin: 30px auto;
}
.plan-box {
	margin : 20px auto 60px;
}
#plan-intro .plan-box:last-child {
	margin: 0 auto;
}
.txt4 {
	max-width: 960px;
    text-align: center;
    font-size: 0.94em;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
	.txt4 {
		text-align: left;
	}
	#plan-intro {
		padding: 10px;
	}
}
.plan-table th {
	font-weight: bold;
}
.photo-studio {
	margin: 0 auto 80px;
}
.photo-studio-last {
	margin: 0 auto;
}