@charset "UTF-8";
/* main.css */
/* Variables
---------------------------------------------------*/
/*
$font-concept: '"NudMotoyaExAporo_1174278", "ＭＳ Ｐ明朝", "MS PMincho", 游明朝, 游明朝体, YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif';
*/
/*
font-family:'Perpetua MT W01';
font-family:'ElegantGaramondW01-Roma';
font-family:'Minion W01 Cap Regular';
font-family:'HGMinchoB';
font-family:'KozMinPr6N W53 Regular';
font-family:'NudMotoyaExAporo_1174278';
font-family:'SUDGoDspIWA-RA';
*/
/* Media Queries -------------------------*/
/* Base
---------------------------------------------------*/
html, body {
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 640px;
  color: #444;
  background-color: #FFF;
  line-height: 1;
  font-size: 13px;
  font-family: メイリオ, Meiryo, 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p {
  margin: 0;
  margin-bottom: 1.7em;
  line-height: 1.7;
}
p.no-ie {
  font-size: 16px;
  font-weight: bold;
  color: #F35;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

table {
  border-collapse: collapse;
}

th, td {
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}

dt, dd {
  margin: 0;
}

a {
  color: #FF5F00;
  text-decoration: underline;
}
a:hover {
  color: #FF7F22;
  text-decoration: underline;
}
a:focus {
  outline: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  line-height: 1;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

h4 {
  font-size: 14px;
  font-weight: bold;
}

select {
  margin: 0;
  padding: 5px;
  font-size: 13px;
  line-height: 2;
  background-color: #FFF;
  border: solid 1px #AAA;
  border-radius: 3px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"] {
  margin: 0;
  padding: 5px;
  font-size: 13px;
  line-height: 2;
  background-color: #FFF;
  border: solid 1px #AAA;
  border-radius: 3px;
}

input[type="submit"],
button[type="submit"] {
  margin: 0;
  padding: 5px;
  font-size: 13px;
  line-height: 2;
  background-color: #FFF;
  border: solid 1px #AAA;
  border-radius: 3px;
}

textarea {
  padding: 5px;
  font-size: 13px;
  line-height: 1.5;
  background-color: #FFF;
  border: solid 1px #AAA;
  border-radius: 3px;
}

.cf {
  zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}

/* WordPress Content
---------------------------------------------------*/
/* Old Blog Only */
.post-type-archive-diary .entry-content img,
.tax-diary_category .entry-content img,
.single-diary .entry-content img {
  margin-top: 1em;
  max-width: 100%;
  height: auto;
}

.alignnone {
  margin: 5px 0;
  max-width: 100%;
  height: auto;
}

.alignleft {
  float: left;
  max-width: 40%;
  height: auto;
  margin: 5px 15px 10px 0;
}

.alignright {
  float: right;
  margin: 5px 0 10px 15px;
  max-width: 40%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 5px auto;
  max-width: 100%;
  height: auto;
}

iframe.wp-embedded-content {
  width: 100%;
}

/**
 * Comments
 */
.comments-area {
  margin: 30px 10px 70px;
  padding: 30px 20px 0;
  background-color: #F0F0F0;
  border-radius: 4px;
}
.comments-area p {
  margin-bottom: 0;
}
.comments-area a {
  color: #222;
  text-decoration: none;
}
.comments-area a:hover {
  color: #666;
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
  border-top: 2px solid #FF9933;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  padding-top: 1.2em;
}
.comments-area .comments-title {
  margin-bottom: 1.2em;
}
.comments-area #trackback-url {
  margin: 30px 0 0;
  text-align: right;
  font-size: 12px;
  color: #999;
}
.comments-area .comment-list .comment {
  margin-bottom: 20px;
}
.comments-area .comment-list .comment-body {
  margin-bottom: 30px;
}
.comments-area .comment-list .comment-author {
  margin-bottom: 5px;
}
.comments-area .comment-list .comment-author cite {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #FF5F00;
}
.comments-area .comment-list .comment-meta {
  margin-bottom: 10px;
  font-size: 12px;
  color: #999;
}
.comments-area .comment-list .comment-meta a {
  color: #999;
}
.comments-area .comment-list .children {
  padding-left: 20px;
}
.comments-area .comment-list .reply {
  padding: 5px 0 0;
}
.comments-area .comment-list .reply a.comment-reply-link {
  display: block;
  padding: 3px 0;
  width: 50px;
  font-size: 12px;
  text-align: center;
  color: #666;
  text-decoration: none;
  border: solid 1px #999;
  border-radius: 3px;
}
.comments-area .comment-list .reply a.comment-reply-linkhover {
  color: #999;
}
.comments-area #respond p {
  padding-bottom: 18px;
}
.comments-area #respond .comment-notes {
  color: #666;
  font-size: 12px;
}
.comments-area #respond #cancel-comment-reply-link {
  color: #FF9933;
  margin-left: 30px;
}
.comments-area #respond input#author, .comments-area #respond #email, .comments-area #respond #url {
  width: 95%;
}
.comments-area #respond textarea {
  width: 95%;
  height: 190px;
  vertical-align: top;
}
.comments-area #respond input.submit {
  padding: 8px 20px;
  color: #FF5F00;
  background-color: #F6F6F6;
}

