@charset "UTF-8";
@import url("common.css");
@import url("inc_module.css");
/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */
@font-face {
    font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}
/*@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');*/
.serif {
    font-family: 'Noto Serif JP', Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 700
p{
  margin: 0;
}
a{
-moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
  text-decoration: none;
  color: #49713c;
}
.flex_box{
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
}
.flex_box.revers{
  flex-direction: row-reverse;
}
.flex_box.right{
    justify-content: right;
}
.flex_box.center{
    justify-content: center;
}
.home #mhead.fixed nav{
  min-height: 134.23px;
}
#header-in.pc_head{
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}
#header-in.pc_head.fixed{
  position: fixed;
  width: 100%;
}
/************************************
** 基本設定（General Setting）
************************************/
html{
  font-size: 62.5%; /* 62.5%を指定すると「1.0 rem = 10px」 */
}
html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family:"Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1.6rem;
    color: #323940;
    letter-spacing: 1.5px;
    font-family:'Noto Serif JP', Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    color: inherit;
    background-color: inherit;
}
img{
  border-width:0;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast;
}
.bk_image{
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
figure,
main figure{
  margin: 0;
}
.article{
  position: relative;
}
/*記事・カテゴリ中の画像を要素内に収める*/
.article img,
.category-description img,
.wp-caption,
.hover-image{
  max-width:100%;
  height:auto;
}
.aligncenter{
  clear:both;
}
.cf:after{
  content: "";
  clear: both;
  display: block;
}
/************************************
** 見出し（H1-6）
************************************/
h1, h2, h3, h4, h5, h6{
  margin: 0;
}

.entry-content{
  margin-bottom: 0;
}

/************************************
** アンカー
************************************/
a {
  color: #2098A8;
  word-wrap: break-word;
}
a:hover {
  color: #ffffff;
}
.widget_new_entries a,
.widget_new_popular a,
.widget_popular_ranking a,
.wpp-list a,
.entry-read a,
.related-entry-read a,
.article-list .entry-title a{
  color:#111;
}

.widget_new_entries a,
.widget_new_popular a,
.widget_popular_ranking a,
.wpp-list a,
.article-list .entry-title a{
  text-decoration:none;
}

.widget_new_entries a:hover,.widget_new_popular a:hover,.widget_popular_ranking a:hover,
.wpp-list a:hover,.entry-read a:hover,.entry .post-meta a:hover,.related-entry-read a:hover,
.entry a:hover,.related-entry-title a:hover,.navigation a:hover,#footer a:hover,
.article-list .entry-title a:hover,.blog-card-title a:hover{
  color:#fff;
}
#footer .credit a:hover{
  color: inherit;
}
.widget_new_entries a:hover,.widget_new_popular a:hover,.widget_popular_ranking a:hover,.wpp-list a:hover:hover{
  text-decoration:underline;
}
/************************************
** 引用（blockquote）
************************************/
blockquote {
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
  border: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 20px 55px;
  position: relative;
}
blockquote:before {
  color: #C8C8C8;
  content: "“";
  font-family: serif;
  font-size: 600%;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0;
}
blockquote:after {
  color: #C8C8C8;
  content: "”";
  font-family: serif;
  font-size: 600%;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: -16px;
}

/* Internet Explorer11のみに適用したい設定 */
@media screen and (min-width:0\0) {
  *::-ms-backdrop, blockquote:before { left:  -55px; }
  *::-ms-backdrop, blockquote:after  { right: -55px; }
}



/************************************
** リスト（List）
************************************/
ul,ol {
}

ul ul{
  margin-left: 1em;
}
dl{
  margin: 30px 0;
}

dt{
  font-weight: bold;
}
dd{
  margin-bottom: 5px;
}

/************************************
** テーブル（Table）
************************************/
.article table{
  border-collapse: collapse;
  margin: 15px 0;
  max-width: 100%;
  width: auto;
}
.article th{
  border: solid 1px #ccc;
  background-color: #eee;
}
.article td{
  border: solid 1px #ccc;
}
.article th,
.article td{
  padding: 3px 5px;
}

.article .scrollable-table th,
.article .scrollable-table td{
  white-space: nowrap;
}

.scrollable-table {
  overflow-x: auto;
  margin-bottom: 1em;
}

.article ol,
.article ul,
.article dl{
  line-height:150%;
}

.article > ol,
.article > ul,
.article > dl{
  margin:30px 0;
}

.article > ol ol,
.article > ul ul,
.article > dl dl{
  margin:0;
}

/************************************
** その他（Other）
************************************/
pre {
  background-color:#eee;
  border:1px solid #ccc;
  padding:7px;
  overflow: auto;
}

hr{
  color: #ddd;
  margin:30px 0;
  width:98%;
  border:1px solid #ddd;
}

.category-description {
  margin-top:15px;
  margin-bottom: 30px;
  background-color: #f7f7f7;
  padding: 5px 20px;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.wpp-range{
  text-align:right;
  font-size:14px;
}

span.search-excerpt {
  background-color: #FF9;
}

.invisible{
  display:none;
}

hr.sep {
  background-image: linear-gradient(left center , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  border: 0 none;
  height: 1px;
  position: relative;
  margin-bottom:130px;
}

/************************************
** レイアウト（Layout）
************************************/
#container {
  padding:0;
  margin: 0 auto;
}
#header-in, #navi-in, #body-in, #footer-in{
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#header {
  margin-bottom: 0;
}
#header .alignleft,
#header .alignright{
  margin-bottom: 0;
  width: auto;
}
#header .alignleft{
  margin-left:30px;
  margin-right: 30px;
  /*max-width:700px;*/
}
#header .alignright{
  height: 52px;
  text-align:right;
  margin-right:30px;
  right: 0;
  top: 0;
  position: absolute;
}
#main {
  width: 100%;
  position: relative;
}
#sidebar {
  float: right;
  width: 300px;
  margin-bottom: 30px;
}
.clear{
  clear:both;
}

/************************************
** ヘッダー(header)
************************************/
*:first-child+html #header > div{ /* IE7 */
  clear: both;
  zoom:1;
}

#h-top{
  min-height:100px;
  overflow:hidden;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}

#site-title{
  margin-top:16px;
  margin-bottom:10px;
  font-size: 30px;
  line-height: 100%;
}

#site-title a{
  text-decoration:none;
  color:#222;
  font-size:30px;
  font-weight:normal;
}

#site-description{
  color: #777;
  margin:0;
  line-height:140%;
  font-size:15px;
  margin-right:20px;
  margin-bottom:10px;
  font-weight:normal;
}

#header-image{
  margin-bottom: 40px;
}
#header .top_box{
  margin-left: min(17%, 190px);
}
#header .top_box p{
  margin: 0;
}
#header .top_box .left .img{
  max-width: 160px;
  width: 100%;
}
#header .top_box .left .img img{
  width: 100%;
}
#header .top_box .right img{
  max-width: 28px;
  margin-right: 10px;
}
#header .top_box .right{
  padding: 1em 2em 1em;
  width: 50%;
}
#header .top_box .right .tel{
  width: 50%;
}
#header .top_box .right .tel a{
  color: #ca9e05;
}
/************************************
** グローバルナビメニュー（menu）
************************************/
#navi ul{
  position: relative;
  clear: both;
  border: none;
  background-color: inherit;
  border-radius:3px;
  margin:0;
  padding:0;
  width:100%;
  box-sizing: border-box;
}

#navi ul ul{
  box-sizing: content-box;
}

#navi ul > li{
  float: left;
  list-style:none;
  position: relative;
  border-left: 1px solid rgba(202,158,5,0.4);
}
#navi ul li a {
    display: block;
    padding: 2em .7em;
    color: #fff;
    text-decoration: none;
    z-index: 99;
    text-align: center;
    font-weight: 200;
    width: 12vw;
}
#navi ul li a span.en{
  color: #CA9E05;
  display: block;
}
#navi ul li a:hover{
  background-color:#ddd;
}

#navi ul.sub-menu,
#navi ul.children{
  display: none;
  position: absolute;
  margin-left: 0;
  min-width:200px;
  border: 1px solid #ddd;
  list-style:none;
  padding-left:0;
  z-index:99;
}
#navi .sub-menu li,
#navi .children li{
  position: relative;
  border: none;
  float:none;
  height:31px;
}

#navi ul.sub-menu ul,
#navi ul.children ul {
  top:-31px;
  left:200px;
  position:relative;
}
#navi ul li:hover > ul{
  display: block;
}

/* Clearfix) */
#container:after,
#navi ul:after,
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}

/* clearfix for ie7 */
#container,
#navi ul,
.clearfix {
  /*display: inline-block;*/
}

#container,
#navi ul,
.clearfix {
  display: block;
}

/************************************
** フッターナビメニュー
************************************/

#footer-navi ul{
  text-align: center;
  padding-left: 0;
}

#footer-navi ul li {
  display: inline;
  list-style: outside none none;
}

#footer-navi ul li::before {
    content: "|";
    padding: 0 0.6em;
}

#footer-navi ul li:first-child::before{
  content: "";
  padding: 0;
}

#footer-navi ul .sub-menu{
  display: none;
}

/************************************
** サーチフォーム（Search Form）
************************************/
#searchform{
  position: relative;
  margin-top: 25px;
}

#s{
  width: 100%;
  margin-bottom:20px;
  padding-top:4px;
  padding-bottom:4px;
  box-sizing: border-box;
  height:32px;
  color: #333;
}

#searchsubmit{
  position: absolute;
  width: 30px;
  height: 26px;
  border: none;
  /* 画像をBase64にするためコメントアウト
  background: url("images/search.png") no-repeat 50% 50%; */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAEIklEQVR42pWVe0xTVxzHf22hFWiBUKjLEiTOjODGq4ArJJiYBV+gWy3YBoegWZysOgsVKYNC8IGhsMIYCLLqRKRkRdwEp4wR/yCZgwbHa8bwCH9sQkt5lceGIax0v3PDJd7MZaHJL72555zP+f6eF5xOJ3R1d4Pp7l342mAAbUEBp/DixagDBw/mh0dGdmzbvv25f0DA88CgoA5FcnLx9draWOXZs7xinQ5WVlZoIxzKGMDb9fXCdKUy21ckWgZcep0JfX2dCL5WVl4udDgcsLq6SuzfwJYHDzyzc3Lagc3eOMwXCJzePj6zAm9vmwefvwYs1sbap0rlT9PT0z52ux3QmMBfe3vhUlHRdXozOfhOcHBfTGzspYTDh5Mk0dHxkRJJQXBoqPlVtedUqrrBwUFWT08PE/j9/fu7PVANrSD52DFjXn7+W1ESCezdvx8ioqIgLCICLmg0b2So1d+gckotb8sWp8lkSjCbzUzgUYWihYBY6K44MnKipbVVoMrMhJDw8A3g20FBgPEF6+Skqywp6TvW+uXxCQmdCHRhAN8NCZmi3VBnZdUUl5QAxhPSTp6EuH37IBTBpxFWUFgIDY2NcFWnO04UEtsRGDhfWVXlzQDiy0V6A8IufJ6XB5eLioCAP5BK4YhMBt+aTHCrrg4MN25A/Z07UkqAi4tTKBLNvx8XJ2QAQ8LCbHQysjWarwYGBqCishJKSksB3YO0EycgV6sFU1MT6PAStFRaQODOnXbDzZs+DGCSXP6IBmIifrdYLPyq6moKeCQxEY6npsJnKhU0Ya1mqtXwSXp6K51AqUzW2W02cxjA5nv39vI9PddIDbI4HOdHKSmG8ooKry/0ejZRmJqWBpnnz7OMjY1eyjNnqnlubg7AfTx39zV9WdmBX7q6mFl+1NYGObm5Dex1IAGHicW9eVptVvyhQ7uOyuW7Pj516nR0TEwvdSnGjsvjOc5lZBhJu6JCJnBkZATGxsbc5ApFm6urq+PVAvfw9CRGINQ7DpdLlRf2+fSkzeY7YbHAHy9eMIFDQ0OU/fbsGV+amKjbFhAwxVkHoGuU0Ze48HhONq75+vn99cPDh/KXy8uwuLj4eiDpaZKMLI3mQ3T1y/diYjowTo8R8nj3nj0d2C3DFBQ7hPxjdVhHR0d3WK3W/waW6vWA4wkw2KQWBeiuFwK9rtXU8Pv6+iRv+vv/iaGglFJtmpLSOT4+zv1f4OUrV0iiwF0gADxMipzaW1Nbq0UgiSXlOnluMBqzNw0knfM3zr2ep0/dsL+pqeO67nqoWDyxKSD5NTU3w89PnsCP7e2kY2QERBvOy5ebAvb398Pc3BzYpqZgZmYG7PPzXBxjDTi9Z4VC4SxOIcOmgDabDZaWlmBhYYGUCHlm47dHL9q6ddhPJBrGCXWVBv4DYbnuWKzr2fcAAAAASUVORK5CYII=") no-repeat 50% 50%;
  z-index:0;
  top:3px;
  right:3px;
  /*transform: translate(-20%, -50%);*/
}

/************************************
** メインカラム（#main、記事、固定ページなど）
************************************/
#main .post{
  margin-bottom: 59px;
}

.sticky{
  /* 先頭固定ポストのスタイル */
}

.post-meta{
  margin-bottom: 0.5em;
  text-align:right;
  background-color:#F7F7F7;
  color:#555;
  font-size:16px;
}

.post-meta .post-date,
.post-meta .post-update,
.post-meta .category,
.post-meta .comments,
.post-meta .edit,
.footer-post-meta .post-tag,
.footer-post-meta .post-author,
.footer-post-meta .edit{
  padding-right: 0.7em;
}
.comment-num{ white-space: nowrap; }

.footer-post-meta{
  text-align: right;
  color:#555;
  font-size:16px;
  clear:both;
}

.article-list .footer-post-meta{
  margin-top:30px;
}

.more-link {
  clear: both;
  display: block;
  margin-bottom: 30px;
  text-align: right;
  margin-top: 15px;
}

/*タグが入っていない場合は非表示*/
#list .post .footer-post-meta:empty,
#list .post .footer-post-meta .post-tag:empty{
  display: none;
}

/*.more-link{
  float: right;
  margin-bottom:30px;
}*/

/************************************
** index.phpのリスト
************************************/
#main .entry{
  clear:both;
  margin-bottom:40px;
/*  overflow: auto;
  zoom: 1;*/
  word-wrap: break-word;
}

.entry-thumb{
  float:left;
  margin-right:10px;
  margin-top: 3px;
  margin-left: 0;
}

.entry-thumb a{
  display: block;
}

.entry-thumb img{
  border:0;
  width:150px;
  height:150px;
  display: block;
  /*margin-bottom: 40px;*/
}

/*大きなサムネイル表示スタイルでのサムネイル*/
.entry-large-thumbnail img{
  width: 320px;
  height: 180px;
}

.entry-card-content{
  margin-left:160px;
}

.entry .post-meta{
  text-align:left;
  margin: 7px auto;
}

.entry .post-meta a{
  color:#000;
}

.entry h2{
  margin-bottom:5px;
  margin-top: 0;
}

.entry h2 a{
  color:#333;
  font-size:24px;
  text-decoration:none;
  font-weight:bold;
}

.entry-title{

}

.entry-snippet{
  margin:0 0 5px 0;
  line-height:150%;
  color:#555;
}

.entry-read{
  margin:0;
}


.entry-snippet,
.related-entry-snippet{
  word-wrap: break-word;
}


/************************************
** WordPress Misc
************************************/
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img.alignleft,
.wp-caption.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
img.alignright,
.wp-caption.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}


.wp-caption {
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}

.wp-caption-text,
.gallery-caption{
  font-size: 80%;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}

/************************************
** index.php Main
************************************/
.content-box{
  float: right;
  margin-top: -0.25em;
  width: 420px;
}
.content-box .more-link{
  margin: 0;
}

.thumbnail-box{
  float: left;
  width: 160px;
}
.thumbnail-box img{
  width: 160px;
  height: 160px;
}

/************************************
** パンくずリスト（Breadcrumb）
************************************/
#breadcrumb {
    margin-bottom: 20px;
    color: #231815;
    font-size: 13px;
    width: 96%;
    margin: auto;
    margin-top: 1%;
}
div#breadcrumb div {
  display: inline;
}
#breadcrumb span.sp{
  margin:0 10px;
}
#breadcrumb a{
  text-decoration:none;
  color:#231815;
}
/*以下のパンくずスタイルは、いずれ削除*/
#breadcrumb ul{
  margin:0;
  padding:0;
  list-style:none;
}
#breadcrumb ul li{
  display:inline;
}
#breadcrumb ul li span.sp{
  margin:0 10px;
}
#breadcrumb ul li a{
  text-decoration:none;
  color:#231815;
}


