/* CSS Document */

html,
body {
    font-size: 20px;
    margin: 0;
    padding: 0;
}

@media screen and (max-width:750px) {
    html,
    body {
        overflow-x: hidden;
        font-size: 16px;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}


/*レスポンシブ切り替え*/

.pc {
    display: inline;
}

.sp {
    display: none;
}

.red {
    color: #ff0000;
}

@media screen and (max-width:750px) {
    .pc {
        display: none;
    }
    .sp {
        display: inline;
    }
    img {
        width: 100%;
        vertical-align: bottom;
    }
    h2.sp {
        display: block;
        margin: 0 0 1em 0;
    }
}


/*共通要素*/

.clearfix {
    clear: both;
}

.center {
    display: block;
    text-align: center;
    margin: auto;
}

article {
    width: 100%;
    margin: auto;
}

section {
    width: 1200px;
    margin: auto;
}

@media screen and (max-width:750px) {
    article {
        padding: 1em 0 0 0;
    }
    article.two_bg2 {
        padding-bottom: 1em;
    }
    section {
        width: 100%;
        margin: auto;
        padding: 1em 0;
    }
}


/*ヘッダー*/

header {
    height: 70px;
}

header.two_bg1 {
    background: linear-gradient(90deg, #d6c3bc 50%, #fff 50%);
}

header .header_space {}

header .right,
#header .right {
    float: right;
    text-align: right;
}

header .left,
#header .left {
    float: left;
    text-align: left;
}

#header {
    display: none;
    background: #4d4d4d;
    width: 100%;
    height: 70px;
}

#header .header_space {
    width: 1200px;
    margin: auto;
}

#header .header_logo {
    background: #d6c3bc;
    height: 70px;
}

#header .header_space nav {
    float: left;
    color: #FFF;
    width: 925px;
    margin: auto;
}

#header .header_space nav ul {
    list-style: none;
}

#header .header_space nav ul li {
    float: left;
    border-right: #FFF 1px solid;
    line-height: 2em;
    font-size: 0.6em;
    padding: 0 1em;
}

#header .header_space nav ul li a {
    color: #FFF;
    text-decoration: none;
}

#header .header_space nav ul li:last-child {
    border-right: none;
}

body #header {}

body.is-fixed #header {
    display: inline;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width:750px) {
    #header .header_space {
        display: none;
    }
    body.is-fixed #header {
        display: none;
    }
    header.two_bg1 {
        position: fixed;
        top: 0;
        z-index: 9999;
        width: 100%;
        height: auto;
    }
    header.two_bg1 .logo {
        width: 50%;
    }
    #gNavBtn {
        position: fixed;
        top: .625rem;
        right: .625rem;
    }
    #gNavBtn span {
        display: block;
        width: 1.5rem;
        height: 4px;
        background-color: #4d4d4d;
        border-radius: 2px;
        margin: 4px;
    }
    .gNav {
        list-style: none;
        position: fixed;
        z-index: 10;
        width: 80%;
        height: 100vh;
        background: rgba(126, 152, 113, 0.9);
        left: -100vw;
        margin-top: 0;
        transition: .5s all ease-in-out;
    }
    .gNav a {
        display: block;
        width: 100%;
        padding: 1em;
        color: #fff;
        border-bottom: 1px solid #7e9871;
        box-sizing: border-box;
        text-decoration: none;
    }
    .gNav.is-active {
        left: 0;
    }
}


/*メインイメージ*/

.mainimage {}

