@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #191919;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #191919;
}
a:hover {
	color: #191919;
}
a:active {
	color: #191919;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1300px;
	color: #191919;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
	z-index: 99;
}
#gHeader .hText {
	height: 3.1rem;
	padding: 0.6rem 1.6rem;
	color: #fff;
	font-size: 1.2rem;
	background-color: #604c3f;
	box-sizing: border-box;
}
#gHeader .logo-area {
	display: flex;
	align-items: center;
}
#gHeader h1 {
	padding: 0.8rem 1rem 1.8rem 1.6rem;
	width: fit-content;
}
#gHeader h1 a {
	display: flex;
	align-items: center;
}
#gHeader h1 img {
	width: 30rem;
}
#gHeader h1 span {
	margin-left: 1.2rem;
	color: #8F8F8F;
	font-size: 1.2rem;
	line-height: 1.3;
	font-weight: 500;
}
#gHeader .hTel {
	position: absolute;
	right: 48.5rem;
	top: 4.9rem;
	font-size: 1.1rem;
	font-weight: 700;
}
#gHeader .hTel a {
	margin-left: auto;
	padding-left: 3.9rem;
	line-height: 1;
	display: block;
	width: fit-content;
	font-size: 3.1rem;
	letter-spacing: 0.1rem;
	background: url(../image/icon01.png) no-repeat left center;
	background-size: 3.4rem auto;
}
#gHeader .hList {
	position: absolute;
	right: 0;
	top: 3.1rem;
}
#gHeader .hList li {
	width: 15.8rem;
}
#gHeader .hList a {
	height: 8rem;
	padding-top: 1.3rem;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
	box-sizing: border-box;
	background-color: #F37C2B;
}
#gHeader .hList a:hover {
	opacity: 0.7;
}
#gHeader .hList .big {
	margin-top: -0.1rem;
	display: block;
	font-size: 2.4rem;
}
#gHeader .hList .color01 a {
	color: #604c3f;
	background-color: #E0D8D1;
}
#gHeader .hList .color03 a {
	background-color: #e4352b;
}
#gNavi > ul > li {
	width: 18.6rem;
	padding-bottom: 0.9rem;
	box-sizing: border-box;
}
#gNavi > ul > li:first-child > a {
	border-left: 1px solid #B7B7B7;
}
#gNavi > ul > li > a {
	padding: 0.6rem 0 0.5rem;
	display: block;
	position: relative;
	text-align: center;
	font-weight: 700;
	border-right: 1px solid #B7B7B7;
}
#gNavi > ul > li.arrow > a {
	background: url(../image/icon02.png) no-repeat left 2rem center;
	background-size: 2.2rem auto;
}
#gNavi > ul > li > a .en {
	margin-top: 0.2rem;
	display: block;
	color: #e4352b;
	font-size: 1.3rem;
	font-family: "Urbanist", sans-serif;
}
#gNavi .naviBox ul {
	padding: 0 1rem 1rem;
}
@media all and (min-width: 897px) {
	#gHeader .hList .color03 .big {
		margin-top: 0;
		font-size: 1.5rem;
		line-height: 1.12;
	}
	#gNavi > ul > li:hover > a {
		opacity: 0.7;
	}
	#gNavi .naviBox {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100vw;
		background-color: #fff;
		transform: translateY(.5rem);
		transition: .25s ease-out;
		opacity: 0;
		visibility: hidden;
	}
	#gNavi .naviBox.on {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		transition: .3s ease-out;
	}
	#gNavi .naviBox ul {
		max-width: 100rem;
		margin: 0 auto;
		display: flex;
		justify-content: flex-end;
	}
	#gNavi .naviBox li {
		border-bottom: 1px solid #B7B7B7;
		margin: .5rem;
	}
	#gNavi .naviBox a {
    padding: 0.6rem 3.6rem .6rem 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    border-radius: 0.4rem;
    background: #604c3f url(../image/icon05.png) no-repeat center right 1.2rem;
    background-size: 2.2rem auto;
	}
	#gNavi .naviBox a:hover {
		opacity: 0.7;
	}
	.menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		height: 6rem;
		position: fixed;
        top: 0;
        left: 0;
		background-color: rgba(255,255,255,.5);
		z-index: 999;
		width: 100%;
	}
	#gHeader .hText {
		display: none;
	}
	#gHeader h1 {
		padding: 1rem 2rem 0;
	}
	#gHeader h1 a {
		display: block;
		width: fit-content;
	}
	#gHeader h1 img {
		width: 17rem;
	}
	#gHeader h1 span {
		display: none;
	}
	#gHeader .spTel {
		width: 6rem;
		position: absolute;
		right: 6rem;
		top: 0;
	}
	#gHeader .spTel a {
		height: 6rem;
		display: block;
		padding-top: 4.1rem;
		text-align: center;
		color: #fff;
		font-size: 1rem;
		box-sizing: border-box;
		background: #604c3f url(../image/icon09.png) no-repeat top 0.9rem center;
		background-size: 3.3rem auto;
	}
	.menu {
		width: 6rem;
		height: 6rem;
		padding-top: 4.1rem;
		position: absolute;
		right: 0;
		top: 0;
		text-align: center;
		color: #604c3f;
		font-size: 1rem;
		box-sizing: border-box;
	}
	.menu .on {
		display: none;
	}
	.menu.on .on {
		display: block;
	}
	.menu.on .off {
		display: none;
	}
	.menu .line {
		width: 3.2rem;
		height: 0.2rem;
		position: absolute;
		top: 1.4rem;
		left: 1.4rem;
		background: #604c3f;
		transition: all .35s ease;
	}
	.menu .line:nth-of-type(2) {
		top: 2.4rem;
	}
	.menu .line:nth-of-type(3) {
		top: 3.4rem;
	}
	.menu.on .line:nth-of-type(1) {
		transform: translateY(1rem) translateX(0) rotate(45deg);
	}
	.menu.on .line:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on .line:nth-of-type(3) {
		transform: translateY(-1rem) translateX(0) rotate(-45deg);
	}
	.menuBox {
		position: fixed;
		left: 0;
		top: 6rem;
		width: 100%;
		height: calc(100% - 6rem);
		background-color: #fff;
		box-sizing: border-box;
		overflow-y: auto;
		display: none;
		padding-bottom: 6rem;
	}
	#gHeader .hTel {
		position: static;
		width: fit-content;
		margin: 3.4rem auto 2.9rem;
	}
	#gHeader .hList {
		max-width: 33.5rem;
		margin: 0 auto;
		padding-bottom: 5rem;
		position: static;
	}
	#gHeader .hList li {
		width: 49%;
	}
	#gHeader .hList a {
		height: 6.5rem;
		padding: 1rem 0 0 3.2rem;
		border-radius: 0.4rem;
		background-image: url(../image/icon12.png);
		background-position: left 1.6rem center;
		background-repeat: no-repeat;
		background-size: 3rem auto;
	}
	#gHeader .hList .big {
		margin-top: -0.3rem;
		font-size: 2.2rem;
	}
	#gHeader .hList .color02 a {
		padding-top: 1.1rem;
		font-size: 1rem;
		background-image: url(../image/icon13.png);
		background-position: left 0.6rem center;
	}
	#gHeader .hList .color02 .big {
		margin-top: -0.1rem;
		font-size: 2rem;
	}
	#gHeader .hList .color03 {
		margin-bottom: 1rem;
		width: 100%;
		order: -1;
	}
	#gHeader .hList .color03 a {
		height: 6.4rem;
		padding-left: 4rem;
		background-image: url(../image/icon11.png);
		background-position: left 3.6rem center;
	}
	#gHeader .hList .color03 a .big {
		margin-top: -0.5rem;
	}
	#gNavi > ul {
		margin-top: -0.1rem;
		display: block;
	}
	#gNavi > ul > li {
		width: auto;
		padding-bottom: 0;
		border-bottom: 1px solid #B7B7B7;
	}
	#gNavi > ul > li:first-child > a {
		border-left: none;
	}
	#gNavi > ul > li > a {
		padding: 1.5rem 2rem 1.5rem;
		text-align: left;
		font-size: 1.5rem;
		border-right: none;
	}
	#gNavi > ul > li.arrow {
		position: relative;
	}
	#gNavi > ul > li.arrow .ico {
		position: absolute;
		right: 0.2rem;
		top: 0;
		width: 5.2rem;
		height: 5rem;
		background: url(../image/icon10.png) no-repeat center center;
		background-size: 1.6rem auto;
	}
	#gNavi > ul > li.arrow .ico.on {
		background-image: url(../image/icon10_on.png);
	}
	#gNavi > ul > li.arrow > a {
		background: none;
	}
	#gNavi > ul > li > a .en {
		margin: -0.2rem 0 0 1.2rem;
		display: inline-block;
		vertical-align: middle;
		font-size: 1rem;
	}
	#gNavi .naviBox {
		display: none;
	}
	#gNavi .naviBox ul {
		padding: 0 3.6rem 1.6rem;
	}
	#gNavi .naviBox li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	#gNavi .naviBox a {
		font-size: 1.5rem;
		font-weight: 700;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#main .sec14 {
	padding: 8rem 0;
}
#main .sec14 .topTtl {
	margin-bottom: 3rem;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
}
#main .sec14 h2 {
	padding-bottom: 0.3rem;
	width: fit-content;
	margin: 0 auto 5.8rem;
	color: #604c3f;
	font-weight: 700;
	font-size: 4rem;
	border-bottom: 0.2rem dotted #604c3f;
}
#main .sec14 .imgBox {
	width: 82.4rem;
	margin: 0 auto;
	padding: 5.5rem 2.4rem 3.3rem 3rem;
	border: 1px solid #604c3f;
	background-color: #FFFDFD;
	box-sizing: border-box;
}
#main .sec14 .pho {
	position: relative;
	width: 33.8rem;
}
#main .sec14 .pho span {
	position: absolute;
	left: -1.9rem;
	top: -8.2rem;
	width: 12.5rem;
	height: 12.5rem;
	text-align: center;
	color: #fff;
	font-weight: 700;
	padding-top: 3.1rem;
	font-size: 4.25rem;
	background-color: #F37C2B;
	box-sizing: border-box;
	border-radius: 100%;
}
#main .sec14 .pho span::before {
	position: absolute;
	left: 0.3rem;
	top: 0.3rem;
	right: 0.3rem;
	bottom: 0.3rem;
	border: 1px solid #fff;
	border-radius: 100%;
	content: "";
}
#main .sec14 .textBox {
	width: 40rem;
	margin-top: -2.9rem;
}
#main .sec14 h3 {
	margin-bottom: 0.8rem;
	color: #604c3f;
	font-size: 3.6rem;
	font-weight: 700;
}
#main .sec14 p {
	margin-bottom: 1.9rem;
	line-height: 1.7;
}
#gFooter {
	padding: 8.4rem 0 3.9rem;
	color: #FFF;
	background-color: #333;
}
#gFooter .fBox {
	max-width: 100rem;
	margin: 0 auto;
}
#gFooter .fLogo {
	margin-bottom: 1.6rem;
	text-align: center;
}
#gFooter .txt {
	margin-bottom: 3.8rem;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: center;
}
#gFooter .fNavi {
	padding: 3.2rem 0 7.1rem;
	border-top: 1px solid rgba(183, 183, 183, 0.3);
}
#gFooter .fNavi .navi {
	padding-right: 1rem;
	width: 28.1rem;
}
#gFooter .fNavi .navi:nth-child(2) {
	width: 31.3rem;
}
#gFooter .fNavi .navi:nth-child(3) {
	width: 24.5rem;	
}
#gFooter .fNavi .navi:nth-child(4) {
	margin-right: -1rem;
	padding-right: 0;
	width: 16rem;	
}
#gFooter .fNavi li:not(:last-child) {
	margin-bottom: 1.8rem;
}
#gFooter .fNavi li a {
	color: #FFF;
	font-weight: 700;
}
#gFooter .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter .fNavi .subNavi {
	margin: 0.8rem 0.8rem 0;
}
#gFooter .fNavi .subNavi li {
	padding-left: 1.6rem;
	position: relative;
}
#gFooter .fNavi .subNavi li:not(:last-child) {
	margin-bottom: 0.6rem;
}
#gFooter .fNavi .subNavi li::before {
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	width: 0.8rem;
	background-color: #FFF;
	content: "";
}
#gFooter .fNavi .subNavi li a {
	font-size: 1.4rem;
	font-weight: 500;
}
#gFooter address {
	color: #696969;
	font-size: 1.2rem;
	text-align: center;
	font-family: "Urbanist", sans-serif;
}
@media all and (min-width: 897px) {
	#main .sec14 .comLink {
		margin: 0;
		width: 40rem;
	}
}
@media all and (max-width: 896px) {
	#main .sec14 {
		padding: 6rem 0;
	}
	#main .sec14 .topTtl {
		margin-bottom: 1.1rem;
		font-size: 1.8rem;
		line-height: 1.6;
	}
	#main .sec14 h2 {
		padding-bottom: 0;
		margin: 0 auto 3.2rem;
		font-size: 2.6rem;
		text-align: center;
		line-height: 1.4;
		border-bottom: none;
	}
	#main .sec14 h2 span {
		border-bottom: 0.2rem dotted #604c3f;
	}
	#main .sec14 .imgBox {
		width: auto;
		display: block;
		padding: 2.3rem 1.5rem 3.9rem;
	}
	#main .sec14 .pho {
		margin: 0 2.4rem;
		width: auto;
	}
	#main .sec14 .pho img {
		width: 100%;
	}
	#main .sec14 .pho span {
		left: -5.7rem;
		top: -5rem;
		width: 10rem;
		height: 10rem;
		padding-top: 2.5rem;
		font-size: 3.4rem;
	}
	#main .sec14 .pho span::before {
		left: 0.2rem;
		top: 0.2rem;
		right: 0.2rem;
		bottom: 0.2rem;
	}
	#main .sec14 .textBox {
		width: auto;
		margin-top: 1.4rem;
	}
	#main .sec14 h3 {
		margin-bottom: 1.5rem;
		font-size: 2.6rem;
		text-align: center;
	}
	#main .sec14 p {
		margin-bottom: 2.3rem;
		line-height: 1.6;
	}
	#main .sec14 .comLink a {
		background-position: center right 0.1rem;
	}
	#gFooter {
		padding: 4rem 0 8.3rem;
	}
	#gFooter .fBox {
		max-width: inherit;
		margin: 0 auto;
	}
	#gFooter .fLogo img {
		width: 12.6rem;
	}
	#gFooter .txt {
		margin-bottom: 3.9rem;
		font-size: 1.2rem;
	}
	#gFooter .fNavi {
		display: none;
	}
	#gFooter address {
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
	urbanist
