@charset "UTF-8";
/*
 * marugoto.css
 *
 */


/* !新規開業・開店・独立応援パック
---------------------------------------------------------- */
.openingCts01 {
	width:100%;
	margin:0 auto;
	background:#F3F3F3;
	padding:70px 0 80px 0;
	margin-bottom:80px;
}
	.openingCts01 img.photo {
		display:block;
		max-width:600px;
		margin:0 auto 50px auto;
	}
	.openingCts01 h2 {
		font-size:26px;
		font-weight:700;
		text-align:center;
		margin-bottom:25px;
	}
		.openingCts01 h2 span.hp {
			padding:0.3em 0.6em;
			color:#FFF;
			background:#ff9600;
			border-radius:4px;
			margin:0.2em;
		}
		.openingCts01 h2 span.print {
			padding:0.3em 0.6em;
			color:#FFF;
			background:#94c012;
			border-radius:4px;
			margin:0.2em;
		}
			.openingCts01 h2 span i.fa {
				margin-right:0.3em;
			}
	.openingCts01 h3 {
		font-size:22px;
		font-weight:bold;
		text-align:center;
		line-height:1.8;
		color:#94c012;
		margin-bottom:50px;
	}
		.openingCts01 h3 span {
			display:inline-block;
			padding:0.8em 0;
			border-top:1px dotted #94c012;
			border-bottom:1px dotted #94c012;
		}
	.openingCts01 p.description {
		text-align:center;
		margin-bottom:50px;
	}
	
.openingPrice{
	width:auto;
	max-width:1000px;
	margin:0 auto;
	padding:20px 40px;
	background:#FFF;
	border-radius:14px;
}
	.openingPrice h2{
		font-size:28px;
		font-weight:500;
		text-align:center;
		margin-bottom:10px;
	}
	.openingPrice p.price{
		width:180px;
		float:left;
		margin-top:15px;
		font-size:70px;
		font-weight:bold;
		color:#ff9600;
	}
		.openingPrice p.price span{
			font-size:40%;
		}
	.openingPrice p.naiyo{
		display: flex;
		align-items: center;
		text-align: center; /* for no-flexbox browsers */
		font-size:22px;
		font-weight:700;
		margin-left:190px;
		margin-bottom:15px;
	}
		.openingPrice p.naiyo:before,
		.openingPrice p.naiyo:after{
			border-top: 1px solid;
			content: "";
			display: inline; /* for IE */
			flex-grow: 1;
		}
		.openingPrice p.naiyo:before{
			margin-right: 0.5em;
		}
		.openingPrice p.naiyo:after{
			margin-left: 0.5em;
		}
	.openingPrice ul.icon{
		margin-left:190px;
		margin-bottom:15px;
	}
		.openingPrice ul.icon li{
			width:20%;
			float:left;
		}
			.openingPrice ul.icon li:before {
				display: none;
			}
			.openingPrice ul.icon li img{
				display:block;
				width:60px;
				margin:0 auto 10px auto;
			}
			.openingPrice ul.icon li p{
				font-weight:700;
				text-align:center;
				color:#94c012;
			}
	.openingPrice p.read{
		margin-left:190px;
	}

.openingCts02 {
	max-width:1240px;
	margin:0 auto;
	padding:0 20px 80px 20px;
}
	.openingCts02 h2.reasonTit {
		font-size:24px;
		font-weight:bold;
		color:#FF9600;
		text-align:center;
		margin-bottom:50px;
	}
		.openingCts02 h2.reasonTit span {
			border-top:1px solid #FF9600;
			border-bottom:1px solid #FF9600;
			padding:12px 0;
		}
		.openingCts02 h2.reasonTit br {
			display:none;
		}
	.openingCts02 h2.openingCap03 {
		font-size:22px;
		font-weight:700;
		text-align:center;
		color:#94c012;
		line-height:1.8;
		margin-bottom:40px;
	}
		.openingCts02 h2.openingCap03 span {
			color:#ff9600;
		}
		
.openingPack {
	width:100%;
}
	.openingPack h3 {
		font-size:22px;
		font-weight:700;
		text-align:center;
		line-height:1.6;
		margin-bottom:30px;
	}
		.openingPack h3 span.num {
			font-family: 'Fira Sans Condensed', sans-serif;
			font-size:20px;
			font-weight:500;
			letter-spacing:0.1em;
			text-align:center;
			display:block;
			width:40px;
			height:40px;
			line-height:40px;
			color:#FFF;
			background:#ff9600;
			border-radius:6px;
			margin:0 auto 10px auto;
		}
		.openingPack h3 br {
			display:none;
		}
	.openingPack div.left {
		width:260px;
		float:left;
	}
		.openingPack div.left img {
			display:block;
			width:260px;
			margin:0 auto 20px auto;
		}
	.openingPack div.right {
		width:auto;
		margin-left:320px;
	}
	
