/*
Template: dddblog
Theme Name: dddblog_child
Theme URI: http://athemes.com/theme/alizee
Author: BLANCELL
Author URI: http://blancell.jp/
Description: 
*/




/*  =============================================================

　　カスタム設定

============================================================= */


/*  全体　設定
--------------------------------------------- */

body {
  background: none !important;
  font-family: "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}

/*  リンク 基本設定
-------------------------- */

a:link,
a:visited {
  text-decoration: none;
}

/*  フォーム 設定
-------------------------- */

:placeholder-shown {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  opacity: 1;
  color: #999;
}

::-moz-placeholder {
  opacity: 1;
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}


/*　コンテナー　設定
--------------------------------------------- */

@media (min-width: 1200px){
  .container {
    width: 1100px;
  }
}

/* clearfix 設定
-------------------------- */

.clearfix:after {
  display: block; 
  clear: both; 
  visibility: hidden;
  height: 0; 
  font-size: 0;
  content: "."; 
}

.clearfix {
  min-height: 1px;
  clear: both;
}

* html .clearfix {
  height: 1px;
}


/*  ヘッダー 設定
--------------------------------------------- */

/* -------- Header Image -------- */

.site-header:after {
  background-image: url(/wp-content/themes/main.jpg) !important;
}

#masthead {
  position: relative;
  margin-bottom: 20px;
  border: none !important;
}

#masthead:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  height: 15px;
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,
              color-stop(.25, #fff), color-stop(.25, transparent),
              color-stop(.5, transparent), color-stop(.5, #fff),
              color-stop(.75, #fff), color-stop(.75, transparent),
              to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #fff 25%, transparent 25%,
            transparent 50%, #fff 50%, #fff 75%,
            transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #fff 25%, transparent 25%,
            transparent 50%, #fff 50%, #fff 75%,
            transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #fff 25%, transparent 25%,
            transparent 50%, #fff 50%, #fff 75%,
            transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #fff 25%, transparent 25%,
            transparent 50%, #fff 50%, #fff 75%,
            transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #fff 25%, transparent 25%,
            transparent 50%, #fff 50%, #fff 75%,
            transparent 75%, transparent);
  content: "";
}

/* ------ DDD LOGO ------ */

.has-banner .site-branding {
  padding: 200px 0 120px;
  background-position: center;
}

/* -------- Site Menu -------- */

#site-navigation {
  margin-bottom: 27px;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
  /* font-family: "HelveticaNeue-CondensedBold","HelveticaNeue", Helvetica, Arial, sans-serif; */
}

#site-navigation li {
  font-size: 1.35em;
  /* font-weight: bold; */
  background: none !important;
}

#site-navigation li.btn_lesson { font-size: 1.15em; vertical-align: top; }
#site-navigation li.btn_lesson a { border-radius: 8px; color: #fff !important; background-color: #c06; padding: 2px 15px;text-decoration: none !important; }
#site-navigation li.btn_lesson a:hover { background-color: #f39; }


#site-navigation a {
  padding: 0 3px;
  color: #000 !important;
}

#site-navigation a:hover {
  text-decoration: underline;
}

/* -------- Site Logo -------- */

#site-logo {
  margin-bottom: 0px;
  text-align: center;
}

#site-logo a {
  color: #000 !important;
}

#site-logo .boxMainTitle {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  min-width: 450px;
  max-width: 550px;
  padding: 30px 20px 20px;
  /* border-top: 2px solid #000;
  border-bottom: 2px solid #000; */
}

#site-logo .boxMainTitle a {
  text-decoration: none !important;
}

#site-logo .boxMainTitle a > * {
  transition: color .4s ease-in-out;
  color: #000 !important;
}

#site-logo .boxMainTitle .site-description-sub {
  margin-bottom: 2px;
  font-size: .9em;
  /* font-weight: bold; */
}

#site-logo .boxMainTitle .site-description {
  margin-bottom: 8px;
  font-size: 3.8em;
  /* font-weight: bold; */
  /* font-family: "HelveticaNeue-CondensedBold","HelveticaNeue", Helvetica, Arial, sans-serif; */
}

