@charset "utf-8";

/* =====================================
■BASE
===================================== */
html {
	font-size: 62.5%;
}
body {
	font-family: "ヒラギノ角ゴ W4 JIS2004", "Hiragino Kaku Gothic W4 JIS2004";
	font-size: 15px;
	background: #fff;
	color: #000000;
	letter-spacing: 0.2em;
	line-height: 2.3;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration: none;
	color: #000000;
	vertical-align: middle;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	word-break: break-all;
}
a:focus, *:focus {
	outline: none;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
	vertical-align: baseline;
}
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}

@media screen and (max-width: 767px) {
	body {
		letter-spacing: 0.1em;
	}
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}
}


/* =====================================
■MODULE
===================================== */
/*--------------------------------------
汎用
--------------------------------------*/
/* float */
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}
/* clears */
.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;
}

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


/*--------------------------------------
Pc sp change
--------------------------------------*/
.sp {
	display: none;
}
.mb {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
}
@media screen and (max-width: 480px) {
	.mb {
		display: block;
	}
	.pcm {
		display: none;
	}
}


/* =====================================
■Layout
===================================== */
/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 1140px;
	padding: 0 30px;
	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;
}

@media (max-width: 767px) {
	.container {
		padding: 0 20px;
	}
}

/*--------------------------------------
header
--------------------------------------*/
#wrapper {
	height: 100%;
	padding-top: 140px;
	box-sizing: border-box;
}

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

#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	background: #fff;
}
#header .wrap {
    padding-bottom: 24px;
}

/* logo */
#header h1 {
    float: left;
    width: 364px;
    margin: 41px 0 0 52px;
}
#header h1 img {
	width: 100%;
}
#header h1 a:hover {
	text-decoration: none;
}

.header_box {
    float: right;
    width: 279px;
    margin: 25px 48px 0 0;
}
.header_box li {
    float: left;
    width: 140px;
}
.header_box li:last-child {
    float: right;
    width: 120px;
	margin-top: 2px;
}
.header_box li img {
    vertical-align: middle;
}
/* .header_box li:first-child a {
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    font-size: 13px;
    letter-spacing: 0.1em;
    display: block;
    text-align: center;
    position: relative;
    background: #FE867E;
    border-radius: 25px;
    color: #fff;
	padding: 3px 10px 4px 40px;
	border: 2px solid #fff;
	-webkit-transition: background-color .1s .15s cubic-bezier(.23,1,.58,1);
	transition: background-color .1s .15s cubic-bezier(.23,1,.58,1);
	overflow: hidden;
}
.header_box li:first-child a:after {
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 25px;
    background: url(/wp-content/uploads/icon_header-1.png) no-repeat;
    background-size: cover !important;
    top: 50%;
    margin-top: -12.5px;
    left: 20px;
}
.header_box li:first-child a:hover:after {
    background: url(/wp-content/uploads/icon_header_on.png) no-repeat;
}
.header_box li:first-child a:before {
    display: block;
    content: "";
    opacity: 1;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 50px;
    -webkit-transition: all .3s cubic-bezier(.23,1,.58,1);
    transition: all .3s cubic-bezier(.23,1,.58,1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #FE867E;
    will-change: transform;
}
.header_box li:first-child a:hover:before {
    opacity: 0;
    -webkit-transition: opacity .35s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
    transition: opacity .35s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
    transition: opacity .35s cubic-bezier(.23,1,.58,1),transform .5s cubic-bezier(.23,1,.58,1);
    transition: opacity .35s cubic-bezier(.23,1,.58,1),transform .5s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.header_box li:first-child a:hover {
    background: #fff;
    color: #FE867E;
    -webkit-transition: background-color 0s;
    transition: background-color 0s;
    border: 2px solid #FE867E;
} */
#header .footer_link {
    margin: 0;
}
#header .footer_link a {
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    font-size: 13px;
    letter-spacing: 0.1em;
    width: 100%;
    height: auto;
    padding: 3px 10px 4px 40px;
    display: block;
    box-sizing: border-box;
    border-radius: 25px;
}
#header .footer_link a:after {
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 25px;
    background: url(/wp-content/uploads/icon_header-1.png) no-repeat;
    background-size: cover !important;
    top: 50%;
    margin-top: -12.5px;
    left: 20px;
}
#header .footer_link a:hover:after {
    background: url(/wp-content/uploads/icon_header_on.png) no-repeat;
}

