@charset "UTF-8";
/*
Theme Name: XeoryExtension
Theme URI: https://xeory.jp/extension
Description: Xeory拡張テーマ
Author: バズ部
Author URI: https://bazubu.com/
Version: 0.2.5
*/
/* all display
-------------------------------------------------- */
.wrap {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  *zoom: 1;
}

.wrap:before {
  display: inline-table;
}

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

#main {
  width: 100%;
  float: left;
}

#side {
  width: 310px;
  float: left;
  margin-left: -310px;
}

.left-content #main {
  width: 100%;
  float: left;
}
.left-content .main-inner {
  margin-right: 358px;
  margin-left: 0;
}
.left-content #side {
  width: 310px;
  float: left;
  margin-left: -310px;
}

.right-content #main {
  width: 100%;
  float: left;
}
.right-content .main-inner {
  margin-left: 358px;
  margin-right: 0;
}
.right-content #side {
  width: 310px;
  float: left;
  margin-left: -100%;
}

.one-column #content .wrap {
  width: 1000px;
}

.one-column #content .wrap #main {
  width: 100%;
  float: none;
}

.one-column #content .wrap #main .main-inner {
  width: 100%;
  margin: 0;
}

.one-column #content .wrap #side {
  display: none;
}

/* table
-------------------------------------------------- */
table {
  width: 100% !important;
}

table td, table th {
  word-break: break-all;
  text-align: left;
}

/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 991px) {
  /* tablet */
  #main,
  .main-inner,
  #side {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .left-content #main,
  .right-content #main {
    float: none;
  }

  .left-content .main-inner,
  .right-content .main-inner {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .left-content #side,
  .right-content #side {
    width: 100%;
    float: none;
    margin: 0;
  }

  #side {
    padding-top: 42px;
  }

  /* tablet end */
}

/* ----------------------------------------
* フォント設定
---------------------------------------- */
/* ----------------------------------------
* all
---------------------------------------- */
body {
  background: url("./lib/images/bg.png");
  color: #333333;
  background-attachment: fixed;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: underline;
}

/* form
---------------------------------------- */
form input[type="submit"],
form button {
  background: #000000;
  color: #fff;
}

form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

/* ----------------------------------------
* content
---------------------------------------- */
#content {
  height: 916px;
  position: relative;
}

#content .wrap {
  overflow: visible;
}

#content .wp-caption {
  max-width: 100%;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 5px;
  margin-bottom: 12px;
}

#content .wp-caption-text {
  padding: 12px 16px;
  margin-bottom: 0;
  text-align: center;
}

/* ----------------------------------------
* frontpage
---------------------------------------- */
body.home #content-wrap-area {
  width: calc(100% - 200px);
  position: relative;
  left: 200px;
}

body.home #main_visual {
  width: 63%;
  height: 100%;
  float: right;
  position: relative;
}

body.home #main_visual .wrap {
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  background: url(lib/images/main-sp.jpg) center bottom no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit- transform: translateX(-50%) translateY(-50%);
}

body.home #reservation-button {
  position: absolute;
  bottom: 60px;
  right: 50px;
}

body.home #reservation-button a {
  background: #000;
  color: #fff;
  letter-spacing: 2px;
  padding: 14px 30px;
  line-height: 1;
  font-size: 14px;
}

body.home #reservation-button a:hover {
  background: #444;
  text-decoration: none;
  -webkit-transition: all ease .5s;
     -moz-transition: all ease .5s;
      -ms-transition: all ease .5s;
       -o-transition: all ease .5s;
          transition: all ease .5s;
}

body.home #content {
  width: 37%;
  float: left;
  border-right: 1px solid #cfcfcf;
  position: relative;
  padding: 0 60px;
}

body.home #content .main-inner {
  margin-right: 0;
}

body.home #content .wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

body.home #content #main {
  position: absolute;
  bottom: 60px;
  left: 60px;
}

body.home .front-loop {
  overflow: hidden;
  padding: 0;
}

body.home .front-loop h2 {
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 12px;
  letter-spacing: 2px;
}

body.home .front-loop .popular_post_box {
  position: relative;
}

body.home .front-loop .popular_post_box h3 {
  color: #333333;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 0;
  display: inline-block;
  letter-spacing: 0.5px;
}

body.home .front-loop .popular_post_box .p_date {
  font-size: 13px;
  display: inline-block;
  margin: 0!important;
  letter-spacing: 1px;
}

body.home .front-loop .popular_post_box .p_date span {
  line-height: 18px;
}

body.home .front-loop .front-loop-cont {
  padding: 25px 0 0;
  overflow: hidden;
}

.sp-footer-area {
  display: none;
}

/* ----------------------------------------
* header
---------------------------------------- */
#header {
  padding: 0;
  overflow: visible;
  width: 200px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-right: 1px solid #d1d1d1;
}

#header #logo {
  padding: 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 115px;
  left: 0;
}

#header a {
  display: block;
  width: 124px;
  margin: 0 auto;
}

#header .header-information_sns {
  display: block;
  width: 124px;
  margin: 0 auto 5px;
}

#header a.draw-border {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin: 0;
}

#header a.draw-border .icon {
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 5px;
}

#header a.draw-border .circle {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}

#header a.draw-border .circle:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: #dddddd;
}

#header a.draw-border .circle span {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

#header a.draw-border .circle span em {
  position: absolute;
  border-radius: 999px;
  width: 100%;
  height: 100%;
  background: #000;
  transition: transform 0.25s linear;
}

#header a.draw-border .circle span:first-child {
  left: 0%;
}

#header a.draw-border .circle span:first-child em {
  left: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transform-origin: 0% 50%;
}

#header a.draw-border .circle span:last-child {
  left: 50%;
}

#header a.draw-border .circle span:last-child em {
  left: -100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transform-origin: 100% 50%;
  transition-delay: .25s;
}

#header a.draw-border:hover .circle span:first-child em {
  transform: rotate(-180deg);
  transition: transform 0.5s ease-out;
  transition-delay: .25s;
}

#header a.draw-border:hover .circle span:last-child em {
  transform: rotate(-180deg);
  transition: transform .25s linear;
}

#header-sp-copy {
  display: none;
}

