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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');

html {
	font-size: 4.5vw;
}

@media (min-width:480px) {
	html {
		font-size: 4.0vw;
	}
}

@media (min-width:576px) {
	html {
		font-size: 17px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 18px;
	}
}

:root {
  --bs-breadcrumb-divider: "＞";
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Noto Serif JP', serif;
	font-size: 1rem;
	line-height: 1.8em;
	letter-spacing: 0.05rem;
	color: #222222;
}

body a {
	text-decoration: none;
}
body a:hover {
	color: #C7B4A0 !important;
	text-decoration: none;
	transition-duration: 0.3s;
}
body a img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	transition-duration: 0.3s;
}

header, footer {
	overflow: hidden;
}

main {
	width: 100%;
	overflow: hidden;
	margin: 0;
}

main .container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

main img {
	width: 100%;
	height: auto;
}

main p, footer-contact p {
	text-align: justify;
	color: #3f3f3f;
}

main section {
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	main section {
		margin-bottom: 50px;
	}
}

@media (min-width: 992px) {
	main section {
		margin-bottom: 70px;
	}
}

@media (min-width: 1200px) {
	main section {
		margin-bottom: 80px;
	}
}

.d-flex, .d-md-flex, .d-lg-flex, .d-xl-flex {
	justify-content: space-between;
	flex-wrap: wrap;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.py-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.py-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.py-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}


@media (min-width:768px) {
	.mb-md-0 {
		margin-bottom: 0px !important;
	}

	.mb-md-10 {
		margin-bottom: 10px !important;
	}

	.mb-md-20 {
		margin-bottom: 20px !important;
	}

	.mb-md-30 {
		margin-bottom: 30px !important;
	}

	.mb-md-40 {
		margin-bottom: 40px !important;
	}

	.mb-md-50 {
		margin-bottom: 50px !important;
	}

	.mb-md-60 {
		margin-bottom: 60px !important;
	}
	.mb-md-70 {
		margin-bottom: 70px !important;
	}

	.mb-md-80 {
		margin-bottom: 80px !important;
	}

	.mb-md-90 {
		margin-bottom: 90px !important;
	}

	.mb-md-100 {
		margin-bottom: 100px !important;
	}

	.mt-md-0 {
		margin-top: 0px !important;
	}

	.mt-md-10 {
		margin-top: 10px !important;
	}

	.mt-md-0 {
		margin-top: 20px !important;
	}

	.mt-md-30 {
		margin-top: 30px !important;
	}

	.mt-md-40 {
		margin-top: 40px !important;
	}

	.mt-md-50 {
		margin-top: 50px !important;
	}

	.mt-md-60 {
		margin-top: 60px !important;
	}

	.mt-md-70 {
		margin-top: 70px !important;
	}

	.mt-md-80 {
		margin-top: 80px !important;
	}

	.mt-md-90 {
		margin-top: 90px !important;
	}

	.mt-md-100 {
		margin-top: 100px !important;
	}
	
	.py-md-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.py-md-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-md-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.py-md-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.py-md-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.py-md-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}	
	
	.py-md-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	
	.py-md-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
}

