/****
--------------------------------------------
TABLE OF CONTENTS
  - 1.共通要素
  - 2.個別要素
-----------------------------------------  */
/*----------------------
 1.共通要素
---------------------  */

.main-block {
  display: flex;
}

.sidebar-area {
  flex: 0 270px;
  order: 2;
  margin-left: 30px;
}

.main-area {
  flex: 1;
  order: 1;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}


@media all and (max-width: 980px) {
  .main-block {
    flex-direction: column;
  }
  .main-area {
    order: 1;
    flex: auto;
   padding: 20px;
    width:100%;
    margin-bottom: 30px;
  }
  .sidebar-area {
    order: 2;
    flex: auto;
    width:100%;
    margin-left: 0;
  }
}

.sidebar-content {
    background-color: #fff;
    margin-bottom: 20px;
    font-size: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.panel-body p{
  margin-bottom: 0.8em;
}

.block-entry{
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
.block-entry .page-list-area{
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.block-entry p:not(:last-child),
.block-entry ol:not(:last-child),
.block-entry ul:not(:last-child) {
  margin-bottom: 1em;
}

.footer-list.block-entry{
max-width: 1125px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 45px;
}
/* section */

.sectionBlock{
/*  padding: 2rem 2rem;*/
 padding: 20px 0 40px;
}

/* contents title */
.main-tit {
  font-size: 24px;
  margin-bottom: 35px;
  font-weight: bold;
  line-height: 1.47;
}

/* hero */
.hero-title{
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.hero-buttons.is-nomargin{
  margin-top: 0;
}

.hero.is-grey-lighter{
  background:   #f5f7fa;
}

.title.is-hero-title{
  font-size: 24px;
  line-height: 1.47;
 font-weight: bold;
}

/* page header */
  .page__header{
   padding: 40px 20px;
   background-color: #f5f7fa;
   text-align: center;
  }

.hero.has-bgImage{
  background-image: url(../images/base/ttl_bg01.jpg);
}

.hero.has-bgImage .title {
    color: #fff;
    font-weight: bold;
}
 .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
/*    background: rgba(255,255,255,.7);*/
    box-shadow: 0 1px 0 rgba(219, 219, 219, 0.3);
}


/* top slider */
.center-item .slick-next {
  right: 20px;
  z-index: 99;
}
.center-item .slick-prev {
  left: 15px;
  z-index: 100;
}
.slider {
  margin: 0 0 50px;
}
.slider img {
  width: 100%;
  height: auto;
}


/* pagetop link*/


/* footer*/
.footer-list,
.footer-list a{
/* font-size: 0.9rem;*/
 color: #fff;
}
.footer-ttl {
padding-bottom: 0.2rem;
text-decoration: underline;
margin-bottom: 0.5rem;
}

.footer__copy {
  font-size: 12px;
  color: #fff;
  padding-top: 60px;
}

/* parts */
.button{
font-size: 14px;
}

/* contactArea */
.contactArea {
    margin: 0 0 60px 0;
    padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  .contactArea__number{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
  }

/*----------------------
 responsivなtable 2種
---------------------  */

/* responsiv table (.tableのみ利用可能 )*/
@media only screen and (max-width: 480px) {
    .is-responsiv th,
    .is-responsiv td {
      width: 100%;
      display: block;
      border-top: none;
      border-bottom: none;
    }
    .is-responsiv th {
      background-color: #eef2f7;
    }
  }

/* scroll table */
  /* 指定方法
  <div class="scroll-table-wrapper">
    <div class="scroll-table-container">
      <table class="table scroll-table">
  */

@media screen and (max-width: 640px) {
    .scroll-table-wrapper:before,
    .scroll-table-wrapper:after {
      display: inline-block;
      width: 100%;
      text-align: center;
    }
    .scroll-table-wrapper .scroll-table-container {
      overflow-x: scroll;
    }
    .scroll-table-wrapper .scroll-table-container table.scroll-table
    {
        width:740px;
    }
}



/*----------------------
 2.個別要素
---------------------  */

/* blog*/

  .mainContent > .entry{
    margin-bottom: 20px;
  }

@media screen and (min-width: 980px) {
  .mainContent article{
    padding-right: 30px;
  }
}
/*google map*/

  .ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 45px;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* over lay メニュー */

/* ナビげーション */
.header-btn {
  cursor: pointer;
  display: block;
  height: 65px;
  position: relative;
}

.header-btn > .header-item {
  align-items: center;
  display: flex;
  padding: 10px;
}

#overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
}

#inner {
  text-align: center;
  padding: 1em 1.5em 0.5em 1.5em;
  border-radius: 4px;
  display: block;
  width: 20em;
  vertical-align: middle;
  max-width: 100%;
  margin: 30px auto;
  background: #fff;
}

#inner h2 {
  font-size: 1.2em;
  border-bottom: solid 2px rgba(255, 255, 255, 0.125);
  padding-bottom: 1em;
}

#inner .links {
  list-style: none;
  margin-bottom: 1.5em;
  padding: 0;
}

