/* ------------------------------------------------------------------------------
#plan
-------------------------------------------------------------------------------*/
.popular_plan_wrap {
    padding: 0px 40px 20px;
}

.plan_list.plan_list2 {
    /* border: 1px solid #ad1a38; */
    /* margin-top: -5.125rem; */
    /* padding: 2.3125rem 0.9375rem 1.125rem; */
    background-color: #fff;
    -webkit-box-shadow: 0.125rem 0.125rem 0.6875rem rgba(0, 0, 0, .2);
    box-shadow: 0.125rem 0.125rem 0.6875rem rgba(0, 0, 0, .2);
    /* position: relative; */
    /* z-index: 1; */
}

.popular_plan_wrap h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
    .popular_plan_wrap h3 {
        font-size: 22px;
        letter-spacing: 3px;
    }
}

#plan .plan_list li {
    padding: 20px;
    background-color: #f0f0f0;
    margin-bottom: 30px;
    position: relative;
}
@media screen and (min-width: 768px) {
    #plan .plan_list li {
        margin-bottom: 40px;
        padding: 2.5rem 2rem;
    }
}

#plan .plan_list li.single-plan_wrap {
    background-color: transparent;
}

.plan_list_icon {
    position: absolute;
    z-index: 99999;
    max-width: 56px;
    top: -8px;
    left: 10px;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    .plan_list_icon {
        max-width: 113px;
        top: -14px;
        left: 16px;
    }
}

.plan_list_block {
    border: 1px solid #ccbd9f;
    padding: 20px;
    position: relative;
}

.plan_list_flex_wrap {
}
@media screen and (min-width: 768px) {
    .plan_list_flex_wrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.plan_list_tit {
    font-size: 16px;
    font-weight: bold;
    font-family: "Yu Mincho Medium","Yu Mincho","ＭＳ 明朝",serif;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
    .plan_list_tit {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 25px;
    }
}

#plan .tit_03 {
    background-position: center;
    background-size: cover;
    background-image: url(../img/bg_plan.jpg);
}

#plan .c-title {
    text-align: center;
    margin-top: 20px;
}

#plan .plan_tit {
    font-size: 18px;
    line-height: 1;
    padding-bottom: 10px;
    text-align: center;
    font-family: "Yu Mincho Medium","Yu Mincho","ＭＳ 明朝",serif;
    background-image: url(../img/line_gray.png);
    background-position: bottom center;
    background-size: 65px 1px;
    margin: 30px 0;
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    #plan .plan_tit {
        font-size: 30px;
        margin: 50px 0 70px;
        padding-bottom: 15px;
    }
}

.plan_sub_txt {
    text-align: center;
    font-size: 12px;
    margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
    .plan_sub_txt {
        font-size: 14px;
        margin-bottom: 50px;
        line-height: 2;
    }
}

#plan .plan_list_wrap {
    padding: 0 15px;
}
@media screen and (min-width: 768px) {
    #plan .plan_list_wrap  {
        max-width: 1200px;
        margin: 0 auto;
    }
}

#plan .plan_list_wrap .tit_02 {
    background-image: none;
    color: #636363;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    #plan .plan_list_wrap .tit_02 {
        font-size: 28px;
        margin-top: 100px;
    }
}

.plan_thumbnail {
    background-position: center;
    background-size: cover;
    width: 500px;
    max-width: 100%;
    height: 200px;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .plan_thumbnail  {
        width: 30%;
        height: 270px;
        flex-shrink: 0;
    }

    .plan_thumbnail.single-plan_img {
        width: 40%;
        height: 340px;
    }
}

.plan_txt_wrap {}
@media screen and (min-width: 768px) {
    .plan_txt_wrap  {
        flex-grow: 1;
        margin-left: 40px;
    }
}

.plan_price {
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    font-family: "Yu Mincho Medium","Yu Mincho","ＭＳ 明朝",serif;
    font-size: 14px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    flex-direction: row;
}
@media screen and (min-width: 768px) {
    .plan_price  {
        font-size: 28px;
        font-weight: bold;
        flex-direction: row;
    }
}

