@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');
/* ----------------------------------------
  base
---------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  color: #000000;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", 'Noto Serif JP', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  background: url("../images/cmn/bg01.png");
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto;
}
p {
  line-height: 1.7;
}
.wrapper, .wrapper2 {
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  padding: 0 30px;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
}
.wrapper2 {
  width: 100%;
  max-width: 1060px;
}
.deco a {
  text-decoration: none;
}
.font01 {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.bg02 {
  background: url("../images/cmn/bg02.png");
}
/* ----------------------------------------
  head
---------------------------------------- */
#head {
  background: url("../images/cmn/bg02.png");
  padding: 20px 0;
}
#head .wrapper {
  display: flex;
  flex-wrap: wrap;
}
#head h1 {
  width: 26%;
  margin-right: 2%;
}
#head .search {
  width: 10%;
  margin-right: 4%;
}
#head .search p {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 5px;
}
#head .search select {
  width: 100%;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 5px 7px;
}
#head .web {
  width: 26%;
  margin-right: 2%;
}
#head .park {
  width: 13%;
  margin-right: 1%;
}
#head .time {
  width: 24%;
}
#head img {
  display: block;
}
/* ----------------------------------------
  gnav
---------------------------------------- */
#gnav {
  background-color: #ad0404;
  padding: 5px 0;
}
#gnav ul {
  display: flex;
  flex-wrap: wrap;
}
#gnav li {
  width: 14.28%;
  box-sizing: border-box;
  border-right: 2px solid #fff;
}
#gnav li:last-child {
  border-right: none;
}
#gnav li a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
  transition: 0.4s ease-in-out;
}
#gnav li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* ----------------------------------------
  sp btn
---------------------------------------- */
#panel-btn {
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 10000;
  width: 40px;
  height: 40px;
}
/* ----------------------------------------
  sp nav
---------------------------------------- */
#sp-nav {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 1500;
  overflow-y: scroll;
  left: 0;
  top: 0;
  display: none;
  background-color: #fff;
  padding: 70px 0 0 0;
}
#sp-nav .search {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 30px 30px;
}
#sp-nav .search p {
  font-size: 3.6363vw;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 7px;
}
#sp-nav .search select {
  width: 50%;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 5px 7px;
}
#sp-nav ul {
  margin-bottom: 50px;
}
#sp-nav ul li {
  background-color: #fae6e6;
  border-bottom: 1px solid #ad0404;
}
#sp-nav ul li a {
  display: block;
  color: #ad0404;
  font-size: 4.7727vw;
  font-weight: 600;
  text-align: left;
  background: url("../images/cmn/btn-icon02.png") 10px 50% no-repeat;
  background-size: 10px auto;
  padding: 10px 10px 10px 30px;
}
#sp-nav .web {
  width: 90%;
  margin: 0 auto 20px auto;
}
#sp-nav h2 {
  width: 76%;
  margin: 0 auto 20px auto;
}
#sp-nav .time {
  width: 65%;
  margin: 0 auto 80px auto;
}
#sp-nav .time img {
  margin-bottom: 5px;
}
#sp-nav .time .txt01 {
  color: #3c1e00;
  font-size: 3.1818vw;
  font-weight: 600;
}
#sp-nav .time .txt02 {
  color: #3c1e00;
  font-size: 2.7272vw;
  font-weight: 600;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
