@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Roboto:400,900");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'logotypejp_mp_b_1.1.ttf';
  src: url(/font/logotypejp_mp_b_1.1.ttf); }
body {
  font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #231815; }
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    min-width: 100%; } }

a {
  text-decoration: none;
  color: #ff7f7f; }
a:hover {
  text-decoration: none;
  color: #ff7f7f; }

img {
  vertical-align: bottom; }
@media screen and (max-width: 768px) {
  img {
    width: 100%; } }

figure {
  margin: 0; }

.pc {
  display: block; }
@media screen and (max-width: 768px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
@media screen and (max-width: 768px) {
  .sp {
    display: block; } }

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box; }
@media screen and (max-width: 1240px) {
  .inner {
    max-width: 100%; } }
@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    min-width: 100%; } }

.column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.contents-style {
  padding: 20px 20px 70px; }
@media screen and (max-width: 768px) {
  .contents-style {
    padding: 20px; } }
.contents-style .inner {
  overflow: hidden; }

.img_box img {
  width: 100%; }

@media screen and (max-width: 768px) {
  #main {
    padding-top: 117px; } }

.slick-prev:before, .slick-next:before {
  color: #ff7f7f;
  font-weight: bold;
  font-size: 30px; }

/*====
    タイトル系　
=================================*/
.top_cont {
  padding-bottom: 20px;
  border-bottom: 1px solid #ff7f7f;
  margin-bottom: 20px; }
.top_cont .top_cont_title {
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 2px;
  color: #ff7f7f;
  padding-bottom: 20px; }
.top_cont .list_style li {
  width: 31.667%;
  margin: 0 0 0 2.5%; }
@media screen and (max-width: 768px) {
  .top_cont .list_style li {
    width: 100%; } }
.top_cont .list_style li:first-child {
  margin-left: 0; }
.top_cont .list_style figcaption {
  border-top: none;
  box-sizing: border-box; }

.contents_title {
  color: #ff7f7f;
  display: table;
  padding: 0 40px 20px 0;
  background: url(/common/img/pc/ico/arrow_bottom.png) no-repeat;
  background-position: right top 9px;
  background-size: 16px; }
.contents_title:hover {
  text-shadow: none; }
.contents_title:hover a {
  color: #ff7f7f; }
.contents_title a {
  color: #ff7f7f; }
.contents_title .main {
  display: table-cell;
  font-size: 24px;
  padding-left: 2px; }
.contents_title .sub {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 14px; }

/*====
    フェードイン　
=================================*/
.fade_off {
  position: relative;
  bottom: -20px;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s; }
@media screen and (max-width: 768px) {
  .fade_off {
    opacity: 1;
    bottom: 0; } }

.fade_on {
  position: relative;
  bottom: 0 !important;
  opacity: 1 !important; }

#main_cont {
  float: left;
  width: 65%; }
@media screen and (max-width: 768px) {
  #main_cont {
    width: 100%;
    float: none; } }
#main_cont .cont_section {
  margin-top: 40px; }
#main_cont .cont_section:first-child {
  margin-top: 0; }

#side_cont {
  float: right;
  width: 32%; }
@media screen and (max-width: 768px) {
  #side_cont {
    width: 100%;
    float: none; } }
#side_cont .side_list ul li {
  position: relative;
  margin-top: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
#side_cont .side_list ul li:first-child {
  margin-top: 0; }
#side_cont .side_list ul li a {
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #333;
  z-index: 1; }
#side_cont .side_list ul li figure {
  display: flex; }
#side_cont .side_list ul li figure .imgBox {
  width: 40%; }
#side_cont .side_list ul li figure .imgBox img {
  width: 100%;
  height: 80px;
  object-fit: cover; }
@media screen and (max-width: 768px) {
  #side_cont .side_list ul li figure .imgBox img {
    height: 100px; } }
