@charset "UTF-8";
/*
Theme Name: 博物館さがの人形の家Japanese Folk dolls Museum
Theme URL: sagano.or.jp
Description: 公益財団法人イケマン人形文化保存財団・博物館さがの人形の家
Version: 1.00
Author: 公式
*/
.customize-support img {
	max-width: 100%;
	height: auto;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
}

/*　■■■■■■■■■　スマホ＆タブレット　■■■■■■■■　*/

/* header */
h1 {
font-size: 50px;
margin: 0px;
padding: 0px;
}
h2 {
font-size: 60px;
margin: 0px;
padding: 0px;
}
h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}
h4 {
margin-top: 4px;
margin-left: 0px;
margin-right: 10px;
margin-bottom: 4px;
font-size: 24px;
text-align: center;
box-decoration-break: clone;
-webkit-box-direction-break: clone;
display: inline;
padding-top: 4px;
padding-left: 10px;
padding-right: 15px;
padding-bottom: 4px;
line-height: 2.5;
border-left: solid 8px #bdb76b;
border-bottom: solid 1px #808000;
color: #000;
background-color: #fff;
}
h5 {
margin: 4px;
font-size: 13px;
text-align: center;
box-decoration-break: clone;
-webkit-box-direction-break: clone;
display: inline;
padding: 2px 12px 0px 12px;
line-height: 2.5;
background-color: #a58830;
border-radius: 16px;
color: #fff;
}
h6 {
    margin: 0;
    padding: 0;
    font-size: 11px;
    text-align: right;
}
p {
margin: 4px;
padding-top: 8px;
padding-bottom: 8px;
font-size: 20px;
}
.highlight {
    background: linear-gradient(transparent 50%, #eef 0%);
    line-height: 1.3em;
}
.indent {
    padding-left: 16px;
}
a {
text-decoration: none;
color: #444;
}
a:hover {
color: #888;
}
#pc-header {
display: none;
}
#menubar {
display: none;
}
#m-header {
margin: 0 auto;
padding: 8px 0px;
background: #fff;
display: flex;
justify-content: space-between;
}
/* customer-Single */
#wrap {
    margin: 0 auto;
    border-top: solid 1px #ddd;
}
.k-contenner {
    margin: 0 auto;
    width: 90%;
    padding: 8px;
}
.page-title {
    width: 30%;
    background-color: #a58830;
    border-radius: 20px;
    color: #fff;
    text-align: center;
}
.label-box {
    border: solid 1px #aaa;
    margin-bottom: 16px;
}
.label-left {
width: 100%;
}
.label-right{
    padding-left: 20px;
    font-size: 32px;
}
.label-right{
 
}
.cont-inner {
    text-align: center;
}

/* end-customer-Single */
#pc-page {
display: none;
}
#sp-page {
    display: block;
    margin: 0 auto;
    border-top: solid 1px #ccc;
}
.itile {
background-color: #fff;
}
#spslider {
margin: 0 auto;
padding-top: 12px;
max-width: 520px; /* 最大幅 */
min-width: 300px; /* 最小幅 */
}
#spslider img { width: 100%; }
/* header-end */
/* menu-bar */
#nav-drawer {
position: relative;
}
.nav-unshown {
display:none;
}
#nav-open {
display: inline-block;
width: 50px;
height: 50px;
vertical-align: middle;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
position: absolute;
height: 8px;/*線の太さ*/
width: 48px;/*長さ*/
border-radius: 4px;
background: #555;
display: block;
content: '';
cursor: pointer;
}
#nav-open span:before {
bottom: -15px;
}
#nav-open span:after {
bottom: -30px;
}
#nav-close {
display: none;
position: fixed;
z-index: 99;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: black;
opacity: 0;
transition: .3s ease-in-out;
}
#nav-content {
overflow: auto;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 90%;
max-width: 260px;
height: 100%;
background: #eeeee5;
transition: .3s ease-in-out;
-webkit-transform: translateX(-105%);
transform: translateX(-105%);

}
#nav-input:checked ~ #nav-close {
display: block;
opacity: .5;
}
#nav-input:checked ~ #nav-content {
-webkit-transform: translateX(0%);
transform: translateX(0%);
box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
/* menuの装飾 */
#menu-top_menu-1 {
margin: 0 auto;
width: 200px;
color: #000;
}
#menu-top_menu-1 ul {

}
#menu-top_menu-1 li {
padding-top: 20px;
padding-bottom: 20px;
border-bottom: solid 1px;
font-size: 24px;
list-style-type: none;
}
#menu-top_menu-1 li a {
text-decoration: none;
color: #333;
}
#menu-top_menu-1 li a:hover {
color: #777;
background-color: #ddddcc;
}
/* menu-nar-end */
/* content */
#sp-box {
    display: block;
    margin: 0 auto;
    padding: 16px;
    color: #444;
}
/* content中身 */