#site-logo .boxMainTitle .site-title {
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  font-weight: normal;
}

#site-logo .boxMainTitle a:hover .site-description {

}

#site-logo .pPhoto { width:100px; height:100px; border-radius:50px; overflow: hidden; margin:20px auto 0 auto; background-size:cover; }

#site-logo .boxMainTitle .couponCode { margin-top:20px; }

/*  コンテンツ 設定
--------------------------------------------- */

.content-area {
  width: 73%;
}

/* -------- Secondary -------- */

#secondary {
  width: 20%;
  padding: 10px 0 10px 30px;
  border: none !important;
  border-left: 2px solid #000 !important;
  box-shadow: none !important;
  background: none !important;
}

@media only screen and (max-width: 1200px) {
  #secondary {
    width: 26%;
  } 
}

/* -------- Sidebar Footer -------- */

#sidebar-footer {
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}


/*  フッター 設定
--------------------------------------------- */

#colophon {
  box-shadow: none !important;
  text-align: center;
}

#colophon,
#colophon a {
  color: #000;
}

#colophon .container {
}

.page #colophon .container,
.single #colophon .container,
.archive #colophon .container {
  width: 100%;
  padding: 0;
}

#colophon .site-info {
  padding: 25px 0 50px;
  border-top: 2px solid #000;
  background: none !important;
  /* font-family: "HelveticaNeue-CondensedBold","HelveticaNeue", Helvetica, Arial, sans-serif; */
}

#colophon .site-info,
#colophon .site-info a {
  color: #222;
}



/*  トップページ 設定
--------------------------------------------- */

.home .site-main {
  margin-top: 30px;
}

/* -------- Recent -------- */

#topRecent {
  width: 100% !important;
  padding: 0 !important;
}

#topRecent .entry-post {
}

#topRecent .entry-post:nth-child(odd){
  background: #f7f7f7;
}

#topRecent .entry-post .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

#topRecent .entry-post .post-content {
  padding-left: 250px;
}

#topRecent .entry-post .post-content .entry-meta {
  padding-bottom: 5px;
  font-size: 1.1em;
}

#topRecent .entry-post .post-content .entry-title {
  font-size: 1.7em;
}

#topRecent .entry-post .post-content .entry-title a {
  margin: 0;
  font-size: 1em;
}

#topRecent .entry-post .post-content .entry-title a:hover {
  text-decoration: underline;
}

#topRecent .entry-post .post-content .entry-summary {
  color: #444;
  font-size: 1em;
  line-height: 1.9em;
}

#topRecent .entry-post .post-content .entry-summary a {
  color: #444;
}

/* -------- Blog -------- */

#topbloglist {
  padding: 10px 0 0 !important;
}

#topbloglist .container {
}

#topbloglist .ttlMain {
  margin-bottom: 20px;
  padding-top: 5px;
  color: #000;
  font-size: 2.4em;
  /* font-family: "HelveticaNeue-CondensedBold","HelveticaNeue", Helvetica, Arial, sans-serif; */
  font-weight: bold;
  text-align: center;
}

#topbloglist .boxBlogList,
#topbloglist .boxBlogList a {
  color: #444;
}

#topbloglist .boxBlogList a {
  display: block;
  margin: 0;
  padding: 17px 0;
}

#topbloglist .boxBlogList a:hover .txtCont {
  text-decoration: underline;
}

#topbloglist .boxBlogList ul li {
  overflow: hidden;
  padding: 0 !important;
  border-bottom: 1px solid #ccc !important;
}

#topbloglist .boxBlogList .txtData {
  float: left;
  width: 170px;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 1.15em;
  font-weight: bold;
  /* font-family: "HelveticaNeue-CondensedBold","HelveticaNeue", Helvetica, Arial, sans-serif; */
}

#topbloglist .boxBlogList .txtCont {
  display: block;
  margin-left: 170px;
  margin: 0;
  padding: 0;
}

/* -------- Pick Up -------- */

#pickupitem {
  padding-top: 50px;
  padding-bottom: 20px;
}

#pickupitem .container {
}

