@charset "UTF-8";
.live_button p a {
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
  background: #008C00;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
}
.live_button p a:hover {
  color: #fff;
  background: #D93600;
  text-decoration: none;
}

.twitter-widget iframe {
  width: 100%;
}

div.slick_slider p img {
  height: 300px !important;
  width: auto !important;
}

.top_slider {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_slider {
    max-width: 100%;
    min-width: 1140px;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .top_slider {
    max-width: 100%;
    height: auto;
  }
}
.top_slider h2 {
  text-indent: -9999px;
}
@media screen and (min-width: 768px) {
  .top_slider h2 {
    z-index: 2;
    margin: 0 auto;
    padding: 0;
    background: url(../images/top_cartain.png) no-repeat;
    background-size: contain;
    width: 1600px;
    max-width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_slider h2 {
    display: none;
  }
}
.top_slider .center_logo {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .top_slider .center_logo {
    width: 248px;
    height: 223px;
  }
  .top_slider .center_logo img {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top_slider .center_logo {
    height: 120px;
    width: 133px;
  }
  .top_slider .center_logo img {
    display: block;
    height: 120px;
    width: 133px;
  }
}
@media screen and (min-width: 768px) {
  .top_slider .slick_slider_wrap {
    z-index: 1;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    width: 1600px;
    height: 400px;
    margin: 0 auto;
  }
  .top_slider .slick_slider_wrap .slick_slider {
    max-width: 100%;
    width: 1600px;
    height: 400px;
  }
  .top_slider .slick_slider_wrap img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top_slider .slick_slider_wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .top_slider .slick_slider_wrap .slick_slider {
    width: 150%;
    margin-left: -25%;
  }
  .top_slider .slick_slider_wrap .slick_slider img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .content {
    width: 1140px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .content {
    width: 100%;
  }
}
.content h2 {
  padding-top: 20px;
  display: block;
  text-align: center;
  color: #d83500;
  border-bottom: 4px solid #008c00;
  margin: 0 auto;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .content h2 {
    width: 1000px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .content h2 {
    font-size: 14px;
    width: 100%;
  }
}
.content h2 span {
  display: block;
  margin-bottom: 5px;
  color: #d83500;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .content h2 span {
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  .content h2 span {
    font-size: 24px;
  }
}
.content section h3 {
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  color: #000;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .content section h3 {
    display: block;
    margin: 20px;
    font-size: 24px;
  }
}
.content section h4 {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
}
.content section h4 span {
  text-decoration: underline;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .content section h4 {
    text-align: center;
  }
}
.content section div.centertext {
  text-align: center;
  padding: 0 20px;
}
.content section .topiconlist {
  display: block;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .content section .topiconlist {
    margin: 40px auto 0;
    width: 1062px;
  }
}
@media screen and (max-width: 767px) {
  .content section .topiconlist {
    margin-top: 40px;
  }
}
.content section .topiconlist:after {
  content: " ";
  display: block;
  clear: both;
}
.content section .topiconlist li {
  display: block;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .content section .topiconlist li {
    float: left;
    margin-right: 40px;
  }
  .content section .topiconlist li:nth-child(2n) {
    margin-top: 95px;
  }
  .content section .topiconlist li:last-child {
    width: 270px;
    margin-right: 0;
  }
  .content section .topiconlist li:last-child:after {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .content section .topiconlist li {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    float: left;
  }
  .content section .topiconlist li img {
    width: 100%;
  }
  .content section .topiconlist li:nth-child(2n) {
    display: none;
  }
  .content section .topiconlist li:last-child {
    margin-left: 25%;
  }
}
.content section .office_info {
  margin-top: 30px;
}
.content section .mapimage img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .content section .bannerlist {
    margin-bottom: 10px;
  }
  .content section .bannerlist a {
    background: url(../images/top_banner_bg.png) repeat;
    padding: 10px;
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
  }
  .content section .bannerlist a:hover {
    text-decoration: none;
    opacity: 0.9;
  }
  .content section .bannerlist a:after {
    content: " ";
    display: block;
    clear: both;
  }
  .content section .bannerlist h5 {
    color: #fff;
    font-size: 18px;
    display: inline;
    font-weight: bold;
    line-height: 2em;
    margin: 0;
  }
  .content section .bannerlist img {
    display: block;
    float: right;
    margin-left: 10px;
  }
  .content section .bannerlist p {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .content section .bannerlist {
    border-top: 1px solid #ccc;
  }
  .content section .bannerlist a {
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .content section .bannerlist a:after {
    content: " ";
    display: block;
    clear: both;
  }
  .content section .bannerlist a h5 {
    width: 80%;
    float: right;
    padding-left: 10px;
    box-sizing: border-box;
    color: #000;
    margin: 10px 0 5px;
    font-weight: bold;
  }
  .content section .bannerlist a img {
    float: left;
    width: 20%;
  }
  .content section .bannerlist a p {
    color: #000;
    width: 80%;
    float: right;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .content section .newslist {
    border: 5px solid #000;
    height: 414px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .content section .newslist h4 {
    margin: 0;
    padding: 0;
  }
  .content section .newslist .newswrap {
    height: 337px;
    overflow-y: scroll;
  }
  .content section .newslist .newswrap .newsitem:after {
    content: " ";
    display: block;
    clear: both;
  }
  .content section .newslist .newswrap .newsitem h5 {
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
  }
  .content section .newslist .newswrap .newsitem h5 a {
    font-size: 14px;
    color: #000;
  }
  .content section .newslist .newswrap .newsitem h5 span {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    margin-left: 10px;
  }
  .content section .newslist .newswrap .newsitem p.image {
    float: left;
    margin-right: 10px;
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
  }
  .content section .newslist .newswrap .newsitem p.image img {
    display: block;
    width: 100%;
  }
  .content section .newslist .newswrap .newsitem p.desc {
    margin: 0;
    display: inline-block;
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .content section .newslist h4 {
    margin-top: 20px;
  }
  .content section .newslist .newswrap {
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .content section .newslist .newswrap .newsitem {
    border-bottom: 1px solid #ccc;
  }
  .content section .newslist .newswrap .newsitem:after {
    content: " ";
    display: block;
    clear: both;
  }
  .content section .newslist .newswrap .newsitem h5 {
    float: right;
    width: 80%;
    box-sizing: border-box;
    padding: 0 0 0 5px;
    margin: 0;
    padding-bottom: 5px;
  }
  .content section .newslist .newswrap .newsitem h5 a {
    font-size: 14px;
    color: #000;
  }
  .content section .newslist .newswrap .newsitem h5 span {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    margin-left: 10px;
  }
  .content section .newslist .newswrap .newsitem p {
    margin: 0;
  }
  .content section .newslist .newswrap .newsitem p.image {
    float: left;
    box-sizing: border-box;
    width: 20%;
    height: 70px;
    position: relative;
    overflow: hidden;
  }
  .content section .newslist .newswrap .newsitem p.image img {
    display: block;
    width: 100%;
  }
  .content section .newslist .newswrap .newsitem p.desc {
    display: block;
    float: right;
    width: 80%;
    box-sizing: border-box;
    padding: 0 0 0 5px;
    margin: 0;
    color: #000;
  }
  .content section .newslist .newswrap .newsitem p.link {
    display: block;
    float: right;
    width: 80%;
    box-sizing: border-box;
    padding: 0 0 0 5px;
    margin: 0;
    color: #000;
  }
}

div.rows {
  width: 100%;
  /* 4分割 */
  /* 4分割 */
}
div.rows:after {
  content: " ";
  display: block;
  clear: both;
}
div.rows div.col {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  div.rows div.col {
    margin-bottom: 10px;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  div.rows div.col {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  div.rows div.col-1-2 {
    width: 50%;
    padding-right: 2%;
  }
}
@media screen and (min-width: 768px) {
  div.rows div.col-1-3 {
    width: 31%;
    margin-right: 2%;
  }
  div.rows div.col-1-3:last-child {
    width: 33.9%;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  div.rows div.col-2-3 {
    width: 65%;
    margin-right: 2%;
  }
  div.rows div.col-2-3:last-child {
    width: 66%;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  div.rows div.col-1-4 {
    width: 24%;
    margin-right: 1%;
  }
  div.rows div.col-1-4:last-child {
    width: 25%;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  div.rows div.col-2-4 {
    width: 49%;
    margin-right: 1%;
  }
  div.rows div.col-2-4:last-child {
    width: 50%;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  div.rows div.col-3-4 {
    width: 74%;
    margin-right: 1%;
  }
  div.rows div.col-3-4:last-child {
    width: 75%;
    margin-right: 0;
  }
}
.addresslist {
  list-style: none;
}
.addresslist li {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .addresslist li {
    padding: 0 10px;
  }
}
.addresslist li span {
  font-weight: bold;
  font-size: 12px;
}
.addresslist li p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .bannerlist2 {
    margin-bottom: 10px;
    position: relative;
    height: 150px;
  }
  .bannerlist2 h5 {
    display: inline;
    font-size: 14px;
    color: #000;
  }
  .bannerlist2 h5 span {
    font-size: 24px;
    display: block;
  }
  .bannerlist2 h5 img {
    position: static;
    display: inline;
    float: none;
    margin-left: 10px;
  }
  .bannerlist2 a {
    border: 5px solid #000;
    padding: 10px;
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
  }
  .bannerlist2 a:hover {
    text-decoration: none;
    opacity: 0.9;
  }
  .bannerlist2 a:after {
    content: " ";
    display: block;
    clear: both;
  }
  .bannerlist2 img {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    float: right;
    margin-left: 10px;
  }
  .bannerlist2 p {
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .bannerlist2 {
    border-top: 1px solid #ccc;
  }
  .bannerlist2 a {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px;
  }
  .bannerlist2 a:after {
    content: " ";
    display: block;
    clear: both;
  }
  .bannerlist2 a h5 {
    width: 80%;
    float: right;
    padding-left: 10px;
    box-sizing: border-box;
    color: #000;
    margin: 0;
    font-size: 14px;
  }
  .bannerlist2 a h5 span {
    font-size: 20px;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .bannerlist2 a p.image {
    display: block;
    width: 20%;
    float: left;
    margin: 0;
  }
  .bannerlist2 a p.image img {
    display: block;
    margin: 0 auto;
    height: 60px;
  }
  .bannerlist2 a p.text {
    display: none;
    color: #000;
    width: 80%;
    float: right;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

.content_img a {
  display: block;
}
.content_img a img {
  display: block;
}
@media screen and (min-width: 768px) {
  .content_img {
    margin: 50px auto;
  }
  .content_img img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .content_img {
    width: 100%;
  }
  .content_img img {
    width: 100%;
  }
}

.instagram-widget {
  max-width: 100% !important;
  overflow: hidden;
  position: relative;
}
.instagram-widget iframe {
  max-width: 100% !important;
}

.top_caution {
  margin: 20px;
  padding: 20px;
  border: 5px solid #f00;
}
.top_caution h3 {
  color: #000;
  font-size: 22px;
  text-align: center;
  margin: 0 0 20px;
  text-decoration: underline;
}
.top_caution .detail {
  color: #000;
  font-size: 14px;
}

.smallimage_wrap {
  display: flex;
  flex-wrap: wrap;
}
.smallimage_wrap .smallimage {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .smallimage_wrap .smallimage {
    width: 25%;
  }
  .smallimage_wrap .smallimage:nth-child(2n+1) {
    padding: 0 1% 0;
  }
  .smallimage_wrap .smallimage:nth-child(2n+2) {
    padding: 0 1% 0 0;
  }
  .smallimage_wrap .smallimage a {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .smallimage_wrap .smallimage {
    width: 50%;
  }
  .smallimage_wrap .smallimage:nth-child(2n+1) {
    padding: 0 1% 10px;
  }
  .smallimage_wrap .smallimage:nth-child(2n+2) {
    padding: 0 1% 10px 0;
  }
  .smallimage_wrap .smallimage a {
    height: 150px;
  }
}
.smallimage_wrap .smallimage a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.smallimage_wrap .smallimage a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.largeimage {
  margin-bottom: 10px;
}
.largeimage img {
  display: block;
  width: 100%;
  height: auto !important;
}/*# sourceMappingURL=content.css.map */