@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/


/********* フッター *************************************************/
#footer {
  display: block;
  margin: 0 auto;
  padding: 0 0;
  background-color: #213082;
}
#footer-in {
  position: relative;
  max-width: 1040px;
  display: block;
  margin: 0 auto;
  padding: 80px 0;
}
@media only screen and (max-width: 780px) {
  #footer-in {
    padding: 40px 16px;
	padding-top: 0;
	border-top: none;
}
}




.foot_add_flex {
    display: block;
	margin-bottom: 8px;
}
.foot_add_grid_mail,
.foot_add_grid_tel {
display: inline-block;
margin: 0;
}

.foot_add_grid_mail {
margin-bottom: 8px;
}
@media only screen and (max-width: 780px) {
.foot_add_flex {
display: none;
/*    display: flex;*/
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
.foot_add_grid_mail,
.foot_add_grid_tel {
display: inline-block;
max-width: calc(100% / 2 - 8px);
text-align: center;
margin: 0 4px;
}

.foot_add_grid_mail {
margin-bottom: 16px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.foot_add_grid_mail {
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
}

p.foot_add_txt_pc {
margin-bottom: 0;
display: block;
}
p.foot_add_txt_sp {
display: none;
}
@media only screen and (max-width: 780px) {
p.foot_add_txt_pc {
display: none;
}
p.foot_add_txt_sp {
margin-bottom: 0;
display: block;
text-align: center;
}
}



 

/************************
/ ページトップボタン
/************************/
#go-to-top {bottom: 68px;}

.footerMenu_aki {
display: none;
}

#footerMenu {
	display: none;
}

@media screen and (max-width: 780px) {
.footerMenu_aki {
display: block;
padding-top: 60px;
}

#footerMenu {
	display: block;
	text-align: center;
	background-color: rgba(255,255,255,0.85);
	width: 100%;
	height: 0px;
	position: fixed;
	z-index: 10000;
	bottom: 0;
	overflow: none;
	left: 0;
	transition: all 0.4s ease-in-out;
}
#footerMenu.show {
	height: 60px;
	padding: 0 0;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.footerMenu {
position: relative;
	display: block;
margin: 0 auto;
color: #FFF;
}
}




ul.footerMenulist {
    display:flex;
    flex-wrap:wrap;
margin: 0;
padding: 0;
	height: 60px;
justify-content: center;
align-items: center;
}
ul.footerMenulist li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	display: inline-block;
	line-height: 150%;
max-width: calc(100% / 3 - 2px );
	vertical-align: middle;
	text-align: center;
	box-sizing:border-box;
	font-size: 80%;
}
ul.footerMenulist li .imagecenter00 {
width: auto;
max-height: 60px;
}




