@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: silverasami-20170308
Description: template
Version: 1.0
---------------------------------------------------------*/

/* reset */
body,article,aside,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,legend,main,section,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{font-size:100%}legend{color:#000}
main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
	display: block;
}

body {
  background-color: #f9f9f2;
  color: #222;
  font-family: Arial,'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
a {
	color: #7cbadb;
	text-decoration: none;
}
a:visited {
	color: #7cbadb;
}
a:focus {
	outline: none;
}
a:active,
a:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a:hover img {
	-moz-opacity: 0.7;
	opacity: 0.7;
}
b,strong {
	font-weight: bold;
}
.strong-red {
  color: #eb5c60;
  font-weight: bold;
}
img, video, object {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	display: block;
}
img.size-full,
img.size-large {
	margin-bottom: 10px;
	height: auto;
	max-width: 100%;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	padding-bottom: 20px;
}
.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
::-moz-selection {
  background: #ddd;
  color: #141414;
}
::selection {
  background: #ddd;
  color: #141414;
}
#wrapper {
	position: relative;
}
.photo-album-wrapper {
  background: #f9f9f2;
}


/*----------------------------------------------------------------
 contents frame
-----------------------------------------------------------------*/
.header-inner {
  margin: 0 auto;
  width: 90%;
}
.header-nav-dropmenu,
.header-banner-area,
.container,
.breadcrumbs,
.footer-inner,
.footer-nav-inner {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}
.container-single {
  margin: 0 auto;
  max-width: 1180px;
  width: 1180px;
}
.header {
  background-color: #fff;
  width: 100%;
  z-index: 100;
}
.header-nav {
  background-color: #fff;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  padding-top: 10px;
  position: relative;
  width: 100%;
  z-index: 5000;
}
.header-banner-area {
  margin: 30px auto 0;
}
.main-content-1column {
  width: 100%;
}
.main-content {
  float: left;
  margin: 0 1% 10px 0;
  padding: 0;
  width: 860px;
  z-index: 1;
}
.main-content-single {
  float: left;
  margin: 0 1% 10px 0;
  overflow: hidden;
  padding: 0;
  width: 860px;
  z-index: 1;
}
.sidebar {
  float: left;
  margin-top: 10px;
  width: 300px;
  z-index: 1;
}
.footer {
  clear: both;
  margin-top: 30px;
  position: relative;
  width: 100%;
}
.footer-image {
  padding: 80px 0 10px;
}
.footer-copy {
  padding: 50px 0;
  width: 100%;
}
/* 余白の設定 */
.entry-header,
.entry-title,
.page-title,
.entry-header-meta,
.entry-eyecatch {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
}
.entry-content,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content p,
.entry-content ul,
.entry-content ol {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 1180px) {
  .main-content-single {
    width: 768px;  
  }
}
/*
@media screen and (max-width: 1180px) {
  .main-content {
    width: 66.3%;  
  }
  .sidebar {
    margin-left: 10px;
  }
  .footer-inner {
    width: 100%;
  }
  .entry-content,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content p,
  .entry-content ul,
  .entry-content ol {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 979px) {
  .header-inner {
    width: 100%;
  }
  .main-content {
    width: 65%;  
  }
}
*/

@media screen and (max-width: 959px) {
  .container-single {
    width: 100%;
  }
  .header {
    margin-bottom: 0;
  }
  .main-content,
  .main-content-single {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;  
  }
  .sidebar {
    float: none;
    margin: 0;
    width: 100%;  
  }
  .footer {
    margin-top: 0;
  }

  /* サイドバー固定の解除 http://hm-solution.jp/web/post3105.html */
  #sidebar {
    height: auto !important;
  }
  #sidebar-inner {
    bottom: 0 !important;
    position: relative !important;
    width: 100% !important;
  }


