@charset "UTF-8";
.logo_top {
    display: none;
}

.logo_second {
    display: block;
}

.p_contact footer #f_footer {
    background: url(../common_img/bg_footer.png) top center no-repeat;
    margin-top: -205px;
}

.pc {
    display: block;
}

.pc01 {
    display: inline-block;
}

.sp {
    display: none;
}

.sp01 {
    display: none;
}

.gnav {
    display: none;
}

.tit_page {
    background: url(../common_img/bg_tit_page.jpg) top center no-repeat;
    padding: 7.3% 0 7.78888%;
    margin-bottom: 14px;
}

.tit_page h2 {
    font-family: 'Bodoni MT', sans-serif;
    font-size: 75px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

.tit_page h2 span {
    display: block;
    font-size: 18px;
    font-family: "Noto Sans CJK JP", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
}

.tit_page02 {
    padding: 7.3% 0 3.5%;
    margin-bottom: 14px;
}

.tit_page02 small {
    font-size: 50px;
}

.breabcumb ul li {
    float: left;
    margin-right: 14px;
    font-size: 12px;
    position: relative;
}

.breabcumb ul li a {
    text-decoration: none;
    color: #85c432;
    font-weight: bold;
    font-size: 12px;
}

.breabcumb ul li:first-child:before {
    content: none;
}

.breabcumb ul li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -9px;
    background: url(../common_img/arr_breb.png) center left no-repeat;
    width: 5px;
    height: 8px;
}

.pagination {
    position: relative;
}

.pagination .btn_back_news {
    width: 335px;
    border: 1px solid #333;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.pagination .btn_back_news:hover {
    border: 1px solid #85c432;
    background: #333;
}

.pagination .btn_back_news a {
    font-size: 18px;
    padding: 10px;
    display: block;
    text-decoration: none;
}

.pagination .btn_back_news a:hover {
    color: #85c432;
}

.pagination ul li {
    width: 260px;
    border: 1px solid #333;
    text-align: center;
    margin: auto;
}

.pagination ul li:hover {
    border: 1px solid #85c432;
    background: #333;
}

.pagination ul li a {
    font-size: 18px;
    padding: 10px;
    display: block;
    text-decoration: none;
}

.pagination ul li.btn_back {
    float: left;
}

.pagination ul li.btn_back a {
    background: url(../common_img/arr4_off.png) center left 20px no-repeat;
}

.pagination ul li.btn_back a:hover {
    background: url(../common_img/arr4_on.png) center left 20px no-repeat;
    color: #85c432;
}

.pagination ul li.btn_next {
    float: right;
}

.pagination ul li.btn_next a {
    background: url(../common_img/arr2_off.png) center right 20px no-repeat;
}

.pagination ul li.btn_next a:hover {
    background: url(../common_img/arr2_on.png) center right 20px no-repeat;
    color: #85c432;
}

.list_anchor ul {
    display: flex;
    display: -webkit-flex;
    /* Safari */
    display: -moz-flex;
    /* Firefox */
    display: -ms-flex;
    /* IE */
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list_anchor ul li {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    text-align: center;
    min-height: 95px;
    width: 31%;
    margin: 0 3.5% 3.5% 0;
    background: #333333;
    position: relative;
}

.list_anchor ul li:nth-child(3n+3) {
    margin-right: 0;
}

.list_anchor ul li:last-child {
    margin-right: 0;
}

.list_anchor ul li:hover {
    background: #f3e6ce;
    transition: all 0.5s;
}

.list_anchor ul li a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}

.list_anchor ul li a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.list_anchor ul li a:hover {
    color: #000;
}

.tit_line {
    color: #222222;
    font-size: 32px;
    text-align: center;
    background: url(../common_img/line.png) center bottom no-repeat;
    padding-bottom: 15px;
}

.tit01 {
    font-size: 54px;
    font-family: 'Bodoni MT', sans-serif;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2;
}

.tit01 span {
    font-size: 18px;
    color: #85c432;
    display: block;
    font-family: "Noto Sans CJK JP", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
}

.btn_link {
    width: 260px;
    border: 1px solid #333;
    text-align: center;
    margin: auto;
}

.btn_link:hover {
    border: 1px solid #85c432;
    color: #fff;
    background: #333;
}

.btn_link a {
    font-size: 18px;
    padding: 10px;
    display: block;
    background: url(../common_img/arr2_off.png) center right 20px no-repeat;
    text-decoration: none;
}

.btn_link a:hover {
    color: #85c432;
    background: url(../common_img/arr2_on.png) center right 20px no-repeat;
}

.tbl_contact table {
    width: 100%;
    margin-bottom: 70px;
}

.tbl_contact table tr {
    display: flex;
    display: -webkit-flex;
    /* Safari */
    display: -moz-flex;
    /* Firefox */
    display: -ms-flex;
    /* IE */
    padding: 5px 0;
    border-top: 1px solid #000;
}

.tbl_contact table tr:last-child {
    border-bottom: 1px solid #000;
}

.tbl_contact table th,
.tbl_contact table td {
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
}

.tbl_contact table th {
    background: url(../contact/images/bg_th.jpg) top center;
    background-size: cover;
    width: 37.5%;
    color: #fff;
    min-height: 70px;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    display: -moz-flex;
    /* Firefox */
    display: -ms-flex;
    /* IE */
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    line-height: 1.4;
    padding: 0 30px;
}

.tbl_contact table th p {
    padding: 3px 0;
}

.tbl_contact table th.hissu p {
    background: url(../contact/images/hissu.jpg) center left no-repeat;
    display: block;
    padding-left: 60px;
}

.tbl_contact table th.ninni p {
    background: url(../contact/images/ninni.jpg) center left no-repeat;
    display: block;
    padding-left: 60px;
}

.tbl_contact table td {
    background: #fff;
    width: 72.5%;
    padding: 15px 30px;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
}

.tbl_contact table td .list_radio {
    width: 100%;
}

.tbl_contact table td .list_radio li {
    float: left;
    margin-right: 9%;
}

.tbl_contact table td .list_radio li input {
    margin: 0 5px 0 0;
}

.tbl_contact table td .list_checkbox li {
    margin: 2px 0;
}

.tbl_contact table td input[type="text"] {
    width: 96.5%;
    padding: 5px 5px 5px 20px;
    height: 40px;
    border: 1px solid #e4e4e4;
}

.tbl_contact table td select {
    width: 64%;
    padding: 5px 5px 5px 20px;
    height: 40px;
    border: 1px solid #e4e4e4;
    margin-top: 5px;
}

.tbl_contact table td textarea {
    width: 100%;
    height: 160px;
    padding: 5px;
}

.tbl_contact table td input::placeholder {
    color: #adadad;
}

.tbl_contact table td input.input_number {
    width: 48%;
    margin-right: 3%;
}

.tbl_contact table td .cl_adadad {
    color: #adadad;
}

.tbl_contact #formEnd {
    text-align: center;
}

.tbl_contact #formEnd .confirm {
    margin-bottom: 35px;
}

.tbl_contact #formEnd .confirm span {
    color: #85c432;
}

.tbl_contact #formEnd .confirm span a {
    color: #85c432;
    text-decoration: none;
    border-bottom: 1px solid #85c432;
    padding-bottom: 4px;
}

.tbl_contact #formEnd .btn_submit {
    height: 80px;
    width: 340px;
    background: url(../common_img/arr3_off.png) center right 20px no-repeat #333333;
    color: #fff;
    border: none;
    outline: none;
    font-size: 18px;
}


/*PAGE NEWS*/

#page_news {
    margin: 75px 0 260px;
}

#page_news .box_news {
    margin-bottom: 75px;
}

#page_news .box_news.without_img .box_text_news {
    width: 100%;
}

#page_news .box_news figure {
    width: 41%;
    float: left;
    position: relative;
    height: 300px;
    background: #e3e2e2;
}

#page_news .box_news figure .icon_zoom:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../news/images/zoom.png) no-repeat;
    background-size: 100%;
    width: 35px;
    height: 35px;
}

#page_news .box_news figure img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 300px;
}

#page_news .box_news .box_text_news {
    width: 56%;
    float: right;
}

#page_news .box_news .box_text_news .date {
    margin: 0 0 10px;
}

#page_news .box_news .box_text_news .date span {
    background: url(../common_img/bg_gray.jpg) center center no-repeat;
    display: inline-block;
    padding: 2.5px 16px;
    color: #fff;
    font-size: 14px;
    background-size: cover;
    letter-spacing: 0.4px;
}

#page_news .box_news .box_text_news .tit_news {
    color: #333;
    font-size: 20px;
    border-bottom: 2px solid #333;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 16px;
    padding-bottom: 4px;
    letter-spacing: 0.4px;
}

#page_news .box_news .box_text_news .txt_mb {
    margin-bottom: 15px;
}


/*PAGE COLUMN*/

#page_column {
    margin: 75px 0 280px;
}

#page_column .list_anchor {
    margin-bottom: 28px;
}

#page_column .tit_line {
    margin-bottom: 59px;
}

#page_column .list_pro_column {
    margin-bottom: 45px;
}

#page_column .list_pro_column ul li {
    float: left;
    width: 31%;
    margin: 0 3.5% 4% 0;
}

#page_column .list_pro_column ul li:nth-child(3n+3) {
    margin-right: 0;
}

#page_column .list_pro_column ul li figure {
    position: relative;
    height: 226px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#page_column .list_pro_column ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*#page_column .list_pro_column ul li figure:after {
    content: '';
    position: absolute;
    right: 1px;
    bottom: 0;
    background: url(../news/images/zoom.png) no-repeat;
    background-size: 100%;
    width: 35px;
    height: 35px;
}*/

#page_column .list_pro_column ul li .box_infor {
    background: url(../common_img/bg_box_infor.jpg);
    padding: 14px 21px 12px;
    margin-bottom: 20px;
    min-height: 103px;
}

#page_column .list_pro_column ul li .box_infor h4 {
    margin-bottom: 4px;
    line-height: 1.5;
}

#page_column .list_pro_column ul li .box_infor .date {
    color: #b7b7b7;
    font-size: 14px;
}

#page_column .list_pro_column ul li .btn_link {
    width: 100%;
}

#page_column.detail {
    margin: 78px 0 280px;
}

#page_column.detail .content {
    width: 83.5%;
    margin: 0 auto 50px;
}

#page_column.detail .img_col_detail {
    text-align: center;
    margin-bottom: 22px;
}

#page_column.detail .tit_date {
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
    margin-bottom: 22px;
}

#page_column.detail .tit_date h3 {
    font-size: 20px;
    font-weight: normal;
    width: 65%;
    line-height: 1.5;
}

#page_column.detail .tit_date .date {
    color: #b7b7b7;
    font-size: 14px;
}

#page_column.detail h4 {
    color: #333333;
    font-size: 16px;
    margin-bottom: 15px;
}

#page_column.detail .txt_mb {
    margin-bottom: 24px;
}


/*PAGE CONTACT*/

#page_contact {
    margin: 68px 0 0;
}

#page_contact .txt01 {
    margin-bottom: 55px;
    text-align: center;
}

#page_contact .tbl_contact {
    margin-bottom: 80px;
}

#page_contact #pp {
    background: url(../contact/images/bg_pp.jpg) top left;
    padding: 65px 0 230px;
}

#page_contact #pp h3 {
    margin-bottom: 52px;
}

#page_contact #pp .txt02 {
    text-align: center;
    margin-bottom: 35px;
}

#page_contact #pp .box_text_pp {
    background: #fff;
    padding: 45px 60px;
}

#page_contact #pp .box_text_pp p,
#page_contact #pp .box_text_pp li {
    line-height: 2;
}

#page_contact #pp .box_text_pp .txtp01 {
    margin-bottom: 30px;
}

#page_contact #pp .box_text_pp .txtp01 a {
    color: #85c432;
    text-decoration: none;
    border-bottom: 1px solid #85c432;
    padding-bottom: 4px;
}

#page_contact #pp .box_text_pp ul {
    margin-bottom: 30px;
}

#page_contact #pp .box_text_pp ul li {
    text-indent: -20px;
    margin-left: 20px;
}


/*PAGE p_club-madeira*/

#page_club-madeira {}

#page_club-madeira .club-madeira01 {
    background: url(../club-madeira/images/bg01.png) no-repeat center top;
    padding: 30px 0;
}

#page_club-madeira .club-madeira01 .club01_inner {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 30px;
    text-align: center;
}

#page_club-madeira .club-madeira01 .txt01 {
    font-size: 16px;
}

#page_club-madeira .club-madeira01 .btn {
    font-size: 18px;
    width: 350px;
    position: relative;
    border: 1px solid #222222;
    padding: 12px 0;
    margin: 20px auto auto;
    text-align: center;
}

#page_club-madeira .club-madeira01 .btn a {
    color: #222;
    text-decoration: none;
}

#page_club-madeira .club-madeira01 .btn a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: -20px;
    top: 0;
    background: url(../club-madeira/images/arr01.png) no-repeat right center;
}

#page_club-madeira .club-madeira01 .btn:hover {
    border: 1px solid #85c432;
    background: #222;
}

#page_club-madeira .club-madeira01 .btn:hover a {
    color: #85c432;
}

#page_club-madeira .club-madeira01 .btn:hover a:after {
    background: url(../club-madeira/images/arr01_on.png) no-repeat right center;
}

#page_club-madeira .club-madeira02 {
    padding: 50px 0;
}

#page_club-madeira .club-madeira02 .container {
    position: relative;
}

#page_club-madeira .club-madeira02 .club02_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 455px;
}

#page_club-madeira .club-madeira02 .map{
  text-align: center;
}

#page_club-madeira .club-madeira02 .tit02 {
    color: #fff;
    text-align: center;
    background: url(../common_img/bg_gray.jpg);
    border-radius: 20px;
    padding: 5px 0;
    font-size: 20px;
    margin-bottom: 20px;
}

#page_club-madeira .club-madeira03 {
    background: url(../common_img/bg_news.jpg);
    padding: 60px 0;
}

#page_club-madeira .list_club03 li:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: -3px;
    right: -3px;
    top: 0;
    background: url(../club-madeira/images/bg03.png) no-repeat center center;
    background-size: 100% auto;
}

#page_club-madeira .list_club03 li .inner {
    position: relative;
    z-index: 9;
}

#page_club-madeira .list_club03 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 40px;
}

#page_club-madeira .list_club03 li {
    position: relative;
    background: #fff;
    border: 3px solid #ffbb00;
    border-radius: 8px;
    width: 340px;
    margin: 0 0 60px 0;
    padding: 10px 20px;
}

#page_club-madeira .list_club03 li h3 {
    background: #000000;
    font-size: 16px;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    padding: 3px 0;
    border-radius: 10px;
    font-family: "Noto Sans CJK JP", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
    margin: -20px 10px 10px 10px;
}

#page_club-madeira .list_club03 li .logo {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
    margin-bottom: 15px;
    text-align: center;
}

#page_club-madeira .list_club03 li .img {
    margin-bottom: 10px;
    text-align: center;
}

#page_club-madeira .list_club03 li h4 {
    margin-bottom: 10px;
    min-height: 80px;
}

#page_club-madeira .list_club03 li .add {
    color: #838383;
    float: left;
    font-size: 13px;
    width: 225px;
}

#page_club-madeira .list_club03 li .qr {
    color: #838383;
    text-align: center;
    float: right;
    font-size: 11px;
    width: 63px;
}


/*PAGE madeira-entrada*/

#page_madeira-entrada .madeira-entrada01 {
    margin: 80px 0 0 0;
    background: url(../madeira-entrada/images/bg01.png) no-repeat center top;
    padding: 30px;
}

#page_madeira-entrada .entrada01_inner {
    background: rgba(0, 0, 0, 0.8);
    margin: 0 30px;
    text-align: center;
    padding: 35px 30px;
    color: #fff;
}

#page_madeira-entrada .madeira-entrada01_img {margin: 0 0 80px 0;}

#page_madeira-entrada .madeira-entrada01_img ul {
	margin-top: 30px;
	position: relative;
}

#page_madeira-entrada .madeira-entrada01_img li {
	float: left;
	width: 24%;
	margin: 0 1.33% 0 0;
	position: relative;
}
#page_madeira-entrada .icon_zoom:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../news/images/zoom.png) no-repeat;
    background-size: 100%;
    width: 35px;
    height: 35px;
}
.entrada01_inner .tit01 {
    line-height: 0.7;
    margin-bottom: 20px;
}