#infobar { 
margin: 0 auto;
}
.infobox {
margin-top: 8px;
border: solid 1px #aaa;
padding: 8px;
}
.info-inner {
    font-size: 10px;
}
/* content-end */
/* news */
#sp-page #newss {
    display: block;
    margin: 0 auto;
    padding: 16px 0;
    width: 96%;
}
#sp-page #newss .news-box {
    width: 100%;
    border: solid 2px #7f1311;
    background-color: #f6bfbc;
    display: flex;
}
#sp-page #newss .news-box .news-left {
    width: 200px;
    background-color: #c9171e;
    color: #fff;
    padding: 0 4px;
    font-size: 26px;
    text-align: center;
    line-height: 60px;
}
#sp-page #newss .news-box .news-right {
    padding: 0 8px;
    font-size: 18px;
}
#sp-page #newss .news-box .news-right a {
    color: #444;
}

#sp-page #newss .news-box #news-img-box {
    vertical-align: top;
}
/* end-news */
/* 窓customer */
#sp-page .cont-cust {
    margin: 0 auto;
    padding-top: 16px;
    width: 98%;
}
#sp-page .cont-cust .cont-sub {
    margin: 0 auto;
    text-align: center;
    background-color: #a58830;
    color: #fff;
}

#sp-page .cont-cust .cont-right {
    margin: 8px 0;
    padding: 8px;
    border: solid 1px #ccc;
    font-size: 12px;
}
/* end-小窓customer */
/* リストの点を消す */
ul {
list-style: none;
}
/* Single-Page */
#pc-page-box {
display: none;
}
#sp-page-box {
    display: block;
    margin: 0 auto;
}
.img-info {
margin-bottom: 16px;
width: 100%;
border: solid 1px #aaa;
}
.txt-info {
width: 100%;
}
#sp-page-box .cont-box {
    margin-bottom: 8px;
    padding: 4px;
    border: solid 1px #aaa;
}
#sp-page-box .cont-box .cont-left {
    margin: 0 auto;
    width: 70%;
}
#sp-page-box .cont-box .cont-right {
    font-size: 11px;
}
.sp-img {
    border: solid 1px #555;
}
/* end-Single */
/* 予定 */
    #sp-page-box .yote-box {
        margin: 0 auto;
        padding: 8px;
        border-bottom: solid 4px #928c36;
    }
    #sp-page-box .yote-box .yote-left {
        width: 98%;

    }
    #sp-page-box .yote-box .yote-right {
        width: 100%;
        text-align: center;
    }
    #sp-page-box .yote-inner {
        text-align: center;
    }
    #sp-page-box .yote-img {
        margin: 0 auto;
    }
/* end-予定 */

/* テーブル定義 */
#single-t01 {
    margin-bottom: 16px;
    border: 1px solid #aaa;
    font-size: 13px;
}
#t001 {
    margin-bottom: 16px;
    border: 1px solid #aaa;
}
#t002 {
    margin-bottom: 16px;
    border: 1px solid #aaa;
}
#t003 {
    border: 1px solid #aaa;
}
.datacon {
    margin-bottom: 16px;
}
/* endテーブル */