/* gnav */
#header .header_menu {
    float: right;
    clear: both;
    margin-top: -37px;
	margin-right: 13px;
}
#header .header_menu .g_nav {
	display: flex;
}
#header .header_menu .g_nav > li {
	vertical-align: middle;
	position: relative;
}
#header .header_menu .g_nav > li.last {
    display: none;
}
#header .header_menu .g_nav > li > a,
#header .header_menu .g_nav > li > span {
	display: flex;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    line-height: 1.2;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 0.2em;
    width: auto;
    height: 40px;
    margin-right: 35px;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    position: relative;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
}
#header .header_menu .g_nav > li > a > span,
#header .header_menu .g_nav > li > span > span {
	display: block;
	margin: 0 auto;
}
#header .header_menu .g_nav > li > a sub,
#header .header_menu .g_nav > li > span sub {
	font-size: 11px;
	color: #FE867E;
	line-height: 1.2;
	display: block;
	letter-spacing: 0.05em;
	padding-top: 4px;
	font-family: 'Noto Sans JP', sans-serif;
}

#header .header_menu .g_nav > li dl {
	pointer-events: none;
	position: absolute;
	top: 40px;
	left: 50%;
	display: block;
	width: 200px;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 99;
	margin-left: -117px;
	background: #fff;
	padding-top: 15px;
}
#header .header_menu .g_nav > li:nth-last-child(2) dl {
  left: 0;
}
@media (max-width: 1090px) {
  #header .header_menu .g_nav > li:nth-last-child(2) dl {
    margin-left: -136px;
  }
}
#header .header_menu .g_nav > li dl:before {
    content: '';
    display: block;
    position: absolute;
    width: 31px;
    height: 20px;
    background: url(/wp-content/uploads/icon_header.png) no-repeat;
    top: 0;
    left: 50%;
    margin-left: -15.5px;
}
#header .header_menu .g_nav > li:nth-last-child(2) dl:before {
    left: calc(100% - 46px);
}
@media (max-width: 1090px) {
  #header .header_menu .g_nav > li:nth-last-child(2) dl:before {
    left: calc(100% - 34px);
  }
}
#header .header_menu .g_nav > li dl dt {
	max-width: 1080px;
	margin: 0 auto 10px;
	font-size: 20px;
	line-height: 1.2;
	display: none;
}
#header .header_menu .g_nav > li dl dd {
	border: 2px solid #FE867E;
	padding: 13px 0 14px;
}
#header .header_menu .g_nav > li dl ul {
	max-width: 1080px;
	margin: 0 auto;
}
#header .header_menu .g_nav > li dl li {
	line-height: 1.3;
	position: relative;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.2em;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
}
#header .header_menu .g_nav > li dl li:before {
	color: #6fba2c;
    font-size: 14px;
    margin-right: 8px;
	display: none;
}
#header .header_menu .g_nav > li dl li a {
	color: #000000;
	display: block;
	padding: 10px 0;
}
#header .header_menu .g_nav > li dl a:hover {
	opacity: 1;
	color: #FE867E;
	text-decoration: none !important;
}
.desktop #header .header_menu .g_nav > li > span:hover + dl,
.desktop #header .header_menu .g_nav > li > span ul:hover,
.desktop #header .header_menu .g_nav > li dl:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.desktop #header .header_menu .g_nav > li dl a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: underline;
}
.tablet #header .header_menu .g_nav > li > dl {
	display: none;
}
.tablet #header .header_menu .g_nav > li > span + dl {
	pointer-events: none;
	opacity: 0;
}
.tablet #header .header_menu .g_nav > li.hover > span + dl {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (min-width: 768px) {
	#header .header_menu .g_nav > li dl {
		pointer-events: none;
	}
	.desktop #header .header_menu .g_nav > li > a:hover:after,
	.desktop #header .header_menu .g_nav > li > span:hover:after,
	#header .header_menu .g_nav > li.hover > a:after,
	#header .header_menu .g_nav > li.hover > span:after {
		display: block;
		content: "";
		width: 100%;
		height: 5px;
		background: #FFFF00;
		position: absolute;
		left: 0;
		bottom: 50%;
		text-decoration: none;
		z-index: -1;
	}
}
@media screen and (max-width: 1090px) and (min-width: 768px) {
	#wrapper {
		padding-top: 144px;
	}
	#header h1 {
		margin: 41px 0 0 15px;
		width: 300px;
	}
	.header_box {
		margin-right: 15px;
	}
	#header .header_menu {
		margin-right: 5px;
		margin-top: -20px;
	}
	#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
		letter-spacing: 0;
		margin-right: 10px;
		font-size: 14px;
	}
	#header .header_menu .g_nav > li > a sub, #header .header_menu .g_nav > li > span sub {
		letter-spacing: 0;
		font-size: 10px;
	}
	#header .header_menu .g_nav > li dl {
		margin-left: -104px;
	}
}
@media screen and (max-width: 767px) {
	#header {
		position: absolute;
		top: 0 !important;
	}
	.header_box {
		display: none;
	}
	#header .wrap {
		padding-bottom: 0;
	}

	/* logo */
	#header h1 {
		margin: 5px 0 0 20px;
		width: 305px;
	}
	#header h1 img {
		width: 100%;
		max-width: 100%;
	}
	#header h1 a:hover {
		text-decoration: none;
	}

	#header .toggleMenu {
		display: block;
	}
	.toggleMenu {
		float: right;
		width: 38px;
		height: 70px;
		background: none;
		text-align: left;
		color: #fff;
		cursor: pointer;
		margin-right: 20px;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 38px;
		height: 24px;
		margin: 24px auto 0;
		text-align: center;
	}
	.menu-trigger:after {
		content: "MENU";
		display: none;
		line-height: 1;
		font-size: 10px;
		letter-spacing: 0.15em;
		font-weight: bold;
		margin-top: 30px;
		color: #000000;
		margin-left: 1px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000000;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 11px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(-45deg);
		transform: translateY(11px) rotate(-45deg);
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}

	#header .right_box, #header .g_nav, #header .header_menu .g_nav > li dl:before {
		display: none;
	}
	#header .header_menu {
		float: none;
		clear: both;
		margin: 0;
		width: 100%;
		height: 100%;
		top: 70px;
	}
	#header .header_menu .g_nav {
		display: block;
		text-align: center;
		background: #fff2f1;
		height: 100%;
		position: fixed;
		width: 100%;
		overflow-y: scroll;
	}
	#header .header_menu .g_nav > li {
		position: relative;
		border-left: none;
	}
	#header .header_menu .g_nav > li:first-child {
		padding-top: 10px;
	}
	#header .header_menu .g_nav > li.last {
		display: block;
		margin-bottom: 180px;
	}
	#header .header_menu .g_nav > li.last ul {
		display: block;
		padding: 0 20px;
		max-width: 312px;
		margin: 0 auto;
		width: 100%;
	}
	#header .header_menu .g_nav > li.last ul li a {
		padding: 0;
	}
	#header .header_menu .g_nav > li.last ul img {
		vertical-align: middle;
	}
	#header .header_menu .g_nav > li.last ul li {
		float: left;
		width: 48%;
		margin-left: 4%;
	}
	#header .header_menu .g_nav > li.last ul li:first-child {
		margin-left: 0;
	}
	#header .header_menu .g_nav > li.last ul li:last-child {
		margin-top: 2%;
	}
	#header .header_menu .g_nav > li > a,
	#header .header_menu .g_nav > li > span {
		width: 100%;
		padding: 18px 50px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		text-align: center;
		height: auto;
		color: #000000;
		font-size: 16px;
		margin: 0;
	}
	#header .header_menu .g_nav > li > a span,
	#header .header_menu .g_nav > li > span span {
		margin: 0;
	}
	#header .header_menu .g_nav > li > a:hover,
	#header .header_menu .g_nav > li > span:hover {
		color: #FE867E;
	}
	#header .header_menu .g_nav > li > span:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 16px;
		height: 16px;
		border-bottom: 2px solid #000000;
		border-left: 2px solid #000000;
		-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: -14px;
	}
	#header .header_menu .g_nav > li.hover > span:after {
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		margin-top: -3px;
	}
	#header .header_menu .g_nav > li > a sub,
	#header .header_menu .g_nav > li > span sub {
		margin: -2px 0 0 8px;
		display: none;
		vertical-align: middle;
		bottom: 0;
		color: #fff;
		padding-top: 0;
		font-size: 10px;
	}
	#header .header_menu .g_nav > li dl {
		position: relative;
		top: 0;
		background: none;
		padding: 0;
		width: 100%;
		left: 0;
		margin: 0;
	}
	#header .header_menu .g_nav > li:nth-last-child(2) dl {
		margin-left: inherit;
	}
	#header .header_menu .g_nav > li dl li:before {
		display: none;
	}
	#header .header_menu .g_nav > li dl dd {
		border: none;
		padding: 0;
	}
	#header .header_menu .g_nav > li dl li {
		padding-left: 0;
	}
	#header .header_menu .g_nav > li dt {
		display: none;
	}
	#header .header_menu .g_nav > li ul {
		position: inherit;
		display: none;
		top: 0;
		padding: 0;
	}
	#header .header_menu .g_nav > li ul li {
		display: block;
		margin-right: 0;
	}
	#header .header_menu .g_nav > li ul li a {
		position: relative;
		display: block;
		padding: 15px 20px 12px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		color: #000000;
		font-size: 16px;
		letter-spacing: 0.2em;
	}
	#header .header_menu .g_nav > li ul li a:hover {
		text-decoration: none;
		color: #FE867E;
	}
	#header .header_menu .g_nav > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

	/*スマホ時サブメニューが消える現象を回避*/
	#header .header_menu .g_nav > li > span {
		position: relative;
	}
	#header .header_menu .g_nav > li.hover > span + dl,  #header .header_menu .g_nav > li > span:hover + dl {
		pointer-events: auto;
		opacity: 1;
	}
	
	#header .footer_link a:after {
		width: 30px;
		height: 22px;
		background: url(/wp-content/uploads/icon_header_sp.png) no-repeat;
		background-size: cover !important;
		margin-top: -11px;
		left: 10px;
	}
	#header .footer_link a:hover:after {
		background: url(/wp-content/uploads/icon_header_sp_on.png) no-repeat;
	}
	#header .footer_link a {
		font-size: 15px !important;
		color: #fff !important;
		padding: 3% 10px 3% 35px !important;
		border-color: #FE867E;
		border-radius: 50px;
		letter-spacing: 0.05em !important;
	}
	#header .footer_link a:hover {
		color: #FE867E !important;
	}
}
@media screen and (max-width: 480px) {
	#header h1 {
		width: 225px;
		margin: 12px 0 0 15px;
	}
}


