@charset "UTF-8";
/*
Theme Name: 結婚相談所・マリアージュ湘南
Author: 
Author URI: 
Version: 1.0.0
*/

/*=============================================
 * TOP
 *=============================================*/
#key h2 {
  position: absolute;
  z-index: 1;
}

#key .cap{
    display: block;
    margin: 5% 0 0;
    font-weight: 700;
    color: #2F2E2D;
    text-align: center;
}
#key .cap span{
    display: block;
}
#key .cap .num{
    font-size: 3.6vw;
    line-height: 1.5;
}
#key .cap .num sup {
    top: 0;
    margin-right: 2px;
}
#key .cap .txt{
    font-size: 4vw;
    line-height: 1.5;
}
@media only screen and (min-width: 781px) {
  #key h2 {
    top: 48%;
    left: 5%;
    transform: translateY(-50%);
    width: 37%;
  }
  #key .key-bnr {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    width: 415px;
  }
  #key .key-bnr img {
    height: auto;
  }
  #key .cap{
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0 0 0 / 0.30);
  }
  #key .cap .num{
      font-size: 1.2vw;
      line-height: 1.5;
  }
  #key .cap .txt{
      font-size: 1.5vw;
      line-height: 1.5;
  }
}


/*=============================================
 * News TOP
 *=============================================*/
#news {
  padding: 60px 0 40px 0;
}
#news h2 {
  margin-bottom: 20px;
}
#news .detail{
    margin: 0 auto;
    max-width: 836px;
}

@media only screen and (min-width: 781px) {
  #news {
    margin: 0 40px;
    padding: 70px 0 142px;
    background: url("shared/img/shared/line.jpg") repeat-x center bottom;
  }
  #news h2 {
    margin-bottom: 10px;
  }
  #news .wrap:before {
    content: "";
    position: absolute;
    bottom: -216px;
    left: -3%;
    background-image: url("shared/img/index/flower2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 150px;
    height: 151px;
  }
}

.news_toplist{
    margin-bottom: 30px;
}
.news_toplist li{
    display: flex;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #2F2E2D;
    font-weight: 700;
}
.news_toplist .time{
    padding: 0 16px 0 5px;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.538;
}
.news_toplist .link{
    display: block;
    text-decoration: underline;
    color: #B88D5C;
    font-size: 13px;
    line-height: 1.538;
}
.news_toplist .link:hover {
    opacity: 0.8;
}

@media only screen and (min-width: 781px) {
    .news_toplist{
        margin-bottom: 40px;
    }
    .news_toplist li{
        padding: 30px 0;
    }
    .news_toplist .time{
        padding: 0 40px 0 10px;
        font-size: 14px;
        line-height: 1.46;
    }
    .news_toplist .link{
        font-size: 15px;
        line-height: 1.46;
    }
}

.btn_boder a{
    background: #fff;
    color: #2F2E2D;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;  
    max-width: 326px;  
    width: 326px;
    box-sizing: border-box;
    display: inline-block;
    padding: 14px 0 12px 0;
    border: 1px solid #2F2E2D;
    position: relative; 
    letter-spacing: 0.05em;
}
.btn_boder a:hover{
    text-decoration: none;
    opacity: 0.8;    
}
.btn_boder i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1em;
}

/*=============================================
 * page Hader
 *=============================================*/
@media only screen and (max-width: 1279px) {
    header.page #belt{
        background-color: #FCE9DA;
    }
    header.page .logo_sp{
        display: block;
    }
    header.page .hamburger-inner, header.page .hamburger-inner:after, header.page .hamburger-inner:before {
        background: #2F2E2D;
    }
    header.page .hamburger:before,
    header.page .hamburger-box:before,
    header.page .hamburger-box:after{
        border-left: 2px solid #2F2E2D;
    }
    header.page .hamburger:after{
        color: #2F2E2D;
    }
}

.page_pankuzu { 
    margin: auto; 
    width: 100%; 
    padding: 5px 0;
    background-color: #FFF9EF;
}
.page_pankuzu .wrap{
    margin: 0 20px;
    padding: 0;
}
.page_pankuzu .pankuzu{
    margin: 0 auto;
    max-width: 960px;
    font-size: 10px;
    font-weight: 700;
}
.page_pankuzu .pankuzu > span > span{
    position: relative;
    margin-right: 8px;
}
.page_pankuzu .pankuzu > span > span:after { 
    content: '\f105'; 
    font-family: FontAwesome; 
    color: #2F2E2D; 
    font-weight: 500;
}
.page_pankuzu .pankuzu a { 
    position: relative; 
    display: inline-block; 
    vertical-align: top; 
    margin-right: 8px;
    color: #2F2E2D; 
}

