﻿@charset "UTF-8";

/***************************************************
	blog.css
***************************************************/
html {    margin-top: 0!important;}
#blog .blog_headline {
    position: relative;
    text-align: center;
}
#blog .blog_headline img {
    margin: 0 auto;
    background: none;
}
#blog .blog_headline .main_ttl {
    position: absolute;
    top: 50%;
    left: calc(50% - 188px);
    margin-bottom: 0;
    color: #fff;
    font-size: 35px;
    font-weight: normal;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,1);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#blog .blog_headline .ttl_en {    font-size: 70px;}

#blog .blog_headline .main_ttl span {
    display: block;
    margin-top: 50px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0,0,0,1);
}
#blog .blog_headline .main_ttl span.circleItem {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 0 -2px 5px;
    border: 3px solid #fff;
    border-radius: 50px;
    box-shadow: 2px 2px 4px rgba(0,0,0,1);
/*    line-height: 1;*/
}

#blog .entry {    font-family: 'Lato', 'Noto Sans JP', sans-serif;}
/*#blog .entry {    font-family: Osaka, Meiryo, メイリオ, sans-serif;}*/
#blog .modalBox {   font-family: "arial unicode ms", arial, Osaka, Meiryo, メイリオ, sans-serif;}
#blog .entry .container-fluid .ttl08 {
    font-size: 18px;
}
#blog .entry .blog_head + article img { width: 100%;}

@media only screen and (max-width: 1240px) {
    #blog .blog_headline .main_ttl {
        left: calc(50% - 134px);
        font-size: 25px;
    }
    #blog .blog_headline .ttl_en {    font-size: 50px;}
    #blog .blog_headline .main_ttl span {    margin-top: 30px;}
}
@media only screen and (max-width: 768px) {
    #blog .blog_headline .main_ttl {
        left: calc(50% - 94px);
        font-size: 20px;
    }
    #blog .blog_headline .ttl_en {    font-size: 35px;}
    #blog .blog_headline .main_ttl span {
        margin-top: 5px;
        line-height: 1.3;
    }
    #blog .blog_headline .main_ttl span.circleItem {
        width: 18px;
        height: 18px;
        border: 3px solid #fff;
    }
}
    
/*　main
--------------------------------------*/
#main {
    width: 640px;
    padding-right: 25px;
/*    border-right: 1px solid #8c8b8b;*/
}

/*--- entry ---*/
.entry time,
#page #side .entryList time {
    display: inline-block;
    padding-left: 20px;
    background: url(/img/common/ico10.png) 0 50% no-repeat;
    background-size: 15px;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    font-family: "arial unicode ms", arial, Osaka, Meiryo, メイリオ, sans-serif;
}
.entry .txt {
    font-size: 16px;
    line-height: 2;
}
.entry .container-fluid .txt {
    font-size: 15px;
    line-height: 1.8;
}

.entry .container-fluid {    padding: 0;}
.entry article {
    margin-bottom: 60px;
    /*padding-bottom: 60px;*/
}
.entry article a {
    display: block;
    color: #000;
    text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.entry article a:hover {
    opacity: .7;
}

/*--- modal ---*/
.modalBox {
    margin: 20px 0;
}
.modalBox .profile {    font-size: 20px;}


/*--- tag ----*/
.entry .tagArea {    padding: 20px 0;}
.entry .tag {
    display: inline-block;
    margin-right: 20px;
}
.entry .tag img  {    box-shadow: 1px 2px 2px rgba(0,0,0,.2);}
.entry .item_tag01 {    box-shadow: 2px 2px 4px rgba(0,0,0,.2);}

/*--- blog_head ---*/
.entry .blog_head {
    /*max-width: 573px;*/
    padding: 5px 10px 7px;
    background: #b4c6e7;
    color: #fff;
    font-family: "arial unicode ms", arial, Osaka, Meiryo, メイリオ, sans-serif;
}
.entry .blog_head .new_icon {
    height: 20px;
    margin-right: 10px;
    padding: 5px 20px;
    background: #b84548;
    border-radius: 50px;
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    #main {
        width: 100%;
        padding-right: 0;
        border-right: none;
    }

    /*--- entry ---*/
    .entry time {
        font-size: 18px;
    }
    .entry .ttl06 {
        border-bottom: none;
        text-decoration: underline;
    }
    .entry .txt {
        font-size: 16px;
        line-height: 1.8;
    }
    .entry article {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    .entry article::after {
        left: 0;
        bottom: 0;
        width: 100%;
        margin-left: 0;
    }
}

/*　side
--------------------------------------*/
#side {
    width: 340px;
    padding-left: 20px;
    font-family: "arial unicode ms", arial, Osaka, Meiryo, メイリオ, sans-serif;
}