#pickupitem .boxSectionHead {
  padding-bottom: 40px;
}

#pickupitem .boxSectionHead a {
  color: #000;
  font-weight: bold;
  text-decoration: none !important;
  font-size: 0.65em;
}
#pickupitem .boxSectionHead a.face {
  display: inline-block;
  width: 180px;
  height: 180px;
  border-radius: 90px;
  overflow: hidden;
  position: relative;
}

#pickupitem .boxSectionHead .icnUser {
  margin-bottom: 0;
  padding-bottom: 20px;
}

#pickupitem .boxSectionHead .icnUser img {
  width: 180px;
}

#pickupitem .boxSectionHead .ttlMain {
  margin: 0;
  color: #000;
  font-size: 3em;
  /* font-family: "HelveticaNeue-CondensedBold","HelveticaNeue", Helvetica, Arial, sans-serif; */
}

#pickupitem .boxSectionHead .ttlMain a {
}

#pickupitem .boxSectionHead .ttlMain span {
  display: block;
  padding-top: 5px;
  font-size: .45em;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pickupitem .boxSectionCont {
  padding: 0 0 30px;
}

#pickupitem  .box-pickupitem-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
  text-align: left !important;
  letter-spacing: -.40em;
}

#pickupitem .box-pickupitem-list > li {
  float: left;
  float: none\9; /* IE8用 */  
  width: 20%;
  margin: 0;
  padding-top: 20px;
  padding-left: 20px;
  font-size: .95em;
  text-align: center;
  line-height: 1.7em;
  letter-spacing: normal;
}

@media only screen and (max-width: 1199px) {
  #pickupitem  .box-pickupitem-list > li {
    width: 25%;
  }
}

#pickupitem .box-pickupitem-list li .item-image {
  width: 100% !important;
  padding: 0;
  margin: 0 auto 18px;
  border: none;
  background: none !important;
}

#pickupitem .box-pickupitem-list li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 18px;
  border: 1px solid #ccc;
  background: #fff;
}

#pickupitem .box-pickupitem-list li a:hover {
  color: #999;
}

#pickupitem .box-pickupitem-list li a:hover img {
}

#pickupitem .box-pickupitem-list li a:before {
  transition: all .2s ease-in-out;
  position: absolute;
  top: 6px;
  left: 6px;
  right: -6px;
  bottom: -6px;
  z-index: -1;
  background: #fff;
  -webkit-background-size: 6px 6px;
  -moz-background-size: 6px 6px;
  background-size: 6px 6px;
  background-color: #ddd;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,
              color-stop(.25, #fff), color-stop(.25, transparent),
              color-stop(.5, transparent), color-stop(.5, #fff),
              color-stop(.75, #fff), color-stop(.75, transparent),
              to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #fff 25%, transparent 25%,
            transparent 50%, #fff 50%, #fff 75%,
            transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #fff 25%, transparent 25%,
            transparent 50%, #fff 50%, #fff 75%,
            transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #fff 25%, transparent 25%,
            transparent 50%, #fff 50%, #fff 75%,
            transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #fff 25%, transparent 25%,
            transparent 50%, #fff 50%, #fff 75%,
            transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #fff 25%, transparent 25%,
            transparent 50%, #fff 50%, #fff 75%,
            transparent 75%, transparent);
  content: "";
}

#pickupitem .box-pickupitem-list li a:hover:before {
}

#pickupitem .box-pickupitem-list li .item-name {
  font-size: .92em;
  line-height: 1.7em;
}


/*  記事詳細 設定
--------------------------------------------- */

/* -------- Entry Post -------- */

.hentry {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0 0 40px;
}

.hentry,
.hentry a,
.entry-title,
.entry-title a,
.entry-title a:hover {
  color: #000;
}

.entry-meta,
.entry-meta a,
.entry-footer,
.entry-footer a {
  color: #888;
}

.entry-meta {
  margin: 0;
  padding-bottom: 12px;
  font-size: 1.1em;
  /* font-family: "HelveticaNeue-CondensedBold","HelveticaNeue", Helvetica, Arial, sans-serif; */
  font-weight: bold;
}

