@charset "utf-8";

*{
    margin: 0;
    padding: 0;
}

body {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    background-color: #608862;
}

html {
    font-size: 62.5%;
}

header h1, header nav a, footer h2 {
    font-family: 'Noto Serif JP', serif;
}

h2, h3, .global, th, dt {
    font-family: 'Noto Sans JP', sans-serif;
}

.wrapper{
    width: 1100px;
    background-color: #fff;
    margin: 0 auto;
}

header{
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
}

header h1{
    font-size: 2.8rem;
    width: 250px;
    line-height: 43px;
    font-weight: 900;
    background-image: url(../images/logo_mark.png);
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 45px;
    
}

header h1 a{
    color: #030;
    text-decoration: none;
}

/* nav.global */
.global{
    width: 680px;
    line-height: 26px;
    margin-top: 10px;
}

.global ul{
    display: flex;
    justify-content: flex-end;
}

.global li a{
    display: block;
    color: #030;
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
    padding: 0 20px;
    border-right: solid 1px #003300;
}


.global li:last-child a{
    padding-right: 0;
    border-right: none;
}

.global li a:hover span{
    color: #b27616;
    border-bottom: solid 1px #b27616;
}

.index .global li:nth-child(1) a span, 
.tool .global li:nth-child(2) a span, 
.catalog .global li:nth-child(3) a span, 
.common .global li:nth-child(4) a span, 
.contact .global li:nth-child(5) a span{
    color: #b27616;
    border-bottom: #b27616 solid 2px;
}
/* navここまで */
/* headerここまで */


.visual_img{
    width: 100%;
    height: 220px;
    background-color: #030;
    background-image: url(../images/visual_img_01.png);
    background-size: cover;
    position: relative;
}

.visual_img p{
    position: absolute;
    top: 40px;
    left: 90px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1.6;
    text-shadow: 2px 2px 2px #000;
}

.content{
    margin: 40px;
    display: flex;/* mainとasideをflexにしたよ～の意 */
    justify-content: space-between;
}

main{
    width: 810px;
}

main h2{
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 30px;
    color: #030;
    background-image: url(../images/h2_img.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 50px;
    margin-bottom: 10px;
}

main .tea_image{
    margin-left: 50px;
    height: 150px;
    margin-bottom: 10px;
    letter-spacing: -6px;
}

main p{
    margin-left: 50px;
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: justify;
}

aside{
    width: 180px;
}

main section{
margin-bottom: 20px;
}

main section:last-child{
margin-bottom: 0;
}

.production{
    display: flex;
    justify-content: space-between;
}

.commentary{
    width: 530px;
}

.refer{
    margin-top: 50px;
    font-size: 1.4rem;
}

figure{
    width: 260px;
}

figure img{
    margin-bottom: 10px;
}

figcaption{
    font-size: 1.4rem;
    margin-left: 5px;
}

dl.info{
    font-size: 1.6rem;
    margin-left: 50px;
    border: 1px solid #003300;
    padding: 10px 20px;
    margin-left: 50px;
    height: 100px;
    overflow-y: auto;

}

.info div{
    display: flex;
    justify-content: flex-start;
    line-height: 24px;
    padding: 10px 0;
    margin-bottom: 5px;
    border-bottom: dotted 2px #ccc;
}

.info dt{
    width: 9em;
}

.info dd{
    width: calc(100% -9em);
    text-align: justify;
}

aside{
    width: 180px;
    margin-top: 40px;
    background-image: url(../images/asid_bg.png);
    background-size: cover;
}

aside .ad{
    margin-bottom: 20px;
}

.index aside{
    background: none;
}

footer{
    background-color: #030;
    color: #fff;
    padding: 20px 40px;
}

footer .content{
    margin: 0;
}

footer h2{
    font-size: 2.2rem;
    line-height: 33px;
    padding-left: 38px;
    margin-bottom: 20px;
    background-image: url(../images/logo_mark_w.svg);
    background-repeat: no-repeat;
    background-position: 0 3px;
}

address{
    margin-left: 40px;
    font-size: 1.4rem;
}

address span{
    padding-left: 28px;
    background-image: url(../images/free_dial.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.local{
    margin-top: 5px;
}

.local ul li{
    display: inline-block;
    text-align: right;
}
.local ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    margin-left: 30px;
}

.local ul li a:hover{
    border-bottom: #fff 1px solid;
}

hr{
    margin-top: 20px;
    height: 1px;
    background-color: #fff;
    border: none;
}

small{
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.column{
    margin-left: 24px;
    margin-top: 30px;
}

.tool .visual_img{
    height: 160px;
    width: 100%;
    background-image: url(../images/visual_img_02.png);
    background-size: cover;
}

.tool h3,.common h3{
    color: #030;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 20px;
    background-image: url(../images/h3_img.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
    margin-bottom: 20px;
}

.column p{
    margin-left: 24px;
}

.column p img{
    background-color: #fff;
    border: #ccc solid 1px;
    padding: 16px 16px 36px;
    box-shadow: 3px 3px 3px rgba(0,0,0, 0.6);
    float: left;
    margin-right: 20px;
}

.catalog .visual_img{
    height: 160px;
    width: 100%;
    background-image: url(../images/visual_img_03.png);
    background-size: cover;
}


.showcase {
    height: 1010px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between ;
    align-content: space-between;
    align-items: stretch;
    margin-top: 30px;
    margin-left: 50px;
    margin-bottom: 40px;
}

.showcase section{
    width: calc((100% / 3) - 20px);
    text-align: center;
    margin-bottom: 40px;
}

.showcase::after{
    content: "";
    display: block;
    width: calc((100% / 3) - 20px);
}

.showcase p{
    margin: 0;
}

.showcase h3{
    background-color: #608862;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    padding-bottom: 3px;
    margin-bottom: 10px;
}
.catalig p .refer{
    margin-top: 0;
    margin-bottom: 0;
}

.line{
    width: 1px;
    background-color: #ccc;
}



.common .visual_img{
    height: 160px;
    width: 100%;
    background-image: url(../images/visual_img_04.png);
    background-size: cover;
}


.comm{
    margin-left: 50px;
}

.comm dt{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 30px;
    color: #030;
    border-bottom: dotted 2px  #030;
    margin-bottom: 10px;
}

.comm dd{
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-align: justify;

}

.common h3{
    margin-left: 25px;
    margin-bottom: 10px;
}

.pagetop {
    text-align: right;
}

.pagetop a{
    color: #00f;
    text-decoration: none;
}

.pagetop a:hover{
    color: #f00;
    border-bottom: 1px solid #f00;
}

.contact .visual_img{
    height: 160px;
    width: 100%;
    background-image: url(../images/visual_img_05.png);
    background-size: cover;
}

table{
    width: calc(100% - 50px);
    margin-left: 50px;
    border: 1px solid #030;

}

table th{
    width: 160px;
    background-color: #608862;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: right;
    padding: 10px 20px;
    border-bottom: solid 1px #fff;
}

table tr:nth-child(7) th{
    border-bottom: 1px solid #030;
}

table td{
    font-size: 1.6rem;
    padding: 10px 20px;
    border: solid 1px #030;
}

table tr:last-child td{
    text-align: center;
}

input{
    font-size: 1.6rem;
    padding: 5px;
}

form span{
    color: #f00;
    font-size: 1.4rem;
    margin-left: 10px;
}