ul.check li {
	font-size:18px;
	font-weight:700;
}
	ul.check li i.fa {
		color:#ff9600;
		margin-right:0.6em;
	}
	
.openingCts03 {
	max-width:1240px;
	margin:0 auto;
	padding:0 20px 80px 20px;
}

.openingBasePrice {
	width:100%;
	border:1px solid #ddd;
	border-radius:3px 3px 0 0;
	margin:0 auto 20px auto;
}
	.openingBasePrice h3 {
		font-size:20px;
		font-weight:700;
		line-height:1.5;
		color:#FFF;
		text-align:center;
		background:#94c012;
		padding:0.6em;
		border-radius:3px 3px 0 0;
	}
	.openingBasePrice dl.base {
	}
		.openingBasePrice dl.base dt {
			width:70%;
			float:left;
			padding:0.8em 1em;
			border-top:1px solid #ddd;
		}
			.openingBasePrice dl.base dt span {
				font-weight:bold;
				color:#94c012;
				margin-right:0.4em;
			}
		.openingBasePrice dl.base dd {
			margin-left:70%;
			font-weight:bold;
			text-align:right;
			padding:0.8em 1em;
			border-top:1px solid #ddd;
		}
		.openingBasePrice dl.base dt:nth-of-type(odd) {
			background:#f3f3f3;
		}
		.openingBasePrice dl.base dd:nth-of-type(odd) {
			background:#f3f3f3;
		}
		
p.packPrice {
	font-size:22px;
	font-weight:700;
	text-align:center;
	line-height:1.6;
	margin-bottom:10px;
}
	p.packPrice span {
		display:inline-block;
		font-size:70px;
		color:#ff9600;
		line-height:1.2;
	}
		p.packPrice span span {
			font-size:24px;
		}
		
p.arrow {
	font-size:40px;
	line-height:1;
	text-align:center;
	color:#94c012;
}

.openingCts04 {
	max-width:1240px;
	margin:0 auto;
	padding:0 20px 80px 20px;
}
	
.otherItem {
	width:100%;
	border:1px solid #ddd;
	border-radius:3px 3px 0 0;
	margin:0 auto 20px auto;
}
	.otherItem h3 {
		font-size:20px;
		font-weight:bold;
		line-height:1.5;
		color:#88af10;
		text-align:center;
		background:#e3f2c1;
		padding:0.6em;
		border-radius:3px 3px 0 0;
	}
	.otherItem dl.base {
	}
		.otherItem dl.base dt {
			width:70%;
			float:left;
			padding:0.8em 1em 0.8em 2em;
			border-top:1px solid #ddd;
			position:relative;
		}
			.otherItem dl.base dt:before {
				position:absolute;
				content:"";
				width:5px;
				height:5px;
				background:#94c012;
				border-radius:50%;
				top:24px;
				left:1em;
			}
		.otherItem dl.base dd {
			margin-left:70%;
			font-weight:bold;
			text-align:right;
			padding:0.8em 1em;
			border-top:1px solid #ddd;
		}
		.otherItem dl.base dt:nth-of-type(odd) {
			background:#f3f3f3;
		}
		.otherItem dl.base dd:nth-of-type(odd) {
			background:#f3f3f3;
		}
		
ul.combiList {
	width:100%;
	border-top:1px solid #DDD;
}
	ul.combiList li {
		font-weight:bold;
		padding:0.8em 1em 0.8em 2em;
		border-bottom:1px solid #DDD;
		border-left:1px solid #DDD;
		border-right:1px solid #DDD;
		position:relative;
	}
		ul.combiList li:before {
			position:absolute;
			content:"";
			width:5px;
			height:5px;
			background:#94c012;
			border-radius:50%;
			top:24px;
			left:1em;
		}
		ul.combiList li:nth-child(odd) {
			background:#f3f3f3;
		}
		ul.combiList li span {
			font-weight:normal;
			margin:0 0.6em;
		}
		
