/* Footer */
.max{
  max-width: 1024px;
  margin:0 auto;
}
#footer .pc {
	display: block;
}

#footer .sp {
	display: none;
}

#footer .shisetsu-menu {
	background: #FFF;
	margin-top: 1px;
	padding: 70px 0;
}

#footer .shisetsu-menu ul {
	text-align: center;
}

#footer .shisetsu-menu ul li {
	display: inline-block;
  margin: 0 3%;
}

#footer .kisetsu-list {
	padding: 80px 0;
}

#footer .kisetsu-list .inner {
	min-width: 945px;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#footer .kisetsu-list h4 {
	font-size: 1.0rem;
}

#footer .kisetsu-list h4 img {
	width: 264px;
	height: auto;
}

#footer .kisetsu-list .kisetsu-list-menu {
	text-align: center;
	margin-top: 50px;
}

#footer .kisetsu-list .kisetsu-list-menu li {
	width: 29%;
	height: auto;
	background: #000;
	color: #FFF;
	display: inline-block;
	margin: 0 1.25%;
	overflow: hidden;
	position: relative;
}

#footer .kisetsu-list .kisetsu-list-menu li:after {
	content: "";
	display: block;
	padding-top: 62.9%;
}

#footer .kisetsu-list .kisetsu-list-menu li .image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
}

#footer .kisetsu-list .kisetsu-list-menu li a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#footer .kisetsu-list .kisetsu-list-menu li .text {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 5%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

#footer .kisetsu-list .kisetsu-list-menu li p {
	overflow: hidden;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#footer .kisetsu-list .kisetsu-list-menu li h5 {
	font-size: 2.4rem;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#footer .kisetsu-list .kisetsu-list-link {
	position: absolute;
	top: -5px;
	right: 3.9%;
}

#footer .shisetsu-directions {
	background: #FFF;
}


#footer .shisetsu-directions .inner {
	width: 81.4%;
	max-width: 1042px;
	background-image: url('');
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 60px;
	margin: 0 auto;
	padding: 50px 288px 50px 90px;
	box-sizing: border-box;
  position: relative;
  margin-left: -0%;
}

#footer .shisetsu-directions .inner .address {
	font-size: 2.6rem;
	line-height: 1.384;
}

#footer .shisetsu-directions .inner .gmap {
	font-size: 2.0rem;
	margin: 8px 0 0 0;
}

#footer .shisetsu-directions .inner .gmap img {
	display: none;
}

#footer .shisetsu-reservation {
	background: #FFF;
	margin-bottom: 60px;
}

#footer .shisetsu-reservation .inner {
	width: 100%;
    max-width: 1042px;
    background-image: url(footer.css);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 60px;
    border-top: 1px solid #dcdcdc;
    margin: 0 auto;
    padding: 47px 90px 50px 90px;
    box-sizing: border-box;
    position: relative;
    margin-left: -0%;
}

#footer .shisetsu-reservation .inner .tel {
	font-size: 2.0rem;
  line-height: 1.8;
  text-align:center;
}

#footer .shisetsu-reservation .inner .tel a {
	font-size: 3.0rem;
}

#footer .shisetsu-reservation .inner .overseas {
	font-size: 1.4rem;
}

#footer .shisetsu-directions .link,
#footer .shisetsu-reservation .link {
	height: 72px;
	margin-top: -36px;
	position: absolute;
	top: 50%;
	right: 0;
}

#footer .shisetsu-directions .link li,
#footer .shisetsu-reservation .link li {
	width: 144px;
	height: 72px;
	border-right: 1px solid #dcdcdc;
	font-size: 1.4rem;
	text-align: center;
	display: inline-block;
}

#footer .shisetsu-directions .link li a,
#footer .shisetsu-reservation .link li a {
	display: block;
}

#footer .shisetsu-directions .link li:last-child,
#footer .shisetsu-reservation .link li:last-child {
	border: none;
}

#footer .shisetsu-directions .link li i,
#footer .shisetsu-reservation .link li i {
	width: 42px;
	height: 42px;
	margin: 0 auto 3px auto;
	display: block;
}

#footer .shisetsu-directions .link li i img,
#footer .shisetsu-reservation .link li i img {
	width: 100%;
	height: auto;
}

#footer .history-list-yes {
	background: #FFF;
	padding: 50px 0;
}

#footer .history-list-yes .inner {
	min-width: 945px;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#footer .history-list-yes h4 {
	font-size: 1.0rem;
}

#footer .history-list-yes h4 img {
	width: 192px;
	height: 31px;
}

#footer .history-list-yes .history-list-menu {
	text-align: center;
	margin-top: 50px;
}

