@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 {
	font-size: 62.5%;
}
body {
	background: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	letter-spacing: 0.15em;
	font-weight: 400;
	font-style: normal;
	line-height: 2;
	color: #6A6A6A;
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-text-size-adjust: 100%;
	/*word-break: break-all;
	line-break: strict;*/
}
body.home {
	font-weight: 500;
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #6A6A6A;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #4DE069;
	transition: all 0.5s;
}
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;
	transition: opacity .5s;
}
a:hover img {
	opacity: 0.8;
	transition: opacity .5s;
}
table {
	width: 100%;
}
p:not(:last-child) {
	margin-bottom: 1em;
}
strong {
	font-weight: 700;
}

/*　Elementor編集画面　*/
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}
.elementor-editor-active #content > .newsArea {
	display: none;
}

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

/* -------------------------------------
Icon fonts
------------------------------------- */
/*@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500|Work+Sans:500"); */
@font-face {
	font-family: "Work Sans Regular";
	src: url("img/fonts/WorkSans-Regular.ttf");
}
@font-face {
	font-family: "Work Sans ExtraLight";
	src: url("img/fonts/WorkSans-ExtraLight.ttf");
}
@font-face {
	font-family: "Work Sans Light";
	src: url("img/fonts/WorkSans-Light.ttf");
}
@font-face {
	font-family: "Work Sans Semi Bold";
	src: url("img/fonts/WorkSans-SemiBold.ttf");
}
@font-face {
	font-family: "Noto Sans Light";
	src: url("img/fonts/notosans-L.otf");
}
@font-face {
	font-family: "Noto Sans Regular";
	src: url("img/fonts/NotoSans-Regular.ttf");
}
@font-face {
	font-family: "Noto Sans Bold";
	src: url("img/fonts/NotoSans-Bold.ttf");
}
@font-face {
	font-family: "Noto Sans CJK regular";
	src: url("img/fonts/NotoSansCJKjp-Light.otf");
}
@font-face {
	font-family: "Noto Sans CJK Bold";
	src: url("img/fonts/NotoSansCJKjp-Bold.otf");
}

@font-face {
	font-family: 'icomoon';
	src:  url('img/fonts/icomoon.eot');
	src:  url('img/fonts/icomoon.eot#iefix') format('embedded-opentype'),
		url('img/fonts/icomoon.ttf') format('truetype'),
		url('img/fonts/icomoon.woff') format('woff'),
		url('img/fonts/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-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";}

/* -------------------------------------
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;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
.cl {
	clear: both !important;
}

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

/* 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: 767px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
}

/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: calc(1160px + 12vw);
	padding: 0 6vw;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}

/* =====================================
■HEADER
===================================== */
body.noscroll {
	overflow-y: hidden !important;
	height: 100% !important;
}
body:not(.home) #wrapper {
	padding-top: 82px;
}
header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	transition: all 0.5s;
}
header .wrap {
	padding: 10px 0;
	transition: all 0.5s;
}
body:not(.home) .wrap {
	background: #fff;
}
header .wrap.fixed {
	background: #fff;
	transition: all 0.5s;
}


/*　logo　*/
header .logo {
	float: left;
	display: flex;
	align-items: center;
	width: 180px;
	height: 62px;
	margin-left: 40px;
}
header .logo img {
	width: 100%;
	max-width: 180px;
}

/*　bnr　*/
header .bnr {
	float: right;    
	display: flex;
	align-items: center;
	width: 125px;
	height: 62px;
	margin-right: 35px;
}
header .bnr a {
	display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
	background: #4DE069;
	width: 100%;
    height: 33px;
    font-family: noto-sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
    border: 1px solid #4DE069;
    color: #fff;
    text-align: center;
    padding: 3px 5px 2px;
    border-radius: 10px;
    box-sizing: border-box;
    transition: 0.2s ease-out;    
}
header .bnr a sub {
	display: block;
	font-size: 8px;
	letter-spacing: 0.1em;
	margin-top: 4px;
}
header .bnr a:hover {
	opacity: 0.8;
	background: #4DE069;
	color: #fff;
	transition: 0.2s ease-out;
}

/*　sns　*/
.fixedSns {
	position: fixed;
	top: 90px;
	right: 35px;
}
.fixedSns li:not(:first-child) {
	margin-top: 19px;
}
.fixedSns a {
	display: block;
	margin: 0 10px;    
}
.fixedSns a img {
	display: block;
	width: 20px;
	height: 20px;
	transition: transform .3s cubic-bezier(.365,.305,0,1);
	transform: translateZ(0);
}
.fixedSns a:hover img {
	transform: translateX(5px);
	opacity: 1;
}

/* toggleMenu */
.toggleMenu {
	display: none;
}