/*
  .main-content {
    width: 57%;  
  }
*/
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
  /* 余白の設定 */
  .entry-header {
    padding: 0;
  }
  .entry-content,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content p,
  .entry-content ul,
  .entry-content ol {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/*----------------------------------------------------------------
 header
-----------------------------------------------------------------*/
/* basic frame */
.header-inner {
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}
.header-banner {
  display: table-cell;
  width: 160px;
}
.header-textlink-box {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
  width: 140px;
}
.header-sns-box {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
  width: 50px;
}
.header-search-box {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
}

/* logo */
.logo {
  padding-left: 20px;
  width: 270px;
}
.logo a {
  background-image: url("./images/logo.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 270px 50px;
  display: block;
  height: 50px;
  overflow: hidden;
  padding: 5px 0;
  text-indent: 100%;
  white-space: nowrap;
  width: 270px;
}

/* ヘッダーナビゲーションのテキストリンク */
.header-textlink {
  display: table;
  text-align: center;
  width: 100%;
}
.header-textlink li {
  display: table-cell;
  vertical-align: middle;
}
.header-textlink a {
  color: #222;
  font-size: 13px;
  font-weight: bold;
}
.header-textlink a:hover {
  color: #999;
}

/* ヘッダーナビゲーションのソーシャルボタン */
.header-sns {
  display: table;
  text-align: center;
  width: 100%;
}
.header-sns li {
  display: table-cell;
  font-size: 28px;
  vertical-align: middle;
}

/* header search box */
#search-form {
  display: table;
}
.search-form-text-box,
.search-form-submit-box {
  display: table-cell;
  line-height: 0;
  vertical-align: middle;
}
.search-form-text-box input[type=text] {
  border: 1px solid #aaa;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1;
  padding: 4px 10px;
  width: 150px;
}
.search-form-text-box input[type=text]:focus {
  outline: 0;
  border: 1px solid #7cbadb;
}
#search-form-submit {
  background: transparent none repeat scroll 0 center;
  border: 0;
  cursor: pointer;
  width: 40px;
}
#search-form-submit:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* メニューページ用のスタイル ------------------ */
/* ヘッダーナビボタンはPCで非表示 */
.header-menu-btn {
  display: none;
}
/* あらかじめ隠しておくページ */
.hide {
  display: none;
}
/* aタグじゃない押せる要素にポインター */
#menu-page-back-btn:hover,
#menu-page-btn:hover {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .header-textlink-box {
    width: 145px;
  }
  .header-sns-box {
    width: 50px;
  }
  .header-search-box {
    width: 110px;
  }
}
@media screen and (max-width: 979px) {
  .logo {
    padding-left: 5px;
    width: 270px;
  }
  .header-banner {
    display: table-cell;
    width: 270px;
  }
  .header-menu-btn {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 50px;
  }
  .header-menu-btn i {
    font-size: 24px;
  }
  .header-menu-btn p {
    font-size: 11px;
    line-height: 1;
  }
  .header-search-box,
  .header-textlink-box,
  .header-sns-box {
    display: none;
  }
/* スマホ用のメニューページに関するもの -------------------------- */
  #menu-page {
    background-color: #fff;
  }
  .menu-page-header {
    border-bottom: 4px solid #ddd;
    height: 50px;
  }
  #menu-page-back-btn {
    padding: 5px 0;
    text-align: center;
  }
  #menu-page-back-btn i {
    font-size: 24px;
  }
  #menu-page-back-btn p {
    font-size: 12px;
    line-height: 1;
  }
  .menu-page-search-box {
    margin: 10px auto;
    max-width: 240px;
  }
  .menu-page-list-frame {
    border-top: 1px solid #ccc;
  }
  .menu-page-list-box {
    border-bottom: 1px solid #ccc;
    display: block;
    position: relative;
  }
  .menu-page-list-box a {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
  }
  .menu-page-list-box a:after {
    border-right: 2px solid #ccc;
    border-top: 2px solid #ccc;
    content: "";
    display: block;
    height: 8px;
    margin-top: -5px;
    position: absolute;
      right: 15px;
      top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
  }
  .menu-page-sns-frame {
    display: table;
    margin: 0 auto;
    max-width: 280px;
    padding: 20px 0;
    table-layout: fixed;
    text-align: center;
    width: 100%;
  }
  .menu-page-sns-frame li {
    display: table-cell;
  }
}
@media screen and (max-width: 414px) {
  .header-nav-ul i,
  .header-nav-ul span {
    display: block;
    margin: 0;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------*/
/* ヘッダーナビゲーション */
.header-nav-dropmenu {
  border-collapse: separate;
  border-spacing: 10px 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.header-nav-box  {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.header-nav-box a {
  color: #222;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 28px;
  font-weight: bold;
  display: block;
  padding: 15px 0;
  text-align: center;
}

/* ドロップダウンメニューの仕組み */
.header-nav ul {
  position: static;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.header-nav ul.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.header-nav a.main-nav {
  display: block;
  position: relative;
}

/* ドロップダウンメニューのリスト */
.header-nav-dropmenu li ul {
  position: absolute;
  top: 100%;
  z-index: 999;
}
.header-nav-dropmenu li ul li {
  border: 0;
  width: 185px;
}
.header-nav-dropmenu li ul li a {
  background-color: #bbb;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 5px 10px;
  position: relative;
  width: 165px;
  z-index: 300000;
}
.header-nav-dropmenu li ul li a:hover {
	-moz-opacity: 1;
	opacity: 1;
  background-color: #ccc;
}

/* マウスホバーしたときに出てくるメニュー */
#header-nav-menu li ul li {
  overflow: hidden;
  height: 0;
}
#header-nav-menu li:hover ul li {
  overflow: visible;
  height: auto;
	position: relative;
  width: 100%;
}

@media screen and (max-width: 979px) {
  .header-nav-pc-only {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .header-nav {
    padding-top: 0;
  }
  .header-nav-box a {
    padding: 10px 0;
  }
}
/*------------------------------------------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------
 breadcrumbs
-----------------------------------------------------------------*/
.breadcrumbs-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  padding: 30px 20px 20px;
}
.breadcrumbs-box a {
  color: #fff;
}
.breadcrumbs-home {
  background-color: #bbb;
  display: inline-block;
  padding: 2px 10px;
  margin-right: 10px;
}
.breadcrumbs-item {
  background-color: #414a99;
  display: inline-block;
  padding: 2px 10px;
  margin: 0 10px 10px 0;
}
.breadcrumbs-box a:after {
  color: #777;
  content: ">";
  margin-right: 5px;
}
.breadcrumbs-box a:last-child:after {
  content: none;
}
@media screen and (max-width: 479px) {
  .breadcrumbs-box {
    padding: 30px 10px 20px;
  }
}

/*----------------------------------------------------------------
 sidebar
-----------------------------------------------------------------*/
.sidebar-box {
  margin: 30px 0 10px;
  padding: 0 0 5px;
  position: relative;
}
.sidebar-box-cat {
  padding: 0;
}

/* サイドバーの見出し */
.sidebar-title {
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
}
/* サイドバーのプロフィール */
.sidebar-prof-text {
  color: #222;
  font-size: 15px;
  line-height: 1.4;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .sidebar-box {
    margin-bottom: 0;
  }
}

/*----------------------------------------------------------------
 footer
-----------------------------------------------------------------*/
/* フッターロゴ */
.footer-logo-box {
  margin: 0 auto 30px;
  text-align: center;
  width: 240px;
}
/* SNSボタン */
.footer-sns-box {
  margin: 0 auto;
  max-width: 480px;
  text-align: center;
  width: 100%;
}
.footer-sns-ul {
}
.footer-sns-ul li {
  display: inline-block;
}
.footer-sns-ul li a {
  background-color: #aaa;
  border-radius: 50%;
  display: block;
  height: 30px;
  line-height: 1;
  margin: 0 10px;
  padding: 12px 0;
  width: 54px;
}
.footer-sns-ul li a:hover {
	-moz-opacity: 1;
	opacity: 1;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -ms-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.footer-sns-ul i {
  color: #fff;
}
.footer-sns-ul p {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* フッターナビ */
.footer-nav-first,
.footer-nav-second{
  font-size: 0;
}
.footer-nav-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  margin: 1%;
  padding: 20px 0;
  vertical-align: top;
  width: 14%;
}
.footer-nav-box ul {
}
.footer-nav-box li {
}
.footer-nav-box li:first-child {
  margin-bottom: 10px;
}
.footer-nav-box li a {
  color: #222;
  display: block;
  padding: 5px 10px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .footer-nav-box {
    width: 31%;
  }
}
@media screen and (max-width: 479px) {
  .footer-nav-box {
    margin: 2%;
    width: 96%;
  }
  .footer-nav-box li a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #aaa;
    border-right: 2px solid #aaa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
  }
}

/* fixed btn */
#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	right: 0;
	font-size: 12px;
}
.page-top a {
  background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 10px 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-align: center;
  width: 40px;
  z-index: 100;
}

/* copy right */
.copy {
  clear: both;
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
}
.copy a {
  color: #222;
}
/*----------------------------------------------------------------
 contact form
-----------------------------------------------------------------*/
.contact-form-text {
  margin-top: 20px;
}
.contact-form-frame {
  margin: 10px auto;
  max-width: 540px;
  padding: 20px;
}
.contact-form {
  display: table;
  margin: 10px 0 30px;
}
.contact-form-label {
  color: #3d3536;
  display: table-cell;
  font-weight: normal;
  vertical-align: top;
  width: 240px;
}
.contact-form-input {
  display: table-cell;
  vertical-align: top;
}

/* placeholderの色を変更 */
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc; opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}

/* 必須か任意か */
.contact-form-status-required {
  background-color: #eb5c60;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-left: 8px;
  padding: 3px 6px;
  vertical-align: middle;
}
.contact-form-status-optional {
  background-color: #a3a5a6;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-left: 8px;
  padding: 3px 6px;
  vertical-align: middle;
}

/* 入力欄 */
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=date],
.contact-form textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  color: #666;
  font-size: 14px;
  padding: 10px 10px;
  vertical-align: bottom;
  width: 90%;
  -webkit-appearance: none;
}
.contact-form input[type=date] {
  margin-right: 5px;
  width: 140px;
}

