@charset "utf-8";
/* 
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/

/* =====================================
■ RESET
===================================== */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* =====================================
■ BASE
===================================== */
/* -------------------------------------
* general
------------------------------------- */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: "YuGothic", “游ゴシック体”, sans-serif, Roboto, "Helvetica Neue", Arial;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #404040;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
	/*word-break: break-all;
	line-break: strict;*/
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #39393a;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.6s ease-in-out;
}
a:hover {
	opacity: 0.8;
	transition: all 0.6s ease-in-out;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
}
a img {
	opacity: 1;
}
a.imgChange:hover img {
	opacity: 1;
}
table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
p:not(:last-child) {
	margin-bottom: 1rem;
}
strong {
	font-weight: 700;
}

/*　Elementor編集画面　*/
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: rgba(85, 85, 85, 0.5);
	padding: 20px 0;
}
.elementor-editor-active #content > #news,
.elementor-editor-active #content > .news {
	display: none;
}

@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}
	.auto_height {
		height: auto !important;
	}
}

h1,h2,h3,h4,h5,h6 {
	color: #39393a;
	font-weight: 500;
	line-height: 1.2;
}
h1 {
	font-size: 1.8rem;
	margin-top: 0;
}
h2 {
	font-size: 1.4rem;
}
h3 {
	font-size: 1.2rem;
}
h4 {
	font-size: 1rem;
}
h5 {
	font-size: 1.1rem;
}
h6 {
	font-size: 1rem;
}
p {
	font-size: 0.9rem;
}

@media screen and (min-width: 992px) {
	h1 {
		font-size: 2.4rem;
	}
	h2 {
		font-size: 1.75rem;
	}
	h3 {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 1.1rem;
	}
	h5 {
		font-size: 1.05rem;
	}
	p {
		font-size: 1rem;
	}
}

/* -------------------------------------
* Icon fonts
------------------------------------- */
@font-face {
	font-family: 'CustomIcons';
	src:  url('./libs/CustomIcons/CustomIcons.eot');
	src:  url('../libs/CustomIcons/CustomIcons.eot#iefix') format('embedded-opentype'),
		url('./libs/CustomIcons/CustomIcons.ttf') format('truetype'),
		url('./libs/CustomIcons/CustomIcons.woff') format('woff'),
		url('./libs/CustomIcons/CustomIcons.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Font Awesome';
	src:  url('./libs/Font Awesome/Font Awesome.eot');
	src:  url('../libs/Font Awesome/Font Awesome.eot#iefix') format('embedded-opentype'),
		url('./libs/Font Awesome/Font Awesome.ttf') format('truetype'),
		url('./libs/Font Awesome/Font Awesome.woff') format('woff'),
		url('./libs/Font Awesome/Font Awesome.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:  url('./libs/icomoon/icomoon.eot');
	src:  url('../libs/icomoon/icomoon.eot#iefix') format('embedded-opentype'),
		url('./libs/icomoon/icomoon.ttf') format('truetype'),
		url('./libs/icomoon/icomoon.woff') format('woff'),
		url('./libs/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class*='icon-']:not([class*='eicon-']):not([class*='elementor-icon-'])::before {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-home::before {content: "\e90b";}
.icon-blog::before {content: "\e900";}
.icon-category::before {content: "\e901";}
.icon-check::before {content: "\e902";}
.icon-checked::before {content: "\e903";}
.icon-down::before {content: "\e904";}
.icon-facebook::before {content: "\e905";}
.icon-google::before {content: "\e906";}
.icon-line::before {content: "\e907";}
.icon-twitter::before {content: "\e908";}
.icon-arrow02::before {content: "\e909";}
.icon-arrow01::before {content: "\e910";}
.icon-search::before {content: "\e911";}
.icon-tag::before {content: "\e912";}
.icon-checkbox-unchecked::before {content: "\ea53";}
.icon-checkbox-checked::before {content: "\ea52";}
.radio-unchecked::before {content: "\ea56";}
.radio-checked::before {content: "\ea54";}
.radio-checked2::before {content: "\ea55";}

/* -------------------------------------
* shortcuts
------------------------------------- */
/* ■スペーサー
------------------------------------- */
/* margin */
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }

/* padding */
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }

/* ■汎用
------------------------------------- */
/* float */
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}

/* clear */
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.cl {
	clear: both !important;
}

/* text indent */
.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.ovHide {
	overflow: hidden;
}

/* text-align */
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
.tal {
	text-align: left !important;
}

/* font-weight */
.fb {
	font-weight: bold !important;
}
.half {
	display: inline-block;
}

/* Pc/sp change */
.sp {
	display: none;
}

@media screen and (max-width: 991px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

/*--------------------------------------
* container
--------------------------------------*/
.container {
	width: 100%;
	padding: 0 12px;
	margin: 0 auto;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media screen and (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media screen and (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}


/* =====================================
■ HEADER
===================================== */
#wrapper {
	height: 100%;
	padding-top: 84px;
	box-sizing: border-box;
}
body.elementor-editor-active #wrapper {
	padding-top: 110px;
}

@media screen and (max-width: 991px) {
	#wrapper {
		padding-top: 70px;
	}
}

header {
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #656565;
	padding: calc(1rem + 1px) 0 1rem 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	transition: all 0.5s;
}
header .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1140px;
	padding: 0 12px;
	box-sizing: border-box;
	margin: 0 auto;
}

