/*-------------------------
 common
-------------------------*/
* {
    box-sizing: border-box
    }
html {
    font-size: 62.5%
    }
body {
    background-color: #fff;
    color: #333;
    font-family: "Hiragino Kaku Gothic ProN", "ãã©ã®ãè§ã´ ProN W3", Meiryo, ã¡ã¤ãªãª, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 1.4rem;
    line-height: 180%;
    min-width: 1240px
    }
@media screen and (max-width: 768px) {
    body {
        font-size: 1.2rem;
        line-height: 1;
        min-width: auto
        }
    }
a {
    color: inherit;
    text-decoration: none
    }
a:hover {
    opacity: 0.6
    }
a .replace:hover {
    opacity: 1
    }
img {
    max-width: 100%;
    vertical-align: bottom
    }
.clearfix::after {
    clear: both;
    content: "";
    display: block
    }
.only_pc {
    display: block
    }
.only_sp {
    display: none !important
    }
@media screen and (max-width: 768px) {
    .only_pc {
        display: none !important
        }
    .only_sp {
        display: block !important
        }
    }
/*-------------------------
 layout
-------------------------*/
.container {
    margin: 0 auto;
    width: 1200px
    }
.flex {
    display: flex
    }
.flex_between {
    display: flex;
    justify-content: space-between
    }
.flex_center {
    display: flex;
    justify-content: center
    }
.flex_wrap {
    display: flex;
    flex-wrap: wrap
    }
.dc_title {
    border-bottom: 3px dotted #724d35;
    margin-bottom: 20px;
    padding-bottom: 13px;
    padding-top: 30px;
    text-align: center
    }
.dc_title img {
    margin: 0 auto
    }
.dc_btn {
    border-radius: 25px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 50px;
    width: 362px
    }
.dc_btn a {
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%
    }
.dc_btn a:after {
    background-image: url(/assets/img/dc_btn_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    /*ä½ãå¥ããªã*/
    display: inline-block;
    /*å¿ããã«ï¼*/
    height: 13px;
    /*ç»åã®é«ã*/
    position: absolute;
    right: 10px;
    top: 35%;
    vertical-align: middle;
    width: 9px;
    /*ç»åã®å¹*/
    }
.dc_text_center {
    text-align: center
    }
@media screen and (max-width: 768px) {
    .container {
        margin: 0 10px;
        width: auto
        }
    .flex_between, .flex, .flex_center, .flex_wrap {
        display: block
        }
    .dc_title {
        border-bottom: 2.5px dotted #724d35;
        margin-bottom: 20px;
        padding-top: 35px
        }
    .dc_btn {
        font-size: 1.3rem;
        width: 300px
        }
    }
/*-------------------------
background-image
-------------------------*/
.page_id_dc_top {
    background-image: url(/assets/img/dc_bg_daruma.jpg);
    background-repeat: repeat;
    min-width: 1240px;
    width: 100%
    }
@media screen and (max-width: 768px) {
    .page_id_dc_top {
        background-image: url(/assets/img/sp_bg_daruma.jpg);
        background-repeat: repeat;
        min-width: 100%;
        width: 100%
        }
    }
/*-------------------------
 slider
-------------------------*/
.slider {
    opacity: 0;
    transition: opacity 0.3s linear
    }
.slider.slick-initialized {
    opacity: 1
    }
.slick-prev, .slick-next {
    height: 45px
    }
/*-------------------------
 mv
-------------------------*/
.dc_mv {
    margin: 0 auto 0 auto;
    width: 1200px
    }
.mv_wrap {
    background-color: #f9eff3;
    margin: 0 auto;
    min-width: 1240px;
    /* ãããã¼æ³¨éæå¯¾å¿æCSS */
    padding-top: 352px;
    /**/
    /*éå¸¸æ
      padding-top: 152px;*/
    width: 100%
    }
.mv_wrap img {
    width: 100%
    }
.dc_sub_nav {
    background-color: #e87c9d;
    min-width: 1240px;
    width: 100%
    }
.dc_sub_nav.is-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
    }
.dc_sub_nav.is-scroll {
    margin-top: -170px;
    padding-top: 170px
    }
.dc_sub_nav ul {
    margin: 0 auto;
    padding: 12px 0 20px;
    width: 1200px
    }
.dc_sub_nav li a {
    display: block;
    height: 100%
    }
.dc_sub_nav li {
    border-left: 1px dashed #fff;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 22px;
    padding-bottom: 5px;
    position: relative;
    text-align: center;
    /*width: 150px;*/
    width: 14.285714%
    }
.dc_sub_nav li:last-of-type {
    border-right: 1px dashed #fff
    }