.plan_price_box-wrap {
    display: flex;
}

.plan_price span.plan_price_normal {
    display: inline-flex;
    align-items: center;
    border: none;
    padding: 0;
    margin-right: 0;
    margin-left: 10px;
    font-size: 20px;
    position: relative;
}

.plan_price::before {
    content: attr(data-price);
    font-size: 12px;
    text-transform: capitalize;
    color: white;
    width: 50px;
    height: 50px;
    background-color: #ccbd9f;
    border-radius: 50%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .plan_price::before {
        margin-right: 10px;
    }
}

.plan_price.single-plan_price {
    font-size: 20px;
}
@media screen and (min-width: 768px) {
    .plan_price.single-plan_price {
        font-size: 32px;
    }
}

.plan_price.single-plan_price::before {
    content: '';
    width: 0;
    height: 0;
}

.single-plan_people {
    font-size: 12px;
    background-color: #ccbd9f;
    padding: 4px 8px;
    margin-top: 4px;
    margin-right: 10px;
}

.single-plan_currency {
    font-size: 12px;
    border: none;
    margin-left: 10px;
    padding-top: 10px;
}

.plan_price span.plan_price_normal::before {
    content: '通常価格';
    position: absolute;
    top: -4px;
    left: 0;
    font-size: 12px;
}

.plan_price span.plan_currency {
    font-size: 12px;
    border: none;
    padding: 0;
    padding-top: 40px;
}

@media screen and (min-width: 768px) {
    .plan_price span.plan_currency {
        padding-top: 25px;
    }
}

.plan_price_sale {
    margin-top: 20px;
    font-size: 32px;
}

@media screen and (min-width: 768px) {
    .plan_price_sale {
        margin-top: 0;
    }
}

.plan_content {
    padding: 2.8%;
    text-align: left;
    margin-bottom: 20px;
    font-size: 14px;
    position: relative;
}
@media screen and (min-width: 768px) {
    .plan_content {
        margin-bottom: 25px;
    }
}

.plan_content p {
    font-size: 14px;
    line-height: 1.5;
}

.plan_content .plan_content_point {
    position: absolute;
    top: -35px;
    right: 0;
}

.plan_list .flex_wrap {
    display: flex;
    margin-top: 20px;
}

.plan_list .fair_detail_link {
    width: calc(50% - 5px);
    font-size: 10px;
}
@media screen and (min-width: 768px) {
    .plan_list .fair_detail_link  {
        font-size: 16px;
    }
    .plan_list .fair_detail_link:nth-child(2) {
        margin-left: 20px;
    }
}

.plan_list .plan_contact_link {
    background-color: #767267;
}

.plan_list .plan_contact_link:hover {
    background-color: #fff;
    border-color: #767267;
    color: #767267;
}

table.plan_info {
    width: 100%;
    line-height: 1.5;
    font-size: 14px;
    border: 1px solid #ccbd9f;
}
@media screen and (min-width: 768px) {
    table.plan_info {
        display: block;
        padding: 20px;
    }
}

.plan_info tr {
    display: block;
    display: table;
}
@media screen and (min-width: 768px) {
    .plan_info tr {
        display: table;
    }

}

.plan_info tr + tr {
    margin-top: 10px;
}

.plan_info th {
    color: #ad1a38;
    padding: 4px 10px;
    text-align: center;
    padding: 2px 20px;
    border-radius: 20px;
    background-color: #ccbd9f;
    color: white;
    display: block;
    margin: 0 10px;
    max-width: 110px;
}
@media screen and (min-width: 768px) {
    .plan_info th {
        padding: 4px 20px;
        max-width: initial;
        min-width: 110px;
        margin-top: 0;
    }
}

.plan_info td {
    padding: 0 10px;
}
@media screen and (min-width: 768px) {
    .plan_info td {
        padding: 0 10px 0px 20px;
    }
}

