@charset "UTF-8";
/*!
Theme Name: Simplicity2
Description: Simplicityの意味は、単純、簡単、簡素、質素です。飾り気のないカスタマイズの土台となれるようなテーマを目指して作りました。
Theme URI: https://wp-simplicity.com/
Author: yhira
Author URI: http://nelog.jp/
Text Domain: simplicity2
Version: 2.8.7.1
Tags: two-columns, left-sidebar, right-sidebar
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*--------------------------------------------------
    Webフォント
--------------------------------------------------*/
/*
* Noto Sans JP (japanese) http://www.google.com/fonts/earlyaccess
 */
@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');
}
.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;
}
p{
  margin: 0;
}
a{
  text-decoration: none;
}
.flex_box{
    display: flex!important;
    flex-flow: row wrap;
    justify-content: left;
}
.flex_box.revers{
  flex-direction: row-reverse;
}
.flex_box2,
#navi ul.flex_box2{
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
}
/************************************
** 基本設定（General Setting）
************************************/
html{
  font-size: 62.5%; /* 62.5%を指定すると「1.0 rem = 10px」 */
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    color: #3F2019;
    /*min-width: 1280px;*/
  /*min-width: 1080px;*/
}
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;
    letter-spacing: 1.5px;

}

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{
  font-size:16px;
  line-height:170%;
}

/*記事・カテゴリ中の画像を要素内に収める*/
.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{
}
/************************************
** アンカー
************************************/
a {
  color: #de0015;
  word-wrap: break-word;
}

a:hover {
  color: #C03;
}

.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:#c03;
}

#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: 0;
}
dl{
  margin: 0px 0;
}

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

/************************************
** テーブル（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: 1070px;*/
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#navi-in{
  width: 86%;
}
#header-in .head_mv_box{
  height:100vh;
  position: relative;
  background: url(../../../../../images/ltl_mv.jpg) no-repeat center right;
  background-size: cover;
}
#header-in .head_mv_box .chatch{
  position: absolute;
    left: -1%;
    top: -4vw;
}
#header-in .head_mv_box .chatch img{
  width: 80%;
}
.head_mv_text_box{
  position: absolute;
  width: 470px;
  background: url(../../../../../images/mv_text_bk.png) no-repeat top center;
  background-size: 100%;
  right: 5%;
  top: 55%;
      padding: 68px 58px 6%;
  box-sizing:border-box;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.head_mv_text_box .dis{
    background-color: transparent;
  background-image:
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #ddd 97%,
      #ddd 100%
    );
  background-size:100% 17.1%;
  line-height:250%;
  font-size: min(4.8vw, 1.6rem,8vw);
  padding: 0 2%;
  font-weight: 500;
}
.head_mv_text_box .title{
  text-align: center;
  font-size: min(1.2vw, 2.6rem,8vw);
  font-size: 2.6rem;
  color: #de0015;
  font-weight: 500;
}
.head_mv_text_box .foot_link{
  border-top: solid 3px #de0015;
  padding-top: 8%;
  margin-top: 8%;
}
.head_mv_text_box .title:after{
  content: "";
  display: block;
  width: 26px;
  height: 4px;
  background: #de0015;
  margin: 7% auto;
}
.head_mv_text_box .foot_link .jp{
  font-size: min(4.8vw, 1.6rem,8vw);
  font-weight: 600;
  letter-spacing: 0;
  width: 60%;
}
.head_mv_text_box .foot_link a{
  align-items:center;
}
.head_mv_text_box .foot_link .en{
  font-size: min(4.8vw, 1.2rem,8vw);
  width: 40%;
}
.head_mv_text_box .foot_link .en img{
    width: 35%;
    margin-left: 5%;
}
#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;
}

#body{
  /*margin-top:15px;*/
}

#main {
  /*float: left;*/
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  /*border:1px solid #ddd;*/
  background-color:#fff;

  position: relative;
}

#sidebar {
  /*float: right;*/
  /*margin-bottom: 30px;*/
}
/*
#sidebar-widget{
  overflow: hidden;
} */

.clear{
  clear:both;
}

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

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

#site-title{
  margin-top:0px;
  margin-bottom:0px;
  font-size: 30px;
  line-height: 100%;
  width: 8%;
  margin-left: 3%;
  margin-right: 3%;
}
#site-title img{
  max-width: 110px;
}
#site-title{
  padding-top: 20px;
}
.fixed #site-title{
  padding-top: 0.8%;
}
#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;
}

/************************************
** グローバルナビメニュー（menu）
************************************/
#navi.flex_box{
  align-items:center;
  position: relative;
  z-index: 1000;
}
#navi ul{
  position: relative;
  clear: both;
  margin:0;
  padding:0;
  width:100%;
  box-sizing: border-box;
}
#navi ul.flex_box{
  justify-content: right;
    align-items:center;
}
#navi ul ul{
  box-sizing: content-box;
}

#navi ul > li{
  display: block;
  list-style:none;
  position: relative;
  width: 14%;
}
#navi ul > li.wid{
  width: 18%;
}
#navi ul > li.min{
  width: 11%;
}
#navi ul > li a img{
  max-width: 30px;
}
#navi ul li a{
  font-size: min(4.8vw, 1.5rem,8vw);
  display: block;
  text-align: center;
  color:#de0015;
  text-decoration:none;
  z-index:99;
  /*padding: 2.8vw 0;*/
  padding: 50px 0;
}
#navi ul li .box a{
  text-align: left;
}
#navi ul li a .jp{
  display: block;
}
#navi ul li a .en{
  display: block;
  color: #e89e9e;
  font-size: min(4.8vw, 1.2rem,8vw);
  font-weight: 300;
}
#navi ul li.red_box a{
  background: #de0015;
  color: #fff;
  /*padding: 1.7vw 0;*/
  padding: 34px 0;
}
#navi ul li.red_box a .en{
  color: #e89e9e;
}
#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;
}
#container.fixed #navi.flex_box2 {
    position: fixed;
    top: 0;
    z-index: 1000;
    background: #fff;
    width: 100%;
}
#container.fixed #navi ul li a{
  padding: 30px 0;
}
#container.fixed #navi ul li.red_box a{
  padding: 14px 0;
}
#container.fixed #site-title{
  width: 6%;
}
/* 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,
#main .page{
  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{

  /*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{

}

.entry h2 a{
  color:#333;
}

.entry-title{

}

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

.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:#3F2019;
  font-size: min(4.8vw, 1.3rem,8vw);
  text-align: right;
  padding: 20px;
  z-index: 10000;
  position: relative;
}

div#breadcrumb div {
  display: inline;
}

#breadcrumb span.sp{
  margin:0 10px;
}

#breadcrumb a{
  text-decoration:none;
  color:#3F2019;
}

/*以下のパンくずスタイルは、いずれ削除*/
#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:#3F2019;
}


/************************************
** 前の記事へ、次の記事へ
************************************/
.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: #fff;
}
#footer-in .foot_top_box{
  padding: 5% 5% 0; 
}
.foot_menu{
  padding-bottom: 6%;
}
.foot_menu .box{
  width: 18%;
  margin-right: 2.5%;
}
.foot_menu .box:nth-last-child(1){
  margin-right: 0;
}
#footer-widget {
  margin: 10px auto;
  text-align: left;
  padding:0 5%;
}
.foot_head{
  margin-top: 0;
  align-items:center;
  margin-bottom: 5%;
}
.foot_head .logo{
  width: 8%;
  min-width: 100px;
  padding: 0 3%;
}
.foot_head .foot_text{
  font-size: min(4.8vw, 2.8rem,8vw);
  font-weight: 200;
}
.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:#3f2019;
}

#footer h3{
  font-size: min(4.8vw, 2.0rem,8vw);
  font-weight: 300;
  padding-bottom: 5%;
  margin-bottom: 5%;
  border-bottom: solid 1px #eee;
}
#footer h3:first-letter{
    color: #de0015;
}
#footer h3 .jp{
  font-size: min(4.8vw, 1.2rem,8vw);
  margin-left: 3%;
  letter-spacing: 0;
}
#copyright{
  padding: 20px 0;
  text-align:left;
  background: #de0015;
  font-size: min(4.8vw, 1.2rem,8vw);
  font-weight: 200;
  color: #fff;
  padding-left: 5%;
}
ul.foot_ul{
  padding-left: 0;
  margin: 0;
  list-style: none;
}
ul.foot_ul li{
  font-size: min(4.8vw, 1.2rem,8vw);
  font-weight: 400;
}
ul.foot_ul li a:before{
  content: "-";
  display: inline-block;
  margin-right: 2%;
}

#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;
}

/************************************
** 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);
}
.home .sec1{
  background: #f2f2f2;
}
.sec1 h2.h2_base{
  width: 15%;
  text-align: center;
  margin: auto;
  font-size: min(4.8vw, 2.8rem,8vw);
  font-weight: 300;
}
.sec1 h2.h2_base:first-letter{
    color: #de0015;
}
.sec1 .sec1_box{
  align-items:center;
}
.sec1 .info_box{
  width: 70%;
}
.sec1 .info_box .date{
  font-size: min(4.8vw, 1.2rem,8vw);
  width: 10%;
}
.sec1 .info_box .cate{
  width: 15%;
  display: none;
  margin-right: 2%;
}
.sec1 .info_box .cate a{
  font-size: min(4.8vw, 1.2rem,8vw);
  background: #de0015;
  display: block;
  color: #fff;
  padding: 2% 0;
  text-align: center;
}
.sec1 .info_box .flex_box{
  align-items:center;
  padding: 2% 0;
  border-bottom: dotted 1px #ccc;
}
.sec1 .info_box .flex_box:nth-last-child(1){
  border-bottom: none;
}
.sec1 .info_box .post_title{
  font-size: min(4.8vw, 1.4rem,8vw);
  font-weight: 400;
  width: 73%;
  color: #3F2019;
}
.sec1 .info_box .post_title a{
  color: #3F2019;
  text-decoration: underline;
}
.sec1 .info_box .post_title a:hover{
  color: #de0015;
}
.sec1 .sec1_box .link{
  width: 15%;
  text-align: center;
}
.single-news .entry-content a{
  text-decoration: underline;
  color: #3F2019;
}
.single-news .entry-content a:hover{
  /*background: #f9efef;*/
  color: #de0015;
}
.sec1 .sec1_box .link a{
  font-size: min(4.8vw, 1.2rem,8vw);
  display: block;
  position: relative;
  width: 60%;
  margin: auto;
  padding-bottom: 5%;
  border-bottom: solid 1px #de0015;
}
.sec1 .sec1_box .link a:after{
  content: "›";
  position: absolute;
  right: 3%;
}
.home .sec2{
  padding: 6% 4%;
}
.home .sec2 .box{
  width: 48.5%;
  margin-right: 3%;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}