/* WP-PageNavi
---------------------------------------------------*/
.wp-pagenavi {
  margin: 0 auto;
  width: 394px;
  zoom: 1;
}
@media only screen and (min-width: 1024px) {
  .wp-pagenavi {
    width: 604px;
  }
}
.wp-pagenavi:after {
  content: "";
  display: block;
  clear: both;
}
.wp-pagenavi span.pages {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 130px;
  font-size: 14px;
  text-align: center;
  border: solid 1px #999;
}
@media only screen and (min-width: 1024px) {
  .wp-pagenavi span.pages {
    width: 200px;
  }
}
.wp-pagenavi a {
  display: block;
  margin-top: -36px;
  padding: 10px 0;
  width: 130px;
  font-size: 14px;
  text-align: center;
  color: #FF5F00;
  border: solid 1px #FF9933;
  text-decoration: none;
}
.wp-pagenavi a:hover {
  background-color: #F6F6F6;
}
@media only screen and (min-width: 1024px) {
  .wp-pagenavi a {
    width: 200px;
  }
}
.wp-pagenavi a.previouspostslink {
  float: left;
}
.wp-pagenavi a.nextpostslink {
  float: right;
}

/* PageNavi
---------------------------------------------------*/
.pagenavi {
  margin: 0 auto;
  zoom: 1;
}
.pagenavi:after {
  content: "";
  display: block;
  clear: both;
}
.pagenavi span {
  display: block;
  width: 280px;
  line-height: 1.3;
}
.pagenavi span a {
  display: block;
  padding: 10px;
  text-align: center;
  color: #FF5F00;
  border: solid 1px #FF9933;
  text-decoration: none;
}
.pagenavi span a:hover {
  background-color: #F6F6F6;
}
.pagenavi span.previous {
  float: left;
}
.pagenavi span.next {
  float: right;
}

/* Header
---------------------------------------------------*/
#wrap-head {
  border-bottom: solid 1px #999;
}

.home #wrap-head {
  border: none;
}

.category-53 #wrap-head,
.category-column-single #wrap-head {
  border-bottom: solid 1px #FF9944;
}

#head {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  padding: 0 0 3px 30px;
  max-width: 1170px;
}
#head a.logo {
  float: left;
  display: block;
  float: left;
  margin: 6px 40px 0 0;
  padding-top: 70px;
  width: 109px;
  height: 0;
  line-height: 2.2;
  overflow: hidden;
  background-image: url("../images/logo.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
#head .site-title {
  float: left;
  margin-top: 34px;
  width: 460px;
  font-size: 18px;
  font-family: ElegantGaramondW01-Roma, "Calisto MT", "Book Antiqua", serif;
}
#head .site-title a {
  display: block;
  color: #666;
  text-decoration: none;
  padding-top: 18px;
  width: 250px;
  height: 0;
  line-height: 2.2;
  overflow: hidden;
  background-image: url("../images/sitename.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
#head .navi {
  float: right;
  margin-top: 10px;
  width: 580px;
}
@media only screen and (min-width: 1024px) {
  #head .navi {
    margin-top: 5px;
    width: 630px;
  }
}
#head .navi .menu-main-container ul.menu {
  zoom: 1;
}
#head .navi .menu-main-container ul.menu:after {
  content: "";
  display: block;
  clear: both;
}
#head .navi .menu-main-container ul.menu > li {
  display: block;
  position: relative;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  font-family: ElegantGaramondW01-Roma, "Calisto MT", "Book Antiqua", serif;
  font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  #head .navi .menu-main-container ul.menu > li {
    margin-right: 20px;
  }
}
#head .navi .menu-main-container ul.menu > li a {
  display: block;
  color: #666;
  text-decoration: none;
}
#head .navi .menu-main-container ul.menu > li.current-menu-item a {
  color: #000;
}
#head .navi .menu-main-container ul.menu > li.menu-item-object-diary {
  display: none;
}
#head .navi .menu-main-container ul.menu > li:last-child {
  margin-right: 0;
}
#head .navi .menu-main-container ul.sub-menu {
  display: none;
  position: absolute;
  padding: 20px 0 10px;
  background-color: #F6F6F6;
}
#head .navi .menu-main-container ul.sub-menu > li {
  width: 150px;
}
#head .navi .menu-main-container ul.sub-menu > li a {
  display: block;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 1.3;
  color: #666;
}
#head .navi .menu-main-container ul.sub-menu > li a:hover {
  background-color: #E3E3E3;
}
#head .navi .menu-main-container ul.sub-menu > li.current-menu-item a {
  background-color: #E3E3E3;
}

