@charset "utf-8";
/* reset.css */
* {
	box-sizing: border-box;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, 
p, a, img, dl, dt, dd, ol, ul, li, label, table, 
tbody, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 10px;
	vertical-align: baseline;
	box-sizing: border-box;
	line-height: 0;
	font-family: hiragino-mincho-pron, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a, span, dt, dd, li, label, th, td{
	line-height: 1.6;
}

body {
	width: 100%;
	color:#fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: #000;
}
 
ol, ul {
	list-style: none;
	font-size: 0;
}

figure {
    font-size: 0;
}

table, td, th {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	outline: none;
	text-decoration: none;
	display:inline-block;
	color:#000;
	transition:0.5s;
}

a:hover {
	text-decoration: none;
}

.cf {
	overflow: hidden;
	zoom:1;
}

img {
	max-width:100%;
	width:auto;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.block{
	display: block;
}

.textMincho {
	font-family: "shippori-mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 300;
}

.textSmall {
	font-size: 12px;
}

.textBold {
	font-weight: 600;
}

.textBig {
	font-size: 110%;
}

.flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

header {
	position: fixed;
	top:0;
	z-index: 10;
	width: 100%;
	height: 75px;
	background: #000;
}

#logo a {
	width: 238px;
	padding: 14px 20px;
}

main .inner {
	margin: 75px auto 0;
	text-align: center;
}

 .inner {
	width: 92%;
	max-width: 1200px;
}	

.contact {
	display: flex;
}

.contact .telephone {
	color:#fff;
	display: none;
}

.contact .telephone p {
	font-size: 12px;
	margin-right: 15px;
}	

.contact .telephone .tel a {
	font-size: 36px;
	font-weight: 600;
	color:#fff;
	line-height: 1;
	padding: 14px 20px 0 0;
}

.contact .reserve {
	width: 130px;
}

.contact .reserve a {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 75px;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 4px;
	background: #DFC389;
}

.contact .reserve a:hover {
	background: #fff;
	color: #000;
}


.mainTitle {
	margin: 200px auto 100px;
}

.mainTitle h1 {
	text-align: center;
}

.mainTitle .name {
}

.mainBg {
	background: url("../images/main_bg.png") no-repeat 50% 0;
	background-size: auto;
}

.mainBg h2 {
	padding: 550px 0 540px;
	font-size: 36px;
	text-align: center;
	font-weight: 300;
}

main h3 {
	color: #DFC389;
	font-size: 60px;
	margin-bottom: 70px;
	font-weight: 300;
	line-height: 1;
}

main h4 {
	font-size: 30px;
	margin-bottom: 40px;
	font-weight: 300;
	line-height: 1.6;
}


.btn a {
	display: block;
	text-align: center;
	padding: 7px 0;
	width: 45%;
	margin: 0 auto 150px;
	color: #000;
	background: #DFC389;
	font-size: 30px;
	font-weight: 600;
	border: 2px solid #DFC389;
}

.btn a:hover {
	background: #fff;
	color:#000;
	border: 2px solid #fff;
}

.reserveBox {
	margin-bottom: 150px;
}
.reserveBox p.name {
	color: #DFC389;
	font-size: 40px;
	margin-bottom: 45px;
}

.reserveBox p.chumon {
	font-size: 50px;
	margin-bottom: 55px;
}

.reserveBox p.chumon span.textBig {
	font-size: 70px;
	line-height: 1;
}

.reserveBox .btn a {
	margin: 0 auto 10px;
}

.reserveBox p.attention {
	font-size: 14px;
}

.mapArea {
	margin-bottom: 100px;
}

.mapArea img {
	margin-bottom: 30px;
} 

.mapArea .flexBox {
	flex-direction: row-reverse;
} 

.mapArea .flexBox p {
	font-size: 17px;
	text-align: left;
} 

.mapArea .flexBox a {
	color: #fff;
	text-decoration: underline;
	font-size: 20px;
} 

.mapArea .flexBox a:before {
	content: "";
	background: url("../images/map_icon.svg") no-repeat 50% 50%;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
} 

.kukakuArea {
	margin-bottom: 60px;
}

.outlineArea {
	margin-bottom: 150px;
}

.outlineArea .sub{
	font-size: 20px;
}

.outlineArea table {
	width: 92%;
	max-width: 800px;
	margin: 0 auto 60px;
}

.outlineArea table tr {
	border-bottom: 1px solid #fff;
}

.outlineArea table tr:first-child {
	border-top: 1px solid #fff;
}

.outlineArea table th,.outlineArea table td {
	font-size: 18px;
	padding: 28px 0 28px 20px;
	text-align: left;
	font-weight: 300;
}

.insulation {
	background: #fff;
	padding: 25px 0 110px;
}

.insulation h3 {
	margin-bottom: 50px;
}

.insulation p,.insulation li {
	color:#000;
}

.insulation p.text {
	font-size: 20px;
	color:#666;
	margin-bottom: 100px;
}

.insulation ul.flexBox {
	justify-content: center;
	margin-bottom: 45px;
}	

.insulation ul li {
	font-size: 34px;
	width: 200px;
	text-align: center;
	padding: 10px 0;
	background: #DFC389;
	line-height: 1;
	color:#333;
}	

p.textBiggest {
	font-size: 80px;
	margin-bottom: 100px;
	color: #DFC389;
	line-height: 1;
}

.seinouImg {
	margin-bottom: 70px;
}

.insulation p.textBig {
	font-size: 30px;
	margin-bottom: 30px;
	color:#333;
}	

.insulation span.textBig {
	font-size: 60px;
}

.insulation .btn a {
	margin: 0 auto 0;
	width: 70%;
	border: 2px solid #DFC389;
}

.insulation .btn a:hover {
	color:#000;
	background: #fff;
	border: 2px solid #000;
}

/*bread*/
ul.breadWrap {
	width: 100%;
	max-width: 1240px;
	margin: 10px auto;
	margin-top: 110px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 12px;
	color: #000;
}
ul.breadWrap li.breadList {
	/*デザイン打ち消し*/
	margin: 0;
	font-size: 12px;
	
	width: auto;
	position: relative;
	word-break: break-all;
	background: none;
}
ul.breadWrap li.breadList a{
	/*デザイン打ち消し*/
	line-height:inherit;

	font-size: 12px;
}
ul.breadWrap li.breadList a:hover{
	text-decoration: underline;
}


.reserveBox.inner {
	margin: 130px auto 0;
}	

.otoiawase {
	padding: 60px 0;
}

.otoiawase p.logo a {
	width: 200px;
	margin: 0 auto 50px;
	display: block;
}

.otoiawase div p.textSmall {
	font-size: 14px;
}	


.otoiawase div.flexBox {
	max-width: 1000px;
	width: 92%;
	margin: 0 auto;
	align-items: center;
}	

.otoiawase div p {
	color: #fff;
	font-size: 40px;
}		

.otoiawase div p.name {
	font-size: 20px;
	margin-bottom: 25px;
}	

.otoiawase div p.text {
	font-size: 22px;
	margin-bottom: 5px;
}		

.otoiawase div p.tel {
	font-size: 26px;
	line-height: 1;
}

.otoiawase div p.tel a {
	color: #fff;
	font-size: 40px;
	line-height: 1;
}	

.otoiawase div p.textSmall {
	font-size: 14px;
}

#copy {
	padding: 5px 0 20px;
	color: #fff;
	text-align: center;
}



