@charset "UTF-8";
/*
==========================================
STYLE
==========================================
*/
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/*
========================
BOOTSTRAP STYLE CUSTOM
========================
*/
@import url(/assets/font/servercom-icons/style.css);
.btn-contact {
  font-weight: bold;
  color: #4f361f;
  background-color: #F57015;
}

.btn-default {
  color: #4f361f;
}

.breadcrumb > li + li:before {
  color: #cfa885;
  content: ">";
}

.table.table-bordered caption {
  padding: 8px;
  line-height: 1.42857143;
  text-align: center;
  border: 1px solid #ddd;
  border-bottom-width: 0;
  font-weight: bold;
  font-size: 18px;
  color: #4f361f;
}

/*
====================
BASE
====================
*/
html,
body {
  width: 100%;
  overflow-x: hidden;
}

html {
  background-image: url(/assets/img/background/Watercolor-Paper.png);
}

body {
  -webkit-text-size-adjust: none;
  background-color: rgba(250, 250, 200, 0.2);
  color: #4f361f;
}

a {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all  0.1s ease;
  opacity: 1;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
a.underline {
  text-decoration: underline;
  color: #0691da !important;
}

.z-level-1 {
  z-index: 1;
}

.z-level-2 {
  z-index: 2;
}

.z-level-3 {
  z-index: 3;
}

.divide-border {
  display: inline-block;
  width: 100%;
  border-bottom: 1px dotted #ccc;
}

mark {
  font-weight: bold;
  background-color: inherit;
  color: #f34b48;
}

ol.decimal li {
  list-style: decimal inside;
  display: list-item;
  margin-bottom: 1em;
}
ol.decimal li > ol.decimal {
  margin-top: 1em;
  margin-left: 1em;
}
ol.decimal li > ol.decimal li {
  list-style: cjk-ideographic inside;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h5 {
  font-size: 18px;
}

h4, h5, h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.bold {
  font-weight: bold;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

p, li {
  line-height: 1.5em;
}

table.break-all tr th, table.break-all tr td {
  line-height: 1.5em !important;
}

.sub-page-contents .btn {
  white-space: normal !important;
}

.clearfix {
  float: none;
  clear: both;
}

.margin-1em {
  display: inline-block;
  width: 100%;
  margin: 1em auto;
}

/*
====================
COLOR
====================
*/
.white {
  color: #ffffff;
}

.cream {
  color: #FAFAC8;
}

.black {
  color: #000000;
}

.red {
  color: #f34b48;
}

.blue {
  color: #97D9FC;
}

.green {
  color: #BFD96E;
}

.orange {
  color: #F57015;
}

.brown {
  color: #4f361f;
}

.sky-bg-wrapper {
  position: relative;
}
.sky-bg-wrapper .sky-bg.top-page, .sky-bg-wrapper .sky-bg.sub-page {
  position: absolute;
  display: inline-block;
  width: 100%;
  background-image: url(/assets/img/background/Sky-Paper2.jpg);
  background-repeat: repeat-x;
  background-size: 1220px 100%;
}

.grad-green {
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfd96e+0,bfd96e+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #bfd96e 0%, #bfd96e 10%, rgba(191, 217, 110, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bfd96e 0%, #bfd96e 10%, rgba(191, 217, 110, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bfd96e 0%, #bfd96e 10%, rgba(191, 217, 110, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd96e', endColorstr='#00bfd96e',GradientType=0 );
  /* IE6-9 */
}

.border-strong {
  border: 1px solid #ccc !important;
}

.img-bg-cream {
  background-color: #fdfde9;
}

/*
====================
FONT
====================
*/
body {
  font-size: 16px;
  font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
}

.mincho {
  font-family: "Hiragino Mincho ProN", "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*
====================
DCORATION
====================
*/
.img-decoration {
  display: inline-block;
  min-width: 40px;
  min-height: 40px;
}
.img-decoration.kani, .img-decoration.kame, .img-decoration.rakko, .img-decoration.pengin, .img-decoration.iruka, .img-decoration.kujira {
  background-size: contain;
  background-repeat: no-repeat;
}
.img-decoration.kani {
  background-image: url(/assets/img/icons/class/kani.png);
}
.img-decoration.kame {
  background-image: url(/assets/img/icons/class/kame.png);
}
.img-decoration.rakko {
  background-image: url(/assets/img/icons/class/rakko.png);
}
.img-decoration.pengin {
  background-image: url(/assets/img/icons/class/pengin.png);
}
.img-decoration.iruka {
  background-image: url(/assets/img/icons/class/iruka.png);
}
.img-decoration.kujira {
  background-image: url(/assets/img/icons/class/kujira.png);
}

/*
====================
ICON CIRCLE
====================
*/
.icon-circle-style {
  border-style: solid;
  border-radius: 50%;
}
.icon-circle-style.circle-blue {
  border-color: #4dbefa;
}
.icon-circle-style.circle-green {
  border-color: #a3c634;
}
.icon-circle-style.circle-orange {
  border-color: #f89d5e;
}
.icon-circle-style.circle-pink {
  border-color: #f67a78;
}

/*
====================
BADGE
====================
*/
.badge {
  font-weight: normal;
}
.badge.badge-news {
  background-color: #34b5f9;
}
.badge.badge-ayumi {
  background-color: #92b22f;
}
.badge.badge-event {
  background-color: #9d4407;
}

/*
====================
HEADER
====================
*/
header {
  position: relative;
  padding: 22px 0 15px 0;
  border-bottom: 1px dashed #97D9FC;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.15);
  background-image: url(/assets/img/kihoufukushikai_logo_gray_5.png), url(/assets/img/background/Watercolor-Paper.png);
  background-size: 33%,400px;
  background-repeat: no-repeat,repeat;
  background-position: center right 3%;
  z-index: 100;
}
header:before {
  position: absolute;
  top: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 200, 0.2);
}
header .site-title {
  margin: 0;
  padding: 0;
  font-weight: 900;
}
header .site-title a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 68px;
}
header .site-title .sub-title,
header .site-title .main-title {
  white-space: nowrap;
}
header .site-title .sub-title {
  letter-spacing: 0.025em;
  color: #98683c;
}
header .site-title .sub-title:after {
  content: '\A';
  white-space: pre;
}
header .site-title .main-title {
  color: #339900;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
header address {
  margin-bottom: 0;
}
header address p {
  color: #4f361f;
}
header a.btn-contact {
  color: #ffffff;
}
header a.btn-contact:hover {
  color: #ffffff !important;
}
header .btn-map {
  margin-right: 8px;
}

/*
============================
MODULE CIRCLE NAV
============================
*/
.module-circle-nav {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 1em 0;
  z-index: 100;
}
.module-circle-nav .shuffle-wrapper {
  overflow: visible !important;
  list-style-type: none;
  padding: 0;
}
.module-circle-nav .shuffle-item {
  padding: 5px;
}
.module-circle-nav .shuffle-item:nth-child(odd) {
  margin-top: 30px;
}
.module-circle-nav .module-circle-btn {
  display: table-cell;
  position: relative;
  color: #4f361f;
  text-align: center;
  border: 5px solid #ffffff;
  background-color: #FAFAC8;
  vertical-align: middle;
  border-radius: 50%;
  font-weight: bold;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.4);
}
.module-circle-nav .module-circle-btn.active {
  color: #F57015;
}
.module-circle-nav .module-circle-btn .icon {
  display: inline-block;
  width: 100%;
  font-size: 3em;
}
.module-circle-nav .module-circle-btn .icon:after {
  content: '\A' !important;
  white-space: pre !important;
}
.module-circle-nav .module-circle-btn:hover {
  opacity: 1;
  background-color: #fcfcdf;
}

/*
============================
MAIN VISUAL
============================
*/
.main-visual {
  position: relative;
  overflow: hidden;
  max-height: 760px !important;
}
.main-visual .img-outline {
  position: absolute;
  display: inline-block;
  z-index: 1;
}
.main-visual .img-outline img {
  box-shadow: none !important;
}
.main-visual .slickslide {
  border-radius: 30px;
}
.main-visual .slickslide img {
  border-radius: 20px;
  overflow: hidden;
  max-width: 1140px !important;
}
.main-visual .slickslide .slick-prev:before {
  font-family: 'Glyphicons Halflings';
  content: '\e251';
  color: #F57015;
}
.main-visual .slickslide .slick-next:before {
  font-family: 'Glyphicons Halflings';
  content: '\e250';
  color: #F57015;
}
.main-visual .slickslide .slick-prev,
.main-visual .slickslide .slick-next {
  z-index: 1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.main-visual .slickslide .slick-dots li.slick-active button:before {
  color: #F57015;
}
.main-visual .slickslide .slick-dots li button:before {
  color: #F57015;
}

/*
============================
MAIN CONTENT
============================
*/
.main-content {
  background-image: url(/assets/img/background/Watercolor-Paper.png);
  background-repeat: repeat;
  background-size: 400px;
}
.main-content .paper-bg {
  background-color: rgba(250, 250, 200, 0.2);
}

/*
============================
WHITEBOARD
============================
*/
.whiteboard {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.6+0,1+52 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, white 50%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, white 50%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, white 50%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.15);
  /*
  ============================
  CONCEPT BOX
  ============================
  */
  /*
  ============================
  NEWS BOX
  ============================
  */
}
.whiteboard .news-contents {
  display: inline-block;
}
.whiteboard .news-contents h5.year {
  display: none;
}
.whiteboard.whiteboard-sub-page {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: -60px !important;
}
.whiteboard.whiteboard-sub-page .whiteboard-circle-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.whiteboard.whiteboard-sub-page .whiteboard-circle-img .img-circle {
  position: relative;
  border-radius: 0 10px 10px 100%;
  border: 1px solid #ddd;
}
.whiteboard.whiteboard-sub-page .breadcrumb {
  margin: 0 0 2em 0;
  padding: 1em;
  background-color: rgba(250, 250, 200, 0.5);
  border: 1px solid #ddd;
  border-radius: 8px;
}
.whiteboard.whiteboard-sub-page .breadcrumb li.active a {
  pointer-events: none;
  opacity: 0.7;
  color: #F57015;
}
.whiteboard.whiteboard-sub-page .breadcrumb li a {
  color: #4f361f;
}
.whiteboard.whiteboard-sub-page h2.page-title {
  margin: 0;
  font-size: 42px;
  font-weight: 900;
  text-shadow: 2px 2px 0 white;
  letter-spacing: 0.05em;
}
.whiteboard.whiteboard-sub-page .page-description {
  padding: 1em 0.5em;
  font-size: 18px;
}
.whiteboard .concept-box {
  display: inline-block;
  margin-bottom: 2em;
  clear: both;
}
.whiteboard .concept-box .concept-title {
  margin: 0 0 0.5em 0;
  padding: 0;
}
.whiteboard .concept-box .concept-title a {
  color: #f34b48 !important;
  font-size: 20px;
}
.whiteboard .concept-box .concept {
  float: left;
  margin-bottom: 1em;
}
.whiteboard .concept-box .concept .icon-circle-style {
  display: inline-block;
  position: relative;
  top: 0;
  float: left;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  border-width: 15px;
}
.whiteboard .concept-box .concept p {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  padding-right: 0;
  height: 30px;
  font-size: 14px;
  color: #0680c1;
  font-weight: bold;
}
.whiteboard .news-box {
  position: relative;
}
.whiteboard .news-box .news-title {
  margin: 0 0 0.5em 0;
  padding: 0;
}
.whiteboard .news-box .news-title a {
  color: #f34b48 !important;
  font-size: 20px;
}
.whiteboard .news-box .news-contents {
  margin: 7px auto;
}
.whiteboard .news-box .news-contents dt, .whiteboard .news-box .news-contents dd {
  margin-bottom: 0.5em;
}
.whiteboard .news-box .news-contents a {
  color: #4f361f;
}

/*
============================
ILLUSTRATION AREA
============================
*/
.illustration-area {
  position: relative;
  padding: 0;
}
.illustration-area .hoikuen-and-ground {
  position: relative;
}
.illustration-area .hoikuen-and-ground .img-hoikuen,
.illustration-area .hoikuen-and-ground .img-green-ground {
  margin: 0 auto;
}
.illustration-area .hoikuen-and-ground .img-hoikuen {
  position: relative;
  top: 100px;
  width: 60%;
  /*max-width: 330px;*/
  z-index: 1;
}
.illustration-area .hoikuen-and-ground .img-green-ground {
  position: absolute;
  width: 100%;
  bottom: 0;
}


/*
======================================
chico 20180809
======================================
*/



.hoikuen_h {
  display: block;
}
.hoikuen_h {
  display: block;
}

.hoikuen_hr {
  position:relative;
  top:90px;
  display:block;
  margin-top:0px;
  text-align:center;
  height:30px;
}

.hoikuen_tr {
  position:relative;
  top:90px;
  display:block;
  margin-top:0px;
  text-align:center;
  height:30px;
}

/*
============================
IDEA CONTENTS chico 180828
============================
*/
.accbox {
    margin: 2em;
    padding: 0;
}


.accbox label {
    display: block;
    margin: 2px 0;
    padding : 15px 20px;
    color : #000000;
    font-weight: bold;
    background :#b0e2fd;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox label:hover {
    background :#85baef;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #eaeaea;
    opacity: 1;
}




/*
======================================
TOP,SUB PAGE CONTENTS
======================================
*/
.top-page-contents {
  padding: 7em 0;
}
.top-page-contents .panel .panel-body h4 {
  font-size: 20px;
}
.top-page-contents .panel .panel-body h5 {
  font-size: 18px;
}
.top-page-contents .panel .panel-body h6 {
  font-size: 16px;
}
.top-page-contents .panel .panel-body p {
  min-height: 4em;
}
.top-page-contents .panel .panel-body .tab-content h4 {
  font-size: 22px;
}

.top-page-contents,
.sub-page-contents {
  display: inline-block;
  width: 100%;
}
.top-page-contents .panel,
.sub-page-contents .panel {
  border-radius: 20px;
  background-image: url(/assets/img/background/Basik-Paper.png);
  background-repeat: repeat;
}
.top-page-contents .panel a,
.sub-page-contents .panel a {
  color: #4f361f;
}
.top-page-contents .panel.panel-pink .panel-heading,
.sub-page-contents .panel.panel-pink .panel-heading {
  background-color: #FBC1C0;
}
.top-page-contents .panel.panel-pink:hover,
.sub-page-contents .panel.panel-pink:hover {
  border-color: #f56360;
}
.top-page-contents .panel.panel-light-pink .panel-heading,
.sub-page-contents .panel.panel-light-pink .panel-heading {
  background-color: #fdd9d8;
}
.top-page-contents .panel.panel-blue .panel-heading,
.sub-page-contents .panel.panel-blue .panel-heading {
  background-color: #97D9FC;
}
.top-page-contents .panel.panel-blue:hover,
.sub-page-contents .panel.panel-blue:hover {
  border-color: #34b5f9;
}
.top-page-contents .panel.panel-light-blue .panel-heading,
.sub-page-contents .panel.panel-light-blue .panel-heading {
  background-color: #b0e2fd;
}
.top-page-contents .panel.panel-cream .panel-heading,
.sub-page-contents .panel.panel-cream .panel-heading {
  background-color: #FAFAC8;
}
.top-page-contents .panel.panel-green .panel-heading,
.sub-page-contents .panel.panel-green .panel-heading {
  background-color: #dae9ab;
}
.top-page-contents .panel .panel-heading,
.sub-page-contents .panel .panel-heading {
  border-radius: 20px 20px 0 0;
}
.top-page-contents .panel .panel-heading h3,
.sub-page-contents .panel .panel-heading h3 {
  margin: 10px 0;
  font-size: 22px;
  font-weight: bold;
}
.top-page-contents .panel .panel-body,
.sub-page-contents .panel .panel-body {
  overflow: hidden;
  background-color: rgba(250, 250, 200, 0.1);
  /*
  ======================================
  TABS MENU
  ======================================
  */
  /*
  ======================================
  PILLS MENU
  ======================================
  */
  /*
  ======================================
  TAB CONTENT
  ======================================
  */
}
.top-page-contents .panel .panel-body h6,
.sub-page-contents .panel .panel-body h6 {
  font-size: 16px;
}
.top-page-contents .panel .panel-body ul,
.sub-page-contents .panel .panel-body ul {
  margin-left: 2em;
}
.top-page-contents .panel .panel-body table tbody ol, .top-page-contents .panel .panel-body table tbody ul,
.sub-page-contents .panel .panel-body table tbody ol,
.sub-page-contents .panel .panel-body table tbody ul {
  margin-left: 2em;
}
.top-page-contents .panel .panel-body .nav-tabs,
.sub-page-contents .panel .panel-body .nav-tabs {
  margin-left: 0;
  margin-bottom: 0;
}
.top-page-contents .panel .panel-body .nav-tabs li a,
.sub-page-contents .panel .panel-body .nav-tabs li a {
  font-weight: normal;
  min-height: 4.5em;
}
.top-page-contents .panel .panel-body .nav-tabs li.active a,
.sub-page-contents .panel .panel-body .nav-tabs li.active a {
  font-weight: bold;
  color: #F57015;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
}
.top-page-contents .panel .panel-body .nav-tabs li.active a:hover,
.sub-page-contents .panel .panel-body .nav-tabs li.active a:hover {
  opacity: 1;
}
.top-page-contents .panel .panel-body .nav-pills,
.sub-page-contents .panel .panel-body .nav-pills {
  margin-left: 0;
  margin-bottom: 0;
}
.top-page-contents .panel .panel-body .nav-pills li a,
.sub-page-contents .panel .panel-body .nav-pills li a {
  font-weight: normal;
  background-color: #ffffff;
  border: 1px solid #ddd;
  margin: 0.25em 0;
}
.top-page-contents .panel .panel-body .nav-pills li.active a,
.sub-page-contents .panel .panel-body .nav-pills li.active a {
  font-weight: bold;
  color: #F57015;
  background-color: #fafafa;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
}
.top-page-contents .panel .panel-body .tab-content,
.sub-page-contents .panel .panel-body .tab-content {
  background-color: #ffffff;
  padding: 1em;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
}
.top-page-contents .panel .panel-body .tab-content ul,
.sub-page-contents .panel .panel-body .tab-content ul {
  list-style-type: none;
}
.top-page-contents .panel .panel-body .content-nav,
.sub-page-contents .panel .panel-body .content-nav {
  margin-left: 0;
}
.top-page-contents .panel .panel-body .panel-body-content h3,
.sub-page-contents .panel .panel-body .panel-body-content h3 {
  font-size: 28px;
}
.top-page-contents .panel .panel-body .panel-body-content ul,
.sub-page-contents .panel .panel-body .panel-body-content ul {
  list-style-type: none;
}
.top-page-contents .panel .panel-body .panel-body-content ol,
.sub-page-contents .panel .panel-body .panel-body-content ol {
  list-style-position: inside;
}
.top-page-contents .panel .panel-body .panel-body-content dl dt,
.sub-page-contents .panel .panel-body .panel-body-content dl dt {
  font-size: 20px;
  margin-bottom: 0.5em;
}
.top-page-contents .panel .panel-body p,
.sub-page-contents .panel .panel-body p {
  margin-bottom: 1em;
}
.top-page-contents .panel .panel-body .image-box,
.sub-page-contents .panel .panel-body .image-box {
  position: relative;
  z-index: 1;
}
.top-page-contents .panel .panel-body .image-box .shadow,
.sub-page-contents .panel .panel-body .image-box .shadow {
  border-radius: 50%;
  -moz-box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.top-page-contents .panel .panel-body .image-box .shadow img,
.sub-page-contents .panel .panel-body .image-box .shadow img {
  position: relative;
  z-index: -1;
}
.top-page-contents .panel .panel-body img,
.sub-page-contents .panel .panel-body img {
  position: relative;
  margin-bottom: 1em;
  border: 1px solid #ffffff;
}

/*
======================================
SUB PAGE CONTENTS
======================================
*/
.sub-page-contents {
  position: relative;
  top: 10px;
  padding: 4em 0;
  /*
  ======================================
  MAGAZINE STYLE
  ======================================
  */
}
.sub-page-contents h3 {
  margin: 1em 0;
}
.sub-page-contents h3 small {
  color: #ab7543;
}
.sub-page-contents h4 {
  font-size: 20px;
  margin-bottom: 1em;
}
.sub-page-contents dl dt {
  margin-bottom: 1em;
}
.sub-page-contents dl dd {
  margin-bottom: 1em;
}
.sub-page-contents .panel .panel-body ul {
  margin-left: 0 !important;
}
.sub-page-contents .circle-content {
  position: relative;
  display: table;
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
}
.sub-page-contents .circle-content .circle-content-inner {
  position: relative;
  height: 200px;
  display: table-cell;
  vertical-align: middle;
}
.sub-page-contents .circle-content .circle-content-inner dt {
  min-height: 2em;
  font-size: 24px;
}
.sub-page-contents .circle-content .circle-bg {
  position: absolute;
  top: 0;
  left: 10%;
  border-radius: 50%;
  display: inline-block;
  height: 200px;
  width: 200px;
  z-index: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.sub-page-contents .circle-content .circle-bg.circle-bg-pink {
  background-color: #fde2e2;
}
.sub-page-contents .circle-content .circle-bg.circle-bg-blue {
  background-color: #c9ebfd;
}
.sub-page-contents .circle-content .circle-bg.circle-bg-green {
  background-color: #e3eebf;
}
.sub-page-contents .circle-content .circle-bg.circle-bg-orange {
  background-color: #fddfca;
}
.sub-page-contents .magazine-style img.magazine-style-main-visual {
  margin-bottom: 2em;
  border-radius: 6px;
}
.sub-page-contents .magazine-style figure {
  float: left;
  margin: 0 1.5em 0.5em 0;
  padding: 0;
  display: inline-block;
  width: 280px;
}
.sub-page-contents .magazine-style figure img {
  border: 1px solid #ddd !important;
  border-radius: 6px;
}
.sub-page-contents .magazine-style figure .img-responsive {
  margin-bottom: 0.5em;
}
.sub-page-contents .magazine-style p, .sub-page-contents .magazine-style li {
  padding-bottom: 1em;
  line-height: 1.75em;
}
.sub-page-contents .magazine-style ul {
  padding-left: 2em;
}
.sub-page-contents .table tr.active {
  opacity: 0.6;
}
.sub-page-contents .table tr.active a {
  pointer-events: none;
}
.sub-page-contents .negai-list {
  list-style: decimal inside;
}
.sub-page-contents .negai-list li {
  font-size: 20px;
  line-height: 2em;
}
.sub-page-contents .sign .name {
  font-size: 22px;
  font-weight: bold;
}

/*
======================================
TABLE
======================================
*/
.table.table-bordered caption {
  background-color: #FAFAC8;
}
.table.table-bordered tr th, .table.table-bordered tr td {
  vertical-align: middle;
}
.table.table-bordered .icon-wrapper img {
  border: none;
  margin: 0 auto;
  width: 80px;
}
.table.table-bordered .name-list {
  margin: 0 !important;
}
.table.table-bordered .name-list li {
  white-space: nowrap;
}

.table.restable {
  text-align: center;
}
.table.restable thead tr th,
.table.restable thead tr td {
  border-bottom: 0;
}

/*
======================================
TABLE TIME TABLE STYLE
======================================
*/
.timetable-style tr th, .timetable-style tr td {
  text-align: center;
}
.timetable-style tr th {
  white-space: nowrap;
}
.timetable-style tr td {
  vertical-align: middle;
}
.timetable-style tr td .text {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 0;
}
.timetable-style tr td figure img {
  margin-bottom: 0 !important;
}

/*
============================
IDEA CONTENTS
============================
*/
.idea-contents .hoshin-contents .panel-body .img-circle,
.idea-contents .onegai-contents .panel-body .img-circle {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.idea-contents .hoshin-contents .panel-body .row,
.idea-contents .onegai-contents .panel-body .row {
  margin: 1em 0;
}
.idea-contents .mokuhyo-contents .lead {
  margin: 1em 0;
  font-weight: bold;
}


/*
============================
SAFETY CONTENTS
============================
*/
.sefaty-contents .panel-body .img-circle {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.sefaty-contents .panel-body .divide-lg-3 h4 {
  margin-bottom: 1em;
}

/*
============================
NEWS
============================
*/
.letter-content #news .news-contents dt.ayumi, .letter-content #news .news-contents dt.event, .letter-content #news .news-contents dd.ayumi, .letter-content #news .news-contents dd.event {
  display: none;
}
.letter-content #news .news-contents dt.news, .letter-content #news .news-contents dd.news {
  display: block;
}
.letter-content #ayumi .news-contents dt.news, .letter-content #ayumi .news-contents dt.event, .letter-content #ayumi .news-contents dd.news, .letter-content #ayumi .news-contents dd.event {
  display: none;
}
.letter-content #ayumi .news-contents dt.ayumi, .letter-content #ayumi .news-contents dd.ayumi {
  display: block;
}
.letter-content #event .news-contents dt.news, .letter-content #event .news-contents dt.ayumi, .letter-content #event .news-contents dd.news, .letter-content #event .news-contents dd.ayumi {
  display: none;
}
.letter-content #event .news-contents dt.event, .letter-content #event .news-contents dd.event {
  display: block;
}