/* ----------------------------------------
* gloval nav & primary nav
---------------------------------------- */
#gnav {
  margin: 20px auto;
  width: 124px;
}
#gnav .sub-menu {
  z-index: 10;
}
#gnav ul li {
  display: block;
  position: relative;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
}
#gnav ul li:hover a {
}
#gnav ul li.current-menu-item a {
}
#gnav ul li a {
  display: block;
  color: #333;
  text-decoration: none;
}
#gnav ul li a:hover {
  color: #999;
}
#gnav ul li a:hover .sub-menu {
  display: block;
}
#gnav ul li .sub-menu {
  font-size: 14px;
  text-align: left;
  display: none;
  position: absolute;
  width: 200px;
  background: #fff;
  border: 1px #e5e5e5 solid;
}
#gnav ul li .sub-menu li {
  float: none;
  margin-left: 0;
  border-bottom: 1px #e5e5e5 solid;
  display: block;
}
#gnav ul li .sub-menu li:list-child {
  border-bottom: none;
}
#gnav ul li .sub-menu li a {
  color: #3B4552;
  background: #fff;
  padding: 10px 15px;
}
#gnav ul li .sub-menu li a:hover {
  background: #fafafa;
  color: #3B4552;
}
#gnav ul li .sub-menu .sub-menu {
  left: 100%;
  top: -1px;
}

#header-right {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#header-fnav-area,
#header-gnav-area {
}

#header-fnav-area {
  width: 150px;
  position: relative;
}
#header-fnav-area #header-fnav-btn a {
  display: block;
  padding: 22px 12px;
  line-height: 24px;
  font-size: 23px;
  height: auto;
  text-align: center;
  background: #57bca8;
}
#header-fnav-area #header-fnav-btn a:hover {
  text-decoration: none;
}
#header-fnav-area #header-fnav {
  z-index: 10;
  font-size: 14px;
  text-align: left;
  display: none;
  position: absolute;
  right: 0;
  width: 200px;
  background: #fff;
  border: 1px #e5e5e5 solid;
  -webkit-align-self: center;
          align-self: center;
}
#header-fnav-area #header-fnav li {
  float: none;
  margin-left: 0;
  border-bottom: 1px #e5e5e5 solid;
  display: block;
}
#header-fnav-area #header-fnav li:list-child {
  border-bottom: none !important;
}
#header-fnav-area #header-fnav li a {
  color: #3B4552;
  background: #fff;
  padding: 10px 15px;
  display: block;
}
#header-fnav-area #header-fnav li a:hover {
  background: #fafafa;
  color: #3B4552;
  text-decoration: none;
}

.header-information-area {
  margin: 0 auto;
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
}

.header-information-area a.draw-border svg {
  width: 20px;
  height: 20px;
  fill: #000;
}

.header-information_name {
  font-size: 11px;
  width: 124px;
  margin: 0 auto!important;
  display: block;
}

.header-information_name strong {
  font-size: 20px;
  font-weight: normal;
}

.header-information_copy {
  font-size: 11px;
  width: 124px;
  margin: 20px auto 0!important;
  display: block;
}

/* ----------------------------------------
* main
---------------------------------------- */
.cat-content,
article.post,
article.page {
}

.post-header {
  padding: 56px 64px 46px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.post-header .cat-name {
  margin-bottom: 20px;
}
.post-header .cat-name span {
  border: 1px solid #47B39D;
  color: #47B39D;
  display: inline-block;
  padding: 4px 16px;
  font-size: 13px;
}

.post-title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 36px;
}
body.page .post-title {
  margin-bottom: 0;
}
.post-title a {
  color: #241913;
}
.post-title a:hover {
  color: #FF6C00;
}

.post-content h2.post-title {
  font-weight: normal;
}

.post-title a {
  color: #3B4552;
}
.post-title a:hover {
  color: #FF6C00;
  text-decoration: none;
}

.cat-content .post-header,
article.page .post-header {
  padding: 56px 64px 30px;
  margin-bottom: 20px;
  background: #fff;
}