.page-id-31 .titlebar,
.category .titlebar,
.date .titlebar,
.author .titlebar,
.post-type-archive-diary .titlebar,
.tax-diary_category .titlebar,
.single-diary .titlebar,
.single-post .titlebar,
.search .titlebar {
  background-color: #FF9933;
}
.page-id-31 .titlebar .inner,
.category .titlebar .inner,
.date .titlebar .inner,
.author .titlebar .inner,
.post-type-archive-diary .titlebar .inner,
.tax-diary_category .titlebar .inner,
.single-diary .titlebar .inner,
.single-post .titlebar .inner,
.search .titlebar .inner {
  margin: 0 auto;
  padding: 7px 30px 5px;
  max-width: 900px;
  font-size: 22px;
  font-family: SUDGoDspIWA-RA, メイリオ, Meiryo, 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFF;
}
.page-id-31 .titlebar .inner a,
.category .titlebar .inner a,
.date .titlebar .inner a,
.author .titlebar .inner a,
.post-type-archive-diary .titlebar .inner a,
.tax-diary_category .titlebar .inner a,
.single-diary .titlebar .inner a,
.single-post .titlebar .inner a,
.search .titlebar .inner a {
  color: #FFF;
  text-decoration: none;
}

.category-53 .imagebar,
.category-column-single .imagebar {
  position: relative;
  margin-top: 1px;
  height: 120px;
  background-image: url("../images/bg_column_head.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.category-53 .imagebar .mask,
.category-column-single .imagebar .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
.category-53 .imagebar .inner,
.category-column-single .imagebar .inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 900px;
}
.category-53 .imagebar .inner a,
.category-column-single .imagebar .inner a {
  display: block;
  padding-top: 35px;
  font-size: 22px;
  color: #FFF;
  text-decoration: none;
}
.category-53 .imagebar .inner a span,
.category-column-single .imagebar .inner a span {
  display: block;
  line-height: 1;
}
.category-53 .imagebar .inner a span.column-head-title,
.category-column-single .imagebar .inner a span.column-head-title {
  margin-bottom: 14px;
  font-size: 24px;
  font-family: ElegantGaramondW01-Roma, "Calisto MT", "Book Antiqua", serif;
}
.category-53 .imagebar .inner a span.column-head-subtitle,
.category-column-single .imagebar .inner a span.column-head-subtitle {
  font-size: 18px;
  font-family: SUDGoDspIWA-RA, メイリオ, Meiryo, 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
}

/* Footer
---------------------------------------------------*/
#foot {
  margin: 0 auto;
  padding: 0 20px 30px;
  max-width: 1140px;
}
#foot .copy {
  color: #666;
  font-family: ElegantGaramondW01-Roma, "Calisto MT", "Book Antiqua", serif;
}

.home #foot {
  max-width: 1200px;
  padding: 7px 10px 30px;
}
@media only screen and (min-width: 1200px) {
  .home #foot {
    padding: 7px 0 30px;
  }
}

/* Main
---------------------------------------------------*/
#main {
  margin: 0 auto;
  padding: 0 30px 70px;
  max-width: 1140px;
}

.page-id-31 #main,
.category #main,
.date #main,
.author #main,
.post-type-archive-diary #main,
.tax-diary_category #main,
.single-diary #main,
.single-post #main,
.search #main {
  max-width: 900px;
}

.home #main {
  padding: 0;
  max-width: 1200px;
}

ul.bread {
  padding: 10px 0;
}
ul.bread li {
  float: left;
  font-size: 11px;
  line-height: 1.5;
}
ul.bread li .arrow {
  margin: 0 7px;
}
ul.bread li a {
  color: #444;
}
ul.bread li a:hover {
  color: #FF5F00;
}

