@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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a, a:link {
	color: #464646;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #464646;
}
a:hover {
	color: #464646;
	opacity: 0.6;
}
a:active {
	color: #464646;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #464646;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	background-color: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#container {
	padding-top: 120px;
	position: relative;
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
	a * {
		transition: 0.3s;
	}
}
@media all and (max-width: 767px) {
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	#container {
		padding-top: 0;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 29px 45px 16px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	z-index: 100;
	background: rgba(255, 255, 255, 0.85);
}
#gHeader.up {
	transform: translateY(-100%);
}
#gHeader.on {
	position: fixed;
	transition: 0.6s ease;
}
#gHeader.fix {
	position: fixed;
	transform: translateY(0);
	transition: 0.6s ease;
}
#gHeader .logo {
	margin-bottom: 9px;
	width: 298px;
}
#gHeader .logo a {
	opacity: 1;
}
#gHeader .hBox .hBtnUl {
	margin-bottom: 16px;
	justify-content: flex-end;
}
#gHeader .hBox .hBtnUl li a {
	display: block;
}
#gHeader .hBox .hBtnUl .tel {
	margin-right: 20px;
}
#gHeader .hBox .hBtnUl .tel a {
	padding: 3px 0 3px 16px;
	display: block;
	color: #464646;
	font-size: 2rem;
	letter-spacing: 0.09em;
	background: url("../images/common/webp/icon01.webp") no-repeat left center / 9px auto;
}
.no-webp #gHeader .hBox .hBtnUl .tel a {
	background-image: url("../images/common/icon01.png");
}
#gHeader .hBox .hBtnUl .btn {
	width: 210px;
}
#gHeader .hBox .hBtnUl .btn a {
	padding: 6px;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	border-radius: 20px;
	background: #163259;
	opacity: 1;
}
#gHeader .hBox .hBtnUl .btn a .txt {
	padding: 2px 0 0 21px;
	display: inline-block;
	background: url("../images/common/webp/icon02.webp") no-repeat left center / 15px auto;
}
.no-webp #gHeader .hBox .hBtnUl .btn a .txt {
	background-image: url("../images/common/icon02.png");
}
@media all and (min-width: 768px) {
	#gHeader .hBox .hBtnUl .btn a:hover {
		background-color: #464646;
	}
}
@media all and (max-width: 767px) {
	#gHeader {
		padding: 21px 14px 18px;
		height: 72px;
		display: block;
		position: relative !important;
		left: auto !important;
		top: auto !important;
	}
	#gHeader .logo {
		margin-bottom: 0;
		width: 219px;
	}
	#gHeader .hBox .hBtnUl {
		margin: 0;
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		justify-content: space-between;
		background: #fff;
		border-top: 1px solid #DFDFDF;
		z-index: 10;
	}
	#gHeader .hBox .hBtnUl li {
		width: 50% !important;
		min-height: 50px;
		box-sizing: border-box;
	}
	#gHeader .hBox .hBtnUl li a {
		height: 100%;
		padding: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}
	#gHeader .hBox .hBtnUl .tel {
		margin-right: 0;
		border-right: 1px solid #DFDFDF;
	}
	#gHeader .hBox .hBtnUl .tel a {
		padding: 0;
		display: flex;
		font-size: 1.6rem;
		background: #fff;
	}
	#gHeader .hBox .hBtnUl .tel a span {
		padding: 2px 0 0 17px;
		display: inline-block;
		background: url("../images/common/webp/icon10.webp") no-repeat left center / 11px auto;
	}
	#gHeader .hBox .hBtnUl .btn a {
		padding: 6px;
		color: #585858;
		font-size: 1.6rem;
		border-radius: 0;
		background: #fff;
	}
	#gHeader .hBox .hBtnUl .btn a .txt {
		padding: 2px 0 0 23px;
		background: url("../images/common/webp/icon11.webp") no-repeat left center / 17px auto;
	}
	.menu {
		width: 55px;
		height: 55px;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		background: #C3B896;
		border-radius: 0 0 0 20px;
		z-index: 10;
	}
	.menu::after {
		box-sizing: border-box;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 14px;
		content: "menu";
		text-align: center;
		color: #fff;
		font-size: 1.1rem;
		font-family: yu-mincho-pr6n, sans-serif;
		font-weight: 600;
		font-style: normal;
	}
	.menu span {
		width: 28px;
		height: 1px;
		position: absolute;
		top: 18px;
		left: 14px;
		display: block;
		background-color: #fff;
		transition: all .3s ease;
	}
	.menu span:nth-child(2) {
		top: 23px;
	}
	.menu.on::after {
		content: "close";
	}
	.menu.on span:nth-child(1) {
		transform: translateY(3px) translateX(0) rotate(20deg);
	}
	.menu.on span:nth-child(2) {
		transform: translateY(-3px) translateX(0) rotate(-20deg);
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	display: flex;
}
#gNavi .naviList {
	margin-right: 14px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.2;
}
#gNavi .naviList li {
	position: relative;
}
#gNavi .naviList li::after {
	content: "";
	margin-top: -4px;
	width: 1px;
	height: 13px;
	position: absolute;
	right: 0;
	top: 50%;
	background: #DFDFDF;
	transform: translateY(-50%);
}
#gNavi .naviList li a {
	padding: 0 17px 0 15px;
	display: block;
}
#gNavi .insBtn {
	width: 15px;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
	#gHeader {
		padding: 29px 2vw 16px;
	}
	#gHeader .logo {
		width: 23vw;
	}
	#gNavi .naviList {
		margin-right: 1vw;
		font-size: 1vw;
	}
	#gNavi .naviList li a {
		padding: 0 1vw;
	}
}
@media all and (min-width: 768px) and (max-width: 1000px) {
	#gNavi .naviList {
		font-size: 1.3vw;
	}
}
@media all and (max-width: 767px) {
	#gNavi {
		box-sizing: border-box;
		padding: 50px 0;
		width: 100%;
		height: 100%;
		position: fixed;
		right: 0;
		top: 0;
		overflow: auto;
		align-items: center;
		align-content: center;
		justify-content: center;
		flex-wrap: wrap;
		background: #fff url("../images/common/webp/menu_bg.webp") no-repeat right top / 375px auto;
		opacity: 0;
		visibility: hidden;
		transition: 0.4s;
	}
	#gNavi.on {
		opacity: 1;
		visibility: visible;
	}
	#gNavi .naviList {
		margin: 0 0 14px;
		padding-top: 20px;
		width: 100%;
		display: block;
		text-align: center;
	}
	#gNavi .naviList li::after {
		display: none;
	}
	#gNavi .naviList li a {
		padding: 12px 10px 13px;
	}
	#gNavi .insBtn {
		padding-bottom: 20px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: -120px;
	padding-top: 103px;
	border-radius: 150px 0 0 0;
	background: #fff;
}
#gFooter .fLogo {
	margin: 0 auto 9px;
	width: 250px;
}
#gFooter .fLogo a {
	opacity: 1;
}
#gFooter .fAddress {
	margin-bottom: 40px;
	text-align: center;
	color: #585858;
	font-size: 1rem;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 840px;
	box-sizing: border-box;
}
#gFooter .comAccess {
	margin-bottom: 32px;
}
#gFooter .comBtnList {
	margin-bottom: 99px;
}
#gFooter .mapBox {
	width: 100%;
	height: 300px;
	position: relative;
	box-sizing: border-box;
}
#gFooter .mapBox iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
#gFooter .fBgBox {
	padding: 54px 0 14px;
	background: #C3B896 url("../images/common/webp/f_bg.webp") no-repeat right bottom / 739px auto;
}
.no-webp #gFooter .fBgBox {
	background-image: url("../images/common/f_bg.png");
}
#gFooter .fNavi {
	margin-bottom: 13px;
}
#gFooter .fNavi .fNaviList {
	width: 22.7%;
}
#gFooter .fNavi .fNaviList.list01 {
	margin-right: 4%;
	width: 32%;
}
#gFooter .fNavi .fNaviList.list02 {
	margin-right: -2%;
	width: 20.6%;
}
#gFooter .fNavi .fNaviList > li:not(:last-child) {
	margin-bottom: 18px;
}
#gFooter .fNavi .fNaviList > li > a {
	display: block;
	font-weight: 600;
	letter-spacing: 0.03em;
}
#gFooter .fNavi .fNaviList.list02 > li > a {
	letter-spacing: 0;
}
#gFooter .fNavi .fNaviList li .subList {
	margin: 5px 0 25px;
	font-size: 1.2rem;
	line-height: 1.65;
}
#gFooter .fNavi .fNaviList li .subList li a {
	display: inline-block;
	font-weight: 500;
	letter-spacing: -0.05em;
}
#gFooter .fNavi .fNaviList li .subList.flex li {
	width: 50%;
}
#gFooter small {
	display: block;
	color: #585858;
	font-style: normal;
	font-size: 1.2rem;
	text-align: center;
}


