@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Mocha
* The first edition: 2016.7.7
* 2016.7.31 - 関連記事サムネイルの整形
* 2016.9.9 - リストマーカーの位置を調整
* latest update: 2016.10.5 - MicrosoftEdgeのfixedバグhackJS削除, その他微調整
*/

/***------------------------------------------
      reset
------------------------------------------***/

html, body, div, span, object, iframe,
p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, p,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul, ol {
  list-style-type: none;
}

strong, b {
  font-weight: bold;
}

i {
  font-style: italic;
}

address, small, time {
  display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  word-wrap: break-word;
}

blockquote, q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

table {
  word-break: break-all;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

iframe, embed {
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

input[type="text"],
input[type="password"],
input[type="search"],
textarea {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
}

select {
  outline: none;
  border-radius: 0;
  font-size: inherit;
}

input[type="submit"] {
  outline: none;
  -webkit-appearance: button;
  border-radius: 0;
  font-size: inherit;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: 'Menlo', 'consolas', 'Courier';
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/* fc2 */
.fc2_footer {
  margin: 20px 0;
}

#fc2_text_ad {
  font-size: 12px;
}

#change_mobile {
  display: none;
}


/***------------------------------------------
      clearfix
------------------------------------------***/

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: 0 auto;
  width: 98%;
  height: auto;
  background: rgba(255,255,255,.4);
  border: 1px solid rgb(206,206,206);
  border-radius: 1px;
  padding: 2.5em;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: "“";
  font-size: 700%;
  color: rgb(206,206,206);
  line-height: 1em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'sans-serif';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

blockquote:after {
  content: "”";
  font-size: 700%;
  color: rgb(206,206,206);
  line-height: 0em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'sans-serif';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}


/***------------------------------------------
      common
------------------------------------------***/

span.month01:before {
  content: "January";
}
span.month02:before {
  content: "February";
}
span.month03:before {
  content: "March";
}
span.month04:before {
  content: "April";
}
span.month05:before {
  content: "May";
}
span.month06:before {
  content: "June";
}
span.month07:before {
  content: "July";
}
span.month08:before {
  content: "August";
}
span.month09:before {
  content: "September";
}
span.month10:before {
  content: "October";
}
span.month11:before {
  content: "November";
}
span.month12:before {
  content: "December";
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(209,161,98); /* 注)基本リンク色 (approx)Apache */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      layout
------------------------------------------***/

body { /* 注)記事内基本フォント関連 */
  background-color: rgb(30,32,35); /* 注)全体背景色 (approx)Bunker */
  color: rgb(226,207,193); /* 注)個別記事本文以外テキスト基本色 (approx)Pearl Bush */
  font: 14px/1.7 'メイリオ','Roboto', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 90%;
}

#main-container {
  margin: 0 auto;
  width: 90%;
  max-width: 1500px; /* 全体記事幅 */
  padding: 60px 0;
}

@media screen and (max-width: 940px) {
  #main-container {
    width: 100%;
    padding: 60px 0 0;
  }
}

#primary {
  float : left;
  width: 100%;
  margin-right : -300px;
  padding-bottom: 80px;
}

@media screen and (max-width: 940px) {
  #primary {
    margin: 0 auto;
    width: 90%;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  #primary {
    width: 95%;
  }
}

#main {
  margin-right: 330px;
}

@media screen and (max-width: 940px) {
  #main {
    margin: 0 auto;
  }
}

#secondary {
  float: left;
  width: 300px;
}

@media screen and (max-width: 940px) {
  #secondary {
    margin: 0 auto;
    width: 100%;
    background-color: rgb(48,41,43); /* 注)カラム移動時サイドメニュー背景色 (approx)Aubergine */
    float: none;
    padding-top: 60px;
    text-align: center;
  }
}

#tertiary {
  margin: 0 auto;
  width: 100%;
  background-color: rgb(48,41,43); /* 注)フッター上プラグイン3背景色 (approx)Aubergine */
  text-align: center;
}

#footer-aside-container {
  padding-top: 30px;
}

.mobile-toggle2 {
  display: none;
  cursor: pointer;
  width: 58px;
  height: 45px;
  padding: 11px 15px 0;
  position: fixed;
  left: 8px;
  top: 0;
  z-index: 10000010;
  font-size: 20px;
}

.mobile-toggle2 span {
  width: 28px;
  height: 3px;
  margin-bottom: 5px;
  border-radius: 1000px;
  background: rgb(209,161,98); /* 注)ドロワーハンバーガーボタンの色(スマホのみ) (approx)Apache */
  display: block;
}


/***------------------------------------------
      header
------------------------------------------***/

#blog-name-container {
  margin: 0 auto;
  width: 90%;
  max-width: 1500px;
  padding: 60px 10px;
  color: white;
  position: relative;
}