.entrada01_inner .tit01 img {
    margin: 8px 0 0 0;
}

.entrada01_inner h4 {
    color: #85c432;
    font-size: 22px;
    margin: 0 0 10px 0;
}

#page_madeira-entrada .madeira-entrada02 {
    background: url(../madeira-entrada/images/bg02.png) no-repeat center top;
    padding: 70px 0 20px 0;
}

.entrada02_inner .tit01 {
    text-align: center;
    margin-bottom: 0;
    line-height: 1;
}

.entrada02_inner .img01 {
    text-align: center;
}

.entrada02_inner h4 {
    color: #85c432;
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px;
}

.box01_entrada02 {
    margin-bottom: 75px;
}

.left_entrada02 {
    float: left;
    width: 46%;
}

.right_entrada02 {
    float: right;
    width: 46%;
}

.box01_entrada02 .top {
    margin-bottom: 30px;
}

.box01_entrada02 .top .img02 {
    float: right;
}

.tit03 {
    color: #86633f;
    font-family: 'Bodoni MT', sans-serif;
    font-size: 38px;
    margin-bottom: 30px;
    line-height: 1;
}

.tit03 span {
    color: #221613;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 20px;
    font-weight: normal;
    background: url(../madeira-entrada/images/line01.png) no-repeat left 13px;
    display: block;
    margin: 10px 0 0 0;
    padding: 0 0 0 40px;
}

.box01_entrada02 .top h5 {
    width: 310px;
    margin-bottom: 0;
    float: left;
}

.box01_entrada02 .menu01 {}

.box01_entrada02 .menu01 .bg_bl01 {
    padding: 12px;
    margin: 45px 0 0 0;
    background: url(../common_img/bg02.png);
}

.box01_entrada02 .menu01 .bg_bl01 .inner {
    padding: 20px 30px;
    color: #fff;
    border: 1px solid #fff;
}

.box01_entrada02 .menu01 dl {
    margin: 0 0 10px 30px;
}

.box01_entrada02 .menu01 dl dt {
    display: flex;
    width: 395px;
    float: left;
}

.box01_entrada02 .menu01 dl dt:after {
    background: url(../madeira-entrada/images/icon09.png) repeat-x left center;
    content: '';
    flex: 1;
    margin: 0 0 0 5px;
}

.box01_entrada02 .menu01 dl dd {
    float: left;
    font-size: 19px;
    font-weight: bold;
    color: #333333;
    text-align: right;
    padding-left: 0.5rem;
}

#page_madeira-entrada .madeira-entrada03 {
    padding: 70px 0 0 0;
}

.madeira-entrada03 .tit01 {
    text-align: center;
    margin-bottom: 0;
    line-height: 1;
}

.madeira-entrada03 .img01 {
    text-align: center;
}

.madeira-entrada03 h4 {
    color: #85c432;
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px;
}

.box01_entrada03 {
    margin-bottom: 75px;
}

.left_entrada03 {
    float: left;
    width: 46%;
}

.right_entrada03 {
    float: right;
    width: 46%;
}

.box01_entrada03 .menu02 dl {
    margin: 0 0 10px 0;
}

.box01_entrada03 .menu02 dl dt {
    display: flex;
    width: 410px;
    color: #aa8e59;
    background: url(../madeira-entrada/images/icon04.png) no-repeat left 5px;
    padding: 0 0 0 20px;
    float: left;
}

.box01_entrada03 .menu02 dl dt span {
    color: #5d5d5d;
    display: contents;
    font-size: 14px;
}

.box01_entrada03 .menu02 dl dt:after {
    background: url(../madeira-entrada/images/icon08.png) repeat-x left 17px;
    content: '';
    flex: 1;
    margin: 0 0 0 5px;
}

.box01_entrada03 .menu02 dl dd {
    float: right;
    font-size: 19px;
    font-weight: bold;
    color: #333333;
    text-align: right;
}

.madeira-entrada03 .img03 {
    margin-bottom: 25px;
    text-align: center;
}

.madeira-entrada03 .text01 li {
    margin: 0 0 0 110px;
}

.madeira-entrada03 .text01 li:nth-child(1) {
    margin: 0 0 0 30px;
}

.box02_entrada03 {
    margin-bottom: 50px;
    background: url(../madeira-entrada/images/bg04.png) center bottom;
    padding: 40px 75px;
}

.box02_entrada03 .img04 {
    float: left;
}

.box02_entrada03 .right02 {
    color: #fff;
    width: 530px;
    float: right;
}

.box02_entrada03 .right02 h5 {
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.box02_entrada03 .right02 .text02 {
    margin-bottom: 30px;
}

.box02_entrada03 .right02 .btn01 {
    width: 400px;
    border: 1px solid #fff;
    position: relative;
    font-size: 20px;
    padding: 15px 0;
    font-weight: normal;
    background: url(../madeira-entrada/images/icon07.png) no-repeat left 30px center;
    text-align: center;
}

.box02_entrada03 .right02 .btn01 a {
    color: #fff;
    text-decoration: none;
}

.box02_entrada03 .right02 .btn01:hover {
    border: 1px solid #8fc43d;
    background: #333 url(../madeira-entrada/images/icon07_on.png) no-repeat left 30px center;
}

.box02_entrada03 .right02 .btn01:hover a {
    color: #8fc43d;
}

.box02_entrada03 .right02 .btn01 a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.box03_entrada03 {
    margin-bottom: 85px;
    border: 5px solid #a2b95b;
    background: url(../madeira-entrada/images/bg03.png) center bottom;
    padding: 25px 40px;
}

.box03_entrada03 h5 {
    color: #333333;
    font-size: 30px;
    line-height: 1.6;
    margin: 25px 0 25px 0;
    text-align: center;
}

.box03_entrada03 .img05 {
    float: right;
}

.box03_entrada03 .right03 {
    width: 825px;
    float: left;
}

.box03_entrada03 ul li {
    width: 48%;
}

.box03_entrada03 .btn02 {
    border: 1px solid #333;
    position: relative;
    font-size: 20px;
    padding: 15px 0;
    font-weight: normal;
    background: url(../madeira-entrada/images/icon06.png) no-repeat left 30px center;
    text-align: center;
}

.box03_entrada03 .btn02 a {
    color: #333;
    text-decoration: none;
}

.box03_entrada03 .btn02:hover {
    border: 1px solid #8fc43d;
    background: #333 url(../madeira-entrada/images/icon07_on.png) no-repeat left 30px center;
}

.box03_entrada03 .btn02:hover a {
    color: #8fc43d;
}

.box03_entrada03 .btn02 a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.box04_entrada03 {
    background: url(../common_img/bg_ban.png) center top;
    padding: 45px 30px 20px 45px;
}

.box04_entrada03 .tit01 {
    margin-bottom: 35px;
}

.box04_entrada03 li {
    font-weight: bold;
    float: left;
    text-align: center;
    width: 315px;
    height: 100px;
    border: 3px solid #fff;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    margin: 0 40px 35px 0;
    background: #fff;
    display: table;
}

.box04_entrada03 li:hover {
    border: 3px solid #79ac44;
}

.box04_entrada03 li:hover .text02 {
    color: #79ac44;
}

.box04_entrada03 li a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}

.box04_entrada03 li .text01 {
    font-family: 'Bodoni MT', sans-serif;
    color: #79ac44;
    line-height: 1.5;
    font-size: 20px;
}

.box04_entrada03 li .text02 {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    line-height: 1.5;
    color: #000000;
    font-size: 20px;
}

.box04_entrada03 li:nth-child(3n) {
    margin: 0 0 35px 0;
}

.btn_more {
    width: 260px;
    border: 1px solid #333;
    text-align: center;
    margin: auto;
}

.btn_more:hover {
    border: 1px solid #85c432;
    color: #fff;
    background: #333;
}

.btn_more a {
    font-size: 18px;
    padding: 10px;
    display: block;
    background: url(../common_img/arr2_off.png) center right 20px no-repeat;
    text-decoration: none;
}

.btn_more a:hover {
    color: #85c432;
    background: url(../common_img/arr2_on.png) center right 20px no-repeat;
}

.tt_st05 {
    text-align: center;
    color: #86633f;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.2;
    font-family: 'Bodoni MT', sans-serif;
}

.tt_st05 strong {
    padding: 0 40px;
    font-size: 26px;
    background: url(../producers/images/line01.png) repeat-x center center;
    color: #221613;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.tt_st05 span {
    background: #fff;
    padding: 0 10px;
}

.bg_cl03 {
    background: #ecf0f3;
    padding: 70px 0;
}

.tt_st03 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: bold;
}

.list_doc02 li {
    list-style: disc;
    margin: 0 0 10px 20px;
}


/*PAGE producers*/

#page_producers {}

#page_producers .producers01 {
    margin: 60px 0 100px 0;
}

#page_producers .box01_producers01 {
    margin: 0 0 60px 0;
}

#page_producers .left_producers01 {
    float: left;
    width: 49%;
}

#page_producers .left_producers01 h3 {
    margin-bottom: 20px;
}

#page_producers .left_producers01 .txt01 {
    padding: 0 0 50px 50px;
}

#page_producers .img_producers01 {
    width: 47.5%;
    float: right;
}

#page_producers .btn_producers01 {
    width: 390px;
    margin: 0 0 0 145px;
}

.box02_producers01 {
    background: url(../producers/images/bg01.png) no-repeat center top 100px;
}

.list01_producers01 li {
    width: 47.5%;
    margin: 120px 0 80px 0;
    background: url(../producers/images/bg02.png) repeat-y center top;
    background-size: 100% auto;
    position: relative;
}

.list01_producers01 li:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: -45px;
    background: url(../producers/images/bg02_top.png) no-repeat center top;
    background-size: 100% auto;
}

.list01_producers01 li:after {
    position: absolute;
    content: "";
    bottom: -45px;
    left: 0;
    right: 0;
    top: 0;
    background: url(../producers/images/bg02_bot.png) no-repeat center bottom;
    background-size: 100% auto;
}

.list01_producers01 li .inner {
    position: relative;
    z-index: 4;
    padding: 50px 50px 10px 50px;
}

.list01_producers01 li h4 {
    text-align: center;
    color: #86633f;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.2;
    font-family: 'Bodoni MT', sans-serif;
}

.list01_producers01 li h4 strong {
    padding: 0 40px;
    font-size: 24px;
    background: url(../producers/images/line01.png) repeat-x center center;
    color: #221613;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.list01_producers01 li h4 span {
    background: #fff;
    padding: 0 10px;
}

.list01_producers01 li .img {
    position: absolute;
    top: -130px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.text02_producers01 {
    padding: 0 50px;
}

.producers02 h3 {
    margin-bottom: 40px;
}

.text01_producers02 {
    margin-bottom: 60px;
}

.img01_producers02 {
    margin-bottom: 40px;
}

.tt01_producers02 {
    background: url(../common_img/line01.png) no-repeat left center;
    font-size: 26px;
    padding: 0 0 0 90px;
    line-height: 1.4;
    margin: 0 0 25px -45px;
}

.text02_producers02 {
    margin: 0 0 30px 50px;
}

.box01_producers02 {
    margin-bottom: 60px;
}

.img02_producers02 {
    float: left;
    width: 48%;
}

.img03_producers02 {
    float: right;
    width: 48%;
}

.right_producers02 {
    float: right;
    width: 52%;
    margin: 30px 0 0 0;
    position: relative;
    z-index: 4;
}

.left_producers02 {
    float: left;
    width: 49%;
    margin: 30px 0 0 0;
    position: relative;
    z-index: 4;
}

.producers03 {
    padding: 70px 0;
}

.tit_producers03 {
    margin-bottom: 45px;
}

.list_producers03 li {
    float: left;
    margin: 0 2% 0 0;
    width: 32%;
}

.text01_producers03 {
    margin-bottom: 65px;
}

.box_producers05 {
    border: 3px solid #a2b95b;
    padding: 2px;
}

.box_producers05 .inner {
    border: 1px solid #a2b95b;
    padding: 45px 40px;
}

.box_producers05_line {
    border-bottom: 1px solid #000;
    padding: 0 0 20px 0;
    margin-bottom: 30px;
}

.producers05 {
    padding: 80px 0;
}

.producers05 .rows02 {}

.producers05 .rows02 .col_producers05 {
    float: left;
    width: 50%;
}

#page_make {}

#page_make .make01 {
    margin: 20px 0 0 0;
    background: url(../make/images/bg01.png) center top;
    padding: 40px 0;
}

.img_make01 {
    margin-bottom: 50px;
    text-align: center;
}

.box_make01 {
    background: rgba(255, 255, 255, 0.9);
    padding: 25px 25px;
}

.box_make01 ul li {
    width: 48%;
}

.img02_make01 {
    float: left;
}

.right_make01 {
    float: right;
    width: 245px;
}

.tt01_make {
    color: #c60c0c;
    font-size: 21px;
    border-bottom: 2px solid #c60c0c;
    padding: 0 0 6px 0;
    margin-bottom: 10px;
}

.make02 {
    background: url(../common_img/bg_news.jpg) center top;
    padding: 75px 0;
}

.tbl_make02 {
    width: 100%;
    border-bottom: 3px solid #915b42;
    border-top: 3px solid #915b42;
}

.tbl_make02 th {
    font-size: 16px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    line-height: 1.3;
    padding: 10px 5px;
    width: 22%;
    border-right: 1px solid #ac826e;
}

.tbl_make02 th.th01 {
    background: #e98b6b;
}

.tbl_make02 th.th02 {
    background: #d75d34;
}

.tbl_make02 th.th03 {
    background: #c13101;
}

.tbl_make02 th.th04 {
    background: #8c2806;
}

.tbl_make02 th.th05 {
    background: #7a0404;
}

.tbl_make02 td {
    padding: 10px 5px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.8);
    border-right: 1px solid #ac826e;
}

.tbl_make02 th:nth-child(1) {
    width: 12%;
}

.tbl_make02 th:last-child,
.tbl_make02 td:last-child {
    border-right: 0;
}

.tbl_make02 tr:nth-child(2n+1) td {
    background: rgba(255, 255, 255, 0.5);
}

.make03 {
    background: url(../make/images/bg02.png) no-repeat center bottom;
    padding: 60px 0;
}

.img_make03 {
    float: left;
    margin: 0 50px 0 0;
}

.make04 {
    background: url(../common_img/bg_news.jpg) center top;
    padding: 80px 0;
}

.box_make04 {
    background: rgba(255, 255, 255, 0.5);
    padding: 35px 40px;
    margin-bottom: 35px;
}

.img01_make04 {
    float: right;
}

.left_make04 {
    float: left;
    width: 530px;
}

.img02_make04 {
    float: left;
}

.right_make04 {
    float: right;
    width: 530px;
}

