@charset "utf-8";
/*  style　[  ]
=================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
}

/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 890px) {
.schedule {
  font-size: 0.6em;
}
}

/* slider(home) */
.catch01 {
  font-size: 0.9em;
}
.slide__title{
    font-size: 2em;
  font-weight: 700;
}
.slide__text{
  color: #000;
  font-size: 3.2em;
}


/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  .slide__title{
    font-size: 1.3em;
}
.slide__text{
  font-size:1.8em;
}
}
@media screen and (max-width: 480px) {
  .slide__title{
    font-size: 1em;
}
  .slide__text{
  font-size:1.7em;
}
}


.global-link {
  float: right;
  display: block;/* ←外国語サイト開設後表示に切り替え。----------------------------------------------------*/
 }
/*
.dropdown-menu {
  top: 25%;
  }
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  /*.dropdown-menu {
  top: 40%;
  }*/
}



/* nav */
nav ul li {
  width: 25%;
}

/* footer */
footer {
  font-size: 0.9em;
}
.tb01{
  font-size: 0.9em;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 825px) {
  .tb01{
  font-size: 0.8em;
}
}
@media screen and (max-width: 480px) {
  .tb01{
  font-size: 0.7em;
}
}
span.notice02 {
  display:inline-block;
  background-color: #333;
  padding: 5px 8px;
  margin-bottom: 5px;
  color: #fff;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  p.notice {
  font-size: 0.8em;
}
}
@media screen and (max-width: 480px) {
  p.notice {
  font-size: 0.7em;
}
}


/* news(home)*/
#news {
  background-color: #e9e1d1;
  margin:0;
  padding: 2em 0;
}


/* menu(home) */
#menu {
  background-color: #c49c78;
  /*background-color: #e9e1d1;*/
  margin: 0;
  padding: 2em 0;
}
ul.menu li {
  font-size: 0.84em;
}

/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px)and (max-width: 991px) {
  ul.menu li {
  font-size: 0.7em;
}
}