.page_pankuzu .pankuzu a:hover {
    opacity: 0.8;
}

.page_pankuzu .pankuzu a:hover:after { 
    text-decoration: none;
}
.page_pankuzu .pankuzu .breadcrumb_last { margin-right: 0; color: #2F2E2D; }
.page_pankuzu .pankuzu .breadcrumb_last:after { display: none;}
.page_pankuzu .pankuzu .products-category { padding: 0; }
@media only screen and (min-width: 781px) {
    .page_pankuzu {
        padding: 10px 0;
    }
    .page_pankuzu .wrap{
        margin: 0 72px;
        padding: 0 40px;
    }
    .page_pankuzu .pankuzu{
        font-size: 16px;
    }
}
@media only screen and (max-width: 1279px) and (min-width: 781px) {   
    .page_pankuzu .wrap{
        margin: 0 32px;
    }
}

.lower_page .page_pankuzu{
    margin-top: 70px;
}
@media only screen and (min-width: 781px) {
    .lower_page .page_pankuzu{
        margin-top: 0;
    }
}
@media only screen and (max-width: 1279px) and (min-width: 781px) {
    .lower_page .page_pankuzu{
        margin-top: 0;
    }
}
@media only screen and (max-width: 1279px) {
    .lower_page .page_pankuzu{
        margin-top: 70px;
    }
}
/*=============================================
 * News List
 *=============================================*/
.news_header{
    position: relative;
    min-height: 242px;
    background: url("shared/img/news/news_header.jpg") no-repeat center center;
    background-size: cover;
}
.news_header .wrap{
    /*position: absolute;
    top: 48.6%;*/
    margin: 0;
    padding: 120px 20px 20px 20px;
}
.news_header .detail{
    margin: 0 auto;
    max-width: 960px;
}
.news_header .title{
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.news_header .category{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.6;
    color: #fff;
}
.news_header .category a{
    margin: 0 4px 0 0;
    padding: 2px 10px;
    border: 1px solid #fff;
    color: #fff;
}
.news_header .category a:hover{
    text-decoration: none;
    opacity: 0.8;    
}
.news_header .category_name{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.news_header .category i{
    margin: 0 10px 0 6px;
}
.news_header .category_now{
}
.news_header .category_list{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media only screen and (min-width: 781px) {
    .news_header{
        min-height: 366px;
    }
    .news_header .wrap {
        margin: 0 72px;
        /*top: 44.6%;*/
        padding: 160px 0 20px 0;
        width: calc(100% - 144px);
    }
    .news_header .detail{
        padding: 0 40px;
    }
    .news_header .title{
        margin-bottom: 32px;
        font-size: 32px;
    }
    .news_header .category{
        font-size: 16px;
    }
    .news_header .category i{
        margin: 0 10px 2px 6px;
    }
}
@media only screen and (max-width: 1279px) and (min-width: 781px) {   
    .news_header .wrap {
        margin: 0 32px;
        width: calc(100% - 64px);
    }
}
#newsList{
    padding: 56px 0;
}
#newsList .detail{
    margin: 0 auto;
    max-width: 960px;
}

.news_list{
    border-top: 1px solid #2F2E2D;
}
.news_list li{
    padding: 16px 5px;
    border-bottom: 1px solid #2F2E2D;
}
.news_list .link{
    display: block;
    text-decoration: underline;
    color: #B88D5C;
    font-size: 13px;
    line-height: 1.538;
    font-weight: 700;
}
.news_list .link:hover{
    opacity: 0.8;    
}
.news_list .category{
    display: flex;
    align-items: center;
    margin: 10px 0 0 0;
}
.news_list .category_name{
    display: flex;
    align-items: center;
    margin-right: 2px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}
.news_list .category_name a{
    margin-right: 4px;
    padding: 5px 6px;
    background-color: #2F2E2D;
    color: #fff;
}
.news_list .category_name a:hover{
    text-decoration: none;
    opacity: 0.8;    
}
.news_list .time{
    padding: 0;
    white-space: nowrap;
    font-size: 10px;
    line-height: 1.538;
    color: #2F2E2D;
}

.news_pagenavi{
    margin-top: 40px;
}

@media only screen and (min-width: 781px) {
    #newsList{
        padding: 105px 0 95px;
    }
    .news_list li{
        padding: 30px 0 30px 15px;
    }
    .news_list .link{
        font-size: 18px;
        line-height: 1.46;
    }
    .news_list .category{
        margin: 14px 0 0 0;
    }
    .news_list .category_name{
        margin-right: 5px;
        font-size: 12px;
        line-height: 2;
    }
    .news_list .category_name a{
        margin-right: 5px;
        padding: 0 15px;
    }
    .news_list .time{
        font-size: 14px;
        line-height: 1.71;
    }
    .news_pagenavi{
        margin-top: 80px;
    }
}


/*=============================================
 * News Page
 *=============================================*/
#newsPage {
  padding: 30px 0 40px 0;
}
#newsPage .detail{
    margin: 0 auto;
    max-width: 836px;
}

