@charset "utf-8";
/* ---------------------
    - BASE
    - LINKS
    - HEADER
    - PAGETITLE
    - CONTENTS
    - FOOTER
    - PC 1025px -
    - TABLET - 1024px
    - SP - 640px
    - SP - 350px
--------------------- */
/* ==========================================================================
	BASE
========================================================================== */
body {
  width: 100%;
  color: #2d2d2d;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  line-height: 1.8em;
}
.wrapper {
  overflow: hidden;
  text-align: left;
  margin: 0 auto;
}
section ul, header ul, footer ul, .side ul, .main ul, nav ul, .side-content ul {
  list-style-type: none;
}
section h2, section h3, section h4, section h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
iframe {
  vertical-align: bottom;
}
:root {
  --color01: #038d7b;
  --color02: #01409d;
  --color03: #f27dc4;
  --color04: #50b9e5;
  --color05: #eaf6fa;
  --color06: #d5edf5;
  --font01: "Noto Sans JP", sans-serif;
  --font02: "Kiwi Maru", serif;
  --font03: "Lexend", sans-serif;
}
.bg01 {
  background-color: var(--color05);
  padding: 80px 0 1px 0;
  margin-bottom: 80px;
}
.bg02 {
  background-color: #F6FAEA;
  padding: 80px 0 1px 0;
  margin-bottom: 80px;
}
/* ==========================================================================
	LINKS
	========================================================================== */
a:hover.alpha img {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}
a, a:visited {
  color: #2d2d2d;
  text-decoration: none;
}
/*マウスオーバー時ゆっくり透過*/
a {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.fade a {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.fade a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* ==========================================================================
	HEADER
========================================================================== */
.header {
  position: fixed;
  width: 100%;
  padding: 15px 0;
  top: 0;
  z-index: 200;
  transition: 0.4s ease-in-out;
}
.header.bg {
  background-color: rgba(255, 255, 255, 0.80);
}
.header .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  max-width: 1600px;
}
.logo-tit {
  display: block;
  width: 100%;
  max-width: 400px;
}
/* ==========================================================================
	NAVIGATION
	========================================================================== */
.gnav {
  display: flex;
  flex-wrap: wrap;
}
.gnav-item {
  font-family: var(--font01);
  font-weight: 700;
  flex-grow: 1;
  text-align: center;
  margin-right: 2em;
}
@media screen and (max-width: 1500px) {
  .gnav-item {
    margin-right: 1em;
  }
}
@media screen and (max-width: 1300px) {
  .gnav-item {
    font-size: 85%;
  }
}
.gnav li:last-child {
  margin-right: 0;
}
.gnav-item a {
  display: block;
  color: #000;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
}
.gnav-item a:hover {
  color: var(--color01);
}
/* ==========================================================================
	PAGETITLE
	========================================================================== */
.page {
  background: url("../images/cmn-images/page-bg.jpg") 50% 0 no-repeat;
  padding: 150px 0 100px 0;
  margin-bottom: 10px;
}
.page-tit {
  color: var(--color01);
  font-family: var(--font01);
  font-size: clamp(2.0rem, 3.5vw, 3.5rem);
  font-weight: 700;
  text-align: center;
}
/*パンくず*/
#topic-path {
  text-align: right;
  font-size: 1.3rem;
  margin-bottom: 5%;
}
#topic-path a {
  text-decoration: underline;
}
/* ==========================================================================
	CONTENTS
	========================================================================== */