#side_cont .side_list ul li figure figcaption {
  width: 60%;
  color: #333;
  font-size: 16px;
  font-weight: 100;
  padding: 10px;
  box-sizing: border-box;
  text-align: left; }
#side_cont .side_list ul li figure figcaption .day {
  font-size: 11px; }
#side_cont .side_list ul li figure figcaption .cont_title {
  font-weight: 100; }
#side_cont .side_list ul li .ctg_title {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -31px;
  text-align: center;
  width: 100%;
  z-index: 2; }
#side_cont .side_list ul li .ctg_title .main {
  font-size: 30px; }
@media screen and (max-width: 768px) {
  #side_cont .side_list ul li .ctg_title .main {
    font-size: 24px; } }
#side_cont .side_list ul li .ctg_title .sub {
  font-size: 22px;
  display: block; }
@media screen and (max-width: 768px) {
  #side_cont .side_list ul li .ctg_title .sub {
    font-size: 14px; } }
#side_cont .side_list ul .img_cover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1; }

/*================================
    header
=================================*/
header {
  width: 100%;
  min-width: 1200px;
  box-sizing: border-box;
  z-index: 999999;
  padding: 0 20px; }
@media screen and (max-width: 1240px) {
  header {
    min-width: 100%; } }
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    padding: 20px 0;
    background: #fff;
    z-index: 999999;
    min-width: 100%; } }
