@charset 'UTF-8';

/*
 header
----------------------------------------------------------- */

/* ロゴボックス
------------------------------------- */
.box_logo {/* TOPページのみ */
  background: url('/potter/common/images/bg_net.gif');
}
@media print,screen and (min-width: 768px) {
  .box_logo {
    display: block;
    height: 108px;
    padding-top: 28px;
  }
  .logo_official {
    width: 18%;
    float: right;
  }
  .logo_official a {
    display: block;
    width: 100%;
  }
  .logo_potter {
    width: 65.6%;
    float: left;
  }

  /* Gナビボタン、Gナビ
  ------------------------------------- */
  .box_nav, .nav, .nav_logo_official.for_pc {
    display: none;
  }
}


/*
 スライダー
----------------------------------------------------------- */
.area_slider {
  position: relative;
}
@media print,screen and (min-width: 768px) {
  .area_slider {
    height: 640px;
    border-top: solid 4px #c7bd96;
    background: url('/potter/images/img_main01_pc.jpg') no-repeat center top;
    background-size: cover;
  }
  .box_slider {
    width: 100%;
    height: 100%;
  }
  .area_slider .slider {
    width: 100%;
    height: 640px;
  }
  .area_slider .slider1 {
    background: url('/potter/images/img_main01_pc.jpg') no-repeat center center;
    background-size: cover;
  }
  .area_slider .slider2 {
    background: url('/potter/images/img_main02_pc.jpg') no-repeat center top;
    background-size: cover;
  }
  .area_slider .slider3 {
    background: url('/potter/images/img_main03_pc.jpg') no-repeat center top;
    background-size: cover;
  }
  .area_slider .slider4 {
    background: url('/potter/images/img_main04_pc.jpg') no-repeat center top;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .area_slider {
    height: 0;
    padding-bottom: 75.2%;
    border-top: solid 1px #c7bd96;
    background-size: contain;
  }
  .area_slider .slider {
    width: 100%;
    height: 100%;
  }
}

/* prevnext
------------------------------------- */
.slick-arrow {
  position: absolute;
  top: 200px;
  width: 56px;
  height: 56px;
  border: none;
  background: rgba(69, 124, 93, .9) url('/potter/images/ico_prevnext.gif') no-repeat center center;
  appearance: none;
  font-size: 0;
  cursor: pointer;
  z-index: 100;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    display: none !important;
  }
}


/* dots
------------------------------------- */
.slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 100;
}
.slick-dots > li {
  display: inline-block;
}
.slick-dots button {
  width: 100%;
  height: 100%;
  border: 1px solid #3d7c5b;
  border-radius: 50%;
  outline: none;
  background-color: #fff;
  font-size: 0;
  appearance: none;
}
.slick-dots .slick-active button {
  background-color: #3d7c5b;
}
@media print,screen and (min-width: 768px) {
  .slick-dots {
    bottom: 153px;
  }
  .slick-dots > li {
    width: 9px;
    height: 9px;
    margin: 0 8px;
  }
  .slick-dots .slick-active {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: -16px;
  }
  .slick-dots > li {
    width: 7px;
    height: 7px;
    margin: 0 7px;
  }
  .slick-dots .slick-active {
    width: 9px;
    height: 9px;
  }
}


/* ピーターラビット
------------------------------------- */
.fig_rabbit {
  display: none;
  position: absolute;
}
@media print,screen and (min-width: 768px) {
  .area_slider > .wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 640px;
    pointer-events: none;
  }
  .fig_rabbit {
    top: 122px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fig_rabbit {
    bottom: 6%;
    right: 4.66%;
    width: 160px;
  }
}