#gotop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 50px;
  padding-top: 49px;
  width: 49px;
  height: 0;
  line-height: 2.2;
  overflow: hidden;
  background-color: #FFF;
  background-image: url("../images/gotop.png");
  background-repeat: no-repeat;
  background-position: center 9px;
  border: solid 1px #666;
  border-radius: 25px;
}

/* Sidebar Blog (New and Old)
---------------------------------------------------*/
#sidebar {
  max-width: 260px;
  padding: 30px 0 0;
  width: 31%;
  float: right;
  font-size: 12px;
}
#sidebar p {
  margin-bottom: 1em;
  line-height: 1.5;
}
#sidebar .textwidget {
  padding: 0 4px;
}
#sidebar select, #sidebar form {
  margin: 0 4px;
}
#sidebar ul {
  padding: 0 4px;
}
#sidebar ul li {
  margin-bottom: 10px;
  line-height: 1.3;
}
#sidebar ul li a {
  color: #222;
  text-decoration: none;
}
#sidebar ul li a:hover {
  color: #FF5F00;
}
#sidebar .widget-title {
  margin-bottom: 20px;
  padding: 10px 15px;
  font-size: 16px;
  font-family: ElegantGaramondW01-Roma, "Calisto MT", "Book Antiqua", serif;
  border: solid 2px #FF9933;
  border-radius: 4px;
}
#sidebar section.widget {
  margin-bottom: 30px;
}
#sidebar section.widget label.screen-reader-text {
  display: none;
}
#sidebar section.widget label .screen-reader-text {
  display: none;
}
#sidebar section.widget a.old-link {
  text-decoration: none;
}
#sidebar section.widget_recent_entries li {
  margin-bottom: 15px;
}
#sidebar section.widget_recent_entries li a {
  display: block;
}
#sidebar section.widget_recent_entries li a span {
  display: block;
}
#sidebar section.widget_recent_entries li a span.thumb {
  float: left;
  margin-right: 4%;
  padding-top: 19.8%;
  width: 19.8%;
  height: 0;
  line-height: 2.2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#sidebar section.widget_recent_entries li a span.title {
  float: left;
  width: 76.2%;
}
#sidebar section.my-archive .year > ul {
  padding-top: 10px;
}
#sidebar section.my-archive .month {
  float: left;
  width: 25%;
  text-align: right;
}
#sidebar section.widget_search input[type="search"] {
  width: 70%;
}
#sidebar section.widget_search button[type="submit"] {
  width: 20%;
}
#sidebar .profile-area .nameset {
  margin-bottom: 7px;
}
#sidebar .profile-area .nameset .thumb {
  float: left;
  margin: 0 20px 0 0;
  width: 120px;
}
#sidebar .profile-area .nameset .thumb img {
  margin: 0;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#sidebar .profile-area .nameset .names {
  float: left;
  margin-top: 40px;
  width: 112px;
  line-height: 1.7;
}
#sidebar .profile-area .nameset .names strong {
  font-weight: 400;
  font-size: 14px;
}
#sidebar .profile-area .link a {
  line-height: 2;
  text-decoration: none;
}
#sidebar #black-studio-tinymce-6 .widget-title {
  color: #FFF;
  background-color: #FF9933;
}
#sidebar #black-studio-tinymce-6 .textwidget {
  text-align: center;
}
#sidebar #black-studio-tinymce-6 .textwidget h3 {
  margin: 17px 0;
  text-align: left;
  font-size: 14px;
}
#sidebar #black-studio-tinymce-6 .textwidget p {
  margin-bottom: 2em;
}
#sidebar #black-studio-tinymce-6 .textwidget a {
  text-decoration: none;
}
#sidebar #black-studio-tinymce-6 .textwidget img {
  margin: 5px 0;
  max-width: 100%;
  height: auto;
}
#sidebar #black-studio-tinymce-7 .textwidget p {
  padding-left: 16px;
  background-image: url("../images/dot_sq.png");
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 10px;
}
#sidebar #black-studio-tinymce-7 .textwidget a {
  text-decoration: none;
}

/* Home
---------------------------------------------------*/
.slide-area {
  position: relative;
}

.catch {
  position: absolute;
  z-index: 1;
  padding: 12px 2.5% 8px;
  height: 18px;
  width: 95%;
  text-align: right;
  font-size: 18px;
  font-family: "KozMinPr6N W53 Light", "ＭＳ Ｐ明朝", "MS PMincho", 游明朝, 游明朝体, YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #523D31;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.85) 80%, rgba(255, 255, 255, 0.95) 100%);
}

.home-slide {
  width: 100%;
}
.home-slide div img {
  width: 100%;
  height: auto;
}