/************************************
** 前の記事へ、次の記事へ
************************************/
.navigation{
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
  margin: 20px -30px 40px;
}
.navigation > div{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.navigation > div + div{
  border-top: 0;
  border-bottom: 1px solid #ddd;
}


.navigation .alignright{
  text-align: right;
}

.navigation a{
  display: block;
  padding: 1em;
  border: none;
}

.navigation a span{
  color:#ddd;
  padding-right:10px;
  margin-top:-4px;
  clear:left;
}
.navigation a:hover{
  background: #eee;
}

.navigation .alignright a:hover{
  border-left: 1px solid #ddd;
}

/************************************
** ページャー、ページナビゲーション
************************************/
.pager{
  margin: 3em 0;
  text-align:center;
}

a.page-numbers,
.pager .current{
  background-color: #ddd;
  border: solid 1px #ddd;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 0 2px;
}

.pager .current{
  background-color: #ddd;
  border: solid 1px #ddd;
  color: #000;
}

.pager a{
  background: #fff;
  color: #000;
  text-decoration:none;
}

.pager a:hover{
  border: solid 1px #ddd;
  background-color: #eee;
}

/************************************
** 記事分割時のページナビゲーション
************************************/
.page-link{
  margin: 3em 0;
  text-align:center;
}
.comment-page-link{
  margin: 1em 1em 3em;
  text-align: center;
}

.page-link span,
.comment-page-link span,
.comment-page-link a{
  margin-right: 3px;
  padding: 7px 15px;
  border: 1px solid #ddd;
  background: #ddd;
  border-radius: 4px;
}
.page-link a span,
.comment-page-link a{
  background: #fff;
  color:#000;
}

.page-link a{
  border-bottom: none;
  color: #000;
  text-decoration:none;
}

.page-link a span:hover,
.comment-page-link a:hover{
  background: #eee;
  color: #000;
}

/************************************
** 関連記事（Relation）
************************************/
.related-entry{
  line-height:150%;
  margin-bottom:20px;
  margin-right:10px;
  clear: both;
/*  overflow: auto;
  zoom: 1;*/
}

.related-entry h4{
  margin-top: 0;
}

.related-entry-thumb {
  float: left;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.related-entry-thumb a{
  display: block;
}

.related-entry-thumb img{
  border:0;
  width: 100px;
  height: 100px;
  /*margin-bottom: 20px;*/
  display: block;
}

/*関連記事のサムネイル表示*/
.related-entry-thumbnail img{
  width: 200px;
  height: 200px;
  margin-bottom: 0;
}

.related-entry-content {
  margin-left: 110px;
}

.related-entry-title{
  margin-bottom:5px;
}

.related-entry-title a{
  text-decoration:none;
  font-size:18px;
  font-weight:bold;
  color:#333;
}

.related-entry-snippet{
  margin:0 0 5px 0;
  color:#555;
}

.related-entry-read{
  margin:0;
  font-size:14px;
}

/************************************
** 関連記事サムネイル（Relation）
************************************/

.related-entry-thumbnail{
  width:200px;
  height:292px;
  text-align:center;
  overflow:hidden;
  float:left;
  margin-bottom:15px;
  margin-right: 26px;
}

.related-entry-thumbnail .related-entry-thumb{
  margin:0;
  padding:0;
  float:none;
}

.related-entry-thumbnail .related-entry-content{
  margin: -10px 0px 0;
}

.related-entry-thumbnail .related-entry-content a{
  font-weight:normal;
}

/************************************
** コメントエリア（Comments Area）
************************************/
#comment-area ol,
#comment-area ul{
  list-style:none;
  padding-left:0;
}

#comment-area ol ul,
#comment-area ul ul{
  margin-left: 1.5em;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
  margin-top: -20px;
  margin-bottom: 40px;
}
.commets-list li,
.trackback-list li{
  margin-top: -1px;
  padding: 20px 0 0;
  width: 100%;
  border-bottom: 1px solid transparent;
}
.commets-list .avatar{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.comment-meta,
.reply,
.comment-notes,
.form-allowed-tags,
span.small{
  font-size: 80%;
}

.comment-body p{
  clear: both;
}
.reply{
  text-align: right;
}

.bypostauthor{
  /* 記事投稿者のコメントのスタイル */
}

.children{
  padding-left: 2em;
}

#respond{
  margin-bottom: 40px;
}

#comments,
#reply-title{
  font-size: 21px;
}

#comments{
  margin-bottom: 25px;
}

/************************************
** 入力フォーム（Form）
************************************/
input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #333;
  /*display: block;*/
  font-size: 16px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  box-sizing: border-box;
}

input#author,
input#email,
input#url{
  max-width: 360px;
}

.gsc-search-box input[type="text"]{
  background-color:#FFF;
  border-radius: 0px;
}

#comment-area input[type="text"],
#comment-area textarea{
  display: block;
}

textarea {
  overflow: auto;
  width:100%;
  box-sizing: border-box;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border: 1px solid #ff69b4;
  background: #fff;
  box-shadow:  0 0 3px rgba(255,105,180,1);
   color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 14px;
  border: 1px solid #777;
  border-radius: 3px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  line-height: normal;
  cursor: pointer;
  /* Old browsers */
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #eee;

}

select, option{
  padding: 5px;
}

/*
select{
  border: 1px solid #bbb;
  border-right: 2px;
}

select, option {
  margin: 0.5em 1px;
  padding: 3px 5px;
  vertical-align: middle;
}
#sidebar select{
  width: 100%;
}
*/
/*.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  position: relative;
  top:1px;
}*/

/************************************
** サイドバー（Sidebar）・ウィジェットなど
************************************/
#sidebar h3{
  margin-bottom: 10px;
  font-size:20px;
}
#sidebar .widget{
  margin-bottom: 45px;
}

.widget_search{
  margin-bottom: 0;
}

#sidebar ul,
#sidebar ol,
.widget-over-article ul,
.widget-over-article ol,
.widget-under-article ul,
.widget-under-article ol,
.widget-over-sns-buttons ul,
.widget-over-sns-buttons ol,
.widget-under-sns-buttons ul,
.widget-under-sns-buttons ol{
  padding-left: 1em;
  list-style:none;
}

#sidebar ul.snsp,
#main ul.snsp,
#footer ul.snsp{
  padding-left: 0;
}

.widget-over-article{
  margin-top: 10px;
  margin-bottom: 10px;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
  margin:20px 0;
}

#sidebar li{
  margin-bottom: 8px;
}

.sidebar-thumbnail-box{
  float: left;
  width: 75px;
}

.sidebar-recent-posts-title{
  float: right;
  width: 165px;
}
  #sidebar-recent-posts h3,
  #sidebar-recent-posts p,
  #sidebar-popular-posts h3,
  #sidebar-popular-posts p{
    margin: 0;
  }

#main .widgets{
  margin-top: 20px;
  margin-bottom: 20px;
}

#sidebar .widget_category_sns_follow_buttons ul,
.widget_category_sns_follow_buttons ul{
  padding-left: 0;
}

.widget_text ul {
  list-style-type:  disc;
}
.widget_text ol {
  list-style-type:  decimal;
}

/************************************
** 新着記事・人気記事（new, pupular）
************************************/
.widget_new_entries,
.widget_new_popular,
.widget_popular_ranking{
  line-height:150%;
}

.widget_new_entries h4,
.widget_new_popular h4,
.widget_popular_ranking h4{
  margin-bottom:15px;
}

#main .widget_new_entries ul,
#main .widget_new_popular ul,
#main .widget_popular_ranking ul,
#sidebar .widget_new_entries ul,
#sidebar .widget_new_popular ul,
#sidebar .widget_popular_ranking ul,
#footer .widget_new_entries ul,
#footer .widget_new_popular ul,
#footer .widget_popular_ranking ul {
  padding-left:0;
  list-style:none;
}

.widget_new_entries ul li,
.widget_new_popular ul li,
.widget_popular_ranking ul li {
  clear: left;
  float: none;
  margin-bottom:10px;
/*  overflow: auto;
  zoom: 1;*/
}

.widget_new_entries ul li img,
.widget_new_popular ul li img,
.widget_popular_ranking ul li img {
  border: medium none;
  display: inline;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
  width: 75px;
  height: 75px;
  margin-bottom: 10px;
}

span.wpp-views{
  font-size:x-small;
  font-style:italic;
}

/************************************
** 新着記事・人気記事（拡張）
************************************/
.widget_new_entries .new-entrys-large .new-entry,
.widget_new_popular .popular-entrys-large .popular-entry,
.widget_new_popular .new-entrys-large .new-entry,
.widget_new_popular .popular-entrys-large .wpp-list li,
.widget_popular_ranking .popular-entrys-large .popular-entry,
.widget_popular_ranking .popular-entrys-large .wpp-list li{
  margin-bottom:15px;
  line-height:120%;
  position:relative;
  display:block;
  max-width: 440px;/*これを書いておかないと、タイトル部分がはみ出す*/
  overflow: visible;
}

.widget_new_entries .new-entrys-large .new-entry img,
.widget_new_popular .popular-entrys-large .popular-entry img,
.widget_new_popular .new-entrys-large .new-entry img,
.widget_new_popular .popular-entrys-large .wpp-list li img,
.widget_popular_ranking .popular-entrys-large .popular-entry img,
.widget_popular_ranking .popular-entrys-large .wpp-list li img{
  width:100%;
  float:none;
  margin:0;
  display:block;
  margin-bottom:5px;
  min-height: 180px;
  max-width: 440px;/*iPhone6は幅が414pxなのでそれより大きく*/
  max-height: 240px;
  height: auto;
}

.widget_new_popular .popular-entrys-large .wpp-list li img.wpp_cached_thumb,
.widget_popular_ranking .popular-entrys-large .wpp-list li img.wpp_cached_thumb{
  height:auto;
}

.widget_new_entries .new-entrys-large-on .new-entry .new-entry-content,
.widget_new_popular .popular-entrys-large-on .popular-entry .popular-entry-content,
.widget_new_popular .new-entrys-large-on .new-entry .new-entry-content,
.widget_new_popular .popular-entrys-large-on .wpp-list li a.wpp-post-title,
.widget_popular_ranking .popular-entrys-large-on .popular-entry .popular-entry-content,
.widget_popular_ranking .popular-entrys-large-on .wpp-list li a.wpp-post-title{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  /* 画像をBase64にするためコメントアウト
  background: url("images/black-transparent.png") repeat scroll 0 0 transparent; */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAQMAAAAk8RryAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAA1JREFUGNNjGAWDCgAAAZAAAXtlmk8AAAAASUVORK5CYII=") repeat scroll 0 0 transparent;
/*  opacity:0.7;
  background-color:#333;*/
  padding:10px;
  max-height:28%;
  overflow:hidden;
  display:block;
}

.widget_new_entries .new-entrys-large-on .new-entry .new-entry-content a,
.widget_new_popular .popular-entrys-large-on .popular-entry .popular-entry-content a,
.widget_new_popular .new-entrys-large-on .new-entry .new-entry-content a,
.widget_new_popular .popular-entrys-large-on .wpp-list li a.wpp-post-title,
.widget_popular_ranking .popular-entrys-large-on .popular-entry .popular-entry-content a,
.widget_popular_ranking .popular-entrys-large-on .wpp-list li a.wpp-post-title {
  color:#fff;
  /*opacity:0.8;*/
  display:block;
}

.widget_new_popular .popular-entrys-large-on .wpp-list li span.wpp-views,
.widget_popular_ranking .popular-entrys-large-on .wpp-list li span.wpp-views {
  /* 画像をBase64にするためコメントアウト
  background: url("images/black-transparent.png") repeat scroll 0 0 transparent; */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAQMAAAAk8RryAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAA1JREFUGNNjGAWDCgAAAZAAAXtlmk8AAAAASUVORK5CYII=") repeat scroll 0 0 transparent;
  color:#fff;
  opacity:1;
  display:block;
  right:0;
  top:0;
  position:absolute;
  padding:2px 10px;
  border-bottom-left-radius:15px;
  font-size:medium;
}


/************************************
** フッター(footer)
************************************/
#footer {
  clear: both;
  background-color: #952126;
  color: #fff;
}
#footer-widget {
  margin: 10px auto;
  text-align: left;
  padding:0 5%;
}

.footer-left,
.footer-center,
.footer-right{
  box-sizing: border-box;
  padding: 10px;
}

.footer-left {
  float: left;
  width: 34%;
}

.footer-center {
  float: left;
  width: 33%;
}

.footer-right {
  float: left;
  width: 33%;
}

#footer-widget {
  color: #fcfcfc;
}

#footer-widget ul{
  list-style:none;
  padding-left:1em;
}

#footer-widget li {
  font-size: 14px;
}
#footer a {
  color: #ffffff;
}
#footer h3{
  color:#fff;
  font-size: 16px;
}

#copyright{
  padding: 0px 0;
  font-size: 80%;
  text-align:center;
}

#copyright a{
  text-decoration:none;
  color:#fff;
}


/************************************
** TOPへ戻るボタン（Go to top）
************************************/
#page-top{
  position:fixed;
  display:none;
  right: 10px;
  bottom: 10px;
}

#page-top a{
  color:#fff;
  padding:7px;
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  background-color: #aaa;
  line-height:100%;
  border-radius: 4px;
  font-size:11px;
}


/************************************
** 広告（ads）
************************************/
.ad-space{
  margin: 30px 0;
  clear:both;
}

.ad-article-bottom{

}

.ad-left{
  float:left;
  margin-right:2px;
  width:336px;
}


.ad-right{
  float:right;
  margin-left:2px;
  width:336px;
}

.ad-top-pc{
  width:728px;
  margin: 0 -24px 15px;
}

.ad-space-top{
  margin-top:0;
  margin-bottom:5px;
}

.ad-space-singular{
  margin-top:15px;
  margin-bottom:10px;
}

.ad-space-top .ad-label{
  display:none;
}

#sidebar .ad-space{
  margin-top:0;
}

/************************************
** 非表示にするものまとめ
************************************/
.widget-ad,
.widget-over-article-title,
.widget-under-article-title,
.widget-over-sns-buttons-title,
.widget-under-sns-buttons-title,
#sidebar .ad-space .ad-label{
 display:none;
}

.widget-index-top{
  margin-bottom: 30px;
}

.widget-index-middle{
  margin-bottom: 40px;
}

/************************************
** モバイルメニュー
************************************/
#mobile-menu{
  display:none;
}

#mobile-menu a{
  color:#333;
  padding: 4px 8px;
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  line-height:100%;
  border-radius: 3px;
  position:absolute;
  right: 7px;
  font-size: 15px;
  margin-top: 3px;
}

#mobile-menu a:hover,
#page-top a:hover{
  opacity: 0.7;
}

/************************************
** サムネイルつきポストナビ
************************************/
#prev-next{
  width:100%;
  margin: 36px 0 24px;
  padding:0;
  display: table;
}

#prev-next  #prev, #prev-next #next{
  width: 50%;
  display: table-cell;
  position:relative;
  text-decoration:none;
}

#prev-next #prev:hover, #prev-next #next:hover{
background-color: rgba(238,238,238,0.7);
}

#prev-next #prev{
border-right:#ddd 1px solid;
}

#prev-next #prev-title, #prev-next #next-title{
  top:-0.8em;
  position:absolute;
  border: 1px #ccc solid;
  text-align: center;
  padding:5px;
  color:#666;
  font-size:28px;
  border-radius:6px;
  background-color: #fff;
}
#prev-next #next-title{
  right:10px;
}
#prev-next span{
  padding:0;
  margin:0;
}

#prev-next #prev img, #prev-next #next img{
  margin:0 auto;
  width: 100px;
  height: 100px;
}

#prev-next #prev-no, #prev-next #next-no{
  width: 50%;
  padding:0 10px;
  display: table-cell;
}

#prev-next #prev-no{
  border-right:#ddd 1px solid;
}

#prev-no,
#next-no{
  position:relative;
}
#prev-no a:hover,
#next-no a:hover{
  background-color:#fff;
}

#prev-next-home span{
  color:#ccc;
  font-size:100px;
  margin:0 auto;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*IE10以降に適用されるCSSハック（一応）*/
@media all and (-ms-high-contrast:none){
  #prev-next-home span{
    margin-top: 50px;
  }
}

#prev-next #prev, #prev-next #prev::before, #prev-next #prev::after,
#prev-next #next, #prev-next #next::before, #prev-next #next::after {
  box-sizing: border-box;
}

#prev-next #next-title{
  right:10px;
}

#prev-next #prev img{
  margin-top:10px;
  float:left;
  margin-right:10px
}

#prev-next #next img{
  margin-top:10px;
   float:right;
   margin-left: 10px;
}