@media screen and (max-width: 768px) {
  .blog-name-container {
    width: 100%;
  }
}

#blog-title { /* 注)ブログタイトルフォント関連 */
  margin: 0 auto 30px;
  width: 100%;
  max-width: 800px;
  font: bolder 42px/1.3 'Candara','Roboto', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';  text-align: center;
  -webkit-animation: slideInUp 1.5s;
  animation: slideInUp 1.5s;
}

#blog-title a {
  display: inline-block;
}

#blog-title a:hover {
  color: white;
}

#sub-title {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
  line-height: 1.3;
  font-size: 13px;
  text-align: center;
}

#header-image-container {
  position: relative;
}

#header-image-container:before {
  content: "";
  display: block;
  padding-top: 35%;
}

#header-image {
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-115.fc2.com/g/o/l/golfbar72/5clubssetting2018001.jpg) left center /cover no-repeat; /* 注)スライド最初の1枚 */
  position: absolute;
  left: 0;
  top: 0;
}

/* SNS on header */
#sns-navi {
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: right;
}

#sns-navi ul {
  display: inline-block;
}

#sns-navi ul li {
  display: inline-block;
  margin-left: 8px;
  text-align: center;
}

#sns-navi ul li a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: rgb(209,161,98); /* 注)ヘッダー内SNSアイコン背景色 (approx)Apache */
  border-radius: 50%;
  color: white;
}

/* blog title animation */
@-webkit-keyframes slideInUp {
  0% {
   opacity: 0;
   -webkit-transform: translateY(30px);
  }
  50% {
   opacity: 0;
   -webkit-transform: translateY(30px);
  }
  100% {
   opacity: 1;
   -webkit-transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
   opacity: 0;
   transform: translateY(30px);
  }
  50% {
   opacity: 0;
   transform: translateY(30px);
  }
  100% {
   opacity: 1;
   transform: translateY(0);
  }
}


/***------------------------------------------
      global navigation
------------------------------------------***/

.navi-menu {
  margin: 0 auto;
  width: 100%;
  height: 45px;
  background-color: transparent;
}

.navi-menu2 {
  display: block;
  position: fixed;
  z-index: 100004;
  width: 100%;
  height: 45px;
  background: none;
  overflow: hidden;
  -webkit-transition:  all .3s;
  transition:  all .3s;
  opacity: 0;
  top: -100px;
  padding: 0 8px;
}

.sticky {
  background-color: rgba(0,0,0,.8); /* 注)グローバルナビ背景色 Black+不透明度0.8 */
  top: 0;
  opacity: 1;
}

.position-adjust {
  top: 27px;
}

.mobile-toggle,
.mobile-toggle2 {
  display: none;
}

.ordinary-navi {
  margin: 0 auto;
  width: 100%;
}

.dropmenu {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
  list-style: none;
  font-size: 12px;
  text-align: center;
}

.dropmenu > li {
  display: inline-block;
  margin: 0;
  width: 20%;
  padding: 0;
  text-align: center;
  position: relative;
}

.dropmenu .pc-hide {
  display: none;
}

.dropmenu > li > a {
  display: block;
  margin: 0;
  height: 100%;
  padding: 1em 0;
  text-decoration: none;
  font-weight: bolder;
  color: white; /* 注)ナビゲーションリンク色 */
}

.dropmenu > li > ul > li {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .ordinary-navi2 .dropmenu > #modal-search:before {
    display: none;
  }
  .ordinary-navi2 .dropmenu > li {
    width: 100%;
  }
  .mobile-toggle {
    display: block;
    margin: 0 0 0 auto;
    width: 58px;
    height: 45px;
    cursor: pointer;
    font-size: 20px;
    padding: 11px 15px 0;
  }
  .mobile-toggle span {
    display: block;
    width: 28px;
    margin-bottom: 5px;
    height: 3px;
    background: white; /* 注)上部ナビゲーションハンバーガーボタンの色 */
    border-radius: 1000px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .open-navi span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .open-navi span:nth-of-type(2) {
    opacity: 0;
  }
  .open-navi span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  .navi-menu2 {
    height: auto;
  }
  .ordinary-navi2 {
    display: none;
    max-height: 480px;
    overflow-y: auto;
    padding-bottom: 40px;
    -webkit-overflow-scrolling: touch;
  }
}