@media screen and (max-width: 1365px) and (min-width: 1081px) {
	header .logo {
		width: 150px;
		margin-left: 30px;
	}
	header .bnr {
		width: 115px;
		margin-right: 25px;
	}
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
	header .logo {
		width: 120px;
		margin-left: 15px;
	}
	header .bnr {
		width: 100px;
		height: 33px;
		position: absolute;
		top: 38px;
		right: 15px;
		margin: 0;    
	}
	header .bnr a {
		height: 31px;
		font-size: 10px;
	}
}

@media screen and (max-width: 767px) {
	body:not(.home):not(.page-id-1785) #wrapper {
		padding-top: 62px;
	}
	header .wrap {
		padding: 0;
	}

	/*　logo　*/
	header .logo {
		width: calc(100% - 200px);
		max-width: 100%;
		height: 62px;
		margin-left: 15px;
		box-sizing: border-box;
		position: relative;
		z-index: 9999;
	}	
	header .logo img {
		max-width: 130px;
	}

	/* bnr */
	header .bnr {
		width: 100px;
		height: 62px;
		margin-right: 15px;
		position: relative;
		z-index: 9999;
	}
	header .bnr a {
		height: 31px;
		font-size: 11px;
		letter-spacing: 0.05em;
	}

	/* toggleMenu */
	.toggleMenu {
		display: flex;
		align-items: center;
		width: 30px;
		height: 62px;
		background: none;
		text-align: right;
		cursor: pointer;
		z-index: 9999;
		float: right;
		margin-right: 15px;
		position: relative;
	}
	.toggleMenu > span {
		font-family: 'Roboto', sans-serif;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1;
		margin-right: 12px;
	}
	.triggers,
	.triggers span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.triggers {
		width: 30px;
		height: 12px;
		cursor: pointer;
		position: relative;
		transition: all 0.3s;
	}
	.triggers span {
		width: 100%;
		height: 2px;
		background-color: #000000;
		position: absolute;
		left: 0;
		transition: all 0.3s;
	}
	.triggers span:nth-of-type(1) {
		top: 0;
		transition: all 0.3s;
	}
	.triggers span:nth-of-type(2) {
		bottom: 0;
		transition: all 0.3s;
	}
	.toggleMenu.active .triggers span:nth-of-type(1) {
		-webkit-transform: translateY(5px) rotate(-45deg);
		transform: translateY(5px) rotate(-45deg);
	}
	.toggleMenu.active .triggers span:nth-of-type(2) {
		-webkit-transform: translateY(-5px) rotate(45deg);
		transform: translateY(-5px) rotate(45deg);
	}
}

/* -------------------------------------
nav
------------------------------------- */
nav {
	width: calc(100% - 360px);
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 40px;
}
nav .inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	text-align: center;
	justify-content: space-between;
	position: relative;
	padding-right: 125px;
}
nav .menu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	width: calc(100% - 125px);
	max-width: 825px;
	margin: 0 auto;
}
nav .menu > li {
	vertical-align: middle;
	position: relative;
	padding: 0 10px;
}
nav .menu > li > a,
nav .menu > li > span {	
	display: flex;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 62px;
	box-sizing: border-box;
	font-family: noto-sans, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	color: #000000;
	cursor: pointer;
	position: relative;
	z-index: 100;
	transition: all 0.5s;
}
nav .menu > li > a > span,
nav .menu > li > span > span {
	display: block;
	margin: 0 auto;
}
nav .menu > li > a sub,
nav .menu > li > span sub {
	display: block;
	font-size: 10px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #FF8838;
	margin-top: 9px;
}
nav .menu > li ul {
	display: block;
	width: 270px;
	background: #F6FAF2;
	box-sizing: border-box;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -135px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 999;
	transition: all 0.5s;
	padding: 20px 10px;
}
.desktop nav .menu > li.hover ul:after {
	display: block;
	content: "";
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: -33px;
	z-index: -1;
}
nav .menu > li ul li {
	width: 100%;
}
nav .menu > li ul li:not(:first-child) {
	margin-top: 20px;
}
nav .menu > li ul li a {
	display: block;
	font-family: noto-sans, sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.4;
	color: #000000;
	position: relative;
	z-index: 2;
}
nav .menu > li ul a:hover {
	opacity: 1;
	color: #4DE069;
	text-decoration: none !important;
}
nav .menu > li ul li a > span {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	text-align: left;
	padding: 18px 0 18px 19px;
	text-indent: -19px;
}
nav .menu > li ul li a > span:before {
	content: "\F105";
	display: inline-block;
	font-family: 'Font Awesome';
	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;
	color: #B82942;
	font-size: 18px;
	text-indent: 0;
	vertical-align: top !important;
	margin: 3px 12px 0 0;
	transition: all 0.5s;
}
nav .menu > li ul li a:hover > span:before {
	color: #fff;
	transition: all 0.5s;
}
.desktop nav .menu > li > span:hover + ul,
.desktop nav .menu > li > span ul:hover,
.desktop nav .menu > li ul: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: 1;
	text-decoration: underline;
}
.tablet nav .menu > li > ul {
	display: none;
}
.tablet nav .menu > li > span + ul {
	pointer-events: none;
	opacity: 0;
}
.tablet nav .menu > li.hover > span + ul {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
nav .sns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
}
nav .sns a {
	display: block;
}
nav .sns a img {
	max-width: 20px;
}