/* 検索 */
#sp-search-page {
    margin: 0 auto;
    background-color: #fff;
}
#sp-search-page-box {
    margin: 0 auto;
    min-height: 300px;
    width: 100%;
    padding: 8px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    color: #111133;
}
#pc-search-page-box {
    display: none;
}
#form{
    position:relative;
}
#s-box{
    height: 40px;
    width: 70%;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius:0px;
    border:solid 1px #aaa;
    font-size:20px;
    outline: 0;
}
#s-btn-area{
    height: 50px;
    position: absolute;
    left: 80%;
    top: 0;
    background:none;
    color:#666;
    border:none;
    font-size:20px;
    outline: 0;
}
#s-btn{
    background-color: black;
    width: 50px;
    height: 40px;
    position: relative;
    right: 8px;
    bottom: 4px;
    border-radius: 0px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}
/* 検索-end */
/* 検索一覧 */
.search-menu {
margin: 0 auto;
}
.search-menu-box {
    width: 100%;
}
/* end-検索一覧 */
/* 資料-Single */
.sp-box {
    width: 86%;
    margin: 0 auto;
    padding: 16px;
    color: #444;
    }
.sp-box .data-info {
    margin: 0 auto;
    border: solid;
}
#data-info-sp {
margin-top: 12px;
border-top: solid 1px #aaa;
padding: 8px;
}
.data-info-img {
width: 100%;
}
.data-info-text {
width: 100%;
}
/* end-資料-Single */
/* kyoto */
.loopbox {
    background-color: #eeeee5;
    padding: 8px;
    border-top: solid 1px #aaa;
    margin-bottom: 16px;
}
.loopbox-left {
    margin-bottom: 8px;
}
.loopbox-right {
    margin: 24px;
    padding: 8px;
    border: solid 1px #888;
}
#tbl-a table,#tbl-a td, #tbl-a th {
    border-collapse: collapse;
    border:1px solid #888;
}
#tbl-b table,#tbl-b td, #tbl-b th {
    border-collapse: collapse;
    border:1px solid #bbb;
}
/* kyoto-end */
/* グーグルマップ */
.googlemap {
    position: relative;
    padding-bottom: 130%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    }
    .googlemap iframe,
    .googlemap object,
    .googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
/* グーグルマップ-end */
/* コメント */

.commebox {
    border: solid 1px #aaa;
}
#email-notes {display: none;}
.comment-form-email {display: none;}
.comment-form-url {display: none;}
.comment-form-cookies-consent {display: none;}

/* end-コメント */
/* footer */
#footer {
    display: none;
}
#sp-footer {
    margin: 0px;
    background-color: #eeeee5;
    border-top: solid 4px #a58830;
}
#sp-footer .f-box-right {
    border-bottom: solid 1px #aaa;
}
.f-box-left p {
    font-size: 11px;
}


/* スマホーフッターメニュー */
#menu-footer_menu-1 {
    color: #333;
}
#menu-footer_menu-1 ul {
    color: #333;
}
#menu-foot-menu-1 li {
    margin: 10px;
    margin-right: 60px;
    padding: 8px;
    border: solid 1px #aaa;
    background-color: #ddddcc;
    font-size: 16px;
    list-style-type: none;
    text-align: center;
}
#menu-foot-menu-1 li a {
    margin: 0;
    display: block;
    text-decoration: none;
    color: #222;
}
/* end-スマホーフッターメニュー */
/* footer-end */