#footer .history-list-yes .history-list-menu li {
	display: inline-block;
	margin: 0 1.0%;
}

#footer .history-list-yes .history-list-menu li .thumb {
	width: 170px;
	height: 170px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin-bottom: 10px;
	/* border-radius: 85px; */
	display: block;
	overflow: hidden;
}

#footer .history-list-yes .history-list-link {
	position: absolute;
	top: -5px;
	right: 3.9%;
}

#footer .history-list-yes .history-list-banner {
	width: 76.4%;
	margin: 50px auto 0 auto;
}

#footer .history-list-yes .history-list-banner img {
	width: 100%;
	height: auto;
}

#footer .history-list-no {
	background: #FFF;
	padding: 60px;
	/* margin-top: 1px; */
}

#footer .footer-menu ul.main-menu {
	text-align: center;
}

#footer .footer-menu ul.main-menu li {
	height: 48px;
	line-height: 48px;
	display: inline-block;
	margin: 0 30px;
}

#footer .footer-menu ul.main-menu li a {
  display: block;
  line-height: 1.5;
}

#footer .footer-menu ul.main-menu li img {
	width: 48px;
	height: 48px;
	vertical-align: top;
	margin-right: 12px;
}

#footer .footer-menu ul.sub-menu {
	text-align: center;
	margin-top: 50px;
}

#footer .footer-menu ul.sub-menu li {
	height: 18px;
	font-size: 1.4rem;
	line-height: 18px;
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid #E6E6E6;
}

#footer .footer-menu ul.sub-menu li:last-child {
	border-right: none;
}

#footer .footer-menu.footer-menu2 ul.sub-menu{
	margin-top: 0;
	padding-top: 0;
}

#footer .bottom {
	background: #FFF;
	text-align: center;
	padding: 0px 0 20px;
}

#footer .bottom .copyright {
    width: 100%;
    top: -17px;
    position: relative;
}

#footer .bottom .copyright p {
	height: 24px;
	font-size: 1.2rem;
	text-align: right;
	color: #fff;
	position: absolute;
	right: 50px;
}

#footer .bottom .copyright i {
	height: 24px;
	display: block;
	position: absolute;
	left: 50px;
}

#footer .bottom .copyright i img {
  width: 120px;
  object-fit: contain;
}
/*--------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px) {
#footer.sogo {
  margin-top: 30px;
}

#footer.shisetsu {
  margin-top: 0px;
}

#footer .pc {
  display: none;
}

#footer .sp {
  display: block;
}

#footer .footer-navi {
  background: #FFF;
  text-align: center;
  padding: 10px 0;
  margin-top: 0px;
  overflow: hidden;
}

#footer .footer-navi .inner {
  width: 85%;
  margin: 0 auto;
}

#footer .footer-navi ul.main-menu {
  text-align: left;
}

#footer .footer-navi ul.main-menu li {
  background-image: url(../img/footer/navi_arrow_sp.html);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 6px 10px;
  border-top: 1px solid #dcdcdc;
  font-size: 1.3rem;
  margin: 0;
}

#footer .footer-navi ul.main-menu li.top {
  font-size: 1.6rem;
  border-top: none;
}

#footer .footer-navi ul.main-menu li a {
  padding: 10px 0;
  display: block;
}

#footer .shisetsu-directions {
  background: #FFF;
  margin-top: 20px;
}

#footer .shisetsu-directions .inner {
  width: 85%;
  background-image: url('../img/footer/shisestu_data_icon_map.html');
  background-position: 0 25px;
  background-repeat: no-repeat;
  background-size: 48px;
  margin: 0 auto;
  padding: 25px 0 10px 0;
  box-sizing: border-box;
  position: relative;
}

#footer .shisetsu-directions .inner .address {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-left: 63px;
}

#footer .shisetsu-directions .inner .gmap {
  font-size: 1.3rem;
  margin-top: 8px;
  margin-left: 63px;
}

#footer .shisetsu-directions .inner .gmap img {
  width: 6px;
  height: 10px;
  margin: -2px 0 0 4px;
  display: inline;
}

#footer .shisetsu-reservation {
  background: #FFF;
  margin-top: 20px;
  margin-bottom: 0;
}

#footer .shisetsu-reservation .inner {
  width: 85%;
  background-image: url('../img/footer/shisestu_data_icon_tel.html');
  background-position: 0 25px;
  background-repeat: no-repeat;
  background-size: 48px;
  border-top: none;
  margin: 0 auto;
  padding: 25px 0 10px 0;
  box-sizing: border-box;
  position: relative;
}

#footer .shisetsu-reservation .inner .tel {
  font-size: 1.3rem;
  line-height: 1.6;
  /*margin-left: 63px;*/
  text-align: center;
}