.news-contents h5.year {
  margin: 1.75em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #ccc;
}
.news-contents dl dd .badge {
  display: inline-block;
}
.news-contents dl dd .text {
  position: relative;
  margin-left: 170px;
  top: -20px;
}
.news-contents dl dd .text a {
  text-decoration: underline;
}
.news-contents dl dd .text mark {
  padding: 0;
}

/*
============================
ACTIVITY MODAL SLICK SLIDE
============================
*/
ul.thumbnail-list {
  margin-left: 0 !important;
}
ul.thumbnail-list .modal.and.carousel {
  position: fixed;
}
ul.thumbnail-list .modal-header {
  border-bottom: 1px dotted #e5e5e5 !important;
}
ul.thumbnail-list .modal-footer {
  border-top: 0;
}
ul.thumbnail-list .thumbnail {
  margin-bottom: 0;
}
ul.thumbnail-list .thumbnail .caption {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  margin: 0 0 0.5em 0;
}
ul.thumbnail-list .thumbnail .caption .small {
  font-size: 70%;
}
ul.thumbnail-list .thumbnail-btn {
  padding-bottom: 0;
  border-radius: 4px;
  margin-bottom: 20px;
}
ul.thumbnail-list .slickslide-thumbnail img {
  overflow: hidden;
}
ul.thumbnail-list .slickslide-thumbnail .slick-dots {
  margin-left: 0;
}
ul.thumbnail-list .slickslide-thumbnail .slick-prev:before {
  font-family: 'Glyphicons Halflings';
  content: '\e251';
  color: #F57015;
}
ul.thumbnail-list .slickslide-thumbnail .slick-next:before {
  font-family: 'Glyphicons Halflings';
  content: '\e250';
  color: #F57015;
}
ul.thumbnail-list .slickslide-thumbnail .slick-prev,
ul.thumbnail-list .slickslide-thumbnail .slick-next {
  z-index: 1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  height: 100%;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
ul.thumbnail-list .slickslide-thumbnail .slick-prev:hover,
ul.thumbnail-list .slickslide-thumbnail .slick-next:hover {
  opacity: 0.4;
}
ul.thumbnail-list .slickslide-thumbnail .slick-next {
  right: 0;
}
ul.thumbnail-list .slickslide-thumbnail .slick-prev {
  left: 0;
}
ul.thumbnail-list .slickslide-thumbnail .slick-dots li.slick-active button:before {
  color: #F57015;
}
ul.thumbnail-list .slickslide-thumbnail .slick-dots li button:before {
  color: #F57015;
}

/*
============================
GOOGLE MAP
============================
*/
#map {
  width: 100%;
}