/*　pc画面　*/
@media (min-width:801px) {
    body {
        font-size: 15px;
    }
    a {
        text-decoration: none;
        color: #752100;
    }
    a:hover {
        color: #752100;
    }
    h1 {
        margin: 0px;
        padding: 0px;
        font-size: 32px;
    }
    h2 {
        margin: 0px;
        padding: 0px;
        font-size: 24px;
    }
    h3 {
        margin: 4px;
        font-size: 16px;
    }
    h4 {
        margin-top: 4px;
        margin-left: 0px;
        margin-right: 10px;
        margin-bottom: 4px;
        font-size: 24px;
        text-align: center;
        box-decoration-break: clone;
        -webkit-box-direction-break: clone;
        display: inline;
        padding-top: 4px;
        padding-left: 10px;
        padding-right: 15px;
        padding-bottom: 4px;
        line-height: 2.5;
        border-left: solid 8px #bdb76b;
        border-bottom: solid 1px #808000;
        color: #000;
        background-color: #fff;
    }
    h5 {
        margin: 4px;
        font-size: 17px;
        text-align: center;
        box-decoration-break: clone;
        -webkit-box-direction-break: clone;
        display: inline;
        padding: 2px 12px 0px 12px;
        line-height: 2.5;
        background-color: #a58830;
        border-radius: 16px;
        color: #fff;
    }
    h6 {
        margin: 0;
        padding: 0;
        font-size: 13px;
        text-align: right;
    }
    p {
        margin: 4px;
        padding: 0px;
        font-size: 15px;
    }
    .para1 {
        margin: 4px;
        padding-left: 8px;
        font-size: 15px;
    }
    .para2 {
        margin: 4px;
        padding-left: 16px;
        font-size: 15px;
    }

    #pc-header {
        display: block;
        padding-top: 16px;
    }
    #pc-header-box {
        margin: 0 auto;
        padding-top: 12px;
        width: 900px;
        display: flex;
        justify-content: space-between;
    }
    #m-header {
        display: none;
    }
    #title {
        width: 72%;
    }
    #txt-right {
        width: 28%;
        color: #333;
        font-size: 12px;
    }
/* menu-bar */
    #menubar {
        display: block;
        background-color: #ebe8cc;
        border-top: solid 1px #d6d3ab;
        border-bottom:solid 1px #d6d3ab;
    }
    #menu-top_menu {
        margin: 0 auto;
        width: 800px;
        color: #000;
        display: flex;
        justify-content: space-between;
    }
    #menu-top_menu ul {
        list-style-type: none;
      }
    #menu-top_menu li {
        display: inline;
        font-size: 16px;
        text-align: center;
    }
    #menu-top_menu li a {
        margin: 0;
        padding: 16px 16px;
        display: block;
        text-decoration: none;
        color: #444;
        transition: all .3s;
    }
    #menu-top_menu li a:hover {
        color: #fff;
        background-color: #928c36;
        transform: translate(0px,-5px);
        box-shadow: 2px 2px 8px #555;
    }
/* menu-nar-end */
/* main */
    #sp-page {
        display: none;
    }
    #sp-page-box {
        display: none;
    }
    .sp-box {
        display: none;
    }
    #pc-page {
        display: block;
        margin: 0 auto;
        background-color: #fff;
    }
    #slider {
        margin: 0 auto;
        padding-top: 12px;
        max-width: 1024px; /* 最大幅 */
        min-width: 900px; /* 最小幅 */
    }
    #slider img { width: 100%; }
    .page-title {
        width: 20%;
        background-color: #a58830;
        border-radius: 20px;
        color: #fff;
        text-align: center;
    }
/* end-main */
/* news */
    #newss {
        margin: 0 auto;
        padding: 16px;
        width: 600px;
    }
    #newss .news-box {
        width: 100%;
        border: solid 2px #7f1311;
        background-color: #f6bfbc;
        display: flex;
    }
    .news-left {
        background-color: #c9171e;
        color: #fff;
        padding: 0 4px;
    }
    .news-right {
        padding: 0 4px;
    }
    .news-right a {
        color: #444;
    }

    #news-img-box {
        vertical-align: top;
    }
/* end-news */
/* news-page */
    .news-title {
        width: 20%;
        background-color: #a58830;
        border-radius: 20px;
        color: #fff;
        text-align: center;
    }