ul.footerMenulist li a:hover {
	background-color: #EEE;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}




.copy {
display: block;
color: #FFF;background-color: #213082;
text-align: center;
padding: 16px 0;
line-height: 1.2;
}
.copy p {
margin-bottom: 0;
}

@media screen and (max-width: 780px) {
.copy {
padding-top: 16px;
padding-bottom: 16px;
}
}

/*フッターモバイルポップアップ*/
.mobile-footer-menu-buttons .menu-button .fas {
  color: #f9b54f;
}


.footer-bottom {
display: block;
  margin: 0;
  padding: 0;
}
.foot_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.foot_flex_left {
order: 1;
display: block;
width: calc(100% / 2);
}
.foot_flex_right {
order: 2;
display: block;
width: calc(100% / 2);
}

@media screen and (max-width: 920px) {
.foot_flex_left {
width: calc(35% - 16px);
}
.foot_flex_right {
width: calc(65% - 16px);
}
}


@media screen and (max-width: 780px) {
.foot_flex {
  display: block;
}
.foot_flex_left {
max-width: inherit;
padding: 0 2em;
width: auto;
margin: 0 auto;
margin-top: 16px;
}
.foot_flex_right {
width: auto;
max-width: inherit;
  margin-left: auto;

}
}
.logo.logo-footer.logo-image {
text-align: center !important;
display: block;
margin-bottom: 8px;
float: none;
}
.logo.logo-footer.logo-image,
.logo.logo-footer.logo-image a {
text-align: center;
display: block;
width: auto !important;
  padding: 0 !important;
  margin: 0 !important;

}
.logo.logo-footer.logo-image a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
.site-logo-image.footer-site-logo-image {
display: inline-block;
float: none;
  padding: 0 !important;
  margin: 0 auto !important;
  height: auto !important;
max-width: 240px !important;
width: inherit;
}
@media screen and (max-width: 780px) {
.logo.logo-footer.logo-image,
.logo.logo-footer.logo-image a {
  margin: 0 auto!important;
text-align: center;
}
.site-logo-image.footer-site-logo-image {
  margin: 0 auto!important;
}
}

.foot_logo {
display: block;
max-width: 180px;
margin-bottom: 16px;
}
p.foot_company {
padding-left: 2em;
line-height: 150%;
}
@media screen and (max-width: 780px) {
.foot_logo {
display: block;
max-width: 420px;
margin: 0 auto;
text-align: center;
margin-bottom: 16px;
}
p.foot_company {
padding-left: 0;
}
}



.footer_menu_box {
  display: block;
  margin: 0;
  padding: 0;;
text-align: center;
}






ul.foot_menu {
margin: 0;
padding: 0;
}
ul.foot_menu li {
position: relative;
display: inline-block;
list-style: none;
line-height: 150%;
font-weight: 500;
margin: 0 1em;
padding: 0;
}
ul.foot_menu li a {
position: relative;
font-weight: 700;
color: #FFF
}
ul.foot_menu li:last-child {
margin-bottom: 0;
}
ul.foot_menu li a:hover {
text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
ul.foot_menu li ul li {
margin-bottom: 4px;
}
ul.foot_menu li ul li:first-child {
margin-top: 4px;
}
ul.foot_menu li ul li:last-child {
margin-bottom: 0;
}
ul.foot_menu li ul li a {
padding-left: 1em;
font-weight: 400;
}


ul.foot_menu li ul li a:before {
  position: absolute;
  content: "-";
  margin: 0;
  margin-left: -1em;
  padding: 0;
}

ul.foot_menu li:nth-child(n+2) {
margin-top: 0;
}
ul.foot_menu li ul li:nth-child(n+2) {
margin-top: 0;
}

@media screen and (max-width: 780px) {

ul.foot_menu {
display: block;
margin: 0 -16px;
margin-bottom: 0;
padding: 0;
width: auto;
}
ul.foot_menu li {
display: block;
margin: 0 0;
text-align: left;
margin-bottom: 0;
border-top: 1px solid #3e5bc7;
color: #000 !important;
max-width: inherit;
}

ul.foot_menu li a {
display: block;
padding: 12px 8px;
	background: #FFF; /* Old browsers */
	background: -moz-linear-gradient(top,  #3e5bc7 0%, #213082 47%, #0b40a7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #3e5bc7 0%,#213082 47%,#0b40a7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #3e5bc7 0%,#213082 47%,#0b40a7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e5bc7', endColorstr='#0b40a7',GradientType=0 ); /* IE6-9 */
	background-repeat: repeat;
	background-position: ltop;
	background-size: auto;
margin-bottom: 0;
}
ul.foot_menu li a:before {
  margin-left: -1.2em;
}
ul.foot_menu li a:hover {
text-decoration: underline;
color: #FFF;
}
ul.foot_menu li ul {
margin: 0;
padding: 0.75em 8px;
background-color: #FFF;
}

ul.foot_menu li ul li {
display: block;
background: none;
padding: 0.2em 0;
min-width: 4em;
border-top: none;
}
ul.foot_menu li ul li a {
display: block;
padding: 0.25em 16px;
background: none;
border-top:  none;
}

@media screen and (max-width: 780px) {

ul.foot_menu li ul li {
margin-right: 0;
min-width: 8.0em;
}
ul.foot_menu li ul li a {
padding: 0.2em 16px;
padding-right: 0;
}
}

ul.foot_menu li ul li a:before {
  margin-left: -1em;
}
ul.foot_menu li:nth-child(n+2) {
margin-top: 0;
}
ul.foot_menu li ul li:first-child {
margin-top: 0;
}
ul.foot_menu li a:hover {
text-decoration: none;
background-color: #F9F9F9;
color: #479557 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
}