.home .sec2 .box:hover{
    box-shadow: 0 6px 14px rgba(234, 168, 168, 0.3);
    transform: translate(0, -4px);
    opacity: 0.9;
}
.home .sec2 .box:nth-child(2){
  margin-right: 0;
}
.home .sec2 .box:nth-child(1){
  background: url(../../../../../images/top_bana_img1.jpg) no-repeat center;
  background-size: cover;
}
.home .sec2 .box:nth-child(2){
  background: url(../../../../../images/top_bana_img2_new.jpg) no-repeat center;
  background-size: cover;
}
.home .sec2 .box:nth-child(1) .lkink_box{
  background: rgba(153,102,102,0.8);
  color: #fff;
}
.home .sec2 .box:nth-child(2) .lkink_box{
  background: rgba(222,0,21,0.8);
  color: #fff;
}
.home .sec2 .box .lkink_box{
  text-align: right;
  padding: 2.5% 5%;
  font-size: min(4.8vw, 1.5rem,8vw);
  font-weight: 300;
  position: relative;
}
.home .sec2 .box .lkink_box .jp{
  margin-right: 5%;
}
.home .sec2 .box .lkink_box .en{
  font-size: min(4.8vw, 1.2rem,8vw);
  margin-right: 5%;
}
.home .sec2 .box .lkink_box:after{
  content: "›";
  position: absolute;
  right: 5%;
}
.home .sec2 .box .head{
  padding:10% 8% 8%;
}
.home .sec2 .box .head .img{
  width: 20%;
}
.home .sec2 .box .head .bana_title{
  width: 75%;
  margin-left: 5%;
  color: #fff;
  font-size: min(2.5vw, 4.4rem,8vw);
  font-weight: 300;
  margin-top: 2%;
  margin-bottom: 0;
  line-height: 140%;
}
.home .sec2 .box .head .bana_title .en{
  font-size: min(4.8vw, 1.8rem,8vw);
  display: block;
}
.home .sec2 .box .head .dis{
 font-size: min(0.95vw, 1.6rem,8vw);
 color: #fff;
 font-weight: 300;
 margin-top: 5%;
 text-align: center;
}
.home .sec2 .box:nth-child(2) .head .bana_title{
  color: #3f2019;
  font-weight: 300;
}
.home .sec2 .box:nth-child(2) .head .dis{
  color: #3f2019;
  font-weight: 500;
  margin-top: 5.5%;
}
.home .sec2 .box:nth-child(2) .head .bana_title .en{
  font-weight: 400;
}
.home .sec3 header{
  width: 92%;
  margin: 0 auto 6%;
  align-items:center;
}
h2.h2_base2{
  margin-top: 0;
  margin-bottom: 0;
  width: 40%;
  line-height: 300%;
}
h2.h2_base2 a{
  color: #3F2019;
}
h2.h2_base2 .en{
  font-size: min(4.8vw, 6.7rem,8vw);
  font-weight: 100;
  display: block;
  letter-spacing: 3px;
}
h2.h2_base2 .jp{
  font-size: min(4.8vw, 2rem,8vw);
  font-weight: 300;
  display: block;
}
h2.h2_base2:first-letter{
    color: #de0015;
}
.home .sec3 header .dis{
 font-size: min(2vw, 1.8rem,8vw);
 line-height: 220%;
 width: 60%;
}
.sec3 .service_box .sb{
  width: 92%;
  margin: auto;
}
.sec3 .service_box .box{
  width: 24%;
  margin-right: 1.33333333%;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}