@media (min-width: 992px) {
	.mb-lg-0 {
		margin-bottom: 0px !important;
	}

	.mb-lg-10 {
		margin-bottom: 10px !important;
	}

	.mb-lg-20 {
		margin-bottom: 20px !important;
	}

	.mb-lg-30 {
		margin-bottom: 30px !important;
	}

	.mb-lg-40 {
		margin-bottom: 40px !important;
	}

	.mb-lg-50 {
		margin-bottom: 50px !important;
	}

	.mb-lg-60 {
		margin-bottom: 60px !important;
	}

	.mb-lg-70 {
		margin-bottom: 70px !important;
	}

	.mb-lg-80 {
		margin-bottom: 80px !important;
	}

	.mb-lg-90 {
		margin-bottom: 90px !important;
	}

	.mb-lg-100 {
		margin-bottom: 100px !important;
	}

	.mt-lg-0 {
		margin-top: 0px !important;
	}

	.mt-lg-10 {
		margin-top: 10px !important;
	}

	.mt-lg-20 {
		margin-top: 20px !important;
	}

	.mt-lg-30 {
		margin-top: 30px !important;
	}

	.mt-lg-40 {
		margin-top: 40px !important;
	}

	.mt-lg-50 {
		margin-top: 50px !important;
	}

	.mt-lg-60 {
		margin-top: 60px !important;
	}
	.mt-lg-70 {
		margin-top: 70px !important;
	}

	.mt-lg-80 {
		margin-top: 80px !important;
	}

	.mt-lg-90 {
		margin-top: 90px !important;
	}

	.mt-lg-100 {
		margin-top: 100px !important;
	}
	
	.py-lg-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.py-lg-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-lg-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.py-lg-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.py-lg-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.py-lg-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	
	.py-lg-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	
	.py-lg-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}	
}

@media (min-width: 1200px) {
	.mb-xl-0 {
		margin-bottom: 0px !important;
	}

	.mb-xl-10 {
		margin-bottom: 10px !important;
	}

	.mb-xl-20 {
		margin-bottom: 20px !important;
	}

	.mb-xl-30 {
		margin-bottom: 30px !important;
	}

	.mb-xl-40 {
		margin-bottom: 40px !important;
	}

	.mb-xl-50 {
		margin-bottom: 50px !important;
	}

	.mb-xl-60 {
		margin-bottom: 60px !important;
	}

	.mb-xl-70 {
		margin-bottom: 70px !important;
	}

	.mb-xl-80 {
		margin-bottom: 80px !important;
	}

	.mb-xl-90 {
		margin-bottom: 90px !important;
	}

	.mb-xl-100 {
		margin-bottom: 100px !important;
	}

	.mt-xl-0 {
		margin-top: 0px !important;
	}

	.mt-xl-10 {
		margin-top: 10px !important;
	}

	.mt-xl-20 {
		margin-top: 20px !important;
	}

	.mt-xl-30 {
		margin-top: 30px !important;
	}

	.mt-xl-40 {
		margin-top: 40px !important;
	}

	.mt-xl-50 {
		margin-top: 50px !important;
	}

	.mt-xl-60 {
		margin-top: 60px !important;
	}
	.mt-xl-70 {
		margin-top: 70px !important;
	}

	.mt-xl-80 {
		margin-top: 80px !important;
	}

	.mt-xl-90 {
		margin-top: 90px !important;
	}

	.mt-xl-100 {
		margin-top: 100px !important;
	}
	
	.py-xl-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.py-xl-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-xl-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.py-xl-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.py-xl-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.py-xl-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	
	.py-xl-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	
	.py-xl-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}		
}

@media (max-width: 575px) {
	.container {
		width: 94%;
		margin: 0 auto;
	}
}