.priceExample{
	width:31%;
	float:left;
	margin-right:3.5%;
	border:1px solid #DDD;
	border-radius:3px;
}
.priceExample:last-child{
	margin-right:0;
}
	.priceExample p.case{
		font-size:20px;
		font-weight:700;
		line-height:1.2;
		background-color:#94c012;
		padding:15px 10px;
		text-align:center;
		color:#FFF;
		border-radius:3px 3px 0 0 ;
	}
		.priceExample p.case span{
			font-size:12px;
			font-weight:normal;
		}
	.priceExample div.price{
		padding:12px;
		font-size:26px;
		font-weight:700;
		color:#ff9600;
		line-height:1.5;
		text-align:center;
	}
		.priceExample div.price span{
			font-size:60%;
		}
	.priceExample div.menu{
		position:relative;
		padding:18px 0px 18px 0px;
		text-align:center;
		border-top:1px solid #DDD;
	}
		.priceExample div.menu p{
			font-size:18px;
			font-weight:bold;
			line-height:1.5;
			margin-bottom:5px;
		}
		.priceExample div.menu p.price{
			font-size:16px;
			color:#94c012;
			line-height:1.5;
			margin-bottom:10px;
		}
		.priceExample div.menu img.item{
			display:block;
			width:160px;
			margin:0 auto 10px auto;
		}
	
	.priceExample img.plus{
		position:absolute;
		bottom:-12px;
		left:50%;
		margin-left:-12px;
		z-index:1;
	}

.marugotoMb01 {
	margin-bottom:50px;
}

@media screen and (max-width:1039px){
.openingCts01 {
	padding:60px 20px 70px 20px;
}
	.openingCts01 img.photo {
		max-width:500px;
	}
	.openingCts01 h2 {
		font-size:22px;
		margin-bottom:25px;
	}
	.openingCts01 h3 {
		font-size:20px;
		margin-bottom:40px;
	}

	.openingCts01 p.description {
		text-align:center;
		margin-bottom:50px;
	}
	
.openingPrice{
	padding:20px 30px;
	border-radius:12px;
}
	.openingPrice h2{
		font-size:26px;
		margin-bottom:10px;
	}
	.openingPrice p.price{
		width:170px;
		font-size:62px;
	}
	.openingPrice p.naiyo{
		font-size:20px;
		margin-left:180px;
	}
	.openingPrice ul.icon{
		margin-left:180px;
	}
			.openingPrice ul.icon li img{
				width:54px;
			}
	.openingPrice p.read{
		margin-left:180px;
	}
	
.openingCts02 {
	margin:0 20px;
	padding:0 20px 70px 20px;
}
	.openingCts02 h2.openingCap03 {
		font-size:20px;
		margin-bottom:40px;
	}
	
.openingPack {
	width:100%;
}
	.openingPack h3 {
		font-size:20px;
		margin-bottom:30px;
	}
		.openingPack h3 span.num {
			font-size:18px;
			width:36px;
			height:36px;
			line-height:36px;
			border-radius:4px;
		}
	.openingPack div.left {
		width:220px;
		float:left;
	}
		.openingPack div.left img {
			display:block;
			width:200px;
			margin:0 auto 20px auto;
		}
	.openingPack div.right {
		width:auto;
		margin-left:240px;
	}
	
ul.check li {
	font-size:16px;
}

.openingCts03 {
	padding:0 20px 70px 20px;
}

	.openingBasePrice h3 {
		font-size:18px;
	}
	
p.packPrice {
	font-size:20px;
}
	p.packPrice span {
		font-size:60px;
	}
		p.packPrice span span {
			font-size:22px;
		}
		
p.arrow {
	font-size:34px;
}

.openingCts04 {
	padding:0 20px 70px 20px;
}

	.otherItem h3 {
		font-size:18px;
	}
	
	.priceExample p.case{
		font-size:18px;
	}
	.priceExample div.price{
		font-size:24px;
	}
		.priceExample div.menu p{
			font-size:16px;
		}
		.priceExample div.menu p.price{
			font-size:15px;
		}
		.priceExample div.menu img.item{
			width:150px;
		}

}