.sec3 .service_box .box:hover{
    box-shadow: 0 6px 14px rgba(234, 168, 168, 0.3);
    transform: translate(0, -4px);
    opacity: 0.9;
}
.home #navhead{
  min-height: 140px;
}
#navhead{
  min-height: 140px;
}
.sec3 .service_box .sb .box:nth-last-child(1){
  margin-right: 0;
}
.page-id-2590 .sec3 .service_box .sb .box:nth-last-child(1){
  margin-right: 0%;
}
.page-id-2590 .sec3 .service_box .box:nth-last-child(1){
  margin-right: 0;
}
.sec3 .service_box .box .img{
  position: relative;
}
.sec3 .service_box .box .img .num{
  position: absolute;
  font-family: 'Dancing Script', cursive;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: min(4.8vw, 4.1rem,8vw);
}
.sec3 .service_box .box .img .en{
  position: absolute;
  font-family: 'Dancing Script', cursive;
  bottom: 8%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: min(4.8vw, 2.5rem,8vw);
  font-weight: 400;
}
.sec3 .service_box .box h3.h3_base{
  font-size: min(1.3vw, 1.8rem,8vw);
  font-weight: 800;
  color: #3f2019;
  padding: 0 3%;
  height: 62px;
  line-height: 140%;
}
.sec3 .service_box .box .dis{
  color: #3f2019;
  font-size: min(4.8vw, 1.3rem,8vw);
    padding: 0 3%;
    font-weight: 500;
    height: 60px;
    margin-bottom: 10%;
    line-height: 150%;
}
.sec3 .service_box .box .link{
  padding: 0 3%;
  margin-left: 3%;
  font-size: min(4.8vw, 1.2rem,8vw);
  width: 100px;
  border-bottom: solid 1px #de0015;
  padding-bottom: 4%;
  position: relative;
    font-weight: 500;
}
.sec3 .service_box .box .link:after{
  content: "›";
  position: absolute;
  right: 3%;
}
.sec3 .service_box footer{
  margin-top: 5%;
  background: #de0015;
  width: 100%;
  color: #fff;
  padding: 5% 6%;
  align-items:center;
  width: 88%;
}
.sec3 .service_box footer .title{
  width: 35%;
  line-height: 280%;
}
.sec3 .service_box footer .dis{
  width: 45%;
  font-size: min(4.8vw, 1.6rem,8vw);
  line-height: 280%;
  font-weight: 300;
}
.sec3 .service_box footer .title .en{
  font-family: 'Dancing Script', cursive;
  font-size: min(4.8vw, 2.5rem,8vw);
  color: #f487a1;
  display: block;
}
.sec3 .service_box footer .title .jp{
  font-size: min(4.8vw, 2.6rem,8vw);
  font-weight: 600;
}
.sec3 .service_box footer .link_box{
  font-size: min(4.8vw, 1.2rem,8vw);
  font-weight: 200;
  width: 20%;
}
.sec3 .service_box footer .link_box a{
  color: #fff;
  display: block;
  border-bottom: solid 1px #fff;
  width: 50%;
  position: relative;
  padding: 0 3% 8%;
}
.sec3 .service_box footer .link_box a:after{
  content: "›";
  position: absolute;
  right: 5%;
}
.sec4.flex_box{
  align-items:center;
  background: #f2f2f2;
}
.sec4 .left_box{
  width: 25%;
  box-sizing:border-box;
  padding: 0 3%;
}
.sec4 .right_box{
  width: 74%;
}
.sec4 .left_box h2.h2_base2{
  margin-bottom: 18%;
  width: 100%;
}
.sec4 .left_box .dis{
  font-size: min(4.8vw, 1.6rem,8vw);
  line-height: 240%;
  margin-bottom: 25%;
}
.sec4 .left_box .link a{
  display: block;
  padding-bottom: 8%;
  border-bottom: solid 1px #de0015;
  position: relative;
}
.sec4 .left_box .link .jp{
  font-size: min(4.8vw, 1.6rem,8vw);
  margin-right: 5%;
}
.sec4 .left_box .link .en{
  font-size: min(4.8vw, 1.2rem,8vw);
}
.sec4 .left_box .link a:after{
  content: "›";
  position: absolute;
  right: 5%;
}
.sec4 .right_box{
  padding: 10% 1% 7% 0;
}
.sec4 .right_box .box{
  width: 30%;
  margin-right: 3%;
  position: relative;
  background: #fff;
  margin-bottom: 4%;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
.sec4 .right_box .box:hover{
    box-shadow: 0 6px 14px rgba(234, 168, 168, 0.3);
    transform: translate(0, -4px);
    opacity: 0.9;
}
.sec4 .right_box .box:hover a{
  color: #de0015;
}
.sec4 .right_box .box .num{
  position: absolute;
  font-family: 'Dancing Script', cursive;
  font-size: min(4.8vw, 3rem,8vw);
  color: #de0015;
  top: -4%;
  right: 1%;
}
.sec4 .right_box .box:nth-child(2n) .num{
  color: #ee566d;
}
.sec4 .right_box .box .en{
  position: absolute;
  font-size: min(4.8vw, 1.1rem,8vw);
  color: #de0015;
  transform: rotate( 90deg );
  right: -10%;
    top: -0%;
  font-weight: 500;
}
.sec4 .right_box .box .img{
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    height: 20vw;
}
.sec4 .right_box .box .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: inherit;
}
.sec4 h3.works_h3{
  font-size: min(4.8vw, 1.4rem,8vw);
  padding: 3% 5%;
  color: #3f2019;
  font-weight: 500;
}
.sec4 h3.works_h3 a{
  color: #3f2019;
}
.sec4 .right_box .box .img .cate{
  min-width: 40%;
  display: block;
  background: rgba(222,0,21,0.83);
  position: absolute;
  bottom: 0;
  font-size: min(4.8vw, 1.2rem,8vw);
  color: #fff;
  padding: 2%;
}
.sec4 .right_box .box:nth-child(2n) .img .cate{
  background: rgba(238,86,109,0.83);
}
.sec4 .right_box .box .img .cate a{
  color: #fff;
  display: none;
}
.sec4 .right_box .box .img .cate a:nth-child(1){
  display: block;
}
.sec5{
  padding: 10% 0 10% 3%;
  overflow: hidden;
}
.sec5 h2.h2_base2 {
  width: 70%;
  margin-bottom: 5%;
}
.sec5 .link a{
  display: block;
  padding-bottom: 8%;
  border-bottom: solid 1px #de0015;
  position: relative;
  margin-top: 12%;
}
.sec5 .link{
  width: 25%;
}
.sec5 .link .jp{
  font-size: min(4.8vw, 1.6rem,8vw);
  margin-right: 5%;
}
.sec5 .link .en{
  font-size: min(4.8vw, 1.2rem,8vw);
}
.sec5 .link a:after{
  content: "›";
  position: absolute;
  right: 5%;
}
body.rental{
  width: 100%;
}
.rental{
  width: 110%;
}
.rental .img{
  width: 17%;
  margin-right: 0.5%;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
  height: 20vw;
  overflow: hidden;
}
.rental .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 160%;
    height: auto;
    max-width: inherit;
    display: block;
}
.rental .img .text_box {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    box-sizing: border-box;
    height: 0;
    width: 100%;
    font-size: 1.4rem;
    line-height: 20px;
    text-align: center;
    background: #0000;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
.rental .img .text_box .title {
    margin-top: 8vw;
    display: block;
    font-size: min(4.8vw, 1.6rem,8vw);
    color: #fff;
    margin-bottom: 3vw;
}
.rental .img .text_box .click {
    display: inline-block;
    font-size: min(4.8vw, 1.4rem,8vw);
    color: #fff;
    padding-bottom: 1vw;
    margin-bottom: 1vw;
    border-bottom: solid 1px #fff;
}
.rental .img .text_box a {
    display: block;
}
.rental .img:hover .text_box {
    height: 100%;
    background: #000c;
    bottom: 0;
    left: 0;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    color: #fff;
    padding: 5%;
    color: #fff;
    text-align: center;
}
.sec_base.link_sec a{
  display: block;
  /*padding: 10% 8%;*/
  padding: 10% 16%;
}
.sec_base.link_sec.sec6{
  background: url(../../../../../images/job_rec_bk.jpg) no-repeat center;
  background-size: cover;
}
.sec_base.link_sec.sec6 a{
  color: #fff;
}
.sec_base.link_sec.sec7{
  background: url(../../../../../images/recruite_bk.jpg) no-repeat center;
  background-size: cover;
}
.sec_base.link_sec.sec7 a{
  color: #3f2019;
    padding: 10% 8% 10% 50%;
}
h2.h2_base3{
  margin-bottom: 6vw;
}
h2.h2_base3 .jp{
  font-size: min(4.8vw, 6.7rem,8vw);
  font-weight: 200;
  display: block;
}
h2.h2_base3 .jp .small{
  font-size: 60%;
}
h2.h2_base3 .en{
  font-size: min(4.8vw, 2.3rem,8vw);
  font-weight: 200;
  display: block;
  margin-top: 1.5vw;
}
.sec_base.link_sec .dis{
  font-size: min(4.8vw, 1.8rem,8vw);
  font-weight: 200;
  width: 25vw;
  line-height: 220%;
  margin-bottom: 6vw;
}
.sec_base.link_sec .link_box2{
  background:#de0015;
  width: 25vw;
  padding: 1.5vw;
  box-sizing:border-box;
  position: relative;
  font-weight: 200;
  color: #fff;
}
.sec_base.link_sec .link_box2 .jp{
    font-size: min(4.8vw, 1.8rem,8vw);
    margin-right: 20%;
}
.sec_base.link_sec .link_box2 .en{
    font-size: min(4.8vw, 1.4rem,8vw);
}
.sec_base.link_sec .link_box2:before{
  content: "›";
  position: absolute;
  right: 7%;
}
.sec_base.link_sec.sec7 h2.h2_base3 .jp,
.sec_base.link_sec.sec7 h2.h2_base3 .en{
  font-weight: 300;
}

.sec_base.link_sec.sec7 .dis{
  font-weight: 400;
}
.contact_sec{
  margin-top: 5%;
  background: url(../../../../../images/contact_bk.jpg) no-repeat center;
  background-size: cover;
    padding-top: 30vw;
}
.home .contact_sec{
  margin-top: 40px;
}
.contact_sec .contact_box{
  background: rgba(222,0,21,0.9);
  color: #fff;
  padding: 5% 0 8%;
}
h2.h2_base4{
  text-align: center;
    font-size: min(4.8vw, 3.8rem,8vw);
    font-weight: 200;
    margin-bottom: 5%;
}
h2.h2_base4 .en{
  display: block;
}
h2.h2_base4 .jp{
  margin-top: 1%;
  display: block;
  font-size: min(4.8vw, 1.8rem,8vw);
}
.contact_sec .flex_box{
    justify-content: center;
}
.contact_sec .tel{
  min-width: 340px;
  text-align: center;
  margin-right: 5%;
}
.contact_sec .mail{
  min-width: 340px;
  text-align: center;
}
.contact_sec .tel_box a{
  border-top: solid 1px #ef566d;
  border-bottom: solid 1px #ef566d;
  color: #fff;
  font-size: min(4.8vw, 3.8rem,8vw);
  font-weight: 600;
  padding: 10px 0;
  margin-bottom: 5%;
}
.contact_sec .mail_box a{
  background: #fff;
  padding: 10px 0;
  font-weight: 300;
  font-size: min(4.8vw, 2.1rem,8vw);
  line-height: 59px;
}
.contact_sec .mail_box a .icon img{
  max-width: 40px;
  position: relative;
  top: 11px;
}
.contact_sec .tel_box a .icon img{
  max-width: 40px;
  position: relative;
  top: 0.3vw;
}
.contact_sec a .icon{
  width: 15%;
}
.contact_sec .tel .dis{
  text-align: center;
  font-size: min(4.8vw, 1.6rem,8vw);
  font-weight: 200;
}
.page_simple .entry-title{
  text-align: center;
  font-size: min(4.8vw, 3.2rem,8vw);
  font-weight: 300;
  letter-spacing: 3px;
  margin-top: 4vw;
  color: #fff;
}
.page_simple .en_entry-title{
  text-align: center;
  color: #de0015;
  font-size: min(4.8vw, 1.6rem,8vw);
  font-weight: 600;
  color: #fff;
}
.page_simple header{
  padding-bottom: 5vw;
  margin-bottom: 5vw;
  background: url(../../../../images/defult_header_img.png) no-repeat bottom center;
}
.page_simple header #breadcrumb,
.page_simple header #breadcrumb a{
  color: #fff;
}
.page_simple .page_base{
  margin-bottom: 8vw;
}
.base_inner {
    max-width: 1280px;
    margin: auto;
}
p.base_dis {
  font-size: min(4.8vw, 1.6rem,8vw);
    line-height: 42px;
}
.pp_page p.base_dis {
    margin-bottom: 60px;
}
h2.page_h2_1 {
  font-size: min(4.8vw, 1.8rem,8vw);
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e6e6e6;
}
h2.page_h2_2 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 300;
}
h2.page_h2_2 a{
  color: #3F2019;
    font-weight: 300;
}
h2.page_h2_2 .en {
    font-size: 2.0rem;
    display: block;
    margin: 20px 0;
    color: #de0015;
    font-weight: 600;
}
h2.page_h2_2 a:after, h2.page_h2_2:after {
    content: "";
    width: 30px;
    border-bottom: solid 3px #de0015;
    display: block;
    margin: auto;
}
.page-id-2524 .sitemap_ul {
    margin-top: 3vw;
    margin-bottom: 5vw;
    padding-left: 0;
}
.page-id-2524 .sitemap_ul li {
    width: 32%;
    margin-right: 2%;
    border: solid 1px #ddccca;
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 20px;
    background: #f7f0f0;
}
.page-id-2524 .sitemap_ul li a {
    padding: 4% 4% 4% 6%;
    display: block;
    position: relative;
    font-weight: 400;
    color: #3f2019;
}
.page-id-2524 .sitemap_ul li a:before {
    content: "";
    width: 4px;
    border-left: solid 3px #3f2019;
    height: 25px;
    display: inline-block;
    position: absolute;
    left: 3%;
}
.page-id-2524 .sitemap_ul li:nth-child(3n) {
    margin-right: 0;
}
.page_imghead header{
  background-size: cover;
  height: 70vh;
  position:relative;
  background-position: center;
}
.page_imghead header .img_head_box{
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  text-align: right;
  padding: 30vh 5% 0;
  box-sizing:border-box;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.8+31 */
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 31%, rgba(255,255,255,0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 31%,rgba(255,255,255,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 31%,rgba(255,255,255,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=1 ); /* IE6-9 */
}
.page_imghead header .img_head_box h1.entry-title{
  font-size: min(4.8vw, 3.2rem,8vw);
  font-weight: 300;
  letter-spacing: 3px;
}
.page_imghead header .img_head_box h1.entry-title .small{
  font-size: 60%;
}
.page_imghead header .img_head_box .en_entry-title{
  font-size: min(4.8vw, 1.8rem,8vw);
  font-weight: 800;
  letter-spacing: 3px;
    color: #de0015;
    margin-right: 2%;
}
.page_imghead header.type_image.works .en_entry-title{
  font-size: min(4.8vw, 1.8rem,8vw);
  font-weight: 800;
  letter-spacing: 3px;
    color: #de0015;
    margin-right: 2%;
}
.head_dis{
  font-size: min(4.8vw, 1.8rem,8vw);
  padding: 5vw;
  text-align: center;
  line-height: 230%;
}
.contact_form {
    padding: 6% 0;
}
.contact_form dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    border-bottom: solid 1px #ddccca;
}
.contact_form dl:nth-child(1) {
    border-top: solid 1px #ddccca;
}
.contact_form dt {
    /*background: #c9a1a1;*/
    color: #996666;
    width: 25%;
    padding: 2% 3%;
    box-sizing: border-box;
    font-weight: 600;
}
.contact_form dl:nth-child(1) {
    border-top: solid 1px #ddccca;
}
.contact_form dl:nth-child(1) dd {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    line-height: 200%;
}
.contact_form dd {
    width: 75%;
    box-sizing: border-box;
    padding: 2% 3%;
    margin: 0;
}
.contact_form .rental_dt dl{
  border-top: none;
      background: #d4b4b4;
}
.contact_form dl:nth-child(2n){
  background: #fcf5f5;
}
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 #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) 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;
}
.contact_form input.herf {
    width: 48%;
}
.contact_form input {
    border: solid 1px #ddd;
    padding: 2%;
}
::placeholder {
  color: #ddccca;
}
.subup {
    border: dotted 1px #ddccca;
    background: #fff;
    font-size: 1.2rem;
    line-height: 160%;
    width: 500px;
    padding: 30px;
    margin: 6% auto 0;
}
.contact_form input {
    border: solid 1px #ddccca;
    padding: 2%;
}
.submit_form input {
    height: 0;
    background: url(../../../../images/submit_btn.png) no-repeat center;
    display: block;
    overflow: hidden;
    width: 414px;
    padding-top: 95px;
    line-height: 95px;
    margin: 6% auto 0;
    border: none;
    image-rendering: -webkit-optimize-contrast;
}
.submit_form input:hover {
    background: url(../../../../images/submit_btn.png) no-repeat center;
    opacity: 0.8;
    image-rendering: -webkit-optimize-contrast;
}
h2.page_h2_header{
  text-align: center;
  font-size: min(4.8vw, 2.6rem,8vw);
  font-weight: 300;
  line-height: 240%;
  margin: 7vw 0 3vw;
}
h2.page_h2_header .big{
  color: #de0015;
  font-size: min(4.8vw, 3.4rem,8vw);
}
h2.page_h2_header .big2{
  color: #de0015;
  font-size: min(4.8vw, 3.4rem,8vw);
}
.about_page .head_dis{
  padding: 2vw 0 10vw;
}
.pink_sec1{
  background: #f7f0f0;
  padding: 8vw 0;
}
.rec_page .pink_sec1.psec3{
  background: #fff;
}
.rec_page h2.page_h2_header{
  margin-bottom: 0;
}
.page_link_sec .img_box{
  width: 50%;
}
.page_link_sec .text_box{
  width: 50%;
  box-sizing:border-box;
  padding: 0 5%;
}
.page_link_sec .text_box h2.page_h2_base img{
  max-width: 13%;
}
.page_link_sec .text_box h2.page_h2_base{
  font-size: min(4.8vw, 2.4rem,8vw);
  position: relative;
  border-bottom: solid 1px #f9cdd6;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
  margin-top: 0;
  padding-left: 2%;
  padding-right: 2%;
}
.page_link_sec .text_box h2.page_h2_base .jp{
  padding-top: 3.0vw;
}
.page_link_sec .text_box h2.page_h2_base .en{
  position: absolute;
  left: 15%;
  top: 1vw;
  font-size: min(4.8vw, 1.4rem,8vw);
  color: #de0015;
  font-weight: 400;
}
p.base_dis2{
    font-size: min(4.8vw, 1.4rem,8vw);
    margin-bottom: 2.5vw;
    line-height: 190%;
    padding: 0 2%;
}
p.base_dis2.last{
  margin-bottom: 0;
}
.page_base .sec_base.link_sec.sec6 a,
.page_base .sec_base.link_sec.sec7 a{
  padding: 6% 8%;
}
.page_base h2.h2_base3 .jp{
    font-size: min(4.8vw, 4.7rem,8vw);
}
.page_base h2.h2_base3 .en {
    font-size: min(4.8vw, 1.8rem,8vw);
    margin-top: 2.5vw;
}
.page_base h2.h2_base3{
  margin-bottom: 4vw;
}
.sec_base.link_sec .dis {
  font-size: min(4.8vw, 1.8rem,8vw);
  margin-bottom: 4vw;
}
.page_link_sec .text_box .name{
  padding: 0 2%;
}
.page_link_sec .text_box .name .text{
  width: 40%;
  margin-right: 3%;
  margin-left: 0;
  text-align: left;
  padding: 6% 0;
}
.page_link_sec .text_box .nm {
    position: relative;
    top: 14px;
}
.page_base .sec_base.link_sec.sec6{
  background: url(../../../../../images/about_link_sec_bk.jpg) no-repeat center;
  background-size: cover;
}
.page_base .sec_base.link_sec.sec7{
  background: url(../../../../../images/about_link_sec_bk2.jpg) no-repeat center;
  background-size: cover;
}
.bana_sec1 a.flex_box{
  align-items:center;
}
.bana_sec1 a{
  margin: 10% 5%;
  background: url(../../../../../images/emi_bana_bk.jpg) no-repeat center;
  background-size: cover;
  border: solid 5px #d4b4b4;
  box-sizing:border-box;
  padding: 7vw;
}
.bana_sec1 .left_box{
  width: 30%;
}
.bana_sec1 .left_box .text1{
  font-size: min(4.8vw, 2.4rem,8vw);
  border-top: solid 1px #996666;
  border-bottom: solid 1px #996666;
  text-align: center;
  color: #996666;
  font-weight: 600;
  padding: 0.8vw 0;
  margin-bottom: 1.5vw;
}
.bana_sec1 .right_box{
  width: 70%;
  text-align: right;
  text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff;
}
.bana_sec1 .right_box .chatch{
  font-size: min(4.8vw, 2.8rem,8vw); 
  color: #3f2019;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 3vw;
}
.bana_sec1 .right_box .chatch .big{
  font-size: 150%;
}
.bana_sec1 .right_box .link_text{
  text-shadow: none;
  display: inline-block;
  /*border-bottom: solid 1px #3f2019;*/
  font-size: min(4.8vw, 1.4rem,8vw);
  padding-bottom: 1vw;
  color: #3f2019;
  margin-right: 3%;
  background: rgb(153 102 102 / 80%);
  color: #fff;
  padding: 1% 4%;
}
.rec_page .page_link_sec .img_box{
  width: 37%;
  margin-right: 3%;

  background-size: cover;
}
.rec_page .psec2.page_link_sec .img_box{
  margin-right: 0;
  margin-left: 3%;
}
.rec_page .page_link_sec .text_box {
    width: 60%;
}
.rec_page .page_link_sec .text_box h2.page_h2_base .jp{
      font-size: min(4.8vw, 2.1rem,8vw);
}
.rec_page .pink_sec1.psec4{
  background: none;
}
h2.page_h2_base2{
  position: relative;
  border-top: solid 1px #f9cdd6;
  border-bottom: solid 1px #f9cdd6;
  padding: 1.5vw;
font-size: min(4.8vw, 2.4rem,8vw);
    position: relative;
    margin-bottom: 2vw;
    margin-top: 0;
    padding-left: 2%;
    padding-right: 2%;
}
h2.page_h2_base2 img{
  width: 8%;
  max-width: 80px;
}
h2.page_h2_base2 .jp{
  padding-top: 4vw;
}
h2.page_h2_base2 .en {
    position: absolute;
    left: 8.5%;
    top: 3vw;
    font-size: min(4.8vw, 1.4rem,8vw);
    color: #de0015;
    font-weight: 400;
}
.faq_box dt{
  padding: 3vw 0;
  position: relative;
  border-top: solid 1px #f2f2f2;
}
dl.accordion.faq_box dt.dt01 {
    cursor: pointer;
}
.faq_box dt .title_head{
    font-size: min(4.8vw, 2.4rem,8vw);
    color: #de0015;
    width: 15%;
    font-weight: 400;
    text-align: right;
    box-sizing:border-box;
}
.faq_box dt .title{
    font-size: min(4.8vw, 1.8rem,8vw);
    width: 85%;
    font-weight: 400;
    box-sizing:border-box;
    padding: 0 5vw;
}
.faq_box dd{
  margin: 0;
  padding: 2vw 0;
  background: #f9f4f4;
  border-top: solid 1px #f2f2f2;
  display: none;
}
dl.accordion.faq_box {
    border-bottom: solid 1px #f2f2f2;
}
.faq_box dd .distitle{
    width: 15%;
    font-size: min(4.8vw, 2.0rem,8vw);
    text-align: right;
}
.faq_box dd .dis{
  width: 85%;
  padding: 0 5vw;
    font-size: min(4.8vw, 1.4rem,8vw);
    box-sizing:border-box;
    line-height: 180%;
}
.faq_box dd .dis span.blod {
    font-weight: bold;
    display: block;
}
.rec_page .psec5{
  padding: 8vw 0;
}
h2.page_h2_base3{
  text-align: center;
    font-size: min(4.8vw, 2.3rem,8vw);
}
h2.page_h2_base3:after{
  content: "";
  display: block;
  width: 28px;
  margin: 2vw auto 4vw;
  border-bottom: solid 3px #de0015;
}
h2.page_h2_base3 img{
  max-width: 100px;
  display: block;
  margin: auto;
}
h2.page_h2_base3 .jp{
  margin-top: 2vw;
  font-weight: 600;
  display: block;
}
.rec_page .psec6{
  padding: 0 0 10vw 0;
}
.rec_page .psec6 .dis{
  text-align: center;
    font-size: min(4.8vw, 1.4rem,8vw);
    margin-bottom: 4vw;
}
.link_bana_box_page a{
  display: block;
  padding: 2.5vw 0;
  width: 600px;
  box-sizing:border-box;
  background: #de0015;
  font-size: min(4.8vw, 2.4rem,8vw);
  font-weight: 700;
  margin: auto;
  text-align: center;
}
.link_bana_box_page .jp{
  display: block;
  color: #fff;
  padding-bottom: 1vw;
  border-bottom: solid 1px #ce0220;
}
.link_bana_box_page .en{
    border-top: solid 1px #e80a2a;
    color: #fff;
  font-size: min(4.8vw, 1.4rem,8vw);
  padding-top: 1vw;
  font-weight: 400;
  display: block;
}
.rec_page .psec7{
  padding:3vw 0 8vw 0;
}
.rec_page .psec7 .box{
  width: 48%;
  margin-right: 2%;
}
.rec_page .psec7 .box:nth-last-child(1){
  margin-right: 0;
}
.rec_page .psec7 .box .text{
  margin: 1.5vw 1vw;
  font-size: min(4.8vw, 1.6rem,8vw);
  font-weight: 500;
  border-bottom: solid 1px #de0015;
  padding-bottom: 1.5vw;

}
.rec_page .psec7 .box .text .title{
  width: 80%;
}
.rec_page .psec7 .box .text .link{
  font-size: min(4.8vw, 1.2rem,8vw);
  font-weight: 400;
  padding-top: 3.5vw;
  text-align: right;
  width: 20%;
}
.sv_page .sec3{
  margin-bottom: 8vw;
}
.sv_sec{
  width: 95%;
}
.sv_sec .head{
  padding-top: 18vw;
  color: #fff;
  box-sizing:border-box;
  position: relative;
  padding-bottom: 4vw;
  margin-bottom: 5vw;
}
.sv_sec .sv01{
  background: url(../../../../../images/service_mv_img01.jpg) no-repeat center left;
  background-size: cover;
}
.sv_sec .sv02{
  background: url(../../../../../images/service_mv_img02.jpg) no-repeat center left;
  background-size: cover;
}
.sv_sec .sv03{
  background: url(../../../../../images/service_mv_img03.jpg) no-repeat center left;
  background-size: cover;
}
.sv_sec .sv04{
  background: url(../../../../../images/service_mv_img04.jpg) no-repeat center left;
  background-size: cover;
}
.sv_sec .head .num{
  font-family: 'Dancing Script', cursive;
  line-height: 400%;
  padding-left: 5%;
  text-align: center;
  margin-right: 3%;
}
.sv_sec .head .num .sven{
  font-size: min(4.8vw, 3.4rem,8vw);
  font-weight: 300;
  display: block;
}
.sv_sec .head .num .nm{
  font-size: min(4.8vw, 8rem,8vw);
  font-weight: 300;
  display: block;
}
.sv_sec .head .sv_title{
  font-size: min(4.8vw, 3.4rem,8vw);
  font-weight: 600;
  margin-top: 6vw;
}
.sv_sec .head .en{
  position: absolute;
  font-family: 'Dancing Script', cursive;
  font-size: min(4.8vw, 2.5rem,8vw);
  right: 3%;
  bottom: 8vw;
}
.sv_sec .head .title_box{
  width: 70%;
  padding-bottom: 2vw;
  border-bottom: solid 1px rgba(248,204,213,0.8);
}
.sv_menu_box .box{
  width: 32.5%;
  margin-right: 1.25%;
}
.sv_menu_box{
  margin: 0 0% 0 4%;
}
.sv_menu_box.force .box{
  width: 24%;
}
.sv_sec.psec2,
.sv_sec.psec3,
.sv_sec.psec4,
.sv_sec.psec5{
  padding-bottom: 8vw;
}
.sv_sec.psec3 .head .sv_title{
  line-height: 130%;
  margin-top: 0;
}
.sv_sec.psec4 .head .sv_title,
.sv_sec.psec5 .head .sv_title{
  line-height: 130%;
  margin-top: 3vw;
}
.sv_sec .last_dis{
  font-size: min(4.8vw, 1.4rem,8vw);
  margin-left: 4%;
}
.psec3 .sv_menu_box .box .sv_h3{
  height: 60px;
}
.sv_menu_box .box:nth-last-child(1){
  margin-right: 0;
}
.sv_menu_box .box .img{
  margin-bottom: 1.5vw;
}
.sv_menu_box .box .en{
  font-family: 'Dancing Script', cursive;
  font-size: min(4.8vw, 1.3rem,8vw);
  color: #ee566d;
  text-align: center;
}
.sv_menu_box .box:nth-child(2n) .en{
  color: #ffbaba;
}
.sv_menu_box .box .sv_h3{
  text-align: center;
  font-size: min(4.8vw, 2rem,8vw);
  padding-bottom: 1.5vw;
  margin-bottom: 2vw;
  border-bottom: solid 1px #f1f1f1;
}
.sv_menu_box .box .dis{
  font-size: min(0.98vw, 1.4rem,8vw);
  text-align: center;
  margin-bottom: 2vw;
  padding-bottom: 2vw;
  border-bottom: solid 4px #ee566d;
  height: 100px;
}
.sv_menu_box .box:nth-child(2n) .dis{
  border-bottom: solid 4px #ffbaba;
}
.option_box .dis{
  text-align: center;
  margin-bottom: 6vw;
}
.option_box{
  margin-top: 8vw;
  padding: 8vw 0;
  background: #f4ebeb;
}
.flow_box{
  margin: 0 4%;
}
.flow_box .box{
  width: 16.25%;
  margin-right: 0.5%;
  position: relative;
}
.flow_box .box:nth-last-child(1){
  margin-right: 0;
}
.flow_box .box .img_box{
  position: relative;
  background: #c8a0a0;
  text-align: center;
  padding: 5% 5% 10%;
  margin-bottom: 1vw;
}
.flow_box .box .img_box img{
  width: 50%;
  margin: auto;
}
.flownum{
  text-align: left;
}
.flow_box .box .img_box .en{
  font-family: 'Dancing Script', cursive;
  font-size: min(4.8vw, 1.4rem,8vw);
  color: #fff;
  text-align: left;
  margin-right: 1%;
}
.flow_box .box .img_box .num{
  font-family: 'Dancing Script', cursive;
  font-size: min(4.8vw, 2.4rem,8vw);
  color: #fff;
}
.flow_box .box .img_box .title{
  color: #fff;
  font-size: min(4.8vw, 1.6rem,8vw);
  font-weight: 500;
  margin-top: -1vw;
}
.flow_box .box .dis{
  text-align: left;
  font-size: min(4.8vw, 1.3rem,8vw);
  font-weight: 400;
  padding: 0 5%;
  line-height: 160%;
  margin-bottom: 0;
}
.flow_box .box:after{
  content: "";
    border-top: 45px solid #0000;
    border-left: 34px solid #fff;
    border-bottom: 45px solid #0000;
    position: absolute;
    left: 0;
    top: 3vw;
    margin: auto;
    width: 0px;
    z-index: 1;
}
.flow_box .box:before {
  content: "";
    border-top: 40px solid #0000;
    border-left: 30px solid #f3d6d6;
    border-bottom: 40px solid #0000;
    position: absolute;
    left: 0;
    top: 3.3vw;
    margin: auto;
    width: 0px;
    z-index: 2;
}
.flow_box .box:nth-child(1):after,
.flow_box .box:nth-child(1):before{
  content: none;
}
.flow_box .box .arrow{
  background: #ee566d;
  color: #fff;
  font-size: min(4.8vw, 1.2rem,8vw);
  width: 40%;
  position: absolute;
  bottom: 0.5vw;
  left: -10%;
  padding: 5px 0 6px;
  line-height: 100%;
}
.flow_box .box .arrow:after{
  content: "";
    border-top: 18px solid #0000;
    border-left: 15px solid #ee566d;
    border-bottom: 18px solid #0000;
    position: absolute;
    right: -10px;
    top: -6px;
    margin: auto;
    width: 0px;
    z-index: 2;
}
.term_list {
    padding-left: 0;
    text-align: center;
    margin-top: 6%;
}
.term_list li {
    display: inline-block;
    list-style: none;
    margin-right: 1%;
}
.term_list li:nth-last-child(1){
  margin-right: 0;
}
.term_list li a {
    font-size: 1.8rem;
    display: inline-block;
    padding: 10px 30px;
    border: solid 1px #de0015;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-topright:40px;
    -moz-border-radius-bottomleft:40px;
    -moz-border-radius-bottomright:40px;
    -webkit-border-top-left-radius:40px;
    -webkit-border-top-right-radius:40px;
    -webkit-border-bottom-left-radius:40px;
    -webkit-border-bottom-right-radius:40px;
    border-top-left-radius:40px;
    border-top-right-radius:40px;
    border-bottom-left-radius:40px;
    border-bottom-right-radius:40px;
}
.archive.tax-ncategory #list, .page-template-page-page-news #list {
    margin: 6% auto 8%;
}
#list .type-news .entry-card-content {
    margin: 0;
}
#list .type-news header {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    padding: 2% 0;
    border-bottom: solid 1px #f4d7d7;
}
#list .type-news:nth-child(1) header {
    border-top: solid 1px #f4d7d7;
}
#list .type-news .entry-card-content .post-meta {
    width: 14%;
    padding-right: 5%;
    margin-right: 5%;
    border-right: solid 1px #f4d7d7;
    box-sizing: border-box;
    padding-top: 3px;
    padding-bottom: 3px;
    background: none;
    line-height: 33px;
}
#list .type-news .entry-card-content .post-meta {
    margin-top: 0;
    margin-bottom: 0;
}
.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;
}
#list .type-news .entry-card-content .post-meta .category {
    padding: 0;
}
#list .type-news .entry-card-content .post-meta .category a {
    display: inline-block;
    padding: 3px 26px;
    background: #de0015;
    color: #fff;
    font-size: 1.4rem;
    margin-right: 20px;
}
#list .type-news .entry-card-content .post-meta{
      color: #3F2019;
          font-size: min(4.8vw, 1.4rem,8vw);
}
#list .type-news header h2 {
    width: 78%;
    margin: 0;
    line-height: 33px;
}
#list .type-news header h2 a {
    font-size: 1.5rem;
    font-weight: 400;
    text-decoration: underline;
}
.type_image.info{
  background: url(../../../../images/ltl_news_bk.jpg) no-repeat center right;
  background-size: cover;
  height: 40vh;
  position: relative;
}
.type_image.info .works_class_head{
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    text-align: right;
    padding: 9vh 5% 0;
    box-sizing: border-box;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 31%, rgba(255,255,255,0.8) 100%);
    background: -webkit-linear-gradient(left, #fff0 0%,#fffc 31%,#fffc 100%); 
    background: linear-gradient(to right, #fff0 0%,#fffc 31%,#fffc 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=1 );
  }
.type_image.info.news .works_class_head,
#rental_head.type_image.info .works_class_head{
    padding-top: 18vh;
  }