/************************************
** モバイルモーダルメニュー（animatedModal.js）
************************************/
#animatedModal a{
  color: #fff;
  text-decoration: none;
}

.close-animatedModal{
  text-align: center;
  font-size: 45px;
}

.modal-content{
  max-width: 440px;
  width: auto;
  margin: auto;
}

#animatedModal ul{
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
}

#animatedModal ul li{
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0 10px 10px;
}

#animatedModal ul li a{
  padding: 5px 10px;
  width: auto;
  border-radius: 5px;
  display: block;
}

#animatedModal ul li a:hover{
  background-color: #555;
}

/*Google検索ボックス用*/
#___gcse_0 .cse .gsc-control-cse,
#___gcse_0 .gsc-control-cse{
  background-color: transparent;
  border: none;
}

/*SlickNav用スタイル*/
.slicknav_menu {
  display: none;
}

/*トップへ戻る画像の背景*/
#page-top a.move-page-top-image{
  background-color: transparent;
}

/*Firefoxの不具合？対策*/
div.vdh-mask{
  display: none;
}


/************************************
** Alt属性値を画像ホバー時にキャプション表示する
************************************/
.imgs-wrap{
  margin: 16px 0;
}

.hover-image {
  display: inline-block;
  /*margin: 16px 0;*/
  text-align: left;
  opacity: .99;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);*/
}


.wp-caption .hover-image {
  margin: 0;
}

.hover-image:before {
  content: '';
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transition-property: top, opacity;
          transition-property: top, opacity;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.hover-image-admin:before {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.hover-image img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}
.hover-image .details {
  font-size: 16px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.hover-image .details a{
  color: #fff;
  text-decoration: none;
}
.hover-image .details span {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition-property: top, opacity;
          transition-property: top, opacity;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.hover-image-admin .details span {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.hover-image .details .info {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 12px;
}
.hover-image:hover:before,
.hover-image:hover span {
  opacity: 1;
}
.hover-image:hover:before {
  top: 50%;
}
.hover-image:hover span {
  top: 0;
}
.hover-image:hover .info {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.hover-image-admin:hover .info {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}


/************************************
** Facebookページを「いいね！」するエリアのスタイル
************************************/
div.fb-like-mobile{
  display: none;
}
.article-like{
  height: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
}
.article-like-thumb{
  float: left;
  width: 100px;
}
.article-like-thumb img{
  display: block;
}
.article-like-body{
  margin-right: 140px;
  float: none;
  padding: 10px;
  font-size: 18px;
  line-height: 1.3em;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
}
.article-like-body::after{
  content: '\f054';
  position: absolute;
  right: 110px;
  top: 27px;
  color: #ccc;
  font-size: 50px;
  font-family: FontAwesome;
  line-height: 100%;
}
.article-like-button {
  background-color: #f3f3f3;
  width: 100px;
  height: 100px;
  text-align: center;
  float: right;
  padding-top: 27px;
  box-sizing: border-box;
/*  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;*/
}

.article-like-button iframe{
  background-color: #fff;
}

.article-like-arrow-box {
  float: left;
  position: relative;
  border: 1px solid #bbb;
  margin-left: 12px;
  width: calc(100% - 114px);
  border-radius: 5px;
}
.article-like-arrow-box-in{
  border-radius: 5px;
  overflow: hidden;
}
.article-like-arrow-box:after, .article-like-arrow-box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.article-like-arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.article-like-arrow-box:before {
  border-color: rgba(221, 221, 221, 0);
  border-right-color: #bbb;
  border-width: 11px;
  margin-top: -11px;
}


/************************************
** Facebookページを「いいね！」するエリアのスタイル（サイドバーの時）
************************************/
#sidebar .article-like-body::after{
  display: none;
}
#sidebar .article-like-body{
  font-size: 0.8em;
  padding: 5px;
  line-height: 1.1em;
  margin-right: 0;
  height: 70px;
}
#sidebar .article-like-arrow-box{
  height: 100px;
}
#sidebar .article-like-button{
  float: none;
  width: 100%;
  height: 30px;
  display: block;
  line-height: 24px;
  padding-top: 0;
}
#sidebar div.fb-like-mobile{
  display: block;
}
#sidebar div.fb-like-pc{
  display: none;
}

/************************************
** feedlyバルーンのスタイル
************************************/

/************************************
** 購読者数つきFeedlyボタン（縦型）
************************************/
#feedly-followers {
    display: block;
}

#feedly-followers a{
  display: block;
}

#feedly-followers img{
    width:72px;
    height:22px;
    border:none;
}

/* 購読者数の表示部分 */
#feedly-count {
  margin:0 auto 6px auto;
  width: 62px;
  height: 31px;
  background-color: #FFF;
  position: relative;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  padding: 0 4px;
  font-family: Arial;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  display: block;
}

#feedly-count a{
  color:#333;
  text-decoration:none;
}

/* 購読者数吹き出し部分 */
.fdly-count:after,
.fdly-count:before {
  border: solid transparent;
  content: ' ';
  right: 43%;
  position: absolute;
}

.fdly-count:before {
  border-width: 5px;
  border-top-color: #B0C1D8;
  top: 32px;
}

.fdly-count:after {
  border-width: 5px;
  border-top-color: #FFF;
  top: 30px;
}

/************************************
** 購読者数つきFeedlyボタン（横型）
************************************/
.feedly-btn-horizontal img#feedly-follow{
  width:60px;
  height:20px;
  border:0;
  margin-right:3px;
}

.feedly-btn-horizontal .arrow_box {
  position: relative;
  background: #fff;
  border: 1px solid #BDBDBD;
  padding: 0 6px;
  border-radius:3px;
  top:-7px;
  line-height:18px;
  display:inline-block;
  height:22px;
}

.feedly-btn-horizontal a{
  color:#333;
  font-size:11px;
  text-decoration:none;
  line-height:18px;
}

.feedly-btn-horizontal a:hover{
  color:#333;
}

.feedly-btn-horizontal .arrow_box:after,
.feedly-btn-horizontal .arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.feedly-btn-horizontal .arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 3px;
  margin-top: -3px;
}

.feedly-btn-horizontal .arrow_box:before {
  border-color: rgba(189, 189, 189, 0);
  border-right-color: #BDBDBD;
  border-width: 4px;
  margin-top: -4px;
}

/************************************
** ブログカードのスタイル
************************************/
.blog-card{
  margin: 20px 0;
  max-width:100%;
  width: 500px;
  position: relative;
  clear:both;
  min-height:145px;
  min-width: 300px;
  box-sizing: border-box;
}

#sidebar .blog-card{
  margin-left: 0;
  margin-right: 0;
}

#sidebar .blog-card-title{
  font-size: 14px;
  line-height: 120%;
}

#sidebar .blog-card-excerpt,
#sidebar .blog-card-footer{
  font-size: 11px;
  line-height: 120%;
}


#sidebar img.blog-card-thumb-image{
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

#sidebar .blog-card-thumbnail-left .blog-card-content {
  margin-left: 90px;
}

.internal-blog-card,
.external-blog-card{
  padding:12px;
  padding-bottom: 6px;
  border:1px solid #ddd;
  word-wrap: break-word;
  border-radius: 5px;
}

.external-blog-card-hatena{
  border: 0;
  background-color: transparent;
  overflow: hidden;
}

.blog-card-thumbnail{
  float:left;
}

.blog-card img.blog-card-thumb-image{
  border:0;
  width: 100px;
  height: 100px;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}

.blog-card-content{
  margin-left:110px;
  line-height:120%;
  margin-bottom: 0.5em;
}
.blog-card-title{
  margin-bottom:5px;
}

.blog-card-title a{
  font-weight: bold;
  text-decoration: none;
  color: #111;
}

.blog-card-excerpt{
  color: #333;
  font-size: 0.9em;
  max-height: 80px;
  overflow: hidden;
}

.blog-card-footer{
  font-size: 0.7em;
  width: 100%;
  color:#777;
  clear:both;
  vertical-align: bottom;
  margin-left: -4px;
  /*position: absolute;
  bottom: 12px;*/
  /*position: relative;
  left: -3px;*/
}

.blog-card-site{
  float: left;
  margin-right: 7px;
  margin-top: 1px;
}

.blog-card-hatebu{
  float: left;
  margin-right: 7px;
  position: relative;
  bottom: -5px;
}

.blog-card-date{
  float: right;
  margin-bottom: -5px;
}

.blog-card-site{
  position:relative;
}

.blog-card-site a{
  color:#777;
  text-decoration:none;
}

.blog-card-favicon{
  margin-right:3px;
  position: relative;
  bottom: -4px;
}

.blog-card-favicon-img{
  width:16px;
  height:16px;
}


/***********************************
 ブログカード（幅が狭い場合）
 ***********************************/
@media screen and (max-width: 560px){
  .article .blog-card,
  .article .entry-content .hover-card{
    width: 100%;
  }

  .blog-card-content{
    margin-left: 0;
  }

  .blog-card-title a{
    font-size: 14px;
    line-height: 120%;
  }

  .blog-card-excerpt,
  .blog-card-footer{
    font-size: 11px;
    line-height: 120%;
  }

  #main .blog-card,
  #main .hover-card{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  img.blog-card-thumb-image{
    width: 80px;
    height: 80px;
  }

  .blog-card-content {
    margin-left: 90px;
  }
}


/* IE10以降 */
/*@media all and (-ms-high-contrast:none){
  .blog-card-favicon {
    display:none;
  }
}*/

.clear{
  clear:both;
}

#sidebar .blog-card,
#sidebar .hover-internal-blog-card,
#sidebar .hover-external-blog-card,
#sidebar .hover-card,
#footer .blog-card,
#footer .hover-internal-blog-card,
#footer .hover-external-blog-card {
  width: 100%;
  min-width: initial;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width:524px){
  /*.blog-card{width:auto;}*/
}


/************************************
** SNSに関するスタイルシートの設定
************************************/

/************************************
** SNSシェアボタン
************************************/
#sns-group{
  clear: both;
}

ul.snsb{
  padding:10px 0;
  margin-bottom:0;
  font-family: sans-serif;
}

.snsb li {
  float: left;
  list-style-type: none;
  margin-right: 7px;
  margin-top: 2px;
  margin-bottom: 5px;
}

ul.snsbs li{
  margin-right:5px;
  margin-bottom:5px;
}

ul.snsbs li a{
  color:#fff;
  text-decoration:none;
  font-size:25px;
  background-color:#000;
  display:block;
  padding:7px 6px 3px 6px;
  border-radius:5px;
  width:25px;
  height:30px;
  position:relative;
  text-align: center;
}

ul.snsbs li a .social-count{
  font-size:10px;
  background-color:#555;
  width:auto;
  padding:1px 3px;
  border-radius:5px;
  position:absolute;
  display:inline-block;
  right:0;
  bottom:0;
  height:12px;
  line-height:12px;
  font-family: Arial;
}

ul.snsbs a.twitter-btn-icon-link{background-color:#55acee;}
ul.snsbs a.facebook-btn-icon-link{background-color:#3b5998;}
ul.snsbs a.google-plus-btn-icon-link{background-color:#dd4b39;}
ul.snsbs a.hatena-btn-icon-link{background-color:#3C7DD1;}
ul.snsbs a.pocket-btn-icon-link{background-color:#EE4257;}
ul.snsbs a.line-btn-icon-link{background-color:#00c300;}
ul.snsbs a.evernote-btn-icon-link{background-color:#51b125;}
ul.snsbs a.feedly-btn-icon-link{background-color:#87bd33;}
ul.snsbs a.push7-btn-icon-link{background-color:#eeac00;}
ul.snsbs a.comments-btn-icon-link{
  background-color:#555;
  padding-top: 4px;
  padding-bottom: 6px;
}


.snsbs li a:hover{
  opacity: 0.7;
}

.snsbs li img {
  border-radius:10px;
}
img.line-btn-img{
  height:62px;
}

img.line-btn-img-mini{
  display:none;
}

img.evernote-btn-img{
  min-height:62px;
}

img.evernote-btn-img-mini{
  display:none;
}

/************************************
** タイトル下SNSボタン
************************************/
#sns-group-top ul{
  padding:0;
  line-height:20px;
}

#sns-group-top ul li{
  margin-top: 2px;
  margin-bottom: 2px;
}

#sns-group-top .sns-share-msg{
  display:none;
}

#sns-group-top .twitter-btn{
  width:100px;
}

#sns-group-top .facebook-btn{
  width: 127px;
}

#sns-group-top .google-plus-btn{
  width: 65px;
  margin-top:-2px;
}

#sns-group-top .pocket-btn{
  width:90px;
}

#sns-group-top img.line-btn-img{
  display:none;
}

#sns-group-top img.line-btn-img-mini{
  display:block;
  height: 20px;
}

#sns-group-top .evernote-btn-img{
  display:none;
}

#sns-group-top .evernote-btn-img-mini{
  display:block;
}

#sns-group-top .evernote-btn-img-mini{
  height:20px;
  width:auto;
}

/*---------------------------
修正
---------------------------*/

.info_area .info_left .left_box .cate, .info_area .info_left .left_box .date {
  display: block;
  color: #999999;
  width: 110%;
}
/************************************
** SNSページフォロー
************************************/
.sns-follow-msg{
  margin: 8px 0 0 0;
  font-size:medium;
}

.sns-share-msg{
  margin-bottom:-20px;
  font-size:medium;
}

#header .sns-follow-msg{
  display:none;
}

ul.snsp{
  list-style:none;
  padding-left:0;
  margin:10px 0 15px;
}

ul.snsp li{
  display:inline;
  margin-right:5px;
}

ul.snsp li a{
  font-size:19px;
  line-height:170%;
  text-decoration:none;
}

/*ul.snsp li.push7-page a span {
  font-size: 26px;
  background-color: transparent;
  width: 30px;
  height: 30px;
  background-color: #666;
  padding: 2px 2px 3px;
  color: #fff;
  position: relative;
  top: -4px;
}

ul.snsp li.push7-page a{
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}*/

/*Facebookコメント欄が表示されない不具合修正*/
.fb-like iframe {
    max-width: none;
}

/*アイコフォントの大きさ*/
ul.snsp li {
  display: inline-block;
  margin-right: 5px;
}

ul.snsp li a {
  text-decoration: none;
}

ul.snsp li a span {
  display: block;
  font-size: 33px;
  width: 33px;
  height: 33px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #666;
  color: #fff;
}

/*feedly、LINEアイコンは自作なので少し大きかったので調整*/
ul.snsp li a span.icon-feedly-square,
ul.snsp li a span.icon-line-square,
ul.snsp li a span.icon-push7-square,
ul.snsp li a span.icon-hatebu-square{
  font-size:34px;
  position: relative;
}

#sns-group ul.snsp li a:hover{
  color: #fff;
}

ul.snsp li.twitter-page a span:hover{
  background-color:#55acee;
}

ul.snsp li.facebook-page a span:hover{
  background-color:#3b5998;
}

ul.snsp li.google-plus-page a span:hover{
  background-color:#dd4b39;
}

ul.snsp li.instagram-page a span:hover{
  background-color:#3f729b;
}

ul.snsp li.hatebu-page a span:hover{
  background-color:#008fde;
}

ul.snsp li.pinterest-page a span:hover{
  background-color:#cc2127;
}

ul.snsp li.youtube-page a span:hover{
  background-color:#e52d27;
}

ul.snsp li.flickr-page a span:hover{
  background-color:#1d1d1b;
}

ul.snsp li.github-page a span:hover{
  background-color:#24292e;
}

ul.snsp li.feedly-page a span:hover{
  background-color:#87bd33;
}

ul.snsp li.push7-page a span:hover{
  background-color: #eeac00;
}

ul.snsp li.line-page a span:hover{
  background-color:#00c300;
}

ul.snsp li.rss-page a span:hover{
  background-color:#fe9900;
}


ul.snsp li.feedly-page a img{
  margin-bottom:-3px;
  width:32.5px;
  height:32.5px;
  border-radius:7px;
  border-width:0px;
}

/************************************
** シェアバー
************************************/
#sharebar {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 99;
  margin-left:-110px;
  margin-top:-50px;
  width:90px;
  position: fixed;
}

#sharebar ul li{
  display: block;
  margin: 5px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  float:none;
}

#sharebar ul li div{
  margin: auto;
}

#sharebar ul.snsb-balloon li,
#sharebar li.comments-balloon-btn{
  margin-left:15px;
  margin-bottom:10px;
}

#sharebar .sns-share-msg{
  display:none;
}

/************************************
** 自作のバルーンシェアボタン
************************************/
.balloon-btn-set{
  display:block;
  width:60px;
  height:63px;
}

.balloon-btn-set a{
  display:block;
  color:#777;
  font-size:14px;
  text-decoration:none;

}

