@charset "utf-8";
@media screen and (max-width:640px) {
    #page,
    #guest,
    #interview {
        display: none;
    }
    .clearfix:after {
        clear: both;
        content: ".";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden;
    }
    .clearfix {
        display: inline-block;
    }
    * html .clearfix {
        height: 1%;
    }
    a {
        color: #000;
        text-decoration: none;
    }
    a:hover {
        text-decoration: none;
    }
    body {
        font-size: 100%;
        font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐ	ゴシック', sans-serif;
    }
    #cap {
        overflow: auto;
    }
    .boxList {
        float: left;
        /* width: 63%; */
        width: calc(92% - 115px);
    }
    .newsBox {
        margin: 0 24px;
    }
    /* img */
    img.photop {
        border: solid 1px #4dbfc6;
        float: left;
        margin: 0 13px 0 4%;
        /* width: 60px; */
        width: 100px;
    }
    #tabs .tabList {
        border-bottom: 1px #4DBFC6 solid;
        padding: 20px 0;
        width: 100%;
    }
    #tabs .tabList p {
        /* font-size: 14px; */
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    #tabs .tabList h4,
    .talk {
        /* font-size: 13px; */
        font-size: 14px;
        /* line-height: 13px; */
        line-height: 1.3;
        padding-bottom: 7px;
    }
    .talk img {
        vertical-align: top;
        margin-left: 5px;
    }
    #tabs .tabList .time {
        padding-bottom: 10px;
    }
    #tabs .tabList .title {
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 10px;
    }
    span.new {
        background-color: #09F;
        color: #fff;
        font-size: 9px;
        padding: 2px;
        margin: 4px 4px 4px 0;
        line-height: 9px;
        border-radius: 4px;
        float: left;
    }
    #detail ul {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: table;
        width: 100%;
    }
    #detail a {
        background: -webkit-gradient(linear, left top, left bottom, from(#FEFDFB), to(#F1EEE5));
        background: linear-gradient(#FEFDFB, #F1EEE5);
        display: block;
        /* font-size: 12px; */
        font-size: 14px;
        text-align: center;
        text-decoration: none;
    }
    #detail li {
        border-bottom: 1px #DDDADA solid;
        border-top: 1px #DDDADA solid;
        font-size: 12px;
        display: table-cell;
        /*height: 40px;*/
        line-height: 40px;
        white-space: nowrap;
        width: 50%;
    }
    #detail span {
        background-color: rgba(0, 0, 0, 0);
        background-image: url(../images/pdf.gif);
        background-position: 4px center;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        -moz-background-size: 16px 16px;
        -webkit-background-size: 16px 16px;
        padding-left: 22px;
    }
    #detail li:first-child {
        border-right: 1px #FDFDFC solid;
    }
    #detail li:last-child {
        border-left: 1px #DDDADA solid;
    }
    #sliders-sp {
        width: 100%;
        padding: 0;
        position: relative;
        margin-top: 50px;
    }
    #sliders-sp #prev {
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }
    #sliders-sp #next {
        position: absolute;
        top: 0px;
        right: 0px;
        cursor: pointer;
    }
    #sliders-sp #sd {
        width: 235px;
        height: 84px;
        ;
        overflow: hidden;
        margin: 0 auto;
    }
    #sliders-sp ul {
        width: 2000px;
        height: 106px;
        padding: 0;
        float: left;
    }
    #sliders-sp ul li {
        float: left;
        margin-right: 20px;
        display: inline;
        width: 225px;
    }
    #sliders-sp_top {
        width: 100%;
        min-height: 84px;
        padding: 0;
        position: relative;
        margin-top: 10px;
    }
    #sliders-sp_top #prev {
        position: absolute;
        top: 50%;
        left: 0px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
    }
    #sliders-sp_top #next {
        position: absolute;
        top: 50%;
        right: 0px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
    }
    #sliders-sp_top #sd {
        width: 235px;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
    }
    #sliders-sp_top ul {
        width: 2000px;
        height: auto;
        padding: 0;
        float: left;
    }
    #sliders-sp_top ul li {
        float: left;
        margin-right: 20px;
        display: inline;
        width: 225px;
    }
    .foot:link {
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        text-decoration: none;
        width: 100%;
    }
    .foot:visited {
        color: #ffffff;
        display: block;
        font-size: 14px;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        text-decoration: none;
        width: 100%;
    }
    footer {
        clear: both;
        padding-bottom: 10px;
        text-align: center;
        width: 100%;
    }
    .green {
        color: #4dbfc6;
        font-weight: bold;
    }
    h2 {
        color: #a88355;
        display: block;
        font-size: 18px;
        font-weight: bold;
    }
    .title {
        padding: 0 0 10px 13px;
        border-bottom: 5px solid #a88355;
    }
    h3 {
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
    }
    h5 {
        font-size: 16px;
        line-height: 20px;
    }
    .toppage {
        float: left;
        margin-left: 13px;
        width: 24%;
    }
    .linkc {
        font-size: 10px;
        display: table;
        margin: 15px auto;
        width: 92%;
    }
    .linkc li {
        display: table-cell;
    }
    .linkc li a {
        color: #000000;
        display: inline;
        font-size: 14px;
        padding-left: 16px;
        text-decoration: none;
        background: url(../images/icon.gif) left top no-repeat;
        background-size: 13px 14px;
    }
    .linkc li:first-child {
        padding-right: 23px;
        text-align: right;
    }
    .linkc li:last-child {
        text-align: left;
    }
    .liphoto {
        clear: both;
        float: left;
        /* width: 60px; */
        margin-right: 13px;
        width: 130px;
    }
    #list {
        background-color: #f2efe6;
        clear: both;
        padding: 5px;
        width: auto;
    }
    .main:link {
        color: #a88355;
        text-decoration: none;
    }
    .main:visited {
        color: #a88355;
        text-decoration: none;
    }
    .menu {
        float: right;
        margin-right: 13px;
        width: 24%;
    }
    .contnavi {
        width: 100%
    }
    .contnavi .con {
        width: 100%;
        background-color: #ded0be;
    }
    .contnavi .con img {
        padding: 15px 0 15px 3.5%;
        width: 130px;
    }
    #menu01 {
        list-style: none;
        margin-top: 0;
        padding: 0;
        width: 100%;
    }
    #menu01 li {
        background: -webkit-gradient(linear, left top, left bottom, from(#fefdfb), color-stop(95%, #f1eee5));
        background: linear-gradient(top, #fefdfb 0%, #f1eee5 95%);
        border-bottom: 1px solid #dddada;
        height: 40px;
        line-height: 40px;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #menu01 li:first-child {
        margin-top: -3px;
    }
    #menu01 li a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #a28356;
        display: block;
        font-size: 14px;
        line-height: 40px;
        padding: 0px 4%;
        position: relative;
        text-decoration: none;
    }
    #menu01 li a:before {
        background: #bea98a;
        content: "";
        display: block;
        height: 10px;
        margin-top: -5px;
        position: absolute;
        right: 35px;
        transform: rotate(45deg);
        top: 50%;
        width: 10px;
        -webkit-transform: rotate(45deg);
    }
    #menu01 li a:after {
        background: #f6f5f0;
        content: "";
        display: block;
        height: 10px;
        margin-top: -5px;
        position: absolute;
        right: 40px;
        transform: rotate(45deg);
        top: 50%;
        -webkit-transform: rotate(45deg);
        width: 10px;
    }
    #menu .menu-btn {
        bottom: 15px;
        position: absolute;
        right: 13px;
        width: 24%;
    }
    .more ul {
        display: table;
        line-height: 60px;
        margin: auto;
        width: 92%;
    }
    .more .move-top {
        float: left;
    }
    .more .move-more {
        float: right;
    }
    .more .move-more a {
        background-color: rgba(0, 0, 0, 0);
        background-image: url(../images/arrow02.gif);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 10px 10px;
        -moz-background-size: 10px 10px;
        -webkit-background-size: 10px 10px;
        color: #A88355;
        /* font-size: 13px; */
        font-size: 14px;
        font-weight: bold;
        line-height: 13px;
        padding-right: 13px;
        text-decoration: none;
    }
    .more .move-top a {
        background-color: rgba(0, 0, 0, 0);
        background-image: url(../images/arrow01.gif);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 10px 10px;
        -moz-background-size: 10px 10px;
        -webkit-background-size: 10px 10px;
        color: #A88355;
        /* font-size: 13px; */
        font-size: 14px;
        font-weight: bold;
        line-height: 13px;
        padding-left: 13px;
        text-decoration: none;
    }
    .nav1 {
        background-color: #9fd1d7;
        margin-bottom: 1px;
        text-align: center;
    }
    .nav2 {
        background-color: #8bbccc;
        margin-bottom: 1px;
        text-align: center;
    }
    .nav3 {
        background-color: #73a9a8;
        margin-bottom: 1px;
        text-align: center;
    }
    #navi {
        margin: 11px 0 20px 0;
        width: 100%;
    }
    .p {
        background-image: url(../images/background.gif);
        background-size: 5px;
        padding: 20px 4% 60px;
    }
    p.small {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }
    p.cap {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        padding-bottom: 10px;
    }
    p.capbold {
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
    }
    p.cap {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
    }
    #slide {
        display: block;
        margin-top: 40px;
    }
    #slide ul {
        display: table;
        margin: auto;
        table-layout: fixed;
        width: 92%;
    }
    #slide-li {
        width: 80%;
    }
    #slide .arrow {
        width: 100%;
    }
    #slide .img470 {
        width: 100%;
    }
    small {
        font-size: 8px;
        font-weight: 400;
        line-height: 22px;
    }
    #sns {
        display: block;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    #sns ul {
        display: table;
        table-layout: fixed;
        margin: auto;
        width: 92%;
    }
    #sns li {
        display: table-cell;
        padding-right: 4px;
        padding-left: 4px;
    }
    #sns img {
        width: 100%;
    }
    #tabs {
        background-image: url("../images/background.gif");
        background-size: 5px 5px;
        display: block;
        margin-top: 10px;
    }
    #tab-ul {
        display: table;
        width: 100%;
    }
    #tab-ul li {
        border-right: 1px #A5A6A6 solid;
        display: table-cell;
        float: left;
        font-size: 12px;
        font-weight: bold;
        height: 36px;
        line-height: 36px;
        text-align: center;
        width: 33%;
    }
    #tab-ul li a {
        font-size: 14px;
        font-weight: bold;
    }
    #tab-ul li:last-child {
        border: medium none;
    }
    .timenmap:link {
        color: #000;
        text-decoration: none;
    }
    .timenmap:visited {
        color: #000;
        text-decoration: none;
    }
    #top {
        position: relative;
    }
    .top-img {
        width: 100%;
    }
    .bnr {
        padding: 0 4% 10px;
        width: 92%;
    }
    .bnr img {
        width: 100%;
        height: auto;
    }
    .bnr_sp_right li {
        width: 48%;
        height: auto;
        padding: 0 1%;
        float: left;
    }
    #tab-ul a:link {
        color: #000;
        text-decoration: none;
    }
    #tab-ul a:visited {
        color: #000;
        text-decoration: none;
    }
    #tabs .tabContent {
        background-size: 5px 5px;
        background-repeat: repeat;
        display: block;
    }
    .ui-state-default {
        background-image: url("../images/tab-none.gif");
        background-size: 100% 100%;
    }
    .ui-tabs-active {
        background-image: url("../images/tab-active-top-border.gif");
        background-repeat: repeat-x;
        background-size: 1px 3px;
        background-color: rgba(0, 0, 0, 0);
    }
    .detailBox {
        background-image: url(../images/background.gif);
        background-size: 5px;
        padding: 20px 4% 60px;
    }
    .contentList {
        background-color: #f2efe6;
        border-bottom: dotted 1px #a88355;
        padding: 21px 4%;
    }
    .contentList::after {
        content: "";
        clear: both;
        display: block;
    }
    .contentListBottom {
        border-bottom: none;
    }
    .contentList a {
        color: #000;
        text-decoration: none;
    }
    .contentList a:link {
        color: #000;
        text-decoration: none;
    }
    .contentList a:visited {
        color: #000;
        text-decoration: none;
    }
    .list {
        padding: 20px 4% 4% 0;
        overflow: hidden;
    }
    .contentList .top {
        border-bottom: none;
        padding: none;
    }
    .detailBox a {
        color: #A88355;
    }
    .detailBox .profile {
        padding: 0 0 20px 0;
    }
    .sns {
        margin: 20px 0 35px;
    }
    .sns li {
        float: left;
        overflow: hidden;
        height: 25px;
        padding-bottom: 10px;
        margin-right: 3px;
    }
    .sns li.tw {}
    .sns li.gp {}
    .sns li.mi {}
    .sns li.fa {}
    iframe {
        width: 98%;
        padding-bottom: 20px;
    }
    .imgMain {
        width: 100%;
    }
    .detailBox img {
        width: 70%;
        height: auto;
    }
    #content-page h2 {
        border-bottom: 5px solid #A88355;
        padding: 0 0 10px 13px;
        color: #A88355;
        display: block;
        font-size: 18px;
        font-weight: bold;
    }
    /* news追加分20150525 */
    #news {
        width: 100%;
    }
    #news h2 {
        padding-bottom: 3px;
        overflow: hidden;
    }
    #news .news_contents {
        height: 9em;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #news ul {
        font-size: 12px;
        width: 92%;
        margin: 0 auto;
    }
    #news ul li {
        padding-bottom: 5px;
        border-bottom: 1px #ccc dotted;
        margin-bottom: 5px;
        font-size: 15px;
    }
    /* スケジュール追加分20150525 */
    .sch_search_main {
        background-color: #f2efe6;
        padding: 20px 4% 10px;
    }
    .home .sch_search_main {
        background: none !important;
        padding: 20px 4% 10px;
    }
    .sch_search_t {
        padding: 2px 2%;
        background-color: #54b1cb;
        color: #fff;
    }
    .sch_search_box {
        margin: 0 auto;
        width: 100%;
        background-color: #F7F5EC;
        padding: 5px 0;
    }
    .sch_search_box a {
        display: block;
    }
    .sch_search_box a:hover {
        text-decoration: none;
        color: #35C4E8;
    }
    .sch_search_contents_l {
        padding: 4px 0;
    }
    .sch_search_contents_r {
        padding: 4px 0;
    }
    .sch_search_title {
        border: 1px #35C4E8 solid;
        background-color: #fff;
        color: #35C4E8;
        padding: 2px 2%;
    }
    .sch_search_link {
        width: 100%;
        padding: 5px 0 0;
    }
    .sch_search_link p {
        background-color: #fff;
        font-size: 12px;
        border: 1px #ccc solid;
        border-radius: 4px;
        padding: 4px 2%;
        float: left;
        margin: 0 2% 0 0;
    }
    .sch_box_pdf {
        color: #fff;
        font-weight: bold;
        padding: 2%;
        width: 92%;
        margin: 10px 2%;
        border-radius: 4px;
        background-color: #4dbfc6;
        text-align: center;
    }
    .sch_box_pdf a {
        color: #fff;
        display: block;
    }
    /* 出展社一覧 0805 */
    #corporate h3 {
        padding: 1px 2% 3px;
        margin: 0 3% 0;
        border-bottom: 1px dotted #cdc6be;
        font-size: 13px;
        font-weight: bold;
        color: #54b1cb;
    }
    #corporate ul {
        padding: 33px 3% 33px;
    }
    #corporate ul li {
        padding-bottom: 5px;
        font-size: 12px;
        width: 100%;
    }
    #corporate ul li .co_title {
        float: left;
        width: 70%;
    }
    #corporate ul li .co_cat {
        float: left;
    }
    .search-form-box {
        padding: 15px 4%;
        background: ##F8F4F1;
        margin-bottom: 10px;
    }
    .search-form-box input {
        background: #fff;
        border: 1px #ccc solid;
        border-radius: 3px;
        width: 96%;
        padding: 10px 2%;
    }
    .swiper-container_sp {
        overflow: hidden;
        margin-top: 10px;
    }
    .swiper-container_sp li {
        background: #ffffff;
        margin: 0 auto;
        text-align: center;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
    }
    .swiper-container_sp li a {
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .swiper-container_sp img {
        height: auto;
        max-height: 150px;
        display: table;
    }
    .swiper-container_sp {
        position: relative;
    }
    /* 340301追記 */
    #sns li {
        width: calc(28% + 8px);
    }
    #sns ul {
        display: flex;
        justify-content: center
    }
    .-other img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        object-position: center;
    }
}

#news ul {
    font-size: 14px;
}