@media screen and (min-width: 320px) and (max-width: 767px)  {	
	img {
		max-width:unset;
		width: 100%;
	}

	.pc,.tb {
		display: none;
	}
	
	.flexBox {
		display: flex;
		justify-content: space-between;
	}
		
	header {
		position: fixed;
		top:0;
		z-index: 10;
		width: 100%;
		height: 60px;
	}
	
	#logo {
		width: 175px;
	}
	
	#logo a {
		width: 100%;
		padding: 10px 10px;
	}	
	
	
	.contact {
		display: flex;
	}
	
	.contact .telephone {
		display: none;
	}
	
	
	.contact .telephone .tel a {
		font-size: 36px;
		font-weight: 600;
		color:#fff;
		line-height: 1;
    	padding: 20px 20px 0 0;
		pointer-events: none;
	}
	
	.contact .reserve {
		width: auto;
	}
	
	.contact .reserve a {
		width: 100%;
		height: 60px;
		padding: 7px 15px;
		display: block;
		text-align: center;
		line-height: 2;
		font-size: 12px;
		font-weight: 600;
	}
	
	
	.btn a {
		display: block;
		text-align: center;
		padding: 10px 0;
		width: 85%;
		margin: 0 auto 60px;
		color: #000;
		background: #DFC389;
		font-size: 16px;
		font-weight: 600;
	}

	.btn a:hover {
		background: #000;
		color:#fff;
	}
	
	.mainTitle h1 img {
		width: 55%;
	}	
	
	.mainTitle {
		margin: 130px auto 80px;
	}	
	
	.mainBg {
		background-size: 120%;
	}	

	.mainBg h2 {
		padding: 160px 0 150px;
		font-size: 17px;
	}

	main .inner {
		margin: 60px auto 0;
	}	
	
	p.decoImg {
		width: 24%;
		margin: 0 auto;
	}	
	
	.reserveBox {
		margin: 0 auto 60px;
	}
	
	.reserveBox p.name {
		font-size: 22px;
		margin-bottom: 20px;
	}	

	.reserveBox p.chumon {
		font-size: 24px;
		margin-bottom: 30px;
	}	
	
	.reserveBox p.chumon span.textBig {
		font-size: 42px;
	}
	
	.reserveBox .btn a {
		margin: 0 auto 10px;
	}

	.reserveBox p.attention {
		font-size: 11px;
	}

	main h3 {
		font-size: 30px;
		margin-bottom: 40px;
	}	
	
	.mapArea img {
		margin-bottom: 20px;
	}	

	.mapArea .flexBox {
		flex-direction: column;
	}
	
	.mapArea .flexBox p {
		font-size: 16px;
		margin-bottom: 20px;
	}	
	
	.mapArea .flexBox a {
		font-size: 16px;
	}	
	
	.mapArea .flexBox a:before {
		background: url(../images/map_icon.svg) no-repeat 50% 0;
		width: 25px;
		height: 30px;
		background-size: 20px;
	}	
	
	.mapArea {
		margin-bottom: 40px;
	}
	
	main h4 {
		font-size: 20px;
	}
	
	.outlineArea table th, .outlineArea table td {
		font-size: 16px;
		display: block;
	}
	
	.outlineArea table th {
		padding: 10px 0 0 10px
	}
	
	.outlineArea table td {
		padding: 0 0 10px 10px
	}	
	
	.outlineArea {
		margin-bottom: 60px;
	}	
	
	.insulation {
		background: #fff;
		padding: 60px 0 0;
	}	
	
	.insulation .inner {
		margin: 0 auto;
	}	
	
	.insulation p.text {
		font-size: 16px;
		margin-bottom: 40px;
	}	

	.insulation ul.flexBox {
		margin-bottom: 40px;
	}	
	
	.insulation ul li {
		font-size: 20px;
		width: 26%;
		margin: 0 10px;
	}	

	p.textBiggest {
		font-size: 46px;
		margin-bottom: 40px;
	}	
	
	.seinouImg {
		margin-bottom: 40px;
	}	
	
	.insulation p.textBig {
		font-size: 17px;
	}	
	
	.insulation span.textBig {
		font-size: 28px;
	}	
	
	.reserveBox.inner {
		margin: 60px auto 0;
	}	
	
	.otoiawase {
		padding: 0;
	}	
		
	.otoiawase div.flexBox {
		width: 92%;
		margin: 0 auto;
	}
	
	.otoiawase div.flexBox #logo {
		width: 40%;
		margin: 0 auto 15px;
	}	
	
	.otoiawase p.logo a {
		width: 150px;
		margin: 0 auto 20px;
	}	
	
	.otoiawase div p.name {
		font-size: 15px;
		margin-bottom: 15px;
	}	

	
	
	
	
	.otoiawase div p.textBig {
		font-size: 18px;
		margin-bottom: 8px;
	}	
	
	.otoiawase div p.text {
		font-size: 16px;
		margin-bottom: 5px;
	}		
	
	.otoiawase div p.tel {
		font-size: 14px;
		line-height: 1;
	}
	
	.otoiawase div p.tel a {
		color: #fff;
		font-size: 32px;
		line-height: 1;
		margin-bottom: 5px;
	}	
	
	.otoiawase div p.textSmall {
		font-size: 10px;
		margin-bottom: 30px;
	}
	
	.otoiawase .btn {
		width: 65%;
		margin: 0 auto;
	}
	
	.otoiawase .btn a {
		width: 100%;
		margin: 0 auto ;
	}
	
	#copy {
		padding-bottom: 70px;
	}
	
	.sp.fixed {
		position: fixed;
		bottom: 0;
		height: 65px;
		background: #DFC389;
		width: 100%;
	}
	
	.sp.fixed ul {
		display: flex;
		justify-content: center;
		height: 65px;
		width: 100%;
	}
	
	.sp.fixed ul li {
		text-align: center;
		width: 50%;
	}
	
	.sp.fixed ul li:first-child {
		border-right: 1px solid #fff;
	}
	
	.sp.fixed ul li a {
		color: #000;
		width: 100%;
		display: block;
		padding: 5px;
	}	
	
	.sp.fixed ul li img {
		width: 20%;
	}	
}
@media screen and (min-width: 768px) and (max-width: 899px)  {	
	
	.sp,.pc {
		display: none;
	}
	
	header {
		z-index: 10;
		height: 90px;
	}
	
	#logo {
		width: 30%;
		padding: 10px;
	}
	
	#logo a {
		display: block;
		width: 100%;
	}
	
	#logo a img {
		width: 100%;
	}	
	
	.contact {
		width: 70%;
		justify-content: flex-end;
	}
	
	.contact .telephone p {
		font-size: 12px;
	}	
	
	.contact .telephone .tel a {
		font-size: 30px;
    	padding: 10px 10px 0 0;
		pointer-events: none;
	}
	
	.contact .reserve {
		width: auto;
	}
	
	.contact .reserve a {
		width: 100%;
		padding: 0 20px;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 4px;
		line-height: 90px;
	}

	.btn a {
		padding: 12px 0;
		width: 38%;
		margin: 0 auto 80px;
		font-size: 20px;
		font-weight: 600;
	}
	
	.mainTitle {
		margin: 150px auto 80px;
	}
	
	.mainTitle h1 img {
		width: 40%;
	}	
	
	.mainBg {
		background: url(../images/main_bg.png) no-repeat 50% 0;
		background-size: 100%;
	}	
	
	.mainBg h2 {
		padding: 240px 0 250px;
		font-size: 28px;
	}	
	
	main .inner {
		margin: 60px auto 0;
		text-align: center;
	}	
	
	.reserveBox {
		margin: 80px auto;
	}
	
	.reserveBox .btn a {
		margin: 0 auto 0;
	}

	.reserveBox p.chumon {
		font-size: 36px;
		margin-bottom: 20px;
	}
	
	.reserveBox p.chumon span.textBig {
		font-size: 60px;
	}
	
	.reserveBox p.name {
		font-size: 30px;
		margin-bottom: 20px;
	}	

	.reserveBox p.chumon {
		font-size: 36px;
		margin-bottom: 20px;
	}
	
	.reserveBox p.chumon span.textBig {
		font-size: 60px;
	}

	.btn a {
		padding: 8px 0;
		width: 60%;
	}	
	
	main h3 {
		font-size: 40px;
		margin-bottom: 50px;
	}	
	
	.mapArea .flexBox a {
		font-size: 16px;
	}

	.mapArea .flexBox p,.mapArea .flexBox p a {
		font-size: 15px;
	}
	
	.mapArea img {
		margin-bottom: 10px;
	}
	
	.mapArea .flexBox a:before {
		background: url(../images/map_icon.svg) no-repeat 50% 0;
		width: 25px;
		height: 30px;
		background-size: 20px;
	}
	
	.mapArea .flexBox p {
		font-size: 15px;
	}	
	
	.mapArea {
		margin-bottom: 80px;
	}	

	main h4 {
		font-size: 24px;
	}	
	
	.outlineArea table th, .outlineArea table td {
		padding: 20px 0 20px 20px;
		vertical-align: middle;
	}
	
	.outlineArea table th {
		width: 27%;
	}

	
	.outlineArea {
		margin-bottom: 80px;
	}	
	
	.insulation {
		padding: 20px 0 0px;
	}	
	
	.insulation p.text {
		margin-bottom: 60px;
	}
	
	.insulation ul li {
		font-size: 24px;
		width: 28%;
		margin: 0 15px;
	}	

	p.textBiggest {
		font-size: 60px;
		margin-bottom: 60px;
		color: #DFC389;
		line-height: 1;
	}
	
	.seinouImg {
		margin-bottom: 30px;
	}
	
	.insulation p.textBig {
		font-size: 26px;
	}

	.insulation span.textBig {
		font-size: 48px;
	}	
	
	.otoiawase {
		padding: 60px 0;
	}
	
	.otoiawase p.logo a {
		margin: 0 auto 35px;
	}	
	
	.otoiawase div.flexBox {
		width: 92%;
		margin: 0 auto;
	}	

	.otoiawase div p {
		font-size: 40px;
	}		
	
	.otoiawase div p.textBig {
		font-size: 30px;
		margin-bottom: 15px;
	}	
	
	.otoiawase div p.text {
		font-size: 22px;
		margin-bottom: 5px;
	}		
	
	.otoiawase div p.tel {
		font-size: 26px;
		line-height: 1;
	}
	
	.otoiawase div p.tel a {
		font-size: 40px;
		pointer-events: none;
		line-height: 1;
	}	
	
	.otoiawase div p.textSmall {
		font-size: 14px;
	}
		
	#copy {
		padding: 5px 0;
	}
	
}

