body {
    margin: 0;
    padding: 0;
    font-family: 'Kosugi Maru', sans-serif;
    background: #f6f5f4;
    color: #444;
}

h1,h2,h3,h4,h5,h6,p {
    margin: 0;
    padding: 0;
}

/* =========================================
　レイアウト
========================================== */

#contents {
    overflow: hidden;
}

.site-width {
    margin: 0 auto;
    width: 980px;
    min-height: 1000px;
    position: relative;
}

#mainArea {
    float: left;
    background: white;
    padding: 10px;
    box-sizing: border-box;
    min-height: 600px;
    width: 100%;

}

/* .page-1colum #mainArea #searchArea {
    width: 100%;
} */

.page-1colum #mainArea {
    width: 100%;
}

.page-2colum #mainArea {
    width: 760px;
}

.page-title {
    font-family: 'M PLUS 1p:wght@700';
    font-size: 32px;
    margin-bottom: 50px;
    text-align: center;
    padding-top: 20px;
}

.title {
    text-align: center;
    margin-bottom: 40px;
}

.list_title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.orderedMenu, .soldMenu, .msgList {
    text-align: left;
    margin-bottom: 15px;
}


/* =========================================
　リンク
========================================== */

a,
a:active,
a:focus {
    color: #b6a489;
    /* text-decoration: none; */

}

a:hover {
    cursor: pointer;
    text-decoration: none;
}

.sidebar_link {
    text-decoration: none;
}


/* =========================================
　フォント
========================================== */


/* =========================================
　ヘッダー
========================================== */

header {
    /* background: #f6f5f4; */
    background: white;
    width: 100%;
    height: 80px;
    margin-bottom: 30px;
    position: relative;
}

.header-left {
    text-decoration: none;

}

header h1 {
    font-family: 'M PLUS 1p:wght@700';
    font-size: 30px;
    float: left;
    line-height: 40px;
    background: #FF8C00;
    color: white;
    position: absolute;
    top: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.subtitle {
    float: left;
    font-size: 25px;
    position: absolute;
    top: 25px;
    left: 190px;
    color: #444;
}

#top-nav {
    float: right;
    height: 80px;
    width: 700px;

}

#top-nav ul {
    list-style: none;
    line-height: 80px;
    width: 660px;
    height: 80px;
    margin: 0;
}

#top-nav ul li {
    float: right;
    margin-right: 10px;
}

#top-nav ul .loginName {
    /* float: left; */
    color: #FF773E;
    margin-right: 30px;
}

nav a {
    padding: 10px 15px;
    text-decoration: none;
    color: #444;
    font-size: 18px;
}

.top-navAll {
    position: relative;
}

.nav-compartmentShop {
    float: right;
    position: relative;
    top: 2px;
    border: 2px solid  #f6f5f4;
    /* border-radius: 10px; */
    margin-left: 30px;
    padding: 5px;
    height: 76px;
    box-sizing: border-box;
    /* background: #FFFFEE; */
}

.nav-compartmentUser {
    float: right;
    position: relative;
    top: 2px;
    border: 2px solid #f6f5f4;
    /* border-radius: 10px; */
    padding: 5px;
    height: 76px;
    box-sizing: border-box;
    /* background: #FFFFEE; */
}

.newResistration {
    margin-right: 15px;
}

.newResistrationBtn {
    background: #FF4F02;
    color: white;
    border-radius: 40px;
    font-size: 15px;
    position: relative;
    top: 16px;
}

.loginBtn {
    background: #005FFF;
    color: white;
    border-radius: 40px;
    font-size: 15px;
    position: relative;
    top: 16px;
}


/* =========================================
　フッター
========================================== */

#footer {
    background: #FF8C00;
    color: white;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    padding: 15px;
}

#footer a {
    color: white;
}


/* =========================================
　サーチエリア・件数表示
========================================== */

