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

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

body {
  border-top: 4px solid #d45752;
  background: #e8e4e4;
  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: #d45752;
  display: block;
}

a:hover {
  color: #eb8682;
  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 {
  padding: 0;
  font-weight: bold;
  color: #d45752;
}

h3,
.under h2 {
  border-left: 5px solid #d45752;
  padding: 3px 8px;
}

h4,
.under h3 {
  border-bottom: 2px solid #d45752;
  padding-bottom: 5px;
}

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

h5 {
  font-size: 120%;
  padding: 3px;
  background: #e6f6f2;
}

h6 {
  padding: 3px;
  font-size: 100%;
  border: solid 1px #d45752;
}

strong {
  color: #fa514a;
  font-size: 107%;
  letter-spacing: 0.01em;
}

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px dotted #c14f4b;
  border-radius: 5px;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 2px;
  background: #d45752;
}

article ol {
  counter-reset: counter-name;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  border: 1px dotted #c14f4b;
  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: #d45752;
  font-weight: bold;
}

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

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #8f3d3a;
  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 #a2423f;
  background: #d45752;
}

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

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

.ctp {
  max-width: 1024px;
  margin: 0 auto;
  /* overflow: hidden; */
}

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

.ctp_w {
  margin: 15px auto 0;
}

.ctp_w>* {
  color: #4c5e69;
}

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

@media (max-width: 770px) {
  .ctp_l {
    max-width: inherit;
  }
}

.ctp_r {
  /*min-*/
  width: 23%;
  /*300px*/
  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;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}

main article {
  padding: 20px;
}

.ctp_h {
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 0;
}

.ctp .ctp_title {
  margin: 20px 0;
  overflow: hidden;
}

.ctp_tit_h a {
  font-size: 21px;
  width: fit-content;
  /*40%*/
  float: left;
  font-weight: bold;
  color: #d45752;
  line-height: 1.3;
}

.ctp_h p.ctp_cp {
  color: #666;
  width: fit-content;
  /*57%*/
  padding: 19px 0 0;
  float: right;
  font-size: 70%;
}

nav {
  background: rgba(212, 87, 82, 0.78);
  border-top: solid 1px #c14f4b;
  border-bottom: solid 1px #c14f4b;
}

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

.ctp_gnv ul#ctp_gnv-menu>li {
  display: block;
  float: left;
  position: relative;
  width: 25%;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border-left: solid 1px #c14f4b;
}

.ctp_gnv ul#ctp_gnv-menu>li:last-child {
  border-right: solid 1px #c14f4b;
}

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

ul#ctp_gnv-menu li a {
  display: block;
  padding: 7px 0;
  color: #fff;
}

ul#ctp_gnv-menu li a:hover {
  opacity: 0.6;
}

.slicknav_menu {
  display: none;
}

.ctp_mainvisual {
  margin: 0 0 20px;
}

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

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

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

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

.ctp_toplink .ctp_link {
  width: 340px;
  float: left;
  margin: 0 20px 40px 0;
}

.ctp_link>div {
  padding: 15px;
}

.ctp_link>div p {
  padding: 0 0 15px;
}

.ctp_toplink .ctp_link:nth-of-type(even) {
  margin-right: 0;
}

.ctp_link h2 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #684946;
  font-weight: bold;
  padding: 0;
}

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

.ctp_more {
  width: 80%;
  margin: 0 auto;
}

.btn {
  letter-spacing: 0.15em;
  padding: 5px;
  background: #d45752;
  color: #fff;
  font-size: 80%;
  text-align: center;
  display: block;
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
  background: #d45752;
}

.btn_sub {
  margin: 0 auto 4px;
  display: block;
  border-radius: 5px;
  box-shadow: 0 4px #aa4b47;
}

.btn_sub:hover {
  color: #fff;
  margin: 4px auto 0;
  box-shadow: none;
}

.ctp_link.l_one .lk_sec .ctp_more {
  width: 60%;
}

.ctp_lbox {
  padding: 15px;
}

.ctp_toplink .ctp_link.ctp_lbox h2 {
  margin: 0 0 25px;
  font-size: 19px;
  color: #d45752;
}

.ctp_lbox h3 {
  padding: 0;
  border: none;
  background: #e6f6f2;
  margin: 0 0 5px;
  position: relative;
}

.ctp_lbox h3 a {
  padding: 5px;
  display: block;
  /* text-align: center; */
}

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

.ctp_lbox a {
  text-align: left;
}

.ctp_lkin {
  padding: 0;
  margin: 0 0 15px;
}

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

aside li>p,
.sns_bt {
  background: #d45752;
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
  line-height: 2.2;
  overflow: hidden;
  font-weight: bold;
}

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

.side-ctp>li,
.sns_ba {
  margin: 0 0 15px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.09);
}

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

.ctp_sa {
  padding: 10px;
}

.ctp_sb,
.sns-ctp {
  padding: 10px;
}

.ctp_sb a {
  overflow: hidden;
}

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

footer p {
  color: #d45752;
  font-size: 18px;
}

footer .ctp_ftm p {
  font-weight: bold;
}

footer a {
  font-size: 85%;
}

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

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

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

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

.ctp_nf {
  font-size: 200%;
  color: #747474;
}

.ctp_pan {
  margin-bottom: 0;
}

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

.ctp_pan font {
  color: #ccc;
}

.sns_ba {
  width: 100%;
}

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