/* Content
---------------------------------------------------*/
.content {
  padding: 30px 0 0;
}

.page-id-18 .content {
  margin: 0 auto;
  max-width: 580px;
}

.content-narrow {
  float: left;
  max-width: 600px;
  width: 67%;
}

.entry .entry-header h1 {
  font-size: 22px;
  font-family: ElegantGaramondW01-Roma, "Calisto MT", "Book Antiqua", serif;
  letter-spacing: 0.05em;
}

.page .entry .entry-header {
  margin-bottom: 50px;
}
.page .entry .entry-header .entry-title {
  font-size: 22px;
  font-family: ElegantGaramondW01-Roma, "Calisto MT", "Book Antiqua", serif;
  letter-spacing: 0.05em;
}
.page .entry .entry-content {
  margin: 0 auto;
  max-width: 920px;
}
.page .entry .entry-content .photo {
  float: left;
  width: 27.2%;
}
.page .entry .entry-content .photo img {
  width: 100%;
  height: auto;
}
.page .entry .entry-content .text {
  float: right;
  width: 68.5%;
}
.page .entry .entry-content .text h2 {
  margin-bottom: 26px;
  font-size: 22px;
  font-family: "KozMinPr6N W53 Light", "ＭＳ Ｐ明朝", "MS PMincho", 游明朝, 游明朝体, YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.page .entry .entry-content .text p.sign {
  text-align: right;
  font-family: ElegantGaramondW01-Roma, "Calisto MT", "Book Antiqua", serif;
}
.page .entry .entry-content .text p.sign span.name {
  font-size: 16px;
  font-family: "KozMinPr6N W53 Light", "ＭＳ Ｐ明朝", "MS PMincho", 游明朝, 游明朝体, YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.page-id-14 .entry .entry-content .name {
  font-size: 16px;
}
.page-id-14 .entry .entry-content .name .en {
  margin-right: 10px;
}

.page-id-18 .entry .entry-header {
  margin-bottom: 30px;
}

.home .content {
  padding: 0;
}

.error-404 .entry-content {
  text-align: center;
}

/* Works
---------------------------------------------------*/
.post-type-archive-works .entry .entry-header,
.tax-works_category .entry .entry-header {
  margin-bottom: 20px;
}
.post-type-archive-works .entry .entry-header .entry-title,
.tax-works_category .entry .entry-header .entry-title {
  font-size: 20px;
  font-family: "KozMinPr6N W53 Light", "ＭＳ Ｐ明朝", "MS PMincho", 游明朝, 游明朝体, YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.05em;
}
.post-type-archive-works .entry .entry-header .entry-title .en,
.tax-works_category .entry .entry-header .entry-title .en {
  margin-right: 18px;
  font-size: 22px;
  font-family: ElegantGaramondW01-Roma, "Calisto MT", "Book Antiqua", serif;
}
.post-type-archive-works .entry .entry-content ul.works-list li,
.tax-works_category .entry .entry-content ul.works-list li {
  float: left;
}
.post-type-archive-works .entry .entry-content ul.works-list li a,
.tax-works_category .entry .entry-content ul.works-list li a {
  display: block;
  text-decoration: none;
}
.post-type-archive-works .entry .entry-content ul.works-list li a span.image,
.tax-works_category .entry .entry-content ul.works-list li a span.image {
  display: block;
  padding-top: 66.7%;
  height: 0;
  line-height: 2.2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.post-type-archive-works .entry .entry-content ul.works-list li a span.title,
.tax-works_category .entry .entry-content ul.works-list li a span.title {
  display: block;
}

.post-type-archive-works .entry .entry-content ul.works-list {
  margin-left: -2.6%;
}
.post-type-archive-works .entry .entry-content ul.works-list li {
  margin-left: 2.6%;
  margin-bottom: 2.6%;
  width: 47.4%;
}
.post-type-archive-works .entry .entry-content ul.works-list li a {
  color: #444;
}
.post-type-archive-works .entry .entry-content ul.works-list li a span.title {
  margin-top: 10px;
  font-size: 16px;
  font-family: "KozMinPr6N W53 Light", "ＭＳ Ｐ明朝", "MS PMincho", 游明朝, 游明朝体, YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.post-type-archive-works .entry .entry-content ul.works-list li a span.title .en {
  font-size: 16px;
  font-family: ElegantGaramondW01-Roma, "Calisto MT", "Book Antiqua", serif;
}

.tax-works_category .entry .entry-content ul.works-list {
  margin-left: -1.7%;
}
.tax-works_category .entry .entry-content ul.works-list li {
  margin-left: 1.7%;
  margin-bottom: 1.7%;
  width: 31.6%;
}
.tax-works_category .entry .entry-content ul.works-list li a {
  position: relative;
  overflow: hidden;
  color: #000;
  /* タブレットの一部のプロパティはJSで指定 */
}
.tax-works_category .entry .entry-content ul.works-list li a span.title {
  position: absolute;
  padding: 17px 4.5% 18px;
  width: 91%;
  text-align: center;
  line-height: 1.3;
  font-size: 13px;
  font-family: メイリオ, Meiryo, 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: rgba(255, 255, 255, 0.7);
}
.tax-works_category .wp-pagenavi {
  margin-top: 50px;
}

.single-works .entry .main-image {
  position: relative;
  margin-bottom: 30px;
  padding-top: 66.7%;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.single-works .entry .main-image .buttons {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.single-works .entry .main-image .buttons button {
  display: none;
  position: absolute;
  top: 45%;
  padding-top: 80px;
  width: 36px;
  height: 0;
  line-height: 2.2;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1px #CCC;
  outline: none;
}
.single-works .entry .main-image .buttons button.prev {
  left: 10px;
  background-image: url("../images/arrow_left.png");
}
.single-works .entry .main-image .buttons button.next {
  right: 10px;
  background-image: url("../images/arrow_right.png");
}
.single-works .entry .text-area {
  float: left;
  width: 53%;
}
.single-works .entry .text-area .entry-header {
  margin-bottom: 20px;
}
.single-works .entry .text-area .entry-header .entry-title {
  float: left;
  width: 70%;
  font-family: メイリオ, Meiryo, 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.single-works .entry .text-area .entry-header .entry-subtitle {
  float: right;
  width: 25%;
  text-align: right;
}
.single-works .entry .text-area .single-navi a {
  text-decoration: none;
}
.single-works .entry .text-area .single-navi a.related {
  float: right;
  text-align: right;
}
.single-works .entry ul.images {
  float: right;
  width: 44%;
}
.single-works .entry ul.images li {
  float: left;
  margin-left: 4%;
  margin-bottom: 4%;
  width: 16%;
  background-color: #FFF;
}
.single-works .entry ul.images li img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.single-works .pagenavi {
  margin-top: 70px;
}

/* Lecture, Media
---------------------------------------------------*/
.post-type-archive-lecture .entry .entry-header,
.post-type-archive-media .entry .entry-header,
.tax-lecture_category .entry .entry-header,
.tax-media_category .entry .entry-header {
  margin-bottom: 20px;
}
.post-type-archive-lecture .entry .entry-header .entry-title,
.post-type-archive-media .entry .entry-header .entry-title,
.tax-lecture_category .entry .entry-header .entry-title,
.tax-media_category .entry .entry-header .entry-title {
  font-size: 22px;
  font-family: "KozMinPr6N W53 Light", "ＭＳ Ｐ明朝", "MS PMincho", 游明朝, 游明朝体, YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.05em;
}
.post-type-archive-lecture .entry .entry-header .entry-title .en,
.post-type-archive-media .entry .entry-header .entry-title .en,
.tax-lecture_category .entry .entry-header .entry-title .en,
.tax-media_category .entry .entry-header .entry-title .en {
  margin-right: 18px;
  font-family: ElegantGaramondW01-Roma, "Calisto MT", "Book Antiqua", serif;
}
.post-type-archive-lecture .entry .entry-content ul.works-list li,
.post-type-archive-media .entry .entry-content ul.works-list li,
.tax-lecture_category .entry .entry-content ul.works-list li,
.tax-media_category .entry .entry-content ul.works-list li {
  float: left;
}
.post-type-archive-lecture .entry .entry-content ul.works-list li a,
.post-type-archive-media .entry .entry-content ul.works-list li a,
.tax-lecture_category .entry .entry-content ul.works-list li a,
.tax-media_category .entry .entry-content ul.works-list li a {
  display: block;
  text-decoration: none;
}
.post-type-archive-lecture .entry .entry-content ul.works-list li a span.image,
.post-type-archive-media .entry .entry-content ul.works-list li a span.image,
.tax-lecture_category .entry .entry-content ul.works-list li a span.image,
.tax-media_category .entry .entry-content ul.works-list li a span.image {
  display: block;
  padding-top: 66.7%;
  height: 0;
  line-height: 2.2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.post-type-archive-lecture .entry .entry-content ul.works-list li a span.title,
.post-type-archive-media .entry .entry-content ul.works-list li a span.title,
.tax-lecture_category .entry .entry-content ul.works-list li a span.title,
.tax-media_category .entry .entry-content ul.works-list li a span.title {
  display: block;
}

.post-type-archive-lecture ul.works-list,
.post-type-archive-media ul.works-list {
  margin-left: -2.6%;
}
.post-type-archive-lecture ul.works-list li,
.post-type-archive-media ul.works-list li {
  margin-left: 2.6%;
  margin-bottom: 2.6%;
  width: 47.4%;
}
.post-type-archive-lecture ul.works-list li a,
.post-type-archive-media ul.works-list li a {
  display: block;
  color: #444;
}
.post-type-archive-lecture ul.works-list li a span.colhead,
.post-type-archive-media ul.works-list li a span.colhead {
  display: block;
  margin-bottom: 8px;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 32px;
  border-bottom: solid 1px #FF9933;
}
.post-type-archive-lecture ul.works-list li a span.colhead span.title,
.post-type-archive-media ul.works-list li a span.colhead span.title {
  float: left;
  margin-right: 30px;
  padding: 8px 0 10px;
  font-size: 16px;
  font-family: メイリオ, Meiryo, 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.post-type-archive-lecture ul.works-list li a span.colhead span.link,
.post-type-archive-media ul.works-list li a span.colhead span.link {
  float: left;
  padding-top: 10px;
  width: 60px;
  font-size: 14px;
  color: #FF5F00;
  text-align: right;
}
.post-type-archive-lecture ul.works-list li.talkshow span.colhead,
.post-type-archive-media ul.works-list li.talkshow span.colhead {
  background-image: url("../images/icon/microphone.png");
}
.post-type-archive-lecture ul.works-list li.seminar span.colhead,
.post-type-archive-media ul.works-list li.seminar span.colhead {
  background-image: url("../images/icon/users.png");
}
.post-type-archive-lecture ul.works-list li.salonchic span.colhead,
.post-type-archive-media ul.works-list li.salonchic span.colhead {
  background-image: url("../images/icon/home.png");
}
.post-type-archive-lecture ul.works-list li.school span.colhead,
.post-type-archive-media ul.works-list li.school span.colhead {
  background-image: url("../images/icon/office.png");
}
.post-type-archive-lecture ul.works-list li.tv span.colhead,
.post-type-archive-media ul.works-list li.tv span.colhead {
  background-image: url("../images/icon/tv.png");
}
.post-type-archive-lecture ul.works-list li.radio span.colhead,
.post-type-archive-media ul.works-list li.radio span.colhead {
  background-image: url("../images/icon/radio.png");
}
.post-type-archive-lecture ul.works-list li.magazine span.colhead,
.post-type-archive-media ul.works-list li.magazine span.colhead {
  background-image: url("../images/icon/open-book.png");
}
.post-type-archive-lecture ul.works-list li.book span.colhead,
.post-type-archive-media ul.works-list li.book span.colhead {
  background-image: url("../images/icon/book.png");
}

.tax-lecture_category .entry .entry-header .entry-title,
.tax-media_category .entry .entry-header .entry-title {
  padding: 6px 0 10px 50px;
  font-size: 18px;
  font-family: メイリオ, Meiryo, 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 32px;
}
.tax-lecture_category .entry .entry-header .talkshow,
.tax-media_category .entry .entry-header .talkshow {
  background-image: url("../images/icon/microphone.png");
}
.tax-lecture_category .entry .entry-header .seminar,
.tax-media_category .entry .entry-header .seminar {
  background-image: url("../images/icon/users.png");
}
.tax-lecture_category .entry .entry-header .salonchic,
.tax-media_category .entry .entry-header .salonchic {
  background-image: url("../images/icon/home.png");
}
.tax-lecture_category .entry .entry-header .school,
.tax-media_category .entry .entry-header .school {
  background-image: url("../images/icon/office.png");
}
.tax-lecture_category .entry .entry-header .tv,
.tax-media_category .entry .entry-header .tv {
  background-image: url("../images/icon/tv.png");
}
.tax-lecture_category .entry .entry-header .radio,
.tax-media_category .entry .entry-header .radio {
  background-image: url("../images/icon/radio.png");
}
.tax-lecture_category .entry .entry-header .magazine,
.tax-media_category .entry .entry-header .magazine {
  background-image: url("../images/icon/open-book.png");
}
.tax-lecture_category .entry .entry-header .book,
.tax-media_category .entry .entry-header .book {
  background-image: url("../images/icon/book.png");
}
.tax-lecture_category .entry-content a.permalink,
.tax-media_category .entry-content a.permalink {
  color: #FF5F00;
  text-decoration: none;
}
.tax-lecture_category .entry-content a.permalink:hover,
.tax-media_category .entry-content a.permalink:hover {
  color: #FF8F32;
}
.tax-lecture_category .record-list,
.tax-media_category .record-list {
  margin-top: 40px;
  margin-left: -2%;
}
.tax-lecture_category .record-list .col,
.tax-media_category .record-list .col {
  float: left;
  margin-left: 2%;
  margin-bottom: 3.4%;
  width: 48%;
}
.tax-lecture_category .record-list .col .image,
.tax-media_category .record-list .col .image {
  float: left;
  width: 44.8%;
}
.tax-lecture_category .record-list .col .image a,
.tax-media_category .record-list .col .image a {
  display: block;
  padding-top: 66.7%;
  height: 0;
  line-height: 2.2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: solid 1px #CCC;
}
.tax-lecture_category .record-list .col .text,
.tax-media_category .record-list .col .text {
  float: right;
  width: 50%;
  font-family: メイリオ, Meiryo, 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.tax-lecture_category .record-list .col .text .title,
.tax-media_category .record-list .col .text .title {
  margin-bottom: 7px;
  line-height: 1.3;
  font-size: 14px;
}
.tax-lecture_category .record-list .col .text .media-name,
.tax-media_category .record-list .col .text .media-name {
  margin-bottom: 7px;
  line-height: 1.3;
  font-size: 12px;
}
.tax-lecture_category .record-list .col .text .date,
.tax-media_category .record-list .col .text .date {
  margin-bottom: 15px;
  font-size: 12px;
}
.tax-lecture_category .record-list .col .text p,
.tax-media_category .record-list .col .text p {
  margin-bottom: 1.5em;
  line-height: 1.5;
}
.tax-lecture_category .entry-content-body,
.tax-media_category .entry-content-body {
  margin-top: 30px;
}
.tax-lecture_category .wp-pagenavi,
.tax-media_category .wp-pagenavi {
  margin-top: 50px;
}

/* Blog (New and Old)
---------------------------------------------------*/
.blog-entries .message-area section.widget {
  margin-bottom: 50px;
  padding: 20px 20px 0;
  background-color: #F6F6F6;
  border: solid 1px #999;
  border-radius: 4px;
}
.blog-entries .message-area section.widget h2 {
  margin-bottom: 1em;
  font-size: 16px;
}
.blog-entries .message-area section.widget p {
  margin-bottom: 1.5em;
  line-height: 1.5;
}

.blog-entry {
  margin-bottom: 70px;
}
.blog-entry .entry-header {
  margin-bottom: 25px;
}
.blog-entry .entry-header .entry-title {
  font-size: 20px;
  font-family: SUDGoDspIWA-RA, メイリオ, Meiryo, 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FF5F00;
  line-height: 1.3;
  border-bottom: solid 1px #FF9933;
}
.blog-entry .entry-header .entry-title a {
  color: #FF5F00;
  text-decoration: none;
}
.blog-entry .entry-header span.entry-date {
  display: block;
  margin-top: 10px;
}
.blog-entry .entry-content {
  overflow: hidden;
}
.blog-entry .entry-content h3 {
  margin-bottom: 1em;
}
.blog-entry .entry-content h4 {
  margin-bottom: 0.8em;
}
.blog-entry .entry-content .start-text, .blog-entry .entry-content .end-text {
  margin-bottom: 1.7em;
  line-height: 1.7;
}
.blog-entry .entry-footer p.meta {
  margin-bottom: 0;
  text-align: right;
}

.single .blog-entry {
  margin-bottom: 30px;
}

/* Contact form
---------------------------------------------------*/
dl.contact-form-list {
  width: 100%;
}
dl.contact-form-list dt {
  clear: left;
  float: left;
  padding: 20px 0;
  width: 26.2%;
}
dl.contact-form-list dd {
  float: left;
  padding: 10px 0;
  width: 73.8%;
}
dl.contact-form-list dd select, dl.contact-form-list dd input[type="text"], dl.contact-form-list dd input[type="email"], dl.contact-form-list dd textarea {
  margin-bottom: 5px;
}
dl.contact-form-list dd select[name="kind"] {
  margin-top: 3px;
}
dl.contact-form-list dd input[name="name"] {
  width: 40%;
}
dl.contact-form-list dd input[name="email"] {
  width: 70%;
}
dl.contact-form-list dd textarea[name="message"] {
  width: 96%;
}
dl.contact-form-list dd input[type="submit"] {
  width: 98px;
  border: solid 1px #FF9933;
}