.box_make04 h4 {
    font-family: 'Bodoni MT', sans-serif;
    font-style: italic;
    font-weight: normal;
    color: #8b0707;
    background: url(../make/images/icon01.png) no-repeat left 7px;
    padding: 0 0 0 35px;
    font-size: 45px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.text01_make04 {
    padding: 20px 0;
    border-bottom: 2px solid #8b0707;
    border-top: 2px solid #8b0707;
}

.make05 {
    background: url(../make/images/bg03.png) no-repeat center bottom;
    padding: 80px 0;
}

.box_make05 {
    border: 3px solid #a2b95b;
    padding: 2px;
}

.box_make05_in {
    border: 1px solid #a2b95b;
    padding: 35px 40px;
    background: #fff;
}

.box_make05_in h3 {
    text-align: center;
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 30px;
}

#page_madeira {}

.madeira01 {
    margin: 80px 0;
    background: url(../madeira/images/bg01.png) center bottom;
    padding: 90px 0;
}

.box_madeira01 {
    background: rgba(255, 255, 255, 0.8);
}

.box_madeira01_inner {
    padding: 90px 0;
    background: url(../madeira/images/bg03.png) no-repeat center center;
}

.tit02 {
    font-size: 26px;
    line-height: 1.4;
    border-bottom: 2px solid #000;
    padding: 0 0 10px 0;
    font-weight: normal;
    margin-bottom: 35px;
}

.tit02 span {
    font-weight: normal;
    color: #85c432;
    margin: 0 0 0 10px;
    font-size: 16px;
}

.box_madeira02 {
    padding: 0 30px 50px 30px;
}

.map_madeira02 {
    background: url(../madeira/images/map.png) no-repeat center top;
    text-indent: -999999px;
    margin-bottom: 60px;
    height: 720px;
}

.madeira02 {
    margin-bottom: 70px;
}

.col01_madeira02 {
    float: left;
    width: 490px;
    margin: 0 0 0 30px;
}

.col02_madeira02 {
    float: right;
    width: 490px;
    margin: 0 30px 0 0;
}

.madeira02 dl {
    display: table;
    width: 100%;
    border-top: 1px solid #000;
    min-height: 90px;
}

.madeira02 dl:last-child {
    border-bottom: 1px solid #000;
}

.madeira02 dl dt {
    display: table-cell;
    vertical-align: middle;
    background: #f1f4f6;
    width: 200px;
    font-size: 20px;
    padding: 9px 15px;
}

.madeira02 dl dd {
    display: table-cell;
    font-size: 18px;
    vertical-align: middle;
    padding: 9px 20px;
}

.icon_madeira02 {
    float: left;
}

.text02_madeira02 {
    display: block;
    font-size: 20px;
    line-height: 1.4;
    padding: 0 0 0 35px;
}

.btn_madeira02 {}

.btn_madeira02 a {
    display: block;
    background: #000 url(../madeira/images/arr01.png) no-repeat right 10px center;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 3px 10px 3px 0;
    width: 170px;
}

.madeira03 {
    padding: 40px 0;
}

.chart_madeira03 {
    margin: 70px 0 0 0;
    text-align: center;
}

.madeira04 {
    background: url(../madeira/images/bg02.png) no-repeat center top;
}

.box_madeira04 {
    margin: 0 0 80px 0;
}

.box_madeira04_first {
    margin: 140px 0 80px 0;
}

.right_madeira04 {
    float: right;
    width: 795px;
}

.img01_madeira04 {
    float: right;
    margin: 30px -160px 0 0;
}

.left_madeira04 {
    float: left;
    width: 795px;
}

.img02_madeira04 {
    float: left;
    margin: 30px 0 0 -160px;
}

.img03_madeira04 {
    float: right;
    margin: -20px 0 0 0;
}

.img04_madeira04 {
    margin: 0 40px 0 0;
    float: left;
}

.box_madeira05 {
    margin: 140px 0 80px 0;
}

.box_madeira05 h4 {
    text-align: left;
}

.btn_madeira05 .btn_more {
    width: 330px;
    float: right;
}

.bg03 {
    background: #ecf0f3;
    padding: 70px 0;
}

.tit04 {
    text-align: center;
    color: #85c432;
    line-height: 1.3;
    margin-bottom: 35px;
    font-size: 36px;
}

.tit04 span {
    font-size: 26px;
    color: #333333;
    font-family: 'Bodoni MT', sans-serif;
}

.tit05 {
    background: #333333;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    font-weight: normal;
    padding: 10px 0;
    margin-bottom: 35px;
    font-size: 26px;
}

.tit06 {
    background: url(../common_img/icon_tit06.png) no-repeat left top;
    padding: 0 0 0 30px;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 35px;
    font-size: 26px;
}

.tit07 {
    text-align: center;
    margin-bottom: 35px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 23px;
}

.tit07 span {
    background: url(../common_img/line02.png) no-repeat left center, url(../common_img/line02.png) no-repeat right center;
    padding: 0 40px;
}

.tit08 {
    background: url(../common_img/icon_tit06.png) no-repeat left top;
    padding: 0 0 10px 30px;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 25px;
    border-bottom: 2px solid #333;
    font-size: 25px;
}

.tit08 span {
    margin: 0 0 0 8px;
    color: #85c432;
    font-size: 15px;
}

#page_enjoy {}

.enjoy01 {
    text-align: center;
    margin: 70px 0;
}

.txt01_enjoy {
    text-align: center;
    margin-bottom: 50px;
}

.enjoy02 {
    padding: 70px 0 20px 0;
}

.list_enjoy02 li {
    margin-bottom: 50px;
    width: 48%;
}

.list_enjoy02 li:nth-child(2n) {
    float: right;
}

.list_enjoy02 li:nth-child(2n+1) {
    float: left;
}
.list_enjoy02 li h5 a{
    color:#85c432;
}
.img_enjoy02 {
    width: 50%;
    margin: 0 3% 0 0;
    float: left;
}

.right_enjoy02 h5 {
    color: #85c432;
    line-height: 1.3;
    margin-bottom: 2px;
    font-size: 20px;
}

.enjoy03 {
    padding: 60px 0;
}

.list_enjoy03 {
    display: inline-block;
}

.list_enjoy03 li {
    float: left;
    width: 33.3%;
    text-align: left;
    padding: 0 3%;
    border-right: 2px dotted #aec271;
}

.tit_enjoy03 {
    margin-bottom: 20px;
}

.icon_enjoy03 {
    float: left;
}

.tit_enjoy03 h4 {
    font-size: 20px;
    display: block;
    padding: 5px 0 0 60px;
}

.enjoy04 {}

.box02_enjoy04 {
    margin: 0 0 50px 100px;
}

.box01_enjoy04 {
    margin-bottom: 50px;
}

.img_ebjoy04 {
    float: left;
    margin: 0 30px 0 0;
}

.enjoy04 h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.enjoy05 {
    padding: 70px 0;
}

.img_ebjoy05 {
    margin: 0 0 0 40px;
    float: right;
}

.enjoy06 {
    padding: 65px 0;
    background: url(../common_img/bg03.png);
}

.box01_enjoy06 {
    margin-bottom: 60px;
}

.box01_enjoy06 h3 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 15px;
}

.box01_enjoy06 h3 span {
    color: #a2b95b;
    font-size: 20px;
}

.box02_enjoy06 .box_make05_in {
    padding: 35px 50px;
}

.img_enjoy06 {
    float: left;
    margin: 0 40px 0 0;
}

.box02_enjoy06 h3 {
    margin-bottom: 35px;
    font-size: 26px;
    text-align: left;
    color: #a2b95b;
}

.box02_enjoy06 h3 span {
    color: #fff;
    background: #a2b95b;
    text-align: center;
    padding: 8px 20px;
    border-radius: 25px;
    display: inline-block;
    margin: 0 15px 0 0;
    font-size: 16px;
}

.row_enjoy06 h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.row_enjoy06 ul li {
    list-style: square;
    margin: 0 0 0 20px;
}

.left_enjoy06 {
    float: left;
    width: 245px;
    border-right: 1px solid #000;
}

.right_enjoy06 {
    float: right;
    width: 650px;
}

ul.plink_enjoy {
	margin-bottom: 40px;
}
ul.plink_enjoy li {
	width: 31%;
	margin-bottom: 20px;
}

#page_products {}

.products01 {
    margin: 60px 0 0 0;
    background: url(../products/images/bg02.png) center top;
    padding: 60px 0;
}

.products01_cv01 {
    position: relative;
    margin: 40px 0;
    padding: 30px 90px;
    background: url(../products/images/bg01.png) repeat-y center top;
}

.products01_cv01:before {
    position: absolute;
    content: "";
    top: -40px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../products/images/bg01_top.png) no-repeat center top;
}

.products01_cv01:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: -40px;
    background: url(../products/images/bg01_bot.png) no-repeat center bottom;
}

.products01_cv02 {
    position: relative;
    z-index: 9;
}

.box_products01 {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 40px;
    margin: 40px 0;
}

.box_products01 h4 {
    font-size: 20px;
    color: #c60c0c;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.3;
    margin-bottom: 15px;
}

.box_products01 .inner {
    padding: 10px 0;
    border-top: 2px solid #c60c0c;
    border-bottom: 2px solid #c60c0c;
}

.list_products01 {}

.list_products01 li {
    position: relative;
    display: inline-block;
    width: 290px;
    text-align: center;
    padding: 25px 10px;
    margin: 0 18px 50px 0;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #d1b38b;
}

.list_products01 li:nth-child(3n) {
    margin: 0 0 50px 0;
}

.text_products01 {
    position: absolute;
    bottom: -20px;
    left: 15px;
    right: 15px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 20px;
    padding: 6px 0;
    background: #a2b95b;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.4;
}

.products02 {
    padding: 70px 0;
}

.products02 h3 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-family: 'Bodoni MT', sans-serif;
    text-align: center;
}

.cate_products02 li {
    font-size: 26px;
    float: left;
    border-bottom: 2px solid #8b0707;
    padding: 0 0 10px 28px;
    line-height: 1.4;
    font-family: 'Bodoni MT', sans-serif;
    font-style: italic;
    background: url(../products/images/icon01.png) no-repeat left top;
    margin: 0 40px 0 0;
}
.cate_products02 li:last-child{
    margin-right: 0;
}
.cate_products02 li a {
    text-decoration: none;
    color: #8b0707;
}

.cate_products02 li:hover a {
    color: #333333;
}

.bg02 {
    padding: 65px 0;
    background: url(../common_img/bg_news.jpg) center top;
}

.products03 {
    padding: 65px 0 20px 0;
}

.list_products03 li {
    width: 47%;
    margin: 0 5% 60px 0;
    float: left;
}

.list_products03 li:nth-child(2n) {
    margin: 0 0 60px 0;
}

.img_products03 {
    width: 16%;
    float: left;
}

.info_product {
    float: right;
    width: 79%;
}

.info_product h4 {
    font-size: 36px;
    font-family: 'Bodoni MT', sans-serif;
    color: #86633f;
    border-bottom: 2px solid #73311b;
    padding: 0 0 10px 0;
    line-height: 1.1;
    margin-bottom: 15px;
}

.info_product h4 span {
    color: #333;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 20px;
    background: url(../common_img/line02.png) no-repeat left 10px;
    padding: 0 0 0 40px;
}

.style_products03 {
    margin-bottom: 10px;
}

.style_products03 .icon_red {
    float: left;
    color: #fff;
    text-align: center;
    background: url(../products/images/bg03.png) no-repeat left top;
    width: 90px;
    height: 32px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 20px;
    line-height: 1;
    padding: 6px 0;
}

.style_products03 .icon_green {
    float: left;
    color: #fff;
    text-align: center;
    background: url(../products/images/bg04.png) no-repeat left top;
    width: 90px;
    height: 32px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 20px;
    line-height: 1;
    padding: 6px 0;
}

.style_products03 .icon_green.icon_green1 {
    background: url(../products/images/bg04a.png) no-repeat left top;
}

.style_products03 .icon_gold {
    float: left;
    color: #fff;
    text-align: center;
    background: url(../products/images/bg05.png) no-repeat left top;
    width: 90px;
    height: 32px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 20px;
    line-height: 1;
    padding: 6px 0;
}

.style_products03 .txt_style_products03 {
    display: block;
    padding: 0 0 0 95px;
    font-size: 14px;
}

.text01_products03 {
    margin-bottom: 20px;
}

.price_products03 {
    text-align: right;
}

.price_products03 span {
    font-size: 30px;
    font-family: 'Bodoni MT', sans-serif;
    line-height: 1.3;
    font-style: italic;
    color: #8b0707;
}

.products04 {
    padding: 65px 0 20px 0;
}

.products05 {
    padding: 65px 0 20px 0;
}

.products06 {
    padding: 65px 0;
}

.tbl_products05 {
    width: 100%;
}

.tbl_products05 th {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 20px;
    color: #c60c0c;
    text-align: center;
    border-bottom: 2px solid #c60c0c;
    padding: 10px 10px;
}

.tbl_products05 td {
    text-align: center;
    padding: 5px 0;
}

.tbl_products05 td:nth-child(2) {
    width: 29%;
}

.box_products05 dt {
    width: 100%;
    display: flex;
}

.box_products05 dt:after {
    background: url(../common_img/dot01.png) repeat-x left center;
    content: '';
    flex: 1;
    height: 3px;
    margin: 13px 5px 0 3px;
}

.more_products05 {
    cursor: pointer;
    text-align: center;
    border: 1px solid #333;
    padding: 10px 10px;
    width: 100%;
    background: url(../products/images/arr01.png) no-repeat right 20px center;
}

.tbl_products05_hd {
    display: none;
}

.more_products05.opened {
    position: relative;
    background: url(../products/images/arr02.png) no-repeat right 20px center;
}

.more_products05.opened span {
    display: none;
}

.more_products05.opened:after {
    content: "閉じる";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.box_products06 {
    background: url(../products/images/bg07.png) no-repeat center bottom;
    border: 3px solid #a2b95b;
    padding: 2px;
}

.box_products06 .inner {
    border: 1px solid #a2b95b;
    padding: 40px 75px;
}

.img01_products06 {
    float: left;
}

.right02_products06 {
    width: 530px;
    float: right;
}

.right02_products06 h4 {
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.text02_products06 {
    margin-bottom: 30px;
}

.right02_products06 .btn01 {
    width: 400px;
    border: 1px solid #333;
    position: relative;
    font-size: 20px;
    padding: 15px 0;
    font-weight: normal;
    background: url(../products/images/dl01.png) no-repeat left 30px center;
    text-align: center;
}

.right02_products06 .btn01 a {
    color: #333;
    text-decoration: none;
}

.right02_products06 .btn01:hover {
    border: 1px solid #8fc43d;
    background: #333 url(../madeira-entrada/images/icon07_on.png) no-repeat left 30px center;
}

.right02_products06 .btn01:hover a {
    color: #8fc43d;
}

.right02_products06 .btn01 a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.products07 {
    background: #ecf0f3 url(../products/images/bg06.png) no-repeat center bottom;
    padding: 65px 0;
}

.list_products07 li {
    margin-bottom: 40px;
    width: 47%;
}

.text_products07 {
    margin: 0 30px;
}

#page_chart {}

#page_chart .chart01 {
    margin: 80px 0 0 0;
    background: url(../chart/images/bg01.png);
}

#page_chart .chart01_inner {
    padding: 100px 0;
    background: url(../chart/images/bg02.png) no-repeat center bottom;
}

.box_chart0101 {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 0 40px 0;
    text-align: center;
}

.box_chart0101 h3 {
    font-size: 45px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #333333;
}

.box_chart0101 h3 span {
    color: #85c432;
    background: url(../chart/images/line01.png) no-repeat center center;
    padding: 0 20px;
    font-size: 18px;
}

#page_chart .chart02 {
    background: url(../common_img/bg_news.jpg) center top;
}

#page_chart .chart02_inner {
    padding: 70px 0;
    background: url(../chart/images/bg03.png) no-repeat center top;
}

.img_chart02 {
    text-align: center;
}

.sec01_chart {
    padding: 60px 0;
}

.sec02_chart {
    background: #ecf0f3;
    padding: 60px 0;
}

.box_chart03 {
    border: 3px solid #bb9c60;
    padding: 2px;
}

.box_chart03_inner {
    border: 1px solid #bb9c60;
    padding: 25px;
}

.left_chart03 {
    float: left;
    width: 670px;
}

.right_chart03 {
    float: right;
    width: 670px;
}

.img01_chart03 {
    float: left;
}

.img02_chart03 {
    float: right;
}

.chart03 h3 {
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 40px;
    text-align: center;
    color: #85c432;
}

.chart03 h3 span {
    font-family: 'Bodoni MT', sans-serif;
    color: #333333;
    font-size: 22px;
}

.tit01_chart03 {
    font-size: 26px;
    color: #fff;
    background: url(../chart/images/bg_tit01.png) no-repeat left top;
    padding: 9px 25px;
    margin-bottom: 15px;
    line-height: 1.3;
    height: 54px;
}

.tit01_chart03 small {
    font-weight: normal;
    font-size: 21px;
    color: #d4d4d4;
}

.tit01_sub_chart03 {
    font-size: 18px;
    color: #b11212;
    margin-bottom: 10px;
    line-height: 1.4;
    border-bottom: 1px solid #b11212;
    padding: 0 0 8px 0;
}

.tit01_sub_chart03 span {
    font-size: 22px;
    color: #333333;
}

.text01_chart03 {
    font-size: 18px;
    margin-bottom: 10px;
}

.text02_chart03 {
    margin-bottom: 20px;
}

.text01_chart03 .icon01_chart03 {
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 10px 0 0;
    width: 80px;
    background: #b11212;
}

.box_chart03 .btn_more {
    margin: 0;
    width: 315px;
}

.tit02_chart03 {
    font-size: 26px;
    color: #fff;
    background: url(../chart/images/bg_tit02.png) no-repeat left top;
    padding: 9px 25px;
    margin-bottom: 15px;
    line-height: 1.3;
    height: 54px;
}

