@charset "UTF-8";
/*===============================================
●画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
  /*=========================
▼▼共通▼▼
===========================*/
  .text_area {
    text-align: center;
  }
  .text_area .small {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .text_area h3 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0.2em;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #slider_bg {
    clear: both;
    color: #ffffff;
  }
  #top_slider {
    clear: both;
    height: 763px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  #top_slider .slide {
    text-align: center;
    width: 100%;
    height: 763px;
    position: relative;
    z-index: 99;
    background-position: center center;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 130px;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #top_slider .slide_01 {
    background-image: url(../img/index/slider_01.jpg);
  }
  #top_slider .slide_02 {
    background-image: url(../img/index/slider_02.jpg);
  }
  #top_slider .slide_03 {
    background-image: url(../img/index/slider_03.jpg?20220711);
  }
  #top_slider .slide_04 {
    background-image: url(../img/index/slider_04.jpg);
  }
  #top_slider .slide_05 {
    background-image: url(../img/index/slider_05.jpg);
  }
  #top_slider .slide .slide_logo {
    width: 280px;
    margin: 0 auto 30px;
  }
  #top_slider .slide .date {
    font-size: 16px;
    text-shadow: 3px 3px 4px rgba(000, 000, 000, 0.22);
    margin-bottom: 8px;
  }
  #top_slider .slide .slide_title {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 3px 3px 4px rgba(000, 000, 000, 0.22);
    margin-bottom: 8px;
  }
  #top_slider .slide .date .big_text {
    font-size: 43px;
  }
  #top_slider .slide .date .hyphen {
    vertical-align: super;
    display: inline-block;
    margin: 0 6px 0px;
    font-size: 30px;
  }
  #top_slider .slide .place {
    font-size: 18px;
    font-weight: bold;
    text-shadow: 3px 3px 4px rgba(000, 000, 000, 0.22);
  }
  #top_slider .slide .slide_detail {
    font-size: 18px;
    font-weight: bold;
    text-shadow: 3px 3px 4px rgba(000, 000, 000, 0.22);
  }
  /*スライダードット*/
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -43px;
    width: 100%;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 11px;
    height: 11px;
    margin: 0 9px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    background-image: url(../img/share/slider_off.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    background-image: url(../img/share/slider_on.png);
    background-repeat: no-repeat;
  }
  #top_conts {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    background-image: url(../img/index/map.png);
    background-repeat: no-repeat;
    background-position: right -50px top;
    background-size: 474px;
    padding: 92px 0 80px;
  }
  #top_conts .text_img_bbq {
    margin-bottom: 2px;
  }
  #top_conts h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 28px;
  }
  #top_conts .top_date {
    font-weight: bold;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 28px;
  }
  #top_conts .top_date .small_text {
    font-size: 16px;
  }
  #top_conts .small_text .hyphen {
    vertical-align: super;
    display: inline-block;
    margin: 0 6px 0px;
    font-size: 30px;
  }
  #top_conts .text {
    font-weight: bold;
    font-size: 17px;
    line-height: 31px;
    text-align: left;
    display: inline-block;
    margin-bottom: 25px;
  }
  #top_conts .covid_19 {
    width: 640px;
    margin: 0 auto;
    font-size: 18px;
  }
  #top_conts .covid_19 a {
    width: 100%;
    display: block;
    color: #262626;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 16px 0 15px;
    border: 2px solid #262626;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/share/arrow_b.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 10px;
    transition-duration: .3s;
    background-color: #ffffff;
  }
  #top_conts .covid_19 a:hover {
    background-color: #262626;
    color: #ffffff;
    background-image: url(../img/share/arrow_w.png);
    border: 2px solid #262626;
  }
  #bbq_conts {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 74px;
  }
  #bbq_conts .text_area h3 {
    margin-bottom: 12px;
  }
  #bbq_conts .box {
    display: table;
    width: 100%;
  }
  #bbq_conts .box a {
    border: 3px solid #262626;
    padding: 27px 26px 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  #bbq_conts .box a:hover {
    border: 3px solid #5f8f5d;
    color: #5f8f5d;
    text-decoration: none;
  }
  #bbq_conts .box .img {
    display: table-cell;
    vertical-align: middle;
  }
  #bbq_conts .box .text_area {
    display: table-cell;
    vertical-align: middle;
    width: 355px;
  }
  #artist_conts {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    margin-bottom: 73px;
  }
  #artist_conts .auto {
    position: relative;
  }
  #artist_conts .text_area {
    margin-bottom: 24px;
  }
  #artist_conts .arrow_btn {
    position: absolute;
    bottom: 2px;
    right: 45px;
  }
  #artist_conts .bx-pager {
    display: none;
  }
  #artist_conts .bx-wrapper .bx-controls-direction a {
    background-image: url("../img/share/arrow_c.png");
    background-size: 18px;
    background-position: center;
    width: 28px;
    height: 50px;
    background-repeat: no-repeat;
    z-index: 999;
    position: absolute;
    top: 50%;
    background-color: #5f8f5d;
  }
  #artist_conts .bx-wrapper .bx-controls-direction .bx-prev {
    left: 31%;
    transform: translateY(-50%) rotate(180deg);
  }
  #artist_conts .bx-wrapper .bx-controls-direction .bx-next {
    right: 31%;
    transform: translateY(-50%);
  }
  #artist_conts .slide {
    padding: 0 10px;
    position: relative;
  }
  #artist_conts .slide a:hover {
    text-decoration: none;
  }
  #artist_conts .slide .artist_img {
    width: 100%;
    margin-bottom: 11px;
    position: relative;
    z-index: 9;
    background-color: #000000;
  }
  #artist_conts .slide .artist_img::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../img/share/ptn_bg_01.png");
    background-repeat: repeat;
    background-position: left top;
    background-size: 4px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -1;
  }
  #link_conts {
    width: 100%;
    float: left;
    clear: both;
    padding: 64px 0 56px;
    margin-bottom: 78px;
    background-color: #f6f6f6;
    text-align: center;
  }
  #link_conts .box {
    text-align: center;
    display: inline-block;
    margin: 0 53px;
  }
  #link_conts .box a:hover {
    text-decoration: none;
    color: #bd9983;
  }
  #link_conts .box .icon {}
  #link_conts .box .text {
    font-size: 22px;
    letter-spacing: 0.05em;
  }
  #reservation_conts {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 78px;
  }
  #reservation_conts .box {
    width: 590px;
    float: left;
  }
  #reservation_conts .box:last-of-type {
    float: right;
  }
  #reservation_conts .box a {
    border: 3px solid #262626;
    padding: 27px 27px 47px;
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
  #reservation_conts .box a:hover {
    border: 3px solid #5f8f5d;
    color: #5f8f5d;
    text-decoration: none;
  }
  #reservation_conts .box .img {
    margin-bottom: 19px;
  }
  #reservation_conts .box h3 {
    margin-bottom: 12px;
  }
  #move_conts {
    width: 100%;
    float: left;
    clear: both;
    padding: 60px 0 58px;
    margin-bottom: 78px;
    background-color: #f6f6f6;
  }
  #move_conts h3 {
    margin-bottom: 24px;
  }
  #move_conts .outer {
    width: 100%;
    display: table;
    padding-left: 94px;
    padding-right: 121px;
    box-sizing: border-box;
  }
  #move_conts p.movie_wrapper {
    width: 353px;
    height: 622px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
  }
  #move_conts p.movie_wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #move_conts .right_box {
    width: 595px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 38px;
  }
  #move_conts .right_box dl {
    margin-bottom: 30px;
  }
  #move_conts .right_box dl dt {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  #move_conts .right_box .img_list {
    width: 100%;
    letter-spacing: -.4em;
  }
  #move_conts .right_box .img_list li {
    width: 143px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    margin-bottom: 7px;
  }
  #move_conts .right_box .img_list li:nth-of-type(4n) {
    margin-right: 0;
  }
  #topics_conts {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 78px;
  }
  #topics_conts h3 {
    margin-bottom: 26px;
  }
  #topics_conts ul {
    width: 100%;
    float: left;
    clear: both;
  }
  #topics_conts ul li {
    width: 570px;
    float: left;
    margin-bottom: 32px;
  }
  #topics_conts ul li:nth-of-type(2n) {
    float: right;
  }
  #topics_conts ul li a {
    width: 100%;
    display: table;
    text-decoration: none;
  }
  #topics_conts ulli figure {
    width: 178px;
    height: 178px;
    display: table-cell;
    position: relative;
    overflow: hidden;
  }
  #topics_conts ul li .text_box {
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
  }
  #topics_conts ul li .text_box .title {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #flyer_conts {
    width: 100%;
    float: left;
    clear: both;
    padding: 60px 0 74px;
    background-color: #f6f6f6;
  }
  #flyer_conts h3 {
    margin-bottom: 24px;
  }
  #flyer_conts .link_btn {
    width: 223px;
    margin: 0 auto;
  }
  #about_conts {
    width: 100%;
    float: left;
    clear: both;
    padding-top: 60px;
  }
  #about_conts .text_area {
    margin-bottom: 27px;
  }
  #about_conts table {
    width: 1114px;
    margin: 0 auto;
    border-top: 1px solid #ecebeb;
  }
  #about_conts table tr {
    border-bottom: 1px solid #ecebeb;
  }
  #about_conts table th {
    width: 265px;
    font-weight: bold;
    padding: 19px 0 17px 33px;
  }
  #about_conts table td {
    padding: 19px 0 17px;
  }
}
/*===============================================
●画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px) {
  /*=========================
▼▼共通▼▼
===========================*/
  .text_area {
    text-align: center;
  }
  .text_area .small {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .text_area h3 {
    font-size: 2.8rem;
    line-height: 1.3;
    letter-spacing: 0.2em;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #slider_bg {
    clear: both;
    color: #ffffff;
  }
  #top_slider {
    width: 100%;
    height: auto;
    clear: both;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
  }
  #top_slider .slide {
    text-align: center;
    width: 100%;
    height: 456px;
    position: relative;
    z-index: 99;
    background-position: center center;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 78px 5% 0;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #top_slider .slide_01 {
    background-image: url(../img/index/slider_01.jpg);
  }
  #top_slider .slide_02 {
    background-image: url(../img/index/slider_02.jpg);
  }
  #top_slider .slide_03 {
    background-image: url(../img/index/slider_03.jpg?20220711);
  }
  #top_slider .slide_04 {
    background-image: url(../img/index/slider_04.jpg);
  }
  #top_slider .slide_05 {
    background-image: url(../img/index/slider_05.jpg);
  }
  #top_slider .slide .slide_logo {
    width: 150px;
    margin: 0 auto 5px;
  }
  #top_slider .slide .date {
    font-size: 1.4rem;
    line-height: 1.4;
    text-shadow: 2px 2px 3px rgba(000, 000, 000, 0.22);
    margin-bottom: 2px;
  }
  #top_slider .slide .date .hyphen {
    vertical-align: super;
    display: inline-block;
    margin: 0 4px 0px;
    font-size: 1.5rem;
  }
  #top_slider .slide .slide_title {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold;
    text-shadow: 2px 2px 3px rgba(000, 000, 000, 0.22);
    margin-bottom: 2px;
  }
  #top_slider .slide .date .big_text {
    font-size: 2.3rem;
  }
  #top_slider .slide .place {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(000, 000, 000, 0.22);
  }
  #top_slider .slide .slide_detail {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(000, 000, 000, 0.22);
  }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -33px;
    width: 100%;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 6px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    background-image: url(../img/share/slider_off.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    background-image: url(../img/share/slider_on.png);
    background-repeat: no-repeat;
  }
  #top_conts {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    padding-top: 72px;
  }
  #top_conts .text_img_bbq {
    width: 180px;
    margin: 0 auto 2px;
  }
  #top_conts h2 {
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 4px;
  }
  #top_conts .top_date {
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  #top_conts .top_date .small_text {
    font-size: 1.2rem;
  }
  #top_conts .small_text .hyphen {
    vertical-align: super;
    display: inline-block;
    margin: 0 4px 0px;
    font-size: 1.5rem;
  }
  #top_conts .text {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 25px;
  }
  #top_conts .covid_19 {
    margin: 0 auto 30px;
  }
  #top_conts .covid_19 a {
    width: 100%;
    display: block;
    color: #262626;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    padding: 10px 7% 12px;
    border: 2px solid #262626;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/share/arrow_b.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 7px;
    transition-duration: .3s;
    background-color: #ffffff;
  }
  #top_conts .sp_img {
    padding-left: 20%;
  }
  #top_conts .sp_img img {
    width: 100%;
    display: block;
  }
  #bbq_conts {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 60px;
  }
  #bbq_conts .text_area h3 {
    margin-bottom: 8px;
  }
  #bbq_conts .box {
    width: 100%;
    clear: both;
    border: 3px solid #262626;
    box-sizing: border-box;
  }
  #bbq_conts .box a {
    width: 100%;
    padding: 20px 5% 20px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
  }
  #bbq_conts .box .img {
    order: 1;
  }
  #bbq_conts .box .text_area {
    margin-bottom: 14px;
  }
  #bbq_conts .box .img img {
    width: 100%;
    display: block;
  }
  #artist_conts {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    padding-bottom: 38px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
  }
  #artist_conts .text_area {
    margin-bottom: 24px;
  }
  #artist_conts .arrow_btn {
    position: absolute;
    bottom: 0;
    right: 5%;
  }
  #artist_conts .bx-pager {
    display: none;
  }
  #artist_conts .bx-wrapper .bx-controls-direction a {
    background-image: url("../img/share/arrow_c.png");
    background-size: 18px;
    background-position: center;
    width: 30px;
    height: 40px;
    background-repeat: no-repeat;
    z-index: 999;
    position: absolute;
    top: 50%;
    transform: translateY(-20px);
    background-color: #5f8f5d;
  }
  #artist_conts .bx-wrapper .bx-controls-direction .bx-prev {
    left: 9px;
    transform: translateY(-20px) rotate(180deg);
  }
  #artist_conts .bx-wrapper .bx-controls-direction .bx-next {
    right: 10px;
  }
  #artist_conts .slide {
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
  }
  #artist_conts .slide a:hover {
    text-decoration: none;
  }
  #artist_conts .slide .artist_img {
    width: 100%;
    margin-bottom: 11px;
    position: relative;
    z-index: 9;
    background-color: #000;
  }
  #artist_conts .slide .artist_img::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../img/share/ptn_bg_01.png");
    background-repeat: repeat;
    background-position: left top;
    background-size: 4px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -1;
  }
  #link_conts {
    width: 100%;
    float: left;
    clear: both;
    padding: 48px 0 46px;
    margin-bottom: 60px;
    background-color: #f6f6f6;
    text-align: center;
  }
  #link_conts .auto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #link_conts .box {
    width: 70px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
  }
  #link_conts .box a:hover {
    text-decoration: none;
  }
  #link_conts .box .icon {
    width: 55px;
    height: 50px;
    margin: 0 auto 8px;
    display: flex;
  }
  #link_conts .box .icon img {
    width: 100%;
    display: block;
    margin: auto 0;
  }
  #link_conts .box .text {
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  #reservation_conts {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 60px;
  }
  #reservation_conts .box {
    width: 100%;
    border: 3px solid #262626;
    box-sizing: border-box;
    margin-bottom: 28px;
  }
  #reservation_conts .box:last-of-type {
    margin-bottom: 0;
  }
  #reservation_conts .box a {
    width: 100%;
    padding: 28px 5% 24px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
  }
  #reservation_conts .box .img {
    order: 1;
  }
  #bbq_conts .box .img img {
    width: 100%;
    display: block;
  }
  #reservation_conts .box a:hover {
    text-decoration: none;
  }
  #reservation_conts .box .img img {
    width: 100%;
    display: block;
  }
  #reservation_conts .box .text_area {
    margin-bottom: 14px;
  }
  #reservation_conts .box h3 {
    margin-bottom: 8px;
  }
  #move_conts {
    width: 100%;
    clear: both;
    float: left;
    padding: 54px 0 60px;
    margin-bottom: 60px;
    background-color: #f6f6f6;
  }
  #move_conts h3 {
    margin-bottom: 16px;
  }
  #move_conts p {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  #move_conts .outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #move_conts p.movie_wrapper {
    width: 100%;
    height: 0;
    padding-top: 176.2%;
    position: relative;
    order: 1;
  }
  #move_conts p.movie_wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  #move_conts .right_box {
    width: 100%;
  }
  #move_conts .right_box dl {
    margin-bottom: 20px;
  }
  #move_conts .right_box dl dt {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 8px;
    text-align: center;
  }
  #move_conts .right_box .img_list {
    width: 100%;
    letter-spacing: -.4em;
    margin-bottom: 18px;
  }
  #move_conts .right_box .img_list li {
    width: 23%;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: 7px;
  }
  #move_conts .right_box .img_list li img {
    width: 100%;
    display: block;
  }
  #move_conts .right_box .img_list li:nth-of-type(4n) {
    margin-right: 0;
  }
  #topics_conts {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 60px;
  }
  #topics_conts h3 {
    margin-bottom: 26px;
  }
  #topics_conts ul {
    width: 100%;
  }
  #topics_conts ul li {
    width: 100%;
    margin-bottom: 24px;
  }
  #topics_conts ul li:last-of-type {
    margin-bottom: 0;
  }
  #topics_conts ul li a {
    width: 100%;
    display: table;
    text-decoration: none;
  }
  #topics_conts ul li p.img {
    width: 128px;
    height: 128px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
  }
  #topics_conts ul li p.img img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
  }
  #topics_conts ul li .text_box {
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
  }
  #topics_conts ul li .text_box .title {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 6px;
  }
  #topics_conts ul li .text_box .text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #flyer_conts {
    width: 100%;
    float: left;
    clear: both;
    padding: 54px 0 60px;
    background-color: #f6f6f6;
  }
  #flyer_conts h3 {
    margin-bottom: 24px;
  }
  #flyer_conts .link_btn {
    width: 223px;
    margin: 0 auto;
  }
  #about_conts {
    width: 100%;
    float: left;
    clear: both;
    padding: 60px 0 129px;
  }
  #about_conts .text_area {
    margin-bottom: 27px;
  }
  #about_conts table {
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #ecebeb;
  }
  #about_conts table tr {
    border-bottom: 1px solid #ecebeb;
  }
  #about_conts table th {
    width: 30%;
    font-weight: bold;
    padding: 19px 0 17px 5%;
  }
  #about_conts table td {
    padding: 19px 0 17px 3%;
  }
}