.entry-title {
  font-size: 2.1em;
  line-height: 1.4em;
}

.entry-content {
  font-size: 1em;
  line-height: 2em;
}

.entry-content a {
  text-decoration: underline;
}

.entry-content a:hover {
  text-decoration: none;
}

.entry-content img {
  max-width: 100% !important;
  height: auto !important;
  margin: 20px 0;
}

/* -------- Pager -------- */

.post-navigation,
.paging-navigation {
  width: 100% !important;
  padding: 10px 0 0;
  border-top: 3px solid #000;
}

.post-navigation .nav-previous,
.post-navigation .nav-next,
.paging-navigation .nav-previous,
.paging-navigation .nav-next {
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background: none !important;
  font-size: .92em;
  font-family: "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: normal;
  line-height: 0;
}

.post-navigation,
.paging-navigation,
.post-navigation a,
.paging-navigation a {
  color: #000;
}

.post-navigation a,
.paging-navigation a {
  transition: background .3s ease-in-out,color .3s ease-in-out;
  position: relative;
  display: block;
  padding: 18px 0 18px 15px;
  line-height: 1.8em;
  text-decoration: none !important;
  line-height: 1.4em;
}

.post-navigation a:before,
.paging-navigation a:before {
  position: absolute;
  top: 21px;
  left: -6px;
  width: 0;
  height: 0;
  border-radius: 2px;
  border-width: 5px 6px;
  border-color: transparent #000 transparent transparent;
  border-style: solid;
  content: "";
  
}

.post-navigation a:hover,
.paging-navigation a:hover {
  text-decoration: none !important;
}

.nav-next i,
.nav-previous i {
  display: none;
}

.nav-next a {
  padding-right: 15px;
  padding-left: 0;
}

.nav-next a:before {
  right: -5px;
  left: auto;
  border-color: transparent transparent transparent #000;
}

/* -------- Side -------- */

.widget {
  margin: 0 0 40px;
  padding: 0;
  box-shadow: none;
  border: none;
  font-size: 0.9em;
}

h3.widget-title {
  overflow: hidden;
  padding-bottom: 8px;
  border-bottom: 2px solid #888 !important;
  color: #777 !important;
  font-size: 1.25em !important;
  /* font-family: "HelveticaNeue-CondensedBold","HelveticaNeue", Helvetica, Arial, sans-serif; */
  font-weight: bold;
}

.widget_recent_entries .widget-title,
.alizee_recent_comments .widget-title,
.widget_categories .widget-title,
.widget_archive .widget-title {
  text-indent: -999px;
}

.widget_recent_entries .widget-title:before,
.alizee_recent_comments .widget-title:before,
.widget_categories .widget-title:before,
.widget_archive .widget-title:before {
  position: relative;
  left: 999px;
}

.widget_recent_entries .widget-title:before {
  content: "RECENT SUBMISSIONS";
}

.alizee_recent_comments .widget-title:before {
  content: "RECENT COMMENTS";
}

.widget_archive .widget-title:before {
  content: "ARCHIVE";
}

.widget_categories .widget-title:before {
  content: "CATEGORY";
}

.widget li {
  padding-bottom: 10px;
}

.widget li:before {
  display: none;
}

.widget a {
  color: #777;
  transition: color .3s ease-in-out;
}

.widget a:hover {
  color: #444;
  text-decoration: none;
}

.widget input {
  display: block;
  width: 85%;
  padding: 14px;
  border-radius: 5px;
  border: 2px solid #9fa0a0;
  color: #000 !important;
}

/*  アーカイブ 設定
--------------------------------------------- */

.page-header {
  margin: 0;
  padding: 0 0 10px;
  border: none;
  color: #000;
}

