@charset "utf-8";

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

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

body {
  background: url(../images/bg.png) 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-left: 3px solid #81d0cb;
}

article ul li {
  position: relative;
}

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

article ol {
  counter-reset: counter-name;
  border-left: 3px solid #81d0cb;
  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: #81d0cb;
  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 #8e8787;
  background: #fff;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #8e8787;
  background: rgba(129, 208, 203, 0.32);
}

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: #81d0cb;
}

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 {
  color: white;
  background: #81d0cb;
  padding: 0.5em 0.6em;
}

h2::before,
.under h1::before {
  /*疑似要素*/
  font-family: FontAwesome;
  content: "\f14a";
  margin: 0 0.5em 0 0;
}

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

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

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

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

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

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

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

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

.mc-c-b_w>* {
  color: #333;
}

.mc-c-b_l {
  max-width: 730px;
  float: left;
  padding: 20px;
  background: #fff;
}

.mc-c-b_r {
  /*min-*/
  width: 260px;
  float: right;
  margin: 0 auto 30px;
  position: sticky;
  top: 40px;
  height: fit-content;
}

main {
  margin-bottom: 50px;
}

article {
  margin-bottom: 30px;
}

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

.mc-c-b_ha {
  width: 100%;
  margin: 0;
  padding: 0;
}

.mc-c-b_ha.mc-c-b_at {
  margin: 0 0 20px;
  background: rgba(183, 139, 90, 0.3);
}

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

.mc-c-b_st a {
  text-shadow: 0px 0px 5px #000000;
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0 10px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}

.mc-c-b_ha p.mc-c-b_cp {
  color: #fff;
  text-shadow: 0px 0px 5px #000000;
  font-size: 90%;
  text-align: center;
}

.mc-c-b_at .mc-c-b_ct {
  right: 100%;
  background: none;
  padding: 0;
  border-radius: none;
  width: 100%;
  position: static;
  margin: 30px auto 25px;
}

.mc-c-b_at .mc-c-b_st a {
  font-size: 25px;
  margin: 0;
  text-shadow: none;
}

.mc-c-b_at p.mc-c-b_cp {
  text-shadow: none;
}

nav {
  background: url(../images/bg.png) repeat;
  border-bottom: solid 1px #d2a25b;
}

.mc-c-b_gn>ul {
  display: flex;
  justify-content: center;
}

.mc-c-b_gn ul#mc-c-b_gn_m>li {
  display: block;
  position: relative;

  font-size: 13px;
  text-align: center;
}

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

.slicknav_menu {
  display: none;
}

#mc-c-b_gn_m li a {
  display: block;
  color: #2fa79f;
  padding: 10px 2em;
  font-weight: bold;
}

#mc-c-b_gn_m li a:hover {
  color: #81d0cb;
}

.mc-c-b_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;
}

.mc-c-b_lc img {
  width: 100%;
  margin: 0;
}

.mc-c-b_tlc {
  overflow: hidden;
  width: 100%;
  margin: 40px auto;
}

.mc-c-b_tlc .mc-c-b_lc {
  width: 32%;
  float: left;
  margin: 0 2% 0 0;
  background: #fff;
  padding: 13px;
}

.mc-c-b_tlc .mc-c-b_lc:nth-of-type(3n) {
  margin: 0;
}

.mc-c-b_tlc .mc-c-b_lc h2 {
  margin: 0 0 15px;
  color: #fff;
}

.mc-c-b_mb {
  text-align: center;
  margin: 20px auto 0;
}

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

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

.mc-c-b_mb a:hover {
  background: #81d0cb;
  color: #fff;
}

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

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

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

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

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

.mc-c-b_s_a {
  padding: 0;
}

.mc-c-b_s_b {
  padding: 0;
}

.mc-c-b_s_b a {
  overflow: hidden;
}

.mc-c-b_s_a li:last-child a,
.mc-c-b_s_b li:last-child a {
  border: none;
}

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

.mc-c-b_rec {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 3%;
}

.mc-c-b_rec h2 {
  border: none;
  margin: 0 0 2%;
  background: rgba(129, 208, 203, 0.47);
  color: #333;
  text-align: center;
}

.mc-c-b_rec h2::before {
  content: none;
  margin: 0;
}

.mc-c-b_rec h3 {
  padding: 0;
  margin: 0 0 1%;
  background: none;
  position: relative;
}

.mc-c-b_rec h3 a {
  padding: 8px;
  border: solid 1px #333;
  display: block;
}

.mc-c-b_rec h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}

.mc-c-b_rec h3 a:hover {
  background: #81d0cb;
  color: #fff;
}

.mc-c-b_rec a {
  text-align: left;
}

.mc-c-b-lkin {
  padding: 0;
  margin: 0 0 2%;
}

.mc-c-b-lkin:last-child {
  margin: 0;
}

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

footer {
  position: relative;
  padding: 50px 0 0;
}

footer .mc-c-b p {
  color: #4eada7;
  font-weight: bold;
}

footer a {
  color: #4eada7;
  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 .mc-c-b {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

.mc-c-b_fc {
  font-size: 70%;
  background: #81d0cb;
  text-align: center;
  padding: 1.8em 1em;
  color: #fff;
}

.mc-c-b_fm {
  width: 27%;
  margin-right: 3%;
}

.mc-c-b_fm ul {
  margin: 0;
}

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

.mc-c-b_nf {
  font-size: 170%;
  color: #81d0cb;
}

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

.mc-c-b_pn {
  margin-bottom: 10px;
}

.mc-c-b_pn a {
  display: inline;
  font-size: 85%;
}

.mc-c-b_pn font {
  color: #4eada7;
}

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

.mc-c-bs_ba {
  width: 100%;
  padding: 0;
  margin: 0 0 2%;
}

.mc-c-bs_sc {
  width: 100%;
}

.mc-c-bs_ba>div {
  text-align: right;
}

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

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

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

.mc-c-bs_bw .fa {
  font-weight: bold;
}

.mc-c-bs_blk {
  display: inline-block;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 23px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  transition: 0.3s;
}

.mc-c-bs_blk .fa {
  line-height: 45px;
}

.mc-c-bs_blk:hover {
  text-decoration: none !important;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.28);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* SNSごとの背景色 */

#twitter {
  color: #22b8ff;
  background-image: -webkit-linear-gradient(#aeecfx_pf 0%, #57c8ff 100%);
  background-image: linear-gradient(#aeecff 0%, #57c8ff 100%);
}

#hatena {
  color: #49a8fb;
  background-image: -webkit-linear-gradient(#d2efff 0%, #76befb 100%);
  background-image: linear-gradient(#d2efff 0%, #76befb 100%);
}

#facebook {
  color: #6183f3;
  background-image: -webkit-linear-gradient(#b5d3ff 0%, #6b8bff 100%);
  background-image: linear-gradient(#b5d3ff 0%, #6b8bff 100%);
}

#ggl-plus {
  color: #ea4158;
  background-image: -webkit-linear-gradient(#ffa8a8 0%, #ff5d5d 100%);
  background-image: linear-gradient(#ffa8a8 0%, #ff5d5d 100%);
}

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

p.mc-c-b_bktop a {
  font-size: 30px;
  line-height: 55px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 1;
  background: rgba(78, 173, 167, 0.7);

  width: 55px;
  height: 55px;
  color: #fff;
}

/*下層などflex内で要素が増える時*/
.mc-c-b.mc-c-b_w.cfx_p:has(.mc-c-b_pn) {
  flex-wrap: wrap;
}

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

/*パンくず*/