/* max-width 1080px
  メインコンテンツ 800px
   height auto

   【スマホ切り替え】
   ヘッダー、ナビ、フッター　768px
   メイン　600px

	 z-index
   1  body .site

   z-index
   1  body .site
	 5  .main-header-all（ヘッダーメニュー）
   10 nav.drawer-nav（スマホ版メニュー一覧）
   20 .drawer-hamburger（スマホ版メニューボタン）
	 25 .drawer--right.drawer-open .drawer-hamburger（スマホ版メニューボタンオープン時）
*/

/*****************************************************************************
****************** 共通 ******************************************************
*****************************************************************************/
@font-face {
  font-family: "ki-l";
  src: url("../font/KiwiMaru-Light.ttf");
}
@font-face {
  font-family: "ki-m";
  src: url("../font/KiwiMaru-Medium.ttf");
}
@font-face {
  font-family: "ki-r";
  src: url("../font/KiwiMaru-Regular.ttf");
}

* {
  box-sizing: border-box;
}
html {
  /* 上部にオフセット値を付与(固定ヘッダー用) */
  scroll-padding-top: 95px;
}
body {
  -webkit-print-color-adjust: exact;
}
body.custom-font-enabled {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body .site a,
body a img,
body .site a::before,
body .site a::after {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body .site a {
  color: #404040;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 68px;
  }
}

body *:focus {
  outline: none;
}
body img {
  width: 100%;
  vertical-align: bottom;
}
body a:hover img {
  text-decoration: none;
  /*opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";*/
}
body p {
  text-align: justify;
  line-height: 160%;
}
ul {
  line-height: 160%;
}

/* html,bodyタグの設定 */
html,
body {
  margin: 0; /* 余白の削除 */
  padding: 0; /* 余白の削除 */
  width: 100%;
}

body .site {
  box-shadow: none;
  max-width: 100%;
  width: auto;
  padding: 0;
  margin: 0 auto;
  background: none;
  z-index: 1;
  overflow: hidden;
}

h2,
h3,
h4 {
  line-height: 160%;
}
@media screen and (max-width: 767px) {
}

.font-ki-l {
  font-family: "ki-l", sans-serif;
}
.font-ki-m {
  font-family: "ki-m", sans-serif;
}
.font-ki-r {
  font-family: "ki-r", sans-serif;
}
.font-century {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.flex-bet {
  display: flex;
  justify-content: space-between;
}

.w-1200 {
  max-width: 1200px;
  width: auto;
  margin: 0 auto;
}
.w-1000 {
  max-width: 1000px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .w-1200 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 999px) {
  .w-1000 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
}

#page {
  outline: none;
  line-height: 160%;
  color: #404040;
}

/*****************************************************************************
****************** ヘッダー **************************************************
*****************************************************************************/
/*　非表示　*/
#main-header-all.UpMove {
  position: fixed;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#main-header-all.OpMove {
  opacity: 0;
}

/*　表示　*/
body.page #main-header-all,
body.single #main-header-all,
#main-header-all.DownMove {
  position: fixed;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  background-color: #fff;
  border-radius: 0 0 50px 50px;
}

.site-header {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.main-header-all {
  padding: 1rem 0;
}
.main-header-all .frame h1 {
  max-width: 450px;
  width: auto;
}
.main-header-all .frame .box .lan {
  margin-top: 0.3rem;
}
.main-header-all .frame .box .lan a {
  padding: 0.2rem 1rem;
}
.main-header-all .frame .box .lan a:first-of-type {
  border-right: 1px solid #000;
}
.main-header-all .frame .box .sns {
  /*flex-basis: 130px;*/
  flex-basis: 70px;
}
.main-header-all .frame .box .sns ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header-all .frame .box .sns ul li {
  /*flex-basis: 25%;*/
  flex-basis: 45%;
}
#main-header-all.DownMove .frame .box .lan,
#main-header-all.UpMove .frame .box .lan,
.main-header-all .frame .box .sns,
#main-header-all.UpMove.DownMove .frame .box .sns {
  display: none;
}
#main-header-all.UpMove.DownMove .frame .box .lan,
#main-header-all.DownMove .frame .box .sns,
#main-header-all.UpMove .frame .box .sns {
  display: block;
}
@media screen and (max-width: 1400px) {
  .main-header-all .frame h1 {
    margin-left: 90px;
  }
}
@media screen and (min-width: 768px) {
  #main-header-all.OpMove .frame .box,
  #main-header-all.UpMove .frame .box,
  #main-header-all.DownMove .frame .box {
    flex-basis: 150px;
  }
}
@media screen and (max-width: 767px) {
  .main-header {
    padding: 0;
  }
  .main-header-all .frame {
    justify-content: end;
  }
  .main-header-all .frame h1 {
    display: none;
  }
  #main-header-all.OpMove .frame h1,
  #main-header-all.DownMove .frame h1 {
    display: block;
    margin-left: 1rem;
    margin-right: auto;
    margin-bottom: 0;
    max-width: 240px;
    width: auto;
  }
  .main-header-all .frame .box .sns {
    display: none !important;
  }
}