.dc_sub_nav li:before {
    background-image: url(/assets/img/dc_subnav_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 8.5px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: 50px;
    vertical-align: middle;
    width: 12px
    }
.dc_sub_nav_1 a {
    padding-top: 14px
    }
/*slick setting*/
.mv_wrap .slick-prev:before {
    background-image: url(/assets/img/arrow_to_l_w.png);
    background-size: contain;
    content: "";
    display: inline-block;
    height: 28px;
    opacity: 1;
    vertical-align: middle;
    width: 20px
    }
.mv_wrap .slick-next:before {
    background-image: url(/assets/img/arrow_to_r_w.png);
    background-size: contain;
    content: "";
    display: inline-block;
    height: 28px;
    opacity: 1;
    vertical-align: middle;
    width: 20px
    }
.mv_wrap .slick-next {
    right: 15px;
    z-index: 100
    }
.mv_wrap .slick-prev {
    left: 15px;
    z-index: 100
    }
.slider img {
    height: auto;
    width: 100%
    }
.mv_wrap .slick-dots {
    display: none !important
    }
.mv_wrap .slick-dotted.slick-slider {
    margin-bottom: 0
    }
@media screen and (max-width: 768px) {
    .mv_wrap .swiper-container {
        height: auto
        }
    .dc_mv {
        width: 100%
        }
    /**************************/
    .dc_sub_nav {
        min-width: 100%
        }
    .mv_wrap {
        min-width: auto;
        padding-top: 0;
        width: 100%
        }
    .dc_sub_nav li {
        width: 50%
        }
    .dc_sub_nav ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        width: 100%
        }
    .dc_sub_nav li:before {
        content: none
        }
    .dc_sub_nav li {
        border-left: none;
        font-size: 1.2rem;
        height: 50px;
        line-height: 17px;
        padding-bottom: 0
        }
    .dc_sub_nav li:nth-child(odd) {
        border-right: 1px solid #fff
        }
    .dc_sub_nav li:nth-child(n+3) {
        border-top: 1px solid #fff
        }
    .dc_sub_nav li:last-child {
        border-right: none;
        width: 100%
        }
    .dc_sub_nav li a {
        align-items: center;
        display: flex;
        justify-content: center
        }
    .dc_sub_nav_1 a {
        padding-top: 0
        }
    .mv_wrap .swiper-button-prev {
        display: none
        }
    .mv_wrap .swiper-button-next {
        display: none
        }
    .mv_wrap .swiper-pagination {
        display: block
        }
    .mv_wrap img {
        margin: 0 auto
        }
    .mv_wrap .slick-dots {
        display: block !important
        }
    .mv_wrap .slick-dotted.slick-slider {
        padding-bottom: 33px
        }
    .slick-dots li.slick-active button:before {
        color: #e87c9d;
        opacity: 1
        }
    .slick-dots li button:before {
        color: #c9c9c9;
        opacity: 1
        }
    .slick-dots {
        bottom: 8px
        }
    .mv_wrap .slick-prev, .mv_wrap .slick-next {
        display: none !important
        }
    }
/*-------------------------
 topic
-------------------------*/
.dc_topic .dc_title {
    margin-bottom: 20px;
    padding-top: 40px;
    text-align: left
    }
.dc_topic_wrap_left {
    width: 890px
    }
.dc_topic_wrap_left .dc_title img {
    margin: 0
    }
.dc_topic_list {
    line-height: 26px
    }
.dc_topic_list dt {
    padding-bottom: 5px;
    padding-top: 10px
    }
.dc_topic_list a:first-of-type dt {
    padding-top: 5px
    }
.dc_topic_list dd {
    border-bottom: 1px #e6e6e6 solid;
    line-height: 20px;
    padding-bottom: 10px
    }
.dc_topic_list dt span {
    color: #fff;
    font-size: 1.2rem;
    line-height: 26px;
    margin-left: 15px;
    padding: 5px 10px
    }
.dc_topic .dc_btn {
    background-color: #e87c9d;
    margin: 0 auto;
    margin-top: 30px
    }
.dc_topic {
    display: flex;
    justify-content: space-between;
    padding-bottom: 55px
    }
.dc_topic_bnr li {
    margin-top: 10px
    }
.dc_topic_bnr li:first-of-type {
    margin-top: 40px
    }
.dc_topic_bnr li a {
    display: block;
    width: 100%
    }
@media screen and (max-width: 768px) {
    .dc_topic {
        display: block;
        padding-bottom: 40px
        }
    .dc_topic_wrap_left {
        width: 100%
        }
    .dc_topic_wrap_left .dc_title img {
        margin: 0 auto;
        width: 157px
        }
    .dc_topic .dc_title {
        border-bottom: 2.5px dotted #724d35;
        margin-bottom: 5px;
        padding-top: 20px;
        text-align: center
        }
    .dc_topic .dc_btn {
        margin-top: 20px
        }
    .dc_topic_bnr ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
        }
    .dc_topic_bnr li {
        margin-top: 10px;
        width: 48.33%
        }
    .dc_topic_bnr li:first-of-type, .dc_topic_bnr li:nth-child(2) {
        margin-top: 35px
        }
    }
