@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

.c-f:after {
  content: "";
  clear: both;
  display: block;
}

body {
  background: url(../images/bg.png) repeat;
  font-size: 15px;
  line-height: 1.8;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}

a {
  color: #625e58;
  display: block;
}

a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 140%;
  margin-bottom: 25px;
}

h2 {
  background: #a89e85;
  padding: 8px;
  color: #fff;
}

h3 {
  background: #f5e5c1;
  padding: 5px;
}

h4 {
  border-bottom: 2px solid #a89e85;
  padding-bottom: 5px;
  font-size: 120%;
}

h5 {
  border-left: 5px solid #a89e85;
  padding-left: 10px;
  font-size: 120%;
}

h6 {
  color: #a89e85;
  font-size: 100%;
}

/* 下層用 */
.under h2 {
  background: #f5e5c1;
  padding: 5px;
}

.under h3 {
  border-bottom: 2px solid #a89e85;
  padding-bottom: 5px;
  font-size: 120%;
  margin-top: 40px;
}


strong {
  color: #be2054;
  letter-spacing: 0.03em;
}

article ul {
  padding: 20px;
  margin: 1.5em 0;
  border: 2px solid #f5e5c1;
}

article ul li {
  position: relative;
  margin: 0 0 8px;
  list-style: disc;
  list-style-position: inside;
}

article ol {
  counter-reset: counter-name;
  padding: 20px;
  border: 2px solid #f5e5c1;
  margin: 1.5em 0;
}

article ol li {
  list-style: none;
  position: relative;
  margin: 0 0 5px;
}

article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  font-size: 130%;
  font-weight: bold;
  color: #a89e85;
  vertical-align: baseline;
}

blockquote {
  background: #eaeaea;
  padding: 3em 1em;
  position: relative;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #a89e85;
  position: absolute;
}

blockquote:before {
  content: "“";
  left: 0;
  top: 0;
  line-height: 1em;
}

blockquote:after {
  content: "”";
  right: 0;
  bottom: 0;
}

table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}

table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #a89e85;
  background: #f5e5c1;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #a89e85;
}

pre {
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* IE 5.5+ */
  display: inline-block;
  border: 1px solid #625e58;
  margin: 1em 0;
  padding: 1em;
}

strong,
b {
  font-size: 100%;
}

em {
  font-style: normal;
  background: #eee;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.ct {
  max-width: 1000px;
  padding: 0 25px;
  margin: 0 auto;
  /* overflow: hidden; */
  display: flex;
  justify-content: space-between;
}

/*文字色全変更*/

.ct-wr>* {
  color: #625e58;
}

.ct-wr,
.ct.btare {
  padding: 25px 25px 0;
  background: rgba(255, 255, 255, 0.9);
}

/* ///////////左右コンテナ*/

.ct-lct {
  max-width: 680px;
  float: left;
  padding: 0;
}

.ct-rct {
  /*min-*/
  width: 233px;
  float: right;
  margin: 0 auto 30px;
  position: sticky;
  top: 50px;
  height: fit-content;
}

/* ///////////メイン */

main {
  margin-bottom: 30px;
}

article img {
  max-width: 100%;
  margin-bottom: 10px;
}

article {
  margin-bottom: 30px;
}

/*//////////////コンテンツ内容//////////*/

/*ページタイトルのコンテナ*/

.ct .ct-cttit {
  bottom: 40px;
  background: rgba(245, 229, 193, 0.75);
  padding: 25px 20px;
  right: 0;
  position: absolute;
  width: 70%;
  z-index: 10;
}

.ct-htit a {
  font-size: 28px;
  font-weight: bold;
  color: #625e58;
}

/* ヘッダーエリア */

.ct-hare {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  position: relative;
}

.ct-main {
  z-index: 9;
}

.bx-wrapper {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
  display: none;
}

.ct-hare.ct-anoth {
  margin: 0 auto 20px;
}

.ct-hare.ct-anoth .ct-cttit {
  background: none;
  padding: 0;
  position: static;
  width: 100%;
}

/*/////////ヘッダーナビ*/

.sidem_sli {
  display: inherit;
}

.sli_posi {
  display: inherit;
}

nav {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background: #f5f5f5;
  position: relative;
  z-index: 10;
  padding: 10px 0;
}

.nav_in {
  max-width: 97%;
  margin: 0 auto;
  width: 1060px;
}

p.ct-cp {
  float: right;
  width: 47%;
  font-size: 12px;
}

.ct-gn ul {
  display: flex;
  float: left;
  width: 47%;
}

.ct-gn ul#ct-gn-menu>li {
  display: block;
  position: relative;
  width: 25%;
  font-size: 12px;
  text-align: left;
}

#ct-gn-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}

.slicknav_menu {
  display: none;
}

#ct-gn-menu li a {
  display: block;
}

#ct-gn-menu li a::before {
  content: "\f138 ";
  font-family: FontAwesome;
  margin: 0 0.2em 0 0;
  color: #a89e85;
}