#searchArea {
    background: #FFFFEE;
    height: 100px;
    margin-bottom: 20px;
    /* border: 1px solid #888; */
}

.serchForm {
    padding: 20px;
    position: relative;
}

.selectbox {
    margin: 10px 0 20px 0;
    position: relative;
    width: 250px;
    box-sizing: border-box;
}

#searchByArea, #searchByGenre {
    width: 30%;
    float: left;
    margin-right: 10px;
}

#searchArea select {
    appearance: none;
}

#searchArea .icn_select:after {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 14px;
    left: 225px;
    border-top: 13px solid #333;
    border-right: 9px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 9px solid transparent;
    content: "";
}

.search-title {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 5px 10px;
    height: 40px;
    background: #f6f5f4;
    line-height: 40px;
}

.search-left {
    float: left;
}

.search-right {
    float: right;
}

.search-title .total-num {
    padding-right: 5px;
    font-weight: bold;
    font-size: 18px;
}

/* =========================================
　サイドバー
========================================== */

#sidebar {
    background: white;
    min-height: 600px;
    width: 200px;
    float: left;
    margin-left: 20px;
    padding: 10px;
    box-sizing: border-box;
}

.page-logined #sidebar ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.page-logined #sidebar ul li {
    /* padding: 8px 4px; */
    border: 1px solid #DDD;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
}

#sidebar ul li a {
    color: #444;
    display: block;
}

#sidebar ul li a:hover {
    background: #FFDBC9;
}

/* =========================================
　フォーム
========================================== */

label {
    display: block;
    position: relative;
}

label.err input, label.err select {
    background: #f7dcd9;
}

/* .zipPosition {
    position: relative;
    top: 366px;
    height: 76px;
} */

.hissu {
    font-size:12px; 
    background: #F15404; 
    color:white;
    padding: 3px; 
    margin-left:5px;
    position: relative;
    top: -2px;
}

.pass_chars, .half_chars {
    font-size: 12px;
    color: red;
}

.inputA {
    width: 100%;
    height: 40px;
    background: #FFFBEB;
    border: 1px solid #ddd;
    display: block;
    margin: 5px 0 15px 0;
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
}

.inputB {
    width: 100%;
    height: 40px;
    background: #FFFBEB;
    border: 1px solid #ddd;
    display: block;
    margin: 5px 0px 15px 0;
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
}

.inputC {
    width: 30%;
    height: 40px;
    background: #FFFBEB;
    border: 1px solid #ddd;
    display: block;
    margin: 5px 0px 15px 0;
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
}

.inputD {
    width: 70%;
    height: 40px;
    background: #FFFBEB;
    border: 1px solid #ddd;
    display: block;
    margin: 5px 0px 15px 0;
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
}

textarea {
    width: 100%;
    background: #FFFBEB;
    border: 1px solid #ddd;
    display: block;
    margin: 5px 0 5px 0;
    font-size: 15px;
    padding: 10px;
    box-sizing: border-box;
}

input[type="submit"] {
    font-size: 14px;
    margin: 15px 0;
    padding: 15px 30px;
    /* ここでwidth:100%にして幅が150pxになるのは、.btn.btn-midでmax-width:150pxと
    指定されているから */
    width: 100%;
    background: #333;
    color: white;
    border: none;
}

#serchSubmit {
    font-size: 14px;
    padding: 15px 30px;
    width: 100px;
    height: 40px;
    line-height: 10px;
    background: #333;
    color: white;
    border: none;
    position: relative;
    top: 11px;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

select:hover,
input[type="submit"]:hover {
    cursor: pointer;
}

.prefecture_select, .menuCategory_id, .search_select {
    width: 100%;
    height: 40px;
    background: #FFFBEB;
    border: 1px solid #ddd;
    display: block;
    margin: 5px 0px 15px 0;
    font-size: 15px;
    padding: 5px;
    box-sizing: border-box;
    font-family: 'Kosugi Maru', sans-serif;
}
.genre_select {
    width: 100%;
    height: 40px;
    background: #FFFBEB;
    border: 1px solid #ddd;
    display: block;
    margin: 21px 0px 15px 0;
    font-size: 15px;
    padding: 5px;
    box-sizing: border-box;
    font-family: 'Kosugi Maru', sans-serif;
}