/* search modal */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 10000011;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  background: rgba(0,0,0,.95); /* 注)サイト内検索モーダル背景色 Black+不透明度0.95 */
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000011;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px 0;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  display: block;
  width: 100%;
  height: 60px;
  background: transparent;
  border: 0;
  color: white; /* 注)サイト内検索モーダル Close文字色 */
  cursor: pointer;
  outline: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: -50px;
  left: 0;
  font-family: 'Roboto';
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.remodal-close:hover,
.remodal-close:focus {
  color: rgb(209,161,98); /* 注)サイト内検索モーダル Closeホバー時文字色 (approx)Apache */
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.remodal-search-form input {
  display: block;
  margin: 0 auto;
  width: 98%;
  max-width: 800px;
  background: transparent;
  border: none;
  border-bottom: 1px solid white; /* 注)サイト内検索テキスト入力下部ボーダー色 */
  color: white;
  outline: none;
  padding: .3em;
  font-size: 20px;
}

/* modal animation */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(.95);
    transform: scale(.95);
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(.95);
    transform: scale(.95);
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}


/***------------------------------------------
      top page
------------------------------------------***/

#iso-container {
  width: 100%;
}

@media screen and (max-width: 940px) {
  #iso-container {
    margin: 0 auto;
    max-width: 650px;
  }
}

#isotope {
  margin: 0 auto;
  width: 100%;
}

.element-item {
  width: 33.33%;
  height: auto;
  padding: 0 10px 60px 10px;
}

