@charset "utf-8";
@import url(////fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic,900,900italic);

/*
  共通CSS
--------------------------------------------- */
html {
    font-size: 62.5%;
    /* sets the base font to 10px for easier math */
}

body {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #643200;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

input, textarea {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","メイリオ","meiryo", "Lucida Grande", "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

input[type="submit"] {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    color: #643200;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width:100%;
    vertical-align: bottom;
}

li {
    list-style: none;
}
.gothic {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","メイリオ","meiryo", "Lucida Grande", "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.center {
    text-align: center;
}
.clearfix:after{
    content: ".";
    display: block;
    clear: both;
    visibility:hidden;
    height: 0;
    font-size:0;
}
.fLeft {
    float: left;
}
.fRight {
    float: right;
}
.width50 {
    width: 50%;
}
.content {
    box-sizing: border-box;
}
.paragraph:not(:first-child) {
    margin-top: 1em;
}

/* placeholder */
input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 100;
}
input:-ms-input-placeholder {
    color: #ccc;
    font-weight: 100;
}
input::-moz-placeholder {
    color: #ccc;
    font-weight: 100;
}

/** リンク **/
.btn, .linkInitialize {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
}
.btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    zoom: 1;
}
#scrollTop {
    width: 50px;
    height: 50px;
    display: none;
    position: fixed;
    bottom: 35px;
    right: 30px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    opacity: 0.8;
    z-index: 5000;
    cursor: pointer;
}

/** ボタン **/
.contact-btn {
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    background: rgba(255,255,255,0.5);
    border: 1px solid #643200;
    width: 100%;
    max-width: 300px;
    font-weight: bold;
}
.contact-btn:after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #643200;
    margin: auto;
    width: 0;
    height: 0;
}

/*
  header
--------------------------------------------- */
.header {
    background-color: #91A7DD;
    position: relative;
    z-index: 9999;
}
.headerContent {
    box-sizing: border-box;
    width: 1100px;
    margin: 0 auto;
}
.header__logo {
    padding: 25px 0;
}
.header-upper {
    margin-bottom: 1px;
    height: 1px;
    width: 100%;
    background-color: #91A7DD;
}
.header-under {
    width: 100%;
    height: 2px;
    background-color: #91A7DD;
    margin-top: 1px;
}

/*
  nav
--------------------------------------------- */
.nav {
    display: table;
    table-layout: fixed;
}
.nav__item {
    display: table-cell;
    vertical-align: middle;
}
.nav__item.has-arrow {
    position: relative;
}
.nav__arrow {
    position: absolute;
    display: block;
    top: calc(50% - 4px);
    right: 8px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -ms-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
}
.nav__arrow.active {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}
.nav__item > a {
    display: block;
    text-align: center;
    text-decoration: none;
}
.nav__menu-head {
    font-size: 1.8rem;
}
.nav__menu-list {
    font-size: 1.4rem;
}
.nav__menu-icon,
.nav__menu-letter {
    vertical-align: baseline;
}
.nav__menu-letter {
    color: #FFF;
    padding-left: 0.5em;
}

/*
  background
--------------------------------------------- */
.outerWrapper {
    background-image: url(images/common/top_bg.png);
    background-repeat: repeat;
    position: relative;
    z-index: 2;
}
.contentWrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.innerWrapper {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #8A8EB4;
    z-index: 11;
}
.wrapperBg__Left {
    background-image: url(images/common/top_bg_left.png);
    background-repeat: repeat-y;
    width: 365px;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 10;
}
.wrapperBg__Right {
    background-image: url(images/common/top_bg_right.png);
    background-repeat: repeat-y;
    width: 365px;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 10;
}

/*
  footer
--------------------------------------------- */
.footer-upper {
    height: 1px;
    margin-bottom: 1px;
    background-color: #6B8AD1;
    width: 100%;
}
.footerWrapper {
    background-color: #6B8AD1;
    color: #ffffff;
    font-weight: 100;
}
.footerBox-info {
    float: left;
}
.footerBox-sitemap {
    margin: 0 auto;
}
.info-logo {
    width: 280px;
}
.info-logo__name {
    text-align: center;
    margin-top: 10px;
    line-height: 2.2rem;
    font-size: 1.9rem;
}
.infoLogoName-kana {
    font-size: 1.2rem;
}
.sitemapList {
    list-style: none;
    margin-left: 30px;
}
.sitemapList__item {
    margin: 10px 0;
}
.sitemapList__item:first-child {
    margin-top: 0;
}
.sitemapList__item:last-child {
    margin-top: 0;
}
.sitemapList__item:before {
    content: '+';
    margin-right: 5px;
}
.footer__copy {
    text-align: center;
    font-size: 1.2rem;
    padding: 5px;
    color: #55557F;
    font-weight: 300;
}
.label-footerAccess {
    width: 154px;
    height: 30px;
    line-height: 30px;
    color: #666699;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
    border-radius: 50px;
}
.info-address__detail {
	padding-bottom: 10px;
}

/*
  under common
--------------------------------------------- */
.main-title {
    text-align: center;
}
.main-title__letter {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 50px;
    font-weight: normal;
    word-break: break-word;
}
.main-sub {
    text-align: center;
}
.main-text {
    box-sizing: border-box;
}
.main-text.is-center {
    text-align: center;
}
.main-picture {
    position: relative;
}
.main-picture:before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid #FFF;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
}
.main-btn {
    text-align: center;
}