@media screen and (max-width: 767px) {
    .plan_info th, .plan_info td {
        /* display: block; */
    }
    .plan_info tr:first-of-type th{
    margin-top:10px;
}
.plan_info tr:last-of-type th{
    margin-bottom:10px;
}
}

.plan_item_wrap {
    background-color: #f0f0f0;
    margin-top: 40px;
    padding: 30px 15px;
}
@media screen and (min-width: 768px) {
    .plan_item_wrap {
        margin-top: 80px;
        padding: 40px;
    }
}

.plan_item_tit {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .plan_item_tit {
        font-size: 20px;
        margin-bottom: 60px;
    }
}

.plan_item_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: center;
}

.plan_item_flex > div {
    background-position: top center;
    width: 50%;
    margin-bottom: 25px;
    padding-top: 80px;
    background-size: auto 50px;
}
@media screen and (min-width: 768px) {
    .plan_item_flex > div {
        width: 25%;
        margin-bottom: 45px;
    }
}

.plan_item_sub_tit,
.plan_item_txt {
    width: 95%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.4;
}
@media screen and (min-width: 768px) {
    .plan_item_sub_tit,
    .plan_item_txt {
        width: 85%;
    }
}

.plan_item_sub_tit {
    margin-bottom: 10px;
    font-weight: bold;
}

.plan_list_block_a {
    margin-top: 60px;
}

.plan_list .plan_list_block_link {
    width: 100%;
    margin-left: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border: none;
    text-transform: uppercase;
}

#挙式 { background-image: url(../img/plan/pIcon01.png); }
#料理飲物 { background-image: url(../img/plan/pIcon02.png); }
#衣装 { background-image: url(../img/plan/pIcon03.png); }
#控室料 { background-image: url(../img/plan/pIcon04.png); }
#席料 { background-image: url(../img/plan/pIcon05.png); }
#美容着付 { background-image: url(../img/plan/pIcon06.png); }
#音響証明 { background-image: url(../img/plan/pIcon07.png); }
#音響照明 { background-image: url(../img/plan/pIcon07.png); }
#介添料 { background-image: url(../img/plan/pIcon08.png); }
#ケーキ { background-image: url(../img/plan/pIcon09.png); }
#装花 { background-image: url(../img/plan/pIcon10.png); }
#写真 { background-image: url(../img/plan/pIcon11.png); }
#印刷物 { background-image: url(../img/plan/pIcon12.png); }
#サービス料 { background-image: url(../img/plan/pIcon13.png); }
#引出物 { background-image: url(../img/plan/pIcon15.png); }
#司会料 { background-image: url(../img/plan/pIcon16.png); }
#テーブルコーディネート { background-image: url(../img/plan/pIcon17.png); }
#その他含まれるもの { background-image: url(../img/plan/pIcon14.png); }

/* ------------------------------------------------------------------------------
#blog
-------------------------------------------------------------------------------*/
#blog .tit_03 {
    background-image: url(../img/bg_blog.jpg);
}

.two_clumn_wrap {
    padding: 0 8%;
}
@media screen and (min-width: 768px) {
    .two_clumn_wrap {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding: 0 20px;
        margin-bottom: 40px;
    }
}

.blog_list_wrap {
    margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
    .blog_list_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }
}

.blog_list_img_wrap {
    border: 1px solid #DDD;
    padding: 5px;
}
@media screen and (min-width: 768px) {
    .blog_list_img_wrap {
        width: 35%;
    }
}

.blog_list_img {
    background-position: center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 228px;
}

@media screen and (min-width: 768px) {
    .blog_list_txt {
        width: 62%;
    }
}

.blog_list_txt a {
    font-size: 16px;
    line-height: 1.5;
}

.blog_list_txt .right_clumn_time {
    text-decoration: underline;
}

.blog_link {
    margin-top: 80px;
}

@media screen and (min-width: 768px) {
    .left_clumn {
        width: 20%;
    }
}

.right_clumn {
    margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
    .right_clumn {
        width: 75%;
        margin-bottom: 0;
    }
}