@media screen and (max-width: 1400px) {
  .element-item {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .element-item {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .element-item {
    margin: 0 auto;
    max-width: 600px;
    float: none;
  }
}

.element-wrapper {
  width: 100%;
  background-color: rgb(48,41,43); /* 注)トップページ メイソンリー背景色 (approx)Aubergine */
  position: relative;
}

.element-wrapper:before {
  content: "";
  display: block;
  margin: auto;
  width: 33.33%;
  height: 3px;
  background-color: rgb(209,161,98); /* 注)メイソンリー記事下ボーダー色 (approx)Apache */
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.slide-a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
}

.slide-a:hover {
  color: white;
}

.image-wrapper img {
  width: 100%;
  height: auto;
}

.context {
  padding: 20px 30px;
}

.element-title {
  margin: 0 auto;
  line-height: 1.3;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: bolder;
}

.element-wrapper a {
  color: rgb(251,226,203); /* 注)メイソンリー内リンク色 (approx)Bisque */
}

.element-wrapper a:hover {
  color: rgb(209,161,98); /* 注)メイソンリー内リンクホバー色 (approx)Apache */
}

.element-datetime,
.element-category {
  font-family: 'Roboto', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-align: right;
}

.element-datetime {
  padding-top: 10px;
}

/* image slide (masonry) */
.slide-box {
  width: 100%;
  color: white;
  background-color: black; /* 注)メイソンリー内サムネイルホバー時背景色 */
  overflow: hidden;
  position: relative;
  font-size: 16px;
}

.slide-box * {
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.slide-box img {
  width: 100%;
  backface-visibility: hidden;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.caption {
  width: 100%;
  opacity: 0;
  padding: 0 30px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: scale(.5) translate(0%, -50%);
  transform: scale(.5) translate(0%, -50%);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.view-more,
.caption-text {
  line-height: 1.5em;
}

.view-more {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.caption-text {
  margin: 0 0 15px;
  font-size: .8em;
}

.slide-box .read-more {
  display: inline-block;
  border: 2px solid white;
  color: white;
  padding: .5em 1em;
  font-size: .8em;
  text-decoration: none;
}

.read-more:hover {
  background-color: rgb(209,161,98);
  border: 2px solid rgb(209,161,98); /* 注)メイソンリーサムネイル画像ホバー内 Read moreホバー背景色 */
  color: rgb(51,51,51);
}

.slide-box:hover img {
  -webkit-animation: slide-effect .45s linear forwards;
  animation: slide-effect .45s linear forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.slide-box:hover .caption {
  -webkit-transform: scale(1) translate(0, -50%);
  transform: scale(1) translate(0, -50%);
  opacity: 1;
  -webkit-transition-delay: .35s;
  transition-delay: .35s;
}

/* image slide animation (masonry) */
@-webkit-keyframes slide-effect {
  50% {
    -webkit-transform: scale(.8) translateX(0%);
    transform: scale(.8) translateX(0%);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(.8) translateX(-150%);
    transform: scale(.8) translateX(-150%);
    opacity: .5;
  }
}
@keyframes slide-effect {
  50% {
    -webkit-transform: scale(.8) translateX(0%);
    transform: scale(.8) translateX(0%);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(.8) translateX(-150%);
    transform: scale(.8) translateX(-150%);
    opacity: .5;
  }
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin-bottom: 60px;
  background-color: rgb(48,41,43); /* 注)個別記事等背景色 (approx)Aubergine */
  padding: 30px 40px;
}

@media screen and (max-width: 568px) {
  .main-body {
    padding: 30px 20px;
  }
}

.entry-header {
  margin: 0 auto 20px;
  position: relative;
}

.entry-header:before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: rgb(209,161,98); /* 注)個別記事タイトル左横ボーダー色 (approx)Apache */
  position: absolute;
  left: -40px;
  top: 0;
}

@media screen and (max-width: 568px) {
  .entry-header:before {
    left: -20px;
  }
}

.entry-header time {
  font-family: 'Roboto';
  font-size: 20px;
}

.entry-title {
  margin: 0 auto;
  color: white;
  font-size: 18px;
}

.entry-info {
  padding-top: 5px;
}

.entry-info ul, .entry-info ul li {
  display: inline-block;
  }

.entry-info ul li {
  margin-right: 1em;
}

.contents {
  padding: 20px 0;
}

.height-adjust {
  margin-top: -45px;
  padding-top: 65px;
}

.inner-contents {
  color: white;
}

/* back to default */
.inner-contents ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}

.inner-contents ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

.inner-contents a:hover {
  text-decoration: underline;
}

.entry-footer {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}

.inner-footer-sns li {
  margin-right: 10px;
  display: inline-block;
}

.inner-footer-sns li a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgb(209,161,98); /* 注)個別記事下SNSアイコン背景色 (approx)Apache */
  border-radius: 50%;
  color: rgb(51,51,51); /* 注)個別記事下SNSアイコン文字色 Night Rider */
  line-height: 30px;
  text-align: center;
}

#sns-navi ul li .c-facebook:hover,
.inner-footer-sns li .c-facebook:hover {
  background-color: rgb(59,89,152); /* 注)個別記事下FBアイコンホバー時背景色 (brand color) */
  color: white;
}

#sns-navi ul li .c-twitter:hover,
.inner-footer-sns li .c-twitter:hover {
  background-color: rgb(73,171,242); /* 注)個別記事下Twitterアイコンホバー時背景色 (brand color) */
  color: white;
}

#sns-navi ul li .c-pinterest:hover,
.inner-footer-sns li .c-pinterest:hover {
  background-color: rgb(206,15,25); /* 注)個別記事下Pinterestアイコンホバー時背景色 (brand color) */
  color:white;
}

#sns-navi ul li .c-google-plus:hover,
.inner-footer-sns li .c-google-plus:hover {
  background-color: rgb(221,75,57); /* 注)個別記事下Google plusアイコンホバー時背景色 (brand color) */
  color: white;
}

#sns-navi ul li .c-rss:hover {
  background-color: rgb(151,151,151); /* 注)個別記事下RSSアイコンホバー時背景色 (brand color) */
  color: white;
}

.inner-footer-sns li .c-pencil:hover {
  background-color: silver; /* 注)個別記事下Editアイコンホバー時背景色 */
  color: white;
}

/* tag on article */
.tags {
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
}

.tags a {
  margin: 3px 3px 0;
  display: inline-block;
  border: 1px solid rgb(209,161,98); /* 個別記事下tagボーダー色 (approx)Apache */
  padding: 4px 10px;
}

.tags a:hover {
  background-color: rgb(209,161,98); /* 個別記事下tagホバー時背景色 (approx)Apache */
  color: white;
  text-decoration: none;
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.another-title {
  margin: 0 auto;
  font: 20px/1.3 'Roboto', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-align: center;
}

.border-container {
  min-height: 46px;
  padding-left: 55px;
  position: relative;
  font-weight: 600;
}

.border-container:before {
  content: "\f007";
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: rgb(207,207,207); /* 注)訪問者アイコン背景色 (approx)Very Light Grey */
  border-radius: 50%;
  color: white;
  line-height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 18px;
  text-align: center;
}

.visitor-name {
  font-size: 14px;
}

.comment-body {
  padding: 10px 0;
}

.visitor-fotter-info {
  margin-top: 10px;
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#community {
  margin-top: -45px;
  padding-top: 45px;
}

#comment_form {
  margin: 20px auto 0;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
}

.form-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.form-table div {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.left-pad {
  padding-left: .5em;
}

.right-pad {
  padding-right: .5em;
}

#comment_form input {
  margin-bottom: 10px;
  width: 100%;
  background-color: rgb(68,61,63);
  border: none;
  color: white;
  padding: 12px;
}

#comment_form label {
  color: white;
}

#comment {
  margin-bottom: 10px;
  width: 100%;
  min-height: 200px;
  background-color: rgb(68,61,63);
  border: none;
  color: white;
  padding: 12px;
  line-height: 1.5;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(68,61,63) inset;
  -webkit-text-fill-color: white;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

#no-p input[type=checkbox] + label {
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
  line-height: 1.5px;
  position: relative;
  left: 0;
}

@media (min-width: 1px) {
  #no-p input[type=checkbox] {
    display: none;
    margin: 0;
  }

  #no-p input[type=checkbox] + label {
    padding: 2px 0 0 24px;
  }

  #no-p input[type=checkbox] + label:before {
    content: "";
    display: block;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    background-color: rgb(68,61,63);
    position: absolute;
    top: 50%;
    left: 0;
  }

  #no-p input[type=checkbox] + label:before {
    border: none; /* 注)secretコメントチェックボックスボーダー色 Gainsboro */
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }

  #no-p input[type=radio]:checked + label:after {
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: rgb(209,161,98); /* 注)secretコメントチェックマーク色 (approx)Froly(1/3) */
    border-radius: 8px;
    top: 2px;
    left: 5px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    margin-top: -8px;
    width: 16px;
    height: 8px;
    border-bottom: 3px solid rgb(209,161,98); /* 注)secretコメントチェックマーク色 (approx)Froly(2/3) */
    border-left: 3px solid rgb(209,161,98); /* 注)secretコメントチェックマーク色 (approx)Froly(3/3) */
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn, #delbtn {
  margin: 20px 20px 0 0;
  width: 156px;
  height: 40px;
  background-color: rgb(209,161,98);
  border: none;
  color: rgb(51,51,51); /* 注)send, deleteボタン文字色 (approx)Pink Swan */
  cursor: pointer;
  line-height: 40px;
  padding: 2px 0;
  font-family: 'Roboto';
  font-size: 14px; /* 注)コメントsend/ deleteボタンフォント大きさ */
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(251,226,203); /* 注)sendボタンホバー時背景色 (approx)Apache */
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op, #for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin: 30px auto 10px;
  background-color: rgb(68,61,63);
  border: none;
  color: white;
  outline: none;
  padding: .5em;
  font-size: 13px; /* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: 0 auto;
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 120px auto 30px;
  background-color: transparent;
  padding: 0;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 33.33%;
  height: 98px;
  float: left;
}

@media screen and (max-width: 1240px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
  }
}

@media screen and (max-width: 1064px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
  }
}

@media screen and (max-width: 940px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 33.33%;
  }
}

@media screen and (max-width: 824px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  word-break: break-all;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
  border-radius: 50%;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg {
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.related-overlay {
  position: relative;
}

.related-overlay:before {
  content: "";
  width: 90px;
  height: 90px;
  background: url(https://blog-imgs-115.fc2.com/g/o/l/golfbar72/5clubssetting2018001.jpg) center center /cover no-repeat; /* 注)No image画像 関連記事サムネイル */
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 90px;
  height: 90px;
  background-color: rgba(0,0,0,.4);
  border-radius: 50%;
  color: white;
  line-height: 90px;
  position: absolute;
  z-index: 3;
  font-family: 'Roboto';
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 479px) {
  #fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
    width: 90px !important;
    height: 90px !important;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
    width: 90px !important;
    height: 90px !important;
  }
}