/* logo */
header .logo {
	font-size: .85rem;
	line-height: 1.2;
}
header .logo a {
	display: flex;
	align-items: center;
	column-gap: 5px;
}
header .logo img {
	width: 130px;
}
header .logo .site-title {
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
}
header .logo .site-title sub {
	display: block;
	font-size: .7rem;
	margin-top: 3px;
}

/* nav */
nav .menu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	column-gap: 1rem;
	box-sizing: border-box;
}
nav .menu > li {
	position: relative;
}
nav .menu > li > a,
nav .menu > li > .has_children {
	display: block;
	width: 100%;
	font-size: 70%;
	line-height: 2;
	color: #39393a;
	cursor: pointer;
	padding: 0.5rem;
	transition: all 0.5s;
	box-sizing: border-box;
}
nav .menu > li ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 1rem;
	background: rgba(0, 0, 0, 0.8);
	padding: .5rem;
}
nav .menu > li ul li a {
	display: block;
	font-size: .9rem;
	line-height: 2;
	color: #efefef;
	text-align: center;
	padding: 8px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
nav .menu > li ul a:hover {
	background-color: #fff;
	color: #39393a;
	opacity: 0.8;
	text-decoration: none;
}
.desktop nav .menu > li > .has_children:hover + .subMenu,
.desktop nav .menu > li > .has_children .subMenu:hover,
.desktop nav .menu > li .subMenu:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.desktop nav .menu > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 0.8;
	text-decoration: none;
}
.tablet nav .menu > li > .subMenu {
	display: none;
}
.tablet nav .menu > li > .has_children + .subMenu {
	pointer-events: none;
	opacity: 0;
}
.tablet nav .menu > li.hover > .has_children + .subMenu {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (min-width: 992px) {
	/* nav */
	nav {
		display: block !important;
	}
	nav .menu > li > a:after {
		display: none;
		content: "";
		width: 34px;
		height: 2px;
		background: #FCAA47;
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: -17px;
		transition: 0.2s ease-out;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
	.desktop nav .menu > li > a:hover:after,
	nav .menu > li.hover > a:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	nav .menu > li .subMenu {
		display: block;
		pointer-events: none;
		position: absolute;
		top: 2rem;
		left: 0;
		margin-top: 1rem;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		z-index: 999;
		transition: all 0.3s;
		box-sizing: border-box;
	}
	/* nav .menu > li.hover .subMenu:before {
	content: "";
	border-bottom: 16px solid #6084B4;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
} */
	.desktop nav .menu > li.hover .subMenu:after {
		display: block;
		content: "";
		width: 100%;
		height: 50px;
		clip-path: polygon(62% 0%, 100% 100%, 0% 100%, 38% 0%);
		position: absolute;
		top: -12px;
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
	}
	nav .menu > li .sub-menu--normal a {
		width: 200px;
	}
	nav .menu > li .subMenu.sub-menu--middle {
		left: -3rem;
	}
	nav .menu > li .sub-menu--middle a {
		width: 250px;
	}
	nav .menu > li .subMenu.sub-menu--wide {
		width: 680px;
		left: -12rem;
	}
	nav .menu > li .sub-menu--wide a {
		width: 150px;
	}
}

@media screen and (max-width: 1365px) and (min-width: 1200px) {
	nav .menu > li .subMenu.sub-menu--wide {
		left: -19rem;
	}
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	header .wrap {
		max-width: 960px;
	}

	header .logo {
		font-size: .75rem;
	}
	header .logo img {
		width: 110px;
	}
	header .logo .site-title sub {
		font-size: .65rem;
	}

	nav .menu {
		column-gap: 0.6rem;
	}
	nav .menu > li > a,
	nav .menu > li > .has_children {
		font-size: 68%;
	}
	nav .menu > li .subMenu.sub-menu--wide {
		left: -22rem;
	}
}

@media screen and (max-width: 991px) {
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	header {
		height: 70px;
		box-sizing: border-box;
	}
	header .wrap {
		max-width: 540px;
	}

	/* logo */
	header .logo {
		font-size: .7rem;
	}
	header .logo img {
		width: 90px;
	}
	header .logo .site-title sub {
		margin-top: 0;
	}

	/* toggleMenu */
	.toggleMenu {
		display: block;
		width: 42px;
		height: 42px;
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 14px;
		right: 1rem;
		z-index: 9999;
	}
	.toggleMenu span {
		transition: all .3s;
		box-sizing: border-box;
	}
	.toggleMenu span {
		display: block;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 6px;
		background-color: #39393a;
	}
	.toggleMenu span:nth-of-type(1) {
		top: 10px;
	}
	.toggleMenu span:nth-of-type(2) {
		top: 20px;
	}
	.toggleMenu span:nth-of-type(3) {
		top: 30px;
	}
	.toggleMenu.active span:nth-of-type(1) {
		top: 20px;
		transform: rotate(-45deg);
	}
	.toggleMenu.active span:nth-of-type(2) {
		transform: rotate(45deg);
	}
	.toggleMenu.active span:nth-of-type(3) {
		display: none;
	}

	/* nav */
	nav {
		width: 100%;
		height: calc(100vh - 70px);
		background: url(/wp-content/uploads/mv-img01.jpg) no-repeat center;
		background-size: cover;
		text-align: center;
		margin: 0;
		padding: 4rem 0;
		box-sizing: border-box;
		overflow-y: scroll !important;
		transition: left 0.6s;
		position: fixed;
		top: 70px;
		left: -100%;
		z-index: 9998;
	}
	nav:before {
		content: "";
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	nav.open {
		left: 0;
	}
	nav .menu {
		display: block;
	}
	nav .menu > li:not(:first-of-type) {
		margin-top: 1rem;
	}
	nav .menu > li > a,
	nav .menu > li > .has_children {
		display: block;
		width: 100%;
		max-width: 100%;
		font-size: 1rem;
		line-height: 2;
		color: #efefef !important;
		padding: 0.5rem;
		margin: 0 auto;
	}
	nav .menu > li > .has_children:before {
		display: inline-block;
		content: "+";
		font-size: 20px;
		position: absolute;
		top: 2px;
		right: 3rem;
	}
	nav .menu > li.hover > .has_children:before {
		content: "";
		width: 12px;
		height: 1px;
		background-color: #ffffff;
		position: absolute;
		top: 23px;
	}
	nav .menu > li .subMenu {
		display: none;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 0.5rem 0;
	}
	nav .menu > li .subMenu:before,
	nav .menu > li.hover .subMenu:before {
		display: none !important;
	}
	nav .menu > li ul {
		display: block;
		background: none;
		padding: 0;
	}
	nav .menu > li ul li {
		display: none;
		border: none !important;
		width: 100%;
	}
	nav .menu > li.hover ul li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	nav .menu > li ul li a {
		padding: 2px;
		color: #39393a;
	}
	nav .menu > li.hover .subMenu {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

	/*スマホ時サブメニューが消える現象を回避*/
	nav .menu > li.hover > .has_children + .subMenu,
	nav .menu > li > .has_children:hover + .subMenu {
		pointer-events: auto;
		opacity: 1;
	}
}


/* =====================================
■ banner
===================================== */
#banner {
	padding: 5rem 0;
	background-color: #fff;
}
#banner .inner {
	margin: 0 1rem;
}
#banner .logo {
	width: 150px;
	margin: 0 auto 2rem;
}
#banner .alone {
	width: 100%;
	margin: 0 auto 5rem;
}
#banner ul {
	display: flex;
	gap: 10px;
	margin: 0 4rem;
}