header .header_top {
  background: #fff; }
@media screen and (max-width: 768px) {
  header .header_top {
    text-align: center; } }
header .header_top .logo {
  position: relative;
  padding: 30px 20px;
  text-align: center; }
@media screen and (max-width: 768px) {
  header .header_top .logo {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%; } }
header .header_top .logo h1 {
  display: inline-block;
  color: #ff7f7f; }
@media screen and (max-width: 768px) {
  header .header_top .logo h1 {
    width: 170px; } }
header .header_top .logo .cover {
  background: url(/common/img/pc/logo/bg_logo.png) no-repeat;
  width: 280px;
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
@media screen and (max-width: 768px) {
  header .header_top .logo .cover {
    background-position: none;
    width: 100%;
    height: auto;
    position: static; } }
header .header_top .logo a {
  display: block;
  font-size: 34px;
  font-weight: normal;
  color: #ff7f7f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
@media screen and (max-width: 768px) {
  header .header_top .logo a {
    font-size: 24px; } }
header .header_top .logo a .sub {
  display: block;
  font-size: 14px;
  padding: 0;
  text-align: left;
  letter-spacing: 2px; }
@media screen and (max-width: 768px) {
  header .header_top .logo a .sub {
    font-size: 12px; } }
header .header_top .logo a .blk {
  display: block; }

.contents_nav {
  transition-duration: .3s;
  border-top: 1px solid #ff7f7f;
  border-bottom: 1px solid #ff7f7f;
  margin-bottom: 45px; }
@media screen and (max-width: 768px) {
  .contents_nav {
    display: none; } }

.nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 70%;
  margin: 0 auto; }
@media screen and (max-width: 1200px) {
  .nav_list {
    width: 90%; } }
.nav_list li {
  text-align: center;
  box-sizing: border-box;
  letter-spacing: 4px; }
.nav_list li a {
  color: #ff7f7f;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 15px 0;
  display: block; }
.nav_list li a:hover {
  color: #ff7f7f;
  text-shadow: none; }
.nav_list li a .sub {
  font-size: 10px;
  display: block; }
@media screen and (max-width: 768px) {
  .nav_list li a .sub {
    display: block;
    padding: 5px 0 0 2px;
    font-size: 16px; } }
.nav_list li.nav_contact {
  padding: 20px 0; }
.nav_list li.nav_contact a {
  font-size: 14px;
  padding: 16px 36px 17px;
  box-sizing: border-box;
  display: block; }
@media screen and (max-width: 768px) {
  .nav_list li.nav_contact a {
    text-align: left; } }
.nav_list li.nav_contact a .ico_mail {
  background: url(/common/img/pc/ico/ico_mail.png) no-repeat;
  background-position: left center;
  padding-left: 24px; }
@media screen and (max-width: 768px) {
  .nav_list li.nav_contact a .ico_mail {
    padding-left: 0; } }
.nav_list li.nav_contact a:hover {
  color: #fff; }
.nav_list li.nav_contact a:hover .ico_mail {
  background: url(/common/img/pc/ico/ico_mail_whi.png) no-repeat;
  background-position: left center; }

.nav_sp {
  display: none; }
@media screen and (max-width: 768px) {
  .nav_sp {
    display: block; } }
.nav_sp .logo {
  text-align: center;
  padding: 32px 0; }
.nav_sp .logo h1 {
  display: inline-block; }
.nav_sp .logo h1 a {
  color: #fff; }
.nav_sp .nav_list li {
  float: none;
  text-align: left;
  display: block;
  width: 100%;
  border-bottom: 2px solid #fff;
  margin: 0; }
.nav_sp .nav_list li a {
  border: none;
  display: block;
  font-size: 14px;
  padding: 20px;
  background: url(/common/img/sp/ico/ico_arrow_right_wh.png) no-repeat;
  background-position: right 20px center;
  background-size: 10px;
  color: #fff; }
.nav_sp .nav_list li:first-child {
  border-top: 2px solid #fff; }
.nav_sp .nav_list li .main {
  min-width: 280px;
  display: inline-block;
  font-size: 20px; }
.nav_sp .inf_link {
  margin-top: 60px; }
.nav_sp .inf_link ul {
  padding-bottom: 60px; }
.nav_sp .inf_link ul li {
  margin-top: 55px; }
.nav_sp .inf_link ul li a {
  background: #fff;
  display: block;
  text-align: center;
  height: 112px;
  box-sizing: border-box;
  font-size: 30px;
  padding: 38px 0; }
.nav_sp .inf_link ul li span {
  color: #ff7f7f; }
.nav_sp .inf_link ul li:first-child {
  margin-top: 0; }

.telLink {
  pointer-events: none; }
@media screen and (max-width: 768px) {
  .telLink .telLink {
    pointer-events: auto; } }

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #ff7f7f;
  padding: 0 15px 100px;
  box-sizing: border-box; }

.drawer--right .drawer-nav {
  right: -100%; }

.drawer-hamburger {
  right: auto;
  left: 33px;
  top: 33px;
  width: 36px;
  height: 20px;
  box-sizing: border-box;
  padding: 0; }

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  background-color: #ff7f7f;
  margin-top: 0px; }

.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  top: -7px; }

.drawer-hamburger-icon:after {
  top: 7px;
  width: 60%; }

.drawer-open .drawer-hamburger-icon:before {
  background: #fff; }

.drawer-open .drawer-hamburger-icon:after {
  background: #fff;
  width: 100%; }

.drawer-overlay {
  z-index: -1; }

.share_style header {
  background: #fff; }
.share_style header .logo {
  padding: 11px 0 10px 30px;
  transition-duration: .3s; }
.share_style header .logo h1:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 40px solid;
  border-right: 20px solid;
  border-bottom: 40px solid;
  border-left: 20px solid;
  border-color: #ff7f7f transparent transparent #ff7f7f;
  margin-left: 260px; }
.share_style header .logo h1:after {
  content: "";
  width: 260px;
  height: 80px;
  background-color: #ff7f7f;
  position: absolute;
  top: 0;
  left: 0; }
.share_style header .logo a {
  font-size: 20px; }
.share_style header .logo a .blk {
  display: none; }
.share_style header .logo .cover {
  background: url(/common/img/pc/logo/bg_logo_s.png) no-repeat;
  width: 300px;
  height: 80px; }
.share_style header .nav_list a {
  color: #000; }
.share_style header .nav_list a .sub {
  color: #ff7f7f; }
@media screen and (max-width: 768px) {
  .share_style header .nav_list a .sub {
    color: #fff; } }
.share_style header .contents_nav {
  padding: 14px 30px 14px 0;
  transition-duration: .3s; }
.share_style header .nav_list .nav_contact a {
  border: 1px solid #ff7f7f;
  padding: 15px 35px 16px; }
@media screen and (max-width: 768px) {
  .share_style header .nav_list .nav_contact a {
    border: none;
    padding: 38px 30px; } }

/*================================
    footer
=================================*/
footer .contact_block {
  background: url(/common/img/pc/bg/bg_contact_block.png) no-repeat;
  background-position: top;
  background-size: cover;
  box-sizing: border-box; }
footer .contact_block .contact_cover {
  background-color: rgba(255, 127, 127, 0.7);
  padding: 70px 20px; }
footer .contact_block .inner {
  overflow: hidden; }
footer .contact_block .cont_box {
  float: left;
  width: 50%;
  color: #fff; }
@media screen and (max-width: 768px) {
  footer .contact_block .cont_box {
    float: none;
    width: 100%; } }
footer .contact_block .cont_left .tatle_box h2 {
  margin-bottom: 15px; }
footer .contact_block .cont_left p {
  line-height: 32px; }
footer .contact_block .cont_right {
  display: table;
  padding: 22px 0 0 74px;
  box-sizing: border-box; }
@media screen and (max-width: 768px) {
  footer .contact_block .cont_right {
    padding: 40px 0 0 0; } }
footer .contact_block .cont_right .contact_link {
  display: table-cell;
  vertical-align: middle;
  max-width: 300px;
  width: 55%; }
@media screen and (max-width: 768px) {
  footer .contact_block .cont_right .contact_link {
    display: block;
    width: 100%;
    max-width: 100%; } }
footer .contact_block .cont_right .contact_link a {
  width: 100%;
  height: 100%;
  font-size: 20px;
  background: #fff;
  color: #ff7f7f;
  box-sizing: border-box;
  display: block;
  text-align: center;
  padding: 25px 0px;
  border: 1px solid #ff7f7f;
  -webkit-transition: all .3s;
  transition: all .3s; }
footer .contact_block .cont_right .contact_link a:hover {
  color: #fff;
  background: #ff7f7f;
  border: 1px solid #fff; }
footer .contact_block .cont_right .tel_link {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px; }
@media screen and (max-width: 768px) {
  footer .contact_block .cont_right .tel_link {
    display: block;
    padding-left: 0;
    margin-top: 20px; } }
footer .contact_block .cont_right .tel_link dl dt {
  font-size: 16px; }
@media screen and (max-width: 768px) {
  footer .contact_block .cont_right .tel_link dl dd {
    font-size: 26px; } }
footer .contact_block .cont_right .tel_link dl dd a {
  font-size: 26px;
  color: #fff; }
footer .contact_block .cont_right .tel_link dl dd a:hover {
  color: #ff7f7f;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff; }
footer .footer_inf {
  padding: 50px 20px; }
@media screen and (max-width: 768px) {
  footer .footer_inf {
    padding: 20px 20px 0; } }
footer .footer_inf .inner {
  overflow: hidden; }
footer .footer_inf .footer_cont {
  float: left; }
@media screen and (max-width: 768px) {
  footer .footer_inf .footer_cont {
    float: none; } }
footer .footer_inf .footer_cont h1 {
  padding-left: 2px;
  font-weight: bold;
  color: #ff7f7f; }
@media screen and (max-width: 768px) {
  footer .footer_inf .footer_cont h1 {
    margin: 0 auto;
    min-width: 170px;
    width: 10%; } }
footer .footer_inf .footer_cont h1 span {
  font-size: 11px;
  display: block;
  font-weight: normal; }
@media screen and (max-width: 768px) {
  footer .footer_inf .footer_cont h1 span {
    font-size: 10px; } }
footer .footer_inf .footer_cont p {
  font-size: 14px;
  line-height: 28px; }
footer .footer_inf .footer_cont a {
  font-size: 22px;
  color: #ff7f7f; }
@media screen and (max-width: 768px) {
  footer .footer_inf .footer_cont a {
    font-size: 16px; } }
footer .footer_inf .footer_nav {
  float: right;
  text-align: right; }
@media screen and (max-width: 768px) {
  footer .footer_inf .footer_nav {
    float: none; } }
footer .footer_inf .footer_nav .nav_list {
  margin-bottom: 25px;
  width: 100%; }
@media screen and (max-width: 768px) {
  footer .footer_inf .footer_nav .nav_list {
    margin: 20px 0 10px; } }
footer .footer_inf .footer_nav .nav_list ul {
  overflow: hidden; }
@media screen and (max-width: 768px) {
  footer .footer_inf .footer_nav .nav_list ul {
    border-bottom: 1px solid #ff7f7f; } }
footer .footer_inf .footer_nav .nav_list ul li {
  float: left;
  margin: 0 0 0 20px; }
@media screen and (max-width: 768px) {
  footer .footer_inf .footer_nav .nav_list ul li {
    width: 50%;
    margin: 0;
    border-top: 1px solid #ff7f7f; } }
@media screen and (max-width: 768px) {
  footer .footer_inf .footer_nav .nav_list ul li:nth-child(2n) {
    border-left: 1px solid #ff7f7f; } }
@media screen and (max-width: 768px) {
  footer .footer_inf .footer_nav .nav_list ul li:last-child {
    width: 100%; } }
footer .footer_inf .footer_nav .nav_list ul li a {
  font-size: 14px;
  font-weight: bold; }
@media screen and (max-width: 768px) {
  footer .footer_inf .footer_nav .nav_list ul li a {
    padding: 15px 0;
    box-sizing: border-box;
    display: block; } }
footer .footer_inf .footer_nav .nav_list ul li:first-child {
  margin-left: 0; }
footer .footer_inf .footer_nav .nav_link {
  overflow: hidden; }
@media screen and (max-width: 768px) {
  footer .footer_inf .footer_nav .nav_link {
    text-align: center; } }
footer .footer_inf .footer_nav .nav_link p {
  float: left;
  padding-top: 5px; }
@media screen and (max-width: 768px) {
  footer .footer_inf .footer_nav .nav_link p {
    padding-top: 0;
    float: none;
    text-align: center; } }
@media screen and (max-width: 768px) {
  footer .footer_inf .footer_nav .nav_link p a {
    font-size: 14px;
    color: #ff7f7f; } }
footer .footer_inf .footer_nav .nav_link ul {
  float: right;
  overflow: hidden; }
@media screen and (max-width: 768px) {
  footer .footer_inf .footer_nav .nav_link ul {
    float: none;
    margin: 10px auto 0;
    display: inline-block; } }
footer .footer_inf .footer_nav .nav_link ul li {
  float: left;
  margin-left: 22px; }
footer .footer_inf .footer_nav .nav_link ul li:first-child {
  margin-left: 0; }
footer .footer_inf .footer_nav .nav_link ul li a {
  width: 20px;
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
footer .footer_inf .footer_nav .nav_link ul li a:hover {
  opacity: 0.6; }
footer .footer_inf .footer_nav .nav_link ul li a img {
  width: 100%; }
footer .copyright {
  font-size: 11px;
  padding: 20px 0;
  text-align: center;
  color: #ff7f7f; }
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 10px;
    padding: 10px 0;
    position: static;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg); } }

/*================================
    list_style
=================================*/
#main_cont .list_style li:nth-child(n+1) {
  margin-left: 0; }
#main_cont .list_style li:nth-child(3n) {
  margin: 0 0 0 2.56%; }
#main_cont .list_style li:first-child, #main_cont .list_style li:nth-child(3n+1) {
  width: 100%;
  display: block;
  margin: 0; }
#main_cont .list_style li:first-child .img_box, #main_cont .list_style li:nth-child(3n+1) .img_box {
  height: 520px; }
@media screen and (max-width: 768px) {
  #main_cont .list_style li:first-child .img_box, #main_cont .list_style li:nth-child(3n+1) .img_box {
    height: 200px; } }
#main_cont .list_style li:first-child .img_box img, #main_cont .list_style li:nth-child(3n+1) .img_box img {
  height: 520px; }
@media screen and (max-width: 768px) {
  #main_cont .list_style li:first-child .img_box img, #main_cont .list_style li:nth-child(3n+1) .img_box img {
    height: 200px; } }
@media screen and (max-width: 768px) {
  #main_cont .list_style li:first-child, #main_cont .list_style li:nth-child(3n+1) {
    margin: 0 !important; } }

.list_style {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
.list_style li {
  width: 48.718%;
  margin: 0 0 0 2.56%; }
@media screen and (max-width: 768px) {
  .list_style li {
    width: 100%;
    margin: 20px 0 0 0; } }
.list_style li:first-child {
  margin: 0; }
@media screen and (max-width: 768px) {
  .list_style li:first-child {
    margin: 0 !important; } }
.list_style .img_box {
  position: relative;
  height: 200px; }
@media screen and (max-width: 768px) {
  .list_style .img_box {
    width: 100%; } }
.list_style .img_box img {
  height: 200px;
  object-fit: cover;
  width: 100%; }
.list_style .img_box .ctg_tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1; }
.list_style figcaption {
  padding: 25px 0; }
.list_style .day {
  font-size: 11px;
  margin-bottom: 5px; }
.list_style .cont_title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: normal; }
.list_style .cont_text {
  line-height: 22px;
  font-size: 14px;
  color: #333; }

.top_cont .list_style li {
  margin: 0 0 0 2.5%; }

.top_cont .list_style li:nth-child(3n+1) {
  margin: 0; }

.form-control {
  border-radius: 0px;
  background-color: #fdfdfd;
  font-size: 14px; }

.form-control:focus {
  border-color: #aadbe8;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.4);
  box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.4);
  background-color: #fff; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  font-size: 13px; }

/* Firefox 18- */
:-moz-placeholder {
  font-size: 13px; }

/* Firefox 19+ */
::-moz-placeholder {
  font-size: 13px; }

/* IE 10+ */
:-ms-input-placeholder {
  font-size: 13px; }

::placeholder {
  font-size: 13px; }

.form-group input, .form-group textarea {
  border: 1px solid #ccc;
  padding: 5px;
  margin-top: 5px;
  width: 500px;
  box-sizing: border-box; }
@media screen and (max-width: 768px) {
  .form-group input, .form-group textarea {
    width: 100%; } }

/*================================
    share
=================================*/
.share .list_box .list_style li {
  width: 100%;
  margin: 20px 0 0 0;
  padding-top: 20px;
  border-top: 2px solid #ff7f7f; }
.share .list_box .list_style li a figure {
  overflow: hidden; }
.share .list_box .list_style li a figure .img_box {
  float: left;
  width: 40%;
  height: auto; }
@media screen and (max-width: 768px) {
  .share .list_box .list_style li a figure .img_box {
    float: none;
    width: 100%; } }
.share .list_box .list_style li a figure .img_box img {
  height: 300px; }
.share .list_box .list_style li a figure figcaption {
  float: left;
  padding: 20px 5%;
  width: 50%; }
@media screen and (max-width: 768px) {
  .share .list_box .list_style li a figure figcaption {
    float: none;
    width: 100%;
    padding: 20px 0; } }
.share .list_box .list_style li:first-child {
  margin-top: 0 !important;
  border: none;
  padding-top: 0; }
.share .list_box .list_style li:nth-child(-n+4) {
  margin: 20px 0 0 0; }

@media screen and (max-width: 768px) {
  #detail .cont_section {
    padding: 0 0 50px; } }
#detail .cont_section .contents_title {
  font-size: 24px;
  font-weight: normal; }
@media screen and (max-width: 768px) {
  #detail .cont_section .contents_title {
    font-size: 18px; } }
#detail .cont_section img {
  max-width: 100%;
  width: auto;
  height: auto; }
#detail .cont_section .cont_box p {
  line-height: 1.7;
  font-size: 16px; }

#top {
  /*================================
  		keyviual
  =================================*/
  /*=============
  slick
  =============*/
  /*================================
      #top_about
  =================================*/
  /*================================
      #top_service
  =================================*/
  /*================================
      #top_event
  =================================*/
  /*================================
      #top_topics
  =================================*/
  /*================================
      #inf
  =================================*/ }
@media screen and (max-width: 768px) {
  #top #main {
    padding-top: 90px; } }
#top #keyvisual {
  position: relative;
  overflow: hidden; }
#top #keyvisual > .inner {
  position: relative; }
#top #keyvisual .kv_cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  overflow: hidden; }
#top #keyvisual .kv_cont .inner {
  height: 650px;
  position: relative;
  padding: 0 20px; }
#top #keyvisual .kv_cont .inner .slick-dots {
  display: inline-block !important;
  width: 100px;
  overflow: hidden; }
#top #keyvisual .kv_cont .inner .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0 0 15px;
  padding: 0;
  float: left; }
#top #keyvisual .kv_cont .inner .slick-dots li:first-child {
  margin-left: 0; }
#top #slider .inner {
  margin: 0 auto !important;
  position: relative; }
#top #slider .img_box a:hover {
  background: #fff;
  opacity: 0.9; }
#top #slider .img_box img {
  width: 100%;
  display: inline-block; }