@media only screen and (min-width: 781px) {
  #newsPage {
    margin: 0 40px;
    padding: 70px 0 90px;
  }
}

.news_page_header{
    margin-bottom: 16px;
}

.news_page_header .title{
    display: block;
    color: #2F2E2D;
    font-size: 17px;
    line-height: 1.538;
    font-weight: 700;
}
.news_page_header .category{
    display: flex;
    align-items: center;
    margin: 10px 0 0 0;
}
.news_page_header .category_name{
    display: flex;
    align-items: center;
    margin-right: 2px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}
.news_page_header .category_name a{
    margin-right: 4px;
    padding: 5px 6px;
    background-color: #2F2E2D;
    color: #fff;
    text-decoration: none;
}
.news_page_header .category_name a:hover{
    text-decoration: none;
    opacity: 0.80;
}
.news_page_header .time{
    padding: 0;
    white-space: nowrap;
    font-size: 10px;
    line-height: 1.538;
    color: #2F2E2D;
}
.eye_catch{
    margin: 0 0 36px; 
    text-align: center;
}
@media only screen and (min-width: 781px) {
    .news_page_header .title{
        font-size: 24px;
        line-height: 1.46;
    }
    .news_page_header .category{
        margin: 14px 0 0 0;
    }
    .news_page_header .category_name{
        margin-right: 5px;
        font-size: 12px;
        line-height: 2;
    }
    .news_page_header .category_name a{
        margin-right: 5px;
        padding: 0 15px;
    }
    .news_page_header .time{
        font-size: 14px;
        line-height: 1.71;
    }
    .eye_catch{
        margin: 0 0 50px; 
    }
}

.news_page_footer{
    margin: 30px 0 0;
}
.news_page_category{
    position: relative;
    padding: 20px 0 50px;
}
.news_page_category:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("shared/img/news/news_line.png") repeat-x left top;
    background-size: auto 1px;
    width: 100%;
    height: 1px;
}
.news_page_category .category_name{
    margin-bottom: 10px;
}
.news_page_category .category_name > span,
.news_page_category .category_name > a{
    display: inline-block;
    margin-right: 4px;
    padding: 0 8px;
    background-color: #2F2E2D;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 2;
}
.news_page_category .category_name > a:hover{
    text-decoration: none;
    opacity: 0.80;
}
.news_page_category ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.news_page_category li{
    margin: 0 5px 5px 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 2;
}
.news_page_category li a{
    display: block;
    padding: 0 8px;
    background-color: #FFF9EF;
    color: #2F2E2D;
}
.news_page_category li a:hover{
    text-decoration: none;
    opacity: 0.80;
}
.news_page_snslink{
    margin: 0 0 40px;
    padding: 25px;
    border-top: 1px solid #2F2E2D;
    border-bottom: 1px solid #2F2E2D;
}
.news_page_snslink ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}
.news_page_snslink a{
    position: relative;
}
.news_page_snslink img{
    height: 18px!important;
}
.news_page_snslink .copytext{
    position: absolute;
    left: 50%;
    bottom: 14px;
    font-size: 12px;
    white-space: nowrap;
    -webkit-transform: translateX(-50%); 
    -moz-transform: translateX(-50%); 
    transform: translateX(-50%);
}