@media screen and (min-width: 992px) {
	#banner {
		padding-bottom: 8rem;
	}
	#banner .logo {
		width: 200px;
	}
	#banner .alone {
		max-width: 600px;
	}
}

@media screen and (max-width: 991px) {
	#banner ul {
		flex-direction: column;
	}
}


/* =====================================
■ FOOTER
===================================== */
#footer {
	background: #39393a;
	font-size: 1rem;
	color: #efefef;
	padding: 2rem 1rem 1rem;
}
#footer .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 1140px;
	padding: 2rem 0 3rem;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.basic-info {
	font-size: 0.9rem;
	margin-bottom: 1rem;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray;
}
.basic-info tr {
	display: flex;
	flex-direction: column;
}
.basic-info tr:nth-of-type(n + 2) {
	margin-top: 0.5rem;
}
.basic-info th,
.basic-info td {
	padding: 0;
}
.basic-info th {
	width: 25%;
	font-weight: bold;
	vertical-align: top;
}
.basic-info td {
	width: 80%;
}
.attention-gold {
	color: #c1a24d;
	font-size: 1.2rem;
}
#footer .guild a {
	display: inline-block;
	font-size: 0.9rem;
	color: #efefef;
	padding-right: 1rem;
	position: relative;
}
#footer .guild a:after {
	display: inline-block;
	content: "";
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 8px;
	transform: rotate(45deg);
}
#footer .contactList li:not(:first-child) {
	margin-top: 1rem;
}
#footer .contactList li a {
	display: flex;
	justify-content: center;
	background: #fff;
	font-family: toppan-bunkyu-mincho-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
	color: #39393a;
	padding: 1rem;
	box-shadow: 3px 3px 3px #333333;
}
#footer .contactList li a span {
	display: block;
	padding-left: 40px;
	position: relative;
}
#footer .contactList li a span:before {
	content: "";
	width: 30px;
	height: 35px;
	background-size: 100% auto;
	background-position: left center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#footer .contactList li a span.ico-tel:before {
	background-image: url(/wp-content/uploads/icon-tel.png);
}
#footer .contactList li a span.ico-web:before {
	background-image: url(/wp-content/uploads/icon-web.png);
}
#footer .contactList li a span.ico-blog:before {
	background-image: url(/wp-content/uploads/icon-blog.png);
}
#footer .relatedLinks li {
	margin-top: 1rem;
}
#footer .copyrightWrap {
	font-size: 0.8rem;
	text-align: center;
	padding: 1rem 0;
}