/* チェックボックスとラジオボタン */
.wpcf7-list-item {
  display: inline-block;
}

/* 送信ボタン */
.contact-submit img {
  display: inline;
}
.wpcf7 img.ajax-loader {
  width: 16px;
}
.contact-submit-empty {
  display: table-cell;
  vertical-align: top;
  width: 240px;
}
.contact-form input[type=submit] {
  background-color: #f0c723;
  border: 1px solid #f0c723;
  border-radius: 10px;
	color:#ffffff;
  cursor: pointer;
	display: table-cell;
	font-size:16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 20px auto;
  padding: 15px 10px 13px;
	text-align:center;
  text-decoration: none;
	text-align: center;
  -webkit-appearance: none;
  width: 220px;
}

/* 注釈 */
.contact-form-caution {
  font-size: 14px;
  padding: 5px 0 0;
}

/* 送信後のメッセージ */
.wpcf7-response-output {
  margin: 2em 0.5em 4em;
}
.wpcf7-mail-sent-ok {
  background-color: #fff;
  border: 4px solid #009b40;
  padding: 15px;
}
.wpcf7-validation-errors {
  background-color: #fff;
  border: 4px solid #cc0000;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .contact-form-frame {
    margin: 10px 0;
  }
  .contact-form {
    margin-left: 10px;
  }
  .contact-form-label,
  .contact-form-input,
  .contact-submit-empty,
  .contact-form input[type=submit] {
    display: block;
  }
  .contact-form-label {
    line-height: 1;
    margin-bottom: 8px;
  }
  .contact-form-pc {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .contact-form input[type=date] {
      width: 120px;
  }
  .contact-submit {
    margin: 0 auto;
  }
}

