@charset "UTF-8";
.main_slider {
  width: 100%;
  height: 500px;
  background: #eceeee;
  overflow: hidden;
}

.information {
  padding: 60px 0 100px 0;
}
.information .news, .information .campaign {
  width: 476px;
}
.information .min_tit {
  font-size: 14px;
  font-size: 0.875rem;
  color: #747a7e;
  font-weight: bold;
  margin-bottom: 5px;
}
.information .heading {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  color: #ed6d00;
  line-height: 35px;
  vertical-align: bottom;
  position: relative;
  height: 35px;
  margin-bottom: 30px;
}
.information .heading span {
  font-size: 28px;
  font-size: 1.75rem;
}
.information .heading:before {
  width: 475px;
  height: 4px;
  background: #ddd;
  display: block;
  content: "";
  overflow: hidden;
  position: absolute;
  bottom: -8px;
}
.information .heading:after {
  width: 335px;
  height: 4px;
  background: #747a7e;
  display: block;
  content: "";
  overflow: hidden;
  position: absolute;
  bottom: -8px;
}
.information .news {
  width: 475px;
  float: left;
  margin-left: 3px;
  position: relative;
}
.information .news .more {
  position: absolute;
  right: 0;
  top: 25px;
}
.information .news .more a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #747a7e;
  display: block;
  border: 1px solid #747a7e;
  padding: 5px 10px;
}
.information .news .more a:before {
  content: '>';
  font-family: sans-serif;
  padding-right: 7px;
}
.information .news .more a:hover {
  color: #ffffff;
  background: #747a7e;
}
.information .campaign {
  width: 481px;
  float: right;
}
.information .campaign li {
  margin-bottom: 10px;
  padding-right: 5px;
}
.information .campaign li img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.block .block_header {
  color: #ffffff;
  text-align: center;
  background: url("../images/common/ttl_bg.png") left top repeat-x;
  height: 106px;
  position: relative;
}
.block .block_header:after {
  content: url("../images/top/ttl_arrow.png");
  position: absolute;
  width: 126px;
  height: 42px;
  margin: 0 auto auto;
  top: 98px;
  left: 0;
  right: 0;
  bottom: 0;
}
.block .block_header .heading {
  font-size: 26px;
  font-size: 1.625rem;
  padding: 20px 0 5px 0;
  margin: 0;
}
.block .block_header .min_tit {
  font-size: 14px;
  font-size: 0.875rem;
}
.block .block_inner {
  background: url("../images/top/block_bg.gif");
  padding-bottom: 30px;
}
.block .content_header {
  height: 260px;
  padding-top: 70px;
  background: #ffffff;
  text-align: center;
  margin-bottom: -65px;
}
.block .content_header .catch {
  color: #747a7e;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.block .content_header .catch span {
  font-size: 21px;
  font-size: 1.3125rem;
}
.block .content_header .title {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 26px;
  font-size: 1.625rem;
  color: #ed6d00;
  font-weight: bold;
}
.block .detail_link {
  clear: both;
  text-align: center;
  margin: 30px 0;
}
.block .detail_link a {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #ffffff;
  line-height: 64px;
  display: inline-block;
  width: 476px;
  height: 64px;
  background: #ed6d00 url("../images/common/arrow_right01.png") 5% center no-repeat;
}

.concept .content {
  text-align: center;
}
.concept .explanation {
  margin: -93px -40px 0 0;
}

.characteristic .reason {
  text-align: center;
  background: #1e96d5;
  border-radius: 10px;
  padding: 20px 20px 15px;
  margin-bottom: 30px;
}
.characteristic .reason .title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 30px;
}
.characteristic .reason ol li {
  height: 85px;
  padding: 0 5px;
  display: inline-block;
}
.characteristic .reason ol li img {
  width: auto;
  height: 100%;
}
.characteristic .chara_list {
  width: 883px;
  margin: 0 auto;
}
.characteristic .chara_list .title {
  text-align: center;
  margin: 0 0 30px 0;
}
.characteristic .chara_list .items {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.characteristic .chara_list .item {
  flex: none;
  width: 266px;
  margin-bottom: 30px;
}
.characteristic .chara_list .item .item_title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.characteristic .chara_list .item .img {
  margin-bottom: 10px;
}
.characteristic .chara_list .item .img img {
  vertical-align: top;
}
.characteristic .chara_list .item .caption {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1em 0 1.5em 0;
}
.characteristic .chara_list .item.create .item_title {
  color: #e4007f;
}
.characteristic .chara_list .item.learn .item_title {
  color: #ea9615;
}
.characteristic .chara_list .item.game .item_title {
  color: #57b9e2;
}
.characteristic .chara_list .item.music .item_title {
  color: #ad5594;
}
.characteristic .chara_list .item.science .item_title {
  color: #6db461;
}
.characteristic .chara_list .item.presentation .item_title {
  color: #1970b1;
}

.security .left {
  width: 359px;
  float: left;
}
.security .left .img {
  margin-bottom: 20px;
}
.security .right {
  width: 602px;
  float: right;
}
.security .column {
  width: 602px;
  padding: 17px;
  background: #f0f7ea;
  border: 3px solid #5ea22e;
  border-radius: 10px;
  letter-spacing: -0.4em;
}
.security .items {
  letter-spacing: normal;
  width: 272px;
  display: inline-block;
  vertical-align: top;
  margin-left: 18px;
}
.security .items:first-child {
  margin-left: 0;
}
.security .item {
  margin-top: 23px;
}
.security .item:first-child {
  margin-top: 0;
}
.security .item .title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #6fba2c;
  margin-bottom: 8px;
}
.security .item .text {
  font-size: 14px;
  font-size: 0.875rem;
}

