@charset"utf-8";
img {
	-webkit-backface-visibility: hidden;
}
body {
	font-size: 16px;
	font-family: "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
	font-weight: 500;
	color: #000000;
	letter-spacing: .06em;
	font-feature-settings: "palt";
	line-height: 1.8;
	-webkit-print-color-adjust: exact;
}
header {
	width: 100%;
	margin: 0 auto;
	height: 90px;
	position: relative;
	z-index: 10;
}

.mt1{
	margin-top:1em;
}

.mt3{
	margin-top: 3em;
}

.mb1{
	margin-bottom:1em;
}

.mb3{
	margin-bottom: 3em;
}

#headerLogo {
	position: absolute;
	top: 0;
	left: 0;
	background: #2A2120;
	width: 445px;
	height: 90px;
	padding: 0 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.0;
}
#headerLogo img {
	max-width: 500px;
	width: 100%;
}
header .headGnavi > li {
	line-height: 1.0;
}
#btnContact{
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	text-align: center;
	width: 220px;
	height: 50px;
	font-size: 1.5rem;
	background: #b10005;
}

#btnHeadTel {
	position: absolute;
	top: 0;
	color: #fff;
	text-align: center;
	width: 220px;
	height: 50px;
	font-size: 1.5rem;
	right: 220px;
	background: #3f3a39;
}
#btnContact img {
	width: 22px;
	vertical-align: middle;
	margin-right: 6px;
	margin-top: -2px;
}
#btnHeadTel img {
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}
#btnContact a, #btnHeadTel a {
	color: #fff;
	display: block;
	line-height: 50px;
	text-decoration: none;
}
#btnContact a:hover, #btnHeadTel a:hover {
	text-decoration: none;
	opacity: 0.8;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.ttlHead {
	margin-top: 50px;
	margin-top: 44px;
	margin-bottom: 50px;
	margin-bottom: 44px;
	color: #000000;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 36px;
	letter-spacing: .06em;
	text-align: center;
	line-height: 1.1;
}
.subList {
	margin-top: 30px;
}
.subList > li {
	margin-left: 1.0em;
	text-indent: -1.0em;
	font-size: 12px;
}
.wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrap.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.wrap.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.wrap.aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.wrap.aEnd {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.wrap.jEnd {
	display: flex;
	justify-content: flex-end;
}
.sectionBox01 {
	margin-top: 60px;
	overflow: hidden;
}
.sectionBox01 > .box01 {
	margin-top: 30px;
}
.heading01 {
	background: #003E2A;
	color: #fff;
	padding: 12px 0 14px 20px;
	margin-top: 50px;
	margin-bottom: 38px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	letter-spacing: .24em;
}
.heading02 {
	padding-bottom: 6px;
	border-bottom: solid 1px #000;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	letter-spacing: .06em;
	line-height: 1.5;
}





.table01 {
	width: 100%;
}
.table01 th {
	background: #f4f4f4;
	vertical-align: middle;
}
.table01 th,
.table01 td {
	padding: 10px 20px;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	font-size: 13px;
	text-align: left;
	line-height: 1.6;
}
.w01 {
width: 20%;
}
.w02 {
	width: 80%;
}
.list02 {
	margin-top: 12px;
}
.list02 > li {
	font-size: 14px;
}
.list02 > li:not(:first-child) {
	margin-top: 23px;
}
.list02 > li .font01 {
	font-size: 11px;
	font-weight: bold;
}
.btn01 {
	display: table;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.btn01.print {
	max-width: 600px;
	margin-top: 60px;
}
.btn01 > a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 9px;
	padding-bottom: 8px;
	color: #fff;
	background-color: #c19559;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	position: relative;
}

.btnFloorPlan .btn01 > a {
	background-color: #1E6C5B;
	border-radius: 50px;
}

.btn01 > a > .font01 {
	display: inline-block;
	margin-left: 2px;
	font-size: 14px;
}
.btn01 > a:hover {
	transition: opacity 0.4s ease-in-out;
	opacity: 0.7;
}
.btn01 > a > span {
	position: relative;
}
.btn01:not(.print) > a > span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -27px;
	width: 7px;
	height: 13px;
	margin-top: -7px;
	background: url("../images/common/icon_arrow.png") no-repeat 0 0/100%;
}
.btn01.print > a > span {
	position: relative;
	display: inline-block;
	padding-left: 40px;
}
.btn01.print > a > span:before {
	position: absolute;
	top: .4em;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../images/common/icon_print.png) no-repeat 0 0/100%;
	content: "";
}
.img01 {
	margin-top: 40px;
}
.img02 {
	margin: 40px auto 0;
	text-align: center;
}
.border01 {
	border: 1px solid #756e6c;
}

#footer .sp img{
	width: 100%;
}

@media screen and (min-width: 769px) {
header .headGnavi {
	position: absolute;
	right: 20px;
	width: calc(100% - 485px);
	text-align: center;
	margin: 0 auto;
	bottom: 12px;
	display: flex;
	justify-content: space-between;
}
header .headGnavi li a {
	font-size: 1.4rem;
	padding: 0.2rem;
	text-decoration: none;
}
header .headGnavi li a:hover, header .headGnavi li a.active, header.gNaviMap .headGnavi li#gNaviMap a {
	text-decoration: none;
	border-bottom: 1px solid #300d00;
}
}

