@charset "utf-8";
/* MV
-------------------------------------------------------------- */
#mv {
  background: url(../images/index/kv.jpg) no-repeat center bottom;
  background-size: cover;
  text-align: center;
}
#mv h2.animated {
  padding: 20vh 30px 50px;
  animation-delay: 1s; /* アニメーション開始時間 */
}
@media (max-width: 767px) {
  #mv {
    background: url(../images/index/kv_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  #mv h2.animated {
    padding: 22vh 30px 20px;
  }
  #mv h2 img {
    max-width: 180px;
  }
}

/* MV MOVIE
-------------------------------------------------------------- */
#mv_wrap {position: relative;  text-align: center;}

#mv_video_area {

  z-index: -1;/*最背面*/
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
}

#mv_video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

/*動画再生不可の環境 代替画像 ふわっと表示*/
video[poster] {
  animation: posterfadeIn 1s ease 0s 1 normal;
  -webkit-animation: posterfadeIn 1s ease 0s 1 normal;
}

@keyframes posterfadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes posterfadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*動画再生 ふわっと表示*/
#mv_video_area h2.animated {
  padding: 25vh 30px 50px;
  animation-delay: 1s; /* アニメーション開始時間 */
}

#video {width: 100%}

@media (max-width: 767px) {
  #video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #mv_video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    /*縦横幅指定*/
    width: 100dvw;
    height: 100dvh;
    min-height: 100%;
    min-width: 100%;
}

  #mv_video_area h2.animated {
    padding: 22vh 30px 20px;
  }
  #mv_video_area h2 img {
    max-width: 180px;
  }
}

/* @media (max-width: 767px) and (min-height: 500px) {
  #video,
  #mv_video {
    height: 120dvh;
  }
} */





/* news
-------------------------------------------------------------- */
#news {
  background: #fff;
  max-width: 770px;
  width: 90%;
  box-sizing: border-box;
  padding: 30px 70px 40px;
  margin: -20vh auto 0;
  animation-delay: 1.5s; /* アニメーション開始時間 */
}
#news h2 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 10px;
}
#news dl {
  display: flex;
  flex-wrap: wrap;
}
#news dt {
  width: 25%;
  font-weight: 600;
  box-sizing: border-box;
  padding: 10px;
}
#news dd {
  padding: 10px;
  box-sizing: border-box;
  width: 75%;
}
@media (max-width: 767px) {
  #news {
    padding: 20px 30px 0;
    margin: -20vh auto 0;
  }
  #news h2 {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  #news dl {
    display: flex;
    flex-wrap: wrap;
  }
  #news dt {
    width: 100%;
    padding: 0;
  }
  #news dd {
    padding: 0 0 15px;
    width: 100%;
  }
}


/* caminfo
-------------------------------------------------------------- */
.caminfo {
  background: #fff;
  max-width: 700px;
  width: 90%;
  box-sizing: border-box;
  padding: 30px 30px 20px;
  margin: 0 auto 5vh;
/*    border: 1px #000 solid*/
}
.caminfo p.ttl {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 5px;
}
.caminfo p {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 10px;
}
.cambtn a {
  border: 1px solid #000;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  max-width: 280px;
  margin: 20px auto;
  padding: 15px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .caminfo {
    padding: 20px 20px 10px;
    margin: -3vh auto 5vh;
  }
  .caminfo p.ttl {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 5px;
}
.caminfo p {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 10px;
}
.cambtn a {
    font-size: 1.2rem;
}

}

/* newsinfo
-------------------------------------------------------------- */
.newsinfo {
    background: #fff;
  max-width: 700px;
  width: 90%;
  box-sizing: border-box;
  padding: 30px 70px 20px;
  margin: 0 auto 10vh;
/*    border: 1px #000 solid*/
}
.newsinfo p.ttl {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 5px;
}
.newsinfo p {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .newsinfo {
    padding: 20px 20px 10px;
    margin: -3vh auto 5vh;
  }
  .newsinfo p.ttl {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 5px;
}
.newsinfo p {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 10px;
}

}