.tit02_chart03 small {
    font-weight: normal;
    font-size: 21px;
    color: #d4d4d4;
}

.tit02_sub_chart03 {
    font-size: 18px;
    color: #7c3232;
    margin-bottom: 10px;
    line-height: 1.4;
    border-bottom: 1px solid #7c3232;
    padding: 0 0 8px 0;
}

.tit02_sub_chart03 span {
    font-size: 22px;
    color: #333333;
}

.text01_chart03 .icon02_chart03 {
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 10px 0 0;
    width: 80px;
    background: #7c3232;
}

.tit03_chart03 {
    font-size: 26px;
    color: #fff;
    background: url(../chart/images/bg_tit03.png) no-repeat left top;
    padding: 9px 25px;
    margin-bottom: 15px;
    line-height: 1.3;
    height: 54px;
}

.tit03_chart03 small {
    font-weight: normal;
    font-size: 21px;
    color: #d4d4d4;
}

.tit03_sub_chart03 {
    font-size: 18px;
    color: #4c6379;
    margin-bottom: 10px;
    line-height: 1.4;
    border-bottom: 1px solid #4c6379;
    padding: 0 0 8px 0;
}

.tit03_sub_chart03 span {
    font-size: 22px;
    color: #333333;
}

.text01_chart03 .icon03_chart03 {
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 10px 0 0;
    width: 80px;
    background: #4c6379;
}

.tit04_chart03 {
    font-size: 26px;
    color: #fff;
    background: url(../chart/images/bg_tit04.png) no-repeat left top;
    padding: 9px 25px;
    margin-bottom: 15px;
    line-height: 1.3;
    height: 54px;
}

.tit04_chart03 small {
    font-weight: normal;
    font-size: 21px;
    color: #d4d4d4;
}

.tit04_sub_chart03 {
    font-size: 18px;
    color: #4c6379;
    margin-bottom: 10px;
    line-height: 1.4;
    border-bottom: 1px solid #1c344b;
    padding: 0 0 8px 0;
}

.tit04_sub_chart03 span {
    font-size: 22px;
    color: #333333;
}

.text01_chart03 .icon04_chart03 {
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 10px 0 0;
    width: 80px;
    background: #1c344b;
}

.chart07 {
    padding: 60px 0;
    text-align: center;
}

.chart07 h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 30px;
}


#page_recipe {}

#page_recipe .box_recipe0101 {
    background: rgba(255, 255, 255, 0.9);
    padding: 2em;
    text-align: center;
}
#page_recipe .recipe01 {
    margin: 80px 0 0 0;
    background: url(../recipe/images/bg01.png);
    background-position: top;
}

#page_recipe .btn_more {
    width: auto;
    margin-top: 1em;
}
#page_recipe .btn_more br{
    display: none;
}
#page_recipe .btn_more a {
    background: url(../common_img/arr2_off.png) center right 10px no-repeat;
}

@media only screen and (max-width: 767px) {
    #page_recipe .recipe01 {
    background-position: bottom -485px right -579px;
    }
    #page_recipe .recipe01 .text_recipe01{
        text-align: left!important;
    }

    #page_recipe .recipe01 .text_recipe01 br{
        display: none;
    }

    #page_recipe .btn_more br{
        display: block;
    }
}


#page_recipe .recipe01_inner {
    padding: 100px 0;
    /*background: url(../recipe/images/bg02.png) no-repeat center bottom;*/
}

#page_recipe .recipe01_inner .sec01_box{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
#page_recipe .recipe01_inner .sec01_box .left{
    width: 50%;
}
#page_recipe .recipe01_inner .sec01_box .right{
    display: flex;
    justify-content: center;
    align-items: baseline;
    background-color: #fff;
    border-radius: 10px;
    width: 40%;
    padding: 1em;
}
#page_recipe .recipe01_inner .sec01_box .left{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    #page_recipe .recipe01_inner .sec01_box .right{
    margin-top: 1em;
    } 
    #page_recipe .recipe01_inner .sec01_box{
    flex-direction: column;
    }
    #page_recipe .recipe01_inner .sec01_box .left {
    width: 100%;
    }
    #page_recipe .recipe01_inner .sec01_box .right {
    width: 100%;
    }
}

/*#page_recipe .recipe01_inner .sec01_box .left_innr br{
        display: none;
}*/
@media only screen and (max-width: 767px) {
/*    #page_recipe .recipe01_inner .sec01_box .left_innr br{
        display: block;
    }*/
    #page_recipe .recipe01_inner .sec01_box .left_innr .left_txt br{
        display: block;
    }
}
#page_recipe .recipe01_inner .sec01_box .left_txt {
    font-weight: bold;
    font-size: 1.5em;
    border-bottom: solid 2px #966a14;
    margin: .5em 0;
    line-height: 1.5em;
    color: #966a14;
}


.recipe02{
    padding: 60px 0;
    background-image: url(../common_img/bg04.png);
}

.recipe02 h3 {
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 40px;
    text-align: center;
    color: #85c432;
}
.recipe02 h3 span {
    font-family: 'Bodoni MT', sans-serif;
    color: #333333;
    font-size: 22px;
}
.box_recipe02 {
    border: 3px solid #bb9c60;
    padding: 2px;
    margin-bottom: 30px; 
}
.box_recipe02_inner {
    border: 1px solid #bb9c60;
    padding: 25px;
    background-color: rgba(255,255,255,.3);
}
.box_recipe02_inner {
    border: 1px solid #bb9c60;
    padding: 25px;
}
.left_recipe02 {
    float: left;
    width: 670px;
}
.right_recipe02 {
    float: right;
    width: 670px;
}
.img01_recipe02 {
    float: left;
}
.img02_recipe02 {
    float: right;
}

.recipe02 h3 {
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 40px;
    text-align: center;
    color: #85c432;
}
.recipe02 h3 span {
    font-family: 'Bodoni MT', sans-serif;
    color: #333333;
    font-size: 22px;
}

.tit01_recipe02 {
    font-size: 26px;
    color: #fff;
    background: url(../chart/images/bg_tit01.png) no-repeat left top;
    padding: 9px 25px;
    margin-bottom: 15px;
    line-height: 1.3;
    height: 54px;
}
.tit01_recipe02 small {
    font-weight: normal;
    font-size: 21px;
    color: #d4d4d4;
}
.tit01_sub_recipe02 {
    font-size: 22px;
    color: #333333;
    margin: 0 0 20px;
    border-top: 3px solid #b11212;
    border-bottom: 1px solid #b11212;
    padding: 10px 0;
}
.tit01_sub_recipe02.ex {
    font-size: initial;/*font-size: 22px;*/
    color: #333333;
    margin: 0 0 20px;
    border-top: none;
    border-bottom: 1px solid #b11212;
    padding: 10px 0 5px;
    text-align: center;
}
.box_recipe02_ttlset{position: relative;}
.tit01_sub_recipe02_link{
    position: absolute;
    top: 35%;
    right: 0;
    bottom: 0;
    margin: auto;
}
.tit01_sub_recipe02_link a{
    background-color: #b11212;
    color: #fff;
    font-size: .8em;
    padding: .5em 2em .5em 1em;
    text-decoration: none;
    border: solid 1px #b11212;
    background-image: url(../common_img/arr1.png);
    background-repeat: no-repeat;
    background-position: right .5em center;
}
.tit01_sub_recipe02_link a:hover{
    background-color: #fff;
    color: #b11212;
    border: solid 1px #b11212;
}

.p_recipe .indent{
    text-indent: -1.2em;
    margin-left: 1.2em;
}
@media only screen and (max-width: 1090px) {
    .tit01_sub_recipe02_link,
    .box_recipe02_ttlset{position: static;}
    .tit01_sub_recipe02_link a{display: block;text-align: center;}
    .tit01_sub_recipe02 {
    margin: 20px 0px;
    }
    .p_recipe .indent{
    text-indent: -1.5em;
    margin-left: 1.5em;
    }
}

.tit01_sub_recipe02 span {
    font-size: 10px;
    color: #b11212;
    line-height: 1.4;
    display: block;
}
.tit01_sub_recipe02 span.span2 {
    color: #000;
}
.text01_recipe02 {
    font-size: 18px;
    margin-bottom: 10px;
}
.text02_recipe02 {
    margin-bottom: 20px;
}
.text02_recipe02 dl {
    display: flex;
    justify-content: space-between;
    padding: .25em 0;
    border-top: dotted 1px #dddddd;
}
.text02_recipe02 dl:first-child {
    border-top: none;
}
.text02_recipe02 dd {
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding-left: 1em;
}



.text01_recipe02 .icon01_recipe02 {
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 10px 0 0;
    width: 80px;
    background: #b11212;
}
.right_recipe02 .btn_more {
    width: 100%; 
    border: 1px solid #b11212;
    text-align: center;
    margin: auto;
    padding: .25em .5em;
    color: #fff;
    font-weight: bold;
    background: #b11212;
}
.right_recipe02 .btn_more:hover {
    border: 1px solid #b11212;
    background: #fff;
    color: #b11212;
}
.tit01_sub2_recipe02{
    margin-top: 1em;
    border-bottom: dotted 1px;
    margin-bottom: .5em;
    padding-bottom: .25em;
}
.recipe_txt .tit01_sub2_recipe02 br{
    display: none;
}
@media only screen and (max-width: 1090px) {
    .img01_recipe02 {
         float: none;
         text-align: center;
    }
    .right_recipe02 {
        float: none;
        width: 100%;
    }
    .right_recipe02 .tit01_sub2_recipe02{
        text-align: center;
    }
    .recipe_txt .tit01_sub2_recipe02 br{
    display: block;
    }
}

.recipe02_youtube {
  position: relative;
  width: 100%;
}
.recipe02_youtube:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
.recipe02_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}









#page_about {}

#page_about .about01 {
    text-align: center;
    padding: 60px 0 80px 0;
    background: url(../about/images/bg01.png) no-repeat center bottom;
    background-size: 100% auto;
}

#page_about .about02 {
    background: url(../about/images/bg03.jpg) repeat-y center top;
    background-size: 100% auto;
}

#page_about .about02_inner {
    padding: 30px 0 90px 0;
    background: url(../about/images/bg02.jpg) no-repeat center top;
    background-size: 100% auto;
}

.about02 .tit01 {
    margin-bottom: 50px;
}

.box01_ab02 {
    margin-bottom: 40px;
}

.box01_ab02 .img_l {
    float: left;
    margin: 0 35px 30px 0;
    width: 44%;
}

.box01_ab02 .img_r {
    float: right;
    margin: 0 0 30px 35px;
    width: 44%;
}

.box01_ab02 .txt {
    padding: 15px 45px 0 45px;
}

.box02_ab02 .img_l {
    float: left;
    margin: 0 50px 0 0;
    text-align: center;
    width: 28%;
}

.box02_ab02 .img_l img {
    margin: 0 0 15px 0;
}

#page_about .txt02_ab {
    text-align: right;
    margin: 40px 0 0 0;
}

.box02_ab02 .txt {
    padding: 55px 45px 0 45px;
}

#page_trip {}

#page_trip .trip01 {
    margin: 55px 0 0 0;
    background: url(../trip/images/bg01.png) no-repeat center bottom;
    background-size: cover;
    padding: 0 0 70px 0;
}

#page_trip .trip01 .inner {
    width: 540px;
    padding: 0 0 0 47px;
}

#page_trip .trip01 .tit01 {
    text-align: left;
    margin-bottom: 20px;
    background: url(../trip/images/icon01.png) no-repeat left 3px;
    padding: 0 0 0 50px;
}

#page_trip .trip01 .txt {
    margin-bottom: 35px;
}

#page_trip .trip01 .btn_more {
    float: right;
    width: 390px;
}

#page_trip .trip02 {
    padding: 80px 0;
    background: #ecf0f3;
}

.trip02_box01 .tit01 {
    margin-bottom: 0;
}

.trip02_box01 .tit01 span {
    background: url(../trip/images/line03.png) no-repeat center center;
    padding: 0 20px;
    position: relative;
}

.trip02_box01 .map {
    margin: -50px 0 35px 0;
    text-align: center;
}

.link01_trip02 {
    margin-bottom: 40px;
}

.link01_trip02 li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 15.8%;
    padding: 0.5%;
    margin: 0 1% 0.5% 0;
    border: 1px solid #553617;
    position: relative;
    border-radius: 25px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.link01_trip02 li a {
    line-height: 1.3;
    display: table;
    height: 20px;
    text-decoration: none;
}

.link01_trip02 li a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.link01_trip02 li:hover {
    opacity: 0.5;
}

.link01_trip02 li .num {
    color: #fff;
    font-family: 'Bodoni MT', sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    display: table-cell;
    float: left;
    background: url(../trip/images/icon02.png) no-repeat center top;
    width: 30px;
    padding: 6px 0;
    vertical-align: middle;
}

.link01_trip02 li .bike {
    color: #fff;
    font-family: 'Bodoni MT', sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    display: table-cell;
    float: left;
    background: url(../trip/images/bike_icon.png) no-repeat center top;
    width: 30px;
    padding: 16px 0;
    vertical-align: middle;
}

.link01_trip02 li .txt {
    padding: 0 0 0 5px;
    text-decoration: none;
    color: #86633f;
    vertical-align: middle;
    font-size: 13px;
    display: table-cell;
}

.link01_trip02 li:nth-child(6n) {
    margin: 0 0 10px 0;
}

.link02_trip02 {
    margin-bottom: 50px;
}

.link02_trip02 li {
    width: 48%;
}

.link02_trip02 li .img {
    float: left;
    width: 48%;
}

.link02_trip02 li .info1 {
    float: right;
    width: 50%;
}

.link02_trip02 li .info2 {
    float: left;
    width: 100%;
}

.link02_trip02 li .info2 .txt {
    margin-bottom: 20px;
}

.link02_trip02 li .trip02_tt01 {
    border-bottom: 2px solid #85c432;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}

.link02_trip02 li .trip02_tt01 .num {
    color: #fff;
    float: left;
    background: url(../trip/images/icon03.png) no-repeat center top;
    width: 38px;
    padding: 8px 0;
    font-family: 'Bodoni MT', sans-serif;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

.link02_trip02 li .trip02_tt01 .bike {
    color: #fff;
    float: left;
    background: url(../trip/images/bike_icon.png) no-repeat center top;
    width: 38px;
    padding: 15px 0;
    font-family: 'Bodoni MT', sans-serif;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

.link02_trip02 li .trip02_tt01 .txt {
    display: block;
    color: #86633f;
    line-height: 1.2;
    font-size: 18px;
    padding: 0 0 0 44px;
}

.link02_trip02 li .trip02_tt01 .txt span {
    font-size: 12px;
}

.link02_trip02 li .info1_ct {
    font-size: 14px;
}

.trip02 .txt03 {
    text-align: center;
    margin: 60px 0 35px 0;
}

.trip02 .txt03 a:hover {
    color: #85c432;
    text-decoration: none;
}

.trip02 .btn_more {
    width: 390px;
}

.trip03 {
    background: url(../trip/images/bg02.jpg) no-repeat center top;
    background-size: cover;
    padding: 60px 0 50px 0;
}

.list_trip03 li {
    float: left;
    width: 22.5%;
    margin: 0 3.3% 40px 0;
}

.list_trip03 li:nth-child(4n) {
    margin: 0 0 40px 0;
}

#page_portugal {}

#page_portugal .tit-page_portugal {
    margin: 80px 0;
    text-align: center;
}

#page_portugal [class*="portugal0"] {
    padding: 70px 0;
}

#page_portugal .portugalBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page_portugal .tit06 {
    margin-bottom: 15px;
}


#page_portugal .portugal__txtLead + .portugalBox {
    margin-top: 20px;
}
#page_portugal [class*="portugalBox__item"] {
    max-width: 538px;
    width: 49%;
}
#page_portugal .portugalBox__item--shadow {
    box-shadow:2px 2px 5px 2px rgba(0,0,0,0.2);
    border:1px solid #a0a0a0;
    padding: 20px;
}

#page_portugal .portugalImg--item {
    text-align: center;
    margin-top: 25px;
}