/*///////////////// ヘッダー ///////////////////*/
header {
	width: 100%;
	background: linear-gradient(90deg, #4c2d18 0%, #9D8B7F 50%, #f0eeec 100%);
	position: -webkit-fixed;
	position: fixed;
	top: 0;
	z-index: 9999 !important;
	height: 50px;
}

header .c-name {
	width: auto;
	height: 50px;
	padding: 0 0 0 2.5%;
	display: flex;
	align-items: center;
}

header .c-name a {
	display: inline-block;
	padding-top: 0.2em;
}

header .c-name a h1 {
	color: #FFF;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.0em;
	letter-spacing: 0;
	
}
header .c-name a h1 img {
	width: auto;
	height: 40px;
}
header .tel {
	position: relative;
	background-color: #ccc606;
	width: 50px;
	height: 50px;
	padding: 4px;
	position: fixed;
	top: 0px;
	right: 50px;
	z-index: 3;
}

header .tel img {
	width: 26px;
	display: block;
	margin: 0.1rem auto;
}

header .tel p {
	color: #fff;
	text-align: center;
	font-size: 12px;
	width: 100%;
	display: block;
    position: absolute;
    left: 0%;
    top: 82%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

header .toggle_btn {
	position: relative;
	background-color: #493a30;
	width: 50px;
	height: 50px;
	padding: 4px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 3;	
}

header .toggle_btn p {
	color: #fff;
	text-align: center;
	font-size: 12px;
	width: 100%;
	display: block;
    position: absolute;
    left: 0%;
    top: 82%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}



@media (min-width: 768px) {
	header {
		height: 70px;
	}

	header .c-name {
		padding: 0 0 0 2.0%;
		width: auto;
		height: 70px;
	}

	header .c-name h1 {
		font-size: 1.6rem !important;
		letter-spacing: 0.05;
	}

	header .toggle_btn {
		width: 70px;
		height: 70px;			
	}	
	
	header .toggle_btn p {
		font-size: 0.75rem;
	}
}

@media (min-width: 1200px) {
	header {
		height: 80px;
		background: linear-gradient(90deg, #907c6f 0%, #d3cbc6 50%, #f0eeec 100%);
	}
	
	header .c-name a {
		padding-top: 0.5em;
	}
	
	header .c-name h1 {
		/*background-color: #765e4e;*/
		padding: 0.5rem 1rem 0.7rem;
	}
	
	header .c-name h1:hover {
		background-color: rgba(118,94,78,0.35);transition-duration: 0.3s;
	}	
	header .c-name a h1 img {
    width: auto;
    height: 50px;
	}
	header .toggle_btn {
		width: 80px;
		height: 80px;			
	}	
	
	header .d-flex {
		width: 100%;
		max-width: 1500px;
		justify-content: space-between;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	}

	header .c-name {
		width: 30%;
		padding: 0 0 0 2.5%;
		height: 80px;
	}

	header .gnav-pc {
		width: 55%;
	}

	header .gnav-pc ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: block;
		width: 100%;
	}

	header .gnav-pc ul li a {
		display: block;
		font-size: 1rem !important;
		text-align: center !important;
		color: #222;
		padding: 1.2rem 1.5rem 0;
		width: auto;
		height: 80px;
		
	}

	header .gnav-pc ul li a:hover {
		background-color: #A89486;
		color: #fff !important;

	}
}


/*////////////////// ヘッダーnav ///////////////////*/
@media (max-width: 1199px) {
	header nav {
		display: block;
		position: fixed;
		top: 0;
		left: -1200px;
		bottom: 0;
		width: 300px !important;
		background: rgba(34,34,34,0.80);
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: all .5s;
		z-index: 3;
	}
	.open nav {
		left: 0;
		opacity: 1;
	}
	header nav .inner {
		padding: 0;
	}
	header nav .inner .title {
		font-family: 'Noto Serif JP', serif;
		font-weight: 700;
		font-style: normal;
		color: #fff;
		font-size: 1.3rem;
		padding: 1.5rem 1rem 0;
		margin-bottom: 0;
	}
	header nav .inner ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	header nav .inner ul li {
		position: relative;
		margin: 0;
		border-bottom: 1px solid #DFDFDF;
	}

	header nav .inner ul li a {
		font-weight: 400;
		font-style: normal;
		display: block;
		color: #FFF;
		font-size: 1.1rem;
		padding: 1rem !important;
		text-align: left;
		text-decoration: none;
		transition-duration: 0.3s;
	}

	header nav .inner ul li a:hover {
		background: #C7B4A0;
		color: #fff !important;
		transition-duration: 0.3s;
	}
}

@media screen and (max-width: 767px) {
	header nav {
		left: -767px;
		width: 220px;
	}

	header nav .inner ul li a {
		padding: 1rem;
	}
}

/*////////////////// toggle_btn ///////////////////*/
.toggle_btn {
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	transition: all .5s;
	cursor: pointer;
	z-index: 3;
}
.toggle_btn span {
	display: block;
	position: absolute;
	left: 10px;
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
	transition: all .5s;
}
.toggle_btn span:nth-child(1) {
	top: 9px;
}
.toggle_btn span:nth-child(2) {
	top: 18px;
}
.toggle_btn span:nth-child(3) {
	bottom: 20px;
}
.open .toggle_btn span {
	background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(9px) rotate(-315deg);
	transform: translateY(9px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-9px) rotate(315deg);
	transform: translateY(-9px) rotate(315deg);
}

@media (min-width: 768px) {
	.toggle_btn {
		width: 70px;
		height: 70px;
	}
	.toggle_btn span {
		left: 13px;
		width: 44px;
	}
	.toggle_btn span:nth-child(1) {
		top: 14px;
	}
	.toggle_btn span:nth-child(2) {
		top: 28px;
	}
	.toggle_btn span:nth-child(3) {
		top: 42px;
	}
	.open .toggle_btn span:nth-child(1) {
		-webkit-transform: translateY(14px) rotate(-315deg);
		transform: translateY(14px) rotate(-315deg);
	}
	.open .toggle_btn span:nth-child(3) {
		-webkit-transform: translateY(-14px) rotate(315deg);
		transform: translateY(-14px) rotate(315deg);
	}
}

/*////////////////// #mask ////////////////////*/
#mask {
	display: none;
	transition: all .5s;
}
.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .8;
	z-index: 2;
	cursor: pointer;
}