.form-1colA {
    width: 100%;
    min-height: 110px;
}

.form-2colA {
    width: 100%;
    min-height: 110px;
    margin-bottom: 15px;
}

.form-2colA-left {
    width: 242px;
    float: left;
}

.form-2colA-leftLong {
    width: 420px;
    float: left;
}

.form-2colA-right {
    width: 242px;
    /* height: 110px; */
    float: right;
    overflow: hidden;
}

.yokonarabi-left {
    width: 242px;
    float: left;
    margin-bottom: 15px;
    min-height: 115px;
}

.yokonarabi-right {
    width: 242px;
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
    min-height: 115px;
}

.yokonarabi-left-single {
    width: 242px;
    margin-bottom: 15px;
    overflow: hidden;
    min-height: 115px;
}

.addressTitle, .iconTitle, .shop_introduction {
    height: 30px;
    float: left;
    width: 100%;
}

.menuDetail {
    height: 23px;
    float: left;
    width: 100%;
}

.form-container {
    margin: 0 auto;
}

.page-1colum .form-container {
    margin: 60px auto;
}

.form {
    margin: 0 auto;
    padding: 30px;
    background: white;
    width: 500px;
    overflow: hidden;
    /* border: 5px solid #DDFFFF; */
}

.form .area-msg {
    color: red;
}

.form .btn-container {
    float: right;
    width: 100%;
    margin-bottom: 15px;
}

.form .btn {
    float: right;
}

.form .imgDrop-Container {
    float: left;
    /* width: 100%; */
    width: 385px;
    height: 385px;
    margin-bottom: 15px;
    box-sizing: border-box;
    background: #FFFBEB;
    border: 1px solid #ddd;
    position: relative;
    top: 0;
    left: 57px;

}

.form .iconArea-drop {
    height: 370px;
    line-height: 370px;
    margin-bottom: 15px;
    /* width: 100%; */
    width: 385px;
    /* display: block; */
    float: left;
    position: relative;
    /* background: #FFFBEB; */
    color: #ccc;
    /* border: 1px solid #ddd; */
    text-align: center;
    box-sizing: border-box;
}

.form .iconInput-file {
    height: 370px;
    /* width: 100%; */
    width: 385px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    /* z-indexをつけないと登録画像を変更する際にドラッグ＆ドロップできなくなる。 */
    z-index: 2;
}

.icon-area-msg {
    padding: 0 0 15px 0;
    color: red;
    position: relative;
    top: 390px;
    font-size: 12px;
}

.form .prev-img {
    /* width: 100%; */
    width: 385px;
    height: 385px;
    position: absolute;
    top: 0;
    left: 0;
}

.passRemindSendExplanation {
    margin-bottom: 30px;
}

.labelPrice {
    float: right;
}

.priceArea-msg {
    float: right;
}

.form .menuImgArea {
    margin-top: 50px;
}

.form .menuImg-Container {
    width: 33.333%;
    float: left;
    padding-left: 15px;
    box-sizing: border-box;
}