/*--- greeting ---*/
#side .greeting_head {
    width: 100%;
    height: 37px;
    padding: 0 45px;
    background: #b4c6e7 url(/img/common/ico08.png) 10px center no-repeat;
    background-size: 25px auto;
    color: #fff;
    font-family: "arial unicode ms", arial, Osaka, Meiryo, メイリオ, sans-serif;
}
#side .ttl05 {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    /*font-size: 21px;*/
    font-size: 20px;
}
#side .greeting {
    margin-bottom: 30px;
/*
    padding-bottom: 20px;
    border-bottom: 1px dotted #c3c1c1;
*/
    font-size: 18px;
    line-height: 2;
}
#side .greeting .profile {
    margin-bottom: 20px;
    font-size: 20px;
}
#side .greeting_ttl {
    padding: 5px 0 5px 45px;
    background: url(/img/common/ico09.png) 0 50% no-repeat;
    background-size: 35px auto;
    font-size: 20px;
}

/*--- archive list ---*/
#side .archiveList {    border-bottom: 1px dotted #c3c1c1;}
#side .archive_ttl {
    padding-left: 30px;
    background: url(/img/common/ico11.png) 0 50% no-repeat;
    background-size: 22px;
}

/*--- archive acordion ---*/
/*--- acTtl ---*/
#side .archiveList {
    margin-bottom: 30px;
    cursor: pointer;
}
#side .archiveList .acTtl {
    position: relative;
    padding: 10px 30px;
	-webkit-transition: all .3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#side .archiveList .acTtl:hover {
    color: #59040b;
}
#side .archiveList .acTtl::before {
	content: '';
    position: absolute;
    top: calc(50% - 6px);
    left: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #3c4160;
}
#side .archiveList .acTtl.active::before {
    position: absolute;
    top: calc(50% - 6px);
    left: 8px;
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 6px 0 6px;
    border-color: #3c4160 transparent transparent transparent;
}

/*--- acCon ---*/
#side .archiveList .acCon {
    display: none;
    padding-left: 40px;
}
#side .archiveList .acCon.active {    display: block;}
#side .archiveList .acCon li {    padding-bottom: 5px;}
#side .archiveList .acCon a {
    position: relative;
    padding-bottom: 5px;
    color: #000;
    text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#side .archiveList .acCon a:hover {
    color: #59040b;
}
#side .archiveList .acCon a::after {
	content: '';
	position: absolute;
	bottom: 0;
    left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #59040b;
	-webkit-transition: all .4s ease;
	transition: all 0.4s ease;
}
#side .archiveList .acCon a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
#side .archiveList .acCon ul {    margin-bottom: 0;}

/*--- categoly list ---*/
#side .catList {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #c3c1c1;
}
#side .catList .archive_ttl {    margin-bottom: 20px;}
#side .catList ul {    margin-bottom: 0;}
#side .catList li {
    position: relative;
    padding: 2px 30px;
	-webkit-transition: all .4s ease;
	transition: all 0.4s ease;
}
#side .catList li a {
    color: #000;
    text-decoration: none;
}
#side .catList li a:hover {    color: #59040b;}
#side .catList li::before {
    position: absolute;
    top: calc(50% - 6px);
    left: 8px;
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #3c4160;
	-webkit-transition: all .3s ease;
	transition: all 0.3s ease;
}
#side .catList li.white::before {    border-color: transparent transparent transparent #42beec;}/*白ワイン*/
#side .catList li.red::before {    border-color: transparent transparent transparent #bc1b02;}/*赤ワイン*/
#side .catList li.champagne::before {    border-color: transparent transparent transparent #dfba06;}/*シャンパーニュ*/
/*#side .catList li:nth-child(4)::before {    border-color: transparent transparent transparent #ead492;} スパークリング*/
#side .catList li.everyday::before {    border-color: transparent transparent transparent #6ea815;}/*日常*/
#side .catList li.news::before {    border-color: transparent transparent transparent #6c2b92;}/*ニュース*/
#side .catList li.other::before {    border-color: transparent transparent transparent #768187;}/*その他*/

#side .catList li:hover::before {
    left: 12px;
}