/*-------------------------
 dc_promotion
-------------------------*/
.dc_promo p {
    line-height: 28px;
    margin-bottom: 20px;
    width: 100%
    }
.dc_promo_link {
    width: 100%
    }
.dc_promo_text {
    width: 100%
    }
.dc_promo_img {
    margin-left: 55px;
    width: 510px
    }
.dc_promo_img > img {
    width: 100%
    }
.dc_promo {
    padding-bottom: 60px
    }
.dc_promo h1 img {
    margin: 0 auto
    }
.dc_promo_link li {
    background-color: #fff;
    border: 1px solid #724d35;
    border-radius: 10px;
    padding: 20px;
    width: 585px
    }
.dc_promo_link li img {
    margin: 0 auto
    }
@media screen and (max-width: 768px) {
    .dc_promo_flex {
        display: flex;
        flex-direction: column-reverse
        }
    .dc_promo_img {
        margin-left: 0;
        width: 100%
        }
    .dc_promo_text {
        font-size: 1.2rem;
        line-height: 20px;
        margin-top: 20px;
        width: 100%
        }
    .dc_promo_link {
        margin-top: 20px;
        padding: 15px
        }
    .dc_promo {
        padding-bottom: 30px
        }
    .dc_promo h1 img {
        width: 280px
        }
    }
/*-------------------------
 dc_discovery  dc_flower
-------------------------*/
.dc_discovery_wrap .dc_title {
    padding-top: 20px
    }
.dc_discovery_wrap .dc_title img {
    margin: 0 auto
    }
.dc_flower_wrap {
    padding-bottom: 25px
    }
.dc_discovery_wrap_bg, .dc_flower_wrap_bg {
    background-color: #ffebf0;
    min-width: 1240px;
    width: 100%
    }
.dc_discovery_wrap_bg:before {
    background-image: url(/assets/img/bg_pink_top.png);
    content: "";
    display: inline-block;
    height: 30px;
    margin-top: -5px;
    vertical-align: bottom;
    width: 100%
    }
.dc_flower_wrap_bg:after {
    background-image: url(/assets/img/bg_pink_bottom.png);
    content: "";
    display: inline-block;
    height: 30px;
    margin-bottom: -5px;
    vertical-align: top;
    width: 100%
    }
.dc_discovery_wrap ul, .dc_flower_wrap ul {
    margin-top: 40px
    }
.dc_flower_wrap li:first-of-type {
    margin-right: 30px
    }
@media screen and (max-width: 768px) {
    .dc_discovery_wrap_bg, .dc_flower_wrap_bg, .dc_gunma_area_wrap_bg {
        min-width: auto
        }
    .dc_discovery_wrap .dc_title {
        padding-top: 5px
        }
    .dc_flower_wrap li:first-of-type {
        margin-right: 0
        }
    .dc_discovery_wrap ul, .dc_flower_wrap ul {
        margin-top: 0
        }
    .dc_discovery_wrap li:not(:first-of-type) {
        margin-top: 15px
        }
    .dc_flower_wrap li:not(:first-of-type) {
        margin-top: 15px
        }
    .dc_flower_wrap {
        padding-bottom: 10px
        }
    .dc_discovery_wrap h1 img {
        margin: 0 auto;
        width: 284px
        }
    .dc_flower_wrap h1 img {
        margin: 0 auto;
        width: 227px
        }
    .dc_discovery_wrap li a img, .dc_flower_wrap li a img {
        margin: 0 auto
        }
    .dc_promo_link li {
        padding: 10px;
        text-align: center;
        width: 100%
        }
    .dc_promo_item01 img {
        width: 237px
        }
    .dc_promo_item02 img {
        width: 333px
        }
    .dc_promo_link li:first-of-type {
        margin-bottom: 20px
        }
    }
/*-------------------------
gunma_area
-------------------------*/
.dc_gunma_area_wrap_bg {
    background-color: #fcf4d4;
    min-width: 1240px;
    width: 100%
    }
.dc_gunma_area_wrap_bg:before {
    background-image: url(/assets/img/bg_yellow_top.png);
    content: "";
    display: inline-block;
    height: 30px;
    margin-top: -5px;
    vertical-align: bottom;
    width: 100%
    }
.dc_gunma_area_wrap_bg:after {
    background-image: url(/assets/img/bg_yellow_bottom.png);
    content: "";
    display: inline-block;
    height: 30px;
    margin-bottom: -5px;
    vertical-align: top;
    width: 100%
    }