/*--------------------------------------
SIDE
--------------------------------------*/
#sidebar {
	display: none;
}


/*--------------------------------------
CONTENT BOTTOM
--------------------------------------*/
.contact_section {
	padding: 53px 0 61px;
	text-align: center;
	background: #ccc;
	background-size: cover;
}
.contact_section .contact_tit {
	font-size: 34px;
	color: #fff;
	letter-spacing: 0.15em;
	line-height: 1.6;
	margin-bottom: 25px;
}
.contact_section .txt {
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 30px;
}
.contact_section .contact_list li {
	float: left;
	width: 49.6%;
	margin-left: 0.8%;
}
.contact_section .contact_list li:first-child {
	margin: 0;
}


@media screen and (max-width: 767px) { 
	.contact_section .contact_tit {
		font-size: 28px;
	}
	.contact_section .contact_list {
		max-width: 535px;
		margin: 0 auto;
	}
	.contact_section .contact_list li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
}

/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
    background: rgba(254, 134, 126, 0.05);
    padding: 40px 0 80px;
}
#footer .navi_list {
    float: left;
	padding-right: 20px;
    box-sizing: border-box;
}
#footer .navi_list:first-child {
    width: 50.7%;
}
#footer .navi_list:nth-child(2) {
    width: 25.5%;
}
#footer .navi_list:last-child {
    padding-right: 0;
    width: 23.8%;
}
.logo {
    max-width: 236px;
    width: 100%;
    margin-bottom: 12px;
}
.access_box p {
    letter-spacing: 0.1em;
    line-height: 1.79;
}
.footer_link {
    margin-top: 10px;
}
.footer_link a {
  position: relative;
    width: 117px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    display: inline-block;
    background: #FE867E;
    border-radius: 15px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic W5 JIS2004";
    -webkit-transition: background-color .1s .15s cubic-bezier(.23,1,.58,1);
transition: background-color .1s .15s cubic-bezier(.23,1,.58,1);
overflow: hidden;
z-index: 1;
border: 2px solid #fff;
}
.footer_link a:hover {
    background: #fff;
    color: #FE867E;
    -webkit-transition: background-color 0s;
    transition: background-color 0s;
    border: 2px solid #FE867E;
}
.footer_link a:before {
  display: block;
  content: "";
  opacity: 1;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50px;
  -webkit-transition: all .3s cubic-bezier(.23,1,.58,1);
  transition: all .3s cubic-bezier(.23,1,.58,1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: #FE867E;
  will-change: transform;
}
.footer_link a:hover:before {
  opacity: 0;
  -webkit-transition: opacity .35s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
  transition: opacity .35s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
  transition: opacity .35s cubic-bezier(.23,1,.58,1),transform .5s cubic-bezier(.23,1,.58,1);
  transition: opacity .35s cubic-bezier(.23,1,.58,1),transform .5s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#footer .navi_list li {
	font-size: 13px;
	line-height: 1.8;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	margin-bottom: 6px;
}
#footer .navi_list li a {
    color: #FE867E;
}
#footer .navi_list li a:hover {
    color: #000;
}
#wpfront-scroll-top-container:hover img {
	opacity: 0.8 !important;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
	.access_box p {
		letter-spacing: 0;
		font-size: 13px;
	}
	#footer .navi_list li {
		letter-spacing: 0.05em;
	}
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 45px 0;
	}
	#footer .navi_list:first-child {
		width: 100%;
		clear: both;
		padding-right: 0;
		margin-bottom: 30px;
	}
	#footer .navi_list:nth-child(2) {
		width: 52%;
		padding-right: 10px;
	}
	#footer .navi_list:last-child {
		width: 48%;
	}
	#footer .navi_list li {
		letter-spacing: 0;
		font-size: 12px;
	}
	.access_box p {
		letter-spacing: 0;
	}
	.access_box p a:hover {
		text-decoration: underline;
	}
	#footer .fixed_box {
		right: 0;
		width: 100%;
		position: fixed;
		z-index: 999;
		-moz-transition-duration: 0.7s;
		-o-transition-duration: 0.7s;
		-webkit-transition-duration: 0.7s;
		transition-duration: 0.7s;
	}
	#footer .fixed_box li {
		width: 120px;
		float: right;
	}
	#wpfront-scroll-top-container {
		display: none !important;
	}
}
.attention_tag {
	color: #f00!important;
}