.post-meta-area {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.post-meta-area ul {
  margin: 0;
}
.post-meta-area .post-meta {
  width: 50%;
  float: left;
}
.post-meta-area .post-meta .date {
  padding: 12px 40px;
}
.post-meta-area .post-meta .date .datetime {
  font-size: 1.1em;
}
.post-meta-area .post-meta-comment {
  text-align: center;
  width: auto;
  float: right;
}
.post-meta-area .post-meta-comment li {
  padding: 12px 24px;
  display: inline-block;
  border-left: 1px solid #e5e5e5;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
}

.post-content {
  padding: 30px 64px 10px;
}
.post-content hr {
  border-bottom: 1px solid #eee;
  margin: 20px 0;
  clear: both;
}
.post-content p,
.post-content ul,
.post-content ol,
.post-content dl,
.post-content blockquote,
.post-content pre,
.post-content table {
  margin-bottom: 2em;
}
.post-content ul {
  list-style: disc;
}
.post-content ol {
  list-style: decimal;
}
.post-content ul,
.post-content ol {
  margin-left: 30px;
}
.post-content ul > ul,
.post-content ul > ol,
.post-content ol > ol,
.post-content ol > ul {
  margin-bottom: 0px;
}
.post-content dl dt {
  font-weight: bold;
}
.post-content dl dd {
  margin-left: 30px;
}
.post-content pre {
  padding: 20px;
  overflow: scroll;
  font-family: itc-avant-garde-gothic-pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-weight: bold;
}
.post-content h1 {
  margin: 32px 0;
  font-size: 36px;
  clear: both;
  font-weight: normal;
}
.post-content h2 {
  margin: 80px 0 32px -74px;
  padding: 16px 16px 16px 56px;
  font-size: 28px;
  clear: both;
  font-weight: normal;
  border-left: 10px solid #131D2A;
  background: #3B4552;
  color: #fff;
}
.post-content h3 {
  font-size: 24px;
  margin: 48px 0 24px;
  padding: 20px 0;
  clear: both;
  font-weight: normal;
  border-bottom: 2px solid #3B4552;
  line-height: 1;
}
.post-content h4 {
  font-size: 20px;
  font-weight: normal;
  margin: 30px 0 16px;
  padding: 0 0 0 8px;
  border-left: 5px solid #131D2A;
  clear: both;
}
.post-content h5 {
  font-size: 16px;
  margin: 30px 0 16px;
  clear: both;
}
.post-content h6 {
  font-size: 16px;
  margin: 30px 0 16px;
  clear: both;
}
.post-content blockquote {
  clear: both;
  margin: 0 0 28px;
  padding: 30px 20px 35px 55px;
  position: relative;
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}
.post-content blockquote:before {
  content: '';
  font-family: 'FontAwesome';
  font-size: 36px;
  color: #e7e7e7;
  position: absolute;
  top: 20px;
  left: 10px;
}
.post-content blockquote cite {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
  color: #808080;
}
.post-content table {
  border: 1px #ddd solid;
  max-width: 100%;
}
.post-content table th,
.post-content table td {
  padding: 8px 10px;
  border: #ddd solid 1px;
}
.post-content table th {
  color: #fff;
}
.post-content table thead th {
  background: #5e6265;
}
.post-content table tbody th {
  background: #919598;
}
.post-content table.table-line table,
.post-content table.table-line th,
.post-content table.table-line td {
  border-color: #fff;
}
.post-content table.table-line th {
  background: transparent;
  color: #241913;
  font-weight: bold;
}
.post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
.post-content table.table-line tr {
  background: #eee;
}
.post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
.post-content img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.post-content img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.post-content h2:first-child {
  margin-top: 0;
}

.post-content a {
  text-decoration: underline;
    color: #088080;
    font-size: 13px;
}

.post-cta {
  background: #131D2A;
  color: #fff;
}
.post-cta .post-cta-inner {
  padding: 30px 45px;
}
.post-cta .cta-post-title {
  padding: 30px 45px;
  font-size: 36px;
  margin-bottom: 14px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.post-cta .post-cta-img {
  float: right;
  width: 230px;
  margin: 0 0 20px 20px;
}
.post-cta .post-cta-cont {
  overflow: hidden;
}
.post-cta .post-cta-btn {
  margin: 10px 0;
}
.post-cta .post-cta-btn a {
  background: #F86222;
  color: #fff;
  border-radius: 8px;
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 60%;
  margin: 0 auto 20px;
}
.post-cta .post-cta-btn a:hover {
  background: #fa8553;
}
.post-cta p {
  margin-bottom: 1em;
}
.post-cta .btn {
  width: 100%;
  display: block;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
  background: #3B4552;
}
.post-cta .btn:hover {
  text-decoration: none;
  background: #FF6C00;
}

.post-share {
  padding: 30px 45px;
}
.post-share .post-share-list1,
.post-share .post-share-list2,
.post-share .post-share-list3,
.post-share .post-share-list4 {
  overflow: hidden;
  padding: 30px 0;
  margin-left: -2.08%;
}
.post-share .post-share-list1 a,
.post-share .post-share-list2 a,
.post-share .post-share-list3 a,
.post-share .post-share-list4 a {
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  display: block;
  border: 1px #eee solid;
  border-radius: 3px;
  padding: 20px 0;
}
.post-share .post-share-list1 a:hover,
.post-share .post-share-list2 a:hover,
.post-share .post-share-list3 a:hover,
.post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
.post-share .post-share-list1 li,
.post-share .post-share-list2 li,
.post-share .post-share-list3 li,
.post-share .post-share-list4 li {
  text-align: center;
  float: left;
  margin-left: 2.08%;
}
.post-share .post-share-list1 i,
.post-share .post-share-list1 .big,
.post-share .post-share-list2 i,
.post-share .post-share-list2 .big,
.post-share .post-share-list3 i,
.post-share .post-share-list3 .big,
.post-share .post-share-list4 i,
.post-share .post-share-list4 .big {
  font-size: 2em;
}
.post-share .post-share-list1 li {
  width: 97.92%;
}
.post-share .post-share-list2 li {
  width: 47.92%;
}
.post-share .post-share-list3 li {
  width: 31.25%;
  font-size: .8em;
}
.post-share .post-share-list4 li {
  width: 22.92%;
}
.post-share .post-share-list4 {
  text-align: center;
}
.post-share .post-share-list4 i,
.post-share .post-share-list4 .big {
  display: block;
}
.post-share .post-share-list4 .big {
  font-size: 1.2em;
}
.post-share .post-share-facebook a:hover {
  color: #305097;
}
.post-share .post-share-twitter a:hover {
  color: #00aced;
}
.post-share .post-share-google a:hover {
  color: #db4a39;
}
.post-share .post-share-feedly a:hover {
  color: #2bb24c;
}

.post-footer {
  border-radius: 0;
  padding: 20px 64px;
  overflow: hidden;
  clear: both;
}
.post-footer ul {
  overflow: hidden;
}
.post-footer ul li a:hover {
  text-decoration: underline;
}
.post-footer .bzb-sns-btn {
  padding: 30px 0;
}

.post-footer .bzb-sns-btn li {
  vertical-align: top;
}
.post-footer .bzb-sns-btn  li .fb_iframe_widget span{
  vertical-align: top !important;
}

.post-footer-list {
  padding: 20px 0;
}

.post-author {
  margin-bottom: 40px;
  padding: 40px 45px;
  border: 1px solid #e5e5e5;
  color: #241913;
  background: #fff;
}
.post-author .post-author-img {
  height: 100%;
  float: left;
}
.post-author .post-author-img img {
  width: 100px;
  height: auto;
  border: 1px solid #e5e5e5;
}
.post-author .post-author-img .inner {
  padding: 0;
}
.post-author .row {
  margin-right: -10px;
  margin-left: -10px;
}
.post-author .row .gr1, .post-author .row .gr2, .post-author .row .gr3, .post-author .row .gr4, .post-author .row .gr5, .post-author .row .gr6, .post-author .row .gr7, .post-author .row .gr8, .post-author .row .gr9, .post-author .row .gr10, .post-author .row .gr11, .post-author .row .gr12 {
  padding-left: 10px;
  padding-right: 10px;
}
.post-author a {
  color: #3B4552;
}
.post-author .post-author-meta {
  color: #241913;
  margin-left: 120px;
}
.post-author .post-author-meta h4 {
  margin: 0 40px 10px 0;
}
.post-author .post-author-meta p {
  margin: 0 40px 20px 0;
}

.post-header-meta {
  overflow: hidden;
  margin-bottom: 26px;
}
.post-header-meta .bzb-sns-btn {
  padding: 20px 0 10px;
  float: left;
  width: 400px;
  overflow: hidden;
}
.post-header-meta .post-header-category {
  float: right;
  width: 300px;
  text-align: right;
  padding: 20px 0 10px;
}

.bzb-sns-btn {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.bzb-sns-btn li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin: 4px;
}
/*
.bzb-sns-btn li.bzb-facebook {
  width: 98px;
}
.bzb-sns-btn li.bzb-facebook span {
  vertical-align: top !important;
}
.bzb-sns-btn li.bzb-twitter {
  width: 93px;
}
.bzb-sns-btn li.bzb-googleplus {
  width: 65px;
}
*/
.post-autot
#comments {
  padding: 40px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.post-autot
#comments h4,
.post-autot
#comments h3 {
  margin: 0 0 24px;
  border-bottom: 5px solid #3B4552;
  font-size: 18px;
  padding: 8px 0;
}
.post-autot
#comments h4 i,
.post-autot
#comments h3 i {
  color: #3B4552;
}

