@charset "UTF-8";


/*-----------------------
 共通部分 
 ------------------------*/
    body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-size: 100%;
    }

    nav a {
    text-decoration: none;
    }

    img {
    max-width: 100%;
    }

    .kakaku{
    color: red;
    font-size: 1.5rem;
    }

    .wrap {
    min-width: 1200px;
    margin: 0 auto;
    }

    ul {
    list-style: none;
    }

    select {
    border: 1px solid #000;
    padding: 2px 20px 2px 0;
    margin-bottom: 8px;
    }

    .komozi {
    font-size: 0.7rem;
    line-height: 0.2rem;
    }

    .taxunknown,.taxin,.taxfree {
    color:red;
    }


/*----------------------
homeなどの設定
------------------------*/
    #home {
    background-image: url("../images/bg-01.png");
    background-size: cover;
    /* min-height: 90vh; */
    }

    .page-header {
    /* display: -webkit-flex; */
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto; 
    }

    .page-header h1 {
    margin: 35px 0 0 50px;
    }

    .page-header h1 a:hover {
    opacity: 0.5;
    }

    .home-content {
    text-align: center;
    /* margin-top: 10%; */
    }

    .home-content a {
    text-decoration: none;
    color: #00f;
    }

    .home-content a:hover {
    text-decoration: underline;
    color: #00aeff;
    }

    .home-content p {
    color: #003d27;
    font-size: 1.25rem;
    margin: 10px 0 42px 0;
    }

    .home-content img {
    margin-top: 50px;
    }

    .header-title {
    font-size: 1.1rem;
    text-align: center;
    padding-bottom: 20px;
    }

    .header-title a {
    color: #00f;
    }

    .header-title a:hover {
    text-decoration: none;
    color: #0bd;
    }

/*-------------------------------
見出し
---------------------------------*/
    .page-title {
    text-align: left;
    font-size: 1.5rem;
    font-family: "Philosopher", serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #00772d;
    margin: 0 30px 20px 0 ;
    }

    .home-content a:hover {
    opacity: 0.8;
    }

    .red {
    color: #ff8080;
    font-weight: bold;
    }



/*-----------------------
navの設定
-------------------------*/
    .main-nav {
    display: flex;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin: 34px 30px 0 0;
    list-style: none;
    } 

    .main-nav li {
    margin-left: 36px;
    }

    .main-nav li a {
    color: #1ead0c;
    /* font-weight: bold; */
    text-decoration: underline;
    }

    .main-nav a:hover {
    color: #0bd;
    text-decoration: none;
    }

/*------------------------
main
--------------------------*/

    .flex{
    width: 1200px;
    margin: 0 auto 30px auto;
    border-left: 1px solid #c0e0b3;
    border-right: 1px solid #c0e0b3;
    border-bottom: 1px solid #c0e0b3;
    }

    main {
    width: calc(70% - 40px);
    margin: 20px 50px 0 20px;
    padding: 20px;
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    }



/* ####################
    sidebar1
####################### */
    .sidebar1 {
    width: calc(25% - 40px);
    display: inline-block;
    vertical-align: top;
    margin: 50px 5px 15px 0px;
    /* overflow: hidden; */
    }

    .side-1 {
    background-color: #3366cc;
    color: #fff;
    font-size: 1.1rem;
    padding: 5px 0px 5px 15px;
    }

    .search {
    box-shadow: 0 2px 3px #ccc;
    border-radius: 4px;
    }

    .search_mt {
    margin-bottom: 15px;
    }

    .search_mt:hover,.searchBox02Form01Submit01:hover {
    background-color: #d3fffc;
    }

    .sidebar1 form input {
    border:1px solid #000;
    /* margin: 5px; */
    }

    .num_search {
    padding:0 0 30px 0;
    margin-top: 20px;
    }

    .searchBox02Form01InputTextWrapper01 {
    margin: 15px 0 0 10px;
    }

    .searchBox02Form01SubmitWrapper01 {
    margin: 15px 0 5px 10px;
    }

    .price_tubo {
    margin-top: 20px;
    }

    .t-box {
    margin: 5px;
    }

    .sidebar1 form dt {
    font-weight: bold;
    padding: 5px 10px;
    background: #f5f5f5;
    } 

    .sidebar1 form dd {
    margin: 5px 0px 5px 10%;;
    padding: 5px;
    }

    .align {
    text-align: center;
    }

    .align input {
    width: 50px;
    }

    .clear1 {
    clear: both;
    }

    .areasearch {
    margin-top: 20px;
    }

    .areasearch li {
    padding-left: 10px;
    }

    .mar_to {
    margin-top: 10px;
    }

    .mar_bot {
    margin-bottom: 10px;
    }


/*--------------------------------------------------
footer-info
----------------------------------------------------*/

    .left-info {
    text-align: center;
    }

    .left-info a {
    color: #00f;
    }

    .left-info a:hover {
    text-decoration: underline;
    color: #00aeff;
    }

/*----------------------
footer
------------------------*/
    footer { 
    padding-bottom: 20px;
    background-image: url("../images/bg-02.png");
    background-size: cover;
    min-width: 1200px;
    }

    .footer-nav {
    display: flex;
    justify-content:center;
    font-size: 1.25rem;
    text-transform: uppercase;
    padding: 10px 0px 30px 0px;
    list-style: none;
    }

    .footer-nav li a {
    color: #1fa00b;
    /* font-weight: bold; */
    text-decoration: underline;
    margin: 0 3px 0 3px;
    }

    .footer-nav a:hover {
    color: #0bd;
    text-decoration: none;
    }

    .snk-info {
    padding-left: 50px;
    background-color: #e3ffdb;
    font-size: 0.8rem;
    }

    .snk-info01 {
    margin: 0px 3% 0 auto;
    padding: 10px 0 15px 0;
    overflow: hidden;
    }

    .fot {
    margin-left: 23%;
    font-size: 1.4rem;
    }

    .fot a {
    text-decoration: none;
    color: #043d32;
    text-decoration: underline;
    }

    .fot a:hover {
    text-decoration: none;
    opacity: 0.6;
    }

    .footer_flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    width: 52%;
    margin: 0 auto;
    }

    .snk-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-left: 5%;
    padding-top: 10px;
    color: #2d332c;
    }


    h5 {
    text-align: center;
    font-size: 1.5rem;
    color: #016000;
    padding-bottom: 20px;
    }

    .copyli {
    text-align:center;
    background-color:#477000;
    padding: 5px 0;
    color: #fff;
    }