@charset "UTF-8";
/*
Theme Name: magicpark
Theme URI: https://magicpark.co.jp/
Author: magicpark
Author URI: https://magicpark.co.jp/
Description: 
Version: 1.0
License URI: LICENSE
Text Domain: magicpark
Tags:
*/


body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* 背景色 */
.bg-body-orange {
  background-color: #ffb199
}
.bg-body-blue {
  background-color: #eff5ff;
}
.bg-body-gray {
  background-color: #ebebeb;
}
.bg-body-yellow {
  background-color: #fffdf6;
}
.bg-body-navy {
  background-color: #011171;
}

/* リンク */
a {
  text-decoration: none;
}
a img:hover {
  opacity: 0.9;
}

dt {
  font-weight: normal!important;
}
dd {
  margin-top: 1em;
  font-weight: bold;
}
.bi::before, [class*=" bi-"]::before {
  vertical-align: baseline;
}

section.wrapper {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* ヘッダー */
.header {
  height: 60px;
}
.header .logo {
  width: 200px;
}
.header .dropdown-item:hover {
  background-color: #2336a3;
}

.breadcrumb .home {
  font-size: 0;
  color: transparent;
}
.breadcrumb .home::after {
  content: '';
  background-image: url(images/home.png);
  background-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-top: 4px;
  vertical-align: baseline;
  display: inline-block;
}
.breadcrumb span[property="itemListElement"] {
  margin-left:5px;
  margin-right: 5px;
}


/* タイトル */
.title {
  color: #575757;
  border-bottom: solid 3px #a8a8a8;
  padding-bottom: 6px;
  position: relative;
}
.title2 {
  color: #575757;
  font-size: 1.4em;
  border-left: solid 4px #575757;
  padding-left: 10px;
}
.title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #575757;
  bottom: -3px;
  width: 20%;
}

/* フッター */
footer {
  margin-top: auto;
  font-size: 0.8rem;
}
footer nav h3 {
  color: #fff;
  font-size: 1em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
footer nav ul {
  padding-left: 0;
}
footer nav ul li {
  padding-left: 0.5em;
  border-left: solid #fff 1px;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
footer nav a {
  color: #fff;
  text-decoration: none;
}

/* TOPに戻る */
footer #page_top {
	background: #212529;
	bottom: 10px;
	display: none;
	height: 40px;
	opacity: 0.6;
	position: fixed;
	right: 10px;
	width: 40px;
}
footer #page_top:hover {
	opacity: 1.0;
}
footer #page_top a {
	background: url("images/link_top.png") no-repeat center center;
	display: block;
	height: 40px;
	text-decoration: none;
	width: 40px;
}

/* リンクリスト */
.link-list {
    list-style-type: none;
    padding: 1em;
}
.link-list li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    position: relative;
    padding: .3em .3em .3em 1.5em;
}
.link-list li::before,
.link-list li::after {
    position: absolute;
    content: '';
}
.link-list li::before {
    left: 0;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background-color: #212529;
}
.link-list li::after {
    left: .6em;
    transform: translateX(-75%) rotate(-45deg);
    width: .3em;
    height: .3em;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

/* 番号リスト */
.num-list {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  background: #f5faff;
}
.num-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.num-list li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #2b48a0;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
}

/* ページネーション */
.page-numbers {
  list-style-type: none;
}
.page-numbers li {
  display: inline;
  margin: 1em;
}
.page-numbers li a {
  text-decoration: none;
}


/* メインイメージ */
.topics {
  background-image: url(images/main_01.jpg);
  background-repeat: none;
  background-size: cover;
  background-position: center;
  min-height: 30em;
  padding: 8em 0 5em 0;
}
.topics-box {
  width: 90%;
  margin: auto;
}
.home .carousel {
  padding: 0;
}
.main-slider {
  overflow: hidden;
}


/* お問合せ */
.wpcf7-mail-sent-ok {
  display: none !important;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder {
  color:#ccc
}

/* NEWS */
.newslist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newslist a.newslink {
  color: #333;
}
.newslist .newslist_item {
  padding: 2em 0;
  border-bottom: 1px solid #ccc;
}
.newslist .newslist_inner {
  display: flex;
}
.newslist .newslist_img {
  width: 30%;
}
.newslist .newslist_img img {
  width: 100%;
}
.newslist .newslist_content {
  width: 70%;
  padding-left: 20px;
}
.newslist .newslist_header {
  display: flex;
}
.newslist .newslist_date {
  color: #2b48a0;
  font-weight: bold;
}
.newslist .newslist_tag {
  color: #fff;
  background-color: #aaa;
  margin: 0 5px;
  font-size: 0.8em;
  line-height: 1.8em;
  padding: 0px 4px;
}
.newslist .newslist_tag_5 {
  background-color: #ff9991;
}
.newslist .newslist_tag_6 {
  background-color: #69b8dd;
}
.newslist .newslist_tag_7 {
  background-color: #8054d3;
}
.newslist .newslist_tag_8 {
  background-color: #db5dbc;
}
.newslist .newslist_title {
  margin-top: 0.5em;
  font-weight: bold;
}

.news_date {
  color: #2b48a0;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  
  .topics-box {
    width: 60%;
  }

  .newslist .newslist_img {
    width: 20%;
  }
  .newslist .newslist_content {
    width: 80%;
  }
}