@media screen and (min-width: 768px) {
	nav {
		display: block !important;
	}
	nav .menu > li ul {
		pointer-events: none;
	}
	nav .menu > li > a:after,
	nav .menu > li > span:after {
		display: block;
		content: "";
		width: 100%;
		height: 2px;
		background: #4DE069;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		transition: 0.2s ease-out;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
	.desktop nav .menu > li > a:hover:after,
	.desktop nav .menu > li > span:hover:after,
	nav .menu > li.hover > a:after,
	nav .menu > li.hover > span:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	nav .sns {
		width: 125px;
		height: 62px;
		position: absolute;
		right: 0;
		top: 0;
	}
}

@media screen and (max-width: 1365px) and (min-width: 1081px) {
	nav {
		width: calc(100% - 320px);
		padding-left: 20px;
	}
	nav .inner {
		padding-right: 100px;
	}
	nav .menu {
		width: calc(100% - 30px);
	}
	nav .menu > li {
		padding: 0 5px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		letter-spacing: 0.05em;
	}
	nav .sns {
		width: 100px;
	}
	nav .sns a img {
		max-width: 18px;
	}
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
	nav {
		width: calc(100% - 245px);
		padding-left: 20px;
	}
	nav .inner {
		padding-right: 0;
	}
	nav .menu {
		width: 100%;
		margin: 0;
	}
	nav .menu > li {
		padding: 0 5px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		font-size: 10px;
		letter-spacing: 0.02em;
	}
	nav .sns {
		width: 100px;
		height: 20px;
		right: -105px;
		top: 0;
	}
	nav .sns a img {
		max-width: 18px;
	}
}

@media screen and (max-width: 767px) {
	nav {
		width: 100%;
		height: 0;
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		flex-wrap: wrap;
		text-align: center;	
		z-index: 9000;
		visibility: hidden;
		transition: visibility 0s .6s, height 0s .6s;
		transform: translateZ(0);
	}
	header.open nav {
		visibility: visible;
		transition-delay: 0s, 0s;
		height: 100%;
		padding: 90px 0 70px;
		box-sizing: border-box;
	}
	nav:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #F6FAF2;
		transform: scaleY(0);
		transition: transform .6s cubic-bezier(.365, .305, 0,1);
		transform-origin: top left;
	}
	header.open nav:before {
		transform: scaleY(1);
	}
	nav .inner {
		display: inline-block;
		width: 250px;
		height: 100%;
		overflow: auto;
		visibility: hidden;
		opacity: 0;
		transform: translateY(-6rem);
		transition: transform .6s cubic-bezier(.365, .305, 0,1),opacity .3s cubic-bezier(.365, .305, 0,1);
		margin: 0 auto;
		padding: 0 20px;
	}
	header.open nav .inner {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);	
		transition-delay: .1s;
	}
	nav .menu {
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0;
		text-align: left;
	}
	nav .menu > li {
		margin-bottom: 35px;
		padding: 0;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		display: inline-block;
		font-size: 16px;
		height: auto;
		color: #4DE069;
		padding-right: 30px;
		width: auto;
	}
	nav .menu > li > span:before {
		content: "";
		width: 12px;
		height: 2px;
		background: #4DE069;
		position: absolute;
		top: 50%;
		right: 0;
		transition: all 0.2s;
		box-sizing: border-box;
		margin-top: -1px;
	}
	nav .menu > li > span:after {
		content: "";
		width: 2px;
		height: 12px;
		background: #4DE069;
		position: absolute;
		top: 50%;
		right: 5px;
		transition: all 0.2s;
		box-sizing: border-box;
		margin-top: -6px;
	}
	nav .menu > li.hover > span:after {
		opacity: 0;
	}
	nav .menu > li ul {
		display: none;
		width: 100%;
		background: none;
		position: relative;
		top: 0 !important;
		left: 0;
		margin: 0;
		padding: 0;
	}
	nav .menu > li ul:before,
	nav .menu > li.hover ul:after {
		display: none !important;
	}
	nav .menu > li ul li {
		display: none;
		margin-top: 20px !important;
	}
	nav .menu > li.hover ul li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	nav .menu > li ul li a {
		color: #4DE069 !important;
	}
	nav .menu > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

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

	nav .sns {
		width: 125px;
		margin: 40px 32px 10px 0;
	}
}