.archive .post {
  overflow: hidden;
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.archive .page-header + .post {
  border-top: none;
} 

.entry-post .entry-thumb {
  float: left;
  position: relative;
  overflow: hidden;
  width: 210px;
  height: 210px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.entry-post .entry-thumb a {
  display: block;
  transition: opacity .4s ease-in-out;
  text-decoration: none !important;
  color: #aaa !important;
}

.entry-post .entry-thumb a:hover {
  opacity: .7;
}

.entry-post .entry-thumb span {
  display: block;
  position: relative;
  width: 220px;
  height: 220px;
  /* background: #eaeaea; */
  background: #fff;
}
.entry-post:nth-child(odd) .entry-thumb:nth-child(odd) span {
  background: #f7f7f7;
}

.entry-post .entry-thumb span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 220px;
  color: #aaa;
  font-size: 15px;
  /* font-family: "HelveticaNeue-CondensedBold","HelveticaNeue", Helvetica, Arial, sans-serif; */
  text-align: center;
  vertical-align: middle;
  line-height: 220px;
  content: "NO IMAGE";
}

.entry-post .entry-thumb img {
  transition: opacity .4s ease-in-out;
  opacity: 1;
  float: none !important;
  border: none !important;
  margin: -5px 0 0 !important;
  margin-top: 0 !important \9; /* IE8用 */
  position: absolute;
  top: 50%;
  left: 50%;
  position: inherit\9; /* IE8用 */
  top: auto\9; /* IE8用 */
  left: auto\9; /* IE8用 */
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* IE9用 */
.entry-post .entry-thumb img:not(:target) {
  position: absolute \9;
  top: 50% \9;
  left: 50% \9;
  margin-top: -5px !important \9;
}

/* IE10用 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .entry-post .entry-thumb img { 
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px !important;
  }
}

.entry-post .post-content {
  display: block;
  padding-left: 240px;
}

.entry-post .entry-header {
  margin-bottom: 20px;
}

.entry-post .entry-meta {
  display: block;
  margin: 0;
  padding-bottom: 10px;
  color: #888;
  font-size: 1.1em;
  font-weight: normal;
}

.entry-post .entry-title {
  margin: 0;
  padding: 0;
  font-size: 1.7em;
  line-height: 1.4em;
}

.entry-post .entry-title a {
  font-size: 1em;
}

.entry-post .entry-title a:hover {
  text-decoration: underline;
}

.entry-post .entry-summary {
  line-height: 1.9em;
}


/*  検索結果 設定
--------------------------------------------- */

.search .page-header {
  margin: 0;
  padding: 0;
  border: none;
}

.search .entry-meta {
  padding: 0 0 0;
  font-weight: normal;
}

.search .entry-title {
  padding: 0 0 15px;
  font-size: 2.2em;
}

.search .hentry {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.search .page-header + .hentry {
  border-top: none;
}

.search .paging-navigation {
  margin-top: 10px;
}


/*  ピックアップアイテム 設定
--------------------------------------------- */

.single-pickupitem .hentry, .single-coodinate .hentry {
  background: none !important;
}

.pickupitem .entry-header, .coordinate .entry-header {
  margin-bottom: 25px;
}

.pickupitem .entry-content, .coordinate .entry-content {
  overflow: visible !important;
}

.pickupitem .entry-content .entry-content-inner, 
.coordinate .entry-content .entry-content-inner {
  overflow: visible;
  position: relative;
  margin: 0 8px 10px 0;
  padding: 40px;
  border: 1px solid #ccc;
  background: #fff;
}

.pickupitem .entry-content .entry-content-inner:before, 
.coordinate .entry-content .entry-content-inner:before {
  transition: all .2s ease-in-out;
  position: absolute;
  top: 8px;
  left: 8px;
  right: -8px;
  bottom: -8px;
  z-index: -1;
  background: #fff;
  -webkit-background-size: 6px 6px;
  -moz-background-size: 6px 6px;
  background-size: 6px 6px;
  background-color: #ddd;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,
              color-stop(.25, #fff), color-stop(.25, transparent),
              color-stop(.5, transparent), color-stop(.5, #fff),
              color-stop(.75, #fff), color-stop(.75, transparent),
              to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #fff 25%, transparent 25%,
            transparent 50%, #fff 50%, #fff 75%,
            transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #fff 25%, transparent 25%,
            transparent 50%, #fff 50%, #fff 75%,
            transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #fff 25%, transparent 25%,
            transparent 50%, #fff 50%, #fff 75%,
            transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #fff 25%, transparent 25%,
            transparent 50%, #fff 50%, #fff 75%,
            transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #fff 25%, transparent 25%,
            transparent 50%, #fff 50%, #fff 75%,
            transparent 75%, transparent);
  content: "";
}

.pickupitem .entry-content h2, .coordinate .entry-content h2 {
  font-size: 1.4em;
  font-weight: bold;
}

.pickupitem .entry-content p, .coordinate .entry-content p {
  margin-bottom: 15px;
}

.pickupitem .entry-content img, .coordinate .entry-content img {
  margin-top: 0;
}

.pickupitem .entry-content .item-code, .coordinate .entry-content .item-code {
  margin-bottom: 15px;
  font-size: .9em;
}

.pickupitem .entry-content .item-price-detail, .coordinate .entry-content .item-price-detail {
  margin-bottom: 15px;
  color: #888;
}

.pickupitem .entry-content .btnBuy a,
.pickupitem .entry-content .btnBuyTicket a, 
.coordinate .entry-content .btnBuy a,
.coodinate .entry-content .btnBuyTicket a {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 25px !important;
  text-decoration: none !important;
  border: none;
  background-color: #000;
  color: #fff;
}

.entry-content .btnBuy a:hover,
.entry-content .btnBuyTicket a:hover {
  background-color: #b5b5b6;
}

.entry-content .btnBuy2 { text-align: right; }
.entry-content .btnBuy2 img { width:180px; }
.entry-content .btnBuy2 a:hover img { opacity: 0.7; filter: alpha(opacity=70); }



.pickupitem .entry-content .ttlPrice, .coordinate .entry-content .ttlPrice {
  font-size: .95em;
}

.pickupitem .entry-content .txtPrice, .coordinate .entry-content .txtPrice {
  font-size: 2em;
  /* font-family: "HelveticaNeue-CondensedBold","HelveticaNeue", Helvetica, Arial, sans-serif; */
  font-weight: bold;
}

.boxInfo dt,
.boxInfo dd {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  font-weight: normal;
}

div.freddyAtt {
  margin: 50px 0;
  padding: 0 !important;
  border: none;
  color: #e60012;
}

/*  プロフィール 設定
--------------------------------------------- */

.profile dt,
.profile dd {
  padding-right: 20px;
  padding-left: 20px;
}

.profile dt {
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: none !important;
}

.profile dd {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*  スケジュール 設定
--------------------------------------------- */

#schedule .content .area {
  display: none;
}

#schedule .content .area:first-child {
  display: block;
}

/*  SELECTION jcarousel
--------------------------------------------- */
.Selectlist { width: 100%; max-width: 700px; /*margin: 0 auto;*/ margin: 0 0 50px 0; padding: 0 5px; }
h3.ttlMain { text-align: left; }
h3.ttlMain a { color: #000; font-weight: bold; font-family: "HelveticaNeue-CondensedBold","HelveticaNeue", Helvetica, Arial, sans-serif; font-size: 20px; }
.jcarousel ul  { }
.jcarousel ul li { width:99px; }
.jcarousel ul li a { display:block; width:80px; height:80px; border-radius:40px; overflow:hidden; position:relative; margin:0 auto; border:3px solid #FF6600;}
.jcarousel ul li a img { display:block; /*height:100%; width:auto;*/ transition:0.2s ease;}
.jcarousel ul li a:hover img { transform:scale(1.1); }


/*  =============================================================

　画面サイズ　設定

============================================================= */

@media only screen and (max-width: 991px) {


/*  コンテンツ 設定
--------------------------------------------- */

.content-area {
  width: 100%;
  float: none;
}

/*  トップページ 設定
--------------------------------------------- */

/* -------- Recent -------- */

#topRecent .entry-post .container {
  padding-right: 20px;
  padding-left: 20px;
}

/* -------- Blog -------- */

#topbloglist .container {
  padding: 0 20px !important;
}

/* -------- Pick Up -------- */

#pickupitem  .box-pickupitem-list > li {
  width: 33.333%;
}


/*  プロフィール 設定
--------------------------------------------- */

#post-2 .center {
  text-align: center;
}


}

/*  =============================================================

　　スマホ設定（740px以下）

============================================================= */

@media only screen and (max-width: 741px) {


/*　コンテナー　設定
--------------------------------------------- */

#page {
  font-size: .85em;
}

/*  ヘッダー 設定
--------------------------------------------- */

#masthead:before {
  height: 12px;
}

.has-banner .site-branding {
  padding-top: 30%;
  padding-bottom: 10%;
  background-size: 60%;
  background-position: center 30%;
}

/* -------- Site Logo -------- */

#site-logo .boxMainTitle {
  min-width: 0;
  max-width: 100%;
} 