@media screen and (max-width:767px){
.openingCts01 {
	width:100%;
	margin:0 auto 60px auto;
	padding:50px 15px 60px 15px;
}
	.openingCts01 img.photo {
		display:block;
		width:100%;
		max-width:300px;
		margin:0 auto 40px auto;
	}
	.openingCts01 h2 {
		font-size:16px;
		margin-bottom:20px;
	}
	.openingCts01 h3 {
		font-size:16px;
		font-weight:bold;
		margin-bottom:20px;
	}
		.openingCts01 h3 br {
			display:none;
		}
	.openingCts01 p.description {
		text-align:left;
	}
		.openingCts01 p.description br {
			display:none;
		}
		
.openingPrice{
	padding:20px 15px;
	border-radius:10px;
}
	.openingPrice h2{
		font-size:18px;
		margin-bottom:0;
	}
	.openingPrice p.price{
		width:auto;
		float:none;
		margin-top:0;
		font-size:56px;
		text-align:center;
		line-height:1.2;
	}
	.openingPrice p.naiyo{
		font-size:18px;
		margin-left:0;
		margin-bottom:15px;
	}
	.openingPrice ul.icon{
		margin-left:0;
		margin-bottom:15px;
	}
		.openingPrice ul.icon li{
			width:20%;
			float:left;
		}
			.openingPrice ul.icon li img{
				display:block;
				width:46px;
				margin:0 auto 10px auto;
			}
			.openingPrice ul.icon li p{
				font-size:10px;
			}
	.openingPrice p.read{
		margin-left:0;
	}
	
.openingCts02 {
	padding:0 15px 60px 15px;
}
	.openingCts02 h2.openingCap03 {
		font-size:16px;
		margin-bottom:30px;
	}
		.openingCts02 h2.openingCap03 br {
			display:none;
		}
	.openingCts02 p {
		margin-bottom:0;
	}
	
	.openingPack h3 {
		font-size:16px;
		margin-bottom:30px;
	}
		.openingPack h3 span.num {
			font-size:14px;
			width:30px;
			height:30px;
			line-height:30px;
			border-radius:4px;
		}
		.openingPack h3 br {
			display:inherit;
		}
	.openingPack div.left {
		width:100%;
		float:none;
	}
		.openingPack div.left img {
			width:200px;
			margin:0 auto 25px auto;
		}
	.openingPack div.right {
		margin-left:0;
	}
	
ul.check {
	margin-bottom:25px;
}
	ul.check li {
		font-size:15px;
	}
			
.openingCts03 {
	padding:0 20px 60px 20px;
}

.openingBasePrice {
	margin:0 auto 20px auto;
}
	.openingBasePrice h3 {
		font-size:15px;
	}
		.openingBasePrice dl.base dt {
			width:100%;
			float:none;
			padding:0.8em 1em 0.4em 1em;
		}
		.openingBasePrice dl.base dd {
			margin-left:0;
			text-align:left;
			padding:0 1em 0.8em 1em;
			border-top:0;
		}
		
p.packPrice {
	font-size:16px;
}
	p.packPrice span {
		font-size:50px;
	}
		p.packPrice span span {
			font-size:16px;
		}
		
p.arrow {
	font-size:28px;
}

.openingCts04 {
	padding:0 15px 60px 15px;
}

.otherItem {
	margin:0 auto 20px auto;
}
	.otherItem h3 {
		font-size:15px;
	}
		.otherItem dl.base dt {
			width:100%;
			float:none;
			padding:0.8em 1em 0.4em 2em;
		}
			.otherItem dl.base dt:before {
				top:22px;
			}
		.otherItem dl.base dd {
			margin-left:0;
			text-align:left;
			padding:0 1em 0.8em 1em;
			border-top:0;
		}
		
.priceExample{
	width:100%;
	max-width:320px;
	float:none;
	margin:0 auto 30px auto;
}
.priceExample:last-child{
	margin-right:auto;
	margin-bottom:0;
}
	.priceExample p.case{
		font-size:16px;
	}
		.priceExample p.case span{
			font-size:12px;
			font-weight:normal;
		}
	.priceExample div.price{
		font-size:22px;
	}
	.priceExample div.menu{
		position:relative;
		padding:18px 0px 18px 0px;
		text-align:center;
		border-top:1px solid #DDD;
	}
		.priceExample div.menu p{
			font-size:16px;
		}
		.priceExample div.menu p.price{
			font-size:14px;
		}
	
	.priceExample img.plus{
		position:absolute;
		bottom:-12px;
		left:50%;
		margin-left:-12px;
		z-index:1;
	}

.marugotoMb01 {
	margin-bottom:50px;
}

}