.comment-list > .comment {
  margin-bottom: 40px;
  border-bottom: 1px #eee solid;
}

.comment-list > .comment > .comment-body {
  padding: 0 20px;
  margin-bottom: 20px;
}

.comment-list .children {
  margin-left: 45px;
}

@media screen and ( max-width: 767px ){
  .comment-list .children {
    margin-left: 0;
  }
}
.comment-list .children .comment-body {
  padding: 20px 30px;
  margin-bottom: 20px;
  background: #f7f7f7;
}

.comment-author {
  float: left;
  vertical-align: top;
  font-size: 12px;
  margin-left: 10px;
}
.comment-author img {
  vertical-align: top;
}

.comment-meta {
  font-size: 12px;
  margin-bottom: 12px;
}

.reply a {
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 12px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.reply a:before {
  content: ' ';
  font-family: 'FontAwesome';
}
.reply a:hover {
  text-decoration: none;
}

.comment-form-comment {
  margin-bottom: 0;
}

.comment-form-comment label {
  display: none;
}
.comment-form-comment textarea {
  width: 80%;
  margin: 20px 0;
  border-radius: 3px;
}

.form-allowed-tags {
  font-size: 12px;
  margin-bottom: 20px;
  display: none;
}

.comment-meta:after {
  content: ' ';
  display: block;
  clear: both;
}

.comments-title {
  font-size: 24px;
  padding: 20px 0;
  margin-bottom: 30px;
  margin-top: 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  overflow: hidden;
  margin: 10px 0;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  width: 15%;
  float: left;
  font-size: 12px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 40%;
  float: left;
  margin-left: 5%;
  border-radius: 3px;
  padding: 5px;
}

.form-submit #submit {
  width: 240px;
  margin-top: 2em;
  line-height: 24px;
  border: none;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.form-submit #submit:hover {
  cursor: pointer;
}

.comment-form-comment textarea {
  width: 95%;
  padding-left: 2%;
  padding-right: 2%;
}

.comment-form {
  overflow: hidden;
}

.comment-form-author,
.comment-form-email {
  width: 49%;
  margin: 0;
}
.comment-form-author label,
.comment-form-author input,
.comment-form-email label,
.comment-form-email input {
  width: 90%;
  float: none;
  margin: 0 0 10px;
}

.comment-form-author {
  float: left;
}

.comment-form-email {
  float: right;
}

/* loop
---------------------------------------- */
.cat-content {
  background: #fff;
  padding: 40px;
  margin-bottom: 30px;
}

.post-loop-wrap article {
  width: 100%;
  margin: 0 0 60px;
}
.post-loop-wrap article p {
  margin-top: 0;
}
.post-loop-wrap .post-title {
  margin-bottom: 0;
}
.post-loop-wrap .post-thumbnail {
  width: 100%;
}
.post-loop-wrap .post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.post-loop-wrap .more-link {
  border: 1px #3B4552 solid;
  padding: 8px 20px;
  margin-bottom: 64px;
  color: #3B4552;
}
.post-loop-wrap .more-link:hover {
  background: #3B4552;
  color: #fff;
  text-decoration: none;
}
.post-loop-wrap .post-footer {
  border-top: 1px #eee solid;
  padding: 0;
  overflow: hidden;
}
.post-loop-wrap .post-footer a.morelink {
  display: block;
  background: #3B4552;
  color: #fff;
  text-align: center;
  padding: 12px;
}

/* pager */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}

.pagination a {
  background: #fff;
}

 .pagination a, .pagination > span{
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #241913;
}

.pagination a:hover {
  background: #999999;
  color: #fff;
}

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #999999;
  color: #fff;
}

.post-content .pagination {
  margin: 0;
}

.post-content .pagination > span{
  background: #999999;
  color: #ffffff;
}


/* ----------------------------------------
* side
---------------------------------------- */
.side-widget-area {
  padding: 0;
}

.side-widget {
  margin-bottom: 40px;
  padding-bottom: 40px;
  line-height: 1.6;
  font-size: 14px;
}
.side-widget .side-title {
  margin: 0 0 32px;
  font-size: 15px;
  background: #ebebeb;
  border: 1px solid #e4e4e4;
}
.side-widget a {
  color: #47B39D;
  text-decoration: underline;
  display: block;
}
.side-widget a:hover {
  color: #47B39D;
  text-decoration: none;
}
.side-widget ul li {
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
}
.side-widget .side-title {
  margin: 0 0 13px;
  padding: 8px;
  font-size: 16px;
}
.side-widget.widget_recent_comments a {
  background: none;
}
.side-widget .post-date {
  margin: 0 0 0 36px;
  font-size: 13px;
  color: #999999;
}
.side-widget .post-share-fb .pas {
  display: none;
}

.widget_categories a {
  display: inline-block;
}

/* widget_views */
.widget_views a {
  display: inline;
}

/* search */
.widget_search {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding-bottom: 0;
  border-radius: 2px;
}
.widget_search form div {
  position: relative;
  padding-right: 40px;
}
.widget_search label {
  display: none;
}
.widget_search input[type=text] {
  line-height: 18px;
  padding: 8px 13px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  float: left;
}
.widget_search button {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: top;
  line-height: 18px;
  border: none;
  border-radius: 3px;
  width: 40px;
  padding: 8px 5px;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
  background: transparent;
  font-family: 'FontAwesome';
  font-size: 21px;
  color: #5e6265;
}
.widget_search button:hover {
  cursor: pointer;
}

#searchform form input[type="text"],
#searchform form input[type="email"],
#searchform form input[type="url"],
#searchform form input[type="tel"],
#searchform form input[type="number"],
#searchform form input[type="date"],
#searchform form textarea {
  border-radius: 3px;
  padding: 12px;
  max-width: 100%;
  font-size: 16px;
}
#searchform form textarea {
  width: 80%;
}
#searchform form input[type="submit"] {
  padding: 12px 20px;
}

/* comment */
.recentcomments {
  color: #808080;
  font-size: 12px;
}
.recentcomments a {
  color: #241913;
  font-size: 14px;
}