#top #slider .slick-slide {
  opacity: 0.3;
  transition-duration: 0.1s; }
#top #slider .slick-slide.slick-current {
  opacity: 1; }
#top #slider .slick-prev, #top #slider .slick-next {
  z-index: 1; }
#top #slider .slick-prev {
  z-index: 1;
  left: 20px; }
#top #slider .slick-next {
  right: 20px; }
#top .text-item {
  display: none; }
#top .text-item.text-current {
  display: block; }
#top .slick-dots {
  bottom: -40px;
  z-index: 1; }
#top .slick-dots li button:before {
  font-size: 10px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  color: #ff7f7f; }
#top .slick-dots li.slick-active button:before {
  color: #ff7f7f; }
#top .slick-dotted.slick-slider {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px; }
@media screen and (max-width: 768px) {
  #top .slick-dotted.slick-slider {
    width: 100%; } }
#top .slick-dots li {
  width: 10px;
  height: 10px; }
#top .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0; }
#top #text-list {
  width: 100%;
  max-width: 1000px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -500px; }
@media screen and (max-width: 768px) {
  #top #text-list {
    margin-left: 0;
    position: static; } }
#top #text-list .text-item {
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px; }
#top #top_about {
  background-color: #f5f5f5;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0; }
@media screen and (max-width: 768px) {
  #top #top_about {
    max-height: 100%; } }
