@charset "UTF-8";
@import url("./style2.css");
@import url("./css/common.css");
/*!
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');
}
.gothic{
  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;
}
p{
  margin: 0;
}
a{
  text-decoration: none;
}
.flex_box.hcenter{
  justify-content:center;
}
/************************************
** 基本設定（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 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;
    letter-spacing: 1.5px;

}

img{
  border-width:0;
  box-sizing: border-box;
  -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;
}
.sp_none{
  display: block;
}
.pc_none{
  display: none;
}
#sidebar{
  display: none;
}
/************************************
** 見出し（H1-6）
************************************/


/************************************
** アンカー
************************************/
a {
  color: #3f2019;
  word-wrap: break-word;
}

a:hover {
  color: #C03;
  opacity: 0.8;
}

.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{

}

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

dt{

}
dd{
margin: 0;
}

/************************************
** テーブル（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: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;
}
#header{
  /*position: fixed;*/
  width: 100%;
    min-width: 1080px;
}
.home .fixed #header{
  position: fixed;
  background:rgba(255,255,255,0.9);
  z-index: 100000000;

}
#header.otherpage{
  position: fixed;
    width: 100%;
  z-index: 100000000;
  top: 0;
  background:rgba(255,255,255,0.9);
}
.home header {
  margin-bottom: 0;
  background: url(../../../../images/top_img1.jpg) no-repeat center;
  background-size: cover;
  height:90vh;
  position: relative;
      image-rendering: -webkit-optimize-contrast;
}
#header .catch{
  position: absolute;
    right: 5%;
    /*top: 49%;*/
    top: 42vh;
  font-size: 4.0rem;
  font-weight: 600;
  text-shadow:0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff;
}
#header .catch.white{
  color: #fff;
  text-shadow: 0 0 8px rgba(74, 53, 81, 0.8), 0 0 8px rgba(74, 53, 81, 0.8), 0 0 8px rgba(74, 53, 81, 0.8);
}
#header .slide_des{
  display: none;
  display: block;
  font-size: 2.2rem;
  line-height: 150%;
  margin-top: 3%;
  font-weight: 700;
}
.fixed #header.front .catch{
  display: none;
}
#header .catch .big{
  font-size: 4.8rem;
}
#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: 740px;*/
  width: 100%;
  /*padding: 20px 29px;*/
  /*border:1px solid #ddd;*/
  background-color:#fff;
  border-radius: 4px;
  /*margin-bottom: 30px;*/
  position: relative;
}

#sidebar {
  float: right;
  /*width: 300px;*/
  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:100px;
  overflow:hidden;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}

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

#site-title a{
  text-decoration:none;
  color:#222;
  font-size:30px;
  font-weight:normal;
}
#site-title img{
  width: 200px;
}
#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 ul{
  position: relative;
  clear: both;
  /*border: 1px solid #ddd;
  background-color:#F7F7F7;
  border-radius:3px;*/
  margin:0;
  padding:0;
  width:100%;
  box-sizing: border-box;
}

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

#navi ul > li{
  float: left;
  list-style:none;
  position: relative;
}

#navi ul li a{
  font-size:14px;
  display: block;
  padding: .3em .7em;
  color:#111;
  text-decoration:none;
  z-index:99;
-moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
#navi ul li a:hover{
  background-color:#B3E20E;
  color: #fff;
}
#navi ul > li a:hover .en{
  color: #fff;
}
#navi ul li a:hover:after{
    content: "▼";
    display: block;
    color: #fff;
    position: absolute;
    bottom: 12px;
    font-size: 1.2rem;
    margin: auto;
    text-align: center;
    left: 0;
    width: 100%;
}

#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;
  background: rgba(255,255,255,0.9);
-moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
#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;

}
#navi ul.children.service{
    width: 80vw;
    left: -26vw;
    max-width: 1080px;
    padding: 30px 40px;
    box-sizing: border-box;
    /*width: 84vw;
    left: -36vw;
    max-width: 1280px;*/
}
#navi ul.children.tlink{
    width: 80vw;
    left: -20vw;
    max-width: 1080px;
    padding: 30px 40px;
    box-sizing: border-box;
}
#navi ul.children.tlink.works{
  left: -35vw;
}
#navi ul.children.tlink.studio{
  left: -40vw;
}
#navi ul.children.service li,
#navi ul.children.tlink li{
  float: left;
  text-align: left;
  width: 23.5%;
  margin-right: 2%;
  height: auto;
  margin-bottom: 2%;
}
#navi ul.children.service li a,
#navi ul.children.tlink li a{
  padding: 0;
  position: relative;
}
#navi ul.children.service li a .img{
  display: block;
  position: relative;
}
#navi ul.children.service li a .img:after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
background: -moz-linear-gradient(top, rgba(63,32,25,0.3) 0%, rgba(63,32,25,0.3) 77%, rgba(63,32,25,0.9) 100%);
    background: -webkit-linear-gradient(top, #3f20194d 0%,#3f20194d 77%,#3f2019e6 100%);
    background: linear-gradient(to bottom, #3f20194d 0%,#3f20194d 77%,#3f2019e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d3f2019', endColorstr='#e63f2019',GradientType=0 );
  }
  #navi ul.children.service li a:hover:after,
  #navi ul li.last a:hover:after,
  #navi ul.children.tlink a:hover:after,
  #navi ul li.child_none a:hover:after {
    content: none;
  }
  #navi ul.children.service li.page_item a .en_title2{
      font-family: 'Dancing Script', cursive;
      font-size: 1.4rem;
      position: absolute;
      bottom:32%;
      left: 10px;
      color: #fff;
  }
  #navi ul.children.service li.page_item.v2{
    /*display: none;*/
    width: 36.2%;
  }
  #navi ul.children.service li.page_item.v2 a .jp{
    width: 96%;
    padding: 5px 2%;
    letter-spacing: -1px;
  }
  #navi ul.children.tlink li.page_item{
    margin-bottom: 3%;
    border: solid 1px #eee;
    box-sizing:border-box;
    background: #ffffff3b;
  }
  #navi ul.children.tlink li.page_item a{
    display: block;
    padding: 15px 0;
  }
  #navi ul.children.tlink li.page_item a .en_title2{
      font-family: 'Dancing Script', cursive;
      font-size: min(1.0vw, 1.4rem,5vw);
      display: block;
      padding-left: 20px;
  }
  #navi ul.children.service li.page_item a .jp{
    position: absolute;
    bottom: 10%;
    display: block;
    width: 90%;
    left: 0;
    background: rgba(179,226,14,0.9);
    color: #fff;
    font-size: 1.5rem;
      font-size: min(1.2vw, 1.5rem,5vw);
    letter-spacing: 0;
    padding: 5px 5%;
  }
  #navi ul.children.tlink li.page_item a .jp{
  font-size: 1.6rem;
  padding-left: 20px;
}
#navi ul.children.service li.li_top,
#navi ul.children.tlink li.li_top{
  height: 200px;
  margin-right: 0;
}
#navi ul.children.service.v2 li.li_top{
  height: 300px;
}
#navi ul.children.service li.li_top .en,
#navi ul.children.tlink li.li_top .en{
  font-size: 3.6rem;
  color: #B3E20E;
      font-family: 'Dancing Script', cursive;
      display: block;
      margin-bottom: 10px;
}
#navi ul.children.tlink li.page_item:before{
  content: "";
  height: 100%;
  border-left: solid 4px #B3E20E;
  position: absolute;
  left: 0;
}


/* 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;
}

.works_list .entry-thumb{
  width: 40%;
  box-sizing:border-box;
}

.entry-thumb a{
  display: block;
}
.category .entry-thumb img{
  max-height: 245px;
}
.entry-thumb img{

}

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

.works_list .entry-card-content{
  width: 60%;
  box-sizing:border-box;
  padding-right: 5%;
}

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

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

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

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

.entry-title{

}

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

.entry-read{
  margin:0;
}


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


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

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


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

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

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

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

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

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

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

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

/************************************
** パンくずリスト（Breadcrumb）
************************************/
#breadcrumb{
  margin-bottom: 20px;
  color:#3F2019;
  font-size:13px;
  margin-top: 0px;
  padding-top: 15vh;
  position: relative;
  z-index: 1;
  text-align: right;
  margin-right: 20px;
}
.single #breadcrumb,
.tax-ncategory #breadcrumb,
.page-template-page-page-news #breadcrumb{
  margin-top: 0%;
  margin-bottom: 8%;
}
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:#777;
}


/************************************
** 前の記事へ、次の記事へ
************************************/
.navigation{
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
  margin: 20px 0px 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:0px;
  margin-right:0px;
  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:#3f2019;
}

.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;
  padding: 0px;
}

#footer-widget {
  margin: 10px auto 8%;
  text-align: left;
  padding:0 3%;
}

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

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

#footer-widget li {
  font-size: 14px;
}

#footer a {
  color: #3F2019;
}

#footer h3{
  color:#fff;
  font-size: 16px;
}

#copyright{
  padding: 20px 0;
  font-size: 80%;
  text-align:left;
  background: url(../../../../images/top_img30.png) no-repeat top center;
  background-size: 100%;
    padding: 100px 0px 50px 8%;
    color: #fff;
        image-rendering: -webkit-optimize-contrast;
}

#copyright a{
  text-decoration:none;
}