/* concept
-------------------------------------------------------------- */
#concept {
  position: relative;
  padding: 150px 0 100px;
}
#concept::after {
  content: "";
  background: #f3e785;
  width: 50%;
  height: 80vh;
  position: absolute;
  top: -12vh;
  right: 0;
  z-index: -1;
}
#concept h2 {
  margin: 0 0 60px -90px;
}
#concept .txtarea p {
  line-height: 2;
  margin-bottom: 60px;
  position: relative;
}
#concept .txtarea p::after {
  content: "";
  background: url(../images/index/txt_concept.svg) no-repeat;
  background-size: contain;
  width: 270px;
  height: 72px;
  position: absolute;
  top: -40px;
  left: -100px;
  z-index: -1;
}
#concept dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 50%;
  margin-bottom: 50px;
}
#concept dt {
  width: 100px;
  margin-bottom: 20px;
}
#concept dd {
  width: calc(100% - 100px);
  margin-bottom: 20px;
}
#concept .photo {
  position: absolute;
  top: 50vh;
  right: 0;
  width: 45%;
}
#concept .photo02 {
  width: 50%;
}
@media (max-width: 767px) {
  #concept {
    padding: 50px 0;
  }
  #concept::after {
    width: 70%;
    height: 40vh;
    top: 25%;
  }
  #concept h2 {
    margin: 0 0 30px -20px;
  }
  #concept h2 img {
    max-width: 200px;
  }
  #concept .txtarea p {
    margin-bottom: 30px;
  }
  #concept .txtarea p::after {
    width: 150px;
    height: 40px;
    top: -40px;
    left: auto;
    right: 0;
  }
  #concept dl {
    max-width: 100%;
    margin-bottom: 30px;
  }
  #concept dt {
    width: 50px;
    padding-right: 20px;
    margin-bottom: 10px;
  }
  #concept dd {
    width: calc(100% - 70px);
    margin-bottom: 10px;
  }
  #concept .photo {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
}

/* access
-------------------------------------------------------------- */
#access {
  position: relative;
  padding: 100px 0;
  background: #FFF url(../images/index/bg_access.png) no-repeat top center;
  background-size: 100% auto;
}
/*
#access::before {
  content: "";
  background: url(../images/index/ico_c01.png) no-repeat;
  background-size: contain;
  width: 197px;
  height: 197px;
  position: absolute;
  top: -40px;
  right: 5vw;
}
#access::after {
  content: "";
  background: url(../images/index/ico_c02.png) no-repeat;
  background-size: contain;
  width: 197px;
  height: 197px;
  position: absolute;
  bottom: 13%;
  left: 0;
}
*/
#access h2 {
  margin: 0 0 40px -100px;
}
#access .add {
  font-size: 1.8rem;
}
#access .map {
  width: 100%;
  height: 650px;
  box-sizing: border-box;
  border: 4px solid #3a8959;
  position: relative;
  margin: 60px 0 20px;
  z-index: 10;
}

#access dl {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
#access dt {
  width: 18%;
  font-size: 3.2rem;
  font-weight: 700;
}
#access dt img {
  margin-right: 20px;
  vertical-align: middle;
}
#access dd.by {
  width: 22%;
  font-size: 1.8rem;
  font-weight: 500;
}
#access dd.txt {
  width: 60%;
  line-height: 2;
}
#access .box {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 40px;
  margin: 50px 0 0;
  position: relative;
  z-index: 50;
}
#access .box h3 {
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 30px;
  background:linear-gradient(transparent 70%, #f3e785 60%);
}
#access .box .park_img {
  margin-top: 20px;
  position: relative;
}
#access .park_img::after {
  content: "";
  background: url(../images/index/txt_access02.svg) no-repeat;
  background-size: contain;
  width: 185px;
  height: 50px;
  position: absolute;
  top: -45px;
  left: 40px;
}
#access .btnMore a {
  border: 1px solid #000;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  max-width: 280px;
  margin: 20px auto 50px;
  padding: 15px;
  box-sizing: border-box;
}