#top #top_about .cont_block {
  overflow: hidden;
  display: table;
  width: 100%; }
#top #top_about .cont {
  display: table-cell;
  width: 50%; }
@media screen and (max-width: 768px) {
  #top #top_about .cont {
    width: 100%;
    display: block; } }
#top #top_about .cont_left {
  text-align: right; }
#top #top_about .cont_left .inner {
  width: 620px;
  max-width: 100%;
  display: inline-block;
  margin: 0;
  text-align: left;
  box-sizing: border-box;
  padding: 9.192% 20px; }
@media screen and (max-width: 768px) {
  #top #top_about .cont_left .inner {
    width: 100%;
    display: block; } }
#top #top_about .cont_right {
  background: url(/img/pc/top/bg/bg_about.png) no-repeat;
  background-position: center center;
  height: 100%;
  background-size: cover; }
@media screen and (max-width: 768px) {
  #top #top_about .cont_right {
    width: 100%;
    position: static;
    display: block;
    padding-top: 68.125%;
    background: url(/img/pc/top/bg/bg_about.png) no-repeat;
    background-size: 100%; } }
#top #top_about .cont_box {
  width: 500px; }
@media screen and (max-width: 768px) {
  #top #top_about .cont_box {
    width: 100%; } }
#top #top_about .cont_box h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 36px; }
#top #top_about .cont_box p {
  line-height: 30px;
  padding: 50px 0; }