.type_image.info h1#archive-title {
    font-size: min(4.8vw, 3.2rem,8vw);
    font-weight: 300;
    letter-spacing: 3px;
    margin: 0;
}
.search .type_image.info .works_class_head, .type_image.works .works_class_head{
  padding-top: 0;
}
.type_image.info .works_class_head .en_entry-title,
.type_image.info h1#archive-title .en{
    font-size: min(4.8vw, 1.8rem,8vw);
    font-weight: 800;
    letter-spacing: 3px;
    color: #de0015;
    display: block;
    margin-right: 2%;
}
.category-1.paged .type_image.works,
.type_image.works{
  background: url(../../../../images/works_head_mv.jpg) no-repeat center right;
  background-size: cover;
  height: 25vh;
  position: relative;
  margin-bottom: 5vw;
}
.single .works_single_head{
  background: url(../../../../images/works_head_mv.jpg) no-repeat center right;
  background-size: cover;
  height: 25vh;
  position: relative;
  margin-bottom: 5vw;
}
.category-1 .type_image.works{
  height: 40vh;
}
.works_class_head{
      position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    text-align: right;
    padding: 0 5% 0;
    box-sizing: border-box;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 31%, rgba(255,255,255,0.8) 100%);
    background: -webkit-linear-gradient(left, #fff0 0%,#fffc 31%,#fffc 100%); 
    background: linear-gradient(to right, #fff0 0%,#fffc 31%,#fffc 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=1 );
}
.type_image.works .works_class_head{

}
.type_image.works h1#archive-title {

    font-size: min(4.8vw, 3.2rem,8vw);
    font-weight: 300;
    letter-spacing: 3px;
    margin: 0;
}
.single .works_single_head .title,
.single .type_image.info.news .title{
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    text-align: right;
    padding: 9vh 5% 0;
    box-sizing: border-box;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 31%, rgba(255,255,255,0.8) 100%);
    background: -webkit-linear-gradient(left, #fff0 0%,#fffc 31%,#fffc 100%); 
    background: linear-gradient(to right, #fff0 0%,#fffc 31%,#fffc 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=1 );
    font-size: min(4.8vw, 3.2rem,8vw);
    font-weight: 300;
    letter-spacing: 3px;
    margin: 0;
}
.type_image.works h1#archive-title .en{
    font-size: min(4.8vw, 1.8rem,8vw);
    font-weight: 800;
    letter-spacing: 3px;
    color: #de0015;
    display: block;
    margin-right: 2%;
    margin-top: 1vw;
}
.single .works_single_head .title .en,
.single .type_image.info.news .title .en{
    font-size: min(4.8vw, 1.8rem,8vw);
    font-weight: 800;
    letter-spacing: 3px;
    color: #de0015;
    display: block;
    margin-right: 2%;
    margin-top: 1vw;
}
.category-1.paged .type_image.works h1,
.category-1.paged .type_image.works h1 .en{
  display: none;
}
.type_image.works .works_class_head .en_entry-title{
    font-size: min(4.8vw, 1.8rem,8vw);
    font-weight: 800;
    letter-spacing: 3px;
    color: #de0015;
    display: block;
    margin-right: 2%;
    margin-top: 1vw;
}
.single .works_single_head .title .en,
.single .type_image.info.news .title .en{
    font-size: min(4.8vw, 1.8rem,8vw);
    font-weight: 800;
    letter-spacing: 3px;
    color: #de0015;
    display: block;
    margin-right: 2%;
    margin-top: 1vw;
}
.category-1.paged .works_class_head h1,
.category-1.paged .works_class_head h1 .en{
  display: none;
}
#related-entries h2 {
    font-size: 2.8rem;
    padding-bottom: 30px;
    margin-bottom: 0px;
    border-bottom: solid 1px #f4d7d7;
}
.related-entry {
    line-height: 150%;
    margin-bottom: 0px;
    margin-right: 0px;
    clear: both;
}
.related-entry-content {
    margin-left: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    padding: 3% 0;
    border-bottom: solid 1px #f4d7d7;
}
.related-entry-content .cate_box {
    width: 27%;
    padding-right: 5%;
    margin-right: 5%;
    border-right: solid 1px #f4d7d7;
    box-sizing: border-box;
    padding-top: 3px;
    padding-bottom: 3px;
}
.related-entry-content .cate_box .category a {
    display: inline-block;
    padding: 3px 30px;
    background: #de0015;
    color: #fff;
    font-size: 1.4rem;
    margin-right: 20px;
}
.news-template-default .post-date, .post-template-default .post-date {
    font-size: 1.4rem;
}
.news-template-default .post-date{
    width: 14%;
    padding-right: 5%;
    margin-right: 5%;
    border-right: solid 1px #f4d7d7;
    box-sizing: border-box;
    padding-top: 3px;
    padding-bottom: 3px;
    background: none;
    line-height: 33px;
}
.related-entry-content h3.related-entry-title {
    width: 68%;
    margin: 0;
    line-height: 33px;
}
.related-entry-title a {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.related-entry-content h3.related-entry-title a {
    font-size: 1.5rem;
    font-weight: 400;
}
.navigation .prev {
    width: 50%;
}
.navigation > div {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.navigation .next {
    border-top: 1px solid #ddd;
    width: 50%;
}
.next p.cur, .prev p.cur {
    width: 10%;
    margin: auto;
    margin-top: 3.8%;
}
.next p, .prev p {
    width: 70%;
}
.f_left {
    float: left;
}
.f_right {
    float: right;
}
.single #the-content{
    font-size: min(4.8vw, 1.6rem,8vw);
    line-height: 180%;
    margin-bottom: 5vw;
    margin-left: 3vw;
    margin-right: 3vw;
}
.single #sns-group{
  margin-left: 3vw;
  margin-right: 3vw;
}
.single #sns-group .arrow-box{
  display: none;
}
.single .works #the-content a{
display: inline-block;
    padding: 10px;
    /*border-bottom: solid 1px;*/
    text-decoration: underline;
    margin: 10px 0;
        color: #3F2019;
}
.single .works #the-content a:hover{
  /*background: #f9efef;*/
      color: #C03;
}
.single .type_image.info{
  height: 25vh;
  margin-bottom: 5vw;
}
.single .article header{
    background: #de0015;
    color: #fff;
    padding:1vw 3vw;
    margin-bottom: 2vw;
}
.single .article header h1.entry-title{
    font-size: min(4.8vw, 2.2rem,8vw);
}
.post-meta{
  background: none;
    font-size: min(4.8vw, 1.6rem,8vw);
    color: #fff;
}
.single .article header .right_category{
  border:solid 1px #fff;
  display: inline-block;
  padding: 3px 3%;
  color: #fff;
      margin-top: 2vw;
}
.single .article header .right_category a{
  color: #fff;
}
.single .term_list{
  margin-bottom: 3vw;
}
#related-entries h2.page_h2_base{
    font-size: min(4.8vw, 2.4rem,8vw);
    position: relative;
    border-bottom: solid 1px #f9cdd6;
    padding-bottom: 2vw;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0%;
    padding-right: 2%;
}
#related-entries h2.page_h2_base img {
    max-width: 8%;
}
#related-entries h2.page_h2_base .jp {
    padding-top: 3.5vw;
}
#related-entries h2.page_h2_base .en {
    position: absolute;
    left: 8%;
    top: 1.5vw;
    font-size: min(4.8vw, 1.4rem,8vw);
    color: #de0015;
    font-weight: 400;
}
.works_navi{
    padding-left: 0;
    text-align: center;
    margin-bottom: 5vw;
}
.works_navi ul{
  list-style: none;
  padding-left: 0;
  justify-content: center;
}
.works_navi ul li{
  display: inline-block;
  list-style: none;
  margin-right: 1%;
  width: 15%;
  margin-right: 1%;
}
.works_navi ul li:nth-last-child(1){
  margin-right: 0;
}
.works_navi li a {
    font-size: 1.8rem;
    display: inline-block;
    padding: 10px 20px;
    border: solid 1px #de0015;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    -moz-border-radius-bottomright: 40px;
    -webkit-border-top-left-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    width: 100%;
    box-sizing: border-box;
    font-size: min(4.8vw, 1.6rem,8vw);
  -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
#works #list{
    display: flex!important;
    flex-flow: row wrap;
    justify-content: left;
    width: 90%;
    margin: auto;
}
#works #list article{
  width: 48%;
  margin-right: 4%;
  border: solid 1px #e6e6e6;
  box-sizing:border-box;
  padding: 2%;
}
#works #list article:nth-child(2n){
  margin-right: 0;
}
#works #list .entry-thumb{
  float: none;
  margin:0 0 20px;
  width: 100%;
}
.category #works #list .entry-thumb .img{
  width: 100%;
overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    height: 26vw;
}
.category #works #list .entry-thumb img{
  width: 100%;
  height: auto;
  margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: inherit;
}
#works #list .entry-card-content{
  margin-left: 0;
  width: 100%;
}
#works #list .category a{
  background: #ef566d;
  color: #fff;
  padding: 5px 10px;
  font-size: min(4.8vw, 1.3rem,8vw);
  margin-right: 2%;
}
#works #list .post-date{
  font-size: min(4.8vw, 1.3rem,8vw);
}
#works #list h2{
  font-size: min(4.8vw, 1.8rem,8vw);
  font-weight: 500;
  letter-spacing: 0.5px;
  border-bottom: dotted 1px #e6e6e6;
  padding-bottom: 3%;
  margin-bottom: 1%;
  margin-top: 4%;
}
#works #list h2 a{
  color:#3f2019;
}
#works #list .entry-snippet img,
#works #list .entry-snippet h5,
#works #list .entry-snippet strong{
  display: none;
}
#works #list .entry-snippet{
  font-size: min(4.8vw, 1.3rem,8vw);
  margin-left: 10px;
}
#works #list .entry-read a{
  color: #de0015;
      font-size: min(4.8vw, 1.2rem,8vw);
  display: inline-block;
  font-weight: 500;
  border-bottom: solid 1px #de0015;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding: 10px;
}
#works #list .content_post{
  text-align: right;
  margin-top: 4%;
}
.works_navi ul li a:hover{
  background: #de0015;
  color: #fff;
}
.category-1 .works_navi ul li.cat-all a,
.works_navi ul li.current-cat a{
  background: #de0015;
  color: #fff;
}
.single .works,
.works_under_body{
  width: 90%;
  margin: auto;
}
.post_dis br{
  display: none;
}
.single .article header.works_head{
  background: none;
  padding: 0;
  margin-bottom: 3vw;
}
.single .article header.works_head h1.entry-title{
  background: #de0015;
    padding: 4vw 3vw;
    margin-bottom: 0;
  font-size: min(4.8vw, 1.8rem,8vw);
  font-weight: 400;
}
.single .article header.works_head .post_dis{
  background: #f9efef;
  color: #3f2019;
  padding: 2vw 3vw;
  font-size: min(4.8vw, 1.4rem,8vw);
}
.single .article header.works_head .post_dis h5,
.single .article header.works_head .post_dis strong,
.single .article header.works_head .post_dis img{
  display: none;
}
.single .article header.works_head .post-meta{
  margin: 1vw 0;
}
.single .article header.works_head .post-meta .category{
  float: left;
  width: 50%;
  text-align: left;
}
.single .article header.works_head .post-meta .category a{
  background: #ef566d;
  display: inline-block;
  color:#fff;
    padding: 1% 3%;
  font-size: min(4.8vw, 1.4rem,8vw);
  margin-right: 10px;
}
.type_image.works{}
.single .article header.works_head .post-meta .post-date{
  font-size: min(4.8vw, 1.4rem,8vw);
  color: #3f2019;
  padding: 1% 0;
}
#related-entries #works #list{
  width: 100%;
}
#related-entries.woks_re_title h2{
  margin-bottom: 4vw;
  margin-top: 5vw;
}
.page-id-2645 .two_calam,
.page-id-2678 .two_calam,
.search .two_calam{
  width: 100%;
  margin: 5vw auto 0;
}
.search #works #list{
  margin-top: 3vw;
}
.page-id-2645 #sidebar,
.page-id-2678 #sidebar,
.search #sidebar,
.single .searchs #sidebar{
  width: 20%;
  margin-right: 3%;
  margin-left: 4%;
}
.page-id-2645 #list,
.page-id-2678 #list,
.search #works #list,
.single #works #list.single_list{
  width: 69%;
  display: block!important;
  margin-left: 0;
}
.single #works #list.single_list{
  margin-top: 0;
}
#sidebar #uwpqsf_id{
  border: none;
}
#uwpqsf_id .cmflabel-0,
#uwpqsf_id .cmflabel-1,
#uwpqsf_id .cmflabel-2,
#uwpqsf_id .cmflabel-3,
#uwpqsf_id .taxolabel-1,
#uwpqsf_id .taxolabel-2{
  font-size: min(4.8vw, 1.7rem,8vw);
  color: #3f2019;
  border-bottom: solid 1px #3f2019;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
  font-weight: 600;
  padding-left: 8%;
  position: relative;
  width: 87%;
}
#uwpqsf_id .cmflabel-0:before,
#uwpqsf_id .cmflabel-1:before,
#uwpqsf_id .cmflabel-2:before,
#uwpqsf_id .cmflabel-3:before,
#uwpqsf_id .taxolabel-1:before,
#uwpqsf_id .taxolabel-2:before{
  content: "";
  display: block;
  width: 4px;
  background: #de0015;
  height: 80%;
  position: absolute;
  left: 1%;
  top: 0;
}
#cmf-check-0 input.cmf-0,
#cmf-check-1 input.cmf-1,
#cmf-check-2 input.cmf-2,
#cmf-check-3 input.cmf-3,
#tax-check-1 input.tchkb-1,
#tax-check-2 input.tchkb-2{
  display: none;
}
#cmf-check-0,
#cmf-check-1,
#cmf-check-2,
#cmf-check-3,
#tax-check-1,
#tax-check-2{
  margin-bottom: 3vw;
}
#cmf-check-0 label,
#cmf-check-1 label,
#cmf-check-2 label,
#cmf-check-3 label,
#tax-check-1 label,
#tax-check-2 label{
  background: #f9efef;
  display: inline-block;
  padding: 2% 4%;
  color: #3f2019;
  font-size: min(4.8vw, 1.5rem,8vw);
  border: solid 1px #ddccca;
  width: auto;
  margin-right: 0%;
  margin-left: 4%;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