#ct-gn-menu li:first-child a::before {
  content: "\f015";
  font-family: FontAwesome;
  margin: 0 0.3em 0 0;
}

/*/////////下層リンク*/

.ct-linkc img {
  max-width: 100%;
  margin: 0;
}

.ct-toplink {
  /* overflow: hidden; */
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.ct-toplink .ct-linkc {
  /* max-width: 320px; */
  float: left;
  margin: 0 20px 20px 0;
}

.ct-toplink .ct-linkc:nth-of-type(2) {
  margin-right: 0;
}

.ct-toplink .ct-linkc>div:first-child {
  position: relative;
  margin: 0 0 10px;
}

/* +下層用 */
.ct-toplink .ct-linkc h2,
.under h1 {
  margin: 0;
  position: absolute;
  bottom: 0;
  padding: 10px 5px;
  font-size: 130%;
  background: rgba(168, 158, 133, 0.85);
  left: 0;
  z-index: 11;
  width: 100%;
}

.under h1 {
  position: relative;
  color: #fff;
}


.ct-linkc.top_one h2 {
  margin: 0 0 20px;
}

.ct-linkc.top_one .one_in {
  overflow: hidden;
}

.ct-linkc.top_one .one_in img {
  float: left;
  width: 42%;
  margin: 0;
}

.ct-linkc.top_one .one_in>div {
  float: right;
  width: 56%;
}

.ct-more-b {
  text-align: center;
  margin: 20px auto 0;
}

.ct-more-b a {
  padding: 0.4em 0 0.4em 2em;
  text-align: right;
  margin: 0 auto;
  display: inline-block;
}

.ct-more-b a::before {
  content: "\f138 ";
  font-family: FontAwesome;
  margin: 0 0.4em 0 0;
  color: #a89e85;
}

.ct-more-b a:hover {}

aside li>p {
  font-weight: bold;
  margin: 0 0 10px;
}

aside a {
  padding: 10px 0;
  font-size: 14px;
}

.side-ct>li {
  margin: 0 0 40px;
  background: #f5f5f5;
  padding: 10px;
}

aside img {
  float: left;
  width: 40px;
  margin-right: 10px;
}

.side-up {
  display: block;
}

.side-lk a {
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 1.2;
}

.ct-osusume {
  background: #fff;
  border: dotted 1px #a89e85;
  padding: 20px;
}

.ct-osusume h2 {
  color: #625e58;
  background: none;
  border-left: solid 3px #f5e5c1;
}

.ct-osusume h3 {
  background: #ededed;
  border: none;
  padding: 0;
  margin: 0 0 1%;
  position: relative;
}

.ct-osusume h3 a {
  padding: 8px;
  display: block;
  text-align: left;
}

.ct-osusume h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}

.ct-osusume h3 a:hover {
  background: #a89e85;
  color: #fff;
}

.ct-osusume a {
  text-align: center;
}

.ct-osusu-in {
  margin: 0 0 3%;
}

.ct-osusu-in:last-child {
  margin: 0;
}

footer {
  position: relative;
  background: #f5f5f5;
  padding: 50px 0 10px;
}

footer p {
  font-size: 110%;
  color: #625e58;
}

footer a {
  font-size: 85%;
  color: #625e58;
}

footer .ct {
  margin: 0 auto 50px;
}

.ct-ft-cp {
  font-size: 70%;
  text-align: center;
  padding: 0 1em;
  color: #625e58;
}

.ct-ft-mn {
  width: 100%;
  margin: 0 0 20px;
}

.ct-ft-mn p {
  font-weight: bold;
}

.ct-ft-mn ul {
  overflow: hidden;
}

.ct-ft-mn ul li {
  float: left;
}

.ct-ft-mn ul li a {
  padding: 5px 20px;
}

.ct-ft-mn ul li a::before {
  content: "\f138 ";
  font-family: FontAwesome;
  margin: 0 0.4em 0 0;
}

.ct-nf {
  font-size: 170%;
  color: #ef6c3b;
}

.ct-pnv {
  margin-bottom: 10px;
}

.ct-pnv a {
  display: inline;
  font-size: 85%;
}

.ct-pnv font {
  color: #ccc;
}

.cts-aa {
  width: 100%;
  float: none;
  background: #fff;
  padding: 20px;
  margin: 0 0 40px;
}

.sns-ct {
  display: flex;
  justify-content: space-between;
}

.cts-aa>div {
  text-align: center;
}

.cts-aa:after {
  content: "";
  clear: both;
  display: block;
}

.cts-bb {
  text-align: center;
  display: block;
  background-color: #eee;
  color: #625e58;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.cts-cc {
  width: 24.9%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.cts-cc .fa {
  font-weight: bold;
}

.cts-dd {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 6px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}

.cts-dd:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#twitter {
  background-color: #4fa3c3;
}

#hatena {
  background-color: #37548a;
}

#facebook {
  background-color: #4261a3;
}

#ggl-plus {
  background-color: #ce5c4e;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}

p.ct-top-btn a {
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  background: #a89e85;
  width: 40px;
  height: 40px;
  color: #fff;
}