.news_page_connection{
}
.news_page_connection h4 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 18px;
  line-height: 1.41667;
  font-weight: 700;
  color: #2F2E2D;
}
.news_page_connection .news_list{
    border: none;
}
.news_page_connection .news_list li{
    border: none;
    padding: 0 0 15px 0;
}
.news_page_connection .news_list li:last-child{
    padding: 0;
}
.news_page_connection .news_list .link{
    font-size: 13px;
}
.news_page_connection .news_list .category {
    margin: 8px 0 0 0;
}
@media only screen and (min-width: 781px) {
    .news_page_footer{
        margin: 80px 0 0;
    }
    .news_page_category{
        padding: 20px 0 70px;
    }
    .news_page_category .category_name > span{
        margin-right: 5px;
        padding: 0 15px;
    }
    .news_page_category li a{
        padding: 0 15px;
    }
    .news_page_snslink{
        margin: 0 0 70px;
        padding: 25px 70px;
    }
    .news_page_connection .news_list li{
        padding: 0 0 30px 0;
    }
    .news_page_connection .news_list li:last-child{
        padding: 0;
    }
    .news_page_connection .news_list .link{
        font-size: 14px;
    }
    .news_page_connection .news_list .category {
        margin: 10px 0 0 0;
    }
}


/* --- WordPress preset CSS ----------------------------------------------------------------------------------------- */
.page-container-body h2 {
  margin-bottom: 30px;
  padding: 10px;
  background-color: #B88D5C;
  font-size: 17px;
  line-height: 1.41667;
  font-weight: 700;
  color: #fff;
}
@media only screen and (min-width: 781px) {
  .page-container-body h2 {
    margin: 40px 0;
    padding: 16px 18px;
    font-size: 22px;
  }
}
.page-container-body h3 {
  margin-bottom: 30px;
  padding: 0 10px 10px 10px;
  border-bottom: 2px solid #2F2E2D;
  font-size: 17px;
  line-height: 1.41667;
  font-weight: 700;
  color: #2F2E2D;
}
@media only screen and (min-width: 781px) {
  .page-container-body h3 {
      margin-bottom: 40px;
      padding: 0 0 10px 0;
      font-size: 22px;
  }
}
.page-container-body h4 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 14px;
  line-height: 1.41667;
  font-weight: 700;
  color: #2F2E2D;
}
@media only screen and (min-width: 781px) {
  .page-container-body h4 {
      margin-bottom: 20px;
      padding: 0;
      font-size: 18px;
  }
}
.page-container-body h5 {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.41667;
  font-weight: 700;
  color: #2F2E2D;
}
@media only screen and (min-width: 781px) {
  .page-container-body h5 {
      margin-bottom: 40px;
      font-size: 16px;
  }
}
.page-container-body h6 {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.41667;
  font-weight: 700;
  color: #2F2E2D;
}
@media only screen and (min-width: 781px) {
  .page-container-body h6 {
      margin-bottom: 40px;
      font-size: 14px;
  }
}

.page-container-body {
  content: "";
  display: table;
  clear: both;
}
.page-container-body a {
  color: #B88D5C;
  text-decoration: underline;
}
.page-container-body a[href$=".pdf"]:after, .page-container-body a[target="_blank"]:after {
  content: '';
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin: 0 0 0 4px;
  text-decoration: none;
  font-weight: 300;
  line-height: 1;
  color: currentColor;
}
.page-container-body a[href$=".pdf"]:after {
  content: '\f1c1';
}
.page-container-body a[target="_blank"]:after {
  content: '\f2d2';
}

.page-container-body .wp-block-button__link{
    color: #fff;
    padding: calc(.45em + 2px) calc(2.0em + 2px);
    text-decoration: none;
    background-color: #2F2E2D;
}
.page-container-body .wp-block-button.is-style-outline--1 a{
    color: #2F2E2D;
    background: none;
}
.page-container-body .wp-block-button__link:hover{
    opacity: 0.80;
}

.page-container-body .has-medium-font-size{line-height: 1.8;}
.page-container-body .has-large-font-size{line-height: 1.45;}
.page-container-body .has-x-large-font-size{line-height: 1.45;}