/*//////////////////  メインビジュアル下層 ////////////////////*/
.mv {
	position: relative;
}

.mv .title2 {
    position: absolute;
    left: 0%;
    top: 46%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 100%;
	display: block;
}

.mv .title2 h1 {
	color: #fff;
	font-size: 1.0rem;
	margin-bottom: 0.25rem;
	letter-spacing: 0.1rem;
	text-align: center;
}

.mv .title2 p {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 0;
	letter-spacing: 0.1rem;
	text-align: center;
	color: #fff;
}

@media (min-width: 576px) {
	.mv .title2 h1 {
		font-size: 1.2rem;
		margin-bottom: 0.5rem;
	}

	.mv .title2 p {
		font-size: 2.2rem;
	}
}	

@media (min-width: 768px) {
	.mv .title2 {
		top: 50%;
	}
	
	.mv .title2 h1 {
		font-size: 1.25rem;
		margin-bottom: 0.5rem;
	}

	.mv .title2 p {
		font-size: 2.2rem;
	}	
}

@media (min-width: 992px) {
	.mv .title2 h1 {
		font-size: 1.3rem;
		margin-bottom: 0.6rem;
	}

	.mv .title2 p {
		font-size: 2.4rem;
	}
}

@media (min-width: 1200px) {
	.mv .title2 h1 {
		font-size: 1.4rem;
		margin-bottom: 0.8rem;
	}

	.mv .title2 p {
		font-size: 2.6rem;
	}
}

@media (min-width: 1400px) {
	.mv .title2 h1 {
		font-size: 1.5rem;
		margin-bottom: 0.8rem;
	}

	.mv .title2 p {
		font-size: 3rem;
	}
}

picture source, picture img {
	width: 100%;
	height: auto;
}


/*//////////////////  フッター ////////////////////*/
footer {
	text-align: center;
	font-size: 0.87rem !important;
	line-height: 1.6em;
	background-color: #493a30;
	color: #FFF;
	padding: 1.6rem 0 0;
}

