@charset "UTF-8";

/* ==========================================================================
// hero-slider
========================================================================== */
.hero-slider.slick-dotted.slick-slider{
  margin: 0 0 150px;
}
.hero-slider .slick-dots{
  bottom: 10px;
}
.hero-slider .slick-next{
  right: 50px;
}
.hero-slider .slick-prev{
  left: 50px;
  z-index: 1;
}
.hero-slider .slick-slide img{
  width: 100%;
}
.hero-slider .slick-dots li button:before{
  font-size: 12px;
  color: #fff;
  opacity: 1;
}
.hero-slider .slick-dots li.slick-active button::before{
  color: #1263ab;
  opacity: 1;
}

/* ==========================================================================
// area-news
========================================================================== */
.area-news {
  margin: 0 0 180px;
}
.area-news .container{
  display: flex;
  justify-content: space-between;
}
.area-news .ttl-box{
  font-size: 26px;
  font-weight: normal;
  font-family: 'NotoSans',sans-serif;
  letter-spacing: 0.075em;
}
.area-news .ttl-box svg{
  vertical-align: middle;
  fill: #1263ab;
}
.area-news .ttl-box span{
  vertical-align: middle;
}
/* box-gairai
---------------------------------------------------------- */
.area-news .box-gairai{
  width: 29.68%;
}
.area-news .box-gairai .ttl-box{
  margin: 0 0 8px;
}
.area-news .box-gairai .ttl-box svg{
  margin: 0 12px 0 0;
  width: 39px;
  height: 39px;
}
.area-news .box-gairai .box-in{
  padding: 30px 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
}
.area-news .box-gairai .box-in p{
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.6;
}
.area-news .box-gairai .box-in p strong{
  color: #f14343;
  font-size: 16px;
}
.area-news .box-gairai .box-in .btn{
  position: relative;
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 17px 15px 17px 35px;
  background: #0064bd;
  border-radius: 7px;
  font-size: 18px;
  font-family: 'NotoSans',sans-serif;
  color: #fff;
  transition: 0.15s;
}
.area-news .box-gairai .box-in .btn:before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto 0;
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.area-news .box-gairai .box-in .btn:hover{
  background: #009fd9;
}

/* box-news
---------------------------------------------------------- */
.area-news .box-news{
  width: 66.40%;
}
.area-news .box-news .ttl-box{
  float: left;
  margin: 0 0 15px;
}
.area-news .box-news .ttl-box svg{
  margin: 0 10px 0 0;
  width: 39px;
  height: 34px;
}
.area-news .box-news > .btn{
  display: block;
  float: right;
  width: 100%;
  max-width: 180px;
  margin: 0 0 15px;
  padding: 10px;
  background: #0064bd;
  border-radius: 5px;
  font-family: 'NotoSans',sans-serif;
  text-align: center;
  color: #fff;
  transition: 0.15s;
}
.area-news .box-news > .btn:hover{
  background: #009fd9;
}
.area-news .box-news .list{
  clear: both;
}
/* ==========================================================================
// area-menu
========================================================================== */
.area-menu{
  margin: 0 0 185px;
}
.area-menu .list-menu{
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.31%;
}
.area-menu .list-menu > li{
  position: relative;
  margin: 0 0 22px 0.31%;
  width: 24.69%;
  min-height: 385px;
  border-radius: 10px;
  overflow: hidden;
}
.area-menu .list-menu > li.bg-change:before{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  transition: 0.15s;
}
.area-menu .content{
  position: relative;
  color: #fff;
  margin: 0 auto;
  padding: 70px 5px 65px;
  text-align: center;
  z-index: 1;
}
.area-menu .content dt{
  margin: 0 0 35px;
  font-family: 'NotoSans',sans-serif;
  font-size: 30px;
  letter-spacing: 0.2em;
}
.area-menu .content dd ul{
  display: inline-block;
  margin: 0 0 35px;
}
.area-menu .content dd li{
  position: relative;
  padding: 0 0 0 15px;
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
}
.area-menu .content dd li + li{
  margin: 12px 0 0;
}
.area-menu .content dd li:before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
}
.area-menu .content dd li a{
  display: block;
  color: #fff;
  transition: 0.15s;
}
.area-menu .content dd li a:hover{
  opacity: 0.65;
}
.area-menu .content dd .btn{
  position: relative;
  display: block;
  max-width: 265px;
  margin: 0 auto;
  padding: 15px 10px 17px 28px;
  text-align: center;
  background: #666;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-family: 'NotoSans',sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  transition: 0.15s;
}
.area-menu .content dd .btn:before{
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);  
}

/* hover-off
---------------------------------------------------------- */
/* list-01 */
.area-menu .list-01{
  background: url(../img/img_menu_01.jpg) center center no-repeat;
  background-size: cover;
}
.area-menu .list-01 .content dd .btn{
  background: #0064bd;
}
/* list-02 */
.area-menu .list-02{
  background: url(../img/img_menu_02.jpg) center center no-repeat;
  background-size: cover;
}
.area-menu .list-02 .content dd .btn{
  background: #00a5b4;
}