.page-container-body > section,
.page-container-body > div {
  
}
.page-container-body > section:nth-last-child(-n + 1),
.page-container-body > div:nth-last-child(-n + 1) {
  margin: 0;
}
.page-container-body p {
  margin-bottom: 1.4rem;
}
.page-container-body p:nth-last-child(-n + 1) {
  margin: 0;
}
.page-container-body img {
  height: auto;
  max-width: 100%;
  width: auto;
  margin: 4px auto 24px auto;
}
.page-container-body img.centered, .page-container-body div.centered {
  display: block;
  margin: 24px auto;
}
.page-container-body img.aligncenter, .page-container-body div.aligncenter {
  display: block;
  margin: 24px auto;
}
.page-container-body img.alignright, .page-container-body div.alignright {
  float: none;
  margin: 4px auto 16px auto;
  display: block;
}
.page-container-body img.alignleft, .page-container-body div.alignleft {
  float: none;
  margin: 4px auto 16px auto;
  display: block;
}
.page-container-body .wp-caption {
  max-width: 100%;
  padding: 0;
  margin: 24px auto;
  text-align: center;
}
.page-container-body .wp-caption.alignright {
  float: none;
  margin: 4px auto 16px auto;
}
.page-container-body .wp-caption.alignleft {
  float: none;
  margin: 4px auto 16px auto;
}
.page-container-body .wp-caption.aligncenter {
  margin: 24px auto;
  text-align: center;
}
.page-container-body .wp-caption img {
  display: block;
  margin: 0 auto 6px auto;
  max-width: 100%;
}
.page-container-body .wp-caption .wp-caption-text {
  padding: 0;
  font-size: 12px;
  line-height: 1.4;
}

.wp-block-image .aligncenter{
    text-align: center;
}
.wp-block-image :where(figcaption){
    margin-top: 0;
    text-align: center;
}
@media only screen and (min-width: 781px) {
  .page-container-body img.alignright, .page-container-body div.alignright {
    float: right;
    margin: 4px 0 30px 30px;
    display: inline;
  }
  .page-container-body img.alignleft, .page-container-body div.alignleft {
    float: left;
    margin: 4px 30px 30px 0;
    display: inline;
  }
  .page-container-body .wp-caption.alignright {
    float: right;
    margin: 4px 0 30px 30px;
  }
  .page-container-body .wp-caption.alignleft {
    float: left;
    margin: 4px 30px 30px 0;
  }
}
.page-container-body i.fas,
.page-container-body i.far,
.page-container-body i.fal,
.page-container-body i.fab {
  margin: 0 6px;
}
.page-container-body table {
  margin: 0 0 1.4rem 0;
  width: 100%;
}
.page-container-body table:nth-last-child(-n + 1) {
  margin: 0;
}

.page-container-body tr:hover td {
  background-color: #f5f6f8;
}
.page-container-body th,
.page-container-body td {
}
.page-container-body th {
  background-color: #2F2E2D;
  color: #fff;
  font-weight: bold;
}
.page-container-body .wp-block-table thead{
    border-bottom: none;
}
.page-container-body .wp-block-table tfoot{
    border-top: none;
}

.page-container-body dt,
.page-container-body dd {
  margin: 0;
}
.page-container-body ul,
.page-container-body ol {
  margin: 0 0 0.8rem;
  padding: 0;
}
.page-container-body ul li,
.page-container-body ol li {
  position: relative;
  margin: 4px 0;
  padding: 0 0 0 0.8rem;
}
.page-container-body ul > li:before,
.page-container-body ol > li:before{
    content: '●';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.5rem;
}

.page-container-body blockquote {
  margin: 0 0 2em 0;
  padding: 30px;
  background: #f2f2f2;
  color: #555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.page-container-body blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #999;
}
.page-container-body blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 5px;
  color: #999;
}


/* 目次 */
#ez-toc-container{
    display: block;
    margin: 40px auto 56px;
    padding: 30px 0 40px;
    max-width: 678px;
    border: none;
    border-top: 1px solid #2F2E2D;
    border-bottom: 1px solid #2F2E2D;  
    border-radius: 0;
    background-color: #FFF9EF;
    box-shadow: none;
}
 
#ez-toc-container .ez-toc-title-container{
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #2F2E2D;
    
}

div#ez-toc-container .ez-toc-title {
    font-weight: 700;
}
 
#ez-toc-container .toc_toggle{
    display: none;
}

#ez-toc-container nav > ul{
    margin: 0 9%;
}

#ez-toc-container ul li{
    position: relative;
    font-weight: 700;
}

#ez-toc-container ul li:before{
    display: none;
}

div#ez-toc-container ul li, 
div#ez-toc-container ul li a {
    font-size: 14px;
    font-weight: 700;
}

#ez-toc-container nav > ul > li{
    /*padding: 0 0 0 20px;*/
    margin: 4px 0;
}
 