/*
============================
FORM
============================
*/
form.inqform {
  padding: 2em 0;
  font-size: 16px;
}
form.inqform label {
  padding: 6px 12px;
  text-align: right;
}
form.inqform .form-control {
  font-size: 16px;
}

/*
============================
FOOTER
============================
*/
footer {
  padding: 1em 0;
  border-top: 1px dashed #ffffff;
  background-color: rgba(191, 217, 110, 0.7);
  background-image: url(/assets/img/kihoufukushikai_logo_gray_3.png);
  background-size: 33%;
  background-repeat: no-repeat;
  background-position: center right 3%;
  /*
  ====================
  FOOT-HEADER
  ====================
  */
  /*
  ====================
  FOOT-NAV
  ====================
  */
}
footer .foot-header {
  padding: 22px 0;
}
footer .foot-header .site-title {
  margin: 0;
  padding: 0;
  font-weight: 900;
}
footer .foot-header .site-title a {
  display: block;
  position: relative;
  width: 860px;
  height: 68px;
}
footer .foot-header .site-title .sub-title {
  letter-spacing: 0.025em;
  color: #98683c;
}
footer .foot-header .site-title .sub-title:after {
  content: '\A';
  white-space: pre;
}
footer .foot-header .site-title .main-title {
  color: #4f361f;
}
footer .foot-header address {
  margin-bottom: 0;
}
footer .foot-header a.btn-contact {
  color: #ffffff;
}
footer .foot-header a.btn-contact:hover {
  color: #ffffff !important;
}
footer .foot-header .btn-map {
  margin-right: 8px;
}
footer .foot-header .btn-map,
footer .foot-header .btn-tel {
  margin-bottom: 8px;
}
footer .footer-nav {
  display: inline-block;
  margin: 1em 0;
  padding: 1em 0 2em 0;
  border-top: 2px dotted #4f361f;
  border-bottom: 2px dotted #4f361f;
}
footer .footer-nav a {
  color: #4f361f;
}
footer .footer-nav .page-title {
  display: inline-block;
  width: 100%;
  padding: 0.5em 0;
  font-weight: bold;
}
footer .footer-nav .page-inner-list {
  margin-left: 1em;
  list-style-type: none;
}
footer .footer-nav .page-inner-list a {
  font-size: 12px;
  font-weight: normal;
}
footer .copyright-wrapper {
  padding: 1em 0;
  text-align: center;
}
footer .copyright-wrapper .copyright {
  font-size: 12px;
}