/*----------------------------------------------------------------
 トップページ (home.php, index.php)
-----------------------------------------------------------------*/
/* アイキャッチ画像 */
.top-header-eyecatch {
	background: url("./images/top-eyecatch-1115.png") center center / cover no-repeat;
	height: 0;
	padding-top: -webkit-calc(420 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	padding-top: calc(420 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  width: 100%;
}
.top-page-title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 32px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
.top-list-section {
  margin: 10px 0 40px;
}

/* トップページのSNSフォローボックス */
.top-sns-frame {
  border-collapse: separate;
  border-spacing: 10px 2px;
  display: table;
  table-layout: fixed;
  margin: 10px auto 30px;
  max-width: 640px;
  width: 100%;
}
.top-sns-box {
  background-color: #fff;
/*  border-bottom: 1px solid #e0e0e0; */
  display: table-cell;
  padding: 25px 0;
  width: 50%;
  vertical-align: middle;
  text-align: center;
}
.top-sns-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .top-header-eyecatch {
    background: url("./images/top-eyecatch-tablet-1115.png") center center / cover no-repeat;
  }
}
@media screen and (max-width: 479px) {
  .top-header-eyecatch {
    background: url("./images/top-eyecatch-sp-1115.png") center center / cover no-repeat;
  }

  .top-sns-frame {
    display: block;
  }
  .top-sns-box {
    display: block;
    margin: 0 auto 20px;
    width: 96%;
  }
}

/*----------------------------------------------------------------
 top page pagination
-----------------------------------------------------------------*/
.pagination {
	clear: both;
  margin:30px auto 15px;
  max-width: 300px;
}
/* page count */
.pagination-count {
  color: #777;
	font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
  width: 100%;
}
.pagination-count p {
	padding: 5px;
}
.pagination-count span {
  color: #7cbadb;
}
/* page navigation */
.pagination-content ul {
  border-collapse: separate;
  border-spacing: 5px 0;
  display: table;
	font-size: 14px;
  font-weight: bold;
  line-height: 1;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.pagination-content li {
  display: table-cell;
	text-decoration: none;
}
.pagination-prev a:first-child {
  border-radius: 10px 3px 3px 10px;
	color: #f0c723;
  position: relative;
}
.pagination-prev a:first-child:before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  position: absolute;
    left: 15px;
    top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}
.pagination-next a:last-child {
  border-radius: 3px 10px 10px 3px;
	color: #f0c723;
  position: relative;
}
.pagination-next a:last-child:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  position: absolute;
    right: 15px;
    top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}
.pagination-content a {
	background-color: #f0c723;
  border-radius: 10px;
	color: #fff;
  display: block;
  padding: 10px 0;
}
.pagination-current {
	background-color: #ccc;
  border-radius: 10px;
	color: #fff;
  display: block;
  padding: 10px 0;
}

/* go to first page, last page */
.pagination-nav {
  border-collapse: separate;
  border-spacing: 5px 5px;
  display: table;
	font-size: 14px;
  margin-top: 10px;
  width: 100%;
}
.pagination-nav a {
	background-color: #f0c723;
  border-radius: 10px;
	color: #fff;
  font-weight: bold;
	padding: 6px 9px 5px 9px;
}
.pagination-first {
  display: table-cell;
}
.pagination-last {
  display: table-cell;
  text-align: right;
}

