@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: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; */
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-size: 17px;
	letter-spacing: 0.12em;
	line-height: 1.75;
	color: #22201E;
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-text-size-adjust: 100%;
	/*word-break: break-all;
	line-break: strict;*/
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #22201E;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #FF8838;
	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 > #news {
	display: none;
}

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

/* -------------------------------------
Icon fonts
------------------------------------- */
@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";}

/* -------------------------------------
文字fonts
------------------------------------- */
.fontL {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
}
.fontB {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
}

/* -------------------------------------
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;
}

/* 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: 1120px;
	padding: 0 20px;
	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
===================================== */
#wrapper {
	height: 100%;
	padding-top: 100px;
	box-sizing: border-box;
}
header {
	width: 100%;
	background: #FFF6E2;
	position: fixed;
	left: 0;
	top: 0;	
	z-index: 9999;
	transition: all 0.5s;
}

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

@media screen and (max-width: 1080px) and (min-width: 768px) {
	#wrapper {
		padding-top: 131px;
	}
	header .logo {
		float: none;
		width: 210px;
		height: 70px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	#wrapper {
		padding-top: 65px;
	}
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	header {
		top: 0 !important;
		background: #fff;
	}
	header.open {
		background: #fff;
		position: fixed;
		top: 0 !important;
		left: 0;
	}

	/* logo */
	header .logo {
		width: calc(100% - 80px);
		max-width: 100%;
		height: 65px;
		margin-left: 15px;
	}
	header .logo img {
		max-width: 190px;
	}

	/* toggleMenu */
	.toggleMenu {
		display: block;
		width: 65px;
		height: 65px;
		background: #fff;
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
	}
	.triggers,
	.triggers span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.triggers {
		width: 23px;
		height: 20px;
		margin: 23px auto 0;
		text-align: center;
		cursor: pointer;
		position: relative;
	}
	.triggers span {
		width: 100%;
		height: 2px;
		background-color: #E1843A;
		position: absolute;
		left: 0;
		border-radius: 10px;
	}
	.triggers span:nth-of-type(1) {
		top: 0;
	}
	.triggers span:nth-of-type(2) {
		top: 9px;
	}
	.triggers span:nth-of-type(3) {
		bottom: 0;
	}
	.toggleMenu.active .triggers span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.toggleMenu.active .triggers span:nth-of-type(2) {
		opacity: 0;
	}
	.toggleMenu.active .triggers span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
}

/* -------------------------------------
nav
------------------------------------- */
nav {
	float: right;
	margin-right: 4%;
}
nav .menu {
	display: flex;
}
nav .menu > li {
	vertical-align: middle;
	position: relative;
	margin-left: 25px;
}
nav .menu > li:first-child {
	margin: 0;
}
nav .menu > li > a,
nav .menu > li > span {	
	display: flex;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2;
	color: #381A02;
	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: 220px;
	box-sizing: border-box;
	pointer-events: none;
	position: absolute;
	top: 90%;
	left: 50%;
	margin-left: -110px;
	padding-top: 15px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 999;
	transition: all 0.5s;
}
nav .menu > li.hover ul {
	top: 100%;
}
nav .menu > li ul:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 14px solid #FFF6E2;
	position: absolute;
	left: 50%;
	top: 1px;
	margin-left: -15px;
}
.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 a {
	display: block;
	background: #FFF6E2;
	color: #553A24;
	padding: 0 15px;
	position: relative;
	z-index: 2;
}
nav .menu > li ul li:not(:first-child) a {
	border-top: 1px solid #FF8838;
}
nav .menu > li ul li:first-child a {
	border-radius: 8px 8px 0 0;
}
nav .menu > li ul li:last-child a {
	border-radius: 0 0 8px 8px;
}
nav .menu > li ul a:hover {
	opacity: 1;
	background: #FF8838;
	color: #fff;
	text-decoration: none !important;
}
nav .menu > li ul li a > span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	padding: 11px 0 12px 14px;
	text-indent: -14px;
}
nav .menu > li ul li a > span:before {
	color: #FF8838;
	font-size: 12px;
	text-indent: 0;
	vertical-align: top !important;
	margin: 6px 5px 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;
}