/** flex **/
.flex-start { justify-content: flex-start !important; }
.flex-end { justify-content: flex-end !important; }
.flex-top { align-items: flex-start !important; }
.flex-stretch { align-items: stretch !important; }
.flex-fix {flex-shrink: 0 !important;}
.flex-fill {flex-grow: 1 !important;}


/*
  Top
--------------------------------------------- */
/* bx-slider */
.bx-wrapper .bx-viewport {
    box-shadow: 0 0 0px #ccc;
    border:  0;
    left: 0;
    max-height: 850px;
}
.bxslider {
    overflow: hidden;
    height: 100%;
}
.bxslider-img {
    width: 100%;
}

.content-full {
    width: 100%;
    position: relative;
}
.mainArea {
    max-height: 850px;
}
.main__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #A8A8C6;
}
.main__content__logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.top__main {
    box-sizing: border-box;
    padding: 10px 20px 10px 10px;
    height: 100%;
}
.top__main__text {
    color: #ffffff;
    font-weight: 100;
    font-size: 1.2rem;
}
.top__main__list {
    list-style: none;
    text-align: right;
}
.top__main__list__item {
    margin: 15px 0;
}
.top-icon {
    margin-right: 15px;
}
.top-icon__btn {
    margin: 0 5px;
}
.label {
    text-align: center;
    border-radius: 50px;
}
.label-access {
    background-color: rgba(187,141,95, 0.7);
    width: 160px;
    height: 30px;
    line-height: 30px;
    font-size: 2.0rem;
    color: #fff;
}
.label-contact {
    background-color: rgba(145,167,221, 0.7);
    width: 160px;
    height: 30px;
    line-height: 30px;
    font-size: 2.0rem;
    color: #fff;
}
.label-more {
    width: 180px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #91A7DD;
    font-size: 1.6rem;
    margin: 30px auto 0;
}
.top-title {
    text-align: center;
}
/* concept */
.concept__img {
    position: absolute;
    z-index: 20;
}
.img-bracket02 {
    margin-top: 350px;
    margin-left: 650px;
}
.img-chair {
    right: 0;
    bottom: 0;
}
.concept__caption {
    margin-top: 50px;
    margin-left: 80px;
}
.concept__description {
    font-size: 2.0rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    margin-left: 80px;
    line-height: 4.0rem;
    position: relative;
    margin-top: 30px;
    margin-bottom: 100px;
    font-weight: 500;
}
/* menu */
.menuList {
    list-style: none;
    text-align:center;
}
.menuList__item {
    position: relative;
}
.item-menu__Box {
    position: absolute;
    text-align: center;
    color: #333;
}
.menuBox__title {
    text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}
.menuBox__description {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.indent01 {
    text-indent: -1em;
    padding-left: 1em;
}
.linkInitialize {
    position: relative;
}
/* information */
.infoBox {
    padding: 0;
}
.infoBox-news {
    padding-right: 20px;
}
.infoBox-map {
    padding-left: 20px;
}
.info__title {
    font-size: 2.4rem;
    color: #666699;
    border-bottom: 1px solid #666699;
    margin-bottom: 20px;
    position: relative;
}
.infoTitle__more {
    position: absolute;
    bottom: 8px;
    right: 0;
}
.infoTitle__more > span {
    font-size: 1.2rem;
}
.info__gMap {
    width: 530px;
    height: 300px;
}
.info__description {
    margin-top: 10px;
    color: #333;
}
.info__route {
    float: right;
    margin-top: 25px;
}
.label-info {
    background-color: #91A7DD;
    width: 225px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    position: relative;
}
.info__label-arrow {
    position: absolute;
    top: 4px;
    right: 7px;
}
.info__newsList {
    list-style: none;
    overflow: hidden;
}
.newsList__item {
    padding-bottom: 20px;
    overflow: hidden;
}
.newsList__time {
    color: #666699;
    font-size: 1.6rem;
    float: left;
    font-weight: bold;
}
.newsList__category {
    text-align: center;
    border-radius: 3px;
    color: #ffffff;
    width: 50px;
    height: 18px;
    line-height: 18px;
    font-size: 1.0rem;
    float: left;
    margin: 2px 20px;
}
.category-blog {
    background-color: #226B81;
}
.category-event {
    background-color: #B22D00;
}
.newsList__title {
    font-size: 1.6rem;
    color: #666699;
}

/*
  About Us
--------------------------------------------- */
.about-title {
    text-align: center;
}
.main-concept__text {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    line-height: 2;
    font-weight: bold;
}
.about-btn {
    box-sizing: border-box;
    display: block;
    text-align: center;
    background: #7373A2;
    box-shadow: 5px 5px 0 0 #AAA;
    margin: 0 auto;
    padding: 10px 2%;
    width: 100%;
    max-width: 740px;
    font-size: 1.6rem;
    color: #FFF;
}
.about-info__table {
    box-sizing: border-box;
    width: 100%;
}
.about-info__table th,
.about-info__table td {
    text-align: left;
    font-weight: normal;
}
#map {
    box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.5);
}
.flow-text {
    box-sizing: border-box;
}

/*
  Menu
--------------------------------------------- */
/** menu common **/
.menu-content {
    position: relative;
}
.menu-picture {
    position: relative;
}
.menu-picture:before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid #643200;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
}
.menu-title {
    box-sizing: border-box;
    text-align: center;
    background: rgba(100,50,0,0.6);
    border-radius: 5px;
    padding: 5px 0;
    color: #FFF;
}
.menu-text {
    font-weight: bold;
}
.menu-text__line {
    text-align: center;
}