/*----------------------------------------------------------------
 一覧表示
-----------------------------------------------------------------*/
/* card style */
.card-frame {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
}
.card-box {
  background-color: #fff;
/*  border-bottom: 1px solid #e0e0e0; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 1% 10px 0;
  padding-bottom: 25px;
  position: relative;
  vertical-align: top;
  width: 32.666%;
}
.card-box:nth-child(3n) {
  margin: 0 0 10px;
}
.card-box-none {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 10px;
  padding-bottom: 25px;
  position: relative;
  vertical-align: top;
  width: 32%;
}
.card-img img {
  width: 100%;
}
.card-text {
  padding: 5px 10px;
}
.card-meta {
  margin: 5px 0 10px;
}
.card-btn-frame {
  padding: 5px 0;
  position: absolute;
  bottom: 0;
}
.card-btn-box {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.card-btn-box li {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}
.card-view {
  color: #222;
  font-size: 12px;
}
.card-view i {
  margin-right: 10px;
}

@media screen and (max-width: 959px) {
  .card-box,
  .card-box-none {
    margin: 0 0.5% 10px 0.5%;
    width: 49%;
  }
  .card-box:nth-child(3n) {
    margin: 0 0.5% 10px 0.5%;
  }
}
@media screen and (max-width: 767px) {
  .card-box,
  .card-box-none {
    width: 49%;
  }
}
@media screen and (max-width: 659px) {
  .card-box,
  .card-box-none {
    margin: 0 20px 20px;
    width: 100%;
  }
  .card-box:nth-child(3n) {
    margin: 0 20px 20px;
  }
}
@media screen and (max-width: 479px) {
  .card-box,
  .card-box-none {
    margin: 0 10px 20px;
    width: 100%;
  }
  .card-box:nth-child(3n) {
    margin: 0 10px 20px;
  }
  .card-title {
    font-size: 15px;
  }
}

/* list style */
.list-frame {
  padding: 2px 0;
}
.list-box {
  border-collapse: separate;
  border-spacing: 4px 2px;
  display: table;
  width: 100%;
}
.list-box a {
  display: block;
}
.list-img,
.list-text {
  display: table-cell;
  vertical-align: middle;
}
.list-img {
  width: 240px;
  max-height: 100px;
  overflow: hidden;
}
.list-img img {
  width: 240px;
}
.list-text {
  padding-left: 5px;
}
.sidebar-box .list-title {
  font-size: 15px;
}
.sidebar-box .list-img,
.sidebar-box .list-img img {
  width: 120px;
}
@media screen and (max-width: 479px) {
  .list-img,
  .list-img img {
    width: 120px;
  }
  .list-title {
    font-size: 15px;
  }
}

/* common style */
.catalog-title {
  color: #343434;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.catalog-cat {
  background-color: #ccc;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
  padding: 1px 8px;
}
.catalog-date {
  color: #777;
  font-size: 12px;
}
@media screen and (max-width: 479px) {
  .catalog-title {
    font-size: 15px;
  }
}


/*----------------------------------------------------------------
 entry setting
-----------------------------------------------------------------*/
.entry-header {
  width: 100%;
}
.entry-title {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 20px;
}
.entry-header-meta {
  margin-bottom: 5px;
  width: 100%;
}
.entry-header-meta i {
  margin-right: 5px;
}
.entry-date {
  font-size: 14px;
  font-weight: bold;
}
.entry-eyecatch {
  margin-bottom: 50px;
  overflow: hidden;
}
.entry-eyecatch img {
  width: 100%;
}

/* 見出し */
.entry-content h2 {
  background-color: #d37ae6;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin: 75px 0 50px;
  padding-top: 10px;
  padding-bottom: 8px;
  position: relative;
}
.entry-content h2:after {
  content: '';
  position: absolute;
  border-top: 12px solid #d37ae6;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  bottom: -12px;
  left: 45px;
}
.entry-content h2:before {
  content: '';
  position: absolute;
  border-top: 12px solid #d37ae6;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  bottom: -12px;
  left: 45px;
}
.entry-content h3 {
  border-bottom: 5px solid #d37ae6;
  font-weight: bold;
  font-size: 20px;
  margin: 50px 0 15px;
}
.entry-content h4 {
  border-left: 5px solid #d37ae6;
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 15px;
}

/* 文章とリンク */
.entry-content p {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 30px;
}
.entry-content a {
  text-decoration: underline;
}

/* リスト */
.entry-content ul,
.entry-content ol {
  font-size: 16px;
}
.entry-content ul {
  list-style: disc;
  margin: 0 0 30px 15px;
}
.entry-content ol {
  list-style: decimal;
  margin-left: 20px;
}
.entry-content li {
  margin-bottom: 15px;
}

/* 引用 */
.entry-content blockquote {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  position: relative;
  padding: 30px 0;
  margin: 10px 10px 40px;
}
.entry-content blockquote p {
  margin: 0;
}
.entry-content blockquote:before {
  color: #ccc;
  content: "\f10d";
  font-family: fontawesome;
  position: absolute;
  top: 10px;
  left: 10px;
}
.entry-content blockquote:after {
  color: #ccc;
  content: "\f10e";
  font-family: fontawesome;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* テーブル */
.entry-content table {
  background-color: #fff;
  font-size: 16px;
  margin: 10px 0 30px;
  width: 100%;
}
.entry-content tr {
  border-bottom: 1px solid #cfd8dc;
}
.entry-content th {
  background-color: #cfd8dc;
  border-right: 1px solid #cfd8dc;
  font-weight: bold;
  padding: 6px 10px 3px;
}
.entry-content th:first-child {
  border-left: 1px solid #cfd8dc;
}
.entry-content td {
  border-right: 1px solid #cfd8dc;
  padding: 3px 10px;
}
.entry-content td:first-child {
  border-left: 1px solid #cfd8dc;
}
.entry-content table a {
  display: block;
  text-decoration: underline;
}

/* 装飾 */
.entry-star-style {
  color: #f0c723;
  font-size: 18px;
  margin: 20px;
  padding: 0 0 10px;
}
.entry-text-center {
  text-align: center;
}
.entry-q {
  font-weight: bold;
}
/* オーディオプレイヤー */
.mejs-container {
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .entry-content p,
  .entry-content ul,
  .entry-content ol,
  .entry-content table {
    font-size: 15px;
  }
  .entry-eyecatch img {
    margin: 0 auto;
  }
}

/*----------------------------------------------------------------
 entry footer
-----------------------------------------------------------------*/
.entry-footer {
  margin-top: 30px;
  padding: 0 20px;
}
/* likebox ---------------------------------*/
.fb-like-box {
  background-color: #fff;
  display: table;
  margin: 30px auto;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.fb-like-parts {
  display: table-cell;
  vertical-align: middle;
}
.fb-like-text {
  font-size: 18px;
  margin-bottom: 5px;
}

/* sns btn ---------------------------------*/
.sns-btn {
  border-collapse: separate;
  border-spacing: 30px 10px;
  display: table;
  table-layout: fixed;
  margin: 50px auto 0;
  max-width: 828px;
  min-height: 44px;
  width: 100%;
}
.sns-btn a img {
  margin: 0 auto;
}
.sns-btn a {
  border-radius: 20px;
  color: #fff;
  display: table-cell;
  font-size: 18px;
  padding: 10px 0;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.sns-btn i {
  margin-right: 10px;
}
.sns-btn p {
  display: inline-block;
}

/* スクリプトの方のボタン */
.sns-bottom-count {
  display: table;
  margin: 0 auto;
  max-width: 828px;
  table-layout: fixed;
  width: 100%;
}
.sns-bottom-count-box {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
.sns-bottom-count-twitter {
  padding-top: 5px;
}

/* SNS color */
.sns-bg-twitter a:hover {background-color: #00b0ed;}
.sns-bg-facebook a:hover {background-color: #3b5998;}
.sns-bg-googleplus a:hover {background-color: #df4a32;}
.sns-bg-youtube a:hover {background-color: #bb0000;}
.sns-bg-instagram a:hover {background-color: #517fa4;}
.sns-bg-vine a:hover {background-color: #00bf8f;}
.sns-bg-hatebu a:hover {background-color: #008fde;}
.sns-bg-pocket a:hover {background-color: #eb4654;}
.sns-bg-rss a:hover {background-color: #f0c723;}
.sns-bg-feedly a:hover {background-color: #2bb24c;}
.sns-bg-line a:hover {background-color: #00C300;}

.sns-btn-twitter {background-color: #00b0ed;}
.sns-btn-facebook {background-color: #3b5998;}
.sns-btn-googleplus {background-color: #df4a32;}
.sns-btn-hatebu {background-color: #008fde;}
.sns-btn-line {background-color: #2cbf13;}
.sns-btn-pocket {background-color: #eb4654;}
.sns-btn-rss {background-color: #f0c723;}
.sns-btn-feedly {background-color: #2bb24c;}

.sns-color-mail a {color: #222;}
.sns-color-twitter a {color: #00b0ed;}
.sns-color-facebook a {color: #3b5998;}
.sns-color-googleplus a {color: #df4a32;}
.sns-color-youtube a {color: #bb0000;}
.sns-color-instagram a {color: #517fa4;}
.sns-color-vine a {color: #00bf8f;}
.sns-color-hatebu a {color: #008fde;}
.sns-color-pocket a {color: #eb4654;}
.sns-color-rss a {color: #f0c723;}
.sns-color-feedly a {color: #2bb24c;}
.sns-color-line a {color: #00C300;}
/* Feedly, Pocket, Hatebu ( http://douraku.sw2x.com/web/3868/ ) */
@font-face {
  font-family: "iconvault";

  src: url("fonts/iconvault.eot");
  src: url("fonts/iconvault.eot?#iefix") format("embedded-opentype"),
       url("fonts/iconvault.woff") format("woff"),
       url("fonts/iconvault.ttf") format("truetype"),
       url("fonts/iconvault.svg#iconvault") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-pocket:before {
  content: "\f101";
  font-family: "iconvault";
}
.icon-feedly:before {
  font-family: "iconvault";
  content: '\f102';
}
.icon-hatebu:before {
  content: "\f103";
  font-family: "iconvault";
}

@media screen and (max-width: 979px) {
  .entry-footer {
    padding: 0;
  }
}
@media screen and (max-width: 479px) {
  .fb-like-text {
    font-size: 14px;
  }
  .sns-btn {
    border-spacing: 10px 10px;
  }
  .sns-btn i {
    margin-right: 0;
  }
  .sns-btn p {
    display: block;
    font-size: 14px;
  }
}

/* entry footer pagination ---------------------------------*/
.entry-pagination {
  display: table;
  font-size: 14px;
  margin: 30px auto;
  width: 100%;
}
.entry-pagination-prev,
.entry-pagination-next {
  background-color: #fff;
  display: table-cell;
  width: 50%;
}
.entry-pagination-prev a,
.entry-pagination-next a {
  display: block;
  padding: 12px;
}
.entry-pagination-prev {
  border-right: 2px solid #fff;
}
.entry-pagination-next {
  border-left: 2px solid #fff;
}
.entry-pagination-nav {
  color: #222;
  font-weight: bold;
}
.entry-pagination-title {
  color: #222;
}
@media screen and (max-width: 767px) {
  .entry-pagination {
    display: block;
  }
  .entry-pagination-prev,
  .entry-pagination-next {
    border-top: 2px solid #fff;
    border-right: 0;
    border-bottom: 2px solid #fff;
    border-left: 0;
    display: block;
    width: 100%;
  }
  .entry-pagination-prev {
    border-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .entry-pagination {
    border-top: 1px solid #ccc;
    width: 100%;
  }
  .entry-pagination-prev,
  .entry-pagination-next {
    background-color: #fff;
    border-top: 0;
    border-bottom: 1px solid #ccc;
  }
}

/*----------------------------------------------------------------
 固定ページなど
-----------------------------------------------------------------*/
/* プロフィールページ */
.page-font-L p {
  font-size: 18px;
}
.page-font-page-title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 26px;
}

/* 検索結果ページ */
.search-count {
  color: #777;
  font-weight: normal;
}
.search-page-lead {
  margin-top: 20px;
}
.search-page-text-center {
  text-align: center;
}
.search-page-form {
  padding: 0 10px;
}

/* アイキャッチ・タイトル */
.page-eyecatch {
  background-color: #414a99;
  background-color: -webkit-linear-gradient(to left, #47b5e4 , #1aa3dd); /* Chrome 10-25, Safari 5.1-6 */
  background-color: linear-gradient(to left, #47b5e4 , #1aa3dd); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	width: 100%;
  z-index: 10;
}
.page-title {
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 48px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 960px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .page-title {
    font-size: 28px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/*----------------------------------------------------------------
 archive.php
-----------------------------------------------------------------*/
.lecture-mail {
  margin: 30px auto;
  max-width: 640px;
}

/*----------------------------------------------------------------
 AdSense・自社広告
-----------------------------------------------------------------*/
.ads-sponsored-link {
  font-size: 12px;
  color: #999999;
  text-align: center;
}

/* 記事ページ */
.ad-original-pc,
.ad-selection-pc,
.ads-more-box,
.ads-more-pc,
.ads-more-sp,
.ads-footer-pc,
.ads-footer-sp {
  margin: 0 auto;
  text-align: center;
}
.ads-more-pc,
.ads-footer-pc {
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px 0;
  width: 100%;
}

/* トップページ・一覧ページ・天のmoreタグに表示させるオリジナルバナー */
.ad-selection-pc,
.ad-original-pc {
  display: inline-block;
  margin: 20px 0 0 -20px;
  width: 100%;
}
.ad-original-box {
  margin: 0 auto;
  text-align: center;
  width: 320px;
}
.ad-original a {
  background-image: url("./images/kigyojuku-320x100.png");
  background-repeat: no-repeat;
  background-size: 320px 100px;
  display: inline-block;
  max-width: 728px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 100px;
  width: 320px;
}
.ad-original-selection a {
  background-image: url("./images/banner-selection-320x100.png");
  background-repeat: no-repeat;
  background-size: 320px 100px;
  display: inline-block;
  max-width: 728px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 100px;
  width: 320px;
}
@media(min-width: 340px) {
  .ad-selection-pc,
  .ad-original-pc {
  margin: 20px 0 0;
  }
}
@media(min-width: 510px) {
  .ad-selection-pc,
  .ad-original-pc {
    margin: 10px 0;
  }
  .ad-original-box {
    width: 468px;
  }
  .ad-original a {
    background-image: url("./images/kigyojuku-468x60.png");
    background-repeat: no-repeat;
    background-size: 468px 60px;
    height: 60px;
    width: 468px;
  }
  .ad-original-selection a {
    background-image: url("./images/banner-selection-468x60.png");
    background-repeat: no-repeat;
    background-size: 468px 60px;
    height: 60px;
    width: 468px;
  }
}
@media(min-width: 770px) {
  .ad-original-box {
    width: 728px;
  }
  .ad-original a {
    background-image: url("./images/kigyojuku-728x90.png");
    background-repeat: no-repeat;
    background-size: 728px 90px;
    height: 90px;
    width: 728px;
  }
  .ad-original-selection a {
    background-image: url("./images/banner-selection-728x90.png");
    background-repeat: no-repeat;
    background-size: 728px 90px;
    height: 90px;
    width: 728px;
  }
}
@media(min-width: 1180px) {
  .ad-selection-pc {
    background-color: #ddd;
    padding: 20px 0;
  }
  .ad-original-pc {
    background-color: #fff;
    padding: 20px 0;
  }
}

/* 未使用(ad-home-main.php・ad-home-pagination.php) */
.ads-box {
  margin: 0 auto;
  text-align: center;
}

/* サイドバー */
.ads-sidebar-sp {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .ads-more-pc,
  .ads-footer-pc {
    padding: 0;
  }
}
@media screen and (max-width: 979px) {
  .ads-more-pc,
  .ads-footer-pc {
    padding: 20px 0;
  }
}
@media screen and (max-width: 479px) {
  .ads-more-pc,
  .ads-footer-pc {
    background-color: transparent;
    margin: 20px 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 340px) {
  .ads-more-pc {
    margin: 20px 0 0 -20px;
  }
}

/*----------------------------------------------------------------
 ボタン
-----------------------------------------------------------------*/
/* メインのボタン */
.main-btn a {
	background-color: #f0c723;
  border-radius: 20px;
	color: #fff;
  display: block;
	font-size: 15px;
  font-weight: bold;
  margin: 10px auto;
  max-width: 250px;
  padding: 12px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

/* トップページのページネーション */
.pagination-btn a {
	background-color: #f0c723;
  border-radius: 10px;
	color: #fff;
  display: block;
	font-size: 14px;
  font-weight: bold;
  margin: 0 5px 10px;
  max-width: 300px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}

/* 記事内のリンクをボタン風にデザイン */
.entry-link-btn {
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 30px auto;
  width: 100%;
}
.entry-link-btn a {
  color: #222;
  display: block;
  font-size: 24px;
  padding: 20px 30px 20px 20px;
  position: relative;
}

/* 上記ボタンの右側矢印 */
.main-btn a:before,
.pagination-btn a:before,
.entry-link-btn a:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  position: absolute;
    right: 15px;
    top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}
.entry-link-btn a:before {
  border-right: 2px solid #aaa;
  border-top: 2px solid #aaa;
  position: absolute;
    right: 12px;
}

/*----------------------------------------------------------------
 Amazonアソシエイト
-----------------------------------------------------------------*/
.amlink-frame {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
/*  border-bottom: 1px solid #e0e0e0; */
  margin: 40px auto;
  padding: 20px;
  width: 100%;
}
.amlink-box {
  background-color: #fff;
  display: table;
}
.amlink-img {
  display: table-cell;
  vertical-align: middle;
}
.amlink-img img {
  width: 250px;
}
.amlink-txt {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
.amlink-txt a {
  color: #222;
  display: block;
}
.amlink-btn a {
  background-color: #f0c723;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 10px auto;
  max-width: 360px;
  padding: 12px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

/* メルマガ用リンクとして流用してるので一部調整 */
.amlink-flat-text {
}

@media screen and (max-width: 479px) {
  .amlink-img {
    display: block;
    margin-bottom: 10px;
  }
  .amlink-img img {
    width: 100%;
  }
  .amlink-txt {
    display: block;
    padding: 10px;
  }
}


/*----------------------------------------------------------------
 色関係
-----------------------------------------------------------------*/
/* 「天」 */
.bg-color-13,
.bg-color-14,
.bg-color-15,
.bg-color-16,
.bg-color-51,
.bg-color-1 {
  background-color: #d37ae6;
}
.header-nav-heaven,
.footer-nav-heaven a {
  border-bottom: 6px solid #d37ae6;
}
.a-heaven a {
 color: #d37ae6;
}

/* 「地」 */
.bg-color-17,
.bg-color-18,
.bg-color-19,
.bg-color-20,
.bg-color-21,
.bg-color-2 {
  background-color: #eb5c60;
}
.header-nav-earth,
.footer-nav-earth a {
  border-bottom: 6px solid #eb5c60;
}
.a-earth a {
 color: #eb5c60;
}

/* 「美」 */
.bg-color-22,
.bg-color-23,
.bg-color-24,
.bg-color-54,
.bg-color-3 {
  background-color: #f0c723;
}
.header-nav-beauty,
.footer-nav-beauty a {
  border-bottom: 6px solid #f0c723;
}
.a-beauty a {
 color: #f0c723;
}

/* 「衣」 */
.bg-color-25,
.bg-color-26,
.bg-color-27,
.bg-color-4 {
  background-color: #9bd253;
}
.header-nav-clothes,
.footer-nav-clothes a {
  border-bottom: 6px solid #9bd253;
}
.a-clothes a {
 color: #9bd253;
}

/* 「食」 */
.bg-color-28,
.bg-color-29,
.bg-color-30,
.bg-color-5 {
  background-color: #7cbadb;
}
.header-nav-food,
.footer-nav-food a {
  border-bottom: 6px solid #7cbadb;
}
.a-food a {
 color: #7cbadb;
}

/* 「住」 */
.bg-color-31,
.bg-color-32,
.bg-color-33,
.bg-color-6 {
  background-color: #f29e43;
}
.header-nav-living,
.footer-nav-living a {
  border-bottom: 6px solid #f29e43;
}
.a-living a {
 color: #f29e43;
}

/* 「音楽」 */
.bg-color-41,
.bg-color-52,
.bg-color-42,
.bg-color-9 {
  background-color: #d5ab41;
}
.footer-nav-music a {
  border-bottom: 6px solid #d5ab41;
}
.a-music a {
 color: #d5ab41;
}

/* 「和」 */
.bg-color-47,
.bg-color-48,
.bg-color-49,
.bg-color-50,
.bg-color-12 {
  background-color: #0d824c;
}
.footer-nav-japanese a {
  border-bottom: 6px solid #0d824c;
}
.a-japanese a {
 color: #0d824c;
}


/* フラットなカラー(ネイビー) */
.footer-nav-flat {
  border-bottom: 6px solid #414a99;
}
.bg-color-7,
.bg-color-34,
.bg-color-35,
.bg-color-36,
.bg-color-37,
.bg-color-38,
.bg-color-56,
.bg-color-55,
.bg-color-39,
.bg-color-40,
.bg-color-10,
.bg-color-43,
.bg-color-44,
.bg-color-45,
.bg-color-46,
.bg-color-53 {
  background-color: #414a99;
}
.a-information a,
.a-book-review a,
.a-movie a,
.a-radio a {
 color: #414a99;
}
.a-flat a {
  color: #414a99;
  font-weight: bold;
  font-size: 32px;
}

/* 外部リンク(関連しないサイト)のカラー */
.a-ext a {
  color: #414a99;
  font-weight: bold;
  font-size: 16px;
}

/* 外部リンク(セレクトショップ)のカラー */
.a-silver a {
 color: #999;
}
/* 外部リンク(関連サイト)のカラー */
.a-silvers a {
 color: #141414;
}
/* 起業塾へのリンクカラー */
.a-gold a {
  color: #d5ab41;
  font-weight: bold;
  font-size: 32px;
}


@media screen and (max-width: 1080px) {
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}