/*-------------------------------------------以下初期タグ設定------------------------------------------------------------*/
/* reset css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



/* web catalog setting */
html {
    font-size: 62.5%;
}

body {
    width: 100%;
    font-size: 1.6rem;
    font-size: 16px;
    background: #fffff0;
    background-image: url(../newimg/katarogu_ue.png),url(../newimg/katarogu_shita.png);
    background-repeat: no-repeat,no-repeat;
    background-position: top right,bottom left;
    background-size: 100%,100%;
    /*
    background-image:url(../newimg/katarogu_shita.png);
    background-position: bottom 0px left;*/
}


img {
    width: 100%;
    vertical-align: bottom;
}

p {
    line-height: 1.5;
    color: #3e2e28;
}

a {
    display: inline-block;
    transition: .4s;
}

a:hover {
    opacity: 0.6;
}

br.sp-only {
    display: none;
}

/*-------------------------------------------初期タグ設定ここまで------------------------------------------------------------*/

/* 箱自体の大きさ */
.container {
    width: 1000px;
    margin: 50px auto;
    text-align: center;
}

/* タイトル画像 */
.concept img {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

/*.title {
  margin-top : -100px ;
  margin-right : 50px;
}*/

.title-banner {
    display: flex;
    /* 直下要素を並列にする */
    flex-wrap: wrap;
    /* flex itemを複数行に折り返して良いか単一行にするか */
    /* wrapは複数行に分割する */
}

.title-banner li {
    width: 100%;
    margin :  0 auto ;
    /*←画像を横に2つ並べる場合*/
    padding: 30px 5px 10px 5px;
    /*←画像の左右に5pxの余白を入れる場合*/
    list-style: none;
}

.title-banner li img {
    max-width: 100%;
    /*画像のはみだしを防ぐ*/
    height: auto;
    /*画像の縦横比を維持 */
    /*border: solid 1px #ccc;*/
    /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

.main-visual {
    display: flex;
    /* 直下要素を並列にする */
    flex-wrap: wrap;
    /* flex itemを複数行に折り返して良いか単一行にするか */
    /* wrapは複数行に分割する */
    padding : 30px 0 0 0 ;
}

.main-visual li {
    width: calc(100%/2) ;
    margin :  0 auto ;
    /*←画像を横に2つ並べる場合*/
    padding: 30px 5px 10px 5px;
    /*←画像の左右に5pxの余白を入れる場合*/
    list-style: none;
}

.main-visual li img {
    max-width: 100%;
    /*画像のはみだしを防ぐ*/
    height: auto;
    /*画像の縦横比を維持 */
    /*border: solid 1px #ccc;*/
    /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}
.main-visual-center {
    display: flex;
    /* 直下要素を並列にする */
    flex-wrap: wrap;
    /* flex itemを複数行に折り返して良いか単一行にするか */
    /* wrapは複数行に分割する */
}

.main-visual-center li {
    width: 50% ;
    margin :  0 auto ;
    /*←画像を横に2つ並べる場合*/
    padding: 50px 5px 10px 5px;
    /*←画像の左右に5pxの余白を入れる場合*/
    list-style: none;
}

.main-visual-center li img {
    max-width: 100%;
    /*画像のはみだしを防ぐ*/
    height: auto;
    /*画像の縦横比を維持 */
    /*border: solid 1px #ccc;*/
    /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}
.main-credit {
    display: flex;
    /* 直下要素を並列にする */
    flex-wrap: wrap;
    line-height: 150% ;
    font-size: 15px;
    /* flex itemを複数行に折り返して良いか単一行にするか */
    /* wrapは複数行に分割する */
}
.main-credit li {
    width: calc(100%/2) ;
    margin :  0 auto ;
    /*←画像を横に2つ並べる場合*/
    padding: 30px 5px 10px 5px;
    /*←画像の左右に5pxの余白を入れる場合*/
    list-style: none;
}
.sub-visual {
    display: flex;
    /* 直下要素を並列にする */
    flex-wrap: wrap;
    /* flex itemを複数行に折り返して良いか単一行にするか */
    /* wrapは複数行に分割する */
}

.sub-visual li {
    width: calc(100%/4);
    /*←画像を横に2つ並べる場合*/
    padding: 5px 5px 5px 5px;
    /*←画像の左右に5pxの余白を入れる場合*/
    list-style: none;
}

.sub-visual li img {
    max-width: 100%;
    /*画像のはみだしを防ぐ*/
    height: auto;
    /*画像の縦横比を維持 */
    /*border: solid 1px #ccc;*/
    /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}
.sub-visual-center {
    display: flex;
    /* 直下要素を並列にする */
    flex-wrap: wrap;
    /* flex itemを複数行に折り返して良いか単一行にするか */
    /* wrapは複数行に分割する */
}

.sub-visual-center li {
    width: calc(100%/4);
    margin :  0 auto ;
    /*←画像を横に2つ並べる場合*/
    padding: 30px 0px 10px 0px;
    /*←画像の左右に5pxの余白を入れる場合*/
    list-style: none;
}

.sub-visual-center li img {
    max-width: 100%;
    /*画像のはみだしを防ぐ*/
    height: auto;
    /*画像の縦横比を維持 */
    /*border: solid 1px #ccc;*/
    /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

.item-center {
    width: 100%;
    padding : 50px 0px 0px 0px; 
}


footer img {
    width: 80px;
}

@media screen and (max-width: 1024px) {

    body {
        background-size: 100%;
    }

    .container {
        width: 500px;
        margin: 100px auto;
    }


@media screen and (max-width: 480px) {

    body {
        font-size: 1.0rem;
        font-size: 10px;
        background-size: 100%;
    }

    .container {
        width: 300px;
        margin: 30px auto;
        overflow: hidden;
    }

    .concept {
        font-size: 1.2rem;
        font-size: 13px;
    }

    .concept img {
        width: 100%;
        margin-bottom: 13px;
        margin-top: 13px;
    }

    /* タイトル */
    .title img {
      width : 100% ;
      /*margin: 10px 0px;
      padding: 10px;
      border: medium solid #ff00ff; */
      margin-bottom :  -20px ;
    }

    .title-banner {
    display: flex;
    /* 直下要素を並列にする */
    flex-wrap: wrap;
    /* flex itemを複数行に折り返して良いか単一行にするか */
    /* wrapは複数行に分割する */
}

.title-banner li {
    width: 100%;
    margin :  0 auto ;
    /*←画像を横に2つ並べる場合*/
    padding: 12px 2px 4px 2px;
    /*←画像の左右に5pxの余白を入れる場合*/
    list-style: none;
}

.title-banner li img {
    max-width: 100%;
    /*画像のはみだしを防ぐ*/
    height: auto;
    /*画像の縦横比を維持 */
    /*border: solid 1px #ccc;*/
    /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

.main-visual {
    display: flex;
    /* 直下要素を並列にする */
    flex-wrap: wrap;
    /* flex itemを複数行に折り返して良いか単一行にするか */
    /* wrapは複数行に分割する */
    padding : 30px 0 0 0 ;
}

.main-visual li {
    width: calc(100%/2) ;
    margin :  0 auto ;
    /*←画像を横に2つ並べる場合*/
    padding: 12px 5px 10px 5px;
    /*←画像の左右に5pxの余白を入れる場合*/
    list-style: none;
}

.main-visual li img {
    max-width: 100%;
    /*画像のはみだしを防ぐ*/
    height: auto;
    /*画像の縦横比を維持 */
    /*border: solid 1px #ccc;*/
    /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}
.main-visual-center {
    display: flex;
    /* 直下要素を並列にする */
    flex-wrap: wrap;
    /* flex itemを複数行に折り返して良いか単一行にするか */
    /* wrapは複数行に分割する */
}

.main-visual-center li {
    width: 50% ;
    margin :  0 auto ;
    /*←画像を横に2つ並べる場合*/
    padding: 21px 2px 4px 2px;
    /*←画像の左右に5pxの余白を入れる場合*/
    list-style: none;
}

.main-visual-center li img {
    max-width: 100%;
    /*画像のはみだしを防ぐ*/
    height: auto;
    /*画像の縦横比を維持 */
    /*border: solid 1px #ccc;*/
    /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}
.main-credit {
    display: flex;
    /* 直下要素を並列にする */
    flex-wrap: wrap;
    line-height: 150% ;
    font-size: 6px;
    margin-bottom : 10px ;
    /* flex itemを複数行に折り返して良いか単一行にするか */
    /* wrapは複数行に分割する */
}
.main-credit li {
    width: calc(100%/2) ;
    margin :  0 auto ;
    /*←画像を横に2つ並べる場合*/
    padding: 12px 2px 4px 2px;
    /*←画像の左右に5pxの余白を入れる場合*/
    list-style: none;
}
.sub-visual {
    display: flex;
    /* 直下要素を並列にする */
    flex-wrap: wrap;
    /* flex itemを複数行に折り返して良いか単一行にするか */
    /* wrapは複数行に分割する */
}

.sub-visual li {
    width: calc(100%/4);
    /*←画像を横に2つ並べる場合*/
    padding: 2px 2px 2px 2px;
    /*←画像の左右に5pxの余白を入れる場合*/
    list-style: none;
}

.sub-visual li img {
    max-width: 100%;
    /*画像のはみだしを防ぐ*/
    height: auto;
    /*画像の縦横比を維持 */
    /*border: solid 1px #ccc;*/
    /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}
.sub-visual-center {
    display: flex;
    /* 直下要素を並列にする */
    flex-wrap: wrap;
    /* flex itemを複数行に折り返して良いか単一行にするか */
    /* wrapは複数行に分割する */
}

.sub-visual-center li {
    width: calc(100%/4);
    margin :  0 auto ;
    /*←画像を横に2つ並べる場合*/
    padding: 12px 0px 4px 0px;
    /*←画像の左右に5pxの余白を入れる場合*/
    list-style: none;
}

.sub-visual-center li img {
    max-width: 100%;
    /*画像のはみだしを防ぐ*/
    height: auto;
    /*画像の縦横比を維持 */
    /*border: solid 1px #ccc;*/
    /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

.item-center {
    width: 100%;
    padding : 21px 0px 0px 0px; 
}


footer img {
    width: 34px;
}


}
