@charset "utf-8";
body {
	font-size: 1.5em;
}
/* ===============================================================
      Basic Elements
=============================================================== */
#wrap {
	padding-top: 71px;
}
#contants {
	margin: 0 auto 30px;
	width: 90%;
}
a:hover {
	text-decoration: none;
}
.pcContents {
	display: none;
}
.inner {
	width: 90%;
	margin: 0 auto;
	display: block;
}
/* small pc  */
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
	.tab_flexbox {
		display: flex;
		flex-wrap: wrap;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.tab_flexbox div:after {
		content: "";
		display: block;
		clear: both;
	}
}

/* ===============================================================
       contents
=============================================================== */
.section {
	margin-bottom: 30px;
}
.section ul .column {
	margin: 0 0 20px 0;
}
.column2 .column {
	width: 100%;
	margin-bottom: 15px;
}
.txtArea1 {
	width: 100%;
	margin-bottom: 15px;
}
.imgArea1 {
	width: 100%;
	margin-bottom: 15px;
}

/* ----------- 見出し ----------- */
.ttl1 {
	margin: 0 auto 1em auto;
	background-size: 306px;
	color: #523f26;
	font-size: 22px;
	width: 306px;
	height: 78px;
	line-height: 78px;
}
.ttl2 {
	font-size: 20px;
	font-feature-settings: "palt";
}
.ttl3 {
	font-size: 16px;
	background-size: 28px;
	padding: 0 0 2px 38px;
	margin-bottom: 15px;
}
.ttl4 {
	font-size: 20px;
	margin-bottom: 1em;
}
.ttlPrice {
	height: 42px;
	margin-bottom: 30px;
}
.ttlPrice img {
	height: 16px;
	margin-top: 12px;
}
.txt1 {
	font-size: 16px;
	margin-bottom: 5px;
}
.txt2 {
	font-size: 16px;
	margin-bottom: 5px;
}


/* ----------- table ----------- */
.price .priceArea {
	margin-bottom: 50px;
}
.price table {
	background: #fff;
	border: solid 1px #ffcfcb;
	width: 100%;
}
.price table th {
	padding: 8px 6px;
	border: solid 1px #ffcfcb;
	width: auto;
	display: block;
	text-align: left;
	background: #ffcfcb;
}
.price table th h5 {
	font-weight: bold;
	position: relative;
	padding-left: 20px;
}
.price table th h5:before {
	content: "●";
	position: absolute;
	left: 0;
}
.price table th .menuCaption {
	position: relative;
	margin-bottom: 0px !important;
	padding: 0 0 0 1.5em;
}
.price table th .menuCaption::before {
	position: absolute;
	content: "※";
	margin-left: -1.5em;
}
.price table td {
	padding: 8px 20px;
	border: solid 1px #ffcfcb;
	width: auto;
	display: block;
	text-align: right;
}
.tbl1 {
	width: 100%;
	border: solid 1px #ffcfcb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 30px;
}
.tbl1 th, .tbl1 td {
	border: solid 1px #ffcfcb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 20px;
	text-align: left;
	display: block;
	width: 100%;
}
.tbl1 th {
	background-color: #ffe3e1;
}
.priceArea .flexbox {
	flex-direction: column;
}
.price_block {
	width: 100%;
	margin-bottom: 10px;
}
.price_image {
	text-align: center;
}
.price_image img {
	width: 60%;
}


/* ----------- box ----------- */
.box1, .box2, .box3 {
	padding: 20px 15px;
}


/*
===============================================================
       header
=============================================================== */
#header {
	text-align: center;
	background-color: #fffbf4;
}
.spNavArea {
	background-color: #fff;
	height: 70px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcfcb;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 99;
}
.headLogo {
	width: 150px;
	margin: auto;
	margin-bottom: 25px;
	position: absolute;
	left: 10px;
	top: 10px;
}
.headBtnArea {
	height: 50px;
	width: 230px;
	position: absolute;
	top: 10px;
	right: 0px;
	text-align: right;
}
.headBtnArea li {
	display: inline-block;
	margin-left: 8px;
	width: 46px;
	vertical-align: top;
}
.clone-nav {
	display: none;
}

/* ----------- 開閉nav ----------- */
.btn {
	cursor: pointer;
	z-index: 200;
	display: block;
	background-color: transparent;
	background-image: url(../img/common/sp/btn_menu.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 46px;
	height: 50px;
	width: 46px;
}
.peke {
	background-position: 0px -51px;
}
.drawr {
	display: none;
	background-color: rgba(255,255,255,.9);
	position: absolute;
	top: 0px;
	left: 0;
	width: 300px;
	padding: 40px 0 20px;
	z-index: 100;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f4f4f4;
	font-size: 13px;
	text-align: left;
	position: fixed;
}
#menu li {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#menu li a {
	display: block;
	padding: 10px 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f4f4f4;
}
#menu li.cntBtn {
	background-color: rgba(255,207,203,.7);
}

/* ===============================================================
       footer
=============================================================== */
#pagetop a {
	width: 40px;
	height: 40px;
	display: block;
	background: url(img/common/pagetop.png);
	position: fixed;
	right: 5px;
	bottom: 5px;
	z-index: 1000;
}
#footer {
	padding-top: 20px;
	width: 100%;
	text-align: center;
}
#footer .footInner {
	width: 100%;
}
#footer .footLogo_Area {
	margin: 0 3% 10px;
	width: 94%;
}
#footer .footInner .footLogo {
	width: 120px;
	margin: 0 auto 5px;
}
#footer .footInner h2 {
	font-size: 13px;
}
#footer .footLink {
	font-size: 13px;
}
.copyright {
	margin: 4px 0;
	background-color: #fff;
}

/* ----------- nav ----------- */
.footNav {
	display: block;
	width: 100%;
	padding: 0;
	position: relative;
	background-color: #fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e2e2e2;
}
.footNav li a {
	display: block;
	width: auto;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	font-size: 12px;
	background-color: #fff;
}
.footNav li a:hover {
	background-color: #ffe6e3;
}

.footContactArea ul {
	display: block;
	width: 100%;
	padding: 0;
	position: relative;
	background-color: #fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e2e2e2;
}
.footContactArea li:first-child a, .footContactArea li:last-child a {
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	display: block;
	background-color: #ffe6e3;
}
.footContactArea .footTel, .footContactArea .footTel2 {
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center; /*縦*/
	justify-content: center; /*横*/
	background-color: #ffe6e3;
}
.footContactArea li {
	border-bottom: 1px solid #e2e2e2;
	font-size: 17px;
	font-weight: bold;
}
.footContactArea li.tel2 i {
	font-size: 18px;
}
.contactLink .footTel i {
	display: block;
	font-size: 24px;
}
.contactLink .footTel2 i {
	display: block;
	font-size: 24px;
}
.contactLink .footTel a, .contactLink .footTel2 a {
	display: block;
}
.footContactArea li.lineIcn span {
	background-image: url(../img/common/line.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px;
	padding-left: 18px;
}