/* 実装中止----------- */
/* calendar */
.widget_calendar {
  border-radius: 3px;
  font-size: 16px;
}
.widget_calendar .side-widget-inner {
  border-radius: 3px;
  padding: 0 20px 20px;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar caption {
  border-radius: 3px 3px 0 0;
  padding: 14px 20px;
  margin: 0 -20px 20px;
  font-size: 18px;
  text-align: center;
}
.widget_calendar a {
  color: #666;
}
.widget_calendar li {
  margin-bottom: 1em;
}
.widget_calendar thead,
.widget_calendar tfoot,
.widget_calendar tbody {
  margin: 0 20px;
}
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}
.widget_calendar tbody a {
  display: block;
}
.widget_calendar tbody a:hover {
  text-decoration: none;
}

/* follow */
#side .share-list-wrap {
  margin: 0 -20px 20px;
  background: #fff;
  padding: 20px;
}
#side .share-list-wrap .post-share-list1,
#side .share-list-wrap .post-share-list2,
#side .share-list-wrap .post-share-list3,
#side .share-list-wrap .post-share-list4 {
  overflow: hidden;
  margin-left: -1%;
}
#side .share-list-wrap .post-share-list1 li,
#side .share-list-wrap .post-share-list2 li,
#side .share-list-wrap .post-share-list3 li,
#side .share-list-wrap .post-share-list4 li {
  float: left;
  width: 24%;
  margin-left: 1%;
}
#side .share-list-wrap .post-share-list1 li a,
#side .share-list-wrap .post-share-list2 li a,
#side .share-list-wrap .post-share-list3 li a,
#side .share-list-wrap .post-share-list4 li a {
  border-radius: 100%;
  background: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  font-size: 32px;
  color: #5e6265;
}
#side .share-list-wrap .post-share-list1 li a .follow-on,
#side .share-list-wrap .post-share-list1 li a .big,
#side .share-list-wrap .post-share-list2 li a .follow-on,
#side .share-list-wrap .post-share-list2 li a .big,
#side .share-list-wrap .post-share-list3 li a .follow-on,
#side .share-list-wrap .post-share-list3 li a .big,
#side .share-list-wrap .post-share-list4 li a .follow-on,
#side .share-list-wrap .post-share-list4 li a .big {
  display: none;
}
#side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
#side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
#side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
#side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}

/* author */
#side-author {
  overflow: hidden;
  font-size: 12px;
}
#side-author h4 {
  padding: 12px 0;
  margin-bottom: 20px;
  font-size: 16px;
}
#side-author .side-author-img {
  float: left;
  width: 100px;
}
#side-author .side-author-meta {
  float: right;
  width: 180px;
}

/* ----------------------------------------
* footer
---------------------------------------- */
/* Facebook Like Box width: 100% */
.post-share-fb.side-widget{
  text-align: center;
}
div.post-share-fb .fbcomments,
div.post-share-fb .fb_iframe_widget,
div.post-share-fb .fb_iframe_widget[style],
div.post-share-fb .fb_iframe_widget iframe[style],
div.post-share-fb .fbcomments iframe[style] *,
div.post-share-fb .fb_iframe_widget span {
  max-width: 100% !important;
}
#footer .fbcomments,
#footer .fb_iframe_widget,
#footer .fb_iframe_widget[style],
#footer .fb_iframe_widget iframe[style],
#footer .fbcomments iframe[style] *,
#footer .fb_iframe_widget span {
  max-width: 100% !important;
}

#footer {
  color: #fff;
  border-top: 8px solid #3B4552;
}
#footer .fb-like-box,
#footer .fb-like-box > span,
#footer iframe {
  width: 100% !important;
  box-sizing: border-box;
}
#footer .footer-logo {
  font-size: 24px;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #ccc;
}
#footer .wrap {
  padding: 30px 0;
}
#footer .post-share {
  padding-right: 0;
  padding-left: 0;
}
#footer .row {
  margin-left: -15px;
  margin-right: -15px;
}
#footer .row .gr1,
#footer .row .gr2,
#footer .row .gr3,
#footer .row .gr4,
#footer .row .gr5,
#footer .row .gr6,
#footer .row .gr7,
#footer .row .gr8,
#footer .row .gr9,
#footer .row .gr10,
#footer .row .gr11,
#footer .row .gr12 {
  padding-left: 15px;
  padding-right: 15px;
}

#footer-brand-area {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #3B4552;
}

#footer-content-area {
  font-size: 14px;
}
#footer-content-area h4 {
  font-size: 16px;
}
#footer-content-area i.fa {
  margin-right: 12px;
}
#footer-content-area #footer-cont-about li,
#footer-content-area #footer-cont-content li {
  position: relative;
}
#footer-content-area #footer-cont-about li:before,
#footer-content-area #footer-cont-content li:before {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  left: 0;
}
#footer-content-area #footer-cont-about li a,
#footer-content-area #footer-cont-content li a {
  padding: 8px 12px 8px 14px;
  display: inline-block;
}
#footer-content-area #footer-cont-about li a:hover,
#footer-content-area #footer-cont-content li a:hover {
  text-decoration: none;
}
#footer-content-area #footer-cont-sns a {
  display: block;
  padding: 8px 12px 8px 0;
}
#footer-content-area #footer-cont-sns a:hover {
  text-decoration: none;
}

.footer-01 {
  background: #031731;
  padding: 48px 0;
}
.footer-01 .footer-address {
  text-align: right;
}

@media screen and ( max-width: 991px ){
  .footer-01 .footer-address {
    text-align: left;
  }
}

@media screen and ( max-width: 767px ){
  .footer-01 .footer-address {
    margin-top: 24px;
  }
}

.footer-02 {
  background: #010A17;
}
.footer-02 .footer-copy {
  text-align: center;
  font-size: 12px;
}

