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

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

.clfx:after {
  content: "";
  clear: both;
  display: block;
}

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

article ul {
  padding: 0.5em 1.5em 0.5em;
  margin: 1.5em 0;
  border: 1px solid #c38abb;
  border-radius: 5px;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "■";
  color: #c38abb;
  display: inline-block;
}

article ol {
  counter-reset: counter-name;
  padding: 0.5em 1.5em 0.5em;
  margin: 1.5em 0;
  border: 1px solid #c38abb;
  border-radius: 5px;
}

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;
  color: #c38abb;
  font-weight: bold;
}

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

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #999;
  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: 8px;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #333;
  background: #bbb;
}

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

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: 2px solid #e0e0e0;
  margin: 1em 0;
  padding: 1em;
}

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

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

a:hover {
  opacity: 0.6;
  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 {
  color: #fff;
  position: relative;
  padding: 0.5em;
  background: #c38abb;
}

h2:after,
.under h1:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #c38abb;
  width: 0;
  height: 0;
}

h3,
.under h2 {
  font-size: 130%;
  background: #333;
  color: #fff;
  padding: 5px;
}

h4,
.under h3 {
  font-size: 130%;
  border-bottom: 2px solid #c38abb;
  padding-bottom: 5px;
}

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

h5 {
  font-size: 120%;
  padding: 5px;
  background: #eee;
}

h6 {
  padding: 3px;
  font-size: 100%;
  border-bottom: dotted 1px #333;
}

strong {
  color: #cb2929;
  font-size: 110%;
  letter-spacing: 0.02em;
}

/* ///////////大コンテナ*/
.ctnb {
  max-width: 1024px;
  margin: 0 auto;
}

.ctnb_wrap {
  margin: 0 auto 0;
}

.ctnb_wrap>* {
  color: #333;
}

.ct_rs {
  max-width: 72%;
  /*700px*/
  float: left;
  padding: 0;
}

@media (max-width: 764px) {
  .ct_rs {
    max-width: inherit;
  }
}

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

/* ///////////メイン */
.flex {
  display: flex;
  justify-content: space-between;
}

main {
  margin-bottom: 50px;
}

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

article {
  margin-bottom: 30px;
  background: #fff;
}

main article {
  padding: 0;
}

/* スクロール固定ナビ */
.sticky {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}

.slicknav_menu {
  display: none;
}

/* header */
.ct_h_area {
  width: 100%;
  background: #fff;
  margin: 0 0 30px;
  padding: 0;
}

.ctnb .ct_title {
  margin: 25px 0;
  overflow: hidden;
}

.ct_stit a {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

.ct_h_area p.ct_cpy {
  margin: 10px 0 0;
  font-size: 70%;
  text-align: center;
}

#kahen-box {
  /*position: fixed;*/
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  z-index: 9998;
}

.kahen_inner {
  position: relative;
}

/* transition */

#kahen-box,
#kahen-box:after,
#kahen-box .logo,
.ctn_gnv ul li,
.ctn_gnv ul li a {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

/*/////////ヘッダーナビ*/
nav {
  background: #ffffff;
}

.ctn_gnv>ul {
  z-index: 9999;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1024px;
  display: flex;
  justify-content: space-around;
}

.ctn_gnv ul#ctn_gnv_mn>li {
  display: block;
  float: left;
  position: relative;
  width: -webkit-fill-available;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border-left: solid 1px #666;
}

.ctn_gnv ul#ctn_gnv_mn>li:last-child {
  border-right: solid 1px #666;
}

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

ul#ctn_gnv_mn li a {
  display: block;
  padding: 20px 10px;
}

ul#ctn_gnv_mn li a:hover {
  opacity: 1;
  background: rgba(195, 138, 187, 0.4);
}

/*可変後のaサイズ*/
#kahen-box.fixed .ctn_gnv {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

#kahen-box.fixed .ctn_gnv ul#ctn_gnv_mn li a {
  padding: 12px;
}

/*可変後にのaのhover変更したい場合*/
#kahen-box.fixed .ctn_gnv ul#ctn_gnv_mn li a:hover {
  background: rgba(195, 138, 187, 0.4);
}

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

.ctn_mainv {
  margin: 0 0 35px;
}

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

.bx-wrapper .bx-controls-direction a {
  z-index: 9990;
}

.bx-wrapper .bx-controls-direction a:hover {
  transition: 0s;
}

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

.ctn_li_c img {
  width: 100%;
  margin: 0;
}

.ctn_li_ctop {
  overflow: hidden;
  width: 100%;
}

.ctn_li_ctop .ctn_li_c {
  width: 100%;
  padding: 0;
  margin: 0 0 40px 0;
}