/************************************
** 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);
}
#header-in{
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
  -moz-box-shadow:0px 0px 5px rgba(196,196,196,0.75);
  -webkit-box-shadow:0px 0px 5px rgba(196,196,196,0.75);
  box-shadow:0px 0px 5px rgba(196,196,196,0.75);
  position: relative;
  z-index: 10;
}
.home #header-in{
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.66+58,0.66+58,0+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0.66) 0%, rgba(255,255,255,0.66) 58%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0.66) 0%,rgba(255,255,255,0.66) 58%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0.66) 0%,rgba(255,255,255,0.66) 58%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.home #header-in.fixed{
  background:#fff;
}
.flex_box{
      display: flex;
    flex-flow: row wrap;
    justify-content: left;
}
#header-in #h-top{
  width: 20%;
}
#header-in nav{
  width: 80%;
}
#navi ul{
  text-align: right;
}
#navi ul > li{
  float: none;
  display: inline-block;
  text-align: center;
}
#navi ul > li a{
  font-size: 1.6rem;
  color: #996666;
  display: block;
  padding: 40px 1.5vw;
}
#navi ul > li .en{
  display: block;
  font-size: 1.2rem;
  color: #DDCCCA;
  margin-top: 5px;
  -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
#navi ul > li.last a{
  padding: 10px 40px 10px 50px;
  background: #B3E20E;
  position: relative;
  top: -13px;
  color: #fff;
}
#navi ul > li.last a img{
  width: 20px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  top: 1px;
}
#footer-widget .left_box{
  width: 30%;
}
#footer-widget .right_box{
  width: 60%;
  margin-left: 10%;
}
#footer-widget .left_box .foot_logo{
  margin-bottom: 30%;
}
#footer-widget .left_box .foot_logo img{
  max-width: 310px;
  width: 100%;
}
#footer-widget .left_box p{
  font-size: 1.2rem;
  line-height: 30px;
  letter-spacing: 0.5px;
}
#footer-widget .right_box dl{
  width: 31%;
  margin-right: 3.5%;
}
#footer-widget .right_box dl:nth-child(3n){
  margin-right: 0;
}
#footer-widget .right_box dt{
  font-size: 1.8rem;
  border-bottom: solid 1px #DDCCCA;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#footer-widget .right_box dt .jp{
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 10px;
  letter-spacing: 0.5px;
}
#footer-widget .right_box dd li{
  font-size: 1.2rem;
  line-height: 21px;
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 10px;
}
#footer-widget .right_box dd li:before{
  content: "-";
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
#footer-widget .right_box dd ul{
  margin: 0 0 30px;
  padding: 0;
}
.page_foot_contact{
  background: url(../../../../images/top_img30.jpg) no-repeat top center;
  background-size: 100%;
  padding-bottom: 450px;
  margin-bottom: 7%;
      image-rendering: -webkit-optimize-contrast;
}
.pf_contact_box{
  width: 80%;
  margin: 5% auto;
}
.pf_contact_box .left_box .en_title{
  font-size: 7.2rem;
  font-family: 'Cormorant Garamond', serif;
}
h2.base_h2_jp_title{
  font-size: 2.0rem;
  font-weight: 500;
}
.pf_contact_box .left_box{
    width: 30%;
}
.pf_contact_box .right_box{
  width: 32%;
  text-align: right;
      margin-top: 2%;
}
.pf_contact_box .center_box{
  text-align: center;
  width: 38%;
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 6%;
}
.pf_contact_box .right_box .tel{
  margin-bottom: 15px;
}
.pf_contact_box .right_box .tel a{
  font-size: 3.8rem;
  font-size: min(3vw, 3.8rem,5vw);
  font-weight: 900;
  color: #3F2019
}
.pf_contact_box .right_box .tel img{
  width: 23px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 10px;
}
.pf_contact_box .right_box .mail img{
  width: 28px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.pf_contact_box .right_box .mail a{
    display: block;
    padding: 10px 0 15px;
    border: solid 1px #3F2019;
    width: 312px;
    margin: 0 0 0 auto;
      color: #3F2019;
      font-size: 1.6rem;
}
.pf_contact_box .right_box .mail img.arrow{
    width: auto;
    margin-left: 10px;
}

/***********************************************************
トップページ
***********************************************************/
.head_info{
  padding: 40px 30px;
  -moz-box-shadow:0px 3px 3px #eee;
  -webkit-box-shadow:0px 3px 3px #eee;
  box-shadow:0px 3px 3px #eee;
  align-items: center;
}
.head_info .info_title{
  width: 15%;
  text-align: center;
  /*margin-top: 15px;*/
}
.head_info .info_title span{
  display: block;
  color: #966;
      /*color: #3F2019;*/
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 3px;
  /*padding-top: 5%;*/
}
.head_info .info_title img{
  display: block;
  margin: auto;
}
.head_info .head_info_list{
  width: 68%;
  margin: 0;
  box-sizing:border-box;
}
.head_info .right{
  width: 17%;
  text-align: right;
}
.head_info .right a{
  font-size: 1.6rem;
}
.head_info .right a img{
      margin-left: 10px;
}
.head_info .right .link_box4{
  /*padding-top: 12%;*/
}
.head_info .head_info_list li{
  font-size: 1.4rem;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: dotted 1px #eee;
  color: #996666;
  flex-flow: row;
}
.head_info .head_info_list li .title{
  margin-left: 3%;
  width: 70%;
  display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 1.5em;
    overflow: hidden;
}
.head_info .head_info_list li a{
  color: #996666;
  /*color: #3F2019;*/
}
.head_info .head_info_list li a:hover{
  color: #C03;
  /*text-decoration: underline;*/
}
.head_info .head_info_list li:nth-last-child(1){
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.head_info .head_info_list li .date{
  font-size: 1.2rem;
  display: inline-block;
  /*width: 12%;*/
  width: 9em;
}
.head_info .head_info_list li .cate{
  font-size: 1.2rem;
  display: inline-block;
  /*width: 15%;*/
  width: 12em;
}
.head_info .head_info_list li .cate a{
  display: inline-block;
  background:#b3e20e;
  padding: 6px 0.5em;
  text-align: center;
  color: #fff;
  width: 100%;
  box-sizing:border-box;
  line-height: 1.2em;
}
.en_title{
    font-family: 'Cormorant Garamond', serif;
}
.sec1{
  background:#eef2dd;
}
.sec1 .sec_content{
  overflow: hidden;
  padding: 10% 0 0;
}
.sec1 .left_img{
  width: 20%;
  position: relative;
  left: -3%;
}
.sec1 .left_img img{
  max-width: 106%;
}
.sec1 .sec1box{
  width: 35%;
  box-sizing:border-box;
  padding-left: 3%;
  padding-top: 5%;
  padding-bottom: 5%;
}
.sec1 .right_img{
  width: 45%;
  position: relative;
  right: -1%;
}
.sec1 .right_img img{
  max-width: inherit;
  max-height: 100%;
  position: absolute;
  left: 0;
}
.sec1 .left_img img{
  max-width: inherit;
  max-height: 100%;
  position: absolute;
  right: 0;
}
.sec1 .en_title{
  font-size: 5.8rem;
  margin-bottom: 60px;
font-size: min(4.8vw, 5.8rem,8vw);
}
.sec1 h2.h2_base2{
  font-size: 2.0rem;
  margin-bottom: 60px;
font-size: min(1.6vw, 2rem,8vw);
}
.sec1 h2.h2_base2 .big{
  font-size: 2.6rem;
}
.sec_base .dis{
  font-size: 1.4rem;
  line-height: 200%;
  margin-bottom: 20px;
}
.sec_base .dis.last1{
  margin-bottom: 40px;
}
.sec_base .link_box_base{
  position: relative;
}
.sec_base .link_box_base a{
  display: block;
  border: solid 1px #d4b4b4;
  font-size: 1.6rem;
  font-weight: 600;
  width: 300px;
  text-align: center;
  padding: 10px 20px;
  color: #996666;
  position: relative;
  z-index: 1;
}
.sec_base .link_box_base:after{
  content: "";
  display: block;
    width: 300px;
      padding: 0px 20px;
  position: absolute;
  left: 7px;
  top: 6px;
  height: 100%;
  background:#f6f7f0;
}
.sec_base .link_box_base a .en{
  color: #d4b4b4;
  font-size: 1.2rem;
  font-weight: 40;
  margin: 0 10px;
}
.sec2{
  background-image:
  url(../../../../images/top_img4.png),
  url(../../../../images/top_img5-2.jpg);
  background-repeat: no-repeat,no-repeat;
  background-size: 100%,100%;
  background-position: top -9vw center,top 5vw center;
  padding-top: 28%;
      image-rendering: -webkit-optimize-contrast;
}
.sec2 .sec_content{
  width: 100%;
  margin: auto;
}
.sec2 .sec_content .Service_box{
  width: 47%;
  margin: 0 1% 2% 2%;
  position: relative;
  overflow: hidden;
-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;
}
.sec2 .sec_content .Service_box a{
  color: #fff;
  display: block;
  padding: 5%;
  height: 300px;
  position: relative;
  box-sizing:border-box;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3f2019+0,3f2019+100&0.3+77,0.9+100 */
background: -moz-linear-gradient(top, rgba(63,32,25,0.3) 0%, rgba(63,32,25,0.3) 77%, rgba(63,32,25,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(63,32,25,0.3) 0%,rgba(63,32,25,0.3) 77%,rgba(63,32,25,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(63,32,25,0.3) 0%,rgba(63,32,25,0.3) 77%,rgba(63,32,25,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d3f2019', endColorstr='#e63f2019',GradientType=0 ); /* IE6-9 */
}
.sec2 .sec_content .Service_box:nth-child(2n){
  margin: 0 2% 2% 1%;
}
.sec2 .sec_content .Service_box.sv1{
  background:url(../../../../images/top_img6.jpg) no-repeat center;
  background-size: cover;
      image-rendering: -webkit-optimize-contrast;
}
.sec2 .sec_content .Service_box.sv2{
  background:url(../../../../images/top_img7.jpg) no-repeat center;
  background-size: cover;
      image-rendering: -webkit-optimize-contrast;
}
.sec2 .sec_content .Service_box.sv3{
  background:url(../../../../images/top_img8.jpg) no-repeat center;
  background-size: cover;
      image-rendering: -webkit-optimize-contrast;
}
.sec2 .sec_content .Service_box.sv4{
  background:url(../../../../images/top_img9.jpg) no-repeat center;
  background-size: cover;
      image-rendering: -webkit-optimize-contrast;
}
.sec2 .sec_content .Service_box.sv5{
  background:url(../../../../images/top_img10.jpg) no-repeat center;
  background-size: cover;
      image-rendering: -webkit-optimize-contrast;
}
.sec2 .sec_content .Service_box.sv6{
  background:url(../../../../images/top_img11.jpg) no-repeat center;
  background-size: cover;
      image-rendering: -webkit-optimize-contrast;
}
.sec2 .sec_content .Service_box.sv8{
  background:url(../../../../images/em_menu_new1.webp) no-repeat center;
  background-size: cover;
      image-rendering: -webkit-optimize-contrast;
}
.sec2 .sec_content .Service_box.sv9{
  background:url(../../../../images/em_menu_new2.webp) no-repeat center;
  background-size: cover;
      image-rendering: -webkit-optimize-contrast;
}
.sec2 .sec_content .Service_box.sv10{
  background:url(../../../../images/em_menu_new3.webp) no-repeat center;
  background-size: cover;
      image-rendering: -webkit-optimize-contrast;
}
.sec2 .sec_content .Service_box.sv11{
  background:url(../../../../images/em_menu_new4-3.webp) no-repeat center;
  background-size: cover;
      image-rendering: -webkit-optimize-contrast;
}
.sec2 .sec_content.v2{
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.home .sec2 .sec_content.v2{
  max-width: 100%;
}
.sec2 .sec_content .Service_box.v2{
  /*display: none;*/
}
.sec2 .sec_content .Service_box .en_title2{
  font-family: 'Dancing Script', cursive;
}
.sec2 .Service_box .en_title2{
  font-size: 2.1rem;
  position: absolute;
  bottom: 30%;
}
.sec2 .Service_box .en_title2 .num{
  font-size: 2.5rem;
  margin-left: 5px;
}
.sec2 .Service_box h2.h2_base3{
  position: absolute;
  bottom: 5%;
    font-size: min(1.8vw, 2.5rem,8vw);
}
.sec2 .Service_box.v2 h2.h2_base3{
  bottom: 17%;
}
.sec2 .Service_box .proper{
  position: absolute;
  right: 5%;
  text-align: right;
  font-size: 1.7rem;
  line-height: 28px;
  font-weight: 500;
}
.sec2 .sec_content .Service_box.v2 .en_title2{
  bottom: 40%;
}
.sec2 .Service_box .link_box2{
  position: absolute;
  right: 5%;
  bottom:7%;
  font-size: 1.2rem;
}
.sec2 .Service_box .link_box2 img{
  display: inline-block;
  margin-left: 5px;
}
.sec2 .sec_content .Service_box.sv7{
  width: 96%;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.sec2 .sec_content .Service_box.sv7 a{
  background: #9bb84c;
  display: flex;
  height: auto;
}
.sec2 .sec_content .Service_box.sv7 .left_box{
  width: 22%;
  margin-left: 2%;
}
.sec2 .sec_content .Service_box.sv7 .left_box .en_title{
  font-size: 3.0rem;
  font-weight: 600;
}
.sec2 .sec_content .Service_box.sv7 .left_box h2.h2_base4{
  font-size: 1.4rem;
  font-weight: 400;
}
.sec2 .Service_box.sv7 .proper{
  position: static;
  width: 40%;
  padding: 0 3%;
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 28px;
font-size: min(1.09vw, 1.6rem,9vw);
    padding-top: 20px;
}
.sec2 .Service_box.sv7 .link_box3{
  position: static;
  width: 28%;
  text-align: left;
  margin-right: 2%;
}
.sec2 .Service_box.sv7 .link_box3 .box{
  border: solid 1px #fff;
  font-size: 1.6rem;
  text-align: center;
  max-width: 280px;
  margin: auto;
  padding: 10px;
  margin-top: 10px;
}
.sec2 .Service_box.sv7 .link_box3 .en{
  font-size: 1.2rem;
  display: inline-block;
  margin: 0 10px;
}
.sec3{
  position: relative;
  padding-top: 210px;
  overflow: hidden;
}
.sec3 .sec_content{
  position: relative;
  z-index: 1;
}
.sec3 .head_img{
  position: absolute;
  top: -10%;
}
.sec3 .head_img1{
  position: absolute;
  top: -2%;%;
}
.sec3 .head_img1 img{
  max-width: 300px;
  width: 90%;
}
.sec3 .head_img2{
    position: absolute;
    top: -4%;
    right: -7%;
}
.sec3 .head_img2 img{
  max-width: 650px;
  width: 90%;
}
.sec_base .sec_content .en_title_base{
  font-size: 7.6rem;
  display: block;
  margin-bottom: 50px;
font-family: 'Cormorant Garamond', serif;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.sec_base .sec_content .base_h2_jp_title{
  font-size: 2.0rem;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}
.sec3 .sec_content .work_box.reverse{
  flex-direction:row-reverse;
}
.sec_base.sec3 .sec_content .right_box{
  width: 50%;
}
.sec_base.sec3 .sec_content .reverse{
  padding: 20px 0 5%;
}
.sec_base.sec3 .sec_content .reverse .left_box{
  width: 50%;
  box-sizing:border-box;
  padding: 3% 8% 3% 5%;
}
.sec_base.sec3 .sec_content .gbk .left_box{
  width: 50%;
  box-sizing:border-box;
  padding: 3% 5% 3% 8%;
}
.sec_base.sec3 .sec_content .left_box{
  width: 50%;
}
.sec_base.sec3 .sec_content .left_box .en_title2{
  font-family: 'Dancing Script', cursive;
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 600;
}
.sec_base.sec3 .sec_content .left_box .en_title2 .big{
  font-size: 2.9rem;
}
.sec_base.sec3 .sec_content .left_box .en_title2 .num{
  font-size: 2.1rem;
}
.sec_base.sec3 .sec_content .left_box h3.h3_base{
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddccca;
}
.sec_base.sec3 .sec_content .left_box .link_box_base{
  margin-top: 8%;
}
.sec_base.sec3 .sec_content .gbk{
  padding: 7% 0;
  background: #eef2dd;
}
.sec_base.sec4{
  background-image:
  url(../../../../images/top_img15.png),
  url(../../../../images/top_img16-2.jpg);
  background-repeat: no-repeat,no-repeat;
  background-size: 100%,100%;
  background-position: top -9% center,top -8% center;
  padding-top: 21%;
      image-rendering: -webkit-optimize-contrast;
}
.sec_base.sec4 .en_title2{
  font-size: 1.8rem;
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
}
.sec_base.sec4 .en_title2 .big{
  font-size: 2.8rem;
}
.sec_base.sec4 .en_titlebk{
  font-size: 15rem;
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
  position: absolute;
    left: -7%;
    bottom: -51%;
  color: #f7f4f0;
}
.sec_base.sec4{
  overflow: hidden;
}
.sec_base.sec4 .head{
  width: 94%;
  margin: 0 auto 5%;
  position: relative;
}
.sec_base.sec4 .head .left{
  width: 30%;
}
.sec_base.sec4 .head .center{
  width: 20%;
  text-align: center;
  margin-top: 4%;
}
.sec_base.sec4 .head .right{
  width: 50%;
  text-align: right;
  margin-top: 4%;
}
.sec_base.sec4 .head .right .link_box4 .text{
    font-size: 1.8rem;
    margin-right: 10%;
}
.sec_base.sec4 h2.h2_base5{
  font-size: 3.3rem;
  font-weight: 500;
  margin-top: 20px;
}
.sec_base.sec4 .head .right a{
  color:#3f2019;
  font-size: 1.6rem; 
}
.sec_base.sec4 .head .right a img{
  margin-left: 10px;
}
.sec4 .work_box_list{
  width: 125%;
  margin-left: -3%;
  padding: 6px 0;
  margin-bottom: 2%;
  position: relative;
  z-index: 1;
  height: 16vw;
}
.sec4 .work_box_list .box{
  /*height: 250px;*/
  height: 16vw;
  margin-right: 2%;
-moz-box-shadow:3px 3px 3px #e2d9d9;
-webkit-box-shadow:3px 3px 3px #e2d9d9;
box-shadow:3px 3px 3px #e2d9d9;
max-width: 400px;
overflow: hidden;
position: relative;
margin-bottom: 60px;
}
.sec4 .work_box_list .box:nth-last-child(1){
  margin-right: 0;
}
.sec4 .work_box_list .box .link_text{
  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: rgba(0,0,0,0.0);
-moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
.sec4 .work_box_list .box .link_text img{
  width:40px;
  display: block;
  margin: 10% auto 3%;
}
.sec4 .work_box_list .box a:hover .link_text{
  height: 100%;
  background: rgba(0,0,0,0.8);
    bottom: 0;
    left: 0;
    z-index: 1;
    visibility: visible;
    opacity: 1;
  color: #fff;
  padding: 5%;
}
.sec4 .work_box_list .box a:hover .link_text .click{
   display: block;
   font-size: 1.2rem;
   margin-top: 5%;
   font-weight: 300;
}
.sec4 .work_box_list .box img{
  max-height: 100%;
  max-width: 180%;
  position: relative;
}
.sec5{
  background:url(../../../../images/top_img32.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 20% 0 10%;
}
.sec5:before{
  content: "";
  display: block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#231815+0,231815+100&0.3+77,0.9+100 */
background: -moz-linear-gradient(left, rgba(35,24,21,0.3) 0%, rgba(35,24,21,0.3) 77%, rgba(35,24,21,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(35,24,21,0.3) 0%,rgba(35,24,21,0.3) 77%,rgba(35,24,21,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(35,24,21,0.3) 0%,rgba(35,24,21,0.3) 77%,rgba(35,24,21,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d231815', endColorstr='#e6231815',GradientType=1 ); /* IE6-9 */
width: 100%;
height: 100%;
position: absolute;
top: 0;
}
.sec6:before {
    content: "";
    display: block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.66+25,0+100 */
background: -moz-linear-gradient(left, rgba(255,255,255,0.66) 0%, rgba(255,255,255,0.66) 25%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0.66) 0%,rgba(255,255,255,0.66) 25%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0.66) 0%,rgba(255,255,255,0.66) 25%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.sec5 .text_box{
  width: 40%;
  margin: 0 0 0 auto;
  color: #fff;
  position: relative;
  z-index: 1;
}
.sec5 .sec_content:before{
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 14%;
  background: url(../../../../images/top_img31.png) no-repeat top center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
      image-rendering: -webkit-optimize-contrast;
}
.sec5 .sec_content:after{
  /*content: "";*/
  display: block;
  width: 100%;
  height: 0;
  padding-top: 14%;
  background: url(../../../../images/top_img32.png) no-repeat bottom center;
  background-size: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
      image-rendering: -webkit-optimize-contrast;
}
.sec5 .text_box .entitle3{
  font-size: 3.4rem;
  color: #897e7c;
  font-family: 'Dancing Script', cursive;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 58%;
}
.sec5 .text_box .entitle4{
 font-size: 5.8rem; 
 font-weight: 400;
 font-family: 'Cormorant Garamond', serif;
 margin-bottom: 5%;
    font-size: min(4.5vw, 5.8rem,8vw);
}
.sec5 .text_box h2.h2_base6{
  font-size: 2.0rem;
  font-weight: 400;
  margin-bottom: 45px;
}
.sec5 .text_box .dis{
  font-size: 1.4rem;
  margin-bottom: 10%;
  font-weight: 300;
}
.sec_base.sec5 .link_box_base a .en{
  color: #fff;
}
.sec5 .link_box_base a{
  border: solid 1px #fff;
  color: #fff;
}
.sec5.sec_base .link_box_base:after{
  background: rgba(255,255,255,0.1);
}
.ab_img{
  position: relative;
}
.ab_img .head_img1{
  position: absolute;
  left: 0;
  top: -230px;
  display: none;
}
.ab_img .head_img1 img{
  max-width: 300px;
}
.ab_img .head_img2{
  position: absolute;
  right: 0;
  top: -230px;
  display: none;
}
.sec6{
  background:url(../../../../images/top_img26.jpg) no-repeat center;
  background-size: cover;
  position: relative;
    padding: 5% 0;
    margin-top: 5%;
}
.sec6 .text_box{
  width: 40%;
  margin: 0 auto 0 5%;
  position: relative;
  z-index: 1;
}
.sec6 .text_box .entitle3{
  font-size: 3.4rem;
  color: #C7B299;
  font-family: 'Dancing Script', cursive;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 20%;
    letter-spacing: 3px;
}
.sec6 .text_box .h2_base6{
 font-size: 7.8rem; 
 font-weight: 400;
 font-family: 'Cormorant Garamond', serif;
 margin-bottom: 6%;
     margin-top: 34px;
font-size: min(6vw, 7.8rem,8vw);
}
.sec6 .text_box .h2_base6 .jp{
  font-size: 2.0rem;
  font-weight: 600;
  margin-left: 20px;
  display: inline-block;
}
.sec6 a{
  color: #3F2019;
}
.sec6 .text_box .dis {
  margin-bottom: 10%;
}
.sec_base.sec6 .link_box_base:after{
  background: #f6f7f0;
}
.sec_base.sec6 .link_box_base .box{
    display: block;
    border: solid 1px #d4b4b4;
    font-size: 1.6rem;
    font-weight: 600;
    width: 300px;
    text-align: center;
    padding: 10px 20px;
    color: #996666;
    position: relative;
    z-index: 1;
}
.sec_base.sec5 .link_box_base .box {
    display: block;
    border: solid 1px #fff;
    font-size: 1.6rem;
    font-weight: 600;
    width: 300px;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.sec_base.sec5 .link_box_base .box .en {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 40;
    margin: 0 10px;
}
.sec_base.sec6 .link_box_base .box .en {
    color: #d4b4b4;
    font-size: 1.2rem;
    font-weight: 40;
    margin: 0 10px;
}
.sec_base.sec6 .link_box_base a .en{
  color: #fff;
}
.sec7 .sec_content{
  width: 96%;
  margin: 5% auto;
}
.sec7 .bana_box{
  width: 49%;
  margin-right: 2%;
}
.sec7 .bana_box img{
  -moz-box-shadow: 3px 3px 3px #E5DFDF;
    -webkit-box-shadow: 7px 7px 3px #e5dfdf;
    box-shadow: 7px 7px 3px #e5dfdf;
}
.sec7 .bana_box:nth-child(2n){
  margin-right: 0;
}
/******************************************
ページベース
******************************************/
header.type_base{
  background: url(../../../../images/page/page_title_header.png) no-repeat top center;
  background-size: cover;
padding: 0% 0 8%;
  text-align: center;
  color: #fff;
  margin-bottom: 4%;
      image-rendering: -webkit-optimize-contrast;
}
header.type_image{
  background-size: cover;
  padding: 0% 0 0%;
  height: 65vh;
  position: relative;
}
header.type_image:after{
  content: "";
  display: block;
  width: 100%;
  background: url(../../../../images/wave_up_bk.png) no-repeat bottom center;
  background-size: 100%;
  height: 0;
  padding-bottom: 20%;
  position: absolute;
  bottom: -2px;
      image-rendering: -webkit-optimize-contrast;
}
header.type_image:before{
content: "";
display: block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b3e20e+0,b3e20e+100&0.8+0,0+32 */
/*background: -moz-linear-gradient(left, rgba(179,226,14,0.8) 0%, rgba(179,226,14,0) 32%, rgba(179,226,14,0) 100%);
background: -webkit-linear-gradient(left, rgba(179,226,14,0.8) 0%,rgba(179,226,14,0) 32%,rgba(179,226,14,0) 100%);
background: linear-gradient(to right, rgba(179,226,14,0.8) 0%,rgba(179,226,14,0) 32%,rgba(179,226,14,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccb3e20e', endColorstr='#00b3e20e',GradientType=1 ); */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#996666+0,996666+100&0.8+0,0+50 */
background: -moz-linear-gradient(left, rgba(153,102,102,0.8) 0%, rgba(153,102,102,0) 50%, rgba(153,102,102,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(153,102,102,0.8) 0%,rgba(153,102,102,0) 50%,rgba(153,102,102,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(153,102,102,0.8) 0%,rgba(153,102,102,0) 50%,rgba(153,102,102,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc996666', endColorstr='#00996666',GradientType=1 ); /* IE6-9 */
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
header.type_base .breadcrumb,
header.type_image .breadcrumb{
  text-align: right;
}
header.type_base h1{
  font-size: 3.3rem;
  font-weight: 500;
  margin-top: 4%;
}
header.type_image h1{
  font-size: 3.3rem;
  font-weight: 500;
  margin-top: 16vh;
  color: #3f2019;
  position: relative;
  z-index: 1;
  /*margin-left: 5%;*/
  margin-left: 0;
  font-weight: 700;
  text-align: center;

}
.page-id-2072 header.type_image h1,
.page-id-1955 header.type_image h1,
.page-id-2116 header.type_image h1,
.page-id-1944 header.type_image h1,
.page-id-4629 header.type_image h1{
  /*text-align: left;
  margin-left: 5%;
  color: #fff;*/
      text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
}
.page-id-2072 header.type_image h1 .en{
  /*color: #fff;*/
}

header.type_base h1 .en{
  font-size: 2.0rem;
    font-family: 'Dancing Script', cursive;
    display: block;
  margin-top:2%;
}

header.type_image h1 .en{
  font-size: 2.0rem;
    font-family: 'Dancing Script', cursive;
    display: block;
  margin-top:2%;
  color: #3f2019;
}
header.type_base .h1_en{
    font-weight: 500;
    margin-top: 16vh;
    color: #fff;
    position: relative;
    z-index: 1;
    /* margin-left: 5%; */
    margin-left: 0;
    font-weight: 700;
    text-align: center;
  font-size: 2.0rem;
    font-family: 'Dancing Script', cursive;
    display: block;
  margin-top:2%;
}
header.type_image .h1_en{
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
    font-weight: 500;
    margin-top: 16vh;
    color: #3f2019;
    position: relative;
    z-index: 1;
    /* margin-left: 5%; */
    margin-left: 0;
    font-weight: 700;
    text-align: center;
  font-size: 2.0rem;
  font-family: 'Dancing Script', cursive;
  display: block;
  margin-top:2%;
  color: #3f2019;
}
.base_inner{
  max-width: 1280px;
  margin: auto;
}
p.base_dis{
  font-size: 1.6rem;
  line-height: 42px;
}
.pp_page p.base_dis{
  margin-bottom: 60px;
}
h2.page_h2_1{
  font-size: 1.8rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e6e6e6;
}

h2.page_h2_2{
  text-align: center;
  font-size: 2.8rem;
}
h2.page_h2_2 .en{
  font-size: 2.0rem;
    font-family: 'Dancing Script', cursive;
    color: #d9e094;
    display: block;
    margin: 20px 0;
}
h2.page_h2_2 a:after,
h2.page_h2_2:after{
  content: "";
  width: 30px;
  border-bottom: solid 3px #d9e094;
  display: block;
  margin: auto;
}
p.serviceno{
  margin-top: 14vh;
  position: relative;
  z-index: 1;
  font-size: 2.1rem;
  font-family: 'Dancing Script', cursive;
  display: block;
  letter-spacing: 0.5px;
  color: #3f2019;
  text-align: center;
  text-align: left;
  color: #fff;
  margin-left: 5%;
}
p.serviceno .no{
  font-size: 3.6rem;
  display: inline-block;
  margin-left: 5px;
}
.sec2.page_page{
  background: none;
  padding-top: 6%;
  margin-bottom: 6%;
}
header.type_image.servicechild  h1{
  margin-top: 30px;
  text-align: left;
  color: #fff;
  margin-left: 5%;
  letter-spacing: 2px;
    text-shadow: none;
}
header.type_image.servicechild h1 .en{
  color: #fff;
  letter-spacing: 4px;
}
header.type_image.servicechild .h1_en{
  text-shadow:none;
    font-weight: 500;
    color: #3f2019;
    position: relative;
    z-index: 1;
    /* margin-left: 5%; */
    margin-left: 5%;
    letter-spacing: 4px;
    font-weight: 700;
    text-align: left;
  font-size: 2.0rem;
  font-family: 'Dancing Script', cursive;
  display: block;
  margin-top:2%;
  color: #fff;
}
header.type_image.servicechild.right .h1_en{
  width: 20%;
  margin-left: auto;
  margin-right: 5%;
}
.right p.serviceno{
  width: 20%;
  margin-left: auto;
  margin-right: 5%;
}
header.type_image.servicechild.right h1{
  width: 20%;
  margin-left: auto;
  margin-right: 5%;
  font-size: min(3.3rem ,2.2vw);
}
.page-id-2011 header.type_image.servicechild.right .h1_en{
  width: 32%;
}
.page-id-2011 .right p.serviceno{
  width: 32%;
}
.page-id-2011 header.type_image.servicechild.right h1{
  width: 32%;
}
.page-id-2046 header.type_image.servicechild.right .h1_en{
  width: 25%;
}
header.type_image.right:before {
    content: "";
    display: block;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#996666+0,996666+100&0+49,0.8+100 */
background: -moz-linear-gradient(left, rgba(153,102,102,0) 0%, rgba(153,102,102,0) 49%, rgba(153,102,102,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(153,102,102,0) 0%,rgba(153,102,102,0) 49%,rgba(153,102,102,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(153,102,102,0) 0%,rgba(153,102,102,0) 49%,rgba(153,102,102,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00996666', endColorstr='#cc996666',GradientType=1 ); /* IE6-9 */    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
header.type_image.servicechild.right h1 .en{
  margin-top: 10%;
}
/******************************************
プライバシーポリシー
******************************************/
.page_base {
  margin-bottom: 120px;
}
/******************************************
サイトマップ
******************************************/
.page-id-1937 .sitemap_ul{
  margin-top: 4%;
  margin-bottom: 6%;
}
.page-id-1937 .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-1937 .sitemap_ul li a{
  padding: 4% 4% 4% 6%;
  display: block;
  position: relative;
  font-weight: 600;
}
.page-id-1937 .sitemap_ul li a:before{
  content: "";
  width: 4px;
  border-left: solid 3px #3f2019;
  height: 25px;
  display: inline-block;
  position: absolute;
  left: 3%;
}
.page-id-1937 .sitemap_ul li:nth-child(3n){
  margin-right: 0;
}
/******************************************
コンタクトページ
******************************************/
.ct_page{
  padding-top: 6%;
  margin-bottom: 0;
}
.page_base .base_dis2{
  font-size: 1.6rem;
  line-height: 34px;
  margin-bottom: 40px;
  font-weight: 600;
  text-align: center;
}
.contact_box{
  margin-top: 8%;
  padding-top: 10%;
  background-color:#f8f9dc;
}
.up_wavw{
  background-image: url(../../../../images/wave_bt_bk.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
.up_wavw.bt_wavw{
  background-image:url(../../../../images/wave_bt_bk.png),url(../../../../images/wave_up_bk.png);
  background-repeat: no-repeat,no-repeat;
  background-position: top center,bottom center;
  background-size: 100%,100%;
  padding-bottom: 8%;
}
.page-id-1955 .up_wavw.bt_wavw{
  margin-bottom: 8%;
}
.contact_form{
  padding: 6% 0;
}
.contact_form dl:nth-child(1){
  border-top: solid 1px #ddccca;
}
.contact_form dl{
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    border-bottom: solid 1px #ddccca;
}
.contact_form dl:nth-child(1) dd{
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    line-height: 200%;
}
.contact_form dl:nth-child(1) dd span.mwform-radio-field{
  display: inline-block;
  margin-left: 0;
  width: 50%;
}
.contact_form dt{
  background:#c9a1a1;
  color: #fff;
  width: 25%;
  padding: 2% 3%;
  box-sizing:border-box;
  font-weight: 600;
}
.contact_form dd{
  width: 75%;
  box-sizing:border-box;
  padding: 2% 3%;
}
.contact_form input{
  border: solid 1px #ddccca;
  padding: 2%;
}
.contact_form textarea:focus,
.contact_form input:focus{
  outline: none;
}
::placeholder {
  color: #ddccca;
}
.contact_form input.herf{
  width: 48%;
}
.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;
}
.subup{
  border: dotted 1px #ddccca;
  background: #fff;
  font-size: 1.2rem;
  line-height: 160%;
  width: 500px;
  padding: 30px;
  margin: 6% auto 0;
}
/******************************************
サービス下層
******************************************/
.service_ch_list{
  margin-top: 14%;
  margin-bottom: 80px;
}
.sv_box{
  width: 30%;
  margin-right: 5%;
  position: relative;
 padding-bottom: 30px;
 border-bottom: solid 3px #C9A1A1;
}
.sv_box:nth-child(2n){
  border-bottom: solid 3px #B3E20E;
}
.sv_box img{
  display: block;
  -moz-box-shadow:-20px 20px 0px #f4efef;
  -webkit-box-shadow:-20px 20px 0px #f4efef;
  box-shadow:-20px 20px 0px #f4efef;
}
.service_ch_list .sv_box:nth-child(3){
  margin-right: 0;
}
.svd_text{
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  position: absolute;
  top: -33px;
  right: 80px;
  font-family: 'Dancing Script', cursive;
}
.svno{
  font-size: 7rem;
  position: absolute;
  top: -12px;
  right: 0;
    letter-spacing: 0.5px;
  font-family: 'Dancing Script', cursive;
  color: #ddccca;
}
.service_ch_list .sv_box:nth-child(2n) .svno{
  color: #d9e094;
}
.service_ch_list .sv_box:nth-child(2n) img{
  -moz-box-shadow:-20px 20px 0px #edf4ee;
  -webkit-box-shadow:-20px 20px 0px #edf4ee;
  box-shadow:-20px 20px 0px #edf4ee;
}
.sv_box .img{
  margin-bottom: 40px;
}
.sv_box .en{
  font-family: 'Dancing Script', cursive;
  font-size: 1.4rem;
  color: #d4b4b4;
}
.service_ch_list .sv_box:nth-child(2n) .en{
  color: #76bf04;
}
h2.sv_h2{
  margin-top: 15px;
  font-size: 2.4rem;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px #e6e6e6;
}
h2.page_h2_2.mbb{
  margin-bottom:6%;
  margin-top: 12%; 
}
h2.page_h2_2.mbd{
  margin-bottom:6%;
}
.page-id-1981 .service_ch_list2 h2.sv_h2,
.page-id-1989 .service_ch_list2 h2.sv_h2{
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding: 10% 0;
}
.page-id-1989 .service_ch_list2 .sv_box:nth-child(1) h2.sv_h2{

}
.page-id-1989 .service_ch_list2 .sv_box:nth-child(3) h2.sv_h2,
.page-id-1981 .service_ch_list2 .sv_box:nth-child(4) h2.sv_h2{
  font-size: 2.4rem;
  letter-spacing: 0;
  padding: 5% 0;
}
.sv_box .dis1{
  font-size: 1.4rem;
  line-height: 25px;
  letter-spacing: 0.5px;
}
.sv_dis{
  text-align: right;
}
.recipe_flow{
  margin-bottom: 6%;
}
.recipe_flow .box{
  width: 16.666666%;
}
.sv_page .base_dis2{
  margin: 6% 0;
}
.recipe_flow .box .dis{
  font-size: 1.4rem;
  padding: 2% 6%;
  line-height: 20px;
}
.sevice_list2{
  padding-top: 6%;
}
.service_ch_list2 .sv_box{
 width: 30.66666666666667%;
 margin-right: 4%;
 padding-bottom: 30px;
 border-bottom: solid 3px #C9A1A1;
}
.page-id-5460 .sv_base_sec .service_ch_list2{
  max-width: 820px;
  box-sizing:border-box;
}
.page-id-5460 .service_ch_list2 .sv_box{
  width: 48%;
}
.page-id-5460 .sv_base_sec .service_ch_list2 .sv_box:nth-child(3n){
  margin-right: 4%;
}
.page-id-5460 .service_ch_list2 .sv_box:nth-child(2n){
  margin-right: 0;
}
.service_ch_list2 .sv_box:nth-child(2n){
  border-bottom: solid 3px #B3E20E;
}
.service_ch_list2 .sv_box:nth-child(3){
  margin-right: 4%;
}
.service_ch_list2 .sv_box:nth-child(4){
  margin-right: 4%;
}
.service_ch_list2 .en{
  text-align: left;
  display: none;
}
.service_ch_list2 h2.sv_h2{
  text-align: left;
}
.service_ch_list2 .dis1{
  text-align: left;
}
.service_ch_list2 .dis1 span{
  font-size: 1.6rem;
  font-weight: 600;
  color: #C9A1A1;
}
.sv_dis2{
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 60px;
}
.sv_link_box a{
  background:#B3E20E;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  font-size: 120%;
  display: block;
  width: 60%;
  margin: auto;
}
.point_box .box{
  margin-bottom: 80px;
}
.point_box .box:nth-last-child(1){
  margin-bottom: 20px;
}
.point_box .box .left_box{
  width: 80%;
  box-sizing:border-box;
  padding-right: 5%;
}
.point_box .box .right_box{
  width: 20%;
  text-align: center;
}
.point_box .box .left_box .point_title{
  align-items: center;
  color: #f2b797;
  font-size: 2.8rem;
  font-weight: 600;
    border-bottom: solid 1px #f0d0bf;
    padding-bottom: 28px;
    margin-bottom: 43px;
}
.point_box .box .left_box .point_title .img{
  width: 10%;
  margin-right: 3%;
}
.point_box .box .left_box .dis{
  padding: 0 2%;
  font-size: 1.8rem;
  line-height: 180%;
}
.point_box .box .right_box .img{
  margin-top: 30%;
}
.point_box .box .right_box .img img{
  max-width: 70%;
}
/***********************************************
お知らせ
************************************************/
.news-template-default .entry-title,
.post-template-default .entry-title{
  text-align: center;
  font-size: 2.0rem;
}
.news-template-default .post-meta,
.post-template-default .post-meta{
  text-align: center;
  background: none;
    margin: 3% 0 4%;
}
.post-template-default .base_inner{
  max-width: 1080px;
}
.post-template-default .postheader{
background: #EEF2DD;
    padding: 2% 0;
    margin-bottom: 6%;
}
.post-template-default .entry-title{
  text-align: left;
  font-size: 2.0rem;
  padding: 0 5%;
}
.post-template-default .post-meta{
  text-align: left;
  background: none;
    margin: 1% 0 1%;
  padding: 0 5%;
}
.news-template-default .head_past_meta .category a{
  display: inline-block;
  padding: 3px 20px;
  background: #b3e20e;
  color: #fff;
  font-size: 1.4rem;
}
.post-template-default .head_past_meta .category a{
  display: inline-block;
  padding: 3px 1em;
  background: #b3e20e;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 10px;
  letter-spacing: 0;
}
.news-template-default .head_past_meta .category:after{
  content: "";
  display: inline-block;
  height: 40px;
  width: 1px;
  position: relative;
  top: 14px;
  margin: 0 20px 0 30px;
  border-right:solid 1px #b3e20e;
}
.post-template-default .works_list.entry .post-meta{
  width: 70%;
  padding: 0 1%;
}
.post-template-default #related-entries h2{
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.single .works_list.entry .entry-read{
  width: 28%;
}
.post-template-default .head_past_meta .category:after{
  content: "";
  display: inline-block;
  height: 40px;
  width: 1px;
  position: relative;
  top: 14px;
  margin: 0 20px 0 30px;
  border-right:solid 1px #b3e20e;
}
.works_list.entry .entry-read.tab img{
  width: 22px;
  position: relative;
  top: 4px;
}
.news-template-default .post-date,
.post-template-default .post-date{
  font-size: 1.4rem;
}
.news-template-default .eye-catch,
.post-template-default .eye-catch{
  margin-bottom: 60px;
}
.news-template-default #the-content,
.post-template-default #the-content{
  font-size: 1.6rem;
  line-height: 32px;
  padding: 0 5%;
  margin-bottom: 60px;
}
.news-template-default #the-content p,
.post-template-default #the-content p{
  margin-bottom: 30px;
}
.news-template-default .article header{
  position: relative;
}
.news-template-default .article header .right_category,
.post-template-default .article header .right_category{
    position: absolute;
    right: -10%;
    transform: rotate(90deg);
    top: 200%;
}
.news-template-default .article header .right_category:before{
  content: "NEWS";
  display: inline-block;
  margin-right:20px;
}
.navigation,{
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    margin: 6% 0;
}
.navigation .prev{
  width: 50%;
}
.navigation .next{
      border-top: 1px solid #ddd;
  width: 50%;
}
.f_left{
  float: left;
}
.f_right{
  float: right;
}
.next p, .prev p {
    width: 70%;
}

.next p.cur, .prev p.cur {
    width: 10%;
    margin: auto;
    margin-top: 2.5%;
}
#related-entries{
  margin: 9% 0 8%;
}
#related-entries h2{
  font-size: 2.8rem;
  padding-bottom: 30px;
  margin-bottom: 0px;
  border-bottom: solid 1px #e6e6e6;
}
#related-entries h2 span{
  font-size: 2.0rem;
  color: #d9e094;
  font-family: 'Dancing Script', cursive;
  margin-left: 20px;
}
.related-entry-content{
  margin-left: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    padding: 3% 0;
    border-bottom: solid 1px #e6e6e6;
  }
.related-entry-content .cate_box{
  width: 30%;
  padding-right: 5%;
  margin-right: 5%;
  border-right: solid 1px #b3e20e;
  box-sizing:border-box;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
}
.related-entry-content h3.related-entry-title{
  width: 65%;
  margin: 0;
  line-height: 33px;
}
.related-entry-content h3.related-entry-title a{
  font-size: 1.5rem;
  font-weight: 400;
}
.related-entry-content .cate_box .category{
  padding: 0;
  width: 55%;
  display: inline-block;
  margin-right: 5%;
}
.related-entry-content .cate_box .category a{
    display: inline-block;
    padding: 6px 1em;
    background: #b3e20e;
    color: #fff;
    font-size: 1.4rem;
    margin-right: 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.2em;
}
.related-entry-content .cate_box .post-date{
    width: 40%;
    box-sizing: border-box;
}
/*********************************************************
お知らせ一覧
***********************************************************/
h1#archive-title{
    text-align: center;
    font-size: 2.8rem;
}
h1#archive-title:after {
    content: "";
    width: 30px;
    border-bottom: solid 3px #d9e094;
    display: block;
    margin: auto;
}

.term-news h1#archive-title .en:before,
.page-template-page-page-news h1#archive-title .en:before{
    content: "News";
    font-size: 2.0rem;
    font-family: 'Dancing Script', cursive;
    color: #3F2019;
    display: block;
    margin: 20px 0;
}
.term-ec h1#archive-title .en:before{
    content: "EC & Store";
    font-size: 2.0rem;
    font-family: 'Dancing Script', cursive;
    color: #d9e094;
    display: block;
    margin: 20px 0;
}
#list .type-news header{
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    padding: 2% 0;
    border-bottom: solid 1px #e6e6e6;
}
#list .type-news:nth-child(1) header{
    border-top: solid 1px #e6e6e6; 
}
#list .type-news .entry-card-content{
  margin: 0;
}
#list .type-news .entry-card-content .post-meta{
  width: 30%;
  padding-right: 5%;
  margin-right: 5%;
  border-right: solid 1px #b3e20e;
  box-sizing:border-box;
  padding-top: 3px;
  padding-bottom: 3px;
  background: none;
}
#list .type-news .entry-card-content .post-meta{
  margin-top:0;
  margin-bottom: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    align-items:center;
}
#list .type-news .entry-card-content .post-meta .category a{
    display: inline-block;
    padding: 6px 1em;
    background: #b3e20e;
    color: #fff;
    font-size: 1.4rem;
    /*margin-right: 20px;*/
    width: 100%;
    box-sizing:border-box;
    text-align: center;
    line-height: 1.2em;
}
#main #list .entry{
  margin-bottom: 0;
}
#list .type-news .entry-card-content .post-meta .category{
  padding: 0;
  width: 55%;
  margin-right: 5%;
}
#list .entry .post-meta{
  font-size: 1.4rem;
}
#list .type-news .entry-card-content .post-meta .post-date{
  width: 40%;
  box-sizing:border-box;
}
#list .type-news header h2{
  width: 65%;
  margin: 0;
  line-height: 33px;
}
#list .type-news header h2 a{
  font-size: 1.5rem;
  font-weight: 400;
  display: inline-block;
  line-height: 160%;
}
.archive.tax-ncategory #list,
.page-template-page-page-news #list{
  margin: 6% auto 8%;
}
.term_list{
  padding-left: 0;
  text-align: center;
  margin-top: 6%;
}
.term_list li{
  display: inline-block;
  list-style: none;
}
.term_list li a{
  font-size: 1.8rem;
  display: inline-block;
  padding: 10px 30px;
  margin:0 0.5em;
  border-radius: 100px;
  /*border: solid 1px #cbb6b1;*/
  border: solid 1px #d8dfc0;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}
.term_list li a:hover{
  transform: translate(0, -4px);
  /*background: #996666;*/
  background: #b3e20e;
  color: #fff;
  /*border: solid 1px #996666;*/
  border: solid 1px #b3e20e;
}
.term_list li a.curent{
  background: #b3e20e;
  /*background: #996666;*/
  color: #fff;
  /*border: solid 1px #996666;*/
  border: solid 1px #b3e20e;
}
/*********************************************************
会社概要
***********************************************************/
.cp_page .img_box{
  width: 45%;
  margin-right: 5%;
}
.cp_page .reverse .img_box{
  width: 45%;
  margin-right: 0%;
  margin-left: 5%;
}
.cp_page .text{
  width: 40%;
  margin-right: 3%;
  margin-left: 5%;
  text-align: left;
  padding: 6% 0;
}
.cp_page .nm{
  position: relative;
  top: 14px;
}
.cp_page .reverse{
  flex-direction:row-reverse;
}
.cp_page{
  padding-top: 8%;
}
.greeting_sec h2.page_h2_2{
  text-align: left;
  margin-bottom: 10%;
}
.greeting_sec h2.page_h2_2:after{
  margin-left: 0;
}
.cp_page .text .dis{
  line-height: 32px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.greeting_sec{
  margin-bottom: 8%;
}
.cp_page .text .text{
  margin-left: 0;
}
.cp_page .contact_box{
  padding-bottom: 10%;
  margin-bottom: 8%;
}
.cp_page .contact_box h2.page_h2_2{
  margin-bottom: 5%;
}
.cp_page .contact_box .img_mv{
  margin-bottom: 5%;
}
.page_base_h3{
  text-align: center;
  font-size: 2.4rem;
  color: #996666;
  margin-bottom: 4%;
}
.cp_page .contact_box .dis{
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 28px;
}
.normal_box dl.compi_tabel{
  padding: 1% 0;
  border-bottom: solid 1px #d9e094;
  background: #fff;
}
.normal_box dl.compi_tabel.v2{
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.normal_box dl.compi_tabel.v2.last{
  margin-bottom: 6%;
}
.accessmap2{
  margin-top: 6%;
  padding-top: 5%;
  border-top: solid 3px #d4b4b447;
  max-width: 1280px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.accessmap2 iframe{
      margin-bottom: 2%;
}
.normal_box dl.compi_tabel:nth-child(1){
 border-top: solid 1px #d9e094; 
}
.normal_box dl.compi_tabel dt{
  width: 20%;
  font-size: 1.6rem;
  font-weight: 600;
  color: #996666;
  box-sizing:border-box;
  border-right: solid 1px #b3e20e;
  padding: 1% 3%;
}
.normal_box dl.compi_tabel dd{
  font-size: 1.4rem;
  padding: 1% 3%;
  line-height: 28px;
  box-sizing:border-box;
  width: 80%;
}
.normal_box dl.compi_tabel dd ul{
  padding-left: 2%;
}
.normal_box dl.compi_tabel dd .tori{
  margin-bottom: 1.5em;
  line-height: 160%;
}
.normal_box dl.compi_tabel dd .title{
  font-weight: 600;
  margin-bottom: 10px;
}
.cp_page .map_box{
  margin-top: 6%;
  margin-bottom: 2%;
  max-width: 1280px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.hystory_box{
  padding: 8% 0 5%;
}
table.history{
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  table-layout: fixed;
  border: none;
}
table.c_table.history th {
    width: 20%;
    border: none;
    border-right: 2px solid #B3E20E;
    background-color: inherit;
    font-size: 14px;
    font-weight: normal;
    border-bottom: none;
    position: relative;
    text-align: center;
    vertical-align: top;
    padding-top: 22px;
    border-bottom:solid 1px #d9e094;
}
table.c_table.history td {
    font-size: 14px;
    padding: 20px 5%;
    line-height: 28px;
    border-bottom: none;
    position: relative;
    border: none;
    border-bottom:solid 1px #d9e094;
}
table.c_table.history .top td,
table.c_table.history .top th{
    border-top:solid 1px #d9e094;
}
table.c_table.history td::before {
    content: '●';
    color: #B3E20E;
    font-size: 30px;
    position: absolute;
    left: -16px;
}
table.c_table.history tr.gray {
    background-color: #f8f8f8;
}
table.c_table.history tr.top th::before{
    content: '■';
    color: #f8f9dc;
    font-size: 50px;
    position: absolute;
    right: -25px;
    top: 4px;
}
.staff_box{
  margin-top: 8%;
  margin-bottom: 8%;
}
.staff_main.v2{
  background: url(../../../../images/page/staff_img202508-1-2.webp) no-repeat center;
  background-size: cover;
  padding: 10% 5%;
  position: relative;
  border-top: solid 4px #EEF2DD;
      image-rendering: -webkit-optimize-contrast;
      margin-top: 5%;
}
.staff_main.v2.fujiwara{
  background: url(../../../../images/page/staff_img202508-2.webp) no-repeat center;
  background-size: cover;
  padding: 10% 5%;
  position: relative;
      image-rendering: -webkit-optimize-contrast;
}
.staff_main{
  background: url(../../../../images/page/company_page_img4.jpg) no-repeat center;
  background-size: cover;
  padding: 10% 5%;
  position: relative;
  border-top: solid 4px #EEF2DD;
      image-rendering: -webkit-optimize-contrast;
      margin-top: 5%;
}
.staff_main.fujiwara{
  background: url(../../../../images/page/company_page_img4-2.jpg) no-repeat center;
  background-size: cover;
  padding: 10% 5%;
  position: relative;
      image-rendering: -webkit-optimize-contrast;
}
.staff_main.eita{
  background: url(../../../../images/page/staff_img202508-3.webp) no-repeat center;
  background-size: cover;
  padding: 10% 5%;
  position: relative;
      image-rendering: -webkit-optimize-contrast;
}
.staff_main.Nkamura{
  background: url(../../../../images/page/company_page_img4-3.jpg) no-repeat center;
  background-size: cover;
  padding: 10% 5%;
  position: relative;
      image-rendering: -webkit-optimize-contrast;
}
.staff_main.kojima{
  background: url(../../../../images/page/company_page_img4-4.jpg) no-repeat center;
  background-size: cover;
  padding: 10% 5%;
  position: relative;
      border-bottom: solid 4px #EEF2DD;
          image-rendering: -webkit-optimize-contrast;
}
.staff_main:before{
  content: "";
  display: block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.9+0,0+100 */
background: -moz-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.staff_main.v2:before{
  content: "";
  display: block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.9+0,0+100 */
background: -moz-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.staff_main.right:before{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.9+100 */
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6ffffff',GradientType=1 ); /* IE6-9 */
}
.staff_main.right.v2:before{
  left: inherit;
  right: 0;
}
.staff_main .text_box{
  width: 40%;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
.staff_main.right .text_box{
  margin-right: 0;
  margin-left: auto;
}
.staff_main .text_box .en_name{
    font-family: 'Dancing Script', cursive;
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #996666;
}
.staff_main .text_box .name_h3{
  font-size: 2.6rem;
  font-weight: 600;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #DE0015;
}
.staff_main .text_box .Career{
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.staff_main .text_box .dis{
  font-size: 1.4rem;
  line-height: 28px;
}
.staff_main .text_box .name_h3 .career_c{
  font-size: 1.5rem;
  margin-left: 5%;
  font-weight: 400;
}
.staff_main.child{
  padding: 5%;
}
.staff_main:nth-child(2n) .text_box .name_h3{
  border-bottom: solid 1px #B3E20E;
}
.staff_main:nth-child(2n) .text_box .en_name{
  color: #B3E20E;
}
.about_logo{
  text-align: center;
}
.about_logo img{
  max-width: 300px;
}
.about_logo .img_mv{
  margin: 5% 0;
}
.magazin_list{
  padding: 6% 10% 0;
}
.magazin_list .box{
  width: 18%;
  margin: 0 1%;
}
.magazin_list .box img{
  max-width: 100%;
}
.magazin_list .title{
  font-size: 1.4rem;
  line-height: 24px;
  margin-bottom: 40px;
}
.cp_page .sec_base .link_box_base a{
  width: 50%;
  margin: auto;
  padding: 20px 20px;
}
.cp_page .sec_base .link_box_base:after {
    content: "";
    display: block;
    width: 50%;
    padding: 0px 20px;
    position: absolute;
    left: 1%;
    top: 6px;
    height: 100%;
    background: #f6f7f0;
    right: 0;
    margin: auto;
}
/*********************************************************
スタジオ
***********************************************************/
.studio_page{
  padding-top: 8%;
}
.studio_page .foot_dis{
  margin-top: 5%;
  text-align: center;
  width: 100%;
  margin: 5% auto 0;
  background: #fafafa;
  padding: 3% 0;
  border: solid 1px #eee;
  border-left: none;
  border-right: none;
}
.facirity_first{

}
.studio_page .greeting_sec .left{
  width:45%;
  padding: 0 5% 0;
  box-sizing:border-box;
}
.studio_page .greeting_sec .right{
  width:55%;
}
.studio_page .greeting_sec .left .img{
  text-align: left;
  margin-top: 60px;
}
.studio_page .greeting_sec .right dd{
  width: 24%;
  margin-right: 1%;
  position: relative;
  margin-bottom: 1%;
}
.studio_page .greeting_sec .right dd img{
  display: block;
}
.studio_page .greeting_sec .right dd span{
  position: absolute;
  left: 0;
  bottom: 5%;
  background: #B3E20E;
  color: #fff;
  padding: 3px 15px;
  font-size: 1.4rem;
}
.studio_page .contact_box h2.page_h2_2{
  margin-bottom: 6%;
}
.studio_page .eq_sec .box{
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 5%;
  background: #fff;
}
.studio_page .eq_sec .box:nth-child(2n){
  margin-right: 0;
}
.studio_page .eq_sec .box img{
  display: block;
}
.studio_page .eq_sec .box h3.eqh3{
  background: #B3E20E;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  font-size: 2.2rem;
}
.studio_page .eq_sec .box .dis{
  background: #fff;
  padding: 8%;
  font-size: 1.4rem;
  line-height: 28px;
  letter-spacing: 0px
}
.studio_page .eq_sec .box .dis .text{
  width: 50%;
  padding: 0 2%;
  box-sizing:border-box;
}
.greeting_sec.page_sec2{
  margin: 10% 0;
}
.greeting_sec.page_sec2 .text_box{
  width: 30%;
  box-sizing:border-box;
  padding:4% 5% 0;
}
.greeting_sec.page_sec2 .img_box{
  width: 70%;
  box-sizing:border-box;
  padding-right: 2%;
}
.greeting_sec.page_sec2 .img_box .img{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 4%;
}
.greeting_sec.page_sec2 .img_box .chair .img{
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 0;
}
.greeting_sec.page_sec2 .img_box .chair .img:nth-child(3){
  margin-right: 2%;
}
.greeting_sec.page_sec2 .img_box .chair .img:nth-child(4n){
  margin-right: 0;
}
.greeting_sec.page_sec2 .img_box .img:nth-child(3){
  margin-right: 0;
}
.greeting_sec.page_sec2 .img_box .img span{
  font-size: 1.4rem;
  display: block;
  letter-spacing: 1px;
}
.greeting_sec.page_sec2.box2{
  background: #F8F9DC;
  padding: 10% 0;
}
.greeting_sec.page_sec2.box2.wbk{
  background: #fff;
  padding: 0 0 10%;
  margin-bottom: 0;
}
.studio_page .reverse{
  flex-direction:row-reverse;
}
.greeting_sec.page_sec2.box2 .img{
  width:18.4%;
  margin-right: 2%;
  margin-bottom: 3%;
}
.greeting_sec.page_sec2.box2 .img:nth-child(3n){
  margin-right: 2%;
}
.greeting_sec.page_sec2.box2 .img:nth-child(5n){
  margin-right: 0;
}
.greeting_sec.page_sec2.box2 .img:nth-child(6),
.greeting_sec.page_sec2.box2 .img:nth-child(7),
.greeting_sec.page_sec2.box2 .img:nth-child(8),
.greeting_sec.page_sec2.box2 .img:nth-child(9),
.greeting_sec.page_sec2.box2 .img:nth-child(10){
  margin-bottom: 0;
}
.greeting_sec.page_sec2.box2 .img_box{
  padding-left: 2%;
  padding-right: 0;
}
.greeting_sec.page_sec2.box2.wbk .img_box{
  padding-left: 0%;
  padding-right: 2%;
}
.greeting_sec.page_sec2.box2 .img_box .img span{
  text-align: center;
  font-size: 1.3rem;
  line-height: 22px;
}
.studio_page .normal_box{
  margin-bottom: 8%;
}
.studio_page .normal_box dl{
  border-bottom: solid 1px #E6E6E6;
  padding: 2% 25%;
}
.studio_page .normal_box h2{
  margin-bottom: 6%;
}
.studio_page .normal_box dl:nth-child(1){
  border-top: solid 1px #E6E6E6;
}
.studio_page .normal_box dl dt{
  color: #B3E20E;
  font-size: 1.8rem;
  border-right: solid 1px #B3E20E;
  width: 50%;
  padding-left: 5%;
  box-sizing:border-box;
}
.studio_page .normal_box dl dd{
  font-size: 1.5rem;
  width: 50%;
  padding-left: 15%;
  box-sizing:border-box;
}
.studio_page .normal_box dl.gbk{
  background: #F5F7EB;
}
.studio_page .normal_box .price_dis{
  font-size: 1.4rem;
  line-height: 25px;
  margin-top: 6%;
  text-align: center;
}
/*********************************************************
求人募集
***********************************************************/
.rec_page{
  padding-top: 8%;
  padding-bottom: 8%;
}
.rec_page .greeting_sec .text{
  width: 55%;
  box-sizing:border-box;
  padding: 0 5%;
}
.rec_page .greeting_sec .text h2.page_h2_2{
  line-height: 50px;
  font-size: 2.6rem;
  letter-spacing: 2px;
  margin-bottom: 15%;
}
.rec_page .greeting_sec .text h2.page_h2_2:after{
  margin-top: 10%;

}
.rec_page .greeting_sec .img_box{
  width: 45%;
  padding: 0 5%;
  box-sizing:border-box;
}
.rec_page .greeting_sec h3.rec_h3{
  padding-bottom: 15px;
  border-bottom: solid 1px #eee;
  margin-bottom: 15px;
}
.rec_page .greeting_sec .dis{
  margin-bottom: 60px;
}
.rec_page .greeting_sec .dis.last{
  margin-bottom: 20px;
}
.rec_page .greeting_sec .dis_ul{
  padding-left: 25px;
  line-height: 220%;
}
.rec_page .greeting_sec .img_box .img{
  margin-bottom: 20px;
}
.rec_page .re_link_box .box{
  position: relative;
  width: 31%;
  margin-right: 3.5%;
      -moz-box-shadow: -20px 20px 0px #f4efef;
    -webkit-box-shadow: -20px 20px 0px #f4efef;
    box-shadow: -20px 20px 0px #f4efef;
    margin-bottom: 8%;
    min-height: 290px;
}
.rec_page .re_link_box .box a{
  display: block;
  height: 100%;
  padding: 20% 5% 5%;
  box-sizing:border-box;
rgba(63,32,25,0.3) 77%, rgba(63,32,25,0.9) 100%);
    background: -webkit-linear-gradient(top, #3f20194d 0%,#3f20194d 77%,#3f2019e6 100%);
    background: linear-gradient(to bottom, #3f20194d 0%,#3f20194d 77%,#3f2019e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d3f2019', endColorstr='#e63f2019',GradientType=0 );
}
.rec_page .re_link_box .box:nth-child(2n){
      -moz-box-shadow: -20px 20px 0px #edf4ee;
    -webkit-box-shadow: -20px 20px 0px #edf4ee;
    box-shadow: -20px 20px 0px #edf4ee;
}
.rec_page .re_link_box .box:nth-child(3n){
  margin-right: 0;
}
.rec_page .re_link_box .box:nth-child(1){
  background: url(../../../../images/page/rec_page_img5kanri.jpg) no-repeat center;
  background-size: cover;
      image-rendering: -webkit-optimize-contrast;
}
.rec_page .re_link_box .box:nth-child(2){
  background: url(../../../../images/page/rec_page_img5eigyou.jpg) no-repeat center;
  background-size: cover;
      image-rendering: -webkit-optimize-contrast;
}
.rec_page .re_link_box .box:nth-child(3){
  background: url(../../../../images/page/rec_page_img5.jpg) no-repeat center;
  background-size: cover;
      image-rendering: -webkit-optimize-contrast;
}
.rec_page .re_link_box .box:nth-child(4){
  background: url(../../../../images/page/rec_page_img5fd.jpg) no-repeat center;
  background-size: cover;
      image-rendering: -webkit-optimize-contrast;
}
.rec_page .re_link_box .box:nth-child(5){
  background: url(../../../../images/page/rec_page_img5keiri.jpg) no-repeat center;
  background-size: cover;
      image-rendering: -webkit-optimize-contrast;
}
.rec_page .re_link_box .box.none a{
  pointer-events: none;
}
.rec_page .re_link_box .box.none{
  cursor: pointer;
  position: relative;
}
.rec_page .re_link_box .box .atention{
  visibility: hidden;
  opacity: 0;
  height: 0;
  background: rgba(0,0,0,0.0);
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
-moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
.rec_page .re_link_box .box.none .atention:after{
  content: "現在募集しておりません。";
    color: #fff;
    display: block;
    background: #976d69;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.rec_page .re_link_box .box.none .atention:before{
  content: none;
}
.rec_page .re_link_box .box .atention:before{
  content: "募集要項へ read more ›";
      background: #9bb84c;
      width: 100%;
          display: block;
          position: absolute;
          text-align: center;
          top: 25%;
          height: 60px;
          line-height: 60px;
}
.rec_page .re_link_box .box .atention:after{
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  bottom: 25%;
  width: 60px;
  height: 60px;
  left: 0;
  right: 0;
  background: url(../../../../images/page/link_arrow_rec.png) no-repeat center;
  background-color: none;
  background-size: 100%;
      image-rendering: -webkit-optimize-contrast;
}
.rec_page .re_link_box .box:hover .atention{
  visibility: visible;
  opacity: 1;
  background: rgba(0,0,0,0.8);
  height: 100%;
}
.rec_page .re_link_box .box a{
  color: #fff;
}
.rec_page .re_link_box .box a .svd_text{
  color: #231815;
}
.rec_page .re_link_box .box .en{
    font-family: 'Dancing Script', cursive;
    font-size: 1.4rem;
}
.rec_page .re_link_box .box h3.title{
  font-size: 2.6rem;
  margin: 15px 0 20px;
  border-bottom: solid 1px #fff;
  padding: 0 0 20px 0;
  font-weight: 500;
  width: 100%;
}
.rec_info_sec .title_en{
    font-family: 'Dancing Script', cursive;
    font-size: 2.2rem;
    margin-left: 40px;
}
.rec_info_sec .title_en .num{
  font-size: 3.0rem;
  display: inline-block;
  margin-left: 5px;
}
.rec_page .re_link_box .box:nth-child(4) h3.title{
  letter-spacing: 0;
  font-size: 2.2rem;
}
.rec_page .re_link_box .box .dis{
  font-size: 1.4rem;
  line-height: 26px;
  letter-spacing: 0.5px;
  width: 100%;
}
.rec_page .re_link_box .box:nth-child(2n) .svno{
  color: #d9e094;
}
.rec_info_sec{
  margin: 15% 0 0;
}
.rec_info_sec h2.rec_info_h2{
  font-size: 2.7rem;
  padding: 2.5% 0;
  border-top: solid 1px #B3E20E;
  border-bottom: solid 1px #B3E20E;
  position: relative;
  padding-left: 40px;
  margin-bottom: 6%;
}
.rec_info_sec h2.rec_info_h2:before{
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 25%;
  width: 4px;
  height: 50px;
  border-left: solid 3px #B3E20E;
}
.rec_info_sec h2.rec_info_h2 .en{
    font-family: 'Dancing Script', cursive;
    font-size: 2.2rem;
    color: #B3E20E;
    margin-left: 3%;
}
.rec_info_sec .flex_box .text{
  width: 55%;
  box-sizing:border-box;
  font-size: 1.6rem;
  line-height: 32px;
  padding-right: 5%;
  padding-left: 3%;
}
.rec_info_sec .flex_box .img_box{
  width: 45%;
  box-sizing:border-box;
  padding-left: 5%;
}
.rec_info_sec .flex_box .text .dis{
  margin-bottom: 30px;
}
.rec_info_sec .flex_box{
  margin-bottom: 6%;
}
.rec_info_sec dl:nth-child(1){
    border-top: solid 1px #F2F2F2;
}
.rec_info_sec dl{
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    border-bottom: solid 1px #F2F2F2;
}
.rec_info_sec dl dt{
  background: #B3E20E;
  color: #fff;
  font-size: 1.8rem;
  width: 20%;
  box-sizing:border-box;
  padding:2% 5%;
  font-weight: 600;
}
.rec_info_sec dl dd{
  width: 80%;
  box-sizing:border-box;
  font-size: 1.5rem;
  line-height: 28px;
  padding:2% 5%;
}
.rec_info_sec .caption{
  font-size: 2.2rem;
}
.rec_info_sec dl dd .dis{
  margin-bottom: 30px;
}
.rec_info_sec dl dd .dis:nth-last-child(1){
  margin-bottom: 0;
}
.rec_info_sec dl dd .title{
  font-size: 1.8rem;
  display: block;
  margin-bottom: 10px;
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
}
.rec_info_sec dl dd a{
   color: #B3E20E;
}
.cp_page.bikoku{
  padding-top: 0;
}
.cp_page.bikoku .text{
  padding-top: 3%;
}
.cp_page.casting .text{
  padding-top: 0;
  padding-bottom: 0;
}
.cp_page.bikoku .greeting_sec{
  margin-bottom: 3%;
}
.cp_page.bikoku .contact_box .dis{
  text-align: left;
}
.cp_page.bikoku .contact_box h2.page_h2_2 .en{
  margin-bottom: 40px;
}
.cp_page.bikoku .contact_box h2.page_h2_2{
  margin-bottom: 60px;
  line-height: 38px;
}
.cp_page.bikoku .point_box .box{
  background: #fff;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 0;
  box-sizing:border-box;
    -moz-box-shadow: -20px 20px 0px #f3f5cc;
    -webkit-box-shadow: -20px 20px 0px #f3f5cc;
    box-shadow: -20px 20px 0px #f3f5cc;
}
.cp_page.bikoku .point_box .box:nth-child(2){
  margin-right: 0;
}
.cp_page.bikoku .point_box .box .en_text{
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  font-family: 'Dancing Script', cursive;
  font-size: 2.0rem;
  color: #D9E094;
}
.cp_page.bikoku .point_box .box h3.link_h3{
  padding-left: 5%;
  padding-right: 5%;
  font-size: 2.0rem;
  line-height: 30px;
  margin-bottom: 40px;
}
.cp_page.bikoku .point_box .box .link_box_base .waku{
display: block;
    border: solid 1px #d4b4b4;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px;
    color: #966;
    position: relative;
    z-index: 1;
}
.cp_page.bikoku .point_box .box .link_box_base{
  position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8%;
}
.cp_page.bikoku .point_box .box .link_box_base:after {
    content: "";
    display: block;
    width: 94%;
    padding: 0px 20px;
    position: absolute;
    left: 7px;
    top: 6px;
    height: 100%;
    background: #f6f7f0;
}
.cp_page.bikoku .contact_box .img_box{
  padding: 6% 0;
}
/************************************************************
実績一覧
**************************************************************/
header.type_image.info{
  background-image: url(../../../../images/page/infomv.jpg);
  background-repeat: no-repeat;
  background-position: top 73% center;
  background-size: cover;
  margin-bottom: 6%;
}
header.type_image.info.news{
  background-image: url(../../../../images/page/info_news_mv-2.webp);
  background-repeat: no-repeat;
  background-position: top 73% center;
  background-size: cover;
  margin-bottom: 6%; 
}
.category-works.category header.type_image.info{
  height: 62vh;
}
.single-news header.type_image.info.news,
.tax-ncategory header.type_image.info.news,
.category header.type_image.info{
  height: 35vh;
}
header.type_image.info h1{
  color: #fff;
    /*margin-left: 5%;*/
    letter-spacing: 2px;
}
header.type_image.info.news h1 .jp{
    text-align: center;
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
    color: #3F2019;
}

header.type_image.info.news h1 .en{
    text-align: center;
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
    color: #3F2019;
}
header.type_image.info.news .h1_en {
  position: relative;
  z-index: 1;
    text-align: center;
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
    color: #3F2019;
}
.term-news .h1_en:before, .page-template-page-page-news .h1_en:before {
    content: "News";
    font-size: 2.0rem;
    font-family: 'Dancing Script', cursive;
    color: #3F2019;
    display: block;
    margin: 20px 0;
}
header.type_image.info h1#archive-title:after{
  content: none;
}
header.type_image.info h1 .jp{
  text-align: left;
  font-size: 3.3rem;
  display: block;
}
.category-works header.type_image.info h1,
.page-id-2063 header.type_image h1{
  margin-left:auto;
}
.category-works header.type_image.info h1 .jp,
.category-works header.type_image.info h1 .en,
.page-id-2063 header.type_image h1 .jp,
.page-id-2063 header.type_image h1 .en,
.page-id-2063 header.type_image h1{
  text-align: center;
      text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
      color: #3F2019;
}
header.type_image.info h1 .en{
  text-align: left;
  color: #fff;
}
#post-2072 header.type_image,
#post-2063 header.type_image,
#post-2011 header.type_image{
background-size: cover;
background-repeat: no-repeat;
background-position: bottom center;
}
#post-1981 header.type_image{
  background-position: top 50% center;
}
.archive #list{
  max-width: 1280px;
  margin: 0 auto 8%;
}
.works_list.entry h2 a{
  font-size: 1.8rem;
  color: #996666;
}
.works_list.entry h2{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e6e6e6
}
.works_list .entry-snippet{
  font-size: 1.6rem;
  color: #3f2019;
  margin-bottom: 30px;
}
.works_list.entry .post-meta{
  background: none;
  width: 72%;
  letter-spacing: 0.5px;
}
.works_list.entry .entry-read{
  width: 28%;
  font-size: 13px;
  letter-spacing: 0;
  padding-top: 10px;
}
.works_list.entry .entry-read a{
  color:#996666;
  padding-bottom: 10px;
  border-bottom: solid 1px #e2c4c4;
  display: inline-block;
  padding: 3%;
  width: 100%;
  box-sizing:border-box;
  text-align: center;
}
.works_list.entry .entry-read.reed a{
  border: solid 1px #e2c4c4;
      background: #f2ebea;
}
.works_list.entry .post-meta .category{
  background: #b3e20e;
  border: solid 1px #b3e20e;
  color: #fff;
  font-size: 1.5rem;
  padding: 0 15px;
  -moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-bottom-left-radius:10px;
border-top-left-radius:10px;
border-bottom-left-radius:10px;
}
.works_list.entry .post-meta .category a{
  color: #fff;
  display: inline-block;
  padding: 5px 0;
}
.works_list.entry .post-meta .post-date{
  padding: 5px 15px;
  display: inline-block;
  background: #fafafa;
  border: solid 1px #edf4ee;
  font-size: 1.4rem;
  color: #3f2019;
  -moz-border-radius-topright: 10px;
-moz-border-radius-bottomright:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-right-radius:10px;
border-top-right-radius:10px;
border-bottom-right-radius:10px;
}
#main .entry.works_list{
  border:solid 1px #eef2dd;
  background: #fff;
  box-sizing:border-box;
  padding: 3%;
  margin-bottom: 6%;
  -moz-box-shadow: -20px 20px 0px #f4efef;
    -webkit-box-shadow: -20px 20px 0px #f4efef;
    box-shadow: -20px 20px 0px #f4efef;
        border-left: solid 4px #c9a1a1;
}
#main .entry.works_list:nth-child(2n){
  -moz-box-shadow: -20px 20px 0px #edf4ee;
    -webkit-box-shadow: -20px 20px 0px #edf4ee;
    box-shadow: -20px 20px 0px #edf4ee;
        border-left: solid 4px #b3e20e;
}
.works_navi{
  margin-bottom: 5%;
}
.works_navi .children{
  display: none;
}

.works_navi li{
  list-style: none;
  width: 16%;
  margin-right: 0.8%;
  position: relative;
}
.works_navi li ul.children{
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: none;
}
.works_navi li ul.children li{
  width: 100%;
}
.works_navi li ul.children li a{
  background: #f8f8f8;
  color: #b3e20e;
  text-align: left;
  padding-bottom: 10%;
  padding-left:5%;
  padding-right: 5%;
  margin-bottom: 0;
  letter-spacing: 0;
  font-size: 1.4rem;
}
.works_navi li ul.children li a:after{
  content: "〉";
  display: inline-block;
  margin: auto;
  transform: rotate(0deg);
  margin-top: 5px;
  font-size: 1.2rem;
  color: #dae2b7;
  margin-left: 10px;
}
.works_navi li ul.children li.cat-parent a{
  background: #c9a1a1;
  color: #fff;
  border: solid 1px #c9a1a1;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
padding: 5%;
}
.works_navi li ul.children li.cat-parent a:after{
  color: #fff;
}
.works_navi li:nth-last-child(1){
  margin-right: 0;
}
.works_navi li a{
  padding: 10% 0 2%;
  width: 100%;
  box-sizing:border-box;
  display: inline-block;
  border:solid 1px #b3e20e;
  border-bottom: none;
  text-align: center;
  color: #b3e20e;
  margin-bottom: 2%;
-moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
.works_navi li a:hover{
  background: #b3e20e;
  color: #fff;
  padding-top:10%;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 4%;
}
.works_navi li ul.children li a:hover{
  background: #b3e20e;
  color: #fff;
}
.works_navi li a:after{
  content: "〉";
  display: block;
  margin: auto;
  transform: rotate(90deg);
  margin-top: 5px;
  font-size: 1.2rem;
  color: #dae2b7;
}
.works_navi li a:hover:after,
.works_navi li ul.children li a:hover:after{
  color: #fff;
}
.category-works .works_navi li.cat-all a,
.works_navi li.current-cat a,
.works_navi li.current-cat-parent a{
  background: #b3e20e;
  color: #fff;
  padding-top:10%;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 4%;
}
.works_navi li ul.children li.current-cat a{
  background: #b3e20e;
  color: #fff;
}
.works_navi li.current-cat a:after,
.category-works .works_navi li.cat-all a:after,
.works_navi li.current-cat-parent a:after,
.works_navi li ul.children li.current-cat a:after{
  color: #fff;
}
.works_navi ul{
  padding: 0;
  border-bottom: solid 1px #b3e20e;
}
h1.archive_title_2{
  text-align: center;
}
h1.archive_title_2:after {
    content: "";
    width: 30px;
    border-bottom: solid 3px #d9e094;
    display: block;
    margin: 2% auto 5%;
}
.grecaptcha-badge{
  bottom:24%!important;
  /*display: none!important;*/
}
.page-id-2462 header.type_image h1{
  line-height: 40px;
}
.page-id-2462 header.type_image h1 span{
  font-size: 70%;
}
.submit_comp_text{
  text-align: center;
  padding-top: 6%;
  line-height: 40px;
}
#breadcrumb br{
  display: none;
}
#page-top{
  z-index: 1000;
}
.contact_form .checkbox{
  text-align: center;
  margin-top: 3%;
}
.newhead_slide{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newhead_slide .slick-slider{
  height: 100%;
}
.newhead_slide .slick-list{
  height: 100%;
}
.newhead_slide .slick-track{
  height: 100%;
}
.newhead_slide .slick-slide{
  height: 100%;
  background-size: cover;
  background-position: center;
}
.bikoku .greeting_sec .dis a{
    color: #C03;
    text-decoration: underline;
}
.cp_page.bikoku .contact_box.websc{
  margin-top: -6%;
}
.page-id-2046 header.type_image:after{
  background: url(../../../../images/wave_up_bk_ec.png) no-repeat bottom center;
  background-size: 100%;
}
.page-id-4629 .ct_page{
  padding-top: 0;
}
.page-id-4629 .contact_box {
  background: none;
      background-color: #f8f9dc;
  margin-top: 0;
  padding-top: 6%;
}
.page-id-4629 h2.page_h2_2 .jp:after{
  content: " - 確認 -";
}
.page-id-4629 header.type_image {
  height: 50vh;
}
.page-id-4629 header.type_image h1{
  margin-top: 10vh;
}
.sv_page.ver_new{
    padding-top: 8%;
}
.sv_sec1{
  margin-bottom: 4%;
}
.sv_sec1,
.sv_sec2,
.sv_sec3,
.sv_sec4,
.sv_sec7{
  padding-left: 10%;
  padding-right: 10%;
}
.sv_sec5,
.sv_sec6{
  padding-left: 20%;
  padding-right: 20%;
}
.sv_sec1 .head_box{
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sv_sec1 .img_box{
    /*width: 45%;*/
    width: 42%;
    /*margin-right: 10%;*/
    margin-left: 5%;
}
.sv_sec1 .img_box img{
    display: block;
    -moz-box-shadow: -20px 20px 0px #f4efef;
    -webkit-box-shadow: -20px 20px 0px #f4efef;
    box-shadow: -20px 20px 0px #f4efef;
}
.sv_sec1 .text {
    /*width: 40%;*/
    width: 50%;
    margin-right: 3%;
    /*margin-left: 5%;*/
    /*margin-left: 10%;*/
    text-align: left;
    padding: 1% 0;
}
.sv_sec1 h2.page_h2_2 {
    text-align: left;
    margin-bottom: 10%;
}
.sv_sec1 h2.page_h2_2:after {
    margin-left: 0;
}
.sv_sec1 .text .dis {
    line-height: 32px;
    /*font-size: 1.6rem;*/
    font-size: clamp(1.4rem, 1.3vw + 0rem, 1.8rem);
    margin-bottom: 30px;
}

.check_h3 img{
  max-width: 40px;
  display: inline-block;
  position: relative;
  top: 5px;
}
.check_h3{
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: solid 1px #edf1dc;
}
.check_h3 .text{
  margin-left: 0.5em;
}
.nayami_list{
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
.nayami_list .img_box{
  width: 25%;
}
.nayami_list .img_box img{
  box-shadow: none;
}
.nayami_list ul{
  width: 67%;
  margin-right: 3%;
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.nayami_list ul li img{
  max-width: 60px;
  border-radius: 100px;
  background: #b2e10e;
  display: block;
  padding: 20px;
  width: 100%;
}
.nayami_list ul li{
  width: 48%;
  margin-right: 4%;
  display: flex;
  flex-flow: row;
  justify-content: left;
  align-items:center;
  border-radius: 100px;
  border: solid 1px #e6e6e6;
  box-sizing:border-box;
  margin-bottom: 10px;
  letter-spacing: 0;
  line-height: 140%;
}
.nayami_list ul li:nth-child(2n){
  margin-right: 0;
}
.nayami_list ul li .text{
  display: inline-block;
  margin-left: 1em;
  font-size: clamp(1.2rem, 1.2vw + 0rem, 1.8rem);
  margin-right: 1em;
  width: 72%;
}

.sv_page .border_box {
  padding: 2% 4%;
  border: solid 6px #b2e10e;
  border-radius: 20px;
  width: 100%;
  position: relative;
  margin-top: 3%;
}
.sv_page .border_box:before{
    content: "";
    display: inline-block;
    width: 20%;
    height: 40px;
    background: #b2e10e;
    clip-path: polygon(0 -4.3%, 38.3% -4.3%, 38.3% 0, 61.7% 0, 61.7% -4.3%, 100% -4.3%, 50% 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: -28px;
    margin: auto;
    z-index: 1;
}
.sv_page .border_box:after{
    content: "";
    display: inline-block;
    width: 20%;
    height: 40px;
    background: #fff;
    clip-path: polygon(0 -4.3%, 38.3% -4.3%, 38.3% 0, 61.7% 0, 61.7% -4.3%, 100% -4.3%, 50% 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: -24px;
    margin: auto;
}
.sv_page .border_box .left_box{
  width: 68%;
  line-height: 180%;
  letter-spacing: 4px;
  font-size: clamp(1.7rem, 2.2vw + 0rem, 3.4rem);
}
.t_green{
  color: #95b706;
}
.sv_base_sec .service_ch_list2 .sv_box .link_box{
  margin-top: 1.5em;
}
.sv_base_sec .service_ch_list2 .sv_box .link_box a{
  border-radius: 100px;
  padding: 5px 0;
  text-align: center;
  background: #3F2019;
  color: #fff;
  display: block;
}
.sv_page .border_box .img_box2{
  width: 28%;
  position: absolute;
  right: 5%;
  top: -30px;
}
.sv_base_sec h2.page_h2_2{
  margin-bottom: 5%;
}
.sv_base_sec h2.page_h2_2 .jp{
    font-size: clamp(2rem, 2.4vw + 0rem, 3.2rem);
}
.sv_base_sec .service_ch_list2{
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.sv_base_sec .service_ch_list2 .sv_box{
  border-bottom: none;
  margin-bottom: 4%;
}
.sv_base_sec .service_ch_list2 .sv_box:nth-child(3n),
.sv_base_sec .service_ch_list2 .sv_box:nth-last-child(1){
  margin-right: 0;
}
.sv_base_sec .service_ch_list2 h2.sv_h2{
  font-size: clamp(1.4rem, 1.4vw + 0rem, 2rem);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.sv_base_sec .service_ch_list2 h2.sv_h2.ft18{
  font-size: clamp(1.3rem, 1.2vw + 0rem, 1.8rem);
  letter-spacing: 0;
}
.sv_sec3,
.sv_sec5,
.sv_sec7{
  padding-top: 5%;
}
.service_ch_list3 {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.sv_box.v2{
  width: 31%;
  margin-right: 3.5%;
  border-bottom: none;
  margin-bottom: 4%;
}
.sv_box.v2:nth-child(3),
.sv_box.v2:nth-child(5){
  margin-right: 0;
}
.sv_box.v2:nth-child(4),
.sv_box.v2:nth-child(5){
  margin-bottom: 0;
}
.sv_box.v2 .sv_h3 {
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  text-align: center;
  margin-top: -22%;
  position: relative;
  padding-top: 8%;
  color: #986666;
}
.sv_box.v2 .sv_h3:after{
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #dccbc9;
  margin-top: 10%;
  margin-bottom: 10%;
  margin-left: auto;
  margin-right: auto;
}
.sv_box.v2 img{
  box-shadow: none;
}
.sv_box.v2 .des1{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.sv_case_list{
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sv_case_list .box{
  background: #fff;
  padding: 2%;
    -moz-box-shadow: -20px 20px 0px #f4efef;
    -webkit-box-shadow: -20px 20px 0px #f4efef;
    box-shadow: -20px 20px 0px #f4efef;
    margin-bottom: 5%;
}
.sv_case_list .box a{
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    align-items:center;
    width: 100%;
}
.sv_case_list .box .img{
  width: 30%;
  margin-right: 5%;
}
.sv_case_list .box .text_box{
  width: 63%;
  padding: 2% 0;
}
.sv_case_list .box .case_num {
  margin-bottom: 2%;
}
.sv_case_list .box .case_num .text{
  color: #c8a0a0;
  font-family: 'Dancing Script', cursive;
  margin-right: 0.3em;
}
.sv_case_list .box .case_num .num{
  color: #dccbc9;
  font-family: 'Dancing Script', cursive;
      font-size: clamp(2.4rem, 3.2vw + 0rem, 4.6rem);
}
.sv_case_list .box .cate_title{
  margin-bottom: 1em;
  line-height: 100%;
}
.sv_case_list .box h3{
  margin-top: 0;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: dashed 1px #c8a0a0;
}
.sv_case_list .box .link_box{
  width: 60%;
  margin-left: auto;
  border: solid 1px #986666;
  text-align: center;
  padding:5px 10px;
  color: #986666;
}
.sv_case_list .box .link_box .jp{
  font-size: clamp(1.2rem,1.2vw + 0rem,1.6rem)
}
.sv_case_list .box .link_box .en{
  margin-left: 2em;
  margin-right: 1em;
}
.sv_case_list .box .link_box img{
  opacity: 0.4;
  position: relative;
  top: 3px;
}
.step_box{
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.step_box .box{
  background: #986666;
  margin-bottom: 10px;
}
.step_box .box .img{
  padding: 0% 3%;
  width: 12%;
  background: #986666;
}
.step_box .box img{
  display: block;
}
.step_box .box .text_box{
  padding: 2% 4%;
  box-sizing:border-box;
  width: 82%;
  background: #f9f9f9;
}
.step_box .box .text_box .des{
  line-height: 140%;
}
.step_box .box .text_box .title_box{
  color: #986666;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: dashed 1px #986666;
}
.step_box .box .text_box .des a{
  color: #e7748d;
  font-weight: 600;
  text-decoration: underline; 
}
.step_box .box .text_box .title_box h3{
  margin: 0;
}
.step_box .box .text_box .step .big5{
  margin-left: 0.3em;
  margin-right: 0.5em;
}
.step_box .step_date{
  background: #fff;
  padding: 5px 20px;
  border: solid 2px #e7748d;
  color: #e7748d;
  font-weight: 700;
}
.faq_list{
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.faq_list .box{
  margin-bottom: 15px;
}
.faq_list .box h3{
  background: #fff;
  padding: 4% 5% 3%;
  margin: 0;
  cursor:pointer;
  position: relative;
  align-items:center;
}
.faq_list .box h3::after,
.faq_list .box h3::before {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  width: 2px;
  height: 0.75em;
  background-color: #986666;
  transition: all 0.3s;
}
.faq_list .box h3::after{
  transform: rotate(90deg);
}
.faq_list .box h3.open::before{
  transform: rotate(90deg) !important;
}
.faq_list .box h3 .q{
  width: 1.5em;
}

.faq_list .box h3 .title{
  width: calc( 90% - 2em );
  line-height: 140%;
}
.faq_list .box .a_box{
  padding: 5%;
  background: #f8f1f1;
}
.faq_list .box .a_box .a{
  width: 5%;
}
.faq_list .box .a_box .text{
  width: 95%;
}
.faq_list .box .a_box .text .link_box{
  display: block;
}
.faq_list .box .a_box .text .link_box a{
    border-radius: 100px;
    padding: 5px 0;
    text-align: center;
    background: #3F2019;
    color: #fff;
    display: inline-block;
    padding: 3px 2em;
}
.sv_contact_box{
  margin-left: 5%;
  margin-right: 5%;
  background: url(../../../../../images/page/sv1_img20.webp) no-repeat center;
  background-size: cover;
  box-sizing:border-box;
  padding: 8%;
  color: #fff;
  position: relative;
}
.sv_contact_box:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(63,32,25,0.5);
  border: solid 6px rgba(255,255,255,0.5);
  position: absolute;
  left: 0;
  top: 0;
  box-sizing:border-box;
}
.sv_contact_box .left_box{
  width: 30%;
  margin-right: 5%;
  position: relative;
  z-index: 1;
}
.sv_contact_box .left_box p{
  line-height: 100%;
}
.sv_contact_box .left_box p.en{
  margin-bottom: 0.5em;
}
.sv_contact_box .center_box{
  width: 30%;
  margin-right: 5%;
  position: relative;
  z-index: 1;
}
.sv_contact_box .right_box{
  width: 30%;
  position: relative;
  z-index: 1;
}
.sv_contact_box .right_box a{
  color: #fff;
  display: flex;
    flex-flow: row;
    justify-content: center;
}
.sv_contact_box .right_box a .text.ft30{
    font-size: clamp(2rem, 2vw + 0rem, 3rem);
}
.sv_contact_box .right_box a .text.ft18{
    line-height: 120%;
}
.sv_contact_box .right_box .tel_box{
  padding: 6% 0;
}
.sv_contact_box .right_box .ct_box {
  padding: 4%;
  border: solid 1px #fff;
}
.sv_contact_box .right_box .tel_box img{
  max-width: 20px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-right: 10px;
}
.sv_contact_box .right_box .ct_box img{
  max-width: 35px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-right: 10px;
}
.service_ch_list2.tri .sv_box{
  width: 30.66666666666667%;
  margin-right: 4%;
}
.service_ch_list2.tri .sv_box:nth-child(4n){
  margin-right: 4%;
}
.service_ch_list2.tri .sv_box:nth-child(3n){
  margin-right: 0;
}
.contact_box.newv2{
  background: none;
  padding-top: 0;
}
.contact_box.newv2 .box{
  background: #fcf8f8;
}
.sv_base_sec .other_works{
  /*margin-left: 10%;
  margin-right: 10%;*/
  margin-left: 0;
  margin-right: 0;
  margin-top: 8%;
  padding: 3%;
  position: relative;
  border: solid 8px #d8bfbf;
  box-sizing:border-box;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.sv_base_sec .other_works .other_title{
  position: absolute;
  /*top: -16%;*/
  top: -2em;
  background: #fff;
  padding: 0 1em;
}
.sv_base_sec .other_works li{
  line-height: 180%;
}
.sv_base_sec .other_works li .spbr{
  margin-left: 1.5em;
}
.single .entry-content a{
  /*color: #95b706;*/
  display: inline-block;
  font-weight: 400;
  text-decoration: underline;
}
.single .entry-content a:hover{
  /*background: #ecf2d4;*/
  color: #c03;
}
/*******************************************202404120 add*******************************/
.works_list.entry .post-meta .category a{
    background: #b3e20e;
    border: solid 1px #b3e20e;
    border-radius: 10px;
    padding: 5px 1em;
    margin-bottom: 0.5em;
}
.works_list.entry .post-meta .category{
  background: none;
  border: none;
  padding-left: 0;
}
.works_list.entry .post-meta .post-date{
  background: none;
  border:none;
  padding-left: 0;
  width: 100%;
}
.date_new{
  display: none;
}
.ks_bana{
    position: absolute;
    right: 0;
    top: 180px;
    background: #fff;
    /* padding: 1%; */
    text-align: center;
    width: 220px;
    z-index: 2
}
.home .ks_bana{
  top: 125px;
}
.ks_bana .logo{
  padding: 3px 10px;
}
.ks_bana .text{
  background: #fae234;
  padding: 8px;
  font-weight: 600;
  color: #996666;
}
#header-in.fixed .ks_bana{
  display: none;
}
/*******************************************202404120 add*******************************/
/* スマホ用 */
@media screen and (max-width: 599px){
  .box-menus .box-menu{
    width: calc(100%/2);
  }
}
@media screen and (max-width: 1079px) {
  #navi ul.children.service li, #navi ul.children.tlink li{
    width: 31.5%;
  }
  #navi ul.children.service li.li_top{
    height: 400px;
  }
  #navi ul.children.service li.page_item.v2{
    width: 32%;
  }
  #navi ul.children.service{
      width: 84vw;
      left: -36vw;
      max-width: 1280px;
  }
  #navi ul.children.service.v2 li.li_top{
    height: 200px;
  }
}
@media screen and (max-width: 680px){
  .sv_sec1 .img_box{
    width: 100%;
    margin-left: 0;
  }
  .sv_sec1 .text{
    width: 100%;
  }
  .sv_sec1 .head_box{
    display: block;
    margin-bottom: 15%;
  }
  .sv_sec1, .sv_sec2, .sv_sec3, .sv_sec4, .sv_sec7{
    padding-left: 5%;
    padding-right: 5%;
  }
  .article .sv_sec1 h2.page_h2_2 .en{
    text-align: left;
  }
  .sv_sec1 h2.page_h2_2:after{
    margin-bottom: 8%;
    margin-top: 5%;
  }
  .check_h3 img{
    max-width: 30px;
  }
  .article h3.check_h3{
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .nayami_list ul{
    width: 100%;
  }
  .nayami_list ul li{
    width: 100%;
    margin-right: 0;
  }
  .nayami_list ul li img{
    padding: 15px;
    max-width: 45px;
    margin-left: 0;
  }
  .nayami_list ul li .text{
    width: 78%;
    line-height: 160%;
  }
  .nayami_list .img_box img{
    max-width: 50%;
  }
  .sv_page .border_box{
    margin-top: 8%;
    padding-top: 6%;
  }
  .sv_page .border_box .left_box{
    width: 100%;
    letter-spacing: 0px;
    text-align: center;
  }
  .sv_page .border_box .img_box2{
    position: static;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .sv_page .border_box .left_box{
    /*font-size: clamp(1.6rem, 2.2vw + 0rem, 3.4rem);*/
    font-size: clamp(1.4rem, 3.6vw + 0rem, 3.4rem);
  }
  .sv_base_sec.sv_sec2 .service_ch_list2 .sv_box{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .sv_base_sec .service_ch_list2 h2.sv_h2{
    margin-top: 0;
  }
  .article .sv_base_sec h2.page_h2_2{
    margin-bottom: 10%;
  }
  .sv_box.v2{
    width: 100%;
    margin-right: 0;
  }
  .sv_case_list .box{
    margin-bottom: 15%;
  }
  .sv_box.v2 .sv_h3:after{
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .sv_case_list .box a{
    display: block;
  }
  .sv_case_list .box .img{
    width: 100%;
    margin-right: 0;
  }
  .sv_case_list .box .text_box{
    width: 100%;
    margin-right: 0;
    padding: 2% 4%;
    box-sizing:border-box;
  }
  .sv_case_list .box .link_box{
    width: 100%;
    box-sizing: border-box;
    padding: 2px 10px;
  }
  .sv_case_list .box h3{
    font-size: clamp(1.4rem, 4.2vw + 0rem, 2rem);
    line-height: 150%;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }
  .sv_case_list .box .case_num{
    margin-bottom: 5%;
  }
  .sv_sec5, .sv_sec6{
    padding-left: 10%;
    padding-right: 10%;
  }
  .step_box .box .text_box .title_box{
    display: block;
  }
  .step_box .box .text_box .title_box .text.ft18{
    display: block;
    font-size: clamp(1.6rem, 1.6vw + 0rem, 2.2rem);
    letter-spacing: 0;
  }
  .step_box .box .text_box .title_box h3{
    font-size: clamp(1.6rem, 1.6vw + 0rem, 2.2rem);
  }
  .step_box .box .img{
    width: 30%;
    padding: 0;
  }
  .step_box .box .text_box{
    width: 70%;
    padding: 4%;
    position: relative;
  }
  .step_box .step_date{
        font-size: 12px;
        padding: 0px 10px;
        border: solid 1px #e7748d;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 6%;
        line-height: 200%;
  }
  .faq_list .box .a_box .a{
    width: 15%;
  }
  .faq_list .box .a_box .text{
    width: 85%;
    font-size: 1.4rem;
    line-height: 160%;
    letter-spacing: 1;
  }
  .sv_contact_box{
    margin-left: 0;
    margin-right: 0;
  }
  .sv_contact_box .left_box,
  .sv_contact_box .center_box,
  .sv_contact_box .right_box{
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .sv_contact_box .left_box{
    margin-bottom: 8%;
  }
  .sv_contact_box .right_box a{
    display: block;
  }
  .sv_contact_box .right_box .ct_box img{
    max-width: 25px;
    position: relative;
    top: 5px;
  }
  .sv_contact_box .right_box .tel_box img{
    max-width: 15px;
    position: relative;
    top: 5px;
  }
  .sv_sec1{
    margin-left: 5%;
    margin-right: 5%;
  }
  .sv_sec4{
    padding-left: 5%;
    padding-right: 5%;
  }
  .sv_sec1 .text .dis{
    line-height: 25px;
  }
  .sv_case_list {
    width: 90%;
  }
  .sv_base_sec .other_works {
    margin-top: 20%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 15%;
  }
  .sv_base_sec .other_works li{
    line-height: 160%;
    margin-bottom: 10px;
  }
  .sv_base_sec .service_ch_list2 h2.sv_h2{
    font-size: clamp(1.7rem, 1.4vw + 0rem, 2rem);
  }
  header.type_image.servicechild .h1_en{
    letter-spacing: 2px;
  }
  header.type_image.servicechild h1{
    letter-spacing: 0;
  }
  .page-id-5423 header.type_image.servicechild h1{
    font-size: clamp(1.7rem, 1.4vw + 0rem, 2rem);
  }
  .page-id-5454 header.type_image.servicechild h1{
    font-size: clamp(1.8rem, 1.4vw + 0rem, 2rem);
  }
  .sv_base_sec .other_works .other_title{
    top: -38px;
    left: 0;
    right: 0;
    width: 8em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1.8rem, 1.6vw + 0rem, 2.2rem);
  }
  .servicechild p.serviceno{
    margin-top: 18%;
  }
  .sv_base_sec .service_ch_list2 h2.sv_h2.ft18{
      font-size: clamp(1.7rem, 1.4vw + 0rem, 2rem);
  }
  .sv_box.v2 .des1{
    font-size: clamp(1.4rem, 1.2vw + 0rem, 1.4rem);
    line-height: 160%;
  }
  .faq_list .box h3::after, .faq_list .box h3::before{
    top: 42%;
  }
  .sv_base_sec .other_works li .spbr{
    display: block;
    margin-left: 0;
  }
  .sec2 .Service_box.v2 h2.h2_base3{
    bottom: 4%;
    left: 0;
    font-size: min(4vw, 4.5rem, 8vw);
  }
  .normal_box dl.compi_tabel.v2{
    width: 90%;
  }
}