@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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a,
a:link {
	color: inherit;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:active {
	color: inherit;
}
body:not(.tab) a:hover {
	opacity: 0.6;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #808080;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
	overflow-x: hidden;
}
#main {
	display: block;
}
@media all and (min-width: 897px) {
	body.fixed {
		overflow-y: scroll;
	}
	.sp {
		display: none !important;
	}
	body:not(.tab) a[href^="tel:"] {
		cursor: default;
		pointer-events: none;
	}
}
@media all and (max-width: 896px) {
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	background: url(../img/common/webp/bg01.webp) no-repeat center center / 100% 100%;
}
.no-webp #gHeader {
	background-image: url(../img/common/bg01.png);
}
#gHeader h1 {
	padding: 8px 17px 13px;
	position: relative;
}
#gHeader h1::before {
	width: 251px;
	height: 150px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/common/webp/bg02.webp) no-repeat left top / 100%;
	content: '';
}
.no-webp #gHeader h1::before {
	background-image: url(../img/common/bg02.png);
}
#gHeader h1 a {
	display: inline-block;
	position: relative;
	z-index: 1;
	opacity: 1 !important;
}
#gHeader h1 img {
	width: 151px;
}
.menu {
	width: 162px;
	height: 58px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 300;
}
.menu::before {
	width: 251px;
	height: 150px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/common/webp/bg03.webp) no-repeat right top / 100%;
	content: '';
}
.no-webp .menu::before {
	background-image: url(../img/common/bg03.png);
}
.menuBtn {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 2;
}
.menuBtn::after {
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	word-break: keep-all;
	transform: translateY(-50%);
	content: 'MENU';
	z-index: 1;
}
.menu span {
	width: 66px;
	height: 2px;
	position: absolute;
	right: 32px;
	top: 25px;
	border-radius: 2px;
	background: #808080;
	transition: 0.3s;
	z-index: 1;
}
.menu span:nth-child(2) {
	top: 34px;
}
.menuBtn.on span:nth-child(1) {
	transform: translateX(0) translateY(4px) rotate(8deg);
}
.menuBtn.on span:nth-child(2) {
	transform: translateX(0) translateY(-5px) rotate(-8deg);
}
.menuBox {
	width: 375px;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	border-radius: 32px 0 0 32px;
	background: #B5E2E4;
	overflow-y: auto;
	z-index: 200;
	display: none;
}
.menuBox .innerWrap {
	padding: 70px 0 104px;
	width: 100%;
	min-height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	box-sizing: border-box;
}
.menuBox .logo {
	margin-bottom: 63px;
	width: 100%;
}
.menuBox .logo a {
	display: inline-block;
}
.menuBox .logo img {
	width: 245px;
}
.menuBox .naviList {
	width: 100%;
}
.menuBox .naviList li a {
	padding: 15px 0;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 0.135em;
	font-feature-settings: "palt";
}
@media all and (min-width: 897px) {
	.menuBtn {
		transition: 0.3s;
	}
	.menuBtn:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		background-image: url(../img/common/bg01_sp.png);
	}
	#gHeader h1 {
		padding: 9px 13px 13px;
		position: relative;
	}
	#gHeader h1::before {
		display: none;
	}
	.menu {
		width: 70px;
		height: 51px;
	}
	.menu::before {
		width: 133px;
		height: 108px;
		background-image: url(../img/common/webp/bg03_sp.webp);
	}
	.no-webp .menu::before {
		background-image: url(../img/common/bg03_sp.png);
	}
	.menuBtn::after {
		left: auto;
		right: 19px;
		top: auto;
		bottom: 0;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		transform: none;
	}
	.menu span {
		width: 43px;
		right: 19px;
		top: 17px;
	}
	.menu span:nth-child(2) {
		top: 26px;
	}
	.menuBtn.on span:nth-child(1) {
		transform: translateX(0) translateY(4px) rotate(13deg);
	}
	.menuBtn.on span:nth-child(2) {
		transform: translateX(0) translateY(-5px) rotate(-13deg);
	}
	.menuBox {
		width: 100%;
		border-radius: 0;
	}
	.menuBox .innerWrap {
		padding: 50px 0 64px;
	}
	.menuBox .logo {
		margin-bottom: 54px;
	}
	.menuBox .naviList li a {
		padding: 15px;
		display: block;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	box-sizing: border-box;
	padding: 0 245px 3px 0;
	font-weight: 700;
	font-size: 1.4rem;
	text-align: center;
}
#gNavi .naviList {
	display: flex;
}
#gNavi .naviList li {
	padding: 0 20px;
	position: relative;
}
#gNavi .naviList li:not(:last-child):after {
	width: 1px;
	height: 70%;
	position: absolute;
	right: 0;
	top: 50%;
	border-radius: 1px;
	background: #fff;
	opacity: 0.5;
	content: '';
	transform: translateY(-50%);
}
#gNavi .naviList li span {
	letter-spacing: -0.1em;
}
@media all and (min-width: 897px) and (max-width: 1365px) {
	#gNavi .naviList li {
		padding: 0 1.464vw;
	}
}
@media all and (min-width: 897px) and (max-width: 1280px) {
	#gNavi .naviList li {
		padding: 0 1vw;
		font-size: 1.025vw;
	}
	#gNavi .naviList li span {
		letter-spacing: -0.05em;
	}
}
@media all and (max-width: 896px) {
	#gNavi {
		display: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 121px;
	background: url(../img/common/webp/f_bg01.webp) no-repeat center center / cover;
}
.no-webp #gFooter {
	background-image: url(../img/common/f_bg01.jpg);
}
#gFooter .fBox {
	box-sizing: border-box;
	padding: 1px 0 86px;
	width: 1212px;
	max-width: 98%;
	margin: 0 auto;
	position: relative;
	background: url(../img/common/webp/f_bg02.webp) no-repeat center top / 100% 100%;
}
.no-webp #gFooter .fBox {
	background-image: url(../img/common/f_bg02.png);
}
#gFooter .fLogo {
	margin: -25px auto 29px;
	width: 312px;
}
#gFooter .fLogo a {
	display: inline-block;
	opacity: 1 !important;
}
#gFooter .fInner {
	margin: 0 auto;
	width: 1000px;
	max-width: 95%;
	display: flex;
	justify-content: space-between;
}
#gFooter .fInfo {
	width: 47.3%;
}
#gFooter .fInfo .fTxtList {
	margin: 0 1px 22px;
}
#gFooter .fInfo .fTxtList li {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#gFooter .fInfo .fTxtList li:last-child {
	margin-bottom: 0;
}
#gFooter .fInfo .fTxtList li .icon {
	margin: 0 15px 0 0;
	width: 35px;
}
#gFooter .fInfo .fTxtList li p {
	flex: 1;
	box-sizing: border-box;
	line-height: 1.45;
}
#gFooter .fInfo .timeTable {
	margin-bottom: 10px;
	border-top: 3px dotted #808080;
	border-bottom: 3px dotted #808080;
}
#gFooter .fInfo .timeTable table {
	width: 100%;
	border-collapse: collapse;
}
#gFooter .fInfo .timeTable th,
#gFooter .fInfo .timeTable td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.25;
	box-sizing: border-box;
}
#gFooter .fInfo .timeTable .wid01 {
	width: 36.5%;
	padding-right: 4%;
	letter-spacing: 0.15em;
}
#gFooter .fInfo .timeTable tr:first-child th {
	padding-top: 19px;
}
#gFooter .fInfo .timeTable tr:last-child th,
#gFooter .fInfo .timeTable tr:last-child td {
	padding-bottom: 22px;
}
#gFooter .fInfo .timeTable tr :last-child {
	padding-right: 4%;
	width: 11.5%;
}
#gFooter .fInfo .timeTable tr:not(:first-child) td {
	padding-left: 7px;
}
#gFooter .fInfo .timeTable td span {
	color: #FCAEA2;
}
#gFooter .fInfo .note {
	font-size: 1.3rem;
	line-height: 1.85;
	font-feature-settings: "palt";
	letter-spacing: 0.06em;
}
#gFooter .fBtnBox {
	margin-top: 5px;
	width: 47.35%;
}
#gFooter .fBtnList {
	margin-bottom: 26px;
}
#gFooter .fBtnList li {
	margin-bottom: 23px;
}
#gFooter .fBtnList li:last-child {
	margin-bottom: 0;
}
#gFooter .fBtnList li a {
	display: inline-block;
}
#gFooter address {
	text-align: right;
	font-size: 1.2rem;
	font-style: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-top: 125px;
	}
	#gFooter .fBox {
		padding: 1px 20px 58px;
		width: auto;
		max-width: initial;
		position: relative;
		z-index: 1;
		background: #FFF8EB;
	}
	#gFooter .fBox::before {
		width: 100%;
		height: 50px;
		position: absolute;
		left: 0;
		top: -49px;
		background: url(../img/common/webp/f_bg02_sp.webp) no-repeat center center / 100% 100%;
		content: '';
	}
	.no-webp #gFooter .fBox::before {
		background-image: url(../img/common/f_bg02_sp.png);
	}
	#gFooter .fLogo {
		margin-top: -85px;
		margin-bottom: 25px;
		width: 271px;
		max-width: 100%;
		position: relative;
		z-index: 1;
	}
	#gFooter .fInner {
		width: auto;
		max-width: initial;
		display: block;
	}
	#gFooter .fInfo {
		margin-bottom: 27px;
		width: auto;
	}
	#gFooter .fInfo .fTxtList {
		margin: 0 0 15px;
	}
	#gFooter .fInfo .fTxtList li {
		margin-bottom: 7px;
		font-size: 1.5rem;
	}
	#gFooter .fInfo .fTxtList li:last-child {
		margin-bottom: 0;
	}
	#gFooter .fInfo .fTxtList li p {
		line-height: 1.4;
	}
	#gFooter .fInfo .timeTable {
		border-width: 2px;
	}
	#gFooter .fInfo .timeTable .wid01 {
		width: 40%;
	}
	#gFooter .fInfo .timeTable tr :last-child {
		width: 11%;
		padding-right: 5.5%;
	}
	#gFooter .fInfo .timeTable tr:not(:first-child) td {
		padding-left: 6px;
	}
	#gFooter .fInfo .note {
		font-size: 1.2rem;
		line-height: 1.7;
	}
	#gFooter .fBtnBox {
		margin-top: 0;
		width: auto;
	}
	#gFooter .fBtnList {
		margin-bottom: 36px;
	}
	#gFooter .fBtnList li {
		margin-bottom: 20px;
		text-align: center;
	}
	#gFooter .fBtnList li:last-child {
		margin-bottom: 0;
	}
	#gFooter .fBtnList li img {
		width: 335px;
	}
	#gFooter address {
		text-align: center;
	}
	#gFooter .fixList {
		width: 100%;
		display: flex;
		position: fixed;
		left: 0;
		bottom: 0;
		border-radius: 10px 10px 0 0;
		box-sizing: border-box;
		z-index: 90;
		overflow: hidden;
	}
	#gFooter .fixList li {
		width: calc(100% / 1);
	}
	#gFooter .fixList li a {
		box-sizing: border-box;
		padding: 15px 5px 13px;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center;
		font-size: 0;
	}
	#gFooter .fixList li a img {
		width: auto;
		max-height: 18px;
	}
	#gFooter .fixList li:first-child a {
		background: #8EC9CD;
	}
	#gFooter .fixList li:nth-child(2) a {
		background: #FCAEA2;
	}
	#gFooter .fixList li:nth-child(3) a {
		background: #92E4A3;
	}
}
@media all and (max-width: 359px) {
	#gFooter .fInfo .timeTable tr :first-child {
		padding-right: 1%;
		letter-spacing: 0;
	}
	#gFooter .fInfo .note {
		font-feature-settings: "palt";
	}
	#gFooter .fInfo .fTxtList li p {
		font-size: 1.4rem;
	}
}