.balloon-btn-set a.twitter-arrow-box-link .fa-comments{
  color: #aaa;
  font-size: 13px;
}

a.arrow-box-link{
  font-weight:bold;
  text-align:center;
  font-family: Arial;
  display:block;
  font-size: 14px;
}

a.evernote-arrow-box-link{
  /*font-family: 'Boogaloo', cursive;*/
  font-weight:normal;
}

a.arrow-box-link:hover{color:#555;}

a.balloon-btn-link{
  border:1px solid #ddd;
  width:58px;
  height:20px;
  line-height:22px;
  position:relative;
  top:4px;
  color:white;
  border-radius:3px;
  text-align:center;
  display:block;
}

a.balloon-btn-link:hover{
  opacity:0.7;
}

a.twitter-balloon-btn-link{background-color:#55acee;}
a.facebook-balloon-btn-link{background-color:#3c5a99;}
a.googleplus-balloon-btn-link{background-color:#dd4b39;}
a.hatena-balloon-btn-link{background-color:#3c7dd1;}
a.pocket-balloon-btn-link{background-color:#ee4257;}
a.line-balloon-btn-link{background-color:#00c300;}
a.evernote-balloon-btn-link{background-color:#51b125;}
a.feedly-balloon-btn-link{background-color:#87bd33;}
a.push7-balloon-btn-link{background-color:#eeac00;}
a.comments-balloon-btn-link{background-color:#333;}

a.comments-balloon-btn-link .fa-comment{position: relative;top:-3px;}

.arrow-box {
  position: relative;
  background: #fff;
  border: 1px solid #bbb;
  text-align:center;
  width:58px;
  height:33px;
  border-radius:3px;
  line-height:33px;
  display:inline-block;
}

.arrow-box:after,
.arrow-box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 3px;
  margin-left: -3px;
}
.arrow-box:before {
  border-color: rgba(187, 187, 187, 0);
  border-top-color: #ddd;
  border-width: 5px;
  margin-left: -5px;
}

/************************************
** タイトル下SNSボタン
************************************/
.page #sns-group-top {
    display: none;
}

#sns-group-top .balloon-btn-set{
  display:block;
  width:87px;
  height:22px;
  margin-bottom:10px;
}

#sns-group-top .arrow-box{
  height:20px;
  width:50px;
  line-height:20px;
  float:right;
}

#sns-group-top .arrow-box-link{
  line-height:20px;
  text-align:center;
}

#sns-group-top .balloon-btn-link{
  top:0;
  width:28px;
  float:left;
  line-height:24px;
}

#sns-group-top .arrow-box {
  position: relative;
  background: #fff;
  border: 1px solid #bbb;
}
#sns-group-top .arrow-box:after,
#sns-group-top .arrow-box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  left:auto;
  position: absolute;
  pointer-events: none;
}
#sns-group-top .arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 3px;
  margin-top: -3px;
}
#sns-group-top .arrow-box:before {
  border-color: rgba(119, 119, 119, 0);
  border-right-color: #bbb;
  border-width: 4px;
  margin-top: -4px;
}

/************************************
** Google FontsのBoogalooをダウンロードしたものの呼び出し
************************************/
/*@font-face{
  font-family: Boogaloo;
  src:url('webfonts/boogaloo/Boogaloo-Regular.ttf');
}

@font-face {
 font-family: Boogaloo;
 src: url('webfonts/boogaloo/Boogaloo-Regular.ttf') format("truetype");
}*/

/************************************
** バイラルボタン
************************************/
.sns-group-viral ul.snsb{
  box-sizing: border-box;
}

.sns-group-viral ul.snsb li{
  box-sizing: border-box;
  width: 24%;
  margin-right: 1%;
}

.sns-group-viral ul.snsb li a{
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  border-radius: 3px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
}

.sns-group-viral ul.snsbs li a .social-count{
  font-size: 12px;
  bottom: 2px;
  font-weight: bold;
  background-color: transparent;
}

.sns-group-viral .social-icon:after{
  margin-left: 7px;
  position: relative;
  top: -2px;
  font-family: arial;
}

.sns-group-viral .fa-comment:after{
  top: 0;
}


.sns-group-viral .icon-twitter:after{
  content: 'Twitter';
}

.sns-group-viral .icon-facebook:after{
  content: 'Facebook';
}

.sns-group-viral .icon-googleplus:after{
  content: 'Google+';
}

.sns-group-viral .icon-hatena:after{
  content: 'Hatena';
}

.sns-group-viral .icon-pocket:after{
  content: 'Pocket';
}

.sns-group-viral .icon-line:after{
  content: 'Line';
}

.sns-group-viral .icon-evernote:after{
  content: 'Evernote';
}

.sns-group-viral .icon-feedly:after{
  content: 'Feedly';
}

.sns-group-viral .icon-push7:after{
  content: 'Push';
}

.sns-group-viral .fa-comment:after{
  content: 'Comment';
}

/************************************
** バイラルボタン（シェアバー）
************************************/
#sharebar .sns-group-viral ul.snsb li{
  width: 100%;
}

#sharebar .sns-group-viral ul.snsb li a{
  width: 80px;
}

#sharebar .sns-group-viral .social-icon:after{
  display: none;
}

/************************************
** とりあえず何でもレスポンシブ化するスタイル
************************************/
img,canvas,iframe,video,svg{max-width:100%}.overflow-container{overflow-y:scroll}.aspect-ratio{height:0;padding-top:56.25%;position:relative}.aspect-ratio--object{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:100}

/************************************
** 外部パーツ微調整
************************************/
/*外部パーツの微調整など*/
/*SimplicityでbbPressのスタイルを整える*/
.bbp-breadcrumb-home,
.bbp-breadcrumb-home+.bbp-breadcrumb-sep,
.topic .post-date,
.topic .post-update,
.topic .footer-post-meta,
.post-0 .post-date,
.post-0 .post-update,
.post-0 .footer-post-meta,
.forum .post-date,
.forum .post-update,
.forum .footer-post-meta{
  display: none;
}

#bbp_search{
  font-size: 17px;
}

#bbp_search_submit{
  padding-top:9px;
  padding-bottom:9px;
}

.post-0 .post-meta{
  height: 27px;
}

.bbp-reply-content{
  font-size: 16px;
  line-height: 170%;
}

.bbp-forum-title{
  font-size: 16px;
}

.bbp-topic-permalink{
  font-size: 14px;
}

#main #bbpress-forums .status-closed{
  color: #000;
  background-color: #fcfcfc;
}

#main #bbpress-forums .status-closed a {
  color: #2098a8;
}

#main #bbpress-forums .status-closed li.bbp-topic-title a{
  color: #333;
}

#bbp-container .entry-content{
  margin-left:0;
}

.bbp-form > p,
.bbp-form > div{
  text-align: left;
}

#bbp_reply_content,
#bbp_topic_content{
  border:1px solid #ccc;
}

/*bbResolutions*/
.bbr-form-wrapper {
  clear: left;
}

.bbr-field-wrapper {
  float: left;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.bbr-resolution-sticker{

}
@media screen and (max-width: 440px){
  #main #bbpress-forums div.bbp-forum-content,
  #main #bbpress-forums div.bbp-topic-content,
  #main #bbpress-forums div.bbp-reply-content{
    margin-left: 10px;
  }
}

@media screen and (max-width: 480px){
  .article #bbpress-forums .bbp-body div.bbp-reply-author{
    padding-left: 0;
    margin-top: 10px;
    line-height: 130%;
  }

  .article #bbpress-forums div.bbp-reply-author img.avatar{
    top: 0;
  }
}

/*Googleカスタム検索用*/
#cse-search-box input[type="text"]{
  width: calc(100% - 70px);
  background-color: #fff;
}

#cse-search-box input {
  display: inline-block;
  box-sizing: border-box;
  height: 34px;
  color: #333;
}

#main #bbpress-forums div.bbp-reply-author img.avatar{
  position: relative;
}

/*カテゴリ・アーカイブウィジェットをドロップダウンにしたときラベルを表示しない*/
.widget_categories label.screen-reader-text,
.widget_archive label.screen-reader-text{
  display: none;
}

/************************************
** レスポンシブページネーション
************************************/
.pagination{
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  margin: 40px 0;
}

.pagination li{
  display: inline-block;
}

.pagination a,
.pagination span {
  font-weight: 500;
  text-decoration:none;
/*  border: 1px solid #ddd;
  border-left-width: 0;*/
  border: none;
  width:38px;
  height:38px;
  color: #333;
  display: block;
  line-height: 38px;
  margin-left: 3px;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current span {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and ( max-width: 500px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 310px ) {
  .pagination li {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
}

/*@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}
*/
.entry-large-thumnail{
  width: 100%;
  height: auto;
}

/***********************
* 旧Twitterボタンのような見た目を再現
***********************/
.twitter-balloon-btn-defalt .balloon-btn-set {
  display:block;
  width:65px;
  height:63px;
}

.twitter-balloon-btn-defalt a.balloon-btn-link{
  width:65px;
  position: relative;
}

.twitter-balloon-btn-defalt .arrow-box {
  width:65px;
}

.twitter-balloon-btn-defalt a.twitter-balloon-btn-link .tweet-label{
  font: 11px "Helvetica Neue",Arial,sans-serif;
  /*
  font-weight: bold;
  color: #000;
  */
  vertical-align: 25%;
}

#sns-group-top .twitter-balloon-btn-defalt .balloon-btn-set{
  width: 100px;
  margin-bottom: 0;
}

#sns-group-top .twitter-balloon-btn-defalt .balloon-btn-link{
  width: 65px;
}

#sns-group-top .twitter-balloon-btn-defalt .arrow-box {
    width: 25px;
}

/************************************
** アイキャッチ
************************************/
.eye-catch{
  line-height: 100%;
  margin-left: 0;
}

.eye-catch-caption{
  font-size: 75%;
}


/************************************
** 折り畳みアーカイブウィジェット
************************************/
.widget_archive a.year{
  cursor: pointer;
  text-decoration: underline;
}

.widget_archive .years ul {
  transition: .3s ease;
  margin: 0;
  margin-bottom: 1em;
}

#sidebar .widget_archive ul.years li{
  margin-bottom: 0;
}

/*PageSpeed Insightsのユーザーエクスペリエンス対策*/
@media screen and (max-width:639px){
  #sidebar .widget_archive ul.years li a{
    margin-bottom: 8px;
    display: inline-block;
  }
}

.widget_archive ul.years .hide {
  margin: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  display: none;
}

.admin-pv{
  text-align: right;
}

.admin-pv > span{
  margin: 0 5px;
  padding: 0 3px;
}


/************************************
** Push7通知ボタンのスタイル
************************************/
.snsb .p7-b > .p7-left,
.snsb .p7-b > .p7-top {
  border-color: #bbb;
  font-family: Arial;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #777;
}

.snsb .p7-b > .p7-left{
  margin-left: 6px;
}

.snsb .p7-b > .p7-top{
  padding: 0;
  line-height: 33px;
  height: 33px;
  margin-bottom: 4px;
}

#sharebar .snsb .p7-b > .p7-top{
  margin-bottom: 4px;
}
/*
.push7-balloon-btn .p7-b > a > span{
  display: none;
}
*/
.push7-balloon-btn .p7-b > a > span{
  font-size: 12px;
}

.push7-balloon-btn .p7-b > a{
  border: 1px solid #ddd;
  padding: 2px 4px;
}

.push7-balloon-btn .p7-b > a:hover{
  opacity: 0.7;
}

.facebook-save-button{
  margin: 1em 0;
}

.widget-under-sns-buttons.widget_facebook_save_button .main-widget-label{
  display: block;
  margin: 1em 0;
}


/************************************
** highlight.js用のスタイル
************************************/
.hljs {
  display: block;
  word-wrap: normal;
  overflow: auto;
  padding: 0.5em;
  border-radius:5px;
  margin: 1em auto;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
}

.hljs-keyword, .hljs-attribute, .hljs-selector-tag, .hljs-meta-keyword, .hljs-doctag, .hljs-name {
    font-weight: bold;
}

/************************************
** 最近のコメントウィジェットのスタイル
************************************/
dl.recent-comments {
  width:100%;
  margin: 20px auto;

}

dl.recent-comments dt{
  text-align: left;
  clear: left;
  float: left;
  width: 46px;
  white-space: nowrap;
  margin-top: 3px;
}

dl.recent-comments dd{
  margin-left: 0;
  margin-bottom: 20px;
}

dl.recent-comments dd .recent-comment-author{
  font-weight: bold;
}

dl.recent-comments dd .recent-comment-content{
  font-size:14px;
}

.recent-comment-title{
  clear: both;
}

/************************************
** ホバーカードの設定
************************************/
.hover-card{
  text-decoration: none;
  display: block;
}

.hover-internal-blog-card,
.hover-external-blog-card{
  width: 500px;
}

.hover-internal-blog-card.hover-blog-card-wide,
.hover-external-blog-card.hover-blog-card-wide{
  width: calc(100% - 40px);
  margin: 20px;
}

/*ホバーカード内に幅いっぱいにする*/
.hover-blog-card-wide .blog-card-wide {
  width: auto;
  margin: 0;
}
/*
.hover-card:hover{
  background-color: #f7f7f7;
}
*/

.hover-card .entry-read,
.hover-card .category,
.hover-card .related-entry-read,
.hover-card .blog-card-title,
.hover-card .admin-pv{
  color: #111;
  text-decoration: underline;
}

.hover-card .admin-pv{
  text-decoration: none;
}

.hover-card .entry:hover,
/*.hover-card .entry-large-thumbnail:hover,
.hover-card .entry-tile:hover,*/
.hover-card .related-entry:hover,
.hover-card .related-entry-thumbnail:hover,
.hover-card .blog-card:hover{
  background-color: #f7f7f7;
}

.hover-card .entry-tile h2,
.hover-card .blog-card-title {
  font-size: 16px;
  line-height: 110%;
  text-decoration: none;
  font-weight: bold;
}

.hover-card .related-entry-thumbnail h3{
  font-size: 16px;
  line-height: 110%;
  font-weight: normal;
}

/************************************
** 人気ウィジェットをランキング
************************************/
.ranking_list {
  counter-reset: wpp-ranking;
}

.ranking_list ul li{
  position: relative;
}

.ranking_list ul li:before {
  background: none repeat scroll 0 0 #666;
  color: #fff;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  font-size: 75%;
  left: 0;
  top: 3px;
  line-height: 1;
  padding: 4px 7px;
  position: absolute;
  z-index: 1;
  opacity: 0.9;
  border-radius: 2px;
  font-family: Arial;
}

.icon-amp-logo2::before {
  font-size: 14px;
}

/*!動画の最大幅を指定する*/
.video-container{
  max-width:640px;
  position: relative;
}

/*!動画の大きさを調整*/
.video-container .video {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 30px;
  overflow: hidden;
  max-width: 100%;
}

.video iframe,
.video object,
.video embed,
.instagram iframe,
.instagram object,
.instagram embed,
.facebook iframe,
.facebook object,
.facebook embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.video-click {
  cursor: pointer;
}

.video-click:hover .video-play {
    background: url("images/youtube-play.png") no-repeat scroll -101px -13px rgba(0, 0, 0, 0);
}

.video-play {
  background: url("images/youtube-play.png") no-repeat scroll 2px -13px rgba(0, 0, 0, 0);
  height: 62px;
  left: 50%;
  margin-left: -45px;
  margin-top: -33px;
  position: absolute;
  top: 50%;
  width: 100px;
  opacity: 0.8;
}

.video-title-grad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABiCAQAAAA7fHH2AAAAQUlEQVQYV22KQQoAIAzDyv7/Et/oVlGZVCfkkIYamsENXESyi8vc0u/PKZ6o8+7fZ0h8ShRYnD+BFKToRJkHFpkM2hZSxuyWpEYAAAAASUVORK5CYII=");
  background-position: center top;
}