/*#ez-toc-container nav > ul > li:before{
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
    color: #B88D5C;
}*/

#ez-toc-container ul li a{
    color: #B88D5C;
}

#ez-toc-container ul li a:hover{
    opacity: 0.80;
}

@media only screen and (min-width: 781px) {
    #ez-toc-container nav > ul{
        font-size: 16px;
    }
    #iv#ez-toc-container ul li, 
    div#ez-toc-container ul li a {
        font-size: 16px;
        font-weight: 700;
    }

}

/* コメント */
#comments.comments-area {
  clear: both;
  padding: 2.0rem 0;
}
#comments .comment-respond {
  padding: 2.0rem;
  border: 1px solid #DCDCDC;
  font-size: 1.4rem;
  line-height: 1.71429;
}
@media only screen and (min-width: 781px) {
  #comments .comment-respond {
    font-size: 0.7rem;
  }
}
#comments .comment-reply-title {
  margin-top: 0 !important;
}
#comments .comment-form-comment textarea {
  outline: none;
  display: block;
  width: 100%;
  padding: 12px;
  margin-bottom: 0.4rem;
  color: #444;
  border: 1px solid #eee;
  background-color: #F8F8F8;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
#comments .comment-form-author input, #comments .comment-form-email input {
  outline: none;
  display: block;
  width: 100%;
  padding: 12px;
  margin-bottom: 0.4rem;
  color: #444;
  border: 1px solid #eee;
  background-color: #F8F8F8;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 781px) {
  #comments .comment-form-author, #comments .comment-form-email {
    float: left;
    width: 48%;
  }
}
@media only screen and (min-width: 781px) {
  #comments .comment-form-email {
    float: right;
  }
}
#comments .form-submit {
  clear: both;
  padding-top: 8px;
  text-align: center;
}
#comments .form-submit input[type="submit"] {
  width: 100%;
  margin: 0;
  height: 56px;
  line-height: 56px;
  border: 1px black solid;
  background-color: black;
  border-radius: 4px;
  color: #fff;
}
#comments .form-submit input[type="submit"]:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
  filter: alpha(opacity = 60);
  opacity: 0.6;
}
@media only screen and (min-width: 781px) {
  #comments .form-submit input[type="submit"] {
    width: 300px;
    display: inline-block;
    margin: 0;
  }
}

/* next-page */
.pagesprit {
  text-align: center;
  font-size: 0;
  padding: 16px 0 32px 0;
}

.pagesprit .page-numbers {
  line-height: 1;
}

.pagesprit a,
.pagesprit span {
  display: inline-block;
  margin: 0 2px;
  font-size: 14px;
  line-height: 14px;
}

.pagesprit .numbers {
  border: 1px #194793 solid;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #194793;
  color: #fff;
}

.pagesprit a .numbers {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pagesprit a:hover .numbers {
  background-color: #194793;
  color: #fff;
}

.pagesprit a .numbers {
  background-color: #fff;
  color: #194793;
}

/* PageNaviプラグイン */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-align: center;
  font-family: 'Crimson Text', serif;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  padding: 0;
}

.wp-pagenavi .pages {
  display: block;
  margin: 8px;
  font-size: 14px;
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .last {
  display: inline-block;
  vertical-align: top;
  margin: 4px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  border-radius: 40px;
  border: 1px solid #B88D5C;
  text-align: center;
  color: #B88D5C;
}

.wp-pagenavi .extend {
  border: none;
  margin: 0;
  padding-bottom: 8px;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .last {
  border: none;
  background: none;
  width: auto;
  margin: 0 6px;
}

.wp-pagenavi .current {
  position: relative;
  color: #fff;
  background-color:#B88D5C;
}

.wp-pagenavi .page:hover {
  background-color:#B88D5C;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
@media only screen and (min-width: 781px) {
    .wp-pagenavi .current,
    .wp-pagenavi .page,
    .wp-pagenavi .extend,
    .wp-pagenavi .nextpostslink,
    .wp-pagenavi .previouspostslink,
    .wp-pagenavi .last {
          margin: 5px;
          width: 50px;
          height: 50px;
          line-height: 50px;
          font-size: 20px;
          border-radius: 50px;
    }
    .wp-pagenavi .extend,
    .wp-pagenavi .nextpostslink,
    .wp-pagenavi .previouspostslink,
    .wp-pagenavi .last {
          width: 20px;
    }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