#page_portugal .portugalFoods {
    background-image: url(../portugal/images/bg-portugalFoods.png);
    background-size: cover;
    background-position: top center;
    padding: 80px 0;
}
#page_portugal .tit--portugalFoods {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}
#page_portugal .portugal__txtLead--center {
    text-align: center;
}
#page_portugal .portugalFoods__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
}
#page_portugal .portugalFoods__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 340px;
    width: 32%;
}
#page_portugal .portugalFoods__item:nth-child(2) {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
#page_portugal .portugalFoods__item:nth-child(n+4) {
    margin-top: 90px;
}
#page_portugal .portugalFoods__img--item {
    width: 100%;
    position: relative;
}
#page_portugal .portugalFoods__img--item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #fff;
    width: 100%;
    height: 100%;
}
#page_portugal .portugalFoods__item:nth-child(5) {
    width: 250px;
}
#page_portugal .portugalFoods__item:nth-child(5) .portugalFoods__img--item {
    width: 100%;
    margin-top: -40px;
}
#page_portugal .portugalFoods__txt--item {
    font-weight: bold;
    display: block;
}
#page_portugal .portugalFoods__item:nth-child(3n+1) .portugalFoods__txt--item {
    text-align: right;
}
#page_portugal .portugalFoods__item:nth-child(3n+2) .portugalFoods__txt--item {
    text-align: center;
}

#page_portugal .portugalFoods .btn_more {
    width: 100%;
    max-width: 460px;
    margin-top: 60px;
}
#page_portugal .portugalFoods__txt--bottom {
    margin-top: 60px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    #page_portugal .tit-page_portugal {
        margin: 40px 5%;
    }
    #page_portugal .tit-page_portugal img {
        width: 100%;
    }
    #page_portugal .portugalBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #page_portugal [class*="portugal0"] {
        padding: 30px 3%;
    }
    #page_portugal [class*="portugalBox__item"] {
        width: 100%;
        margin: 0 auto;
    }
    #page_portugal [class*="portugalBox__item"] + [class*="portugalBox__item"] {
        margin-top: 20px;
    }

    #page_portugal .portugalFoods {
        padding: 40px 3%;
    }
    #page_portugal .tit--portugalFoods {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 1.4;
    }
    #page_portugal .portugalFoods__items {
        margin-top: 30px;
    }
    #page_portugal .portugalFoods__item,
    #page_portugal .portugalFoods__item:nth-child(5) {
        max-width: none;
        width: 48%;
    }
    #page_portugal .portugalFoods__item:nth-child(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
    }
    #page_portugal .portugalFoods__item:nth-child(n+3),
    #page_portugal .portugalFoods__item:nth-child(n+4) {
        margin-top: 20px;
    }
    #page_portugal .portugalFoods__item:nth-child(5) .portugalFoods__img--item {
        margin-top: 0;
    }
    #page_portugal .portugalFoods__img--item::before {
        border: 5px solid #fff;
    }
    #page_portugal .portugalFoods__txt--item {
        text-align: center !important;
    }

    #page_portugal .portugalFoods__txt--bottom,
    #page_portugal .portugalFoods .btn_more {
        margin-top: 30px;
    }
    #page_portugal .portugalFoods .btn_more a {
        padding: 10px 50px 10px 10px;
    }
    
    #page_portugal .sp {
    display: block!important;
    }
}

#page_portugalwine {}

#page_portugalwine .portugalwine01 {}

#page_portugalwine .portugalwine01 .box1 {
    background: url(../portugal_wine/images/bg01.jpg) no-repeat center top;
    height: 552px;
}

#page_portugalwine .portugalwine01 .inner_right {
    float: right;
    width: 53%;
    padding: 115px 30px 0 0;
}

#page_portugalwine .portugalwine01 .inner_left {
    width: 53%;
    padding: 115px 30px 0 0;
}
#page_portugalwine .portugalwine01 .inner_right p,
#page_portugalwine .portugalwine01 .inner_left p{
    font-size: 18px;
    font-weight: bold;
}
.ttl_por1 {
    font-family: 'Bodoni MT', sans-serif;
    color: #34510e;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 15px;
    background: url(../portugal_wine/images/icon01.png) no-repeat left center;
    font-weight: bold;
    padding: 25px 0 6px 80px;
}

.ttl_por1 span {
    display: block;
    font-size: 22px;
}

.ttl_por2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 20px;
}

#page_portugalwine .portugalwine01 .box2 {
    background: url(../portugal_wine/images/bg02.jpg) no-repeat center top;
    height: 552px;
}

#page_portugalwine .portugalwine01 .box3 {
    background: url(../portugal_wine/images/bg03.jpg) no-repeat center top;
    height: 552px;
}

.portugalwine03_box {
    padding: 0 10px;
    position: relative;
    /*background: url(../portugal_wine/images/chart01.png) no-repeat center 40px;*/
    /*background: url(../portugal_wine/images/chart01.png) no-repeat top 70px left 132px;*/
    background: url(../portugal_wine/images/chart01.png) no-repeat top 80px left 40%;}
}

.ttl_por3 {
    text-align: center;
    margin-bottom: 7px;
    font-size: 20px;
    color: #000;
    line-height: 1.2;
    font-weight: bold;
}

.ttl_por3 span {
    font-size: 20px;
    display: block;
    font-family: 'Bodoni MT', sans-serif;
}

.txt_por3 {
    font-size: 14px;
    font-weight: normal;
}

.portugalwine03 .num {
    display: none;
}

.portugalwine03_box01 {
    float: left;
    width: 308px;
    text-align: center;
    padding: 20px 15px;
    background-color: #fff;
    margin: 50px 0 20px 0;
    -webkit-box-shadow: 4px 5px #568a2f;
    -moz-box-shadow: 4px 5px #568a2f;
    box-shadow: 4px 5px #568a2f;
    border: solid 2px #568a2f;
}

.portugalwine03_box02 {
    width: 308px;
    float: right;
    text-align: center;
    padding: 20px 15px;
    margin: 0 20px 20px 0;
    background-color: #fff;
    -webkit-box-shadow: 4px 5px #9e6540;
    -moz-box-shadow: 4px 5px #9e6540;
    box-shadow: 4px 5px #9e6540;
    border: solid 2px #9e6540;
}

.portugalwine03_box03 {
    width: 308px;
    float: left;
    margin: 0 0 45px 80px;
    text-align: center;
    padding: 15px 15px;
    background-color: #fff;
    -webkit-box-shadow: 4px 5px #5f5b55;
    -moz-box-shadow: 4px 5px #5f5b55;
    box-shadow: 4px 5px #5f5b55;
    border: solid 2px #5f5b55;
}

.portugalwine03_box04 {
    width: 308px;
    float: right;
    margin: 0 0 65px 0;
    text-align: center;
    padding: 20px 15px;
    background-color: #fff;
    -webkit-box-shadow: 4px 5px #582d4b;
    -moz-box-shadow: 4px 5px #582d4b;
    box-shadow: 4px 5px #582d4b;
    border: solid 2px #582d4b;
}

.portugalwine03_box05 {
    width: 308px;
    float: left;
    margin: 0 0 25px 10px;
    text-align: center;
    padding: 20px 15px;
    background-color: #fff;
    -webkit-box-shadow: 4px 5px #ad939f;
    -moz-box-shadow: 4px 5px #ad939f;
    box-shadow: 4px 5px #ad939f;
    border: solid 2px #ad939f;
}

.portugalwine03_box06 {
    width: 308px;
    float: right;
    margin: 0 50px 0 0;
    text-align: center;
    padding: 15px 15px;
    background-color: #fff;
    -webkit-box-shadow: 4px 5px #805871;
    -moz-box-shadow: 4px 5px #805871;
    box-shadow: 4px 5px #805871;
    border: solid 2px #805871;
}

.portugalwine03_box07 {
    width: 308px;
    float: left;
    margin: 0 0 0 80px;
    text-align: center;
    padding: 15px 15px;
    background-color: #fff;
    -webkit-box-shadow: 4px 5px #a37d2e;
    -moz-box-shadow: 4px 5px #a37d2e;
    box-shadow: 4px 5px #a37d2e;
    border: solid 2px #a37d2e;
}

.portugalwine03_box08 {
    width: 308px;
    float: right;
    margin: 0 80px 130px 0;
    text-align: center;
    padding: 15px 15px;
    background-color: #fff;
    -webkit-box-shadow: 4px 5px #c1af49;
    -moz-box-shadow: 4px 5px #c1af49;
    box-shadow: 4px 5px #c1af49;
    border: solid 2px #c1af49;
}

.portugalwine03_box09 {
    width: 308px;
    float: right;
    margin: 0 120px 0 0;
    text-align: center;
    padding: 15px 15px;
    background-color: #fff;
    -webkit-box-shadow: 4px 5px #4e8e99;
    -moz-box-shadow: 4px 5px #4e8e99;
    box-shadow: 4px 5px #4e8e99;
    border: solid 2px #4e8e99;
}

.portugalwine04 {
    text-align: center;
    padding: 55px 0 70px 0;
}

.portugalwine04 h3 {
    background: url(../portugal_wine/images/line01.png) no-repeat center top;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 15px 0;
    line-height: 1.4;
    margin-bottom: 15px;
}

/*@media only screen and (max-width: 960px) {*/
@media only screen and (max-width: 767px) {
    .top{
        min-height: 0 !important;
    }
    #page_trip .trip01 .inner {
        width: 54%;
    }
    .link01_trip02 li {
        float: left;
        width: 48%;
        padding: 1%;
        margin: 0 0 10px 0;
        border: 1px solid #553617;
        position: relative;
        border-radius: 25px;
    }
    .link01_trip02 li:nth-child(2n) {
        float: right;
    }
    .tit_page h2 {
        font-size: 47px;
    }
    .tit_page {
        padding: 13.3% 0 7.78888%;
    }
    .tit_page02 {
        padding: 12.3% 0 2.5%;
    }
    .pagination {
        position: relative;
    }
    .pagination .btn_back_news {
        position: relative;
        margin-top: 20px;
    }
    #page_club-madeira .club-madeira01 {
        background-size: cover;
    }
    #page_club-madeira .club-madeira02 .club02_inner {
        position: relative;
        top: 0;
        left: 0;
        width: 455px;
    }

    #page_madeira-entrada .madeira-entrada01 {
        margin: 5% 3%;
        background: url(../madeira-entrada/images/bg01.png) no-repeat center top;
        background-size: cover;
        padding: 3% 2%;
    }
    #page_madeira-entrada .entrada01_inner {
        margin: 0 0;
        padding: 3% 3%;
    }
    .entrada01_inner .tit01 {
        margin-bottom: 15px;
    }
    .entrada01_inner h4 {
        font-size: 18px;
    }
    #page_madeira-entrada .madeira-entrada02 {
        background-size: cover;
        padding: 30px 0 10px 0;
    }
    .entrada02_inner h4 {
        margin-bottom: 15px;
    }
    .box01_entrada02 .top .img02 {
        width: 33%;
    }
    .tit03 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .tit03 span {
        font-size: 16px;
    }
    .box01_entrada02 {
        margin-bottom: 30px;
    }
    .box01_entrada02 .top h5 {
        margin-bottom: 0;
        width: 100%;
    }
    .box01_entrada02 .menu01 dl {
        margin: 0 0 10px 0;
    }
    .box01_entrada02 .menu01 dl dt {
        width: 280px;
    }
    .left_entrada02,
    .right_entrada02 {
        width: 49%;
    }
    .box01_entrada02 .menu01 .bg_bl01 {
        padding: 10px;
        margin: 25px 0 0 0;
    }
    .box01_entrada02 .menu01 .bg_bl01 .inner {
        padding: 10px 10px;
    }
    #page_madeira-entrada .madeira-entrada03 {
        padding: 30px 0 0 0;
    }
    .madeira-entrada03 h4 {
        margin-bottom: 15px;
    }
    .left_entrada03,
    .right_entrada03 {
        width: 49%;
    }
    .box01_entrada03 .menu02 dl dt {
        width: 285px;
    }
    .madeira-entrada03 .text01 li:nth-child(1) {
        margin: 0 0 0 0;
    }
    .madeira-entrada03 .text01 li {
        margin: 0 0 0 70px;
    }
    .box02_entrada03 {
        margin-bottom: 20px;
        background: url(../madeira-entrada/images/bg04.png) center bottom;
        background-size: cover;
        padding: 3% 3%;
    }
    .box02_entrada03 .img04 {
        width: 35%;
    }
    .box02_entrada03 .right02 {
        width: 63%;
    }
    .box02_entrada03 .right02 h5 {
        font-size: 22px;
    }
    .box02_entrada03 .right02 .text02 {
        margin-bottom: 10px;
    }
    .box02_entrada03 .right02 .btn01 {
        width: 375px;
        font-size: 18px;
        padding: 12px 0;
        background: url(../madeira-entrada/images/icon07.png) no-repeat left 20px center;
    }
    .box03_entrada03 {
        margin-bottom: 35px;
        border: 3px solid #a2b95b;
        background: url(../madeira-entrada/images/bg03.png) center bottom;
        background-size: cover;
        padding: 3% 3%;
    }
    .box03_entrada03 .right03 {
        width: 78%;
    }
    .box03_entrada03 .img05 {
        width: 19%;
    }
    .box03_entrada03 h5 {
        font-size: 24px;
        margin: 15px 0 15px 0;
    }
    .box03_entrada03 .btn02 {
        font-size: 16px;
        padding: 15px 0 15px 35px;
        background: url(../madeira-entrada/images/icon06.png) no-repeat left 10px center;
    }
    .box04_entrada03 {
        padding: 3% 3%;
    }
    .box04_entrada03 li {
        margin: 0 0 20px 0;
        width: 48%;
    }
    .box04_entrada03 li:nth-child(3n) {
        margin: 0 0 20px 0;
    }
    .box04_entrada03 li:nth-child(2n) {
        float: right;
    }
    .box04_entrada03 li:nth-child(2n+1) {
        float: left;
    }
    .box01_entrada03 {
        margin-bottom: 25px;
    }
    .madeira-entrada03 .img03 {
        margin-bottom: 15px;
        padding: 0 10%;
    }
    #page_portugalwine .portugalwine01 .inner_right {
        padding: 60px 0 0 0;
    }
    #page_portugalwine .portugalwine01 .inner_left {
        padding: 60px 0 0 0;
    }
    .ttl_por2 {
        font-size: 27px;
    }
    .ttl_por3 {
        font-size: 16px;
    }
    .ttl_por3 span {
        font-size: 16px;
    }
    .portugalwine03_box .box {
        padding: 5px 5px;
        width: 235px;
    }
    .portugalwine03_box01 {
        margin: 50px 0 40px 0;
    }
    .portugalwine03_box02 {
        margin: 0;
    }
    .portugalwine03_box03 {
        margin: 0 0 20px 0;
    }
    .portugalwine03_box04 {
        margin: 0 0 45px 0;
    }
    .portugalwine03_box05 {
        margin: 0 0 45px 0;
    }
    .portugalwine03_box06 {
        margin: 0 0 45px 0;
    }
    .portugalwine03_box07 {
        width: 200px !important;
        margin: 0 0 45px 0;
    }
    .portugalwine03_box08 {
        margin: 0 0 45px 0;
    }
    .portugalwine03_box09 {
        margin: 0 70px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .pc01 {
        display: none;
    }
    .sp01 {
        display: inline-block;
    }
    .tit_page {
        padding: 31% 0 10%;
        margin-bottom: 14px;
    }
    .tit_page h2 {
        font-size: 60px;
    }
    .tit_page h2 span {
        font-size: 14px;
    }
    .breabcumb {
        display: none;
    }
    .list_anchor ul li {
        min-height: 60px;
        width: 48.5%;
        margin: 0 3% 3% 0;
        background: #333333;
    }
    .list_anchor ul li:nth-child(2n+2) {
        margin-right: 0;
    }
    .list_anchor ul li:nth-child(3n+3) {
        margin-right: 3%;
    }
    .list_anchor ul li:last-child {
        margin-right: 0;
    }
    .list_anchor ul li a {
        font-size: 16px;
    }
    .pagination .btn_back_news {
        width: 80%;
        margin: 20px auto 0;
    }
    .pagination .btn_back_news a {
        font-size: 16px;
    }
    .pagination ul li {
        width: 47%;
    }
    .pagination ul li a {
        font-size: 16px;
    }
    .btn_link a {
        font-size: 14px;
        padding: 8px;
    }
    .tit_line {
        font-size: 30px;
    }
    .tbl_contact table {
        width: 100%;
        margin-bottom: 70px;
    }
    .tbl_contact table tr {
        display: block;
    }
    .tbl_contact table th,
    .tbl_contact table td {
        text-align: left;
        vertical-align: middle;
        font-weight: normal;
    }
    .tbl_contact table th {
        width: 100%;
    }
    .tbl_contact table td {
        width: 100%;
        display: block;
        padding: 15px 0;
    }
    .tbl_contact table td .list_radio.list_ra01 {
        display: flex;
        display: -webkit-flex;
        /* Safari */
        display: -moz-flex;
        /* Firefox */
        display: -ms-flex;
        /* IE */
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
    }
    .tbl_contact table td .list_radio.list_ra01.clearfix:after {
        content: none;
    }
    .tbl_contact table td .list_radio.list_ra01 li {
        margin: 0;
    }
    .tbl_contact table td input[type="text"] {
        width: 100%;
    }
    .tbl_contact table td input.input_number {
        margin-right: 0;
        width: 60%;
    }
    /*PAGE NEWS*/
    #page_news {
        margin: 60px 0 120px;
    }
    #page_news .box_news {
        margin-bottom: 30px;
        display: flex;
        display: -webkit-flex;
        /* Safari */
        display: -moz-flex;
        /* Firefox */
        display: -ms-flex;
        /* IE */
        flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }
    #page_news .box_news figure {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    #page_news .box_news .box_text_news {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    #page_news .box_news .box_text_news .tit_news {
        border-bottom: 1px solid #333;
    }
    /*PAGE COLUMN*/
    #page_column {
        margin: 60px 0 120px;
    }
    #page_column .tit_line {
        margin-bottom: 30px;
    }
    #page_column .list_pro_column {
        margin-bottom: 35px;
    }
    #page_column .list_pro_column ul {
        display: flex;
        display: -webkit-flex;
        /* Safari */
        display: -moz-flex;
        /* Firefox */
        display: -ms-flex;
        /* IE */
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #page_column .list_pro_column ul li {
        float: none;
        width: 49%;
        margin: 0 0 30px 0;
    }
    #page_column .list_pro_column ul li figure {
        position: relative;
    }
    #page_column .list_pro_column ul li figure:after {
        content: '';
        position: absolute;
        right: 1px;
        bottom: 0;
        background: url(../news/images/zoom.png) no-repeat;
        background-size: 100%;
        width: 35px;
        height: 35px;
    }
    #page_column .list_pro_column ul li .box_infor {
        background: url(../common_img/bg_box_infor.jpg);
        padding: 14px 21px 12px;
        margin-bottom: 20px;
    }
    #page_column .list_pro_column ul li .box_infor h4 {
        margin-bottom: 4px;
        line-height: 1.5;
    }
    #page_column .list_pro_column ul li .box_infor .date {
        color: #b7b7b7;
        font-size: 14px;
    }
    #page_column .list_pro_column ul li .btn_link {
        width: 100%;
    }
    #page_column.detail {
        margin: 60px auto 120px;
    }
    #page_column.detail .content {
        width: 100%;
    }
    #page_column.detail .img_col_detail {
        width: 82%;
        margin: 0 auto 22px;
    }
    #page_column.detail .img_col_detail.full_width {
        width: 100%;
    }
    #page_column.detail .tit_date {
        border-bottom: 1px solid #000;
    }
    #page_column.detail .tit_date h3 {
        width: 100%;
    }
    #page_column.detail .tit_date .date {
        font-size: 14px;
    }
    #page_column.detail h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #page_club-madeira .club-madeira01 .btn {
        font-size: 16px;
        width: 270px;
    }
    #page_club-madeira .list_club03 {
        justify-content: space-between;
        gap: 0;
    }
    #page_club-madeira .list_club03 li {
        width: 49%;
        padding: 10px 10px;
        height: 505px;
    }
    #page_club-madeira .list_club03 li {
        border: 2px solid #ffbb00;
    }
    #page_club-madeira .list_club03 li h3 {
        font-size: 12px;
        padding: 5px 5px;
        margin: -20px 0 10px 0 !important;
    }
    #page_club-madeira .list_club03 li .logo {
        margin-bottom: 10px!important;
        height: 69px;
    }
    #page_club-madeira .list_club03 li .add {
        color: #838383;
        float: none;
        font-size: 13px;
        margin-bottom: 10px;
        width: 100%;
    }
    #page_club-madeira .list_club03 li .qr {
        text-align: left;
        float: none;
    }
    #page_club-madeira .list_club03 li:after {
        left: -2px;
        right: -2px;
    }
    .tit01 {
        font-size: 48px;
        margin-bottom: 20px;
    }
    .tit01 span {
        font-size: 16px;
    }