.video-title-text {
  color: #eeeeee;
  font-family: Roboto,Arial,Helvetica,sans-serif;
  font-size: 17px;
  overflow: hidden;
  padding: 12px 16px 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*星のスタイル*/
.rating-star{
  color: #f5bc55;
  font-size: 1.2em;
}
/*数字のスタイル*/
.rating-number{
  color: #333;
  font-size: 0.9em;
  margin-left: 0.4em;
}

/**
 * ボックスメニューのカスタマイズ
 * @author: わいひら
 * @link: https://nelog.jp/box-menu
 * @license: http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @reference: https://ponhiro.com/box-nav/ @ponhiroo
 */

.box-menus {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 18px 0;
}
.box-menus * {
  line-height: 1.6;
  margin: 0;
}

.box-menus .box-menu {
  display: block;
  box-sizing: border-box;
  padding: 0.5em 1em;
  text-decoration: none;
  width: 100%;
  text-align: center;
  min-height: 100px;
  cursor: pointer;
  background: #fff;
  width: calc(100%/4);
  color: #777;
  box-shadow: inset 1px 1px 0 0 #eee, 1px 1px 0 0 #eee, 1px 0 0 0 #eee;
  transition: none;
}
.box-menus .box-menu:last-child {
  margin-right: auto;
}
.box-menus .box-menu:hover {
	box-shadow: inset 2px 2px 0 0 #f8b862, 2px 2px 0 0 #f8b862, 2px 0 0 0 #f8b862, 0 2px 0 0
#f8b862;
  color: #777;
  z-index: 2;
}

.box-menus .box-menu-icon {
  color: #f8b862;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-menus .box-menu-icon * {
  margin: 10px 0;
  max-width: 60px;
  max-height: 60px;
  height: auto;
  display: inline-block;
}
.box-menus .box-menu-icon img {
  font-size: 16px;
  border: none;
  box-shadow: none;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}

.box-menus .box-menu-label {
  font-size: 14px;
  font-weight: 600;
}

.box-menus .box-menu-description {
  font-size: 10px;
  opacity: 0.8;
}

.nwa .box-menus .box-menu {
  width: calc(100%/2);
}

/***フッター***/
.credit {
    background-color: #231815;
}
.credit-in {
    justify-content: space-between;
    width: 90%;
    margin: auto;
}
.credit-in .left {
    display: flex;
    align-items: center;
}
/** グローバルメニュー **/
#h-top .bottom_box {
    background-color: #231815;
    display: flex;
    justify-content: right;
}
/** トップメインヴィジュアル **/
.top_mv {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
    height: 660px;
    position: relative;
    background: linear-gradient(90deg, rgba(40, 180, 114, 0) 0%, rgba(35, 24, 21, 0) 62%, rgba(35, 24, 21, 1) 100%), url(../../../images/top_mv.jpg);
    background-size: cover;
    display: flex;
    justify-content: right;
}
.top_mv p {
    writing-mode: vertical-rl;
    color: #ffffff;
    margin-top: 5%;
    margin-right: 12%;
    line-height: 180%;
    letter-spacing: 5px;
}
.top_mv_bottom {
    background-color: #231815;
    color: #F9D023;
    display: flex;
    justify-content: right;
    padding: 0 2%;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
section.click_content.top_banquet {
  background-repeat: no-repeat;
    background-position: right;
    position: relative;
    position: relative;
    background: linear-gradient(90deg, rgba(35, 24, 21, 1) 0%, rgba(35, 24, 21, 0) 60%, rgba(35, 24, 21, 0) 100%), url(../../../images/topimg01.jpg);
    background-size: cover;
    padding: 12px;
    margin-bottom: 20px;
}
.menu_in {
    padding: 5% 4%;
    border: 1px solid #F9D023;
}
section.click_content.top_banquet a.link_posi:hover {
    opacity: 0.3;
    background-color: #000000;
}
section.kotira_content.right {
  background-repeat: no-repeat;
    background-position: right;
    position: relative;
    background: linear-gradient(-90deg, rgba(35, 24, 21, 1) 0%, rgba(35, 24, 21, 0) 60%, rgba(35, 24, 21, 0) 100%), url(../../../images/topimg02.jpg);
    background-size: cover;
    margin-bottom: 20px;
}
section.kotira_content.left {
  background-repeat: no-repeat;
    background-position: right;
    position: relative;
    background: linear-gradient(90deg, rgba(35, 24, 21, 1) 0%, rgba(35, 24, 21, 0) 60%, rgba(35, 24, 21, 0) 100%), url(../../../images/topimg03.jpg);
    background-size: cover;
    margin-bottom: 20px;
}
section.kotira_content.right.top_lunch {
  background-repeat: no-repeat;
    background-position: right;
    position: relative;
    background: linear-gradient(-90deg, rgba(35, 24, 21, 1) 0%, rgba(35, 24, 21, 0) 60%, rgba(35, 24, 21, 0) 100%), url(../../../images/topimg04.jpg);
    background-size: cover;
    background-position: center;
}
section.kotira_content.right a,
section.kotira_content.right.top_lunch a{
  justify-content: right;
}
header.head_typed {
  background: linear-gradient(90deg, rgba(35, 24, 21, 1) 0%, rgba(35, 24, 21, 0) 100%), linear-gradient(90deg, rgba(149, 33, 38, 1) 0%, rgba(149, 33, 38, 1) 100%);
  padding: 6% 8%;
  font-family: "Noto Serif JP", serif;
}
header.head_typed h1 {
    color: #ffffff;
    margin: auto;
    letter-spacing: 3px;
    text-shadow: 4px 4px 5px #000000;
}
header.head_typed p.head_en1 {
    color: #F9D023;
    font-weight: 400;
    letter-spacing: 2px;
}
.page-id-207 h2.head_title .text {
    font-family: "Noto Serif JP", serif;
    letter-spacing: 2px;
}
.page-id-207 p.normal_text_box {
    font-family: "Noto Serif JP", serif;
    line-height: 180%;
}
.page-id-207 ul.text_ul_box {
    font-family: "Noto Serif JP", serif;
    line-height: 200%;
}
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.page-id-207 ul.text_ul_box li {
    list-style: disc;
}
.title_box.title_type_6 h2.head_title.gold_kazari span.jp,
.title_box.title_type_51 h2.head_title.gold_kazari span.jp,
.title_box.title_type_52 .head_title.gold_kazari span.jp {
    font-family: "Noto Serif JP", serif;
    letter-spacing: 3px;
    padding-left: 100px;
    position: relative;
}
.title_box.title_type_52 .head_title.gold_kazari {
    padding-bottom: 2%;
}
.title_box.title_type_6 h2.head_title.gold_kazari span.jp:before,
.title_box.title_type_51 h2.head_title.gold_kazari span.jp:before,
.title_box.title_type_52 .head_title.gold_kazari span.jp:before {
    content: '';
    width: 88px;
    height: 35px;
    background-image: url(../../../images/kazari01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
}
.title_type_52 {
    border-bottom: solid 5px #F9D023;
}
#header .alignleft {
    margin: auto;
    margin-left:1%;
    position: absolute;
    width: 16%;
    text-align: center;
    top: 5%;
    max-width: 190px;
}
#header .alignleft span.ft12 {
    color: #CA9E05;
    font-weight: 300;
    width: fit-content;
    display: block;
    text-align: center;
    margin: auto;
    margin-top: -7%;
}
.head-border {
    display: flex;
    align-items: center;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #F9D023;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}
h2.head-border span.box {
    display: block;
    text-align: center;
    padding: 0 3%;
    letter-spacing: 6px;
}
h2.head-border span.gold_text.ft19 {
    display: block;
    letter-spacing: 2px;
    color: #CA9E05;
}
h2.head-border.kodawari {
    margin-bottom: 3%;
}
.page-id-260 .title_box.title_type_51 h2.head_title.gold_kazari span.small {
    color: #f9d023;
}
.recom_menu_list.flex_box.even_fuor .box .img {
    margin-top: 0;
    height: 290px;
    overflow: hidden;
}
.recom_menu_list.flex_box.even_fuor .box .img img,.page-id-250 .normal_box.yoppa_box img {
    object-fit: cover;
    width: 100%;
    height: 290px;
}
.page-id-250 section#secid_2 .left,.page-id-250 .normal_box.yoppa_box .left {
    width: 60%;
    padding: 0;
    margin-right: 4%;
}
.page-id-250 .normal_box.yoppa_box .left p.title {
    color: #f9d023;
}
.page-id-250 .normal_box.yoppa_box .left p.des,.page-id-250 .normal_box.yoppa_box .right p.price {
    color: #ffffff;
}
.page-id-250 .normal_box.yoppa_box {
    background-color: #231815;
    margin-bottom: 5%;
}
.page-id-246 section#secid_3 .flex_box.fadeins.flex_box.two.annai.ver3.base_inner8 {
    background-color: #ffffff;
    padding-top: 8%;
}
/* スマホ用 */
@media screen and (max-width: 599px){
  .box-menus .box-menu{
    width: calc(100%/2);
  }
}

.pr-label-s{
  margin-right: 0.7em;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 1px 12px;
  font-size: 0.8em;
}

.pr-label-l{
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 1em;
  font-size: 0.8em;
  text-align: center;
}

body .wp-block-search__input{
  width: initial;
  height: 40px;
}

.wp-block-search__button{
  height: 40px;
}

.hatena-btn iframe{
  height: 59px !important;
}
.top_banquet a{
  display: block;
  width: 100%;
  height: 100%;
  box-sizing:border-box;
}
.top_banquet .menu_in h2 span{
  display: block;
  margin-top: 1em;
  color: #f9d023;
}
.top_banquet .menu_in .con_link{
  background: rgba(190,0,15,0.8);
  border-radius: 100px;
  padding: 3px;
  display: inline-block;
  box-sizing:border-box;
  width: 40%;
  max-width: 280px;
}
.top_banquet .menu_in .con_link .ja{
  display: inline-block;
  border-radius: 100px;
  color: #F9D023;
  border: solid 1px #F9D023;
  padding: 5px 4em;
  width: 100%;
  box-sizing:border-box;
  text-align: center;
}
section.kotira_content a{
  padding: 10px 0;
}
section.kotira_content .inner{
  padding: 5% 4%;
  width: 35%;
}

section.kotira_content .menu_top h2,.title_type_55 h2.head_title{
  border-top: solid 1px #f9d023;
  border-bottom: solid 1px #f9d023;
  text-align: center;
  padding: 5% 0;
  margin-bottom: 8%;
}
section.kotira_content .menu_top h2 span,.title_type_55 h2.head_title span{
  display: block;
  color: #f9d023;
  margin-top: 0.5em;
}
section.kotira_content .menu_top .koti_link {
  border: solid 1px #f9d023;
  border-radius: 100px;
  padding: 5px 2em;
  box-sizing:border-box;
  color: #f9d023;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 0;
}
section.kotira_content .menu_top .koti_link .ja{
  margin-right: 1em;
}
section.kotira_content .img{
  text-align: center;
}
section.kotira_content .img img{
  max-width: 100px;
}
.sec4{
  margin:2% 1%;
}
.bana_list .box{
  width: 49.5%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.bana_list .box:nth-child(2n){
  margin-right: 0;
}
.bana_list .box a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(90deg, rgba(35, 24, 21, 1) 0%, rgba(35, 24, 21, 0.6) 40%, rgba(35, 24, 21, 0) 60%,rgba(35, 24, 21, 0) 100%), url(../../../images/bana_img1.webp);
  background-size: cover;
  box-sizing:border-box;
  border: solid 8px rgba(193,39,45,0.8);
}
.bana_list .box.ver2 a{
  background: linear-gradient(90deg, rgba(35, 24, 21, 1) 0%, rgba(35, 24, 21, 0.6) 40%, rgba(35, 24, 21, 0) 60%,rgba(35, 24, 21, 0) 100%), url(../../../images/bana_img2.jpg);
  background-size: cover;
}
.bana_list .box.ver3 a{
  background: linear-gradient(90deg, rgba(35, 24, 21, 1) 0%, rgba(35, 24, 21, 0.6) 40%, rgba(35, 24, 21, 0) 60%,rgba(35, 24, 21, 0) 100%), url(../../../images/bana_img3.jpg);
  background-size: cover;
}
.bana_list .box.ver4 a{
  background: linear-gradient(90deg, rgba(35, 24, 21, 1) 0%, rgba(35, 24, 21, 0.6) 40%, rgba(35, 24, 21, 0) 60%,rgba(35, 24, 21, 0) 100%), url(../../../images/bana_img4.webp);
  background-size: cover;
}
.bana_list .box.ver5 a{
  background: linear-gradient(90deg, rgba(35, 24, 21, 1) 0%, rgba(35, 24, 21, 0.6) 40%, rgba(35, 24, 21, 0) 60%,rgba(35, 24, 21, 0) 100%), url(../../../images/bana_img5.webp);
  background-size: cover;
}
.bana_list .box.ver6 a{
  background: linear-gradient(90deg, rgba(35, 24, 21, 1) 0%, rgba(35, 24, 21, 0.6) 40%, rgba(35, 24, 21, 0) 60%,rgba(35, 24, 21, 0) 100%), url(../../../images/bana_img6.webp);
  background-size: cover;
}
.bana_list .box.ver7 a {
    background: linear-gradient(90deg, rgba(35, 24, 21, 1) 0%, rgba(35, 24, 21, 0.6) 40%, rgba(35, 24, 21, 0) 60%, rgba(35, 24, 21, 0) 100%), url(../../../images/bana_img7.webp);
    background-size: cover;
}
.bana_list .box.ver8 a {
    background: linear-gradient(90deg, rgba(35, 24, 21, 1) 0%, rgba(35, 24, 21, 0.6) 40%, rgba(35, 24, 21, 0) 60%, rgba(35, 24, 21, 0) 100%), url(../../../images/bana_img8.webp);
    background-size: cover;
}
.bana_list .box.ver9 a {
    background: linear-gradient(90deg, rgba(35, 24, 21, 1) 0%, rgba(35, 24, 21, 0.6) 40%, rgba(35, 24, 21, 0) 60%, rgba(35, 24, 21, 0) 100%), url(../../../images/bana_img9.webp);
    background-size: cover;
}
.bana_list .box.ver10 a {
    background: linear-gradient(90deg, rgba(35, 24, 21, 1) 0%, rgba(35, 24, 21, 0.6) 40%, rgba(35, 24, 21, 0) 60%, rgba(35, 24, 21, 0) 100%), url(../../../images/bana_img10.webp);
    background-size: cover;
}
.bana_list .box a .inner_waku{
  border: solid 1px #f9d023;
  padding: 10% 6%;
}
.bana_list .box a .text_box{
  width: 50%;
  text-align: center;
}
.bana_list .box a .text_box .title {
  letter-spacing: 6px;
}
.bana_list .box.ver3 a .text_box .title,.bana_list .box.ver5 a .text_box .title {
    letter-spacing: 2px;
}
.bana_list .box a .text_box .en{
  color: #f9d023;
  margin-top: 0.5em;
  margin-bottom: 2em;
}
.bana_list .box a .text_box .clicke_btn{
  border-radius: 100px;
  box-sizing:border-box;
  width: 100%;
  background: rgba(190,0,15,0.8);
  padding: 3px 3px;
}
.bana_list .box a .text_box .clicke_btn .inner{
  display: block;
  border-radius: 100px;
  border:solid 1px #f9d023;
  padding: 5px 1em;
  box-sizing:border-box;
  width: 100%;
}
.bana_list .box a p.big_text {
    position: absolute;
    right: 8%;
    top: -48%;
    opacity: 0.5;
}
.sec5 .inner{
  background: #ca9e05;
}
.sec5 .left_boxm{
  width: 25%;
  box-sizing:border-box;
  padding:5% 2%;
}
.sec5 .left_boxm .en_title{
  margin-top: 0.5em;
  margin-bottom: 2em;
}
.sec5 .left_boxm .info_menu{
  padding: 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.sec5 .left_boxm .info_menu li{
  border-radius: 100px;
  background: #c6b481;
  color: #fff;
  padding: 8px 2em;
  margin-bottom: 8px;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.sec5 .left_boxm .info_menu li.active{
  background: #231815;
  color: #f9d023;
}
.sec5 .left_boxm .info_menu li:nth-last-child(1){
  margin-bottom: 0;
}
.sec5 .right_boxm{
  width: calc(75% - 20px);
  margin: 10px;
  background: #fff;
  box-sizing:border-box;
  padding: 2%;
}
.sec5 .right_boxm .left_box{
  width: 100px;
  text-align: center;
}
.sec5 .right_boxm .left_box .cate,
.sec5 .right_boxm .left_box .date{
  display: block;
  color: #999999;
}

.sec5 .right_boxm .left_box .cate {
  width: 90%;
}

.sec5 .right_boxm .left_box p{
  margin: 0;
}
.sec5 .right_boxm .left_box .cate {
  display: block;
  border-radius: 100px;
  padding: 2px 1em;
  background: #ca9e05;
  color: #fff;
  margin-top: 0.5em;
}
.sec5 .right_boxm .left_box .cate.lunch_ct {
  background: #be000f;
}
.sec5 .right_boxm .left_box .cate.manager-blog {
  background: #009245;
}
.sec5 .right_boxm .right_box{
  width: calc(100% - 100px);
  box-sizing:border-box;
  padding: 0 0% 0 3%;
  display: block;
}
.sec5 .right_boxm .right_box .title{
  margin: 0 0 0.5em;
  color: #ca9e05;
}
.sec5 .right_boxm .right_box .des{
  margin: 0;
  color: #999999;
}
.sec5 .right_boxm .box{
  padding: 2% 0;
  border-bottom: dashed 1px #e6e6e6;
}
.sec5 .right_boxm .box:nth-child(1){
  padding-top: 0;
}
.sec5 .right_boxm .box:nth-child(3){
  border-bottom: none;
}
.link_box.ver2 a{
  background: #ca9e05;
  display: block;
  padding: 5px 0;
  width: 70%;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.link_box.ver2 a .jp{
  margin-right: 1em;
}
.sec6{
  padding: 5% 2%;
}
.gd_hr{
  border: none;
  width: 100%;
  background: url(../../../../images/border_grad.jpg) repeat-y center;
  background-size: 100%;
  height: 3px;
  margin-bottom: 2px;
}
.gd_hr_v2{
  border: none;
  width: 100%;
  background: url(../../../../images/border_grad.jpg) repeat-y center;
  background-size: 100%;
  height: 5px;
  margin-top: 0;
  margin-bottom: 4%;
}
.flex_box.even_fuor .box{
  width: 23.5%;
  margin-right: 2%;
}
.flex_box.even_fuor .box:nth-child(4n){
  margin-right: 0;
}
.flex_box.even_fuor .box{
  display: block;
  box-sizing:border-box;
  background: #231815;
  color: #fff;
  padding: 4px;
}
.flex_box.even_fuor .box .img{
  margin-top: 0;
}
.flex_box.even_fuor .box .recom_title{
  padding: 0 4%;
}
.flex_box.even_fuor .box .price{
  margin-top: 0.5em;
  padding: 0 4%;
}
.foot_info{
  padding: 5% 4%;
  background: url(../../../../images/foot_bk.jpg) repeat center;
}
.foot_info .left_box {
  width: 45%;
  box-sizing:border-box;
  padding-right: 5%;
}
.foot_info .right_box {
  width: 55%;
  padding-left: 5%;
  box-sizing:border-box;
}
.foot_info .left_box .foot_logo{
  width: 60%;
}
.foot_info .left_box .foot_info_dl dt{
  width: 20%;
  box-sizing:border-box;
  padding: 15px 0;
  border-top: solid 1px #be000f;
}
.foot_info .left_box .foot_info_dl dd{
  width: 80%;
  margin: 0;
  box-sizing:border-box;
  padding: 15px 0;
  border-top: solid 1px #be000f;
  line-height: 180%;
}
.foot_info .left_box .foot_link a{
  display: block;
  background: #ca9e05;
  border-radius: 100px;
  padding: 5px;
  box-sizing:border-box;
}
.foot_info .left_box .foot_link a img{
  max-width: 25px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-right: 5px;
}
.foot_info .left_box .foot_link .inner{
  box-sizing:border-box;
  border:solid 1px #fff;
  border-radius: 100px;
}
.foot_info .left_box .foot_link .inner .left_box{
  width: 100px;
  text-align: center;
  line-height: 120%;
  box-sizing:border-box;
  padding-right: 0;
}
.foot_info .left_box .foot_link .inner .right_box{
  box-sizing:border-box;
  padding-left: 10px;
  font-size: clamp(1.7rem, 2.0vw + 0rem, 3.4rem);
}
.map_info .right a{
  display: block;
  background: #ca9e05;
  padding: 5px 2em;
}
h2.back_on {
    color: #ffffff;
    text-align: center;
    background-color: #231815;
    padding: 3% 0;
    margin-bottom: 3%;
    letter-spacing: 5px;
}
h2.back_on span.gold_text {
    display: block;
    color: #CA9E05;
    letter-spacing: 3px;
    margin-bottom: 1%;
}
h2.back_on.bk_red {
    background-color: #952126;
}
.page-id-235 .top_text {
    text-align: center;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 2%;
}
.page-id-235 .bottom_text {
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 5%;
    line-height: 200%;
    font-weight: 500;
}
.link_box {
    margin: auto;
}
.link_bot {
    position: relative;
    color: #ffffff;
    background-color: #231815;
    border: 3px solid #CA9E05;
    border-radius: 80px;
    padding: 2% 0;
}
.link_bot a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 80px;
}
.link_bot p {
    margin: auto;
    font-weight: 600;
}
.link_bot p.text {
    display: flex;
    width: 60%;
    align-items: center;
}
.link_bot p.text span.ft18 {
    margin-left: 3%;
    color: #F9D023;
    display: block;
}
.link_bot a:hover {
    background-color: #ffffff;
}
.link_bot p.clicke_btn {
    color: #F9D023;
}
.bg_whitepaper {
  background: url(../../../../images/bg_white.jpg) repeat center;
  padding-bottom: 8%;
}
div#the-content {
    margin-bottom: 4%;
}
.road_box h3 {
    background-color: #F7F6F0;
    padding: 1% 3%;
}

.page-id-248 #the-content .box {
    width: 50%;
}
.page-id-248 #the-content .feel {
    background-color: #75111D;
    color: #ffffff;
    text-align: center;
    height: 750px;
    overflow: hidden;
}
.page-id-248 #the-content .feel .box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    height: 750px;
}
.page-id-248 #the-content .feel p {
    margin: auto;
}
.page-id-248 #the-content .no2.bg_black,.page-id-248 #the-content .no4.bg_black {
    background-color: #231815;
    flex-direction: row-reverse;
}
.page-id-248 #breadcrumb {
    display: none;
}
.page-id-248 #the-content .feel .box .jp_title {
    font-size: 15rem;
    color: #F9D023;
    line-height: 76%;
}
.page-id-248 #the-content .feel .box .jp_title span {
    display: block;
    letter-spacing: 5px;
}
.page-id-248 #the-content .feel .box p.des {
    font-size: 2rem;
    font-weight: 500;
}
.page-template-page-page-feelings .link_box {
    margin-bottom: 12%;
}
.menu_top_con {
    justify-content: space-between;
}
.menu_top_con .left .title_kazari {
    margin: auto;
    position: absolute;
    top: 0;
    font-weight: 800;
    color: #CA9E05;
    right: -3%;
    line-height: 78%;
    text-align: center;
}
.menu_top_con .left .title_kazari span {
    display: block;
}
.menu_top_con .left,.menu_top_con .right {
    position: relative;
    width: 48%;
}
.normal_box.left {
    padding: 8% 0 4%;
}