/*
============================
_MEDIA QUERIES
============================
*/
/*1199px以下で適用*/
@media (max-width: 1199px) {
  /*
  ============================
  _MEDIA QUERIES  0px 〜 1199px
  ============================
  */
}
@media only screen and (max-width: 1199px) and (max-width: 1199px) {
  /*
  ============================
  TABS 0px 〜 1199px
  ============================
  */
  .nav-tabs a {
    font-size: 14px;
  }
}
/*991px以下で適用*/
@media (max-width: 991px) {
  /*
  ============================
  _MEDIA QUERIES  0px 〜 991px
  ============================
  */
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  /*
  ============================
  HEADER 0px 〜 991px
  ============================
  */
  header {
    padding-top: 15px;
  }
  header .site-title {
    text-align: center;
  }
  header .site-title .sub-title,
  header .site-title .main-title {
    position: relative;
  }
  header .site-title .sub-title {
    top: -20px;
    font-size: 13px;
  }
  header .site-title .main-title {
    top: -20px;
    font-size: 43px;
  }

  /*
  ===============================
  MODULE CIRCLE NAV 0px 〜 991px
  ===============================
  */
  .module-circle-nav {
    display: inline-block;
    width: 100%;
    margin: 1em 0;
  }
  .module-circle-nav .shuffle-wrapper {
    overflow: visible !important;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .module-circle-nav .shuffle-item {
    padding: 0;
  }
  .module-circle-nav .shuffle-item:nth-child(odd) {
    margin-top: 0;
  }
  .module-circle-nav .module-circle-btn {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0.25em 0.25em 0.25em 3.5em;
    width: 100%;
    line-height: 3em;
    vertical-align: middle;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    text-align: left;
    border: none;
    border-radius: 0;
    color: #4f361f;
    background-color: #FAFAC8;
  }
  .module-circle-nav .module-circle-btn .icon {
    display: block;
    position: absolute;
    top: 0.35em;
    left: 0.5em;
    margin: 0;
    font-size: 2em;
  }

  /*
  ============================
  WHITEBOARD 0px 〜 991px
  ============================
  */
  .whiteboard.whiteboard-sub-page {
    top: 0 !important;
  }
  .whiteboard.whiteboard-sub-page .breadcrumb {
    padding: 0.5em 1em;
  }
  .whiteboard.whiteboard-sub-page .breadcrumb li a {
    font-size: 14px;
  }
  .whiteboard.whiteboard-sub-page h2.page-title {
    font-size: 30px;
  }
  .whiteboard.whiteboard-sub-page .page-description {
    width: 400px;
  }

  /*
  ============================
  NEWS 0px 〜 991px
  ============================
  */
  .news-contents h5.year {
    margin: 1em 0;
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #ccc;
  }
  .news-contents dl dt {
    font-size: 12px !important;
  }
  .news-contents dl dd {
    margin-bottom: 2em !important;
    font-size: 12px;
  }
  .news-contents dl dd .text {
    position: relative;
    margin-left: 0;
    top: 10px;
    font-size: 12px;
  }
  .news-contents dl dd p, .news-contents dl dd a {
    font-size: 12px;
  }

  /*
  ============================
  TABS 0px 〜 991px
  ============================
  */
  .nav-tabs li a {
    padding: 7px;
    height: 52px;
    font-size: 12px;
    vertical-align: middle;
  }

  /*
  ============================
  FOOT HEADER 0px 〜 991px
  ============================
  */
  .foot-header {
    padding-top: 15px;
  }
  .foot-header .site-title {
    text-align: center;
  }
  .foot-header .site-title .sub-title,
  .foot-header .site-title .main-title {
    position: relative;
  }
  .foot-header .site-title .sub-title {
    top: -20px;
    font-size: 13px;
  }
  .foot-header .site-title .main-title {
    top: -20px;
    font-size: 43px;
  }
}
/*767px以下で適用*/
@media (max-width: 767px) {
  /*
  ============================
  _MEDIA QUERIES 0px 〜 767px
  ============================
  */
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.5em;
  }
  body p {
    font-size: 14px;
    line-height: 1.5em;
  }
  body ul.left.style-disc {
    margin-left: 0 !important;
  }
  body ul.left.style-disc li {
    margin-bottom: 1em;
  }
  body table.break-all thead tr th,
  body table.break-all tbody tr th {
    word-break: break-all !important;
    width: 1em !important;
  }
  body table.break-all thead tr th, body table.break-all thead tr td,
  body table.break-all tbody tr th,
  body table.break-all tbody tr td {
    font-size: 12px !important;
  }
  body table.break-all thead tr th p, body table.break-all thead tr td p,
  body table.break-all tbody tr th p,
  body table.break-all tbody tr td p {
    font-size: 12px !important;
  }
  body .gansyo li {
    margin: 1em 0;
  }

  .xs-padding-custom {
    padding-right: 0;
    padding-left: 0;
  }

  .xs-padding-left-zero {
    padding-left: 0;
  }

  .xs-padding-right-zero {
    padding-right: 0;
  }

  .sky-bg-wrapper .sky-bg.top-page {
    height: 650px;
  }
  .sky-bg-wrapper .sky-bg.sub-page {
    height: 200px;
  }

  small.help-block {
    font-size: 10px;
    margin-bottom: 5px;
  }

  /*
  ============================
  HEADER 0px 〜 767px
  ============================
  */
  header {
    position: relative;
    padding-top: 5px;
    padding-bottom: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    border-bottom: 1px dashed #ccc;
    /*
    =================================
    HEADER MOBLIE NAV 0px 〜 767px
    =================================
    */
  }
  header .site-title {
    height: 65px;
  }
  header .site-title .sub-title {
    top: -10px;
    font-size: 14px !important;
  }
  header .site-title .main-title {
    top: -25px !important;
    font-size: 18px !important;
  }
  header .header-mobile-nav ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
  }
  header .header-mobile-nav ul li {
    padding: 0;
  }
  header .header-mobile-nav ul li:last-child a {
    border-right: none !important;
  }
  header .header-mobile-nav .btn-header-mobile {
    border-radius: 0;
    border-right: 1px dotted #98683c;
    color: #4f361f;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7), 2px 2px 1px rgba(0, 0, 0, 0.05);
  }
  header .header-mobile-nav .btn-header-mobile.active {
    color: #F57015;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25);
  }
  header .header-mobile-nav .btn-header-mobile .icon,
  header .header-mobile-nav .btn-header-mobile .glyphicon {
    display: inline-block;
    line-height: 36px;
  }
  header .header-mobile-nav .btn-header-mobile .icon {
    font-size: 30px;
  }
  header .header-mobile-nav .btn-header-mobile .glyphicon {
    font-size: 26px;
  }
  header .header-mobile-nav .btn-header-mobile p.small {
    margin: 0;
    padding: 0;
    font-size: 9px !important;
    font-weight: bold;
  }

  /*
  ===============================
  MODULE CIRCLE NAV 0px 〜 767px
  ===============================
  */
  .module-circle-nav {
    display: none;
    margin-top: 0;
    position: absolute;
  }

  /*
  ============================
  MAIN VISUAL 0px 〜 767px
  ============================
  */
  .main-visual {
    margin: 0px auto -130px auto;
  }
  .main-visual .img-outline {
    top: 0;
  }
  .main-visual .slickslide {
    border-radius: 10px;
  }
  .main-visual .slickslide img {
    border-radius: 5px;
    overflow: hidden;
  }
  .main-visual .slickslide .slick-prev,
  .main-visual .slickslide .slick-next {
    width: 50px;
    height: 50px;
  }
  .main-visual .slickslide .slick-prev {
    text-align: left;
    left: 25px;
  }
  .main-visual .slickslide .slick-next {
    text-align: right;
    right: 25px;
  }



  /*
  ============================
  WHITEBOARD 0px 〜 767px
  ============================
  */
  .whiteboard {
    top: 15px;
    max-width: 720px;
    height: auto;
    margin-bottom: 30px;
  }
  .whiteboard .concept-box {
    margin-bottom: 1em;
    border-bottom: 1px dotted #ccc;
  }
  .whiteboard .concept-box .concept-title a {
    font-size: 16px;
  }
  .whiteboard .concept-box .concept {
    margin-bottom: 0.25em;
  }
  .whiteboard .concept-box .concept:last-child {
    margin-bottom: 1em;
  }
  .whiteboard .concept-box .concept .icon-circle-style {
    top: 5px;
    width: 20px;
    height: 20px;
    border-width: 10px;
  }
  .whiteboard .concept-box .concept p {
    padding-right: 0;
    font-size: 13px;
  }
  .whiteboard .news-box .news-title a {
    font-size: 16px;
  }
  .whiteboard.whiteboard-sub-page {
    position: relative;
    overflow: visible;
    padding: 0 1em 1em 1em;
  }
  .whiteboard.whiteboard-sub-page .breadcrumb {
    position: relative;
    display: inline-block;
    min-width: 325px;
    width: 120%;
    top: 0;
    left: -30px;
    margin: 0 0 1em 0;
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 0;
    background-color: #FAFAC8;
    z-index: 1;
    line-height: 1em;
  }
  .whiteboard.whiteboard-sub-page .breadcrumb li a {
    font-size: 10px;
  }
  .whiteboard.whiteboard-sub-page h2.page-title {
    margin-bottom: 0.25em;
    font-size: 18px;
  }
  .whiteboard.whiteboard-sub-page .page-description {
    margin-bottom: 0;
    padding: 0.5em 0;
    width: 100%;
    font-size: 14px;
  }
  .whiteboard.whiteboard-sub-page .whiteboard-circle-img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 150px;
    border-radius: 10px;
    overflow: hidden;
  }
  .whiteboard.whiteboard-sub-page .whiteboard-circle-img .img-circle {
    opacity: 0.5;
    border-radius: 0 0 0 100%;
  }

  /*
  ============================
  ILLUSTRATION AREA 0px 〜 767px chico
  ============================
  */
  .illustration-area .hoikuen-and-ground .img-hoikuen {
    top: 90px;
    width: 75%;
  }
  .hoikuen_hr {
    position:relative;
    top: 80px;
    display: block;
    margin-top: 0px;
    text-align: center;
    height: 30px;
    font-size: 13px;
  }

  .hoikuen_tr {
    position:relative;
    top: 80px;
    display: block;
    margin-top: 0px;
    text-align: center;
    height: 30px;
    font-size: 13px;
  }

  /*
  =================================
  TOP PAGE CONTENTS 0px 〜 767px
  =================================
  */
  .top-page-contents {
    padding: 10em 0;
  }
  .top-page-contents .panel {
    border-radius: 10px;
  }
  .top-page-contents .panel .panel-heading {
    border-radius: 10px 10px 0 0;
  }
  .top-page-contents .panel .panel-heading h3 {
    margin: 5px 0;
    font-size: 16px;
  }
  .top-page-contents .panel .panel-body {
    font-size: 14px;
  }
  .top-page-contents .panel .panel-body .col-sm-12,
  .top-page-contents .panel .panel-body .col-xs-4 {
    padding-left: 0;
  }
  .top-page-contents .panel .panel-body .col-xs-8 {
    padding-right: 0;
  }
  .top-page-contents .panel .panel-body img {
    margin-bottom: 0;
  }

  /*
  =================================
  SUB PAGE CONTENTS 0px 〜 767px
  =================================
  */
  .sub-page-contents {
    padding: 2em 0;
  }
  .sub-page-contents .panel {
    border-radius: 10px;
  }
  .sub-page-contents .panel .panel-heading {
    border-radius: 10px 10px 0 0;
  }
  .sub-page-contents .panel .panel-heading h3 {
    margin: 0.25em 0;
    font-size: 16px;
    line-height: 1.4em;
  }
  .sub-page-contents .panel .panel-body {
    border-radius: 0 0 10px 10px;
  }
  .sub-page-contents .panel .panel-body h4 {
    font-size: 16px;
    line-height: 1.4em;
  }
  .sub-page-contents .panel .panel-body h5 {
    font-size: 16px;
  }
  .sub-page-contents .panel .panel-body h6 {
    font-size: 15px;
  }
  .sub-page-contents .panel .panel-body .tab-content h4 {
    font-size: 18px;
  }
  .sub-page-contents .panel .panel-body dl dt {
    font-size: 14px;
    margin-bottom: 1em;
  }
  .sub-page-contents .panel .panel-body dl dt.news {
    font-size: 12px !important;
  }
  .sub-page-contents .panel .panel-body dl dd {
    font-size: 14px;
    margin-bottom: 1em;
  }

  /*
  ======================================
  GOOGLE MAP 0px 〜 767px
  ======================================
  */
  #map {
    height: 300px;
  }

  /*
  ======================================
  MAGAZINE STYLE 0px 〜 767px
  ======================================
  */
  .magazine-style figure {
    max-width: 40% !important;
  }
  .magazine-style .sign .name {
    font-size: 17px;
  }

  /*
  ================================================
  ACTIVITY MODAL SLICK SLIDE 0px 〜 767px
  ================================================
  */
  ul.thumbnail-list li .thumbnail img {
    margin-bottom: 0.25em !important;
  }
  ul.thumbnail-list li .thumbnail .caption {
    font-size: 11px !important;
    margin: 0.25em 0;
  }
  ul.thumbnail-list li .thumbnail .caption .small {
    font-size: 8px;
  }
  ul.thumbnail-list li .col-xs-6.col-md-4 .thumbnail {
    min-height: 160px;
  }
  ul.thumbnail-list li:nth-child(odd) .col-xs-6.col-md-4 {
    padding-left: 0;
    padding-right: 5px;
  }
  ul.thumbnail-list li:nth-child(even) .col-xs-6.col-md-4 {
    padding-left: 5px;
    padding-right: 0;
  }

  /*
  ============================
  TABLE 0px 〜 767px
  ============================
  */
  .table.table-bordered caption {
    font-size: 12px;
    background-color: #FAFAC8;
  }
  .table.table-bordered tbody {
    font-size: 12px !important;
  }
  .table.table-bordered tr th, .table.table-bordered tr td {
    vertical-align: middle;
    font-size: 12px !important;
  }
  .table.table-bordered tr th dl dt, .table.table-bordered tr th dl dd, .table.table-bordered tr td dl dt, .table.table-bordered tr td dl dd {
    font-size: 12px !important;
  }
  .table.table-bordered .icon-wrapper {
    padding: 2px 10px;
    height: 35px;
  }
  .table.table-bordered .icon-wrapper img {
    margin: 2px auto !important;
    width: 25px !important;
    min-width: 20px !important;
  }

  /*
  ============================
  RESTABLE-TABLE  0px 〜 767px
  ============================
  */
  .restable {
    display: block;
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #ddd !important;
  }
  .restable th {
    display: block;
    width: auto;
  }
  .restable td:first-child {
    text-align: left;
  }
  .restable td {
    display: block;
    text-align: center;
    height: 35px;
  }
  .restable td.colspan-6 {
    display: table-cell;
    height: 210px;
    vertical-align: middle;
  }
  .restable caption {
    display: inline-block;
    width: 100%;
    border: 0 !important;
  }
  .restable thead {
    display: block;
    float: left;
    overflow-x: scroll;
  }
  .restable thead tr th {
    border-top: 1px solid #ddd !important;
  }
  .restable thead tr th, .restable thead tr td {
    border-bottom: 1px solid #ddd !important;
    border-left: 0 !important;
    height: 35px;
  }
  .restable thead tr td:last-child {
    border-bottom-width: 0 !important;
  }
  .restable tbody {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .restable tbody tr {
    display: inline-block;
    margin: 0 -3px;
  }
  .restable tbody tr th {
    border-left: 0 !important;
  }
  .restable tbody tr td {
    border-left: 0 !important;
    border-top: 0 !important;
  }
  .restable tbody tr td:last-child {
    border-bottom-width: 0 !important;
  }
  .restable tbody tr:last-child th, .restable tbody tr:last-child td {
    border-right: 0;
  }

  /*
  ============================
  IDEA CONTENTS 0px 〜 767px
  ============================
  */
  .idea-contents .hoshin-contents figure,
  .idea-contents .onegai-contents figure {
    margin-bottom: 4em;
  }
  .idea-contents .hoshin-contents figure .img-circle,
  .idea-contents .onegai-contents figure .img-circle {
    z-index: 1;
    min-width: 100px;
    min-height: 100px;
  }
  .idea-contents .hoshin-contents .circle-content .circle-bg,
  .idea-contents .onegai-contents .circle-content .circle-bg {
    right: 0 !important;
    left: auto;
  }
  .idea-contents .hoshin-contents .circle-content dl,
  .idea-contents .onegai-contents .circle-content dl {
    z-index: 2;
  }
  .idea-contents .hoshin-contents .circle-content dl dt,
  .idea-contents .onegai-contents .circle-content dl dt {
    font-size: 16px !important;
  }
  .idea-contents .hoshin-contents .circle-content dl dd,
  .idea-contents .onegai-contents .circle-content dl dd {
    font-size: 12px;
  }
  .idea-contents .hoshin-contents .circle-content dl dd ul,
  .idea-contents .onegai-contents .circle-content dl dd ul {
    margin-left: 0;
  }
  .idea-contents .negai-list li {
    font-size: 16px;
  }

  /*
  ======================================
  TAB CONTENT
  ======================================
  */
  .tab-content {
    border-radius: 6px !important;
  }

  /*
  ============================
  FOOT HEADER 0px 〜 767px
  ============================
  */
  .foot-header {
    padding-top: 10px;
  }
  footer .foot-header .site-title a {
    width: 100%;
    height: auto;
  }
  .foot-header .sub-title {
    top: -20px;
    font-size: 12px !important;
  }
  .foot-header .main-title {
    top: -25px;
    font-size: 18px !important;
    color: red;
  }
  .foot-header address {
    position: relative;
    top: -10px;
    text-align: center;
    font-size: 14px;
  }
  .foot-header a.btn-contact {
    line-height: 1.33333;
  }
  .foot-header .btn-lg {
    font-size: 14px;
  }

}
/*480px以上で適用*/
@media (max-width: 480px) {
  /*
  ============================
  _MEDIA QUERIES 〜 480px
  ============================
  */
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  /*
  ============================
  MAIN VISUAL 0px 〜 480px
  ============================
  */
}
/*374px以上で適用*/
@media (max-width: 374px) {
  /*
  ============================
  _MEDIA QUERIES 〜 374px
  ============================
  */
}
@media only screen and (max-width: 374px) and (max-width: 374px) {
  /*
  ============================
  WHITEBOARD 0px 〜 374px
  ============================
  */
  .whiteboard .concept-box .concept p {
    font-size: 10px;
  }
}
/*768px以上で適用*/
@media (min-width: 768px) {
  /*
  ============================
  _MEDIA QUERIES 768px 〜 ∞
  ============================
  */
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .sky-bg-wrapper .sky-bg.top-page {
    height: 900px;
  }
  .sky-bg-wrapper .sky-bg.sub-page {
    height: 350px;
  }

  ul.left.style-disc {
    margin-left: 1em !important;
  }
  ul.left.style-disc li {
    margin-bottom: 1em;
  }

  /*
  ============================
  HEADER 768px 〜 ∞
  ============================
  */
  header a.btn-contact {
    line-height: 3;
  }

  /*
  ===============================
  MODULE CIRCLE NAV 768px 〜 ∞
  ===============================
  */
  .module-circle-nav {
    display: inline-block !important;
  }

  /*
  ============================
  MAIN VISUAL 768px 〜 ∞
  ============================
  */
  .main-visual {
    margin: -25px auto -130px auto;
    overflow: visible !important;
  }
  .main-visual .img-outline {
    width: 720px;
  }
  .main-visual img {
    border-radius: 20px;
    overflow: hidden;
  }
  .main-visual .slick-prev,
  .main-visual .slick-next {
    width: 40px;
    height: 40px;
  }
  .main-visual .slick-prev:before,
  .main-visual .slick-next:before {
    font-size: 40px;
  }

  /*
  ============================
  WHITEBOARD 768px 〜 ∞
  ============================
  */
  .whiteboard {
    top: -30px;
    max-width: 720px;
  }
  .whiteboard.whiteboard-sub-page h2.page-title {
    font-size: 30px;
  }
  .whiteboard.whiteboard-sub-page .whiteboard-circle-img {
    max-width: 300px;
  }

  /*
  ============================
  ILLUSTRATION AREA 768px 〜 ∞ chico
  ============================
  */
  .illustration-area .hoikuen-and-ground .img-hoikuen {
    top: 90px;
    width: 85%;
  }
  .hoikuen_hr {
    position:relative;
    top: 80px;
    display: block;
    margin-top: 0px;
    text-align: center;
    height: 30px;
    font-size: 16px;
  }

  .hoikuen_tr {
    position:relative;
    top: 80px;
    display: block;
    margin-top: 0px;
    text-align: center;
    height: 30px;
    font-size: 16px;
  }

  /*
  ======================================
  TABLE 768px 〜 ∞
  ======================================
  */
  .table.table-bordered tr th, .table.table-bordered tr td {
    padding: 0.75em 1em;
  }
  .table.table-bordered thead tr th, .table.table-bordered tbody tr th {
    white-space: nowrap;
  }

  table.break-all thead tr th,
  table.break-all tbody tr th {
    white-space: nowrap !important;
  }
  table.break-all thead tr th, table.break-all thead tr td,
  table.break-all tbody tr th,
  table.break-all tbody tr td {
    font-size: 16px !important;
  }
  table.break-all thead tr th p, table.break-all thead tr td p,
  table.break-all tbody tr th p,
  table.break-all tbody tr td p {
    font-size: 16px !important;
  }

  /*
  ======================================
  TABLE TIME TABLE STYLE 768px 〜 ∞
  ======================================
  */
  .timetable-style tr td .text {
    height: 100px;
  }

  /*
  ======================================
  GOOGLE MAP 768px 〜 ∞
  ======================================
  */
  #map {
    height: 584px;
  }

  /*
  ======================================
  TABS 768px 〜 ∞
  ======================================
  */
  /*
  ============================
  IDEA CONTENTS 768px 〜 ∞
  ============================
  */
  .idea-contents {
    text-align: center;
  }
  .idea-contents .hoshin-contents figure,
  .idea-contents .onegai-contents figure {
    padding: 1em;
  }

  /*
  ============================
  SAFETY CONTENTS 768px 〜 ∞
  ============================
  */
  .sefaty-contents .panel-body a.btn br {
    display: none;
  }

  .slickslide-thumbnail .slick-prev,
  .slickslide-thumbnail .slick-next {
    width: 40px;
    height: 40px;
  }
  .slickslide-thumbnail .slick-prev:before,
  .slickslide-thumbnail .slick-next:before {
    font-size: 40px;
  }

  /*
  ============================
  FOOT HEADER 768px 〜 ∞
  ============================
  */
  .foot-header a.btn-contact {
    line-height: 3;
  }
}
/*992px以上で適用*/
@media (min-width: 992px) {
  /*
  ============================
  _MEDIA QUERIES 992px 〜 ∞
  ============================
  */
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .sky-bg-wrapper .sky-bg.top-page {
    height: 800px;
  }
  .sky-bg-wrapper .sky-bg.sub-page {
    height: 350px;
  }

  /*
  ============================
  HEADER 992px 〜 ∞
  ============================
  */
  header .site-title {
    text-align: center;
  }
  header .site-title .sub-title,
  header .site-title .main-title {
    position: relative;
  }
  header .site-title .sub-title {
    top: -20px;
    font-size: 10px;
  }
  header .site-title .main-title {
    top: -5px;
    font-size: 36px;
  }
  header address p {
    margin-bottom: 5px;
  }
  header a.btn-contact {
    line-height: 2.75;
  }

  /*
  =====================================
  MODULE CIRCLE NAV 992px 〜 ∞
  =====================================
  */
  .module-circle-nav .module-circle-btn {
    display: inline-block;
    padding-top: 20px;
    font-size: 12px;
    min-width: 111px;
    min-height: 111px;
  }

  /*
  ============================
  MAIN VISUAL 992px 〜 ∞
  ============================
  */
  .main-visual {
    margin: -180px auto -150px auto;
  }
  .main-visual .img-outline {
    width: 940px;
  }
  .main-visual img {
    border-radius: 20px;
    overflow: hidden;
  }
  .main-visual .slick-prev,
  .main-visual .slick-next {
    top: 40%;
  }

  /*
  ============================
  WHITEBOARD 992px 〜 ∞
  ============================
  */
  .whiteboard {
    top: -80px;
    max-width: 940px;
    margin-bottom: -220px;
  }
  .whiteboard .news-box {
    margin-bottom: 100px;
  }
  .whiteboard.whiteboard-sub-page {
    top: -40px;
    margin-bottom: -80px;
  }
  .whiteboard.whiteboard-sub-page h2.page-title {
    font-size: 30px;
  }
  .whiteboard.whiteboard-sub-page .page-description {
    width: 500px;
  }
  .whiteboard.whiteboard-sub-page .whiteboard-circle-img {
    max-width: 400px;
  }

  /*
  ======================================
  SUB PAGE CONTENTS 992px 〜 ∞
  ======================================
  */
  .sub-page-contents .panel .panel-heading {
    padding: 10px 20px;
  }
  .sub-page-contents .panel .panel-body {
    padding: 2em;
  }
  .sub-page-contents .panel .panel-body .tab-content {
    padding: 2em;
  }

  /*
  ============================
  AYUMI CONTENTS 992px 〜 ∞
  ============================
  */
  .ayumi-contents .magazine-style img {
    border-radius: 6px;
  }
  .ayumi-contents .magazine-style figure {
    width: 450px;
  }
  .ayumi-contents .magazine-style h4 {
    font-size: 22px;
  }
  .ayumi-contents .magazine-style p, .ayumi-contents .magazine-style li {
    font-size: 16px;
    line-height: 1.75em;
  }

  /*
  ======================================
  TABLE TIME TABLE STYLE 992px 〜 ∞
  ======================================
  */
  .timetable-style tr td .text {
    height: 134px;
  }

  /*
  ============================
  FOOT HEADER 992px 〜 ∞
  ============================
  */
  .foot-header .site-title {
    text-align: center;
  }
  .foot-header .site-title .sub-title,
  .foot-header .site-title .main-title {
    position: relative;
  }
  .foot-header .site-title .sub-title {
    top: -20px;
    font-size: 12px !important;
  }
  .foot-header .site-title .main-title {
    top: -10px;
    font-size: 34px;
  }
}
/*1200px以上で適用*/
@media (min-width: 1200px) {
  /*
  ============================
  _MEDIA QUERIES 1200px 〜 ∞
  ============================
  */
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .sky-bg-wrapper .sky-bg.top-page {
    height: 900px;
  }
  .sky-bg-wrapper .sky-bg.sub-page {
    height: 450px;
  }

  /*
  ====================
  HEADER 1200px 〜 ∞
  ====================
  */
  header .site-title {
    text-align: left;
  }
  header .site-title .sub-title,
  header .site-title .main-title {
    position: absolute;
  }
  header .site-title .sub-title {
    top: 3px;
    font-size: 13px;
    letter-spacing: 0.025em;
  }
  header .site-title .main-title {
    top: 30px;
    font-size: 45px;
  }
  header a.btn-contact {
    line-height: 3;
  }
  header address p {
    margin-bottom: 10px;
    margin-left: 20px;
  }
  header .btn-map {
    margin-right: 8px;
  }
  header .btn-map,
  header .btn-tel {
    margin-bottom: 8px;
  }

  /*
  ================================
  MODULE CIRCLE NAV 1200px 〜 ∞
  ================================
  */
  .module-circle-nav .module-circle-btn {
    padding-top: 25px;
    font-size: 16px;
    min-width: 136px;
    min-height: 136px;
  }

  /*
  ============================
  MAIN VISUAL 1200px 〜 ∞
  ============================
  */
  .main-visual {
    margin: -170px auto -240px auto;
  }
  .main-visual .img-outline {
    top: 0;
    width: 1140px;
  }

  /*
  ============================
  WHITEBOARD 1200px 〜 ∞
  ============================
  */
  .whiteboard {
    top: -40px;
    max-width: 1140px;
    margin-bottom: -170px;
  }
  .whiteboard.whiteboard-sub-page {
    margin-bottom: -80px;
  }
  .whiteboard.whiteboard-sub-page h2.page-title {
    font-size: 40px;
  }
  .whiteboard.whiteboard-sub-page .page-description {
    width: 700px;
  }
  .whiteboard.whiteboard-sub-page .whiteboard-circle-img {
    max-width: 400px;
  }

  /*
  ============================
  IDEA CONTENTS 1200px 〜 ∞
  ============================
  */
  .idea-contents .rinen-text {
    margin: 1em 0;
    font-size: 24px;
  }
  .idea-contents .hoshin-contents .panel-body,
  .idea-contents .onegai-contents .panel-body {
    padding: 3em;
  }
  .idea-contents .hoshin-contents .circle-content dl dt,
  .idea-contents .onegai-contents .circle-content dl dt {
    font-size: 22px !important;
  }
  .idea-contents .hoshin-contents .circle-content dl dd,
  .idea-contents .onegai-contents .circle-content dl dd {
    font-size: 20px;
  }
  .idea-contents .hoshin-contents .circle-content dl dd li,
  .idea-contents .onegai-contents .circle-content dl dd li {
    margin-bottom: 0.5em;
  }

  /*
  ============================
  SAFETY CONTENTS 1200px 〜 ∞
  ============================
  */
  .sefaty-contents .panel-body .divide-lg-3 {
    margin: 1em 0;
    text-align: center;
    min-height: 8em;
    border-right: 1px dotted #ccc;
  }
  .sefaty-contents .panel-body .divide-lg-3:last-child {
    border-right: none;
  }

  /*
  ======================================
  TABLE TIME TABLE STYLE 1200px 〜 ∞
  ======================================
  */
  .timetable-style tr td .text {
    height: 230px;
  }

  /*
  ========================
  FOOT HEADER 1200px 〜 ∞
  ========================
  */
  .foot-header .site-title {
    text-align: left;
  }
  .foot-header .site-title .sub-title,
  .foot-header .site-title .main-title {
    position: absolute;
  }
  .foot-header .site-title .sub-title {
    top: 3px;
    font-size: 12px;
    letter-spacing: 0.025em;
  }
  .foot-header .site-title .main-title {
    top: 23px;
    font-size: 43px;
  }
  .foot-header a.btn-contact {
    line-height: 2.6;
  }
  .foot-header .btn-map {
    margin-right: 8px;
  }
  .foot-header .btn-map,
  .foot-header .btn-tel {
    margin-bottom: 8px;
  }
}