/** menu list **/
.menu-list__item {
    box-sizing: border-box;
    background: #FFF;
    position: relative;
    width: 100%;
    max-width: 340px;
}
.menu-list__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border: 1px solid;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    z-index: 0;
}
.menu-head {
    text-align: center;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
}
.menu-head__letter {
    display: block;
}
.menu-inner {
    position: relative;
    padding: 90px 20px 20px;
    z-index: 1;
}
.menu-inner__list:not(:first-child) {
    margin-top: 10px;
}
.menu-inner__item {
    display: block;
    position: relative;
    background: #643200;
    padding: 5px 10px;
    color: #FFF;
}
.menu-inner__item:after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #FFF;
    margin: auto;
    width: 0;
    height: 0;
}
.menu-inner__time {
    text-align: right;
    padding-right: 2em;
    font-size: 1.4rem;
}

/** menu info **/
.menu-info {
    box-sizing: border-box;
    font-weight: bold;
}
.menu-info.is-central {
    text-align: center;
}
.menu-info__central {
    display: inline-block;
    text-align: left;
}
.menu-info__title {
    text-align: center;
    display: block;
    background: #643200;
    padding: 5px 0;
    color: #FFF;
    font-weight: bold;
}
.menu-info__title.is-left {
    left: 0;
}
.menu-info__title.is-right {
    right: 0;
}
.menu-price {
    padding-left: 30px;
}
.menu-detail {
    display: block;
    padding-left: 1em;
}
.menu-info__time {
    font-weight: normal;
}
.menu-info__indent {
    padding-left: 1em;
}
.menu-info__name {
    display: block;
}
.menu-annotation {
    font-size: 1.4rem;
}
.menu-okawari {
    display: inline-block;
}
.menu-okawari__price {
    display: block;
    text-align: center;
}
.menu-other {
    text-align: right;
}
.menu-btn {
    text-align: center;
}
.menu-info__name:not(:last-child) {
    margin-bottom: 5px;
}
.menu-info__item:not(:last-child) {
    margin-bottom: 5px;
}

/** menu flex **/
.menu-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

/*
  Space
--------------------------------------------- */
.space-text {
    display: inline-block;
    text-align: left;
}
.space-guide {
    background: rgba(255,255,255,0.5);
    border: 2px solid #977A5A;
    padding: 5px;
}
.space-guide__content {
    position: relative;
}
.space-annotation {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
}
.space-guide__title {
    box-sizing: border-box;
    background: #643200;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5px 0;
    border-radius: 5px;
    width: 100%;
    color: #FFF;
}
.space-guide__picture {
    text-align: center;
}

/*
  Contact
--------------------------------------------- */
.contact-text {
    box-sizing: border-box;
    text-align: center;
}
/* form部分 */
.contact-item__content {
    max-width: 600px;
}
.contact-item__head {
    box-sizing: border-box;
    font-weight: bold;
}
.contact-item__head.is-req:after {
    content: url(https://cafe-festaria.com/wp/wp-content/themes/festaria/images/common/req.png);
    display: inline-block;
    padding-left: 10px;
    color: #F00;
}
.text-field {
    display: block;
    border: 1px solid #e6e6e6;
    padding: 5px;
    border-radius: 4px;
}
.text-field.is-col1 {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.text-field.is-col2 {
    width: 49%;
    box-sizing: border-box;
}
.text-field.is-col2:not(:first-child) {
    margin-left: 2%;
}
.contact-annotation {
    text-align: center;
    font-weight: bold;
}
.contact-annotation__wrapper {
    display: inline-block;
    text-align: left;
}
.contact-annotation__submit {
    text-align: center;
}
.submit-btn {
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    background: rgb(255, 255, 255);
    border: 1px solid #643200;
    width: 100%;
    max-width: 300px;
    font-weight: bold;
}
/* Contact Form 7 */
/* 単項目エラー */
.wpcf7 span.wpcf7-not-valid-tip {
    font-weight: bold;
    font-size: 1.6rem;
}
/* 送信成功メッセージ */
.wpcf7 div.wpcf7-mail-sent-ok {
    background-color: #fff;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
}
/* 送信失敗メッセージ */
.wpcf7 div.wpcf7-mail-sent-ng {
    background-color: #fff;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
}
/* 入力チェックエラー */
.wpcf7 div.wpcf7-validation-errors {
    background-color: #fff;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
}

/*
  Blog
--------------------------------------------- */
/** post **/
.post {
    box-sizing: border-box;
}
.post-area {
    background: #FFF;
    padding: 5px;
    overflow: hidden;
}
.post-area__wrapper {
    border: 1px solid #643200;
    padding: 19px 29px 19px 19px; /* subtraction 1px */
}
.post-head__date {
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
}
.post-head__title {
    box-sizing: border-box;
    color: #333;
}
.post-head__nopost {
    font-size: 2.0rem;
}
.post-head__title:after {
    content: '';
    display: block;
    background: url(https://cafe-festaria.com/wp/wp-content/themes/festaria/images/common/border.png);
    height: 1px;
}
.post-content {
    color: #333;
}
.post-content__category {
    box-sizing: border-box;
    background: #D1C4B6;
    text-align: center;
}
.post-content__text {
    box-sizing: border-box;
}
.post-content__text img {
    height: auto;
}
.post-btn {
    text-align: right;
}
.post-btn__more {
    position: relative;
    text-align: center;
    vertical-align: middle;
    border-top: 1px dotted;
    border-bottom: 1px dotted;
    width: 140px;
    height: 35px;
    line-height: 35px;
}
.post-btn__more:after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #643200;
    margin: auto;
    width: 0;
    height: 0;
}

/** sidebar **/
.sidebar {
    box-sizing: border-box;
}
.sidebar-content {
    box-shadow: 0px 0px 10px -2px #643200;
    background: #FFF;
    padding: 5px;
}
.sidebar-title {
    text-align: center;
    background: #643200;
    color: #FFF;
}
.sidebar-list li {
    background: url(https://cafe-festaria.com/wp/wp-content/themes/festaria/images/common/cup_S.png) no-repeat left 4px;
    padding-left: 25px;
    font-weight: bold;
}
.sidebar-list li:not(:last-child) {
    margin-bottom: 0.5em;
}

/** pager **/
.pager-area {
    text-align: center;
}
.page-numbers {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
}
.page-numbers:not(.dots) {
    background: #FFFFFF;
    border: 1px solid #643200;
}
.page-numbers.current {
    background: #643200;
    color: #FFF;
}
.page-numbers.next,
.page-numbers.prev {
    width: 80px;
}
.page-numbers.next {
    padding-right: 10px;
}
.page-numbers.next:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #643200;
    margin: auto;
    width: 0;
    height: 0;
}
.page-numbers.prev {
    padding-left: 10px;
}
.page-numbers.prev:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #643200;
    margin: auto;
    width: 0;
    height: 0;
}
.pager-area.is-single a {
    box-sizing: border-box;
    background: #FFF;
    position: relative;
    display: inline-block;
    border: 1px solid #643200;
    padding: 0 15px;
    width: auto;
    height: 28px;
    line-height: 28px;
}
.pager-area.is-single a[rel=next] {
    padding-right: 25px;
    width: 98px;
}
.pager-area.is-single a[rel=next]:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #643200;
    margin: auto;
    width: 0;
    height: 0;
}
.pager-area.is-single a[rel=prev] {
    padding-left: 25px;
    width: 98px;
}
.pager-area.is-single a[rel=prev]:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #643200;
    margin: auto;
    width: 0;
    height: 0;
}

