@charset "utf-8";
/* CSS Document */

/*===============================================
●共通
===============================================*/
.blackBg {background-color: #000;}

.mincho42 {
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	text-align: center;
}
.mincho30 {
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
}
.noteFont {
	color: #b10000;
	font-weight: bold;
	text-align: center;
	line-height: 1.7em;
	margin-top: 0.5em;
}

/* border */
#tentPoint #pointTxt .borderH3,
#stepBox .borderH3 {position: relative;}
#tentPoint #pointTxt .borderH3:before,
#stepBox .borderH3:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	margin: 0 auto;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
}
#tentPoint #pointTxt .borderH3:before {background-image: linear-gradient(to right, #835453, #835453 50%, #835453 90%, transparent);}
#stepBox .borderH3:before {background-image: linear-gradient(to right, #594e39, #594e39 80%, #6d6a65 90%, transparent);}

#specification h2,
#fiber #fabricImg p,
#tentPoint #pointIllust #ventTentBox p,
#flameBox #flameImgBox h4,
#stepBox h3 {text-align: center;}

#fiber p,
#flameBox #octagonBox p {line-height: 2.14em;}

/* ボタン */
.bungalowBtn a {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.8em;
}
.bungalowBtn.redBtn a {background-color: #b10000;}
.bungalowBtn.ocherBtn a {background-color: #967f4e;}


/* mainImage
---------------------------------------- */
#mainImage #whiteBox {background-color: rgba(255,255,255,0.8);}
#mainImage #whiteBox #jpName,
#mainImage #whiteBox h1 {
	color: #967f4e;
	text-shadow: 2px 2px 2px #fff;
}
#mainImage #whiteBox #jpName {
	/* font-family: "ゴシックMB101 DB", sans-serif; */
	font-weight: 600;
	text-align: right;
}
#mainImage #whiteBox h1 {
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	letter-spacing: 0.05em;
}
#mainImage #instantLogo img {max-width: 200px;}
#mainImage #instantLogo {
	max-width: 215px;
	background-color: rgba(68,68,68, 0.76);
}

/* memories
---------------------------------------- */
#memories h2,
#memories p {
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
}
#memories h2 {color: #967f4e;}
#memories p {color: #fff;}


/* specification
---------------------------------------- */
#specification h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	background-color: #967f4e;
}

/* fabricTent
---------------------------------------- */
#fabricTent {background: url("../../img/bungalow/clothBg.jpg") no-repeat center center / cover;}

/* fiber */
#fiber h2 {color: #fff;}
#fiber h3 {
	color: #bba067;
	text-shadow: 3px 3px 7px rgba(0,0,0,0.65);
}
#fiber p {color: #fff;}
#fiber #fabricImg p {
	background-color: #786131;
	line-height: 1.36em;
}
#fiber #fabricImg p {padding: 0.5em  0 0.3em;}

/* tentPoint */
#tentPoint h3 {
	color: #fff;
	max-width: 623px;
}
#tentPoint h4 {color: #bba067;}
#tentPoint h4 span:nth-child(1),
#tentPoint h4 span:nth-child(2) {
	font-family: "Playfair Display", serif;
	font-style: italic;
	font-weight: 400;
}
#tentPoint h4 span:nth-child(3) {
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
}
#tentPoint p {
	color: #fff;
	line-height: 1.7em;
}
#tentPoint p span {
	font-size: 0.93em;
	display: block;
}

/* pointIllust */
#tentPoint #pointIllust ol li:nth-child(1) span:first-of-type {color: #a2ceff;}
#tentPoint #pointIllust ol li:nth-child(2) span:first-of-type {color: #f4e28b;}
#tentPoint #pointIllust ol li:nth-child(3) span:first-of-type {color: #f9938f;}
#tentPoint #pointIllust ol li:nth-child(4) span:first-of-type {color: #6cc2d2;}

#tentPoint #pointIllust li span:first-of-type {font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
#tentPoint #pointIllust li span:last-of-type,
#tentPoint #pointIllust #ventTentBox p {/* font-family: "ゴシックMB101 DB" , sans-serif; */ font-weight: 600;}
#tentPoint #pointIllust li span:last-of-type {color: #fff;}


/* flameBox
---------------------------------------- */
#flameBox h2,
#flameBox p {color: #fff;}
#flameBox h3,
#flameBox #flameImgBox h4  {color: #bba067;}
#flameBox #flameImgBox section {border-top: 1px solid #b10000;}
#flameBox #flameImgBox section div {margin-top: 0.8em;}
#flameBox #flameImgBox h4 {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

/* stepBox
---------------------------------------- */
#stepBox .borderH3 {color: #fff;}

/* stepTList */
#stepList h4 {
	color: #bba067;
	position: relative;
	padding-left: 2em;
}
#stepList h4:before {
	content: "";
	height: 1em;
	width: 1em;
	display: block;
	border-radius: 50%;
	background: #b10000;
	position: absolute;
	top: 0.8em;
	left: 0;
}
#stepList h4 span:nth-child(1),
#stepList h4 span:nth-child(2) {
	font-family: "Playfair Display", serif;
	font-style: italic;
	font-weight: 400;
}
#stepList h4 span:nth-child(3) {
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
}
#stepList p {
	color: #fff;
	font-size: 1.07em;
	line-height: 1.58em;
}
#stepList p span {font-size: 0.93em;}