footer .container {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

footer h3 {
	font-size: 1.5rem;
	font-weight: 700;
	display: block;
	color: #FFF;
}

footer .gnav a {
	width: 50%;
	padding: 0.3rem;
	font-size: 0.8rem;
	color: #FFF;
}

footer .gnav a:hover {
	color: #FFF !important;
	background-color: #C7B4A0;
}

footer .copy {
	color: #fff;
	font-size: 0.6rem;
	line-height: 1em;
	text-align: center;
}

@media (min-width: 768px) {
	footer {
		padding: 1.8rem 0 0;
	}

	footer h3 {
		font-size: 1.6rem;
	}

	footer .gnav a {
		width: auto;
		padding: 0.4rem;
		font-size: 0.87rem;
	}

	footer .copy {
		font-size: 0.7rem;
		padding-bottom: 0.5rem;
	}
}

@media (min-width: 992px) {
	footer .gnav a {
		padding: 0.4rem 0.8rem;
	}
}

/*//////////////////  ボタン ////////////////////*/
.btn1 {
	display: block;
	margin: 0 auto;
	width: 80%;
}
.btn1 a {
	color: #3f3f3f;
	text-align: center;
	display: block;
	width: 100%;
	padding: 0.8rem 0.6rem;
	border: 1px solid #ABABAB;
}

.btn1 a:hover {
	color: #fff !important;
	background-color: #C7B4A0;
	text-decoration: none;
	transition-duration: 0.3s;
	border: 1px solid #C7B4A0;
}


@media (min-width: 576px) {
	.btn1 {
		width: 300px;
	}
}

@media (min-width: 768px) {
	.btn1 {
		width: 280px;
	}
}

@media (min-width: 992px) {
	.btn1 {
		width: 300px;
	}

	.btn1 a {
		padding: 1rem 0.6rem;
	}
}

@media (min-width: 1200px) {
	.btn1 {
		width: 340px;
	}
}


/*//////////////////  ページTOPに戻るボタン /////////////////*/
#pageTop {
	position: fixed;
	bottom: 10px;
	right: 5px;
}
#pageTop a {
	display: block;
	z-index: 999;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #3A3A3A !important;
}
#pageTop a:hover {
	opacity: 0.7;
}
#pageTop a img {
	width: 44%;
	display: block;
	margin: 0 auto;
	padding-top: 0.9rem;
}



/*//////////////////  パンくず ///////////////////*/
.pan {
	font-size: 0.75rem;
	line-height: 1.5em;
	color: #3f3f3f;
}


/*////////////////// セクション見出し ////////////////////*/
section .title1 h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.65rem !important;
	font-weight: 700 !important;
	text-align: center;
	margin-bottom: 0.8rem;
}

section .title2 h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.45rem !important;
	font-weight: 600 !important;
	text-align: center;
	margin-bottom: 0.8rem;	
}

@media (min-width: 576px) {
	section .title2 h1 {
		font-size: 1.6rem !important;
	}
}

@media (min-width: 768px) {
	section .title2 h1 {
		font-size: 1.6rem !important;
	}
}

@media (min-width: 992px) {
	section .title1 h1 {
		font-size: 1.8rem !important;
	}
	
	section .title2 h1 {
		font-size: 1.7rem !important;
	}	
}

@media (min-width: 1200px) {
	section .title1 h1 {
		font-size: 2.1rem !important;
	}	
	
	section .title2 h1 {
		font-size: 1.8rem !important;
	}		
}