@media screen and (max-width: 1270px) {
.container {
	padding: 0 20px;
}
}

@media screen and (min-width:768px) and (max-width:1080px) {
#headMenu {
	display: none;
}
.g-nav {
	display: block;
}
}
/*------------------------------------------------------------*/
.container {
	max-width: 1270px;
	margin: 0 auto;
}
.txtNotes {
	font-size: 1.2rem;
	line-height: 1.4;
}
ul.txtNotes li {
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.6;
}
.flexW {
	display: flex;
	flex-wrap: wrap;
}
.flexSb {
	display: flex;
	justify-content: space-between;
}
.flexSbW {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flexCW {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.flexCC {
	display: flex;
	align-items: center;
}
.flex {
	display: flex;
}

/*------------------------------------------------------------*/
#footer {
	margin-top: 100px;
}
#footer .tCenter {
	margin-bottom: 50px;
}
footer {
	color: #fff;
	text-align: center;
	background: #231f20;
	padding: 40px 0 0;
}
#footLinks {
	max-width: 1270px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footLinks li {
	line-height: 2;
	margin: 0 15px 40px;
	font-size: 1.5rem;
}
#footLinks li .small {
	font-size: 1.4rem;
	margin-top: 2rem;
	display: block;
}
#footLinks li img {
	padding-top: 1rem;
}
#footLinks li a {
	color: #fff;
	text-decoration: underline;
	font-size: 1.8rem;
}
#copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	text-align: center;
	padding: 10px;
	font-size: 1.4rem;
}
#pagetop {
	position: fixed;
	right: 3vw;
	bottom: 40px;
}
.container img {
	max-width: 100%;
}

@media screen and (max-width: 1080px) {
#headerLogo {
	width: 40%;
	height: 50px;
	position: static;
}
header .headGnavi {
	position: static;
	margin: 10px auto;
	padding: 0 20px 10px;
	width: 100%;
}
#footLinks {
	justify-content: center;
}
#footer .tCenter {
	padding: 0 20px;
}
}

@media screen and (max-width: 768px) {
html {
	font-size: 58%;
}
img {
	max-width: 100%;
	height: auto;
}
#headerLogo {
	width: 100%;
	height: 40px;
	position: static;
	padding-left: 10.5%;
	padding-right: 10.5%;
}
#headContact {
	width: 100%;
	display: table;
	margin: 0 auto;
}
#btnHeadTel {
	background: #3f3a39;
	color: #fff;
}
#btnHeadTel, #btnContact {
	display: table-cell;
	vertical-align: middle;
	position: static;
	width: 50%;
	white-space: nowrap;
	font-size: 2.75vw;
}
.container {
	width: 100%;
	padding-left: 3vw;
	padding-right: 3vw;
}
.ttlHead {
	/*margin-top: 185px;
	margin-top: 178px;*/
	margin-top: 100px;
	margin-bottom: 45px;
	font-size: 9.6vw;
}
.wrap.spBetween {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}





.table01 th,
.table01 td {
	padding: 6px 10px;
	font-size: 12px;
}
.img02 {
	width: 74.782%;
}
#footLinks {
	width: 98%;
}
header .headGnavi {
	position: static;
	color: #fff;
	display: block;
	padding: 0;
	margin: 0;
}
header .headGnavi li {
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.50);
	padding: 1em 2em;
	margin: 0;
}
header .headGnavi li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
header .headGnavi li a:hover {
	text-decoration: underline;
}
#footer p.tCenter {
	padding: 0 3vw;
}
#footLinks li .small {
	margin-top: 0;
}
a#footTelSp {
	border: 1px solid #fff;
	padding: 1rem 3rem 2rem;
}
#access .tx04,
#access .tx05	{
	text-align: left!important;
}
/*------------------------------------------------------------*/
.pc, .pc-ib {
	display: none !important;
}
.sp {
	display: block!important;
}
.sp-ib {
	display: inline-block !important;
}
}
/*------------------------------------------------------------*/
@media screen and (max-width: 340px) {
header .headGnavi li {
	padding: 12px 2em;
}
}
.pc {
	display: block;
}
.pc-ib {
	display: inline-block;
}
.sp, .sp-ib {
	display: none;
}
@media print{
.printPage header #headContact,.printPage header #headMenu,.printPage header .g-nav,.printPage #footer,.btnSpace,h2,.printPage .btn01{display: none;}
.printPage{
	width: 200mm;
	height: 287mm;
	page-break-after: always;
	position: relative;
	counter-increment: page_count;
	margin-left: auto;
	margin-right: auto;
}
.printPage header #headerLogo {
	-webkit-print-color-adjust: exact;
	width: 360px;
	height: 73px;
	margin-bottom: 20px;
	padding: 0 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.0;
	background-color: #231f20 !important;
}
.printPage:last-child{
	page-break-after: auto;
}
.printPage #headerLogo {
	display: block;
}
}