.facilities .photos {
  margin-bottom: 20px;
  overflow: hidden;
}
.facilities .photos .item .img {
  margin-bottom: 5px;
}
.facilities .photos .item .title {
  font-weight: bold;
  margin-bottom: 5px;
}
.facilities .photos .large {
  width: 359px;
  float: left;
}
.facilities .photos .large .item {
  color: #540f13;
}
.facilities .photos .large .item .catch {
  font-size: 14px;
  font-size: 0.875rem;
}
.facilities .photos .large .item .title {
  font-size: 20px;
  font-size: 1.25rem;
}
.facilities .photos .large .item .text {
  font-size: 14px;
  font-size: 0.875rem;
}
.facilities .photos .small {
  width: 572px;
  float: right;
}
.facilities .photos .small .items {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.facilities .photos .small .item {
  flex: none;
  width: 266px;
  margin-bottom: 20px;
}
.facilities .photos .small .item .title {
  font-size: 16px;
  font-size: 1rem;
  color: #6fba2c;
}
.facilities .photos .small .item .text {
  font-size: 14px;
  font-size: 0.875rem;
}
.facilities .map {
  overflow: hidden;
  margin: 0 auto;
  width: 95%;
}
.facilities .map .kyoto {
  margin-bottom:40px;
  float: left;
}
.facilities .map .shiga {
  margin-bottom:40px;
  float: right;
}
.facilities .map .kyoto_2 {
  margin-bottom:40px;
  float: right;
}
.facilities .map .kyoto .ggmap, .facilities .map .shiga .ggmap, .facilities .map .kyoto_2 .ggmap{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.facilities .map .kyoto .ggmap iframe,
.facilities .map .shiga .ggmap iframe,
.facilities .map .kyoto_2 .ggmap iframe,
.facilities .map .kyoto .ggmap object,
.facilities .map .shiga .ggmap object,
.facilities .map .kyoto_2 .ggmap object,
.facilities .map .kyoto .ggmap embed
.facilities .map .shiga .ggmap embed
.facilities .map .kyoto_2 .ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.faq {
  background: #ffffff;
}
.faq .block_inner {
  margin-top: 95px;
  background: transparent;
  padding-bottom: 0;
}
.faq .faq_list {
  width: 660px;
  margin: 0 auto 40px auto;
}
.faq .qa {
  border-top: 1px dotted #000000;
  padding: 0 15px;
}
.faq .qa:first-child {
  border-top: none;
}
.faq .qa .q a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 31px;
  display: inline-block;
  margin: 10px 0;
  padding-right: 40px;
  width: 100%;
  background: url("../images/common/icon_plus.png") right center no-repeat;
}
.faq .qa .q a:before {
  content: '●';
  font-size: 14px;
  font-size: 0.875rem;
  color: #6db461;
  padding-right: 5px;
  float: left;
}
.faq .qa .q.open a {
  background: url("../images/common/icon_minus.png") right center no-repeat;
}
.faq .qa .a {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px;
  padding: 0 40px 0 20px;
  display: none;
}

.bottom_banner {
  background: #f7f7f7;
  padding: 30px 0 15px 0;
}
.bottom_banner img {
  vertical-align: top;
}
.bottom_banner li {
  display: inline-block;
  padding: 0 1px 15px;
}

@media only screen and (max-width: 768px) {
  .main_slider {
    height: auto;
    padding-bottom: 70px;
  }

  .information {
    padding: 10px 0 10px 0;
  }
  .information .content {
    padding: 0 10px;
  }
  .information .news, .information .campaign {
    width: 100%;
  }
  .information .min_tit {
    font-size: 8px;
    font-size: 0.5rem;
    margin-bottom: 5px;
  }
  .information .heading {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    height: 20px;
    margin-bottom: 20px;
  }
  .information .heading span {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .information .heading:before {
    width: 100%;
  }
  .information .heading:after {
    width: 40%;
  }
  .information .news {
    float: none;
    margin-bottom: 30px;
  }
  .information .news .more {
    position: absolute;
    right: 0;
    top: 18px;
  }
  .information .news .more a {
    font-size: 8px;
    font-size: 0.5rem;
    padding: 3px 7px;
  }
  .information .campaign {
    float: none;
  }
  .information .campaign li {
    margin-bottom: 10px;
  }

  .block .block_header {
    background: url("../images/common/ttl_bg.png") left bottom repeat-x;
    height: 70px;
  }
  .block .block_header:after {
    content: url("../images/top/ttl_arrow.png");
    position: absolute;
    width: auto;
    height: auto;
    top: 102px;
    zoom: 0.6;
  }
  .block .block_header .heading {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px 0 0 0;
  }
  .block .block_header .min_tit {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .block .block_inner {
    padding-bottom: 10px;
  }
  .block .content_header {
    height: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    margin-bottom: -25px;
  }
  .block .content_header .catch {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0;
  }
  .block .content_header .catch span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .block .content_header .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .block .detail_link {
    margin:0 0 30px;
  }
  .block .detail_link a {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    width: 95%;
    height: auto;
    padding: 10px;
  }

  .concept .explanation {
    margin: -10px 0 0 10px;
  }

  .characteristic .reason {
    text-align: left;
    border-radius: 0;
    padding: 10px 10px 15px;
    margin-bottom: 30px;
  }
  .characteristic .reason .title {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 15px;
  }
  .characteristic .reason ol li {
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
    display: block;
  }
  .characteristic .reason ol li:first-child {
    margin-top: 0;
  }
  .characteristic .reason ol li img {
    width: 100%;
    height: auto;
  }
  .characteristic .chara_list {
    width: 100%;
    margin: 0 auto;
  }
  .characteristic .chara_list .title {
    width: 65%;
    margin: 0 auto 20px auto;
  }
  .characteristic .chara_list .items {
    margin: 0;
    padding: 0 10px;
  }
  .characteristic .chara_list .item {
    width: 47%;
  }
  .characteristic .chara_list .item .item_title {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
  .characteristic .chara_list .item .img {
    margin-bottom: 10px;
  }
  .characteristic .chara_list .item .caption {
    font-size: 12px;
    font-size: 0.75rem;
    margin:1em 0 0;
  }

  .security .left {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
    float: none;
  }
  .security .left .img {
    width: 80%;
    margin: 0 auto -20px auto;
  }
  .security .right {
    width: 100%;
    padding: 0 10px;
    float: none;
  }
  .security .column {
    width: 100%;
    padding: 10px;
  }
  .security .items {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .security .item {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .security .item .title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .security .item .text {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .facilities .photos {
    margin-bottom: 0;
  }
  .facilities .photos .item .img {
    margin-bottom: 5px;
  }
  .facilities .photos .item .title {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .facilities .photos .large {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
    float: none;
  }
  .facilities .photos .large .item .img {
    width: 80%;
    margin: 0 auto 10px auto;
  }
  .facilities .photos .large .item .catch {
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
  }
  .facilities .photos .large .item .title {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
  }
  .facilities .photos .large .item .text {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .facilities .photos .small {
    width: 100%;
    padding: 0;
    float: none;
  }
  .facilities .photos .small .items {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .facilities .photos .small .item {
    width: 47%;
  }
  .facilities .photos .small .item .title {
    font-size: 14px;
    font-size: 0.875rem;
    color: #6fba2c;
  }
  .facilities .photos .small .item .text {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .facilities .map {
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
  }
  .facilities .map .kyoto {
    float: none;
    margin-bottom: 20px;
  }
  .facilities .map .shiga {
    float: none;
  }
  .facilities .map .kyoto_2 {
    float: none;
  }

  .faq .block_inner {
    margin-top: 25px;
  }
  .faq .faq_list {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto 20px auto;
  }
  .faq .qa {
    padding: 0;
  }
  .faq .qa .q a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 28px;
    padding-right: 35px;
    background-size: 20px;
  }
  .faq .qa .q a:before {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .faq .qa .q.open a {
    background-size: 20px;
  }
  .faq .qa .a {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 15px;
    padding: 0 30px 0 18px;
  }

  .bottom_banner {
    background: #f7f7f7;
    padding: 10px 0 10px 0;
  }
  .bottom_banner img {
    vertical-align: top;
  }
  .bottom_banner li {
    display: inline-block;
    padding: 0 10px 0;
  }
}