.form .menuArea-drop {
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%;
    height: 170px;
    background: #FFFBEB;
    color: #ccc;
    text-align: center;
    line-height: 170px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.form .menuInput-file {
    width: 100%;
    height: 170px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}

.form .menuPrev-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.form .counter-text {
    text-align: right;
}


/* フォームグループ
========================================== */
.form-group {
    position: relative;
    overflow: hidden;
}

.form-group > input {
    float: left;
}

.option {
    position: relative;
    top: 25px;
    display: block;
    float: left;
    padding-left: 10px;
}


/* =========================================
　ボタン
========================================== */

.btn {
    padding: 15px 20px;
    text-decoration: none;
}

.btn:hover {
    text-decoration: none;
}

.btn.btn-mid {
    max-width: 150px;
}

.btn.btn-primary {
    background: #b6a489;
    color: white;
}

/* =========================================
　マイページ
========================================== */

.userInfoArea, .shopInfoArea {
    background: #FFFFEE;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}

.userInfoArea .avatar-img,
.shopInfoArea .avatar-img {
    text-align: center;
    float: left;
    margin-right: 10px;
}

.userInfoArea .avatar,
.shopInfoArea .avatar {
    width: 50px;
    height: 50px;
    border-radius: 40px;
}

.userInfoArea .userInfo,
.shopInfoArea .shopInfo {
    float: left;
    position: relative;
    top: 15px;
}


/* =========================================
　リスト
========================================== */

.panel-list {
    overflow: hidden;
    margin-right: -15px;
}

.myOrderedPanel-list, .myFavoritePanel-list {
    overflow: hidden;
    width: 720px;
    margin: 20px auto 20px auto;
}

.panel-list > .panel {
    width: 25%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding-right: 15px;
    min-height: 185px;
    color: #333;
    text-decoration: none;
    line-height: 1.2em;
}

.myOrderedPanel-list > .myOrderedPanel {
    width: 240px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding-right: 20px;
    min-height: 185px;
    color: #333;
    text-decoration: none;
    line-height: 1.2em;
}

.myFavoritePanel-list > .myFavoritePanel {
    width: 240px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding-right: 20px;
    min-height: 185px;
    color: #333;
    text-decoration: none;
    line-height: 1.2em;
}

a.panel:hover,
a.myOrderedPanel:hover,
a.myFavoritePanel:hover {
    text-decoration: underline;
}

.panel-list > .panel img {
    width: 100%;
    height: 300px;
}

.myOrderedPanel-list > .myOrderedPanel img {
    width: 100%;
    height: 300px;
}

.myFavoritePanel-list > .myFavoritePanel img {
    width: 100%;
    height: 300px;
}

.panel-list > .panel .panel-title {
    margin: 0;
}

.myOrderedPanel-list > .myOrderedPanel .panel-title {
    margin: 0;
}

.myOrderedPanel-list > .myOrderedPanel .panel-title {
    margin: 0;
}

.panel-list > .panel .panel-head {
    height: 300px;
    margin-bottom: 10px;
}

.myOrderedPanel-list > .myOrderedPanel .panel-head {
    height: 300px;
    margin-bottom: 10px;
}

.myOrderedPanel-list > .myOrderedPanel .panel-head {
    height: 300px;
    margin-bottom: 10px;
}

/* =========================================
　ページネーション
========================================== */

.pagenation {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.pagenation-list {
    position: relative;
    left: 50%;
    float: left;
    padding-left: 0;
    list-style: none;
}

.pagenation .list-item {
    position: relative;
    left: -50%;
    float: left;
    margin-right: 5px;
}

.pagenation .list-item:last-child {
    margin-right: 0;
}

.pagenation .list-item a {
    display: block;
    padding: 5px 10px;
    background: #eee;
    color: black;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

.pagenation .list-item.active a {
    background: #333;
    color: white;
}

.pagenation .list-item a:hover {
    background: #333;
    color: white;
}


/* =========================================
　連絡掲示板
========================================== */

.msg-info {
    /* background: #f6f5f4; */
    /* padding: 10px; */
    overflow: hidden;
    margin-bottom: 10px;
}
.boardId {
    margin-bottom: 10px;
    font-weight: bold;
    color: navy;
}

/* .loginName {
    font-weight: bold;
    color: #FF773E;
    float: left;
} */

.boardUserInfoArea {
    background: #FFFFEE;
    padding: 5px;
    overflow: hidden;
    position: relative;
    width: 450px;
    height: 52px;
    border: 1px solid #ccc;
    float: right;
}

.boardUserInfoArea .userInfo {
    position: relative;
    top: 15px;
}

.boardShopInfoArea {
    background: #FFFFEE;
    padding: 5px;
    overflow: hidden;
    position: relative;
    width: 450px;
    height: 52px;
    border: 1px solid #ccc;
    float: left;
}

.boardShopInfo {
    position: relative;
    top: 7px;
}

.boardShopInfo_shop {
    margin-bottom: 7px;
}

.boardUserInfoArea .avatar-img {
    text-align: center;
    float: left;
    margin-right: 10px;
}

.boardUserInfoArea .avatar {
    width: 50px;
    height: 50px;
    border-radius: 40px;
}

.boardArea {
    height: 500px;
    /* overflow-yプロパティは、ボックスの範囲内に内容が収まらない場合に、はみ出た要素の
    上下の表示方法を指定する際に使用する。値をscrollにすると、収まらない部分はボックスから
    はみ出したりせず、スクロールバーなどが表示される */
    overflow-y: scroll;
    /* background: #f6f5f4; */
    border: 1px solid #ccc;
    padding: 15px;
}

.boardArea .msg-cnt {
    width: 80%;
    overflow: hidden;
    margin-bottom: 30px;
}

.boardArea .msg-cnt .avatar {
    width: 5.5%;
    overflow: hidden;
    float: left;
}

.boardArea .msg-cnt .avatar img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    float: left;
}

.boardArea .msg-cnt .msg-inrTxt {
    width: 85%;
    border-radius: 5px;
    float: left;
    padding: 10px;
    margin: 0 0 0 25px;
    position: relative;
}

.boardArea .msg-cnt.msg-left .msg-inrTxt {
    background: #f6e2df;
}

.boardArea .msg-cnt.msg-right {
    float: right;
}

.boardArea .msg-cnt.msg-right .msg-time {
    padding-right: 27px;
    padding-top: 5px;
    text-align: right;
    width: 200px;
    float: right;
    font-size: 15px;
}

.boardArea .msg-cnt.msg-left .msg-time {
    padding-left: 27px;
    padding-top: 5px;
    text-align: left;
    width: 200px;
    float: left;
    font-size: 15px;
}


.boardArea .msg-cnt.msg-right .msg-inrTxt {
    background: #d2eaf0;
    margin: 0 25px 0 0;
    float: right;
}

.boardArea .msg-cnt.msg-right .msg-inrTxt > .triangle {
    position: absolute;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #d2eaf0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.boardArea .msg-cnt.msg-left .msg-inrTxt > .triangle {
    position: absolute;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #f6e2df;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.boardArea .msg-cnt.msg-right .avatar {
    float: right;
}

.sendMsgArea {
    padding: 15px;
    overflow: hidden;
    margin-top: 10px;
}

.sendMsgArea textarea {
    width: 100%;
    height: 100px;
    padding: 15px;
}

.sendMsgArea .btn-send {
    width: 150px;
    float: right;
}


/* =========================================
　テーブルリスト
========================================== */

.list-table > table {
    width: 100%;
    border-collapse: collapse;

    /* border-spacing: 0 5px; */
    /* border: 1px solid #aaa; */
}

.list-table th,
.list-table td {
    padding: 5px;
    border: 1px solid #aaa;

}

.list-table th {
    text-align: left;
}

.list-table th:last-child {
    text-align: center;
}

.list-table > .table > thead {
    /* background: #FFFFBB; */
    background: #FFDBC9;
}

.boardIdLink {
    text-align: center;

}

.boardIdLink a {
    text-decoration: none;
    color: #3366FF;
    font-weight: bold;
}


/* =========================================
　その他
========================================== */
/* パスワード変更した際などに表示されるメッセージのスタイル */
.msg-slide {
    position: fixed;
    top: 0;
    width: 100%;
    height: 40px;
    background: rgba(122,206,230,0.6);
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}