/* =====================================
■FOOTER
===================================== */
footer {
	position: relative;
	z-index: 2;
}
#footer {
	background: #000000;
	padding: 35px 0 19px 0;
}
#footer .naviList {
	max-width: 1110px;
	padding: 0 20px;
	text-align: center;
	margin: 0 auto;
	line-height: 1.7;
}
#footer .naviList li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 18px 0 14px;
	color: #fff;
	line-height: 1.7;
}
#footer .naviList li:not(:last-child):after {
	content: "";
	width: 1px;
	height: 11px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 7px;
}
#footer .naviList li.special:after {
	display: none;
}
#footer .naviList li a {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	color: #fff;
	transition: opacity .6s cubic-bezier(.45,.25,.15,1);
}
#footer .naviList li a:hover {
	opacity: 0.5;
}
#footer .sns {
	width: 60px;
	display: flex;
	justify-content: space-between;
	line-height: 1;
	margin: 24px auto 20px;
}
#footer .sns a img {
	max-width: 20px;
}
#footer .copyrightArea {
	width: 100%;
	padding: 0 45px;
	display: flex;
	box-sizing: border-box;
}
#footer .copyrightArea .gyrotonic-copyright {
	width: 55%;
	display: flex;
	align-items: center;
	padding-right: 30px;
	box-sizing: border-box;
}
#footer .copyrightArea .gyrotonic-copyright img {
	width: 59px;
	margin-right: 21px;
}
#footer .copyrightArea .gyrotonic-copyright p {
	max-width: 560px;
	font-size: 9px;
	letter-spacing: 0;
	line-height: 1.34;
	color: #565A56;
	margin-top: 5px;
}
#footer .copyrightArea .copyright {
	width: 45%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	font-size: 10px;
	font-weight: 400;
	color: #FFFFFF;
}

@media screen and (max-width: 930px) and (min-width: 768px) {
	#footer .naviList li.special:after {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	#footer {
		padding: 40px 0 20px;
	}
	#footer .naviList {
		padding: 0 25px;
		text-align: left;
		margin: 0 auto;
	}
	#footer .naviList li {
		display: block;
		padding: 0;
	}
	#footer .naviList li:not(:first-child) {
		margin-top: 15px;
	}
	#footer .naviList li:not(:last-child):after {
		display: none;
	}
	#footer .sns {
		margin: 35px auto 20px;
	}
	#footer .copyrightArea {
		padding: 0 17px;
		flex-wrap: wrap;
	}
	#footer .copyrightArea .gyrotonic-copyright {
		width: 100%;
		padding-right: 0;
	}
	#footer .copyrightArea .gyrotonic-copyright p {
		max-width: 100%;
	}
	#footer .copyrightArea .copyright {
		width: 100%;
		justify-content: center;
		font-size: 8px;
		margin-top: 20px;
	}
}

/* -------------------------------------
追従バナー
------------------------------------- */
* {
	-webkit-tap-highlight-color: transparent;
}
#pagetop {
	width: 46px;
	position: fixed;
	right: 40px;
	z-index: 999;
}
#pagetop a {
	display: block;
	cursor: pointer;
	transition: none;
}
#pagetop img {
	width: 100%;
}
#pagetop a:hover,
#pagetop a:hover img {
	opacity: 1;
	transition: none;
}
#pagetopBt {
	cursor: pointer;
}
.fixedBox {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
.fixedBox img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.fixedBox {
		width: 4.6%;
		max-width: 65px;
		max-height: 462px;
	}
	.fixedBox li:first-child {
		margin-bottom: 2px;
	}
	.accessSec .inner .rightWrap.gym-2 {
		padding-top: 50px;
	}
}

@media screen and (max-width: 767px) {
	#pagetop {
		right: 20px;
	}
	.fixedBox {
		width: 29.9rem;
		height: 4rem;
		display: grid;
		grid-template-columns: 12.8rem 1fr;
		grid-template-rows: auto;
		justify-content: center;
		left: 50%;
		margin-left: -14.95rem;
	}
	.fixedBox li {
		font-family: noto-sans, sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 13px;
		letter-spacing: 0;
		line-height: 1.5;
		height: 100%;
		text-align: center;
	}
	.fixedBox li:first-child {
		margin-right: 2px;
	}
	.fixedBox li a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		border-radius: 10px 10px 0 0;
		color: #000000;
	}
	.fixedBox li a small {
		display: block;
		font-size: 9px;
		line-height: 1;
		margin-top: 3px;
	}
	.fixedBox li:first-child a {
		background: #4DE069;
	}
	.fixedBox li:last-child a {
		background: #9AFB02;
	}
}