section h1 {
  margin-bottom: 50px;
}
section h2 {
  margin-bottom: 50px;
}
section h3 {
  margin-bottom: 40px;
}
section h4 {
  margin-bottom: 30px;
}
section h5 {
  margin-bottom: 30px;
}
section, article {
  clear: both;
  overflow: hidden;
  margin-bottom: 80px;
}
section p {
  margin-bottom: 20px;
}
.section-min {
  overflow: hidden;
  margin-bottom: 60px;
}
.link-margin {
  margin-top: -100px;
  padding-top: 100px;
}
.layout01, .layout02, .layout03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-mb {
  margin-bottom: 50px;
}
.layout-reverse {
  flex-direction: row-reverse;
}
.layout-tc {
  align-items: center;
}
.layout01 .box01, .layout01 .box02 {
  width: 47%;
}
.layout02 .box01 {
  width: 55%;
}
.layout02 .box02 {
  width: 40%;
}
.layout03 .box01 {
  width: 65%;
}
.layout03 .box02 {
  width: 30%;
}
/*TITLE*/
.cmn-tit01 {
  font-size: clamp(2.0rem, 3.5vw, 3.5rem);
  text-align: center;
}
.cmn-tit01 i {
  font-style: normal;
  white-space: nowrap;
}
.cmn-tit01 span {
  display: block;
  font-family: var(--font03);
  color: var(--color04);
  font-size: 50%;
  font-weight: 400;
  letter-spacing: 0;
  padding-top: 10px;
}
.cmn-tit01.green span {
  display: block;
  color: var(--color01);
  font-size: 50%;
}
.cmn-tit01.pink span {
  display: block;
  color: var(--color03);
  font-size: 50%;
}
.cmn-tit02 {
  position: relative;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  border-bottom: solid 3px #d8d7cb;
  padding-bottom: 20px;
}
.cmn-tit02::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px var(--color01);
  bottom: -3px;
  width: 20%;
}
.cmn-tit03 {
  font-size: clamp(1.8rem, 2.375vw, 2rem);
  background-color: var(--color06);
  padding: 15px;
}
.cmn-tit04 {
  color: var(--color01);
  font-size: clamp(1.7rem, 2.875vw, 2.3rem);
}
.cmn-tit04 span {
  color: #000;
}
.cmn-tit05 {
  font-size: clamp(2.0rem, 3.5vw, 3.5rem);
}
.cmn-tit05 span {
  color: var(--color04);
  font-family: var(--font03);
  font-size: 50%;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 1.5em;
}
.box-radius {
  overflow: hidden;
  border-radius: 10px;
}
/*LIST*/
.li-cmn01 {
  margin-left: 1em;
}
.li-cmn01 li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 10px;
}
.li-cmn01 li:before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--color01);
  margin-right: 10px;
}
.li-cmn02 li {
  list-style-type: none;
  counter-increment: number;
  padding-left: 1.7em;
  text-indent: -1.7em;
  margin-bottom: 10px;
}
.li-cmn02 li::before {
  content: counter(number) ".";
  margin-right: 10px;
  color: #E31B1E;
}
.li-cmn03 li {
  margin-bottom: 10px;
}
.li-cmn03 li:before {
  content: "※";
}
.li-cmn04 {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.li-cmn04 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.li-cmn04 li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: var(--color02);
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
.li-cmn05 {
  margin-left: 1em;
}
.li-cmn05 li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 10px;
}
.li-cmn05 li:before {
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--color01);
  margin-right: 10px;
}
.clm4-2 {
  display: flex;
  flex-wrap: wrap;
}
.clm4-2 li {
  width: 25%;
}
.clm2-1 {
  display: flex;
  flex-wrap: wrap;
}
.clm2-1 li {
  width: 50%;
}
/*BT*/
.bt-cmn01, .bt-cmn02 {
  width: 280px;
  margin: 0 auto;
}
.bt-cmn01 a {
  display: block;
  color: #fff;
  font-family: var(--font01);
  font-weight: 700;
  text-align: center;
  background-color: var(--color04);
  border-radius: 80px;
  padding: 20px 0;
}
.bt-cmn02 a {
  display: block;
  color: #fff;
  font-family: var(--font01);
  font-weight: 700;
  text-align: center;
  background-color: var(--color03);
  border-radius: 80px;
  padding: 20px 0;
}
.bt-cmn01 a::after, .bt-cmn02 a::after {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 6px;
}
/*contents*/
.bn {
  background: url("../images/cmn-images/bg03.jpg") 50% 0 repeat-y;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  margin-bottom: 80px;
}
.li-bn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.li-bn li {
  width: 47.5%;
  border-radius: 15px;
  overflow: hidden;
}
.li-bn li a {
  display: block;
  position: relative;
  padding-top: 35%;
}
.li-bn li span {
  position: absolute;
  color: #fff;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  font-weight: 700;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.li-bn li span i {
  margin-left: 10px;
}
.li-bn .bn01 a {
  background: url("../images/cmn-images/bn01.jpg") 50% 50% no-repeat;
  background-size: 100% auto;
}
.li-bn .bn02 a {
  background: url("../images/cmn-images/bn02.jpg") 50% 50% no-repeat;
  background-size: 100% auto;
}
.li-bn li a:hover {
  background-size: 105% auto;
}
/*info*/
.info {
  background: url("../images/cmn-images/bg01.jpg") 50% 0 repeat-y;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  margin-bottom: 80px;
}
.info .info-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-layout .box01 {
  width: 50%;
}
.info-layout .box02 {
  width: 45%;
}
.info h3 {
  color: var(--color01);
  font-size: clamp(1.7rem, 2.875vw, 2.3rem);
  border-top: 1px dotted #2d2d2d;
  padding-top: 15px;
  margin: 30px 0 15px 0;
}
.info p {
  font-size: 90%;
}
.info p a {
  font-weight: 700;
  text-decoration: underline;
}
.info .txt01 span {
  color: var(--color01);
}
.info .info-inner {
  overflow: hidden;
  border: 2px solid #2d2d2d;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 10px;
}
.info .time-table-tit {
  font-weight: normal;
  text-align: center;
  border-bottom: solid 1px #2d2d2d;
  padding: 20px;
}
.info .time-table-txt {
  border-bottom: solid 1px #2d2d2d;
  padding: 20px;
}
.info .time-table-txt {
  color: var(--color01);
}
.info .detail {
  display: flex;
  align-items: center;
  font-size: 90%;
  margin-bottom: 20px;
}
.info .detail:last-child {
  margin-bottom: 0;
}
.info .detail-tit {
  width: 120px;
  color: #fff;
  text-align: center;
  background-color: var(--color04);
  border-radius: 3px;
  padding: 5px 0;
}
.info .detail-tit-closed {
  background-color: #cc3333 !important;
}
.info .detail-txt {
  flex: 1;
  padding-left: 20px;
}
.info .map {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  border: 1px solid #2d2d2d;
  margin-bottom: 20px;
}
.info .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.access-root li {
  font-size: 90%;
  border-bottom: 1px dotted #2d2d2d;
  padding: 15px 0 15px 60px;
}
.access-root li:nth-child(1) {
  background: url("../images/cmn-images/access-icon01.png") 0 50% no-repeat;
  background-size: 45px auto;
}
.access-root li:nth-child(2) {
  background: url("../images/cmn-images/access-icon02.png") 0 50% no-repeat;
  background-size: 45px auto;
}
.access-root li:nth-child(3) {
  background: url("../images/cmn-images/access-icon03.png") 0 50% no-repeat;
  background-size: 45px auto;
}
.access-root li:nth-child(4) {
  background: url("../images/cmn-images/access-icon04.png") 0 50% no-repeat;
  background-size: 45px auto;
}