@media only screen and (max-width: 768px) {
    #side .catList {    margin-bottom: 30px;}
    #side .catList ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #side .catList li {
        width: 48%;
        margin-bottom: 10px;
        padding: 0;
    }
    #side .catList li::before,
    #side .catList li::after {
        display: none;
    }
    #side .catList li a {
        display: block;
        position: relative;
        padding: 10px;
        border-radius: 5px;
        background: #3c4160;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }

    #side .catList li.white a {    background: #42beec;}/*白ワイン*/
    #side .catList li.red a {    background: #bc1b02;}/*赤ワイン*/
    #side .catList li.champagne a {    background: #dfba06;}/*シャンパーニュ*/
    /*#side .catList li:nth-child(4) a {    background: #ead492;} スパークリング*/
    #side .catList li.everyday a {    background: #6ea815;}/*日常*/
    #side .catList li.news a {    background: #6c2b92;}/*ニュース*/
    #side .catList li.other a {    background: #768187;}/*その他*/

    #side .catList li a::before {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -4px;
        content: '';
        width: 8px;
        height: 8px;
        border: 0px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #side .catList li a:hover {    color: #fff;}
}

/*--- communication ---*/
#side .communication .btnArea {    margin-bottom: 10px;}
#side .communication .btnArea li {    margin-right: 10px;}
#side .communication .btnArea li a {    display: block;}

#side .communication .comment {
    position: relative;
    margin: 0 6px 60px 6px;
    padding: 20px;
    border: 2px solid #8a8a8a;
    /*background: url(/img/news/bg01.jpg) 0 0 no-repeat;*/
    /*background-size: contain;*/
    font-family: "arial unicode ms", arial, Osaka, Meiryo, メイリオ, sans-serif;
}
#side .communication .comment::before {
    content: url(/img/news/bg01.png);
    position: absolute;
    top: -13px;
    left: -6px;
}
#side .communication .comment::after {
    content: url(/img/news/bg01.png);
    position: absolute;
    top: -13px;
    right: -6px;
}

#side .communication .comment_inn::before {
    content: url(/img/news/bg01.png);
    position: absolute;
    left: -6px;
    bottom: -13px;
}
#side .communication .comment_inn::after {
    content: url(/img/news/bg01.png);
    position: absolute;
    right: -6px;
    bottom: -13px;
}

@media only screen and (max-width: 768px) {
    .greeting_ttl {    font-size: 20px;}
    #side {
        width: 100%;
        padding-left: 0;
    }

    /*--- communication ---*/
    #side .communication .btnArea {    justify-content: center;}
    
    /*--- calendar ---*/
    #side .calendar {    text-align: center;}
}


/*　page
--------------------------------------*/
/*--- tagArea ---*/
.titleArea {
    margin-bottom: 50px;
    padding-bottom: 35px;
    border-bottom: 1px solid #c3c1c1;
}
.titleArea .sub_ttl {
    font-size: 20px;
    line-height: 1.8;
}
.entry.page .tagArea {    padding: 0 20px 0 0;}
.entry.page .tagArea .time {
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 10px;
    padding: 22px;
    background: url(/img/blog/bg_day.png) 50% 50% no-repeat;
    background-size: contain;
    color: #fff;
    text-align: center;
    font-family: Impact,Charcoal;
    font-size: 26px;
    line-height: 1.2;
    text-shadow: 1px 1px 2px rgba(4,0,0,.5);
}
/*.entry.page .tagArea .time .time_year {    letter-spacing: 1px;}*/
.entry.page .tagArea .time {    letter-spacing: 1px;}
.entry.page .tag {
    margin-right: 0;
}