#page-title {
  position: relative;
  padding-top: 200px;
  background: url("../images/cmn/page-title.jpg") 50% 50% no-repeat;
  background-size: cover;
  border: 2px solid #ad0404;
}
#page-title h2 {
  position: absolute;
  width: 320px;
  color: #ad0404;
  font-size: 3.0rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  top: 65px;
  left: 50%;
  margin-left: -160px;
}
#page-title span {
  display: block;
  color:#ad0404;
  font-size: 1.8rem;
  padding-top: 20px;
}
/* ----------------------------------------
  contents
---------------------------------------- */
.contents {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 50px 0;
}
.contents-main {
  width: 74%;
}
.contents-side {
  width: 22%;
  margin-right: 4%;
}
.contents-side .bn01, .contents-side .bn02, .contents-side .bn03 {
  width: 100%;
  margin-bottom: 20px;
}
.contents-side .cate-group {
  border: 1px solid #000;
  background-color: #fff;
  padding: 2px;
}
.contents-side .cate-group .inner {
  border: 1px solid #000;
  background-color: #fff;
}
.contents-side .cate-group h3 {
  color: #fff;
  background-color: #000;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  padding: 5px;
}
.contents-side .cate-group .inner ul {
  padding: 10px;
}
.contents-side .cate-group .inner ul li {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px dotted #bfbfbf;
  vertical-align: middle;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.contents-side .cate-group .inner ul li a {
  display: table-cell;
  font-size: 1.4rem;
  vertical-align: middle;
}
.contents-side .cate-group .inner ul .cate01 a::before {
  background: url("../images/cmn/side-menu01.jpg") 0 50% no-repeat;
  background-size: 100% auto;
}
.contents-side .cate-group .inner ul .cate02 a::before {
  background: url("../images/cmn/side-menu02.jpg") 0 50% no-repeat;
  background-size: 100% auto;
}
.contents-side .cate-group .inner ul .cate03 a::before {
  background: url("../images/cmn/side-menu03.jpg") 0 50% no-repeat;
  background-size: 100% auto;
}
.contents-side .cate-group .inner ul .cate04 a::before {
  background: url("../images/cmn/side-menu04.jpg") 0 50% no-repeat;
  background-size: 100% auto;
}
.contents-side .cate-group .inner ul .cate05 a::before {
  background: url("../images/cmn/side-menu05.jpg") 0 50% no-repeat;
  background-size: 100% auto;
}
.contents-side .cate-group .inner ul .cate06 a::before {
  background: url("../images/cmn/side-menu06.jpg") 0 50% no-repeat;
  background-size: 100% auto;
}
.contents-side .cate-group .inner ul .cate07 a::before {
  background: url("../images/cmn/side-menu07.jpg") 0 50% no-repeat;
  background-size: 100% auto;
}
.contents-side .cate-group .inner ul .cate08 a::before {
  background: url("../images/cmn/side-menu08.jpg") 0 50% no-repeat;
  background-size: 100% auto;
}
.contents-side .cate-group .inner ul .cate09 a::before {
  background: url("../images/cmn/side-menu09.jpg") 0 50% no-repeat;
  background-size: 100% auto;
}
.contents-side .cate-group .inner ul .cate10 a::before {
  background: url("../images/cmn/side-menu10.jpg") 0 50% no-repeat;
  background-size: 100% auto;
}
.contents-side .cate-group .inner ul .cate11 a::before {
  background: url("../images/cmn/side-menu11.jpg") 0 50% no-repeat;
  background-size: 100% auto;
}
.contents-side .cate-group .inner ul .cate12 a::before {
  background: url("../images/cmn/side-menu12.jpg") 0 50% no-repeat;
  background-size: 100% auto;
}
.contents-side .cate-group .inner ul .cate13 a::before {
  background: url("../images/cmn/side-menu13.jpg") 0 50% no-repeat;
  background-size: 100% auto;
}
.contents-side .cate-group .inner ul .cate14 a::before {
  background: url("../images/cmn/side-menu14.jpg") 0 50% no-repeat;
  background-size: 100% auto;
}
.contents-side .cate-group .inner ul .cate15 a::before {
  background: url("../images/cmn/side-menu15.jpg") 0 50% no-repeat;
  background-size: 100% auto;
}
.contents-side .cate-group .inner ul .cate16 a::before {
  background: url("../images/cmn/side-menu16.jpg") 0 50% no-repeat;
  background-size: 100% auto;
}
.contents-side .cate-group .inner ul li a::before {
  content: "";
  display: inline-block;
  width: 26%;
  vertical-align: middle;
  padding-top: 20%;
  border: 1px solid #bfbfbf;
  margin-right: 10px;
}
/* ----------------------------------------
  section
---------------------------------------- */
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-box01 {
  padding: 90px 0;
}
.cmn-box02 {
  padding-bottom: 90px;
}
.cmn-box03 {
  padding: 50px 0;
}
.cmn-box04 {
  padding-bottom: 50px;
}
/* ----------------------------------------
  cmn-group
---------------------------------------- */
.cmn-group01 {
  display: flex;
  flex-wrap: wrap;
}
.cmn-group01 .txt {
  width: 63%;
  margin-right: 4%;
}
.cmn-group01 .img {
  width: 33%;
  text-align: center;
}
.caution {
  padding: 40px 30px;
}
.caution ul li {
  position: relative;
  padding-left: 2rem;
}
.caution ul li::before {
  position: absolute;
  display: inline-block;
  content: "■";
  color: #a4762b;
  left: 0;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 {
  position: relative;
  color: #ad0404;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
.cmn-title01 span {
  display: inline-block;
  position: relative;
}
.cmn-title01 span::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 175px;
  height: 28px;
  background: url("../images/cmn/title01-left.png") 0 0 no-repeat;
  background-size: 175px auto;
  top: 0;
  left: -200px;
}
.cmn-title01 span::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 175px;
  height: 28px;
  background: url("../images/cmn/title01-right.png") 0 0 no-repeat;
  background-size: 175px auto;
  top: 0;
  right: -200px;
}
.cmn-title01 i {
  display: block;
  font-size: 1.8rem;
  font-style: normal;
  padding-top: 13px;
}
.cmn-title02 {
  position: relative;
  color: #ad0404;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
.cmn-title02 span {
  display: inline-block;
  position: relative;
}
.cmn-title02 span::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 93px;
  height: 16px;
  background: url("../images/cmn/title02-left.png") 0 0 no-repeat;
  background-size: 93px auto;
  top: 13px;
  left: -110px;
}
.cmn-title02 span::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 93px;
  height: 16px;
  background: url("../images/cmn/title02-right.png") 0 0 no-repeat;
  background-size: 93px auto;
  top: 13px;
  right: -110px;
}
.cmn-title02 i {
  display: block;
  font-size: 1.8rem;
  font-style: normal;
  padding-top: 13px;
}
.cmn-title03 {
  position: relative;
  color: #3c1e00;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.cmn-title03 span {
  color: #d70000;
}
.cmn-title03::after {
  position: absolute;
  display: block;
  content: "";
  width: 240px;
  height: 1px;
  background-color: #3c1e00;
  bottom: 0;
  left: 50%;
  margin-left: -120px;
}
.cmn-title04 {
  position: relative;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: left;
  line-height: 1;
  background-color: #ad0404;
  margin-bottom: 30px;
  padding: 10px;
}
.step {
  padding-left: 75px;
}
.step span {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 59px;
  height: 57px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  background: url("../images/cmn/step-icon.png") 0 0 no-repeat;
  background-size: 100% auto;
  top: -8px;
  left: 10px;
  padding-top: 5px;
  padding-right: 5px;
	color:#ad0404;
}
.step span strong {
  display: block;
  font-size: 2rem;
}
/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a {
  display: inline-block;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1;
  background-color: #ad0404;
  border-radius: 6px;
  padding: 12px 50px;
}
.cmn-btn01 a::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 15px;
  background: url("../images/cmn/btn-icon.png") 50% 50% no-repeat;
  background-size: 100% auto;
  margin-left: 6px;
}
/* ----------------------------------------
  youtube
---------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 74%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ----------------------------------------
  side
---------------------------------------- */
#side {
  position: fixed;
  width: 60px;
  bottom: 50px;
  right: 0;
  z-index: 1000;
}
#side ul li {
  margin-bottom: 10px;
}
/* ----------------------------------------
  bottom
---------------------------------------- */
#bottom {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2000;
}
#bottom ul {
  display: flex;
  flex-wrap: wrap;
}
#bottom ul li {
  width: 33.3333%;
}