/* easyPoint */
#easyPoint {border: 1px solid #797979;}
#easyPointHeader {text-align: center;}
#easyPoint h3 {
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 0 1.8em;
}
#easyPoint h3:before,
#easyPoint h3:after {
	content: "";
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 44px;
	height: 1px;
	background-color: #797979;
	transform: rotate(-60deg);
}
#easyPoint h3:before {left:0;}
#easyPoint h3:after {right: 0;}
#easyPoint h4 {
	/* font-family: "ゴシックMB101 DB", sans-serif; */
	font-weight: 600;
	color: #b10000;
}
#easyPoint section > p {
	font-family: "Playfair Display", serif;
	font-style: italic;
	font-weight: 400;
	color: #9e9e9e;
}
#easyPoint section div p {color: #fff;}

/* lineUpWrap
---------------------------------------- */
#lineUpWrap {background-color: #3f3112;}
#lineUpWrap h2,
#lineUpBox h4,
#lineUpBox p.price,
#lineUpBox p:last-of-type {color: #fff;}
#lineUpBox h4,
#lineUpBox p {text-align: center;}
#lineUpWrap h2 span,
#lineUpBox p.price span:first-of-type {
	font-family: "Playfair Display", serif;
	font-style: italic;
	font-weight: 400;
	color: #bba067;
}
#lineUpBox h4 {
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
}
#lineUpBox p.price {font-family: "Noto Serif JP", serif;}
#lineUpWrap .priceMember {
	color: #fff;;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}

/* combiTent
---------------------------------------- */
#combiHead p,
#combiHead h3 {
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	color: #bba067;
	text-align: center;
}
#combiHead h2 {color: #fff;}
#combiHead h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #bba067;
	line-height: 1.4em;
	padding: 0.65em 0.2em;
}

/* combiColor*/
#combiColor h4,
#combiColor p {
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	color: #fff;
	text-align: center;
}
#combiColor .bungalowFlex {
	flex-wrap: wrap;
	justify-content: flex-start
}
#combiColor .bungalowFlex > div {
	width: 20%;
	margin-bottom: 2.5em;
}
#combiColor .bungalowFlex > div:nth-child(5n) {margin-right: 0;}
#combiColor .circle {
	background-color: #e88;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: skyblue;
}
#combiColor .circleWhite {background-color: #fff;}
#combiColor .circleBeige {background-color: #c9b280;}
#combiColor .circleYellow {background-color: #f2ae00;}
#combiColor .circleBlack {
	background-color: #000;
	border: 1px solid #fff;
}
#combiColor .circleGray {background-color: #4d4e53;}
#combiColor .circleOrange {background-color: #f05323;}
#combiColor .circleRed {background-color: #af231c;}
#combiColor .circleNavy {background-color: #22314e;}
#combiColor .circleGreen {background-color: #0e352d;}
#combiColor p {
	font-size: 0.9em;
	margin: 0.6em 0 0 -1.8em;
}

/* tentList
---------------------------------------- */
#tentList {background-color: #dfdfdf;}
#tentList h2,
#tentList h3 {
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	text-align: center;
}
.tentListBox p {/* font-family: "ゴシックMB101 M"; */ font-weight: 500;}
.tentSubBox.bungalowFlex {flex-wrap: wrap;}

/* bungalowContact
---------------------------------------- */
#bungalowContact h2,
#bungalowContact p,
#bungalowContact li,
#bungalowContact li a {
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	color: #fff;
}
#bungalowContact #freeDial span:last-of-type a {
	font-family: "Playfair Display", serif;
	font-style: italic;
	font-weight: 400;
	text-decoration: none;
}

