@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;
}

.ht-nc-clf:after {
  content: "";
  clear: both;
  display: block;
}

body {
  border-top: solid 5px #903f48;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}

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

article ul {
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  background: #f7dcde;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "・";
  margin: 0 0.5em 0 0;
  color: #903f48;
}

article ol {
  counter-reset: counter-name;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  background: #f7dcde;
}

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

article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #903f48;
}

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

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

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;
  color: #903f48;
  vertical-align: top;
  border: 1px solid #903f48;
  background: rgba(144, 63, 72, 0.1);
}

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

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 #444;
  margin: 1em 0;
  padding: 1em;
}

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

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

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

a {
  color: #222;
  display: block;
}

a:hover {
  color: #cc8b92;
  opacity: 1;
  transition: 0.2s;
}

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

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

h2,
.under h1 {
  font-size: 150%;
  border-left: solid 4px #903f48;
  padding: 5px 0 5px 10px;
  text-shadow: 0 0 5px white;
  border-left: solid 4px #903f48;
  background: -webkit-repeating-linear-gradient(-45deg,
      #f7cdd1,
      #f7cdd1 3px,
      #f7e7e9 3px,
      #f7e7e9 7px);
  background: repeating-linear-gradient(-45deg,
      #f7cdd1,
      #f7cdd1 3px,
      #f7e7e9 3px,
      #f7e7e9 7px);
}

h3,
.under h2 {
  border-bottom: 2px solid #903f48;
  padding: 0 0 8px;
  font-size: 130%;
}

h4,
.under h3 {
  font-size: 125%;
  border: 1px solid #903f48;
  padding: 5px;
}

.under h3 {
  margin-top: 40px;
}

h5 {
  font-size: 120%;
  padding-bottom: 5px;
  border-bottom: 1px dashed #222;
}

h6 {
  font-size: 100%;
  font-weight: bold;
}

strong {
  background: linear-gradient(transparent 60%, #f4ff72 60%);
  font-size: 110%;
}

.ht-nc {
  max-width: 1080px;
  margin: 0 auto;
  padding: 25px 30px;
  background: #fff;
}

.ht-nc_wrap>* {
  color: #222;
}

.ht-nc_l {
  max-width: 74%;
  /*740px*/
  float: left;
}

@media (max-width: 758px) {
  .ht-nc_l {
    max-width: inherit;
  }
}

.ht-nc_r {
  /*min-*/
  width: 22%;
  float: right;
  margin: 0 auto 30px;
  position: sticky;
  top: 0;
  height: fit-content;
}

main {
  margin-bottom: 50px;
}

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

article {
  margin-bottom: 30px;
}

.head_ht-nc {
  margin: 0 auto 25px;
  position: relative;
}

/*/////////スライダー*/

.vis_ht-nc {
  margin: 0 auto;
}

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

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

.tit_ht-nc {
  text-shadow: 0px 1px 2px #ffffff;
  text-align: center;
  margin: 100px auto 0;
  z-index: 100;
  position: absolute;
  width: 64%;
  left: 0;
  right: 0;
}

.ht-nc-tit a {
  text-shadow: 0px 1px 2px #ffffff;
  font-size: 29px;
  color: #000;
  line-height: 1.3;
}

.head_ht-nc p.ht-nc-cp {
  font-size: 70%;
  color: #000;
  margin: 15px 0 0;
  text-shadow: 0px 1px 2px #ffffff;
}

.head_ht-nc.p_other {
  width: 100%;
  margin: 0 auto;
  float: none;
}

.head_ht-nc.p_other .tit_ht-nc {
  margin: 0 auto;
  width: 100%;
  position: static;
  float: none;
}

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

ul#ht-nc-gn_ht-nc {
  margin: 0 auto 5px;
  overflow: hidden;
}

.ht-nc-gn>ul {
  display: flex;
  justify-content: space-around;
}

.ht-nc-gn ul#ht-nc-gn_ht-nc>li {
  display: block;
  font-size: 12px;
  float: left;
  width: 24.3%;
}

.slicknav_menu {
  display: none;
}

#ht-nc-gn_ht-nc li a {
  display: block;
  padding: 4px 0;
  color: #903f48;
  text-align: center;
}

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

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

.lk_ht-nc img {
  display: block;
  margin: 0 auto 15px;
}

/*下層リンク・*/

.toplk_ht-nc {
  overflow: hidden;
  width: 100%;
  padding: 0 0;
  margin: 0 auto 30px;
}

.toplk_ht-nc .lk_ht-nc {
  width: 33.3%;
  float: left;
  margin: 0 0 20px 0;
  padding: 0 15px;
}

.toplk_ht-nc .lk_ht-nc h2 {
  margin: 0 0 15px;
  background: none;
  font-size: 130%;
}