article.two_bg1 {
    background: linear-gradient(90deg, #d6c3bc 50%, #fff 50%);
}

article.two_bg2 {
    background: linear-gradient(90deg, #fff 50%, #d6c3bc 50%);
}

.mainimage section img {
    width: 1200px;
}


/*申し込みボタン*/

.button_cv {
    padding: 2em 0;
}

.button_cv img {
    display: block;
    margin: auto;
}

@media screen and (max-width:750px) {
    .button_cv {
        display: none;
    }
    .floating_button {
        z-index: 9999;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}


/*アバウトスライダー*/

.about {
    background: url(../images/pc/image_slider_bg_240217.png) no-repeat;
    background-position: center;
    height: 805px;
    padding: 2em 0;
}

.about p {
    line-height: 1.8em;
    font-size: 0.85em;
    width: 950px;
    margin: auto;
    padding: 1em 0;
}

.slider_space {
    padding-top: 150px;
    width: 950px;
    margin: auto;
}

.slider img {
    margin: auto;
}

.bx-pager {
    display: none;
}

@media screen and (max-width:750px) {
    .about {
        border: #7e9871 14px solid;
        background: #FFF;
        width: calc(80% - 28px) !important;
        height: auto;
        padding: 2em 1em;
    }
    .about p {
        width: 100%;
        margin: auto;
        padding: 1em 0;
    }
    .slider_space {
        width: 100%;
        margin: auto;
        padding: 0;
    }
    .slider img {
        margin: auto;
    }
    .bx-pager {
        display: none;
    }
    .about p {
        font-size: 0.9em;
    }
}


/*3つの来場ポイント*/

article.bg1 {
    background: #d6c3bc;
}

section.point {
    width: 100%;
    /* margin-top: 2em; */
    padding: 2em 0;
}

.point_right {
    float: right;
}

@media screen and (max-width:750px) {
    section.point {
        margin-top: 0;
        padding-top: 0;
    }
}


/*フェア出品商品*/

div.bg2,
article.bg2 {
    background: #7e9871;
}

section.snap {
    padding: 2em 0;
}

@media screen and (max-width:750px) {
    section.snap {
        padding: 0;
    }
}


/*当日の流れ*/

section.flow {
    padding: 2em 0;
}

@media screen and (max-width:750px) {
    section.flow {
        padding: 0;
    }
}


/*参加方法*/

article.bg3 {
    background: #e8d5ce;
}

section.method {
    padding: 2em 0;
}

ul.method_image {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    width: 780px;
    height: auto;
    margin: auto;
}

ul.method_image li {
    width: 260px;
}

@media screen and (max-width:750px) {
    section.method {
        padding: 0em 0;
    }
    section.method h2 {
        margin-bottom: -1em;
    }
    ul.method_image {
        list-style: none;
        width: 100%;
        margin: auto;
        padding: 0;
        flex-direction: column;
    }
    ul.method_image li {
        float: none;
        width: 100%;
    }
}


/*会場情報*/

article.bg4 {
    background: #ffffff;
}

section.address {
    position: relative;
    background: url(../images/pc/image_address_bg.png) no-repeat;
    background-position: left bottom;
    height: 500px;
}

section.address h2 img {
    margin-top: 1em;
}

section.address p {
    position: absolute;
    left: 570px;
    bottom: 0em;
    font-size: 0.9em;
}

section.map {}

section.map p {
    width: 860px;
    margin: 40px auto;
}

@media screen and (max-width:750px) {
    section.address {
        position: static;
        background: none;
        height: auto;
        padding: 0;
    }
    section.address h2 img {
        margin: -2em 0 -1em 0;
    }
    section.address p {
        position: static;
        font-size: 1em;
        width: 90%;
        margin: auto;
        padding: 1em 0;
    }
    section.map p {
        font-size: 1em;
        width: 90%;
        margin: auto;
        padding: 1em 0;
    }
}


/*ショールームパートナーのご紹介*/

section.partner {
    padding-bottom: 2em;
}

section.partner img {
    width: 1200px;
    margin-top: 2em;
}

section.partner h2 {
    font-size: 2.2em;
    font-weight: normal;
    text-align: center;
}

section.partner ul {
    list-style: none;
    width: 860px;
    margin: auto;
    padding: 0 0 0 100px;
}

section.partner ul li {
    float: left;
    background: #FFF;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
    width: 300px;
    height: 170px;
    margin-top: 2em;
    margin-right: 100px;
    padding: 15px;
}

section.partner ul li div {
    font-size: 0.7em;
    line-height: 1.4em;
    padding-top: 1em;
}

section.partner ul li div span a {
    text-decoration: none;
    color: #FF0000;
}

section.partner p {
    list-style: none;
    font-size: 0.7em;
    width: 860px;
    margin: 3em 0 0 220px;
}

@media screen and (max-width:750px) {
    section.partner img {
        width: 100%;
    }
    section.partner h2 {
        margin: 1em 0 0 0;
    }
    section.partner ul {
        width: 90%;
        padding: 0;
    }
    section.partner ul li {
        float: none;
        font-size: 1em;
        width: 90%;
        height: auto;
    }
    section.partner ul li div {
        font-size: 0.9em;
    }
    section.partner p {
        font-size: 0.9em;
        width: 90%;
        margin: auto;
    }
}


/*メールフォーム*/

article.bg5 {
    background: #e3734c;
}

section#form {
    color: #FFF;
    width: 1060px;
    margin: 0 auto;
    padding: 1em 0;
}

section#form h2 {
    font-size: 2em;
    font-weight: normal;
    text-align: center;
}

section#form p {
    display: block;
    font-size: 0.7em;
    width: 520px;
    margin: auto;
}