.dc_gunma_area_wrap {
    background: url(/assets/img/gunma_map.png) no-repeat;
    background-position: 70px 92px;
    padding-bottom: 525px;
    position: relative;
    width: 570px
    }
.dc_gunma_area_wrap .dc_title {
    padding-top: 0
    }
.dc_gunma_area_list li {
    font-size: 1.4rem
    }
.dc_gunma_area_list ul {
    padding: 10px 15px
    }
.dc_gunma_area_list li a {
    text-decoration: underline
    }
.dc_gunma_area_list {
    background-color: #fff;
    height: 105px;
    position: absolute;
    width: 160px
    }
.dc_gunma_area_list h2 {
    font-size: 1.6rem;
    padding-bottom: 10px;
    text-align: center;
    width: 158px
    }
.dc_gunma_area_list:nth-of-type(2) {
    border-bottom: 2px solid #8db749;
    border-left: 2px solid #8db749;
    border-right: 2px solid #8db749;
    left: 0;
    top: 87px
    }
.dc_gunma_area_list:nth-of-type(5) {
    border-bottom: 2px solid #5bacd8;
    border-left: 2px solid #5bacd8;
    border-right: 2px solid #5bacd8;
    right: 180px;
    top: 480px
    }
.dc_gunma_area_list:nth-of-type(1) {
    border-bottom: 2px solid #817baf;
    border-left: 2px solid #817baf;
    border-right: 2px solid #817baf;
    right: 0;
    top: 87px
    }
.dc_gunma_area_list:nth-of-type(4) {
    border-bottom: 2px solid #f48a16;
    border-left: 2px solid #f48a16;
    border-right: 2px solid #f48a16;
    right: 0;
    top: 210px
    }
.dc_gunma_area_list:nth-of-type(3) {
    border-bottom: 2px solid #e87c9d;
    border-left: 2px solid #e87c9d;
    border-right: 2px solid #e87c9d;
    right: 0;
    top: 480px
    }
.dc_gunma_area_list_item01 {
    background-color: #8db749
    }
.dc_gunma_area_list_item02 {
    background-color: #5bacd8
    }
.dc_gunma_area_list_item03 {
    background-color: #817baf
    }
.dc_gunma_area_list_item04 {
    background-color: #f48a16
    }
.dc_gunma_area_list_item05 {
    background-color: #e87c9d
    }
.dc_gunma_area_list_item06 {
    background-color: #858585
    }
.dc_gunma_area_list_item01 img, .dc_gunma_area_list_item02 img, .dc_gunma_area_list_item03 img, .dc_gunma_area_list_item04 img, .dc_gunma_area_list_item05 img {
    margin: 0 auto
    }
@media screen and (max-width: 768px) {
    .dc_gunma_area_wrap_bg {
        background-color: #fcf4d4;
        min-width: auto;
        width: 100%
        }
    .dc_gunma_area_list {
        height: 99px;
        position: static;
        width: 100%
        }
    .dc_gunma_area_list:not(:last-of-type) {
        margin-bottom: 15px
        }
    .dc_gunma_area_list h2 {
        font-size: 1.3rem;
        margin-left: 0;
        padding-bottom: 7px;
        padding-top: 7px;
        text-align: center;
        width: 100%
        }
    .dc_gunma_area_wrap {
        background: url(/assets/img/sp_gunma_map.png) no-repeat;
        background-position: center 70px;
        background-size: contain;
        padding-bottom: 10px;
        position: static;
        width: 100%
        }
    .dc_gunma_area_wrap .dc_title {
        margin-bottom: 0;
        padding-top: 15px
        }
    .dc_gunma_area_wrap h1 img {
        margin: 0 auto;
        width: 234px
        }
    .dc_gunma_area_list_wrap {
        padding-top: 120%
        }
    .dc_gunma_area_list ul {
        padding: 15px
        }
    .dc_gunma_area_list li:not(:last-of-type) {
        margin-bottom: 15px
        }
    .dc_gunma_area_list li {
        font-size: 1.2rem
        }
    .dc_gunma_area_list_item03 img {
        margin: 0 auto;
        width: 98px
        }
    .dc_gunma_area_list_item01 img, .dc_gunma_area_list_item02 img, .dc_gunma_area_list_item04 img, .dc_gunma_area_list_item05 img {
        margin: 0 auto;
        width: 68px
        }
    }
/*-------------------------
event
-------------------------*/
.dc_event_wrap_bg {
    margin: 30px 0;
    min-width: 1240px;
    width: 100%
    }
.dc_event_wrap {
    padding-bottom: 20px;
    width: 570px
    }
.dc_event_wrap .dc_title {
    padding-top: 0;
    padding-bottom: 10px
    }