/*  トップページ 設定
--------------------------------------------- */

.home .site-main {
  margin-top: 20px;
}

/* -------- Recent -------- */

#topRecent .entry-post .container {
  padding: 30px 20px;
}

#topRecent .entry-post .post-content .entry-title {
  font-size: 1.55em;
}

#topRecent .entry-post .post-content .entry-summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.9em;
}

/* -------- Blog -------- */

#topbloglist .boxBlogList {
}

#topbloglist .boxBlogList a {
  padding: 10px 0;
}

#topbloglist .boxBlogList ul li:nth-child(n + 6) {
  display: none;
}

#topbloglist .boxBlogList .txtData {
  float: none;
  display: block;
  width: auto;
  padding-bottom: 3px;
}

#topbloglist .boxBlogList .txtCont {
  margin: 0;
  font-size: 1.1em;
}

/* -------- Pick Up -------- */

#pickupitem  .box-pickupitem-list > li {
  width: 50%;
}

#pickupitem .box-pickupitem-list > li:nth-child(n + 7) {
}

#pickupitem .box-pickupitem-list li a:before {
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
}

/*  記事詳細 設定
--------------------------------------------- */

/* -------- Entry Post -------- */

.entry-content {
  font-size: 1.08em;
}

/* -------- Pager -------- */

