@charset "utf-8";

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

.p-cx:after {
  content: "";
  clear: both;
  display: block;
}

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

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  background: #fff;
  border: 1px solid #ff5d5d;
  border-left-width: 4px;
}

article ul li {
  position: relative;
}

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

article ol {
  counter-reset: counter-name;
  border: 1px solid #ff5d5d;
  border-left-width: 4px;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  background: #fff;
}

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

article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) "";
  position: absolute;
  left: 0;
  display: inline-block;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  background: #ff5d5d;
  color: #fff;
}

blockquote {
  color: #fff;
  background: #999999;
  padding: 3em 1em;
  position: relative;
}

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

table th {
  width: 150px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #333;
  background: rgba(255, 93, 93, 0.17);
}

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

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

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

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 {
  color: #ff5d5d;
}

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: 20px;
}

h2,
.under h1 {
  border-bottom: solid 2px #ff5d5d;
  padding: 0 0 0.5em;
}

h3,
.under h2 {
  background: #eee;
  padding: 5px;
}

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

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

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

h6 {
  padding-bottom: 4px;
  border-bottom: dashed 1px #ff5d5d;
  font-size: 100%;
}

strong {
  background: linear-gradient(transparent 70%, rgba(255, 118, 118, 0.88) 60%);
}

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

.da_pc {
  max-width: 1020px;
  margin: 0 auto;
  /* overflow: hidden; */
  display: flex;
  justify-content: space-between;
}

.da_pc_w>* {
  color: #333;
}

.da_pc_l {
  max-width: 72%;
  /*730px*/
  float: left;
  padding: 20px;
  margin: 0 auto 40px;
  background: #fff;
}

@media (max-width: 795px) {
  .da_pc_l {
    max-width: inherit;
  }
}

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

main {
  margin-bottom: 50px;
}

article {
  margin-bottom: 30px;
}

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

.da_pc_ha {
  width: 100%;
  margin: 0;
  padding: 0;
}

.da_pc_ha.da_pc_at {
  margin: 0 0 20px;
  background: rgba(204, 48, 48, 0.5);
}

.da_pc_ct {
  padding: 0;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 25%;
  left: 0;
  bottom: 0;
  right: 0;
  width: 1020px;
  margin: 30px auto;
}

.da_pc_st a {
  text-shadow: 0px 0px 5px #000000;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #fff;
  text-align: center;
}

.da_pc_ha p.da_pc_cp {
  color: #fff;
  text-shadow: 0px 0px 5px #000000;
  font-size: 90%;
  text-align: center;
}

.da_pc_at .da_pc_ct {
  right: 100%;
  background: none;
  padding: 0;
  border-radius: none;
  width: 100%;
  position: static;
  margin: 30px auto 25px;
}

.da_pc_at .da_pc_st a {
  font-size: 25px;
  margin: 0;
  text-shadow: none;
  line-height: 1.3;
}

.da_pc_at p.da_pc_cp {
  text-shadow: none;
}

nav {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: solid 1px #de8e75;
}

.da_pc_gn>ul {
  display: flex;
  justify-content: space-around;
}

.da_pc_gn ul#da_pc_gn_m>li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 13px;
  text-align: center;
}

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

.slicknav_menu {
  display: none;
}

#da_pc_gn_m li a {
  display: block;
  color: #c23a0d;
  padding: 10px 2em;
  font-weight: bold;
}

#da_pc_gn_m li a:hover {
  color: #ffa8a8;
}

.da_pc_main_v {
  position: relative;
  z-index: 1;
  margin: 0 0 30px;
}

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

.bxslider {
  margin: 0px;
}

.bx-wrapper img {
  width: 100%;
}

.bx-viewport {
  max-height: 390px;
}

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

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

.da_pc_tlc {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 40px;
}

.da_pc_tlc .da_pc_lc {
  width: 32%;
  float: left;
  margin: 0 2% 0 0;
  background: #fff;
  padding: 13px;
}

.da_pc_tlc .da_pc_lc:nth-of-type(3n) {
  margin: 0;
}

.da_pc_tlc .da_pc_lc h2 {
  margin: 15px 0;
}

