@font-face {
    font-family: 'icons';
    src: url('fonts/icons.eot?gbqsy4');
    src: url('fonts/icons.eot?gbqsy4#iefix') format('embedded-opentype'), url('fonts/icons.ttf?gbqsy4') format('truetype'), url('fonts/icons.woff?gbqsy4') format('woff'), url('fonts/icons.svg?gbqsy4#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icons {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

body {
    background-color: #f5f1ed;
    margin: 0;
    padding: 0;
    font-family: 'Lato', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    position: relative;
}


/*---------------------- reset ------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul img {
    vertical-align: top;
}

img {
    border: none;
    border: 0;
}

.forSP {
    display: none;
}


/*---------------------- clear float ------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/*---------------------- common class ------------------------*/

.en {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.gray {
    color: #608aaa;
}

.white {
    color: #fff;
}

.orange {
    color: #d3542d !important;
}

.orange2 {
    color: #e75300 !important;
}

.orange3 {
    color: #ea6000 !important;
}

.navy {
    color: #154a3f !important;
}

.navy2 {
    color: #12312b !important;
}

.sml09 {
    font-size: 0.9em;
}

.sml08 {
    font-size: 0.8em;
}

.sml07 {
    font-size: 0.7em;
}

.break {
    display: block;
}

.flexRow1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flexRow2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flexRow3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}


/*---------------------- wrap ------------------------*/

#loading {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
}

#loading span {
    font-family: 'Lato';
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1em;
}

#wrap {
    max-width: 1600px;
    width: 100%;
    min-width: 980px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}

.co {
    /*width:980px;*/
    width: 100%;
    max-width: 1200px;
    min-width: 980px;
    margin: 0 auto;
}


/*---------------------- header ------------------------*/

header {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

header h1 {
    width: 138px;
    padding: 10px 10px;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (min-width: 1200px) {
    header h1 {
        left: 50%;
        margin-left: -600px;
    }
}

header h1 img {
    width: 100%;
    height: auto;
}

nav {
    width: 100%;
    display: block;
}

header .inner {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 12px 0;
    background-color: rgba(255, 255, 255, 0.9);
}

header .inner.subNav {
    background-color: rgba(0, 0, 0, 0.8);
}

nav ul {
    display: block;
    width: 100%;
    max-width: 1200px;
    min-width: 980px;
    /*	padding-right:15px;*/
    margin: 0 auto;
    text-align: right;
    box-sizing: border-box;
}

nav ul.subNav {
    display: block;
    border-top: solid 1px #000;
    text-align: left;
}

nav li {
    font-family: 'Lato', sans-serif;
    display: inline-block;
    text-align: center;
    font-size: 0.8em;
    font-weight: 400;
}

nav li a {
    color: #222;
    text-decoration: none;
    display: block;
    padding: 0.4em 1em;
}

header .inner.subNav a {
    color: #fff;
}

nav li a:hover {
    color: #c8102e !important;
}

nav li a.on {
    color: #c8102e !important;
}


/*---------------------- news ------------------------*/

#info{
    background-color:#e3e0d7;
    padding:60px 0;
}
#info h2{
    width:100%;
    margin:0 0 1.5em;
    font-size:1.6em;
    font-weight: 300;
    text-align: center;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}
#info .news{
    display: block;
    width: 860px;
    margin:0 auto;
    box-sizing: border-box;
    
}
#info .news li{
    display: table;
    padding:0.3em;
    font-size:0.9em;
}
#info .news li a{
	color:#222;
	text-decoration: none;
}
#info .news li a:hover{
    color:#c8102e;
}
#info .news li span{
    display: table-cell;
    text-align: left;
}
#info .news li span.date{
    width:120px;
    color:#c8102e;
}

/* style list*/
#style .thumbList li .thumb{
    width:100%;
    padding-bottom:50%;
    background-color:#eee;
    background-repeat:no-repeat;
    background-size:cover;
}
#style .thumbList li a{
    padding:0px;
}
#style .thumbList li p{
	display: block;
    position: absolute;
    font-size:1em;
    top:50%;
    left:0;
    width:100%;
    margin-top:-0.5em;
    color:#fff;
	padding:0;
    text-align: center;
    z-index:2;
}


/*---------------------- footer ------------------------*/

footer {
    display: block;
    width: 100%;
    max-width: 1600px;
    min-width: 980px;
    padding: 50px 0 30px;
    text-align: center;
    background-color: #222;
    color: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

footer p {}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    color: #c8102e;
}

#footer ul {
    display: block;
    text-align: center;
    font-size: 0;
    margin: 0 auto;
}

#footer li {
    display: inline-block;
    color: #fff;
    padding: 10px 20px 50px;
    vertical-align: middle;
}

#footer li.fukuske {
    width: 100px;
    height: 40px;
    padding: 10px 20px;
}

#footer li:before {
    color: #ddd;
    font-family: 'icons';
    display: block;
    font-size: 50px;
    line-height: 1em;
    padding: 20px;
}

#footer li.fb:before {
    content: "\e94b";
}

