@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
*/




/********* フッター 問い合わせ*************************************************/



table.foot_contact {
	margin: 0;
	padding: 0;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	color: #FFF;
	text-align: center;
	border: none;
	background: none;
}
table.foot_contact tr {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
table.foot_contact td {
	border: none;
	background-color: #789;
	padding: 80px 100px;
}

@media only screen and (max-width: 1080px) {
table.foot_contact td {
	padding: 80px 24px;
}

}
table.foot_contact td h4 {
	font-size: 200%;
	font-weight: normal;
}
table.foot_contact td h5 {
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 5px;
}
table.foot_contact td p {
	margin: 20px 0;
}
table.foot_contact td:nth-child(2) {
	background-color: #048;
}
.foot_mail {
	display: inline-block;
}

.foot_mail a {
	display: block;
	padding: 15px 30px;
	font-size: 90%;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	background-color: #048;
}
.foot_mail a:hover {
	background-color: #FFF;
	color: #048;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.foot_tel {
	display: inline-block;
	text-align: left;
	line-height: 160%;
}
.foot_tel span {
	font-size: 90%;
}

.foot_tel_no {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 240%;
	font-weight: bold;
	padding: 2px 5px;
	margin: 5px 0;
	padding-left: 34px;
	background: url(../../../../uploads/2025/08/icon_tel_wh.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
.foot_tel_no a {
	display: block;
	color: #FFF;
	text-decoration: none;
}
.foot_tel_no a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
table.foot_contact {
	text-align: left;
}
table.foot_contact td {
	display: block;
	padding: 40px 16px;
}
table.foot_contact td h4 {
	font-size: 150%;
}
table.foot_contact td h5 {
	font-size: 130%;
	margin-bottom: 5px;
}
table.foot_contact td p {
	margin: 10px 0;
}
.foot_mail a {
	display: block;
	padding: 10px 20px;
}
.foot_tel {
	display: block;
	line-height: 130%;
}
.foot_tel span {
	font-size: 90%;
}

}




/********* フッター *************************************************/
#footer {
  display: block;
  margin: 0 auto;
  padding: 0 0;
  background-color: #F1F1F1;
  color: #000;
}
#footer-in {
  position: relative;
  max-width: 1080px;
  display: block;
  margin: 0 auto;
  padding: 80px 0;
}
@media only screen and (max-width: 1080px) {
  #footer-in {
    padding: 80px 16px;
}
}
@media screen and (max-width: 1024px) {
  #footer-in {
    padding: 24px 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 screen and (max-width: 1024px) {
.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: #3389FF;
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: 1024px) {
.foot_flex {
  display: block;
}
.foot_flex_left {
max-width: inherit;
padding: 0 0;
width: auto;
margin: 0 auto;
margin-left: 0;
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: 240px;
margin-bottom: 16px;
}
p.foot_company {
margin: 0;
padding: 0;
line-height: 200%;
  text-box-trim: trim-both;
}
@media screen and (max-width: 1024px) {
.foot_logo {
display: block;
max-width: 240px;
margin: 0;
margin-bottom: 16px;
}
p.foot_company {
padding-left: 0;
}
}



.footer_menu_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1024px) {
.footer_menu_box {
  display: block;
}
}





ul.foot_menu {
margin: 0;
padding: 0;
  text-box-trim: trim-both;
}
ul.foot_menu li {
position: relative;
list-style: none;
line-height: 200%;
font-weight: 500;
margin: 0;
padding: 0;
margin-bottom: 1em;
}
ul.foot_menu li a {
position: relative;
display: block;
font-weight: 700;
color: #000
}
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: 1024px) {

ul.foot_menu {
margin: 0 -16px;
margin-bottom: 0;
padding: 0;
width: auto;
}
ul.foot_menu li {
margin-bottom: 0;
border-top: 1px solid #EEE;
max-width: inherit;
}

ul.foot_menu li a {
display: block;
padding: 12px 8px;
	background: #FFF; /* Old browsers */
	background: -moz-linear-gradient(top,  #FFF 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #FFF 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #FFF 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#ededed',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;
}
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: 1024px) {

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