#bottom ul li:nth-child(3){
	background:#ad0404;
}


/* ----------------------------------------
 info
------------------------------------------- */
#info .box {
  display: flex;
  flex-wrap: wrap;
}
#info .box .map {
  width: 48%;
  margin-right: 4%;
}
#info .box .info {
  width: 48%;
}
#info .box .info h3 {
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
#info .box .info h3 span {
  display: block;
  font-size: 3.6rem;
  text-align: center;
  padding-top: 10px;
}
#info .box .info h3 span i {
  color: #d70000;
  font-style: normal;
}
#info .box .info h4 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  background-color: #ad0404;
  border-radius: 30px;
  padding: 10px;
  margin-bottom: 20px;
}
#info .box .info p {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
#info .box .info .tel {
  margin-bottom: 20px;
}
#info .box .info .btn {
  vertical-align: middle;
}
#info .box .info .btn a {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  vertical-align: middle;
  background-color: #f08b48;
  border-radius: 6px;
  padding: 12px 20px;
}
#info .box .info .btn a::before {
  display: inline-block;
  position: relative;
  content: "";
  width: 34px;
  height: 27px;
  background: url("../images/cmn/icon-mail.png") 50% 50% no-repeat;
  background-size: 100% auto;
  margin-right: 6px;
  top: 3px;
}
/* ----------------------------------------
  foot
---------------------------------------- */
#foot {
  padding: 60px 0 20px 0;
}
#foot h2 {
  width: 300px;
  margin-bottom: 40px;
}
#foot .box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#foot .box01 {
  width: 40%;
}
#foot .box02 {
  width: 20%;
}
#foot .box03 {
  width: 20%;
}
#foot .box04 {
  width: 20%;
  padding-top: 30px;
}
#foot .fnav {
  max-width: 200px;
}
#foot .fnav li {
  line-height: 1;
  margin-bottom: 15px;
}
#foot .fnav li a {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
#foot .fnav .parent a {
  background: url("../images/cmn/foot-icon01.png") 0 50% no-repeat;
  background-size: 8px auto;
  padding-left: 15px;
}
#foot .fnav .child a {
  background: url("../images/cmn/foot-icon02.png") 20px 50% no-repeat;
  background-size: 8px auto;
  padding-left: 35px;
}
#foot .copy {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
  body {
    min-width: 1200px;
    height: 100%;
  }
  .sp-only {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .pc-none {
    display: none;
  }
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  /* ----------------------------------------
  gnav
---------------------------------------- */
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 50%;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
}
/* =======================
  SP
======================== */
@media screen and (max-width: 880px) {
  body {
    font-size: clamp(16px,3vw,20px);
  }
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pctablet {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .wrapper, .wrapper2 {
    padding: 0 30px;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head {
    width: 100%;
    min-height: 70px;
    position: fixed;
    background-image: none;
    background-color: #ad0404;
    z-index: 9999;
    top: 0;
    padding: 0;
  }
  #head .wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  #head h1 {
    width: 200px;
    margin-right: 0;
    padding-top: 15px;
  }
  /* ----------------------------------------
  page-title
---------------------------------------- */
  #page-title {
    padding-top: 33.33%;
    background: url("../images/cmn/page-title-sp.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
  #page-title h2 {
    width: 40%;
    font-size: 3.6363vw;
    top: 35%;
    left: 50%;
    margin-left: -20%;
  }
  #page-title span {
    font-size: 2.0454vw;
    padding-top: 5%;
	
  }
  /* ----------------------------------------
  contents
---------------------------------------- */
  .contents {
    display: block;
    padding: 30px 0;
  }
  .contents-main {
    width: 100%;
    margin-bottom: 30px;
  }
  .contents-side {
    width: 100%;
    margin-right: 0;
  }
  .contents-side .bn-box {
    display: flex;
    flex-wrap: wrap;
  }
  .contents-side .bn01 {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .contents-side .bn02 {
    width: 48%;
    margin-bottom: 20px;
  }
  .contents-side .bn03 {
    width: 100%;
    margin-bottom: 20px;
  }
  .contents-side .cate-group h3 {
    font-size: 2.7272vw;
    padding: 10px;
  }
  .contents-side .cate-group .inner ul {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
  }
  .contents-side .cate-group .inner ul li {
    display: table;
    width: 49%;
    box-sizing: border-box;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .contents-side .cate-group .inner ul li a {
    font-size: 2.727vw;
  }
  /* ----------------------------------------
  cmn-box
---------------------------------------- */
  .cmn-box01 {
    padding: 35px 0;
  }
  .cmn-box02 {
    padding-bottom: 35px;
  }
  /* ----------------------------------------
  cmn-group
---------------------------------------- */
  .cmn-group01 {
    display: block;
  }
  .cmn-group01 .txt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .cmn-group01 .img {
    width: 100%;
  }
  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01 {
    font-size: clamp(18px,4.5vw,36px);
    margin-bottom: 20px;
  }
  .cmn-title01 span::before {
    width:20vw;
    height: 50px;
    background-size: 100% auto;
    top: 10%;
    left: -21.5vw
  }
  .cmn-title01 span::after {
    width: 20vw;
    height: 50px;
    background-size: 100% auto;
    top: 10%;
    right: -21.5vw
  }
  .cmn-title01 i {
    font-size: 60%;
    padding-top: calc(0.5vh + 4px);
  }
  .cmn-title02 {
    font-size: clamp(18px,4.5vw,36px);
    margin-bottom: 20px;
  }
  .cmn-title02 span {
    display: inline-block;
    position: relative;
  }
  .cmn-title02 span::before {
    width: 15vw;
    height: 50px;
    background-size: 100% auto;
    top: 20%;
    left: -17vw;
  }
  .cmn-title02 span::after {
    width: 15vw;
    height: 50px;
    background-size: 100% auto;
    top: 20%;
    right: -17vw;
  }
  .cmn-title02 i {
    font-size:60%;
    padding-top:calc(0.5vh + 4px);
  }
  .cmn-title03 {
    font-size: 5.4545vw;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .cmn-title03 span {
    display: block;
  }
  .cmn-title03::after {
    display: none;
  }
  .cmn-title04 {
    font-size: 3.4090vw;
    margin-bottom: 30px;
  }
  /* ----------------------------------------
  cmn-btn
---------------------------------------- */
  .cmn-btn01 a {
    font-size: clamp(16px,3vw,20px);
    padding: 12px 50px;
  }
  .cmn-btn01 a::after {
    width: 5px;
    height: 8px;
    margin-left: 6px;
  }
  /* ----------------------------------------
  anker
---------------------------------------- */
  .page-head {
    padding-top: 70px;
  }
  .anker {
    margin-top: -70px;
    padding-top: 70px;
  }
  /* ----------------------------------------
 info
------------------------------------------- */
  #info .box {
    display: block;
  }
  #info .box .map {
    width: 100%;
    margin: 0 auto 30px auto;
  }
  #info .box .info {
    width: 100%;
    margin: 0 auto;
  }
  #info .box .info h3 {
    font-size: 2.0454vw;
  }
  #info .box .info h3 span {
    font-size: 4.0909vw;
  }
  #info .box .info h4 {
    width: 60%;
    font-size: 2.0454vw;
    border-radius: 30px;
    margin: 0 auto 20px auto;
  }
  #info .box .info p {
    margin-bottom: 20px;
  }
  #info .box .info .tel {
    width: 60%;
    margin: 0 auto 20px auto;
  }
  #info .box .info .btn {
    width: 60%;
    margin: 0 auto;
  }
  #info .box .info .btn a {
    font-size: 2.7272vw;
  }
  #info .box .info .btn a::before {
    display: inline-block;
    position: relative;
    content: "";
    width: 20px;
    height: 15px;
    background: url("../images/cmn/icon-mail.png") 50% 50% no-repeat;
    background-size: 100% auto;
    margin-right: 6px;
    top: 3px;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
  #foot {
    padding: 50px 0 13% 0;
  }
  #foot h2 {
    width: 75%;
    max-width: 400px;
    margin: 0 auto 30px auto;
  }
  #foot .box {
    display: block;
    margin-bottom: 30px;
  }
  #foot .box01 {
    width: 100%;
  }
  #foot .box02 {
    width: 100%;
    margin-bottom: 10px;
  }
  #foot .box03 {
    width: 100%;
  }
  #foot .box04 {
    width: 100%;
    padding-top: 0;
  }
  #foot .fnav {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
    #foot .fnav li {
   padding-bottom: 10px;
   margin-bottom: 15px;
  }
  #foot .fnav li a {
    font-size: clamp(14px,2.5vw,18px);
    font-weight: 600;
    line-height: 1;
  }
  #foot .fnav .parent {
    width: 49%;
    margin: 0 2% 15px 0;
  }
  #foot .fnav .parent:nth-child(2n) {
    margin-right: 0;
  }
 #foot .fnav .parent {
    border-bottom: 1px solid #000;
  }
  #foot .fnav .parent a {
    display: block;
  }
  #foot .box03 .parent {
    width: 100%;
  }
  #foot .fnav .child {
    width: 100%;
	box-sizing: border-box;
	border-bottom: 1px dashed #a78563;
    margin: 0 20px 10px 20px;
  }
  #foot .fnav .child a {
    display: block;
    background: none;
    padding-left: 5px;
  }
  #foot .copy {
    font-size: 1.8181vw;
  }
}