/* list-03 */
.area-menu .list-03{
  background: url(../img/img_menu_03.jpg) center center no-repeat;
  background-size: cover;
}
.area-menu .list-03 .content dt{
  letter-spacing: 0.1em;
}
.area-menu .list-03 .content dd .btn{
  background: #61a524;
}
/* list-04 */
.area-menu .list-04{
  position: relative;
  background: url(../img/bg_menu_kango.jpg) center center;
}
.area-menu .list-04 > a{
  display: block;
  padding: 7px;
  width: 100%;
  height: 100%;
}
.area-menu .list-04 > a span{
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 7px;
  transition: 0.15s;
}
.area-menu .list-04 > a:hover span{
  border-color: #fff;
}
.area-menu .list-04 > a img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* list-05 */
.area-menu .list-05{
  background: url(../img/img_menu_05.jpg) center center no-repeat;
  background-size: cover;
}
.area-menu .list-05 .content dd .btn{
  background: #c68116;
}
/* list-06 */
.area-menu .list-06{
  background: url(../img/img_menu_06.jpg) center center no-repeat;
  background-size: cover;
}
.area-menu .list-06 .content dd .btn{
  background: #f65c26;
}
/* list-07 */
.area-menu .list-07{
  background: url(../img/img_menu_07.jpg) center center no-repeat;
  background-size: cover;
}
.area-menu .list-07 .content dd .btn{
  background: #f14353;
}
/* list-08 */
.area-menu .list-08{
  background: url(../img/img_menu_08.jpg) center center no-repeat;
  background-size: cover;
}
.area-menu .list-08 .content dd .btn{
  background: #914caa;
}

/* hover-on
---------------------------------------------------------- */
.area-menu .content dd .btn:hover{
  background: #fff;
}
/* list-01 */
.area-menu .list-menu > li.list-01.changed:before{
  background: #0064bd;
  opacity: 0.75;
}
.area-menu .list-01 .content dd .btn:hover{
  color: #0064bd;
}
.area-menu .list-01 .content dd .btn:hover:before{
  border-color: #0064bd;
}

/* list-02 */
.area-menu .list-menu > li.list-02.changed:before{
  background: #00a5b4;
  opacity: 0.75;
}
.area-menu .list-02 .content dd .btn:hover{
  color: #00a5b4;
}
.area-menu .list-02 .content dd .btn:hover:before{
  border-color: #00a5b4;
}

/* list-03 */
.area-menu .list-menu > li.list-03.changed:before{
  background: #61a524;
  opacity: 0.75;
}
.area-menu .list-03 .content dd .btn:hover{
  color: #4b9f00;
}
.area-menu .list-03 .content dd .btn:hover:before{
  border-color: #4b9f00;
}

/* list-05 */
.area-menu .list-menu > li.list-05.changed:before{
  background: #d17f00;
  opacity: 0.8;
}
.area-menu .list-05 .content dd .btn:hover{
  color: #bf7500;
}
.area-menu .list-05 .content dd .btn:hover:before{
  border-color: #bf7500;
}

/* list-06 */
.area-menu .list-menu > li.list-06.changed:before{
  background: #f54c11;
  opacity: 0.8;
}
.area-menu .list-06 .content dd .btn:hover{
  color: #f65c26;
}
.area-menu .list-06 .content dd .btn:hover:before{
  border-color: #f65c26;
}

/* list-07 */
.area-menu .list-menu > li.list-07.changed:before{
  background: #f13445;
  opacity: 0.8;
}
.area-menu .list-07 .content dd .btn:hover{
  color: #f14353;
}
.area-menu .list-07 .content dd .btn:hover:before{
  border-color: #f14353;
}

/* list-08 */
.area-menu .list-menu > li.list-08.changed:before{
  background: #8f46aa;
  opacity: 0.8;
}
.area-menu .list-08 .content dd .btn:hover{
  color: #914caa;
}
.area-menu .list-08 .content dd .btn:hover:before{
  border-color: #914caa;
}

/* ==========================================================================
// area-access
========================================================================== */
.area-access{


}
.area-access .ttl-area{

  color: #fff;
  text-align: center;
  font-family: 'NotoSans',sans-serif;
  font-weight: normal;
  font-size: 26px;
}
.area-access .ttl-area svg{
  margin: 0 10px 0 0;
  width: 33px;
  height: 25px;
  fill: #fff;
  vertical-align: middle;
}
.area-access .contents{
  justify-content: space-between;
  padding: 30px 30px 20px;
  background: #fff;
  border-radius: 15px;
}