.normal_box.left p.normal_text_box.ft18 {
  align-items: center;
  display: flex;
  justify-content: center;
}

.normal_box.left p.normal_text_box.ft18:before,.normal_box.left p.normal_text_box.ft18:after {
  background-color:#231815;
  content: "";
  height: 1px;
  width: 30px;
}

.normal_box.left p.normal_text_box.ft18:before {
  margin-right: 15px;
}

.normal_box.left p.normal_text_box.ft18:after {
  margin-left: 15px;
}
.page-id-258 #the-content,.page-id-237 #the-content,.page-id-250 #the-content,
.page-id-240 #the-content,.page-id-254 #the-content,.page-id-252 #the-content,
.page-id-242 #the-content,.page-id-244 #the-content,.page-id-256 #the-content{
    width: 80%;
    margin: auto;
    margin-top: 6%;
}
p.staff_gold {
    color: #CA9E05;
    font-weight: 600;
}
p.staff_gold span {
    margin-left: 3%;
}
p.staff_name {
    font-weight: 700;
    margin-top: 6%;
    margin-bottom: 0;
}
p.staff_name span {
    letter-spacing: 1px;
    margin-left: 3%;
}
p.staff_from {
    font-weight: 500;
    margin-bottom: 6%;
}
p.staff_des {
    font-weight: 500;
}
.page-id-258 #the-content .box p.img {
    width: 88%;
}
.page-id-258 #the-content section#secid_1 .box:nth-child(2n) {
    display: flex;
    justify-content: right;
}
.page-id-258 #the-content section#secid_1 .box:first-child,.page-id-258 #the-content section#secid_2 .box:nth-child(2n) {
    display: flex;
    align-items: center;
}
.page-id-258 #the-content section#secid_3 .normal_box.right {
      width: 46%;
}
.page-id-258 #the-content section#secid_3 .flex_box {
        justify-content: space-between;
}
.page-id-258 #the-content section#secid_3 h1 span.jp:before {
    content:'アットホームが持ち味';
    font-size: 2.8rem;
    display: block;
    margin-bottom: 6%;
}
.page-id-258 #the-content section#secid_3 h1 span.jp {
    display: block;
}
.page-id-258 #the-content section#secid_3 .title_type_53 .head_title span.en {
    margin-bottom: 12%;
}
.page-id-258 #the-content section#secid_3 .normal_box.left {
    padding: 9% 0 7%;
}
.page-id-258 #the-content section#secid_3 .holl_staff_list {
    justify-content: center;
    margin-bottom: 8%;
    margin-top: 5%;
}
.page-id-258 #the-content section#secid_3 .holl_staff_list .box {
    width: 20%;
    border-right: 2px solid;
    margin: 0;
    padding: 2%;
    border-right: 1px solid #CA9E05;
    font-weight: 500;
}
.page-id-260 #the-content #secid_1 .normal_box.left_box,
.page-id-260 #the-content #secid_1 .normal_box.right_map,
.page-id-260 #the-content #secid_2 .normal_box.left_img,
.page-id-260 #the-content #secid_2 .normal_box.right_box {
    width: 50%;
}
.article table.tenpo {
    width: 90%;
    margin: auto;
}
.article table.tenpo.about_second {
    width: 90%;
    margin: auto;
    border-top: 1px solid #E6E6E6;
}
.article table.tenpo td {
    border: none;
    border-bottom: 1px solid #E6E6E6;
    text-align: left;
    color: #231815;
    padding: 4% 0;
}
.article table.tenpo.about_second td.head_td {
    padding-left: 3%;
    background-color: #F8F8F8;
}
.article table.tenpo td.t_sec2 {
    font-size: 1.6rem;
    line-height: 170%;
    padding-left: 5%;
    font-weight: 500;
}
.article table.tenpo td.head_td {
    font-size: 1.8rem;
    border-right: 1px solid #e6e6e6;
}
.page-id-260 #the-content #secid_3 p.des {
    font-weight: 500;
}
.page-id-260 #the-content #secid_1 .normal_box.right_map iframe {
    height: 500px;
}
p.link_box.link_box_typeD.naibu {
    width: 90%;
    text-align: center;
    margin-top: 2%;
    border-radius: 60px;
}
p.link_box.link_box_typeD.naibu a {
    color: #F9D023;
    text-align: center;
    background-color: #231815;
    padding: 1% 0;
    width: auto;
    display: block;
    border-radius: 60px;
    border: 2px solid #CA9E05;
}
.ara_list .box {
    background-color: #231815;
    padding: 1%;
    width: 21.5%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.ara_list .box p.img {
    margin: auto;
}
.ara_list .box p.jp_title {
    font-size: 1.5rem;
    color: #ffffff;
    margin: auto;
}
.ara_list .box p.en_title {
    font-size: 1.3rem;
    color: #ffffff;
    font-weight: 600;
    margin: auto;
}
.ara_list .box .text_box {
    width: 90%;
    margin: auto;
}
.page-id-237 #the-content p.normal_text_box {
    margin-bottom: 8%;
}
.menu_box.two .normal_box {
    width: 48%;
    padding: inherit;
    background-color: #ffffff;
    padding-bottom: 3%;
}
.menu_box.two {
    justify-content: space-between;
    margin-bottom: 6%;
    margin-top: 4%;
}
.article table.menu_list {
    width: 88%;
    margin: auto;
}
.article table.menu_list td {
    font-size: 1.6rem;
    color: #231815;
    border: none;
    text-align: left;
}
.article table.menu_list td.head_td {
    width: 60%;
}
.article table.menu_list td.head_td:before {
    content: '・';
}
.article table.menu_list td.t_sec2 {
    text-align: right;
}
.two.menu_box_in {
    background-color: #ffffff;
    padding: 1% 0;
}
.menu_box_in .normal_box {
    width: 50%;
    padding: inherit;
    background-color: #ffffff;
}
.page-id-237 .link_bot,.page-id-240 .link_bot {
    margin-bottom: 12%;
}
.page-id-237 .flex_box_typeA.ara_list p.jp_title {
    text-align: center;
    line-height: 170%;
}
.ara_list .box:nth-child(4),.ara_list .box:nth-child(8) {
    margin-right: 0;
}
.article table.menu_list td.t_sec3 {
    text-align: right;
}
.article .right.wine table.menu_list tr:nth-child(8) td.head_td:before,
.article .right.wine table.menu_list tr:nth-child(9) td.head_td:before,
.article .right.china table.menu_list tr:nth-child(2n) td.head_td:before,
.article .right.wis table.menu_list tr:nth-child(2n) td.head_td:before {
    content: '';
}
.article .right.wis table.menu_list tr:last-child td.head_td:before {
    content:'・';
}
.article .right.china table.menu_list td.head_td span.hosoku,
.article .right.wis table.menu_list td.head_td span.hosoku {
    font-size: 1.3rem;
    color: rgb(163, 163, 163);
}
.parent-pageid-248 p.normal_text_box.ft160,.parent-pageid-248 p.normal_text_box.yellow_text {
    text-align: center;
    color: #F9D023;
    font-weight: 700;
}
.parent-pageid-248 p.normal_text_box.ft160 {
    margin-top: 14%;
    margin-bottom: 16%;
}
.page-id-250 section#secid_4 {
    background-color: #ffffff;
    margin-bottom: 8%;
}
.page-id-254 #secid_2 .bg_black_box {
    background-color: #231815;
    color: #F9D023;
    text-align: center;
    padding: 1%;
    border-radius: 18px;
    width: 80%;
    margin: auto;
}
.page-id-254 #secid_2 .bg_black_box .yama {
    margin: auto;
    font-weight: 600;
}
.page-id-254 #secid_2 .bg_black_box .yama.top {
    margin-bottom: 2%;
}
.page-id-254 #secid_2 .bg_black_box .yama span {
    color: #ffffff;
}
.page-id-254 #secid_2 .bg_black_box .bg_black_box_in {
    border: 2px solid #f9D023;
    border-radius: 18px;
}
.page-id-254 #secid_2 .normal_text_box {
    margin-top: 2%;
}
.page-id-254 #secid_3 .yama_box {
    background-color: #ffffff;
    padding: 2%;
}
.page-id-254 #secid_3 .yama_box .box {
    width: 25%;
}
.page-id-254 #secid_3 .yama_box .box p.img {
    margin: auto;
}
.page-id-254 #secid_3 tr:nth-child(2n) td.head_td:before {
    content: '';
}
.page-id-252 #secid_2 .box{
    width: 20%;
}
.page-id-252 #secid_2 .box {
    width: 44%;
    margin: auto;
}
.page-id-252 #secid_2 .box .jp_title {
    font-size: 2.6rem;
    text-align: center;
    font-weight: 600;
}
.page-id-252 #secid_2 .box .des {
    color: #ffffff;
    text-align: center;
    font-size: 1.8rem;
    margin-top: 2%;
}
.page-id-252 #secid_2 .normal_text_box.red_text {
    text-align: right;
}
.page-id-252 #secid_3 {
    background-color: #ffffff;
    padding-bottom: 2%;
    margin-bottom: 8%;
}
ul.crab_menu li {
    margin-bottom: 1%;
}
ul.crab_menu li:before {
    content: '・';
}
ul.crab_menu {
    margin-top: 3%;
}
.page-id-252 #secid_3 .red_text {
    margin-left: 4%;
}
.right_tag{
  position: fixed;
  right: 0;
  top: 25%;
  /*width: 30%;*/
  width: 460px;
  color: #fff;
  z-index: 10;
  align-items: flex-start;
  right: calc(-460px + 50px);
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.right_tag.on{
  right: 0;
}
.right_tag .title_box{
  width: 40px;
  padding: 10px 5px;
  text-align: center;
  background: #be000f;
  border-radius: 10px 0 0px 10px;
}
.right_tag .title_box .img{
  max-width: 25px;
  margin-left: auto;
  margin-right: auto;
}
.right_tag .title_box .text{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
}
.right_tag .title_box .click{
  letter-spacing: 0;
  font-size: 11px;
}
.right_tag .reserve_box{
  width: calc( 460px - 50px );
  padding: 5%;
  box-sizing:border-box;
  background: #231815;
}
.right_tag .reserve_box .foot_logo{
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.right_tag .reserve_box dt{
  width: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  border-top: solid 1px #33231f;
}
.right_tag .reserve_box dd{
  width: 80%;
  margin-left: 0;
  letter-spacing: 0;
  box-sizing: border-box;
  padding: 10px 0;
  border-top: solid 1px #33231f;
}
.right_tag .reserve_box dl{
  margin: 10px 0;
}
.right_tag .reserve_box .foot_link a {
    display: block;
    background: #ca9e05;
    border-radius: 100px;
    padding: 5px;
    box-sizing: border-box;
}
.right_tag .reserve_box .foot_link .inner {
    box-sizing: border-box;
    border: solid 1px #fff;
    border-radius: 100px;
    padding: 10px 0;
}
.right_tag .reserve_box .foot_link .inner .left_box {
    max-width: 100px;
    text-align: center;
    line-height: 120%;
    box-sizing: border-box;
    padding-right: 0;
    width: 26%;
}
.right_tag .reserve_box .foot_link .inner .right_box {
    box-sizing: border-box;
    padding-left: 10px;
    /*width: calc(90% - 100px);*/
    font-size: clamp(1.2rem, 1.8vw + 0rem, 2.8rem);
    letter-spacing: 0;
    flex-flow: row;
}

.right_tag .reserve_box .foot_link a{
  color: #fff;
}
.right_tag .reserve_box .foot_link a img {
    max-width: 25px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin-right: 5px;
        width: 10%;
}
.page-id-246 #breadcrumb {
    display: none;
}
.page-id-246 #secid_1 {
    background-color: #231815;
    color: #ffffff;
}
.page-id-246 #secid_1 .title_box {
    line-height: 270%;
}
.page-id-246 #secid_2 .left {
    width: 40%;
    height: 400px;
    margin-right: 6%;
}
.page-id-246 #secid_2 .right {
    width: 54%;
    display: flex;
    align-items: center;
}
.page-id-246 #secid_3 .left {
    width: 54%;
    margin-right: 6%;
    padding: 0;
    display: flex;
    align-items: center;
}
.page-id-246 #secid_3 .right {
    width: 40%;
}
.page-id-246 #secid_3 {
    background-color: #FCFBF5;
}
.title_type_55 h2.head_title {
    position: relative;
}
.title_type_55 h2.head_title:before {
    content: '';
    background: url(../../../../images/cmate_img3.svg) no-repeat center;
    width: 130px;
    height: 42px;
    display: block;
    position: absolute;
    top: -35%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.title_type_55 h2.head_title span.jp {
    color: #231815;
}
.page-id-246 .link_box {
    margin-bottom: 8%;
    margin-top: 4%;
}
.contact_page .si_box .left_box{
  width: 50%;
  margin-right: 5%;
}
.contact_page .si_box .right_box{
  width: 45%;
}
.contact_page .si_box .left_box a{
    display: block;
    background: #231815;
    border-radius: 100px;
    padding: 5px;
    box-sizing: border-box;
    color: #ca9e05;
}
.contact_page .si_box .left_box .inner{
    box-sizing: border-box;
    border: solid 1px #ca9e05;
    border-radius: 100px;
    padding: 10px 0;
}
.contact_page .si_box .left_box .inner .left_box {
    width: 100px;
    text-align: center;
    line-height: 120%;
    box-sizing: border-box;
    padding-right: 0;
}
.contact_page .si_box .left_box .inner .right_box {
    box-sizing: border-box;
    padding-left: 10px;
    font-size: clamp(1.7rem, 2.0vw + 0rem, 3.4rem);
}
.contact_page .si_box .left_box .inner .right_box img {
    max-width: 25px;
    margin-right: 5px;
    width: 10%;
}
.gurunabi_p{
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
}
.shoukou_page .kiki_box{
  background: #fff;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
  align-items: flex-end;
}
.shoukou_page .kiki_box ul{
  padding-left: 1em;
}
.shoukou_page .kiki_box .left_box{
  width: 50%;
}
.shoukou_page .kiki_box .right_box{
  width: 50%;
  margin: 0;
}
.shoukou_page .kiki_box ul li{
  position: relative;
}
.shoukou_page .kiki_box ul li:before{
  content: '・';
  position: absolute;
  left: -1em;
}
.shoukou_list{
  background: #fff;
  padding: 5%;
}
.shoukou_list .box{
  width: 28%;
  padding: 2.6666666666%;
  position: relative;
}
.shoukou_list .box:before{
  content: "";
  width: 1px;
  height: 94%;
  background: #e6e6e6;
  position: absolute;
  right: 0;
  top: 3%;
}
.shoukou_list .box:after{
  content: "";
  width: 94%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  right: 3%;
  top: 0;
}
.shoukou_list .box .en_title{
  line-height: 140%;
  font-weight: 700;
  letter-spacing: 0;
}
.shoukou_list .box:nth-child(3n):before{
  content: none;
}
.shoukou_list .box:nth-child(1):after,
.shoukou_list .box:nth-child(2):after,
.shoukou_list .box:nth-child(3):after{
  content: none;
}
.t_red{
  color: #be000f;
}
.shoukou_page .menu_top_con .left{
  background-position: bottom 10vw right!important;
  background-size: 80%!important;
  background-repeat: no-repeat;
}

.page-id-244 .flex_box.two .box {
  width: 50%;
}
.page-id-244 section#secid_2 .normal_box {
    padding: 3%;
    width: 41%;
}
.page-id-244 section#secid_2 .normal_box .enseki_title_box {
    border-bottom: 1px solid #e6e6e6;
    width: 94%;
    margin-bottom: 6%;
}
.page-id-244 section#secid_2 .normal_box .enseki_title_box p.ft15,
.page-id-244 section#secid_2 .normal_box .enseki_title_box p.ft28 {
    margin: auto;
}
.page-id-244 section#secid_2 .one {
    background-color: #231815;
    color: #F9D023;
    border-radius: 12px;
    padding: 0 5%;
}
.page-id-244 section#secid_2 .one .box,.page-id-244 section#secid_2 .one .jp_title {
    margin: auto;
}
.page-id-244 section#secid_2 .one .en_title {
    text-align: right;
}
.page-id-244 section#secid_2 .full_naiyo {
    border: 1px solid #595351;
    width: 94%;
    margin-top: 6%;
    position: relative;
}
.page-id-244 section#secid_2 .full_naiyo .full_title {
    position: absolute;
    top: -30px;
    background-color: #ffffff;
    padding: 0 3%;
    left: 2%;
}
.page-id-244 section#secid_2 .table_div {
    margin-bottom: 5%;
}
.page-id-244 section#secid_2 .normal_box .enseki_title_box p.ft36 {
    margin-top: 0;
}
.page-id-244 section#secid_3 {
    background-color: #ffffff;
    padding: 4% 0;
}
.page-id-242 section#secid_3 {
    background-color: #ffffff;
}
.page-id-244 section#secid_3 .normal_box.left {
    padding: 0;
}
.page-id-244 section#secid_3 .normal_box.right {
    width: 22%;
}
.page-id-244 section#secid_3 .flex_box {
    margin: auto;
    width: 88%;
    justify-content: space-between;
}
.page-id-244 section#secid_3 .normal_box.right .img {
    margin: auto;
    margin-bottom: 2%;
}
.page-id-244 section#secid_3 .normal_box.left p.normal_text_box {
    font-weight: 600;
}
.page-id-244 section#secid_3 .normal_box.left ul li {
    font-weight: 600;
    margin-bottom: 1%;
}
.page-id-244 section#secid_3 .normal_box.left ul li:before,
.page-id-242 section#secid_3 ul li:before {
    content: '・';
}
.page-id-244 .link_box {
    margin-top: 5%;
    margin-bottom: 8%;
}
.page-id-242 .link_box {
    margin-bottom: 8%;
}
.page-id-242 section#secid_2 .link_box {
    background-image: linear-gradient(90deg, rgba(145, 23, 32, 1) 0%, rgba(145, 23, 32, 0) 60%, rgba(145, 23, 32, 0) 100%),url(../../../images/lunch_img02.jpg);
    border-radius:30px;
    border:8px solid #F9D023;
    background-size: cover;
}
.page-id-242 section#secid_2 .link_box span.en_title {
    display: block;
    margin-top: 2%;
    margin-bottom: 0;
}
.page-id-242 section#secid_2 .link_box a {
    height: auto;
    color: #ffffff;
    display: block;
    width: 90%;
    padding: 6% 5%;
    border-radius: 30px;
}
.page-id-233 .flex_box.two .box {
    background: linear-gradient(to top, rgba(247, 244, 242, 1) 0%, rgba(247, 244, 242, 0) 100%);
    border: 1px solid #E4EDF4;
    width: 44%;
    padding-left: 3%;
}
.page-id-233 .flex_box.two .box a {
    color: #231815;
}
.home .link_box {
    margin: 4% auto;
}
.page-id-250 section#secid_2 .normal_box.left,
.page-id-250 section#secid_3 .box {
    width: 65%;
}
.page-id-250 section#secid_2 .normal_box.right,
.page-id-250 section#secid_3 .box:nth-child(2n) {
    width: 30%;
    height: 310px;
}
.page-id-250 section#secid_2 .normal_box.left .flex_box.one .box {
    width: 30%;
}
.page-id-250 section#secid_2 .normal_box.left .flex_box.one .box:nth-child(2n) {
    width: 60%;
}
.page-id-250 section#secid_2 .normal_box.left .flex_box.one .box:nth-child(2n) p.crab {
    margin: auto;
}
.page-id-250 section#secid_4 p.ft18 {
    margin: auto;
    width: 90%;
}
.page-id-250 section#secid_4 ul.crab_menu {
    width: 90%;
    margin:auto;
    margin-bottom: 2%;
}
.page-id-250 section#secid_4 {
    padding-bottom: 2%;
}
.normal_box.yoppa_box .yoppa_box_in {
    justify-content: center;
    padding-top: 3%;
    padding-bottom: 3%;
}
.normal_box.yoppa_box .yoppa_box_in .normal_box.right p {
    margin: auto;
}
.page-id-250 .normal_box.yoppa_box .left p.title {
    margin-bottom: 0;
}