@media screen and (max-width: 768px) {
  #top #top_about .cont_box p {
    padding: 10px 0 50px; } }
#top #top_about .link_btn {
  padding: 12px 56px 12px 55px;
  display: inline-block; }
#top #top_service {
  background: url(/img/pc/top/bg/bg_service.png) no-repeat;
  background-position: top;
  background-size: cover; }
#top #top_service .tatle_box {
  margin-bottom: 60px; }
#top #top_event .tatle_box {
  margin-bottom: 85px; }
@media screen and (max-width: 768px) {
  #top #top_event .tatle_box {
    margin-bottom: 30px; } }
#top #top_topics {
  background: url(/img/pc/top/bg/bg_topics.png) no-repeat;
  background-position: top;
  background-size: cover; }
#top #top_topics .cont_block {
  display: flex;
  flex-wrap: wrap; }
#top #top_topics .cont_block .tatle_box {
  width: 28%;
  max-width: 340px;
  padding-right: 2%;
  box-sizing: border-box; }
@media screen and (max-width: 768px) {
  #top #top_topics .cont_block .tatle_box {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0; } }
#top #top_topics .cont_block .cont_box {
  width: 72%; }
@media screen and (max-width: 768px) {
  #top #top_topics .cont_block .cont_box {
    width: 100%; } }