#footer .shisetsu-reservation .inner .tel a {
  font-size: 2.2rem;
}

#footer .shisetsu-reservation .inner .overseas {
  font-size: 1.0rem;
  margin-top: 2px;
  margin-left: 63px;
}

#footer .shisetsu-directions .link,
#footer .shisetsu-reservation .link {
  height: auto;
  margin-top: 20px;
  position: relative;
  top: auto;
  right: auto;
}

#footer .shisetsu-directions .link li,
#footer .shisetsu-reservation .link li {
  width: 100%;
  height: auto;
  background-image: url(../img/footer/navi_arrow_sp.html);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 6px 10px;
  border-top: 1px solid #dcdcdc;
  border-right: none;
  font-size: 1.3rem;
  text-align: left;
  display: block;
}
  
#footer .shisetsu-directions .link li a,
#footer .shisetsu-reservation .link li a {
  padding: 10px 0;
  display: block;
}

#footer .shisetsu-directions .link li:last-child,
#footer .shisetsu-reservation .link li:last-child {
  border-top: 1px solid #dcdcdc;
}

#footer .shisetsu-directions .link li i,
#footer .shisetsu-reservation .link li i {
  display: none;
}

#footer .history-list-yes {
  background: #FFF;
  text-align: center;
  padding: 26px 0;
  margin-top: 20px;
  overflow: hidden;
}

#footer .history-list-yes .inner {
  min-width: 0;
}

#footer .history-list-yes h4 {
  font-size: 1.0rem;
}

#footer .history-list-yes h4 img {
  width: 120px;
  height: 20px;
}

#footer .history-list-yes .history-list-menu {
  margin-top: 26px;
}

#footer .history-list-yes .history-list-menu li {
  font-size: 1.2rem;
  margin: 0 8px;
  display: inline-block;
}

#footer .history-list-yes .history-list-menu li:first-child {
  margin-left: 0;
}

#footer .history-list-yes .history-list-menu li:last-child {
  margin-right: 0;
}

#footer .history-list-yes .history-list-menu li a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#footer .history-list-yes .history-list-menu li .thumb {
  width: 67px;
  height: 67px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: 5px;
  /* border-radius: 67px; */
  overflow: hidden;
  display: block;
}

#footer .history-list-yes .history-list-link {
  font-size: 1.6rem;
  text-align: right;
  margin: 20px 12px 0 0;
}

#footer .history-list-yes .history-list-banner {
  width: 85%;
  margin: 25px auto 0 auto;
}

#footer .history-list-yes .history-list-banner img {
  width: 100%;
  height: auto;
}

#footer .history-list-no {
  background: #FFF;
  text-align: center;
  padding: 26px 23px;
  margin-top: 20px;
  overflow: hidden;
}

#footer .shisetsu-menu {
  background: transparent;
  margin-top: -19px;
  padding: 0 0 30px 0;
}

#footer .shisetsu-menu ul li {
  height: 20px;
  border-right: 1px solid #DBDBDB;
  font-size: 1.3rem;
  line-height: 20px;
  padding: 0 15px;
  margin: 0;
  display: inline-block;
}

#footer .shisetsu-menu ul li:last-child {
  border-right: none;
}

#footer .shisetsu-menu ul li a.link-text-l {
  background: none;
  font-size: 1.4rem;
  padding-left: 0;
}	

#footer .kisetsu-list {
  padding: 25px 0;
  margin-top: 1px;
}

#footer .kisetsu-list .inner {
  min-width: 0;
  max-width: none;
}

#footer .kisetsu-list h4 img {
  width: 225px;
  height: auto;
}

#footer .kisetsu-list .kisetsu-list-menu {
  margin-top: 25px;
}

#footer .kisetsu-list .kisetsu-list-menu li {
  width: 93%;
  height: auto;
  display: block;
  margin: 0 3.5% 13px 3.5%;
}

#footer .kisetsu-list .kisetsu-list-menu li:after {
  padding-top: 31.51%;
}

#footer .kisetsu-list .kisetsu-list-menu li.text {
  width: 92.28%;
  left: 3.86%;
}

#footer .kisetsu-list .kisetsu-list-menu li p {
  font-size: 1.2rem;
  font-weight: bold;
}

#footer .kisetsu-list .kisetsu-list-menu li h5 {
  font-size: 1.8rem;
  font-weight: bold;
}

#footer .kisetsu-list .kisetsu-list-link {
  text-align: right;
  margin: 15px 3.5% 0 0;
  position: static;
  top: auto;
  right: auto;
}

