@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-family: 13px marugo,"HG丸ゴシックM-PRO",verdana,arial,sans-serif;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    color: #000000;
    background: #ffffff;
  }

#wrapper {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
  
a:visited {color: #fff;}

a:hover {opacity: 0.7;}

h1 {
    font-size: 22px;
    padding: 8px;
    border-bottom: dashed 2px #eee;
      }

h2 {
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
}

h2::before {
    font-family: "Font Awesome 5 Free";
    content: '\f0a4';
    font-weight: 400;
    padding-right : 5px;
    padding-left : 20px;
    color: #fff;
    font-size: 1.5em;
}

h3 {
    font-size: 16px;
    font-weight: normal;
}

/* =========================*/
/* ヘッダー                   */
/* ======================== */
header p {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background: #000;
    padding: 13px;
    margin: 0;
}

.main-banner {
    text-align:center;
    margin-bottom: 10px;
}

.main-banner img {
    width:930px;
    max-width: 100%;
    height: auto;
}

/* ================= */
/* コンテンツ         */
/* ================= */
.contents-wrapper {
    display: flex;
    flex-wrap: wrap;
    background: #000000;
    border-radius: 10px;
    padding: 10px 0;
    margin-bottom: 20px;
}

.contents-wrapper img {width: 75%;}

.text p{
    color: #FFFFFF;
    padding: 3px 50px;
}

.contents-wrapper2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    background: #fff;
    border-radius: 10px;
    margin: 10px;
}

.item1 {
    width: 50%;
    padding: 8px;
    background: #fff;
    border-right: solid 1px #e6e6e6;
    text-align: center;
    margin: 0 10px;
}

.item2 {
    width: 50%;
    padding: 8px;
    background: #fff;
    text-align: center;
    margin: 0 10px;
}

.item-image {
    margin: 0 auto;
    padding: 30px 0;
    width: 70%;
}

.item-image img {
    width: 100%;
    height: auto;
}

.item-btn {
    display: inline-block;
    margin: auto auto 5px auto;
    width: 170px;
}

.item-btn a {
    display: block;
    padding: 20px 10px;
    background: rgb(189, 175, 69);
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

.item-btn a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f101';
    font-weight: 900;
    padding-left : 5px;
    color: #fff;
}

.banner {text-align: center;}

.banner img{
    width: 20%;
    margin: 5px 8px;
}

/* ================= */
/* フッタ            */
/* ================= */
fotter p {
    text-align: center;
    font-size: 11px;
    color: #FFFFFF;
    background: #000;
    padding: 10px;
    margin-top: 20px;
}

/* ================= */
/* @media            */
/* ================= */
@media screen and (min-width:667px) and (max-width:768px){
    #wrapper {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 630px) {
    #wrapper {width: 95%;}

    header p {
        font-size: 10px;
        padding: 7px;
    }

    h1 {font-size: 20px;}

    h2 {font-size: 14px;}
    
    h2::before {padding-left : 15px;}

    header p {
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        background: #000;
        padding: 7px;
        margin: 0;
    }
    
    .contents-wrapper img {width: 95%;}

    .text p{
        font-size: 14px;
        padding: 3px 10px 3px 40px;
    }
    
    .contents-wrapper2 {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .item1 {
        width: 95%;
        padding: 0;
        border-right: none;
        margin: 15px 10px;
    }
    
    .item2 {
        width: 95%;
        padding: 0;
        margin: 5px 10px;
    }

    .item-btn {width: 145px;}
    
    .item-btn a {
        padding: 15px 3px;
        font-weight: bold;
        font-size: 14px;
    }

    .banner img{
        width: 43%;
        margin: 5px 8px;
    }
 }