/* end-news-page */
/* ツイッター＆お知らせ */
    #infobar {
        margin-bottom: 16px;
        padding-top: 10px;
        padding-bottom: 10pxpx;
    }
    .infobox {
        margin: 0 auto;
        width: 900px;
        display: flex;
    }
    .infoleft {
        margin: 4px;
        padding: 10px;
        width: 50%;
        border: solid 1px #ccc;
        text-align: center;
    }
    .inforight {
        margin: 4px;
        padding: 10px;
        width: 50%;
        border: solid 1px #ccc;
        text-align: center;
    }
    .inforight-inner {
        text-align: left;
        height: auto;
    }
    .inforight-inner .ex-img {
        border: solid 1px #aaa;
    }
    /* ツイッター＆お知らせ-end */

    #page-box {
        display: block;
        margin: 0 auto;
        width: 690px;
        padding-top: 16px;
        padding-left: 100px;
        padding-right: 100px;
        padding-bottom: 16px;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
        color: #111133;
    }
    #page-box p {
        padding-left: 1em;

    }
/* 企画展小窓 */
    #news-img-box .ex-img{
        border: solid 1px #999;
    }

/* end-企画展小窓 */
/* カスタマー */
    .cont-cust {
        max-width: 640px;
        margin: 0 auto;
        padding: 16px;
        background-color: #ffffee;
    }
    .cont-cust .cont-sub {
        margin: 0 auto;
        text-align: center;
        width: 240px;
    }
    .cont-box {
        margin: 8px;
        border: solid 1px #ccc;
        display: flex;
    }
    .cont-left {
        width: 20%;
        padding: 8px;
        justify-content: center;
    }
    .cont-left .cont-img {
        vertical-align: bottom;
    }
    .cont-right {
        width: 80%;
        padding-left: 8px;

    }
    .cont-inner {
        text-align: center;
    }


/* end-カスタマー */
/* customer-Single */
#wrap {
    margin: 0 auto;
}
.k-contenner {
    margin: 0 auto;
    padding: 8px 100px;
    max-width: 700px;
    border-left:solid 1px #ccc ;
    border-right:solid 1px #ccc ;
}
/* end-customer-Single */
/* 予定 */

    /* 月曜日 */
    .eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table thead .fc-mon {
        text-align: center;
        }
    /* 火曜日 */
    .eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table thead .fc-tue {
        text-align: center;
        }
    /* 水曜日 */
    .eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table thead .fc-wed {
        text-align: center;
        }
    /* 木曜日 */
    .eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table thead .fc-thu {
        text-align: center;
        }
    /* 金曜日 */
    .eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table thead .fc-fri {
        text-align: center;
        }
    /* 土曜日の色を変える */
        .eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table thead .fc-sat {
        color: #356e88;
        text-align: center;
        }
    /* 日曜日の色を変える */
        .eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table thead .fc-sun {
        color: #7f1311;
        text-align: center;
        }
        .yote-box {
            margin: 8px;
            border: solid 1px #ccc;
            display: flex;
        }
        .yote-left {
            width: 70%;
            padding: 8px;
            justify-content: center;
        }
        .yote-right {
            width: 30%;
        }
/* end-予定 */
/* public */
    .sp-box {
        display: none;
    }
    #page-box .data-info {
        margin-top: 12px;
        border-top: solid 1px #aaa;
        padding: 8px;
        display: flex;
    }
    .data-info-left {
        padding-right: 8px;
        width: 54%;
    }
    .data-info-right {
        width: 44%;
    }
    .datacon {
        margin: 0 auto;
        width: 98%;
        padding: 8px;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
    }
/* テーブル定義 */
    #single-t01 {
        padding: 3px;
        border: 1px solid #aaa;
        font-size: 15px;
        margin-bottom: 8px;
    }

    #single-t01 #t001,tr,td {
        padding: 3px;
        border: 1px solid #aaa;
        margin-right: 4px;
    }
    #single-t01 #t002 {
        border: 1px solid #aaa;
        margin-top: 4px;
        margin-right: 4px;
    }
    #single-t01 #t003 {
        border: 1px solid #aaa;
        margin-top: 4px;
        margin-right: 4px;    
    }
