@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800;900&display=swap');


/* 2023.04.01~　追加 */
#footer_box_n .fc-brown,#footer_box_n .fc-brown a { 
  color:#222;
  transition: all 0.2s ease-out;
}
.border-bottom-brown a {
  text-decoration: underline;
}
#footer_box_n .fc-brown a:hover {
  color: #800000;
}
.border-y {
  border-top: #c9c9c9 1px solid;
  border-bottom: #c9c9c9 1px solid;
  padding: 10px 0;
  margin: 0px;
}
#sp_footer .bg-white {
  background-color: #fff;
}
#footer_box_n .mt-3 {
  margin-top: 1rem;
}

/*PC 共通footer_________________________________*/
#footer_pc_common {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #222;
  line-height: 1.3 !important;
  font-size: 12px !important;
  text-align: center;
  padding: 16px 0 22px 0;
}

#footer_pc_common a:link {
  color: #222;
  text-decoration: underline;
}
#footer_pc_common a:visited {
  color: #222;
  text-decoration: underline;
}
#footer_pc_common a:hover {
  color: #800000;
  text-decoration: underline;
}
#footer_pc_common ul {
  border-top: #c9c9c9 1px solid;
  border-bottom: #c9c9c9 1px solid;
  padding: 10px 0;
  margin: 0px;
  line-height: 1.3 !important;
}
#footer_pc_common li {
  display: inline;
}
.ft_pc_common_cp {
  padding-top: 5px;
  font-size: 11px;
}
@media only screen and (max-width: 991px) {
  #footer_pc_common {
    padding: 0;
  }
}
/*---------------------------------------
logomark
---------------------------------------*/
.bland-logo-area {
  background-color: #fff;
  padding: 5px;
}
.bland-logo-img{
  text-align: left;
  width: 144px;
  height: 58px;
}
.bland-logo-img a:hover {
  opacity: 0.5;
}
.navbar .navbar-brand img {
  max-width: 144px;
}

@media only screen and (max-width: 768px) {
  .bland-logo-img {
      width: 100px;
      height: 40px;
  }
}
/*---------------------------------------
logomark 55th
---------------------------------------*/
.bland-logo-img-55{
  text-align: left;
  width: 200px;
  height: 58px;
  margin: 5px 0;
}
.bland-logo-img-55 a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .bland-logo-img-55 {
      width: 145px;
      height: 40px;
  }
}


/*--------------------------------------------------
 SNS
-------------------------------------------------*/
.lp-base-sns-area {
  max-width: 750px;
  margin: 0 auto;
}
.lp-base-sns-area ul {
  list-style: none;
  margin: 0;
  padding: 0 1rem;
}
.lp-base-sns-area li {
  margin: 0;
  padding: 0;
  float: left;
  width: 25%;
  border-right: 1px solid #c9c9c9;
}
.lp-base-sns-area li:last-child {
  border: none;
}
.lp-base-sns-area img {
  max-width: 60px;
  height: auto;
}
@media all and (max-width: 576px) {
  .lp-base-sns-area p {
    font-size: 0.8rem;
  }
  .lp-base-sns-area img {
    max-width: 40px;
  }
}


/*-----------------------------------------------------------------
footer
-----------------------------------------------------------------*/
footer {
  padding: 20px 10px;
  background-color: #eae4dc;
}

footer .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  min-height: 70px;
}

footer .inner::after {
  content: "";
  display: block;
  clear: both;
}

footer dl {
  margin-bottom: 20px;
}

footer dl dt {
  font-size: 1.4rem;
  font-weight: bold;
}

footer dl dd {
  font-size: 1.3rem;
}

footer .copyright {
  text-align: center;
  font-size: 1.1rem;
  color: gray;
  padding: 10px;
}

@media screen and (max-width: 568px) {
  footer {
    /*ページTOPボタンの分の余白*/
  }
  footer dl {
    margin-bottom: 20px;
  }
  footer dl dt {
    font-size: 1.6rem;
    font-weight: bold;
  }
  footer dl dd {
    font-size: 1.4rem;
  }
  footer dl dd ul li {
    padding: 3px 0;
  }
  footer .copyright {
    margin-bottom: 30px;
  }
}

/*spから*/
#sp_footer {
  display: inline;
}

#footer_tk {
  display: none;
}

@media only screen and (min-width: 768px), print {
  #sp_footer {
    display: none;
  }
  #footer_tk {
    display: inline;
  }
}

/*-----------------------------------------------------------------
Display
-----------------------------------------------------------------*/
.disp_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .disp_pc {
    display: none;
  }
  .disp_sp {
    display: block;
  }
}

@media screen and (max-width: 568px) {
  .disp_pc {
    display: none;
  }
  .disp_s_block {
    display: block !important;
  }
}

/*-----------------------------------------------------------------
TOPスクロール
-----------------------------------------------------------------*/
#page-top_area {
  z-index: 9999;
  position: fixed;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: 10px 0 0;
}

#page-top_naka {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
  overflow: hidden;
}

#page-top {
  width: 38px;
  font-size: 12px;
  float: right;
  margin: 0 0 10px;
}

#page-top a {
  background-color: #323232;
  opacity: 0.3;
  text-decoration: none;
  color: #FFF;
  padding: 10px;
  text-align: center;
  display: block;
  border-radius: 5px;
}


/*-----------
フッター リニュアル 2018/09/03
--------------*/

#footer_box_n {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #000;
	}

.footer_ltxt_n {
	margin: 0;
	padding: 10px 5px;
	font-size: 14px;
	line-height: 2;
	text-align: center;
	color: #fff;
	}

.footer_ltxt_n a{
	margin: 0;
	padding: 10px 5px;
	font-size: 14px;
	line-height: 2;
	text-align: center;
	color: #fff;
	}

.footer_ctxt_n {
	/* padding: 0 5px 5px 5px; */
	padding: 10px 5px 10px 5px!important;/* 2023.04.01~ */
	color: #999;
	font-size: 12px;
	text-align: center;
	line-height: 1.3;
	}




/*-----------------------------------------------------------------
 clearfix
-----------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clear {
  clear: both;
}