#inner .links li {
  padding: 0;
}

#inner .links li a {
  border-bottom: 1px solid #ccc;
  display: block;
/*  font-size: 0.9em;*/
  font-weight: 700;
  line-height: 1.85em;
  padding: 0.75em 0;
}

#inner .links li a:hover {
  background: #f5f7fa;
}

/* メインナビ */

.main-nav {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  padding: 8px 0;

}

.main-nav a {
  align-items: center;
	color: #333;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
/*  padding: 6px 12px;*/
  vertical-align: top;
  font-weight: 700;
  font-size: 0.92rem;
}

.main-nav a:hover {
  color: #b2b2b2;
}

.main-nav li {
  display: block;
  font-family: 'YuKyo_Yoko-Medium', "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.main-nav ul {
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}

.main-nav.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}

.main-nav.is-toggle a {
/*  border-right: 1px solid #d3d6db;*/
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
}

.main-nav.is-toggle a:hover {}

.main-nav.is-toggle li + li {
  margin-left: -1px;
}

/*.main-nav.is-toggle li:first-child a {
  border-left: 1px solid #d3d6db;
}*/

.nav-toggle img {
  padding-top: 25px;
}
.tagLine {
  padding-top: 0px;
  font-size: 85.7%;
  line-height: 1.2;
}

/* sidemenu */
.sidemenu {
  background-color: white;
  border-radius: 3px;
  font-size: 1rem;
}

.sidemenu:not(:last-child) {
  margin-bottom: 1.5rem;
}

.sidemenu-header {
  align-items: center;
  background-color: #3273dc;
  border-radius: 3px 3px 0 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  position: relative;
}
.sidemenu-header h3{
  font-size: 1.1rem;
  font-weight: 600;
}
.sidemenu-header a,
.sidemenu-header strong {
  color: inherit;
}

.sidemenu-header a {
  text-decoration: underline;
}

.sidemenu-header + .sidemenu-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

.sidemenu-body {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
/*  color: #4a4a4a;*/
/*  padding: 1em 1.25em;*/
}

.sidemenu-body a,
.sidemenu-body strong {
  color: inherit;
}

.sidemenu-body a {
  text-decoration: underline;
}

#map_canvas {
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #map_canvas {
        height: 300px;
    }
}

/*.tabs a.active {
  color: #333;
}*/

.navlist {
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.navlist ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dbdbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navlist li {
    display: block;
}

.logo{
  padding: 20px 0 0; 
/*  display: inline;*/
}

/* top画像のエフェクト */
.img-hover {
  background-color: #000;
  color: #fff;
/*  display: inline-block;*/
  font-size: 24px;
/*  margin: 8px;*/
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.img-hover * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.img-hover img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.img-hover figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
/*  line-height: 1.1em;*/
  opacity: 1;
  z-index: 2;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  padding: 0 10px;
}

.img-hover span {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}

.img-hover a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.img-hover:hover > img,
.img-hover.hover > img {
  opacity: 0.6;
}

.is-orange{
    background-color: #F29600;
    border: none;
    color: #fff;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.button.is-orange:hover, .button.is-orange.is-hovered {
    border: none;
}

.icon-insta {
margin-top: 20px;
    position: relative;
    float: right;
    text-align: right;
}

.pageTopLink {
  clear: both;
  bottom: 50px;
  text-align: center;

}
.circle a{
  color: #fff;
  background-color:#f29600;
  padding: 0;
  margin: 0;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size: 1.5em;
}

.circle a:hover,
.circle a:focus {
  background-color: #FBDBA8;
  cursor: pointer;
  transition: all 0.30s ease-in-out;
}

.nav-draw{
  padding-right: 3rem;
}

.footer-list h3{
    padding-bottom: 0.2rem;
    text-decoration: underline;
    margin-bottom: 0.5rem;
}

.nav-selected a{
	color: #b2b2b2;
}

.block-next-previous{
/*    height: 70px;*/
    padding: 15px 0 0;
    display: flex;
    justify-content: space-between;
}

.page-list-entry{
    display: flex;
}
.entry-date{
  flex: 0 200px;
}
.entry-ttl{
  flex: 1;
}

@media all and (max-width: 769px) {
  .page-list-entry {
    flex-direction: column;
  }
  .entry-ttl {
    order: 2;
    flex: 100%;
  }
  .entry-date {
    order: 1;
    flex: 100%;
  }
}

 /* 画像のロールオーバー */
a:hover img.hoverImg{
filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}

/* FAQのアコーディオン */
  .accbox {
    margin: 2em 0;
    padding: 0;

  }

  .accbox label {
    display: block;
    margin: 1.5px 0;
    padding: 11px 5px;
    font-weight: bold;
    cursor: pointer;
  }

  .accbox label:hover {
    color: #b2b2b2;
  }

  .accbox input {
    display: none;
  }

  .accbox .accshow {
    height: 0;
    padding: 0;

    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
  }

  .cssacc:checked+.accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
  }