margin-bottom: 10px;
float: none;
cursor: pointer;
position: relative;
z-index: 100;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
#cmf-check-0 label:hover,
#cmf-check-1 label:hover,
#cmf-check-2 label:hover,
#cmf-check-3 label:hover,
#tax-check-1 label:hover,
#tax-check-2 label:hover{
  background: #c9a1a1;
  color: #fff;
}
#cmf-check-0 label.checked,
#cmf-check-1 label.checked,
#cmf-check-2 label.checked,
#cmf-check-3 label.checked,
#tax-check-1 label.checked,
#tax-check-2 label.checked{
  background: #c9a1a1;
  color: #fff;
}
h2.search_h2{
  font-size: min(4.8vw, 2.0rem,8vw);
  font-weight: 600;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
  border-bottom: solid 3px #3f2019;
}
.search_head_dis{
  font-size: min(0.9vw, 1.2rem,8vw);
  margin-bottom: 1vw;
  text-align: center;
}

h2.search_h2 img{
  width: 20%;
  max-width: 60px;
  margin-right: 5%;
}
h2.search_h2 .text{
  width: 75%;
}
h2.search_h2 .jp{
  margin-top: 20px;
  display: block;
  margin-bottom: 3px;
}
h2.search_h2 .en{
  font-size: min(4.8vw, 1.4rem,8vw);
  font-weight: 300;
  color: #de0015;
  display: block;
}
#uwpqsf_id input#uwpqsf_id_key{
  font-size: min(4.8vw, 1.3rem,8vw);
  padding: 5%;
  display: block;
  border: solid 1px #ddccca;
  margin-bottom: 1vw;

}
input[type="submit"]#uwpqsf_id_btn{
  background: url(../../../../images/rental_search_btn.png) no-repeat center;
  background-size: 100%;
  display: block;
  height: 0;
  padding-top: 3.5vw;
  width: 98%;
  border: none;
  overflow: hidden;
  line-height: 250%;
  margin-bottom: 2vw;
}
input[type="submit"]#uwpqsf_id_btn:hover{
  opacity: 0.8;
}
.search_dis{
  font-size: min(4.8vw, 1.6rem,8vw);
  color: #3f2019;
  text-align: center;
  line-height: 200%;
  margin-bottom: 5vw;
}
.rental_menu{
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #de0015;
  margin-bottom: 5vw;
}
.rental_menu li{
  width: 49%;
  margin-right: 2%;
  text-align: center;
  font-size: min(4.8vw, 1.8rem,8vw);
  font-weight: 500;

  box-sizing:border-box;
}
.rental_menu li:nth-child(2){
  margin-right: 0;
}
.rental_menu li img{
  max-height: 35px;
  display: inline-block;
  margin-right: 2%;
  position: relative;
  top: 1%;
}
.rental_menu li .text{
  position: relative;
  top: -20%;
}
.rental_menu li a{
  width: 100%;
  display: block;
  border: solid 1px #de0015;
  border-bottom: none;
  padding: 2%;
  box-sizing:border-box;
  height: 96%;
}
.rental_menu li a .off{
  display: inline-block;
}
.rental_menu li.active a .off,
.rental_menu li a:hover .off{
  display: none;
}
.rental_menu li a .on{
  display: none;
}
.rental_menu li.active a .on,
.rental_menu li a:hover .on{
  display: inline-block;
}
.rental_menu li.active a,
.rental_menu li a:hover{
  background: #de0015;
  color: #fff;
  margin-bottom: 0;
  height: 100%;
}
#main .search_list_box article{
  /*width: 23.5%;
  margin-right: 2%;
  height: 17vw;*/
-moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
#main .search_list_box article:nth-child(4n){
  margin-right: 0;
}
@media screen and (max-width: 1600px){
#main .search_list_box article{
  /*width: 32%;
  margin-right: 2%;
  height: 23vw;*/
}
#main .search_list_box article:nth-child(4n){
  margin-right: 2%
}
#main .search_list_box article:nth-child(3n){
  margin-right: 0;
}
}


#main .search_list_box article img{

}
#main .search_list_box .entry-thumb{
  height: 100%;
  margin: 0;
  float: none;
  position: relative;
  overflow: hidden;
}
#main .search_list_box .entry-thumb a{
  display: block;
  width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
}
#main .search_list_box .entry-thumb .text_box,
#main .justified-gallery .jg-caption{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    box-sizing: border-box;
    height: 0;
    width: 100%;
    font-size: 1.4rem;
    line-height: 20px;
    text-align: center;
    background: #0000;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
#main .search_list_box .entry-thumb:hover .text_box,
#main .justified-gallery a:hover .jg-caption{
    height: 100%;
    background: #000c;
    bottom: 0;
    left: 0;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    color: #fff;
    padding: 5%;
    color: #fff;
    text-align: center;
}
#main .search_list_box .entry-thumb .text_box .title{
  margin-top: 8vw;
  display: block;
  font-size: min(4.8vw, 1.6rem,8vw);
  color: #fff;
  margin-bottom: 3vw;
}
#main .justified-gallery .jg-caption{
  font-size: min(4.8vw, 1.6rem,8vw);
}
#main .justified-gallery a:hover .jg-caption{
  padding-top: 5vw;
}
#main .justified-gallery a:hover .jg-caption:after{
  content: "read more ›";
  display: block;
  font-size: min(4.8vw, 1.3rem,8vw);
  color: #fff;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
  border-bottom: solid 1px #fff;
  width: 100px;
  margin: 1vw auto 0;
}
#main .search_list_box .entry-thumb .text_box .click{
  display: inline-block;
  font-size: min(4.8vw, 1.4rem,8vw);
  color: #fff;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
  border-bottom: solid 1px #fff;

}
#main .search_list_box .entry-thumb .text_box a{
  display: block;
}
#works #list h2.page_h2_base3{
    font-size: min(4.8vw, 2.3rem,8vw);
    border: none;
    padding-bottom: 1%;
    margin-bottom: 1%;
    margin-top: 0%;
}
#works #list h2.page_h2_base3 .en{
  color: #de0015;
    font-size: min(4.8vw, 1.4rem,8vw);
}
.search .type_image.info{
  height: 25vh;
}
.search .type_image.info h1#archive-title,
.type_image.works h1#archive-title{
  padding-top: 9vh;
}
  .category-1 .type_image.works h1#archive-title{
    padding-top: 18vh;
  }
.type_image.works h1#archive-title .small{
  font-size: 60%;
  margin-left: 10px;
}
#works .searchs #list article{
  width: 100%;
  border: solid 1px #f2f2f2;
  padding: 0;
