@charset "utf-8";

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

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

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

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

a:hover {
  color: #fc9;
  transition: 0.2s;
}

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

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

/* +下層用 */
h2,
.under h1 {
  background: #f7f7f7 none repeat scroll 0 0;
  border-bottom: 3px solid #dadada;
  border-left: 5px solid #f89174;
  clear: both;
  padding: 14px 12px;
}

.under h1 {
  font-size: 140%;
  margin-bottom: 25px;
}

h3,
.under h2 {
  border-left: 5px solid #ffc778;
  padding: 10px 0 10px 10px;
}

.ctn h4:before,
.under h3:before {
  content: "\f0c8";
  font-family: FontAwesome;
  color: #f89174;
  margin: 0 0.5em 0 0;
}

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

h5 {
  border-bottom: 1px solid #f89174;
  padding-bottom: 5px;
}

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

strong {
  background: linear-gradient(transparent 60%, #87ceeb 60%);
}

/*/////////////////リスト//////////////*/
article ul {
  background: #fffbf4;
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border-radius: 5px;
  border: 2px solid #f89174;
}

article ul li {
  position: relative;
}

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

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

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

blockquote {
  background: #f7f7f7;
  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: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #ddd;
  background: #fffbf4;
}

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

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

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

em {
  font-style: normal;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.al_l {
  text-align: left;
}

.ali_c {
  text-align: center;
}

.ali_r {
  text-align: right;
}

/* top page */
/* header */
.head_a {
  width: 100%;
  background-color: #fff;
  /*グラデボーダー*/
  /* border-left:1px solid #ff0000;
border-right:1px solid #0000ff;*/
}

.head_a .ctn {
  padding: 2rem 0 2%;
  position: relative;
}

.head_a:before {
  content: "";
  display: block;
  height: 22px;
  width: 100%;
  background: -webkit-gradient(linear,
      left top,
      right bottom,
      from(#ffc778),
      to(#f5634e));
  background: -moz-linear-gradient(left, #ffc778, #f5634e);
  background: linear-gradient(left, #ffc778, #f5634e);
  /*IE6 IE7 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startcolorstr=#ffc778, endcolorstr=#F5634E));
  /* IE8 IE9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startcolorstr=#ffc778, endcolorstr=#F5634E))";
  zoom: 1;
  background: -moz-linear-gradient(left, #ffc778, #f5634e);
  /* FF3.6+ */
  background: -webkit-linear-gradient(left,
      #ffc778,
      #f5634e);
  /* Chrome10+, Safari5.1+ */
  background: linear-gradient(to right, #ffc778, #f5634e);
  /* IE10+, W3C */
}

.head_a a {
  color: #ee8d72;
}

.head_a .site-title a {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.head_a .site-title {
  margin: 30px 0;
  line-height: 1.3;
}

.head_a p.catch-copy {
  color: #fff;
  font-size: 70%;
  margin-bottom: 10px;
  position: absolute;
  right: 0;
  text-align: right;
  top: -22px;
}

.g_n>ul {
  display: flex;
  justify-content: space-around;
  width: 70%;
  margin: 0 auto;
}

.g_n ul#gnm>li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 14px;
  text-align: center;
}

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

.slicknav_menu {
  display: none;
}

#gnm li {
  border-bottom: solid 1px #fff;
  box-sizing: border-box;
}

#gnm li a {
  display: block;
  color: #b0b0b0;
  background: #fff;
}

#gnm li a:hover {
  color: #545454;
}

#gnm li:hover {
  border-bottom-color: #a0a0a0;
  transition: 0.2s;
  box-sizing: border-box;
}

.head_a .ctn #gnm li a:before,
footer a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

/* slider */
.main_v {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slid_b {
  position: relative;
  left: 50%;
  width: 2940px;
  margin-left: -1470px;
}

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

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

.bx_w .bx-pager,
.bx_w .bx-controls-auto {
  bottom: 10px;
}

.bx_w .bx-next:hover,
.bx_w .bx-next:focus {
  background-position: 0 0;
}

.bx_w .bx-prev {
  background: url(../images/lefticon.png) no-repeat 0 0;
  left: 980px;
}

.bx_w .bx-next {
  background: url(../images/righticon.png) no-repeat 0 0;
  right: 980px;
}

/*スライダー追加*/
.bx_w .bx-pager.bx-default-pager a:hover,
.bx_w .bx-pager.bx-default-pager a.active,
.bx_w .bx-pager.bx-default-pager a:focus {
  background: #ffc778 none repeat scroll 0 0;
}

/* contents area */
.ctn {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

header .ctn {
  display: block;
}

.ctn.c_f {
  margin: 40px auto 0;
}

.more_btn {
  text-align: right;
}

.more_btn a {
  padding: 3px 3rem;
  border: 1px solid #545454;
  color: #545454;
  display: inline-block;
}

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

.more_btn a:hover {
  background: #545454;
  color: #fff;
}

/* main */
main {
  float: left;
  max-width: 790px;
  margin-bottom: 40px;
}

article img {
  max-width: 100%;
  margin: 0 auto 25px;
}

.link-cont img {
  float: left;
  max-width: 300px;
  margin-right: 10px;
}

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

/* おすすめリンク */
.link_b {
  overflow: hidden;
}

.link_b h2 {
  background: none;
  border-bottom: 1px solid #545454;
  border-left: 5px solid #545454;
  padding: 0.5em;
}

.link_b h3 {
  float: left;
  width: 49%;
  background: #f89174;
  border: none;
  border-radius: 5px;
  padding: 0.5em;
}

/* .link_b .link-in:nth-child(odd) h3 {
  margin: 0 0 0 1%;
} */
.link_b .link-in h3 {
  margin: 0 1% 0 0;
}

.link_b h3 a {
  display: block;
  color: #fff;
}

.link_b h3 a::after {
  content: ">";
  margin-left: 5px;
}

.link_b h3 a:hover {
  text-decoration: underline;
}

.link_b p {
  padding: 0 0 20px;
}

.link_b a {
  text-align: left;
}

/* /////////////サイドメニュー//////////// */
aside {
  float: right;
  /*min-*/
  width: 280px;
  position: sticky;
  top: 0;
}

.side-menu ul {
  position: sticky;
  top: 0;
}

aside li>div {
  color: #fff;
  font-size: 18px;
  background: #f89174;
  padding: 0 20px;
  font-weight: bold;
}

aside li>div:before,
footer p:before {
  content: "\f0c9";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

aside a {
  padding: 0;
}

aside img {
  max-width: 100%;
  margin: 0 0 10px;
}

/*//////////追加css///////////*/
ul.s_wrap>li {
  background: #fffbf4;
  margin: 0 0 30px;
}

ul.s_wrap>li>ul {
  padding: 10px 0;
}

ul.s_wrap li:nth-child(2)>div:before,
footer ul.ctn li:nth-child(2)>p:before {
  content: "\f044";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

ul.s_wrap>li ul li {
  padding: 10px 20px;
  overflow: hidden;
}

ul.s_wrap>li ul li a {
  color: #545454;
}

ul.s_wrap>li ul li a:hover {
  color: #c2c2c2;
}

/* footer */
footer {
  position: relative;
  background: #fff;
  padding: 50px 0 10px;
  color: #ee8d72;
}

footer p {
  font-size: 21px;
}

footer a {
  color: #b0b0b0;
  font-size: 85%;
}

footer a:hover {
  color: #545454;
  text-decoration: none;
}

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

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

footer p.ft_copy:before {
  content: "";
}

/*gotop*/
.go-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}

.go-top:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.go-top img {
  width: 60px;
  height: 60px;
}

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

/* under */
.n_found {
  font-size: 160%;
  color: #db3333;
}

/* pan nav */
.p_nav {
  margin-bottom: 10px;
}

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

.p_nav font {
  color: #ccc;
}

/* SNS */
.b_area {
  width: 100%;
  margin: 50px 0;
}

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

.b_area>div {
  text-align: center;
}

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

.t_fill {
  text-align: center;
  display: block;
  background-color: #545454;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.b_whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

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

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

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

/* SNSごとの背景色 */
#twitter {
  background-color: #73bc_f3;
}

#hatena {
  background-color: #6eaff3;
}

#facebook {
  background-color: #668ad8;
}

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

/*下層などflex内で要素が増える時*/
.ctn.c_f:has(.p_nav) {
  flex-wrap: wrap;
}

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

/*パンくず*/