.dc_cal_table_wrap {
    background-color: #ffa348;
    border-radius: 10px;
    padding: 0 15px 15px 15px;
    width: 350px
    }
.dc_cal_table_wrap a {
    display: block;
    text-decoration: underline;
    width: 100%
    }
.dc_cal_table_wrap table {
    margin: 0 auto;
    width: 443px
    }
.dc_cal_table_wrap table, .dc_cal_table_wrap td, .dc_cal_table_wrap th {
    border: 1px solid #e6e6e6;
    border-collapse: collapse;
    text-align: center
    }
.dc_cal_table_wrap td, .dc_cal_table_wrap th {
    line-height: 63px;
    padding: 0 12px;
    width: 48px
    }
.dc_cal_table_wrap th {
    background: #f0e6cc
    }
.dc_cal_table_wrap caption {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 50px;
    text-align: center
    }
.dc_cal_table_wrap tbody {
    font-size: 1.8rem
    }
.dc_cal_table_wrap tr {
    background-color: #fff
    }
.dc_cal_table_wrap tr:first-of-type {
    background-color: #fffff0
    }
.dc_cal_table_wrap td:first-of-type, .dc_cal_table_wrap th:first-of-type {
    color: #d83f3f
    }
.dc_cal_table_wrap td:last-of-type, .dc_cal_table_wrap th:last-of-type {
    color: #2e62b7
    }
.table_color_gray {
    color: #b3b3b3 !important
    }
/* slider*/
.dc_cal_table_wrap {
    margin: 0 13.33px;
    overflow: hidden
    }
.swiper-slide {
    width: 350px
    }