#top #top_topics .cont_block .notice_list li:hover {
  opacity: 0.6; }
#top #top_topics .cont_block .notice_list .img_box {
  max-width: 150px !important;
  width: 110px;
  box-sizing: border-box; }
#top #top_topics .cont_block .link_btn_box {
  margin-top: 40px; }
@media screen and (max-width: 768px) {
  #top #top_topics .cont_block .link_btn_box {
    text-align: center; } }
#top #top_topics .cont_block .link_btn {
  padding: 13px 56px; }
#top #inf .cont_box {
  width: 100%;
  max-width: 780px;
  margin: 0 auto; }
#top #inf .notice_list li {
  border-bottom: 1px solid #707070;
  margin-top: 20px; }
@media screen and (max-width: 750px) {
  #top #inf .notice_list li {
    margin-top: 30px; } }
#top #inf .notice_list li:first-child {
  margin-top: 0; }
#top #inf .notice_list li a {
  display: block;
  background: url(/common/img/pc/ico/ico_arrow_list.png) no-repeat;
  background-position: right center; }
@media screen and (max-width: 750px) {
  #top #inf .notice_list li a {
    background: none; } }
#top #inf .notice_list dl {
  display: table;
  padding: 10px 0;
  width: 100%; }
@media screen and (max-width: 750px) {
  #top #inf .notice_list dl {
    display: block; } }
#top #inf .notice_list dt {
  display: table-cell;
  color: #FC791A;
  width: 10%;
  vertical-align: middle; }
@media screen and (max-width: 750px) {
  #top #inf .notice_list dt {
    display: block;
    font-size: 28px;
    width: 100%; } }
#top #inf .notice_list dd {
  display: table-cell;
  padding: 0 20px; }
@media screen and (max-width: 750px) {
  #top #inf .notice_list dd {
    display: block;
    padding: 0 100px 0 0;
    font-size: 28px;
    background: url(/common/img/sp/ico/ico_arrow_list.png) no-repeat;
    background-position: right 20px center;
    line-height: 48px; } }

/*# sourceMappingURL=style.css.map */