/* カレンダー */
table.calender{
	text-align:left;
	width:100%;
	margin: 20px auto;
}
table.calender caption{
    text-align: center;
    font-size: 1.5em;
    padding: 10px 0;
    background: var(--color01);
    color: #fff;
    margin-bottom: 5px;
}
table.calender tr:hover{
	background-color:auto;
}
table.calender th {
  background-color: #f3f3f3;
      text-align: center;
      padding: 10px 0;
      border: 1px solid #ccc;
      border-bottom: 3px double #ccc;
      font-weight: 700;
}
table.calender td{
	border: 1px solid #ccc;
	width: 14%;
	height:60px;
	vertical-align:top;
	text-align: center;
	background: #fff;
    padding: 3px;
}
table.calender td span.num{
  padding-top:0.25em;
  display: block;
}
table.calender td span.holiday{
  display: block;
  font-size: 0.7em;
  white-space: nowrap;
  background: #fff;
  color: #ff0000;
  border: 1px solid #ff0000;
  padding:2px 2px;
  margin: 2px 0;
}
table.calender td span.blue{
  display: block;
  font-size: 0.7em;
  white-space: nowrap;
  background: #4bacc6;
  color: #fff;
  padding:2px 2px;
  margin: 2px 0;
}
table.calender td span.pink{
  display: block;
  font-size: 0.7em;
  white-space: nowrap;
  background: #ff33cc;
  color: #fff;
  padding:2px 2px;
  margin: 2px 0;
}
table.calender td span.orange{
  display: block;
  font-size: 0.7em;
  white-space: nowrap;
  background: #e46c0a;
  color: #fff;
  padding:2px 2px;
  margin: 2px 0;
}
table.calender td span.green{
  display: block;
  font-size: 0.7em;
  white-space: nowrap;
  background: #00b050;
  color: #fff;
  padding:2px 2px;
  margin: 2px 0;
}
table.calender .sun,
table.calender th:first-child {
    background: #f4e7e7;
}
table.calender .sat {
    background: #f9fffe;
    color: #0049ff;
}
table.calender th:first-child {
    color: #ff2b95;
}
table.calender .red {
    color: #ff0000;
}
table.calender td.other {
    background: rgb(100,100,100,.7)!important;
}
/* ==========================================================================
	FOOTER
	========================================================================== */