#access #route .modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, .5);
}
#access #route .modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: auto;
  transform: translate(-50%, -50%);
  width: 1200px;
  max-height: 95%;
  max-width: 85%;
  background: white;
  padding: 20px 40px;
  box-sizing: border-box;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.8);
}
#access #route .btnClose {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 999;
}
.car {
  padding: 1rem 2rem;
  font-size: 26px;
  text-align: center;
  color: #fff;
  background: #094;
  -webkit-box-shadow: 5px 5px 0 #007032;
  box-shadow: 5px 5px 0 #007032;
  margin-top: 50px;
}


@media (max-width: 1200px) {
  #access::before {
    width: 100px;
    height: 100px;
  }
  #access::after {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  #access {
    padding: 50px 0;
  }
  #access::before {
    width: 60px;
    height: 60px;
    top: -20px;
  }
  #access::after {
    content: none;
  }
  #access h2 {
    margin: 0 0 30px -30px;
  }
  #access h2 img {
    max-width: 300px;
  }
  #access .add {
    font-size: 1.5rem;
  }
  #access .map {
    height: 260px;
    margin: 40px 0 20px;
  }
  #access .map::after {
    width: 150px;
    height: 30px;
    top: -30px;
  }
  #access .map iframe {
    height: 250px;
  }
  #access .bus::after {
    content: "";
    background: none;
    background-size: contain;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -30px;
    left: -15px;
    z-index: 50;
  }
  #access dl {
    flex-wrap: wrap;
    position: relative;
    margin-top: 30px;
  }
  #access dt {
    width: 40%;
    font-size: 2.4rem;
    font-weight: 700;
  }
  #access dt img {
    width: 40px;
  }
  #access dd.by {
    width: 60%;
    font-size: 1.6rem;
  }
  #access dd.txt {
    width: 100%;
    padding-left: 18%;
  }
  #access .box {
    padding: 20px;
    margin: 30px 0 -70px;
  }
  #access .box h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  #access .box .park_img {
    margin-top: 30px;
  }
  #access .park_img::after {
    width: 120px;
    height: 33px;
    top: -25px;
    left: -20px;
  }
  #access .btnMore a {
    max-width: 200px;
    margin: 20px auto 30px;
    padding: 12px;
  }
  #access #route .modal-content {
    padding: 10px 0;
      max-width: 98%;
  }
  #access #route .btnClose {
    top: 150px;
    right: 10px;
  }
  #access #route .btnClose img {
    width: 30px;
  }
  

    
}