/*    .com-ban {
        background: url(../common_img/bg_ban.png) center top;
        margin: 0 0 -50px 0;
        padding: 30px 0 70px 0;
    }*/
    #page_madeira-entrada .madeira-entrada01 {
        background: url(../madeira-entrada/images/bg01_sp.png) no-repeat center bottom;
        background-size: cover;
    }
    #page_club-madeira .club-madeira01 {
        background: url(../club-madeira/images/bg01_sp.png) no-repeat center bottom;
        background-size: cover;
    }
    .left_entrada02,
    .right_entrada02 {
        float: none !important;
        margin-bottom: 30px;
        width: 100%;
    }
    .left_entrada03,
    .right_entrada03 {
        float: none !important;
        margin-bottom: 30px;
        width: 100%;
    }
    .box01_entrada03 .menu02 dl dt {
        width: 83%;
    }
    .box01_entrada02 .menu01 dl dt {
        width: 81%;
    }
    .box02_entrada03 .img04 {
        float: none;
        margin: auto auto 20px auto;
        text-align: center;
        width: 55%;
    }
    .box02_entrada03 .right02 {
        text-align: center;
        float: none;
        width: 100%;
    }
    .box03_entrada03 h5 {
        font-size: 18px;
        background: url(../madeira-entrada/images/icon05.png) no-repeat right top;
        background-size: 15% auto;
        padding: 10px 17% 10px 0;
        margin: 0 0 15px 0;
    }
    .box03_entrada03 .right03 {
        float: none;
        width: 98%;
    }
    .box03_entrada03 .img05 {
        display: none;
    }
    .box03_entrada03 ul li {
        float: none;
        margin: auto auto 15px auto;
        width: 85%;
    }
    .box04_entrada03 .tit01 {
        margin-bottom: 15px;
    }
    .box04_entrada03 li .text01,
    .box04_entrada03 li .text02 {
        font-size: 18px;
    }
    #page_producers .producers01 {
        margin: 30px 0;
    }
    #page_producers .left_producers01 {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    #page_producers .left_producers01 h3 {
        width: 70%;
        margin-bottom: 15px;
    }
    #page_producers .left_producers01 .txt01 {
        padding: 0 0 0 9%;
    }
    #page_producers .img_producers01 {
        float: none;
        text-align: center;
        width: 100%;
    }
    #page_producers .btn_producers01 {
        width: 350px;
        margin: 15px auto auto auto;
    }
    #page_producers .box01_producers01 {
        margin: 0 0 35px 0;
    }
    .list01_producers01 li {
        width: 100%;
        float: none;
        margin: 80px 0 115px 0;
        background: url(../producers/images/bg02.png) repeat-y center top;
        background-size: 100% auto;
    }
    .list01_producers01 li .img {
        top: -80px;
        width: 120px;
    }
    .list01_producers01 li:before {
        top: -25px;
        background: url(../producers/images/bg02_top.png) no-repeat center top;
        background-size: 100% auto;
    }
    .list01_producers01 li:after {
        bottom: -25px;
        background: url(../producers/images/bg02_bot.png) no-repeat center bottom;
        background-size: 100% auto;
    }
    .list01_producers01 li .inner {
        padding: 40px 3% 3% 3%;
    }
    .list01_producers01 li.last_sp {
        margin: 80px 0 60px 0;
    }
    .text02_producers01 {
        padding: 0 0;
    }
    .list01_producers01 li h4 {
        font-size: 26px;
    }
    .list01_producers01 li h4 strong {
        padding: 0 20px;
        font-size: 20px;
    }
    .tt_st05 {
        font-size: 26px;
    }
    .tt_st05 strong {
        padding: 0 20px;
        font-size: 20px;
    }
    .bg_cl03 {
        padding: 30px 0;
    }
    .producers02 h3 {
        width: 60%;
        margin: auto auto 20px auto;
    }
    .text01_producers02 {
        margin-bottom: 30px;
    }
    .img01_producers02 {
        margin-bottom: 20px;
    }
    .tt01_producers02 {
        background: url(../common_img/line01.png) no-repeat left center;
        background-size: 50px auto;
        font-size: 22px;
        padding: 0 0 0 60px;
        line-height: 1.4;
        margin: 0 0 15px -25px;
    }
    .text02_producers02 {
        margin: 0 0 30px 0;
    }
    .box01_producers02 {
        margin-bottom: 30px;
    }
    .img02_producers02 {
        float: none;
        text-align: center;
        width: 100%;
    }
    .img03_producers02 {
        float: none;
        text-align: center;
        width: 100%;
    }
    .right_producers02 {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .left_producers02 {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .producers03 {
        padding: 30px 0;
    }
    .producers03 h3 {
        margin: auto auto 20px auto;
        width: 35%;
    }
    .text01_producers03 {
        margin-bottom: 25px;
    }
    .list_producers03 li {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 0 15px 0;
    }
    .producers04 h3 {
        margin: auto auto 20px auto;
        width: 65%;
    }
    .producers05 h3 {
        margin: auto auto 20px auto;
        width: 85%;
    }
    .producers05 {
        padding: 30px 0;
    }
    .box_producers05 .inner {
        padding: 5% 3%;
    }
    .tt_st03 {
        font-size: 20px;
    }
    .producers05 .rows02 .col_producers05 {
        float: none;
        width: 100%;
    }
    .box_make01 {
        padding: 5% 3%;
    }
    .box_make01 ul li {
        float: none;
        margin-bottom: 30px;
        width: 100%;
    }
    .img02_make01 {
        text-align: center;
        margin-bottom: 15px;
        float: none;
    }
    .right_make01 {
        float: none;
        width: 100%;
    }
    .make02 {
        padding: 30px 0%;
    }
    .box_make02 {
        overflow-x: auto;
        width: 100%;
    }
    .box_make02 .tbl_make02 {
        width: 900px;
    }
    .make03 {
        background-size: 100% auto;
        padding: 30px 0;
    }
    .img_make03 {
        float: none;
        text-align: center;
        margin-bottom: 15px;
        width: 100%;
    }
    .make04 {
        padding: 30px 0;
    }
    .box_make04 {
        padding: 4% 4%;
        margin-bottom: 25px;
    }
    .left_make04 {
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }
    .right_make04 {
        float: none;
        margin-bottom: 10px;
        width: 100%;
    }
    .img01_make04,
    .img02_make04 {
        float: none;
        text-align: center;
    }
    .box_make04 h4 {
        font-size: 38px;
        margin-bottom: 10px;
    }
    .make05 {
        background-size: 100% auto;
        padding: 30px 0;
    }
    .madeira01 {
        margin: 30px 0;
        background: url(../madeira/images/bg01.png) center bottom;
        background-size: cover;
        padding: 20px 0;
    }
    .box_madeira01_inner {
        padding: 20px 12%;
        background: url(../madeira/images/bg03.png) no-repeat center center;
        background-size: 100% auto
    }
    .tit02 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .tit02 span {
        display: block;
        margin: 0 0 0 0;
        font-size: 14px;
    }
    .box_madeira02 {
        padding: 0 3% 20px 3%;
    }
    .map_madeira02 {
        margin-bottom: 30px;
        height: 220px;
        background-size: 165%;
    }
    .col01_madeira02 {
        float: none;
        width: 100%;
        margin: 0 0 0 0;
    }
    .col02_madeira02 {
        float: none;
        width: 100%;
        margin: 0 0 0 0;
    }
    .text02_madeira02 {
        font-size: 16px;
    }
    .madeira02 dl dt {
        width: 150px;
        font-size: 16px;
        padding: 5px 5px;
    }
    .madeira02 dl dd {
        font-size: 15px;
        padding: 6px 10px;
    }
    .madeira02 {
        margin-bottom: 20px;
    }
    .madeira03 {
        padding: 20px 0;
    }
    .chart_madeira03 {
        margin: 30px 0 0 0;
        text-align: center;
    }
    .box_madeira04_first {
        margin: 30px 0 30px 0;
    }
    .right_madeira04 {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .left_madeira04 {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .img01_madeira04,
    .img02_madeira04 {
        float: none;
        margin: 0;
        text-align: center;
    }
    .img03_madeira04 {
        float: none;
        margin: 0;
        text-align: center;
    }
    .box_madeira04 {
        margin: 0 0 20px 0;
    }
    .box_madeira05 {
        margin: 30px 0 30px 0;
    }
    .box_make05_in {
        padding: 4%;
    }
    .img04_madeira04 {
        width: 45%;
        margin: 0 3% 0 0;
    }
    .box_make05_in h3 {
        font-size: 20px;
        text-align: left;
        margin-bottom: 15px;
    }
    .btn_madeira05 .btn_more {
        max-width: 320px;
        float: none;
        width: auto;
        font-size: 14px;
    }
    .btn_madeira05 .btn_more a {
        font-size: 15px;
        background: url(../common_img/arr2_off.png) center right 10px no-repeat;
    }
    .btn_madeira02 a {
        width: 115px;
    }
    .tit04 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .tit04 span {
        font-size: 20px;
    }
    .tit05 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .tit06 {
        padding: 0 0 0 25px;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .tit07 {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .tit07 span {
        background: url(../common_img/line02.png) no-repeat left center, url(../common_img/line02.png) no-repeat right center;
        background-size: 15px auto;
        padding: 0 17px;
    }
    #page_enjoy {}
    .enjoy01 {
        margin: 30px 3%;
    }
    .enjoy02 {
        padding: 30px 3% 10px 3%;
    }
    .bg03 {
        padding: 30px 3%;
    }
    .txt01_enjoy {
        margin-bottom: 20px;
    }
    .list_enjoy02 li:nth-child(2n+1) {
        float: none;
    }
    .list_enjoy02 li:nth-child(2n) {
        float: none;
    }
    .list_enjoy02 li:last-child {
        margin-bottom: 0;
    }
    .list_enjoy02 li {
        margin-bottom: 25px;
        width: 100%;
    }
    .img_enjoy02 {
        width: 46%;
    }
    .right_enjoy02 h5 {
        margin-bottom: 7px;
        font-size: 18px;
    }
    .enjoy03 {
        padding: 30px 3%;
    }
    .icon_enjoy03 {
        width: 35px;
    }
    .tit_enjoy03 h4 {
        font-size: 18px;
        display: block;
        padding: 3px 0 0 45px;
    }
    .tit_enjoy03 {
        margin-bottom: 10px;
    }
    .list_enjoy03 li {
        float: none;
        width: 100%;
        text-align: left;
        padding: 4% 0;
        border-right: 0;
        border-bottom: 2px dotted #aec271;
    }
    .list_enjoy03 li:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }
    .img_ebjoy04 {
        float: none;
        text-align: center;
        margin: 0 0 15px 0;
    }
    .box01_enjoy04 {
        margin: 0 0 25px 0;
    }
    .box02_enjoy04 {
        margin: 0 0 25px 0;
    }
    .enjoy05 {
        padding: 30px 3%;
    }
    .img_ebjoy05 {
        margin: 0 0 10px 0;
        float: none;
    }
    .enjoy06 {
        padding: 30px 3%;
    }
    .img_enjoy06 {
        margin: 15px 0 0 0;
        float: none;
    }
    .box01_enjoy06 {
        margin-bottom: 30px;
    }
    .box02_enjoy06 .box_make05_in {
        padding: 4% 4%;
    }
    .box02_enjoy06 h3 span {
        max-width: 270px;
        display: block;
        margin: auto auto 5px auto;
        font-size: 14px;
    }
    .row_enjoy06 h4 {
        font-size: 18px;
    }
    .box_make05_in h3 {
        text-align: center;
        font-size: 16px;
    }
    .left_enjoy06 {
        float: none;
        width: 100%;
        margin: 0 0 15px 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #000;
        border-right: 0;
    }
    .right_enjoy06 {
        float: none;
        width: 100%;
        border-right: 0;
    }
	
	ul.plink_enjoy li {
		width: 100%;
	}
	
    #page_products {}
    .products01 {
        margin: 20px 0 0 0;
        background-size: 100% auto;
        padding: 30px 1%;
    }
    .products01_cv01 {
        margin: 20px 0;
        padding: 0 4%;
        background: url(../products/images/bg01.png) repeat-y center top;
        background-size: 100% auto;
    }
    .products01_cv01:before {
        top: -30px;
        background: url(../products/images/bg01_top.png) no-repeat center top;
        background-size: 100% auto;
    }
    .products01_cv01:after {
        bottom: -30px;
        background-size: 100% auto;
    }
    .box_products01 {
        padding: 4% 3%;
        margin: 20px 0;
    }
    .list_products01 li {
        width: 48%;
        padding: 3% 1% 20px 1%;
        margin: 0 1.5% 35px 0;
        vertical-align: top;
        border: 1px solid #d1b38b;
    }
    .list_products01 li:nth-child(3n) {
        margin: 0 1.5% 35px 0;
    }
    .text_products01 {
        bottom: -12px;
        left: 5px;
        right: 5px;
        font-size: 13px;
        padding: 6px 0;
    }
    .products02 {
        padding: 30px 3%;
    }
    .cate_products02 li {
        font-size: 20px;
        width: 48%;
        padding: 0 0 5px 18px;
        background: url(../products/images/icon01.png) no-repeat left top;
        background-size: 15px auto;
        margin: 0 0 15px 0;
    }
    .cate_products02 li:nth-child(2n) {
        float: right;
    }
    .cate_products02 li:nth-child(2n+1) {
        float: left;
    }
    .products02 h3 {
        font-size: 24px;
    }
    .products03 {
        padding: 30px 3% 10px 3%;
    }
    .list_products03 li {
        width: 100%;
        margin: 0 0 25px 0;
        float: none;
    }
    .list_products03 li:nth-child(2n) {
        margin: 0 0 25px 0;
    }
    .info_product h4 {
        font-size: 26px;
        padding: 0 0 10px 0;
    }
    .info_product h4 span {
        font-size: 16px;
        background: url(../common_img/line02.png) no-repeat left 10px;
        background-size: 15px auto;
        padding: 0 0 0 20px;
    }
    .price_products03 span {
        font-size: 26px;
    }
    .style_products03 .icon_red {
        width: 75px;
        height: 27px;
        font-size: 16px;
        padding: 6px 0;
        background-size: 75px auto;
    }
    .style_products03 .icon_green {
        width: 75px;
        height: 27px;
        font-size: 16px;
        padding: 6px 0;
        background-size: 75px auto;
    }
    .style_products03 .icon_gold {
        width: 75px;
        height: 27px;
        font-size: 16px;
        padding: 6px 0;
        background-size: 75px auto;
    }
    .style_products03 .txt_style_products03 {
        padding: 0 0 0 80px;
    }
    .products05 {
        padding: 30px 3% 10px 3%;
    }
    .box_products05 {
        width: 100%;
        overflow-x: auto;
    }
    .box_products05 .tbl_products05 {
        width: 1100px;
    }
    .tbl_products05 th {
        font-size: 18px;
    }
    .products06 {
        padding: 30px 3%;
    }
    .box_products06 {
        background-size: cover;
    }
    .box_products06 .inner {
        padding: 5% 4%;
    }
    .img01_products06 {
        float: none;
        margin: auto auto 15px auto;
        width: 200px;
        text-align: center;
    }
    .right02_products06 {
        width: 100%;
        float: none;
    }
    .right02_products06 h4 {
        font-size: 24px;
    }
    .text02_products06 {
        margin-bottom: 20px;
    }
    .right02_products06 .btn01 {
        width: 100%;
        font-size: 18px;
        padding: 12px 0 13px 30px;
        font-weight: normal;
        background: url(../products/images/dl01.png) no-repeat left 20px center;
        text-align: center;
    }
    .products07 {
        background: #ecf0f3 url(../products/images/bg06.png) no-repeat center bottom;
        background-size: 100% auto;
        padding: 30px 3%;
    }
    .list_products07 li {
        margin-bottom: 25px;
        width: 100%;
    }
    .text_products07 {
        margin: 0 0 0 20px;
    }
    .tit08 {
        background: url(../common_img/icon_tit06.png) no-repeat left top;
        background-size: 13px auto;
        padding: 0 0 13px 20px;
        margin-bottom: 15px;
        font-size: 20px;
    }
    .tit08 span {
        font-size: 14px;
    }
    #page_chart .chart01 {
        margin: 30px 0 0 0;
        background: url(../chart/images/bg01.png);
    }
    #page_chart .chart01_inner {
        padding: 50px 3%;
        background: url(../chart/images/bg02.png) no-repeat center bottom;
        background-size: 330% auto;
    }
    .box_chart0101 {
        background: rgba(255, 255, 255, 0.9);
        padding: 3% 5% 5% 5%;
        text-align: center;
    }
    .box_chart0101 h3 {
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 20px;
        color: #333333;
    }
    .box_chart0101 h3 span {
        color: #85c432;
        display: block;
        background: url(../chart/images/line01.png) no-repeat center center;
        background-size: 100% auto;
        padding: 0 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    #page_chart .chart02_inner {
        padding: 30px 2%;
        background: url(../chart/images/bg03.png) no-repeat center top;
        background-size: cover;
    }
    .img_chart02 {
        text-align: center;
    }
    .sec01_chart {
        padding: 30px 3%;
    }
    .sec02_chart {
        padding: 30px 3%;
    }
    .box_chart03 {
        border: 3px solid #bb9c60;
        padding: 2px;
    }
    .box_chart03_inner {
        border: 1px solid #bb9c60;
        padding: 3%;
    }
    .left_chart03 {
        float: none;
        width: 100%;
    }
    .right_chart03 {
        float: none;
        width: 100%;
    }
    .img01_chart03 {
        float: none;
        width: 84%;
        margin: 0 8% 20px 8%;
    }
    .img02_chart03 {
        float: none;
        width: 84%;
        margin: 0 8% 20px 8%;
    }
    .chart03 h3 {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 25px;
        text-align: center;
        color: #85c432;
    }
    .chart03 h3 span {
        font-family: 'Bodoni MT', sans-serif;
        color: #333333;
        font-size: 16px;
    }
    .tit01_chart03 {
        font-size: 16px;
        color: #fff;
        background: url(../chart/images/bg_tit01_sp.png) no-repeat left top;
        background-size: cover;
        padding: 8px 5px;
        margin-bottom: 15px;
        position: relative;
        line-height: 1.3;
        height: auto;
        min-height: 40px;
    }
    .tit01_chart03:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: url(../chart/images/bg04.png) no-repeat right top;
        background-size: auto 100%;
    }
    .tit01_chart03 small {
        font-size: 13px;
    }
    .tit01_sub_chart03 {
        font-size: 16px;
        padding: 0 0 8px 0;
    }
    .tit01_sub_chart03 span {
        font-size: 16px;
    }
    .text01_chart03 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .text01_chart03 .icon01_chart03 {
        width: 70px;
        margin-right: 5px;
    }
    .box_chart03 .btn_more {
        margin: auto;
        width: 270px;
    }
    .tit02_chart03 {
        font-size: 16px;
        color: #fff;
        background: url(../chart/images/bg_tit02_sp.png) no-repeat left top;
        background-size: cover;
        padding: 8px 5px;
        margin-bottom: 15px;
        line-height: 1.3;
        position: relative;
        height: auto;
        min-height: 40px;
    }
    .tit02_chart03:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: url(../chart/images/bg04.png) no-repeat right top;
        background-size: auto 100%;
    }
    .tit02_chart03 small {
        font-size: 13px;
    }
    .tit02_sub_chart03 {
        font-size: 16px;
        padding: 0 0 8px 0;
    }
    .tit02_sub_chart03 span {
        font-size: 16px;
    }
    .text01_chart03 .icon02_chart03 {
        width: 70px;
        margin-right: 5px;
    }
    .tit03_chart03 {
        font-size: 16px;
        color: #fff;
        background: url(../chart/images/bg_tit03_sp.png) no-repeat left top;
        background-size: cover;
        padding: 8px 5px;
        margin-bottom: 15px;
        line-height: 1.3;
        position: relative;
        height: auto;
        min-height: 40px;
    }
    .tit03_chart03:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: url(../chart/images/bg04.png) no-repeat right top;
        background-size: auto 100%;
    }
    .tit03_chart03 small {
        font-size: 13px;
    }
    .tit03_sub_chart03 {
        font-size: 16px;
    }
    .tit03_sub_chart03 span {
        font-size: 16px;
    }
    .text01_chart03 .icon03_chart03 {
        width: 70px;
        margin-right: 5px;
    }
    .tit04_chart03 {
        font-size: 16px;
        color: #fff;
        background: url(../chart/images/bg_tit04_sp.png) no-repeat left top;
        background-size: cover;
        padding: 8px 5px;
        margin-bottom: 15px;
        line-height: 1.3;
        position: relative;
        height: auto;
        min-height: 40px;
    }
    .tit04_chart03:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: url(../chart/images/bg04.png) no-repeat right top;
        background-size: auto 100%;
    }
    .tit04_chart03 small {
        font-size: 13px;
    }
    .tit04_sub_chart03 {
        font-size: 16px;
    }
    .tit04_sub_chart03 span {
        font-size: 16px;
        color: #333333;
    }
    .text01_chart03 .icon04_chart03 {
        width: 70px;
        margin-right: 5px;
    }
    .chart07 {
        padding: 30px 3%;
        text-align: center;
    }
    .chart07 h3 {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 30px;
    }
    #page_about {}
    #page_about .about01 {
        text-align: left;
        padding: 40px 0 10px 0;
        margin-bottom: 40px;
        background: url(../about/images/bg01.png) no-repeat right 6% bottom;
        background-size: 230% auto;
    }
    #page_about .txt_ab01 {
        padding: 0 20% 0 3%;
    }
    #page_about .about02_inner {
        padding: 0 0 30px 0;
    }
    .about02 .tit01 {
        margin-bottom: 30px;
    }
    .box01_ab02 {
        margin-bottom: 30px;
    }
    .box01_ab02 .img_l {
        float: none;
        text-align: center;
        margin: 0 0 10px 0;
        width: 100%;
    }
    .box01_ab02 .img_r {
        float: none;
        text-align: center;
        margin: 0 0 10px 0;
        width: 100%;
    }
    .box01_ab02 .txt {
        padding: 0;
    }
    .box02_ab02 .img_l {
        float: none;
        margin: auto auto 10px auto;
        text-align: center;
        width: 60%;
    }
    .box02_ab02 .img_l img {
        margin: 0 0 15px 0;
    }
    #page_about .txt02_ab {
        text-align: right;
        margin: 20px 0 0 0;
    }
    #page_about .txt02_ab img {
        width: 220px;
    }
    .box02_ab02 .txt {
        padding: 0;
    }
    #page_trip .trip01 {
        background: none;
        background-size: cover;
        padding: 0;
    }
    #page_trip .trip01 .tit01 {
        background: url(../trip/images/icon01.png) no-repeat left 10px;
        background-size: 35px auto;
        padding: 0 0 0 40px;
        font-size: 40px;
    }
    #page_trip .trip01 .inner {
        width: 100%;
        padding: 0;
    }
    #page_trip .trip01 .txt {
        margin-bottom: 20px;
    }
    #page_trip .trip01 .btn_more {
        float: none;
        width: 100%;
        max-width: 400px;
    }
    #page_trip .trip01 .btn_more a {
        font-size: 14px;
    }
    .img_trip01 {
        margin: 25px 0 0 0;
    }
    #page_trip .trip02 {
        padding: 35px 1%;
    }
    .trip02_box01 .tit01 {
        font-size: 40px;
    }
    .trip02_box01 .map {
        margin: 10px 0 20px 0;
    }
    .link02_trip02 li {
        margin-bottom: 25px;
        width: 100%;
    }
    .link02_trip02 li .img {
        width: 47%;
    }
    .link02_trip02 li .info1 {
        width: 50%;
    }
    .link02_trip02 {
        margin-bottom: 0;
    }
    .link02_trip02 li .trip02_tt01 .num {
        background: url(../trip/images/icon03.png) no-repeat center top;
        background-size: 30px auto;
        width: 30px;
        padding: 6px 0;
        font-size: 20px;
    }
    .link02_trip02 li .trip02_tt01 .txt {
        font-size: 16px;
        padding: 0 0 0 34px;
    }
    .trip02 .txt03 {
        margin: 0 0 25px 0;
    }
    .trip02 .btn_more {
        width: 100%;
        font-size: 14px;
        max-width: 400px;
    }
    .trip02 .btn_more a {
        font-size: 14px;
    }
    .trip03 {
        background: url(../trip/images/bg02.jpg) no-repeat center top;
        background-size: cover;
        padding: 20px 0 10px 0;
    }
    .trip03 .tit01 {
        font-size: 40px;
    }
    .list_trip03 li {
        width: 48%;
        margin: 0 4% 15px 0;
    }
    .list_trip03 li:nth-child(2n) {
        margin: 0 0 15px 0;
    }
    .list_trip03 li:nth-child(4n) {
        margin: 0 0 15px 0;
    }
    #page_portugalwine {}
    #page_portugalwine .portugalwine01 {}
    #page_portugalwine .portugalwine01 .box1 {
        background: url(../portugal_wine/images/img02.jpg) no-repeat center top;
        background-size: cover;
        height: auto;
    }
    #page_portugalwine .portugalwine01 .inner_right {
        float: right;
        width: 100%;
        padding: 45px 10px 30px 10px;
    }
    #page_portugalwine .portugalwine01 .inner_left {
        width: 100%;
        padding: 45px 10px 30px 10px;
    }
    .ttl_por1 {
        font-size: 38px;
        margin-bottom: 15px;
        background: url(../portugal_wine/images/icon01.png) no-repeat left center;
        background-size: 75px auto;
        padding: 24px 0 6px 70px;
    }
    .ttl_por1 span {
        display: block;
        font-size: 16px;
    }
    .ttl_por2 {
        font-size: 28px;
    }
    #page_portugalwine .portugalwine01 .box2 {
        background: url(../portugal_wine/images/img03.jpg) no-repeat center top;
        background-size: cover;
        height: auto;
    }
    #page_portugalwine .portugalwine01 .box2 .ttl_por1 {
        text-align: right;
        background: url(../portugal_wine/images/icon02.png) no-repeat right center;
        background-size: 75px auto;
        padding: 24px 70px 6px 0;
    }
    #page_portugalwine .portugalwine01 .box3 {
        background: url(../portugal_wine/images/img06.jpg) no-repeat center top;
        background-size: cover;
        height: auto;
    }
    .portugalwine03.bg02 {
        padding: 30px 3%;
    }
    .portugalwine03_box {
        padding: 0 10px;
        position: relative;
        background: none
    }
    .ttl_por3 {
        text-align: center;
        margin-bottom: 5px;
        font-size: 17px;
        color: #000;
        line-height: 1.2;
        font-weight: bold;
    }
    .ttl_por3 span {
        font-size: 16px;
        display: block;
        font-family: 'Bodoni MT', sans-serif;
    }
    .txt_por3 {
        font-size: 14px;
        font-weight: normal;
    }
    .portugalwine03 .num {
        display: none;
    }
    .portugalwine03_box .box {
        padding: 0;
        display: table;
        width: 100%;
    }
    .portugalwine03_box01 {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
        background-color: #568a2f;
        margin: 0 0 15px 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #568a2f;
        border-bottom: 4px solid #568a2f;
    }
    .portugalwine03_box .inner {
        display: table-cell;
        padding: 10px 10px;
        background: #fff;
    }
    .portugalwine03 .num {
        width: 35px;
        display: table-cell;
        text-align: center;
        font-family: 'Bodoni MT', sans-serif;
        vertical-align: middle;
        color: #fff;
        font-weight: bold;
        font-size: 26px;
    }
    .portugalwine03_box02 {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
        background-color: #9e6540;
        margin: 0 0 15px 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #9e6540;
        border-bottom: 4px solid #9e6540;
    }
    .portugalwine03_box03 {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
        background-color: #5f5b55;
        margin: 0 0 15px 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #5f5b55;
        border-bottom: 4px solid #5f5b55;
    }
    .portugalwine03_box04 {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
        background-color: #582d4b;
        margin: 0 0 15px 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #582d4b;
        border-bottom: 4px solid #582d4b;
    }
    .portugalwine03_box05 {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
        background-color: #ad939f;
        margin: 0 0 15px 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #ad939f;
        border-bottom: 4px solid #ad939f;
    }
    .portugalwine03_box06 {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
        background-color: #805871;
        margin: 0 0 15px 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #805871;
        border-bottom: 4px solid #805871;
    }
    .portugalwine03_box07 {
        float: none;
        background-color: #a37d2e;
        margin: 0 0 15px 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #a37d2e;
        padding: 0;
        width: 100% !important;
        border-bottom: 4px solid #a37d2e;
    }
    .portugalwine03_box08 {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
        background-color: #c1af49;
        margin: 0 0 15px 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #c1af49;
        border-bottom: 4px solid #c1af49;
    }
    .portugalwine03_box09 {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
        background-color: #4e8e99;
        margin: 0 0 15px 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #4e8e99;
        border-bottom: 4px solid #4e8e99;
    }
    .portugalwine04 {
        padding: 40px 3%;
    }
    .portugalwine04 h3 {
        background: url(../portugal_wine/images/line01.png) no-repeat center center;
        background-size: 100% auto;
        font-size: 16px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 640px) {
    .pagination ul li {
        width: 47%;
    }
    .tbl_contact table {
        margin-bottom: 40px;
    }
    .tbl_contact table th {
        min-height: 60px;
        padding: 15px 10px;
    }
    .tbl_contact table th p {
        padding-left: 65px;
    }
    .tbl_contact #formEnd .confirm {
        margin-bottom: 30px;
    }
    .tbl_contact #formEnd .btn_submit {
        height: 60px;
        width: 80%;
        margin: auto;
    }
    /*PAGE CONTACT*/
    #page_contact {
        margin: 30px 0 0;
    }
    #page_contact .txt01 {
        margin-bottom: 25px;
    }
    #page_contact .tbl_contact {
        margin-bottom: 60px;
    }
    #page_contact #pp {
        background: url(../contact/images/bg_pp.jpg) top left;
        padding: 30px 0 110px;
    }
    #page_contact #pp h3 {
        margin-bottom: 30px;
    }
    #page_contact #pp .txt02 {
        margin-bottom: 25px;
    }
    #page_contact #pp .box_text_pp {
        background: #fff;
        padding: 25px 10px;
    }
    #page_contact #pp .box_text_pp p,
    #page_contact #pp .box_text_pp li {
        line-height: 1.5;
    }
    #page_contact #pp .box_text_pp .txtp01 {
        margin-bottom: 25px;
    }
    #page_contact #pp .box_text_pp ul {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 490px) {
    .p_contact footer #f_footer {
        margin-top: -150px;
        padding: 175px 0 50px;
    }
    #page_news {
        margin: 60px 0 60px;
    }
    #page_column {
        margin: 60px 0 60px;
    }
    #page_column.detail {
        margin: 60px 0 60px;
    }
    .tit_page h2 {
        font-size: 46px;
    }
    .link02_trip02 li .info2 .txt {
        margin-bottom: 10px;
    }
	#page_madeira-entrada .madeira-entrada01_img {
		margin: 0 0 10% 0;
	}
	#page_madeira-entrada .madeira-entrada01_img ul {
		margin-top: 5%;
		position: relative;
		padding: 0 3%;
	}
    #page_madeira-entrada .madeira-entrada01_img li {
		float: left;
		width: 49%;
		margin: 0 2% 2% 0;
	}
    #page_madeira-entrada .madeira-entrada01_img li:nth-child(2n) {
		margin-right:0;
		}
}