@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: 3px;
		background: #FF8838;
		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);
	}
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
	nav {
		float: none;
		margin-right: 0;
		width: 100%;
		border-top: 1px solid #FFCFAF;
	}
	nav .menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
		padding: 0 20px;
		box-sizing: border-box;
	}
	nav .menu > li {
		margin: 0 5px !important;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		height: 60px;
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	nav {
		display: none;
		width: 100%;
		height: calc(100% - 65px);
		background: #FFF6E2;
		position: fixed;
		top: 65px;
		left: 0;
		margin: 0;
		padding: 0;
		overflow-y: scroll !important;
		overflow: hidden;
		z-index: 9999;
	}
	nav .menu {
		display: block;
		padding: 30px;
		border: none;
	}
	nav .menu > li {
		width: 100% !important;
		margin: 2px 0 0;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		display: block;
		width: 100%;
		height: auto;
		background: #fff;
		padding: 16px 40px 16px 20px !important;
		font-size: 16px;
		color: #22201E;
		line-height: 1.4;
		letter-spacing: 0.1em;
		text-align: left;
	}
	nav .menu > li > a:hover,
	nav .menu > li > span:hover,
	nav .menu > li.hover > a,
	nav .menu > li.hover > span {
		background: #fff;
		color: #22201E;
	}
	nav .menu > li > span:after {
		content: "";
		width: 11px;
		height: 11px;
		border-left: 1px solid #553A24;
		border-top: 1px solid #553A24;
		position: absolute;
		top: 50%;
		right: 20px;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		margin-top: -2px;
		box-sizing: border-box;
	}
	nav .menu > li.hover > span:after {
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		margin-top: -8px;
	}
	nav .menu > li > a sub,
	nav .menu > li > span sub {
		display: none !important;
	}
	nav .menu > li ul {
		display: none;
		width: 100%;
		position: relative;
		top: 0 !important;
		left: 0;
		margin: 0;
		padding: 0;
	}
	nav .menu > li ul:before,
	nav .menu > li.hover ul:after {
		display: none;
	}
	nav .menu > li ul li {
		display: none;
		margin-top: 2px;
	}
	nav .menu > li.hover ul li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	nav .menu > li ul li a {
		background: #553A24 !important;
		color: #FFF !important;
		padding: 16px 30px;
		border-top: none !important;
		border-radius: 0 !important;
	}
	nav .menu > li ul li a > span {
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 1.4;
		padding: 0;
		text-indent: 0;
	}
	nav .menu > li ul li a > span:before {
		display: none !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;
	}

	.contactBox  {
		background: #F28838;
		padding: 30px;
	}
	.contactBox .inner {
		max-width: 630px;
		margin: 0 auto;
	}
	.contactBox .tit {
		font-size: 20px;
		letter-spacing: 0.1em;
		line-height: 1.4;
		color: #fff;
		text-align: center;		
		margin-bottom: 20px;
	}
	.contactBox ul li:not(:first-child) {
		margin-top: 2px;
	}
}

@media screen and (max-width: 374px) {
	nav .menu {
		padding: 20px;
	}
	.contactBox {
		padding: 20px;
	}
	.contactBox .tit {
		font-size: 18px;
		letter-spacing: 0.05em;
	}
}