@media screen and (min-width: 900px) { 	
	.sp {
		display: none;
	}
	
	.tb,.tbSp {
		display: none;
	}
	
	.textSmall {
		font-size: 14px;
	}
	
	.flexBox {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	header {
		position: fixed;
		top:0;
		z-index: 10;
		width: 100%;
		height: 75px;
		background: #000;
	}
	
	#logo a {
		width: 238px;
		padding: 14px 20px;
	}
	
	main .inner {
		margin: 75px auto 0;
		text-align: center;
	}
	
	 .inner {
		width: 92%;
		max-width: 1200px;
	}	
	
	.contact {
		display: flex;
	}
	
	.contact .telephone {
		color:#fff;
	}
	
	.contact .telephone p {
		font-size: 12px;
		margin-right: 15px;
	}	
	
	.contact .telephone .tel a {
		font-size: 36px;
		font-weight: 600;
		color:#fff;
		line-height: 1;
    	padding: 14px 20px 0 0;
		pointer-events: none;
	}
	
	.contact .reserve {
		width: auto;
	}
	
	.contact .reserve a {
		width: 100%;
		padding: 0 10px;
		display: block;
		text-align: center;
		line-height: 75px;
		font-size: 19px;
		font-weight: 600;
		letter-spacing: 4px;
		background: #DFC389;
	}
	
	.mainTitle {
		margin: 200px auto 100px;
	}
	
	.mainTitle h1 {
		text-align: center;
	}
	
	.mainTitle .name {
	}
	
	.mainBg {
		background: url("../images/main_bg.png") no-repeat 50% 0;
		background-size: auto;
	}
	
	.mainBg h2 {
		padding: 550px 0 540px;
		font-size: 36px;
		text-align: center;
		font-weight: 300;
	}
	
	main h3 {
		color: #DFC389;
		font-size: 60px;
		margin-bottom: 70px;
		font-weight: 300;
		line-height: 1;
	}
	
	main h4 {
		font-size: 30px;
		margin-bottom: 40px;
		font-weight: 300;
		line-height: 1.6;
	}
	

	.btn a {
		display: block;
		text-align: center;
		padding: 7px 0;
		width: 45%;
		margin: 0 auto 150px;
		color: #000;
		background: #DFC389;
		font-size: 26px;
		font-weight: 600;
		border: 2px solid #DFC389;
	}
	
	.btn a:hover {
		background: #fff;
		color:#000;
		border: 2px solid #fff;
	}
	
	.reserveBox p.name {
		color: #DFC389;
		font-size: 40px;
		margin-bottom: 45px;
	}
	
	.reserveBox p.chumon {
		font-size: 50px;
		margin-bottom: 55px;
	}

	.reserveBox p.chumon span.textBig {
		font-size: 70px;
		line-height: 1;
	}
	
	.reserveBox .btn a {
		margin: 0 auto 10px;
	}
	
	.mapArea {
		margin-bottom: 100px;
	}
	
	.mapArea img {
		margin-bottom: 30px;
	} 
	
	.mapArea .flexBox {
		flex-direction: row-reverse;
	} 
	
	.mapArea .flexBox p {
		font-size: 17px;
		text-align: left;
	} 
	
	.mapArea .flexBox a {
		color: #fff;
		text-decoration: underline;
		font-size: 20px;
	} 
	
	.mapArea .flexBox a:before {
		content: "";
		background: url("../images/map_icon.svg") no-repeat 50% 50%;
		display: inline-block;
		width: 26px;
		height: 35px;
		background-size: 23px;
		vertical-align: middle;
		margin-right: 5px;
	} 
	
	.kukakuArea {
		margin-bottom: 60px;
	}
	
	.outlineArea {
		margin-bottom: 150px;
	}
	
	.outlineArea .sub{
		font-size: 30px;
	}

	.outlineArea table {
		width: 92%;
		max-width: 800px;
		margin: 0 auto 70px;
	}
	
	.outlineArea table tr {
		border-bottom: 1px solid #fff;
	}
	
	.outlineArea table tr:first-child {
		border-top: 1px solid #fff;
	}
	
	.outlineArea table th,.outlineArea table td {
		font-size: 18px;
		padding: 28px 0 28px 20px;
		text-align: left;
		font-weight: 300;
	}
	
	.outlineArea table th {
		width: 25%;
	}


	
	.insulation {
		background: #fff;
		padding: 25px 0 0px;
	}
	
	.insulation h3 {
		margin-bottom: 50px;
	}
	
	.insulation p,.insulation li {
		color:#000;
	}
	
	.insulation p.text {
		font-size: 20px;
		color:#666;
		margin-bottom: 100px;
	}

	.insulation ul.flexBox {
		justify-content: center;
		margin-bottom: 45px;
	}	
	
	.insulation ul li {
		font-size: 34px;
		width: 28%;
		text-align: center;
		padding: 10px 0;
		background: #DFC389;
		line-height: 1;
		color:#333;
		margin: 0 18px;
	}	
	
	p.textBiggest {
		font-size: 80px;
		margin-bottom: 100px;
		color: #DFC389;
		line-height: 1;
	}
	
	.seinouImg {
		margin-bottom: 70px;
	}
	
	.insulation p.textBig {
		font-size: 30px;
		margin-bottom: 30px;
		color:#333;
	}	
	
	.insulation span.textBig {
		font-size: 60px;
	}
	
	.insulation .btn a {
		margin: 0 auto 0;
		width: 70%;
	}
	
	.reserveBox.inner {
		margin: 130px auto 0;
	}	
	
	.otoiawase {
		padding: 60px 0;
	}
	
	.otoiawase p.logo a {
		width: 200px;
		margin: 0 auto 50px;
		display: block;
	}
	
	.otoiawase div p.textSmall {
		font-size: 14px;
	}	
	
	
	.otoiawase div.flexBox {
		max-width: 1000px;
		width: 92%;
		margin: 0 auto;
		align-items: center;
	}	

	.otoiawase div p {
		color: #fff;
		font-size: 40px;
	}		
	
	.otoiawase div p.name {
		font-size: 20px;
		margin-bottom: 25px;
	}	
	
	.otoiawase div p.text {
		font-size: 22px;
		margin-bottom: 5px;
	}		
	
	.otoiawase div p.tel {
		font-size: 26px;
		line-height: 1;
	}
	
	.otoiawase div p.tel a {
		color: #fff;
		font-size: 40px;
		pointer-events: none;
		line-height: 1;
	}	
	
	.otoiawase div p.textSmall {
		font-size: 14px;
	}
		
	#copy {
		padding: 5px 0 20px;
		color: #fff;
		text-align: center;
	}
	
}

@media screen and (min-width: 1200px) { 	

	.mapArea .flexBox p {
		font-size: 20px;
	}
	
	.tb,.tbSp {
		display: none;
	}
	
	main h4 {
		line-height: 1.6;
		font-size: 40px;
	}	
	
	.insulation .btn a {
		width: 45%;
	}
	
	.insulation ul li {
		width: 200px;
	}	
	
	
}