.right-menu {
  position: fixed;
  top: 6rem;
  right: 0;
  z-index: 3;
}
.right-menu ul li:first-of-type {
  margin-bottom: 2rem;
}
.right-menu ul li a {
  width: 70px;
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  border-radius: 40px 0 0 0;
  padding-bottom: 2rem;
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: center 1.5rem;
}
.right-menu ul li:first-of-type a {
  background-color: #5ce6ff;
  background-image: url(../img/common/img-ticket.png);
  padding-top: 3.5rem;
}
.right-menu ul li:last-of-type a {
  background-color: #ffc47d;
  background-image: url(../img/common/img-time.png);
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .right-menu {
    display: none;
  }
}

/*****************************************************************************
****************** メイン ****************************************************
*****************************************************************************/
.site-content {
  width: 100%;
  float: none;
  margin: 0;
}

#content .top-area {
  position: relative;
}
#content .top-area .left-menu {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 85px;
  width: auto;
  height: 100%;
  background-color: #fff;
  border-radius: 0 50px 50px 0;
  padding: 0 1rem;
  padding-bottom: 8rem;
  align-items: end;
}
#content .top-area .left-menu::before,
#content .top-area .left-menu::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
}
#content .top-area .left-menu::before {
  bottom: 80px;
  background-color: #ffc47d;
}
#content .top-area .left-menu::after {
  bottom: 50px;
  background-color: #5ce6ff;
}
#content .top-area .left-menu .box {
  flex-wrap: wrap;
  justify-content: center;
}
#content .top-area .left-menu .box p {
  writing-mode: vertical-rl;
}
#content .top-area .left-menu .box ul {
  padding: 1rem 0.8rem;
  border-top: 1px solid #000;
  margin-top: 1rem;
  font-size: 10px;
}
#content .top-area .left-menu .box ul li:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #content .top-area .left-menu {
    max-width: 55px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  #content .top-area .left-menu .box ul {
    padding: 1rem 0.5rem;
  }
}

#contents-start {
  padding-top: 5rem;
}

