@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	color: #fff;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
	overflow: auto;
	background: #17242b;
}
body::before {
	content: '';
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #fff;
	pointer-events: none;
	z-index: 1;
}
@media (max-width: 1050px) {
	/*Safari*/
	::-webkit-full-page-media, :future, :root body::before {
		content: none;
	}
	::-webkit-full-page-media, :future, :root .hamburger::before {
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	::-webkit-full-page-media, :future, :root .instabtn {
		border-top: 1px solid #fff;
	}
}
@media (max-width: 550px) {
	body::before {
		width: calc(100% - 10px);
		height: calc(100% - 10px);
	}
	/*Safari*/
	::-webkit-full-page-media, :future, :root body::before {
		content: '';
	}
	::-webkit-full-page-media, :future, :root .hamburger::before {
		border-top: none;
		border-right: none;
	}
	::-webkit-full-page-media, :future, :root .instabtn {
		border-top: none;
	}
}
.hamopen {
	overflow: hidden;
	width: 100vw;
	height: 100vh;
}
a {
	text-decoration: none;
	transition: .4s;
}
/*=====ウェブアクセシビリティ
a:focus-visible {
	outline: 4px solid blue !important;
	outline-offset: -1px;
	box-shadow: 0 0 0 4px white;
}
button:focus-visible {
	outline: 4px solid blue !important;
	outline-offset: -1px;
	box-shadow: 0 0 0 4px white;
}
=====*/
ul, ol {
	list-style: none;
	padding: 0;
}
main {
	display: block;
	position: relative;
	overflow: hidden;
}
/*背景*/
main::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #17242b; /*#14252e*/
	opacity: 0.8;
	z-index: -99;
}
main::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	pointer-events: none;
	z-index: -100;
}
main.toppage::before, main.toppage::after {
	content: none;
}
main.toppage {
	background: rgba(23, 36, 43, 0.8);
}
main section {
	padding: 100px 0;
	position: relative;
}
@media (max-width: 550px) {
	main section {
		padding: 60px 0 55px;
	}
}
/* 画像 */
img {
	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
.masked {
	mask-image: url(../img/mask.png);
	-webkit-mask-image: url(../img/mask.png);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}
/* テキスト */
p {
	margin-bottom: 10px;
}
.marker {
	text-decoration: underline;
	text-decoration-thickness: 0.45em;
	text-decoration-color: rgba(255, 239, 135, 0.55);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
/*見出し01*/
.maintitle {
	margin-bottom: 65px;
	display: block;
	text-align: center;
	line-height: 0.65;
	position: relative;
	font-weight: 700;
	font-size: clamp(2.3rem, 0.8rem + 4.8vw, 3.5rem);
}
.maintitle .mf {
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.12em;
	font-family: "Cinzel", serif;
	font-weight: 500;
	color: #ab9d8a;
}
.maintitle.mtleft {
	text-align: left;
}
.txtmgb {
	margin-bottom: 33px !important;
}
.maintitle .sf {
	font-size: 35%;
}
.maintitle .sf br {
	display: none;
}
.maintitle.mtleft .sf {
	position: relative;
	padding-left: 47px;
}
.maintitle.mtleft .sf::before {
	background: rgba(255, 255, 255, 0.4);
	position: absolute;
	content: "";
	top: 0.8em;
	left: 0;
	width: 35px;
	height: 1px;
}
@media (max-width: 750px) {
	.maintitle.mtleft.spcenter .sf {
		padding-left: 0;
	}
	.maintitle.mtleft.spcenter .sf::before {
		content: none;
	}
}
@media (max-width: 550px) {
	.maintitle .sf br {
		display: block;
	}
	.maintitle .sf {
		font-size: 42%;
	}
	.txtmgb {
		margin-bottom: 30px !important;
	}
	.maintitle {
		margin-bottom: 45px;
	}
}
/*見出し02*/
.ititle {
	font-weight: 700;
	font-size: clamp(1.15rem, 0.7125rem + 1.4vw, 1.5rem);
	margin-bottom: 15px;
	padding: 7px;
	padding-left: 13px;
	background: #f5f5f5;
	border-left: 6px solid #5a92ad;
	position: relative;
}
@media (max-width: 550px) {
	.ititle {
		padding-left: 10px;
		margin-bottom: 10px;
	}
}
/*見出し03*/
.stitle {
	font-weight: 700;
	position: relative;
	font-size: clamp(1.15rem, 0.8375rem + 1vw, 1.4rem);
	margin-bottom: 20px;
	padding-bottom: 8px;
	padding-left: 2px;
	line-height: 1.7;
	border-bottom: 1px solid #ddd;
	margin-top: 4px;
}
.stitle::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 85px;
	height: 1px;
	background: linear-gradient(to left, #f12711, #f0801f, #f5c519);
}
.stitle .en {
	font-size: 76%;
	color: #ab9d8a;
	margin-right: 12px;
	text-transform: uppercase;
	display: block;
}
@media (max-width: 1060px) {
	.stitle {
		line-height: 1.9;
	}
	.stitle span {
		font-size: 70%;
		display: block;
	}
}
@media (max-width: 750px) {
	.stitle {
		margin-bottom: 15px;
	}
}
/*見出し04*/
.mtitle {
	background: linear-gradient(60deg, #ab9d8a 0%, #ab9d8a 90%, #5a92ad 90%);
	padding: 5px 12px;
	color: #fff;
	font-weight: 700;
	font-size: clamp(1.15rem, 0.7125rem + 1.4vw, 1.5rem);
	margin-bottom: 15px;
}
/*ボタン*/
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 18px;
	transition: .4s;
	display: inline-block;
	width: 260px;
	z-index: 1;
	overflow: hidden;
	line-height: 1.6;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #ab9d8a;
	border: 1px solid #ab9d8a;
	font-family: "Cinzel", serif;
	font-weight: 500;
}
.mincho, .mincho a {
	text-transform: none !important;
	font-family: "Zen Old Mincho", serif !important;
	font-weight: 700 !important;
}
section .mainbtn a::before {
	position: absolute;
	top: 50%;
	right: 12px;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	line-height: 1;
	font-size: .65em;
	transform: translate(0, -50%) scale(1, 0.7);
}
.mainbtn a:hover {
	background: #fff;
	color: #ab9d8a;
	transition: .4s;
}
@media (max-width:550px) {
	.mainbtn {
		margin: auto;
	}
	.mainbtn a {
		width: 210px;
		padding: 13px;
		font-size: 95%;
	}
}
/*flex要素*/
.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 750px) {
	.spmgb {
		margin-bottom: 30px;
	}
	.flexbox {
		display: block;
	}
	.flexbox img {
		width: 100%;
	}
	.flexbox div {
		width: 100%;
	}
}
.reverse {
	flex-direction: row-reverse;
}
/*幅*/
.inner {
	width: 89%;
	max-width: 1200px;
	margin: 0 auto;
}
@media (min-width: 2000px) {
	.inner02 {
		max-width: 1700px;
		width: 92%;
		margin: 0 auto;
	}
}
@media (max-width: 1999px) {
	.inner02 {
		max-width: 100%;
		width: 100%;
	}
	.mauto {
		margin-left: auto;
		margin-right: auto;
	}
	.mauto.w48 {
		width: 42%;
	}
	.mauto.w43 {
		width: 37%;
	}
}
@media (max-width: 750px) {
	.inner02 {
		width: 90%;
		margin: 0 auto;
	}
	.mauto.w48, .mauto.w43 {
		width: 100%;
	}
}
.w65 {
	width: 65%;
}
.w50 {
	width: 50%;
}
.w49 {
	width: 49%;
}
.w48 {
	width: 48%;
}
.w43 {
	width: 43%;
}
.w32 {
	width: 32%;
}
/*background*/
.bg_gray {
	position: relative;
}
.bg_gray::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.4;
	z-index: -100;
}
/*=== 共通部分ここまで ===*/
/* header  ================================*/
/* logo */
.header_title a:hover {
	opacity: 0.6;
}
.header_title {
	position: fixed;
	top: 25px;
	left: 27px;
	width: 225px;
	z-index: 100;
	transition: .6s;
}
.header_title img {
	width: 100%;
	filter: brightness(0) invert(1);
}
/* btn */
.header_btn {
	position: fixed;
	top: 11px;
	right: 83px;
	display: flex;
	align-items: center;
	z-index: 999;
	font-size: 1.4rem;
	font-family: "Cinzel", serif;
	font-weight: 500;
}
_:lang(x)::-moz-placeholder, .header_btn {
	top: 12px;
}
.header_btn a {
	line-height: 1.4;
	color: #fff;
}
.header_btn i {
	color: #fff;
	transition: .6s all;
}
.header_btn .telnum i {
	color: #ab9d8a;
}
.header_btn a {
	margin-right: 20px;
}
.header_btn a:last-child {
	margin-right: 0;
}
.header_btn a:hover, .header_btn a:hover i {
	color: #ab9d8a;
}
/* Instagram */
.instabtn i {
	height: fit-content;
	position: relative;
	top: 27.5%;
}
.instabtn {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 73px;
	height: 73px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background: transparent;
	z-index: 900;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1 !important;
	transform: translateY(0.45px);
}
.instabtn span {
	width: 100%;
	height: fit-content;
	font-size: 32%;
	position: relative;
	top: 4.5%;
}
/* hamburger */
.hamburger {
	position: fixed;
	display: block;
	top: 11px;
	right: 11px;
	z-index: 9999;
	width: 73px;
	height: 73px;
	border: none;
	background-color: transparent;
}
.hamburger::before {
	content: "";
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .4s;
}
.hamburger.-active::before {
	opacity: 0;
}
/* menu close */
.hamburger__text {
	position: absolute;
	bottom: 13px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.hamburger__text::before {
	content: "menu";
	text-align: center;
	font-size: 0.52rem;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	margin-left: 3px;
	color: #fff;
	font-family: "Cinzel", serif;
	font-weight: 500;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
	position: relative;
	bottom: -9px;
}
/**/
.hamburger__line {
	display: block;
	height: 1px;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 35px;
	transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
	background-color: #fff;
}
.hamburger__line:before {
	top: -7.5px;
}
.hamburger__line:after {
	top: 7.5px;
}
.hamburger.-active .hamburger__line {
	background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
	top: 0;
	transform: rotate(45deg);
	background-color: #fff !important;
}
.hamburger.-active .hamburger__line::after {
	top: 0;
	transform: rotate(-45deg);
	background-color: #fff !important;
}
/**/
.header__nav-area {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 100vh;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
	overflow-y: scroll;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #17242b;
}
.header__nav-area.-active {
	opacity: 1;
	visibility: visible;
}
.global-navigation {
	margin: auto;
	height: fit-content;
	width: 85%;
}
.global-navigation__list {
	margin-bottom: 15px;
}
.global-navigation__list > li {
	margin: 3px 0;
	transition: .35s;
	display: block;
}
.global-navigation__list a {
	line-height: 1.75;
	font-size: 1.05rem;
	padding: 10px 0;
	color: #fff;
	display: block;
	transition: all .3s;
	white-space: nowrap;
	font-family: "Cinzel", serif;
	font-weight: 500;
}
.global-navigation__list a:hover {
	color: #ab9d8a;
}
.global-navigation__list > li a {
	display: inline-block;
	width: 100%;
	text-align: center;
}
/*btn*/
.global-navigation .mainbtn {
	margin-bottom: 5px;
}
.global-navigation .mainbtn a {
	font-size: 0.9rem;
}
/* animation */
.header__nav-area {
	overflow-x: hidden;
}
.header__nav-area ul li {
	transform: translateX(200px);
	opacity: 0;
}
.header__nav-area .mainbtn {
	transform: translateX(200px);
	opacity: 0;
}
.header__nav-area.-active ul li {
	transform: translateX(0);
	transition: 1.6s ease, opacity 2.6s ease;
	opacity: 1;
}
.header__nav-area.-active .mainbtn {
	transform: translateX(0);
	transition: 1.6s ease, opacity 2.6s ease;
	opacity: 1;
}
.header__nav-area.-active ul li:nth-child(2) {
	transition-delay: 0.1s;
}
.header__nav-area.-active ul li:nth-child(3) {
	transition-delay: 0.2s;
}
.header__nav-area.-active ul li:nth-child(4) {
	transition-delay: 0.3s;
}
.header__nav-area.-active ul li:nth-child(5) {
	transition-delay: 0.4s;
}
.header__nav-area.-active ul li:nth-child(6) {
	transition-delay: 0.5s;
}
.header__nav-area.-active ul li:nth-child(7) {
	transition-delay: 0.6s;
}
.header__nav-area.-active .mainbtn {
	transition-delay: 0.45s;
}
@media (max-width: 550px) {
	.hamburger {
		top: 6px;
		right: 7px;
		width: 55px;
		height: 55px;
	}
	.header_title {
		top: 17px;
		left: 14px;
		width: 130px;
	}
	.hamburger__text {
		bottom: 4px;
	}
	.header_btn .telnum {
		display: none;
	}
	.header_btn {
		top: 6px;
		right: 61px;
	}
	_:lang(x)::-moz-placeholder, .header_btn {
		top: 7px;
	}
	.instabtn {
		width: 55px;
		height: 55px;
		font-size: 1.35rem;
		transform: translateY(0.15px);
	}
	.instabtn i {
		top: 23.5%;
	}
	.instabtn span {
		font-size: 28%;
		top: 4.2%;
	}
	.global-navigation__list > li a {
		font-size: 0.85rem;
		padding: 7px 0;
	}
	.global-navigation .mainbtn a {
		font-size: 0.7rem !important;
		width: 100%;
		max-width: 215px;
	}
}
/* footer ================================*/
/* お問い合わせリンク */
.footer_contact {
	padding: 60px 0;
	position: relative;
}
.footer_contact .inner {
	max-width: 1335px;
}
.footer_contact::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	pointer-events: none;
	z-index: -100;
}
.footer_contact::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #17242b;
	opacity: 0.92;
	z-index: -99;
}
/*text*/
.fnotice {
	width: 38%;
	font-size: 97%;
}
.fnotice p {
	margin-bottom: 15px;
}
.fnt {
	font-size: 107%;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid rgba(171, 157, 138, 0.4);
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.fnt::before {
	margin-right: 5px;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	background: linear-gradient(to left, #f12711, #f0801f, #f5c519);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.note {
	font-size: 90%;
}
/*btn*/
.fflexbtn {
	width: 57%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.footer_contact .btn {
	text-align: center;
	width: 32%;
	margin: 0 0.6% 7px;
}
.fbmini {
	width: 100%;
	font-size: 80%;
}
.footer_contact .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	padding: 19px 5px;
	line-height: 1.5;
	font-size: 1.15rem;
	white-space: nowrap;
	font-family: "Cinzel", serif;
	font-weight: 500;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
}
.footer_contact .btn:nth-child(3) a, .footer_contact .btn:nth-child(4) a {
	font-size: 1.05rem;
}
.footer_contact .btn a p {
	width: 100%;
	font-size: 0.73rem;
	margin-bottom: 10px;
}
.footer_contact .btn a i {
	margin-right: 8px;
}
.footer_contact .btn a:hover {
	background: rgba(255, 255, 255, 0.25);
}
.fax {
	pointer-events: none;
}
@media (max-width: 1230px) {
	.footer_contact .btn {
		width: 48%;
	}
}
@media (max-width: 885px) {
	.fnotice {
		font-size: 90%;
	}
	.footer_contact .btn a {
		font-size: 95%;
	}
	.footer_contact .btn:nth-child(3) a, .footer_contact .btn:nth-child(4) a {
		font-size: 90%;
	}
	.footer_contact .btn a p {
		font-size: 0.5rem;
	}
}
@media (max-width: 750px) {
	.footer_contact {
		padding: 43px 0 55px;
	}
	.footer_contact .flexbox {
		max-width: 400px;
		margin: auto;
	}
	.fnotice {
		margin-bottom: 30px;
	}
	.footer_contact .btn {
		margin-bottom: 7px;
		width: 100%;
		height: auto;
	}
	.footer_contact .btn:last-child {
		margin-bottom: 0 !important;
	}
	.footer_contact .btn a {
		font-size: 1rem;
		padding: 17px 5px;
	}
	.footer_contact .btn:nth-child(3) a, .footer_contact .btn:nth-child(4) a {
		font-size: 1rem;
	}
	.footer_contact .btn a p {
		font-size: 0.7rem;
	}
}
/* ロゴとアドレス */
.ib {
	display: inline-block;
}
.fwrap {
	padding: 40px 0 10px;
	background: #17242b;
}
@media (max-width: 550px) {
	.fwrap {
		padding: 30px 0 10px;
	}
}
.fnavwrap .inner {
	max-width: 1050px;
}
.flogo {
	color: #fff;
	max-width: 230px;
	width: 80%;
	margin-bottom: 12px;
	filter: brightness(0) invert(1);
}
@media (max-width: 550px) {
	.flogo {
		max-width: 160px;
		margin-bottom: 10px;
	}
}
.footer_address {
	text-align: center;
	margin-bottom: 35px;
}
.footer_address p {
	margin-bottom: 0;
	font-size: 93%;
}
@media (max-width: 1020px) {
	.footer_address {
		margin-bottom: 0;
	}
}
@media (max-width: 550px) {
	.footer_address p {
		font-size: 0.8rem;
	}
}
/* links */
.t_prlink {
	display: none !important;
}
.top_page_link .prlink {
	display: none !important;
}
.top_page_link .t_prlink {
	display: block !important;
}
.fnav {
	display: flex;
	justify-content: center;
}
.fnav li {
	width: fit-content;
	text-align: center;
	border-right: 1px solid #808080;
	line-height: 1;
}
.fnav li:last-child {
	border-right: none;
}
.fnav li a {
	padding: 0 20px;
	font-size: 0.9rem;
	text-align: center;
	color: #fff;
	transition: .3s;
}
.fnav li a:hover {
	color: #ab9d8a;
}
.fnavwrap nav {
	margin-bottom: 17px;
}
@media (max-width: 1020px) {
	.fnavwrap nav {
		display: none;
	}
}
/* コピーライト */
.copyright {
	text-align: center;
	padding: 7px 0 45px;
	background: #17242b;
	color: #fff;
}
@media (max-width: 550px) {
	.copyright {
		padding: 15px 3px 35px;
		font-size: 0.7rem;
	}
}
/* ページ上に戻るボタン */
.go_top {
	display: block;
	width: 61px;
	height: 61px;
	box-sizing: border-box;
	background: linear-gradient(to left, #f12711, #f0801f, #f5c519);
	padding-top: 30px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 85%;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 9;
	border-radius: 50px;
}
.go_top::before {
	font-family: "Font Awesome 6 Free";
	content: "\f077";
	font-weight: bold;
	color: #fff;
	font-size: 1.05rem;
	position: absolute;
	top: 47%;
	left: 49.5%;
	transform: translate(-50%, -50%);
}
.go_top:hover {
	opacity: 0.6;
}
.tfade {
	position: relative;
	z-index: 9;
}
@media(max-width:550px) {
	.go_top {
		width: 50px;
		height: 50px;
		right: 15px;
		opacity: 1;
	}
	.go_top::before {
		font-size: 0.95rem;
	}
}
/* ローディング風アニメーション =================================================*/
.start {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background: transparent;
	background-size: cover;
	background-position: center;
}
/* ======================== fullscreen slit slider default ========================*/
.sl-slider-wrapper {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}
.sl-slider h2, .sl-slider blockquote {
	padding: 100px 30px 10px 30px;
	width: 80%;
	max-width: 960px;
	color: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
.sl-slider h2 {
	font-size: 100px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.sl-slider blockquote {
	font-size: 28px;
	padding-top: 10px;
	font-weight: 300;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.sl-slider blockquote cite {
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-top: 30px;
	display: inline-block;
}
.bg-img {
	padding: 200px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: -200px;
	left: -200px;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.nav-dots span {
	background: rgba(150, 150, 150, 0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.nav-dots span.nav-dot-current, .nav-dots span:hover {
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 5px rgba(255, 255, 255, 0.5);
}
.bg-img-1 {
	background-image: url(img/img01.jpg);
}
.bg-img-2 {
	background-image: url(img/img02.jpg);
}
.bg-img-3 {
	background-image: url(img/img03.jpg);
}
.bg-img-4 {
	background-image: url(img/img04.jpg);
}
.bg-img-5 {
	background-image: url(img/img05.jpg);
}
@media screen and (max-width: 660px) {
	.sl-slider-wrapper {
		height: 500px;
	}
	.sl-slider h2 {
		font-size: 36px;
	}
	.sl-slider blockquote {
		font-size: 16px;
	}
}
.sl-slider-wrapper {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}
.sl-slider h2, .sl-slider blockquote {
	padding: 100px 30px 10px 30px;
	width: 80%;
	max-width: 960px;
	color: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
.sl-slider h2 {
	font-size: 100px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.sl-slider blockquote {
	font-size: 28px;
	padding-top: 10px;
	font-weight: 300;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.sl-slider blockquote cite {
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-top: 30px;
	display: inline-block;
}
.bg-img {
	padding: 200px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: -200px;
	left: -200px;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.nav-dots span {
	background: rgba(150, 150, 150, 0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.nav-dots span.nav-dot-current, .nav-dots span:hover {
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 5px rgba(255, 255, 255, 0.5);
}
.bg-img-1 {
	background-image: url(../img/slide01.jpg);
	background-position: right bottom;
}
.bg-img-2 {
	background-image: url(../img/slide02.jpg);
	background-position: 20% 50%;
}
.bg-img-3 {
	background-image: url(../img/slide03.jpg);
	background-position: 5% 50%;
}
@media screen and (max-width: 660px) {
	.sl-slider-wrapper {
		height: 500px;
	}
	.sl-slider h2 {
		font-size: 36px;
	}
	.sl-slider blockquote {
		font-size: 16px;
	}
}
/* ======================== ↑ fullscreen slit slider default ↑ ========================*/
.bgwhite {
	background: #fff;
	pointer-events: none;
}
.transparent {
	background: transparent;
}
/*logo*/
.start_logo {
	width: 350px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}
.start_logo img {
	width: 100%;
	height: 100%;
}
@media (max-width: 1090px) {
	.start_logo {
		width: 37vw;
	}
}
@media (max-width: 550px) {
	.start_logo {
		width: 60vw;
	}
}
/*スライド*/
.sl-slider-wrapper {
	width: 100%;
	height: 100vh;
	min-height: auto;
	overflow: hidden;
	position: relative;
}
.sl-slider {
	position: relative;
}
.sl-slider p {
	position: absolute;
	z-index: 6;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 3.5rem;
	color: #fff;
	line-height: 1.4;
	text-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px, rgba(0, 0, 0, 0.2) 0px 0px 4px, rgba(0, 0, 0, 0.15) 0px 0px 5px, rgba(0, 0, 0, 0.15) 0px 0px 6px;
	width: 100%;
}
@media (max-width:1180px) {
	.sl-slider p {
		font-size: 2.8rem;
	}
}
@media (max-width:980px) {
	.sl-slider p {
		font-size: 2.5rem;
	}
}
@media (max-width:850px) {
	.sl-slider p {
		font-size: 5.3vw;
	}
}
@media (max-width:570px) {
	.sl-slider p {
		line-height: 1.5;
		text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 3px, rgba(0, 0, 0, 0.25) 0px 0px 4px, rgba(0, 0, 0, 0.25) 0px 0px 5px, rgba(0, 0, 0, 0.25) 0px 0px 6px;
	}
}
/* スライド =========================*/
.topslide {
	overflow: hidden;
	position: fixed;
	z-index: -9999;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.topslide::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #111;
	z-index: 1;
	opacity: 0.27;
}
.slide_items {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.slide_items {
	position: absolute;
	z-index: -9999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
}
.slide_items img {
	width: 100%;
	height: 100vh;
	min-height: 660px;
	object-fit: cover;
}
.slideimgheight {
	width: 100%;
	height: 100vh;
	min-height: 660px;
	position: relative;
}
.change .slide_items img {
	filter: blur(3px);
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(15px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/*スライド画像アニメーション*/
.slick-animation {
	animation: fadezoom 14s linear 0s normal both;
}
@keyframes fadezoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}
/* text */
.slide_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	color: #fff;
}
.slide_text p {
	font-family: "Cinzel", serif;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0;
	white-space: nowrap;
	line-height: 1.5;
	font-size: 2.3rem;
	letter-spacing: 0.08em;
	text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
	animation: fadeIn 2s ease 0.35s 1 normal backwards;
}
@media (max-width: 1085px) {
	.slide_text p {
		font-size: 4.5vw;
	}
}
@media (max-width: 550px) {
	.slide_items img {
		height: calc(100vh - 55px);
		min-height: auto;
	}
	.slideimgheight {
		height: calc(100vh - 55px);
		min-height: auto;
	}
	.slide_text p {
		font-size: 1.25rem;
	}
}
/*============*/
.pdb {
	padding-bottom: 55px !important;
}
.pdb0 {
	padding-bottom: 1px !important;
}
@media (max-width: 550px) {
	.pdb {
		padding-bottom: 20px !important;
	}
}
.center {
	text-align: center;
}
@media (max-width:750px) {
	.spcenter {
		text-align: center !important;
	}
}
.fitc {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.tbtn {
	margin-top: 45px;
}
@media (max-width: 550px) {
	.tbtn {
		margin-top: 27px;
	}
}
.aic {
	align-items: center;
}
/*アニメーション*/
/* flowup */
.flowup {
	opacity: 0;
	transform: translateY(7px);
	transition: opacity 1.15s, transform 1.15s;
}
.flowup.inview {
	opacity: 1;
	transform: translateY(0);
}
/*見出しアニメ*/
.bdb.stitle {
	position: relative;
	border-bottom: none;
}
.bdb.stitle::after {
	content: none;
}
.bdb::before {
	content: '';
	display: block;
	height: 1px;
	background: linear-gradient(to left, #f12711, #f0801f, #f5c519);
	position: absolute;
	bottom: 0;
	opacity: 0;
	width: 0;
	transition: 1.6s;
	transition-delay: 0.05s;
}
.inview.bdb::before {
	width: 100%;
	opacity: 1;
}
/*delay*/
.delay01 {
	transition-delay: 0.45s !important;
}
.delay02 {
	transition-delay: 0.65s !important;
}
@media (max-width: 750px) {
	.delay01, .delay02 {
		transition-delay: 0.3s !important;
	}
}
/**/
@media (max-width:750px) {
	.spimgmaint {
		margin-bottom: 35px;
	}
}
/* 新着情報　=====================*/
.news {
	padding: 60px 0;
}
.news .inner {
	max-width: 1300px;
}
.news .flexbox {
	flex-wrap: nowrap;
}
.newstitle {
	white-space: nowrap;
	height: fit-content;
	margin-right: 150px;
}
.newsl {
	width: 100%;
}
@media (max-width: 1100px) {
	.newstitle {
		margin-right: 50px;
	}
}
@media (max-width: 750px) {
	.newstitle {
		margin-right: 0;
	}
	.news {
		padding: 55px 0 0 !important;
	}
	.news .maintitle {
		margin-bottom: 3px !important;
	}
}
/* について =====================*/
.abimgs {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.abimgs div {
	position: relative;
	width: calc(100%/2);
}
.abimgs div:nth-child(2) {
	top: 30px;
}
.abimgs div img {
	width: 100%;
}
.abimgs .masked {
	mask-image: url(../img/mask02.png);
	-webkit-mask-image: url(../img/mask02.png);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}
.reverse .abimgs div:nth-child(1) {
	top: 25px;
}
.reverse .abimgs div:nth-child(2) {
	top: 0;
}
@media (max-width:750px) {
	.abimgs {
		margin-bottom: 50px;
	}
}
/* 店舗一覧 GSAP 横スクロール ========================*/
.main-slideWrapper {
	padding: 0;
}
@media (max-width:550px) {
	.main-slideWrapper {
		padding: 35px 0;
	}
}
/**/
.scrollarea_title {
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
}
.scrollarea_title .maintitle {
	margin-bottom: 0;
}
/**/
.main-slide {
	position: relative;
	display: flex;
}
.slide-item {
	display: flex;
}
.slide-item .item {
	width: 100vw;
	position: relative;
	height: 100vh;
}
.slide-item .item .text {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	height: calc(100vh - 170px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.slide-item .item .text .inner {
	position: relative;
	max-width: 1430px;
}
@media (max-width:1330px) {
	.slide-item .item .text .inner {
		max-width: 1220px;
	}
}
@media (max-height: 735px) {
	.scrollarea_title {
		display: none;
	}
	.slide-item .item .text {
		bottom: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
		height: calc(100vh - 170px);
	}
}
/*img*/
.item .masked img {
	width: 100%;
	height: 65vh;
	object-fit: cover;
}
.item .masked {
	mask-image: url(../img/mask.png);
	-webkit-mask-image: url(../img/mask.png);
	mask-size: 100% 65vh;
	-webkit-mask-size: 100% 65vh;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}
/*logo*/
.logoimg {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
}
.logoimg span {
	font-size: 1.5rem;
	margin-left: 13px;
	background: linear-gradient(to left, #f12711, #f0801f, #f5c519);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.logoimg span span {
	font-size: 70%;
	display: block;
	margin-left: 0;
	font-family: "Cinzel", serif;
	font-weight: 500;
	padding-left: 5px;
}
.logoimg img {
	width: 100%;
	max-width: 90px;
	margin: auto;
}
@media (max-height: 775px) {
	.item .flexbox {
		position: relative;
	}
	.logoimg {
		margin-bottom: 15px;
	}
	.logoimg img {
		max-width: 100px;
		position: absolute;
		top: 0;
		right: -10px;
		z-index: 1;
	}
	.logoimg span {
		margin-left: 0;
		text-align: center;
	}
	.logoimg span span {
		padding-left: 0;
	}
}
@media (max-width:1180px) {
	.logoimg span {
		font-size: 1.35rem;
		margin-left: 10px;
	}
	.logoimg img {
		position: initial;
		right: 0;
		max-width: 70px;
	}
}
@media (max-width:550px) {
	.logoimg {
		margin-bottom: 17px;
	}
	.logoimg span {
		font-size: 1.15rem;
	}
	.logoimg img {
		max-width: 50px;
	}
}
/*text*/
.str {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	font-size: 120%;
	margin-bottom: 15px;
}
@media (max-width:550px) {
	.str {
		font-size: 107%;
	}
}
.top_prosperityms .maintitle {
	margin-bottom: 40px;
}
.top_prosperityms .maintitle .sf {
	background: linear-gradient(to left, #f12711, #f0801f, #f5c519);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.9rem;
	padding-left: 0;
}
.top_prosperityms .maintitle .sf::before {
	content: none;
}
/* btn */
.btnflex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 570px;
	margin: auto;
	margin-top: 15px;
}
.btnflex .mainbtn {
	width: 48%;
	margin: auto;
	margin-top: 10px;
}
.btnflex .mainbtn a {
	width: 100%;
}
@media (max-width:1180px) {
	.item .spcenter {
		text-align: center;
	}
}
@media (max-width:1000px) {
	.btnflex {
		display: block;
		max-width: 220px;
		margin-top: 25px;
	}
	.btnflex .mainbtn {
		width: 100%;
		margin-bottom: 7px;
	}
}
/* ↓ =========横スクロール無効時========= ↓ */
@media (max-width:1180px) {
	.main-slide, .slide-item {
		display: block;
	}
	.slide-item .item {
		height: auto;
	}
	.slide-item .item .text {
		position: initial;
		transform: translate(0, 0);
		height: auto;
	}
	.slide-item {
		margin-bottom: 95px;
	}
	.slide-item:last-child {
		margin-bottom: 0 !important;
	}
	.slide-item .item .text .flexbox {
		align-items: center;
	}
	.slide-item:nth-child(2n+1) .item .text .flexbox {
		flex-direction: row-reverse;
	}
	.item .masked img {
		height: auto;
	}
	.scrollarea_title {
		display: block;
		position: initial;
		transform: translate(0, 0);
	}
	.scrollarea_title .maintitle {
		margin-bottom: 85px;
	}
}
@media (max-width:750px) {
	.scrollarea_title .maintitle {
		margin-bottom: 55px;
	}
	.slide-item .item .text .flexbox .w43 {
		margin-bottom: 45px;
	}
}
@media (max-width:550px) {
	.scrollarea_title .maintitle {
		margin-bottom: 43px;
	}
	.slide-item {
		margin-bottom: 70px;
	}
}
/* イベント情報 =====================*/
.events .fitc {
	margin-bottom: 55px;
}
@media (max-width:550px) {
	.events .fitc {
		margin-bottom: 35px;
	}
}
/*slide*/
.p_slider ul .slick-slide {
	margin-left: 25px !important;
	transition: .3s ease;
}
.p_slider ul li {
	position: relative;
	height: 25vw;
}
/*
.p_slider ul li:nth-child(2n+1) {
	margin-top: 30px;
}
*/
.p_slider ul li img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: auto;
}
.p_slider ul li a:hover img {
	opacity: 0.6;
}
@media (max-width: 750px) {
	.p_slider ul li {
		height: 40vw;
	}
	/*
	.p_slider ul .slick-slide {
		margin-left: 15px !important;
	}
	.p_slider ul li:nth-child(2n+1) {
		margin-top: 15px;
	}
	*/
}
/* 下層ページトップ =========================================================================================*/
.fv {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 500px;
}
.fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #17242b;
	opacity: 0.5;
	z-index: -1;
}
.fvtitle {
	text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
	z-index: 1;
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: clamp(1.7rem, 0.2rem + 4.8vw, 2.9rem);
	white-space: nowrap;
	text-align: center;
	line-height: 1.3;
}
.fvtitle.mm {
	font-size: clamp(1.4rem, -0.225rem + 5.2vw, 2.7rem);
}
.fvtitle .en {
	font-family: "Cinzel", serif;
	font-weight: 500;
	text-transform: uppercase;
	background: linear-gradient(to left, #f12711, #f0801f, #f5c519);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.fvtitle .ja {
	display: block;
	font-size: 50%;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
}
@media (max-width: 550px) {
	.fvtitle .ja {
		font-size: 52%;
	}
	.fvtitle.mm .ja {
		font-size: 60%;
	}
}
/* スクロールダウン */
.scrolldown {
	position: absolute;
	bottom: 150px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}
/*Scrollテキストの描写*/
.scrolldown span {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 0.75rem;
	letter-spacing: 0.07em;
	font-family: "Cinzel", serif;
	font-weight: 500;
	text-transform: uppercase;
}
/* 線の描写 */
.scrolldown:after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 80px;
	background: #eee;
	animation: pathmove 2.4s ease-in infinite;
	opacity: 0;
}
@keyframes pathmove {
	0% {
		height: 0;
		top: 0;
		opacity: 0;
	}
	30% {
		height: 80px;
		opacity: 1;
	}
	100% {
		height: 0;
		top: 130px;
		opacity: 0;
	}
}
@media (max-width: 550px) {
	.fv {
		min-height: auto;
	}
	.scrolldown {
		bottom: 190px;
	}
	.scrolldown span {
		font-size: 0.65rem;
	}
}
/* breadcrumb */
.binner {
	width: 92%;
	max-width: 1200px !important;
	font-size: 0.8rem;
	position: relative;
}
.breadcrumb {
	z-index: 1;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	position: relative;
	top: -0.1em;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
	font-size: 90%;
	position: relative;
	top: -0.05em;
}
@media(max-width:550px) {
	.breadcrumb {
		font-size: 0.63rem;
	}
}
/*======= 下層ページ 固定背景 =======*/
.bgfixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/bg.webp);
	background-size: cover !important;
	background-position: top center !important;
	width: 100%;
	height: 100vh;
	z-index: -9999;
}
/*アートフラワー百花*/
.momokapage .bgfixed {
	background: url(../img/bgmomoka.webp);
	/*background-position: 15% 50% !important;*/
}
/*クリエーティブライフ*/
.creativelifepage .bgfixed {
	background: url(../img/bgcreativelife.webp);
}
/*イベント情報*/
.eventspage .bgfixed {
	background: url(../img/bgevents.webp);
}
/*会社概要*/
.aboutpage .bgfixed {
	background: url(../img/bgabout.webp);
	background-position: 20% 70% !important;
}
/*お問い合わせ*/
.contactpage .bgfixed {
	background: url(../img/bgcontact.webp);
}
/* アートフラワー百花ページ =========================================================================================*/
/*img*/
.twflex {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	margin-top: 70px;
}
.twflex div {
	width: 48.5%;
	position: relative;
}
.twflex div:last-child {
	top: 20px;
}
@media (max-width: 750px) {
	.spflex_columnreverse {
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
	.tstext {
		margin-bottom: 0;
	}
	.twflex {
		display: block;
		margin-top: 45px;
	}
	.twflex div {
		width: 75.5%;
	}
	.twflex div:last-child {
		top: 0;
		margin-left: auto;
		margin-top: 13px;
	}
}
@media (max-width:750px) {
	.handling {
		display: block !important;
	}
	.handling li {
		width: 100% !important;
	}
}
/* クリエーティブライフページ =========================================================================================*/
/*logo*/
.logotitle {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
}
.logotitle span {
	font-size: 1.75rem;
	margin-left: 13px;
	background: linear-gradient(to left, #f12711, #f0801f, #f5c519);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.logotitle span span {
	font-size: 70%;
	display: block;
	margin-left: 0;
	font-family: "Cinzel", serif;
	font-weight: 500;
	padding-left: 5px;
}
.logotitle img {
	width: 100%;
	max-width: 90px;
	margin: auto;
}
@media (max-width:550px) {
	.logotitle {
		margin-bottom: 17px;
	}
	.logotitle span {
		font-size: 1.15rem;
	}
	.logotitle img {
		max-width: 50px;
	}
}
/**/
.ctmgb {
	max-width: 986px;
	margin: auto;
	margin-bottom: 37px;
}
.ctmgb:last-child {
	margin-bottom: 0 !important;
}
@media(max-width: 550px) {
	.ctmgb {
		margin-bottom: 35px;
	}
}
/* デザイン・制作 */
.design .inner {
	max-width: 1430px;
}
.designtext {
	max-width: 1058px;
	margin-bottom: 50px;
}
.desitem {
	width: 24%;
}
.etc {
	width: fit-content;
	margin-left: auto;
}
@media(max-width: 1140px) {
	.desitem {
		width: 49%;
		margin-bottom: 35px;
	}
	.design .etc {
		margin-top: -30px;
	}
}
@media(max-width: 750px) {
	.desitem {
		width: 100%;
		margin-bottom: 27px;
	}
	.design .etc {
		margin-top: -23px;
	}
}
/* 対応可能エリア */
.region .inner {
	max-width: 867px;
}
.areatext {
	font-size: 140%;
}
.areamap {
	filter: brightness(0) invert(1);
}
@media (max-width:750px) {
	.areatext {
		font-size: 115%;
	}
	.areamap {
		margin: auto;
		margin-bottom: 30px;
		width: 70% !important;
	}
}
/* リフォーム種類 */
.flexsec .flexbox {
	margin-bottom: 45px;
}
.flexsec .flexbox:last-child {
	margin-bottom: 0 !important;
}
/*list*/
.cldetails .acheck li {
	border-bottom: 1px solid rgba(171, 157, 138, 0.5);
	padding-bottom: 7px;
	margin-bottom: 7px;
}
.dotslist li {
	padding-left: 20px;
	position: relative;
	border-bottom: 1px dotted #ab9d8a;
	padding-bottom: 3px !important;
	margin-bottom: 3px !important;
}
.dotslist li::before {
	content: "・" !important;
	font-weight: bold;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	color: #ab9d8a;
}
.acheck .dotslist {
	margin-bottom: 7px;
}
.acheck .dotslist li {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.5) !important;
}
.acflex {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.acflex li {
	width: 32.5%;
	margin-right: 0.8%;
}
@media (max-width:1025px) {
	.acflex li {
		width: 48.5%;
	}
	.acheck .dotslist li {
		padding-bottom: 0 !important;
	}
}
@media (max-width:550px) {
	.acheck .dotslist .acflex {
		display: block !important;
	}
	.acheck .acflex li {
		width: 100% !important;
	}
}
/* gallery */
.gallery .inner {
	max-width: 1300px;
}
/* 会社概要ページ =========================================================================================*/
/* 理念 */
.vision {
	padding-bottom: 30px;
}
.phtext {
	line-height: 1.5;
	position: relative;
	font-size: clamp(1.7rem, 0.2rem + 4.8vw, 2.9rem);
	margin-bottom: 0;
	font-family: "Cinzel", serif;
	font-weight: 500;
	background: linear-gradient(to left, #f12711, #f0801f, #f5c519);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media(max-width: 750px) {
	.vision {
		padding-bottom: 1px;
	}
}
/* 代表挨拶 */
/*text*/
.gbox {
	margin: auto;
	margin-top: 80px;
	max-width: 1100px;
	padding: 55px 70px;
	background: rgba(23, 36, 43, 0.6);
	position: relative;
}
.gbox::before, .gbox::after {
	content: '';
	position: absolute;
	border: solid rgba(171, 157, 138, 0.6);
	width: 44px;
	height: 44px;
}
.gbox::before {
	top: -5px;
	left: -5px;
	border-width: 1px 0 0 1px;
}
.gbox::after {
	bottom: -5px;
	right: -5px;
	border-width: 0 1px 1px 0;
}
.glast {
	margin-top: 23px;
	text-align: right;
}
@media(max-width: 750px) {
	.gbox {
		margin-top: 45px;
		padding: 35px 17px;
	}
}
/*img*/
.welimgs {
	display: flex;
	justify-content: space-between;
}
.welimgs div {
	position: relative;
	width: 32%;
}
.welimgs div:nth-child(1) {
	top: 0px;
}
.welimgs div:nth-child(2) {
	top: 15px;
}
.welimgs div:nth-child(3) {
	top: 30px;
}
@media(max-width: 750px) {
	.welimgs div:nth-child(2) {
		top: 7px;
	}
	.welimgs div:nth-child(3) {
		top: 14px;
	}
}
/* 会社概要 */
/*table*/
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
}
.info_table tr {
	border-bottom: 1px solid rgba(171, 157, 138, 0.6);
}
.info_table tr:first-child {
	border-top: 1px solid rgba(171, 157, 138, 0.6);
}
.info_table th {
	background: transparent;
	width: 35%;
}
.info_table th, .info_table td {
	font-weight: 700;
	padding: 17px 0;
}
.info_table td {
	padding-left: 10px;
	padding-right: 10px;
	width: 65%;
	background: transparent;
}
.info_table .acheck li {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
/*list*/
.acheck li {
	padding-left: 20px;
	position: relative;
	border-bottom: 1px dotted #ab9d8a;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.acheck li::before {
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	font-size: .9em;
	position: absolute;
	top: 0.15em;
	left: 0;
	color: #ab9d8a;
}
.time.acheck li::before {
	content: "\f017";
}
/*map*/
.mapbox iframe {
	width: 100%;
	height: 400px;
}
@media(max-width: 550px) {
	.info_table {
		border-collapse: collapse;
	}
	.info_table tr {
		border-bottom: none;
	}
	.info_table td {
		border-bottom: 1px solid rgba(171, 157, 138, 0.6);
		margin-bottom: 0;
	}
	.info_table td, .info_table th {
		width: 100%;
		padding: 8px 8px 13px;
		display: block;
	}
	.info_table th {
		text-align: left;
		padding-bottom: 0;
	}
	.mapbox th {
		padding-bottom: 8px;
	}
	.mapbox iframe {
		height: 220px;
	}
}
/* お問い合わせページ =========================================================================================*/
.contop {
	margin-bottom: 60px;
}
@media (max-width: 550px) {
	.contop {
		margin-bottom: 45px;
	}
}
/* 電話・FAX */
.mgb20 {
	margin-bottom: 20px;
}
.mgb45 {
	margin-bottom: 45px;
}
/*title*/
.cotitle {
	font-weight: 700;
	position: relative;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	font-size: clamp(1.2rem, 1.075rem + 0.4vw, 1.3rem);
	line-height: 1.55;
	border-bottom: 1px solid rgba(171, 157, 138, 0.6);
	padding-bottom: 5px;
}
.cotitle::before {
	margin-right: 5px;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	background: linear-gradient(to left, #f12711, #f0801f, #f5c519);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/*
.cotitle::before {
	content: '';
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, #f12711, #f0801f, #f5c519);
}
*/
.cotitle span {
	font-size: 70%;
	display: inline-block;
	margin-left: 3px;
}
@media (max-width: 550px) {
	.cotitle {
		margin-bottom: 15px;
	}
}
/*box*/
.telbox {
	background: rgba(23, 36, 43, 0.75);
	padding: 20px 30px;
}
@media (max-width:750px) {
	.telbox {
		margin-bottom: 10px;
	}
	.telbox:last-child {
		margin-bottom: 0;
	}
}
@media (max-width:550px) {
	.telbox {
		padding: 12px 17px;
	}
}
/* 番号 */
.mgb10 {
	margin-bottom: 10px !important;
}
.mgb20 {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}
.telbox a {
	font-size: 1.66rem;
	color: #fff;
	font-family: "Cinzel", serif;
	font-weight: 500;
	white-space: nowrap;
}
.telbox a i {
	color: #ab9d8a;
}
.snslinks .telbox a {
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-size: 1.2rem;
	margin-right: 0 !important;
}
.snslinks .telbox a i {
	font-size: 110%;
}
.snslinks .telbox {
	width: 32.5%;
}
.telbox a:hover {
	opacity: 0.6;
}
.telwrap {
	margin-top: 0 !important;
}
.telwrap p {
	margin-top: 5px;
	margin-bottom: 0;
}
.telbox div {
	width: 100%;
}
.telbox .fnt {
	font-size: 100%;
	border-bottom: 1px dotted #fff;
}
.telbox .fnt::before {
	content: none;
}
@media (max-width:550px) {
	.telbox a {
		font-size: 1.4rem;
	}
	.snslinks .telbox a {
		font-size: 1rem;
	}
}
/*fax*/
.telboxwrap {
	margin-top: 50px;
}
.telboxwrap .telbox a {
	margin-right: 50px;
}
.telboxwrap .telbox p {
	margin-bottom: 4px;
}
.telboxwrap .telbox {
	display: flex;
	align-items: center;
}
.fcheck {
	display: flex;
}
.fcheck li {
	padding-left: 18px;
	margin-right: 20px;
	position: relative;
}
.fcheck li:last-child {
	margin-right: 0;
}
.fcheck li::before {
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #ab9d8a;
	font-size: .9em;
	position: absolute;
	top: 0.15em;
	left: 0;
}
@media (max-width: 985px) {
	.snslinks .telbox {
		width: 49.5%;
		margin-bottom: 7px;
	}
	.telboxwrap .telbox {
		display: block;
	}
	.telboxwrap .telbox a {
		margin-right: 0;
	}
	.telboxwrap .telbox p {
		margin-top: 7px;
	}
}
@media (max-width:750px) {
	.snslinks .telbox {
		width: 100%;
		margin-bottom: 7px;
	}
}
@media (max-width:550px) {
	.telboxwrap .telbox p, .fcheck li {
		font-size: 90%;
	}
}
@media (max-width: 500px) {
	.snslinks .telbox {
		padding: 15px 17px;
	}
	.telboxwrap .telbox {
		display: block;
	}
	.telboxwrap .telbox p {
		margin-bottom: 7px;
	}
	.fcheck {
		display: block;
	}
	.fcheck li {
		margin-right: 0;
	}
}
/* メール ====================*/
.mpdb {
	padding-bottom: 40px;
}
.contact .inner, .mpdb .inner, .privacy .inner {
	max-width: 1070px;
}
.mailcontop {
	margin-bottom: 40px;
}
.mnote {
	max-width: 865px;
	margin: auto;
	margin-top: 55px;
}
@media(max-width:550px) {
	.mpdb {
		padding-bottom: 20px;
	}
	.mailcontop {
		font-size: 93%;
		margin-bottom: 33px;
	}
	.mnote {
		margin-top: 45px;
	}
}
.formsel p:last-child {
	margin-bottom: 0;
}
.mailform .row {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last) {
	border-bottom: 0.9px dotted #fff;
}
.mailform .row div {
	text-align: left;
}
.mailform .row div:nth-child(1) {
	width: 28%;
	font-size: 1rem;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #fff;
	background: #ab9d8a;
	padding: 5px;
	margin-right: 5px;
	font-size: 12px;
}
.mailform .row span.mailsp {
	color: #ab9d8a;
	background: #fff;
	border: 1px solid #ab9d8a;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	color: #fff;
}
.mailform .box, .mailform textarea {
	border: 1px solid #ddd;
	padding: 5px;
	width: 100% !important;
	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform button {
	display: block;
	text-align: center;
	margin: 0 auto;
	white-space: nowrap;
	padding: 15px 10px;
	width: 260px;
	transition: .4s;
	border: 1px solid transparent;
	color: #fff;
	background: #ab9d8a;
}
.mailform button:hover {
	background-color: transparent;
	border: 1px solid #ab9d8a;
	opacity: 1;
}
.mailform button::before {
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
	display: none;
}
.mailform input[type=checkbox] + label {
	display: inline-block;
	padding-left: 20px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
	background: #fff;
	border: 1px solid #b5b5b5;
	content: '';
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0, -50%);
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
	border-right: 3px solid #f0801f;
	border-bottom: 3px solid #f0801f;
	content: '';
	display: block;
	height: 13px;
	width: 7px;
	opacity: 0;
	position: absolute;
	top: 25%;
	left: 4px;
	transform: rotate(45deg);
	transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
	opacity: 1;
}
@media (max-width: 550px) {
	.mailform button {
		width: 200px;
		padding: 10px 13px;
	}
	.formsel label {
		font-size: 1rem;
	}
	.mailform input[type=checkbox] + label {
		display: block;
	}
}
@media (max-width: 800px) {
	.mailform .row:first-child {
		padding-top: 5px;
	}
	.mailform .row {
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2) {
		width: 100%;
	}
}
/*個人情報の取り扱いについて*/
.privacy {
	padding-top: 0 !important;
}
.privacy_wrap {
	margin: 0 auto;
	border-bottom: 1px solid #ab9d8a;
}
.privacy_item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 0 10px;
}
.privacy_header {
	font-weight: 700;
	transition: ease-in-out 100ms;
	font-size: clamp(1rem, 0.625rem + 1.2vw, 1.3rem);
	padding-bottom: 7px;
}
.privacy_header i {
	color: #ab9d8a !important;
}
.privacy_text {
	width: 100%;
	display: none;
	padding: 20px 35px 30px;
	line-height: 1.7;
	font-size: 95%;
}
.privacy_text span::before {
	content: "■";
	display: inline-block;
	font-size: 0.7rem;
	margin-right: 0.35em;
	transform: translateY(-2px);
	color: #ab9d8a;
}
@media(max-width:750px) {
	.privacy_text {
		font-size: 0.9rem;
		padding: 20px 15px 30px;
	}
}
.privacy_text p {
	margin-bottom: 17px;
}
.arrow {
	transition: ease-in-out 300ms;
}
.rotate-fa {
	transform: rotate(180deg);
}
.privacy_header span {
	position: absolute;
	top: 47%;
	right: 0;
	transform: translate(-50%, -50%);
	font-size: 90%;
}
.privacy_gold {
	color: #ab9d8a;
}