/* shop
-------------------------------------------------------------- */
#shop {
  position: relative;
  margin-top: -100px;
  padding: 100px 0 0 0;
}
#shop h2 {
  margin: 0 0 40px -100px;
  position: relative;
}
#shop h3 {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#shop h3::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #282115;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
#shop h3 span {
  background: #fff;
  display: inline-block;
  padding-right: 50px;
}
#shop ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5%;
  position: relative;
}
#shop ol.shop1::before {
  content: "";
  background: url(../images/index/ico_c01.png) no-repeat;
  background-size: contain;
  width: 197px;
  height: 197px;
  position: absolute;
  top: 100px;
  right: -300px;
}
#shop ol.shop2::before {
  content: "";
  background: url(../images/index/ico_c03.png) no-repeat;
  background-size: contain;
  width: 197px;
  height: 197px;
  position: absolute;
  top: 100px;
  left: -300px;
}
#shop ol.shop3::before {
  content: "";
  background: url(../images/index/ico_c02.png) no-repeat;
  background-size: contain;
  width: 197px;
  height: 197px;
  position: absolute;
  top: 100px;
  right: -300px;
  /* right: -200px; */
}
#shop ol.shop4::before {
  content: "";
  background: url(../images/index/ico_c04.png) no-repeat;
  background-size: contain;
  width: 197px;
  height: 197px;
  position: absolute;
  top: 400px;
  left: -300px;
}
#shop li {
  width: 25%;
  background: none;
  box-sizing: border-box;
  padding: 0 1.5% 60px;
}
#shop .line {
  border: 1px solid #9f9f9f;
  background:#FFF;
  position: relative;
  margin-bottom: 15px;
}
#shop .line::before {
  content: "";
  background: url(../images/floorguide/ico_blank.svg) no-repeat center / contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 5px;
  right: 5px;
}
#shop dt {
  border: 1px solid #9f9f9f;
  position: relative;
  margin-bottom: 15px;
}
#shop dd .cat1,#shop dd .cat2,#shop dd .cat3,#shop dd .cat4 {
  color: #fff;
  width:70%;
  text-align:center;
  font-size: 1.4rem;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1.4;
  margin-bottom: 10px;
}
#shop .cat1 {
  background: #D68747 !important;
}
#shop .cat2 {
  background: #2673AD !important;
}
#shop .cat3 {
  background: #9AB265 !important;
}
#shop .cat4 {
  background: #EFAF00 !important;
}
#shop #cat1 {
  padding:0 0 30px 0;
  background: #FCF1E0;
  position: relative;
}
#shop #cat1::before {
  content: "";
  width:95%;
  max-width:1200px;
  height: 100px;
  top: -100px;
  left:0;
  right:0;
  margin: auto;
  background: #FCF1E0;
  position: absolute;
}
#shop #cat2 {
    padding:100px 0 30px 0;
    background: #E6EFF4 ;/* url(../images/index/cat_img1.jpg) no-repeat top / contain */
}
#shop #cat3 {
    padding:100px 0 30px 0;
    background: #F0F7DC ;/* url(../images/index/cat_img2.jpg) no-repeat top / contain */
}
#shop #cat4 {
    padding:100px 0 30px 0;
    background: #FFFCEB ;/* url(../images/index/cat_img3.jpg) no-repeat top / contain */
}
#shop dd .name {
  font-weight: 700;
}
#shop dd .name a {
  text-decoration: underline;
}
#shop dd .detail {
  padding-top: 5px;
  line-height: 1.4;
  font-size: 1.4rem;
}
#shop dd .detail.open{
  color: #E60214;
  font-weight: bold;
}
#shop .shopInfo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#shop .shopInfo .logo {
  width: 43%;
}
#shop .shopInfo .logo img {
  display: block;
  margin: auto auto 10px auto;
  border: 1px solid #9f9f9f;
}
#shop .shopInfo .logo .cs{
  max-width: 424px;
  max-height: 329px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 3rem;
  margin: auto auto 10px auto;
  border: 1px solid #9f9f9f;
  padding: 25% 0;
}
#shop .shopInfo .detail {
  width: 52%;
}
#shop .shopInfo .detail .name {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
#shop .shopInfo .detail .cat {
  background: #292216;
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  padding: 5px 40px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#shop .shopInfo .detail dl {
  border-top: 1px solid #9f9f9f;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  margin-top: 30px;
}
#shop .shopInfo .detail dt {
  border: none;
  border-bottom: 1px solid #9f9f9f;
  margin-bottom: 0;
  padding: 15px 0;
  width: 30%;
}
#shop .shopInfo .detail dd {
  border-bottom: 1px solid #9f9f9f;
  padding: 15px 0;
  width: 70%;
}
#shop .btnMore a {
  border: 1px solid #000;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  max-width: 280px;
  margin: 0 auto 50px;
  padding: 15px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  #shop ol.shop1::before,#shop ol.shop2::before,#shop ol.shop3::before,#shop ol.shop4::before {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  #shop {
    padding: 50px 0 0 0;
  }
  #shop ol.shop1::before,#shop ol.shop2::before,#shop ol.shop3::before,#shop ol.shop4::before {
    width: 60px;
    height: 60px;
    top: 20px;
  }
  #shop h2 {
    margin: 0 0 30px -30px;
  }
  #shop h2 img {
    max-width: 300px;
  }
  #shop h3 {
    font-size: 1.6rem;
  }
  #shop h3 span {
    padding-right: 30px;
  }
  #shop ol {
    margin: 0 -2%;
  }
  #shop li {
    width: 50%;
    padding: 0 2% 50px;
  }
  #shop dt .cat {
    font-size: 1.1rem;
    padding: 3px 10px;
  }
  #shop .line {
    text-align:center;
  }
  #shop .detail {
    font-size: 1.2rem;
  }
  #shop .shopInfo {
    display: block;
  }
  #shop .shopInfo .logo {
    width: 100%;
  }
  #shop .shopInfo .detail {
    width: 100%;
  }
  #shop .shopInfo .detail .name {
    font-size: 1.6rem;
    margin: 10px 0;
  }
  #shop .shopInfo .detail .cat {
    font-size: 1.2rem;
    padding: 3px 20px;
  }
  #shop .shopInfo .detail dl {
    font-size: 1.2rem;
  }
  #shop .shopInfo .detail dt {
    padding: 10px 0;
    width: 45%;
  }
  #shop .shopInfo .detail dd {
    padding: 10px 0;
    width: 55%;
  }
  #shop .btnMore a {
    max-width: 200px;
    margin: 0 auto 30px;
    padding: 12px;
  }
  #shop .ico img {
    max-width: 120px;
  }
  #shop #cat1 {
    padding:30px 0;
    margin-top:50px;
    background: #FCF1E0;
    position: relative;
  }
  #shop #cat1::before {
    content: "";
    width:95%;
    height: 25px;
    top: -25px;
    left:0;
    right:0;
    margin: auto;
    background: #FCF1E0;
    position: absolute;
  }
  #shop #cat2 {
    padding:60px 0 30px 0;
    background: #E6EFF4 ;
  }
  #shop #cat3 {
    padding:60px 0 30px 0;
    background: #F0F7DC ;
  }
  #shop #cat4 {
    padding:60px 0 30px 0;
    background: #FFFCEB ;
  }
}
/* contact */
#contact {
  position: relative;
  padding: 100px 0;
  background: url(../images/index/bg_contact.jpg) no-repeat center;
  background-size: cover;
}
#contact::before {
  content: "";
  background: url(../images/index/ico_c04.png) no-repeat;
  background-size: contain;
  width: 197px;
  height: 197px;
  position: absolute;
  top: -120px;
  left: 3vw;
}
#contact h2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 10px;
  position: relative;
}
#contact h2::after {
  content: "";
  background: url(../images/index/txt_contact.svg) no-repeat center;
  background-size: contain;
  width: 278px;
  height: 53px;
  position: absolute;
  top: -60px;
  left: -80px;
  z-index: 10;
}
#contact .box {
  background: #fff;
  max-width: 800px;
  margin: auto;
  padding: 50px;
  box-sizing: border-box;
}
#contact h3 {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#contact h3::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #282115;
  position: absolute;
  left: 0;
  top: 50%;
}
#contact h3 span {
  padding-right: 50px;
  background: #fff;
  position: relative;
  z-index: 10;
}
#contact .tel a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .tel span {
  font-size: 5rem;
  display: inline-block;
  padding: 0 30px 0 10px;
}
#contact .holiday{
    margin-top: 0px
}
#contact .holiday p{
   font-size: 1.4rem;
   color: #ad0e16;
}
@media (max-width: 1200px) {
  #contact::before {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  #contact {
    padding: 50px 0;
    background: url(../images/index/bg_contact_sp.jpg) no-repeat center;
    background-size: cover;
  }
  #contact::before {
    width: 60px;
    height: 60px;
    top: -40px;
    left: 0;
  }
  #contact .box {
    padding: 30px;
  }
  #contact h2 {
    font-size: 2rem;
  }
  #contact h2::after {
    width: 187px;
    height: 30px;
    top:  -35px;
    left: -25px;
  }
  #contact h3 {
    font-size: 1.6rem;
  }
  #contact h3 span {
    padding-right: 30px;
  }
  #contact .tel a {
    flex-wrap: wrap;
  }
  #contact .tel span {
    font-size: 4rem;
    padding: 0 10px;
  }
  #contact .tel small {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -10px;
  }
  #contact .holiday{
    margin-top: 20px
  }
  #contact .holiday p{
   font-size: 1.2rem;
  }
}
/* footer
-------------------------------------------------------------- */
footer {
  font-size: 1.2rem;
  border-top:1px solid #333;
}
footer .logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .logo ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 450px;
  margin: 0 auto;
  padding-top: 30px;
}
footer .logo li {
  width: 35%;
  box-sizing: border-box;
  /* padding: 0 25px; */
}
footer .logo li:first-child {
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
}
/* footer .logo li:nth-child(2) {
  text-align: right;
} */
footer .logo li:last-child {
  width: 22.5%;
}
footer .logo li:nth-child(n+2) {
  margin: auto 5%;
}
footer .logo li:nth-child(n+2) img {
  width: 100%;
  vertical-align: middle;
}
footer .logo p {
  padding-top: 30px;
}
footer .privacy {
  text-align: center;
  padding: 20px 0 15px;
}
footer .privacy a {
  position: relative;
  display: inline-block;
}
footer .privacy a::after {
  content: "";
  background: url(../images/common/ico_blank.svg) no-repeat;
  background-size: contain;
  width: 11px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
}
footer .copy {
  background: #282115;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  padding: 10px;
}
@media (max-width: 767px) {
  footer .logo ul {
    max-width: 280px;
    margin: 0 auto;
    padding-top: 40px;
  }
  footer .logo li:first-child {
    margin-bottom: 12px;
  }
  /* footer .logo li:nth-child(n+2) {
    padding: 0 4%;
  } */
  /* footer .logo li:last-child {
    padding: 0 6%;
  } */
  footer .logo p {
    max-width: 280px;
    margin: 0 auto;
  }
  footer .privacy {
    padding: 30px 0 10px;
  }
  footer .copy {
    font-size: 1.2rem;
  }
}