/* without thumbnail */
.relate_dl {
  margin: 100px auto 20px;
}

.tb_dl {
  margin: 80px auto 0;
}

.relate_dl, .tb_dl {
  position: relative;
  z-index: 1;
}

.relate_dl:before,
.tb_dl:before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: rgb(209,161,98); /* 注)関連記事 You may also like 右横ボーダー色 (approx)Apache */
  position: absolute;
  top: -32px;
  z-index: 2;
}

.relate_dl:before {
  left: 175px;
}

.tb_dl:before {
  left: 220px;
}

.relate_dl:after {
  content: "You may also like"; /* 注)関連記事 タイトル変更はここです */
  display: inline-block;
  color: rgb(251,226,203); /* 注) You may also like テキスト色 (approx)Bisque */
  position: absolute;
  top: -45px;
  z-index: 3;
  font-family: 'Roboto';
  font-size: 20px;
}

.tb_dl:after {
  content: "Trackbacks on this post"; /* 注)トラックバックリスト タイトル変更はここです */
  display: inline-block;
  color: rgb(251,226,203); /* 注) trackback on this post テキスト色 (approx)Bisque */
  position: absolute;
  top: -35px;
  z-index: 3;
  font-family: 'Roboto';
  font-size: 20px;
}

.relate_dt,
.tb_dt {
  display: none;
}

.date {
  padding-top: 10px;
}

.fc2relate_entry_thumbnail_off .relate_ul,
.tb_ul {
  margin: 0;
  margin-left: 1.5em;
  list-style-type: square;
  padding: 0;
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: 0 auto;
  line-height: 1.5;
  font-weight: bolder;
  font-size: 14px; /* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  padding: 5px 0;
}

.list-entry-date, .list-entry-category {
  text-align: right;
}

.list-entry-category {
  font-size: 12px; /* 注)全記事リストカテゴリフォント大きさ */
}