/* end-public */
/* Books */
    #book-wrap {
        color: #000;
    }
    #book-wrap .inner {
        width: 890px;
        margin: 0 auto;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
        padding-top: 24px;
        padding-bottom: 16px;
    }
    #book-wrap .inner .containar {
        margin: 0 auto;
        width: 690px;
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1.4fr;
        grid-template-rows: auto;
    }
    .item {
        padding: 10px;
        border: 1px solid #ccc;
    }
    .bigbox1 {
        grid-column: 1 / 3;
    }


/* end-Books */

    #searchform {
    }
/* 検索 */
    #pc-search-page {
        margin: 0 auto;
        background-color: #fff;
    }
    #pc-search-page-box {
        display: block;
        margin: 0 auto;
        min-height: 600px;
        width: 690px;
        padding-left: 100px;
        padding-right: 100px;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
        color: #111133;
    }
    #sp-search-page-box {
        display: none;
    }
#form{
    position:relative;
   }
   #s-box{
    height: 40px;
    width: 70%;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius:0px;
    border:solid 1px #aaa;
    outline: 0;
   }
   #s-btn-area{
    height: 50px;
    position: absolute;
    left:80%;
    top: 0;
    background:none;
    color:#666;
    border:none;
    font-size:20px;
    outline: 0;
   }
   #s-btn{
    background-color: black;
    width: 60px;
    height: 40px;
    position: relative;
    right: 20px;
    bottom: 5px;
    border-radius: 0px;
    font-size: 20px;
    color: #fff;
    line-height: 38px;
   }
/* 検索-end */
    /* ループ用DIV */
    .loopbox {
        width: 100%;
        margin-bottom: 8px;
        background-color: #eeeee5;
        border-top: solid 1px #ddddcc;
        border-bottom: solid 1px #ddddcc;
        display: flex;
    }
    .loopbox a {
        color: #222;
    }
    .loopbox-left {
        width: 80%;
        margin: 8px;
        padding: 8px;
        color: #000;
    }
    .loopbox-right {
        width: 20%;
        margin: 8px;
        padding: 8px;
        border: solid 1px #888;
    }

    /* ループ用DIV-END */
    .article-info {

    }
    .article-img {
        width: 300px;
        height: auto;
    }
/* main-end */
/* リストの点を消す */
    ul {
        list-style: none;
    }

/* 404 */
#box404 {
    margin: 8px;
    width: 900px;
    display: flex;
}
.box404-left {
    width: 60%;
}
.box404-right {
    width: 40%;
}
/* 404-end */
/* 箱のラベル */
.label-box {
    border: solid 1px #aaa;
    margin-bottom: 16px;
    display: flex;
}
.label-left {
    width: 40%;
}
.label-right {
    width: 60%;
    font-size: 15px;
}

/* end-箱のラベル */
/* コメント */

    .commebox {
        border: solid 1px #aaa;
    }
    #email-notes {display: none;}
    .comment-form-email {display: none;}
    .comment-form-url {display: none;}
    .comment-form-cookies-consent {display: none;}

/* end-コメント */
/* footer */
    #footer {
        display: block;
        background-color: #eeeee5;
        min-height: 200px;
        border-top: solid 4px #a58830;
    }
    #f-box {
        margin: 0 auto;
        width: 900px;
        display: flex;
    }
    #f-box p {
        font-size: 13px;
    }
    .f-box-left {
        width: 80%;
        color: #555;
        font-size: 13px;
    }
    .f-box-right {
        width: 20%;
    }
    /* フッターメニュー */
    #menu-footer_menu {

    }
    #menu-footer_menu ul {

    }
    #menu-foot-menu li {
        margin: 2px;
        padding: 2px;
        padding-left: 8px;
        background-color: #ddddcc;
        border-left: solid 4px #d0d0c0;
        font-size: 12px;
        list-style-type: none;
    }
    #menu-foot-menu li a {
        margin: 0;
        display: block;
        text-decoration: none;
        color: #222;
        transition: all .3s;
    }
    #menu-foot-menu li a:hover {
        color: #888;
        transform: translate(0px,-3px);
    }
/* フッターメニュー-end */
    #sp-footer {
        display: none;
    }
}

