@charset "UTF-8";
/* CSS Document */

html {
	font-family: "Sawarabi Mincho";
	color: #333;
	line-height: 1.5;
}
* ,*::before, *::after {
	box-sizing: border-box;
}
a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	display: block;;
}
body,ul,ol,p,dt,dd {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
.pcNone,.tb_sp {
	display: block;
}
.tbNone {
	display: none;
}
.spNone {
	display: none;
}
.pcOnly {
	display: none;;
}
.wrapper {
	width: 90%;
	margin: 0 auto;
}
h2 {
	position: relative;
	padding: 0 0 0.5rem 0;
}
h2:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
	background-image: linear-gradient(to top left, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	bottom: 0;
}
h3 {
	color: #00573f;
	font-family: "Sawarabi Gothic"; 
}
h4 {
	color: #00573f;
	text-align: center;
	margin: 0;
	padding: 0.5em 0;
}
h4 span {
	display: block;
	font-size: 0.8em;
	color: #9b3842;
}
h5 {
	font-size: 1.1em;
	color: #fff;
	margin: 0.5em 0;
	text-align: center;
}
/*--------------------------------------------- 
 header
 --------------------------------------------- */
header .logo {
	text-align: right;
	width: auto;
}
header .logo img{
	width: 240px;
	padding: 0.5em 1em 0 0;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	background-color: #00573f;
}
.drawer-hamburger {
	width: 1.6em;
	padding: 1.6em 0.75rem 0;
}
.drawer-menu {
	padding: 1em;;
}
/*--------------------------------------------- 
 main
 --------------------------------------------- */
.mv img {
	width: 100%;
	height: auto;
}
.mv .mvLarge {
	text-align: center;
	background: url("../img/top/mv01Bg.jpg") no-repeat;
	background-size: cover;
}
.mv .mvLarge img {
	max-width: 1400px;
	margin: 0 auto;
}
.attention {
	padding: 2em 1em;
	background: #F0F7F1;
}
.attention .boxWhite {
	background: #fff;
	padding: 1em;
}
.fGray {
	color: #666;
}
.infoImage {
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}
.infoImage img {
	width: 46%;
	height: auto;
	margin: 0 0 1em 0;
	border: 1px solid #47885E;
	border-radius: 8px;
}
.infoText li {
	padding: 0.3em 0;
	font-size: 0.9em;
	border-bottom: 1px dotted #999;
}
/*     reason     */
.recontents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.rebox {
	width: 100%;
	max-width: 460px;
	margin:2em 0;
	position: relative;
	padding: 0.5em 1.5em;
	border-top: solid 2px #47885E;
	border-bottom: solid 2px #47885E;
}
.rebox:before, .rebox:after{
	content: '';
	position: absolute;
	top: -10px;
	width: 2px;
	height: calc(100% + 20px);
	background-color: #47885E;
}
.rebox:before {left: 10px;}
.rebox:after {right: 10px;}
.rebox p {
	padding: 0.5rem 0;
}
.reboxImg {
	width: 80%;
	margin: 0 auto;
}
.reboxImg img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}
.rebox ol {
	margin: 0;
	padding: 0 0 0 1.5em;
}
.rebox ol li {
	list-style-type: decimal;
}
/*     estimate     */
.estimate {
	background: url("../img/top/freebg.jpg") no-repeat top center/cover;
}
.escontents {
	padding: 3rem 0 0 0;
}
.esFree {
	margin: 2em auto;
}
.esFree p {
	color: #fff;
	padding: 0 0 0.5em 0;
} 
p.freeText {
	margin: 1em 0;
	padding: 0.5em;
	font-size: 1.6em;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #00573f;
	background: #fff;
}
.flow li {
	padding: 1em;
	margin: 0 0 2em 0;
	display: flex;
	align-items: center;
	border: 1px solid #fff;
}
.flow li img {
	width: 100px;
	margin: 0 1em 0 0;
}
.linkArea {
	background: #00573f;
	padding: 2rem 0;
}
/*      contact       */
.contact {
	padding: 1em ;
}
.btn,
a.btn,
button.btn {
	line-height: 2;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.02em;
}
.btn-wrap {
	margin: 1em auto;
}
.btn-wrap img {
	width: 20px;
	vertical-align: text-bottom;
}
a.btn-border {
	padding: calc(1.5rem - 12px) 3rem 1.5rem;
	background: #fff;
}
a.btn-border::before {
position: absolute;
top: -6px;
left: -6px;
width: 100%;
height: 100%;
content: "";
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
border: 2px solid #333;
}
a.btn-border::hover {
	padding: calc(1.5rem - 6px) 3rem;
}
a.btn-border:hover::before {
	top: 0;
	left: 0;
}
a.btn-border.color {
	background: #b5b243;
}
a.btn-border.color:before {
	border-radius: 0;
}
.btn-copy {
	font-size: 0.9em;
	position: relative;
	margin-bottom: .2em;
	text-align: center;
}
.btn-copy::before {
	margin-right: 0.5rem;
	content: '＼';
}
.btn-copy::after {
	content: '／';
}
.linkTel {
	font-size: 1.2em;
	font-weight: 700;
	font-family: "Sawarabi Gothic"; 
	color: #00573f;
}
/*     detail     */
.detail {
	background: #f0f7f2;
	padding: 1em 0;
}
#tategu {
	background: #fff;
}
.detailBox {
	margin: 0 0 3rem 0;
}
.ttlG {
	margin: 1em 0 0.5em 0;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: 700;
	color: #00573f;
	letter-spacing: 0.03em;
}
.ttlG span{
	display: block;
	color: #9b3842;
	font-size: 0.7em;
	font-weight: 400;
}
.aboutTatami {
	margin: 0 0 2em 0;;
	padding: 1em;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.aboutTatami p {
	text-align: left;
}
.aboutTatami img{
	width: 230px;
	margin: 2em 0 0 0;
}
.detailPrice {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.detailPrice dl{
	width: 100%;
	max-width: 480px;
	margin: 1em;
	padding: 1em;
	font-family: "Sawarabi Gothic"; 
	color: #fff;
	background: #00573f;
	border-radius: 12px;
}
.detailPrice dt {
	text-align: center;
	font-size: 1.2em;
	line-height: 2em;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
}
dd.addition {
	text-align: center;
	line-height: 1.8em;
	background: #333;
	color: #fff;
	border-radius: 8px;
}
dd.priceImg {
	padding: 1em 0 0 0;
	text-align: center;
}
dd.priceImg .half {
	width: 70%;
}
dd.addText {
	padding: 0.5em 1em;
	font-size: 0.9em;
}
.detailPoint {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: stretch;
}
.detailPoint ul {
	width: 100%;
	max-width: 460px;
	text-align: center;
}
.detailPoint ul li.left {
	text-align: left;
}
detailPoint ul li.ttlCenter {
	text-align: center;
	font-size: 1.2em;
}
.detailPoint ul img {
	width: 70%;
	margin: 1em 0;
}
.reccomend {
	background: #fff;
	boeder-radius: 12px;
	margin: 2em auto;
	padding: 0.5em;
}
.reccomend img {
	display: block;
	margin: 1em auto;
	width: 80%;
	border-radius: 12px;
}
.ranking {
	margin: 0 0 3em 0;
	padding: 0.5em;
	background: #00573f;
	border-radius: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}
.ranking .rankIcon {
	width: 80px;
	position: absolute;
	top: -2em;
}
.ranking .rank {
	width: 100%;
	padding: 2em 1em;;
	background: #fff;
	border-radius: 12px 12px 0 0;
	text-align: center;
}
.ranking .rank img {
	width: 100%;
	max-width: 360px;
}
.ranking .rankAbout {
	width: 100%;
	background: #fff;
	border-radius: 0 0 12px 12px;
}
.rText {
	margin: 0 0 3em 0;
}
.rank .ttlCenter {
	color: #00573f;
	font-size: 1.3em;
	padding: 0.5em;
	text-align: center;
}
.rank .ttlCenter span {
	font-size: 0.7em;
	display: block;
	color: #9b3842;
}
.rankAbout li {
	margin: 0 0.5em 0.5em;
	border-bottom: 1px dotted #999;
}
.rankAbout li:last-child {
	border: none;
}
.ranking p {
	color: #fff;
	padding: 1em 0;
	font-size: 1.1em;
	text-align: center;
	font-family: "Sawarabi Gothic"; 
}
.ranking p span {
	display: block;
	font-size: 0.8em;
}

/*--------------------------------------------- 
 footer
 --------------------------------------------- */
footer {
	margin: 100px 0 0 0;
}
.footFix {
	font-family: "Sawarabi Gothic"; 
	width: 100%;
	position: fixed;
	bottom: 0;
}
.footFix ul {
	display: flex;
}
.footFix li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5em;
	font-size: 0.8em;
	text-align: center;
	line-height: 1em;
}
.footFix a {
	color: #fff;
}
.footFix span {
	display: block;
}
.footFix span img {
	width: 20px;
	height: auto;
}
.footFix li.toTel img {
	width: 40px;
}
.footFix li.toTel {
	font-size: 1.2em;
	background: #00573f;
	flex: 1 1 auto;
}
.toMail {
	background: #9b3842;
	flex: 0 0 20%;
}
.pageTop {
	background: #b5b243;
	flex: 0 0 70px;
}
.footCopy {
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 1.2em;
}
.amidoReccomend {
	padding: 2em 0;;
	background: #F0F7F1;
	
}
@media screen and (min-width: 568px) {
	.infoImage img {
		width: 24%;
		max-width: 200px;
	}
	.infoImage{
		max-width: 624px;
		margin: 0 auto;
		display: block;
	}
	.contactArea ul {
		margin: 2em;
	}
	.linkTel {
		font-size: 1.8em;
	}
	img.freeIcon {
		width: 40px;
	}
}
/*-----  tablet ------- */
@media screen and (min-width: 768px) {
	.pcNone {
		display: none;
	}
	.spNone {
		display: block;
	}
	 a[href^="tel:"]{
		pointer-events: none;
	}
	.center {
		text-align: center;
		line-height: 1.6;
	}
	.detailPrice,.aboutTatami  {
		flex-wrap: nowrap;
	}
	.aboutTatami img {
		margin: 0 0 0 2em;
	}
	.flow {
		display: flex;
		justify-content: space-between;
	}
	.flow li {
		flex-direction: column;
		align-items: center;
		width: 18%;
		padding: 1em 0.4em;
	}
	.flow li img {
		margin: 0;
	}
}
/*-----  pc ------- */
@media screen and (min-width: 1024px) {
	.wrapper {
		width: 1000px;
		margin: 0 auto;
	}
	.tbNone {
		display: block;
	}
	.pcOnly {
		display: block;
	}
	.tb_sp {
		display: none;
	}
	header {
		background: #fff;
		position: fixed;
		width: 100%;
		height: 75px;
		z-index: 10;
	}
	.headArea {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.headerTel {
		margin: 0 02em 0 0;
		color: #00573f;
		font-size: 1.6em;
		display: flex;
		align-items: center;
	}
	.headerTel img {
		margin-right: 0.5em;
	}
	.mv{
		padding: 75px 0 0 0;
	}
	.rebox {
		width: 32%;
	}
	.detailPoint ul.tategu {
		width: 32%;
	}
	.reccomend  {
		display: flex;
		align-items: center;
		padding: 1em;
	}
	.reccomend img {
		width: 40%;
		margin: 0 0 0 2em;
	}
	.ranking {
		padding: 2em 0 0 0;
	}
	.ranking .rank,
	.performanceItem .rank{
		width: 46%;
		border-radius: 12px 0 0 12px;
	}
	.ranking .rankAbout,
	.performanceItem .rankAbout{
		width: 46%;
		padding: 2em 0 0 0;
		border-radius: 0 12px 12px 0;
	}
	.ranking .rankIcon {
		width: 100px;
	}
	.linkTel {
		font-size: 2.2em;
	}
	img.freeIcon {
		vertical-align: inherit;
	}

}