/* only for search page */
.list-entry .list-a {
  margin: 0 0 10px 10px;
  width: 72px;
  height: 72px;
  float: right;
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-115.fc2.com/g/o/l/golfbar72/5clubssetting2018001.jpg) center center /cover no-repeat; /* 注)No image画像 検索結果 */
}

.search-noimage:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.2); /* 注)検索結果ページNo image上マスク背景色 Black+不透明度0.2 */
  position: absolute;
  top: 0;
  left: 0;
}

.thumbnails .no-image-text {
  margin: auto;
  height: 1.5em;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: 'Roboto';
  font-size: 12px; /* 注)検索結果ページNo imageフォント大きさ */
  text-align: center;
}

/***------------------------------------------
      rss thumbnail and related thumbnail
------------------------------------------***/

#latest {
  background-color: rgb(209,161,98);
  color: rgb(51,51,51);
  padding: 30px 0;
  font-family: 'Roboto';
  font-size: 24px;
}

#feedContainer,
#relatedContainer {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  word-break: break-all;
}

/* latest */
.rss-container {
  float: left;
  overflow: hidden;
  position: relative;
}

.rss-container {
  width: 16.66%;
}

.rss-container:before {
  content: "";
  display: block;
  padding-top: 55%;
}

@media screen and (max-width: 1280px) {
  .rss-container {
    width: 33.33%;
  }
}
@media screen and (max-width: 640px) {
  .rss-container {
    width: 50%;
  }
}

.rss-image-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.rss-image {
  width: 100%;
  height: 100%;
}

.rss-image img {
  width: 120%;
  max-width: initial;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.time-stamp {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  position: absolute;
  top: 0;
  left: 0;
}

.rss-title {
  margin: auto;
  max-height: 3em;
  color: white;
  line-height: 1.5;
  overflow: hidden;
  padding: 0 1em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 13px;
  text-align: center;
}

.no-image-overlay,
.related-no-image-overlay {
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/mochanoimage.jpg) center center /cover no-repeat; /* 注)No image画像 RSS新着・関連記事サムネイル */
  position: relative;
}

.rss-no-image {
  margin: auto;
  width: 100%;
  height: 1.5em;
  color: rgba(255,255,255,.4); /* 注)RSS新着No imageテキスト文字色 White+不透明度0.4 */
  line-height: 1.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  font-size: 12px;
  font-family: 'Roboto';
  text-align: center;
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu {
  display: inline-block;
  margin: 0 auto 20px;
  width: 300px;
  background-color: rgb(48,41,43); /* 注)サイドメニュー背景色 (approx)Aubergine */
  line-height: 1.8;
  padding: 20px;
  vertical-align: top;
  font-size: 12px; /* 注)サイドメニューフォント大きさ */
}

@media screen and (max-width: 603px) {
  .side-menu {
    width: 100%;
    max-width: 350px;
  }
}

.side-menu a {
  color: rgb(251,226,203);
}

.side-menu a:hover {
  color: rgb(209,161,98);
}

#about-me {
  display: inline-block;
  margin: 0 auto 20px;
  width: 300px;
  background: url(https://blog-imgs-98.fc2.com/g/o/l/golfbar72/000006666.jpg) center center /cover no-repeat; /* About me 画像はここです */
  line-height: 1.8;
  padding: 40px 20px;
  position: relative;
  vertical-align: top;
}

#about-me:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

#about-context {
  color: white;
  position: relative;
  z-index: 3;
  font-size: 13px; /* 注)About me 文字大きさ */
}

.side-menu h4,
#about-me h4 {
  margin: 0 auto 20px;
  font: 16px/1.3 'Roboto', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-align: center;
}

.side-menu h4 {
  padding: .3em 0;
  position: relative;
}

.side-menu h4:before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: rgb(209,161,98);
  position: absolute;
  top: 0;
  right: -20px;
}

.side-menu ul {
  margin-left: 1.5em;
  list-style-type: disc;
}

/* about me */
#about-image-container {
  width: 100%;
  height: auto;
  position: relative;
}

#about-image-container img {
  width: 100%;
  height: auto;
}

#about-me-image {
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
}

#about-image-container:after {
  content: "";
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 12px rgba(255,255,255,.2),
              0 1px 2px rgba(0,0,0,.3);
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
}

.about-context {
  margin-top: 80px;
}

.sidebar-style {
  text-align: left;
}

/* only smartphone */
#sidenav {
  margin: 0 auto;
  width: 100%;
  background-color: rgb(48,41,43); /* 注)ドロワー背景色(スマホのみ) (approx)Aubergine */
  font-size: 14px;
}