/* ナビ
------------------------------------- */
@media print,screen and (min-width: 768px) {
  .area_slider .area_links {
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 180px;
    padding-top: 43px;
    background-color: rgba(255, 255, 255, .8);
  }
  .area_slider .box_links {
    text-align: center;
    max-width: 895px;
    font-size: 0;
  }
  .area_slider .link {
    display: inline-block;
    width: calc(100% / 6);
    vertical-align: bottom;
  }
  .area_slider .link a {
    display: block;
    text-decoration: none;
  }
  .area_slider .link a .txt {
    display: inline-block;
    position: relative;
    color: #4a6654;
    font-family: "Noto Sans Japanese","ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .area_slider .link a .txt::after {
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    height: 3px;
    content: "";
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    transition: transform .2s;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    background-color: #6ec6c1;
  }
  .area_slider .link a:hover .txt::after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .area_slider .link img {
    display: block;
    margin: auto;
  }
  .area_slider .shiryokan img {
    width: 64px;
  }
  .area_slider .bp_yosyo img {
    width: 66px;
  }
  .area_slider .bp_wasyo img {
    width: 70px;
  }
  .area_slider .gakugeiin img {
    width: 61px;
  }
  .area_slider .access img {
    width: 69px;
  }
  .area_slider .links img {
    width: 83px;
  }
}
@media screen and (max-width: 767px) {
  .area_slider .area_links {
    display: none;
  }
}

/*
 NEWS&EVENT
----------------------------------------------------------- */
.area_info {
  background: url('/potter/images/bg_main.gif');
}
.area_info .info {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  border: solid 2px #3d7c5b;
}
@media print,screen and (min-width: 768px) {
  .area_info {
    padding-top: 58px;
    padding-bottom: 111px;
  }
  .area_info .info {
    width: 48.28%;
    padding: 20px;
    float: left;
  }
  .area_info .info:first-of-type {
    margin-right: 3.44%;
  }
}
@media screen and (max-width: 767px) {
  .area_info {
    padding: 41px 10px 27px;
  }
  .area_info .info {
    padding: 20px 15px 8px;
  }
  .area_info .info:first-of-type {
    margin-bottom: 23px;
  }
}

.area_info .news,.area_info .event {
  font-size: 0;
}
.area_info .info_ttl {
  font-size: 0;
}
.box_newsevent .time,
.box_newsevent .txt {
  display: inline-block;
  vertical-align: top;
}
.box_newsevent a {
  color: #000;
  text-decoration: none;
}
@media print,screen and (min-width: 768px) {
  .area_info .info_ttl {
    margin-bottom: 13px;
  }
  .area_info .news .info_ttl {
    width: 68px;
  }
  .area_info .event .info_ttl {
    width: 84px;
  }
  .box_newsevent .time,
  .box_newsevent .txt {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .box_newsevent a:hover .time,
  .box_newsevent a:hover .txt {
    text-decoration: underline;
  }
  .box_newsevent .time {
    width: 108px;
  }
  .box_newsevent .txt {
    width: calc(100% - 108px);
  }

  .area_info .ico_file,
  .area_info .ico_blank{
    display: inline-block;
    width: 12px;
    margin-right: 4px;
    margin-left: 4px;
  }  
}
@media screen and (max-width: 767px) {
  .area_info .info_ttl {
    margin-bottom: 16px;
  }
  .area_info .news .info_ttl {
    width: 40px;
  }
  .area_info .event .info_ttl {
    width: 49px;
  }
  .area_info .news,.area_info .event {
    margin-bottom: 16px;
  }
  .box_newsevent .time,
  .box_newsevent .txt {
    font-size: 1.4rem;
  }
  .box_newsevent .time {
    width: 100px;
  }
  .box_newsevent .txt {
    width: calc(100% - 100px);
  }

  .area_info .ico_file,
  .area_info .ico_blank{
    display: inline-block;
    width: 11px;
    margin-right: 4px;
    margin-left: 4px;
  }   
}

.link_list {
  display: inline-block;
  position: absolute;
  background-color: #3d7c5b;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.link_list i {
  font-size: 1rem;
  -webkit-transform: scale(.7, .7);
  -moz-transform: scale(.7, .7);
  -ms-transform: scale(.7, .7);
  transform: scale(.7, .7);
}
@media print,screen and (min-width: 768px) {
  .link_list {
    right: 22px;
    bottom: -12px;
    height: 23px;
    padding: 0 17px;
    border-radius: 12px;
    line-height: 23px;
    font-size: 1.2rem;
  }
  .link_list i {
    padding-left: 6px;
  }
}
@media screen and (max-width: 767px) {
  .link_list {
    right: 12px;
    bottom: -10px;
    height: 23px;
    padding: 0 13px;
    border-radius: 10px;
    line-height: 23px;
    font-size: 1.4rem;
  }
  .link_list i {
    padding-left: 5px;
  }
}