.post-navigation .nav-previous,
.post-navigation .nav-next,
.paging-navigation .nav-previous,
.paging-navigation .nav-next {
  font-size: 1em !important;
  line-height: 1.5em;
}

.post-navigation a,
.paging-navigation a {
  line-height: 1.5em;
}

/*  アーカイブ 設定
--------------------------------------------- */

.page-header h1 {
  font-size: 1.8em;
}

.entry-post .entry-header {
  margin-bottom: 5px;
}

.entry-post .entry-thumb,
.entry-post .entry-thumb span,
.entry-post .entry-thumb span:before {
  width: 150px !important;
  height: 150px !important;
  line-height: 150px;
}

.entry-post .entry-thumb span:before {
  font-size: 12px;
}

.entry-post .entry-thumb img {
  margin-top: 0 !important;
}

.entry-post .post-content {
  padding-left: 170px !important;
}

.entry-post .entry-title {
  font-size: 1.4em;
}

/*  検索結果 設定
--------------------------------------------- */

.search .entry-title {
  padding-top: 5px;
  font-size: 2.1em;
  line-height: 1em;
}

.search .entry-header {
  margin-bottom: 0 !important;
}

/*  ピックアップアイテム 設定
--------------------------------------------- */

.pickupitem .entry-content .entry-content-inner {
  padding: 30px;

}

.pickupitem .entry-content .entry-content-inner:before {
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
}

.pickupitem .entry-content .btnBuy a {
  padding: 20px !important;
  font-size: 1.15em;
  line-height: 1.6em;
}

.pickupitem .entry-content .btnBuy a span {
  display: none;
}

/*  プロフィール 設定
--------------------------------------------- */

.profile dt,
.profile dd {
  padding-right: 15px;
  padding-left: 15px;
}

.profile dt {
  padding-top: 12px;
  padding-bottom: 12px;
}

.profile dd {
  padding-top: 8px;
  padding-bottom: 8px;
}


}

/*  =============================================================

　　スマホ設定（499px以下）

============================================================= */