/* =====================================
■コンバージョン
===================================== */
.conversion {
	background: #FF8838;
	padding: 60px 0;
	color: #fff;
	position: relative;
	z-index: 2;
}
.conversion:before {
	content: "";
	width: 113px;
	height: 119px;
	background: url(/wp-content/uploads/top_bg09.png) no-repeat left top;
	background-size: 113px 119px;
	position: absolute;
	left: 29px;
	top: 29px;
	z-index: -1;
	pointer-events: none;
}
.conversion:after {
	content: "";
	width: 62px;
	height: 140px;
	background: url(/wp-content/uploads/top_bg10.png) no-repeat left top;
	background-size: 62px 140px;
	position: absolute;
	right: 45px;
	bottom: 14px;
	z-index: -1;
	pointer-events: none;
}
.conversion .inner {
	display: table;
	width: 100%;
	max-width: 1120px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.conversion .inner .leftWrap {
	display: table-cell;
	width: 58.3%;
	padding-right: 30px;
	box-sizing: border-box;
	vertical-align: middle;
}
.conversion .inner .rightWrap {
	display: table-cell;
	width: 41.7%;
	vertical-align: middle;
	text-align: right;
}
.conversion .tit {
	max-width: 453px;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.79;
	background: url(/wp-content/uploads/bg_line_white.png) repeat-x left top, url(/wp-content/uploads/bg_line_white.png) repeat-x left bottom;
	background-size: auto 2px;
	padding: 10px 0;
	margin-bottom: 25px;
}
.conversion .txt {
	max-width: 453px;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
	font-size: 18px;
	line-height: 1.78;
	letter-spacing: 0.1em;
	margin-bottom: 7px;
}
.conversion ul {
	max-width: 450px;
}
.conversion ul li:not(:first-child) {
	margin-top: 2px;
}
.conversion img {
	width: 100%;
	max-width: 450px;
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
	.conversion .tit {
		max-width: 395px;
		font-size: 25px;
		letter-spacing: 0.1em;
	}
	.conversion .txt {
		max-width: 395px;
		font-size: 16px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	.conversion {
		padding: 30px 0;
	}
	.conversion:before {
		width: 68px;
		height: 68px;
		background: url(/wp-content/uploads/top_bg09_sp.png) no-repeat left top;
		background-size: 68px 68px;
		left: 0;
		top: 106px;
	}
	.conversion:after {
		display: none;
	}
	.conversion .inner {
		display: block;
	}
	.conversion .inner .leftWrap {
		display: block;
		width: 100%;
		max-width: 630px;
		margin: 0 auto 25px;
		padding: 0;
	}
	.conversion .inner .rightWrap {
		display: block;
		width: 100%;
		max-width: 630px;
		margin: 0 auto;
	}
	.conversion .tit {
		max-width: 305px;
		font-size: 20px;
		letter-spacing: 0.05em;
		text-align: center;
		padding: 9px 0;
		margin: 0 auto 30px;
	}
	.conversion .txt {
		width: 100%;
		max-width: 100%;
		font-size: 15px;
		line-height: 1.67;
		letter-spacing: 0.05em;
		text-align: center;
		margin-bottom: 0;
	}
	.conversion ul {
		max-width: 100%;
	}
	.conversion ul li {
		float: none;
		width: 100%;
	}
	.conversion img {
		max-width: 630px;
	}
}

@media screen and (max-width: 374px) {
	.conversion .tit {
		font-size: 18px;
	}
}

/* =====================================
■FOOTER
===================================== */
#footer {
	background: #fff;
	padding: 36px 0 90px;
}
#footer .logo {
	max-width: 301px;
	margin: 0 0 27px;
}
#footer .logo img {
	width: 100%;
}
#footer .guild {
	display: flex;
}
#footer .guild li {
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #37251B;
}
#footer .guild li.access {
	margin-right: 1em;
}
#footer .guild li.sitemap {
	margin-right: 70px;
}
#footer .guild li a {
	color: #37251B;
}
#footer .sitemap a:hover {
	color: #FF8838;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	#footer {
		padding: 20px 0 19%;
	}
	#footer .logo {
		max-width: 219px;
		margin: 0 auto 12px;
	}
	#footer .guild {
		display: block;
		text-align: center;
	}
	#footer .guild li {
		font-size: 10px;
	}
	#footer .guild li.access,
	#footer .guild li.sitemap {
		margin: 0 0 5px;
	}
}

/* -------------------------------------
追従バナー
------------------------------------- */
#pagetop {
	display: none !important;
	width: 65px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
}
#pagetop img {
	width: 100%;
}
footer .fixedBox {
	width: 413px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1001;
	transition: all 0.5s;
}
footer .fixedBox ul li {
	float: left;
}
footer .fixedBox img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	footer .fixedBox ul li {
		width: 50px;
	}
	footer .fixedBox ul li:first-child {
		width: 228px;
	}
	footer .fixedBox ul li:first-child,
	footer .fixedBox ul li:nth-child(2) {
		border-right: 1px solid #fff;
	}
	footer .fixedBox ul li:last-child {
		float: right;
	}
}

@media screen and (max-width: 767px) {
	footer .fixedBox {
		width: 100%;
	}
	footer .fixedBox ul {
		display: flex;
	}
	footer .fixedBox ul li {
		float: none;
		width: 13.58%;
		background: #fff;
		border-right: 1px solid #fff;
		box-sizing: border-box;
	}
	footer .fixedBox ul li:first-child {
		width: 60.4%;
	}
	footer .fixedBox ul li:last-child {
		width: 12.6%;
		border-right: none;
	}
}