.sns_tf::before {
  content: "\f0c8";
  font-family: FontAwesome;
  color: #d45752;
  margin: 0 0.2em 0 0;
}

.sns_bw {
  padding: 7px 0;
}

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

.sns_blk {
  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_blk:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

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

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

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

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

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

p.ctp_bktop a {
  background: rgba(212, 87, 82, 0.74);
  bottom: 10px;
  color: #fff;
  font-size: 26px;
  height: 50px;
  line-height: 45px;
  position: fixed;
  right: 15px;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  z-index: 1;
}

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

@media screen and (max-width: 770px) {
  .flex {
    flex-direction: column;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
    margin: 0 0 4%;
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 120%;
  }

  .ctp {
    padding: 3%;
  }

  main h2,
  .side-menu h2 {
    padding: 0;
  }

  .ctp,
  main,
  .side-menu,
  .ctp_sb img,
  article img {
    width: 100%;
  }

  article img {
    max-width: 100%;
  }

  article img,
  main,
  .ctp_sb img {
    float: none;
  }

  .ctp_tit_h {
    font-size: 100%;
  }

  main h2,
  .side-menu h2 {
    font-size: 130%;
  }

  body {
    border: none;
    line-height: 2;
  }

  .ctp_w {
    margin: 0 auto 0;
  }

  .ctp.conte_pan {
    padding: 0;
  }

  aside {
    display: none;
  }

  .ctp_l,
  .ctp_r {
    width: 100%;
    float: none;
  }

  main {
    margin: 0 auto;
  }

  main article {
    padding: 3%;
  }

  .ctp .ctp_title {
    margin: 0;
  }

  .ctp_link img {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .ctp_tit_h a {
    font-size: 23px;
    width: 100%;
    float: none;
    text-align: center;
  }

  .ctp_h p.ctp_cp {
    width: 100%;
    padding: 2% 0 0;
    float: none;
    text-align: center;
  }

  .ctp_mainvisual {
    margin: 3% 0 6%;
  }

  nav {
    border: none;
  }

  .ctp_gnv #ctp_gnv-menu {
    display: none;
  }

  /*デフォルトナビアイコン*/
  .slicknav_menu .slicknav_icon {
    display: none;
  }

  /*ナビの下のボーダー*/
  .slicknav_nav {
    border-bottom: solid #d45752 1px;
  }

  /*トップ背景色*/
  .slicknav_btn {
    float: none;
    background-color: #d45752;
    border-radius: 0;
  }

  /*メニューの背景色（hover時の色）*/
  .slicknav_menu {
    display: block;
    padding: 0;
    background: #d45752;
  }

  /*下層文字色*/
  .slicknav_menu a {
    margin: 0;
    color: #506978;
    overflow: hidden;
    padding: 0;
  }

  /*下層メニュー内容部分背景色*/
  .slicknav_nav a {
    padding: 6px 15px;
    background: #fff;
  }

  /*下層メニュー内容部分hove文字色r*/
  .slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    opacity: 1;
    color: #fff;
  }

  /*ナビ内メニュータイトルのli・pddingで高さ*/
  .slicknav_nav .slicknav_row {
    margin: 0;
    padding: 7px;
  }

  /*ナビタイトルテキスト（マーク）*/
  .slicknav_menu .slicknav_menutxt {
    float: right;
    text-shadow: none;
    line-height: 1.6em;
    /*高さ調節*/
    padding: 9px 12px;
    /*高さ調節ここでも*/
    color: #fff;
  }

  .slicknav_menu img {
    display: none;
  }

  /*ナビ内矢印*/
  .slicknav_menu>ul>li>a>p {
    display: inline-block;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  a.slicknav_btn.slicknav_collapsed {
    width: 100%;
    display: block;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: none;
  }

  ul.slicknav_nav li:last-child {
    border-bottom: none;
  }

  .slicknav_menu .slicknav_no-text {
    float: right;
    margin: 15px;
  }

  .ctp_toplink {
    overflow: hidden;
    width: 100%;
    margin: 0 auto 5%;
  }

  .ctp_toplink .ctp_link {
    width: 100%;
    float: none;
    margin: 0 auto 8%;
  }

  .ctp_toplink .ctp_link>div {
    padding: 3% 3% 5%;
  }

  .ctp_toplink .ctp_link>div p {
    padding: 0 0 5%;
  }

  .ctp_toplink .ctp_link h2 {
    margin: 0 0 3%;
    font-size: 120%;
  }

  .ctp_toplink .ctp_link {
    font-size: 95%;
  }

  .btn {
    padding: 10px;
  }

  .ctp_link.l_one .lk_sec .ctp_more {
    width: 80%;
  }

  .side-ctp p a {
    height: 28px;
    padding: 0;
    text-align: center;
  }

  /*/////////フッター*/
  footer {
    padding: 3% 3% 0 3%;
  }

  footer .ctp_ftm {
    width: 100%;
    margin-bottom: 2rem;
  }

  footer .ctp {
    margin: 0 auto 5%;
    padding: 0;
  }

  .ctp_nf {
    font-size: 160%;
  }

  .sns_tf {
    padding: 6px 0;
  }

  .sns_ba {
    margin: 8% 0 0;
    padding: 0;
  }

  .sns-ctp {
    display: block;
    padding: 3%;
  }

  .sns_bw {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 3%;
  }

  p.ctp_bktop a {
    font-size: 30px;
    line-height: 44px;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
}