/* ----------------------------------------
* LP
---------------------------------------- */
.single-lp {
  padding: 40px 0;
}
.single-lp .lp-wrap {
  width: 1157px;
  border: 1px solid #eee;
  margin: 0 auto;
  background: #fff;
  padding: 0;
}
.single-lp .lp-thumbnail {
  border: 1px #ccc solid;
  float: right;
  margin: 0 0 13px 13px;
  border: 1px #ccc solid;
}
.single-lp .lp-thumbnail img {
  vertical-align: top;
}
.single-lp .post-content {
  padding: 0;
}
.single-lp #lp-header {
  background: #47B39D;
  padding: 56px;
  color: #fff;
}
.single-lp #lp-header h1 {
  font-size: 32px;
  color: #fff;
  text-align: center;
}
.single-lp dt, .single-lp dd {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.single-lp #content {
  padding: 40px 56px;
}
.single-lp #main {
  width: 100%;
  float: left;
  overflow: hidden;
}
.single-lp .main-inner {
  margin-right: 350px;
}
.single-lp #side {
  width: 320px;
  float: left;
  margin-left: -320px;
}
.single-lp .post-footer {
  padding: 20px 0;
}
.single-lp .post-footer .bzb-sns-btn {
  padding: 0;
}
.single-lp .lp-form {
  background: #494c4e;
  color: #fff;
  padding: 30px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.single-lp .lp-form h3{
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: bold;
}
.single-lp .lp-form input[type=text],
.single-lp .lp-form input[type=email] {
  width: 90%;
  padding: 10px 5%;
  border: none;
}
.single-lp .lp-form input[type=submit],
.single-lp .lp-form button {
  width: 100%;
  padding: 10px 0;
  background: #F86222;
  color: #fff;
  border-bottom: 5px solid #e04807;
  -webkit-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s;
  border-radius: 3px;
}
.single-lp .lp-form input[type=submit]:hover,
.single-lp .lp-form button:hover {
  background: #f9743b;
}
.single-lp .lp-form dl {
  margin-bottom: 13px;
}/* one-column */
.one-column.single-lp #main{
  float: none;
}
.one-column.single-lp .main-inner {
  margin-left: 0;
  margin-right: 0;
}
.one-column.single-lp #side{
  float: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.single-lp #side {
  width: 320px;
  margin-left: -320px;
}
.single-lp.right-content #side {
  width: 320px;
  margin-left: -100%;
}
.single-lp.right-content .main-inner{
  margin-left: 350px;
  margin-right: 0;
}
@media screen and ( max-width: 1200px ){
  .single-lp.right-content #side{
    width: 100%;
    margin: 0;
    float: none;
  }
  .single-lp.right-content .main-inner{
    margin: 0 0 40px;
    width: 100%;
  }
}

/* ----------------------------------------
* 下層ページ
---------------------------------------- */
.page-template-default #content {
  height: 916px;
  width: calc(100% - 200px);
  left: 200px;
  position: relative;
}  

.page-template-default #content #main {
  height: 120px;
  width: 100%;
  background: url(./lib/images/title-bg.jpg) center center no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  float: none;
}

.page-template-default #content #main .main-inner {
  width: 100%;
  height: 100%;
}

.page-template-default #content h1 {
    text-align: center;
    font-size: 32px;
    letter-spacing: 2px;
    width: 100%;
    line-height: 114px;
}

.page-template-default .content-inner-block_M {
  width: 90%;
  max-width: 628px;
  margin: 0 auto;
  padding: 50px 0;
}

.page-template-default .content-inner-block_M p {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.page-template-default .content-inner-block_M p span {
  width: 160px;
  display: inline-block;
}

.page-template-default .content-inner-block_M p span.ajax-loader {
  width: 24px;
}

.page-template-default .content-inner-block_M p span.wpcf7-not-valid-tip {
  width: 100%;
}

.page-template-default .content-inner-block_M p small {
  color: #777777;
  font-size: 11px;
  line-height: 1.2;
}

.page-template-default .content-inner-block_M th {
  width: 150px;
  vertical-align: top;
  padding: 0 0 10px;
  font-size: 13px;
}

.page-template-default .content-inner-block_M td {
  width: calc(100% - 150px);
  padding: 0 0 10px;
}

.page-template-default .content-inner-block_M .table-borderbottom {
  padding-bottom: 40px;
}

.page-template-default .content-inner-block_M .table-lastchild {
  border-top: 1px solid #ccc;
  padding-top: 25px;
}

.content-reservation-button {
  position: fixed;
  bottom: 40px;
  right: 40px;
}

.content-reservation-button a {
  background: #000;
  color: #FFF;
  padding: 12px 35px;
  line-height: 1;
  -webkit-transition: all ease .5s;
     -moz-transition: all ease .5s;
      -ms-transition: all ease .5s;
       -o-transition: all ease .5s;
          transition: all ease .5s;
  letter-spacing: 2px;
}

.content-reservation-button a:hover {
  background: #777;
}

.content_profile_image {
  width: 400px;
  margin: 0 auto 30px;
  display: block;
}

.content_profile_text {
  text-align: center;
}

.content_profile_text h2 {
  font-size: 20px;
}

.content_profile_text p a {
  color: #61839a;
  text-decoration: underline;
}

.content_access .content_access_images {
  margin-bottom: 25px;
}

.content_access .content_access_text {
  margin-bottom: 25px;
}

.content_access_text p a {
  color: #61839a;
  text-decoration: underline;
}

/* ----------------------------------------
* ニュース
---------------------------------------- */
.post-template-default #content {
  width: calc(100% - 200px);
  left: 200px;
  position: relative;
  float: none;
}

/* ----------------------------------------
* コンタクトフォーム
---------------------------------------- */
.page-template-default .content-inner-block_M p span.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  margin-top: 3px;
}

.page-template-default .content-inner-block_M p span.wpcf7-form-control-wrap input,
.page-template-default .content-inner-block_M p span.wpcf7-form-control-wrap textarea {
  width: 100%!important;
}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
#header-nav-btn,
#gnav-sp,
#br-sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  /* laptop start */
  body.home .wrap {
    width: auto;
    margin: 0 36px;
  }

  .post-header,
  .post-author {
    padding: 36px;
  }

  .post-content,
  .post-footer {
    padding-left: 36px;
    padding-right: 36px;
  }

  .single-lp #gnav-sp {
    display: none;
  }
  .single-lp .lp-wrap {
    width: auto;
    margin: 0 36px;
  }
  .single-lp #main,
  .single-lp #side,
  .single-lp .main-inner {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }

  /* end start */
}