@media screen and (min-width: 992px) {
	#footer .infoWrap {
		width: 45%;
	}
	.basic-info tr {
		flex-direction: row;
	}
	.basic-info th,
	.basic-info td {
		margin: 5px 0;
		font-size: 1rem;
	}
	#footer .linkWrap {
		width: 25%;
	}
}

@media screen and (max-width: 991px) {
	#footer .inner {
		padding: 1rem 0 2rem;
	}
	#footer .infoWrap {
		margin-bottom: 2rem;
	}
	.basic-info th,
	.basic-info td {
		width: 100%;
	}
}


/* -------------------------------------
* 追従バナー
------------------------------------- */
.fixedBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: sticky;
	bottom: 0;
	z-index: 2;
}
.fixedBox ul {
	display: flex;
}
/* .fixedBox ul img {
height: 100%;
} */
#pagetop {
	display: block;
	background-color: #39393a;
	border-radius: 25px 25px 0 0;
	width: 50px;
	height: 30px;
	line-height: 1.2;
	box-sizing: border-box;
	transition: 0.5s all ease;
	position: relative;
}
#pagetop .arrow-top {
	content: "";
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	height: 12px;
	width: 12px;
	box-sizing: border-box;
	position: absolute;
	top: 13px;
	left: 19px;
	transform: rotate(-45deg);
	transition: 0.5s top ease;
}
#pagetop:hover .arrow-top {
	top: 10px;
}

@media screen and (min-width: 992px) {
	.fixedBox ul {
		position: absolute;
		right: 82px;
		bottom: 2rem;
	}
	.fixedBox ul li {
		width: 160px;
	}
	.fixedBox ul li:last-child {
		width: 50px;
	}
	#pagetop {
		position: absolute;
		right: 2rem;
		border-radius: 0;
		height: 50px;
		bottom: 2rem;
	}
	#pagetop .arrow-top {
		width: 14px;
		height: 14px;
		top: 20px;
		left: 18px;
	}
}


/* =====================================
■Elementor
===================================== */
/* -------------------------------------
* general
------------------------------------- */
.elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0 1rem;
}
#blogDetail .elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
	padding: 0;
}

@media screen and (min-width: 576px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 540px;
	}
}

@media screen and (min-width: 992px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 960px;
	}
}

@media screen and (min-width: 1200px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1140px;
	}
}

/* -------------------------------------
* 見出し
------------------------------------- */
.elementor-heading-title {
	padding: inherit;
	margin: inherit;
	line-height: inherit;
	font-weight: inherit;
}

/* -------------------------------------
■ ボタン
------------------------------------- */
.elementor-button-wrapper {
	line-height: 1;
}
.elementor-button {
	display: block;
	font-family: toppan-bunkyu-mincho-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	font-size: .9rem;
	line-height: 1.8;
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
	color: #efefef !important;
	background: rgba(193, 162, 77, 0.8);
	border-radius: 0;
	padding: 1rem 2rem;
	width: 100%;
	margin: auto;
	transition: all 0.6s ease-in-out;
	position: relative;
	box-shadow: 3px 3px 3px #333333 !important;
	text-align: left;
}
.elementor-button:after {
	content: "";
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	width: 10px;
	height: 10px;
	display: inline-block;
	position: absolute;
	right: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 24.5px;
	text-align: center;
}
.elementor-button:hover {
	opacity: 1;
	background-color: #39393a;
}