/** sign **/
.sign {
    border-top: 1px dashed #643200;
    border-bottom: 1px dashed #643200;
    padding: 5px 0;
    font-weight: bold;
}

/** sns btn **/
.sns-btn__item {
    height: 20px;
}
.post-btn.is-single .sns-btn__item {
    display: inline-block;
    vertical-align: middle;
}
.fb_iframe_widget span {
    vertical-align: baseline !important;
}

/** event **/
.event-title {
    box-sizing: border-box;
    text-align: center;
    background: rgba(100,50,0,0.2);
    border-radius: 5px;
    padding: 5px 0;
    color: #3F1F00;
}
.event-text {
    font-weight: bold;
}
.event-btn {
    text-align: center;
}

/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
@media screen and (min-width: 741px) {

    body {
        min-width: 1200px;
    }
    .content {
        width: 1100px;
        margin: 0 auto;
        position: relative;
        z-index: 20;
    }
    .contentArea {
        width: 1100px;
        margin: 0 auto;
        padding: 60px 0;
        position: relative;
        z-index: 20;
    }
    .main-title__letter {
        background: url(images/common/icon_head_L.png) no-repeat left 24px, url(images/common/icon_head_R.png) no-repeat right 24px;
        font-size: 4.5rem;
        font-weight: bold;
    }

    /** ボタン **/
    .contact-btn {
        height: 60px;
        line-height: 58px;
        font-size: 2rem;
    }
    .contact-btn:hover {
        opacity: 0.7;
    }

    /*
      header
    --------------------------------------------- */
    .header__logo:hover {
        opacity: 0.7;
    }

    /*
      global nav
    --------------------------------------------- */
    .global {
        background-color: #91A7DD;
    }
    .nav-global {
        position: relative;
        width: 780px;
        margin: 0 auto;
    }
    .nav__item-global > a {
        color: #ffffff;
        height: 80px;
        line-height: 80px;
        font-size: 1.6rem;
    }
    .has-child-big .nav__second-level {
        position: absolute;
        top: 80px;
        right: -372px;
        margin: 0 auto;
        width: 760px;
        padding: 20px;
        background: rgba(53,102,232,0.8);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .1s ease;
        -moz-transition: all .1s ease;
        -ms-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease;
        transition: all .1s ease;
    }
    .nav__second-level {
        visibility: hidden;
        z-index: 500;
        background: rgba(255,255,255,0);
    }
    .has-child-big:hover .nav__second-level {
        visibility: visible;
        background: rgba(53,102,232,0.8);
        z-index: 500;
    }
    .nav__item-global:hover {
        color: #fff;
        background: rgba(93,132,236,1);
        transition: all .3s;
    }
    .has-child-big .nav__second-level > li {
        line-height: 2;
        color: #FFF;
    }
    .nav__second-level .nav__third-level {
        overflow: hidden;
    }
    .nav__third-level__item {
        float: left;
        border: none;
        text-align: center;
    }
    .nav__menu {
        box-sizing: border-box;
        float: left;
        width: 33.3333%;
        padding: 0 10px;
    }
    .nav__forSP {
        display: none;
    }

    /*
      footer
    --------------------------------------------- */
    .footer-banner {
        float: right;
    }
    .footer-banner__item {
        display: block;
    }
    .footer-banner__item:hover {
        opacity: 0.7;
    }
    .footer-banner__item.is-tw,
    .footer-banner__item.is-ig {
        margin-top: 15px;
    }
    .info-address {
        margin-top: 10px;
        width: 360px;
    }

    /*
      under common
    --------------------------------------------- */
    .under-heading {
        background: url(images/common/wrapper.png), url(https://cafe-festaria.com/wp/wp-content/themes/festaria/images/common/under_back.png) no-repeat center / cover;
    }
    .under-heading {
        height: 300px;
    }
    .under-heading__content {
        padding-top: 110px;
    }
    .under-heading__picture {
    }
    #main {
        padding: 60px 0;
    }
    .main-title {
        padding-bottom: 50px;
    }
    .main-title__ruby {
        font-size: 2rem;
    }
    .main-sub {
        font-size: 2.2rem;
        font-weight: bold;
        padding-bottom: 80px;
    }
    .main-section {
        padding-bottom: 100px;
    }
    .main-text {
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 2;
    }
    .main-text.flex-left {
        padding-right: 30px;
    }
    .main-text.flex-right {
        padding-left: 30px;
    }
    .main-btn {
        margin-top: 80px;
    }

    /** flex **/
    .flex {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
    .flex-half {
        flex-basis: 50%;
    }
    .flex-left {
        order: 1;
    }
    .flex-right {
        order: 2;
    }

    /*
      Top
    --------------------------------------------- */
/*    body {
        min-width: 1100px;
    }*/
    .top-title {
        padding-bottom: 50px;
    }
    /* menu */
    .menuList__item {
        margin: 0px;
    }
    .menuList__item:nth-child(odd) {
        text-align: left;
    }
    .menuList__item:nth-child(even) {
        text-align: right;
    }
    .menuList__item:nth-child(even) .item-menu__hoverBox {
        left: initial;
        right: 0;
    }
    .item-menu__Box {
        width: 525px;
        margin: 90px 10px 10px 10px;
    }
    .menuBox__title {
        font-size: 4.2rem;
    }
    .menuBox__description {
        font-size: 1.8rem;
        margin-top: 30px;
        line-height: 3.6rem;
        font-weight: bold;
    }
    .item-menu__hoverBox {
        display: none;
    }
    .item-menu01:hover .item-menu__hoverBox,
    .item-menu02:hover .item-menu__hoverBox,
    .item-menu03:hover .item-menu__hoverBox,
    .item-menu04:hover .item-menu__hoverBox {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        margin: 10px;
        z-index: 12;
    }
    .item-menu01:hover .item-menu__Box,
    .item-menu02:hover .item-menu__Box,
    .item-menu03:hover .item-menu__Box,
    .item-menu04:hover .item-menu__Box {
        z-index: 13;
        cursor: pointer;
    }
    .item-menu01:hover .menuBox__title,
    .item-menu02:hover .menuBox__title,
    .item-menu03:hover .menuBox__title,
    .item-menu04:hover .menuBox__title {
        color: #ffffff;
    }
    .item-menu01:hover .menuBox__description,
    .item-menu02:hover .menuBox__description,
    .item-menu03:hover .menuBox__description,
    .item-menu04:hover .menuBox__description {
        color: #ffffff;
    }
    .item-menu01:hover .label-more,
    .item-menu02:hover .label-more,
    .item-menu03:hover .label-more,
    .item-menu04:hover .label-more {
        background-color: #ffffff;
        color: #91A7DD;
    }

    /*
      About Us
    --------------------------------------------- */
    .about-title {
        padding-bottom: 50px;
    }
    .main-concept__text {
        text-align: center;
        font-size: 2.2rem;
    }
    .about-info {
        font-size: 1.6rem;
        line-height: 1.8;
    }
    .about-info__table {
        margin-top: 30px;
    }
    .about-info__table th {
        width: 18%;
    }
    .about-info__table td {
        width: 82%;
    }
    #map {
        margin-top: 50px;
    }
    .flow-flex {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
    .flow-text {
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 2;
    }
    .flow-picture {
        text-align: right;
    }
    .flow-text.no-icon {
        padding: 20px 0 20px 105px;
    }
    .flow-text__icon {
        margin-right: 25px;
        width: 80px;
        height: 80px;
    }
    .flow-awkward {
        padding-left: 35px;
    }
    .about-flow:not(:last-child) {
        margin-bottom: 50px;
    }
    .about-btn:hover {
        opacity: 0.7;
    }

    /*
      Menu
    --------------------------------------------- */
    /** menu common **/
    .menu-title {
        margin-bottom: 50px;
        font-size: 3rem;
    }
    .menu-text {
        text-align: center;
        font-size: 2rem;
    }
    .menu-text:not(:last-child) {
        padding-bottom: 80px;
    }
    .menu-section:not(:last-child) {
        padding-bottom: 100px;
    }
    .menu-content:not(:last-child) {
        padding-bottom: 80px;
    }

    /** menu list **/
    .menu-list {
        padding: 100px 0;
    }
    .menu-head__letter {
        font-size: 3rem;
    }
    .menu-inner__list:hover {
        opacity: 0.7;
    }
    .menu-list__flex {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
    }
    .menu-inner__item {
        font-size: 2rem;
    }

    /** menu info **/
    .menu-info {
        font-size: 2rem;
    }
    .menu-info.flex-left {
        padding-right: 30px;
    }
    .menu-info.flex-right {
        padding-left: 30px;
    }
    .menu-detail {
        font-size: 1.4rem;
    }
    .menu-okawari__price {
        padding-top: 30px;
    }
    .menu-info__time {
        font-size: 1.6rem;
    }
    .menu-info__title {
        position: absolute;
        top: 0;
        width: calc(50% - 30px);
        font-size: 2rem;
    }
    .menu-info__sub {
        padding-bottom: 30px;
    }
    .menu-btn {
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(50% - 30px);
    }

    /*
      Space
    --------------------------------------------- */
    .space-annotation {
        padding-bottom: 100px;
    }
    .space-guide__content {
        background: url(https://cafe-festaria.com/wp/wp-content/themes/festaria/images/space/TL.png) no-repeat top left,
                url(https://cafe-festaria.com/wp/wp-content/themes/festaria/images/space/TR.png) no-repeat top right,
                url(https://cafe-festaria.com/wp/wp-content/themes/festaria/images/space/BL.png) no-repeat bottom left,
                url(https://cafe-festaria.com/wp/wp-content/themes/festaria/images/space/BR.png) no-repeat bottom right;
        padding: 70px 0;
    }
    .space-guide__title {
        top: -29px;
        max-width: 330px;
        font-size: 2.4rem;
    }
    .space-guide__text {
        text-align: center;
        font-size: 2rem;
        font-weight: bold;
        line-height: 2;
    }
    .space-guide__picture {
        margin-top: 70px;
    }
    .space-guide__picture img:not(:first-child) {
        margin-left: 10px;
    }

    /*
      Contact
    --------------------------------------------- */
    .contact-text {
        margin-bottom: 90px;
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 2;
    }

    /* form部分 */
    .contact-item:not(:last-child) {
        margin-bottom: 40px;
    }
    .contact-annotation__title {
        margin: 50px 0 10px;
        font-size: 2rem;
    }
    .contact-annotaiotn__text {
        font-size: 1.6rem;
    }
    .contact-annotation__submit {
        margin-top: 100px;
    }
    .contact-item__head {
        text-align: right;
        padding-right: 30px;
        width: 210px;
        font-size: 2rem;
    }
    .submit-btn {
        height: 60px;
        line-height: 58px;
        font-size: 3rem;
    }
    .submit-btn:hover {
        opacity: 0.7;
    }

    /*
      Blog
    --------------------------------------------- */
    /** post **/
    .post {
        float: right;
        width: 750px;
    }
    .post-area:not(:last-child) {
        margin-bottom: 50px;
    }
    .post-head {
        float: left;
    }
    .post-area__wrapper {
        padding: 19px 29px 19px 19px; /* subtraction 1px */
    }
    .post-head__date {
        background: url(https://cafe-festaria.com/wp/wp-content/themes/festaria/images/common/cup_L.png) no-repeat left center;
        padding: 15px 20px 0 0;
        width: 100px;
        height: 70px;
        line-height: 1.1;
        font-size: 1.8rem;
        color: #FFF;
    }
    .post-head__title {
        float: left;
        padding-left: 20px;
        width: 590px;
        line-height: 5.0rem;
        font-size: 3rem;
    }
    .post-content {
        padding: 20px 0 40px;
    }
    .post-content__category {
        width: 80px;
        line-height: 25px;
        margin-top: 20px;
    }
    .post-content__text {
        float: right;
        padding-left: 20px;
        width: 590px;
    }
    .post-btn {
        margin-left: auto;
        width: 570px;
    }
    .post-btn__more {
        display: inline-block;
        font-size: 2rem;
    }
    .post-btn__more:hover {
        opacity: 0.7;
    }

    /** sidebar **/
    .sidebar {
        float: left;
        width: 300px;
    }
    .sidebar-content:not(:last-child) {
        margin-bottom: 50px;
    }
    .sidebar-title {
        height: 40px;
        line-height: 40px;
        font-size: 2rem;
    }
    .sidebar-list {
        padding: 20px;
    }
    .sidebar-list li {
        font-size: 1.6rem;
    }
    .sidebar-list li a:hover {
        opacity: 0.7;
    }

    /** pager **/
    .pager-area {
        padding-bottom: 100px;
    }
    .page-numbers {
        margin: 0 2px;
    }
    a.page-numbers:hover {
        opacity: 0.7;
    }
    .pager-area.is-single a {
        margin: 0 2px;
    }
    .pager-area.is-single a:hover {
        opacity: 0.7;
    }

    /** sign **/
    .sign {
        margin: 0 0 20px auto;
        width: 570px;
        float: right;
    }

    /** sns btn **/
    .post-btn:not(.is-single) .sns-btn__item {
        float: left;
        padding-top: 7px;
    }
    .sns-btn__item:not(:first-child) {
        margin-left: 20px;
    }

    /** event **/
    .event-content {
        margin-bottom: 50px;
    }
    .event-title {
        margin-bottom: 50px;
        font-size: 2.4rem;
    }
    .event-text {
        margin-bottom: 50px;
        font-size: 2rem;
    }
    .event-btn__item a:hover {
        opacity: 0.7;
    }
}


/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
@media screen and (max-width: 740px) {

    img {
        max-width: 100%;
        height: auto;
        width /***/: auto;
    }
    #scrollTop {
        width: 40px;
        height: 40px;
        display: none;
        bottom: 0.5%;
        right: 0.5%;
        line-height: 40px;
    }
    .info-logo {
        width: 100%;
        text-align: center;
    }
    .info-address {
        text-align: center;
    }
    .info-address__detail {
        margin: 5% 0;
        font-size: 1.3rem;
    }
    .label-footerAccess {
        margin: 0;
    }
    .main-title {
    }
    .main-title__letter {
        background: url(images/common/icon_head_L.png) no-repeat left 13px, url(images/common/icon_head_R.png) no-repeat right 13px;
        font-size: 3rem;
    }

    /** ボタン **/
    .contact-btn {
        height: 50px;
        line-height: 48px;
        font-size: 1.6rem;
    }

    /*
      header
    --------------------------------------------- */
    .sp-head {
        position: relative;
        z-index: 3;
    }
    .headerContent {
        width: 100%;
    }
    .header__logo {
        padding: 10px;
    }
    .headerContent__nav {
        display: none;
        position: absolute;
        float: none;
        width: 100%;
        top: 52px;
        background: rgba(145, 167, 221, 0.8);
    }
    .sp-menu {
        position: absolute;
        top: 14px;
        right: 10px;
    }
    .nav,
    .nav__item {
        display: block;
    }
    .nav__item > a {
        color: #FFF;
        font-size: 1.8rem;
        padding: 10px 0;
    }
    .nav__item:not(:first-child) > a {
        border-top: 1px solid #FFF;
    }
    .nav__item:last-child > a {
        border-bottom: 1px solid #FFF;
    }
    .nav__second-level {
        display: none;
        border-top: 1px solid #FFF;
    }
    .nav__menu:not(:first-child) {
        border-top: 1px solid #FFF;
    }
    .nav__menu-item {
        border-top: 1px solid #FFF;
    }
    .nav__arrow {
        display: none;
    }
    .nav__item > a.divide {
        width: 33.3333%;
        float: left;
    }
    .nav__item > a.divide:not(:first-child) {
        border-left: 1px solid #FFF;
    }
    .sp-tell {
        position: absolute;
        top: 10px;
        right: 65px;
    }
    .sp-tell__pic {
        width: 30px;
        height: 30px;
    }

    /*
      hamburger button
    --------------------------------------------- */
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: relative;
        width: 28px;
        height: 22px;
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #FFF;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 10px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }

    /*
      under common
    --------------------------------------------- */
    .under-heading {
        background: url(images/common/wrapper.png), url(https://cafe-festaria.com/wp/wp-content/themes/festaria/images/common/under_back.png) no-repeat center / cover;
    }
    .under-heading {
        height: auto;
    }
    .under-heading__content {
        padding: 30px 2%;
    }
    .under-heading__title {
        text-align: center;
    }
    .under-heading__picture {
        width: 60%;
    }
    #main {
        padding: 30px 2%;
    }
    .main-section {
        padding-bottom: 30px;
    }
    .main-title {
        padding-bottom: 30px;
    }
    .main-title__ruby {
        font-size: 1.6rem;
    }
    .main-sub {
        font-size: 1.6rem;
        padding-bottom: 30px;
    }
    .main-text {
        margin-top: 10px;
        font-size: 1.6rem;
    }
    .main-btn {
        margin-top: 30px;
    }

    /** flex **/
    .flex {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    /*
      Top
    --------------------------------------------- */
    .main__content {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }
    .top-title {
        padding: 10px 5px 0;
    }
    .main__content__logo {
        width: 60%;
    }
    /* concept */
    .concept__caption {
        margin: 0 0 8% 0;
    }
    .concept__img {
        width: 20%;
    }
    .img-bracket01 {
        display: block;
        margin: 14% 0 0;
        width: 20%;
    }
    .img-bracket02 {
        margin: 0;
        bottom: 3%;
        right: 5px;
    }
    .concept__description {
        width: 88%;
        font-size: 1.6rem;
        margin: 0% auto;
        padding: 5% 0;
        line-height: 3.5rem;
    }
    /* menu */
    .menuList__item {
        padding: 0px;
        margin: 2% 0;
    }
    .item-menu__Box {
        width: 100%;
        margin: 15% 0 0;
    }
    .menuBox__title {
        font-size: 3.0rem;
        text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
    }
    .menuBox__description {
        font-size: 1.4rem;
        margin: 6% auto 0;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        line-height: 2.0rem;
        width: 94%;
    }
    .label-more {
        margin: 4% auto 0;
    }
    .infoBox-news {
        padding: 5px;
    }
    .newsList__title {
        width: 100%;
        text-align: left;
    }
    .infoBox-map {
        padding: 5px;
    }
    .info__gMap {
        width: 100%;
        height: 100%;
    }
    .info__route {
        margin-bottom: 25px;
    }

    /*
      About Us
    --------------------------------------------- */
    .about-title {
        padding-bottom: 30px;
    }
    .main-concept__text {
        font-size: 1.6rem;
    }
    .about-info {
        margin-top: 10px;
    }
    .about-info__table {
        margin-top: 10px;
    }
    .about-info__table tr {
        display: block;
        padding: 5px 0;
    }
    .about-info__table th,
    .about-info__table td {
        display: block;
        width: 100%;
    }
    .about-info__table th {
        font-weight: bold;
    }
    #map {
        margin-top: 30px;
    }
    .flow-text__icon {
        margin-right: 10px;
        width: 40px;
        height: auto;
    }
    .flow-flex {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .flow-text {
        margin-top: 10px;
        font-size: 1.6rem;
    }
    .flow-awkward:not(:first-child) {
        margin-top: 10px;
    }
    .about-flow:not(:last-child) {
        margin-bottom: 30px;
    }


    /*
      Menu
    --------------------------------------------- */
    /** menu common **/
    .menu-title {
        margin-bottom: 30px;
        font-size: 2.6rem;
    }
    .menu-text {
        font-size: 1.6rem;
    }
    .menu-text:not(:last-child) {
        padding-bottom: 30px;
    }
    .menu-section:not(:last-child) {
        padding-bottom: 30px;
    }
    .menu-content:not(:last-child) {
        padding-bottom: 30px;
    }
    .menu-concatenation {
        margin-top: 30px;
    }

    /** menu list **/
    .menu-list {
        padding: 100px 0 30px;
    }
    .menu-list__item:last-child {
        margin: 0 auto;
    }
    .menu-list__item:not(:last-child) {
        margin: 0 auto 130px;
    }
    .menu-head__letter {
        font-size: 2.6rem;
    }
    .menu-inner__item {
        font-size: 1.6rem;
    }

    /** menu info **/
    .menu-info {
        margin-top: 10px;
        width: 100%;
        font-size: 1.6rem;
    }
    .menu-info__title {
        margin-bottom: 10px;
        font-size: 1.6rem;
    }
    .menu-detail {
        font-size: 1.2rem;
    }
    .menu-okawari__price {
        padding-top: 10px;
    }
    .menu-info__time {
        font-size: 1.2rem;
    }
    .menu-info__sub {
        padding-bottom: 5px;
    }
    .menu-btn {
        margin-top: 30px;
    }

    /*
      Space
    --------------------------------------------- */
    .space-content:not(:last-child) {
        margin-bottom: 30px;
    }
    .space-annotation {
        padding-bottom: 50px;
    }
    .space-guide__content {
        background: url(https://cafe-festaria.com/wp/wp-content/themes/festaria/images/space/TL.png) no-repeat top left / 20px 20px,
                url(https://cafe-festaria.com/wp/wp-content/themes/festaria/images/space/TR.png) no-repeat top right / 20px 20px,
                url(https://cafe-festaria.com/wp/wp-content/themes/festaria/images/space/BL.png) no-repeat bottom left / 20px 20px,
                url(https://cafe-festaria.com/wp/wp-content/themes/festaria/images/space/BR.png) no-repeat bottom right / 20px 20px;
        padding: 30px 0;
    }
    .space-guide__title {
        top: -27px;
        max-width: 200px;
        font-size: 2rem;
    }
    .space-guide__text {
        font-size: 1.6rem;
    }
    .space-guide__picture {
        margin-top: 30px;
    }
    .space-guide__picture img:not(:first-child) {
        margin-top: 10px;
    }

    /*
      Contact
    --------------------------------------------- */
    .contact-text {
        margin-bottom: 30px;
        font-size: 1.6rem;
    }

    /* form部分 */
    .contact-item:not(:last-child) {
        margin-bottom: 20px;
    }
    .contact-annotation__title {
        margin: 30px 0 10px;
        font-size: 1.6rem;
    }
    .contact-item__head {
        font-size: 1.6rem;
    }
    .contact-item__content {
        max-width: 100%;
        width: 100%;
    }
    .contact-annotation__submit {
        margin-top: 30px;
    }
    .submit-btn {
        height: 50px;
        line-height: 48px;
        font-size: 1.6rem;
    }

    /*
      Blog
    --------------------------------------------- */
    /** post **/
    .post-area:not(:last-child) {
        margin-bottom: 30px;
    }
    .post-head {
        width: 100%;
    }
    .post-area__wrapper {
        padding: 20px 2%;
    }
    .post-head__date {
        background: url(https://cafe-festaria.com/wp/wp-content/themes/festaria/images/common/cup_S.png) no-repeat left 4px;
        padding-left: 25px;
        font-weight: bold;
        color: #643200;
        float: left;
    }
    .post-head__title {
        font-size: 2.4rem;
    }
    .post-content {
        padding: 20px 0 30px;
    }
    .post-content__category {
        margin: 0 0 10px 20px;
        padding: 0 10px;
        float: left;
    }
    .post-btn__more {
        display: block;
        margin: 30px 0 0 auto;
        font-size: 1.6rem;
    }

    /** sidebar **/
    .sidebar {
        padding-bottom: 30px;
    }
    .sidebar-content:not(:last-child) {
        margin-bottom: 30px;
    }
    .sidebar-title {
        height: 30px;
        line-height: 30px;
        font-size: 1.6rem;
    }
    .sidebar-list {
        padding: 20px 2%;
    }

    /** pager **/
    .pager-area {
        padding-bottom: 60px;
    }
    .page-numbers.next,
    .page-numbers.prev {
        display: block;
    }
    .page-numbers.next {
        margin: 10px auto 0;
    }
    .page-numbers.prev {
        margin: 0 auto 10px;
    }
    .pager-area.is-single a[rel=next],
    .pager-area.is-single a[rel=prev] {
        display: block;
    }
    .pager-area.is-single a[rel=next] {
        margin: 10px auto 0;
    }
    .pager-area.is-single a[rel=prev] {
        margin: 0 auto 10px;
    }

    /** sign **/
    .sign {
        margin-bottom: 20px;
    }
    .sign-tel {
        text-decoration: underline;
    }
    .sign-mail {
        text-decoration: underline;
    }

    /** sns btn **/
    .post-btn:not(.is-single) .sns-btn__item {
        display: inline-block;
        vertical-align: middle;
    }
    .sns-btn__item:not(:first-child) {
        margin-left: 10px;
    }

    /** event **/
    .event-content {
        margin-bottom: 50px;
    }
    .event-title {
        margin-bottom: 30px;
        font-size: 2rem;
    }
    .event-text {
        margin-bottom: 30px;
        font-size: 1.6rem;
    }
    .event-btn__item:not(:last-child) {
        margin-bottom: 10px;
    }
}