.dc_event_wrap .slick-prev:before {
    background-image: url(/assets/img/arrow_to_l.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 28px;
    margin-top: -16px;
    opacity: 1;
    vertical-align: middle;
    width: 20px
    }
.dc_event_wrap .slick-next:before {
    background-image: url(/assets/img/arrow_to_r.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 28px;
    margin-top: -16px;
    opacity: 1;
    vertical-align: middle;
    width: 20px
    }
.dc_event_wrap .slick-prev {
    left: 0
    }
.dc_event_wrap .slick-next {
    right: 0
    }
.dc_event_wrap .slider {
    padding: 0 35px;
    margin-top: 40px
    }
@media screen and (max-width: 768px) {
    .dc_event_wrap_bg {
        margin: 35px 0;
        min-width: 100%
        }
    .dc_event_wrap {
        margin: 0 auto;
        padding-bottom: 5px;
        width: 93vw
        }
    .dc_event_wrap h1 img {
        width: 218px
        }
    .dc_event_wrap .dc_title {
        padding-top: 25px
        }
    .dc_cal_table_wrap {
        padding: 0 10px 10px 10px;
        width: 85vw
        }
    .dc_cal_table_wrap a {
        display: block;
        text-decoration: underline;
        width: 100%
        }
    .dc_cal_table_wrap table {
        margin: 0 auto;
        width: 100%
        }
    .dc_cal_table_wrap td, .dc_cal_table_wrap th {
        line-height: 33px;
        padding: 0;
        width: 13.33%
        }
    .dc_cal_table_wrap th {
        background: #f0e6cc
        }
    .dc_cal_table_wrap caption {
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 43px;
        text-align: center
        }
    /* slider*/
    .dc_cal_table_wrap {
        margin: 0;
        overflow: hidden
        }
    .dc_event_wrap .slick-prev:before {
        background-image: url(/assets/img/arrow_to_l_w.png);
        background-size: contain;
        content: "";
        display: inline-block;
        height: 28px;
        left: 7px;
        margin-top: 14px;
        opacity: 1;
        position: absolute;
        top: 50%;
        vertical-align: middle;
        width: 12px
        }
    .dc_event_wrap .slick-next:before {
        background-image: url(/assets/img/arrow_to_r_w.png);
        background-size: contain;
        content: "";
        display: inline-block;
        height: 28px;
        margin-top: 14px;
        opacity: 1;
        position: absolute;
        right: 6px;
        top: 50%;
        vertical-align: middle;
        width: 12px
        }
    .dc_event_wrap .slick-prev {
        left: 11px;
        top: 0;
        z-index: 200
        }
    .dc_event_wrap .slick-next {
        right: 11px;
        top: 0;
        z-index: 200
        }
    .dc_event_wrap .slider {
        padding: 0;
        margin-top: 10px
        }
    }
/*-------------------------
twitter facebook
-------------------------*/
.dc_twitter_wrap, .dc_facebook_wrap {
    display: block;
    justify-content: space-between;
    padding: 15px 30px 30px 30px
    }
.dc_twitter_wrap_bg {
    margin-bottom: 50px
    }
.dc_facebook_wrap_bg {
    margin-bottom: 50px;
    margin-top: 30px
    }
.dc_twitter_wrap_bg h1 img, .dc_facebook_wrap_bg h1 img {
    margin: 0 auto
    }
.tweets_frame, .facebook_frame {
    width: 520px
    }
.facebook_frame {
    margin-top: 20px
    }
.tw_fn_left {
    width: 520px
    }
.tweets_wrap > p, .facebook_wrap > p {
    line-height: 32px;
    padding-right: 40px;
    width: 600px
    }
.tweets_wrap_bg {
    background-color: #ebf7fc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    width: 580px;
    display: inline-block
    }
.tweets_wrap_bg:before {
    background-image: url(/assets/img/img_line_tw.png);
    background-repeat: repeat-x;
    content: "";
    display: inline-block;
    height: 10px;
    vertical-align: top;
    width: 100%
    }
.facebbook_wrap_bg {
    background-color: #e6eefc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    width: 580px;
    display: inline-block
    }
.facebbook_wrap_bg:before {
    background-image: url(/assets/img/img_line_fb.png);
    background-repeat: repeat-x;
    content: "";
    display: inline-block;
    height: 10px;
    vertical-align: top;
    width: 100%
    }
.dc_facebook_mess, .dc_twitter_mess {
    line-height: 32px
    }
.dc_facebook_area_bnr, .dc_twitter_area_bnr {
    margin-bottom: 20px;
    text-align: center
    }
.dc_twitter_area_bnr {
    margin-bottom: 36px
    }
.dc_twitter_area_bnr.btn {
    margin: 0
    }
.dc_facebook_wrap h2, .dc_twitter_wrap h2 {
    margin-bottom: 15px;
    text-align: center
    }
.dc_facebook_wrap h2 img, .dc_twitter_wrap h2 img {
    margin: 0 auto
    }
@media screen and (max-width: 768px) {
    .dc_facebook_wrap_bg {
        margin-bottom: 45px;
        margin-top: 20px
        }
    .dc_twitter_wrap_bg .dc_title {
        padding-top: 25px
        }
    .dc_twitter_wrap_bg h1 img {
        margin: 0 auto;
        width: 203px
        }
    .tweets_wrap_bg, .facebbook_wrap_bg {
        width: 100%
        }
    .tweets_wrap {
        display: block;
        padding-top: 15px
        }
    .dc_twitter_wrap, .dc_facebook_wrap {
        display: block;
        padding: 15px
        }
    .tw_fn_left {
        margin-bottom: 15px;
        width: 100%
        }
    .dc_twitter_wrap h2 img {
        width: 100%
        }
    .dc_facebook_wrap h2 img {
        width: 180px
        }
    .tweets_wrap > p {
        font-size: 1.2rem;
        line-height: 20px;
        margin: 0 auto;
        padding-bottom: 20px;
        padding-right: 0;
        width: 90%
        }
    .tweets_frame, .facebook_frame {
        height: auto;
        margin: 0 auto;
        padding-left: 0;
        text-align: center;
        width: 100%;
        height: 300px !important;
        overflow: hidden
        }
    .twitter-timeline, .twitter-timeline-rendered {
        height: 300px !important;
        width: 90%
        }
    .dc_twitter_wrap_bg {
        margin-bottom: 30px
        }
    .dc_twitter_wrap_bg .dc_btn {
        margin-top: 70px;
        width: 270px
        }
    .dc_facebook_wrap h2, .dc_twitter_wrap h2 {
        margin: 0 auto 15px;
        text-align: center;
        width: 60%
        }
    .dc_twitter_wrap h2 {
        width: 100%
        }
    .dc_facebook_area_bnr, .dc_twitter_area_bnr {
        margin: 0 auto 15px;
        width: 172px
        }
    .dc_twitter_area_bnr {
        width: 221px
        }
    .dc_twitter_area_bnr.btn {
        margin: 0 auto 15px;
        width: 240px
        }
    .dc_facebook_mess, .dc_twitter_mess {
        line-height: 20px
        }
    }
/*-------------------------
welcome
-------------------------*/
.dc_welcome_wrap_bg {
    background-color: #dcf4dc;
    min-width: 1240px;
    width: 100%
    }
.dc_welcome_wrap_bg:before {
    background-image: url(/assets/img/bg_green_top.png);
    content: "";
    display: inline-block;
    height: 30px;
    margin-top: -5px;
    vertical-align: bottom;
    width: 100%
    }
.dc_welcome_wrap_bg:after {
    background-image: url(/assets/img/bg_green_bottom.png);
    content: "";
    display: inline-block;
    height: 30px;
    margin-bottom: -5px;
    vertical-align: top;
    width: 100%
    }
.dc_welcome_wrap {
    padding-bottom: 20px
    }
.dc_welcome_wrap .dc_title {
    padding-top: 20px
    }
.welcome_flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between
    }
.welcome_flex > p {
    line-height: 32px;
    width: 965px
    }
.welcome_flex > img {
    align-self: flex-end;
    height: 100%;
    margin-right: 45px;
    width: 126px
    }
.dc_welcome_wrap .dc_btn {
    background-color: #54af54;
    margin: 60px auto 0
    }
@media screen and (max-width: 768px) {
    .dc_welcome_wrap_bg {
        min-width: 100%
        }
    .dc_welcome_wrap .dc_title {
        padding-top: 5px
        }
    .welcome_flex > p {
        font-size: 1.2rem;
        line-height: 20px;
        text-align: left;
        width: 100%
        }
    .welcome_flex {
        display: block;
        text-align: center
        }
    .welcome_flex > img {
        margin-bottom: 20px;
        margin-right: 0;
        width: 90px
        }
    .dc_welcome_wrap .dc_btn {
        margin-top: 20px
        }
    .dc_welcome_wrap {
        padding-bottom: 5px
        }
    .dc_welcome_wrap h1 img {
        width: 82.81vw
        }
    }
/*-------------------------
download
-------------------------*/
.dc_download_wrap_bg {
    background-color: #def5f9;
    min-width: 1240px;
    width: 100%
    }
.dc_download_wrap_bg .dc_title {
    padding-top: 20px
    }
.dc_download_wrap_bg:before {
    background-image: url(/assets/img/bg_blue_top.png);
    content: "";
    display: inline-block;
    height: 30px;
    margin-top: -5px;
    vertical-align: bottom;
    width: 100%
    }
.dc_download_wrap_bg:after {
    background-image: url(/assets/img/bg_blue_bottom.png);
    content: "";
    display: inline-block;
    height: 30px;
    margin-bottom: -5px;
    vertical-align: top;
    width: 100%
    }
.dc_download_wrap {
    padding-bottom: 20px
    }
.dc_download_wrap li {
    background-color: #fff3cc;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    display: table;
    height: 100px;
    width: 380px
    }
.dc_download_wrap ul {
    display: flex;
    justify-content: space-between
    }
.dc_download_wrap li a {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle
    }
.page_id_dc_top footer {
    margin-top: 0
    }
@media screen and (max-width: 768px) {
    .dc_download_wrap_bg {
        background-color: #def5f9;
        min-width: auto;
        width: 100%
        }
    .dc_download_wrap ul {
        display: block
        }
    .dc_download_wrap li {
        height: 65px;
        margin: 0 auto;
        width: 300px
        }
    .dc_download_wrap li:not(:last-of-type) {
        margin-bottom: 20px
        }
    .dc_download_wrap li a {
        padding: 10px 15px
        }
    .dc_download_wrap li:last-of-type a {
        padding: 5px 15px
        }
    .dc_download_wrap {
        padding-bottom: 10px
        }
    .dc_download_wrap .dc_title {
        padding-top: 10px
        }
    .dc_download_wrap h1 img {
        margin: 0 auto;
        width: 163px
        }
    }
/* footer ä½ç½èª¿æ´ */
.page_id_dc_top footer, .page_id_dc_event footer, .page_id_dc_event_detail footer, .page_id_dc_topic footer, .page_id_dc_topic_detail footer {
    margin-top: 0
    }
@media screen and (max-width: 768px) {
    footer .inner {
        margin: 0 auto;
        padding: 25px 0 70px 0;
        width: 100%
        }
    }
/* Sponsors åè³ä¼æ¥­æ§ã³ã³ãã³ã */
.dc_sponsors_anchor {
    width: 1200px;
    margin: 20px auto 0 auto
    }
.dc_sponsors_wrap {
    width: 1200px;
    margin: 0 auto 70px auto;
    padding: 0;
    display: block
    }
@media all and (-ms-high-contrast: none) {
    .dc_sponsors_wrap {
        width: 1200px;
        margin: 0 auto 70px auto;
        padding: 0;
        display: block
        }
    .dc_sponsors_wrap h3 {
        padding-top: 80px
        }
    }
.dc_sponsors_wrap ul img {
    width: 100%;
    height: auto
    }
/*380*190*/
.dc_sponsors_wrap ul.dc_bnr_large {
    width: 1230px;
    box-sizing: border-box;
    margin: 0 0 0 -30px !important
    }
.dc_sponsors_wrap ul.dc_bnr_large li {
    float: left;
    width: 380px !important;
    margin: 20px 0 0 30px !important;
    display: block;
    box-sizing: border-box
    }
/*285*100*/
.dc_sponsors_wrap ul.dc_bnr_middle {
    width: 1220px;
    box-sizing: border-box;
    margin-left: -20px !important
    }
.dc_sponsors_wrap ul.dc_bnr_middle li {
    float: left;
    width: 285px !important;
    margin: 20px 0 0 20px;
    box-sizing: border-box
    }
/*175*45*/
.dc_sponsors_wrap ul.dc_bnr_small {
    width: 1225px;
    box-sizing: border-box;
    margin-left: -25px
    }
.dc_sponsors_wrap ul.dc_bnr_small li {
    float: left;
    width: 175px !important;
    margin: 20px 0 0 25px;
    box-sizing: border-box
    }
@media screen and (max-width: 768px) {
    .dc_sponsors_anchor {
        width: 100%;
        margin: 20px auto 0 auto;
        padding: 0 10px !important;
        box-sizing: border-box
        }
    .dc_sponsors_wrap {
        width: 100%;
        margin: 0 auto 70px auto;
        padding: 0 10px !important;
        box-sizing: border-box;
        display: block
        }
    /*380*190*/
    .dc_sponsors_wrap ul.dc_bnr_large {
        width: 100% !important;
        margin: 0 0 0 0 !important
        }
    .dc_sponsors_wrap ul.dc_bnr_large li {
        float: none;
        width: 100% !important;
        margin: 10px 0 0 0 !important;
        display: block
        }
    /*285*100*/
    .dc_sponsors_wrap ul.dc_bnr_middle {
        width: 100% !important;
        margin: 0 0 0 0 !important
        }
    .dc_sponsors_wrap ul.dc_bnr_middle li {
        float: none;
        width: 100% !important;
        margin: 10px 0 0 0 !important;
        display: block
        }
    /*175*45*/
    .dc_sponsors_wrap ul.dc_bnr_small {
        width: 100%;
        margin-left: 0
        }
    .dc_sponsors_wrap ul.dc_bnr_small li {
        margin: 10px 0 0 0
        }
    .dc_sponsors_wrap ul.dc_bnr_small li:nth-child(odd) {
        float: left;
        width: 49% !important
        }
    .dc_sponsors_wrap ul.dc_bnr_small li:nth-child(even) {
        float: right;
        width: 49% !important
        }
    }
/* Tieup ã¿ã¤ã¢ããã³ã³ãã³ã */
.dc_tieup_wrap {
    width: 1200px;
    margin: 0 auto 40px auto;
    padding: 0;
    display: block
    }
.dc_tieup_wrap h3 {
    padding: 0 0 25px 0;
    line-height: 140%
    }
.dc_txt_tieup {
    padding: 0 0 25px 0;
    font-size: 16px;
    font-weight: bold;
    color: #bf6d00;
    text-align: center
    }
.dc_tieup_list {
    margin: 0 0 0 -40px
    }
.dc_tieup_list li {
    float: left;
    width: 270px;
    /*padding: 15px;*/
    margin: 0 0 40px 40px;
    /*box-sizing: border-box;
    border: 1px solid #bf6d00;
    text-align: center;*/
    }
/*
.dc_tieup_box .dc_tieup_ph{
  width: 80px;
  height: auto;
}

.dc_tieup_list .dc_tieup_box .dc_tieup_name{
  height: 3em;
  line-height: 130%;
  padding: 0 0 15px 0;
  font-weight: bold;
  text-align: center;
  color: #333333;
}

.dc_tieup_btn{
  width: 150px;
  margin: 10px auto 0 auto;
}
*/
@media screen and (max-width: 768px) {
    .dc_tieup_wrap {
        width: 100%;
        margin: 0 auto 40px auto;
        padding: 0 10px !important;
        box-sizing: border-box;
        display: block
        }
    .dc_tieup_wrap h3 {
        padding: 0 0 25px 0
        }
    .dc_txt_tieup {
        padding: 0 0 25px 0;
        font-size: 16px;
        line-height: 140% !important;
        font-weight: bold;
        color: #bf6d00;
        text-align: center
        }
    .dc_tieup_list {
        margin: 0 0 0 -2%
        }
    .dc_tieup_list li {
        float: left;
        width: 48%;
        /*padding: 15px;*/
        margin: 0 0 2% 2%;
        /*box-sizing: border-box;
        border: 1px solid #bf6d00;
        text-align: center;*/
        }
    .dc_tieup_list li img {
        width: 100%;
        height: auto
        }
    /*
    .dc_tieup_box .dc_tieup_ph{
      width: 80px;
      height: auto;
    }
    
    .dc_tieup_list .dc_tieup_box .dc_tieup_name{
      height: 3em;
      line-height: 130%;
      padding: 0 0 10px 0;
      font-weight: bold;
      text-align: center;
      color: #333333;
    }
    
    .dc_tieup_btn{
      width: 100%;
      margin: 10px auto 0 auto;
      text-align: center;
    }
      
    .dc_tieup_btn{
      width: 80%;
      height: auto
    }*/
    }