section#form .table {
    background: #FFF;
    color: #000;
    width: calc(1060px - 2em);
    margin: 2em auto 0 auto;
    padding: 1em;
}

section#form .table p {
    text-align: center;
    width: 100%;
    margin: 1em auto;
}

section#form .table .left {
    text-align: left !important;
    width: 60%;
}

section#form .table .form_dm {
    width: 40%;
    margin: auto;
}

section#form .table .form_dm label {
    margin: 0 20px;
}

section#form .table textarea {
    display: block;
    width: 640px;
    height: 140px;
    margin: auto;
}

button[type=submit] {
    background: #878787;
    color: #FFF;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    padding: 0.5em 70px;
}

.copyright {
    color: #FFF;
    text-align: center;
    font-size: 0.6em;
    margin-bottom: 0;
    padding-bottom: 1em;
}

.any {
    display: block;
    background-color: #fff;
    border: solid 2px#000;
    padding: 2px 5px;
    font-size: 10px;
    color: #000;
    float: left;
    margin: 0px 5px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #CCC;
    background-image: url(_images/mfp_header.png);
    background-size: 100% 100%;
}

@media screen and (max-width:750px) {
    section#form {
        color: #FFF;
        width: 100%;
        margin: 0 auto;
        padding: 1em 0;
    }
    section#form p {
        font-size: 0.7em;
        width: 90%;
        padding: 0 5%;
    }
    section#form .table {
        width: calc(100% - 2em);
    }
    section#form .table p {
        width: 95%;
    }
    section#form .table .left {
        width: 90%;
    }
    section#form .table .form_dm {
        width: calc(20% + 8em);
    }
    section#form .table .form_dm label {
        width: 10%;
        margin: 0 2em;
    }
    section#form .table textarea {
        border: #ccc solid 1px;
        width: 95%;
    }
    .copyright {
        padding-bottom: 8em;
    }
}


/*サンクスページ*/


/* section.thanks h2{
	color:#7e9871;
	text-align:center;
}
section.thanks p{
	color:#4d4d4d;
	text-align:center;
} */

#thanks {
    position: relative;
    min-height: 98vh;
    padding: 0;
}

#thanks * {
    box-sizing: border-box;
}

#thanks>.container {
    padding-top: 20vh;
}

#thanks h1 {
    color: #291c11;
    border-bottom: 2px dashed #d3bf84;
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 3rem;
}

#thanks h1::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: #d3bf84;
    border-radius: 100%;
    position: absolute;
    top: .2rem;
    left: 0;
}

#thanks h1::after {
    content: "";
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #b89283;
    position: absolute;
    left: .4rem;
    top: .3rem;
    border-radius: 100%;
}

@media screen and (max-width: 750px) {
    #thanks>.container {
        padding-top: 2vh;
    }
}

.container,
h1,
#toIndex {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

article .container {
    border: 1px solid #b89283;
    padding-top: 72px;
    padding-bottom: 72px;
    text-align: center;
    box-sizing: border-box;
    flex: 1;
}