/* note
-------------------------------------------------------------- */
#note {
  font-size: 1.1rem;
  padding-top: 10px
}


/* modal
-------------------------------------------------------------- */
.modal{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
}
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, .5);
}
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: auto;
  transform: translate(-50%, -50%);
  width: 1100px;
  max-height: 75%;
  max-width: 85%;
  background: white;
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.8);
}
body.mfixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
.btnClose {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 999;
}
.js-modal-open {
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  font-weight: 600;
  text-decoration: underline;
}
.js-modal-open:hover {
  opacity: .8;
}
.js-modal-open.name:hover {
  text-decoration: none;
}
.js-modal-open.name .fred {
  color: #ad0e16;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
/*  padding-left: 10px;*/
}
@media (max-width: 767px) {
  .modal-content {
    padding: 50px 30px;
  }
  .btnClose {
    top: 10px;
    right: 10px;
  }
  .btnClose img {
    width: 30px;
  }
}


/* kanri
-------------------------------------------------------------- */

#kanri {
display: -webkit-box;
display: flex;
flex-wrap: wrap;
max-width: 1000px;
margin: 20px auto;
}


#kanri .inner{
    width: 460px;
    border: solid 3px #eeeeee;
    padding: 0 0 30px;
    margin: 0 auto 100px;
    text-align: center;
    }
    