.da_pc_mb {
  text-align: center;
  margin: 20px auto 0;
}

.da_pc_mb a {
  padding: 0.5em;
  font-weight: bold;
  display: block;
  background: #fff;
  border: solid 1px #333;
}

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

.da_pc_mb a:hover {
  background: #ff5d5d;
  color: #fff;
}

/* /////////aside */

aside li>p {
  font-size: 120%;
  font-weight: bold;
  padding: 0;
  text-align: center;
  color: #eb5f5e;
}

aside a {
  font-size: 13px;
  padding: 15px 0;
  border-bottom: 1px solid #bbb;
}

aside img {
  float: left;
  width: 80px;
  margin-right: 5px;
}

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

.da_pc_s_a {
  padding: 0;
}

.da_pc_s_b {
  padding: 0;
}

.da_pc_s_b a {
  overflow: hidden;
}

.da_pc_s_a li:last-child a,
.da_pc_s_b li:last-child a {
  border: none;
}

/*/////////おすすめリンク */

.da_pc_rec {
  background-color: #fff;
}

.da_pc_rec h2 {
  border-color: #333;
  margin: 0 0 2%;
  color: #333;
  text-align: center;
}

.da_pc_rec h2::before {
  content: none;
  margin: 0;
}

.da_pc_rec h3 {
  padding: 0;
  margin: 0 0 1%;
  background: none;
}

.da_pc_rec h3 a {
  padding: 8px;
  border: solid 1px #333;
  display: block;
}

.da_pc_rec h3 a:hover {
  background: #ff5d5d;
  color: #fff;
}

.da_pc_rec a {
  text-align: left;
}

.da_pc-lkin {
  padding: 0;
  margin: 0 0 2%;
}

.da_pc-lkin:last-child {
  margin: 0;
}

/* /////////footer */

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

footer .da_pc p {
  color: #ff5d5d;
  font-weight: bold;
}

footer a {
  font-size: 85%;
  padding: 4px 0;
}

footer a::before {
  content: "\f0da";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

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

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

.da_pc_fc {
  font-size: 70%;
  background: #e67070;
  text-align: center;
  padding: 1.8em 1em;
  color: #fff;
}

.da_pc_fm {
  width: 27%;
  margin-right: 3%;
}

.da_pc_fm ul {
  margin: 0;
}

/* /////////under */

.da_pc_nf {
  font-size: 170%;
  color: #5ec1ff;
}

/* /////////pan nav */

.da_pc_pn {
  margin-bottom: 10px;
}

.da_pc_pn a {
  display: inline;
  font-size: 85%;
  color: #fff;
  font-weight: bold;
}

.da_pc_pn font {
  color: #fff;
}

/* /////////SNS */

.da_pcs_ba {
  width: 100%;
  padding: 0;
  margin: 0 0 2%;
}

.da_pcs_sc {
  width: 100%;
}

.da_pcs_ba>div {
  text-align: right;
}

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

.da_pcs_tf {
  text-align: center;
  display: none;
  background: #f1f1f1;
  padding: 5px 0;
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.da_pcs_bw {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 0 0 0.5%;
}

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

.da_pcs_blk {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 23px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: normal;
  transition: 0.3s;
}

.da_pcs_blk .fa {
  line-height: 45px;
}

.da_pcs_blk:hover {
  color: #fff;
  text-decoration: none !important;
  transform: translateY(-5px);
}

/* SNSごとの背景色 */

#twitter {
  background: #22b8ff;
}

#hatena {
  background: #49a8fb;
}

#facebook {
  background: #6183f3;
}

#ggl-plus {
  background: #ea4158;
}

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

p.da_pc_bktop a {
  font-size: 30px;
  line-height: 55px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 1;
  background: rgba(255, 93, 93, 0.75);
  border: solid 1px #fff;
  width: 55px;
  height: 55px;
  color: #fff;
}

/*下層などflex内で要素が増える時*/
.da_pc.da_pc_w.p-cx:has(.da_pc_pn) {
  flex-wrap: wrap;
}

/*パンくずが含まれる時のみ*/
.da_pc_pn {
  width: 100%;
}

/*パンくず*/