@media only screen and (max-width: 414px) {
    #page_producers .btn_producers01 {
        width: 100%;
    }
    .box02_entrada03 .right02 .btn01 {
        width: 100%;
        font-size: 16px;
        padding: 12px 0;
    }
    #page_club-madeira .club-madeira02 .club02_inner {
        width: 100%;
    }
    #page_club-madeira .club-madeira02 {
        padding: 30px 0;
    }
/*    .com-ban ul li:nth-child(2n+1) {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .com-ban ul li:nth-child(2n) {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }*/
    .tit01 {
        font-size: 46px;
        margin-bottom: 20px;
    }
    .btn_link a {
        background: url(../common_img/arr2_off.png) center right 10px no-repeat;
    }
    .btn_link a:hover {
        background: url(../common_img/arr2_on.png) center right 10px no-repeat;
    }
    .list_anchor ul li a {
        font-size: 14px;
    }
    #page_contact .txt01 {
        letter-spacing: -1px;
    }
    #page_column .list_pro_column ul li .box_infor {
        padding: 10px 7px 10px;
    }
}

@media only screen and (max-width: 375px) {
    .list_products01 li {
        width: 100%;
        padding: 3% 1% 20px 1%;
        margin: 0 0 35px 0;
    }
    .list_products01 li:nth-child(3n) {
        margin: 0 0 35px 0;
    }
    .cate_products02 li {
        font-size: 18px;
    }
    .link02_trip02 li .img {
        width: 100%;
        text-align: center;
        float: none;
        margin-bottom: 10px;
    }
    .link02_trip02 li .info1 {
        width: 100%;
        float: none;
    }
    .ttl_por2 {
        margin-bottom: 10px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 320px) {
    #page_club-madeira .list_club03 li {
        width: 99%;
        padding: 10px 10px;
        height: auto;
    }
    #page_club-madeira .list_club03 li h4 {
        margin-bottom: 10px;
        min-height: auto;
    }
    .tit03 {
        font-size: 28px;
    }
    .box04_entrada03 li .text01,
    .box04_entrada03 li .text02 {
        font-size: 15px;
    }
    .box03_entrada03 h5 {
        font-size: 16px;
        background: url(../madeira-entrada/images/icon05.png) no-repeat right top;
        background-size: 15% auto;
        padding: 6px 17% 6px 0;
        margin: 0 0 10px 0;
    }
    .box04_entrada03 .tit01 {
        font-size: 40px;
    }
    .list_anchor ul li {
        min-height: 45px;
    }
    .list_anchor ul li a {
        font-size: 12px;
    }
    #page_club-madeira .club-madeira01 .btn {
        font-size: 14px;
        width: 230px;
    }
    .tit_line {
        font-size: 24px;
    }
}