#kanri .inner.times{
    border: solid 3px #FFC000;
       
    }


#kanri .inner .kanri_contact{
    font-weight: 700;
    margin-bottom: 30px;
    background: #F3F3F3;
    line-height: 1.5;
    padding: 10px;
    }

#kanri .inner.times .kanri_contact{
    font-weight: 700;
    margin-bottom: 30px;
    background: #FFC000;
    line-height: 1.5;
    padding: 10px;
    }    

#kanri .inner .kanri_contact span{
    font-weight:700;
   font-size: 1.4rem;
    }

#kanri .inner .kanri_contact .visible_sp{
  display: block;
}
#kanri .inner .telnumber{
    font-size: 4rem;
    line-height: 1
}

#kanri .inner .telnumber2{
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 10px;
}

#kanri .inner .kanri_contact_2{
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
}
#kanri .inner .kanri_note{
    font-size: 1.2rem;
    margin-top: 20px;
}


@media (max-width: 767px) {
    #kanri .inner{
    width: 90%;
    padding: 0 0 20px 0;
    }
    #kanri .inner:first-child{
margin: 0 auto 40px;
    }
    
#kanri .inner .kanri_contact{
    margin-bottom: 20px;
    }
#kanri .inner .telnumber{
    font-size: 4rem;
}
#kanri .inner .kanri_contact_2{
    font-size: 1.4rem;
    letter-spacing: 0em;
}
#kanri .inner .kanri_note{
    font-size: 1.1rem;
    margin-top: 20px;
}    
}