@media screen and (max-width: 991px) {
  /* tablet */
  body.home .wrap {
    width: auto;
    margin: 0 24px;
  }

  body.home #front-service {
    background-image: none;
  }

  /* header */
  #header {
    padding: 0;
  }

  #header-nav-btn {
    display: block;
    position: absolute;
    right: 35px;
    top: 53px;
    width: 20px;
    height: 20px;
    z-index: 1000;
  }

  #header-nav-btn a {
    display: block;
    text-align: center;
    display: block;
    font-size: 32px;
    background: #3B4552;
    position: relative;
  }

  #header-nav-btn a span {
    -webkit-transition: all ease .5s;
       -moz-transition: all ease .5s;
        -ms-transition: all ease .5s;
         -o-transition: all ease .5s;
            transition: all ease .5s;
  }

  #header-nav-btn a span:first-child {
    content: "";
    width: 20px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 3px;
    top: 3px;
  }

  #header-nav-btn a span:last-child {
    content: "";
    width: 20px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 3px;
    bottom: 3px;
  }

  #header-nav-btn a span.bar1.open {
    transform: rotate(45deg);
    top: 15px;
  }

  #header-nav-btn a span.bar2.open {
    transform: rotate(-45deg);
    bottom: 4px;
  }

  #header-fnav-area {
    display: none;
  }

  /* front page */
  body.home #main_visual .wrap {
    width: calc(100% - 60px);
    height: calc(100% - 120px);
  }

  body.home #main_visual h2 {
    margin-top: 0;
    font-size: 24px;
  }

  body.home #main_visual p {
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
  }

  body.home #content {
    padding: 0 30px;
  }

  body.home #content #main {
    left: 0;
    padding: 0 30px;
  }

  body.home .front-loop .popular_post_box .wrap-a {
    display: block;
    line-height: 1;
  }

  body.home .front-loop .popular_post_box .wrap-a:hover {
    background: #fafafa;
    text-decoration: none;
  }

  body.home .front-loop .popular_post_box .wrap-a h3 {
    margin-top: 5px;
    margin-bottom: 0;
  }

  body.home .front-loop .front-loop-cont {
    padding-top: 15px;
  }

  .post-header {
    padding: 56px 44px 0;
  }

  .post-content {
    padding: 40px;
  }
  .post-content h2 {
    margin-left: -52px;
  }

  .post-meta-area {
    background: #fff;
    color: #444;
    letter-spacing: 1px;
  }

  .post-meta-area .post-meta {
    width: 40%;
    float: left;
    text-align: left;
  }

  .post-meta-area .post-meta .date {
    background: transparent;
    text-align: left;
  }

  .post-meta-area .bzb-sns-btn {
    height: auto;
  }

  .post-meta-area .bzb-sns-btn .sharrre {
    margin: 0 5px 0 0;
    float: left !important;
    width: 20%;
    overflow: hidden;
  }

  .post-meta-area .bzb-sns-btn .sharrre.twitter a, .post-meta-area .bzb-sns-btn .sharrre.facebook a, .post-meta-area .bzb-sns-btn .sharrre.googlePlus a, .post-meta-area .bzb-sns-btn .sharrre.hatena a {
    background: transparent;
    display: block;
    padding: 4px 24px;
    color: #241913;
  }

  .post-meta-area .bzb-sns-btn .sharrre.twitter a .share, .post-meta-area .bzb-sns-btn .sharrre.facebook a .share, .post-meta-area .bzb-sns-btn .sharrre.googlePlus a .share, .post-meta-area .bzb-sns-btn .sharrre.hatena a .share {
    display: none;
    text-align: center;
    float: left;
  }

  .post-meta-area .bzb-sns-btn .sharrre.twitter a:hover, .post-meta-area .bzb-sns-btn .sharrre.facebook a:hover, .post-meta-area .bzb-sns-btn .sharrre.googlePlus a:hover, .post-meta-area .bzb-sns-btn .sharrre.hatena a:hover {
    background: transparent;
  }

  .post-meta-area .bzb-sns-btn .s_buttons {
    font-size: 14px;
    padding-top: 20px;
  }

  .post-meta-area .loop-comment-icon {
    padding: 4px 12px;
    background: transparent !important;
    text-align: center;
    float: right;
  }

  #footer-facebook {
    display: none;
  }

  #footer-list-area {
    width: 100%;
  }

  .single-lp #gnav-sp {
    display: none;
  }

  .single-lp .lp-wrap {
    width: auto;
    margin: 0 24px;
  }

  .single-lp .lp-form .submit {
    width: 50%;
  }
  /* tablet end */
}