@media all and (min-width: 768px) and (max-width: 900px) {
	#gFooter .fNavi .fNaviList {
		width: 20%;
	}
	#gFooter .fNavi .fNaviList.list02 {
		width: 24%;
		margin-right: 0;
	}
	#gFooter .fNavi .fNaviList li > a {
		letter-spacing: 0;
	}
}
@media all and (max-width: 767px) {
	#gFooter {
		margin-top: -60px;
		padding: 43px 0 50px;
		border-radius: 50px 0 0 0;
	}
	#gFooter .fLogo {
		margin: 0 auto 9px;
		width: 222px;
	}
	#gFooter .fAddress {
		margin-bottom: 34px;
	}
	#gFooter .fBox {
		padding: 0 25px;
		max-width: inherit;
	}
	#gFooter .comAccess {
		margin-bottom: 35px;
	}
	#gFooter .comAccess .lBox {
		margin-bottom: 24px;
	}
	#gFooter .comBtnList {
		margin-bottom: 49px;
	}
	#gFooter .mapBox {
		height: 250px;
	}
	#gFooter .fBgBox {
		padding: 35px 0 11px;
		background-size: 370px auto;
		background-position: center bottom;
	}
	#gFooter .fNavi {
		margin-bottom: 46px;
		display: block;
	}
	#gFooter .fNavi .fNaviList {
		width: auto;
	}
	#gFooter .fNavi .fNaviList.list01 {
		margin-right: 0;
		width: auto;
	}
	#gFooter .fNavi .fNaviList.list02 {
		margin-right: 0;
		width: auto;
	}
	#gFooter .fNavi .fNaviList > li:not(:last-child) {
		margin-bottom: 0;
	}
	#gFooter .fNavi .fNaviList > li {
		position: relative;
		border-bottom: 1px solid rgba(223, 223, 223, 0.5);
	}
	#gFooter .fNavi .fNaviList > li > a {
		padding: 8px 0;
		line-height: 1.43;
	}
	#gFooter .fNavi .fNaviList li .switch {
		width: 38px;
		height: 38px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
	}
	#gFooter .fNavi .fNaviList li .switch::before {
		content: "";
		width: 9px;
		height: 1px;
		position: absolute;
		right: 11px;
		top: 50%;
		background: #464646;
		transform: translate(50%, -50%);
	}
	#gFooter .fNavi .fNaviList li .switch::after {
		content: "";
		width: 1px;
		height: 9px;
		position: absolute;
		right: 30%;
		top: 50%;
		background: #464646;
		transform: translate(50%, -50%);
	}
	#gFooter .fNavi .fNaviList li .switch.on::after {
		display: none;
	}
	#gFooter .fNavi .fNaviList li .subList {
		margin: 0 0 15px;
		display: none;
	}
	#gFooter .fNavi .fNaviList li .subList.flex li {
		width: auto;
	}
	#gFooter .fNavi .fNaviList li .subList li a {
		padding: 2px 0;
		display: block;
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;
}
/* font */
.yumincho {
	font-family: yu-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.trajan {
	font-family: trajan-pro-3, serif;
	font-weight: 600;
	font-style: normal;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 840px;
}
@media all and (max-width: 767px) {
	.content {
		padding: 0 25px;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	comAccess
------------------------------------------------------------*/
.comAccess .lBox {
	width: 47%;
}
.comAccess .lBox .imgTxt {
	margin-bottom: 28px;
	text-align: center;
}
.comAccess .lBox .imgTxt img {
	width: 377px;
}
.comAccess .lBox table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-top: 1px solid rgba(223, 223, 223, 0.5);
	border-bottom: 1px solid rgba(223, 223, 223, 0.5);
}
.comAccess .lBox th, .comAccess .lBox td {
	box-sizing: border-box;
	padding: 2px 0;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.08em;
}
.comAccess .lBox thead th, .comAccess .lBox thead td {
	padding: 15px 0 13px;
	border-bottom: 1px solid rgba(223, 223, 223, 0.5);
}
.comAccess .lBox th {
	width: 32%;
}
.comAccess .lBox thead td {
	width: 7.66%;
}
.comAccess .lBox tr td:first-of-type {
	padding-left: 17px;
	width: 11%;
}
.comAccess .lBox tr td:last-of-type {
	padding-right: 17px;
	width: 11%;
}
.comAccess .lBox tbody tr:first-of-type th, .comAccess .lBox tbody tr:first-of-type td {
	padding-top: 15px;
}
.comAccess .lBox tbody tr:last-of-type th, .comAccess .lBox tbody tr:last-of-type td {
	padding-bottom: 18px;
}
.comAccess .lBox .taRight {
	margin-top: 7px;
	text-align: right;
	font-size: 1.1rem;
	letter-spacing: 0.09em;
}
.comAccess .rBox {
	width: 46.9%;
}
.comAccess .rBox .mapImg {
	margin-bottom: 9px;
	overflow: hidden;
	border-radius: 20px 0 20px 0;
}
.comAccess .rBox .address {
	margin-bottom: 16px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.comAccess .rBox .ttl {
	margin-bottom: 1px;
	overflow: hidden;
}
.comAccess .rBox .ttl span {
	padding: 0 5px 2px 23px;
	position: relative;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.07em;
	background: url("../images/common/webp/icon05.webp") no-repeat left top 2px / 15px auto;
	z-index: 1;
}
.no-webp .comAccess .rBox .ttl span {
	background-image: url("../images/common/icon05.png");
}
.comAccess .rBox .ttl span::after {
	content: "";
	margin-top: -3px;
	width: 500px;
	height: 1px;
	position: absolute;
	left: 100%;
	top: 50%;
	background: rgba(223, 223, 223, 0.5);
}
.comAccess .rBox .text {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
@media all and (max-width: 767px) {
	.comAccess {
		display: block;
	}
	.comAccess .lBox {
		margin-bottom: 34px;
		width: auto;
	}
	.comAccess .lBox .imgTxt {
		margin-bottom: 24px;
	}
	.comAccess .lBox .imgTxt img {
		width: auto;
	}
	.comAccess .lBox th {
		width: 31%;
	}
	.comAccess .lBox thead td {
		width: auto;
	}
	.comAccess .lBox tr td:first-of-type {
		padding-left: 22px;
		width: 15%;
	}
	.comAccess .lBox tr td:last-of-type {
		padding-right: 0;
		width: 8%;
	}
	.comAccess .rBox {
		width: auto;
	}
	.comAccess .rBox .mapImg {
		margin-bottom: 19px;
		border-radius: 18px 0 18px 0;
	}
	.comAccess .rBox .mapImg img {
		width: 100%;
	}
	.comAccess .rBox .ttl {
		margin-bottom: 2px;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	text-align: right;
}
.comBtn a {
	padding: 18px 66px 18px 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-weight: 600;
	letter-spacing: 0.02em;
	opacity: 1;
}
.comBtn a::after {
	margin-top: -2px;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 50%;
	overflow: hidden;
	border-radius: 50%;
	background: #163259 url("../images/common/webp/icon06.webp") no-repeat center center / contain;
	content: "";
	transform: translateY(-50%);
	transition: 0.3s;
}
.no-webp .comBtn a::after {
	background-image: url("../images/common/icon06.png");
}
@media all and (min-width: 768px) {
	.comBtn a:hover::after {
		background-color: #464646;
	}
}
@media all and (max-width: 359px) {
	.comBtn a {
		padding-right: 56px;
		font-size: 1.4rem;
		letter-spacing: -0.02em;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	padding-bottom: 21px;
	position: relative;
	font-weight: 600;
	font-size: 3.6rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	border-bottom: 1px solid #DFDFDF;
}
.headLine01::after {
	width: 50px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #C3B896;
	content: "";
	z-index: 1;
}
.headLine01 .icon {
	margin-bottom: 15px;
	width: 48px;
	display: block;
}
.headLine01 .sml {
	margin-right: -14px;
	display: block;
	font-size: 2.2rem;
	letter-spacing: 0;
	line-height: 1.4;
}
.headLine01 .num {
	font-size: 5rem;
}
@media all and (max-width: 767px) {
	.headLine01 {
		padding-bottom: 11px;
		font-size: 2.5rem;
		line-height: 1.19;
	}
	.headLine01 .icon {
		margin-bottom: 5px;
		width: 34px;
	}
	.headLine01 .sml {
		margin-right: 0;
		font-size: 2.1rem;
	}
	.headLine01 .num {
		font-size: 3.8rem;
	}
}
@media all and (max-width: 359px) {
	.headLine01 {
		letter-spacing: 0;
	}
	.headLine01 .sml {
		letter-spacing: -0.03em;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 24px;
	padding-bottom: 19px;
	position: relative;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 2;
	border-bottom: 1px solid #DFDFDF;
}
.headLine02::after {
	content: "";
	width: 50px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #C3B896;
	z-index: 1;
}
@media all and (max-width: 767px) {
	.headLine02 {
		margin-bottom: 11px;
		padding-bottom: 12px;
		font-size: 5.2vw;
		line-height: 1.8;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 70px;
	padding-bottom: 23px;
	position: relative;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.headLine03::before {
	width: 152px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #DFDFDF;
	content: "";
	transform: translateX(-50%);
}
.headLine03::after {
	width: 50px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #C3B896;
	content: "";
	transform: translateX(-50%);
	z-index: 1;
}
.headLine03 .icon {
	margin: 0 auto 4px;
	width: 48px;
	display: block;
}
@media all and (max-width: 767px) {
	.headLine03 {
		margin-bottom: 17px;
		padding-bottom: 18px;
		font-size: 2.5rem;
	}
	.headLine03 .icon {
		margin: 0 auto 2px;
		width: 34px;
	}
}
/*------------------------------------------------------------
	comBtnList
------------------------------------------------------------*/
.comBtnList li {
	margin: 0 3.1%;
	width: 37.5%;
}
.comBtnList li a {
	box-sizing: border-box;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	border-radius: 30px;
	background: #163259;
	opacity: 1;
}
.comBtnList li a span {
	display: inline-block;
}
.comBtnList li a .tel {
	padding: 8px 0 6px 23px;
	font-size: 2.4rem;
	letter-spacing: 0.09em;
	background: url("../images/common/webp/icon07.webp") no-repeat left center / 13px auto;
}
.no-webp .comBtnList li a .tel {
	background-image: url("../images/common/icon07.png");
}
.comBtnList li a .txt {
	padding: 7px 0 7px 28px;
	background: url("../images/common/webp/icon08.webp") no-repeat left center / 20px auto;
}
.no-webp .comBtnList li a .txt {
	background-image: url("../images/common/icon08.png");
}
.ai-chat {
    position: fixed;
    bottom: 70px;
    right: 15px;
    z-index: 1000;
}

@media all and (min-width: 768px) {
	.comBtnList li a:hover {
		background-color: #464646;
	}
    .ai-chat button img.sp{
   width:180px;
}
}
@media all and (max-width: 767px) {
	.comBtnList {
		display: block;
	}
	.comBtnList li {
		margin: 0 0 16px;
		width: auto;
	}
	.comBtnList li:last-child {
		margin-bottom: 0;
	}
	.comBtnList li a {
		display: block;
	}
	.comBtnList li a .tel {
		padding: 7px 0 7px 22px;
	}
	.comBtnList li a .txt {
		padding: 11px 0 9px 27px;
	}

	
}