.ctn_li_c>div:first-child p {
  padding: 0 0 15px;
}

.ctn_li_c h2 {
  border-left: solid 5px #c38abb;
  margin: 0 0 10px;
  color: #333;
  background: none;
  font-weight: bold;
  padding: 7px;
  border-bottom: none;
}

.ctn_li_c h2::after {
  border: none;
}

.ctn_li_c.l_one {
  overflow: hidden;
  padding: ;
}

.ctn_li_c .lk_img {
  position: relative;
}

.ctn_li_c .lk_img img {
  z-index: 10;
}

/*/////////もっと読むボタン*/

.ctn_more_btn {
  position: absolute;
  z-index: 13;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  text-align: right;
  background: rgba(255, 255, 255, 0.75);
  font-weight: bold;
}

.ctn_more_btn a {
  display: block;
  font-size: 110%;
  padding: 0.8em 1.5em;
  letter-spacing: 0.06em;
}

.ctn_more_btn a::before {
  content: "\f054";
  display: inline;
  font-family: FontAwesome;
  margin: 0 0.4em 0 0;
  color: #ac6fa4;
}

.ctn_li_c.l_one .lk_sec .ctn_more_btn {
  width: 60%;
}

/*おすすめリンク*/

.ctn_libox {
  padding: 3%;
  border: dotted 1px #333;
}

.ctn_libox h2 {
  margin: 0 0 25px;
  padding: 0 0 8px;
  background: none;
  font-size: 120%;
  color: #333;
  font-weight: bold;
  border-left: none;
  border-bottom: solid 2px #333;
}

.ctn_libox h2::after {
  border: none;
}

.ctn_libox h3 {
  padding: 0;
  border: none;
  margin: 0 0 3px;
  position: relative;
}

.ctn_libox h3 a {
  padding: 0.3em 0.4em;
  display: block;
  color: #fff;
  text-align: left;
  background: #333;
}

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

.ctn_libox h3 a:hover {
  color: #fff;
  background: #c38abb;
  opacity: 1;
}

.ctn_libox a {
  text-align: left;
}

.ctn_libox_in {
  padding: 0;
  margin: 0 0 3%;
}

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

/* aside */

aside li>p {
  font-size: 20px;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 auto 15px;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}

aside li>p {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

aside li>p:before,
aside li>p:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 90px;
  height: 1px;
  background-color: #333;
}

aside li>p:before {
  left: 0;
}

aside li>p:after {
  right: 0;
}

.ct_sna {
  font-size: 20px;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 auto 15px;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}

.ct_sna {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.ct_sna:before,
.ct_sna:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 90px;
  height: 1px;
  background-color: black;
}

.ct_sna:before {
  left: 0;
}

.ct_sna:after {
  right: 0;
}

aside a {
  font-size: 14px;
  padding: 7px;
  border-radius: 5px;
  background: #eee;
  margin: 0 0 2%;
}

.side-ctnb>li,
.sns_ctna {
  margin: 0 0 40px;
}

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

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

.ctn_sia {
  overflow: hidden;
}

.ctn_silk a {
  overflow: hidden;
}

/* footer */

footer {
  position: relative;
  background: #fff;
  padding: 50px 0 10px;
  border-top: #eee solid 1px;
}

footer p {
  color: #c38abb;
}

footer .ctn_ftm p {
  font-weight: bold;
  font-size: 21px;
}

footer a {
  font-size: 85%;
}

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

footer .ctnb {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

.ctn_ftc {
  font-size: 70%;
  text-align: center;
}

.ctn_ftm {
  width: 22%;
  margin-right: 3%;
}

/* under */

.ctn_nfd {
  font-size: 180%;
  color: #c38abb;
}

/* pan nav */

.ctn_pn {
  margin-bottom: 0;
}

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

.ctn_pn font {
  color: #ccc;
}

/* SNS */

.sns_ctna {
  width: 100%;
}

.sns_ctna:after {
  content: "";
  clear: both;
  display: block;
}

.sns_ctnc {
  margin: 0 0 2%;
}

.sns_ctnc .fa {
  font-weight: bold;
}

.sns_ctnd {
  display: block;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 7px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}

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

/* SNSごとの背景色 */

#twitter {
  background-color: #00acee;
}

#hatena {
  background-color: #2d4c86;
}

#facebook {
  background-color: #3b5998;
}

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

p.b_t_btn a {
  background: rgba(195, 138, 187, 0.85);
  bottom: 10px;
  color: #fff;
  font-size: 26px;
  height: 50px;
  line-height: 45px;
  position: fixed;
  right: 15px;
  border-radius: 6px;
  text-align: center;
  width: 50px;
  z-index: 99999;
}

p.b_t_btn a:hover {
  opacity: 1;
}