@media only screen and (max-width: 499px) {

/*  ヘッダー 設定
--------------------------------------------- */

#masthead:before {
  height: 10px;
  -webkit-background-size: 8px 8px;
  -moz-background-size: 8px 8px;
  background-size: 8px 8px;
}

.has-banner .site-branding {
  padding-top: 100px;
  padding-bottom: 80px;
  background-size: 60%;
  background-position: center 30%;
}

#site-navigation {
  margin-top: 0;
  margin-bottom: 18px;
}

#site-navigation li {
  padding: 5px;
  font-size: 1.25em;
}

#site-logo {
  margin-bottom: 15px;
  font-size: .75em;
}

#site-logo .boxMainTitle {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*  トップページ 設定
--------------------------------------------- */

.home .site-main {
  margin-top: 20px;
}

/* -------- Recent -------- */

#topRecent .entry-post .container {
  padding: 20px 15px;
}

/* -------- Blog -------- */

#topbloglist {
  margin-top: 5px !important;
}

#topbloglist .ttlMain {
  margin-bottom: 15px;
  padding: 0;
  font-size: 1.8em;
}

/* -------- Pick Up -------- */

#pickupitem .boxSectionHead {
  padding-bottom: 35px;
  font-size: .85em;
}

#pickupitem .boxSectionHead .icnUser img {
  width: 140px;
}

#pickupitem .box-pickupitem-list li a {
  padding: 15px 12px;
}

#pickupitem .box-pickupitem-list li .item-image {
  width: 100%;
  height: 30vw;
  margin-bottom: 12px;
}

/*  記事詳細 設定
--------------------------------------------- */

/* -------- Entry Post -------- */

.single .entry-title,
.page .entry-title {
  font-size: 2em;
  line-height: 1.5em;
}

.entry-meta {
  padding-bottom: 10px;
  font-size: 1.1em;
}

.entry-content {
  font-size: 1.1em;
}

/* -------- Pager -------- */

.post-navigation .nav-previous,
.post-navigation .nav-next,
.paging-navigation .nav-previous,
.paging-navigation .nav-next {
  line-height: 1.6em;
}

.post-navigation a,
.paging-navigation a {
  line-height: 1.6em;
}


/*  ピックアップアイテム 設定
--------------------------------------------- */

.pickupitem .entry-content .entry-content-inner {
  padding: 25px;
}


/*  アーカイブ 設定
--------------------------------------------- */

.page-header h1 {
  font-size: 1.6em;
}

.entry-post .entry-thumb,
.entry-post .entry-thumb span,
.entry-post .entry-thumb span:before {
  width: 100px !important;
  height: 100px !important;
  line-height: 100px;
}

.entry-post .entry-thumb span:before {
  font-size: 10px;
}

.entry-post .post-content {
  padding-left: 120px !important;
}

.entry-post .entry-header {
  margin-bottom: 10px;
}

.entry-post .entry-summary {
  font-size: .95em;
}

/*  プロフィール 設定
--------------------------------------------- */

.profile dt,
.profile dd {
  padding-right: 10px;
  padding-left: 10px;
}


}

/*  =============================================================

　　スマホ設定（380px以下）

============================================================= */

@media only screen and (max-width: 381px) {


/*　コンテナー　設定
--------------------------------------------- */

#page {
  font-size: .75em;
}

/*  ヘッダー 設定
--------------------------------------------- */

.has-banner .site-branding {
  padding-top: 80px;
  padding-bottom: 60px;
  background-size: 70%;
  background-position: center 15%;
}

/*  トップページ 設定
--------------------------------------------- */

/* -------- Pick Up -------- */

#pickupitem .box-pickupitem-list {
}

#pickupitem .box-pickupitem-list > li {
  
}


/*  ピックアップアイテム 設定
--------------------------------------------- */

.pickupitem .entry-content .entry-content-inner {
  padding: 15px;

}

.pickupitem .entry-content .btnBuy a {
  padding: 15px !important;
}

}


.wp-video,
.mejs-offscreen,
.mejs-container,
.svg,
.wp-video-shortcode,
.mejs-video,
.mejs-inner,
.mejs-mediaelement,
.mejs-time-total { /*d7r*/
min-width: 70% !important;
}