/* スマホ用 */
@media screen and (max-width: 599px){


  /*--------------------------
 ↓ 修正箇所
  --------------------------*/

  /*--------------------------
 ↓ トップページ
  --------------------------*/

  .top_mv p {
    margin-top: 85px;
    margin-right: 30px;
  }

  .sec5 .right_boxm {
    width: calc(70% - 20px);
    margin: 10px;
    margin-left: 28px;
    background: #fff;
    box-sizing: border-box;
    padding: 2%;
}

.sec5 .left_boxm .info_menu {
  padding: 0;
  width: 139%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.sec5 .left_boxm .info_menu li {
  padding: 8px 1em;
}

.sec5 .right_boxm .left_box .cate {
  width: 75%;
}

.link_box {
  width: 88%;
}

.link_box.ver2 a {
  width: 86%;
}

.link_box.ver2 a .jp {
  display: block;
}

  /*--------------------------
 ↓ ランチ一覧
  --------------------------*/


.info_area .info_left .left_box .cate, .info_area .info_left .left_box .date {
  display: block;
  color: #999999;
  width: 100%;
}
  /*--------------------------
 ↓ お飲み物
  --------------------------*/

.link_bot p.text {
  display: flex;
  width: 73%;
  font-size: 1.8rem;
  align-items: center;
}
  /*--------------------------
  ↑修正箇所
  --------------------------*/
  .box-menus .box-menu{
    width: calc(100%/2);
  }
  #footer-mobile-buttons {
    background-color: #BE000F;
  }
  #footer-mobile-buttons a {
    color: #FFF;
}
.credit {
    margin-bottom: 18vh;
    text-align: center;
}
.credit-in .left {
    display: flex;
    display: none;
}
.credit-in .right {
  font-size: 1.2rem;
  }
.foot_info {
    flex-direction: column;
    padding: 8% 6%;
}
.foot_info .left_box,.foot_info .right_box {
    width: 100%;
    padding: 0;
}
.foot_info .left_box .foot_logo {
    width: 70%;
    margin: auto;
}
.foot_info .right_box p.map_info {
    justify-content: center;
}
.foot_info .right_box p.map_info .left {
    margin-bottom: 2%;
    font-size: 1.3rem;
}
.foot_info .right_box p.map_info .right {
    width: 100%;
    text-align: center;
}
.foot_info .right_box p.map_info .right a {
    font-size: 1.4rem;
    padding: 4% 0;
}
.foot_info .right_box iframe {
    height: 45vh;
}
.foot_info .left_box .foot_info_dl {
    margin: 6% 0 0;
}
.foot_info .left_box .foot_info_dl dd {
    width: 80%;
    padding: 4% 4%;
}
.foot_info .left_box .foot_link .inner .right_box {
    width: 62%;
    font-size: 2rem;
}
.foot_info .left_box .foot_link .inner {
    padding: 3% 0;
}
div#main {
    padding: 0;
}
section.kotira_content .inner {
    padding: 5% 0;
    width: 88%;
    margin: auto;
}
.bana_list .box a .inner_waku {
    padding: 3% 6%;
}
.bana_list .box a .text_box .clicke_btn {
    margin-bottom: 2%;
}
.bana_list .box {
    margin-right: 0;
    width: 100%;
    margin-bottom: 3%;
}
.bana_list .box a .text_box .en {
    margin-bottom: 2%;
}
h2.back_on span.gold_text {
    font-size: 1.5rem;
}
.bana_list .box a p.big_text {
    position: absolute;
    right: 4%;
    top: -12%;
    font-size: 9rem;
    margin: auto;
}
.head_typea .text_box .head-title {
    margin-top: 0;
    font-size: 2.5rem;
}
.head_typea .text_box .head_en1 {
    margin-top: 1%;
    font-size: 1.4rem;
}
.head_typea {
    height: 32vh;
}
.link_bot p.text {
    display: block;
}
.link_box {
    margin: auto;
    width: 86%;
}
.link_bot {
    padding: 3% 2%;
}
.link_bot p.text span.ft18 {
    font-size: 1.2rem;
}
.page-id-235 .bottom_text {
    width: 88%;
    margin: auto;
    line-height: 180%;
    margin-bottom: 6%;
}
.bg_whitepaper {
    padding-bottom: 12%;
}
.flex_box.even_fuor .box {
    width: 49%;
    margin-bottom: 3%;
}
.flex_box.even_fuor .box:nth-child(2n) {
    margin-right: 0;
}
.page-id-258 #the-content, .page-id-237 #the-content, .page-id-250 #the-content, .page-id-240 #the-content, .page-id-254 #the-content, .page-id-252 #the-content, .page-id-242 #the-content, .page-id-244 #the-content, .page-id-256 #the-content {
    width: 88%;
    margin: auto;
    margin-top: 10%;
}
.flex_box.two .box {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0;
}
.flex_box.two .box p {
    margin: auto;
    margin-top: 2%;
}
.road_box .flex_box.two {
    margin-bottom: 10%;
}
.title_box.title_type_6 h2.head_title.gold_kazari span.jp:before, .title_box.title_type_51 h2.head_title.gold_kazari span.jp:before, .title_box.title_type_52 .head_title.gold_kazari span.jp:before {
    content: '';
    width: 68px;
    height: 27px;
    position: absolute;
    top: 0;
}
.article h2 {
    margin: auto;
}
.title_box.title_type_6 h2.head_title.gold_kazari span.jp, .title_box.title_type_51 h2.head_title.gold_kazari span.jp, .title_box.title_type_52 .head_title.gold_kazari span.jp {
    padding-left: 80px;
}
.title_type_51 span.small {
    display: none;
}
.title_type_51 {
    margin-bottom: 8%;
}
.page-id-260 #the-content #secid_1 .normal_box.left_box, .page-id-260 #the-content #secid_1 .normal_box.right_map, .page-id-260 #the-content #secid_2 .normal_box.left_img, .page-id-260 #the-content #secid_2 .normal_box.right_box {
    width: 100%;
}
.article table.tenpo td.head_td {
    font-size: 1.5rem;
}
.article table.tenpo td.t_sec2 {
    font-size: 1.4rem;
}
.page-id-260 .article table.tenpo {
    margin-bottom: 8%;
}
.page-id-260 #the-content #secid_1 .normal_box.right_map iframe {
    height: 42vh;
}
.page-id-260 #the-content #secid_2 .normal_box.left_img {
    height: 38vh;
    margin-bottom: 5%;

}
.menu_box_in .normal_box {
    width: 100%;
}
.article table.menu_list td.head_td {
        width: 100%;
        font-size: 1.5rem;
        display: block;
    }
