html,
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    position: relative;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#wrapper {
    background-image: url("../img/bg.jpg");
    /*背景繰り返しさせない*/
    /*background-repeat: no-repeat;*/
    /*背景固定*/
    background-attachment: fixed;
}

#container {
    position: relative;
    z-index: 9;
}

#main {
    background-color: #ffffff;
    width: 1200px;
    margin: 0 auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#content {
    padding: 0 15px;
    padding-bottom: 2em;
}

.snsbuttons {
    padding: 1.5em;
}

.fb_iframe_widget>span {
    vertical-align: baseline !important;
}

#main img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

#main h1 {
    font-size: 3em;
    padding: 1em .5em;
    color: #fff;
    background-color: #B32829;
    line-height: 1.2em;
}

#main h2 {
    font-size: 2.5em;
    padding: 1em .5em;
    color: #fff;
    background-color: #48b560;
    margin: 2em 0 1em 0;
    line-height: 1.2em;
}

#main h3 {
    font-weight: bolder;
    font-size: 2.3em;
    padding: .25em 0 .25em .75em;
    border-left: 6px solid #ccc;
    margin-bottom: 1.5em;
    line-height: 1.2em;
}

#main p {
    font-size: 1.5em;
    padding: 0 15px;
    margin-bottom: 1.5em;
    margin: 0 0 12px;
    line-height: 1.8em;
}

#main ul {
    font-size: 1.2em;
    background-color: #dadada;
    padding: .5em 1em;
    list-style-position: inside;
    width: 90%;
    margin: 0 auto 1.5em auto;
}

#main .question {
    font-size: 1.2em;
    background-color: #dadada;
    padding: .5em 1em;
    list-style: none;
    width: 90%;
    margin: 0 auto 1.5em auto;
}

#main .btn {
    margin-bottom: 2em;
    font-size: 2em;
}

#main table {
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
    border-spacing: 0;
    border-collapse: collapse;
}

#main table>tbody>tr>td,
#main table>tbody>tr>th,
#main table>tfoot>tr>td,
#main table>tfoot>tr>th,
#main table>thead>tr>td,
#main table>thead>tr>th {
    border: 1px solid #ddd;
}

#main table th {
    width: 15%;
}

#main table td {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

#main table .map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#main table .map iframe,
#main table .map object,
#main table .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#footer {
    font-size: .75em;
    clear: both;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #993333;
    background: #f9d812;
}

#footer ol,
#footer ul {
    margin-top: 0;
    margin-bottom: 11px;
}

#footer li {
    display: inline-block;
    margin-bottom: 1em;
}

#footer li>a {
    border-radius: 0;
    color: #993333;
    border-right: 1px solid #928E27;
    padding: 6px 8px;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    #main {
        width: 100%;
    }
    #main .btn {
        font-size: 1.2em;
    }
}

a.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


a.btn {
    transition: all .1s;
    -webkit-transition: all .1s;
    position: relative;
    width: 80%;
    padding: 10px 40px;
    display: block;
    margin: 0 auto 10px;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    background: #f88e86;
    box-shadow: 0 5px 0 0 #e78576;
}

a.btn2 {
    transition: all .1s;
    -webkit-transition: all .1s;
    position: relative;
    width: 80%;
    padding: 10px 40px;
    display: block;
    margin: 0 auto 10px;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    background: #f8e486;
    box-shadow: 0 5px 0 0 #c8b769;
}

ul#instafeed {
    list-style: none;
    font-size: .8em;
    background-color: #fff;
    padding: .5em 1em;
    list-style-position: inside;
    width: 90%;
    margin: 0 auto 1.5em auto;
}


#insta_form {
    margin-bottom: 1em;
}

#insta_form .btn {
    margin-bottom: 0;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}


/*トップへ戻るボタン*/

.pageTop {
    position: relative;
    width: 90%;
    max-width: 900px;
    height: 0;
    margin: 0 auto;
}

.pageTop a {
    position: fixed;
    bottom: 13px;
    right: 20px;
    display: block;
    width: 66px;
    height: 66px;
    margin-left: 920px;
    z-index: 9999;
}

#main .contentsmenu {
    width: 100%;
    background-color: #fff;
}


#main .contentsmenu li {
    border-radius: 6px;
    margin: 0;
    margin-bottom: 1em;
    display: inline-block;
    background-color: #f9d812;
}

#main .contentsmenu li a {
    display: block;
    width: 100%;
    padding: .5em .8em;
}


/*強調線*/

#main .marker {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 1em;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


.itemprice {
    font-weight: bolder;
}