@media screen and (max-width: 767px) {
  /* phone */
  .wrap {
    overflow: hidden;
  }

  .post-title {
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #444;
  }

  /* gnav */
  #gnav {
    display: none;
  }

  #gnav-sp {
    display: none;
    background: #efefef;
    display: block;
    color: #fff;
    z-index: 100;
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }

  #gnav-sp .grid-wrap {
    margin: 0;
    padding: 100px 0 0;
  }

  #gnav-sp .wrap a {
    color: #333;
  }

  #gnav-sp #header-cont-content {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 20px;
  }

  #gnav-sp #header-cont-content li,
  #gnav-sp #header-cont-about li{
    font-size: 14px;
  }

  #gnav-sp #header-cont-content li a,
  #gnav-sp #header-cont-about li a {
    padding: 7px 12px;
  }

  #gnav-sp #header-cont-content li {
    margin-left: 2%;
    float: left;
    width: 48%;
  }

  #gnav-sp #header-cont-content li a {
    display: block;
    position: relative;
    letter-spacing: 1px;
    font-size: 13px;
  }

  #gnav-sp #header-cont-content li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    left: 0;
    top: 8px;
  }

  #gnav-sp #header-cont-content .header-sp_sns {
    border-top: 1px solid #ccc;
    padding: 15px;
  }

  #gnav-sp #header-cont-content .header-sp_sns a {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
  }

  #gnav-sp #header-cont-content .header-sp_sns a svg {
    width: 100%;
    height: 100%;
    fill: #888;
  }

  #gnav-sp #header-cont-content .children {
    display: none;
  }

  #gnav-sp #footer-nav li a {
    display: block;
    padding: 8px 12px;
    position: relative;
  }

  #gnav-sp #footer-nav li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    left: 0;
    top: 8px;
  }

  #gnav-sp #footer-nav .children {
    display: none;
  }

  #br-sp {
    display: block;
  }

  #main {
    width: 100%;
    float: none;
  }

  #side {
    width: 100%;
    float: none;
  }

  .left-content #main {
    width: 100%;
    float: none;
  }

  .left-content #side {
    width: 100%;
    float: none;
  }

  .right-content #main {
    width: 100%;
    float: none;
  }

  .right-content #side {
    width: 100%;
    float: none;
  }

  .one-column #content .wrap {
    width: 94%;
    margin: 0 3%;
  }

  .one-column #content .wrap #main {
    width: 100%;
    float: none;
  }

  .one-column #content .wrap #side {
    width: 100%;
    float: none;
  }

  /* header */
  #header {
    padding: 40px 0 0;
    width: 100%;
    height: 120px;
    z-index: 999;
  }

  #header .wrap {
    padding: 0;
    margin: 0 30px;
  }

  #header #logo {
    display: block;
    width: 80px;
    margin: 0;
    position: relative;
    top: auto;
  }

  #header a {
    width: auto;
    margin: 6px auto;
  }

  #header #header-right {
    height: auto;
  }

  #header #header-primary-nav {
    display: none;
  }

  #header-nav-btn a {
    display: block;
    text-align: center;
    padding: 0;
    line-height: 1;
    width: 20px;
    height: 20px;
    background: none;
    margin: 0 auto;
  }

  #header-sp-copy {
    display: block;
    position: absolute;
    left: 130px;
    top: 53px;
    font-size: 8px;
    line-height: 1;
  } 

  #header-sp-copy strong {
    display: block;
    font-size: 15px;
    font-weight: normal;
  }

  .header-information-area {
    display: none;
  }

  #gnav-sp {
    display: none;
    top: 112px;
  }

  #gnav-sp ul {
    margin-bottom: 20px;
  }

  #gnav-sp #header-cont-content ul {
    margin-left: 0;
    z-index: 101;
    padding: 0 24px;
  }

  body.home #gnav-sp #header-cont-content ul {
    padding: 0;
  }

  #gnav-sp #header-cont-content li {
    margin-left: 0;
    float: left;
    width: 100%;
    font-family: itc-avant-garde-gothic-pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 1px;
    font-size: 13px;
  }

  body.home #content-wrap-area {
    width: 100%;
    left: 0;
    position: static;
  }

  body.home #main_visual {
    width: 100%;
    float: none;
    margin-top: 105px;
  }

  body.home #main_visual .wrap {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background: url(lib/images/main-sp.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
    top: 30px;
    left: 30px;
    transform: translateY(0%) translateX(0%);
    -webkit- transform: translateY(0%) translateX(0%);
    margin: 0;
  }

  body.home #reservation-button {
    bottom: auto;
    top: 120px;
    right: 25px;
    left: auto;
  }

  body.home #reservation-button a {
    background: #000;
    color: #fff;
    letter-spacing: 2px;
    padding: 14px 30px;
    line-height: 1;
    font-size: 14px;
  }

  body.home #content {
    width: 100%;
    float: none;
    border-right: none;
  }

  body.home #content #main {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0;
  }

  /* loop */
  body.home .front-loop .popular_post_box {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  body.home .front-loop .front-loop-cont {
    padding-top: 5px;
  }

  .sp-footer-area {
    display: block;
    font-size: 10px;
    color: #666;
    position: absolute;
    bottom: 30px;
    left: 30px;
  }

  .sp-footer-area p {
    margin: 0;
  }

  /* single */
  .cat-content .post-header,
  article.page .post-header,
  article.post .post-header {
    padding: 20px;
  }

  .post-author {
    padding: 20px;
  }

  .post-author .post-author-meta {
    padding-top: 12px;
  }

  .post-author .post-author-meta p {
    margin-right: 0;
  }

  .post-meta-area .post-meta,
  .post-meta-area .post-meta-comment {
    float: none;
    width: 100%;
    padding: 0;
  }

  .post-meta-area .post-meta {
    border-bottom: 1px solid #e5e5e5;
  }

  .post-meta-area .post-meta .date {
    padding: 8px 20px;
  }

  .post-meta-area .post-meta-comment .author {
    border: none;
    padding: 8px 20px;
    text-align: left;
  }

  .post-meta-area .post-meta-comment .comments {
    padding: 8px 20px;
  }

  .post-content,
  .post-footer {
    padding: 20px;
    font-size: 13px;
  }

  .post-cta .cta-post-title {
    padding: 12px 20px;
    font-size: 18px;
  }

  .post-cta .post-cta-inner {
    padding: 0;
  }

  .post-cta .post-cta-cont {
    padding: 12px 20px;
  }

  .post-cta .post-cta-cont .post-cta-img {
    float: none;
    margin: 0 0 12px;
    width: 100%;
  }

  .post-cta .post-cta-cont .post-cta-img {
    text-align: center;
  }

  .post-cta .post-cta-btn a {
    width: 100%;
  }

  .comment-form-author,
  .comment-form-email {
    float: none;
    width: 100%;
  }

  .single-lp #gnav-sp {
    display: none;
  }
  .single-lp .lp-wrap {
    width: auto;
    margin: 0 24px;
  }
  .single-lp .lp-form input {
    width: 100% !important;
  }
  .single-lp .lp-form .submit {
    width: 100%;
  }

  /* 下層ページ */
  .page-template-default #content,
  .post-template-default #content {
    width: 100%;
    left: 0;
    margin-top: 130px;
  }

  .post-template-default #content {
    border-top: 1px solid #fff;
  }

  .page-template-default .content-inner-block_M th {
    width: 80px;
    padding-right: 15px;
    letter-spacing: 0.5px;
    font-size: 12px;
    padding-bottom: 20px;
  }

  .page-template-default .content-inner-block_M td {
    width: calc(100% - 125px);
    padding-bottom: 20px;
  }

  .page-template-default .content-inner-block_M p {
    font-size: 13px;
  }

  .page-template-default .content-inner-block_M p span {
    width: 50%;
  }

  .content-reservation-button {
    bottom: auto;
    top: 118px;
    right: 0;
  }

  .content_profile_image {
    width: 100%;
  }

  /* phone end */
}

/* bzb_sns_btn 2016.12.20 */

.bzb-sns-btn {
  display: table-cell;
}
.bzb-sns-btn li {
  vertical-align: top;
  font-size: auto;
}
.bzb-sns-btn li.bzb-facebook {
  width: 83px;
}
.bzb-sns-btn li.bzb-twitter {
  width: 75px;
}
.bzb-sns-btn li.bzb-googleplus {
  width: 68px;
}
.bzb-sns-btn li.bzb-pocket {
  width: 86px;
}
.fb_iframe_widget span {
  vertical-align: top !important;
}
.bzb-line a img {
  vertical-align: top !important;
}

/* h2 2016.12.20 */

@media screen and ( max-width: 1200px ){
  .post-content h2 {
    margin: 80px 0 32px -46px;
    padding: 16px 16px 16px 36px;
  }
}

@media screen and ( max-width: 767px ){
  .post-content h2 {
    margin: 80px 0 32px -30px;
    padding: 16px 16px 16px 20px;
  }
}

/* single-lp h2 2016.12.20 */
.single-lp #main {
  overflow: visible;
}

.single-lp .post-content h2 {
  margin: 80px 0 32px -66px;
}

@media screen and ( max-width: 767px ){
  .single-lp .post-content h2 {
    margin: 80px 0 32px -30px;
    padding: 16px 16px 16px 20px;
  }
}

/* Contact form custermize */
.wpcf7-response-output {
  margin-right: 0!important;
  margin-left: 0!important;
  font-size: 12px;
  color: #666;
}

.wpcf7-not-valid-tip {
  font-size: 12px!important;
}