#footer .kisetsu-list .kisetsu-list-link a.link-text-m {
  background: url('../img/common/link_arrow_m.html') no-repeat 100% 50%;
  background-size: 12px 20px;
  font-size: 1.6rem;
  padding-right: 26px;
}

#footer .footer-menu {
  padding: 10px 7.466% 30px 7.466%;
  margin-top: 20px;
}

#footer .footer-menu ul.main-menu {
  text-align: center;
}

#footer .footer-menu ul.main-menu li {
  width: 33%;
  height: 32px;
  font-size: 1.3rem;
  line-height: 32px;
  border-right: none;
  display: inline-block;
  padding: 0;
  margin: 20px 0 0 0;
  box-sizing: border-box;
  text-align: center;
}

#footer .footer-menu ul.main-menu li:nth-child(even) {
  padding-left: 2.266%;
}

#footer .footer-menu ul.main-menu li img {
  width: 32px;
  height: 32px;
  vertical-align: top;
  margin-right: 7px;
  object-fit: contain;
}

#footer .footer-menu ul.sub-menu {
  border-top: 1px solid #dcdcdc;
  padding-top: 10px;
  margin-top: 30px;
}

#footer .footer-menu ul.sub-menu li {
  width: 100%;
  border-right: none;
  font-size: 1.6rem;
  padding: 0;
  margin: 20px 0 0 0;
  box-sizing: border-box;
}

#footer .catch-copy {
  padding: 60px 0 0 0;
}

#footer .catch-copy h3 {
  font-size: 16px;
  padding: 30px;
    text-align:center;
}

#footer .catch-copy i {
  width: 57px;
  margin: 25px auto 0 auto;
}

#footer .catch-copy p {
  margin: 15px auto 0 auto;
}

#footer .catch-copy i img {
  width: 57px;
  height: 57px;
  object-fit: contain;
}

#footer .catch-copy h3 img {
  width: 213px;
  height: 19px;
}

#footer .catch-copy p img {
  width: 145px;
  height: 13px;
}

#footer .pr{
  text-align: center;
  background-color: #fff;
  padding: 60px 0 30px;
}

#footer .footer-menu.footer-menu2{
  margin-top: 0;
}

#footer .footer-menu.footer-menu2 ul.sub-menu{
  border-top:none;
  margin-top: 0;
}

#footer .footer-menu.footer-menu2 ul.sub-menu li{
  font-size: 1.3rem;
}

#footer .footer-menu.footer-menu2 ul.sub-menu li:nth-child(3) {
  width: auto;
  display:inline-block;
  /*border-right: 1px solid #E6E6E6;*/
  text-align: right;
  padding-right: 0px;
}

#footer .footer-menu.footer-menu2 ul.sub-menu li:last-child {
  border-right: none;
  width: auto;
  display:inline-block;
  text-align: left;
  padding-left: 0px;
}

#footer .bottom {
  padding: 50px 0 25px 0;
}

#footer .bottom .inner {
  min-width: 0;
}
  
#footer .bottom .copyright {
    width: 100%;
    top: 0;
    position: relative;
    padding: 10px 0;
}
  
#footer .bottom .copyright p {
    text-align: center;
}
  
footer .inner img {
    margin: 0px 15px;
    padding: 15px 0;
}
  
}
@media screen and (min-width: 500px){
  .sp_br1{
    display:none;
  }
}
#footer .shisetsu-reservation .inner {
  width: 100%;
  max-width: 1042px;
  background-image: url(footer.css);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  border-top: 1px solid #dcdcdc;
  margin: 0 auto;
  padding: 47px 90px 0px 90px;
  box-sizing: border-box;
  position: relative;
  margin-left: -0%;
}
#footer .shisetsu-reservation {
  background: rgb(255, 255, 255);
  margin-bottom: 0px;
}
#footer .shisetsu-reservation .inner {
   border-top: none; 
}
@media screen and (max-width: 768px){
#footer .footer-navi ul.main-menu li a {
    padding: 10px 0px;
    display: block;
    font-size: 16px;
    color: #000;
    position: relative;
    font-weight: bold;
  }
#footer .footer-navi ul.main-menu li a::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 16px;
  top: calc(50% - 2px);
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}
}

.footer-menu2 .inner {
  background: #000;
  padding-bottom: 20px;
}

.footer-menu2 .inner p.tel{
  color: #F2E858 !important;
  font-size: 20px !important;
}
.footer-menu2 .inner p.tel a{
  color: #FFF !important;
  font-size: 20px !important;
}
@media screen and (max-width: 768px){
  .footer-menu2 .inner p.tel,
  .footer-menu2 .inner p.tel a{
    font-size: 16px !important;
  }
}