@media screen and (min-width: 992px) {
	.elementor-button {
		font-size: 1rem;
	}
}


/* =====================================
■ row
===================================== */
.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) / -2);
	margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) / 2);
	padding-left: calc(var(--bs-gutter-x) / 2);
	margin-top: var(--bs-gutter-y);
}

@media screen and (min-width: 992px) {
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 49%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
}


/* =====================================
■Flex
===================================== */
.d-flex {
	display: flex !important;
}
.flex-column {
	flex-direction: column !important;
}
.flex-wrap {
	flex-wrap: wrap !important;
}
.flex-reverse {
	flex-direction: row-reverse;
}
.justify-content-around {
	justify-content: space-around !important;
}
.justify-content-center {
	justify-content: center !important;
}
.justify-content-between {
	justify-content: space-between !important;
}
.align-items-center {
	align-items: center !important;
}

@media screen and (min-width: 992px) {
	.justify-content-lg-center {
		justify-content: center !important;
	}
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.flex-lg-row {
		flex-direction: row !important;
	}
}

.mb-0 {
	margin-bottom: 0rem !important;
}
.mb-3 {
	margin-bottom: 1rem !important;
}
.mb-4 {
	margin-bottom: 2rem !important;
}
.mb-5 {
	margin-bottom: 3rem !important;
}
.mt-0 {
	margin-top: 0 !important;
}

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


/* =====================================
■Animation
===================================== */
.fadeIn {
	opacity: 0;
}
.fadeIn.scrollin {
	opacity: 1;
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
}

.popUp--fromCenter {
	-webkit-transform: scale(0.8, 0.8);
	transform: scale(0.8, 0.8);
	opacity: 0;
}
.popUp--fromCenter.scrollin {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.slideIn--fromLeft {
	opacity: 0;
	-webkit-transform: translateX(-10%);
	transform: translateX(-10%);
	-webkit-transition: all 800ms;
	transition: all 800ms;
	margin-bottom: 30px;
}
.slideIn--fromLeft.scrollin {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.slideIn--fromRight {
	opacity: 0;
	-webkit-transform: translateX(10%);
	transform: translateX(10%);
	-webkit-transition: all 800ms;
	transition: all 800ms;
	margin-bottom: 30px;
}
.slideIn--fromRight.scrollin {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}


/* =====================================
■Color
===================================== */
.bg--mainColor {
	background-color: #39393a;
	color: #efefef;
}
.bg--mainColor h2,
.bg--mainColor a {
	color: #efefef;
}
.bg--accentColor {
	background-color: #c1a24d;
}
.bg--subColor {
	background-color: #5d5d5d;
}
.bg--subColor h2,
.bg--subColor h3,
.bg--subColor a {
	color: #efefef;
}
.bg--white {
	background-color: #fff;
}
.color--main {
	color: #39393a !important;
}
.color--accent {
	color: #c1a24d !important;
}
.color--sub {
	color: #656565 !important;
}
.color--text {
	color: #efefef !important;
}
.bgOverlay--black {
	position: relative;
}
.bgOverlay--black::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.bgOverlay--white {
	position: relative;
}
.bgOverlay--white::before {
	content: "";
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}


/* =====================================
■button
===================================== */
.btn--normal,
.btn--common a {
	display: block;
	font-family: toppan-bunkyu-mincho-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	font-size: .9rem;
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
	color: #efefef;
	background: rgba(193, 162, 77, 0.8);
	padding: 1rem 2rem;
	width: 100%;
	margin: auto;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	position: relative;
	box-shadow: 3px 3px 3px #333333 !important;
}
.btn--normal:hover,
.btn--common a:hover {
	background-color: #39393a;
	color: #efefef;
}
.btn--normal::after,
.btn--common a::after {
	content: "";
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	width: 10px;
	height: 10px;
	display: inline-block;
	position: absolute;
	right: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 24.5px;
	text-align: center;
}
.btn--text {
	position: relative;
	font-size: 0.9rem;
	display: block;
	text-align: right;
	padding-right: 1rem;
	width: 110px;
	margin-left: auto;
}
.btn--text::after {
	content: "";
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	width: 8px;
	height: 8px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (min-width: 992px) {
	.btn--normal,
	.btn--common a {
		font-size: 1rem;
	}
}