.container p {
    line-height: 2;
}

@media screen and (max-width: 1024px) {
    .container {
        padding: 3rem 1rem;
    }
}

#thanks .bg5 {}

#toIndex {
    text-align: right;
}

#toIndex a {
    text-decoration: none;
}

#thanks a,
.copyright {
    color: inherit;
}

#thanks .bg5 {
    border-top: 1px solid #d3bf84;
    padding-top: .5rem;
    padding-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#thanks .copyright {
    margin: 0 auto;
    padding: 0;
}

@media screen and (min-width: 769px) {
    br.sp-only {
        display: none;
    }
}

div.bg2 {
    background: #7e9871;
}

.special {
    padding-top: 2em;
    padding-bottom: 2em;
}

@media screen and (min-width: 769px) {
    .special {
        padding-bottom: 5em;
    }
}

.special .wrap {
    width: 100%;
}

.special ul {
    display: table;
    table-layout: fixed;
    border-collapse: sepalate;
    border-spacing: 15px 0;
    width: 1200px;
    margin-left: -45px;
}

.special li {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.special li::after {
    position: absolute;
    top: 40px;
    z-index: 1;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #fff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .4);
}

.special .wrap img {
    position: relative;
    z-index: 2;
}


/* 20191111 */

.imagelist {
    padding: 2em 0;
}

.imagelist p {
    text-align: center;
}

.imagelist .white {
    color: #FFF;
}

.imagelist .green {
    color: #7e9871;
}

.imagelist .black {
    color: #666666;
}

.imagelist .bx-viewport {
    padding: 20px 0;
}

.imagelist .table {
    background: #FFF;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .4);
    width: 75%;
    margin: 10px auto auto auto;
    padding: .5em;
}

.imagelist_ttl1 {
    position: relative;
    color: #FFF;
    text-align: center;
}

.imagelist_ttl1:before {
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    content: "";
    border-bottom: 1px dashed #FFF;
    width: 10em;
    margin: auto;
}

.imagelist_ttl2 {
    position: relative;
    color: #666666;
    text-align: center;
}

.imagelist_ttl2:before {
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    content: "";
    border-bottom: 1px dashed #666666;
    width: 10em;
    margin: auto;
}

.imagelist h3 {
    text-align: center;
}

.imagelist_link {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
}

.imagelist_link div {
    text-align: center;
    width: calc(33% - 10px);
    margin: 5px;
    padding: .5em 0;
}

.imagelist_link div a {
    display: block;
    text-decoration: none;
}

.imagelist_link div.bg1 {
    background: #7e9871;
}

.imagelist_link div.bg1 a,
.imagelist_link div.bg4 a {
    color: #FFF;
}

.imagelist_link div.bg2 {
    background: #e8d5ce;
}

.imagelist_link div.bg3 {
    border-collapse: collapse;
    border: #666 1px solid;
    background: #ffffff;
}

.imagelist_link div.bg2 a,
.imagelist_link div.bg3 a {
    color: #666;
}

.imagelist_link div.bg4 {
    background: #e3734c;
}

.imagelist p.text_left {
    text-align: left;
    text-indent: -1em;
    padding-left: 8em;
}

@media screen and (max-width:750px) {
    .imagelist_link div {
        /*font-size:0.9em;*/
    }
    .imagelist .table {
        display: flex;
        justify-content: center;
        /*align-items: center;*/
        flex-direction: column;
        width: calc(95% - 2em);
        height: 300px;
        padding: 1em;
    }
    .imagelist .bx-wrapper .bx-controls-direction a {
        top: 20% !important;
    }
    .imagelist .white {
        padding: 0 1em;
    }
    .imagelist .green {
        /*padding:0 1em;*/
    }
    .imagelist .black {
        padding: 0 1em;
    }
    .imagelist p.text_left {
        text-align: left;
        text-indent: -0.6em;
        padding-left: 1em;
    }
    .address p span.text_left {
        text-indent: -0.45em;
        padding-left: 1em;
    }
}