.left_clum_tit {
    background: url(../img/img_snav.png) 30px center no-repeat #c9bb9e;
    color: #FFF;
    padding: 11px 30px 11px 40px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
@media screen and (min-width: 460px) {
    .left_clum_tit {
        background: url(../img/img_snav.png) 10px center no-repeat #c9bb9e;
        padding: 11px 10px 11px 30px;
    }
}
@media screen and (min-width: 980px) {
    .left_clum_tit {
        background: url(../img/img_snav.png) 30px center no-repeat #c9bb9e;
        padding: 11px 30px 11px 40px;
    }
}

.left_clum_year_tit {
    padding: 10px 15px;
    border-top: 1px dotted #CCC;
    background: url(../img/arrow05.png) left center no-repeat;
    font-size: 14px;
    font-weight: bold;
}

.left_clumn_border {
    border-bottom: 1px dotted #CCC;
}

.left_clumn_border div:last-child {
    display: none;
}

.left_clum_month_list {
    padding: 10px 20px;
}

.left_clum_month_list li {
    margin-bottom: 5px;
}

.right_clumn p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.right_clumn_tit {
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.right_clumn_time {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.archive_pager_wrap {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* ------------------------------------------------------------------------------
ドロップダウン
-------------------------------------------------------------------------------*/
.acd-check {
    display: none;
}
.acd-label {
    display: block;
    position: relative;
}
.acd-content {
    display: none;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    visibility: visible;
    display: block;
    padding: 10px 0 10px 10px;
}
.acd-label::after{
    content: '+';
    display: block;
    position: absolute;
    right: 10px;
    bottom: 8px;
    font-size: 18px;
}
.acd-check:checked + .acd-label::after {
    content: '' ;
    width: 10px;
    height: 1px;
    right: 13px;
    bottom: 16px;
    background-color: #767267;
}
/* ------------------------------------------------------------------------------
facility
-------------------------------------------------------------------------------*/
#page-201 .ftMap {
    display: none;
}

/* ------------------------------------------------------------------------------
gallery
-------------------------------------------------------------------------------*/
.gallery .tit_03 {
    background-position: center;
    background-size: cover;
    background-image: url(../img/mv_gallery.jpg);
}

.gallery h3.tit_02 {
    font-size: 18px;
    line-height: 1;
    padding-bottom: 10px;
    text-align: center;
    font-family: "Yu Mincho Medium","Yu Mincho","ＭＳ 明朝",serif;
    background-image: url(../img/line_gray.png);
    background-position: bottom center;
    background-size: 65px 1px;
    margin: 30px 0 0;
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .gallery h3.tit_02 {
        font-size: 30px;
        margin: 50px 0 0;
        padding-bottom: 15px;
    }
}

/* ------------------------------------------------------------------------------
cuisine
-------------------------------------------------------------------------------*/
.cuisine .tit_03 {
    background-position: center;
    background-size: cover;
    background-image: url(../img/cuisine/mv_cuisine.jpg);
}

/* ------------------------------------------------------------------------------
recruit
-------------------------------------------------------------------------------*/
.recruit_wrap {
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .recruit_wrap {
        display: flex;
        justify-content: space-between;
    }
}

.recruit_wrap li {
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #ad1a38;
    padding: 10px 12px;
    margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
    .recruit_wrap li {
        padding: 20px 10px;
        width: 24%;
    }
}

/* ------------------------------------------------------------------------------
privacy
-------------------------------------------------------------------------------*/
.dl_list {
    margin-bottom: 30px;
    line-height: 1.7;
}

.dl_list dt {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.btm30 {
    font-size: 14px;
    margin-bottom: 30px;
}

/* ------------------------------------------------------------------------------
sitemap
-------------------------------------------------------------------------------*/
.sitemapL {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.7;
}
@media screen and (min-width: 768px) {
    .sitemapL {
        font-size: 16px;
    }
}

.sitemapL li {
    width: 49%;
    margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
    .sitemapL li {
        width: 32%;
    }
}

.sitemapL dl dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
    .sitemapL dl dt {
        font-size: 18px;
    }
}

.sitemapL dl dt a {
    display: block;
    padding: 2%;
}

.sitemapL dl dd {
    padding-left: 4%;
}

.sitemapL dl dd a:before {
    content: '▶︎';
    font-size: 10px;
    padding-right: 2px;
}

/* ------------------------------------------------------------------------------
フォーム
-------------------------------------------------------------------------------*/
.wpcf7-form {
    background-color: #eceae4;
}

.page_inner .wpcf7-form {
    margin: 0;
    padding-top: 40px;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    .page_inner .wpcf7-form {
        padding: 60px 0 20px;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .page_inner .form_flex_wrap {
        margin: 0 20px 20px;
    }
}
@media screen and (min-width: 768px) {
    .page_inner .form_flex_wrap {
        width: 85%;
    }
}

@media screen and (min-width: 768px) {
    .page_inner .form_item {
        font-size: 14px;
        width: 300px;
    }
}

@media screen and (max-width: 767px) {
    .page_inner .submit_button {
        width: 80%;
    }
}

.page_inner .form_flex_wrap input[type=checkbox] {
    display: inline-block;
    padding: 4px;
    width: auto;
}

.page_inner .form_flex_wrap span.wpcf7-list-item {
    margin: 0 10px 0 0;
}

strong.red {
    color: #E23435;
}

@media screen and (max-width: 767px) {
    .page_inner h2 {
        font-size: 18px;
    }
}

/* ------------------------------------------------------------------------------
固定ページ
-------------------------------------------------------------------------------*/
.page_inner {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 4%;
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .page_inner {
        padding: 0;
        margin: 60px auto 150px;
    }
}

.page_inner p {
    font-size: 1rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    line-height: 1.8;
}

.page_en_tit {
    color: #000;
    font-family: 'Prata', serif;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .page_en_tit {
        font-size: 80px;
        margin-bottom: 30px;
    }
}

.page_tit {
    content: attr(data-jp);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.7142857143;
    letter-spacing: 0.01em;
    display: block;
    margin-top: -0.5rem;
    color: #998e77;
}

.page_sub_tit {
    font-size: 16px;
    font-weight: normal;
    padding: 0 0 10px 2%;
    border-bottom: 4px solid #ad1a38;
    margin-top: 40px;
    margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
    .page_sub_tit {
        margin-top: 60px;
        font-size: 22px;
    }
}

.txt_center {
    text-align: center;
}

table.table_default {
    border-collapse:collapse;
    border-left:1px solid #ECECEC;
    border-top:1px solid #ECECEC;
    width: 100%;
    margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
    table.table_default {
        margin-bottom: 80px;
    }
}

table.table_default th,
table.table_default td {
    background-color:#FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right:1px solid #ECECEC;
    border-bottom:1px solid #ECECEC;
    line-height:1.4;
    padding:20px 20px 17px;
    text-align:left;
}

table.table_default th {
    background-color:#F3F3F3;
    width: 35%;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    table.table_default th,
    table.table_default td {
        display: block;
        padding: 10px 3%;
        width: 100%!important;
    }
}

/* ------------------------------------------------------------------------------
下層共通
-------------------------------------------------------------------------------*/
h3.low_tit {
    font-size: 18px;
    line-height: 1;
    padding-bottom: 10px;
    text-align: center;
    font-family: "Yu Mincho Medium","Yu Mincho","ＭＳ 明朝",serif;
    background-image: url(../img/line_gray.png);
    background-position: bottom center;
    background-size: 65px 1px;
    margin: 30px 0;
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    h3.low_tit {
        font-size: 30px;
        margin: 50px 0 100px;
        padding-bottom: 15px;
    }
}

.font_Sorts {
    font-family: 'Sorts Mill Goudy', serif!important;
}

.font_Mincho {
    font-family: "Yu Mincho Medium","Yu Mincho","ＭＳ 明朝",serif;
}

@media screen and (min-width: 768px) {
    .post-type-archive-fair p.fair_txt {
        margin-bottom: 0;
    }
    .post-type-archive-fair .fair_list_flex p.fair_txt {
        margin-bottom: 20px;
    }
}

/* ------------------------------------------------------------------------------
ブログ
-------------------------------------------------------------------------------*/
.p-news-detail_txt {
    margin-bottom: 37px;
    color: #221815;
    line-height: 2.0;
    letter-spacing: 1.7px;
    word-break: break-all;
}
@media screen and (max-width: 767px) {
    .p-news-detail_txt {
        line-height: 2.5rem;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 767px) {
    .p-news-detail_txt {
        margin-bottom: 17px;
    }
}

.p-news-detail_txt img {
    margin-top: 5%;
}

.p-news-detail_txt h1 {
    font-size: 22px;
    line-height: 1.5;
    border-top: 1px solid #c0b9a5;
    border-bottom: 1px solid #c0b9a5;
    padding: 16px 14px 14px;
    color: #c0b9a5;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .p-news-detail_txt h1 {
        font-size: 20px;
        padding: 7px 3px 8px;
        letter-spacing: 1px;
        margin-bottom: 6px;
    }
}

.p-news-detail_txt h2 {
    font-size: 20px;
    line-height: 1.5;
    border-left: 6px solid #c0b9a5;
    padding-top: 5px;
    padding-left: 10px;
    letter-spacing: 1.6px;
    margin: 30px 0 20px;
}
@media screen and (max-width: 767px) {
    .p-news-detail_txt h2 {
        font-size: 18px;
        border-left: 3px solid #c0b9a5;
        padding-left: 5px;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }
}

.p-news-detail_txt h3 {
    font-size: 18px;
    color: #221815;
    margin: 30px 0 20px;
}
@media screen and (max-width: 767px) {
    .p-news-detail_txt h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.p-news-detail_txt h4 {
    font-size: 16px;
    margin: 30px 0 20px;
}
@media screen and (max-width: 767px) {
    .p-news-detail_txt h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }
}


.p-news-detail_txt p {
    font-size: 15px;
    line-height: 2.0;
    color: #221815;
    letter-spacing: 1.7px;
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .p-news-detail_txt p {
        font-size: 10px;
        line-height: 2.5;
        letter-spacing: 0;
        margin-bottom: 10px;
    }
}

.p-news-detail_txt blockquote {
    font-style: italic;
    background: #f9fafc;
    padding: 1em 2em;
    margin: 1.5em 0;
}
@media screen and (max-width: 767px) {
    .p-news-detail_txt blockquote {
        padding: 1em;
    }
}

.p-news-detail_txt blockquote p {
    margin-bottom: 0;
}

.p-news-detail_txt ul,
.p-news-detail_txt ol {
    margin: 20px 0;
}
@media screen and (max-width: 767px) {
    .p-news-detail_txt ul,
    .p-news-detail_txt ol {
        margin: 15px 0;
        font-size: 12px;
        line-height: 2.5;
    }
}

.p-news-detail_txt ul,
.p-news-detail_txt ol {
    padding-left: 20px;
}

.p-news-detail_txt ul,
.p-news-detail_txt ul li {
    list-style: inherit;
}

.p-news-detail_txt ol,
.p-news-detail_txt ol li {
    list-style: decimal;
}

/* ワードプレス固有のCSSクラスの復元 */
.p-news-detail_txt .aligncenter { display: block; margin: 0 auto;}
.p-news-detail_txt .alignright { float: right; margin: 0 0 10px 20px;}
.p-news-detail_txt .alignleft { float: left; margin: 0 20px 10px 0;}
.p-news-detail_txt .wp-caption { border: 1px solid #ddd; text-align: left; background-color: #f3f3f3; padding: 5px; border-radius: 3px;}
.p-news-detail_txt .wp-caption img { margin: 0; padding: 0; border: 0 none;}
.p-news-detail_txt .wp-caption p.wp-caption-text { font-size: 14px; line-height: 1.5; margin: 0; padding: 0;}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}

#fair_2020-8-10,
#fair_2020-9-21,
#fair_2020-9-22 {
    color: #e9aaaf;
}