/* !250911追加
---------------------------------------------------------- */
.openingWorks {
	width:100%;
	max-width: 1000px;
	padding:50px 0;
	background: url("../../works/img/works_bg.png") 0 0 repeat;
	margin: 0 auto 60px auto;
}
	.openingWorks h3 {
		font-size:24px;
		font-weight: 700;
		text-align: center;
		line-height: 1.6;
		margin-bottom: 30px;
	}
	.openingWorks h4.panphTit {
		text-align: center;
		margin-bottom: 30px;
	}
		.openingWorks h4.panphTit span {
			font-size:17px;
			font-weight: 700;
			line-height: 1.4;
			color: #FFF;
			background: #95C112;
			padding:0.4em 1.2em;
			border-radius: 25px;
			margin-bottom: 30px;
		}
	.openingWorks h4.logoTit {
		text-align: center;
		margin-bottom: 30px;
	}
		.openingWorks h4.logoTit span {
			font-size:17px;
			font-weight: 700;
			line-height: 1.4;
			color: #FFF;
			background: #80c7ce;
			padding:0.4em 1.2em;
			border-radius: 25px;
			margin-bottom: 30px;
		}
	.openingWorks h4.hpTit {
		text-align: center;
		margin-bottom: 30px;
	}
		.openingWorks h4.hpTit span {
			font-size:17px;
			font-weight: 700;
			line-height: 1.4;
			color: #FFF;
			background: #FF9600;
			padding:0.4em 1.2em;
			border-radius: 25px;
			margin-bottom: 30px;
		}
	.openingWorks ul.panphImg {
		width:100%;
		margin-bottom: 60px;
	}
		.openingWorks ul.panphImg li {
			width:100%;
			margin-bottom: 30px;
		}
		.openingWorks ul.panphImg li:last-child {
			margin-bottom: 0;
		}
			.openingWorks ul.panphImg li img {
				display: block;
				width:100%;
				max-width: 932px;
				margin: 0 auto;
			}
			.openingWorks ul.panphImg li img.shadow {
				filter: drop-shadow(0 0 5px rgba(0,0,0,0.24));
			}
	.openingWorks ul.logoImg {
		width:100%;
		margin-bottom: 60px;
	}
		.openingWorks ul.logoImg li {
			width:100%;
		}
			.openingWorks ul.logoImg li img {
				display: block;
				margin: 0 auto;
			}
			.openingWorks ul.logoImg li img.works01 {
				width:200px;
			}
			.openingWorks ul.logoImg li img.works02 {
				width:320px;
			}
	.openingWorks ul.hpImg {
		width:100%;
		max-width:900px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 40px;
	}
		.openingWorks ul.hpImg li {
			width:100%;
			margin-bottom: 30px;
		}
		.openingWorks ul.hpImg li:last-child {
			margin-bottom: 0;
		}
			.openingWorks ul.hpImg li img {
				display: block;
				width:100%;
				max-width:600px;
				filter: drop-shadow(0 0 5px rgba(0,0,0,0.24));
				margin: 0 auto;
			}

@media screen and (max-width:1039px){
.openingWorks {
	padding:40px 0;
	margin: 0 auto 50px auto;
}
	.openingWorks h3 {
		font-size:22px;
	}
		.openingWorks h4.panphTit span {
			font-size:16px;
		}
		.openingWorks h4.logoTit span {
			font-size:16px;
		}
		.openingWorks h4.hpTit span {
			font-size:16px;
		}
	.openingWorks ul.panphImg {
		width:100%;
		margin-bottom: 50px;
	}
			.openingWorks ul.panphImg li img {
				width:100%;
				padding: 0 30px;
			}
	.openingWorks ul.logoImg {
		width:100%;
		margin-bottom: 50px;
	}
	.openingWorks ul.hpImg {
		max-width:560px;
		padding:0 30px;
	}
}

@media screen and (max-width:767px){
.openingWorks {
	padding:40px 0;
	margin: 0 auto 40px auto;
}
	.openingWorks h3 {
		font-size:16px;
		margin-bottom: 25px;
	}
	.openingWorks h4.panphTit {
		margin-bottom: 25px;
	}
		.openingWorks h4.panphTit span {
			font-size:15px;
		}
	.openingWorks h4.logoTit {
		margin-bottom: 25px;
	}
		.openingWorks h4.logoTit span {
			font-size:15px;
		}
	.openingWorks h4.hpTit {
		margin-bottom: 25px;
	}
		.openingWorks h4.hpTit span {
			font-size:15px;
		}
	.openingWorks ul.panphImg {
		width:100%;
		margin-bottom: 40px;
	}
			.openingWorks ul.panphImg li:first-child img {
				padding:0 20px;
			}
	.openingWorks ul.logoImg {
		width:100%;
		margin-bottom: 40px;
	}
			.openingWorks ul.logoImg li img.works01 {
				width:140px;
			}
			.openingWorks ul.logoImg li img.works02 {
				width:240px;
			}
	.openingWorks ul.hpImg {
		padding:0 20px;
		margin-bottom: 30px;
	}
}