@charset "UTF-8";
/* CSS Document */

/*============================================
メイン
============================================*/
main {
    /*親要素のwidthを800pxに*/
    width: 800px;
   margin: 0 auto;
}
main h2{
    margin-top: 20px;
    margin-bottom: 40px;
}
/*----------- ピックアップ -------------*/
main dl{
    width:780px;
    border : solid 2px #00A381 ;
    padding: 20px 20px;
    margin: 0 auto;
}
dt a{
    font-weight: bold;
    color: #00A381;
}
.meigen{
    font-size: 20px;
}
main dd{
    overflow:hidden;
}
dd p{
    float: left;
    padding-bottom: 10px;
    padding-top: 20px;
    color: #636A77;
}
.name{
    font-size: 12px;
}
.title{
    float: right;
    font-size: 12px;
}
.description{
    width:740px;
    color: #A6C6C0;
    font-size: 16px;
    padding: 10px 10px;
    display: inline-block;
    border-top: solid 1px #E6F1EF;
}
a:hover {
    text-decoration: underline;
}
section{
    width: 780px;
    padding-top: 30px;
    padding-bottom: 100px;
    margin:0 auto;
    overflow:hidden
}
/*----------- お酒の名言集 -------------*/
.intro-section_content_sake{
    float: left;
    width: 380px;
    height: 120px;
}
.intro-section_content_sake img{
    width: 380px;
}
/*----------- 恋の名言集 -------------*/
.intro-section_content_koi{
    float: right;
    width: 380px;
    height: 120px;
    margin-bottom:100px ;
}
.intro-section_content_koi img{
    width: 380px;
}
/*--------------------------------------------------------------
 人気のエリア
--------------------------------------------------------------*/
h2.title {
    width: 800px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    background: #E6F1EF;
    border-radius: 3px;
    float: none;
}

.area_search {
    width:800px;
    margin:0 auto;
}

.area_search,
.popular_word_box{
    padding-bottom:10px;
}
.area_search_box,
.popular_word_box{
    padding:0 10px;
}
.area_search div.area_search_box,
.area_search div.popular_word_box {
    padding-top:10px;
}
div.area_search_box dl dt,
div.popular_word_box dl dt {
    font-size:14px;
    font-weight:bold;
    padding-bottom:10px;
}
div.area_search_box dl dd ul{
    display:flex;
    flex-wrap: wrap;
    padding-bottom:10px;
}
div.popular_word_box dl dd ul{
    display:flex;
    flex-wrap: wrap;
    padding-bottom:10px;
    list-style: inherit;
    padding-left: 20px;
}
div.popular_word_box dl dd li{
    width: 50%;
    font-size:15px;
    text-align:left;
}
div.area_search_box dl dd li{
    font-size:13px;
    text-align:left;
}
div.area_search_box dl dd li::after{
    content:" ｜ ";
    color:#00A381;
}
div.area_search_box dl dd li a:hover{
    text-decoration: underline;
}
div.area_search_box.box_recruit dl dd li::after {
    color: #FA676E;
}