display: flex!important;
    flex-flow: row wrap;
    justify-content: left;
    margin-bottom: 5vw;
  -moz-box-shadow:7px 7px 0px rgba(234,205,169,0.75);
  -webkit-box-shadow:7px 7px 0px rgba(234,205,169,0.75);
  box-shadow:7px 7px 0px rgba(234,205,169,0.75);
}
#works .searchs #list article:nth-child(2n+1){
  -moz-box-shadow:7px 7px 0px rgba(234,211,226,0.75);
  -webkit-box-shadow:7px 7px 0px rgba(234,211,226,0.75);
  box-shadow:7px 7px 0px rgba(234,211,226,0.75); 
}
#works .searchs #list .entry-thumb{
  width: 50%;
  margin-bottom: 0;
}
#works .searchs #list .entry-thumb a{
  position: relative;
  overflow: hidden;
}
#works .searchs #list .entry-thumb a .img_rend,
.justified-gallery > a .img_rend{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
}
#works .searchs #list .entry-thumb a .img_rend svg,
.justified-gallery > a .img_rend svg{
  max-width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom:0;
}
.justified-gallery > a .img_rend svg{
  display: none;
}
#works .searchs #list .des_box{
  width: 50%;
  box-sizing:border-box;
  position: relative;
  padding: 2% 3%;
}
#works #list h2.sr_h2{
  color: #3f2019;
    font-size: min(4.8vw, 1.8rem,8vw);
    font-weight: 600;
    border-bottom: solid 1px #d4b4b4
}
#works .searchs #list article .select_list li .second{
  display: none;
}
#works .searchs #list article:nth-child(2n+1) h2.sr_h2{
  border-bottom: solid 1px #ddccca;
}
#works .searchs #list article:nth-child(2n+1) .des{
  background: #d4b4b4;
}
#works .searchs #list article:nth-child(2n+1) .select_list li{
    border: solid 1px #c9a1a1;
}
#works .searchs #list article:nth-child(2n+1) .select_list li .second{
  display: inline-block;
}
#works .searchs #list article:nth-child(2n+1) .select_list li .normal{
  display: none;
}
#works .searchs #list article .select_list li img{
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.searchs .select_list {
  padding: 0;
  list-style: none;
  margin: 10px 0;
}
.searchs .select_list li{
  display: inline-block;
  padding: 1% 2%;
  border: solid 1px #ddccca;
  -moz-border-radius-topleft: 10px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
 color: #996666;
 margin-right: 2%;
}
.searchs .select_list li:nth-last-child(1){
  margin-right: 0;
}
.searchs .des{
  background: #c7b299;
  padding: 2.5%;
  color: #fff;
    font-size: min(4.8vw, 1.4rem,8vw);
    margin-bottom: 10px;
}
.searchs .outh{
    font-size: min(4.8vw, 1.4rem,8vw);
    margin: 10px 0;
    letter-spacing: 0;
    line-height: 160%;
}
.searchs .outh .creater{
  margin-right: 3%;
}
.searchs .outh .creater:nth-last-child(1){
  margin-right: 0;
}
.searchs .contact_btn a{
  display: block;
  background: #de0015;
  padding: 2%;
  text-align: center;
  -moz-border-radius-topleft: 15px;
-moz-border-radius-topright:15px;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-webkit-border-top-left-radius:15px;
-webkit-border-top-right-radius:15px;
-webkit-border-bottom-left-radius:15px;
-webkit-border-bottom-right-radius:15px;
border-top-left-radius:15px;
border-top-right-radius:15px;
border-bottom-left-radius:15px;
border-bottom-right-radius:15px;
color: #fff;
    font-size: min(4.8vw, 1.7rem,8vw);
    font-weight: 600;
        justify-content: center;
}
.searchs .contact_btn a .en{
    font-size: min(4.8vw, 1.4rem,8vw);
    font-weight: 300;
    margin-left: 2%;
    position: relative;
    top: 5px;
}
.searchs .id_box{
  position: absolute;
  top: 0;
  right: 3%;
  background: #de0015;
  padding: 2%;
  text-align: center;
  -moz-border-radius-bottomleft:15px;
  -moz-border-radius-bottomright:15px;
  -webkit-border-bottom-left-radius:15px;
  -webkit-border-bottom-right-radius:15px;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
      font-size: min(4.8vw, 1.4rem,8vw);
      color: #fff;
}
.single .type_image.info p#archive-title {
    padding-top: 9vh;
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    text-align: right;
    padding: 18vh 5% 0;
    box-sizing: border-box;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 31%, rgba(255,255,255,0.8) 100%);
    background: -webkit-linear-gradient(left, #fff0 0%,#fffc 31%,#fffc 100%);
    background: linear-gradient(to right, #fff0 0%,#fffc 31%,#fffc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=1 );
    font-size: min(4.8vw, 3.2rem,8vw);
    font-weight: 300;
    letter-spacing: 3px;
    margin: 0;
    padding-top: 9vh;
}
.single .type_image.info p#archive-title .en {
    font-size: min(4.8vw, 1.8rem,8vw);
    font-weight: 800;
    letter-spacing: 3px;
    color: #de0015;
    display: block;
    margin-right: 2%;
}
.service_main_menu{
  background: #f3ede5;
  padding: 0% 5% 0 0;
  position: fixed;
  z-index: 100000000;
  top: 140px;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  box-sizing:border-box;
  -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
.home .service_main_menu{
  display: none;
}
.fixed .service_main_menu{
  top: 100px;
}
.home .fixed .service_main_menu{
  display: flex;
}
#navi ul li.service:hover .service_main_menu a{
  padding:23px 0;
}
#navi ul li.service:hover .service_main_menu{
  padding-left: 1%;
  height: 125px;
}
.fixed #navi ul li.service:hover .service_main_menu{
  top: 100px;
  padding-left: 1%;
  height: 125px;
}
.service_main_menu .box{
  width: 24%;
  margin-right: 1%;
}
.service_main_menu .box .img{
  width: 17%;
}
#navi .service_main_menu .box .img img{
  max-width: 100%;
}
.service_main_menu .box .text{
  width: 83%;
}
.service_main_menu .box .text .title_en{
  font-size: min(4.8vw, 1.3rem,8vw);
  font-family: 'Dancing Script', cursive;
  padding: 0 3%
}
.service_main_menu .box .text .title_en .num{
  font-size: min(4.8vw, 1.8rem,8vw);
}
.service_main_menu .box .text .title_jp{
  background: #e2cfb0;
  height: 3vw;
  font-size: min(4.8vw, 1.3rem,8vw);
  font-weight: 600;
  padding: 0 3%;
  line-height: 3vw;
  color: #3f2019;
}
.service_main_menu .box:nth-child(3) .text .title_jp,
.service_main_menu .box:nth-child(4) .text .title_jp{
  line-height: 110%;
  height: 2vw;
  padding: 0.5vw 3% 0.5vw;
}
#container.fixed #navi-in{
  width: 88%;
}
#page-top img{
  width: 40px;
}
#footer-mobile-buttons,
#mobile-search-box{
  display: none;
}
.sp_none{
  display: block;
}
.pc_none{
  display: none;
}
.faq_box dt:before{
    content: "▼";
    font-size: min(4.0vw, 1.4rem,8vw);
    display: inline-block;
    position: absolute;
    color: #de0015;
    right: 5%;
    top: 45%;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
.faq_box dt.open:before{
transform: rotateZ( 180deg );
    color: #3F2019;
}
.pp_page h2.page_h2_2 a:after{
  content: none;
}
.rental_atention{
  margin: 20px 0 0;
    font-size: min(4.0vw, 1.2rem,8vw);
    letter-spacing: 0;
}
.rental_relation_link a {
  display: block;
  font-size: min(4.0vw, 1.3rem,8vw);
  border:solid 1px #efdee0;
  text-align: center;
  padding: 2% 3%;
  width: 80%;
  margin: 20px auto 0;
    font-weight: 400;
    background: #fafafa;
  color: #ab8484;
}
.rental_relation_link a:hover{
  background:#eee;
}
.single #the-content p{
  margin-bottom: 20px;
}
#related-entries #works #list .entry-thumb .img{
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    height: 26vw;
}
#related-entries #works #list .entry-thumb .img img{
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: inherit;
}
.contact_form .checkbox{
  text-align: center;
  margin-top: 3%;
}
.grecaptcha-badge{
  bottom:36%!important;
}
#tax-check-0.uwpqsf_class.togglecheck label{
  display: none;
}
.page-id-4813 .page_imghead header .img_head_box{
      padding: 17vh 5% 0 0;
}
.page-id-4813 .page_imghead header{
  height: 40vh;
}
@media screen and (min-width: 781px){
.sidr.flex_box2{
  display: flex!;
} 
}
@media screen and (min-width:781px) and ( max-width:1200px){
  #navi ul li a{
    font-size: min(1.2vw, 1.4rem,8vw);
    letter-spacing: 1px;
  }
  div#navi-in{
    width: 86%;
  }
  .home .sec2 .box .head .dis{
    font-size: min(1.5vw, 1.6rem,8vw);
  }
  .home .sec2 .box .head .bana_title{
    font-size: min(2.4vw, 4.4rem,8vw);
  }
  .home .sec3 header .dis{
    font-size: min(1.6vw, 1.8rem,8vw);
  }
  h2.h2_base2 .jp{
        font-size: min(1.6vw, 2rem,8vw);
  }
  h2.h2_base2{
    line-height: 200%;
  }
  #navi ul li a .en{
    font-size: min(1.2vw, 1.2rem,8vw);
    letter-spacing: 1px;
  }
  #site-title{
    padding-top: 3vw;
  }
  .sec3 .service_box .box .img .en{
    font-size: min(1.5vw, 2.5rem,8vw);
  }
  .sec1 .info_box .cate a,
  .sec1 .info_box .date{
    font-size: min(1.2vw, 1.2rem,8vw);
    letter-spacing: 1px;
  }
  .sec3 .service_box .box h3.h3_base{
    font-size: min(1.4vw, 1.8rem,8vw);
    letter-spacing: 0;
    height: 50px;
  }
  .sec3 .service_box .box .dis{
    font-size: min(1.2vw, 1.3rem,8vw);
    line-height: 140%;
    letter-spacing: 1px;
  }
  .sec3 .service_box .box .link{
    width: 35%;
    font-size: min(1.2vw, 1.2rem,8vw);
  }
  .sec3 .service_box footer .dis{
    font-size: min(1.5vw, 1.6rem,8vw);
  }
  .sec4 h3.works_h3{
    font-size: min(1.4vw, 1.4rem,8vw);
  }
  .sec4 .left_box .dis{
    font-size: min(1.6vw, 1.6rem,8vw);
  }
  .sec_base.link_sec .dis{
    font-size: min(1.5vw, 1.8rem,8vw);
  }
  .page_imghead header .img_head_box h1.entry-title{
    font-size: min(3.2vw, 3.2rem,8vw); 
  }
  .page_imghead header .img_head_box .en_entry-title {
    font-size: min(1.8vw, 1.8rem,8vw);
  }
  .page_link_sec .text_box h2.page_h2_base{
    font-size: min(2.4vw, 2.4rem,8vw);
  }
  p.base_dis2{
    font-size: min(1.4vw, 1.4rem,8vw);
  }
  .page_link_sec .img_box{
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    height: 70vw;
  }
  .page_link_sec .img_box img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 190%;
    height: auto;
    max-width: inherit;
  }
  .sec_base.link_sec .link_box2{
    width: 30vw;
  }
  .flow_box .box:before{
    border-top: 3vw solid #0000;
    border-left: 2.5vw solid #f3d6d6;
    border-bottom: 3vw solid #0000;
    top: 5.3vw;
  }
  .flow_box .box:after{
    border-top: 3.5vw solid #0000;
    border-left: 3vw solid #fff;
    border-bottom: 3.5vw solid #0000;
    top: 4.8vw;
  }
  .flow_box .box .img_box .title{
    font-size: min(1.6vw, 1.6rem,8vw);
  }
  .flow_box .box .arrow{
    font-size: min(1.2vw, 1.2rem,8vw);
    width: 9vw;
    bottom: -0.5vw;
    left: -6vw;
  }
  .flow_box .box .dis {
    font-size: min(1.3vw, 1.3rem,8vw);
    line-height: 130%;
  }
  .sv_menu_box .box .dis{
    line-height: 200%;
  }
  .sv_menu_box .box .en{
    font-size: min(1.0vw, 1.3rem,8vw);
  }
  .type_image.info h1#archive-title{
    font-size: min(3.2vw, 3.2rem,8vw);
  }
  .type_image.info h1#archive-title{
    width: 65%;
  }
  .type_image.info h1#archive-title .en{
    font-size: min(1.8vw, 1.8rem,8vw);
  }
  .search_dis{
    font-size: min(1.5vw, 1.6rem,8vw);
  }
  h2.search_h2 .jp{
    font-size: min(2.0vw, 2.0rem,8vw);
  }
  #works .searchs #list .des_box{
    padding: 3vw 3%;
  }
  #works #list h2.sr_h2{
    font-size: min(1.8vw, 1.8rem,8vw);
  }
  .searchs .select_list li{
    font-size: min(1.3vw, 1.3rem,8vw);
    margin-bottom: 10px;
  }
  .searchs .des,
  .searchs .outh,
  #list .type-news .entry-card-content .post-meta .category a,
  #list .type-news .entry-card-content .post-meta,
  .related-entry-content .cate_box .category a,
  .news-template-default .post-date, .post-template-default .post-date,
  .navigation a{
    font-size: min(1.4vw, 1.4rem,8vw);
  }
  .searchs .contact_btn a{
    font-size: min(1.7vw, 1.7rem,8vw);
  }
  .works_navi li a{
    font-size: min(1.3vw, 1.2rem,8vw);
    letter-spacing: 0;
  }
  #works #list h2{
    font-size: min(1.6vw, 1.8rem,8vw);
  }
  .base_inner{
    max-width: 90%;
    margin: auto;
  }
  div#sidebar{
    padding: 0;
  }
  #list .type-news header h2 a,
  .related-entry-content h3.related-entry-title a{
    font-size: min(1.5vw, 1.5rem,8vw);
  }
  .single .article header h1.entry-title{
    font-size: min(2.2vw, 2.2rem,8vw);
  }
  .single #the-content{
    font-size: min(1.6vw, 1.6rem,8vw);
  }
  .page_imghead header .img_head_box{
    width: 65%;
  }
  .head_dis{
    font-size: min(1.6vw, 1.8rem,8vw);
  }
  .mwform-checkbox-field label, .mwform-radio-field label{
    font-size: min(1.6vw, 1.6rem,8vw);
  }
  h2.page_h2_header{
    font-size: min(2.6vw, 2.6rem,8vw);
  }
  .rec_page .page_link_sec .text_box h2.page_h2_base .jp{
    display: block;
    width: 100%;
  }
  .faq_box dt .title_head{
    font-size: min(2.4vw, 2.4rem,8vw);
  }
  .faq_box dt .title{
    font-size: min(1.8vw, 1.8rem,8vw);
  }
  h2.page_h2_base2 .en{
    left: 9.5%;
    top: 2vw;
  }
  #works #list .entry-thumb .img{
    height: 57vw;
  }
}