#sidenav > aside {
  height: 100%;
  overflow: auto;
  padding: 0 0 100px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: 0 auto;
  width: 260px;
  border-spacing: 3px 6px;
  table-layout: fixed;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
}

#prevMonth {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  text-align: center;
}

.calender-month-style {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  font-size: 15px;
  text-transform: uppercase;
}

#nextMonth {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  text-align: center;
}

.sun {
  color: rgb(161,12,0);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(209,161,98);
  border-radius: 50%;
  line-height: 28px;
}

.calender td a:hover {
  background: rgb(209,161,98);
  color: white;
}

/* profile */
 .plugin-myimage {
  margin-bottom: 10px;
  text-align: center !important;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: 0 auto;
  width: 98%;
  max-width: 260px;
}

.sidebar-style input:not([type="submit"]),
.sidebar-style textarea,
.sidebar-style select {
  display: inline-block;
  margin-left: 1%;
  width: 98% !important;
  background-color: rgb(68,61,63);
  border: none;
  border-radius: 2px;
  color: white;
  outline: none;
  padding: .5em;
}

.sidebar-style input[type="submit"] {
  margin-left: 1%;
  background-color: rgb(209,161,98);
  border: none;
}

/* search */
.plugin-search {
  margin: 0 auto;
  width: 98%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  margin: 0 4px 8px;
  display: inline-block;
  border: 1px solid rgba(251,226,203,.3);
  padding: 4px 10px;
}

.plugin-tag a:hover {
  background-color: rgb(251,226,203);
  color: rgb(51,51,51);
  text-decoration: none;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.pager {
  width: 100%;
  margin: 70px auto 50px;
}

.simple-pagination {
  position: relative;
  overflow: hidden;
  margin: 0;
  text-align: center;
}

.simple-pagination ul {
  display: inline-block;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}

.simple-pagination li {
  display: block;
  margin: 0 4px 4px 0;
  float: left;
}

.light-theme a, .light-theme span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: transparent;
  color: white;
  line-height: 35px;
  vertical-align: middle;
  font-size: 12px; /* 注)汎用ページ送りフォント大きさ */
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(48,41,43); /* 注)汎用ページ送りマウスホバー時背景色 (approx)Aubergine */
  color: white;
  opacity: 1;
}

.prev, .next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background: rgb(209,161,98); /* 注)汎用ページ送り現在ページ背景色 (approx)Apache */
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  color: white;
  font-weight: bold;
}

.light-theme .prev, .light-theme .next {
  background-color: rgb(209,161,98); /* 注)汎用ページ送りprev/ next時背景色 (approx)Apache */
  box-shadow: none;
  color: rgb(51,51,51);
}

/* article */
.posted-pager {
  display: table;
  margin: 0 auto 50px;
  width: 98%;
  table-layout: fixed;
  font-size: 12px; /* 注)個別記事ページ送りフォント大きさ */
}

.page-left-cell, .page-center-cell, .page-right-cell {
  display: table-cell;
  vertical-align: middle;
}

.page-center-cell {
  text-align: center;
}

.page-right-cell {
  text-align: right;
}

.prev-a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(251,226,203); /* 注)個別記事ページ送りテキスト色 (approx)Bisque */
  padding-left: 40px;
  position: relative;
  text-align: left;
}