#footer li.tw:before {
    content: "\e94a";
}

#footer li.shop:before {
    content: "\e965";
}

#footer li.in:before {
    content: "\e902"
}


#footer li.fukuske:before {
    content: '';
    background-image: url(../images/fukuske_white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#footer li:hover:before {
    color: #c8102e;
}

#footerNav ul {
    border-top: 1px solid #444;
    padding-top: 1em;
    text-align: center;
}

#footerNav li {
    text-align: center;
}

#footerNav a {
    color: #ddd;
    font-size: 0.9em;
    letter-spacing: 0.05em;
}

#copyright {
    display: block;
    text-align: center;
    padding: 40px 0 10px;
    color: #ddd;
    font-family: 'Lato', sans-serif;
    font-size: 0.8em;
    letter-spacing: 0.05em;
}


/*======================================
	SP
======================================*/

@media screen and (max-width: 540px) {
    #wrap {
        width: 100%;
        min-width: 0;
        padding-top: 50px;
        -webkit-text-size-adjust: 100%;
    }
    .co {
        max-width: 100%;
        min-width: 0;
    }
    .forPC {
        display: none;
    }
    .forSP {
        display: block;
    }

    nav ul {
        max-width: 100%;
        min-width: 0;
    }
    header {
        width: 100%;
        height: 50px;
        display: block;
        margin: 0 auto;
        padding: 0;
    }
    header .inner {
        max-width: 100%;
        min-width: 0;
    }
    header h1 {
        width: auto;
        height: 100%;
        padding: 10px;
        position: relative;
        top: auto;
        left: auto;
        margin-left: 0;
        background-color: rgba(255, 255, 255, 0.9);
        box-sizing: border-box;
        z-index: 100;
    }
    header h1 img {
        width: auto;
        height: 100%;
    }
    #navBtn {
        width: 35px;
        height: 35px;
        position: absolute;
        top: 3px;
        right: 15px;
        z-index: 101;
    }
    #navBtn::before {
        display: inline-block;
        content: '\e956';
        font-family: 'icons';
        font-size: 25px;
        padding: 10px;
        color: #c8102e;
    }
    #navBtn.open::before {
        content: '\e93e';
    }
    header nav,
    header .inner,
    header #mainNav {
        width: 100%;
        height: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 0;
    }
    header nav {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
        display: block;
        background-color: rgba(0, 0, 0, 0.86);
        display: none;
        /**/
    }
    header .inner {
        background-color: transparent;
        position: relative;
    }
    header #mainNav {
        width: 80%;
        height: 400px;
        padding: 2 3, 3+0px 0;
        margin: 0 auto;
        display: flex;
        flex-flow: column nowrap;
        align-content: space-around;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        opacity: 0;
        position: absolute;
        left: 10%;
        top: 60px;
    }
    header #mainNav li {
        display: block;
        text-align: center;
        margin: 2% 0;
    }
    header #mainNav a {
        color: #fff;
        font-size: 1.2rem;
    }
    header .subNav {
        display: none;
    }
    #info {
        background-color: #e3e0d7;
        padding: 30px 0;
    }
    #info h2 {
        width: 100%;
        margin: 0 0 1.5em;
        font-size: 1.4em;
        font-weight: 300;
    }
    #info .news {
        display: block;
        width: 86%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    #info .news li {
        display: table;
        padding: 0.3em;
        font-size: 0.7em;
        border-bottom: 1px solid #999;
        box-sizing: border-box;
		width:100%;
    }
    #info .news li span {
        display: table-cell;
        text-align: left;
    }
    #info .news li span.date {
        width: 28%;
        color: #c8102e;
    }
    /* style list*/
    #style .thumbList li .thumb {
        width: 100%;
        padding-bottom: 80%;
    }
    #style .thumbList li a {
        padding: 0px;
    }
    #style .thumbList li p {
        display: block;
        position: absolute;
        font-size: 0.7em;
        top: 50%;
        left: 0;
        width: 100%;
        margin-top: -0.5em;
        color: #fff;
        padding: 0;
        text-align: center;
        z-index: 2;
    }
    footer {
        max-width: 100%;
        min-width: 0;
        padding: 30px 0 0;
    }
    footer p {
        display: block;
        text-align: center;
        padding: 10px 0 0;
        color: #fff;
    }
    footer a {
        color: #fff;
        text-decoration: none;
    }
    footer #footer li {
        padding: 0 5px 20px;
        box-sizing: border-box;
    }
    footer #footer li:before {
        color: #ddd;
        font-family: 'icons';
        display: block;
        font-size: 40px;
        line-height: 1em;
        padding: 5px;
    }
    footer #footerNav ul {
        border-top: 1px solid #666;
        padding-top: 40px;
        text-align: center;
    }
    footer #footerNav li {
        display: block;
        text-align: center;
        font-size: 1em;
    }
    footer #footerNav a {
        color: #ddd;
        font-size: 0.8em;
    }
    footer #copyright {
        font-size: 0.8em;
        padding: 20px 0;
    }
}