/************** マップ **************/
.map {
  position: relative;
  margin-bottom: 3rem;
}
.map .frame {
  position: relative;
  z-index: 1;
}
.map .title {
  background-image: url(../img/top/img-map-back.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 12.2rem;
}
.map .title .box {
  justify-content: end;
  align-items: end;
  margin-bottom: 3rem;
}
.map .title .box div {
  width: 310px;
  padding-top: 1rem;
  margin-right: 2rem;
  position: relative;
}
.map .title .box div::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  width: 127px;
  height: 127px;
  background-color: #ffc47d;
  border-radius: 50%;
}
.map .title .box div h3 {
  font-size: 71px;
  font-weight: normal;
  line-height: 110%;
  border-bottom: 1px solid #000;
}
.map .title .box div p {
  font-size: 20px;
  text-align: right;
}
.map .title .box a {
  width: 75px;
  border-radius: 50%;
  overflow: hidden;
}
.map .title > p {
  text-align: right;
}
@media screen and (max-width: 1199px) {
  .map .title {
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .map .frame::before {
    content: "";
    position: absolute;
    top: 8%;
    right: 0;
    width: 20%;
    height: 85.5%;
    background-color: #a2f1d9;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .map .title {
    background-image: url(../img/top/img-map-back-sp.png);
    background-size: contain;
    padding-top: 7rem;
    padding-bottom: 10rem;
    margin-right: 0;
  }
  .map .title .box {
    margin-left: 2rem;
    margin-bottom: 0;
  }
  .map .title .box div {
    width: 200px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .map .title .box div::before {
    width: 107px;
    height: 107px;
  }
  .map .title .box div h3 {
    font-size: 53px;
  }
  .map .title > p {
    display: none;
  }
  .map .title .box a {
    width: 60px;
    margin: 0 1rem;
  }
}

/************** アニマル **************/
.animals {
  position: relative;
}
.animals .frame {
  padding: 3rem 0;
  position: relative;
  z-index: 1;
}
.animals .frame::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 0;
  width: 70%;
  height: 65%;
  background-color: #5ce6ff;
  border-radius: 0 30px 30px 0;
  z-index: -1;
}
.animals .title {
  padding-top: 2rem;
  padding-bottom: 10%;
}
.animals .title .box {
  max-width: 500px;
  width: auto;
  align-items: end;
  margin-bottom: 3rem;
}
.animals .title .box div {
  width: 380px;
  padding-top: 1rem;
  margin-right: 2rem;
  position: relative;
}
.animals .title .box div::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  width: 127px;
  height: 100%;
  background-color: #ffc47d;
  border-radius: 50%;
}
.animals .title .box div h3 {
  font-size: 71px;
  font-weight: normal;
  line-height: 110%;
  border-bottom: 1px solid #000;
}
.animals .title .box div p {
  font-size: 20px;
  text-align: right;
}
.animals .title .box a {
  width: 75px;
  border-radius: 50%;
  overflow: hidden;
}
.animals .frame .img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 700px;
  width: 50%;
  border-radius: 30px;
  overflow: hidden;
}
.animals .animals-slider {
  padding: 3rem 0;
}
.animals .animals-slider .slick-slide {
  margin: 0 2rem;
}
.animals .animals-slider .slick-slide a {
  border-radius: 30px;
  overflow: hidden;
  display: block;
}
.animals .animals-slider .slick-slide a img {
  object-fit: cover;
  height: 217px;
}
@media screen and (max-width: 991px) {
  .animals .title {
    padding-bottom: 0;
  }
  .animals .animals-slider .slick-slide {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .animals .title {
    padding-bottom: 2rem;
  }
  .animals .title .box {
    margin-bottom: 0;
  }
  .animals .title .box div {
    width: 250px;
    margin-left: 2rem;
  }
  .animals .title .box div::before {
    width: 107px;
  }
  .animals .title .box div h3 {
    font-size: 53px;
  }
  .animals .title .box a {
    width: 60px;
  }
  .animals .title > p {
    display: none;
  }
  .animals .frame .img {
    position: relative;
    max-width: unset;
    width: 100%;
    border-radius: 0;
  }
  .animals .animals-slider .slick-slide a img {
    height: 175px;
  }
}

/************** お知らせ **************/
.news {
  margin-bottom: 3rem;
}
.news .frame {
  position: relative;
}
.news .frame::before {
  content: "";
  position: absolute;
  right: 0;
  background-color: #a2f1d9;
  border-radius: 30px 0 0 30px;
  z-index: -1;
}
.news .frame .box {
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.news .frame .box::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: -4rem;
  width: 400px;
  height: 400px;
  border: 1px solid #5ce6ff;
  border-radius: 50%;
  z-index: -1;
}
.news .frame .box .img {
  flex-basis: 440px;
}
.news .frame .box .con {
  flex-basis: 55%;
  overflow: hidden;
  margin-top: 1.5rem;
}
.news .frame .box .con ul li:not(:last-of-type) {
  border-bottom: 1px solid #404040;
}
.news .frame .box .con ul li a {
  display: block;
  padding: 1rem 0;
}
.news .frame .box .con ul li a time {
  padding-right: 5rem;
  font-weight: bold;
}
.news .frame .box .more {
  margin-left: auto;
  font-size: 35px;
}
.news .frame .box .more a {
  position: relative;
  display: block;
  padding-right: 5rem;
}
.news .frame .box .more a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 45px;
  height: 1px;
  background: #404040;
  transition: all 0.5s;
}
.news .frame .box .more a::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 1rem;
  width: 15px;
  height: 1px;
  background: #404040;
  transform: rotate(35deg);
  transition: all 0.5s;
}
.news .frame .box .more a:hover::before,
.news .frame .box .more a:hover::after {
  right: 0.5rem;
}
@media screen and (min-width: 992px) {
  .news .frame::before {
    height: 80%;
  }
  .news .frame .box .con ul li a {
    width: 98%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .news .frame::before {
    height: 70%;
  }
  .news .frame .box::before {
    width: 180px;
    height: 180px;
  }
  .news .frame .box .img {
    flex-basis: 200px;
  }
  .news .frame .box .con {
    flex-basis: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .news .frame::before {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .news .frame::before {
    top: 3rem;
    width: 95%;
    height: 91%;
  }
  .news .frame .box {
    display: block;
  }
  .news .frame .box::before {
    left: -6rem;
    width: 280px;
    height: 280px;
  }
  .news .frame .box .img {
    max-width: 300px;
    width: auto;
    margin-left: -3rem;
  }
  .news .frame .box .con {
    white-space: unset;
    padding: 2rem;
    padding-right: 1rem;
    margin-top: 0;
  }
  .news .frame .box .con ul li a time {
    display: block;
    padding-right: 0;
    margin-bottom: 0.5rem;
  }
  .news .frame .box .more {
    font-size: 16px;
    text-align: right;
  }
  .news .frame .box .more a {
    display: inline-block;
    padding-right: 3rem;
  }
  .news .frame .box .more a::before {
    right: 1rem;
    width: 22px;
  }
  .news .frame .box .more a::after {
    top: 40%;
    right: 1rem;
    width: 10px;
  }
}

/************** のほほん **************/
.book {
  margin-bottom: 3rem;
}
.book .frame {
  background-image: url(../img/top/img-book-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 5rem 0;
}
.book .frame .box {
  max-width: 750px;
  width: auto;
  margin: 0 auto;
}
.book .frame .box .con {
  order: 2;
  flex-basis: 51%;
}
.book .frame .box .con .title {
  align-items: end;
  margin-bottom: 2rem;
}
.book .frame .box .con .title div {
  padding-top: 1rem;
  position: relative;
}
.book .frame .box .con .title div::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  width: 127px;
  height: 100%;
  background-color: #ffc47d;
  border-radius: 50%;
}
.book .frame .box .con .title div h3 {
  font-size: 71px;
  font-weight: normal;
  line-height: 110%;
  border-bottom: 1px solid #000;
}
.book .frame .box .con .title div p {
  font-size: 20px;
  text-align: right;
}
.book .frame .box .con .link {
  margin-top: 2rem;
  text-align: center;
  font-weight: bold;
}
.book .frame .box .con .link a {
  display: inline-block;
  border-radius: 30px;
  padding: 1rem 2rem;
  border: 1px solid #5ce6ff;
  background-color: #5ce6ff;
}
.book .frame .box .con .link a:hover {
  background-color: transparent;
}
.book .frame .box .con .back {
  font-size: 35px;
  margin-top: 2rem;
}
.book .frame .box .con .back a {
  display: block;
  position: relative;
  padding-right: 3rem;
  background-color: #5ce6ff;
  border-radius: 50px;
  padding: 1.5rem;
}
.book .frame .box .con .back a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 45px;
  height: 1px;
  background: #404040;
  transition: all 0.5s;
}
.book .frame .box .con .back a::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 2rem;
  width: 15px;
  height: 1px;
  background: #404040;
  transform: rotate(35deg);
  transition: all 0.5s;
}
.book .frame .box .con .back a:hover::before,
.book .frame .box .con .back a:hover::after {
  right: 1.5rem;
}
.book .frame .box .img {
  order: 1;
  flex-basis: 250px;
  text-align: center;
  padding-top: 1rem;
}
.book .frame .box .img p {
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #000;
  display: inline-block;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.book .frame .box .img .more {
  font-size: 35px;
  margin-top: 2rem;
}
.book .frame .box .img .more a {
  display: block;
  position: relative;
  padding-right: 3rem;
}
.book .frame .box .img .more a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 45px;
  height: 1px;
  background: #404040;
  transition: all 0.5s;
}
.book .frame .box .img .more a::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  width: 15px;
  height: 1px;
  background: #404040;
  transform: rotate(35deg);
  transition: all 0.5s;
}
.book .frame .box .img .more a:hover::before,
.book .frame .box .img .more a:hover::after {
  right: -0.5rem;
}
@media screen and (min-width: 1623px) {
  .book .frame {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .book .frame {
    background-image: url(../img/top/img-book-back-sp.png);
  }
  .book .frame .box {
    display: block;
    padding: 0 2rem;
  }
  .book .frame .box .con {
    margin-bottom: 2rem;
  }
  .book .frame .box .con .title div {
    margin-left: 2rem;
  }
  .book .frame .box .con .title div::before {
    width: 107px;
  }
  .book .frame .box .con .title div h3 {
    font-size: 53px;
  }
  .book .frame .box .con .link a {
    border: 1px solid #fff;
  }
  .book .frame .box .con .back {
    font-size: 16px;
  }
  .book .frame .box .con .back a {
    max-width: 250px;
    width: auto;
    margin: 0 auto;
    padding: 1rem 1.5rem;
  }
  .book .frame .box .con .back a::before,
  .book .frame .box .con .back a::after {
    right: 1rem;
  }
  .book .frame .box .img {
    margin: 0 2rem;
  }
  .book .frame .box .img .more {
    font-size: 16px;
    text-align: right;
  }
  .book .frame .box .img .more a {
    display: inline-block;
    padding-right: 3rem;
  }
  .book .frame .box .img .more a::before {
    right: 1rem;
    width: 22px;
  }
  .book .frame .box .img .more a::after {
    top: 37%;
    right: 1rem;
    width: 10px;
  }
}

/*****************************************************************************
****************** フッター **************************************************
*****************************************************************************/
footer[role="contentinfo"] {
  max-width: unset;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-top: 2rem;
  border-top: none;
  position: relative;
  background-color: #a2f1d9;
}
footer[role="contentinfo"] a.topBtn {
  display: block;
  position: fixed;
  right: 6rem;
  width: 85px;
  -webkit-transition: all 0s ease-in-out !important;
  -o-transition: all 0s ease-in-out !important;
  transition: all 0s ease-in-out !important;
  z-index: 1;
}
footer .footer-content {
  background-color: #fff;
  border-radius: 300px 0 0 0;
  padding: 6rem 0;
  position: relative;
}
footer .footer-content .frame {
  justify-content: space-around;
  position: relative;
}
footer .footer-content .frame .img {
  position: absolute;
  top: -9.2rem;
  left: 7rem;
  max-width: 240px;
  width: auto;
}
footer .footer-content .frame h2 {
  writing-mode: vertical-rl;
  font-size: 38px;
  margin-left: 50px;
}
footer .footer-content .frame h2 span {
  padding: 0.3rem;
}
footer .footer-content .frame h2 span:first-of-type {
  background-color: #ffc47d;
}
footer .footer-content .frame h2 span:nth-of-type(2) {
  background-color: #a2f1d9;
}
footer .footer-content .frame h2 span:last-of-type {
  background-color: #5ce6ff;
  padding-bottom: 0;
}
footer .footer-content .frame .information {
  flex-basis: 50%;
}
footer .footer-content .frame .information .box {
  max-width: 450px;
  width: auto;
  margin-left: auto;
  margin-bottom: 3rem;
}
footer .footer-content .frame .information .box a {
  display: block;
  max-width: 410px;
  width: auto;
  margin-left: auto;
  margin-bottom: 1rem;
}
footer .footer-content .frame .information .box p {
  font-size: 18px;
  text-align: right;
}
footer .footer-content .frame .information .menu {
  font-size: 14px;
  flex-wrap: wrap;
}
footer .footer-content .frame .information .menu > div {
  margin-bottom: 3rem;
}
footer .footer-content .frame .information .menu .contents {
  flex-basis: 27%;
}
footer .footer-content .frame .information .menu .other {
  flex-basis: 65%;
}
footer .footer-content .frame .information .menu .contact {
  flex-basis: 45%;
}
footer .footer-content .frame .information .menu .reception {
  flex-basis: 45%;
}
footer .footer-content .frame .information .menu p {
  border-bottom: 1px solid #404040;
  padding-bottom: 0.3rem;
  margin-bottom: 0.7rem;
}
footer .footer-content .frame .information .menu .contact p {
  background-image: url(../img/common/img-tel.png);
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 1.3rem;
}
footer .footer-content .frame .information .menu .reception p {
  background-image: url(../img/common/img-time.png);
  background-size: 1.2rem;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 1.5rem;
}
footer .footer-content .frame .information .menu .contact ul li a {
  font-size: 34px;
}
footer .footer-content .frame .information .menu .contact ul li.attention {
  font-size: 12px;
  padding: 0 8px;
}
footer .footer-content .frame .information .menu .reception ul li {
  font-size: 18px;
}
footer .footer-content .frame .information .menu ul a {
  position: relative;
  padding: 0 8px;
  z-index: 1;
  transition: all 0.3s ease;
}
footer .footer-content .frame .information .menu ul a::after {
  content: "";
  background: #ffc47d;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
  z-index: -1;
}
footer .footer-content .frame .information .menu ul a:hover {
  color: #000;
}
footer .footer-content .frame .information .menu ul a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
footer .footer-content > p {
  text-align: center;
  font-size: 14px;
}
footer .footer-content .left-menu {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 85px;
  width: auto;
  height: 100%;
  padding: 0 1rem;
  padding-bottom: 5rem;
  align-items: end;
}
footer .footer-content .left-menu .box {
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer-content .left-menu .box p {
  writing-mode: vertical-rl;
}
footer .footer-content .left-menu .box ul {
  padding: 1rem 0.8rem;
  border-top: 1px solid #000;
  margin-top: 1rem;
  font-size: 10px;
}
footer .footer-content .left-menu .box ul li:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 820px) {
  footer[role="contentinfo"] a.topBtn {
    right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  footer[role="contentinfo"] a.topBtn {
    right: 1rem;
    width: 70px;
  }
  footer .footer-content .frame {
    display: block;
    padding: 0 2rem;
  }
  footer .footer-content .frame h2 {
    width: 185px;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  footer .footer-content .frame .information .box p {
    font-size: 14px;
    text-align: justify;
  }
  footer .footer-content .frame .information .menu {
    display: block;
  }
  footer .footer-content .left-menu {
    display: none;
  }
  footer .footer-content > p {
    padding: 0 2rem;
  }
}

/*****************************************************************************
****************** drawer調整 ************************************************
*****************************************************************************/
.drawer-hamburger {
  z-index: 20;
  position: relative;
  width: 4rem;
  padding: 0 0 30px;
  font-size: 16px;
}
.drawer-hamburger:hover {
  background-image: unset;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}
.sr-only {
  width: auto;
  height: auto;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  clip-path: unset;
  clip: unset;
}
.sr-only.close,
.drawer--right.drawer-open .sr-only.open {
  display: none;
}
.drawer--right.drawer-open .sr-only.close {
  display: block;
}
.drawer-hamburger-icon {
  margin-top: 0;
  height: 0;
}
.drawer-hamburger-icon::after,
.drawer-hamburger-icon::before {
  height: 1px;
}
.drawer-hamburger-icon::after {
  top: 30px;
}
.drawer-open .drawer-hamburger-icon::after {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.drawer-hamburger-icon::before {
  top: 0;
}
.drawer-open .drawer-hamburger-icon::before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.drawer--right .drawer-nav {
  background-color: #fff;
  right: -100%;
}
.drawer--right .drawer-nav ul li a:hover {
  color: #000;
  background-color: #fff;
}
.drawer--right.drawer-open .drawer-nav {
  width: 100%;
}
.drawer--right .drawer-nav .drawer-menu,
.drawer--right .drawer-nav .drawer-menu .drawer-nav-con {
  height: 100%;
  position: relative;
}
.drawer--right .drawer-nav .drawer-menu::before,
.drawer--right .drawer-nav .drawer-menu::after {
  content: "";
  position: absolute;
  right: 0;
  width: 85px;
  height: 30px;
}
.drawer--right .drawer-nav .drawer-menu::before {
  bottom: 30px;
  background-color: #ffc47d;
}
.drawer--right .drawer-nav .drawer-menu::after {
  bottom: 0;
  background-color: #5ce6ff;
}
.drawer--right .drawer-nav .drawer-menu .drawer-nav-con > div {
  flex-basis: 50%;
}
.drawer--right .drawer-nav .img {
  display: block;
  height: 100%;
}
.drawer--right .drawer-nav .img img {
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
  border-radius: 0 50px 50px 0;
}
.drawer--right .drawer-nav .menu {
  align-items: center;
  padding: 0 7rem;
}
.drawer--right .drawer-nav .menu ul.menu-con {
  margin-top: 5rem;
  font-size: 20px;
  flex-wrap: wrap;
}
.drawer--right .drawer-nav .menu ul.menu-con li {
  flex-basis: 50%;
}
.drawer--right .drawer-nav .menu ul.menu-con li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.drawer--right .drawer-nav .menu ul.menu-con li a {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  line-height: 120%;
}
.drawer--right .drawer-nav .menu ul.menu-con li a::after {
  content: "";
  background: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.3s;
  transform-origin: right top;
  transform: scale(0, 1);
}
.drawer--right .drawer-nav .menu ul.menu-con li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.drawer--right .drawer-nav .menu ul.menu-con li a span {
  font-size: 14px;
}
.drawer--right .drawer-nav .menu .menu-sns {
  display: none;
}
@media screen and (min-width: 768px) {
  .drawer--right .drawer-nav .drawer-menu > a {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .drawer--right button {
    margin-left: 1rem;
  }
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-hamburger {
    right: 1rem;
  }
  .drawer--right.drawer-open #main-header-all.DownMove .frame h1 {
    display: none;
  }
  .drawer--right.drawer-open .main-header .frame .box {
    width: 90%;
  }
  .drawer--right.drawer-open .main-header .frame .box .lan {
    display: block !important;
    position: relative;
    z-index: 11;
  }
  .drawer--right .drawer-nav .drawer-menu {
    padding-top: 5rem;
  }
  .drawer--right .drawer-nav .drawer-menu::before,
  .drawer--right .drawer-nav .drawer-menu::after {
    width: 65px;
  }
  .drawer--right .drawer-nav .drawer-menu > a {
    display: block;
    margin: 0 2rem;
    margin-bottom: 3rem;
  }
  .drawer--right .drawer-nav .drawer-menu .drawer-nav-con {
    height: calc(100% - 6rem);
  }
  .drawer--right .drawer-nav .drawer-menu .drawer-nav-con .img {
    flex-basis: 40%;
    height: 95%;
  }
  .drawer--right .drawer-nav .drawer-menu .drawer-nav-con .menu {
    flex-basis: 55%;
    display: block;
    padding: 0 1rem;
  }
  .drawer--right .drawer-nav .menu div > a {
    display: none;
  }
  .drawer--right .drawer-nav .menu ul.menu-con {
    margin-top: 0;
    font-size: 18px;
    display: block;
    margin-bottom: 1rem;
  }
  .drawer--right .drawer-nav .menu .menu-sns {
    display: block;
    width: 130px;
  }
  .drawer--right .drawer-nav .menu .menu-sns p {
    font-size: 14px;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #000;
    margin-bottom: 0.5rem;
  }
  .drawer--right .drawer-nav .menu .menu-sns ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    max-width: 95px;
    width: auto;
  }
  .drawer--right .drawer-nav .menu .menu-sns ul li {
    flex-basis: 25%;
  }
  button:hover {
    background-image: unset;
  }
  .drawer-open .drawer-overlay {
    display: none;
  }
}

/*****************************************************************************
****************** パソコン、スマホ版表示・非表示 *******************************
*****************************************************************************/
@media screen and (min-width: 768px) {
  .type-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .type-sp {
    display: none;
  }
}

/* telリンク調整 */
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