/*////////////////// 下層タイトル下ライン ////////////////////*/
.under-line {
	width: 46px;
	display: block;
	height: 3px !important;
	margin: 0.3rem auto;
	background: linear-gradient(90deg, #754c24 0%, #754c24 50%, #c59b6d 50%, #c59b6d 100%);
	opacity: 1;
}


/*////////////////// 色設定 ////////////////////*/
.c-black {
	color: #222222;
}

.c-white {
	color: #ffffff;
}

.bg-white {
	background-color: #ffffff;
}

.bg-brown {
	background-color: #ece6df;
}

.bg-light-brown {
	background-color: #f5f4f0;
}

.bg-glay {
	background-color: #f2f2f2;
}


/*//////////////////  注意書き ///////////////////*/
section .note {
	font-size: 0.85rem;
	line-height: 1.6em;
	color: #666666;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}


/*//////////////////  電話番号リンクをスマホのみ有効 ///////////////////*/
@media (min-width: 768px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}


/*//////////////////  位置揃え ///////////////////*/
.item-right {
	margin: 0 0 0 auto;
}

.item-left {
	margin: 0 auto 0 0;
}

.item-center {
	margin: 0 auto;
}

.align-items-center {
	align-items: center;
}

.align-items-top {
	align-items: top;
}

@media (min-width: 768px) {
	.item-md-right {
		margin: 0 0 0 auto;
	}

	.item-md-left {
		margin: 0 auto 0 0;
	}

	.item-md-center {
		margin: 0 auto;
	}

	.align-items-md-center {
		align-items: center;
	}

	.align-items-md-top {
		align-items: top;
	}
}

@media (min-width: 992px) {
	.item-lg-right {
		margin: 0 0 0 auto;
	}

	.item-lg-left {
		margin: 0 auto 0 0;
	}

	.item-lg-center {
		margin: 0 auto;
	}

	.align-items-lg-center {
		align-items: center;
	}

	.align-items-lg-top {
		align-items: top;
	}
}

@media (min-width: 1200px) {
	.item-xl-right {
		margin: 0 0 0 auto;
	}

	.item-xl-left {
		margin: 0 auto 0 0;
	}

	.item-xl-center {
		margin: 0 auto;
	}

	.align-items-xl-center {
		align-items: center;
	}

	.align-items-xl-top {
		align-items: top;
	}
}

/*//////////////////  フッターお問い合わせ ///////////////////*/
.footer-contact .btn1 a {
	height: 5.0rem !important;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.footer-contact img {
	width: 1.35rem;
	display: inline-block;
	margin-right: 0.4rem;
	vertical-align: -0.2rem;
}

.footer-contact .telnum {
	font-size: 1.3rem;
	font-weight: 700;
}

.footer-contact .telnum span {
	font-size: 1.0rem;
	font-weight: 400;
	display: block;
}


@media (min-width: 768px) {
	.footer-contact .container {
		max-width: 700px;
	}
	
	.footer-contact .fc-title {
		padding-left: 5%;
	}
	
	.footer-contact .fc-title h1 {
		text-align: left;
	}
	
	.footer-contact .fc-title hr {
		margin-left: 0;
		margin-right: auto;
	}
	
	.footer-contact .fc-text {
		letter-spacing: 0;
		align-items: center;
	}
}

@media (min-width: 992px) {
	.footer-contact .btn1 a {
		height: 5.6rem !important;
	}
	
	.footer-contact .container {
		max-width: 800px;
	}
	
	.footer-contact .fc-title {
		padding-left: 6.2%;
	}
}

@media (min-width: 1200px) {
	.footer-contact .container {
		max-width: 940px;
	}
	
	.footer-contact .fc-title {
		padding-left: 7%;
	}	
	
	.footer-contact .fc-text {
		padding-left: 6% !important;
	}	
}


/*//////////////////  MV（問い合わせ・サイトマップ・プライバシーポリシー） ///////////////////*/
.mv2 {
	width: 100%;
	background-color: #493a30;
	padding: 0.8rem 0;
}

.mv2 h1 {
	color: #ddd8d3;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 0;
}

.mv2 h1 span {
	font-size: 1.0rem;
	font-weight: 400;
}

@media (min-width: 576px) {
	.mv2 {
		padding: 1rem 0;
	}

	.mv2 h1 {
		font-size: 1.7rem;
	}

	.mv2 h1 span {
		font-size: 1.15rem;
	}
}

@media (min-width: 992px) {
	.mv2 h1 {
		font-size: 1.8rem;
	}

	.mv2 h1 span {
		font-size: 1.2rem;
	}
}

@media (min-width: 1200px) {
	.mv2 {
		padding: 1.2rem 0;
	}