.footer {
  padding-bottom: 100px;
}
.footer-nav {
  font-family: var(--font01);
  font-weight: 700;
  margin-bottom: 40px;
}
.footer-nav .wrapper {
  text-align: center;
}
.fnav {
  display: flex;
}
.fnav-item {
  flex-grow: 1;
}
.fnav-item a:hover {
  color: var(--color04);
}
.footer-cp {
  color: var(--color01);
  font-size: 1.2rem;
  text-align: center;
}
/* PAGETOP
-----------------------*/
.btm-fix {
  position: fixed;
  width: 100%;
  max-width: 919px;
  bottom: 0;
  right: 15px;
  z-index: 300;
}
.btm-fix ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  list-style: none;
}
.btm-fix ul li {
  transition: 0.4s ease-in-out;
}
.btm-fix ul li:nth-child(1) {
  width: 25.5%;
}
.btm-fix ul li:nth-child(2) {
  width: 17.6%;
}
.btm-fix ul li:nth-child(3) {
  width: 17.6%;
}
.btm-fix ul li:nth-child(4) {
  width: 27.4%;
}
.btm-fix ul li:nth-child(5) {
  width: 7.3%;
}
.btm-fix ul li:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* ==========================================================================
	PC
	========================================================================== */
@media screen and (min-width: 1240px) {
  body {
    min-width: 1180px;
  }
  .wrapper {
    width: 1180px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1240px) {
  .wrapper {
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1241px) {
  tablet-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  .pc-none {
    display: none;
  }
  .br-pc {
    display: block;
  }
  .br-sp {
    margin-left: 10px;
  }
}
/* ==========================================================================
	TABLET - 1024px
	========================================================================== */
@media screen and (max-width:1240px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  tablet-only {
    display: block;
  }
  .wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .br-tablet {
    display: block;
  }
  .br-tabletonly {
    display: block;
  }
  .link-margin {
    margin-top: -60px;
    padding-top: 60px;
  }
  /* HEADER
-----------------------*/
  .page {
    background: url("../images/cmn-images/page-bg-sp.jpg") 50% 50% no-repeat;
    background-size: cover;
    padding: 100px 0 60px 0;
  }
  /* NAVIGATION
-----------------------*/
  .nav {
    margin-bottom: 0;
  }
  .gnav {
    display: block;
  }
  .gnav-item {
    font-family: var(--font01);
    font-size: 100%;
    font-weight: 700;
    flex-grow: 1;
    text-align: center;
    margin-right: 0;
  }
  .gnav-item a {
    color: #4b4b4b;
    padding: 15px 0;
  }
  /*panel*/
  #panel {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 130000;
    overflow: hidden;
    overflow-y: scroll;
    padding: 40px 0;
  }
  #panel-btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 150000;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: var(--color01);
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    margin: -1px 0 0 -12px;
    background: #fff;
    transition: .2s;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    margin-left: -12px;
    background: #fff;
    transition: .3s;
  }
  #panel-btn-icon:before {
    margin-top: -11px;
  }
  #panel-btn-icon:after {
    margin-top: 9px;
  }
  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0;
  }
  #panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #panel {
    display: none;
    width: 100%;
    height: 100%;
    color: #3e3e3e;
    text-align: left;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0;
  }
  /* CONTENTS
  -----------------------*/
  /*BT*/
  /*POST*/
  /* FOOTER
  -----------------------*/
  .info .time-table {
    font-size: 1.4rem;
  }
  .info .time-table-tit {
    padding: 10px 5px;
  }
  .info .time-table-txt {
    padding: 10px 5px;
  }
  .fnav {
    display: inline-block;
  }
  .fnav-item {
    display: inline-block;
    margin: 0 10px 10px 10px;
  }
}
/* ==========================================================================
	SP - 640px
	========================================================================== */
