@charset "utf-8";

/* ================= */
/* 要素のリセット    */
/* ================= */
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;
}


/* 全体設定   */
html, body {
    font: 13px marugo, HG丸ゴシックM-PRO, verdana, arial, sans-serif;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

a {color: #000;}

a:hover {opacity: 0.7;}

#wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}


/* banner   */
.main-banner {
    text-align: center;
    margin: 0;
}

.main-banner img {
    width: 1100px;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}


/* Concept  */
.concept {
    background: #1f1f1f;
    color: #fff;
    text-align: center;
    padding: 70px 10px;
    font-size: 16px;
}

h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}

.concept p {
    line-height: 30px;
    width: 60%;
    margin: 0 auto;
}

.concept img {
    width: 228px;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}


/* Category  */
.category {
    background: #fff;
    color: #231917;
    padding: 70px 10px;
    text-align: center;
}

.category img {
    width: 250px;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.category-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 20px;
}

.category-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: auto;
    margin: 0 30px;
    box-sizing: border-box;
}

.category-box img {
    width: 360px;
    max-width: 100%;
    height: auto;
}

.item-image {
    width: 380px;
    max-width: 100%;
    height: auto;
    margin: 25px 0 15px 0;
}

.item-image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.btn-box1 {margin-top: auto;}

.btn-box1 img {
    width: 320px;
    max-width: 100%;
    height: auto;
    margin-top: 15px;
}


/* Choice  */
.choice {
    background: #1f1f1f;
    color: #fff;
    text-align: center;
    padding: 70px 10px 50px 10px;
}

.waku {
    border: 2px solid #fff;
    border-radius: 5px;
    position: relative;
    margin: 2em auto;
    width: 350px;
}

.waku h3 {
    font-size: 17px;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: -0.8em;
}

.waku span {
    padding: 0 .5em;
    background: #1f1f1f;
    color: #fff;
}

.waku .inner{padding: 1.2em .5em .5em;}
.waku p {font-size: 15px;}

.btn-box2 {
    display: flex;
    justify-content: center;
}

.btn-box2 img {
	max-width: 100%;
    height: auto;
    margin-right: 10px;
    box-sizing: border-box;
}


/* 検索フォーム */
.form-box  {margin-top: 50px;}

h1 {font-size: 22px;
    position: relative;
    display: inline-block;
    padding: 0 55px;
}

h1::before, h1::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #fff;
}

h1:before {left: 0;}
h1:after {right: 0;}

.search_container{
    position: relative;
    box-sizing: border-box;
    border: 2px solid #808080;
    display: block;
    border-radius: 3px;
    height: 2.3em;
    width: 300px;
    overflow: hidden;
    margin: 20px auto;
}

.search_container input[type="text"]{
    border: none;
    height: 1.8em;
    width: 300px;
}

.search_container input[type="text"]:focus {outline: 0;}

.search_container input[type="submit"]{
    cursor: pointer;
    border: none;
    border-radius: 0;
    background: #1f1f1f;
    color: #fff;
    position: absolute;
    width: 3.5em;
    height: 3.0em;
    right:0px;
    top: -5px;
    outline : none;
}

/* フッタ  */
footer p {
    text-align: center;
    font-size: 11px;
    color: #1f1f1f;
    background: #fff;
    padding: 10px;
}


/* スマホ  */
@media screen and (max-width: 600px) {
.concept {
    padding: 30px 10px;
    font-size: 14px;
}

.concept p {
    line-height: 25px;
    width: 90%;
}

.category {padding: 30px 10px;}
.category-box {width: 50%; margin:0; padding: 0 10px;}
.item-image {margin: 0;}
.btn-box1 img {margin-top: 5px;}
.choice {padding: 30px 10px 40px 10px;}
.waku {width: 90%;}
.waku h3 {font-size: 16px;}
.form-box  {margin-top: 20px;}
h1 {font-size: 16px;}
footer p {padding: 8px;}

}