.prev-a:before {
  content: "\f104";
  width: 35px;
  height: 35px;
  background-color: rgb(209,161,98); /* 注)個別記事prevページ送り背景色 (approx)Apache */
  color: rgb(51,51,51);
  line-height: 35px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: 'FontAwesome';
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.page-center-cell {
  width: 50px;
  height: auto;
  text-align: center;
}

.center-a {
  width: 100%;
  height: 100%;
}

.center-a .fa {
  width: 35px;
  height: 35px;
  background-color: rgb(209,161,98); /* 注)個別記事homeページ送り背景色 (approx)Apache */
  color: rgb(51,51,51);
  line-height: 35px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.center-a .fa:before {
  line-height: 35px;
}

.next-a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(251,226,203);
  padding-right: 40px;
  position: relative;
  text-align: right;
}

.next-a:before {
  content: "\f105";
  width: 35px;
  height: 35px;
  margin: auto;
  background-color: rgb(209,161,98); /* 注)個別記事nextページ送り背景色 (approx)Apache */
  color: rgb(51,51,51);
  line-height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'FontAwesome';
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.prev-a:hover,
.center-a:hover,
.next-a:hover {
  color: rgb(209,161,98); /* 注)個別記事ページ送りテキストホバー色 (approx)Apache */
}

.prev-a:hover:before,
.center-a:hover .fa,
.next-a:hover:before {
  background-color: rgb(48,41,43); /* 注)個別記事ページ送りホバー時背景色 (approx)Aubergine */
  color: white;
}

/* side pagination */
.side-pager-left, .side-pager-right {
  width: 180px;
  height: 80px;
  opacity: 0;
  position: fixed;
  top: 40%;
  z-index: 100003;
  font-size: 12px; /* 注)サイドページ送りフォント大きさ */
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
}

.side-pager-left {
  left: -157px;
}

.side-pager-right {
  right: -157px;
}

.page-div-right, .page-div-left {
  display: block;
  margin: 0;
  width: 180px;
  height: 80px;
}

.side-pager-right a, .side-pager-left a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  word-break: break-all;
  -webkit-transition: none;
  transition: none;
}

.page-table {
  display: table;
  width: 100%;
  height: 100%;
}

.circle-cell {
  display: table-cell;
  width: 80px;
  height: 80px;
  vertical-align: top;
}

.circle {
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(209,161,98,.2); /* 注)個別記事ページサイドページ送りnext, prev背景色 (approx)Apache+不透明度0.2 */
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
}

.title-cell {
  display: table-cell;
  width: 100%;
  color: white;
  padding: 0 10px;
  vertical-align: middle;
}

.appear {
  opacity: 1;
}

/* title list */
.titlelist-pager {
  display: table;
  margin: 0 auto 50px;
  table-layout: fixed;
  width: 100%;
  max-width: 300px;
}

.t-prev-a, .t-center-a, .t-next-a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.t-prev-a .fa, .t-center-a .fa, .t-next-a .fa {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: rgb(209,161,98); /* 注)全記事リストページ送りprev/ next背景色 (approx)Apache */
  color: rgb(51,51,51);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.t-prev-a .fa:before, .t-center-a .fa:before, .t-next-a .fa:before {
  line-height: 35px;
}

.t-prev-a:hover .fa,
.t-center-a:hover .fa,
.t-next-a:hover .fa {
  background-color: rgb(48,41,43); /* 注)全記事リストページ送りホバー時背景色 (approx)Aubergine */
  color: white;
}


/***------------------------------------------
      pager
------------------------------------------***/

#pagetop {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  color: rgb(94,157,31);
  position: fixed;
  right: 60px;
  bottom: 140px;
  z-index: 100003;
}

#pagemiddle {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  color: rgb(94,157,31);
  position: fixed;
  right: 60px;
  bottom: 90px;
  z-index: 100003;
}

#pagemiddle-sp {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  color: rgb(94,157,31);
  position: fixed;
  right: 60px;
  bottom: 165px;
  z-index: 100003;
  font-size: 11px;
}

#pagetop a,
#pagebottom a,
#pagemiddle-sp a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
}

@media screen and (max-width: 940px) {
  #pagetop {
    bottom: 190px;
    right: 8px;
  }
  #pagebottom,
  #pagemiddle-sp {
    right: 8px;
  }
  #pagemiddle {
    display: none;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.4);
    border: 1px solid rgba(179,171,180,.5);
    border-radius: 50%;
    color: rgb(94,157,31);
    position: fixed;
    right: 8px;
    bottom: 140px;
    z-index: 100003;
    font-size: 11px;
  }
  #pagemiddle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
  }
}

.new {
  color: red;
  font-family: 'Roboto';
  font-size: 11px;
}

.end {
  width: 100%;
  color: white;
  line-height: 1.3;
  text-align: center;
}

#footer-object {
  padding: 60px 0;
}

.foot, #copyright {
  font-size: 12px;
  text-align: center;
}

#ad1, #ad2 {
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

/* for video */
.box-for-video {
  width: 100%;
  position: relative;
}

.box-for-video:before {
  content:"";
  display: block;
  overflow: hidden;
  padding-top: 56.25%; /* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
}

.box-for-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* for image */
.zoom-in {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.zoom-in:before {
  content: "";
  background: rgba(0,0,0,.6);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in:after {
  content: "\f065";
  margin-top: -17px;
  color: white;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 3;
  font-family: "FontAwesome";
  font-size: 20px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in:hover:before, .zoom-in:hover:after {
  opacity: 1;
}

.zoom-in-round {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.zoom-in-round:before {
  content: "";
  background: rgba(0,0,0,.6);
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in-round:after {
  content: "\f065";
  margin-top: -17px;
  color: white;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 3;
  font-family: FontAwesome;
  font-size: 20px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in-round:hover:before, .zoom-in-round:hover:after {
  opacity: 1;
}

.emoji {
  vertical-align: middle;
}

/* for darkbox */
#darkbox_next:hover, #darkbox_prev:hover {
  border-color: rgb(209,161,98) !important;
}

#darkbox {
  z-index: 100005 !important;
}

/* colorbox overlay */
#cboxOverlay,
#cboxWrapper,
#colorbox {
  z-index: 100005 !important;
}