.ht-nc-mb {
  text-align: center;
  margin: 20px auto 0;
}

.ht-nc-mb a {
  padding: 0.5em;
  border: dashed 1px #903f48;
  color: #903f48;
  width: 100%;
  display: block;
  font-weight: bold;
  background: rgba(144, 63, 72, 0.12);
}

.ht-nc-mb a:hover {
  background: #903f48;
  color: #fff;
  opacity: 1;
}

/* aside */

aside li>p {
  color: #fff;
  background: #903f48;
  font-weight: bold;
  font-size: 17px;
  padding: 5px 7px;
}

aside a {
  padding: 9px 0;
}

aside a:hover {
  text-decoration: underline;
}

.side_ht-nc>li {
  margin: 0 0 45px;
}

aside img {
  float: left;
  max-width: 70px;
  display: block;
  margin: 0 10px 0 0;
}

/*/////////Menuリンク*/

.sa_ht-nc {
  margin: 15px 0;
}

/*/////////Columnリンク*/

.sb_ht-nc {
  margin: 10px 0;
}

.sb_ht-nc a {
  overflow: hidden;
}

/* おすすめリンク */

.lkb_ht-nc {
  margin: 30px auto;
}

.lkb_ht-nc h3 {
  padding: 0;
  border: none;
  margin: 0 0 2px;
  font-size: 125%;
}

.lkb_ht-nc h3 a {
  display: block;
  color: #903f48;
  padding: 0.4em 0.5em;
  background: rgba(144, 63, 72, 0.1);
  border: dashed 1px #903f48;
}

.lkb_ht-nc h3 a::before {
  content: "\f0da";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

.lkb_ht-nc h3 a:hover {
  opacity: 1;
  background: #903f48;
  color: #fff;
}

.lkb_ht-nc p {
  font-size: 85%;
  font-weight: bold;
}

.lkb_ht-nc a {
  text-align: left;
}

.lkb_in {
  margin: 0 0 3%;
}

.lkb_in:last-child {
  margin: 0;
}

/* footer */

footer {
  position: relative;
  background: #fff;
  margin: 0 auto 0;
  width: 1080px;
  padding: 30px 0 0;
}

footer .ht-nc p {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 3%;
}

footer a {
  font-size: 80%;
  margin: 0 0 3%;
}

footer a:hover {
  text-decoration: none;
}

footer .ht-nc {
  display: flex;
  flex-wrap: wrap;
  background: none;
  margin: 0 auto 50px;
}

.ht-nc-ftc {
  font-size: 70%;
  color: #fff;
  background: #903f48;
  padding: 2%;
  text-align: center;
}

.ht-nc-ftm {
  float: left;
  width: 24%;
  margin-right: 2%;
}

.ht-nc-ftm ul {
  border-left: solid 1px #fff;
  padding: 0;
}

/* under */

.ht-nc-nf {
  font-size: 200%;
  color: #903f48;
}

/* pan nav */

.pan_ht-nc {
  margin-bottom: 10px;
}

.pan_ht-nc a {
  display: inline;
  font-size: 85%;
}

.pan_ht-nc font {
  color: #903f48;
}

/* SNS */

.ht-nc-s_a {
  width: 100%;
  margin: 50px 0;
}

.sns-ht-nc {
  width: 100%;
  margin: 0 auto;
}

.ht-nc-s_a>div {
  text-align: center;
}

.ht-nc-s_a:after {
  content: "";
  clear: both;
  display: block;
}

.ht-nc-s_b {
  text-align: center;
  display: none;
  border-bottom: solid 1px #903f48;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 3%;
  box-sizing: border-box;
}

.ht-nc-s_c {
  width: 25%;
  float: left;
  box-sizing: border-box;
  margin: 0 0 2%;
}

.ht-nc-s_c .fa {
  font-weight: bold;
}

.ht-nc-s_d {
  display: block;
  text-align: center;
  font-size: 16px !important;
  padding: 6px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff !important;
}

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

/* SNSごとの背景色 */

#twitter {
  background-color: rgba(0, 172, 238, 0.8);
}

#hatena {
  background-color: rgba(45, 76, 134, 0.8);
}

#facebook {
  background-color: rgba(59, 89, 152, 0.8);
}

#ggl-plus {
  background-color: rgba(221, 75, 57, 0.8);
}

/*/////////トップに戻るボタン*/

.ht-nc-bktop {
  position: fixed;
  right: -50px;
  bottom: 20px;
  z-index: 9999;
}

.ht-nc-bktop a {
  background: #903f48;
  position: relative;
  opacity: 0.9;
  display: block;
  width: 50px;
  line-height: 50px;
  height: 50px;
  text-decoration: none;
}

.ht-nc-bktop a::before {
  font-family: FontAwesome;
  content: "\f0d8";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}