.map-sp {
    position: relative;
    display: none;
}

.map-pc {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .map-sp {
        display: block;
    }
    .map-pc {
        display: none;
    }
}

.drop_pro {
    position: relative;
    padding-bottom: 65px;
}

.drop_pro .bnt {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.drop_pro .tb {
    display: none;
}

.style_tb1 {
    width: 400px;
}

.style_tb3 {
    width: 150px;
}

.style_tb4 {
    width: 200px;
}
#page_madeira-entrada .madeira-entrada04{
    background: url(../madeira-entrada/images/bg05.jpg) no-repeat center top;
    background-size: cover;
    padding: 60px 0 85px;
}
#page_madeira-entrada .madeira-entrada04 h3{
    margin-bottom: 8px;
}
#page_madeira-entrada .madeira-entrada04 h4{
    text-align: center;
    color: #85c432;
    font-size: 18px;
    margin-bottom: 45px;
}
#page_madeira-entrada .madeira-entrada04 h3.tit01 {
    margin-bottom: 0;
    line-height: 1;
}
#page_madeira-entrada .madeira-entrada04 .img01 {
    text-align: center;
}
#page_madeira-entrada .madeira-entrada04 .text01{
    text-align: center;
    margin-bottom: 70px;
}
#page_madeira-entrada .madeira-entrada04 .calendar{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#page_madeira-entrada .madeira-entrada04 .calendar li{
    width: 31.2%;
}
#page_madeira-entrada .madeira-entrada04 .calendar li p{
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
}
#page_madeira-entrada .madeira-entrada04 .calendar table{
    width: 100%;
}
#page_madeira-entrada .madeira-entrada04 .calendar table th,
#page_madeira-entrada .madeira-entrada04 .calendar table td{
    border: 1px solid #000;
}
#page_madeira-entrada .madeira-entrada04 .calendar table th{
    background: #a2b95b;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight: normal;
    padding: 10px;
}
#page_madeira-entrada .madeira-entrada04 .calendar table td{
    vertical-align: top;
}
#page_madeira-entrada .madeira-entrada04 .calendar table td.bg p{
    background: #f1f4f6;
}
#page_madeira-entrada .madeira-entrada04 .calendar table td p{
    line-height: 1;
    padding: 7px 7px 32px;
    position: relative;
    background: #fff;
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
}
#page_madeira-entrada .madeira-entrada04 .calendar table td p:after{
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    left: 0;
    margin: auto;
    top: 16px;
}

#page_madeira-entrada .madeira-entrada04 .calendar table td.day_red p:after{
    background: #f54337;
}
#page_madeira-entrada .madeira-entrada04 .calendar table td.day_green p:after{
    background: #009588;
}
#page_madeira-entrada .madeira-entrada04 .calendar table td.day_org p:after{
    background: #ff9802;
}
#page_madeira-entrada .madeira-entrada04 .calendar table td.day_yell p:after{
    background: #ffef59;
}
#page_madeira-entrada .madeira-entrada04 .calendar table td.bg{
    background: #f1f4f6;
}
#page_madeira-entrada .madeira-entrada04 .note{
    display: flex;
    justify-content: center;
    margin-bottom: 75px;
}
#page_madeira-entrada .madeira-entrada04 .note li{
    position: relative;
    margin: 0 40px;
    padding-left: 30px;
}
#page_madeira-entrada .madeira-entrada04 .note li:before{
    content: '';
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 13px;
    height: 13px;
    border-radius: 100%;
}
#page_madeira-entrada .madeira-entrada04 .note li:nth-child(1):before{
    background: #f54337;
}
#page_madeira-entrada .madeira-entrada04 .note li:nth-child(2):before{
    background: #009588;
}
#page_madeira-entrada .madeira-entrada04 .note li:nth-child(3):before{
    background: #ffef59;
}
#page_madeira-entrada .madeira-entrada04 .note li:nth-child(4):before{
    background: #ff9802;
}
#page_madeira-entrada .madeira-entrada04 .tbl01{
    width: 100%;
    margin-bottom: 90px;
}
#page_madeira-entrada .madeira-entrada04 .tbl01 th, #page_madeira-entrada .madeira-entrada04 .tbl01 td{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    vertical-align: middle;
    text-align: left;
    padding: 23px;
}
#page_madeira-entrada .madeira-entrada04 .tbl01 th{
    background: #f1f4f6;
}
#page_madeira-entrada .madeira-entrada04 .tbl01 th{
    width: 26%;
}
#page_madeira-entrada .madeira-entrada04 .tbl01 td{
    width: 74%;
    padding: 23px 30px 23px 35px;
}
#page_madeira-entrada .madeira-entrada04 .tbl01 td .access_map a{
    color: #fff;
    text-decoration: none;
    background: url(../madeira-entrada/images/arrow.png) center right 20px no-repeat #000;
    width: 170px;
    text-align: center;
    border-radius: 30px;
    display: block;
    float: right;
    margin-top: 28px;
}
#page_madeira-entrada .madeira-entrada04 .tbl01 td .tel span{
    font-size: 22px;
    font-weight: bold;
}
#page_madeira-entrada .madeira-entrada04 .tbl01 td .tel span a{
    text-decoration: none;
    color: #000;
}
@media only screen and (min-width: 767px) {
    #page_madeira-entrada .madeira-entrada04 .tbl01 td .tel_sp{
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    #page_madeira-entrada .madeira-entrada04 .tbl01 td .tel_pc{
        display: none;
    }
    #page_madeira-entrada .madeira-entrada04 .tbl01 td .tel_sp{
        display: block;
    }
}
#page_madeira-entrada .madeira-entrada04 .box_cont{
    background: rgba(255, 255, 255, 0.4);
    padding: 55px 60px;
}
#page_madeira-entrada .madeira-entrada04 .box_cont h3{
    font-size: 26px;
    text-align: center;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#page_madeira-entrada .madeira-entrada04 .box_cont h3 span{
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
#page_madeira-entrada .madeira-entrada04 .box_cont h3 span:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    margin: auto;
    width: 35px;
    height: 1px;
    background: #000;
}
#page_madeira-entrada .madeira-entrada04 .box_cont h3 span:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto;
    width: 35px;
    height: 1px;
    background: #000;
}
#page_madeira-entrada .madeira-entrada04 .box_cont h4{
    color: #c60c0c;
    font-size: 21px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #c60c0c;
    margin-top: 36px;
    text-align: left;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#page_madeira-entrada .madeira-entrada04 .box_cont p.f18{
    margin-top: 14px;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    #page_madeira-entrada .madeira-entrada04{
        padding: 30px 0;
    }
    #page_madeira-entrada .madeira-entrada04 h4{
        margin-bottom: 30px;
        font-size: 14px;
    }
    #page_madeira-entrada .madeira-entrada04 .tit01{
        font-size: 30px;
    }
    #page_madeira-entrada .madeira-entrada04 .text01{
        margin-bottom: 30px;
        letter-spacing: -0.3px;
    }
    #page_madeira-entrada .madeira-entrada04 .calendar{
        display: block;
    }
    #page_madeira-entrada .madeira-entrada04 .calendar li{
        width: 80%;
        margin: 0 auto 20px;
    }
    #page_madeira-entrada .madeira-entrada04 .calendar li p{
        margin-bottom: 10px;
    }
    #page_madeira-entrada .madeira-entrada04 .note{
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    #page_madeira-entrada .madeira-entrada04 .note li{
        padding-left: 20px;
    }
    #page_madeira-entrada .madeira-entrada04 .note li:before{
        bottom: 3px;
        left: 5px;
        width: 10px;
        height: 10px;
    }
    #page_madeira-entrada .madeira-entrada04 .note li{
        margin: 0;
        width: 47%;
    }
    #page_madeira-entrada .madeira-entrada04 .tbl01{
        margin-bottom: 40px;
    }
    #page_madeira-entrada .madeira-entrada04 .tbl01 th, #page_madeira-entrada .madeira-entrada04 .tbl01 td{
        border-bottom: none;
        padding: 10px;
    }
    #page_madeira-entrada .madeira-entrada04 .tbl01 th{
        width: 100%;
        display: block;
    }
    #page_madeira-entrada .madeira-entrada04 .tbl01 td{
        width: 100%;
        padding: 10px;
        display: block;
    }
    #page_madeira-entrada .madeira-entrada04 .tbl01 td .tel span{
        font-size: 14px;
    }
    #page_madeira-entrada .madeira-entrada04 .box_cont{
        background: rgba(255, 255, 255, 0.4);
        padding: 5% 2%;
    }
    #page_madeira-entrada .madeira-entrada04 .tbl01 td .access_map a{
        margin-bottom: 20px;
    }
    #page_madeira-entrada .madeira-entrada04 .box_cont h4{
        margin-top: 15px;
    }
    #page_madeira-entrada .madeira-entrada04 .box_cont h4{
        font-size: 18px;
        padding-bottom: 2px;
    }
    #page_madeira-entrada .madeira-entrada04 .box_cont p.f18{
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 480px) {
	#page_madeira-entrada .madeira-entrada04 .calendar iframe{
		height: 400px;
	}
}







/* footer */
.com-ban {
    background: url(../common_img/bg_ban.png) center top;
    margin: 0 0 -230px 0;
    padding: 50px 0 200px 0;
}

.com-ban ul {
    padding: 0 30px;
}

.com-ban ul li {
    float: left;
    width: 320px;
    display: table;
    background: #fff;
    margin: 0 40px 40px 0;
}

.com-ban ul li:nth-child(3n) {
    margin: 0 0 40px 0;
}

.com-ban ul li:hover {}

.com-ban ul li a {
    width: 100%;
    display: table;
    text-decoration: none;
}

.com-ban ul li .img {
    width: 120px;
    overflow: hidden;
    position: relative;
    display: table-cell;
}

.com-ban ul li .img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.com-ban ul li .right {
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
}

.com-ban ul li .right .text_green {
    color: #79ac44;
    font-family: 'Bodoni MT', sans-serif;
    font-size: 18px;
}

.com-ban ul li .right .text01 {
    line-height: 1.3;
    transition: all 0.5s;
    font-size: 18px;
}

.com-ban ul li:hover .right .text01 {
    color: #79ac44;
}

.com-ban ul li:hover .img img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: all 0.5s;
}


@media only screen and (max-width: 1150px) {
    .com-ban ul li:nth-child(3n),
    .com-ban ul li{
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
}