/* sec-info
---------------------------------------------------------- */
.area-access .sec-info{
  order: 2;


}
.area-access .sec-info .txt-wrap p{
  line-height: 1.2;
}
.area-access .sec-info .txt-name-01{
  margin: 0 0 8px;
  font-size: 13px;
}
.area-access .sec-info .txt-name-02{
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.075em;
}
.area-access .sec-info .list-contact{
  margin: 5px 0 40px;
}
.area-access .sec-info .list-contact li{
  display: inline-block;
}
.area-access .sec-info .list-contact li + li{
  margin: 0 0 0 10px;
}
.area-access .sec-info .list-contact li svg{
  margin: 0 3px 0 0;
  fill: #1263ab;
}
.area-access .sec-info .list-contact .tel svg{
  width: 20px;
  height: 17px;
}
.area-access .sec-info .list-contact .fax svg{
  width: 18px;
  height: 19px;
}
.area-access .sec-info .list-contact li span{
  font-size: 12px;
}

/* box */
.area-access .sec-info .box > dt{
  padding: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
/* box-transport */
.area-access .sec-info .box-transport > dt{
  margin: 50px 0 12px;
}
.area-access .sec-info .box-transport .list{
  display: flex;
  align-items: flex-start;
}
.area-access .sec-info .box-transport .list + .list{
  margin: 13px 0 0;
}
.area-access .sec-info .box-transport .list dt{
  position: relative;
  width: 95px;
  padding: 8px 5px 8px 30px;
  background: #009fd9;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.area-access .sec-info .box-transport .list svg{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto 0;
  fill: #fff;
}
.area-access .sec-info .box-transport .list span{
  display: block;
  text-align: center;
}
.area-access .sec-info .box-transport .list dd{
  flex: 1;
  padding: 3px 0 0 15px;
  line-height: 1.6;
}
.area-access .sec-info .box-transport .list dd a{
  color: #1263ab;
  text-decoration: underline;
  transition: 0.15s;
}
.area-access .sec-info .box-transport .list dd a:hover{
  opacity: 0.65;
}
.area-access .sec-info .box-transport .list dd a.point:before{
  content: "";
  display: inline-block;
  margin: 0 8px 0 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}
/* train */
.area-access .sec-info .box-transport .train dt{
  letter-spacing: 0.2em;
}
.area-access .sec-info .box-transport .train dt svg{
  width: 15px;
  height: 21px;
}
/*bus*/
.area-access .sec-info .box-transport .bus dt svg{
  width: 16px;
  height: 19px;
}
.area-access .sec-info .box-transport .bus dd ul{
  display: flex;
}
.area-access .sec-info .box-transport .bus dd li{
  padding: 0 30px 0 0;
}

/* box-parking */
.area-access .sec-info .box-parking > dt{
  margin: 50px 0 20px;
}
.area-access .sec-info .box-parking > dd{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area-access .sec-info .box-parking .image{
  width: 40.55%;
}
.area-access .sec-info .box-parking .image a{
  transition: 0.15s;
}
.area-access .sec-info .box-parking .image a:hover{
  opacity: 0.65;
}
.area-access .sec-info .box-parking .info{
  width: 56.6%;
}
.area-access .sec-info .box-parking .note{
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.5;
}
.area-access .sec-info .box-parking .note li + li{
  margin: 5px 0 0;
}
.area-access .sec-info .box-parking .note li{
  position: relative;
  padding: 0 0 0 13px;
}
.area-access .sec-info .box-parking .note li:before{
  content: "";
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #333;
}
/* sec-map
---------------------------------------------------------- */
.area-access .sec-map{
  width: 52.45%;
  order: 1;
}
.area-access .sec-map .map-wrap {
  position: relative;
  width: 150%;
  padding-top: 112.5%;
}
.area-access .sec-map .map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* btn-google */
.area-access .sec-map .btn{
  display: block;
  max-width: 200px;
  margin: 15px 0 0 auto;
  padding: 10px 5px;
  border-radius: 5px;
  background: #1263ab;
  color: #fff;
  text-align: center;
  font-family: 'NotoSans',sans-serif;
  transition: 0.15s;
}
.area-access .sec-map .btn svg{
  margin: 0 6px 0 0;
  width: 13px;
  height: 19px;
  fill: #fff;
  vertical-align: middle;
}
.area-access .sec-map .btn:hover{
  background: #009fd9;
}

/* ==========================================================================
// area-error
========================================================================== */
.area-error{
  padding: 150px 0;
  text-align: center;
}
.area-error .ttl-area{
  margin: 0 0 25px;
  font-size: 28px;
  font-family: 'NotoSans',sans-serif;
  color: #1263ab;
}
.area-error p{
  margin: 0 0 30px;
}
.area-error .btn-home{
  position: relative;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  padding: 15px 15px 15px 35px;
  background: #0064bd;
  border-radius: 5px;
  font-size: 15px;
  font-family: 'NotoSans',sans-serif;
  color: #fff;
  transition: background 0.15s;
}
.area-error .btn-home:before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto 0;
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);  
}
.area-error .btn-home:hover{
  background: #009fd9;
}