------------------------------------------------------------*/
.urbanist  {
	font-family: "Urbanist", sans-serif;
}
.alex {
	font-family: "Alex Brush", cursive;
	font-weight: 400;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 104rem;
	padding: 0 2rem;
	margin: 0 auto;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	.content {
		width: auto !important;
	}
}
/*------------------------------------------------------------
	fixBanner
------------------------------------------------------------*/
.fixBanner {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 30rem;
	z-index: 101;
	background-color: #fff;
	transition: .5s;
}
.fixBanner.on {
	right: -31rem;
}
.fixBanner a:hover {
	opacity: 0.7;
}
.fixBanner .floating_close {
    width: 20px;
    cursor: pointer;
    position: absolute;
    top: -10px;
    left: -10px;
}
@media all and (max-width: 896px) {
	.fixBanner {
		display: none;
	}
}
/*------------------------------------------------------------
	fixList
------------------------------------------------------------*/
.fixList {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-55%);
	z-index: 100;
}
.fixList a {
	width: 6.4rem;
	height: 17.7rem;
	padding: 5.5rem 0.2rem 0 0;
	display: block;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.19;
	color: #fff;
	font-weight: 700;
	border-radius: 0.4rem 0 0 0.4rem;
	background: #F37C2B url(../image/icon04.png) no-repeat top 1.6rem center;
	background-size: 3.2rem auto;
	box-sizing: border-box;
}
.fixList .tel {
	margin-top: 0.4rem;
}
.fixList .tel a {
	padding: 1.5rem 0 0;
	height: 29rem;
	line-height: 1;
	border-radius: 0.4rem 0 0 0.4rem;
	background: #604c3f;
}
.fixList a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.fixList {
		display: none;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 4rem;
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.2;
}
.headLine01 .en {
	margin-bottom: 0.8rem;
	display: block;
	color: #604c3f;
	font-size: 4rem;
	font-family: "Urbanist", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.7rem;
		font-size: 1.4rem;
	}
	.headLine01 .en {
		margin-bottom: 1.2rem;
		font-size: 2.6rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 3.1rem;
	text-align: center;
	color: #604c3f;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
}
.headLine02 .jp {
	margin: 1.1rem 0 2rem;
	display: block;
	color: #191919;
	font-size: 4rem;
}
.headLine02 .en {
	width: fit-content;
	margin: 0 auto;
	padding-bottom: 0.4rem;
	display: block;
	font-size: 1.8rem;
	color: #e4352b;
	border-bottom: 1px solid #e4352b;
	font-family: "Urbanist", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2.4rem;
		font-size: 1.5rem;
	}
	.headLine02 .jp {
		margin: 0.7rem 0 1.2rem;
		font-size: 2.6rem;
		line-height: 1.4;
	}
	.headLine02 .en {
		padding-bottom: 0.3rem;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 4.8rem;
	text-align: center;
	font-weight: 700;
	line-height: 1;
}
.headLine03 .en {
	margin-bottom: -4.6rem;
	display: block;
	color: #604c3f;
	font-size: 12rem;
	opacity: 0.1;
	font-family: "Urbanist", sans-serif;
}
.headLine03 .jp {
	display: block;
	font-size: 4rem;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin: 0 -2rem 2.4rem;
	}
	.headLine03 .en {
		margin-bottom: -2.7rem;
		font-size: 5rem;
	}
	.headLine03 .jp {
		font-size: 2.6rem;
		line-height: 1.4;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 36.8rem;
	margin: 0 auto;
}
.comLink.wid01 {
	width: 30rem;
}
.comLink a {
	height: 6rem;
	padding: 0.6rem 2.6rem 0.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	border-radius: 0.4rem;
	background: #e4352b url(../image/icon05.png) no-repeat center right 1.2rem;
	background-size: 2.2rem auto;
}
.comLink a:hover {
	opacity: 0.7;
}
.comLink.white a {
	color: #604c3f;
	background-color: #fff;
	background-image: url(../image/icon06.png);
}
.comLink.orage a {
	background-color: #e4352b;
}
.comLink.green a {
	background-color: #F37C2B;
}
@media all and (max-width: 896px) {
	.comLink {
		width: auto !important;
		max-width: 33.5rem;
	}
	.comLink a {
		padding: 0.6rem 1.6rem 0.7rem;
		background-position: center right 0.7rem;
	}
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	padding: 8rem 0;
	background-color: #E0D8D1;
}
.comContact ul {
	position: relative;
}
.comContact ul::after {
	content: "";
	width: 32.6rem;
}
.comContact li {
	width: 32.6rem;
	padding: 4.2rem 2.3rem 3.9rem;
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
}
.comContact .ttl {
	margin-bottom: 2.7rem;
	color: #604c3f;
	font-size: 2.2rem;
	font-weight: 700;
}
.comContact .ttl span {
	padding: 0 0.5rem;
	background: linear-gradient(transparent 70%, #FFF200 0%);
}
.comContact .txt {
	font-size: 1.4rem;
	line-height: 1.5;
}
.comContact .comLink {
	margin-top: 3rem;
	width: auto;
}
.comContact .comLink a {
	font-size: 1.6rem;
}
.comContact .tel {
	margin: -1.5rem 0 -0.1rem;
	font-size: 3.6rem;
	font-weight: 700;
}
.comContact .tel a {
	padding-left: 3.8rem;
	color: #604c3f;
	display: inline-block;
	background: url(../image/icon08.png) no-repeat left center;
	background-size: 4rem auto;
}
.comContact .sml {
	width: fit-content;
	margin: 0 auto 1.6rem;
	text-align: left;
	color: #696969;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.55;
}
@media all and (max-width: 896px) {
	.comContact {
		padding: 6.4rem 0 4.9rem;
	}
	.comContact ul {
		display: block;
	}
	.comContact li {
		margin-bottom: 1.2rem;
		width: auto;
		padding: 2.6rem 2.8rem 2.4rem;
	}
	.comContact li:first-child {
		padding: 2.4rem 2.8rem 2.3rem;
	}
	.comContact .ttl {
		margin-bottom: 1.7rem;
	}
	.comContact .txt {
		line-height: 1.6;
	}
	.comContact .comLink {
		margin-top: 2.4rem;
		width: auto;
	}
	.comContact .tel {
		margin-top: -1rem;
	}
	.comContact .sml {
		margin: 0 auto 1.1rem;
		line-height: 1.5;
	}
}
/*------------------------------------------------------------
	fixUl
------------------------------------------------------------*/
.fixUl {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0.6rem;
	background-color: #fff;
	z-index: 1000;
	box-sizing: border-box;
}
.fixUl li {
	width: 32.5%;
}
.fixUl a {
	height: 5.6rem;
	padding-top: 1rem;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 0.9rem;
	box-sizing: border-box;
	background-color: #F37C2B;
	border-radius: 0.4rem;
}
.fixUl .big {
	margin-top: -0.2rem;
	display: block;
	font-size: 1.7rem;
}
.fixUl .color01 a {
	color: #604c3f;
	background-color: #E0D8D1;
}
.fixUl .color03 a {
	padding-top: 0.6rem;
	background-color: #e4352b;
}
.fixUl .color03 .big {
	margin-top: 0;
	font-size: 1.3rem;
	line-height: 1.12;
}
@media all and (min-width: 897px) {
	.fixUl {
		display: none;
	}
}