/*===============================================
●画面の横幅が729px以下
===============================================*/
@media screen and (max-width: 729px) {

	.mincho42 {
		font-size: 1.5em;
		line-height: 1.52em;
		letter-spacing: 0.05em;
	}
	.mincho30 {
		font-size: 1.36em;
		line-height: 1.58em;
		letter-spacing: 0.08em;
	}

	/* ボタン  */
	.bungalowBtn a {
		font-size: 1.07em;
		line-height: 1.6em;
	}
	.bungalowBtn a span {
		font-size: 1.7em;
		margin-left: 0.2em;
	}
	.bungalowBtn.redBtn a {padding: 1.5em 0;}
	.bungalowBtn.ocherBtn a {padding: 0.9em 0;}
	.bungalowBtn.ocherBtn {margin-top: 1.5em;}

	#tentPoint #pointTxt .borderH3,
	#stepBox .borderH3 {padding-bottom: 0.4em;}

	/* mainImage
	---------------------------------------- */
	#mainImageWrap {
		width: 100%;
		height: 200px;
		position: relative;
		overflow: hidden;
	}

	#mainImageWrap #mainImage01 {background: url("../../img/bungalow/mainImage01_sp.jpg") no-repeat center center / cover;}
	#mainImageWrap #mainImage02 {background: url("../../img/bungalow/mainImage02_sp.jpg") no-repeat center center / cover;}
	#mainImageWrap #mainImage03 {background: url("../../img/bungalow/mainImage03_sp.jpg") no-repeat center center / cover;}
	#mainImageWrap #mainImage04 {background: url("../../img/bungalow/mainImage04_sp.jpg") no-repeat center center / cover;}
	#mainImageWrap li {
		width: 100%;
		height: 200px;
	}
	#mainImage {
		width: 100%;
		position: absolute;
		top: 10%;
		left: 0;
		z-index: 2;
	}
	#mainImage #whiteBox {
		max-width: 200px;
		padding: 1em 1em 0.8em 0.5em;
		margin-bottom: 4%;
	}
	#mainImage #whiteBox #jpName {
		font-size: 0.85em;
		line-height: 1.08em;
		margin-top: -0.2em;
	}
	#mainImage #whiteBox h1 {
		font-size: 1.15em;
		line-height: 1.4em;
		padding: 0.4em 0 0 0.2em;
	}
	#mainImage #instantLogo img {max-width: 90px;}
	#mainImage #instantLogo {
		max-width: 100px;
		text-align: center;
		padding: 0.5em 0 0.3em;
	}

	/* memories
	---------------------------------------- */
	#memories.blackBg {padding: 3em 0;}
	#memories .bungalowFlex section {
		padding: 0 1em;
		margin-top: 1.2em;
	}
	#memories h2 {
		font-size: 1.7em;
		line-height: 1.5em;
	}
	#memories p {
		font-size: 1.07em;
		line-height: 1.8em;
		margin-top: 0.5em;
	}

	/* specification
	---------------------------------------- */
	#specification h2 {
		font-size: 1.7em;
		line-height: 1.6em;
		padding: 0.4em 0.5em;
	}
	#specification #blackGradation div.pcNone {background: url("../../img/bungalow/wayBg_sp.jpg") no-repeat center center / cover;}
	#specification #blackGradation div.pcNone div {
		max-width: 615px;
		padding: 1.5em 1em 1em 0;
	}
	#specification ol {padding: 1em 1em 1.5em;}
	#specification ol li {
		display: flex;
		padding-bottom: 1em;
	}
	#specification ol li:first-of-type span:last-of-type {padding-left: 1.4em;}
	#specification ol li span:first-of-type {
		font-family: "Playfair Display", serif;
		font-style: italic;
		font-weight: 400;
		color: #b10000;
		font-size: 2.14em;
		line-height: 0.6em;
	}
	#specification ol li span:last-of-type {
		/* font-family: "ゴシックMB101 M"; */
		font-weight: 500;
		color: #fff;
		line-height: 1.78em;
		padding-left: 1em;
	}

	/* fabricTent
	---------------------------------------- */
	#fabricTent {padding: 3em 0;}

	/* fiber */
	#fiber h3 {
		text-align: center;
		margin: 1em 0;
	}
	#fabricImg {
		width: 90%;
		margin: 1.5em auto 3em;
	}
	/* tentPoint */
	#tentPoint #pointTxt section  {padding: 0 1em;}
	#tentPoint #pointTxt section div {margin-top: 2em;}
	#tentPoint h3 {text-align: center;}
	#tentPoint #pointTxt .borderH3:before {background-image: linear-gradient(to right, transparent, #835453 10%, #835453 90%, transparent);}
	#tentPoint h4 span:nth-child(1) {font-size: 0.86em;}
	#tentPoint h4 span:nth-child(2) {
		font-size: 1.86em;
		padding: 0 0.7em 0 0.2em;
	}
	#tentPoint h4 span:nth-child(3) {
		font-size: 1.43em;
		letter-spacing: 0.09em;
	}
	#tentPoint #pointTxt p {margin-top: 0.8em;}
	#tentPoint #pointTxt p span {margin-top: 0.5em;}

	/* pointIllust */
	#tentPoint #pointIllust {
		padding: 0 1em;
		margin-top: 3em;
	}
	#tentPoint #pointIllust #pointFigure img {width: 100%;}
	#tentPoint #pointIllust ol {margin: -1em 0 1.2em;}
	#tentPoint #pointIllust li {margin-bottom: 0.5em;}
	#tentPoint #pointIllust li {font-size: 0.86em;}
	#tentPoint #pointIllust li span:last-of-type {padding-left: 1em;}
	#tentPoint #pointIllust #ventTentBox {
		width: 80%;
		margin: 3em auto 0;
	}
	#tentPoint #pointIllust #ventTentBox p {margin-top: 0.8em;}

	/* flameBox
	---------------------------------------- */
	#flameBox {padding: 3em 0;}
	#flameBox h3 {
		text-align: center;
		margin: 1em 0;
	}
	#flameBox #octagonBox {
		position: relative;
		max-width: 520px;
		margin: 0 auto;
	}
	#flameBox #octagonBox > div {
		display: flex;
		flex-wrap: wrap;
	}
	#flameBox #octagonBox > div p:first-of-type {order: 1;}
	#flameBox #octagonBox > div p:last-of-type {order: 3;}
	#flameBox #octagonBox > div > div {
		order: 2;
		max-width: 110px;
		margin: 0 0 0 auto;
	}

	/* flameImgBox */
	#flameBox #flameImgBox {
		margin-top: 2em;
		padding: 0 1em;
	}
	#flameBox #flameImgBox section {margin-bottom: 2em;}
	#flameBox #flameImgBox section:last-of-type {margin-bottom: 0;}
	#flameBox #flameImgBox h4 {
		font-size: 1.43em;
		line-height: 2.2em;
		margin: 0.4em 0 0.2em;
	}
	#flameBox #flameImgBox p {line-height: 1.7em;}
	#stepBox .inner.bungalowFlex {padding: 0;}
	#flameBox #flameImgBox img {width: 100%;}

	/* stepBox
	---------------------------------------- */
	#stepBox {padding-bottom: 3em;}
	#stepBox #stepImg {
		max-width: 90px;
		margin-top: 1em;
	}

	/* stepList */
	#stepList {padding-bottom: 2em; display: block; margin: 0;}
	#stepList section {padding: 1.8em 0;}
	#stepList section:nth-child(1),
	#stepList section:nth-child(2)  {position: relative;}
	#stepList section:nth-child(1) {margin-top: -5em;}
	#stepList section:nth-child(1):after,
	#stepList section:nth-child(2):after {
		content: "";
		display: block;
		position: absolute;
		width: 0.8em;
		height: 0.8em;
		border-top: 1px solid #797979;
		border-right: 1px solid #797979;
		transform: translateX(-50%) rotate(135deg);
		bottom: 0;
		left: 50%;
	}
	#stepList section .pcNone {margin: 0 auto 1.5em;}
	#stepList section:first-of-type .pcNone {max-width: 20%;}
	#stepList section:nth-child(2) .pcNone {max-width: 90%;}
	#stepList section:last-of-type .pcNone {
		max-width: 92%;
		margin: 0 0 0 2em;
	}
	#stepList h4 span:nth-child(1) {font-size: 1.14em;}
	#stepList h4 span:nth-child(2) {
		font-size: 2.3em;
		padding: 0 0.5em 0 0.2em;
	}
	#stepList h4 span:nth-child(3) {font-size: 1.43em;}
	#stepList p {margin-top: 1em;}

	/* easyPoint */
	#easyPoint {
		padding: 1em 1em 2em 1em;
		margin-bottom: 3em;
	}
	#easyPoint h3 {
		font-size: 1.36em;
		line-height: 2em;
	}
	#easyPoint h3:before,
	#easyPoint h3:after {width: 34px;}
	#easyPoint .pcNone {
		margin: 2em 0 1em;
		text-align: center;
	}
	#easyPoint section > p {
		font-size: 0.93em;
		transform: rotate(-10deg);
		margin: 0 0 1.9em -0.3em;
	}
	#easyPoint section > p span:last-of-type {
		font-size: 2.3em;
		margin-left: 0.1em;
	}
	#easyPoint h4 {
		font-size: 1.3em;
		padding: 0 0 0.5em 1em;
	}
	#easyPoint p {line-height: 1.7em;}

	/* lineUpWrap
	---------------------------------------- */
	#lineUpWrap {padding: 3em 0;}
	#lineUpWrap h2 span {font-size: 2.4em;}

	/* lineUpBox */
	#lineUpBox section {padding: 2em 0;}
	#lineUpBox section:nth-child(1),
	#lineUpBox section:nth-child(2) {border-bottom: 1px solid #796f5a;}
	#lineUpBox h4 {
		font-size: 1.07em;
		line-height: 1.8em;
	}
	#lineUpBox h4 span {font-size: 1.2em;}
	#lineUpBox p {line-height: 1.7em;}
	#lineUpBox p.price {margin: 1.2em 0 1.2em;}
	#lineUpBox p.price span:first-of-type {font-size: 1.93em;}
	#lineUpBox p.price span:last-of-type {font-size: 0.86em;}
	#lineUpBox .bungalowBtn {
		font-size: 1.36em;
		width: 80%;
		margin: 1em auto 0;
	}
	#lineUpBox .bungalowBtn.redBtn a {padding: 0.3em 0;}
	#lineUpBox section:nth-child(2) div:first-of-type,
	#lineUpBox section:nth-child(3) div:first-of-type {
		width: 80%;
		margin: 0 auto;
	}
	#lineUpBox section img {width: 100%;}

	/* #combiTent
	---------------------------------------- */
	#combiTent {padding: 3em 0;}

	/* combiHead */
	#combiHead {margin-bottom: 3em;}
	#combiHead p {
		font-size: 1.07em;
		line-height: 1.5em;
		letter-spacing: 0.07em;
	}
	#combiHead h2 {padding: 0.8em 0 1em;}
	#combiHead h3 {
		flex-wrap: wrap;
		font-size: 0.93em;
		letter-spacing: 0.07em;
		line-height: 2.2em;
	}
	#combiHead h3 span {font-size: 1.45em;}
	#combiHead h3 span:nth-child(2) {margin: 0 0.2em;}
	#combiHead h3 span:nth-child(3) {margin-left: 0.3em;}

	/* combiColor */
	#combiColor section:first-of-type {margin-bottom: 2em;}
	#combiColor section:first-of-type .bungalowFlex {margin-top: 1em;}
	#combiColor h4 {
		font-size: 1.21em;
		line-height: 2em;
	}
	#combiColor .bungalowFlex {display: flex;}
	#combiColor .circle {
		width: 48px;
		height: 48px;
		border-radius: 50%;
	}
	#combiColor p {
		text-align: center;
		font-size: 0.71em;
		margin: 0.6em 0 0 0;
		line-height: 1.4em;
	}
	#combiColor .circle {margin: 0 auto;}
	#combiColor .bungalowFlex > div {margin-bottom: 1em;}

	#combiColor section:last-of-type div {
		width: 70%;
		margin: 1em auto 4em;
	}

	/* #tentList
	---------------------------------------- */
	#tentList {padding: 3em 0;}
	#tentList h2 {
		font-size: 1.43em;
		line-height: 1.5em;
	}
	#tentList .tentListBox article {
		padding: 2em 0;
		border-bottom: 1px solid #bfbfbf;
	}
	#tentList > article:last-of-type article:last-of-type {border-bottom: none;}
	#tentList .tentListBox .tentSubBox.bungalowFlex {
		display: flex;
		justify-content: flex-start;
	}
	#tentList .tentListBox .tentSubBox.bungalowFlex > div {
		width: 30%;
		margin-bottom: 1em;
	}
	#tentList .tentListBox .tentSubBox.bungalowFlex > div:not(:nth-child(3n)) {margin-right: 5%;}
	#tentList .tentListBox .tentSubBox img {width: 100%;}
	#tentList h3 {margin-bottom: 1.5em;}
	#tentList h3 span {font-size: 1.3em;}
	.tentMainBox {margin-bottom: 2em;}
	.tentMainBox div {
		width: 80%;
		margin: 0 auto;
	}
	.tentMainBox p {text-align: center;}

	/* #bungalowContact
	---------------------------------------- */
	#bungalowContact {
		background: url(../../img/bungalow/contactBg_sp.jpg) no-repeat center center / cover;
		padding-top: 3em;
		position: relative;
	}
	#bungalowContact h2 {
		font-size: 1.78em;
		line-height: 1.76em;
	}
	#bungalowContact p {line-height: 1.93em;}
	#bungalowContact li {text-align: center;}
	#bungalowContact #freeDial {
		line-height: 2.2em;
		margin: 2em 0 1em;
	}
	#bungalowContact #freeDial span:first-of-type {font-size: 1.14em;}
	#bungalowContact #freeDial span:last-of-type {font-size: 2.78em;}
	#bungalowContact ul li:last-of-type {
		font-size: 1.07em;
		line-height: 1.73em;
	}
	#bungalowContact .bungalowBtn.ocherBtn a {
		font-size: 1.43em;
		padding: 0.45em 0;
	}
	#bungalowContact .bungalowContactImg {
		max-width: 560px;
		margin: 2em 0 0 2em;
	}
}
/*===============================================
●画面の横幅が730px以上
===============================================*/
@media screen and (min-width: 730px) {

	.mincho42 {font-size: 3em;}
	.mincho30 {
		font-size: 2.14em;
		line-height: 1.47em;
	}

	.bungalowFlex {
		display: flex;
		justify-content: space-between;
	}

	#tentPoint #pointTxt .borderH3,
	#stepBox .borderH3 {padding-bottom: 0.3em;}

	/* ボタン */
	.bungalowBtn {width: 49%;}
	.bungalowBtn a {
		font-size: 1.42em;
		line-height: 2.2em;
	}
	.bungalowBtn a span {
		font-size: 1.4em;
		margin-left: 0.3em;
	}
	.bungalowBtn a:hover {opacity: 0.8;}

	/* mainImage
	---------------------------------------- */
	#mainImageWrap {
		width: 100%;
		height: 800px;
		overflow: hidden;
		position: relative;
	}
	#mainImageWrap #mainImage01 {background: url("../../img/bungalow/mainImage01_pc.jpg") no-repeat center right 10%/ cover;}
	#mainImageWrap #mainImage02 {background: url("../../img/bungalow/mainImage02_pc.jpg") no-repeat top right 30% / cover;}
	#mainImageWrap #mainImage03 {background: url("../../img/bungalow/mainImage03_pc.jpg") no-repeat center right 30% / cover;}
	#mainImageWrap #mainImage04 {background: url("../../img/bungalow/mainImage04_pc.jpg") no-repeat center right 35% / cover;}
	#mainImageWrap li {
		display: block;
		height: 800px;
	}
	#mainImage {
		position: absolute;
		width: 100%;
		top: 20%;
		left: 0;
		z-index: 2;
	}
	#mainImage .inner {max-width: 1100px;}
	#mainImage #whiteBox {
		max-width: 467px;
		padding: 1.5em 1em 1em 1em;
		margin-bottom: 2.8em;
	}
	#mainImage #whiteBox #bangalowLogo img {max-width: 420px;}
	#mainImage #whiteBox #jpName {
		font-size: 1.28em;
		line-height: 1.3em;
		margin: -1em 1.2em 0 0;
	}
	#mainImage #whiteBox h1 {
		font-size: 2.57em;
		line-height: 1.27em;
		margin: 0.3em 0 0 0.5em;
	}
	#mainImage #instantLogo img {max-width: 200px;}
	#mainImage #instantLogo {
		max-width: 215px;
		padding: 0.5em;
	}

	/* memories
	---------------------------------------- */
	#memories.blackBg {padding: 7em 0;}
	#memories .bungalowFlex {
		max-width: 1300px;
		margin: 0 auto;
		justify-content: flex-start;
		align-items: center;
	}

	#memories .bungalowFlex div {
		max-width: 720px;
		width: 56%;
		margin-right: 5%;
	}
	#memories .bungalowFlex section {margin: 0;}

	#memories h2 {
		font-size: 2.7em;
		line-height: 1.5em;
	}
	#memories p {
		font-size: 1.28em;
		line-height: 2.1em;
		margin-top: 2em;
	}

	/* specification
	---------------------------------------- */
	#specification #blackGradation {
		background: url("../../img/bungalow/wayBg_pc.jpg") no-repeat center center / cover;
		padding-top: 1em;
	}
	#specification h2 {
		font-size: 3.42em;
		line-height: 1em;
		padding: 0.7em 0;
	}
	#specification div .spNone {
		max-width: 1293px;
		padding-right: 2%;
	}

	/* fabricTent
	---------------------------------------- */
	#fabricTent {padding: 5.7em 0 5.4em;}

	/* fiber */
	#fiber .bungalowFlex {margin-top: 6em;}
	#fiber h2 {line-height: 1.78em;}
	#fiber h3 {margin-bottom: 1.3em;}
	#fiber p {max-width: 466px;}
	#fiber #fabricImg {max-width: 250px;}

	/* tentPoint */
	#tentPoint {
		max-width: 1220px;
		margin: 7em auto 0;
		padding: 0 1em;
	}
	#tentPoint #pointTxt {
		order: 2;
		max-width: 546px;
		width: 46%;
	}
	#tentPoint #pointTxt div {margin-top: 3em;}
	#tentPoint h4 span:nth-child(1) {font-size: 1.14em;}
	#tentPoint h4 span:nth-child(2) {
		font-size: 2.28em;
		margin: 0 0.8em 0 0.2em;
	}
	#tentPoint h4 span:nth-child(3) {font-size: 1.86em;}
	#tentPoint #pointTxt p {margin-top: 1em;}
	#tentPoint p span {margin-top: 0.2em;}

	/* pointIllst */
	#tentPoint #pointIllust {
		order: 1;
		margin-top: -1em;
		max-width: 480px;
		width: 50%;
	}
	#tentPoint #pointIllust .bungalowFlex {align-items: flex-end;}
	#tentPoint #pointIllust .bungalowFlex p {
		max-width: 186px;
		font-size: 0.93em;
		line-height: 1.7em;
		width: 38%;
	}
	#tentPoint #pointIllust ol {margin-top: -1.5em;}
	#tentPoint #pointIllust li {margin-bottom: 1em;}
	#tentPoint #pointIllust li span:first-of-type {
		font-size: 1.28em;
		line-height: 1em;
	}
	#tentPoint #pointIllust li span:last-of-type {
		font-size: 1.07em;
		line-height: 1.26em;
		margin-left: 1.2em;
	}
	#tentPoint #pointIllust #ventTentBox {
		max-width: 375px;
		margin: 3em 0 0 auto;
	}
	#tentPoint #pointIllust #ventTentBox p {
		font-size: 1.14em;
		line-height: 1.18em;
		margin-top: 0.5em;
	}

	/* flameBox
	---------------------------------------- */
	#flameBox {padding-top: 6em;}
	#flameBox h2 {line-height: 1.48em;}
	#flameBox #octagonBox {
		margin-top: 5.5em;
		position: relative;
	}
	#flameBox #octagonBox h3 {margin-bottom: 1em;}
	#flameBox #octagonBox .spNone {
		position: absolute;
		right: 0;
		bottom: -20%;
		width: 30%;
		max-width: 240px;
	}
	#flameBox #flameImgBox {margin-top: 6em;}
	#flameBox #flameImgBox section {
		max-width: 260px;
		margin-right: 3%;
	}
	#flameBox #flameImgBox section:last-of-type {margin-right: 0;}
	#flameBox #flameImgBox h4 {
		font-size: 1.42em;
		line-height: 2.2em;
		margin: 0.5em 0 0.2em;
	}
	#flameBox #flameImgBox p {line-height: 1.7em;}

	/* stepBox
	---------------------------------------- */
	#stepBox {
		max-width: 1100px;
		padding: 0 1em;
		margin: 5.7em auto;
	}
	#stepBox .borderH3 {
		max-width: 930px;
		margin: 0 auto;
	}
	#stepBox #stepImg {
		max-width: 140px;
		margin-top: -3.5em;
		position: relative;
		z-index: 2;
	}

	/* stepTent */
	#stepBox #stepTent.bungalowFlex {
		align-items: flex-end;
		margin-top: -2em;
	}
	#stepBox #stepTent section {margin-right: 3%;}
	#stepBox #stepTent section:first-of-type  {max-width: 86px;}
	#stepBox #stepTent section:nth-child(2)  {max-width: 346px;}
	#stepBox #stepTent section:last-of-type  {
		max-width: 430px;
		margin-right: 0;
	}
	#stepBox #stepTent section:nth-child(2) p {margin-bottom: -3em;}
	#stepBox #stepTent section:last-of-type p {margin-bottom: -3.5em;}
	#stepBox #stepTent section:first-of-type p {text-align: center;}
	#stepBox #stepTent section:last-of-type img {margin-bottom: -2.7em;}
	#stepBox #stepTent p {
		font-family: "Playfair Display", serif;
		font-style: italic;
		font-weight: 400;
		color: #bba067;
		font-size: 1.14em;
		line-height: 2.75em;
	}
	#stepBox #stepTent p span {
		font-size: 3em;
		margin-left: 0.2em;
	}

	/* stepList */
	#stepList {margin-top: 4em; display: block;}
	#stepList div {
		display: flex;
		align-items: center;
		margin-bottom: 2.5em;
	}
	#stepList section:nth-child(1) div,
	#stepList section:nth-child(2) div {position: relative;}
	#stepList section:nth-child(1) div:after,
	#stepList section:nth-child(2) div:after {
		content: "";
		display: block;
		position: absolute;
		width: 0.8em;
		height: 0.8em;
		border-top: 1px solid #797979;
		border-right: 1px solid #797979;
		transform: translateX(-50%) rotate(135deg);
	}
	#stepList section:nth-child(2) div {margin: 0 0 2.8em 2.5em;}
	#stepList section:nth-child(3) div {margin: 0 0 0 5.5em;}
	#stepList section:nth-child(1) div:after {
		top: 4em;
		left: 1.8em;}
	#stepList section:nth-child(2) div:after {
		top: 3em;
		left: 1.8em;
	}
	#stepList h4 span:nth-child(1) {font-size: 1.14em;}
	#stepList h4 span:nth-child(2) {
		font-size: 2.28em;
		margin: 0 1em 0 0.3em;
	}
	#stepList h4 span:nth-child(3) {font-size: 1.85em;}
	#stepList p {margin-left: 2em;}

	/* easyPoint */
	#easyPoint {margin: 6em auto 5.7em;}
	#easyPoint.inner {
		max-width: 1000px;
		padding: 2em;
	}
	#easyPoint .bungalowFlex {margin-top: 2em;}
	#easyPoint section {margin-bottom: 2em;}
	#easyPoint section div {margin-left: 1.5em;}
	#easyPoint h3 {
		font-size: 2em;
		line-height: 1.57em;
	}
	#easyPoint section > p {
		font-size: 1.07em;
		transform: rotate(-5deg);
		margin-bottom: 0.5em;
	}
	#easyPoint section > p span:last-of-type {
		font-size: 2.4em;
		margin-left: 0.2em;
	}
	#easyPoint h4 {
		font-size: 1.5em;
		line-height: 2em;
	}
	#easyPoint section div p {line-height: 1.7em;}
	#easyPoint .bungalowFlex div:first-of-type {max-width: 340px;}
	#easyPoint .spNone  {max-width: 610px;}
	#stepBox .inner.bungalowFlex {
		max-width: 1000px;
		padding: 0;
	}

	/* lineUpWrap
	---------------------------------------- */
	#lineUpWrap {padding: 6em 0 8em;}
	#lineUpWrap .inner {max-width: 1400px;}
	#lineUpWrap {position: relative;}
	#lineUpWrap section {
		border-right: 1px solid #796f5a;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#lineUpWrap section:first-of-type {padding-right: 2%;}
	#lineUpWrap section:nth-child(2) {padding: 0 2%;}
	#lineUpWrap section:last-of-type {
		border-right: none;
		padding-left: 2%;
	}
	#lineUpWrap h2 {line-height: 1.48em;}
	#lineUpWrap h2 span {
		font-size: 2.14em;
		line-height: 0.7em;
		margin: 0 0.1em;
	}
	#lineUpBox {margin-top: 5em;}
	#lineUpBox div:first-of-type {max-width: 390px;}
	#lineUpBox div:first-of-type img {
		max-width: 390px;
		width: 100%;
	}
	#lineUpBox h4,
	#lineUpBox p {
		line-height: 1.7em;
		width: 100%;
	}
	#lineUpBox h4 {font-size: 1.28em;}
	#lineUpBox h4 span {font-size: 1.2em;}
	#lineUpBox p.price {margin: 1.2em 0 1.2em;}
	#lineUpBox p.price span:first-of-type {font-size: 2.14em;}
	#lineUpBox p.price span:last-of-type {font-size: 0.93em;}

	#lineUpBox .bungalowBtn {
		max-width: 230px;
		width: 100%;
		margin-top: 2em;
	}
	#lineUpBox .bungalowBtn a {padding: 0.17em;}


	/* combiTent
	---------------------------------------- */
	#combiTent {padding: 5em 0 7.3em;}

	/* combiHead */
	#combiHead p {
		font-size: 2em;
		line-height: 2.2em;
	}
	#combiHead h2 {line-height: 1.48em;}
	#combiHead h3 {
		font-size: 1.43em;
		max-width: 710px;
		margin: 1.5em auto 0;
	}
	#combiHead h3 span {font-size: 1.5em;}
	#combiHead h3 span:nth-child(2) {margin: 0 0.2em;}
	#combiHead h3 span:nth-child(3) {margin-left: 0.3em;}

	/* combiColor */
	#combiColor {margin: 6em 0;}
	#combiColor .bungalowFlex {margin-top: 2.5em;}
	#combiColor section:first-of-type {
		max-width: 505px;
		width: 75%;
	}
	#combiColor section:last-of-type {
		max-width: 300px;
		width: 48%;
		margin-left: 2%;
	}
	#combiColor section:last-of-type div {
		margin-top: 2em;
		max-width: 285px;
	}
	#combiColor h4 {
		font-size: 1.7em;
		line-height: 2.6em;
	}

	/* combiBtnBox */
	#combiBtnBox div {width: 100%;}
	#combiBtnBox > div:first-of-type {
		max-width: 510px;
		margin-right: 3%;
	}
	#combiBtnBox > div:last-of-type {max-width: 400px;}

	/* tentList
	---------------------------------------- */
	#tentList {padding: 7.1em 0;}
	#tentList h2 {
		font-size: 2.7em;
		line-height: 1.63em;
		margin-bottom: 1.5em;
	}
	#tentList h3 {
		font-size: 1.28em;
		line-height: 2.58em;
	}
	#tentList h3 span {font-size: 1.33em;}
	#tentList > article:first-of-type article {padding-top: 0;}
	#tentList > article:last-of-type {
		border-bottom: 0;
		justify-content: flex-start;
	}
	.tentListBox.inner {
		max-width: 1440px !important;
		justify-content: space-around;
		border-bottom: 1px solid #bfbfbf;
		flex-wrap: wrap;
	}
	.tentListBox > article {
		max-width: 720px;
		width: 50%;
	}
	.tentListBox > article:first-of-type {border-right: 1px solid #bfbfbf;}
	.tentListBox > article {padding: 2em 0 3em;}
	.tentImgBox {margin-top: 1.5em;}
	.tentImgBox.bungalowFlex {justify-content: center;}
	.tentMainBox {
		width: 33%;
		margin-right: 5%;
	}
	.tentMainBox p {
		font-size: 0.92em;
		text-align: center;
	}
	.tentSubBox {
		width: 50%;
		justify-content: flex-start;
	}
	.tentSubBox > div {
		width: 30%;
		/*margin: 0 4% 1.5em 0;*/
	}
	.tentSubBox > div:not(:nth-child(3n)) {margin: 0 5% 1.5em 0;}
	.tentSubBox > div:nth-child(3n) {margin-bottom: 1.5em;}
	.tentSubBox > div:nth-child(3n) {margin-right: 0;}
	.tentSubBox > div:nth-child(7),
	.tentSubBox > div:nth-child(8),
	.tentSubBox > div:nth-child(9) {margin-bottom: 0;}
	.tentSubBox p {font-size: 0.78em;}

	#tentList .bungalowBtn {
		max-width: 510px;
		width: 100%;
		margin: 4em auto 0;
	}

	/* bungalowContact
	---------------------------------------- */
	#bungalowContact {
		background: url("../../img/bungalow/contactBg_pc.jpg") no-repeat center center / cover;
		padding-top: 6em;
	}
	#bungalowContactBox {
		max-width: 1350px;
		margin: 0 auto;
		position: relative;
	}
	#bungalowContact .inner {padding-bottom: 6em;}
	#bungalowContact h2 {
		font-size: 2.57em;
		line-height: 1.2em;
	}
	#bungalowContact p,
	#bungalowContact #freeDial span:first-of-type {
		font-size: 1.28em;
		line-height: 1.7em;
	}
	#bungalowContact p {margin: 2em 0 1.5em;}
	#bungalowContact #freeDial span:last-of-type a {
		font-size: 3.4em;
		pointer-events: none;
		margin-left: 0.2em;
	}
	#bungalowContact ul li:last-of-type {
		font-size: 1.14em;
		line-height: 2.75em;
		margin: 0.2em 0 2em;
	}
	#bungalowContact .bungalowContactImg {
		position: absolute;
		bottom: 0;
		right: 0;
		max-width: 680px;
		width: 50%;
		padding-left: 2%;
	}
	#bungalowContact .bungalowBtn {
		max-width: 430px;
		width: 50%;
	}
	#bungalowContact .bungalowBtn a {
		padding: 0.5em 0;
		font-size: 1.85em;
		line-height: 1.7em;
	}
}