.article table.menu_list td.t_sec2 {
        text-align: right;
        font-size: 1.4rem;
        display: block;
        width: 100%;
        margin-top: -4%;
}
.article table.menu_list tr {
    display: block;
    margin-bottom: 1%;
}
.article table.menu_list td.t_sec3 {
    text-align: right;
    width: 100%;
    display: block;
    margin-top: -4%;
    font-size: 1.4rem;
}
.menu_box.two .normal_box {
    width: 100%;
    margin-bottom: 5%;
    margin-top: 2%;
}
.article .right.china table.menu_list td.head_td span.hosoku, .article .right.wis table.menu_list td.head_td span.hosoku {
    font-size: 1.2rem;
    color: rgb(163, 163, 163);
    margin-top: -6%;
    display: block;
}
.ara_list .box {
    width: 47%;
}
.ara_list .box p.jp_title {
    font-size: 1.3rem;
    color: #ffffff;
    margin: auto;
}
.ara_list .box:nth-child(2n) {
    margin-right: 0;
}
.menu-caption-menupage::before {
    content: 'おしながき';
}
.menu-caption-enkai::before {
    content: '宴会';
}
.menu-caption-about::before {
    content: '店舗案内';
}
.right_tag {
    display: none;
}
.right_tag_sma {
    background-color: #ca9e05;
    bottom: 54px;
    z-index: 8;
    width: 100%;
    position: fixed;
    padding: 3% 0;
}
.right_tag_sma p {
    margin: auto;
}
.right_tag_sma p.text {
    margin: auto;
    font-size: 1.6rem;
}
.right_tag_sma .title_box .img {
    max-width: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.right_tag_sma a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: 600;
}
.right_tag_sma .title_box {
    width: 72%;
    margin: auto;
}
.page-id-207 .title_box.title_type_6 h2.head_title.gold_kazari span.jp {
    letter-spacing: 2px;
}
.page-id-469 .title_box.title_type_51 h2.head_title.gold_kazari span.jp {
    letter-spacing: 1px;
    font-size: 1.8rem;
}
.page-id-207 .article h2,.page-id-469 .article h2 {
    padding: 0;
}
.page-id-207 .title_type_9,.page-id-469 .title_type_9 {
    padding-bottom: 0.8em;
    padding-left: 1.5em;
}
.page-id-207 h2.head_title .text {
    font-size: 1.8rem;
}
.page-id-207 p.normal_text_box,.page-id-207 ul.text_ul_box {
    margin-bottom: 12%;
}
.page-id-207 div#the-content,.page-id-469 div#the-content,div#the-content {
    margin-bottom: 10%;
    margin-top: 8%;
}
header.head_typed {
    padding: 10% 8%;
}
.article header.head_typed h1 {
    font-size: 2.4rem;
}
#header .top_box .right,.contact_page .si_box .left_box .inner .left_box br {
    display: none;
}
#h-top {
    min-height: inherit;
    overflow: inherit;
    padding: 4% 0 0;
}
#header .alignleft {
    position: absolute;
    width: 24%;
    top: 16%;
    max-width: 190px;
    z-index: 999;
}
#header .top_box {
    margin-left: min(25%, 190px);
}
#header .top_box .left .img {
    max-width: 160px;
    width: 68%;
}
.page-id-469 .flex_box.fadeins.flex_box.two.si_box {
    flex-direction: column-reverse;
}
.contact_page .si_box .left_box {
    width: 100%;
    margin-right: 0;
}
.contact_page .si_box .right_box {
    width: 55%;
}
.contact_page .si_box .left_box .inner .left_box {
    width: 100%;
}
.contact_page .si_box .left_box .inner .right_box {
    padding-left: 0;
}
.contact_page .si_box .normal_box.right_box {
        width: 100%;
        height: 30vh;
}
.page-id-469 .article h2 {
        padding-bottom: 3%;
}
.article table.tenpo td.head_td,.article table.tenpo.about_second td.head_td {
    font-size: 1.4rem;
    width: 23%;
    }
.article table.tenpo.about_second td.head_td {
    padding-left: 2%;
    letter-spacing: 1px;
}
.article table.tenpo,.article table.tenpo.about_second {
    width: 100%;
    margin-top: 5%;
}
.page-id-260 .article table.tenpo,.article table.tenpo.about_second {
    margin-top: inherit;
}
.page-id-260 .article table.tenpo td.t_sec2 br {
    display: none;
}
.page-id-260 .article table.tenpo td.t_sec2 br.sp {
  display: block;
}
.page-id-260 .link_box .jp_title {
    font-size: 1.4rem;
}
.article table.tenpo td.t_sec2 {
        font-size: 1.3rem;
    }
.road_box h3 span {
    font-size: 1.5rem;
}
.page-id-235 .link_box {
        margin-bottom: 6%;
        margin-top: 6%;
}
section.menu_list_main,.page-template-page-page-feelings section.sec_base.sec4 {
    margin: 2% 4%;
}
.page-id-248 section#secid_1 .flex_box {
    flex-direction: column-reverse;
    height: auto;
}
.page-id-248 #the-content .box {
    width: 100%;
    height:auto;
}
.page-id-248 #the-content .feel .box {
    height: auto;
}
.page-id-248 #the-content .feel .box p.img {
    height: 34vh;
    overflow: hidden;
    width: 100%;
}
.page-id-248 #the-content .feel .box p.img img {
    object-fit: cover;
    height: 34vh;
    width: 100%;
}
.page-id-248 #the-content .feel .box .jp_title {
    font-size: 8rem;
}
.page-id-248 #the-content .feel .box .text_box {
    padding: 8% 2% 6%;
}
.page-id-248 #the-content .feel .box p.des {
    font-size: 1.4rem;
}
.page-id-248 #the-content .feel .box:nth-child(2n) .text_box {
    display: none;
}
.page-id-248 #the-content .no2.bg_black, .page-id-248 #the-content .no4.bg_black {
    flex-direction: column-reverse;
}
.page-id-248 #breadcrumb {
    display: block;
}
.page-id-237 section#secid_1 .flex_box.menu_top_con {
    flex-direction: column;
}
.menu_top_con .left, .menu_top_con .right {
    position: relative;
    width: 100%;
}
.menu_top_con .right {
    height: 32vh;
}
.page-id-237 section#secid_1 .flex_box.menu_top_con h2 span.jp,
.page-id-240 section#secid_1 .flex_box.menu_top_con h2 span.jp,
.page-id-242 section#secid_1 .flex_box.menu_top_con h2 span.jp,
.page-id-244 section#secid_1 .flex_box.menu_top_con h2 span.jp,
.page-id-246 section#secid_1 .flex_box.menu_top_con h2 span.jp {
    font-size: 2.6rem;
}
.page-id-237 section#secid_1 .flex_box.menu_top_con h2,.page-id-240 section#secid_1 .flex_box.menu_top_con h2,
.page-id-242 section#secid_1 .flex_box.menu_top_con h2,.page-id-244 section#secid_1 .flex_box.menu_top_con h2,
.page-id-244 section#secid_1 .flex_box.menu_top_con h2 {
    padding: 0;
}
.page-id-237 #the-content p.normal_text_box.ft140,.page-id-240 #the-content p.normal_text_box.ft140,
.page-id-242 #the-content p.normal_text_box.ft140,.page-id-244 #the-content p.normal_text_box.ft140,
.page-id-246 #the-content p.normal_text_box.ft140 {
    font-size: 6.4rem;
}
.page-id-242 .flex_box.module_flex_box.fadeins.flex_box_typeA.two p.title {
    font-size: 2.2rem;
    font-weight: 600;
}
.page-id-242 .flex_box.module_flex_box.fadeins.flex_box_typeA.two p.title span.ft22 {
    text-align: right;
    display: block;
}
.page-id-242 .flex_box.module_flex_box.fadeins.flex_box_typeA.two .text_box {
    width: 90%;
    margin: auto;
}
.page-id-242 .flex_box.module_flex_box.fadeins.flex_box_typeA.two p.ft18 {
    line-height: 160%;
}
.page-id-242 .flex_box.module_flex_box.fadeins.flex_box_typeA.two {
    margin-bottom: 5%;
}
.page-id-244 .menu_box.two {
    flex-direction: column;
}
.page-id-244 section#secid_2 .normal_box {
    padding: 4%;
    width: 92%;
}
.page-id-244 section#secid_3 .normal_box.right {
    width: 100%;
}
.page-id-246 section#secid_1 .flex_box.menu_top_con h2 span.jp {
        font-size: 2.4rem;
        margin-top: 22%;
        display: block;
    }
    .page-id-246 section#secid_2 .flex_box {
    flex-direction: column-reverse;
}
.page-id-246 section#secid_3 .flex_box {
    flex-direction: column;
}
.page-id-246 #secid_2 .right,.page-id-246 #secid_3 .left {
    width: 100%;
    margin: auto;
}
.page-id-246 #secid_2 .left {
    width: 100%;
    height: 30vh;
    margin-right: 6%;
}
.page-id-246 #secid_3 .right {
    width: 100%;
}
section.click_content.top_banquet {
    text-align: center;
}
.top_banquet .menu_in .con_link {
    width: 100%;
}
.parent-pageid-248 .menu_top_con .right {
        height: auto;
}
.parent-pageid-248 .normal_box.left {
    padding: 0;
}
.parent-pageid-248 p.normal_text_box.ft160 {
    margin-top: 8%;
    margin-bottom: 8%;
}
.parent-pageid-248 section#secid_1 {
    margin-bottom: 8%;
}
.parent-pageid-248 h3 span.jp {
    font-size: 2.2rem;
    letter-spacing: 1px;
}
.page-id-250 section#secid_2 .flex_box.crab_box p.img {
    width: 72%;
}
.page-id-250 section#secid_2 .flex_box.crab_box p.crab {
    text-align: center;
}
.page-id-250 section#secid_2 .flex_box.crab_box .text_box br,
.page-id-250 section#secid_3 .flex_box.yoppa_box_in br{
    display: none;
}
.page-id-250 section#secid_2 .flex_box.crab_box {
    margin-bottom: 10%;
}
.page-id-250 section#secid_4 p.ft18 {
    padding: 0 6%;
    line-height: 170%;
}
.page-id-250 section#secid_4 {
    padding-bottom: 2%;
}
.page-id-252 #secid_2 .box p.img img {
    height: 24vh;
    width: 100%;
    object-fit: cover;
}
.page-id-252 #secid_2 .box {
    width: 100%;
    margin: auto;
    margin-bottom: 4%;
}
.page-id-252 #secid_2 .box:last-child {
    margin-bottom: 0;
}
.page-id-252 #secid_2 .box .jp_title {
    font-size: 1.8rem;
}
.page-id-252 #secid_2 .box .des {
    font-size: 1.4rem;
    margin-top: 0;
}
.page-id-254 section#secid_1 p.normal_text_box br {
    display: none;
}
.shoukou_list .box {
    width: 44%;
    padding: 2.6666666666%;
    position: relative;
}
.shoukou_list .box::before,.shoukou_list .box::after {
    display: none;
}
.shoukou_list .box {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.shoukou_list .box:nth-child(2n) {
    border-right: none;
}
.flex_box.two .box p.staff_des {
    font-size: 1.4rem;
    line-height: 170%;
}
.page-id-258 section#secid_1 .flex_box {
        flex-direction: column-reverse;
    }
.page-id-258 section#secid_1 .flex_box p.img,.page-id-258 section#secid_2 .flex_box p.img {
    width: 70%;
}
.page-id-258 #the-content section#secid_3 .title_type_53 .head_title span.en {
    margin-bottom: 4%;
}
.page-id-258 #the-content section#secid_3 .normal_box.right {
    width: 100%;
    height: 32vh;
}
.page-id-258 #the-content section#secid_3 .holl_staff_list .box {
    width: 43%;
    margin-bottom: 5%;
    padding: 2% 3%;
}
.page-id-258 #the-content section#secid_3 .holl_staff_list .box:nth-child(2n) {
    border-right: none;
}
.page-id-258 #the-content section#secid_3 .holl_staff_list .box p.des {
    font-size: 1.3rem;
    line-height: 160%;
}
.info_area .info_left {
    width: 94%;
    margin-right: 0;
}
.info_area #sidebar.sidebar {
    width: 25%;
    display: block;
    float: none;
    position: static !important;
    background: inherit;
    width: 94%;
    margin: auto;
    padding: 0;
    margin-left: 0;
    box-shadow: inherit;
    z-index: 0;
    margin-top: 14%;
    margin-bottom: 14%;
}
.info_area #sidebar.sidebar .slide-close {
    display: none;
}
aside#new_popular-2 {
    display: none;
}
.info_area #sidebar h3 {
    padding: 4% 0 1%;
}
#sidebar .widget {
    margin-bottom: 0;
}
.single #the-content.entry-content p {
    margin-bottom: 5%;
    font-size: 1.4rem;
    padding: 0 3%;
}
#main .post {
    margin-bottom: 0;
}
.single-post article footer {
    display: none;
}
#under-entry-body .navigation {
    width: 94%;
    margin: auto;
    margin-bottom: 5%;
}
.single-post #under-entry-body {
    margin-bottom: 0;
}
.sidr ul {
    border-top: none;
    border-bottom: none;
}
div#sma_nav {
    position: relative;
}
div#sma_nav p.alignleft {
    position: absolute;
    width: 38%;
    top: 14%;
    left: 3%;
}
div#sma_nav .top_box p {
    width: 64%;
}
div#sma_nav .top_box {
    background-color: #ffffff;
    padding-left: 28vw;
    padding-top: 3%;
    margin-bottom: 11vh;
}
div#navi {
    background: #a30919 none repeat scroll 0 0;
}
.sidr {
    box-shadow: inherit;
}
div#navi ul, div#navi ul.sub-menu, div#navi ul.children {
    background: #ffffff none repeat scroll 0 0;
    background-color: #ffffff;
}
#navi ul > li {
    border-left: none;
}
#navi ul {
    border-radius: 0;
}
#navi #navi-in ul li a {
    padding: 0;
    width: 100%;
}
div#navi ul li.spmenu01 {
    background-color: #000000;
}
div#navi ul li.spmenu01 a {
    text-align: left;
    color: #ffffff;
}
div.sidr ul li a, div.sidr ul li span {
    display: block;
}
.sidr ul li:hover>a, .sidr ul li:hover>span, .sidr ul li.active>a, .sidr ul li.active>span, .sidr ul li.sidr-class-active>a, .sidr ul li.sidr-class-active>span {
    box-shadow: inherit;
}
.sidr ul li.spmenu01 span,.sidr ul li.spmenu02 span {
    color: #ffffff;
}
#navi ul li a span.en {
    padding: 0;
}
div#navi ul li.spmenu01 a.switch,div#navi ul li.spmenu02 a.switch {
  background-image: linear-gradient(90deg, rgba(35, 24, 21, 1) 0%, rgba(35, 24, 21, 0.5) 60%, rgba(35, 24, 21, 0) 100%), url(https://www.azumaen.co.jp/wp-content/uploads/2024/12/topimg235.jpg);
  background-size: cover;
  background-position: center;
  height: 12vh;
  display: flex;
  align-items: center;
}
div#navi ul li.spmenu02 a.switch {
  background-image: linear-gradient(90deg, rgba(35, 24, 21, 1) 0%, rgba(35, 24, 21, 0.5) 60%, rgba(35, 24, 21, 0) 100%), url(https://www.azumaen.co.jp/wp-content/uploads/2024/12/topimg248.jpg);
  background-size: cover;
  background-position: center;
}
div#navi ul li.spmenu01 .box a,div#navi ul li.spmenu02 .box a {
        text-align: left;
        color: #000000;
        background-color: #ffffff;
}
div#navi ul li.spmenu01 .box a p.title_jp,div#navi ul li.spmenu02 .box a p.title_jp {
    margin: auto;
}
div#navi ul li.spmenu01 .box,div#navi ul li.spmenu02 .box {
    display: flex;
    align-items: center;
    padding: 3% 4%;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
}
.service_main_menu.smm1,.service_main_menu.smm01,.service_main_menu.smm001,.service_main_menu.smm0001 {
    display: none;
}
div.sidr ul li.navi_menu span {
    text-align: left;
    padding: 0;
}
div.sidr ul li.navi_menu span.en {
    margin-top: -2%;
}
div#navi ul li.navi_menu {
    border-left: 3px solid #CA9E05;
    padding: 2% 5%;
    border-bottom: 1px solid #eeeeee;
}
div#navi ul li.spmenu05 a.switch span.jp,
div#navi ul li.spmenu06 a.switch span.jp {
    font-weight: 300;
}
.home .sec5 .right_boxm .box {
    flex-direction: column;
}
.home .sec5 .right_boxm .right_box {
    width: 100%;
}
.home .sec5 .right_boxm .left_box {
    width: 100%;
    text-align: center;
}
.home .sec5 .right_boxm .left_box p.infohead {
    display: flex;
    width: 94%;
    margin: auto;
}
.home .sec5 .right_boxm .left_box p.infohead span.cate {
    width: 42%;
    margin: auto;
}
.page-id-246 section#secid_3 .flex_box.fadeins.flex_box.two.annai.ver3.base_inner8 {
    flex-direction: column-reverse;
}
.page-id-246 section#secid_3 .flex_box.fadeins.flex_box.two.annai.ver3.base_inner8 .left {
    width: 100%;
    height: 30vh;
    margin: auto;
    margin-top: 8%;
}
}