@media only screen and (max-width: 768px) {
    .entry.page  {    padding-top: 30px;}

    .entry.page article {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .titleArea {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    .titleArea .sub_ttl {    font-size: 15px;}
    .entry.page .tagArea .time {
        padding: 15px;
        /*background-size: 70px auto;*/
        color: #fff;
        text-align: center;
        font-family: Impact,Charcoal;
        font-size: 18px;
    }
    .entry .tag {    margin-right: 20px;}
    .entry.page .tag {    margin-right: 0;}
    .entry.page .tagArea .time .time_year {    letter-spacing: 1px;}
}

/*--- title ---*/
/*.page .ttl06 {    font-weight: bold;}*/



/*--- introduction ---*/
.introduction {
    max-width: 450px;
    margin: 0 auto;
}
.introduction a {
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
}
.introduction a::after {
	position: absolute;
	right: 20px;
	bottom: 30px;
	margin-top: -6px;
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: 1px solid #b84548;
	border-right: 1px solid #b84548;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.introduction a:hover::after {	right: 15px;}

.introduction .row {
    flex-wrap: wrap;
    padding: 20px 20px 20px 35px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 3px rgba(0,0,0,.2);
}
.introduction .imgBox {
    width: calc(30% - 35px);
    margin-right: 35px;
    text-align: center;
}
.introduction .txtBox {
    width: 65%;
}

.introduction .introduction_ttl {
    padding: 15px 0 25px;
    font-size: 26px;
    font-weight: normal;
}
.introduction h2.introduction_ttl {    margin-bottom: 0;}
.introduction .introduction_list ul {    margin-bottom: 0;}
.introduction .introduction_list li {    margin-bottom: 5px;}

@media only screen and (max-width: 768px) {
    .introduction .row {
        margin: 0;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 2px 10px 3px rgba(0,0,0,.2);
    }
    .introduction .imgBox {
        width: 100%;
        /*max-width: 40px;*/
        margin-right: 15px;
        text-align: center;
    }
    .introduction .imgBox img {
        max-width: 70px;
    }
    .introduction .txtBox {
        width: 100%;
    }
    .introduction .introduction_ttl {
        padding: 15px 0 25px;
        font-size: 20px;
        font-weight: normal;
    }
    .introduction .introduction_list li {    font-size: 14px;}
}


/*--- ently ---*/
.entry.page .ently_img {    margin-bottom: 30px;}
.entry.page .ently_txt {
    margin-bottom: 70px;
    font-size: 18.5px;
    line-height: 2;
}

@media only screen and (max-width: 768px) {
    .entry.page .ently_img {
        margin-bottom: 20px;
        text-align: center;
    }
    .entry.page .ently_txt {
        margin-bottom: 40px;
        font-size: 16px;
    }
}

/*--- side_ently ---*/
.blog_page #side .archive_entry {    margin-bottom: 70px;}
.blog_page #side .archive_entry .ttl {
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center;
}
.blog_page #side .archive_entry .ttl img {
    margin-right: 5px;
    box-shadow: 1px 2px 2px rgba(0,0,0,.2);
}

.blog_page #side .entryList article a {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #adadad;
    text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog_page #side .entryList article:last-child a {    border-bottom: none;}
.blog_page #side .entryList article a:hover {
    opacity: .7;
}
.blog_page #side .entryList img {
    width: 90px;
    height: 90px;
    margin-right: 10px;
    object-fit: cover;
}
.blog_page #side .entryList ul {
    margin-top: -5px;
    margin-bottom: 0;
}
.blog_page #side .entryList .ttl {
    margin-bottom: 10px;
    padding-bottom: 2px;
    border-bottom: 1px solid #666;
    color: #020031;
    font-size: 13px;
    text-align: left;
}
.blog_page #side .entryList .txt {
    color: #020031;
    font-size: 11px;
}

/*--- categoly list ---*/
#side .catList {
    padding-top: 30px;
    border-top: 1px dotted #c3c1c1;
}

/*--- pagenation for WP---*/
ul.page-numbers{display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
	justify-content: center!important;
}
 ul.page-numbers {    margin-bottom: 0;}
.page-numbers li {
    margin-right: 15px;
}
.pagination li:last-child {
    margin-right: 0;
}
.pagination a {
    color: #000;
    font-size: 20px;
    text-align: center;
}
.pagination a:hover {
    color: #000;
}

ul.page-numbers li a.page-numbers,
.page-numbers li .current{
    border: 1px solid #959596;
	-webkit-transition: all .3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
	background-color: #fff;
	font-size: 20px;
}
ul.page-numbers li a.page-numbers:hover {
    border: 1px solid #959596;
    background: #e1e1e5;
	text-decoration: none;
}
li.page-numbers:first-child .page-numbers,
li.page-numberslast-child .page-numbers {
    border-radius: 0;
}
.page-numbers li .current {
    background: #e1e1e5;
    color: #000;
}
li.page-item a .page-link{color: #000;}
ul.pagination li.page-item a:hover{ text-decoration: none;}

@media only screen and (max-width: 768px) {
    ul.page-numbers {
        padding-bottom: 40px;
    }
}

.eye_catch {height: 213px; overflow: hidden;}
@media only screen and (max-width: 768px) {
.eye_catch {height: auto;}
}


#side .archiveList dd.acCon:first-of-type {
	display:block;
}

/*アコーディオンアイコンの表示メモ*/
/*下向き△*/
#side .archiveList dt.acTtl:first-of-type::before {
    position: absolute;
    top: calc(50% - 6px);
    left: 8px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 6px 0 6px;
    border-color: #3c4160 transparent transparent transparent;
}
/*横向き△*/
#side .archiveList dt.active:first-of-type::before {
	content: '';
    position: absolute;
    top: calc(50% - 6px);
    left: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #3c4160;
}

/*ブログだけなぜか上部にスペースの対応
#header {
    position: relative;
    height: 58px;
}
@media only screen and (max-width: 768px) {
 #header {
    position: relative;
    height: 8px;
}
}*/
/*バナー非表示にしたい*/
.introduction .introduction_list ul:empty {	background: #D7B0B1!important;}