@media screen and (max-width: 640px) {
  .tablet-only {
    display: none;
  }
  .sp-none {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-sp {
    display: block;
    margin: 0;
  }
  .br-tabletonly {
    display: inline;
  }
  body {
    font-size: 1.5rem;
  }
  section h1 {
    margin-bottom: 30px;
  }
  section h2 {
    margin-bottom: 30px;
  }
  section h3 {
    margin-bottom: 30px;
  }
  section h4 {
    margin-bottom: 30px;
  }
  section, article {
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .section-min {
    margin-bottom: 40px;
  }
  .layout01, .layout02, .layout03 {
    display: block;
  }
  .layout-mb {
    margin-bottom: 30px;
  }
  .layout01 .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .layout01 .box02 {
    width: 100%;
  }
  .layout02 .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .layout02 .box02 {
    width: 100%;
  }
  .layout03 .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .layout03 .box02 {
    width: 100%;
  }
  .layout03 .box-min {
    width: 60%;
    margin: 0 auto;
  }
  /* HEADER
-----------------------*/
  .header {
    padding: 15px 0;
  }
  .logo-tit {
    width: 280px;
  }
  .logo img {
    display: block;
  }
  /* NAVIGATION
-----------------------*/
  /*panel*/
  #panel-btn {
    top: 5px;
    right: 5px;
  }
  /* PAGETITLE
  -----------------------*/
  .page {
    background: url("../images/cmn-images/page-bg-sp.jpg") 50% 0 no-repeat;
    background-size: cover;
    padding: 100px 0 60px 0;
  }
  /*パンくず*/
  #topic-path {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  /* CONTENT
  -----------------------*/
  .clm4-2 li {
    width: 50%;
  }
  .clm2-1 li {
    width: 100%;
  }
  /*BT*/
  .bt-cmn01, .bt-cmn02 {
    width: 70%;
  }
  .bt-cmn01 a, .bt-cmn02 a {
    font-size: 90%;
    padding: 17px 0;
  }
  .bn {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .li-bn {
    display: block;
    margin-bottom: -20px;
  }
  .li-bn li {
    width: 100%;
    margin-bottom: 20px;
  }
  .li-bn li a {
    display: block;
    position: relative;
    padding-top: 35%;
  }
  /* FOOTER
  -----------------------*/
  .info {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .info-layout {
    display: block;
  }
  .info-layout .box01 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .info-layout .box02 {
    width: 100%;
  }
  .footer .info .box01 h3 {
    font-size: 1.6rem;
  }
  .footer .info .box02 h3 {
    font-size: 1.6rem;
  }
  .time-table {
    font-size: 1.3rem;
  }
  .time-table-tit {
    padding: 10px;
  }
  .time-table-txt {
    padding: 10px;
  }
  .detail {
    display: block;
  }
  .detail-tit {
    margin-bottom: 5px;
  }
  .detail-txt {
    padding-left: 0;
  }
  .footer-nav {
    margin-bottom: 20px;
  }
  .footer-cp {
    font-size: 1rem;
  }
  /* PAGETOP
-----------------------*/
  .btm-fix-sp {
    position: fixed;
    width: 95%;
    bottom: 0;
    left: 2.5%;
    z-index: 300;
  }
  .btm-fix-sp ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    list-style: none;
  }
  .btm-fix-sp ul li {
    width: 24%;
  }
}
/* ==========================================================================
	SP - 350px
	========================================================================== */
@media screen and (max-width: 350px) {}