/* Clinic Table
-------------------------------------------------------------- */

/* Firefox用フォントサイズ 削除不可 */
@-moz-document url-prefix() {
    .tbl_clinic {
      font-size: 10px !important;
    }
}

.tbl_clinic caption {
  background:#FFC000;
  padding:1.5em;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
}

.tbl_clinic caption img {max-width: 440px;}

.tbl_clinic {
  width:100%;
  padding:0;
  margin-bottom: 100px;
  border-collapse: collapse;
  font-size:8px;
  background: #FFFFFF;
}

.tbl_clinic th,
.tbl_clinic td {
  padding: 0;
  border: solid 1px #bdbdbb;
  line-height: 150%;
  letter-spacing: .05em;
}

.tbl_clinic th {text-align: center;}
.tbl_clinic td {font-weight:400; /*text-align: left;*/ text-align: center;}


/* PC用 曜日 */
.tbl_clinic th[scope=col] {
    background-color: #EAD241;
    font-weight:700;
    padding:1em 0;
    border: 1px solid #EAD241;
    font-size:12px !important;
}

/* PC用 午前午後 背景色 */
col.daytime {
  background-color: #EAD241;
}


/* 時間帯 */
div.cli_hour {
  display: table;
  width:100%;
}

div.row {
  display:table-row;
}

div.cell{
  display:table-cell;
  height:40px;
  vertical-align:middle;
}

.firstli {  border-bottom:solid 1px #bdbdbb;}
.secondli span { 	display:block;}



/*PC アコーディオン　ボタン非表示*/
tr.accordion {display:none;}
th.accordion {background-image: none!important;}

/* Clinic accordion
-------------------------------------------------------------- */
@media print, screen and (max-width:768px) {
.tbl_clinic caption {
  border-radius: 0;
}

.tbl_clinic caption img {max-width: 360px;}

.tbl_clinic {
  border:none;
  width:100%;
  font-size:12px;
  margin-bottom: 60px;
}

/* Firefox用フォントサイズ 削除不可 */
@-moz-document url-prefix() {
    .tbl_clinic {
      font-size: 13px !important;
    }
}


.tbl_clinic tr { display:block; } /* 削除不可 スムーズ開閉の指定に必要 */

.tbl_clinic td {
  padding:.5em 1em;
  border-top: none;
  text-align:left;
  display:block;
 }

/* スマホ時背景色 */
.tbl_clinic tr.inner {
  background:#FFFFFF;
}

.tbl_clinic .accordion {
  margin-top:1%;
  padding:1em 0;
  display:block;
  background-color: #EAD241;
  background-image: url(../images/index/bt_on.png);
  background-repeat: no-repeat;
  background-position:center right;
}

.tbl_clinic .accordion td {border: none !important;}


div.cell{
  display:inline;
  height:auto;
}

.firstli {  border-bottom:none;}


/* スマホ時 「午前・午後」表示 */
.firstli::before {
	content: "［午前］";
}

.secondli::before {
	content: "［午後］";
}

/* スマホ時 午後の時間帯 2つある場合 改行削除 */
.secondli span { 	display:inline; }

/* スマホ時 午後の時間帯 2つある場合　スラッシュ追加 */
.secondli span::before {
	content: "／";
}

/* スマホ時 曜日を表示 */
.tbl_clinic td[data-title]::before {
  content: attr(data-title);
  font-weight: bold;
  padding: 0 10px 0 0;
  display: block;
}

/* アコーディオンOPEN時　不要な行列 削除 */
.tbl_clinic th[scope=row] {
    display: none;
}
.tbl_clinic th[scope=col] {
    display: none;
}
td.tbl_clinic_pc {
    display: none;
}

    
